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-09-06 23:26:43 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-09-06 23:27:02 +0300
commit40e4b3c7ba6e984df3bd8ac4ab5276f6dc5c91ce (patch)
tree01547891fe17cd1d1344f9484861d3de08023e3d
parente263927d482693a94fbba10d04a1b2435c0895dd (diff)
Use common sources for Mono-specific assemblies
Extract the logic for building the Mono assemblies into a separate directory instead of building in each .NET profile. Add Mono.Options.dll and Mono.C5.dll, they weren't consistently available in all profiles.
-rw-r--r--Makefile2
-rw-r--r--mono/Makefile92
-rw-r--r--src/mono/Commons.Xml.Relaxng.cs (renamed from src/v4.6.1/Commons.Xml.Relaxng.cs)0
-rw-r--r--src/mono/I18N.CJK.cs (renamed from src/v4.6.1/I18N.CJK.cs)0
-rw-r--r--src/mono/I18N.MidEast.cs (renamed from src/v4.6.1/I18N.MidEast.cs)0
-rw-r--r--src/mono/I18N.Other.cs (renamed from src/v4.6.1/I18N.Other.cs)0
-rw-r--r--src/mono/I18N.Rare.cs (renamed from src/v4.6.1/I18N.Rare.cs)0
-rw-r--r--src/mono/I18N.West.cs (renamed from src/v4.6.1/I18N.West.cs)0
-rw-r--r--src/mono/I18N.cs (renamed from src/v4.6.1/I18N.cs)0
-rw-r--r--src/mono/IBM.Data.DB2.cs (renamed from src/v4.6.1/IBM.Data.DB2.cs)0
-rw-r--r--src/mono/ICSharpCode.SharpZipLib.cs (renamed from src/v4.6.1/ICSharpCode.SharpZipLib.cs)0
-rw-r--r--src/mono/Mono.C5.cs (renamed from src/v2.0/Mono.C5.cs)28
-rw-r--r--src/mono/Mono.CSharp.cs (renamed from src/v4.7/Mono.CSharp.cs)0
-rw-r--r--src/mono/Mono.Cairo.cs (renamed from src/v4.6.1/Mono.Cairo.cs)0
-rw-r--r--src/mono/Mono.Cecil.cs (renamed from src/v4.6.1/Mono.Cecil.cs)0
-rw-r--r--src/mono/Mono.CodeContracts.cs (renamed from src/v4.7/Mono.CodeContracts.cs)0
-rw-r--r--src/mono/Mono.CompilerServices.SymbolWriter.cs (renamed from src/v4.6.1/Mono.CompilerServices.SymbolWriter.cs)0
-rw-r--r--src/mono/Mono.Data.Sqlite.cs (renamed from src/v4.6.1/Mono.Data.Sqlite.cs)0
-rw-r--r--src/mono/Mono.Data.Tds.cs (renamed from src/v4.6.1/Mono.Data.Tds.cs)0
-rw-r--r--src/mono/Mono.Debugger.Soft.cs (renamed from src/v4.6.1/Mono.Debugger.Soft.cs)0
-rw-r--r--src/mono/Mono.Http.cs (renamed from src/v4.6.1/Mono.Http.cs)0
-rw-r--r--src/mono/Mono.Management.cs (renamed from src/v4.6.1/Mono.Management.cs)0
-rw-r--r--src/mono/Mono.Messaging.RabbitMQ.cs (renamed from src/v4.7/Mono.Messaging.RabbitMQ.cs)0
-rw-r--r--src/mono/Mono.Messaging.cs (renamed from src/v4.7/Mono.Messaging.cs)0
-rw-r--r--src/mono/Mono.Options.cs (renamed from src/v4.5/Mono.Options.cs)44
-rw-r--r--src/mono/Mono.Parallel.cs (renamed from src/v4.6.1/Mono.Parallel.cs)0
-rw-r--r--src/mono/Mono.Posix.cs (renamed from src/v4.6.1/Mono.Posix.cs)0
-rw-r--r--src/mono/Mono.Security.Win32.cs (renamed from src/v4.6.1/Mono.Security.Win32.cs)0
-rw-r--r--src/mono/Mono.Security.cs (renamed from src/v4.6.1/Mono.Security.cs)0
-rw-r--r--src/mono/Mono.Simd.cs (renamed from src/v4.6.1/Mono.Simd.cs)0
-rw-r--r--src/mono/Mono.Tasklets.cs (renamed from src/v4.6.1/Mono.Tasklets.cs)0
-rw-r--r--src/mono/Mono.WebBrowser.cs (renamed from src/v4.7/Mono.WebBrowser.cs)0
-rw-r--r--src/mono/Novell.Directory.Ldap.cs (renamed from src/v4.6.1/Novell.Directory.Ldap.cs)0
-rw-r--r--src/mono/PEAPI.cs (renamed from src/v4.6.1/PEAPI.cs)0
-rw-r--r--src/mono/RabbitMQ.Client.cs (renamed from src/v4.7/RabbitMQ.Client.cs)0
-rw-r--r--src/mono/WebMatrix.Data.cs (renamed from src/v4.6.1/WebMatrix.Data.cs)0
-rw-r--r--src/v2.0/Commons.Xml.Relaxng.cs1147
-rw-r--r--src/v2.0/I18N.CJK.cs133
-rw-r--r--src/v2.0/I18N.MidEast.cs109
-rw-r--r--src/v2.0/I18N.Other.cs240
-rw-r--r--src/v2.0/I18N.Rare.cs529
-rw-r--r--src/v2.0/I18N.West.cs221
-rw-r--r--src/v2.0/I18N.cs149
-rw-r--r--src/v2.0/IBM.Data.DB2.cs297
-rw-r--r--src/v2.0/ICSharpCode.SharpZipLib.cs962
-rw-r--r--src/v2.0/Mono.CSharp.cs7128
-rw-r--r--src/v2.0/Mono.Cairo.cs729
-rw-r--r--src/v2.0/Mono.Cecil.cs2296
-rw-r--r--src/v2.0/Mono.CompilerServices.SymbolWriter.cs342
-rw-r--r--src/v2.0/Mono.Data.Sqlite.cs611
-rw-r--r--src/v2.0/Mono.Data.Tds.cs588
-rw-r--r--src/v2.0/Mono.Debugger.Soft.cs862
-rw-r--r--src/v2.0/Mono.Http.cs141
-rw-r--r--src/v2.0/Mono.Management.cs21
-rw-r--r--src/v2.0/Mono.Messaging.RabbitMQ.cs174
-rw-r--r--src/v2.0/Mono.Messaging.cs397
-rw-r--r--src/v2.0/Mono.Posix.cs2557
-rw-r--r--src/v2.0/Mono.Security.Win32.cs100
-rw-r--r--src/v2.0/Mono.Security.cs1519
-rw-r--r--src/v2.0/Mono.Simd.cs1393
-rw-r--r--src/v2.0/Mono.Tasklets.cs19
-rw-r--r--src/v2.0/Mono.WebBrowser.cs465
-rw-r--r--src/v2.0/Mono.XBuild.Tasks.cs147
-rw-r--r--src/v2.0/Novell.Directory.Ldap.cs2938
-rw-r--r--src/v2.0/PEAPI.cs1208
-rw-r--r--src/v2.0/RabbitMQ.Client.cs9411
-rw-r--r--src/v2.0/System.ServiceModel.cs223
-rw-r--r--src/v3.5/Mono.XBuild.Tasks.cs147
-rw-r--r--src/v4.0/Commons.Xml.Relaxng.cs1147
-rw-r--r--src/v4.0/I18N.CJK.cs133
-rw-r--r--src/v4.0/I18N.MidEast.cs109
-rw-r--r--src/v4.0/I18N.Other.cs240
-rw-r--r--src/v4.0/I18N.Rare.cs529
-rw-r--r--src/v4.0/I18N.West.cs221
-rw-r--r--src/v4.0/I18N.cs149
-rw-r--r--src/v4.0/IBM.Data.DB2.cs297
-rw-r--r--src/v4.0/ICSharpCode.SharpZipLib.cs962
-rw-r--r--src/v4.0/Mono.C5.cs2682
-rw-r--r--src/v4.0/Mono.CSharp.cs7079
-rw-r--r--src/v4.0/Mono.Cairo.cs729
-rw-r--r--src/v4.0/Mono.Cecil.cs2297
-rw-r--r--src/v4.0/Mono.CompilerServices.SymbolWriter.cs342
-rw-r--r--src/v4.0/Mono.Data.Sqlite.cs611
-rw-r--r--src/v4.0/Mono.Data.Tds.cs586
-rw-r--r--src/v4.0/Mono.Debugger.Soft.cs860
-rw-r--r--src/v4.0/Mono.Http.cs141
-rw-r--r--src/v4.0/Mono.Management.cs21
-rw-r--r--src/v4.0/Mono.Messaging.RabbitMQ.cs174
-rw-r--r--src/v4.0/Mono.Messaging.cs397
-rw-r--r--src/v4.0/Mono.Posix.cs2557
-rw-r--r--src/v4.0/Mono.Security.Win32.cs100
-rw-r--r--src/v4.0/Mono.Security.cs1519
-rw-r--r--src/v4.0/Mono.Simd.cs1393
-rw-r--r--src/v4.0/Mono.Tasklets.cs19
-rw-r--r--src/v4.0/Mono.WebBrowser.cs465
-rw-r--r--src/v4.0/Novell.Directory.Ldap.cs2938
-rw-r--r--src/v4.0/PEAPI.cs1208
-rw-r--r--src/v4.0/RabbitMQ.Client.cs9411
-rw-r--r--src/v4.0/System.ServiceModel.cs223
-rw-r--r--src/v4.0/WebMatrix.Data.cs53
-rw-r--r--src/v4.0/monodoc.cs6023
-rw-r--r--src/v4.5.1/Commons.Xml.Relaxng.cs1148
-rw-r--r--src/v4.5.1/I18N.CJK.cs135
-rw-r--r--src/v4.5.1/I18N.MidEast.cs110
-rw-r--r--src/v4.5.1/I18N.Other.cs241
-rw-r--r--src/v4.5.1/I18N.Rare.cs530
-rw-r--r--src/v4.5.1/I18N.West.cs222
-rw-r--r--src/v4.5.1/I18N.cs173
-rw-r--r--src/v4.5.1/IBM.Data.DB2.cs298
-rw-r--r--src/v4.5.1/ICSharpCode.SharpZipLib.cs963
-rw-r--r--src/v4.5.1/Mono.C5.cs2683
-rw-r--r--src/v4.5.1/Mono.CSharp.cs7227
-rw-r--r--src/v4.5.1/Mono.Cairo.cs730
-rw-r--r--src/v4.5.1/Mono.Cecil.cs2297
-rw-r--r--src/v4.5.1/Mono.CodeContracts.cs500
-rw-r--r--src/v4.5.1/Mono.CompilerServices.SymbolWriter.cs345
-rw-r--r--src/v4.5.1/Mono.Data.Sqlite.cs612
-rw-r--r--src/v4.5.1/Mono.Data.Tds.cs591
-rw-r--r--src/v4.5.1/Mono.Debugger.Soft.cs879
-rw-r--r--src/v4.5.1/Mono.Http.cs142
-rw-r--r--src/v4.5.1/Mono.Management.cs22
-rw-r--r--src/v4.5.1/Mono.Messaging.RabbitMQ.cs175
-rw-r--r--src/v4.5.1/Mono.Messaging.cs398
-rw-r--r--src/v4.5.1/Mono.Options.cs137
-rw-r--r--src/v4.5.1/Mono.Parallel.cs151
-rw-r--r--src/v4.5.1/Mono.Posix.cs2967
-rw-r--r--src/v4.5.1/Mono.Security.Win32.cs101
-rw-r--r--src/v4.5.1/Mono.Security.cs2145
-rw-r--r--src/v4.5.1/Mono.Simd.cs1404
-rw-r--r--src/v4.5.1/Mono.Tasklets.cs20
-rw-r--r--src/v4.5.1/Mono.WebBrowser.cs466
-rw-r--r--src/v4.5.1/Mono.XBuild.Tasks.cs148
-rw-r--r--src/v4.5.1/Novell.Directory.Ldap.cs2939
-rw-r--r--src/v4.5.1/PEAPI.cs1224
-rw-r--r--src/v4.5.1/RabbitMQ.Client.cs9412
-rw-r--r--src/v4.5.1/WebMatrix.Data.cs54
-rw-r--r--src/v4.5.1/monodoc.cs6024
-rw-r--r--src/v4.5.2/Commons.Xml.Relaxng.cs1148
-rw-r--r--src/v4.5.2/I18N.CJK.cs135
-rw-r--r--src/v4.5.2/I18N.MidEast.cs110
-rw-r--r--src/v4.5.2/I18N.Other.cs241
-rw-r--r--src/v4.5.2/I18N.Rare.cs530
-rw-r--r--src/v4.5.2/I18N.West.cs222
-rw-r--r--src/v4.5.2/I18N.cs173
-rw-r--r--src/v4.5.2/IBM.Data.DB2.cs298
-rw-r--r--src/v4.5.2/ICSharpCode.SharpZipLib.cs963
-rw-r--r--src/v4.5.2/Mono.C5.cs2683
-rw-r--r--src/v4.5.2/Mono.CSharp.cs7227
-rw-r--r--src/v4.5.2/Mono.Cairo.cs730
-rw-r--r--src/v4.5.2/Mono.Cecil.cs2297
-rw-r--r--src/v4.5.2/Mono.CodeContracts.cs500
-rw-r--r--src/v4.5.2/Mono.CompilerServices.SymbolWriter.cs345
-rw-r--r--src/v4.5.2/Mono.Data.Sqlite.cs612
-rw-r--r--src/v4.5.2/Mono.Data.Tds.cs591
-rw-r--r--src/v4.5.2/Mono.Debugger.Soft.cs879
-rw-r--r--src/v4.5.2/Mono.Http.cs142
-rw-r--r--src/v4.5.2/Mono.Management.cs22
-rw-r--r--src/v4.5.2/Mono.Messaging.RabbitMQ.cs175
-rw-r--r--src/v4.5.2/Mono.Messaging.cs398
-rw-r--r--src/v4.5.2/Mono.Options.cs137
-rw-r--r--src/v4.5.2/Mono.Parallel.cs151
-rw-r--r--src/v4.5.2/Mono.Posix.cs2967
-rw-r--r--src/v4.5.2/Mono.Security.Win32.cs101
-rw-r--r--src/v4.5.2/Mono.Security.cs2145
-rw-r--r--src/v4.5.2/Mono.Simd.cs1404
-rw-r--r--src/v4.5.2/Mono.Tasklets.cs20
-rw-r--r--src/v4.5.2/Mono.WebBrowser.cs466
-rw-r--r--src/v4.5.2/Mono.XBuild.Tasks.cs148
-rw-r--r--src/v4.5.2/Novell.Directory.Ldap.cs2939
-rw-r--r--src/v4.5.2/PEAPI.cs1224
-rw-r--r--src/v4.5.2/RabbitMQ.Client.cs9412
-rw-r--r--src/v4.5.2/WebMatrix.Data.cs54
-rw-r--r--src/v4.5.2/monodoc.cs6024
-rw-r--r--src/v4.5/Commons.Xml.Relaxng.cs1148
-rw-r--r--src/v4.5/I18N.CJK.cs135
-rw-r--r--src/v4.5/I18N.MidEast.cs110
-rw-r--r--src/v4.5/I18N.Other.cs241
-rw-r--r--src/v4.5/I18N.Rare.cs530
-rw-r--r--src/v4.5/I18N.West.cs222
-rw-r--r--src/v4.5/I18N.cs173
-rw-r--r--src/v4.5/IBM.Data.DB2.cs298
-rw-r--r--src/v4.5/ICSharpCode.SharpZipLib.cs963
-rw-r--r--src/v4.5/Mono.C5.cs2683
-rw-r--r--src/v4.5/Mono.CSharp.cs7227
-rw-r--r--src/v4.5/Mono.Cairo.cs730
-rw-r--r--src/v4.5/Mono.Cecil.cs2297
-rw-r--r--src/v4.5/Mono.CodeContracts.cs500
-rw-r--r--src/v4.5/Mono.CompilerServices.SymbolWriter.cs345
-rw-r--r--src/v4.5/Mono.Data.Sqlite.cs612
-rw-r--r--src/v4.5/Mono.Data.Tds.cs591
-rw-r--r--src/v4.5/Mono.Debugger.Soft.cs879
-rw-r--r--src/v4.5/Mono.Http.cs142
-rw-r--r--src/v4.5/Mono.Management.cs22
-rw-r--r--src/v4.5/Mono.Messaging.RabbitMQ.cs175
-rw-r--r--src/v4.5/Mono.Messaging.cs398
-rw-r--r--src/v4.5/Mono.Parallel.cs151
-rw-r--r--src/v4.5/Mono.Posix.cs2967
-rw-r--r--src/v4.5/Mono.Security.Win32.cs101
-rw-r--r--src/v4.5/Mono.Security.cs2145
-rw-r--r--src/v4.5/Mono.Simd.cs1404
-rw-r--r--src/v4.5/Mono.Tasklets.cs20
-rw-r--r--src/v4.5/Mono.WebBrowser.cs466
-rw-r--r--src/v4.5/Mono.XBuild.Tasks.cs148
-rw-r--r--src/v4.5/Novell.Directory.Ldap.cs2939
-rw-r--r--src/v4.5/PEAPI.cs1224
-rw-r--r--src/v4.5/RabbitMQ.Client.cs9412
-rw-r--r--src/v4.5/WebMatrix.Data.cs54
-rw-r--r--src/v4.5/monodoc.cs6024
-rw-r--r--src/v4.6.1/Mono.CSharp.cs7228
-rw-r--r--src/v4.6.1/Mono.CodeContracts.cs501
-rw-r--r--src/v4.6.1/Mono.Messaging.RabbitMQ.cs175
-rw-r--r--src/v4.6.1/Mono.Messaging.cs398
-rw-r--r--src/v4.6.1/Mono.WebBrowser.cs467
-rw-r--r--src/v4.6.1/RabbitMQ.Client.cs9412
-rw-r--r--src/v4.6.2/Commons.Xml.Relaxng.cs1149
-rw-r--r--src/v4.6.2/I18N.CJK.cs136
-rw-r--r--src/v4.6.2/I18N.MidEast.cs111
-rw-r--r--src/v4.6.2/I18N.Other.cs242
-rw-r--r--src/v4.6.2/I18N.Rare.cs531
-rw-r--r--src/v4.6.2/I18N.West.cs223
-rw-r--r--src/v4.6.2/I18N.cs174
-rw-r--r--src/v4.6.2/IBM.Data.DB2.cs299
-rw-r--r--src/v4.6.2/ICSharpCode.SharpZipLib.cs964
-rw-r--r--src/v4.6.2/Mono.CSharp.cs7228
-rw-r--r--src/v4.6.2/Mono.Cairo.cs731
-rw-r--r--src/v4.6.2/Mono.Cecil.cs20
-rw-r--r--src/v4.6.2/Mono.CodeContracts.cs501
-rw-r--r--src/v4.6.2/Mono.CompilerServices.SymbolWriter.cs346
-rw-r--r--src/v4.6.2/Mono.Data.Sqlite.cs578
-rw-r--r--src/v4.6.2/Mono.Data.Tds.cs592
-rw-r--r--src/v4.6.2/Mono.Debugger.Soft.cs880
-rw-r--r--src/v4.6.2/Mono.Http.cs143
-rw-r--r--src/v4.6.2/Mono.Management.cs23
-rw-r--r--src/v4.6.2/Mono.Messaging.RabbitMQ.cs175
-rw-r--r--src/v4.6.2/Mono.Messaging.cs398
-rw-r--r--src/v4.6.2/Mono.Parallel.cs152
-rw-r--r--src/v4.6.2/Mono.Posix.cs2968
-rw-r--r--src/v4.6.2/Mono.Security.Win32.cs102
-rw-r--r--src/v4.6.2/Mono.Security.cs2147
-rw-r--r--src/v4.6.2/Mono.Simd.cs1405
-rw-r--r--src/v4.6.2/Mono.Tasklets.cs21
-rw-r--r--src/v4.6.2/Mono.WebBrowser.cs467
-rw-r--r--src/v4.6.2/Novell.Directory.Ldap.cs2940
-rw-r--r--src/v4.6.2/PEAPI.cs1225
-rw-r--r--src/v4.6.2/RabbitMQ.Client.cs9412
-rw-r--r--src/v4.6.2/WebMatrix.Data.cs55
-rw-r--r--src/v4.6/Commons.Xml.Relaxng.cs1149
-rw-r--r--src/v4.6/I18N.CJK.cs136
-rw-r--r--src/v4.6/I18N.MidEast.cs111
-rw-r--r--src/v4.6/I18N.Other.cs242
-rw-r--r--src/v4.6/I18N.Rare.cs531
-rw-r--r--src/v4.6/I18N.West.cs223
-rw-r--r--src/v4.6/I18N.cs174
-rw-r--r--src/v4.6/IBM.Data.DB2.cs299
-rw-r--r--src/v4.6/ICSharpCode.SharpZipLib.cs964
-rw-r--r--src/v4.6/Mono.CSharp.cs7228
-rw-r--r--src/v4.6/Mono.Cairo.cs731
-rw-r--r--src/v4.6/Mono.Cecil.cs20
-rw-r--r--src/v4.6/Mono.CodeContracts.cs501
-rw-r--r--src/v4.6/Mono.CompilerServices.SymbolWriter.cs346
-rw-r--r--src/v4.6/Mono.Data.Sqlite.cs578
-rw-r--r--src/v4.6/Mono.Data.Tds.cs592
-rw-r--r--src/v4.6/Mono.Debugger.Soft.cs880
-rw-r--r--src/v4.6/Mono.Http.cs143
-rw-r--r--src/v4.6/Mono.Management.cs23
-rw-r--r--src/v4.6/Mono.Messaging.RabbitMQ.cs175
-rw-r--r--src/v4.6/Mono.Messaging.cs398
-rw-r--r--src/v4.6/Mono.Parallel.cs152
-rw-r--r--src/v4.6/Mono.Posix.cs2968
-rw-r--r--src/v4.6/Mono.Security.Win32.cs102
-rw-r--r--src/v4.6/Mono.Security.cs2147
-rw-r--r--src/v4.6/Mono.Simd.cs1405
-rw-r--r--src/v4.6/Mono.Tasklets.cs21
-rw-r--r--src/v4.6/Mono.WebBrowser.cs467
-rw-r--r--src/v4.6/Novell.Directory.Ldap.cs2940
-rw-r--r--src/v4.6/PEAPI.cs1225
-rw-r--r--src/v4.6/RabbitMQ.Client.cs9412
-rw-r--r--src/v4.6/WebMatrix.Data.cs55
-rw-r--r--src/v4.7/Commons.Xml.Relaxng.cs1149
-rw-r--r--src/v4.7/I18N.CJK.cs136
-rw-r--r--src/v4.7/I18N.MidEast.cs111
-rw-r--r--src/v4.7/I18N.Other.cs242
-rw-r--r--src/v4.7/I18N.Rare.cs531
-rw-r--r--src/v4.7/I18N.West.cs223
-rw-r--r--src/v4.7/I18N.cs174
-rw-r--r--src/v4.7/IBM.Data.DB2.cs299
-rw-r--r--src/v4.7/ICSharpCode.SharpZipLib.cs964
-rw-r--r--src/v4.7/Mono.Cairo.cs731
-rw-r--r--src/v4.7/Mono.Cecil.cs20
-rw-r--r--src/v4.7/Mono.CompilerServices.SymbolWriter.cs346
-rw-r--r--src/v4.7/Mono.Data.Sqlite.cs578
-rw-r--r--src/v4.7/Mono.Data.Tds.cs592
-rw-r--r--src/v4.7/Mono.Debugger.Soft.cs880
-rw-r--r--src/v4.7/Mono.Http.cs143
-rw-r--r--src/v4.7/Mono.Management.cs23
-rw-r--r--src/v4.7/Mono.Parallel.cs152
-rw-r--r--src/v4.7/Mono.Posix.cs2968
-rw-r--r--src/v4.7/Mono.Security.Win32.cs102
-rw-r--r--src/v4.7/Mono.Security.cs2147
-rw-r--r--src/v4.7/Mono.Simd.cs1405
-rw-r--r--src/v4.7/Mono.Tasklets.cs21
-rw-r--r--src/v4.7/Novell.Directory.Ldap.cs2940
-rw-r--r--src/v4.7/PEAPI.cs1225
-rw-r--r--src/v4.7/WebMatrix.Data.cs55
-rw-r--r--v2.0/Makefile82
-rw-r--r--v3.5/Makefile8
-rw-r--r--v4.0/Makefile82
-rw-r--r--v4.5.1/Makefile81
-rw-r--r--v4.5.2/Makefile81
-rw-r--r--v4.5/Makefile81
-rw-r--r--v4.6.1/Makefile78
-rw-r--r--v4.6.2/Makefile78
-rw-r--r--v4.6/Makefile78
-rw-r--r--v4.7/Makefile78
314 files changed, 283 insertions, 335144 deletions
diff --git a/Makefile b/Makefile
index b2e33a3..5c79efd 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ all:
$(MAKE) -C v4.6.1
$(MAKE) -C v4.6.2
$(MAKE) -C v4.7
+ $(MAKE) -C mono
clean:
$(MAKE) -C v2.0 clean
@@ -21,5 +22,6 @@ clean:
$(MAKE) -C v4.6.1 clean
$(MAKE) -C v4.6.2 clean
$(MAKE) -C v4.7 clean
+ $(MAKE) -C mono clean
.PHONY: all clean
diff --git a/mono/Makefile b/mono/Makefile
new file mode 100644
index 0000000..a50759f
--- /dev/null
+++ b/mono/Makefile
@@ -0,0 +1,92 @@
+PROFILE := mono
+SOURCEDIR := ../src/$(PROFILE)/
+BCL_PROFILE := ../v4.7/
+
+CSC ?= csc
+CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
+Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
+
+ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N IBM.Data.DB2 ICSharpCode.SharpZipLib \
+ Mono.C5 Mono.CSharp Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
+ Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
+ Mono.Options Mono.Parallel Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
+ Novell.Directory.Ldap PEAPI RabbitMQ.Client WebMatrix.Data bare/Mono.Cecil
+
+# generated with (and then slightly tweaked):
+# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
+Commons.Xml.Relaxng_REFS := mscorlib System.Xml System
+I18N.CJK_REFS := mscorlib
+I18N.MidEast_REFS := mscorlib
+I18N.Other_REFS := mscorlib
+I18N.Rare_REFS := mscorlib
+I18N.West_REFS := mscorlib
+I18N_REFS := mscorlib
+IBM.Data.DB2_REFS := mscorlib System System.Data
+ICSharpCode.SharpZipLib_REFS := mscorlib System
+Mono.C5_REFS := mscorlib
+Mono.CSharp_REFS := mscorlib System System.Core System.Xml
+Mono.Cairo_REFS := mscorlib
+Mono.CodeContracts_REFS := mscorlib System.Core System
+Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
+Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
+Mono.Data.Tds_REFS := mscorlib System
+Mono.Debugger.Soft_REFS := mscorlib System.Core System
+Mono.Http_REFS := mscorlib System System.Web System.Xml
+Mono.Management_REFS := mscorlib System
+Mono.Messaging.RabbitMQ_REFS := mscorlib System
+Mono.Messaging_REFS := mscorlib System System.Configuration
+Mono.Options_REFS := mscorlib System
+Mono.Parallel_REFS := mscorlib
+Mono.Posix_REFS := mscorlib System
+Mono.Security.Win32_REFS := mscorlib
+Mono.Security_REFS := mscorlib System
+Mono.Simd_REFS := mscorlib
+Mono.Tasklets_REFS := mscorlib
+Mono.WebBrowser_REFS := mscorlib System
+Novell.Directory.Ldap_REFS := mscorlib System
+PEAPI_REFS := mscorlib
+RabbitMQ.Client_REFS := mscorlib System.Xml System
+WebMatrix.Data_REFS := mscorlib System.Data System.Core System System.Configuration
+
+bare/Mono.Cecil_REFS := mscorlib
+
+I18N.CJK_MONOREFS := I18N
+I18N.MidEast_MONOREFS := I18N
+I18N.Other_MONOREFS := I18N
+I18N.Rare_MONOREFS := I18N
+I18N.West_MONOREFS := I18N
+Mono.Debugger.Soft_MONOREFS := bare/Mono.Cecil
+Mono.Messaging.RabbitMQ_MONOREFS := Mono.Messaging RabbitMQ.Client
+
+MONO_KEY := ../../../mcs/class/mono.pub # Public Key Token: 0738eb9f132ed756
+
+IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
+ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
+Mono.C5_KEYFILE := ../../../mcs/class/Mono.C5/c5.pub
+RabbitMQ.Client_KEYFILE := ../../../mcs/class/msfinal.pub
+
+MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
+ Mono.CSharp Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
+ Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
+ Mono.Options Mono.Parallel Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
+ Novell.Directory.Ldap PEAPI WebMatrix.Data bare/Mono.Cecil
+
+all: $(addsuffix .dll, $(ASSEMBLIES))
+
+clean:
+ rm -f *.dll
+ rm -f bare/*.dll
+
+define KEYFILE_TEMPLATE
+$(1)_KEYFILE := $(2)
+endef
+
+define ASSEMBLY_TEMPLATE
+$(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCEDIR)$(1).extra.cs) $(addprefix $(BCL_PROFILE), $(addsuffix .dll, $($(1)_REFS))) $(addsuffix .dll, $($(1)_MONOREFS)) $($(1)_KEYFILE)
+ @mkdir -p bare/
+ $(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:$(BCL_PROFILE), $(addsuffix .dll, $($(1)_REFS))) $(addprefix -r:, $(addsuffix .dll, $($(1)_MONOREFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
+endef
+
+$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
+
+$(foreach asm, $(ASSEMBLIES), $(eval $(call ASSEMBLY_TEMPLATE,$(asm))))
diff --git a/src/v4.6.1/Commons.Xml.Relaxng.cs b/src/mono/Commons.Xml.Relaxng.cs
index 9553640..9553640 100644
--- a/src/v4.6.1/Commons.Xml.Relaxng.cs
+++ b/src/mono/Commons.Xml.Relaxng.cs
diff --git a/src/v4.6.1/I18N.CJK.cs b/src/mono/I18N.CJK.cs
index 101096e..101096e 100644
--- a/src/v4.6.1/I18N.CJK.cs
+++ b/src/mono/I18N.CJK.cs
diff --git a/src/v4.6.1/I18N.MidEast.cs b/src/mono/I18N.MidEast.cs
index db6384e..db6384e 100644
--- a/src/v4.6.1/I18N.MidEast.cs
+++ b/src/mono/I18N.MidEast.cs
diff --git a/src/v4.6.1/I18N.Other.cs b/src/mono/I18N.Other.cs
index 6763544..6763544 100644
--- a/src/v4.6.1/I18N.Other.cs
+++ b/src/mono/I18N.Other.cs
diff --git a/src/v4.6.1/I18N.Rare.cs b/src/mono/I18N.Rare.cs
index 95ca6a3..95ca6a3 100644
--- a/src/v4.6.1/I18N.Rare.cs
+++ b/src/mono/I18N.Rare.cs
diff --git a/src/v4.6.1/I18N.West.cs b/src/mono/I18N.West.cs
index f379c06..f379c06 100644
--- a/src/v4.6.1/I18N.West.cs
+++ b/src/mono/I18N.West.cs
diff --git a/src/v4.6.1/I18N.cs b/src/mono/I18N.cs
index e850873..e850873 100644
--- a/src/v4.6.1/I18N.cs
+++ b/src/mono/I18N.cs
diff --git a/src/v4.6.1/IBM.Data.DB2.cs b/src/mono/IBM.Data.DB2.cs
index 821790d..821790d 100644
--- a/src/v4.6.1/IBM.Data.DB2.cs
+++ b/src/mono/IBM.Data.DB2.cs
diff --git a/src/v4.6.1/ICSharpCode.SharpZipLib.cs b/src/mono/ICSharpCode.SharpZipLib.cs
index 887a092..887a092 100644
--- a/src/v4.6.1/ICSharpCode.SharpZipLib.cs
+++ b/src/mono/ICSharpCode.SharpZipLib.cs
diff --git a/src/v2.0/Mono.C5.cs b/src/mono/Mono.C5.cs
index 9e9093f..b06a0a4 100644
--- a/src/v2.0/Mono.C5.cs
+++ b/src/mono/Mono.C5.cs
@@ -12,6 +12,7 @@
[assembly:System.Reflection.AssemblyProductAttribute("")]
[assembly:System.Reflection.AssemblyTitleAttribute("C5: Copenhagen Comprehensive Collection Classes for CLI")]
[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
+[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
namespace C5
{
@@ -38,7 +39,6 @@ namespace C5
protected virtual void expand() { }
protected virtual void expand(int newcapacity, int newsize) { }
[C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
protected virtual void insert(int i, T item) { }
[C5.TestedAttribute]
@@ -57,7 +57,6 @@ namespace C5
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
public override T Choose() { throw null; }
[C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
}
}
@@ -101,8 +100,6 @@ namespace C5
public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
[C5.TestedAttribute]
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
[C5.TestedAttribute]
public override bool Check() { throw null; }
[C5.TestedAttribute]
@@ -263,7 +260,6 @@ namespace C5
public virtual T Dequeue() { throw null; }
[C5.TestedAttribute]
public virtual void Enqueue(T item) { }
- [System.Diagnostics.DebuggerHiddenAttribute]
public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
public T Pop() { throw null; }
public void Push(T item) { }
@@ -341,7 +337,6 @@ namespace C5
public virtual void CopyTo(T[] array, int index) { }
[C5.TestedAttribute]
public virtual bool Exists(C5.Fun<T, bool> predicate) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
public virtual System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> predicate) { throw null; }
public virtual bool Find(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
@@ -675,8 +670,6 @@ namespace C5
public T this[int i] { get { throw null; } }
public C5.IDirectedCollectionValue<T> this[int start, int end] { get { throw null; } }
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
public override object Clone() { throw null; }
public int CountFrom(T bot) { throw null; }
public int CountFromTo(T bot, T top) { throw null; }
@@ -709,8 +702,6 @@ namespace C5
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public C5.IList<T> Underlying { get { throw null; } }
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
public override object Clone() { throw null; }
public T Dequeue() { throw null; }
public void Dispose() { }
@@ -871,7 +862,6 @@ namespace C5
[C5.TestedAttribute]
public virtual bool FindOrAdd(ref T item) { throw null; }
[C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
[C5.TestedAttribute]
@@ -944,8 +934,6 @@ namespace C5
public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
[C5.TestedAttribute]
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
[C5.TestedAttribute]
public override bool Check() { throw null; }
[C5.TestedAttribute]
@@ -1097,8 +1085,6 @@ namespace C5
public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
[C5.TestedAttribute]
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
[C5.TestedAttribute]
public virtual bool Check() { throw null; }
[C5.TestedAttribute]
@@ -1121,7 +1107,6 @@ namespace C5
[C5.TestedAttribute]
public virtual bool FindOrAdd(ref T item) { throw null; }
[C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
[C5.TestedAttribute]
public override int GetSequencedHashCode() { throw null; }
@@ -1245,7 +1230,6 @@ namespace C5
[C5.TestedAttribute]
public virtual bool FindOrAdd(ref T item) { throw null; }
[C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
[C5.TestedAttribute]
@@ -1512,7 +1496,6 @@ namespace C5
public T FindMin() { throw null; }
public T FindMin(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
[C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
[C5.TestedAttribute]
public T Replace(C5.IPriorityQueueHandle<T> handle, T item) { throw null; }
@@ -1718,8 +1701,6 @@ namespace C5
public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
[C5.TestedAttribute]
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
[C5.TestedAttribute]
public virtual bool Check() { throw null; }
[C5.TestedAttribute]
@@ -1746,7 +1727,6 @@ namespace C5
[C5.TestedAttribute]
public virtual bool FindOrAdd(ref T item) { throw null; }
[C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
[C5.TestedAttribute]
public override int GetSequencedHashCode() { throw null; }
@@ -2051,8 +2031,6 @@ namespace C5
public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
[C5.TestedAttribute]
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
@@ -2245,8 +2223,6 @@ namespace C5
public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
[C5.TestedAttribute]
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
[C5.TestedAttribute]
C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
[C5.TestedAttribute]
@@ -2394,8 +2370,6 @@ namespace C5
public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
[C5.TestedAttribute]
C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
[C5.TestedAttribute]
C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
[C5.TestedAttribute]
diff --git a/src/v4.7/Mono.CSharp.cs b/src/mono/Mono.CSharp.cs
index e3f79ff..e3f79ff 100644
--- a/src/v4.7/Mono.CSharp.cs
+++ b/src/mono/Mono.CSharp.cs
diff --git a/src/v4.6.1/Mono.Cairo.cs b/src/mono/Mono.Cairo.cs
index fdb3d9e..fdb3d9e 100644
--- a/src/v4.6.1/Mono.Cairo.cs
+++ b/src/mono/Mono.Cairo.cs
diff --git a/src/v4.6.1/Mono.Cecil.cs b/src/mono/Mono.Cecil.cs
index 29993de..29993de 100644
--- a/src/v4.6.1/Mono.Cecil.cs
+++ b/src/mono/Mono.Cecil.cs
diff --git a/src/v4.7/Mono.CodeContracts.cs b/src/mono/Mono.CodeContracts.cs
index 16f53d5..16f53d5 100644
--- a/src/v4.7/Mono.CodeContracts.cs
+++ b/src/mono/Mono.CodeContracts.cs
diff --git a/src/v4.6.1/Mono.CompilerServices.SymbolWriter.cs b/src/mono/Mono.CompilerServices.SymbolWriter.cs
index b7a3c6c..b7a3c6c 100644
--- a/src/v4.6.1/Mono.CompilerServices.SymbolWriter.cs
+++ b/src/mono/Mono.CompilerServices.SymbolWriter.cs
diff --git a/src/v4.6.1/Mono.Data.Sqlite.cs b/src/mono/Mono.Data.Sqlite.cs
index 367b197..367b197 100644
--- a/src/v4.6.1/Mono.Data.Sqlite.cs
+++ b/src/mono/Mono.Data.Sqlite.cs
diff --git a/src/v4.6.1/Mono.Data.Tds.cs b/src/mono/Mono.Data.Tds.cs
index a1eb9b3..a1eb9b3 100644
--- a/src/v4.6.1/Mono.Data.Tds.cs
+++ b/src/mono/Mono.Data.Tds.cs
diff --git a/src/v4.6.1/Mono.Debugger.Soft.cs b/src/mono/Mono.Debugger.Soft.cs
index 1bedd97..1bedd97 100644
--- a/src/v4.6.1/Mono.Debugger.Soft.cs
+++ b/src/mono/Mono.Debugger.Soft.cs
diff --git a/src/v4.6.1/Mono.Http.cs b/src/mono/Mono.Http.cs
index 0bca7c4..0bca7c4 100644
--- a/src/v4.6.1/Mono.Http.cs
+++ b/src/mono/Mono.Http.cs
diff --git a/src/v4.6.1/Mono.Management.cs b/src/mono/Mono.Management.cs
index 2d72624..2d72624 100644
--- a/src/v4.6.1/Mono.Management.cs
+++ b/src/mono/Mono.Management.cs
diff --git a/src/v4.7/Mono.Messaging.RabbitMQ.cs b/src/mono/Mono.Messaging.RabbitMQ.cs
index 7c7203a..7c7203a 100644
--- a/src/v4.7/Mono.Messaging.RabbitMQ.cs
+++ b/src/mono/Mono.Messaging.RabbitMQ.cs
diff --git a/src/v4.7/Mono.Messaging.cs b/src/mono/Mono.Messaging.cs
index d3cf1df..d3cf1df 100644
--- a/src/v4.7/Mono.Messaging.cs
+++ b/src/mono/Mono.Messaging.cs
diff --git a/src/v4.5/Mono.Options.cs b/src/mono/Mono.Options.cs
index da55be4..fd85635 100644
--- a/src/v4.5/Mono.Options.cs
+++ b/src/mono/Mono.Options.cs
@@ -4,10 +4,10 @@
[assembly:System.Reflection.AssemblyVersionAttribute("0.2.3.0")]
[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
+[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Reflection.AssemblyDescriptionAttribute("Command Line Parsing Utilities")]
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Options.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
+[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
namespace Mono.Options
@@ -21,6 +21,46 @@ namespace Mono.Options
public static System.Collections.Generic.IEnumerable<string> GetArgumentsFromFile(string file) { throw null; }
public abstract string[] GetNames();
}
+ public partial class Command
+ {
+ public Command(string name, string help=null) { }
+ public Mono.Options.CommandSet CommandSet { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
+ public string Help { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
+ public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
+ public Mono.Options.OptionSet Options { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
+ public System.Action<System.Collections.Generic.IEnumerable<string>> Run { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
+ public virtual int Invoke(System.Collections.Generic.IEnumerable<string> arguments) { throw null; }
+ }
+ public partial class CommandSet : System.Collections.ObjectModel.KeyedCollection<string, Mono.Options.Command>
+ {
+ public CommandSet(string suite, System.Converter<string, string> localizer=null) { }
+ public CommandSet(string suite, System.IO.TextWriter output, System.IO.TextWriter error, System.Converter<string, string> localizer=null) { }
+ public System.IO.TextWriter Error { get { throw null; } }
+ public System.Converter<string, string> MessageLocalizer { get { throw null; } }
+ public System.IO.TextWriter Out { get { throw null; } }
+ public string Suite { get { throw null; } }
+ public Mono.Options.CommandSet Add(Mono.Options.ArgumentSource source) { throw null; }
+ public new Mono.Options.CommandSet Add(Mono.Options.Command value) { throw null; }
+ public Mono.Options.CommandSet Add(Mono.Options.Option option) { throw null; }
+ public Mono.Options.CommandSet Add(string header) { throw null; }
+ public Mono.Options.CommandSet Add(string prototype, Mono.Options.OptionAction<string, string> action) { throw null; }
+ public Mono.Options.CommandSet Add(string prototype, System.Action<string> action) { throw null; }
+ public Mono.Options.CommandSet Add(string prototype, string description, Mono.Options.OptionAction<string, string> action) { throw null; }
+ public Mono.Options.CommandSet Add(string prototype, string description, Mono.Options.OptionAction<string, string> action, bool hidden) { throw null; }
+ public Mono.Options.CommandSet Add(string prototype, string description, System.Action<string> action) { throw null; }
+ public Mono.Options.CommandSet Add(string prototype, string description, System.Action<string> action, bool hidden) { throw null; }
+ public Mono.Options.CommandSet Add<T>(string prototype, System.Action<T> action) { throw null; }
+ public Mono.Options.CommandSet Add<T>(string prototype, string description, System.Action<T> action) { throw null; }
+ public Mono.Options.CommandSet Add<TKey, TValue>(string prototype, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
+ public Mono.Options.CommandSet Add<TKey, TValue>(string prototype, string description, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
+ protected override string GetKeyForItem(Mono.Options.Command item) { throw null; }
+ public int Run(System.Collections.Generic.IEnumerable<string> arguments) { throw null; }
+ }
+ public partial class HelpCommand : Mono.Options.Command
+ {
+ public HelpCommand() : base (default(string), default(string)) { }
+ public override int Invoke(System.Collections.Generic.IEnumerable<string> arguments) { throw null; }
+ }
public abstract partial class Option
{
protected Option(string prototype, string description) { }
diff --git a/src/v4.6.1/Mono.Parallel.cs b/src/mono/Mono.Parallel.cs
index 88b1100..88b1100 100644
--- a/src/v4.6.1/Mono.Parallel.cs
+++ b/src/mono/Mono.Parallel.cs
diff --git a/src/v4.6.1/Mono.Posix.cs b/src/mono/Mono.Posix.cs
index 18f4558..18f4558 100644
--- a/src/v4.6.1/Mono.Posix.cs
+++ b/src/mono/Mono.Posix.cs
diff --git a/src/v4.6.1/Mono.Security.Win32.cs b/src/mono/Mono.Security.Win32.cs
index c1a9b70..c1a9b70 100644
--- a/src/v4.6.1/Mono.Security.Win32.cs
+++ b/src/mono/Mono.Security.Win32.cs
diff --git a/src/v4.6.1/Mono.Security.cs b/src/mono/Mono.Security.cs
index 954d6ff..954d6ff 100644
--- a/src/v4.6.1/Mono.Security.cs
+++ b/src/mono/Mono.Security.cs
diff --git a/src/v4.6.1/Mono.Simd.cs b/src/mono/Mono.Simd.cs
index 522a378..522a378 100644
--- a/src/v4.6.1/Mono.Simd.cs
+++ b/src/mono/Mono.Simd.cs
diff --git a/src/v4.6.1/Mono.Tasklets.cs b/src/mono/Mono.Tasklets.cs
index 6da139d..6da139d 100644
--- a/src/v4.6.1/Mono.Tasklets.cs
+++ b/src/mono/Mono.Tasklets.cs
diff --git a/src/v4.7/Mono.WebBrowser.cs b/src/mono/Mono.WebBrowser.cs
index 77b7abb..77b7abb 100644
--- a/src/v4.7/Mono.WebBrowser.cs
+++ b/src/mono/Mono.WebBrowser.cs
diff --git a/src/v4.6.1/Novell.Directory.Ldap.cs b/src/mono/Novell.Directory.Ldap.cs
index bc40e81..bc40e81 100644
--- a/src/v4.6.1/Novell.Directory.Ldap.cs
+++ b/src/mono/Novell.Directory.Ldap.cs
diff --git a/src/v4.6.1/PEAPI.cs b/src/mono/PEAPI.cs
index bdc68dd..bdc68dd 100644
--- a/src/v4.6.1/PEAPI.cs
+++ b/src/mono/PEAPI.cs
diff --git a/src/v4.7/RabbitMQ.Client.cs b/src/mono/RabbitMQ.Client.cs
index a89537f..a89537f 100644
--- a/src/v4.7/RabbitMQ.Client.cs
+++ b/src/mono/RabbitMQ.Client.cs
diff --git a/src/v4.6.1/WebMatrix.Data.cs b/src/mono/WebMatrix.Data.cs
index c287acd..c287acd 100644
--- a/src/v4.6.1/WebMatrix.Data.cs
+++ b/src/mono/WebMatrix.Data.cs
diff --git a/src/v2.0/Commons.Xml.Relaxng.cs b/src/v2.0/Commons.Xml.Relaxng.cs
deleted file mode 100644
index 2eb31df..0000000
--- a/src/v2.0/Commons.Xml.Relaxng.cs
+++ /dev/null
@@ -1,1147 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Commons.Xml.Relaxng.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.1")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Commons.Xml
-{
- public partial class XmlDefaultReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo
- {
- public XmlDefaultReader(System.Xml.XmlReader reader) { }
- public override int AttributeCount { get { throw null; } }
- public override string BaseURI { get { throw null; } }
- public override int Depth { get { throw null; } }
- public override bool EOF { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override bool IsDefault { get { throw null; } }
- public override bool IsEmptyElement { get { throw null; } }
- public override string this[int i] { get { throw null; } }
- public override string this[string name] { get { throw null; } }
- public override string this[string localName, string namespaceURI] { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public int LinePosition { get { throw null; } }
- public override string LocalName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override System.Xml.XmlNameTable NameTable { get { throw null; } }
- public override System.Xml.XmlNodeType NodeType { get { throw null; } }
- public override string Prefix { get { throw null; } }
- public override char QuoteChar { get { throw null; } }
- public System.Xml.XmlReader Reader { get { throw null; } }
- public override System.Xml.ReadState ReadState { get { throw null; } }
- public override string Value { get { throw null; } }
- public override string XmlLang { get { throw null; } }
- public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
- public override void Close() { }
- public override string GetAttribute(int i) { throw null; }
- public override string GetAttribute(string name) { throw null; }
- public override string GetAttribute(string localName, string namespaceURI) { throw null; }
- public bool HasLineInfo() { throw null; }
- public override string LookupNamespace(string prefix) { throw null; }
- public override void MoveToAttribute(int i) { }
- public override bool MoveToAttribute(string name) { throw null; }
- public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
- public override bool MoveToElement() { throw null; }
- public override bool MoveToFirstAttribute() { throw null; }
- public override bool MoveToNextAttribute() { throw null; }
- public override bool Read() { throw null; }
- public override bool ReadAttributeValue() { throw null; }
- public override void ResolveEntity() { }
- }
-}
-namespace Commons.Xml.Nvdl
-{
- public partial class Nvdl
- {
- internal Nvdl() { }
- public const string BuiltInValidationNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/predefinedSchema/1.0";
- public const string InstanceNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/instance/1.0";
- public const string Namespace = "http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0";
- }
- public abstract partial class NvdlAction : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlAction() { }
- }
- public partial class NvdlActionList : System.Collections.CollectionBase
- {
- public NvdlActionList() { }
- public Commons.Xml.Nvdl.NvdlAction this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlAction item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlAction item) { }
- }
- public partial class NvdlAllow : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlAllow() { }
- }
- public partial class NvdlAnyNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlAnyNamespace() { }
- }
- public partial class NvdlAttach : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttach() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttachPlaceholder : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttachPlaceholder() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttributable : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlAttributable() { }
- public System.Collections.ArrayList Foreign { get { throw null; } }
- }
- public partial class NvdlBuiltInValidationProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlBuiltInValidationProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public partial class NvdlCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- public NvdlCancelAction() { }
- }
- public partial class NvdlCompileException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlCompileException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlCompileException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlConfig
- {
- public NvdlConfig() { }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void AddProvider(Commons.Xml.Nvdl.NvdlValidationProvider provider) { }
- public Commons.Xml.Nvdl.NvdlValidatorGenerator GetGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string inheritSchemaType) { throw null; }
- }
- public partial class NvdlContext : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlContext() { }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string Path { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlContextList : System.Collections.CollectionBase
- {
- public NvdlContextList() { }
- public Commons.Xml.Nvdl.NvdlContext this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlContext item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlContext item) { }
- }
- public partial class NvdlElementBase : System.Xml.IXmlLineInfo
- {
- public NvdlElementBase() { }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public string SourceUri { get { throw null; } set { } }
- public bool HasLineInfo() { throw null; }
- }
- public partial class NvdlException : System.Exception
- {
- public NvdlException(string message) { }
- public NvdlException(string message, System.Exception inner) { }
- }
- public partial class NvdlIncludedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlIncludedMode() { }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlInstanceValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlInstanceValidationException(string message, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- public NvdlInstanceValidationException(string message, System.Exception inner, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- }
- public partial class NvdlMessage : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlMessage() { }
- public System.Collections.ArrayList ForeignAttributes { get { throw null; } }
- public string Text { get { throw null; } set { } }
- public string XmlLang { get { throw null; } set { } }
- }
- public partial class NvdlMessageEventArgs : System.EventArgs
- {
- public NvdlMessageEventArgs(string message) { }
- public string Message { get { throw null; } }
- }
- public delegate void NvdlMessageEventHandler(object o, Commons.Xml.Nvdl.NvdlMessageEventArgs e);
- public partial class NvdlMessageList : System.Collections.CollectionBase
- {
- public NvdlMessageList() { }
- public Commons.Xml.Nvdl.NvdlMessage this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlMessage item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlMessage item) { }
- }
- public partial class NvdlMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlMode() { }
- public string Name { get { throw null; } set { } }
- }
- public abstract partial class NvdlModeBase : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlModeBase() { }
- public Commons.Xml.Nvdl.NvdlModeList IncludedModes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- }
- public partial class NvdlModeList : System.Collections.CollectionBase
- {
- public NvdlModeList() { }
- public Commons.Xml.Nvdl.NvdlModeBase this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlModeBase item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlModeBase item) { }
- }
- public partial class NvdlModeUsage
- {
- public NvdlModeUsage() { }
- public Commons.Xml.Nvdl.NvdlContextList Contexts { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlNamespace() { }
- public string NS { get { throw null; } set { } }
- public string Wildcard { get { throw null; } set { } }
- }
- public partial class NvdlNestedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlNestedMode() { }
- }
- public abstract partial class NvdlNoCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- protected NvdlNoCancelAction() { }
- public Commons.Xml.Nvdl.NvdlMessageList Messages { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlModeUsage ModeUsage { get { throw null; } set { } }
- public string SimpleMessage { get { throw null; } set { } }
- }
- public abstract partial class NvdlNoResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlNoResultAction() { }
- }
- public partial class NvdlOption : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlOption() { }
- public string Arg { get { throw null; } set { } }
- public string MustSupport { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlOptionList : System.Collections.CollectionBase
- {
- public NvdlOptionList() { }
- public Commons.Xml.Nvdl.NvdlOption this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlOption item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlOption item) { }
- }
- public partial class NvdlReader
- {
- internal NvdlReader() { }
- public static Commons.Xml.Nvdl.NvdlRules Read(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class NvdlReject : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlReject() { }
- }
- public partial class NvdlRelaxngValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public const string RncMimeType = "application/vnd.oasis-open.relax-ng.rnc";
- public NvdlRelaxngValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public abstract partial class NvdlResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlResultAction() { }
- public abstract Commons.Xml.Nvdl.NvdlResultType ResultType { get; }
- }
- public enum NvdlResultType
- {
- Attach = 0,
- AttachPlaceholder = 1,
- Unwrap = 2,
- }
- public abstract partial class NvdlRule : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlRule() { }
- public Commons.Xml.Nvdl.NvdlActionList Actions { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleTarget Match { get { throw null; } set { } }
- }
- public partial class NvdlRuleList : System.Collections.CollectionBase
- {
- public NvdlRuleList() { }
- public Commons.Xml.Nvdl.NvdlRule this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlRule item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlRule item) { }
- }
- public partial class NvdlRules : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlRules() { }
- public Commons.Xml.Nvdl.NvdlModeList Modes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- public string SchemaType { get { throw null; } set { } }
- public string StartMode { get { throw null; } set { } }
- public Commons.Xml.Nvdl.NvdlTriggerList Triggers { get { throw null; } }
- }
- public enum NvdlRuleTarget
- {
- Attributes = 2,
- Both = 3,
- Elements = 1,
- None = 0,
- }
- public partial class NvdlTrigger : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlTrigger() { }
- public string NameList { get { throw null; } set { } }
- public string NS { get { throw null; } set { } }
- }
- public partial class NvdlTriggerList : System.Collections.CollectionBase
- {
- public NvdlTriggerList() { }
- public Commons.Xml.Nvdl.NvdlTrigger this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlTrigger item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlTrigger item) { }
- }
- public partial class NvdlUnwrap : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlUnwrap() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlValidate : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlValidate() { }
- public Commons.Xml.Nvdl.NvdlOptionList Options { get { throw null; } }
- public System.Xml.XmlElement SchemaBody { get { throw null; } set { } }
- public string SchemaType { get { throw null; } set { } }
- public string SchemaUri { get { throw null; } set { } }
- }
- public partial class NvdlValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver, Commons.Xml.Nvdl.NvdlConfig config) : base (default(System.Xml.XmlReader)) { }
- public event Commons.Xml.Nvdl.NvdlMessageEventHandler ActionStarted { add { } remove { } }
- public override bool Read() { throw null; }
- }
- public partial class NvdlValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlValidationException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlValidationException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlValidationProvider
- {
- public NvdlValidationProvider() { }
- public Commons.Xml.Nvdl.NvdlConfig Config { get { throw null; } }
- public string SchemaType { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlValidate ValidateAction { get { throw null; } }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader schema, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public string GetSchemaUri(Commons.Xml.Nvdl.NvdlValidate validate) { throw null; }
- }
- public abstract partial class NvdlValidatorGenerator
- {
- protected NvdlValidatorGenerator() { }
- public abstract bool AddOption(string name, string arg);
- public virtual System.Xml.XmlReader CreateAttributeValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) { throw null; }
- public abstract System.Xml.XmlReader CreateValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver);
- public virtual bool HandleError(System.Exception ex, System.Xml.XmlReader reader, string nvdlLocation) { throw null; }
- }
- public partial class NvdlXsdValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlXsdValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng
-{
- public partial interface IGrammarContent
- {
- }
- public partial class RelaxngAnyName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngAnyName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngAttribute : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngAttribute() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngBinaryContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngBinaryContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngChoice : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngChoice() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngData : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngData() { }
- public Commons.Xml.Relaxng.RelaxngExcept Except { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngParamList ParamList { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngDataSupport : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngDataSupport() { }
- public string DatatypeLibrary { get { throw null; } set { } }
- public string Type { get { throw null; } set { } }
- }
- public abstract partial class RelaxngDatatype
- {
- protected RelaxngDatatype() { }
- public abstract string Name { get; }
- public abstract string NamespaceURI { get; }
- public virtual bool Compare(object o1, object o2) { throw null; }
- public virtual bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public abstract object Parse(string text, System.Xml.XmlReader reader);
- }
- public abstract partial class RelaxngDatatypeProvider
- {
- protected RelaxngDatatypeProvider() { }
- public abstract Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters);
- }
- public partial class RelaxngDefine : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDefine() { }
- public string Combine { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngDiv : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDiv() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngElement : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngElement() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngElementBase
- {
- protected RelaxngElementBase() { }
- public string BaseUri { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern ReadExternalResource(Commons.Xml.Relaxng.RelaxngGrammar grammar, System.Uri uri, string nsContext) { throw null; }
- public abstract void Write(System.Xml.XmlWriter writer);
- }
- public partial class RelaxngEmpty : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngEmpty() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExcept : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExcept() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngException : System.Exception
- {
- public RelaxngException() { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message) { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message, System.Exception innerException) { }
- public RelaxngException(string message) { }
- public RelaxngException(string message, System.Exception innerException) { }
- }
- public partial class RelaxngExceptNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExceptNameClass() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Names { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExternalRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngExternalRef() { }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammar : Commons.Xml.Relaxng.RelaxngPattern
- {
- public static string NamespaceURI;
- public RelaxngGrammar() { }
- public string DefaultNamespace { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammarContentList : System.Collections.CollectionBase
- {
- public RelaxngGrammarContentList() { }
- public Commons.Xml.Relaxng.IGrammarContent this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Remove(Commons.Xml.Relaxng.IGrammarContent p) { }
- }
- public partial class RelaxngGroup : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngGroup() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInclude : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngInclude() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInterleave : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngInterleave() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngList : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- internal RelaxngList() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngMergedProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- public RelaxngMergedProvider() { }
- public static Commons.Xml.Relaxng.RelaxngMergedProvider DefaultProvider { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider this[string ns] { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class RelaxngMixed : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngMixed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngName() { }
- public RelaxngName(string ncname, string ns) { }
- public string LocalName { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNameChoice : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNameChoice() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Children { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngNameClass() { }
- }
- public partial class RelaxngNameClassList : System.Collections.CollectionBase
- {
- public RelaxngNameClassList() { }
- public Commons.Xml.Relaxng.RelaxngNameClass this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- }
- public partial class RelaxngNotAllowed : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngNotAllowed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNsName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNsName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOneOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOneOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOptional : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOptional() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParam : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngParam() { }
- public RelaxngParam(string name, string value) { }
- public string Name { get { throw null; } set { } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParamList : System.Collections.CollectionBase
- {
- public RelaxngParamList() { }
- public Commons.Xml.Relaxng.RelaxngParam this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngParam p) { }
- }
- public partial class RelaxngParentRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngParentRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngPattern : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngPattern() { }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider DataProvider { get { throw null; } set { } }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void Compile() { }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider, System.Xml.XmlResolver xmlResolver) { throw null; }
- public void WriteCompact(System.IO.TextWriter writer) { }
- public void WriteCompact(System.IO.TextWriter writer, System.Xml.IXmlNamespaceResolver res) { }
- }
- public partial class RelaxngPatternList : System.Collections.CollectionBase
- {
- public RelaxngPatternList() { }
- public Commons.Xml.Relaxng.RelaxngPattern this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngPattern p) { }
- }
- public enum RelaxngPatternType
- {
- After = 14,
- Attribute = 12,
- Choice = 4,
- Data = 9,
- DataExcept = 10,
- Element = 13,
- Empty = 1,
- ExternalRef = 21,
- Grammar = 16,
- Group = 6,
- Interleave = 5,
- List = 8,
- Mixed = 18,
- NotAllowed = 2,
- OneOrMore = 7,
- Optional = 19,
- ParentRef = 22,
- Ref = 15,
- Text = 3,
- Value = 11,
- ZeroOrMore = 17,
- }
- public partial class RelaxngReader : Commons.Xml.XmlDefaultReader
- {
- [System.ObsoleteAttribute]
- public static string RelaxngNS;
- public RelaxngReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public string ContextNamespace { get { throw null; } }
- public string DatatypeLibrary { get { throw null; } }
- public static Commons.Xml.Relaxng.RelaxngPattern GrammarForRelaxng { get { throw null; } }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public override bool Read() { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern ReadPattern() { throw null; }
- public override string ReadString() { throw null; }
- }
- public partial class RelaxngRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngSingleContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngSingleContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngStart : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngStart() { }
- public string Combine { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngString : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngString() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngText : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngText() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngToken : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngToken() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public static readonly Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler IgnoreError;
- public RelaxngValidatingReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Relaxng.RelaxngPattern pattern) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) : base (default(System.Xml.XmlReader)) { }
- public bool ReportDetails { get { throw null; } set { } }
- public bool RoughLabelCheck { get { throw null; } set { } }
- public event Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler InvalidNodeFound { add { } remove { } }
- public object AfterAttribute(object stateObject, string localName, string ns) { throw null; }
- public object AfterCloseStartTag(object stateObject) { throw null; }
- public object AfterEndTag(object stateObject) { throw null; }
- public object AfterOpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public bool Attribute(object stateObject, string localName, string ns) { throw null; }
- public bool CloseStartTag(object stateObject) { throw null; }
- public bool Emptiable(object stateObject) { throw null; }
- public bool EndTag(object stateObject) { throw null; }
- public System.Collections.ICollection GetAttributeLabels(object stateObject) { throw null; }
- public object GetCurrentState() { throw null; }
- public System.Collections.ICollection GetElementLabels(object stateObject) { throw null; }
- public bool OpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public override bool Read() { throw null; }
- public delegate bool RelaxngValidationEventHandler(System.Xml.XmlReader source, string message);
- }
- public partial class RelaxngValue : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngValue() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngZeroOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngZeroOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
-}
-namespace Commons.Xml.Relaxng.Derivative
-{
- public abstract partial class RdpAbstractBinary : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractBinary(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern LValue { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern RValue { get { throw null; } set { } }
- }
- public abstract partial class RdpAbstractSingleContent : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractSingleContent(Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Child { get { throw null; } set { } }
- }
- public partial class RdpAfter : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpAfter(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpAnyName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- internal RdpAnyName() { }
- public override bool HasInfiniteName { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpAnyName Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpAnyNameExcept : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpAnyNameExcept(Commons.Xml.Relaxng.Derivative.RdpNameClass except) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpApplyAfterHandler(Commons.Xml.Relaxng.Derivative.RdpPattern p);
- public partial class RdpAttribute : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAttribute(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpBinaryFunction(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2);
- public partial class RdpChoice : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpChoice(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public enum RdpContentType
- {
- Complex = 2,
- Empty = 1,
- Invalid = 0,
- Simple = 4,
- }
- public partial class RdpData : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpData(Commons.Xml.Relaxng.Derivative.RdpDatatype dt) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDataExcept : Commons.Xml.Relaxng.Derivative.RdpData
- {
- public RdpDataExcept(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, Commons.Xml.Relaxng.Derivative.RdpPattern except) : base (default(Commons.Xml.Relaxng.Derivative.RdpDatatype)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Except { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDatatype
- {
- public RdpDatatype(string ns, string localName, Commons.Xml.Relaxng.RelaxngParamList parameters, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { }
- public bool IsContextDependent { get { throw null; } }
- public string LocalName { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public virtual bool IsAllowed(string value, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsTypeEqual(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpElement : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpElement(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- }
- public partial class RdpEmpty : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpEmpty() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpEmpty Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpGroup : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpGroup(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpInterleave : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpList : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpList(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpName(string local, string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public string LocalName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public abstract partial class RdpNameClass
- {
- protected RdpNameClass() { }
- public abstract bool HasInfiniteName { get; }
- public abstract Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get; }
- public abstract bool Contains(string name, string ns);
- }
- public partial class RdpNameClassChoice : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNameClassChoice(Commons.Xml.Relaxng.Derivative.RdpNameClass l, Commons.Xml.Relaxng.Derivative.RdpNameClass r) { }
- public override bool HasInfiniteName { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass LValue { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass RValue { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public enum RdpNameClassType
- {
- AnyName = 1,
- AnyNameExcept = 2,
- Name = 5,
- NameClassChoice = 6,
- None = 0,
- NsName = 3,
- NsNameExcept = 4,
- }
- public partial class RdpNotAllowed : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpNotAllowed() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpNotAllowed Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpNsName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNsName(string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpNsNameExcept : Commons.Xml.Relaxng.Derivative.RdpNsName
- {
- public RdpNsNameExcept(string ns, Commons.Xml.Relaxng.Derivative.RdpNameClass except) : base (default(string)) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpOneOrMore : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpParam
- {
- public RdpParam(string localName, string value) { }
- public string LocalName { get { throw null; } }
- public string Value { get { throw null; } }
- }
- public partial class RdpParamList : System.Collections.ArrayList
- {
- public RdpParamList() { }
- }
- public abstract partial class RdpPattern
- {
- public static readonly Commons.Xml.Relaxng.Derivative.RdpPattern Anything;
- protected RdpPattern() { }
- public abstract Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get; }
- public abstract bool Nullable { get; }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern After(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Choice(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes) { }
- public abstract void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass);
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Group(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Interleave(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern ListDeriv(string[] list, int index, System.Xml.XmlReader reader) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpAfter MakeAfter(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeChoice(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpChoice MakeChoiceLeaf(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeGroup(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpInterleave MakeInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpOneOrMore MakeOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern OneOrMore() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- public bool ValueMatch(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpText : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpText() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpText Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpUtil
- {
- public static char[] WhitespaceChars;
- public RdpUtil() { }
- }
- public partial class RdpValue : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpValue(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, string value) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.Inference
-{
- public partial class RelaxngInference
- {
- public RelaxngInference() { }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption Occurrence { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption TypeInference { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader) { throw null; }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngGrammar grammar) { throw null; }
- public enum InferenceOption
- {
- Relaxed = 1,
- Restricted = 0,
- }
- }
-}
-namespace Commons.Xml.Relaxng.Rnc
-{
- public partial class RncParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 4;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public RncParser(System.Xml.XmlNameTable nameTable) { }
- public string BaseUri { get { throw null; } }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri, string defaultNamespace) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri, string defaultNamespace) { throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.XmlSchema
-{
- public partial class XsdDatatypeProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- internal XsdDatatypeProvider() { }
- public static Commons.Xml.Relaxng.XmlSchema.XsdDatatypeProvider Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class XsdPrimitiveType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdPrimitiveType(string name, System.Xml.Schema.XmlSchemaDatatype xstype) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdQNameWrapper : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdQNameWrapper() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdSimpleRestrictionType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdSimpleRestrictionType(Commons.Xml.Relaxng.RelaxngDatatype primitive, Commons.Xml.Relaxng.RelaxngParamList parameters) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string value, System.Xml.XmlReader reader) { throw null; }
- }
-}
diff --git a/src/v2.0/I18N.CJK.cs b/src/v2.0/I18N.CJK.cs
deleted file mode 100644
index fc56577..0000000
--- a/src/v2.0/I18N.CJK.cs
+++ /dev/null
@@ -1,133 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.CJK
-{
- [System.SerializableAttribute]
- public partial class CP50220 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50220() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50221 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50221() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50222 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50222() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP51932 : I18N.Common.MonoSafeEncoding
- {
- public CP51932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- public partial class CP51932Encoder : I18N.Common.MonoSafeEncoder
- {
- public CP51932Encoder(I18N.Common.MonoSafeEncoding encoding) : base (default(I18N.Common.MonoSafeEncoding)) { }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CP54936 : I18N.CJK.GB18030Encoding
- {
- public CP54936() { }
- }
- [System.SerializableAttribute]
- public partial class CP932 : I18N.Common.MonoSafeEncoding
- {
- public CP932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ENCeuc_jp : I18N.CJK.CP51932
- {
- public ENCeuc_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_2022_jp : I18N.CJK.CP50220
- {
- public ENCiso_2022_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCshift_jis : I18N.CJK.CP932
- {
- public ENCshift_jis() { }
- }
- [System.SerializableAttribute]
- public partial class GB18030Encoding : I18N.Common.MonoSafeEncoding
- {
- public GB18030Encoding() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int start, int len) { throw null; }
- public override int GetChars(byte[] bytes, int byteIdx, int srclen, char[] chars, int charIdx) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int len) { throw null; }
- public override int GetMaxCharCount(int len) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ISO2022JPEncoding : I18N.Common.MonoSafeEncoding
- {
- public ISO2022JPEncoding(int codePage, bool allow1ByteKana, bool allowShiftIO) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int charIndex, int charCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- protected override int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v2.0/I18N.MidEast.cs b/src/v2.0/I18N.MidEast.cs
deleted file mode 100644
index 65ab288..0000000
--- a/src/v2.0/I18N.MidEast.cs
+++ /dev/null
@@ -1,109 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.MidEast
-{
- [System.SerializableAttribute]
- public partial class CP1254 : I18N.Common.ByteEncoding
- {
- public CP1254() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1255 : I18N.Common.ByteEncoding
- {
- public CP1255() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1256 : I18N.Common.ByteEncoding
- {
- public CP1256() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28596 : I18N.Common.ByteEncoding
- {
- public CP28596() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28598 : I18N.Common.ByteEncoding
- {
- public CP28598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28599 : I18N.Common.ByteEncoding
- {
- public CP28599() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP38598 : I18N.Common.ByteEncoding
- {
- public CP38598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_6 : I18N.MidEast.CP28596
- {
- public ENCiso_8859_6() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_8 : I18N.MidEast.CP28598
- {
- public ENCiso_8859_8() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_9 : I18N.MidEast.CP28599
- {
- public ENCiso_8859_9() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1254 : I18N.MidEast.CP1254
- {
- public ENCwindows_1254() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1255 : I18N.MidEast.CP1255
- {
- public ENCwindows_1255() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1256 : I18N.MidEast.CP1256
- {
- public ENCwindows_1256() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_38598 : I18N.MidEast.CP38598
- {
- public ENCwindows_38598() { }
- }
-}
diff --git a/src/v2.0/I18N.Other.cs b/src/v2.0/I18N.Other.cs
deleted file mode 100644
index 4e8adb2..0000000
--- a/src/v2.0/I18N.Other.cs
+++ /dev/null
@@ -1,240 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Other
-{
- [System.SerializableAttribute]
- public partial class CP1251 : I18N.Common.ByteEncoding
- {
- public CP1251() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1257 : I18N.Common.ByteEncoding
- {
- public CP1257() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1258 : I18N.Common.ByteEncoding
- {
- public CP1258() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20866 : I18N.Common.ByteEncoding
- {
- public CP20866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21866 : I18N.Common.ByteEncoding
- {
- public CP21866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28594 : I18N.Common.ByteEncoding
- {
- public CP28594() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28595 : I18N.Common.ByteEncoding
- {
- public CP28595() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP57002 : I18N.Other.ISCIIEncoding
- {
- public CP57002() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57003 : I18N.Other.ISCIIEncoding
- {
- public CP57003() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57004 : I18N.Other.ISCIIEncoding
- {
- public CP57004() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57005 : I18N.Other.ISCIIEncoding
- {
- public CP57005() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57006 : I18N.Other.ISCIIEncoding
- {
- public CP57006() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57007 : I18N.Other.ISCIIEncoding
- {
- public CP57007() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57008 : I18N.Other.ISCIIEncoding
- {
- public CP57008() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57009 : I18N.Other.ISCIIEncoding
- {
- public CP57009() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57010 : I18N.Other.ISCIIEncoding
- {
- public CP57010() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57011 : I18N.Other.ISCIIEncoding
- {
- public CP57011() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP874 : I18N.Common.ByteEncoding
- {
- public CP874() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_4 : I18N.Other.CP28594
- {
- public ENCiso_8859_4() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_5 : I18N.Other.CP28595
- {
- public ENCiso_8859_5() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_r : I18N.Other.CP20866
- {
- public ENCkoi8_r() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_u : I18N.Other.CP21866
- {
- public ENCkoi8_u() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1251 : I18N.Other.CP1251
- {
- public ENCwindows_1251() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1257 : I18N.Other.CP1257
- {
- public ENCwindows_1257() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1258 : I18N.Other.CP1258
- {
- public ENCwindows_1258() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_874 : I18N.Other.CP874
- {
- public ENCwindows_874() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_as : I18N.Other.CP57006
- {
- public ENCx_iscii_as() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_be : I18N.Other.CP57003
- {
- public ENCx_iscii_be() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_de : I18N.Other.CP57002
- {
- public ENCx_iscii_de() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_gu : I18N.Other.CP57010
- {
- public ENCx_iscii_gu() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ka : I18N.Other.CP57008
- {
- public ENCx_iscii_ka() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ma : I18N.Other.CP57009
- {
- public ENCx_iscii_ma() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_or : I18N.Other.CP57007
- {
- public ENCx_iscii_or() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_pa : I18N.Other.CP57011
- {
- public ENCx_iscii_pa() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ta : I18N.Other.CP57004
- {
- public ENCx_iscii_ta() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_te : I18N.Other.CP57005
- {
- public ENCx_iscii_te() { }
- }
- [System.SerializableAttribute]
- public abstract partial class ISCIIEncoding : I18N.Common.MonoEncoding
- {
- protected ISCIIEncoding(int codePage, int shift, string encodingName, string webName) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v2.0/I18N.Rare.cs b/src/v2.0/I18N.Rare.cs
deleted file mode 100644
index dd570c0..0000000
--- a/src/v2.0/I18N.Rare.cs
+++ /dev/null
@@ -1,529 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Rare
-{
- [System.SerializableAttribute]
- public partial class CP1026 : I18N.Common.ByteEncoding
- {
- public CP1026() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1047 : I18N.Common.ByteEncoding
- {
- public CP1047() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1140 : I18N.Common.ByteEncoding
- {
- public CP1140() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1141 : I18N.Common.ByteEncoding
- {
- public CP1141() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1142 : I18N.Common.ByteEncoding
- {
- public CP1142() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1143 : I18N.Common.ByteEncoding
- {
- public CP1143() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1144 : I18N.Common.ByteEncoding
- {
- public CP1144() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1145 : I18N.Common.ByteEncoding
- {
- public CP1145() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1146 : I18N.Common.ByteEncoding
- {
- public CP1146() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1147 : I18N.Common.ByteEncoding
- {
- public CP1147() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1148 : I18N.Common.ByteEncoding
- {
- public CP1148() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1149 : I18N.Common.ByteEncoding
- {
- public CP1149() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20273 : I18N.Common.ByteEncoding
- {
- public CP20273() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20277 : I18N.Common.ByteEncoding
- {
- public CP20277() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20278 : I18N.Common.ByteEncoding
- {
- public CP20278() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20280 : I18N.Common.ByteEncoding
- {
- public CP20280() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20284 : I18N.Common.ByteEncoding
- {
- public CP20284() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20285 : I18N.Common.ByteEncoding
- {
- public CP20285() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20290 : I18N.Common.ByteEncoding
- {
- public CP20290() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20297 : I18N.Common.ByteEncoding
- {
- public CP20297() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20420 : I18N.Common.ByteEncoding
- {
- public CP20420() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20424 : I18N.Common.ByteEncoding
- {
- public CP20424() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20871 : I18N.Common.ByteEncoding
- {
- public CP20871() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21025 : I18N.Common.ByteEncoding
- {
- public CP21025() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP37 : I18N.Common.ByteEncoding
- {
- public CP37() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP500 : I18N.Common.ByteEncoding
- {
- public CP500() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP708 : I18N.Common.ByteEncoding
- {
- public CP708() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP852 : I18N.Common.ByteEncoding
- {
- public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP855 : I18N.Common.ByteEncoding
- {
- public CP855() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP857 : I18N.Common.ByteEncoding
- {
- public CP857() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP858 : I18N.Common.ByteEncoding
- {
- public CP858() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP862 : I18N.Common.ByteEncoding
- {
- public CP862() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP864 : I18N.Common.ByteEncoding
- {
- public CP864() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP866 : I18N.Common.ByteEncoding
- {
- public CP866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP869 : I18N.Common.ByteEncoding
- {
- public CP869() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP870 : I18N.Common.ByteEncoding
- {
- public CP870() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP875 : I18N.Common.ByteEncoding
- {
- public CP875() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCasmo_708 : I18N.Rare.CP708
- {
- public ENCasmo_708() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm00858 : I18N.Rare.CP858
- {
- public ENCibm00858() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01140 : I18N.Rare.CP1140
- {
- public ENCibm01140() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01141 : I18N.Rare.CP1141
- {
- public ENCibm01141() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01142 : I18N.Rare.CP1142
- {
- public ENCibm01142() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01143 : I18N.Rare.CP1143
- {
- public ENCibm01143() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm037 : I18N.Rare.CP37
- {
- public ENCibm037() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1025 : I18N.Rare.CP21025
- {
- public ENCibm1025() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1026 : I18N.Rare.CP1026
- {
- public ENCibm1026() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1047 : I18N.Rare.CP1047
- {
- public ENCibm1047() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1144 : I18N.Rare.CP1144
- {
- public ENCibm1144() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1145 : I18N.Rare.CP1145
- {
- public ENCibm1145() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1146 : I18N.Rare.CP1146
- {
- public ENCibm1146() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1147 : I18N.Rare.CP1147
- {
- public ENCibm1147() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1148 : I18N.Rare.CP1148
- {
- public ENCibm1148() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1149 : I18N.Rare.CP1149
- {
- public ENCibm1149() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm273 : I18N.Rare.CP20273
- {
- public ENCibm273() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm277 : I18N.Rare.CP20277
- {
- public ENCibm277() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm278 : I18N.Rare.CP20278
- {
- public ENCibm278() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm280 : I18N.Rare.CP20280
- {
- public ENCibm280() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm284 : I18N.Rare.CP20284
- {
- public ENCibm284() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm285 : I18N.Rare.CP20285
- {
- public ENCibm285() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm290 : I18N.Rare.CP20290
- {
- public ENCibm290() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm297 : I18N.Rare.CP20297
- {
- public ENCibm297() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm420 : I18N.Rare.CP20420
- {
- public ENCibm420() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm424 : I18N.Rare.CP20424
- {
- public ENCibm424() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm500 : I18N.Rare.CP500
- {
- public ENCibm500() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm852 : I18N.Rare.CP852
- {
- public ENCibm852() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm855 : I18N.Rare.CP855
- {
- public ENCibm855() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm857 : I18N.Rare.CP857
- {
- public ENCibm857() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm862 : I18N.Rare.CP862
- {
- public ENCibm862() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm864 : I18N.Rare.CP864
- {
- public ENCibm864() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm866 : I18N.Rare.CP866
- {
- public ENCibm866() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm869 : I18N.Rare.CP869
- {
- public ENCibm869() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm870 : I18N.Rare.CP870
- {
- public ENCibm870() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm871 : I18N.Rare.CP20871
- {
- public ENCibm871() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm875 : I18N.Rare.CP875
- {
- public ENCibm875() { }
- }
-}
diff --git a/src/v2.0/I18N.West.cs b/src/v2.0/I18N.West.cs
deleted file mode 100644
index bfd81c0..0000000
--- a/src/v2.0/I18N.West.cs
+++ /dev/null
@@ -1,221 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.West
-{
- [System.SerializableAttribute]
- public partial class CP10000 : I18N.Common.ByteEncoding
- {
- public CP10000() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP10079 : I18N.Common.ByteEncoding
- {
- public CP10079() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1250 : I18N.Common.ByteEncoding
- {
- public CP1250() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1252 : I18N.Common.ByteEncoding
- {
- public CP1252() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1253 : I18N.Common.ByteEncoding
- {
- public CP1253() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28592 : I18N.Common.ByteEncoding
- {
- public CP28592() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28593 : I18N.Common.ByteEncoding
- {
- public CP28593() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28597 : I18N.Common.ByteEncoding
- {
- public CP28597() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28605 : I18N.Common.ByteEncoding
- {
- public CP28605() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP437 : I18N.Common.ByteEncoding
- {
- public CP437() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP850 : I18N.Common.ByteEncoding
- {
- public CP850() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP860 : I18N.Common.ByteEncoding
- {
- public CP860() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP861 : I18N.Common.ByteEncoding
- {
- public CP861() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP863 : I18N.Common.ByteEncoding
- {
- public CP863() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP865 : I18N.Common.ByteEncoding
- {
- public CP865() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm437 : I18N.West.CP437
- {
- public ENCibm437() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm850 : I18N.West.CP850
- {
- public ENCibm850() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm860 : I18N.West.CP860
- {
- public ENCibm860() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm861 : I18N.West.CP861
- {
- public ENCibm861() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm863 : I18N.West.CP863
- {
- public ENCibm863() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm865 : I18N.West.CP865
- {
- public ENCibm865() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_15 : I18N.West.CP28605
- {
- public ENCiso_8859_15() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_2 : I18N.West.CP28592
- {
- public ENCiso_8859_2() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_3 : I18N.West.CP28593
- {
- public ENCiso_8859_3() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_7 : I18N.West.CP28597
- {
- public ENCiso_8859_7() { }
- }
- [System.SerializableAttribute]
- public partial class ENCmacintosh : I18N.West.CP10000
- {
- public ENCmacintosh() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1250 : I18N.West.CP1250
- {
- public ENCwindows_1250() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1252 : I18N.West.CP1252
- {
- public ENCwindows_1252() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1253 : I18N.West.CP1253
- {
- public ENCwindows_1253() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_mac_icelandic : I18N.West.CP10079
- {
- public ENCx_mac_icelandic() { }
- }
-}
diff --git a/src/v2.0/I18N.cs b/src/v2.0/I18N.cs
deleted file mode 100644
index 2635dd2..0000000
--- a/src/v2.0/I18N.cs
+++ /dev/null
@@ -1,149 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Common
-{
- [System.SerializableAttribute]
- public abstract partial class ByteEncoding : I18N.Common.MonoEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected unsafe abstract void ToBytes(char* chars, int charCount, byte* bytes, int byteCount);
- protected virtual void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- [System.SerializableAttribute]
- public abstract partial class ByteSafeEncoding : I18N.Common.MonoSafeEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteSafeEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected abstract void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
- protected virtual void ToBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- public sealed partial class Handlers
- {
- public static readonly string[] List;
- public Handlers() { }
- public static string GetAlias(string name) { throw null; }
- }
- public partial class Manager
- {
- internal Manager() { }
- public static I18N.Common.Manager PrimaryManager { get { throw null; } }
- public System.Globalization.CultureInfo GetCulture(int culture, bool useUserOverride) { throw null; }
- public System.Globalization.CultureInfo GetCulture(string name, bool useUserOverride) { throw null; }
- public System.Text.Encoding GetEncoding(int codePage) { throw null; }
- public System.Text.Encoding GetEncoding(string name) { throw null; }
- }
- public abstract partial class MonoEncoder : System.Text.Encoder
- {
- public MonoEncoder(I18N.Common.MonoEncoding encoding) { }
- public override int GetByteCount(char[] chars, int index, int count, bool refresh) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount, bool refresh);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount, bool refresh);
- public unsafe void HandleFallback(char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoEncoding : System.Text.Encoding
- {
- public MonoEncoding(int codePage) { }
- public MonoEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount);
- protected unsafe virtual int GetBytesInternal(char* chars, int charCount, byte* bytes, int byteCount, bool flush, object state) { throw null; }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount) { }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public abstract partial class MonoSafeEncoder : System.Text.Encoder
- {
- public MonoSafeEncoder(I18N.Common.MonoSafeEncoding encoding) { }
- public void HandleFallback(char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoSafeEncoding : System.Text.Encoding
- {
- public MonoSafeEncoding(int codePage) { }
- public MonoSafeEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- protected virtual int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public sealed partial class Strings
- {
- public Strings() { }
- public static string GetString(string tag) { throw null; }
- }
-}
diff --git a/src/v2.0/IBM.Data.DB2.cs b/src/v2.0/IBM.Data.DB2.cs
deleted file mode 100644
index 92a81a1..0000000
--- a/src/v2.0/IBM.Data.DB2.cs
+++ /dev/null
@@ -1,297 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace IBM.Data.DB2
-{
- public partial class DB2ClientUtils
- {
- public DB2ClientUtils() { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message) { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message, IBM.Data.DB2.DB2Connection connection) { }
- }
- public partial class DB2Command : System.ComponentModel.Component, System.Data.IDbCommand, System.ICloneable, System.IDisposable
- {
- public DB2Command() { }
- public DB2Command(string commandStr) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Transaction trans) { }
- public string CommandText { get { throw null; } set { } }
- public int CommandTimeout { get { throw null; } set { } }
- public System.Data.CommandType CommandType { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Connection Connection { get { throw null; } set { } }
- public IBM.Data.DB2.DB2ParameterCollection Parameters { get { throw null; } }
- public bool SelfDescribe { get { throw null; } set { } }
- public System.IntPtr statementHandle { get { throw null; } }
- System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
- System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
- System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Transaction Transaction { get { throw null; } set { } }
- public System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public void Cancel() { }
- public System.Data.IDbDataParameter CreateParameter() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- public int ExecuteNonQuery() { throw null; }
- public void ExecuteNonQueryInternal(System.Data.CommandBehavior behavior) { }
- public IBM.Data.DB2.DB2DataReader ExecuteReader() { throw null; }
- public IBM.Data.DB2.DB2DataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public object ExecuteScalar() { throw null; }
- ~DB2Command() { }
- public void Prepare() { }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2CommandBuilder : System.ComponentModel.Component
- {
- public DB2CommandBuilder() { }
- public DB2CommandBuilder(IBM.Data.DB2.DB2DataAdapter adapter) { }
- public IBM.Data.DB2.DB2DataAdapter DataAdapter { get { throw null; } set { } }
- public string QuotePrefix { get { throw null; } set { } }
- public string QuoteSuffix { get { throw null; } set { } }
- public static void DeriveParameters(IBM.Data.DB2.DB2Command command) { }
- protected override void Dispose(bool disposing) { }
- public IBM.Data.DB2.DB2Command GetDeleteCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetInsertCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetUpdateCommand() { throw null; }
- public void RefreshSchema() { }
- }
- public partial class DB2Connection : System.ComponentModel.Component, System.Data.IDbConnection, System.ICloneable, System.IDisposable
- {
- public DB2Connection() { }
- public DB2Connection(string conString) { }
- public string ConnectionString { get { throw null; } set { } }
- public int ConnectionTimeout { get { throw null; } set { } }
- public string Database { get { throw null; } }
- public System.Data.ConnectionState State { get { throw null; } }
- public event IBM.Data.DB2.DB2InfoMessageEventHandler InfoMessage { add { } remove { } }
- public event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public IBM.Data.DB2.DB2Transaction BeginTransaction() { throw null; }
- public IBM.Data.DB2.DB2Transaction BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- public void ChangeDatabase(string newDBName) { }
- public void Close() { }
- public IBM.Data.DB2.DB2Command CreateCommand() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- ~DB2Connection() { }
- public void Open() { }
- public static void ReleaseObjectPool() { }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2DataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter
- {
- public DB2DataAdapter() { }
- public DB2DataAdapter(IBM.Data.DB2.DB2Command selectCommand) { }
- public DB2DataAdapter(string selectCommandText, IBM.Data.DB2.DB2Connection selectConnection) { }
- public DB2DataAdapter(string selectCommandText, string selectConnectionString) { }
- public new IBM.Data.DB2.DB2Command DeleteCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command InsertCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command SelectCommand { get { throw null; } set { } }
- System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command UpdateCommand { get { throw null; } set { } }
- public event IBM.Data.DB2.DB2RowUpdatedEventHandler RowUpdated { add { } remove { } }
- public event IBM.Data.DB2.DB2RowUpdatingEventHandler RowUpdating { add { } remove { } }
- protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class DB2DataReader : System.MarshalByRefObject, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
- {
- internal DB2DataReader() { }
- public int Depth { get { throw null; } }
- public int FieldCount { get { throw null; } }
- public bool HasRows { get { throw null; } }
- public bool IsClosed { get { throw null; } }
- public object this[int col] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public int RecordsAffected { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- ~DB2DataReader() { }
- public bool GetBoolean(int col) { throw null; }
- public byte GetByte(int col) { throw null; }
- public long GetBytes(int col, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public char GetChar(int col) { throw null; }
- public long GetChars(int col, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
- public System.Data.IDataReader GetData(int col) { throw null; }
- public string GetDataTypeName(int col) { throw null; }
- public System.DateTime GetDate(int col) { throw null; }
- public System.DateTime GetDateTime(int col) { throw null; }
- public decimal GetDecimal(int col) { throw null; }
- public double GetDouble(int col) { throw null; }
- public System.Type GetFieldType(int col) { throw null; }
- public float GetFloat(int col) { throw null; }
- public System.Guid GetGuid(int col) { throw null; }
- public short GetInt16(int col) { throw null; }
- public int GetInt32(int col) { throw null; }
- public long GetInt64(int col) { throw null; }
- public string GetName(int col) { throw null; }
- public int GetOrdinal(string name) { throw null; }
- public System.Data.DataTable GetSchemaTable() { throw null; }
- public string GetString(int col) { throw null; }
- public object GetStringInternal(int col) { throw null; }
- public System.TimeSpan GetTime(int col) { throw null; }
- public System.TimeSpan GetTimeSpan(int col) { throw null; }
- public object GetValue(int col) { throw null; }
- public int GetValues(object[] values) { throw null; }
- public bool IsDBNull(int col) { throw null; }
- public bool NextResult() { throw null; }
- public bool Read() { throw null; }
- }
- public sealed partial class DB2Error
- {
- internal DB2Error() { }
- public string Message { get { throw null; } }
- public int NativeError { get { throw null; } }
- public string Source { get { throw null; } }
- public string SQLState { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DB2ErrorCollection : System.Collections.CollectionBase
- {
- public DB2ErrorCollection(short sqlHandleType, System.IntPtr sqlHandle) { }
- public IBM.Data.DB2.DB2Error this[int index] { get { throw null; } }
- public void CopyTo(IBM.Data.DB2.DB2Error[] array, int index) { }
- public new IBM.Data.DB2.DB2ErrorCollection.DB2ErrorEnumerator GetEnumerator() { throw null; }
- public partial class DB2ErrorEnumerator : System.Collections.IEnumerator
- {
- public DB2ErrorEnumerator(IBM.Data.DB2.DB2ErrorCollection mappings) { }
- public IBM.Data.DB2.DB2Error Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class DB2Exception : System.Exception
- {
- internal DB2Exception() { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public override string Message { get { throw null; } }
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public sealed partial class DB2InfoMessageEventArgs : System.EventArgs
- {
- public DB2InfoMessageEventArgs(IBM.Data.DB2.DB2ErrorCollection errors) { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public delegate void DB2InfoMessageEventHandler(object sender, IBM.Data.DB2.DB2InfoMessageEventArgs e);
- public sealed partial class DB2Parameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
- {
- public DB2Parameter() { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size) { }
- public DB2Parameter(string parameterName, IBM.Data.DB2.DB2Type db2Type, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size, string sourceColumn) { }
- public DB2Parameter(string parameterName, object value) { }
- public IBM.Data.DB2.DB2Type DB2Type { get { throw null; } set { } }
- public System.Data.DbType DbType { get { throw null; } set { } }
- public System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public bool IsNullable { get { throw null; } set { } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string SourceColumn { get { throw null; } set { } }
- public System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- object System.ICloneable.Clone() { throw null; }
- }
- public partial class DB2ParameterCollection : System.Collections.ArrayList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
- {
- public DB2ParameterCollection() { }
- public new IBM.Data.DB2.DB2Parameter this[int index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter this[string index] { get { throw null; } set { } }
- object System.Data.IDataParameterCollection.this[string index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter Add(IBM.Data.DB2.DB2Parameter value) { throw null; }
- public override int Add(object obj) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type type) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size, string sourceColumn) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, object value) { throw null; }
- public bool Contains(string paramName) { throw null; }
- public int IndexOf(string paramName) { throw null; }
- public void RemoveAt(string paramName) { }
- }
- public sealed partial class DB2RowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
- {
- public DB2RowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } }
- }
- public delegate void DB2RowUpdatedEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatedEventArgs e);
- public sealed partial class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
- {
- public DB2RowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } set { } }
- }
- public delegate void DB2RowUpdatingEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatingEventArgs e);
- public sealed partial class DB2Transaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
- {
- internal DB2Transaction() { }
- public System.Data.IDbConnection Connection { get { throw null; } }
- public System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public void Commit() { }
- public void Dispose() { }
- public void Rollback() { }
- }
- public enum DB2Type
- {
- BigInt = 3,
- Binary = 15,
- Blob = 22,
- Char = 12,
- Clob = 21,
- Datalink = 24,
- Date = 9,
- DbClob = 23,
- Decimal = 7,
- Double = 5,
- Float = 6,
- Graphic = 18,
- Integer = 2,
- Invalid = 0,
- LongVarBinary = 17,
- LongVarChar = 14,
- LongVarGraphic = 20,
- Numeric = 8,
- Real = 4,
- RowId = 25,
- SmallInt = 1,
- Time = 10,
- Timestamp = 11,
- VarBinary = 16,
- VarChar = 13,
- VarGraphic = 19,
- XmlReader = 26,
- }
- public partial class DB2TypeConverter
- {
- public DB2TypeConverter() { }
- public static System.Type GetManagedType(int sql_type) { throw null; }
- }
-}
diff --git a/src/v2.0/ICSharpCode.SharpZipLib.cs b/src/v2.0/ICSharpCode.SharpZipLib.cs
deleted file mode 100644
index ae91064..0000000
--- a/src/v2.0/ICSharpCode.SharpZipLib.cs
+++ /dev/null
@@ -1,962 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.84.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright 2001-2005 Mike Krueger")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("A free C# compression library")]
-[assembly:System.Reflection.AssemblyProductAttribute("#ZipLibrary")]
-[assembly:System.Reflection.AssemblyTitleAttribute("ICSharpCode.SharpZipLibrary")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace ICSharpCode.SharpZipLib
-{
- public partial class SharpZipBaseException : System.ApplicationException
- {
- public SharpZipBaseException() { }
- public SharpZipBaseException(string msg) { }
- public SharpZipBaseException(string message, System.Exception innerException) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.BZip2
-{
- public sealed partial class BZip2
- {
- public BZip2() { }
- public static void Compress(System.IO.Stream instream, System.IO.Stream outstream, int blockSize) { }
- public static void Decompress(System.IO.Stream instream, System.IO.Stream outstream) { }
- }
- public sealed partial class BZip2Constants
- {
- internal BZip2Constants() { }
- public static readonly int baseBlockSize;
- public static readonly int G_SIZE;
- public static readonly int MAX_ALPHA_SIZE;
- public static readonly int MAX_CODE_LEN;
- public static readonly int MAX_SELECTORS;
- public static readonly int NUM_OVERSHOOT_BYTES;
- public static readonly int N_GROUPS;
- public static readonly int N_ITERS;
- public static readonly int[] rNums;
- public static readonly int RUNA;
- public static readonly int RUNB;
- }
- public partial class BZip2Exception : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public BZip2Exception() { }
- public BZip2Exception(string message) { }
- }
- public partial class BZip2InputStream : System.IO.Stream
- {
- public BZip2InputStream(System.IO.Stream stream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- public override int Read(byte[] b, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class BZip2OutputStream : System.IO.Stream
- {
- public BZip2OutputStream(System.IO.Stream stream) { }
- public BZip2OutputStream(System.IO.Stream stream, int blockSize) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~BZip2OutputStream() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bv) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Checksums
-{
- public sealed partial class Adler32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Adler32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public sealed partial class Crc32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Crc32() { }
- public long Value { get { throw null; } set { } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] buffer);
- void Update(byte[] buf, int off, int len);
- void Update(int bval);
- }
- public partial class StrangeCRC : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public StrangeCRC() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int inCh) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Core
-{
- public partial class DirectoryEventArgs : ICSharpCode.SharpZipLib.Core.ScanEventArgs
- {
- public DirectoryEventArgs(string name, bool hasMatchingFiles) : base (default(string)) { }
- public bool HasMatchingFiles { get { throw null; } }
- }
- public delegate void DirectoryFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public delegate void FileFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public partial class FileSystemScanner
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter) { }
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter, ICSharpCode.SharpZipLib.Core.IScanFilter directoryFilter) { }
- public FileSystemScanner(string filter) { }
- public FileSystemScanner(string fileFilter, string directoryFilter) { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- public void Scan(string directory, bool recurse) { }
- }
- public partial interface INameTransform
- {
- string TransformDirectory(string name);
- string TransformFile(string name);
- }
- public partial interface IScanFilter
- {
- bool IsMatch(string name);
- }
- public partial class NameAndSizeFilter : ICSharpCode.SharpZipLib.Core.PathFilter
- {
- public NameAndSizeFilter(string filter, long minSize, long maxSize) : base (default(string)) { }
- public long MaxSize { get { throw null; } set { } }
- public long MinSize { get { throw null; } set { } }
- public override bool IsMatch(string fileName) { throw null; }
- }
- public partial class NameFilter
- {
- public NameFilter(string filter) { }
- public bool IsExcluded(string testValue) { throw null; }
- public bool IsIncluded(string testValue) { throw null; }
- public bool IsMatch(string testValue) { throw null; }
- public static bool IsValidExpression(string e) { throw null; }
- public static bool IsValidFilterExpression(string toTest) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PathFilter : ICSharpCode.SharpZipLib.Core.IScanFilter
- {
- public PathFilter(string filter) { }
- public virtual bool IsMatch(string name) { throw null; }
- }
- public delegate void ProcessDirectoryDelegate(object Sender, ICSharpCode.SharpZipLib.Core.DirectoryEventArgs e);
- public delegate void ProcessFileDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanEventArgs e);
- public partial class ScanEventArgs : System.EventArgs
- {
- public ScanEventArgs(string name) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public string Name { get { throw null; } }
- }
- public partial class ScanFailureEventArgs
- {
- public ScanFailureEventArgs(string name, System.Exception e) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public System.Exception Exception { get { throw null; } }
- public string Name { get { throw null; } }
- }
-}
-namespace ICSharpCode.SharpZipLib.Encryption
-{
- public abstract partial class PkzipClassic : System.Security.Cryptography.SymmetricAlgorithm
- {
- protected PkzipClassic() { }
- public static byte[] GenerateKeys(byte[] seed) { throw null; }
- }
- public sealed partial class PkzipClassicManaged : ICSharpCode.SharpZipLib.Encryption.PkzipClassic
- {
- public PkzipClassicManaged() { }
- public override int BlockSize { get { throw null; } set { } }
- public override byte[] Key { get { throw null; } set { } }
- public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw null; } }
- public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- }
-}
-namespace ICSharpCode.SharpZipLib.GZip
-{
- public partial class GZipConstants
- {
- internal GZipConstants() { }
- public const int FCOMMENT = 16;
- public const int FEXTRA = 4;
- public const int FHCRC = 2;
- public const int FNAME = 8;
- public const int FTEXT = 1;
- public static readonly int GZIP_MAGIC;
- }
- public partial class GZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public GZipException() { }
- public GZipException(string message) { }
- }
- public partial class GZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- protected bool eos;
- public GZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public GZipInputStream(System.IO.Stream baseInputStream, int size) : base (default(System.IO.Stream)) { }
- public override int Read(byte[] buf, int offset, int len) { throw null; }
- }
- public partial class GZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- public GZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public GZipOutputStream(System.IO.Stream baseOutputStream, int size) : base (default(System.IO.Stream)) { }
- public override void Close() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void SetLevel(int level) { }
- public override void Write(byte[] buf, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Tar
-{
- public partial class InvalidHeaderException : ICSharpCode.SharpZipLib.Tar.TarException
- {
- public InvalidHeaderException() { }
- public InvalidHeaderException(string msg) { }
- }
- public delegate void ProgressMessageHandler(ICSharpCode.SharpZipLib.Tar.TarArchive archive, ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message);
- public partial class TarArchive
- {
- protected TarArchive() { }
- public bool ApplyUserInfoOverrides { get { throw null; } set { } }
- public int GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string PathPrefix { get { throw null; } set { } }
- public int RecordSize { get { throw null; } }
- public string RootPath { get { throw null; } set { } }
- public int UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public event ICSharpCode.SharpZipLib.Tar.ProgressMessageHandler ProgressMessageEvent { add { } remove { } }
- public void CloseArchive() { }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public void ExtractContents(string destDir) { }
- public void ListContents() { }
- protected virtual void OnProgressMessageEvent(ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message) { }
- public void SetAsciiTranslation(bool asciiTranslate) { }
- public void SetKeepOldFiles(bool keepOldFiles) { }
- public void SetUserInfo(int userId, string userName, int groupId, string groupName) { }
- public void WriteEntry(ICSharpCode.SharpZipLib.Tar.TarEntry sourceEntry, bool recurse) { }
- }
- public partial class TarBuffer
- {
- public const int BlockSize = 512;
- public const int DefaultBlockFactor = 20;
- public const int DefaultRecordSize = 10240;
- protected TarBuffer() { }
- public int BlockFactor { get { throw null; } }
- public int RecordSize { get { throw null; } }
- public void Close() { }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public int GetBlockFactor() { throw null; }
- public int GetCurrentBlockNum() { throw null; }
- public int GetCurrentRecordNum() { throw null; }
- public int GetRecordSize() { throw null; }
- public bool IsEOFBlock(byte[] block) { throw null; }
- public byte[] ReadBlock() { throw null; }
- public void SkipBlock() { }
- public void WriteBlock(byte[] block) { }
- public void WriteBlock(byte[] buf, int offset) { }
- }
- public partial class TarEntry : System.ICloneable
- {
- public TarEntry(ICSharpCode.SharpZipLib.Tar.TarHeader header) { }
- public TarEntry(byte[] headerBuf) { }
- public string File { get { throw null; } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Tar.TarHeader TarHeader { get { throw null; } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public void AdjustEntryName(byte[] outbuf, string newName) { }
- public object Clone() { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateTarEntry(string name) { throw null; }
- public override bool Equals(object it) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry[] GetDirectoryEntries() { throw null; }
- public void GetFileTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string file) { }
- public override int GetHashCode() { throw null; }
- public bool IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry desc) { throw null; }
- public void NameTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string name) { }
- public void SetIds(int userId, int groupId) { }
- public void SetNames(string userName, string groupName) { }
- public void WriteEntryHeader(byte[] outbuf) { }
- }
- public partial class TarException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public TarException() { }
- public TarException(string message) { }
- }
- public partial class TarHeader : System.ICloneable
- {
- public static readonly int CHKSUMLEN;
- public const int CHKSUMOFS = 148;
- public static readonly int DEVLEN;
- public static readonly int GIDLEN;
- public static readonly int GNAMELEN;
- public static readonly string GNU_TMAGIC;
- public const byte LF_ACL = (byte)65;
- public const byte LF_BLK = (byte)52;
- public const byte LF_CHR = (byte)51;
- public const byte LF_CONTIG = (byte)55;
- public const byte LF_DIR = (byte)53;
- public const byte LF_EXTATTR = (byte)69;
- public const byte LF_FIFO = (byte)54;
- public const byte LF_GHDR = (byte)103;
- public const byte LF_GNU_DUMPDIR = (byte)68;
- public const byte LF_GNU_LONGLINK = (byte)75;
- public const byte LF_GNU_LONGNAME = (byte)76;
- public const byte LF_GNU_MULTIVOL = (byte)77;
- public const byte LF_GNU_NAMES = (byte)78;
- public const byte LF_GNU_SPARSE = (byte)83;
- public const byte LF_GNU_VOLHDR = (byte)86;
- public const byte LF_LINK = (byte)49;
- public const byte LF_META = (byte)73;
- public const byte LF_NORMAL = (byte)48;
- public const byte LF_OLDNORM = (byte)0;
- public const byte LF_SYMLINK = (byte)50;
- public static readonly byte LF_XHDR;
- public static readonly int MAGICLEN;
- public static readonly int MODELEN;
- public static readonly int MODTIMELEN;
- public static readonly int NAMELEN;
- public static readonly int SIZELEN;
- public static readonly string TMAGIC;
- public static readonly int UIDLEN;
- public static readonly int UNAMELEN;
- public static readonly int VERSIONLEN;
- public TarHeader() { }
- public int Checksum { get { throw null; } }
- public int DevMajor { get { throw null; } set { } }
- public int DevMinor { get { throw null; } set { } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsChecksumValid { get { throw null; } }
- public string LinkName { get { throw null; } set { } }
- public string Magic { get { throw null; } set { } }
- public int Mode { get { throw null; } set { } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public byte TypeFlag { get { throw null; } set { } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static int GetAsciiBytes(string toAdd, int nameOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetLongOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- [System.ObsoleteAttribute]
- public string GetName() { throw null; }
- public static int GetNameBytes(string name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(string name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- public void ParseBuffer(byte[] header) { }
- public static System.Text.StringBuilder ParseName(byte[] header, int offset, int length) { throw null; }
- public static long ParseOctal(byte[] header, int offset, int length) { throw null; }
- public static void ResetValueDefaults() { }
- public static void SetValueDefaults(int userId, string userName, int groupId, string groupName) { }
- public void WriteHeader(byte[] outbuf) { }
- }
- public partial class TarInputStream : System.IO.Stream
- {
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected ICSharpCode.SharpZipLib.Tar.TarEntry currEntry;
- protected ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory eFactory;
- protected long entryOffset;
- protected long entrySize;
- protected bool hasHitEOF;
- protected byte[] readBuf;
- public TarInputStream(System.IO.Stream inputStream) { }
- public TarInputStream(System.IO.Stream inputStream, int blockFactor) { }
- public long Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsMarkSupported { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CopyEntryContents(System.IO.Stream outputStream) { }
- public override void Flush() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry GetNextEntry() { throw null; }
- public int GetRecordSize() { throw null; }
- public void Mark(int markLimit) { }
- public override int Read(byte[] outputBuffer, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public void Reset() { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SetEntryFactory(ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory factory) { }
- public override void SetLength(long val) { }
- public void Skip(long numToSkip) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- public partial class EntryFactoryAdapter : ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory
- {
- public EntryFactoryAdapter() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- }
- public partial interface IEntryFactory
- {
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName);
- }
- }
- public partial class TarOutputStream : System.IO.Stream
- {
- protected byte[] assemBuf;
- protected int assemLen;
- protected byte[] blockBuf;
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected long currBytes;
- protected long currSize;
- protected bool debug;
- protected System.IO.Stream outputStream;
- public TarOutputStream(System.IO.Stream outputStream) { }
- public TarOutputStream(System.IO.Stream outputStream, int blockFactor) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CloseEntry() { }
- public void Finish() { }
- public override void Flush() { }
- public int GetRecordSize() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Tar.TarEntry entry) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] wBuf, int wOffset, int numToWrite) { }
- public override void WriteByte(byte b) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip
-{
- public enum CompressionMethod
- {
- BZip2 = 11,
- Deflate64 = 9,
- Deflated = 8,
- Stored = 0,
- WinZipAES = 99,
- }
- public partial class FastZip
- {
- public FastZip() { }
- public FastZip(ICSharpCode.SharpZipLib.Zip.FastZipEvents events) { }
- public bool CreateEmptyDirectories { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.ZipNameTransform NameTransform { get { throw null; } set { } }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter) { }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, ICSharpCode.SharpZipLib.Zip.FastZip.Overwrite overwrite, ICSharpCode.SharpZipLib.Zip.FastZip.ConfirmOverwriteDelegate confirmDelegate, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, string fileFilter) { }
- public delegate bool ConfirmOverwriteDelegate(string fileName);
- public enum Overwrite
- {
- Always = 2,
- Never = 1,
- Prompt = 0,
- }
- }
- public partial class FastZipEvents
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FastZipEvents() { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- }
- public partial class KeysRequiredEventArgs : System.EventArgs
- {
- public KeysRequiredEventArgs(string name) { }
- public KeysRequiredEventArgs(string name, byte[] keyValue) { }
- public string FileName { get { throw null; } }
- public byte[] Key { get { throw null; } set { } }
- }
- public sealed partial class ZipConstants
- {
- public const int CENATT = 36;
- public const int CENATX = 38;
- public const int CENCOM = 32;
- public const int CENCRC = 16;
- public const int CENDIGITALSIG = 84233040;
- public const int CENDSK = 34;
- public const int CENEXT = 30;
- public const int CENFLG = 8;
- public const int CENHDR = 46;
- public const int CENHOW = 10;
- public const int CENLEN = 24;
- public const int CENNAM = 28;
- public const int CENOFF = 42;
- public const int CENSIG = 33639248;
- public const int CENSIG64 = 101075792;
- public const int CENSIZ = 20;
- public const int CENTIM = 12;
- public const int CENVEM = 4;
- public const int CENVER = 6;
- public const int CRYPTO_HEADER_SIZE = 12;
- public const int ENDCOM = 20;
- public const int ENDDCD = 6;
- public const int ENDHDR = 22;
- public const int ENDNRD = 4;
- public const int ENDOFF = 16;
- public const int ENDSIG = 101010256;
- public const int ENDSIZ = 12;
- public const int ENDSUB = 8;
- public const int ENDTOT = 10;
- public const int EXTCRC = 4;
- public const int EXTHDR = 16;
- public const int EXTLEN = 12;
- public const int EXTSIG = 134695760;
- public const int EXTSIZ = 8;
- public const int LOCCRC = 14;
- public const int LOCEXT = 28;
- public const int LOCFLG = 6;
- public const int LOCHDR = 30;
- public const int LOCHOW = 8;
- public const int LOCLEN = 22;
- public const int LOCNAM = 26;
- public const int LOCSIG = 67324752;
- public const int LOCSIZ = 18;
- public const int LOCTIM = 10;
- public const int LOCVER = 4;
- public const int SPANNINGSIG = 134695760;
- public const int SPANTEMPSIG = 808471376;
- public const int VERSION_MADE_BY = 20;
- public const int VERSION_STRONG_ENCRYPTION = 50;
- public ZipConstants() { }
- public static int DefaultCodePage { get { throw null; } set { } }
- public static byte[] ConvertToArray(string str) { throw null; }
- public static string ConvertToString(byte[] data) { throw null; }
- public static string ConvertToString(byte[] data, int length) { throw null; }
- }
- public partial class ZipEntry : System.ICloneable
- {
- public ZipEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry e) { }
- public ZipEntry(string name) { }
- public string Comment { get { throw null; } set { } }
- public long CompressedSize { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.CompressionMethod CompressionMethod { get { throw null; } set { } }
- public long Crc { get { throw null; } set { } }
- public System.DateTime DateTime { get { throw null; } set { } }
- public long DosTime { get { throw null; } set { } }
- public int ExternalFileAttributes { get { throw null; } set { } }
- public byte[] ExtraData { get { throw null; } set { } }
- public int Flags { get { throw null; } set { } }
- public int HostSystem { get { throw null; } }
- public bool IsCrypted { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFile { get { throw null; } }
- public string Name { get { throw null; } }
- public int Offset { get { throw null; } set { } }
- public bool RequiresZip64 { get { throw null; } }
- public long Size { get { throw null; } set { } }
- public int Version { get { throw null; } }
- public int VersionMadeBy { get { throw null; } }
- public int ZipFileIndex { get { throw null; } set { } }
- public static string CleanName(string name) { throw null; }
- public static string CleanName(string name, bool relativePath) { throw null; }
- public object Clone() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public ZipException() { }
- public ZipException(string msg) { }
- }
- public partial class ZipFile : System.Collections.IEnumerable
- {
- public ICSharpCode.SharpZipLib.Zip.ZipFile.KeysRequiredEventHandler KeysRequired;
- public ZipFile(System.IO.FileStream file) { }
- public ZipFile(System.IO.Stream baseStream) { }
- public ZipFile(string name) { }
- [System.Runtime.CompilerServices.IndexerName("EntryByIndex")]
- public ICSharpCode.SharpZipLib.Zip.ZipEntry this[int index] { get { throw null; } }
- public string Name { get { throw null; } }
- public string Password { set { } }
- public int Size { get { throw null; } }
- public string ZipFileComment { get { throw null; } }
- public void Close() { }
- public int FindEntry(string name, bool ignoreCase) { throw null; }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetEntry(string name) { throw null; }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public System.IO.Stream GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { throw null; }
- public System.IO.Stream GetInputStream(int entryIndex) { throw null; }
- public bool TestArchive(bool testData) { throw null; }
- public delegate void KeysRequiredEventHandler(object sender, ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs e);
- }
- public partial class ZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- public ZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public override int Available { get { throw null; } }
- public bool CanDecompressEntry { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public int BodyRead(byte[] b, int off, int len) { throw null; }
- public override void Close() { }
- public void CloseEntry() { }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetNextEntry() { throw null; }
- public override int Read(byte[] destination, int index, int count) { throw null; }
- public override int ReadByte() { throw null; }
- }
- public partial class ZipNameTransform : ICSharpCode.SharpZipLib.Core.INameTransform
- {
- public ZipNameTransform() { }
- public ZipNameTransform(bool useRelativePaths) { }
- public ZipNameTransform(bool useRelativePaths, string trimPrefix) { }
- public string TrimPrefix { get { throw null; } set { } }
- public string TransformDirectory(string name) { throw null; }
- public string TransformFile(string name) { throw null; }
- }
- public partial class ZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- public ZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public bool IsFinished { get { throw null; } }
- public void CloseEntry() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { }
- public void SetComment(string comment) { }
- public void SetLevel(int level) { }
- public override void Write(byte[] b, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression
-{
- public partial class Deflater
- {
- public static int BEST_COMPRESSION;
- public static int BEST_SPEED;
- public static int DEFAULT_COMPRESSION;
- public static int DEFLATED;
- public static int NO_COMPRESSION;
- public Deflater() { }
- public Deflater(int lvl) { }
- public Deflater(int level, bool noZlibHeaderOrFooter) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public long TotalOut { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public int Deflate(byte[] output, int offset, int length) { throw null; }
- public void Finish() { }
- public void Flush() { }
- public int GetLevel() { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] dict) { }
- public void SetDictionary(byte[] dict, int offset, int length) { }
- public void SetInput(byte[] input) { }
- public void SetInput(byte[] input, int off, int len) { }
- public void SetLevel(int lvl) { }
- public void SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy strategy) { }
- }
- public partial class DeflaterConstants
- {
- public static int[] COMPR_FUNC;
- public const bool DEBUGGING = false;
- public const int DEFAULT_MEM_LEVEL = 8;
- public const int DEFLATE_FAST = 1;
- public const int DEFLATE_SLOW = 2;
- public const int DEFLATE_STORED = 0;
- public const int DYN_TREES = 2;
- public static int[] GOOD_LENGTH;
- public const int HASH_BITS = 15;
- public const int HASH_MASK = 32767;
- public const int HASH_SHIFT = 5;
- public const int HASH_SIZE = 32768;
- public static int MAX_BLOCK_SIZE;
- public static int[] MAX_CHAIN;
- public const int MAX_DIST = 32506;
- public static int[] MAX_LAZY;
- public const int MAX_MATCH = 258;
- public const int MAX_WBITS = 15;
- public const int MIN_LOOKAHEAD = 262;
- public const int MIN_MATCH = 3;
- public static int[] NICE_LENGTH;
- public const int PENDING_BUF_SIZE = 65536;
- public const int PRESET_DICT = 32;
- public const int STATIC_TREES = 1;
- public const int STORED_BLOCK = 0;
- public const int WMASK = 32767;
- public const int WSIZE = 32768;
- public DeflaterConstants() { }
- }
- public partial class DeflaterEngine : ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants
- {
- public DeflaterEngine(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public int Adler { get { throw null; } }
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy Strategy { get { throw null; } set { } }
- public int TotalIn { get { throw null; } }
- public bool Deflate(bool flush, bool finish) { throw null; }
- public void FillWindow() { }
- public bool NeedsInput() { throw null; }
- public void Reset() { }
- public void ResetAdler() { }
- public void SetDictionary(byte[] buffer, int offset, int length) { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SetLevel(int lvl) { }
- }
- public partial class DeflaterHuffman
- {
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending;
- public DeflaterHuffman(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public static short BitReverse(int toReverse) { throw null; }
- public void CompressBlock() { }
- public void FlushBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public void FlushStoredBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public bool IsFull() { throw null; }
- public void Reset() { }
- public void SendAllTrees(int blTreeCodes) { }
- public bool TallyDist(int dist, int len) { throw null; }
- public bool TallyLit(int lit) { throw null; }
- public partial class Tree
- {
- public short[] freqs;
- public byte[] length;
- public int minNumCodes;
- public int numCodes;
- public Tree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman dh, int elems, int minCodes, int maxLength) { }
- public void BuildCodes() { }
- public void BuildTree() { }
- public void CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- public void CheckEmpty() { }
- public int GetEncodedLength() { throw null; }
- public void Reset() { }
- public void SetStaticCodes(short[] stCodes, byte[] stLength) { }
- public void WriteSymbol(int code) { }
- public void WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- }
- }
- public partial class DeflaterPending : ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer
- {
- public DeflaterPending() { }
- }
- public enum DeflateStrategy
- {
- Default = 0,
- Filtered = 1,
- HuffmanOnly = 2,
- }
- public partial class Inflater
- {
- public Inflater() { }
- public Inflater(bool noHeader) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingDictionary { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int RemainingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public int TotalOut { get { throw null; } }
- public int Inflate(byte[] buf) { throw null; }
- public int Inflate(byte[] buf, int offset, int len) { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] buffer) { }
- public void SetDictionary(byte[] buffer, int offset, int len) { }
- public void SetInput(byte[] buf) { }
- public void SetInput(byte[] buffer, int offset, int length) { }
- }
- public partial class InflaterHuffmanTree
- {
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defDistTree;
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defLitLenTree;
- public InflaterHuffmanTree(byte[] codeLengths) { }
- public int GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input) { throw null; }
- }
- public partial class PendingBuffer
- {
- protected byte[] buf;
- public PendingBuffer() { }
- public PendingBuffer(int bufsize) { }
- public int BitCount { get { throw null; } }
- public bool IsFlushed { get { throw null; } }
- public void AlignToByte() { }
- public int Flush(byte[] output, int offset, int length) { throw null; }
- public void Reset() { }
- public byte[] ToByteArray() { throw null; }
- public void WriteBits(int b, int count) { }
- public void WriteBlock(byte[] block, int offset, int len) { }
- public void WriteByte(int b) { }
- public void WriteInt(int s) { }
- public void WriteShort(int s) { }
- public void WriteShortMSB(int s) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams
-{
- public partial class DeflaterOutputStream : System.IO.Stream
- {
- protected System.IO.Stream baseOutputStream;
- protected byte[] buf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Deflater def;
- public DeflaterOutputStream(System.IO.Stream baseOutputStream) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater defl) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater deflater, int bufsize) { }
- public bool CanPatchEntries { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public override long Position { get { throw null; } set { } }
- 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 void Deflate() { }
- protected void EncryptBlock(byte[] buffer, int offset, int length) { }
- protected byte EncryptByte() { throw null; }
- public virtual void Finish() { }
- public override void Flush() { }
- protected void InitializePassword(string password) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- protected void UpdateKeys(byte ch) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bval) { }
- }
- public partial class InflaterInputBuffer
- {
- public InflaterInputBuffer(System.IO.Stream stream) { }
- public int Available { get { throw null; } set { } }
- public byte[] ClearText { get { throw null; } }
- public int ClearTextLength { get { throw null; } }
- public System.Security.Cryptography.ICryptoTransform CryptoTransform { set { } }
- public byte[] RawData { get { throw null; } }
- public int RawLength { get { throw null; } }
- public void Fill() { }
- public int ReadClearTextBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public int ReadLeByte() { throw null; }
- public int ReadLeInt() { throw null; }
- public long ReadLeLong() { throw null; }
- public int ReadLeShort() { throw null; }
- public int ReadRawBuffer(byte[] buffer) { throw null; }
- public int ReadRawBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public void SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater) { }
- }
- public partial class InflaterInputStream : System.IO.Stream
- {
- protected System.IO.Stream baseInputStream;
- protected long csize;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer inputBuffer;
- public InflaterInputStream(System.IO.Stream baseInputStream) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater, int bufferSize) { }
- public virtual int Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected void Fill() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public long Skip(long n) { throw null; }
- protected void StopDecrypting() { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class OutputWindow
- {
- public OutputWindow() { }
- public void CopyDict(byte[] dict, int offset, int len) { }
- public int CopyOutput(byte[] output, int offset, int len) { throw null; }
- public int CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input, int len) { throw null; }
- public int GetAvailable() { throw null; }
- public int GetFreeSpace() { throw null; }
- public void Repeat(int len, int dist) { }
- public void Reset() { }
- public void Write(int abyte) { }
- }
- public partial class StreamManipulator
- {
- public StreamManipulator() { }
- public int AvailableBits { get { throw null; } }
- public int AvailableBytes { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int CopyBytes(byte[] output, int offset, int length) { throw null; }
- public void DropBits(int n) { }
- public int GetBits(int n) { throw null; }
- public int PeekBits(int n) { throw null; }
- public void Reset() { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SkipToByteBoundary() { }
- }
-}
diff --git a/src/v2.0/Mono.CSharp.cs b/src/v2.0/Mono.CSharp.cs
deleted file mode 100644
index d5a5465..0000000
--- a/src/v2.0/Mono.CSharp.cs
+++ /dev/null
@@ -1,7128 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CSharp.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.0.0")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Microsoft.CSharp, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- }
-}
-namespace Mono.CSharp
-{
- public abstract partial class AbstractMessage
- {
- protected readonly int code;
- protected readonly Mono.CSharp.Location location;
- protected AbstractMessage(Mono.CSharp.AbstractMessage aMsg) { }
- protected AbstractMessage(int code, Mono.CSharp.Location loc, string msg, System.Collections.Generic.List<string> extraInfo) { }
- public int Code { get { throw null; } }
- public abstract bool IsWarning { get; }
- public Mono.CSharp.Location Location { get { throw null; } }
- public abstract string MessageType { get; }
- public string[] RelatedSymbols { get { throw null; } }
- public string Text { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AbstractPropertyEventMethod : Mono.CSharp.MemberCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> declarative_security;
- protected Mono.CSharp.MethodData method_data;
- protected readonly string prefix;
- protected AbstractPropertyEventMethod(Mono.CSharp.InterfaceMemberBase member, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsAccessor { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public abstract Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public abstract Mono.CSharp.TypeSpec ReturnType { get; }
- public Mono.CSharp.MethodSpec Spec { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public sealed override bool Define() { throw null; }
- public virtual void Emit(Mono.CSharp.TypeDefinition parent) { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void PrepareEmit() { }
- public void UpdateName(Mono.CSharp.InterfaceMemberBase member) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- [System.FlagsAttribute]
- public enum AddressOp
- {
- Load = 2,
- LoadStore = 3,
- Store = 1,
- }
- public abstract partial class AnonymousExpression : Mono.CSharp.ExpressionStatement
- {
- protected readonly Mono.CSharp.ParametersBlock block;
- public Mono.CSharp.TypeSpec ReturnType;
- protected AnonymousExpression(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public abstract string ContainerType { get; }
- public abstract bool IsIterator { get; }
- public abstract Mono.CSharp.AnonymousMethodStorey Storey { get; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- public void SetHasThisAccess() { }
- protected partial class AnonymousMethodMethod : Mono.CSharp.Method
- {
- public readonly Mono.CSharp.AnonymousExpression AnonymousMethod;
- public readonly Mono.CSharp.AnonymousMethodStorey Storey;
- public AnonymousMethodMethod(Mono.CSharp.TypeDefinition parent, Mono.CSharp.AnonymousExpression am, Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.TypeExpr return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override void DefineTypeParameters() { }
- public override void Emit() { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class AnonymousMethodBody : Mono.CSharp.AnonymousExpression
- {
- protected readonly Mono.CSharp.ParametersCompiled parameters;
- public AnonymousMethodBody(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr DirectMethodGroupConversion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } set { } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousMethodExpression : Mono.CSharp.Expression
- {
- public Mono.CSharp.ParametersBlock Block;
- public AnonymousMethodExpression(Mono.CSharp.Location loc) { }
- public override string ExprClassName { get { throw null; } }
- public virtual bool HasExplicitParameters { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.ReportPrinter TypeInferenceReportPrinter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.Expression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- protected virtual Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_AddressOfCapturedVar(Mono.CSharp.ResolveContext rc, Mono.CSharp.IVariableReference var, Mono.CSharp.Location loc) { }
- public bool ExplicitTypeInference(Mono.CSharp.TypeInferenceContext type_inference, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public Mono.CSharp.TypeSpec InferReturnType(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected virtual Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected bool VerifyExplicitParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection parameters) { throw null; }
- protected bool VerifyParameterCompatibility(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection invoke_pd, bool ignore_errors) { throw null; }
- }
- public partial class AnonymousMethodStorey : Mono.CSharp.HoistedStoreyClass
- {
- protected System.Collections.Generic.List<Mono.CSharp.HoistedVariable> hoisted_locals;
- protected System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted_params;
- protected Mono.CSharp.HoistedThis hoisted_this;
- public readonly int ID;
- public Mono.CSharp.Expression Instance;
- public readonly Mono.CSharp.ExplicitBlock OriginalSourceBlock;
- public AnonymousMethodStorey(Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberName), default(Mono.CSharp.TypeParameters), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.HoistedThis HoistedThis { get { throw null; } set { } }
- public System.Collections.Generic.IList<Mono.CSharp.ExplicitBlock> ReferencesFromChildrenBlock { get { throw null; } }
- public void AddCapturedThisField(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey parent) { }
- public Mono.CSharp.Field AddCapturedVariable(string name, Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type, bool privateAccess) { throw null; }
- public void AddParentStoreyReference(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void AddReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void CaptureLocalVariable(Mono.CSharp.ResolveContext ec, Mono.CSharp.LocalVariable localVariable) { }
- public void CaptureParameter(Mono.CSharp.ResolveContext ec, Mono.CSharp.ParametersBlock.ParameterInfo parameterInfo, Mono.CSharp.ParameterReference parameterReference) { }
- protected override bool DoResolveTypeParameters() { throw null; }
- protected virtual void EmitHoistedParameters(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted) { }
- public void EmitStoreyInstantiation(Mono.CSharp.EmitContext ec, Mono.CSharp.ExplicitBlock block) { }
- public Mono.CSharp.Expression GetStoreyInstanceExpression(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual string GetVariableMangledName(Mono.CSharp.LocalVariable local_info) { throw null; }
- public void SetNestedStoryParent(Mono.CSharp.AnonymousMethodStorey parentStorey) { }
- }
- public partial class AnonymousTypeClass : Mono.CSharp.CompilerGeneratedContainer
- {
- internal AnonymousTypeClass() : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public const string ClassNamePrefix = "<>__AnonType";
- public const string SignatureForError = "anonymous type";
- public System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public static Mono.CSharp.AnonymousTypeClass Create(Mono.CSharp.TypeContainer parent, System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.Location loc) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousTypeParameter : Mono.CSharp.ShimExpression
- {
- public readonly string Name;
- public AnonymousTypeParameter(Mono.CSharp.Expression initializer, string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public AnonymousTypeParameter(Mono.CSharp.Parameter parameter) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object o) { throw null; }
- protected virtual void Error_InvalidInitializer(Mono.CSharp.ResolveContext ec, string initializer) { }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AParametersCollection
- {
- protected bool has_arglist;
- protected bool has_params;
- protected Mono.CSharp.IParameterData[] parameters;
- protected Mono.CSharp.TypeSpec[] types;
- protected AParametersCollection() { }
- public System.Reflection.CallingConventions CallingConvention { get { throw null; } }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeSpec ExtensionMethodType { get { throw null; } }
- public Mono.CSharp.IParameterData[] FixedParameters { get { throw null; } }
- public bool HasArglist { get { throw null; } }
- public bool HasExtensionMethodType { get { throw null; } }
- public bool HasParams { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public Mono.CSharp.TypeSpec[] Types { get { throw null; } set { } }
- public System.Type[] GetMetaInfo() { throw null; }
- public static System.Reflection.ParameterAttributes GetParameterAttribute(Mono.CSharp.Parameter.Modifier modFlags) { throw null; }
- public int GetParameterIndexByName(string name) { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetSignatureForError(string start, string end, int count) { throw null; }
- public Mono.CSharp.AParametersCollection Inflate(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public string ParameterDesc(int pos) { throw null; }
- }
- public partial class Arglist : Mono.CSharp.Expression
- {
- public Arglist(Mono.CSharp.Arguments args, Mono.CSharp.Location l) { }
- public Arglist(Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public System.Type[] ArgumentTypes { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistAccess : Mono.CSharp.Expression
- {
- public ArglistAccess(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistParameter : Mono.CSharp.Parameter
- {
- public ArglistParameter(Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class Argument
- {
- public readonly Mono.CSharp.Argument.AType ArgType;
- public Mono.CSharp.Expression Expr;
- public Argument(Mono.CSharp.Expression expr) { }
- public Argument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType type) { }
- public bool IsByRef { get { throw null; } }
- public bool IsDefaultArgument { get { throw null; } }
- public bool IsExtensionType { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier Modifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } }
- public Mono.CSharp.Argument Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- public Mono.CSharp.Argument Clone(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Argument EmitToField(Mono.CSharp.EmitContext ec, bool cloneResult) { throw null; }
- public void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public string GetSignatureForError() { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext ec) { }
- public bool ResolveMethodGroup(Mono.CSharp.ResolveContext ec) { throw null; }
- public enum AType : byte
- {
- ConditionalAccessFlag = (byte)128,
- Default = (byte)3,
- DynamicTypeName = (byte)4,
- ExtensionType = (byte)5,
- ExtensionTypeConditionalAccess = (byte)133,
- None = (byte)0,
- Out = (byte)2,
- Ref = (byte)1,
- }
- }
- public partial class Arguments
- {
- public Arguments(int capacity) { }
- public int Count { get { throw null; } }
- public bool HasDynamic { get { throw null; } }
- public bool HasNamed { get { throw null; } }
- public Mono.CSharp.Argument this[int index] { get { throw null; } set { } }
- public void Add(Mono.CSharp.Argument arg) { }
- public void AddRange(Mono.CSharp.Arguments args) { }
- public void CheckArrayAsAttribute(Mono.CSharp.CompilerContext ctx) { }
- public Mono.CSharp.Arguments Clone(Mono.CSharp.CloneContext ctx) { throw null; }
- public bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.ArrayInitializer CreateDynamicBinderArguments(Mono.CSharp.ResolveContext rc) { throw null; }
- public static Mono.CSharp.Arguments CreateForExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args, params Mono.CSharp.Expression[] e) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Arguments Emit(Mono.CSharp.EmitContext ec, bool dup_args, bool prepareAwait) { throw null; }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc, System.Collections.Generic.List<Mono.CSharp.MovableArgument> movable=null) { }
- public System.Collections.Generic.List<Mono.CSharp.Argument>.Enumerator GetEnumerator() { throw null; }
- public void Insert(int index, Mono.CSharp.Argument arg) { }
- public static System.Linq.Expressions.Expression[] MakeExpression(Mono.CSharp.Arguments args, Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Arguments MarkOrderedArgument(Mono.CSharp.NamedArgument a) { throw null; }
- public void RemoveAt(int index) { }
- public void Resolve(Mono.CSharp.ResolveContext ec, out bool dynamic) { dynamic = default(bool); }
- }
- public partial class ArrayAccess : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public ArrayAccess(Mono.CSharp.ElementAccess ea_data, Mono.CSharp.Location l) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ConditionalAccessReceiver { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class ArrayContainer : Mono.CSharp.ElementTypeSpec
- {
- internal ArrayContainer() : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(System.Type)) { }
- public int Rank { get { throw null; } }
- public System.Reflection.MethodInfo GetAddressMethod() { throw null; }
- public System.Reflection.MethodInfo GetConstructor() { throw null; }
- public System.Reflection.MethodInfo GetGetMethod() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- protected override string GetPostfixSignature() { throw null; }
- public static string GetPostfixSignature(int rank) { throw null; }
- public System.Reflection.MethodInfo GetSetMethod() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element, int rank) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeRankPair : System.IEquatable<Mono.CSharp.ArrayContainer.TypeRankPair>
- {
- public TypeRankPair(Mono.CSharp.TypeSpec ts, int rank) { throw null;}
- public bool Equals(Mono.CSharp.ArrayContainer.TypeRankPair other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public partial class ArrayCreation : Mono.CSharp.Expression
- {
- protected System.Collections.Generic.List<Mono.CSharp.Expression> arguments;
- protected System.Collections.Generic.List<Mono.CSharp.Expression> array_data;
- protected Mono.CSharp.TypeSpec array_element_type;
- protected int dimensions;
- protected readonly Mono.CSharp.ComposedTypeSpecifier rank;
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, System.Collections.Generic.List<Mono.CSharp.Expression> exprs, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location l) { }
- public Mono.CSharp.ArrayInitializer Initializers { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Rank { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected sealed override Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected virtual Mono.CSharp.Expression ResolveArrayElement(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression element) { throw null; }
- protected bool ResolveInitializers(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ArrayIndexCast : Mono.CSharp.TypeCast
- {
- public ArrayIndexCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArrayInitializer : Mono.CSharp.Expression
- {
- public ArrayInitializer(Mono.CSharp.Location loc) { }
- public ArrayInitializer(System.Collections.Generic.List<Mono.CSharp.Expression> init, Mono.CSharp.Location loc) { }
- public ArrayInitializer(int count, Mono.CSharp.Location loc) { }
- public int Count { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Expression> Elements { get { throw null; } }
- public Mono.CSharp.Expression this[int index] { get { throw null; } }
- public Mono.CSharp.BlockVariable VariableDeclaration { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Expression expr) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class As : Mono.CSharp.Probe
- {
- public As(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class AssemblyBuilderExtension
- {
- public AssemblyBuilderExtension(Mono.CSharp.CompilerContext ctx) { }
- public virtual System.Reflection.Module AddModule(string module) { throw null; }
- public virtual void AddPermissionRequests(System.Security.PermissionSet[] permissions) { }
- public virtual void AddTypeForwarder(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public virtual void DefineWin32IconResource(string fileName) { }
- public virtual void SetAlgorithmId(uint value, Mono.CSharp.Location loc) { }
- public virtual void SetCulture(string culture, Mono.CSharp.Location loc) { }
- public virtual void SetFlags(uint flags, Mono.CSharp.Location loc) { }
- public virtual void SetVersion(System.Version version, Mono.CSharp.Location loc) { }
- }
- public abstract partial class AssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- protected System.Collections.Generic.List<Mono.CSharp.ImportedModuleDefinition> added_modules;
- public System.Reflection.Emit.AssemblyBuilder Builder;
- protected Mono.CSharp.AssemblyBuilderExtension builder_extra;
- protected readonly string file_name;
- protected Mono.CSharp.ModuleContainer module;
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name) { }
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name, string fileName) { }
- public Mono.CSharp.Attribute CLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.Method EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.MetadataImporter Importer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsSatelliteAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- bool Mono.CSharp.IAssemblyDefinition.IsMissing { get { throw null; } }
- public string Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolWriter { get { throw null; } }
- public bool WrapNonExceptionThrows { get { throw null; } }
- public void AddModule(Mono.CSharp.ImportedModuleDefinition module) { }
- public void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected System.Reflection.AssemblyName CreateAssemblyName() { throw null; }
- public virtual System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public void EmbedResources() { }
- public virtual void Emit() { }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void Resolve() { }
- protected void ResolveAssemblySecurityAttributes() { }
- public void Save() { }
- protected virtual void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyDefinitionDynamic : Mono.CSharp.AssemblyDefinition
- {
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name, string fileName) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public bool Create(System.AppDomain domain, System.Reflection.Emit.AssemblyBuilderAccess access) { throw null; }
- public override System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public System.Reflection.Module IncludeModule(string moduleFile) { throw null; }
- protected override void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyResource : System.IEquatable<Mono.CSharp.AssemblyResource>
- {
- public AssemblyResource(string fileName, string name) { }
- public AssemblyResource(string fileName, string name, bool isPrivate) { }
- public System.Reflection.ResourceAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsEmbeded { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.AssemblyResource other) { throw null; }
- }
- public abstract partial class Assign : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression source;
- protected Mono.CSharp.Expression target;
- protected Assign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Source { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.Expression Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected virtual Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class AsyncInitializer : Mono.CSharp.StateMachineInitializer
- {
- public AsyncInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.TypeSpec DelegateType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.StackFieldExpr HoistedReturnState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } }
- protected override Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCatchBlock(Mono.CSharp.EmitContext ec) { }
- protected override void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public abstract partial class Attributable
- {
- protected Mono.CSharp.Attributes attributes;
- protected Attributable() { }
- public abstract System.AttributeTargets AttributeTargets { get; }
- public Mono.CSharp.Attributes OptAttributes { get { throw null; } set { } }
- public abstract string[] ValidAttributeTargets { get; }
- public void AddAttributes(Mono.CSharp.Attributes attrs, Mono.CSharp.IMemberContext context) { }
- public abstract void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa);
- public abstract bool IsClsComplianceRequired();
- }
- public partial class Attribute
- {
- public static readonly System.AttributeUsageAttribute DefaultUsageAttribute;
- public static readonly object[] EmptyObject;
- public readonly string ExplicitTarget;
- public System.AttributeTargets Target;
- public Mono.CSharp.TypeSpec Type;
- public Attribute(string target, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Arguments[] args, Mono.CSharp.Location loc, bool nameEscaped) { }
- public bool HasSecurityAttribute { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.Arguments NamedArguments { get { throw null; } }
- public Mono.CSharp.Arguments PositionalArguments { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public bool ResolveError { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression TypeExpression { get { throw null; } }
- public void AttachTo(Mono.CSharp.Attributable target, Mono.CSharp.IMemberContext context) { }
- public bool CheckTarget() { throw null; }
- public Mono.CSharp.Attribute Clone() { throw null; }
- public Mono.CSharp.ResolveContext CreateResolveContext() { throw null; }
- public void Emit(System.Collections.Generic.Dictionary<Mono.CSharp.Attribute, System.Collections.Generic.List<Mono.CSharp.Attribute>> allEmitted) { }
- public override bool Equals(object obj) { throw null; }
- public static void Error_AttributeArgumentIsDynamic(Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { }
- public void Error_InvalidArgumentValue(Mono.CSharp.TypeSpec attributeType) { }
- public void Error_InvalidSecurityParent() { }
- public void Error_MissingGuidAttribute() { }
- public void Error_MisusedDynamicAttribute() { }
- public void Error_MisusedExtensionAttribute() { }
- public void ExtractSecurityPermissionSet(Mono.CSharp.MethodSpec ctor, ref System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> permissions) { }
- public Mono.CSharp.TypeSpec GetArgumentType() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsageAttribute() { throw null; }
- public bool GetBoolean() { throw null; }
- public System.Runtime.InteropServices.CharSet GetCharSetValue() { throw null; }
- public bool GetClsCompliantAttributeValue() { throw null; }
- public Mono.CSharp.TypeSpec GetCoClassAttributeValue() { throw null; }
- public string GetConditionalAttributeValue() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetIndexerAttributeValue() { throw null; }
- public System.Runtime.CompilerServices.MethodImplOptions GetMethodImplOptions() { throw null; }
- public Mono.CSharp.Constant GetNamedValue(string name) { throw null; }
- public System.ObsoleteAttribute GetObsoleteAttribute() { throw null; }
- public Mono.CSharp.Expression GetParameterDefaultValue() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetString() { throw null; }
- public string GetValidTargets() { throw null; }
- public bool HasField(string fieldName) { throw null; }
- public bool IsExplicitLayoutKind() { throw null; }
- public bool IsInternalCall() { throw null; }
- public static bool IsValidArgumentType(Mono.CSharp.TypeSpec t) { throw null; }
- public bool IsValidSecurityAttribute() { throw null; }
- public Mono.CSharp.MethodSpec Resolve() { throw null; }
- public Mono.CSharp.TypeSpec ResolveTypeForComparison() { throw null; }
- }
- public sealed partial class AttributeEncoder
- {
- public static readonly byte[] Empty;
- public AttributeEncoder() { }
- public Mono.CSharp.AttributeEncoder.EncodedTypeProperties Encode(Mono.CSharp.TypeSpec type) { throw null; }
- public void Encode(bool value) { }
- public void Encode(byte value) { }
- public void Encode(double value) { }
- public void Encode(short value) { }
- public void Encode(int value) { }
- public void Encode(long value) { }
- public void Encode(sbyte value) { }
- public void Encode(float value) { }
- public void Encode(string value) { }
- public void Encode(ushort value) { }
- public void Encode(uint value) { }
- public void Encode(ulong value) { }
- public void EncodeEmptyNamedArguments() { }
- public void EncodeNamedArguments<T>(T[] members, Mono.CSharp.Constant[] values) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- public void EncodeNamedFieldArgument(Mono.CSharp.FieldSpec field, Mono.CSharp.Constant value) { }
- public void EncodeNamedPropertyArgument(Mono.CSharp.PropertySpec property, Mono.CSharp.Constant value) { }
- public void EncodeTypeName(Mono.CSharp.TypeContainer type) { }
- public void EncodeTypeName(Mono.CSharp.TypeSpec type) { }
- public byte[] ToArray() { throw null; }
- [System.FlagsAttribute]
- public enum EncodedTypeProperties
- {
- DynamicType = 1,
- None = 0,
- TypeParameter = 2,
- }
- }
- public partial class Attributes
- {
- public readonly System.Collections.Generic.List<Mono.CSharp.Attribute> Attrs;
- public Attributes(Mono.CSharp.Attribute a) { }
- public Attributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AddAttribute(Mono.CSharp.Attribute attr) { }
- public void AddAttributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AttachTo(Mono.CSharp.Attributable attributable, Mono.CSharp.IMemberContext context) { }
- public bool CheckTargets() { throw null; }
- public Mono.CSharp.Attributes Clone() { throw null; }
- public bool Contains(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public void ConvertGlobalAttributes(Mono.CSharp.TypeContainer member, Mono.CSharp.NamespaceContainer currentNamespace, bool isGlobal) { }
- public void Emit() { }
- public bool HasResolveError() { throw null; }
- public Mono.CSharp.Attribute Search(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute Search(string explicitTarget, Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute[] SearchMulti(Mono.CSharp.PredefinedAttribute t) { throw null; }
- }
- public abstract partial class ATypeNameExpression : Mono.CSharp.FullNamedExpression
- {
- protected Mono.CSharp.TypeArguments targs;
- protected ATypeNameExpression(string name, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, int arity, Mono.CSharp.Location l) { }
- protected int Arity { get { throw null; } }
- public bool HasTypeArguments { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.TypeArguments TypeArguments { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected void Error_OpenGenericTypeIsNotAllowed(Mono.CSharp.IMemberContext mc) { }
- public override int GetHashCode() { throw null; }
- public static string GetMemberType(Mono.CSharp.MemberCore mc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restriction);
- }
- public partial class Await : Mono.CSharp.ExpressionStatement
- {
- public Await(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.AwaitStatement Statement { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.FieldExpr field) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class AwaiterDefinition
- {
- public AwaiterDefinition() { }
- public Mono.CSharp.MethodSpec GetResult { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool INotifyCompletion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.PropertySpec IsCompleted { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsValidPattern { get { throw null; } }
- }
- public partial class AwaitStatement : Mono.CSharp.YieldStatement<Mono.CSharp.AsyncInitializer>
- {
- public AwaitStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.TypeSpec ResultType { get { throw null; } }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public void EmitPrologue(Mono.CSharp.EmitContext ec) { }
- public void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Expression GetResultExpression(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public sealed partial class AwaitableMemberAccess : Mono.CSharp.MemberAccess
- {
- public AwaitableMemberAccess(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(string)) { }
- public bool ProbingMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- protected override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, string name) { }
- }
- }
- public partial class BaseThis : Mono.CSharp.This
- {
- public BaseThis(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BaseThis(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- }
- public partial class Binary : Mono.CSharp.Expression
- {
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, bool isCompound) { }
- public bool IsCompound { get { throw null; } }
- public Mono.CSharp.Expression Left { get { throw null; } }
- public Mono.CSharp.Binary.Operator Oper { get { throw null; } }
- public Mono.CSharp.Expression Right { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.Expression CreateCallSiteBinder(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression method) { throw null; }
- public Mono.CSharp.Expression CreateLiftedValueTypeResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec valueType) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreatePointerOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public static void EmitOperatorOpcode(Mono.CSharp.EmitContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.TypeSpec l, Mono.CSharp.Expression right) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Location loc) { }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, string oper, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public static Mono.CSharp.ConvCast.Mode GetEnumResultCast(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { throw null; }
- public Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext rc) { throw null; }
- [System.FlagsAttribute]
- public enum Operator
- {
- Addition = 2083,
- AdditionMask = 2048,
- ArithmeticMask = 32,
- BitwiseAnd = 525,
- BitwiseMask = 512,
- BitwiseOr = 527,
- ComparisonMask = 128,
- DecomposedMask = 524288,
- Division = 33,
- Equality = 395,
- EqualityMask = 256,
- ExclusiveOr = 526,
- GreaterThan = 8328,
- GreaterThanOrEqual = 8330,
- Inequality = 396,
- LeftShift = 69,
- LessThan = 8327,
- LessThanOrEqual = 8329,
- LogicalAnd = 1040,
- LogicalMask = 1024,
- LogicalOr = 1041,
- Modulus = 34,
- Multiply = 32,
- NullableMask = 1048576,
- RelationalMask = 8192,
- RightShift = 70,
- ShiftMask = 64,
- Subtraction = 4132,
- SubtractionMask = 4096,
- ValuesOnlyMask = 31,
- }
- public partial class PredefinedOperator
- {
- protected readonly Mono.CSharp.TypeSpec left;
- protected readonly Mono.CSharp.TypeSpec left_unwrap;
- public readonly Mono.CSharp.Binary.Operator OperatorsMask;
- public Mono.CSharp.TypeSpec ReturnType;
- protected readonly Mono.CSharp.TypeSpec right;
- protected readonly Mono.CSharp.TypeSpec right_unwrap;
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public bool IsLifted { get { throw null; } }
- public virtual Mono.CSharp.Expression ConvertResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.Binary b) { throw null; }
- public virtual bool IsApplicable(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lexpr, Mono.CSharp.Expression rexpr) { throw null; }
- public bool IsPrimitiveApplicable(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype) { throw null; }
- public Mono.CSharp.Binary.PredefinedOperator ResolveBetterOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.PredefinedOperator best_operator) { throw null; }
- }
- }
- [System.FlagsAttribute]
- public enum BindingRestriction
- {
- DeclaredOnly = 2,
- InstanceOnly = 4,
- NoAccessors = 8,
- None = 0,
- OverrideOnly = 16,
- }
- public partial class Block : Mono.CSharp.Statement
- {
- public Mono.CSharp.Location EndLocation;
- public Mono.CSharp.ExplicitBlock Explicit;
- protected Mono.CSharp.Block.Flags flags;
- public Mono.CSharp.ParametersBlock ParametersBlock;
- public Mono.CSharp.Block Parent;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> scope_initializers;
- public Mono.CSharp.Location StartLocation;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> statements;
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public bool IsCatchBlock { get { throw null; } }
- public bool IsCompilerGenerated { get { throw null; } set { } }
- public bool IsFinallyBlock { get { throw null; } }
- public Mono.CSharp.Block Original { get { throw null; } protected set { } }
- public System.Collections.Generic.List<Mono.CSharp.Statement> Statements { get { throw null; } }
- public bool Unchecked { get { throw null; } set { } }
- public bool Unsafe { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddLabel(Mono.CSharp.LabeledStatement target) { }
- public void AddLocalName(Mono.CSharp.LocalVariable li) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li) { }
- public void AddScopeStatement(Mono.CSharp.Statement s) { }
- public void AddStatement(Mono.CSharp.Statement s) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected void EmitScopeInitializers(Mono.CSharp.EmitContext ec) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public virtual void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void InsertStatement(int index, Mono.CSharp.Statement s) { }
- public Mono.CSharp.LabeledStatement LookupLabel(string name) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void MarkReachableScope(Mono.CSharp.Reachability rc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ScanGotoJump(Mono.CSharp.Statement label) { }
- public void ScanGotoJump(Mono.CSharp.Statement label, Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetEndLocation(Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- AwaitBlock = 8192,
- CatchBlock = 32768,
- CompilerGenerated = 512,
- FinallyBlock = 16384,
- HasAsyncModifier = 1024,
- HasCapturedThis = 128,
- HasCapturedVariable = 64,
- InitializationEmitted = 4194304,
- IsExpressionTree = 256,
- Iterator = 1048576,
- NoFlowAnalysis = 2097152,
- ReachableEnd = 8,
- Resolved = 2048,
- Unchecked = 1,
- Unsafe = 16,
- YieldBlock = 4096,
- }
- }
- public partial class BlockConstant : Mono.CSharp.BlockVariable
- {
- public BlockConstant(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockContext : Mono.CSharp.ResolveContext
- {
- public int AssignmentInfoOffset;
- public BlockContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public BlockContext(Mono.CSharp.ResolveContext rc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public Mono.CSharp.ExceptionStatement CurrentTryBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoop { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoopOrSwitch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.Switch Switch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class BlockVariable : Mono.CSharp.Statement
- {
- protected System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> declarators;
- protected Mono.CSharp.LocalVariable li;
- protected Mono.CSharp.FullNamedExpression type_expr;
- public BlockVariable(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) { }
- protected BlockVariable(Mono.CSharp.LocalVariable li) { }
- public System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddDeclarator(Mono.CSharp.BlockVariableDeclarator decl) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public bool Resolve(Mono.CSharp.BlockContext bc, bool resolveDeclaratorInitializers) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockVariableDeclarator
- {
- public BlockVariableDeclarator(Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public virtual Mono.CSharp.BlockVariableDeclarator Clone(Mono.CSharp.CloneContext cloneCtx) { throw null; }
- }
- public partial class BoolConstant : Mono.CSharp.Constant
- {
- public readonly bool Value;
- public BoolConstant(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BoolConstant(Mono.CSharp.TypeSpec type, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class BooleanExpression : Mono.CSharp.ShimExpression
- {
- public BooleanExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class BooleanExpressionFalse : Mono.CSharp.Unary
- {
- public BooleanExpressionFalse(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class BoolLiteral : Mono.CSharp.BoolConstant, Mono.CSharp.ILiteralConstant
- {
- public BoolLiteral(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(bool), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class BoxedCast : Mono.CSharp.TypeCast
- {
- public BoxedCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class Break : Mono.CSharp.LocalExitStatement
- {
- public Break(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class BuilderContext
- {
- protected Mono.CSharp.BuilderContext.Options flags;
- public BuilderContext() { }
- public bool HasSet(Mono.CSharp.BuilderContext.Options options) { throw null; }
- public Mono.CSharp.BuilderContext.FlagsHandle With(Mono.CSharp.BuilderContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.BuilderContext ec, Mono.CSharp.BuilderContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AccurateDebugInfo = 2,
- AsyncBody = 16,
- CheckedScope = 1,
- ConstructorScope = 8,
- OmitDebugInfo = 4,
- }
- }
- public partial class BuiltinTypes
- {
- public readonly Mono.CSharp.BuiltinTypeSpec Array;
- public readonly Mono.CSharp.BuiltinTypeSpec Attribute;
- public readonly Mono.CSharp.TypeSpec[] BinaryPromotionsTypes;
- public readonly Mono.CSharp.BuiltinTypeSpec Bool;
- public readonly Mono.CSharp.BuiltinTypeSpec Byte;
- public readonly Mono.CSharp.BuiltinTypeSpec Char;
- public readonly Mono.CSharp.BuiltinTypeSpec Decimal;
- public readonly Mono.CSharp.BuiltinTypeSpec Delegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Double;
- public readonly Mono.CSharp.BuiltinTypeSpec Dynamic;
- public readonly Mono.CSharp.BuiltinTypeSpec Enum;
- public readonly Mono.CSharp.BuiltinTypeSpec Exception;
- public readonly Mono.CSharp.BuiltinTypeSpec Float;
- public readonly Mono.CSharp.BuiltinTypeSpec IDisposable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerator;
- public readonly Mono.CSharp.BuiltinTypeSpec Int;
- public readonly Mono.CSharp.BuiltinTypeSpec IntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec Long;
- public readonly Mono.CSharp.BuiltinTypeSpec MulticastDelegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Object;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEquality;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryStandard;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryUnsafe;
- public readonly Mono.CSharp.TypeSpec[][] OperatorsUnary;
- public readonly Mono.CSharp.TypeSpec[] OperatorsUnaryMutator;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeFieldHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeTypeHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec SByte;
- public readonly Mono.CSharp.BuiltinTypeSpec Short;
- public readonly Mono.CSharp.BuiltinTypeSpec String;
- public readonly Mono.CSharp.BuiltinTypeSpec Type;
- public readonly Mono.CSharp.BuiltinTypeSpec UInt;
- public readonly Mono.CSharp.BuiltinTypeSpec UIntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec ULong;
- public readonly Mono.CSharp.BuiltinTypeSpec UShort;
- public readonly Mono.CSharp.BuiltinTypeSpec ValueType;
- public readonly Mono.CSharp.BuiltinTypeSpec Void;
- public BuiltinTypes() { }
- public Mono.CSharp.BuiltinTypeSpec[] AllTypes { get { throw null; } }
- public bool CheckDefinitions(Mono.CSharp.ModuleContainer module) { throw null; }
- }
- public sealed partial class BuiltinTypeSpec : Mono.CSharp.TypeSpec
- {
- public BuiltinTypeSpec(Mono.CSharp.MemberKind kind, string ns, string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public BuiltinTypeSpec(string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public override Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public string FullName { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- public static int GetSize(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveType(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveTypeOrDecimal(Mono.CSharp.TypeSpec type) { throw null; }
- public void SetDefinition(Mono.CSharp.ITypeDefinition td, System.Type type, Mono.CSharp.Modifiers mod) { }
- public void SetDefinition(Mono.CSharp.TypeSpec ts) { }
- public enum Type
- {
- Array = 24,
- Attribute = 29,
- Bool = 1,
- Byte = 2,
- Char = 4,
- Decimal = 13,
- Delegate = 22,
- Double = 12,
- Dynamic = 17,
- Enum = 21,
- Exception = 28,
- FirstPrimitive = 1,
- Float = 11,
- IDisposable = 27,
- IEnumerable = 26,
- IEnumerator = 25,
- Int = 7,
- IntPtr = 14,
- LastPrimitive = 12,
- Long = 9,
- MulticastDelegate = 23,
- None = 0,
- Object = 16,
- Other = 30,
- SByte = 3,
- Short = 5,
- String = 18,
- Type = 19,
- UInt = 8,
- UIntPtr = 15,
- ULong = 10,
- UShort = 6,
- ValueType = 20,
- }
- }
- public partial class ByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly byte Value;
- public ByteConstant(Mono.CSharp.BuiltinTypes types, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ByteConstant(Mono.CSharp.TypeSpec type, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Cast : Mono.CSharp.ShimExpression
- {
- public Cast(Mono.CSharp.Expression cast_type, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression TargetType { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Catch : Mono.CSharp.Statement
- {
- public Catch(Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.TypeSpec CatchType { get { throw null; } }
- public Mono.CSharp.Expression Filter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsGeneral { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class CatchFilterExpression : Mono.CSharp.BooleanExpression
- {
- public CatchFilterExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- }
- public partial class CharConstant : Mono.CSharp.Constant
- {
- public readonly char Value;
- public CharConstant(Mono.CSharp.BuiltinTypes types, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public CharConstant(Mono.CSharp.TypeSpec type, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class CharLiteral : Mono.CSharp.CharConstant, Mono.CSharp.ILiteralConstant
- {
- public CharLiteral(Mono.CSharp.BuiltinTypes types, char c, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(char), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Checked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Checked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class CheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public CheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public sealed partial class Class : Mono.CSharp.ClassOrStruct
- {
- public Class(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override string[] ConditionalConditions() { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public override void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- }
- public sealed partial class ClassCast : Mono.CSharp.TypeCast
- {
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, bool forced) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ClassOrStruct : Mono.CSharp.TypeDefinition
- {
- protected Mono.CSharp.Constructor generated_primary_constructor;
- public const System.Reflection.TypeAttributes StaticClassAttribute = (System.Reflection.TypeAttributes)(384);
- protected ClassOrStruct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.ToplevelBlock PrimaryConstructorBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual Mono.CSharp.Constructor DefineDefaultConstructor(bool is_static) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- }
- public partial class CloneContext
- {
- public CloneContext() { }
- public void AddBlockMap(Mono.CSharp.Block from, Mono.CSharp.Block to) { }
- public Mono.CSharp.Block LookupBlock(Mono.CSharp.Block from) { throw null; }
- public Mono.CSharp.Block RemapBlockCopy(Mono.CSharp.Block from) { throw null; }
- }
- public partial class CollectionOrObjectInitializers : Mono.CSharp.ExpressionStatement
- {
- public CollectionOrObjectInitializers(Mono.CSharp.Location loc) { }
- public CollectionOrObjectInitializers(System.Collections.Generic.IList<Mono.CSharp.Expression> initializers, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.IList<Mono.CSharp.Expression> Initializers { get { throw null; } }
- public bool IsCollectionInitializer { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool inferType) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class CommandLineParser
- {
- public CommandLineParser(System.IO.TextWriter errorOutput) { }
- public CommandLineParser(System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) { }
- public bool HasBeenStopped { get { throw null; } }
- public event System.Func<string[], int, int> UnknownOptionHandler { add { } remove { } }
- public bool ParseArguments(Mono.CSharp.CompilerSettings settings, string[] args) { throw null; }
- public Mono.CSharp.CompilerSettings ParseArguments(string[] args) { throw null; }
- public bool ProcessWarningsList(string text, System.Action<int> action) { throw null; }
- }
- public partial class Comparer : System.Collections.IComparer
- {
- internal Comparer() { }
- public int Compare(object a, object b) { throw null; }
- public static System.Reflection.EventInfo[] Sort(System.Reflection.EventInfo[] inf) { throw null; }
- public static System.Reflection.MemberInfo[] Sort(System.Reflection.MemberInfo[] inf) { throw null; }
- public static System.Reflection.MethodBase[] Sort(System.Reflection.MethodBase[] inf) { throw null; }
- public static System.Reflection.PropertyInfo[] Sort(System.Reflection.PropertyInfo[] inf) { throw null; }
- }
- public partial class CompilationSourceFile : Mono.CSharp.NamespaceContainer
- {
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent, Mono.CSharp.SourceFile sourceFile) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public string FileName { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry SymbolUnitEntry { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDefine(string value) { }
- public void AddIncludeFile(Mono.CSharp.SourceFile file) { }
- public void AddUndefine(string value) { }
- public bool IsConditionalDefined(string value) { throw null; }
- public override void PrepareEmit() { }
- }
- public delegate void CompiledMethod(ref object retvalue);
- public partial class CompilerCallableEntryPoint : System.MarshalByRefObject
- {
- public CompilerCallableEntryPoint() { }
- public static int[] AllWarningNumbers { get { throw null; } }
- public static bool InvokeCompiler(string[] args, System.IO.TextWriter error) { throw null; }
- public static void PartialReset() { }
- public static void Reset() { }
- public static void Reset(bool full_flag) { }
- }
- public partial class CompilerContext
- {
- public CompilerContext(Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool IsRuntimeBinder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.CompilerSettings Settings { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public Mono.CSharp.SourceFile LookupFile(Mono.CSharp.CompilationSourceFile comp_unit, string name) { throw null; }
- }
- public abstract partial class CompilerGeneratedContainer : Mono.CSharp.ClassOrStruct
- {
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected void CheckMembersDefined() { }
- protected override bool DoDefineMembers() { throw null; }
- protected static Mono.CSharp.MemberName MakeMemberName(Mono.CSharp.MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { throw null; }
- public static string MakeName(string host, string typePrefix, string name, int id) { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public partial class CompilerSettings
- {
- public System.Collections.Generic.List<string> AssemblyReferences;
- public System.Collections.Generic.List<Mono.CSharp.Tuple<string, string>> AssemblyReferencesAliases;
- public bool BreakOnInternalError;
- public bool Checked;
- public int DebugFlags;
- public string DocumentationFile;
- public System.Text.Encoding Encoding;
- public bool EnhancedWarnings;
- public int FatalCounter;
- public bool GenerateDebugInfo;
- public bool LoadDefaultReferences;
- public string MainClass;
- public System.Collections.Generic.List<string> Modules;
- public bool Optimize;
- public string OutputFile;
- public bool ParseOnly;
- public Mono.CSharp.Platform Platform;
- public System.Collections.Generic.List<string> ReferencesLookupPaths;
- public System.Collections.Generic.List<Mono.CSharp.AssemblyResource> Resources;
- public string RuntimeMetadataVersion;
- public string SdkVersion;
- public bool ShowFullPaths;
- public bool Stacktrace;
- public bool StatementMode;
- public bool StdLib;
- public Mono.CSharp.RuntimeVersion StdLibRuntimeVersion;
- public bool StrongNameDelaySign;
- public string StrongNameKeyContainer;
- public string StrongNameKeyFile;
- public int TabSize;
- public Mono.CSharp.Target Target;
- public string TargetExt;
- public bool Timestamps;
- public bool TokenizeOnly;
- public bool Unsafe;
- public int VerboseParserFlag;
- public bool VerifyClsCompliance;
- public Mono.CSharp.LanguageVersion Version;
- public int WarningLevel;
- public bool WarningsAreErrors;
- public string Win32IconFile;
- public string Win32ResourceFile;
- public bool WriteMetadataOnly;
- public CompilerSettings() { }
- public Mono.CSharp.SourceFile FirstSourceFile { get { throw null; } }
- public bool HasKeyFileOrContainer { get { throw null; } }
- public bool NeedsEntryPoint { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public void AddConditionalSymbol(string symbol) { }
- public void AddWarningAsError(int id) { }
- public void AddWarningOnly(int id) { }
- public bool IsConditionalSymbolDefined(string symbol) { throw null; }
- public bool IsWarningAsError(int code) { throw null; }
- public bool IsWarningDisabledGlobally(int code) { throw null; }
- public bool IsWarningEnabled(int code, int level) { throw null; }
- public void SetIgnoreWarning(int code) { }
- }
- public abstract partial class CompletingExpression : Mono.CSharp.ExpressionStatement
- {
- protected CompletingExpression() { }
- public static void AppendResults(System.Collections.Generic.List<string> results, string prefix, System.Collections.Generic.IEnumerable<string> names) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompletionElementInitializer : Mono.CSharp.CompletingExpression
- {
- public CompletionElementInitializer(string partial_name, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class CompletionMemberAccess : Mono.CSharp.CompletingExpression
- {
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.Location l) { }
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class CompletionResult : System.Exception
- {
- public CompletionResult(string base_text, string[] res) { }
- public string BaseText { get { throw null; } }
- public string[] Result { get { throw null; } }
- }
- public partial class CompletionSimpleName : Mono.CSharp.CompletingExpression
- {
- public string Prefix;
- public CompletionSimpleName(string prefix, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ComposedCast : Mono.CSharp.TypeExpr
- {
- public ComposedCast(Mono.CSharp.FullNamedExpression left, Mono.CSharp.ComposedTypeSpecifier spec) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class ComposedTypeSpecifier
- {
- public readonly int Dimension;
- public readonly Mono.CSharp.Location Location;
- public static readonly Mono.CSharp.ComposedTypeSpecifier SingleDimension;
- public ComposedTypeSpecifier(int specifier, Mono.CSharp.Location loc) { }
- public bool IsNullable { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Next { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.ComposedTypeSpecifier CreateArrayDimension(int dimension, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreateNullable(Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreatePointer(Mono.CSharp.Location loc) { throw null; }
- public string GetSignatureForError() { throw null; }
- }
- public abstract partial class CompositeExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected CompositeExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompoundAssign : Mono.CSharp.Assign
- {
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Expression left) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Binary.Operator Operator { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- public sealed partial class TargetExpression : Mono.CSharp.Expression
- {
- public TargetExpression(Mono.CSharp.Expression child) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- }
- }
- public partial class Conditional : Mono.CSharp.Expression
- {
- public Conditional(Mono.CSharp.Expression expr, Mono.CSharp.Expression true_expr, Mono.CSharp.Expression false_expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression FalseExpr { get { throw null; } }
- public Mono.CSharp.Expression TrueExpr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConditionalAccessContext
- {
- public ConditionalAccessContext(Mono.CSharp.TypeSpec type, System.Reflection.Emit.Label endLabel) { }
- public System.Reflection.Emit.Label EndLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class ConditionalLogicalOperator : Mono.CSharp.UserOperatorCall
- {
- public ConditionalLogicalOperator(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments arguments, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, bool is_and, Mono.CSharp.Location loc) : base (default(Mono.CSharp.MethodSpec), default(Mono.CSharp.Arguments), default(System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression>), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ConditionalMemberAccess : Mono.CSharp.MemberAccess
- {
- public ConditionalMemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ConsoleReportPrinter : Mono.CSharp.StreamReportPrinter
- {
- public ConsoleReportPrinter() : base (default(System.IO.TextWriter)) { }
- public ConsoleReportPrinter(System.IO.TextWriter writer) : base (default(System.IO.TextWriter)) { }
- protected override string FormatText(string txt) { throw null; }
- }
- public partial class Const : Mono.CSharp.FieldBase
- {
- public Const(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public void DefineValue() { }
- public override void Emit() { }
- public static void Error_InvalidConstantType(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- }
- public abstract partial class Constant : Mono.CSharp.Expression
- {
- protected Constant(Mono.CSharp.Location loc) { }
- public abstract bool IsDefaultValue { get; }
- public virtual bool IsLiteral { get { throw null; } }
- public abstract bool IsNegative { get; }
- public virtual bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public virtual bool IsZeroInteger { get { throw null; } }
- public sealed override Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public abstract Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type);
- public virtual Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.Constant CreateConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public static Mono.CSharp.Constant ExtractConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public virtual object GetTypedValue() { throw null; }
- public abstract object GetValue();
- public abstract string GetValueAsLiteral();
- public abstract long GetValueAsLong();
- public Mono.CSharp.Constant ImplicitConversionRequired(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsDefaultInitializer(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Constant Reduce(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target_type) { throw null; }
- public new bool Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CSharp.Constant TryReduce(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec targetType) { throw null; }
- }
- public partial class ConstantExpr : Mono.CSharp.MemberExpr
- {
- public ConstantExpr(Mono.CSharp.ConstSpec constant, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public static partial class ConstantFold
- {
- public static Mono.CSharp.Constant BinaryFold(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Constant left, Mono.CSharp.Constant right, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreateBinaryPromotionsTypes(Mono.CSharp.BuiltinTypes types) { throw null; }
- }
- public partial class ConstInitializer : Mono.CSharp.ShimExpression
- {
- public ConstInitializer(Mono.CSharp.FieldBase field, Mono.CSharp.Expression value, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext unused) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveInitializer(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class Constraints
- {
- public Constraints(Mono.CSharp.SimpleMemberName tparam, System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> constraints, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public Mono.CSharp.SimpleMemberName TypeParameter { get { throw null; } }
- public static bool CheckConflictingInheritedConstraint(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec bb, Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { throw null; }
- public void CheckGenericConstraints(Mono.CSharp.IMemberContext context, bool obsoleteCheck) { }
- public static void Error_ConflictingConstraints(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameterSpec tp, Mono.CSharp.TypeSpec ba, Mono.CSharp.TypeSpec bb, Mono.CSharp.Location loc) { }
- public bool Resolve(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameter tp) { throw null; }
- public void VerifyClsCompliance(Mono.CSharp.Report report) { }
- }
- public partial class Constructor : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- public const Mono.CSharp.Modifiers AllowedModifiers = (Mono.CSharp.Modifiers)(10383);
- public System.Reflection.Emit.ConstructorBuilder ConstructorBuilder;
- public static readonly string ConstructorName;
- public Mono.CSharp.ConstructorInitializer Initializer;
- public static readonly string TypeConstructorName;
- public Constructor(Mono.CSharp.TypeDefinition parent, string name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCompliantArgs { get { throw null; } }
- public bool IsPrimaryConstructor { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsDefault() { throw null; }
- Mono.CSharp.EmitContext Mono.CSharp.IMethodData.CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class ConstructorBaseInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorBaseInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class ConstructorInitializer : Mono.CSharp.ExpressionStatement
- {
- protected ConstructorInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConstructorThisInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorThisInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public partial class ConstSpec : Mono.CSharp.FieldSpec
- {
- public ConstSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo fi, Mono.CSharp.Modifiers mod, Mono.CSharp.Expression value) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.FieldInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Expression Value { get { throw null; } }
- public Mono.CSharp.Constant GetConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class ContextualReturn : Mono.CSharp.Return
- {
- public ContextualReturn(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Continue : Mono.CSharp.LocalExitStatement
- {
- public Continue(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ConvCast : Mono.CSharp.TypeCast
- {
- public ConvCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, Mono.CSharp.ConvCast.Mode m) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.ConvCast.Mode mode) { }
- public override string ToString() { throw null; }
- public enum Mode : byte
- {
- CH_I1 = (byte)48,
- CH_I2 = (byte)50,
- CH_U1 = (byte)49,
- I1_CH = (byte)4,
- I1_U1 = (byte)0,
- I1_U2 = (byte)1,
- I1_U4 = (byte)2,
- I1_U8 = (byte)3,
- I2_CH = (byte)12,
- I2_I1 = (byte)7,
- I2_U1 = (byte)8,
- I2_U2 = (byte)9,
- I2_U4 = (byte)10,
- I2_U8 = (byte)11,
- I4_CH = (byte)23,
- I4_I1 = (byte)17,
- I4_I2 = (byte)19,
- I4_U1 = (byte)18,
- I4_U2 = (byte)20,
- I4_U4 = (byte)21,
- I4_U8 = (byte)22,
- I8_CH = (byte)37,
- I8_I = (byte)38,
- I8_I1 = (byte)30,
- I8_I2 = (byte)32,
- I8_I4 = (byte)34,
- I8_U1 = (byte)31,
- I8_U2 = (byte)33,
- I8_U4 = (byte)35,
- I8_U8 = (byte)36,
- I_I8 = (byte)70,
- R4_CH = (byte)59,
- R4_I1 = (byte)51,
- R4_I2 = (byte)53,
- R4_I4 = (byte)55,
- R4_I8 = (byte)57,
- R4_U1 = (byte)52,
- R4_U2 = (byte)54,
- R4_U4 = (byte)56,
- R4_U8 = (byte)58,
- R8_CH = (byte)68,
- R8_I1 = (byte)60,
- R8_I2 = (byte)62,
- R8_I4 = (byte)64,
- R8_I8 = (byte)66,
- R8_R4 = (byte)69,
- R8_U1 = (byte)61,
- R8_U2 = (byte)63,
- R8_U4 = (byte)65,
- R8_U8 = (byte)67,
- U1_CH = (byte)6,
- U1_I1 = (byte)5,
- U2_CH = (byte)16,
- U2_I1 = (byte)13,
- U2_I2 = (byte)15,
- U2_U1 = (byte)14,
- U4_CH = (byte)29,
- U4_I1 = (byte)24,
- U4_I2 = (byte)26,
- U4_I4 = (byte)28,
- U4_U1 = (byte)25,
- U4_U2 = (byte)27,
- U8_CH = (byte)46,
- U8_I = (byte)47,
- U8_I1 = (byte)39,
- U8_I2 = (byte)41,
- U8_I4 = (byte)43,
- U8_I8 = (byte)45,
- U8_U1 = (byte)40,
- U8_U2 = (byte)42,
- U8_U4 = (byte)44,
- }
- }
- [System.FlagsAttribute]
- public enum CSharpBinderFlags
- {
- BinaryOperationLogical = 8,
- CheckedContext = 1,
- ConvertArrayIndex = 32,
- ConvertExplicit = 16,
- InvokeSimpleName = 2,
- InvokeSpecialName = 4,
- None = 0,
- ResultDiscarded = 256,
- ResultIndexed = 64,
- ValueFromCompoundAssignment = 128,
- }
- public partial class CSharpParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- public Mono.CSharp.Class InteractiveResult;
- public Mono.CSharp.Undo undo;
- public bool UnexpectedEOF;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 7;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session) { }
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.Report report, Mono.CSharp.ParserSession session) { }
- public Mono.CSharp.Tokenizer Lexer { get { throw null; } }
- public void parse() { }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- }
- public partial class DecimalConstant : Mono.CSharp.Constant
- {
- public readonly decimal Value;
- public DecimalConstant(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DecimalConstant(Mono.CSharp.TypeSpec type, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DecimalLiteral : Mono.CSharp.DecimalConstant, Mono.CSharp.ILiteralConstant
- {
- public DecimalLiteral(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(decimal), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class DeclarationExpression : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public DeclarationExpression(Mono.CSharp.FullNamedExpression variableType, Mono.CSharp.LocalVariable variable) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.FullNamedExpression VariableType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class DefaultParameterValueExpression : Mono.CSharp.CompositeExpression
- {
- public DefaultParameterValueExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter p) { }
- }
- public partial class DefaultValueExpression : Mono.CSharp.Expression
- {
- public DefaultValueExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class DefiniteAssignmentBitSet
- {
- public static readonly Mono.CSharp.DefiniteAssignmentBitSet Empty;
- public DefiniteAssignmentBitSet(Mono.CSharp.DefiniteAssignmentBitSet source) { }
- public DefiniteAssignmentBitSet(int length) { }
- public bool this[int index] { get { throw null; } }
- public static Mono.CSharp.DefiniteAssignmentBitSet And(System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet> das) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator &(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator |(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public void Set(int index) { }
- public void Set(int index, int length) { }
- public override string ToString() { throw null; }
- }
- public partial class Delegate : Mono.CSharp.TypeDefinition, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly string InvokeMethodName;
- public Delegate(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled param_list, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression InstanceExpression { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public static string FullDelegateDesc(Mono.CSharp.MethodSpec invoke_method) { throw null; }
- public static Mono.CSharp.MethodSpec GetConstructor(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.MethodSpec GetInvokeMethod(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.AParametersCollection GetParameters(Mono.CSharp.TypeSpec delType) { throw null; }
- public static bool IsTypeCovariant(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec a, Mono.CSharp.TypeSpec b) { throw null; }
- public override void PrepareEmit() { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class DelegateCreation : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- protected Mono.CSharp.MethodSpec constructor_method;
- protected Mono.CSharp.MethodGroupExpr method_group;
- protected DelegateCreation() { }
- public bool AllowSpecialMethodsInvocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Arguments CreateDelegateMethodArguments(Mono.CSharp.ResolveContext rc, Mono.CSharp.AParametersCollection pd, Mono.CSharp.TypeSpec[] types, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public static bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.TypeSpec target_type) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- public partial class Destructor : Mono.CSharp.MethodOrOperator
- {
- public static readonly string MetadataName;
- public Destructor(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override string GetSignatureForError() { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- }
- public partial class Do : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public Do(Mono.CSharp.Statement statement, Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Location doLocation, Mono.CSharp.Location whileLocation) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Location WhileLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class DoubleConstant : Mono.CSharp.Constant
- {
- public readonly double Value;
- public DoubleConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DoubleConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DoubleLiteral : Mono.CSharp.DoubleConstant, Mono.CSharp.ILiteralConstant
- {
- public DoubleLiteral(Mono.CSharp.BuiltinTypes types, double d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class DynamicResultCast : Mono.CSharp.ShimExpression
- {
- public DynamicResultCast(Mono.CSharp.TypeSpec type, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ElementAccess : Mono.CSharp.Expression
- {
- public Mono.CSharp.Arguments Arguments;
- public Mono.CSharp.Expression Expr;
- public ElementAccess(Mono.CSharp.Expression e, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_CannotApplyIndexing(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public static void Error_NamedArgument(Mono.CSharp.NamedArgument na, Mono.CSharp.Report Report) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ElementInitializer : Mono.CSharp.Assign
- {
- public readonly string Name;
- public ElementInitializer(string name, Mono.CSharp.Expression initializer, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public bool IsDictionaryInitializer { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- protected virtual bool ResolveElement(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public abstract partial class ElementTypeSpec : Mono.CSharp.TypeSpec, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- protected ElementTypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec element, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeSpec Element { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsImported { get { throw null; } }
- System.Nullable<bool> Mono.CSharp.IMemberDefinition.CLSAttributeValue { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public string[] ConditionalConditions() { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- protected virtual string GetPostfixSignature() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- }
- public partial class EmitContext : Mono.CSharp.BuilderContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public System.Reflection.Emit.Label DefaultTarget;
- public readonly System.Reflection.Emit.ILGenerator ig;
- public System.Reflection.Emit.Label LoopBegin;
- public System.Reflection.Emit.Label LoopEnd;
- public System.Reflection.Emit.LocalBuilder return_value;
- public Mono.CSharp.Switch Switch;
- public EmitContext(Mono.CSharp.IMemberContext rc, System.Reflection.Emit.ILGenerator ig, Mono.CSharp.TypeSpec return_type, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder methodSymbols) { }
- public Mono.CSharp.LocalVariable AsyncThrowVariable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public Mono.CSharp.ConditionalAccessContext ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentTypeDefinition { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool EmitAccurateDebugInfo { get { throw null; } }
- public bool HasMethodSymbolBuilder { get { throw null; } }
- public bool HasReturnLabel { get { throw null; } }
- public bool IsAnonymousStoreyMutateRequired { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsStaticConstructor { get { throw null; } }
- public Mono.CSharp.IMemberContext MemberContext { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public bool NotifyEvaluatorOnStore { get { throw null; } }
- public System.Reflection.Emit.Label RecursivePatternLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Reflection.Emit.Label ReturnLabel { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.IExpressionCleanup> StatementEpilogue { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.TryFinally> TryFinallyUnwind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddStatementEpilog(Mono.CSharp.IExpressionCleanup cleanupExpression) { }
- public void AssertEmptyStack() { }
- public void BeginCatchBlock(Mono.CSharp.TypeSpec type) { }
- public void BeginCompilerScope() { }
- public void BeginExceptionBlock() { }
- public void BeginExceptionFilterBlock() { }
- public void BeginFilterHandler() { }
- public void BeginFinallyBlock() { }
- public void BeginScope() { }
- public void CloseConditionalAccess(Mono.CSharp.TypeSpec type) { }
- public System.Reflection.Emit.Label CreateReturnLabel() { throw null; }
- public System.Reflection.Emit.LocalBuilder DeclareLocal(Mono.CSharp.TypeSpec type, bool pinned) { throw null; }
- public System.Reflection.Emit.Label DefineLabel() { throw null; }
- public void DefineLocalVariable(string name, System.Reflection.Emit.LocalBuilder builder) { }
- public void Emit(System.Reflection.Emit.OpCode opcode) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.FieldSpec field) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method, System.Type[] vargs) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.TypeSpec type) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, double arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label label) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label[] labels) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.LocalBuilder local) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, float arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, string arg) { }
- public void EmitArgumentAddress(int pos) { }
- public void EmitArgumentLoad(int pos) { }
- public void EmitArgumentStore(int pos) { }
- public void EmitArrayAddress(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayLoad(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayNew(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayStore(Mono.CSharp.ArrayContainer ac) { }
- public void EmitEpilogue() { }
- public void EmitInt(int i) { }
- public void EmitLoadFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitLong(long l) { }
- public void EmitNull() { }
- public void EmitStoreFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitThis() { }
- public void EndExceptionBlock() { }
- public void EndScope() { }
- public void FreeTemporaryLocal(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public Mono.CSharp.StackFieldExpr GetTemporaryField(Mono.CSharp.TypeSpec type, bool initializedFieldRequired=false) { throw null; }
- public System.Reflection.Emit.LocalBuilder GetTemporaryLocal(Mono.CSharp.TypeSpec t) { throw null; }
- public bool Mark(Mono.CSharp.Location loc) { throw null; }
- public void MarkCallEntry(Mono.CSharp.Location loc) { }
- public void MarkLabel(System.Reflection.Emit.Label label) { }
- public System.Reflection.Emit.LocalBuilder TemporaryReturn() { throw null; }
- }
- public partial class EmptyCast : Mono.CSharp.TypeCast
- {
- internal EmptyCast() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec type) { throw null; }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public partial class EmptyCompletion : Mono.CSharp.CompletingExpression
- {
- public EmptyCompletion() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class EmptyConstantCast : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant child;
- public EmptyConstantCast(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec type) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class EmptyExpression : Mono.CSharp.Expression
- {
- public static readonly Mono.CSharp.EmptyExpression EventAddition;
- public static readonly Mono.CSharp.EmptyExpression EventSubtraction;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberAccess;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberOutAccess;
- public static readonly Mono.CSharp.EmptyExpression MissingValue;
- public static readonly Mono.CSharp.Expression Null;
- public static readonly Mono.CSharp.EmptyExpression OutAccess;
- public static readonly Mono.CSharp.EmptyExpression UnaryAddress;
- public EmptyExpression(Mono.CSharp.TypeSpec t) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyExpressionStatement : Mono.CSharp.ExpressionStatement
- {
- internal EmptyExpressionStatement() { }
- public static readonly Mono.CSharp.EmptyExpressionStatement Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyStatement : Mono.CSharp.Statement
- {
- public EmptyStatement(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Enum : Mono.CSharp.TypeDefinition
- {
- public static readonly string UnderlyingValueField;
- public Enum(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.FullNamedExpression BaseTypeExpression { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeSpec UnderlyingType { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddEnumMember(Mono.CSharp.EnumMember em) { }
- protected override void DoDefineContainer() { }
- protected override bool DoDefineMembers() { throw null; }
- public void Error_UnderlyingType(Mono.CSharp.Location loc) { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class EnumConstant : Mono.CSharp.Constant
- {
- public Mono.CSharp.Constant Child;
- public EnumConstant(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec enum_type) : base (default(Mono.CSharp.Location)) { }
- protected EnumConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetTypedValue() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public Mono.CSharp.EnumConstant Increment() { throw null; }
- }
- public partial class EnumMember : Mono.CSharp.Const
- {
- public EnumMember(Mono.CSharp.Enum parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- }
- public partial class ErrorExpression : Mono.CSharp.EmptyExpression
- {
- internal ErrorExpression() : base (default(Mono.CSharp.TypeSpec)) { }
- public static readonly Mono.CSharp.ErrorExpression Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- public override void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public override void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class Evaluator
- {
- public bool DescribeTypeExpressions;
- public bool Terse;
- public Evaluator(Mono.CSharp.CompilerContext ctx) { }
- public System.Type InteractiveBaseClass { get { throw null; } set { } }
- public Mono.CSharp.ValueModificationHandler ModificationListener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WaitOnTask { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.CompiledMethod Compile(string input) { throw null; }
- public string Compile(string input, out Mono.CSharp.CompiledMethod compiled) { compiled = default(Mono.CSharp.CompiledMethod); throw null; }
- public object Evaluate(string input) { throw null; }
- public string Evaluate(string input, out object result, out bool result_set) { result = default(object); result_set = default(bool); throw null; }
- public string[] GetCompletions(string input, out string prefix) { prefix = default(string); throw null; }
- public string GetUsing() { throw null; }
- public string GetVars() { throw null; }
- public void Interrupt() { }
- public void LoadAssembly(string file) { }
- public void ReferenceAssembly(System.Reflection.Assembly a) { }
- public bool Run(string statement) { throw null; }
- }
- public abstract partial class Event : Mono.CSharp.PropertyBasedMember
- {
- protected Mono.CSharp.EventSpec spec;
- protected Event(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Event.AEventAccessor Add { get { throw null; } set { } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.Event.AEventAccessor Remove { get { throw null; } set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public abstract partial class AEventAccessor : Mono.CSharp.AbstractPropertyEventMethod
- {
- public const string AddPrefix = "add_";
- protected readonly Mono.CSharp.Event method;
- public const string RemovePrefix = "remove_";
- protected AEventAccessor(Mono.CSharp.Event method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsInterfaceImplementation { get { throw null; } }
- public Mono.CSharp.MethodData MethodData { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- }
- public partial class EventExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod
- {
- public EventExpr(Mono.CSharp.EventSpec spec, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.MethodSpec Operator { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- protected override void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class EventField : Mono.CSharp.Event
- {
- public EventField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- }
- public partial class EventProperty : Mono.CSharp.Event
- {
- public EventProperty(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public sealed partial class AddDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public AddDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class AEventPropertyAccessor : Mono.CSharp.Event.AEventAccessor
- {
- protected AEventPropertyAccessor(Mono.CSharp.EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Event), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.TypeContainer ds) { }
- public override string GetSignatureForError() { throw null; }
- }
- public sealed partial class RemoveDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public RemoveDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- }
- public partial class EventSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public EventSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec eventType, Mono.CSharp.Modifiers modifiers, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec AccessorAdd { get { throw null; } set { } }
- public Mono.CSharp.MethodSpec AccessorRemove { get { throw null; } set { } }
- public Mono.CSharp.FieldSpec BackingField { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public abstract partial class ExceptionStatement : Mono.CSharp.ResumableStatement
- {
- protected int first_resume_pc;
- protected Mono.CSharp.ExceptionStatement parent;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected ExceptionStatement(Mono.CSharp.Location loc) { }
- public virtual int AddResumePoint(Mono.CSharp.ResumableStatement stmt, int pc, Mono.CSharp.StateMachineInitializer stateMachine) { throw null; }
- protected virtual void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ExitStatement : Mono.CSharp.Statement
- {
- protected bool unwind_protect;
- protected ExitStatement() { }
- protected abstract bool IsLocalExit { get; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected abstract bool DoResolve(Mono.CSharp.BlockContext bc);
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class ExplicitBlock : Mono.CSharp.Block
- {
- protected Mono.CSharp.AnonymousMethodStorey am_storey;
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.AnonymousMethodStorey AnonymousMethodStorey { get { throw null; } }
- public bool HasAwait { get { throw null; } }
- public bool HasCapturedThis { get { throw null; } set { } }
- public bool HasCapturedVariable { get { throw null; } set { } }
- public bool HasReachableClosingBrace { get { throw null; } set { } }
- public bool HasYield { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey CreateAnonymousMethodStorey(Mono.CSharp.ResolveContext ec) { throw null; }
- protected void DefineStoreyContainer(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitScopeInitialization(Mono.CSharp.EmitContext ec) { }
- public void RegisterAsyncAwait() { }
- public void RegisterIteratorYield() { }
- public void SetCatchBlock() { }
- public void SetFinallyBlock() { }
- public void WrapIntoDestructor(Mono.CSharp.TryFinally tf, Mono.CSharp.ExplicitBlock tryBlock) { }
- }
- public enum ExprClass : byte
- {
- EventAccess = (byte)8,
- IndexerAccess = (byte)9,
- MethodGroup = (byte)6,
- Namespace = (byte)3,
- Nothing = (byte)10,
- PropertyAccess = (byte)7,
- Type = (byte)4,
- TypeParameter = (byte)5,
- Unresolved = (byte)0,
- Value = (byte)1,
- Variable = (byte)2,
- }
- public abstract partial class Expression
- {
- public Mono.CSharp.ExprClass eclass;
- protected Mono.CSharp.Location loc;
- protected Mono.CSharp.TypeSpec type;
- protected Expression() { }
- public virtual string ExprClassName { get { throw null; } }
- public Mono.CSharp.ResolveFlags ExprClassToResolveFlags { get { throw null; } }
- public virtual bool IsNull { get { throw null; } }
- public virtual bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public virtual Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- public virtual Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected virtual void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public static Mono.CSharp.MethodSpec ConstructorLookup(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, ref Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public virtual bool ContainsEmitWithAwait() { throw null; }
- protected Mono.CSharp.Expression ConvertExpressionToArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression source, bool pointerArray=false) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.Arguments args) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public abstract Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec);
- protected static Mono.CSharp.TypeExpr CreateExpressionTypeExpression(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { throw null; }
- protected abstract Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc);
- public virtual Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public abstract void Emit(Mono.CSharp.EmitContext ec);
- public virtual void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected static void EmitExpressionsList(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.Expression> expressions) { }
- public virtual void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public virtual void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public static void ErrorIsInaccesible(Mono.CSharp.IMemberContext rc, string member, Mono.CSharp.Location loc) { }
- public void Error_ConstantCanBeInitializedWithNullOnly(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc, string name) { }
- public void Error_ExpressionMustBeConstant(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string e_name) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.BlockContext bc) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.Report report) { }
- protected virtual void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- protected void Error_NullShortCircuitInsideExpressionTree(Mono.CSharp.ResolveContext rc) { }
- public virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- protected void Error_PointerInsideExpressionTree(Mono.CSharp.ResolveContext ec) { }
- public void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, Mono.CSharp.MemberSpec member, Mono.CSharp.Location loc) { }
- public static void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, string exprType, string name, Mono.CSharp.Location loc) { }
- public static void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec type, string name) { }
- protected virtual void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public static void Error_UnexpectedKind(Mono.CSharp.IMemberContext ctx, Mono.CSharp.Expression memberExpr, string expected, string was, Mono.CSharp.Location loc) { }
- public virtual void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public virtual void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public virtual void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- protected void Error_ValueCannotBeConvertedCore(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec target, bool expl) { }
- public static void Error_VoidInvalidInTheContext(Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- protected void Error_VoidPointerOperation(Mono.CSharp.ResolveContext rc) { }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- protected static Mono.CSharp.Expression GetOperatorFalse(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- protected static Mono.CSharp.Expression GetOperatorTrue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual bool HasConditionalAccess() { throw null; }
- public static bool IsNeverNull(Mono.CSharp.Expression expr) { throw null; }
- protected static bool IsNullPropagatingValid(Mono.CSharp.TypeSpec type) { throw null; }
- protected static Mono.CSharp.TypeSpec LiftMemberType(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public virtual System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static Mono.CSharp.Expression MemberLookup(Mono.CSharp.IMemberContext rc, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression ProbeIdenticalTypeName(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.SimpleName name) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags) { throw null; }
- public virtual Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public Mono.CSharp.Constant ResolveLabelConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression ResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public static void UnsafeError(Mono.CSharp.Report Report, Mono.CSharp.Location loc) { }
- public static void UnsafeError(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public static void Warning_UnreachableExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum MemberLookupRestrictions
- {
- EmptyArguments = 16,
- ExactArity = 4,
- IgnoreAmbiguity = 64,
- IgnoreArity = 32,
- InvocableOnly = 1,
- None = 0,
- ReadAccess = 8,
- }
- }
- public abstract partial class ExpressionStatement : Mono.CSharp.Expression
- {
- protected ExpressionStatement() { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public abstract void EmitStatement(Mono.CSharp.EmitContext ec);
- public virtual void MarkReachable(Mono.CSharp.Reachability rc) { }
- public Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class ExtensionMethodCandidates
- {
- public ExtensionMethodCandidates(Mono.CSharp.IMemberContext context, System.Collections.Generic.IList<Mono.CSharp.MethodSpec> methods, Mono.CSharp.NamespaceContainer nsContainer, int lookupIndex) { }
- public Mono.CSharp.NamespaceContainer Container { get { throw null; } }
- public Mono.CSharp.IMemberContext Context { get { throw null; } }
- public int LookupIndex { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MethodSpec> Methods { get { throw null; } }
- }
- public partial class Field : Mono.CSharp.FieldBase
- {
- public Field(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class FieldBase : Mono.CSharp.MemberBase
- {
- protected System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> declarators;
- protected System.Reflection.Emit.FieldBuilder FieldBuilder;
- protected Mono.CSharp.Expression initializer;
- protected Mono.CSharp.FieldSpec spec;
- public Mono.CSharp.FieldBase.Status status;
- protected FieldBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public virtual Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public static void Error_VariableOfStaticClass(Mono.CSharp.Location loc, string variable_name, Mono.CSharp.TypeSpec static_class, Mono.CSharp.Report Report) { }
- public void SetCustomAttribute(Mono.CSharp.MethodSpec ctor, byte[] data) { }
- protected override bool VerifyClsCompliance() { throw null; }
- [System.FlagsAttribute]
- public enum Status : byte
- {
- HAS_OFFSET = (byte)4,
- }
- }
- public partial class FieldDeclarator
- {
- public FieldDeclarator(Mono.CSharp.SimpleMemberName name, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.SimpleMemberName Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public virtual Mono.CSharp.FullNamedExpression GetFieldTypeExpression(Mono.CSharp.FieldBase field) { throw null; }
- }
- public partial class FieldExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected Mono.CSharp.FieldSpec spec;
- public FieldExpr(Mono.CSharp.FieldBase fi, Mono.CSharp.Location l) { }
- public FieldExpr(Mono.CSharp.FieldSpec spec, Mono.CSharp.Location loc) { }
- protected FieldExpr(Mono.CSharp.Location l) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsHoisted { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool convertInstance) { throw null; }
- public Mono.CSharp.Expression CreateTypeOfExpression() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void EmitAssignFromStack(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsMarshalByRefAccess(Mono.CSharp.ResolveContext rc) { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void SetFieldAssigned(Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetHasAddressTaken() { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class FieldInitializer : Mono.CSharp.Assign
- {
- public FieldInitializer(Mono.CSharp.FieldBase mc, Mono.CSharp.Expression expression, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public int AssignmentOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.FieldBase Field { get { throw null; } }
- public bool IsDefaultInitializer { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class FieldSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public FieldSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public bool IsReadOnly { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.FieldInfo GetMetaInfo() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.FieldSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Fixed : Mono.CSharp.Statement
- {
- public Fixed(Mono.CSharp.Fixed.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location l) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- }
- public partial class FixedField : Mono.CSharp.FieldBase
- {
- public const string FixedElementName = "FixedElementField";
- public FixedField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Nullable<System.Runtime.InteropServices.CharSet> CharSet { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- }
- public partial class FloatConstant : Mono.CSharp.Constant
- {
- public readonly double DoubleValue;
- public FloatConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public FloatConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public float Value { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class FloatLiteral : Mono.CSharp.FloatConstant, Mono.CSharp.ILiteralConstant
- {
- public FloatLiteral(Mono.CSharp.BuiltinTypes types, float f, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class FlowAnalysisContext
- {
- public FlowAnalysisContext(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersBlock parametersBlock, int definiteAssignmentLength) { }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnFalse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnTrue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.List<Mono.CSharp.LabeledStatement> LabelStack { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersBlock ParametersBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.DefiniteAssignmentBitSet SwitchInitialDefinitiveAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryFinally TryFinally { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UnreachableReported { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void BranchConditionalAccessDefiniteAssignment() { }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment() { throw null; }
- public void ConditionalAccessEnd() { }
- public bool IsDefinitelyAssigned(Mono.CSharp.VariableInfo variable) { throw null; }
- public bool IsStructFieldDefinitelyAssigned(Mono.CSharp.VariableInfo variable, string name) { throw null; }
- public void SetStructFieldAssigned(Mono.CSharp.VariableInfo variable, string name) { }
- public void SetVariableAssigned(Mono.CSharp.VariableInfo variable, bool generatedAssignment=false) { }
- }
- public partial class For : Mono.CSharp.LoopStatement
- {
- public For(Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Iterator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class Foreach : Mono.CSharp.LoopStatement
- {
- public Foreach(Mono.CSharp.Expression type, Mono.CSharp.LocalVariable var, Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Block body, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public abstract partial class FullNamedExpression : Mono.CSharp.Expression
- {
- protected FullNamedExpression() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public abstract Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments);
- }
- public sealed partial class GlobalRootNamespace : Mono.CSharp.RootNamespace
- {
- public GlobalRootNamespace() : base (default(string)) { }
- }
- public partial class Goto : Mono.CSharp.ExitStatement
- {
- public Goto(string label, Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public string Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public static void Error_UnknownLabel(Mono.CSharp.BlockContext bc, string label, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class GotoCase : Mono.CSharp.SwitchGoto
- {
- public GotoCase(Mono.CSharp.Expression e, Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.SwitchLabel Label { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class GotoDefault : Mono.CSharp.SwitchGoto
- {
- public GotoDefault(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class HoistedParameter : Mono.CSharp.HoistedVariable
- {
- public HoistedParameter(Mono.CSharp.AnonymousMethodStorey scope, Mono.CSharp.ParameterReference par) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public HoistedParameter(Mono.CSharp.HoistedParameter hp, string name) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public bool IsAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParameterReference Parameter { get { throw null; } }
- public void EmitHoistingAssignment(Mono.CSharp.EmitContext ec) { }
- }
- public partial class HoistedStoreyClass : Mono.CSharp.CompilerGeneratedContainer
- {
- protected Mono.CSharp.TypeParameterMutator mutator;
- public HoistedStoreyClass(Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberName name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Modifiers mods, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeParameterMutator Mutator { get { throw null; } set { } }
- public Mono.CSharp.HoistedStoreyClass GetGenericStorey() { throw null; }
- public sealed partial class HoistedField : Mono.CSharp.Field
- {
- public HoistedField(Mono.CSharp.HoistedStoreyClass parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class HoistedThis : Mono.CSharp.HoistedVariable
- {
- public HoistedThis(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- }
- public abstract partial class HoistedVariable
- {
- protected Mono.CSharp.Field field;
- protected readonly Mono.CSharp.AnonymousMethodStorey storey;
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) { }
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, string name, Mono.CSharp.TypeSpec type) { }
- public Mono.CSharp.Field Field { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CreateExpressionTree() { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr GetFieldExpression(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial interface IAssemblyDefinition
- {
- string FullName { get; }
- bool IsCLSCompliant { get; }
- bool IsMissing { get; }
- string Name { get; }
- byte[] GetPublicKeyToken();
- bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly);
- }
- public partial interface IAssignMethod
- {
- void Emit(Mono.CSharp.EmitContext ec, bool leave_copy);
- void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound);
- }
- public partial interface IExpressionCleanup
- {
- void EmitCleanup(Mono.CSharp.EmitContext ec);
- }
- public partial class If : Mono.CSharp.Statement
- {
- public Mono.CSharp.Statement FalseStatement;
- public Mono.CSharp.Statement TrueStatement;
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Location l) { }
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Statement false_statement, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial interface IFixedExpression
- {
- bool IsFixed { get; }
- }
- public partial interface IGenericMethodDefinition : Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- }
- public partial interface IInterfaceMemberSpec
- {
- Mono.CSharp.TypeSpec MemberType { get; }
- }
- public partial interface ILiteralConstant
- {
- }
- public partial interface ILocalVariable
- {
- void Emit(Mono.CSharp.EmitContext ec);
- void EmitAddressOf(Mono.CSharp.EmitContext ec);
- void EmitAssign(Mono.CSharp.EmitContext ec);
- }
- public partial interface IMemberContext : Mono.CSharp.IModuleContext
- {
- Mono.CSharp.MemberCore CurrentMemberDefinition { get; }
- Mono.CSharp.TypeSpec CurrentType { get; }
- Mono.CSharp.TypeParameters CurrentTypeParameters { get; }
- bool IsObsolete { get; }
- bool IsStatic { get; }
- bool IsUnsafe { get; }
- string GetSignatureForError();
- Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity);
- Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name);
- Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc);
- }
- public partial interface IMemberDefinition
- {
- System.Nullable<bool> CLSAttributeValue { get; }
- bool IsImported { get; }
- string Name { get; }
- string[] ConditionalConditions();
- System.ObsoleteAttribute GetAttributeObsolete();
- void SetIsAssigned();
- void SetIsUsed();
- }
- public partial interface IMemoryLocation
- {
- void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode);
- }
- public partial interface IMethodData : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- Mono.CSharp.ToplevelBlock Block { get; set; }
- System.Reflection.CallingConventions CallingConventions { get; }
- bool IsAccessor { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.MemberName MethodName { get; }
- Mono.CSharp.Attributes OptAttributes { get; }
- Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- Mono.CSharp.TypeSpec ReturnType { get; }
- Mono.CSharp.MethodSpec Spec { get; }
- Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod);
- }
- public partial interface IMethodDefinition : Mono.CSharp.IMemberDefinition
- {
- System.Reflection.MethodBase Metadata { get; }
- }
- public partial interface IModuleContext
- {
- Mono.CSharp.ModuleContainer Module { get; }
- }
- public partial class ImplicitCast : Mono.CSharp.ShimExpression
- {
- public ImplicitCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target, bool arrayAccess) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ImplicitDelegateCreation : Mono.CSharp.DelegateCreation
- {
- public ImplicitDelegateCreation(Mono.CSharp.TypeSpec delegateType, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location loc) { }
- public static bool ContainsMethodTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ImplicitLambdaParameter : Mono.CSharp.Parameter
- {
- public ImplicitLambdaParameter(string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- public void SetParameterType(Mono.CSharp.TypeSpec type) { }
- }
- public partial class ImportedAssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- public ImportedAssemblyDefinition(System.Reflection.Assembly assembly) { }
- public System.Reflection.Assembly Assembly { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasStrongName { get { throw null; } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsMissing { get { throw null; } }
- public string Location { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Reflection.AssemblyName GetAssemblyVisibleToName(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void ReadAttributes() { }
- public override string ToString() { throw null; }
- }
- public partial class ImportedModuleDefinition
- {
- public ImportedModuleDefinition(System.Reflection.Module module) { }
- public bool IsCLSCompliant { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Attribute> ReadAssemblyAttributes() { throw null; }
- public void ReadAttributes() { }
- }
- public partial interface INamedBlockVariable
- {
- Mono.CSharp.Block Block { get; }
- bool IsDeclared { get; }
- bool IsParameter { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc);
- }
- public partial class Indexer : Mono.CSharp.PropertyBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public Indexer(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public partial class GetIndexerMethod : Mono.CSharp.PropertyBase.GetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public GetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public partial class SetIndexerMethod : Mono.CSharp.PropertyBase.SetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public SetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- }
- }
- public partial class IndexerSpec : Mono.CSharp.PropertySpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public IndexerSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, Mono.CSharp.AParametersCollection parameters, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.PropertyInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Indirection : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation
- {
- public Indirection(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class InflatedTypeSpec : Mono.CSharp.TypeSpec
- {
- public InflatedTypeSpec(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec openType, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec[] targs) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public bool HasConstraintsChecked { get { throw null; } set { } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public override bool IsArrayGenericInterface { get { throw null; } }
- public override bool IsExpressionTreeType { get { throw null; } }
- public override bool IsGenericTask { get { throw null; } }
- public override bool IsNullableType { get { throw null; } }
- public override Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public override bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public static bool ContainsTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterInflator CreateLocalInflator(Mono.CSharp.IModuleContext context) { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override string GetTypeNameSignature() { throw null; }
- public bool HasDynamicArgument() { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- protected override bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstanceEmitter
- {
- public InstanceEmitter(Mono.CSharp.Expression instance, bool addressLoad) { throw null;}
- public void Emit(Mono.CSharp.EmitContext ec, bool conditionalAccess) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec, bool boxInstance) { }
- public Mono.CSharp.TypeSpec GetStackType(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class IntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly int Value;
- public IntConstant(Mono.CSharp.BuiltinTypes types, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public IntConstant(Mono.CSharp.TypeSpec type, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public abstract partial class IntegralConstant : Mono.CSharp.Constant
- {
- protected IntegralConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public abstract Mono.CSharp.Constant Increment();
- }
- public partial class InteractiveBase
- {
- public static string ContinuationPrompt;
- public static System.IO.TextWriter Error;
- public static Mono.CSharp.Evaluator Evaluator;
- public static System.IO.TextWriter Output;
- public static string Prompt;
- public static bool QuitRequested;
- public InteractiveBase() { }
- public static string help { get { throw null; } }
- public static object quit { get { throw null; } }
- public static string Describe(object x) { throw null; }
- public static void LoadAssembly(string assembly) { }
- public static void LoadPackage(string pkg) { }
- public static void print(object obj) { }
- public static void print(string fmt, params object[] args) { }
- public static void Quit() { }
- public static void ShowUsing() { }
- public static void ShowVars() { }
- public static System.TimeSpan Time(System.Action a) { throw null; }
- }
- public sealed partial class Interface : Mono.CSharp.TypeDefinition
- {
- public Interface(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class InterfaceMemberBase : Mono.CSharp.MemberBase
- {
- protected const Mono.CSharp.Modifiers AllowedModifiersClass = (Mono.CSharp.Modifiers)(12031);
- protected const Mono.CSharp.Modifiers AllowedModifiersInterface = (Mono.CSharp.Modifiers)(8208);
- protected const Mono.CSharp.Modifiers AllowedModifiersStruct = (Mono.CSharp.Modifiers)(11423);
- protected Mono.CSharp.MethodSpec base_method;
- public System.Reflection.MethodAttributes flags;
- public Mono.CSharp.TypeSpec InterfaceType;
- public readonly bool IsExplicitImpl;
- public bool IsInterface;
- protected bool is_external_implementation;
- protected InterfaceMemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public abstract Mono.CSharp.Variance ExpectedMemberTypeVariance { get; }
- public override bool IsUsed { get { throw null; } }
- public string ShortName { get { throw null; } }
- protected static bool CheckAccessModifiers(Mono.CSharp.MemberCore this_member, Mono.CSharp.MemberSpec base_member) { throw null; }
- protected override bool CheckBase() { throw null; }
- protected virtual bool CheckForDuplications() { throw null; }
- protected virtual bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- protected bool DefineParameters(Mono.CSharp.ParametersCompiled parameters) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- protected void Error_CannotChangeAccessModifiers(Mono.CSharp.MemberCore member, Mono.CSharp.MemberSpec base_member) { }
- protected void Error_StaticReturnType() { }
- protected virtual Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public string GetFullName(Mono.CSharp.MemberName name) { throw null; }
- public string GetFullName(string name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- }
- public partial class InternalErrorException : System.Exception
- {
- public InternalErrorException() { }
- public InternalErrorException(Mono.CSharp.MemberCore mc, System.Exception e) { }
- public InternalErrorException(System.Exception e, Mono.CSharp.Location loc) { }
- public InternalErrorException(System.Exception exception, string message, params object[] args) { }
- public InternalErrorException(string message) { }
- public InternalErrorException(string message, params object[] args) { }
- }
- public partial class IntLiteral : Mono.CSharp.IntConstant, Mono.CSharp.ILiteralConstant
- {
- public IntLiteral(Mono.CSharp.BuiltinTypes types, int l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(int), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class Invocation : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.Expression expr;
- protected Mono.CSharp.MethodGroupExpr mg;
- public Invocation(Mono.CSharp.Expression expr, Mono.CSharp.Arguments arguments) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public Mono.CSharp.Expression Exp { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr MethodGroup { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected virtual Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsMemberInvocable(Mono.CSharp.MemberSpec member) { throw null; }
- public static bool IsSpecialMethodInvocation(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodSpec method, Mono.CSharp.Location loc) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression instance, Mono.CSharp.MethodSpec mi, Mono.CSharp.Arguments args) { throw null; }
- public partial class Predefined : Mono.CSharp.Invocation
- {
- public Predefined(Mono.CSharp.MethodGroupExpr expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- }
- public partial interface IParameterData
- {
- Mono.CSharp.Expression DefaultValue { get; }
- bool HasDefaultValue { get; }
- bool HasExtensionMethodModifier { get; }
- Mono.CSharp.Parameter.Modifier ModFlags { get; }
- string Name { get; }
- }
- public partial interface IParametersMember : Mono.CSharp.IInterfaceMemberSpec
- {
- Mono.CSharp.AParametersCollection Parameters { get; }
- }
- public partial class Is : Mono.CSharp.Probe
- {
- public Is(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Iterator : Mono.CSharp.StateMachineInitializer
- {
- public readonly bool IsEnumerable;
- public readonly Mono.CSharp.TypeSpec OriginalIteratorType;
- public readonly Mono.CSharp.IMethodData OriginalMethod;
- public Iterator(Mono.CSharp.ParametersBlock block, Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.ToplevelBlock Container { get { throw null; } }
- public override string ContainerType { get { throw null; } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.Method CreateFinallyHost(Mono.CSharp.TryFinallyBlock block) { throw null; }
- public static void CreateIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers modifiers) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public void EmitYieldBreak(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- public override string GetSignatureForError() { throw null; }
- public override void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- }
- public partial interface ITypeDefinition : Mono.CSharp.IMemberDefinition
- {
- Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get; }
- bool IsComImport { get; }
- bool IsCyclicTypeForwarder { get; }
- bool IsPartial { get; }
- bool IsTypeForwarder { get; }
- string Namespace { get; }
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- Mono.CSharp.TypeSpec GetAttributeCoClass();
- string GetAttributeDefaultMember();
- System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa);
- bool IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly);
- void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache);
- }
- public partial interface IVariableReference : Mono.CSharp.IFixedExpression
- {
- bool IsHoisted { get; }
- string Name { get; }
- Mono.CSharp.VariableInfo VariableInfo { get; }
- void SetHasAddressTaken();
- }
- public partial class LabeledStatement : Mono.CSharp.Statement
- {
- public LabeledStatement(string name, Mono.CSharp.Block block, Mono.CSharp.Location l) { }
- public Mono.CSharp.Block Block { get { throw null; } }
- public string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddGotoReference(Mono.CSharp.Reachability rc, bool finalTarget) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public System.Reflection.Emit.Label LabelTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LambdaExpression : Mono.CSharp.AnonymousMethodExpression
- {
- public LambdaExpression(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool HasExplicitParameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- protected override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegateType) { throw null; }
- }
- public enum LanguageVersion
- {
- Default = 6,
- Experimental = 100,
- ISO_1 = 1,
- ISO_2 = 2,
- V_3 = 3,
- V_4 = 4,
- V_5 = 5,
- V_6 = 6,
- }
- public abstract partial class LocalExitStatement : Mono.CSharp.ExitStatement
- {
- protected Mono.CSharp.LoopStatement enclosing_loop;
- protected LocalExitStatement(Mono.CSharp.Location loc) { }
- protected override bool IsLocalExit { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LocalTemporary : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public LocalTemporary(Mono.CSharp.TypeSpec t) { }
- public LocalTemporary(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public System.Reflection.Emit.LocalBuilder Builder { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void Release(Mono.CSharp.EmitContext ec) { }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class LocalVariable : Mono.CSharp.ILocalVariable, Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.LocalVariable.Flags flags, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.LocalVariable li, string name, Mono.CSharp.Location loc) { }
- public bool AddressTaken { get { throw null; } }
- public Mono.CSharp.Block Block { get { throw null; } }
- public Mono.CSharp.Constant ConstantValue { get { throw null; } set { } }
- public Mono.CSharp.HoistedVariable HoistedVariant { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsConstant { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsReadonly { get { throw null; } }
- public bool IsThis { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- bool Mono.CSharp.INamedBlockVariable.IsParameter { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public void CreateBuilder(Mono.CSharp.EmitContext ec) { }
- public static Mono.CSharp.LocalVariable CreateCompilerGenerated(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public static string GetCompilerGeneratedName(Mono.CSharp.Block block) { throw null; }
- public string GetReadOnlyContext() { throw null; }
- public bool IsAssigned(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public bool IsThisAssigned(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Block block) { throw null; }
- public void PrepareAssignmentAnalysis(Mono.CSharp.BlockContext bc) { }
- public void SetHasAddressTaken() { }
- public void SetIsUsed() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- AddressTaken = 4,
- CompilerGenerated = 8,
- Constant = 16,
- FixedVariable = 64,
- ForeachVariable = 32,
- IsLocked = 256,
- IsThis = 2,
- ReadonlyMask = 224,
- Used = 1,
- UsingVariable = 128,
- }
- }
- public partial class LocalVariableReference : Mono.CSharp.VariableReference
- {
- public Mono.CSharp.LocalVariable local_info;
- public LocalVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location l) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public override string ToString() { throw null; }
- }
- public partial class LocatedToken
- {
- public int column;
- public Mono.CSharp.SourceFile file;
- public int row;
- public string value;
- public LocatedToken() { }
- public LocatedToken(string value, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Location : System.IEquatable<Mono.CSharp.Location>
- {
- public static bool InEmacs;
- public static readonly Mono.CSharp.Location Null;
- public Location(Mono.CSharp.SourceFile file, int row, int column) { throw null;}
- public int Column { get { throw null; } }
- public int File { get { throw null; } }
- public bool IsNull { get { throw null; } }
- public string Name { get { throw null; } }
- public string NameFullPath { get { throw null; } }
- public int Row { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public static void AddFile(Mono.CSharp.SourceFile file) { }
- public bool Equals(Mono.CSharp.Location other) { throw null; }
- public static void Initialize(System.Collections.Generic.List<Mono.CSharp.SourceFile> files) { }
- public static Mono.CSharp.Location operator -(Mono.CSharp.Location loc, int columns) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- public string ToStringFullName() { throw null; }
- }
- public partial class LocationsBag
- {
- public LocationsBag() { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddLocation(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<Mono.CSharp.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<Mono.CSharp.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<Mono.CSharp.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<Mono.CSharp.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, System.Collections.Generic.List<Mono.CSharp.Location> locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddStatement(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendTo(object element, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendToMember(Mono.CSharp.MemberCore existing, params Mono.CSharp.Location[] locations) { }
- public System.Collections.Generic.List<Mono.CSharp.Location> GetLocations(object element) { throw null; }
- public Mono.CSharp.LocationsBag.MemberLocations GetMemberLocation(Mono.CSharp.MemberCore element) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void InsertLocation(object element, int index, Mono.CSharp.Location location) { }
- public partial class MemberLocations
- {
- public readonly System.Collections.Generic.IList<Mono.CSharp.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> Modifiers;
- public MemberLocations(System.Collections.Generic.IList<Mono.CSharp.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods) { }
- public MemberLocations(System.Collections.Generic.IList<Mono.CSharp.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location loc) { }
- public MemberLocations(System.Collections.Generic.IList<Mono.CSharp.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location[] locs) { }
- public MemberLocations(System.Collections.Generic.IList<Mono.CSharp.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, System.Collections.Generic.List<Mono.CSharp.Location> locs) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.Location this[int index] { get { throw null; } }
- public void AddLocations(Mono.CSharp.Location loc) { }
- public void AddLocations(params Mono.CSharp.Location[] additional) { }
- }
- }
- public partial class Lock : Mono.CSharp.TryFinallyBlock
- {
- public Lock(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class LongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly long Value;
- public LongConstant(Mono.CSharp.BuiltinTypes types, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public LongConstant(Mono.CSharp.TypeSpec type, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class LongLiteral : Mono.CSharp.LongConstant, Mono.CSharp.ILiteralConstant
- {
- public LongLiteral(Mono.CSharp.BuiltinTypes types, long l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(long), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public enum LookupMode
- {
- IgnoreAccessibility = 2,
- NameOf = 3,
- Normal = 0,
- Probing = 1,
- }
- public abstract partial class LoopStatement : Mono.CSharp.Statement
- {
- protected LoopStatement(Mono.CSharp.Statement statement) { }
- public Mono.CSharp.Statement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public virtual void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public virtual void SetEndReachable() { }
- public virtual void SetIteratorReachable() { }
- }
- public partial class MakeRefExpr : Mono.CSharp.ShimExpression
- {
- public MakeRefExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class MemberAccess : Mono.CSharp.ATypeNameExpression
- {
- protected Mono.CSharp.Expression expr;
- public MemberAccess(Mono.CSharp.Expression expr, string id) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, int arity, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public void Error_IdentifierNotFound(Mono.CSharp.IMemberContext rc, Mono.CSharp.TypeSpec expr_type) { }
- protected override void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- protected override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsValidDotExpression(Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext rc, bool allowUnboundTypeArguments) { throw null; }
- }
- public abstract partial class MemberBase : Mono.CSharp.MemberCore
- {
- protected Mono.CSharp.TypeSpec member_type;
- public new Mono.CSharp.TypeDefinition Parent;
- protected Mono.CSharp.FullNamedExpression type_expr;
- protected MemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.Modifiers def_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- protected virtual bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DoMemberTypeDependentChecks() { }
- protected virtual void DoMemberTypeIndependentChecks() { }
- public override string GetSignatureForDocumentation() { throw null; }
- protected void IsTypePermitted() { }
- protected virtual bool ResolveMemberType() { throw null; }
- }
- public partial class MemberCache
- {
- public static readonly Mono.CSharp.MemberCache Empty;
- public static readonly string IndexerNameAlias;
- public MemberCache() { }
- public MemberCache(Mono.CSharp.MemberCache cache) { }
- public MemberCache(Mono.CSharp.TypeContainer container) { }
- public MemberCache(int capacity) { }
- public void AddBaseType(Mono.CSharp.TypeSpec baseType) { }
- public void AddInterface(Mono.CSharp.TypeSpec iface) { }
- public void AddMember(Mono.CSharp.InterfaceMemberBase imb, string exlicitName, Mono.CSharp.MemberSpec ms) { }
- public void AddMember(Mono.CSharp.MemberSpec ms) { }
- public void AddMemberImported(Mono.CSharp.MemberSpec ms) { }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, string name, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public static Mono.CSharp.MemberSpec FindBaseMember(Mono.CSharp.MemberCore member, out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> FindExtensionMethods(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public static Mono.CSharp.MemberSpec FindMember(Mono.CSharp.TypeSpec container, Mono.CSharp.MemberFilter filter, Mono.CSharp.BindingRestriction restrictions) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindMembers(Mono.CSharp.TypeSpec container, string name, bool declaredOnlyClass) { throw null; }
- public static Mono.CSharp.TypeSpec FindNestedType(Mono.CSharp.TypeSpec container, string name, int arity) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.FieldSpec> GetAllFieldsForDefiniteAssignment(Mono.CSharp.TypeSpec container) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetCompletitionMembers(Mono.CSharp.IMemberContext ctx, Mono.CSharp.TypeSpec container, string name) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.MethodSpec> GetInterfaceMethods(Mono.CSharp.TypeSpec iface) { throw null; }
- public static T GetMember<T>(Mono.CSharp.TypeSpec container, T spec) where T : Mono.CSharp.MemberSpec { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MethodSpec> GetNotImplementedAbstractMethods(Mono.CSharp.TypeSpec type) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetUserOperator(Mono.CSharp.TypeSpec container, Mono.CSharp.Operator.OpType op, bool declaredOnly) { throw null; }
- public void InflateMembers(Mono.CSharp.MemberCache cacheToInflate, Mono.CSharp.TypeSpec inflatedType, Mono.CSharp.TypeParameterInflator inflator) { }
- public void InflateTypes(Mono.CSharp.MemberCache inflated_cache, Mono.CSharp.TypeParameterInflator inflator) { }
- public void RemoveHiddenMembers(Mono.CSharp.TypeSpec container) { }
- public void VerifyClsCompliance(Mono.CSharp.TypeSpec container, Mono.CSharp.Report report) { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public abstract partial class MemberCore : Mono.CSharp.Attributable, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IModuleContext
- {
- protected string comment;
- public Mono.CSharp.TypeContainer Parent;
- protected MemberCore(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) { }
- public System.Nullable<bool> CLSAttributeValue { get { throw null; } }
- public virtual Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public virtual Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual string DocComment { get { throw null; } set { } }
- public abstract string DocCommentHeader { get; }
- protected bool HasClsCompliantAttribute { get { throw null; } }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsImported { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public virtual bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.MemberName MemberName { get { throw null; } }
- public Mono.CSharp.Modifiers ModFlags { get { throw null; } set { } }
- public virtual Mono.CSharp.ModuleContainer Module { get { throw null; } }
- string Mono.CSharp.IMemberDefinition.Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public virtual void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- protected bool CheckAbstractAndExtern(bool has_block) { throw null; }
- public virtual void CheckObsoleteness(Mono.CSharp.Location loc) { }
- protected void CheckProtectedModifier() { }
- public virtual string[] ConditionalConditions() { throw null; }
- public abstract bool Define();
- public virtual void Emit() { }
- public virtual bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public virtual string GetCallerMemberName() { throw null; }
- public virtual void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public abstract string GetSignatureForDocumentation();
- public virtual string GetSignatureForError() { throw null; }
- public bool IsAccessibleAs(Mono.CSharp.TypeSpec p) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public bool IsExposedFromAssembly() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public virtual void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- protected virtual void SetMemberName(Mono.CSharp.MemberName new_name) { }
- protected virtual bool VerifyClsCompliance() { throw null; }
- protected void Warning_IdentifierNotCompliant() { }
- public virtual void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- CanBeReused = 262144,
- CloseTypeCreated = 16,
- ClsCompliance_Undetected = 4,
- ClsCompliant = 8,
- ClsCompliantAttributeFalse = 128,
- Excluded = 512,
- Excluded_Undetected = 256,
- HasClsCompliantAttribute = 64,
- HasCompliantAttribute_Undetected = 32,
- HasExplicitLayout = 8192,
- HasInstanceConstructor = 65536,
- HasStructLayout = 32768,
- HasUserOperators = 131072,
- InterfacesExpanded = 524288,
- IsAssigned = 4096,
- IsUsed = 2048,
- MethodOverloadsExist = 1024,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PartialDefinitionExists = 16384,
- }
- }
- public abstract partial class MemberExpr : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IInstanceQualifier
- {
- protected bool conditional_access_receiver;
- public Mono.CSharp.Expression InstanceExpression;
- protected MemberExpr() { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected abstract Mono.CSharp.TypeSpec DeclaringType { get; }
- public bool IsBase { get { throw null; } }
- public abstract bool IsInstance { get; }
- public abstract bool IsStatic { get; }
- public abstract string KindName { get; }
- Mono.CSharp.TypeSpec Mono.CSharp.OverloadResolver.IInstanceQualifier.InstanceType { get { throw null; } }
- public abstract string Name { get; }
- protected Mono.CSharp.MethodSpec CandidateToBaseOverride(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- protected void CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { }
- public static bool CheckProtectedMemberAccess<T>(Mono.CSharp.ResolveContext rc, T member, Mono.CSharp.TypeSpec qualifier) where T : Mono.CSharp.MemberSpec { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected void DoBestMemberChecks<T>(Mono.CSharp.ResolveContext rc, T member) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- protected void EmitInstance(Mono.CSharp.EmitContext ec, bool prepare_for_load) { }
- protected virtual void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public static void Error_ProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member, Mono.CSharp.TypeSpec qualifier, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- bool Mono.CSharp.OverloadResolver.IInstanceQualifier.CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { throw null; }
- protected void ResolveConditionalAccessReceiver(Mono.CSharp.ResolveContext rc) { }
- public bool ResolveInstanceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public virtual Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public abstract void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MemberFilter : System.IEquatable<Mono.CSharp.MemberSpec>
- {
- public readonly int Arity;
- public readonly Mono.CSharp.MemberKind Kind;
- public readonly Mono.CSharp.TypeSpec MemberType;
- public readonly string Name;
- public readonly Mono.CSharp.AParametersCollection Parameters;
- public MemberFilter(Mono.CSharp.MethodSpec m) { throw null;}
- public MemberFilter(string name, int arity, Mono.CSharp.MemberKind kind, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null;}
- public static Mono.CSharp.MemberFilter Constructor(Mono.CSharp.AParametersCollection param) { throw null; }
- public bool Equals(Mono.CSharp.MemberSpec other) { throw null; }
- public static Mono.CSharp.MemberFilter Field(string name, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Method(string name, int arity, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Property(string name, Mono.CSharp.TypeSpec type) { throw null; }
- }
- [System.FlagsAttribute]
- public enum MemberKind
- {
- ArrayType = 524288,
- Class = 2048,
- Constructor = 1,
- Delegate = 8192,
- Destructor = 128,
- Enum = 16384,
- Event = 2,
- Field = 4,
- GenericMask = 47112,
- Indexer = 32,
- Interface = 32768,
- InternalCompilerType = 2097152,
- MaskType = 63743,
- Method = 8,
- MissingType = 4194304,
- Namespace = 16777216,
- NestedMask = 63488,
- Operator = 64,
- PointerType = 1048576,
- Property = 16,
- Struct = 4096,
- TypeParameter = 65536,
- Void = 8388608,
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public partial class MemberName
- {
- public readonly Mono.CSharp.FullNamedExpression ExplicitInterface;
- public readonly Mono.CSharp.MemberName Left;
- public readonly Mono.CSharp.Location Location;
- public readonly string Name;
- public static readonly Mono.CSharp.MemberName Null;
- public Mono.CSharp.TypeParameters TypeParameters;
- public MemberName(Mono.CSharp.MemberName left, Mono.CSharp.MemberName right) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.Location loc) { }
- public MemberName(string name) { }
- public MemberName(string name, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { }
- public int Arity { get { throw null; } }
- public string Basename { get { throw null; } }
- public bool IsGeneric { get { throw null; } }
- public void CreateMetadataName(System.Text.StringBuilder sb) { }
- public bool Equals(Mono.CSharp.MemberName other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public static string MakeName(string name, Mono.CSharp.TypeParameters args) { throw null; }
- }
- public abstract partial class MemberSpec
- {
- protected Mono.CSharp.TypeSpec declaringType;
- protected Mono.CSharp.IMemberDefinition definition;
- public readonly Mono.CSharp.MemberKind Kind;
- protected Mono.CSharp.Modifiers modifiers;
- protected const Mono.CSharp.MemberSpec.StateFlags SharedStateFlags = (Mono.CSharp.MemberSpec.StateFlags)(127);
- public Mono.CSharp.MemberSpec.StateFlags state;
- protected MemberSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.Modifiers modifiers) { }
- public virtual int Arity { get { throw null; } }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAccessor { get { throw null; } set { } }
- public bool IsGeneric { get { throw null; } set { } }
- public bool IsNotCSharpCompatible { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.CSharp.IMemberDefinition MemberDefinition { get { throw null; } }
- public Mono.CSharp.Modifiers Modifiers { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public virtual string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public bool IsAccessible(Mono.CSharp.IMemberContext ctx) { throw null; }
- public bool IsCLSCompliant() { throw null; }
- public bool IsConditionallyExcluded(Mono.CSharp.IMemberContext ctx) { throw null; }
- protected virtual bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public abstract System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller);
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum StateFlags
- {
- CLSCompliant = 8,
- CLSCompliant_Undetected = 4,
- ConstraintsChecked = 128,
- GenericIterateInterface = 2097152,
- GenericTask = 4194304,
- HasDynamicElement = 64,
- InflatedExpressionType = 524288,
- InflatedNullableType = 1048576,
- InterfacesExpanded = 65536,
- InterfacesImported = 8388608,
- IsAccessor = 512,
- IsGeneric = 1024,
- IsNotCSharpCompatible = 131072,
- MissingDependency = 32,
- MissingDependency_Undetected = 16,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PendingBaseTypeInflate = 32768,
- PendingMakeMethod = 8192,
- PendingMemberCacheMembers = 16384,
- PendingMetaInflate = 4096,
- SpecialRuntimeType = 262144,
- }
- }
- public abstract partial class MetadataImporter
- {
- protected readonly System.Collections.Generic.Dictionary<System.Reflection.Assembly, Mono.CSharp.IAssemblyDefinition> assembly_2_definition;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> compiled_types;
- public static readonly string CompilerServicesNamespace;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> import_cache;
- protected readonly Mono.CSharp.ModuleContainer module;
- protected MetadataImporter(Mono.CSharp.ModuleContainer module) { }
- public System.Collections.Generic.ICollection<Mono.CSharp.IAssemblyDefinition> Assemblies { get { throw null; } }
- public bool IgnorePrivateMembers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec);
- public Mono.CSharp.EventSpec CreateEvent(System.Reflection.EventInfo ei, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) { throw null; }
- public Mono.CSharp.FieldSpec CreateField(System.Reflection.FieldInfo fi, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.MethodSpec CreateMethod(System.Reflection.MethodBase mb, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.TypeSpec CreateNestedType(System.Type type, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.PropertySpec CreateProperty(System.Reflection.PropertyInfo pi, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec @get, Mono.CSharp.MethodSpec @set) { throw null; }
- public Mono.CSharp.TypeSpec CreateType(System.Type type) { throw null; }
- protected Mono.CSharp.TypeSpec CreateType(System.Type type, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MetadataImporter.DynamicTypeReader dtype, bool canImportBaseType) { throw null; }
- protected abstract Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType);
- public Mono.CSharp.IAssemblyDefinition GetAssemblyDefinition(System.Reflection.Assembly assembly) { throw null; }
- public static bool HasAttribute(System.Collections.Generic.IList<System.Reflection.CustomAttributeData> attributesData, string attrName, string attrNamespace) { throw null; }
- protected abstract bool HasVolatileModifier(System.Type[] modifiers);
- public Mono.CSharp.TypeSpec ImportType(System.Type type) { throw null; }
- public void ImportTypeBase(System.Type type) { }
- protected void ImportTypes(System.Type[] types, Mono.CSharp.Namespace targetNamespace, bool importExtensionTypes) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- protected partial struct DynamicTypeReader
- {
- public int Position;
- public DynamicTypeReader(object provider) { throw null;}
- public bool HasDynamicAttribute() { throw null; }
- public bool IsDynamicObject() { throw null; }
- }
- }
- public partial class Method : Mono.CSharp.MethodOrOperator, Mono.CSharp.IGenericMethodDefinition, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- public Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- protected Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers amod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public static bool CheckImplementingMethodConstraints(Mono.CSharp.TypeContainer container, Mono.CSharp.MethodSpec method, Mono.CSharp.MethodSpec baseMethod) { throw null; }
- public static Mono.CSharp.Method Create(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DefineTypeParameters() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public static void Error1599(Mono.CSharp.Location loc, Mono.CSharp.TypeSpec t, Mono.CSharp.Report Report) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override void PrepareEmit() { }
- protected override bool ResolveMemberType() { throw null; }
- public void SetPartialDefinition(Mono.CSharp.Method methodDefinition) { }
- }
- public abstract partial class MethodCore : Mono.CSharp.InterfaceMemberBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.MethodSpec spec;
- protected MethodCore(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public Mono.CSharp.MethodSpec Spec { get { throw null; } }
- protected override bool CheckBase() { throw null; }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class MethodData
- {
- protected Mono.CSharp.TypeSpec declaring_type;
- protected System.Reflection.MethodAttributes flags;
- public Mono.CSharp.MethodSpec implementing;
- protected Mono.CSharp.InterfaceMemberBase member;
- public readonly Mono.CSharp.IMethodData method;
- protected Mono.CSharp.Modifiers modifiers;
- protected Mono.CSharp.MethodSpec parent_method;
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method) { }
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method, Mono.CSharp.MethodSpec parent_method) { }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public string MetadataName { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public bool Define(Mono.CSharp.TypeDefinition container, string method_full_name) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container, Mono.CSharp.ParametersCompiled param) { throw null; }
- public void Emit(Mono.CSharp.TypeDefinition parent) { }
- public void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class MethodGroupExpr : Mono.CSharp.MemberExpr, Mono.CSharp.OverloadResolver.IBaseMembersProvider
- {
- protected System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Methods;
- protected Mono.CSharp.TypeSpec queried_type;
- protected Mono.CSharp.TypeArguments type_arguments;
- public MethodGroupExpr(Mono.CSharp.MethodSpec m, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public MethodGroupExpr(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> mi, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.MethodSpec BestCandidate { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Candidates { get { throw null; } }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsConditionallyExcluded { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.MethodGroupExpr CreatePredefined(Mono.CSharp.MethodSpec best, Mono.CSharp.TypeSpec queriedType, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, Mono.CSharp.TypeSpec conditionalAccessReceiver, bool statement) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, bool statement) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public virtual System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType) { throw null; }
- public Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool IsExtensionMethodArgument(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr OverloadResolve(Mono.CSharp.ResolveContext ec, ref Mono.CSharp.Arguments args, Mono.CSharp.OverloadResolver.IErrorHandler cerrors, Mono.CSharp.OverloadResolver.Restrictions restr) { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public abstract partial class MethodOrOperator : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.MethodData MethodData;
- protected MethodOrOperator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsPartialDefinition { get { throw null; } }
- public bool IsPartialImplementation { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override string[] ConditionalConditions() { throw null; }
- public virtual Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- protected void Error_ConditionalAttributeIsNotValid() { }
- public virtual void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public sealed partial class MethodSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly Mono.CSharp.MethodSpec Excluded;
- public MethodSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMethodDefinition details, Mono.CSharp.TypeSpec returnType, Mono.CSharp.AParametersCollection parameters, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public Mono.CSharp.IGenericMethodDefinition GenericDefinition { get { throw null; } }
- public bool IsAsync { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsExtensionMethod { get { throw null; } }
- public bool IsReservedMethod { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public new Mono.CSharp.IMethodDefinition MemberDefinition { get { throw null; } }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public Mono.CSharp.MethodSpec GetGenericMethodDefinition() { throw null; }
- public System.Reflection.MethodBase GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.MethodSpec MakeGenericMethod(Mono.CSharp.IMemberContext context, params Mono.CSharp.TypeSpec[] targs) { throw null; }
- public Mono.CSharp.MethodSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class MissingTypeSpecReference
- {
- public MissingTypeSpecReference(Mono.CSharp.TypeSpec type, Mono.CSharp.MemberSpec caller) { }
- public Mono.CSharp.MemberSpec Caller { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum Modifiers
- {
- ABSTRACT = 32,
- AccessibilityMask = 15,
- AllowedExplicitImplFlags = 10240,
- ASYNC = 16384,
- BACKING_FIELD = 2097152,
- COMPILER_GENERATED = 1048576,
- DEBUGGER_HIDDEN = 4194304,
- DEBUGGER_STEP_THROUGH = 8388608,
- DEFAULT_ACCESS_MODIFIER = 262144,
- EXTERN = 2048,
- INTERNAL = 8,
- METHOD_EXTENSION = 524288,
- NEW = 16,
- OVERRIDE = 1024,
- PARTIAL = 131072,
- PRIVATE = 4,
- PROPERTY_CUSTOM = 65536,
- PROTECTED = 1,
- PUBLIC = 2,
- READONLY = 256,
- SEALED = 64,
- STATIC = 128,
- TOP = 32768,
- UNSAFE = 8192,
- VIRTUAL = 512,
- VOLATILE = 4096,
- }
- public sealed partial class ModuleContainer : Mono.CSharp.TypeContainer
- {
- public System.Nullable<System.Runtime.InteropServices.CharSet> DefaultCharSet;
- public System.Reflection.TypeAttributes DefaultCharSetType;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryLifted;
- public ModuleContainer(Mono.CSharp.CompilerContext context) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Reflection.Emit.ModuleBuilder Builder { get { throw null; } }
- public override Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public int CounterAnonymousTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Evaluator Evaluator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.RootNamespace GlobalRootNamespace { get { throw null; } }
- public bool HasDefaultCharSet { get { throw null; } }
- public bool HasExtensionMethod { get { throw null; } set { } }
- public bool HasTypesFullyDefined { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddAnonymousType(Mono.CSharp.AnonymousTypeClass type) { }
- public void AddAttribute(Mono.CSharp.Attribute attr, Mono.CSharp.IMemberContext context) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public void Create(Mono.CSharp.AssemblyDefinition assembly, System.Reflection.Emit.ModuleBuilder moduleBuilder) { }
- public System.Reflection.Emit.TypeBuilder CreateBuilder(string name, System.Reflection.TypeAttributes attr, int typeSize) { throw null; }
- public Mono.CSharp.ModuleContainer.PatternMatchingHelper CreatePatterMatchingHelper() { throw null; }
- public Mono.CSharp.RootNamespace CreateRootNamespace(string alias) { throw null; }
- public override bool Define() { throw null; }
- public override bool DefineContainer() { throw null; }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public Mono.CSharp.AnonymousTypeClass GetAnonymousType(System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters) { throw null; }
- public Mono.CSharp.AwaiterDefinition GetAwaiter(Mono.CSharp.TypeSpec type) { throw null; }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public Mono.CSharp.Binary.PredefinedOperator[] GetPredefinedEnumAritmeticOperators(Mono.CSharp.TypeSpec enumType, bool nullable) { throw null; }
- public Mono.CSharp.RootNamespace GetRootNamespace(string name) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void InitializePredefinedTypes() { }
- public override bool IsClsComplianceRequired() { throw null; }
- public Mono.CSharp.Attribute ResolveAssemblyAttribute(Mono.CSharp.PredefinedAttribute a_type) { throw null; }
- public void SetDeclaringAssembly(Mono.CSharp.AssemblyDefinition assembly) { }
- public sealed partial class PatternMatchingHelper : Mono.CSharp.CompilerGeneratedContainer
- {
- public PatternMatchingHelper(Mono.CSharp.ModuleContainer module) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Method NumberMatcher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override bool DoDefineMembers() { throw null; }
- }
- }
- public partial class MovableArgument : Mono.CSharp.Argument
- {
- public MovableArgument(Mono.CSharp.Argument arg) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- protected MovableArgument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitToVariable(Mono.CSharp.EmitContext ec) { }
- }
- public partial class NamedArgument : Mono.CSharp.MovableArgument
- {
- public readonly string Name;
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Argument)) { }
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Argument)) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Namespace
- {
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.Namespace> namespaces;
- protected System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Mono.CSharp.TypeSpec>> types;
- protected Namespace() { }
- public Namespace(Mono.CSharp.Namespace parent, string name) { }
- public string Name { get { throw null; } }
- public Mono.CSharp.Namespace Parent { get { throw null; } }
- public Mono.CSharp.Namespace AddNamespace(Mono.CSharp.MemberName name) { throw null; }
- public void AddType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts) { }
- public System.Collections.Generic.IEnumerable<string> CompletionGetTypesStartingWith(string prefix) { throw null; }
- public System.Collections.Generic.IList<Mono.CSharp.TypeSpec> GetAllTypes(string name) { throw null; }
- public Mono.CSharp.Namespace GetNamespace(string name, bool create) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public static Mono.CSharp.TypeSpec IsImportedTypeOverride(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts, Mono.CSharp.TypeSpec found) { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public Mono.CSharp.TypeSpec LookupType(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void RemoveContainer(Mono.CSharp.TypeContainer tc) { }
- public void SetBuiltinType(Mono.CSharp.BuiltinTypeSpec pts) { }
- public bool TryGetNamespace(string name, out Mono.CSharp.Namespace ns) { ns = default(Mono.CSharp.Namespace); throw null; }
- public void VerifyClsCompliance() { }
- }
- public partial class NamespaceContainer : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public bool DeclarationFound;
- public readonly new Mono.CSharp.NamespaceContainer Parent;
- public NamespaceContainer(Mono.CSharp.MemberName name, Mono.CSharp.NamespaceContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected NamespaceContainer(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Namespace NS { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.UsingNamespace> Usings { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public void AddUsing(Mono.CSharp.UsingAliasNamespace un) { }
- public void AddUsing(Mono.CSharp.UsingNamespace un) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void DefineNamespace() { }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, Mono.CSharp.TypeSpec extensionType, string name, int arity, int position) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupExternAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.MethodGroupExpr LookupStaticUsings(Mono.CSharp.IMemberContext mc, string name, int arity, Mono.CSharp.Location loc) { throw null; }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class NamespaceExpression : Mono.CSharp.FullNamedExpression
- {
- public NamespaceExpression(Mono.CSharp.Namespace ns, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Namespace Namespace { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public void Error_NamespaceDoesNotExist(Mono.CSharp.IMemberContext ctx, string name, int arity) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class New : Mono.CSharp.ExpressionStatement, Mono.CSharp.IMemoryLocation
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.MethodSpec method;
- protected Mono.CSharp.Expression RequestedType;
- public New(Mono.CSharp.Expression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.Location l) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public bool IsGeneratedStructConstructor { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CheckComImport(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public static Mono.CSharp.Constant Constantify(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected virtual Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class NewAnonymousType : Mono.CSharp.New
- {
- public NewAnonymousType(System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.TypeContainer parent, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewDelegate : Mono.CSharp.DelegateCreation
- {
- public Mono.CSharp.Arguments Arguments;
- public NewDelegate(Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments Arguments, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewInitialize : Mono.CSharp.New
- {
- public NewInitialize(Mono.CSharp.FullNamedExpression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.CollectionOrObjectInitializers initializers, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.CollectionOrObjectInitializers Initializers { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected override Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class NullConstant : Mono.CSharp.Constant
- {
- public NullConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string ExprClassName { get { throw null; } }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool inCheckedContext, Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class NullLiteral : Mono.CSharp.NullConstant
- {
- public NullLiteral(Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec t, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class Operator : Mono.CSharp.MethodOrOperator
- {
- public readonly Mono.CSharp.Operator.OpType OperatorType;
- public Operator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Operator.OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public Mono.CSharp.Operator.OpType GetMatchingOperator() { throw null; }
- public static string GetMetadataName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetMetadataName(string name) { throw null; }
- public static string GetName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetName(string metadata_name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static System.Nullable<Mono.CSharp.Operator.OpType> GetType(string metadata_name) { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- public enum OpType : byte
- {
- Addition = (byte)6,
- BitwiseAnd = (byte)13,
- BitwiseOr = (byte)14,
- Decrement = (byte)3,
- Division = (byte)11,
- Equality = (byte)18,
- ExclusiveOr = (byte)15,
- Explicit = (byte)25,
- False = (byte)5,
- GreaterThan = (byte)20,
- GreaterThanOrEqual = (byte)22,
- Implicit = (byte)24,
- Increment = (byte)2,
- Inequality = (byte)19,
- Is = (byte)26,
- LeftShift = (byte)16,
- LessThan = (byte)21,
- LessThanOrEqual = (byte)23,
- LogicalNot = (byte)0,
- Modulus = (byte)12,
- Multiply = (byte)10,
- OnesComplement = (byte)1,
- RightShift = (byte)17,
- Subtraction = (byte)7,
- TOP = (byte)27,
- True = (byte)4,
- UnaryNegation = (byte)9,
- UnaryPlus = (byte)8,
- }
- }
- public partial class OperatorCast : Mono.CSharp.TypeCast
- {
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec returnType, bool isExplicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type, bool find_explicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Outline
- {
- public Outline(System.Type t, System.IO.TextWriter output, bool declared_only, bool show_private, bool filter_obsolete) { }
- public void OutlineType() { }
- public static string RemoveGenericArity(string name) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OverloadResolver
- {
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.TypeArguments targs, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public Mono.CSharp.OverloadResolver.IBaseMembersProvider BaseMembersProvider { get { throw null; } set { } }
- public bool BestCandidateIsDynamic { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MethodGroupExpr BestCandidateNewMethodGroup { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public Mono.CSharp.OverloadResolver.IErrorHandler CustomErrors { get { throw null; } set { } }
- public Mono.CSharp.OverloadResolver.IInstanceQualifier InstanceQualifier { get { throw null; } set { } }
- public static int BetterTypeConversion(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec p, Mono.CSharp.TypeSpec q) { throw null; }
- public static void Error_ConstructorMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, int argCount, Mono.CSharp.Location loc) { }
- public static Mono.CSharp.Expression ResolveDefaultValueArgument(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec ptype, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public T ResolveMember<T>(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IParametersMember { throw null; }
- public Mono.CSharp.MethodSpec ResolveOperator(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) { throw null; }
- public partial interface IBaseMembersProvider
- {
- System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType);
- Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member);
- Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc);
- }
- public partial interface IErrorHandler
- {
- bool AmbiguousCandidates(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous);
- bool ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument a, int index);
- bool NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- bool TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- }
- public partial interface IInstanceQualifier
- {
- Mono.CSharp.TypeSpec InstanceType { get; }
- bool CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member);
- }
- [System.FlagsAttribute]
- public enum Restrictions
- {
- BaseMembersIncluded = 16,
- CovariantDelegate = 4,
- DelegateInvoke = 1,
- GetEnumeratorLookup = 32,
- NoBaseMembers = 8,
- None = 0,
- ProbingOnly = 2,
- }
- }
- public partial class Parameter : Mono.CSharp.ParameterBase, Mono.CSharp.ILocalVariable, Mono.CSharp.IParameterData
- {
- public bool HasAddressTaken;
- protected int idx;
- protected Mono.CSharp.TypeSpec parameter_type;
- public Parameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Parameter.Modifier mod, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression DefaultExpression { get { throw null; } }
- public Mono.CSharp.DefaultParameterValueExpression DefaultValue { get { throw null; } set { } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.HoistedParameter HoistedVariant { get { throw null; } set { } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- Mono.CSharp.Expression Mono.CSharp.IParameterData.DefaultValue { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.Parameter.Modifier ParameterModifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public Mono.CSharp.Parameter Clone() { throw null; }
- public Mono.CSharp.ExpressionStatement CreateExpressionTreeVariable(Mono.CSharp.BlockContext ec) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public void Error_DuplicateName(Mono.CSharp.Report r) { }
- public Mono.CSharp.TemporaryVariableReference ExpressionTreeVariableReference() { throw null; }
- public static string GetModifierSignature(Mono.CSharp.Parameter.Modifier mod) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public void IsClsCompliant(Mono.CSharp.IMemberContext ctx) { }
- public virtual Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext rc, int index) { throw null; }
- public void ResolveDefaultValue(Mono.CSharp.ResolveContext rc) { }
- public static Mono.CSharp.TypeExpr ResolveParameterExpressionType(Mono.CSharp.IMemberContext ec, Mono.CSharp.Location location) { throw null; }
- public void SetIndex(int index) { }
- public void Warning_UselessOptionalParameter(Mono.CSharp.Report Report) { }
- [System.FlagsAttribute]
- public enum Modifier : byte
- {
- CallerFilePath = (byte)64,
- CallerLineNumber = (byte)32,
- CallerMask = (byte)112,
- CallerMemberName = (byte)16,
- ModifierMask = (byte)15,
- NONE = (byte)0,
- OUT = (byte)4,
- PARAMS = (byte)1,
- REF = (byte)2,
- RefOutMask = (byte)6,
- This = (byte)8,
- }
- }
- public abstract partial class ParameterBase : Mono.CSharp.Attributable
- {
- protected System.Reflection.Emit.ParameterBuilder builder;
- protected ParameterBase() { }
- public System.Reflection.Emit.ParameterBuilder Builder { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class ParameterData : Mono.CSharp.IParameterData
- {
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers) { }
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers, Mono.CSharp.Expression defaultValue) { }
- public Mono.CSharp.Expression DefaultValue { get { throw null; } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public partial class ParameterReference : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.ParametersBlock.ParameterInfo pi;
- public ParameterReference(Mono.CSharp.ParametersBlock.ParameterInfo pi, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- }
- public partial class ParametersBlock : Mono.CSharp.ExplicitBlock
- {
- protected System.Collections.Generic.Dictionary<string, object> labels;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.ParametersBlock.ParameterInfo[] parameter_info;
- protected bool resolved;
- protected Mono.CSharp.StateMachine state_machine;
- protected Mono.CSharp.ToplevelBlock top_block;
- public ParametersBlock(Mono.CSharp.Block parent, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public bool IsAsync { get { throw null; } set { } }
- public bool IsExpressionTree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public bool Resolved { get { throw null; } }
- public Mono.CSharp.StateMachine StateMachine { get { throw null; } }
- public int TemporaryLocalsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ToplevelBlock TopBlock { get { throw null; } set { } }
- public void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public Mono.CSharp.ParametersBlock ConvertToAsyncTask(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeDefinition host, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.ToplevelBlock ConvertToIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitEmbedded(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.LabeledStatement GetLabel(string name, Mono.CSharp.Block block) { throw null; }
- public Mono.CSharp.ParametersBlock.ParameterInfo GetParameterInfo(Mono.CSharp.Parameter p) { throw null; }
- public Mono.CSharp.ParameterReference GetParameterReference(int index, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Statement PerformClone() { throw null; }
- protected void ProcessParameters() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class ParameterInfo : Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public ParameterInfo(Mono.CSharp.ParametersBlock block, int index) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- Mono.CSharp.Block Mono.CSharp.INamedBlockVariable.Block { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- public Mono.CSharp.TypeSpec ParameterType { get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class ParametersCompiled : Mono.CSharp.AParametersCollection
- {
- public static readonly Mono.CSharp.ParametersCompiled EmptyReadOnlyParameters;
- public static readonly Mono.CSharp.ParametersCompiled Undefined;
- public ParametersCompiled(params Mono.CSharp.Parameter[] parameters) { }
- public ParametersCompiled(Mono.CSharp.Parameter[] parameters, bool has_arglist) { }
- public Mono.CSharp.Parameter this[int pos] { get { throw null; } }
- public void ApplyAttributes(Mono.CSharp.IMemberContext mc, System.Reflection.MethodBase builder) { }
- public void CheckConstraints(Mono.CSharp.IMemberContext mc) { }
- public void CheckParameters(Mono.CSharp.MemberCore member) { }
- public Mono.CSharp.ParametersCompiled Clone() { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.BlockContext ec, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter[] parameters, Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.AParametersCollection CreateFullyResolved(params Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateImplicitParameter(Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) { throw null; }
- public static int IsSameClsSignature(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter compilerParams, Mono.CSharp.TypeSpec compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter[] compilerParams, Mono.CSharp.TypeSpec[] compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled Prefix(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- public void ResolveDefaultValues(Mono.CSharp.MemberCore m) { }
- public void VerifyClsCompliance(Mono.CSharp.IMemberContext ctx) { }
- }
- public partial class ParametersImported : Mono.CSharp.AParametersCollection
- {
- public ParametersImported(Mono.CSharp.IParameterData[] param, Mono.CSharp.TypeSpec[] types, bool hasParams) { }
- public ParametersImported(Mono.CSharp.IParameterData[] parameters, Mono.CSharp.TypeSpec[] types, bool hasArglist, bool hasParams) { }
- }
- public partial class ParamsParameter : Mono.CSharp.Parameter
- {
- public ParamsParameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class ParenthesizedExpression : Mono.CSharp.ShimExpression
- {
- public ParenthesizedExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- }
- public partial class ParserSession
- {
- public readonly char[] IDBuilder;
- public readonly System.Collections.Generic.Dictionary<char[], string>[] Identifiers;
- public readonly char[] NumberBuilder;
- public readonly System.Collections.Generic.List<Mono.CSharp.Parameter> ParametersStack;
- public readonly char[] StreamReaderBuffer;
- public ParserSession() { }
- public Mono.CSharp.LocatedToken[] LocatedTokens { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocationsBag LocationsBag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UseJayGlobalArrays { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Security.Cryptography.MD5 GetChecksumAlgorithm() { throw null; }
- }
- public partial class PendingImplementation
- {
- internal PendingImplementation() { }
- public static Mono.CSharp.PendingImplementation GetPendingImplementations(Mono.CSharp.TypeDefinition container) { throw null; }
- public void ImplementMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, bool clear_one, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); }
- public Mono.CSharp.MethodSpec InterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec iType, Mono.CSharp.MethodData method, Mono.CSharp.PendingImplementation.Operation op, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public Mono.CSharp.MethodSpec IsInterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public bool VerifyPendingMethods() { throw null; }
- public enum Operation
- {
- ClearAll = 2,
- ClearOne = 1,
- Lookup = 0,
- }
- }
- public enum Platform
- {
- AnyCPU = 0,
- AnyCPU32Preferred = 1,
- Arm = 2,
- IA64 = 5,
- X64 = 4,
- X86 = 3,
- }
- public partial class PointerArithmetic : Mono.CSharp.Expression
- {
- public PointerArithmetic(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression l, Mono.CSharp.Expression r, Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class PredefinedAttribute : Mono.CSharp.PredefinedType
- {
- protected Mono.CSharp.MethodSpec ctor;
- public PredefinedAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(Mono.CSharp.MemberKind), default(string), default(string), default(int)) { }
- public Mono.CSharp.MethodSpec Constructor { get { throw null; } }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ConstructorBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ModuleBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public static bool operator !=(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public bool ResolveBuilder() { throw null; }
- }
- public partial class PredefinedAttributes
- {
- public readonly Mono.CSharp.PredefinedAttribute AssemblyAlgorithmId;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCompany;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCopyright;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCulture;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyDescription;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFileVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFlags;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyProduct;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyTrademark;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyVersion;
- public readonly Mono.CSharp.PredefinedStateMachineAttribute AsyncStateMachine;
- public readonly Mono.CSharp.PredefinedAttribute AttributeUsage;
- public readonly Mono.CSharp.PredefinedAttribute CallerFilePathAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerLineNumberAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerMemberNameAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CLSCompliant;
- public readonly Mono.CSharp.PredefinedAttribute CoClass;
- public readonly Mono.CSharp.PredefinedAttribute ComImport;
- public readonly Mono.CSharp.PredefinedAttribute CompilerGenerated;
- public readonly Mono.CSharp.PredefinedAttribute Conditional;
- public readonly Mono.CSharp.PredefinedDebuggableAttribute Debuggable;
- public readonly Mono.CSharp.PredefinedDebuggerBrowsableAttribute DebuggerBrowsable;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerHidden;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerStepThrough;
- public readonly Mono.CSharp.PredefinedDecimalAttribute DecimalConstant;
- public readonly Mono.CSharp.PredefinedAttribute DefaultCharset;
- public readonly Mono.CSharp.PredefinedAttribute DefaultMember;
- public readonly Mono.CSharp.PredefinedAttribute DefaultParameterValue;
- public readonly Mono.CSharp.PredefinedAttribute DllImport;
- public readonly Mono.CSharp.PredefinedDynamicAttribute Dynamic;
- public readonly Mono.CSharp.PredefinedAttribute Extension;
- public readonly Mono.CSharp.PredefinedAttribute FieldOffset;
- public readonly Mono.CSharp.PredefinedAttribute FixedBuffer;
- public readonly Mono.CSharp.PredefinedAttribute Guid;
- public readonly Mono.CSharp.PredefinedAttribute HostProtection;
- public readonly Mono.CSharp.PredefinedAttribute In;
- public readonly Mono.CSharp.PredefinedAttribute IndexerName;
- public readonly Mono.CSharp.PredefinedAttribute InternalsVisibleTo;
- public readonly Mono.CSharp.PredefinedAttribute MarshalAs;
- public readonly Mono.CSharp.PredefinedAttribute MethodImpl;
- public readonly Mono.CSharp.PredefinedAttribute Obsolete;
- public readonly Mono.CSharp.PredefinedAttribute OptionalParameter;
- public readonly Mono.CSharp.PredefinedAttribute Out;
- public readonly Mono.CSharp.PredefinedAttribute ParamArray;
- public readonly Mono.CSharp.PredefinedAttribute Required;
- public readonly Mono.CSharp.PredefinedAttribute RuntimeCompatibility;
- public readonly Mono.CSharp.PredefinedAttribute Security;
- public readonly Mono.CSharp.PredefinedAttribute StructLayout;
- public readonly Mono.CSharp.PredefinedAttribute TypeForwarder;
- public readonly Mono.CSharp.PredefinedAttribute UnmanagedFunctionPointer;
- public readonly Mono.CSharp.PredefinedAttribute UnsafeValueType;
- public readonly Mono.CSharp.PredefinedAttribute UnverifiableCode;
- public PredefinedAttributes(Mono.CSharp.ModuleContainer module) { }
- }
- public partial class PredefinedDebuggableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder, System.Diagnostics.DebuggableAttribute.DebuggingModes modes) { }
- }
- public partial class PredefinedDebuggerBrowsableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggerBrowsableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, System.Diagnostics.DebuggerBrowsableState state) { }
- }
- public partial class PredefinedDecimalAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDecimalAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedDynamicAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDynamicAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedMember<T> where T : Mono.CSharp.MemberSpec
- {
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypeSpec type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, Mono.CSharp.MemberFilter filter) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, params Mono.CSharp.PredefinedType[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, System.Func<Mono.CSharp.TypeSpec[]> typesBuilder, Mono.CSharp.TypeSpec returnType) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec type, Mono.CSharp.MemberFilter filter) { }
- public T Get() { throw null; }
- public T Resolve(Mono.CSharp.Location loc) { throw null; }
- }
- public partial class PredefinedStateMachineAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedStateMachineAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder, Mono.CSharp.StateMachine type) { }
- }
- public partial class PredefinedType
- {
- protected readonly Mono.CSharp.ModuleContainer module;
- protected Mono.CSharp.TypeSpec type;
- public PredefinedType(Mono.CSharp.BuiltinTypeSpec type) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity) { }
- public int Arity { get { throw null; } }
- public bool IsDefined { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeSpec { get { throw null; } }
- public bool Define() { throw null; }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.TypeSpec Resolve() { throw null; }
- public static Mono.CSharp.TypeSpec Resolve(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity, bool required, bool reportErrors) { throw null; }
- }
- public abstract partial class Probe : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- public Mono.CSharp.Expression ProbeType;
- protected Mono.CSharp.TypeSpec probe_type_expr;
- protected Probe(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected abstract string OperatorName { get; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected Mono.CSharp.Expression ResolveCommon(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Property : Mono.CSharp.PropertyBase
- {
- public Property(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public sealed partial class BackingField : Mono.CSharp.Field
- {
- public BackingField(Mono.CSharp.Property p, bool readOnly) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property OriginalProperty { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- }
- }
- public abstract partial class PropertyBase : Mono.CSharp.PropertyBasedMember
- {
- protected PropertyBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorFirst { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorSecond { get { throw null; } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Get { get { throw null; } set { } }
- public override bool IsUsed { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Set { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- protected bool DefineAccessors() { throw null; }
- protected void DefineBuilders(Mono.CSharp.MemberKind kind, Mono.CSharp.ParametersCompiled parameters) { }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- public override void PrepareEmit() { }
- protected override void SetMemberName(Mono.CSharp.MemberName new_name) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public partial class GetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- public GetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public abstract partial class PropertyMethod : Mono.CSharp.AbstractPropertyEventMethod
- {
- protected System.Reflection.MethodAttributes flags;
- protected readonly Mono.CSharp.PropertyBase method;
- public PropertyMethod(Mono.CSharp.PropertyBase method, string prefix, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCustomAccessModifier { get { throw null; } }
- public Mono.CSharp.PropertyBase Property { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class SetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- protected Mono.CSharp.ParametersCompiled parameters;
- public SetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- }
- public abstract partial class PropertyBasedMember : Mono.CSharp.InterfaceMemberBase
- {
- protected PropertyBasedMember(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected void CheckReservedNameConflict(string prefix, Mono.CSharp.MethodSpec accessor) { }
- public abstract void PrepareEmit();
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class PropertySpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public PropertySpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec Get { get { throw null; } set { } }
- public bool HasDifferentAccessibility { get { throw null; } }
- public bool HasGet { get { throw null; } }
- public bool HasSet { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.PropertyInfo MetaInfo { get { throw null; } }
- public Mono.CSharp.MethodSpec Set { get { throw null; } set { } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class QualifiedAliasMember : Mono.CSharp.MemberAccess
- {
- public static readonly string GlobalAlias;
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, int arity, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public string Alias { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.FullNamedExpression CreateExpressionFromAlias(Mono.CSharp.IMemberContext mc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Reachability
- {
- public bool IsUnreachable { get { throw null; } }
- public static Mono.CSharp.Reachability CreateUnreachable() { throw null; }
- public static Mono.CSharp.Reachability operator &(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- public static Mono.CSharp.Reachability operator |(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- }
- public partial class ReducedExpression : Mono.CSharp.Expression
- {
- internal ReducedExpression() { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Constant Create(Mono.CSharp.Constant expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr, bool canBeConstant) { throw null; }
- public static Mono.CSharp.ExpressionStatement Create(Mono.CSharp.ExpressionStatement s, Mono.CSharp.Expression orig) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public sealed partial class ReducedConstantExpression : Mono.CSharp.EmptyConstantCast
- {
- public ReducedConstantExpression(Mono.CSharp.Constant expr, Mono.CSharp.Expression orig_expr) : base (default(Mono.CSharp.Constant), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- }
- public sealed partial class ReflectionImporter : Mono.CSharp.MetadataImporter
- {
- public ReflectionImporter(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypes builtin) : base (default(Mono.CSharp.ModuleContainer)) { }
- public override void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec) { }
- protected override Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType) { throw null; }
- protected override bool HasVolatileModifier(System.Type[] modifiers) { throw null; }
- public void ImportAssembly(System.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) { }
- public Mono.CSharp.ImportedModuleDefinition ImportModule(System.Reflection.Module module, Mono.CSharp.RootNamespace targetNamespace) { throw null; }
- }
- public partial class RefTypeExpr : Mono.CSharp.ShimExpression
- {
- public RefTypeExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class RefValueExpr : Mono.CSharp.ShimExpression, Mono.CSharp.IAssignMethod
- {
- public RefValueExpr(Mono.CSharp.Expression expr, Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class Report
- {
- public static readonly int[] AllWarnings;
- public const int RuntimeErrorId = 10000;
- public Report(Mono.CSharp.CompilerContext context, Mono.CSharp.ReportPrinter printer) { }
- public int Errors { get { throw null; } }
- public bool IsDisabled { get { throw null; } }
- public Mono.CSharp.ReportPrinter Printer { get { throw null; } }
- public int Warnings { get { throw null; } }
- public bool CheckWarningCode(int code, Mono.CSharp.Location loc) { throw null; }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(int category, string message, params object[] args) { }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(string message, params object[] args) { }
- public void DisableReporting() { }
- public void EnableReporting() { }
- public void Error(int code, Mono.CSharp.Location loc, string error) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, params string[] args) { }
- public void Error(int code, string error) { }
- public void Error(int code, string format, string arg) { }
- public void Error(int code, string format, string arg1, string arg2) { }
- public void Error(int code, string format, params string[] args) { }
- public void ExtraInformation(Mono.CSharp.Location loc, string msg) { }
- public void FeatureIsNotAvailable(Mono.CSharp.CompilerContext compiler, Mono.CSharp.Location loc, string feature) { }
- public void FeatureIsNotSupported(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.WarningRegions RegisterWarningRegion(Mono.CSharp.Location location) { throw null; }
- public void RuntimeMissingSupport(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.ReportPrinter SetPrinter(Mono.CSharp.ReportPrinter printer) { throw null; }
- public void SymbolRelatedToPreviousError(Mono.CSharp.Location loc, string symbol) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberCore mc) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberSpec ms) { }
- public void SymbolRelatedToPreviousError(string loc) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string message) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, params object[] args) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string message) { }
- public void Warning(int code, int level, string format, string arg) { }
- public void Warning(int code, int level, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string format, params string[] args) { }
- }
- public abstract partial class ReportPrinter
- {
- protected System.Collections.Generic.HashSet<Mono.CSharp.ITypeDefinition> reported_missing_definitions;
- protected ReportPrinter() { }
- public int ErrorsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public virtual bool HasRelatedSymbolSupport { get { throw null; } }
- public int WarningsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected virtual string FormatText(string txt) { throw null; }
- public bool MissingTypeReported(Mono.CSharp.ITypeDefinition typeDefinition) { throw null; }
- public virtual void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- protected void Print(Mono.CSharp.AbstractMessage msg, System.IO.TextWriter output, bool showFullPath) { }
- public void Reset() { }
- }
- public partial class ResolveContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public Mono.CSharp.Block CurrentBlock;
- public Mono.CSharp.Expression CurrentInitializerVariable;
- protected Mono.CSharp.ResolveContext.Options flags;
- public readonly Mono.CSharp.IMemberContext MemberContext;
- public ResolveContext(Mono.CSharp.IMemberContext mc) { }
- public ResolveContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ResolveContext.Options options) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool ConstantCheckState { get { throw null; } }
- public virtual Mono.CSharp.ExplicitBlock ConstructorBlock { get { throw null; } }
- public Mono.CSharp.Iterator CurrentIterator { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsInProbingMode { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsRuntimeBinder { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public bool IsVariableCapturingRequired { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public bool HasAny(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public bool HasSet(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public bool MustCaptureVariable(Mono.CSharp.INamedBlockVariable local) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle Set(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle With(Mono.CSharp.ResolveContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AllCheckStateFlags = 3,
- BaseInitializer = 256,
- CatchScope = 8,
- CheckedScope = 1,
- CompoundAssignmentScope = 64,
- ConditionalAccessReceiver = 65536,
- ConstantCheckState = 2,
- ConstantScope = 1024,
- ConstructorScope = 2048,
- EnumScope = 512,
- ExpressionTreeConversion = 33554432,
- FieldInitializerScope = 32,
- FinallyScope = 16,
- FixedInitializerScope = 128,
- InferReturnType = 8388608,
- InvokeSpecialName = 67108864,
- LockScope = 8192,
- OmitDebuggingInfo = 16777216,
- ProbingMode = 4194304,
- TryScope = 16384,
- TryWithCatchScope = 32768,
- UnsafeScope = 4,
- UsingInitializerScope = 4096,
- }
- }
- [System.FlagsAttribute]
- public enum ResolveFlags
- {
- MaskExprClass = 15,
- MethodGroup = 4,
- Type = 2,
- TypeParameter = 8,
- VariableOrValue = 1,
- }
- public abstract partial class ResumableStatement : Mono.CSharp.Statement
- {
- protected System.Reflection.Emit.Label resume_point;
- protected ResumableStatement() { }
- public virtual void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- public virtual System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public System.Reflection.Emit.Label PrepareForEmit(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class Return : Mono.CSharp.ExitStatement
- {
- public Return(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } protected set { } }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ReturnParameter : Mono.CSharp.ParameterBase
- {
- public ReturnParameter(Mono.CSharp.MemberCore method, System.Reflection.Emit.MethodBuilder mb, Mono.CSharp.Location location) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- }
- public partial class RootContext
- {
- public RootContext() { }
- public static Mono.CSharp.ModuleContainer ToplevelTypes { get { throw null; } set { } }
- }
- public partial class RootNamespace : Mono.CSharp.Namespace
- {
- public RootNamespace(string alias_name) { }
- public string Alias { get { throw null; } }
- public static void Error_GlobalNamespaceRedefined(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.List<string> FindExtensionMethodNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public System.Collections.Generic.List<string> FindTypeNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void RegisterNamespace(Mono.CSharp.Namespace child) { }
- }
- public partial class RuntimeExplicitAssign : Mono.CSharp.Assign
- {
- public RuntimeExplicitAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class RuntimeValueExpression : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RuntimeValueExpression(Mono.CSharp.RuntimeValueExpression.DynamicMetaObject obj, Mono.CSharp.TypeSpec type) { }
- public bool IsSuggestionOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.RuntimeValueExpression.DynamicMetaObject MetaObject { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public partial class DynamicMetaObject
- {
- public System.Linq.Expressions.Expression Expression;
- public Mono.CSharp.TypeSpec LimitType;
- public Mono.CSharp.TypeSpec RuntimeType;
- public DynamicMetaObject() { }
- }
- }
- public enum RuntimeVersion
- {
- v1 = 0,
- v2 = 1,
- v4 = 2,
- }
- public partial class SByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly sbyte Value;
- public SByteConstant(Mono.CSharp.BuiltinTypes types, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public SByteConstant(Mono.CSharp.TypeSpec type, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SeekableStreamReader : System.IDisposable
- {
- public const int DefaultReadAheadSize = 2048;
- public SeekableStreamReader(System.IO.Stream stream, System.Text.Encoding encoding, char[] sharedBuffer=null) { }
- public int Position { get { throw null; } set { } }
- public void Dispose() { }
- public int Peek() { throw null; }
- public int Read() { throw null; }
- public char[] ReadChars(int fromPosition, int toPosition) { throw null; }
- }
- public abstract partial class ShimExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected ShimExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly short Value;
- public ShortConstant(Mono.CSharp.BuiltinTypes types, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ShortConstant(Mono.CSharp.TypeSpec type, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SideEffectConstant : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant value;
- public SideEffectConstant(Mono.CSharp.Constant value, Mono.CSharp.Expression side_effect, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class SimpleAssign : Mono.CSharp.Assign
- {
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class SimpleMemberName
- {
- public Mono.CSharp.Location Location;
- public string Value;
- public SimpleMemberName(string name, Mono.CSharp.Location loc) { }
- }
- public partial class SimpleName : Mono.CSharp.ATypeNameExpression
- {
- public SimpleName(string name, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, Mono.CSharp.TypeArguments args, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, int arity, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public void Error_NameDoesNotExist(Mono.CSharp.ResolveContext rc) { }
- protected virtual void Error_TypeOrNamespaceNotFound(Mono.CSharp.IMemberContext ctx) { }
- public Mono.CSharp.SimpleName GetMethodGroup() { throw null; }
- public bool IsPossibleTypeOrNamespace(Mono.CSharp.IMemberContext mc) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class SizeOf : Mono.CSharp.Expression
- {
- public SizeOf(Mono.CSharp.Expression queried_type, Mono.CSharp.Location l) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class SourceFile : System.IEquatable<Mono.CSharp.SourceFile>
- {
- public bool AutoGenerated;
- public readonly string FullPathName;
- public readonly int Index;
- public readonly string Name;
- public SourceFile(string name, string path, int index) { }
- public byte[] Checksum { get { throw null; } }
- public bool HasChecksum { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFileEntry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry CreateSymbolInfo(Mono.CompilerServices.SymbolWriter.MonoSymbolFile symwriter) { throw null; }
- public bool Equals(Mono.CSharp.SourceFile other) { throw null; }
- public bool IsHiddenLocation(Mono.CSharp.Location loc) { throw null; }
- public void RegisterHiddenScope(Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public void SetChecksum(byte[] checksum) { }
- public void SetChecksum(byte[] algorithmGuid, byte[] checksum) { }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum SpecialConstraint
- {
- Class = 8,
- Constructor = 4,
- None = 0,
- Struct = 16,
- }
- public partial class SpecialContraintExpr : Mono.CSharp.FullNamedExpression
- {
- public SpecialContraintExpr(Mono.CSharp.SpecialConstraint constraint, Mono.CSharp.Location loc) { }
- public Mono.CSharp.SpecialConstraint Constraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class StackAlloc : Mono.CSharp.Expression
- {
- public StackAlloc(Mono.CSharp.Expression type, Mono.CSharp.Expression count, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression CountExpression { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class StackFieldExpr : Mono.CSharp.FieldExpr, Mono.CSharp.IExpressionCleanup
- {
- public StackFieldExpr(Mono.CSharp.Field field) : base (default(Mono.CSharp.Location)) { }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- void Mono.CSharp.IExpressionCleanup.EmitCleanup(Mono.CSharp.EmitContext ec) { }
- public void PrepareCleanup(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class StateMachine : Mono.CSharp.AnonymousMethodStorey
- {
- protected StateMachine(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.ExplicitBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberBase), default(Mono.CSharp.TypeParameters), default(string), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.TypeParameters OriginalTypeParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Field PC { get { throw null; } }
- public Mono.CSharp.StateMachineMethod StateMachineMethod { get { throw null; } }
- public void AddEntryMethod(Mono.CSharp.StateMachineMethod method) { }
- protected override bool DoDefineMembers() { throw null; }
- protected override string GetVariableMangledName(Mono.CSharp.LocalVariable local_info) { throw null; }
- public enum State
- {
- After = -1,
- Running = -3,
- Start = 0,
- Uninitialized = -2,
- }
- }
- public abstract partial class StateMachineInitializer : Mono.CSharp.AnonymousExpression
- {
- protected System.Reflection.Emit.LocalBuilder current_pc;
- public readonly Mono.CSharp.TypeDefinition Host;
- protected System.Reflection.Emit.Label move_next_error;
- protected System.Reflection.Emit.Label move_next_ok;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected Mono.CSharp.StateMachine storey;
- protected StateMachineInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public System.Reflection.Emit.Label BodyEnd { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Reflection.Emit.LocalBuilder CurrentPC { get { throw null; } }
- public System.Reflection.Emit.LocalBuilder SkipFinally { get { throw null; } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt) { throw null; }
- protected virtual Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLeave(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- protected virtual void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public virtual void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- public void SetStateMachine(Mono.CSharp.StateMachine stateMachine) { }
- }
- public partial class StateMachineMethod : Mono.CSharp.Method
- {
- public StateMachineMethod(Mono.CSharp.StateMachine host, Mono.CSharp.StateMachineInitializer expr, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Block.Flags blockFlags) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- }
- public abstract partial class Statement
- {
- public Mono.CSharp.Location loc;
- protected bool reachable;
- protected Statement() { }
- public bool IsUnreachable { get { throw null; } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected void CheckExitBoundaries(Mono.CSharp.BlockContext bc, Mono.CSharp.Block scope) { }
- public Mono.CSharp.Statement Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected abstract void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target);
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected abstract void DoEmit(Mono.CSharp.EmitContext ec);
- protected abstract bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc);
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- protected void Error_FinallyClauseExit(Mono.CSharp.BlockContext bc) { }
- public bool FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public virtual Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public virtual bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementErrorExpression : Mono.CSharp.Statement
- {
- public StatementErrorExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementExpression : Mono.CSharp.Statement
- {
- public StatementExpression(Mono.CSharp.ExpressionStatement expr) { }
- public StatementExpression(Mono.CSharp.ExpressionStatement expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExpressionStatement Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StatementList : Mono.CSharp.Statement
- {
- public StatementList(Mono.CSharp.Statement first, Mono.CSharp.Statement second) { }
- public System.Collections.Generic.IList<Mono.CSharp.Statement> Statements { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Statement statement) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StreamReportPrinter : Mono.CSharp.ReportPrinter
- {
- public StreamReportPrinter(System.IO.TextWriter writer) { }
- public override void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- }
- public partial class StringConcat : Mono.CSharp.Expression
- {
- internal StringConcat() { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.StringConcat Create(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class StringConstant : Mono.CSharp.Constant
- {
- public StringConstant(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- protected StringConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public StringConstant(Mono.CSharp.TypeSpec type, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public string Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class StringLiteral : Mono.CSharp.StringConstant, Mono.CSharp.ILiteralConstant
- {
- public StringLiteral(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(string), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public sealed partial class Struct : Mono.CSharp.ClassOrStruct
- {
- public Struct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public abstract partial class StructuralVisitor
- {
- protected StructuralVisitor() { }
- public virtual object Visit(Mono.CSharp.AnonymousMethodExpression anonymousMethodExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Arglist argListExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArglistAccess argListAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayCreation arrayCreationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayInitializer arrayInitializer) { throw null; }
- public virtual object Visit(Mono.CSharp.As asExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Await awaitExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.BaseThis baseAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Binary binaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Block blockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockConstant blockConstantDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockVariable blockVariableDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BooleanExpression booleanExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Break breakStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Cast castExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Checked checkedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.CheckedExpr checkedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Class c) { }
- public virtual void Visit(Mono.CSharp.CompilationSourceFile csf) { }
- public virtual object Visit(Mono.CSharp.ComposedCast composedCast) { throw null; }
- public virtual object Visit(Mono.CSharp.CompoundAssign compoundAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.Conditional conditionalExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Const c) { }
- public virtual object Visit(Mono.CSharp.Constant constant) { throw null; }
- public virtual object Visit(Mono.CSharp.ConstInitializer constInitializer) { throw null; }
- public virtual void Visit(Mono.CSharp.Constructor c) { }
- public virtual object Visit(Mono.CSharp.Continue continueStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultParameterValueExpression defaultParameterValueExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultValueExpression defaultValueExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Delegate d) { }
- public virtual void Visit(Mono.CSharp.Destructor d) { }
- public virtual object Visit(Mono.CSharp.Do doStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.ElementAccess elementAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpression emptyExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpressionStatement emptyExpressionStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyStatement emptyStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Enum e) { }
- public virtual void Visit(Mono.CSharp.EnumMember em) { }
- public virtual object Visit(Mono.CSharp.ErrorExpression errorExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.EventField e) { }
- public virtual void Visit(Mono.CSharp.EventProperty ep) { }
- public virtual object Visit(Mono.CSharp.Expression expression) { throw null; }
- public virtual void Visit(Mono.CSharp.Field f) { }
- public virtual object Visit(Mono.CSharp.Fixed fixedStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.FixedField f) { }
- public virtual object Visit(Mono.CSharp.For forStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Foreach foreachStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Goto gotoStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoCase gotoCase) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoDefault gotoDefault) { throw null; }
- public virtual object Visit(Mono.CSharp.If ifStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Indexer i) { }
- public virtual object Visit(Mono.CSharp.Indirection indirectionExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Interface i) { }
- public virtual object Visit(Mono.CSharp.Invocation invocationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Is isExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.LabeledStatement labeledStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.LambdaExpression lambdaExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupBy groupBy) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupJoin groupJoin) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Join join) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Let let) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByAscending orderByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByDescending orderByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryExpression queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryStartClause queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Select select) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.SelectMany selectMany) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByAscending thenByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByDescending thenByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Where where) { throw null; }
- public virtual object Visit(Mono.CSharp.LocalVariableReference localVariableReference) { throw null; }
- public virtual object Visit(Mono.CSharp.Lock lockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.MakeRefExpr makeRefExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.MemberAccess memberAccess) { throw null; }
- public virtual void Visit(Mono.CSharp.MemberCore member) { }
- public virtual void Visit(Mono.CSharp.Method m) { }
- public virtual void Visit(Mono.CSharp.ModuleContainer module) { }
- public virtual void Visit(Mono.CSharp.NamespaceContainer ns) { }
- public virtual object Visit(Mono.CSharp.New newExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.NewAnonymousType newAnonymousType) { throw null; }
- public virtual object Visit(Mono.CSharp.NewInitialize newInitializeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Nullable.NullCoalescingOperator nullCoalescingOperator) { throw null; }
- public virtual void Visit(Mono.CSharp.Operator o) { }
- public virtual object Visit(Mono.CSharp.ParenthesizedExpression parenthesizedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Property p) { }
- public virtual object Visit(Mono.CSharp.QualifiedAliasMember qualifiedAliasMember) { throw null; }
- public virtual object Visit(Mono.CSharp.RefTypeExpr refTypeExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.RefValueExpr refValueExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.Return returnStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleAssign simpleAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleName simpleName) { throw null; }
- public virtual object Visit(Mono.CSharp.SizeOf sizeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StackAlloc stackAllocExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Statement stmt) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementErrorExpression errorStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementExpression statementExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementList statementList) { throw null; }
- public virtual void Visit(Mono.CSharp.Struct s) { }
- public virtual object Visit(Mono.CSharp.Switch switchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SwitchLabel switchLabel) { throw null; }
- public virtual object Visit(Mono.CSharp.This thisExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Throw throwStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryCatch tryCatchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryFinally tryFinallyStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeExpression typeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeOf typeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unary unaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.UnaryMutator unaryMutatorExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unchecked uncheckedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.UnCheckedExpr uncheckedExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unsafe unsafeStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Using usingStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.UsingAliasNamespace uan) { }
- public virtual void Visit(Mono.CSharp.UsingExternAlias uea) { }
- public virtual void Visit(Mono.CSharp.UsingNamespace un) { }
- public virtual object Visit(Mono.CSharp.While whileStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Yield yieldStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.YieldBreak yieldBreakStatement) { throw null; }
- }
- public partial class Switch : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression Expr;
- public Mono.CSharp.TypeSpec SwitchType;
- public Switch(Mono.CSharp.Expression e, Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.SwitchLabel ActiveLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.SwitchLabel DefaultLabel { get { throw null; } }
- public Mono.CSharp.VariableReference ExpressionValue { get { throw null; } }
- public bool IsNullable { get { throw null; } }
- public bool IsPatternMatching { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SwitchLabel> RegisteredLabels { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public static Mono.CSharp.TypeSpec[] CreateSwitchUserTypes(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec nullable) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public Mono.CSharp.SwitchLabel FindLabel(Mono.CSharp.Constant value) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterGotoCase(Mono.CSharp.GotoCase gotoCase, Mono.CSharp.Constant value) { }
- public void RegisterLabel(Mono.CSharp.BlockContext rc, Mono.CSharp.SwitchLabel sl) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override void SetEndReachable() { }
- }
- public abstract partial class SwitchGoto : Mono.CSharp.Statement
- {
- protected Mono.CSharp.Switch switch_statement;
- protected bool unwind_protect;
- protected SwitchGoto(Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected void Error_GotoCaseRequiresSwitchBlock(Mono.CSharp.BlockContext bc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class SwitchLabel : Mono.CSharp.Statement
- {
- public SwitchLabel(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Constant Converted { get { throw null; } set { } }
- public bool IsDefault { get { throw null; } }
- public Mono.CSharp.Expression Label { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PatternMatching { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SectionStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void Error_AlreadyOccurs(Mono.CSharp.ResolveContext ec, Mono.CSharp.SwitchLabel collision_with) { }
- public System.Reflection.Emit.Label GetILLabel(Mono.CSharp.EmitContext ec) { throw null; }
- public string GetSignatureForError() { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public enum Target
- {
- Exe = 1,
- Library = 0,
- Module = 2,
- WinExe = 3,
- }
- public partial class TemporaryVariableReference : Mono.CSharp.VariableReference
- {
- public TemporaryVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public Mono.CSharp.LocalVariable LocalInfo { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public static Mono.CSharp.TemporaryVariableReference Create(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source) { }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public partial class Declarator : Mono.CSharp.Statement
- {
- public Declarator(Mono.CSharp.TemporaryVariableReference variable) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- }
- public partial class This : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.VariableInfo variable_info;
- public This(Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- protected virtual void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public static bool IsThisAvailable(Mono.CSharp.ResolveContext ec, bool ignoreAnonymous) { throw null; }
- public virtual void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- public override void SetHasAddressTaken() { }
- }
- public partial class Throw : Mono.CSharp.Statement
- {
- public Throw(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Tokenizer
- {
- public bool CompleteOnEOF;
- public const int DocumentationXref = 1048579;
- public const int EvalCompilationUnitParserCharacter = 1048577;
- public const int EvalStatementParserCharacter = 1048576;
- public const int EvalUsingDeclarationsParserCharacter = 1048578;
- public const int MaxIdentifierLength = 512;
- public const int MaxNumberLength = 512;
- public bool parsing_attribute_section;
- public int parsing_block;
- public int parsing_declaration;
- public bool parsing_generic_declaration;
- public bool parsing_generic_declaration_doc;
- public bool parsing_modifiers;
- public int parsing_type;
- public Tokenizer(Mono.CSharp.SeekableStreamReader input, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session, Mono.CSharp.Report report) { }
- public bool ConstraintsParsing { get { throw null; } set { } }
- public Mono.CSharp.XmlCommentState doc_state { get { throw null; } set { } }
- public bool EventParsing { get { throw null; } set { } }
- public int Line { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PropertyParsing { get { throw null; } set { } }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public void check_incorrect_doc_comment() { }
- public void cleanup() { }
- public string consume_doc_comment() { throw null; }
- public void DiscardPosition() { }
- public bool IsEscapedIdentifier(Mono.CSharp.ATypeNameExpression name) { throw null; }
- public static bool IsKeyword(string s) { throw null; }
- public static bool IsValidIdentifier(string s) { throw null; }
- public int peek_token() { throw null; }
- public void PopPosition() { }
- public void PushPosition() { }
- public void putback(int c) { }
- public int token() { throw null; }
- public object value() { throw null; }
- public int xtoken() { throw null; }
- public partial class LocatedTokenBuffer
- {
- public int pos;
- public LocatedTokenBuffer() { }
- public LocatedTokenBuffer(Mono.CSharp.LocatedToken[] buffer) { }
- public Mono.CSharp.LocatedToken Create(Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- public Mono.CSharp.LocatedToken Create(string value, Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void CreateOptional(Mono.CSharp.SourceFile file, int row, int col, ref object token) { }
- }
- public enum PreprocessorDirective
- {
- CustomArgumentsParsing = 1024,
- Define = 2055,
- Elif = 2053,
- Else = 6,
- Endif = 4,
- Endregion = 2,
- Error = 9,
- If = 2051,
- Invalid = 0,
- Line = 1036,
- Pragma = 1035,
- Region = 1,
- RequiresArgument = 2048,
- Undef = 2056,
- Warning = 10,
- }
- }
- public partial class ToplevelBlock : Mono.CSharp.ParametersBlock
- {
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public bool IsIterator { get { throw null; } set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.ExplicitBlock> ThisReferencesFromChildrenBlock { get { throw null; } }
- public Mono.CSharp.LocalVariable ThisVariable { get { throw null; } }
- public void AddLabel(string name, Mono.CSharp.LabeledStatement label) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li, bool ignoreChildrenBlocks) { }
- public void AddThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void AddThisVariable(Mono.CSharp.BlockContext bc) { }
- public override void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Arguments GetAllParametersArguments() { throw null; }
- public bool GetLocalName(string name, Mono.CSharp.Block block, ref Mono.CSharp.INamedBlockVariable variable) { throw null; }
- public void IncludeBlock(Mono.CSharp.ParametersBlock pb, Mono.CSharp.ToplevelBlock block) { }
- public void RemoveThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public bool Resolve(Mono.CSharp.BlockContext bc, Mono.CSharp.IMethodData md) { throw null; }
- }
- public partial class TryCatch : Mono.CSharp.ExceptionStatement
- {
- public Mono.CSharp.Block Block;
- public TryCatch(Mono.CSharp.Block block, System.Collections.Generic.List<Mono.CSharp.Catch> catch_clauses, Mono.CSharp.Location l, bool inside_try_finally) : base (default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.Catch> Clauses { get { throw null; } }
- public bool IsTryCatchFinally { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TryFinally : Mono.CSharp.TryFinallyBlock
- {
- public TryFinally(Mono.CSharp.Statement stmt, Mono.CSharp.ExplicitBlock fini, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.ExplicitBlock FinallyBlock { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- public static System.Reflection.Emit.Label EmitRedirectedJump(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, System.Reflection.Emit.Label label, Mono.CSharp.Block labelBlock) { throw null; }
- public static System.Reflection.Emit.Label EmitRedirectedReturn(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer) { throw null; }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterForControlExitCheck(Mono.CSharp.DefiniteAssignmentBitSet vector) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public abstract partial class TryFinallyBlock : Mono.CSharp.ExceptionStatement
- {
- protected Mono.CSharp.Statement stmt;
- protected TryFinallyBlock(Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected virtual bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract void EmitFinallyBody(Mono.CSharp.EmitContext ec);
- public override void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- protected abstract void EmitTryBody(Mono.CSharp.EmitContext ec);
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class Tuple<T1, T2> : System.IEquatable<Mono.CSharp.Tuple<T1, T2>>
- {
- public Tuple(T1 item1, T2 item2) { }
- public T1 Item1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public T2 Item2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.Tuple<T1, T2> other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial class Tuple<T1, T2, T3> : System.IEquatable<Mono.CSharp.Tuple<T1, T2, T3>>
- {
- public Tuple(T1 item1, T2 item2, T3 item3) { }
- public T1 Item1 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public T2 Item2 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public T3 Item3 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.Tuple<T1, T2, T3> other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial class TypeArguments
- {
- public TypeArguments(params Mono.CSharp.FullNamedExpression[] types) { }
- public Mono.CSharp.TypeSpec[] Arguments { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public void Add(Mono.CSharp.FullNamedExpression type) { }
- public Mono.CSharp.TypeArguments Clone() { throw null; }
- public string GetSignatureForError() { throw null; }
- public virtual bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- }
- public abstract partial class TypeCast : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Expression child;
- protected TypeCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public abstract partial class TypeContainer : Mono.CSharp.MemberCore
- {
- protected System.Collections.Generic.List<Mono.CSharp.TypeContainer> containers;
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> defined_names;
- protected bool is_defined;
- public readonly Mono.CSharp.MemberKind Kind;
- protected TypeContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.IList<Mono.CSharp.TypeContainer> Containers { get { throw null; } }
- public int CounterAnonymousContainers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterAnonymousMethods { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterSwitchTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> DefinedNames { get { throw null; } }
- public Mono.CSharp.TypeDefinition PartialContainer { get { throw null; } protected set { } }
- public Mono.CSharp.Attributes UnattachedAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddCompilerGeneratedClass(Mono.CSharp.CompilerGeneratedContainer c) { }
- public virtual void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- protected void AddPartial(Mono.CSharp.TypeDefinition next_part, Mono.CSharp.TypeDefinition existing) { }
- public virtual void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected virtual void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public virtual void CloseContainer() { }
- public virtual bool CreateContainer() { throw null; }
- public virtual void CreateMetadataName(System.Text.StringBuilder sb) { }
- public override bool Define() { throw null; }
- public virtual bool DefineContainer() { throw null; }
- protected virtual void DefineNamespace() { }
- protected virtual void DoDefineContainer() { }
- public virtual void EmitContainer() { }
- protected void Error_MissingPartialModifier(Mono.CSharp.MemberCore type) { }
- public virtual void ExpandBaseInterfaces() { }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForMetadata() { throw null; }
- public virtual void PrepareEmit() { }
- public virtual void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- public virtual void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public abstract partial class TypeDefinition : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public int AnonymousMethodsCounter;
- protected Mono.CSharp.TypeSpec base_type;
- public const string DefaultIndexerName = "Item";
- public int DynamicSitesCounter;
- protected Mono.CSharp.FieldBase first_nonstatic_field;
- protected bool has_static_constructor;
- protected Mono.CSharp.TypeSpec[] iface_exprs;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_fields;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_static_fields;
- public int MethodGroupsCounter;
- protected bool requires_delayed_unmanagedtype_check;
- protected Mono.CSharp.TypeSpec spec;
- public System.Reflection.Emit.TypeBuilder TypeBuilder;
- protected System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> type_bases;
- protected TypeDefinition(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> BaseTypeExpressions { get { throw null; } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public Mono.CSharp.TypeSpec Definition { get { throw null; } }
- public override string DocComment { get { throw null; } set { } }
- public override string DocCommentHeader { get { throw null; } }
- public bool HasEquals { get { throw null; } }
- public bool HasExplicitLayout { get { throw null; } set { } }
- public bool HasGetHashCode { get { throw null; } }
- public bool HasInstanceConstructor { get { throw null; } set { } }
- public bool HasMembersDefined { get { throw null; } }
- public bool HasOperators { get { throw null; } set { } }
- public bool HasStaticFieldInitializer { get { throw null; } set { } }
- public bool HasStructLayout { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec[] Interfaces { get { throw null; } }
- public bool IsComImport { get { throw null; } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsPartial { get { throw null; } }
- public bool IsTopLevel { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.MemberCore> Members { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- string Mono.CSharp.ITypeDefinition.Namespace { get { throw null; } }
- Mono.CSharp.TypeParameterSpec[] Mono.CSharp.ITypeDefinition.TypeParameters { get { throw null; } }
- public Mono.CSharp.PendingImplementation PendingImplementations { get { throw null; } }
- public Mono.CSharp.Arguments PrimaryConstructorBaseArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Location PrimaryConstructorBaseArgumentsStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersCompiled PrimaryConstructorParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected virtual System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeParameters TypeParametersAll { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddConstructor(Mono.CSharp.Constructor c) { }
- public void AddConstructor(Mono.CSharp.Constructor c, bool isDefault) { }
- public bool AddField(Mono.CSharp.FieldBase field) { throw null; }
- public void AddIndexer(Mono.CSharp.Indexer i) { }
- public void AddMember(Mono.CSharp.MemberCore symbol) { }
- public virtual void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public void AddOperator(Mono.CSharp.Operator op) { }
- public void AddPartialPart(Mono.CSharp.TypeDefinition part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected override void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public override bool CreateContainer() { throw null; }
- public Mono.CSharp.MethodSpec CreateHoistedBaseCallProxy(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- public override void CreateMetadataName(System.Text.StringBuilder sb) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder CreateMethodSymbolEntry() { throw null; }
- public sealed override bool Define() { throw null; }
- protected bool DefineBaseTypes() { throw null; }
- protected override void DoDefineContainer() { }
- protected virtual bool DoDefineMembers() { throw null; }
- public void DoExpandBaseInterfaces() { }
- protected virtual bool DoResolveTypeParameters() { throw null; }
- public override void Emit() { }
- public sealed override void EmitContainer() { }
- public override void ExpandBaseInterfaces() { }
- public static string FilterNestedName(string name) { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public bool IsBaseTypeDefinition(Mono.CSharp.TypeSpec baseType) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public virtual bool IsUnmanagedType() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void Mark_HasEquals() { }
- public void Mark_HasGetHashCode() { }
- public bool MethodModifiersValid(Mono.CSharp.MemberCore mc) { throw null; }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override void PrepareEmit() { }
- public void RegisterFieldForInitialization(Mono.CSharp.MemberCore field, Mono.CSharp.FieldInitializer expression) { }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected virtual Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public void ResolveFieldInitializers(Mono.CSharp.BlockContext ec) { }
- public virtual void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- public void SetPredefinedSpec(Mono.CSharp.BuiltinTypeSpec spec) { }
- protected override bool VerifyClsCompliance() { throw null; }
- public bool VerifyImplements(Mono.CSharp.InterfaceMemberBase mb) { throw null; }
- public override void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct BaseContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public BaseContext(Mono.CSharp.TypeContainer tc) { throw null;}
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public abstract partial class TypeExpr : Mono.CSharp.FullNamedExpression
- {
- protected TypeExpr() { }
- protected sealed override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public sealed override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class TypeExpression : Mono.CSharp.TypeExpr
- {
- public TypeExpression(Mono.CSharp.TypeSpec t, Mono.CSharp.Location l) { }
- public sealed override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class TypeInferenceContext
- {
- public TypeInferenceContext() { }
- public TypeInferenceContext(Mono.CSharp.TypeSpec[] typeArguments) { }
- public Mono.CSharp.TypeSpec[] InferredTypeArguments { get { throw null; } }
- public bool UnfixedVariableExists { get { throw null; } }
- public void AddCommonTypeBound(Mono.CSharp.TypeSpec type) { }
- public void AddCommonTypeBoundAsync(Mono.CSharp.TypeSpec type) { }
- public int ExactInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public bool FixAllTypes(Mono.CSharp.ResolveContext ec) { throw null; }
- public bool FixDependentTypes(Mono.CSharp.ResolveContext ec, ref bool fixed_any) { throw null; }
- public bool FixIndependentTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec[] methodParameters, ref bool fixed_any) { throw null; }
- public bool FixType(Mono.CSharp.ResolveContext ec, int i) { throw null; }
- public bool HasBounds(int pos) { throw null; }
- public Mono.CSharp.TypeSpec InflateGenericArgument(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec parameter) { throw null; }
- public bool IsReturnTypeNonDependent(Mono.CSharp.MethodSpec invoke, Mono.CSharp.TypeSpec returnType) { throw null; }
- public int LowerBoundInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public int OutputTypeInference(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.TypeSpec t) { throw null; }
- protected enum BoundKind
- {
- Exact = 0,
- Lower = 1,
- Upper = 2,
- }
- }
- public partial class TypeInfo
- {
- internal TypeInfo() { }
- public readonly bool IsStruct;
- public readonly int Length;
- public readonly int Offset;
- public Mono.CSharp.TypeInfo[] SubStructInfo;
- public readonly int TotalLength;
- public int GetFieldIndex(string name) { throw null; }
- public Mono.CSharp.TypeInfo GetStructField(string name) { throw null; }
- public static Mono.CSharp.TypeInfo GetTypeInfo(Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.VariableInfo vi, Mono.CSharp.Location loc) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- }
- public partial class TypeOf : Mono.CSharp.Expression
- {
- public TypeOf(Mono.CSharp.FullNamedExpression queried_type, Mono.CSharp.Location l) { }
- public TypeOf(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeArgument { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class TypeParameter : Mono.CSharp.MemberCore, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public TypeParameter(Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.VarianceDecl variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec parentSpec, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(int index, Mono.CSharp.MemberName name, Mono.CSharp.Constraints constraints, Mono.CSharp.Attributes attrs, Mono.CSharp.Variance Variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Constraints Constraints { get { throw null; } set { } }
- public Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsMethodTypeParameter { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec Type { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public Mono.CSharp.VarianceDecl VarianceDecl { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool AddPartialConstraints(Mono.CSharp.TypeDefinition part, Mono.CSharp.TypeParameter tp) { throw null; }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public void CheckGenericConstraints(bool obsoleteCheck) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeContainer parent) { }
- public Mono.CSharp.TypeParameter CreateHoistedCopy(Mono.CSharp.TypeSpec declaringSpec) { throw null; }
- public override bool Define() { throw null; }
- public void Define(Mono.CSharp.TypeParameter tp) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder type) { }
- public override void Emit() { }
- public void EmitConstraints(System.Reflection.Emit.GenericTypeParameterBuilder builder) { }
- public void ErrorInvalidVariance(Mono.CSharp.IMemberContext mc, Mono.CSharp.Variance expected) { }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public bool ResolveConstraints(Mono.CSharp.IMemberContext context) { throw null; }
- public new void VerifyClsCompliance() { }
- public void WarningParentNameConflict(Mono.CSharp.TypeParameter conflict) { }
- }
- public partial class TypeParameterExpr : Mono.CSharp.TypeExpression
- {
- public TypeParameterExpr(Mono.CSharp.TypeParameter type_parameter, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeParameterInflator
- {
- public TypeParameterInflator(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec type, Mono.CSharp.TypeParameterSpec[] tparams, Mono.CSharp.TypeSpec[] targs) { throw null;}
- public TypeParameterInflator(Mono.CSharp.TypeParameterInflator nested, Mono.CSharp.TypeSpec type) { throw null;}
- public Mono.CSharp.IModuleContext Context { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeInstance { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class TypeParameterMutator
- {
- public TypeParameterMutator(Mono.CSharp.TypeParameters mvar, Mono.CSharp.TypeParameters var) { }
- public TypeParameterMutator(Mono.CSharp.TypeParameterSpec[] srcVar, Mono.CSharp.TypeParameters destVar) { }
- public Mono.CSharp.TypeParameters MethodTypeParameters { get { throw null; } }
- public static Mono.CSharp.TypeSpec GetMemberDeclaringType(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterSpec Mutate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeSpec ts) { throw null; }
- public Mono.CSharp.TypeSpec[] Mutate(Mono.CSharp.TypeSpec[] targs) { throw null; }
- }
- public partial class TypeParameters
- {
- public TypeParameters() { }
- public TypeParameters(int count) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeParameter this[int index] { get { throw null; } set { } }
- public Mono.CSharp.TypeParameterSpec[] Types { get { throw null; } }
- public void Add(Mono.CSharp.TypeParameter tparam) { }
- public void Add(Mono.CSharp.TypeParameters tparams) { }
- public void CheckPartialConstraints(Mono.CSharp.Method part) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, int parentOffset, Mono.CSharp.TypeContainer parent) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder[] builders) { }
- public Mono.CSharp.TypeParameter Find(string name) { throw null; }
- public string[] GetAllNames() { throw null; }
- public string GetSignatureForError() { throw null; }
- public void UpdateConstraints(Mono.CSharp.TypeDefinition part) { }
- public void VerifyClsCompliance() { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{DisplayDebugInfo()}")]
- public partial class TypeParameterSpec : Mono.CSharp.TypeSpec
- {
- public static readonly new Mono.CSharp.TypeParameterSpec[] EmptyTypes;
- public TypeParameterSpec(Mono.CSharp.TypeSpec declaringType, int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public TypeParameterSpec(int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public int DeclaredPosition { get { throw null; } set { } }
- public bool HasAnyTypeConstraint { get { throw null; } }
- public bool HasSpecialClass { get { throw null; } }
- public bool HasSpecialConstructor { get { throw null; } }
- public bool HasSpecialStruct { get { throw null; } }
- public bool HasTypeConstraint { get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public Mono.CSharp.TypeSpec[] InterfacesDefined { get { throw null; } set { } }
- public bool IsConstrained { get { throw null; } }
- public bool IsMethodOwned { get { throw null; } }
- public bool IsReferenceType { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.SpecialConstraint SpecialConstraint { get { throw null; } set { } }
- public new Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } set { } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public string DisplayDebugInfo() { throw null; }
- public Mono.CSharp.TypeSpec GetEffectiveBase() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool HasAnyTypeParameterConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public static bool HasAnyTypeParameterTypeConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public bool HasDependencyOn(Mono.CSharp.TypeSpec type) { throw null; }
- public bool HasSameConstraintsDefinition(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public bool HasSameConstraintsImplementation(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public void InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec tps) { }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec[] tparams) { throw null; }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints<T>(Mono.CSharp.TypeParameterSpec[] tparams, System.Func<T, Mono.CSharp.TypeParameterInflator> inflatorFactory, T arg) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- public bool IsConvertibleToInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- public partial class TypeSpec : Mono.CSharp.MemberSpec
- {
- protected Mono.CSharp.MemberCache cache;
- public static readonly Mono.CSharp.TypeSpec[] EmptyTypes;
- protected System.Collections.Generic.IList<Mono.CSharp.TypeSpec> ifaces;
- protected System.Type info;
- public TypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.ITypeDefinition definition, System.Type info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec BaseType { get { throw null; } set { } }
- public virtual Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public bool HasDynamicElement { get { throw null; } }
- public virtual System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } set { } }
- public bool IsArray { get { throw null; } }
- public virtual bool IsArrayGenericInterface { get { throw null; } set { } }
- public bool IsAttribute { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsConstantCompatible { get { throw null; } }
- public bool IsDelegate { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public virtual bool IsExpressionTreeType { get { throw null; } set { } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsGenericParameter { get { throw null; } }
- public virtual bool IsGenericTask { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsNullableType { get { throw null; } set { } }
- public bool IsPointer { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSpecialRuntimeType { get { throw null; } set { } }
- public bool IsStruct { get { throw null; } }
- public bool IsStructOrEnum { get { throw null; } }
- public bool IsTypeBuilder { get { throw null; } }
- public bool IsUnmanaged { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } set { } }
- public Mono.CSharp.MemberCache MemberCacheTypes { get { throw null; } }
- public new Mono.CSharp.ITypeDefinition MemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public virtual bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public bool AddInterfaceDefined(Mono.CSharp.TypeSpec iface) { throw null; }
- public static Mono.CSharp.TypeSpec[] GetAllTypeArguments(Mono.CSharp.TypeSpec type) { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public string GetExplicitNameSignatureForDocumentation() { throw null; }
- public virtual System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForErrorIncludingAssemblyName() { throw null; }
- protected virtual string GetTypeNameSignature() { throw null; }
- public bool ImplementsInterface(Mono.CSharp.TypeSpec iface, bool variantly) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected virtual void InitializeMemberCache(bool onlyTypes) { }
- public static bool IsBaseClass(Mono.CSharp.TypeSpec type, Mono.CSharp.TypeSpec baseClass, bool dynamicIsObject) { throw null; }
- public static bool IsNonNullableValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsReferenceType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public Mono.CSharp.InflatedTypeSpec MakeGenericType(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec[] targs) { throw null; }
- public virtual Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public void SetExtensionMethodContainer() { }
- public void SetMetaInfo(System.Type info) { }
- public void UpdateInflatedInstancesBaseType() { }
- }
- public partial class UIntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly uint Value;
- public UIntConstant(Mono.CSharp.BuiltinTypes types, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UIntConstant(Mono.CSharp.TypeSpec type, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class UIntLiteral : Mono.CSharp.UIntConstant, Mono.CSharp.ILiteralConstant
- {
- public UIntLiteral(Mono.CSharp.BuiltinTypes types, uint l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(uint), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ULongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ulong Value;
- public ULongConstant(Mono.CSharp.BuiltinTypes types, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ULongConstant(Mono.CSharp.TypeSpec type, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class ULongLiteral : Mono.CSharp.ULongConstant, Mono.CSharp.ILiteralConstant
- {
- public ULongLiteral(Mono.CSharp.BuiltinTypes types, ulong l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(ulong), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Unary : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public readonly Mono.CSharp.Unary.Operator Oper;
- public Unary(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[][] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.TypeSpec type) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public static void Error_Ambiguous(Mono.CSharp.ResolveContext rc, string oper, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.Unary.Operator oper) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- public enum Operator : byte
- {
- AddressOf = (byte)4,
- LogicalNot = (byte)2,
- OnesComplement = (byte)3,
- TOP = (byte)5,
- UnaryNegation = (byte)1,
- UnaryPlus = (byte)0,
- }
- }
- public partial class UnaryMutator : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression expr;
- public UnaryMutator(Mono.CSharp.UnaryMutator.Mode m, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.UnaryMutator.Mode UnaryMutatorMode { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected Mono.CSharp.Expression DoResolveOperation(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected virtual void EmitOperation(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public static string OperName(Mono.CSharp.UnaryMutator.Mode oper) { throw null; }
- [System.FlagsAttribute]
- public enum Mode : byte
- {
- IsDecrement = (byte)1,
- IsIncrement = (byte)0,
- IsPost = (byte)2,
- IsPre = (byte)0,
- PostDecrement = (byte)3,
- PostIncrement = (byte)2,
- PreDecrement = (byte)1,
- PreIncrement = (byte)0,
- }
- }
- public partial class UnboundTypeArguments : Mono.CSharp.TypeArguments
- {
- public UnboundTypeArguments(int arity) : base (default(Mono.CSharp.FullNamedExpression[])) { }
- public override bool IsEmpty { get { throw null; } }
- public override bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- }
- public partial class UnboxCast : Mono.CSharp.TypeCast
- {
- public UnboxCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Unchecked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unchecked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UnCheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public UnCheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Undo
- {
- public Undo() { }
- public void AddTypeContainer(Mono.CSharp.TypeContainer current_container, Mono.CSharp.TypeDefinition tc) { }
- public void ExecuteUndo() { }
- }
- public partial class UnixUtils
- {
- public UnixUtils() { }
- public static bool isatty(int fd) { throw null; }
- }
- public partial class UnreachableExpression : Mono.CSharp.Expression
- {
- public UnreachableExpression(Mono.CSharp.Expression expr) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unsafe : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unsafe(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UserCast : Mono.CSharp.Expression
- {
- public UserCast(Mono.CSharp.MethodSpec method, Mono.CSharp.Expression source, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Source { get { throw null; } set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UserOperatorCall : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Arguments arguments;
- protected readonly Mono.CSharp.MethodSpec oper;
- public UserOperatorCall(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments args, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext context, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ushort Value;
- public UShortConstant(Mono.CSharp.BuiltinTypes types, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UShortConstant(Mono.CSharp.TypeSpec type, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Using : Mono.CSharp.TryFinallyBlock
- {
- public Using(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Using(Mono.CSharp.Using.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public bool IsNested { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected virtual void CheckIDiposableConversion(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- protected virtual Mono.CSharp.Statement CreateDisposeCall(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable lv) { throw null; }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ResolveDeclaratorInitializer(Mono.CSharp.BlockContext bc) { }
- public Mono.CSharp.Expression ResolveExpression(Mono.CSharp.BlockContext bc) { throw null; }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- public Mono.CSharp.Statement RewriteUsingDeclarators(Mono.CSharp.BlockContext bc, Mono.CSharp.Statement stmt) { throw null; }
- }
- }
- public partial class UsingAliasNamespace : Mono.CSharp.UsingNamespace
- {
- public UsingAliasNamespace(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AliasContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public AliasContext(Mono.CSharp.NamespaceContainer ns) { throw null;}
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class UsingExternAlias : Mono.CSharp.UsingAliasNamespace
- {
- public UsingExternAlias(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.Location loc) : base (default(Mono.CSharp.SimpleMemberName), default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingNamespace
- {
- protected Mono.CSharp.FullNamedExpression resolved;
- public UsingNamespace(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) { }
- public virtual Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression NamespaceExpression { get { throw null; } }
- public Mono.CSharp.FullNamedExpression ResolvedExpression { get { throw null; } }
- public virtual void Define(Mono.CSharp.NamespaceContainer ctx) { }
- public string GetSignatureForError() { throw null; }
- public override string ToString() { throw null; }
- }
- public delegate void ValueModificationHandler(string variableName, int row, int column, object value);
- public partial class VariableInfo
- {
- internal VariableInfo() { }
- public bool IsParameter;
- public bool IsEverAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable variable) { throw null; }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.Parameter parameter) { throw null; }
- public Mono.CSharp.VariableInfo GetStructFieldInfo(string fieldName) { throw null; }
- public bool IsAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc) { throw null; }
- public bool IsStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { throw null; }
- public void SetAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, bool generatedAssignment) { }
- public void SetStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class VariableReference : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected VariableReference() { }
- public abstract bool IsFixed { get; }
- public bool IsHoisted { get { throw null; } }
- public abstract bool IsLockedByStatement { get; set; }
- public abstract bool IsRef { get; }
- public abstract string Name { get; }
- protected abstract Mono.CSharp.ILocalVariable Variable { get; }
- public abstract Mono.CSharp.VariableInfo VariableInfo { get; }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool prepare_for_load) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae);
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract void SetHasAddressTaken();
- }
- public enum Variance
- {
- Contravariant = -1,
- Covariant = 1,
- None = 0,
- }
- public partial class VarianceDecl
- {
- public VarianceDecl(Mono.CSharp.Variance variance, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Variance Variance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static Mono.CSharp.Variance CheckTypeVariance(Mono.CSharp.TypeSpec t, Mono.CSharp.Variance expected, Mono.CSharp.IMemberContext member) { throw null; }
- }
- public partial class WarningRegions
- {
- public WarningRegions() { }
- public bool IsWarningEnabled(int code, int src_line) { throw null; }
- public void WarningDisable(Mono.CSharp.Location location, int code, Mono.CSharp.Report Report) { }
- public void WarningDisable(int line) { }
- public void WarningEnable(Mono.CSharp.Location location, int code, Mono.CSharp.CompilerContext context) { }
- public void WarningEnable(int line) { }
- }
- public partial class While : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public While(Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Statement statement, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- }
- public enum XmlCommentState
- {
- Allowed = 0,
- Error = 2,
- NotAllowed = 1,
- }
- public partial class Yield : Mono.CSharp.YieldStatement<Mono.CSharp.Iterator>
- {
- public Yield(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public static bool CheckContext(Mono.CSharp.BlockContext bc, Mono.CSharp.Location loc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class YieldBreak : Mono.CSharp.ExitStatement
- {
- public YieldBreak(Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public abstract partial class YieldStatement<T> : Mono.CSharp.ResumableStatement where T : Mono.CSharp.StateMachineInitializer
- {
- protected Mono.CSharp.Expression expr;
- protected T machine_initializer;
- protected bool unwind_protect;
- protected YieldStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void RegisterResumePoint() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
-}
-namespace Mono.CSharp.Linq
-{
- public abstract partial class AQueryClause : Mono.CSharp.ShimExpression
- {
- public Mono.CSharp.Linq.QueryBlock block;
- public Mono.CSharp.Linq.AQueryClause next;
- protected AQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- protected abstract string MethodName { get; }
- public Mono.CSharp.Linq.AQueryClause Next { set { } }
- public Mono.CSharp.Linq.AQueryClause Tail { get { throw null; } }
- public virtual Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected virtual void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- protected virtual Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected Mono.CSharp.Invocation CreateQueryExpression(Mono.CSharp.Expression lSide, Mono.CSharp.Arguments arguments) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected partial class QueryExpressionAccess : Mono.CSharp.MemberAccess
- {
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- protected override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- }
- protected partial class QueryExpressionInvocation : Mono.CSharp.Invocation, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- public QueryExpressionInvocation(Mono.CSharp.Linq.AQueryClause.QueryExpressionAccess expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- }
- public abstract partial class ARangeVariableQueryClause : Mono.CSharp.Linq.AQueryClause
- {
- protected Mono.CSharp.Linq.RangeVariable identifier;
- protected ARangeVariableQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.RangeVariable Identifier { get { throw null; } }
- public Mono.CSharp.FullNamedExpression IdentifierType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected Mono.CSharp.Invocation CreateCastExpression(Mono.CSharp.Expression lSide) { throw null; }
- protected override Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected static Mono.CSharp.Expression CreateRangeVariableType(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter parameter, Mono.CSharp.Linq.RangeVariable name, Mono.CSharp.Expression init) { throw null; }
- protected virtual Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class GroupBy : Mono.CSharp.Linq.AQueryClause
- {
- public GroupBy(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression elementSelector, Mono.CSharp.Linq.QueryBlock elementBlock, Mono.CSharp.Expression keySelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Expression SelectorExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class GroupJoin : Mono.CSharp.Linq.Join
- {
- public GroupJoin(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Linq.RangeVariable into, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class Join : Mono.CSharp.Linq.SelectMany
- {
- public Join(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.QueryBlock InnerSelector { get { throw null; } }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Linq.QueryBlock OuterSelector { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class Let : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public Let(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class OrderByAscending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class OrderByDescending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class QueryBlock : Mono.CSharp.ParametersBlock
- {
- public QueryBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public void AddRangeVariable(Mono.CSharp.Linq.RangeVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public override void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void SetParameter(Mono.CSharp.Parameter parameter) { }
- public void SetParameters(Mono.CSharp.Parameter first, Mono.CSharp.Parameter second) { }
- public sealed partial class TransparentParameter : Mono.CSharp.ImplicitLambdaParameter
- {
- public static int Counter;
- public readonly string Identifier;
- public readonly Mono.CSharp.Parameter Parent;
- public TransparentParameter(Mono.CSharp.Parameter parent, Mono.CSharp.Linq.RangeVariable identifier) : base (default(string), default(Mono.CSharp.Location)) { }
- public static void Reset() { }
- }
- }
- public partial class QueryExpression : Mono.CSharp.Linq.AQueryClause
- {
- public QueryExpression(Mono.CSharp.Linq.AQueryClause start) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parentParameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class QueryStartClause : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public QueryStartClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public sealed partial class RangeVariable : Mono.CSharp.INamedBlockVariable
- {
- public RangeVariable(string name, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Block Block { get { throw null; } set { } }
- public bool IsDeclared { get { throw null; } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- public partial class Select : Mono.CSharp.Linq.AQueryClause
- {
- public Select(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public bool IsRequired(Mono.CSharp.Parameter parameter) { throw null; }
- }
- public partial class SelectMany : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public SelectMany(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class ThenByAscending : Mono.CSharp.Linq.OrderByAscending
- {
- public ThenByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ThenByDescending : Mono.CSharp.Linq.OrderByDescending
- {
- public ThenByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Where : Mono.CSharp.Linq.AQueryClause
- {
- public Where(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
-}
-namespace Mono.CSharp.Nullable
-{
- public partial class LiftedConversion : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Expression unwrap, Mono.CSharp.TypeSpec type) { }
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Nullable.Unwrap unwrap, Mono.CSharp.TypeSpec type) { }
- public override bool IsNull { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class LiftedNull : Mono.CSharp.NullConstant, Mono.CSharp.IMemoryLocation
- {
- internal LiftedNull() : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- public static Mono.CSharp.Constant Create(Mono.CSharp.TypeSpec nullable, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Constant CreateFromExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression e) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class LiftedUnaryOperator : Mono.CSharp.Unary, Mono.CSharp.IMemoryLocation
- {
- public LiftedUnaryOperator(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected override Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class NullableType : Mono.CSharp.TypeExpr
- {
- public NullableType(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class NullCoalescingOperator : Mono.CSharp.Expression
- {
- public NullCoalescingOperator(Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public Mono.CSharp.Expression RightExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unwrap : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public Unwrap(Mono.CSharp.Expression expr, bool useDefaultValue=true) { }
- public override bool IsNull { get { throw null; } }
- public Mono.CSharp.Expression Original { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr) { throw null; }
- public static Mono.CSharp.Nullable.Unwrap Create(Mono.CSharp.Expression expr, bool useDefaultValue) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.Expression CreateUnwrapped(Mono.CSharp.Expression expr) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCheck(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public void Load(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public partial class UnwrapCall : Mono.CSharp.CompositeExpression
- {
- public UnwrapCall(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Wrap : Mono.CSharp.TypeCast
- {
- internal Wrap() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
-}
diff --git a/src/v2.0/Mono.Cairo.cs b/src/v2.0/Mono.Cairo.cs
deleted file mode 100644
index 4522360..0000000
--- a/src/v2.0/Mono.Cairo.cs
+++ /dev/null
@@ -1,729 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Cairo
-{
- [System.SerializableAttribute]
- public enum Antialias
- {
- Default = 0,
- Gray = 2,
- None = 1,
- Subpixel = 3,
- }
- public static partial class CairoAPI
- {
- public static int Version { get { throw null; } }
- public static string VersionString { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Color
- {
- public Color(double r, double g, double b) { throw null;}
- public Color(double r, double g, double b, double a) { throw null;}
- public double A { get { throw null; } set { } }
- public double B { get { throw null; } set { } }
- public double G { get { throw null; } set { } }
- public double R { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Content
- {
- Alpha = 8192,
- Color = 4096,
- ColorAlpha = 12288,
- }
- public partial class Context : System.IDisposable
- {
- public Context(Cairo.Surface surface) { }
- [System.ObsoleteAttribute]
- public Context(System.IntPtr state) { }
- public Context(System.IntPtr handle, bool owner) { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetSourceColor method")]
- public Cairo.Color Color { set { } }
- [System.ObsoleteAttribute("Use SetSourceRGBA method")]
- public Cairo.Color ColorRgb { set { } }
- [System.ObsoleteAttribute("Use GetFontFace/SetFontFace")]
- public Cairo.FontFace ContextFontFace { get { throw null; } set { } }
- public Cairo.PointD CurrentPoint { get { throw null; } }
- public Cairo.FillRule FillRule { get { throw null; } set { } }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } set { } }
- public Cairo.FontOptions FontOptions { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public double FontSize { set { } }
- [System.ObsoleteAttribute("Use GetGroupTarget()")]
- public Cairo.Surface GroupTarget { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool HasCurrentPoint { get { throw null; } }
- public Cairo.LineCap LineCap { get { throw null; } set { } }
- public Cairo.LineJoin LineJoin { get { throw null; } set { } }
- public double LineWidth { get { throw null; } set { } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public double MiterLimit { get { throw null; } set { } }
- public Cairo.Operator Operator { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/GetSource")]
- public Cairo.Pattern Pattern { get { throw null; } set { } }
- public uint ReferenceCount { get { throw null; } }
- [System.ObsoleteAttribute("Use GetScaledFont/SetScaledFont")]
- public Cairo.ScaledFont ScaledFont { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/GetSource")]
- public Cairo.Pattern Source { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use GetTarget/SetTarget")]
- public Cairo.Surface Target { get { throw null; } set { } }
- public double Tolerance { get { throw null; } set { } }
- public void AppendPath(Cairo.Path path) { }
- public void Arc(double xc, double yc, double radius, double angle1, double angle2) { }
- public void ArcNegative(double xc, double yc, double radius, double angle1, double angle2) { }
- public void Clip() { }
- public void ClipPreserve() { }
- public void ClosePath() { }
- public void CopyPage() { }
- public Cairo.Path CopyPath() { throw null; }
- public Cairo.Path CopyPathFlat() { throw null; }
- public void CurveTo(Cairo.PointD p1, Cairo.PointD p2, Cairo.PointD p3) { }
- public void CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) { }
- public void DeviceToUser(ref double x, ref double y) { }
- public void DeviceToUserDistance(ref double dx, ref double dy) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Fill() { }
- public Cairo.Rectangle FillExtents() { throw null; }
- public void FillPreserve() { }
- ~Context() { }
- [System.ObsoleteAttribute("Use SelectFontFace() instead.")]
- public void FontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public void FontSetSize(double scale) { }
- public Cairo.FontFace GetContextFontFace() { throw null; }
- public Cairo.Surface GetGroupTarget() { throw null; }
- public Cairo.ScaledFont GetScaledFont() { throw null; }
- public Cairo.Pattern GetSource() { throw null; }
- public Cairo.Surface GetTarget() { throw null; }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- public void GlyphPath(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use GlyphPath(Glyphs []) instead")]
- public void GlyphPath(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void IdentityMatrix() { }
- public bool InClip(double x, double y) { throw null; }
- public bool InFill(double x, double y) { throw null; }
- public bool InStroke(double x, double y) { throw null; }
- [System.ObsoleteAttribute("Use DeviceToUserDistance instead")]
- public void InverseTransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use InverseTransformPoint instead")]
- public void InverseTransformPoint(ref double x, ref double y) { }
- public void LineTo(Cairo.PointD p) { }
- public void LineTo(double x, double y) { }
- public void Mask(Cairo.Pattern pattern) { }
- public void MaskSurface(Cairo.Surface surface, double surface_x, double surface_y) { }
- public void MoveTo(Cairo.PointD p) { }
- public void MoveTo(double x, double y) { }
- public void NewPath() { }
- public void NewSubPath() { }
- public void Paint() { }
- public void PaintWithAlpha(double alpha) { }
- public Cairo.Pattern PopGroup() { throw null; }
- public void PopGroupToSource() { }
- public void PushGroup() { }
- public void PushGroup(Cairo.Content content) { }
- public void Rectangle(Cairo.PointD p, double width, double height) { }
- public void Rectangle(Cairo.Rectangle rectangle) { }
- public void Rectangle(double x, double y, double width, double height) { }
- public void RelCurveTo(Cairo.Distance d1, Cairo.Distance d2, Cairo.Distance d3) { }
- public void RelCurveTo(double dx1, double dy1, double dx2, double dy2, double dx3, double dy3) { }
- public void RelLineTo(Cairo.Distance d) { }
- public void RelLineTo(double dx, double dy) { }
- public void RelMoveTo(Cairo.Distance d) { }
- public void RelMoveTo(double dx, double dy) { }
- public void ResetClip() { }
- public void Restore() { }
- public void Rotate(double angle) { }
- public void Save() { }
- public void Scale(double sx, double sy) { }
- public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- public void SetContextFontFace(Cairo.FontFace value) { }
- public void SetDash(double[] dashes, double offset) { }
- public void SetFontSize(double scale) { }
- public void SetScaledFont(Cairo.ScaledFont font) { }
- public void SetSource(Cairo.Pattern source) { }
- public void SetSource(Cairo.Surface source) { }
- public void SetSource(Cairo.Surface source, double x, double y) { }
- public void SetSourceColor(Cairo.Color color) { }
- public void SetSourceRGB(double r, double g, double b) { }
- public void SetSourceRGBA(double r, double g, double b, double a) { }
- public void SetSourceSurface(Cairo.Surface source, int x, int y) { }
- public void SetTarget(Cairo.Surface target) { }
- public void ShowGlyphs(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use ShowGlyphs(Glyphs []) instead")]
- public void ShowGlyphs(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void ShowPage() { }
- public void ShowText(byte[] utf8) { }
- public void ShowText(string str) { }
- public void Stroke() { }
- public Cairo.Rectangle StrokeExtents() { throw null; }
- public void StrokePreserve() { }
- public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; }
- public Cairo.TextExtents TextExtents(string s) { throw null; }
- public void TextPath(byte[] utf8) { }
- public void TextPath(string str) { }
- public void Transform(Cairo.Matrix m) { }
- [System.ObsoleteAttribute("Use UserToDeviceDistance instead")]
- public void TransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use UserToDevice instead")]
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- public void UserToDevice(ref double x, ref double y) { }
- public void UserToDeviceDistance(ref double dx, ref double dy) { }
- }
- public partial class DirectFBSurface : Cairo.Surface
- {
- public DirectFBSurface(System.IntPtr dfb, System.IntPtr dfb_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Distance
- {
- public Distance(double dx, double dy) { throw null;}
- public double Dx { get { throw null; } set { } }
- public double Dy { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Extend
- {
- None = 0,
- Pad = 3,
- Reflect = 2,
- Repeat = 1,
- }
- [System.SerializableAttribute]
- public enum FillRule
- {
- EvenOdd = 1,
- Winding = 0,
- }
- [System.SerializableAttribute]
- public enum Filter
- {
- Best = 2,
- Bilinear = 4,
- Fast = 0,
- Gaussian = 5,
- Good = 1,
- Nearest = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FontExtents
- {
- public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAdvance) { throw null;}
- public double Ascent { get { throw null; } set { } }
- public double Descent { get { throw null; } set { } }
- public double Height { get { throw null; } set { } }
- public double MaxXAdvance { get { throw null; } set { } }
- public double MaxYAdvance { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- }
- public partial class FontFace : System.IDisposable
- {
- [System.ObsoleteAttribute]
- public FontFace(System.IntPtr handle) { }
- public FontFace(System.IntPtr handle, bool owned) { }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~FontFace() { }
- }
- public partial class FontOptions : System.IDisposable
- {
- public FontOptions() { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.HintMetrics HintMetrics { get { throw null; } set { } }
- public Cairo.HintStyle HintStyle { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SubpixelOrder SubpixelOrder { get { throw null; } set { } }
- public Cairo.FontOptions Copy() { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object other) { throw null; }
- ~FontOptions() { }
- public override int GetHashCode() { throw null; }
- public void Merge(Cairo.FontOptions other) { }
- public static bool operator ==(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- public static bool operator !=(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- }
- [System.SerializableAttribute]
- public enum FontSlant
- {
- Italic = 1,
- Normal = 0,
- Oblique = 2,
- }
- [System.SerializableAttribute]
- public enum FontType
- {
- Atsui = 3,
- FreeType = 1,
- Toy = 0,
- Win32 = 2,
- }
- [System.SerializableAttribute]
- public enum FontWeight
- {
- Bold = 1,
- Normal = 0,
- }
- [System.SerializableAttribute]
- public enum Format
- {
- A1 = 3,
- A8 = 2,
- Argb32 = 0,
- ARGB32 = 0,
- Rgb16565 = 4,
- Rgb24 = 1,
- RGB24 = 1,
- }
- public partial class GlitzSurface : Cairo.Surface
- {
- public GlitzSurface(System.IntPtr glitz_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Glyph
- {
- public Glyph(long index, double x, double y) { throw null;}
- public long Index { get { throw null; } set { } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- public static bool operator !=(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- }
- public partial class Gradient : Cairo.Pattern
- {
- [System.ObsoleteAttribute]
- protected Gradient() { }
- protected Gradient(System.IntPtr handle, bool owned) { }
- public int ColorStopCount { get { throw null; } }
- public Cairo.Status AddColorStop(double offset, Cairo.Color c) { throw null; }
- public Cairo.Status AddColorStopRgb(double offset, Cairo.Color c) { throw null; }
- }
- [System.ObsoleteAttribute("Renamed Cairo.Context per suggestion from cairo binding guidelines.")]
- public partial class Graphics : Cairo.Context
- {
- public Graphics(Cairo.Surface surface) : base (default(Cairo.Surface)) { }
- public Graphics(System.IntPtr state) : base (default(Cairo.Surface)) { }
- }
- [System.SerializableAttribute]
- public enum HintMetrics
- {
- Default = 0,
- Off = 1,
- On = 2,
- }
- [System.SerializableAttribute]
- public enum HintStyle
- {
- Default = 0,
- Full = 4,
- Medium = 3,
- None = 1,
- Slight = 2,
- }
- public partial class ImageSurface : Cairo.Surface
- {
- public ImageSurface(Cairo.Format format, int width, int height) { }
- public ImageSurface(byte[] data, Cairo.Format format, int width, int height, int stride) { }
- [System.ObsoleteAttribute("Use ImageSurface (byte[] data, Cairo.Format format, int width, int height, int stride)")]
- public ImageSurface(ref byte[] data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(System.IntPtr data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(string filename) { }
- public byte[] Data { get { throw null; } }
- public System.IntPtr DataPtr { get { throw null; } }
- public Cairo.Format Format { get { throw null; } }
- public int Height { get { throw null; } }
- public int Stride { get { throw null; } }
- public int Width { get { throw null; } }
- }
- public partial class LinearGradient : Cairo.Gradient
- {
- public LinearGradient(double x0, double y0, double x1, double y1) { }
- public Cairo.PointD[] LinearPoints { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum LineCap
- {
- Butt = 0,
- Round = 1,
- Square = 2,
- }
- [System.SerializableAttribute]
- public enum LineJoin
- {
- Bevel = 2,
- Miter = 0,
- Round = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Matrix : System.ICloneable
- {
- public double X0;
- public double Xx;
- public double Xy;
- public double Y0;
- public double Yx;
- public double Yy;
- public Matrix() { }
- public Matrix(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public void Init(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public void InitIdentity() { }
- public void InitRotate(double radians) { }
- public void InitScale(double sx, double sy) { }
- public void InitTranslate(double tx, double ty) { }
- public Cairo.Status Invert() { throw null; }
- public bool IsIdentity() { throw null; }
- public void Multiply(Cairo.Matrix b) { }
- public static Cairo.Matrix Multiply(Cairo.Matrix a, Cairo.Matrix b) { throw null; }
- public static bool operator ==(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public static bool operator !=(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public void Rotate(double radians) { }
- public void Scale(double sx, double sy) { }
- public override string ToString() { throw null; }
- public void TransformDistance(ref double dx, ref double dy) { }
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- }
- [System.SerializableAttribute]
- public enum Operator
- {
- Add = 12,
- Atop = 5,
- Clear = 0,
- Dest = 6,
- DestAtop = 10,
- DestIn = 8,
- DestOut = 9,
- DestOver = 7,
- In = 3,
- Out = 4,
- Over = 2,
- Saturate = 13,
- Source = 1,
- Xor = 11,
- }
- public partial class Path : System.IDisposable
- {
- internal Path() { }
- public System.IntPtr Handle { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Path() { }
- }
- public partial class Pattern : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected System.IntPtr pattern;
- [System.ObsoleteAttribute]
- protected Pattern() { }
- [System.ObsoleteAttribute("Use the SurfacePattern constructor")]
- public Pattern(Cairo.Surface surface) { }
- public Cairo.Extend Extend { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public Cairo.PatternType PatternType { get { throw null; } }
- [System.ObsoleteAttribute]
- public System.IntPtr Pointer { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Pattern() { }
- public static Cairo.Pattern Lookup(System.IntPtr pattern, bool owner) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- [System.SerializableAttribute]
- public enum PatternType
- {
- Linear = 2,
- Radial = 3,
- Solid = 0,
- Surface = 1,
- }
- public partial class PdfSurface : Cairo.Surface
- {
- public PdfSurface(string filename, double width, double height) { }
- public void SetSize(double width, double height) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Point
- {
- public Point(int x, int y) { throw null;}
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct PointD
- {
- public PointD(double x, double y) { throw null;}
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- }
- public partial class PSSurface : Cairo.Surface
- {
- public PSSurface(string filename, double width, double height) { }
- public void BeginPageSetup() { }
- public void BeginSetup() { }
- public void DscComment(string comment) { }
- public void SetSize(double width, double height) { }
- }
- public partial class RadialGradient : Cairo.Gradient
- {
- public RadialGradient(double cx0, double cy0, double radius0, double cx1, double cy1, double radius1) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rectangle
- {
- public Rectangle(Cairo.Point point, double width, double height) { throw null;}
- public Rectangle(double x, double y, double width, double height) { throw null;}
- public double Height { get { throw null; } }
- public double Width { get { throw null; } }
- public double X { get { throw null; } }
- public double Y { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public static bool operator !=(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RectangleInt
- {
- public int Height;
- public int Width;
- public int X;
- public int Y;
- }
- public partial class Region : System.IDisposable
- {
- public Region() { }
- public Region(Cairo.RectangleInt rect) { }
- public Region(Cairo.RectangleInt[] rects) { }
- [System.ObsoleteAttribute]
- public Region(System.IntPtr handle) { }
- public Region(System.IntPtr handle, bool owned) { }
- public Cairo.RectangleInt Extents { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public int NumRectangles { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.RegionOverlap ContainsPoint(Cairo.RectangleInt rectangle) { throw null; }
- public bool ContainsPoint(int x, int y) { throw null; }
- public Cairo.Region Copy() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object obj) { throw null; }
- ~Region() { }
- public override int GetHashCode() { throw null; }
- public Cairo.RectangleInt GetRectangle(int nth) { throw null; }
- public Cairo.Status Intersect(Cairo.Region other) { throw null; }
- public Cairo.Status IntersectRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Subtract(Cairo.Region other) { throw null; }
- public Cairo.Status SubtractRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public void Translate(int dx, int dy) { }
- public Cairo.Status Union(Cairo.Region other) { throw null; }
- public Cairo.Status UnionRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Xor(Cairo.Region other) { throw null; }
- public Cairo.Status XorRectangle(Cairo.RectangleInt rectangle) { throw null; }
- }
- public enum RegionOverlap
- {
- In = 0,
- Out = 1,
- Part = 2,
- }
- public partial class ScaledFont : System.IDisposable
- {
- protected System.IntPtr handle;
- public ScaledFont(Cairo.FontFace fontFace, Cairo.Matrix matrix, Cairo.Matrix ctm, Cairo.FontOptions options) { }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~ScaledFont() { }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- public partial class SolidPattern : Cairo.Pattern
- {
- public SolidPattern(Cairo.Color color) { }
- public SolidPattern(Cairo.Color color, bool solid) { }
- public SolidPattern(double r, double g, double b) { }
- public SolidPattern(double r, double g, double b, double a) { }
- public Cairo.Color Color { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum Status
- {
- ClipNotRepresentable = 22,
- FileNotFound = 18,
- InvalidContent = 15,
- InvalidDash = 19,
- InvalidDscComment = 20,
- InvalidFormat = 16,
- InvalidIndex = 21,
- InvalidMatrix = 5,
- InvalidPathData = 9,
- InvalidPopGroup = 3,
- InvalidRestore = 2,
- InvalidStatus = 6,
- InvalidString = 8,
- InvalidVisual = 17,
- NoCurrentPoint = 4,
- NoMemory = 1,
- NullPointer = 7,
- PatternTypeMismatch = 14,
- ReadError = 10,
- Success = 0,
- SurfaceFinished = 12,
- SurfaceTypeMismatch = 13,
- WriteError = 11,
- }
- [System.SerializableAttribute]
- public enum SubpixelOrder
- {
- Bgr = 2,
- Default = 0,
- Rgb = 1,
- Vbgr = 4,
- Vrgb = 3,
- }
- public partial class Surface : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected static System.Collections.Hashtable surfaces;
- [System.ObsoleteAttribute]
- protected Surface() { }
- [System.ObsoleteAttribute]
- protected Surface(System.IntPtr ptr) { }
- protected Surface(System.IntPtr handle, bool owner) { }
- public Cairo.Content Content { get { throw null; } }
- public Cairo.PointD DeviceOffset { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- [System.ObsoleteAttribute("Use Handle instead.")]
- public System.IntPtr Pointer { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SurfaceType SurfaceType { get { throw null; } }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(Cairo.Format format, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(ref byte[] data, Cairo.Format format, int width, int height, int stride) { throw null; }
- public Cairo.Surface CreateSimilar(Cairo.Content content, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Surface() { }
- public Cairo.Status Finish() { throw null; }
- public void Flush() { }
- public static Cairo.Surface Lookup(System.IntPtr surface, bool owned) { throw null; }
- public void MarkDirty() { }
- public void MarkDirty(Cairo.Rectangle rectangle) { }
- public void SetFallbackResolution(double x, double y) { }
- public void Show(Cairo.Context gr, double x, double y) { }
- public void WriteToPng(string filename) { }
- }
- public partial class SurfacePattern : Cairo.Pattern
- {
- public SurfacePattern(Cairo.Surface surface) { }
- public new Cairo.Extend Extend { get { throw null; } set { } }
- public Cairo.Filter Filter { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum SurfaceType
- {
- BeOS = 8,
- DirectFB = 9,
- Glitz = 5,
- Image = 0,
- Pdf = 1,
- PS = 2,
- Quartz = 6,
- Svg = 10,
- Win32 = 7,
- Xcb = 4,
- Xlib = 3,
- }
- public partial class SvgSurface : Cairo.Surface
- {
- public SvgSurface(string filename, double width, double height) { }
- public void RestrictToVersion(Cairo.SvgVersion version) { }
- }
- [System.SerializableAttribute]
- public enum SvgVersion
- {
- OnePointOne = 0,
- OnePointTwo = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TextExtents
- {
- public double Height { get { throw null; } set { } }
- public double Width { get { throw null; } set { } }
- public double XAdvance { get { throw null; } set { } }
- public double XBearing { get { throw null; } set { } }
- public double YAdvance { get { throw null; } set { } }
- public double YBearing { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- }
- public partial class Win32Surface : Cairo.Surface
- {
- public Win32Surface(System.IntPtr hdc) { }
- }
- public partial class XcbSurface : Cairo.Surface
- {
- public XcbSurface(System.IntPtr connection, uint drawable, System.IntPtr visual, int width, int height) { }
- public static Cairo.XcbSurface FromBitmap(System.IntPtr connection, uint bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetSize(int width, int height) { }
- }
- public partial class XlibSurface : Cairo.Surface
- {
- public XlibSurface(System.IntPtr ptr, bool own) { }
- public XlibSurface(System.IntPtr display, System.IntPtr drawable, System.IntPtr visual, int width, int height) { }
- public int Depth { get { throw null; } }
- public System.IntPtr Display { get { throw null; } }
- public System.IntPtr Drawable { get { throw null; } }
- public int Height { get { throw null; } }
- public System.IntPtr Screen { get { throw null; } }
- public System.IntPtr Visual { get { throw null; } }
- public int Width { get { throw null; } }
- public static Cairo.XlibSurface FromBitmap(System.IntPtr display, System.IntPtr bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetDrawable(System.IntPtr drawable, int width, int height) { }
- public void SetSize(int width, int height) { }
- }
-}
diff --git a/src/v2.0/Mono.Cecil.cs b/src/v2.0/Mono.Cecil.cs
deleted file mode 100644
index 7087c4e..0000000
--- a/src/v2.0/Mono.Cecil.cs
+++ /dev/null
@@ -1,2296 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.9.5.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2011 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.9.5.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Mdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Pdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Rocks, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Runtime.InteropServices.GuidAttribute("fd225bb4-fa53-44b2-a6db-85f5e48dcb54")]
-namespace Mono.Cecil
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ArrayDimension
- {
- public ArrayDimension(System.Nullable<int> lowerBound, System.Nullable<int> upperBound) { throw null;}
- public bool IsSized { get { throw null; } }
- public System.Nullable<int> LowerBound { get { throw null; } set { } }
- public System.Nullable<int> UpperBound { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public sealed partial class ArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public ArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public int SizeParameterIndex { get { throw null; } set { } }
- public int SizeParameterMultiplier { get { throw null; } set { } }
- }
- public sealed partial class ArrayType : Mono.Cecil.TypeSpecification
- {
- public ArrayType(Mono.Cecil.TypeReference type) { }
- public ArrayType(Mono.Cecil.TypeReference type, int rank) { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ArrayDimension> Dimensions { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override bool IsArray { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public bool IsVector { get { throw null; } }
- public override string Name { get { throw null; } }
- public int Rank { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum AssemblyAttributes : uint
- {
- DisableJITCompileOptimizer = (uint)16384,
- EnableJITCompileTracking = (uint)32768,
- PublicKey = (uint)1,
- Retargetable = (uint)256,
- SideBySideCompatible = (uint)0,
- WindowsRuntime = (uint)512,
- }
- public sealed partial class AssemblyDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- internal AssemblyDefinition() { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.ModuleDefinition MainModule { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleDefinition> Modules { get { throw null; } }
- public Mono.Cecil.AssemblyNameDefinition Name { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public override string ToString() { throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum AssemblyHashAlgorithm : uint
- {
- None = (uint)0,
- Reserved = (uint)32771,
- SHA1 = (uint)32772,
- }
- public sealed partial class AssemblyLinkedResource : Mono.Cecil.Resource
- {
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference Assembly { get { throw null; } set { } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- public sealed partial class AssemblyNameDefinition : Mono.Cecil.AssemblyNameReference
- {
- public AssemblyNameDefinition(string name, System.Version version) : base (default(string), default(System.Version)) { }
- public override byte[] Hash { get { throw null; } }
- }
- public partial class AssemblyNameReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public AssemblyNameReference(string name, System.Version version) { }
- public Mono.Cecil.AssemblyAttributes Attributes { get { throw null; } set { } }
- public string Culture { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public virtual byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.AssemblyHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public bool HasPublicKey { get { throw null; } set { } }
- public bool IsRetargetable { get { throw null; } set { } }
- public bool IsSideBySideCompatible { get { throw null; } set { } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public byte[] PublicKey { get { throw null; } set { } }
- public byte[] PublicKeyToken { get { throw null; } set { } }
- public System.Version Version { get { throw null; } set { } }
- public static Mono.Cecil.AssemblyNameReference Parse(string fullName) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class AssemblyResolutionException : System.IO.FileNotFoundException
- {
- public AssemblyResolutionException(Mono.Cecil.AssemblyNameReference reference) { }
- protected AssemblyResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public sealed partial class AssemblyResolveEventArgs : System.EventArgs
- {
- public AssemblyResolveEventArgs(Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public delegate Mono.Cecil.AssemblyDefinition AssemblyResolveEventHandler(object sender, Mono.Cecil.AssemblyNameReference reference);
- public abstract partial class BaseAssemblyResolver : Mono.Cecil.IAssemblyResolver
- {
- protected BaseAssemblyResolver() { }
- public event Mono.Cecil.AssemblyResolveEventHandler ResolveFailure { add { } remove { } }
- public void AddSearchDirectory(string directory) { }
- public string[] GetSearchDirectories() { throw null; }
- public void RemoveSearchDirectory(string directory) { }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- }
- public sealed partial class ByReferenceType : Mono.Cecil.TypeSpecification
- {
- public ByReferenceType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsByReference { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- public sealed partial class CallSite : Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public CallSite(Mono.Cecil.TypeReference returnType) { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public sealed partial class CustomAttribute : Mono.Cecil.ICustomAttribute
- {
- public CustomAttribute(Mono.Cecil.MethodReference constructor) { }
- public CustomAttribute(Mono.Cecil.MethodReference constructor, byte[] blob) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } }
- public Mono.Cecil.MethodReference Constructor { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeArgument> ConstructorArguments { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasConstructorArguments { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool IsResolved { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeArgument
- {
- public CustomAttributeArgument(Mono.Cecil.TypeReference type, object value) { throw null;}
- public Mono.Cecil.TypeReference Type { get { throw null; } }
- public object Value { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgument
- {
- public CustomAttributeNamedArgument(string name, Mono.Cecil.CustomAttributeArgument argument) { throw null;}
- public Mono.Cecil.CustomAttributeArgument Argument { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public sealed partial class CustomMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public CustomMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public string Cookie { get { throw null; } set { } }
- public System.Guid Guid { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ManagedType { get { throw null; } set { } }
- public string UnmanagedType { get { throw null; } set { } }
- }
- public partial class DefaultAssemblyResolver : Mono.Cecil.BaseAssemblyResolver
- {
- public DefaultAssemblyResolver() { }
- protected void RegisterAssembly(Mono.Cecil.AssemblyDefinition assembly) { }
- public override Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- }
- public sealed partial class EmbeddedResource : Mono.Cecil.Resource
- {
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, byte[] data) { }
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, System.IO.Stream stream) { }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- public byte[] GetResourceData() { throw null; }
- public System.IO.Stream GetResourceStream() { throw null; }
- }
- [System.FlagsAttribute]
- public enum EventAttributes : ushort
- {
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- }
- public sealed partial class EventDefinition : Mono.Cecil.EventReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public EventDefinition(string name, Mono.Cecil.EventAttributes attributes, Mono.Cecil.TypeReference eventType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodDefinition AddMethod { get { throw null; } set { } }
- public Mono.Cecil.EventAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasOtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition InvokeMethod { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition RemoveMethod { get { throw null; } set { } }
- public override Mono.Cecil.EventDefinition Resolve() { throw null; }
- }
- public abstract partial class EventReference : Mono.Cecil.MemberReference
- {
- protected EventReference(string name, Mono.Cecil.TypeReference eventType) { }
- public Mono.Cecil.TypeReference EventType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public abstract Mono.Cecil.EventDefinition Resolve();
- }
- public partial class ExportedType : Mono.Cecil.IMetadataTokenProvider
- {
- public ExportedType(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ExportedType DeclaringType { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public int Identifier { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsForwarder { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public Mono.Cecil.TypeDefinition Resolve() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum FieldAttributes : ushort
- {
- Assembly = (ushort)3,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- FieldAccessMask = (ushort)7,
- HasDefault = (ushort)32768,
- HasFieldMarshal = (ushort)4096,
- HasFieldRVA = (ushort)256,
- InitOnly = (ushort)32,
- Literal = (ushort)64,
- NotSerialized = (ushort)128,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Static = (ushort)16,
- }
- public sealed partial class FieldDefinition : Mono.Cecil.FieldReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public FieldDefinition(string name, Mono.Cecil.FieldAttributes attributes, Mono.Cecil.TypeReference fieldType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.FieldAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMarshalInfo { get { throw null; } }
- public byte[] InitialValue { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsInitOnly { get { throw null; } set { } }
- public bool IsLiteral { get { throw null; } set { } }
- public bool IsNotSerialized { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public override Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public partial class FieldReference : Mono.Cecil.MemberReference
- {
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType) { }
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType, Mono.Cecil.TypeReference declaringType) { }
- public Mono.Cecil.TypeReference FieldType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public sealed partial class FixedArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FixedSysStringMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedSysStringMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FunctionPointerType : Mono.Cecil.TypeSpecification, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public FunctionPointerType() { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsFunctionPointer { get { throw null; } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public sealed partial class GenericInstanceMethod : Mono.Cecil.MethodSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceMethod(Mono.Cecil.MethodReference method) { }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericInstanceType : Mono.Cecil.TypeSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceType(Mono.Cecil.TypeReference type) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericParameter : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericParameter(Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public GenericParameter(int position, Mono.Cecil.GenericParameterType type, Mono.Cecil.ModuleDefinition module) : base (default(string), default(string)) { }
- public GenericParameter(string name, Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public Mono.Cecil.GenericParameterAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Constraints { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodReference DeclaringMethod { get { throw null; } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasConstraints { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefaultConstructorConstraint { get { throw null; } set { } }
- public bool HasNotNullableValueTypeConstraint { get { throw null; } set { } }
- public bool HasReferenceTypeConstraint { get { throw null; } set { } }
- public bool IsContravariant { get { throw null; } set { } }
- public bool IsCovariant { get { throw null; } set { } }
- public override bool IsGenericParameter { get { throw null; } }
- public bool IsNonVariant { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IGenericParameterProvider Owner { get { throw null; } }
- public int Position { get { throw null; } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public Mono.Cecil.GenericParameterType Type { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum GenericParameterAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstraint = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public enum GenericParameterType
- {
- Method = 1,
- Type = 0,
- }
- public partial interface IAssemblyResolver
- {
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name);
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters);
- }
- public partial interface IConstantProvider : Mono.Cecil.IMetadataTokenProvider
- {
- object Constant { get; set; }
- bool HasConstant { get; set; }
- }
- public partial interface ICustomAttribute
- {
- Mono.Cecil.TypeReference AttributeType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get; }
- bool HasFields { get; }
- bool HasProperties { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get; }
- }
- public partial interface ICustomAttributeProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get; }
- bool HasCustomAttributes { get; }
- }
- public partial interface IGenericInstance : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get; }
- bool HasGenericArguments { get; }
- }
- public partial interface IGenericParameterProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get; }
- Mono.Cecil.GenericParameterType GenericParameterType { get; }
- bool HasGenericParameters { get; }
- bool IsDefinition { get; }
- Mono.Cecil.ModuleDefinition Module { get; }
- }
- public partial interface IMarshalInfoProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasMarshalInfo { get; }
- Mono.Cecil.MarshalInfo MarshalInfo { get; set; }
- }
- public partial interface IMemberDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.TypeDefinition DeclaringType { get; set; }
- string FullName { get; }
- bool IsRuntimeSpecialName { get; set; }
- bool IsSpecialName { get; set; }
- string Name { get; set; }
- }
- public partial interface IMetadataResolver
- {
- Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field);
- Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method);
- Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type);
- }
- public partial interface IMetadataScope : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MetadataScopeType MetadataScopeType { get; }
- string Name { get; set; }
- }
- public partial interface IMetadataTokenProvider
- {
- Mono.Cecil.MetadataToken MetadataToken { get; set; }
- }
- public partial interface IMethodSignature : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MethodCallingConvention CallingConvention { get; set; }
- bool ExplicitThis { get; set; }
- bool HasParameters { get; }
- bool HasThis { get; set; }
- Mono.Cecil.MethodReturnType MethodReturnType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- Mono.Cecil.TypeReference ReturnType { get; set; }
- }
- public partial interface IModifierType
- {
- Mono.Cecil.TypeReference ElementType { get; }
- Mono.Cecil.TypeReference ModifierType { get; }
- }
- public partial interface ISecurityDeclarationProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasSecurityDeclarations { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get; }
- }
- public sealed partial class LinkedResource : Mono.Cecil.Resource
- {
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, string file) { }
- public string File { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ManifestResourceAttributes : uint
- {
- Private = (uint)2,
- Public = (uint)1,
- VisibilityMask = (uint)7,
- }
- public partial class MarshalInfo
- {
- public MarshalInfo(Mono.Cecil.NativeType native) { }
- public Mono.Cecil.NativeType NativeType { get { throw null; } set { } }
- }
- public abstract partial class MemberReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal MemberReference() { }
- public virtual Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public abstract string FullName { get; }
- public virtual bool IsDefinition { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public virtual Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public virtual string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class MetadataResolver : Mono.Cecil.IMetadataResolver
- {
- public MetadataResolver(Mono.Cecil.IAssemblyResolver assemblyResolver) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public static Mono.Cecil.MethodDefinition GetMethod(Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> methods, Mono.Cecil.MethodReference reference) { throw null; }
- public virtual Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field) { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method) { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type) { throw null; }
- }
- public enum MetadataScopeType
- {
- AssemblyNameReference = 0,
- ModuleDefinition = 2,
- ModuleReference = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MetadataToken
- {
- public static readonly Mono.Cecil.MetadataToken Zero;
- public MetadataToken(Mono.Cecil.TokenType type) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, int rid) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, uint rid) { throw null;}
- public MetadataToken(uint token) { throw null;}
- public uint RID { get { throw null; } }
- public Mono.Cecil.TokenType TokenType { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public static bool operator !=(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public int ToInt32() { throw null; }
- public override string ToString() { throw null; }
- public uint ToUInt32() { throw null; }
- }
- public enum MetadataType : byte
- {
- Array = (byte)20,
- Boolean = (byte)2,
- ByReference = (byte)16,
- Byte = (byte)5,
- Char = (byte)3,
- Class = (byte)18,
- Double = (byte)13,
- FunctionPointer = (byte)27,
- GenericInstance = (byte)21,
- Int16 = (byte)6,
- Int32 = (byte)8,
- Int64 = (byte)10,
- IntPtr = (byte)24,
- MVar = (byte)30,
- Object = (byte)28,
- OptionalModifier = (byte)32,
- Pinned = (byte)69,
- Pointer = (byte)15,
- RequiredModifier = (byte)31,
- SByte = (byte)4,
- Sentinel = (byte)65,
- Single = (byte)12,
- String = (byte)14,
- TypedByReference = (byte)22,
- UInt16 = (byte)7,
- UInt32 = (byte)9,
- UInt64 = (byte)11,
- UIntPtr = (byte)25,
- ValueType = (byte)17,
- Var = (byte)19,
- Void = (byte)1,
- }
- [System.FlagsAttribute]
- public enum MethodAttributes : ushort
- {
- Abstract = (ushort)1024,
- Assembly = (ushort)3,
- CheckAccessOnOverride = (ushort)512,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- Final = (ushort)32,
- HasSecurity = (ushort)16384,
- HideBySig = (ushort)128,
- MemberAccessMask = (ushort)7,
- NewSlot = (ushort)256,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RequireSecObject = (ushort)32768,
- ReuseSlot = (ushort)0,
- RTSpecialName = (ushort)4096,
- SpecialName = (ushort)2048,
- Static = (ushort)16,
- UnmanagedExport = (ushort)8,
- Virtual = (ushort)64,
- VtableLayoutMask = (ushort)256,
- }
- public enum MethodCallingConvention : byte
- {
- C = (byte)1,
- Default = (byte)0,
- FastCall = (byte)4,
- Generic = (byte)16,
- StdCall = (byte)2,
- ThisCall = (byte)3,
- VarArg = (byte)5,
- }
- public sealed partial class MethodDefinition : Mono.Cecil.MethodReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public MethodDefinition(string name, Mono.Cecil.MethodAttributes attributes, Mono.Cecil.TypeReference returnType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasBody { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasOverrides { get { throw null; } }
- public bool HasPInvokeInfo { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodImplAttributes ImplAttributes { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAddOn { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCheckAccessOnOverride { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public bool IsConstructor { get { throw null; } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsFinal { get { throw null; } set { } }
- public bool IsFire { get { throw null; } set { } }
- public bool IsForwardRef { get { throw null; } set { } }
- public bool IsGetter { get { throw null; } set { } }
- public bool IsHideBySig { get { throw null; } set { } }
- public bool IsIL { get { throw null; } set { } }
- public bool IsInternalCall { get { throw null; } set { } }
- public bool IsManaged { get { throw null; } set { } }
- public bool IsNative { get { throw null; } set { } }
- public bool IsNewSlot { get { throw null; } set { } }
- public bool IsOther { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPreserveSig { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRemoveOn { get { throw null; } set { } }
- public bool IsReuseSlot { get { throw null; } set { } }
- public bool IsRuntime { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSetter { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public bool IsSynchronized { get { throw null; } set { } }
- public bool IsUnmanaged { get { throw null; } set { } }
- public bool IsUnmanagedExport { get { throw null; } set { } }
- public bool IsVirtual { get { throw null; } set { } }
- public bool NoInlining { get { throw null; } set { } }
- public bool NoOptimization { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodReference> Overrides { get { throw null; } }
- public Mono.Cecil.PInvokeInfo PInvokeInfo { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodSemanticsAttributes SemanticsAttributes { get { throw null; } set { } }
- public override Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum MethodImplAttributes : ushort
- {
- CodeTypeMask = (ushort)3,
- ForwardRef = (ushort)16,
- IL = (ushort)0,
- InternalCall = (ushort)4096,
- Managed = (ushort)0,
- ManagedMask = (ushort)4,
- Native = (ushort)1,
- NoInlining = (ushort)8,
- NoOptimization = (ushort)64,
- OPTIL = (ushort)2,
- PreserveSig = (ushort)128,
- Runtime = (ushort)3,
- Synchronized = (ushort)32,
- Unmanaged = (ushort)4,
- }
- public partial class MethodReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public MethodReference(string name, Mono.Cecil.TypeReference returnType) { }
- public MethodReference(string name, Mono.Cecil.TypeReference returnType, Mono.Cecil.TypeReference declaringType) { }
- public virtual Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public virtual bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool HasParameters { get { throw null; } }
- public virtual bool HasThis { get { throw null; } set { } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public virtual Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- public sealed partial class MethodReturnType : Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public MethodReturnType(Mono.Cecil.IMethodSignature method) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum MethodSemanticsAttributes : ushort
- {
- AddOn = (ushort)8,
- Fire = (ushort)32,
- Getter = (ushort)2,
- None = (ushort)0,
- Other = (ushort)4,
- RemoveOn = (ushort)16,
- Setter = (ushort)1,
- }
- public abstract partial class MethodSpecification : Mono.Cecil.MethodReference
- {
- internal MethodSpecification() : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public override Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public Mono.Cecil.MethodReference ElementMethod { get { throw null; } }
- public override bool ExplicitThis { get { throw null; } set { } }
- public override bool HasParameters { get { throw null; } }
- public override bool HasThis { get { throw null; } set { } }
- public override Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public sealed override Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- }
- [System.FlagsAttribute]
- public enum ModuleAttributes
- {
- ILOnly = 1,
- Preferred32Bit = 131072,
- Required32Bit = 2,
- StrongNameSigned = 8,
- }
- [System.FlagsAttribute]
- public enum ModuleCharacteristics
- {
- AppContainer = 4096,
- DynamicBase = 64,
- HighEntropyVA = 32,
- NoSEH = 1024,
- NXCompat = 256,
- TerminalServerAware = 32768,
- }
- public sealed partial class ModuleDefinition : Mono.Cecil.ModuleReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- internal ModuleDefinition() : base (default(string)) { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.AssemblyDefinition Assembly { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.AssemblyNameReference> AssemblyReferences { get { throw null; } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public Mono.Cecil.ModuleAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ModuleCharacteristics Characteristics { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ExportedType> ExportedTypes { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public bool HasAssemblyReferences { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDebugHeader { get { throw null; } }
- public bool HasExportedTypes { get { throw null; } }
- public bool HasModuleReferences { get { throw null; } }
- public bool HasResources { get { throw null; } }
- public bool HasSymbols { get { throw null; } }
- public bool HasTypes { get { throw null; } }
- public bool IsMain { get { throw null; } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } }
- public override Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleReference> ModuleReferences { get { throw null; } }
- public System.Guid Mvid { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Resource> Resources { get { throw null; } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReader SymbolReader { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> Types { get { throw null; } }
- public Mono.Cecil.TypeSystem TypeSystem { get { throw null; } }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public Mono.Cecil.Cil.ImageDebugDirectory GetDebugHeader(out byte[] header) { header = default(byte[]); throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.MemberReference> GetMemberReferences() { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string fullName) { throw null; }
- public Mono.Cecil.TypeReference GetType(string fullName, bool runtimeName) { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string @namespace, string name) { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeReference> GetTypeReferences() { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeDefinition> GetTypes() { throw null; }
- public bool HasTypeReference(string fullName) { throw null; }
- public bool HasTypeReference(string scope, string fullName) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(Mono.Cecil.MetadataToken token) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(int token) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public void ReadSymbols() { }
- public void ReadSymbols(Mono.Cecil.Cil.ISymbolReader reader) { }
- public bool TryGetTypeReference(string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public bool TryGetTypeReference(string scope, string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum ModuleKind
- {
- Console = 1,
- Dll = 0,
- NetModule = 3,
- Windows = 2,
- }
- public sealed partial class ModuleParameters
- {
- public ModuleParameters() { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- }
- public partial class ModuleReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public ModuleReference(string name) { }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public enum NativeType
- {
- ANSIBStr = 35,
- Array = 42,
- ASAny = 40,
- Boolean = 2,
- BStr = 19,
- ByValStr = 34,
- Currency = 15,
- CustomMarshaler = 44,
- Error = 45,
- FixedArray = 30,
- FixedSysString = 23,
- Func = 38,
- I1 = 3,
- I2 = 5,
- I4 = 7,
- I8 = 9,
- IDispatch = 26,
- Int = 31,
- IntF = 28,
- IUnknown = 25,
- LPStr = 20,
- LPStruct = 43,
- LPTStr = 22,
- LPWStr = 21,
- Max = 80,
- None = 102,
- R4 = 11,
- R8 = 12,
- SafeArray = 29,
- Struct = 27,
- TBStr = 36,
- U1 = 4,
- U2 = 6,
- U4 = 8,
- U8 = 10,
- UInt = 32,
- VariantBool = 37,
- }
- public sealed partial class OptionalModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public OptionalModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsOptionalModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ParameterAttributes : ushort
- {
- HasDefault = (ushort)4096,
- HasFieldMarshal = (ushort)8192,
- In = (ushort)1,
- Lcid = (ushort)4,
- None = (ushort)0,
- Optional = (ushort)16,
- Out = (ushort)2,
- Retval = (ushort)8,
- Unused = (ushort)53216,
- }
- public sealed partial class ParameterDefinition : Mono.Cecil.ParameterReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public ParameterDefinition(Mono.Cecil.TypeReference parameterType) { }
- public ParameterDefinition(string name, Mono.Cecil.ParameterAttributes attributes, Mono.Cecil.TypeReference parameterType) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public bool IsIn { get { throw null; } set { } }
- public bool IsLcid { get { throw null; } set { } }
- public bool IsOptional { get { throw null; } set { } }
- public bool IsOut { get { throw null; } set { } }
- public bool IsReturnValue { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public int Sequence { get { throw null; } }
- public override Mono.Cecil.ParameterDefinition Resolve() { throw null; }
- }
- public abstract partial class ParameterReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal ParameterReference() { }
- protected Mono.Cecil.TypeReference parameter_type;
- public int Index { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ParameterType { get { throw null; } set { } }
- public abstract Mono.Cecil.ParameterDefinition Resolve();
- public override string ToString() { throw null; }
- }
- public sealed partial class PinnedType : Mono.Cecil.TypeSpecification
- {
- public PinnedType(Mono.Cecil.TypeReference type) { }
- public override bool IsPinned { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum PInvokeAttributes : ushort
- {
- BestFitDisabled = (ushort)32,
- BestFitEnabled = (ushort)16,
- BestFitMask = (ushort)48,
- CallConvCdecl = (ushort)512,
- CallConvFastcall = (ushort)1280,
- CallConvMask = (ushort)1792,
- CallConvStdCall = (ushort)768,
- CallConvThiscall = (ushort)1024,
- CallConvWinapi = (ushort)256,
- CharSetAnsi = (ushort)2,
- CharSetAuto = (ushort)6,
- CharSetMask = (ushort)6,
- CharSetNotSpec = (ushort)0,
- CharSetUnicode = (ushort)4,
- NoMangle = (ushort)1,
- SupportsLastError = (ushort)64,
- ThrowOnUnmappableCharDisabled = (ushort)8192,
- ThrowOnUnmappableCharEnabled = (ushort)4096,
- ThrowOnUnmappableCharMask = (ushort)12288,
- }
- public sealed partial class PInvokeInfo
- {
- public PInvokeInfo(Mono.Cecil.PInvokeAttributes attributes, string entryPoint, Mono.Cecil.ModuleReference module) { }
- public Mono.Cecil.PInvokeAttributes Attributes { get { throw null; } set { } }
- public string EntryPoint { get { throw null; } set { } }
- public bool IsBestFitDisabled { get { throw null; } set { } }
- public bool IsBestFitEnabled { get { throw null; } set { } }
- public bool IsCallConvCdecl { get { throw null; } set { } }
- public bool IsCallConvFastcall { get { throw null; } set { } }
- public bool IsCallConvStdCall { get { throw null; } set { } }
- public bool IsCallConvThiscall { get { throw null; } set { } }
- public bool IsCallConvWinapi { get { throw null; } set { } }
- public bool IsCharSetAnsi { get { throw null; } set { } }
- public bool IsCharSetAuto { get { throw null; } set { } }
- public bool IsCharSetNotSpec { get { throw null; } set { } }
- public bool IsCharSetUnicode { get { throw null; } set { } }
- public bool IsNoMangle { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharDisabled { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharEnabled { get { throw null; } set { } }
- public Mono.Cecil.ModuleReference Module { get { throw null; } set { } }
- public bool SupportsLastError { get { throw null; } set { } }
- }
- public sealed partial class PointerType : Mono.Cecil.TypeSpecification
- {
- public PointerType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsPointer { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum PropertyAttributes : ushort
- {
- HasDefault = (ushort)4096,
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Unused = (ushort)59903,
- }
- public sealed partial class PropertyDefinition : Mono.Cecil.PropertyReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public PropertyDefinition(string name, Mono.Cecil.PropertyAttributes attributes, Mono.Cecil.TypeReference propertyType) { }
- public Mono.Cecil.PropertyAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Cecil.MethodDefinition GetMethod { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasOtherMethods { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.MethodDefinition SetMethod { get { throw null; } set { } }
- public override Mono.Cecil.PropertyDefinition Resolve() { throw null; }
- }
- public abstract partial class PropertyReference : Mono.Cecil.MemberReference
- {
- internal PropertyReference() { }
- public abstract Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- public Mono.Cecil.TypeReference PropertyType { get { throw null; } set { } }
- public abstract Mono.Cecil.PropertyDefinition Resolve();
- }
- public sealed partial class ReaderParameters
- {
- public ReaderParameters() { }
- public ReaderParameters(Mono.Cecil.ReadingMode readingMode) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.ReadingMode ReadingMode { get { throw null; } set { } }
- public bool ReadSymbols { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReaderProvider SymbolReaderProvider { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- }
- public enum ReadingMode
- {
- Deferred = 2,
- Immediate = 1,
- }
- public sealed partial class RequiredModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public RequiredModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsRequiredModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class ResolutionException : System.Exception
- {
- public ResolutionException(Mono.Cecil.MemberReference member) { }
- protected ResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.MemberReference Member { get { throw null; } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- }
- public abstract partial class Resource
- {
- internal Resource() { }
- public Mono.Cecil.ManifestResourceAttributes Attributes { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public abstract Mono.Cecil.ResourceType ResourceType { get; }
- }
- public enum ResourceType
- {
- AssemblyLinked = 2,
- Embedded = 1,
- Linked = 0,
- }
- public sealed partial class SafeArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public SafeArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.VariantType ElementType { get { throw null; } set { } }
- }
- public enum SecurityAction : ushort
- {
- Assert = (ushort)3,
- Demand = (ushort)2,
- Deny = (ushort)4,
- InheritDemand = (ushort)7,
- LinkDemand = (ushort)6,
- NonCasDemand = (ushort)13,
- NonCasInheritance = (ushort)15,
- NonCasLinkDemand = (ushort)14,
- PermitOnly = (ushort)5,
- PreJitDeny = (ushort)12,
- PreJitGrant = (ushort)11,
- Request = (ushort)1,
- RequestMinimum = (ushort)8,
- RequestOptional = (ushort)9,
- RequestRefuse = (ushort)10,
- }
- public sealed partial class SecurityAttribute : Mono.Cecil.ICustomAttribute
- {
- public SecurityAttribute(Mono.Cecil.TypeReference attributeType) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- }
- public sealed partial class SecurityDeclaration
- {
- public SecurityDeclaration(Mono.Cecil.SecurityAction action) { }
- public SecurityDeclaration(Mono.Cecil.SecurityAction action, byte[] blob) { }
- public Mono.Cecil.SecurityAction Action { get { throw null; } set { } }
- public bool HasSecurityAttributes { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityAttribute> SecurityAttributes { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- public sealed partial class SentinelType : Mono.Cecil.TypeSpecification
- {
- public SentinelType(Mono.Cecil.TypeReference type) { }
- public override bool IsSentinel { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- public enum TargetArchitecture
- {
- AMD64 = 1,
- ARMv7 = 3,
- I386 = 0,
- IA64 = 2,
- }
- public enum TargetRuntime
- {
- Net_1_0 = 0,
- Net_1_1 = 1,
- Net_2_0 = 2,
- Net_4_0 = 3,
- }
- public enum TokenType : uint
- {
- Assembly = (uint)536870912,
- AssemblyRef = (uint)587202560,
- CustomAttribute = (uint)201326592,
- Event = (uint)335544320,
- ExportedType = (uint)654311424,
- Field = (uint)67108864,
- File = (uint)637534208,
- GenericParam = (uint)704643072,
- InterfaceImpl = (uint)150994944,
- ManifestResource = (uint)671088640,
- MemberRef = (uint)167772160,
- Method = (uint)100663296,
- MethodSpec = (uint)721420288,
- Module = (uint)0,
- ModuleRef = (uint)436207616,
- Param = (uint)134217728,
- Permission = (uint)234881024,
- Property = (uint)385875968,
- Signature = (uint)285212672,
- String = (uint)1879048192,
- TypeDef = (uint)33554432,
- TypeRef = (uint)16777216,
- TypeSpec = (uint)452984832,
- }
- [System.FlagsAttribute]
- public enum TypeAttributes : uint
- {
- Abstract = (uint)128,
- AnsiClass = (uint)0,
- AutoClass = (uint)131072,
- AutoLayout = (uint)0,
- BeforeFieldInit = (uint)1048576,
- Class = (uint)0,
- ClassSemanticMask = (uint)32,
- ExplicitLayout = (uint)16,
- Forwarder = (uint)2097152,
- HasSecurity = (uint)262144,
- Import = (uint)4096,
- Interface = (uint)32,
- LayoutMask = (uint)24,
- NestedAssembly = (uint)5,
- NestedFamANDAssem = (uint)6,
- NestedFamily = (uint)4,
- NestedFamORAssem = (uint)7,
- NestedPrivate = (uint)3,
- NestedPublic = (uint)2,
- NotPublic = (uint)0,
- Public = (uint)1,
- RTSpecialName = (uint)2048,
- Sealed = (uint)256,
- SequentialLayout = (uint)8,
- Serializable = (uint)8192,
- SpecialName = (uint)1024,
- StringFormatMask = (uint)196608,
- UnicodeClass = (uint)65536,
- VisibilityMask = (uint)7,
- WindowsRuntime = (uint)16384,
- }
- public sealed partial class TypeDefinition : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes) : base (default(string), default(string)) { }
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes, Mono.Cecil.TypeReference baseType) : base (default(string), default(string)) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.TypeReference BaseType { get { throw null; } set { } }
- public int ClassSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.EventDefinition> Events { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.FieldDefinition> Fields { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasEvents { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasInterfaces { get { throw null; } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMethods { get { throw null; } }
- public bool HasNestedTypes { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Interfaces { get { throw null; } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public override bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public override bool IsValueType { get { throw null; } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> Methods { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> NestedTypes { get { throw null; } }
- public short PackingSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.PropertyDefinition> Properties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public partial class TypeReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider
- {
- protected Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> generic_parameters;
- protected TypeReference(string @namespace, string name) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope, bool valueType) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool IsArray { get { throw null; } }
- public virtual bool IsByReference { get { throw null; } }
- public virtual bool IsFunctionPointer { get { throw null; } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual bool IsGenericParameter { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsOptionalModifier { get { throw null; } }
- public virtual bool IsPinned { get { throw null; } }
- public virtual bool IsPointer { get { throw null; } }
- public virtual bool IsPrimitive { get { throw null; } }
- public virtual bool IsRequiredModifier { get { throw null; } }
- public virtual bool IsSentinel { get { throw null; } }
- public virtual bool IsValueType { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public virtual string Namespace { get { throw null; } set { } }
- public virtual Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public virtual Mono.Cecil.TypeReference GetElementType() { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public abstract partial class TypeSpecification : Mono.Cecil.TypeReference
- {
- internal TypeSpecification() : base (default(string), default(string)) { }
- public Mono.Cecil.TypeReference ElementType { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- }
- public abstract partial class TypeSystem
- {
- internal TypeSystem() { }
- public Mono.Cecil.TypeReference Boolean { get { throw null; } }
- public Mono.Cecil.TypeReference Byte { get { throw null; } }
- public Mono.Cecil.TypeReference Char { get { throw null; } }
- public Mono.Cecil.IMetadataScope Corlib { get { throw null; } }
- public Mono.Cecil.TypeReference Double { get { throw null; } }
- public Mono.Cecil.TypeReference Int16 { get { throw null; } }
- public Mono.Cecil.TypeReference Int32 { get { throw null; } }
- public Mono.Cecil.TypeReference Int64 { get { throw null; } }
- public Mono.Cecil.TypeReference IntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Object { get { throw null; } }
- public Mono.Cecil.TypeReference SByte { get { throw null; } }
- public Mono.Cecil.TypeReference Single { get { throw null; } }
- public Mono.Cecil.TypeReference String { get { throw null; } }
- public Mono.Cecil.TypeReference TypedReference { get { throw null; } }
- public Mono.Cecil.TypeReference UInt16 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt32 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt64 { get { throw null; } }
- public Mono.Cecil.TypeReference UIntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Void { get { throw null; } }
- }
- public enum VariantType
- {
- Bool = 11,
- BStr = 8,
- CY = 6,
- Date = 7,
- Decimal = 14,
- Dispatch = 9,
- Error = 10,
- I1 = 16,
- I2 = 2,
- I4 = 3,
- Int = 22,
- None = 0,
- R4 = 4,
- R8 = 5,
- UI1 = 17,
- UI2 = 18,
- UI4 = 19,
- UInt = 23,
- Unknown = 13,
- Variant = 12,
- }
- public sealed partial class WriterParameters
- {
- public WriterParameters() { }
- public System.Reflection.StrongNameKeyPair StrongNameKeyPair { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolWriterProvider SymbolWriterProvider { get { throw null; } set { } }
- public bool WriteSymbols { get { throw null; } set { } }
- }
-}
-namespace Mono.Cecil.Cil
-{
- public enum Code
- {
- Add = 87,
- Add_Ovf = 180,
- Add_Ovf_Un = 181,
- And = 94,
- Arglist = 191,
- Beq = 58,
- Beq_S = 45,
- Bge = 59,
- Bge_S = 46,
- Bge_Un = 64,
- Bge_Un_S = 51,
- Bgt = 60,
- Bgt_S = 47,
- Bgt_Un = 65,
- Bgt_Un_S = 52,
- Ble = 61,
- Ble_S = 48,
- Ble_Un = 66,
- Ble_Un_S = 53,
- Blt = 62,
- Blt_S = 49,
- Blt_Un = 67,
- Blt_Un_S = 54,
- Bne_Un = 63,
- Bne_Un_S = 50,
- Box = 137,
- Br = 55,
- Break = 1,
- Brfalse = 56,
- Brfalse_S = 43,
- Brtrue = 57,
- Brtrue_S = 44,
- Br_S = 42,
- Call = 39,
- Calli = 40,
- Callvirt = 110,
- Castclass = 115,
- Ceq = 192,
- Cgt = 193,
- Cgt_Un = 194,
- Ckfinite = 172,
- Clt = 195,
- Clt_Un = 196,
- Constrained = 211,
- Conv_I = 177,
- Conv_I1 = 102,
- Conv_I2 = 103,
- Conv_I4 = 104,
- Conv_I8 = 105,
- Conv_Ovf_I = 178,
- Conv_Ovf_I1 = 163,
- Conv_Ovf_I1_Un = 127,
- Conv_Ovf_I2 = 165,
- Conv_Ovf_I2_Un = 128,
- Conv_Ovf_I4 = 167,
- Conv_Ovf_I4_Un = 129,
- Conv_Ovf_I8 = 169,
- Conv_Ovf_I8_Un = 130,
- Conv_Ovf_I_Un = 135,
- Conv_Ovf_U = 179,
- Conv_Ovf_U1 = 164,
- Conv_Ovf_U1_Un = 131,
- Conv_Ovf_U2 = 166,
- Conv_Ovf_U2_Un = 132,
- Conv_Ovf_U4 = 168,
- Conv_Ovf_U4_Un = 133,
- Conv_Ovf_U8 = 170,
- Conv_Ovf_U8_Un = 134,
- Conv_Ovf_U_Un = 136,
- Conv_R4 = 106,
- Conv_R8 = 107,
- Conv_R_Un = 117,
- Conv_U = 190,
- Conv_U1 = 176,
- Conv_U2 = 175,
- Conv_U4 = 108,
- Conv_U8 = 109,
- Cpblk = 212,
- Cpobj = 111,
- Div = 90,
- Div_Un = 91,
- Dup = 36,
- Endfilter = 206,
- Endfinally = 186,
- Initblk = 213,
- Initobj = 210,
- Isinst = 116,
- Jmp = 38,
- Ldarg = 199,
- Ldarga = 200,
- Ldarga_S = 15,
- Ldarg_0 = 2,
- Ldarg_1 = 3,
- Ldarg_2 = 4,
- Ldarg_3 = 5,
- Ldarg_S = 14,
- Ldc_I4 = 32,
- Ldc_I4_0 = 22,
- Ldc_I4_1 = 23,
- Ldc_I4_2 = 24,
- Ldc_I4_3 = 25,
- Ldc_I4_4 = 26,
- Ldc_I4_5 = 27,
- Ldc_I4_6 = 28,
- Ldc_I4_7 = 29,
- Ldc_I4_8 = 30,
- Ldc_I4_M1 = 21,
- Ldc_I4_S = 31,
- Ldc_I8 = 33,
- Ldc_R4 = 34,
- Ldc_R8 = 35,
- Ldelema = 140,
- Ldelem_Any = 160,
- Ldelem_I = 148,
- Ldelem_I1 = 141,
- Ldelem_I2 = 143,
- Ldelem_I4 = 145,
- Ldelem_I8 = 147,
- Ldelem_R4 = 149,
- Ldelem_R8 = 150,
- Ldelem_Ref = 151,
- Ldelem_U1 = 142,
- Ldelem_U2 = 144,
- Ldelem_U4 = 146,
- Ldfld = 120,
- Ldflda = 121,
- Ldftn = 197,
- Ldind_I = 76,
- Ldind_I1 = 69,
- Ldind_I2 = 71,
- Ldind_I4 = 73,
- Ldind_I8 = 75,
- Ldind_R4 = 77,
- Ldind_R8 = 78,
- Ldind_Ref = 79,
- Ldind_U1 = 70,
- Ldind_U2 = 72,
- Ldind_U4 = 74,
- Ldlen = 139,
- Ldloc = 202,
- Ldloca = 203,
- Ldloca_S = 18,
- Ldloc_0 = 6,
- Ldloc_1 = 7,
- Ldloc_2 = 8,
- Ldloc_3 = 9,
- Ldloc_S = 17,
- Ldnull = 20,
- Ldobj = 112,
- Ldsfld = 123,
- Ldsflda = 124,
- Ldstr = 113,
- Ldtoken = 174,
- Ldvirtftn = 198,
- Leave = 187,
- Leave_S = 188,
- Localloc = 205,
- Mkrefany = 173,
- Mul = 89,
- Mul_Ovf = 182,
- Mul_Ovf_Un = 183,
- Neg = 100,
- Newarr = 138,
- Newobj = 114,
- No = 214,
- Nop = 0,
- Not = 101,
- Or = 95,
- Pop = 37,
- Readonly = 218,
- Refanytype = 217,
- Refanyval = 171,
- Rem = 92,
- Rem_Un = 93,
- Ret = 41,
- Rethrow = 215,
- Shl = 97,
- Shr = 98,
- Shr_Un = 99,
- Sizeof = 216,
- Starg = 201,
- Starg_S = 16,
- Stelem_Any = 161,
- Stelem_I = 152,
- Stelem_I1 = 153,
- Stelem_I2 = 154,
- Stelem_I4 = 155,
- Stelem_I8 = 156,
- Stelem_R4 = 157,
- Stelem_R8 = 158,
- Stelem_Ref = 159,
- Stfld = 122,
- Stind_I = 189,
- Stind_I1 = 81,
- Stind_I2 = 82,
- Stind_I4 = 83,
- Stind_I8 = 84,
- Stind_R4 = 85,
- Stind_R8 = 86,
- Stind_Ref = 80,
- Stloc = 204,
- Stloc_0 = 10,
- Stloc_1 = 11,
- Stloc_2 = 12,
- Stloc_3 = 13,
- Stloc_S = 19,
- Stobj = 126,
- Stsfld = 125,
- Sub = 88,
- Sub_Ovf = 184,
- Sub_Ovf_Un = 185,
- Switch = 68,
- Tail = 209,
- Throw = 119,
- Unaligned = 207,
- Unbox = 118,
- Unbox_Any = 162,
- Volatile = 208,
- Xor = 96,
- }
- public sealed partial class Document
- {
- public Document(string url) { }
- public byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguage Language { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguageVendor LanguageVendor { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentType Type { get { throw null; } set { } }
- public string Url { get { throw null; } set { } }
- }
- public enum DocumentHashAlgorithm
- {
- MD5 = 1,
- None = 0,
- SHA1 = 2,
- }
- public enum DocumentLanguage
- {
- Basic = 4,
- C = 1,
- Cil = 8,
- Cobol = 6,
- Cpp = 2,
- CSharp = 3,
- FSharp = 12,
- Java = 5,
- JScript = 9,
- MCpp = 11,
- Other = 0,
- Pascal = 7,
- Smc = 10,
- }
- public enum DocumentLanguageVendor
- {
- Microsoft = 1,
- Other = 0,
- }
- public enum DocumentType
- {
- Other = 0,
- Text = 1,
- }
- public sealed partial class ExceptionHandler
- {
- public ExceptionHandler(Mono.Cecil.Cil.ExceptionHandlerType handlerType) { }
- public Mono.Cecil.TypeReference CatchType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction FilterStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.ExceptionHandlerType HandlerType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryStart { get { throw null; } set { } }
- }
- public enum ExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public enum FlowControl
- {
- Branch = 0,
- Break = 1,
- Call = 2,
- Cond_Branch = 3,
- Meta = 4,
- Next = 5,
- Phi = 6,
- Return = 7,
- Throw = 8,
- }
- public sealed partial class ILProcessor
- {
- internal ILProcessor() { }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } }
- public void Append(Mono.Cecil.Cil.Instruction instruction) { }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public void Emit(Mono.Cecil.Cil.OpCode opcode) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, byte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, double value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, int value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, long value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, sbyte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, float value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, string value) { }
- public void InsertAfter(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void InsertBefore(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void Remove(Mono.Cecil.Cil.Instruction instruction) { }
- public void Replace(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ImageDebugDirectory
- {
- public int AddressOfRawData;
- public int Characteristics;
- public short MajorVersion;
- public short MinorVersion;
- public int PointerToRawData;
- public int SizeOfData;
- public int TimeDateStamp;
- public int Type;
- }
- public sealed partial class Instruction
- {
- internal Instruction() { }
- public Mono.Cecil.Cil.Instruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } set { } }
- public object Operand { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction Previous { get { throw null; } set { } }
- public Mono.Cecil.Cil.SequencePoint SequencePoint { get { throw null; } set { } }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public int GetSize() { throw null; }
- public override string ToString() { throw null; }
- }
- public delegate Mono.Cecil.Cil.Instruction InstructionMapper(int offset);
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstructionSymbol
- {
- public readonly int Offset;
- public readonly Mono.Cecil.Cil.SequencePoint SequencePoint;
- public InstructionSymbol(int offset, Mono.Cecil.Cil.SequencePoint sequencePoint) { throw null;}
- }
- public partial interface ISymbolReader : System.IDisposable
- {
- bool ProcessDebugHeader(Mono.Cecil.Cil.ImageDebugDirectory directory, byte[] header);
- void Read(Mono.Cecil.Cil.MethodBody body, Mono.Cecil.Cil.InstructionMapper mapper);
- void Read(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolReaderProvider
- {
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface ISymbolWriter : System.IDisposable
- {
- bool GetDebugHeader(out Mono.Cecil.Cil.ImageDebugDirectory directory, out byte[] header);
- void Write(Mono.Cecil.Cil.MethodBody body);
- void Write(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolWriterProvider
- {
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface IVariableDefinitionProvider
- {
- bool HasVariables { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get; }
- }
- public sealed partial class MethodBody : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public MethodBody(Mono.Cecil.MethodDefinition method) { }
- public int CodeSize { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.ExceptionHandler> ExceptionHandlers { get { throw null; } }
- public bool HasExceptionHandlers { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public bool InitLocals { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Instruction> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } set { } }
- public int MaxStackSize { get { throw null; } set { } }
- public Mono.Cecil.MethodDefinition Method { get { throw null; } }
- public Mono.Cecil.Cil.Scope Scope { get { throw null; } set { } }
- public Mono.Cecil.ParameterDefinition ThisParameter { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- public Mono.Cecil.Cil.ILProcessor GetILProcessor() { throw null; }
- }
- public sealed partial class MethodSymbols
- {
- public MethodSymbols(Mono.Cecil.MetadataToken methodToken) { }
- public int CodeSize { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.InstructionSymbol> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } }
- public string MethodName { get { throw null; } }
- public Mono.Cecil.MetadataToken MethodToken { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OpCode
- {
- public Mono.Cecil.Cil.Code Code { get { throw null; } }
- public Mono.Cecil.Cil.FlowControl FlowControl { get { throw null; } }
- public string Name { get { throw null; } }
- public byte Op1 { get { throw null; } }
- public byte Op2 { get { throw null; } }
- public Mono.Cecil.Cil.OpCodeType OpCodeType { get { throw null; } }
- public Mono.Cecil.Cil.OperandType OperandType { get { throw null; } }
- public int Size { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPop { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPush { get { throw null; } }
- public short Value { get { throw null; } }
- public bool Equals(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public static bool operator !=(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class OpCodes
- {
- public static readonly Mono.Cecil.Cil.OpCode Add;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode And;
- public static readonly Mono.Cecil.Cil.OpCode Arglist;
- public static readonly Mono.Cecil.Cil.OpCode Beq;
- public static readonly Mono.Cecil.Cil.OpCode Beq_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge;
- public static readonly Mono.Cecil.Cil.OpCode Bge_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble;
- public static readonly Mono.Cecil.Cil.OpCode Ble_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt;
- public static readonly Mono.Cecil.Cil.OpCode Blt_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Box;
- public static readonly Mono.Cecil.Cil.OpCode Br;
- public static readonly Mono.Cecil.Cil.OpCode Break;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse_S;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue_S;
- public static readonly Mono.Cecil.Cil.OpCode Br_S;
- public static readonly Mono.Cecil.Cil.OpCode Call;
- public static readonly Mono.Cecil.Cil.OpCode Calli;
- public static readonly Mono.Cecil.Cil.OpCode Callvirt;
- public static readonly Mono.Cecil.Cil.OpCode Castclass;
- public static readonly Mono.Cecil.Cil.OpCode Ceq;
- public static readonly Mono.Cecil.Cil.OpCode Cgt;
- public static readonly Mono.Cecil.Cil.OpCode Cgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ckfinite;
- public static readonly Mono.Cecil.Cil.OpCode Clt;
- public static readonly Mono.Cecil.Cil.OpCode Clt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Constrained;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U8;
- public static readonly Mono.Cecil.Cil.OpCode Cpblk;
- public static readonly Mono.Cecil.Cil.OpCode Cpobj;
- public static readonly Mono.Cecil.Cil.OpCode Div;
- public static readonly Mono.Cecil.Cil.OpCode Div_Un;
- public static readonly Mono.Cecil.Cil.OpCode Dup;
- public static readonly Mono.Cecil.Cil.OpCode Endfilter;
- public static readonly Mono.Cecil.Cil.OpCode Endfinally;
- public static readonly Mono.Cecil.Cil.OpCode Initblk;
- public static readonly Mono.Cecil.Cil.OpCode Initobj;
- public static readonly Mono.Cecil.Cil.OpCode Isinst;
- public static readonly Mono.Cecil.Cil.OpCode Jmp;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_5;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_6;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_7;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_M1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelema;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldftn;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldlen;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldnull;
- public static readonly Mono.Cecil.Cil.OpCode Ldobj;
- public static readonly Mono.Cecil.Cil.OpCode Ldsfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldsflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldstr;
- public static readonly Mono.Cecil.Cil.OpCode Ldtoken;
- public static readonly Mono.Cecil.Cil.OpCode Ldvirtftn;
- public static readonly Mono.Cecil.Cil.OpCode Leave;
- public static readonly Mono.Cecil.Cil.OpCode Leave_S;
- public static readonly Mono.Cecil.Cil.OpCode Localloc;
- public static readonly Mono.Cecil.Cil.OpCode Mkrefany;
- public static readonly Mono.Cecil.Cil.OpCode Mul;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Neg;
- public static readonly Mono.Cecil.Cil.OpCode Newarr;
- public static readonly Mono.Cecil.Cil.OpCode Newobj;
- public static readonly Mono.Cecil.Cil.OpCode No;
- public static readonly Mono.Cecil.Cil.OpCode Nop;
- public static readonly Mono.Cecil.Cil.OpCode Not;
- public static readonly Mono.Cecil.Cil.OpCode Or;
- public static readonly Mono.Cecil.Cil.OpCode Pop;
- public static readonly Mono.Cecil.Cil.OpCode Readonly;
- public static readonly Mono.Cecil.Cil.OpCode Refanytype;
- public static readonly Mono.Cecil.Cil.OpCode Refanyval;
- public static readonly Mono.Cecil.Cil.OpCode Rem;
- public static readonly Mono.Cecil.Cil.OpCode Rem_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ret;
- public static readonly Mono.Cecil.Cil.OpCode Rethrow;
- public static readonly Mono.Cecil.Cil.OpCode Shl;
- public static readonly Mono.Cecil.Cil.OpCode Shr;
- public static readonly Mono.Cecil.Cil.OpCode Shr_Un;
- public static readonly Mono.Cecil.Cil.OpCode Sizeof;
- public static readonly Mono.Cecil.Cil.OpCode Starg;
- public static readonly Mono.Cecil.Cil.OpCode Starg_S;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stfld;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stloc;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Stobj;
- public static readonly Mono.Cecil.Cil.OpCode Stsfld;
- public static readonly Mono.Cecil.Cil.OpCode Sub;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Switch;
- public static readonly Mono.Cecil.Cil.OpCode Tail;
- public static readonly Mono.Cecil.Cil.OpCode Throw;
- public static readonly Mono.Cecil.Cil.OpCode Unaligned;
- public static readonly Mono.Cecil.Cil.OpCode Unbox;
- public static readonly Mono.Cecil.Cil.OpCode Unbox_Any;
- public static readonly Mono.Cecil.Cil.OpCode Volatile;
- public static readonly Mono.Cecil.Cil.OpCode Xor;
- }
- public enum OpCodeType
- {
- Annotation = 0,
- Macro = 1,
- Nternal = 2,
- Objmodel = 3,
- Prefix = 4,
- Primitive = 5,
- }
- public enum OperandType
- {
- InlineArg = 14,
- InlineBrTarget = 0,
- InlineField = 1,
- InlineI = 2,
- InlineI8 = 3,
- InlineMethod = 4,
- InlineNone = 5,
- InlinePhi = 6,
- InlineR = 7,
- InlineSig = 8,
- InlineString = 9,
- InlineSwitch = 10,
- InlineTok = 11,
- InlineType = 12,
- InlineVar = 13,
- ShortInlineArg = 19,
- ShortInlineBrTarget = 15,
- ShortInlineI = 16,
- ShortInlineR = 17,
- ShortInlineVar = 18,
- }
- public sealed partial class Scope : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public Scope() { }
- public Mono.Cecil.Cil.Instruction End { get { throw null; } set { } }
- public bool HasScopes { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Scope> Scopes { get { throw null; } }
- public Mono.Cecil.Cil.Instruction Start { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- public sealed partial class SequencePoint
- {
- public SequencePoint(Mono.Cecil.Cil.Document document) { }
- public Mono.Cecil.Cil.Document Document { get { throw null; } set { } }
- public int EndColumn { get { throw null; } set { } }
- public int EndLine { get { throw null; } set { } }
- public int StartColumn { get { throw null; } set { } }
- public int StartLine { get { throw null; } set { } }
- }
- public enum StackBehaviour
- {
- Pop0 = 0,
- Pop1 = 1,
- Pop1_pop1 = 2,
- PopAll = 18,
- Popi = 3,
- Popi_pop1 = 4,
- Popi_popi = 5,
- Popi_popi8 = 6,
- Popi_popi_popi = 7,
- Popi_popr4 = 8,
- Popi_popr8 = 9,
- Popref = 10,
- Popref_pop1 = 11,
- Popref_popi = 12,
- Popref_popi_popi = 13,
- Popref_popi_popi8 = 14,
- Popref_popi_popr4 = 15,
- Popref_popi_popr8 = 16,
- Popref_popi_popref = 17,
- Push0 = 19,
- Push1 = 20,
- Push1_push1 = 21,
- Pushi = 22,
- Pushi8 = 23,
- Pushr4 = 24,
- Pushr8 = 25,
- Pushref = 26,
- Varpop = 27,
- Varpush = 28,
- }
- public sealed partial class VariableDefinition : Mono.Cecil.Cil.VariableReference
- {
- public VariableDefinition(Mono.Cecil.TypeReference variableType) { }
- public VariableDefinition(string name, Mono.Cecil.TypeReference variableType) { }
- public bool IsPinned { get { throw null; } }
- public override Mono.Cecil.Cil.VariableDefinition Resolve() { throw null; }
- }
- public abstract partial class VariableReference
- {
- internal VariableReference() { }
- protected Mono.Cecil.TypeReference variable_type;
- public int Index { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference VariableType { get { throw null; } set { } }
- public abstract Mono.Cecil.Cil.VariableDefinition Resolve();
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Collections.Generic
-{
- public partial class Collection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public Collection() { }
- public Collection(System.Collections.Generic.ICollection<T> items) { }
- public Collection(int capacity) { }
- public int Count { get { throw null; } }
- public T this[int index] { get { throw null; } set { } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- int System.Collections.ICollection.Count { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public void Add(T item) { }
- public void Clear() { }
- public bool Contains(T item) { throw null; }
- public void CopyTo(T[] array, int arrayIndex) { }
- public Mono.Collections.Generic.Collection<T>.Enumerator GetEnumerator() { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(int index, T item) { }
- protected virtual void OnAdd(T item, int index) { }
- protected virtual void OnClear() { }
- protected virtual void OnInsert(T item, int index) { }
- protected virtual void OnRemove(T item, int index) { }
- protected virtual void OnSet(T item, int index) { }
- public bool Remove(T item) { throw null; }
- public void RemoveAt(int index) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object value) { throw null; }
- void System.Collections.IList.Clear() { }
- bool System.Collections.IList.Contains(object value) { throw null; }
- int System.Collections.IList.IndexOf(object value) { throw null; }
- void System.Collections.IList.Insert(int index, object value) { }
- void System.Collections.IList.Remove(object value) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public T[] ToArray() { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
- {
- public T Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- }
- }
- public sealed partial class ReadOnlyCollection<T> : Mono.Collections.Generic.Collection<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public ReadOnlyCollection(Mono.Collections.Generic.Collection<T> collection) { }
- public ReadOnlyCollection(T[] array) { }
- public static Mono.Collections.Generic.ReadOnlyCollection<T> Empty { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- protected override void OnAdd(T item, int index) { }
- protected override void OnClear() { }
- protected override void OnInsert(T item, int index) { }
- protected override void OnRemove(T item, int index) { }
- protected override void OnSet(T item, int index) { }
- }
-}
diff --git a/src/v2.0/Mono.CompilerServices.SymbolWriter.cs b/src/v2.0/Mono.CompilerServices.SymbolWriter.cs
deleted file mode 100644
index 9432e5c..0000000
--- a/src/v2.0/Mono.CompilerServices.SymbolWriter.cs
+++ /dev/null
@@ -1,342 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- public partial class MonoSymbolWriter
- {
- protected readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile file;
- public MonoSymbolWriter(string filename) { }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile { get { throw null; } }
- public void CloseCompilerGeneratedBlock(int end_offset) { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int end_offset) { }
- public void DefineAnonymousScope(int id) { }
- public void DefineCapturedLocal(int scope_id, string name, string captured_name) { }
- public void DefineCapturedParameter(int scope_id, string name, string captured_name) { }
- public void DefineCapturedScope(int scope_id, int id, string captured_name) { }
- public void DefineCapturedThis(int scope_id, string captured_name) { }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry DefineCompilationUnit(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url, byte[] guid, byte[] checksum) { throw null; }
- public void DefineLocalVariable(int index, string name) { }
- public int DefineNamespace(string name, Mono.CompilerServices.SymbolWriter.CompileUnitEntry unit, string[] using_clauses, int parent) { throw null; }
- public void DefineScopeVariable(int scope, int index) { }
- public void EndIteratorBody(int end_offset) { }
- public void EndIteratorDispatcher(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void OpenCompilerGeneratedBlock(int start_offset) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder OpenMethod(Mono.CompilerServices.SymbolWriter.ICompileUnit file, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { throw null; }
- public int OpenScope(int start_offset) { throw null; }
- public void StartIteratorBody(int start_offset) { }
- public void StartIteratorDispatcher(int start_offset) { }
- public void WriteSymbolFile(System.Guid guid) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- }
- public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
- {
- public SymbolWriterImpl(System.Reflection.Emit.ModuleBuilder mb) { }
- public void Close() { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int endOffset) { }
- public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) { throw null; }
- public void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) { }
- public void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) { }
- public void Initialize(System.IntPtr emitter, string filename, bool fFullBuild) { }
- public void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method) { }
- public void OpenNamespace(string name) { }
- public int OpenScope(int startOffset) { throw null; }
- public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn) { }
- public void SetScopeRange(int scopeID, int startOffset, int endOffset) { }
- public void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data) { }
- public void SetUnderlyingWriter(System.IntPtr underlyingWriter) { }
- public void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod) { }
- public void UsingNamespace(string fullName) { }
- }
-}
diff --git a/src/v2.0/Mono.Data.Sqlite.cs b/src/v2.0/Mono.Data.Sqlite.cs
deleted file mode 100644
index 406aee6..0000000
--- a/src/v2.0/Mono.Data.Sqlite.cs
+++ /dev/null
@@ -1,611 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("http://sqlite.phxsoftware.com")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Public Domain")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("ADO.NET 2.0 Data Provider for SQLite")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.61.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTitleAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Data.Sqlite
-{
- public enum CollationEncodingEnum
- {
- UTF16BE = 3,
- UTF16LE = 2,
- UTF8 = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CollationSequence
- {
- public Mono.Data.Sqlite.CollationEncodingEnum Encoding;
- public string Name;
- public Mono.Data.Sqlite.CollationTypeEnum Type;
- public int Compare(char[] c1, char[] c2) { throw null; }
- public int Compare(string s1, string s2) { throw null; }
- }
- public enum CollationTypeEnum
- {
- Binary = 1,
- Custom = 0,
- NoCase = 2,
- Reverse = 3,
- }
- public partial class CommitEventArgs : System.EventArgs
- {
- internal CommitEventArgs() { }
- public bool AbortTransaction;
- }
- public enum FunctionType
- {
- Aggregate = 1,
- Collation = 2,
- Scalar = 0,
- }
- [System.ComponentModel.DesignerAttribute("SQLite.Designer.SqliteCommandDesigner, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- [System.ComponentModel.ToolboxItemAttribute(true)]
- public sealed partial class SqliteCommand : System.Data.Common.DbCommand, System.ICloneable
- {
- public SqliteCommand() { }
- public SqliteCommand(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection, Mono.Data.Sqlite.SqliteTransaction transaction) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.SQL.Design.SqlCommandTextEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string CommandText { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(30)]
- public override int CommandTimeout { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override System.Data.CommandType CommandType { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DbConnectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } set { } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
- protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
- protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- [System.ComponentModel.DesignOnlyAttribute(true)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override bool DesignTimeVisible { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
- public new Mono.Data.Sqlite.SqliteParameterCollection Parameters { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public new Mono.Data.Sqlite.SqliteTransaction Transaction { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(0))]
- public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public override void Cancel() { }
- public object Clone() { throw null; }
- protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
- public new Mono.Data.Sqlite.SqliteParameter CreateParameter() { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
- public override int ExecuteNonQuery() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public override object ExecuteScalar() { throw null; }
- public override void Prepare() { }
- }
- public sealed partial class SqliteCommandBuilder : System.Data.Common.DbCommandBuilder
- {
- public SqliteCommandBuilder() { }
- public SqliteCommandBuilder(Mono.Data.Sqlite.SqliteDataAdapter adp) { }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string CatalogSeparator { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteDataAdapter DataAdapter { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute("[")]
- public override string QuotePrefix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string QuoteSuffix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string SchemaSeparator { get { throw null; } set { } }
- protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause) { }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
- protected override string GetParameterName(int parameterOrdinal) { throw null; }
- protected override string GetParameterName(string parameterName) { throw null; }
- protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
- protected override System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
- public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
- protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
- public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
- }
- public delegate void SQLiteCommitHandler(object sender, Mono.Data.Sqlite.CommitEventArgs e);
- public enum SQLiteConfig
- {
- MultiThread = 2,
- Serialized = 3,
- SingleThread = 1,
- }
- public sealed partial class SqliteConnection : System.Data.Common.DbConnection, System.ICloneable
- {
- public SqliteConnection() { }
- public SqliteConnection(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteConnection(string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("SQLite.Designer.SqliteConnectionStringEditor, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string ConnectionString { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string Database { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string DataSource { get { throw null; } }
- protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string ServerVersion { get { throw null; } }
- public static string SQLiteVersion { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override System.Data.ConnectionState State { get { throw null; } }
- public event Mono.Data.Sqlite.SQLiteCommitHandler Commit { add { } remove { } }
- public event System.EventHandler RollBack { add { } remove { } }
- public override event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public event Mono.Data.Sqlite.SQLiteUpdateEventHandler Update { add { } remove { } }
- protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction() { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(bool deferredLock) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, bool deferredLock) { throw null; }
- public override void ChangeDatabase(string databaseName) { }
- public void ChangePassword(byte[] newPassword) { }
- public void ChangePassword(string newPassword) { }
- public static void ClearAllPools() { }
- public static void ClearPool(Mono.Data.Sqlite.SqliteConnection connection) { }
- public object Clone() { throw null; }
- public override void Close() { }
- public new Mono.Data.Sqlite.SqliteCommand CreateCommand() { throw null; }
- protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
- public static void CreateFile(string databaseFileName) { }
- protected override void Dispose(bool disposing) { }
- public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
- public override System.Data.DataTable GetSchema() { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
- public override void Open() { }
- public static void SetConfig(Mono.Data.Sqlite.SQLiteConfig config) { }
- public void SetPassword(byte[] databasePassword) { }
- public void SetPassword(string databasePassword) { }
- }
- [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
- public sealed partial class SqliteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
- {
- public SqliteConnectionStringBuilder() { }
- public SqliteConnectionStringBuilder(string connectionString) { }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool BinaryGUID { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(2000)]
- [System.ComponentModel.DisplayNameAttribute("Cache Size")]
- public int CacheSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.DisplayNameAttribute("Data Source")]
- public string DataSource { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteDateFormats)(1))]
- public Mono.Data.Sqlite.SQLiteDateFormats DateTimeFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.Data.IsolationLevel)(1048576))]
- [System.ComponentModel.DisplayNameAttribute("Default Isolation Level")]
- public System.Data.IsolationLevel DefaultIsolationLevel { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(30)]
- [System.ComponentModel.DisplayNameAttribute("Default Timeout")]
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool Enlist { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool FailIfMissing { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteJournalModeEnum)(0))]
- [System.ComponentModel.DisplayNameAttribute("Journal Mode")]
- public Mono.Data.Sqlite.SQLiteJournalModeEnum JournalMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Legacy Format")]
- public bool LegacyFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(0)]
- [System.ComponentModel.DisplayNameAttribute("Max Page Count")]
- public int MaxPageCount { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(1024)]
- [System.ComponentModel.DisplayNameAttribute("Page Size")]
- public int PageSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.PasswordPropertyTextAttribute(true)]
- public string Password { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool Pooling { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Read Only")]
- public bool ReadOnly { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SynchronizationModes)(0))]
- [System.ComponentModel.DisplayNameAttribute("Synchronous")]
- public Mono.Data.Sqlite.SynchronizationModes SyncMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public string Uri { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool UseUTF16Encoding { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(3)]
- public int Version { get { throw null; } set { } }
- public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
- }
- public abstract partial class SqliteConvert
- {
- internal SqliteConvert() { }
- protected static readonly System.DateTime UnixEpoch;
- public static string[] Split(string source, char separator) { throw null; }
- public static bool ToBoolean(object source) { throw null; }
- public static bool ToBoolean(string source) { throw null; }
- public System.DateTime ToDateTime(double julianDay) { throw null; }
- public System.DateTime ToDateTime(string dateText) { throw null; }
- public double ToJulianDay(System.DateTime value) { throw null; }
- public string ToString(System.DateTime dateValue) { throw null; }
- public virtual string ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- public byte[] ToUTF8(System.DateTime dateTimeValue) { throw null; }
- public static byte[] ToUTF8(string sourceText) { throw null; }
- public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- }
- [System.ComponentModel.DefaultEventAttribute("RowUpdated")]
- [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.SqlDataAdapterDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- public sealed partial class SqliteDataAdapter : System.Data.Common.DbDataAdapter
- {
- public SqliteDataAdapter() { }
- public SqliteDataAdapter(Mono.Data.Sqlite.SqliteCommand cmd) { }
- public SqliteDataAdapter(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteDataAdapter(string commandText, string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand DeleteCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand InsertCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand SelectCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand UpdateCommand { get { throw null; } set { } }
- public event System.EventHandler<System.Data.Common.RowUpdatedEventArgs> RowUpdated { add { } remove { } }
- public event System.EventHandler<System.Data.Common.RowUpdatingEventArgs> RowUpdating { add { } remove { } }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class SqliteDataReader : System.Data.Common.DbDataReader
- {
- internal SqliteDataReader() { }
- public override int Depth { get { throw null; } }
- public override int FieldCount { get { throw null; } }
- public override bool HasRows { get { throw null; } }
- public override bool IsClosed { get { throw null; } }
- public override object this[int i] { get { throw null; } }
- public override object this[string name] { get { throw null; } }
- public override int RecordsAffected { get { throw null; } }
- public override int VisibleFieldCount { get { throw null; } }
- public override void Close() { }
- public override bool GetBoolean(int i) { throw null; }
- public override byte GetByte(int i) { throw null; }
- public override long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) { throw null; }
- public override char GetChar(int i) { throw null; }
- public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) { throw null; }
- public override string GetDataTypeName(int i) { throw null; }
- public override System.DateTime GetDateTime(int i) { throw null; }
- public override decimal GetDecimal(int i) { throw null; }
- public override double GetDouble(int i) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public override System.Type GetFieldType(int i) { throw null; }
- public override float GetFloat(int i) { throw null; }
- public override System.Guid GetGuid(int i) { throw null; }
- public override short GetInt16(int i) { throw null; }
- public override int GetInt32(int i) { throw null; }
- public override long GetInt64(int i) { throw null; }
- public override string GetName(int i) { throw null; }
- public override int GetOrdinal(string name) { throw null; }
- public override System.Data.DataTable GetSchemaTable() { throw null; }
- public override string GetString(int i) { throw null; }
- public override object GetValue(int i) { throw null; }
- public override int GetValues(object[] values) { throw null; }
- public override bool IsDBNull(int i) { throw null; }
- public override bool NextResult() { throw null; }
- public override bool Read() { throw null; }
- }
- public partial class SqliteDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator
- {
- public SqliteDataSourceEnumerator() { }
- public override System.Data.DataTable GetDataSources() { throw null; }
- }
- public enum SQLiteDateFormats
- {
- ISO8601 = 1,
- JulianDay = 2,
- Ticks = 0,
- UnixEpoch = 3,
- }
- public enum SQLiteErrorCode
- {
- Abort = 4,
- Auth = 23,
- Busy = 5,
- CantOpen = 14,
- Constraint = 19,
- Corrupt = 11,
- Done = 101,
- Empty = 16,
- Error = 1,
- Format = 24,
- Full = 13,
- Internal = 2,
- Interrupt = 9,
- IOErr = 10,
- Locked = 6,
- Mismatch = 20,
- Misuse = 21,
- NOLFS = 22,
- NoMem = 7,
- NotADatabase = 26,
- NotFound = 12,
- Ok = 0,
- Perm = 3,
- Protocol = 15,
- Range = 25,
- ReadOnly = 8,
- Row = 100,
- Schema = 17,
- TooBig = 18,
- }
- [System.SerializableAttribute]
- public sealed partial class SqliteException : System.Data.Common.DbException
- {
- public SqliteException() { }
- public SqliteException(int errorCode, string extendedInformation) { }
- public SqliteException(string message) { }
- public SqliteException(string message, System.Exception innerException) { }
- public new Mono.Data.Sqlite.SQLiteErrorCode ErrorCode { get { throw null; } }
- }
- public sealed partial class SqliteFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
- {
- public static readonly Mono.Data.Sqlite.SqliteFactory Instance;
- public SqliteFactory() { }
- public override System.Data.Common.DbCommand CreateCommand() { throw null; }
- public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
- public override System.Data.Common.DbConnection CreateConnection() { throw null; }
- public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
- public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
- public override System.Data.Common.DbParameter CreateParameter() { throw null; }
- object System.IServiceProvider.GetService(System.Type serviceType) { throw null; }
- }
- public abstract partial class SqliteFunction : System.IDisposable
- {
- protected SqliteFunction() { }
- public Mono.Data.Sqlite.SqliteConvert SqliteConvert { get { throw null; } }
- public virtual int Compare(string param1, string param2) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual object Final(object contextData) { throw null; }
- public virtual object Invoke(object[] args) { throw null; }
- public static void RegisterFunction(System.Type typ) { }
- public virtual void Step(object[] args, int stepNumber, ref object contextData) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=true)]
- public sealed partial class SqliteFunctionAttribute : System.Attribute
- {
- public SqliteFunctionAttribute() { }
- public int Arguments { get { throw null; } set { } }
- public Mono.Data.Sqlite.FunctionType FuncType { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class SqliteFunctionEx : Mono.Data.Sqlite.SqliteFunction
- {
- public SqliteFunctionEx() { }
- protected Mono.Data.Sqlite.CollationSequence GetCollationSequence() { throw null; }
- }
- public enum SQLiteJournalModeEnum
- {
- Delete = 0,
- Off = 2,
- Persist = 1,
- }
- public static partial class SqliteMetaDataCollectionNames
- {
- public static readonly string Catalogs;
- public static readonly string Columns;
- public static readonly string ForeignKeys;
- public static readonly string IndexColumns;
- public static readonly string Indexes;
- public static readonly string Tables;
- public static readonly string Triggers;
- public static readonly string ViewColumns;
- public static readonly string Views;
- }
- public sealed partial class SqliteParameter : System.Data.Common.DbParameter, System.ICloneable
- {
- public SqliteParameter() { }
- public SqliteParameter(System.Data.DbType dbType) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(System.Data.DbType dbType, object value) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, object value) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, bool sourceColumnNullMapping, object value) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, object value) { }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
- public override System.Data.DbType DbType { get { throw null; } set { } }
- public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public override bool IsNullable { get { throw null; } set { } }
- public override string ParameterName { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(0)]
- public override int Size { get { throw null; } set { } }
- public override string SourceColumn { get { throw null; } set { } }
- public override bool SourceColumnNullMapping { get { throw null; } set { } }
- public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
- public override object Value { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override void ResetDbType() { }
- }
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ListBindableAttribute(false)]
- public sealed partial class SqliteParameterCollection : System.Data.Common.DbParameterCollection
- {
- internal SqliteParameterCollection() { }
- public override int Count { get { throw null; } }
- public override bool IsFixedSize { get { throw null; } }
- public override bool IsReadOnly { get { throw null; } }
- public override bool IsSynchronized { get { throw null; } }
- public new Mono.Data.Sqlite.SqliteParameter this[int index] { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteParameter this[string parameterName] { get { throw null; } set { } }
- public override object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Sqlite.SqliteParameter parameter) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override int Add(object value) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { throw null; }
- public void AddRange(Mono.Data.Sqlite.SqliteParameter[] values) { }
- public override void AddRange(System.Array values) { }
- public Mono.Data.Sqlite.SqliteParameter AddWithValue(string parameterName, object value) { throw null; }
- public override void Clear() { }
- public override bool Contains(object value) { throw null; }
- public override bool Contains(string parameterName) { throw null; }
- public override void CopyTo(System.Array array, int index) { }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
- public override int IndexOf(object value) { throw null; }
- public override int IndexOf(string parameterName) { throw null; }
- public override void Insert(int index, object value) { }
- public override void Remove(object value) { }
- public override void RemoveAt(int index) { }
- public override void RemoveAt(string parameterName) { }
- protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
- protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
- }
- public sealed partial class SqliteTransaction : System.Data.Common.DbTransaction
- {
- internal SqliteTransaction() { }
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
- public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public override void Commit() { }
- protected override void Dispose(bool disposing) { }
- public override void Rollback() { }
- }
- public delegate void SQLiteUpdateEventHandler(object sender, Mono.Data.Sqlite.UpdateEventArgs e);
- public enum SynchronizationModes
- {
- Full = 1,
- Normal = 0,
- Off = 2,
- }
- public enum TypeAffinity
- {
- Blob = 4,
- DateTime = 10,
- Double = 2,
- Int64 = 1,
- None = 11,
- Null = 5,
- Text = 3,
- Uninitialized = 0,
- }
- public partial class UpdateEventArgs : System.EventArgs
- {
- internal UpdateEventArgs() { }
- public readonly string Database;
- public readonly Mono.Data.Sqlite.UpdateEventType Event;
- public readonly long RowId;
- public readonly string Table;
- }
- public enum UpdateEventType
- {
- Delete = 9,
- Insert = 18,
- Update = 23,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v2.0/Mono.Data.Tds.cs b/src/v2.0/Mono.Data.Tds.cs
deleted file mode 100644
index 12e2b35..0000000
--- a/src/v2.0/Mono.Data.Tds.cs
+++ /dev/null
@@ -1,588 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Data.Tds
-{
- public delegate object FrameworkValueGetter(object rawValue, ref bool updated);
- public partial class TdsMetaParameter
- {
- public const int maxNVarCharCharacters = 1073741823;
- public const int maxVarCharCharacters = 2147483647;
- public TdsMetaParameter(string name, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, object value) { }
- public TdsMetaParameter(string name, object value) { }
- public TdsMetaParameter(string name, string typeName, object value) { }
- public Mono.Data.Tds.TdsParameterDirection Direction { get { throw null; } set { } }
- public bool IsAnyVarCharMax { get { throw null; } }
- public bool IsDateTimeType { get { throw null; } }
- public bool IsDecimalType { get { throw null; } }
- public bool IsMoneyType { get { throw null; } }
- public bool IsNonUnicodeText { get { throw null; } }
- public bool IsNullable { get { throw null; } set { } }
- public bool IsTextType { get { throw null; } }
- public bool IsVarCharMax { get { throw null; } }
- public bool IsVariableSizeType { get { throw null; } set { } }
- public bool IsVarNVarCharMax { get { throw null; } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public object RawValue { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string TypeName { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- public void CalculateIsVariableType() { }
- public void Validate(int index) { }
- }
- public partial class TdsMetaParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable
- {
- public TdsMetaParameterCollection() { }
- public int Count { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[int index] { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[string name] { get { throw null; } }
- public object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void Clear() { }
- public bool Contains(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public int IndexOf(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public int IndexOf(string name) { throw null; }
- public void Insert(int index, Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(string name) { }
- public void RemoveAt(int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- [System.SerializableAttribute]
- public enum TdsParameterDirection
- {
- Input = 0,
- InputOutput = 2,
- Output = 1,
- ReturnValue = 3,
- }
-}
-namespace Mono.Data.Tds.Protocol
-{
- public abstract partial class Tds
- {
- protected internal Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParms;
- protected Mono.Data.Tds.Protocol.TdsInternalErrorCollection messages;
- protected readonly byte[] NTLMSSP_ID;
- public Tds(string dataSource, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- public Tds(string dataSource, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- protected string Charset { get { throw null; } }
- public byte[] Collation { get { throw null; } }
- protected System.Collections.ArrayList ColumnNames { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumnCollection Columns { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataRow ColumnValues { get { throw null; } }
- public string Database { get { throw null; } }
- public string DataSource { get { throw null; } }
- public bool DoneProc { get { throw null; } }
- public virtual bool IsConnected { get { throw null; } set { } }
- protected string Language { get { throw null; } }
- protected System.Globalization.CultureInfo Locale { get { throw null; } }
- public bool MoreResults { get { throw null; } set { } }
- public System.Collections.ArrayList OutputParameters { get { throw null; } set { } }
- public int PacketSize { get { throw null; } }
- protected Mono.Data.Tds.TdsMetaParameterCollection Parameters { get { throw null; } set { } }
- public bool Pooling { get { throw null; } set { } }
- public int RecordsAffected { get { throw null; } set { } }
- public bool SequentialAccess { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.TdsVersion ServerTdsVersion { get { throw null; } }
- public string ServerVersion { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsVersion TdsVersion { get { throw null; } }
- public event Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventHandler TdsErrorMessage { add { } remove { } }
- public event Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventHandler TdsInfoMessage { add { } remove { } }
- public virtual System.IAsyncResult BeginExecuteNonQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected System.IAsyncResult BeginExecuteQueryInternal(string sql, bool wantResults, System.AsyncCallback callback, object state) { throw null; }
- public void Cancel() { }
- public void CheckAndThrowException(System.IAsyncResult ar) { }
- [System.MonoTODOAttribute("Is cancel enough, or do we need to drop the connection?")]
- protected void CheckForData(int timeout) { }
- public abstract bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters);
- protected Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs CreateTdsErrorMessageEvent(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- protected Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs CreateTdsInfoMessageEvent(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { throw null; }
- public static Mono.Data.Tds.Protocol.TdsTimeoutException CreateTimeoutException(string dataSource, string method) { throw null; }
- public virtual void Disconnect() { }
- public virtual void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public virtual void EndExecuteProcedure(System.IAsyncResult ar) { }
- public virtual void EndExecuteQuery(System.IAsyncResult ar) { }
- protected void EndExecuteQueryInternal(System.IAsyncResult ar) { }
- public virtual void ExecPrepared(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void ExecProc(string sql) { }
- public virtual void ExecProc(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected virtual void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void Execute(string sql) { }
- public virtual void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecuteQuery(string sql, int timeout, bool wantResults) { }
- protected object GetColumnValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool outParam) { throw null; }
- public static string GetPlainPassword(System.Security.SecureString secPass) { throw null; }
- public object GetSequentialColumnValue(int colIndex) { throw null; }
- public long GetSequentialColumnValue(int colIndex, long fieldIndex, byte[] buffer, int bufferIndex, int size) { throw null; }
- protected object GetStringValue(bool wideChars, int len, System.Text.Encoding enc) { throw null; }
- protected object GetStringValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool wideChars, bool outputParam, System.Text.Encoding encoder) { throw null; }
- protected int GetSubPacketLength() { throw null; }
- protected virtual void InitComm(int port, int timeout) { }
- protected internal void InitExec() { }
- protected virtual bool IsValidRowCount(byte status, byte op) { throw null; }
- protected bool IsWideType(Mono.Data.Tds.Protocol.TdsColumnType columnType) { throw null; }
- protected void LoadRow() { }
- public bool NextResult() { throw null; }
- public bool NextRow() { throw null; }
- protected void OnBeginExecuteQueryCallback(System.IAsyncResult ar) { }
- protected void OnTdsErrorMessage(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e) { }
- protected void OnTdsInfoMessage(Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e) { }
- public virtual string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected internal int ProcessAuthentication() { throw null; }
- protected void ProcessColumnDetail() { }
- protected abstract void ProcessColumnInfo();
- protected void ProcessColumnNames() { }
- protected void ProcessDynamic() { }
- [System.MonoTODOAttribute("Make sure counting works right, especially with multiple resultsets.")]
- protected void ProcessEndToken(Mono.Data.Tds.Protocol.TdsPacketSubType type) { }
- protected void ProcessEnvironmentChange() { }
- protected void ProcessLoginAck() { }
- protected void ProcessMessage(Mono.Data.Tds.Protocol.TdsPacketSubType subType) { }
- protected virtual void ProcessOutputParam() { }
- protected virtual void ProcessReturnStatus() { }
- protected virtual Mono.Data.Tds.Protocol.TdsPacketSubType ProcessSubPacket() { throw null; }
- protected void ProcessTableName() { }
- public virtual bool Reset() { throw null; }
- protected void SetCharset(string charset) { }
- protected void SetCharset(System.Text.Encoding encoder) { }
- protected void SetLanguage(string language) { }
- public void SkipToEnd() { }
- public virtual void Unprepare(string statementId) { }
- public void WaitFor(System.IAsyncResult ar) { }
- }
- public sealed partial class Tds42 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds42(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds42(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- }
- [System.MonoTODOAttribute("FIXME: Can packetsize be anything other than 512?")]
- public sealed partial class Tds50 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds50(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds50(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string id, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds70 : Mono.Data.Tds.Protocol.Tds
- {
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int lifetime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- protected virtual byte[] ClientVersion { get { throw null; } }
- protected virtual byte Precision { get { throw null; } }
- public override System.IAsyncResult BeginExecuteNonQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public override void EndExecuteProcedure(System.IAsyncResult ar) { }
- public override void EndExecuteQuery(System.IAsyncResult ar) { }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessReturnStatus() { }
- public override bool Reset() { throw null; }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds80 : Mono.Data.Tds.Protocol.Tds70
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int lifetime) : base (default(string), default(int)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port, int packetSize, int timeout) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int)) { }
- protected override byte[] ClientVersion { get { throw null; } }
- protected override byte Precision { get { throw null; } }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessOutputParam() { }
- }
- public partial class TdsBigDecimal
- {
- public TdsBigDecimal(byte precision, byte scale, bool isNegative, int[] data) { }
- public int[] Data { get { throw null; } }
- public bool IsNegative { get { throw null; } }
- public byte Precision { get { throw null; } }
- public byte Scale { get { throw null; } }
- }
- public partial class TdsBulkCopy
- {
- public TdsBulkCopy(Mono.Data.Tds.Protocol.Tds tds) { }
- public bool BulkCopyData(object o, bool isNewRow, int size, Mono.Data.Tds.TdsMetaParameter parameter) { throw null; }
- public bool BulkCopyEnd() { throw null; }
- public bool BulkCopyStart(Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- public bool SendColumnMetaData(string colMetaData) { throw null; }
- }
- public enum TdsColumnStatus
- {
- Hidden = 16,
- IsExpression = 4,
- IsKey = 8,
- Rename = 32,
- }
- public enum TdsColumnType
- {
- BigBinary = 173,
- BigChar = 175,
- BigInt = 127,
- BigNVarChar = 231,
- BigVarBinary = 165,
- BigVarChar = 167,
- Binary = 45,
- Bit = 50,
- BitN = 104,
- Char = 47,
- DateTime = 61,
- DateTime4 = 58,
- DateTimeN = 111,
- Decimal = 106,
- Float8 = 62,
- FloatN = 109,
- Image = 34,
- Int1 = 48,
- Int2 = 52,
- Int4 = 56,
- IntN = 38,
- Money = 60,
- Money4 = 112,
- MoneyN = 110,
- NChar = 239,
- NText = 99,
- Numeric = 108,
- NVarChar = 103,
- Real = 59,
- SmallMoney = 122,
- Text = 35,
- UniqueIdentifier = 36,
- VarBinary = 37,
- VarChar = 39,
- Variant = 98,
- Void = 31,
- }
- public partial class TdsConnectionInfo
- {
- public string DataSource;
- public int LifeTime;
- public int PacketSize;
- public int PoolMaxSize;
- public int PoolMinSize;
- public int Port;
- public int Timeout;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize) { }
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize, int lifeTime) { }
- public override string ToString() { throw null; }
- }
- public partial class TdsConnectionParameters
- {
- public string ApplicationName;
- public string AttachDBFileName;
- public string Charset;
- public string Database;
- public string DefaultDomain;
- public bool DomainLogin;
- public string Hostname;
- public string Language;
- public string LibraryName;
- public System.Security.SecureString Password;
- public bool PasswordSet;
- public string ProgName;
- public string User;
- public TdsConnectionParameters() { }
- public void Reset() { }
- }
- public partial class TdsConnectionPool
- {
- public TdsConnectionPool(Mono.Data.Tds.Protocol.TdsConnectionPoolManager manager, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { }
- public bool Pooling { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.Tds GetConnection() { throw null; }
- public void ReleaseConnection(Mono.Data.Tds.Protocol.Tds connection) { }
- public void ResetConnectionPool() { }
- }
- public partial class TdsConnectionPoolManager
- {
- public TdsConnectionPoolManager(Mono.Data.Tds.Protocol.TdsVersion version) { }
- public virtual Mono.Data.Tds.Protocol.Tds CreateConnection(Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- public System.Collections.IDictionary GetConnectionPool() { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString) { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- }
- public partial class TdsDataColumn
- {
- public TdsDataColumn() { }
- public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsRowVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object this[string key] { get { throw null; } set { } }
- public System.Nullable<int> LCID { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> SortOrder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class TdsDataColumnCollection : System.Collections.IEnumerable
- {
- public TdsDataColumnCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumn this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsDataColumn schema) { throw null; }
- public void Add(Mono.Data.Tds.Protocol.TdsDataColumnCollection columns) { }
- public void Clear() { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- }
- public partial class TdsDataRow : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public TdsDataRow() { }
- public int BigDecimalIndex { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public object this[int index] { get { throw null; } set { } }
- public object SyncRoot { get { throw null; } }
- public int Add(object value) { throw null; }
- public void Clear() { }
- public bool Contains(object value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public void CopyTo(int index, System.Array array, int arrayIndex, int count) { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public int IndexOf(object value) { throw null; }
- public void Insert(int index, object value) { }
- public void Remove(object value) { }
- public void RemoveAt(int index) { }
- }
- public enum TdsEnvPacketSubType
- {
- BlockSize = 4,
- CharSet = 3,
- CollationInfo = 7,
- Database = 1,
- Locale = 5,
- }
- public sealed partial class TdsInternalError
- {
- public TdsInternalError(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { }
- public byte Class { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public string Message { get { throw null; } set { } }
- public int Number { get { throw null; } set { } }
- public string Procedure { get { throw null; } set { } }
- public string Server { get { throw null; } set { } }
- public string Source { get { throw null; } set { } }
- public byte State { get { throw null; } set { } }
- }
- public sealed partial class TdsInternalErrorCollection : System.Collections.IEnumerable
- {
- public TdsInternalErrorCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalError this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsInternalError error) { throw null; }
- public void Clear() { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public sealed partial class TdsInternalErrorMessageEventArgs : Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs
- {
- public TdsInternalErrorMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) : base (default(Mono.Data.Tds.Protocol.TdsInternalErrorCollection)) { }
- }
- public delegate void TdsInternalErrorMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e);
- public partial class TdsInternalException : System.SystemException
- {
- internal TdsInternalException() { }
- public byte Class { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public override string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public override string Source { get { throw null; } }
- public byte State { get { throw null; } }
- [System.MonoTODOAttribute]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class TdsInternalInfoMessageEventArgs : System.EventArgs
- {
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) { }
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { }
- public byte Class { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalErrorCollection Errors { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public string Source { get { throw null; } }
- public byte State { get { throw null; } }
- public int Add(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- }
- public delegate void TdsInternalInfoMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e);
- public enum TdsPacketSubType
- {
- AltFormat = 168,
- AltName = 167,
- Authentication = 237,
- Capability = 226,
- ColumnDetail = 165,
- ColumnInfo = 161,
- ColumnMetadata = 129,
- ColumnName = 160,
- ColumnOrder = 169,
- Control = 174,
- Done = 253,
- DoneInProc = 255,
- DoneProc = 254,
- Dynamic = 231,
- Dynamic2 = 163,
- EED = 229,
- EnvironmentChange = 227,
- Error = 170,
- Info = 171,
- LoginAck = 173,
- Param = 172,
- Parameters = 215,
- ParamFormat = 236,
- ProcId = 124,
- ReturnStatus = 121,
- Row = 209,
- RowFormat = 238,
- TableName = 164,
- }
- public enum TdsPacketType
- {
- Bulk = 7,
- Cancel = 6,
- DBRPC = 230,
- Logoff = 113,
- Logon = 2,
- Logon70 = 16,
- None = 0,
- Normal = 15,
- Proc = 3,
- Query = 1,
- Reply = 4,
- RPC = 3,
- SspAuth = 17,
- }
- public enum TdsRpcProcId
- {
- Cursor = 1,
- CursorClose = 9,
- CursorExecute = 4,
- CursorFetch = 7,
- CursorOpen = 2,
- CursorOption = 8,
- CursorPrepare = 3,
- CursorPrepExec = 5,
- CursorUnprepare = 6,
- Execute = 12,
- ExecuteSql = 10,
- Prepare = 11,
- PrepExec = 13,
- PrepExecRpc = 14,
- Unprepare = 15,
- }
- public partial class TdsTimeoutException : Mono.Data.Tds.Protocol.TdsInternalException
- {
- internal TdsTimeoutException() { }
- }
- public enum TdsVersion
- {
- tds100 = 100,
- tds42 = 42,
- tds50 = 50,
- tds70 = 70,
- tds80 = 80,
- tds81 = 81,
- tds90 = 90,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v2.0/Mono.Debugger.Soft.cs b/src/v2.0/Mono.Debugger.Soft.cs
deleted file mode 100644
index 75eefd8..0000000
--- a/src/v2.0/Mono.Debugger.Soft.cs
+++ /dev/null
@@ -1,862 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono Soft Debugger API library")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Debugger.Soft.dll")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Debugger.Soft
-{
- public partial class AbsentInformationException : System.Exception
- {
- public AbsentInformationException() { }
- }
- public partial class AppDomainCreateEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainCreateEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class AppDomainMirror : Mono.Debugger.Soft.Mirror
- {
- internal AppDomainMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Corlib { get { throw null; } }
- public string FriendlyName { get { throw null; } }
- public Mono.Debugger.Soft.ObjectMirror CreateBoxedValue(Mono.Debugger.Soft.Value value) { throw null; }
- public Mono.Debugger.Soft.StringMirror CreateString(string s) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror[] GetAssemblies() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetCorrespondingType(System.Type t) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror GetEntryAssembly() { throw null; }
- }
- public partial class AppDomainUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainUnloadEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class ArrayMirror : Mono.Debugger.Soft.ObjectMirror, System.Collections.IEnumerable
- {
- internal ArrayMirror() { }
- public int[] lengths;
- public int[] lower_bounds;
- public int rank;
- public Mono.Debugger.Soft.Value this[int index] { get { throw null; } set { } }
- public int Length { get { throw null; } }
- public int Rank { get { throw null; } }
- public int GetLength(int dimension) { throw null; }
- public int GetLowerBound(int dimension) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Value> GetValues(int index, int length) { throw null; }
- public void SetValues(int index, Mono.Debugger.Soft.Value[] values) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class AssemblyLoadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyLoadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public sealed partial class AssemblyLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal AssemblyLoadEventRequest() { }
- }
- public partial class AssemblyMirror : Mono.Debugger.Soft.Mirror
- {
- internal AssemblyMirror() { }
- public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
- public string Location { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
- public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
- public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
- public virtual System.Reflection.AssemblyName GetName() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError, bool ignoreCase) { throw null; }
- }
- public partial class AssemblyUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyUnloadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public partial class BreakpointEvent : Mono.Debugger.Soft.Event
- {
- internal BreakpointEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class BreakpointEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal BreakpointEventRequest() { }
- public override void Enable() { }
- }
- public partial class CommandException : System.Exception
- {
- internal CommandException() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Connection
- {
- protected Connection() { }
- public void ForceDisconnect() { }
- public void StartBuffering() { }
- public void StopBuffering() { }
- protected abstract void TransportClose();
- protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
- protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
- protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
- public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
- }
- public sealed partial class CustomAttributeDataMirror
- {
- internal CustomAttributeDataMirror() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public Mono.Debugger.Soft.MethodMirror Constructor { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror> ConstructorArguments { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeNamedArgumentMirror> NamedArguments { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgumentMirror
- {
- public Mono.Debugger.Soft.FieldInfoMirror Field { get { throw null; } }
- public Mono.Debugger.Soft.PropertyInfoMirror Property { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror TypedValue { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeTypedArgumentMirror
- {
- public System.Type ArgumentType { get { throw null; } }
- public object Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EnumMirror : Mono.Debugger.Soft.StructMirror
- {
- internal EnumMirror() { }
- public string StringValue { get { throw null; } }
- public object Value { get { throw null; } set { } }
- }
- public enum ErrorCode
- {
- ABSENT_INFORMATION = 105,
- ERR_NO_INVOCATION = 104,
- ERR_UNLOADED = 103,
- INVALID_ARGUMENT = 102,
- INVALID_FIELDID = 25,
- INVALID_FRAMEID = 30,
- INVALID_OBJECT = 20,
- NONE = 0,
- NOT_IMPLEMENTED = 100,
- NOT_SUSPENDED = 101,
- NO_SEQ_POINT_AT_IL_OFFSET = 106,
- }
- public partial class ErrorHandlerEventArgs : System.EventArgs
- {
- public ErrorHandlerEventArgs() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Event
- {
- internal Event() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.EventRequest Request { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class EventRequest
- {
- internal EventRequest() { }
- protected System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> assembly_filter;
- protected int count;
- protected bool enabled;
- protected Mono.Debugger.Soft.EventType etype;
- protected int id;
- protected Mono.Debugger.Soft.SuspendPolicy suspend;
- protected Mono.Debugger.Soft.ThreadMirror thread;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> AssemblyFilter { get { throw null; } set { } }
- public int Count { get { throw null; } set { } }
- public bool Enabled { get { throw null; } set { } }
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } set { } }
- protected void CheckDisabled() { }
- protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
- public void Disable() { }
- public virtual void Enable() { }
- protected void SetEnabled(int id) { }
- }
- public partial class EventSet
- {
- internal EventSet() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.Event[] Events { get { throw null; } }
- public Mono.Debugger.Soft.Event this[int index] { get { throw null; } }
- public Mono.Debugger.Soft.SuspendPolicy SuspendPolicy { get { throw null; } }
- }
- public enum EventType
- {
- AppDomainCreate = 4,
- AppDomainUnload = 5,
- AssemblyLoad = 8,
- AssemblyUnload = 9,
- Breakpoint = 10,
- Exception = 13,
- KeepAlive = 14,
- MethodEntry = 6,
- MethodExit = 7,
- Step = 11,
- ThreadDeath = 3,
- ThreadStart = 2,
- TypeLoad = 12,
- UserBreak = 15,
- UserLog = 16,
- VMDeath = 1,
- VMDisconnect = 99,
- VMStart = 0,
- }
- public partial class ExceptionEvent : Mono.Debugger.Soft.Event
- {
- internal ExceptionEvent() { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- public sealed partial class ExceptionEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal ExceptionEventRequest() { }
- public Mono.Debugger.Soft.TypeMirror ExceptionType { get { throw null; } }
- public bool IncludeSubclasses { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class FieldInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public FieldInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.TypeMirror type, System.Reflection.FieldAttributes attrs) { }
- public FieldInfoMirror(Mono.Debugger.Soft.VirtualMachine vm, long id) { }
- public System.Reflection.FieldAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror FieldType { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsInitOnly { get { throw null; } }
- public bool IsLiteral { get { throw null; } }
- public bool IsNotSerialized { get { throw null; } }
- public bool IsPinvokeImpl { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.Cecil.FieldDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- }
- public partial interface IInvokeAsyncResult : System.IAsyncResult
- {
- void Abort();
- }
- public partial class ILExceptionHandler
- {
- internal ILExceptionHandler() { }
- public Mono.Debugger.Soft.TypeMirror CatchType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int FilterOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Debugger.Soft.ILExceptionHandlerType HandlerType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public enum ILExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public partial class ILInstruction
- {
- internal ILInstruction() { }
- public Mono.Debugger.Soft.ILInstruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } }
- public object Operand { get { throw null; } set { } }
- public Mono.Debugger.Soft.ILInstruction Previous { get { throw null; } set { } }
- }
- public partial interface IMirror
- {
- Mono.Debugger.Soft.VirtualMachine VirtualMachine { get; }
- }
- public partial class InterfaceMappingMirror : Mono.Debugger.Soft.Mirror
- {
- internal InterfaceMappingMirror() { }
- public Mono.Debugger.Soft.MethodMirror[] InterfaceMethods;
- public Mono.Debugger.Soft.TypeMirror InterfaceType;
- public Mono.Debugger.Soft.MethodMirror[] TargetMethods;
- public Mono.Debugger.Soft.TypeMirror TargetType;
- }
- public partial class InvalidStackFrameException : System.Exception
- {
- public InvalidStackFrameException() { }
- }
- public partial class InvocationException : System.Exception
- {
- public InvocationException(Mono.Debugger.Soft.ObjectMirror exception) { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum InvokeOptions
- {
- DisableBreakpoints = 1,
- None = 0,
- ReturnOutArgs = 8,
- ReturnOutThis = 4,
- SingleThreaded = 2,
- Virtual = 16,
- }
- public partial class InvokeResult
- {
- public InvokeResult() { }
- public Mono.Debugger.Soft.Value[] OutArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value OutThis { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value Result { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial interface ITargetProcess
- {
- bool HasExited { get; }
- int Id { get; }
- string ProcessName { get; }
- System.IO.StreamReader StandardError { get; }
- System.IO.StreamReader StandardOutput { get; }
- event System.EventHandler Exited;
- void Kill();
- }
- public partial class LaunchOptions
- {
- public LaunchOptions() { }
- public string AgentArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.ProcessLauncher CustomProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.TargetProcessLauncher CustomTargetProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Valgrind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public delegate System.Diagnostics.Process ProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- public delegate Mono.Debugger.Soft.ITargetProcess TargetProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- }
- public partial class LocalVariable : Mono.Debugger.Soft.Mirror
- {
- internal LocalVariable() { }
- public int Index { get { throw null; } }
- public bool IsArg { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public partial class Location : Mono.Debugger.Soft.Mirror
- {
- internal Location() { }
- public int ColumnNumber { get { throw null; } }
- public int EndColumnNumber { get { throw null; } }
- public int EndLineNumber { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public byte[] SourceFileHash { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class MethodBodyMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodBodyMirror() { }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILExceptionHandler> ExceptionHandlers { get { throw null; } }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILInstruction> Instructions { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public byte[] GetILAsByteArray() { throw null; }
- }
- public partial class MethodEntryEvent : Mono.Debugger.Soft.Event
- {
- internal MethodEntryEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodEntryEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodEntryEventRequest() { }
- }
- public partial class MethodExitEvent : Mono.Debugger.Soft.Event
- {
- internal MethodExitEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodExitEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodExitEventRequest() { }
- }
- public partial class MethodMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodMirror() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public string FullName { get { throw null; } }
- public System.Collections.Generic.IList<int> ILOffsets { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsFinal { get { throw null; } }
- public bool IsGenericMethod { get { throw null; } }
- public bool IsGenericMethodDefinition { get { throw null; } }
- public bool IsHideBySig { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public System.Collections.Generic.IList<int> LineNumbers { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Location> Locations { get { throw null; } }
- public Mono.Cecil.MethodDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.ParameterInfoMirror ReturnParameter { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ReturnType { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public Mono.Debugger.Soft.Value Evaluate(Mono.Debugger.Soft.Value this_val, Mono.Debugger.Soft.Value[] args) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGenericMethodDefinition() { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetLocal(string name) { throw null; }
- public Mono.Debugger.Soft.LocalVariable[] GetLocals() { throw null; }
- public Mono.Debugger.Soft.MethodBodyMirror GetMethodBody() { throw null; }
- public System.Reflection.MethodImplAttributes GetMethodImplementationFlags() { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetParameters() { throw null; }
- public Mono.Debugger.Soft.Location LocationAtILOffset(int il_offset) { throw null; }
- public Mono.Debugger.Soft.MethodMirror MakeGenericMethod(Mono.Debugger.Soft.TypeMirror[] args) { throw null; }
- }
- public abstract partial class Mirror : Mono.Debugger.Soft.IMirror
- {
- internal Mirror() { }
- protected long id;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.VirtualMachine VirtualMachine { get { throw null; } }
- protected void CheckMirror(Mono.Debugger.Soft.Mirror m) { }
- protected void SetVirtualMachine(Mono.Debugger.Soft.VirtualMachine vm) { }
- }
- public partial class ModuleMirror : Mono.Debugger.Soft.Mirror
- {
- internal ModuleMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public System.Guid ModuleVersionId { get { throw null; } }
- public string Name { get { throw null; } }
- public string ScopeName { get { throw null; } }
- }
- public partial class ObjectCollectedException : System.Exception
- {
- public ObjectCollectedException() { }
- }
- public partial class ObjectMirror : Mono.Debugger.Soft.Value
- {
- internal ObjectMirror() { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public bool IsCollected { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public System.IAsyncResult BeginInvokeMultiple(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror[] methods, System.Collections.Generic.IList<System.Collections.Generic.IList<Mono.Debugger.Soft.Value>> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public void EndInvokeMultiple(System.IAsyncResult asyncResult) { }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class ParameterInfoMirror : Mono.Debugger.Soft.Mirror
- {
- internal ParameterInfoMirror() { }
- public System.Reflection.ParameterAttributes Attributes { get { throw null; } }
- public bool IsRetval { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ParameterType { get { throw null; } }
- public int Position { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class PointerValue : Mono.Debugger.Soft.Value
- {
- public PointerValue(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.TypeMirror type, long addr) { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PrimitiveValue : Mono.Debugger.Soft.Value
- {
- public PrimitiveValue(Mono.Debugger.Soft.VirtualMachine vm, object value) { }
- public object Value { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PropertyInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public PropertyInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.MethodMirror get_method, Mono.Debugger.Soft.MethodMirror set_method, System.Reflection.PropertyAttributes attrs) { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public Mono.Cecil.PropertyDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror PropertyType { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod(bool nonPublic) { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetIndexParameters() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod(bool nonPublic) { throw null; }
- }
- public partial class StackFrame : Mono.Debugger.Soft.Mirror
- {
- internal StackFrame() { }
- public int ColumnNumber { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public string FileName { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public bool IsDebuggerInvoke { get { throw null; } }
- public bool IsNativeTransition { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.Location Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public Mono.Debugger.Soft.Value GetArgument(int pos) { throw null; }
- public Mono.Debugger.Soft.Value GetThis() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.LocalVariable var) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.ParameterInfoMirror param) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(Mono.Debugger.Soft.LocalVariable[] vars) { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetVisibleVariableByName(string name) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.LocalVariable> GetVisibleVariables() { throw null; }
- public void SetValue(Mono.Debugger.Soft.LocalVariable var, Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.ParameterInfoMirror param, Mono.Debugger.Soft.Value value) { }
- }
- public enum StepDepth
- {
- Into = 0,
- Out = 2,
- Over = 1,
- }
- public partial class StepEvent : Mono.Debugger.Soft.Event
- {
- internal StepEvent() { }
- public long Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class StepEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal StepEventRequest() { }
- public Mono.Debugger.Soft.StepDepth Depth { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepFilter Filter { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepSize Size { get { throw null; } set { } }
- public new Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override void Enable() { }
- }
- [System.FlagsAttribute]
- public enum StepFilter
- {
- DebuggerHidden = 2,
- DebuggerNonUserCode = 8,
- DebuggerStepThrough = 4,
- None = 0,
- StaticCtor = 1,
- }
- public enum StepSize
- {
- Line = 1,
- Min = 0,
- }
- public partial class StringMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal StringMirror() { }
- public int Length { get { throw null; } }
- public string Value { get { throw null; } }
- public char[] GetChars(int index, int length) { throw null; }
- }
- public partial class StructMirror : Mono.Debugger.Soft.Value
- {
- internal StructMirror() { }
- public Mono.Debugger.Soft.Value[] Fields { get { throw null; } }
- public Mono.Debugger.Soft.Value this[string field] { get { throw null; } set { } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- }
- public enum SuspendPolicy
- {
- All = 2,
- EventThread = 1,
- None = 0,
- }
- public partial class ThreadDeathEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadDeathEvent() { }
- }
- public partial class ThreadMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal ThreadMirror() { }
- public long Id { get { throw null; } }
- public bool IsThreadPoolThread { get { throw null; } }
- public string Name { get { throw null; } }
- public static bool NativeTransitions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long ThreadId { get { throw null; } }
- public System.Threading.ThreadState ThreadState { get { throw null; } }
- public long TID { get { throw null; } }
- public static void FetchFrames(System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> threads) { }
- public Mono.Debugger.Soft.StackFrame[] GetFrames() { throw null; }
- public void SetIP(Mono.Debugger.Soft.Location loc) { }
- }
- public partial class ThreadStartEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadStartEvent() { }
- }
- public partial class TypeLoadEvent : Mono.Debugger.Soft.Event
- {
- internal TypeLoadEvent() { }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public sealed partial class TypeLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal TypeLoadEventRequest() { }
- public string[] SourceFileFilter { get { throw null; } set { } }
- public string[] TypeNameFilter { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class TypeMirror : Mono.Debugger.Soft.Mirror
- {
- internal TypeMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public System.Reflection.TypeAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror BaseType { get { throw null; } }
- public string CSharpName { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror EnumUnderlyingType { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasElementType { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAnsiClass { get { throw null; } }
- public bool IsArray { get { throw null; } }
- public bool IsAutoClass { get { throw null; } }
- public bool IsAutoLayout { get { throw null; } }
- public bool IsByRef { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsCOMObject { get { throw null; } }
- public bool IsContextful { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } }
- public bool IsGenericType { get { throw null; } }
- public bool IsGenericTypeDefinition { get { throw null; } }
- public bool IsImport { get { throw null; } }
- public bool IsInitialized { get { throw null; } }
- public bool IsInterface { get { throw null; } }
- public bool IsLayoutSequential { get { throw null; } }
- public bool IsMarshalByRef { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public bool IsNestedAssembly { get { throw null; } }
- public bool IsNestedFamANDAssem { get { throw null; } }
- public bool IsNestedFamily { get { throw null; } }
- public bool IsNestedFamORAssem { get { throw null; } }
- public bool IsNestedPrivate { get { throw null; } }
- public bool IsNestedPublic { get { throw null; } }
- public bool IsNotPublic { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSerializable { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsUnicodeClass { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public Mono.Cecil.TypeDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror Module { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public int GetArrayRank() { throw null; }
- protected virtual System.Reflection.TypeAttributes GetAttributeFlagsImpl() { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetElementType() { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror GetField(string name) { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror[] GetFields() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetGenericTypeDefinition() { throw null; }
- public Mono.Debugger.Soft.InterfaceMappingMirror GetInterfaceMap(Mono.Debugger.Soft.TypeMirror interfaceType) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetInterfaces() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetMethod(string name) { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethods() { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethodsByNameFlags(string name, System.Reflection.BindingFlags flags, bool ignoreCase) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties() { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror GetProperty(string name) { throw null; }
- public string[] GetSourceFiles() { throw null; }
- public string[] GetSourceFiles(bool returnFullPaths) { throw null; }
- public Mono.Debugger.Soft.ObjectMirror GetTypeObject() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- protected virtual bool HasElementTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- protected virtual bool IsArrayImpl() { throw null; }
- public virtual bool IsAssignableFrom(Mono.Debugger.Soft.TypeMirror c) { throw null; }
- protected virtual bool IsByRefImpl() { throw null; }
- protected virtual bool IsCOMObjectImpl() { throw null; }
- protected virtual bool IsContextfulImpl() { throw null; }
- protected virtual bool IsMarshalByRefImpl() { throw null; }
- protected virtual bool IsPointerImpl() { throw null; }
- protected virtual bool IsPrimitiveImpl() { throw null; }
- protected virtual bool IsValueTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class UserBreakEvent : Mono.Debugger.Soft.Event
- {
- internal UserBreakEvent() { }
- }
- public partial class UserLogEvent : Mono.Debugger.Soft.Event
- {
- internal UserLogEvent() { }
- public string Category { get { throw null; } }
- public int Level { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public abstract partial class Value : Mono.Debugger.Soft.Mirror
- {
- internal Value() { }
- }
- public partial class VersionInfo
- {
- public VersionInfo() { }
- public int MajorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MinorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string VMVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AtLeast(int major, int minor) { throw null; }
- }
- public partial class VirtualMachine : Mono.Debugger.Soft.Mirror
- {
- internal VirtualMachine() { }
- public System.Net.EndPoint EndPoint { get { throw null; } }
- public System.Diagnostics.Process Process { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror RootDomain { get { throw null; } }
- public System.IO.StreamReader StandardError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.IO.StreamReader StandardOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.ITargetProcess TargetProcess { get { throw null; } }
- public Mono.Debugger.Soft.VersionInfo Version { get { throw null; } }
- public void ClearAllBreakpoints() { }
- public Mono.Debugger.Soft.AssemblyLoadEventRequest CreateAssemblyLoadRequest() { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.Location loc) { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public Mono.Debugger.Soft.EnumMirror CreateEnumMirror(Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.PrimitiveValue value) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught) { throw null; }
- public Mono.Debugger.Soft.MethodEntryEventRequest CreateMethodEntryRequest() { throw null; }
- public Mono.Debugger.Soft.MethodExitEventRequest CreateMethodExitRequest() { throw null; }
- public Mono.Debugger.Soft.StepEventRequest CreateStepRequest(Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.TypeLoadEventRequest CreateTypeLoadRequest() { throw null; }
- public Mono.Debugger.Soft.PrimitiveValue CreateValue(object value) { throw null; }
- public void Detach() { }
- public void Disconnect() { }
- [System.ObsoleteAttribute("This method was poorly named; use the Detach() method instead")]
- public void Dispose() { }
- public void EnableEvents(params Mono.Debugger.Soft.EventType[] events) { }
- public void EnableEvents(Mono.Debugger.Soft.EventType[] events, Mono.Debugger.Soft.SuspendPolicy suspendPolicy) { }
- public void Exit(int exitCode) { }
- public void ForceDisconnect() { }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
- public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
- public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypes(string name, bool ignoreCase) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypesForSourceFile(string fname, bool ignoreCase) { throw null; }
- public void Resume() { }
- public Mono.Debugger.Soft.BreakpointEventRequest SetBreakpoint(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public void SetSocketTimeouts(int send_timeout, int receive_timeout, int keepalive_interval) { }
- public void Suspend() { }
- }
- public partial class VirtualMachineManager
- {
- internal VirtualMachineManager() { }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback, out int dbg_port, out int con_port) { dbg_port = default(int); con_port = default(int); throw null; }
- public static void CancelConnection(System.IAsyncResult asyncResult) { }
- public static Mono.Debugger.Soft.VirtualMachine Connect(Mono.Debugger.Soft.Connection transport, System.IO.StreamReader standardOutput, System.IO.StreamReader standardError) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint, System.Net.IPEndPoint consoleEndpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ConnectInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock, System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndConnect(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndLaunch(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndListen(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(Mono.Debugger.Soft.ITargetProcess p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(System.Diagnostics.Process p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ListenInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock) { throw null; }
- }
- public partial class VMDeathEvent : Mono.Debugger.Soft.Event
- {
- public VMDeathEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, int exit_code) { }
- public int ExitCode { get { throw null; } }
- }
- public partial class VMDisconnectedException : System.Exception
- {
- public VMDisconnectedException() { }
- }
- public partial class VMDisconnectEvent : Mono.Debugger.Soft.Event
- {
- public VMDisconnectEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id) { }
- }
- public partial class VMMismatchException : System.Exception
- {
- public VMMismatchException() { }
- }
- public partial class VMNotSuspendedException : System.InvalidOperationException
- {
- public VMNotSuspendedException() { }
- }
- public partial class VMStartEvent : Mono.Debugger.Soft.Event
- {
- public VMStartEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, long thread_id) { }
- }
-}
diff --git a/src/v2.0/Mono.Http.cs b/src/v2.0/Mono.Http.cs
deleted file mode 100644
index 4344fe8..0000000
--- a/src/v2.0/Mono.Http.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Http and ASP.NET utilities")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Http.dll")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Http
-{
- [System.SerializableAttribute]
- public partial class GZipWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
- {
- public GZipWebRequest(System.Net.WebRequest request) { }
- protected GZipWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- public override string ConnectionGroupName { get { throw null; } set { } }
- public override long ContentLength { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Net.ICredentials Credentials { get { throw null; } set { } }
- public bool EnableCompression { get { throw null; } set { } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
- public override string Method { get { throw null; } set { } }
- public override bool PreAuthenticate { get { throw null; } set { } }
- public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
- public System.Net.WebRequest RealRequest { get { throw null; } }
- public override System.Uri RequestUri { get { throw null; } }
- public override int Timeout { get { throw null; } set { } }
- public override void Abort() { }
- public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
- public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
- public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
- public override System.IO.Stream GetRequestStream() { throw null; }
- public override System.Net.WebResponse GetResponse() { throw null; }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class GZipWebRequestCreator : System.Net.IWebRequestCreate
- {
- public GZipWebRequestCreator() { }
- public System.Net.WebRequest Create(System.Uri uri) { throw null; }
- }
- public partial class GZipWriteFilter : System.IO.Stream
- {
- public GZipWriteFilter(System.IO.Stream baseStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- 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 override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class NtlmClient : System.Net.IAuthenticationModule
- {
- public NtlmClient() { }
- public string AuthenticationType { get { throw null; } }
- public bool CanPreAuthenticate { get { throw null; } }
- public System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- public System.Net.Authorization PreAuthenticate(System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- }
-}
-namespace Mono.Http.Configuration
-{
- public partial class AcceptEncodingConfig
- {
- public AcceptEncodingConfig() { }
- public AcceptEncodingConfig(Mono.Http.Configuration.AcceptEncodingConfig parent) { }
- public void Add(string encoding, string type) { }
- public void Clear() { }
- public bool SetFilter(System.Web.HttpResponse response, string acceptEncoding) { throw null; }
- }
- public partial class AcceptEncodingSectionHandler : System.Configuration.IConfigurationSectionHandler
- {
- public AcceptEncodingSectionHandler() { }
- public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
- }
-}
-namespace Mono.Http.Modules
-{
- public partial class AcceptEncodingModule : System.Web.IHttpModule
- {
- public AcceptEncodingModule() { }
- public void Dispose() { }
- public void Init(System.Web.HttpApplication app) { }
- }
- public abstract partial class AuthenticationModule : System.Web.IHttpModule
- {
- public AuthenticationModule(string authenticationMethod) { }
- public string AuthenticationMethod { get { throw null; } }
- protected bool AuthenticationRequired { get { throw null; } }
- protected abstract bool AcceptCredentials(System.Web.HttpApplication app, string authentication);
- protected string Authorization(System.Web.HttpApplication app, string authenticationMethod) { throw null; }
- protected void DenyAccess(System.Web.HttpApplication app) { }
- public virtual void Dispose() { }
- public virtual void Init(System.Web.HttpApplication context) { }
- public virtual void OnAuthenticateRequest(object source, System.EventArgs eventArgs) { }
- public abstract void OnEndRequest(object source, System.EventArgs eventArgs);
- }
- public partial class BasicAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public BasicAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
- public partial class DigestAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public DigestAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- protected virtual string GetCurrentNonce() { throw null; }
- protected virtual bool GetUserByName(System.Web.HttpApplication app, string username, out string password, out string[] roles) { password = default(string); roles = default(string[]); throw null; }
- protected virtual bool IsValidNonce(string nonce) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
-}
-namespace System.Net
-{
- [System.SerializableAttribute]
- public partial class GZipWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
- {
- protected GZipWebResponse(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public override long ContentLength { get { throw null; } }
- public override string ContentType { get { throw null; } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } }
- public bool IsCompressed { get { throw null; } }
- public System.Net.WebResponse RealResponse { get { throw null; } }
- public override System.Uri ResponseUri { get { throw null; } }
- public override void Close() { }
- public override System.IO.Stream GetResponseStream() { throw null; }
- void System.IDisposable.Dispose() { }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
diff --git a/src/v2.0/Mono.Management.cs b/src/v2.0/Mono.Management.cs
deleted file mode 100644
index eba1dd5..0000000
--- a/src/v2.0/Mono.Management.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Attach
-{
- public partial class VirtualMachine
- {
- public VirtualMachine(long pid) { }
- public bool IsCurrent { get { throw null; } }
- public long Pid { get { throw null; } }
- public void Attach(string agent, string args) { }
- public string[] GetCommandLine() { throw null; }
- public static System.Collections.Generic.List<Mono.Attach.VirtualMachine> GetVirtualMachines() { throw null; }
- public string GetWorkingDirectory() { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v2.0/Mono.Messaging.RabbitMQ.cs b/src/v2.0/Mono.Messaging.RabbitMQ.cs
deleted file mode 100644
index fd6def3..0000000
--- a/src/v2.0/Mono.Messaging.RabbitMQ.cs
+++ /dev/null
@@ -1,174 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(false)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging.RabbitMQ
-{
- public delegate global::RabbitMQ.Client.IConnection CreateConnectionDelegate(string host);
- public partial interface IMessagingContext : System.IDisposable
- {
- void Delete(Mono.Messaging.QueueReference qRef);
- void Purge(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack);
- void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg);
- }
- public delegate bool IsMatch(global::RabbitMQ.Client.Events.BasicDeliverEventArgs result);
- public partial class MessageFactory
- {
- public MessageFactory(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider) { }
- public static System.DateTime AmqpTimestampToDateTime(global::RabbitMQ.Client.AmqpTimestamp ats) { throw null; }
- public static global::RabbitMQ.Client.AmqpTimestamp DateTimeToAmqpTimestamp(System.DateTime t) { throw null; }
- public static string GetString(System.Collections.IDictionary properties, string key) { throw null; }
- public Mono.Messaging.IMessage ReadMessage(Mono.Messaging.QueueReference destination, global::RabbitMQ.Client.Events.BasicDeliverEventArgs result) { throw null; }
- public static int TimeSpanToMillis(System.TimeSpan timespan) { throw null; }
- public global::RabbitMQ.Client.Content.IMessageBuilder WriteMessage(global::RabbitMQ.Client.IModel ch, Mono.Messaging.IMessage msg) { throw null; }
- }
- public partial class MessagingContext : Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public MessagingContext(Mono.Messaging.RabbitMQ.MessageFactory factory, string host, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnection) { }
- public global::RabbitMQ.Client.IConnection Connection { get { throw null; } }
- public global::RabbitMQ.Client.IModel Model { get { throw null; } }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage message) { }
- }
- public partial class MessagingContextPool
- {
- public MessagingContextPool(Mono.Messaging.RabbitMQ.MessageFactory messageFactory, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnectionDelegate) { }
- public Mono.Messaging.RabbitMQ.MessagingContext GetContext(string host) { throw null; }
- public void ReturnContext(Mono.Messaging.RabbitMQ.MessagingContext context) { }
- }
- public partial class RabbitMQMessageEnumerator : Mono.Messaging.IMessageEnumerator, System.IDisposable
- {
- public RabbitMQMessageEnumerator(Mono.Messaging.RabbitMQ.MessageFactory helper, Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Current { get { throw null; } }
- public System.IntPtr CursorHandle { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- public void Dispose(bool disposing) { }
- public bool MoveNext() { throw null; }
- public bool MoveNext(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent() { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Reset() { }
- }
- public partial class RabbitMQMessageQueue : Mono.Messaging.MessageQueueBase, Mono.Messaging.IMessageQueue
- {
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, Mono.Messaging.QueueReference qRef, bool transactional) { }
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, bool transactional) { }
- public bool Authenticate { get { throw null; } set { } }
- public short BasePriority { get { throw null; } set { } }
- public bool CanRead { get { throw null; } }
- public bool CanWrite { get { throw null; } }
- public System.Guid Category { get { throw null; } set { } }
- public System.DateTime CreateTime { get { throw null; } }
- public bool DenySharedReceive { get { throw null; } set { } }
- public Mono.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
- public System.Guid Id { get { throw null; } }
- public System.DateTime LastModifyTime { get { throw null; } }
- public long MaximumJournalSize { get { throw null; } set { } }
- public long MaximumQueueSize { get { throw null; } set { } }
- public Mono.Messaging.QueueReference QRef { get { throw null; } set { } }
- protected override Mono.Messaging.IMessageQueue Queue { get { throw null; } }
- public System.IntPtr ReadHandle { get { throw null; } }
- public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
- public bool Transactional { get { throw null; } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public System.IntPtr WriteHandle { get { throw null; } }
- public void Close() { }
- public static void Delete(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessageEnumerator GetMessageEnumerator() { throw null; }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.PeekCompleted { add { } remove { } }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.ReceiveCompleted { add { } remove { } }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndPeek(System.IAsyncResult asyncResult) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndReceive(System.IAsyncResult asyncResult) { throw null; }
- void Mono.Messaging.IMessageQueue.SendPeekCompleted(System.IAsyncResult result) { }
- void Mono.Messaging.IMessageQueue.SendReceiveCompleted(System.IAsyncResult result) { }
- public Mono.Messaging.IMessage Peek() { throw null; }
- public Mono.Messaging.IMessage Peek(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout) { throw null; }
- public void Purge() { }
- public Mono.Messaging.IMessage Receive() { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Send(Mono.Messaging.IMessage msg) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.IMessageQueueTransaction transaction) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.MessageQueueTransactionType transactionType) { }
- }
- public partial class RabbitMQMessageQueueTransaction : Mono.Messaging.IMessageQueueTransaction, Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public RabbitMQMessageQueueTransaction(string txId, Mono.Messaging.RabbitMQ.MessagingContextPool contextPool) { }
- public string Id { get { throw null; } }
- public Mono.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
- public void Abort() { }
- public void Begin() { }
- public void Commit() { }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg) { }
- }
- public partial class RabbitMQMessagingProvider : Mono.Messaging.IMessagingProvider
- {
- public RabbitMQMessagingProvider() { }
- public Mono.Messaging.RabbitMQ.IMessagingContext CreateContext(string host) { throw null; }
- public Mono.Messaging.IMessage CreateMessage() { throw null; }
- public Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional) { throw null; }
- public Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction() { throw null; }
- public void DeleteQueue(Mono.Messaging.QueueReference qRef) { }
- public bool Exists(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue[] GetPublicQueues() { throw null; }
- }
-}
diff --git a/src/v2.0/Mono.Messaging.cs b/src/v2.0/Mono.Messaging.cs
deleted file mode 100644
index 683ebe7..0000000
--- a/src/v2.0/Mono.Messaging.cs
+++ /dev/null
@@ -1,397 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging
-{
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum AcknowledgeTypes
- {
- FullReachQueue = 5,
- FullReceive = 14,
- NegativeReceive = 8,
- None = 0,
- NotAcknowledgeReachQueue = 4,
- NotAcknowledgeReceive = 12,
- PositiveArrival = 1,
- PositiveReceive = 2,
- }
- [System.SerializableAttribute]
- public enum Acknowledgment
- {
- AccessDenied = 32772,
- BadDestinationQueue = 32768,
- BadEncryption = 32775,
- BadSignature = 32774,
- CouldNotEncrypt = 32776,
- HopCountExceeded = 32773,
- None = 0,
- NotTransactionalMessage = 32778,
- NotTransactionalQueue = 32777,
- Purged = 32769,
- QueueDeleted = 49152,
- QueueExceedMaximumSize = 32771,
- QueuePurged = 49153,
- ReachQueue = 2,
- ReachQueueTimeout = 32770,
- Receive = 16384,
- ReceiveTimeout = 49154,
- }
- public partial class CompletedEventArgs : System.EventArgs
- {
- public CompletedEventArgs(System.IAsyncResult result) { }
- public System.IAsyncResult AsyncResult { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public delegate void CompletedEventHandler(object sender, Mono.Messaging.CompletedEventArgs e);
- public partial class ConcurrentLinkedQueue<T>
- {
- public ConcurrentLinkedQueue() { }
- public T Dequeue() { throw null; }
- public void Enqueue(T context) { }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionException : Mono.Messaging.MonoMessagingException
- {
- public ConnectionException(Mono.Messaging.QueueReference qRef) { }
- public ConnectionException(Mono.Messaging.QueueReference qRef, System.Exception e) { }
- public Mono.Messaging.QueueReference QRef { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum CryptographicProviderType
- {
- Dss = 3,
- Fortezza = 4,
- MicrosoftExchange = 5,
- None = 0,
- RsaFull = 1,
- RsqSig = 2,
- Ssl = 6,
- SttAcq = 8,
- SttBrnd = 9,
- SttIss = 11,
- SttMer = 7,
- SttRoot = 10,
- }
- [System.SerializableAttribute]
- public enum EncryptionAlgorithm
- {
- None = 0,
- Rc2 = 26114,
- Rc4 = 26625,
- }
- [System.SerializableAttribute]
- public enum EncryptionRequired
- {
- Body = 2,
- None = 0,
- Optional = 1,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithm
- {
- Mac = 32773,
- Md2 = 32769,
- Md4 = 32770,
- Md5 = 32771,
- None = 0,
- Sha = 32772,
- }
- public partial interface IMessage
- {
- Mono.Messaging.AcknowledgeTypes AcknowledgeType { get; set; }
- Mono.Messaging.Acknowledgment Acknowledgment { get; }
- Mono.Messaging.IMessageQueue AdministrationQueue { get; set; }
- int AppSpecific { get; set; }
- System.DateTime ArrivedTime { get; }
- bool AttachSenderId { get; set; }
- bool Authenticated { get; }
- string AuthenticationProviderName { get; set; }
- Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get; set; }
- System.IO.Stream BodyStream { get; set; }
- int BodyType { get; set; }
- System.Guid ConnectorType { get; set; }
- string CorrelationId { get; set; }
- Mono.Messaging.IMessageQueue DestinationQueue { get; }
- byte[] DestinationSymmetricKey { get; set; }
- byte[] DigitalSignature { get; set; }
- Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get; set; }
- byte[] Extension { get; set; }
- Mono.Messaging.HashAlgorithm HashAlgorithm { get; set; }
- string Id { get; }
- bool IsFirstInTransaction { get; }
- bool IsLastInTransaction { get; }
- string Label { get; set; }
- Mono.Messaging.MessageType MessageType { get; }
- Mono.Messaging.MessagePriority Priority { get; set; }
- bool Recoverable { get; set; }
- Mono.Messaging.IMessageQueue ResponseQueue { get; set; }
- byte[] SenderCertificate { get; set; }
- byte[] SenderId { get; }
- long SenderVersion { get; }
- System.DateTime SentTime { get; }
- string SourceMachine { get; }
- System.TimeSpan TimeToBeReceived { get; set; }
- System.TimeSpan TimeToReachQueue { get; set; }
- string TransactionId { get; }
- Mono.Messaging.IMessageQueue TransactionStatusQueue { get; set; }
- bool UseAuthentication { get; set; }
- bool UseDeadLetterQueue { get; set; }
- bool UseEncryption { get; set; }
- bool UseJournalQueue { get; set; }
- bool UseTracing { get; set; }
- void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId);
- }
- public partial interface IMessageEnumerator : System.IDisposable
- {
- Mono.Messaging.IMessage Current { get; }
- System.IntPtr CursorHandle { get; }
- void Close();
- void Dispose(bool disposing);
- bool MoveNext();
- bool MoveNext(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent();
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- }
- public partial interface IMessageQueue
- {
- bool Authenticate { get; set; }
- short BasePriority { get; set; }
- bool CanRead { get; }
- bool CanWrite { get; }
- System.Guid Category { get; set; }
- System.DateTime CreateTime { get; }
- bool DenySharedReceive { get; set; }
- Mono.Messaging.EncryptionRequired EncryptionRequired { get; set; }
- System.Guid Id { get; }
- System.DateTime LastModifyTime { get; }
- long MaximumJournalSize { get; set; }
- long MaximumQueueSize { get; set; }
- Mono.Messaging.QueueReference QRef { get; set; }
- System.IntPtr ReadHandle { get; }
- System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
- bool Transactional { get; }
- bool UseJournalQueue { get; set; }
- System.IntPtr WriteHandle { get; }
- event Mono.Messaging.CompletedEventHandler PeekCompleted;
- event Mono.Messaging.CompletedEventHandler ReceiveCompleted;
- System.IAsyncResult BeginPeek();
- System.IAsyncResult BeginPeek(System.TimeSpan timeout);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- System.IAsyncResult BeginReceive();
- System.IAsyncResult BeginReceive(System.TimeSpan timeout);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- void Close();
- Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessageEnumerator GetMessageEnumerator();
- Mono.Messaging.IMessage Peek();
- Mono.Messaging.IMessage Peek(System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekById(string id);
- Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout);
- void Purge();
- Mono.Messaging.IMessage Receive();
- Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- void Send(Mono.Messaging.IMessage message);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.IMessageQueueTransaction transaction);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.MessageQueueTransactionType transactionType);
- void SendPeekCompleted(System.IAsyncResult result);
- void SendReceiveCompleted(System.IAsyncResult result);
- }
- public partial interface IMessageQueueTransaction : System.IDisposable
- {
- Mono.Messaging.MessageQueueTransactionStatus Status { get; }
- void Abort();
- void Begin();
- void Commit();
- }
- public partial interface IMessagingProvider
- {
- Mono.Messaging.IMessage CreateMessage();
- Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional);
- Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction();
- void DeleteQueue(Mono.Messaging.QueueReference qRef);
- bool Exists(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue[] GetPublicQueues();
- }
- public partial class MessageBase : Mono.Messaging.IMessage
- {
- public MessageBase() { }
- public Mono.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
- public Mono.Messaging.Acknowledgment Acknowledgment { get { throw null; } }
- public Mono.Messaging.IMessageQueue AdministrationQueue { get { throw null; } set { } }
- public int AppSpecific { get { throw null; } set { } }
- public System.DateTime ArrivedTime { get { throw null; } }
- public bool AttachSenderId { get { throw null; } set { } }
- public bool Authenticated { get { throw null; } }
- public string AuthenticationProviderName { get { throw null; } set { } }
- public Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get { throw null; } set { } }
- public System.IO.Stream BodyStream { get { throw null; } set { } }
- public int BodyType { get { throw null; } set { } }
- public System.Guid ConnectorType { get { throw null; } set { } }
- public string CorrelationId { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue DestinationQueue { get { throw null; } }
- public byte[] DestinationSymmetricKey { get { throw null; } set { } }
- public byte[] DigitalSignature { get { throw null; } set { } }
- public Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
- public byte[] Extension { get { throw null; } set { } }
- public Mono.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public string Id { get { throw null; } }
- public bool IsFirstInTransaction { get { throw null; } }
- public bool IsLastInTransaction { get { throw null; } }
- public string Label { get { throw null; } set { } }
- public Mono.Messaging.MessageType MessageType { get { throw null; } }
- public Mono.Messaging.MessagePriority Priority { get { throw null; } set { } }
- public bool Recoverable { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue ResponseQueue { get { throw null; } set { } }
- public byte[] SenderCertificate { get { throw null; } set { } }
- public byte[] SenderId { get { throw null; } }
- public long SenderVersion { get { throw null; } }
- public System.DateTime SentTime { get { throw null; } }
- public string SourceMachine { get { throw null; } }
- public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
- public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
- public string TransactionId { get { throw null; } }
- public Mono.Messaging.IMessageQueue TransactionStatusQueue { get { throw null; } set { } }
- public bool UseAuthentication { get { throw null; } set { } }
- public bool UseDeadLetterQueue { get { throw null; } set { } }
- public bool UseEncryption { get { throw null; } set { } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public bool UseTracing { get { throw null; } set { } }
- public void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId) { }
- }
- [System.SerializableAttribute]
- public enum MessagePriority
- {
- AboveNormal = 4,
- High = 5,
- Highest = 7,
- Low = 2,
- Lowest = 0,
- Normal = 3,
- VeryHigh = 6,
- VeryLow = 1,
- }
- public abstract partial class MessageQueueBase
- {
- protected MessageQueueBase() { }
- protected abstract Mono.Messaging.IMessageQueue Queue { get; }
- public event Mono.Messaging.CompletedEventHandler PeekCompleted { add { } remove { } }
- public event Mono.Messaging.CompletedEventHandler ReceiveCompleted { add { } remove { } }
- public System.IAsyncResult BeginPeek() { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public System.IAsyncResult BeginReceive() { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult) { throw null; }
- public void SendPeekCompleted(System.IAsyncResult result) { }
- public void SendReceiveCompleted(System.IAsyncResult result) { }
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionStatus
- {
- Aborted = 0,
- Committed = 1,
- Initialized = 2,
- Pending = 3,
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionType
- {
- Automatic = 1,
- None = 0,
- Single = 3,
- }
- [System.SerializableAttribute]
- public enum MessageType
- {
- Acknowledgment = 1,
- Normal = 2,
- Report = 3,
- }
- public partial class MessageUnavailableException : Mono.Messaging.MonoMessagingException
- {
- public MessageUnavailableException() { }
- public MessageUnavailableException(string msg) { }
- public MessageUnavailableException(string msg, System.Exception e) { }
- }
- public partial class MessagingProviderLocator
- {
- internal MessagingProviderLocator() { }
- public static readonly System.TimeSpan InfiniteTimeout;
- public static Mono.Messaging.MessagingProviderLocator Instance { get { throw null; } }
- public static Mono.Messaging.IMessagingProvider GetProvider() { throw null; }
- }
- public partial class MonoMessagingException : System.Exception
- {
- public MonoMessagingException() { }
- public MonoMessagingException(string msg) { }
- public MonoMessagingException(string msg, System.Exception e) { }
- }
- public sealed partial class QueueReference
- {
- public static readonly Mono.Messaging.QueueReference DEFAULT;
- public static readonly string LOCALHOST;
- public QueueReference(string host, string queue, bool isPrivate) { }
- public string Host { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public string Queue { get { throw null; } }
- public bool Equals(Mono.Messaging.QueueReference other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool IsPrivateStr(string s) { throw null; }
- public static bool operator ==(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static bool operator !=(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static Mono.Messaging.QueueReference Parse(string path) { throw null; }
- public static string RemoveLeadingSlashes(string s) { throw null; }
- public Mono.Messaging.QueueReference SetHost(string host) { throw null; }
- public Mono.Messaging.QueueReference SetQueue(string queue) { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v2.0/Mono.Posix.cs b/src/v2.0/Mono.Posix.cs
deleted file mode 100644
index b73424d..0000000
--- a/src/v2.0/Mono.Posix.cs
+++ /dev/null
@@ -1,2557 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Unix Integration Classes")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Posix.dll")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Posix
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.AccessModes")]
- public enum AccessMode
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Catalog")]
- public partial class Catalog
- {
- public Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum FileMode
- {
- S_IRGRP = 32,
- S_IROTH = 4,
- S_IRUSR = 256,
- S_ISGID = 1024,
- S_ISUID = 2048,
- S_ISVTX = 512,
- S_IWGRP = 16,
- S_IWOTH = 2,
- S_IWUSR = 128,
- S_IXGRP = 8,
- S_IXOTH = 1,
- S_IXUSR = 64,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.OpenFlags")]
- public enum OpenFlags
- {
- O_APPEND = 64,
- O_CREAT = 4,
- O_EXCL = 8,
- O_NOCTTY = 16,
- O_NONBLOCK = 128,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 256,
- O_TRUNC = 32,
- O_WRONLY = 1,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.PeerCred")]
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Signum")]
- public enum Signals
- {
- SIGABRT = 5,
- SIGALRM = 13,
- SIGBUS = 6,
- SIGCHLD = 15,
- SIGCONT = 16,
- SIGFPE = 7,
- SIGHUP = 0,
- SIGILL = 3,
- SIGINT = 1,
- SIGIO = 27,
- SIGKILL = 8,
- SIGPIPE = 12,
- SIGPROF = 25,
- SIGQUIT = 2,
- SIGSEGV = 10,
- SIGSTOP = 17,
- SIGSYS = 28,
- SIGTERM = 14,
- SIGTRAP = 4,
- SIGTSTP = 18,
- SIGTTIN = 19,
- SIGTTOU = 20,
- SIGURG = 21,
- SIGUSR1 = 9,
- SIGUSR2 = 11,
- SIGVTALRM = 24,
- SIGWINCH = 26,
- SIGXCPU = 22,
- SIGXFSZ = 23,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_atime")]
- public readonly System.DateTime ATime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blocks")]
- public readonly long Blocks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blksize")]
- public readonly long BlockSize;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ctime")]
- public readonly System.DateTime CTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_dev")]
- public readonly int Device;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_rdev")]
- public readonly long DeviceType;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_gid")]
- public readonly int Gid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ino")]
- public readonly int INode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mode")]
- public readonly Mono.Posix.StatMode Mode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mtime")]
- public readonly System.DateTime MTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_nlink")]
- public readonly int NLinks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_size")]
- public readonly long Size;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_uid")]
- public readonly int Uid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.LocalUnixEpoch")]
- public static readonly System.DateTime UnixEpoch;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.ToDateTime")]
- public static System.DateTime UnixToDateTime(long unix) { throw null; }
- }
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatMode
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFBLK")]
- BlockDevice = 24576,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFCHR")]
- CharDevice = 8192,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFDIR")]
- Directory = 16384,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFIFO")]
- FIFO = 4096,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXGRP")]
- GroupExecute = 8,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRGRP")]
- GroupRead = 32,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWGRP")]
- GroupWrite = 16,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXOTH")]
- OthersExecute = 1,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IROTH")]
- OthersRead = 4,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWOTH")]
- OthersWrite = 2,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXUSR")]
- OwnerExecute = 64,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRUSR")]
- OwnerRead = 256,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWUSR")]
- OwnerWrite = 128,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFREG")]
- Regular = 32768,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISGID")]
- SGid = 1024,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFSOCK")]
- Socket = 49152,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISVTX")]
- Sticky = 512,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISUID")]
- SUid = 2048,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFLNK")]
- SymLink = 40960,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatModeMasks
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXG")]
- GroupMask = 56,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXO")]
- OthersMask = 7,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXU")]
- OwnerMask = 448,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFMT")]
- TypeMask = 61440,
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Syscall.")]
- public partial class Syscall
- {
- public Syscall() { }
- public static int access(string pathname, Mono.Posix.AccessMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir(string path);
- public static int chmod(string path, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- public static int creat(string pathname, Mono.Posix.FileMode flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int oldFileDescriptor, int newFileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int exit(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fork();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int geteuid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgid();
- public static string getgroupname(int gid) { throw null; }
- public static string GetHostName() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string gethostname() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getuid();
- public static string getusername(int uid) { throw null; }
- public static bool isatty(int desc) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void kill(int pid, int sig);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lseek(int fileDescriptor, int offset, int whence);
- public static int lstat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static int mkdir(string pathname, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int increment);
- public static int open(string pathname, Mono.Posix.OpenFlags flags) { throw null; }
- public static int open(string pathname, Mono.Posix.OpenFlags flags, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr read(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern string readdir(System.IntPtr dir);
- public static string readlink(string path) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(int gid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(int rgid, int egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(int ruid, int euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(int uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int signal(int signum, Mono.Posix.Syscall.sighandler_t handler);
- public static int stat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static string strerror(int errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink(string oldpath, string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void sync();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int umask(int umask);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink(string path);
- public static int waitpid(int pid, Mono.Posix.WaitOptions options) { throw null; }
- public static int waitpid(int pid, out int status, Mono.Posix.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFEXITED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSIGNALED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSTOPPED(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr write(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WSTOPSIG(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WTERMSIG(int status);
- public delegate void sighandler_t(int v);
- }
- [System.ObsoleteAttribute("Use Mono.Unix.UnixEndPoint")]
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.WaitOptions")]
- public enum WaitOptions
- {
- WNOHANG = 0,
- WUNTRACED = 1,
- }
-}
-namespace Mono.Remoting.Channels.Unix
-{
- public partial class UnixChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixChannel() { }
- public UnixChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixChannel(string path) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
- public partial class UnixClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixClientChannel() { }
- public UnixClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public UnixClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- }
- public partial class UnixServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver
- {
- public UnixServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixServerChannel(string path) { }
- public UnixServerChannel(string name, string path) { }
- public UnixServerChannel(string name, string path, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public string GetChannelUri() { throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
-}
-namespace Mono.Unix
-{
- [System.SerializableAttribute]
- public partial class AbstractUnixEndPoint : System.Net.EndPoint
- {
- public AbstractUnixEndPoint(string path) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Path { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Catalog
- {
- internal Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- public enum FileAccessPattern
- {
- FlushCache = 4,
- NoReuse = 5,
- Normal = 0,
- PreLoad = 3,
- Random = 1,
- Sequential = 2,
- }
- [System.FlagsAttribute]
- public enum FileAccessPermissions
- {
- AllPermissions = 511,
- DefaultPermissions = 438,
- GroupExecute = 8,
- GroupRead = 32,
- GroupReadWriteExecute = 56,
- GroupWrite = 16,
- OtherExecute = 1,
- OtherRead = 4,
- OtherReadWriteExecute = 7,
- OtherWrite = 2,
- UserExecute = 64,
- UserRead = 256,
- UserReadWriteExecute = 448,
- UserWrite = 128,
- }
- public sealed partial class FileHandleOperations
- {
- internal FileHandleOperations() { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- }
- [System.FlagsAttribute]
- public enum FileSpecialAttributes
- {
- SetGroupId = 1024,
- SetUserId = 2048,
- Sticky = 512,
- }
- public enum FileTypes
- {
- BlockDevice = 24576,
- CharacterDevice = 8192,
- Directory = 16384,
- Fifo = 4096,
- RegularFile = 32768,
- Socket = 49152,
- SymbolicLink = 40960,
- }
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- public partial class StdioFileStream : System.IO.Stream
- {
- public static readonly System.IntPtr InvalidFileStream;
- public static readonly System.IntPtr StandardError;
- public static readonly System.IntPtr StandardInput;
- public static readonly System.IntPtr StandardOutput;
- public StdioFileStream(System.IntPtr fileStream) { }
- public StdioFileStream(System.IntPtr fileStream, bool ownsHandle) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access, bool ownsHandle) { }
- public StdioFileStream(string path) { }
- public StdioFileStream(string path, System.IO.FileAccess access) { }
- public StdioFileStream(string path, System.IO.FileMode mode) { }
- public StdioFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) { }
- public StdioFileStream(string path, string mode) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~StdioFileStream() { }
- public override void Flush() { }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public void RestoreFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public void Rewind() { }
- public void SaveFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class UnixClient : System.MarshalByRefObject, System.IDisposable
- {
- public UnixClient() { }
- public UnixClient(Mono.Unix.UnixEndPoint ep) { }
- public UnixClient(string path) { }
- public System.Net.Sockets.Socket Client { get { throw null; } set { } }
- public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
- public Mono.Unix.PeerCred PeerCredential { get { throw null; } }
- public int ReceiveBufferSize { get { throw null; } set { } }
- public int ReceiveTimeout { get { throw null; } set { } }
- public int SendBufferSize { get { throw null; } set { } }
- public int SendTimeout { get { throw null; } set { } }
- public void Close() { }
- public void Connect(Mono.Unix.UnixEndPoint remoteEndPoint) { }
- public void Connect(string path) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~UnixClient() { }
- public System.Net.Sockets.NetworkStream GetStream() { throw null; }
- }
- public sealed partial class UnixDirectoryInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixDirectoryInfo(string path) : base (default(string)) { }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Parent { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Root { get { throw null; } }
- public void Create() { }
- public void Create(Mono.Unix.FileAccessPermissions mode) { }
- [System.CLSCompliantAttribute(false)]
- public void Create(Mono.Unix.Native.FilePermissions mode) { }
- public override void Delete() { }
- public void Delete(bool recursive) { }
- public static string GetCurrentDirectory() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(string regex) { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries() { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(string regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public static void SetCurrentDirectory(string path) { }
- }
- public sealed partial class UnixDriveInfo
- {
- public UnixDriveInfo(string mountPoint) { }
- public long AvailableFreeSpace { get { throw null; } }
- public string DriveFormat { get { throw null; } }
- public Mono.Unix.UnixDriveType DriveType { get { throw null; } }
- public bool IsReady { get { throw null; } }
- public long MaximumFilenameLength { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo RootDirectory { get { throw null; } }
- public long TotalFreeSpace { get { throw null; } }
- public long TotalSize { get { throw null; } }
- public string VolumeLabel { get { throw null; } }
- public static Mono.Unix.UnixDriveInfo[] GetDrives() { throw null; }
- public static Mono.Unix.UnixDriveInfo GetForSpecialFile(string specialFile) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum UnixDriveType
- {
- CDRom = 5,
- Fixed = 3,
- Network = 4,
- NoRootDirectory = 1,
- Ram = 6,
- Removable = 2,
- Unknown = 0,
- }
- [System.SerializableAttribute]
- public partial class UnixEncoding : System.Text.Encoding
- {
- public static readonly char EscapeByte;
- public static readonly System.Text.Encoding Instance;
- public UnixEncoding() { }
- public override bool Equals(object value) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetHashCode() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override byte[] GetPreamble() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class UnixEnvironment
- {
- internal UnixEnvironment() { }
- public static string CurrentDirectory { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo EffectiveGroup { get { throw null; } set { } }
- public static long EffectiveGroupId { get { throw null; } set { } }
- public static Mono.Unix.UnixUserInfo EffectiveUser { get { throw null; } set { } }
- public static long EffectiveUserId { get { throw null; } set { } }
- public static string Login { get { throw null; } }
- public static string MachineName { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo RealGroup { get { throw null; } }
- public static long RealGroupId { get { throw null; } }
- public static Mono.Unix.UnixUserInfo RealUser { get { throw null; } }
- public static long RealUserId { get { throw null; } }
- public static string UserName { get { throw null; } }
- public static int CreateSession() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string GetConfigurationString(Mono.Unix.Native.ConfstrName name) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static long GetConfigurationValue(Mono.Unix.Native.SysconfName name) { throw null; }
- public static Mono.Unix.UnixProcess GetParentProcess() { throw null; }
- public static int GetParentProcessId() { throw null; }
- public static int GetProcessGroup() { throw null; }
- public static long[] GetSupplementaryGroupIds() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetSupplementaryGroups() { throw null; }
- public static string[] GetUserShells() { throw null; }
- public static void SetNiceValue(int inc) { }
- public static void SetProcessGroup() { }
- public static void SetSupplementaryGroupIds(long[] list) { }
- public static void SetSupplementaryGroups(Mono.Unix.UnixGroupInfo[] groups) { }
- }
- public sealed partial class UnixFileInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixFileInfo(string path) : base (default(string)) { }
- public Mono.Unix.UnixDirectoryInfo Directory { get { throw null; } }
- public string DirectoryName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixStream Create() { throw null; }
- public Mono.Unix.UnixStream Create(Mono.Unix.FileAccessPermissions mode) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Create(Mono.Unix.Native.FilePermissions mode) { throw null; }
- public override void Delete() { }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access, Mono.Unix.Native.FilePermissions perms) { throw null; }
- public Mono.Unix.UnixStream OpenRead() { throw null; }
- public Mono.Unix.UnixStream OpenWrite() { throw null; }
- }
- public abstract partial class UnixFileSystemInfo
- {
- protected UnixFileSystemInfo(string path) { }
- public long BlocksAllocated { get { throw null; } }
- public long BlockSize { get { throw null; } }
- public long Device { get { throw null; } }
- public long DeviceType { get { throw null; } }
- public bool Exists { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public virtual string FullName { get { throw null; } }
- protected string FullPath { get { throw null; } set { } }
- public long Inode { get { throw null; } }
- public bool IsBlockDevice { get { throw null; } }
- public bool IsCharacterDevice { get { throw null; } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFifo { get { throw null; } }
- public bool IsRegularFile { get { throw null; } }
- public bool IsSetGroup { get { throw null; } }
- public bool IsSetUser { get { throw null; } }
- public bool IsSocket { get { throw null; } }
- public bool IsSticky { get { throw null; } }
- public bool IsSymbolicLink { get { throw null; } }
- public System.DateTime LastAccessTime { get { throw null; } }
- public System.DateTime LastAccessTimeUtc { get { throw null; } }
- public System.DateTime LastStatusChangeTime { get { throw null; } }
- public System.DateTime LastStatusChangeTimeUtc { get { throw null; } }
- public System.DateTime LastWriteTime { get { throw null; } }
- public System.DateTime LastWriteTimeUtc { get { throw null; } }
- public long Length { get { throw null; } }
- public long LinkCount { get { throw null; } }
- public abstract string Name { get; }
- protected string OriginalPath { get { throw null; } set { } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public bool CanAccess(Mono.Unix.Native.AccessModes mode) { throw null; }
- public Mono.Unix.UnixFileSystemInfo CreateLink(string path) { throw null; }
- public Mono.Unix.UnixSymbolicLinkInfo CreateSymbolicLink(string path) { throw null; }
- public abstract void Delete();
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- protected virtual bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public static Mono.Unix.UnixFileSystemInfo GetFileSystemEntry(string path) { throw null; }
- public void Refresh() { }
- public void SetLength(long length) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner, Mono.Unix.UnixGroupInfo group) { }
- public virtual void SetOwner(long owner, long group) { }
- public void SetOwner(string owner) { }
- public void SetOwner(string owner, string group) { }
- public Mono.Unix.Native.Stat ToStat() { throw null; }
- public override string ToString() { throw null; }
- public static bool TryGetFileSystemEntry(string path, out Mono.Unix.UnixFileSystemInfo entry) { entry = default(Mono.Unix.UnixFileSystemInfo); throw null; }
- }
- public sealed partial class UnixGroupInfo
- {
- public UnixGroupInfo(Mono.Unix.Native.Group group) { }
- public UnixGroupInfo(long group) { }
- public UnixGroupInfo(string group) { }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string Password { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetLocalGroups() { throw null; }
- public string[] GetMemberNames() { throw null; }
- public Mono.Unix.UnixUserInfo[] GetMembers() { throw null; }
- public Mono.Unix.Native.Group ToGroup() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixIOException : System.IO.IOException
- {
- public UnixIOException() { }
- public UnixIOException(Mono.Unix.Native.Errno errno) { }
- public UnixIOException(Mono.Unix.Native.Errno errno, System.Exception inner) { }
- public UnixIOException(int errno) { }
- public UnixIOException(int errno, System.Exception inner) { }
- protected UnixIOException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public UnixIOException(string message) { }
- public UnixIOException(string message, System.Exception inner) { }
- public Mono.Unix.Native.Errno ErrorCode { get { throw null; } }
- public int NativeErrorCode { get { throw null; } }
- }
- public partial class UnixListener : System.MarshalByRefObject, System.IDisposable
- {
- public UnixListener(Mono.Unix.UnixEndPoint localEndPoint) { }
- public UnixListener(string path) { }
- public System.Net.EndPoint LocalEndpoint { get { throw null; } }
- protected System.Net.Sockets.Socket Server { get { throw null; } }
- public System.Net.Sockets.Socket AcceptSocket() { throw null; }
- public Mono.Unix.UnixClient AcceptUnixClient() { throw null; }
- public void Dispose() { }
- protected void Dispose(bool disposing) { }
- ~UnixListener() { }
- public bool Pending() { throw null; }
- public void Start() { }
- public void Start(int backlog) { }
- public void Stop() { }
- }
- public sealed partial class UnixMarshal
- {
- internal UnixMarshal() { }
- public static System.IntPtr AllocHeap(long size) { throw null; }
- public static void FreeHeap(System.IntPtr ptr) { }
- [System.CLSCompliantAttribute(false)]
- public static string GetErrorDescription(Mono.Unix.Native.Errno errno) { throw null; }
- public static string PtrToString(System.IntPtr p) { throw null; }
- public static string PtrToString(System.IntPtr p, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string PtrToStringUnix(System.IntPtr p) { throw null; }
- public static System.IntPtr ReAllocHeap(System.IntPtr ptr, long size) { throw null; }
- public static bool ShouldRetrySyscall(int r) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool ShouldRetrySyscall(int r, out Mono.Unix.Native.Errno errno) { errno = default(Mono.Unix.Native.Errno); throw null; }
- public static System.IntPtr StringToHeap(string s) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count, System.Text.Encoding encoding) { throw null; }
- public static System.IntPtr StringToHeap(string s, System.Text.Encoding encoding) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForError(Mono.Unix.Native.Errno errno) { }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForErrorIf(int retval, Mono.Unix.Native.Errno errno) { }
- public static void ThrowExceptionForLastError() { }
- public static void ThrowExceptionForLastErrorIf(int retval) { }
- }
- public sealed partial class UnixPath
- {
- internal UnixPath() { }
- public static readonly char AltDirectorySeparatorChar;
- public static readonly char DirectorySeparatorChar;
- public static readonly char PathSeparator;
- public static readonly char VolumeSeparatorChar;
- public static string Combine(string path1, params string[] paths) { throw null; }
- public static string GetCanonicalPath(string path) { throw null; }
- public static string GetCompleteRealPath(string path) { throw null; }
- public static string GetDirectoryName(string path) { throw null; }
- public static string GetFileName(string path) { throw null; }
- public static string GetFullPath(string path) { throw null; }
- public static char[] GetInvalidPathChars() { throw null; }
- public static string GetPathRoot(string path) { throw null; }
- public static string GetRealPath(string path) { throw null; }
- public static bool IsPathRooted(string path) { throw null; }
- public static string ReadLink(string path) { throw null; }
- public static string ReadLinkAt(int dirfd, string path) { throw null; }
- public static string TryReadLink(string path) { throw null; }
- public static string TryReadLinkAt(int dirfd, string path) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct UnixPipes : System.IEquatable<Mono.Unix.UnixPipes>
- {
- public Mono.Unix.UnixStream Reading;
- public Mono.Unix.UnixStream Writing;
- public UnixPipes(Mono.Unix.UnixStream reading, Mono.Unix.UnixStream writing) { throw null;}
- public static Mono.Unix.UnixPipes CreatePipes() { throw null; }
- public bool Equals(Mono.Unix.UnixPipes value) { throw null; }
- public override bool Equals(object value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- public static bool operator !=(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- }
- public sealed partial class UnixProcess
- {
- internal UnixProcess() { }
- public int ExitCode { get { throw null; } }
- public bool HasExited { get { throw null; } }
- public bool HasSignaled { get { throw null; } }
- public bool HasStopped { get { throw null; } }
- public int Id { get { throw null; } }
- public int ProcessGroupId { get { throw null; } set { } }
- public int SessionId { get { throw null; } }
- public Mono.Unix.Native.Signum StopSignal { get { throw null; } }
- public Mono.Unix.Native.Signum TerminationSignal { get { throw null; } }
- public static Mono.Unix.UnixProcess GetCurrentProcess() { throw null; }
- public static int GetCurrentProcessId() { throw null; }
- public void Kill() { }
- [System.CLSCompliantAttribute(false)]
- public void Signal(Mono.Unix.Native.Signum signal) { }
- public void WaitForExit() { }
- }
- public partial class UnixSignal : System.Threading.WaitHandle
- {
- public UnixSignal(Mono.Unix.Native.RealTimeSignum rtsig) { }
- public UnixSignal(Mono.Unix.Native.Signum signum) { }
- public int Count { get { throw null; } set { } }
- public bool IsRealTimeSignal { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public Mono.Unix.Native.RealTimeSignum RealTimeSignum { get { throw null; } }
- public Mono.Unix.Native.Signum Signum { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public bool Reset() { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, int millisecondsTimeout) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, System.TimeSpan timeout) { throw null; }
- public override bool WaitOne() { throw null; }
- public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; }
- public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; }
- }
- public sealed partial class UnixStream : System.IO.Stream, System.IDisposable
- {
- public const int InvalidFileDescriptor = -1;
- public const int StandardErrorFileDescriptor = 2;
- public const int StandardInputFileDescriptor = 0;
- public const int StandardOutputFileDescriptor = 1;
- public UnixStream(int fileDescriptor) { }
- public UnixStream(int fileDescriptor, bool ownsHandle) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public int Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern) { }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public override void Close() { }
- ~UnixStream() { }
- public override void Flush() { }
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public int ReadAtOffset([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count, long fileOffset) { buffer = default(byte[]); throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SendTo(Mono.Unix.UnixStream output) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(Mono.Unix.UnixStream output, ulong count) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(int out_fd, ulong count) { }
- public override void SetLength(long value) { }
- public void SetOwner(long user, long group) { }
- public void SetOwner(string user) { }
- public void SetOwner(string user, string group) { }
- void System.IDisposable.Dispose() { }
- public override void Write(byte[] buffer, int offset, int count) { }
- public void WriteAtOffset(byte[] buffer, int offset, int count, long fileOffset) { }
- }
- public sealed partial class UnixSymbolicLinkInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixSymbolicLinkInfo(string path) : base (default(string)) { }
- [System.ObsoleteAttribute("Use GetContents()")]
- public Mono.Unix.UnixFileSystemInfo Contents { get { throw null; } }
- public string ContentsPath { get { throw null; } }
- public bool HasContents { get { throw null; } }
- public override string Name { get { throw null; } }
- public void CreateSymbolicLinkTo(Mono.Unix.UnixFileSystemInfo path) { }
- public void CreateSymbolicLinkTo(string path) { }
- public override void Delete() { }
- public Mono.Unix.UnixFileSystemInfo GetContents() { throw null; }
- protected override bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public override void SetOwner(long owner, long group) { }
- }
- public sealed partial class UnixUserInfo
- {
- public UnixUserInfo(Mono.Unix.Native.Passwd passwd) { }
- public UnixUserInfo(long user) { }
- public UnixUserInfo(string user) { }
- [System.CLSCompliantAttribute(false)]
- public UnixUserInfo(uint user) { }
- public Mono.Unix.UnixGroupInfo Group { get { throw null; } }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string HomeDirectory { get { throw null; } }
- public string Password { get { throw null; } }
- public string RealName { get { throw null; } }
- public string ShellProgram { get { throw null; } }
- public long UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixUserInfo[] GetLocalUsers() { throw null; }
- public static string GetLoginName() { throw null; }
- public static Mono.Unix.UnixUserInfo GetRealUser() { throw null; }
- public static long GetRealUserId() { throw null; }
- public Mono.Unix.Native.Passwd ToPasswd() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Unix.Native
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AccessModes
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AtFlags
- {
- AT_EMPTY_PATH = 4096,
- AT_NO_AUTOMOUNT = 2048,
- AT_REMOVEDIR = 512,
- AT_SYMLINK_FOLLOW = 1024,
- AT_SYMLINK_NOFOLLOW = 256,
- }
- public sealed partial class CdeclFunction
- {
- public CdeclFunction(string library, string method) { }
- public CdeclFunction(string library, string method, System.Type returnType) { }
- public object Invoke(object[] parameters) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum ConfstrName
- {
- _CS_GNU_LIBC_VERSION = 2,
- _CS_GNU_LIBPTHREAD_VERSION = 3,
- _CS_LFS64_CFLAGS = 1004,
- _CS_LFS64_LDFLAGS = 1005,
- _CS_LFS64_LIBS = 1006,
- _CS_LFS64_LINTFLAGS = 1007,
- _CS_LFS_CFLAGS = 1000,
- _CS_LFS_LDFLAGS = 1001,
- _CS_LFS_LIBS = 1002,
- _CS_LFS_LINTFLAGS = 1003,
- _CS_PATH = 0,
- _CS_POSIX_V6_ILP32_OFF32_CFLAGS = 1116,
- _CS_POSIX_V6_ILP32_OFF32_LDFLAGS = 1117,
- _CS_POSIX_V6_ILP32_OFF32_LIBS = 1118,
- _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS = 1119,
- _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS = 1120,
- _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS = 1121,
- _CS_POSIX_V6_ILP32_OFFBIG_LIBS = 1122,
- _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS = 1123,
- _CS_POSIX_V6_LP64_OFF64_CFLAGS = 1124,
- _CS_POSIX_V6_LP64_OFF64_LDFLAGS = 1125,
- _CS_POSIX_V6_LP64_OFF64_LIBS = 1126,
- _CS_POSIX_V6_LP64_OFF64_LINTFLAGS = 1127,
- _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS = 1128,
- _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS = 1129,
- _CS_POSIX_V6_LPBIG_OFFBIG_LIBS = 1130,
- _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS = 1131,
- _CS_V6_WIDTH_RESTRICTED_ENVS = 1,
- _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
- _CS_XBS5_ILP32_OFF32_LDFLAGS = 1101,
- _CS_XBS5_ILP32_OFF32_LIBS = 1102,
- _CS_XBS5_ILP32_OFF32_LINTFLAGS = 1103,
- _CS_XBS5_ILP32_OFFBIG_CFLAGS = 1104,
- _CS_XBS5_ILP32_OFFBIG_LDFLAGS = 1105,
- _CS_XBS5_ILP32_OFFBIG_LIBS = 1106,
- _CS_XBS5_ILP32_OFFBIG_LINTFLAGS = 1107,
- _CS_XBS5_LP64_OFF64_CFLAGS = 1108,
- _CS_XBS5_LP64_OFF64_LDFLAGS = 1109,
- _CS_XBS5_LP64_OFF64_LIBS = 1110,
- _CS_XBS5_LP64_OFF64_LINTFLAGS = 1111,
- _CS_XBS5_LPBIG_OFFBIG_CFLAGS = 1112,
- _CS_XBS5_LPBIG_OFFBIG_LDFLAGS = 1113,
- _CS_XBS5_LPBIG_OFFBIG_LIBS = 1114,
- _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS = 1115,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum DirectoryNotifyFlags
- {
- DN_ACCESS = 1,
- DN_ATTRIB = 32,
- DN_CREATE = 4,
- DN_DELETE = 8,
- DN_MODIFY = 2,
- DN_MULTISHOT = -2147483648,
- DN_RENAME = 16,
- }
- public sealed partial class Dirent : System.IEquatable<Mono.Unix.Native.Dirent>
- {
- [System.CLSCompliantAttribute(false)]
- public ulong d_ino;
- public string d_name;
- public long d_off;
- [System.CLSCompliantAttribute(false)]
- public ushort d_reclen;
- public byte d_type;
- public Dirent() { }
- public bool Equals(Mono.Unix.Native.Dirent value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=12, Pack=1)]
- public partial struct EpollEvent
- {
- [System.Runtime.InteropServices.FieldOffsetAttribute(0)]
- public Mono.Unix.Native.EpollEvents events;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public int fd;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public System.IntPtr ptr;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public uint u32;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public ulong u64;
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum EpollEvents : uint
- {
- EPOLLERR = (uint)8,
- EPOLLET = (uint)2147483648,
- EPOLLHUP = (uint)16,
- EPOLLIN = (uint)1,
- EPOLLMSG = (uint)1024,
- EPOLLONESHOT = (uint)1073741824,
- EPOLLOUT = (uint)4,
- EPOLLPRI = (uint)2,
- EPOLLRDBAND = (uint)128,
- EPOLLRDHUP = (uint)8192,
- EPOLLRDNORM = (uint)64,
- EPOLLWRBAND = (uint)512,
- EPOLLWRNORM = (uint)256,
- }
- [System.FlagsAttribute]
- public enum EpollFlags
- {
- EPOLL_CLOEXEC = 2000000,
- EPOLL_NONBLOCK = 4000,
- }
- public enum EpollOp
- {
- EPOLL_CTL_ADD = 1,
- EPOLL_CTL_DEL = 2,
- EPOLL_CTL_MOD = 3,
- }
- public enum Errno
- {
- E2BIG = 7,
- EACCES = 13,
- EADDRINUSE = 98,
- EADDRNOTAVAIL = 99,
- EADV = 68,
- EAFNOSUPPORT = 97,
- EAGAIN = 11,
- EALREADY = 114,
- EAUTH = 1080,
- EBADARCH = 1086,
- EBADE = 52,
- EBADEXEC = 1085,
- EBADF = 9,
- EBADFD = 77,
- EBADMACHO = 1088,
- EBADMSG = 74,
- EBADR = 53,
- EBADRPC = 1072,
- EBADRQC = 56,
- EBADSLT = 57,
- EBFONT = 59,
- EBUSY = 16,
- ECANCELED = 125,
- ECHILD = 10,
- ECHRNG = 44,
- ECOMM = 70,
- ECONNABORTED = 103,
- ECONNREFUSED = 111,
- ECONNRESET = 104,
- EDEADLK = 35,
- EDEADLOCK = 35,
- EDESTADDRREQ = 89,
- EDEVERR = 1083,
- EDOM = 33,
- EDOTDOT = 73,
- EDQUOT = 122,
- EEXIST = 17,
- EFAULT = 14,
- EFBIG = 27,
- EFTYPE = 1079,
- EHOSTDOWN = 112,
- EHOSTUNREACH = 113,
- EIDRM = 43,
- EILSEQ = 84,
- EINPROGRESS = 115,
- EINTR = 4,
- EINVAL = 22,
- EIO = 5,
- EISCONN = 106,
- EISDIR = 21,
- EISNAM = 120,
- EKEYEXPIRED = 127,
- EKEYREJECTED = 129,
- EKEYREVOKED = 128,
- EL2HLT = 51,
- EL2NSYNC = 45,
- EL3HLT = 46,
- EL3RST = 47,
- ELIBACC = 79,
- ELIBBAD = 80,
- ELIBEXEC = 83,
- ELIBMAX = 82,
- ELIBSCN = 81,
- ELNRNG = 48,
- ELOOP = 40,
- EMEDIUMTYPE = 124,
- EMFILE = 24,
- EMLINK = 31,
- EMSGSIZE = 90,
- EMULTIHOP = 72,
- ENAMETOOLONG = 36,
- ENAVAIL = 119,
- ENEEDAUTH = 1081,
- ENETDOWN = 100,
- ENETRESET = 102,
- ENETUNREACH = 101,
- ENFILE = 23,
- ENOANO = 55,
- ENOATTR = 1093,
- ENOBUFS = 105,
- ENOCSI = 50,
- ENODATA = 61,
- ENODEV = 19,
- ENOENT = 2,
- ENOEXEC = 8,
- ENOKEY = 126,
- ENOLCK = 37,
- ENOLINK = 67,
- ENOMEDIUM = 123,
- ENOMEM = 12,
- ENOMSG = 42,
- ENONET = 64,
- ENOPKG = 65,
- ENOPOLICY = 1103,
- ENOPROTOOPT = 92,
- ENOSPC = 28,
- ENOSR = 63,
- ENOSTR = 60,
- ENOSYS = 38,
- ENOTBLK = 15,
- ENOTCONN = 107,
- ENOTDIR = 20,
- ENOTEMPTY = 39,
- ENOTNAM = 118,
- ENOTRECOVERABLE = 131,
- ENOTSOCK = 88,
- ENOTTY = 25,
- ENOTUNIQ = 76,
- ENXIO = 6,
- EOPNOTSUPP = 95,
- EOVERFLOW = 75,
- EOWNERDEAD = 130,
- EPERM = 1,
- EPFNOSUPPORT = 96,
- EPIPE = 32,
- EPROCLIM = 1067,
- EPROCUNAVAIL = 1076,
- EPROGMISMATCH = 1075,
- EPROGUNAVAIL = 1074,
- EPROTO = 71,
- EPROTONOSUPPORT = 93,
- EPROTOTYPE = 91,
- EPWROFF = 1082,
- ERANGE = 34,
- EREMCHG = 78,
- EREMOTE = 66,
- EREMOTEIO = 121,
- ERESTART = 85,
- EROFS = 30,
- ERPCMISMATCH = 1073,
- ESHLIBVERS = 1087,
- ESHUTDOWN = 108,
- ESOCKTNOSUPPORT = 94,
- ESPIPE = 29,
- ESRCH = 3,
- ESRMNT = 69,
- ESTALE = 116,
- ESTRPIPE = 86,
- ETIME = 62,
- ETIMEDOUT = 110,
- ETOOMANYREFS = 109,
- ETXTBSY = 26,
- EUCLEAN = 117,
- EUNATCH = 49,
- EUSERS = 87,
- EWOULDBLOCK = 11,
- EXDEV = 18,
- EXFULL = 54,
- }
- [System.CLSCompliantAttribute(false)]
- public enum FcntlCommand
- {
- F_DUPFD = 0,
- F_GETFD = 1,
- F_GETFL = 3,
- F_GETLEASE = 1025,
- F_GETLK = 12,
- F_GETOWN = 9,
- F_GETSIG = 11,
- F_NOTIFY = 1026,
- F_SETFD = 2,
- F_SETFL = 4,
- F_SETLEASE = 1024,
- F_SETLK = 13,
- F_SETLKW = 14,
- F_SETOWN = 8,
- F_SETSIG = 10,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum FilePermissions : uint
- {
- ACCESSPERMS = (uint)511,
- ALLPERMS = (uint)4095,
- DEFFILEMODE = (uint)438,
- S_IFBLK = (uint)24576,
- S_IFCHR = (uint)8192,
- S_IFDIR = (uint)16384,
- S_IFIFO = (uint)4096,
- S_IFLNK = (uint)40960,
- S_IFMT = (uint)61440,
- S_IFREG = (uint)32768,
- S_IFSOCK = (uint)49152,
- S_IRGRP = (uint)32,
- S_IROTH = (uint)4,
- S_IRUSR = (uint)256,
- S_IRWXG = (uint)56,
- S_IRWXO = (uint)7,
- S_IRWXU = (uint)448,
- S_ISGID = (uint)1024,
- S_ISUID = (uint)2048,
- S_ISVTX = (uint)512,
- S_IWGRP = (uint)16,
- S_IWOTH = (uint)2,
- S_IWUSR = (uint)128,
- S_IXGRP = (uint)8,
- S_IXOTH = (uint)1,
- S_IXUSR = (uint)64,
- }
- public sealed partial class FilePosition : System.MarshalByRefObject, System.IDisposable, System.IEquatable<Mono.Unix.Native.FilePosition>
- {
- public FilePosition() { }
- public void Dispose() { }
- public bool Equals(Mono.Unix.Native.FilePosition value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- ~FilePosition() { }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Flock : System.IEquatable<Mono.Unix.Native.Flock>
- {
- public long l_len;
- public int l_pid;
- public long l_start;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.LockType l_type;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.SeekFlags l_whence;
- public bool Equals(Mono.Unix.Native.Flock value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- }
- public sealed partial class Fstab : System.IEquatable<Mono.Unix.Native.Fstab>
- {
- public string fs_file;
- public int fs_freq;
- public string fs_mntops;
- public int fs_passno;
- public string fs_spec;
- public string fs_type;
- public string fs_vfstype;
- public Fstab() { }
- public bool Equals(Mono.Unix.Native.Fstab value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class Group : System.IEquatable<Mono.Unix.Native.Group>
- {
- [System.CLSCompliantAttribute(false)]
- public uint gr_gid;
- public string[] gr_mem;
- public string gr_name;
- public string gr_passwd;
- public Group() { }
- public bool Equals(Mono.Unix.Native.Group value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Iovec
- {
- public System.IntPtr iov_base;
- [System.CLSCompliantAttribute(false)]
- public ulong iov_len;
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockfCommand
- {
- F_LOCK = 1,
- F_TEST = 3,
- F_TLOCK = 2,
- F_ULOCK = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockType : short
- {
- F_RDLCK = (short)0,
- F_UNLCK = (short)2,
- F_WRLCK = (short)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MlockallFlags
- {
- MCL_CURRENT = 1,
- MCL_FUTURE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapFlags
- {
- MAP_ANON = 32,
- MAP_ANONYMOUS = 32,
- MAP_DENYWRITE = 2048,
- MAP_EXECUTABLE = 4096,
- MAP_FILE = 0,
- MAP_FIXED = 16,
- MAP_GROWSDOWN = 256,
- MAP_LOCKED = 8192,
- MAP_NONBLOCK = 65536,
- MAP_NORESERVE = 16384,
- MAP_POPULATE = 32768,
- MAP_PRIVATE = 2,
- MAP_SHARED = 1,
- MAP_TYPE = 15,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapProts
- {
- PROT_EXEC = 4,
- PROT_GROWSDOWN = 16777216,
- PROT_GROWSUP = 33554432,
- PROT_NONE = 0,
- PROT_READ = 1,
- PROT_WRITE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MountFlags : ulong
- {
- ST_APPEND = (ulong)256,
- ST_BIND = (ulong)4096,
- ST_IMMUTABLE = (ulong)512,
- ST_MANDLOCK = (ulong)64,
- ST_NOATIME = (ulong)1024,
- ST_NODEV = (ulong)4,
- ST_NODIRATIME = (ulong)2048,
- ST_NOEXEC = (ulong)8,
- ST_NOSUID = (ulong)2,
- ST_RDONLY = (ulong)1,
- ST_REMOUNT = (ulong)32,
- ST_SYNCHRONOUS = (ulong)16,
- ST_WRITE = (ulong)128,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MremapFlags : ulong
- {
- MREMAP_MAYMOVE = (ulong)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MsyncFlags
- {
- MS_ASYNC = 1,
- MS_INVALIDATE = 2,
- MS_SYNC = 4,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class NativeConvert
- {
- internal NativeConvert() { }
- public static readonly System.DateTime LocalUnixEpoch;
- public static readonly System.TimeSpan LocalUtcOffset;
- public static readonly System.DateTime UnixEpoch;
- public static int FromAccessModes(Mono.Unix.Native.AccessModes value) { throw null; }
- public static int FromAtFlags(Mono.Unix.Native.AtFlags value) { throw null; }
- public static int FromConfstrName(Mono.Unix.Native.ConfstrName value) { throw null; }
- public static long FromDateTime(System.DateTime time) { throw null; }
- public static int FromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value) { throw null; }
- public static uint FromEpollEvents(Mono.Unix.Native.EpollEvents value) { throw null; }
- public static int FromEpollFlags(Mono.Unix.Native.EpollFlags value) { throw null; }
- public static int FromErrno(Mono.Unix.Native.Errno value) { throw null; }
- public static int FromFcntlCommand(Mono.Unix.Native.FcntlCommand value) { throw null; }
- public static uint FromFilePermissions(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static int FromLockfCommand(Mono.Unix.Native.LockfCommand value) { throw null; }
- public static short FromLockType(Mono.Unix.Native.LockType value) { throw null; }
- public static int FromMlockallFlags(Mono.Unix.Native.MlockallFlags value) { throw null; }
- public static int FromMmapFlags(Mono.Unix.Native.MmapFlags value) { throw null; }
- public static int FromMmapProts(Mono.Unix.Native.MmapProts value) { throw null; }
- public static ulong FromMountFlags(Mono.Unix.Native.MountFlags value) { throw null; }
- public static ulong FromMremapFlags(Mono.Unix.Native.MremapFlags value) { throw null; }
- public static int FromMsyncFlags(Mono.Unix.Native.MsyncFlags value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromOctalPermissionString(string value) { throw null; }
- public static int FromOpenFlags(Mono.Unix.Native.OpenFlags value) { throw null; }
- public static int FromPathconfName(Mono.Unix.Native.PathconfName value) { throw null; }
- public static short FromPollEvents(Mono.Unix.Native.PollEvents value) { throw null; }
- public static int FromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value) { throw null; }
- public static int FromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value) { throw null; }
- public static int FromRealTimeSignum(Mono.Unix.Native.RealTimeSignum sig) { throw null; }
- public static short FromSeekFlags(Mono.Unix.Native.SeekFlags value) { throw null; }
- public static int FromSignum(Mono.Unix.Native.Signum value) { throw null; }
- public static int FromSysconfName(Mono.Unix.Native.SysconfName value) { throw null; }
- public static int FromSyslogFacility(Mono.Unix.Native.SyslogFacility value) { throw null; }
- public static int FromSyslogLevel(Mono.Unix.Native.SyslogLevel value) { throw null; }
- public static int FromSyslogOptions(Mono.Unix.Native.SyslogOptions value) { throw null; }
- public static System.DateTime FromTimeT(long time) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromUnixPermissionString(string value) { throw null; }
- public static int FromWaitOptions(Mono.Unix.Native.WaitOptions value) { throw null; }
- public static int FromXattrFlags(Mono.Unix.Native.XattrFlags value) { throw null; }
- public static Mono.Unix.Native.AccessModes ToAccessModes(int value) { throw null; }
- public static Mono.Unix.Native.AtFlags ToAtFlags(int value) { throw null; }
- public static Mono.Unix.Native.ConfstrName ToConfstrName(int value) { throw null; }
- public static System.DateTime ToDateTime(long time) { throw null; }
- public static Mono.Unix.Native.DirectoryNotifyFlags ToDirectoryNotifyFlags(int value) { throw null; }
- public static Mono.Unix.Native.EpollEvents ToEpollEvents(uint value) { throw null; }
- public static Mono.Unix.Native.EpollFlags ToEpollFlags(int value) { throw null; }
- public static Mono.Unix.Native.Errno ToErrno(int value) { throw null; }
- public static Mono.Unix.Native.FcntlCommand ToFcntlCommand(int value) { throw null; }
- public static Mono.Unix.Native.FilePermissions ToFilePermissions(uint value) { throw null; }
- public static string ToFopenMode(System.IO.FileAccess access) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.LockfCommand ToLockfCommand(int value) { throw null; }
- public static Mono.Unix.Native.LockType ToLockType(short value) { throw null; }
- public static Mono.Unix.Native.MlockallFlags ToMlockallFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapFlags ToMmapFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapProts ToMmapProts(int value) { throw null; }
- public static Mono.Unix.Native.MountFlags ToMountFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MremapFlags ToMremapFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MsyncFlags ToMsyncFlags(int value) { throw null; }
- public static string ToOctalPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(int value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.PathconfName ToPathconfName(int value) { throw null; }
- public static Mono.Unix.Native.PollEvents ToPollEvents(short value) { throw null; }
- public static Mono.Unix.Native.PosixFadviseAdvice ToPosixFadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.PosixMadviseAdvice ToPosixMadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.RealTimeSignum ToRealTimeSignum(int offset) { throw null; }
- public static Mono.Unix.Native.SeekFlags ToSeekFlags(short value) { throw null; }
- public static Mono.Unix.Native.Signum ToSignum(int value) { throw null; }
- public static Mono.Unix.Native.SysconfName ToSysconfName(int value) { throw null; }
- public static Mono.Unix.Native.SyslogFacility ToSyslogFacility(int value) { throw null; }
- public static Mono.Unix.Native.SyslogLevel ToSyslogLevel(int value) { throw null; }
- public static Mono.Unix.Native.SyslogOptions ToSyslogOptions(int value) { throw null; }
- public static long ToTimeT(System.DateTime time) { throw null; }
- public static string ToUnixPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.WaitOptions ToWaitOptions(int value) { throw null; }
- public static Mono.Unix.Native.XattrFlags ToXattrFlags(int value) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Flock source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Iovec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Pollfd source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Stat source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Statvfs source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timespec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timeval source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timezone source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Utimbuf source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Flock destination) { destination = default(Mono.Unix.Native.Flock); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Iovec destination) { destination = default(Mono.Unix.Native.Iovec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Pollfd destination) { destination = default(Mono.Unix.Native.Pollfd); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Stat destination) { destination = default(Mono.Unix.Native.Stat); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Statvfs destination) { destination = default(Mono.Unix.Native.Statvfs); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timespec destination) { destination = default(Mono.Unix.Native.Timespec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timeval destination) { destination = default(Mono.Unix.Native.Timeval); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timezone destination) { destination = default(Mono.Unix.Native.Timezone); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Utimbuf destination) { destination = default(Mono.Unix.Native.Utimbuf); throw null; }
- public static bool TryFromAccessModes(Mono.Unix.Native.AccessModes value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromAtFlags(Mono.Unix.Native.AtFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromConfstrName(Mono.Unix.Native.ConfstrName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromEpollEvents(Mono.Unix.Native.EpollEvents value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromEpollFlags(Mono.Unix.Native.EpollFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromErrno(Mono.Unix.Native.Errno value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFcntlCommand(Mono.Unix.Native.FcntlCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFilePermissions(Mono.Unix.Native.FilePermissions value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromLockfCommand(Mono.Unix.Native.LockfCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromLockType(Mono.Unix.Native.LockType value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromMlockallFlags(Mono.Unix.Native.MlockallFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapFlags(Mono.Unix.Native.MmapFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapProts(Mono.Unix.Native.MmapProts value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMountFlags(Mono.Unix.Native.MountFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMremapFlags(Mono.Unix.Native.MremapFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMsyncFlags(Mono.Unix.Native.MsyncFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromOpenFlags(Mono.Unix.Native.OpenFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPathconfName(Mono.Unix.Native.PathconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPollEvents(Mono.Unix.Native.PollEvents value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSeekFlags(Mono.Unix.Native.SeekFlags value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromSignum(Mono.Unix.Native.Signum value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSysconfName(Mono.Unix.Native.SysconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogFacility(Mono.Unix.Native.SyslogFacility value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogLevel(Mono.Unix.Native.SyslogLevel value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogOptions(Mono.Unix.Native.SyslogOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromWaitOptions(Mono.Unix.Native.WaitOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromXattrFlags(Mono.Unix.Native.XattrFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryToAccessModes(int value, out Mono.Unix.Native.AccessModes rval) { rval = default(Mono.Unix.Native.AccessModes); throw null; }
- public static bool TryToAtFlags(int value, out Mono.Unix.Native.AtFlags rval) { rval = default(Mono.Unix.Native.AtFlags); throw null; }
- public static bool TryToConfstrName(int value, out Mono.Unix.Native.ConfstrName rval) { rval = default(Mono.Unix.Native.ConfstrName); throw null; }
- public static bool TryToDirectoryNotifyFlags(int value, out Mono.Unix.Native.DirectoryNotifyFlags rval) { rval = default(Mono.Unix.Native.DirectoryNotifyFlags); throw null; }
- public static bool TryToEpollEvents(uint value, out Mono.Unix.Native.EpollEvents rval) { rval = default(Mono.Unix.Native.EpollEvents); throw null; }
- public static bool TryToEpollFlags(int value, out Mono.Unix.Native.EpollFlags rval) { rval = default(Mono.Unix.Native.EpollFlags); throw null; }
- public static bool TryToErrno(int value, out Mono.Unix.Native.Errno rval) { rval = default(Mono.Unix.Native.Errno); throw null; }
- public static bool TryToFcntlCommand(int value, out Mono.Unix.Native.FcntlCommand rval) { rval = default(Mono.Unix.Native.FcntlCommand); throw null; }
- public static bool TryToFilePermissions(uint value, out Mono.Unix.Native.FilePermissions rval) { rval = default(Mono.Unix.Native.FilePermissions); throw null; }
- public static bool TryToLockfCommand(int value, out Mono.Unix.Native.LockfCommand rval) { rval = default(Mono.Unix.Native.LockfCommand); throw null; }
- public static bool TryToLockType(short value, out Mono.Unix.Native.LockType rval) { rval = default(Mono.Unix.Native.LockType); throw null; }
- public static bool TryToMlockallFlags(int value, out Mono.Unix.Native.MlockallFlags rval) { rval = default(Mono.Unix.Native.MlockallFlags); throw null; }
- public static bool TryToMmapFlags(int value, out Mono.Unix.Native.MmapFlags rval) { rval = default(Mono.Unix.Native.MmapFlags); throw null; }
- public static bool TryToMmapProts(int value, out Mono.Unix.Native.MmapProts rval) { rval = default(Mono.Unix.Native.MmapProts); throw null; }
- public static bool TryToMountFlags(ulong value, out Mono.Unix.Native.MountFlags rval) { rval = default(Mono.Unix.Native.MountFlags); throw null; }
- public static bool TryToMremapFlags(ulong value, out Mono.Unix.Native.MremapFlags rval) { rval = default(Mono.Unix.Native.MremapFlags); throw null; }
- public static bool TryToMsyncFlags(int value, out Mono.Unix.Native.MsyncFlags rval) { rval = default(Mono.Unix.Native.MsyncFlags); throw null; }
- public static bool TryToOpenFlags(int value, out Mono.Unix.Native.OpenFlags rval) { rval = default(Mono.Unix.Native.OpenFlags); throw null; }
- public static bool TryToPathconfName(int value, out Mono.Unix.Native.PathconfName rval) { rval = default(Mono.Unix.Native.PathconfName); throw null; }
- public static bool TryToPollEvents(short value, out Mono.Unix.Native.PollEvents rval) { rval = default(Mono.Unix.Native.PollEvents); throw null; }
- public static bool TryToPosixFadviseAdvice(int value, out Mono.Unix.Native.PosixFadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixFadviseAdvice); throw null; }
- public static bool TryToPosixMadviseAdvice(int value, out Mono.Unix.Native.PosixMadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixMadviseAdvice); throw null; }
- public static bool TryToSeekFlags(short value, out Mono.Unix.Native.SeekFlags rval) { rval = default(Mono.Unix.Native.SeekFlags); throw null; }
- public static bool TryToSignum(int value, out Mono.Unix.Native.Signum rval) { rval = default(Mono.Unix.Native.Signum); throw null; }
- public static bool TryToSysconfName(int value, out Mono.Unix.Native.SysconfName rval) { rval = default(Mono.Unix.Native.SysconfName); throw null; }
- public static bool TryToSyslogFacility(int value, out Mono.Unix.Native.SyslogFacility rval) { rval = default(Mono.Unix.Native.SyslogFacility); throw null; }
- public static bool TryToSyslogLevel(int value, out Mono.Unix.Native.SyslogLevel rval) { rval = default(Mono.Unix.Native.SyslogLevel); throw null; }
- public static bool TryToSyslogOptions(int value, out Mono.Unix.Native.SyslogOptions rval) { rval = default(Mono.Unix.Native.SyslogOptions); throw null; }
- public static bool TryToWaitOptions(int value, out Mono.Unix.Native.WaitOptions rval) { rval = default(Mono.Unix.Native.WaitOptions); throw null; }
- public static bool TryToXattrFlags(int value, out Mono.Unix.Native.XattrFlags rval) { rval = default(Mono.Unix.Native.XattrFlags); throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum OpenFlags
- {
- O_APPEND = 1024,
- O_ASYNC = 8192,
- O_CLOEXEC = 524288,
- O_CREAT = 64,
- O_DIRECT = 16384,
- O_DIRECTORY = 65536,
- O_EXCL = 128,
- O_LARGEFILE = 32768,
- O_NOCTTY = 256,
- O_NOFOLLOW = 131072,
- O_NONBLOCK = 2048,
- O_PATH = 2097152,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 4096,
- O_TRUNC = 512,
- O_WRONLY = 1,
- }
- public sealed partial class Passwd : System.IEquatable<Mono.Unix.Native.Passwd>
- {
- public string pw_dir;
- public string pw_gecos;
- [System.CLSCompliantAttribute(false)]
- public uint pw_gid;
- public string pw_name;
- public string pw_passwd;
- public string pw_shell;
- [System.CLSCompliantAttribute(false)]
- public uint pw_uid;
- public Passwd() { }
- public bool Equals(Mono.Unix.Native.Passwd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PathconfName
- {
- _PC_2_SYMLINKS = 20,
- _PC_ALLOC_SIZE_MIN = 18,
- _PC_ASYNC_IO = 10,
- _PC_CHOWN_RESTRICTED = 6,
- _PC_FILESIZEBITS = 13,
- _PC_LINK_MAX = 0,
- _PC_MAX_CANON = 1,
- _PC_MAX_INPUT = 2,
- _PC_NAME_MAX = 3,
- _PC_NO_TRUNC = 7,
- _PC_PATH_MAX = 4,
- _PC_PIPE_BUF = 5,
- _PC_PRIO_IO = 11,
- _PC_REC_INCR_XFER_SIZE = 14,
- _PC_REC_MAX_XFER_SIZE = 15,
- _PC_REC_MIN_XFER_SIZE = 16,
- _PC_REC_XFER_ALIGN = 17,
- _PC_SOCK_MAXBUF = 12,
- _PC_SYMLINK_MAX = 19,
- _PC_SYNC_IO = 9,
- _PC_VDISABLE = 8,
- }
- [System.FlagsAttribute]
- public enum PollEvents : short
- {
- POLLERR = (short)8,
- POLLHUP = (short)16,
- POLLIN = (short)1,
- POLLNVAL = (short)32,
- POLLOUT = (short)4,
- POLLPRI = (short)2,
- POLLRDBAND = (short)128,
- POLLRDNORM = (short)64,
- POLLWRBAND = (short)512,
- POLLWRNORM = (short)256,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Pollfd : System.IEquatable<Mono.Unix.Native.Pollfd>
- {
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents events;
- public int fd;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents revents;
- public bool Equals(Mono.Unix.Native.Pollfd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixFadviseAdvice
- {
- POSIX_FADV_DONTNEED = 4,
- POSIX_FADV_NOREUSE = 5,
- POSIX_FADV_NORMAL = 0,
- POSIX_FADV_RANDOM = 1,
- POSIX_FADV_SEQUENTIAL = 2,
- POSIX_FADV_WILLNEED = 3,
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixMadviseAdvice
- {
- POSIX_MADV_DONTNEED = 4,
- POSIX_MADV_NORMAL = 0,
- POSIX_MADV_RANDOM = 1,
- POSIX_MADV_SEQUENTIAL = 2,
- POSIX_MADV_WILLNEED = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RealTimeSignum : System.IEquatable<Mono.Unix.Native.RealTimeSignum>
- {
- public static readonly Mono.Unix.Native.RealTimeSignum MaxValue;
- public static readonly Mono.Unix.Native.RealTimeSignum MinValue;
- public RealTimeSignum(int offset) { throw null;}
- public int Offset { get { throw null; } }
- public bool Equals(Mono.Unix.Native.RealTimeSignum value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum SeekFlags : short
- {
- L_INCR = (short)1,
- L_SET = (short)0,
- L_XTND = (short)2,
- SEEK_CUR = (short)1,
- SEEK_END = (short)2,
- SEEK_SET = (short)0,
- }
- public enum SignalAction
- {
- Default = 0,
- Error = 2,
- Ignore = 1,
- }
- public delegate void SignalHandler(int signal);
- public enum Signum
- {
- SIGABRT = 6,
- SIGALRM = 14,
- SIGBUS = 7,
- SIGCHLD = 17,
- SIGCLD = 17,
- SIGCONT = 18,
- SIGFPE = 8,
- SIGHUP = 1,
- SIGILL = 4,
- SIGINT = 2,
- SIGIO = 29,
- SIGIOT = 6,
- SIGKILL = 9,
- SIGPIPE = 13,
- SIGPOLL = 29,
- SIGPROF = 27,
- SIGPWR = 30,
- SIGQUIT = 3,
- SIGSEGV = 11,
- SIGSTKFLT = 16,
- SIGSTOP = 19,
- SIGSYS = 31,
- SIGTERM = 15,
- SIGTRAP = 5,
- SIGTSTP = 20,
- SIGTTIN = 21,
- SIGTTOU = 22,
- SIGUNUSED = 31,
- SIGURG = 23,
- SIGUSR1 = 10,
- SIGUSR2 = 12,
- SIGVTALRM = 26,
- SIGWINCH = 28,
- SIGXCPU = 24,
- SIGXFSZ = 25,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat : System.IEquatable<Mono.Unix.Native.Stat>
- {
- public long st_atime;
- public long st_atime_nsec;
- public long st_blksize;
- public long st_blocks;
- public long st_ctime;
- public long st_ctime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_dev;
- [System.CLSCompliantAttribute(false)]
- public uint st_gid;
- [System.CLSCompliantAttribute(false)]
- public ulong st_ino;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions st_mode;
- public long st_mtime;
- public long st_mtime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_nlink;
- [System.CLSCompliantAttribute(false)]
- public ulong st_rdev;
- public long st_size;
- [System.CLSCompliantAttribute(false)]
- public uint st_uid;
- public Mono.Unix.Native.Timespec st_atim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_ctim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_mtim { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.Stat value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Statvfs : System.IEquatable<Mono.Unix.Native.Statvfs>
- {
- public ulong f_bavail;
- public ulong f_bfree;
- public ulong f_blocks;
- public ulong f_bsize;
- public ulong f_favail;
- public ulong f_ffree;
- public ulong f_files;
- public Mono.Unix.Native.MountFlags f_flag;
- public ulong f_frsize;
- public ulong f_fsid;
- public ulong f_namemax;
- public bool Equals(Mono.Unix.Native.Statvfs value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- }
- public partial class Stdlib
- {
- internal Stdlib() { }
- [System.CLSCompliantAttribute(false)]
- public static readonly int BUFSIZ;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EOF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_FAILURE;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_SUCCESS;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FILENAME_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FOPEN_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int L_tmpnam;
- [System.CLSCompliantAttribute(false)]
- public static readonly int MB_CUR_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int RAND_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_DFL;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_ERR;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_IGN;
- public static readonly System.IntPtr stderr;
- public static readonly System.IntPtr stdin;
- public static readonly System.IntPtr stdout;
- [System.CLSCompliantAttribute(false)]
- public static readonly int TMP_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOFBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOLBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IONBF;
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void abort();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr calloc(ulong nmemb, ulong size);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int clearerr(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void exit(int status);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fclose(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int feof(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ferror(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fflush(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fgetc(System.IntPtr stream);
- public static int fgetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, int size, System.IntPtr stream) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode);
- public static int fprintf(System.IntPtr stream, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse fprintf (IntPtr, string) instead.")]
- public static int fprintf(System.IntPtr stream, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputs(string s, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fread(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fread(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void free(System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr freopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static int fseek(System.IntPtr stream, long offset, Mono.Unix.Native.SeekFlags origin) { throw null; }
- public static int fsetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long ftell(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fwrite(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fwrite(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getc(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getchar();
- public static string getenv(string name) { throw null; }
- public static Mono.Unix.Native.Errno GetLastError() { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr malloc(ulong size);
- public static int perror(string s) { throw null; }
- public static int printf(string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse printf (string) instead.")]
- public static int printf(string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putchar(int c);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int puts(string s);
- public static int raise(Mono.Unix.Native.RealTimeSignum rts) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int raise(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rand();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr realloc(System.IntPtr ptr, ulong size);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remove([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewind(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setbuf(System.IntPtr stream, byte* buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setbuf(System.IntPtr stream, System.IntPtr buf);
- protected static void SetLastError(Mono.Unix.Native.Errno error) { }
- public static int SetSignalAction(Mono.Unix.Native.RealTimeSignum rts, Mono.Unix.Native.SignalAction action) { throw null; }
- public static int SetSignalAction(Mono.Unix.Native.Signum signal, Mono.Unix.Native.SignalAction action) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setvbuf(System.IntPtr stream, byte* buf, int mode, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int setvbuf(System.IntPtr stream, System.IntPtr buf, int mode, ulong size);
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()")]
- public static Mono.Unix.Native.SignalHandler signal(Mono.Unix.Native.Signum signum, Mono.Unix.Native.SignalHandler handler) { throw null; }
- public static int snprintf(System.Text.StringBuilder s, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, string format, params object[] parameters) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void srand(uint seed);
- [System.CLSCompliantAttribute(false)]
- public static string strerror(Mono.Unix.Native.Errno errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong strlen(System.IntPtr s);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int system(string @string);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr tmpfile();
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam() { throw null; }
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam(System.Text.StringBuilder s) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ungetc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void _Exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Syscall : Mono.Unix.Native.Stdlib
- {
- internal Syscall() { }
- public static readonly int AT_FDCWD;
- public static readonly int L_ctermid;
- public static readonly int L_cuserid;
- public static readonly System.IntPtr MAP_FAILED;
- public static readonly long UTIME_NOW;
- public static readonly long UTIME_OMIT;
- public static int access(string pathname, Mono.Unix.Native.AccessModes mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int acct([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int brk(System.IntPtr end_data_segment);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- public static int chmod(string path, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closelog();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong confstr(Mono.Unix.Native.ConfstrName name, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int creat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static string crypt(string key, string salt) { throw null; }
- [System.ObsoleteAttribute("\"Nobody knows precisely what cuserid() does... DO NOT USE cuserid().\n`string' must hold L_cuserid characters. Use getlogin_r instead.")]
- public static string cuserid(System.Text.StringBuilder @string) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dirfd(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int fd, int fd2);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int encrypt(byte[] block, bool decode) { throw null; }
- public static int endfsent() { throw null; }
- public static int endgrent() { throw null; }
- public static int endpwent() { throw null; }
- public static int endusershell() { throw null; }
- public static int epoll_create(Mono.Unix.Native.EpollFlags flags) { throw null; }
- public static int epoll_create(int size) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, ref Mono.Unix.Native.EpollEvent ee);
- public static int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, Mono.Unix.Native.EpollEvents events) { throw null; }
- public static int epoll_wait(int epfd, Mono.Unix.Native.EpollEvent[] events, int max_events, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execv([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execve([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv, string[] envp);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execvp([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- public static int faccessat(int dirfd, string pathname, Mono.Unix.Native.AccessModes mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchdir(int fd);
- public static int fchmod(int filedes, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int fchmodat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchown(int fd, uint owner, uint group);
- public static int fchownat(int dirfd, string pathname, uint owner, uint group, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd);
- public static int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, Mono.Unix.Native.DirectoryNotifyFlags arg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, ref Mono.Unix.Native.Flock @lock);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, long arg);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fdatasync(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fdopendir(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fexecve(int fd, string[] argv, string[] envp);
- public static Mono.Unix.Native.Group fgetgrent(System.IntPtr stream) { throw null; }
- public static Mono.Unix.Native.Passwd fgetpwent(System.IntPtr stream) { throw null; }
- public static long fgetxattr(int fd, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fgetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long fgetxattr(int fd, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long flistxattr(int fd, byte[] list, ulong size);
- public static long flistxattr(int fd, out string[] values) { values = default(string[]); throw null; }
- public static long flistxattr(int fd, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- public static long fpathconf(int filedes, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fpathconf(int filedes, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fremovexattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int fsetxattr(int fd, string name, byte[] value) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstat(int filedes, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf, Mono.Unix.Native.AtFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatvfs(int fd, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsync(int fd);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ftruncate(int fd, long length);
- public static int futimens(int fd, Mono.Unix.Native.Timespec[] times) { throw null; }
- public static int futimes(int fd, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- public static System.Text.StringBuilder getcwd(System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr getcwd([System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong size);
- public static int getdomainname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdomainname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdtablesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint geteuid();
- public static Mono.Unix.Native.Fstab getfsent() { throw null; }
- public static Mono.Unix.Native.Fstab getfsfile(string mount_point) { throw null; }
- public static Mono.Unix.Native.Fstab getfsspec(string special_file) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getgid();
- public static Mono.Unix.Native.Group getgrent() { throw null; }
- public static Mono.Unix.Native.Group getgrgid(uint uid) { throw null; }
- public static int getgrgid_r(uint uid, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group getgrnam(string name) { throw null; }
- public static int getgrnam_r(string name, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(Mono.Unix.Native.Passwd user) { throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(string username) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgroups(int size, uint[] list);
- public static int getgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long gethostid();
- public static int gethostname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gethostname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- public static string getlogin() { throw null; }
- public static int getlogin_r(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getlogin_r([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong bufsize);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.ObsoleteAttribute("Dropped in POSIX 1003.1-2001. Use Syscall.sysconf (SysconfName._SC_PAGESIZE).")]
- public static extern int getpagesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgid(int pid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- public static Mono.Unix.Native.Passwd getpwent() { throw null; }
- public static Mono.Unix.Native.Passwd getpwnam(string name) { throw null; }
- public static int getpwnam_r(string name, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- public static Mono.Unix.Native.Passwd getpwuid(uint uid) { throw null; }
- public static int getpwuid_r(uint uid, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresgid(out uint rgid, out uint egid, out uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresuid(out uint ruid, out uint euid, out uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getsid(int pid);
- public static int gettimeofday(out Mono.Unix.Native.Timeval tv) { tv = default(Mono.Unix.Native.Timeval); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gettimeofday(out Mono.Unix.Native.Timeval tv, out Mono.Unix.Native.Timezone tz);
- public static int gettimeofday(out Mono.Unix.Native.Timezone tz) { tz = default(Mono.Unix.Native.Timezone); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getuid();
- public static string getusershell() { throw null; }
- public static long getxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long getxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long getxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- public static bool isatty(int fd) { throw null; }
- public static int kill(int pid, Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- public static long lgetxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long lgetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long lgetxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- public static int linkat(int olddirfd, string oldpath, int newdirfd, string newpath, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long listxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long listxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long listxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long llistxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long llistxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long llistxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lockf(int fd, Mono.Unix.Native.LockfCommand cmd, long len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lremovexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static long lseek(int fd, long offset, Mono.Unix.Native.SeekFlags whence) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lsetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lstat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- public static int lutimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mincore(System.IntPtr start, ulong length, byte[] vec);
- public static int mkdir(string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkdirat(int dirfd, string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static System.Text.StringBuilder mkdtemp(System.Text.StringBuilder template) { throw null; }
- public static int mkfifo(string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkfifoat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknod([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknodat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mkstemp(System.Text.StringBuilder template);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mlock(System.IntPtr start, ulong len);
- public static int mlockall(Mono.Unix.Native.MlockallFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mmap(System.IntPtr start, ulong length, Mono.Unix.Native.MmapProts prot, Mono.Unix.Native.MmapFlags flags, int fd, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mprotect(System.IntPtr start, ulong len, Mono.Unix.Native.MmapProts prot);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mremap(System.IntPtr old_address, ulong old_size, ulong new_size, Mono.Unix.Native.MremapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int msync(System.IntPtr start, ulong len, Mono.Unix.Native.MsyncFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlock(System.IntPtr start, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlockall();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munmap(System.IntPtr start, ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nanosleep(ref Mono.Unix.Native.Timespec req, ref Mono.Unix.Native.Timespec rem);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int inc);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode);
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags) { throw null; }
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int openlog(System.IntPtr ident, Mono.Unix.Native.SyslogOptions option, Mono.Unix.Native.SyslogFacility defaultFacility) { throw null; }
- public static long pathconf(string path, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pathconf([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pipe(out int reading, out int writing);
- public static int pipe(int[] filedes) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, int timeout) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, uint nfds, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fadvise(int fd, long offset, long len, Mono.Unix.Native.PosixFadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fallocate(int fd, long offset, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_madvise(System.IntPtr addr, ulong len, Mono.Unix.Native.PosixMadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pread(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pread(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long preadv(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- public static int psignal(Mono.Unix.Native.Signum sig, string s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pwrite(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pwrite(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long pwritev(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long read(int fd, System.IntPtr buf, ulong count);
- public unsafe static long read(int fd, void* buf, ulong count) { throw null; }
- public static Mono.Unix.Native.Dirent readdir(System.IntPtr dir) { throw null; }
- public static int readdir_r(System.IntPtr dirp, Mono.Unix.Native.Dirent entry, out System.IntPtr result) { result = default(System.IntPtr); throw null; }
- public static long readlink(string path, byte[] buf) { throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readlinkat(int dirfd, string pathname, byte[] buf) { throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readv(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remap_file_pages(System.IntPtr start, ulong size, Mono.Unix.Native.MmapProts prot, long pgoff, Mono.Unix.Native.MmapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int removexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int renameat(int olddirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int newdirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int revoke([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewinddir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr sbrk(System.IntPtr increment);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seekdir(System.IntPtr dir, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sendfile(int out_fd, int in_fd, ref long offset, ulong count);
- public static int setdomainname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setdomainname(string name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setegid(uint uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seteuid(uint euid);
- public static int setfsent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(uint gid);
- public static int setgrent() { throw null; }
- public static int setgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgroups(ulong size, uint[] list);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostid(long hostid);
- public static int sethostname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostname(string name, ulong len);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int setkey(string key) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setlogin(string name);
- public static int setlogmask(Mono.Unix.Native.SyslogLevel mask) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgrp();
- public static int setpwent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(uint rgid, uint egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresgid(uint rgid, uint egid, uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresuid(uint ruid, uint euid, uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(uint ruid, uint euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- public static int settimeofday(ref Mono.Unix.Native.Timeval tv) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int settimeofday(ref Mono.Unix.Native.Timeval tv, ref Mono.Unix.Native.Timezone tz);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(uint uid);
- public static int setusershell() { throw null; }
- public static int setxattr(string path, string name, byte[] value) { throw null; }
- public static int setxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int setxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint sleep(uint seconds);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int statvfs([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stime(ref long t);
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf) { throw null; }
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf, ulong n) { throw null; }
- public static string strsignal(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int swab(System.IntPtr from, System.IntPtr to, long n);
- public unsafe static void swab(void* from, void* to, long n) { }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlinkat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sync();
- public static long sysconf(Mono.Unix.Native.SysconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sysconf(Mono.Unix.Native.SysconfName name, Mono.Unix.Native.Errno defaultError);
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogFacility, SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcgetpgrp(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcsetpgrp(int fd, int pgrp);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long telldir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long time(out long t);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int truncate([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, long length);
- public static string ttyname(int fd) { throw null; }
- public static int ttyname_r(int fd, System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyname_r(int fd, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong buflen);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyslot();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ualarm(uint usecs, uint interval);
- public static Mono.Unix.Native.FilePermissions umask(Mono.Unix.Native.FilePermissions mask) { throw null; }
- public static int uname(out Mono.Unix.Native.Utsname buf) { buf = default(Mono.Unix.Native.Utsname); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- public static int unlinkat(int dirfd, string pathname, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utime(string filename) { throw null; }
- public static int utime(string filename, ref Mono.Unix.Native.Utimbuf buf) { throw null; }
- public static int utimensat(int dirfd, string pathname, Mono.Unix.Native.Timespec[] times, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int vhangup();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int wait(out int status);
- public static int waitpid(int pid, out int status, Mono.Unix.Native.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- public static bool WIFEXITED(int status) { throw null; }
- public static bool WIFSIGNALED(int status) { throw null; }
- public static bool WIFSTOPPED(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long write(int fd, System.IntPtr buf, ulong count);
- public unsafe static long write(int fd, void* buf, ulong count) { throw null; }
- public static long writev(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static Mono.Unix.Native.Signum WSTOPSIG(int status) { throw null; }
- public static Mono.Unix.Native.Signum WTERMSIG(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int _exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public enum SysconfName
- {
- _SC_2_CHAR_TERM = 95,
- _SC_2_C_BIND = 47,
- _SC_2_C_DEV = 48,
- _SC_2_C_VERSION = 96,
- _SC_2_FORT_DEV = 49,
- _SC_2_FORT_RUN = 50,
- _SC_2_LOCALEDEF = 52,
- _SC_2_PBS = 168,
- _SC_2_PBS_ACCOUNTING = 169,
- _SC_2_PBS_CHECKPOINT = 175,
- _SC_2_PBS_LOCATE = 170,
- _SC_2_PBS_MESSAGE = 171,
- _SC_2_PBS_TRACK = 172,
- _SC_2_SW_DEV = 51,
- _SC_2_UPE = 97,
- _SC_2_VERSION = 46,
- _SC_ADVISORY_INFO = 132,
- _SC_AIO_LISTIO_MAX = 23,
- _SC_AIO_MAX = 24,
- _SC_AIO_PRIO_DELTA_MAX = 25,
- _SC_ARG_MAX = 0,
- _SC_ASYNCHRONOUS_IO = 12,
- _SC_ATEXIT_MAX = 87,
- _SC_AVPHYS_PAGES = 86,
- _SC_BARRIERS = 133,
- _SC_BASE = 134,
- _SC_BC_BASE_MAX = 36,
- _SC_BC_DIM_MAX = 37,
- _SC_BC_SCALE_MAX = 38,
- _SC_BC_STRING_MAX = 39,
- _SC_CHARCLASS_NAME_MAX = 45,
- _SC_CHAR_BIT = 101,
- _SC_CHAR_MAX = 102,
- _SC_CHAR_MIN = 103,
- _SC_CHILD_MAX = 1,
- _SC_CLK_TCK = 2,
- _SC_CLOCK_SELECTION = 137,
- _SC_COLL_WEIGHTS_MAX = 40,
- _SC_CPUTIME = 138,
- _SC_C_LANG_SUPPORT = 135,
- _SC_C_LANG_SUPPORT_R = 136,
- _SC_DELAYTIMER_MAX = 26,
- _SC_DEVICE_IO = 140,
- _SC_DEVICE_SPECIFIC = 141,
- _SC_DEVICE_SPECIFIC_R = 142,
- _SC_EQUIV_CLASS_MAX = 41,
- _SC_EXPR_NEST_MAX = 42,
- _SC_FD_MGMT = 143,
- _SC_FIFO = 144,
- _SC_FILE_ATTRIBUTES = 146,
- _SC_FILE_LOCKING = 147,
- _SC_FILE_SYSTEM = 148,
- _SC_FSYNC = 15,
- _SC_GETGR_R_SIZE_MAX = 69,
- _SC_GETPW_R_SIZE_MAX = 70,
- _SC_HOST_NAME_MAX = 180,
- _SC_INT_MAX = 104,
- _SC_INT_MIN = 105,
- _SC_IOV_MAX = 60,
- _SC_JOB_CONTROL = 7,
- _SC_LEVEL1_DCACHE_ASSOC = 189,
- _SC_LEVEL1_DCACHE_LINESIZE = 190,
- _SC_LEVEL1_DCACHE_SIZE = 188,
- _SC_LEVEL1_ICACHE_ASSOC = 186,
- _SC_LEVEL1_ICACHE_LINESIZE = 187,
- _SC_LEVEL1_ICACHE_SIZE = 185,
- _SC_LEVEL2_CACHE_ASSOC = 192,
- _SC_LEVEL2_CACHE_LINESIZE = 193,
- _SC_LEVEL2_CACHE_SIZE = 191,
- _SC_LEVEL3_CACHE_ASSOC = 195,
- _SC_LEVEL3_CACHE_LINESIZE = 196,
- _SC_LEVEL3_CACHE_SIZE = 194,
- _SC_LEVEL4_CACHE_ASSOC = 198,
- _SC_LEVEL4_CACHE_LINESIZE = 199,
- _SC_LEVEL4_CACHE_SIZE = 197,
- _SC_LINE_MAX = 43,
- _SC_LOGIN_NAME_MAX = 71,
- _SC_LONG_BIT = 106,
- _SC_MAPPED_FILES = 16,
- _SC_MB_LEN_MAX = 108,
- _SC_MEMLOCK = 17,
- _SC_MEMLOCK_RANGE = 18,
- _SC_MEMORY_PROTECTION = 19,
- _SC_MESSAGE_PASSING = 20,
- _SC_MONOTONIC_CLOCK = 149,
- _SC_MQ_OPEN_MAX = 27,
- _SC_MQ_PRIO_MAX = 28,
- _SC_MULTI_PROCESS = 150,
- _SC_NETWORKING = 152,
- _SC_NGROUPS_MAX = 3,
- _SC_NL_ARGMAX = 119,
- _SC_NL_LANGMAX = 120,
- _SC_NL_MSGMAX = 121,
- _SC_NL_NMAX = 122,
- _SC_NL_SETMAX = 123,
- _SC_NL_TEXTMAX = 124,
- _SC_NPROCESSORS_CONF = 83,
- _SC_NPROCESSORS_ONLN = 84,
- _SC_NZERO = 109,
- _SC_OPEN_MAX = 4,
- _SC_PAGESIZE = 30,
- _SC_PASS_MAX = 88,
- _SC_PHYS_PAGES = 85,
- _SC_PII = 53,
- _SC_PII_INTERNET = 56,
- _SC_PII_INTERNET_DGRAM = 62,
- _SC_PII_INTERNET_STREAM = 61,
- _SC_PII_OSI = 57,
- _SC_PII_OSI_CLTS = 64,
- _SC_PII_OSI_COTS = 63,
- _SC_PII_OSI_M = 65,
- _SC_PII_SOCKET = 55,
- _SC_PII_XTI = 54,
- _SC_PIPE = 145,
- _SC_POLL = 58,
- _SC_PRIORITIZED_IO = 13,
- _SC_PRIORITY_SCHEDULING = 10,
- _SC_READER_WRITER_LOCKS = 153,
- _SC_REALTIME_SIGNALS = 9,
- _SC_REGEXP = 155,
- _SC_REGEX_VERSION = 156,
- _SC_RE_DUP_MAX = 44,
- _SC_RTSIG_MAX = 31,
- _SC_SAVED_IDS = 8,
- _SC_SCHAR_MAX = 111,
- _SC_SCHAR_MIN = 112,
- _SC_SELECT = 59,
- _SC_SEMAPHORES = 21,
- _SC_SEM_NSEMS_MAX = 32,
- _SC_SEM_VALUE_MAX = 33,
- _SC_SHARED_MEMORY_OBJECTS = 22,
- _SC_SHELL = 157,
- _SC_SHRT_MAX = 113,
- _SC_SHRT_MIN = 114,
- _SC_SIGNALS = 158,
- _SC_SIGQUEUE_MAX = 34,
- _SC_SINGLE_PROCESS = 151,
- _SC_SPAWN = 159,
- _SC_SPIN_LOCKS = 154,
- _SC_SPORADIC_SERVER = 160,
- _SC_SSIZE_MAX = 110,
- _SC_STREAMS = 174,
- _SC_STREAM_MAX = 5,
- _SC_SYMLOOP_MAX = 173,
- _SC_SYNCHRONIZED_IO = 14,
- _SC_SYSTEM_DATABASE = 162,
- _SC_SYSTEM_DATABASE_R = 163,
- _SC_THREADS = 67,
- _SC_THREAD_ATTR_STACKADDR = 77,
- _SC_THREAD_ATTR_STACKSIZE = 78,
- _SC_THREAD_CPUTIME = 139,
- _SC_THREAD_DESTRUCTOR_ITERATIONS = 73,
- _SC_THREAD_KEYS_MAX = 74,
- _SC_THREAD_PRIORITY_SCHEDULING = 79,
- _SC_THREAD_PRIO_INHERIT = 80,
- _SC_THREAD_PRIO_PROTECT = 81,
- _SC_THREAD_PROCESS_SHARED = 82,
- _SC_THREAD_SAFE_FUNCTIONS = 68,
- _SC_THREAD_SPORADIC_SERVER = 161,
- _SC_THREAD_STACK_MIN = 75,
- _SC_THREAD_THREADS_MAX = 76,
- _SC_TIMEOUTS = 164,
- _SC_TIMERS = 11,
- _SC_TIMER_MAX = 35,
- _SC_TRACE = 181,
- _SC_TRACE_EVENT_FILTER = 182,
- _SC_TRACE_INHERIT = 183,
- _SC_TRACE_LOG = 184,
- _SC_TTY_NAME_MAX = 72,
- _SC_TYPED_MEMORY_OBJECTS = 165,
- _SC_TZNAME_MAX = 6,
- _SC_T_IOV_MAX = 66,
- _SC_UCHAR_MAX = 115,
- _SC_UINT_MAX = 116,
- _SC_UIO_MAXIOV = 60,
- _SC_ULONG_MAX = 117,
- _SC_USER_GROUPS = 166,
- _SC_USER_GROUPS_R = 167,
- _SC_USHRT_MAX = 118,
- _SC_V6_ILP32_OFF32 = 176,
- _SC_V6_ILP32_OFFBIG = 177,
- _SC_V6_LP64_OFF64 = 178,
- _SC_V6_LPBIG_OFFBIG = 179,
- _SC_VERSION = 29,
- _SC_WORD_BIT = 107,
- _SC_XBS5_ILP32_OFF32 = 125,
- _SC_XBS5_ILP32_OFFBIG = 126,
- _SC_XBS5_LP64_OFF64 = 127,
- _SC_XBS5_LPBIG_OFFBIG = 128,
- _SC_XOPEN_CRYPT = 92,
- _SC_XOPEN_ENH_I18N = 93,
- _SC_XOPEN_LEGACY = 129,
- _SC_XOPEN_REALTIME = 130,
- _SC_XOPEN_REALTIME_THREADS = 131,
- _SC_XOPEN_SHM = 94,
- _SC_XOPEN_UNIX = 91,
- _SC_XOPEN_VERSION = 89,
- _SC_XOPEN_XCU_VERSION = 90,
- _SC_XOPEN_XPG2 = 98,
- _SC_XOPEN_XPG3 = 99,
- _SC_XOPEN_XPG4 = 100,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogFacility
- {
- LOG_AUTH = 32,
- LOG_AUTHPRIV = 80,
- LOG_CRON = 72,
- LOG_DAEMON = 24,
- LOG_FTP = 88,
- LOG_KERN = 0,
- LOG_LOCAL0 = 128,
- LOG_LOCAL1 = 136,
- LOG_LOCAL2 = 144,
- LOG_LOCAL3 = 152,
- LOG_LOCAL4 = 160,
- LOG_LOCAL5 = 168,
- LOG_LOCAL6 = 176,
- LOG_LOCAL7 = 184,
- LOG_LPR = 48,
- LOG_MAIL = 16,
- LOG_NEWS = 56,
- LOG_SYSLOG = 40,
- LOG_USER = 8,
- LOG_UUCP = 64,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogLevel
- {
- LOG_ALERT = 1,
- LOG_CRIT = 2,
- LOG_DEBUG = 7,
- LOG_EMERG = 0,
- LOG_ERR = 3,
- LOG_INFO = 6,
- LOG_NOTICE = 5,
- LOG_WARNING = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum SyslogOptions
- {
- LOG_CONS = 2,
- LOG_NDELAY = 8,
- LOG_NOWAIT = 16,
- LOG_ODELAY = 4,
- LOG_PERROR = 32,
- LOG_PID = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timespec : System.IEquatable<Mono.Unix.Native.Timespec>
- {
- public long tv_nsec;
- public long tv_sec;
- public bool Equals(Mono.Unix.Native.Timespec value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timeval : System.IEquatable<Mono.Unix.Native.Timeval>
- {
- public long tv_sec;
- public long tv_usec;
- public bool Equals(Mono.Unix.Native.Timeval value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timezone : System.IEquatable<Mono.Unix.Native.Timezone>
- {
- public int tz_minuteswest;
- public bool Equals(Mono.Unix.Native.Timezone value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Utimbuf : System.IEquatable<Mono.Unix.Native.Utimbuf>
- {
- public long actime;
- public long modtime;
- public bool Equals(Mono.Unix.Native.Utimbuf value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- }
- public sealed partial class Utsname : System.IEquatable<Mono.Unix.Native.Utsname>
- {
- public string domainname;
- public string machine;
- public string nodename;
- public string release;
- public string sysname;
- public string version;
- public Utsname() { }
- public bool Equals(Mono.Unix.Native.Utsname value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum WaitOptions
- {
- WNOHANG = 1,
- WUNTRACED = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum XattrFlags
- {
- XATTR_AUTO = 0,
- XATTR_CREATE = 1,
- XATTR_REPLACE = 2,
- }
-}
diff --git a/src/v2.0/Mono.Security.Win32.cs b/src/v2.0/Mono.Security.Win32.cs
deleted file mode 100644
index 676bbce..0000000
--- a/src/v2.0/Mono.Security.Win32.cs
+++ /dev/null
@@ -1,100 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Security.Cryptography
-{
- public partial class CapiContext : System.IDisposable
- {
- public CapiContext() { }
- public CapiContext(System.Security.Cryptography.CspParameters csp) { }
- public int Error { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool Result { get { throw null; } }
- public void Dispose() { }
- ~CapiContext() { }
- }
- public partial class CapiHash : System.IDisposable
- {
- public CapiHash(Mono.Security.Cryptography.CapiContext ctx, int hashAlgorithm) { }
- public CapiHash(int hashAlgorithm) { }
- public CapiHash(System.Security.Cryptography.CspParameters cspParams, int hashAlgorithm) { }
- public System.IntPtr Handle { get { throw null; } }
- public int HashSize { get { throw null; } }
- public void Dispose() { }
- ~CapiHash() { }
- public void HashCore(byte[] data, int start, int length) { }
- public byte[] HashFinal() { throw null; }
- public void Initialize(int algo) { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2CryptoServiceProvider : Mono.Security.Cryptography.MD2
- {
- public MD2CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD2CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4CryptoServiceProvider : Mono.Security.Cryptography.MD4
- {
- public MD4CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD4CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class MD5CryptoServiceProvider : System.Security.Cryptography.MD5
- {
- public MD5CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD5CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class RNGCryptoServiceProvider : System.Security.Cryptography.RandomNumberGenerator
- {
- public RNGCryptoServiceProvider() { }
- public RNGCryptoServiceProvider(byte[] rgb) { }
- public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters cspParams) { }
- public RNGCryptoServiceProvider(string str) { }
- ~RNGCryptoServiceProvider() { }
- public override void GetBytes(byte[] data) { }
- public override void GetNonZeroBytes(byte[] data) { }
- }
- public partial class SHA1CryptoServiceProvider : System.Security.Cryptography.SHA1
- {
- public SHA1CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~SHA1CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
diff --git a/src/v2.0/Mono.Security.cs b/src/v2.0/Mono.Security.cs
deleted file mode 100644
index 67307f3..0000000
--- a/src/v2.0/Mono.Security.cs
+++ /dev/null
@@ -1,1519 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Math
-{
- public partial class BigInteger
- {
- public BigInteger() { }
- public BigInteger(Mono.Math.BigInteger bi) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger bi, uint len) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger.Sign sign, uint len) { }
- public BigInteger(byte[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint ui) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(ulong ul) { }
- public static Mono.Math.BigInteger Add(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public int BitCount() { throw null; }
- public void Clear() { }
- [System.CLSCompliantAttribute(false)]
- public void ClearBit(uint bitNum) { }
- public Mono.Math.BigInteger.Sign Compare(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi, int i) { throw null; }
- public override bool Equals(object o) { throw null; }
- public Mono.Math.BigInteger GCD(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger GeneratePseudoPrime(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits, System.Security.Cryptography.RandomNumberGenerator rng) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public void Incr2() { }
- public bool IsProbablePrime() { throw null; }
- public int LowestSetBit() { throw null; }
- public Mono.Math.BigInteger ModInverse(Mono.Math.BigInteger modulus) { throw null; }
- public Mono.Math.BigInteger ModPow(Mono.Math.BigInteger exp, Mono.Math.BigInteger n) { throw null; }
- public static Mono.Math.BigInteger Modulus(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int Modulus(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint Modulus(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger NextHighestPrime(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger operator +(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi, int i) { throw null; }
- public static bool operator ==(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator ==(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static bool operator >(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator >=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static implicit operator Mono.Math.BigInteger (int value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (uint value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (ulong value) { throw null; }
- public static bool operator !=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator !=(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator <<(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static bool operator <(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator <=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator %(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int operator %(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint operator %(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger operator >>(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static Mono.Math.BigInteger operator -(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Parse(string number) { throw null; }
- public void Randomize() { }
- public void Randomize(System.Security.Cryptography.RandomNumberGenerator rng) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum, bool value) { }
- public static Mono.Math.BigInteger Subtract(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public bool TestBit(int bitNum) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public bool TestBit(uint bitNum) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix, string characterSet) { throw null; }
- public sealed partial class ModulusRing
- {
- public ModulusRing(Mono.Math.BigInteger modulus) { }
- public void BarrettReduction(Mono.Math.BigInteger x) { }
- public Mono.Math.BigInteger Difference(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Multiply(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Pow(Mono.Math.BigInteger a, Mono.Math.BigInteger k) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Math.BigInteger Pow(uint b, Mono.Math.BigInteger exp) { throw null; }
- }
- public enum Sign
- {
- Negative = -1,
- Positive = 1,
- Zero = 0,
- }
- }
-}
-namespace Mono.Math.Prime
-{
- public enum ConfidenceFactor
- {
- ExtraHigh = 4,
- ExtraLow = 0,
- High = 3,
- Low = 1,
- Medium = 2,
- Provable = 5,
- }
- public delegate bool PrimalityTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence);
- public sealed partial class PrimalityTests
- {
- internal PrimalityTests() { }
- public static bool RabinMillerTest(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool SmallPrimeSppTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool Test(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- }
-}
-namespace Mono.Math.Prime.Generator
-{
- public partial class NextPrimeFinder : Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
- {
- public NextPrimeFinder() { }
- protected override Mono.Math.BigInteger GenerateSearchBase(int bits, object Context) { throw null; }
- }
- public abstract partial class PrimeGeneratorBase
- {
- protected PrimeGeneratorBase() { }
- public virtual Mono.Math.Prime.ConfidenceFactor Confidence { get { throw null; } }
- public virtual Mono.Math.Prime.PrimalityTest PrimalityTest { get { throw null; } }
- public virtual int TrialDivisionBounds { get { throw null; } }
- public abstract Mono.Math.BigInteger GenerateNewPrime(int bits);
- protected bool PostTrialDivisionTests(Mono.Math.BigInteger bi) { throw null; }
- }
- public partial class SequentialSearchPrimeGeneratorBase : Mono.Math.Prime.Generator.PrimeGeneratorBase
- {
- public SequentialSearchPrimeGeneratorBase() { }
- public override Mono.Math.BigInteger GenerateNewPrime(int bits) { throw null; }
- public virtual Mono.Math.BigInteger GenerateNewPrime(int bits, object context) { throw null; }
- protected virtual Mono.Math.BigInteger GenerateSearchBase(int bits, object context) { throw null; }
- protected virtual bool IsPrimeAcceptable(Mono.Math.BigInteger bi, object context) { throw null; }
- }
-}
-namespace Mono.Security
-{
- public partial class ASN1
- {
- public ASN1() { }
- public ASN1(byte tag) { }
- public ASN1(byte tag, byte[] data) { }
- public ASN1(byte[] data) { }
- public int Count { get { throw null; } }
- public Mono.Security.ASN1 this[int index] { get { throw null; } }
- public int Length { get { throw null; } }
- public byte Tag { get { throw null; } }
- public byte[] Value { get { throw null; } set { } }
- public Mono.Security.ASN1 Add(Mono.Security.ASN1 asn1) { throw null; }
- public bool CompareValue(byte[] value) { throw null; }
- protected void Decode(byte[] asn1, ref int anPos, int anLength) { }
- protected void DecodeTLV(byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content) { tag = default(byte); length = default(int); content = default(byte[]); }
- public Mono.Security.ASN1 Element(int index, byte anTag) { throw null; }
- public bool Equals(byte[] asn1) { throw null; }
- public virtual byte[] GetBytes() { throw null; }
- public void SaveToFile(string filename) { }
- public override string ToString() { throw null; }
- }
- public static partial class ASN1Convert
- {
- public static Mono.Security.ASN1 FromDateTime(System.DateTime dt) { throw null; }
- public static Mono.Security.ASN1 FromInt32(int value) { throw null; }
- public static Mono.Security.ASN1 FromOid(string oid) { throw null; }
- public static Mono.Security.ASN1 FromUnsignedBigInteger(byte[] big) { throw null; }
- public static System.DateTime ToDateTime(Mono.Security.ASN1 time) { throw null; }
- public static int ToInt32(Mono.Security.ASN1 asn1) { throw null; }
- public static string ToOid(Mono.Security.ASN1 asn1) { throw null; }
- }
- public sealed partial class PKCS7
- {
- internal PKCS7() { }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid) { throw null; }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid, Mono.Security.ASN1 parameters) { throw null; }
- public static Mono.Security.ASN1 Attribute(string oid, Mono.Security.ASN1 value) { throw null; }
- public static Mono.Security.ASN1 IssuerAndSerialNumber(Mono.Security.X509.X509Certificate x509) { throw null; }
- public partial class ContentInfo
- {
- public ContentInfo() { }
- public ContentInfo(Mono.Security.ASN1 asn1) { }
- public ContentInfo(byte[] data) { }
- public ContentInfo(string oid) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.ASN1 Content { get { throw null; } set { } }
- public string ContentType { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EncryptedData
- {
- public EncryptedData() { }
- public EncryptedData(Mono.Security.ASN1 asn1) { }
- public EncryptedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EnvelopedData
- {
- public EnvelopedData() { }
- public EnvelopedData(Mono.Security.ASN1 asn1) { }
- public EnvelopedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public System.Collections.ArrayList RecipientInfos { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class Oid
- {
- public const string contentType = "1.2.840.113549.1.9.3";
- public const string countersignature = "1.2.840.113549.1.9.6";
- public const string data = "1.2.840.113549.1.7.1";
- public const string digestedData = "1.2.840.113549.1.7.5";
- public const string encryptedData = "1.2.840.113549.1.7.6";
- public const string envelopedData = "1.2.840.113549.1.7.3";
- public const string messageDigest = "1.2.840.113549.1.9.4";
- public const string rsaEncryption = "1.2.840.113549.1.1.1";
- public const string signedAndEnvelopedData = "1.2.840.113549.1.7.4";
- public const string signedData = "1.2.840.113549.1.7.2";
- public const string signingTime = "1.2.840.113549.1.9.5";
- public Oid() { }
- }
- public partial class RecipientInfo
- {
- public RecipientInfo() { }
- public RecipientInfo(Mono.Security.ASN1 data) { }
- public string Issuer { get { throw null; } }
- public byte[] Key { get { throw null; } }
- public string Oid { get { throw null; } }
- public byte[] Serial { get { throw null; } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public int Version { get { throw null; } }
- }
- public partial class SignedData
- {
- public SignedData() { }
- public SignedData(Mono.Security.ASN1 asn1) { }
- public SignedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string HashName { get { throw null; } set { } }
- public Mono.Security.PKCS7.SignerInfo SignerInfo { get { throw null; } }
- public bool UseAuthenticatedAttributes { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- }
- public partial class SignerInfo
- {
- public SignerInfo() { }
- public SignerInfo(Mono.Security.ASN1 asn1) { }
- public SignerInfo(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public System.Collections.ArrayList AuthenticatedAttributes { get { throw null; } }
- public Mono.Security.X509.X509Certificate Certificate { get { throw null; } set { } }
- public string HashName { get { throw null; } set { } }
- public string IssuerName { get { throw null; } }
- public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] Signature { get { throw null; } set { } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public System.Collections.ArrayList UnauthenticatedAttributes { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public sealed partial class StrongName
- {
- public StrongName() { }
- public StrongName(byte[] data) { }
- public StrongName(int keySize) { }
- public StrongName(System.Security.Cryptography.RSA rsa) { }
- public bool CanSign { get { throw null; } }
- public byte[] PublicKey { get { throw null; } }
- public byte[] PublicKeyToken { get { throw null; } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public string TokenAlgorithm { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] Hash(string fileName) { throw null; }
- public bool Sign(string fileName) { throw null; }
- public bool Verify(System.IO.Stream stream) { throw null; }
- public bool Verify(string fileName) { throw null; }
- }
-}
-namespace Mono.Security.Authenticode
-{
- public partial class AuthenticodeBase
- {
- public const string spcIndirectDataContext = "1.3.6.1.4.1.311.2.1.4";
- public AuthenticodeBase() { }
- protected byte[] HashFile(string fileName, string hashName) { throw null; }
- }
- public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeDeformatter() { }
- public AuthenticodeDeformatter(string fileName) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public int Reason { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
- public System.DateTime Timestamp { get { throw null; } }
- public bool IsTrusted() { throw null; }
- }
- public partial class AuthenticodeFormatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeFormatter() { }
- public Mono.Security.Authenticode.Authority Authority { get { throw null; } set { } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crl { get { throw null; } }
- public string Description { get { throw null; } set { } }
- public string Hash { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public System.Uri TimestampUrl { get { throw null; } set { } }
- public System.Uri Url { get { throw null; } set { } }
- public void ProcessTimestamp(byte[] response) { }
- public bool Sign(string fileName) { throw null; }
- public bool Timestamp(string fileName) { throw null; }
- public Mono.Security.ASN1 TimestampRequest(byte[] signature) { throw null; }
- }
- public enum Authority
- {
- Commercial = 1,
- Individual = 0,
- Maximum = 2,
- }
- public partial class PrivateKey
- {
- public PrivateKey() { }
- public PrivateKey(byte[] data, string password) { }
- public bool Encrypted { get { throw null; } }
- public int KeyType { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public bool Weak { get { throw null; } set { } }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename) { throw null; }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename, string password) { throw null; }
- public void Save(string filename) { }
- public void Save(string filename, string password) { }
- }
- public partial class SoftwarePublisherCertificate
- {
- public SoftwarePublisherCertificate() { }
- public SoftwarePublisherCertificate(byte[] data) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public static Mono.Security.Authenticode.SoftwarePublisherCertificate CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public partial class ARC4Managed : Mono.Security.Cryptography.RC4, System.IDisposable, System.Security.Cryptography.ICryptoTransform
- {
- public ARC4Managed() { }
- public bool CanReuseTransform { get { throw null; } }
- public bool CanTransformMultipleBlocks { get { throw null; } }
- public int InputBlockSize { get { throw null; } }
- public override byte[] Key { get { throw null; } set { } }
- public int OutputBlockSize { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- protected override void Dispose(bool disposing) { }
- ~ARC4Managed() { }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw null; }
- public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw null; }
- }
- public partial class BlockProcessor
- {
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform) { }
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform, int blockSize) { }
- public void Core(byte[] rgb) { }
- public void Core(byte[] rgb, int ib, int cb) { }
- public byte[] Final() { throw null; }
- ~BlockProcessor() { }
- public void Initialize() { }
- }
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
- public enum DHKeyGeneration
- {
- Random = 0,
- Static = 1,
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct DHParameters
- {
- public byte[] G;
- public byte[] P;
- [System.NonSerializedAttribute]
- public byte[] X;
- }
- public abstract partial class DiffieHellman : System.Security.Cryptography.AsymmetricAlgorithm
- {
- protected DiffieHellman() { }
- public static new Mono.Security.Cryptography.DiffieHellman Create() { throw null; }
- public static new Mono.Security.Cryptography.DiffieHellman Create(string algName) { throw null; }
- public abstract byte[] CreateKeyExchange();
- public abstract byte[] DecryptKeyExchange(byte[] keyex);
- public abstract Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivate);
- public override void FromXmlString(string xmlString) { }
- public abstract void ImportParameters(Mono.Security.Cryptography.DHParameters parameters);
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- }
- public sealed partial class DiffieHellmanManaged : Mono.Security.Cryptography.DiffieHellman
- {
- public DiffieHellmanManaged() { }
- public DiffieHellmanManaged(byte[] p, byte[] g, byte[] x) { }
- public DiffieHellmanManaged(byte[] p, byte[] g, int l) { }
- public DiffieHellmanManaged(int bitLength, int l, Mono.Security.Cryptography.DHKeyGeneration method) { }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public override byte[] CreateKeyExchange() { throw null; }
- public override byte[] DecryptKeyExchange(byte[] keyEx) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~DiffieHellmanManaged() { }
- public override void ImportParameters(Mono.Security.Cryptography.DHParameters parameters) { }
- }
- public sealed partial class KeyBuilder
- {
- internal KeyBuilder() { }
- public static byte[] IV(int size) { throw null; }
- public static byte[] Key(int size) { throw null; }
- }
- public partial class KeyPairPersistence
- {
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { }
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) { }
- public string Filename { get { throw null; } }
- public string KeyValue { get { throw null; } set { } }
- public System.Security.Cryptography.CspParameters Parameters { get { throw null; } }
- public bool Load() { throw null; }
- public void Remove() { }
- public void Save() { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2Managed : Mono.Security.Cryptography.MD2
- {
- public MD2Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4Managed : Mono.Security.Cryptography.MD4
- {
- public MD4Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public sealed partial class PKCS1
- {
- internal PKCS1() { }
- public static byte[] Decrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] C) { throw null; }
- public static byte[] Decrypt_v15(System.Security.Cryptography.RSA rsa, byte[] C) { throw null; }
- public static byte[] Encode_v15(System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, int emLength) { throw null; }
- public static byte[] Encrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] Encrypt_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] I2OSP(byte[] x, int size) { throw null; }
- public static byte[] I2OSP(int x, int size) { throw null; }
- public static byte[] MGF1(System.Security.Cryptography.HashAlgorithm hash, byte[] mgfSeed, int maskLen) { throw null; }
- public static byte[] OS2IP(byte[] x) { throw null; }
- public static byte[] RSADP(System.Security.Cryptography.RSA rsa, byte[] c) { throw null; }
- public static byte[] RSAEP(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSASP1(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSAVP1(System.Security.Cryptography.RSA rsa, byte[] s) { throw null; }
- public static byte[] Sign_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding) { throw null; }
- }
- public sealed partial class PKCS8
- {
- internal PKCS8() { }
- public static Mono.Security.Cryptography.PKCS8.KeyInfo GetType(byte[] data) { throw null; }
- public partial class EncryptedPrivateKeyInfo
- {
- public EncryptedPrivateKeyInfo() { }
- public EncryptedPrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public byte[] EncryptedData { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public enum KeyInfo
- {
- EncryptedPrivateKey = 1,
- PrivateKey = 0,
- Unknown = 2,
- }
- public partial class PrivateKeyInfo
- {
- public PrivateKeyInfo() { }
- public PrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public System.Collections.ArrayList Attributes { get { throw null; } }
- public byte[] PrivateKey { get { throw null; } set { } }
- public int Version { get { throw null; } set { } }
- public static System.Security.Cryptography.DSA DecodeDSA(byte[] privateKey, System.Security.Cryptography.DSAParameters dsaParameters) { throw null; }
- public static System.Security.Cryptography.RSA DecodeRSA(byte[] keypair) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.RSA rsa) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
- }
- public abstract partial class RC4 : System.Security.Cryptography.SymmetricAlgorithm
- {
- public RC4() { }
- public override byte[] IV { get { throw null; } set { } }
- public static new Mono.Security.Cryptography.RC4 Create() { throw null; }
- public static new Mono.Security.Cryptography.RC4 Create(string algName) { throw null; }
- }
- public partial class RSAManaged : System.Security.Cryptography.RSA
- {
- public RSAManaged() { }
- public RSAManaged(int keySize) { }
- public bool IsCrtPossible { get { throw null; } }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override int KeySize { get { throw null; } }
- public bool PublicOnly { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public bool UseKeyBlinding { get { throw null; } set { } }
- public event Mono.Security.Cryptography.RSAManaged.KeyGeneratedEventHandler KeyGenerated { add { } remove { } }
- public override byte[] DecryptValue(byte[] rgb) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override byte[] EncryptValue(byte[] rgb) { throw null; }
- public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~RSAManaged() { }
- public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { }
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- public delegate void KeyGeneratedEventHandler(object sender, System.EventArgs e);
- }
- public abstract partial class SHA224 : System.Security.Cryptography.HashAlgorithm
- {
- public SHA224() { }
- public static new Mono.Security.Cryptography.SHA224 Create() { throw null; }
- public static new Mono.Security.Cryptography.SHA224 Create(string hashName) { throw null; }
- }
- public partial class SHA224Managed : Mono.Security.Cryptography.SHA224
- {
- public SHA224Managed() { }
- protected override void HashCore(byte[] rgb, int start, int size) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- 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[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public static partial class ChallengeResponse2
- {
- public static void Compute(Mono.Security.Protocol.Ntlm.Type2Message type2, Mono.Security.Protocol.Ntlm.NtlmAuthLevel level, string username, string password, string domain, out byte[] lm, out byte[] ntlm) { lm = default(byte[]); ntlm = default(byte[]); }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public int Type { 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; }
- }
- public enum NtlmAuthLevel
- {
- LM_and_NTLM = 0,
- LM_and_NTLM_and_try_NTLMv2_Session = 1,
- NTLMv2_only = 3,
- NTLM_only = 2,
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateDomainSupplied = 4096,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public static partial class NtlmSettings
- {
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(byte[] message) : 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(byte[] message) : base (default(int)) { }
- public byte[] Nonce { get { throw null; } set { } }
- public byte[] TargetInfo { get { throw null; } }
- public string TargetName { get { throw null; } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.Type2Message type2) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public byte[] Challenge { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use NtlmSettings.DefaultAuthLevel")]
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmAuthLevel Level { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } set { } }
- 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 Mono.Security.X509
-{
- public partial class PKCS12 : System.ICloneable
- {
- public const string certBag = "1.2.840.113549.1.12.10.1.3";
- public const string crlBag = "1.2.840.113549.1.12.10.1.4";
- public const int CryptoApiPasswordLimit = 32;
- public const string keyBag = "1.2.840.113549.1.12.10.1.1";
- public const string pbeWithSHAAnd128BitRC2CBC = "1.2.840.113549.1.12.1.5";
- public const string pbeWithSHAAnd128BitRC4 = "1.2.840.113549.1.12.1.1";
- public const string pbeWithSHAAnd2KeyTripleDESCBC = "1.2.840.113549.1.12.1.4";
- public const string pbeWithSHAAnd3KeyTripleDESCBC = "1.2.840.113549.1.12.1.3";
- public const string pbeWithSHAAnd40BitRC2CBC = "1.2.840.113549.1.12.1.6";
- public const string pbeWithSHAAnd40BitRC4 = "1.2.840.113549.1.12.1.2";
- public const string pkcs8ShroudedKeyBag = "1.2.840.113549.1.12.10.1.2";
- public const string safeContentsBag = "1.2.840.113549.1.12.10.1.6";
- public const string sdsiCertificate = "1.2.840.113549.1.9.22.2";
- public const string secretBag = "1.2.840.113549.1.12.10.1.5";
- public const string x509Certificate = "1.2.840.113549.1.9.22.1";
- public const string x509Crl = "1.2.840.113549.1.9.23.1";
- public PKCS12() { }
- public PKCS12(byte[] data) { }
- public PKCS12(byte[] data, byte[] password) { }
- public PKCS12(byte[] data, string password) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public int IterationCount { get { throw null; } set { } }
- public System.Collections.ArrayList Keys { get { throw null; } }
- public static int MaximumPasswordLength { get { throw null; } set { } }
- public string Password { set { } }
- public System.Collections.ArrayList Secrets { get { throw null; } }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attributes) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddSecretBag(byte[] secret) { }
- public void AddSecretBag(byte[] secret, System.Collections.IDictionary attributes) { }
- public object Clone() { throw null; }
- public byte[] Decrypt(Mono.Security.PKCS7.EncryptedData ed) { throw null; }
- public byte[] Decrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] encryptedData) { throw null; }
- public byte[] Encrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] data) { throw null; }
- ~PKCS12() { }
- public System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm(System.Collections.IDictionary attrs) { throw null; }
- public System.Collections.IDictionary GetAttributes(Mono.Security.X509.X509Certificate cert) { throw null; }
- public System.Collections.IDictionary GetAttributes(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Certificate GetCertificate(System.Collections.IDictionary attrs) { throw null; }
- public byte[] GetSecret(System.Collections.IDictionary attrs) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename, string password) { throw null; }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attrs) { }
- public void RemoveKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemovePkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemoveSecretBag(byte[] secret) { }
- public void SaveToFile(string filename) { }
- public partial class DeriveBytes
- {
- public DeriveBytes() { }
- public string HashName { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Password { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] DeriveIV(int size) { throw null; }
- public byte[] DeriveKey(int size) { throw null; }
- public byte[] DeriveMAC(int size) { throw null; }
- public enum Purpose
- {
- IV = 1,
- Key = 0,
- MAC = 2,
- }
- }
- }
- public partial class PKCS5
- {
- public const string pbeWithMD2AndDESCBC = "1.2.840.113549.1.5.1";
- public const string pbeWithMD2AndRC2CBC = "1.2.840.113549.1.5.4";
- public const string pbeWithMD5AndDESCBC = "1.2.840.113549.1.5.3";
- public const string pbeWithMD5AndRC2CBC = "1.2.840.113549.1.5.6";
- public const string pbeWithSHA1AndDESCBC = "1.2.840.113549.1.5.10";
- public const string pbeWithSHA1AndRC2CBC = "1.2.840.113549.1.5.11";
- public PKCS5() { }
- }
- public partial class PKCS9
- {
- public const string friendlyName = "1.2.840.113549.1.9.20";
- public const string localKeyId = "1.2.840.113549.1.9.21";
- public PKCS9() { }
- }
- public sealed partial class X501
- {
- internal X501() { }
- public static Mono.Security.ASN1 FromString(string rdn) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq, bool reversed, string separator, bool quotes) { throw null; }
- }
- public abstract partial class X509Builder
- {
- protected X509Builder() { }
- public string Hash { get { throw null; } set { } }
- protected string GetOid(string hashName) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.DSA key) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.RSA key) { throw null; }
- protected abstract Mono.Security.ASN1 ToBeSigned(string hashName);
- }
- public partial class X509Certificate : System.Runtime.Serialization.ISerializable
- {
- public X509Certificate(byte[] data) { }
- protected X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public System.Security.Cryptography.DSA DSA { get { throw null; } set { } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public bool IsSelfSigned { get { throw null; } }
- public virtual string IssuerName { get { throw null; } }
- public byte[] IssuerUniqueIdentifier { get { throw null; } }
- public virtual string KeyAlgorithm { get { throw null; } }
- public virtual byte[] KeyAlgorithmParameters { get { throw null; } set { } }
- public virtual byte[] PublicKey { get { throw null; } }
- public virtual byte[] RawData { get { throw null; } }
- public virtual System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public virtual byte[] SerialNumber { get { throw null; } }
- public virtual byte[] Signature { get { throw null; } }
- public virtual string SignatureAlgorithm { get { throw null; } }
- public virtual byte[] SignatureAlgorithmParameters { get { throw null; } }
- public virtual string SubjectName { get { throw null; } }
- public byte[] SubjectUniqueIdentifier { get { throw null; } }
- public virtual System.DateTime ValidFrom { get { throw null; } }
- public virtual System.DateTime ValidUntil { get { throw null; } }
- public int Version { get { throw null; } }
- public bool CheckSignature(byte[] hash, string hashAlgorithm, byte[] signature) { throw null; }
- public Mono.Security.ASN1 GetIssuerName() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
- public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Security.ASN1 GetSubjectName() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- }
- public partial class X509CertificateBuilder : Mono.Security.X509.X509Builder
- {
- public X509CertificateBuilder() { }
- public X509CertificateBuilder(byte version) { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public string IssuerName { get { throw null; } set { } }
- public byte[] IssuerUniqueId { get { throw null; } set { } }
- public System.DateTime NotAfter { get { throw null; } set { } }
- public System.DateTime NotBefore { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } set { } }
- public string SubjectName { get { throw null; } set { } }
- public System.Security.Cryptography.AsymmetricAlgorithm SubjectPublicKey { get { throw null; } set { } }
- public byte[] SubjectUniqueId { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- protected override Mono.Security.ASN1 ToBeSigned(string oid) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class X509CertificateCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509CertificateCollection() { }
- public X509CertificateCollection(Mono.Security.X509.X509CertificateCollection value) { }
- public X509CertificateCollection(Mono.Security.X509.X509Certificate[] value) { }
- public Mono.Security.X509.X509Certificate this[int index] { get { throw null; } set { } }
- public int Add(Mono.Security.X509.X509Certificate value) { throw null; }
- public void AddRange(Mono.Security.X509.X509CertificateCollection value) { }
- public void AddRange(Mono.Security.X509.X509Certificate[] value) { }
- public bool Contains(Mono.Security.X509.X509Certificate value) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Certificate[] array, int index) { }
- public new Mono.Security.X509.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Certificate value) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Certificate value) { }
- public void Remove(Mono.Security.X509.X509Certificate value) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public partial class X509CertificateEnumerator : System.Collections.IEnumerator
- {
- public X509CertificateEnumerator(Mono.Security.X509.X509CertificateCollection mappings) { }
- public Mono.Security.X509.X509Certificate Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- public partial class X509Chain
- {
- public X509Chain() { }
- public X509Chain(Mono.Security.X509.X509CertificateCollection chain) { }
- public Mono.Security.X509.X509CertificateCollection Chain { get { throw null; } }
- public Mono.Security.X509.X509Certificate Root { get { throw null; } }
- public Mono.Security.X509.X509ChainStatusFlags Status { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection TrustAnchors { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(64))]set { } }
- public bool Build(Mono.Security.X509.X509Certificate leaf) { throw null; }
- public Mono.Security.X509.X509Certificate FindByIssuerName(string issuerName) { throw null; }
- public void LoadCertificate(Mono.Security.X509.X509Certificate x509) { }
- public void LoadCertificates(Mono.Security.X509.X509CertificateCollection collection) { }
- public void Reset() { }
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum X509ChainStatusFlags
- {
- InvalidBasicConstraints = 1024,
- NoError = 0,
- NotSignatureValid = 8,
- NotTimeNested = 2,
- NotTimeValid = 1,
- PartialChain = 65536,
- UntrustedRoot = 32,
- }
- public partial class X509Crl
- {
- public X509Crl(byte[] crl) { }
- public System.Collections.ArrayList Entries { get { throw null; } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public string IssuerName { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[byte[] serialNumber] { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[int index] { get { throw null; } }
- public System.DateTime NextUpdate { get { throw null; } }
- public byte[] RawData { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public string SignatureAlgorithm { get { throw null; } }
- public System.DateTime ThisUpdate { get { throw null; } }
- public byte Version { get { throw null; } }
- public static Mono.Security.X509.X509Crl CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(Mono.Security.X509.X509Certificate x509) { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(byte[] serialNumber) { throw null; }
- public bool VerifySignature(Mono.Security.X509.X509Certificate x509) { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- public partial class X509CrlEntry
- {
- internal X509CrlEntry() { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public System.DateTime RevocationDate { get { throw null; } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public partial class X509Extension
- {
- protected bool extnCritical;
- protected string extnOid;
- protected Mono.Security.ASN1 extnValue;
- protected X509Extension() { }
- public X509Extension(Mono.Security.ASN1 asn1) { }
- public X509Extension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public bool Critical { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public string Oid { get { throw null; } }
- public Mono.Security.ASN1 Value { get { throw null; } }
- protected virtual void Decode() { }
- protected virtual void Encode() { }
- public override bool Equals(object obj) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class X509ExtensionCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509ExtensionCollection() { }
- public X509ExtensionCollection(Mono.Security.ASN1 asn1) { }
- public Mono.Security.X509.X509Extension this[int index] { get { throw null; } }
- public Mono.Security.X509.X509Extension this[string oid] { get { throw null; } }
- public int Add(Mono.Security.X509.X509Extension extension) { throw null; }
- public void AddRange(Mono.Security.X509.X509ExtensionCollection collection) { }
- public void AddRange(Mono.Security.X509.X509Extension[] extension) { }
- public bool Contains(Mono.Security.X509.X509Extension extension) { throw null; }
- public bool Contains(string oid) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Extension[] extensions, int index) { }
- public byte[] GetBytes() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Extension extension) { throw null; }
- public int IndexOf(string oid) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Extension extension) { }
- public void Remove(Mono.Security.X509.X509Extension extension) { }
- public void Remove(string oid) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class X509Store
- {
- internal X509Store() { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string Name { get { throw null; } }
- public void Clear() { }
- public void Import(Mono.Security.X509.X509Certificate certificate) { }
- public void Import(Mono.Security.X509.X509Crl crl) { }
- public void Remove(Mono.Security.X509.X509Certificate certificate) { }
- public void Remove(Mono.Security.X509.X509Crl crl) { }
- }
- public sealed partial class X509StoreManager
- {
- internal X509StoreManager() { }
- public static Mono.Security.X509.X509Stores CurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection IntermediateCACertificates { get { throw null; } }
- public static System.Collections.ArrayList IntermediateCACrls { get { throw null; } }
- public static Mono.Security.X509.X509Stores LocalMachine { get { throw null; } }
- public static System.Collections.ArrayList TrustedRootCACrls { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection TrustedRootCertificates { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection UntrustedCertificates { get { throw null; } }
- }
- public partial class X509Stores
- {
- internal X509Stores() { }
- public Mono.Security.X509.X509Store IntermediateCA { get { throw null; } }
- public Mono.Security.X509.X509Store OtherPeople { get { throw null; } }
- public Mono.Security.X509.X509Store Personal { get { throw null; } }
- public Mono.Security.X509.X509Store TrustedRoot { get { throw null; } }
- public Mono.Security.X509.X509Store Untrusted { get { throw null; } }
- public void Clear() { }
- public Mono.Security.X509.X509Store Open(string storeName, bool create) { throw null; }
- public partial class Names
- {
- public const string IntermediateCA = "CA";
- public const string OtherPeople = "AddressBook";
- public const string Personal = "My";
- public const string TrustedRoot = "Trust";
- public const string Untrusted = "Disallowed";
- public Names() { }
- }
- }
- public partial class X520
- {
- public X520() { }
- public abstract partial class AttributeTypeAndValue
- {
- protected AttributeTypeAndValue(string oid, int upperBound) { }
- protected AttributeTypeAndValue(string oid, int upperBound, byte encoding) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] GetBytes(byte encoding) { throw null; }
- }
- public partial class CommonName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CommonName() : base (default(string), default(int)) { }
- }
- public partial class CountryName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CountryName() : base (default(string), default(int)) { }
- }
- public partial class DnQualifier : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DnQualifier() : base (default(string), default(int)) { }
- }
- public partial class DomainComponent : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DomainComponent() : base (default(string), default(int)) { }
- }
- public partial class EmailAddress : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public EmailAddress() : base (default(string), default(int)) { }
- }
- public partial class GivenName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public GivenName() : base (default(string), default(int)) { }
- }
- public partial class Initial : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Initial() : base (default(string), default(int)) { }
- }
- public partial class LocalityName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public LocalityName() : base (default(string), default(int)) { }
- }
- public partial class Name : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Name() : base (default(string), default(int)) { }
- }
- public partial class Oid : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Oid(string oid) : base (default(string), default(int)) { }
- }
- public partial class OrganizationalUnitName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationalUnitName() : base (default(string), default(int)) { }
- }
- public partial class OrganizationName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationName() : base (default(string), default(int)) { }
- }
- public partial class SerialNumber : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public SerialNumber() : base (default(string), default(int)) { }
- }
- public partial class StateOrProvinceName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public StateOrProvinceName() : base (default(string), default(int)) { }
- }
- public partial class Surname : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Surname() : base (default(string), default(int)) { }
- }
- public partial class Title : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Title() : base (default(string), default(int)) { }
- }
- public partial class UserId : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public UserId() : base (default(string), default(int)) { }
- }
- }
-}
-namespace Mono.Security.X509.Extensions
-{
- public partial class AuthorityKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public AuthorityKeyIdentifierExtension() { }
- public AuthorityKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public AuthorityKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class BasicConstraintsExtension : Mono.Security.X509.X509Extension
- {
- public const int NoPathLengthConstraint = -1;
- public BasicConstraintsExtension() { }
- public BasicConstraintsExtension(Mono.Security.ASN1 asn1) { }
- public BasicConstraintsExtension(Mono.Security.X509.X509Extension extension) { }
- public bool CertificateAuthority { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- public int PathLenConstraint { get { throw null; } set { } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class CertificatePoliciesExtension : Mono.Security.X509.X509Extension
- {
- public CertificatePoliciesExtension() { }
- public CertificatePoliciesExtension(Mono.Security.ASN1 asn1) { }
- public CertificatePoliciesExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class CRLDistributionPointsExtension : Mono.Security.X509.X509Extension
- {
- public CRLDistributionPointsExtension() { }
- public CRLDistributionPointsExtension(Mono.Security.ASN1 asn1) { }
- public CRLDistributionPointsExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.Generic.IEnumerable<Mono.Security.X509.Extensions.CRLDistributionPointsExtension.DistributionPoint> DistributionPoints { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- public partial class DistributionPoint
- {
- public DistributionPoint(Mono.Security.ASN1 dp) { }
- public DistributionPoint(string dp, Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags reasons, string issuer) { }
- public string CRLIssuer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags Reasons { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ReasonFlags
- {
- AACompromise = 8,
- AffiliationChanged = 3,
- CACompromise = 2,
- CertificateHold = 6,
- CessationOfOperation = 5,
- KeyCompromise = 1,
- PrivilegeWithdrawn = 7,
- Superseded = 4,
- Unused = 0,
- }
- }
- public partial class ExtendedKeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public ExtendedKeyUsageExtension() { }
- public ExtendedKeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public ExtendedKeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.ArrayList KeyPurpose { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class KeyAttributesExtension : Mono.Security.X509.X509Extension
- {
- public KeyAttributesExtension() { }
- public KeyAttributesExtension(Mono.Security.ASN1 asn1) { }
- public KeyAttributesExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] KeyIdentifier { get { throw null; } }
- public override string Name { get { throw null; } }
- public System.DateTime NotAfter { get { throw null; } }
- public System.DateTime NotBefore { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class KeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public KeyUsageExtension() { }
- public KeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public KeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.X509.Extensions.KeyUsages KeyUsage { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum KeyUsages
- {
- cRLSign = 2,
- dataEncipherment = 16,
- decipherOnly = 2048,
- digitalSignature = 128,
- encipherOnly = 1,
- keyAgreement = 8,
- keyCertSign = 4,
- keyEncipherment = 32,
- none = 0,
- nonRepudiation = 64,
- }
- public partial class NetscapeCertTypeExtension : Mono.Security.X509.X509Extension
- {
- public NetscapeCertTypeExtension() { }
- public NetscapeCertTypeExtension(Mono.Security.ASN1 asn1) { }
- public NetscapeCertTypeExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.NetscapeCertTypeExtension.CertTypes usage) { throw null; }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum CertTypes
- {
- ObjectSigning = 16,
- ObjectSigningCA = 1,
- Smime = 32,
- SmimeCA = 2,
- SslCA = 4,
- SslClient = 128,
- SslServer = 64,
- }
- }
- public partial class PrivateKeyUsagePeriodExtension : Mono.Security.X509.X509Extension
- {
- public PrivateKeyUsagePeriodExtension() { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.ASN1 asn1) { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectAltNameExtension : Mono.Security.X509.X509Extension
- {
- public SubjectAltNameExtension() { }
- public SubjectAltNameExtension(Mono.Security.ASN1 asn1) { }
- public SubjectAltNameExtension(Mono.Security.X509.X509Extension extension) { }
- public SubjectAltNameExtension(string[] rfc822, string[] dnsNames, string[] ipAddresses, string[] uris) { }
- public string[] DNSNames { get { throw null; } }
- public string[] IPAddresses { get { throw null; } }
- public override string Name { get { throw null; } }
- public string[] RFC822 { get { throw null; } }
- public string[] UniformResourceIdentifiers { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public SubjectKeyIdentifierExtension() { }
- public SubjectKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public SubjectKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Xml
-{
- [System.CLSCompliantAttribute(false)]
- public partial class MiniParser
- {
- protected int col;
- protected static string[] errors;
- protected int line;
- protected bool splitCData;
- protected int[] twoCharBuff;
- public MiniParser() { }
- protected void FatalErr(string descr) { }
- public void Parse(Mono.Xml.MiniParser.IReader reader, Mono.Xml.MiniParser.IHandler handler) { }
- public void Reset() { }
- protected static bool StrEquals(string str, System.Text.StringBuilder sb, int sbStart, int len) { throw null; }
- protected static int Xlat(int charCode, int state) { throw null; }
- public partial class AttrListImpl : Mono.Xml.MiniParser.IAttrList, Mono.Xml.MiniParser.IMutableAttrList
- {
- protected System.Collections.ArrayList names;
- protected System.Collections.ArrayList values;
- public AttrListImpl() { }
- public AttrListImpl(Mono.Xml.MiniParser.IAttrList attrs) { }
- public AttrListImpl(int initialCapacity) { }
- public bool IsEmpty { get { throw null; } }
- public int Length { get { throw null; } }
- public string[] Names { get { throw null; } }
- public string[] Values { get { throw null; } }
- public void Add(string name, string value) { }
- public void ChangeValue(string name, string newValue) { }
- public void Clear() { }
- public void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs) { }
- public string GetName(int i) { throw null; }
- public string GetValue(int i) { throw null; }
- public string GetValue(string name) { throw null; }
- public void Remove(int i) { }
- public void Remove(string name) { }
- }
- public partial class HandlerAdapter : Mono.Xml.MiniParser.IHandler
- {
- public HandlerAdapter() { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- }
- public partial interface IAttrList
- {
- bool IsEmpty { get; }
- int Length { get; }
- string[] Names { get; }
- string[] Values { get; }
- void ChangeValue(string name, string newValue);
- string GetName(int i);
- string GetValue(int i);
- string GetValue(string name);
- }
- public partial interface IHandler
- {
- void OnChars(string ch);
- void OnEndElement(string name);
- void OnEndParsing(Mono.Xml.MiniParser parser);
- void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs);
- void OnStartParsing(Mono.Xml.MiniParser parser);
- }
- public partial interface IMutableAttrList : Mono.Xml.MiniParser.IAttrList
- {
- void Add(string name, string value);
- void Clear();
- void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs);
- void Remove(int i);
- void Remove(string name);
- }
- public partial interface IReader
- {
- int Read();
- }
- public partial class XMLError : System.Exception
- {
- protected int column;
- protected string descr;
- protected int line;
- public XMLError() { }
- public XMLError(string descr) { }
- public XMLError(string descr, int line, int column) { }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- [System.CLSCompliantAttribute(false)]
- public partial class SecurityParser : Mono.Xml.MiniParser, Mono.Xml.MiniParser.IHandler, Mono.Xml.MiniParser.IReader
- {
- public SecurityParser() { }
- public void LoadXml(string xml) { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- public int Read() { throw null; }
- public System.Security.SecurityElement ToXml() { throw null; }
- }
-}
diff --git a/src/v2.0/Mono.Simd.cs b/src/v2.0/Mono.Simd.cs
deleted file mode 100644
index 2d18d9b..0000000
--- a/src/v2.0/Mono.Simd.cs
+++ /dev/null
@@ -1,1393 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2008 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Simd.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Simd.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Simd
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(224), Inherited=false)]
- public sealed partial class AccelerationAttribute : System.Attribute
- {
- public AccelerationAttribute(Mono.Simd.AccelMode mode) { }
- public Mono.Simd.AccelMode Mode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- [System.FlagsAttribute]
- public enum AccelMode
- {
- None = 0,
- SSE1 = 1,
- SSE2 = 2,
- SSE3 = 4,
- SSE41 = 16,
- SSE42 = 32,
- SSE4A = 64,
- SSSE3 = 8,
- }
- public static partial class ArrayExtensions
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVector(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVector(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVector(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVector(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVector(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVector(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVector(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVector(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVector(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVector(this ulong[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVectorAligned(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVectorAligned(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVectorAligned(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVectorAligned(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVectorAligned(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVectorAligned(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVectorAligned(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVectorAligned(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVectorAligned(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVectorAligned(this ulong[] array, int offset) { throw null; }
- public static bool IsAligned<T>(this T[] vect, int index) where T : struct { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- }
- public enum ShuffleSel
- {
- ExpandInterleavedXY = 68,
- ExpandInterleavedZW = 238,
- ExpandW = 255,
- ExpandX = 0,
- ExpandXY = 80,
- ExpandY = 85,
- ExpandZ = 170,
- ExpandZW = 250,
- RotateLeft = 147,
- RotateRight = 57,
- Swap = 27,
- WFromW = 192,
- WFromX = 0,
- WFromY = 64,
- WFromZ = 128,
- XFromW = 3,
- XFromX = 0,
- XFromY = 1,
- XFromZ = 2,
- YFromW = 12,
- YFromX = 0,
- YFromY = 4,
- YFromZ = 8,
- ZFromW = 48,
- ZFromX = 0,
- ZFromY = 16,
- ZFromZ = 32,
- }
- public static partial class SimdRuntime
- {
- public static Mono.Simd.AccelMode AccelMode { get { throw null; } }
- public static bool IsMethodAccelerated(System.Type type, string method) { throw null; }
- public static bool IsMethodAccelerated(System.Type type, string method, params System.Type[] signature) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Reflection.MethodInfo method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method, params System.Type[] signature) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16b
- {
- public Vector16b(byte b) { throw null;}
- public Vector16b(byte v0, byte v1, byte v2, byte v3, byte v4, byte v5, byte v6, byte v7, byte v8, byte v9, byte v10, byte v11, byte v12, byte v13, byte v14, byte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public byte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16b One { get { throw null; } }
- public byte V0 { get { throw null; } set { } }
- public byte V1 { get { throw null; } set { } }
- public byte V10 { get { throw null; } set { } }
- public byte V11 { get { throw null; } set { } }
- public byte V12 { get { throw null; } set { } }
- public byte V13 { get { throw null; } set { } }
- public byte V14 { get { throw null; } set { } }
- public byte V15 { get { throw null; } set { } }
- public byte V2 { get { throw null; } set { } }
- public byte V3 { get { throw null; } set { } }
- public byte V4 { get { throw null; } set { } }
- public byte V5 { get { throw null; } set { } }
- public byte V6 { get { throw null; } set { } }
- public byte V7 { get { throw null; } set { } }
- public byte V8 { get { throw null; } set { } }
- public byte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16b Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector16b LoadAligned(Mono.Simd.Vector16b* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16b LoadAligned(ref Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator +(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator &(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator |(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator ^(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator -(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector16b* res, Mono.Simd.Vector16b val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16b res, Mono.Simd.Vector16b val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16sb
- {
- public Vector16sb(sbyte sb) { throw null;}
- public Vector16sb(sbyte v0, sbyte v1, sbyte v2, sbyte v3, sbyte v4, sbyte v5, sbyte v6, sbyte v7, sbyte v8, sbyte v9, sbyte v10, sbyte v11, sbyte v12, sbyte v13, sbyte v14, sbyte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public sbyte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb MinusOne { get { throw null; } }
- public static Mono.Simd.Vector16sb One { get { throw null; } }
- public sbyte V0 { get { throw null; } set { } }
- public sbyte V1 { get { throw null; } set { } }
- public sbyte V10 { get { throw null; } set { } }
- public sbyte V11 { get { throw null; } set { } }
- public sbyte V12 { get { throw null; } set { } }
- public sbyte V13 { get { throw null; } set { } }
- public sbyte V14 { get { throw null; } set { } }
- public sbyte V15 { get { throw null; } set { } }
- public sbyte V2 { get { throw null; } set { } }
- public sbyte V3 { get { throw null; } set { } }
- public sbyte V4 { get { throw null; } set { } }
- public sbyte V5 { get { throw null; } set { } }
- public sbyte V6 { get { throw null; } set { } }
- public sbyte V7 { get { throw null; } set { } }
- public sbyte V8 { get { throw null; } set { } }
- public sbyte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector16sb LoadAligned(Mono.Simd.Vector16sb* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16sb LoadAligned(ref Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator +(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator &(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator |(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator ^(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator -(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector16sb* res, Mono.Simd.Vector16sb val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16sb res, Mono.Simd.Vector16sb val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2d
- {
- public Vector2d(double d) { throw null;}
- public Vector2d(double x, double y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public double this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2d E { get { throw null; } }
- public static Mono.Simd.Vector2d MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2d One { get { throw null; } }
- public static Mono.Simd.Vector2d Pi { get { throw null; } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2d Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2d LoadAligned(Mono.Simd.Vector2d* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2d LoadAligned(ref Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator +(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator &(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator |(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator /(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator ^(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator *(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator -(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2d* res, Mono.Simd.Vector2d val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2d res, Mono.Simd.Vector2d val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2l
- {
- public Vector2l(long l) { throw null;}
- public Vector2l(long x, long y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public long this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2l MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2l One { get { throw null; } }
- public long X { get { throw null; } set { } }
- public long Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2l Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2l LoadAligned(Mono.Simd.Vector2l* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2l LoadAligned(ref Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator +(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator &(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator |(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator ^(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator <<(Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator -(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2l* res, Mono.Simd.Vector2l val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2l res, Mono.Simd.Vector2l val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2ul
- {
- public Vector2ul(ulong ul) { throw null;}
- public Vector2ul(ulong x, ulong y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ulong this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul One { get { throw null; } }
- public ulong X { get { throw null; } set { } }
- public ulong Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector2ul LoadAligned(Mono.Simd.Vector2ul* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2ul LoadAligned(ref Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator +(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator &(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator |(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator ^(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator <<(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator >>(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator -(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector2ul* res, Mono.Simd.Vector2ul val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2ul res, Mono.Simd.Vector2ul val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4f
- {
- public Vector4f(float f) { throw null;}
- public Vector4f(float x, float y, float z, float w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public float this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4f E { get { throw null; } }
- public static Mono.Simd.Vector4f MinusOne { get { throw null; } }
- public static Mono.Simd.Vector4f One { get { throw null; } }
- public static Mono.Simd.Vector4f Pi { get { throw null; } }
- public float W { get { throw null; } set { } }
- public float X { get { throw null; } set { } }
- public float Y { get { throw null; } set { } }
- public float Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4f Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4f LoadAligned(Mono.Simd.Vector4f* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f LoadAligned(ref Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator +(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator &(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator |(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator /(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator ^(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v, float scalar) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(float scalar, Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator -(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4f* res, Mono.Simd.Vector4f val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4f res, Mono.Simd.Vector4f val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4i
- {
- public Vector4i(int i) { throw null;}
- public Vector4i(int x, int y, int z, int w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public int this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Identity { get { throw null; } }
- public static Mono.Simd.Vector4i MinusOne { get { throw null; } }
- public int W { get { throw null; } set { } }
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- public int Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4i LoadAligned(Mono.Simd.Vector4i* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4i LoadAligned(ref Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator +(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator &(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator |(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator ^(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator <<(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i operator *(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator >>(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator -(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4i* res, Mono.Simd.Vector4i val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4i res, Mono.Simd.Vector4i val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4ui
- {
- public Vector4ui(uint ui) { throw null;}
- public Vector4ui(uint x, uint y, uint z, uint w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public uint this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Identity { get { throw null; } }
- public uint W { get { throw null; } set { } }
- public uint X { get { throw null; } set { } }
- public uint Y { get { throw null; } set { } }
- public uint Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector4ui LoadAligned(Mono.Simd.Vector4ui* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4ui LoadAligned(ref Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator +(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator &(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator |(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator ^(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator <<(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4ui operator *(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator >>(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator -(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector4ui* res, Mono.Simd.Vector4ui val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4ui res, Mono.Simd.Vector4ui val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8s
- {
- public Vector8s(short s) { throw null;}
- public Vector8s(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public short this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Identity { get { throw null; } }
- public static Mono.Simd.Vector8s MinusOne { get { throw null; } }
- public short V0 { get { throw null; } set { } }
- public short V1 { get { throw null; } set { } }
- public short V2 { get { throw null; } set { } }
- public short V3 { get { throw null; } set { } }
- public short V4 { get { throw null; } set { } }
- public short V5 { get { throw null; } set { } }
- public short V6 { get { throw null; } set { } }
- public short V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector8s LoadAligned(Mono.Simd.Vector8s* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8s LoadAligned(ref Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator +(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator &(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator |(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator ^(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator <<(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator *(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator >>(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator -(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector8s* res, Mono.Simd.Vector8s val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8s res, Mono.Simd.Vector8s val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8us
- {
- public Vector8us(ushort us) { throw null;}
- public Vector8us(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ushort this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Identity { get { throw null; } }
- public ushort V0 { get { throw null; } set { } }
- public ushort V1 { get { throw null; } set { } }
- public ushort V2 { get { throw null; } set { } }
- public ushort V3 { get { throw null; } set { } }
- public ushort V4 { get { throw null; } set { } }
- public ushort V5 { get { throw null; } set { } }
- public ushort V6 { get { throw null; } set { } }
- public ushort V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector8us LoadAligned(Mono.Simd.Vector8us* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8us LoadAligned(ref Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator +(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator &(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator |(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator ^(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator <<(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator *(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator >>(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator -(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector8us* res, Mono.Simd.Vector8us val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8us res, Mono.Simd.Vector8us val) { }
- public override string ToString() { throw null; }
- }
- public static partial class VectorOperations
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d AddSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f AddSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b AddWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb AddWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s AddWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us AddWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d AndNot(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f AndNot(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui ArithmeticRightShift(this Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ArithmeticRightShift(this Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Average(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Average(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b CompareEqual(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareEqual(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector2l CompareEqual(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul CompareEqual(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareEqual(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui CompareEqual(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareEqual(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us CompareEqual(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareGreaterThan(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(32))]
- public static Mono.Simd.Vector2l CompareGreaterThan(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareGreaterThan(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareGreaterThan(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareOrdered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareOrdered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareUnordered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareUnordered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d Duplicate(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateHigh(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateLow(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static int ExtractByteMask(this Mono.Simd.Vector16b va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static int ExtractByteMask(this Mono.Simd.Vector16sb va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalAdd(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalAdd(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveHigh(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveHigh(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveLow(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveLow(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InvSqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l LogicalRightShift(this Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i LogicalRightShift(this Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s LogicalRightShift(this Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Max(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Max(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Max(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Max(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Max(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Max(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Max(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Max(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Min(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Min(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Min(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Min(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Min(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Min(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Min(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Min(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s MultiplyStoreHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us MultiplyStoreHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s PackWithSignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb PackWithSignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us PackWithUnsignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b PackWithUnsignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Reciprocal(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Shuffle(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l Shuffle(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul Shuffle(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleHigh(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleHigh(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleLow(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleLow(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s SignedPackWithSignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SignedPackWithSignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SignedPackWithUnsignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b SignedPackWithUnsignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Sqrt(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Sqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b SubtractWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SubtractWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s SubtractWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SubtractWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SumOfAbsoluteDifferences(this Mono.Simd.Vector16b va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackHigh(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackHigh(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackHigh(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackHigh(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackHigh(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackHigh(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackLow(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackLow(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackLow(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackLow(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackLow(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackLow(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackLow(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackLow(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- }
-}
diff --git a/src/v2.0/Mono.Tasklets.cs b/src/v2.0/Mono.Tasklets.cs
deleted file mode 100644
index 9f3f067..0000000
--- a/src/v2.0/Mono.Tasklets.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Tasklets
-{
- public partial class Continuation : System.IDisposable
- {
- public Continuation() { }
- public void Dispose() { }
- ~Continuation() { }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public void Mark() { }
- public void Restore(int state) { }
- public int Store(int state) { throw null; }
- }
-}
diff --git a/src/v2.0/Mono.WebBrowser.cs b/src/v2.0/Mono.WebBrowser.cs
deleted file mode 100644
index 68433ee..0000000
--- a/src/v2.0/Mono.WebBrowser.cs
+++ /dev/null
@@ -1,465 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2007, 2008 Andreia Gaita")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Managed Wrapper for xulrunner engine, to support WebBrowser")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.WebBrowser")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.WebBrowser")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.WebBrowser
-{
- public partial class AlertEventArgs : System.EventArgs
- {
- public AlertEventArgs() { }
- public bool BoolReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Buttons { get { throw null; } set { } }
- public string CheckMessage { get { throw null; } set { } }
- public bool CheckState { get { throw null; } set { } }
- public Mono.WebBrowser.DialogButtonFlags DialogButtons { get { throw null; } set { } }
- public int IntReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Options { get { throw null; } set { } }
- public string Password { get { throw null; } set { } }
- public string StringReturn { get { throw null; } set { } }
- public string Text { get { throw null; } set { } }
- public string Text2 { get { throw null; } set { } }
- public string Title { get { throw null; } set { } }
- public Mono.WebBrowser.DialogType Type { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- }
- public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e);
- public partial class ContextMenuEventArgs : System.EventArgs
- {
- public ContextMenuEventArgs(int x, int y) { }
- public int X { get { throw null; } }
- public int Y { get { throw null; } }
- }
- public delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e);
- public partial class CreateNewWindowEventArgs : System.EventArgs
- {
- public CreateNewWindowEventArgs(bool isModal) { }
- public bool IsModal { get { throw null; } }
- }
- public delegate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e);
- [System.FlagsAttribute]
- public enum DialogButtonFlags
- {
- BUTTON_DELAY_ENABLE = 67108864,
- BUTTON_POS_0 = 1,
- BUTTON_POS_0_DEFAULT = 0,
- BUTTON_POS_1 = 256,
- BUTTON_POS_1_DEFAULT = 16777216,
- BUTTON_POS_2 = 65536,
- BUTTON_POS_2_DEFAULT = 33554432,
- BUTTON_TITLE_CANCEL = 2,
- BUTTON_TITLE_DONT_SAVE = 6,
- BUTTON_TITLE_IS_STRING = 127,
- BUTTON_TITLE_NO = 4,
- BUTTON_TITLE_OK = 1,
- BUTTON_TITLE_REVERT = 7,
- BUTTON_TITLE_SAVE = 5,
- BUTTON_TITLE_YES = 3,
- STD_OK_CANCEL_BUTTONS = 513,
- }
- public enum DialogType
- {
- Alert = 1,
- AlertCheck = 2,
- Confirm = 3,
- ConfirmCheck = 5,
- ConfirmEx = 4,
- Prompt = 6,
- PromptPassword = 8,
- PromptUsernamePassword = 7,
- Select = 9,
- }
- public partial class Exception : System.Exception
- {
- internal Exception() { }
- }
- public enum FocusOption
- {
- FocusFirstElement = 1,
- FocusLastElement = 2,
- None = 0,
- }
- public partial interface IWebBrowser
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- bool Initialized { get; }
- Mono.WebBrowser.DOM.INavigation Navigation { get; }
- bool Offline { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event Mono.WebBrowser.AlertEventHandler Alert;
- event Mono.WebBrowser.ContextMenuEventHandler ContextMenuShown;
- event Mono.WebBrowser.CreateNewWindowEventHandler CreateNewWindow;
- event System.EventHandler Focus;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.LoadCommitedEventHandler LoadCommited;
- event Mono.WebBrowser.LoadFinishedEventHandler LoadFinished;
- event Mono.WebBrowser.LoadStartedEventHandler LoadStarted;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.NavigationRequestedEventHandler NavigationRequested;
- event Mono.WebBrowser.ProgressChangedEventHandler ProgressChanged;
- event Mono.WebBrowser.SecurityChangedEventHandler SecurityChanged;
- event Mono.WebBrowser.StatusChangedEventHandler StatusChanged;
- void Activate();
- void Deactivate();
- void ExecuteScript(string script);
- void FocusIn(Mono.WebBrowser.FocusOption focus);
- void FocusOut();
- bool Load(System.IntPtr handle, int width, int height);
- void Render(byte[] data);
- void Render(string html);
- void Render(string html, string uri, string contentType);
- void Resize(int width, int height);
- void Shutdown();
- }
- public partial class LoadCommitedEventArgs : System.EventArgs
- {
- public LoadCommitedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e);
- public partial class LoadFinishedEventArgs : System.EventArgs
- {
- public LoadFinishedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e);
- public partial class LoadStartedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public LoadStartedEventArgs(string uri, string frameName) { }
- public string FrameName { get { throw null; } }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e);
- public sealed partial class Manager
- {
- public Manager() { }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance() { throw null; }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance(Mono.WebBrowser.Platform platform) { throw null; }
- }
- public partial class NavigationRequestedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public NavigationRequestedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void NavigationRequestedEventHandler(object sender, Mono.WebBrowser.NavigationRequestedEventArgs e);
- public enum Platform
- {
- Gtk = 2,
- Unknown = 0,
- Winforms = 1,
- }
- public partial class ProgressChangedEventArgs : System.EventArgs
- {
- public ProgressChangedEventArgs(int progress, int maxProgress) { }
- public int MaxProgress { get { throw null; } }
- public int Progress { get { throw null; } }
- }
- public delegate void ProgressChangedEventHandler(object sender, Mono.WebBrowser.ProgressChangedEventArgs e);
- public enum ReloadOption : uint
- {
- Full = (uint)2,
- None = (uint)0,
- Proxy = (uint)1,
- }
- public partial class SecurityChangedEventArgs : System.EventArgs
- {
- public SecurityChangedEventArgs(Mono.WebBrowser.SecurityLevel state) { }
- public Mono.WebBrowser.SecurityLevel State { get { throw null; } set { } }
- }
- public delegate void SecurityChangedEventHandler(object sender, Mono.WebBrowser.SecurityChangedEventArgs e);
- public enum SecurityLevel
- {
- Insecure = 1,
- Mixed = 2,
- Secure = 3,
- }
- public partial class StatusChangedEventArgs : System.EventArgs
- {
- public StatusChangedEventArgs(string message, int status) { }
- public string Message { get { throw null; } set { } }
- public int Status { get { throw null; } set { } }
- }
- public delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e);
-}
-namespace Mono.WebBrowser.DOM
-{
- public partial interface IAttribute : Mono.WebBrowser.DOM.INode
- {
- string Name { get; }
- new int GetHashCode();
- }
- public partial interface IAttributeCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- Mono.WebBrowser.DOM.IAttribute this[string name] { get; }
- bool Exists(string name);
- new int GetHashCode();
- }
- public partial interface IDocument : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElement Active { get; }
- string ActiveLinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Anchors { get; }
- Mono.WebBrowser.DOM.IElementCollection Applets { get; }
- string BackColor { get; set; }
- string Background { get; set; }
- Mono.WebBrowser.DOM.IElement Body { get; }
- string Charset { get; set; }
- string Cookie { get; set; }
- Mono.WebBrowser.DOM.IDocumentType DocType { get; }
- Mono.WebBrowser.DOM.IElement DocumentElement { get; }
- string Domain { get; }
- string ForeColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Forms { get; }
- Mono.WebBrowser.DOM.IElementCollection Images { get; }
- Mono.WebBrowser.DOM.IDOMImplementation Implementation { get; }
- string LinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Links { get; }
- Mono.WebBrowser.DOM.IStylesheetList Stylesheets { get; }
- string Title { get; set; }
- string Url { get; }
- string VisitedLinkColor { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event System.EventHandler LoadStopped;
- Mono.WebBrowser.DOM.IAttribute CreateAttribute(string name);
- Mono.WebBrowser.DOM.IElement CreateElement(string tagName);
- Mono.WebBrowser.DOM.IElement GetElement(int x, int y);
- Mono.WebBrowser.DOM.IElement GetElementById(string id);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- string InvokeScript(string script);
- void Write(string text);
- }
- public partial interface IDocumentType : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.INamedNodeMap Entities { get; }
- string InternalSubset { get; }
- string Name { get; }
- Mono.WebBrowser.DOM.INamedNodeMap Notations { get; }
- string PublicId { get; }
- string SystemId { get; }
- }
- public partial interface IDOMImplementation
- {
- Mono.WebBrowser.DOM.IDocument CreateDocument(string namespaceURI, string qualifiedName, Mono.WebBrowser.DOM.IDocumentType doctype);
- Mono.WebBrowser.DOM.IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId);
- bool HasFeature(string feature, string version);
- }
- public partial interface IElement : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElementCollection All { get; }
- Mono.WebBrowser.DOM.IElementCollection Children { get; }
- int ClientHeight { get; }
- int ClientWidth { get; }
- System.IO.Stream ContentStream { get; }
- bool Disabled { get; set; }
- string InnerHTML { get; set; }
- string InnerText { get; set; }
- int OffsetHeight { get; }
- int OffsetLeft { get; }
- Mono.WebBrowser.DOM.IElement OffsetParent { get; }
- int OffsetTop { get; }
- int OffsetWidth { get; }
- string OuterHTML { get; set; }
- string OuterText { get; set; }
- int ScrollHeight { get; }
- int ScrollLeft { get; set; }
- int ScrollTop { get; set; }
- int ScrollWidth { get; }
- string Style { get; set; }
- int TabIndex { get; set; }
- string TagName { get; }
- Mono.WebBrowser.DOM.IElement AppendChild(Mono.WebBrowser.DOM.IElement child);
- void Blur();
- void Focus();
- string GetAttribute(string name);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- bool HasAttribute(string name);
- void ScrollIntoView(bool alignWithTop);
- void SetAttribute(string name, string value);
- }
- public partial interface IElementCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IElement this[int index] { get; set; }
- new int GetHashCode();
- }
- public partial interface IHistory
- {
- int Count { get; }
- void Back(int count);
- void Forward(int count);
- void GoToIndex(int index);
- void GoToUrl(string url);
- }
- public partial interface IMediaList
- {
- }
- public partial interface INamedNodeMap : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- Mono.WebBrowser.DOM.INode this[string name] { get; set; }
- Mono.WebBrowser.DOM.INode this[string namespaceURI, string localName] { get; set; }
- Mono.WebBrowser.DOM.INode RemoveNamedItem(string name);
- Mono.WebBrowser.DOM.INode RemoveNamedItemNS(string namespaceURI, string localName);
- }
- public partial interface INavigation
- {
- bool CanGoBack { get; }
- bool CanGoForward { get; }
- int HistoryCount { get; }
- bool Back();
- bool Forward();
- void Go(int index);
- void Go(int index, bool relative);
- void Go(string url);
- void Go(string url, Mono.WebBrowser.DOM.LoadFlags flags);
- void Home();
- void Reload();
- void Reload(Mono.WebBrowser.ReloadOption option);
- void Stop();
- }
- public partial interface INode
- {
- System.IntPtr AccessibleObject { get; }
- Mono.WebBrowser.DOM.IAttributeCollection Attributes { get; }
- Mono.WebBrowser.DOM.INodeList ChildNodes { get; }
- Mono.WebBrowser.DOM.INode FirstChild { get; }
- Mono.WebBrowser.DOM.INode LastChild { get; }
- string LocalName { get; }
- Mono.WebBrowser.DOM.INode Next { get; }
- Mono.WebBrowser.DOM.IDocument Owner { get; }
- Mono.WebBrowser.DOM.INode Parent { get; }
- Mono.WebBrowser.DOM.INode Previous { get; }
- Mono.WebBrowser.DOM.NodeType Type { get; }
- string Value { get; set; }
- event Mono.WebBrowser.DOM.NodeEventHandler Click;
- event Mono.WebBrowser.DOM.NodeEventHandler DoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseOver;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.DOM.NodeEventHandler OnBlur;
- event Mono.WebBrowser.DOM.NodeEventHandler OnFocus;
- Mono.WebBrowser.DOM.INode AppendChild(Mono.WebBrowser.DOM.INode child);
- void AttachEventHandler(string eventName, System.Delegate handler);
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.Delegate handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void FireEvent(string eventName);
- int GetHashCode();
- Mono.WebBrowser.DOM.INode InsertBefore(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode refChild);
- Mono.WebBrowser.DOM.INode RemoveChild(Mono.WebBrowser.DOM.INode child);
- Mono.WebBrowser.DOM.INode ReplaceChild(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode oldChild);
- }
- public partial interface INodeList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- int GetHashCode();
- }
- public partial interface IStylesheet
- {
- bool Disabled { get; set; }
- string Href { get; }
- Mono.WebBrowser.DOM.IMediaList Media { get; }
- Mono.WebBrowser.DOM.INode OwnerNode { get; }
- Mono.WebBrowser.DOM.IStylesheet ParentStyleSheet { get; }
- string Title { get; }
- string Type { get; }
- }
- public partial interface IStylesheetList : System.Collections.IEnumerable
- {
- int Count { get; }
- Mono.WebBrowser.DOM.IStylesheet this[int index] { get; set; }
- }
- public partial interface IWindow
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- Mono.WebBrowser.DOM.IWindowCollection Frames { get; }
- Mono.WebBrowser.DOM.IHistory History { get; }
- string Name { get; set; }
- Mono.WebBrowser.DOM.IWindow Parent { get; }
- string StatusText { get; }
- Mono.WebBrowser.DOM.IWindow Top { get; }
- event System.EventHandler Error;
- event System.EventHandler Load;
- event System.EventHandler OnBlur;
- event System.EventHandler OnFocus;
- event System.EventHandler Scroll;
- event System.EventHandler Unload;
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void Focus();
- int GetHashCode();
- void Open(string url);
- void ScrollTo(int x, int y);
- }
- public partial interface IWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IWindow this[int index] { get; set; }
- }
- [System.FlagsAttribute]
- public enum LoadFlags : uint
- {
- AsLinkClick = (uint)32,
- AsMetaRefresh = (uint)16,
- BypassHistory = (uint)64,
- BypassLocalCache = (uint)256,
- BypassProxy = (uint)512,
- CharsetChange = (uint)1024,
- None = (uint)0,
- ReplaceHistory = (uint)128,
- }
- public partial class NodeEventArgs : System.EventArgs
- {
- public NodeEventArgs(Mono.WebBrowser.DOM.INode node) { }
- public Mono.WebBrowser.DOM.IDocument Document { get { throw null; } }
- public Mono.WebBrowser.DOM.IElement Element { get { throw null; } }
- public Mono.WebBrowser.DOM.INode Node { get { throw null; } }
- }
- public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e);
- public enum NodeType
- {
- Attribute = 2,
- CDataSection = 4,
- Comment = 8,
- Document = 9,
- DocumentFragment = 11,
- DocumentType = 10,
- Element = 1,
- Entity = 6,
- EntityReference = 5,
- Notation = 12,
- ProcessingInstruction = 7,
- Text = 3,
- }
- public partial class WindowEventArgs : System.EventArgs
- {
- public WindowEventArgs(Mono.WebBrowser.DOM.IWindow window) { }
- public Mono.WebBrowser.DOM.IWindow Window { get { throw null; } }
- }
- public delegate void WindowEventHandler(object sender, Mono.WebBrowser.DOM.WindowEventArgs e);
-}
diff --git a/src/v2.0/Mono.XBuild.Tasks.cs b/src/v2.0/Mono.XBuild.Tasks.cs
deleted file mode 100644
index 3592bc5..0000000
--- a/src/v2.0/Mono.XBuild.Tasks.cs
+++ /dev/null
@@ -1,147 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.0.0")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.PkgConfig
-{
- public partial interface IPcFileCacheContext : Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>
- {
- }
- public partial interface IPcFileCacheContext<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- bool IsCustomDataComplete(string pcfile, TP pkg);
- void ReportError(string message, System.Exception ex);
- void StoreCustomData(Mono.PkgConfig.PcFile pcfile, TP pkg);
- }
- public partial class LibraryPackageInfo : Mono.PkgConfig.PackageInfo
- {
- public LibraryPackageInfo() { }
- public bool IsGacPackage { get { throw null; } set { } }
- protected internal override bool IsValidPackage { get { throw null; } }
- }
- public partial class LibraryPcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.LibraryPackageInfo>
- {
- public LibraryPcFileCache(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo> ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo>)) { }
- protected override string CacheDirectory { get { throw null; } }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName) { throw null; }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- public static string NormalizeAsmName(string name) { throw null; }
- protected override void ParsePackageInfo(Mono.PkgConfig.PcFile file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- protected override void ReadPackageContent(System.Xml.XmlReader tr, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- protected override void WritePackageContent(System.Xml.XmlTextWriter tw, string file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- }
- public partial class PackageAssemblyInfo
- {
- public string Culture;
- public string Name;
- public string PublicKeyToken;
- public string Version;
- public PackageAssemblyInfo() { }
- public string File { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string FullName { get { throw null; } }
- public Mono.PkgConfig.LibraryPackageInfo ParentPackage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void Update(System.Reflection.AssemblyName aname) { }
- public void UpdateFromFile(string file) { }
- }
- public partial class PackageInfo
- {
- public PackageInfo() { }
- public string Description { get { throw null; } set { } }
- protected internal virtual bool IsValidPackage { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetData(string name) { throw null; }
- public void RemoveData(string name) { }
- public void SetData(string name, string value) { }
- }
- public partial class PcFile
- {
- public PcFile() { }
- public string Description { get { throw null; } set { } }
- public string FilePath { get { throw null; } set { } }
- public bool HasErrors { get { throw null; } set { } }
- public string Libs { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetVariable(string varName) { throw null; }
- public void Load(string pcfile) { }
- }
- public abstract partial class PcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.PackageInfo>
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>)) { }
- }
- public abstract partial class PcFileCache<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext<TP> ctx) { }
- protected abstract string CacheDirectory { get; }
- public object SyncRoot { get { throw null; } }
- public TP GetPackageInfo(string file) { throw null; }
- public TP GetPackageInfoByName(string name) { throw null; }
- public TP GetPackageInfoByName(string name, System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<TP> GetPackages() { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<TP> GetPackages(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<string> GetPkgconfigPaths(string prefix, string pkgConfigPath, string pkgConfigLibdir) { throw null; }
- protected virtual void ParsePackageInfo(Mono.PkgConfig.PcFile file, TP pinfo) { }
- protected virtual void ReadPackageContent(System.Xml.XmlReader tr, TP pinfo) { }
- public void Save() { }
- public void Update() { }
- public void Update(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { }
- protected virtual void WritePackageContent(System.Xml.XmlTextWriter tw, string file, TP pinfo) { }
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v2.0/Novell.Directory.Ldap.cs b/src/v2.0/Novell.Directory.Ldap.cs
deleted file mode 100644
index 39813a0..0000000
--- a/src/v2.0/Novell.Directory.Ldap.cs
+++ /dev/null
@@ -1,2938 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute(" (C) 2003 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Novell.Directory.Ldap")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C# LDAP")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-public partial class Integer32
-{
- public Integer32(int ival) { }
- public int intValue { get { throw null; } set { } }
-}
-public partial interface IThreadRunnable
-{
- void Run();
-}
-public partial class SupportClass
-{
- public SupportClass() { }
- public static object CreateNewInstance(System.Type classType) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, object target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, object target) { throw null; }
- public static string FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date) { throw null; }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart) { }
- public static System.IO.FileStream GetFileStream(string FileName, bool Append) { throw null; }
- public static object HashtableRemove(System.Collections.Hashtable hashtable, object key) { throw null; }
- public static double Identity(double literal) { throw null; }
- public static long Identity(long literal) { throw null; }
- public static float Identity(float literal) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong Identity(ulong literal) { throw null; }
- public static object PutElement(System.Collections.IDictionary collection, object key, object newValue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count) { throw null; }
- public static System.Collections.IEnumerator ReverseStack(System.Collections.ICollection collection) { throw null; }
- public static void SetSize(System.Collections.ArrayList arrayList, int newSize) { }
- public static object StackPush(System.Collections.Stack stack, object element) { throw null; }
- public static byte[] ToByteArray(object[] tempObjectArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static byte[] ToByteArray(sbyte[] sbyteArray) { throw null; }
- public static byte[] ToByteArray(string sourceString) { throw null; }
- public static char[] ToCharArray(byte[] byteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static char[] ToCharArray(sbyte[] sByteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] ToSByteArray(byte[] byteArray) { throw null; }
- public static bool VectorRemoveElement(System.Collections.IList arrayList, object element) { throw null; }
- public static void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) { }
- public partial class AbstractSetSupport : SupportClass.SetSupport
- {
- public AbstractSetSupport() { }
- }
- public partial class ArrayListSupport
- {
- public ArrayListSupport() { }
- public static object[] ToArray(System.Collections.ArrayList collection, object[] objects) { throw null; }
- }
- public partial class ArraysSupport
- {
- public ArraysSupport() { }
- public static void FillArray(System.Array array, int fromindex, int toindex, object val) { }
- public static void FillArray(System.Array array, object val) { }
- public static bool IsArrayEqual(System.Array array1, System.Array array2) { throw null; }
- }
- public partial class CollectionSupport : System.Collections.CollectionBase
- {
- public CollectionSupport() { }
- public virtual bool Add(object element) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool Contains(object element) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual bool Remove(object element) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- public static SupportClass.CollectionSupport ToCollectionSupport(object[] array) { throw null; }
- }
- public partial class DateTimeFormatManager
- {
- public static SupportClass.DateTimeFormatManager.DateTimeFormatHashTable manager;
- public DateTimeFormatManager() { }
- public partial class DateTimeFormatHashTable : System.Collections.Hashtable
- {
- public DateTimeFormatHashTable() { }
- public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- }
- }
- public partial class ListCollectionSupport : System.Collections.ArrayList
- {
- public ListCollectionSupport() { }
- public ListCollectionSupport(System.Collections.ICollection collection) { }
- public ListCollectionSupport(int capacity) { }
- public virtual new bool Add(object valueToInsert) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.IList collection) { throw null; }
- public virtual bool AddAll(int index, SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(int index, System.Collections.IList list) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Get(int index) { throw null; }
- public virtual object GetLast() { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual object ListCollectionClone() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator(int index) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual object RemoveElement(int index) { throw null; }
- public virtual bool RemoveElement(object element) { throw null; }
- public virtual object RemoveFirst() { throw null; }
- public virtual object RemoveLast() { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Set(int index, object element) { throw null; }
- public virtual SupportClass.ListCollectionSupport SubList(int startIndex, int endIndex) { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial class MessageDigestSupport
- {
- public MessageDigestSupport(string algorithm) { }
- public System.Security.Cryptography.HashAlgorithm Algorithm { get { throw null; } set { } }
- public string AlgorithmName { get { throw null; } }
- public byte[] Data { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData(byte[] newData) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest) { throw null; }
- public static SupportClass.MessageDigestSupport GetInstance(string algorithm) { throw null; }
- public void Reset() { }
- public override string ToString() { throw null; }
- public void Update(byte newData) { }
- public void Update(byte[] newData) { }
- public void Update(byte[] newData, int offset, int count) { }
- }
- public partial class SecureRandomSupport
- {
- public SecureRandomSupport() { }
- public SecureRandomSupport(byte[] seed) { }
- public static byte[] GetSeed(int numberOfBytes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] NextBytes(byte[] randomnumbersarray) { throw null; }
- public void SetSeed(byte[] newSeed) { }
- public void SetSeed(long newSeed) { }
- }
- public partial class SetSupport : System.Collections.ArrayList
- {
- public SetSupport() { }
- public SetSupport(System.Collections.ICollection collection) { }
- public SetSupport(int capacity) { }
- public virtual new bool Add(object objectToAdd) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual new bool Remove(object elementToRemove) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual new object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial interface SingleThreadModel
- {
- }
- public partial class ThreadClass : IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static SupportClass.ThreadClass Current() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public void Resume() { }
- public virtual void Run() { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public partial class Tokenizer
- {
- public Tokenizer(string source) { }
- public Tokenizer(string source, string delimiters) { }
- public Tokenizer(string source, string delimiters, bool retDel) { }
- public int Count { get { throw null; } }
- public bool HasMoreTokens() { throw null; }
- public string NextToken() { throw null; }
- public string NextToken(string delimiters) { throw null; }
- }
-}
-namespace Novell.Directory.Ldap
-{
- public enum AuthenticationTypes
- {
- Anonymous = 16,
- Delegation = 256,
- Encryption = 2,
- FastBind = 32,
- None = 0,
- ReadonlyServer = 4,
- Sealing = 128,
- Secure = 1,
- SecureSocketsLayer = 2,
- ServerBind = 512,
- Signing = 64,
- }
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public partial class InterThreadException : Novell.Directory.Ldap.LdapException
- {
- internal InterThreadException() { }
- }
- public partial class LdapAbandonRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial class LdapAddRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttribute : System.ICloneable, System.IComparable
- {
- public LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr) { }
- public LdapAttribute(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public LdapAttribute(string attrName, sbyte[] attrBytes) { }
- public LdapAttribute(string attrName, string attrString) { }
- public LdapAttribute(string attrName, string[] attrStrings) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] ByteValue { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[][] ByteValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator ByteValues { get { throw null; } }
- public virtual string LangSubtype { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual string StringValue { get { throw null; } }
- public virtual string[] StringValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator StringValues { get { throw null; } }
- protected internal virtual string Value { set { } }
- public virtual void addBase64Value(char[] attrChars) { }
- public virtual void addBase64Value(string attrString) { }
- public virtual void addBase64Value(System.Text.StringBuilder attrString, int start, int end) { }
- public virtual void addURLValue(string url) { }
- public virtual void addURLValue(System.Uri url) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addValue(sbyte[] attrBytes) { }
- public virtual void addValue(string attrString) { }
- public object Clone() { throw null; }
- public virtual int CompareTo(object attribute) { throw null; }
- public virtual string getBaseName() { throw null; }
- public static string getBaseName(string attrName) { throw null; }
- public virtual string[] getSubtypes() { throw null; }
- public static string[] getSubtypes(string attrName) { throw null; }
- public virtual bool hasSubtype(string subtype) { throw null; }
- public virtual bool hasSubtypes(string[] subtypes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual void removeValue(sbyte[] attrBytes) { }
- public virtual void removeValue(string attrString) { }
- public virtual int size() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int DIRECTORY_OPERATION = 1;
- public const int DISTRIBUTED_OPERATION = 2;
- public const int DSA_OPERATION = 3;
- public const int USER_APPLICATIONS = 0;
- public LdapAttributeSchema(string raw) : base (default(string)) { }
- public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage) : base (default(string)) { }
- public virtual bool Collective { get { throw null; } }
- public virtual string EqualityMatchingRule { get { throw null; } }
- public virtual string OrderingMatchingRule { get { throw null; } }
- public virtual bool SingleValued { get { throw null; } }
- public virtual string SubstringMatchingRule { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserModifiable { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapAttributeSet : SupportClass.AbstractSetSupport, System.ICloneable
- {
- public LdapAttributeSet() { }
- public override int Count { get { throw null; } }
- public override bool Add(object attr) { throw null; }
- public override bool AddAll(System.Collections.ICollection c) { throw null; }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override bool Contains(object attr) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName, string lang) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getSubset(string subtype) { throw null; }
- public override bool IsEmpty() { throw null; }
- public override bool Remove(object object_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapAuthHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapAuthProvider getAuthProvider(string host, int port);
- }
- public partial class LdapAuthProvider
- {
- [System.CLSCompliantAttribute(false)]
- public LdapAuthProvider(string dn, sbyte[] password) { }
- public virtual string DN { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Password { get { throw null; } }
- }
- public partial interface LdapBindHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapConnection Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn);
- }
- public partial class LdapBindRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string AuthenticationDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapCompareAttrNames : System.Collections.IComparer
- {
- public LdapCompareAttrNames(string attrName) { }
- public LdapCompareAttrNames(string attrName, bool ascendingFlag) { }
- public LdapCompareAttrNames(string[] attrNames) { }
- public LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags) { }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual int Compare(object object1, object object2) { throw null; }
- public override bool Equals(object comparator) { throw null; }
- }
- public partial class LdapCompareRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- public virtual string DN { get { throw null; } }
- }
- public partial class LdapConnection : System.ICloneable
- {
- public const string ALL_USER_ATTRS = "*";
- public const int DEFAULT_PORT = 389;
- public const int DEFAULT_SSL_PORT = 636;
- public const string Ldap_PROPERTY_PROTOCOL = "version.protocol";
- public const string Ldap_PROPERTY_SDK = "version.sdk";
- public const string Ldap_PROPERTY_SECURITY = "version.security";
- public const int Ldap_V3 = 3;
- public const string NO_ATTRS = "1.1";
- public const int SCOPE_BASE = 0;
- public const int SCOPE_ONE = 1;
- public const int SCOPE_SUB = 2;
- public const string SERVER_SHUTDOWN_OID = "1.3.6.1.4.1.1466.20036";
- public LdapConnection() { }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual bool Bound { get { throw null; } }
- public virtual bool Connected { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapConstraints Constraints { get { throw null; } set { } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual object SaslBindCallbackHandler { get { throw null; } }
- public virtual System.Collections.IDictionary SaslBindProperties { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapSearchConstraints SearchConstraints { get { throw null; } }
- public bool SecureSocketLayer { get { throw null; } set { } }
- public virtual bool TLS { get { throw null; } }
- public event Novell.Directory.Ldap.CertificateValidationCallback UserDefinedServerCertValidationDelegate { add { } remove { } }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(int id) { }
- public virtual void Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech) { throw null; }
- public virtual void Bind(int version, string dn, string passwd) { }
- public virtual void Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Bind(string dn, string passwd) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public object Clone() { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr) { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Connect(string host, int port) { }
- public virtual void Delete(string dn) { }
- public virtual void Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Disconnect() { }
- public virtual void Disconnect(Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op) { throw null; }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSchema FetchSchema(string schemaDN) { throw null; }
- ~LdapConnection() { }
- public virtual object getProperty(string name) { throw null; }
- public virtual string GetSchemaDN() { throw null; }
- public virtual string GetSchemaDN(string dn) { throw null; }
- protected internal virtual Novell.Directory.Ldap.LdapMessage MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual void RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void startTLS() { }
- public virtual void stopTLS() { }
- }
- public partial class LdapConstraints : System.ICloneable
- {
- public LdapConstraints() { }
- public LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int HopLimit { get { throw null; } set { } }
- public virtual bool ReferralFollowing { get { throw null; } set { } }
- public virtual int TimeLimit { get { throw null; } set { } }
- public object Clone() { throw null; }
- public virtual Novell.Directory.Ldap.LdapControl[] getControls() { throw null; }
- public virtual object getProperty(string name) { throw null; }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl control) { }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl[] controls) { }
- public virtual void setProperty(string name, object value_Renamed) { }
- public virtual void setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler) { }
- }
- public partial class LdapControl : System.ICloneable
- {
- protected internal LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- [System.CLSCompliantAttribute(false)]
- public LdapControl(string oid, bool critical, sbyte[] values) { }
- public virtual bool Critical { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public object Clone() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type controlClass) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] controlValue) { }
- }
- public partial class LdapDeleteRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapDITContentRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITContentRuleSchema(string raw) : base (default(string)) { }
- public LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded) : base (default(string)) { }
- public virtual string[] AuxiliaryClasses { get { throw null; } }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] PrecludedAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDITStructureRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITStructureRuleSchema(string raw) : base (default(string)) { }
- public LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs) : base (default(string)) { }
- public virtual string NameForm { get { throw null; } }
- public virtual int RuleID { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDN
- {
- public LdapDN() { }
- [System.CLSCompliantAttribute(false)]
- public static bool equals(string dn1, string dn2) { throw null; }
- public static string escapeRDN(string rdn) { throw null; }
- public static string[] explodeDN(string dn, bool noTypes) { throw null; }
- public static string[] explodeRDN(string rdn, bool noTypes) { throw null; }
- public static bool isValid(string dn) { throw null; }
- public static string normalize(string dn) { throw null; }
- public static string unescapeRDN(string rdn) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct LdapDSConstants
- {
- public static readonly int LDAP_DS_40X_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_ALIAS_ENTRY;
- public static readonly long LDAP_DS_ATTR_COMPARE;
- public static readonly long LDAP_DS_ATTR_INHERIT_CTL;
- public static readonly long LDAP_DS_ATTR_READ;
- public static readonly long LDAP_DS_ATTR_SELF;
- public static readonly long LDAP_DS_ATTR_SUPERVISOR;
- public static readonly long LDAP_DS_ATTR_WRITE;
- public static readonly int LDAP_DS_AUDITED;
- public static readonly int LDAP_DS_BACKLINKED;
- public static readonly int LDAP_DS_CONTAINER_ALIAS;
- public static readonly int LDAP_DS_CONTAINER_ENTRY;
- public static readonly long LDAP_DS_DYNAMIC_ACL;
- public static readonly long LDAP_DS_ENTRY_ADD;
- public static readonly long LDAP_DS_ENTRY_BROWSE;
- public static readonly int LDAP_DS_ENTRY_DAMAGED;
- public static readonly long LDAP_DS_ENTRY_DELETE;
- public static readonly long LDAP_DS_ENTRY_INHERIT_CTL;
- public static readonly int LDAP_DS_ENTRY_NOT_PRESENT;
- public static readonly long LDAP_DS_ENTRY_RENAME;
- public static readonly long LDAP_DS_ENTRY_SUPERVISOR;
- public static readonly int LDAP_DS_ENTRY_VERIFY_CTS;
- public static readonly int LDAP_DS_MATCHES_LIST_FILTER;
- public static readonly int LDAP_DS_NEW_ENTRY;
- public static readonly int LDAP_DS_PARTITION_ROOT;
- public static readonly int LDAP_DS_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_TEMPORARY_REFERENCE;
- }
- public partial class LdapEntry : System.IComparable
- {
- protected internal Novell.Directory.Ldap.LdapAttributeSet attrs;
- protected internal string dn;
- public LdapEntry() { }
- public LdapEntry(string dn) { }
- public LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs) { }
- [System.CLSCompliantAttribute(false)]
- public virtual string DN { get { throw null; } }
- public virtual int CompareTo(object entry) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet(string subtype) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapException : System.Exception
- {
- public const int ADMIN_LIMIT_EXCEEDED = 11;
- public const int AFFECTS_MULTIPLE_DSAS = 71;
- public const int ALIAS_DEREFERENCING_PROBLEM = 36;
- public const int ALIAS_PROBLEM = 33;
- public const int AMBIGUOUS_RESPONSE = 101;
- public const int ATTRIBUTE_OR_VALUE_EXISTS = 20;
- public const int AUTH_METHOD_NOT_SUPPORTED = 7;
- public const int AUTH_UNKNOWN = 86;
- public const int BUSY = 51;
- public const int CLIENT_LOOP = 96;
- public const int COMPARE_FALSE = 5;
- public const int COMPARE_TRUE = 6;
- public const int CONFIDENTIALITY_REQUIRED = 13;
- public const int CONNECT_ERROR = 91;
- public const int CONSTRAINT_VIOLATION = 19;
- public const int CONTROL_NOT_FOUND = 93;
- public const int DECODING_ERROR = 84;
- public const int ENCODING_ERROR = 83;
- public const int ENTRY_ALREADY_EXISTS = 68;
- public const int FILTER_ERROR = 87;
- public const int INAPPROPRIATE_AUTHENTICATION = 48;
- public const int INAPPROPRIATE_MATCHING = 18;
- public const int INSUFFICIENT_ACCESS_RIGHTS = 50;
- public const int INVALID_ATTRIBUTE_SYNTAX = 21;
- public const int INVALID_CREDENTIALS = 49;
- public const int INVALID_DN_SYNTAX = 34;
- public const int INVALID_RESPONSE = 100;
- public const int IS_LEAF = 35;
- public const int Ldap_NOT_SUPPORTED = 92;
- public const int Ldap_PARTIAL_RESULTS = 9;
- public const int Ldap_TIMEOUT = 85;
- public const int LOCAL_ERROR = 82;
- public const int LOOP_DETECT = 54;
- public const int MORE_RESULTS_TO_RETURN = 95;
- public const int NAMING_VIOLATION = 64;
- public const int NOT_ALLOWED_ON_NONLEAF = 66;
- public const int NOT_ALLOWED_ON_RDN = 67;
- public const int NO_MEMORY = 90;
- public const int NO_RESULTS_RETURNED = 94;
- public const int NO_SUCH_ATTRIBUTE = 16;
- public const int NO_SUCH_OBJECT = 32;
- public const int OBJECT_CLASS_MODS_PROHIBITED = 69;
- public const int OBJECT_CLASS_VIOLATION = 65;
- public const int OPERATIONS_ERROR = 1;
- public const int OTHER = 80;
- public const int PROTOCOL_ERROR = 2;
- public const int REFERRAL = 10;
- public const int REFERRAL_LIMIT_EXCEEDED = 97;
- public const int SASL_BIND_IN_PROGRESS = 14;
- public const int SERVER_DOWN = 81;
- public const int SIZE_LIMIT_EXCEEDED = 4;
- public const int SSL_HANDSHAKE_FAILED = 113;
- public const int SSL_PROVIDER_NOT_FOUND = 114;
- public const int STRONG_AUTH_REQUIRED = 8;
- public const int SUCCESS = 0;
- public const int TIME_LIMIT_EXCEEDED = 3;
- public const int TLS_NOT_SUPPORTED = 112;
- public const int UNAVAILABLE = 52;
- public const int UNAVAILABLE_CRITICAL_EXTENSION = 12;
- public const int UNDEFINED_ATTRIBUTE_TYPE = 17;
- public const int UNWILLING_TO_PERFORM = 53;
- public const int USER_CANCELLED = 88;
- public LdapException() { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN) { }
- public virtual System.Exception Cause { get { throw null; } }
- public virtual string LdapErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override string Message { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public virtual string resultCodeToString() { throw null; }
- public virtual string resultCodeToString(System.Globalization.CultureInfo locale) { throw null; }
- public static string resultCodeToString(int code) { throw null; }
- public static string resultCodeToString(int code, System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapExtendedOperation : System.ICloneable
- {
- [System.CLSCompliantAttribute(false)]
- public LdapExtendedOperation(string oid, sbyte[] vals) { }
- public object Clone() { throw null; }
- public virtual string getID() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- protected internal virtual void setID(string newoid) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] newVals) { }
- }
- public partial class LdapExtendedRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapExtendedRequest(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapExtendedOperation ExtendedOperation { get { throw null; } }
- }
- public partial class LdapExtendedResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public virtual string ID { get { throw null; } }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet RegisteredResponses { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Value { get { throw null; } }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapIntermediateResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public string getID() { throw null; }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet getRegisteredResponses() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapLocalException : Novell.Directory.Ldap.LdapException
- {
- public LdapLocalException() { }
- public LdapLocalException(string messageOrKey, int resultCode) { }
- public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exception rootException) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapMatchingRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleSchema(string rawMatchingRule, string rawMatchingRuleUse) : base (default(string)) { }
- public LdapMatchingRuleSchema(string[] names, string oid, string description, string[] attributes, bool obsolete, string syntaxString) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMatchingRuleUseSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleUseSchema(string raw) : base (default(string)) { }
- public LdapMatchingRuleUseSchema(string[] names, string oid, string description, bool obsolete, string[] attributes) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMessage
- {
- public const int ABANDON_REQUEST = 16;
- public const int ADD_REQUEST = 8;
- public const int ADD_RESPONSE = 9;
- public const int BIND_REQUEST = 0;
- public const int BIND_RESPONSE = 1;
- public const int COMPARE_REQUEST = 14;
- public const int COMPARE_RESPONSE = 15;
- public const int DEL_REQUEST = 10;
- public const int DEL_RESPONSE = 11;
- public const int EXTENDED_REQUEST = 23;
- public const int EXTENDED_RESPONSE = 24;
- public const int INTERMEDIATE_RESPONSE = 25;
- protected internal Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message;
- public const int MODIFY_RDN_REQUEST = 12;
- public const int MODIFY_RDN_RESPONSE = 13;
- public const int MODIFY_REQUEST = 6;
- public const int MODIFY_RESPONSE = 7;
- public const int SEARCH_REQUEST = 3;
- public const int SEARCH_RESPONSE = 4;
- public const int SEARCH_RESULT = 5;
- public const int SEARCH_RESULT_REFERENCE = 19;
- public const int UNBIND_REQUEST = 2;
- protected internal LdapMessage(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) { }
- public virtual Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual bool Request { get { throw null; } }
- public virtual string Tag { get { throw null; } set { } }
- public virtual int Type { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapMessageQueue
- {
- internal LdapMessageQueue() { }
- public virtual int[] MessageIDs { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse() { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse(int msgid) { throw null; }
- public virtual bool isComplete(int msgid) { throw null; }
- public virtual bool isResponseReceived() { throw null; }
- public virtual bool isResponseReceived(int msgid) { throw null; }
- }
- public partial class LdapModification
- {
- public const int ADD = 0;
- public const int DELETE = 1;
- public const int REPLACE = 2;
- public LdapModification(int op, Novell.Directory.Ldap.LdapAttribute attr) { }
- public virtual Novell.Directory.Ldap.LdapAttribute Attribute { get { throw null; } }
- public virtual int Op { get { throw null; } }
- }
- public partial class LdapModifyDNRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyDNRequest(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual bool DeleteOldRDN { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual string NewRDN { get { throw null; } }
- public virtual string ParentDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapModifyRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyRequest(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapModification[] Modifications { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapNameFormSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapNameFormSchema(string raw) : base (default(string)) { }
- public LdapNameFormSchema(string[] names, string oid, string description, bool obsolete, string objectClass, string[] required, string[] optional) : base (default(string)) { }
- public virtual string ObjectClass { get { throw null; } }
- public virtual string[] OptionalNamingAttributes { get { throw null; } }
- public virtual string[] RequiredNamingAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapObjectClassSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int ABSTRACT = 0;
- public const int AUXILIARY = 2;
- public const int STRUCTURAL = 1;
- public LdapObjectClassSchema(string raw) : base (default(string)) { }
- public LdapObjectClassSchema(string[] names, string oid, string[] superiors, string description, string[] required, string[] optional, int type, bool obsolete) : base (default(string)) { }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual int Type { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapReferralException : Novell.Directory.Ldap.LdapException
- {
- public LdapReferralException() { }
- public LdapReferralException(string message) { }
- public LdapReferralException(string message, System.Exception rootException) { }
- public LdapReferralException(string message, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, int resultCode, string serverMessage, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments) { }
- public LdapReferralException(string message, object[] arguments, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage, System.Exception rootException) { }
- public virtual string FailedReferral { get { throw null; } set { } }
- public virtual string[] getReferrals() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapReferralHandler
- {
- }
- public partial class LdapResponse : Novell.Directory.Ldap.LdapMessage
- {
- public LdapResponse(Novell.Directory.Ldap.InterThreadException ex, Novell.Directory.Ldap.Utilclass.ReferralInfo activeReferral) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type, int resultCode, string matchedDN, string serverMessage, string[] referrals, Novell.Directory.Ldap.LdapControl[] controls) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public override Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual string ErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override int MessageID { get { throw null; } }
- public virtual string[] Referrals { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public override int Type { get { throw null; } }
- }
- public partial class LdapResponseQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapResponseQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSchema : Novell.Directory.Ldap.LdapEntry
- {
- public LdapSchema(Novell.Directory.Ldap.LdapEntry ent) { }
- public virtual System.Collections.IEnumerator AttributeNames { get { throw null; } }
- public virtual System.Collections.IEnumerator AttributeSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormNames { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassNames { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator SyntaxSchemas { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITContentRuleSchema getDITContentRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(int ID) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleSchema getMatchingRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleUseSchema getMatchingRuleUseSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapNameFormSchema getNameFormSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapObjectClassSchema getObjectClassSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSyntaxSchema getSyntaxSchema(string oid) { throw null; }
- }
- public abstract partial class LdapSchemaElement : Novell.Directory.Ldap.LdapAttribute
- {
- [System.CLSCompliantAttribute(false)]
- protected internal string description;
- protected internal System.Collections.Hashtable hashQualifier;
- [System.CLSCompliantAttribute(false)]
- protected internal string[] names;
- [System.CLSCompliantAttribute(false)]
- protected internal bool obsolete;
- protected internal string oid;
- protected internal string[] qualifier;
- protected internal LdapSchemaElement(string attrName) : base (default(Novell.Directory.Ldap.LdapAttribute)) { }
- public virtual string Description { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual System.Collections.IEnumerator QualifierNames { get { throw null; } }
- public virtual void addValue(byte[] value_Renamed) { }
- public override void addValue(string value_Renamed) { }
- protected internal abstract string formatString();
- public virtual string[] getQualifier(string name) { throw null; }
- public virtual void removeValue(byte[] value_Renamed) { }
- public override void removeValue(string value_Renamed) { }
- public virtual void setQualifier(string name, string[] values) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchConstraints : Novell.Directory.Ldap.LdapConstraints
- {
- public const int DEREF_ALWAYS = 3;
- public const int DEREF_FINDING = 2;
- public const int DEREF_NEVER = 0;
- public const int DEREF_SEARCHING = 1;
- public LdapSearchConstraints() { }
- public LdapSearchConstraints(Novell.Directory.Ldap.LdapConstraints cons) { }
- public LdapSearchConstraints(int msLimit, int serverTimeLimit, int dereference, int maxResults, bool doReferrals, int batchSize, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int BatchSize { get { throw null; } set { } }
- public virtual int Dereference { get { throw null; } set { } }
- public virtual int MaxResults { get { throw null; } set { } }
- public virtual int ServerTimeLimit { get { throw null; } set { } }
- }
- public partial class LdapSearchQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapSearchQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSearchRequest : Novell.Directory.Ldap.LdapMessage
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public LdapSearchRequest(string base_Renamed, int scope, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapSearchRequest(string base_Renamed, int scope, string filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual int Dereference { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual int MaxResults { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual System.Collections.IEnumerator SearchFilter { get { throw null; } }
- public virtual int ServerTimeLimit { get { throw null; } }
- public virtual string StringFilter { get { throw null; } }
- public virtual bool TypesOnly { get { throw null; } }
- }
- public partial class LdapSearchResult : Novell.Directory.Ldap.LdapMessage
- {
- public LdapSearchResult(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchResultReference : Novell.Directory.Ldap.LdapMessage
- {
- internal LdapSearchResultReference() : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Referrals { get { throw null; } }
- }
- public partial class LdapSearchResults
- {
- internal LdapSearchResults() { }
- public virtual int Count { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual bool hasMore() { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry next() { throw null; }
- }
- public partial class LdapSyntaxSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapSyntaxSchema(string raw) : base (default(string)) { }
- public LdapSyntaxSchema(string oid, string description) : base (default(string)) { }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapUnbindRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapUnbindRequest(Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial interface LdapUnsolicitedNotificationListener
- {
- void messageReceived(Novell.Directory.Ldap.LdapExtendedResponse msg);
- }
- public partial class LdapUrl : System.ICloneable
- {
- public LdapUrl(string url) { }
- public LdapUrl(string host, int port, string dn) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions, bool secure) { }
- public virtual string[] AttributeArray { get { throw null; } }
- public virtual System.Collections.IEnumerator Attributes { get { throw null; } }
- public virtual string[] Extensions { get { throw null; } }
- public virtual string Filter { get { throw null; } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual bool Secure { get { throw null; } }
- public object Clone() { throw null; }
- public static string decode(string URLEncoded) { throw null; }
- public static string encode(string toEncode) { throw null; }
- public virtual string getDN() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Asn1
-{
- public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 1;
- [System.CLSCompliantAttribute(false)]
- public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public bool booleanValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Choice : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Choice() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Choice(Novell.Directory.Ldap.Asn1.Asn1Object content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual Novell.Directory.Ldap.Asn1.Asn1Object ChoiceValue { set { } }
- public Novell.Directory.Ldap.Asn1.Asn1Object choiceValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public override void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public partial interface Asn1Decoder : System.Runtime.Serialization.ISerializable
- {
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] length);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed);
- object decodeBoolean(System.IO.Stream in_Renamed, int len);
- object decodeCharacterString(System.IO.Stream in_Renamed, int len);
- object decodeNumeric(System.IO.Stream in_Renamed, int len);
- object decodeOctetString(System.IO.Stream in_Renamed, int len);
- }
- public partial interface Asn1Encoder : System.Runtime.Serialization.ISerializable
- {
- void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed);
- }
- public partial class Asn1Enumerated : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 10;
- [System.CLSCompliantAttribute(false)]
- public Asn1Enumerated(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Enumerated(int content) { }
- public Asn1Enumerated(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Identifier : System.ICloneable
- {
- public const int APPLICATION = 1;
- public const int CONTEXT = 2;
- public const int PRIVATE = 3;
- public const int UNIVERSAL = 0;
- public Asn1Identifier() { }
- public Asn1Identifier(int tagClass, bool constructed, int tag) { }
- public Asn1Identifier(System.IO.Stream in_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Application { get { throw null; } }
- public virtual int Asn1Class { get { throw null; } }
- public virtual bool Constructed { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Context { get { throw null; } }
- public virtual int EncodedLength { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Private { get { throw null; } }
- public virtual int Tag { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Universal { get { throw null; } }
- public object Clone() { throw null; }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Integer : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 2;
- [System.CLSCompliantAttribute(false)]
- public Asn1Integer(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Integer(int content) { }
- public Asn1Integer(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Length
- {
- public Asn1Length() { }
- public Asn1Length(int length) { }
- public Asn1Length(System.IO.Stream in_Renamed) { }
- public virtual int EncodedLength { get { throw null; } }
- public virtual int Length { get { throw null; } }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Null : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 5;
- public Asn1Null() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Numeric : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- internal Asn1Numeric() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public int intValue() { throw null; }
- public long longValue() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Asn1Object : System.Runtime.Serialization.ISerializable
- {
- public Asn1Object(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public abstract void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed);
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getEncoding(Novell.Directory.Ldap.Asn1.Asn1Encoder enc) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public virtual void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1OctetString : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 4;
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(sbyte[] content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1OctetString(string content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Sequence : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public const int TAG = 16;
- public Asn1Sequence() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SequenceOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 16;
- public Asn1SequenceOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Sequence sequence) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1Set : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1Set() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Set(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Set(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SetOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1SetOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(Novell.Directory.Ldap.Asn1.Asn1Set set_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Structured : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public void add(Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- protected internal void decodeStructured(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object get_Renamed(int index) { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- public int size() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Object[] toArray() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(string type) { throw null; }
- }
- public partial class Asn1Tagged : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- [System.CLSCompliantAttribute(false)]
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len, Novell.Directory.Ldap.Asn1.Asn1Identifier identifier) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed, bool explicit_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public virtual bool Explicit { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object TaggedValue { set { } }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object taggedValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LBERDecoder : Novell.Directory.Ldap.Asn1.Asn1Decoder, System.Runtime.Serialization.ISerializable
- {
- public LBERDecoder() { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] len) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed) { throw null; }
- public object decodeBoolean(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeCharacterString(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeNumeric(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeOctetString(System.IO.Stream in_Renamed, int len) { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class LBEREncoder : Novell.Directory.Ldap.Asn1.Asn1Encoder, System.Runtime.Serialization.ISerializable
- {
- public LBEREncoder() { }
- public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed) { }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
-namespace Novell.Directory.Ldap.Controls
-{
- public partial class LdapEntryChangeControl : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapEntryChangeControl(string oid, bool critical, sbyte[] value_Renamed) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ChangeNumber { get { throw null; } }
- public virtual int ChangeType { get { throw null; } }
- public virtual bool HasChangeNumber { get { throw null; } }
- public virtual string PreviousDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapPersistSearchControl : Novell.Directory.Ldap.LdapControl
- {
- public const int ADD = 1;
- public static readonly int ANY;
- public const int DELETE = 2;
- public const int MODDN = 8;
- public const int MODIFY = 4;
- public LdapPersistSearchControl() : base (default(string), default(bool), default(sbyte[])) { }
- public LdapPersistSearchControl(int changeTypes, bool changesOnly, bool returnControls, bool isCritical) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual bool ChangesOnly { get { throw null; } set { } }
- public virtual int ChangeTypes { get { throw null; } set { } }
- public virtual bool ReturnControls { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSortControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey key, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey[] keys, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- }
- public partial class LdapSortKey
- {
- public LdapSortKey(string keyDescription) { }
- public LdapSortKey(string key, bool reverse) { }
- public LdapSortKey(string key, bool reverse, string matchRule) { }
- public virtual string Key { get { throw null; } }
- public virtual string MatchRule { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- }
- public partial class LdapSortResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapSortResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual string FailedAttribute { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
- public partial class LdapVirtualListControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int AfterCount { get { throw null; } }
- public virtual int BeforeCount { get { throw null; } }
- public virtual string Context { get { throw null; } set { } }
- public virtual int ListSize { get { throw null; } set { } }
- public virtual void setRange(int listIndex, int beforeCount, int afterCount) { }
- public virtual void setRange(string jumpTo, int beforeCount, int afterCount) { }
- }
- public partial class LdapVirtualListResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapVirtualListResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ContentCount { get { throw null; } }
- public virtual string Context { get { throw null; } }
- public virtual int FirstPosition { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events
-{
- public partial class BaseEventArgs : System.EventArgs
- {
- protected Novell.Directory.Ldap.LdapMessage ldap_message;
- public BaseEventArgs(Novell.Directory.Ldap.LdapMessage message) { }
- public Novell.Directory.Ldap.LdapMessage ContianedEventInformation { get { throw null; } }
- }
- public partial class DirectoryEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.Events.EventClassifiers eClassification;
- public DirectoryEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.Events.EventClassifiers EventClassification { get { throw null; } set { } }
- }
- public partial class DirectoryExceptionEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.LdapException ldap_exception_object;
- public DirectoryExceptionEventArgs(Novell.Directory.Ldap.LdapMessage message, Novell.Directory.Ldap.LdapException ldapException) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.LdapException LdapExceptionObject { get { throw null; } }
- }
- public enum EventClassifiers
- {
- CLASSIFICATION_EDIR_EVENT = 1,
- CLASSIFICATION_LDAP_PSEARCH = 0,
- CLASSIFICATION_UNKNOWN = -1,
- }
- public partial class LdapEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- protected Novell.Directory.Ldap.Events.LdapEventType eType;
- public LdapEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.LdapEventType EventType { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapEventSource
- {
- protected const int DEFAULT_SLEEP_TIME = 1000;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler directory_event;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler directory_exception_event;
- protected internal const int EVENT_TYPE_UNKNOWN = -1;
- protected Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator m_objEventsGenerator;
- protected int sleep_interval;
- protected LdapEventSource() { }
- public int SleepInterval { get { throw null; } set { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler DirectoryEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler DirectoryExceptionEvent { add { } remove { } }
- protected Novell.Directory.Ldap.Events.LdapEventSource.LISTENERS_COUNT GetCurrentListenersState() { throw null; }
- protected abstract int GetListeners();
- protected void ListenerAdded() { }
- protected void ListenerRemoved() { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs) { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) { }
- protected abstract bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType);
- protected void NotifyExceptionListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.LdapException ldapException) { }
- protected void NotifyListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { }
- protected void StartEventPolling(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- protected abstract void StartSearchAndPolling();
- protected void StopEventPolling() { }
- protected abstract void StopSearchAndPolling();
- public delegate void DirectoryEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs);
- public delegate void DirectoryExceptionEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryExceptionEventArgs objDirectoryExceptionEventArgs);
- protected partial class EventsGenerator
- {
- public EventsGenerator(Novell.Directory.Ldap.Events.LdapEventSource objEventSource, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- public int SleepTime { get { throw null; } set { } }
- protected void processmessage(Novell.Directory.Ldap.LdapMessage response) { }
- protected void Run() { }
- public void StartEventPolling() { }
- public void StopEventPolling() { }
- }
- protected enum LISTENERS_COUNT
- {
- MORE_THAN_ONE = 2,
- ONE = 1,
- ZERO = 0,
- }
- }
- public enum LdapEventType
- {
- LDAP_PSEARCH_ADD = 1,
- LDAP_PSEARCH_ANY = 15,
- LDAP_PSEARCH_DELETE = 2,
- LDAP_PSEARCH_MODDN = 8,
- LDAP_PSEARCH_MODIFY = 4,
- TYPE_UNKNOWN = -1,
- }
- public partial class PSearchEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected string[] mAttrs;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.Events.LdapEventType mEventChangeType;
- protected string mFilter;
- protected Novell.Directory.Ldap.LdapSearchQueue mQueue;
- protected int mScope;
- protected string mSearchBase;
- protected Novell.Directory.Ldap.LdapSearchConstraints mSearchConstraints;
- protected bool mTypesOnly;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler search_referral_event;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler search_result_event;
- public PSearchEventSource(Novell.Directory.Ldap.LdapConnection conn, string searchBase, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints constraints, Novell.Directory.Ldap.Events.LdapEventType eventchangetype, bool changeonly) { }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler SearchReferralEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler SearchResultEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void SearchReferralEventHandler(object source, Novell.Directory.Ldap.Events.SearchReferralEventArgs objArgs);
- public delegate void SearchResultEventHandler(object source, Novell.Directory.Ldap.Events.SearchResultEventArgs objArgs);
- }
- public partial class SearchReferralEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchReferralEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public string[] getUrls() { throw null; }
- }
- public partial class SearchResultEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchResultEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir
-{
- public enum DebugParameterType
- {
- ADDRESS = 5,
- BINARY = 3,
- ENTRYID = 1,
- INTEGER = 4,
- STRING = 2,
- TIMESTAMP = 6,
- TIMEVECTOR = 7,
- }
- public partial class DSETimeStamp
- {
- protected int nEvent;
- protected int nSeconds;
- protected int replica_number;
- public DSETimeStamp(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public int Event { get { throw null; } }
- public int ReplicaNumber { get { throw null; } }
- public int Seconds { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EdirEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- public EdirEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventIntermediateResponse IntermediateResponse { get { throw null; } }
- }
- public enum EdirEventDataType
- {
- EDIR_TAG_BINDERY_EVENT_DATA = 5,
- EDIR_TAG_CHANGE_CONFIG_PARAM = 11,
- EDIR_TAG_CHANGE_SERVER_ADDRESS = 10,
- EDIR_TAG_CONNECTION_STATE = 9,
- EDIR_TAG_DEBUG_EVENT_DATA = 14,
- EDIR_TAG_DSESEV_INFO = 6,
- EDIR_TAG_ENTRY_EVENT_DATA = 1,
- EDIR_TAG_GENERAL_EVENT_DATA = 3,
- EDIR_TAG_MODULE_STATE_DATA = 7,
- EDIR_TAG_NETWORK_ADDRESS = 8,
- EDIR_TAG_NO_DATA = 12,
- EDIR_TAG_SKULK_DATA = 4,
- EDIR_TAG_STATUS_LOG = 13,
- EDIR_TAG_VALUE_EVENT_DATA = 2,
- }
- public partial class EdirEventIntermediateResponse : Novell.Directory.Ldap.LdapIntermediateResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData event_response_data;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventResultType event_result_type;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventType event_type;
- public EdirEventIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public EdirEventIntermediateResponse(byte[] message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData EventResponseDataObject { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- protected void ProcessMessage(sbyte[] returnedValue) { }
- }
- public enum EdirEventResultType
- {
- EVT_STATUS_ALL = 0,
- EVT_STATUS_FAILURE = 2,
- EVT_STATUS_SUCCESS = 1,
- }
- public partial class EdirEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler edir_event;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.LdapResponseQueue mQueue;
- protected Novell.Directory.Ldap.Events.Edir.MonitorEventRequest mRequestOperation;
- public EdirEventSource(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier, Novell.Directory.Ldap.LdapConnection conn) { }
- public event Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler EdirEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void EdirEventHandler(object source, Novell.Directory.Ldap.Events.Edir.EdirEventArgs objEdirEventArgs);
- }
- public partial class EdirEventSpecifier
- {
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType) { }
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType, string filter) { }
- public string EventFilter { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- }
- public enum EdirEventType
- {
- EVT_ABORT_JOIN = 145,
- EVT_ABORT_PARTITION_OP = 109,
- EVT_ADD_ENTRY = 168,
- EVT_ADD_MEMBER = 153,
- EVT_ADD_PROPERTY = 151,
- EVT_ADD_REPLICA = 103,
- EVT_ADD_VALUE = 5,
- EVT_AGENT_CLOSE_LOCAL = 54,
- EVT_AGENT_OPEN_LOCAL = 53,
- EVT_ALLOW_LOGIN = 188,
- EVT_BACKLINK_PROC_DONE = 95,
- EVT_BACKUP_ENTRY = 114,
- EVT_BEGIN_NAMEBASE_TRANSACTION = 213,
- EVT_BKLINK_OPERATOR = 63,
- EVT_BKLINK_SEV = 62,
- EVT_CHANGE_CONN_STATE = 173,
- EVT_CHANGE_MODULE_STATE = 21,
- EVT_CHANGE_OBJ_SECURITY = 156,
- EVT_CHANGE_PROP_SECURITY = 155,
- EVT_CHANGE_REPLICA_TYPE = 107,
- EVT_CHANGE_SECURITY_EQUALS = 164,
- EVT_CHANGE_SERVER_ADDRS = 219,
- EVT_CHANGE_TREE_NAME = 143,
- EVT_CHECK_CONSOLE_OPERATOR = 142,
- EVT_CHECK_SEV = 12,
- EVT_CHGPASS = 101,
- EVT_CLOSE_BINDERY = 172,
- EVT_CLOSE_STREAM = 7,
- EVT_COMPARE_ATTR_VALUE = 123,
- EVT_CONNECT_TO_ADDRESS = 158,
- EVT_CONSOLE_OPERATION = 203,
- EVT_CRC_FAILURE = 167,
- EVT_CREATE_BACKLINK = 141,
- EVT_CREATE_BINDERY_OBJECT = 10,
- EVT_CREATE_ENTRY = 1,
- EVT_CREATE_NAMEBASE = 163,
- EVT_CREATE_SUBREF = 132,
- EVT_DB_ALLOC = 202,
- EVT_DB_AUDIT = 175,
- EVT_DB_AUDIT_NCP = 176,
- EVT_DB_AUDIT_SKULK = 177,
- EVT_DB_AUTHEN = 26,
- EVT_DB_BACKLINK = 27,
- EVT_DB_BACKLINK_DETAIL = 236,
- EVT_DB_BUFFERS = 28,
- EVT_DB_CHANGE_CACHE = 184,
- EVT_DB_CLIENT_BUFFERS = 189,
- EVT_DB_COLL = 29,
- EVT_DB_CONN_TRACE = 210,
- EVT_DB_DIRXML = 214,
- EVT_DB_DIRXML_DRIVERS = 217,
- EVT_DB_DNS = 220,
- EVT_DB_DRL = 198,
- EVT_DB_DRL_DETAIL = 237,
- EVT_DB_DSAGENT = 30,
- EVT_DB_EMU = 31,
- EVT_DB_FRAGGER = 32,
- EVT_DB_HTTPSTK = 231,
- EVT_DB_INIT = 33,
- EVT_DB_INSPECTOR = 34,
- EVT_DB_IN_SYNC_DETAIL = 227,
- EVT_DB_JANITOR = 35,
- EVT_DB_LDAPSTK = 232,
- EVT_DB_LIMBER = 36,
- EVT_DB_LOCKING = 37,
- EVT_DB_LOST_ENTRY = 183,
- EVT_DB_MIN = 39,
- EVT_DB_MISC = 40,
- EVT_DB_MOVE = 38,
- EVT_DB_NCPENG = 166,
- EVT_DB_NDSMON = 218,
- EVT_DB_NICIEXT = 233,
- EVT_DB_NMAS = 235,
- EVT_DB_NPKI_API = 242,
- EVT_DB_OBIT = 207,
- EVT_DB_OBJECT_PRODUCER = 238,
- EVT_DB_PART = 41,
- EVT_DB_PKI = 230,
- EVT_DB_PURGE = 186,
- EVT_DB_RECMAN = 42,
- EVT_DB_REPAIR = 221,
- EVT_DB_REPAIR_DEBUG = 222,
- EVT_DB_RESNAME = 44,
- EVT_DB_SAP = 45,
- EVT_DB_SCHEMA = 46,
- EVT_DB_SCHEMA_DETAIL = 225,
- EVT_DB_SEARCH = 239,
- EVT_DB_SEARCH_DETAIL = 240,
- EVT_DB_SECRET_STORE = 234,
- EVT_DB_SERVER_PACKET = 204,
- EVT_DB_SKULKER = 47,
- EVT_DB_SSL = 229,
- EVT_DB_STREAMS = 48,
- EVT_DB_SYNC_DETAIL = 209,
- EVT_DB_SYNC_IN = 49,
- EVT_DB_THREADS = 50,
- EVT_DB_TIMEVECTOR = 51,
- EVT_DB_VCLIENT = 52,
- EVT_DB_WANMAN = 190,
- EVT_DEFINE_ATTR_DEF = 116,
- EVT_DEFINE_CLASS_DEF = 119,
- EVT_DELETE_ATTRIBUTE = 8,
- EVT_DELETE_BINDERY_OBJECT = 11,
- EVT_DELETE_ENTRY = 2,
- EVT_DELETE_MEMBER = 154,
- EVT_DELETE_PROPERTY = 152,
- EVT_DELETE_SUBTREE = 64,
- EVT_DELETE_UNUSED_EXTREF = 15,
- EVT_DELETE_VALUE = 6,
- EVT_DSA_BAD_VERB = 56,
- EVT_DSA_READ = 99,
- EVT_DSA_REQUEST_END = 58,
- EVT_DSA_REQUEST_START = 57,
- EVT_DS_ERR_VIA_BINDERY = 55,
- EVT_END_NAMEBASE_TRANSACTION = 187,
- EVT_END_UPDATE_REPLICA = 138,
- EVT_END_UPDATE_SCHEMA = 148,
- EVT_ENTRYID_SWAP = 181,
- EVT_INSIDE_NCP_REQUEST = 182,
- EVT_INSPECT_ENTRY = 127,
- EVT_INVALID = 0,
- EVT_ITERATOR = 224,
- EVT_JOIN_DONE = 86,
- EVT_JOIN_PARTITIONS = 106,
- EVT_LIMBER_DONE = 76,
- EVT_LIST_CONT_CLASSES = 126,
- EVT_LIST_PARTITIONS = 133,
- EVT_LIST_SUBORDINATES = 125,
- EVT_LOCAL_REPLICA_CHANGE = 197,
- EVT_LOGIN = 100,
- EVT_LOGOUT = 102,
- EVT_LOST_ENTRY = 70,
- EVT_LOW_LEVEL_JOIN = 162,
- EVT_LOW_LEVEL_JOIN_BEGIN = 226,
- EVT_LOW_LEVEL_SPLIT = 185,
- EVT_LUMBER_DONE = 94,
- EVT_MAX_EVENTS = 243,
- EVT_MERGE_ENTRIES = 130,
- EVT_MERGE_TREE = 131,
- EVT_MODIFY_CLASS_DEF = 120,
- EVT_MODIFY_ENTRY = 169,
- EVT_MODIFY_RDN = 178,
- EVT_MOVE_DEST_ENTRY = 14,
- EVT_MOVE_ENTRY_DEST = 200,
- EVT_MOVE_ENTRY_SOURCE = 199,
- EVT_MOVE_SOURCE_ENTRY = 4,
- EVT_MOVE_SUBTREE = 59,
- EVT_MOVE_TREE = 149,
- EVT_MOVE_TREE_END = 83,
- EVT_MOVE_TREE_START = 82,
- EVT_MUTATE_ENTRY = 129,
- EVT_NAME_COLLISION = 90,
- EVT_NCP_RETRY_EXPENDED = 18,
- EVT_NEW_SCHEMA_EPOCH = 174,
- EVT_NLM_LOADED = 91,
- EVT_NOTIFY_REF_CHANGE = 201,
- EVT_NO_REPLICA_PTR = 60,
- EVT_OPEN_BINDERY = 171,
- EVT_PARTITION_LOCKED = 87,
- EVT_PARTITION_OPERATION_EVENT = 20,
- EVT_PARTITION_STATE_CHG = 160,
- EVT_PARTITION_UNLOCKED = 88,
- EVT_PRE_DELETE_ENTRY = 228,
- EVT_PURGE_END = 73,
- EVT_PURGE_ENTRY_FAIL = 71,
- EVT_PURGE_START = 72,
- EVT_READ_ATTR = 134,
- EVT_READ_REFERENCES = 135,
- EVT_RECV_REPLICA_UPDATES = 110,
- EVT_REFERRAL = 67,
- EVT_RELOAD_DS = 150,
- EVT_REMOTE_SERVER_DOWN = 17,
- EVT_REMOVE_ATTR_DEF = 117,
- EVT_REMOVE_BACKLINK = 161,
- EVT_REMOVE_CLASS_DEF = 118,
- EVT_REMOVE_ENTRY = 108,
- EVT_REMOVE_ENTRY_DIR = 122,
- EVT_REMOVE_REPLICA = 104,
- EVT_RENAME_ENTRY = 3,
- EVT_REPAIR_TIME_STAMPS = 111,
- EVT_REPLICA_IN_TRANSITION = 208,
- EVT_REQ_UPDATE_SERVER_STATUS = 216,
- EVT_RESEND_ENTRY = 128,
- EVT_RESET_DS_COUNTERS = 121,
- EVT_RESTORE_ENTRY = 115,
- EVT_SCHEMA_SYNC = 89,
- EVT_SEARCH = 159,
- EVT_SEND_REPLICA_UPDATES = 112,
- EVT_SERVER_ADDRESS_CHANGE = 98,
- EVT_SERVER_RENAME = 96,
- EVT_SET_BINDERY_CONTEXT = 9,
- EVT_SPLIT_DONE = 77,
- EVT_SPLIT_PARTITION = 105,
- EVT_START_JOIN = 144,
- EVT_START_UPDATE_REPLICA = 137,
- EVT_START_UPDATE_SCHEMA = 147,
- EVT_STATUS_LOG = 241,
- EVT_STREAM = 124,
- EVT_SYNC_IN_END = 61,
- EVT_SYNC_PARTITION = 139,
- EVT_SYNC_PART_END = 81,
- EVT_SYNC_PART_START = 80,
- EVT_SYNC_SCHEMA = 140,
- EVT_SYNC_SVR_OUT_END = 79,
- EVT_SYNC_SVR_OUT_START = 78,
- EVT_SYNTHETIC_TIME = 97,
- EVT_UPDATE_ATTR_DEF = 69,
- EVT_UPDATE_CLASS_DEF = 68,
- EVT_UPDATE_REPLICA = 136,
- EVT_UPDATE_SCHEMA = 146,
- EVT_UPDATE_SEV = 13,
- EVT_VERIFY_PASS = 113,
- EVT_VR_DRIVER_STATE_CHANGE = 215,
- }
- public partial class EventOids
- {
- public const string NLDAP_EVENT_NOTIFICATION = "2.16.840.1.113719.1.27.100.81";
- public const string NLDAP_FILTERED_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.84";
- public const string NLDAP_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.79";
- public const string NLDAP_MONITOR_EVENTS_RESPONSE = "2.16.840.1.113719.1.27.100.80";
- public EventOids() { }
- }
- public enum GeneralEventField
- {
- EVT_TAG_GEN_CURRPROC = 4,
- EVT_TAG_GEN_DSTIME = 1,
- EVT_TAG_GEN_INTEGERS = 6,
- EVT_TAG_GEN_MILLISEC = 2,
- EVT_TAG_GEN_PERP = 5,
- EVT_TAG_GEN_STRINGS = 7,
- EVT_TAG_GEN_VERB = 3,
- }
- public partial class MonitorEventRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MonitorEventRequest(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifiers) : base (default(string), default(sbyte[])) { }
- }
- public partial class MonitorEventResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier_list;
- public MonitorEventResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] SpecifierList { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir.EventData
-{
- public partial class BaseEdirEventData
- {
- protected System.IO.MemoryStream decodedData;
- protected Novell.Directory.Ldap.Asn1.LBERDecoder decoder;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventDataType event_data_type;
- public BaseEdirEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventDataType EventDataType { get { throw null; } }
- protected void DataInitDone() { }
- }
- public partial class BinderyObjectEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nEmuObjFlags;
- protected int nSecurity;
- protected int nType;
- protected string strEntryDN;
- protected string strName;
- public BinderyObjectEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int EmuObjFlags { get { throw null; } }
- public string EntryDN { get { throw null; } }
- public string Name { get { throw null; } }
- public int Security { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChangeAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int address_family;
- protected int nFlags;
- protected int nProto;
- protected string pstk_name;
- protected string source_module;
- protected string strAddress;
- public ChangeAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Address { get { throw null; } }
- public int AddressFamily { get { throw null; } }
- public int Flags { get { throw null; } }
- public int Proto { get { throw null; } }
- public string PstkName { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int new_flags;
- protected int old_flags;
- protected string source_module;
- protected string strConnectionDN;
- public ConnectionStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public int NewFlags { get { throw null; } }
- public int OldFlags { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int ds_time;
- protected int milli_seconds;
- protected int nVerb;
- protected System.Collections.ArrayList parameter_collection;
- protected int parameter_count;
- protected string strFormatString;
- protected string strPerpetratorDN;
- public DebugEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int DSTime { get { throw null; } }
- public string FormatString { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public int ParameterCount { get { throw null; } }
- public System.Collections.ArrayList Parameters { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugParameter
- {
- protected Novell.Directory.Ldap.Events.Edir.DebugParameterType debug_type;
- protected object objData;
- public DebugParameter(Novell.Directory.Ldap.Asn1.Asn1Tagged dseObject) { }
- public object Data { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DebugParameterType DebugType { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EntryEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected int nVerb;
- protected string strClassId;
- protected string strEntry;
- protected string strNewDN;
- protected string strPerpetratorDN;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public EntryEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ClassId { get { throw null; } }
- public string Entry { get { throw null; } }
- public int Flags { get { throw null; } }
- public string NewDN { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class GeneralDSEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int current_process;
- protected int ds_time;
- protected int[] integer_values;
- protected int milli_seconds;
- protected int nVerb;
- protected string[] string_values;
- protected string strPerpetratorDN;
- public GeneralDSEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int CurrentProcess { get { throw null; } }
- public int DSTime { get { throw null; } }
- public int[] IntegerValues { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string[] StringValues { get { throw null; } }
- public int Verb { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected string getTaggedStringValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ModuleStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected string strConnectionDN;
- protected string strDescription;
- protected string strName;
- protected string strSource;
- public ModuleStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public string Description { get { throw null; } }
- public int Flags { get { throw null; } }
- public string Name { get { throw null; } }
- public string Source { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class NetworkAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nType;
- protected string strData;
- public NetworkAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Data { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ReferralAddress
- {
- protected int address_type;
- protected string strAddress;
- public ReferralAddress(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public string Address { get { throw null; } }
- public int AddressType { get { throw null; } }
- }
- public partial class SecurityEquivalenceEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int referral_count;
- protected System.Collections.ArrayList referral_list;
- protected int retry_count;
- protected string strEntryDN;
- protected string strValueDN;
- public SecurityEquivalenceEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string EntryDN { get { throw null; } }
- public int ReferralCount { get { throw null; } }
- public System.Collections.ArrayList ReferralList { get { throw null; } }
- public int RetryCount { get { throw null; } }
- public string ValueDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ValueEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected byte[] binData;
- protected int nVerb;
- protected string strAttribute;
- protected string strClassId;
- protected string strData;
- protected string strEntry;
- protected string strPerpetratorDN;
- protected string strSyntax;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public ValueEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Attribute { get { throw null; } }
- public byte[] BinaryData { get { throw null; } }
- public string ClassId { get { throw null; } }
- public string Data { get { throw null; } }
- public string Entry { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string Syntax { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Extensions
-{
- public partial class AbortPartitionOperationRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AbortPartitionOperationRequest(string partitionDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class AddReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AddReplicaRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class BackupRestoreConstants
- {
- public const string NLDAP_LDAP_BACKUP_REQUEST = "2.16.840.1.113719.1.27.100.96";
- public const string NLDAP_LDAP_BACKUP_RESPONSE = "2.16.840.1.113719.1.27.100.97";
- public const string NLDAP_LDAP_RESTORE_REQUEST = "2.16.840.1.113719.1.27.100.98";
- public const string NLDAP_LDAP_RESTORE_RESPONSE = "2.16.840.1.113719.1.27.100.99";
- public BackupRestoreConstants() { }
- }
- public partial class ChangeReplicaTypeRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ChangeReplicaTypeRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetBindDNRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetBindDNResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string Identity { get { throw null; } }
- }
- public partial class GetEffectivePrivilegesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetEffectivePrivilegesRequest(string dn, string trusteeDN, string attrName) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetEffectivePrivilegesResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetEffectivePrivilegesResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Privileges { get { throw null; } }
- }
- public partial class GetReplicaInfoRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicaInfoRequest(string serverDN, string partitionDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicaInfoResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicaInfoResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int getflags() { throw null; }
- public virtual int getlocalPartitionID() { throw null; }
- public virtual int getmodificationTime() { throw null; }
- public virtual string getpartitionDN() { throw null; }
- public virtual int getpartitionID() { throw null; }
- public virtual int getpurgeTime() { throw null; }
- public virtual int getreplicaState() { throw null; }
- public virtual int getreplicaType() { throw null; }
- }
- public partial class GetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicationFilterRequest(string serverDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicationFilterResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicationFilterResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[][] ReplicationFilter { get { throw null; } }
- }
- public partial class LdapBackupRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapBackupRequest(string objectDN, byte[] passwd, string stateInfo) : base (default(string), default(sbyte[])) { }
- }
- public partial class LdapBackupResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public LdapBackupResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public int getBufferLength() { throw null; }
- public string getChunkSizesString() { throw null; }
- public byte[] getReturnedBuffer() { throw null; }
- public string getStatusInfo() { throw null; }
- }
- public partial class LdapRestoreRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapRestoreRequest(string objectDN, byte[] passwd, int bufferLength, string chunkSizesString, byte[] returnedBuffer) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ListReplicasRequest(string serverName) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public ListReplicasResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] ReplicaList { get { throw null; } }
- }
- public partial class MergePartitionsRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MergePartitionsRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class NamingContextConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public NamingContextConstants() { }
- }
- public partial class PartitionEntryCountRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionEntryCountRequest(string dn) : base (default(string), default(sbyte[])) { }
- }
- public partial class PartitionEntryCountResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public PartitionEntryCountResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Count { get { throw null; } }
- }
- public partial class PartitionSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionSyncRequest(string serverName, string partitionRoot, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReceiveAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ReceiveAllUpdatesRequest(string partitionRoot, string toServerDN, string fromServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class RefreshLdapServerRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RefreshLdapServerRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveReplicaRequest(string dn, string serverDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReplicationConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public ReplicationConstants() { }
- }
- public partial class SchemaSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SchemaSyncRequest(string serverName, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class SendAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SendAllUpdatesRequest(string partitionRoot, string origServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class SetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SetReplicationFilterRequest(string serverDN, string[][] replicationFilter) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitPartitionRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class TriggerBackgroundProcessRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public const int Ldap_BK_PROCESS_BKLINKER = 1;
- public const int Ldap_BK_PROCESS_JANITOR = 2;
- public const int Ldap_BK_PROCESS_LIMBER = 3;
- public const int Ldap_BK_PROCESS_PART_PURGE = 6;
- public const int Ldap_BK_PROCESS_SCHEMA_SYNC = 5;
- public const int Ldap_BK_PROCESS_SKULKER = 4;
- public TriggerBackgroundProcessRequest(int processID) : base (default(string), default(sbyte[])) { }
- }
-}
-namespace Novell.Directory.Ldap.Rfc2251
-{
- public partial class RfcAddRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcAddRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeList attributes) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeList Attributes { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcAddResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcAssertionValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAssertionValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeDescription : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeDescription(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(string)) { }
- public RfcAttributeDescription(string s) : base (default(string)) { }
- }
- public partial class RfcAttributeDescriptionList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeDescriptionList(int size) { }
- public RfcAttributeDescriptionList(string[] attrs) { }
- }
- public partial class RfcAttributeList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeList(int size) { }
- }
- public partial class RfcAttributeTypeAndValues : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeTypeAndValues(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SetOf vals) { }
- }
- public partial class RfcAttributeValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- public RfcAttributeValue(string value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeValueAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeValueAssertion(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription ad, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue av) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- }
- public partial class RfcAuthenticationChoice : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public RfcAuthenticationChoice(Novell.Directory.Ldap.Asn1.Asn1Tagged choice) { }
- [System.CLSCompliantAttribute(false)]
- public RfcAuthenticationChoice(string mechanism, sbyte[] credentials) { }
- }
- public partial class RfcBindRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcBindRequest(Novell.Directory.Ldap.Asn1.Asn1Integer version, Novell.Directory.Ldap.Rfc2251.RfcLdapDN name, Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice auth) { }
- [System.CLSCompliantAttribute(false)]
- public RfcBindRequest(int version, string dn, string mechanism, sbyte[] credentials) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice AuthenticationChoice { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapDN Name { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Integer Version { get { throw null; } set { } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcBindResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- [System.CLSCompliantAttribute(false)]
- public RfcBindResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ServerSaslCreds { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcCompareRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcCompareRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion ava) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion AttributeValueAssertion { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcCompareResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcControl : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Sequence seqObj) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, Novell.Directory.Ldap.Asn1.Asn1OctetString controlValue) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlType { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlValue { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
- }
- public partial class RfcControls : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public const int CONTROLS = 0;
- public RfcControls() { }
- [System.CLSCompliantAttribute(false)]
- public RfcControls(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public void add(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- }
- public partial class RfcDelRequest : Novell.Directory.Ldap.Rfc2251.RfcLdapDN, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelRequest(sbyte[] dn) : base (default(string)) { }
- public RfcDelRequest(string dn) : base (default(string)) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcDelResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcExtendedRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public const int REQUEST_NAME = 0;
- public const int REQUEST_VALUE = 1;
- public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName, Novell.Directory.Ldap.Asn1.Asn1OctetString requestValue) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcExtendedResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int RESPONSE = 11;
- public const int RESPONSE_NAME = 10;
- [System.CLSCompliantAttribute(false)]
- public RfcExtendedResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString Response { get { throw null; } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapOID ResponseName { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcFilter : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public RfcFilter() { }
- public RfcFilter(string filter) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addExtensibleMatch(string matchingRule, string attrName, sbyte[] value_Renamed, bool useDNMatching) { }
- public virtual void addPresent(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addSubstring(int type, sbyte[] value_Renamed) { }
- public virtual void endNestedFilter(int rfcType) { }
- public virtual void endSubstrings() { }
- public virtual string filterToString() { throw null; }
- public virtual System.Collections.IEnumerator getFilterIterator() { throw null; }
- public virtual void startNestedFilter(int rfcType) { }
- public virtual void startSubstrings(string attrName) { }
- }
- public partial class RfcIntermediateResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int TAG_RESPONSE = 1;
- public const int TAG_RESPONSE_NAME = 0;
- [System.CLSCompliantAttribute(false)]
- public RfcIntermediateResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1OctetString getResponse() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapOID getResponseName() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapDN(sbyte[] s) : base (default(string)) { }
- public RfcLdapDN(string s) : base (default(string)) { }
- }
- public partial class RfcLdapMessage : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcControls Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual string RequestDN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage RequestingMessage { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object Response { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public object dupMessage(string dn, string filter, bool reference) { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest getRequest() { throw null; }
- public virtual bool isRequest() { throw null; }
- }
- public partial class RfcLdapOID : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapOID(sbyte[] s) : base (default(sbyte[])) { }
- public RfcLdapOID(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapResult : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int REFERRAL = 3;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapString : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(sbyte[])) { }
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(sbyte[] ba) : base (default(sbyte[])) { }
- public RfcLdapString(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapSuperDN : Novell.Directory.Ldap.Asn1.Asn1Tagged
- {
- protected static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public static readonly int TAG;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapSuperDN(sbyte[] ba) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public RfcLdapSuperDN(string s) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class RfcMatchingRuleAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue) { }
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleId matchingRule, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) { }
- }
- public partial class RfcMatchingRuleId : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcMatchingRuleId(string s) : base (default(string)) { }
- }
- public partial class RfcModifyDNRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) { }
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn, Novell.Directory.Ldap.Rfc2251.RfcLdapSuperDN newSuperior) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyDNResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcModifyRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN object_Renamed, Novell.Directory.Ldap.Asn1.Asn1SequenceOf modification) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1SequenceOf Modifications { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcReferral : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcReferral(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- }
- public partial class RfcRelativeLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcRelativeLdapDN(string s) : base (default(string)) { }
- }
- public partial interface RfcRequest
- {
- Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool reference);
- string getRequestDN();
- }
- public partial interface RfcResponse
- {
- Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage();
- Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN();
- Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral();
- Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode();
- }
- public partial class RfcSaslCredentials : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism) { }
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism, Novell.Directory.Ldap.Asn1.Asn1OctetString credentials) { }
- }
- public partial class RfcSearchRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcSearchRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN baseObject, Novell.Directory.Ldap.Asn1.Asn1Enumerated scope, Novell.Directory.Ldap.Asn1.Asn1Enumerated derefAliases, Novell.Directory.Ldap.Asn1.Asn1Integer sizeLimit, Novell.Directory.Ldap.Asn1.Asn1Integer timeLimit, Novell.Directory.Ldap.Asn1.Asn1Boolean typesOnly, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescriptionList attributes) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcSearchResultDone : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultEntry : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultEntry(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Sequence Attributes { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ObjectName { get { throw null; } }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultReference : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultReference(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSubstringFilter : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSubstringFilter(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SequenceOf substrings) { }
- }
- public partial class RfcUnbindRequest : Novell.Directory.Ldap.Asn1.Asn1Null, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcUnbindRequest() { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Utilclass
-{
- public partial class ArrayEnumeration : System.Collections.IEnumerator
- {
- public ArrayEnumeration(object[] eArray) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class AttributeQualifier
- {
- public AttributeQualifier(string name, string[] value_Renamed) { }
- public virtual string Name { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- }
- public partial class Base64
- {
- internal Base64() { }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(char[] encodedChars) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(string encodedString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(System.Text.StringBuilder encodedSBuf, int start, int end) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string encode(sbyte[] inputBytes) { throw null; }
- public static string encode(string inputString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isLDIFSafe(sbyte[] bytes) { throw null; }
- public static bool isLDIFSafe(string str) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isValidUTF8(sbyte[] array, bool isUCS2Only) { throw null; }
- }
- public partial class BindProperties
- {
- public BindProperties(int version, string dn, string method, bool anonymous, System.Collections.Hashtable bindProperties, object bindCallbackHandler) { }
- public virtual bool Anonymous { get { throw null; } }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual System.Collections.Hashtable SaslBindProperties { get { throw null; } }
- public virtual object SaslCallbackHandler { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.SerializableAttribute]
- public enum CharacterTypes : sbyte
- {
- ALPHABETIC = (sbyte)4,
- COMMENTCHAR = (sbyte)16,
- NUMERIC = (sbyte)2,
- STRINGQUOTE = (sbyte)8,
- WHITESPACE = (sbyte)1,
- }
- public partial class DN
- {
- public DN() { }
- public DN(string dnString) { }
- public virtual Novell.Directory.Ldap.Utilclass.DN Parent { get { throw null; } }
- public virtual System.Collections.ArrayList RDNs { get { throw null; } }
- public virtual void addRDN(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToBack(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToFront(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual int countRDNs() { throw null; }
- public bool Equals(Novell.Directory.Ldap.Utilclass.DN toDN) { throw null; }
- public override bool Equals(object toDN) { throw null; }
- public virtual string[] explodeDN(bool noTypes) { throw null; }
- public System.Collections.ArrayList getrdnList() { throw null; }
- public virtual bool isDescendantOf(Novell.Directory.Ldap.Utilclass.DN containerDN) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EnumeratedIterator : System.Collections.IEnumerator
- {
- public EnumeratedIterator(System.Collections.IEnumerator iterator) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class ExceptionMessages : System.Resources.ResourceManager
- {
- public const string CANNOT_BIND = "CANNOT_BIND";
- public const string CONNECTION_CLOSED = "CONNECTION_CLOSED";
- public const string CONNECTION_ERROR = "CONNECTION_ERROR";
- public const string CONNECTION_FINALIZED = "CONNECTION_FINALIZED";
- public const string CONNECTION_IMPOSSIBLE = "CONNECTION_IMPOSSIBLE";
- public const string CONNECTION_READER = "CONNECTION_READER";
- public const string CONNECTION_WAIT = "CONNECTION_WAIT";
- public const string DECODING_ERROR = "DECODING_ERROR";
- public const string DN_PARAM_ERROR = "DN_PARAM_ERROR";
- public const string DUP_ERROR = "DUP_ERROR";
- public const string ENCODING_ERROR = "ENCODING_ERROR";
- public const string ENTRY_PARAM_ERROR = "ENTRY_PARAM_ERROR";
- public const string EXPECTING_LEFT_PAREN = "EXPECTING_LEFT_PAREN";
- public const string EXPECTING_RIGHT_PAREN = "EXPECTING_RIGHT_PAREN";
- public const string FAILED_REFERRAL = "FAILED_REFERRAL";
- public const string IMPROPER_REFERRAL = "IMPROPER_REFERRAL";
- public const string INVALID_ADDRESS = "INVALID_ADDRESS";
- public const string INVALID_CHAR_IN_DESCR = "INVALID_CHAR_IN_DESCR";
- public const string INVALID_CHAR_IN_FILTER = "INVALID_CHAR_IN_FILTER";
- public const string INVALID_ESCAPE = "INVALID_ESCAPE";
- public const string INVALID_ESC_IN_DESCR = "INVALID_ESC_IN_DESCR";
- public const string INVALID_FILTER_COMPARISON = "INVALID_FILTER_COMPARISON";
- public const string IO_EXCEPTION = "IO_EXCEPTION";
- public const string MATCHED_DN = "MATCHED_DN";
- public const string MISSING_LEFT_PAREN = "MISSING_LEFT_PAREN";
- public const string MISSING_RIGHT_PAREN = "MISSING_RIGHT_PAREN";
- public const string MULTIPLE_SCHEMA = "MULTIPLE_SCHEMA";
- public const string NOT_AN_ATTRIBUTE = "NOT_AN_ATTRIBUTE";
- public const string NOT_IMPLEMENTED = "NOT_IMPLEMENTED";
- public const string NO_ATTRIBUTE_NAME = "NO_ATTRIBUTE_NAME";
- public const string NO_DN_NOR_MATCHING_RULE = "NO_DN_NOR_MATCHING_RULE";
- public const string NO_DUP_REQUEST = "NO_DUP_REQUEST";
- public const string NO_MATCHING_RULE = "NO_MATCHING_RULE";
- public const string NO_MEMORY = "NO_MEMORY";
- public const string NO_OPTION = "NO_OPTION";
- public const string NO_SCHEMA = "NO_SCHEMA";
- public const string NO_STARTTLS = "NO_STARTTLS";
- public const string NO_SUP_PROPERTY = "NO_SUP_PROPERTY";
- public const string NO_TLS_FACTORY = "NO_TLS_FACTORY";
- public const string OP_PARAM_ERROR = "OP_PARAM_ERROR";
- public const string OUTSTANDING_OPERATIONS = "OUTSTANDING_OPERATIONS";
- public const string PARAM_ERROR = "PARAM_ERROR";
- public const string RDN_PARAM_ERROR = "RDN_PARAM_ERROR";
- public const string READ_MULTIPLE = "READ_MULTIPLE";
- public const string REFERENCE_ERROR = "REFERENCE_ERROR";
- public const string REFERENCE_NOFOLLOW = "REFERENCE_NOFOLLOW";
- public const string REFERRAL_BIND = "REFERRAL_BIND";
- public const string REFERRAL_BIND_MATCH = "REFERRAL_BIND_MATCH";
- public const string REFERRAL_ERROR = "REFERRAL_ERROR";
- public const string REFERRAL_ITEM = "REFERRAL_ITEM";
- public const string REFERRAL_LOCAL = "REFERRAL_LOCAL";
- public const string REFERRAL_SEND = "REFERRAL_SEND";
- public const string SERVER_CONNECT_ERROR = "SERVER_CONNECT_ERROR";
- public const string SERVER_MSG = "SERVER_MSG";
- public const string SERVER_SHUTDOWN_REQ = "SERVER_SHUTDOWN_REQ";
- public const string SHORT_ESCAPE = "SHORT_ESCAPE";
- public const string SSL_PROVIDER_MISSING = "SSL_PROVIDER_MISSING";
- public const string STOPTLS_ERROR = "STOPTLS_ERROR";
- [System.CLSCompliantAttribute(false)]
- public const string TOSTRING = "TOSTRING";
- public const string UNEQUAL_LENGTHS = "UNEQUAL_LENGTHS";
- public const string UNEXPECTED_END = "UNEXPECTED_END";
- public const string UNKNOWN_RESULT = "UNKNOWN_RESULT";
- public const string WRONG_FACTORY = "WRONG_FACTORY";
- public ExceptionMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class ExtResponseFactory
- {
- public ExtResponseFactory() { }
- public static Novell.Directory.Ldap.LdapExtendedResponse convertToExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class IntermediateResponseFactory
- {
- public IntermediateResponseFactory() { }
- public static Novell.Directory.Ldap.LdapIntermediateResponse convertToIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class RDN
- {
- public RDN() { }
- public RDN(string rdn) { }
- public virtual bool Multivalued { get { throw null; } }
- protected internal virtual string RawValue { get { throw null; } }
- public virtual string Type { get { throw null; } }
- public virtual string[] Types { get { throw null; } }
- public virtual string Value { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- public virtual void add(string attrType, string attrValue, string rawValue) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool equals(Novell.Directory.Ldap.Utilclass.RDN rdn) { throw null; }
- public virtual string[] explodeRDN(bool noTypes) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(bool noTypes) { throw null; }
- }
- public partial class ReferralInfo
- {
- public ReferralInfo(Novell.Directory.Ldap.LdapConnection lc, string[] refList, Novell.Directory.Ldap.LdapUrl refUrl) { }
- public virtual Novell.Directory.Ldap.LdapConnection ReferralConnection { get { throw null; } }
- public virtual string[] ReferralList { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapUrl ReferralUrl { get { throw null; } }
- }
- public partial class ResourcesHandler
- {
- internal ResourcesHandler() { }
- public static string getMessage(string messageOrKey, object[] arguments) { throw null; }
- public static string getMessage(string messageOrKey, object[] arguments, System.Globalization.CultureInfo locale) { throw null; }
- public static string getResultString(int code) { throw null; }
- public static string getResultString(int code, System.Globalization.CultureInfo locale) { throw null; }
- }
- public partial class RespControlVector : System.Collections.ArrayList
- {
- public RespControlVector(int cap, int incr) { }
- public System.Type findResponseControl(string searchOID) { throw null; }
- public void registerResponseControl(string oid, System.Type controlClass) { }
- }
- public partial class RespExtensionSet : SupportClass.AbstractSetSupport
- {
- public RespExtensionSet() { }
- public override int Count { get { throw null; } }
- public System.Type findResponseExtension(string searchOID) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public void registerResponseExtension(string oid, System.Type extClass) { }
- }
- public partial class ResultCodeMessages : System.Resources.ResourceManager
- {
- public ResultCodeMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class SchemaParser
- {
- public SchemaParser(string aString) { }
- public virtual string[] Applies { get { throw null; } }
- public virtual string[] Auxiliary { get { throw null; } }
- public virtual bool Collective { get { throw null; } }
- public virtual string Description { get { throw null; } }
- public virtual string Equality { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string NameForm { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual string ObjectClass { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual string[] Optional { get { throw null; } }
- public virtual string Ordering { get { throw null; } }
- public virtual string[] Precluded { get { throw null; } }
- public virtual System.Collections.IEnumerator Qualifiers { get { throw null; } }
- public virtual string RawString { get { throw null; } set { } }
- public virtual string[] Required { get { throw null; } }
- public virtual bool Single { get { throw null; } }
- public virtual string Substring { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual string Syntax { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserMod { get { throw null; } }
- }
- public partial class SchemaTokenCreator
- {
- public int lastttype;
- public double NumberValue;
- public string StringValue;
- public SchemaTokenCreator(System.IO.Stream instream) { }
- public SchemaTokenCreator(System.IO.StreamReader r) { }
- public SchemaTokenCreator(System.IO.StringReader r) { }
- public int CurrentLine { get { throw null; } }
- public void CommentCharacter(int ch) { }
- public void InitTable() { }
- public int nextToken() { throw null; }
- public void OrdinaryCharacter(int ch) { }
- public void OrdinaryCharacters(int min, int max) { }
- public void parseNumbers() { }
- public void pushBack() { }
- public void QuoteCharacter(int ch) { }
- public string ToStringValue() { throw null; }
- public void WhitespaceCharacters(int min, int max) { }
- public void WordCharacters(int min, int max) { }
- }
- [System.SerializableAttribute]
- public enum TokenTypes
- {
- EOF = -1,
- EOL = 10,
- NUMBER = -2,
- REAL = -4,
- STRING = -5,
- WORD = -3,
- }
-}
diff --git a/src/v2.0/PEAPI.cs b/src/v2.0/PEAPI.cs
deleted file mode 100644
index acf1afb..0000000
--- a/src/v2.0/PEAPI.cs
+++ /dev/null
@@ -1,1208 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace PEAPI
-{
- public partial class AddressConstant : PEAPI.DataConstant
- {
- public AddressConstant(PEAPI.DataConstant dConst) { }
- }
- public abstract partial class Array : PEAPI.Type
- {
- internal Array() { }
- protected string cname;
- protected string cnameSpace;
- protected PEAPI.Type elemType;
- protected PEAPI.MetaData metaData;
- }
- public partial class ArrayConstant : PEAPI.DataConstant
- {
- public ArrayConstant(PEAPI.DataConstant[] dVals) { }
- }
- public enum AssemAttr
- {
- DisableJITCompileOptimizer = 16384,
- EnableJITCompileTracking = 32768,
- Retargetable = 256,
- }
- public partial class Assembly : PEAPI.ResolutionScope
- {
- internal Assembly() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public void AddAssemblyInfo(int majVer, int minVer, int bldNo, int revNo, byte[] key, uint hash, string cult) { }
- }
- public partial class AssemblyRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal AssemblyRef() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public virtual PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public void AddCulture(string cult) { }
- public void AddHash(byte[] hash) { }
- public void AddKey(byte[] key) { }
- public void AddKeyToken(byte[] key) { }
- public virtual PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public void AddVersionInfo(int majVer, int minVer, int bldNo, int revNo) { }
- }
- public abstract partial class BaseDeclSecurity : PEAPI.MetaDataElement
- {
- internal BaseDeclSecurity() { }
- }
- public partial class BoolConst : PEAPI.Constant
- {
- public BoolConst(bool val) { }
- }
- public partial class BoundArray : PEAPI.Array
- {
- public BoundArray(PEAPI.Type elementType, uint dimensions) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] size) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] loBounds, int[] sizes) { }
- }
- public enum BranchOp
- {
- beq = 59,
- beq_s = 46,
- bge = 60,
- bge_s = 47,
- bge_un = 65,
- bge_un_s = 52,
- bgt = 61,
- bgt_s = 48,
- bgt_un = 66,
- bgt_un_s = 53,
- ble = 62,
- ble_s = 49,
- ble_un = 67,
- ble_un_s = 54,
- blt = 63,
- blt_s = 50,
- blt_un = 68,
- blt_un_s = 55,
- bne_un = 64,
- bne_un_s = 51,
- br = 56,
- brfalse = 57,
- brfalse_s = 44,
- brtrue = 58,
- brtrue_s = 45,
- br_s = 43,
- leave = 221,
- leave_s = 222,
- }
- public partial class ByteArrConst : PEAPI.DataConstant
- {
- public ByteArrConst(byte[] val) { }
- public PEAPI.Type Type { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum CallConv
- {
- Cdecl = 1,
- Default = 0,
- Fastcall = 4,
- Generic = 16,
- Instance = 32,
- InstanceExplicit = 96,
- Stdcall = 2,
- Thiscall = 3,
- Vararg = 5,
- }
- public partial class CalliSig : PEAPI.Signature
- {
- public CalliSig(PEAPI.CallConv cconv, PEAPI.Type retType, PEAPI.Type[] pars) { }
- public void AddCallingConv(PEAPI.CallConv cconv) { }
- public void AddVarArgs(PEAPI.Type[] optPars) { }
- }
- public partial class Catch : PEAPI.HandlerBlock
- {
- public Catch(PEAPI.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public Catch(PEAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class CharConst : PEAPI.Constant
- {
- public CharConst(char val) { }
- }
- public partial class CILInstructions
- {
- internal CILInstructions() { }
- public uint Offset { get { throw null; } }
- public void AddTryBlock(PEAPI.TryBlock tryBlock) { }
- public void Branch(PEAPI.BranchOp inst, PEAPI.CILLabel lab) { }
- public void calli(PEAPI.CalliSig sig) { }
- public void CodeLabel(PEAPI.CILLabel lab) { }
- public void emitbyte(byte bVal) { }
- public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { }
- public void EndFaultBlock(PEAPI.TryBlock tryBlock) { }
- public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { }
- public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { }
- public PEAPI.TryBlock EndTryBlock() { throw null; }
- public void FieldInst(PEAPI.FieldOp inst, PEAPI.Field f) { }
- public void Inst(PEAPI.Op inst) { }
- public void IntInst(PEAPI.IntOp inst, int val) { }
- public void ldc_i8(long cVal) { }
- public void ldc_r4(float cVal) { }
- public void ldc_r8(double cVal) { }
- public void ldstr(byte[] str) { }
- public void ldstr(string str) { }
- public void LoadArg(int argNo) { }
- public void LoadArgAdr(int argNo) { }
- public void LoadLocal(int locNo) { }
- public void LoadLocalAdr(int locNo) { }
- public void MethInst(PEAPI.MethodOp inst, PEAPI.Method m) { }
- public PEAPI.CILLabel NewCodedLabel() { throw null; }
- public PEAPI.CILLabel NewLabel() { throw null; }
- public void PushFalse() { }
- public void PushInt(int i) { }
- public void PushLong(long l) { }
- public void PushTrue() { }
- public void StartBlock() { }
- public void StoreArg(int argNo) { }
- public void StoreLocal(int locNo) { }
- public void Switch(PEAPI.CILLabel[] labs) { }
- public void TypeInst(PEAPI.TypeOp inst, PEAPI.Type aType) { }
- }
- public partial class CILLabel
- {
- public CILLabel(uint offset) { }
- public CILLabel(uint offset, bool absolute) { }
- }
- public abstract partial class Class : PEAPI.Type
- {
- internal Class() { }
- public string name;
- protected uint nameIx;
- public string nameSpace;
- protected uint nameSpaceIx;
- protected int row;
- protected PEAPI.MetaData _metaData;
- }
- public partial class ClassDef : PEAPI.Class
- {
- internal ClassDef() { }
- public void AddAttribute(PEAPI.TypeAttr ta) { }
- public PEAPI.Event AddEvent(string name, PEAPI.Type eType) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr fAtts, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplementedInterface(PEAPI.Class iFace) { }
- public void AddLayoutInfo(int packSize, int classSize) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public void AddMethodOverride(PEAPI.Method decl, PEAPI.Method body) { }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class sType) { throw null; }
- public PEAPI.Property AddProperty(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public void AddSecurity(byte[] permissionSet) { }
- public static bool IsEnum(PEAPI.Class type) { throw null; }
- public static bool IsEnum(string nsName, string name) { throw null; }
- public static bool IsValueType(PEAPI.Class type) { throw null; }
- public static bool IsValueType(string nsName, string name) { throw null; }
- public void SetFieldOrder(System.Collections.ArrayList fields) { }
- public void SpecialNoSuper() { }
- }
- public partial class ClassRef : PEAPI.Class, PEAPI.IExternRef, PEAPI.IResolutionScope
- {
- internal ClassRef() { }
- protected PEAPI.MetaData metaData;
- protected PEAPI.IResolutionScope parent;
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- }
- public partial class ClassRefInst : PEAPI.Type
- {
- public ClassRefInst(PEAPI.Type type, bool is_value) { }
- }
- public partial class ClassType : PEAPI.Constant
- {
- public ClassType(PEAPI.Class classDesc) { }
- public ClassType(string className) { }
- }
- public abstract partial class CodeBlock
- {
- protected PEAPI.CILLabel end;
- protected bool small;
- protected PEAPI.CILLabel start;
- public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { }
- }
- public abstract partial class Constant
- {
- internal Constant() { }
- protected bool addedToBlobHeap;
- protected uint blobIndex;
- protected uint size;
- protected PEAPI.Type type;
- }
- public enum CorFlags
- {
- CF_32_BITREQUIRED = 2,
- CF_IL_ONLY = 1,
- CF_STRONGNAMESIGNED = 8,
- CF_TRACKDEBUGDATA = 65536,
- }
- public partial class CustomAttribute : PEAPI.MetaDataElement
- {
- internal CustomAttribute() { }
- public void AddFieldOrProp(string name, PEAPI.Constant val) { }
- }
- public partial class CustomMarshaller : PEAPI.NativeType
- {
- public CustomMarshaller(string marshallerName, string optCookie) { }
- public CustomMarshaller(string typeNameOrGUID, string marshallerName, string optCookie) { }
- }
- public partial class CustomModifiedType : PEAPI.Type
- {
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.Class cmodType) { }
- }
- public enum CustomModifier
- {
- modopt = 32,
- modreq = 31,
- }
- public abstract partial class DataConstant : PEAPI.Constant
- {
- internal DataConstant() { }
- public uint DataOffset { get { throw null; } set { } }
- }
- public partial class DeclSecurity : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity() { }
- }
- public partial class DeclSecurity_20 : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity_20() { }
- }
- public partial class DoubleConst : PEAPI.DataConstant
- {
- public DoubleConst(double val) { }
- }
- public partial class Event : PEAPI.Feature
- {
- internal Event() { }
- public void AddAddon(PEAPI.MethodDef addon) { }
- public void AddFire(PEAPI.MethodDef fire) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddRemoveOn(PEAPI.MethodDef removeOn) { }
- }
- public partial class ExternClassRef : PEAPI.ClassRef
- {
- internal ExternClassRef() { }
- public PEAPI.ClassRef AddNestedClass(PEAPI.TypeAttr attrs, string name) { throw null; }
- }
- public partial class Fault : PEAPI.HandlerBlock
- {
- public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Feature : PEAPI.MetaDataElement
- {
- internal Feature() { }
- protected ushort flags;
- protected PEAPI.MethodSemantics[] methods;
- protected string name;
- protected uint nameIx;
- protected PEAPI.ClassDef parent;
- protected int tide;
- public void SetRTSpecialName() { }
- public void SetSpecialName() { }
- }
- public abstract partial class Field : PEAPI.Member
- {
- internal Field() { }
- protected static readonly byte FieldSig;
- protected PEAPI.Type type;
- }
- public enum FieldAttr
- {
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- HasFieldMarshal = 4096,
- Initonly = 32,
- Literal = 64,
- Notserialized = 128,
- Private = 1,
- Public = 6,
- PublicStatic = 22,
- RTSpecialName = 1024,
- SpecialName = 512,
- Static = 16,
- }
- public partial class FieldDef : PEAPI.Field
- {
- internal FieldDef() { }
- public void AddDataValue(PEAPI.DataConstant val) { }
- public void AddFieldAttr(PEAPI.FieldAttr fa) { }
- public void AddValue(PEAPI.Constant val) { }
- public void SetMarshalInfo(PEAPI.NativeType marshallType) { }
- public void SetOffset(uint offs) { }
- }
- public partial class FieldLayout : PEAPI.MetaDataElement
- {
- internal FieldLayout() { }
- }
- public partial class FieldMarshal : PEAPI.MetaDataElement
- {
- internal FieldMarshal() { }
- }
- public enum FieldOp
- {
- ldfld = 123,
- ldflda = 124,
- ldsfld = 126,
- ldsflda = 127,
- ldtoken = 208,
- stfld = 125,
- stsfld = 128,
- }
- public partial class FieldRef : PEAPI.Field
- {
- internal FieldRef() { }
- }
- public partial class FieldRVA : PEAPI.MetaDataElement
- {
- internal FieldRVA() { }
- }
- public partial class FileRef : PEAPI.MetaDataElement
- {
- internal FileRef() { }
- protected string name;
- }
- public partial class Filter : PEAPI.HandlerBlock
- {
- public Filter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Finally : PEAPI.HandlerBlock
- {
- public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class FixedArray : PEAPI.NativeType
- {
- public FixedArray(int numElems) { }
- }
- public partial class FixedSysString : PEAPI.NativeType
- {
- public FixedSysString(uint size) { }
- }
- public partial class FloatConst : PEAPI.DataConstant
- {
- public FloatConst(float val) { }
- }
- public partial class GenericMethodSig
- {
- public GenericMethodSig(PEAPI.Type[] gen_param) { }
- }
- [System.FlagsAttribute]
- public enum GenericParamAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstrait = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public partial class GenericParameter : PEAPI.MetaDataElement
- {
- internal GenericParameter() { }
- public string name;
- public void AddConstraint(PEAPI.Type constraint) { }
- }
- public partial class GenericTypeInst : PEAPI.Class
- {
- public GenericTypeInst(PEAPI.Type gen_type, PEAPI.Type[] gen_param) { }
- }
- public partial class GenParam : PEAPI.Class
- {
- public GenParam(int index, string name, PEAPI.GenParamType ptype) { }
- public int Index { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public PEAPI.GenParamType Type { get { throw null; } }
- }
- public enum GenParamType : byte
- {
- MVar = (byte)30,
- Var = (byte)19,
- }
- public abstract partial class HandlerBlock : PEAPI.CodeBlock
- {
- protected static readonly short ExceptionFlag;
- protected static readonly short FaultFlag;
- protected static readonly short FilterFlag;
- protected static readonly short FinallyFlag;
- public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public enum HashAlgorithm
- {
- None = 0,
- SHA1 = 1,
- }
- public partial class Hex
- {
- public Hex() { }
- public static string Byte(int b) { throw null; }
- public static string Int(int val) { throw null; }
- public static string Int(uint num) { throw null; }
- public static string Long(long lnum) { throw null; }
- public static string Short(int b) { throw null; }
- }
- public partial interface IExternRef
- {
- PEAPI.ClassRef AddClass(string nsName, string name);
- PEAPI.ClassRef AddValueClass(string nsName, string name);
- }
- public enum ImplAttr
- {
- ForwardRef = 16,
- IL = 0,
- InternalCall = 4096,
- Native = 1,
- NoInLining = 8,
- Optil = 2,
- PreserveSig = 128,
- Runtime = 3,
- Synchronised = 32,
- Synchronized = 32,
- Unmanaged = 4,
- }
- public partial class ImplMap : PEAPI.MetaDataElement
- {
- internal ImplMap() { }
- }
- public partial class IntConst : PEAPI.DataConstant
- {
- public IntConst(short val) { }
- public IntConst(int val) { }
- public IntConst(long val) { }
- public IntConst(sbyte val) { }
- }
- public partial class InterfaceImpl : PEAPI.MetaDataElement
- {
- internal InterfaceImpl() { }
- }
- public enum IntOp
- {
- ldarg = 65033,
- ldarga = 65034,
- ldarga_s = 15,
- ldarg_s = 14,
- ldc_i4 = 32,
- ldc_i4_s = 31,
- ldloc = 65036,
- ldloca = 65037,
- ldloca_s = 18,
- ldloc_s = 17,
- starg = 65035,
- starg_s = 16,
- stloc = 65038,
- stloc_s = 19,
- unaligned = 65042,
- }
- public partial interface IResolutionScope
- {
- }
- public partial class Local
- {
- public Local(string lName, PEAPI.Type lType) { }
- public Local(string lName, PEAPI.Type lType, bool byRef, bool isPinned) { }
- }
- public partial class LocalSig : PEAPI.Signature
- {
- public LocalSig(PEAPI.Local[] locals) { }
- }
- public partial class ManagedPointer : PEAPI.PtrType
- {
- public ManagedPointer(PEAPI.Type baseType) { }
- }
- public partial class ManifestResource : PEAPI.MetaDataElement
- {
- public static readonly uint PrivateResource;
- public static readonly uint PublicResource;
- public ManifestResource(string name, byte[] resBytes, uint flags) { }
- public ManifestResource(string name, uint flags, PEAPI.AssemblyRef assemRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef, uint fileIx) { }
- public string Name { get { throw null; } set { } }
- }
- public partial class MapElem : PEAPI.MetaDataElement
- {
- internal MapElem() { }
- }
- public enum MDTable
- {
- Assembly = 32,
- AssemblyOS = 34,
- AssemblyProcessor = 33,
- AssemblyRef = 35,
- AssemblyRefOS = 37,
- AssemblyRefProcessor = 36,
- ClassLayout = 15,
- Constant = 11,
- CustomAttribute = 12,
- DeclSecurity = 14,
- Event = 20,
- EventMap = 18,
- ExportedType = 39,
- Field = 4,
- FieldLayout = 16,
- FieldMarshal = 13,
- FieldRVA = 29,
- File = 38,
- GenericParam = 42,
- GenericParamConstraint = 44,
- ImplMap = 28,
- InterfaceImpl = 9,
- ManifestResource = 40,
- MemberRef = 10,
- Method = 6,
- MethodImpl = 25,
- MethodSemantics = 24,
- MethodSpec = 43,
- Module = 0,
- ModuleRef = 26,
- NestedClass = 41,
- Param = 8,
- Property = 23,
- PropertyMap = 21,
- StandAloneSig = 17,
- TypeDef = 2,
- TypeRef = 1,
- TypeSpec = 27,
- }
- public abstract partial class Member : PEAPI.MetaDataElement
- {
- internal Member() { }
- protected string name;
- protected uint nameIx;
- protected uint sigIx;
- }
- public partial class MetaData
- {
- internal MetaData() { }
- public PEAPI.MSCorLib mscorlib;
- }
- public abstract partial class MetaDataElement : System.IComparable
- {
- internal MetaDataElement() { }
- protected System.Collections.ArrayList customAttributes;
- protected bool done;
- protected bool sortTable;
- protected PEAPI.MDTable tabIx;
- public bool HasCustomAttr { get { throw null; } set { } }
- public uint Row { get { throw null; } set { } }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, PEAPI.Constant[] cVals) { }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, byte[] val) { }
- public int CompareTo(object obj) { throw null; }
- }
- public enum MethAttr
- {
- Abstract = 1024,
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- Final = 32,
- HasSecurity = 16384,
- HideBySig = 128,
- NewSlot = 256,
- Private = 1,
- PrivateVirtual = 65,
- Public = 6,
- PublicStatic = 22,
- PublicStaticFinal = 54,
- PublicVirtual = 70,
- RequireSecObject = 32768,
- RTSpecialName = 4096,
- SpecialName = 2048,
- SpecialRTSpecialName = 6144,
- Static = 16,
- Strict = 512,
- Virtual = 64,
- }
- public abstract partial class Method : PEAPI.Member
- {
- internal Method() { }
- public abstract void AddCallConv(PEAPI.CallConv cconv);
- }
- public partial class MethodDef : PEAPI.Method
- {
- internal MethodDef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplAttribute(PEAPI.ImplAttr ia) { }
- public void AddLocals(PEAPI.Local[] locals, bool initLocals) { }
- public void AddMethAttribute(PEAPI.MethAttr ma) { }
- public void AddPInvokeInfo(PEAPI.ModuleRef scope, string methName, PEAPI.PInvokeAttr callAttr) { }
- public void AddRetTypeMarshallInfo(PEAPI.NativeType marshallType) { }
- public PEAPI.CILInstructions CreateCodeBuffer() { throw null; }
- public void DeclareEntryPoint() { }
- public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; }
- public void SetMaxStack(int maxStack) { }
- }
- public partial class MethodImpl : PEAPI.MetaDataElement
- {
- internal MethodImpl() { }
- }
- public enum MethodOp
- {
- call = 40,
- callvirt = 111,
- jmp = 39,
- ldftn = 65030,
- ldtoken = 208,
- ldvirtfn = 65031,
- newobj = 115,
- }
- public partial class MethodRef : PEAPI.Method
- {
- internal MethodRef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- }
- public partial class MethodSemantics : PEAPI.MetaDataElement
- {
- internal MethodSemantics() { }
- }
- public partial class MethPtrType : PEAPI.Type
- {
- public MethPtrType(PEAPI.CallConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { }
- }
- public partial class Module : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal Module() { }
- public System.Guid Guid { get { throw null; } }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class ModuleRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal ModuleRef() { }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ExternClassRef AddExternClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.FileRef declFile, bool isValueClass) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.FileRef MakeFile(byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- }
- public sealed partial class MSCorLib : PEAPI.AssemblyRef
- {
- internal MSCorLib() { }
- public override PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public override PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class NativeArray : PEAPI.NativeType
- {
- public NativeArray(PEAPI.NativeType elemType) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen, int elemMult) { }
- }
- public partial class NativeType
- {
- internal NativeType() { }
- public static readonly PEAPI.NativeType AnsiBStr;
- public static readonly PEAPI.NativeType AsAny;
- public static readonly PEAPI.NativeType Boolean;
- public static readonly PEAPI.NativeType BStr;
- public static readonly PEAPI.NativeType ByValStr;
- public static readonly PEAPI.NativeType Currency;
- public static readonly PEAPI.NativeType Error;
- public static readonly PEAPI.NativeType FixedSysString;
- public static readonly PEAPI.NativeType Float32;
- public static readonly PEAPI.NativeType Float64;
- public static readonly PEAPI.NativeType FuncPtr;
- public static readonly PEAPI.NativeType IDispatch;
- public static readonly PEAPI.NativeType Int;
- public static readonly PEAPI.NativeType Int16;
- public static readonly PEAPI.NativeType Int32;
- public static readonly PEAPI.NativeType Int64;
- public static readonly PEAPI.NativeType Int8;
- public static readonly PEAPI.NativeType Interface;
- public static readonly PEAPI.NativeType IUnknown;
- public static readonly PEAPI.NativeType LPStr;
- public static readonly PEAPI.NativeType LPStruct;
- public static readonly PEAPI.NativeType LPTStr;
- public static readonly PEAPI.NativeType LPWStr;
- public static readonly PEAPI.NativeType Struct;
- public static readonly PEAPI.NativeType TBstr;
- protected byte typeIndex;
- public static readonly PEAPI.NativeType UInt;
- public static readonly PEAPI.NativeType UInt16;
- public static readonly PEAPI.NativeType UInt32;
- public static readonly PEAPI.NativeType UInt64;
- public static readonly PEAPI.NativeType UInt8;
- public static readonly PEAPI.NativeType VariantBool;
- public static readonly PEAPI.NativeType Void;
- }
- public partial class NotYetImplementedException : System.Exception
- {
- public NotYetImplementedException(string msg) { }
- }
- public partial class NullConst : PEAPI.Constant
- {
- public NullConst() { }
- }
- public enum Op
- {
- add = 88,
- add_ovf = 214,
- add_ovf_un = 215,
- and = 95,
- arglist = 65024,
- breakOp = 1,
- ceq = 65025,
- cgt = 65026,
- cgt_un = 65027,
- ckfinite = 195,
- clt = 65028,
- clt_un = 65029,
- conf_ovf_u1_un = 134,
- conv_i = 211,
- conv_i1 = 103,
- conv_i2 = 104,
- conv_i4 = 105,
- conv_i8 = 106,
- conv_ovf_i = 212,
- conv_ovf_i1 = 179,
- conv_ovf_i1_un = 130,
- conv_ovf_i2 = 181,
- conv_ovf_i2_un = 131,
- conv_ovf_i4 = 183,
- conv_ovf_i4_un = 132,
- conv_ovf_i8 = 185,
- conv_ovf_i8_un = 133,
- conv_ovf_i_un = 138,
- conv_ovf_u = 213,
- conv_ovf_u1 = 180,
- conv_ovf_u2 = 182,
- conv_ovf_u2_un = 135,
- conv_ovf_u4 = 184,
- conv_ovf_u4_un = 136,
- conv_ovf_u8 = 186,
- conv_ovf_u8_un = 137,
- conv_ovf_u_un = 139,
- conv_r4 = 107,
- conv_r8 = 108,
- conv_r_un = 118,
- conv_u = 224,
- conv_u1 = 210,
- conv_u2 = 209,
- conv_u4 = 109,
- conv_u8 = 110,
- cpblk = 65047,
- div = 91,
- div_un = 92,
- dup = 37,
- endfilter = 65041,
- endfinally = 220,
- initblk = 65048,
- ldarg_0 = 2,
- ldarg_1 = 3,
- ldarg_2 = 4,
- ldarg_3 = 5,
- ldc_i4_0 = 22,
- ldc_i4_1 = 23,
- ldc_i4_2 = 24,
- ldc_i4_3 = 25,
- ldc_i4_4 = 26,
- ldc_i4_5 = 27,
- ldc_i4_6 = 28,
- ldc_i4_7 = 29,
- ldc_i4_8 = 30,
- ldc_i4_m1 = 21,
- ldelem_i = 151,
- ldelem_i1 = 144,
- ldelem_i2 = 146,
- ldelem_i4 = 148,
- ldelem_i8 = 150,
- ldelem_r4 = 152,
- ldelem_r8 = 153,
- ldelem_ref = 154,
- ldelem_u1 = 145,
- ldelem_u2 = 147,
- ldelem_u4 = 149,
- ldind_i = 77,
- ldind_i1 = 70,
- ldind_i2 = 72,
- ldind_i4 = 74,
- ldind_i8 = 76,
- ldind_r4 = 78,
- ldind_r8 = 79,
- ldind_ref = 80,
- ldind_u1 = 71,
- ldind_u2 = 73,
- ldind_u4 = 75,
- ldlen = 142,
- ldloc_0 = 6,
- ldloc_1 = 7,
- ldloc_2 = 8,
- ldloc_3 = 9,
- ldnull = 20,
- localloc = 65039,
- mul = 90,
- mul_ovf = 216,
- mul_ovf_un = 217,
- neg = 101,
- nop = 0,
- not = 102,
- or = 96,
- pop = 38,
- readonly_ = 65054,
- refanytype = 65053,
- rem = 93,
- rem_un = 94,
- ret = 42,
- rethrow = 65050,
- shl = 98,
- shr = 99,
- shr_un = 100,
- stelem_i = 155,
- stelem_i1 = 156,
- stelem_i2 = 157,
- stelem_i4 = 158,
- stelem_i8 = 159,
- stelem_r4 = 160,
- stelem_r8 = 161,
- stelem_ref = 162,
- stind_i = 223,
- stind_i1 = 82,
- stind_i2 = 83,
- stind_i4 = 84,
- stind_i8 = 85,
- stind_r4 = 86,
- stind_r8 = 87,
- stind_ref = 81,
- stloc_0 = 10,
- stloc_1 = 11,
- stloc_2 = 12,
- stloc_3 = 13,
- sub = 89,
- sub_ovf = 218,
- sub_ovf_un = 219,
- tail_ = 65044,
- throwOp = 122,
- volatile_ = 65043,
- xor = 97,
- }
- public partial class Param : PEAPI.MetaDataElement
- {
- public Param(PEAPI.ParamAttr mode, string parName, PEAPI.Type parType) { }
- public bool HasMarshalInfo { get { throw null; } }
- public void AddDefaultValue(PEAPI.Constant cVal) { }
- public void AddMarshallInfo(PEAPI.NativeType marshallType) { }
- }
- public enum ParamAttr
- {
- Default = 0,
- HasDefault = 4096,
- HasFieldMarshal = 8192,
- In = 1,
- Opt = 16,
- Out = 2,
- }
- public partial class PEFile
- {
- public PEFile(string name, bool isDLL, bool hasAssembly) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, System.IO.Stream outStream) { }
- public PEAPI.ClassDef ModuleClass { get { throw null; } }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class superType) { throw null; }
- public void AddCustomAttribute(PEAPI.Method meth, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, PEAPI.PermissionSet ps, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddExternalManagedResource(PEAPI.ManifestResource mr) { }
- public void AddExternalManagedResource(string resName, PEAPI.AssemblyRef assem, uint flags) { }
- public PEAPI.AssemblyRef AddExternAssembly(string assemName) { throw null; }
- public PEAPI.ClassRef AddExternClass(string ns, string name, PEAPI.TypeAttr attrs, PEAPI.MetaDataElement declRef) { throw null; }
- public PEAPI.ModuleRef AddExternModule(string name) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr attrSet, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldRef AddFieldToTypeSpec(PEAPI.Type item, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FileRef AddFile(string fName, byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- public void AddGenericClass(PEAPI.GenericTypeInst gti) { }
- public void AddGenericParam(PEAPI.GenParam param) { }
- public void AddManifestResource(PEAPI.ManifestResource mr) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.Method AddMethodSpec(PEAPI.Method m, PEAPI.GenericMethodSig g_sig) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassDef AddValueClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.ValueClass vClass) { throw null; }
- public PEAPI.MethodRef AddVarArgMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.ManifestResource GetResource(string name) { throw null; }
- public PEAPI.ManifestResource[] GetResources() { throw null; }
- public PEAPI.Assembly GetThisAssembly() { throw null; }
- public PEAPI.Module GetThisModule() { throw null; }
- public void SetCorFlags(int flags) { }
- public void SetStackReserve(long stackReserve) { }
- public void SetSubSystem(PEAPI.SubSystem subS) { }
- public void WritePEFile() { }
- }
- public partial class PEFileException : System.Exception
- {
- public PEFileException(string msg) { }
- }
- public partial class Permission
- {
- public Permission(PEAPI.Type type, string name) { }
- public void AddMember(PEAPI.PermissionMember member) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionMember
- {
- public PermissionMember(System.Reflection.MemberTypes member_type, PEAPI.Type type, string name, object value) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionSet
- {
- public PermissionSet(PEAPI.SecurityAction sec_action) { }
- public void AddPermission(PEAPI.Permission perm) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public enum PInvokeAttr
- {
- ansi = 2,
- autochar = 6,
- bestfit_mask = 48,
- bestfit_off = 32,
- bestfit_on = 16,
- cdecl = 512,
- charmaperror_off = 8192,
- charmaperror_on = 4096,
- fastcall = 1280,
- lasterr = 64,
- nomangle = 1,
- stdcall = 768,
- thiscall = 1024,
- unicode = 4,
- winapi = 256,
- }
- public partial class PrimitiveType : PEAPI.Type
- {
- internal PrimitiveType() { }
- public static readonly PEAPI.PrimitiveType Boolean;
- public static readonly PEAPI.PrimitiveType Char;
- public static readonly PEAPI.PrimitiveType Float32;
- public static readonly PEAPI.PrimitiveType Float64;
- public static readonly PEAPI.PrimitiveType Int16;
- public static readonly PEAPI.PrimitiveType Int32;
- public static readonly PEAPI.PrimitiveType Int64;
- public static readonly PEAPI.PrimitiveType Int8;
- public static readonly PEAPI.PrimitiveType IntPtr;
- public static readonly PEAPI.PrimitiveType NativeInt;
- public static readonly PEAPI.PrimitiveType NativeUInt;
- public static int NumSystemTypes;
- public static readonly PEAPI.PrimitiveType Object;
- public static readonly PEAPI.PrimitiveType String;
- public static readonly PEAPI.PrimitiveType TypedRef;
- public static readonly PEAPI.PrimitiveType UInt16;
- public static readonly PEAPI.PrimitiveType UInt32;
- public static readonly PEAPI.PrimitiveType UInt64;
- public static readonly PEAPI.PrimitiveType UInt8;
- public static readonly PEAPI.PrimitiveType UIntPtr;
- public static readonly PEAPI.PrimitiveType Void;
- }
- public partial class Property : PEAPI.Feature
- {
- internal Property() { }
- public void AddGetter(PEAPI.MethodDef getter) { }
- public void AddInitValue(PEAPI.Constant constVal) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddSetter(PEAPI.MethodDef setter) { }
- public void SetInstance(bool isInstance) { }
- }
- public abstract partial class PtrType : PEAPI.Type
- {
- internal PtrType() { }
- }
- public partial class RepeatedConstant : PEAPI.DataConstant
- {
- public RepeatedConstant(PEAPI.DataConstant dConst, int repeatCount) { }
- }
- public abstract partial class ResolutionScope : PEAPI.MetaDataElement, PEAPI.IResolutionScope
- {
- internal ResolutionScope() { }
- protected PEAPI.MetaData metaData;
- protected string name;
- protected uint nameIx;
- }
- public partial class SafeArray : PEAPI.NativeType
- {
- public SafeArray() { }
- public SafeArray(PEAPI.SafeArrayType elemType) { }
- }
- public enum SafeArrayType
- {
- boolean = 11,
- bstr = 8,
- currency = 6,
- date = 7,
- Decimal = 14,
- dispatch = 9,
- error = 10,
- float32 = 4,
- float64 = 5,
- Int = 22,
- int16 = 2,
- int32 = 3,
- int8 = 16,
- UInt = 23,
- uint16 = 18,
- uint32 = 19,
- uint8 = 17,
- unknown = 13,
- variant = 12,
- }
- public enum SecurityAction : short
- {
- Assert = (short)3,
- Demand = (short)2,
- DemandChoice = (short)18,
- Deny = (short)4,
- InheritDemand = (short)7,
- InheritDemandChoice = (short)17,
- LinkDemand = (short)6,
- LinkDemandChoice = (short)16,
- NonCasDemand = (short)13,
- NonCasInheritance = (short)15,
- NonCasLinkDemand = (short)14,
- PermitOnly = (short)5,
- PreJitDeny = (short)12,
- PreJitGrant = (short)11,
- Request = (short)1,
- RequestMinimum = (short)8,
- RequestOptional = (short)9,
- RequestRefuse = (short)10,
- }
- public partial class Sentinel : PEAPI.Type
- {
- public Sentinel() { }
- }
- public abstract partial class Signature : PEAPI.MetaDataElement
- {
- internal Signature() { }
- protected uint sigIx;
- }
- public partial class StringConst : PEAPI.DataConstant
- {
- public StringConst(string val) { }
- }
- public enum SubSystem
- {
- Native = 1,
- Native_Windows = 8,
- OS2_CUI = 5,
- POSIX_CUI = 7,
- Windows_CE_GUI = 9,
- Windows_CUI = 3,
- Windows_GUI = 2,
- }
- public partial class TryBlock : PEAPI.CodeBlock
- {
- protected bool fatFormat;
- protected int flags;
- public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public void AddHandler(PEAPI.HandlerBlock handler) { }
- }
- public abstract partial class Type : PEAPI.MetaDataElement
- {
- internal Type() { }
- protected byte typeIndex;
- protected PEAPI.TypeSpec typeSpec;
- }
- [System.FlagsAttribute]
- public enum TypeAttr
- {
- Abstract = 128,
- AutoClass = 131072,
- BeforeFieldInit = 1048576,
- ExplicitLayout = 16,
- Forwarder = 2097152,
- HasSecurity = 262144,
- Import = 4096,
- Interface = 32,
- NestedAssembly = 5,
- NestedFamAndAssem = 6,
- NestedFamily = 4,
- NestedFamOrAssem = 7,
- NestedPrivate = 3,
- NestedPublic = 2,
- Private = 0,
- Public = 1,
- PublicAbstract = 129,
- PublicSealed = 257,
- RTSpecialName = 2048,
- Sealed = 256,
- SequentialLayout = 8,
- Serializable = 8192,
- SpecialName = 1024,
- UnicodeClass = 65536,
- VisibilityMask = 7,
- }
- public enum TypeOp
- {
- box = 140,
- castclass = 116,
- constrained = 65046,
- cpobj = 112,
- initobj = 65045,
- isinst = 117,
- ldelem = 163,
- ldelema = 143,
- ldobj = 113,
- ldtoken = 208,
- mkrefany = 198,
- newarr = 141,
- refanyval = 194,
- sizeOf = 65052,
- stelem = 164,
- stobj = 129,
- unbox = 121,
- unbox_any = 165,
- }
- public partial class TypeSignatureException : System.Exception
- {
- public TypeSignatureException(string msg) { }
- }
- public partial class TypeSpec : PEAPI.MetaDataElement
- {
- internal TypeSpec() { }
- }
- public partial class UIntConst : PEAPI.Constant
- {
- public UIntConst(byte val) { }
- public UIntConst(ushort val) { }
- public UIntConst(uint val) { }
- public UIntConst(ulong val) { }
- }
- public partial class UnmanagedPointer : PEAPI.PtrType
- {
- public UnmanagedPointer(PEAPI.Type baseType) { }
- }
- public enum ValueClass
- {
- Enum = 1,
- ValueType = 0,
- }
- public partial class ZeroBasedArray : PEAPI.Array
- {
- public ZeroBasedArray(PEAPI.Type elementType) { }
- }
-}
diff --git a/src/v2.0/RabbitMQ.Client.cs b/src/v2.0/RabbitMQ.Client.cs
deleted file mode 100644
index e43c1df..0000000
--- a/src/v2.0/RabbitMQ.Client.cs
+++ /dev/null
@@ -1,9411 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace RabbitMQ.Client
-{
- public partial class AmqpTcpEndpoint
- {
- public const int UseDefaultPort = -1;
- public AmqpTcpEndpoint() { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(string hostName) { }
- public AmqpTcpEndpoint(string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(System.Uri uri) { }
- public string HostName { get { throw null; } set { } }
- public int Port { get { throw null; } set { } }
- public RabbitMQ.Client.IProtocol Protocol { get { throw null; } set { } }
- public RabbitMQ.Client.SslOption Ssl { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint Parse(RabbitMQ.Client.IProtocol protocol, string address) { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint[] ParseMultiple(RabbitMQ.Client.IProtocol protocol, string addresses) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AmqpTimestamp
- {
- public AmqpTimestamp(long unixTime) { throw null;}
- public long UnixTime { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class AmqpVersion
- {
- public AmqpVersion(int major, int minor) { }
- public int Major { get { throw null; } }
- public int Minor { get { throw null; } }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class BasicGetResult
- {
- public BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } }
- public byte[] Body { get { throw null; } }
- public ulong DeliveryTag { get { throw null; } }
- public string Exchange { get { throw null; } }
- public uint MessageCount { get { throw null; } }
- public bool Redelivered { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- }
- public partial class BinaryTableValue
- {
- public BinaryTableValue() { }
- public BinaryTableValue(byte[] bytes) { }
- public byte[] Bytes { get { throw null; } set { } }
- }
- public partial class ConnectionFactory
- {
- public System.Collections.IDictionary ClientProperties;
- public const ushort DefaultChannelMax = (ushort)0;
- public const uint DefaultFrameMax = (uint)0;
- public const ushort DefaultHeartbeat = (ushort)0;
- public const string DefaultPass = "guest";
- public const string DefaultUser = "guest";
- public const string DefaultVHost = "/";
- public string HostName;
- public string Password;
- public int Port;
- public RabbitMQ.Client.IProtocol Protocol;
- public ushort RequestedChannelMax;
- public uint RequestedFrameMax;
- public ushort RequestedHeartbeat;
- public RabbitMQ.Client.SslOption Ssl;
- public string UserName;
- public string VirtualHost;
- public ConnectionFactory() { }
- public string Address { get { throw null; } set { } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } set { } }
- public virtual RabbitMQ.Client.IConnection CreateConnection() { throw null; }
- public virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects) { throw null; }
- protected virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, params RabbitMQ.Client.AmqpTcpEndpoint[] endpoints) { throw null; }
- protected virtual RabbitMQ.Client.IConnection FollowRedirectChain(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, ref RabbitMQ.Client.AmqpTcpEndpoint[] mostRecentKnownHosts, RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- }
- public partial class DefaultBasicConsumer : RabbitMQ.Client.IBasicConsumer
- {
- public DefaultBasicConsumer() { }
- public DefaultBasicConsumer(RabbitMQ.Client.IModel model) { }
- public string ConsumerTag { get { throw null; } set { } }
- public bool IsRunning { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- public virtual void HandleBasicCancelOk(string consumerTag) { }
- public virtual void HandleBasicConsumeOk(string consumerTag) { }
- public virtual void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnCancel() { }
- }
- public partial class ExchangeType
- {
- internal ExchangeType() { }
- public const string Direct = "direct";
- public const string Fanout = "fanout";
- public const string Topic = "topic";
- public static System.Collections.ICollection All() { throw null; }
- }
- public partial interface IBasicConsumer
- {
- RabbitMQ.Client.IModel Model { get; }
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body);
- void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface IBasicProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string AppId { get; set; }
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string CorrelationId { get; set; }
- byte DeliveryMode { get; set; }
- string Expiration { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.PublicationAddress ReplyToAddress { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- string Type { get; set; }
- string UserId { get; set; }
- void ClearAppId();
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearCorrelationId();
- void ClearDeliveryMode();
- void ClearExpiration();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- void ClearType();
- void ClearUserId();
- bool IsAppIdPresent();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsCorrelationIdPresent();
- bool IsDeliveryModePresent();
- bool IsExpirationPresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- bool IsTypePresent();
- bool IsUserIdPresent();
- void SetPersistent(bool persistent);
- }
- public partial interface IConnection : System.IDisposable
- {
- bool AutoClose { get; set; }
- ushort ChannelMax { get; }
- System.Collections.IDictionary ClientProperties { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- bool IsOpen { get; }
- RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get; }
- RabbitMQ.Client.IProtocol Protocol { get; }
- System.Collections.IDictionary ServerProperties { get; }
- System.Collections.IList ShutdownReport { get; }
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown;
- void Abort();
- void Abort(int timeout);
- void Abort(ushort reasonCode, string reasonText);
- void Abort(ushort reasonCode, string reasonText, int timeout);
- void Close();
- void Close(int timeout);
- void Close(ushort reasonCode, string reasonText);
- void Close(ushort reasonCode, string reasonText, int timeout);
- RabbitMQ.Client.IModel CreateModel();
- }
- public partial interface IContentHeader : System.ICloneable
- {
- int ProtocolClassId { get; }
- string ProtocolClassName { get; }
- }
- public partial interface IFileProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string Filename { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearFilename();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsFilenamePresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- }
- public partial interface IMethod
- {
- int ProtocolClassId { get; }
- int ProtocolMethodId { get; }
- string ProtocolMethodName { get; }
- }
- public partial interface IModel : System.IDisposable
- {
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn;
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown;
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort(ushort replyCode, string replyText);
- void BasicAck(ulong deliveryTag, bool multiple);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicCancel(string consumerTag);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- void BasicRecover(bool requeue);
- void BasicReject(ulong deliveryTag, bool requeue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "active")]void ChannelFlow(bool active);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close(ushort replyCode, string replyText);
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("basic")]
- RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("file")]
- RabbitMQ.Client.IFileProperties CreateFileProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("stream")]
- RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- void DtxSelect();
- void DtxStart(string dtxIdentifier);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type, bool durable);
- void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- void ExchangeDelete(string exchange, bool ifUnused, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait);
- void QueueBind(string queue, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue, bool durable);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "queue")]string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueuePurge(string queue, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8qpid")]
- void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- void TxCommit();
- void TxRollback();
- void TxSelect();
- }
- public partial interface IProtocol
- {
- string ApiName { get; }
- int DefaultPort { get; }
- int MajorVersion { get; }
- int MinorVersion { get; }
- RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- }
- public partial interface IStreamProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- byte Priority { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearContentEncoding();
- void ClearContentType();
- void ClearHeaders();
- void ClearPriority();
- void ClearTimestamp();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsHeadersPresent();
- bool IsPriorityPresent();
- bool IsTimestampPresent();
- }
- public partial class Protocols
- {
- internal Protocols() { }
- public static readonly string DefaultAppSettingsKey;
- public static readonly string EnvironmentVariable;
- public static RabbitMQ.Client.IProtocol AMQP_0_8 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_8_QPID { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_9 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol DefaultProtocol { get { throw null; } }
- public static RabbitMQ.Client.IProtocol FromConfiguration() { throw null; }
- public static RabbitMQ.Client.IProtocol FromConfiguration(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment() { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironmentVariable() { throw null; }
- public static RabbitMQ.Client.IProtocol Lookup(string name) { throw null; }
- public static RabbitMQ.Client.IProtocol SafeLookup(string name) { throw null; }
- }
- public partial class PublicationAddress
- {
- public static readonly System.Text.RegularExpressions.Regex PSEUDO_URI_PARSER;
- public PublicationAddress(string exchangeType, string exchangeName, string routingKey) { }
- public string ExchangeName { get { throw null; } }
- public string ExchangeType { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- public static RabbitMQ.Client.PublicationAddress Parse(string uriLikeString) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class QueueingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- protected RabbitMQ.Util.SharedQueue m_queue;
- public QueueingBasicConsumer() { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model) { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model, RabbitMQ.Util.SharedQueue queue) { }
- public RabbitMQ.Util.SharedQueue Queue { get { throw null; } }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void OnCancel() { }
- }
- public partial class ShutdownEventArgs : System.EventArgs
- {
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, object cause) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause) { }
- public object Cause { get { throw null; } }
- public ushort ClassId { get { throw null; } }
- public RabbitMQ.Client.ShutdownInitiator Initiator { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public ushort ReplyCode { get { throw null; } }
- public string ReplyText { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public enum ShutdownInitiator
- {
- Application = 0,
- Library = 1,
- Peer = 2,
- }
- public partial class ShutdownReportEntry
- {
- public string m_description;
- public System.Exception m_ex;
- public ShutdownReportEntry(string description, System.Exception ex) { }
- public string Description { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class SslHelper
- {
- internal SslHelper() { }
- public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption sslOption) { throw null; }
- }
- public partial class SslOption
- {
- public SslOption() { }
- public SslOption(string serverName) { }
- public SslOption(string serverName, string certPath, bool enabled) { }
- public System.Net.Security.SslPolicyErrors AcceptablePolicyErrors { get { throw null; } set { } }
- public string CertPassphrase { get { throw null; } set { } }
- public string CertPath { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection Certs { get { throw null; } }
- public bool Enabled { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public System.Security.Authentication.SslProtocols Version { get { throw null; } set { } }
- }
-}
-namespace RabbitMQ.Client.Apigen.Attributes
-{
- public abstract partial class AmqpApigenAttribute : System.Attribute
- {
- public string m_namespaceName;
- public AmqpApigenAttribute(string namespaceName) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpAsynchronousHandlerAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpAsynchronousHandlerAttribute(string namespaceName) : base (default(string)) { }
- }
- public partial class AmqpContentBodyMappingAttribute : System.Attribute
- {
- public AmqpContentBodyMappingAttribute() { }
- }
- public partial class AmqpContentHeaderFactoryAttribute : System.Attribute
- {
- public string m_contentClass;
- public AmqpContentHeaderFactoryAttribute(string contentClass) { }
- }
- public partial class AmqpContentHeaderMappingAttribute : System.Attribute
- {
- public AmqpContentHeaderMappingAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpFieldMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_fieldName;
- public AmqpFieldMappingAttribute(string namespaceName, string fieldName) : base (default(string)) { }
- }
- public partial class AmqpForceOneWayAttribute : System.Attribute
- {
- public AmqpForceOneWayAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodDoNotImplementAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpMethodDoNotImplementAttribute(string namespaceName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_className;
- public string m_methodName;
- public AmqpMethodMappingAttribute(string namespaceName, string className, string methodName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpNowaitArgumentAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_replacementExpression;
- public AmqpNowaitArgumentAttribute(string namespaceName) : base (default(string)) { }
- public AmqpNowaitArgumentAttribute(string namespaceName, string replacementExpression) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpUnsupportedAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpUnsupportedAttribute(string namespaceName) : base (default(string)) { }
- }
-}
-namespace RabbitMQ.Client.Content
-{
- public partial class BasicMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- public const int DefaultAccumulatorSize = 1024;
- protected System.IO.MemoryStream m_accumulator;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public BasicMessageBuilder(RabbitMQ.Client.IModel model) { }
- public BasicMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) { }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryWriter Writer { get { throw null; } }
- public virtual byte[] GetContentBody() { throw null; }
- public virtual RabbitMQ.Client.IContentHeader GetContentHeader() { throw null; }
- public virtual string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length) { throw null; }
- }
- public partial class BasicMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- protected byte[] m_body;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryReader m_reader;
- protected System.IO.MemoryStream m_stream;
- public BasicMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public byte[] BodyBytes { get { throw null; } }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryReader Reader { get { throw null; } }
- public int RawRead() { throw null; }
- public int RawRead(byte[] target, int offset, int length) { throw null; }
- }
- public partial class BytesMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IBytesMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- public BytesMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public BytesMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class BytesMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IBytesMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- public BytesMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public int Read(byte[] target, int offset, int count) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class BytesWireFormatting
- {
- public BytesWireFormatting() { }
- public static int Read(RabbitMQ.Util.NetworkBinaryReader reader, byte[] target, int offset, int count) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader, int count) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void Write(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source, int offset, int count) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public partial interface IBytesMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value);
- }
- public partial interface IBytesMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- int Read(byte[] target, int offset, int count);
- byte ReadByte();
- byte[] ReadBytes(int count);
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- float ReadSingle();
- string ReadString();
- }
- public partial interface IMapMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMapMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMessageBuilder
- {
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- byte[] GetContentBody();
- RabbitMQ.Client.IContentHeader GetContentHeader();
- string GetDefaultContentType();
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length);
- }
- public partial interface IMessageReader
- {
- byte[] BodyBytes { get; }
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- int RawRead();
- int RawRead(byte[] target, int offset, int length);
- }
- public partial interface IStreamMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value);
- }
- public partial interface IStreamMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- bool ReadBool();
- byte ReadByte();
- byte[] ReadBytes();
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- object ReadObject();
- object[] ReadObjects();
- float ReadSingle();
- string ReadString();
- }
- public partial class MapMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMapMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public MapMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- public override byte[] GetContentBody() { throw null; }
- public override string GetDefaultContentType() { throw null; }
- }
- public partial class MapMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMapMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- }
- public partial class MapWireFormatting
- {
- public MapWireFormatting() { }
- public static System.Collections.IDictionary ReadMap(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteMap(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary table) { }
- }
- public partial class PrimitiveParser
- {
- public PrimitiveParser() { }
- public static void InvalidConversion(string target, object source) { }
- public static bool ParseBool(string value) { throw null; }
- public static byte ParseByte(string value) { throw null; }
- public static double ParseDouble(string value) { throw null; }
- public static float ParseFloat(string value) { throw null; }
- public static int ParseInt(string value) { throw null; }
- public static long ParseLong(string value) { throw null; }
- public static short ParseShort(string value) { throw null; }
- }
- public partial class StreamMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder, RabbitMQ.Client.Content.IStreamMessageBuilder
- {
- public static readonly string MimeType;
- public StreamMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public StreamMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class StreamMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMessageReader, RabbitMQ.Client.Content.IStreamMessageReader
- {
- public static readonly string MimeType;
- public StreamMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public bool ReadBool() { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes() { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public object ReadObject() { throw null; }
- public object[] ReadObjects() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class StreamWireFormatting
- {
- public StreamWireFormatting() { }
- public static bool ReadBool(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadNonnullObject(string target, RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadObject(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadUntypedString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteBool(RabbitMQ.Util.NetworkBinaryWriter writer, bool value) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value, int offset, int length) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteObject(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- public static void WriteUntypedString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public enum StreamWireFormattingTag
- {
- Bool = 1,
- Byte = 2,
- Bytes = 3,
- Char = 5,
- Double = 9,
- Int16 = 4,
- Int32 = 6,
- Int64 = 7,
- Null = 11,
- Single = 8,
- String = 10,
- }
-}
-namespace RabbitMQ.Client.Events
-{
- public partial class BasicDeliverEventArgs : System.EventArgs
- {
- public BasicDeliverEventArgs() { }
- public BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string ConsumerTag { get { throw null; } set { } }
- public ulong DeliveryTag { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public bool Redelivered { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicDeliverEventHandler(RabbitMQ.Client.IBasicConsumer sender, RabbitMQ.Client.Events.BasicDeliverEventArgs args);
- public partial class BasicReturnEventArgs : System.EventArgs
- {
- public BasicReturnEventArgs() { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public ushort ReplyCode { get { throw null; } set { } }
- public string ReplyText { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicReturnEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.Events.BasicReturnEventArgs args);
- public partial class CallbackExceptionEventArgs : System.EventArgs
- {
- public CallbackExceptionEventArgs(System.Exception exception) { }
- public System.Collections.IDictionary Detail { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- }
- public delegate void CallbackExceptionEventHandler(object sender, RabbitMQ.Client.Events.CallbackExceptionEventArgs e);
- public delegate void ConnectionShutdownEventHandler(RabbitMQ.Client.IConnection connection, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ConsumerEventArgs : System.EventArgs
- {
- public ConsumerEventArgs(string consumerTag) { }
- public string ConsumerTag { get { throw null; } }
- }
- public delegate void ConsumerEventHandler(object sender, RabbitMQ.Client.Events.ConsumerEventArgs e);
- public delegate void ConsumerShutdownEventHandler(object sender, RabbitMQ.Client.ShutdownEventArgs e);
- public partial class EventingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- public EventingBasicConsumer() { }
- public event RabbitMQ.Client.Events.BasicDeliverEventHandler Received { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Registered { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerShutdownEventHandler Shutdown { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Unregistered { add { } remove { } }
- public override void HandleBasicCancelOk(string consumerTag) { }
- public override void HandleBasicConsumeOk(string consumerTag) { }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public delegate void ModelShutdownEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
-}
-namespace RabbitMQ.Client.Exceptions
-{
- public partial class AlreadyClosedException : RabbitMQ.Client.Exceptions.OperationInterruptedException
- {
- public AlreadyClosedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class BrokerUnreachableException : System.IO.IOException
- {
- public BrokerUnreachableException(System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors) { }
- public System.Collections.IDictionary ConnectionAttempts { get { throw null; } }
- public System.Collections.IDictionary ConnectionErrors { get { throw null; } }
- public override System.Collections.IDictionary Data { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChannelAllocationException : System.Exception
- {
- public ChannelAllocationException() { }
- public ChannelAllocationException(int channel) { }
- public int Channel { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OperationInterruptedException : System.Exception
- {
- protected RabbitMQ.Client.ShutdownEventArgs m_shutdownReason;
- protected OperationInterruptedException() { }
- public OperationInterruptedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- protected OperationInterruptedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- protected OperationInterruptedException(string message) { }
- protected OperationInterruptedException(string message, System.Exception inner) { }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class PacketNotRecognizedException : System.Net.ProtocolViolationException
- {
- public PacketNotRecognizedException(int transportHigh, int transportLow, int serverMajor, int serverMinor) { }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- public int TransportHigh { get { throw null; } }
- public int TransportLow { get { throw null; } }
- }
- public partial class PossibleAuthenticationFailureException : System.Exception
- {
- public PossibleAuthenticationFailureException(string msg, System.Exception inner) { }
- }
- public partial class ProtocolVersionMismatchException : System.Net.ProtocolViolationException
- {
- public ProtocolVersionMismatchException(int clientMajor, int clientMinor, int serverMajor, int serverMinor) { }
- public int ClientMajor { get { throw null; } }
- public int ClientMinor { get { throw null; } }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- }
- public partial class UnexpectedMethodException : System.Exception
- {
- public UnexpectedMethodException(RabbitMQ.Client.IMethod method) { }
- public RabbitMQ.Client.IMethod Method { get { throw null; } }
- }
- public partial class UnsupportedMethodException : System.NotSupportedException
- {
- public UnsupportedMethodException(string methodName) { }
- public string MethodName { get { throw null; } }
- }
- public partial class UnsupportedMethodFieldException : System.NotSupportedException
- {
- public UnsupportedMethodFieldException(string methodName, string fieldName) { }
- public string FieldName { get { throw null; } }
- public string MethodName { get { throw null; } }
- }
- public partial class WireFormattingException : System.Net.ProtocolViolationException
- {
- public WireFormattingException(string message) { }
- public WireFormattingException(string message, object offender) { }
- public object Offender { get { throw null; } }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8qpid
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecoverOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecoverOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 101;
- public BasicRecoverOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBound : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 22;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ExchangeBound() { }
- public ExchangeBound(string initExchange, string initRoutingKey, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBoundOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 23;
- public ushort m_replyCode;
- public string m_replyText;
- public ExchangeBoundOk() { }
- public ExchangeBoundOk(ushort initReplyCode, string initReplyText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_9
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IBasicConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 80;
- public ChannelOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public byte[] m_channelId;
- public ChannelOpenOk() { }
- public ChannelOpenOk(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelOpenOk.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPing : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPing, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 60;
- public ChannelPing() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPong : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPong, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 70;
- public ChannelPong() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 50;
- public byte[] m_channelId;
- public ChannelResume() { }
- public ChannelResume(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelResume.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Message = 120,
- Queue = 50,
- Stream = 80,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 51;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 42;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IFileConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageAppend : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageAppend, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 80;
- public byte[] m_bytes;
- public byte[] m_reference;
- public MessageAppend() { }
- public MessageAppend(byte[] initReference, byte[] initBytes) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Bytes { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public string m_destination;
- public MessageCancel() { }
- public MessageCancel(string initDestination) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCancel.Destination { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCheckpoint : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 90;
- public string m_identifier;
- public byte[] m_reference;
- public MessageCheckpoint() { }
- public MessageCheckpoint(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 70;
- public byte[] m_reference;
- public MessageClose() { }
- public MessageClose(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageClose.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public string m_destination;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public string m_queue;
- public ushort m_ticket;
- public MessageConsume() { }
- public MessageConsume(ushort initTicket, string initQueue, string initDestination, bool initNoLocal, bool initNoAck, bool initExclusive, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoLocal { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 510;
- public MessageEmpty() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public string m_destination;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public MessageGet() { }
- public MessageGet(ushort initTicket, string initQueue, string initDestination, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOffset : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOffset, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 530;
- public ulong m_value;
- public MessageOffset() { }
- public MessageOffset(ulong initValue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageOffset.Value { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 500;
- public MessageOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 60;
- public byte[] m_reference;
- public MessageOpen() { }
- public MessageOpen(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageOpen.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 110;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public MessageQos() { }
- public MessageQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 50;
- public bool m_requeue;
- public MessageRecover() { }
- public MessageRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 520;
- public ushort m_code;
- public string m_text;
- public MessageReject() { }
- public MessageReject(ushort initCode, string initText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageReject.Code { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageReject.Text { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 100;
- public string m_identifier;
- public byte[] m_reference;
- public MessageResume() { }
- public MessageResume(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageResume.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageResume.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageTransfer : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageTransfer, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public string m_appId;
- public System.Collections.IDictionary m_applicationHeaders;
- public byte[] m_body;
- public string m_contentEncoding;
- public string m_contentType;
- public string m_correlationId;
- public byte m_deliveryMode;
- public string m_destination;
- public string m_exchange;
- public RabbitMQ.Client.AmqpTimestamp m_expiration;
- public bool m_immediate;
- public string m_messageId;
- public byte m_priority;
- public bool m_redelivered;
- public string m_replyTo;
- public string m_routingKey;
- public byte[] m_securityToken;
- public ushort m_ticket;
- public RabbitMQ.Client.AmqpTimestamp m_timestamp;
- public string m_transactionId;
- public ulong m_ttl;
- public string m_userId;
- public MessageTransfer() { }
- public MessageTransfer(ushort initTicket, string initDestination, bool initRedelivered, bool initImmediate, ulong initTtl, byte initPriority, RabbitMQ.Client.AmqpTimestamp initTimestamp, byte initDeliveryMode, RabbitMQ.Client.AmqpTimestamp initExpiration, string initExchange, string initRoutingKey, string initMessageId, string initCorrelationId, string initReplyTo, string initContentType, string initContentEncoding, string initUserId, string initAppId, string initTransactionId, byte[] initSecurityToken, System.Collections.IDictionary initApplicationHeaders, byte[] initBody) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.AppId { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ApplicationHeaders { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Body { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentEncoding { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentType { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.CorrelationId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.DeliveryMode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Destination { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Exchange { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Expiration { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Immediate { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.MessageId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Priority { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ReplyTo { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.RoutingKey { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.SecurityToken { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ticket { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Timestamp { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.TransactionId { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ttl { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.UserId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IStreamConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8qpid
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicRecoverOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeBound : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- }
- public partial interface IExchangeBoundOk : RabbitMQ.Client.IMethod
- {
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8qpid.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_9
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NoConsumers = 313;
- public const int NoRoute = 312;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int PreconditionFailed = 406;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IChannelPing : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelPong : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelResume : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageAppend : RabbitMQ.Client.IMethod
- {
- byte[] Bytes { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageCancel : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- }
- public partial interface IMessageCheckpoint : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageClose : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageConsume : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageEmpty : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageGet : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageOffset : RabbitMQ.Client.IMethod
- {
- ulong Value { get; }
- }
- public partial interface IMessageOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageOpen : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IMessageRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IMessageReject : RabbitMQ.Client.IMethod
- {
- ushort Code { get; }
- string Text { get; }
- }
- public partial interface IMessageResume : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageTransfer : RabbitMQ.Client.IMethod
- {
- string AppId { get; }
- System.Collections.IDictionary ApplicationHeaders { get; }
- byte[] Body { get; }
- string ContentEncoding { get; }
- string ContentType { get; }
- string CorrelationId { get; }
- byte DeliveryMode { get; }
- string Destination { get; }
- string Exchange { get; }
- RabbitMQ.Client.AmqpTimestamp Expiration { get; }
- bool Immediate { get; }
- string MessageId { get; }
- byte Priority { get; }
- bool Redelivered { get; }
- string ReplyTo { get; }
- string RoutingKey { get; }
- byte[] SecurityToken { get; }
- ushort Ticket { get; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; }
- string TransactionId { get; }
- ulong Ttl { get; }
- string UserId { get; }
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_9.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Impl
-{
- public abstract partial class AbstractProtocolBase : RabbitMQ.Client.IProtocol
- {
- protected AbstractProtocolBase() { }
- public abstract string ApiName { get; }
- public abstract int DefaultPort { get; }
- public abstract int MajorVersion { get; }
- public abstract int MinorVersion { get; }
- public RabbitMQ.Client.AmqpVersion Version { get { throw null; } }
- public abstract bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd);
- public abstract void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- public abstract void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- public abstract RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- public abstract RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public abstract RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AssemblyState
- {
- Complete = 3,
- ExpectingContentBody = 2,
- ExpectingContentHeader = 1,
- ExpectingMethod = 0,
- }
- public abstract partial class BasicProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IBasicProperties, RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected BasicProperties() { }
- public abstract string AppId { get; set; }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string CorrelationId { get; set; }
- public abstract byte DeliveryMode { get; set; }
- public abstract string Expiration { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public RabbitMQ.Client.PublicationAddress ReplyToAddress { get { throw null; } set { } }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract string Type { get; set; }
- public abstract string UserId { get; set; }
- public abstract void ClearAppId();
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearCorrelationId();
- public abstract void ClearDeliveryMode();
- public abstract void ClearExpiration();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public abstract void ClearType();
- public abstract void ClearUserId();
- public override object Clone() { throw null; }
- public abstract bool IsAppIdPresent();
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsCorrelationIdPresent();
- public abstract bool IsDeliveryModePresent();
- public abstract bool IsExpirationPresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- public abstract bool IsTypePresent();
- public abstract bool IsUserIdPresent();
- public void SetPersistent(bool persistent) { }
- }
- public partial class ChannelErrorException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public ChannelErrorException(int channel) : base (default(string)) { }
- public int Channel { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class Command
- {
- public const int EmptyContentBodyFrameSize = 8;
- public byte[] m_body0;
- public System.Collections.ArrayList m_bodyN;
- public RabbitMQ.Client.Impl.ContentHeaderBase m_header;
- public RabbitMQ.Client.Impl.MethodBase m_method;
- public Command() { }
- public Command(RabbitMQ.Client.Impl.MethodBase method) { }
- public Command(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public byte[] Body { get { throw null; } }
- public RabbitMQ.Client.Impl.ContentHeaderBase Header { get { throw null; } }
- public RabbitMQ.Client.Impl.MethodBase Method { get { throw null; } }
- public void AppendBodyFragment(byte[] fragment) { }
- public static void CheckEmptyContentBodyFrameSize() { }
- public byte[] ConsolidateBody() { throw null; }
- public void Transmit(int channelNumber, RabbitMQ.Client.Impl.ConnectionBase connection) { }
- }
- public partial class CommandAssembler
- {
- public RabbitMQ.Client.Impl.Command m_command;
- public RabbitMQ.Client.Impl.AbstractProtocolBase m_protocol;
- public ulong m_remainingBodyBytes;
- public RabbitMQ.Client.Impl.AssemblyState m_state;
- public CommandAssembler(RabbitMQ.Client.Impl.AbstractProtocolBase protocol) { }
- public RabbitMQ.Client.Impl.Command HandleFrame(RabbitMQ.Client.Impl.Frame f) { throw null; }
- }
- public delegate void CommandHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd);
- public abstract partial class ConnectionBase : RabbitMQ.Client.IConnection, System.IDisposable
- {
- public static int ConnectionCloseTimeout;
- public static int HandshakeTimeout;
- public System.Threading.ManualResetEvent m_appContinuation;
- public RabbitMQ.Client.Events.CallbackExceptionEventHandler m_callbackException;
- public System.Collections.IDictionary m_clientProperties;
- public volatile bool m_closed;
- public volatile RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Client.Events.ConnectionShutdownEventHandler m_connectionShutdown;
- public readonly object m_eventLock;
- public RabbitMQ.Client.ConnectionFactory m_factory;
- public RabbitMQ.Client.Impl.IFrameHandler m_frameHandler;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public readonly RabbitMQ.Client.Impl.Frame m_heartbeatFrame;
- public System.Threading.AutoResetEvent m_heartbeatRead;
- public System.Threading.AutoResetEvent m_heartbeatWrite;
- public System.Guid m_id;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public int m_missedHeartbeats;
- public RabbitMQ.Client.Impl.ModelBase m_model0;
- public volatile bool m_running;
- public System.Collections.IDictionary m_serverProperties;
- public RabbitMQ.Client.Impl.MainSession m_session0;
- public RabbitMQ.Client.Impl.SessionManager m_sessionManager;
- public System.Collections.IList m_shutdownReport;
- public ConnectionBase(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { }
- public bool AutoClose { get { throw null; } set { } }
- public ushort ChannelMax { get { throw null; } }
- public System.Collections.IDictionary ClientProperties { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public uint FrameMax { get { throw null; } set { } }
- public ushort Heartbeat { get { throw null; } set { } }
- public bool IsOpen { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.AbstractProtocolBase Protocol { get { throw null; } }
- RabbitMQ.Client.IProtocol RabbitMQ.Client.IConnection.Protocol { get { throw null; } }
- public System.Collections.IDictionary ServerProperties { get { throw null; } set { } }
- public System.Collections.IList ShutdownReport { get { throw null; } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(int timeout) { }
- public void Abort(ushort reasonCode, string reasonText) { }
- public void Abort(ushort reasonCode, string reasonText, RabbitMQ.Client.ShutdownInitiator initiator, int timeout) { }
- public void Abort(ushort reasonCode, string reasonText, int timeout) { }
- public void Close() { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool abort, int timeout) { }
- public void Close(int timeout) { }
- public void Close(ushort reasonCode, string reasonText) { }
- public void Close(ushort reasonCode, string reasonText, int timeout) { }
- public void ClosingLoop() { }
- public RabbitMQ.Client.Impl.Command ConnectionCloseWrapper(ushort reasonCode, string reasonText) { throw null; }
- public RabbitMQ.Client.IModel CreateModel() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession(int channelNumber) { throw null; }
- public static System.Collections.IDictionary DefaultClientProperties() { throw null; }
- public void FinishClose() { }
- public void HandleDomainUnload(object sender, System.EventArgs ea) { }
- public void HandleMainLoopException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public bool HardProtocolExceptionHandler(RabbitMQ.Client.Impl.HardProtocolException hpe) { throw null; }
- public void HeartbeatReadLoop() { }
- public void HeartbeatWriteLoop() { }
- public void InternalClose(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void LogCloseError(string error, System.Exception ex) { }
- public void MainLoop() { }
- public void MainLoopIteration() { }
- public void NotifyHeartbeatThread() { }
- public void NotifyReceivedCloseOk() { }
- public void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public void OnShutdown() { }
- public void Open(bool insist) { }
- public void PrettyPrintShutdownReport() { }
- public void QuiesceChannel(RabbitMQ.Client.Impl.SoftProtocolException pe) { }
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- public void StartHeartbeatLoop(System.Threading.ThreadStart loop, string name) { }
- public void StartHeartbeatLoops() { }
- public void StartMainLoop() { }
- void System.IDisposable.Dispose() { }
- public void TerminateMainloop() { }
- public override string ToString() { throw null; }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame f) { }
- public delegate void ConnectionCloseDelegate(ushort replyCode, string replyText, ushort classId, ushort methodId);
- }
- public partial class ConnectionStartDetails
- {
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStartDetails() { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ConnectionTuneDetails
- {
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- }
- public abstract partial class ContentHeaderBase : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected ContentHeaderBase() { }
- public abstract int ProtocolClassId { get; }
- public abstract string ProtocolClassName { get; }
- public abstract void AppendPropertyDebugStringTo(System.Text.StringBuilder sb);
- public virtual object Clone() { throw null; }
- public ulong ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public abstract void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader);
- public abstract void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer);
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer, ulong bodySize) { }
- }
- public partial class ContentHeaderPropertyReader
- {
- protected ushort m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ContinuationBitSet { get { throw null; } }
- public void FinishPresence() { }
- public bool ReadBit() { throw null; }
- public void ReadFlagWord() { }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public bool ReadPresence() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class ContentHeaderPropertyWriter
- {
- protected int m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void FinishPresence() { }
- public void WriteBit(bool bit) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WritePresence(bool present) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class FileProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IFileProperties, System.ICloneable
- {
- protected FileProperties() { }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string Filename { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearFilename();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsFilenamePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class Frame
- {
- public System.IO.MemoryStream m_accumulator;
- public int m_channel;
- public byte[] m_payload;
- public int m_type;
- public Frame() { }
- public Frame(int type, int channel) { }
- public Frame(int type, int channel, byte[] payload) { }
- public int Channel { get { throw null; } }
- public byte[] Payload { get { throw null; } }
- public int Type { get { throw null; } }
- public void FinishWriting() { }
- public RabbitMQ.Util.NetworkBinaryReader GetReader() { throw null; }
- public RabbitMQ.Util.NetworkBinaryWriter GetWriter() { throw null; }
- public static void ProcessProtocolHeader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public static RabbitMQ.Client.Impl.Frame ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override string ToString() { throw null; }
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- }
- public abstract partial class HardProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected HardProtocolException(string message) : base (default(string)) { }
- }
- public partial interface IFrameHandler
- {
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- int Timeout { get; set; }
- void Close();
- RabbitMQ.Client.Impl.Frame ReadFrame();
- void SendHeader();
- void WriteFrame(RabbitMQ.Client.Impl.Frame frame);
- }
- public partial interface IFullModel : RabbitMQ.Client.IModel, System.IDisposable
- {
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "tune")]RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicGetEmpty();
- void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleChannelCloseOk();
- void HandleChannelFlow(bool active);
- void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleConnectionOpenOk(string knownHosts);
- void HandleConnectionRedirect(string host, string knownHosts);
- void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "cancel")]
- void _Private_BasicCancel(string consumerTag, bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "consume")]
- void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute("RabbitMQ.Client.Framing.v0_8qpid", "arguments"), RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8")]System.Collections.IDictionary filter);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "get")]
- void _Private_BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "publish")]
- void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close")]
- void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close-ok")]
- void _Private_ChannelCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "flow-ok")]
- void _Private_ChannelFlowOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "open")]
- void _Private_ChannelOpen(string outOfBand);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close")]
- void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close-ok")]
- void _Private_ConnectionCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "open")]
- void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- }
- public partial interface IRpcContinuation
- {
- void HandleCommand(RabbitMQ.Client.Impl.Command cmd);
- void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface ISession
- {
- int ChannelNumber { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.Impl.CommandHandler CommandReceived { get; set; }
- RabbitMQ.Client.IConnection Connection { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown;
- void Close(RabbitMQ.Client.ShutdownEventArgs reason);
- void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify);
- void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- void Notify();
- void Transmit(RabbitMQ.Client.Impl.Command cmd);
- }
- public partial class MainSession : RabbitMQ.Client.Impl.Session
- {
- public int m_closeClassId;
- public int m_closeMethodId;
- public int m_closeOkClassId;
- public int m_closeOkMethodId;
- public bool m_closeServerInitiated;
- public bool m_closing;
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate m_handler;
- public MainSession(RabbitMQ.Client.Impl.ConnectionBase connection) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate Handler { get { throw null; } set { } }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- public void SetSessionClosing(bool closeServerInitiated) { }
- public override void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- public delegate void SessionCloseDelegate();
- }
- public partial class MalformedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public MalformedFrameException(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class MethodArgumentReader
- {
- public MethodArgumentReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ReadBit() { throw null; }
- public byte[] ReadContent() { throw null; }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class MethodArgumentWriter
- {
- public MethodArgumentWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void Flush() { }
- public void WriteBit(bool val) { }
- public void WriteContent(byte[] val) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class MethodBase : RabbitMQ.Client.IMethod
- {
- protected MethodBase() { }
- public abstract bool HasContent { get; }
- public abstract int ProtocolClassId { get; }
- public abstract int ProtocolMethodId { get; }
- public abstract string ProtocolMethodName { get; }
- public abstract void AppendArgumentDebugStringTo(System.Text.StringBuilder sb);
- public abstract void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader);
- public abstract void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer);
- }
- public abstract partial class ModelBase : RabbitMQ.Client.IModel, RabbitMQ.Client.Impl.IFullModel, System.IDisposable
- {
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Util.BlockingCell m_connectionStartCell;
- public readonly System.Collections.IDictionary m_consumers;
- public RabbitMQ.Client.Impl.RpcContinuationQueue m_continuationQueue;
- public System.Threading.ManualResetEvent m_flowControlBlock;
- public RabbitMQ.Client.Impl.ISession m_session;
- public ModelBase(RabbitMQ.Client.Impl.ISession session) { }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- public event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn { add { } remove { } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(ushort replyCode, string replyText) { }
- public abstract void BasicAck(ulong deliveryTag, bool multiple);
- public void BasicCancel(string consumerTag) { }
- public string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck) { throw null; }
- public void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public abstract void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- public abstract void BasicRecover(bool requeue);
- public abstract void BasicReject(ulong deliveryTag, bool requeue);
- public abstract void ChannelFlow(bool active);
- public void Close() { }
- public void Close(ushort replyCode, string replyText) { }
- public void Close(ushort replyCode, string replyText, bool abort) { }
- public string ConnectionOpen(string virtualHost, string capabilities, bool insist) { throw null; }
- public abstract RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- public abstract void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- public abstract RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- public abstract RabbitMQ.Client.IFileProperties CreateFileProperties();
- public abstract RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- public abstract bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd);
- public abstract void DtxSelect();
- public abstract void DtxStart(string dtxIdentifier);
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void ExchangeDeclare(string exchange, string type) { }
- public void ExchangeDeclare(string exchange, string type, bool durable) { }
- public abstract void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments);
- public abstract void ExchangeDelete(string exchange, bool ifUnused, bool nowait);
- public void FinishClose() { }
- public void HandleBasicCancelOk(string consumerTag) { }
- public void HandleBasicConsumeOk(string consumerTag) { }
- public void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicGetEmpty() { }
- public void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleChannelCloseOk() { }
- public void HandleChannelFlow(bool active) { }
- public void HandleCommand(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd) { }
- public void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleConnectionOpenOk(string knownHosts) { }
- public void HandleConnectionRedirect(string host, string knownHosts) { }
- public void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales) { }
- public RabbitMQ.Client.Impl.MethodBase ModelRpc(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { throw null; }
- public void ModelSend(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public virtual void OnBasicReturn(RabbitMQ.Client.Events.BasicReturnEventArgs args) { }
- public virtual void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public virtual void OnModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void OnSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public abstract void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments);
- public string QueueDeclare() { throw null; }
- public string QueueDeclare(string queue) { throw null; }
- public string QueueDeclare(string queue, bool durable) { throw null; }
- public abstract string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments);
- public abstract uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait);
- public abstract uint QueuePurge(string queue, bool nowait);
- public abstract void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- void System.IDisposable.Dispose() { }
- public override string ToString() { throw null; }
- public void TransmitAndEnqueue(RabbitMQ.Client.Impl.Command cmd, RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public abstract void TxCommit();
- public abstract void TxRollback();
- public abstract void TxSelect();
- public abstract void _Private_BasicCancel(string consumerTag, bool nowait);
- public abstract void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter);
- public abstract void _Private_BasicGet(string queue, bool noAck);
- public abstract void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- public abstract void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ChannelCloseOk();
- public abstract void _Private_ChannelFlowOk();
- public abstract void _Private_ChannelOpen(string outOfBand);
- public abstract void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ConnectionCloseOk();
- public abstract void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- public partial class BasicConsumerRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.IBasicConsumer m_consumer;
- public string m_consumerTag;
- public BasicConsumerRpcContinuation() { }
- }
- public partial class BasicGetRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.BasicGetResult m_result;
- public BasicGetRpcContinuation() { }
- }
- public partial class ConnectionOpenContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public string m_host;
- public string m_knownHosts;
- public bool m_redirect;
- public ConnectionOpenContinuation() { }
- }
- }
- public abstract partial class ProtocolException : System.Net.ProtocolViolationException
- {
- protected ProtocolException(string message) { }
- public abstract ushort ReplyCode { get; }
- public virtual RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class QuiescingSession : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.ShutdownEventArgs m_reason;
- public int m_replyClassId;
- public int m_replyMethodId;
- public QuiescingSession(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber, RabbitMQ.Client.ShutdownEventArgs reason, int replyClassId, int replyMethodId) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public partial class RedirectException : System.Exception
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_host;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public RedirectException(RabbitMQ.Client.AmqpTcpEndpoint host, RabbitMQ.Client.AmqpTcpEndpoint[] knownHosts) { }
- public RedirectException(RabbitMQ.Client.IProtocol protocol, string host, string knownHosts) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Host { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } }
- public static RabbitMQ.Client.AmqpTcpEndpoint ParseHost(RabbitMQ.Client.IProtocol protocol, string host) { throw null; }
- }
- public partial class RpcContinuationQueue
- {
- public RabbitMQ.Client.Impl.IRpcContinuation m_outstandingRpc;
- public RpcContinuationQueue() { }
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.IRpcContinuation Next() { throw null; }
- }
- public partial class Session : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.Impl.CommandAssembler m_assembler;
- public Session(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SessionBase : RabbitMQ.Client.Impl.ISession
- {
- public readonly int m_channelNumber;
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public readonly RabbitMQ.Client.Impl.ConnectionBase m_connection;
- public SessionBase(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) { }
- public int ChannelNumber { get { throw null; } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.Impl.CommandHandler CommandReceived { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.ConnectionBase Connection { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- RabbitMQ.Client.IConnection RabbitMQ.Client.Impl.ISession.Connection { get { throw null; } }
- public event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown { add { } remove { } }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify) { }
- public abstract void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- public void Notify() { }
- public virtual void OnCommandReceived(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void OnConnectionShutdown(RabbitMQ.Client.IConnection conn, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnSessionShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public override string ToString() { throw null; }
- public virtual void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- }
- public partial class SessionManager
- {
- public readonly ushort ChannelMax;
- public SessionManager(RabbitMQ.Client.Impl.ConnectionBase connection, ushort channelMax) { }
- public bool AutoClose { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public void AutoCloseConnection() { }
- public void CheckAutoClose() { }
- public RabbitMQ.Client.Impl.ISession Create() { throw null; }
- public RabbitMQ.Client.Impl.ISession Create(int channelNumber) { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateInternal(int channelNumber) { throw null; }
- public void HandleSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.ISession Lookup(int number) { throw null; }
- public RabbitMQ.Client.Impl.ISession Swap(int channelNumber, RabbitMQ.Client.Impl.ISession replacement) { throw null; }
- }
- public delegate void SessionShutdownEventHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ShutdownContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public ShutdownContinuation() { }
- public virtual void OnShutdown(RabbitMQ.Client.IConnection sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnShutdown(RabbitMQ.Client.IModel sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual RabbitMQ.Client.ShutdownEventArgs Wait() { throw null; }
- }
- public partial class SimpleBlockingRpcContinuation : RabbitMQ.Client.Impl.IRpcContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public SimpleBlockingRpcContinuation() { }
- public virtual RabbitMQ.Client.Impl.Command GetReply() { throw null; }
- public virtual void HandleCommand(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class SocketFrameHandler_0_9 : RabbitMQ.Client.Impl.IFrameHandler
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_endpoint;
- public RabbitMQ.Util.NetworkBinaryReader m_reader;
- public System.Net.Sockets.TcpClient m_socket;
- public RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public const int WSAEWOULDBLOCK = 10035;
- public SocketFrameHandler_0_9(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public int Timeout { get { throw null; } set { } }
- public void Close() { }
- public RabbitMQ.Client.Impl.Frame ReadFrame() { throw null; }
- public void SendHeader() { }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SoftProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected SoftProtocolException(int channelNumber, string message) : base (default(string)) { }
- public int Channel { get { throw null; } }
- }
- public abstract partial class StreamProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IStreamProperties, System.ICloneable
- {
- protected StreamProperties() { }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract byte Priority { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearHeaders();
- public abstract void ClearPriority();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class SyntaxError : RabbitMQ.Client.Impl.HardProtocolException
- {
- public SyntaxError(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnexpectedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public RabbitMQ.Client.Impl.Frame m_frame;
- public UnexpectedFrameException(RabbitMQ.Client.Impl.Frame frame) : base (default(string)) { }
- public RabbitMQ.Client.Impl.Frame Frame { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnknownClassOrMethodException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public UnknownClassOrMethodException(ushort classId, ushort methodId) : base (default(string)) { }
- public ushort ClassId { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class WireFormatting
- {
- public WireFormatting() { }
- public static decimal AmqpToDecimal(byte scale, uint unsignedMantissa) { throw null; }
- public static void DecimalToAmqp(decimal value, out byte scale, out int mantissa) { scale = default(byte); mantissa = default(int); }
- public static System.Collections.IList ReadArray(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static decimal ReadDecimal(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadFieldValue(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static uint ReadLong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ulong ReadLonglong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadLongstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadOctet(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ushort ReadShort(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadShortstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static System.Collections.IDictionary ReadTable(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static RabbitMQ.Client.AmqpTimestamp ReadTimestamp(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteArray(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IList val) { }
- public static void WriteDecimal(RabbitMQ.Util.NetworkBinaryWriter writer, decimal value) { }
- public static void WriteFieldValue(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteLong(RabbitMQ.Util.NetworkBinaryWriter writer, uint val) { }
- public static void WriteLonglong(RabbitMQ.Util.NetworkBinaryWriter writer, ulong val) { }
- public static void WriteLongstr(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] val) { }
- public static void WriteOctet(RabbitMQ.Util.NetworkBinaryWriter writer, byte val) { }
- public static void WriteShort(RabbitMQ.Util.NetworkBinaryWriter writer, ushort val) { }
- public static void WriteShortstr(RabbitMQ.Util.NetworkBinaryWriter writer, string val) { }
- public static void WriteTable(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary val) { }
- public static void WriteTimestamp(RabbitMQ.Util.NetworkBinaryWriter writer, RabbitMQ.Client.AmqpTimestamp val) { }
- }
-}
-namespace RabbitMQ.Client.MessagePatterns
-{
- public partial class SimpleRpcClient : System.IDisposable
- {
- protected RabbitMQ.Client.IModel m_model;
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcClient(RabbitMQ.Client.IModel model) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, RabbitMQ.Client.PublicationAddress address) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string queueName) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string exchange, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.PublicationAddress Address { get { throw null; } set { } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public RabbitMQ.Client.MessagePatterns.Subscription Subscription { get { throw null; } }
- public int TimeoutMilliseconds { get { throw null; } set { } }
- public event System.EventHandler Disconnected { add { } remove { } }
- public event System.EventHandler TimedOut { add { } remove { } }
- public virtual RabbitMQ.Client.Events.BasicDeliverEventArgs Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { throw null; }
- public virtual byte[] Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual byte[] Call(byte[] body) { throw null; }
- public virtual object[] Call(params object[] args) { throw null; }
- public virtual void Cast(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public void Close() { }
- protected virtual void EnsureSubscription() { }
- public virtual void OnDisconnected() { }
- public virtual void OnTimedOut() { }
- protected virtual RabbitMQ.Client.Events.BasicDeliverEventArgs RetrieveReply(string correlationId) { throw null; }
- void System.IDisposable.Dispose() { }
- }
- public partial class SimpleRpcServer : System.IDisposable
- {
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcServer(RabbitMQ.Client.MessagePatterns.Subscription subscription) { }
- public bool Transactional { get { throw null; } }
- public void Close() { }
- public virtual byte[] HandleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual byte[] HandleSimpleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleSimpleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual void HandleStreamMessageCall(RabbitMQ.Client.Content.IStreamMessageBuilder replyWriter, bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, object[] args) { }
- public void MainLoop() { }
- public virtual void ProcessRequest(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void SetTransactional() { }
- void System.IDisposable.Dispose() { }
- }
- public partial class Subscription : System.Collections.IEnumerable, System.Collections.IEnumerator, System.IDisposable
- {
- protected volatile RabbitMQ.Client.QueueingBasicConsumer m_consumer;
- protected readonly object m_consumerLock;
- protected string m_consumerTag;
- protected RabbitMQ.Client.Events.BasicDeliverEventArgs m_latestEvent;
- protected RabbitMQ.Client.IModel m_model;
- protected bool m_noAck;
- protected string m_queueName;
- protected volatile bool m_shouldDelete;
- public Subscription(RabbitMQ.Client.IModel model) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, string exchangeName, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.IBasicConsumer Consumer { get { throw null; } }
- public string ConsumerTag { get { throw null; } }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs LatestEvent { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public bool NoAck { get { throw null; } }
- public string QueueName { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Ack() { }
- public void Ack(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void Bind(string exchangeName, string exchangeType, string routingKey) { }
- public void Close() { }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs Next() { throw null; }
- public bool Next(int millisecondsTimeout, out RabbitMQ.Client.Events.BasicDeliverEventArgs result) { result = default(RabbitMQ.Client.Events.BasicDeliverEventArgs); throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- void System.IDisposable.Dispose() { }
- }
-}
-namespace RabbitMQ.Util
-{
- public partial class BlockingCell
- {
- public BlockingCell() { }
- public object Value { get { throw null; } set { } }
- public bool GetValue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public static int validatedTimeout(int timeout) { throw null; }
- }
- public partial class DebugUtil
- {
- internal DebugUtil() { }
- public static void Dump(byte[] bytes) { }
- public static void Dump(byte[] bytes, System.IO.TextWriter writer) { }
- public static void DumpKeyValue(string key, object value, System.IO.TextWriter writer, int indent) { }
- public static void DumpProperties(object value, System.IO.TextWriter writer, int indent) { }
- }
- public partial class Either
- {
- internal Either() { }
- public RabbitMQ.Util.EitherAlternative Alternative { get { throw null; } }
- public object Value { get { throw null; } }
- public static RabbitMQ.Util.Either Left(object value) { throw null; }
- public static RabbitMQ.Util.Either Right(object value) { throw null; }
- }
- public enum EitherAlternative
- {
- Left = 0,
- Right = 1,
- }
- public partial class IntAllocator
- {
- public IntAllocator(int start, int end) { }
- public int Allocate() { throw null; }
- public void Free(int id) { }
- public bool Reserve(int id) { throw null; }
- public partial class IntervalList
- {
- public int End;
- public RabbitMQ.Util.IntAllocator.IntervalList Next;
- public int Start;
- public IntervalList(int start, int end) { }
- public static RabbitMQ.Util.IntAllocator.IntervalList FromArray(int[] xs, int length) { throw null; }
- public static RabbitMQ.Util.IntAllocator.IntervalList Merge(RabbitMQ.Util.IntAllocator.IntervalList x, RabbitMQ.Util.IntAllocator.IntervalList y) { throw null; }
- }
- }
- public partial class NetworkBinaryReader : System.IO.BinaryReader
- {
- public NetworkBinaryReader(System.IO.Stream input) : base (default(System.IO.Stream)) { }
- public NetworkBinaryReader(System.IO.Stream input, System.Text.Encoding encoding) : base (default(System.IO.Stream)) { }
- public override double ReadDouble() { throw null; }
- public override short ReadInt16() { throw null; }
- public override int ReadInt32() { throw null; }
- public override long ReadInt64() { throw null; }
- public override float ReadSingle() { throw null; }
- public override ushort ReadUInt16() { throw null; }
- public override uint ReadUInt32() { throw null; }
- public override ulong ReadUInt64() { throw null; }
- public static System.IO.BinaryReader TemporaryBinaryReader(byte[] bytes) { throw null; }
- }
- public partial class NetworkBinaryWriter : System.IO.BinaryWriter
- {
- public NetworkBinaryWriter(System.IO.Stream output) { }
- public NetworkBinaryWriter(System.IO.Stream output, System.Text.Encoding encoding) { }
- public static System.IO.BinaryWriter TemporaryBinaryWriter(int initialSize) { throw null; }
- public static byte[] TemporaryContents(System.IO.BinaryWriter w) { throw null; }
- public override void Write(double d) { }
- public override void Write(short i) { }
- public override void Write(int i) { }
- public override void Write(long i) { }
- public override void Write(float f) { }
- public override void Write(ushort i) { }
- public override void Write(uint i) { }
- public override void Write(ulong i) { }
- }
- public partial class Semaphore
- {
- public Semaphore() { }
- public Semaphore(int initialCount) { }
- public int Value { get { throw null; } }
- public void Release() { }
- public bool TryWait() { throw null; }
- public void Wait() { }
- }
- public partial class SharedQueue : System.Collections.IEnumerable
- {
- protected bool m_isOpen;
- protected System.Collections.Queue m_queue;
- public SharedQueue() { }
- public void Close() { }
- public object Dequeue() { throw null; }
- public bool Dequeue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public object DequeueNoWait(object defaultValue) { throw null; }
- public void Enqueue(object o) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class SharedQueueEnumerator : System.Collections.IEnumerator
- {
- protected object m_current;
- protected RabbitMQ.Util.SharedQueue m_queue;
- public SharedQueueEnumerator(RabbitMQ.Util.SharedQueue queue) { }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class XmlUtil
- {
- internal XmlUtil() { }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter() { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(System.IO.Stream stream) { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(string path) { throw null; }
- public static System.Xml.XmlDocument SerializeObject(System.Type serializationType, object obj) { throw null; }
- }
-}
diff --git a/src/v2.0/System.ServiceModel.cs b/src/v2.0/System.ServiceModel.cs
index a6f5708..ff00878 100644
--- a/src/v2.0/System.ServiceModel.cs
+++ b/src/v2.0/System.ServiceModel.cs
@@ -619,229 +619,6 @@ namespace Mono.CodeGeneration
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/v3.5/Mono.XBuild.Tasks.cs b/src/v3.5/Mono.XBuild.Tasks.cs
deleted file mode 100644
index 4759f31..0000000
--- a/src/v3.5/Mono.XBuild.Tasks.cs
+++ /dev/null
@@ -1,147 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("3.5.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("3.5.21022.8")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("3.5.21022.8")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("3.5.0.0")]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.PkgConfig
-{
- public partial interface IPcFileCacheContext : Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>
- {
- }
- public partial interface IPcFileCacheContext<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- bool IsCustomDataComplete(string pcfile, TP pkg);
- void ReportError(string message, System.Exception ex);
- void StoreCustomData(Mono.PkgConfig.PcFile pcfile, TP pkg);
- }
- public partial class LibraryPackageInfo : Mono.PkgConfig.PackageInfo
- {
- public LibraryPackageInfo() { }
- public bool IsGacPackage { get { throw null; } set { } }
- protected internal override bool IsValidPackage { get { throw null; } }
- }
- public partial class LibraryPcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.LibraryPackageInfo>
- {
- public LibraryPcFileCache(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo> ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo>)) { }
- protected override string CacheDirectory { get { throw null; } }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName) { throw null; }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- public static string NormalizeAsmName(string name) { throw null; }
- protected override void ParsePackageInfo(Mono.PkgConfig.PcFile file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- protected override void ReadPackageContent(System.Xml.XmlReader tr, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- protected override void WritePackageContent(System.Xml.XmlTextWriter tw, string file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- }
- public partial class PackageAssemblyInfo
- {
- public string Culture;
- public string Name;
- public string PublicKeyToken;
- public string Version;
- public PackageAssemblyInfo() { }
- public string File { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string FullName { get { throw null; } }
- public Mono.PkgConfig.LibraryPackageInfo ParentPackage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void Update(System.Reflection.AssemblyName aname) { }
- public void UpdateFromFile(string file) { }
- }
- public partial class PackageInfo
- {
- public PackageInfo() { }
- public string Description { get { throw null; } set { } }
- protected internal virtual bool IsValidPackage { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetData(string name) { throw null; }
- public void RemoveData(string name) { }
- public void SetData(string name, string value) { }
- }
- public partial class PcFile
- {
- public PcFile() { }
- public string Description { get { throw null; } set { } }
- public string FilePath { get { throw null; } set { } }
- public bool HasErrors { get { throw null; } set { } }
- public string Libs { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetVariable(string varName) { throw null; }
- public void Load(string pcfile) { }
- }
- public abstract partial class PcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.PackageInfo>
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>)) { }
- }
- public abstract partial class PcFileCache<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext<TP> ctx) { }
- protected abstract string CacheDirectory { get; }
- public object SyncRoot { get { throw null; } }
- public TP GetPackageInfo(string file) { throw null; }
- public TP GetPackageInfoByName(string name) { throw null; }
- public TP GetPackageInfoByName(string name, System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<TP> GetPackages() { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<TP> GetPackages(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<string> GetPkgconfigPaths(string prefix, string pkgConfigPath, string pkgConfigLibdir) { throw null; }
- protected virtual void ParsePackageInfo(Mono.PkgConfig.PcFile file, TP pinfo) { }
- protected virtual void ReadPackageContent(System.Xml.XmlReader tr, TP pinfo) { }
- public void Save() { }
- public void Update() { }
- public void Update(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { }
- protected virtual void WritePackageContent(System.Xml.XmlTextWriter tw, string file, TP pinfo) { }
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.0/Commons.Xml.Relaxng.cs b/src/v4.0/Commons.Xml.Relaxng.cs
deleted file mode 100644
index c6fa42b..0000000
--- a/src/v4.0/Commons.Xml.Relaxng.cs
+++ /dev/null
@@ -1,1147 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Commons.Xml.Relaxng.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.1")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Commons.Xml
-{
- public partial class XmlDefaultReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo
- {
- public XmlDefaultReader(System.Xml.XmlReader reader) { }
- public override int AttributeCount { get { throw null; } }
- public override string BaseURI { get { throw null; } }
- public override int Depth { get { throw null; } }
- public override bool EOF { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override bool IsDefault { get { throw null; } }
- public override bool IsEmptyElement { get { throw null; } }
- public override string this[int i] { get { throw null; } }
- public override string this[string name] { get { throw null; } }
- public override string this[string localName, string namespaceURI] { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public int LinePosition { get { throw null; } }
- public override string LocalName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override System.Xml.XmlNameTable NameTable { get { throw null; } }
- public override System.Xml.XmlNodeType NodeType { get { throw null; } }
- public override string Prefix { get { throw null; } }
- public override char QuoteChar { get { throw null; } }
- public System.Xml.XmlReader Reader { get { throw null; } }
- public override System.Xml.ReadState ReadState { get { throw null; } }
- public override string Value { get { throw null; } }
- public override string XmlLang { get { throw null; } }
- public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
- public override void Close() { }
- public override string GetAttribute(int i) { throw null; }
- public override string GetAttribute(string name) { throw null; }
- public override string GetAttribute(string localName, string namespaceURI) { throw null; }
- public bool HasLineInfo() { throw null; }
- public override string LookupNamespace(string prefix) { throw null; }
- public override void MoveToAttribute(int i) { }
- public override bool MoveToAttribute(string name) { throw null; }
- public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
- public override bool MoveToElement() { throw null; }
- public override bool MoveToFirstAttribute() { throw null; }
- public override bool MoveToNextAttribute() { throw null; }
- public override bool Read() { throw null; }
- public override bool ReadAttributeValue() { throw null; }
- public override void ResolveEntity() { }
- }
-}
-namespace Commons.Xml.Nvdl
-{
- public partial class Nvdl
- {
- internal Nvdl() { }
- public const string BuiltInValidationNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/predefinedSchema/1.0";
- public const string InstanceNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/instance/1.0";
- public const string Namespace = "http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0";
- }
- public abstract partial class NvdlAction : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlAction() { }
- }
- public partial class NvdlActionList : System.Collections.CollectionBase
- {
- public NvdlActionList() { }
- public Commons.Xml.Nvdl.NvdlAction this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlAction item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlAction item) { }
- }
- public partial class NvdlAllow : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlAllow() { }
- }
- public partial class NvdlAnyNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlAnyNamespace() { }
- }
- public partial class NvdlAttach : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttach() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttachPlaceholder : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttachPlaceholder() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttributable : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlAttributable() { }
- public System.Collections.ArrayList Foreign { get { throw null; } }
- }
- public partial class NvdlBuiltInValidationProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlBuiltInValidationProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public partial class NvdlCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- public NvdlCancelAction() { }
- }
- public partial class NvdlCompileException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlCompileException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlCompileException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlConfig
- {
- public NvdlConfig() { }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void AddProvider(Commons.Xml.Nvdl.NvdlValidationProvider provider) { }
- public Commons.Xml.Nvdl.NvdlValidatorGenerator GetGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string inheritSchemaType) { throw null; }
- }
- public partial class NvdlContext : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlContext() { }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string Path { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlContextList : System.Collections.CollectionBase
- {
- public NvdlContextList() { }
- public Commons.Xml.Nvdl.NvdlContext this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlContext item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlContext item) { }
- }
- public partial class NvdlElementBase : System.Xml.IXmlLineInfo
- {
- public NvdlElementBase() { }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public string SourceUri { get { throw null; } set { } }
- public bool HasLineInfo() { throw null; }
- }
- public partial class NvdlException : System.Exception
- {
- public NvdlException(string message) { }
- public NvdlException(string message, System.Exception inner) { }
- }
- public partial class NvdlIncludedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlIncludedMode() { }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlInstanceValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlInstanceValidationException(string message, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- public NvdlInstanceValidationException(string message, System.Exception inner, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- }
- public partial class NvdlMessage : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlMessage() { }
- public System.Collections.ArrayList ForeignAttributes { get { throw null; } }
- public string Text { get { throw null; } set { } }
- public string XmlLang { get { throw null; } set { } }
- }
- public partial class NvdlMessageEventArgs : System.EventArgs
- {
- public NvdlMessageEventArgs(string message) { }
- public string Message { get { throw null; } }
- }
- public delegate void NvdlMessageEventHandler(object o, Commons.Xml.Nvdl.NvdlMessageEventArgs e);
- public partial class NvdlMessageList : System.Collections.CollectionBase
- {
- public NvdlMessageList() { }
- public Commons.Xml.Nvdl.NvdlMessage this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlMessage item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlMessage item) { }
- }
- public partial class NvdlMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlMode() { }
- public string Name { get { throw null; } set { } }
- }
- public abstract partial class NvdlModeBase : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlModeBase() { }
- public Commons.Xml.Nvdl.NvdlModeList IncludedModes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- }
- public partial class NvdlModeList : System.Collections.CollectionBase
- {
- public NvdlModeList() { }
- public Commons.Xml.Nvdl.NvdlModeBase this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlModeBase item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlModeBase item) { }
- }
- public partial class NvdlModeUsage
- {
- public NvdlModeUsage() { }
- public Commons.Xml.Nvdl.NvdlContextList Contexts { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlNamespace() { }
- public string NS { get { throw null; } set { } }
- public string Wildcard { get { throw null; } set { } }
- }
- public partial class NvdlNestedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlNestedMode() { }
- }
- public abstract partial class NvdlNoCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- protected NvdlNoCancelAction() { }
- public Commons.Xml.Nvdl.NvdlMessageList Messages { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlModeUsage ModeUsage { get { throw null; } set { } }
- public string SimpleMessage { get { throw null; } set { } }
- }
- public abstract partial class NvdlNoResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlNoResultAction() { }
- }
- public partial class NvdlOption : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlOption() { }
- public string Arg { get { throw null; } set { } }
- public string MustSupport { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlOptionList : System.Collections.CollectionBase
- {
- public NvdlOptionList() { }
- public Commons.Xml.Nvdl.NvdlOption this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlOption item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlOption item) { }
- }
- public partial class NvdlReader
- {
- internal NvdlReader() { }
- public static Commons.Xml.Nvdl.NvdlRules Read(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class NvdlReject : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlReject() { }
- }
- public partial class NvdlRelaxngValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public const string RncMimeType = "application/vnd.oasis-open.relax-ng.rnc";
- public NvdlRelaxngValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public abstract partial class NvdlResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlResultAction() { }
- public abstract Commons.Xml.Nvdl.NvdlResultType ResultType { get; }
- }
- public enum NvdlResultType
- {
- Attach = 0,
- AttachPlaceholder = 1,
- Unwrap = 2,
- }
- public abstract partial class NvdlRule : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlRule() { }
- public Commons.Xml.Nvdl.NvdlActionList Actions { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleTarget Match { get { throw null; } set { } }
- }
- public partial class NvdlRuleList : System.Collections.CollectionBase
- {
- public NvdlRuleList() { }
- public Commons.Xml.Nvdl.NvdlRule this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlRule item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlRule item) { }
- }
- public partial class NvdlRules : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlRules() { }
- public Commons.Xml.Nvdl.NvdlModeList Modes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- public string SchemaType { get { throw null; } set { } }
- public string StartMode { get { throw null; } set { } }
- public Commons.Xml.Nvdl.NvdlTriggerList Triggers { get { throw null; } }
- }
- public enum NvdlRuleTarget
- {
- Attributes = 2,
- Both = 3,
- Elements = 1,
- None = 0,
- }
- public partial class NvdlTrigger : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlTrigger() { }
- public string NameList { get { throw null; } set { } }
- public string NS { get { throw null; } set { } }
- }
- public partial class NvdlTriggerList : System.Collections.CollectionBase
- {
- public NvdlTriggerList() { }
- public Commons.Xml.Nvdl.NvdlTrigger this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlTrigger item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlTrigger item) { }
- }
- public partial class NvdlUnwrap : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlUnwrap() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlValidate : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlValidate() { }
- public Commons.Xml.Nvdl.NvdlOptionList Options { get { throw null; } }
- public System.Xml.XmlElement SchemaBody { get { throw null; } set { } }
- public string SchemaType { get { throw null; } set { } }
- public string SchemaUri { get { throw null; } set { } }
- }
- public partial class NvdlValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver, Commons.Xml.Nvdl.NvdlConfig config) : base (default(System.Xml.XmlReader)) { }
- public event Commons.Xml.Nvdl.NvdlMessageEventHandler ActionStarted { add { } remove { } }
- public override bool Read() { throw null; }
- }
- public partial class NvdlValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlValidationException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlValidationException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlValidationProvider
- {
- public NvdlValidationProvider() { }
- public Commons.Xml.Nvdl.NvdlConfig Config { get { throw null; } }
- public string SchemaType { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlValidate ValidateAction { get { throw null; } }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader schema, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public string GetSchemaUri(Commons.Xml.Nvdl.NvdlValidate validate) { throw null; }
- }
- public abstract partial class NvdlValidatorGenerator
- {
- protected NvdlValidatorGenerator() { }
- public abstract bool AddOption(string name, string arg);
- public virtual System.Xml.XmlReader CreateAttributeValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) { throw null; }
- public abstract System.Xml.XmlReader CreateValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver);
- public virtual bool HandleError(System.Exception ex, System.Xml.XmlReader reader, string nvdlLocation) { throw null; }
- }
- public partial class NvdlXsdValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlXsdValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng
-{
- public partial interface IGrammarContent
- {
- }
- public partial class RelaxngAnyName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngAnyName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngAttribute : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngAttribute() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngBinaryContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngBinaryContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngChoice : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngChoice() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngData : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngData() { }
- public Commons.Xml.Relaxng.RelaxngExcept Except { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngParamList ParamList { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngDataSupport : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngDataSupport() { }
- public string DatatypeLibrary { get { throw null; } set { } }
- public string Type { get { throw null; } set { } }
- }
- public abstract partial class RelaxngDatatype
- {
- protected RelaxngDatatype() { }
- public abstract string Name { get; }
- public abstract string NamespaceURI { get; }
- public virtual bool Compare(object o1, object o2) { throw null; }
- public virtual bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public abstract object Parse(string text, System.Xml.XmlReader reader);
- }
- public abstract partial class RelaxngDatatypeProvider
- {
- protected RelaxngDatatypeProvider() { }
- public abstract Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters);
- }
- public partial class RelaxngDefine : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDefine() { }
- public string Combine { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngDiv : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDiv() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngElement : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngElement() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngElementBase
- {
- protected RelaxngElementBase() { }
- public string BaseUri { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern ReadExternalResource(Commons.Xml.Relaxng.RelaxngGrammar grammar, System.Uri uri, string nsContext) { throw null; }
- public abstract void Write(System.Xml.XmlWriter writer);
- }
- public partial class RelaxngEmpty : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngEmpty() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExcept : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExcept() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngException : System.Exception
- {
- public RelaxngException() { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message) { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message, System.Exception innerException) { }
- public RelaxngException(string message) { }
- public RelaxngException(string message, System.Exception innerException) { }
- }
- public partial class RelaxngExceptNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExceptNameClass() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Names { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExternalRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngExternalRef() { }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammar : Commons.Xml.Relaxng.RelaxngPattern
- {
- public static string NamespaceURI;
- public RelaxngGrammar() { }
- public string DefaultNamespace { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammarContentList : System.Collections.CollectionBase
- {
- public RelaxngGrammarContentList() { }
- public Commons.Xml.Relaxng.IGrammarContent this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Remove(Commons.Xml.Relaxng.IGrammarContent p) { }
- }
- public partial class RelaxngGroup : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngGroup() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInclude : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngInclude() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInterleave : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngInterleave() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngList : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- internal RelaxngList() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngMergedProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- public RelaxngMergedProvider() { }
- public static Commons.Xml.Relaxng.RelaxngMergedProvider DefaultProvider { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider this[string ns] { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class RelaxngMixed : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngMixed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngName() { }
- public RelaxngName(string ncname, string ns) { }
- public string LocalName { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNameChoice : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNameChoice() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Children { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngNameClass() { }
- }
- public partial class RelaxngNameClassList : System.Collections.CollectionBase
- {
- public RelaxngNameClassList() { }
- public Commons.Xml.Relaxng.RelaxngNameClass this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- }
- public partial class RelaxngNotAllowed : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngNotAllowed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNsName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNsName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOneOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOneOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOptional : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOptional() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParam : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngParam() { }
- public RelaxngParam(string name, string value) { }
- public string Name { get { throw null; } set { } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParamList : System.Collections.CollectionBase
- {
- public RelaxngParamList() { }
- public Commons.Xml.Relaxng.RelaxngParam this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngParam p) { }
- }
- public partial class RelaxngParentRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngParentRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngPattern : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngPattern() { }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider DataProvider { get { throw null; } set { } }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void Compile() { }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider, System.Xml.XmlResolver xmlResolver) { throw null; }
- public void WriteCompact(System.IO.TextWriter writer) { }
- public void WriteCompact(System.IO.TextWriter writer, System.Xml.IXmlNamespaceResolver res) { }
- }
- public partial class RelaxngPatternList : System.Collections.CollectionBase
- {
- public RelaxngPatternList() { }
- public Commons.Xml.Relaxng.RelaxngPattern this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngPattern p) { }
- }
- public enum RelaxngPatternType
- {
- After = 14,
- Attribute = 12,
- Choice = 4,
- Data = 9,
- DataExcept = 10,
- Element = 13,
- Empty = 1,
- ExternalRef = 21,
- Grammar = 16,
- Group = 6,
- Interleave = 5,
- List = 8,
- Mixed = 18,
- NotAllowed = 2,
- OneOrMore = 7,
- Optional = 19,
- ParentRef = 22,
- Ref = 15,
- Text = 3,
- Value = 11,
- ZeroOrMore = 17,
- }
- public partial class RelaxngReader : Commons.Xml.XmlDefaultReader
- {
- [System.ObsoleteAttribute]
- public static string RelaxngNS;
- public RelaxngReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public string ContextNamespace { get { throw null; } }
- public string DatatypeLibrary { get { throw null; } }
- public static Commons.Xml.Relaxng.RelaxngPattern GrammarForRelaxng { get { throw null; } }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public override bool Read() { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern ReadPattern() { throw null; }
- public override string ReadString() { throw null; }
- }
- public partial class RelaxngRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngSingleContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngSingleContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngStart : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngStart() { }
- public string Combine { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngString : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngString() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngText : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngText() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngToken : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngToken() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public static readonly Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler IgnoreError;
- public RelaxngValidatingReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Relaxng.RelaxngPattern pattern) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) : base (default(System.Xml.XmlReader)) { }
- public bool ReportDetails { get { throw null; } set { } }
- public bool RoughLabelCheck { get { throw null; } set { } }
- public event Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler InvalidNodeFound { add { } remove { } }
- public object AfterAttribute(object stateObject, string localName, string ns) { throw null; }
- public object AfterCloseStartTag(object stateObject) { throw null; }
- public object AfterEndTag(object stateObject) { throw null; }
- public object AfterOpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public bool Attribute(object stateObject, string localName, string ns) { throw null; }
- public bool CloseStartTag(object stateObject) { throw null; }
- public bool Emptiable(object stateObject) { throw null; }
- public bool EndTag(object stateObject) { throw null; }
- public System.Collections.ICollection GetAttributeLabels(object stateObject) { throw null; }
- public object GetCurrentState() { throw null; }
- public System.Collections.ICollection GetElementLabels(object stateObject) { throw null; }
- public bool OpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public override bool Read() { throw null; }
- public delegate bool RelaxngValidationEventHandler(System.Xml.XmlReader source, string message);
- }
- public partial class RelaxngValue : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngValue() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngZeroOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngZeroOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
-}
-namespace Commons.Xml.Relaxng.Derivative
-{
- public abstract partial class RdpAbstractBinary : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractBinary(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern LValue { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern RValue { get { throw null; } set { } }
- }
- public abstract partial class RdpAbstractSingleContent : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractSingleContent(Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Child { get { throw null; } set { } }
- }
- public partial class RdpAfter : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpAfter(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpAnyName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- internal RdpAnyName() { }
- public override bool HasInfiniteName { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpAnyName Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpAnyNameExcept : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpAnyNameExcept(Commons.Xml.Relaxng.Derivative.RdpNameClass except) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpApplyAfterHandler(Commons.Xml.Relaxng.Derivative.RdpPattern p);
- public partial class RdpAttribute : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAttribute(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpBinaryFunction(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2);
- public partial class RdpChoice : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpChoice(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public enum RdpContentType
- {
- Complex = 2,
- Empty = 1,
- Invalid = 0,
- Simple = 4,
- }
- public partial class RdpData : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpData(Commons.Xml.Relaxng.Derivative.RdpDatatype dt) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDataExcept : Commons.Xml.Relaxng.Derivative.RdpData
- {
- public RdpDataExcept(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, Commons.Xml.Relaxng.Derivative.RdpPattern except) : base (default(Commons.Xml.Relaxng.Derivative.RdpDatatype)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Except { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDatatype
- {
- public RdpDatatype(string ns, string localName, Commons.Xml.Relaxng.RelaxngParamList parameters, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { }
- public bool IsContextDependent { get { throw null; } }
- public string LocalName { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public virtual bool IsAllowed(string value, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsTypeEqual(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpElement : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpElement(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- }
- public partial class RdpEmpty : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpEmpty() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpEmpty Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpGroup : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpGroup(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpInterleave : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpList : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpList(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpName(string local, string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public string LocalName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public abstract partial class RdpNameClass
- {
- protected RdpNameClass() { }
- public abstract bool HasInfiniteName { get; }
- public abstract Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get; }
- public abstract bool Contains(string name, string ns);
- }
- public partial class RdpNameClassChoice : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNameClassChoice(Commons.Xml.Relaxng.Derivative.RdpNameClass l, Commons.Xml.Relaxng.Derivative.RdpNameClass r) { }
- public override bool HasInfiniteName { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass LValue { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass RValue { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public enum RdpNameClassType
- {
- AnyName = 1,
- AnyNameExcept = 2,
- Name = 5,
- NameClassChoice = 6,
- None = 0,
- NsName = 3,
- NsNameExcept = 4,
- }
- public partial class RdpNotAllowed : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpNotAllowed() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpNotAllowed Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpNsName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNsName(string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpNsNameExcept : Commons.Xml.Relaxng.Derivative.RdpNsName
- {
- public RdpNsNameExcept(string ns, Commons.Xml.Relaxng.Derivative.RdpNameClass except) : base (default(string)) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpOneOrMore : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpParam
- {
- public RdpParam(string localName, string value) { }
- public string LocalName { get { throw null; } }
- public string Value { get { throw null; } }
- }
- public partial class RdpParamList : System.Collections.ArrayList
- {
- public RdpParamList() { }
- }
- public abstract partial class RdpPattern
- {
- public static readonly Commons.Xml.Relaxng.Derivative.RdpPattern Anything;
- protected RdpPattern() { }
- public abstract Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get; }
- public abstract bool Nullable { get; }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern After(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Choice(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes) { }
- public abstract void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass);
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Group(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Interleave(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern ListDeriv(string[] list, int index, System.Xml.XmlReader reader) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpAfter MakeAfter(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeChoice(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpChoice MakeChoiceLeaf(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeGroup(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpInterleave MakeInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpOneOrMore MakeOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern OneOrMore() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- public bool ValueMatch(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpText : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpText() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpText Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpUtil
- {
- public static char[] WhitespaceChars;
- public RdpUtil() { }
- }
- public partial class RdpValue : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpValue(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, string value) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.Inference
-{
- public partial class RelaxngInference
- {
- public RelaxngInference() { }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption Occurrence { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption TypeInference { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader) { throw null; }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngGrammar grammar) { throw null; }
- public enum InferenceOption
- {
- Relaxed = 1,
- Restricted = 0,
- }
- }
-}
-namespace Commons.Xml.Relaxng.Rnc
-{
- public partial class RncParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 4;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public RncParser(System.Xml.XmlNameTable nameTable) { }
- public string BaseUri { get { throw null; } }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri, string defaultNamespace) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri, string defaultNamespace) { throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.XmlSchema
-{
- public partial class XsdDatatypeProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- internal XsdDatatypeProvider() { }
- public static Commons.Xml.Relaxng.XmlSchema.XsdDatatypeProvider Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class XsdPrimitiveType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdPrimitiveType(string name, System.Xml.Schema.XmlSchemaDatatype xstype) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdQNameWrapper : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdQNameWrapper() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdSimpleRestrictionType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdSimpleRestrictionType(Commons.Xml.Relaxng.RelaxngDatatype primitive, Commons.Xml.Relaxng.RelaxngParamList parameters) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string value, System.Xml.XmlReader reader) { throw null; }
- }
-}
diff --git a/src/v4.0/I18N.CJK.cs b/src/v4.0/I18N.CJK.cs
deleted file mode 100644
index 34eef84..0000000
--- a/src/v4.0/I18N.CJK.cs
+++ /dev/null
@@ -1,133 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.CJK
-{
- [System.SerializableAttribute]
- public partial class CP50220 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50220() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50221 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50221() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50222 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50222() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP51932 : I18N.Common.MonoSafeEncoding
- {
- public CP51932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- public partial class CP51932Encoder : I18N.Common.MonoSafeEncoder
- {
- public CP51932Encoder(I18N.Common.MonoSafeEncoding encoding) : base (default(I18N.Common.MonoSafeEncoding)) { }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CP54936 : I18N.CJK.GB18030Encoding
- {
- public CP54936() { }
- }
- [System.SerializableAttribute]
- public partial class CP932 : I18N.Common.MonoSafeEncoding
- {
- public CP932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ENCeuc_jp : I18N.CJK.CP51932
- {
- public ENCeuc_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_2022_jp : I18N.CJK.CP50220
- {
- public ENCiso_2022_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCshift_jis : I18N.CJK.CP932
- {
- public ENCshift_jis() { }
- }
- [System.SerializableAttribute]
- public partial class GB18030Encoding : I18N.Common.MonoSafeEncoding
- {
- public GB18030Encoding() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int start, int len) { throw null; }
- public override int GetChars(byte[] bytes, int byteIdx, int srclen, char[] chars, int charIdx) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int len) { throw null; }
- public override int GetMaxCharCount(int len) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ISO2022JPEncoding : I18N.Common.MonoSafeEncoding
- {
- public ISO2022JPEncoding(int codePage, bool allow1ByteKana, bool allowShiftIO) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int charIndex, int charCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- protected override int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.0/I18N.MidEast.cs b/src/v4.0/I18N.MidEast.cs
deleted file mode 100644
index 7f1bb87..0000000
--- a/src/v4.0/I18N.MidEast.cs
+++ /dev/null
@@ -1,109 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.MidEast
-{
- [System.SerializableAttribute]
- public partial class CP1254 : I18N.Common.ByteEncoding
- {
- public CP1254() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1255 : I18N.Common.ByteEncoding
- {
- public CP1255() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1256 : I18N.Common.ByteEncoding
- {
- public CP1256() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28596 : I18N.Common.ByteEncoding
- {
- public CP28596() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28598 : I18N.Common.ByteEncoding
- {
- public CP28598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28599 : I18N.Common.ByteEncoding
- {
- public CP28599() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP38598 : I18N.Common.ByteEncoding
- {
- public CP38598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_6 : I18N.MidEast.CP28596
- {
- public ENCiso_8859_6() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_8 : I18N.MidEast.CP28598
- {
- public ENCiso_8859_8() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_9 : I18N.MidEast.CP28599
- {
- public ENCiso_8859_9() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1254 : I18N.MidEast.CP1254
- {
- public ENCwindows_1254() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1255 : I18N.MidEast.CP1255
- {
- public ENCwindows_1255() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1256 : I18N.MidEast.CP1256
- {
- public ENCwindows_1256() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_38598 : I18N.MidEast.CP38598
- {
- public ENCwindows_38598() { }
- }
-}
diff --git a/src/v4.0/I18N.Other.cs b/src/v4.0/I18N.Other.cs
deleted file mode 100644
index 787b082..0000000
--- a/src/v4.0/I18N.Other.cs
+++ /dev/null
@@ -1,240 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Other
-{
- [System.SerializableAttribute]
- public partial class CP1251 : I18N.Common.ByteEncoding
- {
- public CP1251() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1257 : I18N.Common.ByteEncoding
- {
- public CP1257() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1258 : I18N.Common.ByteEncoding
- {
- public CP1258() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20866 : I18N.Common.ByteEncoding
- {
- public CP20866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21866 : I18N.Common.ByteEncoding
- {
- public CP21866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28594 : I18N.Common.ByteEncoding
- {
- public CP28594() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28595 : I18N.Common.ByteEncoding
- {
- public CP28595() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP57002 : I18N.Other.ISCIIEncoding
- {
- public CP57002() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57003 : I18N.Other.ISCIIEncoding
- {
- public CP57003() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57004 : I18N.Other.ISCIIEncoding
- {
- public CP57004() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57005 : I18N.Other.ISCIIEncoding
- {
- public CP57005() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57006 : I18N.Other.ISCIIEncoding
- {
- public CP57006() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57007 : I18N.Other.ISCIIEncoding
- {
- public CP57007() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57008 : I18N.Other.ISCIIEncoding
- {
- public CP57008() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57009 : I18N.Other.ISCIIEncoding
- {
- public CP57009() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57010 : I18N.Other.ISCIIEncoding
- {
- public CP57010() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57011 : I18N.Other.ISCIIEncoding
- {
- public CP57011() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP874 : I18N.Common.ByteEncoding
- {
- public CP874() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_4 : I18N.Other.CP28594
- {
- public ENCiso_8859_4() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_5 : I18N.Other.CP28595
- {
- public ENCiso_8859_5() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_r : I18N.Other.CP20866
- {
- public ENCkoi8_r() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_u : I18N.Other.CP21866
- {
- public ENCkoi8_u() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1251 : I18N.Other.CP1251
- {
- public ENCwindows_1251() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1257 : I18N.Other.CP1257
- {
- public ENCwindows_1257() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1258 : I18N.Other.CP1258
- {
- public ENCwindows_1258() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_874 : I18N.Other.CP874
- {
- public ENCwindows_874() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_as : I18N.Other.CP57006
- {
- public ENCx_iscii_as() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_be : I18N.Other.CP57003
- {
- public ENCx_iscii_be() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_de : I18N.Other.CP57002
- {
- public ENCx_iscii_de() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_gu : I18N.Other.CP57010
- {
- public ENCx_iscii_gu() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ka : I18N.Other.CP57008
- {
- public ENCx_iscii_ka() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ma : I18N.Other.CP57009
- {
- public ENCx_iscii_ma() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_or : I18N.Other.CP57007
- {
- public ENCx_iscii_or() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_pa : I18N.Other.CP57011
- {
- public ENCx_iscii_pa() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ta : I18N.Other.CP57004
- {
- public ENCx_iscii_ta() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_te : I18N.Other.CP57005
- {
- public ENCx_iscii_te() { }
- }
- [System.SerializableAttribute]
- public abstract partial class ISCIIEncoding : I18N.Common.MonoEncoding
- {
- protected ISCIIEncoding(int codePage, int shift, string encodingName, string webName) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.0/I18N.Rare.cs b/src/v4.0/I18N.Rare.cs
deleted file mode 100644
index 40b6a17..0000000
--- a/src/v4.0/I18N.Rare.cs
+++ /dev/null
@@ -1,529 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Rare
-{
- [System.SerializableAttribute]
- public partial class CP1026 : I18N.Common.ByteEncoding
- {
- public CP1026() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1047 : I18N.Common.ByteEncoding
- {
- public CP1047() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1140 : I18N.Common.ByteEncoding
- {
- public CP1140() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1141 : I18N.Common.ByteEncoding
- {
- public CP1141() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1142 : I18N.Common.ByteEncoding
- {
- public CP1142() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1143 : I18N.Common.ByteEncoding
- {
- public CP1143() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1144 : I18N.Common.ByteEncoding
- {
- public CP1144() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1145 : I18N.Common.ByteEncoding
- {
- public CP1145() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1146 : I18N.Common.ByteEncoding
- {
- public CP1146() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1147 : I18N.Common.ByteEncoding
- {
- public CP1147() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1148 : I18N.Common.ByteEncoding
- {
- public CP1148() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1149 : I18N.Common.ByteEncoding
- {
- public CP1149() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20273 : I18N.Common.ByteEncoding
- {
- public CP20273() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20277 : I18N.Common.ByteEncoding
- {
- public CP20277() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20278 : I18N.Common.ByteEncoding
- {
- public CP20278() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20280 : I18N.Common.ByteEncoding
- {
- public CP20280() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20284 : I18N.Common.ByteEncoding
- {
- public CP20284() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20285 : I18N.Common.ByteEncoding
- {
- public CP20285() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20290 : I18N.Common.ByteEncoding
- {
- public CP20290() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20297 : I18N.Common.ByteEncoding
- {
- public CP20297() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20420 : I18N.Common.ByteEncoding
- {
- public CP20420() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20424 : I18N.Common.ByteEncoding
- {
- public CP20424() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20871 : I18N.Common.ByteEncoding
- {
- public CP20871() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21025 : I18N.Common.ByteEncoding
- {
- public CP21025() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP37 : I18N.Common.ByteEncoding
- {
- public CP37() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP500 : I18N.Common.ByteEncoding
- {
- public CP500() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP708 : I18N.Common.ByteEncoding
- {
- public CP708() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP852 : I18N.Common.ByteEncoding
- {
- public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP855 : I18N.Common.ByteEncoding
- {
- public CP855() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP857 : I18N.Common.ByteEncoding
- {
- public CP857() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP858 : I18N.Common.ByteEncoding
- {
- public CP858() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP862 : I18N.Common.ByteEncoding
- {
- public CP862() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP864 : I18N.Common.ByteEncoding
- {
- public CP864() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP866 : I18N.Common.ByteEncoding
- {
- public CP866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP869 : I18N.Common.ByteEncoding
- {
- public CP869() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP870 : I18N.Common.ByteEncoding
- {
- public CP870() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP875 : I18N.Common.ByteEncoding
- {
- public CP875() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCasmo_708 : I18N.Rare.CP708
- {
- public ENCasmo_708() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm00858 : I18N.Rare.CP858
- {
- public ENCibm00858() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01140 : I18N.Rare.CP1140
- {
- public ENCibm01140() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01141 : I18N.Rare.CP1141
- {
- public ENCibm01141() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01142 : I18N.Rare.CP1142
- {
- public ENCibm01142() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01143 : I18N.Rare.CP1143
- {
- public ENCibm01143() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm037 : I18N.Rare.CP37
- {
- public ENCibm037() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1025 : I18N.Rare.CP21025
- {
- public ENCibm1025() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1026 : I18N.Rare.CP1026
- {
- public ENCibm1026() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1047 : I18N.Rare.CP1047
- {
- public ENCibm1047() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1144 : I18N.Rare.CP1144
- {
- public ENCibm1144() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1145 : I18N.Rare.CP1145
- {
- public ENCibm1145() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1146 : I18N.Rare.CP1146
- {
- public ENCibm1146() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1147 : I18N.Rare.CP1147
- {
- public ENCibm1147() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1148 : I18N.Rare.CP1148
- {
- public ENCibm1148() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1149 : I18N.Rare.CP1149
- {
- public ENCibm1149() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm273 : I18N.Rare.CP20273
- {
- public ENCibm273() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm277 : I18N.Rare.CP20277
- {
- public ENCibm277() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm278 : I18N.Rare.CP20278
- {
- public ENCibm278() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm280 : I18N.Rare.CP20280
- {
- public ENCibm280() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm284 : I18N.Rare.CP20284
- {
- public ENCibm284() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm285 : I18N.Rare.CP20285
- {
- public ENCibm285() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm290 : I18N.Rare.CP20290
- {
- public ENCibm290() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm297 : I18N.Rare.CP20297
- {
- public ENCibm297() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm420 : I18N.Rare.CP20420
- {
- public ENCibm420() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm424 : I18N.Rare.CP20424
- {
- public ENCibm424() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm500 : I18N.Rare.CP500
- {
- public ENCibm500() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm852 : I18N.Rare.CP852
- {
- public ENCibm852() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm855 : I18N.Rare.CP855
- {
- public ENCibm855() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm857 : I18N.Rare.CP857
- {
- public ENCibm857() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm862 : I18N.Rare.CP862
- {
- public ENCibm862() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm864 : I18N.Rare.CP864
- {
- public ENCibm864() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm866 : I18N.Rare.CP866
- {
- public ENCibm866() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm869 : I18N.Rare.CP869
- {
- public ENCibm869() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm870 : I18N.Rare.CP870
- {
- public ENCibm870() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm871 : I18N.Rare.CP20871
- {
- public ENCibm871() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm875 : I18N.Rare.CP875
- {
- public ENCibm875() { }
- }
-}
diff --git a/src/v4.0/I18N.West.cs b/src/v4.0/I18N.West.cs
deleted file mode 100644
index 9cd733a..0000000
--- a/src/v4.0/I18N.West.cs
+++ /dev/null
@@ -1,221 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.West
-{
- [System.SerializableAttribute]
- public partial class CP10000 : I18N.Common.ByteEncoding
- {
- public CP10000() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP10079 : I18N.Common.ByteEncoding
- {
- public CP10079() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1250 : I18N.Common.ByteEncoding
- {
- public CP1250() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1252 : I18N.Common.ByteEncoding
- {
- public CP1252() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1253 : I18N.Common.ByteEncoding
- {
- public CP1253() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28592 : I18N.Common.ByteEncoding
- {
- public CP28592() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28593 : I18N.Common.ByteEncoding
- {
- public CP28593() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28597 : I18N.Common.ByteEncoding
- {
- public CP28597() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28605 : I18N.Common.ByteEncoding
- {
- public CP28605() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP437 : I18N.Common.ByteEncoding
- {
- public CP437() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP850 : I18N.Common.ByteEncoding
- {
- public CP850() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP860 : I18N.Common.ByteEncoding
- {
- public CP860() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP861 : I18N.Common.ByteEncoding
- {
- public CP861() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP863 : I18N.Common.ByteEncoding
- {
- public CP863() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP865 : I18N.Common.ByteEncoding
- {
- public CP865() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm437 : I18N.West.CP437
- {
- public ENCibm437() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm850 : I18N.West.CP850
- {
- public ENCibm850() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm860 : I18N.West.CP860
- {
- public ENCibm860() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm861 : I18N.West.CP861
- {
- public ENCibm861() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm863 : I18N.West.CP863
- {
- public ENCibm863() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm865 : I18N.West.CP865
- {
- public ENCibm865() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_15 : I18N.West.CP28605
- {
- public ENCiso_8859_15() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_2 : I18N.West.CP28592
- {
- public ENCiso_8859_2() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_3 : I18N.West.CP28593
- {
- public ENCiso_8859_3() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_7 : I18N.West.CP28597
- {
- public ENCiso_8859_7() { }
- }
- [System.SerializableAttribute]
- public partial class ENCmacintosh : I18N.West.CP10000
- {
- public ENCmacintosh() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1250 : I18N.West.CP1250
- {
- public ENCwindows_1250() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1252 : I18N.West.CP1252
- {
- public ENCwindows_1252() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1253 : I18N.West.CP1253
- {
- public ENCwindows_1253() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_mac_icelandic : I18N.West.CP10079
- {
- public ENCx_mac_icelandic() { }
- }
-}
diff --git a/src/v4.0/I18N.cs b/src/v4.0/I18N.cs
deleted file mode 100644
index 7afd7f7..0000000
--- a/src/v4.0/I18N.cs
+++ /dev/null
@@ -1,149 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Common
-{
- [System.SerializableAttribute]
- public abstract partial class ByteEncoding : I18N.Common.MonoEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected unsafe abstract void ToBytes(char* chars, int charCount, byte* bytes, int byteCount);
- protected virtual void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- [System.SerializableAttribute]
- public abstract partial class ByteSafeEncoding : I18N.Common.MonoSafeEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteSafeEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected abstract void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
- protected virtual void ToBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- public sealed partial class Handlers
- {
- public static readonly string[] List;
- public Handlers() { }
- public static string GetAlias(string name) { throw null; }
- }
- public partial class Manager
- {
- internal Manager() { }
- public static I18N.Common.Manager PrimaryManager { get { throw null; } }
- public System.Globalization.CultureInfo GetCulture(int culture, bool useUserOverride) { throw null; }
- public System.Globalization.CultureInfo GetCulture(string name, bool useUserOverride) { throw null; }
- public System.Text.Encoding GetEncoding(int codePage) { throw null; }
- public System.Text.Encoding GetEncoding(string name) { throw null; }
- }
- public abstract partial class MonoEncoder : System.Text.Encoder
- {
- public MonoEncoder(I18N.Common.MonoEncoding encoding) { }
- public override int GetByteCount(char[] chars, int index, int count, bool refresh) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount, bool refresh);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount, bool refresh);
- public unsafe void HandleFallback(char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoEncoding : System.Text.Encoding
- {
- public MonoEncoding(int codePage) { }
- public MonoEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount);
- protected unsafe virtual int GetBytesInternal(char* chars, int charCount, byte* bytes, int byteCount, bool flush, object state) { throw null; }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount) { }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public abstract partial class MonoSafeEncoder : System.Text.Encoder
- {
- public MonoSafeEncoder(I18N.Common.MonoSafeEncoding encoding) { }
- public void HandleFallback(char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoSafeEncoding : System.Text.Encoding
- {
- public MonoSafeEncoding(int codePage) { }
- public MonoSafeEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- protected virtual int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public sealed partial class Strings
- {
- public Strings() { }
- public static string GetString(string tag) { throw null; }
- }
-}
diff --git a/src/v4.0/IBM.Data.DB2.cs b/src/v4.0/IBM.Data.DB2.cs
deleted file mode 100644
index 2b1c39a..0000000
--- a/src/v4.0/IBM.Data.DB2.cs
+++ /dev/null
@@ -1,297 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace IBM.Data.DB2
-{
- public partial class DB2ClientUtils
- {
- public DB2ClientUtils() { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message) { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message, IBM.Data.DB2.DB2Connection connection) { }
- }
- public partial class DB2Command : System.ComponentModel.Component, System.Data.IDbCommand, System.ICloneable, System.IDisposable
- {
- public DB2Command() { }
- public DB2Command(string commandStr) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Transaction trans) { }
- public string CommandText { get { throw null; } set { } }
- public int CommandTimeout { get { throw null; } set { } }
- public System.Data.CommandType CommandType { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Connection Connection { get { throw null; } set { } }
- public IBM.Data.DB2.DB2ParameterCollection Parameters { get { throw null; } }
- public bool SelfDescribe { get { throw null; } set { } }
- public System.IntPtr statementHandle { get { throw null; } }
- System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
- System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
- System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Transaction Transaction { get { throw null; } set { } }
- public System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public void Cancel() { }
- public System.Data.IDbDataParameter CreateParameter() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- public int ExecuteNonQuery() { throw null; }
- public void ExecuteNonQueryInternal(System.Data.CommandBehavior behavior) { }
- public IBM.Data.DB2.DB2DataReader ExecuteReader() { throw null; }
- public IBM.Data.DB2.DB2DataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public object ExecuteScalar() { throw null; }
- ~DB2Command() { }
- public void Prepare() { }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2CommandBuilder : System.ComponentModel.Component
- {
- public DB2CommandBuilder() { }
- public DB2CommandBuilder(IBM.Data.DB2.DB2DataAdapter adapter) { }
- public IBM.Data.DB2.DB2DataAdapter DataAdapter { get { throw null; } set { } }
- public string QuotePrefix { get { throw null; } set { } }
- public string QuoteSuffix { get { throw null; } set { } }
- public static void DeriveParameters(IBM.Data.DB2.DB2Command command) { }
- protected override void Dispose(bool disposing) { }
- public IBM.Data.DB2.DB2Command GetDeleteCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetInsertCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetUpdateCommand() { throw null; }
- public void RefreshSchema() { }
- }
- public partial class DB2Connection : System.ComponentModel.Component, System.Data.IDbConnection, System.ICloneable, System.IDisposable
- {
- public DB2Connection() { }
- public DB2Connection(string conString) { }
- public string ConnectionString { get { throw null; } set { } }
- public int ConnectionTimeout { get { throw null; } set { } }
- public string Database { get { throw null; } }
- public System.Data.ConnectionState State { get { throw null; } }
- public event IBM.Data.DB2.DB2InfoMessageEventHandler InfoMessage { add { } remove { } }
- public event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public IBM.Data.DB2.DB2Transaction BeginTransaction() { throw null; }
- public IBM.Data.DB2.DB2Transaction BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- public void ChangeDatabase(string newDBName) { }
- public void Close() { }
- public IBM.Data.DB2.DB2Command CreateCommand() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- ~DB2Connection() { }
- public void Open() { }
- public static void ReleaseObjectPool() { }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2DataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter
- {
- public DB2DataAdapter() { }
- public DB2DataAdapter(IBM.Data.DB2.DB2Command selectCommand) { }
- public DB2DataAdapter(string selectCommandText, IBM.Data.DB2.DB2Connection selectConnection) { }
- public DB2DataAdapter(string selectCommandText, string selectConnectionString) { }
- public new IBM.Data.DB2.DB2Command DeleteCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command InsertCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command SelectCommand { get { throw null; } set { } }
- System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command UpdateCommand { get { throw null; } set { } }
- public event IBM.Data.DB2.DB2RowUpdatedEventHandler RowUpdated { add { } remove { } }
- public event IBM.Data.DB2.DB2RowUpdatingEventHandler RowUpdating { add { } remove { } }
- protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class DB2DataReader : System.MarshalByRefObject, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
- {
- internal DB2DataReader() { }
- public int Depth { get { throw null; } }
- public int FieldCount { get { throw null; } }
- public bool HasRows { get { throw null; } }
- public bool IsClosed { get { throw null; } }
- public object this[int col] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public int RecordsAffected { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- ~DB2DataReader() { }
- public bool GetBoolean(int col) { throw null; }
- public byte GetByte(int col) { throw null; }
- public long GetBytes(int col, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public char GetChar(int col) { throw null; }
- public long GetChars(int col, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
- public System.Data.IDataReader GetData(int col) { throw null; }
- public string GetDataTypeName(int col) { throw null; }
- public System.DateTime GetDate(int col) { throw null; }
- public System.DateTime GetDateTime(int col) { throw null; }
- public decimal GetDecimal(int col) { throw null; }
- public double GetDouble(int col) { throw null; }
- public System.Type GetFieldType(int col) { throw null; }
- public float GetFloat(int col) { throw null; }
- public System.Guid GetGuid(int col) { throw null; }
- public short GetInt16(int col) { throw null; }
- public int GetInt32(int col) { throw null; }
- public long GetInt64(int col) { throw null; }
- public string GetName(int col) { throw null; }
- public int GetOrdinal(string name) { throw null; }
- public System.Data.DataTable GetSchemaTable() { throw null; }
- public string GetString(int col) { throw null; }
- public object GetStringInternal(int col) { throw null; }
- public System.TimeSpan GetTime(int col) { throw null; }
- public System.TimeSpan GetTimeSpan(int col) { throw null; }
- public object GetValue(int col) { throw null; }
- public int GetValues(object[] values) { throw null; }
- public bool IsDBNull(int col) { throw null; }
- public bool NextResult() { throw null; }
- public bool Read() { throw null; }
- }
- public sealed partial class DB2Error
- {
- internal DB2Error() { }
- public string Message { get { throw null; } }
- public int NativeError { get { throw null; } }
- public string Source { get { throw null; } }
- public string SQLState { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DB2ErrorCollection : System.Collections.CollectionBase
- {
- public DB2ErrorCollection(short sqlHandleType, System.IntPtr sqlHandle) { }
- public IBM.Data.DB2.DB2Error this[int index] { get { throw null; } }
- public void CopyTo(IBM.Data.DB2.DB2Error[] array, int index) { }
- public new IBM.Data.DB2.DB2ErrorCollection.DB2ErrorEnumerator GetEnumerator() { throw null; }
- public partial class DB2ErrorEnumerator : System.Collections.IEnumerator
- {
- public DB2ErrorEnumerator(IBM.Data.DB2.DB2ErrorCollection mappings) { }
- public IBM.Data.DB2.DB2Error Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class DB2Exception : System.Exception
- {
- internal DB2Exception() { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public override string Message { get { throw null; } }
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public sealed partial class DB2InfoMessageEventArgs : System.EventArgs
- {
- public DB2InfoMessageEventArgs(IBM.Data.DB2.DB2ErrorCollection errors) { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public delegate void DB2InfoMessageEventHandler(object sender, IBM.Data.DB2.DB2InfoMessageEventArgs e);
- public sealed partial class DB2Parameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
- {
- public DB2Parameter() { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size) { }
- public DB2Parameter(string parameterName, IBM.Data.DB2.DB2Type db2Type, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size, string sourceColumn) { }
- public DB2Parameter(string parameterName, object value) { }
- public IBM.Data.DB2.DB2Type DB2Type { get { throw null; } set { } }
- public System.Data.DbType DbType { get { throw null; } set { } }
- public System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public bool IsNullable { get { throw null; } set { } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string SourceColumn { get { throw null; } set { } }
- public System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- object System.ICloneable.Clone() { throw null; }
- }
- public partial class DB2ParameterCollection : System.Collections.ArrayList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
- {
- public DB2ParameterCollection() { }
- public new IBM.Data.DB2.DB2Parameter this[int index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter this[string index] { get { throw null; } set { } }
- object System.Data.IDataParameterCollection.this[string index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter Add(IBM.Data.DB2.DB2Parameter value) { throw null; }
- public override int Add(object obj) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type type) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size, string sourceColumn) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, object value) { throw null; }
- public bool Contains(string paramName) { throw null; }
- public int IndexOf(string paramName) { throw null; }
- public void RemoveAt(string paramName) { }
- }
- public sealed partial class DB2RowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
- {
- public DB2RowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } }
- }
- public delegate void DB2RowUpdatedEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatedEventArgs e);
- public sealed partial class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
- {
- public DB2RowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } set { } }
- }
- public delegate void DB2RowUpdatingEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatingEventArgs e);
- public sealed partial class DB2Transaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
- {
- internal DB2Transaction() { }
- public System.Data.IDbConnection Connection { get { throw null; } }
- public System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public void Commit() { }
- public void Dispose() { }
- public void Rollback() { }
- }
- public enum DB2Type
- {
- BigInt = 3,
- Binary = 15,
- Blob = 22,
- Char = 12,
- Clob = 21,
- Datalink = 24,
- Date = 9,
- DbClob = 23,
- Decimal = 7,
- Double = 5,
- Float = 6,
- Graphic = 18,
- Integer = 2,
- Invalid = 0,
- LongVarBinary = 17,
- LongVarChar = 14,
- LongVarGraphic = 20,
- Numeric = 8,
- Real = 4,
- RowId = 25,
- SmallInt = 1,
- Time = 10,
- Timestamp = 11,
- VarBinary = 16,
- VarChar = 13,
- VarGraphic = 19,
- XmlReader = 26,
- }
- public partial class DB2TypeConverter
- {
- public DB2TypeConverter() { }
- public static System.Type GetManagedType(int sql_type) { throw null; }
- }
-}
diff --git a/src/v4.0/ICSharpCode.SharpZipLib.cs b/src/v4.0/ICSharpCode.SharpZipLib.cs
deleted file mode 100644
index 607b37a..0000000
--- a/src/v4.0/ICSharpCode.SharpZipLib.cs
+++ /dev/null
@@ -1,962 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.84.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright 2001-2005 Mike Krueger")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("A free C# compression library")]
-[assembly:System.Reflection.AssemblyProductAttribute("#ZipLibrary")]
-[assembly:System.Reflection.AssemblyTitleAttribute("ICSharpCode.SharpZipLibrary")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace ICSharpCode.SharpZipLib
-{
- public partial class SharpZipBaseException : System.ApplicationException
- {
- public SharpZipBaseException() { }
- public SharpZipBaseException(string msg) { }
- public SharpZipBaseException(string message, System.Exception innerException) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.BZip2
-{
- public sealed partial class BZip2
- {
- public BZip2() { }
- public static void Compress(System.IO.Stream instream, System.IO.Stream outstream, int blockSize) { }
- public static void Decompress(System.IO.Stream instream, System.IO.Stream outstream) { }
- }
- public sealed partial class BZip2Constants
- {
- internal BZip2Constants() { }
- public static readonly int baseBlockSize;
- public static readonly int G_SIZE;
- public static readonly int MAX_ALPHA_SIZE;
- public static readonly int MAX_CODE_LEN;
- public static readonly int MAX_SELECTORS;
- public static readonly int NUM_OVERSHOOT_BYTES;
- public static readonly int N_GROUPS;
- public static readonly int N_ITERS;
- public static readonly int[] rNums;
- public static readonly int RUNA;
- public static readonly int RUNB;
- }
- public partial class BZip2Exception : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public BZip2Exception() { }
- public BZip2Exception(string message) { }
- }
- public partial class BZip2InputStream : System.IO.Stream
- {
- public BZip2InputStream(System.IO.Stream stream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- public override int Read(byte[] b, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class BZip2OutputStream : System.IO.Stream
- {
- public BZip2OutputStream(System.IO.Stream stream) { }
- public BZip2OutputStream(System.IO.Stream stream, int blockSize) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~BZip2OutputStream() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bv) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Checksums
-{
- public sealed partial class Adler32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Adler32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public sealed partial class Crc32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Crc32() { }
- public long Value { get { throw null; } set { } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] buffer);
- void Update(byte[] buf, int off, int len);
- void Update(int bval);
- }
- public partial class StrangeCRC : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public StrangeCRC() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int inCh) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Core
-{
- public partial class DirectoryEventArgs : ICSharpCode.SharpZipLib.Core.ScanEventArgs
- {
- public DirectoryEventArgs(string name, bool hasMatchingFiles) : base (default(string)) { }
- public bool HasMatchingFiles { get { throw null; } }
- }
- public delegate void DirectoryFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public delegate void FileFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public partial class FileSystemScanner
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter) { }
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter, ICSharpCode.SharpZipLib.Core.IScanFilter directoryFilter) { }
- public FileSystemScanner(string filter) { }
- public FileSystemScanner(string fileFilter, string directoryFilter) { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- public void Scan(string directory, bool recurse) { }
- }
- public partial interface INameTransform
- {
- string TransformDirectory(string name);
- string TransformFile(string name);
- }
- public partial interface IScanFilter
- {
- bool IsMatch(string name);
- }
- public partial class NameAndSizeFilter : ICSharpCode.SharpZipLib.Core.PathFilter
- {
- public NameAndSizeFilter(string filter, long minSize, long maxSize) : base (default(string)) { }
- public long MaxSize { get { throw null; } set { } }
- public long MinSize { get { throw null; } set { } }
- public override bool IsMatch(string fileName) { throw null; }
- }
- public partial class NameFilter
- {
- public NameFilter(string filter) { }
- public bool IsExcluded(string testValue) { throw null; }
- public bool IsIncluded(string testValue) { throw null; }
- public bool IsMatch(string testValue) { throw null; }
- public static bool IsValidExpression(string e) { throw null; }
- public static bool IsValidFilterExpression(string toTest) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PathFilter : ICSharpCode.SharpZipLib.Core.IScanFilter
- {
- public PathFilter(string filter) { }
- public virtual bool IsMatch(string name) { throw null; }
- }
- public delegate void ProcessDirectoryDelegate(object Sender, ICSharpCode.SharpZipLib.Core.DirectoryEventArgs e);
- public delegate void ProcessFileDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanEventArgs e);
- public partial class ScanEventArgs : System.EventArgs
- {
- public ScanEventArgs(string name) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public string Name { get { throw null; } }
- }
- public partial class ScanFailureEventArgs
- {
- public ScanFailureEventArgs(string name, System.Exception e) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public System.Exception Exception { get { throw null; } }
- public string Name { get { throw null; } }
- }
-}
-namespace ICSharpCode.SharpZipLib.Encryption
-{
- public abstract partial class PkzipClassic : System.Security.Cryptography.SymmetricAlgorithm
- {
- protected PkzipClassic() { }
- public static byte[] GenerateKeys(byte[] seed) { throw null; }
- }
- public sealed partial class PkzipClassicManaged : ICSharpCode.SharpZipLib.Encryption.PkzipClassic
- {
- public PkzipClassicManaged() { }
- public override int BlockSize { get { throw null; } set { } }
- public override byte[] Key { get { throw null; } set { } }
- public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw null; } }
- public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- }
-}
-namespace ICSharpCode.SharpZipLib.GZip
-{
- public partial class GZipConstants
- {
- internal GZipConstants() { }
- public const int FCOMMENT = 16;
- public const int FEXTRA = 4;
- public const int FHCRC = 2;
- public const int FNAME = 8;
- public const int FTEXT = 1;
- public static readonly int GZIP_MAGIC;
- }
- public partial class GZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public GZipException() { }
- public GZipException(string message) { }
- }
- public partial class GZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- protected bool eos;
- public GZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public GZipInputStream(System.IO.Stream baseInputStream, int size) : base (default(System.IO.Stream)) { }
- public override int Read(byte[] buf, int offset, int len) { throw null; }
- }
- public partial class GZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- public GZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public GZipOutputStream(System.IO.Stream baseOutputStream, int size) : base (default(System.IO.Stream)) { }
- public override void Close() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void SetLevel(int level) { }
- public override void Write(byte[] buf, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Tar
-{
- public partial class InvalidHeaderException : ICSharpCode.SharpZipLib.Tar.TarException
- {
- public InvalidHeaderException() { }
- public InvalidHeaderException(string msg) { }
- }
- public delegate void ProgressMessageHandler(ICSharpCode.SharpZipLib.Tar.TarArchive archive, ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message);
- public partial class TarArchive
- {
- protected TarArchive() { }
- public bool ApplyUserInfoOverrides { get { throw null; } set { } }
- public int GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string PathPrefix { get { throw null; } set { } }
- public int RecordSize { get { throw null; } }
- public string RootPath { get { throw null; } set { } }
- public int UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public event ICSharpCode.SharpZipLib.Tar.ProgressMessageHandler ProgressMessageEvent { add { } remove { } }
- public void CloseArchive() { }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public void ExtractContents(string destDir) { }
- public void ListContents() { }
- protected virtual void OnProgressMessageEvent(ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message) { }
- public void SetAsciiTranslation(bool asciiTranslate) { }
- public void SetKeepOldFiles(bool keepOldFiles) { }
- public void SetUserInfo(int userId, string userName, int groupId, string groupName) { }
- public void WriteEntry(ICSharpCode.SharpZipLib.Tar.TarEntry sourceEntry, bool recurse) { }
- }
- public partial class TarBuffer
- {
- public const int BlockSize = 512;
- public const int DefaultBlockFactor = 20;
- public const int DefaultRecordSize = 10240;
- protected TarBuffer() { }
- public int BlockFactor { get { throw null; } }
- public int RecordSize { get { throw null; } }
- public void Close() { }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public int GetBlockFactor() { throw null; }
- public int GetCurrentBlockNum() { throw null; }
- public int GetCurrentRecordNum() { throw null; }
- public int GetRecordSize() { throw null; }
- public bool IsEOFBlock(byte[] block) { throw null; }
- public byte[] ReadBlock() { throw null; }
- public void SkipBlock() { }
- public void WriteBlock(byte[] block) { }
- public void WriteBlock(byte[] buf, int offset) { }
- }
- public partial class TarEntry : System.ICloneable
- {
- public TarEntry(ICSharpCode.SharpZipLib.Tar.TarHeader header) { }
- public TarEntry(byte[] headerBuf) { }
- public string File { get { throw null; } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Tar.TarHeader TarHeader { get { throw null; } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public void AdjustEntryName(byte[] outbuf, string newName) { }
- public object Clone() { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateTarEntry(string name) { throw null; }
- public override bool Equals(object it) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry[] GetDirectoryEntries() { throw null; }
- public void GetFileTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string file) { }
- public override int GetHashCode() { throw null; }
- public bool IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry desc) { throw null; }
- public void NameTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string name) { }
- public void SetIds(int userId, int groupId) { }
- public void SetNames(string userName, string groupName) { }
- public void WriteEntryHeader(byte[] outbuf) { }
- }
- public partial class TarException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public TarException() { }
- public TarException(string message) { }
- }
- public partial class TarHeader : System.ICloneable
- {
- public static readonly int CHKSUMLEN;
- public const int CHKSUMOFS = 148;
- public static readonly int DEVLEN;
- public static readonly int GIDLEN;
- public static readonly int GNAMELEN;
- public static readonly string GNU_TMAGIC;
- public const byte LF_ACL = (byte)65;
- public const byte LF_BLK = (byte)52;
- public const byte LF_CHR = (byte)51;
- public const byte LF_CONTIG = (byte)55;
- public const byte LF_DIR = (byte)53;
- public const byte LF_EXTATTR = (byte)69;
- public const byte LF_FIFO = (byte)54;
- public const byte LF_GHDR = (byte)103;
- public const byte LF_GNU_DUMPDIR = (byte)68;
- public const byte LF_GNU_LONGLINK = (byte)75;
- public const byte LF_GNU_LONGNAME = (byte)76;
- public const byte LF_GNU_MULTIVOL = (byte)77;
- public const byte LF_GNU_NAMES = (byte)78;
- public const byte LF_GNU_SPARSE = (byte)83;
- public const byte LF_GNU_VOLHDR = (byte)86;
- public const byte LF_LINK = (byte)49;
- public const byte LF_META = (byte)73;
- public const byte LF_NORMAL = (byte)48;
- public const byte LF_OLDNORM = (byte)0;
- public const byte LF_SYMLINK = (byte)50;
- public static readonly byte LF_XHDR;
- public static readonly int MAGICLEN;
- public static readonly int MODELEN;
- public static readonly int MODTIMELEN;
- public static readonly int NAMELEN;
- public static readonly int SIZELEN;
- public static readonly string TMAGIC;
- public static readonly int UIDLEN;
- public static readonly int UNAMELEN;
- public static readonly int VERSIONLEN;
- public TarHeader() { }
- public int Checksum { get { throw null; } }
- public int DevMajor { get { throw null; } set { } }
- public int DevMinor { get { throw null; } set { } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsChecksumValid { get { throw null; } }
- public string LinkName { get { throw null; } set { } }
- public string Magic { get { throw null; } set { } }
- public int Mode { get { throw null; } set { } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public byte TypeFlag { get { throw null; } set { } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static int GetAsciiBytes(string toAdd, int nameOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetLongOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- [System.ObsoleteAttribute]
- public string GetName() { throw null; }
- public static int GetNameBytes(string name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(string name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- public void ParseBuffer(byte[] header) { }
- public static System.Text.StringBuilder ParseName(byte[] header, int offset, int length) { throw null; }
- public static long ParseOctal(byte[] header, int offset, int length) { throw null; }
- public static void ResetValueDefaults() { }
- public static void SetValueDefaults(int userId, string userName, int groupId, string groupName) { }
- public void WriteHeader(byte[] outbuf) { }
- }
- public partial class TarInputStream : System.IO.Stream
- {
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected ICSharpCode.SharpZipLib.Tar.TarEntry currEntry;
- protected ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory eFactory;
- protected long entryOffset;
- protected long entrySize;
- protected bool hasHitEOF;
- protected byte[] readBuf;
- public TarInputStream(System.IO.Stream inputStream) { }
- public TarInputStream(System.IO.Stream inputStream, int blockFactor) { }
- public long Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsMarkSupported { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CopyEntryContents(System.IO.Stream outputStream) { }
- public override void Flush() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry GetNextEntry() { throw null; }
- public int GetRecordSize() { throw null; }
- public void Mark(int markLimit) { }
- public override int Read(byte[] outputBuffer, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public void Reset() { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SetEntryFactory(ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory factory) { }
- public override void SetLength(long val) { }
- public void Skip(long numToSkip) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- public partial class EntryFactoryAdapter : ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory
- {
- public EntryFactoryAdapter() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- }
- public partial interface IEntryFactory
- {
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName);
- }
- }
- public partial class TarOutputStream : System.IO.Stream
- {
- protected byte[] assemBuf;
- protected int assemLen;
- protected byte[] blockBuf;
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected long currBytes;
- protected long currSize;
- protected bool debug;
- protected System.IO.Stream outputStream;
- public TarOutputStream(System.IO.Stream outputStream) { }
- public TarOutputStream(System.IO.Stream outputStream, int blockFactor) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CloseEntry() { }
- public void Finish() { }
- public override void Flush() { }
- public int GetRecordSize() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Tar.TarEntry entry) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] wBuf, int wOffset, int numToWrite) { }
- public override void WriteByte(byte b) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip
-{
- public enum CompressionMethod
- {
- BZip2 = 11,
- Deflate64 = 9,
- Deflated = 8,
- Stored = 0,
- WinZipAES = 99,
- }
- public partial class FastZip
- {
- public FastZip() { }
- public FastZip(ICSharpCode.SharpZipLib.Zip.FastZipEvents events) { }
- public bool CreateEmptyDirectories { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.ZipNameTransform NameTransform { get { throw null; } set { } }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter) { }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, ICSharpCode.SharpZipLib.Zip.FastZip.Overwrite overwrite, ICSharpCode.SharpZipLib.Zip.FastZip.ConfirmOverwriteDelegate confirmDelegate, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, string fileFilter) { }
- public delegate bool ConfirmOverwriteDelegate(string fileName);
- public enum Overwrite
- {
- Always = 2,
- Never = 1,
- Prompt = 0,
- }
- }
- public partial class FastZipEvents
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FastZipEvents() { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- }
- public partial class KeysRequiredEventArgs : System.EventArgs
- {
- public KeysRequiredEventArgs(string name) { }
- public KeysRequiredEventArgs(string name, byte[] keyValue) { }
- public string FileName { get { throw null; } }
- public byte[] Key { get { throw null; } set { } }
- }
- public sealed partial class ZipConstants
- {
- public const int CENATT = 36;
- public const int CENATX = 38;
- public const int CENCOM = 32;
- public const int CENCRC = 16;
- public const int CENDIGITALSIG = 84233040;
- public const int CENDSK = 34;
- public const int CENEXT = 30;
- public const int CENFLG = 8;
- public const int CENHDR = 46;
- public const int CENHOW = 10;
- public const int CENLEN = 24;
- public const int CENNAM = 28;
- public const int CENOFF = 42;
- public const int CENSIG = 33639248;
- public const int CENSIG64 = 101075792;
- public const int CENSIZ = 20;
- public const int CENTIM = 12;
- public const int CENVEM = 4;
- public const int CENVER = 6;
- public const int CRYPTO_HEADER_SIZE = 12;
- public const int ENDCOM = 20;
- public const int ENDDCD = 6;
- public const int ENDHDR = 22;
- public const int ENDNRD = 4;
- public const int ENDOFF = 16;
- public const int ENDSIG = 101010256;
- public const int ENDSIZ = 12;
- public const int ENDSUB = 8;
- public const int ENDTOT = 10;
- public const int EXTCRC = 4;
- public const int EXTHDR = 16;
- public const int EXTLEN = 12;
- public const int EXTSIG = 134695760;
- public const int EXTSIZ = 8;
- public const int LOCCRC = 14;
- public const int LOCEXT = 28;
- public const int LOCFLG = 6;
- public const int LOCHDR = 30;
- public const int LOCHOW = 8;
- public const int LOCLEN = 22;
- public const int LOCNAM = 26;
- public const int LOCSIG = 67324752;
- public const int LOCSIZ = 18;
- public const int LOCTIM = 10;
- public const int LOCVER = 4;
- public const int SPANNINGSIG = 134695760;
- public const int SPANTEMPSIG = 808471376;
- public const int VERSION_MADE_BY = 20;
- public const int VERSION_STRONG_ENCRYPTION = 50;
- public ZipConstants() { }
- public static int DefaultCodePage { get { throw null; } set { } }
- public static byte[] ConvertToArray(string str) { throw null; }
- public static string ConvertToString(byte[] data) { throw null; }
- public static string ConvertToString(byte[] data, int length) { throw null; }
- }
- public partial class ZipEntry : System.ICloneable
- {
- public ZipEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry e) { }
- public ZipEntry(string name) { }
- public string Comment { get { throw null; } set { } }
- public long CompressedSize { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.CompressionMethod CompressionMethod { get { throw null; } set { } }
- public long Crc { get { throw null; } set { } }
- public System.DateTime DateTime { get { throw null; } set { } }
- public long DosTime { get { throw null; } set { } }
- public int ExternalFileAttributes { get { throw null; } set { } }
- public byte[] ExtraData { get { throw null; } set { } }
- public int Flags { get { throw null; } set { } }
- public int HostSystem { get { throw null; } }
- public bool IsCrypted { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFile { get { throw null; } }
- public string Name { get { throw null; } }
- public int Offset { get { throw null; } set { } }
- public bool RequiresZip64 { get { throw null; } }
- public long Size { get { throw null; } set { } }
- public int Version { get { throw null; } }
- public int VersionMadeBy { get { throw null; } }
- public int ZipFileIndex { get { throw null; } set { } }
- public static string CleanName(string name) { throw null; }
- public static string CleanName(string name, bool relativePath) { throw null; }
- public object Clone() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public ZipException() { }
- public ZipException(string msg) { }
- }
- public partial class ZipFile : System.Collections.IEnumerable
- {
- public ICSharpCode.SharpZipLib.Zip.ZipFile.KeysRequiredEventHandler KeysRequired;
- public ZipFile(System.IO.FileStream file) { }
- public ZipFile(System.IO.Stream baseStream) { }
- public ZipFile(string name) { }
- [System.Runtime.CompilerServices.IndexerName("EntryByIndex")]
- public ICSharpCode.SharpZipLib.Zip.ZipEntry this[int index] { get { throw null; } }
- public string Name { get { throw null; } }
- public string Password { set { } }
- public int Size { get { throw null; } }
- public string ZipFileComment { get { throw null; } }
- public void Close() { }
- public int FindEntry(string name, bool ignoreCase) { throw null; }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetEntry(string name) { throw null; }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public System.IO.Stream GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { throw null; }
- public System.IO.Stream GetInputStream(int entryIndex) { throw null; }
- public bool TestArchive(bool testData) { throw null; }
- public delegate void KeysRequiredEventHandler(object sender, ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs e);
- }
- public partial class ZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- public ZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public override int Available { get { throw null; } }
- public bool CanDecompressEntry { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public int BodyRead(byte[] b, int off, int len) { throw null; }
- public override void Close() { }
- public void CloseEntry() { }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetNextEntry() { throw null; }
- public override int Read(byte[] destination, int index, int count) { throw null; }
- public override int ReadByte() { throw null; }
- }
- public partial class ZipNameTransform : ICSharpCode.SharpZipLib.Core.INameTransform
- {
- public ZipNameTransform() { }
- public ZipNameTransform(bool useRelativePaths) { }
- public ZipNameTransform(bool useRelativePaths, string trimPrefix) { }
- public string TrimPrefix { get { throw null; } set { } }
- public string TransformDirectory(string name) { throw null; }
- public string TransformFile(string name) { throw null; }
- }
- public partial class ZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- public ZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public bool IsFinished { get { throw null; } }
- public void CloseEntry() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { }
- public void SetComment(string comment) { }
- public void SetLevel(int level) { }
- public override void Write(byte[] b, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression
-{
- public partial class Deflater
- {
- public static int BEST_COMPRESSION;
- public static int BEST_SPEED;
- public static int DEFAULT_COMPRESSION;
- public static int DEFLATED;
- public static int NO_COMPRESSION;
- public Deflater() { }
- public Deflater(int lvl) { }
- public Deflater(int level, bool noZlibHeaderOrFooter) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public long TotalOut { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public int Deflate(byte[] output, int offset, int length) { throw null; }
- public void Finish() { }
- public void Flush() { }
- public int GetLevel() { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] dict) { }
- public void SetDictionary(byte[] dict, int offset, int length) { }
- public void SetInput(byte[] input) { }
- public void SetInput(byte[] input, int off, int len) { }
- public void SetLevel(int lvl) { }
- public void SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy strategy) { }
- }
- public partial class DeflaterConstants
- {
- public static int[] COMPR_FUNC;
- public const bool DEBUGGING = false;
- public const int DEFAULT_MEM_LEVEL = 8;
- public const int DEFLATE_FAST = 1;
- public const int DEFLATE_SLOW = 2;
- public const int DEFLATE_STORED = 0;
- public const int DYN_TREES = 2;
- public static int[] GOOD_LENGTH;
- public const int HASH_BITS = 15;
- public const int HASH_MASK = 32767;
- public const int HASH_SHIFT = 5;
- public const int HASH_SIZE = 32768;
- public static int MAX_BLOCK_SIZE;
- public static int[] MAX_CHAIN;
- public const int MAX_DIST = 32506;
- public static int[] MAX_LAZY;
- public const int MAX_MATCH = 258;
- public const int MAX_WBITS = 15;
- public const int MIN_LOOKAHEAD = 262;
- public const int MIN_MATCH = 3;
- public static int[] NICE_LENGTH;
- public const int PENDING_BUF_SIZE = 65536;
- public const int PRESET_DICT = 32;
- public const int STATIC_TREES = 1;
- public const int STORED_BLOCK = 0;
- public const int WMASK = 32767;
- public const int WSIZE = 32768;
- public DeflaterConstants() { }
- }
- public partial class DeflaterEngine : ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants
- {
- public DeflaterEngine(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public int Adler { get { throw null; } }
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy Strategy { get { throw null; } set { } }
- public int TotalIn { get { throw null; } }
- public bool Deflate(bool flush, bool finish) { throw null; }
- public void FillWindow() { }
- public bool NeedsInput() { throw null; }
- public void Reset() { }
- public void ResetAdler() { }
- public void SetDictionary(byte[] buffer, int offset, int length) { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SetLevel(int lvl) { }
- }
- public partial class DeflaterHuffman
- {
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending;
- public DeflaterHuffman(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public static short BitReverse(int toReverse) { throw null; }
- public void CompressBlock() { }
- public void FlushBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public void FlushStoredBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public bool IsFull() { throw null; }
- public void Reset() { }
- public void SendAllTrees(int blTreeCodes) { }
- public bool TallyDist(int dist, int len) { throw null; }
- public bool TallyLit(int lit) { throw null; }
- public partial class Tree
- {
- public short[] freqs;
- public byte[] length;
- public int minNumCodes;
- public int numCodes;
- public Tree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman dh, int elems, int minCodes, int maxLength) { }
- public void BuildCodes() { }
- public void BuildTree() { }
- public void CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- public void CheckEmpty() { }
- public int GetEncodedLength() { throw null; }
- public void Reset() { }
- public void SetStaticCodes(short[] stCodes, byte[] stLength) { }
- public void WriteSymbol(int code) { }
- public void WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- }
- }
- public partial class DeflaterPending : ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer
- {
- public DeflaterPending() { }
- }
- public enum DeflateStrategy
- {
- Default = 0,
- Filtered = 1,
- HuffmanOnly = 2,
- }
- public partial class Inflater
- {
- public Inflater() { }
- public Inflater(bool noHeader) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingDictionary { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int RemainingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public int TotalOut { get { throw null; } }
- public int Inflate(byte[] buf) { throw null; }
- public int Inflate(byte[] buf, int offset, int len) { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] buffer) { }
- public void SetDictionary(byte[] buffer, int offset, int len) { }
- public void SetInput(byte[] buf) { }
- public void SetInput(byte[] buffer, int offset, int length) { }
- }
- public partial class InflaterHuffmanTree
- {
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defDistTree;
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defLitLenTree;
- public InflaterHuffmanTree(byte[] codeLengths) { }
- public int GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input) { throw null; }
- }
- public partial class PendingBuffer
- {
- protected byte[] buf;
- public PendingBuffer() { }
- public PendingBuffer(int bufsize) { }
- public int BitCount { get { throw null; } }
- public bool IsFlushed { get { throw null; } }
- public void AlignToByte() { }
- public int Flush(byte[] output, int offset, int length) { throw null; }
- public void Reset() { }
- public byte[] ToByteArray() { throw null; }
- public void WriteBits(int b, int count) { }
- public void WriteBlock(byte[] block, int offset, int len) { }
- public void WriteByte(int b) { }
- public void WriteInt(int s) { }
- public void WriteShort(int s) { }
- public void WriteShortMSB(int s) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams
-{
- public partial class DeflaterOutputStream : System.IO.Stream
- {
- protected System.IO.Stream baseOutputStream;
- protected byte[] buf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Deflater def;
- public DeflaterOutputStream(System.IO.Stream baseOutputStream) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater defl) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater deflater, int bufsize) { }
- public bool CanPatchEntries { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public override long Position { get { throw null; } set { } }
- 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 void Deflate() { }
- protected void EncryptBlock(byte[] buffer, int offset, int length) { }
- protected byte EncryptByte() { throw null; }
- public virtual void Finish() { }
- public override void Flush() { }
- protected void InitializePassword(string password) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- protected void UpdateKeys(byte ch) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bval) { }
- }
- public partial class InflaterInputBuffer
- {
- public InflaterInputBuffer(System.IO.Stream stream) { }
- public int Available { get { throw null; } set { } }
- public byte[] ClearText { get { throw null; } }
- public int ClearTextLength { get { throw null; } }
- public System.Security.Cryptography.ICryptoTransform CryptoTransform { set { } }
- public byte[] RawData { get { throw null; } }
- public int RawLength { get { throw null; } }
- public void Fill() { }
- public int ReadClearTextBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public int ReadLeByte() { throw null; }
- public int ReadLeInt() { throw null; }
- public long ReadLeLong() { throw null; }
- public int ReadLeShort() { throw null; }
- public int ReadRawBuffer(byte[] buffer) { throw null; }
- public int ReadRawBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public void SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater) { }
- }
- public partial class InflaterInputStream : System.IO.Stream
- {
- protected System.IO.Stream baseInputStream;
- protected long csize;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer inputBuffer;
- public InflaterInputStream(System.IO.Stream baseInputStream) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater, int bufferSize) { }
- public virtual int Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected void Fill() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public long Skip(long n) { throw null; }
- protected void StopDecrypting() { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class OutputWindow
- {
- public OutputWindow() { }
- public void CopyDict(byte[] dict, int offset, int len) { }
- public int CopyOutput(byte[] output, int offset, int len) { throw null; }
- public int CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input, int len) { throw null; }
- public int GetAvailable() { throw null; }
- public int GetFreeSpace() { throw null; }
- public void Repeat(int len, int dist) { }
- public void Reset() { }
- public void Write(int abyte) { }
- }
- public partial class StreamManipulator
- {
- public StreamManipulator() { }
- public int AvailableBits { get { throw null; } }
- public int AvailableBytes { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int CopyBytes(byte[] output, int offset, int length) { throw null; }
- public void DropBits(int n) { }
- public int GetBits(int n) { throw null; }
- public int PeekBits(int n) { throw null; }
- public void Reset() { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SkipToByteBoundary() { }
- }
-}
diff --git a/src/v4.0/Mono.C5.cs b/src/v4.0/Mono.C5.cs
deleted file mode 100644
index 1b318aa..0000000
--- a/src/v4.0/Mono.C5.cs
+++ /dev/null
@@ -1,2682 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.1.1.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2010 Niels Kokholm and Peter Sestoft")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("This is a build of release 1.1.1")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C5: Copenhagen Comprehensive Collection Classes for CLI")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace C5
-{
- public delegate void Act();
- public delegate void Act<A1>(A1 x1);
- public delegate void Act<A1, A2>(A1 x1, A2 x2);
- public delegate void Act<A1, A2, A3>(A1 x1, A2 x2, A3 x3);
- public delegate void Act<A1, A2, A3, A4>(A1 x1, A2 x2, A3 x3, A4 x4);
- [System.SerializableAttribute]
- public abstract partial class ArrayBase<T> : C5.SequencedBase<T>
- {
- protected T[] array;
- protected int offset;
- protected ArrayBase(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- protected virtual void expand() { }
- protected virtual void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- protected virtual void insert(int i, T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- protected partial class Range : C5.DirectedCollectionValueBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- internal Range() { }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public override C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class ArrayList<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.IQueue<T>, C5.ISequenced<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public ArrayList() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- public virtual void Dispose() { }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- protected override void expand() { }
- protected override void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- protected override void insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int index, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- [C5.TestedAttribute]
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Pop() { throw null; }
- [C5.TestedAttribute]
- public virtual void Push(T item) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int index) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- public partial class ByteEqualityComparer : System.Collections.Generic.IEqualityComparer<byte>
- {
- internal ByteEqualityComparer() { }
- public static C5.ByteEqualityComparer Default { get { throw null; } }
- public bool Equals(byte item1, byte item2) { throw null; }
- public int GetHashCode(byte item) { throw null; }
- }
- public partial class C5Random : System.Random
- {
- public C5Random() { }
- public C5Random(long seed) { }
- [System.CLSCompliantAttribute(false)]
- public C5Random(uint[] Q) { }
- public override int Next() { throw null; }
- public override int Next(int max) { throw null; }
- public override int Next(int min, int max) { throw null; }
- public override void NextBytes(byte[] buffer) { }
- public override double NextDouble() { throw null; }
- protected override double Sample() { throw null; }
- }
- public partial class CharEqualityComparer : System.Collections.Generic.IEqualityComparer<char>
- {
- internal CharEqualityComparer() { }
- public static C5.CharEqualityComparer Default { get { throw null; } }
- public bool Equals(char item1, char item2) { throw null; }
- public int GetHashCode(char item) { throw null; }
- }
- public partial class CircularQueue<T> : C5.SequencedBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IQueue<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public CircularQueue() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public CircularQueue(int capacity) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public virtual bool AllowsDuplicates { get { throw null; } }
- public virtual T this[int i] { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public T Pop() { throw null; }
- public void Push(T item) { }
- }
- public partial class ClearedEventArgs : System.EventArgs
- {
- public readonly int Count;
- public readonly bool Full;
- public ClearedEventArgs(bool full, int count) { }
- public override string ToString() { throw null; }
- }
- public partial class ClearedRangeEventArgs : C5.ClearedEventArgs
- {
- public readonly System.Nullable<int> Start;
- public ClearedRangeEventArgs(bool full, int count, System.Nullable<int> start) : base (default(bool), default(int)) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class CollectionBase<T> : C5.CollectionValueBase<T>
- {
- protected bool isReadOnlyBase;
- protected readonly System.Collections.Generic.IEqualityComparer<T> itemequalityComparer;
- protected int size;
- protected int stamp;
- protected CollectionBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- [C5.TestedAttribute]
- public override bool IsEmpty { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool IsReadOnly { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- protected void checkRange(int start, int count) { }
- [C5.TestedAttribute]
- public static int ComputeHashCode(C5.ICollectionValue<T> items, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- public virtual int GetUnsequencedHashCode() { throw null; }
- protected virtual void modifycheck(int thestamp) { }
- [C5.TestedAttribute]
- public static bool StaticEquals(C5.ICollection<T> collection1, C5.ICollection<T> collection2, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public virtual bool UnsequencedEquals(C5.ICollection<T> otherCollection) { throw null; }
- protected virtual void updatecheck() { }
- }
- public delegate void CollectionChangedHandler<T>(object sender);
- public delegate void CollectionClearedHandler<T>(object sender, C5.ClearedEventArgs eventArgs);
- [System.SerializableAttribute]
- public partial class CollectionModifiedException : System.Exception
- {
- public CollectionModifiedException() { }
- public CollectionModifiedException(string message) { }
- }
- [System.SerializableAttribute]
- public abstract partial class CollectionValueBase<T> : C5.EnumerableBase<T>, C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected CollectionValueBase() { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public abstract int Count { get; }
- public abstract C5.Speed CountSpeed { get; }
- public abstract bool IsEmpty { get; }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public virtual event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public virtual event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public virtual event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public virtual event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public virtual event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public virtual event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- [C5.TestedAttribute]
- public virtual bool All(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual void Apply(C5.Act<T> action) { }
- public abstract T Choose();
- [C5.TestedAttribute]
- public virtual void CopyTo(T[] array, int index) { }
- [C5.TestedAttribute]
- public virtual bool Exists(C5.Fun<T, bool> predicate) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public virtual System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> predicate) { throw null; }
- public virtual bool Find(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- protected virtual void raiseCollectionChanged() { }
- protected virtual void raiseCollectionCleared(bool full, int count) { }
- protected virtual void raiseCollectionCleared(bool full, int count, System.Nullable<int> offset) { }
- protected virtual void raiseForAdd(T item) { }
- protected virtual void raiseForInsert(int i, T item) { }
- protected void raiseForRemove(T item) { }
- protected void raiseForRemove(T item, int count) { }
- protected virtual void raiseForRemoveAll(C5.ICollectionValue<T> wasRemoved) { }
- protected void raiseForRemoveAt(int index, T item) { }
- protected virtual void raiseForSetThis(int index, T value, T item) { }
- protected virtual void raiseForUpdate(T newitem, T olditem) { }
- protected virtual void raiseForUpdate(T newitem, T olditem, int count) { }
- protected virtual void raiseItemInserted(T item, int index) { }
- protected virtual void raiseItemRemovedAt(T item, int index) { }
- protected virtual void raiseItemsAdded(T item, int count) { }
- protected virtual void raiseItemsRemoved(T item, int count) { }
- public virtual bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public virtual T[] ToArray() { throw null; }
- public override string ToString() { throw null; }
- public virtual string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- protected partial class RaiseForRemoveAllHandler
- {
- public readonly bool MustFire;
- public RaiseForRemoveAllHandler(C5.CollectionValueBase<T> collection) { }
- public void Raise() { }
- public void Remove(T item) { }
- }
- }
- [System.SerializableAttribute]
- public partial class ComparerZeroHashCodeEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>
- {
- public ComparerZeroHashCodeEqualityComparer(System.Collections.Generic.IComparer<T> comparer) { }
- public bool Equals(T item1, T item2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- public static partial class Comparer<T>
- {
- [C5.TestedAttribute]
- public static System.Collections.Generic.IComparer<T> Default { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class DecimalEqualityComparer : System.Collections.Generic.IEqualityComparer<decimal>
- {
- internal DecimalEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.DecimalEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(decimal item1, decimal item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(decimal item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DelegateComparer<T> : System.Collections.Generic.IComparer<T>
- {
- public DelegateComparer(System.Comparison<T> comparison) { }
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class DictionaryBase<K, V> : C5.CollectionValueBase<C5.KeyValuePair<K, V>>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- protected C5.ICollection<C5.KeyValuePair<K, V>> pairs;
- protected DictionaryBase(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) { }
- public override C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public virtual C5.Speed ContainsSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override C5.Speed CountSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get { throw null; } }
- public virtual C5.Fun<K, V> Fun { get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool IsReadOnly { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual V this[K key] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual C5.ICollectionValue<K> Keys { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.ICollectionValue<V> Values { [C5.TestedAttribute]get { throw null; } }
- public override event C5.CollectionChangedHandler<C5.KeyValuePair<K, V>> CollectionChanged { add { } remove { } }
- public override event C5.CollectionClearedHandler<C5.KeyValuePair<K, V>> CollectionCleared { add { } remove { } }
- public override event C5.ItemsAddedHandler<C5.KeyValuePair<K, V>> ItemsAdded { add { } remove { } }
- public override event C5.ItemsRemovedHandler<C5.KeyValuePair<K, V>> ItemsRemoved { add { } remove { } }
- [C5.TestedAttribute]
- public virtual void Add(K key, V value) { }
- public virtual void AddAll<L, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<L, W>> entries) where L : K where W : V { }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override C5.KeyValuePair<K, V> Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public abstract object Clone();
- [C5.TestedAttribute]
- public virtual bool Contains(K key) { throw null; }
- public virtual bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> keys) where H : K { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(K key, out V value) { value = default(V); throw null; }
- public virtual bool Find(ref K key, out V value) { value = default(V); throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(K key, ref V value) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<C5.KeyValuePair<K, V>> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(K key) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(K key, out V value) { value = default(V); throw null; }
- public override bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(K key, V value) { throw null; }
- public virtual bool Update(K key, V value, out V oldvalue) { oldvalue = default(V); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(K key, V value) { throw null; }
- public virtual bool UpdateOrAdd(K key, V value, out V oldvalue) { oldvalue = default(V); throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class DirectedCollectionBase<T> : C5.CollectionBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected DirectedCollectionBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public virtual C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public abstract C5.IDirectedCollectionValue<T> Backwards();
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public abstract partial class DirectedCollectionValueBase<T> : C5.CollectionValueBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected DirectedCollectionValueBase() { }
- public virtual C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public abstract C5.IDirectedCollectionValue<T> Backwards();
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public partial class DoubleEqualityComparer : System.Collections.Generic.IEqualityComparer<double>
- {
- internal DoubleEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.DoubleEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(double item1, double item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(double item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DuplicateNotAllowedException : System.Exception
- {
- public DuplicateNotAllowedException() { }
- public DuplicateNotAllowedException(string message) { }
- }
- [System.SerializableAttribute]
- public abstract partial class EnumerableBase<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- protected EnumerableBase() { }
- [C5.TestedAttribute]
- protected static int countItems(System.Collections.Generic.IEnumerable<T> items) { throw null; }
- public abstract System.Collections.Generic.IEnumerator<T> GetEnumerator();
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public enum EnumerationDirection
- {
- Backwards = 1,
- Forwards = 0,
- }
- public static partial class EqualityComparer<T>
- {
- public static System.Collections.Generic.IEqualityComparer<T> Default { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class EquatableEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T> where T : System.IEquatable<T>
- {
- internal EquatableEqualityComparer() { }
- public static C5.EquatableEqualityComparer<T> Default { get { throw null; } }
- public bool Equals(T item1, T item2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- [System.FlagsAttribute]
- public enum EventTypeEnum
- {
- Added = 4,
- All = 63,
- Basic = 15,
- Changed = 1,
- Cleared = 2,
- Inserted = 16,
- None = 0,
- Removed = 8,
- RemovedAt = 32,
- }
- [System.SerializableAttribute]
- public partial class FixedSizeCollectionException : System.Exception
- {
- public FixedSizeCollectionException() { }
- public FixedSizeCollectionException(string message) { }
- }
- public partial class FloatEqualityComparer : System.Collections.Generic.IEqualityComparer<float>
- {
- internal FloatEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.FloatEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(float item1, float item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(float item) { throw null; }
- }
- public delegate R Fun<R>();
- public delegate R Fun<A1, R>(A1 x1);
- public delegate R Fun<A1, A2, R>(A1 x1, A2 x2);
- public delegate R Fun<A1, A2, A3, R>(A1 x1, A2 x2, A3 x3);
- public delegate R Fun<A1, A2, A3, A4, R>(A1 x1, A2 x2, A3 x3, A4 x4);
- public partial class GuardedCollectionValue<T> : C5.GuardedEnumerable<T>, C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedCollectionValue(C5.ICollectionValue<T> collectionvalue) : base (default(System.Collections.Generic.IEnumerable<T>)) { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public virtual int Count { get { throw null; } }
- public virtual C5.Speed CountSpeed { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- public virtual bool All(C5.Fun<T, bool> filter) { throw null; }
- public virtual void Apply(C5.Act<T> a) { }
- public virtual T Choose() { throw null; }
- public virtual void CopyTo(T[] a, int i) { }
- public virtual bool Exists(C5.Fun<T, bool> filter) { throw null; }
- public virtual System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- public virtual bool Find(C5.Fun<T, bool> filter, out T item) { item = default(T); throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public virtual T[] ToArray() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- public partial class GuardedCollection<T> : C5.GuardedCollectionValue<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedCollection(C5.ICollection<T> collection) : base (default(C5.ICollectionValue<T>)) { }
- public virtual bool AllowsDuplicates { get { throw null; } }
- public virtual C5.Speed ContainsSpeed { get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- public virtual bool IsReadOnly { get { throw null; } }
- public virtual bool Add(T item) { throw null; }
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public virtual bool Check() { throw null; }
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- public virtual bool Contains(T item) { throw null; }
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- public virtual int ContainsCount(T item) { throw null; }
- public virtual bool Find(ref T item) { throw null; }
- public virtual bool FindOrAdd(ref T item) { throw null; }
- public virtual int GetUnsequencedHashCode() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- public virtual bool Remove(T item) { throw null; }
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- public virtual void RemoveAllCopies(T item) { }
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- public virtual bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- }
- public partial class GuardedDictionary<K, V> : C5.GuardedCollectionValue<C5.KeyValuePair<K, V>>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedDictionary(C5.IDictionary<K, V> dict) : base (default(C5.ICollectionValue<C5.KeyValuePair<K, V>>)) { }
- public C5.Speed ContainsSpeed { get { throw null; } }
- public System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get { throw null; } }
- public virtual C5.Fun<K, V> Fun { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public V this[K key] { get { throw null; } set { } }
- public C5.ICollectionValue<K> Keys { get { throw null; } }
- public C5.ICollectionValue<V> Values { get { throw null; } }
- public void Add(K key, V val) { }
- public void AddAll<L, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<L, W>> items) where L : K where W : V { }
- public bool Check() { throw null; }
- public void Clear() { }
- public virtual object Clone() { throw null; }
- public bool Contains(K key) { throw null; }
- public bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> keys) where H : K { throw null; }
- public bool Find(K key, out V val) { val = default(V); throw null; }
- public bool Find(ref K key, out V val) { val = default(V); throw null; }
- public bool FindOrAdd(K key, ref V val) { throw null; }
- public bool Remove(K key) { throw null; }
- public bool Remove(K key, out V val) { val = default(V); throw null; }
- public bool Update(K key, V val) { throw null; }
- public bool Update(K key, V val, out V oldval) { oldval = default(V); throw null; }
- public bool UpdateOrAdd(K key, V val) { throw null; }
- public bool UpdateOrAdd(K key, V val, out V oldval) { oldval = default(V); throw null; }
- }
- public partial class GuardedDirectedCollectionValue<T> : C5.GuardedCollectionValue<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedDirectedCollectionValue(C5.IDirectedCollectionValue<T> directedcollection) : base (default(C5.ICollectionValue<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public virtual C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public partial class GuardedDirectedEnumerable<T> : C5.GuardedEnumerable<T>, C5.IDirectedEnumerable<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public GuardedDirectedEnumerable(C5.IDirectedEnumerable<T> directedenumerable) : base (default(System.Collections.Generic.IEnumerable<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public C5.IDirectedEnumerable<T> Backwards() { throw null; }
- }
- public partial class GuardedEnumerable<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public GuardedEnumerable(System.Collections.Generic.IEnumerable<T> enumerable) { }
- public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class GuardedEnumerator<T> : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
- {
- public GuardedEnumerator(System.Collections.Generic.IEnumerator<T> enumerator) { }
- public T Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class GuardedIndexedSorted<T> : C5.GuardedSorted<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedIndexedSorted(C5.IIndexedSorted<T> list) : base (default(C5.ISorted<T>)) { }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public T this[int i] { get { throw null; } }
- public C5.IDirectedCollectionValue<T> this[int start, int end] { get { throw null; } }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public override object Clone() { throw null; }
- public int CountFrom(T bot) { throw null; }
- public int CountFromTo(T bot, T top) { throw null; }
- public int CountTo(T top) { throw null; }
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> f) { throw null; }
- public int IndexOf(T item) { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> m, System.Collections.Generic.IComparer<V> c) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- public T RemoveAt(int i) { throw null; }
- public void RemoveInterval(int start, int count) { }
- }
- public partial class GuardedList<T> : C5.GuardedSequenced<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public GuardedList(C5.IList<T> list) : base (default(C5.ISequenced<T>)) { }
- public bool FIFO { get { throw null; } set { } }
- public T First { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- public T this[int i] { get { throw null; } set { } }
- public C5.IDirectedCollectionValue<T> this[int start, int end] { get { throw null; } }
- public T Last { get { throw null; } }
- public int Offset { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public C5.IList<T> Underlying { get { throw null; } }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public override object Clone() { throw null; }
- public T Dequeue() { throw null; }
- public void Dispose() { }
- public void Enqueue(T item) { }
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- public void Insert(int index, T item) { }
- public void InsertAfter(T item, T target) { }
- public void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void InsertBefore(T item, T target) { }
- public void InsertFirst(T item) { }
- public void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- public bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IList<T> LastViewOf(T item) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- public T Pop() { throw null; }
- public void Push(T item) { }
- public T Remove() { throw null; }
- public T RemoveAt(int i) { throw null; }
- public T RemoveFirst() { throw null; }
- public void RemoveInterval(int start, int count) { }
- public T RemoveLast() { throw null; }
- public void Reverse() { }
- public void Reverse(int start, int count) { }
- public void Shuffle() { }
- public void Shuffle(System.Random rnd) { }
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public void Sort() { }
- public void Sort(System.Collections.Generic.IComparer<T> c) { }
- public C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public bool TrySlide(int offset) { throw null; }
- public bool TrySlide(int offset, int size) { throw null; }
- public C5.IList<T> View(int start, int count) { throw null; }
- public C5.IList<T> ViewOf(T item) { throw null; }
- }
- public partial class GuardedQueue<T> : C5.GuardedDirectedCollectionValue<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IQueue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedQueue(C5.IQueue<T> queue) : base (default(C5.IDirectedCollectionValue<T>)) { }
- public bool AllowsDuplicates { get { throw null; } }
- public T this[int i] { get { throw null; } }
- public T Dequeue() { throw null; }
- public void Enqueue(T item) { }
- }
- public partial class GuardedSequenced<T> : C5.GuardedCollection<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSequenced(C5.ISequenced<T> sorted) : base (default(C5.ICollection<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public virtual C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override object Clone() { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public int GetSequencedHashCode() { throw null; }
- public bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- }
- public partial class GuardedSortedDictionary<K, V> : C5.GuardedDictionary<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSortedDictionary(C5.ISortedDictionary<K, V> sorteddict) : base (default(C5.IDictionary<K, V>)) { }
- public System.Collections.Generic.IComparer<K> Comparer { get { throw null; } }
- public new C5.ISorted<K> Keys { get { throw null; } }
- public void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items) { }
- public bool Cut(System.IComparable<K> c, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid) { lowEntry = default(C5.KeyValuePair<K, V>); lowIsValid = default(bool); highEntry = default(C5.KeyValuePair<K, V>); highIsValid = default(bool); throw null; }
- public C5.KeyValuePair<K, V> DeleteMax() { throw null; }
- public C5.KeyValuePair<K, V> DeleteMin() { throw null; }
- public C5.KeyValuePair<K, V> FindMax() { throw null; }
- public C5.KeyValuePair<K, V> FindMin() { throw null; }
- public C5.KeyValuePair<K, V> Predecessor(K key) { throw null; }
- public C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K bot, K top) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top) { throw null; }
- public void RemoveRangeFrom(K low) { }
- public void RemoveRangeFromTo(K low, K hi) { }
- public void RemoveRangeTo(K hi) { }
- public C5.KeyValuePair<K, V> Successor(K key) { throw null; }
- public bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public C5.KeyValuePair<K, V> WeakPredecessor(K key) { throw null; }
- public C5.KeyValuePair<K, V> WeakSuccessor(K key) { throw null; }
- }
- public partial class GuardedSorted<T> : C5.GuardedSequenced<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSorted(C5.ISorted<T> sorted) : base (default(C5.ISequenced<T>)) { }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override object Clone() { throw null; }
- public bool Cut(System.IComparable<T> c, out T low, out bool lval, out T high, out bool hval) { low = default(T); lval = default(bool); high = default(T); hval = default(bool); throw null; }
- public T DeleteMax() { throw null; }
- public T DeleteMin() { throw null; }
- public T FindMax() { throw null; }
- public T FindMin() { throw null; }
- public T Predecessor(T item) { throw null; }
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<T> RangeFrom(T bot) { throw null; }
- public C5.IDirectedEnumerable<T> RangeFromTo(T bot, T top) { throw null; }
- public C5.IDirectedEnumerable<T> RangeTo(T top) { throw null; }
- public void RemoveRangeFrom(T low) { }
- public void RemoveRangeFromTo(T low, T hi) { }
- public void RemoveRangeTo(T hi) { }
- public T Successor(T item) { throw null; }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public T WeakPredecessor(T item) { throw null; }
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashBag<T> : C5.CollectionBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashBag() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(int capacity, double fill, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public override void CopyTo(T[] array, int index) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashDictionary<K, V> : C5.DictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashDictionary() : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public HashDictionary(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public HashDictionary(int capacity, double fill, System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public override object Clone() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashedArrayList<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public HashedArrayList() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- public virtual void Dispose() { }
- protected override void expand() { }
- protected override void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- protected override void insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int index, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- [C5.TestedAttribute]
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int index) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashedLinkedList<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public HashedLinkedList() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedLinkedList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- public virtual void Dispose() { }
- public override System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetSequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- [C5.TestedAttribute]
- public override bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> c) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public virtual bool TrySlide(int offset) { throw null; }
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashSet<T> : C5.CollectionBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashSet() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(int capacity, double fill, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public static C5.HashSet<T>.Feature Features { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute(via="Manually")]
- public C5.ISortedDictionary<int, int> BucketCostDistribution() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [System.FlagsAttribute]
- public enum Feature : short
- {
- Chaining = (short)16,
- Dummy = (short)0,
- InterHashing = (short)32,
- LinearProbing = (short)4,
- RandomInterHashing = (short)64,
- RefTypeBucket = (short)1,
- ShrinkTable = (short)8,
- ValueTypeBucket = (short)2,
- }
- }
- public partial interface ICollectionValue<T> : C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- C5.EventTypeEnum ActiveEvents { get; }
- int Count { get; }
- C5.Speed CountSpeed { get; }
- bool IsEmpty { get; }
- C5.EventTypeEnum ListenableEvents { get; }
- event C5.CollectionChangedHandler<T> CollectionChanged;
- event C5.CollectionClearedHandler<T> CollectionCleared;
- event C5.ItemInsertedHandler<T> ItemInserted;
- event C5.ItemRemovedAtHandler<T> ItemRemovedAt;
- event C5.ItemsAddedHandler<T> ItemsAdded;
- event C5.ItemsRemovedHandler<T> ItemsRemoved;
- bool All(C5.Fun<T, bool> predicate);
- void Apply(C5.Act<T> action);
- T Choose();
- void CopyTo(T[] array, int index);
- bool Exists(C5.Fun<T, bool> predicate);
- System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter);
- bool Find(C5.Fun<T, bool> predicate, out T item);
- T[] ToArray();
- }
- public partial interface ICollection<T> : C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed ContainsSpeed { get; }
- new int Count { get; }
- new bool IsReadOnly { get; }
- new bool Add(T item);
- new void Clear();
- new bool Contains(T item);
- bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- int ContainsCount(T item);
- new void CopyTo(T[] array, int index);
- bool Find(ref T item);
- bool FindOrAdd(ref T item);
- int GetUnsequencedHashCode();
- C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities();
- new bool Remove(T item);
- bool Remove(T item, out T removeditem);
- void RemoveAllCopies(T item);
- void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- C5.ICollectionValue<T> UniqueItems();
- bool UnsequencedEquals(C5.ICollection<T> otherCollection);
- bool Update(T item);
- bool Update(T item, out T olditem);
- bool UpdateOrAdd(T item);
- bool UpdateOrAdd(T item, out T olditem);
- }
- public partial interface IDictionary<K, V> : C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed ContainsSpeed { get; }
- System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get; }
- C5.Fun<K, V> Fun { get; }
- bool IsReadOnly { get; }
- V this[K key] { get; set; }
- C5.ICollectionValue<K> Keys { get; }
- C5.ICollectionValue<V> Values { get; }
- void Add(K key, V val);
- void AddAll<U, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<U, W>> entries) where U : K where W : V;
- bool Check();
- void Clear();
- bool Contains(K key);
- bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> items) where H : K;
- bool Find(K key, out V val);
- bool Find(ref K key, out V val);
- bool FindOrAdd(K key, ref V val);
- bool Remove(K key);
- bool Remove(K key, out V val);
- bool Update(K key, V val);
- bool Update(K key, V val, out V oldval);
- bool UpdateOrAdd(K key, V val);
- bool UpdateOrAdd(K key, V val, out V oldval);
- }
- public partial interface IDirectedCollectionValue<T> : C5.ICollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- new C5.IDirectedCollectionValue<T> Backwards();
- bool FindLast(C5.Fun<T, bool> predicate, out T item);
- }
- public partial interface IDirectedEnumerable<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- C5.EnumerationDirection Direction { get; }
- C5.IDirectedEnumerable<T> Backwards();
- }
- public partial interface IExtensible<T> : C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- bool DuplicatesByCounting { get; }
- System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get; }
- bool IsReadOnly { get; }
- bool Add(T item);
- void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- bool Check();
- }
- public partial interface IIndexedSorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- int CountFrom(T bot);
- int CountFromTo(T bot, T top);
- int CountTo(T top);
- C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> predicate);
- C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> comparer);
- new C5.IDirectedCollectionValue<T> RangeFrom(T bot);
- new C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top);
- new C5.IDirectedCollectionValue<T> RangeTo(T top);
- }
- public partial interface IIndexed<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed IndexingSpeed { get; }
- T this[int index] { get; }
- C5.IDirectedCollectionValue<T> this[int start, int count] { get; }
- int FindIndex(C5.Fun<T, bool> predicate);
- int FindLastIndex(C5.Fun<T, bool> predicate);
- int IndexOf(T item);
- int LastIndexOf(T item);
- T RemoveAt(int index);
- void RemoveInterval(int start, int count);
- }
- public partial interface IList<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- new int Count { get; }
- bool FIFO { get; set; }
- T First { get; }
- new bool IsFixedSize { get; }
- new bool IsReadOnly { get; }
- bool IsValid { get; }
- new T this[int index] { get; set; }
- T Last { get; }
- int Offset { get; }
- C5.IList<T> Underlying { get; }
- new bool Add(T item);
- new void Clear();
- new bool Contains(T item);
- new void CopyTo(T[] array, int index);
- C5.IList<T> FindAll(C5.Fun<T, bool> filter);
- new int IndexOf(T item);
- void Insert(C5.IList<T> pointer, T item);
- void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T;
- void InsertFirst(T item);
- void InsertLast(T item);
- bool IsSorted();
- bool IsSorted(System.Collections.Generic.IComparer<T> comparer);
- C5.IList<T> LastViewOf(T item);
- C5.IList<V> Map<V>(C5.Fun<T, V> mapper);
- C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer);
- T Remove();
- new bool Remove(T item);
- new T RemoveAt(int index);
- T RemoveFirst();
- T RemoveLast();
- void Reverse();
- void Shuffle();
- void Shuffle(System.Random rnd);
- C5.IList<T> Slide(int offset);
- C5.IList<T> Slide(int offset, int size);
- void Sort();
- void Sort(System.Collections.Generic.IComparer<T> comparer);
- C5.IList<T> Span(C5.IList<T> otherView);
- bool TrySlide(int offset);
- bool TrySlide(int offset, int size);
- C5.IList<T> View(int start, int count);
- C5.IList<T> ViewOf(T item);
- }
- [System.SerializableAttribute]
- public partial class IncompatibleViewException : System.Exception
- {
- public IncompatibleViewException() { }
- public IncompatibleViewException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class IntEqualityComparer : System.Collections.Generic.IEqualityComparer<int>
- {
- internal IntEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.IntEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(int item1, int item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(int item) { throw null; }
- }
- public partial class InternalException : System.Exception
- {
- internal InternalException() { }
- }
- [System.SerializableAttribute]
- public partial class IntervalHeap<T> : C5.CollectionValueBase<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IPriorityQueue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public IntervalHeap() { }
- public IntervalHeap(System.Collections.Generic.IComparer<T> comparer) { }
- public IntervalHeap(int capacity) { }
- public IntervalHeap(int capacity, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- [C5.TestedAttribute]
- public override bool IsEmpty { [C5.TestedAttribute]get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- [C5.TestedAttribute]
- public T this[C5.IPriorityQueueHandle<T> handle] { get { throw null; } set { } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(ref C5.IPriorityQueueHandle<T> handle, T item) { throw null; }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- public override T Choose() { throw null; }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public T Delete(C5.IPriorityQueueHandle<T> handle) { throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- public T DeleteMax(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- public T DeleteMin(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- public bool Find(C5.IPriorityQueueHandle<T> handle, out T item) { item = default(T); throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- public T FindMax(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- public T FindMin(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public T Replace(C5.IPriorityQueueHandle<T> handle, T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class InvalidPriorityQueueHandleException : System.Exception
- {
- public InvalidPriorityQueueHandleException() { }
- public InvalidPriorityQueueHandleException(string message) { }
- }
- public partial interface IPersistentSorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- C5.ISorted<T> Snapshot();
- }
- public partial interface IPriorityQueueHandle<T>
- {
- }
- public partial interface IPriorityQueue<T> : C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<T> Comparer { get; }
- T this[C5.IPriorityQueueHandle<T> handle] { get; set; }
- bool Add(ref C5.IPriorityQueueHandle<T> handle, T item);
- T Delete(C5.IPriorityQueueHandle<T> handle);
- T DeleteMax();
- T DeleteMax(out C5.IPriorityQueueHandle<T> handle);
- T DeleteMin();
- T DeleteMin(out C5.IPriorityQueueHandle<T> handle);
- bool Find(C5.IPriorityQueueHandle<T> handle, out T item);
- T FindMax();
- T FindMax(out C5.IPriorityQueueHandle<T> handle);
- T FindMin();
- T FindMin(out C5.IPriorityQueueHandle<T> handle);
- T Replace(C5.IPriorityQueueHandle<T> handle, T item);
- }
- public partial interface IQueue<T> : C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- T this[int index] { get; }
- T Dequeue();
- void Enqueue(T item);
- }
- public partial interface ISequenced<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- int GetSequencedHashCode();
- bool SequencedEquals(C5.ISequenced<T> otherCollection);
- }
- public partial interface IShowable : System.IFormattable
- {
- bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider);
- }
- public partial interface ISortedDictionary<K, V> : C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<K> Comparer { get; }
- new C5.ISorted<K> Keys { get; }
- void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items);
- bool Cut(System.IComparable<K> cutFunction, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid);
- C5.KeyValuePair<K, V> DeleteMax();
- C5.KeyValuePair<K, V> DeleteMin();
- C5.KeyValuePair<K, V> FindMax();
- C5.KeyValuePair<K, V> FindMin();
- C5.KeyValuePair<K, V> Predecessor(K key);
- C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll();
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot);
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K lowerBound, K upperBound);
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top);
- void RemoveRangeFrom(K low);
- void RemoveRangeFromTo(K low, K hi);
- void RemoveRangeTo(K hi);
- C5.KeyValuePair<K, V> Successor(K key);
- bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res);
- bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res);
- bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res);
- bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res);
- C5.KeyValuePair<K, V> WeakPredecessor(K key);
- C5.KeyValuePair<K, V> WeakSuccessor(K key);
- }
- public partial interface ISorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<T> Comparer { get; }
- void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- bool Cut(System.IComparable<T> cutFunction, out T low, out bool lowIsValid, out T high, out bool highIsValid);
- T DeleteMax();
- T DeleteMin();
- T FindMax();
- T FindMin();
- T Predecessor(T item);
- C5.IDirectedCollectionValue<T> RangeAll();
- C5.IDirectedEnumerable<T> RangeFrom(T bot);
- C5.IDirectedEnumerable<T> RangeFromTo(T bot, T top);
- C5.IDirectedEnumerable<T> RangeTo(T top);
- void RemoveRangeFrom(T low);
- void RemoveRangeFromTo(T low, T hi);
- void RemoveRangeTo(T hi);
- T Successor(T item);
- bool TryPredecessor(T item, out T res);
- bool TrySuccessor(T item, out T res);
- bool TryWeakPredecessor(T item, out T res);
- bool TryWeakSuccessor(T item, out T res);
- T WeakPredecessor(T item);
- T WeakSuccessor(T item);
- }
- public partial interface IStack<T> : C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- T this[int index] { get; }
- T Pop();
- void Push(T item);
- }
- public partial class ItemAtEventArgs<T> : System.EventArgs
- {
- public readonly int Index;
- public readonly T Item;
- public ItemAtEventArgs(T item, int index) { }
- public override string ToString() { throw null; }
- }
- public partial class ItemCountEventArgs<T> : System.EventArgs
- {
- public readonly int Count;
- public readonly T Item;
- public ItemCountEventArgs(T item, int count) { }
- public override string ToString() { throw null; }
- }
- public delegate void ItemInsertedHandler<T>(object sender, C5.ItemAtEventArgs<T> eventArgs);
- public delegate void ItemRemovedAtHandler<T>(object sender, C5.ItemAtEventArgs<T> eventArgs);
- public delegate void ItemsAddedHandler<T>(object sender, C5.ItemCountEventArgs<T> eventArgs);
- public delegate void ItemsRemovedHandler<T>(object sender, C5.ItemCountEventArgs<T> eventArgs);
- [System.SerializableAttribute]
- public partial class KeyValuePairComparer<K, V> : System.Collections.Generic.IComparer<C5.KeyValuePair<K, V>>
- {
- public KeyValuePairComparer(System.Collections.Generic.IComparer<K> comparer) { }
- [C5.TestedAttribute]
- public int Compare(C5.KeyValuePair<K, V> entry1, C5.KeyValuePair<K, V> entry2) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class KeyValuePairEqualityComparer<K, V> : System.Collections.Generic.IEqualityComparer<C5.KeyValuePair<K, V>>
- {
- public KeyValuePairEqualityComparer() { }
- public KeyValuePairEqualityComparer(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) { }
- [C5.TestedAttribute]
- public bool Equals(C5.KeyValuePair<K, V> entry1, C5.KeyValuePair<K, V> entry2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(C5.KeyValuePair<K, V> entry) { throw null; }
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct KeyValuePair<K, V> : C5.IShowable, System.IEquatable<C5.KeyValuePair<K, V>>, System.IFormattable
- {
- public K Key;
- public V Value;
- public KeyValuePair(K key) { throw null;}
- public KeyValuePair(K key, V value) { throw null;}
- public bool Equals(C5.KeyValuePair<K, V> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- public static bool operator ==(C5.KeyValuePair<K, V> pair1, C5.KeyValuePair<K, V> pair2) { throw null; }
- public static bool operator !=(C5.KeyValuePair<K, V> pair1, C5.KeyValuePair<K, V> pair2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class LinkedList<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.IQueue<T>, C5.ISequenced<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public LinkedList() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public LinkedList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- public virtual void Dispose() { }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- public override System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetSequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public T Pop() { throw null; }
- [C5.TestedAttribute]
- public void Push(T item) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- [C5.TestedAttribute]
- public override bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> c) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public virtual bool TrySlide(int offset) { throw null; }
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class LongEqualityComparer : System.Collections.Generic.IEqualityComparer<long>
- {
- internal LongEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.LongEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(long item1, long item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(long item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NaturalComparerO<T> : System.Collections.Generic.IComparer<T> where T : System.IComparable
- {
- public NaturalComparerO() { }
- [C5.TestedAttribute]
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NaturalComparer<T> : System.Collections.Generic.IComparer<T> where T : System.IComparable<T>
- {
- public NaturalComparer() { }
- [C5.TestedAttribute]
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NaturalEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>
- {
- internal NaturalEqualityComparer() { }
- public static C5.NaturalEqualityComparer<T> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T item1, T item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NoSuchItemException : System.Exception
- {
- public NoSuchItemException() { }
- public NoSuchItemException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class NotAViewException : System.Exception
- {
- public NotAViewException() { }
- public NotAViewException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class NotComparableException : System.Exception
- {
- public NotComparableException() { }
- public NotComparableException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class ReadOnlyCollectionException : System.Exception
- {
- public ReadOnlyCollectionException() { }
- public ReadOnlyCollectionException(string message) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2> record1, C5.Rec<T1, T2> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2> record1, C5.Rec<T1, T2> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2, T3> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2, T3>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- public readonly T3 X3;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2, T3 x3) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2, T3> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2, T3> record1, C5.Rec<T1, T2, T3> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2, T3> record1, C5.Rec<T1, T2, T3> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2, T3, T4> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2, T3, T4>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- public readonly T3 X3;
- public readonly T4 X4;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2, T3 x3, T4 x4) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2, T3, T4> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2, T3, T4> record1, C5.Rec<T1, T2, T3, T4> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2, T3, T4> record1, C5.Rec<T1, T2, T3, T4> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ReferenceEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T> where T : class
- {
- internal ReferenceEqualityComparer() { }
- public static C5.ReferenceEqualityComparer<T> Default { get { throw null; } }
- public bool Equals(T i1, T i2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SByteEqualityComparer : System.Collections.Generic.IEqualityComparer<sbyte>
- {
- internal SByteEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.SByteEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(sbyte item1, sbyte item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(sbyte item) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SequencedBase<T> : C5.DirectedCollectionBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected SequencedBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public override C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public static int ComputeHashCode(C5.ISequenced<T> items, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- public virtual int GetSequencedHashCode() { throw null; }
- public virtual bool SequencedEquals(C5.ISequenced<T> otherCollection) { throw null; }
- [C5.TestedAttribute]
- public static bool StaticEquals(C5.ISequenced<T> collection1, C5.ISequenced<T> collection2, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SequencedCollectionEqualityComparer<T, W> : System.Collections.Generic.IEqualityComparer<T> where T : C5.ISequenced<W>
- {
- internal SequencedCollectionEqualityComparer() { }
- public static C5.SequencedCollectionEqualityComparer<T, W> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T collection1, T collection2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T collection) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ShortEqualityComparer : System.Collections.Generic.IEqualityComparer<short>
- {
- internal ShortEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.ShortEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(short item1, short item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(short item) { throw null; }
- }
- public static partial class Showing
- {
- public static bool Show(object obj, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static bool ShowCollectionValue<T>(C5.ICollectionValue<T> items, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static bool ShowDictionary<K, V>(C5.IDictionary<K, V> dictionary, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static string ShowString(C5.IShowable showable, string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SortedArray<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public SortedArray() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(System.Collections.Generic.IComparer<T> comparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity, System.Collections.Generic.IComparer<T> comparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity, System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public static C5.SortedArray<T>.Feature Features { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> f) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> m, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- [System.FlagsAttribute]
- public enum Feature : short
- {
- Standard = (short)0,
- }
- }
- [System.SerializableAttribute]
- public abstract partial class SortedDictionaryBase<K, V> : C5.DictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- protected C5.ISorted<C5.KeyValuePair<K, V>> sortedpairs;
- protected SortedDictionaryBase(System.Collections.Generic.IComparer<K> keycomparer, System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public System.Collections.Generic.IComparer<K> Comparer { get { throw null; } }
- public new C5.ISorted<K> Keys { get { throw null; } }
- public void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items) { }
- public bool Cut(System.IComparable<K> cutter, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid) { lowEntry = default(C5.KeyValuePair<K, V>); lowIsValid = default(bool); highEntry = default(C5.KeyValuePair<K, V>); highIsValid = default(bool); throw null; }
- public C5.KeyValuePair<K, V> DeleteMax() { throw null; }
- public C5.KeyValuePair<K, V> DeleteMin() { throw null; }
- public C5.KeyValuePair<K, V> FindMax() { throw null; }
- public C5.KeyValuePair<K, V> FindMin() { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> Predecessor(K key) { throw null; }
- public C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K bot, K top) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top) { throw null; }
- public void RemoveRangeFrom(K lowKey) { }
- public void RemoveRangeFromTo(K lowKey, K highKey) { }
- public void RemoveRangeTo(K highKey) { }
- public override bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> Successor(K key) { throw null; }
- [C5.TestedAttribute]
- public bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> WeakPredecessor(K key) { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> WeakSuccessor(K key) { throw null; }
- }
- public partial class Sorting
- {
- internal Sorting() { }
- [C5.TestedAttribute]
- public static void HeapSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public static void InsertionSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public static void IntroSort<T>(T[] array) { }
- [C5.TestedAttribute]
- public static void IntroSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- }
- public enum Speed : short
- {
- Constant = (short)4,
- Linear = (short)2,
- Log = (short)3,
- PotentiallyInfinite = (short)1,
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public sealed partial class TestedAttribute : System.Attribute
- {
- [C5.TestedAttribute]
- public string via;
- public TestedAttribute() { }
- [C5.TestedAttribute]
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeBag<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.IPersistentSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public TreeBag() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeBag(System.Collections.Generic.IComparer<T> comparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeBag(System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- [C5.TestedAttribute(via="Sawtooth")]
- public bool Check(string name) { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public void Dispose() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump(string msg) { }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public C5.ISorted<T> Snapshot() { throw null; }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeDictionary<K, V> : C5.SortedDictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public TreeDictionary() : base (default(System.Collections.Generic.IComparer<K>), default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public TreeDictionary(System.Collections.Generic.IComparer<K> comparer) : base (default(System.Collections.Generic.IComparer<K>), default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public override object Clone() { throw null; }
- [C5.TestedAttribute]
- public System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> Snapshot() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeSet<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.IPersistentSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public TreeSet() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeSet(System.Collections.Generic.IComparer<T> comparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeSet(System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- [C5.TestedAttribute(via="Sawtooth")]
- public bool Check(string name) { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public void Dispose() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump(string msg) { }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public C5.ISorted<T> Snapshot() { throw null; }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UIntEqualityComparer : System.Collections.Generic.IEqualityComparer<uint>
- {
- internal UIntEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.UIntEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(uint item1, uint item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(uint item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ULongEqualityComparer : System.Collections.Generic.IEqualityComparer<ulong>
- {
- internal ULongEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.ULongEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(ulong item1, ulong item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(ulong item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnlistenableEventException : System.Exception
- {
- public UnlistenableEventException() { }
- public UnlistenableEventException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class UnsequencedCollectionEqualityComparer<T, W> : System.Collections.Generic.IEqualityComparer<T> where T : C5.ICollection<W>
- {
- internal UnsequencedCollectionEqualityComparer() { }
- public static C5.UnsequencedCollectionEqualityComparer<T, W> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T collection1, T collection2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T collection) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UShortEqualityComparer : System.Collections.Generic.IEqualityComparer<ushort>
- {
- internal UShortEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.UShortEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(ushort item1, ushort item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(ushort item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ViewDisposedException : System.Exception
- {
- public ViewDisposedException() { }
- public ViewDisposedException(string message) { }
- }
- public partial class WrappedArray<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public WrappedArray(T[] wrappedarray) { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public bool AllowsDuplicates { get { throw null; } }
- public C5.Speed ContainsSpeed { get { throw null; } }
- public int Count { get { throw null; } }
- public C5.Speed CountSpeed { get { throw null; } }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public bool DuplicatesByCounting { get { throw null; } }
- public System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- public bool FIFO { get { throw null; } set { } }
- public T First { get { throw null; } }
- public C5.Speed IndexingSpeed { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsValid { get { throw null; } }
- public T this[int index] { get { throw null; } set { } }
- public C5.IDirectedCollectionValue<T> this[int start, int count] { get { throw null; } }
- public T Last { get { throw null; } }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public int Offset { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public C5.IList<T> Underlying { get { throw null; } }
- public event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- public bool Add(T item) { throw null; }
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public bool All(C5.Fun<T, bool> predicate) { throw null; }
- public void Apply(C5.Act<T> action) { }
- public C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public bool Check() { throw null; }
- public T Choose() { throw null; }
- public void Clear() { }
- public virtual object Clone() { throw null; }
- public bool Contains(T item) { throw null; }
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- public int ContainsCount(T item) { throw null; }
- public void CopyTo(T[] array, int index) { }
- public void Dispose() { }
- public bool Exists(C5.Fun<T, bool> predicate) { throw null; }
- public System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- public bool Find(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public bool Find(ref T item) { throw null; }
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public bool FindOrAdd(ref T item) { throw null; }
- public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public int GetSequencedHashCode() { throw null; }
- public int GetUnsequencedHashCode() { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- public void Insert(int index, T item) { }
- public void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void InsertFirst(T item) { }
- public void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- public bool IsSorted(System.Collections.Generic.IComparer<T> comparer) { throw null; }
- public C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IList<T> LastViewOf(T item) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- public T Remove() { throw null; }
- public bool Remove(T item) { throw null; }
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- public void RemoveAllCopies(T item) { }
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public T RemoveAt(int i) { throw null; }
- public T RemoveFirst() { throw null; }
- public void RemoveInterval(int start, int count) { }
- public T RemoveLast() { throw null; }
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void Reverse() { }
- public bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public void Shuffle() { }
- public void Shuffle(System.Random rnd) { }
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public void Sort() { }
- public void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public T[] ToArray() { throw null; }
- public override string ToString() { throw null; }
- public virtual string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- public bool TrySlide(int offset) { throw null; }
- public bool TrySlide(int offset, int size) { throw null; }
- public C5.ICollectionValue<T> UniqueItems() { throw null; }
- public bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- public C5.IList<T> View(int start, int count) { throw null; }
- public C5.IList<T> ViewOf(T item) { throw null; }
- }
-}
diff --git a/src/v4.0/Mono.CSharp.cs b/src/v4.0/Mono.CSharp.cs
deleted file mode 100644
index 3eef11e..0000000
--- a/src/v4.0/Mono.CSharp.cs
+++ /dev/null
@@ -1,7079 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CSharp.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Microsoft.CSharp, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- }
-}
-namespace Mono.CSharp
-{
- public abstract partial class AbstractMessage
- {
- protected readonly int code;
- protected readonly Mono.CSharp.Location location;
- protected AbstractMessage(Mono.CSharp.AbstractMessage aMsg) { }
- protected AbstractMessage(int code, Mono.CSharp.Location loc, string msg, System.Collections.Generic.List<string> extraInfo) { }
- public int Code { get { throw null; } }
- public abstract bool IsWarning { get; }
- public Mono.CSharp.Location Location { get { throw null; } }
- public abstract string MessageType { get; }
- public string[] RelatedSymbols { get { throw null; } }
- public string Text { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AbstractPropertyEventMethod : Mono.CSharp.MemberCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> declarative_security;
- protected Mono.CSharp.MethodData method_data;
- protected readonly string prefix;
- protected AbstractPropertyEventMethod(Mono.CSharp.InterfaceMemberBase member, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsAccessor { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public abstract Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public abstract Mono.CSharp.TypeSpec ReturnType { get; }
- public Mono.CSharp.MethodSpec Spec { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public sealed override bool Define() { throw null; }
- public virtual void Emit(Mono.CSharp.TypeDefinition parent) { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void PrepareEmit() { }
- public void UpdateName(Mono.CSharp.InterfaceMemberBase member) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- [System.FlagsAttribute]
- public enum AddressOp
- {
- Load = 2,
- LoadStore = 3,
- Store = 1,
- }
- public abstract partial class AnonymousExpression : Mono.CSharp.ExpressionStatement
- {
- protected readonly Mono.CSharp.ParametersBlock block;
- public Mono.CSharp.TypeSpec ReturnType;
- protected AnonymousExpression(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public abstract string ContainerType { get; }
- public abstract bool IsIterator { get; }
- public abstract Mono.CSharp.AnonymousMethodStorey Storey { get; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- public void SetHasThisAccess() { }
- protected partial class AnonymousMethodMethod : Mono.CSharp.Method
- {
- public readonly Mono.CSharp.AnonymousExpression AnonymousMethod;
- public readonly Mono.CSharp.AnonymousMethodStorey Storey;
- public AnonymousMethodMethod(Mono.CSharp.TypeDefinition parent, Mono.CSharp.AnonymousExpression am, Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.TypeExpr return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override void DefineTypeParameters() { }
- public override void Emit() { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class AnonymousMethodBody : Mono.CSharp.AnonymousExpression
- {
- protected readonly Mono.CSharp.ParametersCompiled parameters;
- public AnonymousMethodBody(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr DirectMethodGroupConversion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } set { } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousMethodExpression : Mono.CSharp.Expression
- {
- public Mono.CSharp.ParametersBlock Block;
- public AnonymousMethodExpression(Mono.CSharp.Location loc) { }
- public override string ExprClassName { get { throw null; } }
- public virtual bool HasExplicitParameters { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.ReportPrinter TypeInferenceReportPrinter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.Expression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- protected virtual Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_AddressOfCapturedVar(Mono.CSharp.ResolveContext rc, Mono.CSharp.IVariableReference var, Mono.CSharp.Location loc) { }
- public bool ExplicitTypeInference(Mono.CSharp.TypeInferenceContext type_inference, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public Mono.CSharp.TypeSpec InferReturnType(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected virtual Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected bool VerifyExplicitParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection parameters) { throw null; }
- protected bool VerifyParameterCompatibility(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection invoke_pd, bool ignore_errors) { throw null; }
- }
- public partial class AnonymousMethodStorey : Mono.CSharp.HoistedStoreyClass
- {
- protected System.Collections.Generic.List<Mono.CSharp.HoistedVariable> hoisted_locals;
- protected System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted_params;
- protected Mono.CSharp.HoistedThis hoisted_this;
- public readonly int ID;
- public Mono.CSharp.Expression Instance;
- public readonly Mono.CSharp.ExplicitBlock OriginalSourceBlock;
- public AnonymousMethodStorey(Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberName), default(Mono.CSharp.TypeParameters), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.HoistedThis HoistedThis { get { throw null; } set { } }
- public System.Collections.Generic.IList<Mono.CSharp.ExplicitBlock> ReferencesFromChildrenBlock { get { throw null; } }
- public void AddCapturedThisField(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey parent) { }
- public Mono.CSharp.Field AddCapturedVariable(string name, Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type, bool privateAccess) { throw null; }
- public void AddParentStoreyReference(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void AddReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void CaptureLocalVariable(Mono.CSharp.ResolveContext ec, Mono.CSharp.LocalVariable localVariable) { }
- public void CaptureParameter(Mono.CSharp.ResolveContext ec, Mono.CSharp.ParametersBlock.ParameterInfo parameterInfo, Mono.CSharp.ParameterReference parameterReference) { }
- protected override bool DoResolveTypeParameters() { throw null; }
- protected virtual void EmitHoistedParameters(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted) { }
- public void EmitStoreyInstantiation(Mono.CSharp.EmitContext ec, Mono.CSharp.ExplicitBlock block) { }
- public Mono.CSharp.Expression GetStoreyInstanceExpression(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual string GetVariableMangledName(Mono.CSharp.LocalVariable local_info) { throw null; }
- public void SetNestedStoryParent(Mono.CSharp.AnonymousMethodStorey parentStorey) { }
- }
- public partial class AnonymousTypeClass : Mono.CSharp.CompilerGeneratedContainer
- {
- internal AnonymousTypeClass() : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public const string ClassNamePrefix = "<>__AnonType";
- public const string SignatureForError = "anonymous type";
- public System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public static Mono.CSharp.AnonymousTypeClass Create(Mono.CSharp.TypeContainer parent, System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.Location loc) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousTypeParameter : Mono.CSharp.ShimExpression
- {
- public readonly string Name;
- public AnonymousTypeParameter(Mono.CSharp.Expression initializer, string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public AnonymousTypeParameter(Mono.CSharp.Parameter parameter) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object o) { throw null; }
- protected virtual void Error_InvalidInitializer(Mono.CSharp.ResolveContext ec, string initializer) { }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AParametersCollection
- {
- protected bool has_arglist;
- protected bool has_params;
- protected Mono.CSharp.IParameterData[] parameters;
- protected Mono.CSharp.TypeSpec[] types;
- protected AParametersCollection() { }
- public System.Reflection.CallingConventions CallingConvention { get { throw null; } }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeSpec ExtensionMethodType { get { throw null; } }
- public Mono.CSharp.IParameterData[] FixedParameters { get { throw null; } }
- public bool HasArglist { get { throw null; } }
- public bool HasExtensionMethodType { get { throw null; } }
- public bool HasParams { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public Mono.CSharp.TypeSpec[] Types { get { throw null; } set { } }
- public System.Type[] GetMetaInfo() { throw null; }
- public static System.Reflection.ParameterAttributes GetParameterAttribute(Mono.CSharp.Parameter.Modifier modFlags) { throw null; }
- public int GetParameterIndexByName(string name) { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetSignatureForError(string start, string end, int count) { throw null; }
- public Mono.CSharp.AParametersCollection Inflate(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public string ParameterDesc(int pos) { throw null; }
- }
- public partial class Arglist : Mono.CSharp.Expression
- {
- public Arglist(Mono.CSharp.Arguments args, Mono.CSharp.Location l) { }
- public Arglist(Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public System.Type[] ArgumentTypes { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistAccess : Mono.CSharp.Expression
- {
- public ArglistAccess(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistParameter : Mono.CSharp.Parameter
- {
- public ArglistParameter(Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class Argument
- {
- public readonly Mono.CSharp.Argument.AType ArgType;
- public Mono.CSharp.Expression Expr;
- public Argument(Mono.CSharp.Expression expr) { }
- public Argument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType type) { }
- public bool IsByRef { get { throw null; } }
- public bool IsDefaultArgument { get { throw null; } }
- public bool IsExtensionType { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier Modifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } }
- public Mono.CSharp.Argument Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- public Mono.CSharp.Argument Clone(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Argument EmitToField(Mono.CSharp.EmitContext ec, bool cloneResult) { throw null; }
- public void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public string GetSignatureForError() { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext ec) { }
- public bool ResolveMethodGroup(Mono.CSharp.ResolveContext ec) { throw null; }
- public enum AType : byte
- {
- ConditionalAccessFlag = (byte)128,
- Default = (byte)3,
- DynamicTypeName = (byte)4,
- ExtensionType = (byte)5,
- ExtensionTypeConditionalAccess = (byte)133,
- None = (byte)0,
- Out = (byte)2,
- Ref = (byte)1,
- }
- }
- public partial class Arguments
- {
- public Arguments(int capacity) { }
- public int Count { get { throw null; } }
- public bool HasDynamic { get { throw null; } }
- public bool HasNamed { get { throw null; } }
- public Mono.CSharp.Argument this[int index] { get { throw null; } set { } }
- public void Add(Mono.CSharp.Argument arg) { }
- public void AddRange(Mono.CSharp.Arguments args) { }
- public void CheckArrayAsAttribute(Mono.CSharp.CompilerContext ctx) { }
- public Mono.CSharp.Arguments Clone(Mono.CSharp.CloneContext ctx) { throw null; }
- public bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.ArrayInitializer CreateDynamicBinderArguments(Mono.CSharp.ResolveContext rc) { throw null; }
- public static Mono.CSharp.Arguments CreateForExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args, params Mono.CSharp.Expression[] e) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Arguments Emit(Mono.CSharp.EmitContext ec, bool dup_args, bool prepareAwait) { throw null; }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc, System.Collections.Generic.List<Mono.CSharp.MovableArgument> movable=null) { }
- public System.Collections.Generic.List<Mono.CSharp.Argument>.Enumerator GetEnumerator() { throw null; }
- public void Insert(int index, Mono.CSharp.Argument arg) { }
- public static System.Linq.Expressions.Expression[] MakeExpression(Mono.CSharp.Arguments args, Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Arguments MarkOrderedArgument(Mono.CSharp.NamedArgument a) { throw null; }
- public void RemoveAt(int index) { }
- public void Resolve(Mono.CSharp.ResolveContext ec, out bool dynamic) { dynamic = default(bool); }
- }
- public partial class ArrayAccess : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public ArrayAccess(Mono.CSharp.ElementAccess ea_data, Mono.CSharp.Location l) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ConditionalAccessReceiver { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class ArrayContainer : Mono.CSharp.ElementTypeSpec
- {
- internal ArrayContainer() : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(System.Type)) { }
- public int Rank { get { throw null; } }
- public System.Reflection.MethodInfo GetAddressMethod() { throw null; }
- public System.Reflection.MethodInfo GetConstructor() { throw null; }
- public System.Reflection.MethodInfo GetGetMethod() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- protected override string GetPostfixSignature() { throw null; }
- public static string GetPostfixSignature(int rank) { throw null; }
- public System.Reflection.MethodInfo GetSetMethod() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element, int rank) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeRankPair : System.IEquatable<Mono.CSharp.ArrayContainer.TypeRankPair>
- {
- public TypeRankPair(Mono.CSharp.TypeSpec ts, int rank) { throw null;}
- public bool Equals(Mono.CSharp.ArrayContainer.TypeRankPair other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public partial class ArrayCreation : Mono.CSharp.Expression
- {
- protected System.Collections.Generic.List<Mono.CSharp.Expression> arguments;
- protected System.Collections.Generic.List<Mono.CSharp.Expression> array_data;
- protected Mono.CSharp.TypeSpec array_element_type;
- protected int dimensions;
- protected readonly Mono.CSharp.ComposedTypeSpecifier rank;
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, System.Collections.Generic.List<Mono.CSharp.Expression> exprs, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location l) { }
- public Mono.CSharp.ArrayInitializer Initializers { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Rank { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected sealed override Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveArrayElement(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression element) { throw null; }
- protected bool ResolveInitializers(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ArrayIndexCast : Mono.CSharp.TypeCast
- {
- public ArrayIndexCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArrayInitializer : Mono.CSharp.Expression
- {
- public ArrayInitializer(Mono.CSharp.Location loc) { }
- public ArrayInitializer(System.Collections.Generic.List<Mono.CSharp.Expression> init, Mono.CSharp.Location loc) { }
- public ArrayInitializer(int count, Mono.CSharp.Location loc) { }
- public int Count { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Expression> Elements { get { throw null; } }
- public Mono.CSharp.Expression this[int index] { get { throw null; } }
- public Mono.CSharp.BlockVariable VariableDeclaration { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Expression expr) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class As : Mono.CSharp.Probe
- {
- public As(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class AssemblyBuilderExtension
- {
- public AssemblyBuilderExtension(Mono.CSharp.CompilerContext ctx) { }
- public virtual System.Reflection.Module AddModule(string module) { throw null; }
- public virtual void AddPermissionRequests(System.Security.PermissionSet[] permissions) { }
- public virtual void AddTypeForwarder(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public virtual void DefineWin32IconResource(string fileName) { }
- public virtual void SetAlgorithmId(uint value, Mono.CSharp.Location loc) { }
- public virtual void SetCulture(string culture, Mono.CSharp.Location loc) { }
- public virtual void SetFlags(uint flags, Mono.CSharp.Location loc) { }
- public virtual void SetVersion(System.Version version, Mono.CSharp.Location loc) { }
- }
- public abstract partial class AssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- protected System.Collections.Generic.List<Mono.CSharp.ImportedModuleDefinition> added_modules;
- public System.Reflection.Emit.AssemblyBuilder Builder;
- protected Mono.CSharp.AssemblyBuilderExtension builder_extra;
- protected readonly string file_name;
- protected Mono.CSharp.ModuleContainer module;
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name) { }
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name, string fileName) { }
- public Mono.CSharp.Attribute CLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.Method EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.MetadataImporter Importer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsSatelliteAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- bool Mono.CSharp.IAssemblyDefinition.IsMissing { get { throw null; } }
- public string Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolWriter { get { throw null; } }
- public bool WrapNonExceptionThrows { get { throw null; } }
- public void AddModule(Mono.CSharp.ImportedModuleDefinition module) { }
- public void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected System.Reflection.AssemblyName CreateAssemblyName() { throw null; }
- public virtual System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public void EmbedResources() { }
- public virtual void Emit() { }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void Resolve() { }
- protected void ResolveAssemblySecurityAttributes() { }
- public void Save() { }
- protected virtual void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyDefinitionDynamic : Mono.CSharp.AssemblyDefinition
- {
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name, string fileName) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public bool Create(System.AppDomain domain, System.Reflection.Emit.AssemblyBuilderAccess access) { throw null; }
- public override System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public System.Reflection.Module IncludeModule(string moduleFile) { throw null; }
- protected override void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyResource : System.IEquatable<Mono.CSharp.AssemblyResource>
- {
- public AssemblyResource(string fileName, string name) { }
- public AssemblyResource(string fileName, string name, bool isPrivate) { }
- public System.Reflection.ResourceAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsEmbeded { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.AssemblyResource other) { throw null; }
- }
- public abstract partial class Assign : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression source;
- protected Mono.CSharp.Expression target;
- protected Assign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Source { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.Expression Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class AsyncInitializer : Mono.CSharp.StateMachineInitializer
- {
- public AsyncInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.TypeSpec DelegateType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.StackFieldExpr HoistedReturnState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } }
- protected override Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCatchBlock(Mono.CSharp.EmitContext ec) { }
- protected override void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public abstract partial class Attributable
- {
- protected Mono.CSharp.Attributes attributes;
- protected Attributable() { }
- public abstract System.AttributeTargets AttributeTargets { get; }
- public Mono.CSharp.Attributes OptAttributes { get { throw null; } set { } }
- public abstract string[] ValidAttributeTargets { get; }
- public void AddAttributes(Mono.CSharp.Attributes attrs, Mono.CSharp.IMemberContext context) { }
- public abstract void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa);
- public abstract bool IsClsComplianceRequired();
- }
- public partial class Attribute
- {
- public static readonly System.AttributeUsageAttribute DefaultUsageAttribute;
- public static readonly object[] EmptyObject;
- public readonly string ExplicitTarget;
- public System.AttributeTargets Target;
- public Mono.CSharp.TypeSpec Type;
- public Attribute(string target, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Arguments[] args, Mono.CSharp.Location loc, bool nameEscaped) { }
- public bool HasSecurityAttribute { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.Arguments NamedArguments { get { throw null; } }
- public Mono.CSharp.Arguments PositionalArguments { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public bool ResolveError { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression TypeExpression { get { throw null; } }
- public void AttachTo(Mono.CSharp.Attributable target, Mono.CSharp.IMemberContext context) { }
- public bool CheckTarget() { throw null; }
- public Mono.CSharp.Attribute Clone() { throw null; }
- public Mono.CSharp.ResolveContext CreateResolveContext() { throw null; }
- public void Emit(System.Collections.Generic.Dictionary<Mono.CSharp.Attribute, System.Collections.Generic.List<Mono.CSharp.Attribute>> allEmitted) { }
- public override bool Equals(object obj) { throw null; }
- public static void Error_AttributeArgumentIsDynamic(Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { }
- public void Error_InvalidArgumentValue(Mono.CSharp.TypeSpec attributeType) { }
- public void Error_InvalidSecurityParent() { }
- public void Error_MissingGuidAttribute() { }
- public void Error_MisusedDynamicAttribute() { }
- public void Error_MisusedExtensionAttribute() { }
- public void ExtractSecurityPermissionSet(Mono.CSharp.MethodSpec ctor, ref System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> permissions) { }
- public Mono.CSharp.TypeSpec GetArgumentType() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsageAttribute() { throw null; }
- public bool GetBoolean() { throw null; }
- public System.Runtime.InteropServices.CharSet GetCharSetValue() { throw null; }
- public bool GetClsCompliantAttributeValue() { throw null; }
- public Mono.CSharp.TypeSpec GetCoClassAttributeValue() { throw null; }
- public string GetConditionalAttributeValue() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetIndexerAttributeValue() { throw null; }
- public System.Runtime.CompilerServices.MethodImplOptions GetMethodImplOptions() { throw null; }
- public Mono.CSharp.Constant GetNamedValue(string name) { throw null; }
- public System.ObsoleteAttribute GetObsoleteAttribute() { throw null; }
- public Mono.CSharp.Expression GetParameterDefaultValue() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetString() { throw null; }
- public string GetValidTargets() { throw null; }
- public bool HasField(string fieldName) { throw null; }
- public bool IsExplicitLayoutKind() { throw null; }
- public bool IsInternalCall() { throw null; }
- public static bool IsValidArgumentType(Mono.CSharp.TypeSpec t) { throw null; }
- public bool IsValidSecurityAttribute() { throw null; }
- public Mono.CSharp.MethodSpec Resolve() { throw null; }
- public Mono.CSharp.TypeSpec ResolveTypeForComparison() { throw null; }
- }
- public sealed partial class AttributeEncoder
- {
- public static readonly byte[] Empty;
- public AttributeEncoder() { }
- public Mono.CSharp.AttributeEncoder.EncodedTypeProperties Encode(Mono.CSharp.TypeSpec type) { throw null; }
- public void Encode(bool value) { }
- public void Encode(byte value) { }
- public void Encode(double value) { }
- public void Encode(short value) { }
- public void Encode(int value) { }
- public void Encode(long value) { }
- public void Encode(sbyte value) { }
- public void Encode(float value) { }
- public void Encode(string value) { }
- public void Encode(ushort value) { }
- public void Encode(uint value) { }
- public void Encode(ulong value) { }
- public void EncodeEmptyNamedArguments() { }
- public void EncodeNamedArguments<T>(T[] members, Mono.CSharp.Constant[] values) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- public void EncodeNamedFieldArgument(Mono.CSharp.FieldSpec field, Mono.CSharp.Constant value) { }
- public void EncodeNamedPropertyArgument(Mono.CSharp.PropertySpec property, Mono.CSharp.Constant value) { }
- public void EncodeTypeName(Mono.CSharp.TypeContainer type) { }
- public void EncodeTypeName(Mono.CSharp.TypeSpec type) { }
- public byte[] ToArray() { throw null; }
- [System.FlagsAttribute]
- public enum EncodedTypeProperties
- {
- DynamicType = 1,
- None = 0,
- TypeParameter = 2,
- }
- }
- public partial class Attributes
- {
- public readonly System.Collections.Generic.List<Mono.CSharp.Attribute> Attrs;
- public Attributes(Mono.CSharp.Attribute a) { }
- public Attributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AddAttribute(Mono.CSharp.Attribute attr) { }
- public void AddAttributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AttachTo(Mono.CSharp.Attributable attributable, Mono.CSharp.IMemberContext context) { }
- public bool CheckTargets() { throw null; }
- public Mono.CSharp.Attributes Clone() { throw null; }
- public bool Contains(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public void ConvertGlobalAttributes(Mono.CSharp.TypeContainer member, Mono.CSharp.NamespaceContainer currentNamespace, bool isGlobal) { }
- public void Emit() { }
- public bool HasResolveError() { throw null; }
- public Mono.CSharp.Attribute Search(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute Search(string explicitTarget, Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute[] SearchMulti(Mono.CSharp.PredefinedAttribute t) { throw null; }
- }
- public abstract partial class ATypeNameExpression : Mono.CSharp.FullNamedExpression
- {
- protected Mono.CSharp.TypeArguments targs;
- protected ATypeNameExpression(string name, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, int arity, Mono.CSharp.Location l) { }
- protected int Arity { get { throw null; } }
- public bool HasTypeArguments { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.TypeArguments TypeArguments { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected void Error_OpenGenericTypeIsNotAllowed(Mono.CSharp.IMemberContext mc) { }
- public override int GetHashCode() { throw null; }
- public static string GetMemberType(Mono.CSharp.MemberCore mc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restriction);
- }
- public partial class Await : Mono.CSharp.ExpressionStatement
- {
- public Await(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.AwaitStatement Statement { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.FieldExpr field) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class AwaiterDefinition
- {
- public AwaiterDefinition() { }
- public Mono.CSharp.MethodSpec GetResult { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool INotifyCompletion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.PropertySpec IsCompleted { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsValidPattern { get { throw null; } }
- }
- public partial class AwaitStatement : Mono.CSharp.YieldStatement<Mono.CSharp.AsyncInitializer>
- {
- public AwaitStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.TypeSpec ResultType { get { throw null; } }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public void EmitPrologue(Mono.CSharp.EmitContext ec) { }
- public void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Expression GetResultExpression(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public sealed partial class AwaitableMemberAccess : Mono.CSharp.MemberAccess
- {
- public AwaitableMemberAccess(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(string)) { }
- public bool ProbingMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- protected override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, string name) { }
- }
- }
- public partial class BaseThis : Mono.CSharp.This
- {
- public BaseThis(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BaseThis(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- }
- public partial class Binary : Mono.CSharp.Expression
- {
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, bool isCompound) { }
- public bool IsCompound { get { throw null; } }
- public Mono.CSharp.Expression Left { get { throw null; } }
- public Mono.CSharp.Binary.Operator Oper { get { throw null; } }
- public Mono.CSharp.Expression Right { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.Expression CreateCallSiteBinder(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression method) { throw null; }
- public Mono.CSharp.Expression CreateLiftedValueTypeResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec valueType) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreatePointerOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public static void EmitOperatorOpcode(Mono.CSharp.EmitContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.TypeSpec l, Mono.CSharp.Expression right) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Location loc) { }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, string oper, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public static Mono.CSharp.ConvCast.Mode GetEnumResultCast(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { throw null; }
- public Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext rc) { throw null; }
- [System.FlagsAttribute]
- public enum Operator
- {
- Addition = 2083,
- AdditionMask = 2048,
- ArithmeticMask = 32,
- BitwiseAnd = 525,
- BitwiseMask = 512,
- BitwiseOr = 527,
- ComparisonMask = 128,
- DecomposedMask = 524288,
- Division = 33,
- Equality = 395,
- EqualityMask = 256,
- ExclusiveOr = 526,
- GreaterThan = 8328,
- GreaterThanOrEqual = 8330,
- Inequality = 396,
- LeftShift = 69,
- LessThan = 8327,
- LessThanOrEqual = 8329,
- LogicalAnd = 1040,
- LogicalMask = 1024,
- LogicalOr = 1041,
- Modulus = 34,
- Multiply = 32,
- NullableMask = 1048576,
- RelationalMask = 8192,
- RightShift = 70,
- ShiftMask = 64,
- Subtraction = 4132,
- SubtractionMask = 4096,
- ValuesOnlyMask = 31,
- }
- public partial class PredefinedOperator
- {
- protected readonly Mono.CSharp.TypeSpec left;
- protected readonly Mono.CSharp.TypeSpec left_unwrap;
- public readonly Mono.CSharp.Binary.Operator OperatorsMask;
- public Mono.CSharp.TypeSpec ReturnType;
- protected readonly Mono.CSharp.TypeSpec right;
- protected readonly Mono.CSharp.TypeSpec right_unwrap;
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public bool IsLifted { get { throw null; } }
- public virtual Mono.CSharp.Expression ConvertResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.Binary b) { throw null; }
- public virtual bool IsApplicable(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lexpr, Mono.CSharp.Expression rexpr) { throw null; }
- public bool IsPrimitiveApplicable(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype) { throw null; }
- public Mono.CSharp.Binary.PredefinedOperator ResolveBetterOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.PredefinedOperator best_operator) { throw null; }
- }
- }
- [System.FlagsAttribute]
- public enum BindingRestriction
- {
- DeclaredOnly = 2,
- InstanceOnly = 4,
- NoAccessors = 8,
- None = 0,
- OverrideOnly = 16,
- }
- public partial class Block : Mono.CSharp.Statement
- {
- public Mono.CSharp.Location EndLocation;
- public Mono.CSharp.ExplicitBlock Explicit;
- protected Mono.CSharp.Block.Flags flags;
- public Mono.CSharp.ParametersBlock ParametersBlock;
- public Mono.CSharp.Block Parent;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> scope_initializers;
- public Mono.CSharp.Location StartLocation;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> statements;
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public bool IsCatchBlock { get { throw null; } }
- public bool IsCompilerGenerated { get { throw null; } set { } }
- public bool IsFinallyBlock { get { throw null; } }
- public Mono.CSharp.Block Original { get { throw null; } protected set { } }
- public System.Collections.Generic.List<Mono.CSharp.Statement> Statements { get { throw null; } }
- public bool Unchecked { get { throw null; } set { } }
- public bool Unsafe { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddLabel(Mono.CSharp.LabeledStatement target) { }
- public void AddLocalName(Mono.CSharp.LocalVariable li) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li) { }
- public void AddScopeStatement(Mono.CSharp.Statement s) { }
- public void AddStatement(Mono.CSharp.Statement s) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected void EmitScopeInitializers(Mono.CSharp.EmitContext ec) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public virtual void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void InsertStatement(int index, Mono.CSharp.Statement s) { }
- public Mono.CSharp.LabeledStatement LookupLabel(string name) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void MarkReachableScope(Mono.CSharp.Reachability rc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ScanGotoJump(Mono.CSharp.Statement label) { }
- public void ScanGotoJump(Mono.CSharp.Statement label, Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetEndLocation(Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- AwaitBlock = 8192,
- CatchBlock = 32768,
- CompilerGenerated = 512,
- FinallyBlock = 16384,
- HasAsyncModifier = 1024,
- HasCapturedThis = 128,
- HasCapturedVariable = 64,
- InitializationEmitted = 4194304,
- IsExpressionTree = 256,
- Iterator = 1048576,
- NoFlowAnalysis = 2097152,
- ReachableEnd = 8,
- Resolved = 2048,
- Unchecked = 1,
- Unsafe = 16,
- YieldBlock = 4096,
- }
- }
- public partial class BlockConstant : Mono.CSharp.BlockVariable
- {
- public BlockConstant(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockContext : Mono.CSharp.ResolveContext
- {
- public int AssignmentInfoOffset;
- public BlockContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public BlockContext(Mono.CSharp.ResolveContext rc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public Mono.CSharp.ExceptionStatement CurrentTryBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoop { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoopOrSwitch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.Switch Switch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class BlockVariable : Mono.CSharp.Statement
- {
- protected System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> declarators;
- protected Mono.CSharp.LocalVariable li;
- protected Mono.CSharp.FullNamedExpression type_expr;
- public BlockVariable(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) { }
- protected BlockVariable(Mono.CSharp.LocalVariable li) { }
- public System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddDeclarator(Mono.CSharp.BlockVariableDeclarator decl) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public bool Resolve(Mono.CSharp.BlockContext bc, bool resolveDeclaratorInitializers) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockVariableDeclarator
- {
- public BlockVariableDeclarator(Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public virtual Mono.CSharp.BlockVariableDeclarator Clone(Mono.CSharp.CloneContext cloneCtx) { throw null; }
- }
- public partial class BoolConstant : Mono.CSharp.Constant
- {
- public readonly bool Value;
- public BoolConstant(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BoolConstant(Mono.CSharp.TypeSpec type, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class BooleanExpression : Mono.CSharp.ShimExpression
- {
- public BooleanExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class BooleanExpressionFalse : Mono.CSharp.Unary
- {
- public BooleanExpressionFalse(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class BoolLiteral : Mono.CSharp.BoolConstant, Mono.CSharp.ILiteralConstant
- {
- public BoolLiteral(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(bool), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class BoxedCast : Mono.CSharp.TypeCast
- {
- public BoxedCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class Break : Mono.CSharp.LocalExitStatement
- {
- public Break(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class BuilderContext
- {
- protected Mono.CSharp.BuilderContext.Options flags;
- public BuilderContext() { }
- public bool HasSet(Mono.CSharp.BuilderContext.Options options) { throw null; }
- public Mono.CSharp.BuilderContext.FlagsHandle With(Mono.CSharp.BuilderContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.BuilderContext ec, Mono.CSharp.BuilderContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AccurateDebugInfo = 2,
- AsyncBody = 16,
- CheckedScope = 1,
- ConstructorScope = 8,
- OmitDebugInfo = 4,
- }
- }
- public partial class BuiltinTypes
- {
- public readonly Mono.CSharp.BuiltinTypeSpec Array;
- public readonly Mono.CSharp.BuiltinTypeSpec Attribute;
- public readonly Mono.CSharp.TypeSpec[] BinaryPromotionsTypes;
- public readonly Mono.CSharp.BuiltinTypeSpec Bool;
- public readonly Mono.CSharp.BuiltinTypeSpec Byte;
- public readonly Mono.CSharp.BuiltinTypeSpec Char;
- public readonly Mono.CSharp.BuiltinTypeSpec Decimal;
- public readonly Mono.CSharp.BuiltinTypeSpec Delegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Double;
- public readonly Mono.CSharp.BuiltinTypeSpec Dynamic;
- public readonly Mono.CSharp.BuiltinTypeSpec Enum;
- public readonly Mono.CSharp.BuiltinTypeSpec Exception;
- public readonly Mono.CSharp.BuiltinTypeSpec Float;
- public readonly Mono.CSharp.BuiltinTypeSpec IDisposable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerator;
- public readonly Mono.CSharp.BuiltinTypeSpec Int;
- public readonly Mono.CSharp.BuiltinTypeSpec IntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec Long;
- public readonly Mono.CSharp.BuiltinTypeSpec MulticastDelegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Object;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEquality;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryStandard;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryUnsafe;
- public readonly Mono.CSharp.TypeSpec[][] OperatorsUnary;
- public readonly Mono.CSharp.TypeSpec[] OperatorsUnaryMutator;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeFieldHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeTypeHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec SByte;
- public readonly Mono.CSharp.BuiltinTypeSpec Short;
- public readonly Mono.CSharp.BuiltinTypeSpec String;
- public readonly Mono.CSharp.BuiltinTypeSpec Type;
- public readonly Mono.CSharp.BuiltinTypeSpec UInt;
- public readonly Mono.CSharp.BuiltinTypeSpec UIntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec ULong;
- public readonly Mono.CSharp.BuiltinTypeSpec UShort;
- public readonly Mono.CSharp.BuiltinTypeSpec ValueType;
- public readonly Mono.CSharp.BuiltinTypeSpec Void;
- public BuiltinTypes() { }
- public Mono.CSharp.BuiltinTypeSpec[] AllTypes { get { throw null; } }
- public bool CheckDefinitions(Mono.CSharp.ModuleContainer module) { throw null; }
- }
- public sealed partial class BuiltinTypeSpec : Mono.CSharp.TypeSpec
- {
- public BuiltinTypeSpec(Mono.CSharp.MemberKind kind, string ns, string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public BuiltinTypeSpec(string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public override Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public string FullName { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- public static int GetSize(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveType(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveTypeOrDecimal(Mono.CSharp.TypeSpec type) { throw null; }
- public void SetDefinition(Mono.CSharp.ITypeDefinition td, System.Type type, Mono.CSharp.Modifiers mod) { }
- public void SetDefinition(Mono.CSharp.TypeSpec ts) { }
- public enum Type
- {
- Array = 24,
- Attribute = 29,
- Bool = 1,
- Byte = 2,
- Char = 4,
- Decimal = 13,
- Delegate = 22,
- Double = 12,
- Dynamic = 17,
- Enum = 21,
- Exception = 28,
- FirstPrimitive = 1,
- Float = 11,
- IDisposable = 27,
- IEnumerable = 26,
- IEnumerator = 25,
- Int = 7,
- IntPtr = 14,
- LastPrimitive = 12,
- Long = 9,
- MulticastDelegate = 23,
- None = 0,
- Object = 16,
- Other = 30,
- SByte = 3,
- Short = 5,
- String = 18,
- Type = 19,
- UInt = 8,
- UIntPtr = 15,
- ULong = 10,
- UShort = 6,
- ValueType = 20,
- }
- }
- public partial class ByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly byte Value;
- public ByteConstant(Mono.CSharp.BuiltinTypes types, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ByteConstant(Mono.CSharp.TypeSpec type, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Cast : Mono.CSharp.ShimExpression
- {
- public Cast(Mono.CSharp.Expression cast_type, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression TargetType { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Catch : Mono.CSharp.Statement
- {
- public Catch(Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.TypeSpec CatchType { get { throw null; } }
- public Mono.CSharp.Expression Filter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsGeneral { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class CatchFilterExpression : Mono.CSharp.BooleanExpression
- {
- public CatchFilterExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- }
- public partial class CharConstant : Mono.CSharp.Constant
- {
- public readonly char Value;
- public CharConstant(Mono.CSharp.BuiltinTypes types, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public CharConstant(Mono.CSharp.TypeSpec type, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class CharLiteral : Mono.CSharp.CharConstant, Mono.CSharp.ILiteralConstant
- {
- public CharLiteral(Mono.CSharp.BuiltinTypes types, char c, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(char), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Checked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Checked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class CheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public CheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public sealed partial class Class : Mono.CSharp.ClassOrStruct
- {
- public Class(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override string[] ConditionalConditions() { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public override void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- }
- public sealed partial class ClassCast : Mono.CSharp.TypeCast
- {
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, bool forced) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ClassOrStruct : Mono.CSharp.TypeDefinition
- {
- protected Mono.CSharp.Constructor generated_primary_constructor;
- public const System.Reflection.TypeAttributes StaticClassAttribute = (System.Reflection.TypeAttributes)(384);
- protected ClassOrStruct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.ToplevelBlock PrimaryConstructorBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual Mono.CSharp.Constructor DefineDefaultConstructor(bool is_static) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- }
- public partial class CloneContext
- {
- public CloneContext() { }
- public void AddBlockMap(Mono.CSharp.Block from, Mono.CSharp.Block to) { }
- public Mono.CSharp.Block LookupBlock(Mono.CSharp.Block from) { throw null; }
- public Mono.CSharp.Block RemapBlockCopy(Mono.CSharp.Block from) { throw null; }
- }
- public partial class CollectionOrObjectInitializers : Mono.CSharp.ExpressionStatement
- {
- public CollectionOrObjectInitializers(Mono.CSharp.Location loc) { }
- public CollectionOrObjectInitializers(System.Collections.Generic.IList<Mono.CSharp.Expression> initializers, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.IList<Mono.CSharp.Expression> Initializers { get { throw null; } }
- public bool IsCollectionInitializer { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool inferType) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class CommandLineParser
- {
- public CommandLineParser(System.IO.TextWriter errorOutput) { }
- public CommandLineParser(System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) { }
- public bool HasBeenStopped { get { throw null; } }
- public event System.Func<string[], int, int> UnknownOptionHandler { add { } remove { } }
- public bool ParseArguments(Mono.CSharp.CompilerSettings settings, string[] args) { throw null; }
- public Mono.CSharp.CompilerSettings ParseArguments(string[] args) { throw null; }
- public bool ProcessWarningsList(string text, System.Action<int> action) { throw null; }
- }
- public partial class Comparer : System.Collections.IComparer
- {
- internal Comparer() { }
- public int Compare(object a, object b) { throw null; }
- public static System.Reflection.EventInfo[] Sort(System.Reflection.EventInfo[] inf) { throw null; }
- public static System.Reflection.MemberInfo[] Sort(System.Reflection.MemberInfo[] inf) { throw null; }
- public static System.Reflection.MethodBase[] Sort(System.Reflection.MethodBase[] inf) { throw null; }
- public static System.Reflection.PropertyInfo[] Sort(System.Reflection.PropertyInfo[] inf) { throw null; }
- }
- public partial class CompilationSourceFile : Mono.CSharp.NamespaceContainer
- {
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent, Mono.CSharp.SourceFile sourceFile) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public string FileName { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry SymbolUnitEntry { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDefine(string value) { }
- public void AddIncludeFile(Mono.CSharp.SourceFile file) { }
- public void AddUndefine(string value) { }
- public bool IsConditionalDefined(string value) { throw null; }
- public override void PrepareEmit() { }
- }
- public delegate void CompiledMethod(ref object retvalue);
- public partial class CompilerCallableEntryPoint : System.MarshalByRefObject
- {
- public CompilerCallableEntryPoint() { }
- public static int[] AllWarningNumbers { get { throw null; } }
- public static bool InvokeCompiler(string[] args, System.IO.TextWriter error) { throw null; }
- public static void PartialReset() { }
- public static void Reset() { }
- public static void Reset(bool full_flag) { }
- }
- public partial class CompilerContext
- {
- public CompilerContext(Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool IsRuntimeBinder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.CompilerSettings Settings { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public Mono.CSharp.SourceFile LookupFile(Mono.CSharp.CompilationSourceFile comp_unit, string name) { throw null; }
- }
- public abstract partial class CompilerGeneratedContainer : Mono.CSharp.ClassOrStruct
- {
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected void CheckMembersDefined() { }
- protected override bool DoDefineMembers() { throw null; }
- protected static Mono.CSharp.MemberName MakeMemberName(Mono.CSharp.MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { throw null; }
- public static string MakeName(string host, string typePrefix, string name, int id) { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public partial class CompilerSettings
- {
- public System.Collections.Generic.List<string> AssemblyReferences;
- public System.Collections.Generic.List<System.Tuple<string, string>> AssemblyReferencesAliases;
- public bool BreakOnInternalError;
- public bool Checked;
- public int DebugFlags;
- public string DocumentationFile;
- public System.Text.Encoding Encoding;
- public bool EnhancedWarnings;
- public int FatalCounter;
- public bool GenerateDebugInfo;
- public bool LoadDefaultReferences;
- public string MainClass;
- public System.Collections.Generic.List<string> Modules;
- public bool Optimize;
- public string OutputFile;
- public bool ParseOnly;
- public Mono.CSharp.Platform Platform;
- public System.Collections.Generic.List<string> ReferencesLookupPaths;
- public System.Collections.Generic.List<Mono.CSharp.AssemblyResource> Resources;
- public string RuntimeMetadataVersion;
- public string SdkVersion;
- public bool ShowFullPaths;
- public bool Stacktrace;
- public bool StatementMode;
- public bool StdLib;
- public Mono.CSharp.RuntimeVersion StdLibRuntimeVersion;
- public bool StrongNameDelaySign;
- public string StrongNameKeyContainer;
- public string StrongNameKeyFile;
- public int TabSize;
- public Mono.CSharp.Target Target;
- public string TargetExt;
- public bool Timestamps;
- public bool TokenizeOnly;
- public bool Unsafe;
- public int VerboseParserFlag;
- public bool VerifyClsCompliance;
- public Mono.CSharp.LanguageVersion Version;
- public int WarningLevel;
- public bool WarningsAreErrors;
- public string Win32IconFile;
- public string Win32ResourceFile;
- public bool WriteMetadataOnly;
- public CompilerSettings() { }
- public Mono.CSharp.SourceFile FirstSourceFile { get { throw null; } }
- public bool HasKeyFileOrContainer { get { throw null; } }
- public bool NeedsEntryPoint { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public void AddConditionalSymbol(string symbol) { }
- public void AddWarningAsError(int id) { }
- public void AddWarningOnly(int id) { }
- public bool IsConditionalSymbolDefined(string symbol) { throw null; }
- public bool IsWarningAsError(int code) { throw null; }
- public bool IsWarningDisabledGlobally(int code) { throw null; }
- public bool IsWarningEnabled(int code, int level) { throw null; }
- public void SetIgnoreWarning(int code) { }
- }
- public abstract partial class CompletingExpression : Mono.CSharp.ExpressionStatement
- {
- protected CompletingExpression() { }
- public static void AppendResults(System.Collections.Generic.List<string> results, string prefix, System.Collections.Generic.IEnumerable<string> names) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompletionElementInitializer : Mono.CSharp.CompletingExpression
- {
- public CompletionElementInitializer(string partial_name, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class CompletionMemberAccess : Mono.CSharp.CompletingExpression
- {
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.Location l) { }
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class CompletionResult : System.Exception
- {
- public CompletionResult(string base_text, string[] res) { }
- public string BaseText { get { throw null; } }
- public string[] Result { get { throw null; } }
- }
- public partial class CompletionSimpleName : Mono.CSharp.CompletingExpression
- {
- public string Prefix;
- public CompletionSimpleName(string prefix, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ComposedCast : Mono.CSharp.TypeExpr
- {
- public ComposedCast(Mono.CSharp.FullNamedExpression left, Mono.CSharp.ComposedTypeSpecifier spec) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class ComposedTypeSpecifier
- {
- public readonly int Dimension;
- public readonly Mono.CSharp.Location Location;
- public static readonly Mono.CSharp.ComposedTypeSpecifier SingleDimension;
- public ComposedTypeSpecifier(int specifier, Mono.CSharp.Location loc) { }
- public bool IsNullable { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Next { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.ComposedTypeSpecifier CreateArrayDimension(int dimension, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreateNullable(Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreatePointer(Mono.CSharp.Location loc) { throw null; }
- public string GetSignatureForError() { throw null; }
- }
- public abstract partial class CompositeExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected CompositeExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompoundAssign : Mono.CSharp.Assign
- {
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Expression left) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Binary.Operator Operator { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- public sealed partial class TargetExpression : Mono.CSharp.Expression
- {
- public TargetExpression(Mono.CSharp.Expression child) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- }
- }
- public partial class Conditional : Mono.CSharp.Expression
- {
- public Conditional(Mono.CSharp.Expression expr, Mono.CSharp.Expression true_expr, Mono.CSharp.Expression false_expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression FalseExpr { get { throw null; } }
- public Mono.CSharp.Expression TrueExpr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConditionalAccessContext
- {
- public ConditionalAccessContext(Mono.CSharp.TypeSpec type, System.Reflection.Emit.Label endLabel) { }
- public System.Reflection.Emit.Label EndLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class ConditionalLogicalOperator : Mono.CSharp.UserOperatorCall
- {
- public ConditionalLogicalOperator(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments arguments, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, bool is_and, Mono.CSharp.Location loc) : base (default(Mono.CSharp.MethodSpec), default(Mono.CSharp.Arguments), default(System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression>), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ConditionalMemberAccess : Mono.CSharp.MemberAccess
- {
- public ConditionalMemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ConsoleReportPrinter : Mono.CSharp.StreamReportPrinter
- {
- public ConsoleReportPrinter() : base (default(System.IO.TextWriter)) { }
- public ConsoleReportPrinter(System.IO.TextWriter writer) : base (default(System.IO.TextWriter)) { }
- protected override string FormatText(string txt) { throw null; }
- }
- public partial class Const : Mono.CSharp.FieldBase
- {
- public Const(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public void DefineValue() { }
- public override void Emit() { }
- public static void Error_InvalidConstantType(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- }
- public abstract partial class Constant : Mono.CSharp.Expression
- {
- protected Constant(Mono.CSharp.Location loc) { }
- public abstract bool IsDefaultValue { get; }
- public virtual bool IsLiteral { get { throw null; } }
- public abstract bool IsNegative { get; }
- public virtual bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public virtual bool IsZeroInteger { get { throw null; } }
- public sealed override Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public abstract Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type);
- public virtual Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.Constant CreateConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public static Mono.CSharp.Constant ExtractConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public virtual object GetTypedValue() { throw null; }
- public abstract object GetValue();
- public abstract string GetValueAsLiteral();
- public abstract long GetValueAsLong();
- public Mono.CSharp.Constant ImplicitConversionRequired(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsDefaultInitializer(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Constant Reduce(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target_type) { throw null; }
- public new bool Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CSharp.Constant TryReduce(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec targetType) { throw null; }
- }
- public partial class ConstantExpr : Mono.CSharp.MemberExpr
- {
- public ConstantExpr(Mono.CSharp.ConstSpec constant, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public static partial class ConstantFold
- {
- public static Mono.CSharp.Constant BinaryFold(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Constant left, Mono.CSharp.Constant right, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreateBinaryPromotionsTypes(Mono.CSharp.BuiltinTypes types) { throw null; }
- }
- public partial class ConstInitializer : Mono.CSharp.ShimExpression
- {
- public ConstInitializer(Mono.CSharp.FieldBase field, Mono.CSharp.Expression value, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext unused) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveInitializer(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class Constraints
- {
- public Constraints(Mono.CSharp.SimpleMemberName tparam, System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> constraints, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public Mono.CSharp.SimpleMemberName TypeParameter { get { throw null; } }
- public static bool CheckConflictingInheritedConstraint(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec bb, Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { throw null; }
- public void CheckGenericConstraints(Mono.CSharp.IMemberContext context, bool obsoleteCheck) { }
- public static void Error_ConflictingConstraints(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameterSpec tp, Mono.CSharp.TypeSpec ba, Mono.CSharp.TypeSpec bb, Mono.CSharp.Location loc) { }
- public bool Resolve(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameter tp) { throw null; }
- public void VerifyClsCompliance(Mono.CSharp.Report report) { }
- }
- public partial class Constructor : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- public const Mono.CSharp.Modifiers AllowedModifiers = (Mono.CSharp.Modifiers)(10383);
- public System.Reflection.Emit.ConstructorBuilder ConstructorBuilder;
- public static readonly string ConstructorName;
- public Mono.CSharp.ConstructorInitializer Initializer;
- public static readonly string TypeConstructorName;
- public Constructor(Mono.CSharp.TypeDefinition parent, string name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCompliantArgs { get { throw null; } }
- public bool IsPrimaryConstructor { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsDefault() { throw null; }
- Mono.CSharp.EmitContext Mono.CSharp.IMethodData.CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class ConstructorBaseInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorBaseInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class ConstructorInitializer : Mono.CSharp.ExpressionStatement
- {
- protected ConstructorInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConstructorThisInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorThisInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public partial class ConstSpec : Mono.CSharp.FieldSpec
- {
- public ConstSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo fi, Mono.CSharp.Modifiers mod, Mono.CSharp.Expression value) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.FieldInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Expression Value { get { throw null; } }
- public Mono.CSharp.Constant GetConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class ContextualReturn : Mono.CSharp.Return
- {
- public ContextualReturn(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Continue : Mono.CSharp.LocalExitStatement
- {
- public Continue(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ConvCast : Mono.CSharp.TypeCast
- {
- public ConvCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, Mono.CSharp.ConvCast.Mode m) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.ConvCast.Mode mode) { }
- public override string ToString() { throw null; }
- public enum Mode : byte
- {
- CH_I1 = (byte)48,
- CH_I2 = (byte)50,
- CH_U1 = (byte)49,
- I1_CH = (byte)4,
- I1_U1 = (byte)0,
- I1_U2 = (byte)1,
- I1_U4 = (byte)2,
- I1_U8 = (byte)3,
- I2_CH = (byte)12,
- I2_I1 = (byte)7,
- I2_U1 = (byte)8,
- I2_U2 = (byte)9,
- I2_U4 = (byte)10,
- I2_U8 = (byte)11,
- I4_CH = (byte)23,
- I4_I1 = (byte)17,
- I4_I2 = (byte)19,
- I4_U1 = (byte)18,
- I4_U2 = (byte)20,
- I4_U4 = (byte)21,
- I4_U8 = (byte)22,
- I8_CH = (byte)37,
- I8_I = (byte)38,
- I8_I1 = (byte)30,
- I8_I2 = (byte)32,
- I8_I4 = (byte)34,
- I8_U1 = (byte)31,
- I8_U2 = (byte)33,
- I8_U4 = (byte)35,
- I8_U8 = (byte)36,
- I_I8 = (byte)70,
- R4_CH = (byte)59,
- R4_I1 = (byte)51,
- R4_I2 = (byte)53,
- R4_I4 = (byte)55,
- R4_I8 = (byte)57,
- R4_U1 = (byte)52,
- R4_U2 = (byte)54,
- R4_U4 = (byte)56,
- R4_U8 = (byte)58,
- R8_CH = (byte)68,
- R8_I1 = (byte)60,
- R8_I2 = (byte)62,
- R8_I4 = (byte)64,
- R8_I8 = (byte)66,
- R8_R4 = (byte)69,
- R8_U1 = (byte)61,
- R8_U2 = (byte)63,
- R8_U4 = (byte)65,
- R8_U8 = (byte)67,
- U1_CH = (byte)6,
- U1_I1 = (byte)5,
- U2_CH = (byte)16,
- U2_I1 = (byte)13,
- U2_I2 = (byte)15,
- U2_U1 = (byte)14,
- U4_CH = (byte)29,
- U4_I1 = (byte)24,
- U4_I2 = (byte)26,
- U4_I4 = (byte)28,
- U4_U1 = (byte)25,
- U4_U2 = (byte)27,
- U8_CH = (byte)46,
- U8_I = (byte)47,
- U8_I1 = (byte)39,
- U8_I2 = (byte)41,
- U8_I4 = (byte)43,
- U8_I8 = (byte)45,
- U8_U1 = (byte)40,
- U8_U2 = (byte)42,
- U8_U4 = (byte)44,
- }
- }
- [System.FlagsAttribute]
- public enum CSharpBinderFlags
- {
- BinaryOperationLogical = 8,
- CheckedContext = 1,
- ConvertArrayIndex = 32,
- ConvertExplicit = 16,
- InvokeSimpleName = 2,
- InvokeSpecialName = 4,
- None = 0,
- ResultDiscarded = 256,
- ResultIndexed = 64,
- ValueFromCompoundAssignment = 128,
- }
- public partial class CSharpParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- public Mono.CSharp.Class InteractiveResult;
- public Mono.CSharp.Undo undo;
- public bool UnexpectedEOF;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 7;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session) { }
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.Report report, Mono.CSharp.ParserSession session) { }
- public Mono.CSharp.Tokenizer Lexer { get { throw null; } }
- public void parse() { }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- }
- public partial class DecimalConstant : Mono.CSharp.Constant
- {
- public readonly decimal Value;
- public DecimalConstant(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DecimalConstant(Mono.CSharp.TypeSpec type, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DecimalLiteral : Mono.CSharp.DecimalConstant, Mono.CSharp.ILiteralConstant
- {
- public DecimalLiteral(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(decimal), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class DefaultParameterValueExpression : Mono.CSharp.CompositeExpression
- {
- public DefaultParameterValueExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter p) { }
- }
- public partial class DefaultValueExpression : Mono.CSharp.Expression
- {
- public DefaultValueExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class DefiniteAssignmentBitSet
- {
- public static readonly Mono.CSharp.DefiniteAssignmentBitSet Empty;
- public DefiniteAssignmentBitSet(Mono.CSharp.DefiniteAssignmentBitSet source) { }
- public DefiniteAssignmentBitSet(int length) { }
- public bool this[int index] { get { throw null; } }
- public static Mono.CSharp.DefiniteAssignmentBitSet And(System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet> das) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator &(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator |(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public void Set(int index) { }
- public void Set(int index, int length) { }
- public override string ToString() { throw null; }
- }
- public partial class Delegate : Mono.CSharp.TypeDefinition, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly string InvokeMethodName;
- public Delegate(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled param_list, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression InstanceExpression { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public static string FullDelegateDesc(Mono.CSharp.MethodSpec invoke_method) { throw null; }
- public static Mono.CSharp.MethodSpec GetConstructor(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.MethodSpec GetInvokeMethod(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.AParametersCollection GetParameters(Mono.CSharp.TypeSpec delType) { throw null; }
- public static bool IsTypeCovariant(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec a, Mono.CSharp.TypeSpec b) { throw null; }
- public override void PrepareEmit() { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class DelegateCreation : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- protected Mono.CSharp.MethodSpec constructor_method;
- protected Mono.CSharp.MethodGroupExpr method_group;
- protected DelegateCreation() { }
- public bool AllowSpecialMethodsInvocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Arguments CreateDelegateMethodArguments(Mono.CSharp.ResolveContext rc, Mono.CSharp.AParametersCollection pd, Mono.CSharp.TypeSpec[] types, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public static bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.TypeSpec target_type) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- public partial class Destructor : Mono.CSharp.MethodOrOperator
- {
- public static readonly string MetadataName;
- public Destructor(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override string GetSignatureForError() { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- }
- public partial class Do : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public Do(Mono.CSharp.Statement statement, Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Location doLocation, Mono.CSharp.Location whileLocation) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Location WhileLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class DoubleConstant : Mono.CSharp.Constant
- {
- public readonly double Value;
- public DoubleConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DoubleConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DoubleLiteral : Mono.CSharp.DoubleConstant, Mono.CSharp.ILiteralConstant
- {
- public DoubleLiteral(Mono.CSharp.BuiltinTypes types, double d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class DynamicResultCast : Mono.CSharp.ShimExpression
- {
- public DynamicResultCast(Mono.CSharp.TypeSpec type, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class ElementAccess : Mono.CSharp.Expression
- {
- public Mono.CSharp.Arguments Arguments;
- public Mono.CSharp.Expression Expr;
- public ElementAccess(Mono.CSharp.Expression e, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_CannotApplyIndexing(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public static void Error_NamedArgument(Mono.CSharp.NamedArgument na, Mono.CSharp.Report Report) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ElementInitializer : Mono.CSharp.Assign
- {
- public readonly string Name;
- public ElementInitializer(string name, Mono.CSharp.Expression initializer, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public bool IsDictionaryInitializer { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- protected virtual bool ResolveElement(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public abstract partial class ElementTypeSpec : Mono.CSharp.TypeSpec, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- protected ElementTypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec element, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeSpec Element { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsImported { get { throw null; } }
- System.Nullable<bool> Mono.CSharp.IMemberDefinition.CLSAttributeValue { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public string[] ConditionalConditions() { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- protected virtual string GetPostfixSignature() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- }
- public partial class EmitContext : Mono.CSharp.BuilderContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public System.Reflection.Emit.Label DefaultTarget;
- public readonly System.Reflection.Emit.ILGenerator ig;
- public System.Reflection.Emit.Label LoopBegin;
- public System.Reflection.Emit.Label LoopEnd;
- public System.Reflection.Emit.LocalBuilder return_value;
- public Mono.CSharp.Switch Switch;
- public EmitContext(Mono.CSharp.IMemberContext rc, System.Reflection.Emit.ILGenerator ig, Mono.CSharp.TypeSpec return_type, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder methodSymbols) { }
- public Mono.CSharp.LocalVariable AsyncThrowVariable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public Mono.CSharp.ConditionalAccessContext ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentTypeDefinition { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool EmitAccurateDebugInfo { get { throw null; } }
- public bool HasMethodSymbolBuilder { get { throw null; } }
- public bool HasReturnLabel { get { throw null; } }
- public bool IsAnonymousStoreyMutateRequired { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsStaticConstructor { get { throw null; } }
- public Mono.CSharp.IMemberContext MemberContext { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public bool NotifyEvaluatorOnStore { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Reflection.Emit.Label ReturnLabel { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.IExpressionCleanup> StatementEpilogue { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.TryFinally> TryFinallyUnwind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddStatementEpilog(Mono.CSharp.IExpressionCleanup cleanupExpression) { }
- public void AssertEmptyStack() { }
- public void BeginCatchBlock(Mono.CSharp.TypeSpec type) { }
- public void BeginCompilerScope() { }
- public void BeginExceptionBlock() { }
- public void BeginExceptionFilterBlock() { }
- public void BeginFilterHandler() { }
- public void BeginFinallyBlock() { }
- public void BeginScope() { }
- public void CloseConditionalAccess(Mono.CSharp.TypeSpec type) { }
- public System.Reflection.Emit.Label CreateReturnLabel() { throw null; }
- public System.Reflection.Emit.LocalBuilder DeclareLocal(Mono.CSharp.TypeSpec type, bool pinned) { throw null; }
- public System.Reflection.Emit.Label DefineLabel() { throw null; }
- public void DefineLocalVariable(string name, System.Reflection.Emit.LocalBuilder builder) { }
- public void Emit(System.Reflection.Emit.OpCode opcode) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.FieldSpec field) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method, System.Type[] vargs) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.TypeSpec type) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, double arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label label) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label[] labels) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.LocalBuilder local) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, float arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, string arg) { }
- public void EmitArgumentAddress(int pos) { }
- public void EmitArgumentLoad(int pos) { }
- public void EmitArgumentStore(int pos) { }
- public void EmitArrayAddress(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayLoad(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayNew(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayStore(Mono.CSharp.ArrayContainer ac) { }
- public void EmitEpilogue() { }
- public void EmitInt(int i) { }
- public void EmitLoadFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitLong(long l) { }
- public void EmitNull() { }
- public void EmitStoreFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitThis() { }
- public void EndExceptionBlock() { }
- public void EndScope() { }
- public void FreeTemporaryLocal(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public Mono.CSharp.StackFieldExpr GetTemporaryField(Mono.CSharp.TypeSpec type, bool initializedFieldRequired=false) { throw null; }
- public System.Reflection.Emit.LocalBuilder GetTemporaryLocal(Mono.CSharp.TypeSpec t) { throw null; }
- public bool Mark(Mono.CSharp.Location loc) { throw null; }
- public void MarkCallEntry(Mono.CSharp.Location loc) { }
- public void MarkLabel(System.Reflection.Emit.Label label) { }
- public System.Reflection.Emit.LocalBuilder TemporaryReturn() { throw null; }
- }
- public partial class EmptyCast : Mono.CSharp.TypeCast
- {
- internal EmptyCast() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec type) { throw null; }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public partial class EmptyCompletion : Mono.CSharp.CompletingExpression
- {
- public EmptyCompletion() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class EmptyConstantCast : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant child;
- public EmptyConstantCast(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec type) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class EmptyExpression : Mono.CSharp.Expression
- {
- public static readonly Mono.CSharp.EmptyExpression EventAddition;
- public static readonly Mono.CSharp.EmptyExpression EventSubtraction;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberAccess;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberOutAccess;
- public static readonly Mono.CSharp.EmptyExpression MissingValue;
- public static readonly Mono.CSharp.Expression Null;
- public static readonly Mono.CSharp.EmptyExpression OutAccess;
- public static readonly Mono.CSharp.EmptyExpression UnaryAddress;
- public EmptyExpression(Mono.CSharp.TypeSpec t) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyExpressionStatement : Mono.CSharp.ExpressionStatement
- {
- internal EmptyExpressionStatement() { }
- public static readonly Mono.CSharp.EmptyExpressionStatement Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyStatement : Mono.CSharp.Statement
- {
- public EmptyStatement(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Enum : Mono.CSharp.TypeDefinition
- {
- public static readonly string UnderlyingValueField;
- public Enum(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.FullNamedExpression BaseTypeExpression { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeSpec UnderlyingType { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddEnumMember(Mono.CSharp.EnumMember em) { }
- protected override void DoDefineContainer() { }
- protected override bool DoDefineMembers() { throw null; }
- public void Error_UnderlyingType(Mono.CSharp.Location loc) { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class EnumConstant : Mono.CSharp.Constant
- {
- public Mono.CSharp.Constant Child;
- public EnumConstant(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec enum_type) : base (default(Mono.CSharp.Location)) { }
- protected EnumConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetTypedValue() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public Mono.CSharp.EnumConstant Increment() { throw null; }
- }
- public partial class EnumMember : Mono.CSharp.Const
- {
- public EnumMember(Mono.CSharp.Enum parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- }
- public partial class ErrorExpression : Mono.CSharp.EmptyExpression
- {
- internal ErrorExpression() : base (default(Mono.CSharp.TypeSpec)) { }
- public static readonly Mono.CSharp.ErrorExpression Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- public override void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public override void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class Evaluator
- {
- public bool DescribeTypeExpressions;
- public bool Terse;
- public Evaluator(Mono.CSharp.CompilerContext ctx) { }
- public System.Type InteractiveBaseClass { get { throw null; } set { } }
- public Mono.CSharp.ValueModificationHandler ModificationListener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WaitOnTask { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.CompiledMethod Compile(string input) { throw null; }
- public string Compile(string input, out Mono.CSharp.CompiledMethod compiled) { compiled = default(Mono.CSharp.CompiledMethod); throw null; }
- public object Evaluate(string input) { throw null; }
- public string Evaluate(string input, out object result, out bool result_set) { result = default(object); result_set = default(bool); throw null; }
- public string[] GetCompletions(string input, out string prefix) { prefix = default(string); throw null; }
- public string GetUsing() { throw null; }
- public string GetVars() { throw null; }
- public void Interrupt() { }
- public void LoadAssembly(string file) { }
- public void ReferenceAssembly(System.Reflection.Assembly a) { }
- public bool Run(string statement) { throw null; }
- }
- public abstract partial class Event : Mono.CSharp.PropertyBasedMember
- {
- protected Mono.CSharp.EventSpec spec;
- protected Event(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Event.AEventAccessor Add { get { throw null; } set { } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.Event.AEventAccessor Remove { get { throw null; } set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public abstract partial class AEventAccessor : Mono.CSharp.AbstractPropertyEventMethod
- {
- public const string AddPrefix = "add_";
- protected readonly Mono.CSharp.Event method;
- public const string RemovePrefix = "remove_";
- protected AEventAccessor(Mono.CSharp.Event method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsInterfaceImplementation { get { throw null; } }
- public Mono.CSharp.MethodData MethodData { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- }
- public partial class EventExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod
- {
- public EventExpr(Mono.CSharp.EventSpec spec, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.MethodSpec Operator { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- protected override void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class EventField : Mono.CSharp.Event
- {
- public EventField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- }
- public partial class EventProperty : Mono.CSharp.Event
- {
- public EventProperty(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public sealed partial class AddDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public AddDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class AEventPropertyAccessor : Mono.CSharp.Event.AEventAccessor
- {
- protected AEventPropertyAccessor(Mono.CSharp.EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Event), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.TypeContainer ds) { }
- public override string GetSignatureForError() { throw null; }
- }
- public sealed partial class RemoveDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public RemoveDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- }
- public partial class EventSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public EventSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec eventType, Mono.CSharp.Modifiers modifiers, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec AccessorAdd { get { throw null; } set { } }
- public Mono.CSharp.MethodSpec AccessorRemove { get { throw null; } set { } }
- public Mono.CSharp.FieldSpec BackingField { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public abstract partial class ExceptionStatement : Mono.CSharp.ResumableStatement
- {
- protected int first_resume_pc;
- protected Mono.CSharp.ExceptionStatement parent;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected ExceptionStatement(Mono.CSharp.Location loc) { }
- public virtual int AddResumePoint(Mono.CSharp.ResumableStatement stmt, int pc, Mono.CSharp.StateMachineInitializer stateMachine) { throw null; }
- protected virtual void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ExitStatement : Mono.CSharp.Statement
- {
- protected bool unwind_protect;
- protected ExitStatement() { }
- protected abstract bool IsLocalExit { get; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected abstract bool DoResolve(Mono.CSharp.BlockContext bc);
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class ExplicitBlock : Mono.CSharp.Block
- {
- protected Mono.CSharp.AnonymousMethodStorey am_storey;
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.AnonymousMethodStorey AnonymousMethodStorey { get { throw null; } }
- public bool HasAwait { get { throw null; } }
- public bool HasCapturedThis { get { throw null; } set { } }
- public bool HasCapturedVariable { get { throw null; } set { } }
- public bool HasReachableClosingBrace { get { throw null; } set { } }
- public bool HasYield { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey CreateAnonymousMethodStorey(Mono.CSharp.ResolveContext ec) { throw null; }
- protected void DefineStoreyContainer(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitScopeInitialization(Mono.CSharp.EmitContext ec) { }
- public void RegisterAsyncAwait() { }
- public void RegisterIteratorYield() { }
- public void SetCatchBlock() { }
- public void SetFinallyBlock() { }
- public void WrapIntoDestructor(Mono.CSharp.TryFinally tf, Mono.CSharp.ExplicitBlock tryBlock) { }
- }
- public enum ExprClass : byte
- {
- EventAccess = (byte)8,
- IndexerAccess = (byte)9,
- MethodGroup = (byte)6,
- Namespace = (byte)3,
- Nothing = (byte)10,
- PropertyAccess = (byte)7,
- Type = (byte)4,
- TypeParameter = (byte)5,
- Unresolved = (byte)0,
- Value = (byte)1,
- Variable = (byte)2,
- }
- public abstract partial class Expression
- {
- public Mono.CSharp.ExprClass eclass;
- protected Mono.CSharp.Location loc;
- protected Mono.CSharp.TypeSpec type;
- protected Expression() { }
- public virtual string ExprClassName { get { throw null; } }
- public Mono.CSharp.ResolveFlags ExprClassToResolveFlags { get { throw null; } }
- public virtual bool IsNull { get { throw null; } }
- public virtual bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public virtual Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- public virtual Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected virtual void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public static Mono.CSharp.MethodSpec ConstructorLookup(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, ref Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public virtual bool ContainsEmitWithAwait() { throw null; }
- protected Mono.CSharp.Expression ConvertExpressionToArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression source, bool pointerArray=false) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.Arguments args) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public abstract Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec);
- protected static Mono.CSharp.TypeExpr CreateExpressionTypeExpression(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { throw null; }
- protected abstract Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc);
- public virtual Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public abstract void Emit(Mono.CSharp.EmitContext ec);
- public virtual void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected static void EmitExpressionsList(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.Expression> expressions) { }
- public virtual void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public virtual void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public static void ErrorIsInaccesible(Mono.CSharp.IMemberContext rc, string member, Mono.CSharp.Location loc) { }
- public void Error_ConstantCanBeInitializedWithNullOnly(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc, string name) { }
- public void Error_ExpressionMustBeConstant(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string e_name) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.BlockContext bc) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.Report report) { }
- protected virtual void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- protected void Error_NullShortCircuitInsideExpressionTree(Mono.CSharp.ResolveContext rc) { }
- public virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- protected void Error_PointerInsideExpressionTree(Mono.CSharp.ResolveContext ec) { }
- public void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, Mono.CSharp.MemberSpec member, Mono.CSharp.Location loc) { }
- public static void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, string exprType, string name, Mono.CSharp.Location loc) { }
- public static void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec type, string name) { }
- protected virtual void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public static void Error_UnexpectedKind(Mono.CSharp.IMemberContext ctx, Mono.CSharp.Expression memberExpr, string expected, string was, Mono.CSharp.Location loc) { }
- public virtual void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public virtual void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public virtual void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- protected void Error_ValueCannotBeConvertedCore(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec target, bool expl) { }
- public static void Error_VoidInvalidInTheContext(Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- protected void Error_VoidPointerOperation(Mono.CSharp.ResolveContext rc) { }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- protected static Mono.CSharp.Expression GetOperatorFalse(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- protected static Mono.CSharp.Expression GetOperatorTrue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual bool HasConditionalAccess() { throw null; }
- public static bool IsNeverNull(Mono.CSharp.Expression expr) { throw null; }
- protected static bool IsNullPropagatingValid(Mono.CSharp.TypeSpec type) { throw null; }
- protected static Mono.CSharp.TypeSpec LiftMemberType(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public virtual System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static Mono.CSharp.Expression MemberLookup(Mono.CSharp.IMemberContext rc, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression ProbeIdenticalTypeName(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.SimpleName name) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags) { throw null; }
- public virtual Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public Mono.CSharp.Constant ResolveLabelConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression ResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public static void UnsafeError(Mono.CSharp.Report Report, Mono.CSharp.Location loc) { }
- public static void UnsafeError(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public static void Warning_UnreachableExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum MemberLookupRestrictions
- {
- EmptyArguments = 16,
- ExactArity = 4,
- IgnoreAmbiguity = 64,
- IgnoreArity = 32,
- InvocableOnly = 1,
- None = 0,
- ReadAccess = 8,
- }
- }
- public abstract partial class ExpressionStatement : Mono.CSharp.Expression
- {
- protected ExpressionStatement() { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public abstract void EmitStatement(Mono.CSharp.EmitContext ec);
- public virtual void MarkReachable(Mono.CSharp.Reachability rc) { }
- public Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class ExtensionMethodCandidates
- {
- public ExtensionMethodCandidates(Mono.CSharp.IMemberContext context, System.Collections.Generic.IList<Mono.CSharp.MethodSpec> methods, Mono.CSharp.NamespaceContainer nsContainer, int lookupIndex) { }
- public Mono.CSharp.NamespaceContainer Container { get { throw null; } }
- public Mono.CSharp.IMemberContext Context { get { throw null; } }
- public int LookupIndex { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MethodSpec> Methods { get { throw null; } }
- }
- public partial class Field : Mono.CSharp.FieldBase
- {
- public Field(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class FieldBase : Mono.CSharp.MemberBase
- {
- protected System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> declarators;
- protected System.Reflection.Emit.FieldBuilder FieldBuilder;
- protected Mono.CSharp.Expression initializer;
- protected Mono.CSharp.FieldSpec spec;
- public Mono.CSharp.FieldBase.Status status;
- protected FieldBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public virtual Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public static void Error_VariableOfStaticClass(Mono.CSharp.Location loc, string variable_name, Mono.CSharp.TypeSpec static_class, Mono.CSharp.Report Report) { }
- public void SetCustomAttribute(Mono.CSharp.MethodSpec ctor, byte[] data) { }
- protected override bool VerifyClsCompliance() { throw null; }
- [System.FlagsAttribute]
- public enum Status : byte
- {
- HAS_OFFSET = (byte)4,
- }
- }
- public partial class FieldDeclarator
- {
- public FieldDeclarator(Mono.CSharp.SimpleMemberName name, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.SimpleMemberName Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public virtual Mono.CSharp.FullNamedExpression GetFieldTypeExpression(Mono.CSharp.FieldBase field) { throw null; }
- }
- public partial class FieldExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected Mono.CSharp.FieldSpec spec;
- public FieldExpr(Mono.CSharp.FieldBase fi, Mono.CSharp.Location l) { }
- public FieldExpr(Mono.CSharp.FieldSpec spec, Mono.CSharp.Location loc) { }
- protected FieldExpr(Mono.CSharp.Location l) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsHoisted { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool convertInstance) { throw null; }
- public Mono.CSharp.Expression CreateTypeOfExpression() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void EmitAssignFromStack(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsMarshalByRefAccess(Mono.CSharp.ResolveContext rc) { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void SetFieldAssigned(Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetHasAddressTaken() { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class FieldInitializer : Mono.CSharp.Assign
- {
- public FieldInitializer(Mono.CSharp.FieldBase mc, Mono.CSharp.Expression expression, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public int AssignmentOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.FieldBase Field { get { throw null; } }
- public bool IsDefaultInitializer { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class FieldSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public FieldSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public bool IsReadOnly { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.FieldInfo GetMetaInfo() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.FieldSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Fixed : Mono.CSharp.Statement
- {
- public Fixed(Mono.CSharp.Fixed.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location l) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- }
- public partial class FixedField : Mono.CSharp.FieldBase
- {
- public const string FixedElementName = "FixedElementField";
- public FixedField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Nullable<System.Runtime.InteropServices.CharSet> CharSet { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- }
- public partial class FloatConstant : Mono.CSharp.Constant
- {
- public readonly double DoubleValue;
- public FloatConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public FloatConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public float Value { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class FloatLiteral : Mono.CSharp.FloatConstant, Mono.CSharp.ILiteralConstant
- {
- public FloatLiteral(Mono.CSharp.BuiltinTypes types, float f, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class FlowAnalysisContext
- {
- public FlowAnalysisContext(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersBlock parametersBlock, int definiteAssignmentLength) { }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnFalse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnTrue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.List<Mono.CSharp.LabeledStatement> LabelStack { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersBlock ParametersBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.DefiniteAssignmentBitSet SwitchInitialDefinitiveAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryFinally TryFinally { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UnreachableReported { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void BranchConditionalAccessDefiniteAssignment() { }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment() { throw null; }
- public void ConditionalAccessEnd() { }
- public bool IsDefinitelyAssigned(Mono.CSharp.VariableInfo variable) { throw null; }
- public bool IsStructFieldDefinitelyAssigned(Mono.CSharp.VariableInfo variable, string name) { throw null; }
- public void SetStructFieldAssigned(Mono.CSharp.VariableInfo variable, string name) { }
- public void SetVariableAssigned(Mono.CSharp.VariableInfo variable, bool generatedAssignment=false) { }
- }
- public partial class For : Mono.CSharp.LoopStatement
- {
- public For(Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Iterator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class Foreach : Mono.CSharp.LoopStatement
- {
- public Foreach(Mono.CSharp.Expression type, Mono.CSharp.LocalVariable var, Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Block body, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public abstract partial class FullNamedExpression : Mono.CSharp.Expression
- {
- protected FullNamedExpression() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public abstract Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments);
- }
- public sealed partial class GlobalRootNamespace : Mono.CSharp.RootNamespace
- {
- public GlobalRootNamespace() : base (default(string)) { }
- }
- public partial class Goto : Mono.CSharp.ExitStatement
- {
- public Goto(string label, Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public string Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public static void Error_UnknownLabel(Mono.CSharp.BlockContext bc, string label, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class GotoCase : Mono.CSharp.SwitchGoto
- {
- public GotoCase(Mono.CSharp.Expression e, Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.SwitchLabel Label { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class GotoDefault : Mono.CSharp.SwitchGoto
- {
- public GotoDefault(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class HoistedParameter : Mono.CSharp.HoistedVariable
- {
- public HoistedParameter(Mono.CSharp.AnonymousMethodStorey scope, Mono.CSharp.ParameterReference par) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public HoistedParameter(Mono.CSharp.HoistedParameter hp, string name) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public bool IsAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParameterReference Parameter { get { throw null; } }
- public void EmitHoistingAssignment(Mono.CSharp.EmitContext ec) { }
- }
- public partial class HoistedStoreyClass : Mono.CSharp.CompilerGeneratedContainer
- {
- protected Mono.CSharp.TypeParameterMutator mutator;
- public HoistedStoreyClass(Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberName name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Modifiers mods, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeParameterMutator Mutator { get { throw null; } set { } }
- public Mono.CSharp.HoistedStoreyClass GetGenericStorey() { throw null; }
- public sealed partial class HoistedField : Mono.CSharp.Field
- {
- public HoistedField(Mono.CSharp.HoistedStoreyClass parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class HoistedThis : Mono.CSharp.HoistedVariable
- {
- public HoistedThis(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- }
- public abstract partial class HoistedVariable
- {
- protected Mono.CSharp.Field field;
- protected readonly Mono.CSharp.AnonymousMethodStorey storey;
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) { }
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, string name, Mono.CSharp.TypeSpec type) { }
- public Mono.CSharp.Field Field { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CreateExpressionTree() { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr GetFieldExpression(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial interface IAssemblyDefinition
- {
- string FullName { get; }
- bool IsCLSCompliant { get; }
- bool IsMissing { get; }
- string Name { get; }
- byte[] GetPublicKeyToken();
- bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly);
- }
- public partial interface IAssignMethod
- {
- void Emit(Mono.CSharp.EmitContext ec, bool leave_copy);
- void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound);
- }
- public partial interface IExpressionCleanup
- {
- void EmitCleanup(Mono.CSharp.EmitContext ec);
- }
- public partial class If : Mono.CSharp.Statement
- {
- public Mono.CSharp.Statement FalseStatement;
- public Mono.CSharp.Statement TrueStatement;
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Location l) { }
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Statement false_statement, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial interface IFixedExpression
- {
- bool IsFixed { get; }
- }
- public partial interface IGenericMethodDefinition : Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- }
- public partial interface IInterfaceMemberSpec
- {
- Mono.CSharp.TypeSpec MemberType { get; }
- }
- public partial interface ILiteralConstant
- {
- }
- public partial interface ILocalVariable
- {
- void Emit(Mono.CSharp.EmitContext ec);
- void EmitAddressOf(Mono.CSharp.EmitContext ec);
- void EmitAssign(Mono.CSharp.EmitContext ec);
- }
- public partial interface IMemberContext : Mono.CSharp.IModuleContext
- {
- Mono.CSharp.MemberCore CurrentMemberDefinition { get; }
- Mono.CSharp.TypeSpec CurrentType { get; }
- Mono.CSharp.TypeParameters CurrentTypeParameters { get; }
- bool IsObsolete { get; }
- bool IsStatic { get; }
- bool IsUnsafe { get; }
- string GetSignatureForError();
- Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity);
- Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name);
- Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc);
- }
- public partial interface IMemberDefinition
- {
- System.Nullable<bool> CLSAttributeValue { get; }
- bool IsImported { get; }
- string Name { get; }
- string[] ConditionalConditions();
- System.ObsoleteAttribute GetAttributeObsolete();
- void SetIsAssigned();
- void SetIsUsed();
- }
- public partial interface IMemoryLocation
- {
- void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode);
- }
- public partial interface IMethodData : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- Mono.CSharp.ToplevelBlock Block { get; set; }
- System.Reflection.CallingConventions CallingConventions { get; }
- bool IsAccessor { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.MemberName MethodName { get; }
- Mono.CSharp.Attributes OptAttributes { get; }
- Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- Mono.CSharp.TypeSpec ReturnType { get; }
- Mono.CSharp.MethodSpec Spec { get; }
- Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod);
- }
- public partial interface IMethodDefinition : Mono.CSharp.IMemberDefinition
- {
- System.Reflection.MethodBase Metadata { get; }
- }
- public partial interface IModuleContext
- {
- Mono.CSharp.ModuleContainer Module { get; }
- }
- public partial class ImplicitCast : Mono.CSharp.ShimExpression
- {
- public ImplicitCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target, bool arrayAccess) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ImplicitDelegateCreation : Mono.CSharp.DelegateCreation
- {
- public ImplicitDelegateCreation(Mono.CSharp.TypeSpec delegateType, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location loc) { }
- public static bool ContainsMethodTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ImplicitLambdaParameter : Mono.CSharp.Parameter
- {
- public ImplicitLambdaParameter(string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- public void SetParameterType(Mono.CSharp.TypeSpec type) { }
- }
- public partial class ImportedAssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- public ImportedAssemblyDefinition(System.Reflection.Assembly assembly) { }
- public System.Reflection.Assembly Assembly { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasStrongName { get { throw null; } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsMissing { get { throw null; } }
- public string Location { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Reflection.AssemblyName GetAssemblyVisibleToName(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void ReadAttributes() { }
- public override string ToString() { throw null; }
- }
- public partial class ImportedModuleDefinition
- {
- public ImportedModuleDefinition(System.Reflection.Module module) { }
- public bool IsCLSCompliant { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Attribute> ReadAssemblyAttributes() { throw null; }
- public void ReadAttributes() { }
- }
- public partial interface INamedBlockVariable
- {
- Mono.CSharp.Block Block { get; }
- bool IsDeclared { get; }
- bool IsParameter { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc);
- }
- public partial class Indexer : Mono.CSharp.PropertyBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public Indexer(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public partial class GetIndexerMethod : Mono.CSharp.PropertyBase.GetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public GetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public partial class SetIndexerMethod : Mono.CSharp.PropertyBase.SetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public SetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- }
- }
- public partial class IndexerSpec : Mono.CSharp.PropertySpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public IndexerSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, Mono.CSharp.AParametersCollection parameters, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.PropertyInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Indirection : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation
- {
- public Indirection(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class InflatedTypeSpec : Mono.CSharp.TypeSpec
- {
- public InflatedTypeSpec(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec openType, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec[] targs) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public bool HasConstraintsChecked { get { throw null; } set { } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public override bool IsArrayGenericInterface { get { throw null; } }
- public override bool IsExpressionTreeType { get { throw null; } }
- public override bool IsGenericTask { get { throw null; } }
- public override bool IsNullableType { get { throw null; } }
- public override Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public override bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public static bool ContainsTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterInflator CreateLocalInflator(Mono.CSharp.IModuleContext context) { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override string GetTypeNameSignature() { throw null; }
- public bool HasDynamicArgument() { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- protected override bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstanceEmitter
- {
- public InstanceEmitter(Mono.CSharp.Expression instance, bool addressLoad) { throw null;}
- public void Emit(Mono.CSharp.EmitContext ec, bool conditionalAccess) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.TypeSpec GetStackType(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class IntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly int Value;
- public IntConstant(Mono.CSharp.BuiltinTypes types, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public IntConstant(Mono.CSharp.TypeSpec type, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public abstract partial class IntegralConstant : Mono.CSharp.Constant
- {
- protected IntegralConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public abstract Mono.CSharp.Constant Increment();
- }
- public partial class InteractiveBase
- {
- public static string ContinuationPrompt;
- public static System.IO.TextWriter Error;
- public static Mono.CSharp.Evaluator Evaluator;
- public static System.IO.TextWriter Output;
- public static string Prompt;
- public static bool QuitRequested;
- public InteractiveBase() { }
- public static string help { get { throw null; } }
- public static object quit { get { throw null; } }
- public static string Describe(object x) { throw null; }
- public static void LoadAssembly(string assembly) { }
- public static void LoadPackage(string pkg) { }
- public static void print(object obj) { }
- public static void print(string fmt, params object[] args) { }
- public static void Quit() { }
- public static void ShowUsing() { }
- public static void ShowVars() { }
- public static System.TimeSpan Time(System.Action a) { throw null; }
- }
- public sealed partial class Interface : Mono.CSharp.TypeDefinition
- {
- public Interface(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class InterfaceMemberBase : Mono.CSharp.MemberBase
- {
- protected const Mono.CSharp.Modifiers AllowedModifiersClass = (Mono.CSharp.Modifiers)(12031);
- protected const Mono.CSharp.Modifiers AllowedModifiersInterface = (Mono.CSharp.Modifiers)(8208);
- protected const Mono.CSharp.Modifiers AllowedModifiersStruct = (Mono.CSharp.Modifiers)(11423);
- protected Mono.CSharp.MethodSpec base_method;
- public System.Reflection.MethodAttributes flags;
- public Mono.CSharp.TypeSpec InterfaceType;
- public readonly bool IsExplicitImpl;
- public bool IsInterface;
- protected bool is_external_implementation;
- protected InterfaceMemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public abstract Mono.CSharp.Variance ExpectedMemberTypeVariance { get; }
- public override bool IsUsed { get { throw null; } }
- public string ShortName { get { throw null; } }
- protected static bool CheckAccessModifiers(Mono.CSharp.MemberCore this_member, Mono.CSharp.MemberSpec base_member) { throw null; }
- protected override bool CheckBase() { throw null; }
- protected virtual bool CheckForDuplications() { throw null; }
- protected virtual bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- protected bool DefineParameters(Mono.CSharp.ParametersCompiled parameters) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- protected void Error_CannotChangeAccessModifiers(Mono.CSharp.MemberCore member, Mono.CSharp.MemberSpec base_member) { }
- protected void Error_StaticReturnType() { }
- protected virtual Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public string GetFullName(Mono.CSharp.MemberName name) { throw null; }
- public string GetFullName(string name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- }
- public partial class InternalErrorException : System.Exception
- {
- public InternalErrorException() { }
- public InternalErrorException(Mono.CSharp.MemberCore mc, System.Exception e) { }
- public InternalErrorException(System.Exception e, Mono.CSharp.Location loc) { }
- public InternalErrorException(System.Exception exception, string message, params object[] args) { }
- public InternalErrorException(string message) { }
- public InternalErrorException(string message, params object[] args) { }
- }
- public partial class IntLiteral : Mono.CSharp.IntConstant, Mono.CSharp.ILiteralConstant
- {
- public IntLiteral(Mono.CSharp.BuiltinTypes types, int l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(int), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class Invocation : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.Expression expr;
- protected Mono.CSharp.MethodGroupExpr mg;
- public Invocation(Mono.CSharp.Expression expr, Mono.CSharp.Arguments arguments) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public Mono.CSharp.Expression Exp { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr MethodGroup { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected virtual Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsMemberInvocable(Mono.CSharp.MemberSpec member) { throw null; }
- public static bool IsSpecialMethodInvocation(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodSpec method, Mono.CSharp.Location loc) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression instance, Mono.CSharp.MethodSpec mi, Mono.CSharp.Arguments args) { throw null; }
- public partial class Predefined : Mono.CSharp.Invocation
- {
- public Predefined(Mono.CSharp.MethodGroupExpr expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- }
- public partial interface IParameterData
- {
- Mono.CSharp.Expression DefaultValue { get; }
- bool HasDefaultValue { get; }
- bool HasExtensionMethodModifier { get; }
- Mono.CSharp.Parameter.Modifier ModFlags { get; }
- string Name { get; }
- }
- public partial interface IParametersMember : Mono.CSharp.IInterfaceMemberSpec
- {
- Mono.CSharp.AParametersCollection Parameters { get; }
- }
- public partial class Is : Mono.CSharp.Probe
- {
- public Is(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Iterator : Mono.CSharp.StateMachineInitializer
- {
- public readonly bool IsEnumerable;
- public readonly Mono.CSharp.TypeSpec OriginalIteratorType;
- public readonly Mono.CSharp.IMethodData OriginalMethod;
- public Iterator(Mono.CSharp.ParametersBlock block, Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.ToplevelBlock Container { get { throw null; } }
- public override string ContainerType { get { throw null; } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.Method CreateFinallyHost(Mono.CSharp.TryFinallyBlock block) { throw null; }
- public static void CreateIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers modifiers) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public void EmitYieldBreak(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- public override string GetSignatureForError() { throw null; }
- public override void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- }
- public partial interface ITypeDefinition : Mono.CSharp.IMemberDefinition
- {
- Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get; }
- bool IsComImport { get; }
- bool IsCyclicTypeForwarder { get; }
- bool IsPartial { get; }
- bool IsTypeForwarder { get; }
- string Namespace { get; }
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- Mono.CSharp.TypeSpec GetAttributeCoClass();
- string GetAttributeDefaultMember();
- System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa);
- bool IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly);
- void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache);
- }
- public partial interface IVariableReference : Mono.CSharp.IFixedExpression
- {
- bool IsHoisted { get; }
- string Name { get; }
- Mono.CSharp.VariableInfo VariableInfo { get; }
- void SetHasAddressTaken();
- }
- public partial class LabeledStatement : Mono.CSharp.Statement
- {
- public LabeledStatement(string name, Mono.CSharp.Block block, Mono.CSharp.Location l) { }
- public Mono.CSharp.Block Block { get { throw null; } }
- public string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddGotoReference(Mono.CSharp.Reachability rc, bool finalTarget) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public System.Reflection.Emit.Label LabelTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LambdaExpression : Mono.CSharp.AnonymousMethodExpression
- {
- public LambdaExpression(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool HasExplicitParameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- protected override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegateType) { throw null; }
- }
- public enum LanguageVersion
- {
- Default = 6,
- Experimental = 100,
- ISO_1 = 1,
- ISO_2 = 2,
- V_3 = 3,
- V_4 = 4,
- V_5 = 5,
- V_6 = 6,
- }
- public abstract partial class LocalExitStatement : Mono.CSharp.ExitStatement
- {
- protected Mono.CSharp.LoopStatement enclosing_loop;
- protected LocalExitStatement(Mono.CSharp.Location loc) { }
- protected override bool IsLocalExit { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LocalTemporary : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public LocalTemporary(Mono.CSharp.TypeSpec t) { }
- public LocalTemporary(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public System.Reflection.Emit.LocalBuilder Builder { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void Release(Mono.CSharp.EmitContext ec) { }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class LocalVariable : Mono.CSharp.ILocalVariable, Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.LocalVariable.Flags flags, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.LocalVariable li, string name, Mono.CSharp.Location loc) { }
- public bool AddressTaken { get { throw null; } }
- public Mono.CSharp.Block Block { get { throw null; } }
- public Mono.CSharp.Constant ConstantValue { get { throw null; } set { } }
- public Mono.CSharp.HoistedVariable HoistedVariant { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsConstant { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsReadonly { get { throw null; } }
- public bool IsThis { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- bool Mono.CSharp.INamedBlockVariable.IsParameter { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public void CreateBuilder(Mono.CSharp.EmitContext ec) { }
- public static Mono.CSharp.LocalVariable CreateCompilerGenerated(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public static string GetCompilerGeneratedName(Mono.CSharp.Block block) { throw null; }
- public string GetReadOnlyContext() { throw null; }
- public bool IsAssigned(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public bool IsThisAssigned(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Block block) { throw null; }
- public void PrepareAssignmentAnalysis(Mono.CSharp.BlockContext bc) { }
- public void SetHasAddressTaken() { }
- public void SetIsUsed() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- AddressTaken = 4,
- CompilerGenerated = 8,
- Constant = 16,
- FixedVariable = 64,
- ForeachVariable = 32,
- IsLocked = 256,
- IsThis = 2,
- ReadonlyMask = 224,
- Used = 1,
- UsingVariable = 128,
- }
- }
- public partial class LocalVariableReference : Mono.CSharp.VariableReference
- {
- public Mono.CSharp.LocalVariable local_info;
- public LocalVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location l) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public override string ToString() { throw null; }
- }
- public partial class LocatedToken
- {
- public int column;
- public Mono.CSharp.SourceFile file;
- public int row;
- public string value;
- public LocatedToken() { }
- public LocatedToken(string value, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Location : System.IEquatable<Mono.CSharp.Location>
- {
- public static bool InEmacs;
- public static readonly Mono.CSharp.Location Null;
- public Location(Mono.CSharp.SourceFile file, int row, int column) { throw null;}
- public int Column { get { throw null; } }
- public int File { get { throw null; } }
- public bool IsNull { get { throw null; } }
- public string Name { get { throw null; } }
- public string NameFullPath { get { throw null; } }
- public int Row { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public static void AddFile(Mono.CSharp.SourceFile file) { }
- public bool Equals(Mono.CSharp.Location other) { throw null; }
- public static void Initialize(System.Collections.Generic.List<Mono.CSharp.SourceFile> files) { }
- public static Mono.CSharp.Location operator -(Mono.CSharp.Location loc, int columns) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- public string ToStringFullName() { throw null; }
- }
- public partial class LocationsBag
- {
- public LocationsBag() { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddLocation(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, System.Collections.Generic.List<Mono.CSharp.Location> locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddStatement(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendTo(object element, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendToMember(Mono.CSharp.MemberCore existing, params Mono.CSharp.Location[] locations) { }
- public System.Collections.Generic.List<Mono.CSharp.Location> GetLocations(object element) { throw null; }
- public Mono.CSharp.LocationsBag.MemberLocations GetMemberLocation(Mono.CSharp.MemberCore element) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void InsertLocation(object element, int index, Mono.CSharp.Location location) { }
- public partial class MemberLocations
- {
- public readonly System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> Modifiers;
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location loc) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location[] locs) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, System.Collections.Generic.List<Mono.CSharp.Location> locs) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.Location this[int index] { get { throw null; } }
- public void AddLocations(Mono.CSharp.Location loc) { }
- public void AddLocations(params Mono.CSharp.Location[] additional) { }
- }
- }
- public partial class Lock : Mono.CSharp.TryFinallyBlock
- {
- public Lock(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class LongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly long Value;
- public LongConstant(Mono.CSharp.BuiltinTypes types, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public LongConstant(Mono.CSharp.TypeSpec type, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class LongLiteral : Mono.CSharp.LongConstant, Mono.CSharp.ILiteralConstant
- {
- public LongLiteral(Mono.CSharp.BuiltinTypes types, long l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(long), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public enum LookupMode
- {
- IgnoreAccessibility = 2,
- NameOf = 3,
- Normal = 0,
- Probing = 1,
- }
- public abstract partial class LoopStatement : Mono.CSharp.Statement
- {
- protected LoopStatement(Mono.CSharp.Statement statement) { }
- public Mono.CSharp.Statement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public virtual void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public virtual void SetEndReachable() { }
- public virtual void SetIteratorReachable() { }
- }
- public partial class MakeRefExpr : Mono.CSharp.ShimExpression
- {
- public MakeRefExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class MemberAccess : Mono.CSharp.ATypeNameExpression
- {
- protected Mono.CSharp.Expression expr;
- public MemberAccess(Mono.CSharp.Expression expr, string id) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, int arity, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public void Error_IdentifierNotFound(Mono.CSharp.IMemberContext rc, Mono.CSharp.TypeSpec expr_type) { }
- protected override void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- protected override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsValidDotExpression(Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext rc, bool allowUnboundTypeArguments) { throw null; }
- }
- public abstract partial class MemberBase : Mono.CSharp.MemberCore
- {
- protected Mono.CSharp.TypeSpec member_type;
- public new Mono.CSharp.TypeDefinition Parent;
- protected Mono.CSharp.FullNamedExpression type_expr;
- protected MemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.Modifiers def_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- protected virtual bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DoMemberTypeDependentChecks() { }
- protected virtual void DoMemberTypeIndependentChecks() { }
- public override string GetSignatureForDocumentation() { throw null; }
- protected void IsTypePermitted() { }
- protected virtual bool ResolveMemberType() { throw null; }
- }
- public partial class MemberCache
- {
- public static readonly Mono.CSharp.MemberCache Empty;
- public static readonly string IndexerNameAlias;
- public MemberCache() { }
- public MemberCache(Mono.CSharp.MemberCache cache) { }
- public MemberCache(Mono.CSharp.TypeContainer container) { }
- public MemberCache(int capacity) { }
- public void AddBaseType(Mono.CSharp.TypeSpec baseType) { }
- public void AddInterface(Mono.CSharp.TypeSpec iface) { }
- public void AddMember(Mono.CSharp.InterfaceMemberBase imb, string exlicitName, Mono.CSharp.MemberSpec ms) { }
- public void AddMember(Mono.CSharp.MemberSpec ms) { }
- public void AddMemberImported(Mono.CSharp.MemberSpec ms) { }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, string name, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public static Mono.CSharp.MemberSpec FindBaseMember(Mono.CSharp.MemberCore member, out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> FindExtensionMethods(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public static Mono.CSharp.MemberSpec FindMember(Mono.CSharp.TypeSpec container, Mono.CSharp.MemberFilter filter, Mono.CSharp.BindingRestriction restrictions) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindMembers(Mono.CSharp.TypeSpec container, string name, bool declaredOnlyClass) { throw null; }
- public static Mono.CSharp.TypeSpec FindNestedType(Mono.CSharp.TypeSpec container, string name, int arity) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.FieldSpec> GetAllFieldsForDefiniteAssignment(Mono.CSharp.TypeSpec container) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetCompletitionMembers(Mono.CSharp.IMemberContext ctx, Mono.CSharp.TypeSpec container, string name) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.MethodSpec> GetInterfaceMethods(Mono.CSharp.TypeSpec iface) { throw null; }
- public static T GetMember<T>(Mono.CSharp.TypeSpec container, T spec) where T : Mono.CSharp.MemberSpec { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MethodSpec> GetNotImplementedAbstractMethods(Mono.CSharp.TypeSpec type) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetUserOperator(Mono.CSharp.TypeSpec container, Mono.CSharp.Operator.OpType op, bool declaredOnly) { throw null; }
- public void InflateMembers(Mono.CSharp.MemberCache cacheToInflate, Mono.CSharp.TypeSpec inflatedType, Mono.CSharp.TypeParameterInflator inflator) { }
- public void InflateTypes(Mono.CSharp.MemberCache inflated_cache, Mono.CSharp.TypeParameterInflator inflator) { }
- public void RemoveHiddenMembers(Mono.CSharp.TypeSpec container) { }
- public void VerifyClsCompliance(Mono.CSharp.TypeSpec container, Mono.CSharp.Report report) { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public abstract partial class MemberCore : Mono.CSharp.Attributable, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IModuleContext
- {
- protected string comment;
- public Mono.CSharp.TypeContainer Parent;
- protected MemberCore(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) { }
- public System.Nullable<bool> CLSAttributeValue { get { throw null; } }
- public virtual Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public virtual Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual string DocComment { get { throw null; } set { } }
- public abstract string DocCommentHeader { get; }
- protected bool HasClsCompliantAttribute { get { throw null; } }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsImported { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public virtual bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.MemberName MemberName { get { throw null; } }
- public Mono.CSharp.Modifiers ModFlags { get { throw null; } set { } }
- public virtual Mono.CSharp.ModuleContainer Module { get { throw null; } }
- string Mono.CSharp.IMemberDefinition.Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public virtual void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- protected bool CheckAbstractAndExtern(bool has_block) { throw null; }
- public virtual void CheckObsoleteness(Mono.CSharp.Location loc) { }
- protected void CheckProtectedModifier() { }
- public virtual string[] ConditionalConditions() { throw null; }
- public abstract bool Define();
- public virtual void Emit() { }
- public virtual bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public virtual string GetCallerMemberName() { throw null; }
- public virtual void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public abstract string GetSignatureForDocumentation();
- public virtual string GetSignatureForError() { throw null; }
- public bool IsAccessibleAs(Mono.CSharp.TypeSpec p) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public bool IsExposedFromAssembly() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public virtual void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- protected virtual void SetMemberName(Mono.CSharp.MemberName new_name) { }
- protected virtual bool VerifyClsCompliance() { throw null; }
- protected void Warning_IdentifierNotCompliant() { }
- public virtual void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- CanBeReused = 262144,
- CloseTypeCreated = 16,
- ClsCompliance_Undetected = 4,
- ClsCompliant = 8,
- ClsCompliantAttributeFalse = 128,
- Excluded = 512,
- Excluded_Undetected = 256,
- HasClsCompliantAttribute = 64,
- HasCompliantAttribute_Undetected = 32,
- HasExplicitLayout = 8192,
- HasInstanceConstructor = 65536,
- HasStructLayout = 32768,
- HasUserOperators = 131072,
- InterfacesExpanded = 524288,
- IsAssigned = 4096,
- IsUsed = 2048,
- MethodOverloadsExist = 1024,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PartialDefinitionExists = 16384,
- }
- }
- public abstract partial class MemberExpr : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IInstanceQualifier
- {
- protected bool conditional_access_receiver;
- public Mono.CSharp.Expression InstanceExpression;
- protected MemberExpr() { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected abstract Mono.CSharp.TypeSpec DeclaringType { get; }
- public bool IsBase { get { throw null; } }
- public abstract bool IsInstance { get; }
- public abstract bool IsStatic { get; }
- public abstract string KindName { get; }
- Mono.CSharp.TypeSpec Mono.CSharp.OverloadResolver.IInstanceQualifier.InstanceType { get { throw null; } }
- public abstract string Name { get; }
- protected Mono.CSharp.MethodSpec CandidateToBaseOverride(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- protected void CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { }
- public static bool CheckProtectedMemberAccess<T>(Mono.CSharp.ResolveContext rc, T member, Mono.CSharp.TypeSpec qualifier) where T : Mono.CSharp.MemberSpec { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected void DoBestMemberChecks<T>(Mono.CSharp.ResolveContext rc, T member) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- protected void EmitInstance(Mono.CSharp.EmitContext ec, bool prepare_for_load) { }
- protected virtual void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public static void Error_ProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member, Mono.CSharp.TypeSpec qualifier, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- bool Mono.CSharp.OverloadResolver.IInstanceQualifier.CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { throw null; }
- protected void ResolveConditionalAccessReceiver(Mono.CSharp.ResolveContext rc) { }
- public bool ResolveInstanceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public virtual Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public abstract void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MemberFilter : System.IEquatable<Mono.CSharp.MemberSpec>
- {
- public readonly int Arity;
- public readonly Mono.CSharp.MemberKind Kind;
- public readonly Mono.CSharp.TypeSpec MemberType;
- public readonly string Name;
- public readonly Mono.CSharp.AParametersCollection Parameters;
- public MemberFilter(Mono.CSharp.MethodSpec m) { throw null;}
- public MemberFilter(string name, int arity, Mono.CSharp.MemberKind kind, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null;}
- public static Mono.CSharp.MemberFilter Constructor(Mono.CSharp.AParametersCollection param) { throw null; }
- public bool Equals(Mono.CSharp.MemberSpec other) { throw null; }
- public static Mono.CSharp.MemberFilter Field(string name, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Method(string name, int arity, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Property(string name, Mono.CSharp.TypeSpec type) { throw null; }
- }
- [System.FlagsAttribute]
- public enum MemberKind
- {
- ArrayType = 524288,
- Class = 2048,
- Constructor = 1,
- Delegate = 8192,
- Destructor = 128,
- Enum = 16384,
- Event = 2,
- Field = 4,
- GenericMask = 47112,
- Indexer = 32,
- Interface = 32768,
- InternalCompilerType = 2097152,
- MaskType = 63743,
- Method = 8,
- MissingType = 4194304,
- Namespace = 16777216,
- NestedMask = 63488,
- Operator = 64,
- PointerType = 1048576,
- Property = 16,
- Struct = 4096,
- TypeParameter = 65536,
- Void = 8388608,
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public partial class MemberName
- {
- public readonly Mono.CSharp.FullNamedExpression ExplicitInterface;
- public readonly Mono.CSharp.MemberName Left;
- public readonly Mono.CSharp.Location Location;
- public readonly string Name;
- public static readonly Mono.CSharp.MemberName Null;
- public Mono.CSharp.TypeParameters TypeParameters;
- public MemberName(Mono.CSharp.MemberName left, Mono.CSharp.MemberName right) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.Location loc) { }
- public MemberName(string name) { }
- public MemberName(string name, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { }
- public int Arity { get { throw null; } }
- public string Basename { get { throw null; } }
- public bool IsGeneric { get { throw null; } }
- public void CreateMetadataName(System.Text.StringBuilder sb) { }
- public bool Equals(Mono.CSharp.MemberName other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public static string MakeName(string name, Mono.CSharp.TypeParameters args) { throw null; }
- }
- public abstract partial class MemberSpec
- {
- protected Mono.CSharp.TypeSpec declaringType;
- protected Mono.CSharp.IMemberDefinition definition;
- public readonly Mono.CSharp.MemberKind Kind;
- protected Mono.CSharp.Modifiers modifiers;
- protected const Mono.CSharp.MemberSpec.StateFlags SharedStateFlags = (Mono.CSharp.MemberSpec.StateFlags)(127);
- public Mono.CSharp.MemberSpec.StateFlags state;
- protected MemberSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.Modifiers modifiers) { }
- public virtual int Arity { get { throw null; } }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAccessor { get { throw null; } set { } }
- public bool IsGeneric { get { throw null; } set { } }
- public bool IsNotCSharpCompatible { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.CSharp.IMemberDefinition MemberDefinition { get { throw null; } }
- public Mono.CSharp.Modifiers Modifiers { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public virtual string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public bool IsAccessible(Mono.CSharp.IMemberContext ctx) { throw null; }
- public bool IsCLSCompliant() { throw null; }
- public bool IsConditionallyExcluded(Mono.CSharp.IMemberContext ctx) { throw null; }
- protected virtual bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public abstract System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller);
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum StateFlags
- {
- CLSCompliant = 8,
- CLSCompliant_Undetected = 4,
- ConstraintsChecked = 128,
- GenericIterateInterface = 2097152,
- GenericTask = 4194304,
- HasDynamicElement = 64,
- InflatedExpressionType = 524288,
- InflatedNullableType = 1048576,
- InterfacesExpanded = 65536,
- InterfacesImported = 8388608,
- IsAccessor = 512,
- IsGeneric = 1024,
- IsNotCSharpCompatible = 131072,
- MissingDependency = 32,
- MissingDependency_Undetected = 16,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PendingBaseTypeInflate = 32768,
- PendingMakeMethod = 8192,
- PendingMemberCacheMembers = 16384,
- PendingMetaInflate = 4096,
- SpecialRuntimeType = 262144,
- }
- }
- public abstract partial class MetadataImporter
- {
- protected readonly System.Collections.Generic.Dictionary<System.Reflection.Assembly, Mono.CSharp.IAssemblyDefinition> assembly_2_definition;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> compiled_types;
- public static readonly string CompilerServicesNamespace;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> import_cache;
- protected readonly Mono.CSharp.ModuleContainer module;
- protected MetadataImporter(Mono.CSharp.ModuleContainer module) { }
- public System.Collections.Generic.ICollection<Mono.CSharp.IAssemblyDefinition> Assemblies { get { throw null; } }
- public bool IgnorePrivateMembers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec);
- public Mono.CSharp.EventSpec CreateEvent(System.Reflection.EventInfo ei, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) { throw null; }
- public Mono.CSharp.FieldSpec CreateField(System.Reflection.FieldInfo fi, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.MethodSpec CreateMethod(System.Reflection.MethodBase mb, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.TypeSpec CreateNestedType(System.Type type, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.PropertySpec CreateProperty(System.Reflection.PropertyInfo pi, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec @get, Mono.CSharp.MethodSpec @set) { throw null; }
- public Mono.CSharp.TypeSpec CreateType(System.Type type) { throw null; }
- protected Mono.CSharp.TypeSpec CreateType(System.Type type, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MetadataImporter.DynamicTypeReader dtype, bool canImportBaseType) { throw null; }
- protected abstract Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType);
- public Mono.CSharp.IAssemblyDefinition GetAssemblyDefinition(System.Reflection.Assembly assembly) { throw null; }
- public static bool HasAttribute(System.Collections.Generic.IList<System.Reflection.CustomAttributeData> attributesData, string attrName, string attrNamespace) { throw null; }
- protected abstract bool HasVolatileModifier(System.Type[] modifiers);
- public Mono.CSharp.TypeSpec ImportType(System.Type type) { throw null; }
- public void ImportTypeBase(System.Type type) { }
- protected void ImportTypes(System.Type[] types, Mono.CSharp.Namespace targetNamespace, bool importExtensionTypes) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- protected partial struct DynamicTypeReader
- {
- public int Position;
- public DynamicTypeReader(object provider) { throw null;}
- public bool HasDynamicAttribute() { throw null; }
- public bool IsDynamicObject() { throw null; }
- }
- }
- public partial class Method : Mono.CSharp.MethodOrOperator, Mono.CSharp.IGenericMethodDefinition, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- public Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- protected Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers amod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public static bool CheckImplementingMethodConstraints(Mono.CSharp.TypeContainer container, Mono.CSharp.MethodSpec method, Mono.CSharp.MethodSpec baseMethod) { throw null; }
- public static Mono.CSharp.Method Create(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DefineTypeParameters() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public static void Error1599(Mono.CSharp.Location loc, Mono.CSharp.TypeSpec t, Mono.CSharp.Report Report) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override void PrepareEmit() { }
- protected override bool ResolveMemberType() { throw null; }
- public void SetPartialDefinition(Mono.CSharp.Method methodDefinition) { }
- }
- public abstract partial class MethodCore : Mono.CSharp.InterfaceMemberBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.MethodSpec spec;
- protected MethodCore(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public Mono.CSharp.MethodSpec Spec { get { throw null; } }
- protected override bool CheckBase() { throw null; }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class MethodData
- {
- protected Mono.CSharp.TypeSpec declaring_type;
- protected System.Reflection.MethodAttributes flags;
- public Mono.CSharp.MethodSpec implementing;
- protected Mono.CSharp.InterfaceMemberBase member;
- public readonly Mono.CSharp.IMethodData method;
- protected Mono.CSharp.Modifiers modifiers;
- protected Mono.CSharp.MethodSpec parent_method;
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method) { }
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method, Mono.CSharp.MethodSpec parent_method) { }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public string MetadataName { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public bool Define(Mono.CSharp.TypeDefinition container, string method_full_name) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container, Mono.CSharp.ParametersCompiled param) { throw null; }
- public void Emit(Mono.CSharp.TypeDefinition parent) { }
- public void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class MethodGroupExpr : Mono.CSharp.MemberExpr, Mono.CSharp.OverloadResolver.IBaseMembersProvider
- {
- protected System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Methods;
- protected Mono.CSharp.TypeSpec queried_type;
- protected Mono.CSharp.TypeArguments type_arguments;
- public MethodGroupExpr(Mono.CSharp.MethodSpec m, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public MethodGroupExpr(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> mi, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.MethodSpec BestCandidate { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Candidates { get { throw null; } }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsConditionallyExcluded { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.MethodGroupExpr CreatePredefined(Mono.CSharp.MethodSpec best, Mono.CSharp.TypeSpec queriedType, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, Mono.CSharp.TypeSpec conditionalAccessReceiver, bool statement) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, bool statement) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public virtual System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType) { throw null; }
- public Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool IsExtensionMethodArgument(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr OverloadResolve(Mono.CSharp.ResolveContext ec, ref Mono.CSharp.Arguments args, Mono.CSharp.OverloadResolver.IErrorHandler cerrors, Mono.CSharp.OverloadResolver.Restrictions restr) { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public abstract partial class MethodOrOperator : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.MethodData MethodData;
- protected MethodOrOperator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsPartialDefinition { get { throw null; } }
- public bool IsPartialImplementation { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override string[] ConditionalConditions() { throw null; }
- public virtual Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- protected void Error_ConditionalAttributeIsNotValid() { }
- public virtual void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public sealed partial class MethodSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly Mono.CSharp.MethodSpec Excluded;
- public MethodSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMethodDefinition details, Mono.CSharp.TypeSpec returnType, Mono.CSharp.AParametersCollection parameters, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public Mono.CSharp.IGenericMethodDefinition GenericDefinition { get { throw null; } }
- public bool IsAsync { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsExtensionMethod { get { throw null; } }
- public bool IsReservedMethod { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public new Mono.CSharp.IMethodDefinition MemberDefinition { get { throw null; } }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public Mono.CSharp.MethodSpec GetGenericMethodDefinition() { throw null; }
- public System.Reflection.MethodBase GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.MethodSpec MakeGenericMethod(Mono.CSharp.IMemberContext context, params Mono.CSharp.TypeSpec[] targs) { throw null; }
- public Mono.CSharp.MethodSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class MissingTypeSpecReference
- {
- public MissingTypeSpecReference(Mono.CSharp.TypeSpec type, Mono.CSharp.MemberSpec caller) { }
- public Mono.CSharp.MemberSpec Caller { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum Modifiers
- {
- ABSTRACT = 32,
- AccessibilityMask = 15,
- AllowedExplicitImplFlags = 10240,
- ASYNC = 16384,
- BACKING_FIELD = 2097152,
- COMPILER_GENERATED = 1048576,
- DEBUGGER_HIDDEN = 4194304,
- DEBUGGER_STEP_THROUGH = 8388608,
- DEFAULT_ACCESS_MODIFIER = 262144,
- EXTERN = 2048,
- INTERNAL = 8,
- METHOD_EXTENSION = 524288,
- NEW = 16,
- OVERRIDE = 1024,
- PARTIAL = 131072,
- PRIVATE = 4,
- PROPERTY_CUSTOM = 65536,
- PROTECTED = 1,
- PUBLIC = 2,
- READONLY = 256,
- SEALED = 64,
- STATIC = 128,
- TOP = 32768,
- UNSAFE = 8192,
- VIRTUAL = 512,
- VOLATILE = 4096,
- }
- public sealed partial class ModuleContainer : Mono.CSharp.TypeContainer
- {
- public System.Nullable<System.Runtime.InteropServices.CharSet> DefaultCharSet;
- public System.Reflection.TypeAttributes DefaultCharSetType;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryLifted;
- public ModuleContainer(Mono.CSharp.CompilerContext context) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Reflection.Emit.ModuleBuilder Builder { get { throw null; } }
- public override Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public int CounterAnonymousTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Evaluator Evaluator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.RootNamespace GlobalRootNamespace { get { throw null; } }
- public bool HasDefaultCharSet { get { throw null; } }
- public bool HasExtensionMethod { get { throw null; } set { } }
- public bool HasTypesFullyDefined { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddAnonymousType(Mono.CSharp.AnonymousTypeClass type) { }
- public void AddAttribute(Mono.CSharp.Attribute attr, Mono.CSharp.IMemberContext context) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public void Create(Mono.CSharp.AssemblyDefinition assembly, System.Reflection.Emit.ModuleBuilder moduleBuilder) { }
- public System.Reflection.Emit.TypeBuilder CreateBuilder(string name, System.Reflection.TypeAttributes attr, int typeSize) { throw null; }
- public Mono.CSharp.RootNamespace CreateRootNamespace(string alias) { throw null; }
- public override bool Define() { throw null; }
- public override bool DefineContainer() { throw null; }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public Mono.CSharp.AnonymousTypeClass GetAnonymousType(System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters) { throw null; }
- public Mono.CSharp.AwaiterDefinition GetAwaiter(Mono.CSharp.TypeSpec type) { throw null; }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public Mono.CSharp.Binary.PredefinedOperator[] GetPredefinedEnumAritmeticOperators(Mono.CSharp.TypeSpec enumType, bool nullable) { throw null; }
- public Mono.CSharp.RootNamespace GetRootNamespace(string name) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void InitializePredefinedTypes() { }
- public override bool IsClsComplianceRequired() { throw null; }
- public Mono.CSharp.Attribute ResolveAssemblyAttribute(Mono.CSharp.PredefinedAttribute a_type) { throw null; }
- public void SetDeclaringAssembly(Mono.CSharp.AssemblyDefinition assembly) { }
- }
- public partial class MovableArgument : Mono.CSharp.Argument
- {
- public MovableArgument(Mono.CSharp.Argument arg) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- protected MovableArgument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitToVariable(Mono.CSharp.EmitContext ec) { }
- }
- public partial class NamedArgument : Mono.CSharp.MovableArgument
- {
- public readonly string Name;
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Argument)) { }
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Argument)) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Namespace
- {
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.Namespace> namespaces;
- protected System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Mono.CSharp.TypeSpec>> types;
- protected Namespace() { }
- public Namespace(Mono.CSharp.Namespace parent, string name) { }
- public string Name { get { throw null; } }
- public Mono.CSharp.Namespace Parent { get { throw null; } }
- public Mono.CSharp.Namespace AddNamespace(Mono.CSharp.MemberName name) { throw null; }
- public void AddType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts) { }
- public System.Collections.Generic.IEnumerable<string> CompletionGetTypesStartingWith(string prefix) { throw null; }
- public System.Collections.Generic.IList<Mono.CSharp.TypeSpec> GetAllTypes(string name) { throw null; }
- public Mono.CSharp.Namespace GetNamespace(string name, bool create) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public static Mono.CSharp.TypeSpec IsImportedTypeOverride(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts, Mono.CSharp.TypeSpec found) { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public Mono.CSharp.TypeSpec LookupType(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void RemoveContainer(Mono.CSharp.TypeContainer tc) { }
- public void SetBuiltinType(Mono.CSharp.BuiltinTypeSpec pts) { }
- public bool TryGetNamespace(string name, out Mono.CSharp.Namespace ns) { ns = default(Mono.CSharp.Namespace); throw null; }
- public void VerifyClsCompliance() { }
- }
- public partial class NamespaceContainer : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public bool DeclarationFound;
- public readonly new Mono.CSharp.NamespaceContainer Parent;
- public NamespaceContainer(Mono.CSharp.MemberName name, Mono.CSharp.NamespaceContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected NamespaceContainer(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Namespace NS { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.UsingNamespace> Usings { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public void AddUsing(Mono.CSharp.UsingAliasNamespace un) { }
- public void AddUsing(Mono.CSharp.UsingNamespace un) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void DefineNamespace() { }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, Mono.CSharp.TypeSpec extensionType, string name, int arity, int position) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupExternAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.MethodGroupExpr LookupStaticUsings(Mono.CSharp.IMemberContext mc, string name, int arity, Mono.CSharp.Location loc) { throw null; }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class NamespaceExpression : Mono.CSharp.FullNamedExpression
- {
- public NamespaceExpression(Mono.CSharp.Namespace ns, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Namespace Namespace { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public void Error_NamespaceDoesNotExist(Mono.CSharp.IMemberContext ctx, string name, int arity) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class New : Mono.CSharp.ExpressionStatement, Mono.CSharp.IMemoryLocation
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.MethodSpec method;
- protected Mono.CSharp.Expression RequestedType;
- public New(Mono.CSharp.Expression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.Location l) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public bool IsDefaultStruct { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CheckComImport(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public static Mono.CSharp.Constant Constantify(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected virtual Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class NewAnonymousType : Mono.CSharp.New
- {
- public NewAnonymousType(System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.TypeContainer parent, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewDelegate : Mono.CSharp.DelegateCreation
- {
- public Mono.CSharp.Arguments Arguments;
- public NewDelegate(Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments Arguments, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewInitialize : Mono.CSharp.New
- {
- public NewInitialize(Mono.CSharp.FullNamedExpression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.CollectionOrObjectInitializers initializers, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.CollectionOrObjectInitializers Initializers { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected override Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class NullConstant : Mono.CSharp.Constant
- {
- public NullConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string ExprClassName { get { throw null; } }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool inCheckedContext, Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class NullLiteral : Mono.CSharp.NullConstant
- {
- public NullLiteral(Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec t, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class Operator : Mono.CSharp.MethodOrOperator
- {
- public readonly Mono.CSharp.Operator.OpType OperatorType;
- public Operator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Operator.OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public Mono.CSharp.Operator.OpType GetMatchingOperator() { throw null; }
- public static string GetMetadataName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetMetadataName(string name) { throw null; }
- public static string GetName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetName(string metadata_name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static System.Nullable<Mono.CSharp.Operator.OpType> GetType(string metadata_name) { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- public enum OpType : byte
- {
- Addition = (byte)6,
- BitwiseAnd = (byte)13,
- BitwiseOr = (byte)14,
- Decrement = (byte)3,
- Division = (byte)11,
- Equality = (byte)18,
- ExclusiveOr = (byte)15,
- Explicit = (byte)25,
- False = (byte)5,
- GreaterThan = (byte)20,
- GreaterThanOrEqual = (byte)22,
- Implicit = (byte)24,
- Increment = (byte)2,
- Inequality = (byte)19,
- LeftShift = (byte)16,
- LessThan = (byte)21,
- LessThanOrEqual = (byte)23,
- LogicalNot = (byte)0,
- Modulus = (byte)12,
- Multiply = (byte)10,
- OnesComplement = (byte)1,
- RightShift = (byte)17,
- Subtraction = (byte)7,
- TOP = (byte)26,
- True = (byte)4,
- UnaryNegation = (byte)9,
- UnaryPlus = (byte)8,
- }
- }
- public partial class OperatorCast : Mono.CSharp.TypeCast
- {
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec returnType, bool isExplicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type, bool find_explicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Outline
- {
- public Outline(System.Type t, System.IO.TextWriter output, bool declared_only, bool show_private, bool filter_obsolete) { }
- public void OutlineType() { }
- public static string RemoveGenericArity(string name) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OverloadResolver
- {
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.TypeArguments targs, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public Mono.CSharp.OverloadResolver.IBaseMembersProvider BaseMembersProvider { get { throw null; } set { } }
- public bool BestCandidateIsDynamic { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MethodGroupExpr BestCandidateNewMethodGroup { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public Mono.CSharp.OverloadResolver.IErrorHandler CustomErrors { get { throw null; } set { } }
- public Mono.CSharp.OverloadResolver.IInstanceQualifier InstanceQualifier { get { throw null; } set { } }
- public static int BetterTypeConversion(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec p, Mono.CSharp.TypeSpec q) { throw null; }
- public static void Error_ConstructorMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, int argCount, Mono.CSharp.Location loc) { }
- public static Mono.CSharp.Expression ResolveDefaultValueArgument(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec ptype, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public T ResolveMember<T>(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IParametersMember { throw null; }
- public Mono.CSharp.MethodSpec ResolveOperator(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) { throw null; }
- public partial interface IBaseMembersProvider
- {
- System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType);
- Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member);
- Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc);
- }
- public partial interface IErrorHandler
- {
- bool AmbiguousCandidates(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous);
- bool ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument a, int index);
- bool NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- bool TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- }
- public partial interface IInstanceQualifier
- {
- Mono.CSharp.TypeSpec InstanceType { get; }
- bool CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member);
- }
- [System.FlagsAttribute]
- public enum Restrictions
- {
- BaseMembersIncluded = 16,
- CovariantDelegate = 4,
- DelegateInvoke = 1,
- GetEnumeratorLookup = 32,
- NoBaseMembers = 8,
- None = 0,
- ProbingOnly = 2,
- }
- }
- public partial class Parameter : Mono.CSharp.ParameterBase, Mono.CSharp.ILocalVariable, Mono.CSharp.IParameterData
- {
- public bool HasAddressTaken;
- protected int idx;
- protected Mono.CSharp.TypeSpec parameter_type;
- public Parameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Parameter.Modifier mod, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression DefaultExpression { get { throw null; } }
- public Mono.CSharp.DefaultParameterValueExpression DefaultValue { get { throw null; } set { } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.HoistedParameter HoistedVariant { get { throw null; } set { } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- Mono.CSharp.Expression Mono.CSharp.IParameterData.DefaultValue { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.Parameter.Modifier ParameterModifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public Mono.CSharp.Parameter Clone() { throw null; }
- public Mono.CSharp.ExpressionStatement CreateExpressionTreeVariable(Mono.CSharp.BlockContext ec) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public void Error_DuplicateName(Mono.CSharp.Report r) { }
- public Mono.CSharp.TemporaryVariableReference ExpressionTreeVariableReference() { throw null; }
- public static string GetModifierSignature(Mono.CSharp.Parameter.Modifier mod) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public void IsClsCompliant(Mono.CSharp.IMemberContext ctx) { }
- public virtual Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext rc, int index) { throw null; }
- public void ResolveDefaultValue(Mono.CSharp.ResolveContext rc) { }
- public static Mono.CSharp.TypeExpr ResolveParameterExpressionType(Mono.CSharp.IMemberContext ec, Mono.CSharp.Location location) { throw null; }
- public void SetIndex(int index) { }
- public void Warning_UselessOptionalParameter(Mono.CSharp.Report Report) { }
- [System.FlagsAttribute]
- public enum Modifier : byte
- {
- CallerFilePath = (byte)64,
- CallerLineNumber = (byte)32,
- CallerMask = (byte)112,
- CallerMemberName = (byte)16,
- ModifierMask = (byte)15,
- NONE = (byte)0,
- OUT = (byte)4,
- PARAMS = (byte)1,
- REF = (byte)2,
- RefOutMask = (byte)6,
- This = (byte)8,
- }
- }
- public abstract partial class ParameterBase : Mono.CSharp.Attributable
- {
- protected System.Reflection.Emit.ParameterBuilder builder;
- protected ParameterBase() { }
- public System.Reflection.Emit.ParameterBuilder Builder { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class ParameterData : Mono.CSharp.IParameterData
- {
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers) { }
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers, Mono.CSharp.Expression defaultValue) { }
- public Mono.CSharp.Expression DefaultValue { get { throw null; } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public partial class ParameterReference : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.ParametersBlock.ParameterInfo pi;
- public ParameterReference(Mono.CSharp.ParametersBlock.ParameterInfo pi, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- }
- public partial class ParametersBlock : Mono.CSharp.ExplicitBlock
- {
- protected System.Collections.Generic.Dictionary<string, object> labels;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.ParametersBlock.ParameterInfo[] parameter_info;
- protected bool resolved;
- protected Mono.CSharp.StateMachine state_machine;
- protected Mono.CSharp.ToplevelBlock top_block;
- public ParametersBlock(Mono.CSharp.Block parent, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public bool IsAsync { get { throw null; } set { } }
- public bool IsExpressionTree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public bool Resolved { get { throw null; } }
- public Mono.CSharp.StateMachine StateMachine { get { throw null; } }
- public int TemporaryLocalsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ToplevelBlock TopBlock { get { throw null; } set { } }
- public void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public Mono.CSharp.ParametersBlock ConvertToAsyncTask(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeDefinition host, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.ToplevelBlock ConvertToIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitEmbedded(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.LabeledStatement GetLabel(string name, Mono.CSharp.Block block) { throw null; }
- public Mono.CSharp.ParametersBlock.ParameterInfo GetParameterInfo(Mono.CSharp.Parameter p) { throw null; }
- public Mono.CSharp.ParameterReference GetParameterReference(int index, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Statement PerformClone() { throw null; }
- protected void ProcessParameters() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class ParameterInfo : Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public ParameterInfo(Mono.CSharp.ParametersBlock block, int index) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- Mono.CSharp.Block Mono.CSharp.INamedBlockVariable.Block { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- public Mono.CSharp.TypeSpec ParameterType { get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class ParametersCompiled : Mono.CSharp.AParametersCollection
- {
- public static readonly Mono.CSharp.ParametersCompiled EmptyReadOnlyParameters;
- public static readonly Mono.CSharp.ParametersCompiled Undefined;
- public ParametersCompiled(params Mono.CSharp.Parameter[] parameters) { }
- public ParametersCompiled(Mono.CSharp.Parameter[] parameters, bool has_arglist) { }
- public Mono.CSharp.Parameter this[int pos] { get { throw null; } }
- public void ApplyAttributes(Mono.CSharp.IMemberContext mc, System.Reflection.MethodBase builder) { }
- public void CheckConstraints(Mono.CSharp.IMemberContext mc) { }
- public void CheckParameters(Mono.CSharp.MemberCore member) { }
- public Mono.CSharp.ParametersCompiled Clone() { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.BlockContext ec, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter[] parameters, Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.AParametersCollection CreateFullyResolved(params Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateImplicitParameter(Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) { throw null; }
- public static int IsSameClsSignature(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter compilerParams, Mono.CSharp.TypeSpec compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter[] compilerParams, Mono.CSharp.TypeSpec[] compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled Prefix(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- public void ResolveDefaultValues(Mono.CSharp.MemberCore m) { }
- public void VerifyClsCompliance(Mono.CSharp.IMemberContext ctx) { }
- }
- public partial class ParametersImported : Mono.CSharp.AParametersCollection
- {
- public ParametersImported(Mono.CSharp.IParameterData[] param, Mono.CSharp.TypeSpec[] types, bool hasParams) { }
- public ParametersImported(Mono.CSharp.IParameterData[] parameters, Mono.CSharp.TypeSpec[] types, bool hasArglist, bool hasParams) { }
- }
- public partial class ParamsParameter : Mono.CSharp.Parameter
- {
- public ParamsParameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class ParenthesizedExpression : Mono.CSharp.ShimExpression
- {
- public ParenthesizedExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- }
- public partial class ParserSession
- {
- public readonly char[] IDBuilder;
- public readonly System.Collections.Generic.Dictionary<char[], string>[] Identifiers;
- public readonly char[] NumberBuilder;
- public readonly System.Collections.Generic.List<Mono.CSharp.Parameter> ParametersStack;
- public readonly char[] StreamReaderBuffer;
- public ParserSession() { }
- public Mono.CSharp.LocatedToken[] LocatedTokens { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocationsBag LocationsBag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UseJayGlobalArrays { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Security.Cryptography.MD5 GetChecksumAlgorithm() { throw null; }
- }
- public partial class PendingImplementation
- {
- internal PendingImplementation() { }
- public static Mono.CSharp.PendingImplementation GetPendingImplementations(Mono.CSharp.TypeDefinition container) { throw null; }
- public void ImplementMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, bool clear_one, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); }
- public Mono.CSharp.MethodSpec InterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec iType, Mono.CSharp.MethodData method, Mono.CSharp.PendingImplementation.Operation op, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public Mono.CSharp.MethodSpec IsInterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public bool VerifyPendingMethods() { throw null; }
- public enum Operation
- {
- ClearAll = 2,
- ClearOne = 1,
- Lookup = 0,
- }
- }
- public enum Platform
- {
- AnyCPU = 0,
- AnyCPU32Preferred = 1,
- Arm = 2,
- IA64 = 5,
- X64 = 4,
- X86 = 3,
- }
- public partial class PointerArithmetic : Mono.CSharp.Expression
- {
- public PointerArithmetic(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression l, Mono.CSharp.Expression r, Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class PredefinedAttribute : Mono.CSharp.PredefinedType
- {
- protected Mono.CSharp.MethodSpec ctor;
- public PredefinedAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(Mono.CSharp.MemberKind), default(string), default(string), default(int)) { }
- public Mono.CSharp.MethodSpec Constructor { get { throw null; } }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ConstructorBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ModuleBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public static bool operator !=(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public bool ResolveBuilder() { throw null; }
- }
- public partial class PredefinedAttributes
- {
- public readonly Mono.CSharp.PredefinedAttribute AssemblyAlgorithmId;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCompany;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCopyright;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCulture;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyDescription;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFileVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFlags;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyProduct;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyTrademark;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyVersion;
- public readonly Mono.CSharp.PredefinedStateMachineAttribute AsyncStateMachine;
- public readonly Mono.CSharp.PredefinedAttribute AttributeUsage;
- public readonly Mono.CSharp.PredefinedAttribute CallerFilePathAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerLineNumberAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerMemberNameAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CLSCompliant;
- public readonly Mono.CSharp.PredefinedAttribute CoClass;
- public readonly Mono.CSharp.PredefinedAttribute ComImport;
- public readonly Mono.CSharp.PredefinedAttribute CompilerGenerated;
- public readonly Mono.CSharp.PredefinedAttribute Conditional;
- public readonly Mono.CSharp.PredefinedDebuggableAttribute Debuggable;
- public readonly Mono.CSharp.PredefinedDebuggerBrowsableAttribute DebuggerBrowsable;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerHidden;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerStepThrough;
- public readonly Mono.CSharp.PredefinedDecimalAttribute DecimalConstant;
- public readonly Mono.CSharp.PredefinedAttribute DefaultCharset;
- public readonly Mono.CSharp.PredefinedAttribute DefaultMember;
- public readonly Mono.CSharp.PredefinedAttribute DefaultParameterValue;
- public readonly Mono.CSharp.PredefinedAttribute DllImport;
- public readonly Mono.CSharp.PredefinedDynamicAttribute Dynamic;
- public readonly Mono.CSharp.PredefinedAttribute Extension;
- public readonly Mono.CSharp.PredefinedAttribute FieldOffset;
- public readonly Mono.CSharp.PredefinedAttribute FixedBuffer;
- public readonly Mono.CSharp.PredefinedAttribute Guid;
- public readonly Mono.CSharp.PredefinedAttribute In;
- public readonly Mono.CSharp.PredefinedAttribute IndexerName;
- public readonly Mono.CSharp.PredefinedAttribute InternalsVisibleTo;
- public readonly Mono.CSharp.PredefinedAttribute MarshalAs;
- public readonly Mono.CSharp.PredefinedAttribute MethodImpl;
- public readonly Mono.CSharp.PredefinedAttribute Obsolete;
- public readonly Mono.CSharp.PredefinedAttribute OptionalParameter;
- public readonly Mono.CSharp.PredefinedAttribute Out;
- public readonly Mono.CSharp.PredefinedAttribute ParamArray;
- public readonly Mono.CSharp.PredefinedAttribute Required;
- public readonly Mono.CSharp.PredefinedAttribute RuntimeCompatibility;
- public readonly Mono.CSharp.PredefinedAttribute Security;
- public readonly Mono.CSharp.PredefinedAttribute StructLayout;
- public readonly Mono.CSharp.PredefinedAttribute TypeForwarder;
- public readonly Mono.CSharp.PredefinedAttribute UnmanagedFunctionPointer;
- public readonly Mono.CSharp.PredefinedAttribute UnsafeValueType;
- public readonly Mono.CSharp.PredefinedAttribute UnverifiableCode;
- public PredefinedAttributes(Mono.CSharp.ModuleContainer module) { }
- }
- public partial class PredefinedDebuggableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder, System.Diagnostics.DebuggableAttribute.DebuggingModes modes) { }
- }
- public partial class PredefinedDebuggerBrowsableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggerBrowsableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, System.Diagnostics.DebuggerBrowsableState state) { }
- }
- public partial class PredefinedDecimalAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDecimalAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedDynamicAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDynamicAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedMember<T> where T : Mono.CSharp.MemberSpec
- {
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypeSpec type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, Mono.CSharp.MemberFilter filter) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, params Mono.CSharp.PredefinedType[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, System.Func<Mono.CSharp.TypeSpec[]> typesBuilder, Mono.CSharp.TypeSpec returnType) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec type, Mono.CSharp.MemberFilter filter) { }
- public T Get() { throw null; }
- public T Resolve(Mono.CSharp.Location loc) { throw null; }
- }
- public partial class PredefinedStateMachineAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedStateMachineAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder, Mono.CSharp.StateMachine type) { }
- }
- public partial class PredefinedType
- {
- protected readonly Mono.CSharp.ModuleContainer module;
- protected Mono.CSharp.TypeSpec type;
- public PredefinedType(Mono.CSharp.BuiltinTypeSpec type) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity) { }
- public int Arity { get { throw null; } }
- public bool IsDefined { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeSpec { get { throw null; } }
- public bool Define() { throw null; }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.TypeSpec Resolve() { throw null; }
- public static Mono.CSharp.TypeSpec Resolve(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity, bool required, bool reportErrors) { throw null; }
- }
- public abstract partial class Probe : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- public Mono.CSharp.Expression ProbeType;
- protected Mono.CSharp.TypeSpec probe_type_expr;
- protected Probe(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected abstract string OperatorName { get; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Property : Mono.CSharp.PropertyBase
- {
- public Property(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public sealed partial class BackingField : Mono.CSharp.Field
- {
- public BackingField(Mono.CSharp.Property p, bool readOnly) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property OriginalProperty { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- }
- }
- public abstract partial class PropertyBase : Mono.CSharp.PropertyBasedMember
- {
- protected PropertyBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorFirst { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorSecond { get { throw null; } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Get { get { throw null; } set { } }
- public override bool IsUsed { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Set { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- protected bool DefineAccessors() { throw null; }
- protected void DefineBuilders(Mono.CSharp.MemberKind kind, Mono.CSharp.ParametersCompiled parameters) { }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- public override void PrepareEmit() { }
- protected override void SetMemberName(Mono.CSharp.MemberName new_name) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public partial class GetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- public GetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public abstract partial class PropertyMethod : Mono.CSharp.AbstractPropertyEventMethod
- {
- protected System.Reflection.MethodAttributes flags;
- protected readonly Mono.CSharp.PropertyBase method;
- public PropertyMethod(Mono.CSharp.PropertyBase method, string prefix, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCustomAccessModifier { get { throw null; } }
- public Mono.CSharp.PropertyBase Property { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class SetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- protected Mono.CSharp.ParametersCompiled parameters;
- public SetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- }
- public abstract partial class PropertyBasedMember : Mono.CSharp.InterfaceMemberBase
- {
- protected PropertyBasedMember(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected void CheckReservedNameConflict(string prefix, Mono.CSharp.MethodSpec accessor) { }
- public abstract void PrepareEmit();
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class PropertySpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public PropertySpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec Get { get { throw null; } set { } }
- public bool HasDifferentAccessibility { get { throw null; } }
- public bool HasGet { get { throw null; } }
- public bool HasSet { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.PropertyInfo MetaInfo { get { throw null; } }
- public Mono.CSharp.MethodSpec Set { get { throw null; } set { } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class QualifiedAliasMember : Mono.CSharp.MemberAccess
- {
- public static readonly string GlobalAlias;
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, int arity, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public string Alias { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.FullNamedExpression CreateExpressionFromAlias(Mono.CSharp.IMemberContext mc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Reachability
- {
- public bool IsUnreachable { get { throw null; } }
- public static Mono.CSharp.Reachability CreateUnreachable() { throw null; }
- public static Mono.CSharp.Reachability operator &(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- public static Mono.CSharp.Reachability operator |(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- }
- public partial class ReducedExpression : Mono.CSharp.Expression
- {
- internal ReducedExpression() { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Constant Create(Mono.CSharp.Constant expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr, bool canBeConstant) { throw null; }
- public static Mono.CSharp.ExpressionStatement Create(Mono.CSharp.ExpressionStatement s, Mono.CSharp.Expression orig) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public sealed partial class ReducedConstantExpression : Mono.CSharp.EmptyConstantCast
- {
- public ReducedConstantExpression(Mono.CSharp.Constant expr, Mono.CSharp.Expression orig_expr) : base (default(Mono.CSharp.Constant), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- }
- public sealed partial class ReflectionImporter : Mono.CSharp.MetadataImporter
- {
- public ReflectionImporter(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypes builtin) : base (default(Mono.CSharp.ModuleContainer)) { }
- public override void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec) { }
- protected override Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType) { throw null; }
- protected override bool HasVolatileModifier(System.Type[] modifiers) { throw null; }
- public void ImportAssembly(System.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) { }
- public Mono.CSharp.ImportedModuleDefinition ImportModule(System.Reflection.Module module, Mono.CSharp.RootNamespace targetNamespace) { throw null; }
- }
- public partial class RefTypeExpr : Mono.CSharp.ShimExpression
- {
- public RefTypeExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class RefValueExpr : Mono.CSharp.ShimExpression, Mono.CSharp.IAssignMethod
- {
- public RefValueExpr(Mono.CSharp.Expression expr, Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class Report
- {
- public static readonly int[] AllWarnings;
- public const int RuntimeErrorId = 10000;
- public Report(Mono.CSharp.CompilerContext context, Mono.CSharp.ReportPrinter printer) { }
- public int Errors { get { throw null; } }
- public bool IsDisabled { get { throw null; } }
- public Mono.CSharp.ReportPrinter Printer { get { throw null; } }
- public int Warnings { get { throw null; } }
- public bool CheckWarningCode(int code, Mono.CSharp.Location loc) { throw null; }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(int category, string message, params object[] args) { }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(string message, params object[] args) { }
- public void DisableReporting() { }
- public void EnableReporting() { }
- public void Error(int code, Mono.CSharp.Location loc, string error) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, params string[] args) { }
- public void Error(int code, string error) { }
- public void Error(int code, string format, string arg) { }
- public void Error(int code, string format, string arg1, string arg2) { }
- public void Error(int code, string format, params string[] args) { }
- public void ExtraInformation(Mono.CSharp.Location loc, string msg) { }
- public void FeatureIsNotAvailable(Mono.CSharp.CompilerContext compiler, Mono.CSharp.Location loc, string feature) { }
- public void FeatureIsNotSupported(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.WarningRegions RegisterWarningRegion(Mono.CSharp.Location location) { throw null; }
- public void RuntimeMissingSupport(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.ReportPrinter SetPrinter(Mono.CSharp.ReportPrinter printer) { throw null; }
- public void SymbolRelatedToPreviousError(Mono.CSharp.Location loc, string symbol) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberCore mc) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberSpec ms) { }
- public void SymbolRelatedToPreviousError(string loc) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string message) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, params object[] args) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string message) { }
- public void Warning(int code, int level, string format, string arg) { }
- public void Warning(int code, int level, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string format, params string[] args) { }
- }
- public abstract partial class ReportPrinter
- {
- protected System.Collections.Generic.HashSet<Mono.CSharp.ITypeDefinition> reported_missing_definitions;
- protected ReportPrinter() { }
- public int ErrorsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public virtual bool HasRelatedSymbolSupport { get { throw null; } }
- public int WarningsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected virtual string FormatText(string txt) { throw null; }
- public bool MissingTypeReported(Mono.CSharp.ITypeDefinition typeDefinition) { throw null; }
- public virtual void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- protected void Print(Mono.CSharp.AbstractMessage msg, System.IO.TextWriter output, bool showFullPath) { }
- public void Reset() { }
- }
- public partial class ResolveContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public Mono.CSharp.Block CurrentBlock;
- public Mono.CSharp.Expression CurrentInitializerVariable;
- protected Mono.CSharp.ResolveContext.Options flags;
- public readonly Mono.CSharp.IMemberContext MemberContext;
- public ResolveContext(Mono.CSharp.IMemberContext mc) { }
- public ResolveContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ResolveContext.Options options) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool ConstantCheckState { get { throw null; } }
- public virtual Mono.CSharp.ExplicitBlock ConstructorBlock { get { throw null; } }
- public Mono.CSharp.Iterator CurrentIterator { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsInProbingMode { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsRuntimeBinder { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public bool IsVariableCapturingRequired { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public bool HasAny(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public bool HasSet(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public bool MustCaptureVariable(Mono.CSharp.INamedBlockVariable local) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle Set(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle With(Mono.CSharp.ResolveContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AllCheckStateFlags = 3,
- BaseInitializer = 256,
- CatchScope = 8,
- CheckedScope = 1,
- CompoundAssignmentScope = 64,
- ConditionalAccessReceiver = 65536,
- ConstantCheckState = 2,
- ConstantScope = 1024,
- ConstructorScope = 2048,
- EnumScope = 512,
- ExpressionTreeConversion = 33554432,
- FieldInitializerScope = 32,
- FinallyScope = 16,
- FixedInitializerScope = 128,
- InferReturnType = 8388608,
- InvokeSpecialName = 67108864,
- LockScope = 8192,
- OmitDebuggingInfo = 16777216,
- ProbingMode = 4194304,
- TryScope = 16384,
- TryWithCatchScope = 32768,
- UnsafeScope = 4,
- UsingInitializerScope = 4096,
- }
- }
- [System.FlagsAttribute]
- public enum ResolveFlags
- {
- MaskExprClass = 15,
- MethodGroup = 4,
- Type = 2,
- TypeParameter = 8,
- VariableOrValue = 1,
- }
- public abstract partial class ResumableStatement : Mono.CSharp.Statement
- {
- protected System.Reflection.Emit.Label resume_point;
- protected ResumableStatement() { }
- public virtual void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- public virtual System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public System.Reflection.Emit.Label PrepareForEmit(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class Return : Mono.CSharp.ExitStatement
- {
- public Return(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } protected set { } }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ReturnParameter : Mono.CSharp.ParameterBase
- {
- public ReturnParameter(Mono.CSharp.MemberCore method, System.Reflection.Emit.MethodBuilder mb, Mono.CSharp.Location location) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- }
- public partial class RootContext
- {
- public RootContext() { }
- public static Mono.CSharp.ModuleContainer ToplevelTypes { get { throw null; } set { } }
- }
- public partial class RootNamespace : Mono.CSharp.Namespace
- {
- public RootNamespace(string alias_name) { }
- public string Alias { get { throw null; } }
- public static void Error_GlobalNamespaceRedefined(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.List<string> FindExtensionMethodNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public System.Collections.Generic.List<string> FindTypeNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void RegisterNamespace(Mono.CSharp.Namespace child) { }
- }
- public partial class RuntimeExplicitAssign : Mono.CSharp.Assign
- {
- public RuntimeExplicitAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class RuntimeValueExpression : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RuntimeValueExpression(System.Dynamic.DynamicMetaObject obj, Mono.CSharp.TypeSpec type) { }
- public bool IsSuggestionOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Dynamic.DynamicMetaObject MetaObject { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public enum RuntimeVersion
- {
- v1 = 0,
- v2 = 1,
- v4 = 2,
- }
- public partial class SByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly sbyte Value;
- public SByteConstant(Mono.CSharp.BuiltinTypes types, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public SByteConstant(Mono.CSharp.TypeSpec type, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SeekableStreamReader : System.IDisposable
- {
- public const int DefaultReadAheadSize = 2048;
- public SeekableStreamReader(System.IO.Stream stream, System.Text.Encoding encoding, char[] sharedBuffer=null) { }
- public int Position { get { throw null; } set { } }
- public void Dispose() { }
- public int Peek() { throw null; }
- public int Read() { throw null; }
- public char[] ReadChars(int fromPosition, int toPosition) { throw null; }
- }
- public abstract partial class ShimExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected ShimExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly short Value;
- public ShortConstant(Mono.CSharp.BuiltinTypes types, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ShortConstant(Mono.CSharp.TypeSpec type, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SideEffectConstant : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant value;
- public SideEffectConstant(Mono.CSharp.Constant value, Mono.CSharp.Expression side_effect, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class SimpleAssign : Mono.CSharp.Assign
- {
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class SimpleMemberName
- {
- public Mono.CSharp.Location Location;
- public string Value;
- public SimpleMemberName(string name, Mono.CSharp.Location loc) { }
- }
- public partial class SimpleName : Mono.CSharp.ATypeNameExpression
- {
- public SimpleName(string name, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, Mono.CSharp.TypeArguments args, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, int arity, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public void Error_NameDoesNotExist(Mono.CSharp.ResolveContext rc) { }
- protected virtual void Error_TypeOrNamespaceNotFound(Mono.CSharp.IMemberContext ctx) { }
- public Mono.CSharp.SimpleName GetMethodGroup() { throw null; }
- public bool IsPossibleTypeOrNamespace(Mono.CSharp.IMemberContext mc) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class SizeOf : Mono.CSharp.Expression
- {
- public SizeOf(Mono.CSharp.Expression queried_type, Mono.CSharp.Location l) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class SourceFile : System.IEquatable<Mono.CSharp.SourceFile>
- {
- public bool AutoGenerated;
- public readonly string FullPathName;
- public readonly int Index;
- public readonly string Name;
- public SourceFile(string name, string path, int index) { }
- public byte[] Checksum { get { throw null; } }
- public bool HasChecksum { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFileEntry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry CreateSymbolInfo(Mono.CompilerServices.SymbolWriter.MonoSymbolFile symwriter) { throw null; }
- public bool Equals(Mono.CSharp.SourceFile other) { throw null; }
- public bool IsHiddenLocation(Mono.CSharp.Location loc) { throw null; }
- public void RegisterHiddenScope(Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public void SetChecksum(byte[] checksum) { }
- public void SetChecksum(byte[] algorithmGuid, byte[] checksum) { }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum SpecialConstraint
- {
- Class = 8,
- Constructor = 4,
- None = 0,
- Struct = 16,
- }
- public partial class SpecialContraintExpr : Mono.CSharp.FullNamedExpression
- {
- public SpecialContraintExpr(Mono.CSharp.SpecialConstraint constraint, Mono.CSharp.Location loc) { }
- public Mono.CSharp.SpecialConstraint Constraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class StackAlloc : Mono.CSharp.Expression
- {
- public StackAlloc(Mono.CSharp.Expression type, Mono.CSharp.Expression count, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression CountExpression { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class StackFieldExpr : Mono.CSharp.FieldExpr, Mono.CSharp.IExpressionCleanup
- {
- public StackFieldExpr(Mono.CSharp.Field field) : base (default(Mono.CSharp.Location)) { }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- void Mono.CSharp.IExpressionCleanup.EmitCleanup(Mono.CSharp.EmitContext ec) { }
- public void PrepareCleanup(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class StateMachine : Mono.CSharp.AnonymousMethodStorey
- {
- protected StateMachine(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.ExplicitBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberBase), default(Mono.CSharp.TypeParameters), default(string), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.TypeParameters OriginalTypeParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Field PC { get { throw null; } }
- public Mono.CSharp.StateMachineMethod StateMachineMethod { get { throw null; } }
- public void AddEntryMethod(Mono.CSharp.StateMachineMethod method) { }
- protected override bool DoDefineMembers() { throw null; }
- protected override string GetVariableMangledName(Mono.CSharp.LocalVariable local_info) { throw null; }
- public enum State
- {
- After = -1,
- Running = -3,
- Start = 0,
- Uninitialized = -2,
- }
- }
- public abstract partial class StateMachineInitializer : Mono.CSharp.AnonymousExpression
- {
- protected System.Reflection.Emit.LocalBuilder current_pc;
- public readonly Mono.CSharp.TypeDefinition Host;
- protected System.Reflection.Emit.Label move_next_error;
- protected System.Reflection.Emit.Label move_next_ok;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected Mono.CSharp.StateMachine storey;
- protected StateMachineInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public System.Reflection.Emit.Label BodyEnd { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Reflection.Emit.LocalBuilder CurrentPC { get { throw null; } }
- public System.Reflection.Emit.LocalBuilder SkipFinally { get { throw null; } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt) { throw null; }
- protected virtual Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLeave(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- protected virtual void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public virtual void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- public void SetStateMachine(Mono.CSharp.StateMachine stateMachine) { }
- }
- public partial class StateMachineMethod : Mono.CSharp.Method
- {
- public StateMachineMethod(Mono.CSharp.StateMachine host, Mono.CSharp.StateMachineInitializer expr, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Block.Flags blockFlags) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- }
- public abstract partial class Statement
- {
- public Mono.CSharp.Location loc;
- protected bool reachable;
- protected Statement() { }
- public bool IsUnreachable { get { throw null; } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected void CheckExitBoundaries(Mono.CSharp.BlockContext bc, Mono.CSharp.Block scope) { }
- public Mono.CSharp.Statement Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected abstract void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target);
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected abstract void DoEmit(Mono.CSharp.EmitContext ec);
- protected abstract bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc);
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- protected void Error_FinallyClauseExit(Mono.CSharp.BlockContext bc) { }
- public bool FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public virtual Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public virtual bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementErrorExpression : Mono.CSharp.Statement
- {
- public StatementErrorExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementExpression : Mono.CSharp.Statement
- {
- public StatementExpression(Mono.CSharp.ExpressionStatement expr) { }
- public StatementExpression(Mono.CSharp.ExpressionStatement expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExpressionStatement Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StatementList : Mono.CSharp.Statement
- {
- public StatementList(Mono.CSharp.Statement first, Mono.CSharp.Statement second) { }
- public System.Collections.Generic.IList<Mono.CSharp.Statement> Statements { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Statement statement) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StreamReportPrinter : Mono.CSharp.ReportPrinter
- {
- public StreamReportPrinter(System.IO.TextWriter writer) { }
- public override void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- }
- public partial class StringConcat : Mono.CSharp.Expression
- {
- internal StringConcat() { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.StringConcat Create(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class StringConstant : Mono.CSharp.Constant
- {
- public StringConstant(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- protected StringConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public StringConstant(Mono.CSharp.TypeSpec type, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public string Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class StringLiteral : Mono.CSharp.StringConstant, Mono.CSharp.ILiteralConstant
- {
- public StringLiteral(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(string), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public sealed partial class Struct : Mono.CSharp.ClassOrStruct
- {
- public Struct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override bool IsUnmanagedType() { throw null; }
- public override void RegisterFieldForInitialization(Mono.CSharp.MemberCore field, Mono.CSharp.FieldInitializer expression) { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public abstract partial class StructuralVisitor
- {
- protected StructuralVisitor() { }
- public virtual object Visit(Mono.CSharp.AnonymousMethodExpression anonymousMethodExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Arglist argListExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArglistAccess argListAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayCreation arrayCreationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayInitializer arrayInitializer) { throw null; }
- public virtual object Visit(Mono.CSharp.As asExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Await awaitExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.BaseThis baseAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Binary binaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Block blockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockConstant blockConstantDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockVariable blockVariableDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BooleanExpression booleanExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Break breakStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Cast castExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Checked checkedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.CheckedExpr checkedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Class c) { }
- public virtual void Visit(Mono.CSharp.CompilationSourceFile csf) { }
- public virtual object Visit(Mono.CSharp.ComposedCast composedCast) { throw null; }
- public virtual object Visit(Mono.CSharp.CompoundAssign compoundAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.Conditional conditionalExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Const c) { }
- public virtual object Visit(Mono.CSharp.Constant constant) { throw null; }
- public virtual object Visit(Mono.CSharp.ConstInitializer constInitializer) { throw null; }
- public virtual void Visit(Mono.CSharp.Constructor c) { }
- public virtual object Visit(Mono.CSharp.Continue continueStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultParameterValueExpression defaultParameterValueExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultValueExpression defaultValueExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Delegate d) { }
- public virtual void Visit(Mono.CSharp.Destructor d) { }
- public virtual object Visit(Mono.CSharp.Do doStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.ElementAccess elementAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpression emptyExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpressionStatement emptyExpressionStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyStatement emptyStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Enum e) { }
- public virtual void Visit(Mono.CSharp.EnumMember em) { }
- public virtual object Visit(Mono.CSharp.ErrorExpression errorExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.EventField e) { }
- public virtual void Visit(Mono.CSharp.EventProperty ep) { }
- public virtual object Visit(Mono.CSharp.Expression expression) { throw null; }
- public virtual void Visit(Mono.CSharp.Field f) { }
- public virtual object Visit(Mono.CSharp.Fixed fixedStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.FixedField f) { }
- public virtual object Visit(Mono.CSharp.For forStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Foreach foreachStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Goto gotoStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoCase gotoCase) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoDefault gotoDefault) { throw null; }
- public virtual object Visit(Mono.CSharp.If ifStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Indexer i) { }
- public virtual object Visit(Mono.CSharp.Indirection indirectionExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Interface i) { }
- public virtual object Visit(Mono.CSharp.Invocation invocationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Is isExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.LabeledStatement labeledStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.LambdaExpression lambdaExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupBy groupBy) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupJoin groupJoin) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Join join) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Let let) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByAscending orderByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByDescending orderByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryExpression queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryStartClause queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Select select) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.SelectMany selectMany) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByAscending thenByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByDescending thenByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Where where) { throw null; }
- public virtual object Visit(Mono.CSharp.LocalVariableReference localVariableReference) { throw null; }
- public virtual object Visit(Mono.CSharp.Lock lockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.MakeRefExpr makeRefExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.MemberAccess memberAccess) { throw null; }
- public virtual void Visit(Mono.CSharp.MemberCore member) { }
- public virtual void Visit(Mono.CSharp.Method m) { }
- public virtual void Visit(Mono.CSharp.ModuleContainer module) { }
- public virtual void Visit(Mono.CSharp.NamespaceContainer ns) { }
- public virtual object Visit(Mono.CSharp.New newExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.NewAnonymousType newAnonymousType) { throw null; }
- public virtual object Visit(Mono.CSharp.NewInitialize newInitializeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Nullable.NullCoalescingOperator nullCoalescingOperator) { throw null; }
- public virtual void Visit(Mono.CSharp.Operator o) { }
- public virtual object Visit(Mono.CSharp.ParenthesizedExpression parenthesizedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Property p) { }
- public virtual object Visit(Mono.CSharp.QualifiedAliasMember qualifiedAliasMember) { throw null; }
- public virtual object Visit(Mono.CSharp.RefTypeExpr refTypeExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.RefValueExpr refValueExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.Return returnStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleAssign simpleAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleName simpleName) { throw null; }
- public virtual object Visit(Mono.CSharp.SizeOf sizeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StackAlloc stackAllocExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Statement stmt) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementErrorExpression errorStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementExpression statementExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementList statementList) { throw null; }
- public virtual void Visit(Mono.CSharp.Struct s) { }
- public virtual object Visit(Mono.CSharp.Switch switchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SwitchLabel switchLabel) { throw null; }
- public virtual object Visit(Mono.CSharp.This thisExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Throw throwStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryCatch tryCatchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryFinally tryFinallyStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeExpression typeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeOf typeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unary unaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.UnaryMutator unaryMutatorExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unchecked uncheckedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.UnCheckedExpr uncheckedExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unsafe unsafeStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Using usingStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.UsingAliasNamespace uan) { }
- public virtual void Visit(Mono.CSharp.UsingExternAlias uea) { }
- public virtual void Visit(Mono.CSharp.UsingNamespace un) { }
- public virtual object Visit(Mono.CSharp.While whileStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Yield yieldStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.YieldBreak yieldBreakStatement) { throw null; }
- }
- public partial class Switch : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression Expr;
- public Mono.CSharp.TypeSpec SwitchType;
- public Switch(Mono.CSharp.Expression e, Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.SwitchLabel ActiveLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.SwitchLabel DefaultLabel { get { throw null; } }
- public bool IsNullable { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SwitchLabel> RegisteredLabels { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public static Mono.CSharp.TypeSpec[] CreateSwitchUserTypes(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec nullable) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public Mono.CSharp.SwitchLabel FindLabel(Mono.CSharp.Constant value) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterGotoCase(Mono.CSharp.GotoCase gotoCase, Mono.CSharp.Constant value) { }
- public void RegisterLabel(Mono.CSharp.BlockContext rc, Mono.CSharp.SwitchLabel sl) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override void SetEndReachable() { }
- }
- public abstract partial class SwitchGoto : Mono.CSharp.Statement
- {
- protected Mono.CSharp.Switch switch_statement;
- protected bool unwind_protect;
- protected SwitchGoto(Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected void Error_GotoCaseRequiresSwitchBlock(Mono.CSharp.BlockContext bc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class SwitchLabel : Mono.CSharp.Statement
- {
- public SwitchLabel(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Constant Converted { get { throw null; } set { } }
- public bool IsDefault { get { throw null; } }
- public Mono.CSharp.Expression Label { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool SectionStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void Error_AlreadyOccurs(Mono.CSharp.ResolveContext ec, Mono.CSharp.SwitchLabel collision_with) { }
- public System.Reflection.Emit.Label GetILLabel(Mono.CSharp.EmitContext ec) { throw null; }
- public string GetSignatureForError() { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public enum Target
- {
- Exe = 1,
- Library = 0,
- Module = 2,
- WinExe = 3,
- }
- public partial class TemporaryVariableReference : Mono.CSharp.VariableReference
- {
- public TemporaryVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public Mono.CSharp.LocalVariable LocalInfo { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public static Mono.CSharp.TemporaryVariableReference Create(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source) { }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public partial class Declarator : Mono.CSharp.Statement
- {
- public Declarator(Mono.CSharp.TemporaryVariableReference variable) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- }
- public partial class This : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.VariableInfo variable_info;
- public This(Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- protected virtual void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public static bool IsThisAvailable(Mono.CSharp.ResolveContext ec, bool ignoreAnonymous) { throw null; }
- public virtual void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- public override void SetHasAddressTaken() { }
- }
- public partial class Throw : Mono.CSharp.Statement
- {
- public Throw(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Tokenizer
- {
- public bool CompleteOnEOF;
- public const int DocumentationXref = 1048579;
- public const int EvalCompilationUnitParserCharacter = 1048577;
- public const int EvalStatementParserCharacter = 1048576;
- public const int EvalUsingDeclarationsParserCharacter = 1048578;
- public const int MaxIdentifierLength = 512;
- public const int MaxNumberLength = 512;
- public bool parsing_attribute_section;
- public int parsing_block;
- public int parsing_declaration;
- public bool parsing_generic_declaration;
- public bool parsing_generic_declaration_doc;
- public bool parsing_modifiers;
- public int parsing_type;
- public Tokenizer(Mono.CSharp.SeekableStreamReader input, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session, Mono.CSharp.Report report) { }
- public bool ConstraintsParsing { get { throw null; } set { } }
- public Mono.CSharp.XmlCommentState doc_state { get { throw null; } set { } }
- public bool EventParsing { get { throw null; } set { } }
- public int Line { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PropertyParsing { get { throw null; } set { } }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public void check_incorrect_doc_comment() { }
- public void cleanup() { }
- public string consume_doc_comment() { throw null; }
- public void DiscardPosition() { }
- public bool IsEscapedIdentifier(Mono.CSharp.ATypeNameExpression name) { throw null; }
- public static bool IsKeyword(string s) { throw null; }
- public static bool IsValidIdentifier(string s) { throw null; }
- public int peek_token() { throw null; }
- public void PopPosition() { }
- public void PushPosition() { }
- public void putback(int c) { }
- public int token() { throw null; }
- public object value() { throw null; }
- public int xtoken() { throw null; }
- public partial class LocatedTokenBuffer
- {
- public int pos;
- public LocatedTokenBuffer() { }
- public LocatedTokenBuffer(Mono.CSharp.LocatedToken[] buffer) { }
- public Mono.CSharp.LocatedToken Create(Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- public Mono.CSharp.LocatedToken Create(string value, Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void CreateOptional(Mono.CSharp.SourceFile file, int row, int col, ref object token) { }
- }
- public enum PreprocessorDirective
- {
- CustomArgumentsParsing = 1024,
- Define = 2055,
- Elif = 2053,
- Else = 6,
- Endif = 4,
- Endregion = 2,
- Error = 9,
- If = 2051,
- Invalid = 0,
- Line = 1036,
- Pragma = 1035,
- Region = 1,
- RequiresArgument = 2048,
- Undef = 2056,
- Warning = 10,
- }
- }
- public partial class ToplevelBlock : Mono.CSharp.ParametersBlock
- {
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public bool IsIterator { get { throw null; } set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.ExplicitBlock> ThisReferencesFromChildrenBlock { get { throw null; } }
- public Mono.CSharp.LocalVariable ThisVariable { get { throw null; } }
- public void AddLabel(string name, Mono.CSharp.LabeledStatement label) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li, bool ignoreChildrenBlocks) { }
- public void AddThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void AddThisVariable(Mono.CSharp.BlockContext bc) { }
- public override void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Arguments GetAllParametersArguments() { throw null; }
- public bool GetLocalName(string name, Mono.CSharp.Block block, ref Mono.CSharp.INamedBlockVariable variable) { throw null; }
- public void IncludeBlock(Mono.CSharp.ParametersBlock pb, Mono.CSharp.ToplevelBlock block) { }
- public void RemoveThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public bool Resolve(Mono.CSharp.BlockContext bc, Mono.CSharp.IMethodData md) { throw null; }
- }
- public partial class TryCatch : Mono.CSharp.ExceptionStatement
- {
- public Mono.CSharp.Block Block;
- public TryCatch(Mono.CSharp.Block block, System.Collections.Generic.List<Mono.CSharp.Catch> catch_clauses, Mono.CSharp.Location l, bool inside_try_finally) : base (default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.Catch> Clauses { get { throw null; } }
- public bool IsTryCatchFinally { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TryFinally : Mono.CSharp.TryFinallyBlock
- {
- public TryFinally(Mono.CSharp.Statement stmt, Mono.CSharp.ExplicitBlock fini, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.ExplicitBlock FinallyBlock { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- public static System.Reflection.Emit.Label EmitRedirectedJump(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, System.Reflection.Emit.Label label, Mono.CSharp.Block labelBlock) { throw null; }
- public static System.Reflection.Emit.Label EmitRedirectedReturn(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer) { throw null; }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterForControlExitCheck(Mono.CSharp.DefiniteAssignmentBitSet vector) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public abstract partial class TryFinallyBlock : Mono.CSharp.ExceptionStatement
- {
- protected Mono.CSharp.Statement stmt;
- protected TryFinallyBlock(Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected virtual bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract void EmitFinallyBody(Mono.CSharp.EmitContext ec);
- public override void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- protected abstract void EmitTryBody(Mono.CSharp.EmitContext ec);
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TypeArguments
- {
- public TypeArguments(params Mono.CSharp.FullNamedExpression[] types) { }
- public Mono.CSharp.TypeSpec[] Arguments { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public void Add(Mono.CSharp.FullNamedExpression type) { }
- public Mono.CSharp.TypeArguments Clone() { throw null; }
- public string GetSignatureForError() { throw null; }
- public virtual bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- }
- public abstract partial class TypeCast : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Expression child;
- protected TypeCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public abstract partial class TypeContainer : Mono.CSharp.MemberCore
- {
- protected System.Collections.Generic.List<Mono.CSharp.TypeContainer> containers;
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> defined_names;
- protected bool is_defined;
- public readonly Mono.CSharp.MemberKind Kind;
- protected TypeContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.IList<Mono.CSharp.TypeContainer> Containers { get { throw null; } }
- public int CounterAnonymousContainers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterAnonymousMethods { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterSwitchTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> DefinedNames { get { throw null; } }
- public Mono.CSharp.TypeDefinition PartialContainer { get { throw null; } protected set { } }
- public Mono.CSharp.Attributes UnattachedAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddCompilerGeneratedClass(Mono.CSharp.CompilerGeneratedContainer c) { }
- public virtual void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- protected void AddPartial(Mono.CSharp.TypeDefinition next_part, Mono.CSharp.TypeDefinition existing) { }
- public virtual void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected virtual void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public virtual void CloseContainer() { }
- public virtual bool CreateContainer() { throw null; }
- public virtual void CreateMetadataName(System.Text.StringBuilder sb) { }
- public override bool Define() { throw null; }
- public virtual bool DefineContainer() { throw null; }
- protected virtual void DefineNamespace() { }
- protected virtual void DoDefineContainer() { }
- public virtual void EmitContainer() { }
- protected void Error_MissingPartialModifier(Mono.CSharp.MemberCore type) { }
- public virtual void ExpandBaseInterfaces() { }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForMetadata() { throw null; }
- public virtual void PrepareEmit() { }
- public virtual void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- public virtual void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public abstract partial class TypeDefinition : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public int AnonymousMethodsCounter;
- protected Mono.CSharp.TypeSpec base_type;
- public const string DefaultIndexerName = "Item";
- public int DynamicSitesCounter;
- protected Mono.CSharp.FieldBase first_nonstatic_field;
- protected bool has_static_constructor;
- protected Mono.CSharp.TypeSpec[] iface_exprs;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_fields;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_static_fields;
- public int MethodGroupsCounter;
- protected bool requires_delayed_unmanagedtype_check;
- protected Mono.CSharp.TypeSpec spec;
- public System.Reflection.Emit.TypeBuilder TypeBuilder;
- protected System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> type_bases;
- protected TypeDefinition(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> BaseTypeExpressions { get { throw null; } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public Mono.CSharp.TypeSpec Definition { get { throw null; } }
- public override string DocComment { get { throw null; } set { } }
- public override string DocCommentHeader { get { throw null; } }
- public bool HasEquals { get { throw null; } }
- public bool HasExplicitLayout { get { throw null; } set { } }
- public bool HasGetHashCode { get { throw null; } }
- public bool HasInstanceConstructor { get { throw null; } set { } }
- public bool HasMembersDefined { get { throw null; } }
- public bool HasOperators { get { throw null; } set { } }
- public bool HasStaticFieldInitializer { get { throw null; } set { } }
- public bool HasStructLayout { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec[] Interfaces { get { throw null; } }
- public bool IsComImport { get { throw null; } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsPartial { get { throw null; } }
- public bool IsTopLevel { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.MemberCore> Members { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- string Mono.CSharp.ITypeDefinition.Namespace { get { throw null; } }
- Mono.CSharp.TypeParameterSpec[] Mono.CSharp.ITypeDefinition.TypeParameters { get { throw null; } }
- public Mono.CSharp.PendingImplementation PendingImplementations { get { throw null; } }
- public Mono.CSharp.Arguments PrimaryConstructorBaseArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Location PrimaryConstructorBaseArgumentsStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersCompiled PrimaryConstructorParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected virtual System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeParameters TypeParametersAll { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddConstructor(Mono.CSharp.Constructor c) { }
- public void AddConstructor(Mono.CSharp.Constructor c, bool isDefault) { }
- public bool AddField(Mono.CSharp.FieldBase field) { throw null; }
- public void AddIndexer(Mono.CSharp.Indexer i) { }
- public void AddMember(Mono.CSharp.MemberCore symbol) { }
- public virtual void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public void AddOperator(Mono.CSharp.Operator op) { }
- public void AddPartialPart(Mono.CSharp.TypeDefinition part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected override void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public override bool CreateContainer() { throw null; }
- public Mono.CSharp.MethodSpec CreateHoistedBaseCallProxy(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- public override void CreateMetadataName(System.Text.StringBuilder sb) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder CreateMethodSymbolEntry() { throw null; }
- public sealed override bool Define() { throw null; }
- protected bool DefineBaseTypes() { throw null; }
- protected override void DoDefineContainer() { }
- protected virtual bool DoDefineMembers() { throw null; }
- public void DoExpandBaseInterfaces() { }
- protected virtual bool DoResolveTypeParameters() { throw null; }
- public override void Emit() { }
- public sealed override void EmitContainer() { }
- public override void ExpandBaseInterfaces() { }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public bool IsBaseTypeDefinition(Mono.CSharp.TypeSpec baseType) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public virtual bool IsUnmanagedType() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void Mark_HasEquals() { }
- public void Mark_HasGetHashCode() { }
- public bool MethodModifiersValid(Mono.CSharp.MemberCore mc) { throw null; }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override void PrepareEmit() { }
- public virtual void RegisterFieldForInitialization(Mono.CSharp.MemberCore field, Mono.CSharp.FieldInitializer expression) { }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected virtual Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public void ResolveFieldInitializers(Mono.CSharp.BlockContext ec) { }
- public virtual void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- public void SetPredefinedSpec(Mono.CSharp.BuiltinTypeSpec spec) { }
- protected override bool VerifyClsCompliance() { throw null; }
- public bool VerifyImplements(Mono.CSharp.InterfaceMemberBase mb) { throw null; }
- public override void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct BaseContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public BaseContext(Mono.CSharp.TypeContainer tc) { throw null;}
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public abstract partial class TypeExpr : Mono.CSharp.FullNamedExpression
- {
- protected TypeExpr() { }
- protected sealed override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public sealed override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class TypeExpression : Mono.CSharp.TypeExpr
- {
- public TypeExpression(Mono.CSharp.TypeSpec t, Mono.CSharp.Location l) { }
- public sealed override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class TypeInferenceContext
- {
- public TypeInferenceContext() { }
- public TypeInferenceContext(Mono.CSharp.TypeSpec[] typeArguments) { }
- public Mono.CSharp.TypeSpec[] InferredTypeArguments { get { throw null; } }
- public bool UnfixedVariableExists { get { throw null; } }
- public void AddCommonTypeBound(Mono.CSharp.TypeSpec type) { }
- public void AddCommonTypeBoundAsync(Mono.CSharp.TypeSpec type) { }
- public int ExactInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public bool FixAllTypes(Mono.CSharp.ResolveContext ec) { throw null; }
- public bool FixDependentTypes(Mono.CSharp.ResolveContext ec, ref bool fixed_any) { throw null; }
- public bool FixIndependentTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec[] methodParameters, ref bool fixed_any) { throw null; }
- public bool FixType(Mono.CSharp.ResolveContext ec, int i) { throw null; }
- public bool HasBounds(int pos) { throw null; }
- public Mono.CSharp.TypeSpec InflateGenericArgument(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec parameter) { throw null; }
- public bool IsReturnTypeNonDependent(Mono.CSharp.MethodSpec invoke, Mono.CSharp.TypeSpec returnType) { throw null; }
- public int LowerBoundInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public int OutputTypeInference(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.TypeSpec t) { throw null; }
- protected enum BoundKind
- {
- Exact = 0,
- Lower = 1,
- Upper = 2,
- }
- }
- public partial class TypeInfo
- {
- internal TypeInfo() { }
- public readonly bool IsStruct;
- public readonly int Length;
- public readonly int Offset;
- public Mono.CSharp.TypeInfo[] SubStructInfo;
- public readonly int TotalLength;
- public int GetFieldIndex(string name) { throw null; }
- public Mono.CSharp.TypeInfo GetStructField(string name) { throw null; }
- public static Mono.CSharp.TypeInfo GetTypeInfo(Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.VariableInfo vi, Mono.CSharp.Location loc) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- }
- public partial class TypeOf : Mono.CSharp.Expression
- {
- public TypeOf(Mono.CSharp.FullNamedExpression queried_type, Mono.CSharp.Location l) { }
- public TypeOf(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeArgument { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class TypeParameter : Mono.CSharp.MemberCore, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public TypeParameter(Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.VarianceDecl variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec parentSpec, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(int index, Mono.CSharp.MemberName name, Mono.CSharp.Constraints constraints, Mono.CSharp.Attributes attrs, Mono.CSharp.Variance Variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Constraints Constraints { get { throw null; } set { } }
- public Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsMethodTypeParameter { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec Type { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public Mono.CSharp.VarianceDecl VarianceDecl { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool AddPartialConstraints(Mono.CSharp.TypeDefinition part, Mono.CSharp.TypeParameter tp) { throw null; }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public void CheckGenericConstraints(bool obsoleteCheck) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeContainer parent) { }
- public Mono.CSharp.TypeParameter CreateHoistedCopy(Mono.CSharp.TypeSpec declaringSpec) { throw null; }
- public override bool Define() { throw null; }
- public void Define(Mono.CSharp.TypeParameter tp) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder type) { }
- public override void Emit() { }
- public void EmitConstraints(System.Reflection.Emit.GenericTypeParameterBuilder builder) { }
- public void ErrorInvalidVariance(Mono.CSharp.IMemberContext mc, Mono.CSharp.Variance expected) { }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public bool ResolveConstraints(Mono.CSharp.IMemberContext context) { throw null; }
- public new void VerifyClsCompliance() { }
- public void WarningParentNameConflict(Mono.CSharp.TypeParameter conflict) { }
- }
- public partial class TypeParameterExpr : Mono.CSharp.TypeExpression
- {
- public TypeParameterExpr(Mono.CSharp.TypeParameter type_parameter, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeParameterInflator
- {
- public TypeParameterInflator(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec type, Mono.CSharp.TypeParameterSpec[] tparams, Mono.CSharp.TypeSpec[] targs) { throw null;}
- public TypeParameterInflator(Mono.CSharp.TypeParameterInflator nested, Mono.CSharp.TypeSpec type) { throw null;}
- public Mono.CSharp.IModuleContext Context { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeInstance { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class TypeParameterMutator
- {
- public TypeParameterMutator(Mono.CSharp.TypeParameters mvar, Mono.CSharp.TypeParameters var) { }
- public TypeParameterMutator(Mono.CSharp.TypeParameterSpec[] srcVar, Mono.CSharp.TypeParameters destVar) { }
- public Mono.CSharp.TypeParameters MethodTypeParameters { get { throw null; } }
- public static Mono.CSharp.TypeSpec GetMemberDeclaringType(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterSpec Mutate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeSpec ts) { throw null; }
- public Mono.CSharp.TypeSpec[] Mutate(Mono.CSharp.TypeSpec[] targs) { throw null; }
- }
- public partial class TypeParameters
- {
- public TypeParameters() { }
- public TypeParameters(int count) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeParameter this[int index] { get { throw null; } set { } }
- public Mono.CSharp.TypeParameterSpec[] Types { get { throw null; } }
- public void Add(Mono.CSharp.TypeParameter tparam) { }
- public void Add(Mono.CSharp.TypeParameters tparams) { }
- public void CheckPartialConstraints(Mono.CSharp.Method part) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, int parentOffset, Mono.CSharp.TypeContainer parent) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder[] builders) { }
- public Mono.CSharp.TypeParameter Find(string name) { throw null; }
- public string[] GetAllNames() { throw null; }
- public string GetSignatureForError() { throw null; }
- public void UpdateConstraints(Mono.CSharp.TypeDefinition part) { }
- public void VerifyClsCompliance() { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{DisplayDebugInfo()}")]
- public partial class TypeParameterSpec : Mono.CSharp.TypeSpec
- {
- public static readonly new Mono.CSharp.TypeParameterSpec[] EmptyTypes;
- public TypeParameterSpec(Mono.CSharp.TypeSpec declaringType, int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public TypeParameterSpec(int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public int DeclaredPosition { get { throw null; } set { } }
- public bool HasAnyTypeConstraint { get { throw null; } }
- public bool HasSpecialClass { get { throw null; } }
- public bool HasSpecialConstructor { get { throw null; } }
- public bool HasSpecialStruct { get { throw null; } }
- public bool HasTypeConstraint { get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public Mono.CSharp.TypeSpec[] InterfacesDefined { get { throw null; } set { } }
- public bool IsConstrained { get { throw null; } }
- public bool IsMethodOwned { get { throw null; } }
- public bool IsReferenceType { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.SpecialConstraint SpecialConstraint { get { throw null; } set { } }
- public new Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } set { } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public string DisplayDebugInfo() { throw null; }
- public Mono.CSharp.TypeSpec GetEffectiveBase() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool HasAnyTypeParameterConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public static bool HasAnyTypeParameterTypeConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public bool HasDependencyOn(Mono.CSharp.TypeSpec type) { throw null; }
- public bool HasSameConstraintsDefinition(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public bool HasSameConstraintsImplementation(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public void InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec tps) { }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec[] tparams) { throw null; }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints<T>(Mono.CSharp.TypeParameterSpec[] tparams, System.Func<T, Mono.CSharp.TypeParameterInflator> inflatorFactory, T arg) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- public bool IsConvertibleToInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- public partial class TypeSpec : Mono.CSharp.MemberSpec
- {
- protected Mono.CSharp.MemberCache cache;
- public static readonly Mono.CSharp.TypeSpec[] EmptyTypes;
- protected System.Collections.Generic.IList<Mono.CSharp.TypeSpec> ifaces;
- protected System.Type info;
- public TypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.ITypeDefinition definition, System.Type info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec BaseType { get { throw null; } set { } }
- public virtual Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public bool HasDynamicElement { get { throw null; } }
- public virtual System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } set { } }
- public bool IsArray { get { throw null; } }
- public virtual bool IsArrayGenericInterface { get { throw null; } set { } }
- public bool IsAttribute { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsConstantCompatible { get { throw null; } }
- public bool IsDelegate { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public virtual bool IsExpressionTreeType { get { throw null; } set { } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsGenericParameter { get { throw null; } }
- public virtual bool IsGenericTask { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsNullableType { get { throw null; } set { } }
- public bool IsPointer { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSpecialRuntimeType { get { throw null; } set { } }
- public bool IsStruct { get { throw null; } }
- public bool IsStructOrEnum { get { throw null; } }
- public bool IsTypeBuilder { get { throw null; } }
- public bool IsUnmanaged { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } set { } }
- public Mono.CSharp.MemberCache MemberCacheTypes { get { throw null; } }
- public new Mono.CSharp.ITypeDefinition MemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public virtual bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public bool AddInterfaceDefined(Mono.CSharp.TypeSpec iface) { throw null; }
- public static Mono.CSharp.TypeSpec[] GetAllTypeArguments(Mono.CSharp.TypeSpec type) { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public string GetExplicitNameSignatureForDocumentation() { throw null; }
- public virtual System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForErrorIncludingAssemblyName() { throw null; }
- protected virtual string GetTypeNameSignature() { throw null; }
- public bool ImplementsInterface(Mono.CSharp.TypeSpec iface, bool variantly) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected virtual void InitializeMemberCache(bool onlyTypes) { }
- public static bool IsBaseClass(Mono.CSharp.TypeSpec type, Mono.CSharp.TypeSpec baseClass, bool dynamicIsObject) { throw null; }
- public static bool IsNonNullableValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsReferenceType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public Mono.CSharp.InflatedTypeSpec MakeGenericType(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec[] targs) { throw null; }
- public virtual Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public void SetExtensionMethodContainer() { }
- public void SetMetaInfo(System.Type info) { }
- public void UpdateInflatedInstancesBaseType() { }
- }
- public partial class UIntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly uint Value;
- public UIntConstant(Mono.CSharp.BuiltinTypes types, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UIntConstant(Mono.CSharp.TypeSpec type, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class UIntLiteral : Mono.CSharp.UIntConstant, Mono.CSharp.ILiteralConstant
- {
- public UIntLiteral(Mono.CSharp.BuiltinTypes types, uint l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(uint), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ULongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ulong Value;
- public ULongConstant(Mono.CSharp.BuiltinTypes types, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ULongConstant(Mono.CSharp.TypeSpec type, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class ULongLiteral : Mono.CSharp.ULongConstant, Mono.CSharp.ILiteralConstant
- {
- public ULongLiteral(Mono.CSharp.BuiltinTypes types, ulong l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(ulong), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Unary : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public readonly Mono.CSharp.Unary.Operator Oper;
- public Unary(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[][] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.TypeSpec type) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public static void Error_Ambiguous(Mono.CSharp.ResolveContext rc, string oper, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.Unary.Operator oper) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- public enum Operator : byte
- {
- AddressOf = (byte)4,
- LogicalNot = (byte)2,
- OnesComplement = (byte)3,
- TOP = (byte)5,
- UnaryNegation = (byte)1,
- UnaryPlus = (byte)0,
- }
- }
- public partial class UnaryMutator : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression expr;
- public UnaryMutator(Mono.CSharp.UnaryMutator.Mode m, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.UnaryMutator.Mode UnaryMutatorMode { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected Mono.CSharp.Expression DoResolveOperation(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected virtual void EmitOperation(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.UnaryMutator.Mode oper) { throw null; }
- [System.FlagsAttribute]
- public enum Mode : byte
- {
- IsDecrement = (byte)1,
- IsIncrement = (byte)0,
- IsPost = (byte)2,
- IsPre = (byte)0,
- PostDecrement = (byte)3,
- PostIncrement = (byte)2,
- PreDecrement = (byte)1,
- PreIncrement = (byte)0,
- }
- }
- public partial class UnboundTypeArguments : Mono.CSharp.TypeArguments
- {
- public UnboundTypeArguments(int arity) : base (default(Mono.CSharp.FullNamedExpression[])) { }
- public override bool IsEmpty { get { throw null; } }
- public override bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- }
- public partial class UnboxCast : Mono.CSharp.TypeCast
- {
- public UnboxCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Unchecked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unchecked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UnCheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public UnCheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Undo
- {
- public Undo() { }
- public void AddTypeContainer(Mono.CSharp.TypeContainer current_container, Mono.CSharp.TypeDefinition tc) { }
- public void ExecuteUndo() { }
- }
- public partial class UnixUtils
- {
- public UnixUtils() { }
- public static bool isatty(int fd) { throw null; }
- }
- public partial class UnreachableExpression : Mono.CSharp.Expression
- {
- public UnreachableExpression(Mono.CSharp.Expression expr) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unsafe : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unsafe(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UserCast : Mono.CSharp.Expression
- {
- public UserCast(Mono.CSharp.MethodSpec method, Mono.CSharp.Expression source, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Source { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UserOperatorCall : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Arguments arguments;
- protected readonly Mono.CSharp.MethodSpec oper;
- public UserOperatorCall(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments args, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext context, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ushort Value;
- public UShortConstant(Mono.CSharp.BuiltinTypes types, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UShortConstant(Mono.CSharp.TypeSpec type, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Using : Mono.CSharp.TryFinallyBlock
- {
- public Using(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Using(Mono.CSharp.Using.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public bool IsNested { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected virtual void CheckIDiposableConversion(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- protected virtual Mono.CSharp.Statement CreateDisposeCall(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable lv) { throw null; }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ResolveDeclaratorInitializer(Mono.CSharp.BlockContext bc) { }
- public Mono.CSharp.Expression ResolveExpression(Mono.CSharp.BlockContext bc) { throw null; }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- public Mono.CSharp.Statement RewriteUsingDeclarators(Mono.CSharp.BlockContext bc, Mono.CSharp.Statement stmt) { throw null; }
- }
- }
- public partial class UsingAliasNamespace : Mono.CSharp.UsingNamespace
- {
- public UsingAliasNamespace(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AliasContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public AliasContext(Mono.CSharp.NamespaceContainer ns) { throw null;}
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.TypeSpec extensionType, string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class UsingExternAlias : Mono.CSharp.UsingAliasNamespace
- {
- public UsingExternAlias(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.Location loc) : base (default(Mono.CSharp.SimpleMemberName), default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingNamespace
- {
- protected Mono.CSharp.FullNamedExpression resolved;
- public UsingNamespace(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) { }
- public virtual Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression NamespaceExpression { get { throw null; } }
- public Mono.CSharp.FullNamedExpression ResolvedExpression { get { throw null; } }
- public virtual void Define(Mono.CSharp.NamespaceContainer ctx) { }
- public string GetSignatureForError() { throw null; }
- public override string ToString() { throw null; }
- }
- public delegate void ValueModificationHandler(string variableName, int row, int column, object value);
- public partial class VariableInfo
- {
- internal VariableInfo() { }
- public bool IsParameter;
- public bool IsEverAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable variable) { throw null; }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.Parameter parameter) { throw null; }
- public Mono.CSharp.VariableInfo GetStructFieldInfo(string fieldName) { throw null; }
- public bool IsAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc) { throw null; }
- public bool IsStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { throw null; }
- public void SetAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, bool generatedAssignment) { }
- public void SetStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class VariableReference : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected VariableReference() { }
- public abstract bool IsFixed { get; }
- public bool IsHoisted { get { throw null; } }
- public abstract bool IsLockedByStatement { get; set; }
- public abstract bool IsRef { get; }
- public abstract string Name { get; }
- protected abstract Mono.CSharp.ILocalVariable Variable { get; }
- public abstract Mono.CSharp.VariableInfo VariableInfo { get; }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool prepare_for_load) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae);
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract void SetHasAddressTaken();
- }
- public enum Variance
- {
- Contravariant = -1,
- Covariant = 1,
- None = 0,
- }
- public partial class VarianceDecl
- {
- public VarianceDecl(Mono.CSharp.Variance variance, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Variance Variance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static Mono.CSharp.Variance CheckTypeVariance(Mono.CSharp.TypeSpec t, Mono.CSharp.Variance expected, Mono.CSharp.IMemberContext member) { throw null; }
- }
- public partial class WarningRegions
- {
- public WarningRegions() { }
- public bool IsWarningEnabled(int code, int src_line) { throw null; }
- public void WarningDisable(Mono.CSharp.Location location, int code, Mono.CSharp.Report Report) { }
- public void WarningDisable(int line) { }
- public void WarningEnable(Mono.CSharp.Location location, int code, Mono.CSharp.CompilerContext context) { }
- public void WarningEnable(int line) { }
- }
- public partial class While : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public While(Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Statement statement, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- }
- public enum XmlCommentState
- {
- Allowed = 0,
- Error = 2,
- NotAllowed = 1,
- }
- public partial class Yield : Mono.CSharp.YieldStatement<Mono.CSharp.Iterator>
- {
- public Yield(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public static bool CheckContext(Mono.CSharp.BlockContext bc, Mono.CSharp.Location loc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class YieldBreak : Mono.CSharp.ExitStatement
- {
- public YieldBreak(Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public abstract partial class YieldStatement<T> : Mono.CSharp.ResumableStatement where T : Mono.CSharp.StateMachineInitializer
- {
- protected Mono.CSharp.Expression expr;
- protected T machine_initializer;
- protected bool unwind_protect;
- protected YieldStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void RegisterResumePoint() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
-}
-namespace Mono.CSharp.Linq
-{
- public abstract partial class AQueryClause : Mono.CSharp.ShimExpression
- {
- public Mono.CSharp.Linq.QueryBlock block;
- public Mono.CSharp.Linq.AQueryClause next;
- protected AQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- protected abstract string MethodName { get; }
- public Mono.CSharp.Linq.AQueryClause Next { set { } }
- public Mono.CSharp.Linq.AQueryClause Tail { get { throw null; } }
- public virtual Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected virtual void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- protected virtual Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected Mono.CSharp.Invocation CreateQueryExpression(Mono.CSharp.Expression lSide, Mono.CSharp.Arguments arguments) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected partial class QueryExpressionAccess : Mono.CSharp.MemberAccess
- {
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- protected override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- }
- protected partial class QueryExpressionInvocation : Mono.CSharp.Invocation, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- public QueryExpressionInvocation(Mono.CSharp.Linq.AQueryClause.QueryExpressionAccess expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- }
- public abstract partial class ARangeVariableQueryClause : Mono.CSharp.Linq.AQueryClause
- {
- protected Mono.CSharp.Linq.RangeVariable identifier;
- protected ARangeVariableQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.RangeVariable Identifier { get { throw null; } }
- public Mono.CSharp.FullNamedExpression IdentifierType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected Mono.CSharp.Invocation CreateCastExpression(Mono.CSharp.Expression lSide) { throw null; }
- protected override Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected static Mono.CSharp.Expression CreateRangeVariableType(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter parameter, Mono.CSharp.Linq.RangeVariable name, Mono.CSharp.Expression init) { throw null; }
- protected virtual Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class GroupBy : Mono.CSharp.Linq.AQueryClause
- {
- public GroupBy(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression elementSelector, Mono.CSharp.Linq.QueryBlock elementBlock, Mono.CSharp.Expression keySelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Expression SelectorExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class GroupJoin : Mono.CSharp.Linq.Join
- {
- public GroupJoin(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Linq.RangeVariable into, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class Join : Mono.CSharp.Linq.SelectMany
- {
- public Join(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.QueryBlock InnerSelector { get { throw null; } }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Linq.QueryBlock OuterSelector { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class Let : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public Let(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class OrderByAscending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class OrderByDescending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class QueryBlock : Mono.CSharp.ParametersBlock
- {
- public QueryBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public void AddRangeVariable(Mono.CSharp.Linq.RangeVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public override void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void SetParameter(Mono.CSharp.Parameter parameter) { }
- public void SetParameters(Mono.CSharp.Parameter first, Mono.CSharp.Parameter second) { }
- public sealed partial class TransparentParameter : Mono.CSharp.ImplicitLambdaParameter
- {
- public static int Counter;
- public readonly string Identifier;
- public readonly Mono.CSharp.Parameter Parent;
- public TransparentParameter(Mono.CSharp.Parameter parent, Mono.CSharp.Linq.RangeVariable identifier) : base (default(string), default(Mono.CSharp.Location)) { }
- public static void Reset() { }
- }
- }
- public partial class QueryExpression : Mono.CSharp.Linq.AQueryClause
- {
- public QueryExpression(Mono.CSharp.Linq.AQueryClause start) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parentParameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class QueryStartClause : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public QueryStartClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public sealed partial class RangeVariable : Mono.CSharp.INamedBlockVariable
- {
- public RangeVariable(string name, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Block Block { get { throw null; } set { } }
- public bool IsDeclared { get { throw null; } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- public partial class Select : Mono.CSharp.Linq.AQueryClause
- {
- public Select(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public bool IsRequired(Mono.CSharp.Parameter parameter) { throw null; }
- }
- public partial class SelectMany : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public SelectMany(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class ThenByAscending : Mono.CSharp.Linq.OrderByAscending
- {
- public ThenByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ThenByDescending : Mono.CSharp.Linq.OrderByDescending
- {
- public ThenByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Where : Mono.CSharp.Linq.AQueryClause
- {
- public Where(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
-}
-namespace Mono.CSharp.Nullable
-{
- public partial class LiftedConversion : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Expression unwrap, Mono.CSharp.TypeSpec type) { }
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Nullable.Unwrap unwrap, Mono.CSharp.TypeSpec type) { }
- public override bool IsNull { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class LiftedNull : Mono.CSharp.NullConstant, Mono.CSharp.IMemoryLocation
- {
- internal LiftedNull() : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- public static Mono.CSharp.Constant Create(Mono.CSharp.TypeSpec nullable, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Constant CreateFromExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression e) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class LiftedUnaryOperator : Mono.CSharp.Unary, Mono.CSharp.IMemoryLocation
- {
- public LiftedUnaryOperator(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected override Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class NullableType : Mono.CSharp.TypeExpr
- {
- public NullableType(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class NullCoalescingOperator : Mono.CSharp.Expression
- {
- public NullCoalescingOperator(Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public Mono.CSharp.Expression RightExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unwrap : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public Unwrap(Mono.CSharp.Expression expr, bool useDefaultValue=true) { }
- public override bool IsNull { get { throw null; } }
- public Mono.CSharp.Expression Original { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr) { throw null; }
- public static Mono.CSharp.Nullable.Unwrap Create(Mono.CSharp.Expression expr, bool useDefaultValue) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.Expression CreateUnwrapped(Mono.CSharp.Expression expr) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCheck(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public void Load(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public partial class UnwrapCall : Mono.CSharp.CompositeExpression
- {
- public UnwrapCall(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Wrap : Mono.CSharp.TypeCast
- {
- internal Wrap() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
-}
diff --git a/src/v4.0/Mono.Cairo.cs b/src/v4.0/Mono.Cairo.cs
deleted file mode 100644
index 0a1a7bc..0000000
--- a/src/v4.0/Mono.Cairo.cs
+++ /dev/null
@@ -1,729 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Cairo
-{
- [System.SerializableAttribute]
- public enum Antialias
- {
- Default = 0,
- Gray = 2,
- None = 1,
- Subpixel = 3,
- }
- public static partial class CairoAPI
- {
- public static int Version { get { throw null; } }
- public static string VersionString { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Color
- {
- public Color(double r, double g, double b) { throw null;}
- public Color(double r, double g, double b, double a) { throw null;}
- public double A { get { throw null; } set { } }
- public double B { get { throw null; } set { } }
- public double G { get { throw null; } set { } }
- public double R { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Content
- {
- Alpha = 8192,
- Color = 4096,
- ColorAlpha = 12288,
- }
- public partial class Context : System.IDisposable
- {
- public Context(Cairo.Surface surface) { }
- [System.ObsoleteAttribute]
- public Context(System.IntPtr state) { }
- public Context(System.IntPtr handle, bool owner) { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetSourceColor method")]
- public Cairo.Color Color { set { } }
- [System.ObsoleteAttribute("Use SetSourceRGBA method")]
- public Cairo.Color ColorRgb { set { } }
- [System.ObsoleteAttribute("Use GetFontFace/SetFontFace")]
- public Cairo.FontFace ContextFontFace { get { throw null; } set { } }
- public Cairo.PointD CurrentPoint { get { throw null; } }
- public Cairo.FillRule FillRule { get { throw null; } set { } }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } set { } }
- public Cairo.FontOptions FontOptions { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public double FontSize { set { } }
- [System.ObsoleteAttribute("Use GetGroupTarget()")]
- public Cairo.Surface GroupTarget { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool HasCurrentPoint { get { throw null; } }
- public Cairo.LineCap LineCap { get { throw null; } set { } }
- public Cairo.LineJoin LineJoin { get { throw null; } set { } }
- public double LineWidth { get { throw null; } set { } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public double MiterLimit { get { throw null; } set { } }
- public Cairo.Operator Operator { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/GetSource")]
- public Cairo.Pattern Pattern { get { throw null; } set { } }
- public uint ReferenceCount { get { throw null; } }
- [System.ObsoleteAttribute("Use GetScaledFont/SetScaledFont")]
- public Cairo.ScaledFont ScaledFont { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/GetSource")]
- public Cairo.Pattern Source { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use GetTarget/SetTarget")]
- public Cairo.Surface Target { get { throw null; } set { } }
- public double Tolerance { get { throw null; } set { } }
- public void AppendPath(Cairo.Path path) { }
- public void Arc(double xc, double yc, double radius, double angle1, double angle2) { }
- public void ArcNegative(double xc, double yc, double radius, double angle1, double angle2) { }
- public void Clip() { }
- public void ClipPreserve() { }
- public void ClosePath() { }
- public void CopyPage() { }
- public Cairo.Path CopyPath() { throw null; }
- public Cairo.Path CopyPathFlat() { throw null; }
- public void CurveTo(Cairo.PointD p1, Cairo.PointD p2, Cairo.PointD p3) { }
- public void CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) { }
- public void DeviceToUser(ref double x, ref double y) { }
- public void DeviceToUserDistance(ref double dx, ref double dy) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Fill() { }
- public Cairo.Rectangle FillExtents() { throw null; }
- public void FillPreserve() { }
- ~Context() { }
- [System.ObsoleteAttribute("Use SelectFontFace() instead.")]
- public void FontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public void FontSetSize(double scale) { }
- public Cairo.FontFace GetContextFontFace() { throw null; }
- public Cairo.Surface GetGroupTarget() { throw null; }
- public Cairo.ScaledFont GetScaledFont() { throw null; }
- public Cairo.Pattern GetSource() { throw null; }
- public Cairo.Surface GetTarget() { throw null; }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- public void GlyphPath(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use GlyphPath(Glyphs []) instead")]
- public void GlyphPath(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void IdentityMatrix() { }
- public bool InClip(double x, double y) { throw null; }
- public bool InFill(double x, double y) { throw null; }
- public bool InStroke(double x, double y) { throw null; }
- [System.ObsoleteAttribute("Use DeviceToUserDistance instead")]
- public void InverseTransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use InverseTransformPoint instead")]
- public void InverseTransformPoint(ref double x, ref double y) { }
- public void LineTo(Cairo.PointD p) { }
- public void LineTo(double x, double y) { }
- public void Mask(Cairo.Pattern pattern) { }
- public void MaskSurface(Cairo.Surface surface, double surface_x, double surface_y) { }
- public void MoveTo(Cairo.PointD p) { }
- public void MoveTo(double x, double y) { }
- public void NewPath() { }
- public void NewSubPath() { }
- public void Paint() { }
- public void PaintWithAlpha(double alpha) { }
- public Cairo.Pattern PopGroup() { throw null; }
- public void PopGroupToSource() { }
- public void PushGroup() { }
- public void PushGroup(Cairo.Content content) { }
- public void Rectangle(Cairo.PointD p, double width, double height) { }
- public void Rectangle(Cairo.Rectangle rectangle) { }
- public void Rectangle(double x, double y, double width, double height) { }
- public void RelCurveTo(Cairo.Distance d1, Cairo.Distance d2, Cairo.Distance d3) { }
- public void RelCurveTo(double dx1, double dy1, double dx2, double dy2, double dx3, double dy3) { }
- public void RelLineTo(Cairo.Distance d) { }
- public void RelLineTo(double dx, double dy) { }
- public void RelMoveTo(Cairo.Distance d) { }
- public void RelMoveTo(double dx, double dy) { }
- public void ResetClip() { }
- public void Restore() { }
- public void Rotate(double angle) { }
- public void Save() { }
- public void Scale(double sx, double sy) { }
- public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- public void SetContextFontFace(Cairo.FontFace value) { }
- public void SetDash(double[] dashes, double offset) { }
- public void SetFontSize(double scale) { }
- public void SetScaledFont(Cairo.ScaledFont font) { }
- public void SetSource(Cairo.Pattern source) { }
- public void SetSource(Cairo.Surface source) { }
- public void SetSource(Cairo.Surface source, double x, double y) { }
- public void SetSourceColor(Cairo.Color color) { }
- public void SetSourceRGB(double r, double g, double b) { }
- public void SetSourceRGBA(double r, double g, double b, double a) { }
- public void SetSourceSurface(Cairo.Surface source, int x, int y) { }
- public void SetTarget(Cairo.Surface target) { }
- public void ShowGlyphs(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use ShowGlyphs(Glyphs []) instead")]
- public void ShowGlyphs(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void ShowPage() { }
- public void ShowText(byte[] utf8) { }
- public void ShowText(string str) { }
- public void Stroke() { }
- public Cairo.Rectangle StrokeExtents() { throw null; }
- public void StrokePreserve() { }
- public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; }
- public Cairo.TextExtents TextExtents(string s) { throw null; }
- public void TextPath(byte[] utf8) { }
- public void TextPath(string str) { }
- public void Transform(Cairo.Matrix m) { }
- [System.ObsoleteAttribute("Use UserToDeviceDistance instead")]
- public void TransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use UserToDevice instead")]
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- public void UserToDevice(ref double x, ref double y) { }
- public void UserToDeviceDistance(ref double dx, ref double dy) { }
- }
- public partial class DirectFBSurface : Cairo.Surface
- {
- public DirectFBSurface(System.IntPtr dfb, System.IntPtr dfb_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Distance
- {
- public Distance(double dx, double dy) { throw null;}
- public double Dx { get { throw null; } set { } }
- public double Dy { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Extend
- {
- None = 0,
- Pad = 3,
- Reflect = 2,
- Repeat = 1,
- }
- [System.SerializableAttribute]
- public enum FillRule
- {
- EvenOdd = 1,
- Winding = 0,
- }
- [System.SerializableAttribute]
- public enum Filter
- {
- Best = 2,
- Bilinear = 4,
- Fast = 0,
- Gaussian = 5,
- Good = 1,
- Nearest = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FontExtents
- {
- public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAdvance) { throw null;}
- public double Ascent { get { throw null; } set { } }
- public double Descent { get { throw null; } set { } }
- public double Height { get { throw null; } set { } }
- public double MaxXAdvance { get { throw null; } set { } }
- public double MaxYAdvance { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- }
- public partial class FontFace : System.IDisposable
- {
- [System.ObsoleteAttribute]
- public FontFace(System.IntPtr handle) { }
- public FontFace(System.IntPtr handle, bool owned) { }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~FontFace() { }
- }
- public partial class FontOptions : System.IDisposable
- {
- public FontOptions() { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.HintMetrics HintMetrics { get { throw null; } set { } }
- public Cairo.HintStyle HintStyle { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SubpixelOrder SubpixelOrder { get { throw null; } set { } }
- public Cairo.FontOptions Copy() { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object other) { throw null; }
- ~FontOptions() { }
- public override int GetHashCode() { throw null; }
- public void Merge(Cairo.FontOptions other) { }
- public static bool operator ==(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- public static bool operator !=(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- }
- [System.SerializableAttribute]
- public enum FontSlant
- {
- Italic = 1,
- Normal = 0,
- Oblique = 2,
- }
- [System.SerializableAttribute]
- public enum FontType
- {
- Atsui = 3,
- FreeType = 1,
- Toy = 0,
- Win32 = 2,
- }
- [System.SerializableAttribute]
- public enum FontWeight
- {
- Bold = 1,
- Normal = 0,
- }
- [System.SerializableAttribute]
- public enum Format
- {
- A1 = 3,
- A8 = 2,
- Argb32 = 0,
- ARGB32 = 0,
- Rgb16565 = 4,
- Rgb24 = 1,
- RGB24 = 1,
- }
- public partial class GlitzSurface : Cairo.Surface
- {
- public GlitzSurface(System.IntPtr glitz_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Glyph
- {
- public Glyph(long index, double x, double y) { throw null;}
- public long Index { get { throw null; } set { } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- public static bool operator !=(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- }
- public partial class Gradient : Cairo.Pattern
- {
- [System.ObsoleteAttribute]
- protected Gradient() { }
- protected Gradient(System.IntPtr handle, bool owned) { }
- public int ColorStopCount { get { throw null; } }
- public Cairo.Status AddColorStop(double offset, Cairo.Color c) { throw null; }
- public Cairo.Status AddColorStopRgb(double offset, Cairo.Color c) { throw null; }
- }
- [System.ObsoleteAttribute("Renamed Cairo.Context per suggestion from cairo binding guidelines.")]
- public partial class Graphics : Cairo.Context
- {
- public Graphics(Cairo.Surface surface) : base (default(Cairo.Surface)) { }
- public Graphics(System.IntPtr state) : base (default(Cairo.Surface)) { }
- }
- [System.SerializableAttribute]
- public enum HintMetrics
- {
- Default = 0,
- Off = 1,
- On = 2,
- }
- [System.SerializableAttribute]
- public enum HintStyle
- {
- Default = 0,
- Full = 4,
- Medium = 3,
- None = 1,
- Slight = 2,
- }
- public partial class ImageSurface : Cairo.Surface
- {
- public ImageSurface(Cairo.Format format, int width, int height) { }
- public ImageSurface(byte[] data, Cairo.Format format, int width, int height, int stride) { }
- [System.ObsoleteAttribute("Use ImageSurface (byte[] data, Cairo.Format format, int width, int height, int stride)")]
- public ImageSurface(ref byte[] data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(System.IntPtr data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(string filename) { }
- public byte[] Data { get { throw null; } }
- public System.IntPtr DataPtr { get { throw null; } }
- public Cairo.Format Format { get { throw null; } }
- public int Height { get { throw null; } }
- public int Stride { get { throw null; } }
- public int Width { get { throw null; } }
- }
- public partial class LinearGradient : Cairo.Gradient
- {
- public LinearGradient(double x0, double y0, double x1, double y1) { }
- public Cairo.PointD[] LinearPoints { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum LineCap
- {
- Butt = 0,
- Round = 1,
- Square = 2,
- }
- [System.SerializableAttribute]
- public enum LineJoin
- {
- Bevel = 2,
- Miter = 0,
- Round = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Matrix : System.ICloneable
- {
- public double X0;
- public double Xx;
- public double Xy;
- public double Y0;
- public double Yx;
- public double Yy;
- public Matrix() { }
- public Matrix(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public void Init(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public void InitIdentity() { }
- public void InitRotate(double radians) { }
- public void InitScale(double sx, double sy) { }
- public void InitTranslate(double tx, double ty) { }
- public Cairo.Status Invert() { throw null; }
- public bool IsIdentity() { throw null; }
- public void Multiply(Cairo.Matrix b) { }
- public static Cairo.Matrix Multiply(Cairo.Matrix a, Cairo.Matrix b) { throw null; }
- public static bool operator ==(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public static bool operator !=(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public void Rotate(double radians) { }
- public void Scale(double sx, double sy) { }
- public override string ToString() { throw null; }
- public void TransformDistance(ref double dx, ref double dy) { }
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- }
- [System.SerializableAttribute]
- public enum Operator
- {
- Add = 12,
- Atop = 5,
- Clear = 0,
- Dest = 6,
- DestAtop = 10,
- DestIn = 8,
- DestOut = 9,
- DestOver = 7,
- In = 3,
- Out = 4,
- Over = 2,
- Saturate = 13,
- Source = 1,
- Xor = 11,
- }
- public partial class Path : System.IDisposable
- {
- internal Path() { }
- public System.IntPtr Handle { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Path() { }
- }
- public partial class Pattern : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected System.IntPtr pattern;
- [System.ObsoleteAttribute]
- protected Pattern() { }
- [System.ObsoleteAttribute("Use the SurfacePattern constructor")]
- public Pattern(Cairo.Surface surface) { }
- public Cairo.Extend Extend { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public Cairo.PatternType PatternType { get { throw null; } }
- [System.ObsoleteAttribute]
- public System.IntPtr Pointer { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Pattern() { }
- public static Cairo.Pattern Lookup(System.IntPtr pattern, bool owner) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- [System.SerializableAttribute]
- public enum PatternType
- {
- Linear = 2,
- Radial = 3,
- Solid = 0,
- Surface = 1,
- }
- public partial class PdfSurface : Cairo.Surface
- {
- public PdfSurface(string filename, double width, double height) { }
- public void SetSize(double width, double height) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Point
- {
- public Point(int x, int y) { throw null;}
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct PointD
- {
- public PointD(double x, double y) { throw null;}
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- }
- public partial class PSSurface : Cairo.Surface
- {
- public PSSurface(string filename, double width, double height) { }
- public void BeginPageSetup() { }
- public void BeginSetup() { }
- public void DscComment(string comment) { }
- public void SetSize(double width, double height) { }
- }
- public partial class RadialGradient : Cairo.Gradient
- {
- public RadialGradient(double cx0, double cy0, double radius0, double cx1, double cy1, double radius1) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rectangle
- {
- public Rectangle(Cairo.Point point, double width, double height) { throw null;}
- public Rectangle(double x, double y, double width, double height) { throw null;}
- public double Height { get { throw null; } }
- public double Width { get { throw null; } }
- public double X { get { throw null; } }
- public double Y { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public static bool operator !=(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RectangleInt
- {
- public int Height;
- public int Width;
- public int X;
- public int Y;
- }
- public partial class Region : System.IDisposable
- {
- public Region() { }
- public Region(Cairo.RectangleInt rect) { }
- public Region(Cairo.RectangleInt[] rects) { }
- [System.ObsoleteAttribute]
- public Region(System.IntPtr handle) { }
- public Region(System.IntPtr handle, bool owned) { }
- public Cairo.RectangleInt Extents { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public int NumRectangles { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.RegionOverlap ContainsPoint(Cairo.RectangleInt rectangle) { throw null; }
- public bool ContainsPoint(int x, int y) { throw null; }
- public Cairo.Region Copy() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object obj) { throw null; }
- ~Region() { }
- public override int GetHashCode() { throw null; }
- public Cairo.RectangleInt GetRectangle(int nth) { throw null; }
- public Cairo.Status Intersect(Cairo.Region other) { throw null; }
- public Cairo.Status IntersectRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Subtract(Cairo.Region other) { throw null; }
- public Cairo.Status SubtractRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public void Translate(int dx, int dy) { }
- public Cairo.Status Union(Cairo.Region other) { throw null; }
- public Cairo.Status UnionRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Xor(Cairo.Region other) { throw null; }
- public Cairo.Status XorRectangle(Cairo.RectangleInt rectangle) { throw null; }
- }
- public enum RegionOverlap
- {
- In = 0,
- Out = 1,
- Part = 2,
- }
- public partial class ScaledFont : System.IDisposable
- {
- protected System.IntPtr handle;
- public ScaledFont(Cairo.FontFace fontFace, Cairo.Matrix matrix, Cairo.Matrix ctm, Cairo.FontOptions options) { }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~ScaledFont() { }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- public partial class SolidPattern : Cairo.Pattern
- {
- public SolidPattern(Cairo.Color color) { }
- public SolidPattern(Cairo.Color color, bool solid) { }
- public SolidPattern(double r, double g, double b) { }
- public SolidPattern(double r, double g, double b, double a) { }
- public Cairo.Color Color { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum Status
- {
- ClipNotRepresentable = 22,
- FileNotFound = 18,
- InvalidContent = 15,
- InvalidDash = 19,
- InvalidDscComment = 20,
- InvalidFormat = 16,
- InvalidIndex = 21,
- InvalidMatrix = 5,
- InvalidPathData = 9,
- InvalidPopGroup = 3,
- InvalidRestore = 2,
- InvalidStatus = 6,
- InvalidString = 8,
- InvalidVisual = 17,
- NoCurrentPoint = 4,
- NoMemory = 1,
- NullPointer = 7,
- PatternTypeMismatch = 14,
- ReadError = 10,
- Success = 0,
- SurfaceFinished = 12,
- SurfaceTypeMismatch = 13,
- WriteError = 11,
- }
- [System.SerializableAttribute]
- public enum SubpixelOrder
- {
- Bgr = 2,
- Default = 0,
- Rgb = 1,
- Vbgr = 4,
- Vrgb = 3,
- }
- public partial class Surface : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected static System.Collections.Hashtable surfaces;
- [System.ObsoleteAttribute]
- protected Surface() { }
- [System.ObsoleteAttribute]
- protected Surface(System.IntPtr ptr) { }
- protected Surface(System.IntPtr handle, bool owner) { }
- public Cairo.Content Content { get { throw null; } }
- public Cairo.PointD DeviceOffset { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- [System.ObsoleteAttribute("Use Handle instead.")]
- public System.IntPtr Pointer { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SurfaceType SurfaceType { get { throw null; } }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(Cairo.Format format, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(ref byte[] data, Cairo.Format format, int width, int height, int stride) { throw null; }
- public Cairo.Surface CreateSimilar(Cairo.Content content, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Surface() { }
- public Cairo.Status Finish() { throw null; }
- public void Flush() { }
- public static Cairo.Surface Lookup(System.IntPtr surface, bool owned) { throw null; }
- public void MarkDirty() { }
- public void MarkDirty(Cairo.Rectangle rectangle) { }
- public void SetFallbackResolution(double x, double y) { }
- public void Show(Cairo.Context gr, double x, double y) { }
- public void WriteToPng(string filename) { }
- }
- public partial class SurfacePattern : Cairo.Pattern
- {
- public SurfacePattern(Cairo.Surface surface) { }
- public new Cairo.Extend Extend { get { throw null; } set { } }
- public Cairo.Filter Filter { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum SurfaceType
- {
- BeOS = 8,
- DirectFB = 9,
- Glitz = 5,
- Image = 0,
- Pdf = 1,
- PS = 2,
- Quartz = 6,
- Svg = 10,
- Win32 = 7,
- Xcb = 4,
- Xlib = 3,
- }
- public partial class SvgSurface : Cairo.Surface
- {
- public SvgSurface(string filename, double width, double height) { }
- public void RestrictToVersion(Cairo.SvgVersion version) { }
- }
- [System.SerializableAttribute]
- public enum SvgVersion
- {
- OnePointOne = 0,
- OnePointTwo = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TextExtents
- {
- public double Height { get { throw null; } set { } }
- public double Width { get { throw null; } set { } }
- public double XAdvance { get { throw null; } set { } }
- public double XBearing { get { throw null; } set { } }
- public double YAdvance { get { throw null; } set { } }
- public double YBearing { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- }
- public partial class Win32Surface : Cairo.Surface
- {
- public Win32Surface(System.IntPtr hdc) { }
- }
- public partial class XcbSurface : Cairo.Surface
- {
- public XcbSurface(System.IntPtr connection, uint drawable, System.IntPtr visual, int width, int height) { }
- public static Cairo.XcbSurface FromBitmap(System.IntPtr connection, uint bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetSize(int width, int height) { }
- }
- public partial class XlibSurface : Cairo.Surface
- {
- public XlibSurface(System.IntPtr ptr, bool own) { }
- public XlibSurface(System.IntPtr display, System.IntPtr drawable, System.IntPtr visual, int width, int height) { }
- public int Depth { get { throw null; } }
- public System.IntPtr Display { get { throw null; } }
- public System.IntPtr Drawable { get { throw null; } }
- public int Height { get { throw null; } }
- public System.IntPtr Screen { get { throw null; } }
- public System.IntPtr Visual { get { throw null; } }
- public int Width { get { throw null; } }
- public static Cairo.XlibSurface FromBitmap(System.IntPtr display, System.IntPtr bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetDrawable(System.IntPtr drawable, int width, int height) { }
- public void SetSize(int width, int height) { }
- }
-}
diff --git a/src/v4.0/Mono.Cecil.cs b/src/v4.0/Mono.Cecil.cs
deleted file mode 100644
index e1e3435..0000000
--- a/src/v4.0/Mono.Cecil.cs
+++ /dev/null
@@ -1,2297 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.9.5.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2011 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.9.5.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Mdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Pdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Rocks, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Runtime.InteropServices.GuidAttribute("fd225bb4-fa53-44b2-a6db-85f5e48dcb54")]
-namespace Mono.Cecil
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ArrayDimension
- {
- public ArrayDimension(System.Nullable<int> lowerBound, System.Nullable<int> upperBound) { throw null;}
- public bool IsSized { get { throw null; } }
- public System.Nullable<int> LowerBound { get { throw null; } set { } }
- public System.Nullable<int> UpperBound { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public sealed partial class ArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public ArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public int SizeParameterIndex { get { throw null; } set { } }
- public int SizeParameterMultiplier { get { throw null; } set { } }
- }
- public sealed partial class ArrayType : Mono.Cecil.TypeSpecification
- {
- public ArrayType(Mono.Cecil.TypeReference type) { }
- public ArrayType(Mono.Cecil.TypeReference type, int rank) { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ArrayDimension> Dimensions { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override bool IsArray { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public bool IsVector { get { throw null; } }
- public override string Name { get { throw null; } }
- public int Rank { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum AssemblyAttributes : uint
- {
- DisableJITCompileOptimizer = (uint)16384,
- EnableJITCompileTracking = (uint)32768,
- PublicKey = (uint)1,
- Retargetable = (uint)256,
- SideBySideCompatible = (uint)0,
- WindowsRuntime = (uint)512,
- }
- public sealed partial class AssemblyDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- internal AssemblyDefinition() { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.ModuleDefinition MainModule { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleDefinition> Modules { get { throw null; } }
- public Mono.Cecil.AssemblyNameDefinition Name { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public override string ToString() { throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum AssemblyHashAlgorithm : uint
- {
- None = (uint)0,
- Reserved = (uint)32771,
- SHA1 = (uint)32772,
- }
- public sealed partial class AssemblyLinkedResource : Mono.Cecil.Resource
- {
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference Assembly { get { throw null; } set { } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- public sealed partial class AssemblyNameDefinition : Mono.Cecil.AssemblyNameReference
- {
- public AssemblyNameDefinition(string name, System.Version version) : base (default(string), default(System.Version)) { }
- public override byte[] Hash { get { throw null; } }
- }
- public partial class AssemblyNameReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public AssemblyNameReference(string name, System.Version version) { }
- public Mono.Cecil.AssemblyAttributes Attributes { get { throw null; } set { } }
- public string Culture { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public virtual byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.AssemblyHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public bool HasPublicKey { get { throw null; } set { } }
- public bool IsRetargetable { get { throw null; } set { } }
- public bool IsSideBySideCompatible { get { throw null; } set { } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public byte[] PublicKey { get { throw null; } set { } }
- public byte[] PublicKeyToken { get { throw null; } set { } }
- public System.Version Version { get { throw null; } set { } }
- public static Mono.Cecil.AssemblyNameReference Parse(string fullName) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class AssemblyResolutionException : System.IO.FileNotFoundException
- {
- public AssemblyResolutionException(Mono.Cecil.AssemblyNameReference reference) { }
- protected AssemblyResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public sealed partial class AssemblyResolveEventArgs : System.EventArgs
- {
- public AssemblyResolveEventArgs(Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public delegate Mono.Cecil.AssemblyDefinition AssemblyResolveEventHandler(object sender, Mono.Cecil.AssemblyNameReference reference);
- public abstract partial class BaseAssemblyResolver : Mono.Cecil.IAssemblyResolver
- {
- protected BaseAssemblyResolver() { }
- public event Mono.Cecil.AssemblyResolveEventHandler ResolveFailure { add { } remove { } }
- public void AddSearchDirectory(string directory) { }
- public string[] GetSearchDirectories() { throw null; }
- public void RemoveSearchDirectory(string directory) { }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- }
- public sealed partial class ByReferenceType : Mono.Cecil.TypeSpecification
- {
- public ByReferenceType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsByReference { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- public sealed partial class CallSite : Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public CallSite(Mono.Cecil.TypeReference returnType) { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public sealed partial class CustomAttribute : Mono.Cecil.ICustomAttribute
- {
- public CustomAttribute(Mono.Cecil.MethodReference constructor) { }
- public CustomAttribute(Mono.Cecil.MethodReference constructor, byte[] blob) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } }
- public Mono.Cecil.MethodReference Constructor { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeArgument> ConstructorArguments { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasConstructorArguments { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool IsResolved { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeArgument
- {
- public CustomAttributeArgument(Mono.Cecil.TypeReference type, object value) { throw null;}
- public Mono.Cecil.TypeReference Type { get { throw null; } }
- public object Value { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgument
- {
- public CustomAttributeNamedArgument(string name, Mono.Cecil.CustomAttributeArgument argument) { throw null;}
- public Mono.Cecil.CustomAttributeArgument Argument { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public sealed partial class CustomMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public CustomMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public string Cookie { get { throw null; } set { } }
- public System.Guid Guid { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ManagedType { get { throw null; } set { } }
- public string UnmanagedType { get { throw null; } set { } }
- }
- public partial class DefaultAssemblyResolver : Mono.Cecil.BaseAssemblyResolver
- {
- public DefaultAssemblyResolver() { }
- protected void RegisterAssembly(Mono.Cecil.AssemblyDefinition assembly) { }
- public override Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- }
- public sealed partial class EmbeddedResource : Mono.Cecil.Resource
- {
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, byte[] data) { }
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, System.IO.Stream stream) { }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- public byte[] GetResourceData() { throw null; }
- public System.IO.Stream GetResourceStream() { throw null; }
- }
- [System.FlagsAttribute]
- public enum EventAttributes : ushort
- {
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- }
- public sealed partial class EventDefinition : Mono.Cecil.EventReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public EventDefinition(string name, Mono.Cecil.EventAttributes attributes, Mono.Cecil.TypeReference eventType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodDefinition AddMethod { get { throw null; } set { } }
- public Mono.Cecil.EventAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasOtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition InvokeMethod { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition RemoveMethod { get { throw null; } set { } }
- public override Mono.Cecil.EventDefinition Resolve() { throw null; }
- }
- public abstract partial class EventReference : Mono.Cecil.MemberReference
- {
- protected EventReference(string name, Mono.Cecil.TypeReference eventType) { }
- public Mono.Cecil.TypeReference EventType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public abstract Mono.Cecil.EventDefinition Resolve();
- }
- public partial class ExportedType : Mono.Cecil.IMetadataTokenProvider
- {
- public ExportedType(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ExportedType DeclaringType { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public int Identifier { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsForwarder { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public Mono.Cecil.TypeDefinition Resolve() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum FieldAttributes : ushort
- {
- Assembly = (ushort)3,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- FieldAccessMask = (ushort)7,
- HasDefault = (ushort)32768,
- HasFieldMarshal = (ushort)4096,
- HasFieldRVA = (ushort)256,
- InitOnly = (ushort)32,
- Literal = (ushort)64,
- NotSerialized = (ushort)128,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Static = (ushort)16,
- }
- public sealed partial class FieldDefinition : Mono.Cecil.FieldReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public FieldDefinition(string name, Mono.Cecil.FieldAttributes attributes, Mono.Cecil.TypeReference fieldType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.FieldAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMarshalInfo { get { throw null; } }
- public byte[] InitialValue { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsInitOnly { get { throw null; } set { } }
- public bool IsLiteral { get { throw null; } set { } }
- public bool IsNotSerialized { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public override Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public partial class FieldReference : Mono.Cecil.MemberReference
- {
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType) { }
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType, Mono.Cecil.TypeReference declaringType) { }
- public Mono.Cecil.TypeReference FieldType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public sealed partial class FixedArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FixedSysStringMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedSysStringMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FunctionPointerType : Mono.Cecil.TypeSpecification, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public FunctionPointerType() { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsFunctionPointer { get { throw null; } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public sealed partial class GenericInstanceMethod : Mono.Cecil.MethodSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceMethod(Mono.Cecil.MethodReference method) { }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericInstanceType : Mono.Cecil.TypeSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceType(Mono.Cecil.TypeReference type) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericParameter : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericParameter(Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public GenericParameter(int position, Mono.Cecil.GenericParameterType type, Mono.Cecil.ModuleDefinition module) : base (default(string), default(string)) { }
- public GenericParameter(string name, Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public Mono.Cecil.GenericParameterAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Constraints { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodReference DeclaringMethod { get { throw null; } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasConstraints { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefaultConstructorConstraint { get { throw null; } set { } }
- public bool HasNotNullableValueTypeConstraint { get { throw null; } set { } }
- public bool HasReferenceTypeConstraint { get { throw null; } set { } }
- public bool IsContravariant { get { throw null; } set { } }
- public bool IsCovariant { get { throw null; } set { } }
- public override bool IsGenericParameter { get { throw null; } }
- public bool IsNonVariant { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IGenericParameterProvider Owner { get { throw null; } }
- public int Position { get { throw null; } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public Mono.Cecil.GenericParameterType Type { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum GenericParameterAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstraint = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public enum GenericParameterType
- {
- Method = 1,
- Type = 0,
- }
- public partial interface IAssemblyResolver
- {
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name);
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters);
- }
- public partial interface IConstantProvider : Mono.Cecil.IMetadataTokenProvider
- {
- object Constant { get; set; }
- bool HasConstant { get; set; }
- }
- public partial interface ICustomAttribute
- {
- Mono.Cecil.TypeReference AttributeType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get; }
- bool HasFields { get; }
- bool HasProperties { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get; }
- }
- public partial interface ICustomAttributeProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get; }
- bool HasCustomAttributes { get; }
- }
- public partial interface IGenericInstance : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get; }
- bool HasGenericArguments { get; }
- }
- public partial interface IGenericParameterProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get; }
- Mono.Cecil.GenericParameterType GenericParameterType { get; }
- bool HasGenericParameters { get; }
- bool IsDefinition { get; }
- Mono.Cecil.ModuleDefinition Module { get; }
- }
- public partial interface IMarshalInfoProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasMarshalInfo { get; }
- Mono.Cecil.MarshalInfo MarshalInfo { get; set; }
- }
- public partial interface IMemberDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.TypeDefinition DeclaringType { get; set; }
- string FullName { get; }
- bool IsRuntimeSpecialName { get; set; }
- bool IsSpecialName { get; set; }
- string Name { get; set; }
- }
- public partial interface IMetadataResolver
- {
- Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field);
- Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method);
- Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type);
- }
- public partial interface IMetadataScope : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MetadataScopeType MetadataScopeType { get; }
- string Name { get; set; }
- }
- public partial interface IMetadataTokenProvider
- {
- Mono.Cecil.MetadataToken MetadataToken { get; set; }
- }
- public partial interface IMethodSignature : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MethodCallingConvention CallingConvention { get; set; }
- bool ExplicitThis { get; set; }
- bool HasParameters { get; }
- bool HasThis { get; set; }
- Mono.Cecil.MethodReturnType MethodReturnType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- Mono.Cecil.TypeReference ReturnType { get; set; }
- }
- public partial interface IModifierType
- {
- Mono.Cecil.TypeReference ElementType { get; }
- Mono.Cecil.TypeReference ModifierType { get; }
- }
- public partial interface ISecurityDeclarationProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasSecurityDeclarations { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get; }
- }
- public sealed partial class LinkedResource : Mono.Cecil.Resource
- {
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, string file) { }
- public string File { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ManifestResourceAttributes : uint
- {
- Private = (uint)2,
- Public = (uint)1,
- VisibilityMask = (uint)7,
- }
- public partial class MarshalInfo
- {
- public MarshalInfo(Mono.Cecil.NativeType native) { }
- public Mono.Cecil.NativeType NativeType { get { throw null; } set { } }
- }
- public abstract partial class MemberReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal MemberReference() { }
- public virtual Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public abstract string FullName { get; }
- public virtual bool IsDefinition { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public virtual Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public virtual string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class MetadataResolver : Mono.Cecil.IMetadataResolver
- {
- public MetadataResolver(Mono.Cecil.IAssemblyResolver assemblyResolver) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public static Mono.Cecil.MethodDefinition GetMethod(Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> methods, Mono.Cecil.MethodReference reference) { throw null; }
- public virtual Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field) { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method) { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type) { throw null; }
- }
- public enum MetadataScopeType
- {
- AssemblyNameReference = 0,
- ModuleDefinition = 2,
- ModuleReference = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MetadataToken
- {
- public static readonly Mono.Cecil.MetadataToken Zero;
- public MetadataToken(Mono.Cecil.TokenType type) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, int rid) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, uint rid) { throw null;}
- public MetadataToken(uint token) { throw null;}
- public uint RID { get { throw null; } }
- public Mono.Cecil.TokenType TokenType { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public static bool operator !=(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public int ToInt32() { throw null; }
- public override string ToString() { throw null; }
- public uint ToUInt32() { throw null; }
- }
- public enum MetadataType : byte
- {
- Array = (byte)20,
- Boolean = (byte)2,
- ByReference = (byte)16,
- Byte = (byte)5,
- Char = (byte)3,
- Class = (byte)18,
- Double = (byte)13,
- FunctionPointer = (byte)27,
- GenericInstance = (byte)21,
- Int16 = (byte)6,
- Int32 = (byte)8,
- Int64 = (byte)10,
- IntPtr = (byte)24,
- MVar = (byte)30,
- Object = (byte)28,
- OptionalModifier = (byte)32,
- Pinned = (byte)69,
- Pointer = (byte)15,
- RequiredModifier = (byte)31,
- SByte = (byte)4,
- Sentinel = (byte)65,
- Single = (byte)12,
- String = (byte)14,
- TypedByReference = (byte)22,
- UInt16 = (byte)7,
- UInt32 = (byte)9,
- UInt64 = (byte)11,
- UIntPtr = (byte)25,
- ValueType = (byte)17,
- Var = (byte)19,
- Void = (byte)1,
- }
- [System.FlagsAttribute]
- public enum MethodAttributes : ushort
- {
- Abstract = (ushort)1024,
- Assembly = (ushort)3,
- CheckAccessOnOverride = (ushort)512,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- Final = (ushort)32,
- HasSecurity = (ushort)16384,
- HideBySig = (ushort)128,
- MemberAccessMask = (ushort)7,
- NewSlot = (ushort)256,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RequireSecObject = (ushort)32768,
- ReuseSlot = (ushort)0,
- RTSpecialName = (ushort)4096,
- SpecialName = (ushort)2048,
- Static = (ushort)16,
- UnmanagedExport = (ushort)8,
- Virtual = (ushort)64,
- VtableLayoutMask = (ushort)256,
- }
- public enum MethodCallingConvention : byte
- {
- C = (byte)1,
- Default = (byte)0,
- FastCall = (byte)4,
- Generic = (byte)16,
- StdCall = (byte)2,
- ThisCall = (byte)3,
- VarArg = (byte)5,
- }
- public sealed partial class MethodDefinition : Mono.Cecil.MethodReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public MethodDefinition(string name, Mono.Cecil.MethodAttributes attributes, Mono.Cecil.TypeReference returnType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasBody { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasOverrides { get { throw null; } }
- public bool HasPInvokeInfo { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodImplAttributes ImplAttributes { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAddOn { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCheckAccessOnOverride { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public bool IsConstructor { get { throw null; } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsFinal { get { throw null; } set { } }
- public bool IsFire { get { throw null; } set { } }
- public bool IsForwardRef { get { throw null; } set { } }
- public bool IsGetter { get { throw null; } set { } }
- public bool IsHideBySig { get { throw null; } set { } }
- public bool IsIL { get { throw null; } set { } }
- public bool IsInternalCall { get { throw null; } set { } }
- public bool IsManaged { get { throw null; } set { } }
- public bool IsNative { get { throw null; } set { } }
- public bool IsNewSlot { get { throw null; } set { } }
- public bool IsOther { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPreserveSig { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRemoveOn { get { throw null; } set { } }
- public bool IsReuseSlot { get { throw null; } set { } }
- public bool IsRuntime { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSetter { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public bool IsSynchronized { get { throw null; } set { } }
- public bool IsUnmanaged { get { throw null; } set { } }
- public bool IsUnmanagedExport { get { throw null; } set { } }
- public bool IsVirtual { get { throw null; } set { } }
- public bool NoInlining { get { throw null; } set { } }
- public bool NoOptimization { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodReference> Overrides { get { throw null; } }
- public Mono.Cecil.PInvokeInfo PInvokeInfo { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodSemanticsAttributes SemanticsAttributes { get { throw null; } set { } }
- public override Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum MethodImplAttributes : ushort
- {
- CodeTypeMask = (ushort)3,
- ForwardRef = (ushort)16,
- IL = (ushort)0,
- InternalCall = (ushort)4096,
- Managed = (ushort)0,
- ManagedMask = (ushort)4,
- Native = (ushort)1,
- NoInlining = (ushort)8,
- NoOptimization = (ushort)64,
- OPTIL = (ushort)2,
- PreserveSig = (ushort)128,
- Runtime = (ushort)3,
- Synchronized = (ushort)32,
- Unmanaged = (ushort)4,
- }
- public partial class MethodReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public MethodReference(string name, Mono.Cecil.TypeReference returnType) { }
- public MethodReference(string name, Mono.Cecil.TypeReference returnType, Mono.Cecil.TypeReference declaringType) { }
- public virtual Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public virtual bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool HasParameters { get { throw null; } }
- public virtual bool HasThis { get { throw null; } set { } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public virtual Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- public sealed partial class MethodReturnType : Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public MethodReturnType(Mono.Cecil.IMethodSignature method) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum MethodSemanticsAttributes : ushort
- {
- AddOn = (ushort)8,
- Fire = (ushort)32,
- Getter = (ushort)2,
- None = (ushort)0,
- Other = (ushort)4,
- RemoveOn = (ushort)16,
- Setter = (ushort)1,
- }
- public abstract partial class MethodSpecification : Mono.Cecil.MethodReference
- {
- internal MethodSpecification() : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public override Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public Mono.Cecil.MethodReference ElementMethod { get { throw null; } }
- public override bool ExplicitThis { get { throw null; } set { } }
- public override bool HasParameters { get { throw null; } }
- public override bool HasThis { get { throw null; } set { } }
- public override Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public sealed override Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- }
- [System.FlagsAttribute]
- public enum ModuleAttributes
- {
- ILOnly = 1,
- Preferred32Bit = 131072,
- Required32Bit = 2,
- StrongNameSigned = 8,
- }
- [System.FlagsAttribute]
- public enum ModuleCharacteristics
- {
- AppContainer = 4096,
- DynamicBase = 64,
- HighEntropyVA = 32,
- NoSEH = 1024,
- NXCompat = 256,
- TerminalServerAware = 32768,
- }
- public sealed partial class ModuleDefinition : Mono.Cecil.ModuleReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- internal ModuleDefinition() : base (default(string)) { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.AssemblyDefinition Assembly { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.AssemblyNameReference> AssemblyReferences { get { throw null; } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public Mono.Cecil.ModuleAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ModuleCharacteristics Characteristics { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ExportedType> ExportedTypes { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public bool HasAssemblyReferences { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDebugHeader { get { throw null; } }
- public bool HasExportedTypes { get { throw null; } }
- public bool HasModuleReferences { get { throw null; } }
- public bool HasResources { get { throw null; } }
- public bool HasSymbols { get { throw null; } }
- public bool HasTypes { get { throw null; } }
- public bool IsMain { get { throw null; } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } }
- public override Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleReference> ModuleReferences { get { throw null; } }
- public System.Guid Mvid { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Resource> Resources { get { throw null; } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReader SymbolReader { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> Types { get { throw null; } }
- public Mono.Cecil.TypeSystem TypeSystem { get { throw null; } }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public Mono.Cecil.Cil.ImageDebugDirectory GetDebugHeader(out byte[] header) { header = default(byte[]); throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.MemberReference> GetMemberReferences() { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string fullName) { throw null; }
- public Mono.Cecil.TypeReference GetType(string fullName, bool runtimeName) { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string @namespace, string name) { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeReference> GetTypeReferences() { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeDefinition> GetTypes() { throw null; }
- public bool HasTypeReference(string fullName) { throw null; }
- public bool HasTypeReference(string scope, string fullName) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(Mono.Cecil.MetadataToken token) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(int token) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public void ReadSymbols() { }
- public void ReadSymbols(Mono.Cecil.Cil.ISymbolReader reader) { }
- public bool TryGetTypeReference(string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public bool TryGetTypeReference(string scope, string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum ModuleKind
- {
- Console = 1,
- Dll = 0,
- NetModule = 3,
- Windows = 2,
- }
- public sealed partial class ModuleParameters
- {
- public ModuleParameters() { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- }
- public partial class ModuleReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public ModuleReference(string name) { }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public enum NativeType
- {
- ANSIBStr = 35,
- Array = 42,
- ASAny = 40,
- Boolean = 2,
- BStr = 19,
- ByValStr = 34,
- Currency = 15,
- CustomMarshaler = 44,
- Error = 45,
- FixedArray = 30,
- FixedSysString = 23,
- Func = 38,
- I1 = 3,
- I2 = 5,
- I4 = 7,
- I8 = 9,
- IDispatch = 26,
- Int = 31,
- IntF = 28,
- IUnknown = 25,
- LPStr = 20,
- LPStruct = 43,
- LPTStr = 22,
- LPWStr = 21,
- Max = 80,
- None = 102,
- R4 = 11,
- R8 = 12,
- SafeArray = 29,
- Struct = 27,
- TBStr = 36,
- U1 = 4,
- U2 = 6,
- U4 = 8,
- U8 = 10,
- UInt = 32,
- VariantBool = 37,
- }
- public sealed partial class OptionalModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public OptionalModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsOptionalModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ParameterAttributes : ushort
- {
- HasDefault = (ushort)4096,
- HasFieldMarshal = (ushort)8192,
- In = (ushort)1,
- Lcid = (ushort)4,
- None = (ushort)0,
- Optional = (ushort)16,
- Out = (ushort)2,
- Retval = (ushort)8,
- Unused = (ushort)53216,
- }
- public sealed partial class ParameterDefinition : Mono.Cecil.ParameterReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public ParameterDefinition(Mono.Cecil.TypeReference parameterType) { }
- public ParameterDefinition(string name, Mono.Cecil.ParameterAttributes attributes, Mono.Cecil.TypeReference parameterType) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public bool IsIn { get { throw null; } set { } }
- public bool IsLcid { get { throw null; } set { } }
- public bool IsOptional { get { throw null; } set { } }
- public bool IsOut { get { throw null; } set { } }
- public bool IsReturnValue { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public int Sequence { get { throw null; } }
- public override Mono.Cecil.ParameterDefinition Resolve() { throw null; }
- }
- public abstract partial class ParameterReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal ParameterReference() { }
- protected Mono.Cecil.TypeReference parameter_type;
- public int Index { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ParameterType { get { throw null; } set { } }
- public abstract Mono.Cecil.ParameterDefinition Resolve();
- public override string ToString() { throw null; }
- }
- public sealed partial class PinnedType : Mono.Cecil.TypeSpecification
- {
- public PinnedType(Mono.Cecil.TypeReference type) { }
- public override bool IsPinned { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum PInvokeAttributes : ushort
- {
- BestFitDisabled = (ushort)32,
- BestFitEnabled = (ushort)16,
- BestFitMask = (ushort)48,
- CallConvCdecl = (ushort)512,
- CallConvFastcall = (ushort)1280,
- CallConvMask = (ushort)1792,
- CallConvStdCall = (ushort)768,
- CallConvThiscall = (ushort)1024,
- CallConvWinapi = (ushort)256,
- CharSetAnsi = (ushort)2,
- CharSetAuto = (ushort)6,
- CharSetMask = (ushort)6,
- CharSetNotSpec = (ushort)0,
- CharSetUnicode = (ushort)4,
- NoMangle = (ushort)1,
- SupportsLastError = (ushort)64,
- ThrowOnUnmappableCharDisabled = (ushort)8192,
- ThrowOnUnmappableCharEnabled = (ushort)4096,
- ThrowOnUnmappableCharMask = (ushort)12288,
- }
- public sealed partial class PInvokeInfo
- {
- public PInvokeInfo(Mono.Cecil.PInvokeAttributes attributes, string entryPoint, Mono.Cecil.ModuleReference module) { }
- public Mono.Cecil.PInvokeAttributes Attributes { get { throw null; } set { } }
- public string EntryPoint { get { throw null; } set { } }
- public bool IsBestFitDisabled { get { throw null; } set { } }
- public bool IsBestFitEnabled { get { throw null; } set { } }
- public bool IsCallConvCdecl { get { throw null; } set { } }
- public bool IsCallConvFastcall { get { throw null; } set { } }
- public bool IsCallConvStdCall { get { throw null; } set { } }
- public bool IsCallConvThiscall { get { throw null; } set { } }
- public bool IsCallConvWinapi { get { throw null; } set { } }
- public bool IsCharSetAnsi { get { throw null; } set { } }
- public bool IsCharSetAuto { get { throw null; } set { } }
- public bool IsCharSetNotSpec { get { throw null; } set { } }
- public bool IsCharSetUnicode { get { throw null; } set { } }
- public bool IsNoMangle { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharDisabled { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharEnabled { get { throw null; } set { } }
- public Mono.Cecil.ModuleReference Module { get { throw null; } set { } }
- public bool SupportsLastError { get { throw null; } set { } }
- }
- public sealed partial class PointerType : Mono.Cecil.TypeSpecification
- {
- public PointerType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsPointer { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum PropertyAttributes : ushort
- {
- HasDefault = (ushort)4096,
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Unused = (ushort)59903,
- }
- public sealed partial class PropertyDefinition : Mono.Cecil.PropertyReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public PropertyDefinition(string name, Mono.Cecil.PropertyAttributes attributes, Mono.Cecil.TypeReference propertyType) { }
- public Mono.Cecil.PropertyAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Cecil.MethodDefinition GetMethod { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasOtherMethods { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.MethodDefinition SetMethod { get { throw null; } set { } }
- public override Mono.Cecil.PropertyDefinition Resolve() { throw null; }
- }
- public abstract partial class PropertyReference : Mono.Cecil.MemberReference
- {
- internal PropertyReference() { }
- public abstract Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- public Mono.Cecil.TypeReference PropertyType { get { throw null; } set { } }
- public abstract Mono.Cecil.PropertyDefinition Resolve();
- }
- public sealed partial class ReaderParameters
- {
- public ReaderParameters() { }
- public ReaderParameters(Mono.Cecil.ReadingMode readingMode) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.ReadingMode ReadingMode { get { throw null; } set { } }
- public bool ReadSymbols { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReaderProvider SymbolReaderProvider { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- }
- public enum ReadingMode
- {
- Deferred = 2,
- Immediate = 1,
- }
- public sealed partial class RequiredModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public RequiredModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsRequiredModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class ResolutionException : System.Exception
- {
- public ResolutionException(Mono.Cecil.MemberReference member) { }
- protected ResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.MemberReference Member { get { throw null; } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- }
- public abstract partial class Resource
- {
- internal Resource() { }
- public Mono.Cecil.ManifestResourceAttributes Attributes { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public abstract Mono.Cecil.ResourceType ResourceType { get; }
- }
- public enum ResourceType
- {
- AssemblyLinked = 2,
- Embedded = 1,
- Linked = 0,
- }
- public sealed partial class SafeArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public SafeArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.VariantType ElementType { get { throw null; } set { } }
- }
- public enum SecurityAction : ushort
- {
- Assert = (ushort)3,
- Demand = (ushort)2,
- Deny = (ushort)4,
- InheritDemand = (ushort)7,
- LinkDemand = (ushort)6,
- NonCasDemand = (ushort)13,
- NonCasInheritance = (ushort)15,
- NonCasLinkDemand = (ushort)14,
- PermitOnly = (ushort)5,
- PreJitDeny = (ushort)12,
- PreJitGrant = (ushort)11,
- Request = (ushort)1,
- RequestMinimum = (ushort)8,
- RequestOptional = (ushort)9,
- RequestRefuse = (ushort)10,
- }
- public sealed partial class SecurityAttribute : Mono.Cecil.ICustomAttribute
- {
- public SecurityAttribute(Mono.Cecil.TypeReference attributeType) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- }
- public sealed partial class SecurityDeclaration
- {
- public SecurityDeclaration(Mono.Cecil.SecurityAction action) { }
- public SecurityDeclaration(Mono.Cecil.SecurityAction action, byte[] blob) { }
- public Mono.Cecil.SecurityAction Action { get { throw null; } set { } }
- public bool HasSecurityAttributes { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityAttribute> SecurityAttributes { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- public sealed partial class SentinelType : Mono.Cecil.TypeSpecification
- {
- public SentinelType(Mono.Cecil.TypeReference type) { }
- public override bool IsSentinel { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- public enum TargetArchitecture
- {
- AMD64 = 1,
- ARMv7 = 3,
- I386 = 0,
- IA64 = 2,
- }
- public enum TargetRuntime
- {
- Net_1_0 = 0,
- Net_1_1 = 1,
- Net_2_0 = 2,
- Net_4_0 = 3,
- }
- public enum TokenType : uint
- {
- Assembly = (uint)536870912,
- AssemblyRef = (uint)587202560,
- CustomAttribute = (uint)201326592,
- Event = (uint)335544320,
- ExportedType = (uint)654311424,
- Field = (uint)67108864,
- File = (uint)637534208,
- GenericParam = (uint)704643072,
- InterfaceImpl = (uint)150994944,
- ManifestResource = (uint)671088640,
- MemberRef = (uint)167772160,
- Method = (uint)100663296,
- MethodSpec = (uint)721420288,
- Module = (uint)0,
- ModuleRef = (uint)436207616,
- Param = (uint)134217728,
- Permission = (uint)234881024,
- Property = (uint)385875968,
- Signature = (uint)285212672,
- String = (uint)1879048192,
- TypeDef = (uint)33554432,
- TypeRef = (uint)16777216,
- TypeSpec = (uint)452984832,
- }
- [System.FlagsAttribute]
- public enum TypeAttributes : uint
- {
- Abstract = (uint)128,
- AnsiClass = (uint)0,
- AutoClass = (uint)131072,
- AutoLayout = (uint)0,
- BeforeFieldInit = (uint)1048576,
- Class = (uint)0,
- ClassSemanticMask = (uint)32,
- ExplicitLayout = (uint)16,
- Forwarder = (uint)2097152,
- HasSecurity = (uint)262144,
- Import = (uint)4096,
- Interface = (uint)32,
- LayoutMask = (uint)24,
- NestedAssembly = (uint)5,
- NestedFamANDAssem = (uint)6,
- NestedFamily = (uint)4,
- NestedFamORAssem = (uint)7,
- NestedPrivate = (uint)3,
- NestedPublic = (uint)2,
- NotPublic = (uint)0,
- Public = (uint)1,
- RTSpecialName = (uint)2048,
- Sealed = (uint)256,
- SequentialLayout = (uint)8,
- Serializable = (uint)8192,
- SpecialName = (uint)1024,
- StringFormatMask = (uint)196608,
- UnicodeClass = (uint)65536,
- VisibilityMask = (uint)7,
- WindowsRuntime = (uint)16384,
- }
- public sealed partial class TypeDefinition : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes) : base (default(string), default(string)) { }
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes, Mono.Cecil.TypeReference baseType) : base (default(string), default(string)) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.TypeReference BaseType { get { throw null; } set { } }
- public int ClassSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.EventDefinition> Events { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.FieldDefinition> Fields { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasEvents { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasInterfaces { get { throw null; } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMethods { get { throw null; } }
- public bool HasNestedTypes { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Interfaces { get { throw null; } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public override bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public override bool IsValueType { get { throw null; } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> Methods { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> NestedTypes { get { throw null; } }
- public short PackingSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.PropertyDefinition> Properties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public partial class TypeReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider
- {
- protected Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> generic_parameters;
- protected TypeReference(string @namespace, string name) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope, bool valueType) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool IsArray { get { throw null; } }
- public virtual bool IsByReference { get { throw null; } }
- public virtual bool IsFunctionPointer { get { throw null; } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual bool IsGenericParameter { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsOptionalModifier { get { throw null; } }
- public virtual bool IsPinned { get { throw null; } }
- public virtual bool IsPointer { get { throw null; } }
- public virtual bool IsPrimitive { get { throw null; } }
- public virtual bool IsRequiredModifier { get { throw null; } }
- public virtual bool IsSentinel { get { throw null; } }
- public virtual bool IsValueType { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public virtual string Namespace { get { throw null; } set { } }
- public virtual Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public virtual Mono.Cecil.TypeReference GetElementType() { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public abstract partial class TypeSpecification : Mono.Cecil.TypeReference
- {
- internal TypeSpecification() : base (default(string), default(string)) { }
- public Mono.Cecil.TypeReference ElementType { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- }
- public abstract partial class TypeSystem
- {
- internal TypeSystem() { }
- public Mono.Cecil.TypeReference Boolean { get { throw null; } }
- public Mono.Cecil.TypeReference Byte { get { throw null; } }
- public Mono.Cecil.TypeReference Char { get { throw null; } }
- public Mono.Cecil.IMetadataScope Corlib { get { throw null; } }
- public Mono.Cecil.TypeReference Double { get { throw null; } }
- public Mono.Cecil.TypeReference Int16 { get { throw null; } }
- public Mono.Cecil.TypeReference Int32 { get { throw null; } }
- public Mono.Cecil.TypeReference Int64 { get { throw null; } }
- public Mono.Cecil.TypeReference IntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Object { get { throw null; } }
- public Mono.Cecil.TypeReference SByte { get { throw null; } }
- public Mono.Cecil.TypeReference Single { get { throw null; } }
- public Mono.Cecil.TypeReference String { get { throw null; } }
- public Mono.Cecil.TypeReference TypedReference { get { throw null; } }
- public Mono.Cecil.TypeReference UInt16 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt32 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt64 { get { throw null; } }
- public Mono.Cecil.TypeReference UIntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Void { get { throw null; } }
- }
- public enum VariantType
- {
- Bool = 11,
- BStr = 8,
- CY = 6,
- Date = 7,
- Decimal = 14,
- Dispatch = 9,
- Error = 10,
- I1 = 16,
- I2 = 2,
- I4 = 3,
- Int = 22,
- None = 0,
- R4 = 4,
- R8 = 5,
- UI1 = 17,
- UI2 = 18,
- UI4 = 19,
- UInt = 23,
- Unknown = 13,
- Variant = 12,
- }
- public sealed partial class WriterParameters
- {
- public WriterParameters() { }
- public System.Reflection.StrongNameKeyPair StrongNameKeyPair { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolWriterProvider SymbolWriterProvider { get { throw null; } set { } }
- public bool WriteSymbols { get { throw null; } set { } }
- }
-}
-namespace Mono.Cecil.Cil
-{
- public enum Code
- {
- Add = 87,
- Add_Ovf = 180,
- Add_Ovf_Un = 181,
- And = 94,
- Arglist = 191,
- Beq = 58,
- Beq_S = 45,
- Bge = 59,
- Bge_S = 46,
- Bge_Un = 64,
- Bge_Un_S = 51,
- Bgt = 60,
- Bgt_S = 47,
- Bgt_Un = 65,
- Bgt_Un_S = 52,
- Ble = 61,
- Ble_S = 48,
- Ble_Un = 66,
- Ble_Un_S = 53,
- Blt = 62,
- Blt_S = 49,
- Blt_Un = 67,
- Blt_Un_S = 54,
- Bne_Un = 63,
- Bne_Un_S = 50,
- Box = 137,
- Br = 55,
- Break = 1,
- Brfalse = 56,
- Brfalse_S = 43,
- Brtrue = 57,
- Brtrue_S = 44,
- Br_S = 42,
- Call = 39,
- Calli = 40,
- Callvirt = 110,
- Castclass = 115,
- Ceq = 192,
- Cgt = 193,
- Cgt_Un = 194,
- Ckfinite = 172,
- Clt = 195,
- Clt_Un = 196,
- Constrained = 211,
- Conv_I = 177,
- Conv_I1 = 102,
- Conv_I2 = 103,
- Conv_I4 = 104,
- Conv_I8 = 105,
- Conv_Ovf_I = 178,
- Conv_Ovf_I1 = 163,
- Conv_Ovf_I1_Un = 127,
- Conv_Ovf_I2 = 165,
- Conv_Ovf_I2_Un = 128,
- Conv_Ovf_I4 = 167,
- Conv_Ovf_I4_Un = 129,
- Conv_Ovf_I8 = 169,
- Conv_Ovf_I8_Un = 130,
- Conv_Ovf_I_Un = 135,
- Conv_Ovf_U = 179,
- Conv_Ovf_U1 = 164,
- Conv_Ovf_U1_Un = 131,
- Conv_Ovf_U2 = 166,
- Conv_Ovf_U2_Un = 132,
- Conv_Ovf_U4 = 168,
- Conv_Ovf_U4_Un = 133,
- Conv_Ovf_U8 = 170,
- Conv_Ovf_U8_Un = 134,
- Conv_Ovf_U_Un = 136,
- Conv_R4 = 106,
- Conv_R8 = 107,
- Conv_R_Un = 117,
- Conv_U = 190,
- Conv_U1 = 176,
- Conv_U2 = 175,
- Conv_U4 = 108,
- Conv_U8 = 109,
- Cpblk = 212,
- Cpobj = 111,
- Div = 90,
- Div_Un = 91,
- Dup = 36,
- Endfilter = 206,
- Endfinally = 186,
- Initblk = 213,
- Initobj = 210,
- Isinst = 116,
- Jmp = 38,
- Ldarg = 199,
- Ldarga = 200,
- Ldarga_S = 15,
- Ldarg_0 = 2,
- Ldarg_1 = 3,
- Ldarg_2 = 4,
- Ldarg_3 = 5,
- Ldarg_S = 14,
- Ldc_I4 = 32,
- Ldc_I4_0 = 22,
- Ldc_I4_1 = 23,
- Ldc_I4_2 = 24,
- Ldc_I4_3 = 25,
- Ldc_I4_4 = 26,
- Ldc_I4_5 = 27,
- Ldc_I4_6 = 28,
- Ldc_I4_7 = 29,
- Ldc_I4_8 = 30,
- Ldc_I4_M1 = 21,
- Ldc_I4_S = 31,
- Ldc_I8 = 33,
- Ldc_R4 = 34,
- Ldc_R8 = 35,
- Ldelema = 140,
- Ldelem_Any = 160,
- Ldelem_I = 148,
- Ldelem_I1 = 141,
- Ldelem_I2 = 143,
- Ldelem_I4 = 145,
- Ldelem_I8 = 147,
- Ldelem_R4 = 149,
- Ldelem_R8 = 150,
- Ldelem_Ref = 151,
- Ldelem_U1 = 142,
- Ldelem_U2 = 144,
- Ldelem_U4 = 146,
- Ldfld = 120,
- Ldflda = 121,
- Ldftn = 197,
- Ldind_I = 76,
- Ldind_I1 = 69,
- Ldind_I2 = 71,
- Ldind_I4 = 73,
- Ldind_I8 = 75,
- Ldind_R4 = 77,
- Ldind_R8 = 78,
- Ldind_Ref = 79,
- Ldind_U1 = 70,
- Ldind_U2 = 72,
- Ldind_U4 = 74,
- Ldlen = 139,
- Ldloc = 202,
- Ldloca = 203,
- Ldloca_S = 18,
- Ldloc_0 = 6,
- Ldloc_1 = 7,
- Ldloc_2 = 8,
- Ldloc_3 = 9,
- Ldloc_S = 17,
- Ldnull = 20,
- Ldobj = 112,
- Ldsfld = 123,
- Ldsflda = 124,
- Ldstr = 113,
- Ldtoken = 174,
- Ldvirtftn = 198,
- Leave = 187,
- Leave_S = 188,
- Localloc = 205,
- Mkrefany = 173,
- Mul = 89,
- Mul_Ovf = 182,
- Mul_Ovf_Un = 183,
- Neg = 100,
- Newarr = 138,
- Newobj = 114,
- No = 214,
- Nop = 0,
- Not = 101,
- Or = 95,
- Pop = 37,
- Readonly = 218,
- Refanytype = 217,
- Refanyval = 171,
- Rem = 92,
- Rem_Un = 93,
- Ret = 41,
- Rethrow = 215,
- Shl = 97,
- Shr = 98,
- Shr_Un = 99,
- Sizeof = 216,
- Starg = 201,
- Starg_S = 16,
- Stelem_Any = 161,
- Stelem_I = 152,
- Stelem_I1 = 153,
- Stelem_I2 = 154,
- Stelem_I4 = 155,
- Stelem_I8 = 156,
- Stelem_R4 = 157,
- Stelem_R8 = 158,
- Stelem_Ref = 159,
- Stfld = 122,
- Stind_I = 189,
- Stind_I1 = 81,
- Stind_I2 = 82,
- Stind_I4 = 83,
- Stind_I8 = 84,
- Stind_R4 = 85,
- Stind_R8 = 86,
- Stind_Ref = 80,
- Stloc = 204,
- Stloc_0 = 10,
- Stloc_1 = 11,
- Stloc_2 = 12,
- Stloc_3 = 13,
- Stloc_S = 19,
- Stobj = 126,
- Stsfld = 125,
- Sub = 88,
- Sub_Ovf = 184,
- Sub_Ovf_Un = 185,
- Switch = 68,
- Tail = 209,
- Throw = 119,
- Unaligned = 207,
- Unbox = 118,
- Unbox_Any = 162,
- Volatile = 208,
- Xor = 96,
- }
- public sealed partial class Document
- {
- public Document(string url) { }
- public byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguage Language { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguageVendor LanguageVendor { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentType Type { get { throw null; } set { } }
- public string Url { get { throw null; } set { } }
- }
- public enum DocumentHashAlgorithm
- {
- MD5 = 1,
- None = 0,
- SHA1 = 2,
- }
- public enum DocumentLanguage
- {
- Basic = 4,
- C = 1,
- Cil = 8,
- Cobol = 6,
- Cpp = 2,
- CSharp = 3,
- FSharp = 12,
- Java = 5,
- JScript = 9,
- MCpp = 11,
- Other = 0,
- Pascal = 7,
- Smc = 10,
- }
- public enum DocumentLanguageVendor
- {
- Microsoft = 1,
- Other = 0,
- }
- public enum DocumentType
- {
- Other = 0,
- Text = 1,
- }
- public sealed partial class ExceptionHandler
- {
- public ExceptionHandler(Mono.Cecil.Cil.ExceptionHandlerType handlerType) { }
- public Mono.Cecil.TypeReference CatchType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction FilterStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.ExceptionHandlerType HandlerType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryStart { get { throw null; } set { } }
- }
- public enum ExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public enum FlowControl
- {
- Branch = 0,
- Break = 1,
- Call = 2,
- Cond_Branch = 3,
- Meta = 4,
- Next = 5,
- Phi = 6,
- Return = 7,
- Throw = 8,
- }
- public sealed partial class ILProcessor
- {
- internal ILProcessor() { }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } }
- public void Append(Mono.Cecil.Cil.Instruction instruction) { }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public void Emit(Mono.Cecil.Cil.OpCode opcode) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, byte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, double value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, int value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, long value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, sbyte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, float value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, string value) { }
- public void InsertAfter(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void InsertBefore(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void Remove(Mono.Cecil.Cil.Instruction instruction) { }
- public void Replace(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ImageDebugDirectory
- {
- public int AddressOfRawData;
- public int Characteristics;
- public short MajorVersion;
- public short MinorVersion;
- public int PointerToRawData;
- public int SizeOfData;
- public int TimeDateStamp;
- public int Type;
- }
- public sealed partial class Instruction
- {
- internal Instruction() { }
- public Mono.Cecil.Cil.Instruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } set { } }
- public object Operand { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction Previous { get { throw null; } set { } }
- public Mono.Cecil.Cil.SequencePoint SequencePoint { get { throw null; } set { } }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public int GetSize() { throw null; }
- public override string ToString() { throw null; }
- }
- public delegate Mono.Cecil.Cil.Instruction InstructionMapper(int offset);
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstructionSymbol
- {
- public readonly int Offset;
- public readonly Mono.Cecil.Cil.SequencePoint SequencePoint;
- public InstructionSymbol(int offset, Mono.Cecil.Cil.SequencePoint sequencePoint) { throw null;}
- }
- public partial interface ISymbolReader : System.IDisposable
- {
- bool ProcessDebugHeader(Mono.Cecil.Cil.ImageDebugDirectory directory, byte[] header);
- void Read(Mono.Cecil.Cil.MethodBody body, Mono.Cecil.Cil.InstructionMapper mapper);
- void Read(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolReaderProvider
- {
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface ISymbolWriter : System.IDisposable
- {
- bool GetDebugHeader(out Mono.Cecil.Cil.ImageDebugDirectory directory, out byte[] header);
- void Write(Mono.Cecil.Cil.MethodBody body);
- void Write(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolWriterProvider
- {
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface IVariableDefinitionProvider
- {
- bool HasVariables { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get; }
- }
- public sealed partial class MethodBody : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public MethodBody(Mono.Cecil.MethodDefinition method) { }
- public int CodeSize { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.ExceptionHandler> ExceptionHandlers { get { throw null; } }
- public bool HasExceptionHandlers { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public bool InitLocals { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Instruction> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } set { } }
- public int MaxStackSize { get { throw null; } set { } }
- public Mono.Cecil.MethodDefinition Method { get { throw null; } }
- public Mono.Cecil.Cil.Scope Scope { get { throw null; } set { } }
- public Mono.Cecil.ParameterDefinition ThisParameter { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- public Mono.Cecil.Cil.ILProcessor GetILProcessor() { throw null; }
- }
- public sealed partial class MethodSymbols
- {
- public MethodSymbols(Mono.Cecil.MetadataToken methodToken) { }
- public int CodeSize { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.InstructionSymbol> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } }
- public string MethodName { get { throw null; } }
- public Mono.Cecil.MetadataToken MethodToken { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OpCode
- {
- public Mono.Cecil.Cil.Code Code { get { throw null; } }
- public Mono.Cecil.Cil.FlowControl FlowControl { get { throw null; } }
- public string Name { get { throw null; } }
- public byte Op1 { get { throw null; } }
- public byte Op2 { get { throw null; } }
- public Mono.Cecil.Cil.OpCodeType OpCodeType { get { throw null; } }
- public Mono.Cecil.Cil.OperandType OperandType { get { throw null; } }
- public int Size { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPop { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPush { get { throw null; } }
- public short Value { get { throw null; } }
- public bool Equals(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public static bool operator !=(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class OpCodes
- {
- public static readonly Mono.Cecil.Cil.OpCode Add;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode And;
- public static readonly Mono.Cecil.Cil.OpCode Arglist;
- public static readonly Mono.Cecil.Cil.OpCode Beq;
- public static readonly Mono.Cecil.Cil.OpCode Beq_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge;
- public static readonly Mono.Cecil.Cil.OpCode Bge_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble;
- public static readonly Mono.Cecil.Cil.OpCode Ble_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt;
- public static readonly Mono.Cecil.Cil.OpCode Blt_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Box;
- public static readonly Mono.Cecil.Cil.OpCode Br;
- public static readonly Mono.Cecil.Cil.OpCode Break;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse_S;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue_S;
- public static readonly Mono.Cecil.Cil.OpCode Br_S;
- public static readonly Mono.Cecil.Cil.OpCode Call;
- public static readonly Mono.Cecil.Cil.OpCode Calli;
- public static readonly Mono.Cecil.Cil.OpCode Callvirt;
- public static readonly Mono.Cecil.Cil.OpCode Castclass;
- public static readonly Mono.Cecil.Cil.OpCode Ceq;
- public static readonly Mono.Cecil.Cil.OpCode Cgt;
- public static readonly Mono.Cecil.Cil.OpCode Cgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ckfinite;
- public static readonly Mono.Cecil.Cil.OpCode Clt;
- public static readonly Mono.Cecil.Cil.OpCode Clt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Constrained;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U8;
- public static readonly Mono.Cecil.Cil.OpCode Cpblk;
- public static readonly Mono.Cecil.Cil.OpCode Cpobj;
- public static readonly Mono.Cecil.Cil.OpCode Div;
- public static readonly Mono.Cecil.Cil.OpCode Div_Un;
- public static readonly Mono.Cecil.Cil.OpCode Dup;
- public static readonly Mono.Cecil.Cil.OpCode Endfilter;
- public static readonly Mono.Cecil.Cil.OpCode Endfinally;
- public static readonly Mono.Cecil.Cil.OpCode Initblk;
- public static readonly Mono.Cecil.Cil.OpCode Initobj;
- public static readonly Mono.Cecil.Cil.OpCode Isinst;
- public static readonly Mono.Cecil.Cil.OpCode Jmp;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_5;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_6;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_7;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_M1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelema;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldftn;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldlen;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldnull;
- public static readonly Mono.Cecil.Cil.OpCode Ldobj;
- public static readonly Mono.Cecil.Cil.OpCode Ldsfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldsflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldstr;
- public static readonly Mono.Cecil.Cil.OpCode Ldtoken;
- public static readonly Mono.Cecil.Cil.OpCode Ldvirtftn;
- public static readonly Mono.Cecil.Cil.OpCode Leave;
- public static readonly Mono.Cecil.Cil.OpCode Leave_S;
- public static readonly Mono.Cecil.Cil.OpCode Localloc;
- public static readonly Mono.Cecil.Cil.OpCode Mkrefany;
- public static readonly Mono.Cecil.Cil.OpCode Mul;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Neg;
- public static readonly Mono.Cecil.Cil.OpCode Newarr;
- public static readonly Mono.Cecil.Cil.OpCode Newobj;
- public static readonly Mono.Cecil.Cil.OpCode No;
- public static readonly Mono.Cecil.Cil.OpCode Nop;
- public static readonly Mono.Cecil.Cil.OpCode Not;
- public static readonly Mono.Cecil.Cil.OpCode Or;
- public static readonly Mono.Cecil.Cil.OpCode Pop;
- public static readonly Mono.Cecil.Cil.OpCode Readonly;
- public static readonly Mono.Cecil.Cil.OpCode Refanytype;
- public static readonly Mono.Cecil.Cil.OpCode Refanyval;
- public static readonly Mono.Cecil.Cil.OpCode Rem;
- public static readonly Mono.Cecil.Cil.OpCode Rem_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ret;
- public static readonly Mono.Cecil.Cil.OpCode Rethrow;
- public static readonly Mono.Cecil.Cil.OpCode Shl;
- public static readonly Mono.Cecil.Cil.OpCode Shr;
- public static readonly Mono.Cecil.Cil.OpCode Shr_Un;
- public static readonly Mono.Cecil.Cil.OpCode Sizeof;
- public static readonly Mono.Cecil.Cil.OpCode Starg;
- public static readonly Mono.Cecil.Cil.OpCode Starg_S;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stfld;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stloc;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Stobj;
- public static readonly Mono.Cecil.Cil.OpCode Stsfld;
- public static readonly Mono.Cecil.Cil.OpCode Sub;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Switch;
- public static readonly Mono.Cecil.Cil.OpCode Tail;
- public static readonly Mono.Cecil.Cil.OpCode Throw;
- public static readonly Mono.Cecil.Cil.OpCode Unaligned;
- public static readonly Mono.Cecil.Cil.OpCode Unbox;
- public static readonly Mono.Cecil.Cil.OpCode Unbox_Any;
- public static readonly Mono.Cecil.Cil.OpCode Volatile;
- public static readonly Mono.Cecil.Cil.OpCode Xor;
- }
- public enum OpCodeType
- {
- Annotation = 0,
- Macro = 1,
- Nternal = 2,
- Objmodel = 3,
- Prefix = 4,
- Primitive = 5,
- }
- public enum OperandType
- {
- InlineArg = 14,
- InlineBrTarget = 0,
- InlineField = 1,
- InlineI = 2,
- InlineI8 = 3,
- InlineMethod = 4,
- InlineNone = 5,
- InlinePhi = 6,
- InlineR = 7,
- InlineSig = 8,
- InlineString = 9,
- InlineSwitch = 10,
- InlineTok = 11,
- InlineType = 12,
- InlineVar = 13,
- ShortInlineArg = 19,
- ShortInlineBrTarget = 15,
- ShortInlineI = 16,
- ShortInlineR = 17,
- ShortInlineVar = 18,
- }
- public sealed partial class Scope : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public Scope() { }
- public Mono.Cecil.Cil.Instruction End { get { throw null; } set { } }
- public bool HasScopes { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Scope> Scopes { get { throw null; } }
- public Mono.Cecil.Cil.Instruction Start { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- public sealed partial class SequencePoint
- {
- public SequencePoint(Mono.Cecil.Cil.Document document) { }
- public Mono.Cecil.Cil.Document Document { get { throw null; } set { } }
- public int EndColumn { get { throw null; } set { } }
- public int EndLine { get { throw null; } set { } }
- public int StartColumn { get { throw null; } set { } }
- public int StartLine { get { throw null; } set { } }
- }
- public enum StackBehaviour
- {
- Pop0 = 0,
- Pop1 = 1,
- Pop1_pop1 = 2,
- PopAll = 18,
- Popi = 3,
- Popi_pop1 = 4,
- Popi_popi = 5,
- Popi_popi8 = 6,
- Popi_popi_popi = 7,
- Popi_popr4 = 8,
- Popi_popr8 = 9,
- Popref = 10,
- Popref_pop1 = 11,
- Popref_popi = 12,
- Popref_popi_popi = 13,
- Popref_popi_popi8 = 14,
- Popref_popi_popr4 = 15,
- Popref_popi_popr8 = 16,
- Popref_popi_popref = 17,
- Push0 = 19,
- Push1 = 20,
- Push1_push1 = 21,
- Pushi = 22,
- Pushi8 = 23,
- Pushr4 = 24,
- Pushr8 = 25,
- Pushref = 26,
- Varpop = 27,
- Varpush = 28,
- }
- public sealed partial class VariableDefinition : Mono.Cecil.Cil.VariableReference
- {
- public VariableDefinition(Mono.Cecil.TypeReference variableType) { }
- public VariableDefinition(string name, Mono.Cecil.TypeReference variableType) { }
- public bool IsPinned { get { throw null; } }
- public override Mono.Cecil.Cil.VariableDefinition Resolve() { throw null; }
- }
- public abstract partial class VariableReference
- {
- internal VariableReference() { }
- protected Mono.Cecil.TypeReference variable_type;
- public int Index { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference VariableType { get { throw null; } set { } }
- public abstract Mono.Cecil.Cil.VariableDefinition Resolve();
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Collections.Generic
-{
- public partial class Collection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public Collection() { }
- public Collection(System.Collections.Generic.ICollection<T> items) { }
- public Collection(int capacity) { }
- public int Count { get { throw null; } }
- public T this[int index] { get { throw null; } set { } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- int System.Collections.ICollection.Count { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public void Add(T item) { }
- public void Clear() { }
- public bool Contains(T item) { throw null; }
- public void CopyTo(T[] array, int arrayIndex) { }
- public Mono.Collections.Generic.Collection<T>.Enumerator GetEnumerator() { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(int index, T item) { }
- protected virtual void OnAdd(T item, int index) { }
- protected virtual void OnClear() { }
- protected virtual void OnInsert(T item, int index) { }
- protected virtual void OnRemove(T item, int index) { }
- protected virtual void OnSet(T item, int index) { }
- public bool Remove(T item) { throw null; }
- public void RemoveAt(int index) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object value) { throw null; }
- void System.Collections.IList.Clear() { }
- bool System.Collections.IList.Contains(object value) { throw null; }
- int System.Collections.IList.IndexOf(object value) { throw null; }
- void System.Collections.IList.Insert(int index, object value) { }
- void System.Collections.IList.Remove(object value) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public T[] ToArray() { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
- {
- public T Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- }
- }
- public sealed partial class ReadOnlyCollection<T> : Mono.Collections.Generic.Collection<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public ReadOnlyCollection(Mono.Collections.Generic.Collection<T> collection) { }
- public ReadOnlyCollection(T[] array) { }
- public static Mono.Collections.Generic.ReadOnlyCollection<T> Empty { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- protected override void OnAdd(T item, int index) { }
- protected override void OnClear() { }
- protected override void OnInsert(T item, int index) { }
- protected override void OnRemove(T item, int index) { }
- protected override void OnSet(T item, int index) { }
- }
-}
diff --git a/src/v4.0/Mono.CompilerServices.SymbolWriter.cs b/src/v4.0/Mono.CompilerServices.SymbolWriter.cs
deleted file mode 100644
index 5b64273..0000000
--- a/src/v4.0/Mono.CompilerServices.SymbolWriter.cs
+++ /dev/null
@@ -1,342 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- public partial class MonoSymbolWriter
- {
- protected readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile file;
- public MonoSymbolWriter(string filename) { }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile { get { throw null; } }
- public void CloseCompilerGeneratedBlock(int end_offset) { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int end_offset) { }
- public void DefineAnonymousScope(int id) { }
- public void DefineCapturedLocal(int scope_id, string name, string captured_name) { }
- public void DefineCapturedParameter(int scope_id, string name, string captured_name) { }
- public void DefineCapturedScope(int scope_id, int id, string captured_name) { }
- public void DefineCapturedThis(int scope_id, string captured_name) { }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry DefineCompilationUnit(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url, byte[] guid, byte[] checksum) { throw null; }
- public void DefineLocalVariable(int index, string name) { }
- public int DefineNamespace(string name, Mono.CompilerServices.SymbolWriter.CompileUnitEntry unit, string[] using_clauses, int parent) { throw null; }
- public void DefineScopeVariable(int scope, int index) { }
- public void EndIteratorBody(int end_offset) { }
- public void EndIteratorDispatcher(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void OpenCompilerGeneratedBlock(int start_offset) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder OpenMethod(Mono.CompilerServices.SymbolWriter.ICompileUnit file, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { throw null; }
- public int OpenScope(int start_offset) { throw null; }
- public void StartIteratorBody(int start_offset) { }
- public void StartIteratorDispatcher(int start_offset) { }
- public void WriteSymbolFile(System.Guid guid) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- }
- public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
- {
- public SymbolWriterImpl(System.Reflection.Emit.ModuleBuilder mb) { }
- public void Close() { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int endOffset) { }
- public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) { throw null; }
- public void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) { }
- public void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) { }
- public void Initialize(System.IntPtr emitter, string filename, bool fFullBuild) { }
- public void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method) { }
- public void OpenNamespace(string name) { }
- public int OpenScope(int startOffset) { throw null; }
- public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn) { }
- public void SetScopeRange(int scopeID, int startOffset, int endOffset) { }
- public void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data) { }
- public void SetUnderlyingWriter(System.IntPtr underlyingWriter) { }
- public void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod) { }
- public void UsingNamespace(string fullName) { }
- }
-}
diff --git a/src/v4.0/Mono.Data.Sqlite.cs b/src/v4.0/Mono.Data.Sqlite.cs
deleted file mode 100644
index b5518f3..0000000
--- a/src/v4.0/Mono.Data.Sqlite.cs
+++ /dev/null
@@ -1,611 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyCompanyAttribute("http://sqlite.phxsoftware.com")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Public Domain")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("ADO.NET 2.0 Data Provider for SQLite")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.61.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTitleAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
-[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1))]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Data.Sqlite
-{
- public enum CollationEncodingEnum
- {
- UTF16BE = 3,
- UTF16LE = 2,
- UTF8 = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CollationSequence
- {
- public Mono.Data.Sqlite.CollationEncodingEnum Encoding;
- public string Name;
- public Mono.Data.Sqlite.CollationTypeEnum Type;
- public int Compare(char[] c1, char[] c2) { throw null; }
- public int Compare(string s1, string s2) { throw null; }
- }
- public enum CollationTypeEnum
- {
- Binary = 1,
- Custom = 0,
- NoCase = 2,
- Reverse = 3,
- }
- public partial class CommitEventArgs : System.EventArgs
- {
- internal CommitEventArgs() { }
- public bool AbortTransaction;
- }
- public enum FunctionType
- {
- Aggregate = 1,
- Collation = 2,
- Scalar = 0,
- }
- [System.ComponentModel.DesignerAttribute("SQLite.Designer.SqliteCommandDesigner, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- [System.ComponentModel.ToolboxItemAttribute(true)]
- public sealed partial class SqliteCommand : System.Data.Common.DbCommand, System.ICloneable
- {
- public SqliteCommand() { }
- public SqliteCommand(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection, Mono.Data.Sqlite.SqliteTransaction transaction) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.SQL.Design.SqlCommandTextEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string CommandText { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(30)]
- public override int CommandTimeout { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override System.Data.CommandType CommandType { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DbConnectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } set { } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
- protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
- protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- [System.ComponentModel.DesignOnlyAttribute(true)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override bool DesignTimeVisible { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
- public new Mono.Data.Sqlite.SqliteParameterCollection Parameters { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public new Mono.Data.Sqlite.SqliteTransaction Transaction { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(0))]
- public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public override void Cancel() { }
- public object Clone() { throw null; }
- protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
- public new Mono.Data.Sqlite.SqliteParameter CreateParameter() { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
- public override int ExecuteNonQuery() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public override object ExecuteScalar() { throw null; }
- public override void Prepare() { }
- }
- public sealed partial class SqliteCommandBuilder : System.Data.Common.DbCommandBuilder
- {
- public SqliteCommandBuilder() { }
- public SqliteCommandBuilder(Mono.Data.Sqlite.SqliteDataAdapter adp) { }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string CatalogSeparator { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteDataAdapter DataAdapter { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute("[")]
- public override string QuotePrefix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string QuoteSuffix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string SchemaSeparator { get { throw null; } set { } }
- protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause) { }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
- protected override string GetParameterName(int parameterOrdinal) { throw null; }
- protected override string GetParameterName(string parameterName) { throw null; }
- protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
- protected override System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
- public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
- protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
- public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
- }
- public delegate void SQLiteCommitHandler(object sender, Mono.Data.Sqlite.CommitEventArgs e);
- public enum SQLiteConfig
- {
- MultiThread = 2,
- Serialized = 3,
- SingleThread = 1,
- }
- public sealed partial class SqliteConnection : System.Data.Common.DbConnection, System.ICloneable
- {
- public SqliteConnection() { }
- public SqliteConnection(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteConnection(string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("SQLite.Designer.SqliteConnectionStringEditor, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string ConnectionString { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string Database { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string DataSource { get { throw null; } }
- protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string ServerVersion { get { throw null; } }
- public static string SQLiteVersion { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override System.Data.ConnectionState State { get { throw null; } }
- public event Mono.Data.Sqlite.SQLiteCommitHandler Commit { add { } remove { } }
- public event System.EventHandler RollBack { add { } remove { } }
- public override event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public event Mono.Data.Sqlite.SQLiteUpdateEventHandler Update { add { } remove { } }
- protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction() { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(bool deferredLock) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, bool deferredLock) { throw null; }
- public override void ChangeDatabase(string databaseName) { }
- public void ChangePassword(byte[] newPassword) { }
- public void ChangePassword(string newPassword) { }
- public static void ClearAllPools() { }
- public static void ClearPool(Mono.Data.Sqlite.SqliteConnection connection) { }
- public object Clone() { throw null; }
- public override void Close() { }
- public new Mono.Data.Sqlite.SqliteCommand CreateCommand() { throw null; }
- protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
- public static void CreateFile(string databaseFileName) { }
- protected override void Dispose(bool disposing) { }
- public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
- public override System.Data.DataTable GetSchema() { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
- public override void Open() { }
- public static void SetConfig(Mono.Data.Sqlite.SQLiteConfig config) { }
- public void SetPassword(byte[] databasePassword) { }
- public void SetPassword(string databasePassword) { }
- }
- [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
- public sealed partial class SqliteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
- {
- public SqliteConnectionStringBuilder() { }
- public SqliteConnectionStringBuilder(string connectionString) { }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool BinaryGUID { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(2000)]
- [System.ComponentModel.DisplayNameAttribute("Cache Size")]
- public int CacheSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.DisplayNameAttribute("Data Source")]
- public string DataSource { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteDateFormats)(1))]
- public Mono.Data.Sqlite.SQLiteDateFormats DateTimeFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.Data.IsolationLevel)(1048576))]
- [System.ComponentModel.DisplayNameAttribute("Default Isolation Level")]
- public System.Data.IsolationLevel DefaultIsolationLevel { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(30)]
- [System.ComponentModel.DisplayNameAttribute("Default Timeout")]
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool Enlist { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool FailIfMissing { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteJournalModeEnum)(0))]
- [System.ComponentModel.DisplayNameAttribute("Journal Mode")]
- public Mono.Data.Sqlite.SQLiteJournalModeEnum JournalMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Legacy Format")]
- public bool LegacyFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(0)]
- [System.ComponentModel.DisplayNameAttribute("Max Page Count")]
- public int MaxPageCount { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(1024)]
- [System.ComponentModel.DisplayNameAttribute("Page Size")]
- public int PageSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.PasswordPropertyTextAttribute(true)]
- public string Password { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool Pooling { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Read Only")]
- public bool ReadOnly { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SynchronizationModes)(0))]
- [System.ComponentModel.DisplayNameAttribute("Synchronous")]
- public Mono.Data.Sqlite.SynchronizationModes SyncMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public string Uri { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool UseUTF16Encoding { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(3)]
- public int Version { get { throw null; } set { } }
- public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
- }
- public abstract partial class SqliteConvert
- {
- internal SqliteConvert() { }
- protected static readonly System.DateTime UnixEpoch;
- public static string[] Split(string source, char separator) { throw null; }
- public static bool ToBoolean(object source) { throw null; }
- public static bool ToBoolean(string source) { throw null; }
- public System.DateTime ToDateTime(double julianDay) { throw null; }
- public System.DateTime ToDateTime(string dateText) { throw null; }
- public double ToJulianDay(System.DateTime value) { throw null; }
- public string ToString(System.DateTime dateValue) { throw null; }
- public virtual string ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- public byte[] ToUTF8(System.DateTime dateTimeValue) { throw null; }
- public static byte[] ToUTF8(string sourceText) { throw null; }
- public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- }
- [System.ComponentModel.DefaultEventAttribute("RowUpdated")]
- [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.SqlDataAdapterDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- public sealed partial class SqliteDataAdapter : System.Data.Common.DbDataAdapter
- {
- public SqliteDataAdapter() { }
- public SqliteDataAdapter(Mono.Data.Sqlite.SqliteCommand cmd) { }
- public SqliteDataAdapter(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteDataAdapter(string commandText, string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand DeleteCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand InsertCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand SelectCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand UpdateCommand { get { throw null; } set { } }
- public event System.EventHandler<System.Data.Common.RowUpdatedEventArgs> RowUpdated { add { } remove { } }
- public event System.EventHandler<System.Data.Common.RowUpdatingEventArgs> RowUpdating { add { } remove { } }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class SqliteDataReader : System.Data.Common.DbDataReader
- {
- internal SqliteDataReader() { }
- public override int Depth { get { throw null; } }
- public override int FieldCount { get { throw null; } }
- public override bool HasRows { get { throw null; } }
- public override bool IsClosed { get { throw null; } }
- public override object this[int i] { get { throw null; } }
- public override object this[string name] { get { throw null; } }
- public override int RecordsAffected { get { throw null; } }
- public override int VisibleFieldCount { get { throw null; } }
- public override void Close() { }
- public override bool GetBoolean(int i) { throw null; }
- public override byte GetByte(int i) { throw null; }
- public override long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) { throw null; }
- public override char GetChar(int i) { throw null; }
- public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) { throw null; }
- public override string GetDataTypeName(int i) { throw null; }
- public override System.DateTime GetDateTime(int i) { throw null; }
- public override decimal GetDecimal(int i) { throw null; }
- public override double GetDouble(int i) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public override System.Type GetFieldType(int i) { throw null; }
- public override float GetFloat(int i) { throw null; }
- public override System.Guid GetGuid(int i) { throw null; }
- public override short GetInt16(int i) { throw null; }
- public override int GetInt32(int i) { throw null; }
- public override long GetInt64(int i) { throw null; }
- public override string GetName(int i) { throw null; }
- public override int GetOrdinal(string name) { throw null; }
- public override System.Data.DataTable GetSchemaTable() { throw null; }
- public override string GetString(int i) { throw null; }
- public override object GetValue(int i) { throw null; }
- public override int GetValues(object[] values) { throw null; }
- public override bool IsDBNull(int i) { throw null; }
- public override bool NextResult() { throw null; }
- public override bool Read() { throw null; }
- }
- public partial class SqliteDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator
- {
- public SqliteDataSourceEnumerator() { }
- public override System.Data.DataTable GetDataSources() { throw null; }
- }
- public enum SQLiteDateFormats
- {
- ISO8601 = 1,
- JulianDay = 2,
- Ticks = 0,
- UnixEpoch = 3,
- }
- public enum SQLiteErrorCode
- {
- Abort = 4,
- Auth = 23,
- Busy = 5,
- CantOpen = 14,
- Constraint = 19,
- Corrupt = 11,
- Done = 101,
- Empty = 16,
- Error = 1,
- Format = 24,
- Full = 13,
- Internal = 2,
- Interrupt = 9,
- IOErr = 10,
- Locked = 6,
- Mismatch = 20,
- Misuse = 21,
- NOLFS = 22,
- NoMem = 7,
- NotADatabase = 26,
- NotFound = 12,
- Ok = 0,
- Perm = 3,
- Protocol = 15,
- Range = 25,
- ReadOnly = 8,
- Row = 100,
- Schema = 17,
- TooBig = 18,
- }
- [System.SerializableAttribute]
- public sealed partial class SqliteException : System.Data.Common.DbException
- {
- public SqliteException() { }
- public SqliteException(int errorCode, string extendedInformation) { }
- public SqliteException(string message) { }
- public SqliteException(string message, System.Exception innerException) { }
- public new Mono.Data.Sqlite.SQLiteErrorCode ErrorCode { get { throw null; } }
- }
- public sealed partial class SqliteFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
- {
- public static readonly Mono.Data.Sqlite.SqliteFactory Instance;
- public SqliteFactory() { }
- public override System.Data.Common.DbCommand CreateCommand() { throw null; }
- public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
- public override System.Data.Common.DbConnection CreateConnection() { throw null; }
- public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
- public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
- public override System.Data.Common.DbParameter CreateParameter() { throw null; }
- object System.IServiceProvider.GetService(System.Type serviceType) { throw null; }
- }
- public abstract partial class SqliteFunction : System.IDisposable
- {
- protected SqliteFunction() { }
- public Mono.Data.Sqlite.SqliteConvert SqliteConvert { get { throw null; } }
- public virtual int Compare(string param1, string param2) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual object Final(object contextData) { throw null; }
- public virtual object Invoke(object[] args) { throw null; }
- public static void RegisterFunction(System.Type typ) { }
- public virtual void Step(object[] args, int stepNumber, ref object contextData) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=true)]
- public sealed partial class SqliteFunctionAttribute : System.Attribute
- {
- public SqliteFunctionAttribute() { }
- public int Arguments { get { throw null; } set { } }
- public Mono.Data.Sqlite.FunctionType FuncType { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class SqliteFunctionEx : Mono.Data.Sqlite.SqliteFunction
- {
- public SqliteFunctionEx() { }
- protected Mono.Data.Sqlite.CollationSequence GetCollationSequence() { throw null; }
- }
- public enum SQLiteJournalModeEnum
- {
- Delete = 0,
- Off = 2,
- Persist = 1,
- }
- public static partial class SqliteMetaDataCollectionNames
- {
- public static readonly string Catalogs;
- public static readonly string Columns;
- public static readonly string ForeignKeys;
- public static readonly string IndexColumns;
- public static readonly string Indexes;
- public static readonly string Tables;
- public static readonly string Triggers;
- public static readonly string ViewColumns;
- public static readonly string Views;
- }
- public sealed partial class SqliteParameter : System.Data.Common.DbParameter, System.ICloneable
- {
- public SqliteParameter() { }
- public SqliteParameter(System.Data.DbType dbType) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(System.Data.DbType dbType, object value) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, object value) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, bool sourceColumnNullMapping, object value) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, object value) { }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
- public override System.Data.DbType DbType { get { throw null; } set { } }
- public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public override bool IsNullable { get { throw null; } set { } }
- public override string ParameterName { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(0)]
- public override int Size { get { throw null; } set { } }
- public override string SourceColumn { get { throw null; } set { } }
- public override bool SourceColumnNullMapping { get { throw null; } set { } }
- public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
- public override object Value { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override void ResetDbType() { }
- }
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ListBindableAttribute(false)]
- public sealed partial class SqliteParameterCollection : System.Data.Common.DbParameterCollection
- {
- internal SqliteParameterCollection() { }
- public override int Count { get { throw null; } }
- public override bool IsFixedSize { get { throw null; } }
- public override bool IsReadOnly { get { throw null; } }
- public override bool IsSynchronized { get { throw null; } }
- public new Mono.Data.Sqlite.SqliteParameter this[int index] { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteParameter this[string parameterName] { get { throw null; } set { } }
- public override object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Sqlite.SqliteParameter parameter) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override int Add(object value) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { throw null; }
- public void AddRange(Mono.Data.Sqlite.SqliteParameter[] values) { }
- public override void AddRange(System.Array values) { }
- public Mono.Data.Sqlite.SqliteParameter AddWithValue(string parameterName, object value) { throw null; }
- public override void Clear() { }
- public override bool Contains(object value) { throw null; }
- public override bool Contains(string parameterName) { throw null; }
- public override void CopyTo(System.Array array, int index) { }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
- public override int IndexOf(object value) { throw null; }
- public override int IndexOf(string parameterName) { throw null; }
- public override void Insert(int index, object value) { }
- public override void Remove(object value) { }
- public override void RemoveAt(int index) { }
- public override void RemoveAt(string parameterName) { }
- protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
- protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
- }
- public sealed partial class SqliteTransaction : System.Data.Common.DbTransaction
- {
- internal SqliteTransaction() { }
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
- public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public override void Commit() { }
- protected override void Dispose(bool disposing) { }
- public override void Rollback() { }
- }
- public delegate void SQLiteUpdateEventHandler(object sender, Mono.Data.Sqlite.UpdateEventArgs e);
- public enum SynchronizationModes
- {
- Full = 1,
- Normal = 0,
- Off = 2,
- }
- public enum TypeAffinity
- {
- Blob = 4,
- DateTime = 10,
- Double = 2,
- Int64 = 1,
- None = 11,
- Null = 5,
- Text = 3,
- Uninitialized = 0,
- }
- public partial class UpdateEventArgs : System.EventArgs
- {
- internal UpdateEventArgs() { }
- public readonly string Database;
- public readonly Mono.Data.Sqlite.UpdateEventType Event;
- public readonly long RowId;
- public readonly string Table;
- }
- public enum UpdateEventType
- {
- Delete = 9,
- Insert = 18,
- Update = 23,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.0/Mono.Data.Tds.cs b/src/v4.0/Mono.Data.Tds.cs
deleted file mode 100644
index 7300c59..0000000
--- a/src/v4.0/Mono.Data.Tds.cs
+++ /dev/null
@@ -1,586 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Data.Tds
-{
- public delegate object FrameworkValueGetter(object rawValue, ref bool updated);
- public partial class TdsMetaParameter
- {
- public const int maxNVarCharCharacters = 1073741823;
- public const int maxVarCharCharacters = 2147483647;
- public TdsMetaParameter(string name, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, object value) { }
- public TdsMetaParameter(string name, object value) { }
- public TdsMetaParameter(string name, string typeName, object value) { }
- public Mono.Data.Tds.TdsParameterDirection Direction { get { throw null; } set { } }
- public bool IsAnyVarCharMax { get { throw null; } }
- public bool IsDateTimeType { get { throw null; } }
- public bool IsDecimalType { get { throw null; } }
- public bool IsMoneyType { get { throw null; } }
- public bool IsNonUnicodeText { get { throw null; } }
- public bool IsNullable { get { throw null; } set { } }
- public bool IsTextType { get { throw null; } }
- public bool IsVarCharMax { get { throw null; } }
- public bool IsVariableSizeType { get { throw null; } set { } }
- public bool IsVarNVarCharMax { get { throw null; } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public object RawValue { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string TypeName { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- public void CalculateIsVariableType() { }
- public void Validate(int index) { }
- }
- public partial class TdsMetaParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable
- {
- public TdsMetaParameterCollection() { }
- public int Count { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[int index] { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[string name] { get { throw null; } }
- public object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void Clear() { }
- public bool Contains(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public int IndexOf(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public int IndexOf(string name) { throw null; }
- public void Insert(int index, Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(string name) { }
- public void RemoveAt(int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- [System.SerializableAttribute]
- public enum TdsParameterDirection
- {
- Input = 0,
- InputOutput = 2,
- Output = 1,
- ReturnValue = 3,
- }
-}
-namespace Mono.Data.Tds.Protocol
-{
- public abstract partial class Tds
- {
- protected internal Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParms;
- protected Mono.Data.Tds.Protocol.TdsInternalErrorCollection messages;
- protected readonly byte[] NTLMSSP_ID;
- public Tds(string dataSource, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- public Tds(string dataSource, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- protected string Charset { get { throw null; } }
- public byte[] Collation { get { throw null; } }
- protected System.Collections.ArrayList ColumnNames { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumnCollection Columns { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataRow ColumnValues { get { throw null; } }
- public string Database { get { throw null; } }
- public string DataSource { get { throw null; } }
- public bool DoneProc { get { throw null; } }
- public virtual bool IsConnected { get { throw null; } set { } }
- protected string Language { get { throw null; } }
- protected System.Globalization.CultureInfo Locale { get { throw null; } }
- public bool MoreResults { get { throw null; } set { } }
- public System.Collections.ArrayList OutputParameters { get { throw null; } set { } }
- public int PacketSize { get { throw null; } }
- protected Mono.Data.Tds.TdsMetaParameterCollection Parameters { get { throw null; } set { } }
- public bool Pooling { get { throw null; } set { } }
- public int RecordsAffected { get { throw null; } set { } }
- public bool SequentialAccess { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.TdsVersion ServerTdsVersion { get { throw null; } }
- public string ServerVersion { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsVersion TdsVersion { get { throw null; } }
- public event Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventHandler TdsErrorMessage { add { } remove { } }
- public event Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventHandler TdsInfoMessage { add { } remove { } }
- public virtual System.IAsyncResult BeginExecuteNonQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected System.IAsyncResult BeginExecuteQueryInternal(string sql, bool wantResults, System.AsyncCallback callback, object state) { throw null; }
- public void Cancel() { }
- public void CheckAndThrowException(System.IAsyncResult ar) { }
- [System.MonoTODOAttribute("Is cancel enough, or do we need to drop the connection?")]
- protected void CheckForData(int timeout) { }
- public abstract bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters);
- protected Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs CreateTdsErrorMessageEvent(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- protected Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs CreateTdsInfoMessageEvent(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { throw null; }
- public static Mono.Data.Tds.Protocol.TdsTimeoutException CreateTimeoutException(string dataSource, string method) { throw null; }
- public virtual void Disconnect() { }
- public virtual void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public virtual void EndExecuteProcedure(System.IAsyncResult ar) { }
- public virtual void EndExecuteQuery(System.IAsyncResult ar) { }
- protected void EndExecuteQueryInternal(System.IAsyncResult ar) { }
- public virtual void ExecPrepared(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void ExecProc(string sql) { }
- public virtual void ExecProc(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected virtual void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void Execute(string sql) { }
- public virtual void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecuteQuery(string sql, int timeout, bool wantResults) { }
- protected object GetColumnValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool outParam) { throw null; }
- public object GetSequentialColumnValue(int colIndex) { throw null; }
- public long GetSequentialColumnValue(int colIndex, long fieldIndex, byte[] buffer, int bufferIndex, int size) { throw null; }
- protected object GetStringValue(bool wideChars, int len, System.Text.Encoding enc) { throw null; }
- protected object GetStringValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool wideChars, bool outputParam, System.Text.Encoding encoder) { throw null; }
- protected int GetSubPacketLength() { throw null; }
- protected virtual void InitComm(int port, int timeout) { }
- protected internal void InitExec() { }
- protected virtual bool IsValidRowCount(byte status, byte op) { throw null; }
- protected bool IsWideType(Mono.Data.Tds.Protocol.TdsColumnType columnType) { throw null; }
- protected void LoadRow() { }
- public bool NextResult() { throw null; }
- public bool NextRow() { throw null; }
- protected void OnBeginExecuteQueryCallback(System.IAsyncResult ar) { }
- protected void OnTdsErrorMessage(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e) { }
- protected void OnTdsInfoMessage(Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e) { }
- public virtual string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected internal int ProcessAuthentication() { throw null; }
- protected void ProcessColumnDetail() { }
- protected abstract void ProcessColumnInfo();
- protected void ProcessColumnNames() { }
- protected void ProcessDynamic() { }
- [System.MonoTODOAttribute("Make sure counting works right, especially with multiple resultsets.")]
- protected void ProcessEndToken(Mono.Data.Tds.Protocol.TdsPacketSubType type) { }
- protected void ProcessEnvironmentChange() { }
- protected void ProcessLoginAck() { }
- protected void ProcessMessage(Mono.Data.Tds.Protocol.TdsPacketSubType subType) { }
- protected virtual void ProcessOutputParam() { }
- protected virtual void ProcessReturnStatus() { }
- protected virtual Mono.Data.Tds.Protocol.TdsPacketSubType ProcessSubPacket() { throw null; }
- protected void ProcessTableName() { }
- public virtual bool Reset() { throw null; }
- protected void SetCharset(string charset) { }
- protected void SetCharset(System.Text.Encoding encoder) { }
- protected void SetLanguage(string language) { }
- public void SkipToEnd() { }
- public virtual void Unprepare(string statementId) { }
- public void WaitFor(System.IAsyncResult ar) { }
- }
- public sealed partial class Tds42 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds42(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds42(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- }
- [System.MonoTODOAttribute("FIXME: Can packetsize be anything other than 512?")]
- public sealed partial class Tds50 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds50(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds50(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string id, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds70 : Mono.Data.Tds.Protocol.Tds
- {
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int lifetime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- protected virtual byte[] ClientVersion { get { throw null; } }
- protected virtual byte Precision { get { throw null; } }
- public override System.IAsyncResult BeginExecuteNonQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public override void EndExecuteProcedure(System.IAsyncResult ar) { }
- public override void EndExecuteQuery(System.IAsyncResult ar) { }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessReturnStatus() { }
- public override bool Reset() { throw null; }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds80 : Mono.Data.Tds.Protocol.Tds70
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int lifetime) : base (default(string), default(int)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port, int packetSize, int timeout) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int)) { }
- protected override byte[] ClientVersion { get { throw null; } }
- protected override byte Precision { get { throw null; } }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessOutputParam() { }
- }
- public partial class TdsBigDecimal
- {
- public TdsBigDecimal(byte precision, byte scale, bool isNegative, int[] data) { }
- public int[] Data { get { throw null; } }
- public bool IsNegative { get { throw null; } }
- public byte Precision { get { throw null; } }
- public byte Scale { get { throw null; } }
- }
- public partial class TdsBulkCopy
- {
- public TdsBulkCopy(Mono.Data.Tds.Protocol.Tds tds) { }
- public bool BulkCopyData(object o, bool isNewRow, int size, Mono.Data.Tds.TdsMetaParameter parameter) { throw null; }
- public bool BulkCopyEnd() { throw null; }
- public bool BulkCopyStart(Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- public bool SendColumnMetaData(string colMetaData) { throw null; }
- }
- public enum TdsColumnStatus
- {
- Hidden = 16,
- IsExpression = 4,
- IsKey = 8,
- Rename = 32,
- }
- public enum TdsColumnType
- {
- BigBinary = 173,
- BigChar = 175,
- BigInt = 127,
- BigNVarChar = 231,
- BigVarBinary = 165,
- BigVarChar = 167,
- Binary = 45,
- Bit = 50,
- BitN = 104,
- Char = 47,
- DateTime = 61,
- DateTime4 = 58,
- DateTimeN = 111,
- Decimal = 106,
- Float8 = 62,
- FloatN = 109,
- Image = 34,
- Int1 = 48,
- Int2 = 52,
- Int4 = 56,
- IntN = 38,
- Money = 60,
- Money4 = 112,
- MoneyN = 110,
- NChar = 239,
- NText = 99,
- Numeric = 108,
- NVarChar = 103,
- Real = 59,
- SmallMoney = 122,
- Text = 35,
- UniqueIdentifier = 36,
- VarBinary = 37,
- VarChar = 39,
- Variant = 98,
- Void = 31,
- }
- public partial class TdsConnectionInfo
- {
- public string DataSource;
- public int LifeTime;
- public int PacketSize;
- public int PoolMaxSize;
- public int PoolMinSize;
- public int Port;
- public int Timeout;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize) { }
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize, int lifeTime) { }
- public override string ToString() { throw null; }
- }
- public partial class TdsConnectionParameters
- {
- public string ApplicationName;
- public string AttachDBFileName;
- public string Charset;
- public string Database;
- public string DefaultDomain;
- public bool DomainLogin;
- public string Hostname;
- public string Language;
- public string LibraryName;
- public string Password;
- public string ProgName;
- public string User;
- public TdsConnectionParameters() { }
- public void Reset() { }
- }
- public partial class TdsConnectionPool
- {
- public TdsConnectionPool(Mono.Data.Tds.Protocol.TdsConnectionPoolManager manager, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { }
- public bool Pooling { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.Tds GetConnection() { throw null; }
- public void ReleaseConnection(Mono.Data.Tds.Protocol.Tds connection) { }
- public void ResetConnectionPool() { }
- }
- public partial class TdsConnectionPoolManager
- {
- public TdsConnectionPoolManager(Mono.Data.Tds.Protocol.TdsVersion version) { }
- public virtual Mono.Data.Tds.Protocol.Tds CreateConnection(Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- public System.Collections.IDictionary GetConnectionPool() { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString) { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- }
- public partial class TdsDataColumn
- {
- public TdsDataColumn() { }
- public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsRowVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object this[string key] { get { throw null; } set { } }
- public System.Nullable<int> LCID { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> SortOrder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class TdsDataColumnCollection : System.Collections.IEnumerable
- {
- public TdsDataColumnCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumn this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsDataColumn schema) { throw null; }
- public void Add(Mono.Data.Tds.Protocol.TdsDataColumnCollection columns) { }
- public void Clear() { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- }
- public partial class TdsDataRow : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public TdsDataRow() { }
- public int BigDecimalIndex { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public object this[int index] { get { throw null; } set { } }
- public object SyncRoot { get { throw null; } }
- public int Add(object value) { throw null; }
- public void Clear() { }
- public bool Contains(object value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public void CopyTo(int index, System.Array array, int arrayIndex, int count) { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public int IndexOf(object value) { throw null; }
- public void Insert(int index, object value) { }
- public void Remove(object value) { }
- public void RemoveAt(int index) { }
- }
- public enum TdsEnvPacketSubType
- {
- BlockSize = 4,
- CharSet = 3,
- CollationInfo = 7,
- Database = 1,
- Locale = 5,
- }
- public sealed partial class TdsInternalError
- {
- public TdsInternalError(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { }
- public byte Class { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public string Message { get { throw null; } set { } }
- public int Number { get { throw null; } set { } }
- public string Procedure { get { throw null; } set { } }
- public string Server { get { throw null; } set { } }
- public string Source { get { throw null; } set { } }
- public byte State { get { throw null; } set { } }
- }
- public sealed partial class TdsInternalErrorCollection : System.Collections.IEnumerable
- {
- public TdsInternalErrorCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalError this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsInternalError error) { throw null; }
- public void Clear() { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public sealed partial class TdsInternalErrorMessageEventArgs : Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs
- {
- public TdsInternalErrorMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) : base (default(Mono.Data.Tds.Protocol.TdsInternalErrorCollection)) { }
- }
- public delegate void TdsInternalErrorMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e);
- public partial class TdsInternalException : System.SystemException
- {
- internal TdsInternalException() { }
- public byte Class { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public override string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public override string Source { get { throw null; } }
- public byte State { get { throw null; } }
- [System.MonoTODOAttribute]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class TdsInternalInfoMessageEventArgs : System.EventArgs
- {
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) { }
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { }
- public byte Class { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalErrorCollection Errors { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public string Source { get { throw null; } }
- public byte State { get { throw null; } }
- public int Add(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- }
- public delegate void TdsInternalInfoMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e);
- public enum TdsPacketSubType
- {
- AltFormat = 168,
- AltName = 167,
- Authentication = 237,
- Capability = 226,
- ColumnDetail = 165,
- ColumnInfo = 161,
- ColumnMetadata = 129,
- ColumnName = 160,
- ColumnOrder = 169,
- Control = 174,
- Done = 253,
- DoneInProc = 255,
- DoneProc = 254,
- Dynamic = 231,
- Dynamic2 = 163,
- EED = 229,
- EnvironmentChange = 227,
- Error = 170,
- Info = 171,
- LoginAck = 173,
- Param = 172,
- Parameters = 215,
- ParamFormat = 236,
- ProcId = 124,
- ReturnStatus = 121,
- Row = 209,
- RowFormat = 238,
- TableName = 164,
- }
- public enum TdsPacketType
- {
- Bulk = 7,
- Cancel = 6,
- DBRPC = 230,
- Logoff = 113,
- Logon = 2,
- Logon70 = 16,
- None = 0,
- Normal = 15,
- Proc = 3,
- Query = 1,
- Reply = 4,
- RPC = 3,
- SspAuth = 17,
- }
- public enum TdsRpcProcId
- {
- Cursor = 1,
- CursorClose = 9,
- CursorExecute = 4,
- CursorFetch = 7,
- CursorOpen = 2,
- CursorOption = 8,
- CursorPrepare = 3,
- CursorPrepExec = 5,
- CursorUnprepare = 6,
- Execute = 12,
- ExecuteSql = 10,
- Prepare = 11,
- PrepExec = 13,
- PrepExecRpc = 14,
- Unprepare = 15,
- }
- public partial class TdsTimeoutException : Mono.Data.Tds.Protocol.TdsInternalException
- {
- internal TdsTimeoutException() { }
- }
- public enum TdsVersion
- {
- tds100 = 100,
- tds42 = 42,
- tds50 = 50,
- tds70 = 70,
- tds80 = 80,
- tds81 = 81,
- tds90 = 90,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.0/Mono.Debugger.Soft.cs b/src/v4.0/Mono.Debugger.Soft.cs
deleted file mode 100644
index 78bda3e..0000000
--- a/src/v4.0/Mono.Debugger.Soft.cs
+++ /dev/null
@@ -1,860 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono Soft Debugger API library")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Debugger.Soft.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Debugger.Soft
-{
- public partial class AbsentInformationException : System.Exception
- {
- public AbsentInformationException() { }
- }
- public partial class AppDomainCreateEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainCreateEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class AppDomainMirror : Mono.Debugger.Soft.Mirror
- {
- internal AppDomainMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Corlib { get { throw null; } }
- public string FriendlyName { get { throw null; } }
- public Mono.Debugger.Soft.ObjectMirror CreateBoxedValue(Mono.Debugger.Soft.Value value) { throw null; }
- public Mono.Debugger.Soft.StringMirror CreateString(string s) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror[] GetAssemblies() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetCorrespondingType(System.Type t) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror GetEntryAssembly() { throw null; }
- }
- public partial class AppDomainUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainUnloadEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class ArrayMirror : Mono.Debugger.Soft.ObjectMirror, System.Collections.IEnumerable
- {
- internal ArrayMirror() { }
- public int[] lengths;
- public int[] lower_bounds;
- public int rank;
- public Mono.Debugger.Soft.Value this[int index] { get { throw null; } set { } }
- public int Length { get { throw null; } }
- public int Rank { get { throw null; } }
- public int GetLength(int dimension) { throw null; }
- public int GetLowerBound(int dimension) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Value> GetValues(int index, int length) { throw null; }
- public void SetValues(int index, Mono.Debugger.Soft.Value[] values) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class AssemblyLoadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyLoadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public sealed partial class AssemblyLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal AssemblyLoadEventRequest() { }
- }
- public partial class AssemblyMirror : Mono.Debugger.Soft.Mirror
- {
- internal AssemblyMirror() { }
- public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
- public string Location { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
- public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
- public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
- public virtual System.Reflection.AssemblyName GetName() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError, bool ignoreCase) { throw null; }
- }
- public partial class AssemblyUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyUnloadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public partial class BreakpointEvent : Mono.Debugger.Soft.Event
- {
- internal BreakpointEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class BreakpointEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal BreakpointEventRequest() { }
- public override void Enable() { }
- }
- public partial class CommandException : System.Exception
- {
- internal CommandException() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Connection
- {
- protected Connection() { }
- public void ForceDisconnect() { }
- public void StartBuffering() { }
- public void StopBuffering() { }
- protected abstract void TransportClose();
- protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
- protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
- protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
- public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
- }
- public sealed partial class CustomAttributeDataMirror
- {
- internal CustomAttributeDataMirror() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public Mono.Debugger.Soft.MethodMirror Constructor { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror> ConstructorArguments { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeNamedArgumentMirror> NamedArguments { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgumentMirror
- {
- public Mono.Debugger.Soft.FieldInfoMirror Field { get { throw null; } }
- public Mono.Debugger.Soft.PropertyInfoMirror Property { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror TypedValue { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeTypedArgumentMirror
- {
- public System.Type ArgumentType { get { throw null; } }
- public object Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EnumMirror : Mono.Debugger.Soft.StructMirror
- {
- internal EnumMirror() { }
- public string StringValue { get { throw null; } }
- public object Value { get { throw null; } set { } }
- }
- public enum ErrorCode
- {
- ABSENT_INFORMATION = 105,
- ERR_NO_INVOCATION = 104,
- ERR_UNLOADED = 103,
- INVALID_ARGUMENT = 102,
- INVALID_FIELDID = 25,
- INVALID_FRAMEID = 30,
- INVALID_OBJECT = 20,
- NONE = 0,
- NOT_IMPLEMENTED = 100,
- NOT_SUSPENDED = 101,
- NO_SEQ_POINT_AT_IL_OFFSET = 106,
- }
- public partial class ErrorHandlerEventArgs : System.EventArgs
- {
- public ErrorHandlerEventArgs() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Event
- {
- internal Event() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.EventRequest Request { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class EventRequest
- {
- internal EventRequest() { }
- protected System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> assembly_filter;
- protected int count;
- protected bool enabled;
- protected Mono.Debugger.Soft.EventType etype;
- protected int id;
- protected Mono.Debugger.Soft.SuspendPolicy suspend;
- protected Mono.Debugger.Soft.ThreadMirror thread;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> AssemblyFilter { get { throw null; } set { } }
- public int Count { get { throw null; } set { } }
- public bool Enabled { get { throw null; } set { } }
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } set { } }
- protected void CheckDisabled() { }
- protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
- public void Disable() { }
- public virtual void Enable() { }
- protected void SetEnabled(int id) { }
- }
- public partial class EventSet
- {
- internal EventSet() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.Event[] Events { get { throw null; } }
- public Mono.Debugger.Soft.Event this[int index] { get { throw null; } }
- public Mono.Debugger.Soft.SuspendPolicy SuspendPolicy { get { throw null; } }
- }
- public enum EventType
- {
- AppDomainCreate = 4,
- AppDomainUnload = 5,
- AssemblyLoad = 8,
- AssemblyUnload = 9,
- Breakpoint = 10,
- Exception = 13,
- KeepAlive = 14,
- MethodEntry = 6,
- MethodExit = 7,
- Step = 11,
- ThreadDeath = 3,
- ThreadStart = 2,
- TypeLoad = 12,
- UserBreak = 15,
- UserLog = 16,
- VMDeath = 1,
- VMDisconnect = 99,
- VMStart = 0,
- }
- public partial class ExceptionEvent : Mono.Debugger.Soft.Event
- {
- internal ExceptionEvent() { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- public sealed partial class ExceptionEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal ExceptionEventRequest() { }
- public Mono.Debugger.Soft.TypeMirror ExceptionType { get { throw null; } }
- public bool IncludeSubclasses { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class FieldInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public FieldInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.TypeMirror type, System.Reflection.FieldAttributes attrs) { }
- public FieldInfoMirror(Mono.Debugger.Soft.VirtualMachine vm, long id) { }
- public System.Reflection.FieldAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror FieldType { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsInitOnly { get { throw null; } }
- public bool IsLiteral { get { throw null; } }
- public bool IsNotSerialized { get { throw null; } }
- public bool IsPinvokeImpl { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.Cecil.FieldDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- }
- public partial interface IInvokeAsyncResult : System.IAsyncResult
- {
- void Abort();
- }
- public partial class ILExceptionHandler
- {
- internal ILExceptionHandler() { }
- public Mono.Debugger.Soft.TypeMirror CatchType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int FilterOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Debugger.Soft.ILExceptionHandlerType HandlerType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public enum ILExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public partial class ILInstruction
- {
- internal ILInstruction() { }
- public Mono.Debugger.Soft.ILInstruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } }
- public object Operand { get { throw null; } set { } }
- public Mono.Debugger.Soft.ILInstruction Previous { get { throw null; } set { } }
- }
- public partial interface IMirror
- {
- Mono.Debugger.Soft.VirtualMachine VirtualMachine { get; }
- }
- public partial class InterfaceMappingMirror : Mono.Debugger.Soft.Mirror
- {
- internal InterfaceMappingMirror() { }
- public Mono.Debugger.Soft.MethodMirror[] InterfaceMethods;
- public Mono.Debugger.Soft.TypeMirror InterfaceType;
- public Mono.Debugger.Soft.MethodMirror[] TargetMethods;
- public Mono.Debugger.Soft.TypeMirror TargetType;
- }
- public partial class InvalidStackFrameException : System.Exception
- {
- public InvalidStackFrameException() { }
- }
- public partial class InvocationException : System.Exception
- {
- public InvocationException(Mono.Debugger.Soft.ObjectMirror exception) { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum InvokeOptions
- {
- DisableBreakpoints = 1,
- None = 0,
- ReturnOutArgs = 8,
- ReturnOutThis = 4,
- SingleThreaded = 2,
- }
- public partial class InvokeResult
- {
- public InvokeResult() { }
- public Mono.Debugger.Soft.Value[] OutArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value OutThis { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value Result { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial interface ITargetProcess
- {
- bool HasExited { get; }
- int Id { get; }
- string ProcessName { get; }
- System.IO.StreamReader StandardError { get; }
- System.IO.StreamReader StandardOutput { get; }
- event System.EventHandler Exited;
- void Kill();
- }
- public partial class LaunchOptions
- {
- public LaunchOptions() { }
- public string AgentArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.ProcessLauncher CustomProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.TargetProcessLauncher CustomTargetProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Valgrind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public delegate System.Diagnostics.Process ProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- public delegate Mono.Debugger.Soft.ITargetProcess TargetProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- }
- public partial class LocalVariable : Mono.Debugger.Soft.Mirror
- {
- internal LocalVariable() { }
- public int Index { get { throw null; } }
- public bool IsArg { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public partial class Location : Mono.Debugger.Soft.Mirror
- {
- internal Location() { }
- public int ColumnNumber { get { throw null; } }
- public int EndColumnNumber { get { throw null; } }
- public int EndLineNumber { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public byte[] SourceFileHash { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class MethodBodyMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodBodyMirror() { }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILExceptionHandler> ExceptionHandlers { get { throw null; } }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILInstruction> Instructions { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public byte[] GetILAsByteArray() { throw null; }
- }
- public partial class MethodEntryEvent : Mono.Debugger.Soft.Event
- {
- internal MethodEntryEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodEntryEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodEntryEventRequest() { }
- }
- public partial class MethodExitEvent : Mono.Debugger.Soft.Event
- {
- internal MethodExitEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodExitEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodExitEventRequest() { }
- }
- public partial class MethodMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodMirror() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public string FullName { get { throw null; } }
- public System.Collections.Generic.IList<int> ILOffsets { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsFinal { get { throw null; } }
- public bool IsGenericMethod { get { throw null; } }
- public bool IsGenericMethodDefinition { get { throw null; } }
- public bool IsHideBySig { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public System.Collections.Generic.IList<int> LineNumbers { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Location> Locations { get { throw null; } }
- public Mono.Cecil.MethodDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.ParameterInfoMirror ReturnParameter { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ReturnType { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public Mono.Debugger.Soft.Value Evaluate(Mono.Debugger.Soft.Value this_val, Mono.Debugger.Soft.Value[] args) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGenericMethodDefinition() { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetLocal(string name) { throw null; }
- public Mono.Debugger.Soft.LocalVariable[] GetLocals() { throw null; }
- public Mono.Debugger.Soft.MethodBodyMirror GetMethodBody() { throw null; }
- public System.Reflection.MethodImplAttributes GetMethodImplementationFlags() { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetParameters() { throw null; }
- public Mono.Debugger.Soft.Location LocationAtILOffset(int il_offset) { throw null; }
- public Mono.Debugger.Soft.MethodMirror MakeGenericMethod(Mono.Debugger.Soft.TypeMirror[] args) { throw null; }
- }
- public abstract partial class Mirror : Mono.Debugger.Soft.IMirror
- {
- internal Mirror() { }
- protected long id;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.VirtualMachine VirtualMachine { get { throw null; } }
- protected void CheckMirror(Mono.Debugger.Soft.Mirror m) { }
- protected void SetVirtualMachine(Mono.Debugger.Soft.VirtualMachine vm) { }
- }
- public partial class ModuleMirror : Mono.Debugger.Soft.Mirror
- {
- internal ModuleMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public System.Guid ModuleVersionId { get { throw null; } }
- public string Name { get { throw null; } }
- public string ScopeName { get { throw null; } }
- }
- public partial class ObjectCollectedException : System.Exception
- {
- public ObjectCollectedException() { }
- }
- public partial class ObjectMirror : Mono.Debugger.Soft.Value
- {
- internal ObjectMirror() { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public bool IsCollected { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public System.IAsyncResult BeginInvokeMultiple(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror[] methods, System.Collections.Generic.IList<System.Collections.Generic.IList<Mono.Debugger.Soft.Value>> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public void EndInvokeMultiple(System.IAsyncResult asyncResult) { }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class ParameterInfoMirror : Mono.Debugger.Soft.Mirror
- {
- internal ParameterInfoMirror() { }
- public System.Reflection.ParameterAttributes Attributes { get { throw null; } }
- public bool IsRetval { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ParameterType { get { throw null; } }
- public int Position { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class PointerValue : Mono.Debugger.Soft.Value
- {
- public PointerValue(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.TypeMirror type, long addr) { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PrimitiveValue : Mono.Debugger.Soft.Value
- {
- public PrimitiveValue(Mono.Debugger.Soft.VirtualMachine vm, object value) { }
- public object Value { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PropertyInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public PropertyInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.MethodMirror get_method, Mono.Debugger.Soft.MethodMirror set_method, System.Reflection.PropertyAttributes attrs) { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public Mono.Cecil.PropertyDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror PropertyType { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod(bool nonPublic) { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetIndexParameters() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod(bool nonPublic) { throw null; }
- }
- public partial class StackFrame : Mono.Debugger.Soft.Mirror
- {
- internal StackFrame() { }
- public int ColumnNumber { get { throw null; } }
- public string FileName { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public bool IsDebuggerInvoke { get { throw null; } }
- public bool IsNativeTransition { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.Location Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public Mono.Debugger.Soft.Value GetArgument(int pos) { throw null; }
- public Mono.Debugger.Soft.Value GetThis() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.LocalVariable var) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.ParameterInfoMirror param) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(Mono.Debugger.Soft.LocalVariable[] vars) { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetVisibleVariableByName(string name) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.LocalVariable> GetVisibleVariables() { throw null; }
- public void SetValue(Mono.Debugger.Soft.LocalVariable var, Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.ParameterInfoMirror param, Mono.Debugger.Soft.Value value) { }
- }
- public enum StepDepth
- {
- Into = 0,
- Out = 2,
- Over = 1,
- }
- public partial class StepEvent : Mono.Debugger.Soft.Event
- {
- internal StepEvent() { }
- public long Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class StepEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal StepEventRequest() { }
- public Mono.Debugger.Soft.StepDepth Depth { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepFilter Filter { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepSize Size { get { throw null; } set { } }
- public new Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override void Enable() { }
- }
- [System.FlagsAttribute]
- public enum StepFilter
- {
- DebuggerHidden = 2,
- DebuggerNonUserCode = 8,
- DebuggerStepThrough = 4,
- None = 0,
- StaticCtor = 1,
- }
- public enum StepSize
- {
- Line = 1,
- Min = 0,
- }
- public partial class StringMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal StringMirror() { }
- public int Length { get { throw null; } }
- public string Value { get { throw null; } }
- public char[] GetChars(int index, int length) { throw null; }
- }
- public partial class StructMirror : Mono.Debugger.Soft.Value
- {
- internal StructMirror() { }
- public Mono.Debugger.Soft.Value[] Fields { get { throw null; } }
- public Mono.Debugger.Soft.Value this[string field] { get { throw null; } set { } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- }
- public enum SuspendPolicy
- {
- All = 2,
- EventThread = 1,
- None = 0,
- }
- public partial class ThreadDeathEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadDeathEvent() { }
- }
- public partial class ThreadMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal ThreadMirror() { }
- public long Id { get { throw null; } }
- public bool IsThreadPoolThread { get { throw null; } }
- public string Name { get { throw null; } }
- public static bool NativeTransitions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long ThreadId { get { throw null; } }
- public System.Threading.ThreadState ThreadState { get { throw null; } }
- public long TID { get { throw null; } }
- public static void FetchFrames(System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> threads) { }
- public Mono.Debugger.Soft.StackFrame[] GetFrames() { throw null; }
- public void SetIP(Mono.Debugger.Soft.Location loc) { }
- }
- public partial class ThreadStartEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadStartEvent() { }
- }
- public partial class TypeLoadEvent : Mono.Debugger.Soft.Event
- {
- internal TypeLoadEvent() { }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public sealed partial class TypeLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal TypeLoadEventRequest() { }
- public string[] SourceFileFilter { get { throw null; } set { } }
- public string[] TypeNameFilter { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class TypeMirror : Mono.Debugger.Soft.Mirror
- {
- internal TypeMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public System.Reflection.TypeAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror BaseType { get { throw null; } }
- public string CSharpName { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror EnumUnderlyingType { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasElementType { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAnsiClass { get { throw null; } }
- public bool IsArray { get { throw null; } }
- public bool IsAutoClass { get { throw null; } }
- public bool IsAutoLayout { get { throw null; } }
- public bool IsByRef { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsCOMObject { get { throw null; } }
- public bool IsContextful { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } }
- public bool IsGenericType { get { throw null; } }
- public bool IsGenericTypeDefinition { get { throw null; } }
- public bool IsImport { get { throw null; } }
- public bool IsInitialized { get { throw null; } }
- public bool IsInterface { get { throw null; } }
- public bool IsLayoutSequential { get { throw null; } }
- public bool IsMarshalByRef { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public bool IsNestedAssembly { get { throw null; } }
- public bool IsNestedFamANDAssem { get { throw null; } }
- public bool IsNestedFamily { get { throw null; } }
- public bool IsNestedFamORAssem { get { throw null; } }
- public bool IsNestedPrivate { get { throw null; } }
- public bool IsNestedPublic { get { throw null; } }
- public bool IsNotPublic { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSerializable { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsUnicodeClass { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public Mono.Cecil.TypeDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror Module { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public int GetArrayRank() { throw null; }
- protected virtual System.Reflection.TypeAttributes GetAttributeFlagsImpl() { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetElementType() { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror GetField(string name) { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror[] GetFields() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetGenericTypeDefinition() { throw null; }
- public Mono.Debugger.Soft.InterfaceMappingMirror GetInterfaceMap(Mono.Debugger.Soft.TypeMirror interfaceType) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetInterfaces() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetMethod(string name) { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethods() { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethodsByNameFlags(string name, System.Reflection.BindingFlags flags, bool ignoreCase) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties() { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror GetProperty(string name) { throw null; }
- public string[] GetSourceFiles() { throw null; }
- public string[] GetSourceFiles(bool returnFullPaths) { throw null; }
- public Mono.Debugger.Soft.ObjectMirror GetTypeObject() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- protected virtual bool HasElementTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- protected virtual bool IsArrayImpl() { throw null; }
- public virtual bool IsAssignableFrom(Mono.Debugger.Soft.TypeMirror c) { throw null; }
- protected virtual bool IsByRefImpl() { throw null; }
- protected virtual bool IsCOMObjectImpl() { throw null; }
- protected virtual bool IsContextfulImpl() { throw null; }
- protected virtual bool IsMarshalByRefImpl() { throw null; }
- protected virtual bool IsPointerImpl() { throw null; }
- protected virtual bool IsPrimitiveImpl() { throw null; }
- protected virtual bool IsValueTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class UserBreakEvent : Mono.Debugger.Soft.Event
- {
- internal UserBreakEvent() { }
- }
- public partial class UserLogEvent : Mono.Debugger.Soft.Event
- {
- internal UserLogEvent() { }
- public string Category { get { throw null; } }
- public int Level { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public abstract partial class Value : Mono.Debugger.Soft.Mirror
- {
- internal Value() { }
- }
- public partial class VersionInfo
- {
- public VersionInfo() { }
- public int MajorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MinorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string VMVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AtLeast(int major, int minor) { throw null; }
- }
- public partial class VirtualMachine : Mono.Debugger.Soft.Mirror
- {
- internal VirtualMachine() { }
- public System.Net.EndPoint EndPoint { get { throw null; } }
- public System.Diagnostics.Process Process { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror RootDomain { get { throw null; } }
- public System.IO.StreamReader StandardError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.IO.StreamReader StandardOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.ITargetProcess TargetProcess { get { throw null; } }
- public Mono.Debugger.Soft.VersionInfo Version { get { throw null; } }
- public void ClearAllBreakpoints() { }
- public Mono.Debugger.Soft.AssemblyLoadEventRequest CreateAssemblyLoadRequest() { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.Location loc) { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public Mono.Debugger.Soft.EnumMirror CreateEnumMirror(Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.PrimitiveValue value) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught) { throw null; }
- public Mono.Debugger.Soft.MethodEntryEventRequest CreateMethodEntryRequest() { throw null; }
- public Mono.Debugger.Soft.MethodExitEventRequest CreateMethodExitRequest() { throw null; }
- public Mono.Debugger.Soft.StepEventRequest CreateStepRequest(Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.TypeLoadEventRequest CreateTypeLoadRequest() { throw null; }
- public Mono.Debugger.Soft.PrimitiveValue CreateValue(object value) { throw null; }
- public void Detach() { }
- public void Disconnect() { }
- [System.ObsoleteAttribute("This method was poorly named; use the Detach() method instead")]
- public void Dispose() { }
- public void EnableEvents(params Mono.Debugger.Soft.EventType[] events) { }
- public void EnableEvents(Mono.Debugger.Soft.EventType[] events, Mono.Debugger.Soft.SuspendPolicy suspendPolicy) { }
- public void Exit(int exitCode) { }
- public void ForceDisconnect() { }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
- public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
- public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypes(string name, bool ignoreCase) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypesForSourceFile(string fname, bool ignoreCase) { throw null; }
- public void Resume() { }
- public Mono.Debugger.Soft.BreakpointEventRequest SetBreakpoint(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public void SetSocketTimeouts(int send_timeout, int receive_timeout, int keepalive_interval) { }
- public void Suspend() { }
- }
- public partial class VirtualMachineManager
- {
- internal VirtualMachineManager() { }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback, out int dbg_port, out int con_port) { dbg_port = default(int); con_port = default(int); throw null; }
- public static void CancelConnection(System.IAsyncResult asyncResult) { }
- public static Mono.Debugger.Soft.VirtualMachine Connect(Mono.Debugger.Soft.Connection transport, System.IO.StreamReader standardOutput, System.IO.StreamReader standardError) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint, System.Net.IPEndPoint consoleEndpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ConnectInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock, System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndConnect(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndLaunch(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndListen(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(Mono.Debugger.Soft.ITargetProcess p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(System.Diagnostics.Process p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ListenInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock) { throw null; }
- }
- public partial class VMDeathEvent : Mono.Debugger.Soft.Event
- {
- public VMDeathEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, int exit_code) { }
- public int ExitCode { get { throw null; } }
- }
- public partial class VMDisconnectedException : System.Exception
- {
- public VMDisconnectedException() { }
- }
- public partial class VMDisconnectEvent : Mono.Debugger.Soft.Event
- {
- public VMDisconnectEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id) { }
- }
- public partial class VMMismatchException : System.Exception
- {
- public VMMismatchException() { }
- }
- public partial class VMNotSuspendedException : System.InvalidOperationException
- {
- public VMNotSuspendedException() { }
- }
- public partial class VMStartEvent : Mono.Debugger.Soft.Event
- {
- public VMStartEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, long thread_id) { }
- }
-}
diff --git a/src/v4.0/Mono.Http.cs b/src/v4.0/Mono.Http.cs
deleted file mode 100644
index 25df618..0000000
--- a/src/v4.0/Mono.Http.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Http and ASP.NET utilities")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Http.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Http
-{
- [System.SerializableAttribute]
- public partial class GZipWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
- {
- public GZipWebRequest(System.Net.WebRequest request) { }
- protected GZipWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- public override string ConnectionGroupName { get { throw null; } set { } }
- public override long ContentLength { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Net.ICredentials Credentials { get { throw null; } set { } }
- public bool EnableCompression { get { throw null; } set { } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
- public override string Method { get { throw null; } set { } }
- public override bool PreAuthenticate { get { throw null; } set { } }
- public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
- public System.Net.WebRequest RealRequest { get { throw null; } }
- public override System.Uri RequestUri { get { throw null; } }
- public override int Timeout { get { throw null; } set { } }
- public override void Abort() { }
- public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
- public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
- public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
- public override System.IO.Stream GetRequestStream() { throw null; }
- public override System.Net.WebResponse GetResponse() { throw null; }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class GZipWebRequestCreator : System.Net.IWebRequestCreate
- {
- public GZipWebRequestCreator() { }
- public System.Net.WebRequest Create(System.Uri uri) { throw null; }
- }
- public partial class GZipWriteFilter : System.IO.Stream
- {
- public GZipWriteFilter(System.IO.Stream baseStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- 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 override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class NtlmClient : System.Net.IAuthenticationModule
- {
- public NtlmClient() { }
- public string AuthenticationType { get { throw null; } }
- public bool CanPreAuthenticate { get { throw null; } }
- public System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- public System.Net.Authorization PreAuthenticate(System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- }
-}
-namespace Mono.Http.Configuration
-{
- public partial class AcceptEncodingConfig
- {
- public AcceptEncodingConfig() { }
- public AcceptEncodingConfig(Mono.Http.Configuration.AcceptEncodingConfig parent) { }
- public void Add(string encoding, string type) { }
- public void Clear() { }
- public bool SetFilter(System.Web.HttpResponse response, string acceptEncoding) { throw null; }
- }
- public partial class AcceptEncodingSectionHandler : System.Configuration.IConfigurationSectionHandler
- {
- public AcceptEncodingSectionHandler() { }
- public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
- }
-}
-namespace Mono.Http.Modules
-{
- public partial class AcceptEncodingModule : System.Web.IHttpModule
- {
- public AcceptEncodingModule() { }
- public void Dispose() { }
- public void Init(System.Web.HttpApplication app) { }
- }
- public abstract partial class AuthenticationModule : System.Web.IHttpModule
- {
- public AuthenticationModule(string authenticationMethod) { }
- public string AuthenticationMethod { get { throw null; } }
- protected bool AuthenticationRequired { get { throw null; } }
- protected abstract bool AcceptCredentials(System.Web.HttpApplication app, string authentication);
- protected string Authorization(System.Web.HttpApplication app, string authenticationMethod) { throw null; }
- protected void DenyAccess(System.Web.HttpApplication app) { }
- public virtual void Dispose() { }
- public virtual void Init(System.Web.HttpApplication context) { }
- public virtual void OnAuthenticateRequest(object source, System.EventArgs eventArgs) { }
- public abstract void OnEndRequest(object source, System.EventArgs eventArgs);
- }
- public partial class BasicAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public BasicAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
- public partial class DigestAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public DigestAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- protected virtual string GetCurrentNonce() { throw null; }
- protected virtual bool GetUserByName(System.Web.HttpApplication app, string username, out string password, out string[] roles) { password = default(string); roles = default(string[]); throw null; }
- protected virtual bool IsValidNonce(string nonce) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
-}
-namespace System.Net
-{
- [System.SerializableAttribute]
- public partial class GZipWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
- {
- protected GZipWebResponse(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public override long ContentLength { get { throw null; } }
- public override string ContentType { get { throw null; } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } }
- public bool IsCompressed { get { throw null; } }
- public System.Net.WebResponse RealResponse { get { throw null; } }
- public override System.Uri ResponseUri { get { throw null; } }
- public override void Close() { }
- public override System.IO.Stream GetResponseStream() { throw null; }
- void System.IDisposable.Dispose() { }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
diff --git a/src/v4.0/Mono.Management.cs b/src/v4.0/Mono.Management.cs
deleted file mode 100644
index a8e5d88..0000000
--- a/src/v4.0/Mono.Management.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Attach
-{
- public partial class VirtualMachine
- {
- public VirtualMachine(long pid) { }
- public bool IsCurrent { get { throw null; } }
- public long Pid { get { throw null; } }
- public void Attach(string agent, string args) { }
- public string[] GetCommandLine() { throw null; }
- public static System.Collections.Generic.List<Mono.Attach.VirtualMachine> GetVirtualMachines() { throw null; }
- public string GetWorkingDirectory() { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.0/Mono.Messaging.RabbitMQ.cs b/src/v4.0/Mono.Messaging.RabbitMQ.cs
deleted file mode 100644
index df4de9b..0000000
--- a/src/v4.0/Mono.Messaging.RabbitMQ.cs
+++ /dev/null
@@ -1,174 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(false)]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging.RabbitMQ
-{
- public delegate global::RabbitMQ.Client.IConnection CreateConnectionDelegate(string host);
- public partial interface IMessagingContext : System.IDisposable
- {
- void Delete(Mono.Messaging.QueueReference qRef);
- void Purge(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack);
- void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg);
- }
- public delegate bool IsMatch(global::RabbitMQ.Client.Events.BasicDeliverEventArgs result);
- public partial class MessageFactory
- {
- public MessageFactory(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider) { }
- public static System.DateTime AmqpTimestampToDateTime(global::RabbitMQ.Client.AmqpTimestamp ats) { throw null; }
- public static global::RabbitMQ.Client.AmqpTimestamp DateTimeToAmqpTimestamp(System.DateTime t) { throw null; }
- public static string GetString(System.Collections.IDictionary properties, string key) { throw null; }
- public Mono.Messaging.IMessage ReadMessage(Mono.Messaging.QueueReference destination, global::RabbitMQ.Client.Events.BasicDeliverEventArgs result) { throw null; }
- public static int TimeSpanToMillis(System.TimeSpan timespan) { throw null; }
- public global::RabbitMQ.Client.Content.IMessageBuilder WriteMessage(global::RabbitMQ.Client.IModel ch, Mono.Messaging.IMessage msg) { throw null; }
- }
- public partial class MessagingContext : Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public MessagingContext(Mono.Messaging.RabbitMQ.MessageFactory factory, string host, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnection) { }
- public global::RabbitMQ.Client.IConnection Connection { get { throw null; } }
- public global::RabbitMQ.Client.IModel Model { get { throw null; } }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage message) { }
- }
- public partial class MessagingContextPool
- {
- public MessagingContextPool(Mono.Messaging.RabbitMQ.MessageFactory messageFactory, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnectionDelegate) { }
- public Mono.Messaging.RabbitMQ.MessagingContext GetContext(string host) { throw null; }
- public void ReturnContext(Mono.Messaging.RabbitMQ.MessagingContext context) { }
- }
- public partial class RabbitMQMessageEnumerator : Mono.Messaging.IMessageEnumerator, System.IDisposable
- {
- public RabbitMQMessageEnumerator(Mono.Messaging.RabbitMQ.MessageFactory helper, Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Current { get { throw null; } }
- public System.IntPtr CursorHandle { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- public void Dispose(bool disposing) { }
- public bool MoveNext() { throw null; }
- public bool MoveNext(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent() { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Reset() { }
- }
- public partial class RabbitMQMessageQueue : Mono.Messaging.MessageQueueBase, Mono.Messaging.IMessageQueue
- {
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, Mono.Messaging.QueueReference qRef, bool transactional) { }
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, bool transactional) { }
- public bool Authenticate { get { throw null; } set { } }
- public short BasePriority { get { throw null; } set { } }
- public bool CanRead { get { throw null; } }
- public bool CanWrite { get { throw null; } }
- public System.Guid Category { get { throw null; } set { } }
- public System.DateTime CreateTime { get { throw null; } }
- public bool DenySharedReceive { get { throw null; } set { } }
- public Mono.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
- public System.Guid Id { get { throw null; } }
- public System.DateTime LastModifyTime { get { throw null; } }
- public long MaximumJournalSize { get { throw null; } set { } }
- public long MaximumQueueSize { get { throw null; } set { } }
- public Mono.Messaging.QueueReference QRef { get { throw null; } set { } }
- protected override Mono.Messaging.IMessageQueue Queue { get { throw null; } }
- public System.IntPtr ReadHandle { get { throw null; } }
- public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
- public bool Transactional { get { throw null; } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public System.IntPtr WriteHandle { get { throw null; } }
- public void Close() { }
- public static void Delete(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessageEnumerator GetMessageEnumerator() { throw null; }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.PeekCompleted { add { } remove { } }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.ReceiveCompleted { add { } remove { } }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndPeek(System.IAsyncResult asyncResult) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndReceive(System.IAsyncResult asyncResult) { throw null; }
- void Mono.Messaging.IMessageQueue.SendPeekCompleted(System.IAsyncResult result) { }
- void Mono.Messaging.IMessageQueue.SendReceiveCompleted(System.IAsyncResult result) { }
- public Mono.Messaging.IMessage Peek() { throw null; }
- public Mono.Messaging.IMessage Peek(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout) { throw null; }
- public void Purge() { }
- public Mono.Messaging.IMessage Receive() { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Send(Mono.Messaging.IMessage msg) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.IMessageQueueTransaction transaction) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.MessageQueueTransactionType transactionType) { }
- }
- public partial class RabbitMQMessageQueueTransaction : Mono.Messaging.IMessageQueueTransaction, Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public RabbitMQMessageQueueTransaction(string txId, Mono.Messaging.RabbitMQ.MessagingContextPool contextPool) { }
- public string Id { get { throw null; } }
- public Mono.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
- public void Abort() { }
- public void Begin() { }
- public void Commit() { }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg) { }
- }
- public partial class RabbitMQMessagingProvider : Mono.Messaging.IMessagingProvider
- {
- public RabbitMQMessagingProvider() { }
- public Mono.Messaging.RabbitMQ.IMessagingContext CreateContext(string host) { throw null; }
- public Mono.Messaging.IMessage CreateMessage() { throw null; }
- public Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional) { throw null; }
- public Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction() { throw null; }
- public void DeleteQueue(Mono.Messaging.QueueReference qRef) { }
- public bool Exists(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue[] GetPublicQueues() { throw null; }
- }
-}
diff --git a/src/v4.0/Mono.Messaging.cs b/src/v4.0/Mono.Messaging.cs
deleted file mode 100644
index bd0d6ba..0000000
--- a/src/v4.0/Mono.Messaging.cs
+++ /dev/null
@@ -1,397 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging
-{
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum AcknowledgeTypes
- {
- FullReachQueue = 5,
- FullReceive = 14,
- NegativeReceive = 8,
- None = 0,
- NotAcknowledgeReachQueue = 4,
- NotAcknowledgeReceive = 12,
- PositiveArrival = 1,
- PositiveReceive = 2,
- }
- [System.SerializableAttribute]
- public enum Acknowledgment
- {
- AccessDenied = 32772,
- BadDestinationQueue = 32768,
- BadEncryption = 32775,
- BadSignature = 32774,
- CouldNotEncrypt = 32776,
- HopCountExceeded = 32773,
- None = 0,
- NotTransactionalMessage = 32778,
- NotTransactionalQueue = 32777,
- Purged = 32769,
- QueueDeleted = 49152,
- QueueExceedMaximumSize = 32771,
- QueuePurged = 49153,
- ReachQueue = 2,
- ReachQueueTimeout = 32770,
- Receive = 16384,
- ReceiveTimeout = 49154,
- }
- public partial class CompletedEventArgs : System.EventArgs
- {
- public CompletedEventArgs(System.IAsyncResult result) { }
- public System.IAsyncResult AsyncResult { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public delegate void CompletedEventHandler(object sender, Mono.Messaging.CompletedEventArgs e);
- public partial class ConcurrentLinkedQueue<T>
- {
- public ConcurrentLinkedQueue() { }
- public T Dequeue() { throw null; }
- public void Enqueue(T context) { }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionException : Mono.Messaging.MonoMessagingException
- {
- public ConnectionException(Mono.Messaging.QueueReference qRef) { }
- public ConnectionException(Mono.Messaging.QueueReference qRef, System.Exception e) { }
- public Mono.Messaging.QueueReference QRef { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum CryptographicProviderType
- {
- Dss = 3,
- Fortezza = 4,
- MicrosoftExchange = 5,
- None = 0,
- RsaFull = 1,
- RsqSig = 2,
- Ssl = 6,
- SttAcq = 8,
- SttBrnd = 9,
- SttIss = 11,
- SttMer = 7,
- SttRoot = 10,
- }
- [System.SerializableAttribute]
- public enum EncryptionAlgorithm
- {
- None = 0,
- Rc2 = 26114,
- Rc4 = 26625,
- }
- [System.SerializableAttribute]
- public enum EncryptionRequired
- {
- Body = 2,
- None = 0,
- Optional = 1,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithm
- {
- Mac = 32773,
- Md2 = 32769,
- Md4 = 32770,
- Md5 = 32771,
- None = 0,
- Sha = 32772,
- }
- public partial interface IMessage
- {
- Mono.Messaging.AcknowledgeTypes AcknowledgeType { get; set; }
- Mono.Messaging.Acknowledgment Acknowledgment { get; }
- Mono.Messaging.IMessageQueue AdministrationQueue { get; set; }
- int AppSpecific { get; set; }
- System.DateTime ArrivedTime { get; }
- bool AttachSenderId { get; set; }
- bool Authenticated { get; }
- string AuthenticationProviderName { get; set; }
- Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get; set; }
- System.IO.Stream BodyStream { get; set; }
- int BodyType { get; set; }
- System.Guid ConnectorType { get; set; }
- string CorrelationId { get; set; }
- Mono.Messaging.IMessageQueue DestinationQueue { get; }
- byte[] DestinationSymmetricKey { get; set; }
- byte[] DigitalSignature { get; set; }
- Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get; set; }
- byte[] Extension { get; set; }
- Mono.Messaging.HashAlgorithm HashAlgorithm { get; set; }
- string Id { get; }
- bool IsFirstInTransaction { get; }
- bool IsLastInTransaction { get; }
- string Label { get; set; }
- Mono.Messaging.MessageType MessageType { get; }
- Mono.Messaging.MessagePriority Priority { get; set; }
- bool Recoverable { get; set; }
- Mono.Messaging.IMessageQueue ResponseQueue { get; set; }
- byte[] SenderCertificate { get; set; }
- byte[] SenderId { get; }
- long SenderVersion { get; }
- System.DateTime SentTime { get; }
- string SourceMachine { get; }
- System.TimeSpan TimeToBeReceived { get; set; }
- System.TimeSpan TimeToReachQueue { get; set; }
- string TransactionId { get; }
- Mono.Messaging.IMessageQueue TransactionStatusQueue { get; set; }
- bool UseAuthentication { get; set; }
- bool UseDeadLetterQueue { get; set; }
- bool UseEncryption { get; set; }
- bool UseJournalQueue { get; set; }
- bool UseTracing { get; set; }
- void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId);
- }
- public partial interface IMessageEnumerator : System.IDisposable
- {
- Mono.Messaging.IMessage Current { get; }
- System.IntPtr CursorHandle { get; }
- void Close();
- void Dispose(bool disposing);
- bool MoveNext();
- bool MoveNext(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent();
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- }
- public partial interface IMessageQueue
- {
- bool Authenticate { get; set; }
- short BasePriority { get; set; }
- bool CanRead { get; }
- bool CanWrite { get; }
- System.Guid Category { get; set; }
- System.DateTime CreateTime { get; }
- bool DenySharedReceive { get; set; }
- Mono.Messaging.EncryptionRequired EncryptionRequired { get; set; }
- System.Guid Id { get; }
- System.DateTime LastModifyTime { get; }
- long MaximumJournalSize { get; set; }
- long MaximumQueueSize { get; set; }
- Mono.Messaging.QueueReference QRef { get; set; }
- System.IntPtr ReadHandle { get; }
- System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
- bool Transactional { get; }
- bool UseJournalQueue { get; set; }
- System.IntPtr WriteHandle { get; }
- event Mono.Messaging.CompletedEventHandler PeekCompleted;
- event Mono.Messaging.CompletedEventHandler ReceiveCompleted;
- System.IAsyncResult BeginPeek();
- System.IAsyncResult BeginPeek(System.TimeSpan timeout);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- System.IAsyncResult BeginReceive();
- System.IAsyncResult BeginReceive(System.TimeSpan timeout);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- void Close();
- Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessageEnumerator GetMessageEnumerator();
- Mono.Messaging.IMessage Peek();
- Mono.Messaging.IMessage Peek(System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekById(string id);
- Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout);
- void Purge();
- Mono.Messaging.IMessage Receive();
- Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- void Send(Mono.Messaging.IMessage message);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.IMessageQueueTransaction transaction);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.MessageQueueTransactionType transactionType);
- void SendPeekCompleted(System.IAsyncResult result);
- void SendReceiveCompleted(System.IAsyncResult result);
- }
- public partial interface IMessageQueueTransaction : System.IDisposable
- {
- Mono.Messaging.MessageQueueTransactionStatus Status { get; }
- void Abort();
- void Begin();
- void Commit();
- }
- public partial interface IMessagingProvider
- {
- Mono.Messaging.IMessage CreateMessage();
- Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional);
- Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction();
- void DeleteQueue(Mono.Messaging.QueueReference qRef);
- bool Exists(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue[] GetPublicQueues();
- }
- public partial class MessageBase : Mono.Messaging.IMessage
- {
- public MessageBase() { }
- public Mono.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
- public Mono.Messaging.Acknowledgment Acknowledgment { get { throw null; } }
- public Mono.Messaging.IMessageQueue AdministrationQueue { get { throw null; } set { } }
- public int AppSpecific { get { throw null; } set { } }
- public System.DateTime ArrivedTime { get { throw null; } }
- public bool AttachSenderId { get { throw null; } set { } }
- public bool Authenticated { get { throw null; } }
- public string AuthenticationProviderName { get { throw null; } set { } }
- public Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get { throw null; } set { } }
- public System.IO.Stream BodyStream { get { throw null; } set { } }
- public int BodyType { get { throw null; } set { } }
- public System.Guid ConnectorType { get { throw null; } set { } }
- public string CorrelationId { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue DestinationQueue { get { throw null; } }
- public byte[] DestinationSymmetricKey { get { throw null; } set { } }
- public byte[] DigitalSignature { get { throw null; } set { } }
- public Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
- public byte[] Extension { get { throw null; } set { } }
- public Mono.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public string Id { get { throw null; } }
- public bool IsFirstInTransaction { get { throw null; } }
- public bool IsLastInTransaction { get { throw null; } }
- public string Label { get { throw null; } set { } }
- public Mono.Messaging.MessageType MessageType { get { throw null; } }
- public Mono.Messaging.MessagePriority Priority { get { throw null; } set { } }
- public bool Recoverable { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue ResponseQueue { get { throw null; } set { } }
- public byte[] SenderCertificate { get { throw null; } set { } }
- public byte[] SenderId { get { throw null; } }
- public long SenderVersion { get { throw null; } }
- public System.DateTime SentTime { get { throw null; } }
- public string SourceMachine { get { throw null; } }
- public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
- public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
- public string TransactionId { get { throw null; } }
- public Mono.Messaging.IMessageQueue TransactionStatusQueue { get { throw null; } set { } }
- public bool UseAuthentication { get { throw null; } set { } }
- public bool UseDeadLetterQueue { get { throw null; } set { } }
- public bool UseEncryption { get { throw null; } set { } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public bool UseTracing { get { throw null; } set { } }
- public void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId) { }
- }
- [System.SerializableAttribute]
- public enum MessagePriority
- {
- AboveNormal = 4,
- High = 5,
- Highest = 7,
- Low = 2,
- Lowest = 0,
- Normal = 3,
- VeryHigh = 6,
- VeryLow = 1,
- }
- public abstract partial class MessageQueueBase
- {
- protected MessageQueueBase() { }
- protected abstract Mono.Messaging.IMessageQueue Queue { get; }
- public event Mono.Messaging.CompletedEventHandler PeekCompleted { add { } remove { } }
- public event Mono.Messaging.CompletedEventHandler ReceiveCompleted { add { } remove { } }
- public System.IAsyncResult BeginPeek() { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public System.IAsyncResult BeginReceive() { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult) { throw null; }
- public void SendPeekCompleted(System.IAsyncResult result) { }
- public void SendReceiveCompleted(System.IAsyncResult result) { }
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionStatus
- {
- Aborted = 0,
- Committed = 1,
- Initialized = 2,
- Pending = 3,
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionType
- {
- Automatic = 1,
- None = 0,
- Single = 3,
- }
- [System.SerializableAttribute]
- public enum MessageType
- {
- Acknowledgment = 1,
- Normal = 2,
- Report = 3,
- }
- public partial class MessageUnavailableException : Mono.Messaging.MonoMessagingException
- {
- public MessageUnavailableException() { }
- public MessageUnavailableException(string msg) { }
- public MessageUnavailableException(string msg, System.Exception e) { }
- }
- public partial class MessagingProviderLocator
- {
- internal MessagingProviderLocator() { }
- public static readonly System.TimeSpan InfiniteTimeout;
- public static Mono.Messaging.MessagingProviderLocator Instance { get { throw null; } }
- public static Mono.Messaging.IMessagingProvider GetProvider() { throw null; }
- }
- public partial class MonoMessagingException : System.Exception
- {
- public MonoMessagingException() { }
- public MonoMessagingException(string msg) { }
- public MonoMessagingException(string msg, System.Exception e) { }
- }
- public sealed partial class QueueReference
- {
- public static readonly Mono.Messaging.QueueReference DEFAULT;
- public static readonly string LOCALHOST;
- public QueueReference(string host, string queue, bool isPrivate) { }
- public string Host { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public string Queue { get { throw null; } }
- public bool Equals(Mono.Messaging.QueueReference other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool IsPrivateStr(string s) { throw null; }
- public static bool operator ==(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static bool operator !=(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static Mono.Messaging.QueueReference Parse(string path) { throw null; }
- public static string RemoveLeadingSlashes(string s) { throw null; }
- public Mono.Messaging.QueueReference SetHost(string host) { throw null; }
- public Mono.Messaging.QueueReference SetQueue(string queue) { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.0/Mono.Posix.cs b/src/v4.0/Mono.Posix.cs
deleted file mode 100644
index ab2b58a..0000000
--- a/src/v4.0/Mono.Posix.cs
+++ /dev/null
@@ -1,2557 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Unix Integration Classes")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Posix.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Posix
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.AccessModes")]
- public enum AccessMode
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Catalog")]
- public partial class Catalog
- {
- public Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum FileMode
- {
- S_IRGRP = 32,
- S_IROTH = 4,
- S_IRUSR = 256,
- S_ISGID = 1024,
- S_ISUID = 2048,
- S_ISVTX = 512,
- S_IWGRP = 16,
- S_IWOTH = 2,
- S_IWUSR = 128,
- S_IXGRP = 8,
- S_IXOTH = 1,
- S_IXUSR = 64,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.OpenFlags")]
- public enum OpenFlags
- {
- O_APPEND = 64,
- O_CREAT = 4,
- O_EXCL = 8,
- O_NOCTTY = 16,
- O_NONBLOCK = 128,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 256,
- O_TRUNC = 32,
- O_WRONLY = 1,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.PeerCred")]
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Signum")]
- public enum Signals
- {
- SIGABRT = 5,
- SIGALRM = 13,
- SIGBUS = 6,
- SIGCHLD = 15,
- SIGCONT = 16,
- SIGFPE = 7,
- SIGHUP = 0,
- SIGILL = 3,
- SIGINT = 1,
- SIGIO = 27,
- SIGKILL = 8,
- SIGPIPE = 12,
- SIGPROF = 25,
- SIGQUIT = 2,
- SIGSEGV = 10,
- SIGSTOP = 17,
- SIGSYS = 28,
- SIGTERM = 14,
- SIGTRAP = 4,
- SIGTSTP = 18,
- SIGTTIN = 19,
- SIGTTOU = 20,
- SIGURG = 21,
- SIGUSR1 = 9,
- SIGUSR2 = 11,
- SIGVTALRM = 24,
- SIGWINCH = 26,
- SIGXCPU = 22,
- SIGXFSZ = 23,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_atime")]
- public readonly System.DateTime ATime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blocks")]
- public readonly long Blocks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blksize")]
- public readonly long BlockSize;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ctime")]
- public readonly System.DateTime CTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_dev")]
- public readonly int Device;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_rdev")]
- public readonly long DeviceType;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_gid")]
- public readonly int Gid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ino")]
- public readonly int INode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mode")]
- public readonly Mono.Posix.StatMode Mode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mtime")]
- public readonly System.DateTime MTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_nlink")]
- public readonly int NLinks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_size")]
- public readonly long Size;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_uid")]
- public readonly int Uid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.LocalUnixEpoch")]
- public static readonly System.DateTime UnixEpoch;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.ToDateTime")]
- public static System.DateTime UnixToDateTime(long unix) { throw null; }
- }
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatMode
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFBLK")]
- BlockDevice = 24576,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFCHR")]
- CharDevice = 8192,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFDIR")]
- Directory = 16384,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFIFO")]
- FIFO = 4096,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXGRP")]
- GroupExecute = 8,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRGRP")]
- GroupRead = 32,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWGRP")]
- GroupWrite = 16,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXOTH")]
- OthersExecute = 1,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IROTH")]
- OthersRead = 4,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWOTH")]
- OthersWrite = 2,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXUSR")]
- OwnerExecute = 64,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRUSR")]
- OwnerRead = 256,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWUSR")]
- OwnerWrite = 128,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFREG")]
- Regular = 32768,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISGID")]
- SGid = 1024,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFSOCK")]
- Socket = 49152,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISVTX")]
- Sticky = 512,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISUID")]
- SUid = 2048,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFLNK")]
- SymLink = 40960,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatModeMasks
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXG")]
- GroupMask = 56,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXO")]
- OthersMask = 7,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXU")]
- OwnerMask = 448,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFMT")]
- TypeMask = 61440,
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Syscall.")]
- public partial class Syscall
- {
- public Syscall() { }
- public static int access(string pathname, Mono.Posix.AccessMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir(string path);
- public static int chmod(string path, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- public static int creat(string pathname, Mono.Posix.FileMode flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int oldFileDescriptor, int newFileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int exit(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fork();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int geteuid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgid();
- public static string getgroupname(int gid) { throw null; }
- public static string GetHostName() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string gethostname() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getuid();
- public static string getusername(int uid) { throw null; }
- public static bool isatty(int desc) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void kill(int pid, int sig);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lseek(int fileDescriptor, int offset, int whence);
- public static int lstat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static int mkdir(string pathname, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int increment);
- public static int open(string pathname, Mono.Posix.OpenFlags flags) { throw null; }
- public static int open(string pathname, Mono.Posix.OpenFlags flags, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr read(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern string readdir(System.IntPtr dir);
- public static string readlink(string path) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(int gid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(int rgid, int egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(int ruid, int euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(int uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int signal(int signum, Mono.Posix.Syscall.sighandler_t handler);
- public static int stat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static string strerror(int errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink(string oldpath, string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void sync();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int umask(int umask);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink(string path);
- public static int waitpid(int pid, Mono.Posix.WaitOptions options) { throw null; }
- public static int waitpid(int pid, out int status, Mono.Posix.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFEXITED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSIGNALED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSTOPPED(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr write(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WSTOPSIG(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WTERMSIG(int status);
- public delegate void sighandler_t(int v);
- }
- [System.ObsoleteAttribute("Use Mono.Unix.UnixEndPoint")]
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.WaitOptions")]
- public enum WaitOptions
- {
- WNOHANG = 0,
- WUNTRACED = 1,
- }
-}
-namespace Mono.Remoting.Channels.Unix
-{
- public partial class UnixChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixChannel() { }
- public UnixChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixChannel(string path) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
- public partial class UnixClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixClientChannel() { }
- public UnixClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public UnixClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- }
- public partial class UnixServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver
- {
- public UnixServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixServerChannel(string path) { }
- public UnixServerChannel(string name, string path) { }
- public UnixServerChannel(string name, string path, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public string GetChannelUri() { throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
-}
-namespace Mono.Unix
-{
- [System.SerializableAttribute]
- public partial class AbstractUnixEndPoint : System.Net.EndPoint
- {
- public AbstractUnixEndPoint(string path) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Path { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Catalog
- {
- internal Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- public enum FileAccessPattern
- {
- FlushCache = 4,
- NoReuse = 5,
- Normal = 0,
- PreLoad = 3,
- Random = 1,
- Sequential = 2,
- }
- [System.FlagsAttribute]
- public enum FileAccessPermissions
- {
- AllPermissions = 511,
- DefaultPermissions = 438,
- GroupExecute = 8,
- GroupRead = 32,
- GroupReadWriteExecute = 56,
- GroupWrite = 16,
- OtherExecute = 1,
- OtherRead = 4,
- OtherReadWriteExecute = 7,
- OtherWrite = 2,
- UserExecute = 64,
- UserRead = 256,
- UserReadWriteExecute = 448,
- UserWrite = 128,
- }
- public sealed partial class FileHandleOperations
- {
- internal FileHandleOperations() { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- }
- [System.FlagsAttribute]
- public enum FileSpecialAttributes
- {
- SetGroupId = 1024,
- SetUserId = 2048,
- Sticky = 512,
- }
- public enum FileTypes
- {
- BlockDevice = 24576,
- CharacterDevice = 8192,
- Directory = 16384,
- Fifo = 4096,
- RegularFile = 32768,
- Socket = 49152,
- SymbolicLink = 40960,
- }
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- public partial class StdioFileStream : System.IO.Stream
- {
- public static readonly System.IntPtr InvalidFileStream;
- public static readonly System.IntPtr StandardError;
- public static readonly System.IntPtr StandardInput;
- public static readonly System.IntPtr StandardOutput;
- public StdioFileStream(System.IntPtr fileStream) { }
- public StdioFileStream(System.IntPtr fileStream, bool ownsHandle) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access, bool ownsHandle) { }
- public StdioFileStream(string path) { }
- public StdioFileStream(string path, System.IO.FileAccess access) { }
- public StdioFileStream(string path, System.IO.FileMode mode) { }
- public StdioFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) { }
- public StdioFileStream(string path, string mode) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~StdioFileStream() { }
- public override void Flush() { }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public void RestoreFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public void Rewind() { }
- public void SaveFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class UnixClient : System.MarshalByRefObject, System.IDisposable
- {
- public UnixClient() { }
- public UnixClient(Mono.Unix.UnixEndPoint ep) { }
- public UnixClient(string path) { }
- public System.Net.Sockets.Socket Client { get { throw null; } set { } }
- public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
- public Mono.Unix.PeerCred PeerCredential { get { throw null; } }
- public int ReceiveBufferSize { get { throw null; } set { } }
- public int ReceiveTimeout { get { throw null; } set { } }
- public int SendBufferSize { get { throw null; } set { } }
- public int SendTimeout { get { throw null; } set { } }
- public void Close() { }
- public void Connect(Mono.Unix.UnixEndPoint remoteEndPoint) { }
- public void Connect(string path) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~UnixClient() { }
- public System.Net.Sockets.NetworkStream GetStream() { throw null; }
- }
- public sealed partial class UnixDirectoryInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixDirectoryInfo(string path) : base (default(string)) { }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Parent { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Root { get { throw null; } }
- public void Create() { }
- public void Create(Mono.Unix.FileAccessPermissions mode) { }
- [System.CLSCompliantAttribute(false)]
- public void Create(Mono.Unix.Native.FilePermissions mode) { }
- public override void Delete() { }
- public void Delete(bool recursive) { }
- public static string GetCurrentDirectory() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(string regex) { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries() { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(string regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public static void SetCurrentDirectory(string path) { }
- }
- public sealed partial class UnixDriveInfo
- {
- public UnixDriveInfo(string mountPoint) { }
- public long AvailableFreeSpace { get { throw null; } }
- public string DriveFormat { get { throw null; } }
- public Mono.Unix.UnixDriveType DriveType { get { throw null; } }
- public bool IsReady { get { throw null; } }
- public long MaximumFilenameLength { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo RootDirectory { get { throw null; } }
- public long TotalFreeSpace { get { throw null; } }
- public long TotalSize { get { throw null; } }
- public string VolumeLabel { get { throw null; } }
- public static Mono.Unix.UnixDriveInfo[] GetDrives() { throw null; }
- public static Mono.Unix.UnixDriveInfo GetForSpecialFile(string specialFile) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum UnixDriveType
- {
- CDRom = 5,
- Fixed = 3,
- Network = 4,
- NoRootDirectory = 1,
- Ram = 6,
- Removable = 2,
- Unknown = 0,
- }
- [System.SerializableAttribute]
- public partial class UnixEncoding : System.Text.Encoding
- {
- public static readonly char EscapeByte;
- public static readonly System.Text.Encoding Instance;
- public UnixEncoding() { }
- public override bool Equals(object value) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetHashCode() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override byte[] GetPreamble() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class UnixEnvironment
- {
- internal UnixEnvironment() { }
- public static string CurrentDirectory { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo EffectiveGroup { get { throw null; } set { } }
- public static long EffectiveGroupId { get { throw null; } set { } }
- public static Mono.Unix.UnixUserInfo EffectiveUser { get { throw null; } set { } }
- public static long EffectiveUserId { get { throw null; } set { } }
- public static string Login { get { throw null; } }
- public static string MachineName { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo RealGroup { get { throw null; } }
- public static long RealGroupId { get { throw null; } }
- public static Mono.Unix.UnixUserInfo RealUser { get { throw null; } }
- public static long RealUserId { get { throw null; } }
- public static string UserName { get { throw null; } }
- public static int CreateSession() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string GetConfigurationString(Mono.Unix.Native.ConfstrName name) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static long GetConfigurationValue(Mono.Unix.Native.SysconfName name) { throw null; }
- public static Mono.Unix.UnixProcess GetParentProcess() { throw null; }
- public static int GetParentProcessId() { throw null; }
- public static int GetProcessGroup() { throw null; }
- public static long[] GetSupplementaryGroupIds() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetSupplementaryGroups() { throw null; }
- public static string[] GetUserShells() { throw null; }
- public static void SetNiceValue(int inc) { }
- public static void SetProcessGroup() { }
- public static void SetSupplementaryGroupIds(long[] list) { }
- public static void SetSupplementaryGroups(Mono.Unix.UnixGroupInfo[] groups) { }
- }
- public sealed partial class UnixFileInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixFileInfo(string path) : base (default(string)) { }
- public Mono.Unix.UnixDirectoryInfo Directory { get { throw null; } }
- public string DirectoryName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixStream Create() { throw null; }
- public Mono.Unix.UnixStream Create(Mono.Unix.FileAccessPermissions mode) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Create(Mono.Unix.Native.FilePermissions mode) { throw null; }
- public override void Delete() { }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access, Mono.Unix.Native.FilePermissions perms) { throw null; }
- public Mono.Unix.UnixStream OpenRead() { throw null; }
- public Mono.Unix.UnixStream OpenWrite() { throw null; }
- }
- public abstract partial class UnixFileSystemInfo
- {
- protected UnixFileSystemInfo(string path) { }
- public long BlocksAllocated { get { throw null; } }
- public long BlockSize { get { throw null; } }
- public long Device { get { throw null; } }
- public long DeviceType { get { throw null; } }
- public bool Exists { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public virtual string FullName { get { throw null; } }
- protected string FullPath { get { throw null; } set { } }
- public long Inode { get { throw null; } }
- public bool IsBlockDevice { get { throw null; } }
- public bool IsCharacterDevice { get { throw null; } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFifo { get { throw null; } }
- public bool IsRegularFile { get { throw null; } }
- public bool IsSetGroup { get { throw null; } }
- public bool IsSetUser { get { throw null; } }
- public bool IsSocket { get { throw null; } }
- public bool IsSticky { get { throw null; } }
- public bool IsSymbolicLink { get { throw null; } }
- public System.DateTime LastAccessTime { get { throw null; } }
- public System.DateTime LastAccessTimeUtc { get { throw null; } }
- public System.DateTime LastStatusChangeTime { get { throw null; } }
- public System.DateTime LastStatusChangeTimeUtc { get { throw null; } }
- public System.DateTime LastWriteTime { get { throw null; } }
- public System.DateTime LastWriteTimeUtc { get { throw null; } }
- public long Length { get { throw null; } }
- public long LinkCount { get { throw null; } }
- public abstract string Name { get; }
- protected string OriginalPath { get { throw null; } set { } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public bool CanAccess(Mono.Unix.Native.AccessModes mode) { throw null; }
- public Mono.Unix.UnixFileSystemInfo CreateLink(string path) { throw null; }
- public Mono.Unix.UnixSymbolicLinkInfo CreateSymbolicLink(string path) { throw null; }
- public abstract void Delete();
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- protected virtual bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public static Mono.Unix.UnixFileSystemInfo GetFileSystemEntry(string path) { throw null; }
- public void Refresh() { }
- public void SetLength(long length) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner, Mono.Unix.UnixGroupInfo group) { }
- public virtual void SetOwner(long owner, long group) { }
- public void SetOwner(string owner) { }
- public void SetOwner(string owner, string group) { }
- public Mono.Unix.Native.Stat ToStat() { throw null; }
- public override string ToString() { throw null; }
- public static bool TryGetFileSystemEntry(string path, out Mono.Unix.UnixFileSystemInfo entry) { entry = default(Mono.Unix.UnixFileSystemInfo); throw null; }
- }
- public sealed partial class UnixGroupInfo
- {
- public UnixGroupInfo(Mono.Unix.Native.Group group) { }
- public UnixGroupInfo(long group) { }
- public UnixGroupInfo(string group) { }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string Password { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetLocalGroups() { throw null; }
- public string[] GetMemberNames() { throw null; }
- public Mono.Unix.UnixUserInfo[] GetMembers() { throw null; }
- public Mono.Unix.Native.Group ToGroup() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixIOException : System.IO.IOException
- {
- public UnixIOException() { }
- public UnixIOException(Mono.Unix.Native.Errno errno) { }
- public UnixIOException(Mono.Unix.Native.Errno errno, System.Exception inner) { }
- public UnixIOException(int errno) { }
- public UnixIOException(int errno, System.Exception inner) { }
- protected UnixIOException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public UnixIOException(string message) { }
- public UnixIOException(string message, System.Exception inner) { }
- public Mono.Unix.Native.Errno ErrorCode { get { throw null; } }
- public int NativeErrorCode { get { throw null; } }
- }
- public partial class UnixListener : System.MarshalByRefObject, System.IDisposable
- {
- public UnixListener(Mono.Unix.UnixEndPoint localEndPoint) { }
- public UnixListener(string path) { }
- public System.Net.EndPoint LocalEndpoint { get { throw null; } }
- protected System.Net.Sockets.Socket Server { get { throw null; } }
- public System.Net.Sockets.Socket AcceptSocket() { throw null; }
- public Mono.Unix.UnixClient AcceptUnixClient() { throw null; }
- public void Dispose() { }
- protected void Dispose(bool disposing) { }
- ~UnixListener() { }
- public bool Pending() { throw null; }
- public void Start() { }
- public void Start(int backlog) { }
- public void Stop() { }
- }
- public sealed partial class UnixMarshal
- {
- internal UnixMarshal() { }
- public static System.IntPtr AllocHeap(long size) { throw null; }
- public static void FreeHeap(System.IntPtr ptr) { }
- [System.CLSCompliantAttribute(false)]
- public static string GetErrorDescription(Mono.Unix.Native.Errno errno) { throw null; }
- public static string PtrToString(System.IntPtr p) { throw null; }
- public static string PtrToString(System.IntPtr p, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string PtrToStringUnix(System.IntPtr p) { throw null; }
- public static System.IntPtr ReAllocHeap(System.IntPtr ptr, long size) { throw null; }
- public static bool ShouldRetrySyscall(int r) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool ShouldRetrySyscall(int r, out Mono.Unix.Native.Errno errno) { errno = default(Mono.Unix.Native.Errno); throw null; }
- public static System.IntPtr StringToHeap(string s) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count, System.Text.Encoding encoding) { throw null; }
- public static System.IntPtr StringToHeap(string s, System.Text.Encoding encoding) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForError(Mono.Unix.Native.Errno errno) { }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForErrorIf(int retval, Mono.Unix.Native.Errno errno) { }
- public static void ThrowExceptionForLastError() { }
- public static void ThrowExceptionForLastErrorIf(int retval) { }
- }
- public sealed partial class UnixPath
- {
- internal UnixPath() { }
- public static readonly char AltDirectorySeparatorChar;
- public static readonly char DirectorySeparatorChar;
- public static readonly char PathSeparator;
- public static readonly char VolumeSeparatorChar;
- public static string Combine(string path1, params string[] paths) { throw null; }
- public static string GetCanonicalPath(string path) { throw null; }
- public static string GetCompleteRealPath(string path) { throw null; }
- public static string GetDirectoryName(string path) { throw null; }
- public static string GetFileName(string path) { throw null; }
- public static string GetFullPath(string path) { throw null; }
- public static char[] GetInvalidPathChars() { throw null; }
- public static string GetPathRoot(string path) { throw null; }
- public static string GetRealPath(string path) { throw null; }
- public static bool IsPathRooted(string path) { throw null; }
- public static string ReadLink(string path) { throw null; }
- public static string ReadLinkAt(int dirfd, string path) { throw null; }
- public static string TryReadLink(string path) { throw null; }
- public static string TryReadLinkAt(int dirfd, string path) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct UnixPipes : System.IEquatable<Mono.Unix.UnixPipes>
- {
- public Mono.Unix.UnixStream Reading;
- public Mono.Unix.UnixStream Writing;
- public UnixPipes(Mono.Unix.UnixStream reading, Mono.Unix.UnixStream writing) { throw null;}
- public static Mono.Unix.UnixPipes CreatePipes() { throw null; }
- public bool Equals(Mono.Unix.UnixPipes value) { throw null; }
- public override bool Equals(object value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- public static bool operator !=(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- }
- public sealed partial class UnixProcess
- {
- internal UnixProcess() { }
- public int ExitCode { get { throw null; } }
- public bool HasExited { get { throw null; } }
- public bool HasSignaled { get { throw null; } }
- public bool HasStopped { get { throw null; } }
- public int Id { get { throw null; } }
- public int ProcessGroupId { get { throw null; } set { } }
- public int SessionId { get { throw null; } }
- public Mono.Unix.Native.Signum StopSignal { get { throw null; } }
- public Mono.Unix.Native.Signum TerminationSignal { get { throw null; } }
- public static Mono.Unix.UnixProcess GetCurrentProcess() { throw null; }
- public static int GetCurrentProcessId() { throw null; }
- public void Kill() { }
- [System.CLSCompliantAttribute(false)]
- public void Signal(Mono.Unix.Native.Signum signal) { }
- public void WaitForExit() { }
- }
- public partial class UnixSignal : System.Threading.WaitHandle
- {
- public UnixSignal(Mono.Unix.Native.RealTimeSignum rtsig) { }
- public UnixSignal(Mono.Unix.Native.Signum signum) { }
- public int Count { get { throw null; } set { } }
- public bool IsRealTimeSignal { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public Mono.Unix.Native.RealTimeSignum RealTimeSignum { get { throw null; } }
- public Mono.Unix.Native.Signum Signum { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public bool Reset() { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, int millisecondsTimeout) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, System.TimeSpan timeout) { throw null; }
- public override bool WaitOne() { throw null; }
- public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; }
- public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; }
- }
- public sealed partial class UnixStream : System.IO.Stream, System.IDisposable
- {
- public const int InvalidFileDescriptor = -1;
- public const int StandardErrorFileDescriptor = 2;
- public const int StandardInputFileDescriptor = 0;
- public const int StandardOutputFileDescriptor = 1;
- public UnixStream(int fileDescriptor) { }
- public UnixStream(int fileDescriptor, bool ownsHandle) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public int Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern) { }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public override void Close() { }
- ~UnixStream() { }
- public override void Flush() { }
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public int ReadAtOffset([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count, long fileOffset) { buffer = default(byte[]); throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SendTo(Mono.Unix.UnixStream output) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(Mono.Unix.UnixStream output, ulong count) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(int out_fd, ulong count) { }
- public override void SetLength(long value) { }
- public void SetOwner(long user, long group) { }
- public void SetOwner(string user) { }
- public void SetOwner(string user, string group) { }
- void System.IDisposable.Dispose() { }
- public override void Write(byte[] buffer, int offset, int count) { }
- public void WriteAtOffset(byte[] buffer, int offset, int count, long fileOffset) { }
- }
- public sealed partial class UnixSymbolicLinkInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixSymbolicLinkInfo(string path) : base (default(string)) { }
- [System.ObsoleteAttribute("Use GetContents()")]
- public Mono.Unix.UnixFileSystemInfo Contents { get { throw null; } }
- public string ContentsPath { get { throw null; } }
- public bool HasContents { get { throw null; } }
- public override string Name { get { throw null; } }
- public void CreateSymbolicLinkTo(Mono.Unix.UnixFileSystemInfo path) { }
- public void CreateSymbolicLinkTo(string path) { }
- public override void Delete() { }
- public Mono.Unix.UnixFileSystemInfo GetContents() { throw null; }
- protected override bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public override void SetOwner(long owner, long group) { }
- }
- public sealed partial class UnixUserInfo
- {
- public UnixUserInfo(Mono.Unix.Native.Passwd passwd) { }
- public UnixUserInfo(long user) { }
- public UnixUserInfo(string user) { }
- [System.CLSCompliantAttribute(false)]
- public UnixUserInfo(uint user) { }
- public Mono.Unix.UnixGroupInfo Group { get { throw null; } }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string HomeDirectory { get { throw null; } }
- public string Password { get { throw null; } }
- public string RealName { get { throw null; } }
- public string ShellProgram { get { throw null; } }
- public long UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixUserInfo[] GetLocalUsers() { throw null; }
- public static string GetLoginName() { throw null; }
- public static Mono.Unix.UnixUserInfo GetRealUser() { throw null; }
- public static long GetRealUserId() { throw null; }
- public Mono.Unix.Native.Passwd ToPasswd() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Unix.Native
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AccessModes
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AtFlags
- {
- AT_EMPTY_PATH = 4096,
- AT_NO_AUTOMOUNT = 2048,
- AT_REMOVEDIR = 512,
- AT_SYMLINK_FOLLOW = 1024,
- AT_SYMLINK_NOFOLLOW = 256,
- }
- public sealed partial class CdeclFunction
- {
- public CdeclFunction(string library, string method) { }
- public CdeclFunction(string library, string method, System.Type returnType) { }
- public object Invoke(object[] parameters) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum ConfstrName
- {
- _CS_GNU_LIBC_VERSION = 2,
- _CS_GNU_LIBPTHREAD_VERSION = 3,
- _CS_LFS64_CFLAGS = 1004,
- _CS_LFS64_LDFLAGS = 1005,
- _CS_LFS64_LIBS = 1006,
- _CS_LFS64_LINTFLAGS = 1007,
- _CS_LFS_CFLAGS = 1000,
- _CS_LFS_LDFLAGS = 1001,
- _CS_LFS_LIBS = 1002,
- _CS_LFS_LINTFLAGS = 1003,
- _CS_PATH = 0,
- _CS_POSIX_V6_ILP32_OFF32_CFLAGS = 1116,
- _CS_POSIX_V6_ILP32_OFF32_LDFLAGS = 1117,
- _CS_POSIX_V6_ILP32_OFF32_LIBS = 1118,
- _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS = 1119,
- _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS = 1120,
- _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS = 1121,
- _CS_POSIX_V6_ILP32_OFFBIG_LIBS = 1122,
- _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS = 1123,
- _CS_POSIX_V6_LP64_OFF64_CFLAGS = 1124,
- _CS_POSIX_V6_LP64_OFF64_LDFLAGS = 1125,
- _CS_POSIX_V6_LP64_OFF64_LIBS = 1126,
- _CS_POSIX_V6_LP64_OFF64_LINTFLAGS = 1127,
- _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS = 1128,
- _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS = 1129,
- _CS_POSIX_V6_LPBIG_OFFBIG_LIBS = 1130,
- _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS = 1131,
- _CS_V6_WIDTH_RESTRICTED_ENVS = 1,
- _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
- _CS_XBS5_ILP32_OFF32_LDFLAGS = 1101,
- _CS_XBS5_ILP32_OFF32_LIBS = 1102,
- _CS_XBS5_ILP32_OFF32_LINTFLAGS = 1103,
- _CS_XBS5_ILP32_OFFBIG_CFLAGS = 1104,
- _CS_XBS5_ILP32_OFFBIG_LDFLAGS = 1105,
- _CS_XBS5_ILP32_OFFBIG_LIBS = 1106,
- _CS_XBS5_ILP32_OFFBIG_LINTFLAGS = 1107,
- _CS_XBS5_LP64_OFF64_CFLAGS = 1108,
- _CS_XBS5_LP64_OFF64_LDFLAGS = 1109,
- _CS_XBS5_LP64_OFF64_LIBS = 1110,
- _CS_XBS5_LP64_OFF64_LINTFLAGS = 1111,
- _CS_XBS5_LPBIG_OFFBIG_CFLAGS = 1112,
- _CS_XBS5_LPBIG_OFFBIG_LDFLAGS = 1113,
- _CS_XBS5_LPBIG_OFFBIG_LIBS = 1114,
- _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS = 1115,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum DirectoryNotifyFlags
- {
- DN_ACCESS = 1,
- DN_ATTRIB = 32,
- DN_CREATE = 4,
- DN_DELETE = 8,
- DN_MODIFY = 2,
- DN_MULTISHOT = -2147483648,
- DN_RENAME = 16,
- }
- public sealed partial class Dirent : System.IEquatable<Mono.Unix.Native.Dirent>
- {
- [System.CLSCompliantAttribute(false)]
- public ulong d_ino;
- public string d_name;
- public long d_off;
- [System.CLSCompliantAttribute(false)]
- public ushort d_reclen;
- public byte d_type;
- public Dirent() { }
- public bool Equals(Mono.Unix.Native.Dirent value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=12, Pack=1)]
- public partial struct EpollEvent
- {
- [System.Runtime.InteropServices.FieldOffsetAttribute(0)]
- public Mono.Unix.Native.EpollEvents events;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public int fd;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public System.IntPtr ptr;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public uint u32;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public ulong u64;
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum EpollEvents : uint
- {
- EPOLLERR = (uint)8,
- EPOLLET = (uint)2147483648,
- EPOLLHUP = (uint)16,
- EPOLLIN = (uint)1,
- EPOLLMSG = (uint)1024,
- EPOLLONESHOT = (uint)1073741824,
- EPOLLOUT = (uint)4,
- EPOLLPRI = (uint)2,
- EPOLLRDBAND = (uint)128,
- EPOLLRDHUP = (uint)8192,
- EPOLLRDNORM = (uint)64,
- EPOLLWRBAND = (uint)512,
- EPOLLWRNORM = (uint)256,
- }
- [System.FlagsAttribute]
- public enum EpollFlags
- {
- EPOLL_CLOEXEC = 2000000,
- EPOLL_NONBLOCK = 4000,
- }
- public enum EpollOp
- {
- EPOLL_CTL_ADD = 1,
- EPOLL_CTL_DEL = 2,
- EPOLL_CTL_MOD = 3,
- }
- public enum Errno
- {
- E2BIG = 7,
- EACCES = 13,
- EADDRINUSE = 98,
- EADDRNOTAVAIL = 99,
- EADV = 68,
- EAFNOSUPPORT = 97,
- EAGAIN = 11,
- EALREADY = 114,
- EAUTH = 1080,
- EBADARCH = 1086,
- EBADE = 52,
- EBADEXEC = 1085,
- EBADF = 9,
- EBADFD = 77,
- EBADMACHO = 1088,
- EBADMSG = 74,
- EBADR = 53,
- EBADRPC = 1072,
- EBADRQC = 56,
- EBADSLT = 57,
- EBFONT = 59,
- EBUSY = 16,
- ECANCELED = 125,
- ECHILD = 10,
- ECHRNG = 44,
- ECOMM = 70,
- ECONNABORTED = 103,
- ECONNREFUSED = 111,
- ECONNRESET = 104,
- EDEADLK = 35,
- EDEADLOCK = 35,
- EDESTADDRREQ = 89,
- EDEVERR = 1083,
- EDOM = 33,
- EDOTDOT = 73,
- EDQUOT = 122,
- EEXIST = 17,
- EFAULT = 14,
- EFBIG = 27,
- EFTYPE = 1079,
- EHOSTDOWN = 112,
- EHOSTUNREACH = 113,
- EIDRM = 43,
- EILSEQ = 84,
- EINPROGRESS = 115,
- EINTR = 4,
- EINVAL = 22,
- EIO = 5,
- EISCONN = 106,
- EISDIR = 21,
- EISNAM = 120,
- EKEYEXPIRED = 127,
- EKEYREJECTED = 129,
- EKEYREVOKED = 128,
- EL2HLT = 51,
- EL2NSYNC = 45,
- EL3HLT = 46,
- EL3RST = 47,
- ELIBACC = 79,
- ELIBBAD = 80,
- ELIBEXEC = 83,
- ELIBMAX = 82,
- ELIBSCN = 81,
- ELNRNG = 48,
- ELOOP = 40,
- EMEDIUMTYPE = 124,
- EMFILE = 24,
- EMLINK = 31,
- EMSGSIZE = 90,
- EMULTIHOP = 72,
- ENAMETOOLONG = 36,
- ENAVAIL = 119,
- ENEEDAUTH = 1081,
- ENETDOWN = 100,
- ENETRESET = 102,
- ENETUNREACH = 101,
- ENFILE = 23,
- ENOANO = 55,
- ENOATTR = 1093,
- ENOBUFS = 105,
- ENOCSI = 50,
- ENODATA = 61,
- ENODEV = 19,
- ENOENT = 2,
- ENOEXEC = 8,
- ENOKEY = 126,
- ENOLCK = 37,
- ENOLINK = 67,
- ENOMEDIUM = 123,
- ENOMEM = 12,
- ENOMSG = 42,
- ENONET = 64,
- ENOPKG = 65,
- ENOPOLICY = 1103,
- ENOPROTOOPT = 92,
- ENOSPC = 28,
- ENOSR = 63,
- ENOSTR = 60,
- ENOSYS = 38,
- ENOTBLK = 15,
- ENOTCONN = 107,
- ENOTDIR = 20,
- ENOTEMPTY = 39,
- ENOTNAM = 118,
- ENOTRECOVERABLE = 131,
- ENOTSOCK = 88,
- ENOTTY = 25,
- ENOTUNIQ = 76,
- ENXIO = 6,
- EOPNOTSUPP = 95,
- EOVERFLOW = 75,
- EOWNERDEAD = 130,
- EPERM = 1,
- EPFNOSUPPORT = 96,
- EPIPE = 32,
- EPROCLIM = 1067,
- EPROCUNAVAIL = 1076,
- EPROGMISMATCH = 1075,
- EPROGUNAVAIL = 1074,
- EPROTO = 71,
- EPROTONOSUPPORT = 93,
- EPROTOTYPE = 91,
- EPWROFF = 1082,
- ERANGE = 34,
- EREMCHG = 78,
- EREMOTE = 66,
- EREMOTEIO = 121,
- ERESTART = 85,
- EROFS = 30,
- ERPCMISMATCH = 1073,
- ESHLIBVERS = 1087,
- ESHUTDOWN = 108,
- ESOCKTNOSUPPORT = 94,
- ESPIPE = 29,
- ESRCH = 3,
- ESRMNT = 69,
- ESTALE = 116,
- ESTRPIPE = 86,
- ETIME = 62,
- ETIMEDOUT = 110,
- ETOOMANYREFS = 109,
- ETXTBSY = 26,
- EUCLEAN = 117,
- EUNATCH = 49,
- EUSERS = 87,
- EWOULDBLOCK = 11,
- EXDEV = 18,
- EXFULL = 54,
- }
- [System.CLSCompliantAttribute(false)]
- public enum FcntlCommand
- {
- F_DUPFD = 0,
- F_GETFD = 1,
- F_GETFL = 3,
- F_GETLEASE = 1025,
- F_GETLK = 12,
- F_GETOWN = 9,
- F_GETSIG = 11,
- F_NOTIFY = 1026,
- F_SETFD = 2,
- F_SETFL = 4,
- F_SETLEASE = 1024,
- F_SETLK = 13,
- F_SETLKW = 14,
- F_SETOWN = 8,
- F_SETSIG = 10,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum FilePermissions : uint
- {
- ACCESSPERMS = (uint)511,
- ALLPERMS = (uint)4095,
- DEFFILEMODE = (uint)438,
- S_IFBLK = (uint)24576,
- S_IFCHR = (uint)8192,
- S_IFDIR = (uint)16384,
- S_IFIFO = (uint)4096,
- S_IFLNK = (uint)40960,
- S_IFMT = (uint)61440,
- S_IFREG = (uint)32768,
- S_IFSOCK = (uint)49152,
- S_IRGRP = (uint)32,
- S_IROTH = (uint)4,
- S_IRUSR = (uint)256,
- S_IRWXG = (uint)56,
- S_IRWXO = (uint)7,
- S_IRWXU = (uint)448,
- S_ISGID = (uint)1024,
- S_ISUID = (uint)2048,
- S_ISVTX = (uint)512,
- S_IWGRP = (uint)16,
- S_IWOTH = (uint)2,
- S_IWUSR = (uint)128,
- S_IXGRP = (uint)8,
- S_IXOTH = (uint)1,
- S_IXUSR = (uint)64,
- }
- public sealed partial class FilePosition : System.MarshalByRefObject, System.IDisposable, System.IEquatable<Mono.Unix.Native.FilePosition>
- {
- public FilePosition() { }
- public void Dispose() { }
- public bool Equals(Mono.Unix.Native.FilePosition value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- ~FilePosition() { }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Flock : System.IEquatable<Mono.Unix.Native.Flock>
- {
- public long l_len;
- public int l_pid;
- public long l_start;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.LockType l_type;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.SeekFlags l_whence;
- public bool Equals(Mono.Unix.Native.Flock value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- }
- public sealed partial class Fstab : System.IEquatable<Mono.Unix.Native.Fstab>
- {
- public string fs_file;
- public int fs_freq;
- public string fs_mntops;
- public int fs_passno;
- public string fs_spec;
- public string fs_type;
- public string fs_vfstype;
- public Fstab() { }
- public bool Equals(Mono.Unix.Native.Fstab value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class Group : System.IEquatable<Mono.Unix.Native.Group>
- {
- [System.CLSCompliantAttribute(false)]
- public uint gr_gid;
- public string[] gr_mem;
- public string gr_name;
- public string gr_passwd;
- public Group() { }
- public bool Equals(Mono.Unix.Native.Group value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Iovec
- {
- public System.IntPtr iov_base;
- [System.CLSCompliantAttribute(false)]
- public ulong iov_len;
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockfCommand
- {
- F_LOCK = 1,
- F_TEST = 3,
- F_TLOCK = 2,
- F_ULOCK = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockType : short
- {
- F_RDLCK = (short)0,
- F_UNLCK = (short)2,
- F_WRLCK = (short)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MlockallFlags
- {
- MCL_CURRENT = 1,
- MCL_FUTURE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapFlags
- {
- MAP_ANON = 32,
- MAP_ANONYMOUS = 32,
- MAP_DENYWRITE = 2048,
- MAP_EXECUTABLE = 4096,
- MAP_FILE = 0,
- MAP_FIXED = 16,
- MAP_GROWSDOWN = 256,
- MAP_LOCKED = 8192,
- MAP_NONBLOCK = 65536,
- MAP_NORESERVE = 16384,
- MAP_POPULATE = 32768,
- MAP_PRIVATE = 2,
- MAP_SHARED = 1,
- MAP_TYPE = 15,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapProts
- {
- PROT_EXEC = 4,
- PROT_GROWSDOWN = 16777216,
- PROT_GROWSUP = 33554432,
- PROT_NONE = 0,
- PROT_READ = 1,
- PROT_WRITE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MountFlags : ulong
- {
- ST_APPEND = (ulong)256,
- ST_BIND = (ulong)4096,
- ST_IMMUTABLE = (ulong)512,
- ST_MANDLOCK = (ulong)64,
- ST_NOATIME = (ulong)1024,
- ST_NODEV = (ulong)4,
- ST_NODIRATIME = (ulong)2048,
- ST_NOEXEC = (ulong)8,
- ST_NOSUID = (ulong)2,
- ST_RDONLY = (ulong)1,
- ST_REMOUNT = (ulong)32,
- ST_SYNCHRONOUS = (ulong)16,
- ST_WRITE = (ulong)128,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MremapFlags : ulong
- {
- MREMAP_MAYMOVE = (ulong)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MsyncFlags
- {
- MS_ASYNC = 1,
- MS_INVALIDATE = 2,
- MS_SYNC = 4,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class NativeConvert
- {
- internal NativeConvert() { }
- public static readonly System.DateTime LocalUnixEpoch;
- public static readonly System.TimeSpan LocalUtcOffset;
- public static readonly System.DateTime UnixEpoch;
- public static int FromAccessModes(Mono.Unix.Native.AccessModes value) { throw null; }
- public static int FromAtFlags(Mono.Unix.Native.AtFlags value) { throw null; }
- public static int FromConfstrName(Mono.Unix.Native.ConfstrName value) { throw null; }
- public static long FromDateTime(System.DateTime time) { throw null; }
- public static int FromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value) { throw null; }
- public static uint FromEpollEvents(Mono.Unix.Native.EpollEvents value) { throw null; }
- public static int FromEpollFlags(Mono.Unix.Native.EpollFlags value) { throw null; }
- public static int FromErrno(Mono.Unix.Native.Errno value) { throw null; }
- public static int FromFcntlCommand(Mono.Unix.Native.FcntlCommand value) { throw null; }
- public static uint FromFilePermissions(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static int FromLockfCommand(Mono.Unix.Native.LockfCommand value) { throw null; }
- public static short FromLockType(Mono.Unix.Native.LockType value) { throw null; }
- public static int FromMlockallFlags(Mono.Unix.Native.MlockallFlags value) { throw null; }
- public static int FromMmapFlags(Mono.Unix.Native.MmapFlags value) { throw null; }
- public static int FromMmapProts(Mono.Unix.Native.MmapProts value) { throw null; }
- public static ulong FromMountFlags(Mono.Unix.Native.MountFlags value) { throw null; }
- public static ulong FromMremapFlags(Mono.Unix.Native.MremapFlags value) { throw null; }
- public static int FromMsyncFlags(Mono.Unix.Native.MsyncFlags value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromOctalPermissionString(string value) { throw null; }
- public static int FromOpenFlags(Mono.Unix.Native.OpenFlags value) { throw null; }
- public static int FromPathconfName(Mono.Unix.Native.PathconfName value) { throw null; }
- public static short FromPollEvents(Mono.Unix.Native.PollEvents value) { throw null; }
- public static int FromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value) { throw null; }
- public static int FromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value) { throw null; }
- public static int FromRealTimeSignum(Mono.Unix.Native.RealTimeSignum sig) { throw null; }
- public static short FromSeekFlags(Mono.Unix.Native.SeekFlags value) { throw null; }
- public static int FromSignum(Mono.Unix.Native.Signum value) { throw null; }
- public static int FromSysconfName(Mono.Unix.Native.SysconfName value) { throw null; }
- public static int FromSyslogFacility(Mono.Unix.Native.SyslogFacility value) { throw null; }
- public static int FromSyslogLevel(Mono.Unix.Native.SyslogLevel value) { throw null; }
- public static int FromSyslogOptions(Mono.Unix.Native.SyslogOptions value) { throw null; }
- public static System.DateTime FromTimeT(long time) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromUnixPermissionString(string value) { throw null; }
- public static int FromWaitOptions(Mono.Unix.Native.WaitOptions value) { throw null; }
- public static int FromXattrFlags(Mono.Unix.Native.XattrFlags value) { throw null; }
- public static Mono.Unix.Native.AccessModes ToAccessModes(int value) { throw null; }
- public static Mono.Unix.Native.AtFlags ToAtFlags(int value) { throw null; }
- public static Mono.Unix.Native.ConfstrName ToConfstrName(int value) { throw null; }
- public static System.DateTime ToDateTime(long time) { throw null; }
- public static Mono.Unix.Native.DirectoryNotifyFlags ToDirectoryNotifyFlags(int value) { throw null; }
- public static Mono.Unix.Native.EpollEvents ToEpollEvents(uint value) { throw null; }
- public static Mono.Unix.Native.EpollFlags ToEpollFlags(int value) { throw null; }
- public static Mono.Unix.Native.Errno ToErrno(int value) { throw null; }
- public static Mono.Unix.Native.FcntlCommand ToFcntlCommand(int value) { throw null; }
- public static Mono.Unix.Native.FilePermissions ToFilePermissions(uint value) { throw null; }
- public static string ToFopenMode(System.IO.FileAccess access) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.LockfCommand ToLockfCommand(int value) { throw null; }
- public static Mono.Unix.Native.LockType ToLockType(short value) { throw null; }
- public static Mono.Unix.Native.MlockallFlags ToMlockallFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapFlags ToMmapFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapProts ToMmapProts(int value) { throw null; }
- public static Mono.Unix.Native.MountFlags ToMountFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MremapFlags ToMremapFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MsyncFlags ToMsyncFlags(int value) { throw null; }
- public static string ToOctalPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(int value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.PathconfName ToPathconfName(int value) { throw null; }
- public static Mono.Unix.Native.PollEvents ToPollEvents(short value) { throw null; }
- public static Mono.Unix.Native.PosixFadviseAdvice ToPosixFadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.PosixMadviseAdvice ToPosixMadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.RealTimeSignum ToRealTimeSignum(int offset) { throw null; }
- public static Mono.Unix.Native.SeekFlags ToSeekFlags(short value) { throw null; }
- public static Mono.Unix.Native.Signum ToSignum(int value) { throw null; }
- public static Mono.Unix.Native.SysconfName ToSysconfName(int value) { throw null; }
- public static Mono.Unix.Native.SyslogFacility ToSyslogFacility(int value) { throw null; }
- public static Mono.Unix.Native.SyslogLevel ToSyslogLevel(int value) { throw null; }
- public static Mono.Unix.Native.SyslogOptions ToSyslogOptions(int value) { throw null; }
- public static long ToTimeT(System.DateTime time) { throw null; }
- public static string ToUnixPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.WaitOptions ToWaitOptions(int value) { throw null; }
- public static Mono.Unix.Native.XattrFlags ToXattrFlags(int value) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Flock source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Iovec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Pollfd source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Stat source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Statvfs source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timespec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timeval source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timezone source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Utimbuf source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Flock destination) { destination = default(Mono.Unix.Native.Flock); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Iovec destination) { destination = default(Mono.Unix.Native.Iovec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Pollfd destination) { destination = default(Mono.Unix.Native.Pollfd); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Stat destination) { destination = default(Mono.Unix.Native.Stat); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Statvfs destination) { destination = default(Mono.Unix.Native.Statvfs); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timespec destination) { destination = default(Mono.Unix.Native.Timespec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timeval destination) { destination = default(Mono.Unix.Native.Timeval); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timezone destination) { destination = default(Mono.Unix.Native.Timezone); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Utimbuf destination) { destination = default(Mono.Unix.Native.Utimbuf); throw null; }
- public static bool TryFromAccessModes(Mono.Unix.Native.AccessModes value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromAtFlags(Mono.Unix.Native.AtFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromConfstrName(Mono.Unix.Native.ConfstrName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromEpollEvents(Mono.Unix.Native.EpollEvents value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromEpollFlags(Mono.Unix.Native.EpollFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromErrno(Mono.Unix.Native.Errno value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFcntlCommand(Mono.Unix.Native.FcntlCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFilePermissions(Mono.Unix.Native.FilePermissions value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromLockfCommand(Mono.Unix.Native.LockfCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromLockType(Mono.Unix.Native.LockType value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromMlockallFlags(Mono.Unix.Native.MlockallFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapFlags(Mono.Unix.Native.MmapFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapProts(Mono.Unix.Native.MmapProts value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMountFlags(Mono.Unix.Native.MountFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMremapFlags(Mono.Unix.Native.MremapFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMsyncFlags(Mono.Unix.Native.MsyncFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromOpenFlags(Mono.Unix.Native.OpenFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPathconfName(Mono.Unix.Native.PathconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPollEvents(Mono.Unix.Native.PollEvents value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSeekFlags(Mono.Unix.Native.SeekFlags value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromSignum(Mono.Unix.Native.Signum value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSysconfName(Mono.Unix.Native.SysconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogFacility(Mono.Unix.Native.SyslogFacility value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogLevel(Mono.Unix.Native.SyslogLevel value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogOptions(Mono.Unix.Native.SyslogOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromWaitOptions(Mono.Unix.Native.WaitOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromXattrFlags(Mono.Unix.Native.XattrFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryToAccessModes(int value, out Mono.Unix.Native.AccessModes rval) { rval = default(Mono.Unix.Native.AccessModes); throw null; }
- public static bool TryToAtFlags(int value, out Mono.Unix.Native.AtFlags rval) { rval = default(Mono.Unix.Native.AtFlags); throw null; }
- public static bool TryToConfstrName(int value, out Mono.Unix.Native.ConfstrName rval) { rval = default(Mono.Unix.Native.ConfstrName); throw null; }
- public static bool TryToDirectoryNotifyFlags(int value, out Mono.Unix.Native.DirectoryNotifyFlags rval) { rval = default(Mono.Unix.Native.DirectoryNotifyFlags); throw null; }
- public static bool TryToEpollEvents(uint value, out Mono.Unix.Native.EpollEvents rval) { rval = default(Mono.Unix.Native.EpollEvents); throw null; }
- public static bool TryToEpollFlags(int value, out Mono.Unix.Native.EpollFlags rval) { rval = default(Mono.Unix.Native.EpollFlags); throw null; }
- public static bool TryToErrno(int value, out Mono.Unix.Native.Errno rval) { rval = default(Mono.Unix.Native.Errno); throw null; }
- public static bool TryToFcntlCommand(int value, out Mono.Unix.Native.FcntlCommand rval) { rval = default(Mono.Unix.Native.FcntlCommand); throw null; }
- public static bool TryToFilePermissions(uint value, out Mono.Unix.Native.FilePermissions rval) { rval = default(Mono.Unix.Native.FilePermissions); throw null; }
- public static bool TryToLockfCommand(int value, out Mono.Unix.Native.LockfCommand rval) { rval = default(Mono.Unix.Native.LockfCommand); throw null; }
- public static bool TryToLockType(short value, out Mono.Unix.Native.LockType rval) { rval = default(Mono.Unix.Native.LockType); throw null; }
- public static bool TryToMlockallFlags(int value, out Mono.Unix.Native.MlockallFlags rval) { rval = default(Mono.Unix.Native.MlockallFlags); throw null; }
- public static bool TryToMmapFlags(int value, out Mono.Unix.Native.MmapFlags rval) { rval = default(Mono.Unix.Native.MmapFlags); throw null; }
- public static bool TryToMmapProts(int value, out Mono.Unix.Native.MmapProts rval) { rval = default(Mono.Unix.Native.MmapProts); throw null; }
- public static bool TryToMountFlags(ulong value, out Mono.Unix.Native.MountFlags rval) { rval = default(Mono.Unix.Native.MountFlags); throw null; }
- public static bool TryToMremapFlags(ulong value, out Mono.Unix.Native.MremapFlags rval) { rval = default(Mono.Unix.Native.MremapFlags); throw null; }
- public static bool TryToMsyncFlags(int value, out Mono.Unix.Native.MsyncFlags rval) { rval = default(Mono.Unix.Native.MsyncFlags); throw null; }
- public static bool TryToOpenFlags(int value, out Mono.Unix.Native.OpenFlags rval) { rval = default(Mono.Unix.Native.OpenFlags); throw null; }
- public static bool TryToPathconfName(int value, out Mono.Unix.Native.PathconfName rval) { rval = default(Mono.Unix.Native.PathconfName); throw null; }
- public static bool TryToPollEvents(short value, out Mono.Unix.Native.PollEvents rval) { rval = default(Mono.Unix.Native.PollEvents); throw null; }
- public static bool TryToPosixFadviseAdvice(int value, out Mono.Unix.Native.PosixFadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixFadviseAdvice); throw null; }
- public static bool TryToPosixMadviseAdvice(int value, out Mono.Unix.Native.PosixMadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixMadviseAdvice); throw null; }
- public static bool TryToSeekFlags(short value, out Mono.Unix.Native.SeekFlags rval) { rval = default(Mono.Unix.Native.SeekFlags); throw null; }
- public static bool TryToSignum(int value, out Mono.Unix.Native.Signum rval) { rval = default(Mono.Unix.Native.Signum); throw null; }
- public static bool TryToSysconfName(int value, out Mono.Unix.Native.SysconfName rval) { rval = default(Mono.Unix.Native.SysconfName); throw null; }
- public static bool TryToSyslogFacility(int value, out Mono.Unix.Native.SyslogFacility rval) { rval = default(Mono.Unix.Native.SyslogFacility); throw null; }
- public static bool TryToSyslogLevel(int value, out Mono.Unix.Native.SyslogLevel rval) { rval = default(Mono.Unix.Native.SyslogLevel); throw null; }
- public static bool TryToSyslogOptions(int value, out Mono.Unix.Native.SyslogOptions rval) { rval = default(Mono.Unix.Native.SyslogOptions); throw null; }
- public static bool TryToWaitOptions(int value, out Mono.Unix.Native.WaitOptions rval) { rval = default(Mono.Unix.Native.WaitOptions); throw null; }
- public static bool TryToXattrFlags(int value, out Mono.Unix.Native.XattrFlags rval) { rval = default(Mono.Unix.Native.XattrFlags); throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum OpenFlags
- {
- O_APPEND = 1024,
- O_ASYNC = 8192,
- O_CLOEXEC = 524288,
- O_CREAT = 64,
- O_DIRECT = 16384,
- O_DIRECTORY = 65536,
- O_EXCL = 128,
- O_LARGEFILE = 32768,
- O_NOCTTY = 256,
- O_NOFOLLOW = 131072,
- O_NONBLOCK = 2048,
- O_PATH = 2097152,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 4096,
- O_TRUNC = 512,
- O_WRONLY = 1,
- }
- public sealed partial class Passwd : System.IEquatable<Mono.Unix.Native.Passwd>
- {
- public string pw_dir;
- public string pw_gecos;
- [System.CLSCompliantAttribute(false)]
- public uint pw_gid;
- public string pw_name;
- public string pw_passwd;
- public string pw_shell;
- [System.CLSCompliantAttribute(false)]
- public uint pw_uid;
- public Passwd() { }
- public bool Equals(Mono.Unix.Native.Passwd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PathconfName
- {
- _PC_2_SYMLINKS = 20,
- _PC_ALLOC_SIZE_MIN = 18,
- _PC_ASYNC_IO = 10,
- _PC_CHOWN_RESTRICTED = 6,
- _PC_FILESIZEBITS = 13,
- _PC_LINK_MAX = 0,
- _PC_MAX_CANON = 1,
- _PC_MAX_INPUT = 2,
- _PC_NAME_MAX = 3,
- _PC_NO_TRUNC = 7,
- _PC_PATH_MAX = 4,
- _PC_PIPE_BUF = 5,
- _PC_PRIO_IO = 11,
- _PC_REC_INCR_XFER_SIZE = 14,
- _PC_REC_MAX_XFER_SIZE = 15,
- _PC_REC_MIN_XFER_SIZE = 16,
- _PC_REC_XFER_ALIGN = 17,
- _PC_SOCK_MAXBUF = 12,
- _PC_SYMLINK_MAX = 19,
- _PC_SYNC_IO = 9,
- _PC_VDISABLE = 8,
- }
- [System.FlagsAttribute]
- public enum PollEvents : short
- {
- POLLERR = (short)8,
- POLLHUP = (short)16,
- POLLIN = (short)1,
- POLLNVAL = (short)32,
- POLLOUT = (short)4,
- POLLPRI = (short)2,
- POLLRDBAND = (short)128,
- POLLRDNORM = (short)64,
- POLLWRBAND = (short)512,
- POLLWRNORM = (short)256,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Pollfd : System.IEquatable<Mono.Unix.Native.Pollfd>
- {
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents events;
- public int fd;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents revents;
- public bool Equals(Mono.Unix.Native.Pollfd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixFadviseAdvice
- {
- POSIX_FADV_DONTNEED = 4,
- POSIX_FADV_NOREUSE = 5,
- POSIX_FADV_NORMAL = 0,
- POSIX_FADV_RANDOM = 1,
- POSIX_FADV_SEQUENTIAL = 2,
- POSIX_FADV_WILLNEED = 3,
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixMadviseAdvice
- {
- POSIX_MADV_DONTNEED = 4,
- POSIX_MADV_NORMAL = 0,
- POSIX_MADV_RANDOM = 1,
- POSIX_MADV_SEQUENTIAL = 2,
- POSIX_MADV_WILLNEED = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RealTimeSignum : System.IEquatable<Mono.Unix.Native.RealTimeSignum>
- {
- public static readonly Mono.Unix.Native.RealTimeSignum MaxValue;
- public static readonly Mono.Unix.Native.RealTimeSignum MinValue;
- public RealTimeSignum(int offset) { throw null;}
- public int Offset { get { throw null; } }
- public bool Equals(Mono.Unix.Native.RealTimeSignum value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum SeekFlags : short
- {
- L_INCR = (short)1,
- L_SET = (short)0,
- L_XTND = (short)2,
- SEEK_CUR = (short)1,
- SEEK_END = (short)2,
- SEEK_SET = (short)0,
- }
- public enum SignalAction
- {
- Default = 0,
- Error = 2,
- Ignore = 1,
- }
- public delegate void SignalHandler(int signal);
- public enum Signum
- {
- SIGABRT = 6,
- SIGALRM = 14,
- SIGBUS = 7,
- SIGCHLD = 17,
- SIGCLD = 17,
- SIGCONT = 18,
- SIGFPE = 8,
- SIGHUP = 1,
- SIGILL = 4,
- SIGINT = 2,
- SIGIO = 29,
- SIGIOT = 6,
- SIGKILL = 9,
- SIGPIPE = 13,
- SIGPOLL = 29,
- SIGPROF = 27,
- SIGPWR = 30,
- SIGQUIT = 3,
- SIGSEGV = 11,
- SIGSTKFLT = 16,
- SIGSTOP = 19,
- SIGSYS = 31,
- SIGTERM = 15,
- SIGTRAP = 5,
- SIGTSTP = 20,
- SIGTTIN = 21,
- SIGTTOU = 22,
- SIGUNUSED = 31,
- SIGURG = 23,
- SIGUSR1 = 10,
- SIGUSR2 = 12,
- SIGVTALRM = 26,
- SIGWINCH = 28,
- SIGXCPU = 24,
- SIGXFSZ = 25,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat : System.IEquatable<Mono.Unix.Native.Stat>
- {
- public long st_atime;
- public long st_atime_nsec;
- public long st_blksize;
- public long st_blocks;
- public long st_ctime;
- public long st_ctime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_dev;
- [System.CLSCompliantAttribute(false)]
- public uint st_gid;
- [System.CLSCompliantAttribute(false)]
- public ulong st_ino;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions st_mode;
- public long st_mtime;
- public long st_mtime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_nlink;
- [System.CLSCompliantAttribute(false)]
- public ulong st_rdev;
- public long st_size;
- [System.CLSCompliantAttribute(false)]
- public uint st_uid;
- public Mono.Unix.Native.Timespec st_atim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_ctim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_mtim { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.Stat value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Statvfs : System.IEquatable<Mono.Unix.Native.Statvfs>
- {
- public ulong f_bavail;
- public ulong f_bfree;
- public ulong f_blocks;
- public ulong f_bsize;
- public ulong f_favail;
- public ulong f_ffree;
- public ulong f_files;
- public Mono.Unix.Native.MountFlags f_flag;
- public ulong f_frsize;
- public ulong f_fsid;
- public ulong f_namemax;
- public bool Equals(Mono.Unix.Native.Statvfs value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- }
- public partial class Stdlib
- {
- internal Stdlib() { }
- [System.CLSCompliantAttribute(false)]
- public static readonly int BUFSIZ;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EOF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_FAILURE;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_SUCCESS;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FILENAME_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FOPEN_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int L_tmpnam;
- [System.CLSCompliantAttribute(false)]
- public static readonly int MB_CUR_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int RAND_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_DFL;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_ERR;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_IGN;
- public static readonly System.IntPtr stderr;
- public static readonly System.IntPtr stdin;
- public static readonly System.IntPtr stdout;
- [System.CLSCompliantAttribute(false)]
- public static readonly int TMP_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOFBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOLBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IONBF;
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void abort();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr calloc(ulong nmemb, ulong size);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int clearerr(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void exit(int status);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fclose(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int feof(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ferror(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fflush(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fgetc(System.IntPtr stream);
- public static int fgetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, int size, System.IntPtr stream) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode);
- public static int fprintf(System.IntPtr stream, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse fprintf (IntPtr, string) instead.")]
- public static int fprintf(System.IntPtr stream, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputs(string s, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fread(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fread(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void free(System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr freopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static int fseek(System.IntPtr stream, long offset, Mono.Unix.Native.SeekFlags origin) { throw null; }
- public static int fsetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long ftell(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fwrite(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fwrite(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getc(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getchar();
- public static string getenv(string name) { throw null; }
- public static Mono.Unix.Native.Errno GetLastError() { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr malloc(ulong size);
- public static int perror(string s) { throw null; }
- public static int printf(string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse printf (string) instead.")]
- public static int printf(string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putchar(int c);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int puts(string s);
- public static int raise(Mono.Unix.Native.RealTimeSignum rts) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int raise(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rand();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr realloc(System.IntPtr ptr, ulong size);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remove([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewind(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setbuf(System.IntPtr stream, byte* buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setbuf(System.IntPtr stream, System.IntPtr buf);
- protected static void SetLastError(Mono.Unix.Native.Errno error) { }
- public static int SetSignalAction(Mono.Unix.Native.RealTimeSignum rts, Mono.Unix.Native.SignalAction action) { throw null; }
- public static int SetSignalAction(Mono.Unix.Native.Signum signal, Mono.Unix.Native.SignalAction action) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setvbuf(System.IntPtr stream, byte* buf, int mode, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int setvbuf(System.IntPtr stream, System.IntPtr buf, int mode, ulong size);
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()")]
- public static Mono.Unix.Native.SignalHandler signal(Mono.Unix.Native.Signum signum, Mono.Unix.Native.SignalHandler handler) { throw null; }
- public static int snprintf(System.Text.StringBuilder s, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, string format, params object[] parameters) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void srand(uint seed);
- [System.CLSCompliantAttribute(false)]
- public static string strerror(Mono.Unix.Native.Errno errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong strlen(System.IntPtr s);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int system(string @string);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr tmpfile();
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam() { throw null; }
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam(System.Text.StringBuilder s) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ungetc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void _Exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Syscall : Mono.Unix.Native.Stdlib
- {
- internal Syscall() { }
- public static readonly int AT_FDCWD;
- public static readonly int L_ctermid;
- public static readonly int L_cuserid;
- public static readonly System.IntPtr MAP_FAILED;
- public static readonly long UTIME_NOW;
- public static readonly long UTIME_OMIT;
- public static int access(string pathname, Mono.Unix.Native.AccessModes mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int acct([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int brk(System.IntPtr end_data_segment);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- public static int chmod(string path, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closelog();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong confstr(Mono.Unix.Native.ConfstrName name, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int creat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static string crypt(string key, string salt) { throw null; }
- [System.ObsoleteAttribute("\"Nobody knows precisely what cuserid() does... DO NOT USE cuserid().\n`string' must hold L_cuserid characters. Use getlogin_r instead.")]
- public static string cuserid(System.Text.StringBuilder @string) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dirfd(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int fd, int fd2);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int encrypt(byte[] block, bool decode) { throw null; }
- public static int endfsent() { throw null; }
- public static int endgrent() { throw null; }
- public static int endpwent() { throw null; }
- public static int endusershell() { throw null; }
- public static int epoll_create(Mono.Unix.Native.EpollFlags flags) { throw null; }
- public static int epoll_create(int size) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, ref Mono.Unix.Native.EpollEvent ee);
- public static int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, Mono.Unix.Native.EpollEvents events) { throw null; }
- public static int epoll_wait(int epfd, Mono.Unix.Native.EpollEvent[] events, int max_events, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execv([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execve([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv, string[] envp);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execvp([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- public static int faccessat(int dirfd, string pathname, Mono.Unix.Native.AccessModes mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchdir(int fd);
- public static int fchmod(int filedes, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int fchmodat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchown(int fd, uint owner, uint group);
- public static int fchownat(int dirfd, string pathname, uint owner, uint group, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd);
- public static int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, Mono.Unix.Native.DirectoryNotifyFlags arg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, ref Mono.Unix.Native.Flock @lock);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, long arg);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fdatasync(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fdopendir(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fexecve(int fd, string[] argv, string[] envp);
- public static Mono.Unix.Native.Group fgetgrent(System.IntPtr stream) { throw null; }
- public static Mono.Unix.Native.Passwd fgetpwent(System.IntPtr stream) { throw null; }
- public static long fgetxattr(int fd, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fgetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long fgetxattr(int fd, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long flistxattr(int fd, byte[] list, ulong size);
- public static long flistxattr(int fd, out string[] values) { values = default(string[]); throw null; }
- public static long flistxattr(int fd, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- public static long fpathconf(int filedes, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fpathconf(int filedes, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fremovexattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int fsetxattr(int fd, string name, byte[] value) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstat(int filedes, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf, Mono.Unix.Native.AtFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatvfs(int fd, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsync(int fd);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ftruncate(int fd, long length);
- public static int futimens(int fd, Mono.Unix.Native.Timespec[] times) { throw null; }
- public static int futimes(int fd, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- public static System.Text.StringBuilder getcwd(System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr getcwd([System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong size);
- public static int getdomainname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdomainname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdtablesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint geteuid();
- public static Mono.Unix.Native.Fstab getfsent() { throw null; }
- public static Mono.Unix.Native.Fstab getfsfile(string mount_point) { throw null; }
- public static Mono.Unix.Native.Fstab getfsspec(string special_file) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getgid();
- public static Mono.Unix.Native.Group getgrent() { throw null; }
- public static Mono.Unix.Native.Group getgrgid(uint uid) { throw null; }
- public static int getgrgid_r(uint uid, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group getgrnam(string name) { throw null; }
- public static int getgrnam_r(string name, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(Mono.Unix.Native.Passwd user) { throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(string username) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgroups(int size, uint[] list);
- public static int getgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long gethostid();
- public static int gethostname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gethostname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- public static string getlogin() { throw null; }
- public static int getlogin_r(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getlogin_r([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong bufsize);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.ObsoleteAttribute("Dropped in POSIX 1003.1-2001. Use Syscall.sysconf (SysconfName._SC_PAGESIZE).")]
- public static extern int getpagesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgid(int pid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- public static Mono.Unix.Native.Passwd getpwent() { throw null; }
- public static Mono.Unix.Native.Passwd getpwnam(string name) { throw null; }
- public static int getpwnam_r(string name, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- public static Mono.Unix.Native.Passwd getpwuid(uint uid) { throw null; }
- public static int getpwuid_r(uint uid, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresgid(out uint rgid, out uint egid, out uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresuid(out uint ruid, out uint euid, out uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getsid(int pid);
- public static int gettimeofday(out Mono.Unix.Native.Timeval tv) { tv = default(Mono.Unix.Native.Timeval); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gettimeofday(out Mono.Unix.Native.Timeval tv, out Mono.Unix.Native.Timezone tz);
- public static int gettimeofday(out Mono.Unix.Native.Timezone tz) { tz = default(Mono.Unix.Native.Timezone); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getuid();
- public static string getusershell() { throw null; }
- public static long getxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long getxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long getxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- public static bool isatty(int fd) { throw null; }
- public static int kill(int pid, Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- public static long lgetxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long lgetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long lgetxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- public static int linkat(int olddirfd, string oldpath, int newdirfd, string newpath, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long listxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long listxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long listxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long llistxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long llistxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long llistxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lockf(int fd, Mono.Unix.Native.LockfCommand cmd, long len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lremovexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static long lseek(int fd, long offset, Mono.Unix.Native.SeekFlags whence) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lsetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lstat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- public static int lutimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mincore(System.IntPtr start, ulong length, byte[] vec);
- public static int mkdir(string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkdirat(int dirfd, string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static System.Text.StringBuilder mkdtemp(System.Text.StringBuilder template) { throw null; }
- public static int mkfifo(string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkfifoat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknod([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknodat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mkstemp(System.Text.StringBuilder template);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mlock(System.IntPtr start, ulong len);
- public static int mlockall(Mono.Unix.Native.MlockallFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mmap(System.IntPtr start, ulong length, Mono.Unix.Native.MmapProts prot, Mono.Unix.Native.MmapFlags flags, int fd, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mprotect(System.IntPtr start, ulong len, Mono.Unix.Native.MmapProts prot);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mremap(System.IntPtr old_address, ulong old_size, ulong new_size, Mono.Unix.Native.MremapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int msync(System.IntPtr start, ulong len, Mono.Unix.Native.MsyncFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlock(System.IntPtr start, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlockall();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munmap(System.IntPtr start, ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nanosleep(ref Mono.Unix.Native.Timespec req, ref Mono.Unix.Native.Timespec rem);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int inc);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode);
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags) { throw null; }
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int openlog(System.IntPtr ident, Mono.Unix.Native.SyslogOptions option, Mono.Unix.Native.SyslogFacility defaultFacility) { throw null; }
- public static long pathconf(string path, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pathconf([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pipe(out int reading, out int writing);
- public static int pipe(int[] filedes) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, int timeout) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, uint nfds, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fadvise(int fd, long offset, long len, Mono.Unix.Native.PosixFadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fallocate(int fd, long offset, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_madvise(System.IntPtr addr, ulong len, Mono.Unix.Native.PosixMadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pread(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pread(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long preadv(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- public static int psignal(Mono.Unix.Native.Signum sig, string s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pwrite(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pwrite(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long pwritev(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long read(int fd, System.IntPtr buf, ulong count);
- public unsafe static long read(int fd, void* buf, ulong count) { throw null; }
- public static Mono.Unix.Native.Dirent readdir(System.IntPtr dir) { throw null; }
- public static int readdir_r(System.IntPtr dirp, Mono.Unix.Native.Dirent entry, out System.IntPtr result) { result = default(System.IntPtr); throw null; }
- public static long readlink(string path, byte[] buf) { throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readlinkat(int dirfd, string pathname, byte[] buf) { throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readv(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remap_file_pages(System.IntPtr start, ulong size, Mono.Unix.Native.MmapProts prot, long pgoff, Mono.Unix.Native.MmapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int removexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int renameat(int olddirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int newdirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int revoke([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewinddir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr sbrk(System.IntPtr increment);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seekdir(System.IntPtr dir, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sendfile(int out_fd, int in_fd, ref long offset, ulong count);
- public static int setdomainname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setdomainname(string name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setegid(uint uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seteuid(uint euid);
- public static int setfsent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(uint gid);
- public static int setgrent() { throw null; }
- public static int setgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgroups(ulong size, uint[] list);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostid(long hostid);
- public static int sethostname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostname(string name, ulong len);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int setkey(string key) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setlogin(string name);
- public static int setlogmask(Mono.Unix.Native.SyslogLevel mask) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgrp();
- public static int setpwent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(uint rgid, uint egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresgid(uint rgid, uint egid, uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresuid(uint ruid, uint euid, uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(uint ruid, uint euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- public static int settimeofday(ref Mono.Unix.Native.Timeval tv) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int settimeofday(ref Mono.Unix.Native.Timeval tv, ref Mono.Unix.Native.Timezone tz);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(uint uid);
- public static int setusershell() { throw null; }
- public static int setxattr(string path, string name, byte[] value) { throw null; }
- public static int setxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int setxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint sleep(uint seconds);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int statvfs([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stime(ref long t);
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf) { throw null; }
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf, ulong n) { throw null; }
- public static string strsignal(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int swab(System.IntPtr from, System.IntPtr to, long n);
- public unsafe static void swab(void* from, void* to, long n) { }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlinkat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sync();
- public static long sysconf(Mono.Unix.Native.SysconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sysconf(Mono.Unix.Native.SysconfName name, Mono.Unix.Native.Errno defaultError);
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogFacility, SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcgetpgrp(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcsetpgrp(int fd, int pgrp);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long telldir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long time(out long t);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int truncate([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, long length);
- public static string ttyname(int fd) { throw null; }
- public static int ttyname_r(int fd, System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyname_r(int fd, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong buflen);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyslot();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ualarm(uint usecs, uint interval);
- public static Mono.Unix.Native.FilePermissions umask(Mono.Unix.Native.FilePermissions mask) { throw null; }
- public static int uname(out Mono.Unix.Native.Utsname buf) { buf = default(Mono.Unix.Native.Utsname); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- public static int unlinkat(int dirfd, string pathname, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utime(string filename) { throw null; }
- public static int utime(string filename, ref Mono.Unix.Native.Utimbuf buf) { throw null; }
- public static int utimensat(int dirfd, string pathname, Mono.Unix.Native.Timespec[] times, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int vhangup();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int wait(out int status);
- public static int waitpid(int pid, out int status, Mono.Unix.Native.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- public static bool WIFEXITED(int status) { throw null; }
- public static bool WIFSIGNALED(int status) { throw null; }
- public static bool WIFSTOPPED(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long write(int fd, System.IntPtr buf, ulong count);
- public unsafe static long write(int fd, void* buf, ulong count) { throw null; }
- public static long writev(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static Mono.Unix.Native.Signum WSTOPSIG(int status) { throw null; }
- public static Mono.Unix.Native.Signum WTERMSIG(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int _exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public enum SysconfName
- {
- _SC_2_CHAR_TERM = 95,
- _SC_2_C_BIND = 47,
- _SC_2_C_DEV = 48,
- _SC_2_C_VERSION = 96,
- _SC_2_FORT_DEV = 49,
- _SC_2_FORT_RUN = 50,
- _SC_2_LOCALEDEF = 52,
- _SC_2_PBS = 168,
- _SC_2_PBS_ACCOUNTING = 169,
- _SC_2_PBS_CHECKPOINT = 175,
- _SC_2_PBS_LOCATE = 170,
- _SC_2_PBS_MESSAGE = 171,
- _SC_2_PBS_TRACK = 172,
- _SC_2_SW_DEV = 51,
- _SC_2_UPE = 97,
- _SC_2_VERSION = 46,
- _SC_ADVISORY_INFO = 132,
- _SC_AIO_LISTIO_MAX = 23,
- _SC_AIO_MAX = 24,
- _SC_AIO_PRIO_DELTA_MAX = 25,
- _SC_ARG_MAX = 0,
- _SC_ASYNCHRONOUS_IO = 12,
- _SC_ATEXIT_MAX = 87,
- _SC_AVPHYS_PAGES = 86,
- _SC_BARRIERS = 133,
- _SC_BASE = 134,
- _SC_BC_BASE_MAX = 36,
- _SC_BC_DIM_MAX = 37,
- _SC_BC_SCALE_MAX = 38,
- _SC_BC_STRING_MAX = 39,
- _SC_CHARCLASS_NAME_MAX = 45,
- _SC_CHAR_BIT = 101,
- _SC_CHAR_MAX = 102,
- _SC_CHAR_MIN = 103,
- _SC_CHILD_MAX = 1,
- _SC_CLK_TCK = 2,
- _SC_CLOCK_SELECTION = 137,
- _SC_COLL_WEIGHTS_MAX = 40,
- _SC_CPUTIME = 138,
- _SC_C_LANG_SUPPORT = 135,
- _SC_C_LANG_SUPPORT_R = 136,
- _SC_DELAYTIMER_MAX = 26,
- _SC_DEVICE_IO = 140,
- _SC_DEVICE_SPECIFIC = 141,
- _SC_DEVICE_SPECIFIC_R = 142,
- _SC_EQUIV_CLASS_MAX = 41,
- _SC_EXPR_NEST_MAX = 42,
- _SC_FD_MGMT = 143,
- _SC_FIFO = 144,
- _SC_FILE_ATTRIBUTES = 146,
- _SC_FILE_LOCKING = 147,
- _SC_FILE_SYSTEM = 148,
- _SC_FSYNC = 15,
- _SC_GETGR_R_SIZE_MAX = 69,
- _SC_GETPW_R_SIZE_MAX = 70,
- _SC_HOST_NAME_MAX = 180,
- _SC_INT_MAX = 104,
- _SC_INT_MIN = 105,
- _SC_IOV_MAX = 60,
- _SC_JOB_CONTROL = 7,
- _SC_LEVEL1_DCACHE_ASSOC = 189,
- _SC_LEVEL1_DCACHE_LINESIZE = 190,
- _SC_LEVEL1_DCACHE_SIZE = 188,
- _SC_LEVEL1_ICACHE_ASSOC = 186,
- _SC_LEVEL1_ICACHE_LINESIZE = 187,
- _SC_LEVEL1_ICACHE_SIZE = 185,
- _SC_LEVEL2_CACHE_ASSOC = 192,
- _SC_LEVEL2_CACHE_LINESIZE = 193,
- _SC_LEVEL2_CACHE_SIZE = 191,
- _SC_LEVEL3_CACHE_ASSOC = 195,
- _SC_LEVEL3_CACHE_LINESIZE = 196,
- _SC_LEVEL3_CACHE_SIZE = 194,
- _SC_LEVEL4_CACHE_ASSOC = 198,
- _SC_LEVEL4_CACHE_LINESIZE = 199,
- _SC_LEVEL4_CACHE_SIZE = 197,
- _SC_LINE_MAX = 43,
- _SC_LOGIN_NAME_MAX = 71,
- _SC_LONG_BIT = 106,
- _SC_MAPPED_FILES = 16,
- _SC_MB_LEN_MAX = 108,
- _SC_MEMLOCK = 17,
- _SC_MEMLOCK_RANGE = 18,
- _SC_MEMORY_PROTECTION = 19,
- _SC_MESSAGE_PASSING = 20,
- _SC_MONOTONIC_CLOCK = 149,
- _SC_MQ_OPEN_MAX = 27,
- _SC_MQ_PRIO_MAX = 28,
- _SC_MULTI_PROCESS = 150,
- _SC_NETWORKING = 152,
- _SC_NGROUPS_MAX = 3,
- _SC_NL_ARGMAX = 119,
- _SC_NL_LANGMAX = 120,
- _SC_NL_MSGMAX = 121,
- _SC_NL_NMAX = 122,
- _SC_NL_SETMAX = 123,
- _SC_NL_TEXTMAX = 124,
- _SC_NPROCESSORS_CONF = 83,
- _SC_NPROCESSORS_ONLN = 84,
- _SC_NZERO = 109,
- _SC_OPEN_MAX = 4,
- _SC_PAGESIZE = 30,
- _SC_PASS_MAX = 88,
- _SC_PHYS_PAGES = 85,
- _SC_PII = 53,
- _SC_PII_INTERNET = 56,
- _SC_PII_INTERNET_DGRAM = 62,
- _SC_PII_INTERNET_STREAM = 61,
- _SC_PII_OSI = 57,
- _SC_PII_OSI_CLTS = 64,
- _SC_PII_OSI_COTS = 63,
- _SC_PII_OSI_M = 65,
- _SC_PII_SOCKET = 55,
- _SC_PII_XTI = 54,
- _SC_PIPE = 145,
- _SC_POLL = 58,
- _SC_PRIORITIZED_IO = 13,
- _SC_PRIORITY_SCHEDULING = 10,
- _SC_READER_WRITER_LOCKS = 153,
- _SC_REALTIME_SIGNALS = 9,
- _SC_REGEXP = 155,
- _SC_REGEX_VERSION = 156,
- _SC_RE_DUP_MAX = 44,
- _SC_RTSIG_MAX = 31,
- _SC_SAVED_IDS = 8,
- _SC_SCHAR_MAX = 111,
- _SC_SCHAR_MIN = 112,
- _SC_SELECT = 59,
- _SC_SEMAPHORES = 21,
- _SC_SEM_NSEMS_MAX = 32,
- _SC_SEM_VALUE_MAX = 33,
- _SC_SHARED_MEMORY_OBJECTS = 22,
- _SC_SHELL = 157,
- _SC_SHRT_MAX = 113,
- _SC_SHRT_MIN = 114,
- _SC_SIGNALS = 158,
- _SC_SIGQUEUE_MAX = 34,
- _SC_SINGLE_PROCESS = 151,
- _SC_SPAWN = 159,
- _SC_SPIN_LOCKS = 154,
- _SC_SPORADIC_SERVER = 160,
- _SC_SSIZE_MAX = 110,
- _SC_STREAMS = 174,
- _SC_STREAM_MAX = 5,
- _SC_SYMLOOP_MAX = 173,
- _SC_SYNCHRONIZED_IO = 14,
- _SC_SYSTEM_DATABASE = 162,
- _SC_SYSTEM_DATABASE_R = 163,
- _SC_THREADS = 67,
- _SC_THREAD_ATTR_STACKADDR = 77,
- _SC_THREAD_ATTR_STACKSIZE = 78,
- _SC_THREAD_CPUTIME = 139,
- _SC_THREAD_DESTRUCTOR_ITERATIONS = 73,
- _SC_THREAD_KEYS_MAX = 74,
- _SC_THREAD_PRIORITY_SCHEDULING = 79,
- _SC_THREAD_PRIO_INHERIT = 80,
- _SC_THREAD_PRIO_PROTECT = 81,
- _SC_THREAD_PROCESS_SHARED = 82,
- _SC_THREAD_SAFE_FUNCTIONS = 68,
- _SC_THREAD_SPORADIC_SERVER = 161,
- _SC_THREAD_STACK_MIN = 75,
- _SC_THREAD_THREADS_MAX = 76,
- _SC_TIMEOUTS = 164,
- _SC_TIMERS = 11,
- _SC_TIMER_MAX = 35,
- _SC_TRACE = 181,
- _SC_TRACE_EVENT_FILTER = 182,
- _SC_TRACE_INHERIT = 183,
- _SC_TRACE_LOG = 184,
- _SC_TTY_NAME_MAX = 72,
- _SC_TYPED_MEMORY_OBJECTS = 165,
- _SC_TZNAME_MAX = 6,
- _SC_T_IOV_MAX = 66,
- _SC_UCHAR_MAX = 115,
- _SC_UINT_MAX = 116,
- _SC_UIO_MAXIOV = 60,
- _SC_ULONG_MAX = 117,
- _SC_USER_GROUPS = 166,
- _SC_USER_GROUPS_R = 167,
- _SC_USHRT_MAX = 118,
- _SC_V6_ILP32_OFF32 = 176,
- _SC_V6_ILP32_OFFBIG = 177,
- _SC_V6_LP64_OFF64 = 178,
- _SC_V6_LPBIG_OFFBIG = 179,
- _SC_VERSION = 29,
- _SC_WORD_BIT = 107,
- _SC_XBS5_ILP32_OFF32 = 125,
- _SC_XBS5_ILP32_OFFBIG = 126,
- _SC_XBS5_LP64_OFF64 = 127,
- _SC_XBS5_LPBIG_OFFBIG = 128,
- _SC_XOPEN_CRYPT = 92,
- _SC_XOPEN_ENH_I18N = 93,
- _SC_XOPEN_LEGACY = 129,
- _SC_XOPEN_REALTIME = 130,
- _SC_XOPEN_REALTIME_THREADS = 131,
- _SC_XOPEN_SHM = 94,
- _SC_XOPEN_UNIX = 91,
- _SC_XOPEN_VERSION = 89,
- _SC_XOPEN_XCU_VERSION = 90,
- _SC_XOPEN_XPG2 = 98,
- _SC_XOPEN_XPG3 = 99,
- _SC_XOPEN_XPG4 = 100,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogFacility
- {
- LOG_AUTH = 32,
- LOG_AUTHPRIV = 80,
- LOG_CRON = 72,
- LOG_DAEMON = 24,
- LOG_FTP = 88,
- LOG_KERN = 0,
- LOG_LOCAL0 = 128,
- LOG_LOCAL1 = 136,
- LOG_LOCAL2 = 144,
- LOG_LOCAL3 = 152,
- LOG_LOCAL4 = 160,
- LOG_LOCAL5 = 168,
- LOG_LOCAL6 = 176,
- LOG_LOCAL7 = 184,
- LOG_LPR = 48,
- LOG_MAIL = 16,
- LOG_NEWS = 56,
- LOG_SYSLOG = 40,
- LOG_USER = 8,
- LOG_UUCP = 64,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogLevel
- {
- LOG_ALERT = 1,
- LOG_CRIT = 2,
- LOG_DEBUG = 7,
- LOG_EMERG = 0,
- LOG_ERR = 3,
- LOG_INFO = 6,
- LOG_NOTICE = 5,
- LOG_WARNING = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum SyslogOptions
- {
- LOG_CONS = 2,
- LOG_NDELAY = 8,
- LOG_NOWAIT = 16,
- LOG_ODELAY = 4,
- LOG_PERROR = 32,
- LOG_PID = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timespec : System.IEquatable<Mono.Unix.Native.Timespec>
- {
- public long tv_nsec;
- public long tv_sec;
- public bool Equals(Mono.Unix.Native.Timespec value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timeval : System.IEquatable<Mono.Unix.Native.Timeval>
- {
- public long tv_sec;
- public long tv_usec;
- public bool Equals(Mono.Unix.Native.Timeval value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timezone : System.IEquatable<Mono.Unix.Native.Timezone>
- {
- public int tz_minuteswest;
- public bool Equals(Mono.Unix.Native.Timezone value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Utimbuf : System.IEquatable<Mono.Unix.Native.Utimbuf>
- {
- public long actime;
- public long modtime;
- public bool Equals(Mono.Unix.Native.Utimbuf value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- }
- public sealed partial class Utsname : System.IEquatable<Mono.Unix.Native.Utsname>
- {
- public string domainname;
- public string machine;
- public string nodename;
- public string release;
- public string sysname;
- public string version;
- public Utsname() { }
- public bool Equals(Mono.Unix.Native.Utsname value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum WaitOptions
- {
- WNOHANG = 1,
- WUNTRACED = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum XattrFlags
- {
- XATTR_AUTO = 0,
- XATTR_CREATE = 1,
- XATTR_REPLACE = 2,
- }
-}
diff --git a/src/v4.0/Mono.Security.Win32.cs b/src/v4.0/Mono.Security.Win32.cs
deleted file mode 100644
index be4e636..0000000
--- a/src/v4.0/Mono.Security.Win32.cs
+++ /dev/null
@@ -1,100 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Security.Cryptography
-{
- public partial class CapiContext : System.IDisposable
- {
- public CapiContext() { }
- public CapiContext(System.Security.Cryptography.CspParameters csp) { }
- public int Error { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool Result { get { throw null; } }
- public void Dispose() { }
- ~CapiContext() { }
- }
- public partial class CapiHash : System.IDisposable
- {
- public CapiHash(Mono.Security.Cryptography.CapiContext ctx, int hashAlgorithm) { }
- public CapiHash(int hashAlgorithm) { }
- public CapiHash(System.Security.Cryptography.CspParameters cspParams, int hashAlgorithm) { }
- public System.IntPtr Handle { get { throw null; } }
- public int HashSize { get { throw null; } }
- public void Dispose() { }
- ~CapiHash() { }
- public void HashCore(byte[] data, int start, int length) { }
- public byte[] HashFinal() { throw null; }
- public void Initialize(int algo) { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2CryptoServiceProvider : Mono.Security.Cryptography.MD2
- {
- public MD2CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD2CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4CryptoServiceProvider : Mono.Security.Cryptography.MD4
- {
- public MD4CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD4CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class MD5CryptoServiceProvider : System.Security.Cryptography.MD5
- {
- public MD5CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD5CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class RNGCryptoServiceProvider : System.Security.Cryptography.RandomNumberGenerator
- {
- public RNGCryptoServiceProvider() { }
- public RNGCryptoServiceProvider(byte[] rgb) { }
- public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters cspParams) { }
- public RNGCryptoServiceProvider(string str) { }
- ~RNGCryptoServiceProvider() { }
- public override void GetBytes(byte[] data) { }
- public override void GetNonZeroBytes(byte[] data) { }
- }
- public partial class SHA1CryptoServiceProvider : System.Security.Cryptography.SHA1
- {
- public SHA1CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~SHA1CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
diff --git a/src/v4.0/Mono.Security.cs b/src/v4.0/Mono.Security.cs
deleted file mode 100644
index c8e7811..0000000
--- a/src/v4.0/Mono.Security.cs
+++ /dev/null
@@ -1,1519 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Math
-{
- public partial class BigInteger
- {
- public BigInteger() { }
- public BigInteger(Mono.Math.BigInteger bi) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger bi, uint len) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger.Sign sign, uint len) { }
- public BigInteger(byte[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint ui) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(ulong ul) { }
- public static Mono.Math.BigInteger Add(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public int BitCount() { throw null; }
- public void Clear() { }
- [System.CLSCompliantAttribute(false)]
- public void ClearBit(uint bitNum) { }
- public Mono.Math.BigInteger.Sign Compare(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi, int i) { throw null; }
- public override bool Equals(object o) { throw null; }
- public Mono.Math.BigInteger GCD(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger GeneratePseudoPrime(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits, System.Security.Cryptography.RandomNumberGenerator rng) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public void Incr2() { }
- public bool IsProbablePrime() { throw null; }
- public int LowestSetBit() { throw null; }
- public Mono.Math.BigInteger ModInverse(Mono.Math.BigInteger modulus) { throw null; }
- public Mono.Math.BigInteger ModPow(Mono.Math.BigInteger exp, Mono.Math.BigInteger n) { throw null; }
- public static Mono.Math.BigInteger Modulus(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int Modulus(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint Modulus(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger NextHighestPrime(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger operator +(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi, int i) { throw null; }
- public static bool operator ==(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator ==(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static bool operator >(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator >=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static implicit operator Mono.Math.BigInteger (int value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (uint value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (ulong value) { throw null; }
- public static bool operator !=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator !=(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator <<(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static bool operator <(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator <=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator %(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int operator %(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint operator %(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger operator >>(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static Mono.Math.BigInteger operator -(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Parse(string number) { throw null; }
- public void Randomize() { }
- public void Randomize(System.Security.Cryptography.RandomNumberGenerator rng) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum, bool value) { }
- public static Mono.Math.BigInteger Subtract(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public bool TestBit(int bitNum) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public bool TestBit(uint bitNum) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix, string characterSet) { throw null; }
- public sealed partial class ModulusRing
- {
- public ModulusRing(Mono.Math.BigInteger modulus) { }
- public void BarrettReduction(Mono.Math.BigInteger x) { }
- public Mono.Math.BigInteger Difference(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Multiply(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Pow(Mono.Math.BigInteger a, Mono.Math.BigInteger k) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Math.BigInteger Pow(uint b, Mono.Math.BigInteger exp) { throw null; }
- }
- public enum Sign
- {
- Negative = -1,
- Positive = 1,
- Zero = 0,
- }
- }
-}
-namespace Mono.Math.Prime
-{
- public enum ConfidenceFactor
- {
- ExtraHigh = 4,
- ExtraLow = 0,
- High = 3,
- Low = 1,
- Medium = 2,
- Provable = 5,
- }
- public delegate bool PrimalityTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence);
- public sealed partial class PrimalityTests
- {
- internal PrimalityTests() { }
- public static bool RabinMillerTest(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool SmallPrimeSppTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool Test(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- }
-}
-namespace Mono.Math.Prime.Generator
-{
- public partial class NextPrimeFinder : Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
- {
- public NextPrimeFinder() { }
- protected override Mono.Math.BigInteger GenerateSearchBase(int bits, object Context) { throw null; }
- }
- public abstract partial class PrimeGeneratorBase
- {
- protected PrimeGeneratorBase() { }
- public virtual Mono.Math.Prime.ConfidenceFactor Confidence { get { throw null; } }
- public virtual Mono.Math.Prime.PrimalityTest PrimalityTest { get { throw null; } }
- public virtual int TrialDivisionBounds { get { throw null; } }
- public abstract Mono.Math.BigInteger GenerateNewPrime(int bits);
- protected bool PostTrialDivisionTests(Mono.Math.BigInteger bi) { throw null; }
- }
- public partial class SequentialSearchPrimeGeneratorBase : Mono.Math.Prime.Generator.PrimeGeneratorBase
- {
- public SequentialSearchPrimeGeneratorBase() { }
- public override Mono.Math.BigInteger GenerateNewPrime(int bits) { throw null; }
- public virtual Mono.Math.BigInteger GenerateNewPrime(int bits, object context) { throw null; }
- protected virtual Mono.Math.BigInteger GenerateSearchBase(int bits, object context) { throw null; }
- protected virtual bool IsPrimeAcceptable(Mono.Math.BigInteger bi, object context) { throw null; }
- }
-}
-namespace Mono.Security
-{
- public partial class ASN1
- {
- public ASN1() { }
- public ASN1(byte tag) { }
- public ASN1(byte tag, byte[] data) { }
- public ASN1(byte[] data) { }
- public int Count { get { throw null; } }
- public Mono.Security.ASN1 this[int index] { get { throw null; } }
- public int Length { get { throw null; } }
- public byte Tag { get { throw null; } }
- public byte[] Value { get { throw null; } set { } }
- public Mono.Security.ASN1 Add(Mono.Security.ASN1 asn1) { throw null; }
- public bool CompareValue(byte[] value) { throw null; }
- protected void Decode(byte[] asn1, ref int anPos, int anLength) { }
- protected void DecodeTLV(byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content) { tag = default(byte); length = default(int); content = default(byte[]); }
- public Mono.Security.ASN1 Element(int index, byte anTag) { throw null; }
- public bool Equals(byte[] asn1) { throw null; }
- public virtual byte[] GetBytes() { throw null; }
- public void SaveToFile(string filename) { }
- public override string ToString() { throw null; }
- }
- public static partial class ASN1Convert
- {
- public static Mono.Security.ASN1 FromDateTime(System.DateTime dt) { throw null; }
- public static Mono.Security.ASN1 FromInt32(int value) { throw null; }
- public static Mono.Security.ASN1 FromOid(string oid) { throw null; }
- public static Mono.Security.ASN1 FromUnsignedBigInteger(byte[] big) { throw null; }
- public static System.DateTime ToDateTime(Mono.Security.ASN1 time) { throw null; }
- public static int ToInt32(Mono.Security.ASN1 asn1) { throw null; }
- public static string ToOid(Mono.Security.ASN1 asn1) { throw null; }
- }
- public sealed partial class PKCS7
- {
- internal PKCS7() { }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid) { throw null; }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid, Mono.Security.ASN1 parameters) { throw null; }
- public static Mono.Security.ASN1 Attribute(string oid, Mono.Security.ASN1 value) { throw null; }
- public static Mono.Security.ASN1 IssuerAndSerialNumber(Mono.Security.X509.X509Certificate x509) { throw null; }
- public partial class ContentInfo
- {
- public ContentInfo() { }
- public ContentInfo(Mono.Security.ASN1 asn1) { }
- public ContentInfo(byte[] data) { }
- public ContentInfo(string oid) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.ASN1 Content { get { throw null; } set { } }
- public string ContentType { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EncryptedData
- {
- public EncryptedData() { }
- public EncryptedData(Mono.Security.ASN1 asn1) { }
- public EncryptedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EnvelopedData
- {
- public EnvelopedData() { }
- public EnvelopedData(Mono.Security.ASN1 asn1) { }
- public EnvelopedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public System.Collections.ArrayList RecipientInfos { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class Oid
- {
- public const string contentType = "1.2.840.113549.1.9.3";
- public const string countersignature = "1.2.840.113549.1.9.6";
- public const string data = "1.2.840.113549.1.7.1";
- public const string digestedData = "1.2.840.113549.1.7.5";
- public const string encryptedData = "1.2.840.113549.1.7.6";
- public const string envelopedData = "1.2.840.113549.1.7.3";
- public const string messageDigest = "1.2.840.113549.1.9.4";
- public const string rsaEncryption = "1.2.840.113549.1.1.1";
- public const string signedAndEnvelopedData = "1.2.840.113549.1.7.4";
- public const string signedData = "1.2.840.113549.1.7.2";
- public const string signingTime = "1.2.840.113549.1.9.5";
- public Oid() { }
- }
- public partial class RecipientInfo
- {
- public RecipientInfo() { }
- public RecipientInfo(Mono.Security.ASN1 data) { }
- public string Issuer { get { throw null; } }
- public byte[] Key { get { throw null; } }
- public string Oid { get { throw null; } }
- public byte[] Serial { get { throw null; } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public int Version { get { throw null; } }
- }
- public partial class SignedData
- {
- public SignedData() { }
- public SignedData(Mono.Security.ASN1 asn1) { }
- public SignedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string HashName { get { throw null; } set { } }
- public Mono.Security.PKCS7.SignerInfo SignerInfo { get { throw null; } }
- public bool UseAuthenticatedAttributes { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- }
- public partial class SignerInfo
- {
- public SignerInfo() { }
- public SignerInfo(Mono.Security.ASN1 asn1) { }
- public SignerInfo(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public System.Collections.ArrayList AuthenticatedAttributes { get { throw null; } }
- public Mono.Security.X509.X509Certificate Certificate { get { throw null; } set { } }
- public string HashName { get { throw null; } set { } }
- public string IssuerName { get { throw null; } }
- public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] Signature { get { throw null; } set { } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public System.Collections.ArrayList UnauthenticatedAttributes { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public sealed partial class StrongName
- {
- public StrongName() { }
- public StrongName(byte[] data) { }
- public StrongName(int keySize) { }
- public StrongName(System.Security.Cryptography.RSA rsa) { }
- public bool CanSign { get { throw null; } }
- public byte[] PublicKey { get { throw null; } }
- public byte[] PublicKeyToken { get { throw null; } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public string TokenAlgorithm { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] Hash(string fileName) { throw null; }
- public bool Sign(string fileName) { throw null; }
- public bool Verify(System.IO.Stream stream) { throw null; }
- public bool Verify(string fileName) { throw null; }
- }
-}
-namespace Mono.Security.Authenticode
-{
- public partial class AuthenticodeBase
- {
- public const string spcIndirectDataContext = "1.3.6.1.4.1.311.2.1.4";
- public AuthenticodeBase() { }
- protected byte[] HashFile(string fileName, string hashName) { throw null; }
- }
- public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeDeformatter() { }
- public AuthenticodeDeformatter(string fileName) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public int Reason { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
- public System.DateTime Timestamp { get { throw null; } }
- public bool IsTrusted() { throw null; }
- }
- public partial class AuthenticodeFormatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeFormatter() { }
- public Mono.Security.Authenticode.Authority Authority { get { throw null; } set { } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crl { get { throw null; } }
- public string Description { get { throw null; } set { } }
- public string Hash { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public System.Uri TimestampUrl { get { throw null; } set { } }
- public System.Uri Url { get { throw null; } set { } }
- public void ProcessTimestamp(byte[] response) { }
- public bool Sign(string fileName) { throw null; }
- public bool Timestamp(string fileName) { throw null; }
- public Mono.Security.ASN1 TimestampRequest(byte[] signature) { throw null; }
- }
- public enum Authority
- {
- Commercial = 1,
- Individual = 0,
- Maximum = 2,
- }
- public partial class PrivateKey
- {
- public PrivateKey() { }
- public PrivateKey(byte[] data, string password) { }
- public bool Encrypted { get { throw null; } }
- public int KeyType { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public bool Weak { get { throw null; } set { } }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename) { throw null; }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename, string password) { throw null; }
- public void Save(string filename) { }
- public void Save(string filename, string password) { }
- }
- public partial class SoftwarePublisherCertificate
- {
- public SoftwarePublisherCertificate() { }
- public SoftwarePublisherCertificate(byte[] data) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public static Mono.Security.Authenticode.SoftwarePublisherCertificate CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public partial class ARC4Managed : Mono.Security.Cryptography.RC4, System.IDisposable, System.Security.Cryptography.ICryptoTransform
- {
- public ARC4Managed() { }
- public bool CanReuseTransform { get { throw null; } }
- public bool CanTransformMultipleBlocks { get { throw null; } }
- public int InputBlockSize { get { throw null; } }
- public override byte[] Key { get { throw null; } set { } }
- public int OutputBlockSize { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- protected override void Dispose(bool disposing) { }
- ~ARC4Managed() { }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw null; }
- public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw null; }
- }
- public partial class BlockProcessor
- {
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform) { }
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform, int blockSize) { }
- public void Core(byte[] rgb) { }
- public void Core(byte[] rgb, int ib, int cb) { }
- public byte[] Final() { throw null; }
- ~BlockProcessor() { }
- public void Initialize() { }
- }
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
- public enum DHKeyGeneration
- {
- Random = 0,
- Static = 1,
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct DHParameters
- {
- public byte[] G;
- public byte[] P;
- [System.NonSerializedAttribute]
- public byte[] X;
- }
- public abstract partial class DiffieHellman : System.Security.Cryptography.AsymmetricAlgorithm
- {
- protected DiffieHellman() { }
- public static new Mono.Security.Cryptography.DiffieHellman Create() { throw null; }
- public static new Mono.Security.Cryptography.DiffieHellman Create(string algName) { throw null; }
- public abstract byte[] CreateKeyExchange();
- public abstract byte[] DecryptKeyExchange(byte[] keyex);
- public abstract Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivate);
- public override void FromXmlString(string xmlString) { }
- public abstract void ImportParameters(Mono.Security.Cryptography.DHParameters parameters);
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- }
- public sealed partial class DiffieHellmanManaged : Mono.Security.Cryptography.DiffieHellman
- {
- public DiffieHellmanManaged() { }
- public DiffieHellmanManaged(byte[] p, byte[] g, byte[] x) { }
- public DiffieHellmanManaged(byte[] p, byte[] g, int l) { }
- public DiffieHellmanManaged(int bitLength, int l, Mono.Security.Cryptography.DHKeyGeneration method) { }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public override byte[] CreateKeyExchange() { throw null; }
- public override byte[] DecryptKeyExchange(byte[] keyEx) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~DiffieHellmanManaged() { }
- public override void ImportParameters(Mono.Security.Cryptography.DHParameters parameters) { }
- }
- public sealed partial class KeyBuilder
- {
- internal KeyBuilder() { }
- public static byte[] IV(int size) { throw null; }
- public static byte[] Key(int size) { throw null; }
- }
- public partial class KeyPairPersistence
- {
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { }
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) { }
- public string Filename { get { throw null; } }
- public string KeyValue { get { throw null; } set { } }
- public System.Security.Cryptography.CspParameters Parameters { get { throw null; } }
- public bool Load() { throw null; }
- public void Remove() { }
- public void Save() { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2Managed : Mono.Security.Cryptography.MD2
- {
- public MD2Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4Managed : Mono.Security.Cryptography.MD4
- {
- public MD4Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public sealed partial class PKCS1
- {
- internal PKCS1() { }
- public static byte[] Decrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] C) { throw null; }
- public static byte[] Decrypt_v15(System.Security.Cryptography.RSA rsa, byte[] C) { throw null; }
- public static byte[] Encode_v15(System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, int emLength) { throw null; }
- public static byte[] Encrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] Encrypt_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] I2OSP(byte[] x, int size) { throw null; }
- public static byte[] I2OSP(int x, int size) { throw null; }
- public static byte[] MGF1(System.Security.Cryptography.HashAlgorithm hash, byte[] mgfSeed, int maskLen) { throw null; }
- public static byte[] OS2IP(byte[] x) { throw null; }
- public static byte[] RSADP(System.Security.Cryptography.RSA rsa, byte[] c) { throw null; }
- public static byte[] RSAEP(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSASP1(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSAVP1(System.Security.Cryptography.RSA rsa, byte[] s) { throw null; }
- public static byte[] Sign_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding) { throw null; }
- }
- public sealed partial class PKCS8
- {
- internal PKCS8() { }
- public static Mono.Security.Cryptography.PKCS8.KeyInfo GetType(byte[] data) { throw null; }
- public partial class EncryptedPrivateKeyInfo
- {
- public EncryptedPrivateKeyInfo() { }
- public EncryptedPrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public byte[] EncryptedData { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public enum KeyInfo
- {
- EncryptedPrivateKey = 1,
- PrivateKey = 0,
- Unknown = 2,
- }
- public partial class PrivateKeyInfo
- {
- public PrivateKeyInfo() { }
- public PrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public System.Collections.ArrayList Attributes { get { throw null; } }
- public byte[] PrivateKey { get { throw null; } set { } }
- public int Version { get { throw null; } set { } }
- public static System.Security.Cryptography.DSA DecodeDSA(byte[] privateKey, System.Security.Cryptography.DSAParameters dsaParameters) { throw null; }
- public static System.Security.Cryptography.RSA DecodeRSA(byte[] keypair) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.RSA rsa) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
- }
- public abstract partial class RC4 : System.Security.Cryptography.SymmetricAlgorithm
- {
- public RC4() { }
- public override byte[] IV { get { throw null; } set { } }
- public static new Mono.Security.Cryptography.RC4 Create() { throw null; }
- public static new Mono.Security.Cryptography.RC4 Create(string algName) { throw null; }
- }
- public partial class RSAManaged : System.Security.Cryptography.RSA
- {
- public RSAManaged() { }
- public RSAManaged(int keySize) { }
- public bool IsCrtPossible { get { throw null; } }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override int KeySize { get { throw null; } }
- public bool PublicOnly { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public bool UseKeyBlinding { get { throw null; } set { } }
- public event Mono.Security.Cryptography.RSAManaged.KeyGeneratedEventHandler KeyGenerated { add { } remove { } }
- public override byte[] DecryptValue(byte[] rgb) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override byte[] EncryptValue(byte[] rgb) { throw null; }
- public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~RSAManaged() { }
- public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { }
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- public delegate void KeyGeneratedEventHandler(object sender, System.EventArgs e);
- }
- public abstract partial class SHA224 : System.Security.Cryptography.HashAlgorithm
- {
- public SHA224() { }
- public static new Mono.Security.Cryptography.SHA224 Create() { throw null; }
- public static new Mono.Security.Cryptography.SHA224 Create(string hashName) { throw null; }
- }
- public partial class SHA224Managed : Mono.Security.Cryptography.SHA224
- {
- public SHA224Managed() { }
- protected override void HashCore(byte[] rgb, int start, int size) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- 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[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public static partial class ChallengeResponse2
- {
- public static void Compute(Mono.Security.Protocol.Ntlm.Type2Message type2, Mono.Security.Protocol.Ntlm.NtlmAuthLevel level, string username, string password, string domain, out byte[] lm, out byte[] ntlm) { lm = default(byte[]); ntlm = default(byte[]); }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public int Type { 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; }
- }
- public enum NtlmAuthLevel
- {
- LM_and_NTLM = 0,
- LM_and_NTLM_and_try_NTLMv2_Session = 1,
- NTLMv2_only = 3,
- NTLM_only = 2,
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateDomainSupplied = 4096,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public static partial class NtlmSettings
- {
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(byte[] message) : 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(byte[] message) : base (default(int)) { }
- public byte[] Nonce { get { throw null; } set { } }
- public byte[] TargetInfo { get { throw null; } }
- public string TargetName { get { throw null; } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.Type2Message type2) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public byte[] Challenge { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use NtlmSettings.DefaultAuthLevel")]
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmAuthLevel Level { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } set { } }
- 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 Mono.Security.X509
-{
- public partial class PKCS12 : System.ICloneable
- {
- public const string certBag = "1.2.840.113549.1.12.10.1.3";
- public const string crlBag = "1.2.840.113549.1.12.10.1.4";
- public const int CryptoApiPasswordLimit = 32;
- public const string keyBag = "1.2.840.113549.1.12.10.1.1";
- public const string pbeWithSHAAnd128BitRC2CBC = "1.2.840.113549.1.12.1.5";
- public const string pbeWithSHAAnd128BitRC4 = "1.2.840.113549.1.12.1.1";
- public const string pbeWithSHAAnd2KeyTripleDESCBC = "1.2.840.113549.1.12.1.4";
- public const string pbeWithSHAAnd3KeyTripleDESCBC = "1.2.840.113549.1.12.1.3";
- public const string pbeWithSHAAnd40BitRC2CBC = "1.2.840.113549.1.12.1.6";
- public const string pbeWithSHAAnd40BitRC4 = "1.2.840.113549.1.12.1.2";
- public const string pkcs8ShroudedKeyBag = "1.2.840.113549.1.12.10.1.2";
- public const string safeContentsBag = "1.2.840.113549.1.12.10.1.6";
- public const string sdsiCertificate = "1.2.840.113549.1.9.22.2";
- public const string secretBag = "1.2.840.113549.1.12.10.1.5";
- public const string x509Certificate = "1.2.840.113549.1.9.22.1";
- public const string x509Crl = "1.2.840.113549.1.9.23.1";
- public PKCS12() { }
- public PKCS12(byte[] data) { }
- public PKCS12(byte[] data, byte[] password) { }
- public PKCS12(byte[] data, string password) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public int IterationCount { get { throw null; } set { } }
- public System.Collections.ArrayList Keys { get { throw null; } }
- public static int MaximumPasswordLength { get { throw null; } set { } }
- public string Password { set { } }
- public System.Collections.ArrayList Secrets { get { throw null; } }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attributes) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddSecretBag(byte[] secret) { }
- public void AddSecretBag(byte[] secret, System.Collections.IDictionary attributes) { }
- public object Clone() { throw null; }
- public byte[] Decrypt(Mono.Security.PKCS7.EncryptedData ed) { throw null; }
- public byte[] Decrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] encryptedData) { throw null; }
- public byte[] Encrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] data) { throw null; }
- ~PKCS12() { }
- public System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm(System.Collections.IDictionary attrs) { throw null; }
- public System.Collections.IDictionary GetAttributes(Mono.Security.X509.X509Certificate cert) { throw null; }
- public System.Collections.IDictionary GetAttributes(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Certificate GetCertificate(System.Collections.IDictionary attrs) { throw null; }
- public byte[] GetSecret(System.Collections.IDictionary attrs) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename, string password) { throw null; }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attrs) { }
- public void RemoveKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemovePkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemoveSecretBag(byte[] secret) { }
- public void SaveToFile(string filename) { }
- public partial class DeriveBytes
- {
- public DeriveBytes() { }
- public string HashName { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Password { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] DeriveIV(int size) { throw null; }
- public byte[] DeriveKey(int size) { throw null; }
- public byte[] DeriveMAC(int size) { throw null; }
- public enum Purpose
- {
- IV = 1,
- Key = 0,
- MAC = 2,
- }
- }
- }
- public partial class PKCS5
- {
- public const string pbeWithMD2AndDESCBC = "1.2.840.113549.1.5.1";
- public const string pbeWithMD2AndRC2CBC = "1.2.840.113549.1.5.4";
- public const string pbeWithMD5AndDESCBC = "1.2.840.113549.1.5.3";
- public const string pbeWithMD5AndRC2CBC = "1.2.840.113549.1.5.6";
- public const string pbeWithSHA1AndDESCBC = "1.2.840.113549.1.5.10";
- public const string pbeWithSHA1AndRC2CBC = "1.2.840.113549.1.5.11";
- public PKCS5() { }
- }
- public partial class PKCS9
- {
- public const string friendlyName = "1.2.840.113549.1.9.20";
- public const string localKeyId = "1.2.840.113549.1.9.21";
- public PKCS9() { }
- }
- public sealed partial class X501
- {
- internal X501() { }
- public static Mono.Security.ASN1 FromString(string rdn) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq, bool reversed, string separator, bool quotes) { throw null; }
- }
- public abstract partial class X509Builder
- {
- protected X509Builder() { }
- public string Hash { get { throw null; } set { } }
- protected string GetOid(string hashName) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.DSA key) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.RSA key) { throw null; }
- protected abstract Mono.Security.ASN1 ToBeSigned(string hashName);
- }
- public partial class X509Certificate : System.Runtime.Serialization.ISerializable
- {
- public X509Certificate(byte[] data) { }
- protected X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public System.Security.Cryptography.DSA DSA { get { throw null; } set { } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public bool IsSelfSigned { get { throw null; } }
- public virtual string IssuerName { get { throw null; } }
- public byte[] IssuerUniqueIdentifier { get { throw null; } }
- public virtual string KeyAlgorithm { get { throw null; } }
- public virtual byte[] KeyAlgorithmParameters { get { throw null; } set { } }
- public virtual byte[] PublicKey { get { throw null; } }
- public virtual byte[] RawData { get { throw null; } }
- public virtual System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public virtual byte[] SerialNumber { get { throw null; } }
- public virtual byte[] Signature { get { throw null; } }
- public virtual string SignatureAlgorithm { get { throw null; } }
- public virtual byte[] SignatureAlgorithmParameters { get { throw null; } }
- public virtual string SubjectName { get { throw null; } }
- public byte[] SubjectUniqueIdentifier { get { throw null; } }
- public virtual System.DateTime ValidFrom { get { throw null; } }
- public virtual System.DateTime ValidUntil { get { throw null; } }
- public int Version { get { throw null; } }
- public bool CheckSignature(byte[] hash, string hashAlgorithm, byte[] signature) { throw null; }
- public Mono.Security.ASN1 GetIssuerName() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
- public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Security.ASN1 GetSubjectName() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- }
- public partial class X509CertificateBuilder : Mono.Security.X509.X509Builder
- {
- public X509CertificateBuilder() { }
- public X509CertificateBuilder(byte version) { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public string IssuerName { get { throw null; } set { } }
- public byte[] IssuerUniqueId { get { throw null; } set { } }
- public System.DateTime NotAfter { get { throw null; } set { } }
- public System.DateTime NotBefore { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } set { } }
- public string SubjectName { get { throw null; } set { } }
- public System.Security.Cryptography.AsymmetricAlgorithm SubjectPublicKey { get { throw null; } set { } }
- public byte[] SubjectUniqueId { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- protected override Mono.Security.ASN1 ToBeSigned(string oid) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class X509CertificateCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509CertificateCollection() { }
- public X509CertificateCollection(Mono.Security.X509.X509CertificateCollection value) { }
- public X509CertificateCollection(Mono.Security.X509.X509Certificate[] value) { }
- public Mono.Security.X509.X509Certificate this[int index] { get { throw null; } set { } }
- public int Add(Mono.Security.X509.X509Certificate value) { throw null; }
- public void AddRange(Mono.Security.X509.X509CertificateCollection value) { }
- public void AddRange(Mono.Security.X509.X509Certificate[] value) { }
- public bool Contains(Mono.Security.X509.X509Certificate value) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Certificate[] array, int index) { }
- public new Mono.Security.X509.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Certificate value) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Certificate value) { }
- public void Remove(Mono.Security.X509.X509Certificate value) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public partial class X509CertificateEnumerator : System.Collections.IEnumerator
- {
- public X509CertificateEnumerator(Mono.Security.X509.X509CertificateCollection mappings) { }
- public Mono.Security.X509.X509Certificate Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- public partial class X509Chain
- {
- public X509Chain() { }
- public X509Chain(Mono.Security.X509.X509CertificateCollection chain) { }
- public Mono.Security.X509.X509CertificateCollection Chain { get { throw null; } }
- public Mono.Security.X509.X509Certificate Root { get { throw null; } }
- public Mono.Security.X509.X509ChainStatusFlags Status { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection TrustAnchors { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(64))]set { } }
- public bool Build(Mono.Security.X509.X509Certificate leaf) { throw null; }
- public Mono.Security.X509.X509Certificate FindByIssuerName(string issuerName) { throw null; }
- public void LoadCertificate(Mono.Security.X509.X509Certificate x509) { }
- public void LoadCertificates(Mono.Security.X509.X509CertificateCollection collection) { }
- public void Reset() { }
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum X509ChainStatusFlags
- {
- InvalidBasicConstraints = 1024,
- NoError = 0,
- NotSignatureValid = 8,
- NotTimeNested = 2,
- NotTimeValid = 1,
- PartialChain = 65536,
- UntrustedRoot = 32,
- }
- public partial class X509Crl
- {
- public X509Crl(byte[] crl) { }
- public System.Collections.ArrayList Entries { get { throw null; } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public string IssuerName { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[byte[] serialNumber] { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[int index] { get { throw null; } }
- public System.DateTime NextUpdate { get { throw null; } }
- public byte[] RawData { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public string SignatureAlgorithm { get { throw null; } }
- public System.DateTime ThisUpdate { get { throw null; } }
- public byte Version { get { throw null; } }
- public static Mono.Security.X509.X509Crl CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(Mono.Security.X509.X509Certificate x509) { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(byte[] serialNumber) { throw null; }
- public bool VerifySignature(Mono.Security.X509.X509Certificate x509) { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- public partial class X509CrlEntry
- {
- internal X509CrlEntry() { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public System.DateTime RevocationDate { get { throw null; } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public partial class X509Extension
- {
- protected bool extnCritical;
- protected string extnOid;
- protected Mono.Security.ASN1 extnValue;
- protected X509Extension() { }
- public X509Extension(Mono.Security.ASN1 asn1) { }
- public X509Extension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public bool Critical { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public string Oid { get { throw null; } }
- public Mono.Security.ASN1 Value { get { throw null; } }
- protected virtual void Decode() { }
- protected virtual void Encode() { }
- public override bool Equals(object obj) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class X509ExtensionCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509ExtensionCollection() { }
- public X509ExtensionCollection(Mono.Security.ASN1 asn1) { }
- public Mono.Security.X509.X509Extension this[int index] { get { throw null; } }
- public Mono.Security.X509.X509Extension this[string oid] { get { throw null; } }
- public int Add(Mono.Security.X509.X509Extension extension) { throw null; }
- public void AddRange(Mono.Security.X509.X509ExtensionCollection collection) { }
- public void AddRange(Mono.Security.X509.X509Extension[] extension) { }
- public bool Contains(Mono.Security.X509.X509Extension extension) { throw null; }
- public bool Contains(string oid) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Extension[] extensions, int index) { }
- public byte[] GetBytes() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Extension extension) { throw null; }
- public int IndexOf(string oid) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Extension extension) { }
- public void Remove(Mono.Security.X509.X509Extension extension) { }
- public void Remove(string oid) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class X509Store
- {
- internal X509Store() { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string Name { get { throw null; } }
- public void Clear() { }
- public void Import(Mono.Security.X509.X509Certificate certificate) { }
- public void Import(Mono.Security.X509.X509Crl crl) { }
- public void Remove(Mono.Security.X509.X509Certificate certificate) { }
- public void Remove(Mono.Security.X509.X509Crl crl) { }
- }
- public sealed partial class X509StoreManager
- {
- internal X509StoreManager() { }
- public static Mono.Security.X509.X509Stores CurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection IntermediateCACertificates { get { throw null; } }
- public static System.Collections.ArrayList IntermediateCACrls { get { throw null; } }
- public static Mono.Security.X509.X509Stores LocalMachine { get { throw null; } }
- public static System.Collections.ArrayList TrustedRootCACrls { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection TrustedRootCertificates { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection UntrustedCertificates { get { throw null; } }
- }
- public partial class X509Stores
- {
- internal X509Stores() { }
- public Mono.Security.X509.X509Store IntermediateCA { get { throw null; } }
- public Mono.Security.X509.X509Store OtherPeople { get { throw null; } }
- public Mono.Security.X509.X509Store Personal { get { throw null; } }
- public Mono.Security.X509.X509Store TrustedRoot { get { throw null; } }
- public Mono.Security.X509.X509Store Untrusted { get { throw null; } }
- public void Clear() { }
- public Mono.Security.X509.X509Store Open(string storeName, bool create) { throw null; }
- public partial class Names
- {
- public const string IntermediateCA = "CA";
- public const string OtherPeople = "AddressBook";
- public const string Personal = "My";
- public const string TrustedRoot = "Trust";
- public const string Untrusted = "Disallowed";
- public Names() { }
- }
- }
- public partial class X520
- {
- public X520() { }
- public abstract partial class AttributeTypeAndValue
- {
- protected AttributeTypeAndValue(string oid, int upperBound) { }
- protected AttributeTypeAndValue(string oid, int upperBound, byte encoding) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] GetBytes(byte encoding) { throw null; }
- }
- public partial class CommonName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CommonName() : base (default(string), default(int)) { }
- }
- public partial class CountryName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CountryName() : base (default(string), default(int)) { }
- }
- public partial class DnQualifier : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DnQualifier() : base (default(string), default(int)) { }
- }
- public partial class DomainComponent : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DomainComponent() : base (default(string), default(int)) { }
- }
- public partial class EmailAddress : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public EmailAddress() : base (default(string), default(int)) { }
- }
- public partial class GivenName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public GivenName() : base (default(string), default(int)) { }
- }
- public partial class Initial : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Initial() : base (default(string), default(int)) { }
- }
- public partial class LocalityName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public LocalityName() : base (default(string), default(int)) { }
- }
- public partial class Name : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Name() : base (default(string), default(int)) { }
- }
- public partial class Oid : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Oid(string oid) : base (default(string), default(int)) { }
- }
- public partial class OrganizationalUnitName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationalUnitName() : base (default(string), default(int)) { }
- }
- public partial class OrganizationName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationName() : base (default(string), default(int)) { }
- }
- public partial class SerialNumber : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public SerialNumber() : base (default(string), default(int)) { }
- }
- public partial class StateOrProvinceName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public StateOrProvinceName() : base (default(string), default(int)) { }
- }
- public partial class Surname : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Surname() : base (default(string), default(int)) { }
- }
- public partial class Title : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Title() : base (default(string), default(int)) { }
- }
- public partial class UserId : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public UserId() : base (default(string), default(int)) { }
- }
- }
-}
-namespace Mono.Security.X509.Extensions
-{
- public partial class AuthorityKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public AuthorityKeyIdentifierExtension() { }
- public AuthorityKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public AuthorityKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class BasicConstraintsExtension : Mono.Security.X509.X509Extension
- {
- public const int NoPathLengthConstraint = -1;
- public BasicConstraintsExtension() { }
- public BasicConstraintsExtension(Mono.Security.ASN1 asn1) { }
- public BasicConstraintsExtension(Mono.Security.X509.X509Extension extension) { }
- public bool CertificateAuthority { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- public int PathLenConstraint { get { throw null; } set { } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class CertificatePoliciesExtension : Mono.Security.X509.X509Extension
- {
- public CertificatePoliciesExtension() { }
- public CertificatePoliciesExtension(Mono.Security.ASN1 asn1) { }
- public CertificatePoliciesExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class CRLDistributionPointsExtension : Mono.Security.X509.X509Extension
- {
- public CRLDistributionPointsExtension() { }
- public CRLDistributionPointsExtension(Mono.Security.ASN1 asn1) { }
- public CRLDistributionPointsExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.Generic.IEnumerable<Mono.Security.X509.Extensions.CRLDistributionPointsExtension.DistributionPoint> DistributionPoints { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- public partial class DistributionPoint
- {
- public DistributionPoint(Mono.Security.ASN1 dp) { }
- public DistributionPoint(string dp, Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags reasons, string issuer) { }
- public string CRLIssuer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags Reasons { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ReasonFlags
- {
- AACompromise = 8,
- AffiliationChanged = 3,
- CACompromise = 2,
- CertificateHold = 6,
- CessationOfOperation = 5,
- KeyCompromise = 1,
- PrivilegeWithdrawn = 7,
- Superseded = 4,
- Unused = 0,
- }
- }
- public partial class ExtendedKeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public ExtendedKeyUsageExtension() { }
- public ExtendedKeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public ExtendedKeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.ArrayList KeyPurpose { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class KeyAttributesExtension : Mono.Security.X509.X509Extension
- {
- public KeyAttributesExtension() { }
- public KeyAttributesExtension(Mono.Security.ASN1 asn1) { }
- public KeyAttributesExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] KeyIdentifier { get { throw null; } }
- public override string Name { get { throw null; } }
- public System.DateTime NotAfter { get { throw null; } }
- public System.DateTime NotBefore { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class KeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public KeyUsageExtension() { }
- public KeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public KeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.X509.Extensions.KeyUsages KeyUsage { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum KeyUsages
- {
- cRLSign = 2,
- dataEncipherment = 16,
- decipherOnly = 2048,
- digitalSignature = 128,
- encipherOnly = 1,
- keyAgreement = 8,
- keyCertSign = 4,
- keyEncipherment = 32,
- none = 0,
- nonRepudiation = 64,
- }
- public partial class NetscapeCertTypeExtension : Mono.Security.X509.X509Extension
- {
- public NetscapeCertTypeExtension() { }
- public NetscapeCertTypeExtension(Mono.Security.ASN1 asn1) { }
- public NetscapeCertTypeExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.NetscapeCertTypeExtension.CertTypes usage) { throw null; }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum CertTypes
- {
- ObjectSigning = 16,
- ObjectSigningCA = 1,
- Smime = 32,
- SmimeCA = 2,
- SslCA = 4,
- SslClient = 128,
- SslServer = 64,
- }
- }
- public partial class PrivateKeyUsagePeriodExtension : Mono.Security.X509.X509Extension
- {
- public PrivateKeyUsagePeriodExtension() { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.ASN1 asn1) { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectAltNameExtension : Mono.Security.X509.X509Extension
- {
- public SubjectAltNameExtension() { }
- public SubjectAltNameExtension(Mono.Security.ASN1 asn1) { }
- public SubjectAltNameExtension(Mono.Security.X509.X509Extension extension) { }
- public SubjectAltNameExtension(string[] rfc822, string[] dnsNames, string[] ipAddresses, string[] uris) { }
- public string[] DNSNames { get { throw null; } }
- public string[] IPAddresses { get { throw null; } }
- public override string Name { get { throw null; } }
- public string[] RFC822 { get { throw null; } }
- public string[] UniformResourceIdentifiers { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public SubjectKeyIdentifierExtension() { }
- public SubjectKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public SubjectKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Xml
-{
- [System.CLSCompliantAttribute(false)]
- public partial class MiniParser
- {
- protected int col;
- protected static string[] errors;
- protected int line;
- protected bool splitCData;
- protected int[] twoCharBuff;
- public MiniParser() { }
- protected void FatalErr(string descr) { }
- public void Parse(Mono.Xml.MiniParser.IReader reader, Mono.Xml.MiniParser.IHandler handler) { }
- public void Reset() { }
- protected static bool StrEquals(string str, System.Text.StringBuilder sb, int sbStart, int len) { throw null; }
- protected static int Xlat(int charCode, int state) { throw null; }
- public partial class AttrListImpl : Mono.Xml.MiniParser.IAttrList, Mono.Xml.MiniParser.IMutableAttrList
- {
- protected System.Collections.ArrayList names;
- protected System.Collections.ArrayList values;
- public AttrListImpl() { }
- public AttrListImpl(Mono.Xml.MiniParser.IAttrList attrs) { }
- public AttrListImpl(int initialCapacity) { }
- public bool IsEmpty { get { throw null; } }
- public int Length { get { throw null; } }
- public string[] Names { get { throw null; } }
- public string[] Values { get { throw null; } }
- public void Add(string name, string value) { }
- public void ChangeValue(string name, string newValue) { }
- public void Clear() { }
- public void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs) { }
- public string GetName(int i) { throw null; }
- public string GetValue(int i) { throw null; }
- public string GetValue(string name) { throw null; }
- public void Remove(int i) { }
- public void Remove(string name) { }
- }
- public partial class HandlerAdapter : Mono.Xml.MiniParser.IHandler
- {
- public HandlerAdapter() { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- }
- public partial interface IAttrList
- {
- bool IsEmpty { get; }
- int Length { get; }
- string[] Names { get; }
- string[] Values { get; }
- void ChangeValue(string name, string newValue);
- string GetName(int i);
- string GetValue(int i);
- string GetValue(string name);
- }
- public partial interface IHandler
- {
- void OnChars(string ch);
- void OnEndElement(string name);
- void OnEndParsing(Mono.Xml.MiniParser parser);
- void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs);
- void OnStartParsing(Mono.Xml.MiniParser parser);
- }
- public partial interface IMutableAttrList : Mono.Xml.MiniParser.IAttrList
- {
- void Add(string name, string value);
- void Clear();
- void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs);
- void Remove(int i);
- void Remove(string name);
- }
- public partial interface IReader
- {
- int Read();
- }
- public partial class XMLError : System.Exception
- {
- protected int column;
- protected string descr;
- protected int line;
- public XMLError() { }
- public XMLError(string descr) { }
- public XMLError(string descr, int line, int column) { }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- [System.CLSCompliantAttribute(false)]
- public partial class SecurityParser : Mono.Xml.MiniParser, Mono.Xml.MiniParser.IHandler, Mono.Xml.MiniParser.IReader
- {
- public SecurityParser() { }
- public void LoadXml(string xml) { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- public int Read() { throw null; }
- public System.Security.SecurityElement ToXml() { throw null; }
- }
-}
diff --git a/src/v4.0/Mono.Simd.cs b/src/v4.0/Mono.Simd.cs
deleted file mode 100644
index 96fa375..0000000
--- a/src/v4.0/Mono.Simd.cs
+++ /dev/null
@@ -1,1393 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2008 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Simd.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Simd.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Simd
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(224), Inherited=false)]
- public sealed partial class AccelerationAttribute : System.Attribute
- {
- public AccelerationAttribute(Mono.Simd.AccelMode mode) { }
- public Mono.Simd.AccelMode Mode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- [System.FlagsAttribute]
- public enum AccelMode
- {
- None = 0,
- SSE1 = 1,
- SSE2 = 2,
- SSE3 = 4,
- SSE41 = 16,
- SSE42 = 32,
- SSE4A = 64,
- SSSE3 = 8,
- }
- public static partial class ArrayExtensions
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVector(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVector(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVector(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVector(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVector(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVector(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVector(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVector(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVector(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVector(this ulong[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVectorAligned(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVectorAligned(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVectorAligned(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVectorAligned(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVectorAligned(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVectorAligned(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVectorAligned(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVectorAligned(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVectorAligned(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVectorAligned(this ulong[] array, int offset) { throw null; }
- public static bool IsAligned<T>(this T[] vect, int index) where T : struct { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- }
- public enum ShuffleSel
- {
- ExpandInterleavedXY = 68,
- ExpandInterleavedZW = 238,
- ExpandW = 255,
- ExpandX = 0,
- ExpandXY = 80,
- ExpandY = 85,
- ExpandZ = 170,
- ExpandZW = 250,
- RotateLeft = 147,
- RotateRight = 57,
- Swap = 27,
- WFromW = 192,
- WFromX = 0,
- WFromY = 64,
- WFromZ = 128,
- XFromW = 3,
- XFromX = 0,
- XFromY = 1,
- XFromZ = 2,
- YFromW = 12,
- YFromX = 0,
- YFromY = 4,
- YFromZ = 8,
- ZFromW = 48,
- ZFromX = 0,
- ZFromY = 16,
- ZFromZ = 32,
- }
- public static partial class SimdRuntime
- {
- public static Mono.Simd.AccelMode AccelMode { get { throw null; } }
- public static bool IsMethodAccelerated(System.Type type, string method) { throw null; }
- public static bool IsMethodAccelerated(System.Type type, string method, params System.Type[] signature) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Reflection.MethodInfo method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method, params System.Type[] signature) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16b
- {
- public Vector16b(byte b) { throw null;}
- public Vector16b(byte v0, byte v1, byte v2, byte v3, byte v4, byte v5, byte v6, byte v7, byte v8, byte v9, byte v10, byte v11, byte v12, byte v13, byte v14, byte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public byte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16b One { get { throw null; } }
- public byte V0 { get { throw null; } set { } }
- public byte V1 { get { throw null; } set { } }
- public byte V10 { get { throw null; } set { } }
- public byte V11 { get { throw null; } set { } }
- public byte V12 { get { throw null; } set { } }
- public byte V13 { get { throw null; } set { } }
- public byte V14 { get { throw null; } set { } }
- public byte V15 { get { throw null; } set { } }
- public byte V2 { get { throw null; } set { } }
- public byte V3 { get { throw null; } set { } }
- public byte V4 { get { throw null; } set { } }
- public byte V5 { get { throw null; } set { } }
- public byte V6 { get { throw null; } set { } }
- public byte V7 { get { throw null; } set { } }
- public byte V8 { get { throw null; } set { } }
- public byte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16b Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector16b LoadAligned(Mono.Simd.Vector16b* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16b LoadAligned(ref Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator +(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator &(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator |(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator ^(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator -(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector16b* res, Mono.Simd.Vector16b val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16b res, Mono.Simd.Vector16b val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16sb
- {
- public Vector16sb(sbyte sb) { throw null;}
- public Vector16sb(sbyte v0, sbyte v1, sbyte v2, sbyte v3, sbyte v4, sbyte v5, sbyte v6, sbyte v7, sbyte v8, sbyte v9, sbyte v10, sbyte v11, sbyte v12, sbyte v13, sbyte v14, sbyte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public sbyte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb MinusOne { get { throw null; } }
- public static Mono.Simd.Vector16sb One { get { throw null; } }
- public sbyte V0 { get { throw null; } set { } }
- public sbyte V1 { get { throw null; } set { } }
- public sbyte V10 { get { throw null; } set { } }
- public sbyte V11 { get { throw null; } set { } }
- public sbyte V12 { get { throw null; } set { } }
- public sbyte V13 { get { throw null; } set { } }
- public sbyte V14 { get { throw null; } set { } }
- public sbyte V15 { get { throw null; } set { } }
- public sbyte V2 { get { throw null; } set { } }
- public sbyte V3 { get { throw null; } set { } }
- public sbyte V4 { get { throw null; } set { } }
- public sbyte V5 { get { throw null; } set { } }
- public sbyte V6 { get { throw null; } set { } }
- public sbyte V7 { get { throw null; } set { } }
- public sbyte V8 { get { throw null; } set { } }
- public sbyte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector16sb LoadAligned(Mono.Simd.Vector16sb* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16sb LoadAligned(ref Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator +(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator &(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator |(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator ^(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator -(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector16sb* res, Mono.Simd.Vector16sb val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16sb res, Mono.Simd.Vector16sb val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2d
- {
- public Vector2d(double d) { throw null;}
- public Vector2d(double x, double y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public double this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2d E { get { throw null; } }
- public static Mono.Simd.Vector2d MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2d One { get { throw null; } }
- public static Mono.Simd.Vector2d Pi { get { throw null; } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2d Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2d LoadAligned(Mono.Simd.Vector2d* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2d LoadAligned(ref Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator +(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator &(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator |(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator /(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator ^(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator *(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator -(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2d* res, Mono.Simd.Vector2d val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2d res, Mono.Simd.Vector2d val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2l
- {
- public Vector2l(long l) { throw null;}
- public Vector2l(long x, long y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public long this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2l MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2l One { get { throw null; } }
- public long X { get { throw null; } set { } }
- public long Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2l Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2l LoadAligned(Mono.Simd.Vector2l* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2l LoadAligned(ref Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator +(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator &(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator |(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator ^(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator <<(Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator -(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2l* res, Mono.Simd.Vector2l val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2l res, Mono.Simd.Vector2l val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2ul
- {
- public Vector2ul(ulong ul) { throw null;}
- public Vector2ul(ulong x, ulong y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ulong this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul One { get { throw null; } }
- public ulong X { get { throw null; } set { } }
- public ulong Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector2ul LoadAligned(Mono.Simd.Vector2ul* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2ul LoadAligned(ref Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator +(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator &(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator |(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator ^(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator <<(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator >>(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator -(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector2ul* res, Mono.Simd.Vector2ul val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2ul res, Mono.Simd.Vector2ul val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4f
- {
- public Vector4f(float f) { throw null;}
- public Vector4f(float x, float y, float z, float w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public float this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4f E { get { throw null; } }
- public static Mono.Simd.Vector4f MinusOne { get { throw null; } }
- public static Mono.Simd.Vector4f One { get { throw null; } }
- public static Mono.Simd.Vector4f Pi { get { throw null; } }
- public float W { get { throw null; } set { } }
- public float X { get { throw null; } set { } }
- public float Y { get { throw null; } set { } }
- public float Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4f Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4f LoadAligned(Mono.Simd.Vector4f* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f LoadAligned(ref Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator +(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator &(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator |(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator /(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator ^(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v, float scalar) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(float scalar, Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator -(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4f* res, Mono.Simd.Vector4f val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4f res, Mono.Simd.Vector4f val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4i
- {
- public Vector4i(int i) { throw null;}
- public Vector4i(int x, int y, int z, int w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public int this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Identity { get { throw null; } }
- public static Mono.Simd.Vector4i MinusOne { get { throw null; } }
- public int W { get { throw null; } set { } }
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- public int Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4i LoadAligned(Mono.Simd.Vector4i* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4i LoadAligned(ref Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator +(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator &(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator |(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator ^(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator <<(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i operator *(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator >>(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator -(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4i* res, Mono.Simd.Vector4i val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4i res, Mono.Simd.Vector4i val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4ui
- {
- public Vector4ui(uint ui) { throw null;}
- public Vector4ui(uint x, uint y, uint z, uint w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public uint this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Identity { get { throw null; } }
- public uint W { get { throw null; } set { } }
- public uint X { get { throw null; } set { } }
- public uint Y { get { throw null; } set { } }
- public uint Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector4ui LoadAligned(Mono.Simd.Vector4ui* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4ui LoadAligned(ref Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator +(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator &(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator |(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator ^(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator <<(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4ui operator *(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator >>(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator -(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector4ui* res, Mono.Simd.Vector4ui val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4ui res, Mono.Simd.Vector4ui val) { }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8s
- {
- public Vector8s(short s) { throw null;}
- public Vector8s(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public short this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Identity { get { throw null; } }
- public static Mono.Simd.Vector8s MinusOne { get { throw null; } }
- public short V0 { get { throw null; } set { } }
- public short V1 { get { throw null; } set { } }
- public short V2 { get { throw null; } set { } }
- public short V3 { get { throw null; } set { } }
- public short V4 { get { throw null; } set { } }
- public short V5 { get { throw null; } set { } }
- public short V6 { get { throw null; } set { } }
- public short V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector8s LoadAligned(Mono.Simd.Vector8s* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8s LoadAligned(ref Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator +(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator &(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator |(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator ^(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator <<(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator *(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator >>(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator -(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector8s* res, Mono.Simd.Vector8s val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8s res, Mono.Simd.Vector8s val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8us
- {
- public Vector8us(ushort us) { throw null;}
- public Vector8us(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ushort this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Identity { get { throw null; } }
- public ushort V0 { get { throw null; } set { } }
- public ushort V1 { get { throw null; } set { } }
- public ushort V2 { get { throw null; } set { } }
- public ushort V3 { get { throw null; } set { } }
- public ushort V4 { get { throw null; } set { } }
- public ushort V5 { get { throw null; } set { } }
- public ushort V6 { get { throw null; } set { } }
- public ushort V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector8us LoadAligned(Mono.Simd.Vector8us* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8us LoadAligned(ref Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator +(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator &(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator |(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator ^(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator <<(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator *(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator >>(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator -(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector8us* res, Mono.Simd.Vector8us val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8us res, Mono.Simd.Vector8us val) { }
- public override string ToString() { throw null; }
- }
- public static partial class VectorOperations
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d AddSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f AddSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b AddWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb AddWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s AddWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us AddWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d AndNot(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f AndNot(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui ArithmeticRightShift(this Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ArithmeticRightShift(this Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Average(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Average(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b CompareEqual(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareEqual(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector2l CompareEqual(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul CompareEqual(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareEqual(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui CompareEqual(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareEqual(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us CompareEqual(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareGreaterThan(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(32))]
- public static Mono.Simd.Vector2l CompareGreaterThan(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareGreaterThan(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareGreaterThan(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareOrdered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareOrdered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareUnordered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareUnordered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d Duplicate(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateHigh(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateLow(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static int ExtractByteMask(this Mono.Simd.Vector16b va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static int ExtractByteMask(this Mono.Simd.Vector16sb va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalAdd(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalAdd(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveHigh(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveHigh(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveLow(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveLow(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InvSqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l LogicalRightShift(this Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i LogicalRightShift(this Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s LogicalRightShift(this Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Max(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Max(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Max(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Max(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Max(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Max(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Max(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Max(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Min(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Min(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Min(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Min(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Min(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Min(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Min(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Min(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s MultiplyStoreHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us MultiplyStoreHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s PackWithSignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb PackWithSignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us PackWithUnsignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b PackWithUnsignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Reciprocal(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Shuffle(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l Shuffle(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul Shuffle(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleHigh(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleHigh(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleLow(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleLow(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s SignedPackWithSignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SignedPackWithSignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SignedPackWithUnsignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b SignedPackWithUnsignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Sqrt(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Sqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b SubtractWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SubtractWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s SubtractWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SubtractWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SumOfAbsoluteDifferences(this Mono.Simd.Vector16b va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackHigh(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackHigh(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackHigh(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackHigh(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackHigh(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackHigh(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackLow(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackLow(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackLow(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackLow(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackLow(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackLow(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackLow(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackLow(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- }
-}
diff --git a/src/v4.0/Mono.Tasklets.cs b/src/v4.0/Mono.Tasklets.cs
deleted file mode 100644
index 3af6ee5..0000000
--- a/src/v4.0/Mono.Tasklets.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Tasklets
-{
- public partial class Continuation : System.IDisposable
- {
- public Continuation() { }
- public void Dispose() { }
- ~Continuation() { }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public void Mark() { }
- public void Restore(int state) { }
- public int Store(int state) { throw null; }
- }
-}
diff --git a/src/v4.0/Mono.WebBrowser.cs b/src/v4.0/Mono.WebBrowser.cs
deleted file mode 100644
index 394e50e..0000000
--- a/src/v4.0/Mono.WebBrowser.cs
+++ /dev/null
@@ -1,465 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2007, 2008 Andreia Gaita")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Managed Wrapper for xulrunner engine, to support WebBrowser")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.WebBrowser")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.WebBrowser")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.WebBrowser
-{
- public partial class AlertEventArgs : System.EventArgs
- {
- public AlertEventArgs() { }
- public bool BoolReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Buttons { get { throw null; } set { } }
- public string CheckMessage { get { throw null; } set { } }
- public bool CheckState { get { throw null; } set { } }
- public Mono.WebBrowser.DialogButtonFlags DialogButtons { get { throw null; } set { } }
- public int IntReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Options { get { throw null; } set { } }
- public string Password { get { throw null; } set { } }
- public string StringReturn { get { throw null; } set { } }
- public string Text { get { throw null; } set { } }
- public string Text2 { get { throw null; } set { } }
- public string Title { get { throw null; } set { } }
- public Mono.WebBrowser.DialogType Type { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- }
- public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e);
- public partial class ContextMenuEventArgs : System.EventArgs
- {
- public ContextMenuEventArgs(int x, int y) { }
- public int X { get { throw null; } }
- public int Y { get { throw null; } }
- }
- public delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e);
- public partial class CreateNewWindowEventArgs : System.EventArgs
- {
- public CreateNewWindowEventArgs(bool isModal) { }
- public bool IsModal { get { throw null; } }
- }
- public delegate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e);
- [System.FlagsAttribute]
- public enum DialogButtonFlags
- {
- BUTTON_DELAY_ENABLE = 67108864,
- BUTTON_POS_0 = 1,
- BUTTON_POS_0_DEFAULT = 0,
- BUTTON_POS_1 = 256,
- BUTTON_POS_1_DEFAULT = 16777216,
- BUTTON_POS_2 = 65536,
- BUTTON_POS_2_DEFAULT = 33554432,
- BUTTON_TITLE_CANCEL = 2,
- BUTTON_TITLE_DONT_SAVE = 6,
- BUTTON_TITLE_IS_STRING = 127,
- BUTTON_TITLE_NO = 4,
- BUTTON_TITLE_OK = 1,
- BUTTON_TITLE_REVERT = 7,
- BUTTON_TITLE_SAVE = 5,
- BUTTON_TITLE_YES = 3,
- STD_OK_CANCEL_BUTTONS = 513,
- }
- public enum DialogType
- {
- Alert = 1,
- AlertCheck = 2,
- Confirm = 3,
- ConfirmCheck = 5,
- ConfirmEx = 4,
- Prompt = 6,
- PromptPassword = 8,
- PromptUsernamePassword = 7,
- Select = 9,
- }
- public partial class Exception : System.Exception
- {
- internal Exception() { }
- }
- public enum FocusOption
- {
- FocusFirstElement = 1,
- FocusLastElement = 2,
- None = 0,
- }
- public partial interface IWebBrowser
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- bool Initialized { get; }
- Mono.WebBrowser.DOM.INavigation Navigation { get; }
- bool Offline { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event Mono.WebBrowser.AlertEventHandler Alert;
- event Mono.WebBrowser.ContextMenuEventHandler ContextMenuShown;
- event Mono.WebBrowser.CreateNewWindowEventHandler CreateNewWindow;
- event System.EventHandler Focus;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.LoadCommitedEventHandler LoadCommited;
- event Mono.WebBrowser.LoadFinishedEventHandler LoadFinished;
- event Mono.WebBrowser.LoadStartedEventHandler LoadStarted;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.NavigationRequestedEventHandler NavigationRequested;
- event Mono.WebBrowser.ProgressChangedEventHandler ProgressChanged;
- event Mono.WebBrowser.SecurityChangedEventHandler SecurityChanged;
- event Mono.WebBrowser.StatusChangedEventHandler StatusChanged;
- void Activate();
- void Deactivate();
- void ExecuteScript(string script);
- void FocusIn(Mono.WebBrowser.FocusOption focus);
- void FocusOut();
- bool Load(System.IntPtr handle, int width, int height);
- void Render(byte[] data);
- void Render(string html);
- void Render(string html, string uri, string contentType);
- void Resize(int width, int height);
- void Shutdown();
- }
- public partial class LoadCommitedEventArgs : System.EventArgs
- {
- public LoadCommitedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e);
- public partial class LoadFinishedEventArgs : System.EventArgs
- {
- public LoadFinishedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e);
- public partial class LoadStartedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public LoadStartedEventArgs(string uri, string frameName) { }
- public string FrameName { get { throw null; } }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e);
- public sealed partial class Manager
- {
- public Manager() { }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance() { throw null; }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance(Mono.WebBrowser.Platform platform) { throw null; }
- }
- public partial class NavigationRequestedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public NavigationRequestedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void NavigationRequestedEventHandler(object sender, Mono.WebBrowser.NavigationRequestedEventArgs e);
- public enum Platform
- {
- Gtk = 2,
- Unknown = 0,
- Winforms = 1,
- }
- public partial class ProgressChangedEventArgs : System.EventArgs
- {
- public ProgressChangedEventArgs(int progress, int maxProgress) { }
- public int MaxProgress { get { throw null; } }
- public int Progress { get { throw null; } }
- }
- public delegate void ProgressChangedEventHandler(object sender, Mono.WebBrowser.ProgressChangedEventArgs e);
- public enum ReloadOption : uint
- {
- Full = (uint)2,
- None = (uint)0,
- Proxy = (uint)1,
- }
- public partial class SecurityChangedEventArgs : System.EventArgs
- {
- public SecurityChangedEventArgs(Mono.WebBrowser.SecurityLevel state) { }
- public Mono.WebBrowser.SecurityLevel State { get { throw null; } set { } }
- }
- public delegate void SecurityChangedEventHandler(object sender, Mono.WebBrowser.SecurityChangedEventArgs e);
- public enum SecurityLevel
- {
- Insecure = 1,
- Mixed = 2,
- Secure = 3,
- }
- public partial class StatusChangedEventArgs : System.EventArgs
- {
- public StatusChangedEventArgs(string message, int status) { }
- public string Message { get { throw null; } set { } }
- public int Status { get { throw null; } set { } }
- }
- public delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e);
-}
-namespace Mono.WebBrowser.DOM
-{
- public partial interface IAttribute : Mono.WebBrowser.DOM.INode
- {
- string Name { get; }
- new int GetHashCode();
- }
- public partial interface IAttributeCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- Mono.WebBrowser.DOM.IAttribute this[string name] { get; }
- bool Exists(string name);
- new int GetHashCode();
- }
- public partial interface IDocument : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElement Active { get; }
- string ActiveLinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Anchors { get; }
- Mono.WebBrowser.DOM.IElementCollection Applets { get; }
- string BackColor { get; set; }
- string Background { get; set; }
- Mono.WebBrowser.DOM.IElement Body { get; }
- string Charset { get; set; }
- string Cookie { get; set; }
- Mono.WebBrowser.DOM.IDocumentType DocType { get; }
- Mono.WebBrowser.DOM.IElement DocumentElement { get; }
- string Domain { get; }
- string ForeColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Forms { get; }
- Mono.WebBrowser.DOM.IElementCollection Images { get; }
- Mono.WebBrowser.DOM.IDOMImplementation Implementation { get; }
- string LinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Links { get; }
- Mono.WebBrowser.DOM.IStylesheetList Stylesheets { get; }
- string Title { get; set; }
- string Url { get; }
- string VisitedLinkColor { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event System.EventHandler LoadStopped;
- Mono.WebBrowser.DOM.IAttribute CreateAttribute(string name);
- Mono.WebBrowser.DOM.IElement CreateElement(string tagName);
- Mono.WebBrowser.DOM.IElement GetElement(int x, int y);
- Mono.WebBrowser.DOM.IElement GetElementById(string id);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- string InvokeScript(string script);
- void Write(string text);
- }
- public partial interface IDocumentType : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.INamedNodeMap Entities { get; }
- string InternalSubset { get; }
- string Name { get; }
- Mono.WebBrowser.DOM.INamedNodeMap Notations { get; }
- string PublicId { get; }
- string SystemId { get; }
- }
- public partial interface IDOMImplementation
- {
- Mono.WebBrowser.DOM.IDocument CreateDocument(string namespaceURI, string qualifiedName, Mono.WebBrowser.DOM.IDocumentType doctype);
- Mono.WebBrowser.DOM.IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId);
- bool HasFeature(string feature, string version);
- }
- public partial interface IElement : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElementCollection All { get; }
- Mono.WebBrowser.DOM.IElementCollection Children { get; }
- int ClientHeight { get; }
- int ClientWidth { get; }
- System.IO.Stream ContentStream { get; }
- bool Disabled { get; set; }
- string InnerHTML { get; set; }
- string InnerText { get; set; }
- int OffsetHeight { get; }
- int OffsetLeft { get; }
- Mono.WebBrowser.DOM.IElement OffsetParent { get; }
- int OffsetTop { get; }
- int OffsetWidth { get; }
- string OuterHTML { get; set; }
- string OuterText { get; set; }
- int ScrollHeight { get; }
- int ScrollLeft { get; set; }
- int ScrollTop { get; set; }
- int ScrollWidth { get; }
- string Style { get; set; }
- int TabIndex { get; set; }
- string TagName { get; }
- Mono.WebBrowser.DOM.IElement AppendChild(Mono.WebBrowser.DOM.IElement child);
- void Blur();
- void Focus();
- string GetAttribute(string name);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- bool HasAttribute(string name);
- void ScrollIntoView(bool alignWithTop);
- void SetAttribute(string name, string value);
- }
- public partial interface IElementCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IElement this[int index] { get; set; }
- new int GetHashCode();
- }
- public partial interface IHistory
- {
- int Count { get; }
- void Back(int count);
- void Forward(int count);
- void GoToIndex(int index);
- void GoToUrl(string url);
- }
- public partial interface IMediaList
- {
- }
- public partial interface INamedNodeMap : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- Mono.WebBrowser.DOM.INode this[string name] { get; set; }
- Mono.WebBrowser.DOM.INode this[string namespaceURI, string localName] { get; set; }
- Mono.WebBrowser.DOM.INode RemoveNamedItem(string name);
- Mono.WebBrowser.DOM.INode RemoveNamedItemNS(string namespaceURI, string localName);
- }
- public partial interface INavigation
- {
- bool CanGoBack { get; }
- bool CanGoForward { get; }
- int HistoryCount { get; }
- bool Back();
- bool Forward();
- void Go(int index);
- void Go(int index, bool relative);
- void Go(string url);
- void Go(string url, Mono.WebBrowser.DOM.LoadFlags flags);
- void Home();
- void Reload();
- void Reload(Mono.WebBrowser.ReloadOption option);
- void Stop();
- }
- public partial interface INode
- {
- System.IntPtr AccessibleObject { get; }
- Mono.WebBrowser.DOM.IAttributeCollection Attributes { get; }
- Mono.WebBrowser.DOM.INodeList ChildNodes { get; }
- Mono.WebBrowser.DOM.INode FirstChild { get; }
- Mono.WebBrowser.DOM.INode LastChild { get; }
- string LocalName { get; }
- Mono.WebBrowser.DOM.INode Next { get; }
- Mono.WebBrowser.DOM.IDocument Owner { get; }
- Mono.WebBrowser.DOM.INode Parent { get; }
- Mono.WebBrowser.DOM.INode Previous { get; }
- Mono.WebBrowser.DOM.NodeType Type { get; }
- string Value { get; set; }
- event Mono.WebBrowser.DOM.NodeEventHandler Click;
- event Mono.WebBrowser.DOM.NodeEventHandler DoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseOver;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.DOM.NodeEventHandler OnBlur;
- event Mono.WebBrowser.DOM.NodeEventHandler OnFocus;
- Mono.WebBrowser.DOM.INode AppendChild(Mono.WebBrowser.DOM.INode child);
- void AttachEventHandler(string eventName, System.Delegate handler);
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.Delegate handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void FireEvent(string eventName);
- int GetHashCode();
- Mono.WebBrowser.DOM.INode InsertBefore(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode refChild);
- Mono.WebBrowser.DOM.INode RemoveChild(Mono.WebBrowser.DOM.INode child);
- Mono.WebBrowser.DOM.INode ReplaceChild(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode oldChild);
- }
- public partial interface INodeList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- int GetHashCode();
- }
- public partial interface IStylesheet
- {
- bool Disabled { get; set; }
- string Href { get; }
- Mono.WebBrowser.DOM.IMediaList Media { get; }
- Mono.WebBrowser.DOM.INode OwnerNode { get; }
- Mono.WebBrowser.DOM.IStylesheet ParentStyleSheet { get; }
- string Title { get; }
- string Type { get; }
- }
- public partial interface IStylesheetList : System.Collections.IEnumerable
- {
- int Count { get; }
- Mono.WebBrowser.DOM.IStylesheet this[int index] { get; set; }
- }
- public partial interface IWindow
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- Mono.WebBrowser.DOM.IWindowCollection Frames { get; }
- Mono.WebBrowser.DOM.IHistory History { get; }
- string Name { get; set; }
- Mono.WebBrowser.DOM.IWindow Parent { get; }
- string StatusText { get; }
- Mono.WebBrowser.DOM.IWindow Top { get; }
- event System.EventHandler Error;
- event System.EventHandler Load;
- event System.EventHandler OnBlur;
- event System.EventHandler OnFocus;
- event System.EventHandler Scroll;
- event System.EventHandler Unload;
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void Focus();
- int GetHashCode();
- void Open(string url);
- void ScrollTo(int x, int y);
- }
- public partial interface IWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IWindow this[int index] { get; set; }
- }
- [System.FlagsAttribute]
- public enum LoadFlags : uint
- {
- AsLinkClick = (uint)32,
- AsMetaRefresh = (uint)16,
- BypassHistory = (uint)64,
- BypassLocalCache = (uint)256,
- BypassProxy = (uint)512,
- CharsetChange = (uint)1024,
- None = (uint)0,
- ReplaceHistory = (uint)128,
- }
- public partial class NodeEventArgs : System.EventArgs
- {
- public NodeEventArgs(Mono.WebBrowser.DOM.INode node) { }
- public Mono.WebBrowser.DOM.IDocument Document { get { throw null; } }
- public Mono.WebBrowser.DOM.IElement Element { get { throw null; } }
- public Mono.WebBrowser.DOM.INode Node { get { throw null; } }
- }
- public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e);
- public enum NodeType
- {
- Attribute = 2,
- CDataSection = 4,
- Comment = 8,
- Document = 9,
- DocumentFragment = 11,
- DocumentType = 10,
- Element = 1,
- Entity = 6,
- EntityReference = 5,
- Notation = 12,
- ProcessingInstruction = 7,
- Text = 3,
- }
- public partial class WindowEventArgs : System.EventArgs
- {
- public WindowEventArgs(Mono.WebBrowser.DOM.IWindow window) { }
- public Mono.WebBrowser.DOM.IWindow Window { get { throw null; } }
- }
- public delegate void WindowEventHandler(object sender, Mono.WebBrowser.DOM.WindowEventArgs e);
-}
diff --git a/src/v4.0/Novell.Directory.Ldap.cs b/src/v4.0/Novell.Directory.Ldap.cs
deleted file mode 100644
index 3e4a006..0000000
--- a/src/v4.0/Novell.Directory.Ldap.cs
+++ /dev/null
@@ -1,2938 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute(" (C) 2003 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Novell.Directory.Ldap")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C# LDAP")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-public partial class Integer32
-{
- public Integer32(int ival) { }
- public int intValue { get { throw null; } set { } }
-}
-public partial interface IThreadRunnable
-{
- void Run();
-}
-public partial class SupportClass
-{
- public SupportClass() { }
- public static object CreateNewInstance(System.Type classType) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, object target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, object target) { throw null; }
- public static string FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date) { throw null; }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart) { }
- public static System.IO.FileStream GetFileStream(string FileName, bool Append) { throw null; }
- public static object HashtableRemove(System.Collections.Hashtable hashtable, object key) { throw null; }
- public static double Identity(double literal) { throw null; }
- public static long Identity(long literal) { throw null; }
- public static float Identity(float literal) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong Identity(ulong literal) { throw null; }
- public static object PutElement(System.Collections.IDictionary collection, object key, object newValue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count) { throw null; }
- public static System.Collections.IEnumerator ReverseStack(System.Collections.ICollection collection) { throw null; }
- public static void SetSize(System.Collections.ArrayList arrayList, int newSize) { }
- public static object StackPush(System.Collections.Stack stack, object element) { throw null; }
- public static byte[] ToByteArray(object[] tempObjectArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static byte[] ToByteArray(sbyte[] sbyteArray) { throw null; }
- public static byte[] ToByteArray(string sourceString) { throw null; }
- public static char[] ToCharArray(byte[] byteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static char[] ToCharArray(sbyte[] sByteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] ToSByteArray(byte[] byteArray) { throw null; }
- public static bool VectorRemoveElement(System.Collections.IList arrayList, object element) { throw null; }
- public static void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) { }
- public partial class AbstractSetSupport : SupportClass.SetSupport
- {
- public AbstractSetSupport() { }
- }
- public partial class ArrayListSupport
- {
- public ArrayListSupport() { }
- public static object[] ToArray(System.Collections.ArrayList collection, object[] objects) { throw null; }
- }
- public partial class ArraysSupport
- {
- public ArraysSupport() { }
- public static void FillArray(System.Array array, int fromindex, int toindex, object val) { }
- public static void FillArray(System.Array array, object val) { }
- public static bool IsArrayEqual(System.Array array1, System.Array array2) { throw null; }
- }
- public partial class CollectionSupport : System.Collections.CollectionBase
- {
- public CollectionSupport() { }
- public virtual bool Add(object element) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool Contains(object element) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual bool Remove(object element) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- public static SupportClass.CollectionSupport ToCollectionSupport(object[] array) { throw null; }
- }
- public partial class DateTimeFormatManager
- {
- public static SupportClass.DateTimeFormatManager.DateTimeFormatHashTable manager;
- public DateTimeFormatManager() { }
- public partial class DateTimeFormatHashTable : System.Collections.Hashtable
- {
- public DateTimeFormatHashTable() { }
- public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- }
- }
- public partial class ListCollectionSupport : System.Collections.ArrayList
- {
- public ListCollectionSupport() { }
- public ListCollectionSupport(System.Collections.ICollection collection) { }
- public ListCollectionSupport(int capacity) { }
- public virtual new bool Add(object valueToInsert) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.IList collection) { throw null; }
- public virtual bool AddAll(int index, SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(int index, System.Collections.IList list) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Get(int index) { throw null; }
- public virtual object GetLast() { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual object ListCollectionClone() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator(int index) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual object RemoveElement(int index) { throw null; }
- public virtual bool RemoveElement(object element) { throw null; }
- public virtual object RemoveFirst() { throw null; }
- public virtual object RemoveLast() { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Set(int index, object element) { throw null; }
- public virtual SupportClass.ListCollectionSupport SubList(int startIndex, int endIndex) { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial class MessageDigestSupport
- {
- public MessageDigestSupport(string algorithm) { }
- public System.Security.Cryptography.HashAlgorithm Algorithm { get { throw null; } set { } }
- public string AlgorithmName { get { throw null; } }
- public byte[] Data { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData(byte[] newData) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest) { throw null; }
- public static SupportClass.MessageDigestSupport GetInstance(string algorithm) { throw null; }
- public void Reset() { }
- public override string ToString() { throw null; }
- public void Update(byte newData) { }
- public void Update(byte[] newData) { }
- public void Update(byte[] newData, int offset, int count) { }
- }
- public partial class SecureRandomSupport
- {
- public SecureRandomSupport() { }
- public SecureRandomSupport(byte[] seed) { }
- public static byte[] GetSeed(int numberOfBytes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] NextBytes(byte[] randomnumbersarray) { throw null; }
- public void SetSeed(byte[] newSeed) { }
- public void SetSeed(long newSeed) { }
- }
- public partial class SetSupport : System.Collections.ArrayList
- {
- public SetSupport() { }
- public SetSupport(System.Collections.ICollection collection) { }
- public SetSupport(int capacity) { }
- public virtual new bool Add(object objectToAdd) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual new bool Remove(object elementToRemove) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual new object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial interface SingleThreadModel
- {
- }
- public partial class ThreadClass : IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static SupportClass.ThreadClass Current() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public void Resume() { }
- public virtual void Run() { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public partial class Tokenizer
- {
- public Tokenizer(string source) { }
- public Tokenizer(string source, string delimiters) { }
- public Tokenizer(string source, string delimiters, bool retDel) { }
- public int Count { get { throw null; } }
- public bool HasMoreTokens() { throw null; }
- public string NextToken() { throw null; }
- public string NextToken(string delimiters) { throw null; }
- }
-}
-namespace Novell.Directory.Ldap
-{
- public enum AuthenticationTypes
- {
- Anonymous = 16,
- Delegation = 256,
- Encryption = 2,
- FastBind = 32,
- None = 0,
- ReadonlyServer = 4,
- Sealing = 128,
- Secure = 1,
- SecureSocketsLayer = 2,
- ServerBind = 512,
- Signing = 64,
- }
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public partial class InterThreadException : Novell.Directory.Ldap.LdapException
- {
- internal InterThreadException() { }
- }
- public partial class LdapAbandonRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial class LdapAddRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttribute : System.ICloneable, System.IComparable
- {
- public LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr) { }
- public LdapAttribute(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public LdapAttribute(string attrName, sbyte[] attrBytes) { }
- public LdapAttribute(string attrName, string attrString) { }
- public LdapAttribute(string attrName, string[] attrStrings) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] ByteValue { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[][] ByteValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator ByteValues { get { throw null; } }
- public virtual string LangSubtype { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual string StringValue { get { throw null; } }
- public virtual string[] StringValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator StringValues { get { throw null; } }
- protected internal virtual string Value { set { } }
- public virtual void addBase64Value(char[] attrChars) { }
- public virtual void addBase64Value(string attrString) { }
- public virtual void addBase64Value(System.Text.StringBuilder attrString, int start, int end) { }
- public virtual void addURLValue(string url) { }
- public virtual void addURLValue(System.Uri url) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addValue(sbyte[] attrBytes) { }
- public virtual void addValue(string attrString) { }
- public object Clone() { throw null; }
- public virtual int CompareTo(object attribute) { throw null; }
- public virtual string getBaseName() { throw null; }
- public static string getBaseName(string attrName) { throw null; }
- public virtual string[] getSubtypes() { throw null; }
- public static string[] getSubtypes(string attrName) { throw null; }
- public virtual bool hasSubtype(string subtype) { throw null; }
- public virtual bool hasSubtypes(string[] subtypes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual void removeValue(sbyte[] attrBytes) { }
- public virtual void removeValue(string attrString) { }
- public virtual int size() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int DIRECTORY_OPERATION = 1;
- public const int DISTRIBUTED_OPERATION = 2;
- public const int DSA_OPERATION = 3;
- public const int USER_APPLICATIONS = 0;
- public LdapAttributeSchema(string raw) : base (default(string)) { }
- public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage) : base (default(string)) { }
- public virtual bool Collective { get { throw null; } }
- public virtual string EqualityMatchingRule { get { throw null; } }
- public virtual string OrderingMatchingRule { get { throw null; } }
- public virtual bool SingleValued { get { throw null; } }
- public virtual string SubstringMatchingRule { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserModifiable { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapAttributeSet : SupportClass.AbstractSetSupport, System.ICloneable
- {
- public LdapAttributeSet() { }
- public override int Count { get { throw null; } }
- public override bool Add(object attr) { throw null; }
- public override bool AddAll(System.Collections.ICollection c) { throw null; }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override bool Contains(object attr) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName, string lang) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getSubset(string subtype) { throw null; }
- public override bool IsEmpty() { throw null; }
- public override bool Remove(object object_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapAuthHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapAuthProvider getAuthProvider(string host, int port);
- }
- public partial class LdapAuthProvider
- {
- [System.CLSCompliantAttribute(false)]
- public LdapAuthProvider(string dn, sbyte[] password) { }
- public virtual string DN { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Password { get { throw null; } }
- }
- public partial interface LdapBindHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapConnection Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn);
- }
- public partial class LdapBindRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string AuthenticationDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapCompareAttrNames : System.Collections.IComparer
- {
- public LdapCompareAttrNames(string attrName) { }
- public LdapCompareAttrNames(string attrName, bool ascendingFlag) { }
- public LdapCompareAttrNames(string[] attrNames) { }
- public LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags) { }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual int Compare(object object1, object object2) { throw null; }
- public override bool Equals(object comparator) { throw null; }
- }
- public partial class LdapCompareRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- public virtual string DN { get { throw null; } }
- }
- public partial class LdapConnection : System.ICloneable
- {
- public const string ALL_USER_ATTRS = "*";
- public const int DEFAULT_PORT = 389;
- public const int DEFAULT_SSL_PORT = 636;
- public const string Ldap_PROPERTY_PROTOCOL = "version.protocol";
- public const string Ldap_PROPERTY_SDK = "version.sdk";
- public const string Ldap_PROPERTY_SECURITY = "version.security";
- public const int Ldap_V3 = 3;
- public const string NO_ATTRS = "1.1";
- public const int SCOPE_BASE = 0;
- public const int SCOPE_ONE = 1;
- public const int SCOPE_SUB = 2;
- public const string SERVER_SHUTDOWN_OID = "1.3.6.1.4.1.1466.20036";
- public LdapConnection() { }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual bool Bound { get { throw null; } }
- public virtual bool Connected { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapConstraints Constraints { get { throw null; } set { } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual object SaslBindCallbackHandler { get { throw null; } }
- public virtual System.Collections.IDictionary SaslBindProperties { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapSearchConstraints SearchConstraints { get { throw null; } }
- public bool SecureSocketLayer { get { throw null; } set { } }
- public virtual bool TLS { get { throw null; } }
- public event Novell.Directory.Ldap.CertificateValidationCallback UserDefinedServerCertValidationDelegate { add { } remove { } }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(int id) { }
- public virtual void Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech) { throw null; }
- public virtual void Bind(int version, string dn, string passwd) { }
- public virtual void Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Bind(string dn, string passwd) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public object Clone() { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr) { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Connect(string host, int port) { }
- public virtual void Delete(string dn) { }
- public virtual void Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Disconnect() { }
- public virtual void Disconnect(Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op) { throw null; }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSchema FetchSchema(string schemaDN) { throw null; }
- ~LdapConnection() { }
- public virtual object getProperty(string name) { throw null; }
- public virtual string GetSchemaDN() { throw null; }
- public virtual string GetSchemaDN(string dn) { throw null; }
- protected internal virtual Novell.Directory.Ldap.LdapMessage MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual void RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void startTLS() { }
- public virtual void stopTLS() { }
- }
- public partial class LdapConstraints : System.ICloneable
- {
- public LdapConstraints() { }
- public LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int HopLimit { get { throw null; } set { } }
- public virtual bool ReferralFollowing { get { throw null; } set { } }
- public virtual int TimeLimit { get { throw null; } set { } }
- public object Clone() { throw null; }
- public virtual Novell.Directory.Ldap.LdapControl[] getControls() { throw null; }
- public virtual object getProperty(string name) { throw null; }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl control) { }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl[] controls) { }
- public virtual void setProperty(string name, object value_Renamed) { }
- public virtual void setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler) { }
- }
- public partial class LdapControl : System.ICloneable
- {
- protected internal LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- [System.CLSCompliantAttribute(false)]
- public LdapControl(string oid, bool critical, sbyte[] values) { }
- public virtual bool Critical { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public object Clone() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type controlClass) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] controlValue) { }
- }
- public partial class LdapDeleteRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapDITContentRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITContentRuleSchema(string raw) : base (default(string)) { }
- public LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded) : base (default(string)) { }
- public virtual string[] AuxiliaryClasses { get { throw null; } }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] PrecludedAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDITStructureRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITStructureRuleSchema(string raw) : base (default(string)) { }
- public LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs) : base (default(string)) { }
- public virtual string NameForm { get { throw null; } }
- public virtual int RuleID { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDN
- {
- public LdapDN() { }
- [System.CLSCompliantAttribute(false)]
- public static bool equals(string dn1, string dn2) { throw null; }
- public static string escapeRDN(string rdn) { throw null; }
- public static string[] explodeDN(string dn, bool noTypes) { throw null; }
- public static string[] explodeRDN(string rdn, bool noTypes) { throw null; }
- public static bool isValid(string dn) { throw null; }
- public static string normalize(string dn) { throw null; }
- public static string unescapeRDN(string rdn) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct LdapDSConstants
- {
- public static readonly int LDAP_DS_40X_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_ALIAS_ENTRY;
- public static readonly long LDAP_DS_ATTR_COMPARE;
- public static readonly long LDAP_DS_ATTR_INHERIT_CTL;
- public static readonly long LDAP_DS_ATTR_READ;
- public static readonly long LDAP_DS_ATTR_SELF;
- public static readonly long LDAP_DS_ATTR_SUPERVISOR;
- public static readonly long LDAP_DS_ATTR_WRITE;
- public static readonly int LDAP_DS_AUDITED;
- public static readonly int LDAP_DS_BACKLINKED;
- public static readonly int LDAP_DS_CONTAINER_ALIAS;
- public static readonly int LDAP_DS_CONTAINER_ENTRY;
- public static readonly long LDAP_DS_DYNAMIC_ACL;
- public static readonly long LDAP_DS_ENTRY_ADD;
- public static readonly long LDAP_DS_ENTRY_BROWSE;
- public static readonly int LDAP_DS_ENTRY_DAMAGED;
- public static readonly long LDAP_DS_ENTRY_DELETE;
- public static readonly long LDAP_DS_ENTRY_INHERIT_CTL;
- public static readonly int LDAP_DS_ENTRY_NOT_PRESENT;
- public static readonly long LDAP_DS_ENTRY_RENAME;
- public static readonly long LDAP_DS_ENTRY_SUPERVISOR;
- public static readonly int LDAP_DS_ENTRY_VERIFY_CTS;
- public static readonly int LDAP_DS_MATCHES_LIST_FILTER;
- public static readonly int LDAP_DS_NEW_ENTRY;
- public static readonly int LDAP_DS_PARTITION_ROOT;
- public static readonly int LDAP_DS_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_TEMPORARY_REFERENCE;
- }
- public partial class LdapEntry : System.IComparable
- {
- protected internal Novell.Directory.Ldap.LdapAttributeSet attrs;
- protected internal string dn;
- public LdapEntry() { }
- public LdapEntry(string dn) { }
- public LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs) { }
- [System.CLSCompliantAttribute(false)]
- public virtual string DN { get { throw null; } }
- public virtual int CompareTo(object entry) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet(string subtype) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapException : System.Exception
- {
- public const int ADMIN_LIMIT_EXCEEDED = 11;
- public const int AFFECTS_MULTIPLE_DSAS = 71;
- public const int ALIAS_DEREFERENCING_PROBLEM = 36;
- public const int ALIAS_PROBLEM = 33;
- public const int AMBIGUOUS_RESPONSE = 101;
- public const int ATTRIBUTE_OR_VALUE_EXISTS = 20;
- public const int AUTH_METHOD_NOT_SUPPORTED = 7;
- public const int AUTH_UNKNOWN = 86;
- public const int BUSY = 51;
- public const int CLIENT_LOOP = 96;
- public const int COMPARE_FALSE = 5;
- public const int COMPARE_TRUE = 6;
- public const int CONFIDENTIALITY_REQUIRED = 13;
- public const int CONNECT_ERROR = 91;
- public const int CONSTRAINT_VIOLATION = 19;
- public const int CONTROL_NOT_FOUND = 93;
- public const int DECODING_ERROR = 84;
- public const int ENCODING_ERROR = 83;
- public const int ENTRY_ALREADY_EXISTS = 68;
- public const int FILTER_ERROR = 87;
- public const int INAPPROPRIATE_AUTHENTICATION = 48;
- public const int INAPPROPRIATE_MATCHING = 18;
- public const int INSUFFICIENT_ACCESS_RIGHTS = 50;
- public const int INVALID_ATTRIBUTE_SYNTAX = 21;
- public const int INVALID_CREDENTIALS = 49;
- public const int INVALID_DN_SYNTAX = 34;
- public const int INVALID_RESPONSE = 100;
- public const int IS_LEAF = 35;
- public const int Ldap_NOT_SUPPORTED = 92;
- public const int Ldap_PARTIAL_RESULTS = 9;
- public const int Ldap_TIMEOUT = 85;
- public const int LOCAL_ERROR = 82;
- public const int LOOP_DETECT = 54;
- public const int MORE_RESULTS_TO_RETURN = 95;
- public const int NAMING_VIOLATION = 64;
- public const int NOT_ALLOWED_ON_NONLEAF = 66;
- public const int NOT_ALLOWED_ON_RDN = 67;
- public const int NO_MEMORY = 90;
- public const int NO_RESULTS_RETURNED = 94;
- public const int NO_SUCH_ATTRIBUTE = 16;
- public const int NO_SUCH_OBJECT = 32;
- public const int OBJECT_CLASS_MODS_PROHIBITED = 69;
- public const int OBJECT_CLASS_VIOLATION = 65;
- public const int OPERATIONS_ERROR = 1;
- public const int OTHER = 80;
- public const int PROTOCOL_ERROR = 2;
- public const int REFERRAL = 10;
- public const int REFERRAL_LIMIT_EXCEEDED = 97;
- public const int SASL_BIND_IN_PROGRESS = 14;
- public const int SERVER_DOWN = 81;
- public const int SIZE_LIMIT_EXCEEDED = 4;
- public const int SSL_HANDSHAKE_FAILED = 113;
- public const int SSL_PROVIDER_NOT_FOUND = 114;
- public const int STRONG_AUTH_REQUIRED = 8;
- public const int SUCCESS = 0;
- public const int TIME_LIMIT_EXCEEDED = 3;
- public const int TLS_NOT_SUPPORTED = 112;
- public const int UNAVAILABLE = 52;
- public const int UNAVAILABLE_CRITICAL_EXTENSION = 12;
- public const int UNDEFINED_ATTRIBUTE_TYPE = 17;
- public const int UNWILLING_TO_PERFORM = 53;
- public const int USER_CANCELLED = 88;
- public LdapException() { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN) { }
- public virtual System.Exception Cause { get { throw null; } }
- public virtual string LdapErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override string Message { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public virtual string resultCodeToString() { throw null; }
- public virtual string resultCodeToString(System.Globalization.CultureInfo locale) { throw null; }
- public static string resultCodeToString(int code) { throw null; }
- public static string resultCodeToString(int code, System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapExtendedOperation : System.ICloneable
- {
- [System.CLSCompliantAttribute(false)]
- public LdapExtendedOperation(string oid, sbyte[] vals) { }
- public object Clone() { throw null; }
- public virtual string getID() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- protected internal virtual void setID(string newoid) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] newVals) { }
- }
- public partial class LdapExtendedRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapExtendedRequest(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapExtendedOperation ExtendedOperation { get { throw null; } }
- }
- public partial class LdapExtendedResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public virtual string ID { get { throw null; } }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet RegisteredResponses { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Value { get { throw null; } }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapIntermediateResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public string getID() { throw null; }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet getRegisteredResponses() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapLocalException : Novell.Directory.Ldap.LdapException
- {
- public LdapLocalException() { }
- public LdapLocalException(string messageOrKey, int resultCode) { }
- public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exception rootException) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapMatchingRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleSchema(string rawMatchingRule, string rawMatchingRuleUse) : base (default(string)) { }
- public LdapMatchingRuleSchema(string[] names, string oid, string description, string[] attributes, bool obsolete, string syntaxString) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMatchingRuleUseSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleUseSchema(string raw) : base (default(string)) { }
- public LdapMatchingRuleUseSchema(string[] names, string oid, string description, bool obsolete, string[] attributes) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMessage
- {
- public const int ABANDON_REQUEST = 16;
- public const int ADD_REQUEST = 8;
- public const int ADD_RESPONSE = 9;
- public const int BIND_REQUEST = 0;
- public const int BIND_RESPONSE = 1;
- public const int COMPARE_REQUEST = 14;
- public const int COMPARE_RESPONSE = 15;
- public const int DEL_REQUEST = 10;
- public const int DEL_RESPONSE = 11;
- public const int EXTENDED_REQUEST = 23;
- public const int EXTENDED_RESPONSE = 24;
- public const int INTERMEDIATE_RESPONSE = 25;
- protected internal Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message;
- public const int MODIFY_RDN_REQUEST = 12;
- public const int MODIFY_RDN_RESPONSE = 13;
- public const int MODIFY_REQUEST = 6;
- public const int MODIFY_RESPONSE = 7;
- public const int SEARCH_REQUEST = 3;
- public const int SEARCH_RESPONSE = 4;
- public const int SEARCH_RESULT = 5;
- public const int SEARCH_RESULT_REFERENCE = 19;
- public const int UNBIND_REQUEST = 2;
- protected internal LdapMessage(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) { }
- public virtual Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual bool Request { get { throw null; } }
- public virtual string Tag { get { throw null; } set { } }
- public virtual int Type { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapMessageQueue
- {
- internal LdapMessageQueue() { }
- public virtual int[] MessageIDs { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse() { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse(int msgid) { throw null; }
- public virtual bool isComplete(int msgid) { throw null; }
- public virtual bool isResponseReceived() { throw null; }
- public virtual bool isResponseReceived(int msgid) { throw null; }
- }
- public partial class LdapModification
- {
- public const int ADD = 0;
- public const int DELETE = 1;
- public const int REPLACE = 2;
- public LdapModification(int op, Novell.Directory.Ldap.LdapAttribute attr) { }
- public virtual Novell.Directory.Ldap.LdapAttribute Attribute { get { throw null; } }
- public virtual int Op { get { throw null; } }
- }
- public partial class LdapModifyDNRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyDNRequest(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual bool DeleteOldRDN { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual string NewRDN { get { throw null; } }
- public virtual string ParentDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapModifyRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyRequest(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapModification[] Modifications { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapNameFormSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapNameFormSchema(string raw) : base (default(string)) { }
- public LdapNameFormSchema(string[] names, string oid, string description, bool obsolete, string objectClass, string[] required, string[] optional) : base (default(string)) { }
- public virtual string ObjectClass { get { throw null; } }
- public virtual string[] OptionalNamingAttributes { get { throw null; } }
- public virtual string[] RequiredNamingAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapObjectClassSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int ABSTRACT = 0;
- public const int AUXILIARY = 2;
- public const int STRUCTURAL = 1;
- public LdapObjectClassSchema(string raw) : base (default(string)) { }
- public LdapObjectClassSchema(string[] names, string oid, string[] superiors, string description, string[] required, string[] optional, int type, bool obsolete) : base (default(string)) { }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual int Type { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapReferralException : Novell.Directory.Ldap.LdapException
- {
- public LdapReferralException() { }
- public LdapReferralException(string message) { }
- public LdapReferralException(string message, System.Exception rootException) { }
- public LdapReferralException(string message, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, int resultCode, string serverMessage, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments) { }
- public LdapReferralException(string message, object[] arguments, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage, System.Exception rootException) { }
- public virtual string FailedReferral { get { throw null; } set { } }
- public virtual string[] getReferrals() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapReferralHandler
- {
- }
- public partial class LdapResponse : Novell.Directory.Ldap.LdapMessage
- {
- public LdapResponse(Novell.Directory.Ldap.InterThreadException ex, Novell.Directory.Ldap.Utilclass.ReferralInfo activeReferral) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type, int resultCode, string matchedDN, string serverMessage, string[] referrals, Novell.Directory.Ldap.LdapControl[] controls) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public override Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual string ErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override int MessageID { get { throw null; } }
- public virtual string[] Referrals { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public override int Type { get { throw null; } }
- }
- public partial class LdapResponseQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapResponseQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSchema : Novell.Directory.Ldap.LdapEntry
- {
- public LdapSchema(Novell.Directory.Ldap.LdapEntry ent) { }
- public virtual System.Collections.IEnumerator AttributeNames { get { throw null; } }
- public virtual System.Collections.IEnumerator AttributeSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormNames { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassNames { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator SyntaxSchemas { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITContentRuleSchema getDITContentRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(int ID) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleSchema getMatchingRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleUseSchema getMatchingRuleUseSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapNameFormSchema getNameFormSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapObjectClassSchema getObjectClassSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSyntaxSchema getSyntaxSchema(string oid) { throw null; }
- }
- public abstract partial class LdapSchemaElement : Novell.Directory.Ldap.LdapAttribute
- {
- [System.CLSCompliantAttribute(false)]
- protected internal string description;
- protected internal System.Collections.Hashtable hashQualifier;
- [System.CLSCompliantAttribute(false)]
- protected internal string[] names;
- [System.CLSCompliantAttribute(false)]
- protected internal bool obsolete;
- protected internal string oid;
- protected internal string[] qualifier;
- protected internal LdapSchemaElement(string attrName) : base (default(Novell.Directory.Ldap.LdapAttribute)) { }
- public virtual string Description { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual System.Collections.IEnumerator QualifierNames { get { throw null; } }
- public virtual void addValue(byte[] value_Renamed) { }
- public override void addValue(string value_Renamed) { }
- protected internal abstract string formatString();
- public virtual string[] getQualifier(string name) { throw null; }
- public virtual void removeValue(byte[] value_Renamed) { }
- public override void removeValue(string value_Renamed) { }
- public virtual void setQualifier(string name, string[] values) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchConstraints : Novell.Directory.Ldap.LdapConstraints
- {
- public const int DEREF_ALWAYS = 3;
- public const int DEREF_FINDING = 2;
- public const int DEREF_NEVER = 0;
- public const int DEREF_SEARCHING = 1;
- public LdapSearchConstraints() { }
- public LdapSearchConstraints(Novell.Directory.Ldap.LdapConstraints cons) { }
- public LdapSearchConstraints(int msLimit, int serverTimeLimit, int dereference, int maxResults, bool doReferrals, int batchSize, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int BatchSize { get { throw null; } set { } }
- public virtual int Dereference { get { throw null; } set { } }
- public virtual int MaxResults { get { throw null; } set { } }
- public virtual int ServerTimeLimit { get { throw null; } set { } }
- }
- public partial class LdapSearchQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapSearchQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSearchRequest : Novell.Directory.Ldap.LdapMessage
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public LdapSearchRequest(string base_Renamed, int scope, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapSearchRequest(string base_Renamed, int scope, string filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual int Dereference { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual int MaxResults { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual System.Collections.IEnumerator SearchFilter { get { throw null; } }
- public virtual int ServerTimeLimit { get { throw null; } }
- public virtual string StringFilter { get { throw null; } }
- public virtual bool TypesOnly { get { throw null; } }
- }
- public partial class LdapSearchResult : Novell.Directory.Ldap.LdapMessage
- {
- public LdapSearchResult(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchResultReference : Novell.Directory.Ldap.LdapMessage
- {
- internal LdapSearchResultReference() : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Referrals { get { throw null; } }
- }
- public partial class LdapSearchResults
- {
- internal LdapSearchResults() { }
- public virtual int Count { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual bool hasMore() { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry next() { throw null; }
- }
- public partial class LdapSyntaxSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapSyntaxSchema(string raw) : base (default(string)) { }
- public LdapSyntaxSchema(string oid, string description) : base (default(string)) { }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapUnbindRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapUnbindRequest(Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial interface LdapUnsolicitedNotificationListener
- {
- void messageReceived(Novell.Directory.Ldap.LdapExtendedResponse msg);
- }
- public partial class LdapUrl : System.ICloneable
- {
- public LdapUrl(string url) { }
- public LdapUrl(string host, int port, string dn) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions, bool secure) { }
- public virtual string[] AttributeArray { get { throw null; } }
- public virtual System.Collections.IEnumerator Attributes { get { throw null; } }
- public virtual string[] Extensions { get { throw null; } }
- public virtual string Filter { get { throw null; } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual bool Secure { get { throw null; } }
- public object Clone() { throw null; }
- public static string decode(string URLEncoded) { throw null; }
- public static string encode(string toEncode) { throw null; }
- public virtual string getDN() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Asn1
-{
- public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 1;
- [System.CLSCompliantAttribute(false)]
- public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public bool booleanValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Choice : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Choice() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Choice(Novell.Directory.Ldap.Asn1.Asn1Object content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual Novell.Directory.Ldap.Asn1.Asn1Object ChoiceValue { set { } }
- public Novell.Directory.Ldap.Asn1.Asn1Object choiceValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public override void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public partial interface Asn1Decoder : System.Runtime.Serialization.ISerializable
- {
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] length);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed);
- object decodeBoolean(System.IO.Stream in_Renamed, int len);
- object decodeCharacterString(System.IO.Stream in_Renamed, int len);
- object decodeNumeric(System.IO.Stream in_Renamed, int len);
- object decodeOctetString(System.IO.Stream in_Renamed, int len);
- }
- public partial interface Asn1Encoder : System.Runtime.Serialization.ISerializable
- {
- void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed);
- }
- public partial class Asn1Enumerated : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 10;
- [System.CLSCompliantAttribute(false)]
- public Asn1Enumerated(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Enumerated(int content) { }
- public Asn1Enumerated(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Identifier : System.ICloneable
- {
- public const int APPLICATION = 1;
- public const int CONTEXT = 2;
- public const int PRIVATE = 3;
- public const int UNIVERSAL = 0;
- public Asn1Identifier() { }
- public Asn1Identifier(int tagClass, bool constructed, int tag) { }
- public Asn1Identifier(System.IO.Stream in_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Application { get { throw null; } }
- public virtual int Asn1Class { get { throw null; } }
- public virtual bool Constructed { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Context { get { throw null; } }
- public virtual int EncodedLength { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Private { get { throw null; } }
- public virtual int Tag { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Universal { get { throw null; } }
- public object Clone() { throw null; }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Integer : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 2;
- [System.CLSCompliantAttribute(false)]
- public Asn1Integer(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Integer(int content) { }
- public Asn1Integer(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Length
- {
- public Asn1Length() { }
- public Asn1Length(int length) { }
- public Asn1Length(System.IO.Stream in_Renamed) { }
- public virtual int EncodedLength { get { throw null; } }
- public virtual int Length { get { throw null; } }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Null : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 5;
- public Asn1Null() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Numeric : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- internal Asn1Numeric() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public int intValue() { throw null; }
- public long longValue() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Asn1Object : System.Runtime.Serialization.ISerializable
- {
- public Asn1Object(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public abstract void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed);
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getEncoding(Novell.Directory.Ldap.Asn1.Asn1Encoder enc) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public virtual void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1OctetString : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 4;
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(sbyte[] content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1OctetString(string content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Sequence : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public const int TAG = 16;
- public Asn1Sequence() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SequenceOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 16;
- public Asn1SequenceOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Sequence sequence) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1Set : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1Set() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Set(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Set(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SetOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1SetOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(Novell.Directory.Ldap.Asn1.Asn1Set set_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Structured : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public void add(Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- protected internal void decodeStructured(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object get_Renamed(int index) { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- public int size() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Object[] toArray() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(string type) { throw null; }
- }
- public partial class Asn1Tagged : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- [System.CLSCompliantAttribute(false)]
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len, Novell.Directory.Ldap.Asn1.Asn1Identifier identifier) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed, bool explicit_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public virtual bool Explicit { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object TaggedValue { set { } }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object taggedValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LBERDecoder : Novell.Directory.Ldap.Asn1.Asn1Decoder, System.Runtime.Serialization.ISerializable
- {
- public LBERDecoder() { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] len) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed) { throw null; }
- public object decodeBoolean(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeCharacterString(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeNumeric(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeOctetString(System.IO.Stream in_Renamed, int len) { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class LBEREncoder : Novell.Directory.Ldap.Asn1.Asn1Encoder, System.Runtime.Serialization.ISerializable
- {
- public LBEREncoder() { }
- public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed) { }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
-namespace Novell.Directory.Ldap.Controls
-{
- public partial class LdapEntryChangeControl : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapEntryChangeControl(string oid, bool critical, sbyte[] value_Renamed) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ChangeNumber { get { throw null; } }
- public virtual int ChangeType { get { throw null; } }
- public virtual bool HasChangeNumber { get { throw null; } }
- public virtual string PreviousDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapPersistSearchControl : Novell.Directory.Ldap.LdapControl
- {
- public const int ADD = 1;
- public static readonly int ANY;
- public const int DELETE = 2;
- public const int MODDN = 8;
- public const int MODIFY = 4;
- public LdapPersistSearchControl() : base (default(string), default(bool), default(sbyte[])) { }
- public LdapPersistSearchControl(int changeTypes, bool changesOnly, bool returnControls, bool isCritical) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual bool ChangesOnly { get { throw null; } set { } }
- public virtual int ChangeTypes { get { throw null; } set { } }
- public virtual bool ReturnControls { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSortControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey key, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey[] keys, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- }
- public partial class LdapSortKey
- {
- public LdapSortKey(string keyDescription) { }
- public LdapSortKey(string key, bool reverse) { }
- public LdapSortKey(string key, bool reverse, string matchRule) { }
- public virtual string Key { get { throw null; } }
- public virtual string MatchRule { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- }
- public partial class LdapSortResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapSortResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual string FailedAttribute { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
- public partial class LdapVirtualListControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int AfterCount { get { throw null; } }
- public virtual int BeforeCount { get { throw null; } }
- public virtual string Context { get { throw null; } set { } }
- public virtual int ListSize { get { throw null; } set { } }
- public virtual void setRange(int listIndex, int beforeCount, int afterCount) { }
- public virtual void setRange(string jumpTo, int beforeCount, int afterCount) { }
- }
- public partial class LdapVirtualListResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapVirtualListResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ContentCount { get { throw null; } }
- public virtual string Context { get { throw null; } }
- public virtual int FirstPosition { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events
-{
- public partial class BaseEventArgs : System.EventArgs
- {
- protected Novell.Directory.Ldap.LdapMessage ldap_message;
- public BaseEventArgs(Novell.Directory.Ldap.LdapMessage message) { }
- public Novell.Directory.Ldap.LdapMessage ContianedEventInformation { get { throw null; } }
- }
- public partial class DirectoryEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.Events.EventClassifiers eClassification;
- public DirectoryEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.Events.EventClassifiers EventClassification { get { throw null; } set { } }
- }
- public partial class DirectoryExceptionEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.LdapException ldap_exception_object;
- public DirectoryExceptionEventArgs(Novell.Directory.Ldap.LdapMessage message, Novell.Directory.Ldap.LdapException ldapException) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.LdapException LdapExceptionObject { get { throw null; } }
- }
- public enum EventClassifiers
- {
- CLASSIFICATION_EDIR_EVENT = 1,
- CLASSIFICATION_LDAP_PSEARCH = 0,
- CLASSIFICATION_UNKNOWN = -1,
- }
- public partial class LdapEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- protected Novell.Directory.Ldap.Events.LdapEventType eType;
- public LdapEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.LdapEventType EventType { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapEventSource
- {
- protected const int DEFAULT_SLEEP_TIME = 1000;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler directory_event;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler directory_exception_event;
- protected internal const int EVENT_TYPE_UNKNOWN = -1;
- protected Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator m_objEventsGenerator;
- protected int sleep_interval;
- protected LdapEventSource() { }
- public int SleepInterval { get { throw null; } set { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler DirectoryEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler DirectoryExceptionEvent { add { } remove { } }
- protected Novell.Directory.Ldap.Events.LdapEventSource.LISTENERS_COUNT GetCurrentListenersState() { throw null; }
- protected abstract int GetListeners();
- protected void ListenerAdded() { }
- protected void ListenerRemoved() { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs) { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) { }
- protected abstract bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType);
- protected void NotifyExceptionListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.LdapException ldapException) { }
- protected void NotifyListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { }
- protected void StartEventPolling(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- protected abstract void StartSearchAndPolling();
- protected void StopEventPolling() { }
- protected abstract void StopSearchAndPolling();
- public delegate void DirectoryEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs);
- public delegate void DirectoryExceptionEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryExceptionEventArgs objDirectoryExceptionEventArgs);
- protected partial class EventsGenerator
- {
- public EventsGenerator(Novell.Directory.Ldap.Events.LdapEventSource objEventSource, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- public int SleepTime { get { throw null; } set { } }
- protected void processmessage(Novell.Directory.Ldap.LdapMessage response) { }
- protected void Run() { }
- public void StartEventPolling() { }
- public void StopEventPolling() { }
- }
- protected enum LISTENERS_COUNT
- {
- MORE_THAN_ONE = 2,
- ONE = 1,
- ZERO = 0,
- }
- }
- public enum LdapEventType
- {
- LDAP_PSEARCH_ADD = 1,
- LDAP_PSEARCH_ANY = 15,
- LDAP_PSEARCH_DELETE = 2,
- LDAP_PSEARCH_MODDN = 8,
- LDAP_PSEARCH_MODIFY = 4,
- TYPE_UNKNOWN = -1,
- }
- public partial class PSearchEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected string[] mAttrs;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.Events.LdapEventType mEventChangeType;
- protected string mFilter;
- protected Novell.Directory.Ldap.LdapSearchQueue mQueue;
- protected int mScope;
- protected string mSearchBase;
- protected Novell.Directory.Ldap.LdapSearchConstraints mSearchConstraints;
- protected bool mTypesOnly;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler search_referral_event;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler search_result_event;
- public PSearchEventSource(Novell.Directory.Ldap.LdapConnection conn, string searchBase, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints constraints, Novell.Directory.Ldap.Events.LdapEventType eventchangetype, bool changeonly) { }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler SearchReferralEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler SearchResultEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void SearchReferralEventHandler(object source, Novell.Directory.Ldap.Events.SearchReferralEventArgs objArgs);
- public delegate void SearchResultEventHandler(object source, Novell.Directory.Ldap.Events.SearchResultEventArgs objArgs);
- }
- public partial class SearchReferralEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchReferralEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public string[] getUrls() { throw null; }
- }
- public partial class SearchResultEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchResultEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir
-{
- public enum DebugParameterType
- {
- ADDRESS = 5,
- BINARY = 3,
- ENTRYID = 1,
- INTEGER = 4,
- STRING = 2,
- TIMESTAMP = 6,
- TIMEVECTOR = 7,
- }
- public partial class DSETimeStamp
- {
- protected int nEvent;
- protected int nSeconds;
- protected int replica_number;
- public DSETimeStamp(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public int Event { get { throw null; } }
- public int ReplicaNumber { get { throw null; } }
- public int Seconds { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EdirEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- public EdirEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventIntermediateResponse IntermediateResponse { get { throw null; } }
- }
- public enum EdirEventDataType
- {
- EDIR_TAG_BINDERY_EVENT_DATA = 5,
- EDIR_TAG_CHANGE_CONFIG_PARAM = 11,
- EDIR_TAG_CHANGE_SERVER_ADDRESS = 10,
- EDIR_TAG_CONNECTION_STATE = 9,
- EDIR_TAG_DEBUG_EVENT_DATA = 14,
- EDIR_TAG_DSESEV_INFO = 6,
- EDIR_TAG_ENTRY_EVENT_DATA = 1,
- EDIR_TAG_GENERAL_EVENT_DATA = 3,
- EDIR_TAG_MODULE_STATE_DATA = 7,
- EDIR_TAG_NETWORK_ADDRESS = 8,
- EDIR_TAG_NO_DATA = 12,
- EDIR_TAG_SKULK_DATA = 4,
- EDIR_TAG_STATUS_LOG = 13,
- EDIR_TAG_VALUE_EVENT_DATA = 2,
- }
- public partial class EdirEventIntermediateResponse : Novell.Directory.Ldap.LdapIntermediateResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData event_response_data;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventResultType event_result_type;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventType event_type;
- public EdirEventIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public EdirEventIntermediateResponse(byte[] message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData EventResponseDataObject { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- protected void ProcessMessage(sbyte[] returnedValue) { }
- }
- public enum EdirEventResultType
- {
- EVT_STATUS_ALL = 0,
- EVT_STATUS_FAILURE = 2,
- EVT_STATUS_SUCCESS = 1,
- }
- public partial class EdirEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler edir_event;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.LdapResponseQueue mQueue;
- protected Novell.Directory.Ldap.Events.Edir.MonitorEventRequest mRequestOperation;
- public EdirEventSource(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier, Novell.Directory.Ldap.LdapConnection conn) { }
- public event Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler EdirEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void EdirEventHandler(object source, Novell.Directory.Ldap.Events.Edir.EdirEventArgs objEdirEventArgs);
- }
- public partial class EdirEventSpecifier
- {
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType) { }
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType, string filter) { }
- public string EventFilter { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- }
- public enum EdirEventType
- {
- EVT_ABORT_JOIN = 145,
- EVT_ABORT_PARTITION_OP = 109,
- EVT_ADD_ENTRY = 168,
- EVT_ADD_MEMBER = 153,
- EVT_ADD_PROPERTY = 151,
- EVT_ADD_REPLICA = 103,
- EVT_ADD_VALUE = 5,
- EVT_AGENT_CLOSE_LOCAL = 54,
- EVT_AGENT_OPEN_LOCAL = 53,
- EVT_ALLOW_LOGIN = 188,
- EVT_BACKLINK_PROC_DONE = 95,
- EVT_BACKUP_ENTRY = 114,
- EVT_BEGIN_NAMEBASE_TRANSACTION = 213,
- EVT_BKLINK_OPERATOR = 63,
- EVT_BKLINK_SEV = 62,
- EVT_CHANGE_CONN_STATE = 173,
- EVT_CHANGE_MODULE_STATE = 21,
- EVT_CHANGE_OBJ_SECURITY = 156,
- EVT_CHANGE_PROP_SECURITY = 155,
- EVT_CHANGE_REPLICA_TYPE = 107,
- EVT_CHANGE_SECURITY_EQUALS = 164,
- EVT_CHANGE_SERVER_ADDRS = 219,
- EVT_CHANGE_TREE_NAME = 143,
- EVT_CHECK_CONSOLE_OPERATOR = 142,
- EVT_CHECK_SEV = 12,
- EVT_CHGPASS = 101,
- EVT_CLOSE_BINDERY = 172,
- EVT_CLOSE_STREAM = 7,
- EVT_COMPARE_ATTR_VALUE = 123,
- EVT_CONNECT_TO_ADDRESS = 158,
- EVT_CONSOLE_OPERATION = 203,
- EVT_CRC_FAILURE = 167,
- EVT_CREATE_BACKLINK = 141,
- EVT_CREATE_BINDERY_OBJECT = 10,
- EVT_CREATE_ENTRY = 1,
- EVT_CREATE_NAMEBASE = 163,
- EVT_CREATE_SUBREF = 132,
- EVT_DB_ALLOC = 202,
- EVT_DB_AUDIT = 175,
- EVT_DB_AUDIT_NCP = 176,
- EVT_DB_AUDIT_SKULK = 177,
- EVT_DB_AUTHEN = 26,
- EVT_DB_BACKLINK = 27,
- EVT_DB_BACKLINK_DETAIL = 236,
- EVT_DB_BUFFERS = 28,
- EVT_DB_CHANGE_CACHE = 184,
- EVT_DB_CLIENT_BUFFERS = 189,
- EVT_DB_COLL = 29,
- EVT_DB_CONN_TRACE = 210,
- EVT_DB_DIRXML = 214,
- EVT_DB_DIRXML_DRIVERS = 217,
- EVT_DB_DNS = 220,
- EVT_DB_DRL = 198,
- EVT_DB_DRL_DETAIL = 237,
- EVT_DB_DSAGENT = 30,
- EVT_DB_EMU = 31,
- EVT_DB_FRAGGER = 32,
- EVT_DB_HTTPSTK = 231,
- EVT_DB_INIT = 33,
- EVT_DB_INSPECTOR = 34,
- EVT_DB_IN_SYNC_DETAIL = 227,
- EVT_DB_JANITOR = 35,
- EVT_DB_LDAPSTK = 232,
- EVT_DB_LIMBER = 36,
- EVT_DB_LOCKING = 37,
- EVT_DB_LOST_ENTRY = 183,
- EVT_DB_MIN = 39,
- EVT_DB_MISC = 40,
- EVT_DB_MOVE = 38,
- EVT_DB_NCPENG = 166,
- EVT_DB_NDSMON = 218,
- EVT_DB_NICIEXT = 233,
- EVT_DB_NMAS = 235,
- EVT_DB_NPKI_API = 242,
- EVT_DB_OBIT = 207,
- EVT_DB_OBJECT_PRODUCER = 238,
- EVT_DB_PART = 41,
- EVT_DB_PKI = 230,
- EVT_DB_PURGE = 186,
- EVT_DB_RECMAN = 42,
- EVT_DB_REPAIR = 221,
- EVT_DB_REPAIR_DEBUG = 222,
- EVT_DB_RESNAME = 44,
- EVT_DB_SAP = 45,
- EVT_DB_SCHEMA = 46,
- EVT_DB_SCHEMA_DETAIL = 225,
- EVT_DB_SEARCH = 239,
- EVT_DB_SEARCH_DETAIL = 240,
- EVT_DB_SECRET_STORE = 234,
- EVT_DB_SERVER_PACKET = 204,
- EVT_DB_SKULKER = 47,
- EVT_DB_SSL = 229,
- EVT_DB_STREAMS = 48,
- EVT_DB_SYNC_DETAIL = 209,
- EVT_DB_SYNC_IN = 49,
- EVT_DB_THREADS = 50,
- EVT_DB_TIMEVECTOR = 51,
- EVT_DB_VCLIENT = 52,
- EVT_DB_WANMAN = 190,
- EVT_DEFINE_ATTR_DEF = 116,
- EVT_DEFINE_CLASS_DEF = 119,
- EVT_DELETE_ATTRIBUTE = 8,
- EVT_DELETE_BINDERY_OBJECT = 11,
- EVT_DELETE_ENTRY = 2,
- EVT_DELETE_MEMBER = 154,
- EVT_DELETE_PROPERTY = 152,
- EVT_DELETE_SUBTREE = 64,
- EVT_DELETE_UNUSED_EXTREF = 15,
- EVT_DELETE_VALUE = 6,
- EVT_DSA_BAD_VERB = 56,
- EVT_DSA_READ = 99,
- EVT_DSA_REQUEST_END = 58,
- EVT_DSA_REQUEST_START = 57,
- EVT_DS_ERR_VIA_BINDERY = 55,
- EVT_END_NAMEBASE_TRANSACTION = 187,
- EVT_END_UPDATE_REPLICA = 138,
- EVT_END_UPDATE_SCHEMA = 148,
- EVT_ENTRYID_SWAP = 181,
- EVT_INSIDE_NCP_REQUEST = 182,
- EVT_INSPECT_ENTRY = 127,
- EVT_INVALID = 0,
- EVT_ITERATOR = 224,
- EVT_JOIN_DONE = 86,
- EVT_JOIN_PARTITIONS = 106,
- EVT_LIMBER_DONE = 76,
- EVT_LIST_CONT_CLASSES = 126,
- EVT_LIST_PARTITIONS = 133,
- EVT_LIST_SUBORDINATES = 125,
- EVT_LOCAL_REPLICA_CHANGE = 197,
- EVT_LOGIN = 100,
- EVT_LOGOUT = 102,
- EVT_LOST_ENTRY = 70,
- EVT_LOW_LEVEL_JOIN = 162,
- EVT_LOW_LEVEL_JOIN_BEGIN = 226,
- EVT_LOW_LEVEL_SPLIT = 185,
- EVT_LUMBER_DONE = 94,
- EVT_MAX_EVENTS = 243,
- EVT_MERGE_ENTRIES = 130,
- EVT_MERGE_TREE = 131,
- EVT_MODIFY_CLASS_DEF = 120,
- EVT_MODIFY_ENTRY = 169,
- EVT_MODIFY_RDN = 178,
- EVT_MOVE_DEST_ENTRY = 14,
- EVT_MOVE_ENTRY_DEST = 200,
- EVT_MOVE_ENTRY_SOURCE = 199,
- EVT_MOVE_SOURCE_ENTRY = 4,
- EVT_MOVE_SUBTREE = 59,
- EVT_MOVE_TREE = 149,
- EVT_MOVE_TREE_END = 83,
- EVT_MOVE_TREE_START = 82,
- EVT_MUTATE_ENTRY = 129,
- EVT_NAME_COLLISION = 90,
- EVT_NCP_RETRY_EXPENDED = 18,
- EVT_NEW_SCHEMA_EPOCH = 174,
- EVT_NLM_LOADED = 91,
- EVT_NOTIFY_REF_CHANGE = 201,
- EVT_NO_REPLICA_PTR = 60,
- EVT_OPEN_BINDERY = 171,
- EVT_PARTITION_LOCKED = 87,
- EVT_PARTITION_OPERATION_EVENT = 20,
- EVT_PARTITION_STATE_CHG = 160,
- EVT_PARTITION_UNLOCKED = 88,
- EVT_PRE_DELETE_ENTRY = 228,
- EVT_PURGE_END = 73,
- EVT_PURGE_ENTRY_FAIL = 71,
- EVT_PURGE_START = 72,
- EVT_READ_ATTR = 134,
- EVT_READ_REFERENCES = 135,
- EVT_RECV_REPLICA_UPDATES = 110,
- EVT_REFERRAL = 67,
- EVT_RELOAD_DS = 150,
- EVT_REMOTE_SERVER_DOWN = 17,
- EVT_REMOVE_ATTR_DEF = 117,
- EVT_REMOVE_BACKLINK = 161,
- EVT_REMOVE_CLASS_DEF = 118,
- EVT_REMOVE_ENTRY = 108,
- EVT_REMOVE_ENTRY_DIR = 122,
- EVT_REMOVE_REPLICA = 104,
- EVT_RENAME_ENTRY = 3,
- EVT_REPAIR_TIME_STAMPS = 111,
- EVT_REPLICA_IN_TRANSITION = 208,
- EVT_REQ_UPDATE_SERVER_STATUS = 216,
- EVT_RESEND_ENTRY = 128,
- EVT_RESET_DS_COUNTERS = 121,
- EVT_RESTORE_ENTRY = 115,
- EVT_SCHEMA_SYNC = 89,
- EVT_SEARCH = 159,
- EVT_SEND_REPLICA_UPDATES = 112,
- EVT_SERVER_ADDRESS_CHANGE = 98,
- EVT_SERVER_RENAME = 96,
- EVT_SET_BINDERY_CONTEXT = 9,
- EVT_SPLIT_DONE = 77,
- EVT_SPLIT_PARTITION = 105,
- EVT_START_JOIN = 144,
- EVT_START_UPDATE_REPLICA = 137,
- EVT_START_UPDATE_SCHEMA = 147,
- EVT_STATUS_LOG = 241,
- EVT_STREAM = 124,
- EVT_SYNC_IN_END = 61,
- EVT_SYNC_PARTITION = 139,
- EVT_SYNC_PART_END = 81,
- EVT_SYNC_PART_START = 80,
- EVT_SYNC_SCHEMA = 140,
- EVT_SYNC_SVR_OUT_END = 79,
- EVT_SYNC_SVR_OUT_START = 78,
- EVT_SYNTHETIC_TIME = 97,
- EVT_UPDATE_ATTR_DEF = 69,
- EVT_UPDATE_CLASS_DEF = 68,
- EVT_UPDATE_REPLICA = 136,
- EVT_UPDATE_SCHEMA = 146,
- EVT_UPDATE_SEV = 13,
- EVT_VERIFY_PASS = 113,
- EVT_VR_DRIVER_STATE_CHANGE = 215,
- }
- public partial class EventOids
- {
- public const string NLDAP_EVENT_NOTIFICATION = "2.16.840.1.113719.1.27.100.81";
- public const string NLDAP_FILTERED_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.84";
- public const string NLDAP_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.79";
- public const string NLDAP_MONITOR_EVENTS_RESPONSE = "2.16.840.1.113719.1.27.100.80";
- public EventOids() { }
- }
- public enum GeneralEventField
- {
- EVT_TAG_GEN_CURRPROC = 4,
- EVT_TAG_GEN_DSTIME = 1,
- EVT_TAG_GEN_INTEGERS = 6,
- EVT_TAG_GEN_MILLISEC = 2,
- EVT_TAG_GEN_PERP = 5,
- EVT_TAG_GEN_STRINGS = 7,
- EVT_TAG_GEN_VERB = 3,
- }
- public partial class MonitorEventRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MonitorEventRequest(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifiers) : base (default(string), default(sbyte[])) { }
- }
- public partial class MonitorEventResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier_list;
- public MonitorEventResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] SpecifierList { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir.EventData
-{
- public partial class BaseEdirEventData
- {
- protected System.IO.MemoryStream decodedData;
- protected Novell.Directory.Ldap.Asn1.LBERDecoder decoder;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventDataType event_data_type;
- public BaseEdirEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventDataType EventDataType { get { throw null; } }
- protected void DataInitDone() { }
- }
- public partial class BinderyObjectEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nEmuObjFlags;
- protected int nSecurity;
- protected int nType;
- protected string strEntryDN;
- protected string strName;
- public BinderyObjectEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int EmuObjFlags { get { throw null; } }
- public string EntryDN { get { throw null; } }
- public string Name { get { throw null; } }
- public int Security { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChangeAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int address_family;
- protected int nFlags;
- protected int nProto;
- protected string pstk_name;
- protected string source_module;
- protected string strAddress;
- public ChangeAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Address { get { throw null; } }
- public int AddressFamily { get { throw null; } }
- public int Flags { get { throw null; } }
- public int Proto { get { throw null; } }
- public string PstkName { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int new_flags;
- protected int old_flags;
- protected string source_module;
- protected string strConnectionDN;
- public ConnectionStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public int NewFlags { get { throw null; } }
- public int OldFlags { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int ds_time;
- protected int milli_seconds;
- protected int nVerb;
- protected System.Collections.ArrayList parameter_collection;
- protected int parameter_count;
- protected string strFormatString;
- protected string strPerpetratorDN;
- public DebugEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int DSTime { get { throw null; } }
- public string FormatString { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public int ParameterCount { get { throw null; } }
- public System.Collections.ArrayList Parameters { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugParameter
- {
- protected Novell.Directory.Ldap.Events.Edir.DebugParameterType debug_type;
- protected object objData;
- public DebugParameter(Novell.Directory.Ldap.Asn1.Asn1Tagged dseObject) { }
- public object Data { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DebugParameterType DebugType { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EntryEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected int nVerb;
- protected string strClassId;
- protected string strEntry;
- protected string strNewDN;
- protected string strPerpetratorDN;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public EntryEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ClassId { get { throw null; } }
- public string Entry { get { throw null; } }
- public int Flags { get { throw null; } }
- public string NewDN { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class GeneralDSEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int current_process;
- protected int ds_time;
- protected int[] integer_values;
- protected int milli_seconds;
- protected int nVerb;
- protected string[] string_values;
- protected string strPerpetratorDN;
- public GeneralDSEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int CurrentProcess { get { throw null; } }
- public int DSTime { get { throw null; } }
- public int[] IntegerValues { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string[] StringValues { get { throw null; } }
- public int Verb { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected string getTaggedStringValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ModuleStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected string strConnectionDN;
- protected string strDescription;
- protected string strName;
- protected string strSource;
- public ModuleStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public string Description { get { throw null; } }
- public int Flags { get { throw null; } }
- public string Name { get { throw null; } }
- public string Source { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class NetworkAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nType;
- protected string strData;
- public NetworkAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Data { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ReferralAddress
- {
- protected int address_type;
- protected string strAddress;
- public ReferralAddress(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public string Address { get { throw null; } }
- public int AddressType { get { throw null; } }
- }
- public partial class SecurityEquivalenceEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int referral_count;
- protected System.Collections.ArrayList referral_list;
- protected int retry_count;
- protected string strEntryDN;
- protected string strValueDN;
- public SecurityEquivalenceEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string EntryDN { get { throw null; } }
- public int ReferralCount { get { throw null; } }
- public System.Collections.ArrayList ReferralList { get { throw null; } }
- public int RetryCount { get { throw null; } }
- public string ValueDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ValueEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected byte[] binData;
- protected int nVerb;
- protected string strAttribute;
- protected string strClassId;
- protected string strData;
- protected string strEntry;
- protected string strPerpetratorDN;
- protected string strSyntax;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public ValueEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Attribute { get { throw null; } }
- public byte[] BinaryData { get { throw null; } }
- public string ClassId { get { throw null; } }
- public string Data { get { throw null; } }
- public string Entry { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string Syntax { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Extensions
-{
- public partial class AbortPartitionOperationRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AbortPartitionOperationRequest(string partitionDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class AddReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AddReplicaRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class BackupRestoreConstants
- {
- public const string NLDAP_LDAP_BACKUP_REQUEST = "2.16.840.1.113719.1.27.100.96";
- public const string NLDAP_LDAP_BACKUP_RESPONSE = "2.16.840.1.113719.1.27.100.97";
- public const string NLDAP_LDAP_RESTORE_REQUEST = "2.16.840.1.113719.1.27.100.98";
- public const string NLDAP_LDAP_RESTORE_RESPONSE = "2.16.840.1.113719.1.27.100.99";
- public BackupRestoreConstants() { }
- }
- public partial class ChangeReplicaTypeRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ChangeReplicaTypeRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetBindDNRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetBindDNResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string Identity { get { throw null; } }
- }
- public partial class GetEffectivePrivilegesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetEffectivePrivilegesRequest(string dn, string trusteeDN, string attrName) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetEffectivePrivilegesResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetEffectivePrivilegesResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Privileges { get { throw null; } }
- }
- public partial class GetReplicaInfoRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicaInfoRequest(string serverDN, string partitionDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicaInfoResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicaInfoResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int getflags() { throw null; }
- public virtual int getlocalPartitionID() { throw null; }
- public virtual int getmodificationTime() { throw null; }
- public virtual string getpartitionDN() { throw null; }
- public virtual int getpartitionID() { throw null; }
- public virtual int getpurgeTime() { throw null; }
- public virtual int getreplicaState() { throw null; }
- public virtual int getreplicaType() { throw null; }
- }
- public partial class GetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicationFilterRequest(string serverDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicationFilterResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicationFilterResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[][] ReplicationFilter { get { throw null; } }
- }
- public partial class LdapBackupRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapBackupRequest(string objectDN, byte[] passwd, string stateInfo) : base (default(string), default(sbyte[])) { }
- }
- public partial class LdapBackupResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public LdapBackupResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public int getBufferLength() { throw null; }
- public string getChunkSizesString() { throw null; }
- public byte[] getReturnedBuffer() { throw null; }
- public string getStatusInfo() { throw null; }
- }
- public partial class LdapRestoreRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapRestoreRequest(string objectDN, byte[] passwd, int bufferLength, string chunkSizesString, byte[] returnedBuffer) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ListReplicasRequest(string serverName) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public ListReplicasResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] ReplicaList { get { throw null; } }
- }
- public partial class MergePartitionsRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MergePartitionsRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class NamingContextConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public NamingContextConstants() { }
- }
- public partial class PartitionEntryCountRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionEntryCountRequest(string dn) : base (default(string), default(sbyte[])) { }
- }
- public partial class PartitionEntryCountResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public PartitionEntryCountResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Count { get { throw null; } }
- }
- public partial class PartitionSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionSyncRequest(string serverName, string partitionRoot, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReceiveAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ReceiveAllUpdatesRequest(string partitionRoot, string toServerDN, string fromServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class RefreshLdapServerRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RefreshLdapServerRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveReplicaRequest(string dn, string serverDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReplicationConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public ReplicationConstants() { }
- }
- public partial class SchemaSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SchemaSyncRequest(string serverName, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class SendAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SendAllUpdatesRequest(string partitionRoot, string origServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class SetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SetReplicationFilterRequest(string serverDN, string[][] replicationFilter) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitPartitionRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class TriggerBackgroundProcessRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public const int Ldap_BK_PROCESS_BKLINKER = 1;
- public const int Ldap_BK_PROCESS_JANITOR = 2;
- public const int Ldap_BK_PROCESS_LIMBER = 3;
- public const int Ldap_BK_PROCESS_PART_PURGE = 6;
- public const int Ldap_BK_PROCESS_SCHEMA_SYNC = 5;
- public const int Ldap_BK_PROCESS_SKULKER = 4;
- public TriggerBackgroundProcessRequest(int processID) : base (default(string), default(sbyte[])) { }
- }
-}
-namespace Novell.Directory.Ldap.Rfc2251
-{
- public partial class RfcAddRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcAddRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeList attributes) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeList Attributes { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcAddResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcAssertionValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAssertionValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeDescription : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeDescription(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(string)) { }
- public RfcAttributeDescription(string s) : base (default(string)) { }
- }
- public partial class RfcAttributeDescriptionList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeDescriptionList(int size) { }
- public RfcAttributeDescriptionList(string[] attrs) { }
- }
- public partial class RfcAttributeList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeList(int size) { }
- }
- public partial class RfcAttributeTypeAndValues : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeTypeAndValues(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SetOf vals) { }
- }
- public partial class RfcAttributeValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- public RfcAttributeValue(string value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeValueAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeValueAssertion(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription ad, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue av) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- }
- public partial class RfcAuthenticationChoice : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public RfcAuthenticationChoice(Novell.Directory.Ldap.Asn1.Asn1Tagged choice) { }
- [System.CLSCompliantAttribute(false)]
- public RfcAuthenticationChoice(string mechanism, sbyte[] credentials) { }
- }
- public partial class RfcBindRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcBindRequest(Novell.Directory.Ldap.Asn1.Asn1Integer version, Novell.Directory.Ldap.Rfc2251.RfcLdapDN name, Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice auth) { }
- [System.CLSCompliantAttribute(false)]
- public RfcBindRequest(int version, string dn, string mechanism, sbyte[] credentials) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice AuthenticationChoice { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapDN Name { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Integer Version { get { throw null; } set { } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcBindResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- [System.CLSCompliantAttribute(false)]
- public RfcBindResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ServerSaslCreds { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcCompareRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcCompareRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion ava) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion AttributeValueAssertion { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcCompareResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcControl : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Sequence seqObj) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, Novell.Directory.Ldap.Asn1.Asn1OctetString controlValue) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlType { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlValue { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
- }
- public partial class RfcControls : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public const int CONTROLS = 0;
- public RfcControls() { }
- [System.CLSCompliantAttribute(false)]
- public RfcControls(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public void add(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- }
- public partial class RfcDelRequest : Novell.Directory.Ldap.Rfc2251.RfcLdapDN, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelRequest(sbyte[] dn) : base (default(string)) { }
- public RfcDelRequest(string dn) : base (default(string)) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcDelResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcExtendedRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public const int REQUEST_NAME = 0;
- public const int REQUEST_VALUE = 1;
- public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName, Novell.Directory.Ldap.Asn1.Asn1OctetString requestValue) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcExtendedResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int RESPONSE = 11;
- public const int RESPONSE_NAME = 10;
- [System.CLSCompliantAttribute(false)]
- public RfcExtendedResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString Response { get { throw null; } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapOID ResponseName { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcFilter : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public RfcFilter() { }
- public RfcFilter(string filter) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addExtensibleMatch(string matchingRule, string attrName, sbyte[] value_Renamed, bool useDNMatching) { }
- public virtual void addPresent(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addSubstring(int type, sbyte[] value_Renamed) { }
- public virtual void endNestedFilter(int rfcType) { }
- public virtual void endSubstrings() { }
- public virtual string filterToString() { throw null; }
- public virtual System.Collections.IEnumerator getFilterIterator() { throw null; }
- public virtual void startNestedFilter(int rfcType) { }
- public virtual void startSubstrings(string attrName) { }
- }
- public partial class RfcIntermediateResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int TAG_RESPONSE = 1;
- public const int TAG_RESPONSE_NAME = 0;
- [System.CLSCompliantAttribute(false)]
- public RfcIntermediateResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1OctetString getResponse() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapOID getResponseName() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapDN(sbyte[] s) : base (default(string)) { }
- public RfcLdapDN(string s) : base (default(string)) { }
- }
- public partial class RfcLdapMessage : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcControls Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual string RequestDN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage RequestingMessage { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object Response { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public object dupMessage(string dn, string filter, bool reference) { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest getRequest() { throw null; }
- public virtual bool isRequest() { throw null; }
- }
- public partial class RfcLdapOID : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapOID(sbyte[] s) : base (default(sbyte[])) { }
- public RfcLdapOID(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapResult : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int REFERRAL = 3;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapString : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(sbyte[])) { }
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(sbyte[] ba) : base (default(sbyte[])) { }
- public RfcLdapString(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapSuperDN : Novell.Directory.Ldap.Asn1.Asn1Tagged
- {
- protected static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public static readonly int TAG;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapSuperDN(sbyte[] ba) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public RfcLdapSuperDN(string s) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class RfcMatchingRuleAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue) { }
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleId matchingRule, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) { }
- }
- public partial class RfcMatchingRuleId : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcMatchingRuleId(string s) : base (default(string)) { }
- }
- public partial class RfcModifyDNRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) { }
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn, Novell.Directory.Ldap.Rfc2251.RfcLdapSuperDN newSuperior) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyDNResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcModifyRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN object_Renamed, Novell.Directory.Ldap.Asn1.Asn1SequenceOf modification) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1SequenceOf Modifications { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcReferral : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcReferral(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- }
- public partial class RfcRelativeLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcRelativeLdapDN(string s) : base (default(string)) { }
- }
- public partial interface RfcRequest
- {
- Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool reference);
- string getRequestDN();
- }
- public partial interface RfcResponse
- {
- Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage();
- Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN();
- Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral();
- Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode();
- }
- public partial class RfcSaslCredentials : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism) { }
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism, Novell.Directory.Ldap.Asn1.Asn1OctetString credentials) { }
- }
- public partial class RfcSearchRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcSearchRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN baseObject, Novell.Directory.Ldap.Asn1.Asn1Enumerated scope, Novell.Directory.Ldap.Asn1.Asn1Enumerated derefAliases, Novell.Directory.Ldap.Asn1.Asn1Integer sizeLimit, Novell.Directory.Ldap.Asn1.Asn1Integer timeLimit, Novell.Directory.Ldap.Asn1.Asn1Boolean typesOnly, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescriptionList attributes) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcSearchResultDone : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultEntry : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultEntry(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Sequence Attributes { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ObjectName { get { throw null; } }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultReference : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultReference(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSubstringFilter : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSubstringFilter(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SequenceOf substrings) { }
- }
- public partial class RfcUnbindRequest : Novell.Directory.Ldap.Asn1.Asn1Null, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcUnbindRequest() { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Utilclass
-{
- public partial class ArrayEnumeration : System.Collections.IEnumerator
- {
- public ArrayEnumeration(object[] eArray) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class AttributeQualifier
- {
- public AttributeQualifier(string name, string[] value_Renamed) { }
- public virtual string Name { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- }
- public partial class Base64
- {
- internal Base64() { }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(char[] encodedChars) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(string encodedString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(System.Text.StringBuilder encodedSBuf, int start, int end) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string encode(sbyte[] inputBytes) { throw null; }
- public static string encode(string inputString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isLDIFSafe(sbyte[] bytes) { throw null; }
- public static bool isLDIFSafe(string str) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isValidUTF8(sbyte[] array, bool isUCS2Only) { throw null; }
- }
- public partial class BindProperties
- {
- public BindProperties(int version, string dn, string method, bool anonymous, System.Collections.Hashtable bindProperties, object bindCallbackHandler) { }
- public virtual bool Anonymous { get { throw null; } }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual System.Collections.Hashtable SaslBindProperties { get { throw null; } }
- public virtual object SaslCallbackHandler { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.SerializableAttribute]
- public enum CharacterTypes : sbyte
- {
- ALPHABETIC = (sbyte)4,
- COMMENTCHAR = (sbyte)16,
- NUMERIC = (sbyte)2,
- STRINGQUOTE = (sbyte)8,
- WHITESPACE = (sbyte)1,
- }
- public partial class DN
- {
- public DN() { }
- public DN(string dnString) { }
- public virtual Novell.Directory.Ldap.Utilclass.DN Parent { get { throw null; } }
- public virtual System.Collections.ArrayList RDNs { get { throw null; } }
- public virtual void addRDN(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToBack(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToFront(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual int countRDNs() { throw null; }
- public bool Equals(Novell.Directory.Ldap.Utilclass.DN toDN) { throw null; }
- public override bool Equals(object toDN) { throw null; }
- public virtual string[] explodeDN(bool noTypes) { throw null; }
- public System.Collections.ArrayList getrdnList() { throw null; }
- public virtual bool isDescendantOf(Novell.Directory.Ldap.Utilclass.DN containerDN) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EnumeratedIterator : System.Collections.IEnumerator
- {
- public EnumeratedIterator(System.Collections.IEnumerator iterator) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class ExceptionMessages : System.Resources.ResourceManager
- {
- public const string CANNOT_BIND = "CANNOT_BIND";
- public const string CONNECTION_CLOSED = "CONNECTION_CLOSED";
- public const string CONNECTION_ERROR = "CONNECTION_ERROR";
- public const string CONNECTION_FINALIZED = "CONNECTION_FINALIZED";
- public const string CONNECTION_IMPOSSIBLE = "CONNECTION_IMPOSSIBLE";
- public const string CONNECTION_READER = "CONNECTION_READER";
- public const string CONNECTION_WAIT = "CONNECTION_WAIT";
- public const string DECODING_ERROR = "DECODING_ERROR";
- public const string DN_PARAM_ERROR = "DN_PARAM_ERROR";
- public const string DUP_ERROR = "DUP_ERROR";
- public const string ENCODING_ERROR = "ENCODING_ERROR";
- public const string ENTRY_PARAM_ERROR = "ENTRY_PARAM_ERROR";
- public const string EXPECTING_LEFT_PAREN = "EXPECTING_LEFT_PAREN";
- public const string EXPECTING_RIGHT_PAREN = "EXPECTING_RIGHT_PAREN";
- public const string FAILED_REFERRAL = "FAILED_REFERRAL";
- public const string IMPROPER_REFERRAL = "IMPROPER_REFERRAL";
- public const string INVALID_ADDRESS = "INVALID_ADDRESS";
- public const string INVALID_CHAR_IN_DESCR = "INVALID_CHAR_IN_DESCR";
- public const string INVALID_CHAR_IN_FILTER = "INVALID_CHAR_IN_FILTER";
- public const string INVALID_ESCAPE = "INVALID_ESCAPE";
- public const string INVALID_ESC_IN_DESCR = "INVALID_ESC_IN_DESCR";
- public const string INVALID_FILTER_COMPARISON = "INVALID_FILTER_COMPARISON";
- public const string IO_EXCEPTION = "IO_EXCEPTION";
- public const string MATCHED_DN = "MATCHED_DN";
- public const string MISSING_LEFT_PAREN = "MISSING_LEFT_PAREN";
- public const string MISSING_RIGHT_PAREN = "MISSING_RIGHT_PAREN";
- public const string MULTIPLE_SCHEMA = "MULTIPLE_SCHEMA";
- public const string NOT_AN_ATTRIBUTE = "NOT_AN_ATTRIBUTE";
- public const string NOT_IMPLEMENTED = "NOT_IMPLEMENTED";
- public const string NO_ATTRIBUTE_NAME = "NO_ATTRIBUTE_NAME";
- public const string NO_DN_NOR_MATCHING_RULE = "NO_DN_NOR_MATCHING_RULE";
- public const string NO_DUP_REQUEST = "NO_DUP_REQUEST";
- public const string NO_MATCHING_RULE = "NO_MATCHING_RULE";
- public const string NO_MEMORY = "NO_MEMORY";
- public const string NO_OPTION = "NO_OPTION";
- public const string NO_SCHEMA = "NO_SCHEMA";
- public const string NO_STARTTLS = "NO_STARTTLS";
- public const string NO_SUP_PROPERTY = "NO_SUP_PROPERTY";
- public const string NO_TLS_FACTORY = "NO_TLS_FACTORY";
- public const string OP_PARAM_ERROR = "OP_PARAM_ERROR";
- public const string OUTSTANDING_OPERATIONS = "OUTSTANDING_OPERATIONS";
- public const string PARAM_ERROR = "PARAM_ERROR";
- public const string RDN_PARAM_ERROR = "RDN_PARAM_ERROR";
- public const string READ_MULTIPLE = "READ_MULTIPLE";
- public const string REFERENCE_ERROR = "REFERENCE_ERROR";
- public const string REFERENCE_NOFOLLOW = "REFERENCE_NOFOLLOW";
- public const string REFERRAL_BIND = "REFERRAL_BIND";
- public const string REFERRAL_BIND_MATCH = "REFERRAL_BIND_MATCH";
- public const string REFERRAL_ERROR = "REFERRAL_ERROR";
- public const string REFERRAL_ITEM = "REFERRAL_ITEM";
- public const string REFERRAL_LOCAL = "REFERRAL_LOCAL";
- public const string REFERRAL_SEND = "REFERRAL_SEND";
- public const string SERVER_CONNECT_ERROR = "SERVER_CONNECT_ERROR";
- public const string SERVER_MSG = "SERVER_MSG";
- public const string SERVER_SHUTDOWN_REQ = "SERVER_SHUTDOWN_REQ";
- public const string SHORT_ESCAPE = "SHORT_ESCAPE";
- public const string SSL_PROVIDER_MISSING = "SSL_PROVIDER_MISSING";
- public const string STOPTLS_ERROR = "STOPTLS_ERROR";
- [System.CLSCompliantAttribute(false)]
- public const string TOSTRING = "TOSTRING";
- public const string UNEQUAL_LENGTHS = "UNEQUAL_LENGTHS";
- public const string UNEXPECTED_END = "UNEXPECTED_END";
- public const string UNKNOWN_RESULT = "UNKNOWN_RESULT";
- public const string WRONG_FACTORY = "WRONG_FACTORY";
- public ExceptionMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class ExtResponseFactory
- {
- public ExtResponseFactory() { }
- public static Novell.Directory.Ldap.LdapExtendedResponse convertToExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class IntermediateResponseFactory
- {
- public IntermediateResponseFactory() { }
- public static Novell.Directory.Ldap.LdapIntermediateResponse convertToIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class RDN
- {
- public RDN() { }
- public RDN(string rdn) { }
- public virtual bool Multivalued { get { throw null; } }
- protected internal virtual string RawValue { get { throw null; } }
- public virtual string Type { get { throw null; } }
- public virtual string[] Types { get { throw null; } }
- public virtual string Value { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- public virtual void add(string attrType, string attrValue, string rawValue) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool equals(Novell.Directory.Ldap.Utilclass.RDN rdn) { throw null; }
- public virtual string[] explodeRDN(bool noTypes) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(bool noTypes) { throw null; }
- }
- public partial class ReferralInfo
- {
- public ReferralInfo(Novell.Directory.Ldap.LdapConnection lc, string[] refList, Novell.Directory.Ldap.LdapUrl refUrl) { }
- public virtual Novell.Directory.Ldap.LdapConnection ReferralConnection { get { throw null; } }
- public virtual string[] ReferralList { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapUrl ReferralUrl { get { throw null; } }
- }
- public partial class ResourcesHandler
- {
- internal ResourcesHandler() { }
- public static string getMessage(string messageOrKey, object[] arguments) { throw null; }
- public static string getMessage(string messageOrKey, object[] arguments, System.Globalization.CultureInfo locale) { throw null; }
- public static string getResultString(int code) { throw null; }
- public static string getResultString(int code, System.Globalization.CultureInfo locale) { throw null; }
- }
- public partial class RespControlVector : System.Collections.ArrayList
- {
- public RespControlVector(int cap, int incr) { }
- public System.Type findResponseControl(string searchOID) { throw null; }
- public void registerResponseControl(string oid, System.Type controlClass) { }
- }
- public partial class RespExtensionSet : SupportClass.AbstractSetSupport
- {
- public RespExtensionSet() { }
- public override int Count { get { throw null; } }
- public System.Type findResponseExtension(string searchOID) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public void registerResponseExtension(string oid, System.Type extClass) { }
- }
- public partial class ResultCodeMessages : System.Resources.ResourceManager
- {
- public ResultCodeMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class SchemaParser
- {
- public SchemaParser(string aString) { }
- public virtual string[] Applies { get { throw null; } }
- public virtual string[] Auxiliary { get { throw null; } }
- public virtual bool Collective { get { throw null; } }
- public virtual string Description { get { throw null; } }
- public virtual string Equality { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string NameForm { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual string ObjectClass { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual string[] Optional { get { throw null; } }
- public virtual string Ordering { get { throw null; } }
- public virtual string[] Precluded { get { throw null; } }
- public virtual System.Collections.IEnumerator Qualifiers { get { throw null; } }
- public virtual string RawString { get { throw null; } set { } }
- public virtual string[] Required { get { throw null; } }
- public virtual bool Single { get { throw null; } }
- public virtual string Substring { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual string Syntax { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserMod { get { throw null; } }
- }
- public partial class SchemaTokenCreator
- {
- public int lastttype;
- public double NumberValue;
- public string StringValue;
- public SchemaTokenCreator(System.IO.Stream instream) { }
- public SchemaTokenCreator(System.IO.StreamReader r) { }
- public SchemaTokenCreator(System.IO.StringReader r) { }
- public int CurrentLine { get { throw null; } }
- public void CommentCharacter(int ch) { }
- public void InitTable() { }
- public int nextToken() { throw null; }
- public void OrdinaryCharacter(int ch) { }
- public void OrdinaryCharacters(int min, int max) { }
- public void parseNumbers() { }
- public void pushBack() { }
- public void QuoteCharacter(int ch) { }
- public string ToStringValue() { throw null; }
- public void WhitespaceCharacters(int min, int max) { }
- public void WordCharacters(int min, int max) { }
- }
- [System.SerializableAttribute]
- public enum TokenTypes
- {
- EOF = -1,
- EOL = 10,
- NUMBER = -2,
- REAL = -4,
- STRING = -5,
- WORD = -3,
- }
-}
diff --git a/src/v4.0/PEAPI.cs b/src/v4.0/PEAPI.cs
deleted file mode 100644
index f9f6ec3..0000000
--- a/src/v4.0/PEAPI.cs
+++ /dev/null
@@ -1,1208 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace PEAPI
-{
- public partial class AddressConstant : PEAPI.DataConstant
- {
- public AddressConstant(PEAPI.DataConstant dConst) { }
- }
- public abstract partial class Array : PEAPI.Type
- {
- internal Array() { }
- protected string cname;
- protected string cnameSpace;
- protected PEAPI.Type elemType;
- protected PEAPI.MetaData metaData;
- }
- public partial class ArrayConstant : PEAPI.DataConstant
- {
- public ArrayConstant(PEAPI.DataConstant[] dVals) { }
- }
- public enum AssemAttr
- {
- DisableJITCompileOptimizer = 16384,
- EnableJITCompileTracking = 32768,
- Retargetable = 256,
- }
- public partial class Assembly : PEAPI.ResolutionScope
- {
- internal Assembly() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public void AddAssemblyInfo(int majVer, int minVer, int bldNo, int revNo, byte[] key, uint hash, string cult) { }
- }
- public partial class AssemblyRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal AssemblyRef() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public virtual PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public void AddCulture(string cult) { }
- public void AddHash(byte[] hash) { }
- public void AddKey(byte[] key) { }
- public void AddKeyToken(byte[] key) { }
- public virtual PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public void AddVersionInfo(int majVer, int minVer, int bldNo, int revNo) { }
- }
- public abstract partial class BaseDeclSecurity : PEAPI.MetaDataElement
- {
- internal BaseDeclSecurity() { }
- }
- public partial class BoolConst : PEAPI.Constant
- {
- public BoolConst(bool val) { }
- }
- public partial class BoundArray : PEAPI.Array
- {
- public BoundArray(PEAPI.Type elementType, uint dimensions) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] size) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] loBounds, int[] sizes) { }
- }
- public enum BranchOp
- {
- beq = 59,
- beq_s = 46,
- bge = 60,
- bge_s = 47,
- bge_un = 65,
- bge_un_s = 52,
- bgt = 61,
- bgt_s = 48,
- bgt_un = 66,
- bgt_un_s = 53,
- ble = 62,
- ble_s = 49,
- ble_un = 67,
- ble_un_s = 54,
- blt = 63,
- blt_s = 50,
- blt_un = 68,
- blt_un_s = 55,
- bne_un = 64,
- bne_un_s = 51,
- br = 56,
- brfalse = 57,
- brfalse_s = 44,
- brtrue = 58,
- brtrue_s = 45,
- br_s = 43,
- leave = 221,
- leave_s = 222,
- }
- public partial class ByteArrConst : PEAPI.DataConstant
- {
- public ByteArrConst(byte[] val) { }
- public PEAPI.Type Type { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum CallConv
- {
- Cdecl = 1,
- Default = 0,
- Fastcall = 4,
- Generic = 16,
- Instance = 32,
- InstanceExplicit = 96,
- Stdcall = 2,
- Thiscall = 3,
- Vararg = 5,
- }
- public partial class CalliSig : PEAPI.Signature
- {
- public CalliSig(PEAPI.CallConv cconv, PEAPI.Type retType, PEAPI.Type[] pars) { }
- public void AddCallingConv(PEAPI.CallConv cconv) { }
- public void AddVarArgs(PEAPI.Type[] optPars) { }
- }
- public partial class Catch : PEAPI.HandlerBlock
- {
- public Catch(PEAPI.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public Catch(PEAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class CharConst : PEAPI.Constant
- {
- public CharConst(char val) { }
- }
- public partial class CILInstructions
- {
- internal CILInstructions() { }
- public uint Offset { get { throw null; } }
- public void AddTryBlock(PEAPI.TryBlock tryBlock) { }
- public void Branch(PEAPI.BranchOp inst, PEAPI.CILLabel lab) { }
- public void calli(PEAPI.CalliSig sig) { }
- public void CodeLabel(PEAPI.CILLabel lab) { }
- public void emitbyte(byte bVal) { }
- public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { }
- public void EndFaultBlock(PEAPI.TryBlock tryBlock) { }
- public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { }
- public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { }
- public PEAPI.TryBlock EndTryBlock() { throw null; }
- public void FieldInst(PEAPI.FieldOp inst, PEAPI.Field f) { }
- public void Inst(PEAPI.Op inst) { }
- public void IntInst(PEAPI.IntOp inst, int val) { }
- public void ldc_i8(long cVal) { }
- public void ldc_r4(float cVal) { }
- public void ldc_r8(double cVal) { }
- public void ldstr(byte[] str) { }
- public void ldstr(string str) { }
- public void LoadArg(int argNo) { }
- public void LoadArgAdr(int argNo) { }
- public void LoadLocal(int locNo) { }
- public void LoadLocalAdr(int locNo) { }
- public void MethInst(PEAPI.MethodOp inst, PEAPI.Method m) { }
- public PEAPI.CILLabel NewCodedLabel() { throw null; }
- public PEAPI.CILLabel NewLabel() { throw null; }
- public void PushFalse() { }
- public void PushInt(int i) { }
- public void PushLong(long l) { }
- public void PushTrue() { }
- public void StartBlock() { }
- public void StoreArg(int argNo) { }
- public void StoreLocal(int locNo) { }
- public void Switch(PEAPI.CILLabel[] labs) { }
- public void TypeInst(PEAPI.TypeOp inst, PEAPI.Type aType) { }
- }
- public partial class CILLabel
- {
- public CILLabel(uint offset) { }
- public CILLabel(uint offset, bool absolute) { }
- }
- public abstract partial class Class : PEAPI.Type
- {
- internal Class() { }
- public string name;
- protected uint nameIx;
- public string nameSpace;
- protected uint nameSpaceIx;
- protected int row;
- protected PEAPI.MetaData _metaData;
- }
- public partial class ClassDef : PEAPI.Class
- {
- internal ClassDef() { }
- public void AddAttribute(PEAPI.TypeAttr ta) { }
- public PEAPI.Event AddEvent(string name, PEAPI.Type eType) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr fAtts, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplementedInterface(PEAPI.Class iFace) { }
- public void AddLayoutInfo(int packSize, int classSize) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public void AddMethodOverride(PEAPI.Method decl, PEAPI.Method body) { }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class sType) { throw null; }
- public PEAPI.Property AddProperty(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public void AddSecurity(byte[] permissionSet) { }
- public static bool IsEnum(PEAPI.Class type) { throw null; }
- public static bool IsEnum(string nsName, string name) { throw null; }
- public static bool IsValueType(PEAPI.Class type) { throw null; }
- public static bool IsValueType(string nsName, string name) { throw null; }
- public void SetFieldOrder(System.Collections.ArrayList fields) { }
- public void SpecialNoSuper() { }
- }
- public partial class ClassRef : PEAPI.Class, PEAPI.IExternRef, PEAPI.IResolutionScope
- {
- internal ClassRef() { }
- protected PEAPI.MetaData metaData;
- protected PEAPI.IResolutionScope parent;
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- }
- public partial class ClassRefInst : PEAPI.Type
- {
- public ClassRefInst(PEAPI.Type type, bool is_value) { }
- }
- public partial class ClassType : PEAPI.Constant
- {
- public ClassType(PEAPI.Class classDesc) { }
- public ClassType(string className) { }
- }
- public abstract partial class CodeBlock
- {
- protected PEAPI.CILLabel end;
- protected bool small;
- protected PEAPI.CILLabel start;
- public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { }
- }
- public abstract partial class Constant
- {
- internal Constant() { }
- protected bool addedToBlobHeap;
- protected uint blobIndex;
- protected uint size;
- protected PEAPI.Type type;
- }
- public enum CorFlags
- {
- CF_32_BITREQUIRED = 2,
- CF_IL_ONLY = 1,
- CF_STRONGNAMESIGNED = 8,
- CF_TRACKDEBUGDATA = 65536,
- }
- public partial class CustomAttribute : PEAPI.MetaDataElement
- {
- internal CustomAttribute() { }
- public void AddFieldOrProp(string name, PEAPI.Constant val) { }
- }
- public partial class CustomMarshaller : PEAPI.NativeType
- {
- public CustomMarshaller(string marshallerName, string optCookie) { }
- public CustomMarshaller(string typeNameOrGUID, string marshallerName, string optCookie) { }
- }
- public partial class CustomModifiedType : PEAPI.Type
- {
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.Class cmodType) { }
- }
- public enum CustomModifier
- {
- modopt = 32,
- modreq = 31,
- }
- public abstract partial class DataConstant : PEAPI.Constant
- {
- internal DataConstant() { }
- public uint DataOffset { get { throw null; } set { } }
- }
- public partial class DeclSecurity : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity() { }
- }
- public partial class DeclSecurity_20 : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity_20() { }
- }
- public partial class DoubleConst : PEAPI.DataConstant
- {
- public DoubleConst(double val) { }
- }
- public partial class Event : PEAPI.Feature
- {
- internal Event() { }
- public void AddAddon(PEAPI.MethodDef addon) { }
- public void AddFire(PEAPI.MethodDef fire) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddRemoveOn(PEAPI.MethodDef removeOn) { }
- }
- public partial class ExternClassRef : PEAPI.ClassRef
- {
- internal ExternClassRef() { }
- public PEAPI.ClassRef AddNestedClass(PEAPI.TypeAttr attrs, string name) { throw null; }
- }
- public partial class Fault : PEAPI.HandlerBlock
- {
- public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Feature : PEAPI.MetaDataElement
- {
- internal Feature() { }
- protected ushort flags;
- protected PEAPI.MethodSemantics[] methods;
- protected string name;
- protected uint nameIx;
- protected PEAPI.ClassDef parent;
- protected int tide;
- public void SetRTSpecialName() { }
- public void SetSpecialName() { }
- }
- public abstract partial class Field : PEAPI.Member
- {
- internal Field() { }
- protected static readonly byte FieldSig;
- protected PEAPI.Type type;
- }
- public enum FieldAttr
- {
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- HasFieldMarshal = 4096,
- Initonly = 32,
- Literal = 64,
- Notserialized = 128,
- Private = 1,
- Public = 6,
- PublicStatic = 22,
- RTSpecialName = 1024,
- SpecialName = 512,
- Static = 16,
- }
- public partial class FieldDef : PEAPI.Field
- {
- internal FieldDef() { }
- public void AddDataValue(PEAPI.DataConstant val) { }
- public void AddFieldAttr(PEAPI.FieldAttr fa) { }
- public void AddValue(PEAPI.Constant val) { }
- public void SetMarshalInfo(PEAPI.NativeType marshallType) { }
- public void SetOffset(uint offs) { }
- }
- public partial class FieldLayout : PEAPI.MetaDataElement
- {
- internal FieldLayout() { }
- }
- public partial class FieldMarshal : PEAPI.MetaDataElement
- {
- internal FieldMarshal() { }
- }
- public enum FieldOp
- {
- ldfld = 123,
- ldflda = 124,
- ldsfld = 126,
- ldsflda = 127,
- ldtoken = 208,
- stfld = 125,
- stsfld = 128,
- }
- public partial class FieldRef : PEAPI.Field
- {
- internal FieldRef() { }
- }
- public partial class FieldRVA : PEAPI.MetaDataElement
- {
- internal FieldRVA() { }
- }
- public partial class FileRef : PEAPI.MetaDataElement
- {
- internal FileRef() { }
- protected string name;
- }
- public partial class Filter : PEAPI.HandlerBlock
- {
- public Filter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Finally : PEAPI.HandlerBlock
- {
- public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class FixedArray : PEAPI.NativeType
- {
- public FixedArray(int numElems) { }
- }
- public partial class FixedSysString : PEAPI.NativeType
- {
- public FixedSysString(uint size) { }
- }
- public partial class FloatConst : PEAPI.DataConstant
- {
- public FloatConst(float val) { }
- }
- public partial class GenericMethodSig
- {
- public GenericMethodSig(PEAPI.Type[] gen_param) { }
- }
- [System.FlagsAttribute]
- public enum GenericParamAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstrait = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public partial class GenericParameter : PEAPI.MetaDataElement
- {
- internal GenericParameter() { }
- public string name;
- public void AddConstraint(PEAPI.Type constraint) { }
- }
- public partial class GenericTypeInst : PEAPI.Class
- {
- public GenericTypeInst(PEAPI.Type gen_type, PEAPI.Type[] gen_param) { }
- }
- public partial class GenParam : PEAPI.Class
- {
- public GenParam(int index, string name, PEAPI.GenParamType ptype) { }
- public int Index { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public PEAPI.GenParamType Type { get { throw null; } }
- }
- public enum GenParamType : byte
- {
- MVar = (byte)30,
- Var = (byte)19,
- }
- public abstract partial class HandlerBlock : PEAPI.CodeBlock
- {
- protected static readonly short ExceptionFlag;
- protected static readonly short FaultFlag;
- protected static readonly short FilterFlag;
- protected static readonly short FinallyFlag;
- public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public enum HashAlgorithm
- {
- None = 0,
- SHA1 = 1,
- }
- public partial class Hex
- {
- public Hex() { }
- public static string Byte(int b) { throw null; }
- public static string Int(int val) { throw null; }
- public static string Int(uint num) { throw null; }
- public static string Long(long lnum) { throw null; }
- public static string Short(int b) { throw null; }
- }
- public partial interface IExternRef
- {
- PEAPI.ClassRef AddClass(string nsName, string name);
- PEAPI.ClassRef AddValueClass(string nsName, string name);
- }
- public enum ImplAttr
- {
- ForwardRef = 16,
- IL = 0,
- InternalCall = 4096,
- Native = 1,
- NoInLining = 8,
- Optil = 2,
- PreserveSig = 128,
- Runtime = 3,
- Synchronised = 32,
- Synchronized = 32,
- Unmanaged = 4,
- }
- public partial class ImplMap : PEAPI.MetaDataElement
- {
- internal ImplMap() { }
- }
- public partial class IntConst : PEAPI.DataConstant
- {
- public IntConst(short val) { }
- public IntConst(int val) { }
- public IntConst(long val) { }
- public IntConst(sbyte val) { }
- }
- public partial class InterfaceImpl : PEAPI.MetaDataElement
- {
- internal InterfaceImpl() { }
- }
- public enum IntOp
- {
- ldarg = 65033,
- ldarga = 65034,
- ldarga_s = 15,
- ldarg_s = 14,
- ldc_i4 = 32,
- ldc_i4_s = 31,
- ldloc = 65036,
- ldloca = 65037,
- ldloca_s = 18,
- ldloc_s = 17,
- starg = 65035,
- starg_s = 16,
- stloc = 65038,
- stloc_s = 19,
- unaligned = 65042,
- }
- public partial interface IResolutionScope
- {
- }
- public partial class Local
- {
- public Local(string lName, PEAPI.Type lType) { }
- public Local(string lName, PEAPI.Type lType, bool byRef, bool isPinned) { }
- }
- public partial class LocalSig : PEAPI.Signature
- {
- public LocalSig(PEAPI.Local[] locals) { }
- }
- public partial class ManagedPointer : PEAPI.PtrType
- {
- public ManagedPointer(PEAPI.Type baseType) { }
- }
- public partial class ManifestResource : PEAPI.MetaDataElement
- {
- public static readonly uint PrivateResource;
- public static readonly uint PublicResource;
- public ManifestResource(string name, byte[] resBytes, uint flags) { }
- public ManifestResource(string name, uint flags, PEAPI.AssemblyRef assemRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef, uint fileIx) { }
- public string Name { get { throw null; } set { } }
- }
- public partial class MapElem : PEAPI.MetaDataElement
- {
- internal MapElem() { }
- }
- public enum MDTable
- {
- Assembly = 32,
- AssemblyOS = 34,
- AssemblyProcessor = 33,
- AssemblyRef = 35,
- AssemblyRefOS = 37,
- AssemblyRefProcessor = 36,
- ClassLayout = 15,
- Constant = 11,
- CustomAttribute = 12,
- DeclSecurity = 14,
- Event = 20,
- EventMap = 18,
- ExportedType = 39,
- Field = 4,
- FieldLayout = 16,
- FieldMarshal = 13,
- FieldRVA = 29,
- File = 38,
- GenericParam = 42,
- GenericParamConstraint = 44,
- ImplMap = 28,
- InterfaceImpl = 9,
- ManifestResource = 40,
- MemberRef = 10,
- Method = 6,
- MethodImpl = 25,
- MethodSemantics = 24,
- MethodSpec = 43,
- Module = 0,
- ModuleRef = 26,
- NestedClass = 41,
- Param = 8,
- Property = 23,
- PropertyMap = 21,
- StandAloneSig = 17,
- TypeDef = 2,
- TypeRef = 1,
- TypeSpec = 27,
- }
- public abstract partial class Member : PEAPI.MetaDataElement
- {
- internal Member() { }
- protected string name;
- protected uint nameIx;
- protected uint sigIx;
- }
- public partial class MetaData
- {
- internal MetaData() { }
- public PEAPI.MSCorLib mscorlib;
- }
- public abstract partial class MetaDataElement : System.IComparable
- {
- internal MetaDataElement() { }
- protected System.Collections.ArrayList customAttributes;
- protected bool done;
- protected bool sortTable;
- protected PEAPI.MDTable tabIx;
- public bool HasCustomAttr { get { throw null; } set { } }
- public uint Row { get { throw null; } set { } }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, PEAPI.Constant[] cVals) { }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, byte[] val) { }
- public int CompareTo(object obj) { throw null; }
- }
- public enum MethAttr
- {
- Abstract = 1024,
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- Final = 32,
- HasSecurity = 16384,
- HideBySig = 128,
- NewSlot = 256,
- Private = 1,
- PrivateVirtual = 65,
- Public = 6,
- PublicStatic = 22,
- PublicStaticFinal = 54,
- PublicVirtual = 70,
- RequireSecObject = 32768,
- RTSpecialName = 4096,
- SpecialName = 2048,
- SpecialRTSpecialName = 6144,
- Static = 16,
- Strict = 512,
- Virtual = 64,
- }
- public abstract partial class Method : PEAPI.Member
- {
- internal Method() { }
- public abstract void AddCallConv(PEAPI.CallConv cconv);
- }
- public partial class MethodDef : PEAPI.Method
- {
- internal MethodDef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplAttribute(PEAPI.ImplAttr ia) { }
- public void AddLocals(PEAPI.Local[] locals, bool initLocals) { }
- public void AddMethAttribute(PEAPI.MethAttr ma) { }
- public void AddPInvokeInfo(PEAPI.ModuleRef scope, string methName, PEAPI.PInvokeAttr callAttr) { }
- public void AddRetTypeMarshallInfo(PEAPI.NativeType marshallType) { }
- public PEAPI.CILInstructions CreateCodeBuffer() { throw null; }
- public void DeclareEntryPoint() { }
- public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; }
- public void SetMaxStack(int maxStack) { }
- }
- public partial class MethodImpl : PEAPI.MetaDataElement
- {
- internal MethodImpl() { }
- }
- public enum MethodOp
- {
- call = 40,
- callvirt = 111,
- jmp = 39,
- ldftn = 65030,
- ldtoken = 208,
- ldvirtfn = 65031,
- newobj = 115,
- }
- public partial class MethodRef : PEAPI.Method
- {
- internal MethodRef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- }
- public partial class MethodSemantics : PEAPI.MetaDataElement
- {
- internal MethodSemantics() { }
- }
- public partial class MethPtrType : PEAPI.Type
- {
- public MethPtrType(PEAPI.CallConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { }
- }
- public partial class Module : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal Module() { }
- public System.Guid Guid { get { throw null; } }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class ModuleRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal ModuleRef() { }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ExternClassRef AddExternClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.FileRef declFile, bool isValueClass) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.FileRef MakeFile(byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- }
- public sealed partial class MSCorLib : PEAPI.AssemblyRef
- {
- internal MSCorLib() { }
- public override PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public override PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class NativeArray : PEAPI.NativeType
- {
- public NativeArray(PEAPI.NativeType elemType) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen, int elemMult) { }
- }
- public partial class NativeType
- {
- internal NativeType() { }
- public static readonly PEAPI.NativeType AnsiBStr;
- public static readonly PEAPI.NativeType AsAny;
- public static readonly PEAPI.NativeType Boolean;
- public static readonly PEAPI.NativeType BStr;
- public static readonly PEAPI.NativeType ByValStr;
- public static readonly PEAPI.NativeType Currency;
- public static readonly PEAPI.NativeType Error;
- public static readonly PEAPI.NativeType FixedSysString;
- public static readonly PEAPI.NativeType Float32;
- public static readonly PEAPI.NativeType Float64;
- public static readonly PEAPI.NativeType FuncPtr;
- public static readonly PEAPI.NativeType IDispatch;
- public static readonly PEAPI.NativeType Int;
- public static readonly PEAPI.NativeType Int16;
- public static readonly PEAPI.NativeType Int32;
- public static readonly PEAPI.NativeType Int64;
- public static readonly PEAPI.NativeType Int8;
- public static readonly PEAPI.NativeType Interface;
- public static readonly PEAPI.NativeType IUnknown;
- public static readonly PEAPI.NativeType LPStr;
- public static readonly PEAPI.NativeType LPStruct;
- public static readonly PEAPI.NativeType LPTStr;
- public static readonly PEAPI.NativeType LPWStr;
- public static readonly PEAPI.NativeType Struct;
- public static readonly PEAPI.NativeType TBstr;
- protected byte typeIndex;
- public static readonly PEAPI.NativeType UInt;
- public static readonly PEAPI.NativeType UInt16;
- public static readonly PEAPI.NativeType UInt32;
- public static readonly PEAPI.NativeType UInt64;
- public static readonly PEAPI.NativeType UInt8;
- public static readonly PEAPI.NativeType VariantBool;
- public static readonly PEAPI.NativeType Void;
- }
- public partial class NotYetImplementedException : System.Exception
- {
- public NotYetImplementedException(string msg) { }
- }
- public partial class NullConst : PEAPI.Constant
- {
- public NullConst() { }
- }
- public enum Op
- {
- add = 88,
- add_ovf = 214,
- add_ovf_un = 215,
- and = 95,
- arglist = 65024,
- breakOp = 1,
- ceq = 65025,
- cgt = 65026,
- cgt_un = 65027,
- ckfinite = 195,
- clt = 65028,
- clt_un = 65029,
- conf_ovf_u1_un = 134,
- conv_i = 211,
- conv_i1 = 103,
- conv_i2 = 104,
- conv_i4 = 105,
- conv_i8 = 106,
- conv_ovf_i = 212,
- conv_ovf_i1 = 179,
- conv_ovf_i1_un = 130,
- conv_ovf_i2 = 181,
- conv_ovf_i2_un = 131,
- conv_ovf_i4 = 183,
- conv_ovf_i4_un = 132,
- conv_ovf_i8 = 185,
- conv_ovf_i8_un = 133,
- conv_ovf_i_un = 138,
- conv_ovf_u = 213,
- conv_ovf_u1 = 180,
- conv_ovf_u2 = 182,
- conv_ovf_u2_un = 135,
- conv_ovf_u4 = 184,
- conv_ovf_u4_un = 136,
- conv_ovf_u8 = 186,
- conv_ovf_u8_un = 137,
- conv_ovf_u_un = 139,
- conv_r4 = 107,
- conv_r8 = 108,
- conv_r_un = 118,
- conv_u = 224,
- conv_u1 = 210,
- conv_u2 = 209,
- conv_u4 = 109,
- conv_u8 = 110,
- cpblk = 65047,
- div = 91,
- div_un = 92,
- dup = 37,
- endfilter = 65041,
- endfinally = 220,
- initblk = 65048,
- ldarg_0 = 2,
- ldarg_1 = 3,
- ldarg_2 = 4,
- ldarg_3 = 5,
- ldc_i4_0 = 22,
- ldc_i4_1 = 23,
- ldc_i4_2 = 24,
- ldc_i4_3 = 25,
- ldc_i4_4 = 26,
- ldc_i4_5 = 27,
- ldc_i4_6 = 28,
- ldc_i4_7 = 29,
- ldc_i4_8 = 30,
- ldc_i4_m1 = 21,
- ldelem_i = 151,
- ldelem_i1 = 144,
- ldelem_i2 = 146,
- ldelem_i4 = 148,
- ldelem_i8 = 150,
- ldelem_r4 = 152,
- ldelem_r8 = 153,
- ldelem_ref = 154,
- ldelem_u1 = 145,
- ldelem_u2 = 147,
- ldelem_u4 = 149,
- ldind_i = 77,
- ldind_i1 = 70,
- ldind_i2 = 72,
- ldind_i4 = 74,
- ldind_i8 = 76,
- ldind_r4 = 78,
- ldind_r8 = 79,
- ldind_ref = 80,
- ldind_u1 = 71,
- ldind_u2 = 73,
- ldind_u4 = 75,
- ldlen = 142,
- ldloc_0 = 6,
- ldloc_1 = 7,
- ldloc_2 = 8,
- ldloc_3 = 9,
- ldnull = 20,
- localloc = 65039,
- mul = 90,
- mul_ovf = 216,
- mul_ovf_un = 217,
- neg = 101,
- nop = 0,
- not = 102,
- or = 96,
- pop = 38,
- readonly_ = 65054,
- refanytype = 65053,
- rem = 93,
- rem_un = 94,
- ret = 42,
- rethrow = 65050,
- shl = 98,
- shr = 99,
- shr_un = 100,
- stelem_i = 155,
- stelem_i1 = 156,
- stelem_i2 = 157,
- stelem_i4 = 158,
- stelem_i8 = 159,
- stelem_r4 = 160,
- stelem_r8 = 161,
- stelem_ref = 162,
- stind_i = 223,
- stind_i1 = 82,
- stind_i2 = 83,
- stind_i4 = 84,
- stind_i8 = 85,
- stind_r4 = 86,
- stind_r8 = 87,
- stind_ref = 81,
- stloc_0 = 10,
- stloc_1 = 11,
- stloc_2 = 12,
- stloc_3 = 13,
- sub = 89,
- sub_ovf = 218,
- sub_ovf_un = 219,
- tail_ = 65044,
- throwOp = 122,
- volatile_ = 65043,
- xor = 97,
- }
- public partial class Param : PEAPI.MetaDataElement
- {
- public Param(PEAPI.ParamAttr mode, string parName, PEAPI.Type parType) { }
- public bool HasMarshalInfo { get { throw null; } }
- public void AddDefaultValue(PEAPI.Constant cVal) { }
- public void AddMarshallInfo(PEAPI.NativeType marshallType) { }
- }
- public enum ParamAttr
- {
- Default = 0,
- HasDefault = 4096,
- HasFieldMarshal = 8192,
- In = 1,
- Opt = 16,
- Out = 2,
- }
- public partial class PEFile
- {
- public PEFile(string name, bool isDLL, bool hasAssembly) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, System.IO.Stream outStream) { }
- public PEAPI.ClassDef ModuleClass { get { throw null; } }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class superType) { throw null; }
- public void AddCustomAttribute(PEAPI.Method meth, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, PEAPI.PermissionSet ps, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddExternalManagedResource(PEAPI.ManifestResource mr) { }
- public void AddExternalManagedResource(string resName, PEAPI.AssemblyRef assem, uint flags) { }
- public PEAPI.AssemblyRef AddExternAssembly(string assemName) { throw null; }
- public PEAPI.ClassRef AddExternClass(string ns, string name, PEAPI.TypeAttr attrs, PEAPI.MetaDataElement declRef) { throw null; }
- public PEAPI.ModuleRef AddExternModule(string name) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr attrSet, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldRef AddFieldToTypeSpec(PEAPI.Type item, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FileRef AddFile(string fName, byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- public void AddGenericClass(PEAPI.GenericTypeInst gti) { }
- public void AddGenericParam(PEAPI.GenParam param) { }
- public void AddManifestResource(PEAPI.ManifestResource mr) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.Method AddMethodSpec(PEAPI.Method m, PEAPI.GenericMethodSig g_sig) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassDef AddValueClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.ValueClass vClass) { throw null; }
- public PEAPI.MethodRef AddVarArgMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.ManifestResource GetResource(string name) { throw null; }
- public PEAPI.ManifestResource[] GetResources() { throw null; }
- public PEAPI.Assembly GetThisAssembly() { throw null; }
- public PEAPI.Module GetThisModule() { throw null; }
- public void SetCorFlags(int flags) { }
- public void SetStackReserve(long stackReserve) { }
- public void SetSubSystem(PEAPI.SubSystem subS) { }
- public void WritePEFile() { }
- }
- public partial class PEFileException : System.Exception
- {
- public PEFileException(string msg) { }
- }
- public partial class Permission
- {
- public Permission(PEAPI.Type type, string name) { }
- public void AddMember(PEAPI.PermissionMember member) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionMember
- {
- public PermissionMember(System.Reflection.MemberTypes member_type, PEAPI.Type type, string name, object value) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionSet
- {
- public PermissionSet(PEAPI.SecurityAction sec_action) { }
- public void AddPermission(PEAPI.Permission perm) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public enum PInvokeAttr
- {
- ansi = 2,
- autochar = 6,
- bestfit_mask = 48,
- bestfit_off = 32,
- bestfit_on = 16,
- cdecl = 512,
- charmaperror_off = 8192,
- charmaperror_on = 4096,
- fastcall = 1280,
- lasterr = 64,
- nomangle = 1,
- stdcall = 768,
- thiscall = 1024,
- unicode = 4,
- winapi = 256,
- }
- public partial class PrimitiveType : PEAPI.Type
- {
- internal PrimitiveType() { }
- public static readonly PEAPI.PrimitiveType Boolean;
- public static readonly PEAPI.PrimitiveType Char;
- public static readonly PEAPI.PrimitiveType Float32;
- public static readonly PEAPI.PrimitiveType Float64;
- public static readonly PEAPI.PrimitiveType Int16;
- public static readonly PEAPI.PrimitiveType Int32;
- public static readonly PEAPI.PrimitiveType Int64;
- public static readonly PEAPI.PrimitiveType Int8;
- public static readonly PEAPI.PrimitiveType IntPtr;
- public static readonly PEAPI.PrimitiveType NativeInt;
- public static readonly PEAPI.PrimitiveType NativeUInt;
- public static int NumSystemTypes;
- public static readonly PEAPI.PrimitiveType Object;
- public static readonly PEAPI.PrimitiveType String;
- public static readonly PEAPI.PrimitiveType TypedRef;
- public static readonly PEAPI.PrimitiveType UInt16;
- public static readonly PEAPI.PrimitiveType UInt32;
- public static readonly PEAPI.PrimitiveType UInt64;
- public static readonly PEAPI.PrimitiveType UInt8;
- public static readonly PEAPI.PrimitiveType UIntPtr;
- public static readonly PEAPI.PrimitiveType Void;
- }
- public partial class Property : PEAPI.Feature
- {
- internal Property() { }
- public void AddGetter(PEAPI.MethodDef getter) { }
- public void AddInitValue(PEAPI.Constant constVal) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddSetter(PEAPI.MethodDef setter) { }
- public void SetInstance(bool isInstance) { }
- }
- public abstract partial class PtrType : PEAPI.Type
- {
- internal PtrType() { }
- }
- public partial class RepeatedConstant : PEAPI.DataConstant
- {
- public RepeatedConstant(PEAPI.DataConstant dConst, int repeatCount) { }
- }
- public abstract partial class ResolutionScope : PEAPI.MetaDataElement, PEAPI.IResolutionScope
- {
- internal ResolutionScope() { }
- protected PEAPI.MetaData metaData;
- protected string name;
- protected uint nameIx;
- }
- public partial class SafeArray : PEAPI.NativeType
- {
- public SafeArray() { }
- public SafeArray(PEAPI.SafeArrayType elemType) { }
- }
- public enum SafeArrayType
- {
- boolean = 11,
- bstr = 8,
- currency = 6,
- date = 7,
- Decimal = 14,
- dispatch = 9,
- error = 10,
- float32 = 4,
- float64 = 5,
- Int = 22,
- int16 = 2,
- int32 = 3,
- int8 = 16,
- UInt = 23,
- uint16 = 18,
- uint32 = 19,
- uint8 = 17,
- unknown = 13,
- variant = 12,
- }
- public enum SecurityAction : short
- {
- Assert = (short)3,
- Demand = (short)2,
- DemandChoice = (short)18,
- Deny = (short)4,
- InheritDemand = (short)7,
- InheritDemandChoice = (short)17,
- LinkDemand = (short)6,
- LinkDemandChoice = (short)16,
- NonCasDemand = (short)13,
- NonCasInheritance = (short)15,
- NonCasLinkDemand = (short)14,
- PermitOnly = (short)5,
- PreJitDeny = (short)12,
- PreJitGrant = (short)11,
- Request = (short)1,
- RequestMinimum = (short)8,
- RequestOptional = (short)9,
- RequestRefuse = (short)10,
- }
- public partial class Sentinel : PEAPI.Type
- {
- public Sentinel() { }
- }
- public abstract partial class Signature : PEAPI.MetaDataElement
- {
- internal Signature() { }
- protected uint sigIx;
- }
- public partial class StringConst : PEAPI.DataConstant
- {
- public StringConst(string val) { }
- }
- public enum SubSystem
- {
- Native = 1,
- Native_Windows = 8,
- OS2_CUI = 5,
- POSIX_CUI = 7,
- Windows_CE_GUI = 9,
- Windows_CUI = 3,
- Windows_GUI = 2,
- }
- public partial class TryBlock : PEAPI.CodeBlock
- {
- protected bool fatFormat;
- protected int flags;
- public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public void AddHandler(PEAPI.HandlerBlock handler) { }
- }
- public abstract partial class Type : PEAPI.MetaDataElement
- {
- internal Type() { }
- protected byte typeIndex;
- protected PEAPI.TypeSpec typeSpec;
- }
- [System.FlagsAttribute]
- public enum TypeAttr
- {
- Abstract = 128,
- AutoClass = 131072,
- BeforeFieldInit = 1048576,
- ExplicitLayout = 16,
- Forwarder = 2097152,
- HasSecurity = 262144,
- Import = 4096,
- Interface = 32,
- NestedAssembly = 5,
- NestedFamAndAssem = 6,
- NestedFamily = 4,
- NestedFamOrAssem = 7,
- NestedPrivate = 3,
- NestedPublic = 2,
- Private = 0,
- Public = 1,
- PublicAbstract = 129,
- PublicSealed = 257,
- RTSpecialName = 2048,
- Sealed = 256,
- SequentialLayout = 8,
- Serializable = 8192,
- SpecialName = 1024,
- UnicodeClass = 65536,
- VisibilityMask = 7,
- }
- public enum TypeOp
- {
- box = 140,
- castclass = 116,
- constrained = 65046,
- cpobj = 112,
- initobj = 65045,
- isinst = 117,
- ldelem = 163,
- ldelema = 143,
- ldobj = 113,
- ldtoken = 208,
- mkrefany = 198,
- newarr = 141,
- refanyval = 194,
- sizeOf = 65052,
- stelem = 164,
- stobj = 129,
- unbox = 121,
- unbox_any = 165,
- }
- public partial class TypeSignatureException : System.Exception
- {
- public TypeSignatureException(string msg) { }
- }
- public partial class TypeSpec : PEAPI.MetaDataElement
- {
- internal TypeSpec() { }
- }
- public partial class UIntConst : PEAPI.Constant
- {
- public UIntConst(byte val) { }
- public UIntConst(ushort val) { }
- public UIntConst(uint val) { }
- public UIntConst(ulong val) { }
- }
- public partial class UnmanagedPointer : PEAPI.PtrType
- {
- public UnmanagedPointer(PEAPI.Type baseType) { }
- }
- public enum ValueClass
- {
- Enum = 1,
- ValueType = 0,
- }
- public partial class ZeroBasedArray : PEAPI.Array
- {
- public ZeroBasedArray(PEAPI.Type elementType) { }
- }
-}
diff --git a/src/v4.0/RabbitMQ.Client.cs b/src/v4.0/RabbitMQ.Client.cs
deleted file mode 100644
index 671b703..0000000
--- a/src/v4.0/RabbitMQ.Client.cs
+++ /dev/null
@@ -1,9411 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace RabbitMQ.Client
-{
- public partial class AmqpTcpEndpoint
- {
- public const int UseDefaultPort = -1;
- public AmqpTcpEndpoint() { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(string hostName) { }
- public AmqpTcpEndpoint(string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(System.Uri uri) { }
- public string HostName { get { throw null; } set { } }
- public int Port { get { throw null; } set { } }
- public RabbitMQ.Client.IProtocol Protocol { get { throw null; } set { } }
- public RabbitMQ.Client.SslOption Ssl { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint Parse(RabbitMQ.Client.IProtocol protocol, string address) { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint[] ParseMultiple(RabbitMQ.Client.IProtocol protocol, string addresses) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AmqpTimestamp
- {
- public AmqpTimestamp(long unixTime) { throw null;}
- public long UnixTime { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class AmqpVersion
- {
- public AmqpVersion(int major, int minor) { }
- public int Major { get { throw null; } }
- public int Minor { get { throw null; } }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class BasicGetResult
- {
- public BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } }
- public byte[] Body { get { throw null; } }
- public ulong DeliveryTag { get { throw null; } }
- public string Exchange { get { throw null; } }
- public uint MessageCount { get { throw null; } }
- public bool Redelivered { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- }
- public partial class BinaryTableValue
- {
- public BinaryTableValue() { }
- public BinaryTableValue(byte[] bytes) { }
- public byte[] Bytes { get { throw null; } set { } }
- }
- public partial class ConnectionFactory
- {
- public System.Collections.IDictionary ClientProperties;
- public const ushort DefaultChannelMax = (ushort)0;
- public const uint DefaultFrameMax = (uint)0;
- public const ushort DefaultHeartbeat = (ushort)0;
- public const string DefaultPass = "guest";
- public const string DefaultUser = "guest";
- public const string DefaultVHost = "/";
- public string HostName;
- public string Password;
- public int Port;
- public RabbitMQ.Client.IProtocol Protocol;
- public ushort RequestedChannelMax;
- public uint RequestedFrameMax;
- public ushort RequestedHeartbeat;
- public RabbitMQ.Client.SslOption Ssl;
- public string UserName;
- public string VirtualHost;
- public ConnectionFactory() { }
- public string Address { get { throw null; } set { } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } set { } }
- public virtual RabbitMQ.Client.IConnection CreateConnection() { throw null; }
- public virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects) { throw null; }
- protected virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, params RabbitMQ.Client.AmqpTcpEndpoint[] endpoints) { throw null; }
- protected virtual RabbitMQ.Client.IConnection FollowRedirectChain(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, ref RabbitMQ.Client.AmqpTcpEndpoint[] mostRecentKnownHosts, RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- }
- public partial class DefaultBasicConsumer : RabbitMQ.Client.IBasicConsumer
- {
- public DefaultBasicConsumer() { }
- public DefaultBasicConsumer(RabbitMQ.Client.IModel model) { }
- public string ConsumerTag { get { throw null; } set { } }
- public bool IsRunning { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- public virtual void HandleBasicCancelOk(string consumerTag) { }
- public virtual void HandleBasicConsumeOk(string consumerTag) { }
- public virtual void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnCancel() { }
- }
- public partial class ExchangeType
- {
- internal ExchangeType() { }
- public const string Direct = "direct";
- public const string Fanout = "fanout";
- public const string Topic = "topic";
- public static System.Collections.ICollection All() { throw null; }
- }
- public partial interface IBasicConsumer
- {
- RabbitMQ.Client.IModel Model { get; }
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body);
- void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface IBasicProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string AppId { get; set; }
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string CorrelationId { get; set; }
- byte DeliveryMode { get; set; }
- string Expiration { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.PublicationAddress ReplyToAddress { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- string Type { get; set; }
- string UserId { get; set; }
- void ClearAppId();
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearCorrelationId();
- void ClearDeliveryMode();
- void ClearExpiration();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- void ClearType();
- void ClearUserId();
- bool IsAppIdPresent();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsCorrelationIdPresent();
- bool IsDeliveryModePresent();
- bool IsExpirationPresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- bool IsTypePresent();
- bool IsUserIdPresent();
- void SetPersistent(bool persistent);
- }
- public partial interface IConnection : System.IDisposable
- {
- bool AutoClose { get; set; }
- ushort ChannelMax { get; }
- System.Collections.IDictionary ClientProperties { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- bool IsOpen { get; }
- RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get; }
- RabbitMQ.Client.IProtocol Protocol { get; }
- System.Collections.IDictionary ServerProperties { get; }
- System.Collections.IList ShutdownReport { get; }
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown;
- void Abort();
- void Abort(int timeout);
- void Abort(ushort reasonCode, string reasonText);
- void Abort(ushort reasonCode, string reasonText, int timeout);
- void Close();
- void Close(int timeout);
- void Close(ushort reasonCode, string reasonText);
- void Close(ushort reasonCode, string reasonText, int timeout);
- RabbitMQ.Client.IModel CreateModel();
- }
- public partial interface IContentHeader : System.ICloneable
- {
- int ProtocolClassId { get; }
- string ProtocolClassName { get; }
- }
- public partial interface IFileProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string Filename { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearFilename();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsFilenamePresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- }
- public partial interface IMethod
- {
- int ProtocolClassId { get; }
- int ProtocolMethodId { get; }
- string ProtocolMethodName { get; }
- }
- public partial interface IModel : System.IDisposable
- {
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn;
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown;
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort(ushort replyCode, string replyText);
- void BasicAck(ulong deliveryTag, bool multiple);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicCancel(string consumerTag);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- void BasicRecover(bool requeue);
- void BasicReject(ulong deliveryTag, bool requeue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "active")]void ChannelFlow(bool active);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close(ushort replyCode, string replyText);
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("basic")]
- RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("file")]
- RabbitMQ.Client.IFileProperties CreateFileProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("stream")]
- RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- void DtxSelect();
- void DtxStart(string dtxIdentifier);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type, bool durable);
- void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- void ExchangeDelete(string exchange, bool ifUnused, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait);
- void QueueBind(string queue, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue, bool durable);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "queue")]string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueuePurge(string queue, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8qpid")]
- void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- void TxCommit();
- void TxRollback();
- void TxSelect();
- }
- public partial interface IProtocol
- {
- string ApiName { get; }
- int DefaultPort { get; }
- int MajorVersion { get; }
- int MinorVersion { get; }
- RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- }
- public partial interface IStreamProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- byte Priority { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearContentEncoding();
- void ClearContentType();
- void ClearHeaders();
- void ClearPriority();
- void ClearTimestamp();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsHeadersPresent();
- bool IsPriorityPresent();
- bool IsTimestampPresent();
- }
- public partial class Protocols
- {
- internal Protocols() { }
- public static readonly string DefaultAppSettingsKey;
- public static readonly string EnvironmentVariable;
- public static RabbitMQ.Client.IProtocol AMQP_0_8 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_8_QPID { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_9 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol DefaultProtocol { get { throw null; } }
- public static RabbitMQ.Client.IProtocol FromConfiguration() { throw null; }
- public static RabbitMQ.Client.IProtocol FromConfiguration(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment() { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironmentVariable() { throw null; }
- public static RabbitMQ.Client.IProtocol Lookup(string name) { throw null; }
- public static RabbitMQ.Client.IProtocol SafeLookup(string name) { throw null; }
- }
- public partial class PublicationAddress
- {
- public static readonly System.Text.RegularExpressions.Regex PSEUDO_URI_PARSER;
- public PublicationAddress(string exchangeType, string exchangeName, string routingKey) { }
- public string ExchangeName { get { throw null; } }
- public string ExchangeType { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- public static RabbitMQ.Client.PublicationAddress Parse(string uriLikeString) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class QueueingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- protected RabbitMQ.Util.SharedQueue m_queue;
- public QueueingBasicConsumer() { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model) { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model, RabbitMQ.Util.SharedQueue queue) { }
- public RabbitMQ.Util.SharedQueue Queue { get { throw null; } }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void OnCancel() { }
- }
- public partial class ShutdownEventArgs : System.EventArgs
- {
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, object cause) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause) { }
- public object Cause { get { throw null; } }
- public ushort ClassId { get { throw null; } }
- public RabbitMQ.Client.ShutdownInitiator Initiator { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public ushort ReplyCode { get { throw null; } }
- public string ReplyText { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public enum ShutdownInitiator
- {
- Application = 0,
- Library = 1,
- Peer = 2,
- }
- public partial class ShutdownReportEntry
- {
- public string m_description;
- public System.Exception m_ex;
- public ShutdownReportEntry(string description, System.Exception ex) { }
- public string Description { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class SslHelper
- {
- internal SslHelper() { }
- public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption sslOption) { throw null; }
- }
- public partial class SslOption
- {
- public SslOption() { }
- public SslOption(string serverName) { }
- public SslOption(string serverName, string certPath, bool enabled) { }
- public System.Net.Security.SslPolicyErrors AcceptablePolicyErrors { get { throw null; } set { } }
- public string CertPassphrase { get { throw null; } set { } }
- public string CertPath { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection Certs { get { throw null; } }
- public bool Enabled { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public System.Security.Authentication.SslProtocols Version { get { throw null; } set { } }
- }
-}
-namespace RabbitMQ.Client.Apigen.Attributes
-{
- public abstract partial class AmqpApigenAttribute : System.Attribute
- {
- public string m_namespaceName;
- public AmqpApigenAttribute(string namespaceName) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpAsynchronousHandlerAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpAsynchronousHandlerAttribute(string namespaceName) : base (default(string)) { }
- }
- public partial class AmqpContentBodyMappingAttribute : System.Attribute
- {
- public AmqpContentBodyMappingAttribute() { }
- }
- public partial class AmqpContentHeaderFactoryAttribute : System.Attribute
- {
- public string m_contentClass;
- public AmqpContentHeaderFactoryAttribute(string contentClass) { }
- }
- public partial class AmqpContentHeaderMappingAttribute : System.Attribute
- {
- public AmqpContentHeaderMappingAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpFieldMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_fieldName;
- public AmqpFieldMappingAttribute(string namespaceName, string fieldName) : base (default(string)) { }
- }
- public partial class AmqpForceOneWayAttribute : System.Attribute
- {
- public AmqpForceOneWayAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodDoNotImplementAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpMethodDoNotImplementAttribute(string namespaceName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_className;
- public string m_methodName;
- public AmqpMethodMappingAttribute(string namespaceName, string className, string methodName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpNowaitArgumentAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_replacementExpression;
- public AmqpNowaitArgumentAttribute(string namespaceName) : base (default(string)) { }
- public AmqpNowaitArgumentAttribute(string namespaceName, string replacementExpression) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpUnsupportedAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpUnsupportedAttribute(string namespaceName) : base (default(string)) { }
- }
-}
-namespace RabbitMQ.Client.Content
-{
- public partial class BasicMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- public const int DefaultAccumulatorSize = 1024;
- protected System.IO.MemoryStream m_accumulator;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public BasicMessageBuilder(RabbitMQ.Client.IModel model) { }
- public BasicMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) { }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryWriter Writer { get { throw null; } }
- public virtual byte[] GetContentBody() { throw null; }
- public virtual RabbitMQ.Client.IContentHeader GetContentHeader() { throw null; }
- public virtual string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length) { throw null; }
- }
- public partial class BasicMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- protected byte[] m_body;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryReader m_reader;
- protected System.IO.MemoryStream m_stream;
- public BasicMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public byte[] BodyBytes { get { throw null; } }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryReader Reader { get { throw null; } }
- public int RawRead() { throw null; }
- public int RawRead(byte[] target, int offset, int length) { throw null; }
- }
- public partial class BytesMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IBytesMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- public BytesMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public BytesMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class BytesMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IBytesMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- public BytesMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public int Read(byte[] target, int offset, int count) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class BytesWireFormatting
- {
- public BytesWireFormatting() { }
- public static int Read(RabbitMQ.Util.NetworkBinaryReader reader, byte[] target, int offset, int count) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader, int count) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void Write(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source, int offset, int count) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public partial interface IBytesMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value);
- }
- public partial interface IBytesMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- int Read(byte[] target, int offset, int count);
- byte ReadByte();
- byte[] ReadBytes(int count);
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- float ReadSingle();
- string ReadString();
- }
- public partial interface IMapMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMapMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMessageBuilder
- {
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- byte[] GetContentBody();
- RabbitMQ.Client.IContentHeader GetContentHeader();
- string GetDefaultContentType();
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length);
- }
- public partial interface IMessageReader
- {
- byte[] BodyBytes { get; }
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- int RawRead();
- int RawRead(byte[] target, int offset, int length);
- }
- public partial interface IStreamMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value);
- }
- public partial interface IStreamMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- bool ReadBool();
- byte ReadByte();
- byte[] ReadBytes();
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- object ReadObject();
- object[] ReadObjects();
- float ReadSingle();
- string ReadString();
- }
- public partial class MapMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMapMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public MapMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- public override byte[] GetContentBody() { throw null; }
- public override string GetDefaultContentType() { throw null; }
- }
- public partial class MapMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMapMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- }
- public partial class MapWireFormatting
- {
- public MapWireFormatting() { }
- public static System.Collections.IDictionary ReadMap(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteMap(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary table) { }
- }
- public partial class PrimitiveParser
- {
- public PrimitiveParser() { }
- public static void InvalidConversion(string target, object source) { }
- public static bool ParseBool(string value) { throw null; }
- public static byte ParseByte(string value) { throw null; }
- public static double ParseDouble(string value) { throw null; }
- public static float ParseFloat(string value) { throw null; }
- public static int ParseInt(string value) { throw null; }
- public static long ParseLong(string value) { throw null; }
- public static short ParseShort(string value) { throw null; }
- }
- public partial class StreamMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder, RabbitMQ.Client.Content.IStreamMessageBuilder
- {
- public static readonly string MimeType;
- public StreamMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public StreamMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class StreamMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMessageReader, RabbitMQ.Client.Content.IStreamMessageReader
- {
- public static readonly string MimeType;
- public StreamMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public bool ReadBool() { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes() { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public object ReadObject() { throw null; }
- public object[] ReadObjects() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class StreamWireFormatting
- {
- public StreamWireFormatting() { }
- public static bool ReadBool(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadNonnullObject(string target, RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadObject(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadUntypedString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteBool(RabbitMQ.Util.NetworkBinaryWriter writer, bool value) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value, int offset, int length) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteObject(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- public static void WriteUntypedString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public enum StreamWireFormattingTag
- {
- Bool = 1,
- Byte = 2,
- Bytes = 3,
- Char = 5,
- Double = 9,
- Int16 = 4,
- Int32 = 6,
- Int64 = 7,
- Null = 11,
- Single = 8,
- String = 10,
- }
-}
-namespace RabbitMQ.Client.Events
-{
- public partial class BasicDeliverEventArgs : System.EventArgs
- {
- public BasicDeliverEventArgs() { }
- public BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string ConsumerTag { get { throw null; } set { } }
- public ulong DeliveryTag { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public bool Redelivered { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicDeliverEventHandler(RabbitMQ.Client.IBasicConsumer sender, RabbitMQ.Client.Events.BasicDeliverEventArgs args);
- public partial class BasicReturnEventArgs : System.EventArgs
- {
- public BasicReturnEventArgs() { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public ushort ReplyCode { get { throw null; } set { } }
- public string ReplyText { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicReturnEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.Events.BasicReturnEventArgs args);
- public partial class CallbackExceptionEventArgs : System.EventArgs
- {
- public CallbackExceptionEventArgs(System.Exception exception) { }
- public System.Collections.IDictionary Detail { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- }
- public delegate void CallbackExceptionEventHandler(object sender, RabbitMQ.Client.Events.CallbackExceptionEventArgs e);
- public delegate void ConnectionShutdownEventHandler(RabbitMQ.Client.IConnection connection, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ConsumerEventArgs : System.EventArgs
- {
- public ConsumerEventArgs(string consumerTag) { }
- public string ConsumerTag { get { throw null; } }
- }
- public delegate void ConsumerEventHandler(object sender, RabbitMQ.Client.Events.ConsumerEventArgs e);
- public delegate void ConsumerShutdownEventHandler(object sender, RabbitMQ.Client.ShutdownEventArgs e);
- public partial class EventingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- public EventingBasicConsumer() { }
- public event RabbitMQ.Client.Events.BasicDeliverEventHandler Received { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Registered { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerShutdownEventHandler Shutdown { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Unregistered { add { } remove { } }
- public override void HandleBasicCancelOk(string consumerTag) { }
- public override void HandleBasicConsumeOk(string consumerTag) { }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public delegate void ModelShutdownEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
-}
-namespace RabbitMQ.Client.Exceptions
-{
- public partial class AlreadyClosedException : RabbitMQ.Client.Exceptions.OperationInterruptedException
- {
- public AlreadyClosedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class BrokerUnreachableException : System.IO.IOException
- {
- public BrokerUnreachableException(System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors) { }
- public System.Collections.IDictionary ConnectionAttempts { get { throw null; } }
- public System.Collections.IDictionary ConnectionErrors { get { throw null; } }
- public override System.Collections.IDictionary Data { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChannelAllocationException : System.Exception
- {
- public ChannelAllocationException() { }
- public ChannelAllocationException(int channel) { }
- public int Channel { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OperationInterruptedException : System.Exception
- {
- protected RabbitMQ.Client.ShutdownEventArgs m_shutdownReason;
- protected OperationInterruptedException() { }
- public OperationInterruptedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- protected OperationInterruptedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- protected OperationInterruptedException(string message) { }
- protected OperationInterruptedException(string message, System.Exception inner) { }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class PacketNotRecognizedException : System.Net.ProtocolViolationException
- {
- public PacketNotRecognizedException(int transportHigh, int transportLow, int serverMajor, int serverMinor) { }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- public int TransportHigh { get { throw null; } }
- public int TransportLow { get { throw null; } }
- }
- public partial class PossibleAuthenticationFailureException : System.Exception
- {
- public PossibleAuthenticationFailureException(string msg, System.Exception inner) { }
- }
- public partial class ProtocolVersionMismatchException : System.Net.ProtocolViolationException
- {
- public ProtocolVersionMismatchException(int clientMajor, int clientMinor, int serverMajor, int serverMinor) { }
- public int ClientMajor { get { throw null; } }
- public int ClientMinor { get { throw null; } }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- }
- public partial class UnexpectedMethodException : System.Exception
- {
- public UnexpectedMethodException(RabbitMQ.Client.IMethod method) { }
- public RabbitMQ.Client.IMethod Method { get { throw null; } }
- }
- public partial class UnsupportedMethodException : System.NotSupportedException
- {
- public UnsupportedMethodException(string methodName) { }
- public string MethodName { get { throw null; } }
- }
- public partial class UnsupportedMethodFieldException : System.NotSupportedException
- {
- public UnsupportedMethodFieldException(string methodName, string fieldName) { }
- public string FieldName { get { throw null; } }
- public string MethodName { get { throw null; } }
- }
- public partial class WireFormattingException : System.Net.ProtocolViolationException
- {
- public WireFormattingException(string message) { }
- public WireFormattingException(string message, object offender) { }
- public object Offender { get { throw null; } }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8qpid
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecoverOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecoverOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 101;
- public BasicRecoverOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBound : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 22;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ExchangeBound() { }
- public ExchangeBound(string initExchange, string initRoutingKey, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBoundOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 23;
- public ushort m_replyCode;
- public string m_replyText;
- public ExchangeBoundOk() { }
- public ExchangeBoundOk(ushort initReplyCode, string initReplyText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_9
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IBasicConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 80;
- public ChannelOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public byte[] m_channelId;
- public ChannelOpenOk() { }
- public ChannelOpenOk(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelOpenOk.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPing : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPing, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 60;
- public ChannelPing() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPong : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPong, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 70;
- public ChannelPong() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 50;
- public byte[] m_channelId;
- public ChannelResume() { }
- public ChannelResume(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelResume.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Message = 120,
- Queue = 50,
- Stream = 80,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 51;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 42;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IFileConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageAppend : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageAppend, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 80;
- public byte[] m_bytes;
- public byte[] m_reference;
- public MessageAppend() { }
- public MessageAppend(byte[] initReference, byte[] initBytes) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Bytes { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public string m_destination;
- public MessageCancel() { }
- public MessageCancel(string initDestination) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCancel.Destination { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCheckpoint : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 90;
- public string m_identifier;
- public byte[] m_reference;
- public MessageCheckpoint() { }
- public MessageCheckpoint(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 70;
- public byte[] m_reference;
- public MessageClose() { }
- public MessageClose(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageClose.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public string m_destination;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public string m_queue;
- public ushort m_ticket;
- public MessageConsume() { }
- public MessageConsume(ushort initTicket, string initQueue, string initDestination, bool initNoLocal, bool initNoAck, bool initExclusive, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoLocal { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 510;
- public MessageEmpty() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public string m_destination;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public MessageGet() { }
- public MessageGet(ushort initTicket, string initQueue, string initDestination, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOffset : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOffset, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 530;
- public ulong m_value;
- public MessageOffset() { }
- public MessageOffset(ulong initValue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageOffset.Value { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 500;
- public MessageOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 60;
- public byte[] m_reference;
- public MessageOpen() { }
- public MessageOpen(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageOpen.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 110;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public MessageQos() { }
- public MessageQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 50;
- public bool m_requeue;
- public MessageRecover() { }
- public MessageRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 520;
- public ushort m_code;
- public string m_text;
- public MessageReject() { }
- public MessageReject(ushort initCode, string initText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageReject.Code { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageReject.Text { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 100;
- public string m_identifier;
- public byte[] m_reference;
- public MessageResume() { }
- public MessageResume(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageResume.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageResume.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageTransfer : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageTransfer, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public string m_appId;
- public System.Collections.IDictionary m_applicationHeaders;
- public byte[] m_body;
- public string m_contentEncoding;
- public string m_contentType;
- public string m_correlationId;
- public byte m_deliveryMode;
- public string m_destination;
- public string m_exchange;
- public RabbitMQ.Client.AmqpTimestamp m_expiration;
- public bool m_immediate;
- public string m_messageId;
- public byte m_priority;
- public bool m_redelivered;
- public string m_replyTo;
- public string m_routingKey;
- public byte[] m_securityToken;
- public ushort m_ticket;
- public RabbitMQ.Client.AmqpTimestamp m_timestamp;
- public string m_transactionId;
- public ulong m_ttl;
- public string m_userId;
- public MessageTransfer() { }
- public MessageTransfer(ushort initTicket, string initDestination, bool initRedelivered, bool initImmediate, ulong initTtl, byte initPriority, RabbitMQ.Client.AmqpTimestamp initTimestamp, byte initDeliveryMode, RabbitMQ.Client.AmqpTimestamp initExpiration, string initExchange, string initRoutingKey, string initMessageId, string initCorrelationId, string initReplyTo, string initContentType, string initContentEncoding, string initUserId, string initAppId, string initTransactionId, byte[] initSecurityToken, System.Collections.IDictionary initApplicationHeaders, byte[] initBody) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.AppId { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ApplicationHeaders { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Body { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentEncoding { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentType { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.CorrelationId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.DeliveryMode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Destination { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Exchange { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Expiration { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Immediate { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.MessageId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Priority { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ReplyTo { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.RoutingKey { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.SecurityToken { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ticket { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Timestamp { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.TransactionId { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ttl { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.UserId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IStreamConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8qpid
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicRecoverOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeBound : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- }
- public partial interface IExchangeBoundOk : RabbitMQ.Client.IMethod
- {
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8qpid.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_9
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NoConsumers = 313;
- public const int NoRoute = 312;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int PreconditionFailed = 406;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IChannelPing : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelPong : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelResume : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageAppend : RabbitMQ.Client.IMethod
- {
- byte[] Bytes { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageCancel : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- }
- public partial interface IMessageCheckpoint : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageClose : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageConsume : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageEmpty : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageGet : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageOffset : RabbitMQ.Client.IMethod
- {
- ulong Value { get; }
- }
- public partial interface IMessageOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageOpen : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IMessageRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IMessageReject : RabbitMQ.Client.IMethod
- {
- ushort Code { get; }
- string Text { get; }
- }
- public partial interface IMessageResume : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageTransfer : RabbitMQ.Client.IMethod
- {
- string AppId { get; }
- System.Collections.IDictionary ApplicationHeaders { get; }
- byte[] Body { get; }
- string ContentEncoding { get; }
- string ContentType { get; }
- string CorrelationId { get; }
- byte DeliveryMode { get; }
- string Destination { get; }
- string Exchange { get; }
- RabbitMQ.Client.AmqpTimestamp Expiration { get; }
- bool Immediate { get; }
- string MessageId { get; }
- byte Priority { get; }
- bool Redelivered { get; }
- string ReplyTo { get; }
- string RoutingKey { get; }
- byte[] SecurityToken { get; }
- ushort Ticket { get; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; }
- string TransactionId { get; }
- ulong Ttl { get; }
- string UserId { get; }
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_9.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Impl
-{
- public abstract partial class AbstractProtocolBase : RabbitMQ.Client.IProtocol
- {
- protected AbstractProtocolBase() { }
- public abstract string ApiName { get; }
- public abstract int DefaultPort { get; }
- public abstract int MajorVersion { get; }
- public abstract int MinorVersion { get; }
- public RabbitMQ.Client.AmqpVersion Version { get { throw null; } }
- public abstract bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd);
- public abstract void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- public abstract void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- public abstract RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- public abstract RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public abstract RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AssemblyState
- {
- Complete = 3,
- ExpectingContentBody = 2,
- ExpectingContentHeader = 1,
- ExpectingMethod = 0,
- }
- public abstract partial class BasicProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IBasicProperties, RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected BasicProperties() { }
- public abstract string AppId { get; set; }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string CorrelationId { get; set; }
- public abstract byte DeliveryMode { get; set; }
- public abstract string Expiration { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public RabbitMQ.Client.PublicationAddress ReplyToAddress { get { throw null; } set { } }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract string Type { get; set; }
- public abstract string UserId { get; set; }
- public abstract void ClearAppId();
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearCorrelationId();
- public abstract void ClearDeliveryMode();
- public abstract void ClearExpiration();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public abstract void ClearType();
- public abstract void ClearUserId();
- public override object Clone() { throw null; }
- public abstract bool IsAppIdPresent();
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsCorrelationIdPresent();
- public abstract bool IsDeliveryModePresent();
- public abstract bool IsExpirationPresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- public abstract bool IsTypePresent();
- public abstract bool IsUserIdPresent();
- public void SetPersistent(bool persistent) { }
- }
- public partial class ChannelErrorException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public ChannelErrorException(int channel) : base (default(string)) { }
- public int Channel { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class Command
- {
- public const int EmptyContentBodyFrameSize = 8;
- public byte[] m_body0;
- public System.Collections.ArrayList m_bodyN;
- public RabbitMQ.Client.Impl.ContentHeaderBase m_header;
- public RabbitMQ.Client.Impl.MethodBase m_method;
- public Command() { }
- public Command(RabbitMQ.Client.Impl.MethodBase method) { }
- public Command(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public byte[] Body { get { throw null; } }
- public RabbitMQ.Client.Impl.ContentHeaderBase Header { get { throw null; } }
- public RabbitMQ.Client.Impl.MethodBase Method { get { throw null; } }
- public void AppendBodyFragment(byte[] fragment) { }
- public static void CheckEmptyContentBodyFrameSize() { }
- public byte[] ConsolidateBody() { throw null; }
- public void Transmit(int channelNumber, RabbitMQ.Client.Impl.ConnectionBase connection) { }
- }
- public partial class CommandAssembler
- {
- public RabbitMQ.Client.Impl.Command m_command;
- public RabbitMQ.Client.Impl.AbstractProtocolBase m_protocol;
- public ulong m_remainingBodyBytes;
- public RabbitMQ.Client.Impl.AssemblyState m_state;
- public CommandAssembler(RabbitMQ.Client.Impl.AbstractProtocolBase protocol) { }
- public RabbitMQ.Client.Impl.Command HandleFrame(RabbitMQ.Client.Impl.Frame f) { throw null; }
- }
- public delegate void CommandHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd);
- public abstract partial class ConnectionBase : RabbitMQ.Client.IConnection, System.IDisposable
- {
- public static int ConnectionCloseTimeout;
- public static int HandshakeTimeout;
- public System.Threading.ManualResetEvent m_appContinuation;
- public RabbitMQ.Client.Events.CallbackExceptionEventHandler m_callbackException;
- public System.Collections.IDictionary m_clientProperties;
- public volatile bool m_closed;
- public volatile RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Client.Events.ConnectionShutdownEventHandler m_connectionShutdown;
- public readonly object m_eventLock;
- public RabbitMQ.Client.ConnectionFactory m_factory;
- public RabbitMQ.Client.Impl.IFrameHandler m_frameHandler;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public readonly RabbitMQ.Client.Impl.Frame m_heartbeatFrame;
- public System.Threading.AutoResetEvent m_heartbeatRead;
- public System.Threading.AutoResetEvent m_heartbeatWrite;
- public System.Guid m_id;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public int m_missedHeartbeats;
- public RabbitMQ.Client.Impl.ModelBase m_model0;
- public volatile bool m_running;
- public System.Collections.IDictionary m_serverProperties;
- public RabbitMQ.Client.Impl.MainSession m_session0;
- public RabbitMQ.Client.Impl.SessionManager m_sessionManager;
- public System.Collections.IList m_shutdownReport;
- public ConnectionBase(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { }
- public bool AutoClose { get { throw null; } set { } }
- public ushort ChannelMax { get { throw null; } }
- public System.Collections.IDictionary ClientProperties { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public uint FrameMax { get { throw null; } set { } }
- public ushort Heartbeat { get { throw null; } set { } }
- public bool IsOpen { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.AbstractProtocolBase Protocol { get { throw null; } }
- RabbitMQ.Client.IProtocol RabbitMQ.Client.IConnection.Protocol { get { throw null; } }
- public System.Collections.IDictionary ServerProperties { get { throw null; } set { } }
- public System.Collections.IList ShutdownReport { get { throw null; } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(int timeout) { }
- public void Abort(ushort reasonCode, string reasonText) { }
- public void Abort(ushort reasonCode, string reasonText, RabbitMQ.Client.ShutdownInitiator initiator, int timeout) { }
- public void Abort(ushort reasonCode, string reasonText, int timeout) { }
- public void Close() { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool abort, int timeout) { }
- public void Close(int timeout) { }
- public void Close(ushort reasonCode, string reasonText) { }
- public void Close(ushort reasonCode, string reasonText, int timeout) { }
- public void ClosingLoop() { }
- public RabbitMQ.Client.Impl.Command ConnectionCloseWrapper(ushort reasonCode, string reasonText) { throw null; }
- public RabbitMQ.Client.IModel CreateModel() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession(int channelNumber) { throw null; }
- public static System.Collections.IDictionary DefaultClientProperties() { throw null; }
- public void FinishClose() { }
- public void HandleDomainUnload(object sender, System.EventArgs ea) { }
- public void HandleMainLoopException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public bool HardProtocolExceptionHandler(RabbitMQ.Client.Impl.HardProtocolException hpe) { throw null; }
- public void HeartbeatReadLoop() { }
- public void HeartbeatWriteLoop() { }
- public void InternalClose(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void LogCloseError(string error, System.Exception ex) { }
- public void MainLoop() { }
- public void MainLoopIteration() { }
- public void NotifyHeartbeatThread() { }
- public void NotifyReceivedCloseOk() { }
- public void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public void OnShutdown() { }
- public void Open(bool insist) { }
- public void PrettyPrintShutdownReport() { }
- public void QuiesceChannel(RabbitMQ.Client.Impl.SoftProtocolException pe) { }
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- public void StartHeartbeatLoop(System.Threading.ThreadStart loop, string name) { }
- public void StartHeartbeatLoops() { }
- public void StartMainLoop() { }
- void System.IDisposable.Dispose() { }
- public void TerminateMainloop() { }
- public override string ToString() { throw null; }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame f) { }
- public delegate void ConnectionCloseDelegate(ushort replyCode, string replyText, ushort classId, ushort methodId);
- }
- public partial class ConnectionStartDetails
- {
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStartDetails() { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ConnectionTuneDetails
- {
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- }
- public abstract partial class ContentHeaderBase : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected ContentHeaderBase() { }
- public abstract int ProtocolClassId { get; }
- public abstract string ProtocolClassName { get; }
- public abstract void AppendPropertyDebugStringTo(System.Text.StringBuilder sb);
- public virtual object Clone() { throw null; }
- public ulong ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public abstract void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader);
- public abstract void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer);
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer, ulong bodySize) { }
- }
- public partial class ContentHeaderPropertyReader
- {
- protected ushort m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ContinuationBitSet { get { throw null; } }
- public void FinishPresence() { }
- public bool ReadBit() { throw null; }
- public void ReadFlagWord() { }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public bool ReadPresence() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class ContentHeaderPropertyWriter
- {
- protected int m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void FinishPresence() { }
- public void WriteBit(bool bit) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WritePresence(bool present) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class FileProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IFileProperties, System.ICloneable
- {
- protected FileProperties() { }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string Filename { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearFilename();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsFilenamePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class Frame
- {
- public System.IO.MemoryStream m_accumulator;
- public int m_channel;
- public byte[] m_payload;
- public int m_type;
- public Frame() { }
- public Frame(int type, int channel) { }
- public Frame(int type, int channel, byte[] payload) { }
- public int Channel { get { throw null; } }
- public byte[] Payload { get { throw null; } }
- public int Type { get { throw null; } }
- public void FinishWriting() { }
- public RabbitMQ.Util.NetworkBinaryReader GetReader() { throw null; }
- public RabbitMQ.Util.NetworkBinaryWriter GetWriter() { throw null; }
- public static void ProcessProtocolHeader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public static RabbitMQ.Client.Impl.Frame ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override string ToString() { throw null; }
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- }
- public abstract partial class HardProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected HardProtocolException(string message) : base (default(string)) { }
- }
- public partial interface IFrameHandler
- {
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- int Timeout { get; set; }
- void Close();
- RabbitMQ.Client.Impl.Frame ReadFrame();
- void SendHeader();
- void WriteFrame(RabbitMQ.Client.Impl.Frame frame);
- }
- public partial interface IFullModel : RabbitMQ.Client.IModel, System.IDisposable
- {
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "tune")]RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicGetEmpty();
- void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleChannelCloseOk();
- void HandleChannelFlow(bool active);
- void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleConnectionOpenOk(string knownHosts);
- void HandleConnectionRedirect(string host, string knownHosts);
- void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "cancel")]
- void _Private_BasicCancel(string consumerTag, bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "consume")]
- void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute("RabbitMQ.Client.Framing.v0_8qpid", "arguments"), RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8")]System.Collections.IDictionary filter);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "get")]
- void _Private_BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "publish")]
- void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close")]
- void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close-ok")]
- void _Private_ChannelCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "flow-ok")]
- void _Private_ChannelFlowOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "open")]
- void _Private_ChannelOpen(string outOfBand);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close")]
- void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close-ok")]
- void _Private_ConnectionCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "open")]
- void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- }
- public partial interface IRpcContinuation
- {
- void HandleCommand(RabbitMQ.Client.Impl.Command cmd);
- void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface ISession
- {
- int ChannelNumber { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.Impl.CommandHandler CommandReceived { get; set; }
- RabbitMQ.Client.IConnection Connection { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown;
- void Close(RabbitMQ.Client.ShutdownEventArgs reason);
- void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify);
- void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- void Notify();
- void Transmit(RabbitMQ.Client.Impl.Command cmd);
- }
- public partial class MainSession : RabbitMQ.Client.Impl.Session
- {
- public int m_closeClassId;
- public int m_closeMethodId;
- public int m_closeOkClassId;
- public int m_closeOkMethodId;
- public bool m_closeServerInitiated;
- public bool m_closing;
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate m_handler;
- public MainSession(RabbitMQ.Client.Impl.ConnectionBase connection) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate Handler { get { throw null; } set { } }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- public void SetSessionClosing(bool closeServerInitiated) { }
- public override void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- public delegate void SessionCloseDelegate();
- }
- public partial class MalformedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public MalformedFrameException(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class MethodArgumentReader
- {
- public MethodArgumentReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ReadBit() { throw null; }
- public byte[] ReadContent() { throw null; }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class MethodArgumentWriter
- {
- public MethodArgumentWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void Flush() { }
- public void WriteBit(bool val) { }
- public void WriteContent(byte[] val) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class MethodBase : RabbitMQ.Client.IMethod
- {
- protected MethodBase() { }
- public abstract bool HasContent { get; }
- public abstract int ProtocolClassId { get; }
- public abstract int ProtocolMethodId { get; }
- public abstract string ProtocolMethodName { get; }
- public abstract void AppendArgumentDebugStringTo(System.Text.StringBuilder sb);
- public abstract void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader);
- public abstract void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer);
- }
- public abstract partial class ModelBase : RabbitMQ.Client.IModel, RabbitMQ.Client.Impl.IFullModel, System.IDisposable
- {
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Util.BlockingCell m_connectionStartCell;
- public readonly System.Collections.IDictionary m_consumers;
- public RabbitMQ.Client.Impl.RpcContinuationQueue m_continuationQueue;
- public System.Threading.ManualResetEvent m_flowControlBlock;
- public RabbitMQ.Client.Impl.ISession m_session;
- public ModelBase(RabbitMQ.Client.Impl.ISession session) { }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- public event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn { add { } remove { } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(ushort replyCode, string replyText) { }
- public abstract void BasicAck(ulong deliveryTag, bool multiple);
- public void BasicCancel(string consumerTag) { }
- public string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck) { throw null; }
- public void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public abstract void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- public abstract void BasicRecover(bool requeue);
- public abstract void BasicReject(ulong deliveryTag, bool requeue);
- public abstract void ChannelFlow(bool active);
- public void Close() { }
- public void Close(ushort replyCode, string replyText) { }
- public void Close(ushort replyCode, string replyText, bool abort) { }
- public string ConnectionOpen(string virtualHost, string capabilities, bool insist) { throw null; }
- public abstract RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- public abstract void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- public abstract RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- public abstract RabbitMQ.Client.IFileProperties CreateFileProperties();
- public abstract RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- public abstract bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd);
- public abstract void DtxSelect();
- public abstract void DtxStart(string dtxIdentifier);
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void ExchangeDeclare(string exchange, string type) { }
- public void ExchangeDeclare(string exchange, string type, bool durable) { }
- public abstract void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments);
- public abstract void ExchangeDelete(string exchange, bool ifUnused, bool nowait);
- public void FinishClose() { }
- public void HandleBasicCancelOk(string consumerTag) { }
- public void HandleBasicConsumeOk(string consumerTag) { }
- public void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicGetEmpty() { }
- public void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleChannelCloseOk() { }
- public void HandleChannelFlow(bool active) { }
- public void HandleCommand(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd) { }
- public void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleConnectionOpenOk(string knownHosts) { }
- public void HandleConnectionRedirect(string host, string knownHosts) { }
- public void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales) { }
- public RabbitMQ.Client.Impl.MethodBase ModelRpc(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { throw null; }
- public void ModelSend(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public virtual void OnBasicReturn(RabbitMQ.Client.Events.BasicReturnEventArgs args) { }
- public virtual void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public virtual void OnModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void OnSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public abstract void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments);
- public string QueueDeclare() { throw null; }
- public string QueueDeclare(string queue) { throw null; }
- public string QueueDeclare(string queue, bool durable) { throw null; }
- public abstract string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments);
- public abstract uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait);
- public abstract uint QueuePurge(string queue, bool nowait);
- public abstract void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- void System.IDisposable.Dispose() { }
- public override string ToString() { throw null; }
- public void TransmitAndEnqueue(RabbitMQ.Client.Impl.Command cmd, RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public abstract void TxCommit();
- public abstract void TxRollback();
- public abstract void TxSelect();
- public abstract void _Private_BasicCancel(string consumerTag, bool nowait);
- public abstract void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter);
- public abstract void _Private_BasicGet(string queue, bool noAck);
- public abstract void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- public abstract void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ChannelCloseOk();
- public abstract void _Private_ChannelFlowOk();
- public abstract void _Private_ChannelOpen(string outOfBand);
- public abstract void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ConnectionCloseOk();
- public abstract void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- public partial class BasicConsumerRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.IBasicConsumer m_consumer;
- public string m_consumerTag;
- public BasicConsumerRpcContinuation() { }
- }
- public partial class BasicGetRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.BasicGetResult m_result;
- public BasicGetRpcContinuation() { }
- }
- public partial class ConnectionOpenContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public string m_host;
- public string m_knownHosts;
- public bool m_redirect;
- public ConnectionOpenContinuation() { }
- }
- }
- public abstract partial class ProtocolException : System.Net.ProtocolViolationException
- {
- protected ProtocolException(string message) { }
- public abstract ushort ReplyCode { get; }
- public virtual RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class QuiescingSession : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.ShutdownEventArgs m_reason;
- public int m_replyClassId;
- public int m_replyMethodId;
- public QuiescingSession(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber, RabbitMQ.Client.ShutdownEventArgs reason, int replyClassId, int replyMethodId) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public partial class RedirectException : System.Exception
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_host;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public RedirectException(RabbitMQ.Client.AmqpTcpEndpoint host, RabbitMQ.Client.AmqpTcpEndpoint[] knownHosts) { }
- public RedirectException(RabbitMQ.Client.IProtocol protocol, string host, string knownHosts) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Host { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } }
- public static RabbitMQ.Client.AmqpTcpEndpoint ParseHost(RabbitMQ.Client.IProtocol protocol, string host) { throw null; }
- }
- public partial class RpcContinuationQueue
- {
- public RabbitMQ.Client.Impl.IRpcContinuation m_outstandingRpc;
- public RpcContinuationQueue() { }
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.IRpcContinuation Next() { throw null; }
- }
- public partial class Session : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.Impl.CommandAssembler m_assembler;
- public Session(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SessionBase : RabbitMQ.Client.Impl.ISession
- {
- public readonly int m_channelNumber;
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public readonly RabbitMQ.Client.Impl.ConnectionBase m_connection;
- public SessionBase(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) { }
- public int ChannelNumber { get { throw null; } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.Impl.CommandHandler CommandReceived { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.ConnectionBase Connection { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- RabbitMQ.Client.IConnection RabbitMQ.Client.Impl.ISession.Connection { get { throw null; } }
- public event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown { add { } remove { } }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify) { }
- public abstract void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- public void Notify() { }
- public virtual void OnCommandReceived(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void OnConnectionShutdown(RabbitMQ.Client.IConnection conn, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnSessionShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public override string ToString() { throw null; }
- public virtual void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- }
- public partial class SessionManager
- {
- public readonly ushort ChannelMax;
- public SessionManager(RabbitMQ.Client.Impl.ConnectionBase connection, ushort channelMax) { }
- public bool AutoClose { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public void AutoCloseConnection() { }
- public void CheckAutoClose() { }
- public RabbitMQ.Client.Impl.ISession Create() { throw null; }
- public RabbitMQ.Client.Impl.ISession Create(int channelNumber) { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateInternal(int channelNumber) { throw null; }
- public void HandleSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.ISession Lookup(int number) { throw null; }
- public RabbitMQ.Client.Impl.ISession Swap(int channelNumber, RabbitMQ.Client.Impl.ISession replacement) { throw null; }
- }
- public delegate void SessionShutdownEventHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ShutdownContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public ShutdownContinuation() { }
- public virtual void OnShutdown(RabbitMQ.Client.IConnection sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnShutdown(RabbitMQ.Client.IModel sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual RabbitMQ.Client.ShutdownEventArgs Wait() { throw null; }
- }
- public partial class SimpleBlockingRpcContinuation : RabbitMQ.Client.Impl.IRpcContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public SimpleBlockingRpcContinuation() { }
- public virtual RabbitMQ.Client.Impl.Command GetReply() { throw null; }
- public virtual void HandleCommand(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class SocketFrameHandler_0_9 : RabbitMQ.Client.Impl.IFrameHandler
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_endpoint;
- public RabbitMQ.Util.NetworkBinaryReader m_reader;
- public System.Net.Sockets.TcpClient m_socket;
- public RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public const int WSAEWOULDBLOCK = 10035;
- public SocketFrameHandler_0_9(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public int Timeout { get { throw null; } set { } }
- public void Close() { }
- public RabbitMQ.Client.Impl.Frame ReadFrame() { throw null; }
- public void SendHeader() { }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SoftProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected SoftProtocolException(int channelNumber, string message) : base (default(string)) { }
- public int Channel { get { throw null; } }
- }
- public abstract partial class StreamProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IStreamProperties, System.ICloneable
- {
- protected StreamProperties() { }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract byte Priority { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearHeaders();
- public abstract void ClearPriority();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class SyntaxError : RabbitMQ.Client.Impl.HardProtocolException
- {
- public SyntaxError(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnexpectedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public RabbitMQ.Client.Impl.Frame m_frame;
- public UnexpectedFrameException(RabbitMQ.Client.Impl.Frame frame) : base (default(string)) { }
- public RabbitMQ.Client.Impl.Frame Frame { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnknownClassOrMethodException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public UnknownClassOrMethodException(ushort classId, ushort methodId) : base (default(string)) { }
- public ushort ClassId { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class WireFormatting
- {
- public WireFormatting() { }
- public static decimal AmqpToDecimal(byte scale, uint unsignedMantissa) { throw null; }
- public static void DecimalToAmqp(decimal value, out byte scale, out int mantissa) { scale = default(byte); mantissa = default(int); }
- public static System.Collections.IList ReadArray(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static decimal ReadDecimal(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadFieldValue(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static uint ReadLong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ulong ReadLonglong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadLongstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadOctet(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ushort ReadShort(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadShortstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static System.Collections.IDictionary ReadTable(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static RabbitMQ.Client.AmqpTimestamp ReadTimestamp(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteArray(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IList val) { }
- public static void WriteDecimal(RabbitMQ.Util.NetworkBinaryWriter writer, decimal value) { }
- public static void WriteFieldValue(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteLong(RabbitMQ.Util.NetworkBinaryWriter writer, uint val) { }
- public static void WriteLonglong(RabbitMQ.Util.NetworkBinaryWriter writer, ulong val) { }
- public static void WriteLongstr(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] val) { }
- public static void WriteOctet(RabbitMQ.Util.NetworkBinaryWriter writer, byte val) { }
- public static void WriteShort(RabbitMQ.Util.NetworkBinaryWriter writer, ushort val) { }
- public static void WriteShortstr(RabbitMQ.Util.NetworkBinaryWriter writer, string val) { }
- public static void WriteTable(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary val) { }
- public static void WriteTimestamp(RabbitMQ.Util.NetworkBinaryWriter writer, RabbitMQ.Client.AmqpTimestamp val) { }
- }
-}
-namespace RabbitMQ.Client.MessagePatterns
-{
- public partial class SimpleRpcClient : System.IDisposable
- {
- protected RabbitMQ.Client.IModel m_model;
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcClient(RabbitMQ.Client.IModel model) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, RabbitMQ.Client.PublicationAddress address) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string queueName) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string exchange, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.PublicationAddress Address { get { throw null; } set { } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public RabbitMQ.Client.MessagePatterns.Subscription Subscription { get { throw null; } }
- public int TimeoutMilliseconds { get { throw null; } set { } }
- public event System.EventHandler Disconnected { add { } remove { } }
- public event System.EventHandler TimedOut { add { } remove { } }
- public virtual RabbitMQ.Client.Events.BasicDeliverEventArgs Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { throw null; }
- public virtual byte[] Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual byte[] Call(byte[] body) { throw null; }
- public virtual object[] Call(params object[] args) { throw null; }
- public virtual void Cast(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public void Close() { }
- protected virtual void EnsureSubscription() { }
- public virtual void OnDisconnected() { }
- public virtual void OnTimedOut() { }
- protected virtual RabbitMQ.Client.Events.BasicDeliverEventArgs RetrieveReply(string correlationId) { throw null; }
- void System.IDisposable.Dispose() { }
- }
- public partial class SimpleRpcServer : System.IDisposable
- {
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcServer(RabbitMQ.Client.MessagePatterns.Subscription subscription) { }
- public bool Transactional { get { throw null; } }
- public void Close() { }
- public virtual byte[] HandleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual byte[] HandleSimpleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleSimpleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual void HandleStreamMessageCall(RabbitMQ.Client.Content.IStreamMessageBuilder replyWriter, bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, object[] args) { }
- public void MainLoop() { }
- public virtual void ProcessRequest(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void SetTransactional() { }
- void System.IDisposable.Dispose() { }
- }
- public partial class Subscription : System.Collections.IEnumerable, System.Collections.IEnumerator, System.IDisposable
- {
- protected volatile RabbitMQ.Client.QueueingBasicConsumer m_consumer;
- protected readonly object m_consumerLock;
- protected string m_consumerTag;
- protected RabbitMQ.Client.Events.BasicDeliverEventArgs m_latestEvent;
- protected RabbitMQ.Client.IModel m_model;
- protected bool m_noAck;
- protected string m_queueName;
- protected volatile bool m_shouldDelete;
- public Subscription(RabbitMQ.Client.IModel model) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, string exchangeName, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.IBasicConsumer Consumer { get { throw null; } }
- public string ConsumerTag { get { throw null; } }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs LatestEvent { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public bool NoAck { get { throw null; } }
- public string QueueName { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Ack() { }
- public void Ack(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void Bind(string exchangeName, string exchangeType, string routingKey) { }
- public void Close() { }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs Next() { throw null; }
- public bool Next(int millisecondsTimeout, out RabbitMQ.Client.Events.BasicDeliverEventArgs result) { result = default(RabbitMQ.Client.Events.BasicDeliverEventArgs); throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- void System.IDisposable.Dispose() { }
- }
-}
-namespace RabbitMQ.Util
-{
- public partial class BlockingCell
- {
- public BlockingCell() { }
- public object Value { get { throw null; } set { } }
- public bool GetValue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public static int validatedTimeout(int timeout) { throw null; }
- }
- public partial class DebugUtil
- {
- internal DebugUtil() { }
- public static void Dump(byte[] bytes) { }
- public static void Dump(byte[] bytes, System.IO.TextWriter writer) { }
- public static void DumpKeyValue(string key, object value, System.IO.TextWriter writer, int indent) { }
- public static void DumpProperties(object value, System.IO.TextWriter writer, int indent) { }
- }
- public partial class Either
- {
- internal Either() { }
- public RabbitMQ.Util.EitherAlternative Alternative { get { throw null; } }
- public object Value { get { throw null; } }
- public static RabbitMQ.Util.Either Left(object value) { throw null; }
- public static RabbitMQ.Util.Either Right(object value) { throw null; }
- }
- public enum EitherAlternative
- {
- Left = 0,
- Right = 1,
- }
- public partial class IntAllocator
- {
- public IntAllocator(int start, int end) { }
- public int Allocate() { throw null; }
- public void Free(int id) { }
- public bool Reserve(int id) { throw null; }
- public partial class IntervalList
- {
- public int End;
- public RabbitMQ.Util.IntAllocator.IntervalList Next;
- public int Start;
- public IntervalList(int start, int end) { }
- public static RabbitMQ.Util.IntAllocator.IntervalList FromArray(int[] xs, int length) { throw null; }
- public static RabbitMQ.Util.IntAllocator.IntervalList Merge(RabbitMQ.Util.IntAllocator.IntervalList x, RabbitMQ.Util.IntAllocator.IntervalList y) { throw null; }
- }
- }
- public partial class NetworkBinaryReader : System.IO.BinaryReader
- {
- public NetworkBinaryReader(System.IO.Stream input) : base (default(System.IO.Stream)) { }
- public NetworkBinaryReader(System.IO.Stream input, System.Text.Encoding encoding) : base (default(System.IO.Stream)) { }
- public override double ReadDouble() { throw null; }
- public override short ReadInt16() { throw null; }
- public override int ReadInt32() { throw null; }
- public override long ReadInt64() { throw null; }
- public override float ReadSingle() { throw null; }
- public override ushort ReadUInt16() { throw null; }
- public override uint ReadUInt32() { throw null; }
- public override ulong ReadUInt64() { throw null; }
- public static System.IO.BinaryReader TemporaryBinaryReader(byte[] bytes) { throw null; }
- }
- public partial class NetworkBinaryWriter : System.IO.BinaryWriter
- {
- public NetworkBinaryWriter(System.IO.Stream output) { }
- public NetworkBinaryWriter(System.IO.Stream output, System.Text.Encoding encoding) { }
- public static System.IO.BinaryWriter TemporaryBinaryWriter(int initialSize) { throw null; }
- public static byte[] TemporaryContents(System.IO.BinaryWriter w) { throw null; }
- public override void Write(double d) { }
- public override void Write(short i) { }
- public override void Write(int i) { }
- public override void Write(long i) { }
- public override void Write(float f) { }
- public override void Write(ushort i) { }
- public override void Write(uint i) { }
- public override void Write(ulong i) { }
- }
- public partial class Semaphore
- {
- public Semaphore() { }
- public Semaphore(int initialCount) { }
- public int Value { get { throw null; } }
- public void Release() { }
- public bool TryWait() { throw null; }
- public void Wait() { }
- }
- public partial class SharedQueue : System.Collections.IEnumerable
- {
- protected bool m_isOpen;
- protected System.Collections.Queue m_queue;
- public SharedQueue() { }
- public void Close() { }
- public object Dequeue() { throw null; }
- public bool Dequeue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public object DequeueNoWait(object defaultValue) { throw null; }
- public void Enqueue(object o) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class SharedQueueEnumerator : System.Collections.IEnumerator
- {
- protected object m_current;
- protected RabbitMQ.Util.SharedQueue m_queue;
- public SharedQueueEnumerator(RabbitMQ.Util.SharedQueue queue) { }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class XmlUtil
- {
- internal XmlUtil() { }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter() { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(System.IO.Stream stream) { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(string path) { throw null; }
- public static System.Xml.XmlDocument SerializeObject(System.Type serializationType, object obj) { throw null; }
- }
-}
diff --git a/src/v4.0/System.ServiceModel.cs b/src/v4.0/System.ServiceModel.cs
index 453c5df..7968442 100644
--- a/src/v4.0/System.ServiceModel.cs
+++ b/src/v4.0/System.ServiceModel.cs
@@ -621,229 +621,6 @@ namespace Mono.CodeGeneration
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.0/WebMatrix.Data.cs b/src/v4.0/WebMatrix.Data.cs
deleted file mode 100644
index 73caabe..0000000
--- a/src/v4.0/WebMatrix.Data.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace WebMatrix.Data
-{
- public partial class ConnectionEventArgs : System.EventArgs
- {
- public ConnectionEventArgs(System.Data.Common.DbConnection connection) { }
- public System.Data.Common.DbConnection Connection { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class Database : System.IDisposable
- {
- internal Database() { }
- public System.Data.Common.DbConnection Connection { get { throw null; } }
- public static event System.EventHandler<WebMatrix.Data.ConnectionEventArgs> ConnectionOpened { add { } remove { } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int Execute(string commandText, params object[] args) { throw null; }
- public object GetLastInsertId() { throw null; }
- public static WebMatrix.Data.Database Open(string name) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString, string providerName) { throw null; }
- public System.Collections.Generic.IEnumerable<dynamic> Query(string commandText, params object[] args) { throw null; }
- public dynamic QuerySingle(string commandText, params object[] args) { throw null; }
- public object QueryValue(string commandText, params object[] args) { throw null; }
- }
- public sealed partial class DynamicRecord : System.Dynamic.DynamicObject, System.ComponentModel.ICustomTypeDescriptor
- {
- internal DynamicRecord() { }
- public System.Collections.Generic.IList<string> Columns { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public object this[int index] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public override System.Collections.Generic.IEnumerable<string> GetDynamicMemberNames() { throw null; }
- System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
- System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
- System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
- System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
- public override bool TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) { result = default(object); throw null; }
- }
-}
diff --git a/src/v4.0/monodoc.cs b/src/v4.0/monodoc.cs
deleted file mode 100644
index f7e0b00..0000000
--- a/src/v4.0/monodoc.cs
+++ /dev/null
@@ -1,6023 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Lucene.Net
-{
- public sealed partial class LucenePackage
- {
- internal LucenePackage() { }
- }
-}
-namespace Lucene.Net.Analysis
-{
- public abstract partial class Analyzer : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected internal bool overridesTokenStreamMethod;
- protected Analyzer() { }
- protected internal virtual object PreviousTokenStream { get { throw null; } set { } }
- public void Close() { }
- public virtual void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual int GetOffsetGap(Lucene.Net.Documents.IFieldable field) { throw null; }
- public virtual int GetPositionIncrementGap(string fieldName) { throw null; }
- public virtual Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- [System.ObsoleteAttribute("This is only present to preserve back-compat of classes that subclass a core analyzer and override tokenStream but not reusableTokenStream ")]
- protected internal virtual void SetOverridesTokenStreamMethod<TClass>() where TClass : Lucene.Net.Analysis.Analyzer { }
- public abstract Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader);
- }
- public sealed partial class ASCIIFoldingFilter : Lucene.Net.Analysis.TokenFilter
- {
- public ASCIIFoldingFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public void FoldToASCII(char[] input, int length) { }
- public override bool IncrementToken() { throw null; }
- }
- public abstract partial class BaseCharFilter : Lucene.Net.Analysis.CharFilter
- {
- protected BaseCharFilter(Lucene.Net.Analysis.CharStream @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- protected int LastCumulativeDiff { get { throw null; } }
- protected void AddOffCorrectMap(int off, int cumulativeDiff) { }
- protected internal override int Correct(int currentOff) { throw null; }
- [System.ObsoleteAttribute("Use LastCumulativeDiff property instead")]
- protected int GetLastCumulativeDiff() { throw null; }
- }
- public sealed partial class CachingTokenFilter : Lucene.Net.Analysis.TokenFilter
- {
- public CachingTokenFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- }
- public partial class CharArraySet : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.ISet<string>, System.Collections.IEnumerable
- {
- public static Lucene.Net.Analysis.CharArraySet EMPTY_SET;
- public CharArraySet(System.Collections.Generic.IEnumerable<object> c, bool ignoreCase) { }
- public CharArraySet(System.Collections.Generic.IEnumerable<string> c, bool ignoreCase) { }
- public CharArraySet(int startSize, bool ignoreCase) { }
- public int Count { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool Add(char[] text) { throw null; }
- public bool Add(object item) { throw null; }
- public bool Add(string text) { throw null; }
- public void AddAll(System.Collections.Generic.IEnumerable<string> coll) { }
- public void Clear() { }
- public virtual bool Contains(char[] text, int off, int len) { throw null; }
- public bool Contains(object item) { throw null; }
- public virtual bool Contains(string text) { throw null; }
- public static Lucene.Net.Analysis.CharArraySet Copy<T>(System.Collections.Generic.ISet<T> @set) { throw null; }
- public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
- public void RemoveAll(System.Collections.Generic.ICollection<string> c) { }
- public void RetainAll(System.Collections.Generic.ICollection<string> c) { }
- public System.Collections.Generic.IEnumerator<string> StringEnumerator() { throw null; }
- void System.Collections.Generic.ICollection<string>.Add(string item) { }
- void System.Collections.Generic.ICollection<string>.CopyTo(string[] array, int arrayIndex) { }
- bool System.Collections.Generic.ICollection<string>.Remove(string item) { throw null; }
- void System.Collections.Generic.ISet<string>.ExceptWith(System.Collections.Generic.IEnumerable<string> other) { }
- void System.Collections.Generic.ISet<string>.IntersectWith(System.Collections.Generic.IEnumerable<string> other) { }
- bool System.Collections.Generic.ISet<string>.IsProperSubsetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsProperSupersetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsSubsetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsSupersetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.Overlaps(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.SetEquals(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- void System.Collections.Generic.ISet<string>.SymmetricExceptWith(System.Collections.Generic.IEnumerable<string> other) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public void UnionWith(System.Collections.Generic.IEnumerable<string> other) { }
- public static Lucene.Net.Analysis.CharArraySet UnmodifiableSet(Lucene.Net.Analysis.CharArraySet @set) { throw null; }
- public partial class CharArraySetEnumerator : System.Collections.Generic.IEnumerator<string>, System.Collections.IEnumerator, System.IDisposable
- {
- protected internal CharArraySetEnumerator(Lucene.Net.Analysis.CharArraySet creator) { }
- public string Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- public char[] NextCharArray() { throw null; }
- public void Reset() { }
- }
- }
- public abstract partial class CharFilter : Lucene.Net.Analysis.CharStream
- {
- protected internal Lucene.Net.Analysis.CharStream input;
- protected internal CharFilter(Lucene.Net.Analysis.CharStream in_Renamed) : base (default(System.IO.StreamReader)) { }
- protected internal virtual int Correct(int currentOff) { throw null; }
- public override int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public void Mark(int readAheadLimit) { }
- public bool MarkSupported() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- public void Reset() { }
- }
- public sealed partial class CharReader : Lucene.Net.Analysis.CharStream
- {
- internal CharReader() : base (default(System.IO.StreamReader)) { }
- public override int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public static Lucene.Net.Analysis.CharStream Get(System.IO.TextReader input) { throw null; }
- public void Mark(int readAheadLimit) { }
- public bool MarkSupported() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- public void Reset() { }
- }
- public abstract partial class CharStream : System.IO.StreamReader
- {
- protected CharStream(System.IO.StreamReader reader) : base (default(System.IO.Stream)) { }
- public abstract int CorrectOffset(int currentOff);
- }
- public abstract partial class CharTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- protected CharTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- protected CharTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- protected CharTokenizer(System.IO.TextReader input) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- protected internal abstract bool IsTokenChar(char c);
- protected internal virtual char Normalize(char c) { throw null; }
- public override void Reset(System.IO.TextReader input) { }
- }
- [System.ObsoleteAttribute("If you build a new index, use ASCIIFoldingFilter which covers a superset of Latin 1. This class is included for use with existing indexes and will be removed in a future release (possible Lucene 4.0).")]
- public partial class ISOLatin1AccentFilter : Lucene.Net.Analysis.TokenFilter
- {
- public ISOLatin1AccentFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- public void RemoveAccents(char[] input, int length) { }
- }
- public partial class KeywordAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public KeywordAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class KeywordTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- public KeywordTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input, int bufferSize) { }
- public KeywordTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input, int bufferSize) { }
- public KeywordTokenizer(System.IO.TextReader input) { }
- public KeywordTokenizer(System.IO.TextReader input, int bufferSize) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset(System.IO.TextReader input) { }
- }
- public sealed partial class LengthFilter : Lucene.Net.Analysis.TokenFilter
- {
- public LengthFilter(Lucene.Net.Analysis.TokenStream in_Renamed, int min, int max) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public partial class LetterTokenizer : Lucene.Net.Analysis.CharTokenizer
- {
- public LetterTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LetterTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LetterTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override bool IsTokenChar(char c) { throw null; }
- }
- public sealed partial class LowerCaseFilter : Lucene.Net.Analysis.TokenFilter
- {
- public LowerCaseFilter(Lucene.Net.Analysis.TokenStream @in) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class LowerCaseTokenizer : Lucene.Net.Analysis.LetterTokenizer
- {
- public LowerCaseTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LowerCaseTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LowerCaseTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override char Normalize(char c) { throw null; }
- }
- public partial class MappingCharFilter : Lucene.Net.Analysis.BaseCharFilter
- {
- public MappingCharFilter(Lucene.Net.Analysis.NormalizeCharMap normMap, Lucene.Net.Analysis.CharStream @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- public MappingCharFilter(Lucene.Net.Analysis.NormalizeCharMap normMap, System.IO.TextReader @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- public override int Read() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- }
- public partial class NormalizeCharMap
- {
- public NormalizeCharMap() { }
- public virtual void Add(string singleMatch, string replacement) { }
- }
- public sealed partial class NumericTokenStream : Lucene.Net.Analysis.TokenStream
- {
- public const string TOKEN_TYPE_FULL_PREC = "fullPrecNumeric";
- public const string TOKEN_TYPE_LOWER_PREC = "lowerPrecNumeric";
- public NumericTokenStream() { }
- public NumericTokenStream(Lucene.Net.Util.AttributeSource source, int precisionStep) { }
- public NumericTokenStream(Lucene.Net.Util.AttributeSource.AttributeFactory factory, int precisionStep) { }
- public NumericTokenStream(int precisionStep) { }
- protected override void Dispose(bool disposing) { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- public Lucene.Net.Analysis.NumericTokenStream SetDoubleValue(double value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetFloatValue(float value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetIntValue(int value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetLongValue(long value_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PerFieldAnalyzerWrapper : Lucene.Net.Analysis.Analyzer
- {
- public PerFieldAnalyzerWrapper(Lucene.Net.Analysis.Analyzer defaultAnalyzer) { }
- public PerFieldAnalyzerWrapper(Lucene.Net.Analysis.Analyzer defaultAnalyzer, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, Lucene.Net.Analysis.Analyzer>> fieldAnalyzers) { }
- public virtual void AddAnalyzer(string fieldName, Lucene.Net.Analysis.Analyzer analyzer) { }
- public override int GetOffsetGap(Lucene.Net.Documents.IFieldable field) { throw null; }
- public override int GetPositionIncrementGap(string fieldName) { throw null; }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class PorterStemFilter : Lucene.Net.Analysis.TokenFilter
- {
- public PorterStemFilter(Lucene.Net.Analysis.TokenStream in_Renamed) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class SimpleAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public SimpleAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StopAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public static System.Collections.Generic.ISet<string> ENGLISH_STOP_WORDS_SET;
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.Collections.Generic.ISet<string> stopWords) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.FileInfo stopwordsFile) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader stopwords) { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StopFilter : Lucene.Net.Analysis.TokenFilter
- {
- public StopFilter(bool enablePositionIncrements, Lucene.Net.Analysis.TokenStream @in, System.Collections.Generic.ISet<string> stopWords) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public StopFilter(bool enablePositionIncrements, Lucene.Net.Analysis.TokenStream input, System.Collections.Generic.ISet<string> stopWords, bool ignoreCase) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public bool EnablePositionIncrements { get { throw null; } set { } }
- public static bool GetEnablePositionIncrementsVersionDefault(Lucene.Net.Util.Version matchVersion) { throw null; }
- public override bool IncrementToken() { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(System.Collections.Generic.IList<object> stopWords) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(System.Collections.Generic.IList<object> stopWords, bool ignoreCase) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(params string[] stopWords) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(string[] stopWords, bool ignoreCase) { throw null; }
- }
- public sealed partial class TeeSinkTokenFilter : Lucene.Net.Analysis.TokenFilter
- {
- public TeeSinkTokenFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public void AddSinkTokenStream(Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream sink) { }
- public void ConsumeAllTokens() { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream NewSinkTokenStream() { throw null; }
- public Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream NewSinkTokenStream(Lucene.Net.Analysis.TeeSinkTokenFilter.SinkFilter filter) { throw null; }
- public partial class AnonymousClassSinkFilter : Lucene.Net.Analysis.TeeSinkTokenFilter.SinkFilter
- {
- public AnonymousClassSinkFilter() { }
- public override bool Accept(Lucene.Net.Util.AttributeSource source) { throw null; }
- }
- public abstract partial class SinkFilter
- {
- protected SinkFilter() { }
- public abstract bool Accept(Lucene.Net.Util.AttributeSource source);
- public virtual void Reset() { }
- }
- public sealed partial class SinkTokenStream : Lucene.Net.Analysis.TokenStream
- {
- internal SinkTokenStream() { }
- protected override void Dispose(bool disposing) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- }
- }
- [System.SerializableAttribute]
- public partial class Token : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute, Lucene.Net.Analysis.Tokenattributes.IOffsetAttribute, Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute, Lucene.Net.Analysis.Tokenattributes.IPositionIncrementAttribute, Lucene.Net.Analysis.Tokenattributes.ITermAttribute, Lucene.Net.Analysis.Tokenattributes.ITypeAttribute, Lucene.Net.Util.IAttribute
- {
- public const string DEFAULT_TYPE = "word";
- public static Lucene.Net.Util.AttributeSource.AttributeFactory TOKEN_ATTRIBUTE_FACTORY;
- public Token() { }
- public Token(char[] startTermBuffer, int termBufferOffset, int termBufferLength, int start, int end) { }
- public Token(int start, int end) { }
- public Token(int start, int end, int flags) { }
- public Token(int start, int end, string typ) { }
- public Token(string text, int start, int end) { }
- public Token(string text, int start, int end, int flags) { }
- public Token(string text, int start, int end, string typ) { }
- public virtual int EndOffset { get { throw null; } set { } }
- public virtual int Flags { get { throw null; } set { } }
- public virtual Lucene.Net.Index.Payload Payload { get { throw null; } set { } }
- public virtual int PositionIncrement { get { throw null; } set { } }
- public virtual int StartOffset { get { throw null; } set { } }
- public string Term { get { throw null; } }
- public string Type { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public virtual Lucene.Net.Analysis.Token Clone(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype) { }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype, char[] newTermBuffer, int offset, int length) { }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype, string newTerm) { }
- public virtual Lucene.Net.Analysis.Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual char[] ResizeTermBuffer(int newSize) { throw null; }
- public virtual void SetOffset(int startOffset, int endOffset) { }
- public void SetTermBuffer(char[] buffer, int offset, int length) { }
- public void SetTermBuffer(string buffer) { }
- public void SetTermBuffer(string buffer, int offset, int length) { }
- public void SetTermLength(int length) { }
- public char[] TermBuffer() { throw null; }
- public int TermLength() { throw null; }
- public override string ToString() { throw null; }
- public partial class TokenAttributeFactory : Lucene.Net.Util.AttributeSource.AttributeFactory
- {
- public TokenAttributeFactory(Lucene.Net.Util.AttributeSource.AttributeFactory delegateFactory) { }
- public override Lucene.Net.Util.Attribute CreateAttributeInstance<T>() { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public abstract partial class TokenFilter : Lucene.Net.Analysis.TokenStream
- {
- protected internal Lucene.Net.Analysis.TokenStream input;
- protected internal TokenFilter(Lucene.Net.Analysis.TokenStream input) { }
- protected override void Dispose(bool disposing) { }
- public override void End() { }
- public override void Reset() { }
- }
- public abstract partial class Tokenizer : Lucene.Net.Analysis.TokenStream
- {
- protected internal System.IO.TextReader input;
- protected internal Tokenizer() { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource source) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- protected internal Tokenizer(System.IO.TextReader input) { }
- protected internal int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public virtual void Reset(System.IO.TextReader input) { }
- }
- public abstract partial class TokenStream : Lucene.Net.Util.AttributeSource, System.IDisposable
- {
- protected internal TokenStream() { }
- protected internal TokenStream(Lucene.Net.Util.AttributeSource input) { }
- protected internal TokenStream(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public virtual void End() { }
- public abstract bool IncrementToken();
- public virtual void Reset() { }
- }
- public sealed partial class WhitespaceAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public WhitespaceAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public partial class WhitespaceTokenizer : Lucene.Net.Analysis.CharTokenizer
- {
- public WhitespaceTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public WhitespaceTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public WhitespaceTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override bool IsTokenChar(char c) { throw null; }
- }
- public partial class WordlistLoader
- {
- public WordlistLoader() { }
- public static System.Collections.Generic.Dictionary<string, string> GetStemDict(System.IO.FileInfo wordstemfile) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.FileInfo wordfile) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.FileInfo wordfile, string comment) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.TextReader reader) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.TextReader reader, string comment) { throw null; }
- }
-}
-namespace Lucene.Net.Analysis.Standard
-{
- public partial class StandardAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public const int DEFAULT_MAX_TOKEN_LENGTH = 255;
- public static readonly System.Collections.Generic.ISet<string> STOP_WORDS_SET;
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.Collections.Generic.ISet<string> stopWords) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.FileInfo stopwords) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader stopwords) { }
- public virtual int MaxTokenLength { get { throw null; } set { } }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StandardFilter : Lucene.Net.Analysis.TokenFilter
- {
- public StandardFilter(Lucene.Net.Analysis.TokenStream in_Renamed) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class StandardTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- public const int ACRONYM = 2;
- [System.ObsoleteAttribute("this solves a bug where HOSTs that end with '.' are identified as ACRONYMs.")]
- public const int ACRONYM_DEP = 8;
- public const int ALPHANUM = 0;
- public const int APOSTROPHE = 1;
- public const int CJ = 7;
- public const int COMPANY = 3;
- public const int EMAIL = 4;
- public const int HOST = 5;
- public const int NUM = 6;
- public static readonly string[] TOKEN_TYPES;
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader input) { }
- public int MaxTokenLength { get { throw null; } set { } }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset(System.IO.TextReader reader) { }
- [System.ObsoleteAttribute("Remove in 3.X and make true the only valid value. See https://issues.apache.org/jira/browse/LUCENE-1068")]
- public void SetReplaceInvalidAcronym(bool replaceInvalidAcronym) { }
- }
-}
-namespace Lucene.Net.Analysis.Tokenattributes
-{
- [System.SerializableAttribute]
- public partial class FlagsAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public FlagsAttribute() { }
- public virtual int Flags { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial interface IFlagsAttribute : Lucene.Net.Util.IAttribute
- {
- int Flags { get; set; }
- }
- public partial interface IOffsetAttribute : Lucene.Net.Util.IAttribute
- {
- int EndOffset { get; }
- int StartOffset { get; }
- void SetOffset(int startOffset, int endOffset);
- }
- public partial interface IPayloadAttribute : Lucene.Net.Util.IAttribute
- {
- Lucene.Net.Index.Payload Payload { get; set; }
- }
- public partial interface IPositionIncrementAttribute : Lucene.Net.Util.IAttribute
- {
- int PositionIncrement { get; set; }
- }
- public partial interface ITermAttribute : Lucene.Net.Util.IAttribute
- {
- string Term { get; }
- char[] ResizeTermBuffer(int newSize);
- void SetTermBuffer(char[] buffer, int offset, int length);
- void SetTermBuffer(string buffer);
- void SetTermBuffer(string buffer, int offset, int length);
- void SetTermLength(int length);
- char[] TermBuffer();
- int TermLength();
- }
- public partial interface ITypeAttribute : Lucene.Net.Util.IAttribute
- {
- string Type { get; set; }
- }
- [System.SerializableAttribute]
- public partial class OffsetAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IOffsetAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public OffsetAttribute() { }
- public virtual int EndOffset { get { throw null; } }
- public virtual int StartOffset { get { throw null; } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void SetOffset(int startOffset, int endOffset) { }
- }
- [System.SerializableAttribute]
- public partial class PayloadAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public PayloadAttribute() { }
- public PayloadAttribute(Lucene.Net.Index.Payload payload) { }
- public virtual Lucene.Net.Index.Payload Payload { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PositionIncrementAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IPositionIncrementAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public PositionIncrementAttribute() { }
- public virtual int PositionIncrement { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.ITermAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public TermAttribute() { }
- public virtual string Term { get { throw null; } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual char[] ResizeTermBuffer(int newSize) { throw null; }
- public virtual void SetTermBuffer(char[] buffer, int offset, int length) { }
- public virtual void SetTermBuffer(string buffer) { }
- public virtual void SetTermBuffer(string buffer, int offset, int length) { }
- public virtual void SetTermLength(int length) { }
- public virtual char[] TermBuffer() { throw null; }
- public virtual int TermLength() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TypeAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.ITypeAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public const string DEFAULT_TYPE = "word";
- public TypeAttribute() { }
- public TypeAttribute(string type) { }
- public virtual string Type { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
-}
-namespace Lucene.Net.Documents
-{
- [System.SerializableAttribute]
- public abstract partial class AbstractField : Lucene.Net.Documents.IFieldable
- {
- protected internal object fieldsData;
- protected internal int internalBinaryLength;
- protected internal int internalbinaryOffset;
- protected internal float internalBoost;
- protected internal bool internalIsBinary;
- protected internal bool internalIsIndexed;
- protected internal bool internalIsStored;
- protected internal bool internalIsTokenized;
- protected internal string internalName;
- protected internal bool internalOmitNorms;
- protected internal bool internalOmitTermFreqAndPositions;
- protected internal bool lazy;
- protected internal bool storeOffsetWithTermVector;
- protected internal bool storePositionWithTermVector;
- protected internal bool storeTermVector;
- protected internal Lucene.Net.Analysis.TokenStream tokenStream;
- protected internal AbstractField() { }
- protected internal AbstractField(string name, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public virtual int BinaryLength { get { throw null; } }
- public virtual int BinaryOffset { get { throw null; } }
- public virtual float Boost { get { throw null; } set { } }
- public bool IsBinary { get { throw null; } }
- public bool IsIndexed { get { throw null; } }
- public virtual bool IsLazy { get { throw null; } }
- public bool IsStored { get { throw null; } }
- public virtual bool IsStoreOffsetWithTermVector { get { throw null; } }
- public virtual bool IsStorePositionWithTermVector { get { throw null; } }
- public bool IsTermVectorStored { get { throw null; } }
- public bool IsTokenized { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual bool OmitNorms { get { throw null; } set { } }
- public virtual bool OmitTermFreqAndPositions { get { throw null; } set { } }
- public abstract System.IO.TextReader ReaderValue { get; }
- public abstract string StringValue { get; }
- public abstract Lucene.Net.Analysis.TokenStream TokenStreamValue { get; }
- public virtual byte[] GetBinaryValue() { throw null; }
- public virtual byte[] GetBinaryValue(byte[] result) { throw null; }
- protected internal virtual void SetStoreTermVector(Lucene.Net.Documents.Field.TermVector termVector) { }
- public override string ToString() { throw null; }
- }
- public partial class CompressionTools
- {
- internal CompressionTools() { }
- public static byte[] Compress(byte[] value_Renamed) { throw null; }
- public static byte[] Compress(byte[] value_Renamed, int offset, int length) { throw null; }
- public static byte[] Compress(byte[] value_Renamed, int offset, int length, int compressionLevel) { throw null; }
- public static byte[] CompressString(string value_Renamed) { throw null; }
- public static byte[] CompressString(string value_Renamed, int compressionLevel) { throw null; }
- public static byte[] Decompress(byte[] value_Renamed) { throw null; }
- public static string DecompressString(byte[] value_Renamed) { throw null; }
- }
- [System.ObsoleteAttribute("If you build a new index, use DateTools or NumericField instead.This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).")]
- public partial class DateField
- {
- internal DateField() { }
- public static string DateToString(System.DateTime date) { throw null; }
- public static string MAX_DATE_STRING() { throw null; }
- public static string MIN_DATE_STRING() { throw null; }
- public static System.DateTime StringToDate(string s) { throw null; }
- public static long StringToTime(string s) { throw null; }
- public static string TimeToString(long time) { throw null; }
- }
- public partial class DateTools
- {
- internal DateTools() { }
- public static string DateToString(System.DateTime date, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static System.DateTime Round(System.DateTime date, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static long Round(long time, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static System.DateTime StringToDate(string dateString) { throw null; }
- public static long StringToTime(string dateString) { throw null; }
- public static string TimeToString(long time, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public partial class Resolution
- {
- internal Resolution() { }
- public static readonly Lucene.Net.Documents.DateTools.Resolution DAY;
- public static readonly Lucene.Net.Documents.DateTools.Resolution HOUR;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MILLISECOND;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MINUTE;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MONTH;
- public static readonly Lucene.Net.Documents.DateTools.Resolution SECOND;
- public static readonly Lucene.Net.Documents.DateTools.Resolution YEAR;
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class Document
- {
- public Document() { }
- public float Boost { get { throw null; } set { } }
- public System.Collections.Generic.IList<Lucene.Net.Documents.IFieldable> fields_ForNUnit { get { throw null; } }
- public void Add(Lucene.Net.Documents.IFieldable field) { }
- public string Get(string name) { throw null; }
- public byte[] GetBinaryValue(string name) { throw null; }
- public byte[][] GetBinaryValues(string name) { throw null; }
- public Lucene.Net.Documents.Field GetField(string name) { throw null; }
- public Lucene.Net.Documents.IFieldable GetFieldable(string name) { throw null; }
- public Lucene.Net.Documents.IFieldable[] GetFieldables(string name) { throw null; }
- public System.Collections.Generic.IList<Lucene.Net.Documents.IFieldable> GetFields() { throw null; }
- public Lucene.Net.Documents.Field[] GetFields(string name) { throw null; }
- public string[] GetValues(string name) { throw null; }
- public void RemoveField(string name) { }
- public void RemoveFields(string name) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class Field : Lucene.Net.Documents.AbstractField, Lucene.Net.Documents.IFieldable
- {
- public Field(string name, Lucene.Net.Analysis.TokenStream tokenStream) { }
- public Field(string name, Lucene.Net.Analysis.TokenStream tokenStream, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, bool internName, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, byte[] value_Renamed, Lucene.Net.Documents.Field.Store store) { }
- public Field(string name, byte[] value_Renamed, int offset, int length, Lucene.Net.Documents.Field.Store store) { }
- public Field(string name, System.IO.TextReader reader) { }
- public Field(string name, System.IO.TextReader reader, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index) { }
- public Field(string name, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public override System.IO.TextReader ReaderValue { get { throw null; } }
- public override string StringValue { get { throw null; } }
- public override Lucene.Net.Analysis.TokenStream TokenStreamValue { get { throw null; } }
- public void SetTokenStream(Lucene.Net.Analysis.TokenStream tokenStream) { }
- public void SetValue(byte[] value) { }
- public void SetValue(byte[] value, int offset, int length) { }
- public void SetValue(System.IO.TextReader value) { }
- public void SetValue(string value) { }
- public enum Index
- {
- ANALYZED = 1,
- ANALYZED_NO_NORMS = 4,
- NO = 0,
- NOT_ANALYZED = 2,
- NOT_ANALYZED_NO_NORMS = 3,
- }
- public enum Store
- {
- NO = 1,
- YES = 0,
- }
- public enum TermVector
- {
- NO = 0,
- WITH_OFFSETS = 3,
- WITH_POSITIONS = 2,
- WITH_POSITIONS_OFFSETS = 4,
- YES = 1,
- }
- }
- public static partial class FieldExtensions
- {
- public static bool IsAnalyzed(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static bool IsIndexed(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static bool IsStored(this Lucene.Net.Documents.Field.Store store) { throw null; }
- public static bool IsStored(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- public static bool OmitNorms(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static Lucene.Net.Documents.Field.Index ToIndex(bool indexed, bool analyed) { throw null; }
- public static Lucene.Net.Documents.Field.Index ToIndex(bool indexed, bool analyzed, bool omitNorms) { throw null; }
- public static Lucene.Net.Documents.Field.TermVector ToTermVector(bool stored, bool withOffsets, bool withPositions) { throw null; }
- public static bool WithOffsets(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- public static bool WithPositions(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- }
- public partial interface FieldSelector
- {
- Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName);
- }
- public enum FieldSelectorResult
- {
- INVALID = 0,
- LAZY_LOAD = 2,
- LOAD = 1,
- LOAD_AND_BREAK = 4,
- NO_LOAD = 3,
- SIZE = 5,
- SIZE_AND_BREAK = 6,
- }
- public partial interface IFieldable
- {
- int BinaryLength { get; }
- int BinaryOffset { get; }
- float Boost { get; set; }
- bool IsBinary { get; }
- bool IsIndexed { get; }
- bool IsLazy { get; }
- bool IsStored { get; }
- bool IsStoreOffsetWithTermVector { get; }
- bool IsStorePositionWithTermVector { get; }
- bool IsTermVectorStored { get; }
- bool IsTokenized { get; }
- string Name { get; }
- bool OmitNorms { get; set; }
- bool OmitTermFreqAndPositions { get; set; }
- System.IO.TextReader ReaderValue { get; }
- string StringValue { get; }
- Lucene.Net.Analysis.TokenStream TokenStreamValue { get; }
- byte[] GetBinaryValue();
- byte[] GetBinaryValue(byte[] result);
- }
- [System.SerializableAttribute]
- public partial class LoadFirstFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public LoadFirstFieldSelector() { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MapFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public MapFieldSelector(System.Collections.Generic.IDictionary<string, Lucene.Net.Documents.FieldSelectorResult> fieldSelections) { }
- public MapFieldSelector(System.Collections.Generic.IList<string> fields) { }
- public MapFieldSelector(params string[] fields) { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string field) { throw null; }
- }
- [System.ObsoleteAttribute("For new indexes use NumericUtils instead, which provides a sortable binary representation (prefix encoded) of numeric values. To index and efficiently query numeric values use NumericField and NumericRangeQuery. This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).")]
- public partial class NumberTools
- {
- public static readonly string MAX_STRING_VALUE;
- public static readonly string MIN_STRING_VALUE;
- public static readonly int STR_SIZE;
- public NumberTools() { }
- public static string LongToString(long l) { throw null; }
- public static long StringToLong(string str) { throw null; }
- public static long ToLong(string t) { throw null; }
- public static string ToString(long lval) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericField : Lucene.Net.Documents.AbstractField
- {
- public NumericField(string name) { }
- public NumericField(string name, Lucene.Net.Documents.Field.Store store, bool index) { }
- public NumericField(string name, int precisionStep) { }
- public NumericField(string name, int precisionStep, Lucene.Net.Documents.Field.Store store, bool index) { }
- public System.ValueType NumericValue { get { throw null; } }
- public override System.IO.TextReader ReaderValue { get { throw null; } }
- public override string StringValue { get { throw null; } }
- public override Lucene.Net.Analysis.TokenStream TokenStreamValue { get { throw null; } }
- public override byte[] GetBinaryValue(byte[] result) { throw null; }
- public Lucene.Net.Documents.NumericField SetDoubleValue(double value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetFloatValue(float value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetIntValue(int value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetLongValue(long value_Renamed) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SetBasedFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public SetBasedFieldSelector(System.Collections.Generic.ISet<string> fieldsToLoad, System.Collections.Generic.ISet<string> lazyFieldsToLoad) { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName) { throw null; }
- }
-}
-namespace Lucene.Net.Index
-{
- public abstract partial class AbstractAllTermDocs : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- protected int internalDoc;
- protected int maxDoc;
- protected AbstractAllTermDocs(int maxDoc) { }
- public int Doc { get { throw null; } }
- public int Freq { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract bool IsDeleted(int doc);
- public bool Next() { throw null; }
- public int Read(int[] docs, int[] freqs) { throw null; }
- public void Seek(Lucene.Net.Index.Term term) { }
- public void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public bool SkipTo(int target) { throw null; }
- }
- public sealed partial class ByteBlockPool
- {
- public byte[] buffer;
- public byte[][] buffers;
- public int byteOffset;
- public int byteUpto;
- public static readonly int FIRST_LEVEL_SIZE_For_NUnit_Test;
- public ByteBlockPool(Lucene.Net.Index.ByteBlockPool.Allocator allocator, bool trackAllocations) { }
- public static int FIRST_LEVEL_SIZE_ForNUnit { get { throw null; } }
- public int AllocSlice(byte[] slice, int upto) { throw null; }
- public int NewSlice(int size) { throw null; }
- public void NextBuffer() { }
- public void Reset() { }
- public abstract partial class Allocator
- {
- protected Allocator() { }
- public abstract byte[] GetByteBlock(bool trackAllocations);
- public abstract void RecycleByteBlocks(byte[][] blocks, int start, int end);
- public abstract void RecycleByteBlocks(System.Collections.Generic.IList<byte[]> blocks);
- }
- }
- public sealed partial class ByteSliceReader : Lucene.Net.Store.IndexInput
- {
- public int bufferOffset;
- public int endIndex;
- public int upto;
- public ByteSliceReader() { }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public bool Eof() { throw null; }
- public void Init(Lucene.Net.Index.ByteBlockPool pool, int startIndex, int endIndex) { }
- public override long Length() { throw null; }
- public void NextSlice() { }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- public long WriteTo(Lucene.Net.Store.IndexOutput @out) { throw null; }
- }
- public sealed partial class ByteSliceWriter
- {
- public ByteSliceWriter(Lucene.Net.Index.ByteBlockPool pool) { }
- public int Address { get { throw null; } }
- public void Init(int address) { }
- public void WriteByte(byte b) { }
- public void WriteBytes(byte[] b, int offset, int len) { }
- public void WriteVInt(int i) { }
- }
- public partial class CheckIndex
- {
- public CheckIndex(Lucene.Net.Store.Directory dir) { }
- public virtual Lucene.Net.Index.CheckIndex.Status CheckIndex_Renamed_Method() { throw null; }
- public virtual Lucene.Net.Index.CheckIndex.Status CheckIndex_Renamed_Method(System.Collections.Generic.List<string> onlySegments) { throw null; }
- public virtual void FixIndex(Lucene.Net.Index.CheckIndex.Status result) { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public virtual void SetInfoStream(System.IO.StreamWriter @out) { }
- public partial class Status
- {
- public bool cantOpenSegments;
- public bool clean;
- public Lucene.Net.Store.Directory dir;
- public bool missingSegments;
- public bool missingSegmentVersion;
- public int numBadSegments;
- public int numSegments;
- public bool @partial;
- public string segmentFormat;
- public System.Collections.Generic.IList<Lucene.Net.Index.CheckIndex.Status.SegmentInfoStatus> segmentInfos;
- public System.Collections.Generic.List<string> segmentsChecked;
- public string segmentsFileName;
- public bool toolOutOfDate;
- public int totLoseDocCount;
- public System.Collections.Generic.IDictionary<string, string> userData;
- public Status() { }
- public sealed partial class FieldNormStatus
- {
- public System.Exception error;
- public long totFields;
- public FieldNormStatus() { }
- }
- public partial class SegmentInfoStatus
- {
- public bool compound;
- public string deletionsFileName;
- public System.Collections.Generic.IDictionary<string, string> diagnostics;
- public int docCount;
- public bool docStoreCompoundFile;
- public int docStoreOffset;
- public string docStoreSegment;
- public Lucene.Net.Index.CheckIndex.Status.FieldNormStatus fieldNormStatus;
- public bool hasDeletions;
- public bool hasProx;
- public string name;
- public int numDeleted;
- public int numFiles;
- public bool openReaderPassed;
- public double sizeMB;
- public Lucene.Net.Index.CheckIndex.Status.StoredFieldStatus storedFieldStatus;
- public Lucene.Net.Index.CheckIndex.Status.TermIndexStatus termIndexStatus;
- public Lucene.Net.Index.CheckIndex.Status.TermVectorStatus termVectorStatus;
- public SegmentInfoStatus() { }
- }
- public sealed partial class StoredFieldStatus
- {
- public int docCount;
- public System.Exception error;
- public long totFields;
- public StoredFieldStatus() { }
- }
- public sealed partial class TermIndexStatus
- {
- public System.Exception error;
- public long termCount;
- public long totFreq;
- public long totPos;
- public TermIndexStatus() { }
- }
- public sealed partial class TermVectorStatus
- {
- public int docCount;
- public System.Exception error;
- public long totVectors;
- public TermVectorStatus() { }
- }
- }
- }
- public partial class CompoundFileReader : Lucene.Net.Store.Directory
- {
- public CompoundFileReader(Lucene.Net.Store.Directory dir, string name) { }
- public CompoundFileReader(Lucene.Net.Store.Directory dir, string name, int readBufferSize) { }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.Lock MakeLock(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string id) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string id, int readBufferSize) { throw null; }
- public void RenameFile(string from, string to) { }
- public override void TouchFile(string name) { }
- public sealed partial class CSIndexInput : Lucene.Net.Store.BufferedIndexInput
- {
- internal CSIndexInput() { }
- public Lucene.Net.Store.IndexInput base_Renamed_ForNUnit { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override void ReadInternal(byte[] b, int offset, int len) { }
- public override void SeekInternal(long pos) { }
- }
- }
- public sealed partial class CompoundFileWriter : System.IDisposable
- {
- public CompoundFileWriter(Lucene.Net.Store.Directory dir, string name) { }
- public Lucene.Net.Store.Directory Directory { get { throw null; } }
- public string Name { get { throw null; } }
- public void AddFile(string file) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- }
- public partial class ConcurrentMergeScheduler : Lucene.Net.Index.MergeScheduler
- {
- protected internal Lucene.Net.Store.Directory dir;
- protected internal int mergeThreadCount;
- protected internal System.Collections.Generic.IList<Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread> mergeThreads;
- protected internal Lucene.Net.Index.IndexWriter writer;
- public ConcurrentMergeScheduler() { }
- public virtual int MaxThreadCount { get { throw null; } set { } }
- public static bool AnyUnhandledExceptions() { throw null; }
- public virtual void ClearSuppressExceptions() { }
- public static void ClearUnhandledExceptions() { }
- protected override void Dispose(bool disposing) { }
- protected internal virtual void DoMerge(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- protected internal virtual Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread GetMergeThread(Lucene.Net.Index.IndexWriter writer, Lucene.Net.Index.MergePolicy.OneMerge merge) { throw null; }
- public virtual int GetMergeThreadPriority() { throw null; }
- protected internal virtual void HandleMergeException(System.Exception exc) { }
- public override void Merge(Lucene.Net.Index.IndexWriter writer) { }
- public virtual void SetMergeThreadPriority(int pri) { }
- public virtual void SetSuppressExceptions() { }
- public static void SetTestMode() { }
- public virtual void Sync() { }
- public partial class MergeThread : Lucene.Net.Support.ThreadClass
- {
- public MergeThread(Lucene.Net.Index.ConcurrentMergeScheduler enclosingInstance, Lucene.Net.Index.IndexWriter writer, Lucene.Net.Index.MergePolicy.OneMerge startMerge) { }
- public Lucene.Net.Index.ConcurrentMergeScheduler Enclosing_Instance { get { throw null; } }
- public virtual Lucene.Net.Index.MergePolicy.OneMerge RunningMerge { get { throw null; } }
- public override void Run() { }
- public virtual void SetRunningMerge(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual void SetThreadPriority(int pri) { }
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class CorruptIndexException : System.IO.IOException
- {
- public CorruptIndexException(string message) { }
- public CorruptIndexException(string message, System.Exception exp) { }
- }
- public partial class DirectoryReader : Lucene.Net.Index.IndexReader
- {
- internal DirectoryReader() { }
- protected internal Lucene.Net.Store.Directory internalDirectory;
- protected internal bool readOnly;
- public override System.Collections.Generic.IDictionary<string, string> CommitUserData { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override Lucene.Net.Index.IndexCommit IndexCommit { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override int TermInfosIndexDivisor { get { throw null; } }
- public override long Version { get { throw null; } }
- protected internal override void AcquireWriteLock() { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public static new System.Collections.Generic.ICollection<Lucene.Net.Index.IndexCommit> ListCommits(Lucene.Net.Store.Directory dir) { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen(Lucene.Net.Index.IndexCommit commit) { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen(bool openReadOnly) { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class DocumentsWriter : System.IDisposable
- {
- internal DocumentsWriter() { }
- public static int BYTE_BLOCK_SIZE_ForNUnit { get { throw null; } }
- public static int CHAR_BLOCK_SIZE_ForNUnit { get { throw null; } }
- public void Dispose() { }
- }
- public sealed partial class FieldInfo : System.ICloneable
- {
- internal FieldInfo() { }
- public bool isIndexed_ForNUnit { get { throw null; } }
- public string name_ForNUnit { get { throw null; } }
- public bool omitNorms_ForNUnit { get { throw null; } }
- public bool omitTermFreqAndPositions_ForNUnit { get { throw null; } }
- public bool storePayloads_ForNUnit { get { throw null; } }
- public bool storeTermVector_ForNUnit { get { throw null; } }
- public object Clone() { throw null; }
- }
- public sealed partial class FieldInfos : System.ICloneable
- {
- public const int FORMAT_PRE = -1;
- public const int FORMAT_START = -2;
- public FieldInfos() { }
- public FieldInfos(Lucene.Net.Store.Directory d, string name) { }
- public void Add(Lucene.Net.Documents.Document doc) { }
- public void Add(System.Collections.Generic.ICollection<string> names, bool isIndexed) { }
- public void Add(string name, bool isIndexed) { }
- public void Add(string name, bool isIndexed, bool storeTermVector) { }
- public void Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector) { }
- public void Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms) { }
- public Lucene.Net.Index.FieldInfo Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms, bool storePayloads, bool omitTermFreqAndPositions) { throw null; }
- public void AddIndexed(System.Collections.Generic.ICollection<string> names, bool storeTermVectors, bool storePositionWithTermVector, bool storeOffsetWithTermVector) { }
- public object Clone() { throw null; }
- public Lucene.Net.Index.FieldInfo FieldInfo(int fieldNumber) { throw null; }
- public Lucene.Net.Index.FieldInfo FieldInfo(string fieldName) { throw null; }
- public string FieldName(int fieldNumber) { throw null; }
- public int FieldNumber(string fieldName) { throw null; }
- public bool HasVectors() { throw null; }
- public int Size() { throw null; }
- public void Write(Lucene.Net.Store.Directory d, string name) { }
- public void Write(Lucene.Net.Store.IndexOutput output) { }
- }
- public sealed partial class FieldInvertState
- {
- public FieldInvertState() { }
- public FieldInvertState(int position, int length, int numOverlap, int offset, float boost) { }
- public Lucene.Net.Util.AttributeSource AttributeSource { get { throw null; } }
- public float Boost { get { throw null; } }
- public int Length { get { throw null; } }
- public int NumOverlap { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class FieldReaderException : System.SystemException
- {
- public FieldReaderException() { }
- public FieldReaderException(System.Exception cause) { }
- public FieldReaderException(string message) { }
- public FieldReaderException(string message, System.Exception cause) { }
- }
- public partial class FieldSortedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public FieldSortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public FieldSortedTermVectorMapper(System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public virtual System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> Comparator { get { throw null; } }
- public virtual System.Collections.Generic.IDictionary<string, System.Collections.Generic.SortedSet<Lucene.Net.Index.TermVectorEntry>> FieldToTerms { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- }
- public sealed partial class FieldsReader : System.ICloneable, System.IDisposable
- {
- public FieldsReader(Lucene.Net.Store.Directory d, string segment, Lucene.Net.Index.FieldInfos fn) { }
- public object Clone() { throw null; }
- public void Dispose() { }
- public Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public int Size() { throw null; }
- }
- public partial class FilterIndexReader : Lucene.Net.Index.IndexReader
- {
- protected internal Lucene.Net.Index.IndexReader in_Renamed;
- public FilterIndexReader(Lucene.Net.Index.IndexReader in_Renamed) { }
- public override object DeletesCacheKey { get { throw null; } }
- public override object FieldCacheKey { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal override void DoSetNorm(int d, string f, byte b) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string f) { throw null; }
- public override void Norms(string f, byte[] bytes, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t) { throw null; }
- public partial class FilterTermDocs : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- protected internal Lucene.Net.Index.TermDocs in_Renamed;
- public FilterTermDocs(Lucene.Net.Index.TermDocs in_Renamed) { }
- public virtual int Doc { get { throw null; } }
- public virtual int Freq { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual bool Next() { throw null; }
- public virtual int Read(int[] docs, int[] freqs) { throw null; }
- public virtual void Seek(Lucene.Net.Index.Term term) { }
- public virtual void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public virtual bool SkipTo(int i) { throw null; }
- }
- public partial class FilterTermEnum : Lucene.Net.Index.TermEnum
- {
- protected internal Lucene.Net.Index.TermEnum in_Renamed;
- public FilterTermEnum(Lucene.Net.Index.TermEnum in_Renamed) { }
- public override Lucene.Net.Index.Term Term { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override int DocFreq() { throw null; }
- public override bool Next() { throw null; }
- }
- public partial class FilterTermPositions : Lucene.Net.Index.FilterIndexReader.FilterTermDocs, Lucene.Net.Index.TermDocs, Lucene.Net.Index.TermPositions, System.IDisposable
- {
- public FilterTermPositions(Lucene.Net.Index.TermPositions in_Renamed) : base (default(Lucene.Net.Index.TermDocs)) { }
- public virtual bool IsPayloadAvailable { get { throw null; } }
- public virtual int PayloadLength { get { throw null; } }
- public virtual byte[] GetPayload(byte[] data, int offset) { throw null; }
- public virtual int NextPosition() { throw null; }
- }
- }
- public abstract partial class IndexCommit
- {
- protected IndexCommit() { }
- public abstract Lucene.Net.Store.Directory Directory { get; }
- public abstract System.Collections.Generic.ICollection<string> FileNames { get; }
- public abstract long Generation { get; }
- public abstract bool IsDeleted { get; }
- public abstract bool IsOptimized { get; }
- public abstract string SegmentsFileName { get; }
- public virtual long Timestamp { get { throw null; } }
- public abstract System.Collections.Generic.IDictionary<string, string> UserData { get; }
- public abstract long Version { get; }
- public abstract void Delete();
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial interface IndexDeletionPolicy
- {
- void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit;
- void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit;
- }
- public sealed partial class IndexFileDeleter : System.IDisposable
- {
- public static bool VERBOSE_REF_COUNTS;
- public IndexFileDeleter(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy policy, Lucene.Net.Index.SegmentInfos segmentInfos, System.IO.StreamWriter infoStream, Lucene.Net.Index.DocumentsWriter docWriter, System.Collections.Generic.HashSet<string> synced) { }
- public Lucene.Net.Index.SegmentInfos LastSegmentInfos { get { throw null; } }
- public void Checkpoint(Lucene.Net.Index.SegmentInfos segmentInfos, bool isCommit) { }
- public void Dispose() { }
- public bool Exists(string fileName) { throw null; }
- public void Refresh() { }
- public void Refresh(string segmentName) { }
- }
- public partial class IndexFileNameFilter
- {
- internal IndexFileNameFilter() { }
- public static Lucene.Net.Index.IndexFileNameFilter Filter { get { throw null; } }
- public virtual bool Accept(System.IO.FileInfo dir, string name) { throw null; }
- public virtual bool IsCFSFile(string name) { throw null; }
- }
- public sealed partial class IndexFileNames
- {
- public static readonly string[] COMPOUND_EXTENSIONS;
- public const string COMPOUND_FILE_EXTENSION = "cfs";
- public const string COMPOUND_FILE_STORE_EXTENSION = "cfx";
- public const string DELETABLE = "deletable";
- public const string FIELDS_EXTENSION = "fdt";
- public const string FIELDS_INDEX_EXTENSION = "fdx";
- public const string FIELD_INFOS_EXTENSION = "fnm";
- public const string FREQ_EXTENSION = "frq";
- public const string GEN_EXTENSION = "gen";
- public static readonly string[] INDEX_EXTENSIONS;
- public static readonly string[] INDEX_EXTENSIONS_IN_COMPOUND_FILE;
- public static readonly string[] NON_STORE_INDEX_EXTENSIONS;
- public const string NORMS_EXTENSION = "nrm";
- public const string PLAIN_NORMS_EXTENSION = "f";
- public const string PROX_EXTENSION = "prx";
- public const string SEGMENTS = "segments";
- public const string SEGMENTS_GEN = "segments.gen";
- public const string SEPARATE_NORMS_EXTENSION = "s";
- public static readonly string[] STORE_INDEX_EXTENSIONS;
- public const string TERMS_EXTENSION = "tis";
- public const string TERMS_INDEX_EXTENSION = "tii";
- public const string VECTORS_DOCUMENTS_EXTENSION = "tvd";
- public const string VECTORS_FIELDS_EXTENSION = "tvf";
- public const string VECTORS_INDEX_EXTENSION = "tvx";
- public static readonly string[] VECTOR_EXTENSIONS;
- public IndexFileNames() { }
- public static string FileNameFromGeneration(string base_Renamed, string extension, long gen) { throw null; }
- }
- public abstract partial class IndexReader : System.ICloneable, System.IDisposable
- {
- protected internal static int DEFAULT_TERMS_INDEX_DIVISOR;
- protected internal bool hasChanges;
- protected internal IndexReader() { }
- public virtual System.Collections.Generic.IDictionary<string, string> CommitUserData { get { throw null; } }
- public virtual object DeletesCacheKey { get { throw null; } }
- public virtual object FieldCacheKey { get { throw null; } }
- public abstract bool HasDeletions { get; }
- public virtual Lucene.Net.Index.IndexCommit IndexCommit { get { throw null; } }
- public Lucene.Net.Documents.Document this[int doc] { get { throw null; } }
- public abstract int MaxDoc { get; }
- public virtual int NumDeletedDocs { get { throw null; } }
- public virtual int RefCount { get { throw null; } }
- public virtual int TermInfosIndexDivisor { get { throw null; } }
- public virtual long UniqueTermCount { get { throw null; } }
- public virtual long Version { get { throw null; } }
- protected internal virtual void AcquireWriteLock() { }
- public virtual object Clone() { throw null; }
- public virtual Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Commit() { }
- public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public virtual void DecRef() { }
- public virtual void DeleteDocument(int docNum) { }
- public virtual int DeleteDocuments(Lucene.Net.Index.Term term) { throw null; }
- public virtual Lucene.Net.Store.Directory Directory() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public abstract int DocFreq(Lucene.Net.Index.Term t);
- protected internal abstract void DoClose();
- protected internal abstract void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData);
- public virtual Lucene.Net.Documents.Document Document(int n) { throw null; }
- public abstract Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector);
- protected internal abstract void DoDelete(int docNum);
- protected internal abstract void DoSetNorm(int doc, string field, byte value_Renamed);
- protected internal abstract void DoUndeleteAll();
- protected internal void EnsureOpen() { }
- public void Flush() { }
- public void Flush(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public static System.Collections.Generic.IDictionary<string, string> GetCommitUserData(Lucene.Net.Store.Directory directory) { throw null; }
- public static long GetCurrentVersion(Lucene.Net.Store.Directory directory) { throw null; }
- public abstract System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fldOption);
- public virtual Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public abstract void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper);
- public abstract Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field);
- public abstract void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper);
- public abstract Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber);
- public virtual bool HasNorms(string field) { throw null; }
- public virtual void IncRef() { }
- public static bool IndexExists(Lucene.Net.Store.Directory directory) { throw null; }
- public virtual bool IsCurrent() { throw null; }
- public abstract bool IsDeleted(int n);
- public virtual bool IsOptimized() { throw null; }
- public static long LastModified(Lucene.Net.Store.Directory directory2) { throw null; }
- public static System.Collections.Generic.ICollection<Lucene.Net.Index.IndexCommit> ListCommits(Lucene.Net.Store.Directory dir) { throw null; }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public abstract byte[] Norms(string field);
- public abstract void Norms(string field, byte[] bytes, int offset);
- public abstract int NumDocs();
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, bool readOnly) { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen(Lucene.Net.Index.IndexCommit commit) { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen(bool openReadOnly) { throw null; }
- public virtual void SetNorm(int doc, string field, byte value) { }
- public virtual void SetNorm(int doc, string field, float value) { }
- public abstract Lucene.Net.Index.TermDocs TermDocs();
- public virtual Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public abstract Lucene.Net.Index.TermPositions TermPositions();
- public virtual Lucene.Net.Index.TermPositions TermPositions(Lucene.Net.Index.Term term) { throw null; }
- public abstract Lucene.Net.Index.TermEnum Terms();
- public abstract Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t);
- public virtual void UndeleteAll() { }
- public sealed partial class FieldOption
- {
- internal FieldOption() { }
- public static readonly Lucene.Net.Index.IndexReader.FieldOption ALL;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED_NO_TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED_WITH_TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption OMIT_TERM_FREQ_AND_POSITIONS;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption STORES_PAYLOADS;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_OFFSET;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_POSITION;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_POSITION_OFFSET;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption UNINDEXED;
- public override string ToString() { throw null; }
- }
- }
- public partial class IndexWriter : System.IDisposable
- {
- public static readonly int DEFAULT_MAX_BUFFERED_DELETE_TERMS;
- public static readonly int DEFAULT_MAX_BUFFERED_DOCS;
- public const int DEFAULT_MAX_FIELD_LENGTH = 10000;
- public const double DEFAULT_RAM_BUFFER_SIZE_MB = 16;
- public const int DEFAULT_TERM_INDEX_INTERVAL = 128;
- public const int DISABLE_AUTO_FLUSH = -1;
- public static readonly int MAX_TERM_LENGTH;
- public const string WRITE_LOCK_NAME = "write.lock";
- public static long WRITE_LOCK_TIMEOUT;
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl, Lucene.Net.Index.IndexCommit commit) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, bool create, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, bool create, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public virtual Lucene.Net.Analysis.Analyzer Analyzer { get { throw null; } }
- public static System.IO.StreamWriter DefaultInfoStream { get { throw null; } set { } }
- public static long DefaultWriteLockTimeout { get { throw null; } set { } }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- public virtual System.IO.StreamWriter InfoStream { get { throw null; } }
- public virtual int MaxMergeDocs { get { throw null; } set { } }
- public virtual Lucene.Net.Index.IndexWriter.IndexReaderWarmer MergedSegmentWarmer { get { throw null; } set { } }
- public virtual int MergeFactor { get { throw null; } set { } }
- public virtual Lucene.Net.Index.MergePolicy MergePolicy { get { throw null; } }
- public virtual Lucene.Net.Index.MergeScheduler MergeScheduler { get { throw null; } }
- public int ReaderTermsIndexDivisor { get { throw null; } set { } }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public virtual int TermIndexInterval { get { throw null; } set { } }
- public virtual bool UseCompoundFile { get { throw null; } set { } }
- public virtual bool Verbose { get { throw null; } }
- public virtual long WriteLockTimeout { get { throw null; } set { } }
- public virtual void AddDocument(Lucene.Net.Documents.Document doc) { }
- public virtual void AddDocument(Lucene.Net.Documents.Document doc, Lucene.Net.Analysis.Analyzer analyzer) { }
- public virtual void AddIndexes(params Lucene.Net.Index.IndexReader[] readers) { }
- public virtual void AddIndexesNoOptimize(params Lucene.Net.Store.Directory[] dirs) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- [System.ObsoleteAttribute("Use Dispose(bool) instead")]
- public virtual void Close(bool waitForMerges) { }
- public void Commit() { }
- public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public virtual void DeleteAll() { }
- public virtual void DeleteDocuments(Lucene.Net.Index.Term term) { }
- public virtual void DeleteDocuments(params Lucene.Net.Index.Term[] terms) { }
- public virtual void DeleteDocuments(Lucene.Net.Search.Query query) { }
- public virtual void DeleteDocuments(params Lucene.Net.Search.Query[] queries) { }
- public virtual void Dispose() { }
- public virtual void Dispose(bool waitForMerges) { }
- protected virtual void Dispose(bool disposing, bool waitForMerges) { }
- protected virtual void DoAfterFlush() { }
- protected virtual void DoBeforeFlush() { }
- protected internal void EnsureOpen() { }
- protected internal void EnsureOpen(bool includePendingClose) { }
- public virtual void ExpungeDeletes() { }
- public virtual void ExpungeDeletes(bool doWait) { }
- public void Flush(bool triggerMerge, bool flushDocStores, bool flushDeletes) { }
- public int GetDocCount(int i) { throw null; }
- public virtual int GetMaxBufferedDeleteTerms() { throw null; }
- public virtual int GetMaxBufferedDocs() { throw null; }
- public virtual int GetMaxFieldLength() { throw null; }
- public virtual double GetRAMBufferSizeMB() { throw null; }
- public virtual Lucene.Net.Index.IndexReader GetReader() { throw null; }
- public virtual Lucene.Net.Index.IndexReader GetReader(int termInfosIndexDivisor) { throw null; }
- public virtual bool HasDeletions() { throw null; }
- public static bool IsLocked(Lucene.Net.Store.Directory directory) { throw null; }
- public virtual int MaxDoc() { throw null; }
- public void MaybeMerge() { }
- public void Merge_ForNUnit(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual void Message(string message) { }
- public virtual Lucene.Net.Index.SegmentInfo NewestSegment() { throw null; }
- public virtual int NumDeletedDocs(Lucene.Net.Index.SegmentInfo info) { throw null; }
- public virtual int NumDocs() { throw null; }
- public int NumRamDocs() { throw null; }
- public virtual void Optimize() { }
- public virtual void Optimize(bool doWait) { }
- public virtual void Optimize(int maxNumSegments) { }
- public virtual void Optimize(int maxNumSegments, bool doWait) { }
- public void PrepareCommit() { }
- public long RamSizeInBytes() { throw null; }
- public virtual void Rollback() { }
- public virtual string SegString() { throw null; }
- public virtual void SetInfoStream(System.IO.StreamWriter infoStream) { }
- public virtual void SetMaxBufferedDeleteTerms(int maxBufferedDeleteTerms) { }
- public virtual void SetMaxBufferedDocs(int maxBufferedDocs) { }
- public virtual void SetMaxFieldLength(int maxFieldLength) { }
- public virtual void SetMergePolicy(Lucene.Net.Index.MergePolicy mp) { }
- public virtual void SetMergeScheduler(Lucene.Net.Index.MergeScheduler mergeScheduler) { }
- public virtual void SetRAMBufferSizeMB(double mb) { }
- public virtual void SetSimilarity(Lucene.Net.Search.Similarity similarity) { }
- public virtual bool TestPoint(string name) { throw null; }
- public static void Unlock(Lucene.Net.Store.Directory directory) { }
- public virtual void UpdateDocument(Lucene.Net.Index.Term term, Lucene.Net.Documents.Document doc) { }
- public virtual void UpdateDocument(Lucene.Net.Index.Term term, Lucene.Net.Documents.Document doc, Lucene.Net.Analysis.Analyzer analyzer) { }
- public virtual void WaitForMerges() { }
- public abstract partial class IndexReaderWarmer
- {
- protected IndexReaderWarmer() { }
- public abstract void Warm(Lucene.Net.Index.IndexReader reader);
- }
- public sealed partial class MaxFieldLength
- {
- public static readonly Lucene.Net.Index.IndexWriter.MaxFieldLength LIMITED;
- public static readonly Lucene.Net.Index.IndexWriter.MaxFieldLength UNLIMITED;
- public MaxFieldLength(int limit) { }
- public int Limit { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- public partial interface ITermFreqVector
- {
- string Field { get; }
- int Size { get; }
- int[] GetTermFrequencies();
- string[] GetTerms();
- int[] IndexesOf(string[] terms, int start, int len);
- int IndexOf(string term);
- }
- public sealed partial class KeepOnlyLastCommitDeletionPolicy : Lucene.Net.Index.IndexDeletionPolicy
- {
- public KeepOnlyLastCommitDeletionPolicy() { }
- public void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- }
- public partial class LogByteSizeMergePolicy : Lucene.Net.Index.LogMergePolicy
- {
- public static readonly long DEFAULT_MAX_MERGE_MB;
- public const double DEFAULT_MIN_MERGE_MB = 1.6;
- public LogByteSizeMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual double MaxMergeMB { get { throw null; } set { } }
- public virtual double MinMergeMB { get { throw null; } set { } }
- protected override void Dispose(bool disposing) { }
- protected internal override long Size(Lucene.Net.Index.SegmentInfo info) { throw null; }
- }
- public partial class LogDocMergePolicy : Lucene.Net.Index.LogMergePolicy
- {
- public const int DEFAULT_MIN_MERGE_DOCS = 1000;
- public LogDocMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual int MinMergeDocs { get { throw null; } set { } }
- protected override void Dispose(bool disposing) { }
- protected internal override long Size(Lucene.Net.Index.SegmentInfo info) { throw null; }
- }
- public abstract partial class LogMergePolicy : Lucene.Net.Index.MergePolicy
- {
- public static readonly int DEFAULT_MAX_MERGE_DOCS;
- public const int DEFAULT_MERGE_FACTOR = 10;
- public static double DEFAULT_NO_CFS_RATIO;
- protected internal bool internalCalibrateSizeByDeletes;
- protected double internalNoCFSRatio;
- public const double LEVEL_LOG_SPAN = 0.75;
- protected LogMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual bool CalibrateSizeByDeletes { get { throw null; } set { } }
- public virtual int MaxMergeDocs { get { throw null; } set { } }
- public virtual int MergeFactor { get { throw null; } set { } }
- public double NoCFSRatio { get { throw null; } set { } }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMerges(Lucene.Net.Index.SegmentInfos infos) { throw null; }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesForOptimize(Lucene.Net.Index.SegmentInfos infos, int maxNumSegments, System.Collections.Generic.ISet<Lucene.Net.Index.SegmentInfo> segmentsToOptimize) { throw null; }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesToExpungeDeletes(Lucene.Net.Index.SegmentInfos segmentInfos) { throw null; }
- public virtual bool GetUseCompoundDocStore() { throw null; }
- public virtual bool GetUseCompoundFile() { throw null; }
- protected Lucene.Net.Index.MergePolicy.OneMerge MakeOneMerge(Lucene.Net.Index.SegmentInfos infos, Lucene.Net.Index.SegmentInfos infosToMerge) { throw null; }
- public virtual void SetUseCompoundDocStore(bool useCompoundDocStore) { }
- public virtual void SetUseCompoundFile(bool useCompoundFile) { }
- protected internal abstract long Size(Lucene.Net.Index.SegmentInfo info);
- protected internal virtual long SizeBytes(Lucene.Net.Index.SegmentInfo info) { throw null; }
- protected internal virtual long SizeDocs(Lucene.Net.Index.SegmentInfo info) { throw null; }
- public override bool UseCompoundDocStore(Lucene.Net.Index.SegmentInfos infos) { throw null; }
- public override bool UseCompoundFile(Lucene.Net.Index.SegmentInfos infos, Lucene.Net.Index.SegmentInfo info) { throw null; }
- protected internal virtual bool Verbose() { throw null; }
- }
- public abstract partial class MergePolicy : System.IDisposable
- {
- protected internal Lucene.Net.Index.IndexWriter writer;
- protected MergePolicy(Lucene.Net.Index.IndexWriter writer) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMerges(Lucene.Net.Index.SegmentInfos segmentInfos);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesForOptimize(Lucene.Net.Index.SegmentInfos segmentInfos, int maxSegmentCount, System.Collections.Generic.ISet<Lucene.Net.Index.SegmentInfo> segmentsToOptimize);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesToExpungeDeletes(Lucene.Net.Index.SegmentInfos segmentInfos);
- public abstract bool UseCompoundDocStore(Lucene.Net.Index.SegmentInfos segments);
- public abstract bool UseCompoundFile(Lucene.Net.Index.SegmentInfos segments, Lucene.Net.Index.SegmentInfo newSegment);
- [System.SerializableAttribute]
- public partial class MergeAbortedException : System.IO.IOException
- {
- public MergeAbortedException() { }
- public MergeAbortedException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class MergeException : System.SystemException
- {
- public MergeException(System.Exception exc, Lucene.Net.Store.Directory dir) { }
- public MergeException(string message, Lucene.Net.Store.Directory dir) { }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- }
- public partial class MergeSpecification
- {
- public System.Collections.Generic.IList<Lucene.Net.Index.MergePolicy.OneMerge> merges;
- public MergeSpecification() { }
- public virtual void Add(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual string SegString(Lucene.Net.Store.Directory dir) { throw null; }
- }
- public partial class OneMerge
- {
- public OneMerge(Lucene.Net.Index.SegmentInfos segments, bool useCompoundFile) { }
- public Lucene.Net.Index.SegmentInfos segments_ForNUnit { get { throw null; } }
- }
- }
- public abstract partial class MergeScheduler : System.IDisposable
- {
- protected MergeScheduler() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract void Merge(Lucene.Net.Index.IndexWriter writer);
- }
- public partial class MultipleTermPositions : Lucene.Net.Index.TermDocs, Lucene.Net.Index.TermPositions, System.IDisposable
- {
- public MultipleTermPositions(Lucene.Net.Index.IndexReader indexReader, Lucene.Net.Index.Term[] terms) { }
- public int Doc { get { throw null; } }
- public int Freq { get { throw null; } }
- public virtual bool IsPayloadAvailable { get { throw null; } }
- public virtual int PayloadLength { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual byte[] GetPayload(byte[] data, int offset) { throw null; }
- public bool Next() { throw null; }
- public int NextPosition() { throw null; }
- public virtual int Read(int[] arg0, int[] arg1) { throw null; }
- public virtual void Seek(Lucene.Net.Index.Term arg0) { }
- public virtual void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public bool SkipTo(int target) { throw null; }
- }
- public partial class MultiReader : Lucene.Net.Index.IndexReader, System.ICloneable
- {
- protected internal Lucene.Net.Index.IndexReader[] subReaders;
- public MultiReader(params Lucene.Net.Index.IndexReader[] subReaders) { }
- public MultiReader(Lucene.Net.Index.IndexReader[] subReaders, bool closeSubReaders) { }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public override object Clone() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal virtual Lucene.Net.Index.IndexReader DoReopen(bool doClone) { throw null; }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- public partial class ParallelReader : Lucene.Net.Index.IndexReader, System.ICloneable
- {
- public ParallelReader() { }
- public ParallelReader(bool closeSubReaders) { }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public virtual void Add(Lucene.Net.Index.IndexReader reader) { }
- public virtual void Add(Lucene.Net.Index.IndexReader reader, bool ignoreStoredFields) { }
- public override object Clone() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal virtual Lucene.Net.Index.IndexReader DoReopen(bool doClone) { throw null; }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public virtual Lucene.Net.Index.IndexReader[] GetSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class Payload : System.ICloneable
- {
- protected internal byte[] data;
- protected internal int internalLength;
- protected internal int internalOffset;
- public Payload() { }
- public Payload(byte[] data) { }
- public Payload(byte[] data, int offset, int length) { }
- public virtual int Length { get { throw null; } }
- public virtual int Offset { get { throw null; } }
- public virtual byte ByteAt(int index) { throw null; }
- public virtual object Clone() { throw null; }
- public virtual void CopyTo(byte[] target, int targetOffset) { }
- public override bool Equals(object obj) { throw null; }
- public virtual byte[] GetData() { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void SetData(byte[] value) { }
- public virtual void SetData(byte[] value, int offset, int length) { }
- public virtual byte[] ToByteArray() { throw null; }
- }
- public partial class PositionBasedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public PositionBasedTermVectorMapper() { }
- public PositionBasedTermVectorMapper(bool ignoringOffsets) { }
- public virtual System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<int, Lucene.Net.Index.PositionBasedTermVectorMapper.TVPositionInfo>> FieldToTerms { get { throw null; } }
- public override bool IsIgnoringPositions { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- public partial class TVPositionInfo
- {
- public TVPositionInfo(int position, bool storeOffsets) { }
- public virtual System.Collections.Generic.IList<Lucene.Net.Index.TermVectorOffsetInfo> Offsets { get { throw null; } }
- public virtual int Position { get { throw null; } }
- public virtual System.Collections.Generic.IList<string> Terms { get { throw null; } }
- }
- }
- public partial class ReadOnlyDirectoryReader : Lucene.Net.Index.DirectoryReader
- {
- internal ReadOnlyDirectoryReader() { }
- protected internal override void AcquireWriteLock() { }
- }
- public partial class ReadOnlySegmentReader : Lucene.Net.Index.SegmentReader
- {
- public ReadOnlySegmentReader() { }
- protected internal override void AcquireWriteLock() { }
- public override bool IsDeleted(int n) { throw null; }
- }
- public sealed partial class SegmentInfo : System.ICloneable
- {
- public Lucene.Net.Store.Directory dir;
- public int docCount;
- public string name;
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir) { }
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir, bool isCompoundFile, bool hasSingleNormFile) { }
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir, bool isCompoundFile, bool hasSingleNormFile, int docStoreOffset, string docStoreSegment, bool docStoreIsCompoundFile, bool hasProx) { }
- public System.Collections.Generic.IDictionary<string, string> Diagnostics { get { throw null; } }
- public bool DocStoreIsCompoundFile { get { throw null; } }
- public int DocStoreOffset { get { throw null; } }
- public string DocStoreSegment { get { throw null; } }
- public bool HasProx { get { throw null; } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public System.Collections.Generic.IList<string> Files() { throw null; }
- public int GetDelCount() { throw null; }
- public string GetDelFileName() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetNormFileName(int number) { throw null; }
- public bool GetUseCompoundFile() { throw null; }
- public bool HasDeletions() { throw null; }
- public bool HasSeparateNorms() { throw null; }
- public bool HasSeparateNorms(int fieldNumber) { throw null; }
- public string SegString(Lucene.Net.Store.Directory dir) { throw null; }
- public long SizeInBytes() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class SegmentInfos : System.Collections.Generic.List<Lucene.Net.Index.SegmentInfo>, System.ICloneable
- {
- public int counter;
- public const int FORMAT = -1;
- public const int FORMAT_CHECKSUM = -5;
- public const int FORMAT_DEL_COUNT = -6;
- public const int FORMAT_DIAGNOSTICS = -9;
- public const int FORMAT_HAS_PROX = -7;
- public const int FORMAT_LOCKLESS = -2;
- public const int FORMAT_SHARED_DOC_STORE = -4;
- public const int FORMAT_SINGLE_NORM_FILE = -3;
- public const int FORMAT_USER_DATA = -8;
- public SegmentInfos() { }
- public static int DefaultGenFileRetryCount { get { throw null; } set { } }
- public static int DefaultGenFileRetryPauseMsec { get { throw null; } set { } }
- public static int DefaultGenLookaheadCount { get { throw null; } set { } }
- public long Generation { get { throw null; } }
- public static System.IO.StreamWriter InfoStream { get { throw null; } }
- public long LastGeneration { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, string> UserData { get { throw null; } }
- public long Version { get { throw null; } }
- public object Clone() { throw null; }
- public void Commit(Lucene.Net.Store.Directory dir) { }
- public override bool Equals(object obj) { throw null; }
- public System.Collections.Generic.ICollection<string> Files(Lucene.Net.Store.Directory dir, bool includeSegmentsFile) { throw null; }
- public static long GenerationFromSegmentsFileName(string fileName) { throw null; }
- public string GetCurrentSegmentFileName() { throw null; }
- public static string GetCurrentSegmentFileName(Lucene.Net.Store.Directory directory) { throw null; }
- public static string GetCurrentSegmentFileName(string[] files) { throw null; }
- public static long GetCurrentSegmentGeneration(Lucene.Net.Store.Directory directory) { throw null; }
- public static long GetCurrentSegmentGeneration(string[] files) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetNextSegmentFileName() { throw null; }
- public bool HasExternalSegments(Lucene.Net.Store.Directory dir) { throw null; }
- public Lucene.Net.Index.SegmentInfo Info(int i) { throw null; }
- public Lucene.Net.Index.SegmentInfos Range(int first, int last) { throw null; }
- public void Read(Lucene.Net.Store.Directory directory) { }
- public void Read(Lucene.Net.Store.Directory directory, string segmentFileName) { }
- public static System.Collections.Generic.IDictionary<string, string> ReadCurrentUserData(Lucene.Net.Store.Directory directory) { throw null; }
- public static long ReadCurrentVersion(Lucene.Net.Store.Directory directory) { throw null; }
- public string SegString(Lucene.Net.Store.Directory directory) { throw null; }
- public static void SetInfoStream(System.IO.StreamWriter infoStream) { }
- public abstract partial class FindSegmentsFile
- {
- protected FindSegmentsFile(Lucene.Net.Store.Directory directory) { }
- public abstract object DoBody(string segmentFileName);
- public object Run() { throw null; }
- public object Run(Lucene.Net.Index.IndexCommit commit) { throw null; }
- }
- }
- public sealed partial class SegmentMerger
- {
- public SegmentMerger(Lucene.Net.Store.Directory dir, string name) { }
- public void Add(Lucene.Net.Index.IndexReader reader) { }
- public System.Collections.Generic.ICollection<string> CreateCompoundFile(string fileName) { throw null; }
- public int Merge() { throw null; }
- }
- public partial class SegmentReader : Lucene.Net.Index.IndexReader
- {
- protected internal bool readOnly;
- public SegmentReader() { }
- public Lucene.Net.Index.SegmentReader.CoreReaders core_ForNUnit { get { throw null; } }
- public Lucene.Net.Index.SegmentReader.Ref deletedDocsRef_ForNUnit { get { throw null; } }
- public Lucene.Net.Util.BitVector deletedDocs_ForNUnit { get { throw null; } }
- public override object DeletesCacheKey { get { throw null; } }
- public override object FieldCacheKey { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, Lucene.Net.Index.SegmentReader.Norm> norms_ForNUnit { get { throw null; } }
- public virtual string SegmentName { get { throw null; } }
- public override int TermInfosIndexDivisor { get { throw null; } }
- public override long UniqueTermCount { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- protected internal virtual Lucene.Net.Util.BitVector CloneDeletedDocs(Lucene.Net.Util.BitVector bv) { throw null; }
- protected internal virtual byte[] CloneNormBytes(byte[] bytes) { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int docNum) { }
- protected internal override void DoSetNorm(int doc, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public virtual Lucene.Net.Index.FieldInfos FieldInfos() { throw null; }
- public static Lucene.Net.Index.SegmentReader Get(bool readOnly, Lucene.Net.Index.SegmentInfo si, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.SegmentReader Get(bool readOnly, Lucene.Net.Store.Directory dir, Lucene.Net.Index.SegmentInfo si, int readBufferSize, bool doOpenStores, int termInfosIndexDivisor) { throw null; }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldOption) { throw null; }
- protected internal virtual byte[] GetNorms(string field) { throw null; }
- public static Lucene.Net.Index.SegmentReader GetOnlySegmentReader(Lucene.Net.Index.IndexReader reader) { throw null; }
- [System.ObsoleteAttribute("Remove this when tests are fixed!")]
- public static Lucene.Net.Index.SegmentReader GetOnlySegmentReader(Lucene.Net.Store.Directory dir) { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] bytes, int offset) { }
- public virtual bool NormsClosed() { throw null; }
- public virtual bool NormsClosed(string field) { throw null; }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t) { throw null; }
- public virtual bool TermsIndexLoaded() { throw null; }
- public sealed partial class CoreReaders
- {
- internal CoreReaders() { }
- public Lucene.Net.Index.FieldInfos fieldInfos_ForNUnit { get { throw null; } }
- }
- public sealed partial class Norm : System.ICloneable
- {
- public Norm(Lucene.Net.Index.SegmentReader enclosingInstance, Lucene.Net.Store.IndexInput in_Renamed, int number, long normSeek) { }
- public Lucene.Net.Index.SegmentReader Enclosing_Instance { get { throw null; } }
- public byte[] Bytes() { throw null; }
- public void Bytes(byte[] bytesOut, int offset, int len) { }
- public Lucene.Net.Index.SegmentReader.Ref BytesRef() { throw null; }
- public object Clone() { throw null; }
- public byte[] CopyOnWrite() { throw null; }
- public void DecRef() { }
- public void IncRef() { }
- public void ReWrite(Lucene.Net.Index.SegmentInfo si) { }
- }
- public partial class Ref
- {
- public Ref() { }
- public virtual int DecRef() { throw null; }
- public virtual int IncRef() { throw null; }
- public virtual int RefCount() { throw null; }
- public override string ToString() { throw null; }
- }
- }
- public partial class SerialMergeScheduler : Lucene.Net.Index.MergeScheduler
- {
- public SerialMergeScheduler() { }
- protected override void Dispose(bool disposing) { }
- public override void Merge(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class SnapshotDeletionPolicy : Lucene.Net.Index.IndexDeletionPolicy
- {
- public SnapshotDeletionPolicy(Lucene.Net.Index.IndexDeletionPolicy primary) { }
- public virtual void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public virtual void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public virtual void Release() { }
- public virtual Lucene.Net.Index.IndexCommit Snapshot() { throw null; }
- }
- public partial class SortedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public const string ALL = "_ALL_";
- public SortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public SortedTermVectorMapper(System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public virtual System.Collections.Generic.SortedSet<Lucene.Net.Index.TermVectorEntry> TermVectorEntrySet { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- }
- [System.SerializableAttribute]
- public partial class StaleReaderException : System.IO.IOException
- {
- public StaleReaderException(string message) { }
- }
- [System.SerializableAttribute]
- public sealed partial class Term : System.IComparable<Lucene.Net.Index.Term>
- {
- public Term(string fld) { }
- public Term(string fld, string txt) { }
- public string Field { get { throw null; } }
- public string Text { get { throw null; } }
- public int CompareTo(Lucene.Net.Index.Term other) { throw null; }
- public Lucene.Net.Index.Term CreateTerm(string text) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface TermDocs : System.IDisposable
- {
- int Doc { get; }
- int Freq { get; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- void Close();
- bool Next();
- int Read(int[] docs, int[] freqs);
- void Seek(Lucene.Net.Index.Term term);
- void Seek(Lucene.Net.Index.TermEnum termEnum);
- bool SkipTo(int target);
- }
- public abstract partial class TermEnum : System.IDisposable
- {
- protected TermEnum() { }
- public abstract Lucene.Net.Index.Term Term { get; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract int DocFreq();
- public abstract bool Next();
- }
- public partial interface TermPositions : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- bool IsPayloadAvailable { get; }
- int PayloadLength { get; }
- byte[] GetPayload(byte[] data, int offset);
- int NextPosition();
- }
- public partial interface TermPositionVector : Lucene.Net.Index.ITermFreqVector
- {
- Lucene.Net.Index.TermVectorOffsetInfo[] GetOffsets(int index);
- int[] GetTermPositions(int index);
- }
- public partial class TermVectorEntry
- {
- public TermVectorEntry() { }
- public TermVectorEntry(string field, string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public virtual string Field { get { throw null; } }
- public virtual int Frequency { get { throw null; } }
- public virtual string Term { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Index.TermVectorOffsetInfo[] GetOffsets() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class TermVectorEntryFreqSortedComparator : System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry>
- {
- public TermVectorEntryFreqSortedComparator() { }
- public virtual int Compare(Lucene.Net.Index.TermVectorEntry entry, Lucene.Net.Index.TermVectorEntry entry1) { throw null; }
- }
- public abstract partial class TermVectorMapper
- {
- protected internal TermVectorMapper() { }
- protected internal TermVectorMapper(bool ignoringPositions, bool ignoringOffsets) { }
- public virtual bool IsIgnoringOffsets { get { throw null; } }
- public virtual bool IsIgnoringPositions { get { throw null; } }
- public abstract void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions);
- public virtual void SetDocumentNumber(int documentNumber) { }
- public abstract void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions);
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TermVectorOffsetInfo : System.IEquatable<Lucene.Net.Index.TermVectorOffsetInfo>
- {
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Index.TermVectorOffsetInfo[] EMPTY_OFFSET_INFO;
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Index.TermVectorOffsetInfo Null;
- public TermVectorOffsetInfo(int startOffset, int endOffset) { throw null;}
- public int EndOffset { get { throw null; } set { } }
- public int StartOffset { get { throw null; } set { } }
- public bool Equals(Lucene.Net.Index.TermVectorOffsetInfo other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Lucene.Net.Index.TermVectorOffsetInfo left, object right) { throw null; }
- public static bool operator !=(Lucene.Net.Index.TermVectorOffsetInfo left, object right) { throw null; }
- }
-}
-namespace Lucene.Net.Messages
-{
- public partial interface INLSException
- {
- Lucene.Net.Messages.Message MessageObject { get; }
- }
- public partial interface Message
- {
- string Key { get; }
- object[] GetArguments();
- string GetLocalizedMessage();
- string GetLocalizedMessage(System.Globalization.CultureInfo locale);
- }
- [System.SerializableAttribute]
- public partial class MessageImpl : Lucene.Net.Messages.Message
- {
- public MessageImpl(string key) { }
- public MessageImpl(string key, params object[] args) { }
- public virtual string Key { get { throw null; } }
- public virtual object[] GetArguments() { throw null; }
- public virtual string GetLocalizedMessage() { throw null; }
- public virtual string GetLocalizedMessage(System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class NLS
- {
- protected internal NLS() { }
- public static string GetLocalizedMessage(string key) { throw null; }
- public static string GetLocalizedMessage(string key, System.Globalization.CultureInfo locale) { throw null; }
- public static string GetLocalizedMessage(string key, System.Globalization.CultureInfo locale, params object[] args) { throw null; }
- public static string GetLocalizedMessage(string key, params object[] args) { throw null; }
- protected internal static void InitializeMessages<T>(string bundleName) { }
- public partial interface IPriviligedAction
- {
- object Run();
- }
- }
-}
-namespace Lucene.Net.QueryParsers
-{
- public sealed partial class FastCharStream : Lucene.Net.QueryParsers.ICharStream
- {
- public FastCharStream(System.IO.TextReader r) { }
- public int BeginColumn { get { throw null; } }
- public int BeginLine { get { throw null; } }
- public int Column { get { throw null; } }
- public int EndColumn { get { throw null; } }
- public int EndLine { get { throw null; } }
- public string Image { get { throw null; } }
- public int Line { get { throw null; } }
- public void Backup(int amount) { }
- public char BeginToken() { throw null; }
- public void Done() { }
- public char[] GetSuffix(int len) { throw null; }
- public char ReadChar() { throw null; }
- }
- public partial interface ICharStream
- {
- int BeginColumn { get; }
- int BeginLine { get; }
- [System.ObsoleteAttribute]
- int Column { get; }
- int EndColumn { get; }
- int EndLine { get; }
- string Image { get; }
- [System.ObsoleteAttribute]
- int Line { get; }
- void Backup(int amount);
- char BeginToken();
- void Done();
- char[] GetSuffix(int len);
- char ReadChar();
- }
- public partial class MultiFieldQueryParser : Lucene.Net.QueryParsers.QueryParser
- {
- protected internal System.Collections.Generic.IDictionary<string, float> boosts;
- protected internal string[] fields;
- public MultiFieldQueryParser(Lucene.Net.Util.Version matchVersion, string[] fields, Lucene.Net.Analysis.Analyzer analyzer) : base (default(Lucene.Net.Util.Version), default(string), default(Lucene.Net.Analysis.Analyzer)) { }
- public MultiFieldQueryParser(Lucene.Net.Util.Version matchVersion, string[] fields, Lucene.Net.Analysis.Analyzer analyzer, System.Collections.Generic.IDictionary<string, float> boosts) : base (default(Lucene.Net.Util.Version), default(string), default(Lucene.Net.Analysis.Analyzer)) { }
- protected internal override Lucene.Net.Search.Query GetFieldQuery(string field, string queryText) { throw null; }
- protected internal override Lucene.Net.Search.Query GetFieldQuery(string field, string queryText, int slop) { throw null; }
- protected internal override Lucene.Net.Search.Query GetFuzzyQuery(string field, string termStr, float minSimilarity) { throw null; }
- protected internal override Lucene.Net.Search.Query GetPrefixQuery(string field, string termStr) { throw null; }
- protected internal override Lucene.Net.Search.Query GetRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- protected internal override Lucene.Net.Search.Query GetWildcardQuery(string field, string termStr) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string query, string[] fields, Lucene.Net.Search.Occur[] flags, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string[] queries, string[] fields, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string[] queries, string[] fields, Lucene.Net.Search.Occur[] flags, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ParseException : System.Exception
- {
- public Lucene.Net.QueryParsers.Token currentToken;
- protected internal string eol;
- public int[][] expectedTokenSequences;
- protected internal bool specialConstructor;
- public string[] tokenImage;
- public ParseException() { }
- public ParseException(Lucene.Net.QueryParsers.Token currentTokenVal, int[][] expectedTokenSequencesVal, string[] tokenImageVal) { }
- public ParseException(string message) { }
- public ParseException(string message, System.Exception ex) { }
- public override string Message { get { throw null; } }
- protected internal virtual string Add_escapes(string str) { throw null; }
- }
- public partial class QueryParser : Lucene.Net.QueryParsers.QueryParserConstants
- {
- public static Lucene.Net.QueryParsers.QueryParser.Operator AND_OPERATOR;
- public Lucene.Net.QueryParsers.Token jj_nt;
- public static Lucene.Net.QueryParsers.QueryParser.Operator OR_OPERATOR;
- public Lucene.Net.QueryParsers.Token token;
- public Lucene.Net.QueryParsers.QueryParserTokenManager token_source;
- protected internal QueryParser(Lucene.Net.QueryParsers.ICharStream stream) { }
- protected QueryParser(Lucene.Net.QueryParsers.QueryParserTokenManager tm) { }
- public QueryParser(Lucene.Net.Util.Version matchVersion, string f, Lucene.Net.Analysis.Analyzer a) { }
- public virtual bool AllowLeadingWildcard { get { throw null; } set { } }
- public virtual Lucene.Net.Analysis.Analyzer Analyzer { get { throw null; } }
- public virtual Lucene.Net.QueryParsers.QueryParser.Operator DefaultOperator { get { throw null; } set { } }
- public virtual bool EnablePositionIncrements { get { throw null; } set { } }
- public virtual string Field { get { throw null; } }
- public virtual float FuzzyMinSim { get { throw null; } set { } }
- public virtual int FuzzyPrefixLength { get { throw null; } set { } }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual bool LowercaseExpandedTerms { get { throw null; } set { } }
- public virtual Lucene.Net.Search.RewriteMethod MultiTermRewriteMethod { get { throw null; } set { } }
- public virtual int PhraseSlop { get { throw null; } set { } }
- public virtual System.Globalization.CompareInfo RangeCollator { get { throw null; } set { } }
- protected internal virtual void AddClause(System.Collections.Generic.List<Lucene.Net.Search.BooleanClause> clauses, int conj, int mods, Lucene.Net.Search.Query q) { }
- public Lucene.Net.Search.Query Clause(string field) { throw null; }
- public int Conjunction() { throw null; }
- public void Disable_tracing() { }
- public void Enable_tracing() { }
- public static string Escape(string s) { throw null; }
- public virtual Lucene.Net.QueryParsers.ParseException GenerateParseException() { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetBooleanQuery(System.Collections.Generic.IList<Lucene.Net.Search.BooleanClause> clauses) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetBooleanQuery(System.Collections.Generic.IList<Lucene.Net.Search.BooleanClause> clauses, bool disableCoord) { throw null; }
- public virtual Lucene.Net.Documents.DateTools.Resolution getDateResolution(string fieldName) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFieldQuery(string field, string queryText) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFieldQuery(string field, string queryText, int slop) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFuzzyQuery(string field, string termStr, float minSimilarity) { throw null; }
- public Lucene.Net.QueryParsers.Token GetNextToken() { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetPrefixQuery(string field, string termStr) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- public Lucene.Net.QueryParsers.Token getToken(int index) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetWildcardQuery(string field, string termStr) { throw null; }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public int Modifiers() { throw null; }
- protected internal virtual Lucene.Net.Search.BooleanClause NewBooleanClause(Lucene.Net.Search.Query q, Lucene.Net.Search.Occur occur) { throw null; }
- protected internal virtual Lucene.Net.Search.BooleanQuery NewBooleanQuery(bool disableCoord) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewFuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity, int prefixLength) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewMatchAllDocsQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.MultiPhraseQuery NewMultiPhraseQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.PhraseQuery NewPhraseQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewPrefixQuery(Lucene.Net.Index.Term prefix) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewTermQuery(Lucene.Net.Index.Term term) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewWildcardQuery(Lucene.Net.Index.Term t) { throw null; }
- public virtual Lucene.Net.Search.Query Parse(string query) { throw null; }
- public Lucene.Net.Search.Query Query(string field) { throw null; }
- public void ReInit(Lucene.Net.QueryParsers.ICharStream stream) { }
- public void ReInit(Lucene.Net.QueryParsers.QueryParserTokenManager tm) { }
- public virtual void SetDateResolution(Lucene.Net.Documents.DateTools.Resolution dateResolution) { }
- public virtual void SetDateResolution(string fieldName, Lucene.Net.Documents.DateTools.Resolution dateResolution) { }
- public Lucene.Net.Search.Query Term(string field) { throw null; }
- public Lucene.Net.Search.Query TopLevelQuery(string field) { throw null; }
- public enum Operator
- {
- AND = 1,
- OR = 0,
- }
- }
- public partial class QueryParserConstants
- {
- protected internal const int AndToken = 8;
- protected internal const int BoostToken = 0;
- protected internal const int CaratToken = 17;
- protected internal const int ColonToken = 15;
- protected internal const int DefaultToken = 3;
- protected internal const int EndOfFileToken = 0;
- protected internal const int EscapedCharToken = 2;
- protected internal const int FuzzySlopToken = 20;
- protected internal const int LParanToken = 13;
- protected internal const int MinusToken = 12;
- protected internal const int NotToken = 10;
- protected internal const int NumberToken = 25;
- protected internal const int NumCharToken = 1;
- protected internal const int OrToken = 9;
- protected internal const int PlusToken = 11;
- protected internal const int PrefixTermToken = 21;
- protected internal const int QuotedCharToken = 6;
- protected internal const int QuotedToken = 18;
- protected internal const int RangeExEndToken = 31;
- protected internal const int RangeExGoopToken = 33;
- protected internal const int RangeExQuotedToken = 32;
- protected internal const int RangeExStartToken = 24;
- protected const int RangeExToken = 1;
- protected internal const int RangeExToToken = 30;
- protected internal const int RangeInEndToken = 27;
- protected internal const int RangeInGoopToken = 29;
- protected internal const int RangeInQuotedToken = 28;
- protected internal const int RangeInStartToken = 23;
- protected internal const int RangeInToken = 2;
- protected internal const int RangeInToToken = 26;
- protected internal const int RParenToken = 14;
- protected internal const int StarToken = 16;
- protected internal const int TermCharToken = 4;
- protected internal const int TermStartCharToken = 3;
- protected internal const int TermToken = 19;
- protected internal static string[] tokenImage;
- protected internal const int WhitespaceToken = 5;
- protected internal const int WildTermToken = 22;
- public QueryParserConstants() { }
- }
- public partial class QueryParserTokenManager : Lucene.Net.QueryParsers.QueryParserConstants
- {
- protected internal char curChar;
- public System.IO.StreamWriter debugStream;
- protected internal Lucene.Net.QueryParsers.ICharStream input_stream;
- public static readonly int[] jjnewLexState;
- public static readonly string[] jjstrLiteralImages;
- public static readonly string[] lexStateNames;
- public QueryParserTokenManager(Lucene.Net.QueryParsers.ICharStream stream) { }
- public QueryParserTokenManager(Lucene.Net.QueryParsers.ICharStream stream, int lexState) { }
- public virtual Lucene.Net.QueryParsers.Token GetNextToken() { throw null; }
- protected internal virtual Lucene.Net.QueryParsers.Token JjFillToken() { throw null; }
- public virtual void ReInit(Lucene.Net.QueryParsers.ICharStream stream) { }
- public virtual void ReInit(Lucene.Net.QueryParsers.ICharStream stream, int lexState) { }
- public virtual void SetDebugStream(System.IO.StreamWriter ds) { }
- public virtual void SwitchTo(int lexState) { }
- }
- public partial class Token
- {
- public int beginColumn;
- public int beginLine;
- public int endColumn;
- public int endLine;
- public string image;
- public int kind;
- public Lucene.Net.QueryParsers.Token next;
- public Lucene.Net.QueryParsers.Token specialToken;
- public Token() { }
- public Token(int kind) { }
- public Token(int kind, string image) { }
- public virtual object Value { get { throw null; } }
- public static Lucene.Net.QueryParsers.Token NewToken(int ofKind) { throw null; }
- public static Lucene.Net.QueryParsers.Token NewToken(int ofKind, string image) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TokenMgrError : System.ApplicationException
- {
- public TokenMgrError() { }
- public TokenMgrError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar, int reason) { }
- public TokenMgrError(string message, int reason) { }
- public override string Message { get { throw null; } }
- protected internal static string addEscapes(string str) { throw null; }
- protected internal static string LexicalError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar) { throw null; }
- }
-}
-namespace Lucene.Net.Search
-{
- [System.SerializableAttribute]
- public partial class BooleanClause
- {
- public BooleanClause(Lucene.Net.Search.Query query, Lucene.Net.Search.Occur occur) { }
- public virtual bool IsProhibited { get { throw null; } }
- public virtual bool IsRequired { get { throw null; } }
- public virtual Lucene.Net.Search.Occur Occur { get { throw null; } set { } }
- public virtual Lucene.Net.Search.Query Query { get { throw null; } set { } }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class BooleanQuery : Lucene.Net.Search.Query, System.Collections.Generic.IEnumerable<Lucene.Net.Search.BooleanClause>, System.Collections.IEnumerable, System.ICloneable
- {
- protected internal int minNrShouldMatch;
- public BooleanQuery() { }
- public BooleanQuery(bool disableCoord) { }
- public virtual System.Collections.Generic.List<Lucene.Net.Search.BooleanClause> Clauses { get { throw null; } }
- public static int MaxClauseCount { get { throw null; } set { } }
- public virtual int MinimumNumberShouldMatch { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Search.BooleanClause clause) { }
- public virtual void Add(Lucene.Net.Search.Query query, Lucene.Net.Search.Occur occur) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.BooleanClause[] GetClauses() { throw null; }
- public System.Collections.Generic.IEnumerator<Lucene.Net.Search.BooleanClause> GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public virtual bool IsCoordDisabled() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public override string ToString(string field) { throw null; }
- [System.SerializableAttribute]
- protected internal partial class BooleanWeight : Lucene.Net.Search.Weight
- {
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.List<Lucene.Net.Search.Weight> weights;
- public BooleanWeight(Lucene.Net.Search.BooleanQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.BooleanQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override bool GetScoresDocsOutOfOrder() { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TooManyClauses : System.SystemException
- {
- public TooManyClauses() { }
- public override string Message { get { throw null; } }
- }
- }
- public sealed partial class BooleanScorer : Lucene.Net.Search.Scorer
- {
- public BooleanScorer(Lucene.Net.Search.Similarity similarity, int minNrShouldMatch, System.Collections.Generic.List<Lucene.Net.Search.Scorer> optionalScorers, System.Collections.Generic.List<Lucene.Net.Search.Scorer> prohibitedScorers) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector collector) { }
- public override bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface ByteParser : Lucene.Net.Search.Parser
- {
- sbyte ParseByte(string string_Renamed);
- }
- public abstract partial class CacheEntry
- {
- protected CacheEntry() { }
- public abstract System.Type CacheType { get; }
- public abstract object Custom { get; }
- public string EstimatedSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected internal set { } }
- public abstract string FieldName { get; }
- public abstract object ReaderKey { get; }
- public abstract object Value { get; }
- public virtual void EstimateSize() { }
- public virtual void EstimateSize(Lucene.Net.Util.RamUsageEstimator ramCalc) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CachingSpanFilter : Lucene.Net.Search.SpanFilter
- {
- public int hitCount;
- public int missCount;
- public CachingSpanFilter(Lucene.Net.Search.SpanFilter filter) { }
- public CachingSpanFilter(Lucene.Net.Search.SpanFilter filter, Lucene.Net.Search.CachingWrapperFilter.DeletesMode deletesMode) { }
- public override Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CachingWrapperFilter : Lucene.Net.Search.Filter
- {
- protected internal Lucene.Net.Search.Filter filter;
- public int hitCount;
- public int missCount;
- public CachingWrapperFilter(Lucene.Net.Search.Filter filter) { }
- public CachingWrapperFilter(Lucene.Net.Search.Filter filter, Lucene.Net.Search.CachingWrapperFilter.DeletesMode deletesMode) { }
- protected internal virtual Lucene.Net.Search.DocIdSet DocIdSetToCache(Lucene.Net.Search.DocIdSet docIdSet, Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- public enum DeletesMode
- {
- DYNAMIC = 2,
- IGNORE = 0,
- RECACHE = 1,
- }
- }
- public abstract partial class Collector
- {
- protected Collector() { }
- public abstract bool AcceptsDocsOutOfOrder { get; }
- public abstract void Collect(int doc);
- public abstract void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase);
- public abstract void SetScorer(Lucene.Net.Search.Scorer scorer);
- }
- [System.SerializableAttribute]
- public partial class ComplexExplanation : Lucene.Net.Search.Explanation
- {
- public ComplexExplanation() { }
- public ComplexExplanation(bool match, float value_Renamed, string description) { }
- public override bool IsMatch { get { throw null; } }
- public virtual System.Nullable<bool> Match { get { throw null; } set { } }
- protected internal override string Summary { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class ConstantScoreQuery : Lucene.Net.Search.Query
- {
- protected internal Lucene.Net.Search.Filter internalFilter;
- public ConstantScoreQuery(Lucene.Net.Search.Filter filter) { }
- public virtual Lucene.Net.Search.Filter Filter { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- protected internal partial class ConstantScorer : Lucene.Net.Search.Scorer
- {
- public ConstantScorer(Lucene.Net.Search.ConstantScoreQuery enclosingInstance, Lucene.Net.Search.Similarity similarity, Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.Weight w) : base (default(Lucene.Net.Search.Similarity)) { }
- public Lucene.Net.Search.ConstantScoreQuery Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- }
- [System.SerializableAttribute]
- protected internal partial class ConstantWeight : Lucene.Net.Search.Weight
- {
- public ConstantWeight(Lucene.Net.Search.ConstantScoreQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.ConstantScoreQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- public sealed partial class CreationPlaceholder
- {
- public CreationPlaceholder() { }
- }
- [System.SerializableAttribute]
- public partial class DefaultSimilarity : Lucene.Net.Search.Similarity
- {
- protected internal bool internalDiscountOverlaps;
- public DefaultSimilarity() { }
- public virtual bool DiscountOverlaps { get { throw null; } set { } }
- public override float ComputeNorm(string field, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public override float Coord(int overlap, int maxOverlap) { throw null; }
- public override float Idf(int docFreq, int numDocs) { throw null; }
- public override float LengthNorm(string fieldName, int numTerms) { throw null; }
- public override float QueryNorm(float sumOfSquaredWeights) { throw null; }
- public override float SloppyFreq(int distance) { throw null; }
- public override float Tf(float freq) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DisjunctionMaxQuery : Lucene.Net.Search.Query, System.Collections.Generic.IEnumerable<Lucene.Net.Search.Query>, System.Collections.IEnumerable, System.ICloneable
- {
- public DisjunctionMaxQuery(System.Collections.Generic.ICollection<Lucene.Net.Search.Query> disjuncts, float tieBreakerMultiplier) { }
- public DisjunctionMaxQuery(float tieBreakerMultiplier) { }
- public virtual void Add(Lucene.Net.Search.Query query) { }
- public virtual void Add(System.Collections.Generic.ICollection<Lucene.Net.Search.Query> disjuncts) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual System.Collections.Generic.IEnumerator<Lucene.Net.Search.Query> GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public override string ToString(string field) { throw null; }
- [System.SerializableAttribute]
- protected internal partial class DisjunctionMaxWeight : Lucene.Net.Search.Weight
- {
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.List<Lucene.Net.Search.Weight> weights;
- public DisjunctionMaxWeight(Lucene.Net.Search.DisjunctionMaxQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.DisjunctionMaxQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class DocIdSet
- {
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Search.DocIdSet EMPTY_DOCIDSET;
- protected DocIdSet() { }
- public virtual bool IsCacheable { get { throw null; } }
- public abstract Lucene.Net.Search.DocIdSetIterator Iterator();
- public partial class AnonymousClassDocIdSet : Lucene.Net.Search.DocIdSet
- {
- public AnonymousClassDocIdSet() { }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public partial class AnonymousClassDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public AnonymousClassDocIdSetIterator(Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet enclosingInstance) { }
- public Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- }
- }
- public abstract partial class DocIdSetIterator
- {
- public static readonly int NO_MORE_DOCS;
- protected DocIdSetIterator() { }
- public abstract int Advance(int target);
- public abstract int DocID();
- public abstract int NextDoc();
- }
- public partial interface DoubleParser : Lucene.Net.Search.Parser
- {
- double ParseDouble(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class Explanation
- {
- public Explanation() { }
- public Explanation(float value, string description) { }
- public virtual string Description { get { throw null; } set { } }
- public virtual bool IsMatch { get { throw null; } }
- protected internal virtual string Summary { get { throw null; } }
- public virtual float Value { get { throw null; } set { } }
- public virtual void AddDetail(Lucene.Net.Search.Explanation detail) { }
- public virtual Lucene.Net.Search.Explanation[] GetDetails() { throw null; }
- public virtual string ToHtml() { throw null; }
- public override string ToString() { throw null; }
- protected internal virtual string ToString(int depth) { throw null; }
- [System.SerializableAttribute]
- public abstract partial class IDFExplanation
- {
- protected IDFExplanation() { }
- public abstract float Idf { get; }
- public abstract string Explain();
- }
- }
- public partial interface FieldCache
- {
- System.IO.StreamWriter InfoStream { get; set; }
- sbyte[] GetBytes(Lucene.Net.Index.IndexReader reader, string field);
- sbyte[] GetBytes(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.ByteParser parser);
- Lucene.Net.Search.CacheEntry[] GetCacheEntries();
- double[] GetDoubles(Lucene.Net.Index.IndexReader reader, string field);
- double[] GetDoubles(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.DoubleParser parser);
- float[] GetFloats(Lucene.Net.Index.IndexReader reader, string field);
- float[] GetFloats(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.FloatParser parser);
- int[] GetInts(Lucene.Net.Index.IndexReader reader, string field);
- int[] GetInts(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.IntParser parser);
- long[] GetLongs(Lucene.Net.Index.IndexReader reader, string field);
- long[] GetLongs(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.LongParser parser);
- short[] GetShorts(Lucene.Net.Index.IndexReader reader, string field);
- short[] GetShorts(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.ShortParser parser);
- Lucene.Net.Search.StringIndex GetStringIndex(Lucene.Net.Index.IndexReader reader, string field);
- string[] GetStrings(Lucene.Net.Index.IndexReader reader, string field);
- void Purge(Lucene.Net.Index.IndexReader r);
- void PurgeAllCaches();
- }
- public static partial class FieldCacheRangeFilter
- {
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.SByte>> NewByteRange(string field, Lucene.Net.Search.ByteParser parser, System.Nullable<sbyte> lowerVal, System.Nullable<sbyte> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.SByte>> NewByteRange(string field, System.Nullable<sbyte> lowerVal, System.Nullable<sbyte> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Double>> NewDoubleRange(string field, Lucene.Net.Search.DoubleParser parser, System.Nullable<double> lowerVal, System.Nullable<double> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Double>> NewDoubleRange(string field, System.Nullable<double> lowerVal, System.Nullable<double> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Single>> NewFloatRange(string field, Lucene.Net.Search.FloatParser parser, System.Nullable<float> lowerVal, System.Nullable<float> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Single>> NewFloatRange(string field, System.Nullable<float> lowerVal, System.Nullable<float> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int32>> NewIntRange(string field, Lucene.Net.Search.IntParser parser, System.Nullable<int> lowerVal, System.Nullable<int> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int32>> NewIntRange(string field, System.Nullable<int> lowerVal, System.Nullable<int> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int64>> NewLongRange(string field, Lucene.Net.Search.LongParser parser, System.Nullable<long> lowerVal, System.Nullable<long> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int64>> NewLongRange(string field, System.Nullable<long> lowerVal, System.Nullable<long> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int16>> NewShortRange(string field, Lucene.Net.Search.ShortParser parser, System.Nullable<short> lowerVal, System.Nullable<short> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int16>> NewShortRange(string field, System.Nullable<short> lowerVal, System.Nullable<short> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.String> NewStringRange(string field, string lowerVal, string upperVal, bool includeLower, bool includeUpper) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class FieldCacheRangeFilter<T> : Lucene.Net.Search.Filter
- {
- protected internal FieldCacheRangeFilter(string field, Lucene.Net.Search.Parser parser, T lowerVal, T upperVal, bool includeLower, bool includeUpper) { }
- public string GetField { get { throw null; } }
- public bool IncludesLower { get { throw null; } }
- public bool IncludesUpper { get { throw null; } }
- public T LowerValue { get { throw null; } }
- public Lucene.Net.Search.Parser Parser { get { throw null; } }
- public T UpperValue { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public abstract override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FieldCacheTermsFilter : Lucene.Net.Search.Filter
- {
- public FieldCacheTermsFilter(string field, params string[] terms) { }
- public virtual Lucene.Net.Search.FieldCache FieldCache { get { throw null; } }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- protected internal partial class FieldCacheTermsFilterDocIdSet : Lucene.Net.Search.DocIdSet
- {
- public FieldCacheTermsFilterDocIdSet(Lucene.Net.Search.FieldCacheTermsFilter enclosingInstance, Lucene.Net.Search.StringIndex fcsi) { }
- public Lucene.Net.Search.FieldCacheTermsFilter Enclosing_Instance { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- protected internal partial class FieldCacheTermsFilterDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public FieldCacheTermsFilterDocIdSetIterator(Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet enclosingInstance) { }
- public Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct FieldCache_Fields
- {
- public static readonly Lucene.Net.Search.FieldCache DEFAULT;
- public static readonly Lucene.Net.Search.ByteParser DEFAULT_BYTE_PARSER;
- public static readonly Lucene.Net.Search.DoubleParser DEFAULT_DOUBLE_PARSER;
- public static readonly Lucene.Net.Search.FloatParser DEFAULT_FLOAT_PARSER;
- public static readonly Lucene.Net.Search.IntParser DEFAULT_INT_PARSER;
- public static readonly Lucene.Net.Search.LongParser DEFAULT_LONG_PARSER;
- public static readonly Lucene.Net.Search.ShortParser DEFAULT_SHORT_PARSER;
- public static readonly Lucene.Net.Search.DoubleParser NUMERIC_UTILS_DOUBLE_PARSER;
- public static readonly Lucene.Net.Search.FloatParser NUMERIC_UTILS_FLOAT_PARSER;
- public static readonly Lucene.Net.Search.IntParser NUMERIC_UTILS_INT_PARSER;
- public static readonly Lucene.Net.Search.LongParser NUMERIC_UTILS_LONG_PARSER;
- public static readonly int STRING_INDEX;
- }
- public abstract partial class FieldComparator
- {
- protected FieldComparator() { }
- public abstract System.IComparable this[int slot] { get; }
- protected internal static int BinarySearch(string[] a, string key) { throw null; }
- protected internal static int BinarySearch(string[] a, string key, int low, int high) { throw null; }
- public abstract int Compare(int slot1, int slot2);
- public abstract int CompareBottom(int doc);
- public abstract void Copy(int slot, int doc);
- public abstract void SetBottom(int slot);
- public abstract void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase);
- public virtual void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- public sealed partial class ByteComparator : Lucene.Net.Search.FieldComparator
- {
- internal ByteComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class DocComparator : Lucene.Net.Search.FieldComparator
- {
- internal DocComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class DoubleComparator : Lucene.Net.Search.FieldComparator
- {
- internal DoubleComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class FloatComparator : Lucene.Net.Search.FieldComparator
- {
- internal FloatComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class IntComparator : Lucene.Net.Search.FieldComparator
- {
- internal IntComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class LongComparator : Lucene.Net.Search.FieldComparator
- {
- internal LongComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class RelevanceComparator : Lucene.Net.Search.FieldComparator
- {
- internal RelevanceComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- public sealed partial class ShortComparator : Lucene.Net.Search.FieldComparator
- {
- internal ShortComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringComparatorLocale : Lucene.Net.Search.FieldComparator
- {
- internal StringComparatorLocale() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringOrdValComparator : Lucene.Net.Search.FieldComparator
- {
- public StringOrdValComparator(int numHits, string field, int sortPos, bool reversed) { }
- public int BottomSlot { get { throw null; } }
- public string Field { get { throw null; } }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public string[] GetValues() { throw null; }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringValComparator : Lucene.Net.Search.FieldComparator
- {
- internal StringValComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class FieldComparatorSource
- {
- protected FieldComparatorSource() { }
- public abstract Lucene.Net.Search.FieldComparator NewComparator(string fieldname, int numHits, int sortPos, bool reversed);
- }
- [System.SerializableAttribute]
- public partial class FieldDoc : Lucene.Net.Search.ScoreDoc
- {
- [System.NonSerializedAttribute]
- public System.IComparable[] fields;
- public FieldDoc(int doc, float score) : base (default(int), default(float)) { }
- public FieldDoc(int doc, float score, System.IComparable[] fields) : base (default(int), default(float)) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class FieldValueHitQueue : Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.FieldValueHitQueue.Entry>
- {
- internal FieldValueHitQueue() { }
- protected internal Lucene.Net.Search.FieldComparator[] comparators;
- protected internal Lucene.Net.Search.SortField[] fields;
- protected internal int[] reverseMul;
- public static Lucene.Net.Search.FieldValueHitQueue Create(Lucene.Net.Search.SortField[] fields, int size) { throw null; }
- public abstract override bool LessThan(Lucene.Net.Search.FieldValueHitQueue.Entry a, Lucene.Net.Search.FieldValueHitQueue.Entry b);
- public sealed partial class Entry : Lucene.Net.Search.ScoreDoc
- {
- internal Entry() : base (default(int), default(float)) { }
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class Filter
- {
- protected Filter() { }
- public abstract Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader);
- }
- public abstract partial class FilteredDocIdSet : Lucene.Net.Search.DocIdSet
- {
- protected FilteredDocIdSet(Lucene.Net.Search.DocIdSet innerSet) { }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public abstract bool Match(int docid);
- }
- public abstract partial class FilteredDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- protected internal Lucene.Net.Search.DocIdSetIterator internalInnerIter;
- protected FilteredDocIdSetIterator(Lucene.Net.Search.DocIdSetIterator innerIter) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public abstract bool Match(int doc);
- public override int NextDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FilteredQuery : Lucene.Net.Search.Query
- {
- public FilteredQuery(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter) { }
- public virtual Lucene.Net.Search.Filter Filter { get { throw null; } }
- public virtual Lucene.Net.Search.Query Query { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string s) { throw null; }
- }
- public abstract partial class FilteredTermEnum : Lucene.Net.Index.TermEnum
- {
- protected internal Lucene.Net.Index.TermEnum actualEnum;
- protected internal Lucene.Net.Index.Term currentTerm;
- protected FilteredTermEnum() { }
- public override Lucene.Net.Index.Term Term { get { throw null; } }
- public abstract float Difference();
- protected override void Dispose(bool disposing) { }
- public override int DocFreq() { throw null; }
- public abstract bool EndEnum();
- public override bool Next() { throw null; }
- protected internal virtual void SetEnum(Lucene.Net.Index.TermEnum actualEnum) { }
- protected internal abstract bool TermCompare(Lucene.Net.Index.Term term);
- }
- public partial class FilterManager
- {
- protected internal System.Collections.Generic.IDictionary<int, Lucene.Net.Search.FilterManager.FilterItem> cache;
- protected internal int cacheCleanSize;
- protected internal long cleanSleepTime;
- protected internal const int DEFAULT_CACHE_CLEAN_SIZE = 100;
- protected internal const long DEFAULT_CACHE_SLEEP_TIME = (long)600000;
- protected internal Lucene.Net.Search.FilterManager.FilterCleaner internalFilterCleaner;
- protected internal static Lucene.Net.Search.FilterManager manager;
- protected internal FilterManager() { }
- public static Lucene.Net.Search.FilterManager Instance { get { throw null; } }
- public virtual Lucene.Net.Search.Filter GetFilter(Lucene.Net.Search.Filter filter) { throw null; }
- public virtual void SetCacheSize(int value) { }
- public virtual void SetCleanThreadSleepTime(long value) { }
- protected internal partial class FilterCleaner : Lucene.Net.Support.IThreadRunnable
- {
- public FilterCleaner(Lucene.Net.Search.FilterManager enclosingInstance) { }
- public virtual void Run() { }
- }
- protected internal partial class FilterItem
- {
- public Lucene.Net.Search.Filter filter;
- public long timestamp;
- public FilterItem(Lucene.Net.Search.Filter filter) { }
- }
- }
- public partial interface FloatParser : Lucene.Net.Search.Parser
- {
- float ParseFloat(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class FuzzyQuery : Lucene.Net.Search.MultiTermQuery
- {
- public const float defaultMinSimilarity = 0.5f;
- public const int defaultPrefixLength = 0;
- public FuzzyQuery(Lucene.Net.Index.Term term) { }
- public FuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity) { }
- public FuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity, int prefixLength) { }
- public virtual float MinSimilarity { get { throw null; } }
- public virtual int PrefixLength { get { throw null; } }
- public override Lucene.Net.Search.RewriteMethod RewriteMethod { set { } }
- public Lucene.Net.Index.Term Term { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected internal set { } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- protected internal partial class ScoreTerm : System.IComparable<Lucene.Net.Search.FuzzyQuery.ScoreTerm>
- {
- public float score;
- public Lucene.Net.Index.Term term;
- public ScoreTerm() { }
- public int CompareTo(Lucene.Net.Search.FuzzyQuery.ScoreTerm other) { throw null; }
- }
- }
- public sealed partial class FuzzyTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term) { }
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term, float minSimilarity) { }
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term, float minSimilarity, int prefixLength) { }
- public override float Difference() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class HitQueue : Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.ScoreDoc>
- {
- public HitQueue(int size, bool prePopulate) { }
- protected internal override Lucene.Net.Search.ScoreDoc SentinelObject { get { throw null; } }
- public override bool LessThan(Lucene.Net.Search.ScoreDoc hitA, Lucene.Net.Search.ScoreDoc hitB) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class IndexSearcher : Lucene.Net.Search.Searcher
- {
- public IndexSearcher(Lucene.Net.Index.IndexReader r) { }
- public IndexSearcher(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.IndexReader[] subReaders, int[] docStarts) { }
- public IndexSearcher(Lucene.Net.Store.Directory path) { }
- public IndexSearcher(Lucene.Net.Store.Directory path, bool readOnly) { }
- public virtual Lucene.Net.Index.IndexReader IndexReader { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public Lucene.Net.Index.IndexReader reader_ForNUnit { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override Lucene.Net.Documents.Document Doc(int i) { throw null; }
- public override Lucene.Net.Documents.Document Doc(int i, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc) { throw null; }
- protected internal virtual void GatherSubReaders(System.Collections.Generic.IList<Lucene.Net.Index.IndexReader> allSubReaders, Lucene.Net.Index.IndexReader r) { }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query original) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort, bool fillFields) { throw null; }
- public virtual void SetDefaultFieldSortScoring(bool doTrackScores, bool doMaxScore) { }
- }
- public partial interface IntParser : Lucene.Net.Search.Parser
- {
- int ParseInt(string string_Renamed);
- }
- public partial interface LongParser : Lucene.Net.Search.Parser
- {
- long ParseLong(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class MatchAllDocsQuery : Lucene.Net.Search.Query
- {
- public MatchAllDocsQuery() { }
- public MatchAllDocsQuery(string normsField) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MultiPhraseQuery : Lucene.Net.Search.Query
- {
- public MultiPhraseQuery() { }
- public virtual int Slop { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Index.Term term) { }
- public virtual void Add(Lucene.Net.Index.Term[] terms) { }
- public virtual void Add(Lucene.Net.Index.Term[] terms, int position) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public virtual System.Collections.Generic.IList<Lucene.Net.Index.Term[]> GetTermArrays() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public static bool TermEquals(System.Array array1, System.Array array2) { throw null; }
- public override string ToString(string f) { throw null; }
- }
- public partial class MultiSearcher : Lucene.Net.Search.Searcher
- {
- public MultiSearcher(params Lucene.Net.Search.Searchable[] searchables) { }
- public override int MaxDoc { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Query original) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Lucene.Net.Documents.Document Doc(int n) { throw null; }
- public override Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc) { throw null; }
- public virtual Lucene.Net.Search.Searchable[] GetSearchables() { throw null; }
- protected internal virtual int[] GetStarts() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query original) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual int SubDoc(int n) { throw null; }
- public virtual int SubSearcher(int n) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class MultiTermQuery : Lucene.Net.Search.Query
- {
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_AUTO_REWRITE_DEFAULT;
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE;
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_FILTER_REWRITE;
- protected internal Lucene.Net.Search.RewriteMethod internalRewriteMethod;
- public static readonly Lucene.Net.Search.RewriteMethod SCORING_BOOLEAN_QUERY_REWRITE;
- protected MultiTermQuery() { }
- public virtual Lucene.Net.Search.RewriteMethod RewriteMethod { get { throw null; } set { } }
- public virtual int TotalNumberOfTerms { get { throw null; } }
- public virtual void ClearTotalNumberOfTerms() { }
- public override bool Equals(object obj) { throw null; }
- protected internal abstract Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- protected internal virtual void IncTotalNumberOfTerms(int inc) { }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- [System.SerializableAttribute]
- public partial class AnonymousClassConstantScoreAutoRewrite : Lucene.Net.Search.MultiTermQuery.ConstantScoreAutoRewrite
- {
- public AnonymousClassConstantScoreAutoRewrite() { }
- public override double DocCountPercent { set { } }
- public override int TermCountCutoff { set { } }
- protected internal virtual object ReadResolve() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ConstantScoreAutoRewrite : Lucene.Net.Search.RewriteMethod
- {
- public static double DEFAULT_DOC_COUNT_PERCENT;
- public static int DEFAULT_TERM_COUNT_CUTOFF;
- public ConstantScoreAutoRewrite() { }
- public virtual double DocCountPercent { get { throw null; } set { } }
- public virtual int TermCountCutoff { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.MultiTermQuery query) { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class MultiTermQueryWrapperFilter<T> : Lucene.Net.Search.Filter where T : Lucene.Net.Search.MultiTermQuery
- {
- protected internal T query;
- protected internal MultiTermQueryWrapperFilter(T query) { }
- public virtual int TotalNumberOfTerms { get { throw null; } }
- public virtual void ClearTotalNumberOfTerms() { }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class NumericRangeFilter
- {
- public static Lucene.Net.Search.NumericRangeFilter<System.Double> NewDoubleRange(string field, int precisionStep, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Double> NewDoubleRange(string field, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Single> NewFloatRange(string field, int precisionStep, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Single> NewFloatRange(string field, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int32> NewIntRange(string field, int precisionStep, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int32> NewIntRange(string field, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int64> NewLongRange(string field, int precisionStep, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int64> NewLongRange(string field, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericRangeFilter<T> : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.NumericRangeQuery<T>> where T : struct, System.IComparable<T>
- {
- internal NumericRangeFilter() : base (default(Lucene.Net.Search.NumericRangeQuery<T>)) { }
- public string Field { get { throw null; } }
- public bool IncludesMax { get { throw null; } }
- public bool IncludesMin { get { throw null; } }
- public System.Nullable<T> Max { get { throw null; } }
- public System.Nullable<T> Min { get { throw null; } }
- }
- public static partial class NumericRangeQuery
- {
- public static Lucene.Net.Search.NumericRangeQuery<System.Double> NewDoubleRange(string field, int precisionStep, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Double> NewDoubleRange(string field, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Single> NewFloatRange(string field, int precisionStep, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Single> NewFloatRange(string field, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int32> NewIntRange(string field, int precisionStep, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int32> NewIntRange(string field, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int64> NewLongRange(string field, int precisionStep, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int64> NewLongRange(string field, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericRangeQuery<T> : Lucene.Net.Search.MultiTermQuery where T : struct, System.IComparable<T>
- {
- internal NumericRangeQuery() { }
- public string Field { get { throw null; } }
- public bool IncludesMax { get { throw null; } }
- public bool IncludesMin { get { throw null; } }
- public System.Nullable<T> Max { get { throw null; } }
- public System.Nullable<T> Min { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public enum Occur
- {
- MUST = 0,
- MUST_NOT = 2,
- SHOULD = 1,
- }
- public static partial class OccurExtensions
- {
- public static string ToString(this Lucene.Net.Search.Occur occur) { throw null; }
- }
- public partial class ParallelMultiSearcher : Lucene.Net.Search.MultiSearcher
- {
- public ParallelMultiSearcher(params Lucene.Net.Search.Searchable[] searchables) : base (default(Lucene.Net.Search.Searchable[])) { }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort) { throw null; }
- }
- public partial interface Parser
- {
- }
- [System.SerializableAttribute]
- public partial class PhraseQuery : Lucene.Net.Search.Query
- {
- public PhraseQuery() { }
- public virtual int Slop { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Index.Term term) { }
- public virtual void Add(Lucene.Net.Index.Term term, int position) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> queryTerms) { }
- public override int GetHashCode() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public virtual Lucene.Net.Index.Term[] GetTerms() { throw null; }
- public override string ToString(string f) { throw null; }
- }
- public partial class PositiveScoresOnlyCollector : Lucene.Net.Search.Collector
- {
- public PositiveScoresOnlyCollector(Lucene.Net.Search.Collector c) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public override void Collect(int doc) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- [System.SerializableAttribute]
- public partial class PrefixFilter : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.PrefixQuery>
- {
- public PrefixFilter(Lucene.Net.Index.Term prefix) : base (default(Lucene.Net.Search.PrefixQuery)) { }
- public virtual Lucene.Net.Index.Term Prefix { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PrefixQuery : Lucene.Net.Search.MultiTermQuery
- {
- public PrefixQuery(Lucene.Net.Index.Term prefix) { }
- public virtual Lucene.Net.Index.Term Prefix { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class PrefixTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public PrefixTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term prefix) { }
- protected internal virtual Lucene.Net.Index.Term PrefixTerm { get { throw null; } }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Query : System.ICloneable
- {
- protected Query() { }
- public virtual float Boost { get { throw null; } set { } }
- public virtual object Clone() { throw null; }
- public virtual Lucene.Net.Search.Query Combine(Lucene.Net.Search.Query[] queries) { throw null; }
- public virtual Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public virtual void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public static Lucene.Net.Search.Query MergeBooleanQueries(params Lucene.Net.Search.BooleanQuery[] queries) { throw null; }
- public virtual Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString() { throw null; }
- public abstract string ToString(string field);
- public virtual Lucene.Net.Search.Weight Weight(Lucene.Net.Search.Searcher searcher) { throw null; }
- }
- public partial class QueryTermVector : Lucene.Net.Index.ITermFreqVector
- {
- public QueryTermVector(string queryString, Lucene.Net.Analysis.Analyzer analyzer) { }
- public QueryTermVector(string[] queryTerms) { }
- public virtual string Field { get { throw null; } }
- public virtual int Size { get { throw null; } }
- public virtual int[] GetTermFrequencies() { throw null; }
- public virtual string[] GetTerms() { throw null; }
- public virtual int[] IndexesOf(string[] terms, int start, int len) { throw null; }
- public virtual int IndexOf(string term) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class QueryWrapperFilter : Lucene.Net.Search.Filter
- {
- public QueryWrapperFilter(Lucene.Net.Search.Query query) { }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class RewriteMethod
- {
- protected RewriteMethod() { }
- public abstract Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.MultiTermQuery query);
- }
- public partial class ScoreCachingWrappingScorer : Lucene.Net.Search.Scorer
- {
- public ScoreCachingWrappingScorer(Lucene.Net.Search.Scorer scorer) : base (default(Lucene.Net.Search.Similarity)) { }
- public override Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector collector) { }
- public override bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ScoreDoc
- {
- public ScoreDoc(int doc, float score) { }
- public int Doc { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public float Score { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class Scorer : Lucene.Net.Search.DocIdSetIterator
- {
- protected internal Scorer(Lucene.Net.Search.Similarity similarity) { }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public abstract float Score();
- public virtual void Score(Lucene.Net.Search.Collector collector) { }
- public virtual bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- }
- public partial interface Searchable : System.IDisposable
- {
- int MaxDoc { get; }
- void Close();
- Lucene.Net.Documents.Document Doc(int i);
- Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector);
- int DocFreq(Lucene.Net.Index.Term term);
- int[] DocFreqs(Lucene.Net.Index.Term[] terms);
- Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc);
- Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query query);
- void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector);
- Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n);
- Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort);
- }
- public abstract partial class Searcher : System.MarshalByRefObject, Lucene.Net.Search.Searchable, System.IDisposable
- {
- protected Searcher() { }
- public abstract int MaxDoc { get; }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public virtual Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Query query) { throw null; }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract Lucene.Net.Documents.Document Doc(int i);
- public abstract Lucene.Net.Documents.Document Doc(int docid, Lucene.Net.Documents.FieldSelector fieldSelector);
- public abstract int DocFreq(Lucene.Net.Index.Term term);
- public virtual int[] DocFreqs(Lucene.Net.Index.Term[] terms) { throw null; }
- public virtual Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Query query, int doc) { throw null; }
- public abstract Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc);
- public abstract Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query query);
- public virtual void Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Collector results) { }
- public virtual void Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector results) { }
- public virtual Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, int n) { throw null; }
- public virtual Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Query query, int n) { throw null; }
- public abstract void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector results);
- public abstract Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n);
- public abstract Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort);
- }
- public partial interface ShortParser : Lucene.Net.Search.Parser
- {
- short ParseShort(string string_Renamed);
- }
- [System.SerializableAttribute]
- public abstract partial class Similarity
- {
- public const int NO_DOC_ID_PROVIDED = -1;
- protected Similarity() { }
- public static Lucene.Net.Search.Similarity Default { get { throw null; } set { } }
- public virtual float ComputeNorm(string field, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public abstract float Coord(int overlap, int maxOverlap);
- public static float DecodeNorm(byte b) { throw null; }
- public static byte EncodeNorm(float f) { throw null; }
- public static float[] GetNormDecoder() { throw null; }
- public abstract float Idf(int docFreq, int numDocs);
- public virtual Lucene.Net.Search.Explanation.IDFExplanation IdfExplain(Lucene.Net.Index.Term term, Lucene.Net.Search.Searcher searcher) { throw null; }
- public virtual Lucene.Net.Search.Explanation.IDFExplanation IdfExplain(System.Collections.Generic.ICollection<Lucene.Net.Index.Term> terms, Lucene.Net.Search.Searcher searcher) { throw null; }
- public abstract float LengthNorm(string fieldName, int numTokens);
- public abstract float QueryNorm(float sumOfSquaredWeights);
- public virtual float ScorePayload(int docId, string fieldName, int start, int end, byte[] payload, int offset, int length) { throw null; }
- public abstract float SloppyFreq(int distance);
- public virtual float Tf(int freq) { throw null; }
- public abstract float Tf(float freq);
- }
- [System.SerializableAttribute]
- public partial class SimilarityDelegator : Lucene.Net.Search.Similarity
- {
- public SimilarityDelegator(Lucene.Net.Search.Similarity delegee) { }
- public override float ComputeNorm(string fieldName, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public override float Coord(int overlap, int maxOverlap) { throw null; }
- public override float Idf(int docFreq, int numDocs) { throw null; }
- public override float LengthNorm(string fieldName, int numTerms) { throw null; }
- public override float QueryNorm(float sumOfSquaredWeights) { throw null; }
- public override float ScorePayload(int docId, string fieldName, int start, int end, byte[] payload, int offset, int length) { throw null; }
- public override float SloppyFreq(int distance) { throw null; }
- public override float Tf(float freq) { throw null; }
- }
- public partial class SingleTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public SingleTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term singleTerm) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class Sort
- {
- public static readonly Lucene.Net.Search.Sort INDEXORDER;
- public static readonly Lucene.Net.Search.Sort RELEVANCE;
- public Sort() { }
- public Sort(Lucene.Net.Search.SortField field) { }
- public Sort(params Lucene.Net.Search.SortField[] fields) { }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Search.SortField[] GetSort() { throw null; }
- public virtual void SetSort(Lucene.Net.Search.SortField field) { }
- public virtual void SetSort(params Lucene.Net.Search.SortField[] fields) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SortField
- {
- public const int BYTE = 10;
- public const int CUSTOM = 9;
- public const int DOC = 1;
- public const int DOUBLE = 7;
- public static readonly Lucene.Net.Search.SortField FIELD_DOC;
- public static readonly Lucene.Net.Search.SortField FIELD_SCORE;
- public const int FLOAT = 5;
- public const int INT = 4;
- public const int LONG = 6;
- public const int SCORE = 0;
- public const int SHORT = 8;
- public const int STRING = 3;
- public const int STRING_VAL = 11;
- public SortField(string field, Lucene.Net.Search.FieldComparatorSource comparator) { }
- public SortField(string field, Lucene.Net.Search.FieldComparatorSource comparator, bool reverse) { }
- public SortField(string field, Lucene.Net.Search.Parser parser) { }
- public SortField(string field, Lucene.Net.Search.Parser parser, bool reverse) { }
- public SortField(string field, System.Globalization.CultureInfo locale) { }
- public SortField(string field, System.Globalization.CultureInfo locale, bool reverse) { }
- public SortField(string field, int type) { }
- public SortField(string field, int type, bool reverse) { }
- public virtual Lucene.Net.Search.FieldComparatorSource ComparatorSource { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } }
- public virtual Lucene.Net.Search.Parser Parser { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public virtual Lucene.Net.Search.FieldComparator GetComparator(int numHits, int sortPos) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SpanFilter : Lucene.Net.Search.Filter
- {
- protected SpanFilter() { }
- public abstract Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader);
- }
- public partial class SpanFilterResult
- {
- public SpanFilterResult(Lucene.Net.Search.DocIdSet docIdSet, System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.PositionInfo> positions) { }
- public virtual Lucene.Net.Search.DocIdSet DocIdSet { get { throw null; } }
- public virtual System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.PositionInfo> Positions { get { throw null; } }
- public partial class PositionInfo
- {
- public PositionInfo(int doc) { }
- public virtual int Doc { get { throw null; } }
- public virtual System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.StartEnd> Positions { get { throw null; } }
- public virtual void AddPosition(int start, int end) { }
- }
- public partial class StartEnd
- {
- public StartEnd(int start, int end) { }
- public virtual int End { get { throw null; } }
- public virtual int Start { get { throw null; } }
- }
- }
- [System.SerializableAttribute]
- public partial class SpanQueryFilter : Lucene.Net.Search.SpanFilter
- {
- protected internal Lucene.Net.Search.Spans.SpanQuery internalQuery;
- protected internal SpanQueryFilter() { }
- public SpanQueryFilter(Lucene.Net.Search.Spans.SpanQuery query) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery Query { get { throw null; } }
- public override Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class StringIndex
- {
- public string[] lookup;
- public int[] order;
- public StringIndex(int[] values, string[] lookup) { }
- public virtual int BinarySearchLookup(string key) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermQuery : Lucene.Net.Search.Query
- {
- public TermQuery(Lucene.Net.Index.Term t) { }
- public virtual Lucene.Net.Index.Term Term { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermRangeFilter : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.TermRangeQuery>
- {
- public TermRangeFilter(string fieldName, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper) : base (default(Lucene.Net.Search.TermRangeQuery)) { }
- public TermRangeFilter(string fieldName, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) : base (default(Lucene.Net.Search.TermRangeQuery)) { }
- public virtual System.Globalization.CompareInfo Collator { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual bool IncludesLower { get { throw null; } }
- public virtual bool IncludesUpper { get { throw null; } }
- public virtual string LowerTerm { get { throw null; } }
- public virtual string UpperTerm { get { throw null; } }
- public static Lucene.Net.Search.TermRangeFilter Less(string fieldName, string upperTerm) { throw null; }
- public static Lucene.Net.Search.TermRangeFilter More(string fieldName, string lowerTerm) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermRangeQuery : Lucene.Net.Search.MultiTermQuery
- {
- public TermRangeQuery(string field, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper) { }
- public TermRangeQuery(string field, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) { }
- public virtual System.Globalization.CompareInfo Collator { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual bool IncludesLower { get { throw null; } }
- public virtual bool IncludesUpper { get { throw null; } }
- public virtual string LowerTerm { get { throw null; } }
- public virtual string UpperTerm { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class TermRangeTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public TermRangeTermEnum(Lucene.Net.Index.IndexReader reader, string field, string lowerTermText, string upperTermText, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class TermScorer : Lucene.Net.Search.Scorer
- {
- public TermScorer(Lucene.Net.Search.Weight weight, Lucene.Net.Index.TermDocs td, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector c) { }
- public override bool Score(Lucene.Net.Search.Collector c, int end, int firstDocID) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class TimeLimitingCollector : Lucene.Net.Search.Collector
- {
- public bool DEFAULT_GREEDY;
- public const int DEFAULT_RESOLUTION = 20;
- public TimeLimitingCollector(Lucene.Net.Search.Collector collector, long timeAllowed) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public virtual bool IsGreedy { get { throw null; } set { } }
- public static long Resolution { get { throw null; } set { } }
- public override void Collect(int doc) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int base_Renamed) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- [System.SerializableAttribute]
- public partial class TimeExceededException : System.SystemException
- {
- internal TimeExceededException() { }
- public virtual int LastDocCollected { get { throw null; } }
- public virtual long TimeAllowed { get { throw null; } }
- public virtual long TimeElapsed { get { throw null; } }
- }
- }
- [System.SerializableAttribute]
- public partial class TopDocs
- {
- public TopDocs(int totalHits, Lucene.Net.Search.ScoreDoc[] scoreDocs, float maxScore) { }
- public float MaxScore { get { throw null; } set { } }
- public Lucene.Net.Search.ScoreDoc[] ScoreDocs { get { throw null; } set { } }
- public int TotalHits { get { throw null; } set { } }
- }
- public abstract partial class TopDocsCollector<T> : Lucene.Net.Search.Collector where T : Lucene.Net.Search.ScoreDoc
- {
- protected internal static readonly Lucene.Net.Search.TopDocs EMPTY_TOPDOCS;
- protected internal int internalTotalHits;
- protected internal Lucene.Net.Util.PriorityQueue<T> pq;
- protected internal TopDocsCollector(Lucene.Net.Util.PriorityQueue<T> pq) { }
- public virtual int TotalHits { get { throw null; } }
- public virtual Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- protected internal virtual void PopulateResults(Lucene.Net.Search.ScoreDoc[] results, int howMany) { }
- public Lucene.Net.Search.TopDocs TopDocs() { throw null; }
- public Lucene.Net.Search.TopDocs TopDocs(int start) { throw null; }
- public Lucene.Net.Search.TopDocs TopDocs(int start, int howMany) { throw null; }
- }
- public abstract partial class TopFieldCollector : Lucene.Net.Search.TopDocsCollector<Lucene.Net.Search.FieldValueHitQueue.Entry>
- {
- internal TopFieldCollector() : base (default(Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.FieldValueHitQueue.Entry>)) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public static Lucene.Net.Search.TopFieldCollector Create(Lucene.Net.Search.Sort sort, int numHits, bool fillFields, bool trackDocScores, bool trackMaxScore, bool docsScoredInOrder) { throw null; }
- public override Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- protected internal override void PopulateResults(Lucene.Net.Search.ScoreDoc[] results, int howMany) { }
- }
- [System.SerializableAttribute]
- public partial class TopFieldDocs : Lucene.Net.Search.TopDocs
- {
- public Lucene.Net.Search.SortField[] fields;
- public TopFieldDocs(int totalHits, Lucene.Net.Search.ScoreDoc[] scoreDocs, Lucene.Net.Search.SortField[] fields, float maxScore) : base (default(int), default(Lucene.Net.Search.ScoreDoc[]), default(float)) { }
- }
- public abstract partial class TopScoreDocCollector : Lucene.Net.Search.TopDocsCollector<Lucene.Net.Search.ScoreDoc>
- {
- internal TopScoreDocCollector() : base (default(Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.ScoreDoc>)) { }
- public static Lucene.Net.Search.TopScoreDocCollector Create(int numHits, bool docsScoredInOrder) { throw null; }
- public override Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int base_Renamed) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- [System.SerializableAttribute]
- public abstract partial class Weight
- {
- protected Weight() { }
- public abstract Lucene.Net.Search.Query Query { get; }
- public abstract float Value { get; }
- public abstract Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc);
- public virtual bool GetScoresDocsOutOfOrder() { throw null; }
- public abstract float GetSumOfSquaredWeights();
- public abstract void Normalize(float norm);
- public abstract Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer);
- }
- [System.SerializableAttribute]
- public partial class WildcardQuery : Lucene.Net.Search.MultiTermQuery
- {
- protected internal Lucene.Net.Index.Term internalTerm;
- public WildcardQuery(Lucene.Net.Index.Term term) { }
- public Lucene.Net.Index.Term Term { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class WildcardTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public const char WILDCARD_CHAR = '?';
- public const char WILDCARD_STRING = '*';
- public WildcardTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- public static bool WildcardEquals(string pattern, int patternIdx, string string_Renamed, int stringIdx) { throw null; }
- }
-}
-namespace Lucene.Net.Search.Function
-{
- [System.SerializableAttribute]
- public partial class ByteFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public ByteFieldSource(string field) : base (default(string)) { }
- public ByteFieldSource(string field, Lucene.Net.Search.ByteParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- public partial class CustomScoreProvider
- {
- protected Lucene.Net.Index.IndexReader reader;
- public CustomScoreProvider(Lucene.Net.Index.IndexReader reader) { }
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation valSrcExpl) { throw null; }
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation[] valSrcExpls) { throw null; }
- public virtual float CustomScore(int doc, float subQueryScore, float valSrcScore) { throw null; }
- public virtual float CustomScore(int doc, float subQueryScore, float[] valSrcScores) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CustomScoreQuery : Lucene.Net.Search.Query, System.ICloneable
- {
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery) { }
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery, Lucene.Net.Search.Function.ValueSourceQuery valSrcQuery) { }
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery, params Lucene.Net.Search.Function.ValueSourceQuery[] valSrcQueries) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation valSrcExpl) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation[] valSrcExpls) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual float CustomScore(int doc, float subQueryScore, float valSrcScore) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual float CustomScore(int doc, float subQueryScore, float[] valSrcScores) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- protected virtual Lucene.Net.Search.Function.CustomScoreProvider GetCustomScoreProvider(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual bool IsStrict() { throw null; }
- public virtual string Name() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public virtual void SetStrict(bool strict) { }
- public override string ToString(string field) { throw null; }
- }
- public abstract partial class DocValues
- {
- protected DocValues() { }
- protected internal virtual object InnerArray { get { throw null; } }
- public virtual double DoubleVal(int doc) { throw null; }
- public virtual Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public abstract float FloatVal(int doc);
- public virtual float GetAverageValue() { throw null; }
- public virtual float GetMaxValue() { throw null; }
- public virtual float GetMinValue() { throw null; }
- public virtual int IntVal(int doc) { throw null; }
- public virtual long LongVal(int doc) { throw null; }
- public virtual string StrVal(int doc) { throw null; }
- public abstract string ToString(int doc);
- }
- [System.SerializableAttribute]
- public abstract partial class FieldCacheSource : Lucene.Net.Search.Function.ValueSource
- {
- protected FieldCacheSource(string field) { }
- public abstract bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource other);
- public abstract int CachedFieldSourceHashCode();
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public abstract Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FieldScoreQuery : Lucene.Net.Search.Function.ValueSourceQuery
- {
- public FieldScoreQuery(string field, Lucene.Net.Search.Function.FieldScoreQuery.Type type) : base (default(Lucene.Net.Search.Function.ValueSource)) { }
- public partial class Type
- {
- internal Type() { }
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type BYTE;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type FLOAT;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type INT;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type SHORT;
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class FloatFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public FloatFieldSource(string field) : base (default(string)) { }
- public FloatFieldSource(string field, Lucene.Net.Search.FloatParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class IntFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public IntFieldSource(string field) : base (default(string)) { }
- public IntFieldSource(string field, Lucene.Net.Search.IntParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class OrdFieldSource : Lucene.Net.Search.Function.ValueSource
- {
- protected internal string field;
- public OrdFieldSource(string field) { }
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ReverseOrdFieldSource : Lucene.Net.Search.Function.ValueSource
- {
- public string field;
- public ReverseOrdFieldSource(string field) { }
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ShortFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public ShortFieldSource(string field) : base (default(string)) { }
- public ShortFieldSource(string field, Lucene.Net.Search.ShortParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class ValueSource
- {
- protected ValueSource() { }
- public abstract string Description();
- public abstract override bool Equals(object o);
- public abstract override int GetHashCode();
- public abstract Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader);
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ValueSourceQuery : Lucene.Net.Search.Query
- {
- public ValueSourceQuery(Lucene.Net.Search.Function.ValueSource valSrc) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
-}
-namespace Lucene.Net.Search.Payloads
-{
- [System.SerializableAttribute]
- public partial class AveragePayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public AveragePayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MaxPayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public MaxPayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MinPayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public MinPayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class PayloadFunction
- {
- protected PayloadFunction() { }
- public abstract float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore);
- public abstract float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore);
- public abstract override bool Equals(object o);
- public abstract override int GetHashCode();
- }
- [System.SerializableAttribute]
- public partial class PayloadNearQuery : Lucene.Net.Search.Spans.SpanNearQuery, System.ICloneable
- {
- protected internal string fieldName;
- protected internal Lucene.Net.Search.Payloads.PayloadFunction function;
- public PayloadNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder) : base (default(Lucene.Net.Search.Spans.SpanQuery[]), default(int), default(bool)) { }
- public PayloadNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder, Lucene.Net.Search.Payloads.PayloadFunction function) : base (default(Lucene.Net.Search.Spans.SpanQuery[]), default(int), default(bool)) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- public partial class PayloadNearSpanScorer : Lucene.Net.Search.Spans.SpanScorer
- {
- protected internal float payloadScore;
- protected internal PayloadNearSpanScorer(Lucene.Net.Search.Payloads.PayloadNearQuery enclosingInstance, Lucene.Net.Search.Spans.Spans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Spans.Spans), default(Lucene.Net.Search.Weight), default(Lucene.Net.Search.Similarity), default(byte[])) { }
- public Lucene.Net.Search.Payloads.PayloadNearQuery Enclosing_Instance { get { throw null; } }
- protected internal override Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public virtual void GetPayloads(Lucene.Net.Search.Spans.Spans[] subSpans) { }
- protected internal virtual void ProcessPayloads(System.Collections.Generic.ICollection<byte[]> payLoads, int start, int end) { }
- public override float Score() { throw null; }
- public override bool SetFreqCurrentDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PayloadNearSpanWeight : Lucene.Net.Search.Spans.SpanWeight
- {
- public PayloadNearSpanWeight(Lucene.Net.Search.Payloads.PayloadNearQuery enclosingInstance, Lucene.Net.Search.Spans.SpanQuery query, Lucene.Net.Search.Searcher searcher) : base (default(Lucene.Net.Search.Spans.SpanQuery), default(Lucene.Net.Search.Searcher)) { }
- public Lucene.Net.Search.Payloads.PayloadNearQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- public partial class PayloadSpanUtil
- {
- public PayloadSpanUtil(Lucene.Net.Index.IndexReader reader) { }
- public virtual System.Collections.Generic.ICollection<byte[]> GetPayloadsForQuery(Lucene.Net.Search.Query query) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PayloadTermQuery : Lucene.Net.Search.Spans.SpanTermQuery
- {
- protected internal Lucene.Net.Search.Payloads.PayloadFunction function;
- public PayloadTermQuery(Lucene.Net.Index.Term term, Lucene.Net.Search.Payloads.PayloadFunction function) : base (default(Lucene.Net.Index.Term)) { }
- public PayloadTermQuery(Lucene.Net.Index.Term term, Lucene.Net.Search.Payloads.PayloadFunction function, bool includeSpanScore) : base (default(Lucene.Net.Index.Term)) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- [System.SerializableAttribute]
- protected internal partial class PayloadTermWeight : Lucene.Net.Search.Spans.SpanWeight
- {
- public PayloadTermWeight(Lucene.Net.Search.Payloads.PayloadTermQuery enclosingInstance, Lucene.Net.Search.Payloads.PayloadTermQuery query, Lucene.Net.Search.Searcher searcher) : base (default(Lucene.Net.Search.Spans.SpanQuery), default(Lucene.Net.Search.Searcher)) { }
- public Lucene.Net.Search.Payloads.PayloadTermQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- protected internal partial class PayloadTermSpanScorer : Lucene.Net.Search.Spans.SpanScorer
- {
- protected internal byte[] payload;
- protected internal float payloadScore;
- protected internal int payloadsSeen;
- protected internal Lucene.Net.Index.TermPositions positions;
- public PayloadTermSpanScorer(Lucene.Net.Search.Payloads.PayloadTermQuery.PayloadTermWeight enclosingInstance, Lucene.Net.Search.Spans.TermSpans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Spans.Spans), default(Lucene.Net.Search.Weight), default(Lucene.Net.Search.Similarity), default(byte[])) { }
- public Lucene.Net.Search.Payloads.PayloadTermQuery.PayloadTermWeight Enclosing_Instance { get { throw null; } }
- protected internal override Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- protected internal virtual float GetPayloadScore() { throw null; }
- protected internal virtual float GetSpanScore() { throw null; }
- protected internal virtual void ProcessPayload(Lucene.Net.Search.Similarity similarity) { }
- public override float Score() { throw null; }
- public override bool SetFreqCurrentDoc() { throw null; }
- }
- }
- }
-}
-namespace Lucene.Net.Search.Spans
-{
- [System.SerializableAttribute]
- public partial class FieldMaskingSpanQuery : Lucene.Net.Search.Spans.SpanQuery
- {
- public FieldMaskingSpanQuery(Lucene.Net.Search.Spans.SpanQuery maskedQuery, string maskedField) { }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery MaskedQuery { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class NearSpansOrdered : Lucene.Net.Search.Spans.Spans
- {
- public NearSpansOrdered(Lucene.Net.Search.Spans.SpanNearQuery spanNearQuery, Lucene.Net.Index.IndexReader reader) { }
- public NearSpansOrdered(Lucene.Net.Search.Spans.SpanNearQuery spanNearQuery, Lucene.Net.Index.IndexReader reader, bool collectPayloads) { }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public virtual Lucene.Net.Search.Spans.Spans[] GetSubSpans() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class NearSpansUnordered : Lucene.Net.Search.Spans.Spans
- {
- public NearSpansUnordered(Lucene.Net.Search.Spans.SpanNearQuery query, Lucene.Net.Index.IndexReader reader) { }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public virtual Lucene.Net.Search.Spans.Spans[] GetSubSpans() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanFirstQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanFirstQuery(Lucene.Net.Search.Spans.SpanQuery match, int end) { }
- public virtual int End { get { throw null; } }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery Match { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanNearQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- protected internal System.Collections.Generic.IList<Lucene.Net.Search.Spans.SpanQuery> clauses;
- protected internal bool inOrder;
- protected internal string internalField;
- protected internal int internalSlop;
- public SpanNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder) { }
- public SpanNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder, bool collectPayloads) { }
- public override string Field { get { throw null; } }
- public virtual bool IsInOrder { get { throw null; } }
- public virtual int Slop { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery[] GetClauses() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanNotQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanNotQuery(Lucene.Net.Search.Spans.SpanQuery include, Lucene.Net.Search.Spans.SpanQuery exclude) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery Exclude { get { throw null; } }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery Include { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanOrQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanOrQuery(params Lucene.Net.Search.Spans.SpanQuery[] clauses) { }
- public override string Field { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery[] GetClauses() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SpanQuery : Lucene.Net.Search.Query
- {
- protected SpanQuery() { }
- public abstract string Field { get; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public abstract Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader);
- }
- public abstract partial class Spans
- {
- protected Spans() { }
- public abstract int Doc();
- public abstract int End();
- public abstract System.Collections.Generic.ICollection<byte[]> GetPayload();
- public abstract bool IsPayloadAvailable();
- public abstract bool Next();
- public abstract bool SkipTo(int target);
- public abstract int Start();
- }
- public partial class SpanScorer : Lucene.Net.Search.Scorer
- {
- protected internal int doc;
- protected internal float freq;
- protected internal bool more;
- protected internal byte[] norms;
- protected internal Lucene.Net.Search.Spans.Spans spans;
- protected internal float value_Renamed;
- protected internal Lucene.Net.Search.Weight weight;
- protected internal SpanScorer(Lucene.Net.Search.Spans.Spans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- protected internal virtual Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public virtual bool SetFreqCurrentDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanTermQuery : Lucene.Net.Search.Spans.SpanQuery
- {
- protected internal Lucene.Net.Index.Term internalTerm;
- public SpanTermQuery(Lucene.Net.Index.Term term) { }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Index.Term Term { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanWeight : Lucene.Net.Search.Weight
- {
- protected internal float idf;
- protected internal Lucene.Net.Search.Spans.SpanQuery internalQuery;
- protected internal float queryNorm;
- protected internal float queryWeight;
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms;
- protected internal float value_Renamed;
- public SpanWeight(Lucene.Net.Search.Spans.SpanQuery query, Lucene.Net.Search.Searcher searcher) { }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float queryNorm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- public partial class TermSpans : Lucene.Net.Search.Spans.Spans
- {
- protected internal int count;
- protected internal int freq;
- protected internal int internalDoc;
- protected internal Lucene.Net.Index.TermPositions internalPositions;
- protected internal int position;
- protected internal Lucene.Net.Index.Term term;
- public TermSpans(Lucene.Net.Index.TermPositions positions, Lucene.Net.Index.Term term) { }
- public virtual Lucene.Net.Index.TermPositions Positions { get { throw null; } }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Lucene.Net.Store
-{
- [System.SerializableAttribute]
- public partial class AlreadyClosedException : System.SystemException
- {
- public AlreadyClosedException() { }
- protected AlreadyClosedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public AlreadyClosedException(string message) { }
- public AlreadyClosedException(string message, System.Exception inner) { }
- }
- public abstract partial class BufferedIndexInput : Lucene.Net.Store.IndexInput, System.ICloneable
- {
- protected internal byte[] buffer;
- public const int BUFFER_SIZE = 1024;
- protected BufferedIndexInput() { }
- protected BufferedIndexInput(int bufferSize) { }
- public virtual int BufferSize { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected internal virtual void NewBuffer(byte[] newBuffer) { }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void ReadBytes(byte[] b, int offset, int len, bool useBuffer) { }
- public abstract void ReadInternal(byte[] b, int offset, int length);
- public override void Seek(long pos) { }
- public abstract void SeekInternal(long pos);
- public virtual void SetBufferSize(int newSize) { }
- }
- public abstract partial class BufferedIndexOutput : Lucene.Net.Store.IndexOutput
- {
- protected BufferedIndexOutput() { }
- public override long FilePointer { get { throw null; } }
- public abstract override long Length { get; }
- protected override void Dispose(bool disposing) { }
- public override void Flush() { }
- public abstract void FlushBuffer(byte[] b, int offset, int len);
- public override void Seek(long pos) { }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int length) { }
- }
- public partial class ChecksumIndexInput : Lucene.Net.Store.IndexInput
- {
- public ChecksumIndexInput(Lucene.Net.Store.IndexInput main) { }
- public virtual long Checksum { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- public partial class ChecksumIndexOutput : Lucene.Net.Store.IndexOutput
- {
- public ChecksumIndexOutput(Lucene.Net.Store.IndexOutput main) { }
- public virtual long Checksum { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public virtual void FinishCommit() { }
- public override void Flush() { }
- public virtual void PrepareCommit() { }
- public override void Seek(long pos) { }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int length) { }
- }
- [System.SerializableAttribute]
- public abstract partial class Directory : System.IDisposable
- {
- [System.NonSerializedAttribute]
- protected internal Lucene.Net.Store.LockFactory interalLockFactory;
- protected internal volatile bool isOpen;
- protected Directory() { }
- public bool isOpen_ForNUnit { get { throw null; } }
- public virtual Lucene.Net.Store.LockFactory LockFactory { get { throw null; } }
- public virtual void ClearLock(string name) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public static void Copy(Lucene.Net.Store.Directory src, Lucene.Net.Store.Directory dest, bool closeDirSrc) { }
- public abstract Lucene.Net.Store.IndexOutput CreateOutput(string name);
- public abstract void DeleteFile(string name);
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public void EnsureOpen() { }
- public abstract bool FileExists(string name);
- public abstract long FileLength(string name);
- public abstract long FileModified(string name);
- public virtual string GetLockId() { throw null; }
- public abstract string[] ListAll();
- public virtual Lucene.Net.Store.Lock MakeLock(string name) { throw null; }
- public abstract Lucene.Net.Store.IndexInput OpenInput(string name);
- public virtual Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- public virtual void SetLockFactory(Lucene.Net.Store.LockFactory lockFactory) { }
- public virtual void Sync(string name) { }
- public override string ToString() { throw null; }
- public abstract void TouchFile(string name);
- }
- public partial class FileSwitchDirectory : Lucene.Net.Store.Directory
- {
- public FileSwitchDirectory(System.Collections.Generic.HashSet<string> primaryExtensions, Lucene.Net.Store.Directory primaryDir, Lucene.Net.Store.Directory secondaryDir, bool doClose) { }
- public virtual Lucene.Net.Store.Directory PrimaryDir { get { throw null; } }
- public virtual Lucene.Net.Store.Directory SecondaryDir { get { throw null; } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public static string GetExtension(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public override void Sync(string name) { }
- public override void TouchFile(string name) { }
- }
- public abstract partial class FSDirectory : Lucene.Net.Store.Directory
- {
- public static readonly int DEFAULT_READ_CHUNK_SIZE;
- protected internal System.IO.DirectoryInfo internalDirectory;
- protected internal FSDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) { }
- public virtual System.IO.DirectoryInfo Directory { get { throw null; } }
- public int ReadChunkSize { get { throw null; } set { } }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public static long FileModified(System.IO.FileInfo directory, string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string GetLockId() { throw null; }
- protected internal void InitOutput(string name) { }
- public override string[] ListAll() { throw null; }
- public static string[] ListAll(System.IO.DirectoryInfo dir) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(System.IO.DirectoryInfo path) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(string path) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public override void Sync(string name) { }
- public override string ToString() { throw null; }
- public override void TouchFile(string name) { }
- }
- public abstract partial class FSLockFactory : Lucene.Net.Store.LockFactory
- {
- protected internal System.IO.DirectoryInfo internalLockDir;
- protected FSLockFactory() { }
- public virtual System.IO.DirectoryInfo LockDir { get { throw null; } protected internal set { } }
- }
- public abstract partial class IndexInput : System.ICloneable, System.IDisposable
- {
- protected IndexInput() { }
- public abstract long FilePointer { get; }
- public virtual object Clone() { throw null; }
- [System.ObsoleteAttribute("Use Dispose() instead.")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract long Length();
- public abstract byte ReadByte();
- public abstract void ReadBytes(byte[] b, int offset, int len);
- public virtual void ReadBytes(byte[] b, int offset, int len, bool useBuffer) { }
- [System.ObsoleteAttribute("-- please use ReadString or ReadBytes instead, and construct the string from those utf8 bytes")]
- public virtual void ReadChars(char[] buffer, int start, int length) { }
- public virtual int ReadInt() { throw null; }
- public virtual long ReadLong() { throw null; }
- public virtual string ReadString() { throw null; }
- public virtual System.Collections.Generic.IDictionary<string, string> ReadStringStringMap() { throw null; }
- public virtual int ReadVInt() { throw null; }
- public virtual long ReadVLong() { throw null; }
- public abstract void Seek(long pos);
- public virtual void SetModifiedUTF8StringsMode() { }
- [System.ObsoleteAttribute("this method operates on old \"modified utf8\" encoded strings")]
- public virtual void SkipChars(int length) { }
- }
- public abstract partial class IndexOutput : System.IDisposable
- {
- protected IndexOutput() { }
- public abstract long FilePointer { get; }
- public abstract long Length { get; }
- [System.ObsoleteAttribute("Use Dispose() instead.")]
- public void Close() { }
- public virtual void CopyBytes(Lucene.Net.Store.IndexInput input, long numBytes) { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract void Flush();
- public abstract void Seek(long pos);
- public virtual void SetLength(long length) { }
- public abstract void WriteByte(byte b);
- public virtual void WriteBytes(byte[] b, int length) { }
- public abstract void WriteBytes(byte[] b, int offset, int length);
- [System.ObsoleteAttribute("-- please pre-convert to utf8 bytes instead or use WriteString")]
- public virtual void WriteChars(char[] s, int start, int length) { }
- [System.ObsoleteAttribute("-- please pre-convert to utf8 bytes instead or use WriteString")]
- public virtual void WriteChars(string s, int start, int length) { }
- public virtual void WriteInt(int i) { }
- public virtual void WriteLong(long i) { }
- public virtual void WriteString(string s) { }
- public virtual void WriteStringStringMap(System.Collections.Generic.IDictionary<string, string> map) { }
- public virtual void WriteVInt(int i) { }
- public virtual void WriteVLong(long i) { }
- }
- public abstract partial class Lock
- {
- protected internal System.Exception failureReason;
- public const long LOCK_OBTAIN_WAIT_FOREVER = (long)-1;
- public static long LOCK_POLL_INTERVAL;
- protected Lock() { }
- public abstract bool IsLocked();
- public abstract bool Obtain();
- public virtual bool Obtain(long lockWaitTimeout) { throw null; }
- public abstract void Release();
- public abstract partial class With
- {
- protected With(Lucene.Net.Store.Lock lock_Renamed, long lockWaitTimeout) { }
- protected internal abstract object DoBody();
- public virtual object run() { throw null; }
- }
- }
- public abstract partial class LockFactory
- {
- protected internal string internalLockPrefix;
- protected LockFactory() { }
- public virtual string LockPrefix { get { throw null; } set { } }
- public abstract void ClearLock(string lockName);
- public abstract Lucene.Net.Store.Lock MakeLock(string lockName);
- }
- [System.SerializableAttribute]
- public partial class LockObtainFailedException : System.IO.IOException
- {
- public LockObtainFailedException(string message) { }
- public LockObtainFailedException(string message, System.Exception ex) { }
- }
- [System.SerializableAttribute]
- public partial class LockReleaseFailedException : System.IO.IOException
- {
- public LockReleaseFailedException(string message) { }
- }
- public partial class LockStressTest
- {
- public LockStressTest() { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- }
- public partial class LockVerifyServer
- {
- public LockVerifyServer() { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- }
- public partial class MMapDirectory : Lucene.Net.Store.FSDirectory
- {
- public static bool UNMAP_SUPPORTED;
- public MMapDirectory(System.IO.DirectoryInfo path) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public MMapDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public virtual int MaxChunkSize { get { throw null; } set { } }
- public virtual bool UseUnmap { get { throw null; } set { } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- protected internal partial class MultiMMapIndexInput : Lucene.Net.Store.IndexInput, System.ICloneable
- {
- public MultiMMapIndexInput(Lucene.Net.Store.MMapDirectory enclosingInstance, System.IO.FileStream raf, int maxBufSize) { }
- public Lucene.Net.Store.MMapDirectory Enclosing_Instance { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- }
- public partial class NativeFSLockFactory : Lucene.Net.Store.FSLockFactory
- {
- public NativeFSLockFactory() { }
- public NativeFSLockFactory(System.IO.DirectoryInfo lockDir) { }
- public NativeFSLockFactory(string lockDirName) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class NIOFSDirectory : Lucene.Net.Store.FSDirectory
- {
- public NIOFSDirectory(System.IO.DirectoryInfo dir, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public partial class NIOFSIndexInput
- {
- public NIOFSIndexInput() { }
- }
- }
- public partial class NoLockFactory : Lucene.Net.Store.LockFactory
- {
- public NoLockFactory() { }
- public static Lucene.Net.Store.NoLockFactory Instance { get { throw null; } }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NoSuchDirectoryException : System.IO.FileNotFoundException
- {
- public NoSuchDirectoryException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class RAMDirectory : Lucene.Net.Store.Directory
- {
- protected internal Lucene.Net.Support.HashMap<string, Lucene.Net.Store.RAMFile> fileMap;
- protected internal long internalSizeInBytes;
- public RAMDirectory() { }
- public RAMDirectory(Lucene.Net.Store.Directory dir) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public long SizeInBytes() { throw null; }
- public override void TouchFile(string name) { }
- }
- [System.SerializableAttribute]
- public partial class RAMFile
- {
- protected System.Collections.Generic.List<byte[]> buffers;
- public RAMFile() { }
- public RAMFile(Lucene.Net.Store.RAMDirectory directory) { }
- public virtual long SizeInBytes { get { throw null; } }
- public byte[] GetBuffer(int index) { throw null; }
- public virtual byte[] NewBuffer(int size) { throw null; }
- public int NumBuffers() { throw null; }
- }
- public partial class RAMInputStream : Lucene.Net.Store.IndexInput
- {
- public RAMInputStream(Lucene.Net.Store.RAMFile f) { }
- public override long FilePointer { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- public partial class RAMOutputStream : Lucene.Net.Store.IndexOutput
- {
- public RAMOutputStream() { }
- public override long FilePointer { get { throw null; } }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override void Flush() { }
- public virtual void Reset() { }
- public override void Seek(long pos) { }
- public virtual long SizeInBytes() { throw null; }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int len) { }
- public virtual void WriteTo(Lucene.Net.Store.IndexOutput out_Renamed) { }
- }
- public partial class SimpleFSDirectory : Lucene.Net.Store.FSDirectory
- {
- public SimpleFSDirectory(System.IO.DirectoryInfo path) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public SimpleFSDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- protected internal partial class SimpleFSIndexInput : Lucene.Net.Store.BufferedIndexInput
- {
- protected internal int chunkSize;
- protected internal Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor file;
- public SimpleFSIndexInput(System.IO.FileInfo path, int bufferSize, int chunkSize) { }
- public bool isClone_ForNUnit { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public virtual bool IsFDValid() { throw null; }
- public override long Length() { throw null; }
- public override void ReadInternal(byte[] b, int offset, int len) { }
- public override void SeekInternal(long position) { }
- protected internal partial class Descriptor : System.IO.BinaryReader
- {
- protected internal volatile bool isOpen;
- public Descriptor(System.IO.FileInfo file, System.IO.FileAccess mode) : base (default(System.IO.Stream)) { }
- protected override void Dispose(bool disposing) { }
- ~Descriptor() { }
- }
- }
- public partial class SimpleFSIndexOutput : Lucene.Net.Store.BufferedIndexOutput
- {
- public SimpleFSIndexOutput(System.IO.FileInfo path) { }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override void FlushBuffer(byte[] b, int offset, int size) { }
- public override void Seek(long pos) { }
- public override void SetLength(long length) { }
- }
- }
- public partial class SimpleFSLockFactory : Lucene.Net.Store.FSLockFactory
- {
- public SimpleFSLockFactory() { }
- public SimpleFSLockFactory(System.IO.DirectoryInfo lockDir) { }
- public SimpleFSLockFactory(string lockDirName) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class SingleInstanceLockFactory : Lucene.Net.Store.LockFactory
- {
- public SingleInstanceLockFactory() { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class VerifyingLockFactory : Lucene.Net.Store.LockFactory
- {
- public VerifyingLockFactory(sbyte id, Lucene.Net.Store.LockFactory lf, string host, int port) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
-}
-namespace Lucene.Net.Support
-{
- public partial class AppSettings
- {
- public AppSettings() { }
- public static bool Get(string key, bool defValue) { throw null; }
- public static int Get(string key, int defValue) { throw null; }
- public static long Get(string key, long defValue) { throw null; }
- public static string Get(string key, string defValue) { throw null; }
- public static void Set(string key, bool defValue) { }
- public static void Set(string key, int defValue) { }
- public static void Set(string key, long defValue) { }
- public static void Set(string key, string defValue) { }
- }
- public partial class BitSetSupport
- {
- public BitSetSupport() { }
- public static int Cardinality(System.Collections.BitArray bits) { throw null; }
- public static int NextClearBit(System.Collections.BitArray bitArray, int index) { throw null; }
- public static int NextSetBit(System.Collections.BitArray bitArray, int index) { throw null; }
- }
- public partial class BuildType
- {
- public static bool Debug;
- public BuildType() { }
- }
- public partial class Character
- {
- public Character() { }
- public static int MAX_RADIX { get { throw null; } }
- public static int MIN_RADIX { get { throw null; } }
- public static char ForDigit(int digit, int radix) { throw null; }
- }
- public partial class CloseableThreadLocalProfiler
- {
- public static System.Collections.Generic.List<System.WeakReference> Instances;
- public CloseableThreadLocalProfiler() { }
- public static bool EnableCloseableThreadLocalProfiler { get { throw null; } set { } }
- }
- public partial class CollectionsHelper
- {
- public CollectionsHelper() { }
- public static void Add(System.Collections.Hashtable hashtable, object item) { }
- public static void AddAll(System.Collections.Generic.IDictionary<string, string> hashtable, System.Collections.Generic.ICollection<string> items) { }
- public static void AddAll(System.Collections.Hashtable hashtable, System.Collections.ICollection items) { }
- public static void AddAllIfNotContains(System.Collections.Generic.IDictionary<string, string> hashtable, System.Collections.Generic.ICollection<string> items) { }
- public static void AddAllIfNotContains(System.Collections.Hashtable hashtable, System.Collections.ICollection items) { }
- public static void AddAllIfNotContains(System.Collections.Hashtable hashtable, System.Collections.IList items) { }
- public static void AddIfNotContains(System.Collections.ArrayList hashtable, object item) { }
- public static void AddIfNotContains(System.Collections.Hashtable hashtable, object item) { }
- public static string CollectionToString(System.Collections.Generic.IDictionary<string, string> c) { throw null; }
- public static string CollectionToString(System.Collections.ICollection c) { throw null; }
- public static bool CompareStringArrays(string[] l1, string[] l2) { throw null; }
- public static bool Contains(System.Collections.Generic.ICollection<string> col, string item) { throw null; }
- public static bool Contains(System.Collections.ICollection col, object item) { throw null; }
- public static bool Equals(System.Array array1, System.Array array2) { throw null; }
- public static void Fill(System.Array array, int fromindex, int toindex, object val) { }
- public static void Fill(System.Array array, object val) { }
- public static void Sort(System.Collections.IList list, System.Collections.IComparer Comparator) { }
- }
- public partial class Compare
- {
- public Compare() { }
- public static bool CompareTermArrays(Lucene.Net.Index.Term[] t1, Lucene.Net.Index.Term[] t2) { throw null; }
- }
- public partial class CRC32 : Lucene.Net.Support.IChecksum
- {
- public CRC32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public static partial class Cryptography
- {
- public static bool FIPSCompliant;
- public static System.Security.Cryptography.HashAlgorithm HashAlgorithm { get { throw null; } }
- }
- public partial class Deflater
- {
- internal Deflater() { }
- public const int BEST_COMPRESSION = 9;
- public bool IsFinished { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public void Finish() { }
- public void SetInput(byte[] input, int offset, int count) { }
- public void SetLevel(int level) { }
- }
- public partial class Double
- {
- public Double() { }
- public static double Parse(string s) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class EquatableList<T> : System.Collections.Generic.List<T>, System.ICloneable, System.IEquatable<System.Collections.Generic.IEnumerable<T>>
- {
- public EquatableList() { }
- public EquatableList(System.Collections.Generic.IEnumerable<T> collection) { }
- public EquatableList(int capacity) { }
- public void AddRange(System.Collections.ICollection c) { }
- public object Clone() { throw null; }
- public bool Equals(System.Collections.Generic.IEnumerable<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetHashCode<T>(System.Collections.Generic.IEnumerable<T> source) { throw null; }
- }
- public partial class FileSupport
- {
- public FileSupport() { }
- public static System.IO.FileInfo[] GetFiles(System.IO.DirectoryInfo path) { throw null; }
- public static System.IO.FileInfo[] GetFiles(System.IO.FileInfo path) { throw null; }
- public static string[] GetLuceneIndexFiles(string fullName, Lucene.Net.Index.IndexFileNameFilter indexFileNameFilter) { throw null; }
- public static void Sync(System.IO.FileStream fileStream) { }
- }
- [System.SerializableAttribute]
- public partial class HashMap<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable
- {
- public HashMap() { }
- public HashMap(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>> other) { }
- public HashMap(System.Collections.Generic.IEqualityComparer<TKey> comparer) { }
- public HashMap(int initialCapacity) { }
- public HashMap(int initialCapacity, System.Collections.Generic.IEqualityComparer<TKey> comparer) { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public TValue this[TKey key] { get { throw null; } set { } }
- public System.Collections.Generic.ICollection<TKey> Keys { get { throw null; } }
- public System.Collections.Generic.ICollection<TValue> Values { get { throw null; } }
- public virtual void Add(TKey key, TValue value) { }
- public void Clear() { }
- public bool ContainsKey(TKey key) { throw null; }
- public bool ContainsValue(TValue value) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
- public bool Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- public bool Remove(TKey key) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] b);
- void Update(byte[] b, int offset, int length);
- void Update(int b);
- }
- public partial class Inflater
- {
- internal Inflater() { }
- public bool IsFinished { get { throw null; } }
- public int Inflate(byte[] buffer) { throw null; }
- public void SetInput(byte[] buffer) { }
- }
- public partial interface IThreadRunnable
- {
- void Run();
- }
- public partial class Number
- {
- public const int MAX_RADIX = 36;
- public const int MIN_RADIX = 2;
- public Number() { }
- public static int NextSetBit(System.Collections.BitArray bits, int fromIndex) { throw null; }
- public static long Parse(string s, int radix) { throw null; }
- public static long ToInt64(string s) { throw null; }
- public static string ToString(long number) { throw null; }
- public static string ToString(long i, int radix) { throw null; }
- public static string ToString(float f) { throw null; }
- public static int URShift(int number, int bits) { throw null; }
- public static long URShift(long number, int bits) { throw null; }
- }
- public partial class OS
- {
- public OS() { }
- public static bool IsUnix { get { throw null; } }
- public static bool IsWindows { get { throw null; } }
- }
- public partial class SharpZipLib
- {
- public SharpZipLib() { }
- public static Lucene.Net.Support.Deflater CreateDeflater() { throw null; }
- public static Lucene.Net.Support.Inflater CreateInflater() { throw null; }
- }
- public partial class Single
- {
- public Single() { }
- public static int FloatToIntBits(float value) { throw null; }
- public static float IntBitsToFloat(int value) { throw null; }
- public static float Parse(string s) { throw null; }
- public static float Parse(string s, System.Globalization.NumberStyles style) { throw null; }
- public static float Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) { throw null; }
- public static float Parse(string s, System.IFormatProvider provider) { throw null; }
- public static string ToString(float f) { throw null; }
- public static string ToString(float f, string format) { throw null; }
- public static bool TryParse(string s, out float f) { f = default(float); throw null; }
- }
- public partial class TextSupport
- {
- public TextSupport() { }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, char[] destinationArray, int destinationStart) { }
- }
- public partial class ThreadClass : Lucene.Net.Support.IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static Lucene.Net.Support.ThreadClass Current() { throw null; }
- public static Lucene.Net.Support.ThreadClass CurrentThread() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public static bool operator ==(Lucene.Net.Support.ThreadClass t1, object t2) { throw null; }
- public static bool operator !=(Lucene.Net.Support.ThreadClass t1, object t2) { throw null; }
- public void Resume() { }
- public virtual void Run() { }
- public void SetDaemon(bool isDaemon) { }
- public static void Sleep(long ms) { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public abstract partial class ThreadLock
- {
- protected ThreadLock() { }
- public static Lucene.Net.Support.ThreadLock MonitorLock { get { throw null; } }
- public static Lucene.Net.Support.ThreadLock NullLock { get { throw null; } }
- public abstract void Enter(object obj);
- public abstract void Exit(object obj);
- }
- public sealed partial class WeakDictionary<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable
- {
- public WeakDictionary() { }
- public WeakDictionary(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>> otherDictionary) { }
- public WeakDictionary(int initialCapacity) { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public TValue this[TKey key] { get { throw null; } set { } }
- public System.Collections.Generic.ICollection<TKey> Keys { get { throw null; } }
- public System.Collections.Generic.ICollection<TValue> Values { get { throw null; } }
- public void Add(TKey key, TValue value) { }
- public void Clear() { }
- public bool ContainsKey(TKey key) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
- public bool Remove(TKey key) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
- }
-}
-namespace Lucene.Net.Support.Compatibility
-{
- public static partial class SetFactory
- {
- public static System.Collections.Generic.ISet<T> CreateHashSet<T>() { throw null; }
- public static System.Collections.Generic.ISet<T> CreateHashSet<T>(System.Collections.Generic.IEnumerable<T> other) { throw null; }
- }
-}
-namespace Lucene.Net.Util
-{
- public sealed partial class ArrayUtil
- {
- public ArrayUtil() { }
- public static int GetNextSize(int targetSize) { throw null; }
- public static int GetShrinkSize(int currentSize, int targetSize) { throw null; }
- public static byte[] Grow(byte[] array) { throw null; }
- public static byte[] Grow(byte[] array, int minSize) { throw null; }
- public static int[] Grow(int[] array) { throw null; }
- public static int[] Grow(int[] array, int minSize) { throw null; }
- public static long[] Grow(long[] array) { throw null; }
- public static long[] Grow(long[] array, int minSize) { throw null; }
- public static int HashCode(byte[] array, int start, int end) { throw null; }
- public static int HashCode(char[] array, int start, int end) { throw null; }
- public static int ParseInt(char[] chars) { throw null; }
- public static int ParseInt(char[] chars, int offset, int len) { throw null; }
- public static int ParseInt(char[] chars, int offset, int len, int radix) { throw null; }
- public static byte[] Shrink(byte[] array, int targetSize) { throw null; }
- public static int[] Shrink(int[] array, int targetSize) { throw null; }
- public static long[] Shrink(long[] array, int targetSize) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Attribute : Lucene.Net.Util.IAttribute, System.ICloneable
- {
- protected Attribute() { }
- public abstract void Clear();
- public virtual object Clone() { throw null; }
- public abstract void CopyTo(Lucene.Net.Util.Attribute target);
- public abstract override bool Equals(object other);
- public abstract override int GetHashCode();
- public override string ToString() { throw null; }
- }
- public partial class AttributeSource
- {
- public AttributeSource() { }
- public AttributeSource(Lucene.Net.Util.AttributeSource input) { }
- public AttributeSource(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- public virtual Lucene.Net.Util.AttributeSource.AttributeFactory Factory { get { throw null; } }
- public virtual bool HasAttributes { get { throw null; } }
- public virtual void AddAttributeImpl(Lucene.Net.Util.Attribute att) { }
- public virtual T AddAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public virtual Lucene.Net.Util.AttributeSource.State CaptureState() { throw null; }
- public virtual void ClearAttributes() { }
- public virtual Lucene.Net.Util.AttributeSource CloneAttributes() { throw null; }
- public override bool Equals(object obj) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public virtual System.Collections.Generic.IEnumerable<Lucene.Net.Util.Attribute> GetAttributeImplsIterator() { throw null; }
- public virtual System.Collections.Generic.IEnumerable<System.Type> GetAttributeTypesIterator() { throw null; }
- public virtual T GetAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual bool HasAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public virtual void RestoreState(Lucene.Net.Util.AttributeSource.State state) { }
- public override string ToString() { throw null; }
- public abstract partial class AttributeFactory
- {
- public static readonly Lucene.Net.Util.AttributeSource.AttributeFactory DEFAULT_ATTRIBUTE_FACTORY;
- protected AttributeFactory() { }
- public abstract Lucene.Net.Util.Attribute CreateAttributeInstance<T>() where T : Lucene.Net.Util.IAttribute;
- }
- public sealed partial class State : System.ICloneable
- {
- public State() { }
- public object Clone() { throw null; }
- }
- }
- public partial class AverageGuessMemoryModel : Lucene.Net.Util.MemoryModel
- {
- public AverageGuessMemoryModel() { }
- public override int ArraySize { get { throw null; } }
- public override int ClassSize { get { throw null; } }
- public override int ReferenceSize { get { throw null; } }
- public override int GetPrimitiveSize(System.Type clazz) { throw null; }
- }
- public partial class BitUtil
- {
- public static readonly byte[] ntzTable;
- public BitUtil() { }
- public static bool IsPowerOfTwo(int v) { throw null; }
- public static bool IsPowerOfTwo(long v) { throw null; }
- public static int NextHighestPowerOfTwo(int v) { throw null; }
- public static long NextHighestPowerOfTwo(long v) { throw null; }
- public static int Ntz(int val) { throw null; }
- public static int Ntz(long val) { throw null; }
- public static int Ntz2(long x) { throw null; }
- public static int Ntz3(long x) { throw null; }
- public static int Pop(long x) { throw null; }
- public static long Pop_andnot(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_array(long[] A, int wordOffset, int numWords) { throw null; }
- public static long Pop_intersect(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_union(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_xor(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- }
- public sealed partial class BitVector : System.ICloneable
- {
- public BitVector(Lucene.Net.Store.Directory d, string name) { }
- public BitVector(int n) { }
- public void Clear(int bit) { }
- public object Clone() { throw null; }
- public int Count() { throw null; }
- public bool Get(int bit) { throw null; }
- public bool GetAndSet(int bit) { throw null; }
- public int GetRecomputedCount() { throw null; }
- public void Set(int bit) { }
- public int Size() { throw null; }
- public Lucene.Net.Util.BitVector Subset(int start, int end) { throw null; }
- public void Write(Lucene.Net.Store.Directory d, string name) { }
- }
- public partial class CloseableThreadLocal<T> : System.IDisposable where T : class
- {
- public CloseableThreadLocal() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public virtual void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual T Get() { throw null; }
- public virtual T InitialValue() { throw null; }
- public virtual void Set(T @object) { }
- }
- public sealed partial class Constants
- {
- internal Constants() { }
- public static readonly bool JAVA_1_1;
- public static readonly bool JAVA_1_2;
- public static readonly bool JAVA_1_3;
- public static readonly string JAVA_VENDOR;
- public static readonly string JAVA_VERSION;
- public static bool JRE_IS_64BIT;
- public static readonly bool LINUX;
- public static readonly string LUCENE_MAIN_VERSION;
- public static string LUCENE_VERSION;
- public static readonly string OS_ARCH;
- public static readonly string OS_NAME;
- public static readonly string OS_VERSION;
- public static readonly bool SUN_OS;
- public static readonly bool WINDOWS;
- }
- public partial class DocIdBitSet : Lucene.Net.Search.DocIdSet
- {
- public DocIdBitSet(System.Collections.BitArray bitSet) { }
- public virtual System.Collections.BitArray BitSet { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- }
- public sealed partial class FieldCacheSanityChecker
- {
- public FieldCacheSanityChecker() { }
- public Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] Check(params Lucene.Net.Search.CacheEntry[] cacheEntries) { throw null; }
- public static Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] CheckSanity(params Lucene.Net.Search.CacheEntry[] cacheEntries) { throw null; }
- public static Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] CheckSanity(Lucene.Net.Search.FieldCache cache) { throw null; }
- public void SetRamUsageEstimator(Lucene.Net.Util.RamUsageEstimator r) { }
- public sealed partial class Insanity
- {
- public Insanity(Lucene.Net.Util.FieldCacheSanityChecker.InsanityType type, string msg, params Lucene.Net.Search.CacheEntry[] entries) { }
- public string Msg { get { throw null; } }
- public Lucene.Net.Util.FieldCacheSanityChecker.InsanityType Type { get { throw null; } }
- public Lucene.Net.Search.CacheEntry[] GetCacheEntries() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class InsanityType
- {
- internal InsanityType() { }
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType EXPECTED;
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType SUBREADER;
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType VALUEMISMATCH;
- public override string ToString() { throw null; }
- }
- }
- public partial interface IAttribute
- {
- }
- public partial class IdentityDictionary<TKey, TValue> : System.Collections.Generic.Dictionary<TKey, TValue>
- {
- public IdentityDictionary() { }
- public IdentityDictionary(System.Collections.Generic.IDictionary<TKey, TValue> other) { }
- public IdentityDictionary(int capacity) { }
- }
- public partial class IndexableBinaryStringTools
- {
- internal IndexableBinaryStringTools() { }
- public static System.Collections.Generic.List<byte> Decode(System.Collections.Generic.List<char> input) { throw null; }
- public static void Decode(System.Collections.Generic.List<char> input, System.Collections.Generic.List<byte> output) { }
- public static System.Collections.Generic.List<char> Encode(System.Collections.Generic.List<byte> input) { throw null; }
- public static void Encode(System.Collections.Generic.List<byte> input, System.Collections.Generic.List<char> output) { }
- public static int GetDecodedLength(System.Collections.Generic.List<char> encoded) { throw null; }
- public static int GetEncodedLength(System.Collections.Generic.List<byte> original) { throw null; }
- }
- public partial class MapOfSets<TKey, TValue>
- {
- public MapOfSets(System.Collections.Generic.IDictionary<TKey, System.Collections.Generic.HashSet<TValue>> m) { }
- public virtual System.Collections.Generic.IDictionary<TKey, System.Collections.Generic.HashSet<TValue>> Map { get { throw null; } }
- public virtual int Put(TKey key, TValue val) { throw null; }
- public virtual int PutAll(TKey key, System.Collections.Generic.IEnumerable<TValue> vals) { throw null; }
- }
- public abstract partial class MemoryModel
- {
- protected MemoryModel() { }
- public abstract int ArraySize { get; }
- public abstract int ClassSize { get; }
- public abstract int ReferenceSize { get; }
- public abstract int GetPrimitiveSize(System.Type clazz);
- }
- public sealed partial class NumericUtils
- {
- internal NumericUtils() { }
- public const int BUF_SIZE_INT = 6;
- public const int BUF_SIZE_LONG = 11;
- public const int PRECISION_STEP_DEFAULT = 4;
- public static char SHIFT_START_INT;
- public static char SHIFT_START_LONG;
- public static string DoubleToPrefixCoded(double val) { throw null; }
- public static long DoubleToSortableLong(double val) { throw null; }
- public static string FloatToPrefixCoded(float val) { throw null; }
- public static int FloatToSortableInt(float val) { throw null; }
- public static string IntToPrefixCoded(int val) { throw null; }
- public static string IntToPrefixCoded(int val, int shift) { throw null; }
- public static int IntToPrefixCoded(int val, int shift, char[] buffer) { throw null; }
- public static string LongToPrefixCoded(long val) { throw null; }
- public static string LongToPrefixCoded(long val, int shift) { throw null; }
- public static int LongToPrefixCoded(long val, int shift, char[] buffer) { throw null; }
- public static double PrefixCodedToDouble(string val) { throw null; }
- public static float PrefixCodedToFloat(string val) { throw null; }
- public static int PrefixCodedToInt(string prefixCoded) { throw null; }
- public static long PrefixCodedToLong(string prefixCoded) { throw null; }
- public static float SortableIntToFloat(int val) { throw null; }
- public static double SortableLongToDouble(long val) { throw null; }
- public static void SplitIntRange(Lucene.Net.Util.NumericUtils.IntRangeBuilder builder, int precisionStep, int minBound, int maxBound) { }
- public static void SplitLongRange(Lucene.Net.Util.NumericUtils.LongRangeBuilder builder, int precisionStep, long minBound, long maxBound) { }
- public abstract partial class IntRangeBuilder
- {
- protected IntRangeBuilder() { }
- public virtual void AddRange(int min, int max, int shift) { }
- public virtual void AddRange(string minPrefixCoded, string maxPrefixCoded) { }
- }
- public abstract partial class LongRangeBuilder
- {
- protected LongRangeBuilder() { }
- public virtual void AddRange(long min, long max, int shift) { }
- public virtual void AddRange(string minPrefixCoded, string maxPrefixCoded) { }
- }
- }
- [System.SerializableAttribute]
- public partial class OpenBitSet : Lucene.Net.Search.DocIdSet, System.ICloneable
- {
- protected internal long[] internalbits;
- protected internal int wlen;
- public OpenBitSet() { }
- public OpenBitSet(long numBits) { }
- public OpenBitSet(long[] bits, int numWords) { }
- public virtual long[] Bits { get { throw null; } set { } }
- public override bool IsCacheable { get { throw null; } }
- public virtual int NumWords { get { throw null; } set { } }
- public virtual void And(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void AndNot(Lucene.Net.Util.OpenBitSet other) { }
- public static long AndNotCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public static int Bits2words(long numBits) { throw null; }
- public virtual long Capacity() { throw null; }
- public virtual long Cardinality() { throw null; }
- public virtual void Clear(int startIndex, int endIndex) { }
- public virtual void Clear(long index) { }
- public virtual void Clear(long startIndex, long endIndex) { }
- public virtual object Clone() { throw null; }
- public virtual void EnsureCapacity(long numBits) { }
- public virtual void EnsureCapacityWords(int numWords) { }
- public override bool Equals(object o) { throw null; }
- protected internal virtual int ExpandingWordNum(long index) { throw null; }
- public virtual void FastClear(int index) { }
- public virtual void FastClear(long index) { }
- public virtual void FastFlip(int index) { }
- public virtual void FastFlip(long index) { }
- public virtual bool FastGet(int index) { throw null; }
- public virtual bool FastGet(long index) { throw null; }
- public virtual void FastSet(int index) { }
- public virtual void FastSet(long index) { }
- public virtual void Flip(long index) { }
- public virtual void Flip(long startIndex, long endIndex) { }
- public virtual bool FlipAndGet(int index) { throw null; }
- public virtual bool FlipAndGet(long index) { throw null; }
- public virtual bool Get(int index) { throw null; }
- public virtual bool Get(long index) { throw null; }
- public virtual bool GetAndSet(int index) { throw null; }
- public virtual bool GetAndSet(long index) { throw null; }
- public virtual int GetBit(int index) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Intersect(Lucene.Net.Util.OpenBitSet other) { }
- public static long IntersectionCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public virtual bool Intersects(Lucene.Net.Util.OpenBitSet other) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public virtual int NextSetBit(int index) { throw null; }
- public virtual long NextSetBit(long index) { throw null; }
- public virtual void Or(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void Remove(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void Set(long index) { }
- public virtual void Set(long startIndex, long endIndex) { }
- public virtual long Size() { throw null; }
- public virtual void TrimTrailingZeros() { }
- public virtual void Union(Lucene.Net.Util.OpenBitSet other) { }
- public static long UnionCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public virtual void Xor(Lucene.Net.Util.OpenBitSet other) { }
- public static long XorCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class OpenBitSetDISI : Lucene.Net.Util.OpenBitSet
- {
- public OpenBitSetDISI(Lucene.Net.Search.DocIdSetIterator disi, int maxSize) { }
- public OpenBitSetDISI(int maxSize) { }
- public virtual void InPlaceAnd(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceNot(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceOr(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceXor(Lucene.Net.Search.DocIdSetIterator disi) { }
- }
- public partial class OpenBitSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public OpenBitSetIterator(Lucene.Net.Util.OpenBitSet obs) { }
- public OpenBitSetIterator(long[] bits, int numWords) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- public abstract partial class PriorityQueue<T>
- {
- protected internal T[] heap;
- protected PriorityQueue() { }
- protected internal virtual T SentinelObject { get { throw null; } }
- public T Add(T element) { throw null; }
- public void Clear() { }
- protected internal void Initialize(int maxSize) { }
- public virtual T InsertWithOverflow(T element) { throw null; }
- public abstract bool LessThan(T a, T b);
- public T Pop() { throw null; }
- public int Size() { throw null; }
- public T Top() { throw null; }
- public T UpdateTop() { throw null; }
- }
- public sealed partial class RamUsageEstimator
- {
- public RamUsageEstimator() { }
- public RamUsageEstimator(Lucene.Net.Util.MemoryModel memoryModel) { }
- public RamUsageEstimator(Lucene.Net.Util.MemoryModel memoryModel, bool checkInterned) { }
- public RamUsageEstimator(bool checkInterned) { }
- public long EstimateRamUsage(object obj) { throw null; }
- public static string HumanReadableUnits(long bytes, System.IFormatProvider df) { throw null; }
- }
- public partial class ReaderUtil
- {
- public ReaderUtil() { }
- public static void GatherSubReaders(System.Collections.Generic.IList<Lucene.Net.Index.IndexReader> allSubReaders, Lucene.Net.Index.IndexReader reader) { }
- public static int SubIndex(int n, int[] docStarts) { throw null; }
- public static Lucene.Net.Index.IndexReader SubReader(Lucene.Net.Index.IndexReader reader, int subIndex) { throw null; }
- public static Lucene.Net.Index.IndexReader SubReader(int doc, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- public partial class ScorerDocQueue
- {
- public ScorerDocQueue(int maxSize) { }
- public void AdjustTop() { }
- public void Clear() { }
- public virtual bool Insert(Lucene.Net.Search.Scorer scorer) { throw null; }
- public Lucene.Net.Search.Scorer Pop() { throw null; }
- public void Put(Lucene.Net.Search.Scorer scorer) { }
- public int Size() { throw null; }
- public Lucene.Net.Search.Scorer Top() { throw null; }
- public int TopDoc() { throw null; }
- public bool TopNextAndAdjustElsePop() { throw null; }
- public float TopScore() { throw null; }
- public bool TopSkipToAndAdjustElsePop(int target) { throw null; }
- }
- public partial class SimpleStringInterner : Lucene.Net.Util.StringInterner
- {
- public SimpleStringInterner(int tableSize, int maxChainLength) { }
- public override string Intern(string s) { throw null; }
- }
- public partial class SmallFloat
- {
- public SmallFloat() { }
- public static float Byte315ToFloat(byte b) { throw null; }
- public static float Byte52ToFloat(byte b) { throw null; }
- public static float ByteToFloat(byte b, int numMantissaBits, int zeroExp) { throw null; }
- public static sbyte FloatToByte(float f, int numMantissaBits, int zeroExp) { throw null; }
- public static sbyte FloatToByte315(float f) { throw null; }
- public static sbyte FloatToByte52(float f) { throw null; }
- }
- public partial class SortedVIntList : Lucene.Net.Search.DocIdSet
- {
- public SortedVIntList(Lucene.Net.Search.DocIdSetIterator docIdSetIterator) { }
- public SortedVIntList(Lucene.Net.Util.OpenBitSet bits) { }
- public SortedVIntList(System.Collections.BitArray bits) { }
- public SortedVIntList(params int[] sortedInts) { }
- public SortedVIntList(int[] sortedInts, int inputSize) { }
- public virtual int ByteSize { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public virtual int Size { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- }
- public abstract partial class SorterTemplate
- {
- protected SorterTemplate() { }
- protected internal abstract int Compare(int i, int j);
- protected internal virtual void MergeSort(int lo, int hi) { }
- public virtual void QuickSort(int lo, int hi) { }
- protected internal abstract void Swap(int i, int j);
- }
- public abstract partial class StringHelper
- {
- internal StringHelper() { }
- public static Lucene.Net.Util.StringInterner interner;
- public static int BytesDifference(byte[] bytes1, int len1, byte[] bytes2, int len2) { throw null; }
- public static string Intern(string s) { throw null; }
- public static int StringDifference(string s1, string s2) { throw null; }
- }
- public partial class StringInterner
- {
- public StringInterner() { }
- public virtual string Intern(char[] arr, int offset, int len) { throw null; }
- public virtual string Intern(string s) { throw null; }
- }
- public partial class ToStringUtils
- {
- public ToStringUtils() { }
- public static string Boost(float boost) { throw null; }
- }
- public static partial class UnicodeUtil
- {
- public const int UNI_REPLACEMENT_CHAR = 65533;
- public const int UNI_SUR_HIGH_END = 56319;
- public const int UNI_SUR_HIGH_START = 55296;
- public const int UNI_SUR_LOW_END = 57343;
- public const int UNI_SUR_LOW_START = 56320;
- public static void UTF16toUTF8(char[] source, int offset, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF16toUTF8(char[] source, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF16toUTF8(string s, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF8toUTF16(byte[] utf8, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF16Result result) { }
- public sealed partial class UTF16Result
- {
- public int length;
- public int[] offsets;
- public char[] result;
- public UTF16Result() { }
- public void CopyText(Lucene.Net.Util.UnicodeUtil.UTF16Result other) { }
- public void SetLength(int newLength) { }
- }
- public sealed partial class UTF8Result
- {
- public int length;
- public byte[] result;
- public UTF8Result() { }
- public void SetLength(int newLength) { }
- }
- }
- public enum Version
- {
- LUCENE_20 = 0,
- LUCENE_21 = 1,
- LUCENE_22 = 2,
- LUCENE_23 = 3,
- LUCENE_24 = 4,
- LUCENE_29 = 5,
- LUCENE_30 = 6,
- [System.ObsoleteAttribute("Use an actual version instead.")]
- LUCENE_CURRENT = 7,
- }
- public static partial class VersionEnumExtensions
- {
- public static bool OnOrAfter(this Lucene.Net.Util.Version first, Lucene.Net.Util.Version other) { throw null; }
- }
-}
-namespace Lucene.Net.Util.Cache
-{
- public abstract partial class Cache<TKey, TValue> : System.IDisposable
- {
- protected Cache() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public abstract bool ContainsKey(object key);
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract TValue Get(object key);
- public abstract void Put(TKey key, TValue value_Renamed);
- public static Lucene.Net.Util.Cache.Cache<TKey, TValue> SynchronizedCache(Lucene.Net.Util.Cache.Cache<TKey, TValue> cache) { throw null; }
- }
- public partial class SimpleLRUCache<TKey, TValue> : Lucene.Net.Util.Cache.SimpleMapCache<TKey, TValue>
- {
- public SimpleLRUCache(int Capacity) { }
- public override TValue Get(object Key) { throw null; }
- public override void Put(TKey Key, TValue Value) { }
- }
- public partial class SimpleMapCache<TKey, TValue> : Lucene.Net.Util.Cache.Cache<TKey, TValue>
- {
- public SimpleMapCache() { }
- public SimpleMapCache(System.Collections.Generic.Dictionary<TKey, TValue> map) { }
- public override bool ContainsKey(object key) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override TValue Get(object key) { throw null; }
- public virtual System.Collections.Generic.HashSet<TKey> KeySet() { throw null; }
- public override void Put(TKey key, TValue value_Renamed) { }
- }
-}
-namespace Mono.Documentation
-{
- public delegate System.Xml.XmlDocument DocLoader(string escapedTypeName);
- public partial class ManifestResourceResolver : System.Xml.XmlUrlResolver
- {
- public ManifestResourceResolver(params string[] dirs) { }
- public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
- public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) { throw null; }
- }
- public static partial class XmlDocUtils
- {
- public static void AddExtensionMethods(System.Xml.XmlDocument typexml, System.Collections.ArrayList extensions, Mono.Documentation.DocLoader loader) { }
- public static string GetCachedFileName(string cacheDir, string url) { throw null; }
- public static string GetCacheDirectory(string assembledBase) { throw null; }
- public static System.Xml.XmlNodeList GetMemberGenericParameters(System.Xml.XmlNode member) { throw null; }
- public static System.Xml.XmlNodeList GetTypeGenericParameters(System.Xml.XmlNode member) { throw null; }
- public static string ToEscapedMemberName(string member) { throw null; }
- public static string ToEscapedTypeName(string name) { throw null; }
- public static string ToTypeName(string type, System.Xml.XmlNode member) { throw null; }
- public static string ToTypeName(string type, System.Xml.XmlNodeList typeGenParams, System.Xml.XmlNodeList memberGenParams) { throw null; }
- }
-}
-namespace Mono.Utilities
-{
- public partial class Colorizer
- {
- public Colorizer() { }
- public static string Colorize(string text, string lang) { throw null; }
- }
- public partial class LRUCache<TKey, TValue>
- {
- public LRUCache(int capacity) { }
- public static Mono.Utilities.LRUCache<TKey, TValue> Default { get { throw null; } }
- public TValue Get(TKey key) { throw null; }
- public void Put(TKey key, TValue value) { }
- }
-}
-namespace Monodoc
-{
- public static partial class Config
- {
- public static System.Configuration.KeyValueConfigurationCollection AppSettings { get { throw null; } }
- public static System.Configuration.KeyValueConfigurationCollection LibSettings { get { throw null; } }
- public static string Get(string key) { throw null; }
- }
- public static partial class DocCacheHelper
- {
- public static Monodoc.IDocCache GetDefaultCache(string name) { throw null; }
- }
- public enum DocEntity
- {
- Blob = 1,
- Text = 0,
- }
- public static partial class DocRevisionManagerExtensions
- {
- public static System.IO.Stream RetrieveLatestRevision(this Monodoc.IDocRevisionManager revManager, string id) { throw null; }
- }
- public static partial class DocStorageExtensions
- {
- public static bool TryRetrieve(this Monodoc.IDocStorage storage, string id, out System.IO.Stream stream) { stream = default(System.IO.Stream); throw null; }
- }
- public enum DocumentType
- {
- AddinXml = 3,
- EcmaSpecXml = 1,
- EcmaXml = 0,
- ErrorXml = 8,
- Html = 5,
- Man = 2,
- MonoBook = 4,
- PlainText = 7,
- TocXml = 6,
- }
- public partial class HelpSource
- {
- [System.ObsoleteAttribute]
- public static bool FullHtml;
- [System.ObsoleteAttribute]
- public static bool UseWebdocCache;
- [System.ObsoleteAttribute]
- public static bool use_css;
- public HelpSource() { }
- public HelpSource(string base_filename, bool create) { }
- public string BaseDir { get { throw null; } }
- public string BaseFilePath { get { throw null; } }
- public Monodoc.IDocCache Cache { get { throw null; } }
- [System.ObsoleteAttribute("Use Monodoc.Providers.HtmlGenerator.InlineCss")]
- public string InlineCss { get { throw null; } }
- [System.ObsoleteAttribute]
- public string InlineJavaScript { get { throw null; } }
- public string Name { get { throw null; } }
- public Monodoc.RootTree RootTree { get { throw null; } set { } }
- public virtual Monodoc.SortType SortType { get { throw null; } }
- public int SourceID { get { throw null; } }
- public Monodoc.IDocStorage Storage { get { throw null; } protected set { } }
- public System.Diagnostics.TraceLevel TraceLevel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Tree Tree { get { throw null; } }
- protected virtual string UriPrefix { get { throw null; } }
- public virtual bool CanHandleUrl(string url) { throw null; }
- public virtual System.IO.Stream GetCachedHelpStream(string id) { throw null; }
- public virtual string GetCachedText(string id) { throw null; }
- public virtual Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public virtual System.IO.Stream GetHelpStream(string id) { throw null; }
- public System.Xml.XmlReader GetHelpXml(string id) { throw null; }
- public virtual System.Xml.XmlDocument GetHelpXmlWithChanges(string id) { throw null; }
- public virtual System.IO.Stream GetImage(string url) { throw null; }
- public virtual string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public virtual string GetPublicUrl(Monodoc.Node node) { throw null; }
- public virtual string GetText(string id) { throw null; }
- [System.ObsoleteAttribute("Use RenderUrl")]
- public string GetText(string url, out Monodoc.Node node) { node = default(Monodoc.Node); throw null; }
- public virtual bool IsGeneratedContent(string id) { throw null; }
- public virtual bool IsMultiPart(string id, out System.Collections.Generic.IEnumerable<string> parts) { parts = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public virtual bool IsRawContent(string id) { throw null; }
- public virtual Monodoc.Node MatchNode(string url) { throw null; }
- public virtual void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public virtual void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- [System.ObsoleteAttribute("Use RenderUrl")]
- public string RenderNamespaceLookup(string url, out Monodoc.Node node) { node = default(Monodoc.Node); throw null; }
- public virtual void RenderPreviewDocs(System.Xml.XmlNode newNode, System.Xml.XmlWriter writer) { }
- public void Save() { }
- }
- public partial interface IDocCache : System.IDisposable
- {
- void CacheBlob(string id, byte[] data);
- void CacheBlob(string id, System.IO.Stream stream);
- void CacheText(string id, System.IO.Stream stream);
- void CacheText(string id, string content);
- bool CanCache(Monodoc.DocEntity entity);
- System.IO.Stream GetCachedStream(string id);
- string GetCachedString(string id);
- bool IsCached(string id);
- }
- public partial interface IDocGenerator<TOutput>
- {
- TOutput Generate(Monodoc.HelpSource hs, string internalId, System.Collections.Generic.Dictionary<string, string> context);
- }
- public partial interface IDocRevisionManager
- {
- System.Collections.Generic.IEnumerable<string> AvailableRevisionsForId(string id);
- string GetRevisionDescription(string revision);
- string LatestRevisionForId(string id);
- System.IO.Stream RetrieveWithRevision(string id, string revision);
- }
- public partial interface IDocStorage : System.IDisposable
- {
- Monodoc.IDocRevisionManager RevisionManager { get; }
- bool SupportChange { get; }
- bool SupportRevision { get; }
- System.Collections.Generic.IEnumerable<string> GetAvailableIds();
- System.IO.Stream Retrieve(string id);
- string Store(string id, byte[] data);
- string Store(string id, System.IO.Stream stream);
- string Store(string id, string text);
- }
- public partial interface IListModel
- {
- int Rows { get; }
- string GetDescription(int row);
- string GetValue(int row);
- }
- public partial class IndexEntry
- {
- public IndexEntry() { }
- public IndexEntry(System.IO.FileStream fs, System.IO.BinaryReader reader, int position) { }
- public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Monodoc.Topic this[int idx] { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Topic> Topics { get { throw null; } }
- public void Add(Monodoc.Topic t) { }
- public void WriteTopics(Monodoc.IndexMaker maker, System.IO.Stream stream, System.IO.BinaryWriter writer) { }
- }
- public partial class IndexMaker
- {
- public IndexMaker() { }
- public void Add(string caption, string sort_key, string url) { }
- public void AddTopic(Monodoc.Topic topic) { }
- public int GetCode(string s) { throw null; }
- public void Save(string filename) { }
- }
- public partial class IndexReader : Monodoc.IListModel
- {
- internal IndexReader() { }
- public int Rows { get { throw null; } }
- public string GetDescription(int row) { throw null; }
- public Monodoc.IndexEntry GetIndexEntry(int row) { throw null; }
- public string GetValue(int row) { throw null; }
- public static Monodoc.IndexReader Load(string filename) { throw null; }
- }
- public partial class Node : System.IComparable, System.IComparable<Monodoc.Node>
- {
- public bool Documented;
- public Node(Monodoc.Node parent, string caption, string element) { }
- [System.ObsoleteAttribute("Tree inheriting Node is being phased out. Use the `Tree.RootNode' property instead")]
- public Node(string caption, string element) { }
- public string Caption { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Node> ChildNodes { get { throw null; } }
- public string Element { get { throw null; } set { } }
- public bool IsLeaf { get { throw null; } }
- [System.ObsoleteAttribute("Use ChildNodes")]
- public System.Collections.ArrayList Nodes { get { throw null; } }
- public Monodoc.Node Parent { get { throw null; } }
- public string PublicUrl { get { throw null; } }
- public Monodoc.Tree Tree { get { throw null; } }
- [System.ObsoleteAttribute("Use `Tree' instead of 'tree'")]
- public Monodoc.Tree tree { get { throw null; } }
- public void AddNode(Monodoc.Node n) { }
- public Monodoc.Node CreateNode(string c_caption, string c_element) { throw null; }
- public void DeleteNode(Monodoc.Node n) { }
- public void EnsureLoaded() { }
- public void EnsureNodes() { }
- public Monodoc.Node GetOrCreateNode(string c_caption, string c_element) { throw null; }
- [System.ObsoleteAttribute("Use TreeDumper")]
- public static void PrintTree(Monodoc.Tree t) { }
- public void Sort() { }
- int System.IComparable.CompareTo(object obj) { throw null; }
- int System.IComparable<Monodoc.Node>.CompareTo(Monodoc.Node obj) { throw null; }
- }
- public abstract partial class Provider
- {
- public Provider() { }
- public int Code { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree);
- public abstract void PopulateTree(Monodoc.Tree tree);
- }
- public partial class Result
- {
- public Result(string Term, Lucene.Net.Search.Searcher searcher, Lucene.Net.Search.ScoreDoc[] docs) { }
- public int Count { get { throw null; } }
- public Lucene.Net.Documents.Document this[int i] { get { throw null; } }
- public string Term { get { throw null; } }
- public string GetFullTitle(int i) { throw null; }
- public string GetTitle(int i) { throw null; }
- public string GetUrl(int i) { throw null; }
- public float Score(int i) { throw null; }
- }
- public partial class RootTree : Monodoc.Tree
- {
- internal RootTree() : base (default(Monodoc.HelpSource), default(string)) { }
- public const int MonodocVersion = 2;
- public System.Collections.Generic.IList<Monodoc.HelpSource> HelpSources { get { throw null; } }
- public System.DateTime LastHelpSourceTime { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddSource(string sourcesDir) { }
- public bool AddSourceFile(string sourceFile) { throw null; }
- public static void AddUncompiledSource(string path) { }
- public bool GenerateIndex() { throw null; }
- public bool GenerateSearchIndex() { throw null; }
- public static Monodoc.HelpSource GetHelpSource(string provider, string basefilepath) { throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, Monodoc.HelpSource hintSource, out string internalId, out System.Collections.Generic.Dictionary<string, string> context, out Monodoc.Node node) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, out string internalId, out System.Collections.Generic.Dictionary<string, string> context) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, out string internalId, out System.Collections.Generic.Dictionary<string, string> context, out Monodoc.Node node) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdFromName(string name, out string internalId, out Monodoc.Node node) { internalId = default(string); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceFromId(int id) { throw null; }
- [System.ObsoleteAttribute("Use RawGenerator directly")]
- public System.Xml.XmlDocument GetHelpXml(string id) { throw null; }
- public System.IO.Stream GetImage(string url) { throw null; }
- public Monodoc.IndexReader GetIndex() { throw null; }
- public static Monodoc.Provider GetProvider(string provider, params string[] basefilepaths) { throw null; }
- public Monodoc.SearchableIndex GetSearchIndex() { throw null; }
- public static string[] GetSupportedFormats() { throw null; }
- [System.ObsoleteAttribute]
- public string GetTitle(string url) { throw null; }
- public static Monodoc.RootTree LoadTree() { throw null; }
- public static Monodoc.RootTree LoadTree(string basedir, bool includeExternal=true) { throw null; }
- public static Monodoc.RootTree LoadTree(string indexDir, System.Xml.XmlDocument docTree, System.Collections.Generic.IEnumerable<string> sourceFiles) { throw null; }
- public Monodoc.Node LookupEntryPoint(string name) { throw null; }
- public static void MakeIndex() { }
- [System.ObsoleteAttribute("Use GenerateIndex")]
- public static void MakeIndex(Monodoc.RootTree root) { }
- public static void MakeSearchIndex() { }
- [System.ObsoleteAttribute("Use GenerateSearchIndex")]
- public static void MakeSearchIndex(Monodoc.RootTree root) { }
- [System.ObsoleteAttribute("Use the RenderUrl variant accepting a generator")]
- public string RenderUrl(string url, out Monodoc.Node n) { n = default(Monodoc.Node); throw null; }
- public TOutput RenderUrl<TOutput>(string url, Monodoc.IDocGenerator<TOutput> generator, Monodoc.HelpSource hintSource=null) { throw null; }
- public TOutput RenderUrl<TOutput>(string url, Monodoc.IDocGenerator<TOutput> generator, out Monodoc.Node node, Monodoc.HelpSource hintSource=null) { node = default(Monodoc.Node); throw null; }
- }
- public partial class SearchableIndex
- {
- public SearchableIndex() { }
- public string Dir { get { throw null; } set { } }
- public Monodoc.Result FastSearch(string term, int number) { throw null; }
- public static Monodoc.SearchableIndex Load(string dir) { throw null; }
- public Monodoc.Result Search(string term) { throw null; }
- public Monodoc.Result Search(string term, int count) { throw null; }
- public Monodoc.Result Search(string term, int count, int start) { throw null; }
- }
- [System.ObsoleteAttribute]
- public partial class Settings
- {
- [System.ObsoleteAttribute]
- public string Email;
- [System.ObsoleteAttribute]
- public bool EnableEditing;
- [System.ObsoleteAttribute]
- public string Key;
- [System.ObsoleteAttribute]
- public int LastSeenVersion;
- [System.ObsoleteAttribute]
- public string preferred_font_family;
- [System.ObsoleteAttribute]
- public double preferred_font_size;
- [System.ObsoleteAttribute]
- public static bool RunningGUI;
- [System.ObsoleteAttribute]
- public int SerialNumber;
- [System.ObsoleteAttribute]
- public bool ShowComments;
- [System.ObsoleteAttribute]
- public bool ShowInheritedMembers;
- public Settings() { }
- }
- [System.ObsoleteAttribute]
- public partial class SettingsHandler
- {
- [System.ObsoleteAttribute]
- public static string Path;
- [System.ObsoleteAttribute]
- public static Monodoc.Settings Settings;
- public SettingsHandler() { }
- [System.ObsoleteAttribute]
- public static void CheckUpgrade() { }
- [System.ObsoleteAttribute]
- public static void EnsureSettingsDirectory() { }
- [System.ObsoleteAttribute]
- public static void Save() { }
- }
- public enum SortType
- {
- Caption = 0,
- Element = 1,
- }
- public partial class Topic
- {
- public readonly string Caption;
- public readonly string SortKey;
- public readonly string Url;
- public Topic(string caption, string sort_key, string url) { }
- }
- public partial class Tree : Monodoc.Node
- {
- public const long CurrentVersionNumber = (long)1;
- public readonly Monodoc.HelpSource HelpSource;
- public Tree(Monodoc.HelpSource hs, Monodoc.Node parent, string caption, string element) : base (default(string), default(string)) { }
- public Tree(Monodoc.HelpSource hs, string filename) : base (default(string), default(string)) { }
- public Tree(Monodoc.HelpSource hs, string caption, string url) : base (default(string), default(string)) { }
- public Monodoc.Node RootNode { get { throw null; } }
- public long VersionNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public void InflateNode(Monodoc.Node baseNode) { }
- public void Save(string file) { }
- }
- public static partial class TreeDumper
- {
- public static string ExportToTocXml(Monodoc.Node root, string title, string desc) { throw null; }
- public static void PrintTree(Monodoc.Node node) { }
- }
- public static partial class TypeUtils
- {
- public static bool GetNamespaceAndType(string url, out string ns, out string type) { ns = default(string); type = default(string); throw null; }
- }
-}
-namespace Monodoc.Caches
-{
- public partial class FileCache : Monodoc.IDocCache, System.IDisposable
- {
- public FileCache(string baseCacheDir) { }
- public void CacheBlob(string id, byte[] data) { }
- public void CacheBlob(string id, System.IO.Stream stream) { }
- public void CacheText(string id, System.IO.Stream stream) { }
- public void CacheText(string id, string content) { }
- public bool CanCache(Monodoc.DocEntity entity) { throw null; }
- public void Dispose() { }
- public System.IO.Stream GetCachedStream(string id) { throw null; }
- public string GetCachedString(string id) { throw null; }
- public bool IsCached(string id) { throw null; }
- }
- public partial class NullCache : Monodoc.IDocCache, System.IDisposable
- {
- public NullCache() { }
- public void CacheBlob(string id, byte[] data) { }
- public void CacheBlob(string id, System.IO.Stream stream) { }
- public void CacheText(string id, System.IO.Stream stream) { }
- public void CacheText(string id, string content) { }
- public bool CanCache(Monodoc.DocEntity entity) { throw null; }
- public void Dispose() { }
- public System.IO.Stream GetCachedStream(string id) { throw null; }
- public string GetCachedString(string id) { throw null; }
- public bool IsCached(string id) { throw null; }
- }
-}
-namespace Monodoc.Ecma
-{
- public partial class EcmaDesc : System.IEquatable<Monodoc.Ecma.EcmaDesc>
- {
- public EcmaDesc() { }
- public System.Collections.Generic.IList<int> ArrayDimensions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc.Kind DescKind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc.Mod DescModifier { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public char Etc { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string EtcFilter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc ExplicitImplMember { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> GenericMemberArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int GenericMemberArgumentsCount { get { throw null; } }
- public bool GenericMemberArgumentsIsNumeric { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> GenericTypeArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int GenericTypeArgumentsCount { get { throw null; } }
- public bool GenericTypeArgumentsIsNumeric { get { throw null; } }
- public bool IsEtc { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> MemberArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MemberArgumentsCount { get { throw null; } }
- public string MemberName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Namespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc NestedType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string TypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Monodoc.Ecma.EcmaDesc other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string ToCompleteMemberName(Monodoc.Ecma.EcmaDesc.Format format) { throw null; }
- public string ToCompleteTypeName(char innerTypeSeparator='.') { throw null; }
- public string ToEcmaCref() { throw null; }
- public override string ToString() { throw null; }
- public enum Format
- {
- WithArgs = 0,
- WithoutArgs = 1,
- }
- public enum Kind
- {
- Constructor = 1,
- Event = 6,
- Field = 4,
- Method = 2,
- Namespace = 3,
- Operator = 7,
- Property = 5,
- Type = 0,
- }
- public enum Mod
- {
- Normal = 0,
- Out = 3,
- Pointer = 1,
- Ref = 2,
- }
- }
- public partial class EcmaUrlParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 9;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public EcmaUrlParser() { }
- public void IsValid(string input) { }
- public Monodoc.Ecma.EcmaDesc Parse(string input) { throw null; }
- public bool TryParse(string input, out Monodoc.Ecma.EcmaDesc desc) { desc = default(Monodoc.Ecma.EcmaDesc); throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
- public partial class EcmaUrlTokenizer
- {
- public EcmaUrlTokenizer(string input) { }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public int token() { throw null; }
- public object value() { throw null; }
- }
-}
-namespace Monodoc.Generators
-{
- public partial class HtmlGenerator : Monodoc.IDocGenerator<string>
- {
- public HtmlGenerator(Monodoc.IDocCache defaultCache) { }
- public static string InlineCss { get { throw null; } set { } }
- public string Generate(Monodoc.HelpSource hs, string id, System.Collections.Generic.Dictionary<string, string> context) { throw null; }
- }
- public partial class RawGenerator : Monodoc.IDocGenerator<string>
- {
- public RawGenerator() { }
- public string Generate(Monodoc.HelpSource hs, string id, System.Collections.Generic.Dictionary<string, string> context) { throw null; }
- }
-}
-namespace Monodoc.Generators.Html
-{
- public partial class Addin2Html
- {
- public Addin2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- protected string GetAddinTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId) { throw null; }
- protected string GetExtensionNodeTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId, string nodeId) { throw null; }
- protected string GetExtensionTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId, string path) { throw null; }
- public string Htmlize(System.Xml.XmlElement addin, string urlType, string addinId, string fileId, string path) { throw null; }
- }
- public partial class Ecma2Html
- {
- public Ecma2Html() { }
- public string CssCode { get { throw null; } }
- public string JsCode { get { throw null; } }
- protected virtual System.Xml.XmlResolver CreateDocumentResolver() { throw null; }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XmlReader ecma_xml, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XmlReader ecma_xml, System.Xml.Xsl.XsltArgumentList args) { throw null; }
- public partial class ExtensionObject
- {
- public ExtensionObject() { }
- public string Colorize(string code, string lang) { throw null; }
- public bool IsToBeAdded(string text) { throw null; }
- public string MakeNiceSignature(string sig, string contexttype) { throw null; }
- public bool MonoEditing() { throw null; }
- public string MonoImpInfo(string assemblyname, string typename, bool strlong) { throw null; }
- }
- }
- public partial class Ecmaspec2Html
- {
- public Ecmaspec2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
- public partial class Error2Html
- {
- public Error2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XPath.IXPathNavigable doc) { throw null; }
- }
- public partial class Idem
- {
- public Idem() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
- public partial class Man2Html
- {
- public Man2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public static string GetTextFromReader(System.IO.TextReader file) { throw null; }
- }
- public partial class MonoBook2Html
- {
- public MonoBook2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string FromXmlReader(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class Toc2Html
- {
- public Toc2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
-}
-namespace Monodoc.Providers
-{
- public partial class AddinsHelpSource : Monodoc.HelpSource
- {
- protected internal const string AddinPrefix = "addin:";
- protected internal const string ExtensionNodePrefix = "extension-node:";
- protected internal const string ExtensionPrefix = "extension-point:";
- public AddinsHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override bool CanHandleUrl(string url) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- }
- public partial class AddinsProvider : Monodoc.Provider
- {
- public AddinsProvider(string xmlModelFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaHelpSource : Monodoc.HelpSource
- {
- protected EcmaHelpSource() { }
- public EcmaHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override bool CanHandleUrl(string url) { throw null; }
- public override System.IO.Stream GetCachedHelpStream(string id) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override System.IO.Stream GetHelpStream(string id) { throw null; }
- public string GetInternalIdForInternalUrl(string internalUrl, out string hash) { hash = default(string); throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override string GetPublicUrl(Monodoc.Node node) { throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public enum EcmaNodeType
- {
- Invalid = 0,
- Member = 3,
- Meta = 4,
- Namespace = 1,
- Type = 2,
- }
- public partial class EcmaProvider : Monodoc.Provider
- {
- public EcmaProvider() { }
- public EcmaProvider(string baseDir) { }
- public Monodoc.Providers.IEcmaProviderFileSource FileSource { get { throw null; } set { } }
- public void AddDirectory(string directory) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaSpecHelpSource : Monodoc.HelpSource
- {
- public EcmaSpecHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override System.IO.Stream GetHelpStream(string id) { throw null; }
- public override string GetText(string id) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override bool IsMultiPart(string id, out System.Collections.Generic.IEnumerable<string> parts) { parts = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class EcmaSpecProvider : Monodoc.Provider
- {
- public EcmaSpecProvider(string base_directory) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaUncompiledHelpSource : Monodoc.Providers.EcmaHelpSource
- {
- public readonly string BasePath;
- public EcmaUncompiledHelpSource(string base_file, bool markName=true) { }
- public new string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override string UriPrefix { get { throw null; } }
- public override System.IO.Stream GetImage(string url) { throw null; }
- }
- public partial class ErrorDetails
- {
- public System.Xml.XmlNode Details;
- public System.Xml.XmlNode Summary;
- public ErrorDetails() { }
- }
- public partial class ErrorDocumentation
- {
- public Monodoc.Providers.ErrorDetails Details;
- public string ErrorName;
- public System.Collections.Generic.List<string> Examples;
- public ErrorDocumentation() { }
- public ErrorDocumentation(string ErrorName) { }
- }
- public partial class ErrorHelpSource : Monodoc.HelpSource
- {
- public ErrorHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override string GetText(string id) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class ErrorProvider : Monodoc.Provider
- {
- public ErrorProvider(string configFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- public static Monodoc.Providers.ErrorProviderConfig ReadConfig(string file) { throw null; }
- }
- public partial class ErrorProviderConfig
- {
- public int ErrorNumSubstringLength;
- public int ErrorNumSubstringStart;
- public string FilesPath;
- public string FriendlyFormatString;
- public string Match;
- public ErrorProviderConfig() { }
- public System.Collections.Generic.Dictionary<string, Monodoc.Providers.ErrorDocumentation> Compile(Monodoc.HelpSource hs) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface IEcmaProviderFileSource
- {
- System.Xml.Linq.XElement ExtractNamespaceSummary(string path);
- System.Xml.XmlReader GetIndexReader(string path);
- System.Xml.Linq.XElement GetNamespaceElement(string path);
- string GetNamespaceXmlPath(string basePath, string ns);
- System.Xml.Linq.XDocument GetTypeDocument(string path);
- string GetTypeXmlPath(string basePath, string nsName, string typeName);
- }
- public partial class ManHelpSource : Monodoc.HelpSource
- {
- public ManHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetText(string url) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- }
- public partial class ManProvider : Monodoc.Provider
- {
- public ManProvider(string[] handbookTocFiles) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class XhtmlHelpSource : Monodoc.HelpSource
- {
- public XhtmlHelpSource(string base_file, bool create) { }
- public override Monodoc.SortType SortType { get { throw null; } }
- protected override string UriPrefix { get { throw null; } }
- public static string GetAbsoluteLink(string target, string url) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetText(string url) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- }
- public partial class XhtmlProvider : Monodoc.Provider
- {
- public XhtmlProvider(string handbookTocFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
-}
-namespace Monodoc.Storage
-{
- public partial class NullStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public NullStorage() { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
- public partial class UncompiledDocStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public UncompiledDocStorage(string basePath) { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
- public partial class ZipStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public ZipStorage(string zipFileName) { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
-}
-namespace Simplicit.Net.Lzo
-{
- public partial class LZOCompressor
- {
- public LZOCompressor() { }
- public string Version { get { throw null; } }
- public string VersionDate { get { throw null; } }
- public byte[] Compress(byte[] src) { throw null; }
- public byte[] Decompress(byte[] src) { throw null; }
- }
-}
diff --git a/src/v4.5.1/Commons.Xml.Relaxng.cs b/src/v4.5.1/Commons.Xml.Relaxng.cs
deleted file mode 100644
index 6007917..0000000
--- a/src/v4.5.1/Commons.Xml.Relaxng.cs
+++ /dev/null
@@ -1,1148 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Commons.Xml.Relaxng.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.1")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Commons.Xml
-{
- public partial class XmlDefaultReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo
- {
- public XmlDefaultReader(System.Xml.XmlReader reader) { }
- public override int AttributeCount { get { throw null; } }
- public override string BaseURI { get { throw null; } }
- public override int Depth { get { throw null; } }
- public override bool EOF { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override bool IsDefault { get { throw null; } }
- public override bool IsEmptyElement { get { throw null; } }
- public override string this[int i] { get { throw null; } }
- public override string this[string name] { get { throw null; } }
- public override string this[string localName, string namespaceURI] { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public int LinePosition { get { throw null; } }
- public override string LocalName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override System.Xml.XmlNameTable NameTable { get { throw null; } }
- public override System.Xml.XmlNodeType NodeType { get { throw null; } }
- public override string Prefix { get { throw null; } }
- public override char QuoteChar { get { throw null; } }
- public System.Xml.XmlReader Reader { get { throw null; } }
- public override System.Xml.ReadState ReadState { get { throw null; } }
- public override string Value { get { throw null; } }
- public override string XmlLang { get { throw null; } }
- public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
- public override void Close() { }
- public override string GetAttribute(int i) { throw null; }
- public override string GetAttribute(string name) { throw null; }
- public override string GetAttribute(string localName, string namespaceURI) { throw null; }
- public bool HasLineInfo() { throw null; }
- public override string LookupNamespace(string prefix) { throw null; }
- public override void MoveToAttribute(int i) { }
- public override bool MoveToAttribute(string name) { throw null; }
- public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
- public override bool MoveToElement() { throw null; }
- public override bool MoveToFirstAttribute() { throw null; }
- public override bool MoveToNextAttribute() { throw null; }
- public override bool Read() { throw null; }
- public override bool ReadAttributeValue() { throw null; }
- public override void ResolveEntity() { }
- }
-}
-namespace Commons.Xml.Nvdl
-{
- public partial class Nvdl
- {
- internal Nvdl() { }
- public const string BuiltInValidationNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/predefinedSchema/1.0";
- public const string InstanceNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/instance/1.0";
- public const string Namespace = "http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0";
- }
- public abstract partial class NvdlAction : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlAction() { }
- }
- public partial class NvdlActionList : System.Collections.CollectionBase
- {
- public NvdlActionList() { }
- public Commons.Xml.Nvdl.NvdlAction this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlAction item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlAction item) { }
- }
- public partial class NvdlAllow : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlAllow() { }
- }
- public partial class NvdlAnyNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlAnyNamespace() { }
- }
- public partial class NvdlAttach : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttach() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttachPlaceholder : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttachPlaceholder() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttributable : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlAttributable() { }
- public System.Collections.ArrayList Foreign { get { throw null; } }
- }
- public partial class NvdlBuiltInValidationProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlBuiltInValidationProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public partial class NvdlCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- public NvdlCancelAction() { }
- }
- public partial class NvdlCompileException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlCompileException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlCompileException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlConfig
- {
- public NvdlConfig() { }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void AddProvider(Commons.Xml.Nvdl.NvdlValidationProvider provider) { }
- public Commons.Xml.Nvdl.NvdlValidatorGenerator GetGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string inheritSchemaType) { throw null; }
- }
- public partial class NvdlContext : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlContext() { }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string Path { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlContextList : System.Collections.CollectionBase
- {
- public NvdlContextList() { }
- public Commons.Xml.Nvdl.NvdlContext this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlContext item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlContext item) { }
- }
- public partial class NvdlElementBase : System.Xml.IXmlLineInfo
- {
- public NvdlElementBase() { }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public string SourceUri { get { throw null; } set { } }
- public bool HasLineInfo() { throw null; }
- }
- public partial class NvdlException : System.Exception
- {
- public NvdlException(string message) { }
- public NvdlException(string message, System.Exception inner) { }
- }
- public partial class NvdlIncludedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlIncludedMode() { }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlInstanceValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlInstanceValidationException(string message, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- public NvdlInstanceValidationException(string message, System.Exception inner, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- }
- public partial class NvdlMessage : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlMessage() { }
- public System.Collections.ArrayList ForeignAttributes { get { throw null; } }
- public string Text { get { throw null; } set { } }
- public string XmlLang { get { throw null; } set { } }
- }
- public partial class NvdlMessageEventArgs : System.EventArgs
- {
- public NvdlMessageEventArgs(string message) { }
- public string Message { get { throw null; } }
- }
- public delegate void NvdlMessageEventHandler(object o, Commons.Xml.Nvdl.NvdlMessageEventArgs e);
- public partial class NvdlMessageList : System.Collections.CollectionBase
- {
- public NvdlMessageList() { }
- public Commons.Xml.Nvdl.NvdlMessage this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlMessage item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlMessage item) { }
- }
- public partial class NvdlMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlMode() { }
- public string Name { get { throw null; } set { } }
- }
- public abstract partial class NvdlModeBase : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlModeBase() { }
- public Commons.Xml.Nvdl.NvdlModeList IncludedModes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- }
- public partial class NvdlModeList : System.Collections.CollectionBase
- {
- public NvdlModeList() { }
- public Commons.Xml.Nvdl.NvdlModeBase this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlModeBase item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlModeBase item) { }
- }
- public partial class NvdlModeUsage
- {
- public NvdlModeUsage() { }
- public Commons.Xml.Nvdl.NvdlContextList Contexts { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlNamespace() { }
- public string NS { get { throw null; } set { } }
- public string Wildcard { get { throw null; } set { } }
- }
- public partial class NvdlNestedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlNestedMode() { }
- }
- public abstract partial class NvdlNoCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- protected NvdlNoCancelAction() { }
- public Commons.Xml.Nvdl.NvdlMessageList Messages { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlModeUsage ModeUsage { get { throw null; } set { } }
- public string SimpleMessage { get { throw null; } set { } }
- }
- public abstract partial class NvdlNoResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlNoResultAction() { }
- }
- public partial class NvdlOption : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlOption() { }
- public string Arg { get { throw null; } set { } }
- public string MustSupport { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlOptionList : System.Collections.CollectionBase
- {
- public NvdlOptionList() { }
- public Commons.Xml.Nvdl.NvdlOption this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlOption item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlOption item) { }
- }
- public partial class NvdlReader
- {
- internal NvdlReader() { }
- public static Commons.Xml.Nvdl.NvdlRules Read(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class NvdlReject : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlReject() { }
- }
- public partial class NvdlRelaxngValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public const string RncMimeType = "application/vnd.oasis-open.relax-ng.rnc";
- public NvdlRelaxngValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public abstract partial class NvdlResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlResultAction() { }
- public abstract Commons.Xml.Nvdl.NvdlResultType ResultType { get; }
- }
- public enum NvdlResultType
- {
- Attach = 0,
- AttachPlaceholder = 1,
- Unwrap = 2,
- }
- public abstract partial class NvdlRule : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlRule() { }
- public Commons.Xml.Nvdl.NvdlActionList Actions { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleTarget Match { get { throw null; } set { } }
- }
- public partial class NvdlRuleList : System.Collections.CollectionBase
- {
- public NvdlRuleList() { }
- public Commons.Xml.Nvdl.NvdlRule this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlRule item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlRule item) { }
- }
- public partial class NvdlRules : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlRules() { }
- public Commons.Xml.Nvdl.NvdlModeList Modes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- public string SchemaType { get { throw null; } set { } }
- public string StartMode { get { throw null; } set { } }
- public Commons.Xml.Nvdl.NvdlTriggerList Triggers { get { throw null; } }
- }
- public enum NvdlRuleTarget
- {
- Attributes = 2,
- Both = 3,
- Elements = 1,
- None = 0,
- }
- public partial class NvdlTrigger : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlTrigger() { }
- public string NameList { get { throw null; } set { } }
- public string NS { get { throw null; } set { } }
- }
- public partial class NvdlTriggerList : System.Collections.CollectionBase
- {
- public NvdlTriggerList() { }
- public Commons.Xml.Nvdl.NvdlTrigger this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlTrigger item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlTrigger item) { }
- }
- public partial class NvdlUnwrap : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlUnwrap() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlValidate : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlValidate() { }
- public Commons.Xml.Nvdl.NvdlOptionList Options { get { throw null; } }
- public System.Xml.XmlElement SchemaBody { get { throw null; } set { } }
- public string SchemaType { get { throw null; } set { } }
- public string SchemaUri { get { throw null; } set { } }
- }
- public partial class NvdlValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver, Commons.Xml.Nvdl.NvdlConfig config) : base (default(System.Xml.XmlReader)) { }
- public event Commons.Xml.Nvdl.NvdlMessageEventHandler ActionStarted { add { } remove { } }
- public override bool Read() { throw null; }
- }
- public partial class NvdlValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlValidationException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlValidationException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlValidationProvider
- {
- public NvdlValidationProvider() { }
- public Commons.Xml.Nvdl.NvdlConfig Config { get { throw null; } }
- public string SchemaType { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlValidate ValidateAction { get { throw null; } }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader schema, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public string GetSchemaUri(Commons.Xml.Nvdl.NvdlValidate validate) { throw null; }
- }
- public abstract partial class NvdlValidatorGenerator
- {
- protected NvdlValidatorGenerator() { }
- public abstract bool AddOption(string name, string arg);
- public virtual System.Xml.XmlReader CreateAttributeValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) { throw null; }
- public abstract System.Xml.XmlReader CreateValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver);
- public virtual bool HandleError(System.Exception ex, System.Xml.XmlReader reader, string nvdlLocation) { throw null; }
- }
- public partial class NvdlXsdValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlXsdValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng
-{
- public partial interface IGrammarContent
- {
- }
- public partial class RelaxngAnyName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngAnyName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngAttribute : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngAttribute() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngBinaryContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngBinaryContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngChoice : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngChoice() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngData : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngData() { }
- public Commons.Xml.Relaxng.RelaxngExcept Except { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngParamList ParamList { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngDataSupport : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngDataSupport() { }
- public string DatatypeLibrary { get { throw null; } set { } }
- public string Type { get { throw null; } set { } }
- }
- public abstract partial class RelaxngDatatype
- {
- protected RelaxngDatatype() { }
- public abstract string Name { get; }
- public abstract string NamespaceURI { get; }
- public virtual bool Compare(object o1, object o2) { throw null; }
- public virtual bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public abstract object Parse(string text, System.Xml.XmlReader reader);
- }
- public abstract partial class RelaxngDatatypeProvider
- {
- protected RelaxngDatatypeProvider() { }
- public abstract Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters);
- }
- public partial class RelaxngDefine : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDefine() { }
- public string Combine { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngDiv : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDiv() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngElement : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngElement() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngElementBase
- {
- protected RelaxngElementBase() { }
- public string BaseUri { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern ReadExternalResource(Commons.Xml.Relaxng.RelaxngGrammar grammar, System.Uri uri, string nsContext) { throw null; }
- public abstract void Write(System.Xml.XmlWriter writer);
- }
- public partial class RelaxngEmpty : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngEmpty() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExcept : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExcept() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngException : System.Exception
- {
- public RelaxngException() { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message) { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message, System.Exception innerException) { }
- public RelaxngException(string message) { }
- public RelaxngException(string message, System.Exception innerException) { }
- }
- public partial class RelaxngExceptNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExceptNameClass() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Names { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExternalRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngExternalRef() { }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammar : Commons.Xml.Relaxng.RelaxngPattern
- {
- public static string NamespaceURI;
- public RelaxngGrammar() { }
- public string DefaultNamespace { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammarContentList : System.Collections.CollectionBase
- {
- public RelaxngGrammarContentList() { }
- public Commons.Xml.Relaxng.IGrammarContent this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Remove(Commons.Xml.Relaxng.IGrammarContent p) { }
- }
- public partial class RelaxngGroup : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngGroup() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInclude : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngInclude() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInterleave : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngInterleave() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngList : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- internal RelaxngList() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngMergedProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- public RelaxngMergedProvider() { }
- public static Commons.Xml.Relaxng.RelaxngMergedProvider DefaultProvider { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider this[string ns] { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class RelaxngMixed : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngMixed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngName() { }
- public RelaxngName(string ncname, string ns) { }
- public string LocalName { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNameChoice : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNameChoice() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Children { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngNameClass() { }
- }
- public partial class RelaxngNameClassList : System.Collections.CollectionBase
- {
- public RelaxngNameClassList() { }
- public Commons.Xml.Relaxng.RelaxngNameClass this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- }
- public partial class RelaxngNotAllowed : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngNotAllowed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNsName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNsName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOneOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOneOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOptional : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOptional() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParam : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngParam() { }
- public RelaxngParam(string name, string value) { }
- public string Name { get { throw null; } set { } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParamList : System.Collections.CollectionBase
- {
- public RelaxngParamList() { }
- public Commons.Xml.Relaxng.RelaxngParam this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngParam p) { }
- }
- public partial class RelaxngParentRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngParentRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngPattern : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngPattern() { }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider DataProvider { get { throw null; } set { } }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void Compile() { }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider, System.Xml.XmlResolver xmlResolver) { throw null; }
- public void WriteCompact(System.IO.TextWriter writer) { }
- public void WriteCompact(System.IO.TextWriter writer, System.Xml.IXmlNamespaceResolver res) { }
- }
- public partial class RelaxngPatternList : System.Collections.CollectionBase
- {
- public RelaxngPatternList() { }
- public Commons.Xml.Relaxng.RelaxngPattern this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngPattern p) { }
- }
- public enum RelaxngPatternType
- {
- After = 14,
- Attribute = 12,
- Choice = 4,
- Data = 9,
- DataExcept = 10,
- Element = 13,
- Empty = 1,
- ExternalRef = 21,
- Grammar = 16,
- Group = 6,
- Interleave = 5,
- List = 8,
- Mixed = 18,
- NotAllowed = 2,
- OneOrMore = 7,
- Optional = 19,
- ParentRef = 22,
- Ref = 15,
- Text = 3,
- Value = 11,
- ZeroOrMore = 17,
- }
- public partial class RelaxngReader : Commons.Xml.XmlDefaultReader
- {
- [System.ObsoleteAttribute]
- public static string RelaxngNS;
- public RelaxngReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public string ContextNamespace { get { throw null; } }
- public string DatatypeLibrary { get { throw null; } }
- public static Commons.Xml.Relaxng.RelaxngPattern GrammarForRelaxng { get { throw null; } }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public override bool Read() { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern ReadPattern() { throw null; }
- public override string ReadString() { throw null; }
- }
- public partial class RelaxngRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngSingleContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngSingleContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngStart : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngStart() { }
- public string Combine { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngString : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngString() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngText : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngText() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngToken : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngToken() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public static readonly Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler IgnoreError;
- public RelaxngValidatingReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Relaxng.RelaxngPattern pattern) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) : base (default(System.Xml.XmlReader)) { }
- public bool ReportDetails { get { throw null; } set { } }
- public bool RoughLabelCheck { get { throw null; } set { } }
- public event Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler InvalidNodeFound { add { } remove { } }
- public object AfterAttribute(object stateObject, string localName, string ns) { throw null; }
- public object AfterCloseStartTag(object stateObject) { throw null; }
- public object AfterEndTag(object stateObject) { throw null; }
- public object AfterOpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public bool Attribute(object stateObject, string localName, string ns) { throw null; }
- public bool CloseStartTag(object stateObject) { throw null; }
- public bool Emptiable(object stateObject) { throw null; }
- public bool EndTag(object stateObject) { throw null; }
- public System.Collections.ICollection GetAttributeLabels(object stateObject) { throw null; }
- public object GetCurrentState() { throw null; }
- public System.Collections.ICollection GetElementLabels(object stateObject) { throw null; }
- public bool OpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public override bool Read() { throw null; }
- public delegate bool RelaxngValidationEventHandler(System.Xml.XmlReader source, string message);
- }
- public partial class RelaxngValue : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngValue() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngZeroOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngZeroOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
-}
-namespace Commons.Xml.Relaxng.Derivative
-{
- public abstract partial class RdpAbstractBinary : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractBinary(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern LValue { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern RValue { get { throw null; } set { } }
- }
- public abstract partial class RdpAbstractSingleContent : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractSingleContent(Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Child { get { throw null; } set { } }
- }
- public partial class RdpAfter : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpAfter(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpAnyName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- internal RdpAnyName() { }
- public override bool HasInfiniteName { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpAnyName Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpAnyNameExcept : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpAnyNameExcept(Commons.Xml.Relaxng.Derivative.RdpNameClass except) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpApplyAfterHandler(Commons.Xml.Relaxng.Derivative.RdpPattern p);
- public partial class RdpAttribute : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAttribute(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpBinaryFunction(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2);
- public partial class RdpChoice : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpChoice(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public enum RdpContentType
- {
- Complex = 2,
- Empty = 1,
- Invalid = 0,
- Simple = 4,
- }
- public partial class RdpData : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpData(Commons.Xml.Relaxng.Derivative.RdpDatatype dt) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDataExcept : Commons.Xml.Relaxng.Derivative.RdpData
- {
- public RdpDataExcept(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, Commons.Xml.Relaxng.Derivative.RdpPattern except) : base (default(Commons.Xml.Relaxng.Derivative.RdpDatatype)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Except { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDatatype
- {
- public RdpDatatype(string ns, string localName, Commons.Xml.Relaxng.RelaxngParamList parameters, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { }
- public bool IsContextDependent { get { throw null; } }
- public string LocalName { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public virtual bool IsAllowed(string value, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsTypeEqual(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpElement : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpElement(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- }
- public partial class RdpEmpty : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpEmpty() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpEmpty Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpGroup : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpGroup(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpInterleave : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpList : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpList(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpName(string local, string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public string LocalName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public abstract partial class RdpNameClass
- {
- protected RdpNameClass() { }
- public abstract bool HasInfiniteName { get; }
- public abstract Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get; }
- public abstract bool Contains(string name, string ns);
- }
- public partial class RdpNameClassChoice : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNameClassChoice(Commons.Xml.Relaxng.Derivative.RdpNameClass l, Commons.Xml.Relaxng.Derivative.RdpNameClass r) { }
- public override bool HasInfiniteName { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass LValue { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass RValue { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public enum RdpNameClassType
- {
- AnyName = 1,
- AnyNameExcept = 2,
- Name = 5,
- NameClassChoice = 6,
- None = 0,
- NsName = 3,
- NsNameExcept = 4,
- }
- public partial class RdpNotAllowed : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpNotAllowed() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpNotAllowed Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpNsName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNsName(string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpNsNameExcept : Commons.Xml.Relaxng.Derivative.RdpNsName
- {
- public RdpNsNameExcept(string ns, Commons.Xml.Relaxng.Derivative.RdpNameClass except) : base (default(string)) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpOneOrMore : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpParam
- {
- public RdpParam(string localName, string value) { }
- public string LocalName { get { throw null; } }
- public string Value { get { throw null; } }
- }
- public partial class RdpParamList : System.Collections.ArrayList
- {
- public RdpParamList() { }
- }
- public abstract partial class RdpPattern
- {
- public static readonly Commons.Xml.Relaxng.Derivative.RdpPattern Anything;
- protected RdpPattern() { }
- public abstract Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get; }
- public abstract bool Nullable { get; }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern After(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Choice(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes) { }
- public abstract void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass);
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Group(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Interleave(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern ListDeriv(string[] list, int index, System.Xml.XmlReader reader) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpAfter MakeAfter(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeChoice(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpChoice MakeChoiceLeaf(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeGroup(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpInterleave MakeInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpOneOrMore MakeOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern OneOrMore() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- public bool ValueMatch(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpText : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpText() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpText Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpUtil
- {
- public static char[] WhitespaceChars;
- public RdpUtil() { }
- }
- public partial class RdpValue : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpValue(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, string value) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.Inference
-{
- public partial class RelaxngInference
- {
- public RelaxngInference() { }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption Occurrence { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption TypeInference { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader) { throw null; }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngGrammar grammar) { throw null; }
- public enum InferenceOption
- {
- Relaxed = 1,
- Restricted = 0,
- }
- }
-}
-namespace Commons.Xml.Relaxng.Rnc
-{
- public partial class RncParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 4;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public RncParser(System.Xml.XmlNameTable nameTable) { }
- public string BaseUri { get { throw null; } }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri, string defaultNamespace) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri, string defaultNamespace) { throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.XmlSchema
-{
- public partial class XsdDatatypeProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- internal XsdDatatypeProvider() { }
- public static Commons.Xml.Relaxng.XmlSchema.XsdDatatypeProvider Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class XsdPrimitiveType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdPrimitiveType(string name, System.Xml.Schema.XmlSchemaDatatype xstype) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdQNameWrapper : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdQNameWrapper() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdSimpleRestrictionType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdSimpleRestrictionType(Commons.Xml.Relaxng.RelaxngDatatype primitive, Commons.Xml.Relaxng.RelaxngParamList parameters) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string value, System.Xml.XmlReader reader) { throw null; }
- }
-}
diff --git a/src/v4.5.1/I18N.CJK.cs b/src/v4.5.1/I18N.CJK.cs
deleted file mode 100644
index 694a3f0..0000000
--- a/src/v4.5.1/I18N.CJK.cs
+++ /dev/null
@@ -1,135 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.CJK
-{
- [System.SerializableAttribute]
- public partial class CP50220 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50220() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50221 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50221() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50222 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50222() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP51932 : I18N.Common.MonoSafeEncoding
- {
- public CP51932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- public partial class CP51932Encoder : I18N.Common.MonoSafeEncoder
- {
- public CP51932Encoder(I18N.Common.MonoSafeEncoding encoding) : base (default(I18N.Common.MonoSafeEncoding)) { }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CP54936 : I18N.CJK.GB18030Encoding
- {
- public CP54936() { }
- }
- [System.SerializableAttribute]
- public partial class CP932 : I18N.Common.MonoSafeEncoding
- {
- public CP932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ENCeuc_jp : I18N.CJK.CP51932
- {
- public ENCeuc_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_2022_jp : I18N.CJK.CP50220
- {
- public ENCiso_2022_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCshift_jis : I18N.CJK.CP932
- {
- public ENCshift_jis() { }
- }
- [System.SerializableAttribute]
- public partial class GB18030Encoding : I18N.Common.MonoSafeEncoding
- {
- public GB18030Encoding() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int start, int len) { throw null; }
- public override int GetChars(byte[] bytes, int byteIdx, int srclen, char[] chars, int charIdx) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int len) { throw null; }
- public override int GetMaxCharCount(int len) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ISO2022JPEncoding : I18N.Common.MonoSafeEncoding
- {
- public ISO2022JPEncoding(int codePage, bool allow1ByteKana, bool allowShiftIO) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int charIndex, int charCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- protected override int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.5.1/I18N.MidEast.cs b/src/v4.5.1/I18N.MidEast.cs
deleted file mode 100644
index 1e95319..0000000
--- a/src/v4.5.1/I18N.MidEast.cs
+++ /dev/null
@@ -1,110 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.MidEast
-{
- [System.SerializableAttribute]
- public partial class CP1254 : I18N.Common.ByteEncoding
- {
- public CP1254() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1255 : I18N.Common.ByteEncoding
- {
- public CP1255() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1256 : I18N.Common.ByteEncoding
- {
- public CP1256() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28596 : I18N.Common.ByteEncoding
- {
- public CP28596() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28598 : I18N.Common.ByteEncoding
- {
- public CP28598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28599 : I18N.Common.ByteEncoding
- {
- public CP28599() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP38598 : I18N.Common.ByteEncoding
- {
- public CP38598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_6 : I18N.MidEast.CP28596
- {
- public ENCiso_8859_6() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_8 : I18N.MidEast.CP28598
- {
- public ENCiso_8859_8() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_9 : I18N.MidEast.CP28599
- {
- public ENCiso_8859_9() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1254 : I18N.MidEast.CP1254
- {
- public ENCwindows_1254() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1255 : I18N.MidEast.CP1255
- {
- public ENCwindows_1255() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1256 : I18N.MidEast.CP1256
- {
- public ENCwindows_1256() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_38598 : I18N.MidEast.CP38598
- {
- public ENCwindows_38598() { }
- }
-}
diff --git a/src/v4.5.1/I18N.Other.cs b/src/v4.5.1/I18N.Other.cs
deleted file mode 100644
index ddc9db0..0000000
--- a/src/v4.5.1/I18N.Other.cs
+++ /dev/null
@@ -1,241 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Other
-{
- [System.SerializableAttribute]
- public partial class CP1251 : I18N.Common.ByteEncoding
- {
- public CP1251() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1257 : I18N.Common.ByteEncoding
- {
- public CP1257() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1258 : I18N.Common.ByteEncoding
- {
- public CP1258() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20866 : I18N.Common.ByteEncoding
- {
- public CP20866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21866 : I18N.Common.ByteEncoding
- {
- public CP21866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28594 : I18N.Common.ByteEncoding
- {
- public CP28594() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28595 : I18N.Common.ByteEncoding
- {
- public CP28595() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP57002 : I18N.Other.ISCIIEncoding
- {
- public CP57002() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57003 : I18N.Other.ISCIIEncoding
- {
- public CP57003() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57004 : I18N.Other.ISCIIEncoding
- {
- public CP57004() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57005 : I18N.Other.ISCIIEncoding
- {
- public CP57005() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57006 : I18N.Other.ISCIIEncoding
- {
- public CP57006() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57007 : I18N.Other.ISCIIEncoding
- {
- public CP57007() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57008 : I18N.Other.ISCIIEncoding
- {
- public CP57008() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57009 : I18N.Other.ISCIIEncoding
- {
- public CP57009() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57010 : I18N.Other.ISCIIEncoding
- {
- public CP57010() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57011 : I18N.Other.ISCIIEncoding
- {
- public CP57011() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP874 : I18N.Common.ByteEncoding
- {
- public CP874() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_4 : I18N.Other.CP28594
- {
- public ENCiso_8859_4() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_5 : I18N.Other.CP28595
- {
- public ENCiso_8859_5() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_r : I18N.Other.CP20866
- {
- public ENCkoi8_r() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_u : I18N.Other.CP21866
- {
- public ENCkoi8_u() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1251 : I18N.Other.CP1251
- {
- public ENCwindows_1251() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1257 : I18N.Other.CP1257
- {
- public ENCwindows_1257() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1258 : I18N.Other.CP1258
- {
- public ENCwindows_1258() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_874 : I18N.Other.CP874
- {
- public ENCwindows_874() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_as : I18N.Other.CP57006
- {
- public ENCx_iscii_as() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_be : I18N.Other.CP57003
- {
- public ENCx_iscii_be() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_de : I18N.Other.CP57002
- {
- public ENCx_iscii_de() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_gu : I18N.Other.CP57010
- {
- public ENCx_iscii_gu() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ka : I18N.Other.CP57008
- {
- public ENCx_iscii_ka() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ma : I18N.Other.CP57009
- {
- public ENCx_iscii_ma() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_or : I18N.Other.CP57007
- {
- public ENCx_iscii_or() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_pa : I18N.Other.CP57011
- {
- public ENCx_iscii_pa() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ta : I18N.Other.CP57004
- {
- public ENCx_iscii_ta() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_te : I18N.Other.CP57005
- {
- public ENCx_iscii_te() { }
- }
- [System.SerializableAttribute]
- public abstract partial class ISCIIEncoding : I18N.Common.MonoEncoding
- {
- protected ISCIIEncoding(int codePage, int shift, string encodingName, string webName) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.5.1/I18N.Rare.cs b/src/v4.5.1/I18N.Rare.cs
deleted file mode 100644
index 5bedcdb..0000000
--- a/src/v4.5.1/I18N.Rare.cs
+++ /dev/null
@@ -1,530 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Rare
-{
- [System.SerializableAttribute]
- public partial class CP1026 : I18N.Common.ByteEncoding
- {
- public CP1026() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1047 : I18N.Common.ByteEncoding
- {
- public CP1047() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1140 : I18N.Common.ByteEncoding
- {
- public CP1140() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1141 : I18N.Common.ByteEncoding
- {
- public CP1141() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1142 : I18N.Common.ByteEncoding
- {
- public CP1142() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1143 : I18N.Common.ByteEncoding
- {
- public CP1143() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1144 : I18N.Common.ByteEncoding
- {
- public CP1144() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1145 : I18N.Common.ByteEncoding
- {
- public CP1145() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1146 : I18N.Common.ByteEncoding
- {
- public CP1146() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1147 : I18N.Common.ByteEncoding
- {
- public CP1147() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1148 : I18N.Common.ByteEncoding
- {
- public CP1148() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1149 : I18N.Common.ByteEncoding
- {
- public CP1149() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20273 : I18N.Common.ByteEncoding
- {
- public CP20273() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20277 : I18N.Common.ByteEncoding
- {
- public CP20277() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20278 : I18N.Common.ByteEncoding
- {
- public CP20278() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20280 : I18N.Common.ByteEncoding
- {
- public CP20280() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20284 : I18N.Common.ByteEncoding
- {
- public CP20284() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20285 : I18N.Common.ByteEncoding
- {
- public CP20285() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20290 : I18N.Common.ByteEncoding
- {
- public CP20290() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20297 : I18N.Common.ByteEncoding
- {
- public CP20297() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20420 : I18N.Common.ByteEncoding
- {
- public CP20420() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20424 : I18N.Common.ByteEncoding
- {
- public CP20424() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20871 : I18N.Common.ByteEncoding
- {
- public CP20871() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21025 : I18N.Common.ByteEncoding
- {
- public CP21025() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP37 : I18N.Common.ByteEncoding
- {
- public CP37() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP500 : I18N.Common.ByteEncoding
- {
- public CP500() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP708 : I18N.Common.ByteEncoding
- {
- public CP708() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP852 : I18N.Common.ByteEncoding
- {
- public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP855 : I18N.Common.ByteEncoding
- {
- public CP855() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP857 : I18N.Common.ByteEncoding
- {
- public CP857() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP858 : I18N.Common.ByteEncoding
- {
- public CP858() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP862 : I18N.Common.ByteEncoding
- {
- public CP862() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP864 : I18N.Common.ByteEncoding
- {
- public CP864() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP866 : I18N.Common.ByteEncoding
- {
- public CP866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP869 : I18N.Common.ByteEncoding
- {
- public CP869() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP870 : I18N.Common.ByteEncoding
- {
- public CP870() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP875 : I18N.Common.ByteEncoding
- {
- public CP875() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCasmo_708 : I18N.Rare.CP708
- {
- public ENCasmo_708() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm00858 : I18N.Rare.CP858
- {
- public ENCibm00858() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01140 : I18N.Rare.CP1140
- {
- public ENCibm01140() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01141 : I18N.Rare.CP1141
- {
- public ENCibm01141() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01142 : I18N.Rare.CP1142
- {
- public ENCibm01142() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01143 : I18N.Rare.CP1143
- {
- public ENCibm01143() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm037 : I18N.Rare.CP37
- {
- public ENCibm037() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1025 : I18N.Rare.CP21025
- {
- public ENCibm1025() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1026 : I18N.Rare.CP1026
- {
- public ENCibm1026() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1047 : I18N.Rare.CP1047
- {
- public ENCibm1047() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1144 : I18N.Rare.CP1144
- {
- public ENCibm1144() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1145 : I18N.Rare.CP1145
- {
- public ENCibm1145() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1146 : I18N.Rare.CP1146
- {
- public ENCibm1146() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1147 : I18N.Rare.CP1147
- {
- public ENCibm1147() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1148 : I18N.Rare.CP1148
- {
- public ENCibm1148() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1149 : I18N.Rare.CP1149
- {
- public ENCibm1149() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm273 : I18N.Rare.CP20273
- {
- public ENCibm273() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm277 : I18N.Rare.CP20277
- {
- public ENCibm277() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm278 : I18N.Rare.CP20278
- {
- public ENCibm278() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm280 : I18N.Rare.CP20280
- {
- public ENCibm280() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm284 : I18N.Rare.CP20284
- {
- public ENCibm284() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm285 : I18N.Rare.CP20285
- {
- public ENCibm285() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm290 : I18N.Rare.CP20290
- {
- public ENCibm290() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm297 : I18N.Rare.CP20297
- {
- public ENCibm297() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm420 : I18N.Rare.CP20420
- {
- public ENCibm420() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm424 : I18N.Rare.CP20424
- {
- public ENCibm424() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm500 : I18N.Rare.CP500
- {
- public ENCibm500() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm852 : I18N.Rare.CP852
- {
- public ENCibm852() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm855 : I18N.Rare.CP855
- {
- public ENCibm855() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm857 : I18N.Rare.CP857
- {
- public ENCibm857() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm862 : I18N.Rare.CP862
- {
- public ENCibm862() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm864 : I18N.Rare.CP864
- {
- public ENCibm864() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm866 : I18N.Rare.CP866
- {
- public ENCibm866() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm869 : I18N.Rare.CP869
- {
- public ENCibm869() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm870 : I18N.Rare.CP870
- {
- public ENCibm870() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm871 : I18N.Rare.CP20871
- {
- public ENCibm871() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm875 : I18N.Rare.CP875
- {
- public ENCibm875() { }
- }
-}
diff --git a/src/v4.5.1/I18N.West.cs b/src/v4.5.1/I18N.West.cs
deleted file mode 100644
index e2dd4ba..0000000
--- a/src/v4.5.1/I18N.West.cs
+++ /dev/null
@@ -1,222 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.West
-{
- [System.SerializableAttribute]
- public partial class CP10000 : I18N.Common.ByteEncoding
- {
- public CP10000() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP10079 : I18N.Common.ByteEncoding
- {
- public CP10079() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1250 : I18N.Common.ByteEncoding
- {
- public CP1250() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1252 : I18N.Common.ByteEncoding
- {
- public CP1252() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1253 : I18N.Common.ByteEncoding
- {
- public CP1253() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28592 : I18N.Common.ByteEncoding
- {
- public CP28592() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28593 : I18N.Common.ByteEncoding
- {
- public CP28593() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28597 : I18N.Common.ByteEncoding
- {
- public CP28597() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28605 : I18N.Common.ByteEncoding
- {
- public CP28605() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP437 : I18N.Common.ByteEncoding
- {
- public CP437() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP850 : I18N.Common.ByteEncoding
- {
- public CP850() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP860 : I18N.Common.ByteEncoding
- {
- public CP860() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP861 : I18N.Common.ByteEncoding
- {
- public CP861() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP863 : I18N.Common.ByteEncoding
- {
- public CP863() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP865 : I18N.Common.ByteEncoding
- {
- public CP865() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm437 : I18N.West.CP437
- {
- public ENCibm437() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm850 : I18N.West.CP850
- {
- public ENCibm850() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm860 : I18N.West.CP860
- {
- public ENCibm860() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm861 : I18N.West.CP861
- {
- public ENCibm861() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm863 : I18N.West.CP863
- {
- public ENCibm863() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm865 : I18N.West.CP865
- {
- public ENCibm865() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_15 : I18N.West.CP28605
- {
- public ENCiso_8859_15() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_2 : I18N.West.CP28592
- {
- public ENCiso_8859_2() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_3 : I18N.West.CP28593
- {
- public ENCiso_8859_3() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_7 : I18N.West.CP28597
- {
- public ENCiso_8859_7() { }
- }
- [System.SerializableAttribute]
- public partial class ENCmacintosh : I18N.West.CP10000
- {
- public ENCmacintosh() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1250 : I18N.West.CP1250
- {
- public ENCwindows_1250() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1252 : I18N.West.CP1252
- {
- public ENCwindows_1252() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1253 : I18N.West.CP1253
- {
- public ENCwindows_1253() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_mac_icelandic : I18N.West.CP10079
- {
- public ENCx_mac_icelandic() { }
- }
-}
diff --git a/src/v4.5.1/I18N.cs b/src/v4.5.1/I18N.cs
deleted file mode 100644
index 3ab8d52..0000000
--- a/src/v4.5.1/I18N.cs
+++ /dev/null
@@ -1,173 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Common
-{
- [System.SerializableAttribute]
- public abstract partial class ByteEncoding : I18N.Common.MonoEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected unsafe abstract void ToBytes(char* chars, int charCount, byte* bytes, int byteCount);
- protected virtual void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- [System.SerializableAttribute]
- public abstract partial class ByteSafeEncoding : I18N.Common.MonoSafeEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteSafeEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected abstract void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
- protected virtual void ToBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- public sealed partial class Handlers
- {
- public static readonly string[] List;
- public Handlers() { }
- public static string GetAlias(string name) { throw null; }
- }
- public partial class Manager
- {
- internal Manager() { }
- public static I18N.Common.Manager PrimaryManager { get { throw null; } }
- public System.Globalization.CultureInfo GetCulture(int culture, bool useUserOverride) { throw null; }
- public System.Globalization.CultureInfo GetCulture(string name, bool useUserOverride) { throw null; }
- public System.Text.Encoding GetEncoding(int codePage) { throw null; }
- public System.Text.Encoding GetEncoding(string name) { throw null; }
- }
- public abstract partial class MonoEncoder : System.Text.Encoder
- {
- public MonoEncoder(I18N.Common.MonoEncoding encoding) { }
- public override int GetByteCount(char[] chars, int index, int count, bool refresh) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount, bool refresh);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount, bool refresh);
- public unsafe void HandleFallback(char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoEncoding : System.Text.Encoding
- {
- public MonoEncoding(int codePage) { }
- public MonoEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount);
- protected unsafe virtual int GetBytesInternal(char* chars, int charCount, byte* bytes, int byteCount, bool flush, object state) { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount) { }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public partial class MonoEncodingDefaultEncoder : I18N.Common.ReferenceSourceDefaultEncoder
- {
- public MonoEncodingDefaultEncoder(System.Text.Encoding encoding) : base (default(System.Text.Encoding)) { }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public unsafe override void Convert(char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public override void Convert(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- }
- public abstract partial class MonoSafeEncoder : System.Text.Encoder
- {
- public MonoSafeEncoder(I18N.Common.MonoSafeEncoding encoding) { }
- public void HandleFallback(char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoSafeEncoding : System.Text.Encoding
- {
- public MonoSafeEncoding(int codePage) { }
- public MonoSafeEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- protected virtual int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public partial class ReferenceSourceDefaultEncoder : System.Text.Encoder, System.Runtime.Serialization.IObjectReference
- {
- public ReferenceSourceDefaultEncoder(System.Text.Encoding encoding) { }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetByteCount(char* chars, int count, bool flush) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public object GetRealObject(System.Runtime.Serialization.StreamingContext context) { throw null; }
- }
- public sealed partial class Strings
- {
- public Strings() { }
- public static string GetString(string tag) { throw null; }
- }
-}
diff --git a/src/v4.5.1/IBM.Data.DB2.cs b/src/v4.5.1/IBM.Data.DB2.cs
deleted file mode 100644
index 9561518..0000000
--- a/src/v4.5.1/IBM.Data.DB2.cs
+++ /dev/null
@@ -1,298 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace IBM.Data.DB2
-{
- public partial class DB2ClientUtils
- {
- public DB2ClientUtils() { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message) { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message, IBM.Data.DB2.DB2Connection connection) { }
- }
- public partial class DB2Command : System.ComponentModel.Component, System.Data.IDbCommand, System.ICloneable, System.IDisposable
- {
- public DB2Command() { }
- public DB2Command(string commandStr) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Transaction trans) { }
- public string CommandText { get { throw null; } set { } }
- public int CommandTimeout { get { throw null; } set { } }
- public System.Data.CommandType CommandType { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Connection Connection { get { throw null; } set { } }
- public IBM.Data.DB2.DB2ParameterCollection Parameters { get { throw null; } }
- public bool SelfDescribe { get { throw null; } set { } }
- public System.IntPtr statementHandle { get { throw null; } }
- System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
- System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
- System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Transaction Transaction { get { throw null; } set { } }
- public System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public void Cancel() { }
- public System.Data.IDbDataParameter CreateParameter() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- public int ExecuteNonQuery() { throw null; }
- public void ExecuteNonQueryInternal(System.Data.CommandBehavior behavior) { }
- public IBM.Data.DB2.DB2DataReader ExecuteReader() { throw null; }
- public IBM.Data.DB2.DB2DataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public object ExecuteScalar() { throw null; }
- ~DB2Command() { }
- public void Prepare() { }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2CommandBuilder : System.ComponentModel.Component
- {
- public DB2CommandBuilder() { }
- public DB2CommandBuilder(IBM.Data.DB2.DB2DataAdapter adapter) { }
- public IBM.Data.DB2.DB2DataAdapter DataAdapter { get { throw null; } set { } }
- public string QuotePrefix { get { throw null; } set { } }
- public string QuoteSuffix { get { throw null; } set { } }
- public static void DeriveParameters(IBM.Data.DB2.DB2Command command) { }
- protected override void Dispose(bool disposing) { }
- public IBM.Data.DB2.DB2Command GetDeleteCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetInsertCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetUpdateCommand() { throw null; }
- public void RefreshSchema() { }
- }
- public partial class DB2Connection : System.ComponentModel.Component, System.Data.IDbConnection, System.ICloneable, System.IDisposable
- {
- public DB2Connection() { }
- public DB2Connection(string conString) { }
- public string ConnectionString { get { throw null; } set { } }
- public int ConnectionTimeout { get { throw null; } set { } }
- public string Database { get { throw null; } }
- public System.Data.ConnectionState State { get { throw null; } }
- public event IBM.Data.DB2.DB2InfoMessageEventHandler InfoMessage { add { } remove { } }
- public event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public IBM.Data.DB2.DB2Transaction BeginTransaction() { throw null; }
- public IBM.Data.DB2.DB2Transaction BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- public void ChangeDatabase(string newDBName) { }
- public void Close() { }
- public IBM.Data.DB2.DB2Command CreateCommand() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- ~DB2Connection() { }
- public void Open() { }
- public static void ReleaseObjectPool() { }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2DataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter
- {
- public DB2DataAdapter() { }
- public DB2DataAdapter(IBM.Data.DB2.DB2Command selectCommand) { }
- public DB2DataAdapter(string selectCommandText, IBM.Data.DB2.DB2Connection selectConnection) { }
- public DB2DataAdapter(string selectCommandText, string selectConnectionString) { }
- public new IBM.Data.DB2.DB2Command DeleteCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command InsertCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command SelectCommand { get { throw null; } set { } }
- System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command UpdateCommand { get { throw null; } set { } }
- public event IBM.Data.DB2.DB2RowUpdatedEventHandler RowUpdated { add { } remove { } }
- public event IBM.Data.DB2.DB2RowUpdatingEventHandler RowUpdating { add { } remove { } }
- protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class DB2DataReader : System.MarshalByRefObject, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
- {
- internal DB2DataReader() { }
- public int Depth { get { throw null; } }
- public int FieldCount { get { throw null; } }
- public bool HasRows { get { throw null; } }
- public bool IsClosed { get { throw null; } }
- public object this[int col] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public int RecordsAffected { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- ~DB2DataReader() { }
- public bool GetBoolean(int col) { throw null; }
- public byte GetByte(int col) { throw null; }
- public long GetBytes(int col, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public char GetChar(int col) { throw null; }
- public long GetChars(int col, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
- public System.Data.IDataReader GetData(int col) { throw null; }
- public string GetDataTypeName(int col) { throw null; }
- public System.DateTime GetDate(int col) { throw null; }
- public System.DateTime GetDateTime(int col) { throw null; }
- public decimal GetDecimal(int col) { throw null; }
- public double GetDouble(int col) { throw null; }
- public System.Type GetFieldType(int col) { throw null; }
- public float GetFloat(int col) { throw null; }
- public System.Guid GetGuid(int col) { throw null; }
- public short GetInt16(int col) { throw null; }
- public int GetInt32(int col) { throw null; }
- public long GetInt64(int col) { throw null; }
- public string GetName(int col) { throw null; }
- public int GetOrdinal(string name) { throw null; }
- public System.Data.DataTable GetSchemaTable() { throw null; }
- public string GetString(int col) { throw null; }
- public object GetStringInternal(int col) { throw null; }
- public System.TimeSpan GetTime(int col) { throw null; }
- public System.TimeSpan GetTimeSpan(int col) { throw null; }
- public object GetValue(int col) { throw null; }
- public int GetValues(object[] values) { throw null; }
- public bool IsDBNull(int col) { throw null; }
- public bool NextResult() { throw null; }
- public bool Read() { throw null; }
- }
- public sealed partial class DB2Error
- {
- internal DB2Error() { }
- public string Message { get { throw null; } }
- public int NativeError { get { throw null; } }
- public string Source { get { throw null; } }
- public string SQLState { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DB2ErrorCollection : System.Collections.CollectionBase
- {
- public DB2ErrorCollection(short sqlHandleType, System.IntPtr sqlHandle) { }
- public IBM.Data.DB2.DB2Error this[int index] { get { throw null; } }
- public void CopyTo(IBM.Data.DB2.DB2Error[] array, int index) { }
- public new IBM.Data.DB2.DB2ErrorCollection.DB2ErrorEnumerator GetEnumerator() { throw null; }
- public partial class DB2ErrorEnumerator : System.Collections.IEnumerator
- {
- public DB2ErrorEnumerator(IBM.Data.DB2.DB2ErrorCollection mappings) { }
- public IBM.Data.DB2.DB2Error Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class DB2Exception : System.Exception
- {
- internal DB2Exception() { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public override string Message { get { throw null; } }
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public sealed partial class DB2InfoMessageEventArgs : System.EventArgs
- {
- public DB2InfoMessageEventArgs(IBM.Data.DB2.DB2ErrorCollection errors) { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public delegate void DB2InfoMessageEventHandler(object sender, IBM.Data.DB2.DB2InfoMessageEventArgs e);
- public sealed partial class DB2Parameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
- {
- public DB2Parameter() { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size) { }
- public DB2Parameter(string parameterName, IBM.Data.DB2.DB2Type db2Type, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size, string sourceColumn) { }
- public DB2Parameter(string parameterName, object value) { }
- public IBM.Data.DB2.DB2Type DB2Type { get { throw null; } set { } }
- public System.Data.DbType DbType { get { throw null; } set { } }
- public System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public bool IsNullable { get { throw null; } set { } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string SourceColumn { get { throw null; } set { } }
- public System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- object System.ICloneable.Clone() { throw null; }
- }
- public partial class DB2ParameterCollection : System.Collections.ArrayList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
- {
- public DB2ParameterCollection() { }
- public new IBM.Data.DB2.DB2Parameter this[int index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter this[string index] { get { throw null; } set { } }
- object System.Data.IDataParameterCollection.this[string index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter Add(IBM.Data.DB2.DB2Parameter value) { throw null; }
- public override int Add(object obj) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type type) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size, string sourceColumn) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, object value) { throw null; }
- public bool Contains(string paramName) { throw null; }
- public int IndexOf(string paramName) { throw null; }
- public void RemoveAt(string paramName) { }
- }
- public sealed partial class DB2RowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
- {
- public DB2RowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } }
- }
- public delegate void DB2RowUpdatedEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatedEventArgs e);
- public sealed partial class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
- {
- public DB2RowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } set { } }
- }
- public delegate void DB2RowUpdatingEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatingEventArgs e);
- public sealed partial class DB2Transaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
- {
- internal DB2Transaction() { }
- public System.Data.IDbConnection Connection { get { throw null; } }
- public System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public void Commit() { }
- public void Dispose() { }
- public void Rollback() { }
- }
- public enum DB2Type
- {
- BigInt = 3,
- Binary = 15,
- Blob = 22,
- Char = 12,
- Clob = 21,
- Datalink = 24,
- Date = 9,
- DbClob = 23,
- Decimal = 7,
- Double = 5,
- Float = 6,
- Graphic = 18,
- Integer = 2,
- Invalid = 0,
- LongVarBinary = 17,
- LongVarChar = 14,
- LongVarGraphic = 20,
- Numeric = 8,
- Real = 4,
- RowId = 25,
- SmallInt = 1,
- Time = 10,
- Timestamp = 11,
- VarBinary = 16,
- VarChar = 13,
- VarGraphic = 19,
- XmlReader = 26,
- }
- public partial class DB2TypeConverter
- {
- public DB2TypeConverter() { }
- public static System.Type GetManagedType(int sql_type) { throw null; }
- }
-}
diff --git a/src/v4.5.1/ICSharpCode.SharpZipLib.cs b/src/v4.5.1/ICSharpCode.SharpZipLib.cs
deleted file mode 100644
index b41a74c..0000000
--- a/src/v4.5.1/ICSharpCode.SharpZipLib.cs
+++ /dev/null
@@ -1,963 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.84.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright 2001-2005 Mike Krueger")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("A free C# compression library")]
-[assembly:System.Reflection.AssemblyProductAttribute("#ZipLibrary")]
-[assembly:System.Reflection.AssemblyTitleAttribute("ICSharpCode.SharpZipLibrary")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace ICSharpCode.SharpZipLib
-{
- public partial class SharpZipBaseException : System.ApplicationException
- {
- public SharpZipBaseException() { }
- public SharpZipBaseException(string msg) { }
- public SharpZipBaseException(string message, System.Exception innerException) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.BZip2
-{
- public sealed partial class BZip2
- {
- public BZip2() { }
- public static void Compress(System.IO.Stream instream, System.IO.Stream outstream, int blockSize) { }
- public static void Decompress(System.IO.Stream instream, System.IO.Stream outstream) { }
- }
- public sealed partial class BZip2Constants
- {
- internal BZip2Constants() { }
- public static readonly int baseBlockSize;
- public static readonly int G_SIZE;
- public static readonly int MAX_ALPHA_SIZE;
- public static readonly int MAX_CODE_LEN;
- public static readonly int MAX_SELECTORS;
- public static readonly int NUM_OVERSHOOT_BYTES;
- public static readonly int N_GROUPS;
- public static readonly int N_ITERS;
- public static readonly int[] rNums;
- public static readonly int RUNA;
- public static readonly int RUNB;
- }
- public partial class BZip2Exception : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public BZip2Exception() { }
- public BZip2Exception(string message) { }
- }
- public partial class BZip2InputStream : System.IO.Stream
- {
- public BZip2InputStream(System.IO.Stream stream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- public override int Read(byte[] b, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class BZip2OutputStream : System.IO.Stream
- {
- public BZip2OutputStream(System.IO.Stream stream) { }
- public BZip2OutputStream(System.IO.Stream stream, int blockSize) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~BZip2OutputStream() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bv) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Checksums
-{
- public sealed partial class Adler32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Adler32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public sealed partial class Crc32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Crc32() { }
- public long Value { get { throw null; } set { } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] buffer);
- void Update(byte[] buf, int off, int len);
- void Update(int bval);
- }
- public partial class StrangeCRC : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public StrangeCRC() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int inCh) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Core
-{
- public partial class DirectoryEventArgs : ICSharpCode.SharpZipLib.Core.ScanEventArgs
- {
- public DirectoryEventArgs(string name, bool hasMatchingFiles) : base (default(string)) { }
- public bool HasMatchingFiles { get { throw null; } }
- }
- public delegate void DirectoryFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public delegate void FileFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public partial class FileSystemScanner
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter) { }
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter, ICSharpCode.SharpZipLib.Core.IScanFilter directoryFilter) { }
- public FileSystemScanner(string filter) { }
- public FileSystemScanner(string fileFilter, string directoryFilter) { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- public void Scan(string directory, bool recurse) { }
- }
- public partial interface INameTransform
- {
- string TransformDirectory(string name);
- string TransformFile(string name);
- }
- public partial interface IScanFilter
- {
- bool IsMatch(string name);
- }
- public partial class NameAndSizeFilter : ICSharpCode.SharpZipLib.Core.PathFilter
- {
- public NameAndSizeFilter(string filter, long minSize, long maxSize) : base (default(string)) { }
- public long MaxSize { get { throw null; } set { } }
- public long MinSize { get { throw null; } set { } }
- public override bool IsMatch(string fileName) { throw null; }
- }
- public partial class NameFilter
- {
- public NameFilter(string filter) { }
- public bool IsExcluded(string testValue) { throw null; }
- public bool IsIncluded(string testValue) { throw null; }
- public bool IsMatch(string testValue) { throw null; }
- public static bool IsValidExpression(string e) { throw null; }
- public static bool IsValidFilterExpression(string toTest) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PathFilter : ICSharpCode.SharpZipLib.Core.IScanFilter
- {
- public PathFilter(string filter) { }
- public virtual bool IsMatch(string name) { throw null; }
- }
- public delegate void ProcessDirectoryDelegate(object Sender, ICSharpCode.SharpZipLib.Core.DirectoryEventArgs e);
- public delegate void ProcessFileDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanEventArgs e);
- public partial class ScanEventArgs : System.EventArgs
- {
- public ScanEventArgs(string name) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public string Name { get { throw null; } }
- }
- public partial class ScanFailureEventArgs
- {
- public ScanFailureEventArgs(string name, System.Exception e) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public System.Exception Exception { get { throw null; } }
- public string Name { get { throw null; } }
- }
-}
-namespace ICSharpCode.SharpZipLib.Encryption
-{
- public abstract partial class PkzipClassic : System.Security.Cryptography.SymmetricAlgorithm
- {
- protected PkzipClassic() { }
- public static byte[] GenerateKeys(byte[] seed) { throw null; }
- }
- public sealed partial class PkzipClassicManaged : ICSharpCode.SharpZipLib.Encryption.PkzipClassic
- {
- public PkzipClassicManaged() { }
- public override int BlockSize { get { throw null; } set { } }
- public override byte[] Key { get { throw null; } set { } }
- public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw null; } }
- public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- }
-}
-namespace ICSharpCode.SharpZipLib.GZip
-{
- public partial class GZipConstants
- {
- internal GZipConstants() { }
- public const int FCOMMENT = 16;
- public const int FEXTRA = 4;
- public const int FHCRC = 2;
- public const int FNAME = 8;
- public const int FTEXT = 1;
- public static readonly int GZIP_MAGIC;
- }
- public partial class GZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public GZipException() { }
- public GZipException(string message) { }
- }
- public partial class GZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- protected bool eos;
- public GZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public GZipInputStream(System.IO.Stream baseInputStream, int size) : base (default(System.IO.Stream)) { }
- public override int Read(byte[] buf, int offset, int len) { throw null; }
- }
- public partial class GZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- public GZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public GZipOutputStream(System.IO.Stream baseOutputStream, int size) : base (default(System.IO.Stream)) { }
- public override void Close() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void SetLevel(int level) { }
- public override void Write(byte[] buf, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Tar
-{
- public partial class InvalidHeaderException : ICSharpCode.SharpZipLib.Tar.TarException
- {
- public InvalidHeaderException() { }
- public InvalidHeaderException(string msg) { }
- }
- public delegate void ProgressMessageHandler(ICSharpCode.SharpZipLib.Tar.TarArchive archive, ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message);
- public partial class TarArchive
- {
- protected TarArchive() { }
- public bool ApplyUserInfoOverrides { get { throw null; } set { } }
- public int GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string PathPrefix { get { throw null; } set { } }
- public int RecordSize { get { throw null; } }
- public string RootPath { get { throw null; } set { } }
- public int UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public event ICSharpCode.SharpZipLib.Tar.ProgressMessageHandler ProgressMessageEvent { add { } remove { } }
- public void CloseArchive() { }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public void ExtractContents(string destDir) { }
- public void ListContents() { }
- protected virtual void OnProgressMessageEvent(ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message) { }
- public void SetAsciiTranslation(bool asciiTranslate) { }
- public void SetKeepOldFiles(bool keepOldFiles) { }
- public void SetUserInfo(int userId, string userName, int groupId, string groupName) { }
- public void WriteEntry(ICSharpCode.SharpZipLib.Tar.TarEntry sourceEntry, bool recurse) { }
- }
- public partial class TarBuffer
- {
- public const int BlockSize = 512;
- public const int DefaultBlockFactor = 20;
- public const int DefaultRecordSize = 10240;
- protected TarBuffer() { }
- public int BlockFactor { get { throw null; } }
- public int RecordSize { get { throw null; } }
- public void Close() { }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public int GetBlockFactor() { throw null; }
- public int GetCurrentBlockNum() { throw null; }
- public int GetCurrentRecordNum() { throw null; }
- public int GetRecordSize() { throw null; }
- public bool IsEOFBlock(byte[] block) { throw null; }
- public byte[] ReadBlock() { throw null; }
- public void SkipBlock() { }
- public void WriteBlock(byte[] block) { }
- public void WriteBlock(byte[] buf, int offset) { }
- }
- public partial class TarEntry : System.ICloneable
- {
- public TarEntry(ICSharpCode.SharpZipLib.Tar.TarHeader header) { }
- public TarEntry(byte[] headerBuf) { }
- public string File { get { throw null; } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Tar.TarHeader TarHeader { get { throw null; } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public void AdjustEntryName(byte[] outbuf, string newName) { }
- public object Clone() { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateTarEntry(string name) { throw null; }
- public override bool Equals(object it) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry[] GetDirectoryEntries() { throw null; }
- public void GetFileTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string file) { }
- public override int GetHashCode() { throw null; }
- public bool IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry desc) { throw null; }
- public void NameTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string name) { }
- public void SetIds(int userId, int groupId) { }
- public void SetNames(string userName, string groupName) { }
- public void WriteEntryHeader(byte[] outbuf) { }
- }
- public partial class TarException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public TarException() { }
- public TarException(string message) { }
- }
- public partial class TarHeader : System.ICloneable
- {
- public static readonly int CHKSUMLEN;
- public const int CHKSUMOFS = 148;
- public static readonly int DEVLEN;
- public static readonly int GIDLEN;
- public static readonly int GNAMELEN;
- public static readonly string GNU_TMAGIC;
- public const byte LF_ACL = (byte)65;
- public const byte LF_BLK = (byte)52;
- public const byte LF_CHR = (byte)51;
- public const byte LF_CONTIG = (byte)55;
- public const byte LF_DIR = (byte)53;
- public const byte LF_EXTATTR = (byte)69;
- public const byte LF_FIFO = (byte)54;
- public const byte LF_GHDR = (byte)103;
- public const byte LF_GNU_DUMPDIR = (byte)68;
- public const byte LF_GNU_LONGLINK = (byte)75;
- public const byte LF_GNU_LONGNAME = (byte)76;
- public const byte LF_GNU_MULTIVOL = (byte)77;
- public const byte LF_GNU_NAMES = (byte)78;
- public const byte LF_GNU_SPARSE = (byte)83;
- public const byte LF_GNU_VOLHDR = (byte)86;
- public const byte LF_LINK = (byte)49;
- public const byte LF_META = (byte)73;
- public const byte LF_NORMAL = (byte)48;
- public const byte LF_OLDNORM = (byte)0;
- public const byte LF_SYMLINK = (byte)50;
- public static readonly byte LF_XHDR;
- public static readonly int MAGICLEN;
- public static readonly int MODELEN;
- public static readonly int MODTIMELEN;
- public static readonly int NAMELEN;
- public static readonly int SIZELEN;
- public static readonly string TMAGIC;
- public static readonly int UIDLEN;
- public static readonly int UNAMELEN;
- public static readonly int VERSIONLEN;
- public TarHeader() { }
- public int Checksum { get { throw null; } }
- public int DevMajor { get { throw null; } set { } }
- public int DevMinor { get { throw null; } set { } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsChecksumValid { get { throw null; } }
- public string LinkName { get { throw null; } set { } }
- public string Magic { get { throw null; } set { } }
- public int Mode { get { throw null; } set { } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public byte TypeFlag { get { throw null; } set { } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static int GetAsciiBytes(string toAdd, int nameOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetLongOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- [System.ObsoleteAttribute]
- public string GetName() { throw null; }
- public static int GetNameBytes(string name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(string name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- public void ParseBuffer(byte[] header) { }
- public static System.Text.StringBuilder ParseName(byte[] header, int offset, int length) { throw null; }
- public static long ParseOctal(byte[] header, int offset, int length) { throw null; }
- public static void ResetValueDefaults() { }
- public static void SetValueDefaults(int userId, string userName, int groupId, string groupName) { }
- public void WriteHeader(byte[] outbuf) { }
- }
- public partial class TarInputStream : System.IO.Stream
- {
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected ICSharpCode.SharpZipLib.Tar.TarEntry currEntry;
- protected ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory eFactory;
- protected long entryOffset;
- protected long entrySize;
- protected bool hasHitEOF;
- protected byte[] readBuf;
- public TarInputStream(System.IO.Stream inputStream) { }
- public TarInputStream(System.IO.Stream inputStream, int blockFactor) { }
- public long Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsMarkSupported { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CopyEntryContents(System.IO.Stream outputStream) { }
- public override void Flush() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry GetNextEntry() { throw null; }
- public int GetRecordSize() { throw null; }
- public void Mark(int markLimit) { }
- public override int Read(byte[] outputBuffer, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public void Reset() { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SetEntryFactory(ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory factory) { }
- public override void SetLength(long val) { }
- public void Skip(long numToSkip) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- public partial class EntryFactoryAdapter : ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory
- {
- public EntryFactoryAdapter() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- }
- public partial interface IEntryFactory
- {
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName);
- }
- }
- public partial class TarOutputStream : System.IO.Stream
- {
- protected byte[] assemBuf;
- protected int assemLen;
- protected byte[] blockBuf;
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected long currBytes;
- protected long currSize;
- protected bool debug;
- protected System.IO.Stream outputStream;
- public TarOutputStream(System.IO.Stream outputStream) { }
- public TarOutputStream(System.IO.Stream outputStream, int blockFactor) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CloseEntry() { }
- public void Finish() { }
- public override void Flush() { }
- public int GetRecordSize() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Tar.TarEntry entry) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] wBuf, int wOffset, int numToWrite) { }
- public override void WriteByte(byte b) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip
-{
- public enum CompressionMethod
- {
- BZip2 = 11,
- Deflate64 = 9,
- Deflated = 8,
- Stored = 0,
- WinZipAES = 99,
- }
- public partial class FastZip
- {
- public FastZip() { }
- public FastZip(ICSharpCode.SharpZipLib.Zip.FastZipEvents events) { }
- public bool CreateEmptyDirectories { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.ZipNameTransform NameTransform { get { throw null; } set { } }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter) { }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, ICSharpCode.SharpZipLib.Zip.FastZip.Overwrite overwrite, ICSharpCode.SharpZipLib.Zip.FastZip.ConfirmOverwriteDelegate confirmDelegate, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, string fileFilter) { }
- public delegate bool ConfirmOverwriteDelegate(string fileName);
- public enum Overwrite
- {
- Always = 2,
- Never = 1,
- Prompt = 0,
- }
- }
- public partial class FastZipEvents
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FastZipEvents() { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- }
- public partial class KeysRequiredEventArgs : System.EventArgs
- {
- public KeysRequiredEventArgs(string name) { }
- public KeysRequiredEventArgs(string name, byte[] keyValue) { }
- public string FileName { get { throw null; } }
- public byte[] Key { get { throw null; } set { } }
- }
- public sealed partial class ZipConstants
- {
- public const int CENATT = 36;
- public const int CENATX = 38;
- public const int CENCOM = 32;
- public const int CENCRC = 16;
- public const int CENDIGITALSIG = 84233040;
- public const int CENDSK = 34;
- public const int CENEXT = 30;
- public const int CENFLG = 8;
- public const int CENHDR = 46;
- public const int CENHOW = 10;
- public const int CENLEN = 24;
- public const int CENNAM = 28;
- public const int CENOFF = 42;
- public const int CENSIG = 33639248;
- public const int CENSIG64 = 101075792;
- public const int CENSIZ = 20;
- public const int CENTIM = 12;
- public const int CENVEM = 4;
- public const int CENVER = 6;
- public const int CRYPTO_HEADER_SIZE = 12;
- public const int ENDCOM = 20;
- public const int ENDDCD = 6;
- public const int ENDHDR = 22;
- public const int ENDNRD = 4;
- public const int ENDOFF = 16;
- public const int ENDSIG = 101010256;
- public const int ENDSIZ = 12;
- public const int ENDSUB = 8;
- public const int ENDTOT = 10;
- public const int EXTCRC = 4;
- public const int EXTHDR = 16;
- public const int EXTLEN = 12;
- public const int EXTSIG = 134695760;
- public const int EXTSIZ = 8;
- public const int LOCCRC = 14;
- public const int LOCEXT = 28;
- public const int LOCFLG = 6;
- public const int LOCHDR = 30;
- public const int LOCHOW = 8;
- public const int LOCLEN = 22;
- public const int LOCNAM = 26;
- public const int LOCSIG = 67324752;
- public const int LOCSIZ = 18;
- public const int LOCTIM = 10;
- public const int LOCVER = 4;
- public const int SPANNINGSIG = 134695760;
- public const int SPANTEMPSIG = 808471376;
- public const int VERSION_MADE_BY = 20;
- public const int VERSION_STRONG_ENCRYPTION = 50;
- public ZipConstants() { }
- public static int DefaultCodePage { get { throw null; } set { } }
- public static byte[] ConvertToArray(string str) { throw null; }
- public static string ConvertToString(byte[] data) { throw null; }
- public static string ConvertToString(byte[] data, int length) { throw null; }
- }
- public partial class ZipEntry : System.ICloneable
- {
- public ZipEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry e) { }
- public ZipEntry(string name) { }
- public string Comment { get { throw null; } set { } }
- public long CompressedSize { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.CompressionMethod CompressionMethod { get { throw null; } set { } }
- public long Crc { get { throw null; } set { } }
- public System.DateTime DateTime { get { throw null; } set { } }
- public long DosTime { get { throw null; } set { } }
- public int ExternalFileAttributes { get { throw null; } set { } }
- public byte[] ExtraData { get { throw null; } set { } }
- public int Flags { get { throw null; } set { } }
- public int HostSystem { get { throw null; } }
- public bool IsCrypted { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFile { get { throw null; } }
- public string Name { get { throw null; } }
- public int Offset { get { throw null; } set { } }
- public bool RequiresZip64 { get { throw null; } }
- public long Size { get { throw null; } set { } }
- public int Version { get { throw null; } }
- public int VersionMadeBy { get { throw null; } }
- public int ZipFileIndex { get { throw null; } set { } }
- public static string CleanName(string name) { throw null; }
- public static string CleanName(string name, bool relativePath) { throw null; }
- public object Clone() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public ZipException() { }
- public ZipException(string msg) { }
- }
- public partial class ZipFile : System.Collections.IEnumerable
- {
- public ICSharpCode.SharpZipLib.Zip.ZipFile.KeysRequiredEventHandler KeysRequired;
- public ZipFile(System.IO.FileStream file) { }
- public ZipFile(System.IO.Stream baseStream) { }
- public ZipFile(string name) { }
- [System.Runtime.CompilerServices.IndexerName("EntryByIndex")]
- public ICSharpCode.SharpZipLib.Zip.ZipEntry this[int index] { get { throw null; } }
- public string Name { get { throw null; } }
- public string Password { set { } }
- public int Size { get { throw null; } }
- public string ZipFileComment { get { throw null; } }
- public void Close() { }
- public int FindEntry(string name, bool ignoreCase) { throw null; }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetEntry(string name) { throw null; }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public System.IO.Stream GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { throw null; }
- public System.IO.Stream GetInputStream(int entryIndex) { throw null; }
- public bool TestArchive(bool testData) { throw null; }
- public delegate void KeysRequiredEventHandler(object sender, ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs e);
- }
- public partial class ZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- public ZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public override int Available { get { throw null; } }
- public bool CanDecompressEntry { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public int BodyRead(byte[] b, int off, int len) { throw null; }
- public override void Close() { }
- public void CloseEntry() { }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetNextEntry() { throw null; }
- public override int Read(byte[] destination, int index, int count) { throw null; }
- public override int ReadByte() { throw null; }
- }
- public partial class ZipNameTransform : ICSharpCode.SharpZipLib.Core.INameTransform
- {
- public ZipNameTransform() { }
- public ZipNameTransform(bool useRelativePaths) { }
- public ZipNameTransform(bool useRelativePaths, string trimPrefix) { }
- public string TrimPrefix { get { throw null; } set { } }
- public string TransformDirectory(string name) { throw null; }
- public string TransformFile(string name) { throw null; }
- }
- public partial class ZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- public ZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public bool IsFinished { get { throw null; } }
- public void CloseEntry() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { }
- public void SetComment(string comment) { }
- public void SetLevel(int level) { }
- public override void Write(byte[] b, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression
-{
- public partial class Deflater
- {
- public static int BEST_COMPRESSION;
- public static int BEST_SPEED;
- public static int DEFAULT_COMPRESSION;
- public static int DEFLATED;
- public static int NO_COMPRESSION;
- public Deflater() { }
- public Deflater(int lvl) { }
- public Deflater(int level, bool noZlibHeaderOrFooter) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public long TotalOut { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public int Deflate(byte[] output, int offset, int length) { throw null; }
- public void Finish() { }
- public void Flush() { }
- public int GetLevel() { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] dict) { }
- public void SetDictionary(byte[] dict, int offset, int length) { }
- public void SetInput(byte[] input) { }
- public void SetInput(byte[] input, int off, int len) { }
- public void SetLevel(int lvl) { }
- public void SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy strategy) { }
- }
- public partial class DeflaterConstants
- {
- public static int[] COMPR_FUNC;
- public const bool DEBUGGING = false;
- public const int DEFAULT_MEM_LEVEL = 8;
- public const int DEFLATE_FAST = 1;
- public const int DEFLATE_SLOW = 2;
- public const int DEFLATE_STORED = 0;
- public const int DYN_TREES = 2;
- public static int[] GOOD_LENGTH;
- public const int HASH_BITS = 15;
- public const int HASH_MASK = 32767;
- public const int HASH_SHIFT = 5;
- public const int HASH_SIZE = 32768;
- public static int MAX_BLOCK_SIZE;
- public static int[] MAX_CHAIN;
- public const int MAX_DIST = 32506;
- public static int[] MAX_LAZY;
- public const int MAX_MATCH = 258;
- public const int MAX_WBITS = 15;
- public const int MIN_LOOKAHEAD = 262;
- public const int MIN_MATCH = 3;
- public static int[] NICE_LENGTH;
- public const int PENDING_BUF_SIZE = 65536;
- public const int PRESET_DICT = 32;
- public const int STATIC_TREES = 1;
- public const int STORED_BLOCK = 0;
- public const int WMASK = 32767;
- public const int WSIZE = 32768;
- public DeflaterConstants() { }
- }
- public partial class DeflaterEngine : ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants
- {
- public DeflaterEngine(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public int Adler { get { throw null; } }
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy Strategy { get { throw null; } set { } }
- public int TotalIn { get { throw null; } }
- public bool Deflate(bool flush, bool finish) { throw null; }
- public void FillWindow() { }
- public bool NeedsInput() { throw null; }
- public void Reset() { }
- public void ResetAdler() { }
- public void SetDictionary(byte[] buffer, int offset, int length) { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SetLevel(int lvl) { }
- }
- public partial class DeflaterHuffman
- {
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending;
- public DeflaterHuffman(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public static short BitReverse(int toReverse) { throw null; }
- public void CompressBlock() { }
- public void FlushBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public void FlushStoredBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public bool IsFull() { throw null; }
- public void Reset() { }
- public void SendAllTrees(int blTreeCodes) { }
- public bool TallyDist(int dist, int len) { throw null; }
- public bool TallyLit(int lit) { throw null; }
- public partial class Tree
- {
- public short[] freqs;
- public byte[] length;
- public int minNumCodes;
- public int numCodes;
- public Tree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman dh, int elems, int minCodes, int maxLength) { }
- public void BuildCodes() { }
- public void BuildTree() { }
- public void CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- public void CheckEmpty() { }
- public int GetEncodedLength() { throw null; }
- public void Reset() { }
- public void SetStaticCodes(short[] stCodes, byte[] stLength) { }
- public void WriteSymbol(int code) { }
- public void WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- }
- }
- public partial class DeflaterPending : ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer
- {
- public DeflaterPending() { }
- }
- public enum DeflateStrategy
- {
- Default = 0,
- Filtered = 1,
- HuffmanOnly = 2,
- }
- public partial class Inflater
- {
- public Inflater() { }
- public Inflater(bool noHeader) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingDictionary { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int RemainingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public int TotalOut { get { throw null; } }
- public int Inflate(byte[] buf) { throw null; }
- public int Inflate(byte[] buf, int offset, int len) { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] buffer) { }
- public void SetDictionary(byte[] buffer, int offset, int len) { }
- public void SetInput(byte[] buf) { }
- public void SetInput(byte[] buffer, int offset, int length) { }
- }
- public partial class InflaterHuffmanTree
- {
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defDistTree;
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defLitLenTree;
- public InflaterHuffmanTree(byte[] codeLengths) { }
- public int GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input) { throw null; }
- }
- public partial class PendingBuffer
- {
- protected byte[] buf;
- public PendingBuffer() { }
- public PendingBuffer(int bufsize) { }
- public int BitCount { get { throw null; } }
- public bool IsFlushed { get { throw null; } }
- public void AlignToByte() { }
- public int Flush(byte[] output, int offset, int length) { throw null; }
- public void Reset() { }
- public byte[] ToByteArray() { throw null; }
- public void WriteBits(int b, int count) { }
- public void WriteBlock(byte[] block, int offset, int len) { }
- public void WriteByte(int b) { }
- public void WriteInt(int s) { }
- public void WriteShort(int s) { }
- public void WriteShortMSB(int s) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams
-{
- public partial class DeflaterOutputStream : System.IO.Stream
- {
- protected System.IO.Stream baseOutputStream;
- protected byte[] buf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Deflater def;
- public DeflaterOutputStream(System.IO.Stream baseOutputStream) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater defl) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater deflater, int bufsize) { }
- public bool CanPatchEntries { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public override long Position { get { throw null; } set { } }
- 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 void Deflate() { }
- protected void EncryptBlock(byte[] buffer, int offset, int length) { }
- protected byte EncryptByte() { throw null; }
- public virtual void Finish() { }
- public override void Flush() { }
- protected void InitializePassword(string password) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- protected void UpdateKeys(byte ch) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bval) { }
- }
- public partial class InflaterInputBuffer
- {
- public InflaterInputBuffer(System.IO.Stream stream) { }
- public int Available { get { throw null; } set { } }
- public byte[] ClearText { get { throw null; } }
- public int ClearTextLength { get { throw null; } }
- public System.Security.Cryptography.ICryptoTransform CryptoTransform { set { } }
- public byte[] RawData { get { throw null; } }
- public int RawLength { get { throw null; } }
- public void Fill() { }
- public int ReadClearTextBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public int ReadLeByte() { throw null; }
- public int ReadLeInt() { throw null; }
- public long ReadLeLong() { throw null; }
- public int ReadLeShort() { throw null; }
- public int ReadRawBuffer(byte[] buffer) { throw null; }
- public int ReadRawBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public void SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater) { }
- }
- public partial class InflaterInputStream : System.IO.Stream
- {
- protected System.IO.Stream baseInputStream;
- protected long csize;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer inputBuffer;
- public InflaterInputStream(System.IO.Stream baseInputStream) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater, int bufferSize) { }
- public virtual int Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected void Fill() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public long Skip(long n) { throw null; }
- protected void StopDecrypting() { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class OutputWindow
- {
- public OutputWindow() { }
- public void CopyDict(byte[] dict, int offset, int len) { }
- public int CopyOutput(byte[] output, int offset, int len) { throw null; }
- public int CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input, int len) { throw null; }
- public int GetAvailable() { throw null; }
- public int GetFreeSpace() { throw null; }
- public void Repeat(int len, int dist) { }
- public void Reset() { }
- public void Write(int abyte) { }
- }
- public partial class StreamManipulator
- {
- public StreamManipulator() { }
- public int AvailableBits { get { throw null; } }
- public int AvailableBytes { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int CopyBytes(byte[] output, int offset, int length) { throw null; }
- public void DropBits(int n) { }
- public int GetBits(int n) { throw null; }
- public int PeekBits(int n) { throw null; }
- public void Reset() { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SkipToByteBoundary() { }
- }
-}
diff --git a/src/v4.5.1/Mono.C5.cs b/src/v4.5.1/Mono.C5.cs
deleted file mode 100644
index 842055a..0000000
--- a/src/v4.5.1/Mono.C5.cs
+++ /dev/null
@@ -1,2683 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.1.1.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2010 Niels Kokholm and Peter Sestoft")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("This is a build of release 1.1.1")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C5: Copenhagen Comprehensive Collection Classes for CLI")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace C5
-{
- public delegate void Act();
- public delegate void Act<A1>(A1 x1);
- public delegate void Act<A1, A2>(A1 x1, A2 x2);
- public delegate void Act<A1, A2, A3>(A1 x1, A2 x2, A3 x3);
- public delegate void Act<A1, A2, A3, A4>(A1 x1, A2 x2, A3 x3, A4 x4);
- [System.SerializableAttribute]
- public abstract partial class ArrayBase<T> : C5.SequencedBase<T>
- {
- protected T[] array;
- protected int offset;
- protected ArrayBase(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- protected virtual void expand() { }
- protected virtual void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- protected virtual void insert(int i, T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- protected partial class Range : C5.DirectedCollectionValueBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- internal Range() { }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public override C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class ArrayList<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.IQueue<T>, C5.ISequenced<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public ArrayList() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- public virtual void Dispose() { }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- protected override void expand() { }
- protected override void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- protected override void insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int index, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- [C5.TestedAttribute]
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Pop() { throw null; }
- [C5.TestedAttribute]
- public virtual void Push(T item) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int index) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- public partial class ByteEqualityComparer : System.Collections.Generic.IEqualityComparer<byte>
- {
- internal ByteEqualityComparer() { }
- public static C5.ByteEqualityComparer Default { get { throw null; } }
- public bool Equals(byte item1, byte item2) { throw null; }
- public int GetHashCode(byte item) { throw null; }
- }
- public partial class C5Random : System.Random
- {
- public C5Random() { }
- public C5Random(long seed) { }
- [System.CLSCompliantAttribute(false)]
- public C5Random(uint[] Q) { }
- public override int Next() { throw null; }
- public override int Next(int max) { throw null; }
- public override int Next(int min, int max) { throw null; }
- public override void NextBytes(byte[] buffer) { }
- public override double NextDouble() { throw null; }
- protected override double Sample() { throw null; }
- }
- public partial class CharEqualityComparer : System.Collections.Generic.IEqualityComparer<char>
- {
- internal CharEqualityComparer() { }
- public static C5.CharEqualityComparer Default { get { throw null; } }
- public bool Equals(char item1, char item2) { throw null; }
- public int GetHashCode(char item) { throw null; }
- }
- public partial class CircularQueue<T> : C5.SequencedBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IQueue<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public CircularQueue() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public CircularQueue(int capacity) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public virtual bool AllowsDuplicates { get { throw null; } }
- public virtual T this[int i] { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public T Pop() { throw null; }
- public void Push(T item) { }
- }
- public partial class ClearedEventArgs : System.EventArgs
- {
- public readonly int Count;
- public readonly bool Full;
- public ClearedEventArgs(bool full, int count) { }
- public override string ToString() { throw null; }
- }
- public partial class ClearedRangeEventArgs : C5.ClearedEventArgs
- {
- public readonly System.Nullable<int> Start;
- public ClearedRangeEventArgs(bool full, int count, System.Nullable<int> start) : base (default(bool), default(int)) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class CollectionBase<T> : C5.CollectionValueBase<T>
- {
- protected bool isReadOnlyBase;
- protected readonly System.Collections.Generic.IEqualityComparer<T> itemequalityComparer;
- protected int size;
- protected int stamp;
- protected CollectionBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- [C5.TestedAttribute]
- public override bool IsEmpty { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool IsReadOnly { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- protected void checkRange(int start, int count) { }
- [C5.TestedAttribute]
- public static int ComputeHashCode(C5.ICollectionValue<T> items, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- public virtual int GetUnsequencedHashCode() { throw null; }
- protected virtual void modifycheck(int thestamp) { }
- [C5.TestedAttribute]
- public static bool StaticEquals(C5.ICollection<T> collection1, C5.ICollection<T> collection2, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public virtual bool UnsequencedEquals(C5.ICollection<T> otherCollection) { throw null; }
- protected virtual void updatecheck() { }
- }
- public delegate void CollectionChangedHandler<T>(object sender);
- public delegate void CollectionClearedHandler<T>(object sender, C5.ClearedEventArgs eventArgs);
- [System.SerializableAttribute]
- public partial class CollectionModifiedException : System.Exception
- {
- public CollectionModifiedException() { }
- public CollectionModifiedException(string message) { }
- }
- [System.SerializableAttribute]
- public abstract partial class CollectionValueBase<T> : C5.EnumerableBase<T>, C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected CollectionValueBase() { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public abstract int Count { get; }
- public abstract C5.Speed CountSpeed { get; }
- public abstract bool IsEmpty { get; }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public virtual event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public virtual event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public virtual event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public virtual event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public virtual event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public virtual event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- [C5.TestedAttribute]
- public virtual bool All(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual void Apply(C5.Act<T> action) { }
- public abstract T Choose();
- [C5.TestedAttribute]
- public virtual void CopyTo(T[] array, int index) { }
- [C5.TestedAttribute]
- public virtual bool Exists(C5.Fun<T, bool> predicate) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public virtual System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> predicate) { throw null; }
- public virtual bool Find(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- protected virtual void raiseCollectionChanged() { }
- protected virtual void raiseCollectionCleared(bool full, int count) { }
- protected virtual void raiseCollectionCleared(bool full, int count, System.Nullable<int> offset) { }
- protected virtual void raiseForAdd(T item) { }
- protected virtual void raiseForInsert(int i, T item) { }
- protected void raiseForRemove(T item) { }
- protected void raiseForRemove(T item, int count) { }
- protected virtual void raiseForRemoveAll(C5.ICollectionValue<T> wasRemoved) { }
- protected void raiseForRemoveAt(int index, T item) { }
- protected virtual void raiseForSetThis(int index, T value, T item) { }
- protected virtual void raiseForUpdate(T newitem, T olditem) { }
- protected virtual void raiseForUpdate(T newitem, T olditem, int count) { }
- protected virtual void raiseItemInserted(T item, int index) { }
- protected virtual void raiseItemRemovedAt(T item, int index) { }
- protected virtual void raiseItemsAdded(T item, int count) { }
- protected virtual void raiseItemsRemoved(T item, int count) { }
- public virtual bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public virtual T[] ToArray() { throw null; }
- public override string ToString() { throw null; }
- public virtual string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- protected partial class RaiseForRemoveAllHandler
- {
- public readonly bool MustFire;
- public RaiseForRemoveAllHandler(C5.CollectionValueBase<T> collection) { }
- public void Raise() { }
- public void Remove(T item) { }
- }
- }
- [System.SerializableAttribute]
- public partial class ComparerZeroHashCodeEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>
- {
- public ComparerZeroHashCodeEqualityComparer(System.Collections.Generic.IComparer<T> comparer) { }
- public bool Equals(T item1, T item2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- public static partial class Comparer<T>
- {
- [C5.TestedAttribute]
- public static System.Collections.Generic.IComparer<T> Default { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class DecimalEqualityComparer : System.Collections.Generic.IEqualityComparer<decimal>
- {
- internal DecimalEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.DecimalEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(decimal item1, decimal item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(decimal item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DelegateComparer<T> : System.Collections.Generic.IComparer<T>
- {
- public DelegateComparer(System.Comparison<T> comparison) { }
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class DictionaryBase<K, V> : C5.CollectionValueBase<C5.KeyValuePair<K, V>>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- protected C5.ICollection<C5.KeyValuePair<K, V>> pairs;
- protected DictionaryBase(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) { }
- public override C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public virtual C5.Speed ContainsSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override C5.Speed CountSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get { throw null; } }
- public virtual C5.Fun<K, V> Fun { get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool IsReadOnly { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual V this[K key] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual C5.ICollectionValue<K> Keys { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.ICollectionValue<V> Values { [C5.TestedAttribute]get { throw null; } }
- public override event C5.CollectionChangedHandler<C5.KeyValuePair<K, V>> CollectionChanged { add { } remove { } }
- public override event C5.CollectionClearedHandler<C5.KeyValuePair<K, V>> CollectionCleared { add { } remove { } }
- public override event C5.ItemsAddedHandler<C5.KeyValuePair<K, V>> ItemsAdded { add { } remove { } }
- public override event C5.ItemsRemovedHandler<C5.KeyValuePair<K, V>> ItemsRemoved { add { } remove { } }
- [C5.TestedAttribute]
- public virtual void Add(K key, V value) { }
- public virtual void AddAll<L, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<L, W>> entries) where L : K where W : V { }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override C5.KeyValuePair<K, V> Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public abstract object Clone();
- [C5.TestedAttribute]
- public virtual bool Contains(K key) { throw null; }
- public virtual bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> keys) where H : K { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(K key, out V value) { value = default(V); throw null; }
- public virtual bool Find(ref K key, out V value) { value = default(V); throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(K key, ref V value) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<C5.KeyValuePair<K, V>> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(K key) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(K key, out V value) { value = default(V); throw null; }
- public override bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(K key, V value) { throw null; }
- public virtual bool Update(K key, V value, out V oldvalue) { oldvalue = default(V); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(K key, V value) { throw null; }
- public virtual bool UpdateOrAdd(K key, V value, out V oldvalue) { oldvalue = default(V); throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class DirectedCollectionBase<T> : C5.CollectionBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected DirectedCollectionBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public virtual C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public abstract C5.IDirectedCollectionValue<T> Backwards();
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public abstract partial class DirectedCollectionValueBase<T> : C5.CollectionValueBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected DirectedCollectionValueBase() { }
- public virtual C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public abstract C5.IDirectedCollectionValue<T> Backwards();
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public partial class DoubleEqualityComparer : System.Collections.Generic.IEqualityComparer<double>
- {
- internal DoubleEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.DoubleEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(double item1, double item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(double item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DuplicateNotAllowedException : System.Exception
- {
- public DuplicateNotAllowedException() { }
- public DuplicateNotAllowedException(string message) { }
- }
- [System.SerializableAttribute]
- public abstract partial class EnumerableBase<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- protected EnumerableBase() { }
- [C5.TestedAttribute]
- protected static int countItems(System.Collections.Generic.IEnumerable<T> items) { throw null; }
- public abstract System.Collections.Generic.IEnumerator<T> GetEnumerator();
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public enum EnumerationDirection
- {
- Backwards = 1,
- Forwards = 0,
- }
- public static partial class EqualityComparer<T>
- {
- public static System.Collections.Generic.IEqualityComparer<T> Default { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class EquatableEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T> where T : System.IEquatable<T>
- {
- internal EquatableEqualityComparer() { }
- public static C5.EquatableEqualityComparer<T> Default { get { throw null; } }
- public bool Equals(T item1, T item2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- [System.FlagsAttribute]
- public enum EventTypeEnum
- {
- Added = 4,
- All = 63,
- Basic = 15,
- Changed = 1,
- Cleared = 2,
- Inserted = 16,
- None = 0,
- Removed = 8,
- RemovedAt = 32,
- }
- [System.SerializableAttribute]
- public partial class FixedSizeCollectionException : System.Exception
- {
- public FixedSizeCollectionException() { }
- public FixedSizeCollectionException(string message) { }
- }
- public partial class FloatEqualityComparer : System.Collections.Generic.IEqualityComparer<float>
- {
- internal FloatEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.FloatEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(float item1, float item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(float item) { throw null; }
- }
- public delegate R Fun<R>();
- public delegate R Fun<A1, R>(A1 x1);
- public delegate R Fun<A1, A2, R>(A1 x1, A2 x2);
- public delegate R Fun<A1, A2, A3, R>(A1 x1, A2 x2, A3 x3);
- public delegate R Fun<A1, A2, A3, A4, R>(A1 x1, A2 x2, A3 x3, A4 x4);
- public partial class GuardedCollectionValue<T> : C5.GuardedEnumerable<T>, C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedCollectionValue(C5.ICollectionValue<T> collectionvalue) : base (default(System.Collections.Generic.IEnumerable<T>)) { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public virtual int Count { get { throw null; } }
- public virtual C5.Speed CountSpeed { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- public virtual bool All(C5.Fun<T, bool> filter) { throw null; }
- public virtual void Apply(C5.Act<T> a) { }
- public virtual T Choose() { throw null; }
- public virtual void CopyTo(T[] a, int i) { }
- public virtual bool Exists(C5.Fun<T, bool> filter) { throw null; }
- public virtual System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- public virtual bool Find(C5.Fun<T, bool> filter, out T item) { item = default(T); throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public virtual T[] ToArray() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- public partial class GuardedCollection<T> : C5.GuardedCollectionValue<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedCollection(C5.ICollection<T> collection) : base (default(C5.ICollectionValue<T>)) { }
- public virtual bool AllowsDuplicates { get { throw null; } }
- public virtual C5.Speed ContainsSpeed { get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- public virtual bool IsReadOnly { get { throw null; } }
- public virtual bool Add(T item) { throw null; }
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public virtual bool Check() { throw null; }
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- public virtual bool Contains(T item) { throw null; }
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- public virtual int ContainsCount(T item) { throw null; }
- public virtual bool Find(ref T item) { throw null; }
- public virtual bool FindOrAdd(ref T item) { throw null; }
- public virtual int GetUnsequencedHashCode() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- public virtual bool Remove(T item) { throw null; }
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- public virtual void RemoveAllCopies(T item) { }
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- public virtual bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- }
- public partial class GuardedDictionary<K, V> : C5.GuardedCollectionValue<C5.KeyValuePair<K, V>>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedDictionary(C5.IDictionary<K, V> dict) : base (default(C5.ICollectionValue<C5.KeyValuePair<K, V>>)) { }
- public C5.Speed ContainsSpeed { get { throw null; } }
- public System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get { throw null; } }
- public virtual C5.Fun<K, V> Fun { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public V this[K key] { get { throw null; } set { } }
- public C5.ICollectionValue<K> Keys { get { throw null; } }
- public C5.ICollectionValue<V> Values { get { throw null; } }
- public void Add(K key, V val) { }
- public void AddAll<L, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<L, W>> items) where L : K where W : V { }
- public bool Check() { throw null; }
- public void Clear() { }
- public virtual object Clone() { throw null; }
- public bool Contains(K key) { throw null; }
- public bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> keys) where H : K { throw null; }
- public bool Find(K key, out V val) { val = default(V); throw null; }
- public bool Find(ref K key, out V val) { val = default(V); throw null; }
- public bool FindOrAdd(K key, ref V val) { throw null; }
- public bool Remove(K key) { throw null; }
- public bool Remove(K key, out V val) { val = default(V); throw null; }
- public bool Update(K key, V val) { throw null; }
- public bool Update(K key, V val, out V oldval) { oldval = default(V); throw null; }
- public bool UpdateOrAdd(K key, V val) { throw null; }
- public bool UpdateOrAdd(K key, V val, out V oldval) { oldval = default(V); throw null; }
- }
- public partial class GuardedDirectedCollectionValue<T> : C5.GuardedCollectionValue<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedDirectedCollectionValue(C5.IDirectedCollectionValue<T> directedcollection) : base (default(C5.ICollectionValue<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public virtual C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public partial class GuardedDirectedEnumerable<T> : C5.GuardedEnumerable<T>, C5.IDirectedEnumerable<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public GuardedDirectedEnumerable(C5.IDirectedEnumerable<T> directedenumerable) : base (default(System.Collections.Generic.IEnumerable<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public C5.IDirectedEnumerable<T> Backwards() { throw null; }
- }
- public partial class GuardedEnumerable<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public GuardedEnumerable(System.Collections.Generic.IEnumerable<T> enumerable) { }
- public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class GuardedEnumerator<T> : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
- {
- public GuardedEnumerator(System.Collections.Generic.IEnumerator<T> enumerator) { }
- public T Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class GuardedIndexedSorted<T> : C5.GuardedSorted<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedIndexedSorted(C5.IIndexedSorted<T> list) : base (default(C5.ISorted<T>)) { }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public T this[int i] { get { throw null; } }
- public C5.IDirectedCollectionValue<T> this[int start, int end] { get { throw null; } }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public override object Clone() { throw null; }
- public int CountFrom(T bot) { throw null; }
- public int CountFromTo(T bot, T top) { throw null; }
- public int CountTo(T top) { throw null; }
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> f) { throw null; }
- public int IndexOf(T item) { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> m, System.Collections.Generic.IComparer<V> c) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- public T RemoveAt(int i) { throw null; }
- public void RemoveInterval(int start, int count) { }
- }
- public partial class GuardedList<T> : C5.GuardedSequenced<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public GuardedList(C5.IList<T> list) : base (default(C5.ISequenced<T>)) { }
- public bool FIFO { get { throw null; } set { } }
- public T First { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- public T this[int i] { get { throw null; } set { } }
- public C5.IDirectedCollectionValue<T> this[int start, int end] { get { throw null; } }
- public T Last { get { throw null; } }
- public int Offset { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public C5.IList<T> Underlying { get { throw null; } }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public override object Clone() { throw null; }
- public T Dequeue() { throw null; }
- public void Dispose() { }
- public void Enqueue(T item) { }
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- public void Insert(int index, T item) { }
- public void InsertAfter(T item, T target) { }
- public void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void InsertBefore(T item, T target) { }
- public void InsertFirst(T item) { }
- public void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- public bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IList<T> LastViewOf(T item) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- public T Pop() { throw null; }
- public void Push(T item) { }
- public T Remove() { throw null; }
- public T RemoveAt(int i) { throw null; }
- public T RemoveFirst() { throw null; }
- public void RemoveInterval(int start, int count) { }
- public T RemoveLast() { throw null; }
- public void Reverse() { }
- public void Reverse(int start, int count) { }
- public void Shuffle() { }
- public void Shuffle(System.Random rnd) { }
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public void Sort() { }
- public void Sort(System.Collections.Generic.IComparer<T> c) { }
- public C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public bool TrySlide(int offset) { throw null; }
- public bool TrySlide(int offset, int size) { throw null; }
- public C5.IList<T> View(int start, int count) { throw null; }
- public C5.IList<T> ViewOf(T item) { throw null; }
- }
- public partial class GuardedQueue<T> : C5.GuardedDirectedCollectionValue<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IQueue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedQueue(C5.IQueue<T> queue) : base (default(C5.IDirectedCollectionValue<T>)) { }
- public bool AllowsDuplicates { get { throw null; } }
- public T this[int i] { get { throw null; } }
- public T Dequeue() { throw null; }
- public void Enqueue(T item) { }
- }
- public partial class GuardedSequenced<T> : C5.GuardedCollection<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSequenced(C5.ISequenced<T> sorted) : base (default(C5.ICollection<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public virtual C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override object Clone() { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public int GetSequencedHashCode() { throw null; }
- public bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- }
- public partial class GuardedSortedDictionary<K, V> : C5.GuardedDictionary<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSortedDictionary(C5.ISortedDictionary<K, V> sorteddict) : base (default(C5.IDictionary<K, V>)) { }
- public System.Collections.Generic.IComparer<K> Comparer { get { throw null; } }
- public new C5.ISorted<K> Keys { get { throw null; } }
- public void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items) { }
- public bool Cut(System.IComparable<K> c, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid) { lowEntry = default(C5.KeyValuePair<K, V>); lowIsValid = default(bool); highEntry = default(C5.KeyValuePair<K, V>); highIsValid = default(bool); throw null; }
- public C5.KeyValuePair<K, V> DeleteMax() { throw null; }
- public C5.KeyValuePair<K, V> DeleteMin() { throw null; }
- public C5.KeyValuePair<K, V> FindMax() { throw null; }
- public C5.KeyValuePair<K, V> FindMin() { throw null; }
- public C5.KeyValuePair<K, V> Predecessor(K key) { throw null; }
- public C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K bot, K top) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top) { throw null; }
- public void RemoveRangeFrom(K low) { }
- public void RemoveRangeFromTo(K low, K hi) { }
- public void RemoveRangeTo(K hi) { }
- public C5.KeyValuePair<K, V> Successor(K key) { throw null; }
- public bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public C5.KeyValuePair<K, V> WeakPredecessor(K key) { throw null; }
- public C5.KeyValuePair<K, V> WeakSuccessor(K key) { throw null; }
- }
- public partial class GuardedSorted<T> : C5.GuardedSequenced<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSorted(C5.ISorted<T> sorted) : base (default(C5.ISequenced<T>)) { }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override object Clone() { throw null; }
- public bool Cut(System.IComparable<T> c, out T low, out bool lval, out T high, out bool hval) { low = default(T); lval = default(bool); high = default(T); hval = default(bool); throw null; }
- public T DeleteMax() { throw null; }
- public T DeleteMin() { throw null; }
- public T FindMax() { throw null; }
- public T FindMin() { throw null; }
- public T Predecessor(T item) { throw null; }
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<T> RangeFrom(T bot) { throw null; }
- public C5.IDirectedEnumerable<T> RangeFromTo(T bot, T top) { throw null; }
- public C5.IDirectedEnumerable<T> RangeTo(T top) { throw null; }
- public void RemoveRangeFrom(T low) { }
- public void RemoveRangeFromTo(T low, T hi) { }
- public void RemoveRangeTo(T hi) { }
- public T Successor(T item) { throw null; }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public T WeakPredecessor(T item) { throw null; }
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashBag<T> : C5.CollectionBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashBag() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(int capacity, double fill, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public override void CopyTo(T[] array, int index) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashDictionary<K, V> : C5.DictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashDictionary() : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public HashDictionary(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public HashDictionary(int capacity, double fill, System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public override object Clone() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashedArrayList<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public HashedArrayList() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- public virtual void Dispose() { }
- protected override void expand() { }
- protected override void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- protected override void insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int index, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- [C5.TestedAttribute]
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int index) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashedLinkedList<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public HashedLinkedList() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedLinkedList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- public virtual void Dispose() { }
- public override System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetSequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- [C5.TestedAttribute]
- public override bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> c) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public virtual bool TrySlide(int offset) { throw null; }
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashSet<T> : C5.CollectionBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashSet() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(int capacity, double fill, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public static C5.HashSet<T>.Feature Features { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute(via="Manually")]
- public C5.ISortedDictionary<int, int> BucketCostDistribution() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [System.FlagsAttribute]
- public enum Feature : short
- {
- Chaining = (short)16,
- Dummy = (short)0,
- InterHashing = (short)32,
- LinearProbing = (short)4,
- RandomInterHashing = (short)64,
- RefTypeBucket = (short)1,
- ShrinkTable = (short)8,
- ValueTypeBucket = (short)2,
- }
- }
- public partial interface ICollectionValue<T> : C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- C5.EventTypeEnum ActiveEvents { get; }
- int Count { get; }
- C5.Speed CountSpeed { get; }
- bool IsEmpty { get; }
- C5.EventTypeEnum ListenableEvents { get; }
- event C5.CollectionChangedHandler<T> CollectionChanged;
- event C5.CollectionClearedHandler<T> CollectionCleared;
- event C5.ItemInsertedHandler<T> ItemInserted;
- event C5.ItemRemovedAtHandler<T> ItemRemovedAt;
- event C5.ItemsAddedHandler<T> ItemsAdded;
- event C5.ItemsRemovedHandler<T> ItemsRemoved;
- bool All(C5.Fun<T, bool> predicate);
- void Apply(C5.Act<T> action);
- T Choose();
- void CopyTo(T[] array, int index);
- bool Exists(C5.Fun<T, bool> predicate);
- System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter);
- bool Find(C5.Fun<T, bool> predicate, out T item);
- T[] ToArray();
- }
- public partial interface ICollection<T> : C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed ContainsSpeed { get; }
- new int Count { get; }
- new bool IsReadOnly { get; }
- new bool Add(T item);
- new void Clear();
- new bool Contains(T item);
- bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- int ContainsCount(T item);
- new void CopyTo(T[] array, int index);
- bool Find(ref T item);
- bool FindOrAdd(ref T item);
- int GetUnsequencedHashCode();
- C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities();
- new bool Remove(T item);
- bool Remove(T item, out T removeditem);
- void RemoveAllCopies(T item);
- void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- C5.ICollectionValue<T> UniqueItems();
- bool UnsequencedEquals(C5.ICollection<T> otherCollection);
- bool Update(T item);
- bool Update(T item, out T olditem);
- bool UpdateOrAdd(T item);
- bool UpdateOrAdd(T item, out T olditem);
- }
- public partial interface IDictionary<K, V> : C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed ContainsSpeed { get; }
- System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get; }
- C5.Fun<K, V> Fun { get; }
- bool IsReadOnly { get; }
- V this[K key] { get; set; }
- C5.ICollectionValue<K> Keys { get; }
- C5.ICollectionValue<V> Values { get; }
- void Add(K key, V val);
- void AddAll<U, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<U, W>> entries) where U : K where W : V;
- bool Check();
- void Clear();
- bool Contains(K key);
- bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> items) where H : K;
- bool Find(K key, out V val);
- bool Find(ref K key, out V val);
- bool FindOrAdd(K key, ref V val);
- bool Remove(K key);
- bool Remove(K key, out V val);
- bool Update(K key, V val);
- bool Update(K key, V val, out V oldval);
- bool UpdateOrAdd(K key, V val);
- bool UpdateOrAdd(K key, V val, out V oldval);
- }
- public partial interface IDirectedCollectionValue<T> : C5.ICollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- new C5.IDirectedCollectionValue<T> Backwards();
- bool FindLast(C5.Fun<T, bool> predicate, out T item);
- }
- public partial interface IDirectedEnumerable<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- C5.EnumerationDirection Direction { get; }
- C5.IDirectedEnumerable<T> Backwards();
- }
- public partial interface IExtensible<T> : C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- bool DuplicatesByCounting { get; }
- System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get; }
- bool IsReadOnly { get; }
- bool Add(T item);
- void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- bool Check();
- }
- public partial interface IIndexedSorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- int CountFrom(T bot);
- int CountFromTo(T bot, T top);
- int CountTo(T top);
- C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> predicate);
- C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> comparer);
- new C5.IDirectedCollectionValue<T> RangeFrom(T bot);
- new C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top);
- new C5.IDirectedCollectionValue<T> RangeTo(T top);
- }
- public partial interface IIndexed<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed IndexingSpeed { get; }
- T this[int index] { get; }
- C5.IDirectedCollectionValue<T> this[int start, int count] { get; }
- int FindIndex(C5.Fun<T, bool> predicate);
- int FindLastIndex(C5.Fun<T, bool> predicate);
- int IndexOf(T item);
- int LastIndexOf(T item);
- T RemoveAt(int index);
- void RemoveInterval(int start, int count);
- }
- public partial interface IList<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- new int Count { get; }
- bool FIFO { get; set; }
- T First { get; }
- new bool IsFixedSize { get; }
- new bool IsReadOnly { get; }
- bool IsValid { get; }
- new T this[int index] { get; set; }
- T Last { get; }
- int Offset { get; }
- C5.IList<T> Underlying { get; }
- new bool Add(T item);
- new void Clear();
- new bool Contains(T item);
- new void CopyTo(T[] array, int index);
- C5.IList<T> FindAll(C5.Fun<T, bool> filter);
- new int IndexOf(T item);
- void Insert(C5.IList<T> pointer, T item);
- void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T;
- void InsertFirst(T item);
- void InsertLast(T item);
- bool IsSorted();
- bool IsSorted(System.Collections.Generic.IComparer<T> comparer);
- C5.IList<T> LastViewOf(T item);
- C5.IList<V> Map<V>(C5.Fun<T, V> mapper);
- C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer);
- T Remove();
- new bool Remove(T item);
- new T RemoveAt(int index);
- T RemoveFirst();
- T RemoveLast();
- void Reverse();
- void Shuffle();
- void Shuffle(System.Random rnd);
- C5.IList<T> Slide(int offset);
- C5.IList<T> Slide(int offset, int size);
- void Sort();
- void Sort(System.Collections.Generic.IComparer<T> comparer);
- C5.IList<T> Span(C5.IList<T> otherView);
- bool TrySlide(int offset);
- bool TrySlide(int offset, int size);
- C5.IList<T> View(int start, int count);
- C5.IList<T> ViewOf(T item);
- }
- [System.SerializableAttribute]
- public partial class IncompatibleViewException : System.Exception
- {
- public IncompatibleViewException() { }
- public IncompatibleViewException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class IntEqualityComparer : System.Collections.Generic.IEqualityComparer<int>
- {
- internal IntEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.IntEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(int item1, int item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(int item) { throw null; }
- }
- public partial class InternalException : System.Exception
- {
- internal InternalException() { }
- }
- [System.SerializableAttribute]
- public partial class IntervalHeap<T> : C5.CollectionValueBase<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IPriorityQueue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public IntervalHeap() { }
- public IntervalHeap(System.Collections.Generic.IComparer<T> comparer) { }
- public IntervalHeap(int capacity) { }
- public IntervalHeap(int capacity, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- [C5.TestedAttribute]
- public override bool IsEmpty { [C5.TestedAttribute]get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- [C5.TestedAttribute]
- public T this[C5.IPriorityQueueHandle<T> handle] { get { throw null; } set { } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(ref C5.IPriorityQueueHandle<T> handle, T item) { throw null; }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- public override T Choose() { throw null; }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public T Delete(C5.IPriorityQueueHandle<T> handle) { throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- public T DeleteMax(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- public T DeleteMin(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- public bool Find(C5.IPriorityQueueHandle<T> handle, out T item) { item = default(T); throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- public T FindMax(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- public T FindMin(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public T Replace(C5.IPriorityQueueHandle<T> handle, T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class InvalidPriorityQueueHandleException : System.Exception
- {
- public InvalidPriorityQueueHandleException() { }
- public InvalidPriorityQueueHandleException(string message) { }
- }
- public partial interface IPersistentSorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- C5.ISorted<T> Snapshot();
- }
- public partial interface IPriorityQueueHandle<T>
- {
- }
- public partial interface IPriorityQueue<T> : C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<T> Comparer { get; }
- T this[C5.IPriorityQueueHandle<T> handle] { get; set; }
- bool Add(ref C5.IPriorityQueueHandle<T> handle, T item);
- T Delete(C5.IPriorityQueueHandle<T> handle);
- T DeleteMax();
- T DeleteMax(out C5.IPriorityQueueHandle<T> handle);
- T DeleteMin();
- T DeleteMin(out C5.IPriorityQueueHandle<T> handle);
- bool Find(C5.IPriorityQueueHandle<T> handle, out T item);
- T FindMax();
- T FindMax(out C5.IPriorityQueueHandle<T> handle);
- T FindMin();
- T FindMin(out C5.IPriorityQueueHandle<T> handle);
- T Replace(C5.IPriorityQueueHandle<T> handle, T item);
- }
- public partial interface IQueue<T> : C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- T this[int index] { get; }
- T Dequeue();
- void Enqueue(T item);
- }
- public partial interface ISequenced<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- int GetSequencedHashCode();
- bool SequencedEquals(C5.ISequenced<T> otherCollection);
- }
- public partial interface IShowable : System.IFormattable
- {
- bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider);
- }
- public partial interface ISortedDictionary<K, V> : C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<K> Comparer { get; }
- new C5.ISorted<K> Keys { get; }
- void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items);
- bool Cut(System.IComparable<K> cutFunction, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid);
- C5.KeyValuePair<K, V> DeleteMax();
- C5.KeyValuePair<K, V> DeleteMin();
- C5.KeyValuePair<K, V> FindMax();
- C5.KeyValuePair<K, V> FindMin();
- C5.KeyValuePair<K, V> Predecessor(K key);
- C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll();
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot);
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K lowerBound, K upperBound);
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top);
- void RemoveRangeFrom(K low);
- void RemoveRangeFromTo(K low, K hi);
- void RemoveRangeTo(K hi);
- C5.KeyValuePair<K, V> Successor(K key);
- bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res);
- bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res);
- bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res);
- bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res);
- C5.KeyValuePair<K, V> WeakPredecessor(K key);
- C5.KeyValuePair<K, V> WeakSuccessor(K key);
- }
- public partial interface ISorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<T> Comparer { get; }
- void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- bool Cut(System.IComparable<T> cutFunction, out T low, out bool lowIsValid, out T high, out bool highIsValid);
- T DeleteMax();
- T DeleteMin();
- T FindMax();
- T FindMin();
- T Predecessor(T item);
- C5.IDirectedCollectionValue<T> RangeAll();
- C5.IDirectedEnumerable<T> RangeFrom(T bot);
- C5.IDirectedEnumerable<T> RangeFromTo(T bot, T top);
- C5.IDirectedEnumerable<T> RangeTo(T top);
- void RemoveRangeFrom(T low);
- void RemoveRangeFromTo(T low, T hi);
- void RemoveRangeTo(T hi);
- T Successor(T item);
- bool TryPredecessor(T item, out T res);
- bool TrySuccessor(T item, out T res);
- bool TryWeakPredecessor(T item, out T res);
- bool TryWeakSuccessor(T item, out T res);
- T WeakPredecessor(T item);
- T WeakSuccessor(T item);
- }
- public partial interface IStack<T> : C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- T this[int index] { get; }
- T Pop();
- void Push(T item);
- }
- public partial class ItemAtEventArgs<T> : System.EventArgs
- {
- public readonly int Index;
- public readonly T Item;
- public ItemAtEventArgs(T item, int index) { }
- public override string ToString() { throw null; }
- }
- public partial class ItemCountEventArgs<T> : System.EventArgs
- {
- public readonly int Count;
- public readonly T Item;
- public ItemCountEventArgs(T item, int count) { }
- public override string ToString() { throw null; }
- }
- public delegate void ItemInsertedHandler<T>(object sender, C5.ItemAtEventArgs<T> eventArgs);
- public delegate void ItemRemovedAtHandler<T>(object sender, C5.ItemAtEventArgs<T> eventArgs);
- public delegate void ItemsAddedHandler<T>(object sender, C5.ItemCountEventArgs<T> eventArgs);
- public delegate void ItemsRemovedHandler<T>(object sender, C5.ItemCountEventArgs<T> eventArgs);
- [System.SerializableAttribute]
- public partial class KeyValuePairComparer<K, V> : System.Collections.Generic.IComparer<C5.KeyValuePair<K, V>>
- {
- public KeyValuePairComparer(System.Collections.Generic.IComparer<K> comparer) { }
- [C5.TestedAttribute]
- public int Compare(C5.KeyValuePair<K, V> entry1, C5.KeyValuePair<K, V> entry2) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class KeyValuePairEqualityComparer<K, V> : System.Collections.Generic.IEqualityComparer<C5.KeyValuePair<K, V>>
- {
- public KeyValuePairEqualityComparer() { }
- public KeyValuePairEqualityComparer(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) { }
- [C5.TestedAttribute]
- public bool Equals(C5.KeyValuePair<K, V> entry1, C5.KeyValuePair<K, V> entry2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(C5.KeyValuePair<K, V> entry) { throw null; }
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct KeyValuePair<K, V> : C5.IShowable, System.IEquatable<C5.KeyValuePair<K, V>>, System.IFormattable
- {
- public K Key;
- public V Value;
- public KeyValuePair(K key) { throw null;}
- public KeyValuePair(K key, V value) { throw null;}
- public bool Equals(C5.KeyValuePair<K, V> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- public static bool operator ==(C5.KeyValuePair<K, V> pair1, C5.KeyValuePair<K, V> pair2) { throw null; }
- public static bool operator !=(C5.KeyValuePair<K, V> pair1, C5.KeyValuePair<K, V> pair2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class LinkedList<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.IQueue<T>, C5.ISequenced<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public LinkedList() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public LinkedList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- public virtual void Dispose() { }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- public override System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetSequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public T Pop() { throw null; }
- [C5.TestedAttribute]
- public void Push(T item) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- [C5.TestedAttribute]
- public override bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> c) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public virtual bool TrySlide(int offset) { throw null; }
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class LongEqualityComparer : System.Collections.Generic.IEqualityComparer<long>
- {
- internal LongEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.LongEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(long item1, long item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(long item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NaturalComparerO<T> : System.Collections.Generic.IComparer<T> where T : System.IComparable
- {
- public NaturalComparerO() { }
- [C5.TestedAttribute]
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NaturalComparer<T> : System.Collections.Generic.IComparer<T> where T : System.IComparable<T>
- {
- public NaturalComparer() { }
- [C5.TestedAttribute]
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NaturalEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>
- {
- internal NaturalEqualityComparer() { }
- public static C5.NaturalEqualityComparer<T> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T item1, T item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NoSuchItemException : System.Exception
- {
- public NoSuchItemException() { }
- public NoSuchItemException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class NotAViewException : System.Exception
- {
- public NotAViewException() { }
- public NotAViewException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class NotComparableException : System.Exception
- {
- public NotComparableException() { }
- public NotComparableException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class ReadOnlyCollectionException : System.Exception
- {
- public ReadOnlyCollectionException() { }
- public ReadOnlyCollectionException(string message) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2> record1, C5.Rec<T1, T2> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2> record1, C5.Rec<T1, T2> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2, T3> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2, T3>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- public readonly T3 X3;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2, T3 x3) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2, T3> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2, T3> record1, C5.Rec<T1, T2, T3> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2, T3> record1, C5.Rec<T1, T2, T3> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2, T3, T4> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2, T3, T4>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- public readonly T3 X3;
- public readonly T4 X4;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2, T3 x3, T4 x4) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2, T3, T4> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2, T3, T4> record1, C5.Rec<T1, T2, T3, T4> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2, T3, T4> record1, C5.Rec<T1, T2, T3, T4> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ReferenceEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T> where T : class
- {
- internal ReferenceEqualityComparer() { }
- public static C5.ReferenceEqualityComparer<T> Default { get { throw null; } }
- public bool Equals(T i1, T i2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SByteEqualityComparer : System.Collections.Generic.IEqualityComparer<sbyte>
- {
- internal SByteEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.SByteEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(sbyte item1, sbyte item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(sbyte item) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SequencedBase<T> : C5.DirectedCollectionBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected SequencedBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public override C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public static int ComputeHashCode(C5.ISequenced<T> items, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- public virtual int GetSequencedHashCode() { throw null; }
- public virtual bool SequencedEquals(C5.ISequenced<T> otherCollection) { throw null; }
- [C5.TestedAttribute]
- public static bool StaticEquals(C5.ISequenced<T> collection1, C5.ISequenced<T> collection2, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SequencedCollectionEqualityComparer<T, W> : System.Collections.Generic.IEqualityComparer<T> where T : C5.ISequenced<W>
- {
- internal SequencedCollectionEqualityComparer() { }
- public static C5.SequencedCollectionEqualityComparer<T, W> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T collection1, T collection2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T collection) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ShortEqualityComparer : System.Collections.Generic.IEqualityComparer<short>
- {
- internal ShortEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.ShortEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(short item1, short item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(short item) { throw null; }
- }
- public static partial class Showing
- {
- public static bool Show(object obj, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static bool ShowCollectionValue<T>(C5.ICollectionValue<T> items, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static bool ShowDictionary<K, V>(C5.IDictionary<K, V> dictionary, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static string ShowString(C5.IShowable showable, string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SortedArray<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public SortedArray() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(System.Collections.Generic.IComparer<T> comparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity, System.Collections.Generic.IComparer<T> comparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity, System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public static C5.SortedArray<T>.Feature Features { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> f) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> m, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- [System.FlagsAttribute]
- public enum Feature : short
- {
- Standard = (short)0,
- }
- }
- [System.SerializableAttribute]
- public abstract partial class SortedDictionaryBase<K, V> : C5.DictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- protected C5.ISorted<C5.KeyValuePair<K, V>> sortedpairs;
- protected SortedDictionaryBase(System.Collections.Generic.IComparer<K> keycomparer, System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public System.Collections.Generic.IComparer<K> Comparer { get { throw null; } }
- public new C5.ISorted<K> Keys { get { throw null; } }
- public void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items) { }
- public bool Cut(System.IComparable<K> cutter, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid) { lowEntry = default(C5.KeyValuePair<K, V>); lowIsValid = default(bool); highEntry = default(C5.KeyValuePair<K, V>); highIsValid = default(bool); throw null; }
- public C5.KeyValuePair<K, V> DeleteMax() { throw null; }
- public C5.KeyValuePair<K, V> DeleteMin() { throw null; }
- public C5.KeyValuePair<K, V> FindMax() { throw null; }
- public C5.KeyValuePair<K, V> FindMin() { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> Predecessor(K key) { throw null; }
- public C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K bot, K top) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top) { throw null; }
- public void RemoveRangeFrom(K lowKey) { }
- public void RemoveRangeFromTo(K lowKey, K highKey) { }
- public void RemoveRangeTo(K highKey) { }
- public override bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> Successor(K key) { throw null; }
- [C5.TestedAttribute]
- public bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> WeakPredecessor(K key) { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> WeakSuccessor(K key) { throw null; }
- }
- public partial class Sorting
- {
- internal Sorting() { }
- [C5.TestedAttribute]
- public static void HeapSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public static void InsertionSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public static void IntroSort<T>(T[] array) { }
- [C5.TestedAttribute]
- public static void IntroSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- }
- public enum Speed : short
- {
- Constant = (short)4,
- Linear = (short)2,
- Log = (short)3,
- PotentiallyInfinite = (short)1,
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public sealed partial class TestedAttribute : System.Attribute
- {
- [C5.TestedAttribute]
- public string via;
- public TestedAttribute() { }
- [C5.TestedAttribute]
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeBag<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.IPersistentSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public TreeBag() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeBag(System.Collections.Generic.IComparer<T> comparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeBag(System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- [C5.TestedAttribute(via="Sawtooth")]
- public bool Check(string name) { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public void Dispose() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump(string msg) { }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public C5.ISorted<T> Snapshot() { throw null; }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeDictionary<K, V> : C5.SortedDictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public TreeDictionary() : base (default(System.Collections.Generic.IComparer<K>), default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public TreeDictionary(System.Collections.Generic.IComparer<K> comparer) : base (default(System.Collections.Generic.IComparer<K>), default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public override object Clone() { throw null; }
- [C5.TestedAttribute]
- public System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> Snapshot() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeSet<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.IPersistentSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public TreeSet() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeSet(System.Collections.Generic.IComparer<T> comparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeSet(System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- [C5.TestedAttribute(via="Sawtooth")]
- public bool Check(string name) { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public void Dispose() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump(string msg) { }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public C5.ISorted<T> Snapshot() { throw null; }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UIntEqualityComparer : System.Collections.Generic.IEqualityComparer<uint>
- {
- internal UIntEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.UIntEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(uint item1, uint item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(uint item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ULongEqualityComparer : System.Collections.Generic.IEqualityComparer<ulong>
- {
- internal ULongEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.ULongEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(ulong item1, ulong item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(ulong item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnlistenableEventException : System.Exception
- {
- public UnlistenableEventException() { }
- public UnlistenableEventException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class UnsequencedCollectionEqualityComparer<T, W> : System.Collections.Generic.IEqualityComparer<T> where T : C5.ICollection<W>
- {
- internal UnsequencedCollectionEqualityComparer() { }
- public static C5.UnsequencedCollectionEqualityComparer<T, W> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T collection1, T collection2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T collection) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UShortEqualityComparer : System.Collections.Generic.IEqualityComparer<ushort>
- {
- internal UShortEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.UShortEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(ushort item1, ushort item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(ushort item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ViewDisposedException : System.Exception
- {
- public ViewDisposedException() { }
- public ViewDisposedException(string message) { }
- }
- public partial class WrappedArray<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public WrappedArray(T[] wrappedarray) { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public bool AllowsDuplicates { get { throw null; } }
- public C5.Speed ContainsSpeed { get { throw null; } }
- public int Count { get { throw null; } }
- public C5.Speed CountSpeed { get { throw null; } }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public bool DuplicatesByCounting { get { throw null; } }
- public System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- public bool FIFO { get { throw null; } set { } }
- public T First { get { throw null; } }
- public C5.Speed IndexingSpeed { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsValid { get { throw null; } }
- public T this[int index] { get { throw null; } set { } }
- public C5.IDirectedCollectionValue<T> this[int start, int count] { get { throw null; } }
- public T Last { get { throw null; } }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public int Offset { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public C5.IList<T> Underlying { get { throw null; } }
- public event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- public bool Add(T item) { throw null; }
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public bool All(C5.Fun<T, bool> predicate) { throw null; }
- public void Apply(C5.Act<T> action) { }
- public C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public bool Check() { throw null; }
- public T Choose() { throw null; }
- public void Clear() { }
- public virtual object Clone() { throw null; }
- public bool Contains(T item) { throw null; }
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- public int ContainsCount(T item) { throw null; }
- public void CopyTo(T[] array, int index) { }
- public void Dispose() { }
- public bool Exists(C5.Fun<T, bool> predicate) { throw null; }
- public System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- public bool Find(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public bool Find(ref T item) { throw null; }
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public bool FindOrAdd(ref T item) { throw null; }
- public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public int GetSequencedHashCode() { throw null; }
- public int GetUnsequencedHashCode() { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- public void Insert(int index, T item) { }
- public void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void InsertFirst(T item) { }
- public void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- public bool IsSorted(System.Collections.Generic.IComparer<T> comparer) { throw null; }
- public C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IList<T> LastViewOf(T item) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- public T Remove() { throw null; }
- public bool Remove(T item) { throw null; }
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- public void RemoveAllCopies(T item) { }
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public T RemoveAt(int i) { throw null; }
- public T RemoveFirst() { throw null; }
- public void RemoveInterval(int start, int count) { }
- public T RemoveLast() { throw null; }
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void Reverse() { }
- public bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public void Shuffle() { }
- public void Shuffle(System.Random rnd) { }
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public void Sort() { }
- public void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public T[] ToArray() { throw null; }
- public override string ToString() { throw null; }
- public virtual string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- public bool TrySlide(int offset) { throw null; }
- public bool TrySlide(int offset, int size) { throw null; }
- public C5.ICollectionValue<T> UniqueItems() { throw null; }
- public bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- public C5.IList<T> View(int start, int count) { throw null; }
- public C5.IList<T> ViewOf(T item) { throw null; }
- }
-}
diff --git a/src/v4.5.1/Mono.CSharp.cs b/src/v4.5.1/Mono.CSharp.cs
deleted file mode 100644
index 6c64acd..0000000
--- a/src/v4.5.1/Mono.CSharp.cs
+++ /dev/null
@@ -1,7227 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CSharp.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Microsoft.CSharp, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
-}
-namespace Mono.CSharp
-{
- public abstract partial class AbstractMessage
- {
- protected readonly int code;
- protected readonly Mono.CSharp.Location location;
- protected AbstractMessage(Mono.CSharp.AbstractMessage aMsg) { }
- protected AbstractMessage(int code, Mono.CSharp.Location loc, string msg, System.Collections.Generic.List<string> extraInfo) { }
- public int Code { get { throw null; } }
- public abstract bool IsWarning { get; }
- public Mono.CSharp.Location Location { get { throw null; } }
- public abstract string MessageType { get; }
- public string[] RelatedSymbols { get { throw null; } }
- public string Text { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AbstractPropertyEventMethod : Mono.CSharp.MemberCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> declarative_security;
- protected Mono.CSharp.MethodData method_data;
- protected readonly string prefix;
- protected AbstractPropertyEventMethod(Mono.CSharp.InterfaceMemberBase member, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsAccessor { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public abstract Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public abstract Mono.CSharp.TypeSpec ReturnType { get; }
- public Mono.CSharp.MethodSpec Spec { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public sealed override bool Define() { throw null; }
- public virtual void Emit(Mono.CSharp.TypeDefinition parent) { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void PrepareEmit() { }
- public void UpdateName(Mono.CSharp.InterfaceMemberBase member) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- [System.FlagsAttribute]
- public enum AddressOp
- {
- Load = 2,
- LoadStore = 3,
- Store = 1,
- }
- public abstract partial class AnonymousExpression : Mono.CSharp.ExpressionStatement
- {
- protected readonly Mono.CSharp.ParametersBlock block;
- public Mono.CSharp.TypeSpec ReturnType;
- protected AnonymousExpression(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public abstract string ContainerType { get; }
- public abstract bool IsIterator { get; }
- public abstract Mono.CSharp.AnonymousMethodStorey Storey { get; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- public void SetHasThisAccess() { }
- protected partial class AnonymousMethodMethod : Mono.CSharp.Method
- {
- public readonly Mono.CSharp.AnonymousExpression AnonymousMethod;
- public readonly Mono.CSharp.AnonymousMethodStorey Storey;
- public AnonymousMethodMethod(Mono.CSharp.TypeDefinition parent, Mono.CSharp.AnonymousExpression am, Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.TypeExpr return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override void DefineTypeParameters() { }
- public override void Emit() { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class AnonymousMethodBody : Mono.CSharp.AnonymousExpression
- {
- protected readonly Mono.CSharp.ParametersCompiled parameters;
- public AnonymousMethodBody(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr DirectMethodGroupConversion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } set { } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousMethodExpression : Mono.CSharp.Expression
- {
- public Mono.CSharp.ParametersBlock Block;
- public AnonymousMethodExpression(Mono.CSharp.Location loc) { }
- public override string ExprClassName { get { throw null; } }
- public virtual bool HasExplicitParameters { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.ReportPrinter TypeInferenceReportPrinter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.Expression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- protected virtual Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_AddressOfCapturedVar(Mono.CSharp.ResolveContext rc, Mono.CSharp.IVariableReference var, Mono.CSharp.Location loc) { }
- public bool ExplicitTypeInference(Mono.CSharp.TypeInferenceContext type_inference, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public Mono.CSharp.TypeSpec InferReturnType(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected virtual Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected bool VerifyExplicitParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection parameters) { throw null; }
- protected bool VerifyParameterCompatibility(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection invoke_pd, bool ignore_errors) { throw null; }
- }
- public partial class AnonymousMethodStorey : Mono.CSharp.HoistedStoreyClass
- {
- protected System.Collections.Generic.List<Mono.CSharp.HoistedVariable> hoisted_locals;
- protected System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted_params;
- protected Mono.CSharp.HoistedThis hoisted_this;
- public readonly int ID;
- public Mono.CSharp.Expression Instance;
- public readonly Mono.CSharp.ExplicitBlock OriginalSourceBlock;
- public AnonymousMethodStorey(Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberName), default(Mono.CSharp.TypeParameters), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.HoistedThis HoistedThis { get { throw null; } set { } }
- public System.Collections.Generic.IList<Mono.CSharp.ExplicitBlock> ReferencesFromChildrenBlock { get { throw null; } }
- public void AddCapturedThisField(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey parent) { }
- public Mono.CSharp.Field AddCapturedVariable(string name, Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type, bool privateAccess) { throw null; }
- public void AddParentStoreyReference(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void AddReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void CaptureLocalVariable(Mono.CSharp.ResolveContext ec, Mono.CSharp.LocalVariable localVariable) { }
- public void CaptureParameter(Mono.CSharp.ResolveContext ec, Mono.CSharp.ParametersBlock.ParameterInfo parameterInfo, Mono.CSharp.ParameterReference parameterReference) { }
- protected override bool DoResolveTypeParameters() { throw null; }
- protected virtual void EmitHoistedParameters(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted) { }
- public void EmitStoreyInstantiation(Mono.CSharp.EmitContext ec, Mono.CSharp.ExplicitBlock block) { }
- public Mono.CSharp.Expression GetStoreyInstanceExpression(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public void SetNestedStoryParent(Mono.CSharp.AnonymousMethodStorey parentStorey) { }
- }
- public partial class AnonymousTypeClass : Mono.CSharp.CompilerGeneratedContainer
- {
- internal AnonymousTypeClass() : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public const string ClassNamePrefix = "<>__AnonType";
- public const string SignatureForError = "anonymous type";
- public System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public static Mono.CSharp.AnonymousTypeClass Create(Mono.CSharp.TypeContainer parent, System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.Location loc) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousTypeParameter : Mono.CSharp.ShimExpression
- {
- public readonly string Name;
- public AnonymousTypeParameter(Mono.CSharp.Expression initializer, string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public AnonymousTypeParameter(Mono.CSharp.Parameter parameter) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object o) { throw null; }
- protected virtual void Error_InvalidInitializer(Mono.CSharp.ResolveContext ec, string initializer) { }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AParametersCollection
- {
- protected bool has_arglist;
- protected bool has_params;
- protected Mono.CSharp.IParameterData[] parameters;
- protected Mono.CSharp.TypeSpec[] types;
- protected AParametersCollection() { }
- public System.Reflection.CallingConventions CallingConvention { get { throw null; } }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeSpec ExtensionMethodType { get { throw null; } }
- public Mono.CSharp.IParameterData[] FixedParameters { get { throw null; } }
- public bool HasArglist { get { throw null; } }
- public bool HasExtensionMethodType { get { throw null; } }
- public bool HasParams { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public Mono.CSharp.TypeSpec[] Types { get { throw null; } set { } }
- public System.Type[] GetMetaInfo() { throw null; }
- public static System.Reflection.ParameterAttributes GetParameterAttribute(Mono.CSharp.Parameter.Modifier modFlags) { throw null; }
- public int GetParameterIndexByName(string name) { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetSignatureForError(string start, string end, int count) { throw null; }
- public static bool HasSameParameterDefaults(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public Mono.CSharp.AParametersCollection Inflate(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public string ParameterDesc(int pos) { throw null; }
- }
- public partial class Arglist : Mono.CSharp.Expression
- {
- public Arglist(Mono.CSharp.Arguments args, Mono.CSharp.Location l) { }
- public Arglist(Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public System.Type[] ArgumentTypes { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistAccess : Mono.CSharp.Expression
- {
- public ArglistAccess(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistParameter : Mono.CSharp.Parameter
- {
- public ArglistParameter(Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class Argument
- {
- public readonly Mono.CSharp.Argument.AType ArgType;
- public Mono.CSharp.Expression Expr;
- public Argument(Mono.CSharp.Expression expr) { }
- public Argument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType type) { }
- public bool IsByRef { get { throw null; } }
- public bool IsDefaultArgument { get { throw null; } }
- public bool IsExtensionType { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier Modifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } }
- public Mono.CSharp.Argument Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- public Mono.CSharp.Argument Clone(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Argument EmitToField(Mono.CSharp.EmitContext ec, bool cloneResult) { throw null; }
- public void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public string GetSignatureForError() { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext ec) { }
- public bool ResolveMethodGroup(Mono.CSharp.ResolveContext ec) { throw null; }
- public enum AType : byte
- {
- ConditionalAccessFlag = (byte)128,
- Default = (byte)3,
- DynamicTypeName = (byte)4,
- ExtensionType = (byte)5,
- ExtensionTypeConditionalAccess = (byte)133,
- None = (byte)0,
- Out = (byte)2,
- Ref = (byte)1,
- }
- }
- public partial class Arguments
- {
- public Arguments(int capacity) { }
- public int Count { get { throw null; } }
- public bool HasDynamic { get { throw null; } }
- public bool HasNamed { get { throw null; } }
- public Mono.CSharp.Argument this[int index] { get { throw null; } set { } }
- public void Add(Mono.CSharp.Argument arg) { }
- public void AddRange(Mono.CSharp.Arguments args) { }
- public void CheckArrayAsAttribute(Mono.CSharp.CompilerContext ctx) { }
- public Mono.CSharp.Arguments Clone(Mono.CSharp.CloneContext ctx) { throw null; }
- public bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.ArrayInitializer CreateDynamicBinderArguments(Mono.CSharp.ResolveContext rc) { throw null; }
- public static Mono.CSharp.Arguments CreateForExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args, params Mono.CSharp.Expression[] e) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Arguments Emit(Mono.CSharp.EmitContext ec, bool dup_args, bool prepareAwait) { throw null; }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc, System.Collections.Generic.List<Mono.CSharp.MovableArgument> movable=null) { }
- public System.Collections.Generic.List<Mono.CSharp.Argument>.Enumerator GetEnumerator() { throw null; }
- public void Insert(int index, Mono.CSharp.Argument arg) { }
- public static System.Linq.Expressions.Expression[] MakeExpression(Mono.CSharp.Arguments args, Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Arguments MarkOrderedArgument(Mono.CSharp.NamedArgument a) { throw null; }
- public void RemoveAt(int index) { }
- public void Resolve(Mono.CSharp.ResolveContext ec, out bool dynamic) { dynamic = default(bool); }
- }
- public partial class ArrayAccess : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public ArrayAccess(Mono.CSharp.ElementAccess ea_data, Mono.CSharp.Location l) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void SetConditionalAccessReceiver() { }
- }
- public partial class ArrayContainer : Mono.CSharp.ElementTypeSpec
- {
- internal ArrayContainer() : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(System.Type)) { }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public int Rank { get { throw null; } }
- public System.Reflection.MethodInfo GetAddressMethod() { throw null; }
- public System.Reflection.MethodInfo GetConstructor() { throw null; }
- public System.Reflection.MethodInfo GetGetMethod() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- protected override string GetPostfixSignature() { throw null; }
- public static string GetPostfixSignature(int rank) { throw null; }
- public System.Reflection.MethodInfo GetSetMethod() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element, int rank) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeRankPair : System.IEquatable<Mono.CSharp.ArrayContainer.TypeRankPair>
- {
- public TypeRankPair(Mono.CSharp.TypeSpec ts, int rank) { throw null;}
- public bool Equals(Mono.CSharp.ArrayContainer.TypeRankPair other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public partial class ArrayCreation : Mono.CSharp.Expression
- {
- protected System.Collections.Generic.List<Mono.CSharp.Expression> arguments;
- protected System.Collections.Generic.List<Mono.CSharp.Expression> array_data;
- protected Mono.CSharp.TypeSpec array_element_type;
- protected int dimensions;
- protected readonly Mono.CSharp.ComposedTypeSpecifier rank;
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, System.Collections.Generic.List<Mono.CSharp.Expression> exprs, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location l) { }
- public Mono.CSharp.ArrayInitializer Initializers { get { throw null; } }
- public bool NoEmptyInterpolation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ComposedTypeSpecifier Rank { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected sealed override Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveArrayElement(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression element) { throw null; }
- protected bool ResolveInitializers(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ArrayIndexCast : Mono.CSharp.TypeCast
- {
- public ArrayIndexCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArrayInitializer : Mono.CSharp.Expression
- {
- public ArrayInitializer(Mono.CSharp.Location loc) { }
- public ArrayInitializer(System.Collections.Generic.List<Mono.CSharp.Expression> init, Mono.CSharp.Location loc) { }
- public ArrayInitializer(int count, Mono.CSharp.Location loc) { }
- public int Count { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Expression> Elements { get { throw null; } }
- public Mono.CSharp.Expression this[int index] { get { throw null; } }
- public Mono.CSharp.BlockVariable VariableDeclaration { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Expression expr) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class As : Mono.CSharp.Probe
- {
- public As(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class AssemblyBuilderExtension
- {
- protected readonly Mono.CSharp.CompilerContext ctx;
- public AssemblyBuilderExtension(Mono.CSharp.CompilerContext ctx) { }
- public virtual System.Reflection.Module AddModule(string module) { throw null; }
- public virtual void AddPermissionRequests(System.Security.PermissionSet[] permissions) { }
- public virtual void AddTypeForwarder(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public virtual void DefineWin32IconResource(string fileName) { }
- public virtual System.Reflection.AssemblyName[] GetReferencedAssemblies() { throw null; }
- public virtual void SetAlgorithmId(uint value, Mono.CSharp.Location loc) { }
- public virtual void SetCulture(string culture, Mono.CSharp.Location loc) { }
- public virtual void SetFlags(uint flags, Mono.CSharp.Location loc) { }
- public virtual void SetVersion(System.Version version, Mono.CSharp.Location loc) { }
- }
- public abstract partial class AssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- protected System.Collections.Generic.List<Mono.CSharp.ImportedModuleDefinition> added_modules;
- public System.Reflection.Emit.AssemblyBuilder Builder;
- protected Mono.CSharp.AssemblyBuilderExtension builder_extra;
- protected readonly string file_name;
- protected Mono.CSharp.ModuleContainer module;
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name) { }
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name, string fileName) { }
- public Mono.CSharp.Attribute CLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.Method EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.MetadataImporter Importer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsSatelliteAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- bool Mono.CSharp.IAssemblyDefinition.IsMissing { get { throw null; } }
- public string Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolWriter { get { throw null; } }
- public bool WrapNonExceptionThrows { get { throw null; } }
- public void AddModule(Mono.CSharp.ImportedModuleDefinition module) { }
- public void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected System.Reflection.AssemblyName CreateAssemblyName() { throw null; }
- public virtual System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public void EmbedResources() { }
- public virtual void Emit() { }
- protected virtual System.Collections.Generic.List<Mono.CSharp.AssemblyReferenceMessageInfo> GetNotUnifiedReferences(System.Reflection.AssemblyName assemblyName) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void Resolve() { }
- protected void ResolveAssemblySecurityAttributes() { }
- public void Save() { }
- protected virtual void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyDefinitionDynamic : Mono.CSharp.AssemblyDefinition
- {
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name, string fileName) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public bool Create(System.AppDomain domain, System.Reflection.Emit.AssemblyBuilderAccess access) { throw null; }
- public override System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public System.Reflection.Module IncludeModule(string moduleFile) { throw null; }
- protected override void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyReferenceMessageInfo
- {
- public AssemblyReferenceMessageInfo(System.Reflection.AssemblyName dependencyName, System.Action<Mono.CSharp.Report> reportMessage) { }
- public System.Reflection.AssemblyName DependencyName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Action<Mono.CSharp.Report> ReportMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class AssemblyResource : System.IEquatable<Mono.CSharp.AssemblyResource>
- {
- public AssemblyResource(string fileName, string name) { }
- public AssemblyResource(string fileName, string name, bool isPrivate) { }
- public System.Reflection.ResourceAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsEmbeded { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.AssemblyResource other) { throw null; }
- }
- public abstract partial class Assign : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression source;
- protected Mono.CSharp.Expression target;
- protected Assign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Source { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.Expression Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class AsyncInitializer : Mono.CSharp.StateMachineInitializer
- {
- public AsyncInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.TypeSpec DelegateType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.StackFieldExpr HoistedReturnState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } }
- protected override Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCatchBlock(Mono.CSharp.EmitContext ec) { }
- protected override void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public abstract partial class Attributable
- {
- protected Mono.CSharp.Attributes attributes;
- protected Attributable() { }
- public abstract System.AttributeTargets AttributeTargets { get; }
- public Mono.CSharp.Attributes OptAttributes { get { throw null; } set { } }
- public abstract string[] ValidAttributeTargets { get; }
- public void AddAttributes(Mono.CSharp.Attributes attrs, Mono.CSharp.IMemberContext context) { }
- public abstract void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa);
- public abstract bool IsClsComplianceRequired();
- }
- public partial class Attribute
- {
- public static readonly System.AttributeUsageAttribute DefaultUsageAttribute;
- public static readonly object[] EmptyObject;
- public readonly string ExplicitTarget;
- public System.AttributeTargets Target;
- public Mono.CSharp.TypeSpec Type;
- public Attribute(string target, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Arguments[] args, Mono.CSharp.Location loc, bool nameEscaped) { }
- public bool HasSecurityAttribute { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.Arguments NamedArguments { get { throw null; } }
- public Mono.CSharp.Arguments PositionalArguments { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public bool ResolveError { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression TypeExpression { get { throw null; } }
- public void AttachTo(Mono.CSharp.Attributable target, Mono.CSharp.IMemberContext context) { }
- public bool CheckTarget() { throw null; }
- public Mono.CSharp.Attribute Clone() { throw null; }
- public Mono.CSharp.ResolveContext CreateResolveContext() { throw null; }
- public void Emit(System.Collections.Generic.Dictionary<Mono.CSharp.Attribute, System.Collections.Generic.List<Mono.CSharp.Attribute>> allEmitted) { }
- public override bool Equals(object obj) { throw null; }
- public static void Error_AttributeArgumentIsDynamic(Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { }
- public void Error_InvalidArgumentValue(Mono.CSharp.TypeSpec attributeType) { }
- public void Error_InvalidSecurityParent() { }
- public void Error_MissingGuidAttribute() { }
- public void Error_MisusedDynamicAttribute() { }
- public void Error_MisusedExtensionAttribute() { }
- public void ExtractSecurityPermissionSet(Mono.CSharp.MethodSpec ctor, ref System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> permissions) { }
- public Mono.CSharp.TypeSpec GetArgumentType() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsageAttribute() { throw null; }
- public bool GetBoolean() { throw null; }
- public System.Runtime.InteropServices.CharSet GetCharSetValue() { throw null; }
- public bool GetClsCompliantAttributeValue() { throw null; }
- public Mono.CSharp.TypeSpec GetCoClassAttributeValue() { throw null; }
- public string GetConditionalAttributeValue() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetIndexerAttributeValue() { throw null; }
- public System.Runtime.CompilerServices.MethodImplOptions GetMethodImplOptions() { throw null; }
- public Mono.CSharp.Constant GetNamedValue(string name) { throw null; }
- public System.ObsoleteAttribute GetObsoleteAttribute() { throw null; }
- public Mono.CSharp.Expression GetParameterDefaultValue() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetString() { throw null; }
- public string GetValidTargets() { throw null; }
- public bool HasField(string fieldName) { throw null; }
- public bool IsExplicitLayoutKind() { throw null; }
- public bool IsInternalCall() { throw null; }
- public static bool IsValidArgumentType(Mono.CSharp.TypeSpec t) { throw null; }
- public bool IsValidSecurityAttribute() { throw null; }
- public Mono.CSharp.MethodSpec Resolve() { throw null; }
- public Mono.CSharp.TypeSpec ResolveTypeForComparison() { throw null; }
- public void SetOwner(Mono.CSharp.Attributable owner) { }
- }
- public sealed partial class AttributeEncoder
- {
- public static readonly byte[] Empty;
- public AttributeEncoder() { }
- public Mono.CSharp.AttributeEncoder.EncodedTypeProperties Encode(Mono.CSharp.TypeSpec type) { throw null; }
- public void Encode(bool value) { }
- public void Encode(byte value) { }
- public void Encode(double value) { }
- public void Encode(short value) { }
- public void Encode(int value) { }
- public void Encode(long value) { }
- public void Encode(sbyte value) { }
- public void Encode(float value) { }
- public void Encode(string value) { }
- public void Encode(ushort value) { }
- public void Encode(uint value) { }
- public void Encode(ulong value) { }
- public void EncodeEmptyNamedArguments() { }
- public void EncodeNamedArguments<T>(T[] members, Mono.CSharp.Constant[] values) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- public void EncodeNamedFieldArgument(Mono.CSharp.FieldSpec field, Mono.CSharp.Constant value) { }
- public void EncodeNamedPropertyArgument(Mono.CSharp.PropertySpec property, Mono.CSharp.Constant value) { }
- public void EncodeTypeName(Mono.CSharp.TypeContainer type) { }
- public void EncodeTypeName(Mono.CSharp.TypeSpec type) { }
- public byte[] ToArray() { throw null; }
- [System.FlagsAttribute]
- public enum EncodedTypeProperties
- {
- DynamicType = 1,
- None = 0,
- TypeParameter = 2,
- }
- }
- public partial class Attributes
- {
- public readonly System.Collections.Generic.List<Mono.CSharp.Attribute> Attrs;
- public Attributes(Mono.CSharp.Attribute a) { }
- public Attributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AddAttribute(Mono.CSharp.Attribute attr) { }
- public void AddAttributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public static void AttachFromPartial(Mono.CSharp.Attributable target, Mono.CSharp.Attributable partialSrc) { }
- public void AttachTo(Mono.CSharp.Attributable attributable, Mono.CSharp.IMemberContext context) { }
- public bool CheckTargets() { throw null; }
- public Mono.CSharp.Attributes Clone() { throw null; }
- public bool Contains(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public void ConvertGlobalAttributes(Mono.CSharp.TypeContainer member, Mono.CSharp.NamespaceContainer currentNamespace, bool isGlobal) { }
- public void Emit() { }
- public bool HasResolveError() { throw null; }
- public Mono.CSharp.Attribute Search(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute Search(string explicitTarget, Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute[] SearchMulti(Mono.CSharp.PredefinedAttribute t) { throw null; }
- }
- public abstract partial class ATypeNameExpression : Mono.CSharp.FullNamedExpression
- {
- protected Mono.CSharp.TypeArguments targs;
- protected ATypeNameExpression(string name, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, int arity, Mono.CSharp.Location l) { }
- public int Arity { get { throw null; } }
- public bool HasTypeArguments { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.TypeArguments TypeArguments { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static string GetMemberType(Mono.CSharp.MemberCore mc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restriction);
- }
- public partial class Await : Mono.CSharp.ExpressionStatement
- {
- public Await(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.AwaitStatement Statement { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.FieldExpr field) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class AwaiterDefinition
- {
- public AwaiterDefinition() { }
- public Mono.CSharp.MethodSpec GetResult { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool INotifyCompletion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.PropertySpec IsCompleted { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsValidPattern { get { throw null; } }
- }
- public partial class AwaitStatement : Mono.CSharp.YieldStatement<Mono.CSharp.AsyncInitializer>
- {
- public AwaitStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.TypeSpec ResultType { get { throw null; } }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public void EmitPrologue(Mono.CSharp.EmitContext ec) { }
- public void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Expression GetResultExpression(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public sealed partial class AwaitableMemberAccess : Mono.CSharp.MemberAccess
- {
- public AwaitableMemberAccess(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(string)) { }
- public bool ProbingMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, string name) { }
- }
- }
- public partial class BaseThis : Mono.CSharp.This
- {
- public BaseThis(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BaseThis(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- }
- public partial class Binary : Mono.CSharp.Expression
- {
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.State state) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, bool isCompound) { }
- public bool IsCompound { get { throw null; } }
- public Mono.CSharp.Expression Left { get { throw null; } }
- public Mono.CSharp.Binary.Operator Oper { get { throw null; } }
- public Mono.CSharp.Expression Right { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Operator.OpType ConvertBinaryToUserOperator(Mono.CSharp.Binary.Operator op) { throw null; }
- public Mono.CSharp.Expression CreateCallSiteBinder(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression method) { throw null; }
- public Mono.CSharp.Expression CreateLiftedValueTypeResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec valueType) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreatePointerOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public static void EmitOperatorOpcode(Mono.CSharp.EmitContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.TypeSpec l, Mono.CSharp.Expression right) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Location loc) { }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, string oper, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public static Mono.CSharp.ConvCast.Mode GetEnumResultCast(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { throw null; }
- public Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext rc) { throw null; }
- [System.FlagsAttribute]
- public enum Operator
- {
- Addition = 2083,
- AdditionMask = 2048,
- ArithmeticMask = 32,
- BitwiseAnd = 525,
- BitwiseMask = 512,
- BitwiseOr = 527,
- ComparisonMask = 128,
- DecomposedMask = 524288,
- Division = 33,
- Equality = 395,
- EqualityMask = 256,
- ExclusiveOr = 526,
- GreaterThan = 8328,
- GreaterThanOrEqual = 8330,
- Inequality = 396,
- LeftShift = 69,
- LessThan = 8327,
- LessThanOrEqual = 8329,
- LogicalAnd = 1040,
- LogicalMask = 1024,
- LogicalOr = 1041,
- Modulus = 34,
- Multiply = 32,
- NullableMask = 1048576,
- RelationalMask = 8192,
- RightShift = 70,
- ShiftMask = 64,
- Subtraction = 4132,
- SubtractionMask = 4096,
- ValuesOnlyMask = 31,
- }
- public partial class PredefinedOperator
- {
- protected readonly Mono.CSharp.TypeSpec left;
- protected readonly Mono.CSharp.TypeSpec left_unwrap;
- public readonly Mono.CSharp.Binary.Operator OperatorsMask;
- public Mono.CSharp.TypeSpec ReturnType;
- protected readonly Mono.CSharp.TypeSpec right;
- protected readonly Mono.CSharp.TypeSpec right_unwrap;
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public bool IsLifted { get { throw null; } }
- public virtual Mono.CSharp.Expression ConvertResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.Binary b) { throw null; }
- public virtual bool IsApplicable(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lexpr, Mono.CSharp.Expression rexpr) { throw null; }
- public bool IsPrimitiveApplicable(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype) { throw null; }
- public Mono.CSharp.Binary.PredefinedOperator ResolveBetterOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.PredefinedOperator best_operator) { throw null; }
- }
- [System.FlagsAttribute]
- public enum State : byte
- {
- Compound = (byte)2,
- None = (byte)0,
- UserOperatorsExcluded = (byte)4,
- }
- }
- [System.FlagsAttribute]
- public enum BindingRestriction
- {
- DeclaredOnly = 2,
- InstanceOnly = 4,
- NoAccessors = 8,
- None = 0,
- OverrideOnly = 16,
- }
- public partial class Block : Mono.CSharp.Statement
- {
- public Mono.CSharp.Location EndLocation;
- public Mono.CSharp.ExplicitBlock Explicit;
- protected Mono.CSharp.Block.Flags flags;
- public Mono.CSharp.ParametersBlock ParametersBlock;
- public Mono.CSharp.Block Parent;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> scope_initializers;
- public Mono.CSharp.Location StartLocation;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> statements;
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public bool IsCatchBlock { get { throw null; } }
- public bool IsCompilerGenerated { get { throw null; } set { } }
- public bool IsFinallyBlock { get { throw null; } }
- public Mono.CSharp.Block Original { get { throw null; } protected set { } }
- public System.Collections.Generic.List<Mono.CSharp.Statement> Statements { get { throw null; } }
- public bool Unchecked { get { throw null; } set { } }
- public bool Unsafe { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddLabel(Mono.CSharp.LabeledStatement target) { }
- public void AddLocalName(Mono.CSharp.LocalVariable li) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li) { }
- public void AddScopeStatement(Mono.CSharp.Statement s) { }
- public void AddStatement(Mono.CSharp.Statement s) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected void EmitScopeInitializers(Mono.CSharp.EmitContext ec) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public virtual void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void InsertStatement(int index, Mono.CSharp.Statement s) { }
- public Mono.CSharp.LabeledStatement LookupLabel(string name) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void MarkReachableScope(Mono.CSharp.Reachability rc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ScanGotoJump(Mono.CSharp.Statement label) { }
- public void ScanGotoJump(Mono.CSharp.Statement label, Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetEndLocation(Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- AwaitBlock = 8192,
- CatchBlock = 32768,
- CompilerGenerated = 512,
- FinallyBlock = 16384,
- HasAsyncModifier = 1024,
- HasCapturedThis = 128,
- HasCapturedVariable = 64,
- HasReferenceToStoreyForInstanceLambdas = 65536,
- InitializationEmitted = 4194304,
- IsExpressionTree = 256,
- Iterator = 1048576,
- NoFlowAnalysis = 2097152,
- ReachableEnd = 8,
- Resolved = 2048,
- Unchecked = 1,
- Unsafe = 16,
- YieldBlock = 4096,
- }
- }
- public partial class BlockConstant : Mono.CSharp.BlockVariable
- {
- public BlockConstant(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockContext : Mono.CSharp.ResolveContext
- {
- public int AssignmentInfoOffset;
- public BlockContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public BlockContext(Mono.CSharp.ResolveContext rc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public Mono.CSharp.ExceptionStatement CurrentTryBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryCatch CurrentTryCatch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoop { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoopOrSwitch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.Switch Switch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class BlockVariable : Mono.CSharp.Statement
- {
- protected System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> declarators;
- protected Mono.CSharp.LocalVariable li;
- protected Mono.CSharp.FullNamedExpression type_expr;
- public BlockVariable(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) { }
- protected BlockVariable(Mono.CSharp.LocalVariable li) { }
- public System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddDeclarator(Mono.CSharp.BlockVariableDeclarator decl) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public bool Resolve(Mono.CSharp.BlockContext bc, bool resolveDeclaratorInitializers) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockVariableDeclarator
- {
- public BlockVariableDeclarator(Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public virtual Mono.CSharp.BlockVariableDeclarator Clone(Mono.CSharp.CloneContext cloneCtx) { throw null; }
- }
- public partial class BoolConstant : Mono.CSharp.Constant
- {
- public readonly bool Value;
- public BoolConstant(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BoolConstant(Mono.CSharp.TypeSpec type, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class BooleanExpression : Mono.CSharp.ShimExpression
- {
- public BooleanExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class BooleanExpressionFalse : Mono.CSharp.Unary
- {
- public BooleanExpressionFalse(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class BoolLiteral : Mono.CSharp.BoolConstant, Mono.CSharp.ILiteralConstant
- {
- public BoolLiteral(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(bool), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class BoxedCast : Mono.CSharp.TypeCast
- {
- public BoxedCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class Break : Mono.CSharp.LocalExitStatement
- {
- public Break(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class BuilderContext
- {
- protected Mono.CSharp.BuilderContext.Options flags;
- public BuilderContext() { }
- public bool HasSet(Mono.CSharp.BuilderContext.Options options) { throw null; }
- public Mono.CSharp.BuilderContext.FlagsHandle With(Mono.CSharp.BuilderContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.BuilderContext ec, Mono.CSharp.BuilderContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AccurateDebugInfo = 2,
- AsyncBody = 16,
- CheckedScope = 1,
- ConstructorScope = 8,
- OmitDebugInfo = 4,
- }
- }
- public partial class BuiltinTypes
- {
- public readonly Mono.CSharp.BuiltinTypeSpec Array;
- public readonly Mono.CSharp.BuiltinTypeSpec Attribute;
- public readonly Mono.CSharp.TypeSpec[] BinaryPromotionsTypes;
- public readonly Mono.CSharp.BuiltinTypeSpec Bool;
- public readonly Mono.CSharp.BuiltinTypeSpec Byte;
- public readonly Mono.CSharp.BuiltinTypeSpec Char;
- public readonly Mono.CSharp.BuiltinTypeSpec Decimal;
- public readonly Mono.CSharp.BuiltinTypeSpec Delegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Double;
- public readonly Mono.CSharp.BuiltinTypeSpec Dynamic;
- public readonly Mono.CSharp.BuiltinTypeSpec Enum;
- public readonly Mono.CSharp.BuiltinTypeSpec Exception;
- public readonly Mono.CSharp.BuiltinTypeSpec Float;
- public readonly Mono.CSharp.BuiltinTypeSpec IDisposable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerator;
- public readonly Mono.CSharp.BuiltinTypeSpec Int;
- public readonly Mono.CSharp.BuiltinTypeSpec IntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec Long;
- public readonly Mono.CSharp.BuiltinTypeSpec MulticastDelegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Object;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEquality;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryStandard;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryUnsafe;
- public readonly Mono.CSharp.TypeSpec[][] OperatorsUnary;
- public readonly Mono.CSharp.TypeSpec[] OperatorsUnaryMutator;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeFieldHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeTypeHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec SByte;
- public readonly Mono.CSharp.BuiltinTypeSpec Short;
- public readonly Mono.CSharp.BuiltinTypeSpec String;
- public readonly Mono.CSharp.BuiltinTypeSpec Type;
- public readonly Mono.CSharp.BuiltinTypeSpec UInt;
- public readonly Mono.CSharp.BuiltinTypeSpec UIntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec ULong;
- public readonly Mono.CSharp.BuiltinTypeSpec UShort;
- public readonly Mono.CSharp.BuiltinTypeSpec ValueType;
- public readonly Mono.CSharp.BuiltinTypeSpec Void;
- public BuiltinTypes() { }
- public Mono.CSharp.BuiltinTypeSpec[] AllTypes { get { throw null; } }
- public bool CheckDefinitions(Mono.CSharp.ModuleContainer module) { throw null; }
- }
- public sealed partial class BuiltinTypeSpec : Mono.CSharp.TypeSpec
- {
- public BuiltinTypeSpec(Mono.CSharp.MemberKind kind, string ns, string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public BuiltinTypeSpec(string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public override Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public string FullName { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- public static int GetSize(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveType(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveTypeOrDecimal(Mono.CSharp.TypeSpec type) { throw null; }
- public void SetDefinition(Mono.CSharp.ITypeDefinition td, System.Type type, Mono.CSharp.Modifiers mod) { }
- public void SetDefinition(Mono.CSharp.TypeSpec ts) { }
- public enum Type
- {
- Array = 24,
- Attribute = 29,
- Bool = 1,
- Byte = 2,
- Char = 4,
- Decimal = 13,
- Delegate = 22,
- Double = 12,
- Dynamic = 17,
- Enum = 21,
- Exception = 28,
- FirstPrimitive = 1,
- Float = 11,
- IDisposable = 27,
- IEnumerable = 26,
- IEnumerator = 25,
- Int = 7,
- IntPtr = 14,
- LastPrimitive = 12,
- Long = 9,
- MulticastDelegate = 23,
- None = 0,
- Object = 16,
- Other = 30,
- SByte = 3,
- Short = 5,
- String = 18,
- Type = 19,
- UInt = 8,
- UIntPtr = 15,
- ULong = 10,
- UShort = 6,
- ValueType = 20,
- }
- }
- public partial class ByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly byte Value;
- public ByteConstant(Mono.CSharp.BuiltinTypes types, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ByteConstant(Mono.CSharp.TypeSpec type, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Cast : Mono.CSharp.ShimExpression
- {
- public Cast(Mono.CSharp.Expression cast_type, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression TargetType { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Catch : Mono.CSharp.Statement
- {
- public Catch(Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.TypeSpec CatchType { get { throw null; } }
- public Mono.CSharp.Expression Filter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsGeneral { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class CatchFilterExpression : Mono.CSharp.BooleanExpression
- {
- public CatchFilterExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- }
- public partial class CharConstant : Mono.CSharp.Constant
- {
- public readonly char Value;
- public CharConstant(Mono.CSharp.BuiltinTypes types, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public CharConstant(Mono.CSharp.TypeSpec type, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class CharLiteral : Mono.CSharp.CharConstant, Mono.CSharp.ILiteralConstant
- {
- public CharLiteral(Mono.CSharp.BuiltinTypes types, char c, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(char), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Checked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Checked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class CheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public CheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public sealed partial class Class : Mono.CSharp.ClassOrStruct
- {
- public Class(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override string[] ConditionalConditions() { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public override void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- }
- public sealed partial class ClassCast : Mono.CSharp.TypeCast
- {
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, bool forced) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ClassOrStruct : Mono.CSharp.TypeDefinition
- {
- protected Mono.CSharp.Constructor generated_primary_constructor;
- public const System.Reflection.TypeAttributes StaticClassAttribute = (System.Reflection.TypeAttributes)(384);
- protected ClassOrStruct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.ToplevelBlock PrimaryConstructorBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual Mono.CSharp.Constructor DefineDefaultConstructor(bool is_static) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- }
- public partial class CloneContext
- {
- public CloneContext() { }
- public void AddBlockMap(Mono.CSharp.Block from, Mono.CSharp.Block to) { }
- public Mono.CSharp.Block LookupBlock(Mono.CSharp.Block from) { throw null; }
- public Mono.CSharp.Block RemapBlockCopy(Mono.CSharp.Block from) { throw null; }
- }
- public partial class CollectionOrObjectInitializers : Mono.CSharp.ExpressionStatement
- {
- public CollectionOrObjectInitializers(Mono.CSharp.Location loc) { }
- public CollectionOrObjectInitializers(System.Collections.Generic.IList<Mono.CSharp.Expression> initializers, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.IList<Mono.CSharp.Expression> Initializers { get { throw null; } }
- public bool IsCollectionInitializer { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool inferType) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class CommandLineParser
- {
- public CommandLineParser(System.IO.TextWriter errorOutput) { }
- public CommandLineParser(System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) { }
- public bool HasBeenStopped { get { throw null; } }
- public event System.Func<string[], int, int> UnknownOptionHandler { add { } remove { } }
- public bool ParseArguments(Mono.CSharp.CompilerSettings settings, string[] args) { throw null; }
- public Mono.CSharp.CompilerSettings ParseArguments(string[] args) { throw null; }
- public bool ProcessWarningsList(string text, System.Action<int> action) { throw null; }
- }
- public partial class Comparer : System.Collections.IComparer
- {
- internal Comparer() { }
- public int Compare(object a, object b) { throw null; }
- public static System.Reflection.EventInfo[] Sort(System.Reflection.EventInfo[] inf) { throw null; }
- public static System.Reflection.MemberInfo[] Sort(System.Reflection.MemberInfo[] inf) { throw null; }
- public static System.Reflection.MethodBase[] Sort(System.Reflection.MethodBase[] inf) { throw null; }
- public static System.Reflection.PropertyInfo[] Sort(System.Reflection.PropertyInfo[] inf) { throw null; }
- }
- public partial class CompilationSourceFile : Mono.CSharp.NamespaceContainer
- {
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent, Mono.CSharp.SourceFile sourceFile) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public string FileName { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry SymbolUnitEntry { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDefine(string value) { }
- public void AddIncludeFile(Mono.CSharp.SourceFile file) { }
- public void AddUndefine(string value) { }
- public bool IsConditionalDefined(string value) { throw null; }
- public override void PrepareEmit() { }
- }
- public delegate void CompiledMethod(ref object retvalue);
- public partial class CompilerCallableEntryPoint : System.MarshalByRefObject
- {
- public CompilerCallableEntryPoint() { }
- public static int[] AllWarningNumbers { get { throw null; } }
- public static bool InvokeCompiler(string[] args, System.IO.TextWriter error) { throw null; }
- public static void PartialReset() { }
- public static void Reset() { }
- public static void Reset(bool full_flag) { }
- }
- public partial class CompilerContext
- {
- public CompilerContext(Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool IsRuntimeBinder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.CompilerSettings Settings { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public Mono.CSharp.SourceFile LookupFile(Mono.CSharp.CompilationSourceFile comp_unit, string name) { throw null; }
- }
- public abstract partial class CompilerGeneratedContainer : Mono.CSharp.ClassOrStruct
- {
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected void CheckMembersDefined() { }
- protected override bool DoDefineMembers() { throw null; }
- protected static Mono.CSharp.MemberName MakeMemberName(Mono.CSharp.MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { throw null; }
- public static string MakeName(string host, string typePrefix, string name, int id) { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public partial class CompilerSettings
- {
- public System.Collections.Generic.List<string> AssemblyReferences;
- public System.Collections.Generic.List<System.Tuple<string, string>> AssemblyReferencesAliases;
- public bool BreakOnInternalError;
- public bool Checked;
- public int DebugFlags;
- public string DocumentationFile;
- public System.Text.Encoding Encoding;
- public bool EnhancedWarnings;
- public int FatalCounter;
- public bool GenerateDebugInfo;
- public System.Collections.Generic.List<string> GetResourceStrings;
- public bool LoadDefaultReferences;
- public string MainClass;
- public System.Collections.Generic.List<string> Modules;
- public bool Optimize;
- public string OutputFile;
- public bool ParseOnly;
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> PathMap;
- public Mono.CSharp.Platform Platform;
- public System.Collections.Generic.List<string> ReferencesLookupPaths;
- public System.Collections.Generic.List<Mono.CSharp.AssemblyResource> Resources;
- public string RuntimeMetadataVersion;
- public string SdkVersion;
- public bool ShowFullPaths;
- public bool Stacktrace;
- public bool StatementMode;
- public bool StdLib;
- public Mono.CSharp.RuntimeVersion StdLibRuntimeVersion;
- public bool StrongNameDelaySign;
- public string StrongNameKeyContainer;
- public string StrongNameKeyFile;
- public int TabSize;
- public Mono.CSharp.Target Target;
- public string TargetExt;
- public bool Timestamps;
- public bool TokenizeOnly;
- public bool Unsafe;
- public int VerboseParserFlag;
- public bool VerifyClsCompliance;
- public Mono.CSharp.LanguageVersion Version;
- public int WarningLevel;
- public bool WarningsAreErrors;
- public string Win32IconFile;
- public string Win32ResourceFile;
- public bool WriteMetadataOnly;
- public CompilerSettings() { }
- public Mono.CSharp.SourceFile FirstSourceFile { get { throw null; } }
- public bool HasKeyFileOrContainer { get { throw null; } }
- public bool NeedsEntryPoint { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public void AddConditionalSymbol(string symbol) { }
- public void AddWarningAsError(int id) { }
- public void AddWarningOnly(int id) { }
- public bool IsConditionalSymbolDefined(string symbol) { throw null; }
- public bool IsWarningAsError(int code) { throw null; }
- public bool IsWarningDisabledGlobally(int code) { throw null; }
- public bool IsWarningEnabled(int code, int level) { throw null; }
- public void SetIgnoreWarning(int code) { }
- }
- public abstract partial class CompletingExpression : Mono.CSharp.ExpressionStatement
- {
- protected CompletingExpression() { }
- public static void AppendResults(System.Collections.Generic.List<string> results, string prefix, System.Collections.Generic.IEnumerable<string> names) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompletionElementInitializer : Mono.CSharp.CompletingExpression
- {
- public CompletionElementInitializer(string partial_name, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class CompletionMemberAccess : Mono.CSharp.CompletingExpression
- {
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.Location l) { }
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class CompletionResult : System.Exception
- {
- public CompletionResult(string base_text, string[] res) { }
- public string BaseText { get { throw null; } }
- public string[] Result { get { throw null; } }
- }
- public partial class CompletionSimpleName : Mono.CSharp.CompletingExpression
- {
- public string Prefix;
- public CompletionSimpleName(string prefix, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ComposedCast : Mono.CSharp.TypeExpr
- {
- public ComposedCast(Mono.CSharp.FullNamedExpression left, Mono.CSharp.ComposedTypeSpecifier spec) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class ComposedTypeSpecifier
- {
- public readonly int Dimension;
- public readonly Mono.CSharp.Location Location;
- public static readonly Mono.CSharp.ComposedTypeSpecifier SingleDimension;
- public ComposedTypeSpecifier(int specifier, Mono.CSharp.Location loc) { }
- public bool IsNullable { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Next { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.ComposedTypeSpecifier CreateArrayDimension(int dimension, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreateNullable(Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreatePointer(Mono.CSharp.Location loc) { throw null; }
- public string GetSignatureForError() { throw null; }
- }
- public abstract partial class CompositeExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected CompositeExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompoundAssign : Mono.CSharp.Assign
- {
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Expression left) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Binary.Operator Operator { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- public sealed partial class TargetExpression : Mono.CSharp.Expression
- {
- public TargetExpression(Mono.CSharp.Expression child) { }
- public bool RequiresEmitWithAwait { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- }
- }
- public partial class Conditional : Mono.CSharp.Expression
- {
- public Conditional(Mono.CSharp.Expression expr, Mono.CSharp.Expression true_expr, Mono.CSharp.Expression false_expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression FalseExpr { get { throw null; } }
- public Mono.CSharp.Expression TrueExpr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConditionalAccessContext
- {
- public ConditionalAccessContext(Mono.CSharp.TypeSpec type, System.Reflection.Emit.Label endLabel) { }
- public System.Reflection.Emit.Label EndLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class ConditionalLogicalOperator : Mono.CSharp.UserOperatorCall
- {
- public ConditionalLogicalOperator(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments arguments, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, bool is_and, Mono.CSharp.Location loc) : base (default(Mono.CSharp.MethodSpec), default(Mono.CSharp.Arguments), default(System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression>), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ConditionalMemberAccess : Mono.CSharp.MemberAccess
- {
- public ConditionalMemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ConsoleReportPrinter : Mono.CSharp.StreamReportPrinter
- {
- public ConsoleReportPrinter() : base (default(System.IO.TextWriter)) { }
- public ConsoleReportPrinter(System.IO.TextWriter writer) : base (default(System.IO.TextWriter)) { }
- protected override string FormatText(string txt) { throw null; }
- }
- public partial class Const : Mono.CSharp.FieldBase
- {
- public Const(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public void DefineValue() { }
- public override void Emit() { }
- public static void Error_InvalidConstantType(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- public override void PrepareEmit() { }
- }
- public abstract partial class Constant : Mono.CSharp.Expression
- {
- protected Constant(Mono.CSharp.Location loc) { }
- public abstract bool IsDefaultValue { get; }
- public virtual bool IsLiteral { get { throw null; } }
- public abstract bool IsNegative { get; }
- public virtual bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public virtual bool IsZeroInteger { get { throw null; } }
- public sealed override Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public abstract Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type);
- public virtual Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.Constant CreateConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public static Mono.CSharp.Constant ExtractConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public virtual object GetTypedValue() { throw null; }
- public abstract object GetValue();
- public abstract string GetValueAsLiteral();
- public abstract long GetValueAsLong();
- public Mono.CSharp.Constant ImplicitConversionRequired(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsDefaultInitializer(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Constant Reduce(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target_type) { throw null; }
- public new bool Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CSharp.Constant TryReduce(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec targetType) { throw null; }
- }
- public partial class ConstantExpr : Mono.CSharp.MemberExpr
- {
- public ConstantExpr(Mono.CSharp.ConstSpec constant, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public static partial class ConstantFold
- {
- public static Mono.CSharp.Constant BinaryFold(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Constant left, Mono.CSharp.Constant right, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreateBinaryPromotionsTypes(Mono.CSharp.BuiltinTypes types) { throw null; }
- }
- public partial class ConstInitializer : Mono.CSharp.ShimExpression
- {
- public ConstInitializer(Mono.CSharp.FieldBase field, Mono.CSharp.Expression value, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext unused) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveInitializer(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class Constraints
- {
- public Constraints(Mono.CSharp.SimpleMemberName tparam, System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> constraints, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public Mono.CSharp.SimpleMemberName TypeParameter { get { throw null; } }
- public static bool CheckConflictingInheritedConstraint(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec bb, Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { throw null; }
- public void CheckGenericConstraints(Mono.CSharp.IMemberContext context, bool obsoleteCheck) { }
- public static void Error_ConflictingConstraints(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameterSpec tp, Mono.CSharp.TypeSpec ba, Mono.CSharp.TypeSpec bb, Mono.CSharp.Location loc) { }
- public bool Resolve(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameter tp) { throw null; }
- public void VerifyClsCompliance(Mono.CSharp.Report report) { }
- }
- public partial class Constructor : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- public const Mono.CSharp.Modifiers AllowedModifiers = (Mono.CSharp.Modifiers)(10383);
- public System.Reflection.Emit.ConstructorBuilder ConstructorBuilder;
- public static readonly string ConstructorName;
- public Mono.CSharp.ConstructorInitializer Initializer;
- public static readonly string TypeConstructorName;
- public Constructor(Mono.CSharp.TypeDefinition parent, string name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCompliantArgs { get { throw null; } }
- public bool IsPrimaryConstructor { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsDefault() { throw null; }
- Mono.CSharp.EmitContext Mono.CSharp.IMethodData.CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class ConstructorBaseInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorBaseInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class ConstructorInitializer : Mono.CSharp.ExpressionStatement
- {
- protected ConstructorInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConstructorThisInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorThisInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public partial class ConstSpec : Mono.CSharp.FieldSpec
- {
- public ConstSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo fi, Mono.CSharp.Modifiers mod, Mono.CSharp.Expression value) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.FieldInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Expression Value { get { throw null; } }
- public Mono.CSharp.Constant GetConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class ContextualReturn : Mono.CSharp.Return
- {
- public ContextualReturn(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Continue : Mono.CSharp.LocalExitStatement
- {
- public Continue(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ConvCast : Mono.CSharp.TypeCast
- {
- public ConvCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, Mono.CSharp.ConvCast.Mode m) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.ConvCast.Mode mode) { }
- public override string ToString() { throw null; }
- public enum Mode : byte
- {
- CH_I1 = (byte)48,
- CH_I2 = (byte)50,
- CH_U1 = (byte)49,
- I1_CH = (byte)4,
- I1_U1 = (byte)0,
- I1_U2 = (byte)1,
- I1_U4 = (byte)2,
- I1_U8 = (byte)3,
- I2_CH = (byte)12,
- I2_I1 = (byte)7,
- I2_U1 = (byte)8,
- I2_U2 = (byte)9,
- I2_U4 = (byte)10,
- I2_U8 = (byte)11,
- I4_CH = (byte)23,
- I4_I1 = (byte)17,
- I4_I2 = (byte)19,
- I4_U1 = (byte)18,
- I4_U2 = (byte)20,
- I4_U4 = (byte)21,
- I4_U8 = (byte)22,
- I8_CH = (byte)37,
- I8_I = (byte)38,
- I8_I1 = (byte)30,
- I8_I2 = (byte)32,
- I8_I4 = (byte)34,
- I8_U1 = (byte)31,
- I8_U2 = (byte)33,
- I8_U4 = (byte)35,
- I8_U8 = (byte)36,
- I_I8 = (byte)70,
- R4_CH = (byte)59,
- R4_I1 = (byte)51,
- R4_I2 = (byte)53,
- R4_I4 = (byte)55,
- R4_I8 = (byte)57,
- R4_U1 = (byte)52,
- R4_U2 = (byte)54,
- R4_U4 = (byte)56,
- R4_U8 = (byte)58,
- R8_CH = (byte)68,
- R8_I1 = (byte)60,
- R8_I2 = (byte)62,
- R8_I4 = (byte)64,
- R8_I8 = (byte)66,
- R8_R4 = (byte)69,
- R8_U1 = (byte)61,
- R8_U2 = (byte)63,
- R8_U4 = (byte)65,
- R8_U8 = (byte)67,
- U1_CH = (byte)6,
- U1_I1 = (byte)5,
- U2_CH = (byte)16,
- U2_I1 = (byte)13,
- U2_I2 = (byte)15,
- U2_U1 = (byte)14,
- U4_CH = (byte)29,
- U4_I1 = (byte)24,
- U4_I2 = (byte)26,
- U4_I4 = (byte)28,
- U4_U1 = (byte)25,
- U4_U2 = (byte)27,
- U8_CH = (byte)46,
- U8_I = (byte)47,
- U8_I1 = (byte)39,
- U8_I2 = (byte)41,
- U8_I4 = (byte)43,
- U8_I8 = (byte)45,
- U8_U1 = (byte)40,
- U8_U2 = (byte)42,
- U8_U4 = (byte)44,
- }
- }
- [System.FlagsAttribute]
- public enum CSharpBinderFlags
- {
- BinaryOperationLogical = 8,
- CheckedContext = 1,
- ConvertArrayIndex = 32,
- ConvertExplicit = 16,
- InvokeSimpleName = 2,
- InvokeSpecialName = 4,
- None = 0,
- ResultDiscarded = 256,
- ResultIndexed = 64,
- ValueFromCompoundAssignment = 128,
- }
- public partial class CSharpParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- public Mono.CSharp.Class InteractiveResult;
- public Mono.CSharp.Undo undo;
- public bool UnexpectedEOF;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 7;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session) { }
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.Report report, Mono.CSharp.ParserSession session) { }
- public Mono.CSharp.Tokenizer Lexer { get { throw null; } }
- public void parse() { }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- }
- public partial class DecimalConstant : Mono.CSharp.Constant
- {
- public readonly decimal Value;
- public DecimalConstant(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DecimalConstant(Mono.CSharp.TypeSpec type, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DecimalLiteral : Mono.CSharp.DecimalConstant, Mono.CSharp.ILiteralConstant
- {
- public DecimalLiteral(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(decimal), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class DeclarationExpression : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public DeclarationExpression(Mono.CSharp.FullNamedExpression variableType, Mono.CSharp.LocalVariable variable) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.FullNamedExpression VariableType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class DefaultParameterValueExpression : Mono.CSharp.CompositeExpression
- {
- public DefaultParameterValueExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter p) { }
- }
- public partial class DefaultValueExpression : Mono.CSharp.Expression
- {
- public DefaultValueExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class DefiniteAssignmentBitSet
- {
- public static readonly Mono.CSharp.DefiniteAssignmentBitSet Empty;
- public DefiniteAssignmentBitSet(Mono.CSharp.DefiniteAssignmentBitSet source) { }
- public DefiniteAssignmentBitSet(int length) { }
- public bool this[int index] { get { throw null; } }
- public static Mono.CSharp.DefiniteAssignmentBitSet And(System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet> das) { throw null; }
- public static bool IsIncluded(Mono.CSharp.DefiniteAssignmentBitSet @set, Mono.CSharp.DefiniteAssignmentBitSet test) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator &(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator |(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public void Set(int index) { }
- public void Set(int index, int length) { }
- public override string ToString() { throw null; }
- }
- public partial class Delegate : Mono.CSharp.TypeDefinition, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly string InvokeMethodName;
- public Delegate(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled param_list, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression InstanceExpression { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public static string FullDelegateDesc(Mono.CSharp.MethodSpec invoke_method) { throw null; }
- public static Mono.CSharp.MethodSpec GetConstructor(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.MethodSpec GetInvokeMethod(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.AParametersCollection GetParameters(Mono.CSharp.TypeSpec delType) { throw null; }
- public static bool IsTypeCovariant(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec a, Mono.CSharp.TypeSpec b) { throw null; }
- public override void PrepareEmit() { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class DelegateCreation : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- protected Mono.CSharp.MethodSpec constructor_method;
- protected Mono.CSharp.MethodGroupExpr method_group;
- protected DelegateCreation() { }
- public bool AllowSpecialMethodsInvocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Arguments CreateDelegateMethodArguments(Mono.CSharp.ResolveContext rc, Mono.CSharp.AParametersCollection pd, Mono.CSharp.TypeSpec[] types, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public static bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.TypeSpec target_type) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- public partial class Destructor : Mono.CSharp.MethodOrOperator
- {
- public static readonly string MetadataName;
- public Destructor(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override string GetSignatureForError() { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- }
- public partial class Do : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public Do(Mono.CSharp.Statement statement, Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Location doLocation, Mono.CSharp.Location whileLocation) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Location WhileLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class DoubleConstant : Mono.CSharp.Constant
- {
- public readonly double Value;
- public DoubleConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DoubleConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DoubleLiteral : Mono.CSharp.DoubleConstant, Mono.CSharp.ILiteralConstant
- {
- public DoubleLiteral(Mono.CSharp.BuiltinTypes types, double d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class DynamicResultCast : Mono.CSharp.ShimExpression
- {
- public DynamicResultCast(Mono.CSharp.TypeSpec type, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class ElementAccess : Mono.CSharp.Expression
- {
- public Mono.CSharp.Arguments Arguments;
- public Mono.CSharp.Expression Expr;
- public ElementAccess(Mono.CSharp.Expression e, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_CannotApplyIndexing(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ElementInitializer : Mono.CSharp.Assign
- {
- public readonly string Name;
- public ElementInitializer(string name, Mono.CSharp.Expression initializer, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public bool IsDictionaryInitializer { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- protected virtual bool ResolveElement(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public abstract partial class ElementTypeSpec : Mono.CSharp.TypeSpec, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- protected ElementTypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec element, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeSpec Element { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { set { } }
- public bool IsImported { get { throw null; } }
- System.Nullable<bool> Mono.CSharp.IMemberDefinition.CLSAttributeValue { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public string[] ConditionalConditions() { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- protected virtual string GetPostfixSignature() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- }
- public partial class EmitContext : Mono.CSharp.BuilderContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public System.Reflection.Emit.Label DefaultTarget;
- public readonly System.Reflection.Emit.ILGenerator ig;
- public System.Reflection.Emit.Label LoopBegin;
- public System.Reflection.Emit.Label LoopEnd;
- public System.Reflection.Emit.LocalBuilder return_value;
- public Mono.CSharp.Switch Switch;
- public EmitContext(Mono.CSharp.IMemberContext rc, System.Reflection.Emit.ILGenerator ig, Mono.CSharp.TypeSpec return_type, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder methodSymbols) { }
- public Mono.CSharp.LocalVariable AsyncThrowVariable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public Mono.CSharp.ConditionalAccessContext ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentTypeDefinition { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool EmitAccurateDebugInfo { get { throw null; } }
- public bool HasMethodSymbolBuilder { get { throw null; } }
- public bool HasReturnLabel { get { throw null; } }
- public bool IsAnonymousStoreyMutateRequired { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsStaticConstructor { get { throw null; } }
- public Mono.CSharp.IMemberContext MemberContext { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public bool NotifyEvaluatorOnStore { get { throw null; } }
- public System.Reflection.Emit.Label RecursivePatternLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Reflection.Emit.Label ReturnLabel { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.IExpressionCleanup> StatementEpilogue { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.TryFinally> TryFinallyUnwind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddStatementEpilog(Mono.CSharp.IExpressionCleanup cleanupExpression) { }
- public void AssertEmptyStack() { }
- public void BeginCatchBlock(Mono.CSharp.TypeSpec type) { }
- public void BeginCompilerScope(int scopeIndex) { }
- public void BeginExceptionBlock() { }
- public void BeginExceptionFilterBlock() { }
- public void BeginFilterHandler() { }
- public void BeginFinallyBlock() { }
- public void BeginScope(int scopeIndex) { }
- public void CloseConditionalAccess(Mono.CSharp.TypeSpec type) { }
- public System.Reflection.Emit.Label CreateReturnLabel() { throw null; }
- public System.Reflection.Emit.LocalBuilder DeclareLocal(Mono.CSharp.TypeSpec type, bool pinned) { throw null; }
- public System.Reflection.Emit.Label DefineLabel() { throw null; }
- public void DefineLocalVariable(string name, System.Reflection.Emit.LocalBuilder builder) { }
- public void Emit(System.Reflection.Emit.OpCode opcode) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.FieldSpec field) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method, System.Type[] vargs) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.TypeSpec type) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, double arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label label) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label[] labels) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.LocalBuilder local) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, float arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, string arg) { }
- public void EmitArgumentAddress(int pos) { }
- public void EmitArgumentLoad(int pos) { }
- public void EmitArgumentStore(int pos) { }
- public void EmitArrayAddress(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayLoad(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayNew(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayStore(Mono.CSharp.ArrayContainer ac) { }
- public void EmitEpilogue() { }
- public void EmitInt(int i) { }
- public void EmitLoadFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitLong(long l) { }
- public void EmitNull() { }
- public void EmitStoreFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitThis() { }
- public void EndExceptionBlock() { }
- public void EndScope() { }
- public void FreeTemporaryLocal(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public Mono.CSharp.StackFieldExpr GetTemporaryField(Mono.CSharp.TypeSpec type, bool initializedFieldRequired=false) { throw null; }
- public System.Reflection.Emit.LocalBuilder GetTemporaryLocal(Mono.CSharp.TypeSpec t) { throw null; }
- public bool Mark(Mono.CSharp.Location loc) { throw null; }
- public void MarkCallEntry(Mono.CSharp.Location loc) { }
- public void MarkLabel(System.Reflection.Emit.Label label) { }
- public System.Reflection.Emit.LocalBuilder TemporaryReturn() { throw null; }
- }
- public partial class EmptyCast : Mono.CSharp.TypeCast
- {
- internal EmptyCast() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec type) { throw null; }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public partial class EmptyCompletion : Mono.CSharp.CompletingExpression
- {
- public EmptyCompletion() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class EmptyConstantCast : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant child;
- public EmptyConstantCast(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec type) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class EmptyExpression : Mono.CSharp.Expression
- {
- public static readonly Mono.CSharp.EmptyExpression EventAddition;
- public static readonly Mono.CSharp.EmptyExpression EventSubtraction;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberAccess;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberOutAccess;
- public static readonly Mono.CSharp.EmptyExpression MissingValue;
- public static readonly Mono.CSharp.Expression Null;
- public static readonly Mono.CSharp.EmptyExpression OutAccess;
- public static readonly Mono.CSharp.EmptyExpression UnaryAddress;
- public EmptyExpression(Mono.CSharp.TypeSpec t) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyExpressionStatement : Mono.CSharp.ExpressionStatement
- {
- internal EmptyExpressionStatement() { }
- public static readonly Mono.CSharp.EmptyExpressionStatement Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyStatement : Mono.CSharp.Statement
- {
- public EmptyStatement(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Enum : Mono.CSharp.TypeDefinition
- {
- public static readonly string UnderlyingValueField;
- public Enum(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.FullNamedExpression BaseTypeExpression { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeSpec UnderlyingType { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddEnumMember(Mono.CSharp.EnumMember em) { }
- protected override void DoDefineContainer() { }
- protected override bool DoDefineMembers() { throw null; }
- public void Error_UnderlyingType(Mono.CSharp.Location loc) { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class EnumConstant : Mono.CSharp.Constant
- {
- public Mono.CSharp.Constant Child;
- public EnumConstant(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec enum_type) : base (default(Mono.CSharp.Location)) { }
- protected EnumConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetTypedValue() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public Mono.CSharp.EnumConstant Increment() { throw null; }
- }
- public partial class EnumMember : Mono.CSharp.Const
- {
- public EnumMember(Mono.CSharp.Enum parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- }
- public partial class ErrorExpression : Mono.CSharp.EmptyExpression
- {
- internal ErrorExpression() : base (default(Mono.CSharp.TypeSpec)) { }
- public static readonly Mono.CSharp.ErrorExpression Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- public override void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public override void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class Evaluator
- {
- public bool DescribeTypeExpressions;
- public bool Terse;
- public Evaluator(Mono.CSharp.CompilerContext ctx) { }
- public System.Type InteractiveBaseClass { get { throw null; } set { } }
- public Mono.CSharp.ValueModificationHandler ModificationListener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WaitOnTask { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.CompiledMethod Compile(string input) { throw null; }
- public string Compile(string input, out Mono.CSharp.CompiledMethod compiled) { compiled = default(Mono.CSharp.CompiledMethod); throw null; }
- public object Evaluate(string input) { throw null; }
- public string Evaluate(string input, out object result, out bool result_set) { result = default(object); result_set = default(bool); throw null; }
- public string[] GetCompletions(string input, out string prefix) { prefix = default(string); throw null; }
- public string GetUsing() { throw null; }
- public string GetVars() { throw null; }
- public void Interrupt() { }
- public void LoadAssembly(string file) { }
- public void ReferenceAssembly(System.Reflection.Assembly a) { }
- public bool Run(string statement) { throw null; }
- }
- public abstract partial class Event : Mono.CSharp.PropertyBasedMember
- {
- protected Mono.CSharp.EventSpec spec;
- protected Event(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Event.AEventAccessor Add { get { throw null; } set { } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.Event.AEventAccessor Remove { get { throw null; } set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public abstract partial class AEventAccessor : Mono.CSharp.AbstractPropertyEventMethod
- {
- public const string AddPrefix = "add_";
- protected readonly Mono.CSharp.Event method;
- public const string RemovePrefix = "remove_";
- protected AEventAccessor(Mono.CSharp.Event method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsInterfaceImplementation { get { throw null; } }
- public Mono.CSharp.MethodData MethodData { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- }
- public partial class EventExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod
- {
- public EventExpr(Mono.CSharp.EventSpec spec, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.MethodSpec Operator { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- protected override void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class EventField : Mono.CSharp.Event
- {
- public EventField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- }
- public partial class EventProperty : Mono.CSharp.Event
- {
- public EventProperty(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public sealed partial class AddDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public AddDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class AEventPropertyAccessor : Mono.CSharp.Event.AEventAccessor
- {
- protected AEventPropertyAccessor(Mono.CSharp.EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Event), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.TypeContainer ds) { }
- public override string GetSignatureForError() { throw null; }
- }
- public sealed partial class RemoveDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public RemoveDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- }
- public partial class EventSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public EventSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec eventType, Mono.CSharp.Modifiers modifiers, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec AccessorAdd { get { throw null; } set { } }
- public Mono.CSharp.MethodSpec AccessorRemove { get { throw null; } set { } }
- public Mono.CSharp.FieldSpec BackingField { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public abstract partial class ExceptionStatement : Mono.CSharp.ResumableStatement
- {
- protected int first_catch_resume_pc;
- protected int first_resume_pc;
- protected Mono.CSharp.ExceptionStatement parent_try_block;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected ExceptionStatement(Mono.CSharp.Location loc) { }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt, int pc, Mono.CSharp.StateMachineInitializer stateMachine, Mono.CSharp.TryCatch catchBlock) { throw null; }
- protected virtual void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ExitStatement : Mono.CSharp.Statement
- {
- protected bool unwind_protect;
- protected ExitStatement() { }
- protected abstract bool IsLocalExit { get; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected abstract bool DoResolve(Mono.CSharp.BlockContext bc);
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class ExplicitBlock : Mono.CSharp.Block
- {
- protected Mono.CSharp.AnonymousMethodStorey am_storey;
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.AnonymousMethodStorey AnonymousMethodStorey { get { throw null; } }
- public bool HasAwait { get { throw null; } }
- public bool HasCapturedThis { get { throw null; } set { } }
- public bool HasCapturedVariable { get { throw null; } set { } }
- public bool HasReachableClosingBrace { get { throw null; } set { } }
- public bool HasYield { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey CreateAnonymousMethodStorey(Mono.CSharp.ResolveContext ec) { throw null; }
- protected void DefineStoreyContainer(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void DisableDebugScopeIndex() { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitScopeInitialization(Mono.CSharp.EmitContext ec) { }
- public virtual int GetDebugSymbolScopeIndex() { throw null; }
- public void RegisterAsyncAwait() { }
- public void RegisterIteratorYield() { }
- public void SetCatchBlock() { }
- public void SetFinallyBlock() { }
- public void WrapIntoDestructor(Mono.CSharp.TryFinally tf, Mono.CSharp.ExplicitBlock tryBlock) { }
- }
- public enum ExprClass : byte
- {
- EventAccess = (byte)8,
- IndexerAccess = (byte)9,
- MethodGroup = (byte)6,
- Namespace = (byte)3,
- Nothing = (byte)10,
- PropertyAccess = (byte)7,
- Type = (byte)4,
- TypeParameter = (byte)5,
- Unresolved = (byte)0,
- Value = (byte)1,
- Variable = (byte)2,
- }
- public abstract partial class Expression
- {
- public Mono.CSharp.ExprClass eclass;
- protected Mono.CSharp.Location loc;
- protected Mono.CSharp.TypeSpec type;
- protected Expression() { }
- public virtual string ExprClassName { get { throw null; } }
- public Mono.CSharp.ResolveFlags ExprClassToResolveFlags { get { throw null; } }
- public virtual bool IsNull { get { throw null; } }
- public virtual bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public virtual Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- public virtual Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected virtual void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public static Mono.CSharp.MethodSpec ConstructorLookup(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, ref Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public virtual bool ContainsEmitWithAwait() { throw null; }
- protected Mono.CSharp.Expression ConvertExpressionToArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression source, bool pointerArray=false) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.Arguments args) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public abstract Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec);
- protected static Mono.CSharp.TypeExpr CreateExpressionTypeExpression(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { throw null; }
- protected abstract Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc);
- public virtual Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public abstract void Emit(Mono.CSharp.EmitContext ec);
- public virtual void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected static void EmitExpressionsList(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.Expression> expressions) { }
- public virtual void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public virtual void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public static void ErrorIsInaccesible(Mono.CSharp.IMemberContext rc, string member, Mono.CSharp.Location loc) { }
- public void Error_ConstantCanBeInitializedWithNullOnly(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc, string name) { }
- public void Error_ExpressionMustBeConstant(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string e_name) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.BlockContext bc) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.Report report) { }
- protected virtual void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected static void Error_NamedArgument(Mono.CSharp.NamedArgument na, Mono.CSharp.Report Report) { }
- protected virtual void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- protected void Error_NullPropagatingLValue(Mono.CSharp.ResolveContext rc) { }
- protected void Error_NullShortCircuitInsideExpressionTree(Mono.CSharp.ResolveContext rc) { }
- public virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- protected void Error_PointerInsideExpressionTree(Mono.CSharp.ResolveContext ec) { }
- public void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, Mono.CSharp.MemberSpec member, Mono.CSharp.Location loc) { }
- public static void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, string exprType, string name, Mono.CSharp.Location loc) { }
- public static void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec type, string name) { }
- public virtual void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public static void Error_UnexpectedKind(Mono.CSharp.IMemberContext ctx, Mono.CSharp.Expression memberExpr, string expected, string was, Mono.CSharp.Location loc) { }
- public virtual void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public virtual void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public virtual void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- protected void Error_ValueCannotBeConvertedCore(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec target, bool expl) { }
- public static void Error_VoidInvalidInTheContext(Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- protected void Error_VoidPointerOperation(Mono.CSharp.ResolveContext rc) { }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- protected static Mono.CSharp.Expression GetOperatorFalse(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- protected static Mono.CSharp.Expression GetOperatorTrue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual bool HasConditionalAccess() { throw null; }
- public static bool IsNeverNull(Mono.CSharp.Expression expr) { throw null; }
- protected static bool IsNullPropagatingValid(Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.TypeSpec LiftMemberType(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public virtual System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Expression MakePointerAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression MemberLookup(Mono.CSharp.IMemberContext rc, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression MemberLookupToExpression(Mono.CSharp.IMemberContext rc, System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression ProbeIdenticalTypeName(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.SimpleName name) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags) { throw null; }
- public virtual Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public Mono.CSharp.Constant ResolveLabelConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression ResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public static void UnsafeError(Mono.CSharp.Report Report, Mono.CSharp.Location loc) { }
- public static void UnsafeError(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public static void Warning_UnreachableExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum MemberLookupRestrictions
- {
- DontSetConditionalAccess = 256,
- EmptyArguments = 16,
- ExactArity = 4,
- IgnoreAmbiguity = 64,
- IgnoreArity = 32,
- InvocableOnly = 1,
- NameOfExcluded = 128,
- None = 0,
- ReadAccess = 8,
- }
- }
- public abstract partial class ExpressionStatement : Mono.CSharp.Expression
- {
- protected ExpressionStatement() { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public abstract void EmitStatement(Mono.CSharp.EmitContext ec);
- public virtual void MarkReachable(Mono.CSharp.Reachability rc) { }
- public virtual Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class ExtensionMethodCandidates
- {
- public ExtensionMethodCandidates(Mono.CSharp.IMemberContext context, System.Collections.Generic.IList<Mono.CSharp.MethodSpec> methods, Mono.CSharp.NamespaceContainer nsContainer, int lookupIndex) { }
- public Mono.CSharp.NamespaceContainer Container { get { throw null; } }
- public Mono.CSharp.IMemberContext Context { get { throw null; } }
- public int LookupIndex { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MethodSpec> Methods { get { throw null; } }
- }
- public partial class Field : Mono.CSharp.FieldBase
- {
- public Field(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class FieldBase : Mono.CSharp.MemberBase
- {
- protected System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> declarators;
- protected System.Reflection.Emit.FieldBuilder FieldBuilder;
- protected Mono.CSharp.Expression initializer;
- protected Mono.CSharp.FieldSpec spec;
- public Mono.CSharp.FieldBase.Status status;
- protected FieldBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public virtual Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public static void Error_VariableOfStaticClass(Mono.CSharp.Location loc, string variable_name, Mono.CSharp.TypeSpec static_class, Mono.CSharp.Report Report) { }
- public void SetCustomAttribute(Mono.CSharp.MethodSpec ctor, byte[] data) { }
- protected override bool VerifyClsCompliance() { throw null; }
- [System.FlagsAttribute]
- public enum Status : byte
- {
- HAS_OFFSET = (byte)4,
- }
- }
- public partial class FieldDeclarator
- {
- public FieldDeclarator(Mono.CSharp.SimpleMemberName name, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.SimpleMemberName Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public virtual Mono.CSharp.FullNamedExpression GetFieldTypeExpression(Mono.CSharp.FieldBase field) { throw null; }
- }
- public partial class FieldExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected Mono.CSharp.FieldSpec spec;
- public FieldExpr(Mono.CSharp.FieldBase fi, Mono.CSharp.Location l) { }
- public FieldExpr(Mono.CSharp.FieldSpec spec, Mono.CSharp.Location loc) { }
- protected FieldExpr(Mono.CSharp.Location l) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsHoisted { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool convertInstance) { throw null; }
- public Mono.CSharp.Expression CreateTypeOfExpression() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void EmitAssignFromStack(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsMarshalByRefAccess(Mono.CSharp.ResolveContext rc) { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public void SetFieldAssigned(Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetHasAddressTaken() { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class FieldInitializer : Mono.CSharp.Assign
- {
- public FieldInitializer(Mono.CSharp.FieldBase mc, Mono.CSharp.Expression expression, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public int AssignmentOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.FieldBase Field { get { throw null; } }
- public bool IsDefaultInitializer { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class FieldSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public FieldSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public bool IsReadOnly { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.FieldInfo GetMetaInfo() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.FieldSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Fixed : Mono.CSharp.Statement
- {
- public Fixed(Mono.CSharp.Fixed.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location l) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- }
- public partial class FixedField : Mono.CSharp.FieldBase
- {
- public const string FixedElementName = "FixedElementField";
- public FixedField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Nullable<System.Runtime.InteropServices.CharSet> CharSetValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- }
- public partial class FloatConstant : Mono.CSharp.Constant
- {
- public readonly double DoubleValue;
- public FloatConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public FloatConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public float Value { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class FloatLiteral : Mono.CSharp.FloatConstant, Mono.CSharp.ILiteralConstant
- {
- public FloatLiteral(Mono.CSharp.BuiltinTypes types, float f, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class FlowAnalysisContext
- {
- public FlowAnalysisContext(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersBlock parametersBlock, int definiteAssignmentLength) { }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnFalse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnTrue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersBlock ParametersBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.DefiniteAssignmentBitSet SwitchInitialDefinitiveAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryFinally TryFinally { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UnreachableReported { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AddReachedLabel(Mono.CSharp.Statement label) { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment() { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment(Mono.CSharp.DefiniteAssignmentBitSet da) { throw null; }
- public System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> CopyLabelStack() { throw null; }
- public bool IsDefinitelyAssigned(Mono.CSharp.VariableInfo variable) { throw null; }
- public bool IsStructFieldDefinitelyAssigned(Mono.CSharp.VariableInfo variable, string name) { throw null; }
- public void SetLabelStack(System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> labelStack) { }
- public void SetStructFieldAssigned(Mono.CSharp.VariableInfo variable, string name) { }
- public void SetVariableAssigned(Mono.CSharp.VariableInfo variable, bool generatedAssignment=false) { }
- }
- public partial class For : Mono.CSharp.LoopStatement
- {
- public For(Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Iterator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class Foreach : Mono.CSharp.LoopStatement
- {
- public Foreach(Mono.CSharp.Expression type, Mono.CSharp.LocalVariable var, Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Block body, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public abstract partial class FullNamedExpression : Mono.CSharp.Expression
- {
- protected FullNamedExpression() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public abstract Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments);
- }
- public sealed partial class GlobalRootNamespace : Mono.CSharp.RootNamespace
- {
- public GlobalRootNamespace() : base (default(string)) { }
- }
- public partial class Goto : Mono.CSharp.ExitStatement
- {
- public Goto(string label, Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public string Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public static void Error_UnknownLabel(Mono.CSharp.BlockContext bc, string label, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class GotoCase : Mono.CSharp.SwitchGoto
- {
- public GotoCase(Mono.CSharp.Expression e, Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.SwitchLabel Label { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class GotoDefault : Mono.CSharp.SwitchGoto
- {
- public GotoDefault(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class HoistedParameter : Mono.CSharp.HoistedVariable
- {
- public HoistedParameter(Mono.CSharp.AnonymousMethodStorey scope, Mono.CSharp.ParameterReference par) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public HoistedParameter(Mono.CSharp.HoistedParameter hp, string name) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public bool IsAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParameterReference Parameter { get { throw null; } }
- public void EmitHoistingAssignment(Mono.CSharp.EmitContext ec) { }
- }
- public partial class HoistedStoreyClass : Mono.CSharp.CompilerGeneratedContainer
- {
- protected Mono.CSharp.TypeParameterMutator mutator;
- public HoistedStoreyClass(Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberName name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Modifiers mods, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeParameterMutator Mutator { get { throw null; } set { } }
- public Mono.CSharp.HoistedStoreyClass GetGenericStorey() { throw null; }
- public sealed partial class HoistedField : Mono.CSharp.Field
- {
- public HoistedField(Mono.CSharp.HoistedStoreyClass parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class HoistedThis : Mono.CSharp.HoistedVariable
- {
- public HoistedThis(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- }
- public abstract partial class HoistedVariable
- {
- protected Mono.CSharp.Field field;
- protected readonly Mono.CSharp.AnonymousMethodStorey storey;
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) { }
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, string name, Mono.CSharp.TypeSpec type) { }
- public Mono.CSharp.Field Field { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CreateExpressionTree() { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr GetFieldExpression(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial interface IAssemblyDefinition
- {
- string FullName { get; }
- bool IsCLSCompliant { get; }
- bool IsMissing { get; }
- string Name { get; }
- byte[] GetPublicKeyToken();
- bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly);
- }
- public partial interface IAssignMethod
- {
- void Emit(Mono.CSharp.EmitContext ec, bool leave_copy);
- void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound);
- }
- public partial interface IExpressionCleanup
- {
- void EmitCleanup(Mono.CSharp.EmitContext ec);
- }
- public partial class If : Mono.CSharp.Statement
- {
- public Mono.CSharp.Statement FalseStatement;
- public Mono.CSharp.Statement TrueStatement;
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Location l) { }
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Statement false_statement, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial interface IFixedExpression
- {
- bool IsFixed { get; }
- }
- public partial interface IGenericMethodDefinition : Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- }
- public partial interface IInterfaceMemberSpec
- {
- Mono.CSharp.TypeSpec MemberType { get; }
- }
- public partial interface ILiteralConstant
- {
- }
- public partial interface ILocalVariable
- {
- void Emit(Mono.CSharp.EmitContext ec);
- void EmitAddressOf(Mono.CSharp.EmitContext ec);
- void EmitAssign(Mono.CSharp.EmitContext ec);
- }
- public partial interface IMemberContext : Mono.CSharp.IModuleContext
- {
- Mono.CSharp.MemberCore CurrentMemberDefinition { get; }
- Mono.CSharp.TypeSpec CurrentType { get; }
- Mono.CSharp.TypeParameters CurrentTypeParameters { get; }
- bool IsObsolete { get; }
- bool IsStatic { get; }
- bool IsUnsafe { get; }
- string GetSignatureForError();
- Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity);
- Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name);
- Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc);
- }
- public partial interface IMemberDefinition
- {
- System.Nullable<bool> CLSAttributeValue { get; }
- bool IsImported { get; }
- string Name { get; }
- string[] ConditionalConditions();
- System.ObsoleteAttribute GetAttributeObsolete();
- void SetIsAssigned();
- void SetIsUsed();
- }
- public partial interface IMemoryLocation
- {
- void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode);
- }
- public partial interface IMethodData : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- Mono.CSharp.ToplevelBlock Block { get; set; }
- System.Reflection.CallingConventions CallingConventions { get; }
- bool IsAccessor { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.MemberName MethodName { get; }
- Mono.CSharp.Attributes OptAttributes { get; }
- Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- Mono.CSharp.TypeSpec ReturnType { get; }
- Mono.CSharp.MethodSpec Spec { get; }
- Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod);
- }
- public partial interface IMethodDefinition : Mono.CSharp.IMemberDefinition
- {
- System.Reflection.MethodBase Metadata { get; }
- }
- public partial interface IModuleContext
- {
- Mono.CSharp.ModuleContainer Module { get; }
- }
- public partial class ImplicitCast : Mono.CSharp.ShimExpression
- {
- public ImplicitCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target, bool arrayAccess) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ImplicitDelegateCreation : Mono.CSharp.DelegateCreation
- {
- public ImplicitDelegateCreation(Mono.CSharp.TypeSpec delegateType, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location loc) { }
- public static bool ContainsMethodTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ImplicitLambdaParameter : Mono.CSharp.Parameter
- {
- public ImplicitLambdaParameter(string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- public void SetParameterType(Mono.CSharp.TypeSpec type) { }
- }
- public partial class ImportedAssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- public ImportedAssemblyDefinition(System.Reflection.Assembly assembly) { }
- public System.Reflection.Assembly Assembly { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasStrongName { get { throw null; } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsMissing { get { throw null; } }
- public string Location { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Reflection.AssemblyName GetAssemblyVisibleToName(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void ReadAttributes() { }
- public override string ToString() { throw null; }
- }
- public partial class ImportedModuleDefinition
- {
- public ImportedModuleDefinition(System.Reflection.Module module) { }
- public bool IsCLSCompliant { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Attribute> ReadAssemblyAttributes() { throw null; }
- public void ReadAttributes() { }
- }
- public partial interface INamedBlockVariable
- {
- Mono.CSharp.Block Block { get; }
- bool IsDeclared { get; }
- bool IsParameter { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc);
- }
- public partial class Indexer : Mono.CSharp.PropertyBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public Indexer(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- public partial class GetIndexerMethod : Mono.CSharp.PropertyBase.GetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public GetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public partial class SetIndexerMethod : Mono.CSharp.PropertyBase.SetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public SetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- }
- }
- public partial class IndexerSpec : Mono.CSharp.PropertySpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public IndexerSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, Mono.CSharp.AParametersCollection parameters, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.PropertyInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Indirection : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation
- {
- public Indirection(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class InflatedTypeSpec : Mono.CSharp.TypeSpec
- {
- public InflatedTypeSpec(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec openType, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec[] targs) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public bool HasConstraintsChecked { get { throw null; } set { } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public override bool IsArrayGenericInterface { get { throw null; } }
- public override bool IsExpressionTreeType { get { throw null; } }
- public override bool IsGenericTask { get { throw null; } }
- public override bool IsNullableType { get { throw null; } }
- public override Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public override bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public static bool ContainsTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterInflator CreateLocalInflator(Mono.CSharp.IModuleContext context) { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override string GetTypeNameSignature() { throw null; }
- public bool HasDynamicArgument() { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- protected override bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstanceEmitter
- {
- public InstanceEmitter(Mono.CSharp.Expression instance, bool addressLoad) { throw null;}
- public void Emit(Mono.CSharp.EmitContext ec, bool conditionalAccess) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec, bool boxInstance) { }
- public Mono.CSharp.TypeSpec GetStackType(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class IntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly int Value;
- public IntConstant(Mono.CSharp.BuiltinTypes types, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public IntConstant(Mono.CSharp.TypeSpec type, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public abstract partial class IntegralConstant : Mono.CSharp.Constant
- {
- protected IntegralConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public abstract Mono.CSharp.Constant Increment();
- }
- public partial class InteractiveBase
- {
- public static string ContinuationPrompt;
- public static System.IO.TextWriter Error;
- public static Mono.CSharp.Evaluator Evaluator;
- public static System.IO.TextWriter Output;
- public static string Prompt;
- public static bool QuitRequested;
- public InteractiveBase() { }
- public static string help { get { throw null; } }
- public static object quit { get { throw null; } }
- public static string Describe(object x) { throw null; }
- public static void LoadAssembly(string assembly) { }
- public static void LoadPackage(string pkg) { }
- public static void print(object obj) { }
- public static void print(string fmt, params object[] args) { }
- public static void Quit() { }
- public static void ShowUsing() { }
- public static void ShowVars() { }
- public static System.TimeSpan Time(System.Action a) { throw null; }
- }
- public sealed partial class Interface : Mono.CSharp.TypeDefinition
- {
- public Interface(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class InterfaceMemberBase : Mono.CSharp.MemberBase
- {
- protected const Mono.CSharp.Modifiers AllowedModifiersClass = (Mono.CSharp.Modifiers)(12031);
- protected const Mono.CSharp.Modifiers AllowedModifiersInterface = (Mono.CSharp.Modifiers)(8208);
- protected const Mono.CSharp.Modifiers AllowedModifiersStruct = (Mono.CSharp.Modifiers)(11423);
- protected Mono.CSharp.MethodSpec base_method;
- public System.Reflection.MethodAttributes flags;
- public Mono.CSharp.TypeSpec InterfaceType;
- public readonly bool IsExplicitImpl;
- public bool IsInterface;
- protected bool is_external_implementation;
- protected InterfaceMemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public abstract Mono.CSharp.Variance ExpectedMemberTypeVariance { get; }
- public override bool IsUsed { get { throw null; } }
- public string ShortName { get { throw null; } }
- protected static bool CheckAccessModifiers(Mono.CSharp.MemberCore this_member, Mono.CSharp.MemberSpec base_member) { throw null; }
- protected override bool CheckBase() { throw null; }
- protected virtual bool CheckForDuplications() { throw null; }
- protected virtual bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- protected bool DefineParameters(Mono.CSharp.ParametersCompiled parameters) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- protected void Error_CannotChangeAccessModifiers(Mono.CSharp.MemberCore member, Mono.CSharp.MemberSpec base_member) { }
- protected void Error_StaticReturnType() { }
- protected virtual Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public string GetFullName(Mono.CSharp.MemberName name) { throw null; }
- public string GetFullName(string name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- }
- public partial class InternalErrorException : System.Exception
- {
- public InternalErrorException() { }
- public InternalErrorException(Mono.CSharp.MemberCore mc, System.Exception e) { }
- public InternalErrorException(System.Exception e, Mono.CSharp.Location loc) { }
- public InternalErrorException(System.Exception exception, string message, params object[] args) { }
- public InternalErrorException(string message) { }
- public InternalErrorException(string message, params object[] args) { }
- }
- public partial class InterpolatedString : Mono.CSharp.Expression
- {
- public InterpolatedString(Mono.CSharp.StringLiteral start, System.Collections.Generic.List<Mono.CSharp.Expression> interpolations, Mono.CSharp.StringLiteral end) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.Expression ConvertTo(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class InterpolatedStringInsert : Mono.CSharp.CompositeExpression
- {
- public InterpolatedStringInsert(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression Alignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Format { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public System.Nullable<int> ResolveAligment(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class IntLiteral : Mono.CSharp.IntConstant, Mono.CSharp.ILiteralConstant
- {
- public IntLiteral(Mono.CSharp.BuiltinTypes types, int l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(int), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class Invocation : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.Expression expr;
- protected Mono.CSharp.MethodGroupExpr mg;
- public Invocation(Mono.CSharp.Expression expr, Mono.CSharp.Arguments arguments) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public Mono.CSharp.Expression Exp { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr MethodGroup { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected virtual Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsMemberInvocable(Mono.CSharp.MemberSpec member) { throw null; }
- public static bool IsSpecialMethodInvocation(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodSpec method, Mono.CSharp.Location loc) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression instance, Mono.CSharp.MethodSpec mi, Mono.CSharp.Arguments args) { throw null; }
- public override Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class Predefined : Mono.CSharp.Invocation
- {
- public Predefined(Mono.CSharp.MethodGroupExpr expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- }
- public partial interface IParameterData
- {
- Mono.CSharp.Expression DefaultValue { get; }
- bool HasDefaultValue { get; }
- bool HasExtensionMethodModifier { get; }
- Mono.CSharp.Parameter.Modifier ModFlags { get; }
- string Name { get; }
- }
- public partial interface IParametersMember : Mono.CSharp.IInterfaceMemberSpec
- {
- Mono.CSharp.AParametersCollection Parameters { get; }
- }
- public partial class Is : Mono.CSharp.Probe
- {
- public Is(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Iterator : Mono.CSharp.StateMachineInitializer
- {
- public readonly bool IsEnumerable;
- public readonly Mono.CSharp.TypeSpec OriginalIteratorType;
- public readonly Mono.CSharp.IMethodData OriginalMethod;
- public Iterator(Mono.CSharp.ParametersBlock block, Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.ToplevelBlock Container { get { throw null; } }
- public override string ContainerType { get { throw null; } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.Method CreateFinallyHost(Mono.CSharp.TryFinallyBlock block) { throw null; }
- public static void CreateIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers modifiers) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public void EmitYieldBreak(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- public override string GetSignatureForError() { throw null; }
- public override void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- }
- public partial interface ITypeDefinition : Mono.CSharp.IMemberDefinition
- {
- Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get; }
- bool IsComImport { get; }
- bool IsCyclicTypeForwarder { get; }
- bool IsPartial { get; }
- bool IsTypeForwarder { get; }
- string Namespace { get; }
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- Mono.CSharp.TypeSpec GetAttributeCoClass();
- string GetAttributeDefaultMember();
- System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa);
- bool IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly);
- void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache);
- }
- public partial interface IVariableReference : Mono.CSharp.IFixedExpression
- {
- bool IsHoisted { get; }
- string Name { get; }
- Mono.CSharp.VariableInfo VariableInfo { get; }
- void SetHasAddressTaken();
- }
- public partial class LabeledStatement : Mono.CSharp.Statement
- {
- public LabeledStatement(string name, Mono.CSharp.Block block, Mono.CSharp.Location l) { }
- public Mono.CSharp.Block Block { get { throw null; } }
- public string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddGotoReference(Mono.CSharp.Reachability rc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public System.Reflection.Emit.Label LabelTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LambdaExpression : Mono.CSharp.AnonymousMethodExpression
- {
- public LambdaExpression(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool HasExplicitParameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- protected override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegateType) { throw null; }
- }
- public enum LanguageVersion
- {
- Default = 6,
- Experimental = 100,
- ISO_1 = 1,
- ISO_2 = 2,
- V_3 = 3,
- V_4 = 4,
- V_5 = 5,
- V_6 = 6,
- }
- public abstract partial class LocalExitStatement : Mono.CSharp.ExitStatement
- {
- protected Mono.CSharp.LoopStatement enclosing_loop;
- protected LocalExitStatement(Mono.CSharp.Location loc) { }
- protected override bool IsLocalExit { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LocalTemporary : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public LocalTemporary(Mono.CSharp.TypeSpec t) { }
- public LocalTemporary(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public System.Reflection.Emit.LocalBuilder Builder { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void Release(Mono.CSharp.EmitContext ec) { }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class LocalVariable : Mono.CSharp.ILocalVariable, Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.LocalVariable.Flags flags, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.LocalVariable li, string name, Mono.CSharp.Location loc) { }
- public bool AddressTaken { get { throw null; } }
- public Mono.CSharp.Block Block { get { throw null; } }
- public Mono.CSharp.Constant ConstantValue { get { throw null; } set { } }
- public Mono.CSharp.HoistedVariable HoistedVariant { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsConstant { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsFixed { get { throw null; } set { } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsReadonly { get { throw null; } }
- public bool IsThis { get { throw null; } }
- public bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- bool Mono.CSharp.INamedBlockVariable.IsParameter { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public void CreateBuilder(Mono.CSharp.EmitContext ec) { }
- public static Mono.CSharp.LocalVariable CreateCompilerGenerated(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public static string GetCompilerGeneratedName(Mono.CSharp.Block block) { throw null; }
- public string GetReadOnlyContext() { throw null; }
- public bool IsAssigned(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public bool IsThisAssigned(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Block block) { throw null; }
- public void PrepareAssignmentAnalysis(Mono.CSharp.BlockContext bc) { }
- public void SetHasAddressTaken() { }
- public void SetIsUsed() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- AddressTaken = 4,
- CompilerGenerated = 8,
- Constant = 16,
- FixedVariable = 64,
- ForeachVariable = 32,
- IsLocked = 256,
- IsThis = 2,
- ReadonlyMask = 224,
- SymbolFileHidden = 512,
- Used = 1,
- UsingVariable = 128,
- }
- }
- public partial class LocalVariableReference : Mono.CSharp.VariableReference
- {
- public Mono.CSharp.LocalVariable local_info;
- public LocalVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location l) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public override string ToString() { throw null; }
- }
- public partial class LocatedToken
- {
- public int column;
- public Mono.CSharp.SourceFile file;
- public int row;
- public string value;
- public LocatedToken() { }
- public LocatedToken(string value, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Location : System.IEquatable<Mono.CSharp.Location>
- {
- public static bool InEmacs;
- public static readonly Mono.CSharp.Location Null;
- public Location(Mono.CSharp.SourceFile file, int row, int column) { throw null;}
- public int Column { get { throw null; } }
- public int File { get { throw null; } }
- public bool IsNull { get { throw null; } }
- public string Name { get { throw null; } }
- public string NameFullPath { get { throw null; } }
- public int Row { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public static void AddFile(Mono.CSharp.SourceFile file) { }
- public bool Equals(Mono.CSharp.Location other) { throw null; }
- public static void Initialize(System.Collections.Generic.List<Mono.CSharp.SourceFile> files) { }
- public static Mono.CSharp.Location operator -(Mono.CSharp.Location loc, int columns) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- public string ToStringFullName() { throw null; }
- }
- public partial class LocationsBag
- {
- public LocationsBag() { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddLocation(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, System.Collections.Generic.List<Mono.CSharp.Location> locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddStatement(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendTo(object element, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendToMember(Mono.CSharp.MemberCore existing, params Mono.CSharp.Location[] locations) { }
- public System.Collections.Generic.List<Mono.CSharp.Location> GetLocations(object element) { throw null; }
- public Mono.CSharp.LocationsBag.MemberLocations GetMemberLocation(Mono.CSharp.MemberCore element) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void InsertLocation(object element, int index, Mono.CSharp.Location location) { }
- public partial class MemberLocations
- {
- public readonly System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> Modifiers;
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location loc) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location[] locs) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, System.Collections.Generic.List<Mono.CSharp.Location> locs) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.Location this[int index] { get { throw null; } }
- public void AddLocations(Mono.CSharp.Location loc) { }
- public void AddLocations(params Mono.CSharp.Location[] additional) { }
- }
- }
- public partial class Lock : Mono.CSharp.TryFinallyBlock
- {
- public Lock(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class LongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly long Value;
- public LongConstant(Mono.CSharp.BuiltinTypes types, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public LongConstant(Mono.CSharp.TypeSpec type, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class LongLiteral : Mono.CSharp.LongConstant, Mono.CSharp.ILiteralConstant
- {
- public LongLiteral(Mono.CSharp.BuiltinTypes types, long l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(long), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public enum LookupMode
- {
- IgnoreAccessibility = 2,
- Normal = 0,
- Probing = 1,
- }
- public abstract partial class LoopStatement : Mono.CSharp.Statement
- {
- protected LoopStatement(Mono.CSharp.Statement statement) { }
- public Mono.CSharp.Statement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public virtual void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public virtual void SetEndReachable() { }
- public virtual void SetIteratorReachable() { }
- }
- public partial class MakeRefExpr : Mono.CSharp.ShimExpression
- {
- public MakeRefExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class MemberAccess : Mono.CSharp.ATypeNameExpression
- {
- protected Mono.CSharp.Expression expr;
- public MemberAccess(Mono.CSharp.Expression expr, string id) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, int arity, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public void Error_IdentifierNotFound(Mono.CSharp.IMemberContext rc, Mono.CSharp.TypeSpec expr_type) { }
- protected override void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsValidDotExpression(Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext rc, bool allowUnboundTypeArguments) { throw null; }
- }
- public abstract partial class MemberBase : Mono.CSharp.MemberCore
- {
- protected Mono.CSharp.TypeSpec member_type;
- public new Mono.CSharp.TypeDefinition Parent;
- protected Mono.CSharp.FullNamedExpression type_expr;
- protected MemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.Modifiers def_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- protected virtual bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DoMemberTypeDependentChecks() { }
- protected virtual void DoMemberTypeIndependentChecks() { }
- public override string GetSignatureForDocumentation() { throw null; }
- protected void IsTypePermitted() { }
- public virtual void PrepareEmit() { }
- protected virtual bool ResolveMemberType() { throw null; }
- }
- public partial class MemberCache
- {
- public static readonly Mono.CSharp.MemberCache Empty;
- public static readonly string IndexerNameAlias;
- public MemberCache() { }
- public MemberCache(Mono.CSharp.MemberCache cache) { }
- public MemberCache(Mono.CSharp.TypeContainer container) { }
- public MemberCache(int capacity) { }
- public void AddBaseType(Mono.CSharp.TypeSpec baseType) { }
- public void AddInterface(Mono.CSharp.TypeSpec iface) { }
- public void AddMember(Mono.CSharp.InterfaceMemberBase imb, string exlicitName, Mono.CSharp.MemberSpec ms) { }
- public void AddMember(Mono.CSharp.MemberSpec ms) { }
- public void AddMemberImported(Mono.CSharp.MemberSpec ms) { }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, string name, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public static Mono.CSharp.MemberSpec FindBaseMember(Mono.CSharp.MemberCore member, out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> FindExtensionMethods(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindInterfaceMembers(Mono.CSharp.TypeParameterSpec typeParameter, string name) { throw null; }
- public static Mono.CSharp.MemberSpec FindMember(Mono.CSharp.TypeSpec container, Mono.CSharp.MemberFilter filter, Mono.CSharp.BindingRestriction restrictions) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindMembers(Mono.CSharp.TypeSpec container, string name, bool declaredOnlyClass) { throw null; }
- public static Mono.CSharp.TypeSpec FindNestedType(Mono.CSharp.TypeSpec container, string name, int arity, bool declaredOnlyClass) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.FieldSpec> GetAllFieldsForDefiniteAssignment(Mono.CSharp.TypeSpec container, Mono.CSharp.IMemberContext context) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetCompletitionMembers(Mono.CSharp.IMemberContext ctx, Mono.CSharp.TypeSpec container, string name) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.TypeSpec> GetDeclaredNestedTypes(Mono.CSharp.TypeSpec container) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.MethodSpec> GetInterfaceMethods(Mono.CSharp.TypeSpec iface) { throw null; }
- public static T GetMember<T>(Mono.CSharp.TypeSpec container, T spec) where T : Mono.CSharp.MemberSpec { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MethodSpec> GetNotImplementedAbstractMethods(Mono.CSharp.TypeSpec type) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetUserOperator(Mono.CSharp.TypeSpec container, Mono.CSharp.Operator.OpType op, bool declaredOnly) { throw null; }
- public void InflateMembers(Mono.CSharp.MemberCache cacheToInflate, Mono.CSharp.TypeSpec inflatedType, Mono.CSharp.TypeParameterInflator inflator) { }
- public void InflateTypes(Mono.CSharp.MemberCache inflated_cache, Mono.CSharp.TypeParameterInflator inflator) { }
- public void RemoveHiddenMembers(Mono.CSharp.TypeSpec container) { }
- public void VerifyClsCompliance(Mono.CSharp.TypeSpec container, Mono.CSharp.Report report) { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public abstract partial class MemberCore : Mono.CSharp.Attributable, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IModuleContext
- {
- protected string comment;
- public Mono.CSharp.TypeContainer Parent;
- protected MemberCore(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) { }
- public System.Nullable<bool> CLSAttributeValue { get { throw null; } }
- public virtual Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public virtual Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual string DocComment { get { throw null; } set { } }
- public abstract string DocCommentHeader { get; }
- protected bool HasClsCompliantAttribute { get { throw null; } }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsImported { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public virtual bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.MemberName MemberName { get { throw null; } }
- public Mono.CSharp.Modifiers ModFlags { get { throw null; } set { } }
- public virtual Mono.CSharp.ModuleContainer Module { get { throw null; } }
- string Mono.CSharp.IMemberDefinition.Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public virtual void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- protected bool CheckAbstractAndExtern(bool has_block) { throw null; }
- protected void CheckProtectedModifier() { }
- public virtual string[] ConditionalConditions() { throw null; }
- public abstract bool Define();
- public virtual void Emit() { }
- public virtual bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public virtual string GetCallerMemberName() { throw null; }
- public virtual void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public abstract string GetSignatureForDocumentation();
- public virtual string GetSignatureForError() { throw null; }
- public bool IsAccessibleAs(Mono.CSharp.TypeSpec p) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public bool IsExposedFromAssembly() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public virtual void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- protected virtual void SetMemberName(Mono.CSharp.MemberName new_name) { }
- protected virtual bool VerifyClsCompliance() { throw null; }
- protected void Warning_IdentifierNotCompliant() { }
- public virtual void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- CanBeReused = 262144,
- CloseTypeCreated = 16,
- ClsCompliance_Undetected = 4,
- ClsCompliant = 8,
- ClsCompliantAttributeFalse = 128,
- Excluded = 512,
- Excluded_Undetected = 256,
- HasClsCompliantAttribute = 64,
- HasCompliantAttribute_Undetected = 32,
- HasExplicitLayout = 8192,
- HasInstanceConstructor = 65536,
- HasStructLayout = 32768,
- HasUserOperators = 131072,
- InterfacesExpanded = 524288,
- IsAssigned = 4096,
- IsUsed = 2048,
- MethodOverloadsExist = 1024,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PartialDefinitionExists = 16384,
- }
- }
- public abstract partial class MemberExpr : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IInstanceQualifier
- {
- protected bool conditional_access_receiver;
- public Mono.CSharp.Expression InstanceExpression;
- protected MemberExpr() { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected abstract Mono.CSharp.TypeSpec DeclaringType { get; }
- public bool IsBase { get { throw null; } }
- public abstract bool IsInstance { get; }
- public abstract bool IsStatic { get; }
- public abstract string KindName { get; }
- Mono.CSharp.TypeSpec Mono.CSharp.OverloadResolver.IInstanceQualifier.InstanceType { get { throw null; } }
- public abstract string Name { get; }
- protected Mono.CSharp.MethodSpec CandidateToBaseOverride(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- protected void CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { }
- public static bool CheckProtectedMemberAccess<T>(Mono.CSharp.ResolveContext rc, T member, Mono.CSharp.TypeSpec qualifier) where T : Mono.CSharp.MemberSpec { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected void DoBestMemberChecks<T>(Mono.CSharp.ResolveContext rc, T member) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- protected void EmitInstance(Mono.CSharp.EmitContext ec, bool prepare_for_load) { }
- protected virtual void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public static void Error_ProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member, Mono.CSharp.TypeSpec qualifier, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- bool Mono.CSharp.OverloadResolver.IInstanceQualifier.CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { throw null; }
- protected void ResolveConditionalAccessReceiver(Mono.CSharp.ResolveContext rc) { }
- public bool ResolveInstanceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public virtual Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public virtual void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public abstract void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MemberFilter : System.IEquatable<Mono.CSharp.MemberSpec>
- {
- public readonly int Arity;
- public readonly Mono.CSharp.MemberKind Kind;
- public readonly Mono.CSharp.TypeSpec MemberType;
- public readonly string Name;
- public readonly Mono.CSharp.AParametersCollection Parameters;
- public MemberFilter(Mono.CSharp.MethodSpec m) { throw null;}
- public MemberFilter(string name, int arity, Mono.CSharp.MemberKind kind, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null;}
- public static Mono.CSharp.MemberFilter Constructor(Mono.CSharp.AParametersCollection param) { throw null; }
- public bool Equals(Mono.CSharp.MemberSpec other) { throw null; }
- public static Mono.CSharp.MemberFilter Field(string name, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Method(string name, int arity, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Property(string name, Mono.CSharp.TypeSpec type) { throw null; }
- }
- [System.FlagsAttribute]
- public enum MemberKind
- {
- ArrayType = 524288,
- Class = 2048,
- Constructor = 1,
- Delegate = 8192,
- Destructor = 128,
- Enum = 16384,
- Event = 2,
- Field = 4,
- GenericMask = 47112,
- Indexer = 32,
- Interface = 32768,
- InternalCompilerType = 2097152,
- MaskType = 63743,
- Method = 8,
- MissingType = 4194304,
- Namespace = 16777216,
- NestedMask = 63488,
- Operator = 64,
- PointerType = 1048576,
- Property = 16,
- Struct = 4096,
- TypeParameter = 65536,
- Void = 8388608,
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public partial class MemberName
- {
- public readonly Mono.CSharp.FullNamedExpression ExplicitInterface;
- public readonly Mono.CSharp.MemberName Left;
- public readonly Mono.CSharp.Location Location;
- public readonly string Name;
- public static readonly Mono.CSharp.MemberName Null;
- public Mono.CSharp.TypeParameters TypeParameters;
- public MemberName(Mono.CSharp.MemberName left, Mono.CSharp.MemberName right) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.Location loc) { }
- public MemberName(string name) { }
- public MemberName(string name, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { }
- public int Arity { get { throw null; } }
- public string Basename { get { throw null; } }
- public bool IsGeneric { get { throw null; } }
- public void CreateMetadataName(System.Text.StringBuilder sb) { }
- public bool Equals(Mono.CSharp.MemberName other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public static string MakeName(string name, Mono.CSharp.TypeParameters args) { throw null; }
- }
- public abstract partial class MemberSpec
- {
- protected Mono.CSharp.TypeSpec declaringType;
- protected Mono.CSharp.IMemberDefinition definition;
- public readonly Mono.CSharp.MemberKind Kind;
- protected Mono.CSharp.Modifiers modifiers;
- protected const Mono.CSharp.MemberSpec.StateFlags SharedStateFlags = (Mono.CSharp.MemberSpec.StateFlags)(127);
- public Mono.CSharp.MemberSpec.StateFlags state;
- protected MemberSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.Modifiers modifiers) { }
- public virtual int Arity { get { throw null; } }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAccessor { get { throw null; } set { } }
- public bool IsGeneric { get { throw null; } set { } }
- public bool IsNotCSharpCompatible { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.CSharp.IMemberDefinition MemberDefinition { get { throw null; } }
- public Mono.CSharp.Modifiers Modifiers { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public virtual void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public virtual string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public bool IsAccessible(Mono.CSharp.IMemberContext ctx) { throw null; }
- public bool IsCLSCompliant() { throw null; }
- public bool IsConditionallyExcluded(Mono.CSharp.IMemberContext ctx) { throw null; }
- protected virtual bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public abstract System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller);
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum StateFlags
- {
- CLSCompliant = 8,
- CLSCompliant_Undetected = 4,
- ConstraintsChecked = 128,
- GenericIterateInterface = 2097152,
- GenericTask = 4194304,
- HasDynamicElement = 64,
- InflatedExpressionType = 524288,
- InflatedNullableType = 1048576,
- InterfacesExpanded = 65536,
- InterfacesImported = 8388608,
- IsAccessor = 512,
- IsGeneric = 1024,
- IsNotCSharpCompatible = 131072,
- MissingDependency = 32,
- MissingDependency_Undetected = 16,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PendingBaseTypeInflate = 32768,
- PendingMakeMethod = 8192,
- PendingMemberCacheMembers = 16384,
- PendingMetaInflate = 4096,
- SpecialRuntimeType = 262144,
- }
- }
- public abstract partial class MetadataImporter
- {
- protected readonly System.Collections.Generic.Dictionary<System.Reflection.Assembly, Mono.CSharp.IAssemblyDefinition> assembly_2_definition;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> compiled_types;
- public static readonly string CompilerServicesNamespace;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> import_cache;
- protected readonly Mono.CSharp.ModuleContainer module;
- protected MetadataImporter(Mono.CSharp.ModuleContainer module) { }
- public System.Collections.Generic.ICollection<Mono.CSharp.IAssemblyDefinition> Assemblies { get { throw null; } }
- public bool IgnoreCompilerGeneratedField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IgnorePrivateMembers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec);
- public Mono.CSharp.EventSpec CreateEvent(System.Reflection.EventInfo ei, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) { throw null; }
- public Mono.CSharp.FieldSpec CreateField(System.Reflection.FieldInfo fi, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.MethodSpec CreateMethod(System.Reflection.MethodBase mb, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.TypeSpec CreateNestedType(System.Type type, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.PropertySpec CreateProperty(System.Reflection.PropertyInfo pi, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec @get, Mono.CSharp.MethodSpec @set) { throw null; }
- public Mono.CSharp.TypeSpec CreateType(System.Type type) { throw null; }
- protected Mono.CSharp.TypeSpec CreateType(System.Type type, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MetadataImporter.DynamicTypeReader dtype, bool canImportBaseType) { throw null; }
- protected abstract Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType);
- public Mono.CSharp.IAssemblyDefinition GetAssemblyDefinition(System.Reflection.Assembly assembly) { throw null; }
- public Mono.CSharp.ImportedAssemblyDefinition GetImportedAssemblyDefinition(System.Reflection.AssemblyName assemblyName) { throw null; }
- public static bool HasAttribute(System.Collections.Generic.IList<System.Reflection.CustomAttributeData> attributesData, string attrName, string attrNamespace) { throw null; }
- protected abstract bool HasVolatileModifier(System.Type[] modifiers);
- public Mono.CSharp.TypeSpec ImportType(System.Type type) { throw null; }
- public void ImportTypeBase(System.Type type) { }
- protected void ImportTypes(System.Type[] types, Mono.CSharp.Namespace targetNamespace, bool importExtensionTypes) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- protected partial struct DynamicTypeReader
- {
- public int Position;
- public DynamicTypeReader(object provider) { throw null;}
- public bool HasDynamicAttribute() { throw null; }
- public bool IsDynamicObject() { throw null; }
- }
- }
- public partial class Method : Mono.CSharp.MethodOrOperator, Mono.CSharp.IGenericMethodDefinition, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- public Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- protected Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers amod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public static bool CheckImplementingMethodConstraints(Mono.CSharp.TypeContainer container, Mono.CSharp.MethodSpec method, Mono.CSharp.MethodSpec baseMethod) { throw null; }
- public static Mono.CSharp.Method Create(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DefineTypeParameters() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public static void Error1599(Mono.CSharp.Location loc, Mono.CSharp.TypeSpec t, Mono.CSharp.Report Report) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override void PrepareEmit() { }
- protected override bool ResolveMemberType() { throw null; }
- public void SetPartialDefinition(Mono.CSharp.Method methodDefinition) { }
- }
- public abstract partial class MethodCore : Mono.CSharp.InterfaceMemberBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.MethodSpec spec;
- protected MethodCore(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public Mono.CSharp.MethodSpec Spec { get { throw null; } }
- protected override bool CheckBase() { throw null; }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class MethodData
- {
- protected Mono.CSharp.TypeSpec declaring_type;
- protected System.Reflection.MethodAttributes flags;
- public Mono.CSharp.MethodSpec implementing;
- protected Mono.CSharp.InterfaceMemberBase member;
- public readonly Mono.CSharp.IMethodData method;
- protected Mono.CSharp.Modifiers modifiers;
- protected Mono.CSharp.MethodSpec parent_method;
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method) { }
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method, Mono.CSharp.MethodSpec parent_method) { }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public string MetadataName { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public bool Define(Mono.CSharp.TypeDefinition container, string method_full_name) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container, Mono.CSharp.ParametersCompiled param) { throw null; }
- public void Emit(Mono.CSharp.TypeDefinition parent) { }
- public void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class MethodGroupExpr : Mono.CSharp.MemberExpr, Mono.CSharp.OverloadResolver.IBaseMembersProvider
- {
- protected System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Methods;
- protected Mono.CSharp.TypeSpec queried_type;
- protected Mono.CSharp.TypeArguments type_arguments;
- public MethodGroupExpr(Mono.CSharp.MethodSpec m, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public MethodGroupExpr(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> mi, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.MethodSpec BestCandidate { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Candidates { get { throw null; } }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsConditionallyExcluded { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.MethodGroupExpr CreatePredefined(Mono.CSharp.MethodSpec best, Mono.CSharp.TypeSpec queriedType, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, Mono.CSharp.TypeSpec conditionalAccessReceiver, bool statement) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, bool statement) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public virtual System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool HasAccessibleCandidate(Mono.CSharp.ResolveContext rc) { throw null; }
- public static bool IsExtensionMethodArgument(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr OverloadResolve(Mono.CSharp.ResolveContext ec, ref Mono.CSharp.Arguments args, Mono.CSharp.OverloadResolver.IErrorHandler cerrors, Mono.CSharp.OverloadResolver.Restrictions restr) { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public abstract partial class MethodOrOperator : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.MethodData MethodData;
- protected MethodOrOperator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsPartialDefinition { get { throw null; } }
- public bool IsPartialImplementation { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override string[] ConditionalConditions() { throw null; }
- public virtual Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- protected void Error_ConditionalAttributeIsNotValid() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public sealed partial class MethodSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly Mono.CSharp.MethodSpec Excluded;
- public MethodSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMethodDefinition details, Mono.CSharp.TypeSpec returnType, Mono.CSharp.AParametersCollection parameters, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public Mono.CSharp.IGenericMethodDefinition GenericDefinition { get { throw null; } }
- public bool IsAsync { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsExtensionMethod { get { throw null; } }
- public bool IsReservedMethod { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public new Mono.CSharp.IMethodDefinition MemberDefinition { get { throw null; } }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public Mono.CSharp.MethodSpec GetGenericMethodDefinition() { throw null; }
- public System.Reflection.MethodBase GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.MethodSpec MakeGenericMethod(Mono.CSharp.IMemberContext context, params Mono.CSharp.TypeSpec[] targs) { throw null; }
- public Mono.CSharp.MethodSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class MissingTypeSpecReference
- {
- public MissingTypeSpecReference(Mono.CSharp.TypeSpec type, Mono.CSharp.MemberSpec caller) { }
- public Mono.CSharp.MemberSpec Caller { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum Modifiers
- {
- ABSTRACT = 32,
- AccessibilityMask = 15,
- AllowedExplicitImplFlags = 10240,
- ASYNC = 16384,
- AutoProperty = 16777216,
- BACKING_FIELD = 2097152,
- COMPILER_GENERATED = 1048576,
- DEBUGGER_HIDDEN = 4194304,
- DEBUGGER_STEP_THROUGH = 8388608,
- DEFAULT_ACCESS_MODIFIER = 262144,
- EXTERN = 2048,
- INTERNAL = 8,
- METHOD_EXTENSION = 524288,
- NEW = 16,
- OVERRIDE = 1024,
- PARTIAL = 131072,
- PRIVATE = 4,
- PROPERTY_CUSTOM = 65536,
- PROTECTED = 1,
- PUBLIC = 2,
- READONLY = 256,
- SEALED = 64,
- STATIC = 128,
- TOP = 32768,
- UNSAFE = 8192,
- VIRTUAL = 512,
- VOLATILE = 4096,
- }
- public sealed partial class ModuleContainer : Mono.CSharp.TypeContainer
- {
- public System.Nullable<System.Runtime.InteropServices.CharSet> DefaultCharSet;
- public System.Reflection.TypeAttributes DefaultCharSetType;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryLifted;
- public ModuleContainer(Mono.CSharp.CompilerContext context) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Reflection.Emit.ModuleBuilder Builder { get { throw null; } }
- public override Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public int CounterAnonymousTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Evaluator Evaluator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.Dictionary<string, string> GetResourceStrings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.RootNamespace GlobalRootNamespace { get { throw null; } }
- public bool HasDefaultCharSet { get { throw null; } }
- public bool HasExtensionMethod { get { throw null; } set { } }
- public bool HasTypesFullyDefined { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddAnonymousType(Mono.CSharp.AnonymousTypeClass type) { }
- public void AddAttribute(Mono.CSharp.Attribute attr, Mono.CSharp.IMemberContext context) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public void Create(Mono.CSharp.AssemblyDefinition assembly, System.Reflection.Emit.ModuleBuilder moduleBuilder) { }
- public System.Reflection.Emit.TypeBuilder CreateBuilder(string name, System.Reflection.TypeAttributes attr, int typeSize) { throw null; }
- public Mono.CSharp.ModuleContainer.PatternMatchingHelper CreatePatterMatchingHelper() { throw null; }
- public Mono.CSharp.RootNamespace CreateRootNamespace(string alias) { throw null; }
- public override bool Define() { throw null; }
- public override bool DefineContainer() { throw null; }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public Mono.CSharp.AnonymousTypeClass GetAnonymousType(System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters) { throw null; }
- public Mono.CSharp.AwaiterDefinition GetAwaiter(Mono.CSharp.TypeSpec type) { throw null; }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public Mono.CSharp.Binary.PredefinedOperator[] GetPredefinedEnumAritmeticOperators(Mono.CSharp.TypeSpec enumType, bool nullable) { throw null; }
- public Mono.CSharp.RootNamespace GetRootNamespace(string name) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void InitializePredefinedTypes() { }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadGetResourceStrings(System.Collections.Generic.List<string> fileNames) { }
- public Mono.CSharp.Attribute ResolveAssemblyAttribute(Mono.CSharp.PredefinedAttribute a_type) { throw null; }
- public void SetDeclaringAssembly(Mono.CSharp.AssemblyDefinition assembly) { }
- public sealed partial class PatternMatchingHelper : Mono.CSharp.CompilerGeneratedContainer
- {
- public PatternMatchingHelper(Mono.CSharp.ModuleContainer module) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Method NumberMatcher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override bool DoDefineMembers() { throw null; }
- }
- }
- public partial class MovableArgument : Mono.CSharp.Argument
- {
- public MovableArgument(Mono.CSharp.Argument arg) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- protected MovableArgument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitToVariable(Mono.CSharp.EmitContext ec) { }
- }
- public partial class NamedArgument : Mono.CSharp.MovableArgument
- {
- public readonly string Name;
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Argument)) { }
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Argument)) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Namespace
- {
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.Namespace> namespaces;
- protected System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Mono.CSharp.TypeSpec>> types;
- protected Namespace() { }
- public Namespace(Mono.CSharp.Namespace parent, string name) { }
- public string Name { get { throw null; } }
- public Mono.CSharp.Namespace Parent { get { throw null; } }
- public Mono.CSharp.Namespace AddNamespace(Mono.CSharp.MemberName name) { throw null; }
- public void AddType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts) { }
- public System.Collections.Generic.IEnumerable<string> CompletionGetTypesStartingWith(string prefix) { throw null; }
- public System.Collections.Generic.IList<Mono.CSharp.TypeSpec> GetAllTypes(string name) { throw null; }
- public Mono.CSharp.Namespace GetNamespace(string name, bool create) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public static Mono.CSharp.TypeSpec IsImportedTypeOverride(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts, Mono.CSharp.TypeSpec found) { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public Mono.CSharp.TypeSpec LookupType(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void RemoveContainer(Mono.CSharp.TypeContainer tc) { }
- public void SetBuiltinType(Mono.CSharp.BuiltinTypeSpec pts) { }
- public bool TryGetNamespace(string name, out Mono.CSharp.Namespace ns) { ns = default(Mono.CSharp.Namespace); throw null; }
- public void VerifyClsCompliance() { }
- }
- public partial class NamespaceContainer : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public bool DeclarationFound;
- public readonly new Mono.CSharp.NamespaceContainer Parent;
- public NamespaceContainer(Mono.CSharp.MemberName name, Mono.CSharp.NamespaceContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected NamespaceContainer(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Namespace NS { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.UsingClause> Usings { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public void AddUsing(Mono.CSharp.UsingAliasNamespace un) { }
- public void AddUsing(Mono.CSharp.UsingClause un) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void DefineNamespace() { }
- protected override void DoDefineContainer() { }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity, int position) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupExternAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression LookupStaticUsings(Mono.CSharp.IMemberContext mc, string name, int arity, Mono.CSharp.Location loc) { throw null; }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class NamespaceExpression : Mono.CSharp.FullNamedExpression
- {
- public NamespaceExpression(Mono.CSharp.Namespace ns, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Namespace Namespace { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public void Error_NamespaceDoesNotExist(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.Location loc) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class New : Mono.CSharp.ExpressionStatement, Mono.CSharp.IMemoryLocation
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.MethodSpec method;
- protected Mono.CSharp.Expression RequestedType;
- public New(Mono.CSharp.Expression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.Location l) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public bool IsGeneratedStructConstructor { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public virtual bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.Expression CheckComImport(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public static Mono.CSharp.Constant Constantify(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected virtual Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class NewAnonymousType : Mono.CSharp.New
- {
- public NewAnonymousType(System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.TypeContainer parent, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewDelegate : Mono.CSharp.DelegateCreation
- {
- public Mono.CSharp.Arguments Arguments;
- public NewDelegate(Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments Arguments, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewInitialize : Mono.CSharp.New
- {
- public NewInitialize(Mono.CSharp.FullNamedExpression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.CollectionOrObjectInitializers initializers, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.CollectionOrObjectInitializers Initializers { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected override Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class NullConstant : Mono.CSharp.Constant
- {
- public NullConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string ExprClassName { get { throw null; } }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool inCheckedContext, Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class NullLiteral : Mono.CSharp.NullConstant
- {
- public NullLiteral(Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec t, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class Operator : Mono.CSharp.MethodOrOperator
- {
- public readonly Mono.CSharp.Operator.OpType OperatorType;
- public Operator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Operator.OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public Mono.CSharp.Operator.OpType GetMatchingOperator() { throw null; }
- public static string GetMetadataName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetMetadataName(string name) { throw null; }
- public static string GetName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetName(string metadata_name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static System.Nullable<Mono.CSharp.Operator.OpType> GetType(string metadata_name) { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- public enum OpType : byte
- {
- Addition = (byte)6,
- BitwiseAnd = (byte)13,
- BitwiseOr = (byte)14,
- Decrement = (byte)3,
- Division = (byte)11,
- Equality = (byte)18,
- ExclusiveOr = (byte)15,
- Explicit = (byte)25,
- False = (byte)5,
- GreaterThan = (byte)20,
- GreaterThanOrEqual = (byte)22,
- Implicit = (byte)24,
- Increment = (byte)2,
- Inequality = (byte)19,
- Is = (byte)26,
- LeftShift = (byte)16,
- LessThan = (byte)21,
- LessThanOrEqual = (byte)23,
- LogicalNot = (byte)0,
- Modulus = (byte)12,
- Multiply = (byte)10,
- OnesComplement = (byte)1,
- RightShift = (byte)17,
- Subtraction = (byte)7,
- TOP = (byte)27,
- True = (byte)4,
- UnaryNegation = (byte)9,
- UnaryPlus = (byte)8,
- }
- }
- public partial class OperatorCast : Mono.CSharp.TypeCast
- {
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec returnType, bool isExplicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type, bool find_explicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Outline
- {
- public Outline(System.Type t, System.IO.TextWriter output, bool declared_only, bool show_private, bool filter_obsolete) { }
- public void OutlineType() { }
- public static string RemoveGenericArity(string name) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OverloadResolver
- {
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.TypeArguments targs, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public Mono.CSharp.OverloadResolver.IBaseMembersProvider BaseMembersProvider { get { throw null; } set { } }
- public bool BestCandidateIsDynamic { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MethodGroupExpr BestCandidateNewMethodGroup { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public Mono.CSharp.OverloadResolver.IErrorHandler CustomErrors { get { throw null; } set { } }
- public Mono.CSharp.OverloadResolver.IInstanceQualifier InstanceQualifier { get { throw null; } set { } }
- public static int BetterTypeConversion(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec p, Mono.CSharp.TypeSpec q) { throw null; }
- public static void Error_ConstructorMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, int argCount, Mono.CSharp.Location loc) { }
- public static Mono.CSharp.Expression ResolveDefaultValueArgument(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec ptype, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public T ResolveMember<T>(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IParametersMember { throw null; }
- public Mono.CSharp.MethodSpec ResolveOperator(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) { throw null; }
- public partial interface IBaseMembersProvider
- {
- System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType);
- Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member);
- Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc);
- }
- public partial interface IErrorHandler
- {
- bool AmbiguousCandidates(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous);
- bool ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument a, int index);
- bool NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- bool TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- }
- public partial interface IInstanceQualifier
- {
- Mono.CSharp.TypeSpec InstanceType { get; }
- bool CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member);
- }
- [System.FlagsAttribute]
- public enum Restrictions
- {
- BaseMembersIncluded = 16,
- CovariantDelegate = 4,
- DelegateInvoke = 1,
- GetEnumeratorLookup = 32,
- NoBaseMembers = 8,
- None = 0,
- ProbingOnly = 2,
- }
- }
- public partial class Parameter : Mono.CSharp.ParameterBase, Mono.CSharp.ILocalVariable, Mono.CSharp.IParameterData
- {
- public bool HasAddressTaken;
- protected int idx;
- protected Mono.CSharp.TypeSpec parameter_type;
- public Parameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Parameter.Modifier mod, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression DefaultExpression { get { throw null; } }
- public Mono.CSharp.DefaultParameterValueExpression DefaultValue { get { throw null; } set { } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.HoistedParameter HoistedVariant { get { throw null; } set { } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- Mono.CSharp.Expression Mono.CSharp.IParameterData.DefaultValue { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.Parameter.Modifier ParameterModifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public Mono.CSharp.Parameter Clone() { throw null; }
- public Mono.CSharp.ExpressionStatement CreateExpressionTreeVariable(Mono.CSharp.BlockContext ec) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public void Error_DuplicateName(Mono.CSharp.Report r) { }
- public Mono.CSharp.TemporaryVariableReference ExpressionTreeVariableReference() { throw null; }
- public static string GetModifierSignature(Mono.CSharp.Parameter.Modifier mod) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public void IsClsCompliant(Mono.CSharp.IMemberContext ctx) { }
- public virtual Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext rc, int index) { throw null; }
- public void ResolveDefaultValue(Mono.CSharp.ResolveContext rc) { }
- public static Mono.CSharp.TypeExpr ResolveParameterExpressionType(Mono.CSharp.IMemberContext ec, Mono.CSharp.Location location) { throw null; }
- public void SetIndex(int index) { }
- public void Warning_UselessOptionalParameter(Mono.CSharp.Report Report) { }
- [System.FlagsAttribute]
- public enum Modifier : byte
- {
- CallerFilePath = (byte)64,
- CallerLineNumber = (byte)32,
- CallerMask = (byte)112,
- CallerMemberName = (byte)16,
- ModifierMask = (byte)15,
- NONE = (byte)0,
- OUT = (byte)4,
- PARAMS = (byte)1,
- REF = (byte)2,
- RefOutMask = (byte)6,
- This = (byte)8,
- }
- }
- public abstract partial class ParameterBase : Mono.CSharp.Attributable
- {
- protected System.Reflection.Emit.ParameterBuilder builder;
- protected ParameterBase() { }
- public System.Reflection.Emit.ParameterBuilder Builder { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class ParameterData : Mono.CSharp.IParameterData
- {
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers) { }
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers, Mono.CSharp.Expression defaultValue) { }
- public Mono.CSharp.Expression DefaultValue { get { throw null; } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public partial class ParameterReference : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.ParametersBlock.ParameterInfo pi;
- public ParameterReference(Mono.CSharp.ParametersBlock.ParameterInfo pi, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- }
- public partial class ParametersBlock : Mono.CSharp.ExplicitBlock
- {
- protected System.Collections.Generic.Dictionary<string, object> labels;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.ParametersBlock.ParameterInfo[] parameter_info;
- protected bool resolved;
- protected Mono.CSharp.StateMachine state_machine;
- protected Mono.CSharp.ToplevelBlock top_block;
- public ParametersBlock(Mono.CSharp.Block parent, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public bool HasReferenceToStoreyForInstanceLambdas { get { throw null; } set { } }
- public bool IsAsync { get { throw null; } set { } }
- public bool IsExpressionTree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public bool Resolved { get { throw null; } }
- public Mono.CSharp.StateMachine StateMachine { get { throw null; } }
- public int TemporaryLocalsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ToplevelBlock TopBlock { get { throw null; } set { } }
- public void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public Mono.CSharp.ParametersBlock ConvertToAsyncTask(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeDefinition host, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.ToplevelBlock ConvertToIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitEmbedded(Mono.CSharp.EmitContext ec) { }
- public override int GetDebugSymbolScopeIndex() { throw null; }
- public Mono.CSharp.LabeledStatement GetLabel(string name, Mono.CSharp.Block block) { throw null; }
- public Mono.CSharp.ParametersBlock.ParameterInfo GetParameterInfo(Mono.CSharp.Parameter p) { throw null; }
- public Mono.CSharp.ParameterReference GetParameterReference(int index, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Statement PerformClone(ref System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { throw null; }
- protected void ProcessParameters() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class ParameterInfo : Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public ParameterInfo(Mono.CSharp.ParametersBlock block, int index) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- Mono.CSharp.Block Mono.CSharp.INamedBlockVariable.Block { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- public Mono.CSharp.TypeSpec ParameterType { get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class ParametersCompiled : Mono.CSharp.AParametersCollection
- {
- public static readonly Mono.CSharp.ParametersCompiled EmptyReadOnlyParameters;
- public static readonly Mono.CSharp.ParametersCompiled Undefined;
- public ParametersCompiled(params Mono.CSharp.Parameter[] parameters) { }
- public ParametersCompiled(Mono.CSharp.Parameter[] parameters, bool has_arglist) { }
- public Mono.CSharp.Parameter this[int pos] { get { throw null; } }
- public void ApplyAttributes(Mono.CSharp.IMemberContext mc, System.Reflection.MethodBase builder) { }
- public void CheckConstraints(Mono.CSharp.IMemberContext mc) { }
- public void CheckParameters(Mono.CSharp.MemberCore member) { }
- public Mono.CSharp.ParametersCompiled Clone() { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.BlockContext ec, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter[] parameters, Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.AParametersCollection CreateFullyResolved(params Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateImplicitParameter(Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) { throw null; }
- public static int IsSameClsSignature(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter compilerParams, Mono.CSharp.TypeSpec compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter[] compilerParams, Mono.CSharp.TypeSpec[] compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled Prefix(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- public void ResolveDefaultValues(Mono.CSharp.MemberCore m) { }
- public void VerifyClsCompliance(Mono.CSharp.IMemberContext ctx) { }
- }
- public partial class ParametersImported : Mono.CSharp.AParametersCollection
- {
- public ParametersImported(Mono.CSharp.IParameterData[] param, Mono.CSharp.TypeSpec[] types, bool hasParams) { }
- public ParametersImported(Mono.CSharp.IParameterData[] parameters, Mono.CSharp.TypeSpec[] types, bool hasArglist, bool hasParams) { }
- }
- public partial class ParamsParameter : Mono.CSharp.Parameter
- {
- public ParamsParameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class ParenthesizedExpression : Mono.CSharp.ShimExpression
- {
- public ParenthesizedExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ParserSession
- {
- public readonly char[] IDBuilder;
- public readonly System.Collections.Generic.Dictionary<char[], string>[] Identifiers;
- public readonly char[] NumberBuilder;
- public readonly System.Collections.Generic.List<Mono.CSharp.Parameter> ParametersStack;
- public readonly char[] StreamReaderBuffer;
- public ParserSession() { }
- public Mono.CSharp.LocatedToken[] LocatedTokens { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocationsBag LocationsBag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UseJayGlobalArrays { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Security.Cryptography.MD5 GetChecksumAlgorithm() { throw null; }
- }
- public partial class PendingImplementation
- {
- internal PendingImplementation() { }
- public static Mono.CSharp.PendingImplementation GetPendingImplementations(Mono.CSharp.TypeDefinition container) { throw null; }
- public void ImplementMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, bool clear_one, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); }
- public Mono.CSharp.MethodSpec InterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec iType, Mono.CSharp.MethodData method, Mono.CSharp.PendingImplementation.Operation op, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public Mono.CSharp.MethodSpec IsInterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public bool VerifyPendingMethods() { throw null; }
- public enum Operation
- {
- ClearAll = 2,
- ClearOne = 1,
- Lookup = 0,
- }
- }
- public enum Platform
- {
- AnyCPU = 0,
- AnyCPU32Preferred = 1,
- Arm = 2,
- IA64 = 5,
- X64 = 4,
- X86 = 3,
- }
- public partial class PointerArithmetic : Mono.CSharp.Expression
- {
- public PointerArithmetic(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression l, Mono.CSharp.Expression r, Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class PredefinedAttribute : Mono.CSharp.PredefinedType
- {
- protected Mono.CSharp.MethodSpec ctor;
- public PredefinedAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(Mono.CSharp.MemberKind), default(string), default(string), default(int)) { }
- public Mono.CSharp.MethodSpec Constructor { get { throw null; } }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ConstructorBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ModuleBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public static bool operator !=(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public bool ResolveBuilder() { throw null; }
- }
- public partial class PredefinedAttributes
- {
- public readonly Mono.CSharp.PredefinedAttribute AssemblyAlgorithmId;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCompany;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCopyright;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCulture;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFileVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFlags;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyInformationalVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyProduct;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyTrademark;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyVersion;
- public readonly Mono.CSharp.PredefinedStateMachineAttribute AsyncStateMachine;
- public readonly Mono.CSharp.PredefinedAttribute AttributeUsage;
- public readonly Mono.CSharp.PredefinedAttribute CallerFilePathAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerLineNumberAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerMemberNameAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CLSCompliant;
- public readonly Mono.CSharp.PredefinedAttribute CoClass;
- public readonly Mono.CSharp.PredefinedAttribute ComImport;
- public readonly Mono.CSharp.PredefinedAttribute CompilerGenerated;
- public readonly Mono.CSharp.PredefinedAttribute Conditional;
- public readonly Mono.CSharp.PredefinedDebuggableAttribute Debuggable;
- public readonly Mono.CSharp.PredefinedDebuggerBrowsableAttribute DebuggerBrowsable;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerHidden;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerStepThrough;
- public readonly Mono.CSharp.PredefinedDecimalAttribute DecimalConstant;
- public readonly Mono.CSharp.PredefinedAttribute DefaultCharset;
- public readonly Mono.CSharp.PredefinedAttribute DefaultMember;
- public readonly Mono.CSharp.PredefinedAttribute DefaultParameterValue;
- public readonly Mono.CSharp.PredefinedAttribute DllImport;
- public readonly Mono.CSharp.PredefinedDynamicAttribute Dynamic;
- public readonly Mono.CSharp.PredefinedAttribute Extension;
- public readonly Mono.CSharp.PredefinedAttribute FieldOffset;
- public readonly Mono.CSharp.PredefinedAttribute FixedBuffer;
- public readonly Mono.CSharp.PredefinedAttribute Guid;
- public readonly Mono.CSharp.PredefinedAttribute HostProtection;
- public readonly Mono.CSharp.PredefinedAttribute In;
- public readonly Mono.CSharp.PredefinedAttribute IndexerName;
- public readonly Mono.CSharp.PredefinedAttribute InternalsVisibleTo;
- public readonly Mono.CSharp.PredefinedAttribute MarshalAs;
- public readonly Mono.CSharp.PredefinedAttribute MethodImpl;
- public readonly Mono.CSharp.PredefinedAttribute Obsolete;
- public readonly Mono.CSharp.PredefinedAttribute OptionalParameter;
- public readonly Mono.CSharp.PredefinedAttribute Out;
- public readonly Mono.CSharp.PredefinedAttribute ParamArray;
- public readonly Mono.CSharp.PredefinedAttribute Required;
- public readonly Mono.CSharp.PredefinedAttribute RuntimeCompatibility;
- public readonly Mono.CSharp.PredefinedAttribute Security;
- public readonly Mono.CSharp.PredefinedAttribute StructLayout;
- public readonly Mono.CSharp.PredefinedAttribute TypeForwarder;
- public readonly Mono.CSharp.PredefinedAttribute UnmanagedFunctionPointer;
- public readonly Mono.CSharp.PredefinedAttribute UnsafeValueType;
- public readonly Mono.CSharp.PredefinedAttribute UnverifiableCode;
- public PredefinedAttributes(Mono.CSharp.ModuleContainer module) { }
- }
- public partial class PredefinedDebuggableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder, System.Diagnostics.DebuggableAttribute.DebuggingModes modes) { }
- }
- public partial class PredefinedDebuggerBrowsableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggerBrowsableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, System.Diagnostics.DebuggerBrowsableState state) { }
- }
- public partial class PredefinedDecimalAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDecimalAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedDynamicAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDynamicAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedMember<T> where T : Mono.CSharp.MemberSpec
- {
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypeSpec type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, Mono.CSharp.MemberFilter filter) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, params Mono.CSharp.PredefinedType[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, System.Func<Mono.CSharp.TypeSpec[]> typesBuilder, Mono.CSharp.TypeSpec returnType) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec type, Mono.CSharp.MemberFilter filter) { }
- public T Get() { throw null; }
- public T Resolve(Mono.CSharp.Location loc) { throw null; }
- }
- public partial class PredefinedStateMachineAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedStateMachineAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder, Mono.CSharp.StateMachine type) { }
- }
- public partial class PredefinedType
- {
- protected readonly Mono.CSharp.ModuleContainer module;
- protected Mono.CSharp.TypeSpec type;
- public PredefinedType(Mono.CSharp.BuiltinTypeSpec type) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity) { }
- public int Arity { get { throw null; } }
- public bool IsDefined { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeSpec { get { throw null; } }
- public bool Define() { throw null; }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.TypeSpec Resolve() { throw null; }
- public static Mono.CSharp.TypeSpec Resolve(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity, bool required, bool reportErrors) { throw null; }
- }
- public abstract partial class Probe : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- public Mono.CSharp.Expression ProbeType;
- protected Mono.CSharp.TypeSpec probe_type_expr;
- protected Probe(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected abstract string OperatorName { get; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- protected Mono.CSharp.Expression ResolveCommon(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Property : Mono.CSharp.PropertyBase
- {
- public Property(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property.BackingFieldDeclaration BackingField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public sealed partial class BackingFieldDeclaration : Mono.CSharp.Field
- {
- public BackingFieldDeclaration(Mono.CSharp.Property p, bool readOnly) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property OriginalProperty { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- }
- }
- public abstract partial class PropertyBase : Mono.CSharp.PropertyBasedMember
- {
- protected PropertyBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorFirst { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorSecond { get { throw null; } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Get { get { throw null; } set { } }
- public override bool IsUsed { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Set { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- protected bool DefineAccessors() { throw null; }
- protected void DefineBuilders(Mono.CSharp.MemberKind kind, Mono.CSharp.ParametersCompiled parameters) { }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- public override void PrepareEmit() { }
- protected override void SetMemberName(Mono.CSharp.MemberName new_name) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public partial class GetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- public GetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public abstract partial class PropertyMethod : Mono.CSharp.AbstractPropertyEventMethod
- {
- protected System.Reflection.MethodAttributes flags;
- protected readonly Mono.CSharp.PropertyBase method;
- public PropertyMethod(Mono.CSharp.PropertyBase method, string prefix, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCustomAccessModifier { get { throw null; } }
- public Mono.CSharp.PropertyBase Property { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class SetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- protected Mono.CSharp.ParametersCompiled parameters;
- public SetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- }
- public abstract partial class PropertyBasedMember : Mono.CSharp.InterfaceMemberBase
- {
- protected PropertyBasedMember(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected void CheckReservedNameConflict(string prefix, Mono.CSharp.MethodSpec accessor) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class PropertySpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public PropertySpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec Get { get { throw null; } set { } }
- public bool HasDifferentAccessibility { get { throw null; } }
- public bool HasGet { get { throw null; } }
- public bool HasSet { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.PropertyInfo MetaInfo { get { throw null; } }
- public Mono.CSharp.MethodSpec Set { get { throw null; } set { } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class QualifiedAliasMember : Mono.CSharp.MemberAccess
- {
- public static readonly string GlobalAlias;
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, int arity, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public string Alias { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.FullNamedExpression CreateExpressionFromAlias(Mono.CSharp.IMemberContext mc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Reachability
- {
- public bool IsUnreachable { get { throw null; } }
- public static Mono.CSharp.Reachability CreateUnreachable() { throw null; }
- public static Mono.CSharp.Reachability operator &(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- public static Mono.CSharp.Reachability operator |(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- }
- public partial class ReducedExpression : Mono.CSharp.Expression
- {
- internal ReducedExpression() { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Constant Create(Mono.CSharp.Constant expr, Mono.CSharp.Expression originalExpr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr, bool canBeConstant) { throw null; }
- public static Mono.CSharp.ExpressionStatement Create(Mono.CSharp.ExpressionStatement s, Mono.CSharp.Expression orig) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public partial class ReducedConstantExpression : Mono.CSharp.EmptyConstantCast
- {
- public ReducedConstantExpression(Mono.CSharp.Constant expr, Mono.CSharp.Expression orig_expr) : base (default(Mono.CSharp.Constant), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- }
- public sealed partial class ReflectionImporter : Mono.CSharp.MetadataImporter
- {
- public ReflectionImporter(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypes builtin) : base (default(Mono.CSharp.ModuleContainer)) { }
- public override void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec) { }
- protected override Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType) { throw null; }
- protected override bool HasVolatileModifier(System.Type[] modifiers) { throw null; }
- public void ImportAssembly(System.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) { }
- public Mono.CSharp.ImportedModuleDefinition ImportModule(System.Reflection.Module module, Mono.CSharp.RootNamespace targetNamespace) { throw null; }
- }
- public partial class RefTypeExpr : Mono.CSharp.ShimExpression
- {
- public RefTypeExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class RefValueExpr : Mono.CSharp.ShimExpression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RefValueExpr(Mono.CSharp.Expression expr, Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class Report
- {
- public static readonly int[] AllWarnings;
- public const int RuntimeErrorId = 10000;
- public Report(Mono.CSharp.CompilerContext context, Mono.CSharp.ReportPrinter printer) { }
- public int Errors { get { throw null; } }
- public bool IsDisabled { get { throw null; } }
- public Mono.CSharp.ReportPrinter Printer { get { throw null; } }
- public int Warnings { get { throw null; } }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(int category, string message, params object[] args) { }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(string message, params object[] args) { }
- public void DisableReporting() { }
- public void EnableReporting() { }
- public void Error(int code, Mono.CSharp.Location loc, string error) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, params string[] args) { }
- public void Error(int code, string error) { }
- public void Error(int code, string format, string arg) { }
- public void Error(int code, string format, string arg1, string arg2) { }
- public void Error(int code, string format, params string[] args) { }
- public void ExtraInformation(Mono.CSharp.Location loc, string msg) { }
- public void FeatureIsNotAvailable(Mono.CSharp.CompilerContext compiler, Mono.CSharp.Location loc, string feature) { }
- public void FeatureIsNotSupported(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.WarningRegions RegisterWarningRegion(Mono.CSharp.Location location) { throw null; }
- public void RuntimeMissingSupport(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.ReportPrinter SetPrinter(Mono.CSharp.ReportPrinter printer) { throw null; }
- public void SymbolRelatedToPreviousError(Mono.CSharp.Location loc, string symbol) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberCore mc) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberSpec ms) { }
- public void SymbolRelatedToPreviousError(string loc) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string message) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, params object[] args) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string message) { }
- public void Warning(int code, int level, string format, string arg) { }
- public void Warning(int code, int level, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string format, params string[] args) { }
- }
- public abstract partial class ReportPrinter
- {
- protected System.Collections.Generic.HashSet<Mono.CSharp.ITypeDefinition> reported_missing_definitions;
- protected ReportPrinter() { }
- public int ErrorsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public virtual bool HasRelatedSymbolSupport { get { throw null; } }
- public int WarningsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected virtual string FormatText(string txt) { throw null; }
- public bool MissingTypeReported(Mono.CSharp.ITypeDefinition typeDefinition) { throw null; }
- public virtual void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- protected void Print(Mono.CSharp.AbstractMessage msg, System.IO.TextWriter output, bool showFullPath) { }
- public void Reset() { }
- }
- public partial class ResolveContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public Mono.CSharp.Block CurrentBlock;
- public Mono.CSharp.Expression CurrentInitializerVariable;
- protected Mono.CSharp.ResolveContext.Options flags;
- public readonly Mono.CSharp.IMemberContext MemberContext;
- public ResolveContext(Mono.CSharp.IMemberContext mc) { }
- public ResolveContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ResolveContext.Options options) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool ConstantCheckState { get { throw null; } }
- public virtual Mono.CSharp.ExplicitBlock ConstructorBlock { get { throw null; } }
- public Mono.CSharp.Iterator CurrentIterator { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsInProbingMode { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsRuntimeBinder { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public bool IsVariableCapturingRequired { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public bool HasAny(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public bool HasSet(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public bool MustCaptureVariable(Mono.CSharp.INamedBlockVariable local) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle Set(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle With(Mono.CSharp.ResolveContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AllCheckStateFlags = 3,
- BaseInitializer = 256,
- CatchScope = 8,
- CheckedScope = 1,
- CompoundAssignmentScope = 64,
- ConstantCheckState = 2,
- ConstantScope = 1024,
- ConstructorScope = 2048,
- DontSetConditionalAccessReceiver = 65536,
- EnumScope = 512,
- ExpressionTreeConversion = 33554432,
- FieldInitializerScope = 32,
- FinallyScope = 16,
- FixedInitializerScope = 128,
- InferReturnType = 8388608,
- InvokeSpecialName = 67108864,
- LockScope = 8192,
- NameOfScope = 131072,
- OmitDebuggingInfo = 16777216,
- ProbingMode = 4194304,
- TryScope = 16384,
- TryWithCatchScope = 32768,
- UnsafeScope = 4,
- UsingInitializerScope = 4096,
- }
- }
- [System.FlagsAttribute]
- public enum ResolveFlags
- {
- MaskExprClass = 15,
- MethodGroup = 4,
- Type = 2,
- TypeParameter = 8,
- VariableOrValue = 1,
- }
- public abstract partial class ResumableStatement : Mono.CSharp.Statement
- {
- protected System.Reflection.Emit.Label resume_point;
- protected ResumableStatement() { }
- public virtual void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- public virtual System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public System.Reflection.Emit.Label PrepareForEmit(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class Return : Mono.CSharp.ExitStatement
- {
- public Return(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } protected set { } }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ReturnParameter : Mono.CSharp.ParameterBase
- {
- public ReturnParameter(Mono.CSharp.MemberCore method, System.Reflection.Emit.MethodBuilder mb, Mono.CSharp.Location location) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- }
- public partial class RootContext
- {
- public RootContext() { }
- public static Mono.CSharp.ModuleContainer ToplevelTypes { get { throw null; } set { } }
- }
- public partial class RootNamespace : Mono.CSharp.Namespace
- {
- public RootNamespace(string alias_name) { }
- public string Alias { get { throw null; } }
- public static void Error_GlobalNamespaceRedefined(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.List<string> FindExtensionMethodNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public System.Collections.Generic.List<string> FindTypeNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void RegisterNamespace(Mono.CSharp.Namespace child) { }
- }
- public partial class RuntimeExplicitAssign : Mono.CSharp.Assign
- {
- public RuntimeExplicitAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class RuntimeValueExpression : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RuntimeValueExpression(System.Dynamic.DynamicMetaObject obj, Mono.CSharp.TypeSpec type) { }
- public bool IsSuggestionOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Dynamic.DynamicMetaObject MetaObject { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public enum RuntimeVersion
- {
- v1 = 0,
- v2 = 1,
- v4 = 2,
- }
- public partial class SByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly sbyte Value;
- public SByteConstant(Mono.CSharp.BuiltinTypes types, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public SByteConstant(Mono.CSharp.TypeSpec type, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SeekableStreamReader : System.IDisposable
- {
- public const int DefaultReadAheadSize = 2048;
- public SeekableStreamReader(System.IO.Stream stream, System.Text.Encoding encoding, char[] sharedBuffer=null) { }
- public int Position { get { throw null; } set { } }
- public void Dispose() { }
- public int Peek() { throw null; }
- public int Read() { throw null; }
- public char[] ReadChars(int fromPosition, int toPosition) { throw null; }
- }
- public abstract partial class ShimExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected ShimExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly short Value;
- public ShortConstant(Mono.CSharp.BuiltinTypes types, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ShortConstant(Mono.CSharp.TypeSpec type, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SideEffectConstant : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant value;
- public SideEffectConstant(Mono.CSharp.Constant value, Mono.CSharp.Expression side_effect, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class SimpleAssign : Mono.CSharp.Assign
- {
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class SimpleMemberName
- {
- public Mono.CSharp.Location Location;
- public string Value;
- public SimpleMemberName(string name, Mono.CSharp.Location loc) { }
- }
- public partial class SimpleName : Mono.CSharp.ATypeNameExpression
- {
- public SimpleName(string name, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, Mono.CSharp.TypeArguments args, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, int arity, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public void Error_NameDoesNotExist(Mono.CSharp.ResolveContext rc) { }
- protected virtual void Error_TypeOrNamespaceNotFound(Mono.CSharp.IMemberContext ctx) { }
- public Mono.CSharp.SimpleName GetMethodGroup() { throw null; }
- public bool IsPossibleType(Mono.CSharp.IMemberContext mc) { throw null; }
- public bool IsPossibleTypeOrNamespace(Mono.CSharp.IMemberContext mc) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class SizeOf : Mono.CSharp.Expression
- {
- public SizeOf(Mono.CSharp.Expression queried_type, Mono.CSharp.Location l) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class SourceFile : System.IEquatable<Mono.CSharp.SourceFile>
- {
- public bool AutoGenerated;
- public readonly int Index;
- public readonly string Name;
- public readonly string OriginalFullPathName;
- public SourceFile(string name, string path, int index) { }
- public byte[] Checksum { get { throw null; } }
- public bool HasChecksum { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFileEntry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry CreateSymbolInfo(Mono.CompilerServices.SymbolWriter.MonoSymbolFile symwriter, System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool Equals(Mono.CSharp.SourceFile other) { throw null; }
- public string GetFullPathName(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool IsHiddenLocation(Mono.CSharp.Location loc) { throw null; }
- public void RegisterHiddenScope(Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public void SetChecksum(byte[] checksum) { }
- public void SetChecksum(byte[] algorithmGuid, byte[] checksum) { }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum SpecialConstraint
- {
- Class = 8,
- Constructor = 4,
- None = 0,
- Struct = 16,
- }
- public partial class SpecialContraintExpr : Mono.CSharp.FullNamedExpression
- {
- public SpecialContraintExpr(Mono.CSharp.SpecialConstraint constraint, Mono.CSharp.Location loc) { }
- public Mono.CSharp.SpecialConstraint Constraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class StackAlloc : Mono.CSharp.Expression
- {
- public StackAlloc(Mono.CSharp.Expression type, Mono.CSharp.Expression count, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression CountExpression { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class StackFieldExpr : Mono.CSharp.FieldExpr, Mono.CSharp.IExpressionCleanup
- {
- public StackFieldExpr(Mono.CSharp.Field field) : base (default(Mono.CSharp.Location)) { }
- public bool AutomaticallyReuse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsAvailableForReuse { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- void Mono.CSharp.IExpressionCleanup.EmitCleanup(Mono.CSharp.EmitContext ec) { }
- public void PrepareCleanup(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class StateMachine : Mono.CSharp.AnonymousMethodStorey
- {
- protected StateMachine(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.ExplicitBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberBase), default(Mono.CSharp.TypeParameters), default(string), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.TypeParameters OriginalTypeParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Field PC { get { throw null; } }
- public Mono.CSharp.StateMachineMethod StateMachineMethod { get { throw null; } }
- public void AddEntryMethod(Mono.CSharp.StateMachineMethod method) { }
- protected override bool DoDefineMembers() { throw null; }
- protected override string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public enum State
- {
- After = -1,
- Running = -3,
- Start = 0,
- Uninitialized = -2,
- }
- }
- public abstract partial class StateMachineInitializer : Mono.CSharp.AnonymousExpression
- {
- protected System.Reflection.Emit.LocalBuilder current_pc;
- public readonly Mono.CSharp.TypeDefinition Host;
- protected System.Reflection.Emit.Label move_next_error;
- protected System.Reflection.Emit.Label move_next_ok;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected Mono.CSharp.StateMachine storey;
- protected StateMachineInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public System.Reflection.Emit.Label BodyEnd { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Reflection.Emit.LocalBuilder CurrentPC { get { throw null; } }
- public System.Reflection.Emit.LocalBuilder SkipFinally { get { throw null; } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt) { throw null; }
- protected virtual Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLeave(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- protected virtual void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public virtual void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- public void SetStateMachine(Mono.CSharp.StateMachine stateMachine) { }
- }
- public partial class StateMachineMethod : Mono.CSharp.Method
- {
- public StateMachineMethod(Mono.CSharp.StateMachine host, Mono.CSharp.StateMachineInitializer expr, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Block.Flags blockFlags) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- }
- public abstract partial class Statement
- {
- public Mono.CSharp.Location loc;
- protected bool reachable;
- protected Statement() { }
- public bool IsUnreachable { get { throw null; } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected void CheckExitBoundaries(Mono.CSharp.BlockContext bc, Mono.CSharp.Block scope) { }
- public Mono.CSharp.Statement Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected abstract void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target);
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected abstract void DoEmit(Mono.CSharp.EmitContext ec);
- protected abstract bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc);
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- protected void Error_FinallyClauseExit(Mono.CSharp.BlockContext bc) { }
- public bool FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public virtual Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public virtual bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementErrorExpression : Mono.CSharp.Statement
- {
- public StatementErrorExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementExpression : Mono.CSharp.Statement
- {
- public StatementExpression(Mono.CSharp.ExpressionStatement expr) { }
- public StatementExpression(Mono.CSharp.ExpressionStatement expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExpressionStatement Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StatementList : Mono.CSharp.Statement
- {
- public StatementList(Mono.CSharp.Statement first, Mono.CSharp.Statement second) { }
- public System.Collections.Generic.IList<Mono.CSharp.Statement> Statements { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Statement statement) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StreamReportPrinter : Mono.CSharp.ReportPrinter
- {
- public StreamReportPrinter(System.IO.TextWriter writer) { }
- public override void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- }
- public partial class StringConcat : Mono.CSharp.Expression
- {
- internal StringConcat() { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.StringConcat Create(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class StringConstant : Mono.CSharp.Constant
- {
- public StringConstant(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- protected StringConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public StringConstant(Mono.CSharp.TypeSpec type, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public string Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class StringLiteral : Mono.CSharp.StringConstant, Mono.CSharp.ILiteralConstant
- {
- public StringLiteral(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(string), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public sealed partial class Struct : Mono.CSharp.ClassOrStruct
- {
- public Struct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasUnmanagedCheckDone { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public abstract partial class StructuralVisitor
- {
- protected StructuralVisitor() { }
- public virtual object Visit(Mono.CSharp.AnonymousMethodExpression anonymousMethodExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Arglist argListExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArglistAccess argListAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayCreation arrayCreationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayInitializer arrayInitializer) { throw null; }
- public virtual object Visit(Mono.CSharp.As asExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Await awaitExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.BaseThis baseAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Binary binaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Block blockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockConstant blockConstantDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockVariable blockVariableDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BooleanExpression booleanExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Break breakStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Cast castExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Checked checkedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.CheckedExpr checkedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Class c) { }
- public virtual void Visit(Mono.CSharp.CompilationSourceFile csf) { }
- public virtual object Visit(Mono.CSharp.ComposedCast composedCast) { throw null; }
- public virtual object Visit(Mono.CSharp.CompoundAssign compoundAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.Conditional conditionalExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Const c) { }
- public virtual object Visit(Mono.CSharp.Constant constant) { throw null; }
- public virtual object Visit(Mono.CSharp.ConstInitializer constInitializer) { throw null; }
- public virtual void Visit(Mono.CSharp.Constructor c) { }
- public virtual object Visit(Mono.CSharp.Continue continueStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultParameterValueExpression defaultParameterValueExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultValueExpression defaultValueExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Delegate d) { }
- public virtual void Visit(Mono.CSharp.Destructor d) { }
- public virtual object Visit(Mono.CSharp.Do doStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.ElementAccess elementAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpression emptyExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpressionStatement emptyExpressionStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyStatement emptyStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Enum e) { }
- public virtual void Visit(Mono.CSharp.EnumMember em) { }
- public virtual object Visit(Mono.CSharp.ErrorExpression errorExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.EventField e) { }
- public virtual void Visit(Mono.CSharp.EventProperty ep) { }
- public virtual object Visit(Mono.CSharp.Expression expression) { throw null; }
- public virtual void Visit(Mono.CSharp.Field f) { }
- public virtual object Visit(Mono.CSharp.Fixed fixedStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.FixedField f) { }
- public virtual object Visit(Mono.CSharp.For forStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Foreach foreachStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Goto gotoStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoCase gotoCase) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoDefault gotoDefault) { throw null; }
- public virtual object Visit(Mono.CSharp.If ifStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Indexer i) { }
- public virtual object Visit(Mono.CSharp.Indirection indirectionExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Interface i) { }
- public virtual object Visit(Mono.CSharp.Invocation invocationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Is isExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.LabeledStatement labeledStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.LambdaExpression lambdaExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupBy groupBy) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupJoin groupJoin) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Join join) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Let let) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByAscending orderByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByDescending orderByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryExpression queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryStartClause queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Select select) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.SelectMany selectMany) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByAscending thenByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByDescending thenByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Where where) { throw null; }
- public virtual object Visit(Mono.CSharp.LocalVariableReference localVariableReference) { throw null; }
- public virtual object Visit(Mono.CSharp.Lock lockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.MakeRefExpr makeRefExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.MemberAccess memberAccess) { throw null; }
- public virtual void Visit(Mono.CSharp.MemberCore member) { }
- public virtual void Visit(Mono.CSharp.Method m) { }
- public virtual void Visit(Mono.CSharp.ModuleContainer module) { }
- public virtual void Visit(Mono.CSharp.NamespaceContainer ns) { }
- public virtual object Visit(Mono.CSharp.New newExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.NewAnonymousType newAnonymousType) { throw null; }
- public virtual object Visit(Mono.CSharp.NewInitialize newInitializeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Nullable.NullCoalescingOperator nullCoalescingOperator) { throw null; }
- public virtual void Visit(Mono.CSharp.Operator o) { }
- public virtual object Visit(Mono.CSharp.ParenthesizedExpression parenthesizedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Property p) { }
- public virtual object Visit(Mono.CSharp.QualifiedAliasMember qualifiedAliasMember) { throw null; }
- public virtual object Visit(Mono.CSharp.RefTypeExpr refTypeExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.RefValueExpr refValueExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.Return returnStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleAssign simpleAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleName simpleName) { throw null; }
- public virtual object Visit(Mono.CSharp.SizeOf sizeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StackAlloc stackAllocExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Statement stmt) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementErrorExpression errorStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementExpression statementExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementList statementList) { throw null; }
- public virtual void Visit(Mono.CSharp.Struct s) { }
- public virtual object Visit(Mono.CSharp.Switch switchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SwitchLabel switchLabel) { throw null; }
- public virtual object Visit(Mono.CSharp.This thisExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Throw throwStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryCatch tryCatchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryFinally tryFinallyStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeExpression typeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeOf typeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unary unaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.UnaryMutator unaryMutatorExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unchecked uncheckedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.UnCheckedExpr uncheckedExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unsafe unsafeStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Using usingStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.UsingAliasNamespace uan) { }
- public virtual void Visit(Mono.CSharp.UsingExternAlias uea) { }
- public virtual void Visit(Mono.CSharp.UsingNamespace un) { }
- public virtual object Visit(Mono.CSharp.While whileStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Yield yieldStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.YieldBreak yieldBreakStatement) { throw null; }
- }
- public partial class Switch : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression Expr;
- public Mono.CSharp.TypeSpec SwitchType;
- public Switch(Mono.CSharp.Expression e, Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.SwitchLabel ActiveLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.SwitchLabel DefaultLabel { get { throw null; } }
- public Mono.CSharp.VariableReference ExpressionValue { get { throw null; } }
- public bool IsNullable { get { throw null; } }
- public bool IsPatternMatching { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SwitchLabel> RegisteredLabels { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public static Mono.CSharp.TypeSpec[] CreateSwitchUserTypes(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec nullable) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public Mono.CSharp.SwitchLabel FindLabel(Mono.CSharp.Constant value) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterGotoCase(Mono.CSharp.GotoCase gotoCase, Mono.CSharp.Constant value) { }
- public void RegisterLabel(Mono.CSharp.BlockContext rc, Mono.CSharp.SwitchLabel sl) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override void SetEndReachable() { }
- }
- public abstract partial class SwitchGoto : Mono.CSharp.Statement
- {
- protected Mono.CSharp.Switch switch_statement;
- protected bool unwind_protect;
- protected SwitchGoto(Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected void Error_GotoCaseRequiresSwitchBlock(Mono.CSharp.BlockContext bc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class SwitchLabel : Mono.CSharp.Statement
- {
- public SwitchLabel(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Constant Converted { get { throw null; } set { } }
- public bool IsDefault { get { throw null; } }
- public Mono.CSharp.Expression Label { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PatternMatching { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SectionStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void Error_AlreadyOccurs(Mono.CSharp.ResolveContext ec, Mono.CSharp.SwitchLabel collision_with) { }
- public System.Reflection.Emit.Label GetILLabel(Mono.CSharp.EmitContext ec) { throw null; }
- public string GetSignatureForError() { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public enum Target
- {
- Exe = 1,
- Library = 0,
- Module = 2,
- WinExe = 3,
- }
- public partial class TemporaryVariableReference : Mono.CSharp.VariableReference
- {
- public TemporaryVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public Mono.CSharp.LocalVariable LocalInfo { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public static Mono.CSharp.TemporaryVariableReference Create(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source) { }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public partial class Declarator : Mono.CSharp.Statement
- {
- public Declarator(Mono.CSharp.TemporaryVariableReference variable) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- }
- public partial class This : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.VariableInfo variable_info;
- public This(Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- protected virtual void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public static bool IsThisAvailable(Mono.CSharp.ResolveContext ec, bool ignoreAnonymous) { throw null; }
- public virtual void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- public override void SetHasAddressTaken() { }
- }
- public partial class Throw : Mono.CSharp.Statement
- {
- public Throw(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Tokenizer
- {
- public bool CompleteOnEOF;
- public const int DocumentationXref = 1048579;
- public const int EvalCompilationUnitParserCharacter = 1048577;
- public const int EvalStatementParserCharacter = 1048576;
- public const int EvalUsingDeclarationsParserCharacter = 1048578;
- public const int MaxIdentifierLength = 512;
- public const int MaxNumberLength = 512;
- public bool parsing_attribute_section;
- public int parsing_block;
- public bool parsing_catch_when;
- public int parsing_declaration;
- public bool parsing_generic_declaration;
- public bool parsing_generic_declaration_doc;
- public bool parsing_interpolation_format;
- public bool parsing_modifiers;
- public int parsing_type;
- public Tokenizer(Mono.CSharp.SeekableStreamReader input, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session, Mono.CSharp.Report report) { }
- public bool ConstraintsParsing { get { throw null; } set { } }
- public Mono.CSharp.XmlCommentState doc_state { get { throw null; } set { } }
- public bool EventParsing { get { throw null; } set { } }
- public int Line { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PropertyParsing { get { throw null; } set { } }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public void check_incorrect_doc_comment() { }
- public void cleanup() { }
- public string consume_doc_comment() { throw null; }
- public void DiscardPosition() { }
- public bool IsEscapedIdentifier(Mono.CSharp.ATypeNameExpression name) { throw null; }
- public static bool IsKeyword(string s) { throw null; }
- public static bool IsValidIdentifier(string s) { throw null; }
- public int peek_token() { throw null; }
- public void PopPosition() { }
- public void PushPosition() { }
- public void putback(int c) { }
- public int token() { throw null; }
- public object value() { throw null; }
- public int xtoken() { throw null; }
- public partial class LocatedTokenBuffer
- {
- public int pos;
- public LocatedTokenBuffer() { }
- public LocatedTokenBuffer(Mono.CSharp.LocatedToken[] buffer) { }
- public Mono.CSharp.LocatedToken Create(Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- public Mono.CSharp.LocatedToken Create(string value, Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void CreateOptional(Mono.CSharp.SourceFile file, int row, int col, ref object token) { }
- }
- public enum PreprocessorDirective
- {
- CustomArgumentsParsing = 1024,
- Define = 2055,
- Elif = 2053,
- Else = 6,
- Endif = 4,
- Endregion = 2,
- Error = 9,
- If = 2051,
- Invalid = 0,
- Line = 1036,
- Pragma = 1035,
- Region = 1,
- RequiresArgument = 2048,
- Undef = 2056,
- Warning = 10,
- }
- }
- public partial class ToplevelBlock : Mono.CSharp.ParametersBlock
- {
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public bool IsIterator { get { throw null; } set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.ExplicitBlock> ThisReferencesFromChildrenBlock { get { throw null; } }
- public Mono.CSharp.LocalVariable ThisVariable { get { throw null; } }
- public void AddLabel(string name, Mono.CSharp.LabeledStatement label) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li, bool ignoreChildrenBlocks) { }
- public void AddThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void AddThisVariable(Mono.CSharp.BlockContext bc) { }
- public override void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Arguments GetAllParametersArguments() { throw null; }
- public bool GetLocalName(string name, Mono.CSharp.Block block, ref Mono.CSharp.INamedBlockVariable variable) { throw null; }
- public System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> GetUndeclaredVariables() { throw null; }
- public void IncludeBlock(Mono.CSharp.ParametersBlock pb, Mono.CSharp.ToplevelBlock block) { }
- public void RemoveThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public bool Resolve(Mono.CSharp.BlockContext bc, Mono.CSharp.IMethodData md) { throw null; }
- public void SetUndeclaredVariables(System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { }
- }
- public partial class TryCatch : Mono.CSharp.ExceptionStatement
- {
- public Mono.CSharp.Block Block;
- public TryCatch(Mono.CSharp.Block block, System.Collections.Generic.List<Mono.CSharp.Catch> catch_clauses, Mono.CSharp.Location l, bool inside_try_finally) : base (default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.Catch> Clauses { get { throw null; } }
- public bool HasClauseWithAwait { get { throw null; } }
- public bool IsTryCatchFinally { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TryFinally : Mono.CSharp.TryFinallyBlock
- {
- public TryFinally(Mono.CSharp.Statement stmt, Mono.CSharp.ExplicitBlock fini, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.ExplicitBlock FinallyBlock { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- public static System.Reflection.Emit.Label EmitRedirectedJump(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, System.Reflection.Emit.Label label, Mono.CSharp.Block labelBlock, bool unwindProtect) { throw null; }
- public static System.Reflection.Emit.Label EmitRedirectedReturn(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, bool unwindProtect) { throw null; }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterForControlExitCheck(Mono.CSharp.DefiniteAssignmentBitSet vector) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public abstract partial class TryFinallyBlock : Mono.CSharp.ExceptionStatement
- {
- protected Mono.CSharp.Statement stmt;
- protected TryFinallyBlock(Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected virtual bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract void EmitFinallyBody(Mono.CSharp.EmitContext ec);
- public override void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- protected abstract void EmitTryBody(Mono.CSharp.EmitContext ec);
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TypeArguments
- {
- public TypeArguments(params Mono.CSharp.FullNamedExpression[] types) { }
- public Mono.CSharp.TypeSpec[] Arguments { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public void Add(Mono.CSharp.FullNamedExpression type) { }
- public Mono.CSharp.TypeArguments Clone() { throw null; }
- public string GetSignatureForError() { throw null; }
- public virtual bool Resolve(Mono.CSharp.IMemberContext ec, bool allowUnbound) { throw null; }
- }
- public abstract partial class TypeCast : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Expression child;
- protected TypeCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public abstract partial class TypeContainer : Mono.CSharp.MemberCore
- {
- protected System.Collections.Generic.List<Mono.CSharp.TypeContainer> containers;
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> defined_names;
- protected bool is_defined;
- public readonly Mono.CSharp.MemberKind Kind;
- protected TypeContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.IList<Mono.CSharp.TypeContainer> Containers { get { throw null; } }
- public int CounterAnonymousContainers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterAnonymousMethods { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterSwitchTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> DefinedNames { get { throw null; } }
- public Mono.CSharp.TypeDefinition PartialContainer { get { throw null; } protected set { } }
- public Mono.CSharp.Attributes UnattachedAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddCompilerGeneratedClass(Mono.CSharp.CompilerGeneratedContainer c) { }
- public virtual void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- protected void AddPartial(Mono.CSharp.TypeDefinition next_part, Mono.CSharp.TypeDefinition existing) { }
- public virtual void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected virtual void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public virtual void CloseContainer() { }
- public virtual bool CreateContainer() { throw null; }
- public virtual void CreateMetadataName(System.Text.StringBuilder sb) { }
- public override bool Define() { throw null; }
- public virtual bool DefineContainer() { throw null; }
- protected virtual void DefineNamespace() { }
- protected virtual void DoDefineContainer() { }
- public virtual void EmitContainer() { }
- protected void Error_MissingPartialModifier(Mono.CSharp.MemberCore type) { }
- public virtual void ExpandBaseInterfaces() { }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public virtual string GetSignatureForMetadata() { throw null; }
- public virtual void PrepareEmit() { }
- public virtual void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- public virtual void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public abstract partial class TypeDefinition : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public int AnonymousMethodsCounter;
- protected Mono.CSharp.TypeSpec base_type;
- public const string DefaultIndexerName = "Item";
- public int DynamicSitesCounter;
- protected Mono.CSharp.FieldBase first_nonstatic_field;
- protected bool has_static_constructor;
- protected Mono.CSharp.TypeSpec[] iface_exprs;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_fields;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_static_fields;
- public int MethodGroupsCounter;
- protected Mono.CSharp.TypeSpec spec;
- public System.Reflection.Emit.TypeBuilder TypeBuilder;
- protected System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> type_bases;
- protected TypeDefinition(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> BaseTypeExpressions { get { throw null; } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public Mono.CSharp.TypeSpec Definition { get { throw null; } }
- public override string DocComment { get { throw null; } set { } }
- public override string DocCommentHeader { get { throw null; } }
- public bool HasEquals { get { throw null; } }
- public bool HasExplicitLayout { get { throw null; } set { } }
- public bool HasGetHashCode { get { throw null; } }
- public bool HasInstanceConstructor { get { throw null; } set { } }
- public bool HasMembersDefined { get { throw null; } }
- public bool HasOperators { get { throw null; } set { } }
- public bool HasStaticFieldInitializer { get { throw null; } set { } }
- public bool HasStructLayout { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec[] Interfaces { get { throw null; } }
- public bool IsComImport { get { throw null; } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsPartial { get { throw null; } }
- public bool IsTopLevel { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.MemberCore> Members { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- string Mono.CSharp.ITypeDefinition.Namespace { get { throw null; } }
- Mono.CSharp.TypeParameterSpec[] Mono.CSharp.ITypeDefinition.TypeParameters { get { throw null; } }
- public Mono.CSharp.PendingImplementation PendingImplementations { get { throw null; } }
- public Mono.CSharp.Arguments PrimaryConstructorBaseArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Location PrimaryConstructorBaseArgumentsStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersCompiled PrimaryConstructorParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected virtual System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeParameters TypeParametersAll { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddConstructor(Mono.CSharp.Constructor c) { }
- public void AddConstructor(Mono.CSharp.Constructor c, bool isDefault) { }
- public bool AddField(Mono.CSharp.FieldBase field) { throw null; }
- public void AddIndexer(Mono.CSharp.Indexer i) { }
- public void AddMember(Mono.CSharp.MemberCore symbol) { }
- public virtual void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public void AddOperator(Mono.CSharp.Operator op) { }
- public void AddPartialPart(Mono.CSharp.TypeDefinition part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected override void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public override bool CreateContainer() { throw null; }
- public Mono.CSharp.MethodSpec CreateHoistedBaseCallProxy(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- public override void CreateMetadataName(System.Text.StringBuilder sb) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder CreateMethodSymbolEntry() { throw null; }
- public sealed override bool Define() { throw null; }
- protected bool DefineBaseTypes() { throw null; }
- protected override void DoDefineContainer() { }
- protected virtual bool DoDefineMembers() { throw null; }
- public void DoExpandBaseInterfaces() { }
- protected virtual bool DoResolveTypeParameters() { throw null; }
- public override void Emit() { }
- public sealed override void EmitContainer() { }
- public override void ExpandBaseInterfaces() { }
- public static string FilterNestedName(string name) { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForMetadata() { throw null; }
- public bool IsBaseTypeDefinition(Mono.CSharp.TypeSpec baseType) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public virtual bool IsUnmanagedType() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void Mark_HasEquals() { }
- public void Mark_HasGetHashCode() { }
- public bool MethodModifiersValid(Mono.CSharp.MemberCore mc) { throw null; }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override void PrepareEmit() { }
- public void RegisterFieldForInitialization(Mono.CSharp.MemberCore field, Mono.CSharp.FieldInitializer expression) { }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected virtual Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public void ResolveFieldInitializers(Mono.CSharp.BlockContext ec) { }
- public virtual void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- public void SetPredefinedSpec(Mono.CSharp.BuiltinTypeSpec spec) { }
- protected override bool VerifyClsCompliance() { throw null; }
- public bool VerifyImplements(Mono.CSharp.InterfaceMemberBase mb) { throw null; }
- public override void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct BaseContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public BaseContext(Mono.CSharp.TypeContainer tc) { throw null;}
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public abstract partial class TypeExpr : Mono.CSharp.FullNamedExpression
- {
- protected TypeExpr() { }
- protected sealed override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public sealed override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class TypeExpression : Mono.CSharp.TypeExpr
- {
- public TypeExpression(Mono.CSharp.TypeSpec t, Mono.CSharp.Location l) { }
- public sealed override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public static partial class TypeExtensions
- {
- public static string GetNamespace(this System.Type t) { throw null; }
- }
- public partial class TypeInferenceContext
- {
- public TypeInferenceContext() { }
- public TypeInferenceContext(Mono.CSharp.TypeSpec[] typeArguments) { }
- public Mono.CSharp.TypeSpec[] InferredTypeArguments { get { throw null; } }
- public bool UnfixedVariableExists { get { throw null; } }
- public void AddCommonTypeBound(Mono.CSharp.TypeSpec type) { }
- public void AddCommonTypeBoundAsync(Mono.CSharp.TypeSpec type) { }
- public int ExactInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public bool FixAllTypes(Mono.CSharp.ResolveContext ec) { throw null; }
- public bool FixDependentTypes(Mono.CSharp.ResolveContext ec, ref bool fixed_any) { throw null; }
- public bool FixIndependentTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec[] methodParameters, ref bool fixed_any) { throw null; }
- public bool FixType(Mono.CSharp.ResolveContext ec, int i) { throw null; }
- public bool HasBounds(int pos) { throw null; }
- public Mono.CSharp.TypeSpec InflateGenericArgument(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec parameter) { throw null; }
- public bool IsReturnTypeNonDependent(Mono.CSharp.MethodSpec invoke, Mono.CSharp.TypeSpec returnType) { throw null; }
- public int LowerBoundInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public int OutputTypeInference(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.TypeSpec t) { throw null; }
- protected enum BoundKind
- {
- Exact = 0,
- Lower = 1,
- Upper = 2,
- }
- }
- public partial class TypeInfo
- {
- internal TypeInfo() { }
- public readonly bool IsStruct;
- public readonly int Length;
- public readonly int Offset;
- public Mono.CSharp.TypeInfo[] SubStructInfo;
- public readonly int TotalLength;
- public int GetFieldIndex(string name) { throw null; }
- public Mono.CSharp.TypeInfo GetStructField(string name) { throw null; }
- public static Mono.CSharp.TypeInfo GetTypeInfo(Mono.CSharp.TypeSpec type, Mono.CSharp.IMemberContext context) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.VariableInfo vi, Mono.CSharp.Location loc) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- }
- public partial class TypeOf : Mono.CSharp.Expression
- {
- public TypeOf(Mono.CSharp.FullNamedExpression queried_type, Mono.CSharp.Location l) { }
- public TypeOf(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeArgument { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class TypeParameter : Mono.CSharp.MemberCore, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public TypeParameter(Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.VarianceDecl variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec parentSpec, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(int index, Mono.CSharp.MemberName name, Mono.CSharp.Constraints constraints, Mono.CSharp.Attributes attrs, Mono.CSharp.Variance Variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Constraints Constraints { get { throw null; } set { } }
- public Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsMethodTypeParameter { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec Type { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public Mono.CSharp.VarianceDecl VarianceDecl { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool AddPartialConstraints(Mono.CSharp.TypeDefinition part, Mono.CSharp.TypeParameter tp) { throw null; }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public void CheckGenericConstraints(bool obsoleteCheck) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeContainer parent) { }
- public Mono.CSharp.TypeParameter CreateHoistedCopy(Mono.CSharp.TypeSpec declaringSpec) { throw null; }
- public override bool Define() { throw null; }
- public void Define(Mono.CSharp.TypeParameter tp) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder type) { }
- public override void Emit() { }
- public void EmitConstraints(System.Reflection.Emit.GenericTypeParameterBuilder builder) { }
- public void ErrorInvalidVariance(Mono.CSharp.IMemberContext mc, Mono.CSharp.Variance expected) { }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public bool ResolveConstraints(Mono.CSharp.IMemberContext context) { throw null; }
- public new void VerifyClsCompliance() { }
- public void WarningParentNameConflict(Mono.CSharp.TypeParameter conflict) { }
- }
- public partial class TypeParameterExpr : Mono.CSharp.TypeExpression
- {
- public TypeParameterExpr(Mono.CSharp.TypeParameter type_parameter, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeParameterInflator
- {
- public TypeParameterInflator(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec type, Mono.CSharp.TypeParameterSpec[] tparams, Mono.CSharp.TypeSpec[] targs) { throw null;}
- public TypeParameterInflator(Mono.CSharp.TypeParameterInflator nested, Mono.CSharp.TypeSpec type) { throw null;}
- public Mono.CSharp.IModuleContext Context { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeInstance { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class TypeParameterMutator
- {
- public TypeParameterMutator(Mono.CSharp.TypeParameters mvar, Mono.CSharp.TypeParameters var) { }
- public TypeParameterMutator(Mono.CSharp.TypeParameterSpec[] srcVar, Mono.CSharp.TypeParameters destVar) { }
- public Mono.CSharp.TypeParameters MethodTypeParameters { get { throw null; } }
- public static Mono.CSharp.TypeSpec GetMemberDeclaringType(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterSpec Mutate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeSpec ts) { throw null; }
- public Mono.CSharp.TypeSpec[] Mutate(Mono.CSharp.TypeSpec[] targs) { throw null; }
- }
- public partial class TypeParameters
- {
- public TypeParameters() { }
- public TypeParameters(int count) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeParameter this[int index] { get { throw null; } set { } }
- public Mono.CSharp.TypeParameterSpec[] Types { get { throw null; } }
- public void Add(Mono.CSharp.TypeParameter tparam) { }
- public void Add(Mono.CSharp.TypeParameters tparams) { }
- public void CheckPartialConstraints(Mono.CSharp.Method part) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, int parentOffset, Mono.CSharp.TypeContainer parent) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder[] builders) { }
- public Mono.CSharp.TypeParameter Find(string name) { throw null; }
- public string[] GetAllNames() { throw null; }
- public string GetSignatureForError() { throw null; }
- public void UpdateConstraints(Mono.CSharp.TypeDefinition part) { }
- public void VerifyClsCompliance() { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{DisplayDebugInfo()}")]
- public partial class TypeParameterSpec : Mono.CSharp.TypeSpec
- {
- public static readonly new Mono.CSharp.TypeParameterSpec[] EmptyTypes;
- public TypeParameterSpec(Mono.CSharp.TypeSpec declaringType, int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public TypeParameterSpec(int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public int DeclaredPosition { get { throw null; } set { } }
- public bool HasAnyTypeConstraint { get { throw null; } }
- public bool HasSpecialClass { get { throw null; } }
- public bool HasSpecialConstructor { get { throw null; } }
- public bool HasSpecialStruct { get { throw null; } }
- public bool HasTypeConstraint { get { throw null; } }
- public Mono.CSharp.MemberCache InterfaceCache { get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public Mono.CSharp.TypeSpec[] InterfacesDefined { get { throw null; } set { } }
- public bool IsConstrained { get { throw null; } }
- public bool IsMethodOwned { get { throw null; } }
- public bool IsReferenceType { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.SpecialConstraint SpecialConstraint { get { throw null; } set { } }
- public new Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } set { } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public string DisplayDebugInfo() { throw null; }
- public Mono.CSharp.TypeSpec GetEffectiveBase() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool HasAnyTypeParameterConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public static bool HasAnyTypeParameterTypeConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public bool HasDependencyOn(Mono.CSharp.TypeSpec type) { throw null; }
- public bool HasSameConstraintsDefinition(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public bool HasSameConstraintsImplementation(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public void InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec tps) { }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec[] tparams) { throw null; }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints<T>(Mono.CSharp.TypeParameterSpec[] tparams, System.Func<T, Mono.CSharp.TypeParameterInflator> inflatorFactory, T arg) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- public bool IsConvertibleToInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- public partial class TypeSpec : Mono.CSharp.MemberSpec
- {
- protected Mono.CSharp.MemberCache cache;
- public static readonly Mono.CSharp.TypeSpec[] EmptyTypes;
- protected System.Collections.Generic.IList<Mono.CSharp.TypeSpec> ifaces;
- protected System.Type info;
- public TypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.ITypeDefinition definition, System.Type info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec BaseType { get { throw null; } set { } }
- public virtual Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public bool HasDynamicElement { get { throw null; } }
- public virtual System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } set { } }
- public bool IsArray { get { throw null; } }
- public virtual bool IsArrayGenericInterface { get { throw null; } set { } }
- public bool IsAttribute { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsConstantCompatible { get { throw null; } }
- public bool IsDelegate { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public virtual bool IsExpressionTreeType { get { throw null; } set { } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsGenericParameter { get { throw null; } }
- public virtual bool IsGenericTask { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsNullableType { get { throw null; } set { } }
- public bool IsPointer { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSpecialRuntimeType { get { throw null; } set { } }
- public bool IsStruct { get { throw null; } }
- public bool IsStructOrEnum { get { throw null; } }
- public bool IsTypeBuilder { get { throw null; } }
- public bool IsUnmanaged { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } set { } }
- public Mono.CSharp.MemberCache MemberCacheTypes { get { throw null; } }
- public new Mono.CSharp.ITypeDefinition MemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public virtual bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public bool AddInterfaceDefined(Mono.CSharp.TypeSpec iface) { throw null; }
- public static Mono.CSharp.TypeSpec[] GetAllTypeArguments(Mono.CSharp.TypeSpec type) { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public virtual System.Type GetMetaInfo() { throw null; }
- public sealed override string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForErrorIncludingAssemblyName() { throw null; }
- protected virtual string GetTypeNameSignature() { throw null; }
- public bool ImplementsInterface(Mono.CSharp.TypeSpec iface, bool variantly) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected virtual void InitializeMemberCache(bool onlyTypes) { }
- public static bool IsBaseClass(Mono.CSharp.TypeSpec type, Mono.CSharp.TypeSpec baseClass, bool dynamicIsObject) { throw null; }
- public static bool IsNonNullableValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsReferenceType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public Mono.CSharp.InflatedTypeSpec MakeGenericType(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec[] targs) { throw null; }
- public virtual Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public void SetExtensionMethodContainer() { }
- public void SetMetaInfo(System.Type info) { }
- public void UpdateInflatedInstancesBaseType() { }
- }
- public partial class UIntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly uint Value;
- public UIntConstant(Mono.CSharp.BuiltinTypes types, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UIntConstant(Mono.CSharp.TypeSpec type, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class UIntLiteral : Mono.CSharp.UIntConstant, Mono.CSharp.ILiteralConstant
- {
- public UIntLiteral(Mono.CSharp.BuiltinTypes types, uint l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(uint), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ULongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ulong Value;
- public ULongConstant(Mono.CSharp.BuiltinTypes types, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ULongConstant(Mono.CSharp.TypeSpec type, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class ULongLiteral : Mono.CSharp.ULongConstant, Mono.CSharp.ILiteralConstant
- {
- public ULongLiteral(Mono.CSharp.BuiltinTypes types, ulong l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(ulong), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Unary : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public readonly Mono.CSharp.Unary.Operator Oper;
- public Unary(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[][] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.TypeSpec type) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public static void Error_Ambiguous(Mono.CSharp.ResolveContext rc, string oper, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.Unary.Operator oper) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- public enum Operator : byte
- {
- AddressOf = (byte)4,
- LogicalNot = (byte)2,
- OnesComplement = (byte)3,
- TOP = (byte)5,
- UnaryNegation = (byte)1,
- UnaryPlus = (byte)0,
- }
- }
- public partial class UnaryMutator : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression expr;
- public UnaryMutator(Mono.CSharp.UnaryMutator.Mode m, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.UnaryMutator.Mode UnaryMutatorMode { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected Mono.CSharp.Expression DoResolveOperation(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected virtual void EmitOperation(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.UnaryMutator.Mode oper) { throw null; }
- [System.FlagsAttribute]
- public enum Mode : byte
- {
- IsDecrement = (byte)1,
- IsIncrement = (byte)0,
- IsPost = (byte)2,
- IsPre = (byte)0,
- PostDecrement = (byte)3,
- PostIncrement = (byte)2,
- PreDecrement = (byte)1,
- PreIncrement = (byte)0,
- }
- }
- public partial class UnboundTypeArguments : Mono.CSharp.TypeArguments
- {
- public UnboundTypeArguments(int arity, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression[])) { }
- public override bool IsEmpty { get { throw null; } }
- public override bool Resolve(Mono.CSharp.IMemberContext mc, bool allowUnbound) { throw null; }
- }
- public partial class UnboxCast : Mono.CSharp.TypeCast
- {
- public UnboxCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Unchecked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unchecked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UnCheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public UnCheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Undo
- {
- public Undo() { }
- public void AddTypeContainer(Mono.CSharp.TypeContainer current_container, Mono.CSharp.TypeDefinition tc) { }
- public void ExecuteUndo() { }
- }
- public partial class UnixUtils
- {
- public UnixUtils() { }
- public static bool isatty(int fd) { throw null; }
- }
- public partial class UnreachableExpression : Mono.CSharp.Expression
- {
- public UnreachableExpression(Mono.CSharp.Expression expr) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unsafe : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unsafe(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UserCast : Mono.CSharp.Expression
- {
- public UserCast(Mono.CSharp.MethodSpec method, Mono.CSharp.Expression source, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Source { get { throw null; } set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UserOperatorCall : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Arguments arguments;
- protected readonly Mono.CSharp.MethodSpec oper;
- public UserOperatorCall(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments args, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext context, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ushort Value;
- public UShortConstant(Mono.CSharp.BuiltinTypes types, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UShortConstant(Mono.CSharp.TypeSpec type, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Using : Mono.CSharp.TryFinallyBlock
- {
- public Using(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Using(Mono.CSharp.Using.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public bool IsNested { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected virtual void CheckIDiposableConversion(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- protected virtual Mono.CSharp.Statement CreateDisposeCall(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable lv) { throw null; }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ResolveDeclaratorInitializer(Mono.CSharp.BlockContext bc) { }
- public Mono.CSharp.Expression ResolveExpression(Mono.CSharp.BlockContext bc) { throw null; }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- public Mono.CSharp.Statement RewriteUsingDeclarators(Mono.CSharp.BlockContext bc, Mono.CSharp.Statement stmt) { throw null; }
- }
- }
- public partial class UsingAliasNamespace : Mono.CSharp.UsingNamespace
- {
- public UsingAliasNamespace(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AliasContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public AliasContext(Mono.CSharp.NamespaceContainer ns) { throw null;}
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class UsingClause
- {
- protected Mono.CSharp.FullNamedExpression resolved;
- public UsingClause(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) { }
- public virtual Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression NamespaceExpression { get { throw null; } }
- public Mono.CSharp.FullNamedExpression ResolvedExpression { get { throw null; } }
- public virtual void Define(Mono.CSharp.NamespaceContainer ctx) { }
- public string GetSignatureForError() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class UsingExternAlias : Mono.CSharp.UsingAliasNamespace
- {
- public UsingExternAlias(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.Location loc) : base (default(Mono.CSharp.SimpleMemberName), default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingNamespace : Mono.CSharp.UsingClause
- {
- public UsingNamespace(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingType : Mono.CSharp.UsingClause
- {
- public UsingType(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public delegate void ValueModificationHandler(string variableName, int row, int column, object value);
- public partial class VariableInfo
- {
- internal VariableInfo() { }
- public bool IsParameter;
- public bool IsEverAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable variable) { throw null; }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.Parameter parameter) { throw null; }
- public Mono.CSharp.VariableInfo GetStructFieldInfo(string fieldName) { throw null; }
- public bool IsAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc) { throw null; }
- public bool IsStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { throw null; }
- public void SetAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, bool generatedAssignment) { }
- public void SetStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class VariableReference : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected VariableReference() { }
- public abstract bool IsFixed { get; }
- public bool IsHoisted { get { throw null; } }
- public abstract bool IsLockedByStatement { get; set; }
- public abstract bool IsRef { get; }
- public abstract string Name { get; }
- protected abstract Mono.CSharp.ILocalVariable Variable { get; }
- public abstract Mono.CSharp.VariableInfo VariableInfo { get; }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool prepare_for_load) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae);
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract void SetHasAddressTaken();
- }
- public enum Variance
- {
- Contravariant = -1,
- Covariant = 1,
- None = 0,
- }
- public partial class VarianceDecl
- {
- public VarianceDecl(Mono.CSharp.Variance variance, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Variance Variance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static Mono.CSharp.Variance CheckTypeVariance(Mono.CSharp.TypeSpec t, Mono.CSharp.Variance expected, Mono.CSharp.IMemberContext member) { throw null; }
- }
- public partial class WarningRegions
- {
- public WarningRegions() { }
- public bool IsWarningEnabled(int code, int src_line) { throw null; }
- public void WarningDisable(Mono.CSharp.Location location, int code, Mono.CSharp.Report Report) { }
- public void WarningDisable(int line) { }
- public void WarningEnable(Mono.CSharp.Location location, int code, Mono.CSharp.CompilerContext context) { }
- public void WarningEnable(int line) { }
- }
- public partial class While : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public While(Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Statement statement, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- }
- public enum XmlCommentState
- {
- Allowed = 0,
- Error = 2,
- NotAllowed = 1,
- }
- public partial class Yield : Mono.CSharp.YieldStatement<Mono.CSharp.Iterator>
- {
- public Yield(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public static bool CheckContext(Mono.CSharp.BlockContext bc, Mono.CSharp.Location loc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class YieldBreak : Mono.CSharp.ExitStatement
- {
- public YieldBreak(Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public abstract partial class YieldStatement<T> : Mono.CSharp.ResumableStatement where T : Mono.CSharp.StateMachineInitializer
- {
- protected Mono.CSharp.Expression expr;
- protected T machine_initializer;
- protected bool unwind_protect;
- protected YieldStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void RegisterResumePoint() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
-}
-namespace Mono.CSharp.Linq
-{
- public abstract partial class AQueryClause : Mono.CSharp.ShimExpression
- {
- public Mono.CSharp.Linq.QueryBlock block;
- public Mono.CSharp.Linq.AQueryClause next;
- protected AQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- protected abstract string MethodName { get; }
- public Mono.CSharp.Linq.AQueryClause Next { set { } }
- public Mono.CSharp.Linq.AQueryClause Tail { get { throw null; } }
- public virtual Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected virtual void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- protected virtual Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected Mono.CSharp.Invocation CreateQueryExpression(Mono.CSharp.Expression lSide, Mono.CSharp.Arguments arguments) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected partial class QueryExpressionAccess : Mono.CSharp.MemberAccess
- {
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- }
- protected partial class QueryExpressionInvocation : Mono.CSharp.Invocation, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- public QueryExpressionInvocation(Mono.CSharp.Linq.AQueryClause.QueryExpressionAccess expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- }
- public abstract partial class ARangeVariableQueryClause : Mono.CSharp.Linq.AQueryClause
- {
- protected Mono.CSharp.Linq.RangeVariable identifier;
- protected ARangeVariableQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.RangeVariable Identifier { get { throw null; } }
- public Mono.CSharp.FullNamedExpression IdentifierType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected Mono.CSharp.Invocation CreateCastExpression(Mono.CSharp.Expression lSide) { throw null; }
- protected override Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected static Mono.CSharp.Expression CreateRangeVariableType(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter parameter, Mono.CSharp.Linq.RangeVariable name, Mono.CSharp.Expression init) { throw null; }
- protected virtual Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class GroupBy : Mono.CSharp.Linq.AQueryClause
- {
- public GroupBy(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression elementSelector, Mono.CSharp.Linq.QueryBlock elementBlock, Mono.CSharp.Expression keySelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Expression SelectorExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class GroupJoin : Mono.CSharp.Linq.Join
- {
- public GroupJoin(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Linq.RangeVariable into, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class Join : Mono.CSharp.Linq.SelectMany
- {
- public Join(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.QueryBlock InnerSelector { get { throw null; } }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Linq.QueryBlock OuterSelector { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class Let : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public Let(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class OrderByAscending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class OrderByDescending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class QueryBlock : Mono.CSharp.ParametersBlock
- {
- public QueryBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public void AddRangeVariable(Mono.CSharp.Linq.RangeVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public override void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void SetParameter(Mono.CSharp.Parameter parameter) { }
- public void SetParameters(Mono.CSharp.Parameter first, Mono.CSharp.Parameter second) { }
- public sealed partial class TransparentParameter : Mono.CSharp.ImplicitLambdaParameter
- {
- public static int Counter;
- public readonly string Identifier;
- public readonly Mono.CSharp.Parameter Parent;
- public TransparentParameter(Mono.CSharp.Parameter parent, Mono.CSharp.Linq.RangeVariable identifier) : base (default(string), default(Mono.CSharp.Location)) { }
- public static void Reset() { }
- }
- }
- public partial class QueryExpression : Mono.CSharp.Linq.AQueryClause
- {
- public QueryExpression(Mono.CSharp.Linq.AQueryClause start) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parentParameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class QueryStartClause : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public QueryStartClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public sealed partial class RangeVariable : Mono.CSharp.INamedBlockVariable
- {
- public RangeVariable(string name, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Block Block { get { throw null; } set { } }
- public bool IsDeclared { get { throw null; } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- public partial class Select : Mono.CSharp.Linq.AQueryClause
- {
- public Select(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public bool IsRequired(Mono.CSharp.Parameter parameter) { throw null; }
- }
- public partial class SelectMany : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public SelectMany(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class ThenByAscending : Mono.CSharp.Linq.OrderByAscending
- {
- public ThenByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ThenByDescending : Mono.CSharp.Linq.OrderByDescending
- {
- public ThenByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Where : Mono.CSharp.Linq.AQueryClause
- {
- public Where(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
-}
-namespace Mono.CSharp.Nullable
-{
- public partial class LiftedConversion : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Expression unwrap, Mono.CSharp.TypeSpec type) { }
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Nullable.Unwrap unwrap, Mono.CSharp.TypeSpec type) { }
- public override bool IsNull { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class LiftedNull : Mono.CSharp.NullConstant, Mono.CSharp.IMemoryLocation
- {
- internal LiftedNull() : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- public static Mono.CSharp.Constant Create(Mono.CSharp.TypeSpec nullable, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Constant CreateFromExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression e) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class LiftedUnaryOperator : Mono.CSharp.Unary, Mono.CSharp.IMemoryLocation
- {
- public LiftedUnaryOperator(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected override Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class NullableType : Mono.CSharp.TypeExpr
- {
- public NullableType(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class NullCoalescingOperator : Mono.CSharp.Expression
- {
- public NullCoalescingOperator(Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public Mono.CSharp.Expression RightExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unwrap : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public Unwrap(Mono.CSharp.Expression expr, bool useDefaultValue=true) { }
- public override bool IsNull { get { throw null; } }
- public Mono.CSharp.Expression Original { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr) { throw null; }
- public static Mono.CSharp.Nullable.Unwrap Create(Mono.CSharp.Expression expr, bool useDefaultValue) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.Expression CreateUnwrapped(Mono.CSharp.Expression expr) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCheck(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public void Load(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public partial class UnwrapCall : Mono.CSharp.CompositeExpression
- {
- public UnwrapCall(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Wrap : Mono.CSharp.TypeCast
- {
- internal Wrap() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
-}
diff --git a/src/v4.5.1/Mono.Cairo.cs b/src/v4.5.1/Mono.Cairo.cs
deleted file mode 100644
index 301b587..0000000
--- a/src/v4.5.1/Mono.Cairo.cs
+++ /dev/null
@@ -1,730 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Cairo
-{
- [System.SerializableAttribute]
- public enum Antialias
- {
- Default = 0,
- Gray = 2,
- None = 1,
- Subpixel = 3,
- }
- public static partial class CairoAPI
- {
- public static int Version { get { throw null; } }
- public static string VersionString { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Color
- {
- public Color(double r, double g, double b) { throw null;}
- public Color(double r, double g, double b, double a) { throw null;}
- public double A { get { throw null; } set { } }
- public double B { get { throw null; } set { } }
- public double G { get { throw null; } set { } }
- public double R { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Content
- {
- Alpha = 8192,
- Color = 4096,
- ColorAlpha = 12288,
- }
- public partial class Context : System.IDisposable
- {
- public Context(Cairo.Surface surface) { }
- [System.ObsoleteAttribute]
- public Context(System.IntPtr state) { }
- public Context(System.IntPtr handle, bool owner) { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetSourceColor method")]
- public Cairo.Color Color { set { } }
- [System.ObsoleteAttribute("Use SetSourceRGBA method")]
- public Cairo.Color ColorRgb { set { } }
- [System.ObsoleteAttribute("Use GetFontFace/SetFontFace")]
- public Cairo.FontFace ContextFontFace { get { throw null; } set { } }
- public Cairo.PointD CurrentPoint { get { throw null; } }
- public Cairo.FillRule FillRule { get { throw null; } set { } }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } set { } }
- public Cairo.FontOptions FontOptions { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public double FontSize { set { } }
- [System.ObsoleteAttribute("Use GetGroupTarget()")]
- public Cairo.Surface GroupTarget { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool HasCurrentPoint { get { throw null; } }
- public Cairo.LineCap LineCap { get { throw null; } set { } }
- public Cairo.LineJoin LineJoin { get { throw null; } set { } }
- public double LineWidth { get { throw null; } set { } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public double MiterLimit { get { throw null; } set { } }
- public Cairo.Operator Operator { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Pattern { get { throw null; } set { } }
- public uint ReferenceCount { get { throw null; } }
- [System.ObsoleteAttribute("Use GetScaledFont/SetScaledFont")]
- public Cairo.ScaledFont ScaledFont { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Source { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use GetTarget/SetTarget")]
- public Cairo.Surface Target { get { throw null; } set { } }
- public double Tolerance { get { throw null; } set { } }
- public void AppendPath(Cairo.Path path) { }
- public void Arc(double xc, double yc, double radius, double angle1, double angle2) { }
- public void ArcNegative(double xc, double yc, double radius, double angle1, double angle2) { }
- public void Clip() { }
- public void ClipPreserve() { }
- public void ClosePath() { }
- public void CopyPage() { }
- public Cairo.Path CopyPath() { throw null; }
- public Cairo.Path CopyPathFlat() { throw null; }
- public void CurveTo(Cairo.PointD p1, Cairo.PointD p2, Cairo.PointD p3) { }
- public void CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) { }
- public void DeviceToUser(ref double x, ref double y) { }
- public void DeviceToUserDistance(ref double dx, ref double dy) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Fill() { }
- public Cairo.Rectangle FillExtents() { throw null; }
- public void FillPreserve() { }
- ~Context() { }
- [System.ObsoleteAttribute("Use SelectFontFace() instead.")]
- public void FontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public void FontSetSize(double scale) { }
- public Cairo.FontFace GetContextFontFace() { throw null; }
- public Cairo.Surface GetGroupTarget() { throw null; }
- public Cairo.ScaledFont GetScaledFont() { throw null; }
- public Cairo.Pattern GetSource() { throw null; }
- public Cairo.Surface GetTarget() { throw null; }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- public void GlyphPath(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use GlyphPath(Glyphs []) instead")]
- public void GlyphPath(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void IdentityMatrix() { }
- public bool InClip(double x, double y) { throw null; }
- public bool InFill(double x, double y) { throw null; }
- public bool InStroke(double x, double y) { throw null; }
- [System.ObsoleteAttribute("Use DeviceToUserDistance instead")]
- public void InverseTransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use InverseTransformPoint instead")]
- public void InverseTransformPoint(ref double x, ref double y) { }
- public void LineTo(Cairo.PointD p) { }
- public void LineTo(double x, double y) { }
- public void Mask(Cairo.Pattern pattern) { }
- public void MaskSurface(Cairo.Surface surface, double surface_x, double surface_y) { }
- public void MoveTo(Cairo.PointD p) { }
- public void MoveTo(double x, double y) { }
- public void NewPath() { }
- public void NewSubPath() { }
- public void Paint() { }
- public void PaintWithAlpha(double alpha) { }
- public Cairo.Pattern PopGroup() { throw null; }
- public void PopGroupToSource() { }
- public void PushGroup() { }
- public void PushGroup(Cairo.Content content) { }
- public void Rectangle(Cairo.PointD p, double width, double height) { }
- public void Rectangle(Cairo.Rectangle rectangle) { }
- public void Rectangle(double x, double y, double width, double height) { }
- public void RelCurveTo(Cairo.Distance d1, Cairo.Distance d2, Cairo.Distance d3) { }
- public void RelCurveTo(double dx1, double dy1, double dx2, double dy2, double dx3, double dy3) { }
- public void RelLineTo(Cairo.Distance d) { }
- public void RelLineTo(double dx, double dy) { }
- public void RelMoveTo(Cairo.Distance d) { }
- public void RelMoveTo(double dx, double dy) { }
- public void ResetClip() { }
- public void Restore() { }
- public void Rotate(double angle) { }
- public void Save() { }
- public void Scale(double sx, double sy) { }
- public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- public void SetContextFontFace(Cairo.FontFace value) { }
- public void SetDash(double[] dashes, double offset) { }
- public void SetFontSize(double scale) { }
- public void SetScaledFont(Cairo.ScaledFont font) { }
- public void SetSource(Cairo.Pattern source) { }
- public void SetSource(Cairo.Surface source) { }
- public void SetSource(Cairo.Surface source, double x, double y) { }
- public void SetSourceColor(Cairo.Color color) { }
- public void SetSourceRGB(double r, double g, double b) { }
- public void SetSourceRGBA(double r, double g, double b, double a) { }
- public void SetSourceSurface(Cairo.Surface source, int x, int y) { }
- public void SetTarget(Cairo.Surface target) { }
- public void ShowGlyphs(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use ShowGlyphs(Glyphs []) instead")]
- public void ShowGlyphs(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void ShowPage() { }
- public void ShowText(byte[] utf8) { }
- public void ShowText(string str) { }
- public void Stroke() { }
- public Cairo.Rectangle StrokeExtents() { throw null; }
- public void StrokePreserve() { }
- public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; }
- public Cairo.TextExtents TextExtents(string s) { throw null; }
- public void TextPath(byte[] utf8) { }
- public void TextPath(string str) { }
- public void Transform(Cairo.Matrix m) { }
- [System.ObsoleteAttribute("Use UserToDeviceDistance instead")]
- public void TransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use UserToDevice instead")]
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- public void UserToDevice(ref double x, ref double y) { }
- public void UserToDeviceDistance(ref double dx, ref double dy) { }
- }
- public partial class DirectFBSurface : Cairo.Surface
- {
- public DirectFBSurface(System.IntPtr dfb, System.IntPtr dfb_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Distance
- {
- public Distance(double dx, double dy) { throw null;}
- public double Dx { get { throw null; } set { } }
- public double Dy { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Extend
- {
- None = 0,
- Pad = 3,
- Reflect = 2,
- Repeat = 1,
- }
- [System.SerializableAttribute]
- public enum FillRule
- {
- EvenOdd = 1,
- Winding = 0,
- }
- [System.SerializableAttribute]
- public enum Filter
- {
- Best = 2,
- Bilinear = 4,
- Fast = 0,
- Gaussian = 5,
- Good = 1,
- Nearest = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FontExtents
- {
- public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAdvance) { throw null;}
- public double Ascent { get { throw null; } set { } }
- public double Descent { get { throw null; } set { } }
- public double Height { get { throw null; } set { } }
- public double MaxXAdvance { get { throw null; } set { } }
- public double MaxYAdvance { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- }
- public partial class FontFace : System.IDisposable
- {
- [System.ObsoleteAttribute]
- public FontFace(System.IntPtr handle) { }
- public FontFace(System.IntPtr handle, bool owned) { }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~FontFace() { }
- }
- public partial class FontOptions : System.IDisposable
- {
- public FontOptions() { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.HintMetrics HintMetrics { get { throw null; } set { } }
- public Cairo.HintStyle HintStyle { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SubpixelOrder SubpixelOrder { get { throw null; } set { } }
- public Cairo.FontOptions Copy() { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object other) { throw null; }
- ~FontOptions() { }
- public override int GetHashCode() { throw null; }
- public void Merge(Cairo.FontOptions other) { }
- public static bool operator ==(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- public static bool operator !=(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- }
- [System.SerializableAttribute]
- public enum FontSlant
- {
- Italic = 1,
- Normal = 0,
- Oblique = 2,
- }
- [System.SerializableAttribute]
- public enum FontType
- {
- Atsui = 3,
- FreeType = 1,
- Toy = 0,
- Win32 = 2,
- }
- [System.SerializableAttribute]
- public enum FontWeight
- {
- Bold = 1,
- Normal = 0,
- }
- [System.SerializableAttribute]
- public enum Format
- {
- A1 = 3,
- A8 = 2,
- Argb32 = 0,
- ARGB32 = 0,
- Rgb16565 = 4,
- Rgb24 = 1,
- RGB24 = 1,
- }
- public partial class GlitzSurface : Cairo.Surface
- {
- public GlitzSurface(System.IntPtr glitz_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Glyph
- {
- public Glyph(long index, double x, double y) { throw null;}
- public long Index { get { throw null; } set { } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- public static bool operator !=(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- }
- public partial class Gradient : Cairo.Pattern
- {
- [System.ObsoleteAttribute]
- protected Gradient() { }
- protected Gradient(System.IntPtr handle, bool owned) { }
- public int ColorStopCount { get { throw null; } }
- public Cairo.Status AddColorStop(double offset, Cairo.Color c) { throw null; }
- public Cairo.Status AddColorStopRgb(double offset, Cairo.Color c) { throw null; }
- }
- [System.ObsoleteAttribute("Renamed Cairo.Context per suggestion from cairo binding guidelines.")]
- public partial class Graphics : Cairo.Context
- {
- public Graphics(Cairo.Surface surface) : base (default(Cairo.Surface)) { }
- public Graphics(System.IntPtr state) : base (default(Cairo.Surface)) { }
- }
- [System.SerializableAttribute]
- public enum HintMetrics
- {
- Default = 0,
- Off = 1,
- On = 2,
- }
- [System.SerializableAttribute]
- public enum HintStyle
- {
- Default = 0,
- Full = 4,
- Medium = 3,
- None = 1,
- Slight = 2,
- }
- public partial class ImageSurface : Cairo.Surface
- {
- public ImageSurface(Cairo.Format format, int width, int height) { }
- public ImageSurface(byte[] data, Cairo.Format format, int width, int height, int stride) { }
- [System.ObsoleteAttribute("Use ImageSurface (byte[] data, Cairo.Format format, int width, int height, int stride)")]
- public ImageSurface(ref byte[] data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(System.IntPtr data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(string filename) { }
- public byte[] Data { get { throw null; } }
- public System.IntPtr DataPtr { get { throw null; } }
- public Cairo.Format Format { get { throw null; } }
- public int Height { get { throw null; } }
- public int Stride { get { throw null; } }
- public int Width { get { throw null; } }
- }
- public partial class LinearGradient : Cairo.Gradient
- {
- public LinearGradient(double x0, double y0, double x1, double y1) { }
- public Cairo.PointD[] LinearPoints { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum LineCap
- {
- Butt = 0,
- Round = 1,
- Square = 2,
- }
- [System.SerializableAttribute]
- public enum LineJoin
- {
- Bevel = 2,
- Miter = 0,
- Round = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Matrix : System.ICloneable
- {
- public double X0;
- public double Xx;
- public double Xy;
- public double Y0;
- public double Yx;
- public double Yy;
- public Matrix() { }
- public Matrix(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public void Init(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public void InitIdentity() { }
- public void InitRotate(double radians) { }
- public void InitScale(double sx, double sy) { }
- public void InitTranslate(double tx, double ty) { }
- public Cairo.Status Invert() { throw null; }
- public bool IsIdentity() { throw null; }
- public void Multiply(Cairo.Matrix b) { }
- public static Cairo.Matrix Multiply(Cairo.Matrix a, Cairo.Matrix b) { throw null; }
- public static bool operator ==(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public static bool operator !=(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public void Rotate(double radians) { }
- public void Scale(double sx, double sy) { }
- public override string ToString() { throw null; }
- public void TransformDistance(ref double dx, ref double dy) { }
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- }
- [System.SerializableAttribute]
- public enum Operator
- {
- Add = 12,
- Atop = 5,
- Clear = 0,
- Dest = 6,
- DestAtop = 10,
- DestIn = 8,
- DestOut = 9,
- DestOver = 7,
- In = 3,
- Out = 4,
- Over = 2,
- Saturate = 13,
- Source = 1,
- Xor = 11,
- }
- public partial class Path : System.IDisposable
- {
- internal Path() { }
- public System.IntPtr Handle { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Path() { }
- }
- public partial class Pattern : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected System.IntPtr pattern;
- [System.ObsoleteAttribute]
- protected Pattern() { }
- [System.ObsoleteAttribute("Use the SurfacePattern constructor")]
- public Pattern(Cairo.Surface surface) { }
- public Cairo.Extend Extend { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public Cairo.PatternType PatternType { get { throw null; } }
- [System.ObsoleteAttribute]
- public System.IntPtr Pointer { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Pattern() { }
- public static Cairo.Pattern Lookup(System.IntPtr pattern, bool owner) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- [System.SerializableAttribute]
- public enum PatternType
- {
- Linear = 2,
- Radial = 3,
- Solid = 0,
- Surface = 1,
- }
- public partial class PdfSurface : Cairo.Surface
- {
- public PdfSurface(string filename, double width, double height) { }
- public void SetSize(double width, double height) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Point
- {
- public Point(int x, int y) { throw null;}
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct PointD
- {
- public PointD(double x, double y) { throw null;}
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- }
- public partial class PSSurface : Cairo.Surface
- {
- public PSSurface(string filename, double width, double height) { }
- public void BeginPageSetup() { }
- public void BeginSetup() { }
- public void DscComment(string comment) { }
- public void SetSize(double width, double height) { }
- }
- public partial class RadialGradient : Cairo.Gradient
- {
- public RadialGradient(double cx0, double cy0, double radius0, double cx1, double cy1, double radius1) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rectangle
- {
- public Rectangle(Cairo.Point point, double width, double height) { throw null;}
- public Rectangle(double x, double y, double width, double height) { throw null;}
- public double Height { get { throw null; } }
- public double Width { get { throw null; } }
- public double X { get { throw null; } }
- public double Y { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public static bool operator !=(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RectangleInt
- {
- public int Height;
- public int Width;
- public int X;
- public int Y;
- }
- public partial class Region : System.IDisposable
- {
- public Region() { }
- public Region(Cairo.RectangleInt rect) { }
- public Region(Cairo.RectangleInt[] rects) { }
- [System.ObsoleteAttribute]
- public Region(System.IntPtr handle) { }
- public Region(System.IntPtr handle, bool owned) { }
- public Cairo.RectangleInt Extents { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public int NumRectangles { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.RegionOverlap ContainsPoint(Cairo.RectangleInt rectangle) { throw null; }
- public bool ContainsPoint(int x, int y) { throw null; }
- public Cairo.Region Copy() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object obj) { throw null; }
- ~Region() { }
- public override int GetHashCode() { throw null; }
- public Cairo.RectangleInt GetRectangle(int nth) { throw null; }
- public Cairo.Status Intersect(Cairo.Region other) { throw null; }
- public Cairo.Status IntersectRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Subtract(Cairo.Region other) { throw null; }
- public Cairo.Status SubtractRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public void Translate(int dx, int dy) { }
- public Cairo.Status Union(Cairo.Region other) { throw null; }
- public Cairo.Status UnionRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Xor(Cairo.Region other) { throw null; }
- public Cairo.Status XorRectangle(Cairo.RectangleInt rectangle) { throw null; }
- }
- public enum RegionOverlap
- {
- In = 0,
- Out = 1,
- Part = 2,
- }
- public partial class ScaledFont : System.IDisposable
- {
- protected System.IntPtr handle;
- public ScaledFont(Cairo.FontFace fontFace, Cairo.Matrix matrix, Cairo.Matrix ctm, Cairo.FontOptions options) { }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~ScaledFont() { }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- public partial class SolidPattern : Cairo.Pattern
- {
- public SolidPattern(Cairo.Color color) { }
- public SolidPattern(Cairo.Color color, bool solid) { }
- public SolidPattern(double r, double g, double b) { }
- public SolidPattern(double r, double g, double b, double a) { }
- public Cairo.Color Color { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum Status
- {
- ClipNotRepresentable = 22,
- FileNotFound = 18,
- InvalidContent = 15,
- InvalidDash = 19,
- InvalidDscComment = 20,
- InvalidFormat = 16,
- InvalidIndex = 21,
- InvalidMatrix = 5,
- InvalidPathData = 9,
- InvalidPopGroup = 3,
- InvalidRestore = 2,
- InvalidStatus = 6,
- InvalidString = 8,
- InvalidVisual = 17,
- NoCurrentPoint = 4,
- NoMemory = 1,
- NullPointer = 7,
- PatternTypeMismatch = 14,
- ReadError = 10,
- Success = 0,
- SurfaceFinished = 12,
- SurfaceTypeMismatch = 13,
- WriteError = 11,
- }
- [System.SerializableAttribute]
- public enum SubpixelOrder
- {
- Bgr = 2,
- Default = 0,
- Rgb = 1,
- Vbgr = 4,
- Vrgb = 3,
- }
- public partial class Surface : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected static System.Collections.Hashtable surfaces;
- [System.ObsoleteAttribute]
- protected Surface() { }
- [System.ObsoleteAttribute]
- protected Surface(System.IntPtr ptr) { }
- protected Surface(System.IntPtr handle, bool owner) { }
- public Cairo.Content Content { get { throw null; } }
- public Cairo.PointD DeviceOffset { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- [System.ObsoleteAttribute("Use Handle instead.")]
- public System.IntPtr Pointer { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SurfaceType SurfaceType { get { throw null; } }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(Cairo.Format format, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(ref byte[] data, Cairo.Format format, int width, int height, int stride) { throw null; }
- public Cairo.Surface CreateSimilar(Cairo.Content content, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Surface() { }
- public Cairo.Status Finish() { throw null; }
- public void Flush() { }
- public static Cairo.Surface Lookup(System.IntPtr surface, bool owned) { throw null; }
- public void MarkDirty() { }
- public void MarkDirty(Cairo.Rectangle rectangle) { }
- public void SetFallbackResolution(double x, double y) { }
- public void Show(Cairo.Context gr, double x, double y) { }
- public void WriteToPng(string filename) { }
- }
- public partial class SurfacePattern : Cairo.Pattern
- {
- public SurfacePattern(Cairo.Surface surface) { }
- public new Cairo.Extend Extend { get { throw null; } set { } }
- public Cairo.Filter Filter { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum SurfaceType
- {
- BeOS = 8,
- DirectFB = 9,
- Glitz = 5,
- Image = 0,
- Pdf = 1,
- PS = 2,
- Quartz = 6,
- Svg = 10,
- Win32 = 7,
- Xcb = 4,
- Xlib = 3,
- }
- public partial class SvgSurface : Cairo.Surface
- {
- public SvgSurface(string filename, double width, double height) { }
- public void RestrictToVersion(Cairo.SvgVersion version) { }
- }
- [System.SerializableAttribute]
- public enum SvgVersion
- {
- OnePointOne = 0,
- OnePointTwo = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TextExtents
- {
- public double Height { get { throw null; } set { } }
- public double Width { get { throw null; } set { } }
- public double XAdvance { get { throw null; } set { } }
- public double XBearing { get { throw null; } set { } }
- public double YAdvance { get { throw null; } set { } }
- public double YBearing { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- }
- public partial class Win32Surface : Cairo.Surface
- {
- public Win32Surface(System.IntPtr hdc) { }
- }
- public partial class XcbSurface : Cairo.Surface
- {
- public XcbSurface(System.IntPtr connection, uint drawable, System.IntPtr visual, int width, int height) { }
- public static Cairo.XcbSurface FromBitmap(System.IntPtr connection, uint bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetSize(int width, int height) { }
- }
- public partial class XlibSurface : Cairo.Surface
- {
- public XlibSurface(System.IntPtr ptr, bool own) { }
- public XlibSurface(System.IntPtr display, System.IntPtr drawable, System.IntPtr visual, int width, int height) { }
- public int Depth { get { throw null; } }
- public System.IntPtr Display { get { throw null; } }
- public System.IntPtr Drawable { get { throw null; } }
- public int Height { get { throw null; } }
- public System.IntPtr Screen { get { throw null; } }
- public System.IntPtr Visual { get { throw null; } }
- public int Width { get { throw null; } }
- public static Cairo.XlibSurface FromBitmap(System.IntPtr display, System.IntPtr bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetDrawable(System.IntPtr drawable, int width, int height) { }
- public void SetSize(int width, int height) { }
- }
-}
diff --git a/src/v4.5.1/Mono.Cecil.cs b/src/v4.5.1/Mono.Cecil.cs
deleted file mode 100644
index e1e3435..0000000
--- a/src/v4.5.1/Mono.Cecil.cs
+++ /dev/null
@@ -1,2297 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.9.5.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2011 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.9.5.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Mdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Pdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Rocks, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Runtime.InteropServices.GuidAttribute("fd225bb4-fa53-44b2-a6db-85f5e48dcb54")]
-namespace Mono.Cecil
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ArrayDimension
- {
- public ArrayDimension(System.Nullable<int> lowerBound, System.Nullable<int> upperBound) { throw null;}
- public bool IsSized { get { throw null; } }
- public System.Nullable<int> LowerBound { get { throw null; } set { } }
- public System.Nullable<int> UpperBound { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public sealed partial class ArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public ArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public int SizeParameterIndex { get { throw null; } set { } }
- public int SizeParameterMultiplier { get { throw null; } set { } }
- }
- public sealed partial class ArrayType : Mono.Cecil.TypeSpecification
- {
- public ArrayType(Mono.Cecil.TypeReference type) { }
- public ArrayType(Mono.Cecil.TypeReference type, int rank) { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ArrayDimension> Dimensions { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override bool IsArray { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public bool IsVector { get { throw null; } }
- public override string Name { get { throw null; } }
- public int Rank { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum AssemblyAttributes : uint
- {
- DisableJITCompileOptimizer = (uint)16384,
- EnableJITCompileTracking = (uint)32768,
- PublicKey = (uint)1,
- Retargetable = (uint)256,
- SideBySideCompatible = (uint)0,
- WindowsRuntime = (uint)512,
- }
- public sealed partial class AssemblyDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- internal AssemblyDefinition() { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.ModuleDefinition MainModule { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleDefinition> Modules { get { throw null; } }
- public Mono.Cecil.AssemblyNameDefinition Name { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public override string ToString() { throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum AssemblyHashAlgorithm : uint
- {
- None = (uint)0,
- Reserved = (uint)32771,
- SHA1 = (uint)32772,
- }
- public sealed partial class AssemblyLinkedResource : Mono.Cecil.Resource
- {
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference Assembly { get { throw null; } set { } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- public sealed partial class AssemblyNameDefinition : Mono.Cecil.AssemblyNameReference
- {
- public AssemblyNameDefinition(string name, System.Version version) : base (default(string), default(System.Version)) { }
- public override byte[] Hash { get { throw null; } }
- }
- public partial class AssemblyNameReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public AssemblyNameReference(string name, System.Version version) { }
- public Mono.Cecil.AssemblyAttributes Attributes { get { throw null; } set { } }
- public string Culture { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public virtual byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.AssemblyHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public bool HasPublicKey { get { throw null; } set { } }
- public bool IsRetargetable { get { throw null; } set { } }
- public bool IsSideBySideCompatible { get { throw null; } set { } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public byte[] PublicKey { get { throw null; } set { } }
- public byte[] PublicKeyToken { get { throw null; } set { } }
- public System.Version Version { get { throw null; } set { } }
- public static Mono.Cecil.AssemblyNameReference Parse(string fullName) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class AssemblyResolutionException : System.IO.FileNotFoundException
- {
- public AssemblyResolutionException(Mono.Cecil.AssemblyNameReference reference) { }
- protected AssemblyResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public sealed partial class AssemblyResolveEventArgs : System.EventArgs
- {
- public AssemblyResolveEventArgs(Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public delegate Mono.Cecil.AssemblyDefinition AssemblyResolveEventHandler(object sender, Mono.Cecil.AssemblyNameReference reference);
- public abstract partial class BaseAssemblyResolver : Mono.Cecil.IAssemblyResolver
- {
- protected BaseAssemblyResolver() { }
- public event Mono.Cecil.AssemblyResolveEventHandler ResolveFailure { add { } remove { } }
- public void AddSearchDirectory(string directory) { }
- public string[] GetSearchDirectories() { throw null; }
- public void RemoveSearchDirectory(string directory) { }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- }
- public sealed partial class ByReferenceType : Mono.Cecil.TypeSpecification
- {
- public ByReferenceType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsByReference { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- public sealed partial class CallSite : Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public CallSite(Mono.Cecil.TypeReference returnType) { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public sealed partial class CustomAttribute : Mono.Cecil.ICustomAttribute
- {
- public CustomAttribute(Mono.Cecil.MethodReference constructor) { }
- public CustomAttribute(Mono.Cecil.MethodReference constructor, byte[] blob) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } }
- public Mono.Cecil.MethodReference Constructor { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeArgument> ConstructorArguments { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasConstructorArguments { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool IsResolved { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeArgument
- {
- public CustomAttributeArgument(Mono.Cecil.TypeReference type, object value) { throw null;}
- public Mono.Cecil.TypeReference Type { get { throw null; } }
- public object Value { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgument
- {
- public CustomAttributeNamedArgument(string name, Mono.Cecil.CustomAttributeArgument argument) { throw null;}
- public Mono.Cecil.CustomAttributeArgument Argument { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public sealed partial class CustomMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public CustomMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public string Cookie { get { throw null; } set { } }
- public System.Guid Guid { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ManagedType { get { throw null; } set { } }
- public string UnmanagedType { get { throw null; } set { } }
- }
- public partial class DefaultAssemblyResolver : Mono.Cecil.BaseAssemblyResolver
- {
- public DefaultAssemblyResolver() { }
- protected void RegisterAssembly(Mono.Cecil.AssemblyDefinition assembly) { }
- public override Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- }
- public sealed partial class EmbeddedResource : Mono.Cecil.Resource
- {
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, byte[] data) { }
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, System.IO.Stream stream) { }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- public byte[] GetResourceData() { throw null; }
- public System.IO.Stream GetResourceStream() { throw null; }
- }
- [System.FlagsAttribute]
- public enum EventAttributes : ushort
- {
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- }
- public sealed partial class EventDefinition : Mono.Cecil.EventReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public EventDefinition(string name, Mono.Cecil.EventAttributes attributes, Mono.Cecil.TypeReference eventType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodDefinition AddMethod { get { throw null; } set { } }
- public Mono.Cecil.EventAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasOtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition InvokeMethod { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition RemoveMethod { get { throw null; } set { } }
- public override Mono.Cecil.EventDefinition Resolve() { throw null; }
- }
- public abstract partial class EventReference : Mono.Cecil.MemberReference
- {
- protected EventReference(string name, Mono.Cecil.TypeReference eventType) { }
- public Mono.Cecil.TypeReference EventType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public abstract Mono.Cecil.EventDefinition Resolve();
- }
- public partial class ExportedType : Mono.Cecil.IMetadataTokenProvider
- {
- public ExportedType(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ExportedType DeclaringType { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public int Identifier { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsForwarder { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public Mono.Cecil.TypeDefinition Resolve() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum FieldAttributes : ushort
- {
- Assembly = (ushort)3,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- FieldAccessMask = (ushort)7,
- HasDefault = (ushort)32768,
- HasFieldMarshal = (ushort)4096,
- HasFieldRVA = (ushort)256,
- InitOnly = (ushort)32,
- Literal = (ushort)64,
- NotSerialized = (ushort)128,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Static = (ushort)16,
- }
- public sealed partial class FieldDefinition : Mono.Cecil.FieldReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public FieldDefinition(string name, Mono.Cecil.FieldAttributes attributes, Mono.Cecil.TypeReference fieldType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.FieldAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMarshalInfo { get { throw null; } }
- public byte[] InitialValue { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsInitOnly { get { throw null; } set { } }
- public bool IsLiteral { get { throw null; } set { } }
- public bool IsNotSerialized { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public override Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public partial class FieldReference : Mono.Cecil.MemberReference
- {
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType) { }
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType, Mono.Cecil.TypeReference declaringType) { }
- public Mono.Cecil.TypeReference FieldType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public sealed partial class FixedArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FixedSysStringMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedSysStringMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FunctionPointerType : Mono.Cecil.TypeSpecification, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public FunctionPointerType() { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsFunctionPointer { get { throw null; } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public sealed partial class GenericInstanceMethod : Mono.Cecil.MethodSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceMethod(Mono.Cecil.MethodReference method) { }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericInstanceType : Mono.Cecil.TypeSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceType(Mono.Cecil.TypeReference type) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericParameter : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericParameter(Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public GenericParameter(int position, Mono.Cecil.GenericParameterType type, Mono.Cecil.ModuleDefinition module) : base (default(string), default(string)) { }
- public GenericParameter(string name, Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public Mono.Cecil.GenericParameterAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Constraints { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodReference DeclaringMethod { get { throw null; } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasConstraints { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefaultConstructorConstraint { get { throw null; } set { } }
- public bool HasNotNullableValueTypeConstraint { get { throw null; } set { } }
- public bool HasReferenceTypeConstraint { get { throw null; } set { } }
- public bool IsContravariant { get { throw null; } set { } }
- public bool IsCovariant { get { throw null; } set { } }
- public override bool IsGenericParameter { get { throw null; } }
- public bool IsNonVariant { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IGenericParameterProvider Owner { get { throw null; } }
- public int Position { get { throw null; } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public Mono.Cecil.GenericParameterType Type { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum GenericParameterAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstraint = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public enum GenericParameterType
- {
- Method = 1,
- Type = 0,
- }
- public partial interface IAssemblyResolver
- {
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name);
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters);
- }
- public partial interface IConstantProvider : Mono.Cecil.IMetadataTokenProvider
- {
- object Constant { get; set; }
- bool HasConstant { get; set; }
- }
- public partial interface ICustomAttribute
- {
- Mono.Cecil.TypeReference AttributeType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get; }
- bool HasFields { get; }
- bool HasProperties { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get; }
- }
- public partial interface ICustomAttributeProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get; }
- bool HasCustomAttributes { get; }
- }
- public partial interface IGenericInstance : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get; }
- bool HasGenericArguments { get; }
- }
- public partial interface IGenericParameterProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get; }
- Mono.Cecil.GenericParameterType GenericParameterType { get; }
- bool HasGenericParameters { get; }
- bool IsDefinition { get; }
- Mono.Cecil.ModuleDefinition Module { get; }
- }
- public partial interface IMarshalInfoProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasMarshalInfo { get; }
- Mono.Cecil.MarshalInfo MarshalInfo { get; set; }
- }
- public partial interface IMemberDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.TypeDefinition DeclaringType { get; set; }
- string FullName { get; }
- bool IsRuntimeSpecialName { get; set; }
- bool IsSpecialName { get; set; }
- string Name { get; set; }
- }
- public partial interface IMetadataResolver
- {
- Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field);
- Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method);
- Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type);
- }
- public partial interface IMetadataScope : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MetadataScopeType MetadataScopeType { get; }
- string Name { get; set; }
- }
- public partial interface IMetadataTokenProvider
- {
- Mono.Cecil.MetadataToken MetadataToken { get; set; }
- }
- public partial interface IMethodSignature : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MethodCallingConvention CallingConvention { get; set; }
- bool ExplicitThis { get; set; }
- bool HasParameters { get; }
- bool HasThis { get; set; }
- Mono.Cecil.MethodReturnType MethodReturnType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- Mono.Cecil.TypeReference ReturnType { get; set; }
- }
- public partial interface IModifierType
- {
- Mono.Cecil.TypeReference ElementType { get; }
- Mono.Cecil.TypeReference ModifierType { get; }
- }
- public partial interface ISecurityDeclarationProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasSecurityDeclarations { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get; }
- }
- public sealed partial class LinkedResource : Mono.Cecil.Resource
- {
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, string file) { }
- public string File { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ManifestResourceAttributes : uint
- {
- Private = (uint)2,
- Public = (uint)1,
- VisibilityMask = (uint)7,
- }
- public partial class MarshalInfo
- {
- public MarshalInfo(Mono.Cecil.NativeType native) { }
- public Mono.Cecil.NativeType NativeType { get { throw null; } set { } }
- }
- public abstract partial class MemberReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal MemberReference() { }
- public virtual Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public abstract string FullName { get; }
- public virtual bool IsDefinition { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public virtual Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public virtual string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class MetadataResolver : Mono.Cecil.IMetadataResolver
- {
- public MetadataResolver(Mono.Cecil.IAssemblyResolver assemblyResolver) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public static Mono.Cecil.MethodDefinition GetMethod(Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> methods, Mono.Cecil.MethodReference reference) { throw null; }
- public virtual Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field) { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method) { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type) { throw null; }
- }
- public enum MetadataScopeType
- {
- AssemblyNameReference = 0,
- ModuleDefinition = 2,
- ModuleReference = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MetadataToken
- {
- public static readonly Mono.Cecil.MetadataToken Zero;
- public MetadataToken(Mono.Cecil.TokenType type) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, int rid) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, uint rid) { throw null;}
- public MetadataToken(uint token) { throw null;}
- public uint RID { get { throw null; } }
- public Mono.Cecil.TokenType TokenType { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public static bool operator !=(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public int ToInt32() { throw null; }
- public override string ToString() { throw null; }
- public uint ToUInt32() { throw null; }
- }
- public enum MetadataType : byte
- {
- Array = (byte)20,
- Boolean = (byte)2,
- ByReference = (byte)16,
- Byte = (byte)5,
- Char = (byte)3,
- Class = (byte)18,
- Double = (byte)13,
- FunctionPointer = (byte)27,
- GenericInstance = (byte)21,
- Int16 = (byte)6,
- Int32 = (byte)8,
- Int64 = (byte)10,
- IntPtr = (byte)24,
- MVar = (byte)30,
- Object = (byte)28,
- OptionalModifier = (byte)32,
- Pinned = (byte)69,
- Pointer = (byte)15,
- RequiredModifier = (byte)31,
- SByte = (byte)4,
- Sentinel = (byte)65,
- Single = (byte)12,
- String = (byte)14,
- TypedByReference = (byte)22,
- UInt16 = (byte)7,
- UInt32 = (byte)9,
- UInt64 = (byte)11,
- UIntPtr = (byte)25,
- ValueType = (byte)17,
- Var = (byte)19,
- Void = (byte)1,
- }
- [System.FlagsAttribute]
- public enum MethodAttributes : ushort
- {
- Abstract = (ushort)1024,
- Assembly = (ushort)3,
- CheckAccessOnOverride = (ushort)512,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- Final = (ushort)32,
- HasSecurity = (ushort)16384,
- HideBySig = (ushort)128,
- MemberAccessMask = (ushort)7,
- NewSlot = (ushort)256,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RequireSecObject = (ushort)32768,
- ReuseSlot = (ushort)0,
- RTSpecialName = (ushort)4096,
- SpecialName = (ushort)2048,
- Static = (ushort)16,
- UnmanagedExport = (ushort)8,
- Virtual = (ushort)64,
- VtableLayoutMask = (ushort)256,
- }
- public enum MethodCallingConvention : byte
- {
- C = (byte)1,
- Default = (byte)0,
- FastCall = (byte)4,
- Generic = (byte)16,
- StdCall = (byte)2,
- ThisCall = (byte)3,
- VarArg = (byte)5,
- }
- public sealed partial class MethodDefinition : Mono.Cecil.MethodReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public MethodDefinition(string name, Mono.Cecil.MethodAttributes attributes, Mono.Cecil.TypeReference returnType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasBody { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasOverrides { get { throw null; } }
- public bool HasPInvokeInfo { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodImplAttributes ImplAttributes { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAddOn { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCheckAccessOnOverride { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public bool IsConstructor { get { throw null; } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsFinal { get { throw null; } set { } }
- public bool IsFire { get { throw null; } set { } }
- public bool IsForwardRef { get { throw null; } set { } }
- public bool IsGetter { get { throw null; } set { } }
- public bool IsHideBySig { get { throw null; } set { } }
- public bool IsIL { get { throw null; } set { } }
- public bool IsInternalCall { get { throw null; } set { } }
- public bool IsManaged { get { throw null; } set { } }
- public bool IsNative { get { throw null; } set { } }
- public bool IsNewSlot { get { throw null; } set { } }
- public bool IsOther { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPreserveSig { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRemoveOn { get { throw null; } set { } }
- public bool IsReuseSlot { get { throw null; } set { } }
- public bool IsRuntime { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSetter { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public bool IsSynchronized { get { throw null; } set { } }
- public bool IsUnmanaged { get { throw null; } set { } }
- public bool IsUnmanagedExport { get { throw null; } set { } }
- public bool IsVirtual { get { throw null; } set { } }
- public bool NoInlining { get { throw null; } set { } }
- public bool NoOptimization { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodReference> Overrides { get { throw null; } }
- public Mono.Cecil.PInvokeInfo PInvokeInfo { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodSemanticsAttributes SemanticsAttributes { get { throw null; } set { } }
- public override Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum MethodImplAttributes : ushort
- {
- CodeTypeMask = (ushort)3,
- ForwardRef = (ushort)16,
- IL = (ushort)0,
- InternalCall = (ushort)4096,
- Managed = (ushort)0,
- ManagedMask = (ushort)4,
- Native = (ushort)1,
- NoInlining = (ushort)8,
- NoOptimization = (ushort)64,
- OPTIL = (ushort)2,
- PreserveSig = (ushort)128,
- Runtime = (ushort)3,
- Synchronized = (ushort)32,
- Unmanaged = (ushort)4,
- }
- public partial class MethodReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public MethodReference(string name, Mono.Cecil.TypeReference returnType) { }
- public MethodReference(string name, Mono.Cecil.TypeReference returnType, Mono.Cecil.TypeReference declaringType) { }
- public virtual Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public virtual bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool HasParameters { get { throw null; } }
- public virtual bool HasThis { get { throw null; } set { } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public virtual Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- public sealed partial class MethodReturnType : Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public MethodReturnType(Mono.Cecil.IMethodSignature method) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum MethodSemanticsAttributes : ushort
- {
- AddOn = (ushort)8,
- Fire = (ushort)32,
- Getter = (ushort)2,
- None = (ushort)0,
- Other = (ushort)4,
- RemoveOn = (ushort)16,
- Setter = (ushort)1,
- }
- public abstract partial class MethodSpecification : Mono.Cecil.MethodReference
- {
- internal MethodSpecification() : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public override Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public Mono.Cecil.MethodReference ElementMethod { get { throw null; } }
- public override bool ExplicitThis { get { throw null; } set { } }
- public override bool HasParameters { get { throw null; } }
- public override bool HasThis { get { throw null; } set { } }
- public override Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public sealed override Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- }
- [System.FlagsAttribute]
- public enum ModuleAttributes
- {
- ILOnly = 1,
- Preferred32Bit = 131072,
- Required32Bit = 2,
- StrongNameSigned = 8,
- }
- [System.FlagsAttribute]
- public enum ModuleCharacteristics
- {
- AppContainer = 4096,
- DynamicBase = 64,
- HighEntropyVA = 32,
- NoSEH = 1024,
- NXCompat = 256,
- TerminalServerAware = 32768,
- }
- public sealed partial class ModuleDefinition : Mono.Cecil.ModuleReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- internal ModuleDefinition() : base (default(string)) { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.AssemblyDefinition Assembly { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.AssemblyNameReference> AssemblyReferences { get { throw null; } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public Mono.Cecil.ModuleAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ModuleCharacteristics Characteristics { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ExportedType> ExportedTypes { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public bool HasAssemblyReferences { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDebugHeader { get { throw null; } }
- public bool HasExportedTypes { get { throw null; } }
- public bool HasModuleReferences { get { throw null; } }
- public bool HasResources { get { throw null; } }
- public bool HasSymbols { get { throw null; } }
- public bool HasTypes { get { throw null; } }
- public bool IsMain { get { throw null; } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } }
- public override Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleReference> ModuleReferences { get { throw null; } }
- public System.Guid Mvid { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Resource> Resources { get { throw null; } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReader SymbolReader { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> Types { get { throw null; } }
- public Mono.Cecil.TypeSystem TypeSystem { get { throw null; } }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public Mono.Cecil.Cil.ImageDebugDirectory GetDebugHeader(out byte[] header) { header = default(byte[]); throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.MemberReference> GetMemberReferences() { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string fullName) { throw null; }
- public Mono.Cecil.TypeReference GetType(string fullName, bool runtimeName) { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string @namespace, string name) { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeReference> GetTypeReferences() { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeDefinition> GetTypes() { throw null; }
- public bool HasTypeReference(string fullName) { throw null; }
- public bool HasTypeReference(string scope, string fullName) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(Mono.Cecil.MetadataToken token) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(int token) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public void ReadSymbols() { }
- public void ReadSymbols(Mono.Cecil.Cil.ISymbolReader reader) { }
- public bool TryGetTypeReference(string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public bool TryGetTypeReference(string scope, string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum ModuleKind
- {
- Console = 1,
- Dll = 0,
- NetModule = 3,
- Windows = 2,
- }
- public sealed partial class ModuleParameters
- {
- public ModuleParameters() { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- }
- public partial class ModuleReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public ModuleReference(string name) { }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public enum NativeType
- {
- ANSIBStr = 35,
- Array = 42,
- ASAny = 40,
- Boolean = 2,
- BStr = 19,
- ByValStr = 34,
- Currency = 15,
- CustomMarshaler = 44,
- Error = 45,
- FixedArray = 30,
- FixedSysString = 23,
- Func = 38,
- I1 = 3,
- I2 = 5,
- I4 = 7,
- I8 = 9,
- IDispatch = 26,
- Int = 31,
- IntF = 28,
- IUnknown = 25,
- LPStr = 20,
- LPStruct = 43,
- LPTStr = 22,
- LPWStr = 21,
- Max = 80,
- None = 102,
- R4 = 11,
- R8 = 12,
- SafeArray = 29,
- Struct = 27,
- TBStr = 36,
- U1 = 4,
- U2 = 6,
- U4 = 8,
- U8 = 10,
- UInt = 32,
- VariantBool = 37,
- }
- public sealed partial class OptionalModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public OptionalModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsOptionalModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ParameterAttributes : ushort
- {
- HasDefault = (ushort)4096,
- HasFieldMarshal = (ushort)8192,
- In = (ushort)1,
- Lcid = (ushort)4,
- None = (ushort)0,
- Optional = (ushort)16,
- Out = (ushort)2,
- Retval = (ushort)8,
- Unused = (ushort)53216,
- }
- public sealed partial class ParameterDefinition : Mono.Cecil.ParameterReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public ParameterDefinition(Mono.Cecil.TypeReference parameterType) { }
- public ParameterDefinition(string name, Mono.Cecil.ParameterAttributes attributes, Mono.Cecil.TypeReference parameterType) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public bool IsIn { get { throw null; } set { } }
- public bool IsLcid { get { throw null; } set { } }
- public bool IsOptional { get { throw null; } set { } }
- public bool IsOut { get { throw null; } set { } }
- public bool IsReturnValue { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public int Sequence { get { throw null; } }
- public override Mono.Cecil.ParameterDefinition Resolve() { throw null; }
- }
- public abstract partial class ParameterReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal ParameterReference() { }
- protected Mono.Cecil.TypeReference parameter_type;
- public int Index { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ParameterType { get { throw null; } set { } }
- public abstract Mono.Cecil.ParameterDefinition Resolve();
- public override string ToString() { throw null; }
- }
- public sealed partial class PinnedType : Mono.Cecil.TypeSpecification
- {
- public PinnedType(Mono.Cecil.TypeReference type) { }
- public override bool IsPinned { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum PInvokeAttributes : ushort
- {
- BestFitDisabled = (ushort)32,
- BestFitEnabled = (ushort)16,
- BestFitMask = (ushort)48,
- CallConvCdecl = (ushort)512,
- CallConvFastcall = (ushort)1280,
- CallConvMask = (ushort)1792,
- CallConvStdCall = (ushort)768,
- CallConvThiscall = (ushort)1024,
- CallConvWinapi = (ushort)256,
- CharSetAnsi = (ushort)2,
- CharSetAuto = (ushort)6,
- CharSetMask = (ushort)6,
- CharSetNotSpec = (ushort)0,
- CharSetUnicode = (ushort)4,
- NoMangle = (ushort)1,
- SupportsLastError = (ushort)64,
- ThrowOnUnmappableCharDisabled = (ushort)8192,
- ThrowOnUnmappableCharEnabled = (ushort)4096,
- ThrowOnUnmappableCharMask = (ushort)12288,
- }
- public sealed partial class PInvokeInfo
- {
- public PInvokeInfo(Mono.Cecil.PInvokeAttributes attributes, string entryPoint, Mono.Cecil.ModuleReference module) { }
- public Mono.Cecil.PInvokeAttributes Attributes { get { throw null; } set { } }
- public string EntryPoint { get { throw null; } set { } }
- public bool IsBestFitDisabled { get { throw null; } set { } }
- public bool IsBestFitEnabled { get { throw null; } set { } }
- public bool IsCallConvCdecl { get { throw null; } set { } }
- public bool IsCallConvFastcall { get { throw null; } set { } }
- public bool IsCallConvStdCall { get { throw null; } set { } }
- public bool IsCallConvThiscall { get { throw null; } set { } }
- public bool IsCallConvWinapi { get { throw null; } set { } }
- public bool IsCharSetAnsi { get { throw null; } set { } }
- public bool IsCharSetAuto { get { throw null; } set { } }
- public bool IsCharSetNotSpec { get { throw null; } set { } }
- public bool IsCharSetUnicode { get { throw null; } set { } }
- public bool IsNoMangle { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharDisabled { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharEnabled { get { throw null; } set { } }
- public Mono.Cecil.ModuleReference Module { get { throw null; } set { } }
- public bool SupportsLastError { get { throw null; } set { } }
- }
- public sealed partial class PointerType : Mono.Cecil.TypeSpecification
- {
- public PointerType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsPointer { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum PropertyAttributes : ushort
- {
- HasDefault = (ushort)4096,
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Unused = (ushort)59903,
- }
- public sealed partial class PropertyDefinition : Mono.Cecil.PropertyReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public PropertyDefinition(string name, Mono.Cecil.PropertyAttributes attributes, Mono.Cecil.TypeReference propertyType) { }
- public Mono.Cecil.PropertyAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Cecil.MethodDefinition GetMethod { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasOtherMethods { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.MethodDefinition SetMethod { get { throw null; } set { } }
- public override Mono.Cecil.PropertyDefinition Resolve() { throw null; }
- }
- public abstract partial class PropertyReference : Mono.Cecil.MemberReference
- {
- internal PropertyReference() { }
- public abstract Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- public Mono.Cecil.TypeReference PropertyType { get { throw null; } set { } }
- public abstract Mono.Cecil.PropertyDefinition Resolve();
- }
- public sealed partial class ReaderParameters
- {
- public ReaderParameters() { }
- public ReaderParameters(Mono.Cecil.ReadingMode readingMode) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.ReadingMode ReadingMode { get { throw null; } set { } }
- public bool ReadSymbols { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReaderProvider SymbolReaderProvider { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- }
- public enum ReadingMode
- {
- Deferred = 2,
- Immediate = 1,
- }
- public sealed partial class RequiredModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public RequiredModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsRequiredModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class ResolutionException : System.Exception
- {
- public ResolutionException(Mono.Cecil.MemberReference member) { }
- protected ResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.MemberReference Member { get { throw null; } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- }
- public abstract partial class Resource
- {
- internal Resource() { }
- public Mono.Cecil.ManifestResourceAttributes Attributes { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public abstract Mono.Cecil.ResourceType ResourceType { get; }
- }
- public enum ResourceType
- {
- AssemblyLinked = 2,
- Embedded = 1,
- Linked = 0,
- }
- public sealed partial class SafeArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public SafeArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.VariantType ElementType { get { throw null; } set { } }
- }
- public enum SecurityAction : ushort
- {
- Assert = (ushort)3,
- Demand = (ushort)2,
- Deny = (ushort)4,
- InheritDemand = (ushort)7,
- LinkDemand = (ushort)6,
- NonCasDemand = (ushort)13,
- NonCasInheritance = (ushort)15,
- NonCasLinkDemand = (ushort)14,
- PermitOnly = (ushort)5,
- PreJitDeny = (ushort)12,
- PreJitGrant = (ushort)11,
- Request = (ushort)1,
- RequestMinimum = (ushort)8,
- RequestOptional = (ushort)9,
- RequestRefuse = (ushort)10,
- }
- public sealed partial class SecurityAttribute : Mono.Cecil.ICustomAttribute
- {
- public SecurityAttribute(Mono.Cecil.TypeReference attributeType) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- }
- public sealed partial class SecurityDeclaration
- {
- public SecurityDeclaration(Mono.Cecil.SecurityAction action) { }
- public SecurityDeclaration(Mono.Cecil.SecurityAction action, byte[] blob) { }
- public Mono.Cecil.SecurityAction Action { get { throw null; } set { } }
- public bool HasSecurityAttributes { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityAttribute> SecurityAttributes { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- public sealed partial class SentinelType : Mono.Cecil.TypeSpecification
- {
- public SentinelType(Mono.Cecil.TypeReference type) { }
- public override bool IsSentinel { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- public enum TargetArchitecture
- {
- AMD64 = 1,
- ARMv7 = 3,
- I386 = 0,
- IA64 = 2,
- }
- public enum TargetRuntime
- {
- Net_1_0 = 0,
- Net_1_1 = 1,
- Net_2_0 = 2,
- Net_4_0 = 3,
- }
- public enum TokenType : uint
- {
- Assembly = (uint)536870912,
- AssemblyRef = (uint)587202560,
- CustomAttribute = (uint)201326592,
- Event = (uint)335544320,
- ExportedType = (uint)654311424,
- Field = (uint)67108864,
- File = (uint)637534208,
- GenericParam = (uint)704643072,
- InterfaceImpl = (uint)150994944,
- ManifestResource = (uint)671088640,
- MemberRef = (uint)167772160,
- Method = (uint)100663296,
- MethodSpec = (uint)721420288,
- Module = (uint)0,
- ModuleRef = (uint)436207616,
- Param = (uint)134217728,
- Permission = (uint)234881024,
- Property = (uint)385875968,
- Signature = (uint)285212672,
- String = (uint)1879048192,
- TypeDef = (uint)33554432,
- TypeRef = (uint)16777216,
- TypeSpec = (uint)452984832,
- }
- [System.FlagsAttribute]
- public enum TypeAttributes : uint
- {
- Abstract = (uint)128,
- AnsiClass = (uint)0,
- AutoClass = (uint)131072,
- AutoLayout = (uint)0,
- BeforeFieldInit = (uint)1048576,
- Class = (uint)0,
- ClassSemanticMask = (uint)32,
- ExplicitLayout = (uint)16,
- Forwarder = (uint)2097152,
- HasSecurity = (uint)262144,
- Import = (uint)4096,
- Interface = (uint)32,
- LayoutMask = (uint)24,
- NestedAssembly = (uint)5,
- NestedFamANDAssem = (uint)6,
- NestedFamily = (uint)4,
- NestedFamORAssem = (uint)7,
- NestedPrivate = (uint)3,
- NestedPublic = (uint)2,
- NotPublic = (uint)0,
- Public = (uint)1,
- RTSpecialName = (uint)2048,
- Sealed = (uint)256,
- SequentialLayout = (uint)8,
- Serializable = (uint)8192,
- SpecialName = (uint)1024,
- StringFormatMask = (uint)196608,
- UnicodeClass = (uint)65536,
- VisibilityMask = (uint)7,
- WindowsRuntime = (uint)16384,
- }
- public sealed partial class TypeDefinition : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes) : base (default(string), default(string)) { }
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes, Mono.Cecil.TypeReference baseType) : base (default(string), default(string)) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.TypeReference BaseType { get { throw null; } set { } }
- public int ClassSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.EventDefinition> Events { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.FieldDefinition> Fields { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasEvents { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasInterfaces { get { throw null; } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMethods { get { throw null; } }
- public bool HasNestedTypes { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Interfaces { get { throw null; } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public override bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public override bool IsValueType { get { throw null; } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> Methods { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> NestedTypes { get { throw null; } }
- public short PackingSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.PropertyDefinition> Properties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public partial class TypeReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider
- {
- protected Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> generic_parameters;
- protected TypeReference(string @namespace, string name) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope, bool valueType) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool IsArray { get { throw null; } }
- public virtual bool IsByReference { get { throw null; } }
- public virtual bool IsFunctionPointer { get { throw null; } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual bool IsGenericParameter { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsOptionalModifier { get { throw null; } }
- public virtual bool IsPinned { get { throw null; } }
- public virtual bool IsPointer { get { throw null; } }
- public virtual bool IsPrimitive { get { throw null; } }
- public virtual bool IsRequiredModifier { get { throw null; } }
- public virtual bool IsSentinel { get { throw null; } }
- public virtual bool IsValueType { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public virtual string Namespace { get { throw null; } set { } }
- public virtual Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public virtual Mono.Cecil.TypeReference GetElementType() { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public abstract partial class TypeSpecification : Mono.Cecil.TypeReference
- {
- internal TypeSpecification() : base (default(string), default(string)) { }
- public Mono.Cecil.TypeReference ElementType { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- }
- public abstract partial class TypeSystem
- {
- internal TypeSystem() { }
- public Mono.Cecil.TypeReference Boolean { get { throw null; } }
- public Mono.Cecil.TypeReference Byte { get { throw null; } }
- public Mono.Cecil.TypeReference Char { get { throw null; } }
- public Mono.Cecil.IMetadataScope Corlib { get { throw null; } }
- public Mono.Cecil.TypeReference Double { get { throw null; } }
- public Mono.Cecil.TypeReference Int16 { get { throw null; } }
- public Mono.Cecil.TypeReference Int32 { get { throw null; } }
- public Mono.Cecil.TypeReference Int64 { get { throw null; } }
- public Mono.Cecil.TypeReference IntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Object { get { throw null; } }
- public Mono.Cecil.TypeReference SByte { get { throw null; } }
- public Mono.Cecil.TypeReference Single { get { throw null; } }
- public Mono.Cecil.TypeReference String { get { throw null; } }
- public Mono.Cecil.TypeReference TypedReference { get { throw null; } }
- public Mono.Cecil.TypeReference UInt16 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt32 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt64 { get { throw null; } }
- public Mono.Cecil.TypeReference UIntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Void { get { throw null; } }
- }
- public enum VariantType
- {
- Bool = 11,
- BStr = 8,
- CY = 6,
- Date = 7,
- Decimal = 14,
- Dispatch = 9,
- Error = 10,
- I1 = 16,
- I2 = 2,
- I4 = 3,
- Int = 22,
- None = 0,
- R4 = 4,
- R8 = 5,
- UI1 = 17,
- UI2 = 18,
- UI4 = 19,
- UInt = 23,
- Unknown = 13,
- Variant = 12,
- }
- public sealed partial class WriterParameters
- {
- public WriterParameters() { }
- public System.Reflection.StrongNameKeyPair StrongNameKeyPair { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolWriterProvider SymbolWriterProvider { get { throw null; } set { } }
- public bool WriteSymbols { get { throw null; } set { } }
- }
-}
-namespace Mono.Cecil.Cil
-{
- public enum Code
- {
- Add = 87,
- Add_Ovf = 180,
- Add_Ovf_Un = 181,
- And = 94,
- Arglist = 191,
- Beq = 58,
- Beq_S = 45,
- Bge = 59,
- Bge_S = 46,
- Bge_Un = 64,
- Bge_Un_S = 51,
- Bgt = 60,
- Bgt_S = 47,
- Bgt_Un = 65,
- Bgt_Un_S = 52,
- Ble = 61,
- Ble_S = 48,
- Ble_Un = 66,
- Ble_Un_S = 53,
- Blt = 62,
- Blt_S = 49,
- Blt_Un = 67,
- Blt_Un_S = 54,
- Bne_Un = 63,
- Bne_Un_S = 50,
- Box = 137,
- Br = 55,
- Break = 1,
- Brfalse = 56,
- Brfalse_S = 43,
- Brtrue = 57,
- Brtrue_S = 44,
- Br_S = 42,
- Call = 39,
- Calli = 40,
- Callvirt = 110,
- Castclass = 115,
- Ceq = 192,
- Cgt = 193,
- Cgt_Un = 194,
- Ckfinite = 172,
- Clt = 195,
- Clt_Un = 196,
- Constrained = 211,
- Conv_I = 177,
- Conv_I1 = 102,
- Conv_I2 = 103,
- Conv_I4 = 104,
- Conv_I8 = 105,
- Conv_Ovf_I = 178,
- Conv_Ovf_I1 = 163,
- Conv_Ovf_I1_Un = 127,
- Conv_Ovf_I2 = 165,
- Conv_Ovf_I2_Un = 128,
- Conv_Ovf_I4 = 167,
- Conv_Ovf_I4_Un = 129,
- Conv_Ovf_I8 = 169,
- Conv_Ovf_I8_Un = 130,
- Conv_Ovf_I_Un = 135,
- Conv_Ovf_U = 179,
- Conv_Ovf_U1 = 164,
- Conv_Ovf_U1_Un = 131,
- Conv_Ovf_U2 = 166,
- Conv_Ovf_U2_Un = 132,
- Conv_Ovf_U4 = 168,
- Conv_Ovf_U4_Un = 133,
- Conv_Ovf_U8 = 170,
- Conv_Ovf_U8_Un = 134,
- Conv_Ovf_U_Un = 136,
- Conv_R4 = 106,
- Conv_R8 = 107,
- Conv_R_Un = 117,
- Conv_U = 190,
- Conv_U1 = 176,
- Conv_U2 = 175,
- Conv_U4 = 108,
- Conv_U8 = 109,
- Cpblk = 212,
- Cpobj = 111,
- Div = 90,
- Div_Un = 91,
- Dup = 36,
- Endfilter = 206,
- Endfinally = 186,
- Initblk = 213,
- Initobj = 210,
- Isinst = 116,
- Jmp = 38,
- Ldarg = 199,
- Ldarga = 200,
- Ldarga_S = 15,
- Ldarg_0 = 2,
- Ldarg_1 = 3,
- Ldarg_2 = 4,
- Ldarg_3 = 5,
- Ldarg_S = 14,
- Ldc_I4 = 32,
- Ldc_I4_0 = 22,
- Ldc_I4_1 = 23,
- Ldc_I4_2 = 24,
- Ldc_I4_3 = 25,
- Ldc_I4_4 = 26,
- Ldc_I4_5 = 27,
- Ldc_I4_6 = 28,
- Ldc_I4_7 = 29,
- Ldc_I4_8 = 30,
- Ldc_I4_M1 = 21,
- Ldc_I4_S = 31,
- Ldc_I8 = 33,
- Ldc_R4 = 34,
- Ldc_R8 = 35,
- Ldelema = 140,
- Ldelem_Any = 160,
- Ldelem_I = 148,
- Ldelem_I1 = 141,
- Ldelem_I2 = 143,
- Ldelem_I4 = 145,
- Ldelem_I8 = 147,
- Ldelem_R4 = 149,
- Ldelem_R8 = 150,
- Ldelem_Ref = 151,
- Ldelem_U1 = 142,
- Ldelem_U2 = 144,
- Ldelem_U4 = 146,
- Ldfld = 120,
- Ldflda = 121,
- Ldftn = 197,
- Ldind_I = 76,
- Ldind_I1 = 69,
- Ldind_I2 = 71,
- Ldind_I4 = 73,
- Ldind_I8 = 75,
- Ldind_R4 = 77,
- Ldind_R8 = 78,
- Ldind_Ref = 79,
- Ldind_U1 = 70,
- Ldind_U2 = 72,
- Ldind_U4 = 74,
- Ldlen = 139,
- Ldloc = 202,
- Ldloca = 203,
- Ldloca_S = 18,
- Ldloc_0 = 6,
- Ldloc_1 = 7,
- Ldloc_2 = 8,
- Ldloc_3 = 9,
- Ldloc_S = 17,
- Ldnull = 20,
- Ldobj = 112,
- Ldsfld = 123,
- Ldsflda = 124,
- Ldstr = 113,
- Ldtoken = 174,
- Ldvirtftn = 198,
- Leave = 187,
- Leave_S = 188,
- Localloc = 205,
- Mkrefany = 173,
- Mul = 89,
- Mul_Ovf = 182,
- Mul_Ovf_Un = 183,
- Neg = 100,
- Newarr = 138,
- Newobj = 114,
- No = 214,
- Nop = 0,
- Not = 101,
- Or = 95,
- Pop = 37,
- Readonly = 218,
- Refanytype = 217,
- Refanyval = 171,
- Rem = 92,
- Rem_Un = 93,
- Ret = 41,
- Rethrow = 215,
- Shl = 97,
- Shr = 98,
- Shr_Un = 99,
- Sizeof = 216,
- Starg = 201,
- Starg_S = 16,
- Stelem_Any = 161,
- Stelem_I = 152,
- Stelem_I1 = 153,
- Stelem_I2 = 154,
- Stelem_I4 = 155,
- Stelem_I8 = 156,
- Stelem_R4 = 157,
- Stelem_R8 = 158,
- Stelem_Ref = 159,
- Stfld = 122,
- Stind_I = 189,
- Stind_I1 = 81,
- Stind_I2 = 82,
- Stind_I4 = 83,
- Stind_I8 = 84,
- Stind_R4 = 85,
- Stind_R8 = 86,
- Stind_Ref = 80,
- Stloc = 204,
- Stloc_0 = 10,
- Stloc_1 = 11,
- Stloc_2 = 12,
- Stloc_3 = 13,
- Stloc_S = 19,
- Stobj = 126,
- Stsfld = 125,
- Sub = 88,
- Sub_Ovf = 184,
- Sub_Ovf_Un = 185,
- Switch = 68,
- Tail = 209,
- Throw = 119,
- Unaligned = 207,
- Unbox = 118,
- Unbox_Any = 162,
- Volatile = 208,
- Xor = 96,
- }
- public sealed partial class Document
- {
- public Document(string url) { }
- public byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguage Language { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguageVendor LanguageVendor { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentType Type { get { throw null; } set { } }
- public string Url { get { throw null; } set { } }
- }
- public enum DocumentHashAlgorithm
- {
- MD5 = 1,
- None = 0,
- SHA1 = 2,
- }
- public enum DocumentLanguage
- {
- Basic = 4,
- C = 1,
- Cil = 8,
- Cobol = 6,
- Cpp = 2,
- CSharp = 3,
- FSharp = 12,
- Java = 5,
- JScript = 9,
- MCpp = 11,
- Other = 0,
- Pascal = 7,
- Smc = 10,
- }
- public enum DocumentLanguageVendor
- {
- Microsoft = 1,
- Other = 0,
- }
- public enum DocumentType
- {
- Other = 0,
- Text = 1,
- }
- public sealed partial class ExceptionHandler
- {
- public ExceptionHandler(Mono.Cecil.Cil.ExceptionHandlerType handlerType) { }
- public Mono.Cecil.TypeReference CatchType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction FilterStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.ExceptionHandlerType HandlerType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryStart { get { throw null; } set { } }
- }
- public enum ExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public enum FlowControl
- {
- Branch = 0,
- Break = 1,
- Call = 2,
- Cond_Branch = 3,
- Meta = 4,
- Next = 5,
- Phi = 6,
- Return = 7,
- Throw = 8,
- }
- public sealed partial class ILProcessor
- {
- internal ILProcessor() { }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } }
- public void Append(Mono.Cecil.Cil.Instruction instruction) { }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public void Emit(Mono.Cecil.Cil.OpCode opcode) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, byte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, double value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, int value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, long value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, sbyte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, float value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, string value) { }
- public void InsertAfter(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void InsertBefore(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void Remove(Mono.Cecil.Cil.Instruction instruction) { }
- public void Replace(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ImageDebugDirectory
- {
- public int AddressOfRawData;
- public int Characteristics;
- public short MajorVersion;
- public short MinorVersion;
- public int PointerToRawData;
- public int SizeOfData;
- public int TimeDateStamp;
- public int Type;
- }
- public sealed partial class Instruction
- {
- internal Instruction() { }
- public Mono.Cecil.Cil.Instruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } set { } }
- public object Operand { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction Previous { get { throw null; } set { } }
- public Mono.Cecil.Cil.SequencePoint SequencePoint { get { throw null; } set { } }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public int GetSize() { throw null; }
- public override string ToString() { throw null; }
- }
- public delegate Mono.Cecil.Cil.Instruction InstructionMapper(int offset);
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstructionSymbol
- {
- public readonly int Offset;
- public readonly Mono.Cecil.Cil.SequencePoint SequencePoint;
- public InstructionSymbol(int offset, Mono.Cecil.Cil.SequencePoint sequencePoint) { throw null;}
- }
- public partial interface ISymbolReader : System.IDisposable
- {
- bool ProcessDebugHeader(Mono.Cecil.Cil.ImageDebugDirectory directory, byte[] header);
- void Read(Mono.Cecil.Cil.MethodBody body, Mono.Cecil.Cil.InstructionMapper mapper);
- void Read(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolReaderProvider
- {
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface ISymbolWriter : System.IDisposable
- {
- bool GetDebugHeader(out Mono.Cecil.Cil.ImageDebugDirectory directory, out byte[] header);
- void Write(Mono.Cecil.Cil.MethodBody body);
- void Write(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolWriterProvider
- {
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface IVariableDefinitionProvider
- {
- bool HasVariables { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get; }
- }
- public sealed partial class MethodBody : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public MethodBody(Mono.Cecil.MethodDefinition method) { }
- public int CodeSize { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.ExceptionHandler> ExceptionHandlers { get { throw null; } }
- public bool HasExceptionHandlers { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public bool InitLocals { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Instruction> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } set { } }
- public int MaxStackSize { get { throw null; } set { } }
- public Mono.Cecil.MethodDefinition Method { get { throw null; } }
- public Mono.Cecil.Cil.Scope Scope { get { throw null; } set { } }
- public Mono.Cecil.ParameterDefinition ThisParameter { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- public Mono.Cecil.Cil.ILProcessor GetILProcessor() { throw null; }
- }
- public sealed partial class MethodSymbols
- {
- public MethodSymbols(Mono.Cecil.MetadataToken methodToken) { }
- public int CodeSize { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.InstructionSymbol> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } }
- public string MethodName { get { throw null; } }
- public Mono.Cecil.MetadataToken MethodToken { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OpCode
- {
- public Mono.Cecil.Cil.Code Code { get { throw null; } }
- public Mono.Cecil.Cil.FlowControl FlowControl { get { throw null; } }
- public string Name { get { throw null; } }
- public byte Op1 { get { throw null; } }
- public byte Op2 { get { throw null; } }
- public Mono.Cecil.Cil.OpCodeType OpCodeType { get { throw null; } }
- public Mono.Cecil.Cil.OperandType OperandType { get { throw null; } }
- public int Size { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPop { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPush { get { throw null; } }
- public short Value { get { throw null; } }
- public bool Equals(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public static bool operator !=(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class OpCodes
- {
- public static readonly Mono.Cecil.Cil.OpCode Add;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode And;
- public static readonly Mono.Cecil.Cil.OpCode Arglist;
- public static readonly Mono.Cecil.Cil.OpCode Beq;
- public static readonly Mono.Cecil.Cil.OpCode Beq_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge;
- public static readonly Mono.Cecil.Cil.OpCode Bge_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble;
- public static readonly Mono.Cecil.Cil.OpCode Ble_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt;
- public static readonly Mono.Cecil.Cil.OpCode Blt_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Box;
- public static readonly Mono.Cecil.Cil.OpCode Br;
- public static readonly Mono.Cecil.Cil.OpCode Break;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse_S;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue_S;
- public static readonly Mono.Cecil.Cil.OpCode Br_S;
- public static readonly Mono.Cecil.Cil.OpCode Call;
- public static readonly Mono.Cecil.Cil.OpCode Calli;
- public static readonly Mono.Cecil.Cil.OpCode Callvirt;
- public static readonly Mono.Cecil.Cil.OpCode Castclass;
- public static readonly Mono.Cecil.Cil.OpCode Ceq;
- public static readonly Mono.Cecil.Cil.OpCode Cgt;
- public static readonly Mono.Cecil.Cil.OpCode Cgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ckfinite;
- public static readonly Mono.Cecil.Cil.OpCode Clt;
- public static readonly Mono.Cecil.Cil.OpCode Clt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Constrained;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U8;
- public static readonly Mono.Cecil.Cil.OpCode Cpblk;
- public static readonly Mono.Cecil.Cil.OpCode Cpobj;
- public static readonly Mono.Cecil.Cil.OpCode Div;
- public static readonly Mono.Cecil.Cil.OpCode Div_Un;
- public static readonly Mono.Cecil.Cil.OpCode Dup;
- public static readonly Mono.Cecil.Cil.OpCode Endfilter;
- public static readonly Mono.Cecil.Cil.OpCode Endfinally;
- public static readonly Mono.Cecil.Cil.OpCode Initblk;
- public static readonly Mono.Cecil.Cil.OpCode Initobj;
- public static readonly Mono.Cecil.Cil.OpCode Isinst;
- public static readonly Mono.Cecil.Cil.OpCode Jmp;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_5;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_6;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_7;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_M1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelema;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldftn;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldlen;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldnull;
- public static readonly Mono.Cecil.Cil.OpCode Ldobj;
- public static readonly Mono.Cecil.Cil.OpCode Ldsfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldsflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldstr;
- public static readonly Mono.Cecil.Cil.OpCode Ldtoken;
- public static readonly Mono.Cecil.Cil.OpCode Ldvirtftn;
- public static readonly Mono.Cecil.Cil.OpCode Leave;
- public static readonly Mono.Cecil.Cil.OpCode Leave_S;
- public static readonly Mono.Cecil.Cil.OpCode Localloc;
- public static readonly Mono.Cecil.Cil.OpCode Mkrefany;
- public static readonly Mono.Cecil.Cil.OpCode Mul;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Neg;
- public static readonly Mono.Cecil.Cil.OpCode Newarr;
- public static readonly Mono.Cecil.Cil.OpCode Newobj;
- public static readonly Mono.Cecil.Cil.OpCode No;
- public static readonly Mono.Cecil.Cil.OpCode Nop;
- public static readonly Mono.Cecil.Cil.OpCode Not;
- public static readonly Mono.Cecil.Cil.OpCode Or;
- public static readonly Mono.Cecil.Cil.OpCode Pop;
- public static readonly Mono.Cecil.Cil.OpCode Readonly;
- public static readonly Mono.Cecil.Cil.OpCode Refanytype;
- public static readonly Mono.Cecil.Cil.OpCode Refanyval;
- public static readonly Mono.Cecil.Cil.OpCode Rem;
- public static readonly Mono.Cecil.Cil.OpCode Rem_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ret;
- public static readonly Mono.Cecil.Cil.OpCode Rethrow;
- public static readonly Mono.Cecil.Cil.OpCode Shl;
- public static readonly Mono.Cecil.Cil.OpCode Shr;
- public static readonly Mono.Cecil.Cil.OpCode Shr_Un;
- public static readonly Mono.Cecil.Cil.OpCode Sizeof;
- public static readonly Mono.Cecil.Cil.OpCode Starg;
- public static readonly Mono.Cecil.Cil.OpCode Starg_S;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stfld;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stloc;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Stobj;
- public static readonly Mono.Cecil.Cil.OpCode Stsfld;
- public static readonly Mono.Cecil.Cil.OpCode Sub;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Switch;
- public static readonly Mono.Cecil.Cil.OpCode Tail;
- public static readonly Mono.Cecil.Cil.OpCode Throw;
- public static readonly Mono.Cecil.Cil.OpCode Unaligned;
- public static readonly Mono.Cecil.Cil.OpCode Unbox;
- public static readonly Mono.Cecil.Cil.OpCode Unbox_Any;
- public static readonly Mono.Cecil.Cil.OpCode Volatile;
- public static readonly Mono.Cecil.Cil.OpCode Xor;
- }
- public enum OpCodeType
- {
- Annotation = 0,
- Macro = 1,
- Nternal = 2,
- Objmodel = 3,
- Prefix = 4,
- Primitive = 5,
- }
- public enum OperandType
- {
- InlineArg = 14,
- InlineBrTarget = 0,
- InlineField = 1,
- InlineI = 2,
- InlineI8 = 3,
- InlineMethod = 4,
- InlineNone = 5,
- InlinePhi = 6,
- InlineR = 7,
- InlineSig = 8,
- InlineString = 9,
- InlineSwitch = 10,
- InlineTok = 11,
- InlineType = 12,
- InlineVar = 13,
- ShortInlineArg = 19,
- ShortInlineBrTarget = 15,
- ShortInlineI = 16,
- ShortInlineR = 17,
- ShortInlineVar = 18,
- }
- public sealed partial class Scope : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public Scope() { }
- public Mono.Cecil.Cil.Instruction End { get { throw null; } set { } }
- public bool HasScopes { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Scope> Scopes { get { throw null; } }
- public Mono.Cecil.Cil.Instruction Start { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- public sealed partial class SequencePoint
- {
- public SequencePoint(Mono.Cecil.Cil.Document document) { }
- public Mono.Cecil.Cil.Document Document { get { throw null; } set { } }
- public int EndColumn { get { throw null; } set { } }
- public int EndLine { get { throw null; } set { } }
- public int StartColumn { get { throw null; } set { } }
- public int StartLine { get { throw null; } set { } }
- }
- public enum StackBehaviour
- {
- Pop0 = 0,
- Pop1 = 1,
- Pop1_pop1 = 2,
- PopAll = 18,
- Popi = 3,
- Popi_pop1 = 4,
- Popi_popi = 5,
- Popi_popi8 = 6,
- Popi_popi_popi = 7,
- Popi_popr4 = 8,
- Popi_popr8 = 9,
- Popref = 10,
- Popref_pop1 = 11,
- Popref_popi = 12,
- Popref_popi_popi = 13,
- Popref_popi_popi8 = 14,
- Popref_popi_popr4 = 15,
- Popref_popi_popr8 = 16,
- Popref_popi_popref = 17,
- Push0 = 19,
- Push1 = 20,
- Push1_push1 = 21,
- Pushi = 22,
- Pushi8 = 23,
- Pushr4 = 24,
- Pushr8 = 25,
- Pushref = 26,
- Varpop = 27,
- Varpush = 28,
- }
- public sealed partial class VariableDefinition : Mono.Cecil.Cil.VariableReference
- {
- public VariableDefinition(Mono.Cecil.TypeReference variableType) { }
- public VariableDefinition(string name, Mono.Cecil.TypeReference variableType) { }
- public bool IsPinned { get { throw null; } }
- public override Mono.Cecil.Cil.VariableDefinition Resolve() { throw null; }
- }
- public abstract partial class VariableReference
- {
- internal VariableReference() { }
- protected Mono.Cecil.TypeReference variable_type;
- public int Index { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference VariableType { get { throw null; } set { } }
- public abstract Mono.Cecil.Cil.VariableDefinition Resolve();
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Collections.Generic
-{
- public partial class Collection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public Collection() { }
- public Collection(System.Collections.Generic.ICollection<T> items) { }
- public Collection(int capacity) { }
- public int Count { get { throw null; } }
- public T this[int index] { get { throw null; } set { } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- int System.Collections.ICollection.Count { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public void Add(T item) { }
- public void Clear() { }
- public bool Contains(T item) { throw null; }
- public void CopyTo(T[] array, int arrayIndex) { }
- public Mono.Collections.Generic.Collection<T>.Enumerator GetEnumerator() { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(int index, T item) { }
- protected virtual void OnAdd(T item, int index) { }
- protected virtual void OnClear() { }
- protected virtual void OnInsert(T item, int index) { }
- protected virtual void OnRemove(T item, int index) { }
- protected virtual void OnSet(T item, int index) { }
- public bool Remove(T item) { throw null; }
- public void RemoveAt(int index) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object value) { throw null; }
- void System.Collections.IList.Clear() { }
- bool System.Collections.IList.Contains(object value) { throw null; }
- int System.Collections.IList.IndexOf(object value) { throw null; }
- void System.Collections.IList.Insert(int index, object value) { }
- void System.Collections.IList.Remove(object value) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public T[] ToArray() { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
- {
- public T Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- }
- }
- public sealed partial class ReadOnlyCollection<T> : Mono.Collections.Generic.Collection<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public ReadOnlyCollection(Mono.Collections.Generic.Collection<T> collection) { }
- public ReadOnlyCollection(T[] array) { }
- public static Mono.Collections.Generic.ReadOnlyCollection<T> Empty { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- protected override void OnAdd(T item, int index) { }
- protected override void OnClear() { }
- protected override void OnInsert(T item, int index) { }
- protected override void OnRemove(T item, int index) { }
- protected override void OnSet(T item, int index) { }
- }
-}
diff --git a/src/v4.5.1/Mono.CodeContracts.cs b/src/v4.5.1/Mono.CodeContracts.cs
deleted file mode 100644
index 9dc53c9..0000000
--- a/src/v4.5.1/Mono.CodeContracts.cs
+++ /dev/null
@@ -1,500 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CodeContracts.Rewrite
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AssemblyRef
- {
- public AssemblyRef(Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams streams) { throw null;}
- public AssemblyRef(string filename) { throw null;}
- public string Filename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsFilename { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public bool IsStream { get { throw null; } }
- public Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams Streams { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (System.IO.Stream stream) { throw null; }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (string filename) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TwoStreams
- {
- public TwoStreams(System.IO.Stream assembly, System.IO.Stream symbols) { throw null;}
- public System.IO.Stream Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.IO.Stream Symbols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- }
- public partial class Rewriter
- {
- internal Rewriter() { }
- public static Mono.CodeContracts.Rewrite.RewriterResults Rewrite(Mono.CodeContracts.Rewrite.RewriterOptions options) { throw null; }
- }
- public partial class RewriterOptions
- {
- public RewriterOptions() { }
- public Mono.CodeContracts.Rewrite.AssemblyRef Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool BreakIntoDebugger { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Debug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ForceAssemblyRename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Level { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CodeContracts.Rewrite.AssemblyRef OutputFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Rewrite { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ThrowOnFailure { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WritePdbFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class RewriterResults
- {
- internal RewriterResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static
-{
- public partial class Checker
- {
- internal Checker() { }
- public static Mono.CodeContracts.Static.CheckResults Check(Mono.CodeContracts.Static.CheckOptions options) { throw null; }
- }
- public partial class CheckOptions
- {
- public CheckOptions() { }
- public string Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Method { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ShowDebug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class CheckResults
- {
- internal CheckResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, System.Collections.Generic.ICollection<string>> Results { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static.Analysis.Numerical
-{
- public partial class DisInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.DisInterval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- internal DisInterval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.DisInterval NotZero;
- public Mono.CodeContracts.Static.Analysis.Numerical.Interval AsInterval { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public bool IsNotZero { get { throw null; } }
- public bool IsPositiveOrZero { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval TopValue { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public override bool Equals(object other) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval EverythingExcept(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.Analysis.Numerical.Interval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval ImmutableVersion() { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval JoinAll(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> list) { throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Meet(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> Normalize(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals, out bool isBottom) { isBottom = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator +(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator /(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator *(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left) { throw null; }
- public Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Select(System.Func<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Interval> selector) { throw null; }
- public override string ToString() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Widen(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- }
- public enum ExpressionOperator
- {
- Add = 16,
- And = 3,
- Constant = 0,
- ConvertToInt32 = 24,
- Div = 19,
- Equal = 9,
- Equal_Obj = 10,
- GreaterEqualThan = 15,
- GreaterThan = 14,
- LessEqualThan = 13,
- LessThan = 12,
- LogicalAnd = 6,
- LogicalNot = 8,
- LogicalOr = 7,
- Mod = 20,
- Mult = 18,
- Not = 2,
- NotEqual = 11,
- Or = 4,
- SizeOf = 22,
- Sub = 17,
- UnaryMinus = 21,
- Unknown = 23,
- Variable = 1,
- Xor = 5,
- }
- public partial class Interval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>, System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Interval>
- {
- internal Interval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval TopValue { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval ApplyConversion(Mono.CodeContracts.Static.Analysis.Numerical.ExpressionOperator conv, Mono.CodeContracts.Static.Analysis.Numerical.Interval intv) { throw null; }
- public static bool AreConsecutiveIntegers(Mono.CodeContracts.Static.Analysis.Numerical.Interval prev, Mono.CodeContracts.Static.Analysis.Numerical.Interval next) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, long upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lower, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lowerBound, long upperBound) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval ImmutableVersion() { throw null; }
- public bool Includes(int x) { throw null; }
- public bool Includes(long x) { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool LessEqual(System.Collections.Generic.IEnumerable<Mono.CodeContracts.Static.Analysis.Numerical.Interval> right) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Meet(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool OnTheLeftOf(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator +(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator /(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator *(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l) { throw null; }
- public bool OverlapsWith(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool TryGetSingletonFiniteInt32(out int value) { value = default(int); throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Widen(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- }
- public abstract partial class IntervalBase<TInterval, TNumeric> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<TInterval> where TInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<TInterval, TNumeric>
- {
- protected IntervalBase(TNumeric lowerBound, TNumeric upperBound) { }
- public abstract TInterval Bottom { get; }
- public abstract bool IsBottom { get; }
- public bool IsFinite { get { throw null; } }
- public bool IsSinglePoint { get { throw null; } }
- public abstract bool IsTop { get; }
- public TNumeric LowerBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Top { get; }
- public TNumeric UpperBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Clone();
- public abstract void Dump(System.IO.TextWriter tw);
- public abstract TInterval ImmutableVersion();
- protected abstract bool IsFiniteBound(TNumeric n);
- public abstract TInterval Join(TInterval that);
- public abstract TInterval Join(TInterval that, bool widening, out bool weaker);
- public abstract bool LessEqual(TInterval that);
- public abstract TInterval Meet(TInterval that);
- public override string ToString() { throw null; }
- public abstract TInterval Widen(TInterval that);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rational : System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MaxValue;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusOne;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinValue;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational One;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero;
- public long Down { get { throw null; } }
- public bool IsInfinity { get { throw null; } }
- public bool IsInt32 { get { throw null; } }
- public bool IsInteger { get { throw null; } }
- public bool IsMaxValue { get { throw null; } }
- public bool IsMinusInfinity { get { throw null; } }
- public bool IsMinValue { get { throw null; } }
- public bool IsPlusInfinity { get { throw null; } }
- public bool IsZero { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt32 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt64 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational PreviousInt32 { get { throw null; } }
- public int Sign { get { throw null; } }
- public long Up { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Abs(Mono.CodeContracts.Static.Analysis.Numerical.Rational a) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Rational other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long number) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long nominator, long denominator) { throw null; }
- public override int GetHashCode() { throw null; }
- public bool IsInRange(long min, long max) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Max(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Min(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator /(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator ==(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator double (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator int (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator long (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Analysis.Numerical.Rational (long l) { throw null; }
- public static bool operator !=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator *(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public override string ToString() { throw null; }
- public static bool TryAdd(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryDivide(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryMultiply(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TrySubtract(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryUnaryMinus(Mono.CodeContracts.Static.Analysis.Numerical.Rational value, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- }
- public partial class RationalThreshold : Mono.CodeContracts.Static.Analysis.Numerical.Threshold<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public RationalThreshold(int size) : base (default(int)) { }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero { get { throw null; } }
- protected override bool LessThan(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- }
- public abstract partial class Threshold<T>
- {
- protected int NextFree;
- protected readonly System.Collections.Generic.List<T> Values;
- protected Threshold(int size) { }
- public int Count { get { throw null; } }
- protected abstract T MinusInfinity { get; }
- protected abstract T PlusInfinity { get; }
- protected abstract T Zero { get; }
- public bool Add(T value) { throw null; }
- public int BinarySearch(T value, int low, int hi) { throw null; }
- public T GetNext(T value) { throw null; }
- public T GetPrevious(T value) { throw null; }
- protected abstract bool LessThan(T a, T b);
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures
-{
- public partial interface IImmutableIntMap<T>
- {
- T Any { get; }
- int Count { get; }
- T this[int key] { get; }
- System.Collections.Generic.IEnumerable<int> Keys { get; }
- System.Collections.Generic.IEnumerable<T> Values { get; }
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- bool Contains(int key);
- T Lookup(int key);
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- void Visit(System.Action<int, T> action);
- void Visit(System.Action<T> action);
- }
- public static partial class ImmutableIntMap<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Empty;
- }
- public static partial class SequenceExtensions
- {
- public static bool All<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static bool Any<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Append<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, Mono.CodeContracts.Static.DataStructures.Sequence<T> append) { throw null; }
- public static void Apply<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static System.Collections.Generic.IEnumerable<T> AsEnumerable<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Coerce<S, T>(this Mono.CodeContracts.Static.DataStructures.Sequence<S> list) where S : T { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> rest, T elem) { throw null; }
- public static void ForEach<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> seq, System.Action<T> action) { }
- public static bool IsEmpty<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static T Last<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static int Length<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Reverse<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<T, S>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Where<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> keep) { throw null; }
- }
- public partial class Sequence<T> : System.IEquatable<Mono.CodeContracts.Static.DataStructures.Sequence<T>>
- {
- internal Sequence() { }
- public static readonly Mono.CodeContracts.Static.DataStructures.Sequence<T> Empty;
- public T Head { get { throw null; } }
- public Mono.CodeContracts.Static.DataStructures.Sequence<T> Tail { get { throw null; } }
- public static void Apply(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons(T elem, Mono.CodeContracts.Static.DataStructures.Sequence<T> tail) { throw null; }
- public static bool Contains(Mono.CodeContracts.Static.DataStructures.Sequence<T> l, T o) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.DataStructures.Sequence<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(System.Collections.Generic.IEnumerable<T> elems) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(params T[] elems) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int LengthOf(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static System.Collections.Generic.IEnumerable<T> PrivateGetEnumerable(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<S>(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Singleton(T value) { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures.Patricia
-{
- public partial class BranchNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public readonly int BranchingBit;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Left;
- public readonly int Prefix;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Right;
- public BranchNode(int prefix, int branchingBit, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class EmptyNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.Patricia.EmptyNode<T> Instance;
- public EmptyNode() { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class LeafNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public LeafNode(int key, T value) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public T Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public abstract partial class PatriciaTrieNode<T> : Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T>
- {
- protected PatriciaTrieNode() { }
- public T Any { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public abstract int Count { get; }
- public T this[int key] { get { throw null; } }
- public abstract int Key { get; }
- public System.Collections.Generic.IEnumerable<int> Keys { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> Values { get { throw null; } }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- protected internal abstract void AppendToBuilder(System.Text.StringBuilder sb);
- public abstract bool Contains(int key);
- public void Dump(System.IO.TextWriter tw) { }
- protected internal abstract void Dump(System.IO.TextWriter tw, string prefix);
- protected internal abstract void FillKeysTo(System.Collections.Generic.List<int> list);
- protected internal abstract void FillValuesTo(System.Collections.Generic.List<T> list);
- protected static bool IsZeroBitAt(int key, int branchingBit) { throw null; }
- protected static Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Join(Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { throw null; }
- public abstract T Lookup(int key);
- protected static bool MatchPrefix(int key, int prefix, int maskBit) { throw null; }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- public override string ToString() { throw null; }
- public abstract void Visit(System.Action<int, T> action);
- public abstract void Visit(System.Action<T> action);
- }
-}
-namespace Mono.CodeContracts.Static.Lattices
-{
- public static partial class AbstractDomainExtensions
- {
- public static string BottomSymbolIfAny<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool IsNormal<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool TryTrivialJoin<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- public static bool TryTrivialLessEqual<T>(this T left, T right, out bool result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(bool); throw null; }
- public static bool TryTrivialMeet<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlatDomain<T> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<Mono.CodeContracts.Static.Lattices.FlatDomain<T>>, System.IEquatable<Mono.CodeContracts.Static.Lattices.FlatDomain<T>> where T : System.IEquatable<T>
- {
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> BottomValue;
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> TopValue;
- public readonly T Value;
- public FlatDomain(T value) { throw null;}
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Bottom { get { throw null; } }
- public bool IsBottom { get { throw null; } }
- public bool IsTop { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Top { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Clone() { throw null; }
- public void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> ImmutableVersion() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public bool LessEqual(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Meet(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Lattices.FlatDomain<T> (T value) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Widen(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- }
- public partial interface IAbstractDomain<T>
- {
- T Bottom { get; }
- bool IsBottom { get; }
- bool IsTop { get; }
- T Top { get; }
- T Clone();
- void Dump(System.IO.TextWriter tw);
- T ImmutableVersion();
- T Join(T that);
- T Join(T that, bool widen, out bool weaker);
- bool LessEqual(T that);
- T Meet(T that);
- T Widen(T that);
- }
-}
diff --git a/src/v4.5.1/Mono.CompilerServices.SymbolWriter.cs b/src/v4.5.1/Mono.CompilerServices.SymbolWriter.cs
deleted file mode 100644
index 6975a13..0000000
--- a/src/v4.5.1/Mono.CompilerServices.SymbolWriter.cs
+++ /dev/null
@@ -1,345 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- public partial class MonoSymbolWriter
- {
- protected readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile file;
- public MonoSymbolWriter(string filename) { }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile { get { throw null; } }
- public void CloseCompilerGeneratedBlock(int end_offset) { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int end_offset) { }
- public void DefineAnonymousScope(int id) { }
- public void DefineCapturedLocal(int scope_id, string name, string captured_name) { }
- public void DefineCapturedParameter(int scope_id, string name, string captured_name) { }
- public void DefineCapturedScope(int scope_id, int id, string captured_name) { }
- public void DefineCapturedThis(int scope_id, string captured_name) { }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry DefineCompilationUnit(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url, byte[] guid, byte[] checksum) { throw null; }
- public void DefineLocalVariable(int index, string name) { }
- public int DefineNamespace(string name, Mono.CompilerServices.SymbolWriter.CompileUnitEntry unit, string[] using_clauses, int parent) { throw null; }
- public void DefineScopeVariable(int scope, int index) { }
- public void EndIteratorBody(int end_offset) { }
- public void EndIteratorDispatcher(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void OpenCompilerGeneratedBlock(int start_offset) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder OpenMethod(Mono.CompilerServices.SymbolWriter.ICompileUnit file, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { throw null; }
- public int OpenScope(int start_offset) { throw null; }
- public void StartIteratorBody(int start_offset) { }
- public void StartIteratorDispatcher(int start_offset) { }
- public void WriteSymbolFile(System.Guid guid) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
- public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
- {
- public SymbolWriterImpl(System.Reflection.Emit.ModuleBuilder mb) { }
- public void Close() { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int endOffset) { }
- public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) { throw null; }
- public void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) { }
- public void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) { }
- public void Initialize(System.IntPtr emitter, string filename, bool fFullBuild) { }
- public void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method) { }
- public void OpenNamespace(string name) { }
- public int OpenScope(int startOffset) { throw null; }
- public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn) { }
- public void SetScopeRange(int scopeID, int startOffset, int endOffset) { }
- public void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data) { }
- public void SetUnderlyingWriter(System.IntPtr underlyingWriter) { }
- public void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod) { }
- public void UsingNamespace(string fullName) { }
- }
-}
diff --git a/src/v4.5.1/Mono.Data.Sqlite.cs b/src/v4.5.1/Mono.Data.Sqlite.cs
deleted file mode 100644
index fcbbd39..0000000
--- a/src/v4.5.1/Mono.Data.Sqlite.cs
+++ /dev/null
@@ -1,612 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("http://sqlite.phxsoftware.com")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Public Domain")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("ADO.NET 2.0 Data Provider for SQLite")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.61.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTitleAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
-[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1))]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Data.Sqlite
-{
- public enum CollationEncodingEnum
- {
- UTF16BE = 3,
- UTF16LE = 2,
- UTF8 = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CollationSequence
- {
- public Mono.Data.Sqlite.CollationEncodingEnum Encoding;
- public string Name;
- public Mono.Data.Sqlite.CollationTypeEnum Type;
- public int Compare(char[] c1, char[] c2) { throw null; }
- public int Compare(string s1, string s2) { throw null; }
- }
- public enum CollationTypeEnum
- {
- Binary = 1,
- Custom = 0,
- NoCase = 2,
- Reverse = 3,
- }
- public partial class CommitEventArgs : System.EventArgs
- {
- internal CommitEventArgs() { }
- public bool AbortTransaction;
- }
- public enum FunctionType
- {
- Aggregate = 1,
- Collation = 2,
- Scalar = 0,
- }
- [System.ComponentModel.DesignerAttribute("SQLite.Designer.SqliteCommandDesigner, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- [System.ComponentModel.ToolboxItemAttribute(true)]
- public sealed partial class SqliteCommand : System.Data.Common.DbCommand, System.ICloneable
- {
- public SqliteCommand() { }
- public SqliteCommand(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection, Mono.Data.Sqlite.SqliteTransaction transaction) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.SQL.Design.SqlCommandTextEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string CommandText { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(30)]
- public override int CommandTimeout { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override System.Data.CommandType CommandType { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DbConnectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } set { } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
- protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
- protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- [System.ComponentModel.DesignOnlyAttribute(true)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override bool DesignTimeVisible { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
- public new Mono.Data.Sqlite.SqliteParameterCollection Parameters { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public new Mono.Data.Sqlite.SqliteTransaction Transaction { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(0))]
- public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public override void Cancel() { }
- public object Clone() { throw null; }
- protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
- public new Mono.Data.Sqlite.SqliteParameter CreateParameter() { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
- public override int ExecuteNonQuery() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public override object ExecuteScalar() { throw null; }
- public override void Prepare() { }
- }
- public sealed partial class SqliteCommandBuilder : System.Data.Common.DbCommandBuilder
- {
- public SqliteCommandBuilder() { }
- public SqliteCommandBuilder(Mono.Data.Sqlite.SqliteDataAdapter adp) { }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string CatalogSeparator { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteDataAdapter DataAdapter { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute("[")]
- public override string QuotePrefix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string QuoteSuffix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string SchemaSeparator { get { throw null; } set { } }
- protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause) { }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
- protected override string GetParameterName(int parameterOrdinal) { throw null; }
- protected override string GetParameterName(string parameterName) { throw null; }
- protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
- protected override System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
- public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
- protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
- public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
- }
- public delegate void SQLiteCommitHandler(object sender, Mono.Data.Sqlite.CommitEventArgs e);
- public enum SQLiteConfig
- {
- MultiThread = 2,
- Serialized = 3,
- SingleThread = 1,
- }
- public sealed partial class SqliteConnection : System.Data.Common.DbConnection, System.ICloneable
- {
- public SqliteConnection() { }
- public SqliteConnection(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteConnection(string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("SQLite.Designer.SqliteConnectionStringEditor, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string ConnectionString { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string Database { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string DataSource { get { throw null; } }
- protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string ServerVersion { get { throw null; } }
- public static string SQLiteVersion { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override System.Data.ConnectionState State { get { throw null; } }
- public event Mono.Data.Sqlite.SQLiteCommitHandler Commit { add { } remove { } }
- public event System.EventHandler RollBack { add { } remove { } }
- public override event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public event Mono.Data.Sqlite.SQLiteUpdateEventHandler Update { add { } remove { } }
- protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction() { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(bool deferredLock) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, bool deferredLock) { throw null; }
- public override void ChangeDatabase(string databaseName) { }
- public void ChangePassword(byte[] newPassword) { }
- public void ChangePassword(string newPassword) { }
- public static void ClearAllPools() { }
- public static void ClearPool(Mono.Data.Sqlite.SqliteConnection connection) { }
- public object Clone() { throw null; }
- public override void Close() { }
- public new Mono.Data.Sqlite.SqliteCommand CreateCommand() { throw null; }
- protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
- public static void CreateFile(string databaseFileName) { }
- protected override void Dispose(bool disposing) { }
- public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
- public override System.Data.DataTable GetSchema() { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
- public override void Open() { }
- public static void SetConfig(Mono.Data.Sqlite.SQLiteConfig config) { }
- public void SetPassword(byte[] databasePassword) { }
- public void SetPassword(string databasePassword) { }
- }
- [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
- public sealed partial class SqliteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
- {
- public SqliteConnectionStringBuilder() { }
- public SqliteConnectionStringBuilder(string connectionString) { }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool BinaryGUID { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(2000)]
- [System.ComponentModel.DisplayNameAttribute("Cache Size")]
- public int CacheSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.DisplayNameAttribute("Data Source")]
- public string DataSource { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteDateFormats)(1))]
- public Mono.Data.Sqlite.SQLiteDateFormats DateTimeFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.Data.IsolationLevel)(1048576))]
- [System.ComponentModel.DisplayNameAttribute("Default Isolation Level")]
- public System.Data.IsolationLevel DefaultIsolationLevel { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(30)]
- [System.ComponentModel.DisplayNameAttribute("Default Timeout")]
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool Enlist { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool FailIfMissing { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteJournalModeEnum)(0))]
- [System.ComponentModel.DisplayNameAttribute("Journal Mode")]
- public Mono.Data.Sqlite.SQLiteJournalModeEnum JournalMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Legacy Format")]
- public bool LegacyFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(0)]
- [System.ComponentModel.DisplayNameAttribute("Max Page Count")]
- public int MaxPageCount { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(1024)]
- [System.ComponentModel.DisplayNameAttribute("Page Size")]
- public int PageSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.PasswordPropertyTextAttribute(true)]
- public string Password { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool Pooling { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Read Only")]
- public bool ReadOnly { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SynchronizationModes)(0))]
- [System.ComponentModel.DisplayNameAttribute("Synchronous")]
- public Mono.Data.Sqlite.SynchronizationModes SyncMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public string Uri { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool UseUTF16Encoding { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(3)]
- public int Version { get { throw null; } set { } }
- public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
- }
- public abstract partial class SqliteConvert
- {
- internal SqliteConvert() { }
- protected static readonly System.DateTime UnixEpoch;
- public static string[] Split(string source, char separator) { throw null; }
- public static bool ToBoolean(object source) { throw null; }
- public static bool ToBoolean(string source) { throw null; }
- public System.DateTime ToDateTime(double julianDay) { throw null; }
- public System.DateTime ToDateTime(string dateText) { throw null; }
- public double ToJulianDay(System.DateTime value) { throw null; }
- public string ToString(System.DateTime dateValue) { throw null; }
- public virtual string ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- public byte[] ToUTF8(System.DateTime dateTimeValue) { throw null; }
- public static byte[] ToUTF8(string sourceText) { throw null; }
- public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- }
- [System.ComponentModel.DefaultEventAttribute("RowUpdated")]
- [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.SqlDataAdapterDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- public sealed partial class SqliteDataAdapter : System.Data.Common.DbDataAdapter
- {
- public SqliteDataAdapter() { }
- public SqliteDataAdapter(Mono.Data.Sqlite.SqliteCommand cmd) { }
- public SqliteDataAdapter(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteDataAdapter(string commandText, string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand DeleteCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand InsertCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand SelectCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand UpdateCommand { get { throw null; } set { } }
- public event System.EventHandler<System.Data.Common.RowUpdatedEventArgs> RowUpdated { add { } remove { } }
- public event System.EventHandler<System.Data.Common.RowUpdatingEventArgs> RowUpdating { add { } remove { } }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class SqliteDataReader : System.Data.Common.DbDataReader
- {
- internal SqliteDataReader() { }
- public override int Depth { get { throw null; } }
- public override int FieldCount { get { throw null; } }
- public override bool HasRows { get { throw null; } }
- public override bool IsClosed { get { throw null; } }
- public override object this[int i] { get { throw null; } }
- public override object this[string name] { get { throw null; } }
- public override int RecordsAffected { get { throw null; } }
- public override int VisibleFieldCount { get { throw null; } }
- public override void Close() { }
- public override bool GetBoolean(int i) { throw null; }
- public override byte GetByte(int i) { throw null; }
- public override long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) { throw null; }
- public override char GetChar(int i) { throw null; }
- public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) { throw null; }
- public override string GetDataTypeName(int i) { throw null; }
- public override System.DateTime GetDateTime(int i) { throw null; }
- public override decimal GetDecimal(int i) { throw null; }
- public override double GetDouble(int i) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public override System.Type GetFieldType(int i) { throw null; }
- public override float GetFloat(int i) { throw null; }
- public override System.Guid GetGuid(int i) { throw null; }
- public override short GetInt16(int i) { throw null; }
- public override int GetInt32(int i) { throw null; }
- public override long GetInt64(int i) { throw null; }
- public override string GetName(int i) { throw null; }
- public override int GetOrdinal(string name) { throw null; }
- public override System.Data.DataTable GetSchemaTable() { throw null; }
- public override string GetString(int i) { throw null; }
- public override object GetValue(int i) { throw null; }
- public override int GetValues(object[] values) { throw null; }
- public override bool IsDBNull(int i) { throw null; }
- public override bool NextResult() { throw null; }
- public override bool Read() { throw null; }
- }
- public partial class SqliteDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator
- {
- public SqliteDataSourceEnumerator() { }
- public override System.Data.DataTable GetDataSources() { throw null; }
- }
- public enum SQLiteDateFormats
- {
- ISO8601 = 1,
- JulianDay = 2,
- Ticks = 0,
- UnixEpoch = 3,
- }
- public enum SQLiteErrorCode
- {
- Abort = 4,
- Auth = 23,
- Busy = 5,
- CantOpen = 14,
- Constraint = 19,
- Corrupt = 11,
- Done = 101,
- Empty = 16,
- Error = 1,
- Format = 24,
- Full = 13,
- Internal = 2,
- Interrupt = 9,
- IOErr = 10,
- Locked = 6,
- Mismatch = 20,
- Misuse = 21,
- NOLFS = 22,
- NoMem = 7,
- NotADatabase = 26,
- NotFound = 12,
- Ok = 0,
- Perm = 3,
- Protocol = 15,
- Range = 25,
- ReadOnly = 8,
- Row = 100,
- Schema = 17,
- TooBig = 18,
- }
- [System.SerializableAttribute]
- public sealed partial class SqliteException : System.Data.Common.DbException
- {
- public SqliteException() { }
- public SqliteException(int errorCode, string extendedInformation) { }
- public SqliteException(string message) { }
- public SqliteException(string message, System.Exception innerException) { }
- public new Mono.Data.Sqlite.SQLiteErrorCode ErrorCode { get { throw null; } }
- }
- public sealed partial class SqliteFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
- {
- public static readonly Mono.Data.Sqlite.SqliteFactory Instance;
- public SqliteFactory() { }
- public override System.Data.Common.DbCommand CreateCommand() { throw null; }
- public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
- public override System.Data.Common.DbConnection CreateConnection() { throw null; }
- public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
- public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
- public override System.Data.Common.DbParameter CreateParameter() { throw null; }
- object System.IServiceProvider.GetService(System.Type serviceType) { throw null; }
- }
- public abstract partial class SqliteFunction : System.IDisposable
- {
- protected SqliteFunction() { }
- public Mono.Data.Sqlite.SqliteConvert SqliteConvert { get { throw null; } }
- public virtual int Compare(string param1, string param2) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual object Final(object contextData) { throw null; }
- public virtual object Invoke(object[] args) { throw null; }
- public static void RegisterFunction(System.Type typ) { }
- public virtual void Step(object[] args, int stepNumber, ref object contextData) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=true)]
- public sealed partial class SqliteFunctionAttribute : System.Attribute
- {
- public SqliteFunctionAttribute() { }
- public int Arguments { get { throw null; } set { } }
- public Mono.Data.Sqlite.FunctionType FuncType { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class SqliteFunctionEx : Mono.Data.Sqlite.SqliteFunction
- {
- public SqliteFunctionEx() { }
- protected Mono.Data.Sqlite.CollationSequence GetCollationSequence() { throw null; }
- }
- public enum SQLiteJournalModeEnum
- {
- Delete = 0,
- Off = 2,
- Persist = 1,
- }
- public static partial class SqliteMetaDataCollectionNames
- {
- public static readonly string Catalogs;
- public static readonly string Columns;
- public static readonly string ForeignKeys;
- public static readonly string IndexColumns;
- public static readonly string Indexes;
- public static readonly string Tables;
- public static readonly string Triggers;
- public static readonly string ViewColumns;
- public static readonly string Views;
- }
- public sealed partial class SqliteParameter : System.Data.Common.DbParameter, System.ICloneable
- {
- public SqliteParameter() { }
- public SqliteParameter(System.Data.DbType dbType) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(System.Data.DbType dbType, object value) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, object value) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, bool sourceColumnNullMapping, object value) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, object value) { }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
- public override System.Data.DbType DbType { get { throw null; } set { } }
- public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public override bool IsNullable { get { throw null; } set { } }
- public override string ParameterName { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(0)]
- public override int Size { get { throw null; } set { } }
- public override string SourceColumn { get { throw null; } set { } }
- public override bool SourceColumnNullMapping { get { throw null; } set { } }
- public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
- public override object Value { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override void ResetDbType() { }
- }
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ListBindableAttribute(false)]
- public sealed partial class SqliteParameterCollection : System.Data.Common.DbParameterCollection
- {
- internal SqliteParameterCollection() { }
- public override int Count { get { throw null; } }
- public override bool IsFixedSize { get { throw null; } }
- public override bool IsReadOnly { get { throw null; } }
- public override bool IsSynchronized { get { throw null; } }
- public new Mono.Data.Sqlite.SqliteParameter this[int index] { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteParameter this[string parameterName] { get { throw null; } set { } }
- public override object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Sqlite.SqliteParameter parameter) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override int Add(object value) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { throw null; }
- public void AddRange(Mono.Data.Sqlite.SqliteParameter[] values) { }
- public override void AddRange(System.Array values) { }
- public Mono.Data.Sqlite.SqliteParameter AddWithValue(string parameterName, object value) { throw null; }
- public override void Clear() { }
- public override bool Contains(object value) { throw null; }
- public override bool Contains(string parameterName) { throw null; }
- public override void CopyTo(System.Array array, int index) { }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
- public override int IndexOf(object value) { throw null; }
- public override int IndexOf(string parameterName) { throw null; }
- public override void Insert(int index, object value) { }
- public override void Remove(object value) { }
- public override void RemoveAt(int index) { }
- public override void RemoveAt(string parameterName) { }
- protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
- protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
- }
- public sealed partial class SqliteTransaction : System.Data.Common.DbTransaction
- {
- internal SqliteTransaction() { }
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
- public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public override void Commit() { }
- protected override void Dispose(bool disposing) { }
- public override void Rollback() { }
- }
- public delegate void SQLiteUpdateEventHandler(object sender, Mono.Data.Sqlite.UpdateEventArgs e);
- public enum SynchronizationModes
- {
- Full = 1,
- Normal = 0,
- Off = 2,
- }
- public enum TypeAffinity
- {
- Blob = 4,
- DateTime = 10,
- Double = 2,
- Int64 = 1,
- None = 11,
- Null = 5,
- Text = 3,
- Uninitialized = 0,
- }
- public partial class UpdateEventArgs : System.EventArgs
- {
- internal UpdateEventArgs() { }
- public readonly string Database;
- public readonly Mono.Data.Sqlite.UpdateEventType Event;
- public readonly long RowId;
- public readonly string Table;
- }
- public enum UpdateEventType
- {
- Delete = 9,
- Insert = 18,
- Update = 23,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.5.1/Mono.Data.Tds.cs b/src/v4.5.1/Mono.Data.Tds.cs
deleted file mode 100644
index 44f1aa5..0000000
--- a/src/v4.5.1/Mono.Data.Tds.cs
+++ /dev/null
@@ -1,591 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Data.Tds
-{
- public delegate object FrameworkValueGetter(object rawValue, ref bool updated);
- public partial class TdsMetaParameter
- {
- public const int maxNVarCharCharacters = 1073741823;
- public const int maxVarCharCharacters = 2147483647;
- public TdsMetaParameter(string name, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, object value) { }
- public TdsMetaParameter(string name, object value) { }
- public TdsMetaParameter(string name, string typeName, object value) { }
- public Mono.Data.Tds.TdsParameterDirection Direction { get { throw null; } set { } }
- public bool IsAnyVarCharMax { get { throw null; } }
- public bool IsDateTimeType { get { throw null; } }
- public bool IsDecimalType { get { throw null; } }
- public bool IsMoneyType { get { throw null; } }
- public bool IsNonUnicodeText { get { throw null; } }
- public bool IsNullable { get { throw null; } set { } }
- public bool IsTextType { get { throw null; } }
- public bool IsVarCharMax { get { throw null; } }
- public bool IsVariableSizeType { get { throw null; } set { } }
- public bool IsVarNVarCharMax { get { throw null; } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public object RawValue { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string TypeName { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- public void CalculateIsVariableType() { }
- public void Validate(int index) { }
- }
- public partial class TdsMetaParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable
- {
- public TdsMetaParameterCollection() { }
- public int Count { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[int index] { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[string name] { get { throw null; } }
- public object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void Clear() { }
- public bool Contains(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public int IndexOf(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public int IndexOf(string name) { throw null; }
- public void Insert(int index, Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(string name) { }
- public void RemoveAt(int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- [System.SerializableAttribute]
- public enum TdsParameterDirection
- {
- Input = 0,
- InputOutput = 2,
- Output = 1,
- ReturnValue = 3,
- }
-}
-namespace Mono.Data.Tds.Protocol
-{
- public abstract partial class Tds
- {
- protected internal Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParms;
- protected Mono.Data.Tds.Protocol.TdsInternalErrorCollection messages;
- protected readonly byte[] NTLMSSP_ID;
- public Tds(string dataSource, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- public Tds(string dataSource, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- protected string Charset { get { throw null; } }
- public byte[] Collation { get { throw null; } }
- protected System.Collections.ArrayList ColumnNames { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumnCollection Columns { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataRow ColumnValues { get { throw null; } }
- public string Database { get { throw null; } }
- public string DataSource { get { throw null; } }
- public bool DoneProc { get { throw null; } }
- public virtual bool IsConnected { get { throw null; } set { } }
- protected string Language { get { throw null; } }
- protected System.Globalization.CultureInfo Locale { get { throw null; } }
- public bool MoreResults { get { throw null; } set { } }
- public System.Collections.ArrayList OutputParameters { get { throw null; } set { } }
- public int PacketSize { get { throw null; } }
- protected Mono.Data.Tds.TdsMetaParameterCollection Parameters { get { throw null; } set { } }
- public bool Pooling { get { throw null; } set { } }
- public int RecordsAffected { get { throw null; } set { } }
- public bool SequentialAccess { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.TdsVersion ServerTdsVersion { get { throw null; } }
- public string ServerVersion { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsVersion TdsVersion { get { throw null; } }
- public event Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventHandler TdsErrorMessage { add { } remove { } }
- public event Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventHandler TdsInfoMessage { add { } remove { } }
- public virtual System.IAsyncResult BeginExecuteNonQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected System.IAsyncResult BeginExecuteQueryInternal(string sql, bool wantResults, System.AsyncCallback callback, object state) { throw null; }
- public void Cancel() { }
- public void CheckAndThrowException(System.IAsyncResult ar) { }
- [System.MonoTODOAttribute("Is cancel enough, or do we need to drop the connection?")]
- protected void CheckForData(int timeout) { }
- public abstract bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters);
- protected Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs CreateTdsErrorMessageEvent(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- protected Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs CreateTdsInfoMessageEvent(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { throw null; }
- public static Mono.Data.Tds.Protocol.TdsTimeoutException CreateTimeoutException(string dataSource, string method) { throw null; }
- public virtual void Disconnect() { }
- public virtual void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public virtual void EndExecuteProcedure(System.IAsyncResult ar) { }
- public virtual void EndExecuteQuery(System.IAsyncResult ar) { }
- protected void EndExecuteQueryInternal(System.IAsyncResult ar) { }
- public virtual void ExecPrepared(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void ExecProc(string sql) { }
- public virtual void ExecProc(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected virtual void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void Execute(string sql) { }
- public virtual void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecuteQuery(string sql, int timeout, bool wantResults) { }
- protected object GetColumnValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool outParam) { throw null; }
- public static string GetPlainPassword(System.Security.SecureString secPass) { throw null; }
- public object GetSequentialColumnValue(int colIndex) { throw null; }
- public long GetSequentialColumnValue(int colIndex, long fieldIndex, byte[] buffer, int bufferIndex, int size) { throw null; }
- protected object GetStringValue(bool wideChars, int len, System.Text.Encoding enc) { throw null; }
- protected object GetStringValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool wideChars, bool outputParam, System.Text.Encoding encoder) { throw null; }
- protected int GetSubPacketLength() { throw null; }
- protected virtual void InitComm(int port, int timeout) { }
- protected internal void InitExec() { }
- protected virtual bool IsValidRowCount(byte status, byte op) { throw null; }
- protected bool IsWideType(Mono.Data.Tds.Protocol.TdsColumnType columnType) { throw null; }
- protected void LoadRow() { }
- public bool NextResult() { throw null; }
- public bool NextRow() { throw null; }
- protected void OnBeginExecuteQueryCallback(System.IAsyncResult ar) { }
- protected void OnTdsErrorMessage(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e) { }
- protected void OnTdsInfoMessage(Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e) { }
- public virtual string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected internal int ProcessAuthentication() { throw null; }
- protected void ProcessColumnDetail() { }
- protected abstract void ProcessColumnInfo();
- protected void ProcessColumnNames() { }
- protected void ProcessDynamic() { }
- [System.MonoTODOAttribute("Make sure counting works right, especially with multiple resultsets.")]
- protected void ProcessEndToken(Mono.Data.Tds.Protocol.TdsPacketSubType type) { }
- protected void ProcessEnvironmentChange() { }
- protected void ProcessLoginAck() { }
- protected void ProcessMessage(Mono.Data.Tds.Protocol.TdsPacketSubType subType) { }
- protected virtual void ProcessOutputParam() { }
- protected virtual void ProcessReturnStatus() { }
- protected virtual Mono.Data.Tds.Protocol.TdsPacketSubType ProcessSubPacket() { throw null; }
- protected void ProcessTableName() { }
- public virtual bool Reset() { throw null; }
- protected void SetCharset(string charset) { }
- protected void SetCharset(System.Text.Encoding encoder) { }
- protected void SetLanguage(string language) { }
- public void SkipToEnd() { }
- public virtual void Unprepare(string statementId) { }
- public void WaitFor(System.IAsyncResult ar) { }
- }
- public sealed partial class Tds42 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds42(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds42(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- }
- [System.MonoTODOAttribute("FIXME: Can packetsize be anything other than 512?")]
- public sealed partial class Tds50 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds50(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds50(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string id, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds70 : Mono.Data.Tds.Protocol.Tds
- {
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int lifetime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- protected virtual byte[] ClientVersion { get { throw null; } }
- protected virtual byte Precision { get { throw null; } }
- public override System.IAsyncResult BeginExecuteNonQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public override void EndExecuteProcedure(System.IAsyncResult ar) { }
- public override void EndExecuteQuery(System.IAsyncResult ar) { }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessReturnStatus() { }
- public override bool Reset() { throw null; }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds80 : Mono.Data.Tds.Protocol.Tds70
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int lifetime) : base (default(string), default(int)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port, int packetSize, int timeout) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int)) { }
- protected override byte[] ClientVersion { get { throw null; } }
- protected override byte Precision { get { throw null; } }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessOutputParam() { }
- }
- public partial class TdsBigDecimal
- {
- public TdsBigDecimal(byte precision, byte scale, bool isNegative, int[] data) { }
- public int[] Data { get { throw null; } }
- public bool IsNegative { get { throw null; } }
- public byte Precision { get { throw null; } }
- public byte Scale { get { throw null; } }
- }
- public partial class TdsBulkCopy
- {
- public TdsBulkCopy(Mono.Data.Tds.Protocol.Tds tds) { }
- public bool BulkCopyData(object o, bool isNewRow, int size, Mono.Data.Tds.TdsMetaParameter parameter) { throw null; }
- public bool BulkCopyEnd() { throw null; }
- public bool BulkCopyStart(Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- public bool SendColumnMetaData(string colMetaData) { throw null; }
- }
- public enum TdsColumnStatus
- {
- Hidden = 16,
- IsExpression = 4,
- IsKey = 8,
- Rename = 32,
- }
- public enum TdsColumnType
- {
- BigBinary = 173,
- BigChar = 175,
- BigInt = 127,
- BigNVarChar = 231,
- BigVarBinary = 165,
- BigVarChar = 167,
- Binary = 45,
- Bit = 50,
- BitN = 104,
- Char = 47,
- DateTime = 61,
- DateTime2 = 42,
- DateTime4 = 58,
- DateTimeN = 111,
- DateTimeOffset = 43,
- Decimal = 106,
- Float8 = 62,
- FloatN = 109,
- Image = 34,
- Int1 = 48,
- Int2 = 52,
- Int4 = 56,
- IntN = 38,
- Money = 60,
- Money4 = 112,
- MoneyN = 110,
- NChar = 239,
- NText = 99,
- Numeric = 108,
- NVarChar = 103,
- Real = 59,
- SmallMoney = 122,
- Text = 35,
- UniqueIdentifier = 36,
- VarBinary = 37,
- VarChar = 39,
- Variant = 98,
- Void = 31,
- }
- public partial class TdsConnectionInfo
- {
- public string DataSource;
- public int LifeTime;
- public int PacketSize;
- public int PoolMaxSize;
- public int PoolMinSize;
- public int Port;
- public int Timeout;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize) { }
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize, int lifeTime) { }
- public override string ToString() { throw null; }
- }
- public partial class TdsConnectionParameters
- {
- public string ApplicationName;
- public string AttachDBFileName;
- public string Charset;
- public string Database;
- public string DefaultDomain;
- public bool DomainLogin;
- public string Hostname;
- public string Language;
- public string LibraryName;
- public System.Security.SecureString Password;
- public bool PasswordSet;
- public string ProgName;
- public string User;
- public TdsConnectionParameters() { }
- public void Reset() { }
- }
- public partial class TdsConnectionPool
- {
- public TdsConnectionPool(Mono.Data.Tds.Protocol.TdsConnectionPoolManager manager, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { }
- public bool Pooling { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.Tds GetConnection() { throw null; }
- public void ReleaseConnection(Mono.Data.Tds.Protocol.Tds connection) { }
- public void ResetConnectionPool() { }
- }
- public partial class TdsConnectionPoolManager
- {
- public TdsConnectionPoolManager(Mono.Data.Tds.Protocol.TdsVersion version) { }
- public virtual Mono.Data.Tds.Protocol.Tds CreateConnection(Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- public System.Collections.IDictionary GetConnectionPool() { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString) { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- }
- public partial class TdsDataColumn
- {
- public TdsDataColumn() { }
- public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsRowVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object this[string key] { get { throw null; } set { } }
- public System.Nullable<int> LCID { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> SortOrder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class TdsDataColumnCollection : System.Collections.IEnumerable
- {
- public TdsDataColumnCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumn this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsDataColumn schema) { throw null; }
- public void Add(Mono.Data.Tds.Protocol.TdsDataColumnCollection columns) { }
- public void Clear() { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- }
- public partial class TdsDataRow : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public TdsDataRow() { }
- public int BigDecimalIndex { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public object this[int index] { get { throw null; } set { } }
- public object SyncRoot { get { throw null; } }
- public int Add(object value) { throw null; }
- public void Clear() { }
- public bool Contains(object value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public void CopyTo(int index, System.Array array, int arrayIndex, int count) { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public int IndexOf(object value) { throw null; }
- public void Insert(int index, object value) { }
- public void Remove(object value) { }
- public void RemoveAt(int index) { }
- }
- public enum TdsEnvPacketSubType
- {
- BlockSize = 4,
- CharSet = 3,
- CollationInfo = 7,
- Database = 1,
- Locale = 5,
- }
- public sealed partial class TdsInternalError
- {
- public TdsInternalError(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { }
- public byte Class { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public string Message { get { throw null; } set { } }
- public int Number { get { throw null; } set { } }
- public string Procedure { get { throw null; } set { } }
- public string Server { get { throw null; } set { } }
- public string Source { get { throw null; } set { } }
- public byte State { get { throw null; } set { } }
- }
- public sealed partial class TdsInternalErrorCollection : System.Collections.IEnumerable
- {
- public TdsInternalErrorCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalError this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsInternalError error) { throw null; }
- public void Clear() { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public sealed partial class TdsInternalErrorMessageEventArgs : Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs
- {
- public TdsInternalErrorMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) : base (default(Mono.Data.Tds.Protocol.TdsInternalErrorCollection)) { }
- }
- public delegate void TdsInternalErrorMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e);
- public partial class TdsInternalException : System.SystemException
- {
- internal TdsInternalException() { }
- public byte Class { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public override string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public override string Source { get { throw null; } }
- public byte State { get { throw null; } }
- [System.MonoTODOAttribute]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class TdsInternalInfoMessageEventArgs : System.EventArgs
- {
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) { }
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { }
- public byte Class { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalErrorCollection Errors { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public string Source { get { throw null; } }
- public byte State { get { throw null; } }
- public int Add(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- }
- public delegate void TdsInternalInfoMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e);
- public enum TdsPacketSubType
- {
- AltFormat = 168,
- AltName = 167,
- Authentication = 237,
- Capability = 226,
- ColumnDetail = 165,
- ColumnInfo = 161,
- ColumnMetadata = 129,
- ColumnName = 160,
- ColumnOrder = 169,
- Control = 174,
- Done = 253,
- DoneInProc = 255,
- DoneProc = 254,
- Dynamic = 231,
- Dynamic2 = 163,
- EED = 229,
- EnvironmentChange = 227,
- Error = 170,
- Info = 171,
- LoginAck = 173,
- Param = 172,
- Parameters = 215,
- ParamFormat = 236,
- ProcId = 124,
- ReturnStatus = 121,
- Row = 209,
- RowFormat = 238,
- TableName = 164,
- }
- public enum TdsPacketType
- {
- Bulk = 7,
- Cancel = 6,
- DBRPC = 230,
- Logoff = 113,
- Logon = 2,
- Logon70 = 16,
- None = 0,
- Normal = 15,
- Proc = 3,
- Query = 1,
- Reply = 4,
- RPC = 3,
- SspAuth = 17,
- }
- public enum TdsRpcProcId
- {
- Cursor = 1,
- CursorClose = 9,
- CursorExecute = 4,
- CursorFetch = 7,
- CursorOpen = 2,
- CursorOption = 8,
- CursorPrepare = 3,
- CursorPrepExec = 5,
- CursorUnprepare = 6,
- Execute = 12,
- ExecuteSql = 10,
- Prepare = 11,
- PrepExec = 13,
- PrepExecRpc = 14,
- Unprepare = 15,
- }
- public partial class TdsTimeoutException : Mono.Data.Tds.Protocol.TdsInternalException
- {
- internal TdsTimeoutException() { }
- }
- public enum TdsVersion
- {
- tds100 = 100,
- tds42 = 42,
- tds50 = 50,
- tds70 = 70,
- tds80 = 80,
- tds81 = 81,
- tds90 = 90,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.5.1/Mono.Debugger.Soft.cs b/src/v4.5.1/Mono.Debugger.Soft.cs
deleted file mode 100644
index 806be89..0000000
--- a/src/v4.5.1/Mono.Debugger.Soft.cs
+++ /dev/null
@@ -1,879 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono Soft Debugger API library")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Debugger.Soft.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Debugger.Soft
-{
- public partial class AbsentInformationException : System.Exception
- {
- public AbsentInformationException() { }
- }
- public partial class AppDomainCreateEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainCreateEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class AppDomainMirror : Mono.Debugger.Soft.Mirror
- {
- internal AppDomainMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Corlib { get { throw null; } }
- public string FriendlyName { get { throw null; } }
- public Mono.Debugger.Soft.ObjectMirror CreateBoxedValue(Mono.Debugger.Soft.Value value) { throw null; }
- public Mono.Debugger.Soft.StringMirror CreateString(string s) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror[] GetAssemblies() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetCorrespondingType(System.Type t) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror GetEntryAssembly() { throw null; }
- }
- public partial class AppDomainUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainUnloadEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class ArrayMirror : Mono.Debugger.Soft.ObjectMirror, System.Collections.IEnumerable
- {
- internal ArrayMirror() { }
- public int[] lengths;
- public int[] lower_bounds;
- public int rank;
- public Mono.Debugger.Soft.Value this[int index] { get { throw null; } set { } }
- public int Length { get { throw null; } }
- public int Rank { get { throw null; } }
- public int GetLength(int dimension) { throw null; }
- public int GetLowerBound(int dimension) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Value> GetValues(int index, int length) { throw null; }
- public void SetValues(int index, Mono.Debugger.Soft.Value[] values) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class AssemblyLoadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyLoadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public sealed partial class AssemblyLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal AssemblyLoadEventRequest() { }
- }
- public partial class AssemblyMirror : Mono.Debugger.Soft.Mirror
- {
- internal AssemblyMirror() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
- public string Location { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
- public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
- public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
- public virtual System.Reflection.AssemblyName GetName() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError, bool ignoreCase) { throw null; }
- }
- public partial class AssemblyUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyUnloadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public partial class BreakpointEvent : Mono.Debugger.Soft.Event
- {
- internal BreakpointEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class BreakpointEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal BreakpointEventRequest() { }
- public override void Enable() { }
- }
- public partial class CommandException : System.Exception
- {
- internal CommandException() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Connection
- {
- protected Connection() { }
- public void ForceDisconnect() { }
- public void StartBuffering() { }
- public void StopBuffering() { }
- protected abstract void TransportClose();
- protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
- protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
- protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
- public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
- }
- public sealed partial class CustomAttributeDataMirror
- {
- internal CustomAttributeDataMirror() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public Mono.Debugger.Soft.MethodMirror Constructor { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror> ConstructorArguments { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeNamedArgumentMirror> NamedArguments { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgumentMirror
- {
- public Mono.Debugger.Soft.FieldInfoMirror Field { get { throw null; } }
- public Mono.Debugger.Soft.PropertyInfoMirror Property { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror TypedValue { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeTypedArgumentMirror
- {
- public System.Type ArgumentType { get { throw null; } }
- public object Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EnumMirror : Mono.Debugger.Soft.StructMirror
- {
- internal EnumMirror() { }
- public string StringValue { get { throw null; } }
- public object Value { get { throw null; } set { } }
- }
- public enum ErrorCode
- {
- ABSENT_INFORMATION = 105,
- ERR_NO_INVOCATION = 104,
- ERR_UNLOADED = 103,
- INVALID_ARGUMENT = 102,
- INVALID_FIELDID = 25,
- INVALID_FRAMEID = 30,
- INVALID_OBJECT = 20,
- INVOKE_ABORTED = 107,
- NONE = 0,
- NOT_IMPLEMENTED = 100,
- NOT_SUSPENDED = 101,
- NO_SEQ_POINT_AT_IL_OFFSET = 106,
- }
- public partial class ErrorHandlerEventArgs : System.EventArgs
- {
- public ErrorHandlerEventArgs() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Event
- {
- internal Event() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.EventRequest Request { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class EventRequest
- {
- internal EventRequest() { }
- protected System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> assembly_filter;
- protected int count;
- protected bool enabled;
- protected Mono.Debugger.Soft.EventType etype;
- protected int id;
- protected Mono.Debugger.Soft.SuspendPolicy suspend;
- protected Mono.Debugger.Soft.ThreadMirror thread;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> AssemblyFilter { get { throw null; } set { } }
- public int Count { get { throw null; } set { } }
- public bool Enabled { get { throw null; } set { } }
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } set { } }
- protected void CheckDisabled() { }
- protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
- public void Disable() { }
- public virtual void Enable() { }
- protected void SetEnabled(int id) { }
- }
- public partial class EventSet
- {
- internal EventSet() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.Event[] Events { get { throw null; } }
- public Mono.Debugger.Soft.Event this[int index] { get { throw null; } }
- public Mono.Debugger.Soft.SuspendPolicy SuspendPolicy { get { throw null; } }
- }
- public enum EventType
- {
- AppDomainCreate = 4,
- AppDomainUnload = 5,
- AssemblyLoad = 8,
- AssemblyUnload = 9,
- Breakpoint = 10,
- Exception = 13,
- KeepAlive = 14,
- MethodEntry = 6,
- MethodExit = 7,
- Step = 11,
- ThreadDeath = 3,
- ThreadStart = 2,
- TypeLoad = 12,
- UserBreak = 15,
- UserLog = 16,
- VMDeath = 1,
- VMDisconnect = 99,
- VMStart = 0,
- }
- public partial class ExceptionEvent : Mono.Debugger.Soft.Event
- {
- internal ExceptionEvent() { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- public sealed partial class ExceptionEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal ExceptionEventRequest() { }
- public Mono.Debugger.Soft.TypeMirror ExceptionType { get { throw null; } }
- public bool IncludeSubclasses { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class FieldInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public FieldInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.TypeMirror type, System.Reflection.FieldAttributes attrs) { }
- public FieldInfoMirror(Mono.Debugger.Soft.VirtualMachine vm, long id) { }
- public System.Reflection.FieldAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror FieldType { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsInitOnly { get { throw null; } }
- public bool IsLiteral { get { throw null; } }
- public bool IsNotSerialized { get { throw null; } }
- public bool IsPinvokeImpl { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.Cecil.FieldDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- }
- public partial interface IInvokeAsyncResult : System.IAsyncResult
- {
- void Abort();
- }
- public partial class ILExceptionHandler
- {
- internal ILExceptionHandler() { }
- public Mono.Debugger.Soft.TypeMirror CatchType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int FilterOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Debugger.Soft.ILExceptionHandlerType HandlerType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public enum ILExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public partial class ILInstruction
- {
- internal ILInstruction() { }
- public Mono.Debugger.Soft.ILInstruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } }
- public object Operand { get { throw null; } set { } }
- public Mono.Debugger.Soft.ILInstruction Previous { get { throw null; } set { } }
- }
- public partial interface IMirror
- {
- Mono.Debugger.Soft.VirtualMachine VirtualMachine { get; }
- }
- public partial class InterfaceMappingMirror : Mono.Debugger.Soft.Mirror
- {
- internal InterfaceMappingMirror() { }
- public Mono.Debugger.Soft.MethodMirror[] InterfaceMethods;
- public Mono.Debugger.Soft.TypeMirror InterfaceType;
- public Mono.Debugger.Soft.MethodMirror[] TargetMethods;
- public Mono.Debugger.Soft.TypeMirror TargetType;
- }
- public partial class InvalidStackFrameException : System.Exception
- {
- public InvalidStackFrameException() { }
- }
- public partial class InvocationException : System.Exception
- {
- public InvocationException(Mono.Debugger.Soft.ObjectMirror exception) { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum InvokeOptions
- {
- DisableBreakpoints = 1,
- None = 0,
- ReturnOutArgs = 8,
- ReturnOutThis = 4,
- SingleThreaded = 2,
- Virtual = 16,
- }
- public partial class InvokeResult
- {
- public InvokeResult() { }
- public Mono.Debugger.Soft.Value[] OutArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value OutThis { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value Result { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial interface ITargetProcess
- {
- bool HasExited { get; }
- int Id { get; }
- string ProcessName { get; }
- System.IO.StreamReader StandardError { get; }
- System.IO.StreamReader StandardOutput { get; }
- event System.EventHandler Exited;
- void Kill();
- }
- public partial class LaunchOptions
- {
- public LaunchOptions() { }
- public string AgentArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.ProcessLauncher CustomProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.TargetProcessLauncher CustomTargetProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Valgrind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public delegate System.Diagnostics.Process ProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- public delegate Mono.Debugger.Soft.ITargetProcess TargetProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- }
- public partial class LocalScope : Mono.Debugger.Soft.Mirror
- {
- internal LocalScope() { }
- public int LiveRangeEnd { get { throw null; } }
- public int LiveRangeStart { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public partial class LocalVariable : Mono.Debugger.Soft.Mirror
- {
- internal LocalVariable() { }
- public int Index { get { throw null; } }
- public bool IsArg { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public partial class Location : Mono.Debugger.Soft.Mirror
- {
- internal Location() { }
- public int ColumnNumber { get { throw null; } }
- public int EndColumnNumber { get { throw null; } }
- public int EndLineNumber { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public byte[] SourceFileHash { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class MethodBodyMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodBodyMirror() { }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILExceptionHandler> ExceptionHandlers { get { throw null; } }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILInstruction> Instructions { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public byte[] GetILAsByteArray() { throw null; }
- }
- public partial class MethodEntryEvent : Mono.Debugger.Soft.Event
- {
- internal MethodEntryEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodEntryEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodEntryEventRequest() { }
- }
- public partial class MethodExitEvent : Mono.Debugger.Soft.Event
- {
- internal MethodExitEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodExitEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodExitEventRequest() { }
- }
- public partial class MethodMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodMirror() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public string FullName { get { throw null; } }
- public System.Collections.Generic.IList<int> ILOffsets { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsFinal { get { throw null; } }
- public bool IsGenericMethod { get { throw null; } }
- public bool IsGenericMethodDefinition { get { throw null; } }
- public bool IsHideBySig { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public System.Collections.Generic.IList<int> LineNumbers { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Location> Locations { get { throw null; } }
- public Mono.Cecil.MethodDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.ParameterInfoMirror ReturnParameter { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ReturnType { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public Mono.Debugger.Soft.Value Evaluate(Mono.Debugger.Soft.Value this_val, Mono.Debugger.Soft.Value[] args) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGenericMethodDefinition() { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetLocal(string name) { throw null; }
- public Mono.Debugger.Soft.LocalVariable[] GetLocals() { throw null; }
- public Mono.Debugger.Soft.MethodBodyMirror GetMethodBody() { throw null; }
- public System.Reflection.MethodImplAttributes GetMethodImplementationFlags() { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetParameters() { throw null; }
- public Mono.Debugger.Soft.LocalScope[] GetScopes() { throw null; }
- public Mono.Debugger.Soft.Location LocationAtILOffset(int il_offset) { throw null; }
- public Mono.Debugger.Soft.MethodMirror MakeGenericMethod(Mono.Debugger.Soft.TypeMirror[] args) { throw null; }
- }
- public abstract partial class Mirror : Mono.Debugger.Soft.IMirror
- {
- internal Mirror() { }
- protected long id;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.VirtualMachine VirtualMachine { get { throw null; } }
- protected void CheckMirror(Mono.Debugger.Soft.Mirror m) { }
- protected void SetVirtualMachine(Mono.Debugger.Soft.VirtualMachine vm) { }
- }
- public partial class ModuleMirror : Mono.Debugger.Soft.Mirror
- {
- internal ModuleMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public System.Guid ModuleVersionId { get { throw null; } }
- public string Name { get { throw null; } }
- public string ScopeName { get { throw null; } }
- }
- public partial class ObjectCollectedException : System.Exception
- {
- public ObjectCollectedException() { }
- }
- public partial class ObjectMirror : Mono.Debugger.Soft.Value
- {
- internal ObjectMirror() { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public bool IsCollected { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public System.IAsyncResult BeginInvokeMultiple(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror[] methods, System.Collections.Generic.IList<System.Collections.Generic.IList<Mono.Debugger.Soft.Value>> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public void EndInvokeMultiple(System.IAsyncResult asyncResult) { }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class ParameterInfoMirror : Mono.Debugger.Soft.Mirror
- {
- internal ParameterInfoMirror() { }
- public System.Reflection.ParameterAttributes Attributes { get { throw null; } }
- public bool IsRetval { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ParameterType { get { throw null; } }
- public int Position { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class PointerValue : Mono.Debugger.Soft.Value
- {
- public PointerValue(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.TypeMirror type, long addr) { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PrimitiveValue : Mono.Debugger.Soft.Value
- {
- public PrimitiveValue(Mono.Debugger.Soft.VirtualMachine vm, object value) { }
- public object Value { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PropertyInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public PropertyInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.MethodMirror get_method, Mono.Debugger.Soft.MethodMirror set_method, System.Reflection.PropertyAttributes attrs) { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public Mono.Cecil.PropertyDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror PropertyType { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod(bool nonPublic) { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetIndexParameters() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod(bool nonPublic) { throw null; }
- }
- public partial class StackFrame : Mono.Debugger.Soft.Mirror
- {
- internal StackFrame() { }
- public int ColumnNumber { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public string FileName { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public bool IsDebuggerInvoke { get { throw null; } }
- public bool IsNativeTransition { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.Location Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public Mono.Debugger.Soft.Value GetArgument(int pos) { throw null; }
- public Mono.Debugger.Soft.Value GetThis() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.LocalVariable var) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.ParameterInfoMirror param) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(Mono.Debugger.Soft.LocalVariable[] vars) { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetVisibleVariableByName(string name) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.LocalVariable> GetVisibleVariables() { throw null; }
- public void SetThis(Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.LocalVariable var, Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.ParameterInfoMirror param, Mono.Debugger.Soft.Value value) { }
- }
- public enum StepDepth
- {
- Into = 0,
- Out = 2,
- Over = 1,
- }
- public partial class StepEvent : Mono.Debugger.Soft.Event
- {
- internal StepEvent() { }
- public long Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class StepEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal StepEventRequest() { }
- public Mono.Debugger.Soft.StepDepth Depth { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepFilter Filter { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepSize Size { get { throw null; } set { } }
- public new Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override void Enable() { }
- }
- [System.FlagsAttribute]
- public enum StepFilter
- {
- DebuggerHidden = 2,
- DebuggerNonUserCode = 8,
- DebuggerStepThrough = 4,
- None = 0,
- StaticCtor = 1,
- }
- public enum StepSize
- {
- Line = 1,
- Min = 0,
- }
- public partial class StringMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal StringMirror() { }
- public int Length { get { throw null; } }
- public string Value { get { throw null; } }
- public char[] GetChars(int index, int length) { throw null; }
- }
- public partial class StructMirror : Mono.Debugger.Soft.Value
- {
- internal StructMirror() { }
- public Mono.Debugger.Soft.Value[] Fields { get { throw null; } }
- public Mono.Debugger.Soft.Value this[string field] { get { throw null; } set { } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- }
- public enum SuspendPolicy
- {
- All = 2,
- EventThread = 1,
- None = 0,
- }
- public partial class ThreadDeathEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadDeathEvent() { }
- }
- public partial class ThreadMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal ThreadMirror() { }
- public long Id { get { throw null; } }
- public bool IsThreadPoolThread { get { throw null; } }
- public string Name { get { throw null; } }
- public static bool NativeTransitions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long ThreadId { get { throw null; } }
- public System.Threading.ThreadState ThreadState { get { throw null; } }
- public long TID { get { throw null; } }
- public static void FetchFrames(System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> threads) { }
- public Mono.Debugger.Soft.StackFrame[] GetFrames() { throw null; }
- public void SetIP(Mono.Debugger.Soft.Location loc) { }
- }
- public partial class ThreadStartEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadStartEvent() { }
- }
- public partial class TypeLoadEvent : Mono.Debugger.Soft.Event
- {
- internal TypeLoadEvent() { }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public sealed partial class TypeLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal TypeLoadEventRequest() { }
- public string[] SourceFileFilter { get { throw null; } set { } }
- public string[] TypeNameFilter { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class TypeMirror : Mono.Debugger.Soft.Mirror
- {
- internal TypeMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public System.Reflection.TypeAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror BaseType { get { throw null; } }
- public string CSharpName { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror EnumUnderlyingType { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasElementType { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAnsiClass { get { throw null; } }
- public bool IsArray { get { throw null; } }
- public bool IsAutoClass { get { throw null; } }
- public bool IsAutoLayout { get { throw null; } }
- public bool IsByRef { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsCOMObject { get { throw null; } }
- public bool IsContextful { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } }
- public bool IsGenericType { get { throw null; } }
- public bool IsGenericTypeDefinition { get { throw null; } }
- public bool IsImport { get { throw null; } }
- public bool IsInitialized { get { throw null; } }
- public bool IsInterface { get { throw null; } }
- public bool IsLayoutSequential { get { throw null; } }
- public bool IsMarshalByRef { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public bool IsNestedAssembly { get { throw null; } }
- public bool IsNestedFamANDAssem { get { throw null; } }
- public bool IsNestedFamily { get { throw null; } }
- public bool IsNestedFamORAssem { get { throw null; } }
- public bool IsNestedPrivate { get { throw null; } }
- public bool IsNestedPublic { get { throw null; } }
- public bool IsNotPublic { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSerializable { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsUnicodeClass { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public Mono.Cecil.TypeDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror Module { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public int GetArrayRank() { throw null; }
- protected virtual System.Reflection.TypeAttributes GetAttributeFlagsImpl() { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetElementType() { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror GetField(string name) { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror[] GetFields() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetGenericTypeDefinition() { throw null; }
- public Mono.Debugger.Soft.InterfaceMappingMirror GetInterfaceMap(Mono.Debugger.Soft.TypeMirror interfaceType) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetInterfaces() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetMethod(string name) { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethods() { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethodsByNameFlags(string name, System.Reflection.BindingFlags flags, bool ignoreCase) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties() { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror GetProperty(string name) { throw null; }
- public string[] GetSourceFiles() { throw null; }
- public string[] GetSourceFiles(bool returnFullPaths) { throw null; }
- public Mono.Debugger.Soft.ObjectMirror GetTypeObject() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- protected virtual bool HasElementTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- protected virtual bool IsArrayImpl() { throw null; }
- public virtual bool IsAssignableFrom(Mono.Debugger.Soft.TypeMirror c) { throw null; }
- protected virtual bool IsByRefImpl() { throw null; }
- protected virtual bool IsCOMObjectImpl() { throw null; }
- protected virtual bool IsContextfulImpl() { throw null; }
- protected virtual bool IsMarshalByRefImpl() { throw null; }
- protected virtual bool IsPointerImpl() { throw null; }
- protected virtual bool IsPrimitiveImpl() { throw null; }
- protected virtual bool IsValueTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class UserBreakEvent : Mono.Debugger.Soft.Event
- {
- internal UserBreakEvent() { }
- }
- public partial class UserLogEvent : Mono.Debugger.Soft.Event
- {
- internal UserLogEvent() { }
- public string Category { get { throw null; } }
- public int Level { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public abstract partial class Value : Mono.Debugger.Soft.Mirror
- {
- internal Value() { }
- }
- public partial class VersionInfo
- {
- public VersionInfo() { }
- public int MajorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MinorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string VMVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AtLeast(int major, int minor) { throw null; }
- }
- public partial class VirtualMachine : Mono.Debugger.Soft.Mirror
- {
- internal VirtualMachine() { }
- public System.Net.EndPoint EndPoint { get { throw null; } }
- public System.Diagnostics.Process Process { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror RootDomain { get { throw null; } }
- public System.IO.StreamReader StandardError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.IO.StreamReader StandardOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.ITargetProcess TargetProcess { get { throw null; } }
- public Mono.Debugger.Soft.VersionInfo Version { get { throw null; } }
- public void ClearAllBreakpoints() { }
- public Mono.Debugger.Soft.AssemblyLoadEventRequest CreateAssemblyLoadRequest() { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.Location loc) { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public Mono.Debugger.Soft.EnumMirror CreateEnumMirror(Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.PrimitiveValue value) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught) { throw null; }
- public Mono.Debugger.Soft.MethodEntryEventRequest CreateMethodEntryRequest() { throw null; }
- public Mono.Debugger.Soft.MethodExitEventRequest CreateMethodExitRequest() { throw null; }
- public Mono.Debugger.Soft.StepEventRequest CreateStepRequest(Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.TypeLoadEventRequest CreateTypeLoadRequest() { throw null; }
- public Mono.Debugger.Soft.PrimitiveValue CreateValue(object value) { throw null; }
- public void Detach() { }
- public void Disconnect() { }
- [System.ObsoleteAttribute("This method was poorly named; use the Detach() method instead")]
- public void Dispose() { }
- public void EnableEvents(params Mono.Debugger.Soft.EventType[] events) { }
- public void EnableEvents(Mono.Debugger.Soft.EventType[] events, Mono.Debugger.Soft.SuspendPolicy suspendPolicy) { }
- public void Exit(int exitCode) { }
- public void ForceDisconnect() { }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
- public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
- public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypes(string name, bool ignoreCase) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypesForSourceFile(string fname, bool ignoreCase) { throw null; }
- public void Resume() { }
- public Mono.Debugger.Soft.BreakpointEventRequest SetBreakpoint(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public void SetSocketTimeouts(int send_timeout, int receive_timeout, int keepalive_interval) { }
- public void Suspend() { }
- }
- public partial class VirtualMachineManager
- {
- internal VirtualMachineManager() { }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback, out int dbg_port, out int con_port) { dbg_port = default(int); con_port = default(int); throw null; }
- public static void CancelConnection(System.IAsyncResult asyncResult) { }
- public static Mono.Debugger.Soft.VirtualMachine Connect(Mono.Debugger.Soft.Connection transport, System.IO.StreamReader standardOutput, System.IO.StreamReader standardError) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint, System.Net.IPEndPoint consoleEndpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ConnectInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock, System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndConnect(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndLaunch(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndListen(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(Mono.Debugger.Soft.ITargetProcess p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(System.Diagnostics.Process p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ListenInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock) { throw null; }
- }
- public partial class VMDeathEvent : Mono.Debugger.Soft.Event
- {
- public VMDeathEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, int exit_code) { }
- public int ExitCode { get { throw null; } }
- }
- public partial class VMDisconnectedException : System.Exception
- {
- public VMDisconnectedException() { }
- }
- public partial class VMDisconnectEvent : Mono.Debugger.Soft.Event
- {
- public VMDisconnectEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id) { }
- }
- public partial class VMMismatchException : System.Exception
- {
- public VMMismatchException() { }
- }
- public partial class VMNotSuspendedException : System.InvalidOperationException
- {
- public VMNotSuspendedException() { }
- }
- public partial class VMStartEvent : Mono.Debugger.Soft.Event
- {
- public VMStartEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, long thread_id) { }
- }
-}
diff --git a/src/v4.5.1/Mono.Http.cs b/src/v4.5.1/Mono.Http.cs
deleted file mode 100644
index a32646c..0000000
--- a/src/v4.5.1/Mono.Http.cs
+++ /dev/null
@@ -1,142 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Http and ASP.NET utilities")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Http.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Http
-{
- [System.SerializableAttribute]
- public partial class GZipWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
- {
- public GZipWebRequest(System.Net.WebRequest request) { }
- protected GZipWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- public override string ConnectionGroupName { get { throw null; } set { } }
- public override long ContentLength { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Net.ICredentials Credentials { get { throw null; } set { } }
- public bool EnableCompression { get { throw null; } set { } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
- public override string Method { get { throw null; } set { } }
- public override bool PreAuthenticate { get { throw null; } set { } }
- public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
- public System.Net.WebRequest RealRequest { get { throw null; } }
- public override System.Uri RequestUri { get { throw null; } }
- public override int Timeout { get { throw null; } set { } }
- public override void Abort() { }
- public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
- public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
- public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
- public override System.IO.Stream GetRequestStream() { throw null; }
- public override System.Net.WebResponse GetResponse() { throw null; }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class GZipWebRequestCreator : System.Net.IWebRequestCreate
- {
- public GZipWebRequestCreator() { }
- public System.Net.WebRequest Create(System.Uri uri) { throw null; }
- }
- public partial class GZipWriteFilter : System.IO.Stream
- {
- public GZipWriteFilter(System.IO.Stream baseStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- 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 override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class NtlmClient : System.Net.IAuthenticationModule
- {
- public NtlmClient() { }
- public string AuthenticationType { get { throw null; } }
- public bool CanPreAuthenticate { get { throw null; } }
- public System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- public System.Net.Authorization PreAuthenticate(System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- }
-}
-namespace Mono.Http.Configuration
-{
- public partial class AcceptEncodingConfig
- {
- public AcceptEncodingConfig() { }
- public AcceptEncodingConfig(Mono.Http.Configuration.AcceptEncodingConfig parent) { }
- public void Add(string encoding, string type) { }
- public void Clear() { }
- public bool SetFilter(System.Web.HttpResponse response, string acceptEncoding) { throw null; }
- }
- public partial class AcceptEncodingSectionHandler : System.Configuration.IConfigurationSectionHandler
- {
- public AcceptEncodingSectionHandler() { }
- public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
- }
-}
-namespace Mono.Http.Modules
-{
- public partial class AcceptEncodingModule : System.Web.IHttpModule
- {
- public AcceptEncodingModule() { }
- public void Dispose() { }
- public void Init(System.Web.HttpApplication app) { }
- }
- public abstract partial class AuthenticationModule : System.Web.IHttpModule
- {
- public AuthenticationModule(string authenticationMethod) { }
- public string AuthenticationMethod { get { throw null; } }
- protected bool AuthenticationRequired { get { throw null; } }
- protected abstract bool AcceptCredentials(System.Web.HttpApplication app, string authentication);
- protected string Authorization(System.Web.HttpApplication app, string authenticationMethod) { throw null; }
- protected void DenyAccess(System.Web.HttpApplication app) { }
- public virtual void Dispose() { }
- public virtual void Init(System.Web.HttpApplication context) { }
- public virtual void OnAuthenticateRequest(object source, System.EventArgs eventArgs) { }
- public abstract void OnEndRequest(object source, System.EventArgs eventArgs);
- }
- public partial class BasicAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public BasicAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
- public partial class DigestAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public DigestAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- protected virtual string GetCurrentNonce() { throw null; }
- protected virtual bool GetUserByName(System.Web.HttpApplication app, string username, out string password, out string[] roles) { password = default(string); roles = default(string[]); throw null; }
- protected virtual bool IsValidNonce(string nonce) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
-}
-namespace System.Net
-{
- [System.SerializableAttribute]
- public partial class GZipWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
- {
- protected GZipWebResponse(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public override long ContentLength { get { throw null; } }
- public override string ContentType { get { throw null; } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } }
- public bool IsCompressed { get { throw null; } }
- public System.Net.WebResponse RealResponse { get { throw null; } }
- public override System.Uri ResponseUri { get { throw null; } }
- public override void Close() { }
- public override System.IO.Stream GetResponseStream() { throw null; }
- void System.IDisposable.Dispose() { }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
diff --git a/src/v4.5.1/Mono.Management.cs b/src/v4.5.1/Mono.Management.cs
deleted file mode 100644
index 9603565..0000000
--- a/src/v4.5.1/Mono.Management.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Attach
-{
- public partial class VirtualMachine
- {
- public VirtualMachine(long pid) { }
- public bool IsCurrent { get { throw null; } }
- public long Pid { get { throw null; } }
- public void Attach(string agent, string args) { }
- public string[] GetCommandLine() { throw null; }
- public static System.Collections.Generic.List<Mono.Attach.VirtualMachine> GetVirtualMachines() { throw null; }
- public string GetWorkingDirectory() { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.5.1/Mono.Messaging.RabbitMQ.cs b/src/v4.5.1/Mono.Messaging.RabbitMQ.cs
deleted file mode 100644
index 3e38dc4..0000000
--- a/src/v4.5.1/Mono.Messaging.RabbitMQ.cs
+++ /dev/null
@@ -1,175 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(false)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging.RabbitMQ
-{
- public delegate global::RabbitMQ.Client.IConnection CreateConnectionDelegate(string host);
- public partial interface IMessagingContext : System.IDisposable
- {
- void Delete(Mono.Messaging.QueueReference qRef);
- void Purge(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack);
- void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg);
- }
- public delegate bool IsMatch(global::RabbitMQ.Client.Events.BasicDeliverEventArgs result);
- public partial class MessageFactory
- {
- public MessageFactory(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider) { }
- public static System.DateTime AmqpTimestampToDateTime(global::RabbitMQ.Client.AmqpTimestamp ats) { throw null; }
- public static global::RabbitMQ.Client.AmqpTimestamp DateTimeToAmqpTimestamp(System.DateTime t) { throw null; }
- public static string GetString(System.Collections.IDictionary properties, string key) { throw null; }
- public Mono.Messaging.IMessage ReadMessage(Mono.Messaging.QueueReference destination, global::RabbitMQ.Client.Events.BasicDeliverEventArgs result) { throw null; }
- public static int TimeSpanToMillis(System.TimeSpan timespan) { throw null; }
- public global::RabbitMQ.Client.Content.IMessageBuilder WriteMessage(global::RabbitMQ.Client.IModel ch, Mono.Messaging.IMessage msg) { throw null; }
- }
- public partial class MessagingContext : Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public MessagingContext(Mono.Messaging.RabbitMQ.MessageFactory factory, string host, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnection) { }
- public global::RabbitMQ.Client.IConnection Connection { get { throw null; } }
- public global::RabbitMQ.Client.IModel Model { get { throw null; } }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage message) { }
- }
- public partial class MessagingContextPool
- {
- public MessagingContextPool(Mono.Messaging.RabbitMQ.MessageFactory messageFactory, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnectionDelegate) { }
- public Mono.Messaging.RabbitMQ.MessagingContext GetContext(string host) { throw null; }
- public void ReturnContext(Mono.Messaging.RabbitMQ.MessagingContext context) { }
- }
- public partial class RabbitMQMessageEnumerator : Mono.Messaging.IMessageEnumerator, System.IDisposable
- {
- public RabbitMQMessageEnumerator(Mono.Messaging.RabbitMQ.MessageFactory helper, Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Current { get { throw null; } }
- public System.IntPtr CursorHandle { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- public void Dispose(bool disposing) { }
- public bool MoveNext() { throw null; }
- public bool MoveNext(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent() { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Reset() { }
- }
- public partial class RabbitMQMessageQueue : Mono.Messaging.MessageQueueBase, Mono.Messaging.IMessageQueue
- {
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, Mono.Messaging.QueueReference qRef, bool transactional) { }
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, bool transactional) { }
- public bool Authenticate { get { throw null; } set { } }
- public short BasePriority { get { throw null; } set { } }
- public bool CanRead { get { throw null; } }
- public bool CanWrite { get { throw null; } }
- public System.Guid Category { get { throw null; } set { } }
- public System.DateTime CreateTime { get { throw null; } }
- public bool DenySharedReceive { get { throw null; } set { } }
- public Mono.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
- public System.Guid Id { get { throw null; } }
- public System.DateTime LastModifyTime { get { throw null; } }
- public long MaximumJournalSize { get { throw null; } set { } }
- public long MaximumQueueSize { get { throw null; } set { } }
- public Mono.Messaging.QueueReference QRef { get { throw null; } set { } }
- protected override Mono.Messaging.IMessageQueue Queue { get { throw null; } }
- public System.IntPtr ReadHandle { get { throw null; } }
- public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
- public bool Transactional { get { throw null; } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public System.IntPtr WriteHandle { get { throw null; } }
- public void Close() { }
- public static void Delete(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessageEnumerator GetMessageEnumerator() { throw null; }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.PeekCompleted { add { } remove { } }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.ReceiveCompleted { add { } remove { } }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndPeek(System.IAsyncResult asyncResult) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndReceive(System.IAsyncResult asyncResult) { throw null; }
- void Mono.Messaging.IMessageQueue.SendPeekCompleted(System.IAsyncResult result) { }
- void Mono.Messaging.IMessageQueue.SendReceiveCompleted(System.IAsyncResult result) { }
- public Mono.Messaging.IMessage Peek() { throw null; }
- public Mono.Messaging.IMessage Peek(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout) { throw null; }
- public void Purge() { }
- public Mono.Messaging.IMessage Receive() { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Send(Mono.Messaging.IMessage msg) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.IMessageQueueTransaction transaction) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.MessageQueueTransactionType transactionType) { }
- }
- public partial class RabbitMQMessageQueueTransaction : Mono.Messaging.IMessageQueueTransaction, Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public RabbitMQMessageQueueTransaction(string txId, Mono.Messaging.RabbitMQ.MessagingContextPool contextPool) { }
- public string Id { get { throw null; } }
- public Mono.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
- public void Abort() { }
- public void Begin() { }
- public void Commit() { }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg) { }
- }
- public partial class RabbitMQMessagingProvider : Mono.Messaging.IMessagingProvider
- {
- public RabbitMQMessagingProvider() { }
- public Mono.Messaging.RabbitMQ.IMessagingContext CreateContext(string host) { throw null; }
- public Mono.Messaging.IMessage CreateMessage() { throw null; }
- public Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional) { throw null; }
- public Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction() { throw null; }
- public void DeleteQueue(Mono.Messaging.QueueReference qRef) { }
- public bool Exists(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue[] GetPublicQueues() { throw null; }
- }
-}
diff --git a/src/v4.5.1/Mono.Messaging.cs b/src/v4.5.1/Mono.Messaging.cs
deleted file mode 100644
index d423d16..0000000
--- a/src/v4.5.1/Mono.Messaging.cs
+++ /dev/null
@@ -1,398 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging
-{
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum AcknowledgeTypes
- {
- FullReachQueue = 5,
- FullReceive = 14,
- NegativeReceive = 8,
- None = 0,
- NotAcknowledgeReachQueue = 4,
- NotAcknowledgeReceive = 12,
- PositiveArrival = 1,
- PositiveReceive = 2,
- }
- [System.SerializableAttribute]
- public enum Acknowledgment
- {
- AccessDenied = 32772,
- BadDestinationQueue = 32768,
- BadEncryption = 32775,
- BadSignature = 32774,
- CouldNotEncrypt = 32776,
- HopCountExceeded = 32773,
- None = 0,
- NotTransactionalMessage = 32778,
- NotTransactionalQueue = 32777,
- Purged = 32769,
- QueueDeleted = 49152,
- QueueExceedMaximumSize = 32771,
- QueuePurged = 49153,
- ReachQueue = 2,
- ReachQueueTimeout = 32770,
- Receive = 16384,
- ReceiveTimeout = 49154,
- }
- public partial class CompletedEventArgs : System.EventArgs
- {
- public CompletedEventArgs(System.IAsyncResult result) { }
- public System.IAsyncResult AsyncResult { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public delegate void CompletedEventHandler(object sender, Mono.Messaging.CompletedEventArgs e);
- public partial class ConcurrentLinkedQueue<T>
- {
- public ConcurrentLinkedQueue() { }
- public T Dequeue() { throw null; }
- public void Enqueue(T context) { }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionException : Mono.Messaging.MonoMessagingException
- {
- public ConnectionException(Mono.Messaging.QueueReference qRef) { }
- public ConnectionException(Mono.Messaging.QueueReference qRef, System.Exception e) { }
- public Mono.Messaging.QueueReference QRef { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum CryptographicProviderType
- {
- Dss = 3,
- Fortezza = 4,
- MicrosoftExchange = 5,
- None = 0,
- RsaFull = 1,
- RsqSig = 2,
- Ssl = 6,
- SttAcq = 8,
- SttBrnd = 9,
- SttIss = 11,
- SttMer = 7,
- SttRoot = 10,
- }
- [System.SerializableAttribute]
- public enum EncryptionAlgorithm
- {
- None = 0,
- Rc2 = 26114,
- Rc4 = 26625,
- }
- [System.SerializableAttribute]
- public enum EncryptionRequired
- {
- Body = 2,
- None = 0,
- Optional = 1,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithm
- {
- Mac = 32773,
- Md2 = 32769,
- Md4 = 32770,
- Md5 = 32771,
- None = 0,
- Sha = 32772,
- }
- public partial interface IMessage
- {
- Mono.Messaging.AcknowledgeTypes AcknowledgeType { get; set; }
- Mono.Messaging.Acknowledgment Acknowledgment { get; }
- Mono.Messaging.IMessageQueue AdministrationQueue { get; set; }
- int AppSpecific { get; set; }
- System.DateTime ArrivedTime { get; }
- bool AttachSenderId { get; set; }
- bool Authenticated { get; }
- string AuthenticationProviderName { get; set; }
- Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get; set; }
- System.IO.Stream BodyStream { get; set; }
- int BodyType { get; set; }
- System.Guid ConnectorType { get; set; }
- string CorrelationId { get; set; }
- Mono.Messaging.IMessageQueue DestinationQueue { get; }
- byte[] DestinationSymmetricKey { get; set; }
- byte[] DigitalSignature { get; set; }
- Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get; set; }
- byte[] Extension { get; set; }
- Mono.Messaging.HashAlgorithm HashAlgorithm { get; set; }
- string Id { get; }
- bool IsFirstInTransaction { get; }
- bool IsLastInTransaction { get; }
- string Label { get; set; }
- Mono.Messaging.MessageType MessageType { get; }
- Mono.Messaging.MessagePriority Priority { get; set; }
- bool Recoverable { get; set; }
- Mono.Messaging.IMessageQueue ResponseQueue { get; set; }
- byte[] SenderCertificate { get; set; }
- byte[] SenderId { get; }
- long SenderVersion { get; }
- System.DateTime SentTime { get; }
- string SourceMachine { get; }
- System.TimeSpan TimeToBeReceived { get; set; }
- System.TimeSpan TimeToReachQueue { get; set; }
- string TransactionId { get; }
- Mono.Messaging.IMessageQueue TransactionStatusQueue { get; set; }
- bool UseAuthentication { get; set; }
- bool UseDeadLetterQueue { get; set; }
- bool UseEncryption { get; set; }
- bool UseJournalQueue { get; set; }
- bool UseTracing { get; set; }
- void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId);
- }
- public partial interface IMessageEnumerator : System.IDisposable
- {
- Mono.Messaging.IMessage Current { get; }
- System.IntPtr CursorHandle { get; }
- void Close();
- void Dispose(bool disposing);
- bool MoveNext();
- bool MoveNext(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent();
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- }
- public partial interface IMessageQueue
- {
- bool Authenticate { get; set; }
- short BasePriority { get; set; }
- bool CanRead { get; }
- bool CanWrite { get; }
- System.Guid Category { get; set; }
- System.DateTime CreateTime { get; }
- bool DenySharedReceive { get; set; }
- Mono.Messaging.EncryptionRequired EncryptionRequired { get; set; }
- System.Guid Id { get; }
- System.DateTime LastModifyTime { get; }
- long MaximumJournalSize { get; set; }
- long MaximumQueueSize { get; set; }
- Mono.Messaging.QueueReference QRef { get; set; }
- System.IntPtr ReadHandle { get; }
- System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
- bool Transactional { get; }
- bool UseJournalQueue { get; set; }
- System.IntPtr WriteHandle { get; }
- event Mono.Messaging.CompletedEventHandler PeekCompleted;
- event Mono.Messaging.CompletedEventHandler ReceiveCompleted;
- System.IAsyncResult BeginPeek();
- System.IAsyncResult BeginPeek(System.TimeSpan timeout);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- System.IAsyncResult BeginReceive();
- System.IAsyncResult BeginReceive(System.TimeSpan timeout);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- void Close();
- Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessageEnumerator GetMessageEnumerator();
- Mono.Messaging.IMessage Peek();
- Mono.Messaging.IMessage Peek(System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekById(string id);
- Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout);
- void Purge();
- Mono.Messaging.IMessage Receive();
- Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- void Send(Mono.Messaging.IMessage message);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.IMessageQueueTransaction transaction);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.MessageQueueTransactionType transactionType);
- void SendPeekCompleted(System.IAsyncResult result);
- void SendReceiveCompleted(System.IAsyncResult result);
- }
- public partial interface IMessageQueueTransaction : System.IDisposable
- {
- Mono.Messaging.MessageQueueTransactionStatus Status { get; }
- void Abort();
- void Begin();
- void Commit();
- }
- public partial interface IMessagingProvider
- {
- Mono.Messaging.IMessage CreateMessage();
- Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional);
- Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction();
- void DeleteQueue(Mono.Messaging.QueueReference qRef);
- bool Exists(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue[] GetPublicQueues();
- }
- public partial class MessageBase : Mono.Messaging.IMessage
- {
- public MessageBase() { }
- public Mono.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
- public Mono.Messaging.Acknowledgment Acknowledgment { get { throw null; } }
- public Mono.Messaging.IMessageQueue AdministrationQueue { get { throw null; } set { } }
- public int AppSpecific { get { throw null; } set { } }
- public System.DateTime ArrivedTime { get { throw null; } }
- public bool AttachSenderId { get { throw null; } set { } }
- public bool Authenticated { get { throw null; } }
- public string AuthenticationProviderName { get { throw null; } set { } }
- public Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get { throw null; } set { } }
- public System.IO.Stream BodyStream { get { throw null; } set { } }
- public int BodyType { get { throw null; } set { } }
- public System.Guid ConnectorType { get { throw null; } set { } }
- public string CorrelationId { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue DestinationQueue { get { throw null; } }
- public byte[] DestinationSymmetricKey { get { throw null; } set { } }
- public byte[] DigitalSignature { get { throw null; } set { } }
- public Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
- public byte[] Extension { get { throw null; } set { } }
- public Mono.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public string Id { get { throw null; } }
- public bool IsFirstInTransaction { get { throw null; } }
- public bool IsLastInTransaction { get { throw null; } }
- public string Label { get { throw null; } set { } }
- public Mono.Messaging.MessageType MessageType { get { throw null; } }
- public Mono.Messaging.MessagePriority Priority { get { throw null; } set { } }
- public bool Recoverable { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue ResponseQueue { get { throw null; } set { } }
- public byte[] SenderCertificate { get { throw null; } set { } }
- public byte[] SenderId { get { throw null; } }
- public long SenderVersion { get { throw null; } }
- public System.DateTime SentTime { get { throw null; } }
- public string SourceMachine { get { throw null; } }
- public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
- public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
- public string TransactionId { get { throw null; } }
- public Mono.Messaging.IMessageQueue TransactionStatusQueue { get { throw null; } set { } }
- public bool UseAuthentication { get { throw null; } set { } }
- public bool UseDeadLetterQueue { get { throw null; } set { } }
- public bool UseEncryption { get { throw null; } set { } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public bool UseTracing { get { throw null; } set { } }
- public void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId) { }
- }
- [System.SerializableAttribute]
- public enum MessagePriority
- {
- AboveNormal = 4,
- High = 5,
- Highest = 7,
- Low = 2,
- Lowest = 0,
- Normal = 3,
- VeryHigh = 6,
- VeryLow = 1,
- }
- public abstract partial class MessageQueueBase
- {
- protected MessageQueueBase() { }
- protected abstract Mono.Messaging.IMessageQueue Queue { get; }
- public event Mono.Messaging.CompletedEventHandler PeekCompleted { add { } remove { } }
- public event Mono.Messaging.CompletedEventHandler ReceiveCompleted { add { } remove { } }
- public System.IAsyncResult BeginPeek() { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public System.IAsyncResult BeginReceive() { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult) { throw null; }
- public void SendPeekCompleted(System.IAsyncResult result) { }
- public void SendReceiveCompleted(System.IAsyncResult result) { }
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionStatus
- {
- Aborted = 0,
- Committed = 1,
- Initialized = 2,
- Pending = 3,
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionType
- {
- Automatic = 1,
- None = 0,
- Single = 3,
- }
- [System.SerializableAttribute]
- public enum MessageType
- {
- Acknowledgment = 1,
- Normal = 2,
- Report = 3,
- }
- public partial class MessageUnavailableException : Mono.Messaging.MonoMessagingException
- {
- public MessageUnavailableException() { }
- public MessageUnavailableException(string msg) { }
- public MessageUnavailableException(string msg, System.Exception e) { }
- }
- public partial class MessagingProviderLocator
- {
- internal MessagingProviderLocator() { }
- public static readonly System.TimeSpan InfiniteTimeout;
- public static Mono.Messaging.MessagingProviderLocator Instance { get { throw null; } }
- public static Mono.Messaging.IMessagingProvider GetProvider() { throw null; }
- }
- public partial class MonoMessagingException : System.Exception
- {
- public MonoMessagingException() { }
- public MonoMessagingException(string msg) { }
- public MonoMessagingException(string msg, System.Exception e) { }
- }
- public sealed partial class QueueReference
- {
- public static readonly Mono.Messaging.QueueReference DEFAULT;
- public static readonly string LOCALHOST;
- public QueueReference(string host, string queue, bool isPrivate) { }
- public string Host { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public string Queue { get { throw null; } }
- public bool Equals(Mono.Messaging.QueueReference other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool IsPrivateStr(string s) { throw null; }
- public static bool operator ==(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static bool operator !=(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static Mono.Messaging.QueueReference Parse(string path) { throw null; }
- public static string RemoveLeadingSlashes(string s) { throw null; }
- public Mono.Messaging.QueueReference SetHost(string host) { throw null; }
- public Mono.Messaging.QueueReference SetQueue(string queue) { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.5.1/Mono.Options.cs b/src/v4.5.1/Mono.Options.cs
deleted file mode 100644
index da55be4..0000000
--- a/src/v4.5.1/Mono.Options.cs
+++ /dev/null
@@ -1,137 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.2.3.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Command Line Parsing Utilities")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Options.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Options
-{
- public abstract partial class ArgumentSource
- {
- protected ArgumentSource() { }
- public abstract string Description { get; }
- public static System.Collections.Generic.IEnumerable<string> GetArguments(System.IO.TextReader reader) { throw null; }
- public abstract bool GetArguments(string value, out System.Collections.Generic.IEnumerable<string> replacement);
- public static System.Collections.Generic.IEnumerable<string> GetArgumentsFromFile(string file) { throw null; }
- public abstract string[] GetNames();
- }
- public abstract partial class Option
- {
- protected Option(string prototype, string description) { }
- protected Option(string prototype, string description, int maxValueCount) { }
- protected Option(string prototype, string description, int maxValueCount, bool hidden) { }
- public string Description { get { throw null; } }
- public bool Hidden { get { throw null; } }
- public int MaxValueCount { get { throw null; } }
- public Mono.Options.OptionValueType OptionValueType { get { throw null; } }
- public string Prototype { get { throw null; } }
- public string[] GetNames() { throw null; }
- public string[] GetValueSeparators() { throw null; }
- public void Invoke(Mono.Options.OptionContext c) { }
- protected abstract void OnParseComplete(Mono.Options.OptionContext c);
- protected static T Parse<T>(string value, Mono.Options.OptionContext c) { throw null; }
- public override string ToString() { throw null; }
- }
- public delegate void OptionAction<TKey, TValue>(TKey key, TValue value);
- public partial class OptionContext
- {
- public OptionContext(Mono.Options.OptionSet @set) { }
- public Mono.Options.Option Option { get { throw null; } set { } }
- public int OptionIndex { get { throw null; } set { } }
- public string OptionName { get { throw null; } set { } }
- public Mono.Options.OptionSet OptionSet { get { throw null; } }
- public Mono.Options.OptionValueCollection OptionValues { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OptionException : System.Exception
- {
- public OptionException() { }
- protected OptionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public OptionException(string message, string optionName) { }
- public OptionException(string message, string optionName, System.Exception innerException) { }
- public string OptionName { get { throw null; } }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class OptionSet : System.Collections.ObjectModel.KeyedCollection<string, Mono.Options.Option>
- {
- public OptionSet() { }
- public OptionSet(System.Converter<string, string> localizer) { }
- public System.Collections.ObjectModel.ReadOnlyCollection<Mono.Options.ArgumentSource> ArgumentSources { get { throw null; } }
- public System.Converter<string, string> MessageLocalizer { get { throw null; } }
- public Mono.Options.OptionSet Add(Mono.Options.ArgumentSource source) { throw null; }
- public new Mono.Options.OptionSet Add(Mono.Options.Option option) { throw null; }
- public Mono.Options.OptionSet Add(string header) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, Mono.Options.OptionAction<string, string> action) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, System.Action<string> action) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, string description, Mono.Options.OptionAction<string, string> action) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, string description, Mono.Options.OptionAction<string, string> action, bool hidden) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, string description, System.Action<string> action) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, string description, System.Action<string> action, bool hidden) { throw null; }
- public Mono.Options.OptionSet Add<T>(string prototype, System.Action<T> action) { throw null; }
- public Mono.Options.OptionSet Add<T>(string prototype, string description, System.Action<T> action) { throw null; }
- public Mono.Options.OptionSet Add<TKey, TValue>(string prototype, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
- public Mono.Options.OptionSet Add<TKey, TValue>(string prototype, string description, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
- protected virtual Mono.Options.OptionContext CreateOptionContext() { throw null; }
- protected override string GetKeyForItem(Mono.Options.Option item) { throw null; }
- [System.ObsoleteAttribute("Use KeyedCollection.this[string]")]
- protected Mono.Options.Option GetOptionForName(string option) { throw null; }
- protected bool GetOptionParts(string argument, out string flag, out string name, out string sep, out string value) { flag = default(string); name = default(string); sep = default(string); value = default(string); throw null; }
- protected override void InsertItem(int index, Mono.Options.Option item) { }
- public System.Collections.Generic.List<string> Parse(System.Collections.Generic.IEnumerable<string> arguments) { throw null; }
- protected virtual bool Parse(string argument, Mono.Options.OptionContext c) { throw null; }
- protected override void RemoveItem(int index) { }
- protected override void SetItem(int index, Mono.Options.Option item) { }
- public void WriteOptionDescriptions(System.IO.TextWriter o) { }
- }
- public partial class OptionValueCollection : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.IList<string>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- internal OptionValueCollection() { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public string this[int index] { get { throw null; } set { } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public void Add(string item) { }
- public void Clear() { }
- public bool Contains(string item) { throw null; }
- public void CopyTo(string[] array, int arrayIndex) { }
- public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
- public int IndexOf(string item) { throw null; }
- public void Insert(int index, string item) { }
- public bool Remove(string item) { throw null; }
- public void RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object value) { throw null; }
- bool System.Collections.IList.Contains(object value) { throw null; }
- int System.Collections.IList.IndexOf(object value) { throw null; }
- void System.Collections.IList.Insert(int index, object value) { }
- void System.Collections.IList.Remove(object value) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public string[] ToArray() { throw null; }
- public System.Collections.Generic.List<string> ToList() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum OptionValueType
- {
- None = 0,
- Optional = 1,
- Required = 2,
- }
- public partial class ResponseFileSource : Mono.Options.ArgumentSource
- {
- public ResponseFileSource() { }
- public override string Description { get { throw null; } }
- public override bool GetArguments(string value, out System.Collections.Generic.IEnumerable<string> replacement) { replacement = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public override string[] GetNames() { throw null; }
- }
-}
diff --git a/src/v4.5.1/Mono.Parallel.cs b/src/v4.5.1/Mono.Parallel.cs
deleted file mode 100644
index 3cb817b..0000000
--- a/src/v4.5.1/Mono.Parallel.cs
+++ /dev/null
@@ -1,151 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Collections.Concurrent
-{
- public partial class ConcurrentOrderedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentOrderedList() { }
- public ConcurrentOrderedList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public System.Collections.Generic.IEqualityComparer<T> Comparer { get { throw null; } }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T data) { throw null; }
- public bool ContainsHash(int key) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryAdd(T data) { throw null; }
- public bool TryGetFromHash(int key, out T data) { data = default(T); throw null; }
- public bool TryPop(out T data) { data = default(T); throw null; }
- public bool TryRemove(T data) { throw null; }
- public bool TryRemoveHash(int key, out T data) { data = default(T); throw null; }
- }
- public partial class ConcurrentSkipList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentSkipList() { }
- public ConcurrentSkipList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T value) { throw null; }
- public bool ContainsHash(int hash) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- public bool Remove(T value) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public T[] ToArray() { throw null; }
- public bool TryAdd(T value) { throw null; }
- public bool TryGetFromHash(int hash, out T value) { value = default(T); throw null; }
- }
-}
-namespace Mono.Threading
-{
- public partial class AtomicBoolean
- {
- public AtomicBoolean() { }
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBoolean rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBoolean FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBoolean rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBoolean (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AtomicBooleanValue
- {
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBooleanValue FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBooleanValue (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- public partial class CSnzi
- {
- public CSnzi() { }
- public Mono.Threading.CSnziNode Arrive() { throw null; }
- public bool Close() { throw null; }
- public bool Depart(Mono.Threading.CSnziNode node) { throw null; }
- public void Open() { }
- public System.Tuple<bool, Mono.Threading.CSnziState> Query() { throw null; }
- }
- public abstract partial class CSnziNode
- {
- protected CSnziNode() { }
- }
- public enum CSnziState
- {
- Closed = 1,
- Open = 0,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ReaderWriterLockSlimmer
- {
- public void EnterReadLock(ref bool taken) { }
- public void EnterWriteLock(ref bool taken) { }
- public void ExitReadLock() { }
- public void ExitWriteLock() { }
- public void TryEnterReadLock(ref bool taken) { }
- public void TryEnterWriteLock(ref bool taken) { }
- }
- public partial class Snzi
- {
- public Snzi() { }
- public bool IsSet { get { throw null; } }
- public void Decrement() { }
- public void Increment() { }
- public void Reset() { }
- }
- public partial class SpinLockWrapper
- {
- public System.Threading.SpinLock Lock;
- public SpinLockWrapper() { }
- public SpinLockWrapper(bool enableTracking) { }
- }
-}
-namespace Mono.Threading.Tasks
-{
- public partial class CyclicDeque<T> : Mono.Threading.Tasks.IConcurrentDeque<T>
- {
- public CyclicDeque() { }
- public bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> GetEnumerable() { throw null; }
- public bool PeekBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopTop(out T obj) { obj = default(T); throw null; }
- public void PushBottom(T obj) { }
- }
- public partial interface IConcurrentDeque<T>
- {
- System.Collections.Generic.IEnumerable<T> GetEnumerable();
- Mono.Threading.Tasks.PopResult PopBottom(out T obj);
- Mono.Threading.Tasks.PopResult PopTop(out T obj);
- void PushBottom(T obj);
- }
- public enum PopResult
- {
- Abort = 2,
- Empty = 1,
- Succeed = 0,
- }
-}
diff --git a/src/v4.5.1/Mono.Posix.cs b/src/v4.5.1/Mono.Posix.cs
deleted file mode 100644
index e479bd0..0000000
--- a/src/v4.5.1/Mono.Posix.cs
+++ /dev/null
@@ -1,2967 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Unix Integration Classes")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Posix.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Posix
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.AccessModes")]
- public enum AccessMode
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Catalog")]
- public partial class Catalog
- {
- public Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum FileMode
- {
- S_IRGRP = 32,
- S_IROTH = 4,
- S_IRUSR = 256,
- S_ISGID = 1024,
- S_ISUID = 2048,
- S_ISVTX = 512,
- S_IWGRP = 16,
- S_IWOTH = 2,
- S_IWUSR = 128,
- S_IXGRP = 8,
- S_IXOTH = 1,
- S_IXUSR = 64,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.OpenFlags")]
- public enum OpenFlags
- {
- O_APPEND = 64,
- O_CREAT = 4,
- O_EXCL = 8,
- O_NOCTTY = 16,
- O_NONBLOCK = 128,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 256,
- O_TRUNC = 32,
- O_WRONLY = 1,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.PeerCred")]
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Signum")]
- public enum Signals
- {
- SIGABRT = 5,
- SIGALRM = 13,
- SIGBUS = 6,
- SIGCHLD = 15,
- SIGCONT = 16,
- SIGFPE = 7,
- SIGHUP = 0,
- SIGILL = 3,
- SIGINT = 1,
- SIGIO = 27,
- SIGKILL = 8,
- SIGPIPE = 12,
- SIGPROF = 25,
- SIGQUIT = 2,
- SIGSEGV = 10,
- SIGSTOP = 17,
- SIGSYS = 28,
- SIGTERM = 14,
- SIGTRAP = 4,
- SIGTSTP = 18,
- SIGTTIN = 19,
- SIGTTOU = 20,
- SIGURG = 21,
- SIGUSR1 = 9,
- SIGUSR2 = 11,
- SIGVTALRM = 24,
- SIGWINCH = 26,
- SIGXCPU = 22,
- SIGXFSZ = 23,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_atime")]
- public readonly System.DateTime ATime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blocks")]
- public readonly long Blocks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blksize")]
- public readonly long BlockSize;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ctime")]
- public readonly System.DateTime CTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_dev")]
- public readonly int Device;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_rdev")]
- public readonly long DeviceType;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_gid")]
- public readonly int Gid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ino")]
- public readonly int INode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mode")]
- public readonly Mono.Posix.StatMode Mode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mtime")]
- public readonly System.DateTime MTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_nlink")]
- public readonly int NLinks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_size")]
- public readonly long Size;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_uid")]
- public readonly int Uid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.LocalUnixEpoch")]
- public static readonly System.DateTime UnixEpoch;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.ToDateTime")]
- public static System.DateTime UnixToDateTime(long unix) { throw null; }
- }
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatMode
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFBLK")]
- BlockDevice = 24576,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFCHR")]
- CharDevice = 8192,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFDIR")]
- Directory = 16384,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFIFO")]
- FIFO = 4096,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXGRP")]
- GroupExecute = 8,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRGRP")]
- GroupRead = 32,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWGRP")]
- GroupWrite = 16,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXOTH")]
- OthersExecute = 1,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IROTH")]
- OthersRead = 4,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWOTH")]
- OthersWrite = 2,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXUSR")]
- OwnerExecute = 64,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRUSR")]
- OwnerRead = 256,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWUSR")]
- OwnerWrite = 128,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFREG")]
- Regular = 32768,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISGID")]
- SGid = 1024,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFSOCK")]
- Socket = 49152,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISVTX")]
- Sticky = 512,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISUID")]
- SUid = 2048,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFLNK")]
- SymLink = 40960,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatModeMasks
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXG")]
- GroupMask = 56,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXO")]
- OthersMask = 7,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXU")]
- OwnerMask = 448,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFMT")]
- TypeMask = 61440,
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Syscall.")]
- public partial class Syscall
- {
- public Syscall() { }
- public static int access(string pathname, Mono.Posix.AccessMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir(string path);
- public static int chmod(string path, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- public static int creat(string pathname, Mono.Posix.FileMode flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int oldFileDescriptor, int newFileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int exit(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fork();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int geteuid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgid();
- public static string getgroupname(int gid) { throw null; }
- public static string GetHostName() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string gethostname() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getuid();
- public static string getusername(int uid) { throw null; }
- public static bool isatty(int desc) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void kill(int pid, int sig);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lseek(int fileDescriptor, int offset, int whence);
- public static int lstat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static int mkdir(string pathname, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int increment);
- public static int open(string pathname, Mono.Posix.OpenFlags flags) { throw null; }
- public static int open(string pathname, Mono.Posix.OpenFlags flags, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr read(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern string readdir(System.IntPtr dir);
- public static string readlink(string path) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(int gid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(int rgid, int egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(int ruid, int euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(int uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int signal(int signum, Mono.Posix.Syscall.sighandler_t handler);
- public static int stat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static string strerror(int errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink(string oldpath, string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void sync();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int umask(int umask);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink(string path);
- public static int waitpid(int pid, Mono.Posix.WaitOptions options) { throw null; }
- public static int waitpid(int pid, out int status, Mono.Posix.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFEXITED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSIGNALED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSTOPPED(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr write(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WSTOPSIG(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WTERMSIG(int status);
- public delegate void sighandler_t(int v);
- }
- [System.ObsoleteAttribute("Use Mono.Unix.UnixEndPoint")]
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.WaitOptions")]
- public enum WaitOptions
- {
- WNOHANG = 0,
- WUNTRACED = 1,
- }
-}
-namespace Mono.Remoting.Channels.Unix
-{
- public partial class UnixChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixChannel() { }
- public UnixChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixChannel(string path) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
- public partial class UnixClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixClientChannel() { }
- public UnixClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public UnixClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- }
- public partial class UnixServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver
- {
- public UnixServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixServerChannel(string path) { }
- public UnixServerChannel(string name, string path) { }
- public UnixServerChannel(string name, string path, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public string GetChannelUri() { throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
-}
-namespace Mono.Unix
-{
- [System.SerializableAttribute]
- public partial class AbstractUnixEndPoint : System.Net.EndPoint
- {
- public AbstractUnixEndPoint(string path) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Path { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Catalog
- {
- internal Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- public enum FileAccessPattern
- {
- FlushCache = 4,
- NoReuse = 5,
- Normal = 0,
- PreLoad = 3,
- Random = 1,
- Sequential = 2,
- }
- [System.FlagsAttribute]
- public enum FileAccessPermissions
- {
- AllPermissions = 511,
- DefaultPermissions = 438,
- GroupExecute = 8,
- GroupRead = 32,
- GroupReadWriteExecute = 56,
- GroupWrite = 16,
- OtherExecute = 1,
- OtherRead = 4,
- OtherReadWriteExecute = 7,
- OtherWrite = 2,
- UserExecute = 64,
- UserRead = 256,
- UserReadWriteExecute = 448,
- UserWrite = 128,
- }
- public sealed partial class FileHandleOperations
- {
- internal FileHandleOperations() { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- }
- [System.FlagsAttribute]
- public enum FileSpecialAttributes
- {
- SetGroupId = 1024,
- SetUserId = 2048,
- Sticky = 512,
- }
- public enum FileTypes
- {
- BlockDevice = 24576,
- CharacterDevice = 8192,
- Directory = 16384,
- Fifo = 4096,
- RegularFile = 32768,
- Socket = 49152,
- SymbolicLink = 40960,
- }
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- public partial class StdioFileStream : System.IO.Stream
- {
- public static readonly System.IntPtr InvalidFileStream;
- public static readonly System.IntPtr StandardError;
- public static readonly System.IntPtr StandardInput;
- public static readonly System.IntPtr StandardOutput;
- public StdioFileStream(System.IntPtr fileStream) { }
- public StdioFileStream(System.IntPtr fileStream, bool ownsHandle) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access, bool ownsHandle) { }
- public StdioFileStream(string path) { }
- public StdioFileStream(string path, System.IO.FileAccess access) { }
- public StdioFileStream(string path, System.IO.FileMode mode) { }
- public StdioFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) { }
- public StdioFileStream(string path, string mode) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~StdioFileStream() { }
- public override void Flush() { }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public void RestoreFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public void Rewind() { }
- public void SaveFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class UnixClient : System.MarshalByRefObject, System.IDisposable
- {
- public UnixClient() { }
- public UnixClient(Mono.Unix.UnixEndPoint ep) { }
- public UnixClient(string path) { }
- public System.Net.Sockets.Socket Client { get { throw null; } set { } }
- public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
- public Mono.Unix.PeerCred PeerCredential { get { throw null; } }
- public int ReceiveBufferSize { get { throw null; } set { } }
- public int ReceiveTimeout { get { throw null; } set { } }
- public int SendBufferSize { get { throw null; } set { } }
- public int SendTimeout { get { throw null; } set { } }
- public void Close() { }
- public void Connect(Mono.Unix.UnixEndPoint remoteEndPoint) { }
- public void Connect(string path) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~UnixClient() { }
- public System.Net.Sockets.NetworkStream GetStream() { throw null; }
- }
- public sealed partial class UnixDirectoryInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixDirectoryInfo(string path) : base (default(string)) { }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Parent { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Root { get { throw null; } }
- public void Create() { }
- public void Create(Mono.Unix.FileAccessPermissions mode) { }
- [System.CLSCompliantAttribute(false)]
- public void Create(Mono.Unix.Native.FilePermissions mode) { }
- public override void Delete() { }
- public void Delete(bool recursive) { }
- public static string GetCurrentDirectory() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(string regex) { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries() { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(string regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public static void SetCurrentDirectory(string path) { }
- }
- public sealed partial class UnixDriveInfo
- {
- public UnixDriveInfo(string mountPoint) { }
- public long AvailableFreeSpace { get { throw null; } }
- public string DriveFormat { get { throw null; } }
- public Mono.Unix.UnixDriveType DriveType { get { throw null; } }
- public bool IsReady { get { throw null; } }
- public long MaximumFilenameLength { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo RootDirectory { get { throw null; } }
- public long TotalFreeSpace { get { throw null; } }
- public long TotalSize { get { throw null; } }
- public string VolumeLabel { get { throw null; } }
- public static Mono.Unix.UnixDriveInfo[] GetDrives() { throw null; }
- public static Mono.Unix.UnixDriveInfo GetForSpecialFile(string specialFile) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum UnixDriveType
- {
- CDRom = 5,
- Fixed = 3,
- Network = 4,
- NoRootDirectory = 1,
- Ram = 6,
- Removable = 2,
- Unknown = 0,
- }
- [System.SerializableAttribute]
- public partial class UnixEncoding : System.Text.Encoding
- {
- public static readonly char EscapeByte;
- public static readonly System.Text.Encoding Instance;
- public UnixEncoding() { }
- public override bool Equals(object value) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetHashCode() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override byte[] GetPreamble() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class UnixEnvironment
- {
- internal UnixEnvironment() { }
- public static string CurrentDirectory { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo EffectiveGroup { get { throw null; } set { } }
- public static long EffectiveGroupId { get { throw null; } set { } }
- public static Mono.Unix.UnixUserInfo EffectiveUser { get { throw null; } set { } }
- public static long EffectiveUserId { get { throw null; } set { } }
- public static string Login { get { throw null; } }
- public static string MachineName { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo RealGroup { get { throw null; } }
- public static long RealGroupId { get { throw null; } }
- public static Mono.Unix.UnixUserInfo RealUser { get { throw null; } }
- public static long RealUserId { get { throw null; } }
- public static string UserName { get { throw null; } }
- public static int CreateSession() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string GetConfigurationString(Mono.Unix.Native.ConfstrName name) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static long GetConfigurationValue(Mono.Unix.Native.SysconfName name) { throw null; }
- public static Mono.Unix.UnixProcess GetParentProcess() { throw null; }
- public static int GetParentProcessId() { throw null; }
- public static int GetProcessGroup() { throw null; }
- public static long[] GetSupplementaryGroupIds() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetSupplementaryGroups() { throw null; }
- public static string[] GetUserShells() { throw null; }
- public static void SetNiceValue(int inc) { }
- public static void SetProcessGroup() { }
- public static void SetSupplementaryGroupIds(long[] list) { }
- public static void SetSupplementaryGroups(Mono.Unix.UnixGroupInfo[] groups) { }
- }
- public sealed partial class UnixFileInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixFileInfo(string path) : base (default(string)) { }
- public Mono.Unix.UnixDirectoryInfo Directory { get { throw null; } }
- public string DirectoryName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixStream Create() { throw null; }
- public Mono.Unix.UnixStream Create(Mono.Unix.FileAccessPermissions mode) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Create(Mono.Unix.Native.FilePermissions mode) { throw null; }
- public override void Delete() { }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access, Mono.Unix.Native.FilePermissions perms) { throw null; }
- public Mono.Unix.UnixStream OpenRead() { throw null; }
- public Mono.Unix.UnixStream OpenWrite() { throw null; }
- }
- public abstract partial class UnixFileSystemInfo
- {
- protected UnixFileSystemInfo(string path) { }
- public long BlocksAllocated { get { throw null; } }
- public long BlockSize { get { throw null; } }
- public long Device { get { throw null; } }
- public long DeviceType { get { throw null; } }
- public bool Exists { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public virtual string FullName { get { throw null; } }
- protected string FullPath { get { throw null; } set { } }
- public long Inode { get { throw null; } }
- public bool IsBlockDevice { get { throw null; } }
- public bool IsCharacterDevice { get { throw null; } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFifo { get { throw null; } }
- public bool IsRegularFile { get { throw null; } }
- public bool IsSetGroup { get { throw null; } }
- public bool IsSetUser { get { throw null; } }
- public bool IsSocket { get { throw null; } }
- public bool IsSticky { get { throw null; } }
- public bool IsSymbolicLink { get { throw null; } }
- public System.DateTime LastAccessTime { get { throw null; } }
- public System.DateTime LastAccessTimeUtc { get { throw null; } }
- public System.DateTime LastStatusChangeTime { get { throw null; } }
- public System.DateTime LastStatusChangeTimeUtc { get { throw null; } }
- public System.DateTime LastWriteTime { get { throw null; } }
- public System.DateTime LastWriteTimeUtc { get { throw null; } }
- public long Length { get { throw null; } }
- public long LinkCount { get { throw null; } }
- public abstract string Name { get; }
- protected string OriginalPath { get { throw null; } set { } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public bool CanAccess(Mono.Unix.Native.AccessModes mode) { throw null; }
- public Mono.Unix.UnixFileSystemInfo CreateLink(string path) { throw null; }
- public Mono.Unix.UnixSymbolicLinkInfo CreateSymbolicLink(string path) { throw null; }
- public abstract void Delete();
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- protected virtual bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public static Mono.Unix.UnixFileSystemInfo GetFileSystemEntry(string path) { throw null; }
- public void Refresh() { }
- public void SetLength(long length) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner, Mono.Unix.UnixGroupInfo group) { }
- public virtual void SetOwner(long owner, long group) { }
- public void SetOwner(string owner) { }
- public void SetOwner(string owner, string group) { }
- public Mono.Unix.Native.Stat ToStat() { throw null; }
- public override string ToString() { throw null; }
- public static bool TryGetFileSystemEntry(string path, out Mono.Unix.UnixFileSystemInfo entry) { entry = default(Mono.Unix.UnixFileSystemInfo); throw null; }
- }
- public sealed partial class UnixGroupInfo
- {
- public UnixGroupInfo(Mono.Unix.Native.Group group) { }
- public UnixGroupInfo(long group) { }
- public UnixGroupInfo(string group) { }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string Password { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetLocalGroups() { throw null; }
- public string[] GetMemberNames() { throw null; }
- public Mono.Unix.UnixUserInfo[] GetMembers() { throw null; }
- public Mono.Unix.Native.Group ToGroup() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixIOException : System.IO.IOException
- {
- public UnixIOException() { }
- public UnixIOException(Mono.Unix.Native.Errno errno) { }
- public UnixIOException(Mono.Unix.Native.Errno errno, System.Exception inner) { }
- public UnixIOException(int errno) { }
- public UnixIOException(int errno, System.Exception inner) { }
- protected UnixIOException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public UnixIOException(string message) { }
- public UnixIOException(string message, System.Exception inner) { }
- public Mono.Unix.Native.Errno ErrorCode { get { throw null; } }
- public int NativeErrorCode { get { throw null; } }
- }
- public partial class UnixListener : System.MarshalByRefObject, System.IDisposable
- {
- public UnixListener(Mono.Unix.UnixEndPoint localEndPoint) { }
- public UnixListener(string path) { }
- public System.Net.EndPoint LocalEndpoint { get { throw null; } }
- protected System.Net.Sockets.Socket Server { get { throw null; } }
- public System.Net.Sockets.Socket AcceptSocket() { throw null; }
- public Mono.Unix.UnixClient AcceptUnixClient() { throw null; }
- public void Dispose() { }
- protected void Dispose(bool disposing) { }
- ~UnixListener() { }
- public bool Pending() { throw null; }
- public void Start() { }
- public void Start(int backlog) { }
- public void Stop() { }
- }
- public sealed partial class UnixMarshal
- {
- internal UnixMarshal() { }
- public static System.IntPtr AllocHeap(long size) { throw null; }
- public static void FreeHeap(System.IntPtr ptr) { }
- [System.CLSCompliantAttribute(false)]
- public static string GetErrorDescription(Mono.Unix.Native.Errno errno) { throw null; }
- public static string PtrToString(System.IntPtr p) { throw null; }
- public static string PtrToString(System.IntPtr p, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string PtrToStringUnix(System.IntPtr p) { throw null; }
- public static System.IntPtr ReAllocHeap(System.IntPtr ptr, long size) { throw null; }
- public static bool ShouldRetrySyscall(int r) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool ShouldRetrySyscall(int r, out Mono.Unix.Native.Errno errno) { errno = default(Mono.Unix.Native.Errno); throw null; }
- public static System.IntPtr StringToHeap(string s) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count, System.Text.Encoding encoding) { throw null; }
- public static System.IntPtr StringToHeap(string s, System.Text.Encoding encoding) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForError(Mono.Unix.Native.Errno errno) { }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForErrorIf(int retval, Mono.Unix.Native.Errno errno) { }
- public static void ThrowExceptionForLastError() { }
- public static void ThrowExceptionForLastErrorIf(int retval) { }
- }
- public sealed partial class UnixPath
- {
- internal UnixPath() { }
- public static readonly char AltDirectorySeparatorChar;
- public static readonly char DirectorySeparatorChar;
- public static readonly char PathSeparator;
- public static readonly char VolumeSeparatorChar;
- public static string Combine(string path1, params string[] paths) { throw null; }
- public static string GetCanonicalPath(string path) { throw null; }
- public static string GetCompleteRealPath(string path) { throw null; }
- public static string GetDirectoryName(string path) { throw null; }
- public static string GetFileName(string path) { throw null; }
- public static string GetFullPath(string path) { throw null; }
- public static char[] GetInvalidPathChars() { throw null; }
- public static string GetPathRoot(string path) { throw null; }
- public static string GetRealPath(string path) { throw null; }
- public static bool IsPathRooted(string path) { throw null; }
- public static string ReadLink(string path) { throw null; }
- public static string ReadLinkAt(int dirfd, string path) { throw null; }
- public static string TryReadLink(string path) { throw null; }
- public static string TryReadLinkAt(int dirfd, string path) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct UnixPipes : System.IEquatable<Mono.Unix.UnixPipes>
- {
- public Mono.Unix.UnixStream Reading;
- public Mono.Unix.UnixStream Writing;
- public UnixPipes(Mono.Unix.UnixStream reading, Mono.Unix.UnixStream writing) { throw null;}
- public static Mono.Unix.UnixPipes CreatePipes() { throw null; }
- public bool Equals(Mono.Unix.UnixPipes value) { throw null; }
- public override bool Equals(object value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- public static bool operator !=(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- }
- public sealed partial class UnixProcess
- {
- internal UnixProcess() { }
- public int ExitCode { get { throw null; } }
- public bool HasExited { get { throw null; } }
- public bool HasSignaled { get { throw null; } }
- public bool HasStopped { get { throw null; } }
- public int Id { get { throw null; } }
- public int ProcessGroupId { get { throw null; } set { } }
- public int SessionId { get { throw null; } }
- public Mono.Unix.Native.Signum StopSignal { get { throw null; } }
- public Mono.Unix.Native.Signum TerminationSignal { get { throw null; } }
- public static Mono.Unix.UnixProcess GetCurrentProcess() { throw null; }
- public static int GetCurrentProcessId() { throw null; }
- public void Kill() { }
- [System.CLSCompliantAttribute(false)]
- public void Signal(Mono.Unix.Native.Signum signal) { }
- public void WaitForExit() { }
- }
- public partial class UnixSignal : System.Threading.WaitHandle
- {
- public UnixSignal(Mono.Unix.Native.RealTimeSignum rtsig) { }
- public UnixSignal(Mono.Unix.Native.Signum signum) { }
- public int Count { get { throw null; } set { } }
- public bool IsRealTimeSignal { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public Mono.Unix.Native.RealTimeSignum RealTimeSignum { get { throw null; } }
- public Mono.Unix.Native.Signum Signum { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public bool Reset() { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, int millisecondsTimeout) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, System.TimeSpan timeout) { throw null; }
- public override bool WaitOne() { throw null; }
- public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; }
- public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; }
- }
- public sealed partial class UnixStream : System.IO.Stream, System.IDisposable
- {
- public const int InvalidFileDescriptor = -1;
- public const int StandardErrorFileDescriptor = 2;
- public const int StandardInputFileDescriptor = 0;
- public const int StandardOutputFileDescriptor = 1;
- public UnixStream(int fileDescriptor) { }
- public UnixStream(int fileDescriptor, bool ownsHandle) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public int Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern) { }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public override void Close() { }
- ~UnixStream() { }
- public override void Flush() { }
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public int ReadAtOffset([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count, long fileOffset) { buffer = default(byte[]); throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SendTo(Mono.Unix.UnixStream output) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(Mono.Unix.UnixStream output, ulong count) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(int out_fd, ulong count) { }
- public override void SetLength(long value) { }
- public void SetOwner(long user, long group) { }
- public void SetOwner(string user) { }
- public void SetOwner(string user, string group) { }
- void System.IDisposable.Dispose() { }
- public override void Write(byte[] buffer, int offset, int count) { }
- public void WriteAtOffset(byte[] buffer, int offset, int count, long fileOffset) { }
- }
- public sealed partial class UnixSymbolicLinkInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixSymbolicLinkInfo(string path) : base (default(string)) { }
- [System.ObsoleteAttribute("Use GetContents()")]
- public Mono.Unix.UnixFileSystemInfo Contents { get { throw null; } }
- public string ContentsPath { get { throw null; } }
- public bool HasContents { get { throw null; } }
- public override string Name { get { throw null; } }
- public void CreateSymbolicLinkTo(Mono.Unix.UnixFileSystemInfo path) { }
- public void CreateSymbolicLinkTo(string path) { }
- public override void Delete() { }
- public Mono.Unix.UnixFileSystemInfo GetContents() { throw null; }
- protected override bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public override void SetOwner(long owner, long group) { }
- }
- public sealed partial class UnixUserInfo
- {
- public UnixUserInfo(Mono.Unix.Native.Passwd passwd) { }
- public UnixUserInfo(long user) { }
- public UnixUserInfo(string user) { }
- [System.CLSCompliantAttribute(false)]
- public UnixUserInfo(uint user) { }
- public Mono.Unix.UnixGroupInfo Group { get { throw null; } }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string HomeDirectory { get { throw null; } }
- public string Password { get { throw null; } }
- public string RealName { get { throw null; } }
- public string ShellProgram { get { throw null; } }
- public long UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixUserInfo[] GetLocalUsers() { throw null; }
- public static string GetLoginName() { throw null; }
- public static Mono.Unix.UnixUserInfo GetRealUser() { throw null; }
- public static long GetRealUserId() { throw null; }
- public Mono.Unix.Native.Passwd ToPasswd() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Unix.Native
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AccessModes
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AtFlags
- {
- AT_EMPTY_PATH = 4096,
- AT_NO_AUTOMOUNT = 2048,
- AT_REMOVEDIR = 512,
- AT_SYMLINK_FOLLOW = 1024,
- AT_SYMLINK_NOFOLLOW = 256,
- }
- public sealed partial class CdeclFunction
- {
- public CdeclFunction(string library, string method) { }
- public CdeclFunction(string library, string method, System.Type returnType) { }
- public object Invoke(object[] parameters) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Cmsghdr
- {
- public long cmsg_len;
- public Mono.Unix.Native.UnixSocketProtocol cmsg_level;
- public Mono.Unix.Native.UnixSocketControlMessage cmsg_type;
- public static int Size { get { throw null; } }
- public static Mono.Unix.Native.Cmsghdr ReadFromBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public void WriteToBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { }
- }
- [System.CLSCompliantAttribute(false)]
- public enum ConfstrName
- {
- _CS_GNU_LIBC_VERSION = 2,
- _CS_GNU_LIBPTHREAD_VERSION = 3,
- _CS_LFS64_CFLAGS = 1004,
- _CS_LFS64_LDFLAGS = 1005,
- _CS_LFS64_LIBS = 1006,
- _CS_LFS64_LINTFLAGS = 1007,
- _CS_LFS_CFLAGS = 1000,
- _CS_LFS_LDFLAGS = 1001,
- _CS_LFS_LIBS = 1002,
- _CS_LFS_LINTFLAGS = 1003,
- _CS_PATH = 0,
- _CS_POSIX_V6_ILP32_OFF32_CFLAGS = 1116,
- _CS_POSIX_V6_ILP32_OFF32_LDFLAGS = 1117,
- _CS_POSIX_V6_ILP32_OFF32_LIBS = 1118,
- _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS = 1119,
- _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS = 1120,
- _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS = 1121,
- _CS_POSIX_V6_ILP32_OFFBIG_LIBS = 1122,
- _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS = 1123,
- _CS_POSIX_V6_LP64_OFF64_CFLAGS = 1124,
- _CS_POSIX_V6_LP64_OFF64_LDFLAGS = 1125,
- _CS_POSIX_V6_LP64_OFF64_LIBS = 1126,
- _CS_POSIX_V6_LP64_OFF64_LINTFLAGS = 1127,
- _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS = 1128,
- _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS = 1129,
- _CS_POSIX_V6_LPBIG_OFFBIG_LIBS = 1130,
- _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS = 1131,
- _CS_V6_WIDTH_RESTRICTED_ENVS = 1,
- _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
- _CS_XBS5_ILP32_OFF32_LDFLAGS = 1101,
- _CS_XBS5_ILP32_OFF32_LIBS = 1102,
- _CS_XBS5_ILP32_OFF32_LINTFLAGS = 1103,
- _CS_XBS5_ILP32_OFFBIG_CFLAGS = 1104,
- _CS_XBS5_ILP32_OFFBIG_LDFLAGS = 1105,
- _CS_XBS5_ILP32_OFFBIG_LIBS = 1106,
- _CS_XBS5_ILP32_OFFBIG_LINTFLAGS = 1107,
- _CS_XBS5_LP64_OFF64_CFLAGS = 1108,
- _CS_XBS5_LP64_OFF64_LDFLAGS = 1109,
- _CS_XBS5_LP64_OFF64_LIBS = 1110,
- _CS_XBS5_LP64_OFF64_LINTFLAGS = 1111,
- _CS_XBS5_LPBIG_OFFBIG_CFLAGS = 1112,
- _CS_XBS5_LPBIG_OFFBIG_LDFLAGS = 1113,
- _CS_XBS5_LPBIG_OFFBIG_LIBS = 1114,
- _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS = 1115,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum DirectoryNotifyFlags
- {
- DN_ACCESS = 1,
- DN_ATTRIB = 32,
- DN_CREATE = 4,
- DN_DELETE = 8,
- DN_MODIFY = 2,
- DN_MULTISHOT = -2147483648,
- DN_RENAME = 16,
- }
- public sealed partial class Dirent : System.IEquatable<Mono.Unix.Native.Dirent>
- {
- [System.CLSCompliantAttribute(false)]
- public ulong d_ino;
- public string d_name;
- public long d_off;
- [System.CLSCompliantAttribute(false)]
- public ushort d_reclen;
- public byte d_type;
- public Dirent() { }
- public bool Equals(Mono.Unix.Native.Dirent value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=12, Pack=1)]
- public partial struct EpollEvent
- {
- [System.Runtime.InteropServices.FieldOffsetAttribute(0)]
- public Mono.Unix.Native.EpollEvents events;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public int fd;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public System.IntPtr ptr;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public uint u32;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public ulong u64;
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum EpollEvents : uint
- {
- EPOLLERR = (uint)8,
- EPOLLET = (uint)2147483648,
- EPOLLHUP = (uint)16,
- EPOLLIN = (uint)1,
- EPOLLMSG = (uint)1024,
- EPOLLONESHOT = (uint)1073741824,
- EPOLLOUT = (uint)4,
- EPOLLPRI = (uint)2,
- EPOLLRDBAND = (uint)128,
- EPOLLRDHUP = (uint)8192,
- EPOLLRDNORM = (uint)64,
- EPOLLWRBAND = (uint)512,
- EPOLLWRNORM = (uint)256,
- }
- [System.FlagsAttribute]
- public enum EpollFlags
- {
- EPOLL_CLOEXEC = 2000000,
- EPOLL_NONBLOCK = 4000,
- }
- public enum EpollOp
- {
- EPOLL_CTL_ADD = 1,
- EPOLL_CTL_DEL = 2,
- EPOLL_CTL_MOD = 3,
- }
- public enum Errno
- {
- E2BIG = 7,
- EACCES = 13,
- EADDRINUSE = 98,
- EADDRNOTAVAIL = 99,
- EADV = 68,
- EAFNOSUPPORT = 97,
- EAGAIN = 11,
- EALREADY = 114,
- EAUTH = 1080,
- EBADARCH = 1086,
- EBADE = 52,
- EBADEXEC = 1085,
- EBADF = 9,
- EBADFD = 77,
- EBADMACHO = 1088,
- EBADMSG = 74,
- EBADR = 53,
- EBADRPC = 1072,
- EBADRQC = 56,
- EBADSLT = 57,
- EBFONT = 59,
- EBUSY = 16,
- ECANCELED = 125,
- ECHILD = 10,
- ECHRNG = 44,
- ECOMM = 70,
- ECONNABORTED = 103,
- ECONNREFUSED = 111,
- ECONNRESET = 104,
- EDEADLK = 35,
- EDEADLOCK = 35,
- EDESTADDRREQ = 89,
- EDEVERR = 1083,
- EDOM = 33,
- EDOTDOT = 73,
- EDQUOT = 122,
- EEXIST = 17,
- EFAULT = 14,
- EFBIG = 27,
- EFTYPE = 1079,
- EHOSTDOWN = 112,
- EHOSTUNREACH = 113,
- EIDRM = 43,
- EILSEQ = 84,
- EINPROGRESS = 115,
- EINTR = 4,
- EINVAL = 22,
- EIO = 5,
- EISCONN = 106,
- EISDIR = 21,
- EISNAM = 120,
- EKEYEXPIRED = 127,
- EKEYREJECTED = 129,
- EKEYREVOKED = 128,
- EL2HLT = 51,
- EL2NSYNC = 45,
- EL3HLT = 46,
- EL3RST = 47,
- ELIBACC = 79,
- ELIBBAD = 80,
- ELIBEXEC = 83,
- ELIBMAX = 82,
- ELIBSCN = 81,
- ELNRNG = 48,
- ELOOP = 40,
- EMEDIUMTYPE = 124,
- EMFILE = 24,
- EMLINK = 31,
- EMSGSIZE = 90,
- EMULTIHOP = 72,
- ENAMETOOLONG = 36,
- ENAVAIL = 119,
- ENEEDAUTH = 1081,
- ENETDOWN = 100,
- ENETRESET = 102,
- ENETUNREACH = 101,
- ENFILE = 23,
- ENOANO = 55,
- ENOATTR = 1093,
- ENOBUFS = 105,
- ENOCSI = 50,
- ENODATA = 61,
- ENODEV = 19,
- ENOENT = 2,
- ENOEXEC = 8,
- ENOKEY = 126,
- ENOLCK = 37,
- ENOLINK = 67,
- ENOMEDIUM = 123,
- ENOMEM = 12,
- ENOMSG = 42,
- ENONET = 64,
- ENOPKG = 65,
- ENOPOLICY = 1103,
- ENOPROTOOPT = 92,
- ENOSPC = 28,
- ENOSR = 63,
- ENOSTR = 60,
- ENOSYS = 38,
- ENOTBLK = 15,
- ENOTCONN = 107,
- ENOTDIR = 20,
- ENOTEMPTY = 39,
- ENOTNAM = 118,
- ENOTRECOVERABLE = 131,
- ENOTSOCK = 88,
- ENOTTY = 25,
- ENOTUNIQ = 76,
- ENXIO = 6,
- EOPNOTSUPP = 95,
- EOVERFLOW = 75,
- EOWNERDEAD = 130,
- EPERM = 1,
- EPFNOSUPPORT = 96,
- EPIPE = 32,
- EPROCLIM = 1067,
- EPROCUNAVAIL = 1076,
- EPROGMISMATCH = 1075,
- EPROGUNAVAIL = 1074,
- EPROTO = 71,
- EPROTONOSUPPORT = 93,
- EPROTOTYPE = 91,
- EPWROFF = 1082,
- ERANGE = 34,
- EREMCHG = 78,
- EREMOTE = 66,
- EREMOTEIO = 121,
- ERESTART = 85,
- EROFS = 30,
- ERPCMISMATCH = 1073,
- ESHLIBVERS = 1087,
- ESHUTDOWN = 108,
- ESOCKTNOSUPPORT = 94,
- ESPIPE = 29,
- ESRCH = 3,
- ESRMNT = 69,
- ESTALE = 116,
- ESTRPIPE = 86,
- ETIME = 62,
- ETIMEDOUT = 110,
- ETOOMANYREFS = 109,
- ETXTBSY = 26,
- EUCLEAN = 117,
- EUNATCH = 49,
- EUSERS = 87,
- EWOULDBLOCK = 11,
- EXDEV = 18,
- EXFULL = 54,
- }
- [System.CLSCompliantAttribute(false)]
- public enum FcntlCommand
- {
- F_DUPFD = 0,
- F_GETFD = 1,
- F_GETFL = 3,
- F_GETLEASE = 1025,
- F_GETLK = 12,
- F_GETOWN = 9,
- F_GETSIG = 11,
- F_NOCACHE = 48,
- F_NOTIFY = 1026,
- F_SETFD = 2,
- F_SETFL = 4,
- F_SETLEASE = 1024,
- F_SETLK = 13,
- F_SETLKW = 14,
- F_SETOWN = 8,
- F_SETSIG = 10,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum FilePermissions : uint
- {
- ACCESSPERMS = (uint)511,
- ALLPERMS = (uint)4095,
- DEFFILEMODE = (uint)438,
- S_IFBLK = (uint)24576,
- S_IFCHR = (uint)8192,
- S_IFDIR = (uint)16384,
- S_IFIFO = (uint)4096,
- S_IFLNK = (uint)40960,
- S_IFMT = (uint)61440,
- S_IFREG = (uint)32768,
- S_IFSOCK = (uint)49152,
- S_IRGRP = (uint)32,
- S_IROTH = (uint)4,
- S_IRUSR = (uint)256,
- S_IRWXG = (uint)56,
- S_IRWXO = (uint)7,
- S_IRWXU = (uint)448,
- S_ISGID = (uint)1024,
- S_ISUID = (uint)2048,
- S_ISVTX = (uint)512,
- S_IWGRP = (uint)16,
- S_IWOTH = (uint)2,
- S_IWUSR = (uint)128,
- S_IXGRP = (uint)8,
- S_IXOTH = (uint)1,
- S_IXUSR = (uint)64,
- }
- public sealed partial class FilePosition : System.MarshalByRefObject, System.IDisposable, System.IEquatable<Mono.Unix.Native.FilePosition>
- {
- public FilePosition() { }
- public void Dispose() { }
- public bool Equals(Mono.Unix.Native.FilePosition value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- ~FilePosition() { }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Flock : System.IEquatable<Mono.Unix.Native.Flock>
- {
- public long l_len;
- public int l_pid;
- public long l_start;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.LockType l_type;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.SeekFlags l_whence;
- public bool Equals(Mono.Unix.Native.Flock value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- }
- public sealed partial class Fstab : System.IEquatable<Mono.Unix.Native.Fstab>
- {
- public string fs_file;
- public int fs_freq;
- public string fs_mntops;
- public int fs_passno;
- public string fs_spec;
- public string fs_type;
- public string fs_vfstype;
- public Fstab() { }
- public bool Equals(Mono.Unix.Native.Fstab value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class Group : System.IEquatable<Mono.Unix.Native.Group>
- {
- [System.CLSCompliantAttribute(false)]
- public uint gr_gid;
- public string[] gr_mem;
- public string gr_name;
- public string gr_passwd;
- public Group() { }
- public bool Equals(Mono.Unix.Native.Group value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct In6Addr : System.IEquatable<Mono.Unix.Native.In6Addr>
- {
- public In6Addr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.In6Addr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InAddr : System.IEquatable<Mono.Unix.Native.InAddr>
- {
- public uint s_addr;
- public InAddr(byte b0, byte b1, byte b2, byte b3) { throw null;}
- public InAddr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.InAddr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Iovec
- {
- public System.IntPtr iov_base;
- [System.CLSCompliantAttribute(false)]
- public ulong iov_len;
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Linger
- {
- public int l_linger;
- public int l_onoff;
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockfCommand
- {
- F_LOCK = 1,
- F_TEST = 3,
- F_TLOCK = 2,
- F_ULOCK = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockType : short
- {
- F_RDLCK = (short)0,
- F_UNLCK = (short)2,
- F_WRLCK = (short)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MessageFlags
- {
- MSG_CMSG_CLOEXEC = 1073741824,
- MSG_CONFIRM = 2048,
- MSG_CTRUNC = 8,
- MSG_DONTROUTE = 4,
- MSG_DONTWAIT = 64,
- MSG_EOR = 128,
- MSG_ERRQUEUE = 8192,
- MSG_FASTOPEN = 536870912,
- MSG_FIN = 512,
- MSG_MORE = 32768,
- MSG_NOSIGNAL = 16384,
- MSG_OOB = 1,
- MSG_PEEK = 2,
- MSG_PROXY = 16,
- MSG_RST = 4096,
- MSG_SYN = 1024,
- MSG_TRUNC = 32,
- MSG_WAITALL = 256,
- MSG_WAITFORONE = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MlockallFlags
- {
- MCL_CURRENT = 1,
- MCL_FUTURE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapFlags
- {
- MAP_ANON = 32,
- MAP_ANONYMOUS = 32,
- MAP_DENYWRITE = 2048,
- MAP_EXECUTABLE = 4096,
- MAP_FILE = 0,
- MAP_FIXED = 16,
- MAP_GROWSDOWN = 256,
- MAP_LOCKED = 8192,
- MAP_NONBLOCK = 65536,
- MAP_NORESERVE = 16384,
- MAP_POPULATE = 32768,
- MAP_PRIVATE = 2,
- MAP_SHARED = 1,
- MAP_TYPE = 15,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapProts
- {
- PROT_EXEC = 4,
- PROT_GROWSDOWN = 16777216,
- PROT_GROWSUP = 33554432,
- PROT_NONE = 0,
- PROT_READ = 1,
- PROT_WRITE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MountFlags : ulong
- {
- ST_APPEND = (ulong)256,
- ST_BIND = (ulong)4096,
- ST_IMMUTABLE = (ulong)512,
- ST_MANDLOCK = (ulong)64,
- ST_NOATIME = (ulong)1024,
- ST_NODEV = (ulong)4,
- ST_NODIRATIME = (ulong)2048,
- ST_NOEXEC = (ulong)8,
- ST_NOSUID = (ulong)2,
- ST_RDONLY = (ulong)1,
- ST_REMOUNT = (ulong)32,
- ST_SYNCHRONOUS = (ulong)16,
- ST_WRITE = (ulong)128,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MremapFlags : ulong
- {
- MREMAP_MAYMOVE = (ulong)1,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Msghdr
- {
- public byte[] msg_control;
- public long msg_controllen;
- public Mono.Unix.Native.MessageFlags msg_flags;
- public Mono.Unix.Native.Iovec[] msg_iov;
- public int msg_iovlen;
- public Mono.Unix.Native.Sockaddr msg_name;
- public Msghdr() { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MsyncFlags
- {
- MS_ASYNC = 1,
- MS_INVALIDATE = 2,
- MS_SYNC = 4,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class NativeConvert
- {
- internal NativeConvert() { }
- public static readonly System.DateTime LocalUnixEpoch;
- public static readonly System.TimeSpan LocalUtcOffset;
- public static readonly System.DateTime UnixEpoch;
- public static int FromAccessModes(Mono.Unix.Native.AccessModes value) { throw null; }
- public static int FromAtFlags(Mono.Unix.Native.AtFlags value) { throw null; }
- public static int FromConfstrName(Mono.Unix.Native.ConfstrName value) { throw null; }
- public static long FromDateTime(System.DateTime time) { throw null; }
- public static int FromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value) { throw null; }
- public static uint FromEpollEvents(Mono.Unix.Native.EpollEvents value) { throw null; }
- public static int FromEpollFlags(Mono.Unix.Native.EpollFlags value) { throw null; }
- public static int FromErrno(Mono.Unix.Native.Errno value) { throw null; }
- public static int FromFcntlCommand(Mono.Unix.Native.FcntlCommand value) { throw null; }
- public static uint FromFilePermissions(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static int FromLockfCommand(Mono.Unix.Native.LockfCommand value) { throw null; }
- public static short FromLockType(Mono.Unix.Native.LockType value) { throw null; }
- public static int FromMessageFlags(Mono.Unix.Native.MessageFlags value) { throw null; }
- public static int FromMlockallFlags(Mono.Unix.Native.MlockallFlags value) { throw null; }
- public static int FromMmapFlags(Mono.Unix.Native.MmapFlags value) { throw null; }
- public static int FromMmapProts(Mono.Unix.Native.MmapProts value) { throw null; }
- public static ulong FromMountFlags(Mono.Unix.Native.MountFlags value) { throw null; }
- public static ulong FromMremapFlags(Mono.Unix.Native.MremapFlags value) { throw null; }
- public static int FromMsyncFlags(Mono.Unix.Native.MsyncFlags value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromOctalPermissionString(string value) { throw null; }
- public static int FromOpenFlags(Mono.Unix.Native.OpenFlags value) { throw null; }
- public static int FromPathconfName(Mono.Unix.Native.PathconfName value) { throw null; }
- public static short FromPollEvents(Mono.Unix.Native.PollEvents value) { throw null; }
- public static int FromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value) { throw null; }
- public static int FromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value) { throw null; }
- public static int FromRealTimeSignum(Mono.Unix.Native.RealTimeSignum sig) { throw null; }
- public static short FromSeekFlags(Mono.Unix.Native.SeekFlags value) { throw null; }
- public static int FromShutdownOption(Mono.Unix.Native.ShutdownOption value) { throw null; }
- public static int FromSignum(Mono.Unix.Native.Signum value) { throw null; }
- public static int FromSysconfName(Mono.Unix.Native.SysconfName value) { throw null; }
- public static int FromSyslogFacility(Mono.Unix.Native.SyslogFacility value) { throw null; }
- public static int FromSyslogLevel(Mono.Unix.Native.SyslogLevel value) { throw null; }
- public static int FromSyslogOptions(Mono.Unix.Native.SyslogOptions value) { throw null; }
- public static System.DateTime FromTimeT(long time) { throw null; }
- public static int FromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromUnixPermissionString(string value) { throw null; }
- public static int FromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value) { throw null; }
- public static int FromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value) { throw null; }
- public static int FromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value) { throw null; }
- public static int FromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value) { throw null; }
- public static int FromUnixSocketType(Mono.Unix.Native.UnixSocketType value) { throw null; }
- public static int FromWaitOptions(Mono.Unix.Native.WaitOptions value) { throw null; }
- public static int FromXattrFlags(Mono.Unix.Native.XattrFlags value) { throw null; }
- public static Mono.Unix.Native.AccessModes ToAccessModes(int value) { throw null; }
- public static Mono.Unix.Native.AtFlags ToAtFlags(int value) { throw null; }
- public static Mono.Unix.Native.ConfstrName ToConfstrName(int value) { throw null; }
- public static System.DateTime ToDateTime(long time) { throw null; }
- public static System.DateTime ToDateTime(long time, long nanoTime) { throw null; }
- public static Mono.Unix.Native.DirectoryNotifyFlags ToDirectoryNotifyFlags(int value) { throw null; }
- public static Mono.Unix.Native.EpollEvents ToEpollEvents(uint value) { throw null; }
- public static Mono.Unix.Native.EpollFlags ToEpollFlags(int value) { throw null; }
- public static Mono.Unix.Native.Errno ToErrno(int value) { throw null; }
- public static Mono.Unix.Native.FcntlCommand ToFcntlCommand(int value) { throw null; }
- public static Mono.Unix.Native.FilePermissions ToFilePermissions(uint value) { throw null; }
- public static string ToFopenMode(System.IO.FileAccess access) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.In6Addr ToIn6Addr(System.Net.IPAddress address) { throw null; }
- public static Mono.Unix.Native.InAddr ToInAddr(System.Net.IPAddress address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.In6Addr address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.InAddr address) { throw null; }
- public static Mono.Unix.Native.LockfCommand ToLockfCommand(int value) { throw null; }
- public static Mono.Unix.Native.LockType ToLockType(short value) { throw null; }
- public static Mono.Unix.Native.MessageFlags ToMessageFlags(int value) { throw null; }
- public static Mono.Unix.Native.MlockallFlags ToMlockallFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapFlags ToMmapFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapProts ToMmapProts(int value) { throw null; }
- public static Mono.Unix.Native.MountFlags ToMountFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MremapFlags ToMremapFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MsyncFlags ToMsyncFlags(int value) { throw null; }
- public static string ToOctalPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(int value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.PathconfName ToPathconfName(int value) { throw null; }
- public static Mono.Unix.Native.PollEvents ToPollEvents(short value) { throw null; }
- public static Mono.Unix.Native.PosixFadviseAdvice ToPosixFadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.PosixMadviseAdvice ToPosixMadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.RealTimeSignum ToRealTimeSignum(int offset) { throw null; }
- public static Mono.Unix.Native.SeekFlags ToSeekFlags(short value) { throw null; }
- public static Mono.Unix.Native.ShutdownOption ToShutdownOption(int value) { throw null; }
- public static Mono.Unix.Native.Signum ToSignum(int value) { throw null; }
- public static Mono.Unix.Native.SysconfName ToSysconfName(int value) { throw null; }
- public static Mono.Unix.Native.SyslogFacility ToSyslogFacility(int value) { throw null; }
- public static Mono.Unix.Native.SyslogLevel ToSyslogLevel(int value) { throw null; }
- public static Mono.Unix.Native.SyslogOptions ToSyslogOptions(int value) { throw null; }
- public static long ToTimeT(System.DateTime time) { throw null; }
- public static Mono.Unix.Native.UnixAddressFamily ToUnixAddressFamily(int value) { throw null; }
- public static string ToUnixPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.UnixSocketControlMessage ToUnixSocketControlMessage(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketFlags ToUnixSocketFlags(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketOptionName ToUnixSocketOptionName(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketProtocol ToUnixSocketProtocol(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketType ToUnixSocketType(int value) { throw null; }
- public static Mono.Unix.Native.WaitOptions ToWaitOptions(int value) { throw null; }
- public static Mono.Unix.Native.XattrFlags ToXattrFlags(int value) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Cmsghdr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Flock source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.In6Addr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.InAddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Iovec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Linger source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Pollfd source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.Sockaddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn6 source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Stat source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Statvfs source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timespec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timeval source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timezone source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Utimbuf source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Cmsghdr destination) { destination = default(Mono.Unix.Native.Cmsghdr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Flock destination) { destination = default(Mono.Unix.Native.Flock); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.In6Addr destination) { destination = default(Mono.Unix.Native.In6Addr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.InAddr destination) { destination = default(Mono.Unix.Native.InAddr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Iovec destination) { destination = default(Mono.Unix.Native.Iovec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Linger destination) { destination = default(Mono.Unix.Native.Linger); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Pollfd destination) { destination = default(Mono.Unix.Native.Pollfd); throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn6 destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Stat destination) { destination = default(Mono.Unix.Native.Stat); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Statvfs destination) { destination = default(Mono.Unix.Native.Statvfs); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timespec destination) { destination = default(Mono.Unix.Native.Timespec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timeval destination) { destination = default(Mono.Unix.Native.Timeval); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timezone destination) { destination = default(Mono.Unix.Native.Timezone); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Utimbuf destination) { destination = default(Mono.Unix.Native.Utimbuf); throw null; }
- public static bool TryCopy(System.IntPtr source, long size, Mono.Unix.Native.Sockaddr destination) { throw null; }
- public static bool TryFromAccessModes(Mono.Unix.Native.AccessModes value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromAtFlags(Mono.Unix.Native.AtFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromConfstrName(Mono.Unix.Native.ConfstrName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromEpollEvents(Mono.Unix.Native.EpollEvents value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromEpollFlags(Mono.Unix.Native.EpollFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromErrno(Mono.Unix.Native.Errno value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFcntlCommand(Mono.Unix.Native.FcntlCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFilePermissions(Mono.Unix.Native.FilePermissions value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromLockfCommand(Mono.Unix.Native.LockfCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromLockType(Mono.Unix.Native.LockType value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromMessageFlags(Mono.Unix.Native.MessageFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMlockallFlags(Mono.Unix.Native.MlockallFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapFlags(Mono.Unix.Native.MmapFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapProts(Mono.Unix.Native.MmapProts value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMountFlags(Mono.Unix.Native.MountFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMremapFlags(Mono.Unix.Native.MremapFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMsyncFlags(Mono.Unix.Native.MsyncFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromOpenFlags(Mono.Unix.Native.OpenFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPathconfName(Mono.Unix.Native.PathconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPollEvents(Mono.Unix.Native.PollEvents value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSeekFlags(Mono.Unix.Native.SeekFlags value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromShutdownOption(Mono.Unix.Native.ShutdownOption value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSignum(Mono.Unix.Native.Signum value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSysconfName(Mono.Unix.Native.SysconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogFacility(Mono.Unix.Native.SyslogFacility value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogLevel(Mono.Unix.Native.SyslogLevel value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogOptions(Mono.Unix.Native.SyslogOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketType(Mono.Unix.Native.UnixSocketType value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromWaitOptions(Mono.Unix.Native.WaitOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromXattrFlags(Mono.Unix.Native.XattrFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryToAccessModes(int value, out Mono.Unix.Native.AccessModes rval) { rval = default(Mono.Unix.Native.AccessModes); throw null; }
- public static bool TryToAtFlags(int value, out Mono.Unix.Native.AtFlags rval) { rval = default(Mono.Unix.Native.AtFlags); throw null; }
- public static bool TryToConfstrName(int value, out Mono.Unix.Native.ConfstrName rval) { rval = default(Mono.Unix.Native.ConfstrName); throw null; }
- public static bool TryToDirectoryNotifyFlags(int value, out Mono.Unix.Native.DirectoryNotifyFlags rval) { rval = default(Mono.Unix.Native.DirectoryNotifyFlags); throw null; }
- public static bool TryToEpollEvents(uint value, out Mono.Unix.Native.EpollEvents rval) { rval = default(Mono.Unix.Native.EpollEvents); throw null; }
- public static bool TryToEpollFlags(int value, out Mono.Unix.Native.EpollFlags rval) { rval = default(Mono.Unix.Native.EpollFlags); throw null; }
- public static bool TryToErrno(int value, out Mono.Unix.Native.Errno rval) { rval = default(Mono.Unix.Native.Errno); throw null; }
- public static bool TryToFcntlCommand(int value, out Mono.Unix.Native.FcntlCommand rval) { rval = default(Mono.Unix.Native.FcntlCommand); throw null; }
- public static bool TryToFilePermissions(uint value, out Mono.Unix.Native.FilePermissions rval) { rval = default(Mono.Unix.Native.FilePermissions); throw null; }
- public static bool TryToLockfCommand(int value, out Mono.Unix.Native.LockfCommand rval) { rval = default(Mono.Unix.Native.LockfCommand); throw null; }
- public static bool TryToLockType(short value, out Mono.Unix.Native.LockType rval) { rval = default(Mono.Unix.Native.LockType); throw null; }
- public static bool TryToMessageFlags(int value, out Mono.Unix.Native.MessageFlags rval) { rval = default(Mono.Unix.Native.MessageFlags); throw null; }
- public static bool TryToMlockallFlags(int value, out Mono.Unix.Native.MlockallFlags rval) { rval = default(Mono.Unix.Native.MlockallFlags); throw null; }
- public static bool TryToMmapFlags(int value, out Mono.Unix.Native.MmapFlags rval) { rval = default(Mono.Unix.Native.MmapFlags); throw null; }
- public static bool TryToMmapProts(int value, out Mono.Unix.Native.MmapProts rval) { rval = default(Mono.Unix.Native.MmapProts); throw null; }
- public static bool TryToMountFlags(ulong value, out Mono.Unix.Native.MountFlags rval) { rval = default(Mono.Unix.Native.MountFlags); throw null; }
- public static bool TryToMremapFlags(ulong value, out Mono.Unix.Native.MremapFlags rval) { rval = default(Mono.Unix.Native.MremapFlags); throw null; }
- public static bool TryToMsyncFlags(int value, out Mono.Unix.Native.MsyncFlags rval) { rval = default(Mono.Unix.Native.MsyncFlags); throw null; }
- public static bool TryToOpenFlags(int value, out Mono.Unix.Native.OpenFlags rval) { rval = default(Mono.Unix.Native.OpenFlags); throw null; }
- public static bool TryToPathconfName(int value, out Mono.Unix.Native.PathconfName rval) { rval = default(Mono.Unix.Native.PathconfName); throw null; }
- public static bool TryToPollEvents(short value, out Mono.Unix.Native.PollEvents rval) { rval = default(Mono.Unix.Native.PollEvents); throw null; }
- public static bool TryToPosixFadviseAdvice(int value, out Mono.Unix.Native.PosixFadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixFadviseAdvice); throw null; }
- public static bool TryToPosixMadviseAdvice(int value, out Mono.Unix.Native.PosixMadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixMadviseAdvice); throw null; }
- public static bool TryToSeekFlags(short value, out Mono.Unix.Native.SeekFlags rval) { rval = default(Mono.Unix.Native.SeekFlags); throw null; }
- public static bool TryToShutdownOption(int value, out Mono.Unix.Native.ShutdownOption rval) { rval = default(Mono.Unix.Native.ShutdownOption); throw null; }
- public static bool TryToSignum(int value, out Mono.Unix.Native.Signum rval) { rval = default(Mono.Unix.Native.Signum); throw null; }
- public static bool TryToSysconfName(int value, out Mono.Unix.Native.SysconfName rval) { rval = default(Mono.Unix.Native.SysconfName); throw null; }
- public static bool TryToSyslogFacility(int value, out Mono.Unix.Native.SyslogFacility rval) { rval = default(Mono.Unix.Native.SyslogFacility); throw null; }
- public static bool TryToSyslogLevel(int value, out Mono.Unix.Native.SyslogLevel rval) { rval = default(Mono.Unix.Native.SyslogLevel); throw null; }
- public static bool TryToSyslogOptions(int value, out Mono.Unix.Native.SyslogOptions rval) { rval = default(Mono.Unix.Native.SyslogOptions); throw null; }
- public static bool TryToUnixAddressFamily(int value, out Mono.Unix.Native.UnixAddressFamily rval) { rval = default(Mono.Unix.Native.UnixAddressFamily); throw null; }
- public static bool TryToUnixSocketControlMessage(int value, out Mono.Unix.Native.UnixSocketControlMessage rval) { rval = default(Mono.Unix.Native.UnixSocketControlMessage); throw null; }
- public static bool TryToUnixSocketFlags(int value, out Mono.Unix.Native.UnixSocketFlags rval) { rval = default(Mono.Unix.Native.UnixSocketFlags); throw null; }
- public static bool TryToUnixSocketOptionName(int value, out Mono.Unix.Native.UnixSocketOptionName rval) { rval = default(Mono.Unix.Native.UnixSocketOptionName); throw null; }
- public static bool TryToUnixSocketProtocol(int value, out Mono.Unix.Native.UnixSocketProtocol rval) { rval = default(Mono.Unix.Native.UnixSocketProtocol); throw null; }
- public static bool TryToUnixSocketType(int value, out Mono.Unix.Native.UnixSocketType rval) { rval = default(Mono.Unix.Native.UnixSocketType); throw null; }
- public static bool TryToWaitOptions(int value, out Mono.Unix.Native.WaitOptions rval) { rval = default(Mono.Unix.Native.WaitOptions); throw null; }
- public static bool TryToXattrFlags(int value, out Mono.Unix.Native.XattrFlags rval) { rval = default(Mono.Unix.Native.XattrFlags); throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum OpenFlags
- {
- O_APPEND = 1024,
- O_ASYNC = 8192,
- O_CLOEXEC = 524288,
- O_CREAT = 64,
- O_DIRECT = 16384,
- O_DIRECTORY = 65536,
- O_EXCL = 128,
- O_LARGEFILE = 32768,
- O_NOCTTY = 256,
- O_NOFOLLOW = 131072,
- O_NONBLOCK = 2048,
- O_PATH = 2097152,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 4096,
- O_TRUNC = 512,
- O_WRONLY = 1,
- }
- public sealed partial class Passwd : System.IEquatable<Mono.Unix.Native.Passwd>
- {
- public string pw_dir;
- public string pw_gecos;
- [System.CLSCompliantAttribute(false)]
- public uint pw_gid;
- public string pw_name;
- public string pw_passwd;
- public string pw_shell;
- [System.CLSCompliantAttribute(false)]
- public uint pw_uid;
- public Passwd() { }
- public bool Equals(Mono.Unix.Native.Passwd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PathconfName
- {
- _PC_2_SYMLINKS = 20,
- _PC_ALLOC_SIZE_MIN = 18,
- _PC_ASYNC_IO = 10,
- _PC_CHOWN_RESTRICTED = 6,
- _PC_FILESIZEBITS = 13,
- _PC_LINK_MAX = 0,
- _PC_MAX_CANON = 1,
- _PC_MAX_INPUT = 2,
- _PC_NAME_MAX = 3,
- _PC_NO_TRUNC = 7,
- _PC_PATH_MAX = 4,
- _PC_PIPE_BUF = 5,
- _PC_PRIO_IO = 11,
- _PC_REC_INCR_XFER_SIZE = 14,
- _PC_REC_MAX_XFER_SIZE = 15,
- _PC_REC_MIN_XFER_SIZE = 16,
- _PC_REC_XFER_ALIGN = 17,
- _PC_SOCK_MAXBUF = 12,
- _PC_SYMLINK_MAX = 19,
- _PC_SYNC_IO = 9,
- _PC_VDISABLE = 8,
- }
- [System.FlagsAttribute]
- public enum PollEvents : short
- {
- POLLERR = (short)8,
- POLLHUP = (short)16,
- POLLIN = (short)1,
- POLLNVAL = (short)32,
- POLLOUT = (short)4,
- POLLPRI = (short)2,
- POLLRDBAND = (short)128,
- POLLRDNORM = (short)64,
- POLLWRBAND = (short)512,
- POLLWRNORM = (short)256,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Pollfd : System.IEquatable<Mono.Unix.Native.Pollfd>
- {
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents events;
- public int fd;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents revents;
- public bool Equals(Mono.Unix.Native.Pollfd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixFadviseAdvice
- {
- POSIX_FADV_DONTNEED = 4,
- POSIX_FADV_NOREUSE = 5,
- POSIX_FADV_NORMAL = 0,
- POSIX_FADV_RANDOM = 1,
- POSIX_FADV_SEQUENTIAL = 2,
- POSIX_FADV_WILLNEED = 3,
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixMadviseAdvice
- {
- POSIX_MADV_DONTNEED = 4,
- POSIX_MADV_NORMAL = 0,
- POSIX_MADV_RANDOM = 1,
- POSIX_MADV_SEQUENTIAL = 2,
- POSIX_MADV_WILLNEED = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RealTimeSignum : System.IEquatable<Mono.Unix.Native.RealTimeSignum>
- {
- public static readonly Mono.Unix.Native.RealTimeSignum MaxValue;
- public static readonly Mono.Unix.Native.RealTimeSignum MinValue;
- public RealTimeSignum(int offset) { throw null;}
- public int Offset { get { throw null; } }
- public bool Equals(Mono.Unix.Native.RealTimeSignum value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum SeekFlags : short
- {
- L_INCR = (short)1,
- L_SET = (short)0,
- L_XTND = (short)2,
- SEEK_CUR = (short)1,
- SEEK_END = (short)2,
- SEEK_SET = (short)0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum ShutdownOption
- {
- SHUT_RD = 1,
- SHUT_RDWR = 3,
- SHUT_WR = 2,
- }
- public enum SignalAction
- {
- Default = 0,
- Error = 2,
- Ignore = 1,
- }
- public delegate void SignalHandler(int signal);
- public enum Signum
- {
- SIGABRT = 6,
- SIGALRM = 14,
- SIGBUS = 7,
- SIGCHLD = 17,
- SIGCLD = 17,
- SIGCONT = 18,
- SIGFPE = 8,
- SIGHUP = 1,
- SIGILL = 4,
- SIGINT = 2,
- SIGIO = 29,
- SIGIOT = 6,
- SIGKILL = 9,
- SIGPIPE = 13,
- SIGPOLL = 29,
- SIGPROF = 27,
- SIGPWR = 30,
- SIGQUIT = 3,
- SIGSEGV = 11,
- SIGSTKFLT = 16,
- SIGSTOP = 19,
- SIGSYS = 31,
- SIGTERM = 15,
- SIGTRAP = 5,
- SIGTSTP = 20,
- SIGTTIN = 21,
- SIGTTOU = 22,
- SIGUNUSED = 31,
- SIGURG = 23,
- SIGUSR1 = 10,
- SIGUSR2 = 12,
- SIGVTALRM = 26,
- SIGWINCH = 28,
- SIGXCPU = 24,
- SIGXFSZ = 25,
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Sockaddr
- {
- public Sockaddr() { }
- public Mono.Unix.Native.UnixAddressFamily sa_family { get { throw null; } set { } }
- public static Mono.Unix.Native.Sockaddr FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public Mono.Unix.Native.SockaddrStorage ToSockaddrStorage() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn>
- {
- public Mono.Unix.Native.InAddr sin_addr;
- public ushort sin_port;
- public SockaddrIn() { }
- public Mono.Unix.Native.UnixAddressFamily sin_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn6 : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn6>
- {
- public Mono.Unix.Native.In6Addr sin6_addr;
- public uint sin6_flowinfo;
- public ushort sin6_port;
- public uint sin6_scope_id;
- public SockaddrIn6() { }
- public Mono.Unix.Native.UnixAddressFamily sin6_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn6 value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn6 FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrStorage : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrStorage>
- {
- public SockaddrStorage() { }
- public SockaddrStorage(int size) { }
- public byte[] data { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long data_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void CopyTo(Mono.Unix.Native.Sockaddr address) { }
- public bool Equals(Mono.Unix.Native.SockaddrStorage value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public void SetTo(Mono.Unix.Native.Sockaddr address) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrUn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrUn>
- {
- public SockaddrUn() { }
- public SockaddrUn(int size) { }
- public SockaddrUn(string path, bool linuxAbstractNamespace=false) { }
- public bool IsLinuxAbstractNamespace { get { throw null; } }
- public string Path { get { throw null; } }
- public Mono.Unix.Native.UnixAddressFamily sun_family { get { throw null; } set { } }
- public byte[] sun_path { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long sun_path_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Mono.Unix.Native.SockaddrUn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrUn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat : System.IEquatable<Mono.Unix.Native.Stat>
- {
- public long st_atime;
- public long st_atime_nsec;
- public long st_blksize;
- public long st_blocks;
- public long st_ctime;
- public long st_ctime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_dev;
- [System.CLSCompliantAttribute(false)]
- public uint st_gid;
- [System.CLSCompliantAttribute(false)]
- public ulong st_ino;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions st_mode;
- public long st_mtime;
- public long st_mtime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_nlink;
- [System.CLSCompliantAttribute(false)]
- public ulong st_rdev;
- public long st_size;
- [System.CLSCompliantAttribute(false)]
- public uint st_uid;
- public Mono.Unix.Native.Timespec st_atim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_ctim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_mtim { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.Stat value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Statvfs : System.IEquatable<Mono.Unix.Native.Statvfs>
- {
- public ulong f_bavail;
- public ulong f_bfree;
- public ulong f_blocks;
- public ulong f_bsize;
- public ulong f_favail;
- public ulong f_ffree;
- public ulong f_files;
- public Mono.Unix.Native.MountFlags f_flag;
- public ulong f_frsize;
- public ulong f_fsid;
- public ulong f_namemax;
- public bool Equals(Mono.Unix.Native.Statvfs value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- }
- public partial class Stdlib
- {
- internal Stdlib() { }
- [System.CLSCompliantAttribute(false)]
- public static readonly int BUFSIZ;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EOF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_FAILURE;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_SUCCESS;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FILENAME_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FOPEN_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int L_tmpnam;
- [System.CLSCompliantAttribute(false)]
- public static readonly int MB_CUR_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int RAND_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_DFL;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_ERR;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_IGN;
- public static readonly System.IntPtr stderr;
- public static readonly System.IntPtr stdin;
- public static readonly System.IntPtr stdout;
- [System.CLSCompliantAttribute(false)]
- public static readonly int TMP_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOFBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOLBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IONBF;
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void abort();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr calloc(ulong nmemb, ulong size);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int clearerr(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void exit(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fclose(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int feof(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ferror(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fflush(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fgetc(System.IntPtr stream);
- public static int fgetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, int size, System.IntPtr stream) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode);
- public static int fprintf(System.IntPtr stream, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse fprintf (IntPtr, string) instead.")]
- public static int fprintf(System.IntPtr stream, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputs(string s, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fread(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fread(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void free(System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr freopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static int fseek(System.IntPtr stream, long offset, Mono.Unix.Native.SeekFlags origin) { throw null; }
- public static int fsetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long ftell(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fwrite(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fwrite(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- public static int getc(System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getchar();
- public static string getenv(string name) { throw null; }
- public static Mono.Unix.Native.Errno GetLastError() { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr malloc(ulong size);
- public static int perror(string s) { throw null; }
- public static int printf(string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse printf (string) instead.")]
- public static int printf(string format, params object[] parameters) { throw null; }
- public static int putc(int c, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putchar(int c);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int puts(string s);
- public static int raise(Mono.Unix.Native.RealTimeSignum rts) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int raise(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rand();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr realloc(System.IntPtr ptr, ulong size);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remove([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewind(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setbuf(System.IntPtr stream, byte* buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setbuf(System.IntPtr stream, System.IntPtr buf);
- protected static void SetLastError(Mono.Unix.Native.Errno error) { }
- public static int SetSignalAction(Mono.Unix.Native.RealTimeSignum rts, Mono.Unix.Native.SignalAction action) { throw null; }
- public static int SetSignalAction(Mono.Unix.Native.Signum signal, Mono.Unix.Native.SignalAction action) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setvbuf(System.IntPtr stream, byte* buf, int mode, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int setvbuf(System.IntPtr stream, System.IntPtr buf, int mode, ulong size);
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()")]
- public static Mono.Unix.Native.SignalHandler signal(Mono.Unix.Native.Signum signum, Mono.Unix.Native.SignalHandler handler) { throw null; }
- public static int snprintf(System.Text.StringBuilder s, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, string format, params object[] parameters) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void srand(uint seed);
- [System.CLSCompliantAttribute(false)]
- public static string strerror(Mono.Unix.Native.Errno errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong strlen(System.IntPtr s);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int system(string @string);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr tmpfile();
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam() { throw null; }
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam(System.Text.StringBuilder s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ungetc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void _Exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Syscall : Mono.Unix.Native.Stdlib
- {
- internal Syscall() { }
- public static readonly int AT_FDCWD;
- public static readonly int L_ctermid;
- public static readonly int L_cuserid;
- public static readonly System.IntPtr MAP_FAILED;
- public static readonly long UTIME_NOW;
- public static readonly long UTIME_OMIT;
- public static int accept(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int accept4(int socket, Mono.Unix.Native.Sockaddr address, Mono.Unix.Native.UnixSocketFlags flags) { throw null; }
- public static int access(string pathname, Mono.Unix.Native.AccessModes mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int acct([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- public static int bind(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int brk(System.IntPtr end_data_segment);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- public static int chmod(string path, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closelog();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_ALIGN(ulong length);
- public static long CMSG_DATA(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public static long CMSG_FIRSTHDR(Mono.Unix.Native.Msghdr msgh) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_LEN(ulong length);
- public static long CMSG_NXTHDR(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_SPACE(ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong confstr(Mono.Unix.Native.ConfstrName name, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong len);
- public static int connect(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int creat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static string crypt(string key, string salt) { throw null; }
- [System.ObsoleteAttribute("\"Nobody knows precisely what cuserid() does... DO NOT USE cuserid().\n`string' must hold L_cuserid characters. Use getlogin_r instead.")]
- public static string cuserid(System.Text.StringBuilder @string) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dirfd(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int fd, int fd2);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int encrypt(byte[] block, bool decode) { throw null; }
- public static int endfsent() { throw null; }
- public static int endgrent() { throw null; }
- public static int endpwent() { throw null; }
- public static int endusershell() { throw null; }
- public static int epoll_create(Mono.Unix.Native.EpollFlags flags) { throw null; }
- public static int epoll_create(int size) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, ref Mono.Unix.Native.EpollEvent ee);
- public static int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, Mono.Unix.Native.EpollEvents events) { throw null; }
- public static int epoll_wait(int epfd, Mono.Unix.Native.EpollEvent[] events, int max_events, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execv([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execve([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv, string[] envp);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execvp([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- public static int faccessat(int dirfd, string pathname, Mono.Unix.Native.AccessModes mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchdir(int fd);
- public static int fchmod(int filedes, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int fchmodat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchown(int fd, uint owner, uint group);
- public static int fchownat(int dirfd, string pathname, uint owner, uint group, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd);
- public static int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, Mono.Unix.Native.DirectoryNotifyFlags arg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, ref Mono.Unix.Native.Flock @lock);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, int arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, long arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fdatasync(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fdopendir(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fexecve(int fd, string[] argv, string[] envp);
- public static Mono.Unix.Native.Group fgetgrent(System.IntPtr stream) { throw null; }
- public static Mono.Unix.Native.Passwd fgetpwent(System.IntPtr stream) { throw null; }
- public static long fgetxattr(int fd, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fgetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long fgetxattr(int fd, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long flistxattr(int fd, byte[] list, ulong size);
- public static long flistxattr(int fd, out string[] values) { values = default(string[]); throw null; }
- public static long flistxattr(int fd, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- public static long fpathconf(int filedes, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fpathconf(int filedes, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fremovexattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int fsetxattr(int fd, string name, byte[] value) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstat(int filedes, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf, Mono.Unix.Native.AtFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatvfs(int fd, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsync(int fd);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ftruncate(int fd, long length);
- public static int futimens(int fd, Mono.Unix.Native.Timespec[] times) { throw null; }
- public static int futimes(int fd, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- public static System.Text.StringBuilder getcwd(System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr getcwd([System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong size);
- public static int getdomainname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdomainname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdtablesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint geteuid();
- public static Mono.Unix.Native.Fstab getfsent() { throw null; }
- public static Mono.Unix.Native.Fstab getfsfile(string mount_point) { throw null; }
- public static Mono.Unix.Native.Fstab getfsspec(string special_file) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getgid();
- public static Mono.Unix.Native.Group getgrent() { throw null; }
- public static Mono.Unix.Native.Group getgrgid(uint uid) { throw null; }
- public static int getgrgid_r(uint uid, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group getgrnam(string name) { throw null; }
- public static int getgrnam_r(string name, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(Mono.Unix.Native.Passwd user) { throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(string username) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgroups(int size, uint[] list);
- public static int getgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long gethostid();
- public static int gethostname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gethostname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- public static string getlogin() { throw null; }
- public static int getlogin_r(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getlogin_r([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong bufsize);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.ObsoleteAttribute("Dropped in POSIX 1003.1-2001. Use Syscall.sysconf (SysconfName._SC_PAGESIZE).")]
- public static extern int getpagesize();
- public static int getpeername(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgid(int pid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- public static Mono.Unix.Native.Passwd getpwent() { throw null; }
- public static Mono.Unix.Native.Passwd getpwnam(string name) { throw null; }
- public static int getpwnam_r(string name, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- public static Mono.Unix.Native.Passwd getpwuid(uint uid) { throw null; }
- public static int getpwuid_r(uint uid, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresgid(out uint rgid, out uint egid, out uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresuid(out uint ruid, out uint euid, out uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getsid(int pid);
- public static int getsockname(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Linger option_value) { option_value = default(Mono.Unix.Native.Linger); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Timeval option_value) { option_value = default(Mono.Unix.Native.Timeval); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, ref long option_len) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out int option_value) { option_value = default(int); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, ref long option_len) { throw null; }
- public unsafe static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, ref long option_len) { throw null; }
- public static int gettimeofday(out Mono.Unix.Native.Timeval tv) { tv = default(Mono.Unix.Native.Timeval); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gettimeofday(out Mono.Unix.Native.Timeval tv, out Mono.Unix.Native.Timezone tz);
- public static int gettimeofday(out Mono.Unix.Native.Timezone tz) { tz = default(Mono.Unix.Native.Timezone); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getuid();
- public static string getusershell() { throw null; }
- public static long getxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long getxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long getxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint htonl(uint hostlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort htons(ushort hostshort);
- public static bool isatty(int fd) { throw null; }
- public static int kill(int pid, Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- public static long lgetxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long lgetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long lgetxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- public static int linkat(int olddirfd, string oldpath, int newdirfd, string newpath, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int listen(int socket, int backlog);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long listxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long listxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long listxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long llistxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long llistxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long llistxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lockf(int fd, Mono.Unix.Native.LockfCommand cmd, long len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lremovexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static long lseek(int fd, long offset, Mono.Unix.Native.SeekFlags whence) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lsetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lstat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- public static int lutimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mincore(System.IntPtr start, ulong length, byte[] vec);
- public static int mkdir(string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkdirat(int dirfd, string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static System.Text.StringBuilder mkdtemp(System.Text.StringBuilder template) { throw null; }
- public static int mkfifo(string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkfifoat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknod([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknodat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mkstemp(System.Text.StringBuilder template);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mlock(System.IntPtr start, ulong len);
- public static int mlockall(Mono.Unix.Native.MlockallFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mmap(System.IntPtr start, ulong length, Mono.Unix.Native.MmapProts prot, Mono.Unix.Native.MmapFlags flags, int fd, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mprotect(System.IntPtr start, ulong len, Mono.Unix.Native.MmapProts prot);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mremap(System.IntPtr old_address, ulong old_size, ulong new_size, Mono.Unix.Native.MremapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int msync(System.IntPtr start, ulong len, Mono.Unix.Native.MsyncFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlock(System.IntPtr start, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlockall();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munmap(System.IntPtr start, ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nanosleep(ref Mono.Unix.Native.Timespec req, ref Mono.Unix.Native.Timespec rem);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int inc);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ntohl(uint netlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort ntohs(ushort netshort);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode);
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags) { throw null; }
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int openlog(System.IntPtr ident, Mono.Unix.Native.SyslogOptions option, Mono.Unix.Native.SyslogFacility defaultFacility) { throw null; }
- public static long pathconf(string path, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pathconf([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pipe(out int reading, out int writing);
- public static int pipe(int[] filedes) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, int timeout) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, uint nfds, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fadvise(int fd, long offset, long len, Mono.Unix.Native.PosixFadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fallocate(int fd, long offset, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_madvise(System.IntPtr addr, ulong len, Mono.Unix.Native.PosixMadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pread(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pread(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long preadv(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- public static int psignal(Mono.Unix.Native.Signum sig, string s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pwrite(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pwrite(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long pwritev(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long read(int fd, System.IntPtr buf, ulong count);
- public unsafe static long read(int fd, void* buf, ulong count) { throw null; }
- public static Mono.Unix.Native.Dirent readdir(System.IntPtr dir) { throw null; }
- public static int readdir_r(System.IntPtr dirp, Mono.Unix.Native.Dirent entry, out System.IntPtr result) { result = default(System.IntPtr); throw null; }
- public static long readlink(string path, byte[] buf) { throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readlinkat(int dirfd, string pathname, byte[] buf) { throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readv(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static long recv(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recv(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long recv(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recvfrom(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvfrom(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long recvfrom(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remap_file_pages(System.IntPtr start, ulong size, Mono.Unix.Native.MmapProts prot, long pgoff, Mono.Unix.Native.MmapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int removexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int renameat(int olddirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int newdirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int revoke([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewinddir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr sbrk(System.IntPtr increment);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seekdir(System.IntPtr dir, long offset);
- public static long send(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long send(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long send(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sendfile(int out_fd, int in_fd, ref long offset, ulong count);
- public static long sendmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long sendto(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long sendto(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long sendto(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int setdomainname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setdomainname(string name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setegid(uint uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seteuid(uint euid);
- public static int setfsent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(uint gid);
- public static int setgrent() { throw null; }
- public static int setgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgroups(ulong size, uint[] list);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostid(long hostid);
- public static int sethostname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostname(string name, ulong len);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int setkey(string key) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setlogin(string name);
- public static int setlogmask(Mono.Unix.Native.SyslogLevel mask) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgrp();
- public static int setpwent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(uint rgid, uint egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresgid(uint rgid, uint egid, uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresuid(uint ruid, uint euid, uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(uint ruid, uint euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Linger option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Timeval option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, long option_len) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, int option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, long option_len) { throw null; }
- public unsafe static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, long option_len) { throw null; }
- public static int settimeofday(ref Mono.Unix.Native.Timeval tv) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int settimeofday(ref Mono.Unix.Native.Timeval tv, ref Mono.Unix.Native.Timezone tz);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(uint uid);
- public static int setusershell() { throw null; }
- public static int setxattr(string path, string name, byte[] value) { throw null; }
- public static int setxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int setxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- public static int shutdown(int socket, Mono.Unix.Native.ShutdownOption how) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint sleep(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sockatmark(int socket);
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int statvfs([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stime(ref long t);
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf) { throw null; }
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf, ulong n) { throw null; }
- public static string strsignal(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int swab(System.IntPtr from, System.IntPtr to, long n);
- public unsafe static void swab(void* from, void* to, long n) { }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlinkat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sync();
- public static long sysconf(Mono.Unix.Native.SysconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sysconf(Mono.Unix.Native.SysconfName name, Mono.Unix.Native.Errno defaultError);
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogFacility, SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcgetpgrp(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcsetpgrp(int fd, int pgrp);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long telldir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long time(out long t);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int truncate([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, long length);
- public static string ttyname(int fd) { throw null; }
- public static int ttyname_r(int fd, System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyname_r(int fd, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong buflen);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyslot();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ualarm(uint usecs, uint interval);
- public static Mono.Unix.Native.FilePermissions umask(Mono.Unix.Native.FilePermissions mask) { throw null; }
- public static int uname(out Mono.Unix.Native.Utsname buf) { buf = default(Mono.Unix.Native.Utsname); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- public static int unlinkat(int dirfd, string pathname, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utime(string filename) { throw null; }
- public static int utime(string filename, ref Mono.Unix.Native.Utimbuf buf) { throw null; }
- public static int utimensat(int dirfd, string pathname, Mono.Unix.Native.Timespec[] times, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int vhangup();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int wait(out int status);
- public static int waitpid(int pid, out int status, Mono.Unix.Native.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- public static bool WIFEXITED(int status) { throw null; }
- public static bool WIFSIGNALED(int status) { throw null; }
- public static bool WIFSTOPPED(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long write(int fd, System.IntPtr buf, ulong count);
- public unsafe static long write(int fd, void* buf, ulong count) { throw null; }
- public static long writev(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static Mono.Unix.Native.Signum WSTOPSIG(int status) { throw null; }
- public static Mono.Unix.Native.Signum WTERMSIG(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int _exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public enum SysconfName
- {
- _SC_2_CHAR_TERM = 95,
- _SC_2_C_BIND = 47,
- _SC_2_C_DEV = 48,
- _SC_2_C_VERSION = 96,
- _SC_2_FORT_DEV = 49,
- _SC_2_FORT_RUN = 50,
- _SC_2_LOCALEDEF = 52,
- _SC_2_PBS = 168,
- _SC_2_PBS_ACCOUNTING = 169,
- _SC_2_PBS_CHECKPOINT = 175,
- _SC_2_PBS_LOCATE = 170,
- _SC_2_PBS_MESSAGE = 171,
- _SC_2_PBS_TRACK = 172,
- _SC_2_SW_DEV = 51,
- _SC_2_UPE = 97,
- _SC_2_VERSION = 46,
- _SC_ADVISORY_INFO = 132,
- _SC_AIO_LISTIO_MAX = 23,
- _SC_AIO_MAX = 24,
- _SC_AIO_PRIO_DELTA_MAX = 25,
- _SC_ARG_MAX = 0,
- _SC_ASYNCHRONOUS_IO = 12,
- _SC_ATEXIT_MAX = 87,
- _SC_AVPHYS_PAGES = 86,
- _SC_BARRIERS = 133,
- _SC_BASE = 134,
- _SC_BC_BASE_MAX = 36,
- _SC_BC_DIM_MAX = 37,
- _SC_BC_SCALE_MAX = 38,
- _SC_BC_STRING_MAX = 39,
- _SC_CHARCLASS_NAME_MAX = 45,
- _SC_CHAR_BIT = 101,
- _SC_CHAR_MAX = 102,
- _SC_CHAR_MIN = 103,
- _SC_CHILD_MAX = 1,
- _SC_CLK_TCK = 2,
- _SC_CLOCK_SELECTION = 137,
- _SC_COLL_WEIGHTS_MAX = 40,
- _SC_CPUTIME = 138,
- _SC_C_LANG_SUPPORT = 135,
- _SC_C_LANG_SUPPORT_R = 136,
- _SC_DELAYTIMER_MAX = 26,
- _SC_DEVICE_IO = 140,
- _SC_DEVICE_SPECIFIC = 141,
- _SC_DEVICE_SPECIFIC_R = 142,
- _SC_EQUIV_CLASS_MAX = 41,
- _SC_EXPR_NEST_MAX = 42,
- _SC_FD_MGMT = 143,
- _SC_FIFO = 144,
- _SC_FILE_ATTRIBUTES = 146,
- _SC_FILE_LOCKING = 147,
- _SC_FILE_SYSTEM = 148,
- _SC_FSYNC = 15,
- _SC_GETGR_R_SIZE_MAX = 69,
- _SC_GETPW_R_SIZE_MAX = 70,
- _SC_HOST_NAME_MAX = 180,
- _SC_INT_MAX = 104,
- _SC_INT_MIN = 105,
- _SC_IOV_MAX = 60,
- _SC_JOB_CONTROL = 7,
- _SC_LEVEL1_DCACHE_ASSOC = 189,
- _SC_LEVEL1_DCACHE_LINESIZE = 190,
- _SC_LEVEL1_DCACHE_SIZE = 188,
- _SC_LEVEL1_ICACHE_ASSOC = 186,
- _SC_LEVEL1_ICACHE_LINESIZE = 187,
- _SC_LEVEL1_ICACHE_SIZE = 185,
- _SC_LEVEL2_CACHE_ASSOC = 192,
- _SC_LEVEL2_CACHE_LINESIZE = 193,
- _SC_LEVEL2_CACHE_SIZE = 191,
- _SC_LEVEL3_CACHE_ASSOC = 195,
- _SC_LEVEL3_CACHE_LINESIZE = 196,
- _SC_LEVEL3_CACHE_SIZE = 194,
- _SC_LEVEL4_CACHE_ASSOC = 198,
- _SC_LEVEL4_CACHE_LINESIZE = 199,
- _SC_LEVEL4_CACHE_SIZE = 197,
- _SC_LINE_MAX = 43,
- _SC_LOGIN_NAME_MAX = 71,
- _SC_LONG_BIT = 106,
- _SC_MAPPED_FILES = 16,
- _SC_MB_LEN_MAX = 108,
- _SC_MEMLOCK = 17,
- _SC_MEMLOCK_RANGE = 18,
- _SC_MEMORY_PROTECTION = 19,
- _SC_MESSAGE_PASSING = 20,
- _SC_MONOTONIC_CLOCK = 149,
- _SC_MQ_OPEN_MAX = 27,
- _SC_MQ_PRIO_MAX = 28,
- _SC_MULTI_PROCESS = 150,
- _SC_NETWORKING = 152,
- _SC_NGROUPS_MAX = 3,
- _SC_NL_ARGMAX = 119,
- _SC_NL_LANGMAX = 120,
- _SC_NL_MSGMAX = 121,
- _SC_NL_NMAX = 122,
- _SC_NL_SETMAX = 123,
- _SC_NL_TEXTMAX = 124,
- _SC_NPROCESSORS_CONF = 83,
- _SC_NPROCESSORS_ONLN = 84,
- _SC_NZERO = 109,
- _SC_OPEN_MAX = 4,
- _SC_PAGESIZE = 30,
- _SC_PASS_MAX = 88,
- _SC_PHYS_PAGES = 85,
- _SC_PII = 53,
- _SC_PII_INTERNET = 56,
- _SC_PII_INTERNET_DGRAM = 62,
- _SC_PII_INTERNET_STREAM = 61,
- _SC_PII_OSI = 57,
- _SC_PII_OSI_CLTS = 64,
- _SC_PII_OSI_COTS = 63,
- _SC_PII_OSI_M = 65,
- _SC_PII_SOCKET = 55,
- _SC_PII_XTI = 54,
- _SC_PIPE = 145,
- _SC_POLL = 58,
- _SC_PRIORITIZED_IO = 13,
- _SC_PRIORITY_SCHEDULING = 10,
- _SC_READER_WRITER_LOCKS = 153,
- _SC_REALTIME_SIGNALS = 9,
- _SC_REGEXP = 155,
- _SC_REGEX_VERSION = 156,
- _SC_RE_DUP_MAX = 44,
- _SC_RTSIG_MAX = 31,
- _SC_SAVED_IDS = 8,
- _SC_SCHAR_MAX = 111,
- _SC_SCHAR_MIN = 112,
- _SC_SELECT = 59,
- _SC_SEMAPHORES = 21,
- _SC_SEM_NSEMS_MAX = 32,
- _SC_SEM_VALUE_MAX = 33,
- _SC_SHARED_MEMORY_OBJECTS = 22,
- _SC_SHELL = 157,
- _SC_SHRT_MAX = 113,
- _SC_SHRT_MIN = 114,
- _SC_SIGNALS = 158,
- _SC_SIGQUEUE_MAX = 34,
- _SC_SINGLE_PROCESS = 151,
- _SC_SPAWN = 159,
- _SC_SPIN_LOCKS = 154,
- _SC_SPORADIC_SERVER = 160,
- _SC_SSIZE_MAX = 110,
- _SC_STREAMS = 174,
- _SC_STREAM_MAX = 5,
- _SC_SYMLOOP_MAX = 173,
- _SC_SYNCHRONIZED_IO = 14,
- _SC_SYSTEM_DATABASE = 162,
- _SC_SYSTEM_DATABASE_R = 163,
- _SC_THREADS = 67,
- _SC_THREAD_ATTR_STACKADDR = 77,
- _SC_THREAD_ATTR_STACKSIZE = 78,
- _SC_THREAD_CPUTIME = 139,
- _SC_THREAD_DESTRUCTOR_ITERATIONS = 73,
- _SC_THREAD_KEYS_MAX = 74,
- _SC_THREAD_PRIORITY_SCHEDULING = 79,
- _SC_THREAD_PRIO_INHERIT = 80,
- _SC_THREAD_PRIO_PROTECT = 81,
- _SC_THREAD_PROCESS_SHARED = 82,
- _SC_THREAD_SAFE_FUNCTIONS = 68,
- _SC_THREAD_SPORADIC_SERVER = 161,
- _SC_THREAD_STACK_MIN = 75,
- _SC_THREAD_THREADS_MAX = 76,
- _SC_TIMEOUTS = 164,
- _SC_TIMERS = 11,
- _SC_TIMER_MAX = 35,
- _SC_TRACE = 181,
- _SC_TRACE_EVENT_FILTER = 182,
- _SC_TRACE_INHERIT = 183,
- _SC_TRACE_LOG = 184,
- _SC_TTY_NAME_MAX = 72,
- _SC_TYPED_MEMORY_OBJECTS = 165,
- _SC_TZNAME_MAX = 6,
- _SC_T_IOV_MAX = 66,
- _SC_UCHAR_MAX = 115,
- _SC_UINT_MAX = 116,
- _SC_UIO_MAXIOV = 60,
- _SC_ULONG_MAX = 117,
- _SC_USER_GROUPS = 166,
- _SC_USER_GROUPS_R = 167,
- _SC_USHRT_MAX = 118,
- _SC_V6_ILP32_OFF32 = 176,
- _SC_V6_ILP32_OFFBIG = 177,
- _SC_V6_LP64_OFF64 = 178,
- _SC_V6_LPBIG_OFFBIG = 179,
- _SC_VERSION = 29,
- _SC_WORD_BIT = 107,
- _SC_XBS5_ILP32_OFF32 = 125,
- _SC_XBS5_ILP32_OFFBIG = 126,
- _SC_XBS5_LP64_OFF64 = 127,
- _SC_XBS5_LPBIG_OFFBIG = 128,
- _SC_XOPEN_CRYPT = 92,
- _SC_XOPEN_ENH_I18N = 93,
- _SC_XOPEN_LEGACY = 129,
- _SC_XOPEN_REALTIME = 130,
- _SC_XOPEN_REALTIME_THREADS = 131,
- _SC_XOPEN_SHM = 94,
- _SC_XOPEN_UNIX = 91,
- _SC_XOPEN_VERSION = 89,
- _SC_XOPEN_XCU_VERSION = 90,
- _SC_XOPEN_XPG2 = 98,
- _SC_XOPEN_XPG3 = 99,
- _SC_XOPEN_XPG4 = 100,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogFacility
- {
- LOG_AUTH = 32,
- LOG_AUTHPRIV = 80,
- LOG_CRON = 72,
- LOG_DAEMON = 24,
- LOG_FTP = 88,
- LOG_KERN = 0,
- LOG_LOCAL0 = 128,
- LOG_LOCAL1 = 136,
- LOG_LOCAL2 = 144,
- LOG_LOCAL3 = 152,
- LOG_LOCAL4 = 160,
- LOG_LOCAL5 = 168,
- LOG_LOCAL6 = 176,
- LOG_LOCAL7 = 184,
- LOG_LPR = 48,
- LOG_MAIL = 16,
- LOG_NEWS = 56,
- LOG_SYSLOG = 40,
- LOG_USER = 8,
- LOG_UUCP = 64,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogLevel
- {
- LOG_ALERT = 1,
- LOG_CRIT = 2,
- LOG_DEBUG = 7,
- LOG_EMERG = 0,
- LOG_ERR = 3,
- LOG_INFO = 6,
- LOG_NOTICE = 5,
- LOG_WARNING = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum SyslogOptions
- {
- LOG_CONS = 2,
- LOG_NDELAY = 8,
- LOG_NOWAIT = 16,
- LOG_ODELAY = 4,
- LOG_PERROR = 32,
- LOG_PID = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timespec : System.IEquatable<Mono.Unix.Native.Timespec>
- {
- public long tv_nsec;
- public long tv_sec;
- public bool Equals(Mono.Unix.Native.Timespec value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timeval : System.IEquatable<Mono.Unix.Native.Timeval>
- {
- public long tv_sec;
- public long tv_usec;
- public bool Equals(Mono.Unix.Native.Timeval value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timezone : System.IEquatable<Mono.Unix.Native.Timezone>
- {
- public int tz_minuteswest;
- public bool Equals(Mono.Unix.Native.Timezone value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixAddressFamily
- {
- AF_ALG = 38,
- AF_APPLETALK = 5,
- AF_ASH = 18,
- AF_ATMPVC = 8,
- AF_ATMSVC = 20,
- AF_AX25 = 3,
- AF_BLUETOOTH = 31,
- AF_BRIDGE = 7,
- AF_CAIF = 37,
- AF_CAN = 29,
- AF_DECnet = 12,
- AF_ECONET = 19,
- AF_IEEE802154 = 36,
- AF_INET = 2,
- AF_INET6 = 10,
- AF_IPX = 4,
- AF_IRDA = 23,
- AF_ISDN = 34,
- AF_IUCV = 32,
- AF_KEY = 15,
- AF_LLC = 26,
- AF_NETBEUI = 13,
- AF_NETLINK = 16,
- AF_NETROM = 6,
- AF_NFC = 39,
- AF_PACKET = 17,
- AF_PHONET = 35,
- AF_PPPOX = 24,
- AF_RDS = 21,
- AF_ROSE = 11,
- AF_RXRPC = 33,
- AF_SECURITY = 14,
- AF_SNA = 22,
- AF_TIPC = 30,
- AF_UNIX = 1,
- AF_UNSPEC = 0,
- AF_VSOCK = 40,
- AF_WANPIPE = 25,
- AF_X25 = 9,
- Unknown = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketControlMessage
- {
- SCM_CREDENTIALS = 2,
- SCM_RIGHTS = 1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum UnixSocketFlags
- {
- SOCK_CLOEXEC = 524288,
- SOCK_NONBLOCK = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketOptionName
- {
- SO_ACCEPTCONN = 30,
- SO_ATTACH_FILTER = 26,
- SO_BINDTODEVICE = 25,
- SO_BROADCAST = 6,
- SO_BSDCOMPAT = 14,
- SO_BUSY_POLL = 46,
- SO_DEBUG = 1,
- SO_DETACH_FILTER = 27,
- SO_DOMAIN = 39,
- SO_DONTROUTE = 5,
- SO_ERROR = 4,
- SO_KEEPALIVE = 9,
- SO_LINGER = 13,
- SO_LOCK_FILTER = 44,
- SO_MARK = 36,
- SO_MAX_PACING_RATE = 47,
- SO_NOFCS = 43,
- SO_NO_CHECK = 11,
- SO_OOBINLINE = 10,
- SO_PASSCRED = 16,
- SO_PASSSEC = 34,
- SO_PEEK_OFF = 42,
- SO_PEERCRED = 17,
- SO_PEERNAME = 28,
- SO_PEERSEC = 31,
- SO_PRIORITY = 12,
- SO_PROTOCOL = 38,
- SO_RCVBUF = 8,
- SO_RCVBUFFORCE = 33,
- SO_RCVLOWAT = 18,
- SO_RCVTIMEO = 20,
- SO_REUSEADDR = 2,
- SO_REUSEPORT = 15,
- SO_RXQ_OVFL = 40,
- SO_SECURITY_AUTHENTICATION = 22,
- SO_SECURITY_ENCRYPTION_NETWORK = 24,
- SO_SECURITY_ENCRYPTION_TRANSPORT = 23,
- SO_SELECT_ERR_QUEUE = 45,
- SO_SNDBUF = 7,
- SO_SNDBUFFORCE = 32,
- SO_SNDLOWAT = 19,
- SO_SNDTIMEO = 21,
- SO_TIMESTAMP = 29,
- SO_TIMESTAMPING = 37,
- SO_TIMESTAMPNS = 35,
- SO_TYPE = 3,
- SO_WIFI_STATUS = 41,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketProtocol
- {
- IPPROTO_AH = 51,
- IPPROTO_BEETPH = 94,
- IPPROTO_COMP = 108,
- IPPROTO_DCCP = 33,
- IPPROTO_EGP = 8,
- IPPROTO_ENCAP = 98,
- IPPROTO_ESP = 50,
- IPPROTO_GRE = 47,
- IPPROTO_ICMP = 1,
- IPPROTO_IDP = 22,
- IPPROTO_IGMP = 2,
- IPPROTO_IP = 1024,
- IPPROTO_IPIP = 4,
- IPPROTO_IPV6 = 41,
- IPPROTO_MTP = 92,
- IPPROTO_PIM = 103,
- IPPROTO_PUP = 12,
- IPPROTO_RAW = 255,
- IPPROTO_RSVP = 46,
- IPPROTO_SCTP = 132,
- IPPROTO_TCP = 6,
- IPPROTO_TP = 29,
- IPPROTO_UDP = 17,
- IPPROTO_UDPLITE = 136,
- SOL_SOCKET = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketType
- {
- SOCK_DCCP = 6,
- SOCK_DGRAM = 2,
- SOCK_PACKET = 10,
- SOCK_RAW = 3,
- SOCK_RDM = 4,
- SOCK_SEQPACKET = 5,
- SOCK_STREAM = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Utimbuf : System.IEquatable<Mono.Unix.Native.Utimbuf>
- {
- public long actime;
- public long modtime;
- public bool Equals(Mono.Unix.Native.Utimbuf value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- }
- public sealed partial class Utsname : System.IEquatable<Mono.Unix.Native.Utsname>
- {
- public string domainname;
- public string machine;
- public string nodename;
- public string release;
- public string sysname;
- public string version;
- public Utsname() { }
- public bool Equals(Mono.Unix.Native.Utsname value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum WaitOptions
- {
- WNOHANG = 1,
- WUNTRACED = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum XattrFlags
- {
- XATTR_AUTO = 0,
- XATTR_CREATE = 1,
- XATTR_REPLACE = 2,
- }
-}
diff --git a/src/v4.5.1/Mono.Security.Win32.cs b/src/v4.5.1/Mono.Security.Win32.cs
deleted file mode 100644
index b7904de..0000000
--- a/src/v4.5.1/Mono.Security.Win32.cs
+++ /dev/null
@@ -1,101 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Security.Cryptography
-{
- public partial class CapiContext : System.IDisposable
- {
- public CapiContext() { }
- public CapiContext(System.Security.Cryptography.CspParameters csp) { }
- public int Error { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool Result { get { throw null; } }
- public void Dispose() { }
- ~CapiContext() { }
- }
- public partial class CapiHash : System.IDisposable
- {
- public CapiHash(Mono.Security.Cryptography.CapiContext ctx, int hashAlgorithm) { }
- public CapiHash(int hashAlgorithm) { }
- public CapiHash(System.Security.Cryptography.CspParameters cspParams, int hashAlgorithm) { }
- public System.IntPtr Handle { get { throw null; } }
- public int HashSize { get { throw null; } }
- public void Dispose() { }
- ~CapiHash() { }
- public void HashCore(byte[] data, int start, int length) { }
- public byte[] HashFinal() { throw null; }
- public void Initialize(int algo) { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2CryptoServiceProvider : Mono.Security.Cryptography.MD2
- {
- public MD2CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD2CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4CryptoServiceProvider : Mono.Security.Cryptography.MD4
- {
- public MD4CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD4CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class MD5CryptoServiceProvider : System.Security.Cryptography.MD5
- {
- public MD5CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD5CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class RNGCryptoServiceProvider : System.Security.Cryptography.RandomNumberGenerator
- {
- public RNGCryptoServiceProvider() { }
- public RNGCryptoServiceProvider(byte[] rgb) { }
- public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters cspParams) { }
- public RNGCryptoServiceProvider(string str) { }
- ~RNGCryptoServiceProvider() { }
- public override void GetBytes(byte[] data) { }
- public override void GetNonZeroBytes(byte[] data) { }
- }
- public partial class SHA1CryptoServiceProvider : System.Security.Cryptography.SHA1
- {
- public SHA1CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~SHA1CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
diff --git a/src/v4.5.1/Mono.Security.cs b/src/v4.5.1/Mono.Security.cs
deleted file mode 100644
index 8d82791..0000000
--- a/src/v4.5.1/Mono.Security.cs
+++ /dev/null
@@ -1,2145 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Math
-{
- public partial class BigInteger
- {
- public BigInteger() { }
- public BigInteger(Mono.Math.BigInteger bi) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger bi, uint len) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger.Sign sign, uint len) { }
- public BigInteger(byte[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint ui) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(ulong ul) { }
- public static Mono.Math.BigInteger Add(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public int BitCount() { throw null; }
- public void Clear() { }
- [System.CLSCompliantAttribute(false)]
- public void ClearBit(uint bitNum) { }
- public Mono.Math.BigInteger.Sign Compare(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi, int i) { throw null; }
- public override bool Equals(object o) { throw null; }
- public Mono.Math.BigInteger GCD(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger GeneratePseudoPrime(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits, System.Security.Cryptography.RandomNumberGenerator rng) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public void Incr2() { }
- public bool IsProbablePrime() { throw null; }
- public int LowestSetBit() { throw null; }
- public Mono.Math.BigInteger ModInverse(Mono.Math.BigInteger modulus) { throw null; }
- public Mono.Math.BigInteger ModPow(Mono.Math.BigInteger exp, Mono.Math.BigInteger n) { throw null; }
- public static Mono.Math.BigInteger Modulus(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int Modulus(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint Modulus(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger NextHighestPrime(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger operator +(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi, int i) { throw null; }
- public static bool operator ==(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator ==(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static bool operator >(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator >=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static implicit operator Mono.Math.BigInteger (int value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (uint value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (ulong value) { throw null; }
- public static bool operator !=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator !=(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator <<(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static bool operator <(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator <=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator %(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int operator %(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint operator %(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger operator >>(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static Mono.Math.BigInteger operator -(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Parse(string number) { throw null; }
- public void Randomize() { }
- public void Randomize(System.Security.Cryptography.RandomNumberGenerator rng) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum, bool value) { }
- public static Mono.Math.BigInteger Subtract(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public bool TestBit(int bitNum) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public bool TestBit(uint bitNum) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix, string characterSet) { throw null; }
- public sealed partial class ModulusRing
- {
- public ModulusRing(Mono.Math.BigInteger modulus) { }
- public void BarrettReduction(Mono.Math.BigInteger x) { }
- public Mono.Math.BigInteger Difference(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Multiply(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Pow(Mono.Math.BigInteger a, Mono.Math.BigInteger k) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Math.BigInteger Pow(uint b, Mono.Math.BigInteger exp) { throw null; }
- }
- public enum Sign
- {
- Negative = -1,
- Positive = 1,
- Zero = 0,
- }
- }
-}
-namespace Mono.Math.Prime
-{
- public enum ConfidenceFactor
- {
- ExtraHigh = 4,
- ExtraLow = 0,
- High = 3,
- Low = 1,
- Medium = 2,
- Provable = 5,
- }
- public delegate bool PrimalityTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence);
- public sealed partial class PrimalityTests
- {
- internal PrimalityTests() { }
- public static bool RabinMillerTest(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool SmallPrimeSppTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool Test(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- }
-}
-namespace Mono.Math.Prime.Generator
-{
- public partial class NextPrimeFinder : Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
- {
- public NextPrimeFinder() { }
- protected override Mono.Math.BigInteger GenerateSearchBase(int bits, object Context) { throw null; }
- }
- public abstract partial class PrimeGeneratorBase
- {
- protected PrimeGeneratorBase() { }
- public virtual Mono.Math.Prime.ConfidenceFactor Confidence { get { throw null; } }
- public virtual Mono.Math.Prime.PrimalityTest PrimalityTest { get { throw null; } }
- public virtual int TrialDivisionBounds { get { throw null; } }
- public abstract Mono.Math.BigInteger GenerateNewPrime(int bits);
- protected bool PostTrialDivisionTests(Mono.Math.BigInteger bi) { throw null; }
- }
- public partial class SequentialSearchPrimeGeneratorBase : Mono.Math.Prime.Generator.PrimeGeneratorBase
- {
- public SequentialSearchPrimeGeneratorBase() { }
- public override Mono.Math.BigInteger GenerateNewPrime(int bits) { throw null; }
- public virtual Mono.Math.BigInteger GenerateNewPrime(int bits, object context) { throw null; }
- protected virtual Mono.Math.BigInteger GenerateSearchBase(int bits, object context) { throw null; }
- protected virtual bool IsPrimeAcceptable(Mono.Math.BigInteger bi, object context) { throw null; }
- }
-}
-namespace Mono.Security
-{
- public partial class ASN1
- {
- public ASN1() { }
- public ASN1(byte tag) { }
- public ASN1(byte tag, byte[] data) { }
- public ASN1(byte[] data) { }
- public int Count { get { throw null; } }
- public Mono.Security.ASN1 this[int index] { get { throw null; } }
- public int Length { get { throw null; } }
- public byte Tag { get { throw null; } }
- public byte[] Value { get { throw null; } set { } }
- public Mono.Security.ASN1 Add(Mono.Security.ASN1 asn1) { throw null; }
- public bool CompareValue(byte[] value) { throw null; }
- protected void Decode(byte[] asn1, ref int anPos, int anLength) { }
- protected void DecodeTLV(byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content) { tag = default(byte); length = default(int); content = default(byte[]); }
- public Mono.Security.ASN1 Element(int index, byte anTag) { throw null; }
- public bool Equals(byte[] asn1) { throw null; }
- public virtual byte[] GetBytes() { throw null; }
- public void SaveToFile(string filename) { }
- public override string ToString() { throw null; }
- }
- public static partial class ASN1Convert
- {
- public static Mono.Security.ASN1 FromDateTime(System.DateTime dt) { throw null; }
- public static Mono.Security.ASN1 FromInt32(int value) { throw null; }
- public static Mono.Security.ASN1 FromOid(string oid) { throw null; }
- public static Mono.Security.ASN1 FromUnsignedBigInteger(byte[] big) { throw null; }
- public static System.DateTime ToDateTime(Mono.Security.ASN1 time) { throw null; }
- public static int ToInt32(Mono.Security.ASN1 asn1) { throw null; }
- public static string ToOid(Mono.Security.ASN1 asn1) { throw null; }
- }
- public sealed partial class PKCS7
- {
- internal PKCS7() { }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid) { throw null; }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid, Mono.Security.ASN1 parameters) { throw null; }
- public static Mono.Security.ASN1 Attribute(string oid, Mono.Security.ASN1 value) { throw null; }
- public static Mono.Security.ASN1 IssuerAndSerialNumber(Mono.Security.X509.X509Certificate x509) { throw null; }
- public partial class ContentInfo
- {
- public ContentInfo() { }
- public ContentInfo(Mono.Security.ASN1 asn1) { }
- public ContentInfo(byte[] data) { }
- public ContentInfo(string oid) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.ASN1 Content { get { throw null; } set { } }
- public string ContentType { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EncryptedData
- {
- public EncryptedData() { }
- public EncryptedData(Mono.Security.ASN1 asn1) { }
- public EncryptedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EnvelopedData
- {
- public EnvelopedData() { }
- public EnvelopedData(Mono.Security.ASN1 asn1) { }
- public EnvelopedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public System.Collections.ArrayList RecipientInfos { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class Oid
- {
- public const string contentType = "1.2.840.113549.1.9.3";
- public const string countersignature = "1.2.840.113549.1.9.6";
- public const string data = "1.2.840.113549.1.7.1";
- public const string digestedData = "1.2.840.113549.1.7.5";
- public const string encryptedData = "1.2.840.113549.1.7.6";
- public const string envelopedData = "1.2.840.113549.1.7.3";
- public const string messageDigest = "1.2.840.113549.1.9.4";
- public const string rsaEncryption = "1.2.840.113549.1.1.1";
- public const string signedAndEnvelopedData = "1.2.840.113549.1.7.4";
- public const string signedData = "1.2.840.113549.1.7.2";
- public const string signingTime = "1.2.840.113549.1.9.5";
- public Oid() { }
- }
- public partial class RecipientInfo
- {
- public RecipientInfo() { }
- public RecipientInfo(Mono.Security.ASN1 data) { }
- public string Issuer { get { throw null; } }
- public byte[] Key { get { throw null; } }
- public string Oid { get { throw null; } }
- public byte[] Serial { get { throw null; } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public int Version { get { throw null; } }
- }
- public partial class SignedData
- {
- public SignedData() { }
- public SignedData(Mono.Security.ASN1 asn1) { }
- public SignedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string HashName { get { throw null; } set { } }
- public Mono.Security.PKCS7.SignerInfo SignerInfo { get { throw null; } }
- public bool UseAuthenticatedAttributes { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- }
- public partial class SignerInfo
- {
- public SignerInfo() { }
- public SignerInfo(Mono.Security.ASN1 asn1) { }
- public SignerInfo(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public System.Collections.ArrayList AuthenticatedAttributes { get { throw null; } }
- public Mono.Security.X509.X509Certificate Certificate { get { throw null; } set { } }
- public string HashName { get { throw null; } set { } }
- public string IssuerName { get { throw null; } }
- public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] Signature { get { throw null; } set { } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public System.Collections.ArrayList UnauthenticatedAttributes { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public sealed partial class StrongName
- {
- public StrongName() { }
- public StrongName(byte[] data) { }
- public StrongName(int keySize) { }
- public StrongName(System.Security.Cryptography.RSA rsa) { }
- public bool CanSign { get { throw null; } }
- public byte[] PublicKey { get { throw null; } }
- public byte[] PublicKeyToken { get { throw null; } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public string TokenAlgorithm { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] Hash(string fileName) { throw null; }
- public bool Sign(string fileName) { throw null; }
- public bool Verify(System.IO.Stream stream) { throw null; }
- public bool Verify(string fileName) { throw null; }
- }
-}
-namespace Mono.Security.Authenticode
-{
- public partial class AuthenticodeBase
- {
- public const string spcIndirectDataContext = "1.3.6.1.4.1.311.2.1.4";
- public AuthenticodeBase() { }
- protected byte[] HashFile(string fileName, string hashName) { throw null; }
- }
- public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeDeformatter() { }
- public AuthenticodeDeformatter(string fileName) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public int Reason { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
- public System.DateTime Timestamp { get { throw null; } }
- public bool IsTrusted() { throw null; }
- }
- public partial class AuthenticodeFormatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeFormatter() { }
- public Mono.Security.Authenticode.Authority Authority { get { throw null; } set { } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crl { get { throw null; } }
- public string Description { get { throw null; } set { } }
- public string Hash { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public System.Uri TimestampUrl { get { throw null; } set { } }
- public System.Uri Url { get { throw null; } set { } }
- public void ProcessTimestamp(byte[] response) { }
- public bool Sign(string fileName) { throw null; }
- public bool Timestamp(string fileName) { throw null; }
- public Mono.Security.ASN1 TimestampRequest(byte[] signature) { throw null; }
- }
- public enum Authority
- {
- Commercial = 1,
- Individual = 0,
- Maximum = 2,
- }
- public partial class PrivateKey
- {
- public PrivateKey() { }
- public PrivateKey(byte[] data, string password) { }
- public bool Encrypted { get { throw null; } }
- public int KeyType { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public bool Weak { get { throw null; } set { } }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename) { throw null; }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename, string password) { throw null; }
- public void Save(string filename) { }
- public void Save(string filename, string password) { }
- }
- public partial class SoftwarePublisherCertificate
- {
- public SoftwarePublisherCertificate() { }
- public SoftwarePublisherCertificate(byte[] data) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public static Mono.Security.Authenticode.SoftwarePublisherCertificate CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public partial class ARC4Managed : Mono.Security.Cryptography.RC4, System.IDisposable, System.Security.Cryptography.ICryptoTransform
- {
- public ARC4Managed() { }
- public bool CanReuseTransform { get { throw null; } }
- public bool CanTransformMultipleBlocks { get { throw null; } }
- public int InputBlockSize { get { throw null; } }
- public override byte[] Key { get { throw null; } set { } }
- public int OutputBlockSize { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- protected override void Dispose(bool disposing) { }
- ~ARC4Managed() { }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw null; }
- public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw null; }
- }
- public partial class BlockProcessor
- {
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform) { }
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform, int blockSize) { }
- public void Core(byte[] rgb) { }
- public void Core(byte[] rgb, int ib, int cb) { }
- public byte[] Final() { throw null; }
- ~BlockProcessor() { }
- public void Initialize() { }
- }
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
- public enum DHKeyGeneration
- {
- Random = 0,
- Static = 1,
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct DHParameters
- {
- public byte[] G;
- public byte[] P;
- [System.NonSerializedAttribute]
- public byte[] X;
- }
- public abstract partial class DiffieHellman : System.Security.Cryptography.AsymmetricAlgorithm
- {
- protected DiffieHellman() { }
- public static new Mono.Security.Cryptography.DiffieHellman Create() { throw null; }
- public static new Mono.Security.Cryptography.DiffieHellman Create(string algName) { throw null; }
- public abstract byte[] CreateKeyExchange();
- public abstract byte[] DecryptKeyExchange(byte[] keyex);
- public abstract Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivate);
- public override void FromXmlString(string xmlString) { }
- public abstract void ImportParameters(Mono.Security.Cryptography.DHParameters parameters);
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- }
- public sealed partial class DiffieHellmanManaged : Mono.Security.Cryptography.DiffieHellman
- {
- public DiffieHellmanManaged() { }
- public DiffieHellmanManaged(byte[] p, byte[] g, byte[] x) { }
- public DiffieHellmanManaged(byte[] p, byte[] g, int l) { }
- public DiffieHellmanManaged(int bitLength, int l, Mono.Security.Cryptography.DHKeyGeneration method) { }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public override byte[] CreateKeyExchange() { throw null; }
- public override byte[] DecryptKeyExchange(byte[] keyEx) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~DiffieHellmanManaged() { }
- public override void ImportParameters(Mono.Security.Cryptography.DHParameters parameters) { }
- }
- public sealed partial class KeyBuilder
- {
- internal KeyBuilder() { }
- public static byte[] IV(int size) { throw null; }
- public static byte[] Key(int size) { throw null; }
- }
- public partial class KeyPairPersistence
- {
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { }
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) { }
- public string Filename { get { throw null; } }
- public string KeyValue { get { throw null; } set { } }
- public System.Security.Cryptography.CspParameters Parameters { get { throw null; } }
- public bool Load() { throw null; }
- public void Remove() { }
- public void Save() { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2Managed : Mono.Security.Cryptography.MD2
- {
- public MD2Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4Managed : Mono.Security.Cryptography.MD4
- {
- public MD4Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public sealed partial class PKCS1
- {
- internal PKCS1() { }
- public static byte[] Decrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] C) { throw null; }
- public static byte[] Decrypt_v15(System.Security.Cryptography.RSA rsa, byte[] C) { throw null; }
- public static byte[] Encode_v15(System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, int emLength) { throw null; }
- public static byte[] Encrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] Encrypt_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] I2OSP(byte[] x, int size) { throw null; }
- public static byte[] I2OSP(int x, int size) { throw null; }
- public static byte[] MGF1(System.Security.Cryptography.HashAlgorithm hash, byte[] mgfSeed, int maskLen) { throw null; }
- public static byte[] OS2IP(byte[] x) { throw null; }
- public static byte[] RSADP(System.Security.Cryptography.RSA rsa, byte[] c) { throw null; }
- public static byte[] RSAEP(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSASP1(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSAVP1(System.Security.Cryptography.RSA rsa, byte[] s) { throw null; }
- public static byte[] Sign_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding) { throw null; }
- }
- public sealed partial class PKCS8
- {
- internal PKCS8() { }
- public static Mono.Security.Cryptography.PKCS8.KeyInfo GetType(byte[] data) { throw null; }
- public partial class EncryptedPrivateKeyInfo
- {
- public EncryptedPrivateKeyInfo() { }
- public EncryptedPrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public byte[] EncryptedData { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public enum KeyInfo
- {
- EncryptedPrivateKey = 1,
- PrivateKey = 0,
- Unknown = 2,
- }
- public partial class PrivateKeyInfo
- {
- public PrivateKeyInfo() { }
- public PrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public System.Collections.ArrayList Attributes { get { throw null; } }
- public byte[] PrivateKey { get { throw null; } set { } }
- public int Version { get { throw null; } set { } }
- public static System.Security.Cryptography.DSA DecodeDSA(byte[] privateKey, System.Security.Cryptography.DSAParameters dsaParameters) { throw null; }
- public static System.Security.Cryptography.RSA DecodeRSA(byte[] keypair) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.RSA rsa) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
- }
- public abstract partial class RC4 : System.Security.Cryptography.SymmetricAlgorithm
- {
- public RC4() { }
- public override byte[] IV { get { throw null; } set { } }
- public static new Mono.Security.Cryptography.RC4 Create() { throw null; }
- public static new Mono.Security.Cryptography.RC4 Create(string algName) { throw null; }
- }
- public partial class RSAManaged : System.Security.Cryptography.RSA
- {
- public RSAManaged() { }
- public RSAManaged(int keySize) { }
- public bool IsCrtPossible { get { throw null; } }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override int KeySize { get { throw null; } }
- public bool PublicOnly { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public bool UseKeyBlinding { get { throw null; } set { } }
- public event Mono.Security.Cryptography.RSAManaged.KeyGeneratedEventHandler KeyGenerated { add { } remove { } }
- public override byte[] DecryptValue(byte[] rgb) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override byte[] EncryptValue(byte[] rgb) { throw null; }
- public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~RSAManaged() { }
- public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { }
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- public delegate void KeyGeneratedEventHandler(object sender, System.EventArgs e);
- }
- public abstract partial class SHA224 : System.Security.Cryptography.HashAlgorithm
- {
- public SHA224() { }
- public static new Mono.Security.Cryptography.SHA224 Create() { throw null; }
- public static new Mono.Security.Cryptography.SHA224 Create(string hashName) { throw null; }
- }
- public partial class SHA224Managed : Mono.Security.Cryptography.SHA224
- {
- public SHA224Managed() { }
- protected override void HashCore(byte[] rgb, int start, int size) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
-namespace Mono.Security.Interface
-{
- public partial class Alert
- {
- public Alert(Mono.Security.Interface.AlertDescription description) { }
- public Alert(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.AlertDescription Description { get { throw null; } }
- public bool IsCloseNotify { get { throw null; } }
- public bool IsWarning { get { throw null; } }
- public Mono.Security.Interface.AlertLevel Level { get { throw null; } }
- public string Message { get { throw null; } }
- public static string GetAlertMessage(Mono.Security.Interface.AlertDescription description) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AlertDescription : byte
- {
- AccessDenied = (byte)49,
- BadCertificate = (byte)42,
- BadRecordMAC = (byte)20,
- CertificateExpired = (byte)45,
- CertificateRevoked = (byte)44,
- CertificateUnknown = (byte)46,
- CloseNotify = (byte)0,
- DecodeError = (byte)50,
- DecompressionFailure = (byte)30,
- DecryptError = (byte)51,
- DecryptionFailed_RESERVED = (byte)21,
- ExportRestriction = (byte)60,
- HandshakeFailure = (byte)40,
- IlegalParameter = (byte)47,
- InsuficientSecurity = (byte)71,
- InternalError = (byte)80,
- NoCertificate_RESERVED = (byte)41,
- NoRenegotiation = (byte)100,
- ProtocolVersion = (byte)70,
- RecordOverflow = (byte)22,
- UnexpectedMessage = (byte)10,
- UnknownCA = (byte)48,
- UnsupportedCertificate = (byte)43,
- UnsupportedExtension = (byte)110,
- UserCancelled = (byte)90,
- }
- public enum AlertLevel : byte
- {
- Fatal = (byte)2,
- Warning = (byte)1,
- }
- public partial class BufferOffsetSize : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public BufferOffsetSize(byte[] buffer) { }
- public BufferOffsetSize(byte[] buffer, int offset, int size) { }
- public BufferOffsetSize(int size) { }
- public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int EndOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public byte[] GetBuffer() { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void TruncateTo(int newSize) { }
- }
- public static partial class CertificateValidationHelper
- {
- public static bool SupportsTrustAnchors { get { throw null; } }
- public static bool SupportsX509Chain { get { throw null; } }
- public static Mono.Security.Interface.ICertificateValidator GetValidator(Mono.Security.Interface.MonoTlsSettings settings) { throw null; }
- }
- public enum CipherAlgorithmType
- {
- Aes128 = 1,
- Aes256 = 2,
- AesGcm128 = 3,
- AesGcm256 = 4,
- None = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum CipherSuiteCode : ushort
- {
- TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)17,
- TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)19,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA = (ushort)50,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 = (ushort)64,
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 = (ushort)162,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA = (ushort)56,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 = (ushort)106,
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 = (ushort)163,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)68,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)189,
- TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49280,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)135,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)195,
- TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49281,
- TLS_DHE_DSS_WITH_DES_CBC_SHA = (ushort)18,
- TLS_DHE_DSS_WITH_SEED_CBC_SHA = (ushort)153,
- TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)143,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA = (ushort)144,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)178,
- TLS_DHE_PSK_WITH_AES_128_CCM = (ushort)49318,
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 = (ushort)170,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA = (ushort)145,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)179,
- TLS_DHE_PSK_WITH_AES_256_CCM = (ushort)49319,
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 = (ushort)171,
- TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49302,
- TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49296,
- TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49303,
- TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49297,
- TLS_DHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58396,
- TLS_DHE_PSK_WITH_NULL_SHA = (ushort)45,
- TLS_DHE_PSK_WITH_NULL_SHA256 = (ushort)180,
- TLS_DHE_PSK_WITH_NULL_SHA384 = (ushort)181,
- TLS_DHE_PSK_WITH_RC4_128_SHA = (ushort)142,
- TLS_DHE_PSK_WITH_SALSA20_SHA1 = (ushort)58397,
- TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)20,
- TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)22,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA = (ushort)51,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)103,
- TLS_DHE_RSA_WITH_AES_128_CCM = (ushort)49310,
- TLS_DHE_RSA_WITH_AES_128_CCM_8 = (ushort)49314,
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)158,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA = (ushort)57,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = (ushort)107,
- TLS_DHE_RSA_WITH_AES_256_CCM = (ushort)49311,
- TLS_DHE_RSA_WITH_AES_256_CCM_8 = (ushort)49315,
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)159,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)69,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)190,
- TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49276,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)136,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)196,
- TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49277,
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52245,
- TLS_DHE_RSA_WITH_DES_CBC_SHA = (ushort)21,
- TLS_DHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58398,
- TLS_DHE_RSA_WITH_SALSA20_SHA1 = (ushort)58399,
- TLS_DHE_RSA_WITH_SEED_CBC_SHA = (ushort)154,
- TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA = (ushort)25,
- TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 = (ushort)23,
- TLS_DH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)27,
- TLS_DH_anon_WITH_AES_128_CBC_SHA = (ushort)52,
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 = (ushort)108,
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 = (ushort)166,
- TLS_DH_anon_WITH_AES_256_CBC_SHA = (ushort)58,
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 = (ushort)109,
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 = (ushort)167,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA = (ushort)70,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)191,
- TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49284,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA = (ushort)137,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)197,
- TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49285,
- TLS_DH_anon_WITH_DES_CBC_SHA = (ushort)26,
- TLS_DH_anon_WITH_RC4_128_MD5 = (ushort)24,
- TLS_DH_anon_WITH_SEED_CBC_SHA = (ushort)155,
- TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)11,
- TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)13,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA = (ushort)48,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA256 = (ushort)62,
- TLS_DH_DSS_WITH_AES_128_GCM_SHA256 = (ushort)164,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA = (ushort)54,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA256 = (ushort)104,
- TLS_DH_DSS_WITH_AES_256_GCM_SHA384 = (ushort)165,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)66,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)187,
- TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49282,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)133,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)193,
- TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49283,
- TLS_DH_DSS_WITH_DES_CBC_SHA = (ushort)12,
- TLS_DH_DSS_WITH_SEED_CBC_SHA = (ushort)151,
- TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)14,
- TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)16,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA = (ushort)49,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)63,
- TLS_DH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)160,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA = (ushort)55,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA256 = (ushort)105,
- TLS_DH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)161,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)67,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)188,
- TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49278,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)134,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)194,
- TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49279,
- TLS_DH_RSA_WITH_DES_CBC_SHA = (ushort)15,
- TLS_DH_RSA_WITH_SEED_CBC_SHA = (ushort)152,
- TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49160,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49161,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49187,
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49195,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49162,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49188,
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49196,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49266,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49286,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49267,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49287,
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52244,
- TLS_ECDHE_ECDSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58388,
- TLS_ECDHE_ECDSA_WITH_NULL_SHA = (ushort)49158,
- TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = (ushort)49159,
- TLS_ECDHE_ECDSA_WITH_SALSA20_SHA1 = (ushort)58389,
- TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)49204,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA = (ushort)49205,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)49207,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA = (ushort)49206,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)49208,
- TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49306,
- TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49307,
- TLS_ECDHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58392,
- TLS_ECDHE_PSK_WITH_NULL_SHA = (ushort)49209,
- TLS_ECDHE_PSK_WITH_NULL_SHA256 = (ushort)49210,
- TLS_ECDHE_PSK_WITH_NULL_SHA384 = (ushort)49211,
- TLS_ECDHE_PSK_WITH_RC4_128_SHA = (ushort)49203,
- TLS_ECDHE_PSK_WITH_SALSA20_SHA1 = (ushort)58393,
- TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49170,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = (ushort)49171,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49191,
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49199,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = (ushort)49172,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49192,
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49200,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49270,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49290,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49271,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49291,
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52243,
- TLS_ECDHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58386,
- TLS_ECDHE_RSA_WITH_NULL_SHA = (ushort)49168,
- TLS_ECDHE_RSA_WITH_RC4_128_SHA = (ushort)49169,
- TLS_ECDHE_RSA_WITH_SALSA20_SHA1 = (ushort)58387,
- TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)49175,
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA = (ushort)49176,
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA = (ushort)49177,
- TLS_ECDH_anon_WITH_NULL_SHA = (ushort)49173,
- TLS_ECDH_anon_WITH_RC4_128_SHA = (ushort)49174,
- TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49155,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49156,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49189,
- TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49197,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49157,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49190,
- TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49198,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49268,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49288,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49269,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49289,
- TLS_ECDH_ECDSA_WITH_NULL_SHA = (ushort)49153,
- TLS_ECDH_ECDSA_WITH_RC4_128_SHA = (ushort)49154,
- TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49165,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA = (ushort)49166,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49193,
- TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49201,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA = (ushort)49167,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49194,
- TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49202,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49272,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49292,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49273,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49293,
- TLS_ECDH_RSA_WITH_NULL_SHA = (ushort)49163,
- TLS_ECDH_RSA_WITH_RC4_128_SHA = (ushort)49164,
- TLS_EMPTY_RENEGOTIATION_INFO_SCSV = (ushort)255,
- TLS_FALLBACK_SCSV = (ushort)22016,
- TLS_NULL_WITH_NULL_NULL = (ushort)0,
- TLS_PSK_DHE_WITH_AES_128_CCM_8 = (ushort)49322,
- TLS_PSK_DHE_WITH_AES_256_CCM_8 = (ushort)49323,
- TLS_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)139,
- TLS_PSK_WITH_AES_128_CBC_SHA = (ushort)140,
- TLS_PSK_WITH_AES_128_CBC_SHA256 = (ushort)174,
- TLS_PSK_WITH_AES_128_CCM = (ushort)49316,
- TLS_PSK_WITH_AES_128_CCM_8 = (ushort)49320,
- TLS_PSK_WITH_AES_128_GCM_SHA256 = (ushort)168,
- TLS_PSK_WITH_AES_256_CBC_SHA = (ushort)141,
- TLS_PSK_WITH_AES_256_CBC_SHA384 = (ushort)175,
- TLS_PSK_WITH_AES_256_CCM = (ushort)49317,
- TLS_PSK_WITH_AES_256_CCM_8 = (ushort)49321,
- TLS_PSK_WITH_AES_256_GCM_SHA384 = (ushort)169,
- TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49300,
- TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49294,
- TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49301,
- TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49295,
- TLS_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58390,
- TLS_PSK_WITH_NULL_SHA = (ushort)44,
- TLS_PSK_WITH_NULL_SHA256 = (ushort)176,
- TLS_PSK_WITH_NULL_SHA384 = (ushort)177,
- TLS_PSK_WITH_RC4_128_SHA = (ushort)138,
- TLS_PSK_WITH_SALSA20_SHA1 = (ushort)58391,
- TLS_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)8,
- TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 = (ushort)6,
- TLS_RSA_EXPORT_WITH_RC4_40_MD5 = (ushort)3,
- TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)147,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA = (ushort)148,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 = (ushort)182,
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 = (ushort)172,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA = (ushort)149,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 = (ushort)183,
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 = (ushort)173,
- TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49304,
- TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49298,
- TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49305,
- TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49299,
- TLS_RSA_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58394,
- TLS_RSA_PSK_WITH_NULL_SHA = (ushort)46,
- TLS_RSA_PSK_WITH_NULL_SHA256 = (ushort)184,
- TLS_RSA_PSK_WITH_NULL_SHA384 = (ushort)185,
- TLS_RSA_PSK_WITH_RC4_128_SHA = (ushort)146,
- TLS_RSA_PSK_WITH_SALSA20_SHA1 = (ushort)58395,
- TLS_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)10,
- TLS_RSA_WITH_AES_128_CBC_SHA = (ushort)47,
- TLS_RSA_WITH_AES_128_CBC_SHA256 = (ushort)60,
- TLS_RSA_WITH_AES_128_CCM = (ushort)49308,
- TLS_RSA_WITH_AES_128_CCM_8 = (ushort)49312,
- TLS_RSA_WITH_AES_128_GCM_SHA256 = (ushort)156,
- TLS_RSA_WITH_AES_256_CBC_SHA = (ushort)53,
- TLS_RSA_WITH_AES_256_CBC_SHA256 = (ushort)61,
- TLS_RSA_WITH_AES_256_CCM = (ushort)49309,
- TLS_RSA_WITH_AES_256_CCM_8 = (ushort)49313,
- TLS_RSA_WITH_AES_256_GCM_SHA384 = (ushort)157,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)65,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)186,
- TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49274,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)132,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)192,
- TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49275,
- TLS_RSA_WITH_DES_CBC_SHA = (ushort)9,
- TLS_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58384,
- TLS_RSA_WITH_IDEA_CBC_SHA = (ushort)7,
- TLS_RSA_WITH_NULL_MD5 = (ushort)1,
- TLS_RSA_WITH_NULL_SHA = (ushort)2,
- TLS_RSA_WITH_NULL_SHA256 = (ushort)59,
- TLS_RSA_WITH_RC4_128_MD5 = (ushort)4,
- TLS_RSA_WITH_RC4_128_SHA = (ushort)5,
- TLS_RSA_WITH_SALSA20_SHA1 = (ushort)58385,
- TLS_RSA_WITH_SEED_CBC_SHA = (ushort)150,
- TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)49180,
- TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA = (ushort)49183,
- TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA = (ushort)49186,
- TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49179,
- TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA = (ushort)49182,
- TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA = (ushort)49185,
- TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA = (ushort)49178,
- TLS_SRP_SHA_WITH_AES_128_CBC_SHA = (ushort)49181,
- TLS_SRP_SHA_WITH_AES_256_CBC_SHA = (ushort)49184,
- }
- public enum ExchangeAlgorithmType
- {
- Dhe = 1,
- EcDhe = 3,
- None = 0,
- Rsa = 2,
- }
- public enum HashAlgorithmType
- {
- Md5 = 1,
- Md5Sha1 = 254,
- None = 0,
- Sha1 = 2,
- Sha224 = 3,
- Sha256 = 4,
- Sha384 = 5,
- Sha512 = 6,
- Unknown = 255,
- }
- public partial interface IBufferOffsetSize
- {
- byte[] Buffer { get; }
- int Offset { get; }
- int Size { get; }
- }
- public partial interface ICertificateValidator
- {
- Mono.Security.Interface.MonoTlsSettings Settings { get; }
- bool SelectClientCertificate(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers, out System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate);
- Mono.Security.Interface.ValidationResult ValidateCertificate(string targetHost, bool serverMode, System.Security.Cryptography.X509Certificates.X509CertificateCollection certificates);
- }
- public partial interface IMonoSslStream : System.IDisposable
- {
- System.Net.Security.AuthenticatedStream AuthenticatedStream { get; }
- bool CanRead { get; }
- bool CanTimeout { get; }
- bool CanWrite { get; }
- bool CheckCertRevocationStatus { get; }
- System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get; }
- int CipherStrength { get; }
- System.Security.Authentication.HashAlgorithmType HashAlgorithm { get; }
- int HashStrength { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate InternalLocalCertificate { get; }
- bool IsAuthenticated { get; }
- bool IsEncrypted { get; }
- bool IsMutuallyAuthenticated { get; }
- bool IsServer { get; }
- bool IsSigned { get; }
- System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get; }
- int KeyExchangeStrength { get; }
- long Length { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get; }
- long Position { get; }
- Mono.Security.Interface.MonoTlsProvider Provider { get; }
- int ReadTimeout { get; set; }
- System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get; }
- System.Security.Authentication.SslProtocols SslProtocol { get; }
- System.Net.TransportContext TransportContext { get; }
- int WriteTimeout { get; set; }
- void AuthenticateAsClient(string targetHost);
- void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- void EndAuthenticateAsClient(System.IAsyncResult asyncResult);
- void EndAuthenticateAsServer(System.IAsyncResult asyncResult);
- int EndRead(System.IAsyncResult asyncResult);
- void EndWrite(System.IAsyncResult asyncResult);
- void Flush();
- Mono.Security.Interface.MonoTlsConnectionInfo GetConnectionInfo();
- int Read(byte[] buffer, int offset, int count);
- void SetLength(long value);
- void Write(byte[] buffer);
- void Write(byte[] buffer, int offset, int count);
- }
- public partial interface IMonoTlsEventSink
- {
- void Error(System.Exception exception);
- void ReceivedCloseNotify();
- }
- public enum MonoEncryptionPolicy
- {
- AllowNoEncryption = 1,
- NoEncryption = 2,
- RequireEncryption = 0,
- }
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate MonoLocalCertificateSelectionCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers);
- public delegate bool MonoRemoteCertificateValidationCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, Mono.Security.Interface.MonoSslPolicyErrors sslPolicyErrors);
- [System.FlagsAttribute]
- public enum MonoSslPolicyErrors
- {
- None = 0,
- RemoteCertificateChainErrors = 4,
- RemoteCertificateNameMismatch = 2,
- RemoteCertificateNotAvailable = 1,
- }
- public partial class MonoTlsConnectionInfo
- {
- public MonoTlsConnectionInfo() { }
- public Mono.Security.Interface.CipherAlgorithmType CipherAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode CipherSuiteCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.ExchangeAlgorithmType ExchangeAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.HashAlgorithmType HashAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string PeerDomainName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.TlsProtocols ProtocolVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class MonoTlsProvider
- {
- internal MonoTlsProvider() { }
- public abstract System.Guid ID { get; }
- public abstract string Name { get; }
- public abstract System.Security.Authentication.SslProtocols SupportedProtocols { get; }
- public abstract bool SupportsConnectionInfo { get; }
- public abstract bool SupportsMonoExtensions { get; }
- public abstract bool SupportsSslStream { get; }
- public abstract Mono.Security.Interface.IMonoSslStream CreateSslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings=null);
- }
- public static partial class MonoTlsProviderFactory
- {
- public static bool IsInitialized { get { throw null; } }
- public static System.Net.HttpListener CreateHttpListener(System.Security.Cryptography.X509Certificates.X509Certificate certificate, Mono.Security.Interface.MonoTlsProvider provider=null, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- public static System.Net.HttpWebRequest CreateHttpsRequest(System.Uri requestUri, Mono.Security.Interface.MonoTlsProvider provider, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- [System.ObsoleteAttribute("Use GetProvider() instead.")]
- public static Mono.Security.Interface.MonoTlsProvider GetDefaultProvider() { throw null; }
- public static Mono.Security.Interface.IMonoSslStream GetMonoSslStream(System.Net.Security.SslStream stream) { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider() { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider(string provider) { throw null; }
- public static void Initialize() { }
- public static void Initialize(string provider) { }
- public static bool IsProviderSupported(string provider) { throw null; }
- [System.ObsoleteAttribute("Use Initialize(string provider) instead.")]
- public static void SetDefaultProvider(string name) { }
- }
- public sealed partial class MonoTlsSettings
- {
- public MonoTlsSettings() { }
- public bool CallbackNeedsCertificateChain { get { throw null; } set { } }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.ICertificateValidator CertificateValidator { get { throw null; } }
- public bool CheckCertificateName { get { throw null; } set { } }
- public bool CheckCertificateRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Interface.MonoLocalCertificateSelectionCallback ClientCertificateSelectionCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.Security.Interface.MonoTlsSettings DefaultSettings { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Security.Interface.TlsProtocols> EnabledProtocols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.MonoRemoteCertificateValidationCallback RemoteCertificateValidationCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SkipSystemValidators { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection TrustAnchors { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object UserSettings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> UseServicePointManagerCallback { get { throw null; } set { } }
- public Mono.Security.Interface.MonoTlsSettings Clone() { throw null; }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.MonoTlsSettings CloneWithValidator(Mono.Security.Interface.ICertificateValidator validator) { throw null; }
- public static Mono.Security.Interface.MonoTlsSettings CopyDefaultSettings() { throw null; }
- }
- public abstract partial class SecretParameters : System.IDisposable
- {
- protected SecretParameters() { }
- protected void CheckDisposed() { }
- protected abstract void Clear();
- protected static void Clear(byte[] array) { }
- public void Dispose() { }
- ~SecretParameters() { }
- }
- public partial class SecureBuffer : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public SecureBuffer(byte[] buffer) { }
- public SecureBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- int Mono.Security.Interface.IBufferOffsetSize.Offset { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static Mono.Security.Interface.SecureBuffer CreateCopy(byte[] buffer) { throw null; }
- public byte[] StealBuffer() { throw null; }
- }
- public partial class TlsBuffer : Mono.Security.Interface.SecretParameters
- {
- public static readonly byte[] EmptyArray;
- protected TlsBuffer() { }
- public TlsBuffer(Mono.Security.Interface.IBufferOffsetSize bos) { }
- public TlsBuffer(byte[] buffer) { }
- public TlsBuffer(byte[] buffer, int offset, int size) { }
- public TlsBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- public int EndOffset { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Remaining { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static bool Compare(Mono.Security.Interface.IBufferOffsetSize buffer1, Mono.Security.Interface.IBufferOffsetSize buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, byte[] buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public static int ConstantTimeCompare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public Mono.Security.Interface.IBufferOffsetSize GetRemaining() { throw null; }
- protected virtual void MakeRoomInternal(int size) { }
- public Mono.Security.Interface.TlsBuffer ReadBuffer(int length) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt24() { throw null; }
- public int ReadInt32() { throw null; }
- public Mono.Security.Interface.SecureBuffer ReadSecureBuffer(int count) { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void Write(Mono.Security.Interface.IBufferOffsetSize buffer) { }
- public void Write(byte value) { }
- public void Write(byte[] buffer) { }
- public void Write(byte[] buffer, int offset, int size) { }
- public void Write(short value) { }
- public void Write(int value) { }
- public void Write(ulong value) { }
- public static void WriteInt16(byte[] buffer, int offset, short value) { }
- public static void WriteInt24(byte[] buffer, int offset, int value) { }
- public void WriteInt24(int value) { }
- public static void WriteInt32(byte[] buffer, int offset, int value) { }
- public static void WriteInt64(byte[] buffer, int offset, ulong value) { }
- }
- public sealed partial class TlsException : System.Exception
- {
- public TlsException(Mono.Security.Interface.Alert alert) { }
- public TlsException(Mono.Security.Interface.Alert alert, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string format, params object[] args) { }
- public TlsException(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.Alert Alert { get { throw null; } }
- }
- public partial class TlsMultiBuffer
- {
- public TlsMultiBuffer() { }
- public bool IsEmpty { get { throw null; } }
- public bool IsSingle { get { throw null; } }
- public void Add(Mono.Security.Interface.TlsBuffer buffer) { }
- public void Add(byte[] buffer) { }
- public void Add(byte[] buffer, int offset, int size) { }
- public void Clear() { }
- public Mono.Security.Interface.BufferOffsetSize GetBuffer() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize[] GetBufferArray() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize StealBuffer() { throw null; }
- }
- public enum TlsProtocolCode : short
- {
- Tls10 = (short)769,
- Tls11 = (short)770,
- Tls12 = (short)771,
- }
- [System.FlagsAttribute]
- public enum TlsProtocols
- {
- ClientMask = 2688,
- ServerMask = 1344,
- Tls10 = 192,
- Tls10Client = 128,
- Tls10Server = 64,
- Tls11 = 768,
- Tls11Client = 512,
- Tls11Server = 256,
- Tls12 = 3072,
- Tls12Client = 2048,
- Tls12Server = 1024,
- Zero = 0,
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code, System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> policy_errors) { }
- public int ErrorCode { get { throw null; } }
- public System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> PolicyErrors { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- 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[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public static partial class ChallengeResponse2
- {
- public static void Compute(Mono.Security.Protocol.Ntlm.Type2Message type2, Mono.Security.Protocol.Ntlm.NtlmAuthLevel level, string username, string password, string domain, out byte[] lm, out byte[] ntlm) { lm = default(byte[]); ntlm = default(byte[]); }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public int Type { 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; }
- }
- public enum NtlmAuthLevel
- {
- LM_and_NTLM = 0,
- LM_and_NTLM_and_try_NTLMv2_Session = 1,
- NTLMv2_only = 3,
- NTLM_only = 2,
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateDomainSupplied = 4096,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public static partial class NtlmSettings
- {
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(byte[] message) : 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(byte[] message) : base (default(int)) { }
- public byte[] Nonce { get { throw null; } set { } }
- public byte[] TargetInfo { get { throw null; } }
- public string TargetName { get { throw null; } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.Type2Message type2) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public byte[] Challenge { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use NtlmSettings.DefaultAuthLevel")]
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmAuthLevel Level { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } set { } }
- 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.Interface.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,
- Tls11 = 768,
- Tls12 = 3072,
- }
- 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) { }
- }
-}
-namespace Mono.Security.X509
-{
- public partial class PKCS12 : System.ICloneable
- {
- public const string certBag = "1.2.840.113549.1.12.10.1.3";
- public const string crlBag = "1.2.840.113549.1.12.10.1.4";
- public const int CryptoApiPasswordLimit = 32;
- public const string keyBag = "1.2.840.113549.1.12.10.1.1";
- public const string pbeWithSHAAnd128BitRC2CBC = "1.2.840.113549.1.12.1.5";
- public const string pbeWithSHAAnd128BitRC4 = "1.2.840.113549.1.12.1.1";
- public const string pbeWithSHAAnd2KeyTripleDESCBC = "1.2.840.113549.1.12.1.4";
- public const string pbeWithSHAAnd3KeyTripleDESCBC = "1.2.840.113549.1.12.1.3";
- public const string pbeWithSHAAnd40BitRC2CBC = "1.2.840.113549.1.12.1.6";
- public const string pbeWithSHAAnd40BitRC4 = "1.2.840.113549.1.12.1.2";
- public const string pkcs8ShroudedKeyBag = "1.2.840.113549.1.12.10.1.2";
- public const string safeContentsBag = "1.2.840.113549.1.12.10.1.6";
- public const string sdsiCertificate = "1.2.840.113549.1.9.22.2";
- public const string secretBag = "1.2.840.113549.1.12.10.1.5";
- public const string x509Certificate = "1.2.840.113549.1.9.22.1";
- public const string x509Crl = "1.2.840.113549.1.9.23.1";
- public PKCS12() { }
- public PKCS12(byte[] data) { }
- public PKCS12(byte[] data, byte[] password) { }
- public PKCS12(byte[] data, string password) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public int IterationCount { get { throw null; } set { } }
- public System.Collections.ArrayList Keys { get { throw null; } }
- public static int MaximumPasswordLength { get { throw null; } set { } }
- public string Password { set { } }
- public System.Collections.ArrayList Secrets { get { throw null; } }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attributes) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddSecretBag(byte[] secret) { }
- public void AddSecretBag(byte[] secret, System.Collections.IDictionary attributes) { }
- public object Clone() { throw null; }
- public byte[] Decrypt(Mono.Security.PKCS7.EncryptedData ed) { throw null; }
- public byte[] Decrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] encryptedData) { throw null; }
- public byte[] Encrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] data) { throw null; }
- ~PKCS12() { }
- public System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm(System.Collections.IDictionary attrs) { throw null; }
- public System.Collections.IDictionary GetAttributes(Mono.Security.X509.X509Certificate cert) { throw null; }
- public System.Collections.IDictionary GetAttributes(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Certificate GetCertificate(System.Collections.IDictionary attrs) { throw null; }
- public byte[] GetSecret(System.Collections.IDictionary attrs) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename, string password) { throw null; }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attrs) { }
- public void RemoveKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemovePkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemoveSecretBag(byte[] secret) { }
- public void SaveToFile(string filename) { }
- public partial class DeriveBytes
- {
- public DeriveBytes() { }
- public string HashName { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Password { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] DeriveIV(int size) { throw null; }
- public byte[] DeriveKey(int size) { throw null; }
- public byte[] DeriveMAC(int size) { throw null; }
- public enum Purpose
- {
- IV = 1,
- Key = 0,
- MAC = 2,
- }
- }
- }
- public partial class PKCS5
- {
- public const string pbeWithMD2AndDESCBC = "1.2.840.113549.1.5.1";
- public const string pbeWithMD2AndRC2CBC = "1.2.840.113549.1.5.4";
- public const string pbeWithMD5AndDESCBC = "1.2.840.113549.1.5.3";
- public const string pbeWithMD5AndRC2CBC = "1.2.840.113549.1.5.6";
- public const string pbeWithSHA1AndDESCBC = "1.2.840.113549.1.5.10";
- public const string pbeWithSHA1AndRC2CBC = "1.2.840.113549.1.5.11";
- public PKCS5() { }
- }
- public partial class PKCS9
- {
- public const string friendlyName = "1.2.840.113549.1.9.20";
- public const string localKeyId = "1.2.840.113549.1.9.21";
- public PKCS9() { }
- }
- public sealed partial class X501
- {
- internal X501() { }
- public static Mono.Security.ASN1 FromString(string rdn) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq, bool reversed, string separator, bool quotes) { throw null; }
- }
- public abstract partial class X509Builder
- {
- protected X509Builder() { }
- public string Hash { get { throw null; } set { } }
- protected string GetOid(string hashName) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.DSA key) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.RSA key) { throw null; }
- protected abstract Mono.Security.ASN1 ToBeSigned(string hashName);
- }
- public partial class X509Certificate : System.Runtime.Serialization.ISerializable
- {
- public X509Certificate(byte[] data) { }
- protected X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public System.Security.Cryptography.DSA DSA { get { throw null; } set { } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public bool IsSelfSigned { get { throw null; } }
- public virtual string IssuerName { get { throw null; } }
- public byte[] IssuerUniqueIdentifier { get { throw null; } }
- public virtual string KeyAlgorithm { get { throw null; } }
- public virtual byte[] KeyAlgorithmParameters { get { throw null; } set { } }
- public virtual byte[] PublicKey { get { throw null; } }
- public virtual byte[] RawData { get { throw null; } }
- public virtual System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public virtual byte[] SerialNumber { get { throw null; } }
- public virtual byte[] Signature { get { throw null; } }
- public virtual string SignatureAlgorithm { get { throw null; } }
- public virtual byte[] SignatureAlgorithmParameters { get { throw null; } }
- public virtual string SubjectName { get { throw null; } }
- public byte[] SubjectUniqueIdentifier { get { throw null; } }
- public virtual System.DateTime ValidFrom { get { throw null; } }
- public virtual System.DateTime ValidUntil { get { throw null; } }
- public int Version { get { throw null; } }
- public bool CheckSignature(byte[] hash, string hashAlgorithm, byte[] signature) { throw null; }
- public Mono.Security.ASN1 GetIssuerName() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
- public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Security.ASN1 GetSubjectName() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- }
- public partial class X509CertificateBuilder : Mono.Security.X509.X509Builder
- {
- public X509CertificateBuilder() { }
- public X509CertificateBuilder(byte version) { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public string IssuerName { get { throw null; } set { } }
- public byte[] IssuerUniqueId { get { throw null; } set { } }
- public System.DateTime NotAfter { get { throw null; } set { } }
- public System.DateTime NotBefore { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } set { } }
- public string SubjectName { get { throw null; } set { } }
- public System.Security.Cryptography.AsymmetricAlgorithm SubjectPublicKey { get { throw null; } set { } }
- public byte[] SubjectUniqueId { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- protected override Mono.Security.ASN1 ToBeSigned(string oid) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class X509CertificateCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509CertificateCollection() { }
- public X509CertificateCollection(Mono.Security.X509.X509CertificateCollection value) { }
- public X509CertificateCollection(Mono.Security.X509.X509Certificate[] value) { }
- public Mono.Security.X509.X509Certificate this[int index] { get { throw null; } set { } }
- public int Add(Mono.Security.X509.X509Certificate value) { throw null; }
- public void AddRange(Mono.Security.X509.X509CertificateCollection value) { }
- public void AddRange(Mono.Security.X509.X509Certificate[] value) { }
- public bool Contains(Mono.Security.X509.X509Certificate value) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Certificate[] array, int index) { }
- public new Mono.Security.X509.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Certificate value) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Certificate value) { }
- public void Remove(Mono.Security.X509.X509Certificate value) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public partial class X509CertificateEnumerator : System.Collections.IEnumerator
- {
- public X509CertificateEnumerator(Mono.Security.X509.X509CertificateCollection mappings) { }
- public Mono.Security.X509.X509Certificate Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- public partial class X509Chain
- {
- public X509Chain() { }
- public X509Chain(Mono.Security.X509.X509CertificateCollection chain) { }
- public Mono.Security.X509.X509CertificateCollection Chain { get { throw null; } }
- public Mono.Security.X509.X509Certificate Root { get { throw null; } }
- public Mono.Security.X509.X509ChainStatusFlags Status { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection TrustAnchors { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(64))]set { } }
- public bool Build(Mono.Security.X509.X509Certificate leaf) { throw null; }
- public Mono.Security.X509.X509Certificate FindByIssuerName(string issuerName) { throw null; }
- public void LoadCertificate(Mono.Security.X509.X509Certificate x509) { }
- public void LoadCertificates(Mono.Security.X509.X509CertificateCollection collection) { }
- public void Reset() { }
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum X509ChainStatusFlags
- {
- InvalidBasicConstraints = 1024,
- NoError = 0,
- NotSignatureValid = 8,
- NotTimeNested = 2,
- NotTimeValid = 1,
- PartialChain = 65536,
- UntrustedRoot = 32,
- }
- public partial class X509Crl
- {
- public X509Crl(byte[] crl) { }
- public System.Collections.ArrayList Entries { get { throw null; } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public string IssuerName { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[byte[] serialNumber] { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[int index] { get { throw null; } }
- public System.DateTime NextUpdate { get { throw null; } }
- public byte[] RawData { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public string SignatureAlgorithm { get { throw null; } }
- public System.DateTime ThisUpdate { get { throw null; } }
- public byte Version { get { throw null; } }
- public static Mono.Security.X509.X509Crl CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(Mono.Security.X509.X509Certificate x509) { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(byte[] serialNumber) { throw null; }
- public bool VerifySignature(Mono.Security.X509.X509Certificate x509) { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- public partial class X509CrlEntry
- {
- internal X509CrlEntry() { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public System.DateTime RevocationDate { get { throw null; } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public partial class X509Extension
- {
- protected bool extnCritical;
- protected string extnOid;
- protected Mono.Security.ASN1 extnValue;
- protected X509Extension() { }
- public X509Extension(Mono.Security.ASN1 asn1) { }
- public X509Extension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public bool Critical { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public string Oid { get { throw null; } }
- public Mono.Security.ASN1 Value { get { throw null; } }
- protected virtual void Decode() { }
- protected virtual void Encode() { }
- public override bool Equals(object obj) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class X509ExtensionCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509ExtensionCollection() { }
- public X509ExtensionCollection(Mono.Security.ASN1 asn1) { }
- public Mono.Security.X509.X509Extension this[int index] { get { throw null; } }
- public Mono.Security.X509.X509Extension this[string oid] { get { throw null; } }
- public int Add(Mono.Security.X509.X509Extension extension) { throw null; }
- public void AddRange(Mono.Security.X509.X509ExtensionCollection collection) { }
- public void AddRange(Mono.Security.X509.X509Extension[] extension) { }
- public bool Contains(Mono.Security.X509.X509Extension extension) { throw null; }
- public bool Contains(string oid) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Extension[] extensions, int index) { }
- public byte[] GetBytes() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Extension extension) { throw null; }
- public int IndexOf(string oid) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Extension extension) { }
- public void Remove(Mono.Security.X509.X509Extension extension) { }
- public void Remove(string oid) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class X509Store
- {
- internal X509Store() { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string Name { get { throw null; } }
- public void Clear() { }
- public void Import(Mono.Security.X509.X509Certificate certificate) { }
- public void Import(Mono.Security.X509.X509Crl crl) { }
- public void Remove(Mono.Security.X509.X509Certificate certificate) { }
- public void Remove(Mono.Security.X509.X509Crl crl) { }
- }
- public sealed partial class X509StoreManager
- {
- internal X509StoreManager() { }
- public static Mono.Security.X509.X509Stores CurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection IntermediateCACertificates { get { throw null; } }
- public static System.Collections.ArrayList IntermediateCACrls { get { throw null; } }
- public static Mono.Security.X509.X509Stores LocalMachine { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewCurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewLocalMachine { get { throw null; } }
- public static System.Collections.ArrayList TrustedRootCACrls { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection TrustedRootCertificates { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection UntrustedCertificates { get { throw null; } }
- }
- public partial class X509Stores
- {
- internal X509Stores() { }
- public Mono.Security.X509.X509Store IntermediateCA { get { throw null; } }
- public Mono.Security.X509.X509Store OtherPeople { get { throw null; } }
- public Mono.Security.X509.X509Store Personal { get { throw null; } }
- public Mono.Security.X509.X509Store TrustedRoot { get { throw null; } }
- public Mono.Security.X509.X509Store Untrusted { get { throw null; } }
- public void Clear() { }
- public Mono.Security.X509.X509Store Open(string storeName, bool create) { throw null; }
- public partial class Names
- {
- public const string IntermediateCA = "CA";
- public const string OtherPeople = "AddressBook";
- public const string Personal = "My";
- public const string TrustedRoot = "Trust";
- public const string Untrusted = "Disallowed";
- public Names() { }
- }
- }
- public partial class X520
- {
- public X520() { }
- public abstract partial class AttributeTypeAndValue
- {
- protected AttributeTypeAndValue(string oid, int upperBound) { }
- protected AttributeTypeAndValue(string oid, int upperBound, byte encoding) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] GetBytes(byte encoding) { throw null; }
- }
- public partial class CommonName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CommonName() : base (default(string), default(int)) { }
- }
- public partial class CountryName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CountryName() : base (default(string), default(int)) { }
- }
- public partial class DnQualifier : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DnQualifier() : base (default(string), default(int)) { }
- }
- public partial class DomainComponent : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DomainComponent() : base (default(string), default(int)) { }
- }
- public partial class EmailAddress : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public EmailAddress() : base (default(string), default(int)) { }
- }
- public partial class GivenName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public GivenName() : base (default(string), default(int)) { }
- }
- public partial class Initial : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Initial() : base (default(string), default(int)) { }
- }
- public partial class LocalityName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public LocalityName() : base (default(string), default(int)) { }
- }
- public partial class Name : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Name() : base (default(string), default(int)) { }
- }
- public partial class Oid : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Oid(string oid) : base (default(string), default(int)) { }
- }
- public partial class OrganizationalUnitName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationalUnitName() : base (default(string), default(int)) { }
- }
- public partial class OrganizationName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationName() : base (default(string), default(int)) { }
- }
- public partial class SerialNumber : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public SerialNumber() : base (default(string), default(int)) { }
- }
- public partial class StateOrProvinceName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public StateOrProvinceName() : base (default(string), default(int)) { }
- }
- public partial class Surname : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Surname() : base (default(string), default(int)) { }
- }
- public partial class Title : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Title() : base (default(string), default(int)) { }
- }
- public partial class UserId : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public UserId() : base (default(string), default(int)) { }
- }
- }
-}
-namespace Mono.Security.X509.Extensions
-{
- public partial class AuthorityKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public AuthorityKeyIdentifierExtension() { }
- public AuthorityKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public AuthorityKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class BasicConstraintsExtension : Mono.Security.X509.X509Extension
- {
- public const int NoPathLengthConstraint = -1;
- public BasicConstraintsExtension() { }
- public BasicConstraintsExtension(Mono.Security.ASN1 asn1) { }
- public BasicConstraintsExtension(Mono.Security.X509.X509Extension extension) { }
- public bool CertificateAuthority { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- public int PathLenConstraint { get { throw null; } set { } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class CertificatePoliciesExtension : Mono.Security.X509.X509Extension
- {
- public CertificatePoliciesExtension() { }
- public CertificatePoliciesExtension(Mono.Security.ASN1 asn1) { }
- public CertificatePoliciesExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class CRLDistributionPointsExtension : Mono.Security.X509.X509Extension
- {
- public CRLDistributionPointsExtension() { }
- public CRLDistributionPointsExtension(Mono.Security.ASN1 asn1) { }
- public CRLDistributionPointsExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.Generic.IEnumerable<Mono.Security.X509.Extensions.CRLDistributionPointsExtension.DistributionPoint> DistributionPoints { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- public partial class DistributionPoint
- {
- public DistributionPoint(Mono.Security.ASN1 dp) { }
- public DistributionPoint(string dp, Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags reasons, string issuer) { }
- public string CRLIssuer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags Reasons { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ReasonFlags
- {
- AACompromise = 8,
- AffiliationChanged = 3,
- CACompromise = 2,
- CertificateHold = 6,
- CessationOfOperation = 5,
- KeyCompromise = 1,
- PrivilegeWithdrawn = 7,
- Superseded = 4,
- Unused = 0,
- }
- }
- public partial class ExtendedKeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public ExtendedKeyUsageExtension() { }
- public ExtendedKeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public ExtendedKeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.ArrayList KeyPurpose { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class KeyAttributesExtension : Mono.Security.X509.X509Extension
- {
- public KeyAttributesExtension() { }
- public KeyAttributesExtension(Mono.Security.ASN1 asn1) { }
- public KeyAttributesExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] KeyIdentifier { get { throw null; } }
- public override string Name { get { throw null; } }
- public System.DateTime NotAfter { get { throw null; } }
- public System.DateTime NotBefore { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class KeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public KeyUsageExtension() { }
- public KeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public KeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.X509.Extensions.KeyUsages KeyUsage { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum KeyUsages
- {
- cRLSign = 2,
- dataEncipherment = 16,
- decipherOnly = 2048,
- digitalSignature = 128,
- encipherOnly = 1,
- keyAgreement = 8,
- keyCertSign = 4,
- keyEncipherment = 32,
- none = 0,
- nonRepudiation = 64,
- }
- public partial class NetscapeCertTypeExtension : Mono.Security.X509.X509Extension
- {
- public NetscapeCertTypeExtension() { }
- public NetscapeCertTypeExtension(Mono.Security.ASN1 asn1) { }
- public NetscapeCertTypeExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.NetscapeCertTypeExtension.CertTypes usage) { throw null; }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum CertTypes
- {
- ObjectSigning = 16,
- ObjectSigningCA = 1,
- Smime = 32,
- SmimeCA = 2,
- SslCA = 4,
- SslClient = 128,
- SslServer = 64,
- }
- }
- public partial class PrivateKeyUsagePeriodExtension : Mono.Security.X509.X509Extension
- {
- public PrivateKeyUsagePeriodExtension() { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.ASN1 asn1) { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectAltNameExtension : Mono.Security.X509.X509Extension
- {
- public SubjectAltNameExtension() { }
- public SubjectAltNameExtension(Mono.Security.ASN1 asn1) { }
- public SubjectAltNameExtension(Mono.Security.X509.X509Extension extension) { }
- public SubjectAltNameExtension(string[] rfc822, string[] dnsNames, string[] ipAddresses, string[] uris) { }
- public string[] DNSNames { get { throw null; } }
- public string[] IPAddresses { get { throw null; } }
- public override string Name { get { throw null; } }
- public string[] RFC822 { get { throw null; } }
- public string[] UniformResourceIdentifiers { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public SubjectKeyIdentifierExtension() { }
- public SubjectKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public SubjectKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Xml
-{
- [System.CLSCompliantAttribute(false)]
- public partial class MiniParser
- {
- protected int col;
- protected static string[] errors;
- protected int line;
- protected bool splitCData;
- protected int[] twoCharBuff;
- public MiniParser() { }
- protected void FatalErr(string descr) { }
- public void Parse(Mono.Xml.MiniParser.IReader reader, Mono.Xml.MiniParser.IHandler handler) { }
- public void Reset() { }
- protected static bool StrEquals(string str, System.Text.StringBuilder sb, int sbStart, int len) { throw null; }
- protected static int Xlat(int charCode, int state) { throw null; }
- public partial class AttrListImpl : Mono.Xml.MiniParser.IAttrList, Mono.Xml.MiniParser.IMutableAttrList
- {
- protected System.Collections.ArrayList names;
- protected System.Collections.ArrayList values;
- public AttrListImpl() { }
- public AttrListImpl(Mono.Xml.MiniParser.IAttrList attrs) { }
- public AttrListImpl(int initialCapacity) { }
- public bool IsEmpty { get { throw null; } }
- public int Length { get { throw null; } }
- public string[] Names { get { throw null; } }
- public string[] Values { get { throw null; } }
- public void Add(string name, string value) { }
- public void ChangeValue(string name, string newValue) { }
- public void Clear() { }
- public void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs) { }
- public string GetName(int i) { throw null; }
- public string GetValue(int i) { throw null; }
- public string GetValue(string name) { throw null; }
- public void Remove(int i) { }
- public void Remove(string name) { }
- }
- public partial class HandlerAdapter : Mono.Xml.MiniParser.IHandler
- {
- public HandlerAdapter() { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- }
- public partial interface IAttrList
- {
- bool IsEmpty { get; }
- int Length { get; }
- string[] Names { get; }
- string[] Values { get; }
- void ChangeValue(string name, string newValue);
- string GetName(int i);
- string GetValue(int i);
- string GetValue(string name);
- }
- public partial interface IHandler
- {
- void OnChars(string ch);
- void OnEndElement(string name);
- void OnEndParsing(Mono.Xml.MiniParser parser);
- void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs);
- void OnStartParsing(Mono.Xml.MiniParser parser);
- }
- public partial interface IMutableAttrList : Mono.Xml.MiniParser.IAttrList
- {
- void Add(string name, string value);
- void Clear();
- void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs);
- void Remove(int i);
- void Remove(string name);
- }
- public partial interface IReader
- {
- int Read();
- }
- public partial class XMLError : System.Exception
- {
- protected int column;
- protected string descr;
- protected int line;
- public XMLError() { }
- public XMLError(string descr) { }
- public XMLError(string descr, int line, int column) { }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- [System.CLSCompliantAttribute(false)]
- public partial class SecurityParser : Mono.Xml.MiniParser, Mono.Xml.MiniParser.IHandler, Mono.Xml.MiniParser.IReader
- {
- public SecurityParser() { }
- public void LoadXml(string xml) { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- public int Read() { throw null; }
- public System.Security.SecurityElement ToXml() { throw null; }
- }
-}
diff --git a/src/v4.5.1/Mono.Simd.cs b/src/v4.5.1/Mono.Simd.cs
deleted file mode 100644
index 6066c87..0000000
--- a/src/v4.5.1/Mono.Simd.cs
+++ /dev/null
@@ -1,1404 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2008 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Simd.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Simd.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Simd
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(224), Inherited=false)]
- public sealed partial class AccelerationAttribute : System.Attribute
- {
- public AccelerationAttribute(Mono.Simd.AccelMode mode) { }
- public Mono.Simd.AccelMode Mode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- [System.FlagsAttribute]
- public enum AccelMode
- {
- None = 0,
- SSE1 = 1,
- SSE2 = 2,
- SSE3 = 4,
- SSE41 = 16,
- SSE42 = 32,
- SSE4A = 64,
- SSSE3 = 8,
- }
- public static partial class ArrayExtensions
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVector(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVector(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVector(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVector(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVector(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVector(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVector(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVector(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVector(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVector(this ulong[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVectorAligned(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVectorAligned(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVectorAligned(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVectorAligned(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVectorAligned(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVectorAligned(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVectorAligned(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVectorAligned(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVectorAligned(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVectorAligned(this ulong[] array, int offset) { throw null; }
- public static bool IsAligned<T>(this T[] vect, int index) where T : struct { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- }
- public enum ShuffleSel
- {
- ExpandInterleavedXY = 68,
- ExpandInterleavedZW = 238,
- ExpandW = 255,
- ExpandX = 0,
- ExpandXY = 80,
- ExpandY = 85,
- ExpandZ = 170,
- ExpandZW = 250,
- RotateLeft = 147,
- RotateRight = 57,
- Swap = 27,
- WFromW = 192,
- WFromX = 0,
- WFromY = 64,
- WFromZ = 128,
- XFromW = 3,
- XFromX = 0,
- XFromY = 1,
- XFromZ = 2,
- YFromW = 12,
- YFromX = 0,
- YFromY = 4,
- YFromZ = 8,
- ZFromW = 48,
- ZFromX = 0,
- ZFromY = 16,
- ZFromZ = 32,
- }
- public static partial class SimdRuntime
- {
- public static Mono.Simd.AccelMode AccelMode { get { throw null; } }
- public static bool IsMethodAccelerated(System.Type type, string method) { throw null; }
- public static bool IsMethodAccelerated(System.Type type, string method, params System.Type[] signature) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Reflection.MethodInfo method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method, params System.Type[] signature) { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16b
- {
- public Vector16b(byte b) { throw null;}
- public Vector16b(byte v0, byte v1, byte v2, byte v3, byte v4, byte v5, byte v6, byte v7, byte v8, byte v9, byte v10, byte v11, byte v12, byte v13, byte v14, byte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public byte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16b One { get { throw null; } }
- public byte V0 { get { throw null; } set { } }
- public byte V1 { get { throw null; } set { } }
- public byte V10 { get { throw null; } set { } }
- public byte V11 { get { throw null; } set { } }
- public byte V12 { get { throw null; } set { } }
- public byte V13 { get { throw null; } set { } }
- public byte V14 { get { throw null; } set { } }
- public byte V15 { get { throw null; } set { } }
- public byte V2 { get { throw null; } set { } }
- public byte V3 { get { throw null; } set { } }
- public byte V4 { get { throw null; } set { } }
- public byte V5 { get { throw null; } set { } }
- public byte V6 { get { throw null; } set { } }
- public byte V7 { get { throw null; } set { } }
- public byte V8 { get { throw null; } set { } }
- public byte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16b Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector16b LoadAligned(Mono.Simd.Vector16b* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16b LoadAligned(ref Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator +(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator &(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator |(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator ^(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator -(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector16b* res, Mono.Simd.Vector16b val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16b res, Mono.Simd.Vector16b val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16sb
- {
- public Vector16sb(sbyte sb) { throw null;}
- public Vector16sb(sbyte v0, sbyte v1, sbyte v2, sbyte v3, sbyte v4, sbyte v5, sbyte v6, sbyte v7, sbyte v8, sbyte v9, sbyte v10, sbyte v11, sbyte v12, sbyte v13, sbyte v14, sbyte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public sbyte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb MinusOne { get { throw null; } }
- public static Mono.Simd.Vector16sb One { get { throw null; } }
- public sbyte V0 { get { throw null; } set { } }
- public sbyte V1 { get { throw null; } set { } }
- public sbyte V10 { get { throw null; } set { } }
- public sbyte V11 { get { throw null; } set { } }
- public sbyte V12 { get { throw null; } set { } }
- public sbyte V13 { get { throw null; } set { } }
- public sbyte V14 { get { throw null; } set { } }
- public sbyte V15 { get { throw null; } set { } }
- public sbyte V2 { get { throw null; } set { } }
- public sbyte V3 { get { throw null; } set { } }
- public sbyte V4 { get { throw null; } set { } }
- public sbyte V5 { get { throw null; } set { } }
- public sbyte V6 { get { throw null; } set { } }
- public sbyte V7 { get { throw null; } set { } }
- public sbyte V8 { get { throw null; } set { } }
- public sbyte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector16sb LoadAligned(Mono.Simd.Vector16sb* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16sb LoadAligned(ref Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator +(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator &(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator |(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator ^(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator -(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector16sb* res, Mono.Simd.Vector16sb val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16sb res, Mono.Simd.Vector16sb val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2d
- {
- public Vector2d(double d) { throw null;}
- public Vector2d(double x, double y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public double this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2d E { get { throw null; } }
- public static Mono.Simd.Vector2d MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2d One { get { throw null; } }
- public static Mono.Simd.Vector2d Pi { get { throw null; } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2d Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2d LoadAligned(Mono.Simd.Vector2d* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2d LoadAligned(ref Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator +(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator &(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator |(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator /(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator ^(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator *(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator -(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2d* res, Mono.Simd.Vector2d val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2d res, Mono.Simd.Vector2d val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2l
- {
- public Vector2l(long l) { throw null;}
- public Vector2l(long x, long y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public long this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2l MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2l One { get { throw null; } }
- public long X { get { throw null; } set { } }
- public long Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2l Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2l LoadAligned(Mono.Simd.Vector2l* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2l LoadAligned(ref Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator +(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator &(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator |(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator ^(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator <<(Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator -(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2l* res, Mono.Simd.Vector2l val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2l res, Mono.Simd.Vector2l val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2ul
- {
- public Vector2ul(ulong ul) { throw null;}
- public Vector2ul(ulong x, ulong y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ulong this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul One { get { throw null; } }
- public ulong X { get { throw null; } set { } }
- public ulong Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector2ul LoadAligned(Mono.Simd.Vector2ul* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2ul LoadAligned(ref Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator +(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator &(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator |(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator ^(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator <<(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator >>(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator -(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector2ul* res, Mono.Simd.Vector2ul val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2ul res, Mono.Simd.Vector2ul val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4f
- {
- public Vector4f(float f) { throw null;}
- public Vector4f(float x, float y, float z, float w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public float this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4f E { get { throw null; } }
- public static Mono.Simd.Vector4f MinusOne { get { throw null; } }
- public static Mono.Simd.Vector4f One { get { throw null; } }
- public static Mono.Simd.Vector4f Pi { get { throw null; } }
- public float W { get { throw null; } set { } }
- public float X { get { throw null; } set { } }
- public float Y { get { throw null; } set { } }
- public float Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4f Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4f LoadAligned(Mono.Simd.Vector4f* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f LoadAligned(ref Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator +(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator &(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator |(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator /(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator ^(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v, float scalar) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(float scalar, Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator -(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4f* res, Mono.Simd.Vector4f val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4f res, Mono.Simd.Vector4f val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4i
- {
- public Vector4i(int i) { throw null;}
- public Vector4i(int x, int y, int z, int w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public int this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Identity { get { throw null; } }
- public static Mono.Simd.Vector4i MinusOne { get { throw null; } }
- public int W { get { throw null; } set { } }
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- public int Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4i LoadAligned(Mono.Simd.Vector4i* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4i LoadAligned(ref Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator +(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator &(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator |(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator ^(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator <<(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i operator *(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator >>(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator -(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4i* res, Mono.Simd.Vector4i val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4i res, Mono.Simd.Vector4i val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4ui
- {
- public Vector4ui(uint ui) { throw null;}
- public Vector4ui(uint x, uint y, uint z, uint w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public uint this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Identity { get { throw null; } }
- public uint W { get { throw null; } set { } }
- public uint X { get { throw null; } set { } }
- public uint Y { get { throw null; } set { } }
- public uint Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector4ui LoadAligned(Mono.Simd.Vector4ui* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4ui LoadAligned(ref Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator +(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator &(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator |(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator ^(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator <<(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4ui operator *(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator >>(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator -(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector4ui* res, Mono.Simd.Vector4ui val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4ui res, Mono.Simd.Vector4ui val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8s
- {
- public Vector8s(short s) { throw null;}
- public Vector8s(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public short this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Identity { get { throw null; } }
- public static Mono.Simd.Vector8s MinusOne { get { throw null; } }
- public short V0 { get { throw null; } set { } }
- public short V1 { get { throw null; } set { } }
- public short V2 { get { throw null; } set { } }
- public short V3 { get { throw null; } set { } }
- public short V4 { get { throw null; } set { } }
- public short V5 { get { throw null; } set { } }
- public short V6 { get { throw null; } set { } }
- public short V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector8s LoadAligned(Mono.Simd.Vector8s* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8s LoadAligned(ref Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator +(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator &(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator |(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator ^(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator <<(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator *(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator >>(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator -(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector8s* res, Mono.Simd.Vector8s val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8s res, Mono.Simd.Vector8s val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8us
- {
- public Vector8us(ushort us) { throw null;}
- public Vector8us(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ushort this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Identity { get { throw null; } }
- public ushort V0 { get { throw null; } set { } }
- public ushort V1 { get { throw null; } set { } }
- public ushort V2 { get { throw null; } set { } }
- public ushort V3 { get { throw null; } set { } }
- public ushort V4 { get { throw null; } set { } }
- public ushort V5 { get { throw null; } set { } }
- public ushort V6 { get { throw null; } set { } }
- public ushort V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector8us LoadAligned(Mono.Simd.Vector8us* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8us LoadAligned(ref Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator +(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator &(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator |(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator ^(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator <<(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator *(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator >>(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator -(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector8us* res, Mono.Simd.Vector8us val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8us res, Mono.Simd.Vector8us val) { }
- public override string ToString() { throw null; }
- }
- public static partial class VectorOperations
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d AddSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f AddSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b AddWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb AddWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s AddWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us AddWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d AndNot(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f AndNot(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui ArithmeticRightShift(this Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ArithmeticRightShift(this Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Average(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Average(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b CompareEqual(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareEqual(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector2l CompareEqual(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul CompareEqual(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareEqual(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui CompareEqual(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareEqual(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us CompareEqual(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareGreaterThan(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(32))]
- public static Mono.Simd.Vector2l CompareGreaterThan(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareGreaterThan(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareGreaterThan(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareOrdered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareOrdered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareUnordered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareUnordered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d Duplicate(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateHigh(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateLow(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static int ExtractByteMask(this Mono.Simd.Vector16b va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static int ExtractByteMask(this Mono.Simd.Vector16sb va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalAdd(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalAdd(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveHigh(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveHigh(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveLow(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveLow(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InvSqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l LogicalRightShift(this Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i LogicalRightShift(this Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s LogicalRightShift(this Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Max(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Max(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Max(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Max(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Max(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Max(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Max(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Max(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Min(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Min(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Min(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Min(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Min(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Min(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Min(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Min(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s MultiplyStoreHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us MultiplyStoreHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s PackWithSignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb PackWithSignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us PackWithUnsignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b PackWithUnsignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Reciprocal(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Shuffle(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l Shuffle(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul Shuffle(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleHigh(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleHigh(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleLow(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleLow(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s SignedPackWithSignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SignedPackWithSignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SignedPackWithUnsignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b SignedPackWithUnsignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Sqrt(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Sqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b SubtractWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SubtractWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s SubtractWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SubtractWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SumOfAbsoluteDifferences(this Mono.Simd.Vector16b va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackHigh(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackHigh(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackHigh(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackHigh(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackHigh(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackHigh(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackLow(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackLow(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackLow(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackLow(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackLow(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackLow(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackLow(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackLow(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- }
-}
diff --git a/src/v4.5.1/Mono.Tasklets.cs b/src/v4.5.1/Mono.Tasklets.cs
deleted file mode 100644
index 6353342..0000000
--- a/src/v4.5.1/Mono.Tasklets.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Tasklets
-{
- public partial class Continuation : System.IDisposable
- {
- public Continuation() { }
- public void Dispose() { }
- ~Continuation() { }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public void Mark() { }
- public void Restore(int state) { }
- public int Store(int state) { throw null; }
- }
-}
diff --git a/src/v4.5.1/Mono.WebBrowser.cs b/src/v4.5.1/Mono.WebBrowser.cs
deleted file mode 100644
index 6ad6afb..0000000
--- a/src/v4.5.1/Mono.WebBrowser.cs
+++ /dev/null
@@ -1,466 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2007, 2008 Andreia Gaita")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Managed Wrapper for xulrunner engine, to support WebBrowser")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.WebBrowser")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.WebBrowser")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.WebBrowser
-{
- public partial class AlertEventArgs : System.EventArgs
- {
- public AlertEventArgs() { }
- public bool BoolReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Buttons { get { throw null; } set { } }
- public string CheckMessage { get { throw null; } set { } }
- public bool CheckState { get { throw null; } set { } }
- public Mono.WebBrowser.DialogButtonFlags DialogButtons { get { throw null; } set { } }
- public int IntReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Options { get { throw null; } set { } }
- public string Password { get { throw null; } set { } }
- public string StringReturn { get { throw null; } set { } }
- public string Text { get { throw null; } set { } }
- public string Text2 { get { throw null; } set { } }
- public string Title { get { throw null; } set { } }
- public Mono.WebBrowser.DialogType Type { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- }
- public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e);
- public partial class ContextMenuEventArgs : System.EventArgs
- {
- public ContextMenuEventArgs(int x, int y) { }
- public int X { get { throw null; } }
- public int Y { get { throw null; } }
- }
- public delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e);
- public partial class CreateNewWindowEventArgs : System.EventArgs
- {
- public CreateNewWindowEventArgs(bool isModal) { }
- public bool IsModal { get { throw null; } }
- }
- public delegate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e);
- [System.FlagsAttribute]
- public enum DialogButtonFlags
- {
- BUTTON_DELAY_ENABLE = 67108864,
- BUTTON_POS_0 = 1,
- BUTTON_POS_0_DEFAULT = 0,
- BUTTON_POS_1 = 256,
- BUTTON_POS_1_DEFAULT = 16777216,
- BUTTON_POS_2 = 65536,
- BUTTON_POS_2_DEFAULT = 33554432,
- BUTTON_TITLE_CANCEL = 2,
- BUTTON_TITLE_DONT_SAVE = 6,
- BUTTON_TITLE_IS_STRING = 127,
- BUTTON_TITLE_NO = 4,
- BUTTON_TITLE_OK = 1,
- BUTTON_TITLE_REVERT = 7,
- BUTTON_TITLE_SAVE = 5,
- BUTTON_TITLE_YES = 3,
- STD_OK_CANCEL_BUTTONS = 513,
- }
- public enum DialogType
- {
- Alert = 1,
- AlertCheck = 2,
- Confirm = 3,
- ConfirmCheck = 5,
- ConfirmEx = 4,
- Prompt = 6,
- PromptPassword = 8,
- PromptUsernamePassword = 7,
- Select = 9,
- }
- public partial class Exception : System.Exception
- {
- internal Exception() { }
- }
- public enum FocusOption
- {
- FocusFirstElement = 1,
- FocusLastElement = 2,
- None = 0,
- }
- public partial interface IWebBrowser
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- bool Initialized { get; }
- Mono.WebBrowser.DOM.INavigation Navigation { get; }
- bool Offline { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event Mono.WebBrowser.AlertEventHandler Alert;
- event Mono.WebBrowser.ContextMenuEventHandler ContextMenuShown;
- event Mono.WebBrowser.CreateNewWindowEventHandler CreateNewWindow;
- event System.EventHandler Focus;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.LoadCommitedEventHandler LoadCommited;
- event Mono.WebBrowser.LoadFinishedEventHandler LoadFinished;
- event Mono.WebBrowser.LoadStartedEventHandler LoadStarted;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.NavigationRequestedEventHandler NavigationRequested;
- event Mono.WebBrowser.ProgressChangedEventHandler ProgressChanged;
- event Mono.WebBrowser.SecurityChangedEventHandler SecurityChanged;
- event Mono.WebBrowser.StatusChangedEventHandler StatusChanged;
- void Activate();
- void Deactivate();
- void ExecuteScript(string script);
- void FocusIn(Mono.WebBrowser.FocusOption focus);
- void FocusOut();
- bool Load(System.IntPtr handle, int width, int height);
- void Render(byte[] data);
- void Render(string html);
- void Render(string html, string uri, string contentType);
- void Resize(int width, int height);
- void Shutdown();
- }
- public partial class LoadCommitedEventArgs : System.EventArgs
- {
- public LoadCommitedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e);
- public partial class LoadFinishedEventArgs : System.EventArgs
- {
- public LoadFinishedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e);
- public partial class LoadStartedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public LoadStartedEventArgs(string uri, string frameName) { }
- public string FrameName { get { throw null; } }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e);
- public sealed partial class Manager
- {
- public Manager() { }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance() { throw null; }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance(Mono.WebBrowser.Platform platform) { throw null; }
- }
- public partial class NavigationRequestedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public NavigationRequestedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void NavigationRequestedEventHandler(object sender, Mono.WebBrowser.NavigationRequestedEventArgs e);
- public enum Platform
- {
- Gtk = 2,
- Unknown = 0,
- Winforms = 1,
- }
- public partial class ProgressChangedEventArgs : System.EventArgs
- {
- public ProgressChangedEventArgs(int progress, int maxProgress) { }
- public int MaxProgress { get { throw null; } }
- public int Progress { get { throw null; } }
- }
- public delegate void ProgressChangedEventHandler(object sender, Mono.WebBrowser.ProgressChangedEventArgs e);
- public enum ReloadOption : uint
- {
- Full = (uint)2,
- None = (uint)0,
- Proxy = (uint)1,
- }
- public partial class SecurityChangedEventArgs : System.EventArgs
- {
- public SecurityChangedEventArgs(Mono.WebBrowser.SecurityLevel state) { }
- public Mono.WebBrowser.SecurityLevel State { get { throw null; } set { } }
- }
- public delegate void SecurityChangedEventHandler(object sender, Mono.WebBrowser.SecurityChangedEventArgs e);
- public enum SecurityLevel
- {
- Insecure = 1,
- Mixed = 2,
- Secure = 3,
- }
- public partial class StatusChangedEventArgs : System.EventArgs
- {
- public StatusChangedEventArgs(string message, int status) { }
- public string Message { get { throw null; } set { } }
- public int Status { get { throw null; } set { } }
- }
- public delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e);
-}
-namespace Mono.WebBrowser.DOM
-{
- public partial interface IAttribute : Mono.WebBrowser.DOM.INode
- {
- string Name { get; }
- new int GetHashCode();
- }
- public partial interface IAttributeCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- Mono.WebBrowser.DOM.IAttribute this[string name] { get; }
- bool Exists(string name);
- new int GetHashCode();
- }
- public partial interface IDocument : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElement Active { get; }
- string ActiveLinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Anchors { get; }
- Mono.WebBrowser.DOM.IElementCollection Applets { get; }
- string BackColor { get; set; }
- string Background { get; set; }
- Mono.WebBrowser.DOM.IElement Body { get; }
- string Charset { get; set; }
- string Cookie { get; set; }
- Mono.WebBrowser.DOM.IDocumentType DocType { get; }
- Mono.WebBrowser.DOM.IElement DocumentElement { get; }
- string Domain { get; }
- string ForeColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Forms { get; }
- Mono.WebBrowser.DOM.IElementCollection Images { get; }
- Mono.WebBrowser.DOM.IDOMImplementation Implementation { get; }
- string LinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Links { get; }
- Mono.WebBrowser.DOM.IStylesheetList Stylesheets { get; }
- string Title { get; set; }
- string Url { get; }
- string VisitedLinkColor { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event System.EventHandler LoadStopped;
- Mono.WebBrowser.DOM.IAttribute CreateAttribute(string name);
- Mono.WebBrowser.DOM.IElement CreateElement(string tagName);
- Mono.WebBrowser.DOM.IElement GetElement(int x, int y);
- Mono.WebBrowser.DOM.IElement GetElementById(string id);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- string InvokeScript(string script);
- void Write(string text);
- }
- public partial interface IDocumentType : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.INamedNodeMap Entities { get; }
- string InternalSubset { get; }
- string Name { get; }
- Mono.WebBrowser.DOM.INamedNodeMap Notations { get; }
- string PublicId { get; }
- string SystemId { get; }
- }
- public partial interface IDOMImplementation
- {
- Mono.WebBrowser.DOM.IDocument CreateDocument(string namespaceURI, string qualifiedName, Mono.WebBrowser.DOM.IDocumentType doctype);
- Mono.WebBrowser.DOM.IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId);
- bool HasFeature(string feature, string version);
- }
- public partial interface IElement : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElementCollection All { get; }
- Mono.WebBrowser.DOM.IElementCollection Children { get; }
- int ClientHeight { get; }
- int ClientWidth { get; }
- System.IO.Stream ContentStream { get; }
- bool Disabled { get; set; }
- string InnerHTML { get; set; }
- string InnerText { get; set; }
- int OffsetHeight { get; }
- int OffsetLeft { get; }
- Mono.WebBrowser.DOM.IElement OffsetParent { get; }
- int OffsetTop { get; }
- int OffsetWidth { get; }
- string OuterHTML { get; set; }
- string OuterText { get; set; }
- int ScrollHeight { get; }
- int ScrollLeft { get; set; }
- int ScrollTop { get; set; }
- int ScrollWidth { get; }
- string Style { get; set; }
- int TabIndex { get; set; }
- string TagName { get; }
- Mono.WebBrowser.DOM.IElement AppendChild(Mono.WebBrowser.DOM.IElement child);
- void Blur();
- void Focus();
- string GetAttribute(string name);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- bool HasAttribute(string name);
- void ScrollIntoView(bool alignWithTop);
- void SetAttribute(string name, string value);
- }
- public partial interface IElementCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IElement this[int index] { get; set; }
- new int GetHashCode();
- }
- public partial interface IHistory
- {
- int Count { get; }
- void Back(int count);
- void Forward(int count);
- void GoToIndex(int index);
- void GoToUrl(string url);
- }
- public partial interface IMediaList
- {
- }
- public partial interface INamedNodeMap : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- Mono.WebBrowser.DOM.INode this[string name] { get; set; }
- Mono.WebBrowser.DOM.INode this[string namespaceURI, string localName] { get; set; }
- Mono.WebBrowser.DOM.INode RemoveNamedItem(string name);
- Mono.WebBrowser.DOM.INode RemoveNamedItemNS(string namespaceURI, string localName);
- }
- public partial interface INavigation
- {
- bool CanGoBack { get; }
- bool CanGoForward { get; }
- int HistoryCount { get; }
- bool Back();
- bool Forward();
- void Go(int index);
- void Go(int index, bool relative);
- void Go(string url);
- void Go(string url, Mono.WebBrowser.DOM.LoadFlags flags);
- void Home();
- void Reload();
- void Reload(Mono.WebBrowser.ReloadOption option);
- void Stop();
- }
- public partial interface INode
- {
- System.IntPtr AccessibleObject { get; }
- Mono.WebBrowser.DOM.IAttributeCollection Attributes { get; }
- Mono.WebBrowser.DOM.INodeList ChildNodes { get; }
- Mono.WebBrowser.DOM.INode FirstChild { get; }
- Mono.WebBrowser.DOM.INode LastChild { get; }
- string LocalName { get; }
- Mono.WebBrowser.DOM.INode Next { get; }
- Mono.WebBrowser.DOM.IDocument Owner { get; }
- Mono.WebBrowser.DOM.INode Parent { get; }
- Mono.WebBrowser.DOM.INode Previous { get; }
- Mono.WebBrowser.DOM.NodeType Type { get; }
- string Value { get; set; }
- event Mono.WebBrowser.DOM.NodeEventHandler Click;
- event Mono.WebBrowser.DOM.NodeEventHandler DoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseOver;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.DOM.NodeEventHandler OnBlur;
- event Mono.WebBrowser.DOM.NodeEventHandler OnFocus;
- Mono.WebBrowser.DOM.INode AppendChild(Mono.WebBrowser.DOM.INode child);
- void AttachEventHandler(string eventName, System.Delegate handler);
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.Delegate handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void FireEvent(string eventName);
- int GetHashCode();
- Mono.WebBrowser.DOM.INode InsertBefore(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode refChild);
- Mono.WebBrowser.DOM.INode RemoveChild(Mono.WebBrowser.DOM.INode child);
- Mono.WebBrowser.DOM.INode ReplaceChild(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode oldChild);
- }
- public partial interface INodeList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- int GetHashCode();
- }
- public partial interface IStylesheet
- {
- bool Disabled { get; set; }
- string Href { get; }
- Mono.WebBrowser.DOM.IMediaList Media { get; }
- Mono.WebBrowser.DOM.INode OwnerNode { get; }
- Mono.WebBrowser.DOM.IStylesheet ParentStyleSheet { get; }
- string Title { get; }
- string Type { get; }
- }
- public partial interface IStylesheetList : System.Collections.IEnumerable
- {
- int Count { get; }
- Mono.WebBrowser.DOM.IStylesheet this[int index] { get; set; }
- }
- public partial interface IWindow
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- Mono.WebBrowser.DOM.IWindowCollection Frames { get; }
- Mono.WebBrowser.DOM.IHistory History { get; }
- string Name { get; set; }
- Mono.WebBrowser.DOM.IWindow Parent { get; }
- string StatusText { get; }
- Mono.WebBrowser.DOM.IWindow Top { get; }
- event System.EventHandler Error;
- event System.EventHandler Load;
- event System.EventHandler OnBlur;
- event System.EventHandler OnFocus;
- event System.EventHandler Scroll;
- event System.EventHandler Unload;
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void Focus();
- int GetHashCode();
- void Open(string url);
- void ScrollTo(int x, int y);
- }
- public partial interface IWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IWindow this[int index] { get; set; }
- }
- [System.FlagsAttribute]
- public enum LoadFlags : uint
- {
- AsLinkClick = (uint)32,
- AsMetaRefresh = (uint)16,
- BypassHistory = (uint)64,
- BypassLocalCache = (uint)256,
- BypassProxy = (uint)512,
- CharsetChange = (uint)1024,
- None = (uint)0,
- ReplaceHistory = (uint)128,
- }
- public partial class NodeEventArgs : System.EventArgs
- {
- public NodeEventArgs(Mono.WebBrowser.DOM.INode node) { }
- public Mono.WebBrowser.DOM.IDocument Document { get { throw null; } }
- public Mono.WebBrowser.DOM.IElement Element { get { throw null; } }
- public Mono.WebBrowser.DOM.INode Node { get { throw null; } }
- }
- public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e);
- public enum NodeType
- {
- Attribute = 2,
- CDataSection = 4,
- Comment = 8,
- Document = 9,
- DocumentFragment = 11,
- DocumentType = 10,
- Element = 1,
- Entity = 6,
- EntityReference = 5,
- Notation = 12,
- ProcessingInstruction = 7,
- Text = 3,
- }
- public partial class WindowEventArgs : System.EventArgs
- {
- public WindowEventArgs(Mono.WebBrowser.DOM.IWindow window) { }
- public Mono.WebBrowser.DOM.IWindow Window { get { throw null; } }
- }
- public delegate void WindowEventHandler(object sender, Mono.WebBrowser.DOM.WindowEventArgs e);
-}
diff --git a/src/v4.5.1/Mono.XBuild.Tasks.cs b/src/v4.5.1/Mono.XBuild.Tasks.cs
deleted file mode 100644
index 1662451..0000000
--- a/src/v4.5.1/Mono.XBuild.Tasks.cs
+++ /dev/null
@@ -1,148 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.PkgConfig
-{
- public partial interface IPcFileCacheContext : Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>
- {
- }
- public partial interface IPcFileCacheContext<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- bool IsCustomDataComplete(string pcfile, TP pkg);
- void ReportError(string message, System.Exception ex);
- void StoreCustomData(Mono.PkgConfig.PcFile pcfile, TP pkg);
- }
- public partial class LibraryPackageInfo : Mono.PkgConfig.PackageInfo
- {
- public LibraryPackageInfo() { }
- public bool IsGacPackage { get { throw null; } set { } }
- protected internal override bool IsValidPackage { get { throw null; } }
- }
- public partial class LibraryPcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.LibraryPackageInfo>
- {
- public LibraryPcFileCache(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo> ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo>)) { }
- protected override string CacheDirectory { get { throw null; } }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName) { throw null; }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- public static string NormalizeAsmName(string name) { throw null; }
- protected override void ParsePackageInfo(Mono.PkgConfig.PcFile file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- protected override void ReadPackageContent(System.Xml.XmlReader tr, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- protected override void WritePackageContent(System.Xml.XmlTextWriter tw, string file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- }
- public partial class PackageAssemblyInfo
- {
- public string Culture;
- public string Name;
- public string PublicKeyToken;
- public string Version;
- public PackageAssemblyInfo() { }
- public string File { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string FullName { get { throw null; } }
- public Mono.PkgConfig.LibraryPackageInfo ParentPackage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void Update(System.Reflection.AssemblyName aname) { }
- public void UpdateFromFile(string file) { }
- }
- public partial class PackageInfo
- {
- public PackageInfo() { }
- public string Description { get { throw null; } set { } }
- protected internal virtual bool IsValidPackage { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetData(string name) { throw null; }
- public void RemoveData(string name) { }
- public void SetData(string name, string value) { }
- }
- public partial class PcFile
- {
- public PcFile() { }
- public string Description { get { throw null; } set { } }
- public string FilePath { get { throw null; } set { } }
- public bool HasErrors { get { throw null; } set { } }
- public string Libs { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetVariable(string varName) { throw null; }
- public void Load(string pcfile) { }
- }
- public abstract partial class PcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.PackageInfo>
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>)) { }
- }
- public abstract partial class PcFileCache<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext<TP> ctx) { }
- protected abstract string CacheDirectory { get; }
- public object SyncRoot { get { throw null; } }
- public TP GetPackageInfo(string file) { throw null; }
- public TP GetPackageInfoByName(string name) { throw null; }
- public TP GetPackageInfoByName(string name, System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<TP> GetPackages() { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<TP> GetPackages(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<string> GetPkgconfigPaths(string prefix, string pkgConfigPath, string pkgConfigLibdir) { throw null; }
- protected virtual void ParsePackageInfo(Mono.PkgConfig.PcFile file, TP pinfo) { }
- protected virtual void ReadPackageContent(System.Xml.XmlReader tr, TP pinfo) { }
- public void Save() { }
- public void Update() { }
- public void Update(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { }
- protected virtual void WritePackageContent(System.Xml.XmlTextWriter tw, string file, TP pinfo) { }
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.5.1/Novell.Directory.Ldap.cs b/src/v4.5.1/Novell.Directory.Ldap.cs
deleted file mode 100644
index 49fd168..0000000
--- a/src/v4.5.1/Novell.Directory.Ldap.cs
+++ /dev/null
@@ -1,2939 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute(" (C) 2003 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Novell.Directory.Ldap")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C# LDAP")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-public partial class Integer32
-{
- public Integer32(int ival) { }
- public int intValue { get { throw null; } set { } }
-}
-public partial interface IThreadRunnable
-{
- void Run();
-}
-public partial class SupportClass
-{
- public SupportClass() { }
- public static object CreateNewInstance(System.Type classType) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, object target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, object target) { throw null; }
- public static string FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date) { throw null; }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart) { }
- public static System.IO.FileStream GetFileStream(string FileName, bool Append) { throw null; }
- public static object HashtableRemove(System.Collections.Hashtable hashtable, object key) { throw null; }
- public static double Identity(double literal) { throw null; }
- public static long Identity(long literal) { throw null; }
- public static float Identity(float literal) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong Identity(ulong literal) { throw null; }
- public static object PutElement(System.Collections.IDictionary collection, object key, object newValue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count) { throw null; }
- public static System.Collections.IEnumerator ReverseStack(System.Collections.ICollection collection) { throw null; }
- public static void SetSize(System.Collections.ArrayList arrayList, int newSize) { }
- public static object StackPush(System.Collections.Stack stack, object element) { throw null; }
- public static byte[] ToByteArray(object[] tempObjectArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static byte[] ToByteArray(sbyte[] sbyteArray) { throw null; }
- public static byte[] ToByteArray(string sourceString) { throw null; }
- public static char[] ToCharArray(byte[] byteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static char[] ToCharArray(sbyte[] sByteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] ToSByteArray(byte[] byteArray) { throw null; }
- public static bool VectorRemoveElement(System.Collections.IList arrayList, object element) { throw null; }
- public static void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) { }
- public partial class AbstractSetSupport : SupportClass.SetSupport
- {
- public AbstractSetSupport() { }
- }
- public partial class ArrayListSupport
- {
- public ArrayListSupport() { }
- public static object[] ToArray(System.Collections.ArrayList collection, object[] objects) { throw null; }
- }
- public partial class ArraysSupport
- {
- public ArraysSupport() { }
- public static void FillArray(System.Array array, int fromindex, int toindex, object val) { }
- public static void FillArray(System.Array array, object val) { }
- public static bool IsArrayEqual(System.Array array1, System.Array array2) { throw null; }
- }
- public partial class CollectionSupport : System.Collections.CollectionBase
- {
- public CollectionSupport() { }
- public virtual bool Add(object element) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool Contains(object element) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual bool Remove(object element) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- public static SupportClass.CollectionSupport ToCollectionSupport(object[] array) { throw null; }
- }
- public partial class DateTimeFormatManager
- {
- public static SupportClass.DateTimeFormatManager.DateTimeFormatHashTable manager;
- public DateTimeFormatManager() { }
- public partial class DateTimeFormatHashTable : System.Collections.Hashtable
- {
- public DateTimeFormatHashTable() { }
- public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- }
- }
- public partial class ListCollectionSupport : System.Collections.ArrayList
- {
- public ListCollectionSupport() { }
- public ListCollectionSupport(System.Collections.ICollection collection) { }
- public ListCollectionSupport(int capacity) { }
- public virtual new bool Add(object valueToInsert) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.IList collection) { throw null; }
- public virtual bool AddAll(int index, SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(int index, System.Collections.IList list) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Get(int index) { throw null; }
- public virtual object GetLast() { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual object ListCollectionClone() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator(int index) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual object RemoveElement(int index) { throw null; }
- public virtual bool RemoveElement(object element) { throw null; }
- public virtual object RemoveFirst() { throw null; }
- public virtual object RemoveLast() { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Set(int index, object element) { throw null; }
- public virtual SupportClass.ListCollectionSupport SubList(int startIndex, int endIndex) { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial class MessageDigestSupport
- {
- public MessageDigestSupport(string algorithm) { }
- public System.Security.Cryptography.HashAlgorithm Algorithm { get { throw null; } set { } }
- public string AlgorithmName { get { throw null; } }
- public byte[] Data { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData(byte[] newData) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest) { throw null; }
- public static SupportClass.MessageDigestSupport GetInstance(string algorithm) { throw null; }
- public void Reset() { }
- public override string ToString() { throw null; }
- public void Update(byte newData) { }
- public void Update(byte[] newData) { }
- public void Update(byte[] newData, int offset, int count) { }
- }
- public partial class SecureRandomSupport
- {
- public SecureRandomSupport() { }
- public SecureRandomSupport(byte[] seed) { }
- public static byte[] GetSeed(int numberOfBytes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] NextBytes(byte[] randomnumbersarray) { throw null; }
- public void SetSeed(byte[] newSeed) { }
- public void SetSeed(long newSeed) { }
- }
- public partial class SetSupport : System.Collections.ArrayList
- {
- public SetSupport() { }
- public SetSupport(System.Collections.ICollection collection) { }
- public SetSupport(int capacity) { }
- public virtual new bool Add(object objectToAdd) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual new bool Remove(object elementToRemove) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual new object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial interface SingleThreadModel
- {
- }
- public partial class ThreadClass : IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static SupportClass.ThreadClass Current() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public void Resume() { }
- public virtual void Run() { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public partial class Tokenizer
- {
- public Tokenizer(string source) { }
- public Tokenizer(string source, string delimiters) { }
- public Tokenizer(string source, string delimiters, bool retDel) { }
- public int Count { get { throw null; } }
- public bool HasMoreTokens() { throw null; }
- public string NextToken() { throw null; }
- public string NextToken(string delimiters) { throw null; }
- }
-}
-namespace Novell.Directory.Ldap
-{
- public enum AuthenticationTypes
- {
- Anonymous = 16,
- Delegation = 256,
- Encryption = 2,
- FastBind = 32,
- None = 0,
- ReadonlyServer = 4,
- Sealing = 128,
- Secure = 1,
- SecureSocketsLayer = 2,
- ServerBind = 512,
- Signing = 64,
- }
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public partial class InterThreadException : Novell.Directory.Ldap.LdapException
- {
- internal InterThreadException() { }
- }
- public partial class LdapAbandonRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial class LdapAddRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttribute : System.ICloneable, System.IComparable
- {
- public LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr) { }
- public LdapAttribute(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public LdapAttribute(string attrName, sbyte[] attrBytes) { }
- public LdapAttribute(string attrName, string attrString) { }
- public LdapAttribute(string attrName, string[] attrStrings) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] ByteValue { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[][] ByteValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator ByteValues { get { throw null; } }
- public virtual string LangSubtype { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual string StringValue { get { throw null; } }
- public virtual string[] StringValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator StringValues { get { throw null; } }
- protected internal virtual string Value { set { } }
- public virtual void addBase64Value(char[] attrChars) { }
- public virtual void addBase64Value(string attrString) { }
- public virtual void addBase64Value(System.Text.StringBuilder attrString, int start, int end) { }
- public virtual void addURLValue(string url) { }
- public virtual void addURLValue(System.Uri url) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addValue(sbyte[] attrBytes) { }
- public virtual void addValue(string attrString) { }
- public object Clone() { throw null; }
- public virtual int CompareTo(object attribute) { throw null; }
- public virtual string getBaseName() { throw null; }
- public static string getBaseName(string attrName) { throw null; }
- public virtual string[] getSubtypes() { throw null; }
- public static string[] getSubtypes(string attrName) { throw null; }
- public virtual bool hasSubtype(string subtype) { throw null; }
- public virtual bool hasSubtypes(string[] subtypes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual void removeValue(sbyte[] attrBytes) { }
- public virtual void removeValue(string attrString) { }
- public virtual int size() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int DIRECTORY_OPERATION = 1;
- public const int DISTRIBUTED_OPERATION = 2;
- public const int DSA_OPERATION = 3;
- public const int USER_APPLICATIONS = 0;
- public LdapAttributeSchema(string raw) : base (default(string)) { }
- public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage) : base (default(string)) { }
- public virtual bool Collective { get { throw null; } }
- public virtual string EqualityMatchingRule { get { throw null; } }
- public virtual string OrderingMatchingRule { get { throw null; } }
- public virtual bool SingleValued { get { throw null; } }
- public virtual string SubstringMatchingRule { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserModifiable { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapAttributeSet : SupportClass.AbstractSetSupport, System.ICloneable
- {
- public LdapAttributeSet() { }
- public override int Count { get { throw null; } }
- public override bool Add(object attr) { throw null; }
- public override bool AddAll(System.Collections.ICollection c) { throw null; }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override bool Contains(object attr) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName, string lang) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getSubset(string subtype) { throw null; }
- public override bool IsEmpty() { throw null; }
- public override bool Remove(object object_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapAuthHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapAuthProvider getAuthProvider(string host, int port);
- }
- public partial class LdapAuthProvider
- {
- [System.CLSCompliantAttribute(false)]
- public LdapAuthProvider(string dn, sbyte[] password) { }
- public virtual string DN { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Password { get { throw null; } }
- }
- public partial interface LdapBindHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapConnection Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn);
- }
- public partial class LdapBindRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string AuthenticationDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapCompareAttrNames : System.Collections.IComparer
- {
- public LdapCompareAttrNames(string attrName) { }
- public LdapCompareAttrNames(string attrName, bool ascendingFlag) { }
- public LdapCompareAttrNames(string[] attrNames) { }
- public LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags) { }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual int Compare(object object1, object object2) { throw null; }
- public override bool Equals(object comparator) { throw null; }
- }
- public partial class LdapCompareRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- public virtual string DN { get { throw null; } }
- }
- public partial class LdapConnection : System.ICloneable
- {
- public const string ALL_USER_ATTRS = "*";
- public const int DEFAULT_PORT = 389;
- public const int DEFAULT_SSL_PORT = 636;
- public const string Ldap_PROPERTY_PROTOCOL = "version.protocol";
- public const string Ldap_PROPERTY_SDK = "version.sdk";
- public const string Ldap_PROPERTY_SECURITY = "version.security";
- public const int Ldap_V3 = 3;
- public const string NO_ATTRS = "1.1";
- public const int SCOPE_BASE = 0;
- public const int SCOPE_ONE = 1;
- public const int SCOPE_SUB = 2;
- public const string SERVER_SHUTDOWN_OID = "1.3.6.1.4.1.1466.20036";
- public LdapConnection() { }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual bool Bound { get { throw null; } }
- public virtual bool Connected { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapConstraints Constraints { get { throw null; } set { } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual object SaslBindCallbackHandler { get { throw null; } }
- public virtual System.Collections.IDictionary SaslBindProperties { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapSearchConstraints SearchConstraints { get { throw null; } }
- public bool SecureSocketLayer { get { throw null; } set { } }
- public virtual bool TLS { get { throw null; } }
- public event Novell.Directory.Ldap.CertificateValidationCallback UserDefinedServerCertValidationDelegate { add { } remove { } }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(int id) { }
- public virtual void Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech) { throw null; }
- public virtual void Bind(int version, string dn, string passwd) { }
- public virtual void Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Bind(string dn, string passwd) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public object Clone() { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr) { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Connect(string host, int port) { }
- public virtual void Delete(string dn) { }
- public virtual void Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Disconnect() { }
- public virtual void Disconnect(Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op) { throw null; }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSchema FetchSchema(string schemaDN) { throw null; }
- ~LdapConnection() { }
- public virtual object getProperty(string name) { throw null; }
- public virtual string GetSchemaDN() { throw null; }
- public virtual string GetSchemaDN(string dn) { throw null; }
- protected internal virtual Novell.Directory.Ldap.LdapMessage MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual void RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void startTLS() { }
- public virtual void stopTLS() { }
- }
- public partial class LdapConstraints : System.ICloneable
- {
- public LdapConstraints() { }
- public LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int HopLimit { get { throw null; } set { } }
- public virtual bool ReferralFollowing { get { throw null; } set { } }
- public virtual int TimeLimit { get { throw null; } set { } }
- public object Clone() { throw null; }
- public virtual Novell.Directory.Ldap.LdapControl[] getControls() { throw null; }
- public virtual object getProperty(string name) { throw null; }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl control) { }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl[] controls) { }
- public virtual void setProperty(string name, object value_Renamed) { }
- public virtual void setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler) { }
- }
- public partial class LdapControl : System.ICloneable
- {
- protected internal LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- [System.CLSCompliantAttribute(false)]
- public LdapControl(string oid, bool critical, sbyte[] values) { }
- public virtual bool Critical { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public object Clone() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type controlClass) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] controlValue) { }
- }
- public partial class LdapDeleteRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapDITContentRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITContentRuleSchema(string raw) : base (default(string)) { }
- public LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded) : base (default(string)) { }
- public virtual string[] AuxiliaryClasses { get { throw null; } }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] PrecludedAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDITStructureRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITStructureRuleSchema(string raw) : base (default(string)) { }
- public LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs) : base (default(string)) { }
- public virtual string NameForm { get { throw null; } }
- public virtual int RuleID { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDN
- {
- public LdapDN() { }
- [System.CLSCompliantAttribute(false)]
- public static bool equals(string dn1, string dn2) { throw null; }
- public static string escapeRDN(string rdn) { throw null; }
- public static string[] explodeDN(string dn, bool noTypes) { throw null; }
- public static string[] explodeRDN(string rdn, bool noTypes) { throw null; }
- public static bool isValid(string dn) { throw null; }
- public static string normalize(string dn) { throw null; }
- public static string unescapeRDN(string rdn) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct LdapDSConstants
- {
- public static readonly int LDAP_DS_40X_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_ALIAS_ENTRY;
- public static readonly long LDAP_DS_ATTR_COMPARE;
- public static readonly long LDAP_DS_ATTR_INHERIT_CTL;
- public static readonly long LDAP_DS_ATTR_READ;
- public static readonly long LDAP_DS_ATTR_SELF;
- public static readonly long LDAP_DS_ATTR_SUPERVISOR;
- public static readonly long LDAP_DS_ATTR_WRITE;
- public static readonly int LDAP_DS_AUDITED;
- public static readonly int LDAP_DS_BACKLINKED;
- public static readonly int LDAP_DS_CONTAINER_ALIAS;
- public static readonly int LDAP_DS_CONTAINER_ENTRY;
- public static readonly long LDAP_DS_DYNAMIC_ACL;
- public static readonly long LDAP_DS_ENTRY_ADD;
- public static readonly long LDAP_DS_ENTRY_BROWSE;
- public static readonly int LDAP_DS_ENTRY_DAMAGED;
- public static readonly long LDAP_DS_ENTRY_DELETE;
- public static readonly long LDAP_DS_ENTRY_INHERIT_CTL;
- public static readonly int LDAP_DS_ENTRY_NOT_PRESENT;
- public static readonly long LDAP_DS_ENTRY_RENAME;
- public static readonly long LDAP_DS_ENTRY_SUPERVISOR;
- public static readonly int LDAP_DS_ENTRY_VERIFY_CTS;
- public static readonly int LDAP_DS_MATCHES_LIST_FILTER;
- public static readonly int LDAP_DS_NEW_ENTRY;
- public static readonly int LDAP_DS_PARTITION_ROOT;
- public static readonly int LDAP_DS_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_TEMPORARY_REFERENCE;
- }
- public partial class LdapEntry : System.IComparable
- {
- protected internal Novell.Directory.Ldap.LdapAttributeSet attrs;
- protected internal string dn;
- public LdapEntry() { }
- public LdapEntry(string dn) { }
- public LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs) { }
- [System.CLSCompliantAttribute(false)]
- public virtual string DN { get { throw null; } }
- public virtual int CompareTo(object entry) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet(string subtype) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapException : System.Exception
- {
- public const int ADMIN_LIMIT_EXCEEDED = 11;
- public const int AFFECTS_MULTIPLE_DSAS = 71;
- public const int ALIAS_DEREFERENCING_PROBLEM = 36;
- public const int ALIAS_PROBLEM = 33;
- public const int AMBIGUOUS_RESPONSE = 101;
- public const int ATTRIBUTE_OR_VALUE_EXISTS = 20;
- public const int AUTH_METHOD_NOT_SUPPORTED = 7;
- public const int AUTH_UNKNOWN = 86;
- public const int BUSY = 51;
- public const int CLIENT_LOOP = 96;
- public const int COMPARE_FALSE = 5;
- public const int COMPARE_TRUE = 6;
- public const int CONFIDENTIALITY_REQUIRED = 13;
- public const int CONNECT_ERROR = 91;
- public const int CONSTRAINT_VIOLATION = 19;
- public const int CONTROL_NOT_FOUND = 93;
- public const int DECODING_ERROR = 84;
- public const int ENCODING_ERROR = 83;
- public const int ENTRY_ALREADY_EXISTS = 68;
- public const int FILTER_ERROR = 87;
- public const int INAPPROPRIATE_AUTHENTICATION = 48;
- public const int INAPPROPRIATE_MATCHING = 18;
- public const int INSUFFICIENT_ACCESS_RIGHTS = 50;
- public const int INVALID_ATTRIBUTE_SYNTAX = 21;
- public const int INVALID_CREDENTIALS = 49;
- public const int INVALID_DN_SYNTAX = 34;
- public const int INVALID_RESPONSE = 100;
- public const int IS_LEAF = 35;
- public const int Ldap_NOT_SUPPORTED = 92;
- public const int Ldap_PARTIAL_RESULTS = 9;
- public const int Ldap_TIMEOUT = 85;
- public const int LOCAL_ERROR = 82;
- public const int LOOP_DETECT = 54;
- public const int MORE_RESULTS_TO_RETURN = 95;
- public const int NAMING_VIOLATION = 64;
- public const int NOT_ALLOWED_ON_NONLEAF = 66;
- public const int NOT_ALLOWED_ON_RDN = 67;
- public const int NO_MEMORY = 90;
- public const int NO_RESULTS_RETURNED = 94;
- public const int NO_SUCH_ATTRIBUTE = 16;
- public const int NO_SUCH_OBJECT = 32;
- public const int OBJECT_CLASS_MODS_PROHIBITED = 69;
- public const int OBJECT_CLASS_VIOLATION = 65;
- public const int OPERATIONS_ERROR = 1;
- public const int OTHER = 80;
- public const int PROTOCOL_ERROR = 2;
- public const int REFERRAL = 10;
- public const int REFERRAL_LIMIT_EXCEEDED = 97;
- public const int SASL_BIND_IN_PROGRESS = 14;
- public const int SERVER_DOWN = 81;
- public const int SIZE_LIMIT_EXCEEDED = 4;
- public const int SSL_HANDSHAKE_FAILED = 113;
- public const int SSL_PROVIDER_NOT_FOUND = 114;
- public const int STRONG_AUTH_REQUIRED = 8;
- public const int SUCCESS = 0;
- public const int TIME_LIMIT_EXCEEDED = 3;
- public const int TLS_NOT_SUPPORTED = 112;
- public const int UNAVAILABLE = 52;
- public const int UNAVAILABLE_CRITICAL_EXTENSION = 12;
- public const int UNDEFINED_ATTRIBUTE_TYPE = 17;
- public const int UNWILLING_TO_PERFORM = 53;
- public const int USER_CANCELLED = 88;
- public LdapException() { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN) { }
- public virtual System.Exception Cause { get { throw null; } }
- public virtual string LdapErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override string Message { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public virtual string resultCodeToString() { throw null; }
- public virtual string resultCodeToString(System.Globalization.CultureInfo locale) { throw null; }
- public static string resultCodeToString(int code) { throw null; }
- public static string resultCodeToString(int code, System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapExtendedOperation : System.ICloneable
- {
- [System.CLSCompliantAttribute(false)]
- public LdapExtendedOperation(string oid, sbyte[] vals) { }
- public object Clone() { throw null; }
- public virtual string getID() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- protected internal virtual void setID(string newoid) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] newVals) { }
- }
- public partial class LdapExtendedRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapExtendedRequest(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapExtendedOperation ExtendedOperation { get { throw null; } }
- }
- public partial class LdapExtendedResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public virtual string ID { get { throw null; } }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet RegisteredResponses { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Value { get { throw null; } }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapIntermediateResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public string getID() { throw null; }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet getRegisteredResponses() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapLocalException : Novell.Directory.Ldap.LdapException
- {
- public LdapLocalException() { }
- public LdapLocalException(string messageOrKey, int resultCode) { }
- public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exception rootException) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapMatchingRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleSchema(string rawMatchingRule, string rawMatchingRuleUse) : base (default(string)) { }
- public LdapMatchingRuleSchema(string[] names, string oid, string description, string[] attributes, bool obsolete, string syntaxString) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMatchingRuleUseSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleUseSchema(string raw) : base (default(string)) { }
- public LdapMatchingRuleUseSchema(string[] names, string oid, string description, bool obsolete, string[] attributes) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMessage
- {
- public const int ABANDON_REQUEST = 16;
- public const int ADD_REQUEST = 8;
- public const int ADD_RESPONSE = 9;
- public const int BIND_REQUEST = 0;
- public const int BIND_RESPONSE = 1;
- public const int COMPARE_REQUEST = 14;
- public const int COMPARE_RESPONSE = 15;
- public const int DEL_REQUEST = 10;
- public const int DEL_RESPONSE = 11;
- public const int EXTENDED_REQUEST = 23;
- public const int EXTENDED_RESPONSE = 24;
- public const int INTERMEDIATE_RESPONSE = 25;
- protected internal Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message;
- public const int MODIFY_RDN_REQUEST = 12;
- public const int MODIFY_RDN_RESPONSE = 13;
- public const int MODIFY_REQUEST = 6;
- public const int MODIFY_RESPONSE = 7;
- public const int SEARCH_REQUEST = 3;
- public const int SEARCH_RESPONSE = 4;
- public const int SEARCH_RESULT = 5;
- public const int SEARCH_RESULT_REFERENCE = 19;
- public const int UNBIND_REQUEST = 2;
- protected internal LdapMessage(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) { }
- public virtual Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual bool Request { get { throw null; } }
- public virtual string Tag { get { throw null; } set { } }
- public virtual int Type { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapMessageQueue
- {
- internal LdapMessageQueue() { }
- public virtual int[] MessageIDs { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse() { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse(int msgid) { throw null; }
- public virtual bool isComplete(int msgid) { throw null; }
- public virtual bool isResponseReceived() { throw null; }
- public virtual bool isResponseReceived(int msgid) { throw null; }
- }
- public partial class LdapModification
- {
- public const int ADD = 0;
- public const int DELETE = 1;
- public const int REPLACE = 2;
- public LdapModification(int op, Novell.Directory.Ldap.LdapAttribute attr) { }
- public virtual Novell.Directory.Ldap.LdapAttribute Attribute { get { throw null; } }
- public virtual int Op { get { throw null; } }
- }
- public partial class LdapModifyDNRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyDNRequest(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual bool DeleteOldRDN { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual string NewRDN { get { throw null; } }
- public virtual string ParentDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapModifyRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyRequest(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapModification[] Modifications { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapNameFormSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapNameFormSchema(string raw) : base (default(string)) { }
- public LdapNameFormSchema(string[] names, string oid, string description, bool obsolete, string objectClass, string[] required, string[] optional) : base (default(string)) { }
- public virtual string ObjectClass { get { throw null; } }
- public virtual string[] OptionalNamingAttributes { get { throw null; } }
- public virtual string[] RequiredNamingAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapObjectClassSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int ABSTRACT = 0;
- public const int AUXILIARY = 2;
- public const int STRUCTURAL = 1;
- public LdapObjectClassSchema(string raw) : base (default(string)) { }
- public LdapObjectClassSchema(string[] names, string oid, string[] superiors, string description, string[] required, string[] optional, int type, bool obsolete) : base (default(string)) { }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual int Type { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapReferralException : Novell.Directory.Ldap.LdapException
- {
- public LdapReferralException() { }
- public LdapReferralException(string message) { }
- public LdapReferralException(string message, System.Exception rootException) { }
- public LdapReferralException(string message, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, int resultCode, string serverMessage, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments) { }
- public LdapReferralException(string message, object[] arguments, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage, System.Exception rootException) { }
- public virtual string FailedReferral { get { throw null; } set { } }
- public virtual string[] getReferrals() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapReferralHandler
- {
- }
- public partial class LdapResponse : Novell.Directory.Ldap.LdapMessage
- {
- public LdapResponse(Novell.Directory.Ldap.InterThreadException ex, Novell.Directory.Ldap.Utilclass.ReferralInfo activeReferral) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type, int resultCode, string matchedDN, string serverMessage, string[] referrals, Novell.Directory.Ldap.LdapControl[] controls) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public override Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual string ErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override int MessageID { get { throw null; } }
- public virtual string[] Referrals { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public override int Type { get { throw null; } }
- }
- public partial class LdapResponseQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapResponseQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSchema : Novell.Directory.Ldap.LdapEntry
- {
- public LdapSchema(Novell.Directory.Ldap.LdapEntry ent) { }
- public virtual System.Collections.IEnumerator AttributeNames { get { throw null; } }
- public virtual System.Collections.IEnumerator AttributeSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormNames { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassNames { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator SyntaxSchemas { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITContentRuleSchema getDITContentRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(int ID) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleSchema getMatchingRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleUseSchema getMatchingRuleUseSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapNameFormSchema getNameFormSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapObjectClassSchema getObjectClassSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSyntaxSchema getSyntaxSchema(string oid) { throw null; }
- }
- public abstract partial class LdapSchemaElement : Novell.Directory.Ldap.LdapAttribute
- {
- [System.CLSCompliantAttribute(false)]
- protected internal string description;
- protected internal System.Collections.Hashtable hashQualifier;
- [System.CLSCompliantAttribute(false)]
- protected internal string[] names;
- [System.CLSCompliantAttribute(false)]
- protected internal bool obsolete;
- protected internal string oid;
- protected internal string[] qualifier;
- protected internal LdapSchemaElement(string attrName) : base (default(Novell.Directory.Ldap.LdapAttribute)) { }
- public virtual string Description { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual System.Collections.IEnumerator QualifierNames { get { throw null; } }
- public virtual void addValue(byte[] value_Renamed) { }
- public override void addValue(string value_Renamed) { }
- protected internal abstract string formatString();
- public virtual string[] getQualifier(string name) { throw null; }
- public virtual void removeValue(byte[] value_Renamed) { }
- public override void removeValue(string value_Renamed) { }
- public virtual void setQualifier(string name, string[] values) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchConstraints : Novell.Directory.Ldap.LdapConstraints
- {
- public const int DEREF_ALWAYS = 3;
- public const int DEREF_FINDING = 2;
- public const int DEREF_NEVER = 0;
- public const int DEREF_SEARCHING = 1;
- public LdapSearchConstraints() { }
- public LdapSearchConstraints(Novell.Directory.Ldap.LdapConstraints cons) { }
- public LdapSearchConstraints(int msLimit, int serverTimeLimit, int dereference, int maxResults, bool doReferrals, int batchSize, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int BatchSize { get { throw null; } set { } }
- public virtual int Dereference { get { throw null; } set { } }
- public virtual int MaxResults { get { throw null; } set { } }
- public virtual int ServerTimeLimit { get { throw null; } set { } }
- }
- public partial class LdapSearchQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapSearchQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSearchRequest : Novell.Directory.Ldap.LdapMessage
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public LdapSearchRequest(string base_Renamed, int scope, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapSearchRequest(string base_Renamed, int scope, string filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual int Dereference { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual int MaxResults { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual System.Collections.IEnumerator SearchFilter { get { throw null; } }
- public virtual int ServerTimeLimit { get { throw null; } }
- public virtual string StringFilter { get { throw null; } }
- public virtual bool TypesOnly { get { throw null; } }
- }
- public partial class LdapSearchResult : Novell.Directory.Ldap.LdapMessage
- {
- public LdapSearchResult(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchResultReference : Novell.Directory.Ldap.LdapMessage
- {
- internal LdapSearchResultReference() : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Referrals { get { throw null; } }
- }
- public partial class LdapSearchResults
- {
- internal LdapSearchResults() { }
- public virtual int Count { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual bool hasMore() { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry next() { throw null; }
- }
- public partial class LdapSyntaxSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapSyntaxSchema(string raw) : base (default(string)) { }
- public LdapSyntaxSchema(string oid, string description) : base (default(string)) { }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapUnbindRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapUnbindRequest(Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial interface LdapUnsolicitedNotificationListener
- {
- void messageReceived(Novell.Directory.Ldap.LdapExtendedResponse msg);
- }
- public partial class LdapUrl : System.ICloneable
- {
- public LdapUrl(string url) { }
- public LdapUrl(string host, int port, string dn) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions, bool secure) { }
- public virtual string[] AttributeArray { get { throw null; } }
- public virtual System.Collections.IEnumerator Attributes { get { throw null; } }
- public virtual string[] Extensions { get { throw null; } }
- public virtual string Filter { get { throw null; } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual bool Secure { get { throw null; } }
- public object Clone() { throw null; }
- public static string decode(string URLEncoded) { throw null; }
- public static string encode(string toEncode) { throw null; }
- public virtual string getDN() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Asn1
-{
- public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 1;
- [System.CLSCompliantAttribute(false)]
- public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public bool booleanValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Choice : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Choice() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Choice(Novell.Directory.Ldap.Asn1.Asn1Object content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual Novell.Directory.Ldap.Asn1.Asn1Object ChoiceValue { set { } }
- public Novell.Directory.Ldap.Asn1.Asn1Object choiceValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public override void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public partial interface Asn1Decoder : System.Runtime.Serialization.ISerializable
- {
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] length);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed);
- object decodeBoolean(System.IO.Stream in_Renamed, int len);
- object decodeCharacterString(System.IO.Stream in_Renamed, int len);
- object decodeNumeric(System.IO.Stream in_Renamed, int len);
- object decodeOctetString(System.IO.Stream in_Renamed, int len);
- }
- public partial interface Asn1Encoder : System.Runtime.Serialization.ISerializable
- {
- void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed);
- }
- public partial class Asn1Enumerated : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 10;
- [System.CLSCompliantAttribute(false)]
- public Asn1Enumerated(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Enumerated(int content) { }
- public Asn1Enumerated(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Identifier : System.ICloneable
- {
- public const int APPLICATION = 1;
- public const int CONTEXT = 2;
- public const int PRIVATE = 3;
- public const int UNIVERSAL = 0;
- public Asn1Identifier() { }
- public Asn1Identifier(int tagClass, bool constructed, int tag) { }
- public Asn1Identifier(System.IO.Stream in_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Application { get { throw null; } }
- public virtual int Asn1Class { get { throw null; } }
- public virtual bool Constructed { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Context { get { throw null; } }
- public virtual int EncodedLength { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Private { get { throw null; } }
- public virtual int Tag { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Universal { get { throw null; } }
- public object Clone() { throw null; }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Integer : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 2;
- [System.CLSCompliantAttribute(false)]
- public Asn1Integer(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Integer(int content) { }
- public Asn1Integer(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Length
- {
- public Asn1Length() { }
- public Asn1Length(int length) { }
- public Asn1Length(System.IO.Stream in_Renamed) { }
- public virtual int EncodedLength { get { throw null; } }
- public virtual int Length { get { throw null; } }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Null : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 5;
- public Asn1Null() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Numeric : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- internal Asn1Numeric() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public int intValue() { throw null; }
- public long longValue() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Asn1Object : System.Runtime.Serialization.ISerializable
- {
- public Asn1Object(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public abstract void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed);
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getEncoding(Novell.Directory.Ldap.Asn1.Asn1Encoder enc) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public virtual void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1OctetString : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 4;
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(sbyte[] content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1OctetString(string content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Sequence : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public const int TAG = 16;
- public Asn1Sequence() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SequenceOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 16;
- public Asn1SequenceOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Sequence sequence) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1Set : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1Set() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Set(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Set(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SetOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1SetOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(Novell.Directory.Ldap.Asn1.Asn1Set set_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Structured : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public void add(Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- protected internal void decodeStructured(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object get_Renamed(int index) { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- public int size() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Object[] toArray() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(string type) { throw null; }
- }
- public partial class Asn1Tagged : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- [System.CLSCompliantAttribute(false)]
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len, Novell.Directory.Ldap.Asn1.Asn1Identifier identifier) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed, bool explicit_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public virtual bool Explicit { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object TaggedValue { set { } }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object taggedValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LBERDecoder : Novell.Directory.Ldap.Asn1.Asn1Decoder, System.Runtime.Serialization.ISerializable
- {
- public LBERDecoder() { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] len) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed) { throw null; }
- public object decodeBoolean(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeCharacterString(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeNumeric(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeOctetString(System.IO.Stream in_Renamed, int len) { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class LBEREncoder : Novell.Directory.Ldap.Asn1.Asn1Encoder, System.Runtime.Serialization.ISerializable
- {
- public LBEREncoder() { }
- public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed) { }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
-namespace Novell.Directory.Ldap.Controls
-{
- public partial class LdapEntryChangeControl : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapEntryChangeControl(string oid, bool critical, sbyte[] value_Renamed) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ChangeNumber { get { throw null; } }
- public virtual int ChangeType { get { throw null; } }
- public virtual bool HasChangeNumber { get { throw null; } }
- public virtual string PreviousDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapPersistSearchControl : Novell.Directory.Ldap.LdapControl
- {
- public const int ADD = 1;
- public static readonly int ANY;
- public const int DELETE = 2;
- public const int MODDN = 8;
- public const int MODIFY = 4;
- public LdapPersistSearchControl() : base (default(string), default(bool), default(sbyte[])) { }
- public LdapPersistSearchControl(int changeTypes, bool changesOnly, bool returnControls, bool isCritical) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual bool ChangesOnly { get { throw null; } set { } }
- public virtual int ChangeTypes { get { throw null; } set { } }
- public virtual bool ReturnControls { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSortControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey key, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey[] keys, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- }
- public partial class LdapSortKey
- {
- public LdapSortKey(string keyDescription) { }
- public LdapSortKey(string key, bool reverse) { }
- public LdapSortKey(string key, bool reverse, string matchRule) { }
- public virtual string Key { get { throw null; } }
- public virtual string MatchRule { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- }
- public partial class LdapSortResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapSortResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual string FailedAttribute { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
- public partial class LdapVirtualListControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int AfterCount { get { throw null; } }
- public virtual int BeforeCount { get { throw null; } }
- public virtual string Context { get { throw null; } set { } }
- public virtual int ListSize { get { throw null; } set { } }
- public virtual void setRange(int listIndex, int beforeCount, int afterCount) { }
- public virtual void setRange(string jumpTo, int beforeCount, int afterCount) { }
- }
- public partial class LdapVirtualListResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapVirtualListResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ContentCount { get { throw null; } }
- public virtual string Context { get { throw null; } }
- public virtual int FirstPosition { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events
-{
- public partial class BaseEventArgs : System.EventArgs
- {
- protected Novell.Directory.Ldap.LdapMessage ldap_message;
- public BaseEventArgs(Novell.Directory.Ldap.LdapMessage message) { }
- public Novell.Directory.Ldap.LdapMessage ContianedEventInformation { get { throw null; } }
- }
- public partial class DirectoryEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.Events.EventClassifiers eClassification;
- public DirectoryEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.Events.EventClassifiers EventClassification { get { throw null; } set { } }
- }
- public partial class DirectoryExceptionEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.LdapException ldap_exception_object;
- public DirectoryExceptionEventArgs(Novell.Directory.Ldap.LdapMessage message, Novell.Directory.Ldap.LdapException ldapException) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.LdapException LdapExceptionObject { get { throw null; } }
- }
- public enum EventClassifiers
- {
- CLASSIFICATION_EDIR_EVENT = 1,
- CLASSIFICATION_LDAP_PSEARCH = 0,
- CLASSIFICATION_UNKNOWN = -1,
- }
- public partial class LdapEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- protected Novell.Directory.Ldap.Events.LdapEventType eType;
- public LdapEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.LdapEventType EventType { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapEventSource
- {
- protected const int DEFAULT_SLEEP_TIME = 1000;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler directory_event;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler directory_exception_event;
- protected internal const int EVENT_TYPE_UNKNOWN = -1;
- protected Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator m_objEventsGenerator;
- protected int sleep_interval;
- protected LdapEventSource() { }
- public int SleepInterval { get { throw null; } set { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler DirectoryEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler DirectoryExceptionEvent { add { } remove { } }
- protected Novell.Directory.Ldap.Events.LdapEventSource.LISTENERS_COUNT GetCurrentListenersState() { throw null; }
- protected abstract int GetListeners();
- protected void ListenerAdded() { }
- protected void ListenerRemoved() { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs) { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) { }
- protected abstract bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType);
- protected void NotifyExceptionListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.LdapException ldapException) { }
- protected void NotifyListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { }
- protected void StartEventPolling(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- protected abstract void StartSearchAndPolling();
- protected void StopEventPolling() { }
- protected abstract void StopSearchAndPolling();
- public delegate void DirectoryEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs);
- public delegate void DirectoryExceptionEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryExceptionEventArgs objDirectoryExceptionEventArgs);
- protected partial class EventsGenerator
- {
- public EventsGenerator(Novell.Directory.Ldap.Events.LdapEventSource objEventSource, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- public int SleepTime { get { throw null; } set { } }
- protected void processmessage(Novell.Directory.Ldap.LdapMessage response) { }
- protected void Run() { }
- public void StartEventPolling() { }
- public void StopEventPolling() { }
- }
- protected enum LISTENERS_COUNT
- {
- MORE_THAN_ONE = 2,
- ONE = 1,
- ZERO = 0,
- }
- }
- public enum LdapEventType
- {
- LDAP_PSEARCH_ADD = 1,
- LDAP_PSEARCH_ANY = 15,
- LDAP_PSEARCH_DELETE = 2,
- LDAP_PSEARCH_MODDN = 8,
- LDAP_PSEARCH_MODIFY = 4,
- TYPE_UNKNOWN = -1,
- }
- public partial class PSearchEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected string[] mAttrs;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.Events.LdapEventType mEventChangeType;
- protected string mFilter;
- protected Novell.Directory.Ldap.LdapSearchQueue mQueue;
- protected int mScope;
- protected string mSearchBase;
- protected Novell.Directory.Ldap.LdapSearchConstraints mSearchConstraints;
- protected bool mTypesOnly;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler search_referral_event;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler search_result_event;
- public PSearchEventSource(Novell.Directory.Ldap.LdapConnection conn, string searchBase, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints constraints, Novell.Directory.Ldap.Events.LdapEventType eventchangetype, bool changeonly) { }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler SearchReferralEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler SearchResultEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void SearchReferralEventHandler(object source, Novell.Directory.Ldap.Events.SearchReferralEventArgs objArgs);
- public delegate void SearchResultEventHandler(object source, Novell.Directory.Ldap.Events.SearchResultEventArgs objArgs);
- }
- public partial class SearchReferralEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchReferralEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public string[] getUrls() { throw null; }
- }
- public partial class SearchResultEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchResultEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir
-{
- public enum DebugParameterType
- {
- ADDRESS = 5,
- BINARY = 3,
- ENTRYID = 1,
- INTEGER = 4,
- STRING = 2,
- TIMESTAMP = 6,
- TIMEVECTOR = 7,
- }
- public partial class DSETimeStamp
- {
- protected int nEvent;
- protected int nSeconds;
- protected int replica_number;
- public DSETimeStamp(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public int Event { get { throw null; } }
- public int ReplicaNumber { get { throw null; } }
- public int Seconds { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EdirEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- public EdirEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventIntermediateResponse IntermediateResponse { get { throw null; } }
- }
- public enum EdirEventDataType
- {
- EDIR_TAG_BINDERY_EVENT_DATA = 5,
- EDIR_TAG_CHANGE_CONFIG_PARAM = 11,
- EDIR_TAG_CHANGE_SERVER_ADDRESS = 10,
- EDIR_TAG_CONNECTION_STATE = 9,
- EDIR_TAG_DEBUG_EVENT_DATA = 14,
- EDIR_TAG_DSESEV_INFO = 6,
- EDIR_TAG_ENTRY_EVENT_DATA = 1,
- EDIR_TAG_GENERAL_EVENT_DATA = 3,
- EDIR_TAG_MODULE_STATE_DATA = 7,
- EDIR_TAG_NETWORK_ADDRESS = 8,
- EDIR_TAG_NO_DATA = 12,
- EDIR_TAG_SKULK_DATA = 4,
- EDIR_TAG_STATUS_LOG = 13,
- EDIR_TAG_VALUE_EVENT_DATA = 2,
- }
- public partial class EdirEventIntermediateResponse : Novell.Directory.Ldap.LdapIntermediateResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData event_response_data;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventResultType event_result_type;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventType event_type;
- public EdirEventIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public EdirEventIntermediateResponse(byte[] message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData EventResponseDataObject { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- protected void ProcessMessage(sbyte[] returnedValue) { }
- }
- public enum EdirEventResultType
- {
- EVT_STATUS_ALL = 0,
- EVT_STATUS_FAILURE = 2,
- EVT_STATUS_SUCCESS = 1,
- }
- public partial class EdirEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler edir_event;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.LdapResponseQueue mQueue;
- protected Novell.Directory.Ldap.Events.Edir.MonitorEventRequest mRequestOperation;
- public EdirEventSource(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier, Novell.Directory.Ldap.LdapConnection conn) { }
- public event Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler EdirEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void EdirEventHandler(object source, Novell.Directory.Ldap.Events.Edir.EdirEventArgs objEdirEventArgs);
- }
- public partial class EdirEventSpecifier
- {
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType) { }
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType, string filter) { }
- public string EventFilter { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- }
- public enum EdirEventType
- {
- EVT_ABORT_JOIN = 145,
- EVT_ABORT_PARTITION_OP = 109,
- EVT_ADD_ENTRY = 168,
- EVT_ADD_MEMBER = 153,
- EVT_ADD_PROPERTY = 151,
- EVT_ADD_REPLICA = 103,
- EVT_ADD_VALUE = 5,
- EVT_AGENT_CLOSE_LOCAL = 54,
- EVT_AGENT_OPEN_LOCAL = 53,
- EVT_ALLOW_LOGIN = 188,
- EVT_BACKLINK_PROC_DONE = 95,
- EVT_BACKUP_ENTRY = 114,
- EVT_BEGIN_NAMEBASE_TRANSACTION = 213,
- EVT_BKLINK_OPERATOR = 63,
- EVT_BKLINK_SEV = 62,
- EVT_CHANGE_CONN_STATE = 173,
- EVT_CHANGE_MODULE_STATE = 21,
- EVT_CHANGE_OBJ_SECURITY = 156,
- EVT_CHANGE_PROP_SECURITY = 155,
- EVT_CHANGE_REPLICA_TYPE = 107,
- EVT_CHANGE_SECURITY_EQUALS = 164,
- EVT_CHANGE_SERVER_ADDRS = 219,
- EVT_CHANGE_TREE_NAME = 143,
- EVT_CHECK_CONSOLE_OPERATOR = 142,
- EVT_CHECK_SEV = 12,
- EVT_CHGPASS = 101,
- EVT_CLOSE_BINDERY = 172,
- EVT_CLOSE_STREAM = 7,
- EVT_COMPARE_ATTR_VALUE = 123,
- EVT_CONNECT_TO_ADDRESS = 158,
- EVT_CONSOLE_OPERATION = 203,
- EVT_CRC_FAILURE = 167,
- EVT_CREATE_BACKLINK = 141,
- EVT_CREATE_BINDERY_OBJECT = 10,
- EVT_CREATE_ENTRY = 1,
- EVT_CREATE_NAMEBASE = 163,
- EVT_CREATE_SUBREF = 132,
- EVT_DB_ALLOC = 202,
- EVT_DB_AUDIT = 175,
- EVT_DB_AUDIT_NCP = 176,
- EVT_DB_AUDIT_SKULK = 177,
- EVT_DB_AUTHEN = 26,
- EVT_DB_BACKLINK = 27,
- EVT_DB_BACKLINK_DETAIL = 236,
- EVT_DB_BUFFERS = 28,
- EVT_DB_CHANGE_CACHE = 184,
- EVT_DB_CLIENT_BUFFERS = 189,
- EVT_DB_COLL = 29,
- EVT_DB_CONN_TRACE = 210,
- EVT_DB_DIRXML = 214,
- EVT_DB_DIRXML_DRIVERS = 217,
- EVT_DB_DNS = 220,
- EVT_DB_DRL = 198,
- EVT_DB_DRL_DETAIL = 237,
- EVT_DB_DSAGENT = 30,
- EVT_DB_EMU = 31,
- EVT_DB_FRAGGER = 32,
- EVT_DB_HTTPSTK = 231,
- EVT_DB_INIT = 33,
- EVT_DB_INSPECTOR = 34,
- EVT_DB_IN_SYNC_DETAIL = 227,
- EVT_DB_JANITOR = 35,
- EVT_DB_LDAPSTK = 232,
- EVT_DB_LIMBER = 36,
- EVT_DB_LOCKING = 37,
- EVT_DB_LOST_ENTRY = 183,
- EVT_DB_MIN = 39,
- EVT_DB_MISC = 40,
- EVT_DB_MOVE = 38,
- EVT_DB_NCPENG = 166,
- EVT_DB_NDSMON = 218,
- EVT_DB_NICIEXT = 233,
- EVT_DB_NMAS = 235,
- EVT_DB_NPKI_API = 242,
- EVT_DB_OBIT = 207,
- EVT_DB_OBJECT_PRODUCER = 238,
- EVT_DB_PART = 41,
- EVT_DB_PKI = 230,
- EVT_DB_PURGE = 186,
- EVT_DB_RECMAN = 42,
- EVT_DB_REPAIR = 221,
- EVT_DB_REPAIR_DEBUG = 222,
- EVT_DB_RESNAME = 44,
- EVT_DB_SAP = 45,
- EVT_DB_SCHEMA = 46,
- EVT_DB_SCHEMA_DETAIL = 225,
- EVT_DB_SEARCH = 239,
- EVT_DB_SEARCH_DETAIL = 240,
- EVT_DB_SECRET_STORE = 234,
- EVT_DB_SERVER_PACKET = 204,
- EVT_DB_SKULKER = 47,
- EVT_DB_SSL = 229,
- EVT_DB_STREAMS = 48,
- EVT_DB_SYNC_DETAIL = 209,
- EVT_DB_SYNC_IN = 49,
- EVT_DB_THREADS = 50,
- EVT_DB_TIMEVECTOR = 51,
- EVT_DB_VCLIENT = 52,
- EVT_DB_WANMAN = 190,
- EVT_DEFINE_ATTR_DEF = 116,
- EVT_DEFINE_CLASS_DEF = 119,
- EVT_DELETE_ATTRIBUTE = 8,
- EVT_DELETE_BINDERY_OBJECT = 11,
- EVT_DELETE_ENTRY = 2,
- EVT_DELETE_MEMBER = 154,
- EVT_DELETE_PROPERTY = 152,
- EVT_DELETE_SUBTREE = 64,
- EVT_DELETE_UNUSED_EXTREF = 15,
- EVT_DELETE_VALUE = 6,
- EVT_DSA_BAD_VERB = 56,
- EVT_DSA_READ = 99,
- EVT_DSA_REQUEST_END = 58,
- EVT_DSA_REQUEST_START = 57,
- EVT_DS_ERR_VIA_BINDERY = 55,
- EVT_END_NAMEBASE_TRANSACTION = 187,
- EVT_END_UPDATE_REPLICA = 138,
- EVT_END_UPDATE_SCHEMA = 148,
- EVT_ENTRYID_SWAP = 181,
- EVT_INSIDE_NCP_REQUEST = 182,
- EVT_INSPECT_ENTRY = 127,
- EVT_INVALID = 0,
- EVT_ITERATOR = 224,
- EVT_JOIN_DONE = 86,
- EVT_JOIN_PARTITIONS = 106,
- EVT_LIMBER_DONE = 76,
- EVT_LIST_CONT_CLASSES = 126,
- EVT_LIST_PARTITIONS = 133,
- EVT_LIST_SUBORDINATES = 125,
- EVT_LOCAL_REPLICA_CHANGE = 197,
- EVT_LOGIN = 100,
- EVT_LOGOUT = 102,
- EVT_LOST_ENTRY = 70,
- EVT_LOW_LEVEL_JOIN = 162,
- EVT_LOW_LEVEL_JOIN_BEGIN = 226,
- EVT_LOW_LEVEL_SPLIT = 185,
- EVT_LUMBER_DONE = 94,
- EVT_MAX_EVENTS = 243,
- EVT_MERGE_ENTRIES = 130,
- EVT_MERGE_TREE = 131,
- EVT_MODIFY_CLASS_DEF = 120,
- EVT_MODIFY_ENTRY = 169,
- EVT_MODIFY_RDN = 178,
- EVT_MOVE_DEST_ENTRY = 14,
- EVT_MOVE_ENTRY_DEST = 200,
- EVT_MOVE_ENTRY_SOURCE = 199,
- EVT_MOVE_SOURCE_ENTRY = 4,
- EVT_MOVE_SUBTREE = 59,
- EVT_MOVE_TREE = 149,
- EVT_MOVE_TREE_END = 83,
- EVT_MOVE_TREE_START = 82,
- EVT_MUTATE_ENTRY = 129,
- EVT_NAME_COLLISION = 90,
- EVT_NCP_RETRY_EXPENDED = 18,
- EVT_NEW_SCHEMA_EPOCH = 174,
- EVT_NLM_LOADED = 91,
- EVT_NOTIFY_REF_CHANGE = 201,
- EVT_NO_REPLICA_PTR = 60,
- EVT_OPEN_BINDERY = 171,
- EVT_PARTITION_LOCKED = 87,
- EVT_PARTITION_OPERATION_EVENT = 20,
- EVT_PARTITION_STATE_CHG = 160,
- EVT_PARTITION_UNLOCKED = 88,
- EVT_PRE_DELETE_ENTRY = 228,
- EVT_PURGE_END = 73,
- EVT_PURGE_ENTRY_FAIL = 71,
- EVT_PURGE_START = 72,
- EVT_READ_ATTR = 134,
- EVT_READ_REFERENCES = 135,
- EVT_RECV_REPLICA_UPDATES = 110,
- EVT_REFERRAL = 67,
- EVT_RELOAD_DS = 150,
- EVT_REMOTE_SERVER_DOWN = 17,
- EVT_REMOVE_ATTR_DEF = 117,
- EVT_REMOVE_BACKLINK = 161,
- EVT_REMOVE_CLASS_DEF = 118,
- EVT_REMOVE_ENTRY = 108,
- EVT_REMOVE_ENTRY_DIR = 122,
- EVT_REMOVE_REPLICA = 104,
- EVT_RENAME_ENTRY = 3,
- EVT_REPAIR_TIME_STAMPS = 111,
- EVT_REPLICA_IN_TRANSITION = 208,
- EVT_REQ_UPDATE_SERVER_STATUS = 216,
- EVT_RESEND_ENTRY = 128,
- EVT_RESET_DS_COUNTERS = 121,
- EVT_RESTORE_ENTRY = 115,
- EVT_SCHEMA_SYNC = 89,
- EVT_SEARCH = 159,
- EVT_SEND_REPLICA_UPDATES = 112,
- EVT_SERVER_ADDRESS_CHANGE = 98,
- EVT_SERVER_RENAME = 96,
- EVT_SET_BINDERY_CONTEXT = 9,
- EVT_SPLIT_DONE = 77,
- EVT_SPLIT_PARTITION = 105,
- EVT_START_JOIN = 144,
- EVT_START_UPDATE_REPLICA = 137,
- EVT_START_UPDATE_SCHEMA = 147,
- EVT_STATUS_LOG = 241,
- EVT_STREAM = 124,
- EVT_SYNC_IN_END = 61,
- EVT_SYNC_PARTITION = 139,
- EVT_SYNC_PART_END = 81,
- EVT_SYNC_PART_START = 80,
- EVT_SYNC_SCHEMA = 140,
- EVT_SYNC_SVR_OUT_END = 79,
- EVT_SYNC_SVR_OUT_START = 78,
- EVT_SYNTHETIC_TIME = 97,
- EVT_UPDATE_ATTR_DEF = 69,
- EVT_UPDATE_CLASS_DEF = 68,
- EVT_UPDATE_REPLICA = 136,
- EVT_UPDATE_SCHEMA = 146,
- EVT_UPDATE_SEV = 13,
- EVT_VERIFY_PASS = 113,
- EVT_VR_DRIVER_STATE_CHANGE = 215,
- }
- public partial class EventOids
- {
- public const string NLDAP_EVENT_NOTIFICATION = "2.16.840.1.113719.1.27.100.81";
- public const string NLDAP_FILTERED_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.84";
- public const string NLDAP_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.79";
- public const string NLDAP_MONITOR_EVENTS_RESPONSE = "2.16.840.1.113719.1.27.100.80";
- public EventOids() { }
- }
- public enum GeneralEventField
- {
- EVT_TAG_GEN_CURRPROC = 4,
- EVT_TAG_GEN_DSTIME = 1,
- EVT_TAG_GEN_INTEGERS = 6,
- EVT_TAG_GEN_MILLISEC = 2,
- EVT_TAG_GEN_PERP = 5,
- EVT_TAG_GEN_STRINGS = 7,
- EVT_TAG_GEN_VERB = 3,
- }
- public partial class MonitorEventRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MonitorEventRequest(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifiers) : base (default(string), default(sbyte[])) { }
- }
- public partial class MonitorEventResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier_list;
- public MonitorEventResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] SpecifierList { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir.EventData
-{
- public partial class BaseEdirEventData
- {
- protected System.IO.MemoryStream decodedData;
- protected Novell.Directory.Ldap.Asn1.LBERDecoder decoder;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventDataType event_data_type;
- public BaseEdirEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventDataType EventDataType { get { throw null; } }
- protected void DataInitDone() { }
- }
- public partial class BinderyObjectEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nEmuObjFlags;
- protected int nSecurity;
- protected int nType;
- protected string strEntryDN;
- protected string strName;
- public BinderyObjectEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int EmuObjFlags { get { throw null; } }
- public string EntryDN { get { throw null; } }
- public string Name { get { throw null; } }
- public int Security { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChangeAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int address_family;
- protected int nFlags;
- protected int nProto;
- protected string pstk_name;
- protected string source_module;
- protected string strAddress;
- public ChangeAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Address { get { throw null; } }
- public int AddressFamily { get { throw null; } }
- public int Flags { get { throw null; } }
- public int Proto { get { throw null; } }
- public string PstkName { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int new_flags;
- protected int old_flags;
- protected string source_module;
- protected string strConnectionDN;
- public ConnectionStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public int NewFlags { get { throw null; } }
- public int OldFlags { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int ds_time;
- protected int milli_seconds;
- protected int nVerb;
- protected System.Collections.ArrayList parameter_collection;
- protected int parameter_count;
- protected string strFormatString;
- protected string strPerpetratorDN;
- public DebugEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int DSTime { get { throw null; } }
- public string FormatString { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public int ParameterCount { get { throw null; } }
- public System.Collections.ArrayList Parameters { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugParameter
- {
- protected Novell.Directory.Ldap.Events.Edir.DebugParameterType debug_type;
- protected object objData;
- public DebugParameter(Novell.Directory.Ldap.Asn1.Asn1Tagged dseObject) { }
- public object Data { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DebugParameterType DebugType { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EntryEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected int nVerb;
- protected string strClassId;
- protected string strEntry;
- protected string strNewDN;
- protected string strPerpetratorDN;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public EntryEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ClassId { get { throw null; } }
- public string Entry { get { throw null; } }
- public int Flags { get { throw null; } }
- public string NewDN { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class GeneralDSEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int current_process;
- protected int ds_time;
- protected int[] integer_values;
- protected int milli_seconds;
- protected int nVerb;
- protected string[] string_values;
- protected string strPerpetratorDN;
- public GeneralDSEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int CurrentProcess { get { throw null; } }
- public int DSTime { get { throw null; } }
- public int[] IntegerValues { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string[] StringValues { get { throw null; } }
- public int Verb { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected string getTaggedStringValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ModuleStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected string strConnectionDN;
- protected string strDescription;
- protected string strName;
- protected string strSource;
- public ModuleStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public string Description { get { throw null; } }
- public int Flags { get { throw null; } }
- public string Name { get { throw null; } }
- public string Source { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class NetworkAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nType;
- protected string strData;
- public NetworkAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Data { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ReferralAddress
- {
- protected int address_type;
- protected string strAddress;
- public ReferralAddress(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public string Address { get { throw null; } }
- public int AddressType { get { throw null; } }
- }
- public partial class SecurityEquivalenceEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int referral_count;
- protected System.Collections.ArrayList referral_list;
- protected int retry_count;
- protected string strEntryDN;
- protected string strValueDN;
- public SecurityEquivalenceEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string EntryDN { get { throw null; } }
- public int ReferralCount { get { throw null; } }
- public System.Collections.ArrayList ReferralList { get { throw null; } }
- public int RetryCount { get { throw null; } }
- public string ValueDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ValueEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected byte[] binData;
- protected int nVerb;
- protected string strAttribute;
- protected string strClassId;
- protected string strData;
- protected string strEntry;
- protected string strPerpetratorDN;
- protected string strSyntax;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public ValueEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Attribute { get { throw null; } }
- public byte[] BinaryData { get { throw null; } }
- public string ClassId { get { throw null; } }
- public string Data { get { throw null; } }
- public string Entry { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string Syntax { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Extensions
-{
- public partial class AbortPartitionOperationRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AbortPartitionOperationRequest(string partitionDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class AddReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AddReplicaRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class BackupRestoreConstants
- {
- public const string NLDAP_LDAP_BACKUP_REQUEST = "2.16.840.1.113719.1.27.100.96";
- public const string NLDAP_LDAP_BACKUP_RESPONSE = "2.16.840.1.113719.1.27.100.97";
- public const string NLDAP_LDAP_RESTORE_REQUEST = "2.16.840.1.113719.1.27.100.98";
- public const string NLDAP_LDAP_RESTORE_RESPONSE = "2.16.840.1.113719.1.27.100.99";
- public BackupRestoreConstants() { }
- }
- public partial class ChangeReplicaTypeRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ChangeReplicaTypeRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetBindDNRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetBindDNResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string Identity { get { throw null; } }
- }
- public partial class GetEffectivePrivilegesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetEffectivePrivilegesRequest(string dn, string trusteeDN, string attrName) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetEffectivePrivilegesResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetEffectivePrivilegesResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Privileges { get { throw null; } }
- }
- public partial class GetReplicaInfoRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicaInfoRequest(string serverDN, string partitionDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicaInfoResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicaInfoResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int getflags() { throw null; }
- public virtual int getlocalPartitionID() { throw null; }
- public virtual int getmodificationTime() { throw null; }
- public virtual string getpartitionDN() { throw null; }
- public virtual int getpartitionID() { throw null; }
- public virtual int getpurgeTime() { throw null; }
- public virtual int getreplicaState() { throw null; }
- public virtual int getreplicaType() { throw null; }
- }
- public partial class GetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicationFilterRequest(string serverDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicationFilterResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicationFilterResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[][] ReplicationFilter { get { throw null; } }
- }
- public partial class LdapBackupRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapBackupRequest(string objectDN, byte[] passwd, string stateInfo) : base (default(string), default(sbyte[])) { }
- }
- public partial class LdapBackupResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public LdapBackupResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public int getBufferLength() { throw null; }
- public string getChunkSizesString() { throw null; }
- public byte[] getReturnedBuffer() { throw null; }
- public string getStatusInfo() { throw null; }
- }
- public partial class LdapRestoreRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapRestoreRequest(string objectDN, byte[] passwd, int bufferLength, string chunkSizesString, byte[] returnedBuffer) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ListReplicasRequest(string serverName) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public ListReplicasResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] ReplicaList { get { throw null; } }
- }
- public partial class MergePartitionsRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MergePartitionsRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class NamingContextConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public NamingContextConstants() { }
- }
- public partial class PartitionEntryCountRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionEntryCountRequest(string dn) : base (default(string), default(sbyte[])) { }
- }
- public partial class PartitionEntryCountResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public PartitionEntryCountResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Count { get { throw null; } }
- }
- public partial class PartitionSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionSyncRequest(string serverName, string partitionRoot, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReceiveAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ReceiveAllUpdatesRequest(string partitionRoot, string toServerDN, string fromServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class RefreshLdapServerRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RefreshLdapServerRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveReplicaRequest(string dn, string serverDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReplicationConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public ReplicationConstants() { }
- }
- public partial class SchemaSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SchemaSyncRequest(string serverName, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class SendAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SendAllUpdatesRequest(string partitionRoot, string origServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class SetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SetReplicationFilterRequest(string serverDN, string[][] replicationFilter) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitPartitionRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class TriggerBackgroundProcessRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public const int Ldap_BK_PROCESS_BKLINKER = 1;
- public const int Ldap_BK_PROCESS_JANITOR = 2;
- public const int Ldap_BK_PROCESS_LIMBER = 3;
- public const int Ldap_BK_PROCESS_PART_PURGE = 6;
- public const int Ldap_BK_PROCESS_SCHEMA_SYNC = 5;
- public const int Ldap_BK_PROCESS_SKULKER = 4;
- public TriggerBackgroundProcessRequest(int processID) : base (default(string), default(sbyte[])) { }
- }
-}
-namespace Novell.Directory.Ldap.Rfc2251
-{
- public partial class RfcAddRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcAddRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeList attributes) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeList Attributes { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcAddResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcAssertionValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAssertionValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeDescription : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeDescription(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(string)) { }
- public RfcAttributeDescription(string s) : base (default(string)) { }
- }
- public partial class RfcAttributeDescriptionList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeDescriptionList(int size) { }
- public RfcAttributeDescriptionList(string[] attrs) { }
- }
- public partial class RfcAttributeList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeList(int size) { }
- }
- public partial class RfcAttributeTypeAndValues : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeTypeAndValues(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SetOf vals) { }
- }
- public partial class RfcAttributeValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- public RfcAttributeValue(string value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeValueAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeValueAssertion(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription ad, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue av) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- }
- public partial class RfcAuthenticationChoice : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public RfcAuthenticationChoice(Novell.Directory.Ldap.Asn1.Asn1Tagged choice) { }
- [System.CLSCompliantAttribute(false)]
- public RfcAuthenticationChoice(string mechanism, sbyte[] credentials) { }
- }
- public partial class RfcBindRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcBindRequest(Novell.Directory.Ldap.Asn1.Asn1Integer version, Novell.Directory.Ldap.Rfc2251.RfcLdapDN name, Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice auth) { }
- [System.CLSCompliantAttribute(false)]
- public RfcBindRequest(int version, string dn, string mechanism, sbyte[] credentials) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice AuthenticationChoice { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapDN Name { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Integer Version { get { throw null; } set { } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcBindResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- [System.CLSCompliantAttribute(false)]
- public RfcBindResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ServerSaslCreds { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcCompareRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcCompareRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion ava) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion AttributeValueAssertion { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcCompareResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcControl : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Sequence seqObj) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, Novell.Directory.Ldap.Asn1.Asn1OctetString controlValue) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlType { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlValue { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
- }
- public partial class RfcControls : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public const int CONTROLS = 0;
- public RfcControls() { }
- [System.CLSCompliantAttribute(false)]
- public RfcControls(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public void add(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- }
- public partial class RfcDelRequest : Novell.Directory.Ldap.Rfc2251.RfcLdapDN, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelRequest(sbyte[] dn) : base (default(string)) { }
- public RfcDelRequest(string dn) : base (default(string)) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcDelResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcExtendedRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public const int REQUEST_NAME = 0;
- public const int REQUEST_VALUE = 1;
- public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName, Novell.Directory.Ldap.Asn1.Asn1OctetString requestValue) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcExtendedResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int RESPONSE = 11;
- public const int RESPONSE_NAME = 10;
- [System.CLSCompliantAttribute(false)]
- public RfcExtendedResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString Response { get { throw null; } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapOID ResponseName { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcFilter : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public RfcFilter() { }
- public RfcFilter(string filter) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addExtensibleMatch(string matchingRule, string attrName, sbyte[] value_Renamed, bool useDNMatching) { }
- public virtual void addPresent(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addSubstring(int type, sbyte[] value_Renamed) { }
- public virtual void endNestedFilter(int rfcType) { }
- public virtual void endSubstrings() { }
- public virtual string filterToString() { throw null; }
- public virtual System.Collections.IEnumerator getFilterIterator() { throw null; }
- public virtual void startNestedFilter(int rfcType) { }
- public virtual void startSubstrings(string attrName) { }
- }
- public partial class RfcIntermediateResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int TAG_RESPONSE = 1;
- public const int TAG_RESPONSE_NAME = 0;
- [System.CLSCompliantAttribute(false)]
- public RfcIntermediateResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1OctetString getResponse() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapOID getResponseName() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapDN(sbyte[] s) : base (default(string)) { }
- public RfcLdapDN(string s) : base (default(string)) { }
- }
- public partial class RfcLdapMessage : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcControls Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual string RequestDN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage RequestingMessage { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object Response { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public object dupMessage(string dn, string filter, bool reference) { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest getRequest() { throw null; }
- public virtual bool isRequest() { throw null; }
- }
- public partial class RfcLdapOID : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapOID(sbyte[] s) : base (default(sbyte[])) { }
- public RfcLdapOID(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapResult : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int REFERRAL = 3;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapString : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(sbyte[])) { }
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(sbyte[] ba) : base (default(sbyte[])) { }
- public RfcLdapString(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapSuperDN : Novell.Directory.Ldap.Asn1.Asn1Tagged
- {
- protected static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public static readonly int TAG;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapSuperDN(sbyte[] ba) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public RfcLdapSuperDN(string s) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class RfcMatchingRuleAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue) { }
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleId matchingRule, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) { }
- }
- public partial class RfcMatchingRuleId : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcMatchingRuleId(string s) : base (default(string)) { }
- }
- public partial class RfcModifyDNRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) { }
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn, Novell.Directory.Ldap.Rfc2251.RfcLdapSuperDN newSuperior) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyDNResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcModifyRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN object_Renamed, Novell.Directory.Ldap.Asn1.Asn1SequenceOf modification) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1SequenceOf Modifications { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcReferral : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcReferral(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- }
- public partial class RfcRelativeLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcRelativeLdapDN(string s) : base (default(string)) { }
- }
- public partial interface RfcRequest
- {
- Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool reference);
- string getRequestDN();
- }
- public partial interface RfcResponse
- {
- Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage();
- Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN();
- Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral();
- Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode();
- }
- public partial class RfcSaslCredentials : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism) { }
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism, Novell.Directory.Ldap.Asn1.Asn1OctetString credentials) { }
- }
- public partial class RfcSearchRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcSearchRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN baseObject, Novell.Directory.Ldap.Asn1.Asn1Enumerated scope, Novell.Directory.Ldap.Asn1.Asn1Enumerated derefAliases, Novell.Directory.Ldap.Asn1.Asn1Integer sizeLimit, Novell.Directory.Ldap.Asn1.Asn1Integer timeLimit, Novell.Directory.Ldap.Asn1.Asn1Boolean typesOnly, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescriptionList attributes) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcSearchResultDone : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultEntry : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultEntry(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Sequence Attributes { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ObjectName { get { throw null; } }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultReference : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultReference(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSubstringFilter : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSubstringFilter(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SequenceOf substrings) { }
- }
- public partial class RfcUnbindRequest : Novell.Directory.Ldap.Asn1.Asn1Null, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcUnbindRequest() { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Utilclass
-{
- public partial class ArrayEnumeration : System.Collections.IEnumerator
- {
- public ArrayEnumeration(object[] eArray) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class AttributeQualifier
- {
- public AttributeQualifier(string name, string[] value_Renamed) { }
- public virtual string Name { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- }
- public partial class Base64
- {
- internal Base64() { }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(char[] encodedChars) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(string encodedString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(System.Text.StringBuilder encodedSBuf, int start, int end) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string encode(sbyte[] inputBytes) { throw null; }
- public static string encode(string inputString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isLDIFSafe(sbyte[] bytes) { throw null; }
- public static bool isLDIFSafe(string str) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isValidUTF8(sbyte[] array, bool isUCS2Only) { throw null; }
- }
- public partial class BindProperties
- {
- public BindProperties(int version, string dn, string method, bool anonymous, System.Collections.Hashtable bindProperties, object bindCallbackHandler) { }
- public virtual bool Anonymous { get { throw null; } }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual System.Collections.Hashtable SaslBindProperties { get { throw null; } }
- public virtual object SaslCallbackHandler { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.SerializableAttribute]
- public enum CharacterTypes : sbyte
- {
- ALPHABETIC = (sbyte)4,
- COMMENTCHAR = (sbyte)16,
- NUMERIC = (sbyte)2,
- STRINGQUOTE = (sbyte)8,
- WHITESPACE = (sbyte)1,
- }
- public partial class DN
- {
- public DN() { }
- public DN(string dnString) { }
- public virtual Novell.Directory.Ldap.Utilclass.DN Parent { get { throw null; } }
- public virtual System.Collections.ArrayList RDNs { get { throw null; } }
- public virtual void addRDN(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToBack(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToFront(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual int countRDNs() { throw null; }
- public bool Equals(Novell.Directory.Ldap.Utilclass.DN toDN) { throw null; }
- public override bool Equals(object toDN) { throw null; }
- public virtual string[] explodeDN(bool noTypes) { throw null; }
- public System.Collections.ArrayList getrdnList() { throw null; }
- public virtual bool isDescendantOf(Novell.Directory.Ldap.Utilclass.DN containerDN) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EnumeratedIterator : System.Collections.IEnumerator
- {
- public EnumeratedIterator(System.Collections.IEnumerator iterator) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class ExceptionMessages : System.Resources.ResourceManager
- {
- public const string CANNOT_BIND = "CANNOT_BIND";
- public const string CONNECTION_CLOSED = "CONNECTION_CLOSED";
- public const string CONNECTION_ERROR = "CONNECTION_ERROR";
- public const string CONNECTION_FINALIZED = "CONNECTION_FINALIZED";
- public const string CONNECTION_IMPOSSIBLE = "CONNECTION_IMPOSSIBLE";
- public const string CONNECTION_READER = "CONNECTION_READER";
- public const string CONNECTION_WAIT = "CONNECTION_WAIT";
- public const string DECODING_ERROR = "DECODING_ERROR";
- public const string DN_PARAM_ERROR = "DN_PARAM_ERROR";
- public const string DUP_ERROR = "DUP_ERROR";
- public const string ENCODING_ERROR = "ENCODING_ERROR";
- public const string ENTRY_PARAM_ERROR = "ENTRY_PARAM_ERROR";
- public const string EXPECTING_LEFT_PAREN = "EXPECTING_LEFT_PAREN";
- public const string EXPECTING_RIGHT_PAREN = "EXPECTING_RIGHT_PAREN";
- public const string FAILED_REFERRAL = "FAILED_REFERRAL";
- public const string IMPROPER_REFERRAL = "IMPROPER_REFERRAL";
- public const string INVALID_ADDRESS = "INVALID_ADDRESS";
- public const string INVALID_CHAR_IN_DESCR = "INVALID_CHAR_IN_DESCR";
- public const string INVALID_CHAR_IN_FILTER = "INVALID_CHAR_IN_FILTER";
- public const string INVALID_ESCAPE = "INVALID_ESCAPE";
- public const string INVALID_ESC_IN_DESCR = "INVALID_ESC_IN_DESCR";
- public const string INVALID_FILTER_COMPARISON = "INVALID_FILTER_COMPARISON";
- public const string IO_EXCEPTION = "IO_EXCEPTION";
- public const string MATCHED_DN = "MATCHED_DN";
- public const string MISSING_LEFT_PAREN = "MISSING_LEFT_PAREN";
- public const string MISSING_RIGHT_PAREN = "MISSING_RIGHT_PAREN";
- public const string MULTIPLE_SCHEMA = "MULTIPLE_SCHEMA";
- public const string NOT_AN_ATTRIBUTE = "NOT_AN_ATTRIBUTE";
- public const string NOT_IMPLEMENTED = "NOT_IMPLEMENTED";
- public const string NO_ATTRIBUTE_NAME = "NO_ATTRIBUTE_NAME";
- public const string NO_DN_NOR_MATCHING_RULE = "NO_DN_NOR_MATCHING_RULE";
- public const string NO_DUP_REQUEST = "NO_DUP_REQUEST";
- public const string NO_MATCHING_RULE = "NO_MATCHING_RULE";
- public const string NO_MEMORY = "NO_MEMORY";
- public const string NO_OPTION = "NO_OPTION";
- public const string NO_SCHEMA = "NO_SCHEMA";
- public const string NO_STARTTLS = "NO_STARTTLS";
- public const string NO_SUP_PROPERTY = "NO_SUP_PROPERTY";
- public const string NO_TLS_FACTORY = "NO_TLS_FACTORY";
- public const string OP_PARAM_ERROR = "OP_PARAM_ERROR";
- public const string OUTSTANDING_OPERATIONS = "OUTSTANDING_OPERATIONS";
- public const string PARAM_ERROR = "PARAM_ERROR";
- public const string RDN_PARAM_ERROR = "RDN_PARAM_ERROR";
- public const string READ_MULTIPLE = "READ_MULTIPLE";
- public const string REFERENCE_ERROR = "REFERENCE_ERROR";
- public const string REFERENCE_NOFOLLOW = "REFERENCE_NOFOLLOW";
- public const string REFERRAL_BIND = "REFERRAL_BIND";
- public const string REFERRAL_BIND_MATCH = "REFERRAL_BIND_MATCH";
- public const string REFERRAL_ERROR = "REFERRAL_ERROR";
- public const string REFERRAL_ITEM = "REFERRAL_ITEM";
- public const string REFERRAL_LOCAL = "REFERRAL_LOCAL";
- public const string REFERRAL_SEND = "REFERRAL_SEND";
- public const string SERVER_CONNECT_ERROR = "SERVER_CONNECT_ERROR";
- public const string SERVER_MSG = "SERVER_MSG";
- public const string SERVER_SHUTDOWN_REQ = "SERVER_SHUTDOWN_REQ";
- public const string SHORT_ESCAPE = "SHORT_ESCAPE";
- public const string SSL_PROVIDER_MISSING = "SSL_PROVIDER_MISSING";
- public const string STOPTLS_ERROR = "STOPTLS_ERROR";
- [System.CLSCompliantAttribute(false)]
- public const string TOSTRING = "TOSTRING";
- public const string UNEQUAL_LENGTHS = "UNEQUAL_LENGTHS";
- public const string UNEXPECTED_END = "UNEXPECTED_END";
- public const string UNKNOWN_RESULT = "UNKNOWN_RESULT";
- public const string WRONG_FACTORY = "WRONG_FACTORY";
- public ExceptionMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class ExtResponseFactory
- {
- public ExtResponseFactory() { }
- public static Novell.Directory.Ldap.LdapExtendedResponse convertToExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class IntermediateResponseFactory
- {
- public IntermediateResponseFactory() { }
- public static Novell.Directory.Ldap.LdapIntermediateResponse convertToIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class RDN
- {
- public RDN() { }
- public RDN(string rdn) { }
- public virtual bool Multivalued { get { throw null; } }
- protected internal virtual string RawValue { get { throw null; } }
- public virtual string Type { get { throw null; } }
- public virtual string[] Types { get { throw null; } }
- public virtual string Value { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- public virtual void add(string attrType, string attrValue, string rawValue) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool equals(Novell.Directory.Ldap.Utilclass.RDN rdn) { throw null; }
- public virtual string[] explodeRDN(bool noTypes) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(bool noTypes) { throw null; }
- }
- public partial class ReferralInfo
- {
- public ReferralInfo(Novell.Directory.Ldap.LdapConnection lc, string[] refList, Novell.Directory.Ldap.LdapUrl refUrl) { }
- public virtual Novell.Directory.Ldap.LdapConnection ReferralConnection { get { throw null; } }
- public virtual string[] ReferralList { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapUrl ReferralUrl { get { throw null; } }
- }
- public partial class ResourcesHandler
- {
- internal ResourcesHandler() { }
- public static string getMessage(string messageOrKey, object[] arguments) { throw null; }
- public static string getMessage(string messageOrKey, object[] arguments, System.Globalization.CultureInfo locale) { throw null; }
- public static string getResultString(int code) { throw null; }
- public static string getResultString(int code, System.Globalization.CultureInfo locale) { throw null; }
- }
- public partial class RespControlVector : System.Collections.ArrayList
- {
- public RespControlVector(int cap, int incr) { }
- public System.Type findResponseControl(string searchOID) { throw null; }
- public void registerResponseControl(string oid, System.Type controlClass) { }
- }
- public partial class RespExtensionSet : SupportClass.AbstractSetSupport
- {
- public RespExtensionSet() { }
- public override int Count { get { throw null; } }
- public System.Type findResponseExtension(string searchOID) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public void registerResponseExtension(string oid, System.Type extClass) { }
- }
- public partial class ResultCodeMessages : System.Resources.ResourceManager
- {
- public ResultCodeMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class SchemaParser
- {
- public SchemaParser(string aString) { }
- public virtual string[] Applies { get { throw null; } }
- public virtual string[] Auxiliary { get { throw null; } }
- public virtual bool Collective { get { throw null; } }
- public virtual string Description { get { throw null; } }
- public virtual string Equality { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string NameForm { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual string ObjectClass { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual string[] Optional { get { throw null; } }
- public virtual string Ordering { get { throw null; } }
- public virtual string[] Precluded { get { throw null; } }
- public virtual System.Collections.IEnumerator Qualifiers { get { throw null; } }
- public virtual string RawString { get { throw null; } set { } }
- public virtual string[] Required { get { throw null; } }
- public virtual bool Single { get { throw null; } }
- public virtual string Substring { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual string Syntax { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserMod { get { throw null; } }
- }
- public partial class SchemaTokenCreator
- {
- public int lastttype;
- public double NumberValue;
- public string StringValue;
- public SchemaTokenCreator(System.IO.Stream instream) { }
- public SchemaTokenCreator(System.IO.StreamReader r) { }
- public SchemaTokenCreator(System.IO.StringReader r) { }
- public int CurrentLine { get { throw null; } }
- public void CommentCharacter(int ch) { }
- public void InitTable() { }
- public int nextToken() { throw null; }
- public void OrdinaryCharacter(int ch) { }
- public void OrdinaryCharacters(int min, int max) { }
- public void parseNumbers() { }
- public void pushBack() { }
- public void QuoteCharacter(int ch) { }
- public string ToStringValue() { throw null; }
- public void WhitespaceCharacters(int min, int max) { }
- public void WordCharacters(int min, int max) { }
- }
- [System.SerializableAttribute]
- public enum TokenTypes
- {
- EOF = -1,
- EOL = 10,
- NUMBER = -2,
- REAL = -4,
- STRING = -5,
- WORD = -3,
- }
-}
diff --git a/src/v4.5.1/PEAPI.cs b/src/v4.5.1/PEAPI.cs
deleted file mode 100644
index 4cacced..0000000
--- a/src/v4.5.1/PEAPI.cs
+++ /dev/null
@@ -1,1224 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace PEAPI
-{
- public partial class AddressConstant : PEAPI.DataConstant
- {
- public AddressConstant(PEAPI.DataConstant dConst) { }
- }
- public abstract partial class Array : PEAPI.Type
- {
- internal Array() { }
- protected string cname;
- protected string cnameSpace;
- protected PEAPI.Type elemType;
- protected PEAPI.MetaData metaData;
- }
- public partial class ArrayConstant : PEAPI.DataConstant
- {
- public ArrayConstant(PEAPI.DataConstant[] dVals) { }
- public System.Nullable<int> ExplicitSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public enum AssemAttr
- {
- DisableJITCompileOptimizer = 16384,
- EnableJITCompileTracking = 32768,
- Retargetable = 256,
- }
- public partial class Assembly : PEAPI.ResolutionScope
- {
- internal Assembly() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public void AddAssemblyInfo(int majVer, int minVer, int bldNo, int revNo, byte[] key, uint hash, string cult) { }
- }
- public partial class AssemblyRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal AssemblyRef() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public virtual PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public void AddCulture(string cult) { }
- public void AddHash(byte[] hash) { }
- public void AddKey(byte[] key) { }
- public void AddKeyToken(byte[] key) { }
- public virtual PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public void AddVersionInfo(int majVer, int minVer, int bldNo, int revNo) { }
- }
- public abstract partial class BaseDeclSecurity : PEAPI.MetaDataElement
- {
- internal BaseDeclSecurity() { }
- }
- public partial class BoolConst : PEAPI.DataConstant
- {
- public BoolConst(bool val) { }
- }
- public partial class BoundArray : PEAPI.Array
- {
- public BoundArray(PEAPI.Type elementType, uint dimensions) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] size) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] loBounds, int[] sizes) { }
- }
- public enum BranchOp
- {
- beq = 59,
- beq_s = 46,
- bge = 60,
- bge_s = 47,
- bge_un = 65,
- bge_un_s = 52,
- bgt = 61,
- bgt_s = 48,
- bgt_un = 66,
- bgt_un_s = 53,
- ble = 62,
- ble_s = 49,
- ble_un = 67,
- ble_un_s = 54,
- blt = 63,
- blt_s = 50,
- blt_un = 68,
- blt_un_s = 55,
- bne_un = 64,
- bne_un_s = 51,
- br = 56,
- brfalse = 57,
- brfalse_s = 44,
- brtrue = 58,
- brtrue_s = 45,
- br_s = 43,
- leave = 221,
- leave_s = 222,
- }
- public partial class ByteArrConst : PEAPI.DataConstant
- {
- public ByteArrConst(byte[] val) { }
- public PEAPI.Type Type { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum CallConv
- {
- Cdecl = 1,
- Default = 0,
- Fastcall = 4,
- Generic = 16,
- Instance = 32,
- InstanceExplicit = 96,
- Stdcall = 2,
- Thiscall = 3,
- Vararg = 5,
- }
- public partial class CalliSig : PEAPI.Signature
- {
- public CalliSig(PEAPI.CallConv cconv, PEAPI.Type retType, PEAPI.Type[] pars) { }
- public void AddCallingConv(PEAPI.CallConv cconv) { }
- public void AddVarArgs(PEAPI.Type[] optPars) { }
- }
- public partial class Catch : PEAPI.HandlerBlock
- {
- public Catch(PEAPI.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public Catch(PEAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class CharConst : PEAPI.Constant
- {
- public CharConst(char val) { }
- }
- public partial class CILInstructions
- {
- internal CILInstructions() { }
- public uint Offset { get { throw null; } }
- public void AddTryBlock(PEAPI.TryBlock tryBlock) { }
- public void Branch(PEAPI.BranchOp inst, PEAPI.CILLabel lab) { }
- public void calli(PEAPI.CalliSig sig) { }
- public void CodeLabel(PEAPI.CILLabel lab) { }
- public void emitbyte(byte bVal) { }
- public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { }
- public void EndFaultBlock(PEAPI.TryBlock tryBlock) { }
- public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { }
- public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { }
- public PEAPI.TryBlock EndTryBlock() { throw null; }
- public void FieldInst(PEAPI.FieldOp inst, PEAPI.Field f) { }
- public void Inst(PEAPI.Op inst) { }
- public void IntInst(PEAPI.IntOp inst, int val) { }
- public void ldc_i8(long cVal) { }
- public void ldc_r4(float cVal) { }
- public void ldc_r8(double cVal) { }
- public void ldstr(byte[] str) { }
- public void ldstr(string str) { }
- public void LoadArg(int argNo) { }
- public void LoadArgAdr(int argNo) { }
- public void LoadLocal(int locNo) { }
- public void LoadLocalAdr(int locNo) { }
- public void MethInst(PEAPI.MethodOp inst, PEAPI.Method m) { }
- public PEAPI.CILLabel NewCodedLabel() { throw null; }
- public PEAPI.CILLabel NewLabel() { throw null; }
- public void PushFalse() { }
- public void PushInt(int i) { }
- public void PushLong(long l) { }
- public void PushTrue() { }
- public void StartBlock() { }
- public void StoreArg(int argNo) { }
- public void StoreLocal(int locNo) { }
- public void Switch(PEAPI.CILLabel[] labs) { }
- public void TypeInst(PEAPI.TypeOp inst, PEAPI.Type aType) { }
- }
- public partial class CILLabel
- {
- public CILLabel(uint offset) { }
- public CILLabel(uint offset, bool absolute) { }
- }
- public abstract partial class Class : PEAPI.Type
- {
- internal Class() { }
- public string name;
- protected uint nameIx;
- public string nameSpace;
- protected uint nameSpaceIx;
- protected int row;
- protected PEAPI.MetaData _metaData;
- }
- public partial class ClassDef : PEAPI.Class
- {
- internal ClassDef() { }
- public void AddAttribute(PEAPI.TypeAttr ta) { }
- public PEAPI.Event AddEvent(string name, PEAPI.Type eType) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr fAtts, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplementedInterface(PEAPI.Class iFace) { }
- public void AddLayoutInfo(int packSize, int classSize) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public void AddMethodOverride(PEAPI.Method decl, PEAPI.Method body) { }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class sType) { throw null; }
- public PEAPI.Property AddProperty(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public void AddSecurity(byte[] permissionSet) { }
- public static bool IsEnum(PEAPI.Class type) { throw null; }
- public static bool IsEnum(string nsName, string name) { throw null; }
- public static bool IsValueType(PEAPI.Class type) { throw null; }
- public static bool IsValueType(string nsName, string name) { throw null; }
- public void SetFieldOrder(System.Collections.ArrayList fields) { }
- public void SpecialNoSuper() { }
- }
- public partial class ClassRef : PEAPI.Class, PEAPI.IExternRef, PEAPI.IResolutionScope
- {
- internal ClassRef() { }
- protected PEAPI.MetaData metaData;
- protected PEAPI.IResolutionScope parent;
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- }
- public partial class ClassRefInst : PEAPI.Type
- {
- public ClassRefInst(PEAPI.Type type, bool is_value) { }
- }
- public partial class ClassType : PEAPI.Constant
- {
- public ClassType(PEAPI.Class classDesc) { }
- public ClassType(string className) { }
- }
- public abstract partial class CodeBlock
- {
- protected PEAPI.CILLabel end;
- protected bool small;
- protected PEAPI.CILLabel start;
- public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { }
- }
- public abstract partial class Constant
- {
- internal Constant() { }
- protected bool addedToBlobHeap;
- protected uint blobIndex;
- protected uint size;
- protected PEAPI.Type type;
- }
- public enum CorFlags
- {
- CF_32_BITREQUIRED = 2,
- CF_IL_ONLY = 1,
- CF_STRONGNAMESIGNED = 8,
- CF_TRACKDEBUGDATA = 65536,
- }
- public partial class CustomAttribute : PEAPI.MetaDataElement
- {
- internal CustomAttribute() { }
- public void AddFieldOrProp(string name, PEAPI.Constant val) { }
- }
- public partial class CustomMarshaller : PEAPI.NativeType
- {
- public CustomMarshaller(string marshallerName, string optCookie) { }
- public CustomMarshaller(string typeNameOrGUID, string marshallerName, string optCookie) { }
- }
- public partial class CustomModifiedType : PEAPI.Type
- {
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.Class cmodType) { }
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.PrimitiveTypeRef cmodType) { }
- }
- public enum CustomModifier
- {
- modopt = 32,
- modreq = 31,
- }
- public abstract partial class DataConstant : PEAPI.Constant
- {
- internal DataConstant() { }
- public uint DataOffset { get { throw null; } set { } }
- }
- public enum DataSegment
- {
- CIL = 2,
- Data = 0,
- TLS = 1,
- }
- public partial class DeclSecurity : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity() { }
- }
- public partial class DeclSecurity_20 : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity_20() { }
- }
- public partial class DoubleConst : PEAPI.DataConstant
- {
- public DoubleConst(double val) { }
- }
- public partial class Event : PEAPI.Feature
- {
- internal Event() { }
- public void AddAddon(PEAPI.MethodDef addon) { }
- public void AddFire(PEAPI.MethodDef fire) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddRemoveOn(PEAPI.MethodDef removeOn) { }
- }
- public partial class ExternClassRef : PEAPI.ClassRef
- {
- internal ExternClassRef() { }
- public PEAPI.ClassRef AddNestedClass(PEAPI.TypeAttr attrs, string name) { throw null; }
- }
- public partial class Fault : PEAPI.HandlerBlock
- {
- public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Feature : PEAPI.MetaDataElement
- {
- internal Feature() { }
- protected ushort flags;
- protected PEAPI.MethodSemantics[] methods;
- protected string name;
- protected uint nameIx;
- protected PEAPI.ClassDef parent;
- protected int tide;
- public void SetRTSpecialName() { }
- public void SetSpecialName() { }
- }
- public abstract partial class Field : PEAPI.Member
- {
- internal Field() { }
- protected static readonly byte FieldSig;
- protected PEAPI.Type type;
- }
- public enum FieldAttr
- {
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- HasFieldMarshal = 4096,
- Initonly = 32,
- Literal = 64,
- Notserialized = 128,
- Private = 1,
- Public = 6,
- PublicStatic = 22,
- RTSpecialName = 1024,
- SpecialName = 512,
- Static = 16,
- }
- public partial class FieldDef : PEAPI.Field
- {
- internal FieldDef() { }
- public void AddDataValue(PEAPI.DataConstant val) { }
- public void AddFieldAttr(PEAPI.FieldAttr fa) { }
- public void AddValue(PEAPI.Constant val) { }
- public void SetMarshalInfo(PEAPI.NativeType marshallType) { }
- public void SetOffset(uint offs) { }
- }
- public partial class FieldLayout : PEAPI.MetaDataElement
- {
- internal FieldLayout() { }
- }
- public partial class FieldMarshal : PEAPI.MetaDataElement
- {
- internal FieldMarshal() { }
- }
- public enum FieldOp
- {
- ldfld = 123,
- ldflda = 124,
- ldsfld = 126,
- ldsflda = 127,
- ldtoken = 208,
- stfld = 125,
- stsfld = 128,
- }
- public partial class FieldRef : PEAPI.Field
- {
- internal FieldRef() { }
- }
- public partial class FieldRVA : PEAPI.MetaDataElement
- {
- internal FieldRVA() { }
- }
- public partial class FileRef : PEAPI.MetaDataElement
- {
- internal FileRef() { }
- protected string name;
- }
- public partial class Filter : PEAPI.HandlerBlock
- {
- public Filter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Finally : PEAPI.HandlerBlock
- {
- public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class FixedArray : PEAPI.NativeType
- {
- public FixedArray(int numElems) { }
- }
- public partial class FixedSysString : PEAPI.NativeType
- {
- public FixedSysString(uint size) { }
- }
- public partial class FloatConst : PEAPI.DataConstant
- {
- public FloatConst(float val) { }
- }
- public partial class GenericMethodSig
- {
- public GenericMethodSig(PEAPI.Type[] gen_param) { }
- }
- [System.FlagsAttribute]
- public enum GenericParamAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstrait = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public partial class GenericParameter : PEAPI.MetaDataElement
- {
- internal GenericParameter() { }
- public string name;
- public void AddConstraint(PEAPI.Type constraint) { }
- }
- public partial class GenericTypeInst : PEAPI.Class
- {
- public GenericTypeInst(PEAPI.Type gen_type, PEAPI.Type[] gen_param) { }
- }
- public partial class GenParam : PEAPI.Class
- {
- public GenParam(int index, string name, PEAPI.GenParamType ptype) { }
- public int Index { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public PEAPI.GenParamType Type { get { throw null; } }
- }
- public enum GenParamType : byte
- {
- MVar = (byte)30,
- Var = (byte)19,
- }
- public abstract partial class HandlerBlock : PEAPI.CodeBlock
- {
- protected static readonly short ExceptionFlag;
- protected static readonly short FaultFlag;
- protected static readonly short FilterFlag;
- protected static readonly short FinallyFlag;
- public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public enum HashAlgorithm
- {
- None = 0,
- SHA1 = 1,
- }
- public partial class Hex
- {
- public Hex() { }
- public static string Byte(int b) { throw null; }
- public static string Int(int val) { throw null; }
- public static string Int(uint num) { throw null; }
- public static string Long(long lnum) { throw null; }
- public static string Short(int b) { throw null; }
- }
- public partial interface IExternRef
- {
- PEAPI.ClassRef AddClass(string nsName, string name);
- PEAPI.ClassRef AddValueClass(string nsName, string name);
- }
- public enum ImplAttr
- {
- ForwardRef = 16,
- IL = 0,
- InternalCall = 4096,
- Native = 1,
- NoInLining = 8,
- NoOptimization = 64,
- Optil = 2,
- PreserveSig = 128,
- Runtime = 3,
- Synchronised = 32,
- Synchronized = 32,
- Unmanaged = 4,
- }
- public partial class ImplMap : PEAPI.MetaDataElement
- {
- internal ImplMap() { }
- }
- public partial class IntConst : PEAPI.DataConstant
- {
- public IntConst(short val) { }
- public IntConst(int val) { }
- public IntConst(long val) { }
- public IntConst(sbyte val) { }
- }
- public partial class InterfaceImpl : PEAPI.MetaDataElement
- {
- internal InterfaceImpl() { }
- }
- public enum IntOp
- {
- ldarg = 65033,
- ldarga = 65034,
- ldarga_s = 15,
- ldarg_s = 14,
- ldc_i4 = 32,
- ldc_i4_s = 31,
- ldloc = 65036,
- ldloca = 65037,
- ldloca_s = 18,
- ldloc_s = 17,
- starg = 65035,
- starg_s = 16,
- stloc = 65038,
- stloc_s = 19,
- unaligned = 65042,
- }
- public partial interface IResolutionScope
- {
- }
- public partial class Local
- {
- public Local(string lName, PEAPI.Type lType) { }
- public Local(string lName, PEAPI.Type lType, bool byRef, bool isPinned) { }
- }
- public partial class LocalSig : PEAPI.Signature
- {
- public LocalSig(PEAPI.Local[] locals) { }
- }
- public partial class ManagedPointer : PEAPI.PtrType
- {
- public ManagedPointer(PEAPI.Type baseType) { }
- }
- public partial class ManifestResource : PEAPI.MetaDataElement
- {
- public static readonly uint PrivateResource;
- public static readonly uint PublicResource;
- public ManifestResource(string name, byte[] resBytes, uint flags) { }
- public ManifestResource(string name, uint flags, PEAPI.AssemblyRef assemRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef, uint fileIx) { }
- public string Name { get { throw null; } set { } }
- }
- public partial class MapElem : PEAPI.MetaDataElement
- {
- internal MapElem() { }
- }
- public enum MDTable
- {
- Assembly = 32,
- AssemblyOS = 34,
- AssemblyProcessor = 33,
- AssemblyRef = 35,
- AssemblyRefOS = 37,
- AssemblyRefProcessor = 36,
- ClassLayout = 15,
- Constant = 11,
- CustomAttribute = 12,
- DeclSecurity = 14,
- Event = 20,
- EventMap = 18,
- ExportedType = 39,
- Field = 4,
- FieldLayout = 16,
- FieldMarshal = 13,
- FieldRVA = 29,
- File = 38,
- GenericParam = 42,
- GenericParamConstraint = 44,
- ImplMap = 28,
- InterfaceImpl = 9,
- ManifestResource = 40,
- MemberRef = 10,
- Method = 6,
- MethodImpl = 25,
- MethodSemantics = 24,
- MethodSpec = 43,
- Module = 0,
- ModuleRef = 26,
- NestedClass = 41,
- Param = 8,
- Property = 23,
- PropertyMap = 21,
- StandAloneSig = 17,
- TypeDef = 2,
- TypeRef = 1,
- TypeSpec = 27,
- }
- public abstract partial class Member : PEAPI.MetaDataElement
- {
- internal Member() { }
- protected string name;
- protected uint nameIx;
- protected uint sigIx;
- }
- public partial class MetaData
- {
- internal MetaData() { }
- public PEAPI.MSCorLib mscorlib;
- }
- public abstract partial class MetaDataElement : System.IComparable
- {
- internal MetaDataElement() { }
- protected System.Collections.ArrayList customAttributes;
- protected bool done;
- protected bool sortTable;
- protected PEAPI.MDTable tabIx;
- public bool HasCustomAttr { get { throw null; } set { } }
- public uint Row { get { throw null; } set { } }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, PEAPI.Constant[] cVals) { }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, byte[] val) { }
- public int CompareTo(object obj) { throw null; }
- }
- public enum MethAttr
- {
- Abstract = 1024,
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- Final = 32,
- HasSecurity = 16384,
- HideBySig = 128,
- NewSlot = 256,
- Private = 1,
- PrivateVirtual = 65,
- Public = 6,
- PublicStatic = 22,
- PublicStaticFinal = 54,
- PublicVirtual = 70,
- RequireSecObject = 32768,
- RTSpecialName = 4096,
- SpecialName = 2048,
- SpecialRTSpecialName = 6144,
- Static = 16,
- Strict = 512,
- Virtual = 64,
- }
- public abstract partial class Method : PEAPI.Member
- {
- internal Method() { }
- public abstract void AddCallConv(PEAPI.CallConv cconv);
- }
- public partial class MethodDef : PEAPI.Method
- {
- internal MethodDef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplAttribute(PEAPI.ImplAttr ia) { }
- public void AddLocals(PEAPI.Local[] locals, bool initLocals) { }
- public void AddMethAttribute(PEAPI.MethAttr ma) { }
- public void AddPInvokeInfo(PEAPI.ModuleRef scope, string methName, PEAPI.PInvokeAttr callAttr) { }
- public void AddRetTypeMarshallInfo(PEAPI.NativeType marshallType) { }
- public PEAPI.CILInstructions CreateCodeBuffer() { throw null; }
- public void DeclareEntryPoint() { }
- public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; }
- public void SetMaxStack(int maxStack) { }
- }
- public partial class MethodImpl : PEAPI.MetaDataElement
- {
- internal MethodImpl() { }
- }
- public enum MethodOp
- {
- call = 40,
- callvirt = 111,
- jmp = 39,
- ldftn = 65030,
- ldtoken = 208,
- ldvirtfn = 65031,
- newobj = 115,
- }
- public partial class MethodRef : PEAPI.Method
- {
- internal MethodRef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- }
- public partial class MethodSemantics : PEAPI.MetaDataElement
- {
- internal MethodSemantics() { }
- }
- public partial class MethPtrType : PEAPI.Type
- {
- public MethPtrType(PEAPI.CallConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { }
- }
- public partial class Module : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal Module() { }
- public System.Guid Guid { get { throw null; } }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class ModuleRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal ModuleRef() { }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ExternClassRef AddExternClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.FileRef declFile, bool isValueClass) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.FileRef MakeFile(byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- }
- public sealed partial class MSCorLib : PEAPI.AssemblyRef
- {
- internal MSCorLib() { }
- public override PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public override PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class NativeArray : PEAPI.NativeType
- {
- public NativeArray(PEAPI.NativeType elemType) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen, int elemMult) { }
- }
- public partial class NativeType
- {
- internal NativeType() { }
- public static readonly PEAPI.NativeType AnsiBStr;
- public static readonly PEAPI.NativeType AsAny;
- public static readonly PEAPI.NativeType Boolean;
- public static readonly PEAPI.NativeType BStr;
- public static readonly PEAPI.NativeType ByValStr;
- public static readonly PEAPI.NativeType Currency;
- public static readonly PEAPI.NativeType Error;
- public static readonly PEAPI.NativeType FixedSysString;
- public static readonly PEAPI.NativeType Float32;
- public static readonly PEAPI.NativeType Float64;
- public static readonly PEAPI.NativeType FuncPtr;
- public static readonly PEAPI.NativeType IDispatch;
- public static readonly PEAPI.NativeType Int;
- public static readonly PEAPI.NativeType Int16;
- public static readonly PEAPI.NativeType Int32;
- public static readonly PEAPI.NativeType Int64;
- public static readonly PEAPI.NativeType Int8;
- public static readonly PEAPI.NativeType Interface;
- public static readonly PEAPI.NativeType IUnknown;
- public static readonly PEAPI.NativeType LPStr;
- public static readonly PEAPI.NativeType LPStruct;
- public static readonly PEAPI.NativeType LPTStr;
- public static readonly PEAPI.NativeType LPWStr;
- public static readonly PEAPI.NativeType Struct;
- public static readonly PEAPI.NativeType TBstr;
- protected byte typeIndex;
- public static readonly PEAPI.NativeType UInt;
- public static readonly PEAPI.NativeType UInt16;
- public static readonly PEAPI.NativeType UInt32;
- public static readonly PEAPI.NativeType UInt64;
- public static readonly PEAPI.NativeType UInt8;
- public static readonly PEAPI.NativeType VariantBool;
- public static readonly PEAPI.NativeType Void;
- }
- public partial class NotYetImplementedException : System.Exception
- {
- public NotYetImplementedException(string msg) { }
- }
- public partial class NullConst : PEAPI.Constant
- {
- public NullConst() { }
- }
- public enum Op
- {
- add = 88,
- add_ovf = 214,
- add_ovf_un = 215,
- and = 95,
- arglist = 65024,
- breakOp = 1,
- ceq = 65025,
- cgt = 65026,
- cgt_un = 65027,
- ckfinite = 195,
- clt = 65028,
- clt_un = 65029,
- conf_ovf_u1_un = 134,
- conv_i = 211,
- conv_i1 = 103,
- conv_i2 = 104,
- conv_i4 = 105,
- conv_i8 = 106,
- conv_ovf_i = 212,
- conv_ovf_i1 = 179,
- conv_ovf_i1_un = 130,
- conv_ovf_i2 = 181,
- conv_ovf_i2_un = 131,
- conv_ovf_i4 = 183,
- conv_ovf_i4_un = 132,
- conv_ovf_i8 = 185,
- conv_ovf_i8_un = 133,
- conv_ovf_i_un = 138,
- conv_ovf_u = 213,
- conv_ovf_u1 = 180,
- conv_ovf_u2 = 182,
- conv_ovf_u2_un = 135,
- conv_ovf_u4 = 184,
- conv_ovf_u4_un = 136,
- conv_ovf_u8 = 186,
- conv_ovf_u8_un = 137,
- conv_ovf_u_un = 139,
- conv_r4 = 107,
- conv_r8 = 108,
- conv_r_un = 118,
- conv_u = 224,
- conv_u1 = 210,
- conv_u2 = 209,
- conv_u4 = 109,
- conv_u8 = 110,
- cpblk = 65047,
- div = 91,
- div_un = 92,
- dup = 37,
- endfilter = 65041,
- endfinally = 220,
- initblk = 65048,
- ldarg_0 = 2,
- ldarg_1 = 3,
- ldarg_2 = 4,
- ldarg_3 = 5,
- ldc_i4_0 = 22,
- ldc_i4_1 = 23,
- ldc_i4_2 = 24,
- ldc_i4_3 = 25,
- ldc_i4_4 = 26,
- ldc_i4_5 = 27,
- ldc_i4_6 = 28,
- ldc_i4_7 = 29,
- ldc_i4_8 = 30,
- ldc_i4_m1 = 21,
- ldelem_i = 151,
- ldelem_i1 = 144,
- ldelem_i2 = 146,
- ldelem_i4 = 148,
- ldelem_i8 = 150,
- ldelem_r4 = 152,
- ldelem_r8 = 153,
- ldelem_ref = 154,
- ldelem_u1 = 145,
- ldelem_u2 = 147,
- ldelem_u4 = 149,
- ldind_i = 77,
- ldind_i1 = 70,
- ldind_i2 = 72,
- ldind_i4 = 74,
- ldind_i8 = 76,
- ldind_r4 = 78,
- ldind_r8 = 79,
- ldind_ref = 80,
- ldind_u1 = 71,
- ldind_u2 = 73,
- ldind_u4 = 75,
- ldlen = 142,
- ldloc_0 = 6,
- ldloc_1 = 7,
- ldloc_2 = 8,
- ldloc_3 = 9,
- ldnull = 20,
- localloc = 65039,
- mul = 90,
- mul_ovf = 216,
- mul_ovf_un = 217,
- neg = 101,
- nop = 0,
- not = 102,
- or = 96,
- pop = 38,
- readonly_ = 65054,
- refanytype = 65053,
- rem = 93,
- rem_un = 94,
- ret = 42,
- rethrow = 65050,
- shl = 98,
- shr = 99,
- shr_un = 100,
- stelem_i = 155,
- stelem_i1 = 156,
- stelem_i2 = 157,
- stelem_i4 = 158,
- stelem_i8 = 159,
- stelem_r4 = 160,
- stelem_r8 = 161,
- stelem_ref = 162,
- stind_i = 223,
- stind_i1 = 82,
- stind_i2 = 83,
- stind_i4 = 84,
- stind_i8 = 85,
- stind_r4 = 86,
- stind_r8 = 87,
- stind_ref = 81,
- stloc_0 = 10,
- stloc_1 = 11,
- stloc_2 = 12,
- stloc_3 = 13,
- sub = 89,
- sub_ovf = 218,
- sub_ovf_un = 219,
- tail_ = 65044,
- throwOp = 122,
- volatile_ = 65043,
- xor = 97,
- }
- public partial class Param : PEAPI.MetaDataElement
- {
- public Param(PEAPI.ParamAttr mode, string parName, PEAPI.Type parType) { }
- public bool HasMarshalInfo { get { throw null; } }
- public void AddDefaultValue(PEAPI.Constant cVal) { }
- public void AddMarshallInfo(PEAPI.NativeType marshallType) { }
- }
- public enum ParamAttr
- {
- Default = 0,
- HasDefault = 4096,
- HasFieldMarshal = 8192,
- In = 1,
- Opt = 16,
- Out = 2,
- }
- public partial class PEFile
- {
- public PEFile(string name, bool isDLL, bool hasAssembly) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, System.IO.Stream outStream) { }
- public PEAPI.ClassDef ModuleClass { get { throw null; } }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class superType) { throw null; }
- public void AddCustomAttribute(PEAPI.Method meth, PEAPI.Constant constant, PEAPI.MetaDataElement element) { }
- public void AddCustomAttribute(PEAPI.Method meth, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, PEAPI.PermissionSet ps, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddExternalManagedResource(PEAPI.ManifestResource mr) { }
- public void AddExternalManagedResource(string resName, PEAPI.AssemblyRef assem, uint flags) { }
- public PEAPI.AssemblyRef AddExternAssembly(string assemName) { throw null; }
- public PEAPI.ClassRef AddExternClass(string ns, string name, PEAPI.TypeAttr attrs, PEAPI.MetaDataElement declRef) { throw null; }
- public PEAPI.ModuleRef AddExternModule(string name) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr attrSet, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldRef AddFieldToTypeSpec(PEAPI.Type item, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FileRef AddFile(string fName, byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- public void AddGenericClass(PEAPI.GenericTypeInst gti) { }
- public void AddGenericParam(PEAPI.GenParam param) { }
- public void AddManifestResource(PEAPI.ManifestResource mr) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.Method AddMethodSpec(PEAPI.Method m, PEAPI.GenericMethodSig g_sig) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.PrimitiveTypeRef AddPrimitiveType(PEAPI.PrimitiveType type) { throw null; }
- public PEAPI.ClassDef AddValueClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.ValueClass vClass) { throw null; }
- public PEAPI.MethodRef AddVarArgMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.ManifestResource GetResource(string name) { throw null; }
- public PEAPI.ManifestResource[] GetResources() { throw null; }
- public PEAPI.Assembly GetThisAssembly() { throw null; }
- public PEAPI.Module GetThisModule() { throw null; }
- public void SetCorFlags(int flags) { }
- public void SetStackReserve(long stackReserve) { }
- public void SetSubSystem(PEAPI.SubSystem subS) { }
- public void WritePEFile() { }
- }
- public partial class PEFileException : System.Exception
- {
- public PEFileException(string msg) { }
- }
- public partial class Permission
- {
- public Permission(PEAPI.Type type, string name) { }
- public void AddMember(PEAPI.PermissionMember member) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionMember
- {
- public PermissionMember(System.Reflection.MemberTypes member_type, PEAPI.Type type, string name, object value) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionSet
- {
- public PermissionSet(PEAPI.SecurityAction sec_action) { }
- public void AddPermission(PEAPI.Permission perm) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public enum PInvokeAttr
- {
- ansi = 2,
- autochar = 6,
- bestfit_mask = 48,
- bestfit_off = 32,
- bestfit_on = 16,
- cdecl = 512,
- charmaperror_off = 8192,
- charmaperror_on = 4096,
- fastcall = 1280,
- lasterr = 64,
- nomangle = 1,
- stdcall = 768,
- thiscall = 1024,
- unicode = 4,
- winapi = 256,
- }
- public partial class PrimitiveType : PEAPI.Type
- {
- internal PrimitiveType() { }
- public static readonly PEAPI.PrimitiveType Boolean;
- public static readonly PEAPI.PrimitiveType Char;
- public static readonly PEAPI.PrimitiveType Float32;
- public static readonly PEAPI.PrimitiveType Float64;
- public static readonly PEAPI.PrimitiveType Int16;
- public static readonly PEAPI.PrimitiveType Int32;
- public static readonly PEAPI.PrimitiveType Int64;
- public static readonly PEAPI.PrimitiveType Int8;
- public static readonly PEAPI.PrimitiveType IntPtr;
- public static readonly PEAPI.PrimitiveType NativeInt;
- public static readonly PEAPI.PrimitiveType NativeUInt;
- public static int NumSystemTypes;
- public static readonly PEAPI.PrimitiveType Object;
- public static readonly PEAPI.PrimitiveType String;
- public static readonly PEAPI.PrimitiveType TypedRef;
- public static readonly PEAPI.PrimitiveType UInt16;
- public static readonly PEAPI.PrimitiveType UInt32;
- public static readonly PEAPI.PrimitiveType UInt64;
- public static readonly PEAPI.PrimitiveType UInt8;
- public static readonly PEAPI.PrimitiveType UIntPtr;
- public static readonly PEAPI.PrimitiveType Void;
- }
- public partial class PrimitiveTypeRef : PEAPI.Type
- {
- internal PrimitiveTypeRef() { }
- }
- public partial class Property : PEAPI.Feature
- {
- internal Property() { }
- public void AddGetter(PEAPI.MethodDef getter) { }
- public void AddInitValue(PEAPI.Constant constVal) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddSetter(PEAPI.MethodDef setter) { }
- public void SetInstance(bool isInstance) { }
- }
- public abstract partial class PtrType : PEAPI.Type
- {
- internal PtrType() { }
- }
- public partial class RepeatedConstant : PEAPI.DataConstant
- {
- public RepeatedConstant(PEAPI.DataConstant dConst, int repeatCount) { }
- }
- public abstract partial class ResolutionScope : PEAPI.MetaDataElement, PEAPI.IResolutionScope
- {
- internal ResolutionScope() { }
- protected PEAPI.MetaData metaData;
- protected string name;
- protected uint nameIx;
- }
- public partial class SafeArray : PEAPI.NativeType
- {
- public SafeArray() { }
- public SafeArray(PEAPI.SafeArrayType elemType) { }
- }
- public enum SafeArrayType
- {
- boolean = 11,
- bstr = 8,
- currency = 6,
- date = 7,
- Decimal = 14,
- dispatch = 9,
- error = 10,
- float32 = 4,
- float64 = 5,
- Int = 22,
- int16 = 2,
- int32 = 3,
- int8 = 16,
- UInt = 23,
- uint16 = 18,
- uint32 = 19,
- uint8 = 17,
- unknown = 13,
- variant = 12,
- }
- public enum SecurityAction : short
- {
- Assert = (short)3,
- Demand = (short)2,
- DemandChoice = (short)18,
- Deny = (short)4,
- InheritDemand = (short)7,
- InheritDemandChoice = (short)17,
- LinkDemand = (short)6,
- LinkDemandChoice = (short)16,
- NonCasDemand = (short)13,
- NonCasInheritance = (short)15,
- NonCasLinkDemand = (short)14,
- PermitOnly = (short)5,
- PreJitDeny = (short)12,
- PreJitGrant = (short)11,
- Request = (short)1,
- RequestMinimum = (short)8,
- RequestOptional = (short)9,
- RequestRefuse = (short)10,
- }
- public partial class Sentinel : PEAPI.Type
- {
- public Sentinel() { }
- }
- public abstract partial class Signature : PEAPI.MetaDataElement
- {
- internal Signature() { }
- protected uint sigIx;
- }
- public partial class StringConst : PEAPI.DataConstant
- {
- public StringConst(string val) { }
- }
- public enum SubSystem
- {
- Native = 1,
- Native_Windows = 8,
- OS2_CUI = 5,
- POSIX_CUI = 7,
- Windows_CE_GUI = 9,
- Windows_CUI = 3,
- Windows_GUI = 2,
- }
- public partial class TryBlock : PEAPI.CodeBlock
- {
- protected bool fatFormat;
- protected int flags;
- public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public void AddHandler(PEAPI.HandlerBlock handler) { }
- }
- public abstract partial class Type : PEAPI.MetaDataElement
- {
- internal Type() { }
- protected byte typeIndex;
- protected PEAPI.TypeSpec typeSpec;
- }
- [System.FlagsAttribute]
- public enum TypeAttr
- {
- Abstract = 128,
- AutoClass = 131072,
- BeforeFieldInit = 1048576,
- ExplicitLayout = 16,
- Forwarder = 2097152,
- HasSecurity = 262144,
- Import = 4096,
- Interface = 32,
- NestedAssembly = 5,
- NestedFamAndAssem = 6,
- NestedFamily = 4,
- NestedFamOrAssem = 7,
- NestedPrivate = 3,
- NestedPublic = 2,
- Private = 0,
- Public = 1,
- PublicAbstract = 129,
- PublicSealed = 257,
- RTSpecialName = 2048,
- Sealed = 256,
- SequentialLayout = 8,
- Serializable = 8192,
- SpecialName = 1024,
- UnicodeClass = 65536,
- VisibilityMask = 7,
- }
- public enum TypeOp
- {
- box = 140,
- castclass = 116,
- constrained = 65046,
- cpobj = 112,
- initobj = 65045,
- isinst = 117,
- ldelem = 163,
- ldelema = 143,
- ldobj = 113,
- ldtoken = 208,
- mkrefany = 198,
- newarr = 141,
- refanyval = 194,
- sizeOf = 65052,
- stelem = 164,
- stobj = 129,
- unbox = 121,
- unbox_any = 165,
- }
- public partial class TypeSignatureException : System.Exception
- {
- public TypeSignatureException(string msg) { }
- }
- public partial class TypeSpec : PEAPI.MetaDataElement
- {
- internal TypeSpec() { }
- }
- public partial class UIntConst : PEAPI.DataConstant
- {
- public UIntConst(byte val) { }
- public UIntConst(ushort val) { }
- public UIntConst(uint val) { }
- public UIntConst(ulong val) { }
- }
- public partial class UnmanagedPointer : PEAPI.PtrType
- {
- public UnmanagedPointer(PEAPI.Type baseType) { }
- }
- public enum ValueClass
- {
- Enum = 1,
- ValueType = 0,
- }
- public partial class ZeroBasedArray : PEAPI.Array
- {
- public ZeroBasedArray(PEAPI.Type elementType) { }
- }
-}
diff --git a/src/v4.5.1/RabbitMQ.Client.cs b/src/v4.5.1/RabbitMQ.Client.cs
deleted file mode 100644
index 6042df6..0000000
--- a/src/v4.5.1/RabbitMQ.Client.cs
+++ /dev/null
@@ -1,9412 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace RabbitMQ.Client
-{
- public partial class AmqpTcpEndpoint
- {
- public const int UseDefaultPort = -1;
- public AmqpTcpEndpoint() { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(string hostName) { }
- public AmqpTcpEndpoint(string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(System.Uri uri) { }
- public string HostName { get { throw null; } set { } }
- public int Port { get { throw null; } set { } }
- public RabbitMQ.Client.IProtocol Protocol { get { throw null; } set { } }
- public RabbitMQ.Client.SslOption Ssl { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint Parse(RabbitMQ.Client.IProtocol protocol, string address) { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint[] ParseMultiple(RabbitMQ.Client.IProtocol protocol, string addresses) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AmqpTimestamp
- {
- public AmqpTimestamp(long unixTime) { throw null;}
- public long UnixTime { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class AmqpVersion
- {
- public AmqpVersion(int major, int minor) { }
- public int Major { get { throw null; } }
- public int Minor { get { throw null; } }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class BasicGetResult
- {
- public BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } }
- public byte[] Body { get { throw null; } }
- public ulong DeliveryTag { get { throw null; } }
- public string Exchange { get { throw null; } }
- public uint MessageCount { get { throw null; } }
- public bool Redelivered { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- }
- public partial class BinaryTableValue
- {
- public BinaryTableValue() { }
- public BinaryTableValue(byte[] bytes) { }
- public byte[] Bytes { get { throw null; } set { } }
- }
- public partial class ConnectionFactory
- {
- public System.Collections.IDictionary ClientProperties;
- public const ushort DefaultChannelMax = (ushort)0;
- public const uint DefaultFrameMax = (uint)0;
- public const ushort DefaultHeartbeat = (ushort)0;
- public const string DefaultPass = "guest";
- public const string DefaultUser = "guest";
- public const string DefaultVHost = "/";
- public string HostName;
- public string Password;
- public int Port;
- public RabbitMQ.Client.IProtocol Protocol;
- public ushort RequestedChannelMax;
- public uint RequestedFrameMax;
- public ushort RequestedHeartbeat;
- public RabbitMQ.Client.SslOption Ssl;
- public string UserName;
- public string VirtualHost;
- public ConnectionFactory() { }
- public string Address { get { throw null; } set { } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } set { } }
- public virtual RabbitMQ.Client.IConnection CreateConnection() { throw null; }
- public virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects) { throw null; }
- protected virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, params RabbitMQ.Client.AmqpTcpEndpoint[] endpoints) { throw null; }
- protected virtual RabbitMQ.Client.IConnection FollowRedirectChain(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, ref RabbitMQ.Client.AmqpTcpEndpoint[] mostRecentKnownHosts, RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- }
- public partial class DefaultBasicConsumer : RabbitMQ.Client.IBasicConsumer
- {
- public DefaultBasicConsumer() { }
- public DefaultBasicConsumer(RabbitMQ.Client.IModel model) { }
- public string ConsumerTag { get { throw null; } set { } }
- public bool IsRunning { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- public virtual void HandleBasicCancelOk(string consumerTag) { }
- public virtual void HandleBasicConsumeOk(string consumerTag) { }
- public virtual void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnCancel() { }
- }
- public partial class ExchangeType
- {
- internal ExchangeType() { }
- public const string Direct = "direct";
- public const string Fanout = "fanout";
- public const string Topic = "topic";
- public static System.Collections.ICollection All() { throw null; }
- }
- public partial interface IBasicConsumer
- {
- RabbitMQ.Client.IModel Model { get; }
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body);
- void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface IBasicProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string AppId { get; set; }
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string CorrelationId { get; set; }
- byte DeliveryMode { get; set; }
- string Expiration { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.PublicationAddress ReplyToAddress { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- string Type { get; set; }
- string UserId { get; set; }
- void ClearAppId();
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearCorrelationId();
- void ClearDeliveryMode();
- void ClearExpiration();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- void ClearType();
- void ClearUserId();
- bool IsAppIdPresent();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsCorrelationIdPresent();
- bool IsDeliveryModePresent();
- bool IsExpirationPresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- bool IsTypePresent();
- bool IsUserIdPresent();
- void SetPersistent(bool persistent);
- }
- public partial interface IConnection : System.IDisposable
- {
- bool AutoClose { get; set; }
- ushort ChannelMax { get; }
- System.Collections.IDictionary ClientProperties { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- bool IsOpen { get; }
- RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get; }
- RabbitMQ.Client.IProtocol Protocol { get; }
- System.Collections.IDictionary ServerProperties { get; }
- System.Collections.IList ShutdownReport { get; }
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown;
- void Abort();
- void Abort(int timeout);
- void Abort(ushort reasonCode, string reasonText);
- void Abort(ushort reasonCode, string reasonText, int timeout);
- void Close();
- void Close(int timeout);
- void Close(ushort reasonCode, string reasonText);
- void Close(ushort reasonCode, string reasonText, int timeout);
- RabbitMQ.Client.IModel CreateModel();
- }
- public partial interface IContentHeader : System.ICloneable
- {
- int ProtocolClassId { get; }
- string ProtocolClassName { get; }
- }
- public partial interface IFileProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string Filename { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearFilename();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsFilenamePresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- }
- public partial interface IMethod
- {
- int ProtocolClassId { get; }
- int ProtocolMethodId { get; }
- string ProtocolMethodName { get; }
- }
- public partial interface IModel : System.IDisposable
- {
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn;
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown;
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort(ushort replyCode, string replyText);
- void BasicAck(ulong deliveryTag, bool multiple);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicCancel(string consumerTag);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- void BasicRecover(bool requeue);
- void BasicReject(ulong deliveryTag, bool requeue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "active")]void ChannelFlow(bool active);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close(ushort replyCode, string replyText);
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("basic")]
- RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("file")]
- RabbitMQ.Client.IFileProperties CreateFileProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("stream")]
- RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- void DtxSelect();
- void DtxStart(string dtxIdentifier);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type, bool durable);
- void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- void ExchangeDelete(string exchange, bool ifUnused, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait);
- void QueueBind(string queue, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue, bool durable);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "queue")]string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueuePurge(string queue, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8qpid")]
- void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- void TxCommit();
- void TxRollback();
- void TxSelect();
- }
- public partial interface IProtocol
- {
- string ApiName { get; }
- int DefaultPort { get; }
- int MajorVersion { get; }
- int MinorVersion { get; }
- RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- }
- public partial interface IStreamProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- byte Priority { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearContentEncoding();
- void ClearContentType();
- void ClearHeaders();
- void ClearPriority();
- void ClearTimestamp();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsHeadersPresent();
- bool IsPriorityPresent();
- bool IsTimestampPresent();
- }
- public partial class Protocols
- {
- internal Protocols() { }
- public static readonly string DefaultAppSettingsKey;
- public static readonly string EnvironmentVariable;
- public static RabbitMQ.Client.IProtocol AMQP_0_8 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_8_QPID { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_9 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol DefaultProtocol { get { throw null; } }
- public static RabbitMQ.Client.IProtocol FromConfiguration() { throw null; }
- public static RabbitMQ.Client.IProtocol FromConfiguration(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment() { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironmentVariable() { throw null; }
- public static RabbitMQ.Client.IProtocol Lookup(string name) { throw null; }
- public static RabbitMQ.Client.IProtocol SafeLookup(string name) { throw null; }
- }
- public partial class PublicationAddress
- {
- public static readonly System.Text.RegularExpressions.Regex PSEUDO_URI_PARSER;
- public PublicationAddress(string exchangeType, string exchangeName, string routingKey) { }
- public string ExchangeName { get { throw null; } }
- public string ExchangeType { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- public static RabbitMQ.Client.PublicationAddress Parse(string uriLikeString) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class QueueingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- protected RabbitMQ.Util.SharedQueue m_queue;
- public QueueingBasicConsumer() { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model) { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model, RabbitMQ.Util.SharedQueue queue) { }
- public RabbitMQ.Util.SharedQueue Queue { get { throw null; } }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void OnCancel() { }
- }
- public partial class ShutdownEventArgs : System.EventArgs
- {
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, object cause) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause) { }
- public object Cause { get { throw null; } }
- public ushort ClassId { get { throw null; } }
- public RabbitMQ.Client.ShutdownInitiator Initiator { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public ushort ReplyCode { get { throw null; } }
- public string ReplyText { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public enum ShutdownInitiator
- {
- Application = 0,
- Library = 1,
- Peer = 2,
- }
- public partial class ShutdownReportEntry
- {
- public string m_description;
- public System.Exception m_ex;
- public ShutdownReportEntry(string description, System.Exception ex) { }
- public string Description { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class SslHelper
- {
- internal SslHelper() { }
- public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption sslOption) { throw null; }
- }
- public partial class SslOption
- {
- public SslOption() { }
- public SslOption(string serverName) { }
- public SslOption(string serverName, string certPath, bool enabled) { }
- public System.Net.Security.SslPolicyErrors AcceptablePolicyErrors { get { throw null; } set { } }
- public string CertPassphrase { get { throw null; } set { } }
- public string CertPath { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection Certs { get { throw null; } }
- public bool Enabled { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public System.Security.Authentication.SslProtocols Version { get { throw null; } set { } }
- }
-}
-namespace RabbitMQ.Client.Apigen.Attributes
-{
- public abstract partial class AmqpApigenAttribute : System.Attribute
- {
- public string m_namespaceName;
- public AmqpApigenAttribute(string namespaceName) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpAsynchronousHandlerAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpAsynchronousHandlerAttribute(string namespaceName) : base (default(string)) { }
- }
- public partial class AmqpContentBodyMappingAttribute : System.Attribute
- {
- public AmqpContentBodyMappingAttribute() { }
- }
- public partial class AmqpContentHeaderFactoryAttribute : System.Attribute
- {
- public string m_contentClass;
- public AmqpContentHeaderFactoryAttribute(string contentClass) { }
- }
- public partial class AmqpContentHeaderMappingAttribute : System.Attribute
- {
- public AmqpContentHeaderMappingAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpFieldMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_fieldName;
- public AmqpFieldMappingAttribute(string namespaceName, string fieldName) : base (default(string)) { }
- }
- public partial class AmqpForceOneWayAttribute : System.Attribute
- {
- public AmqpForceOneWayAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodDoNotImplementAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpMethodDoNotImplementAttribute(string namespaceName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_className;
- public string m_methodName;
- public AmqpMethodMappingAttribute(string namespaceName, string className, string methodName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpNowaitArgumentAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_replacementExpression;
- public AmqpNowaitArgumentAttribute(string namespaceName) : base (default(string)) { }
- public AmqpNowaitArgumentAttribute(string namespaceName, string replacementExpression) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpUnsupportedAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpUnsupportedAttribute(string namespaceName) : base (default(string)) { }
- }
-}
-namespace RabbitMQ.Client.Content
-{
- public partial class BasicMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- public const int DefaultAccumulatorSize = 1024;
- protected System.IO.MemoryStream m_accumulator;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public BasicMessageBuilder(RabbitMQ.Client.IModel model) { }
- public BasicMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) { }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryWriter Writer { get { throw null; } }
- public virtual byte[] GetContentBody() { throw null; }
- public virtual RabbitMQ.Client.IContentHeader GetContentHeader() { throw null; }
- public virtual string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length) { throw null; }
- }
- public partial class BasicMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- protected byte[] m_body;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryReader m_reader;
- protected System.IO.MemoryStream m_stream;
- public BasicMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public byte[] BodyBytes { get { throw null; } }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryReader Reader { get { throw null; } }
- public int RawRead() { throw null; }
- public int RawRead(byte[] target, int offset, int length) { throw null; }
- }
- public partial class BytesMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IBytesMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- public BytesMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public BytesMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class BytesMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IBytesMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- public BytesMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public int Read(byte[] target, int offset, int count) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class BytesWireFormatting
- {
- public BytesWireFormatting() { }
- public static int Read(RabbitMQ.Util.NetworkBinaryReader reader, byte[] target, int offset, int count) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader, int count) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void Write(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source, int offset, int count) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public partial interface IBytesMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value);
- }
- public partial interface IBytesMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- int Read(byte[] target, int offset, int count);
- byte ReadByte();
- byte[] ReadBytes(int count);
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- float ReadSingle();
- string ReadString();
- }
- public partial interface IMapMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMapMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMessageBuilder
- {
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- byte[] GetContentBody();
- RabbitMQ.Client.IContentHeader GetContentHeader();
- string GetDefaultContentType();
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length);
- }
- public partial interface IMessageReader
- {
- byte[] BodyBytes { get; }
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- int RawRead();
- int RawRead(byte[] target, int offset, int length);
- }
- public partial interface IStreamMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value);
- }
- public partial interface IStreamMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- bool ReadBool();
- byte ReadByte();
- byte[] ReadBytes();
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- object ReadObject();
- object[] ReadObjects();
- float ReadSingle();
- string ReadString();
- }
- public partial class MapMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMapMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public MapMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- public override byte[] GetContentBody() { throw null; }
- public override string GetDefaultContentType() { throw null; }
- }
- public partial class MapMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMapMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- }
- public partial class MapWireFormatting
- {
- public MapWireFormatting() { }
- public static System.Collections.IDictionary ReadMap(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteMap(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary table) { }
- }
- public partial class PrimitiveParser
- {
- public PrimitiveParser() { }
- public static void InvalidConversion(string target, object source) { }
- public static bool ParseBool(string value) { throw null; }
- public static byte ParseByte(string value) { throw null; }
- public static double ParseDouble(string value) { throw null; }
- public static float ParseFloat(string value) { throw null; }
- public static int ParseInt(string value) { throw null; }
- public static long ParseLong(string value) { throw null; }
- public static short ParseShort(string value) { throw null; }
- }
- public partial class StreamMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder, RabbitMQ.Client.Content.IStreamMessageBuilder
- {
- public static readonly string MimeType;
- public StreamMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public StreamMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class StreamMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMessageReader, RabbitMQ.Client.Content.IStreamMessageReader
- {
- public static readonly string MimeType;
- public StreamMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public bool ReadBool() { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes() { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public object ReadObject() { throw null; }
- public object[] ReadObjects() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class StreamWireFormatting
- {
- public StreamWireFormatting() { }
- public static bool ReadBool(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadNonnullObject(string target, RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadObject(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadUntypedString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteBool(RabbitMQ.Util.NetworkBinaryWriter writer, bool value) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value, int offset, int length) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteObject(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- public static void WriteUntypedString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public enum StreamWireFormattingTag
- {
- Bool = 1,
- Byte = 2,
- Bytes = 3,
- Char = 5,
- Double = 9,
- Int16 = 4,
- Int32 = 6,
- Int64 = 7,
- Null = 11,
- Single = 8,
- String = 10,
- }
-}
-namespace RabbitMQ.Client.Events
-{
- public partial class BasicDeliverEventArgs : System.EventArgs
- {
- public BasicDeliverEventArgs() { }
- public BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string ConsumerTag { get { throw null; } set { } }
- public ulong DeliveryTag { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public bool Redelivered { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicDeliverEventHandler(RabbitMQ.Client.IBasicConsumer sender, RabbitMQ.Client.Events.BasicDeliverEventArgs args);
- public partial class BasicReturnEventArgs : System.EventArgs
- {
- public BasicReturnEventArgs() { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public ushort ReplyCode { get { throw null; } set { } }
- public string ReplyText { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicReturnEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.Events.BasicReturnEventArgs args);
- public partial class CallbackExceptionEventArgs : System.EventArgs
- {
- public CallbackExceptionEventArgs(System.Exception exception) { }
- public System.Collections.IDictionary Detail { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- }
- public delegate void CallbackExceptionEventHandler(object sender, RabbitMQ.Client.Events.CallbackExceptionEventArgs e);
- public delegate void ConnectionShutdownEventHandler(RabbitMQ.Client.IConnection connection, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ConsumerEventArgs : System.EventArgs
- {
- public ConsumerEventArgs(string consumerTag) { }
- public string ConsumerTag { get { throw null; } }
- }
- public delegate void ConsumerEventHandler(object sender, RabbitMQ.Client.Events.ConsumerEventArgs e);
- public delegate void ConsumerShutdownEventHandler(object sender, RabbitMQ.Client.ShutdownEventArgs e);
- public partial class EventingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- public EventingBasicConsumer() { }
- public event RabbitMQ.Client.Events.BasicDeliverEventHandler Received { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Registered { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerShutdownEventHandler Shutdown { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Unregistered { add { } remove { } }
- public override void HandleBasicCancelOk(string consumerTag) { }
- public override void HandleBasicConsumeOk(string consumerTag) { }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public delegate void ModelShutdownEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
-}
-namespace RabbitMQ.Client.Exceptions
-{
- public partial class AlreadyClosedException : RabbitMQ.Client.Exceptions.OperationInterruptedException
- {
- public AlreadyClosedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class BrokerUnreachableException : System.IO.IOException
- {
- public BrokerUnreachableException(System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors) { }
- public System.Collections.IDictionary ConnectionAttempts { get { throw null; } }
- public System.Collections.IDictionary ConnectionErrors { get { throw null; } }
- public override System.Collections.IDictionary Data { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChannelAllocationException : System.Exception
- {
- public ChannelAllocationException() { }
- public ChannelAllocationException(int channel) { }
- public int Channel { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OperationInterruptedException : System.Exception
- {
- protected RabbitMQ.Client.ShutdownEventArgs m_shutdownReason;
- protected OperationInterruptedException() { }
- public OperationInterruptedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- protected OperationInterruptedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- protected OperationInterruptedException(string message) { }
- protected OperationInterruptedException(string message, System.Exception inner) { }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class PacketNotRecognizedException : System.Net.ProtocolViolationException
- {
- public PacketNotRecognizedException(int transportHigh, int transportLow, int serverMajor, int serverMinor) { }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- public int TransportHigh { get { throw null; } }
- public int TransportLow { get { throw null; } }
- }
- public partial class PossibleAuthenticationFailureException : System.Exception
- {
- public PossibleAuthenticationFailureException(string msg, System.Exception inner) { }
- }
- public partial class ProtocolVersionMismatchException : System.Net.ProtocolViolationException
- {
- public ProtocolVersionMismatchException(int clientMajor, int clientMinor, int serverMajor, int serverMinor) { }
- public int ClientMajor { get { throw null; } }
- public int ClientMinor { get { throw null; } }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- }
- public partial class UnexpectedMethodException : System.Exception
- {
- public UnexpectedMethodException(RabbitMQ.Client.IMethod method) { }
- public RabbitMQ.Client.IMethod Method { get { throw null; } }
- }
- public partial class UnsupportedMethodException : System.NotSupportedException
- {
- public UnsupportedMethodException(string methodName) { }
- public string MethodName { get { throw null; } }
- }
- public partial class UnsupportedMethodFieldException : System.NotSupportedException
- {
- public UnsupportedMethodFieldException(string methodName, string fieldName) { }
- public string FieldName { get { throw null; } }
- public string MethodName { get { throw null; } }
- }
- public partial class WireFormattingException : System.Net.ProtocolViolationException
- {
- public WireFormattingException(string message) { }
- public WireFormattingException(string message, object offender) { }
- public object Offender { get { throw null; } }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8qpid
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecoverOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecoverOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 101;
- public BasicRecoverOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBound : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 22;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ExchangeBound() { }
- public ExchangeBound(string initExchange, string initRoutingKey, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBoundOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 23;
- public ushort m_replyCode;
- public string m_replyText;
- public ExchangeBoundOk() { }
- public ExchangeBoundOk(ushort initReplyCode, string initReplyText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_9
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IBasicConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 80;
- public ChannelOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public byte[] m_channelId;
- public ChannelOpenOk() { }
- public ChannelOpenOk(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelOpenOk.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPing : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPing, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 60;
- public ChannelPing() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPong : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPong, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 70;
- public ChannelPong() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 50;
- public byte[] m_channelId;
- public ChannelResume() { }
- public ChannelResume(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelResume.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Message = 120,
- Queue = 50,
- Stream = 80,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 51;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 42;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IFileConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageAppend : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageAppend, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 80;
- public byte[] m_bytes;
- public byte[] m_reference;
- public MessageAppend() { }
- public MessageAppend(byte[] initReference, byte[] initBytes) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Bytes { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public string m_destination;
- public MessageCancel() { }
- public MessageCancel(string initDestination) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCancel.Destination { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCheckpoint : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 90;
- public string m_identifier;
- public byte[] m_reference;
- public MessageCheckpoint() { }
- public MessageCheckpoint(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 70;
- public byte[] m_reference;
- public MessageClose() { }
- public MessageClose(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageClose.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public string m_destination;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public string m_queue;
- public ushort m_ticket;
- public MessageConsume() { }
- public MessageConsume(ushort initTicket, string initQueue, string initDestination, bool initNoLocal, bool initNoAck, bool initExclusive, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoLocal { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 510;
- public MessageEmpty() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public string m_destination;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public MessageGet() { }
- public MessageGet(ushort initTicket, string initQueue, string initDestination, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOffset : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOffset, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 530;
- public ulong m_value;
- public MessageOffset() { }
- public MessageOffset(ulong initValue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageOffset.Value { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 500;
- public MessageOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 60;
- public byte[] m_reference;
- public MessageOpen() { }
- public MessageOpen(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageOpen.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 110;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public MessageQos() { }
- public MessageQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 50;
- public bool m_requeue;
- public MessageRecover() { }
- public MessageRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 520;
- public ushort m_code;
- public string m_text;
- public MessageReject() { }
- public MessageReject(ushort initCode, string initText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageReject.Code { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageReject.Text { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 100;
- public string m_identifier;
- public byte[] m_reference;
- public MessageResume() { }
- public MessageResume(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageResume.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageResume.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageTransfer : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageTransfer, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public string m_appId;
- public System.Collections.IDictionary m_applicationHeaders;
- public byte[] m_body;
- public string m_contentEncoding;
- public string m_contentType;
- public string m_correlationId;
- public byte m_deliveryMode;
- public string m_destination;
- public string m_exchange;
- public RabbitMQ.Client.AmqpTimestamp m_expiration;
- public bool m_immediate;
- public string m_messageId;
- public byte m_priority;
- public bool m_redelivered;
- public string m_replyTo;
- public string m_routingKey;
- public byte[] m_securityToken;
- public ushort m_ticket;
- public RabbitMQ.Client.AmqpTimestamp m_timestamp;
- public string m_transactionId;
- public ulong m_ttl;
- public string m_userId;
- public MessageTransfer() { }
- public MessageTransfer(ushort initTicket, string initDestination, bool initRedelivered, bool initImmediate, ulong initTtl, byte initPriority, RabbitMQ.Client.AmqpTimestamp initTimestamp, byte initDeliveryMode, RabbitMQ.Client.AmqpTimestamp initExpiration, string initExchange, string initRoutingKey, string initMessageId, string initCorrelationId, string initReplyTo, string initContentType, string initContentEncoding, string initUserId, string initAppId, string initTransactionId, byte[] initSecurityToken, System.Collections.IDictionary initApplicationHeaders, byte[] initBody) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.AppId { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ApplicationHeaders { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Body { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentEncoding { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentType { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.CorrelationId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.DeliveryMode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Destination { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Exchange { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Expiration { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Immediate { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.MessageId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Priority { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ReplyTo { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.RoutingKey { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.SecurityToken { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ticket { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Timestamp { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.TransactionId { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ttl { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.UserId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IStreamConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8qpid
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicRecoverOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeBound : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- }
- public partial interface IExchangeBoundOk : RabbitMQ.Client.IMethod
- {
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8qpid.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_9
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NoConsumers = 313;
- public const int NoRoute = 312;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int PreconditionFailed = 406;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IChannelPing : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelPong : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelResume : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageAppend : RabbitMQ.Client.IMethod
- {
- byte[] Bytes { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageCancel : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- }
- public partial interface IMessageCheckpoint : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageClose : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageConsume : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageEmpty : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageGet : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageOffset : RabbitMQ.Client.IMethod
- {
- ulong Value { get; }
- }
- public partial interface IMessageOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageOpen : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IMessageRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IMessageReject : RabbitMQ.Client.IMethod
- {
- ushort Code { get; }
- string Text { get; }
- }
- public partial interface IMessageResume : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageTransfer : RabbitMQ.Client.IMethod
- {
- string AppId { get; }
- System.Collections.IDictionary ApplicationHeaders { get; }
- byte[] Body { get; }
- string ContentEncoding { get; }
- string ContentType { get; }
- string CorrelationId { get; }
- byte DeliveryMode { get; }
- string Destination { get; }
- string Exchange { get; }
- RabbitMQ.Client.AmqpTimestamp Expiration { get; }
- bool Immediate { get; }
- string MessageId { get; }
- byte Priority { get; }
- bool Redelivered { get; }
- string ReplyTo { get; }
- string RoutingKey { get; }
- byte[] SecurityToken { get; }
- ushort Ticket { get; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; }
- string TransactionId { get; }
- ulong Ttl { get; }
- string UserId { get; }
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_9.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Impl
-{
- public abstract partial class AbstractProtocolBase : RabbitMQ.Client.IProtocol
- {
- protected AbstractProtocolBase() { }
- public abstract string ApiName { get; }
- public abstract int DefaultPort { get; }
- public abstract int MajorVersion { get; }
- public abstract int MinorVersion { get; }
- public RabbitMQ.Client.AmqpVersion Version { get { throw null; } }
- public abstract bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd);
- public abstract void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- public abstract void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- public abstract RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- public abstract RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public abstract RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AssemblyState
- {
- Complete = 3,
- ExpectingContentBody = 2,
- ExpectingContentHeader = 1,
- ExpectingMethod = 0,
- }
- public abstract partial class BasicProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IBasicProperties, RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected BasicProperties() { }
- public abstract string AppId { get; set; }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string CorrelationId { get; set; }
- public abstract byte DeliveryMode { get; set; }
- public abstract string Expiration { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public RabbitMQ.Client.PublicationAddress ReplyToAddress { get { throw null; } set { } }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract string Type { get; set; }
- public abstract string UserId { get; set; }
- public abstract void ClearAppId();
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearCorrelationId();
- public abstract void ClearDeliveryMode();
- public abstract void ClearExpiration();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public abstract void ClearType();
- public abstract void ClearUserId();
- public override object Clone() { throw null; }
- public abstract bool IsAppIdPresent();
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsCorrelationIdPresent();
- public abstract bool IsDeliveryModePresent();
- public abstract bool IsExpirationPresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- public abstract bool IsTypePresent();
- public abstract bool IsUserIdPresent();
- public void SetPersistent(bool persistent) { }
- }
- public partial class ChannelErrorException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public ChannelErrorException(int channel) : base (default(string)) { }
- public int Channel { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class Command
- {
- public const int EmptyContentBodyFrameSize = 8;
- public byte[] m_body0;
- public System.Collections.ArrayList m_bodyN;
- public RabbitMQ.Client.Impl.ContentHeaderBase m_header;
- public RabbitMQ.Client.Impl.MethodBase m_method;
- public Command() { }
- public Command(RabbitMQ.Client.Impl.MethodBase method) { }
- public Command(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public byte[] Body { get { throw null; } }
- public RabbitMQ.Client.Impl.ContentHeaderBase Header { get { throw null; } }
- public RabbitMQ.Client.Impl.MethodBase Method { get { throw null; } }
- public void AppendBodyFragment(byte[] fragment) { }
- public static void CheckEmptyContentBodyFrameSize() { }
- public byte[] ConsolidateBody() { throw null; }
- public void Transmit(int channelNumber, RabbitMQ.Client.Impl.ConnectionBase connection) { }
- }
- public partial class CommandAssembler
- {
- public RabbitMQ.Client.Impl.Command m_command;
- public RabbitMQ.Client.Impl.AbstractProtocolBase m_protocol;
- public ulong m_remainingBodyBytes;
- public RabbitMQ.Client.Impl.AssemblyState m_state;
- public CommandAssembler(RabbitMQ.Client.Impl.AbstractProtocolBase protocol) { }
- public RabbitMQ.Client.Impl.Command HandleFrame(RabbitMQ.Client.Impl.Frame f) { throw null; }
- }
- public delegate void CommandHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd);
- public abstract partial class ConnectionBase : RabbitMQ.Client.IConnection, System.IDisposable
- {
- public static int ConnectionCloseTimeout;
- public static int HandshakeTimeout;
- public System.Threading.ManualResetEvent m_appContinuation;
- public RabbitMQ.Client.Events.CallbackExceptionEventHandler m_callbackException;
- public System.Collections.IDictionary m_clientProperties;
- public volatile bool m_closed;
- public volatile RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Client.Events.ConnectionShutdownEventHandler m_connectionShutdown;
- public readonly object m_eventLock;
- public RabbitMQ.Client.ConnectionFactory m_factory;
- public RabbitMQ.Client.Impl.IFrameHandler m_frameHandler;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public readonly RabbitMQ.Client.Impl.Frame m_heartbeatFrame;
- public System.Threading.AutoResetEvent m_heartbeatRead;
- public System.Threading.AutoResetEvent m_heartbeatWrite;
- public System.Guid m_id;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public int m_missedHeartbeats;
- public RabbitMQ.Client.Impl.ModelBase m_model0;
- public volatile bool m_running;
- public System.Collections.IDictionary m_serverProperties;
- public RabbitMQ.Client.Impl.MainSession m_session0;
- public RabbitMQ.Client.Impl.SessionManager m_sessionManager;
- public System.Collections.IList m_shutdownReport;
- public ConnectionBase(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { }
- public bool AutoClose { get { throw null; } set { } }
- public ushort ChannelMax { get { throw null; } }
- public System.Collections.IDictionary ClientProperties { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public uint FrameMax { get { throw null; } set { } }
- public ushort Heartbeat { get { throw null; } set { } }
- public bool IsOpen { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.AbstractProtocolBase Protocol { get { throw null; } }
- RabbitMQ.Client.IProtocol RabbitMQ.Client.IConnection.Protocol { get { throw null; } }
- public System.Collections.IDictionary ServerProperties { get { throw null; } set { } }
- public System.Collections.IList ShutdownReport { get { throw null; } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(int timeout) { }
- public void Abort(ushort reasonCode, string reasonText) { }
- public void Abort(ushort reasonCode, string reasonText, RabbitMQ.Client.ShutdownInitiator initiator, int timeout) { }
- public void Abort(ushort reasonCode, string reasonText, int timeout) { }
- public void Close() { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool abort, int timeout) { }
- public void Close(int timeout) { }
- public void Close(ushort reasonCode, string reasonText) { }
- public void Close(ushort reasonCode, string reasonText, int timeout) { }
- public void ClosingLoop() { }
- public RabbitMQ.Client.Impl.Command ConnectionCloseWrapper(ushort reasonCode, string reasonText) { throw null; }
- public RabbitMQ.Client.IModel CreateModel() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession(int channelNumber) { throw null; }
- public static System.Collections.IDictionary DefaultClientProperties() { throw null; }
- public void FinishClose() { }
- public void HandleDomainUnload(object sender, System.EventArgs ea) { }
- public void HandleMainLoopException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public bool HardProtocolExceptionHandler(RabbitMQ.Client.Impl.HardProtocolException hpe) { throw null; }
- public void HeartbeatReadLoop() { }
- public void HeartbeatWriteLoop() { }
- public void InternalClose(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void LogCloseError(string error, System.Exception ex) { }
- public void MainLoop() { }
- public void MainLoopIteration() { }
- public void NotifyHeartbeatThread() { }
- public void NotifyReceivedCloseOk() { }
- public void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public void OnShutdown() { }
- public void Open(bool insist) { }
- public void PrettyPrintShutdownReport() { }
- public void QuiesceChannel(RabbitMQ.Client.Impl.SoftProtocolException pe) { }
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- public void StartHeartbeatLoop(System.Threading.ThreadStart loop, string name) { }
- public void StartHeartbeatLoops() { }
- public void StartMainLoop() { }
- void System.IDisposable.Dispose() { }
- public void TerminateMainloop() { }
- public override string ToString() { throw null; }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame f) { }
- public delegate void ConnectionCloseDelegate(ushort replyCode, string replyText, ushort classId, ushort methodId);
- }
- public partial class ConnectionStartDetails
- {
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStartDetails() { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ConnectionTuneDetails
- {
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- }
- public abstract partial class ContentHeaderBase : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected ContentHeaderBase() { }
- public abstract int ProtocolClassId { get; }
- public abstract string ProtocolClassName { get; }
- public abstract void AppendPropertyDebugStringTo(System.Text.StringBuilder sb);
- public virtual object Clone() { throw null; }
- public ulong ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public abstract void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader);
- public abstract void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer);
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer, ulong bodySize) { }
- }
- public partial class ContentHeaderPropertyReader
- {
- protected ushort m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ContinuationBitSet { get { throw null; } }
- public void FinishPresence() { }
- public bool ReadBit() { throw null; }
- public void ReadFlagWord() { }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public bool ReadPresence() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class ContentHeaderPropertyWriter
- {
- protected int m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void FinishPresence() { }
- public void WriteBit(bool bit) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WritePresence(bool present) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class FileProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IFileProperties, System.ICloneable
- {
- protected FileProperties() { }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string Filename { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearFilename();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsFilenamePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class Frame
- {
- public System.IO.MemoryStream m_accumulator;
- public int m_channel;
- public byte[] m_payload;
- public int m_type;
- public Frame() { }
- public Frame(int type, int channel) { }
- public Frame(int type, int channel, byte[] payload) { }
- public int Channel { get { throw null; } }
- public byte[] Payload { get { throw null; } }
- public int Type { get { throw null; } }
- public void FinishWriting() { }
- public RabbitMQ.Util.NetworkBinaryReader GetReader() { throw null; }
- public RabbitMQ.Util.NetworkBinaryWriter GetWriter() { throw null; }
- public static void ProcessProtocolHeader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public static RabbitMQ.Client.Impl.Frame ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override string ToString() { throw null; }
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- }
- public abstract partial class HardProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected HardProtocolException(string message) : base (default(string)) { }
- }
- public partial interface IFrameHandler
- {
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- int Timeout { get; set; }
- void Close();
- RabbitMQ.Client.Impl.Frame ReadFrame();
- void SendHeader();
- void WriteFrame(RabbitMQ.Client.Impl.Frame frame);
- }
- public partial interface IFullModel : RabbitMQ.Client.IModel, System.IDisposable
- {
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "tune")]RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicGetEmpty();
- void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleChannelCloseOk();
- void HandleChannelFlow(bool active);
- void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleConnectionOpenOk(string knownHosts);
- void HandleConnectionRedirect(string host, string knownHosts);
- void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "cancel")]
- void _Private_BasicCancel(string consumerTag, bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "consume")]
- void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute("RabbitMQ.Client.Framing.v0_8qpid", "arguments"), RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8")]System.Collections.IDictionary filter);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "get")]
- void _Private_BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "publish")]
- void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close")]
- void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close-ok")]
- void _Private_ChannelCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "flow-ok")]
- void _Private_ChannelFlowOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "open")]
- void _Private_ChannelOpen(string outOfBand);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close")]
- void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close-ok")]
- void _Private_ConnectionCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "open")]
- void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- }
- public partial interface IRpcContinuation
- {
- void HandleCommand(RabbitMQ.Client.Impl.Command cmd);
- void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface ISession
- {
- int ChannelNumber { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.Impl.CommandHandler CommandReceived { get; set; }
- RabbitMQ.Client.IConnection Connection { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown;
- void Close(RabbitMQ.Client.ShutdownEventArgs reason);
- void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify);
- void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- void Notify();
- void Transmit(RabbitMQ.Client.Impl.Command cmd);
- }
- public partial class MainSession : RabbitMQ.Client.Impl.Session
- {
- public int m_closeClassId;
- public int m_closeMethodId;
- public int m_closeOkClassId;
- public int m_closeOkMethodId;
- public bool m_closeServerInitiated;
- public bool m_closing;
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate m_handler;
- public MainSession(RabbitMQ.Client.Impl.ConnectionBase connection) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate Handler { get { throw null; } set { } }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- public void SetSessionClosing(bool closeServerInitiated) { }
- public override void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- public delegate void SessionCloseDelegate();
- }
- public partial class MalformedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public MalformedFrameException(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class MethodArgumentReader
- {
- public MethodArgumentReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ReadBit() { throw null; }
- public byte[] ReadContent() { throw null; }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class MethodArgumentWriter
- {
- public MethodArgumentWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void Flush() { }
- public void WriteBit(bool val) { }
- public void WriteContent(byte[] val) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class MethodBase : RabbitMQ.Client.IMethod
- {
- protected MethodBase() { }
- public abstract bool HasContent { get; }
- public abstract int ProtocolClassId { get; }
- public abstract int ProtocolMethodId { get; }
- public abstract string ProtocolMethodName { get; }
- public abstract void AppendArgumentDebugStringTo(System.Text.StringBuilder sb);
- public abstract void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader);
- public abstract void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer);
- }
- public abstract partial class ModelBase : RabbitMQ.Client.IModel, RabbitMQ.Client.Impl.IFullModel, System.IDisposable
- {
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Util.BlockingCell m_connectionStartCell;
- public readonly System.Collections.IDictionary m_consumers;
- public RabbitMQ.Client.Impl.RpcContinuationQueue m_continuationQueue;
- public System.Threading.ManualResetEvent m_flowControlBlock;
- public RabbitMQ.Client.Impl.ISession m_session;
- public ModelBase(RabbitMQ.Client.Impl.ISession session) { }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- public event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn { add { } remove { } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(ushort replyCode, string replyText) { }
- public abstract void BasicAck(ulong deliveryTag, bool multiple);
- public void BasicCancel(string consumerTag) { }
- public string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck) { throw null; }
- public void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public abstract void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- public abstract void BasicRecover(bool requeue);
- public abstract void BasicReject(ulong deliveryTag, bool requeue);
- public abstract void ChannelFlow(bool active);
- public void Close() { }
- public void Close(ushort replyCode, string replyText) { }
- public void Close(ushort replyCode, string replyText, bool abort) { }
- public string ConnectionOpen(string virtualHost, string capabilities, bool insist) { throw null; }
- public abstract RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- public abstract void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- public abstract RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- public abstract RabbitMQ.Client.IFileProperties CreateFileProperties();
- public abstract RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- public abstract bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd);
- public abstract void DtxSelect();
- public abstract void DtxStart(string dtxIdentifier);
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void ExchangeDeclare(string exchange, string type) { }
- public void ExchangeDeclare(string exchange, string type, bool durable) { }
- public abstract void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments);
- public abstract void ExchangeDelete(string exchange, bool ifUnused, bool nowait);
- public void FinishClose() { }
- public void HandleBasicCancelOk(string consumerTag) { }
- public void HandleBasicConsumeOk(string consumerTag) { }
- public void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicGetEmpty() { }
- public void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleChannelCloseOk() { }
- public void HandleChannelFlow(bool active) { }
- public void HandleCommand(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd) { }
- public void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleConnectionOpenOk(string knownHosts) { }
- public void HandleConnectionRedirect(string host, string knownHosts) { }
- public void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales) { }
- public RabbitMQ.Client.Impl.MethodBase ModelRpc(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { throw null; }
- public void ModelSend(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public virtual void OnBasicReturn(RabbitMQ.Client.Events.BasicReturnEventArgs args) { }
- public virtual void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public virtual void OnModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void OnSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public abstract void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments);
- public string QueueDeclare() { throw null; }
- public string QueueDeclare(string queue) { throw null; }
- public string QueueDeclare(string queue, bool durable) { throw null; }
- public abstract string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments);
- public abstract uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait);
- public abstract uint QueuePurge(string queue, bool nowait);
- public abstract void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- void System.IDisposable.Dispose() { }
- public override string ToString() { throw null; }
- public void TransmitAndEnqueue(RabbitMQ.Client.Impl.Command cmd, RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public abstract void TxCommit();
- public abstract void TxRollback();
- public abstract void TxSelect();
- public abstract void _Private_BasicCancel(string consumerTag, bool nowait);
- public abstract void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter);
- public abstract void _Private_BasicGet(string queue, bool noAck);
- public abstract void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- public abstract void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ChannelCloseOk();
- public abstract void _Private_ChannelFlowOk();
- public abstract void _Private_ChannelOpen(string outOfBand);
- public abstract void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ConnectionCloseOk();
- public abstract void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- public partial class BasicConsumerRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.IBasicConsumer m_consumer;
- public string m_consumerTag;
- public BasicConsumerRpcContinuation() { }
- }
- public partial class BasicGetRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.BasicGetResult m_result;
- public BasicGetRpcContinuation() { }
- }
- public partial class ConnectionOpenContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public string m_host;
- public string m_knownHosts;
- public bool m_redirect;
- public ConnectionOpenContinuation() { }
- }
- }
- public abstract partial class ProtocolException : System.Net.ProtocolViolationException
- {
- protected ProtocolException(string message) { }
- public abstract ushort ReplyCode { get; }
- public virtual RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class QuiescingSession : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.ShutdownEventArgs m_reason;
- public int m_replyClassId;
- public int m_replyMethodId;
- public QuiescingSession(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber, RabbitMQ.Client.ShutdownEventArgs reason, int replyClassId, int replyMethodId) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public partial class RedirectException : System.Exception
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_host;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public RedirectException(RabbitMQ.Client.AmqpTcpEndpoint host, RabbitMQ.Client.AmqpTcpEndpoint[] knownHosts) { }
- public RedirectException(RabbitMQ.Client.IProtocol protocol, string host, string knownHosts) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Host { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } }
- public static RabbitMQ.Client.AmqpTcpEndpoint ParseHost(RabbitMQ.Client.IProtocol protocol, string host) { throw null; }
- }
- public partial class RpcContinuationQueue
- {
- public RabbitMQ.Client.Impl.IRpcContinuation m_outstandingRpc;
- public RpcContinuationQueue() { }
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.IRpcContinuation Next() { throw null; }
- }
- public partial class Session : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.Impl.CommandAssembler m_assembler;
- public Session(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SessionBase : RabbitMQ.Client.Impl.ISession
- {
- public readonly int m_channelNumber;
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public readonly RabbitMQ.Client.Impl.ConnectionBase m_connection;
- public SessionBase(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) { }
- public int ChannelNumber { get { throw null; } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.Impl.CommandHandler CommandReceived { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.ConnectionBase Connection { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- RabbitMQ.Client.IConnection RabbitMQ.Client.Impl.ISession.Connection { get { throw null; } }
- public event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown { add { } remove { } }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify) { }
- public abstract void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- public void Notify() { }
- public virtual void OnCommandReceived(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void OnConnectionShutdown(RabbitMQ.Client.IConnection conn, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnSessionShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public override string ToString() { throw null; }
- public virtual void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- }
- public partial class SessionManager
- {
- public readonly ushort ChannelMax;
- public SessionManager(RabbitMQ.Client.Impl.ConnectionBase connection, ushort channelMax) { }
- public bool AutoClose { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public void AutoCloseConnection() { }
- public void CheckAutoClose() { }
- public RabbitMQ.Client.Impl.ISession Create() { throw null; }
- public RabbitMQ.Client.Impl.ISession Create(int channelNumber) { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateInternal(int channelNumber) { throw null; }
- public void HandleSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.ISession Lookup(int number) { throw null; }
- public RabbitMQ.Client.Impl.ISession Swap(int channelNumber, RabbitMQ.Client.Impl.ISession replacement) { throw null; }
- }
- public delegate void SessionShutdownEventHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ShutdownContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public ShutdownContinuation() { }
- public virtual void OnShutdown(RabbitMQ.Client.IConnection sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnShutdown(RabbitMQ.Client.IModel sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual RabbitMQ.Client.ShutdownEventArgs Wait() { throw null; }
- }
- public partial class SimpleBlockingRpcContinuation : RabbitMQ.Client.Impl.IRpcContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public SimpleBlockingRpcContinuation() { }
- public virtual RabbitMQ.Client.Impl.Command GetReply() { throw null; }
- public virtual void HandleCommand(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class SocketFrameHandler_0_9 : RabbitMQ.Client.Impl.IFrameHandler
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_endpoint;
- public RabbitMQ.Util.NetworkBinaryReader m_reader;
- public System.Net.Sockets.TcpClient m_socket;
- public RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public const int WSAEWOULDBLOCK = 10035;
- public SocketFrameHandler_0_9(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public int Timeout { get { throw null; } set { } }
- public void Close() { }
- public RabbitMQ.Client.Impl.Frame ReadFrame() { throw null; }
- public void SendHeader() { }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SoftProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected SoftProtocolException(int channelNumber, string message) : base (default(string)) { }
- public int Channel { get { throw null; } }
- }
- public abstract partial class StreamProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IStreamProperties, System.ICloneable
- {
- protected StreamProperties() { }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract byte Priority { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearHeaders();
- public abstract void ClearPriority();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class SyntaxError : RabbitMQ.Client.Impl.HardProtocolException
- {
- public SyntaxError(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnexpectedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public RabbitMQ.Client.Impl.Frame m_frame;
- public UnexpectedFrameException(RabbitMQ.Client.Impl.Frame frame) : base (default(string)) { }
- public RabbitMQ.Client.Impl.Frame Frame { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnknownClassOrMethodException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public UnknownClassOrMethodException(ushort classId, ushort methodId) : base (default(string)) { }
- public ushort ClassId { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class WireFormatting
- {
- public WireFormatting() { }
- public static decimal AmqpToDecimal(byte scale, uint unsignedMantissa) { throw null; }
- public static void DecimalToAmqp(decimal value, out byte scale, out int mantissa) { scale = default(byte); mantissa = default(int); }
- public static System.Collections.IList ReadArray(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static decimal ReadDecimal(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadFieldValue(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static uint ReadLong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ulong ReadLonglong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadLongstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadOctet(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ushort ReadShort(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadShortstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static System.Collections.IDictionary ReadTable(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static RabbitMQ.Client.AmqpTimestamp ReadTimestamp(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteArray(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IList val) { }
- public static void WriteDecimal(RabbitMQ.Util.NetworkBinaryWriter writer, decimal value) { }
- public static void WriteFieldValue(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteLong(RabbitMQ.Util.NetworkBinaryWriter writer, uint val) { }
- public static void WriteLonglong(RabbitMQ.Util.NetworkBinaryWriter writer, ulong val) { }
- public static void WriteLongstr(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] val) { }
- public static void WriteOctet(RabbitMQ.Util.NetworkBinaryWriter writer, byte val) { }
- public static void WriteShort(RabbitMQ.Util.NetworkBinaryWriter writer, ushort val) { }
- public static void WriteShortstr(RabbitMQ.Util.NetworkBinaryWriter writer, string val) { }
- public static void WriteTable(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary val) { }
- public static void WriteTimestamp(RabbitMQ.Util.NetworkBinaryWriter writer, RabbitMQ.Client.AmqpTimestamp val) { }
- }
-}
-namespace RabbitMQ.Client.MessagePatterns
-{
- public partial class SimpleRpcClient : System.IDisposable
- {
- protected RabbitMQ.Client.IModel m_model;
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcClient(RabbitMQ.Client.IModel model) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, RabbitMQ.Client.PublicationAddress address) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string queueName) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string exchange, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.PublicationAddress Address { get { throw null; } set { } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public RabbitMQ.Client.MessagePatterns.Subscription Subscription { get { throw null; } }
- public int TimeoutMilliseconds { get { throw null; } set { } }
- public event System.EventHandler Disconnected { add { } remove { } }
- public event System.EventHandler TimedOut { add { } remove { } }
- public virtual RabbitMQ.Client.Events.BasicDeliverEventArgs Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { throw null; }
- public virtual byte[] Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual byte[] Call(byte[] body) { throw null; }
- public virtual object[] Call(params object[] args) { throw null; }
- public virtual void Cast(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public void Close() { }
- protected virtual void EnsureSubscription() { }
- public virtual void OnDisconnected() { }
- public virtual void OnTimedOut() { }
- protected virtual RabbitMQ.Client.Events.BasicDeliverEventArgs RetrieveReply(string correlationId) { throw null; }
- void System.IDisposable.Dispose() { }
- }
- public partial class SimpleRpcServer : System.IDisposable
- {
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcServer(RabbitMQ.Client.MessagePatterns.Subscription subscription) { }
- public bool Transactional { get { throw null; } }
- public void Close() { }
- public virtual byte[] HandleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual byte[] HandleSimpleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleSimpleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual void HandleStreamMessageCall(RabbitMQ.Client.Content.IStreamMessageBuilder replyWriter, bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, object[] args) { }
- public void MainLoop() { }
- public virtual void ProcessRequest(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void SetTransactional() { }
- void System.IDisposable.Dispose() { }
- }
- public partial class Subscription : System.Collections.IEnumerable, System.Collections.IEnumerator, System.IDisposable
- {
- protected volatile RabbitMQ.Client.QueueingBasicConsumer m_consumer;
- protected readonly object m_consumerLock;
- protected string m_consumerTag;
- protected RabbitMQ.Client.Events.BasicDeliverEventArgs m_latestEvent;
- protected RabbitMQ.Client.IModel m_model;
- protected bool m_noAck;
- protected string m_queueName;
- protected volatile bool m_shouldDelete;
- public Subscription(RabbitMQ.Client.IModel model) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, string exchangeName, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.IBasicConsumer Consumer { get { throw null; } }
- public string ConsumerTag { get { throw null; } }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs LatestEvent { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public bool NoAck { get { throw null; } }
- public string QueueName { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Ack() { }
- public void Ack(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void Bind(string exchangeName, string exchangeType, string routingKey) { }
- public void Close() { }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs Next() { throw null; }
- public bool Next(int millisecondsTimeout, out RabbitMQ.Client.Events.BasicDeliverEventArgs result) { result = default(RabbitMQ.Client.Events.BasicDeliverEventArgs); throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- void System.IDisposable.Dispose() { }
- }
-}
-namespace RabbitMQ.Util
-{
- public partial class BlockingCell
- {
- public BlockingCell() { }
- public object Value { get { throw null; } set { } }
- public bool GetValue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public static int validatedTimeout(int timeout) { throw null; }
- }
- public partial class DebugUtil
- {
- internal DebugUtil() { }
- public static void Dump(byte[] bytes) { }
- public static void Dump(byte[] bytes, System.IO.TextWriter writer) { }
- public static void DumpKeyValue(string key, object value, System.IO.TextWriter writer, int indent) { }
- public static void DumpProperties(object value, System.IO.TextWriter writer, int indent) { }
- }
- public partial class Either
- {
- internal Either() { }
- public RabbitMQ.Util.EitherAlternative Alternative { get { throw null; } }
- public object Value { get { throw null; } }
- public static RabbitMQ.Util.Either Left(object value) { throw null; }
- public static RabbitMQ.Util.Either Right(object value) { throw null; }
- }
- public enum EitherAlternative
- {
- Left = 0,
- Right = 1,
- }
- public partial class IntAllocator
- {
- public IntAllocator(int start, int end) { }
- public int Allocate() { throw null; }
- public void Free(int id) { }
- public bool Reserve(int id) { throw null; }
- public partial class IntervalList
- {
- public int End;
- public RabbitMQ.Util.IntAllocator.IntervalList Next;
- public int Start;
- public IntervalList(int start, int end) { }
- public static RabbitMQ.Util.IntAllocator.IntervalList FromArray(int[] xs, int length) { throw null; }
- public static RabbitMQ.Util.IntAllocator.IntervalList Merge(RabbitMQ.Util.IntAllocator.IntervalList x, RabbitMQ.Util.IntAllocator.IntervalList y) { throw null; }
- }
- }
- public partial class NetworkBinaryReader : System.IO.BinaryReader
- {
- public NetworkBinaryReader(System.IO.Stream input) : base (default(System.IO.Stream)) { }
- public NetworkBinaryReader(System.IO.Stream input, System.Text.Encoding encoding) : base (default(System.IO.Stream)) { }
- public override double ReadDouble() { throw null; }
- public override short ReadInt16() { throw null; }
- public override int ReadInt32() { throw null; }
- public override long ReadInt64() { throw null; }
- public override float ReadSingle() { throw null; }
- public override ushort ReadUInt16() { throw null; }
- public override uint ReadUInt32() { throw null; }
- public override ulong ReadUInt64() { throw null; }
- public static System.IO.BinaryReader TemporaryBinaryReader(byte[] bytes) { throw null; }
- }
- public partial class NetworkBinaryWriter : System.IO.BinaryWriter
- {
- public NetworkBinaryWriter(System.IO.Stream output) { }
- public NetworkBinaryWriter(System.IO.Stream output, System.Text.Encoding encoding) { }
- public static System.IO.BinaryWriter TemporaryBinaryWriter(int initialSize) { throw null; }
- public static byte[] TemporaryContents(System.IO.BinaryWriter w) { throw null; }
- public override void Write(double d) { }
- public override void Write(short i) { }
- public override void Write(int i) { }
- public override void Write(long i) { }
- public override void Write(float f) { }
- public override void Write(ushort i) { }
- public override void Write(uint i) { }
- public override void Write(ulong i) { }
- }
- public partial class Semaphore
- {
- public Semaphore() { }
- public Semaphore(int initialCount) { }
- public int Value { get { throw null; } }
- public void Release() { }
- public bool TryWait() { throw null; }
- public void Wait() { }
- }
- public partial class SharedQueue : System.Collections.IEnumerable
- {
- protected bool m_isOpen;
- protected System.Collections.Queue m_queue;
- public SharedQueue() { }
- public void Close() { }
- public object Dequeue() { throw null; }
- public bool Dequeue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public object DequeueNoWait(object defaultValue) { throw null; }
- public void Enqueue(object o) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class SharedQueueEnumerator : System.Collections.IEnumerator
- {
- protected object m_current;
- protected RabbitMQ.Util.SharedQueue m_queue;
- public SharedQueueEnumerator(RabbitMQ.Util.SharedQueue queue) { }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class XmlUtil
- {
- internal XmlUtil() { }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter() { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(System.IO.Stream stream) { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(string path) { throw null; }
- public static System.Xml.XmlDocument SerializeObject(System.Type serializationType, object obj) { throw null; }
- }
-}
diff --git a/src/v4.5.1/WebMatrix.Data.cs b/src/v4.5.1/WebMatrix.Data.cs
deleted file mode 100644
index 45a23b1..0000000
--- a/src/v4.5.1/WebMatrix.Data.cs
+++ /dev/null
@@ -1,54 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace WebMatrix.Data
-{
- public partial class ConnectionEventArgs : System.EventArgs
- {
- public ConnectionEventArgs(System.Data.Common.DbConnection connection) { }
- public System.Data.Common.DbConnection Connection { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class Database : System.IDisposable
- {
- internal Database() { }
- public System.Data.Common.DbConnection Connection { get { throw null; } }
- public static event System.EventHandler<WebMatrix.Data.ConnectionEventArgs> ConnectionOpened { add { } remove { } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int Execute(string commandText, params object[] args) { throw null; }
- public object GetLastInsertId() { throw null; }
- public static WebMatrix.Data.Database Open(string name) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString, string providerName) { throw null; }
- public System.Collections.Generic.IEnumerable<dynamic> Query(string commandText, params object[] args) { throw null; }
- public dynamic QuerySingle(string commandText, params object[] args) { throw null; }
- public object QueryValue(string commandText, params object[] args) { throw null; }
- }
- public sealed partial class DynamicRecord : System.Dynamic.DynamicObject, System.ComponentModel.ICustomTypeDescriptor
- {
- internal DynamicRecord() { }
- public System.Collections.Generic.IList<string> Columns { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public object this[int index] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public override System.Collections.Generic.IEnumerable<string> GetDynamicMemberNames() { throw null; }
- System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
- System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
- System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
- System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
- public override bool TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) { result = default(object); throw null; }
- }
-}
diff --git a/src/v4.5.1/monodoc.cs b/src/v4.5.1/monodoc.cs
deleted file mode 100644
index 32ac03d..0000000
--- a/src/v4.5.1/monodoc.cs
+++ /dev/null
@@ -1,6024 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Lucene.Net
-{
- public sealed partial class LucenePackage
- {
- internal LucenePackage() { }
- }
-}
-namespace Lucene.Net.Analysis
-{
- public abstract partial class Analyzer : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected internal bool overridesTokenStreamMethod;
- protected Analyzer() { }
- protected internal virtual object PreviousTokenStream { get { throw null; } set { } }
- public void Close() { }
- public virtual void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual int GetOffsetGap(Lucene.Net.Documents.IFieldable field) { throw null; }
- public virtual int GetPositionIncrementGap(string fieldName) { throw null; }
- public virtual Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- [System.ObsoleteAttribute("This is only present to preserve back-compat of classes that subclass a core analyzer and override tokenStream but not reusableTokenStream ")]
- protected internal virtual void SetOverridesTokenStreamMethod<TClass>() where TClass : Lucene.Net.Analysis.Analyzer { }
- public abstract Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader);
- }
- public sealed partial class ASCIIFoldingFilter : Lucene.Net.Analysis.TokenFilter
- {
- public ASCIIFoldingFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public void FoldToASCII(char[] input, int length) { }
- public override bool IncrementToken() { throw null; }
- }
- public abstract partial class BaseCharFilter : Lucene.Net.Analysis.CharFilter
- {
- protected BaseCharFilter(Lucene.Net.Analysis.CharStream @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- protected int LastCumulativeDiff { get { throw null; } }
- protected void AddOffCorrectMap(int off, int cumulativeDiff) { }
- protected internal override int Correct(int currentOff) { throw null; }
- [System.ObsoleteAttribute("Use LastCumulativeDiff property instead")]
- protected int GetLastCumulativeDiff() { throw null; }
- }
- public sealed partial class CachingTokenFilter : Lucene.Net.Analysis.TokenFilter
- {
- public CachingTokenFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- }
- public partial class CharArraySet : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.ISet<string>, System.Collections.IEnumerable
- {
- public static Lucene.Net.Analysis.CharArraySet EMPTY_SET;
- public CharArraySet(System.Collections.Generic.IEnumerable<object> c, bool ignoreCase) { }
- public CharArraySet(System.Collections.Generic.IEnumerable<string> c, bool ignoreCase) { }
- public CharArraySet(int startSize, bool ignoreCase) { }
- public int Count { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool Add(char[] text) { throw null; }
- public bool Add(object item) { throw null; }
- public bool Add(string text) { throw null; }
- public void AddAll(System.Collections.Generic.IEnumerable<string> coll) { }
- public void Clear() { }
- public virtual bool Contains(char[] text, int off, int len) { throw null; }
- public bool Contains(object item) { throw null; }
- public virtual bool Contains(string text) { throw null; }
- public static Lucene.Net.Analysis.CharArraySet Copy<T>(System.Collections.Generic.ISet<T> @set) { throw null; }
- public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
- public void RemoveAll(System.Collections.Generic.ICollection<string> c) { }
- public void RetainAll(System.Collections.Generic.ICollection<string> c) { }
- public System.Collections.Generic.IEnumerator<string> StringEnumerator() { throw null; }
- void System.Collections.Generic.ICollection<string>.Add(string item) { }
- void System.Collections.Generic.ICollection<string>.CopyTo(string[] array, int arrayIndex) { }
- bool System.Collections.Generic.ICollection<string>.Remove(string item) { throw null; }
- void System.Collections.Generic.ISet<string>.ExceptWith(System.Collections.Generic.IEnumerable<string> other) { }
- void System.Collections.Generic.ISet<string>.IntersectWith(System.Collections.Generic.IEnumerable<string> other) { }
- bool System.Collections.Generic.ISet<string>.IsProperSubsetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsProperSupersetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsSubsetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsSupersetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.Overlaps(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.SetEquals(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- void System.Collections.Generic.ISet<string>.SymmetricExceptWith(System.Collections.Generic.IEnumerable<string> other) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public void UnionWith(System.Collections.Generic.IEnumerable<string> other) { }
- public static Lucene.Net.Analysis.CharArraySet UnmodifiableSet(Lucene.Net.Analysis.CharArraySet @set) { throw null; }
- public partial class CharArraySetEnumerator : System.Collections.Generic.IEnumerator<string>, System.Collections.IEnumerator, System.IDisposable
- {
- protected internal CharArraySetEnumerator(Lucene.Net.Analysis.CharArraySet creator) { }
- public string Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- public char[] NextCharArray() { throw null; }
- public void Reset() { }
- }
- }
- public abstract partial class CharFilter : Lucene.Net.Analysis.CharStream
- {
- protected internal Lucene.Net.Analysis.CharStream input;
- protected internal CharFilter(Lucene.Net.Analysis.CharStream in_Renamed) : base (default(System.IO.StreamReader)) { }
- protected internal virtual int Correct(int currentOff) { throw null; }
- public override int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public void Mark(int readAheadLimit) { }
- public bool MarkSupported() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- public void Reset() { }
- }
- public sealed partial class CharReader : Lucene.Net.Analysis.CharStream
- {
- internal CharReader() : base (default(System.IO.StreamReader)) { }
- public override int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public static Lucene.Net.Analysis.CharStream Get(System.IO.TextReader input) { throw null; }
- public void Mark(int readAheadLimit) { }
- public bool MarkSupported() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- public void Reset() { }
- }
- public abstract partial class CharStream : System.IO.StreamReader
- {
- protected CharStream(System.IO.StreamReader reader) : base (default(System.IO.Stream)) { }
- public abstract int CorrectOffset(int currentOff);
- }
- public abstract partial class CharTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- protected CharTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- protected CharTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- protected CharTokenizer(System.IO.TextReader input) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- protected internal abstract bool IsTokenChar(char c);
- protected internal virtual char Normalize(char c) { throw null; }
- public override void Reset(System.IO.TextReader input) { }
- }
- [System.ObsoleteAttribute("If you build a new index, use ASCIIFoldingFilter which covers a superset of Latin 1. This class is included for use with existing indexes and will be removed in a future release (possible Lucene 4.0).")]
- public partial class ISOLatin1AccentFilter : Lucene.Net.Analysis.TokenFilter
- {
- public ISOLatin1AccentFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- public void RemoveAccents(char[] input, int length) { }
- }
- public partial class KeywordAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public KeywordAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class KeywordTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- public KeywordTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input, int bufferSize) { }
- public KeywordTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input, int bufferSize) { }
- public KeywordTokenizer(System.IO.TextReader input) { }
- public KeywordTokenizer(System.IO.TextReader input, int bufferSize) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset(System.IO.TextReader input) { }
- }
- public sealed partial class LengthFilter : Lucene.Net.Analysis.TokenFilter
- {
- public LengthFilter(Lucene.Net.Analysis.TokenStream in_Renamed, int min, int max) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public partial class LetterTokenizer : Lucene.Net.Analysis.CharTokenizer
- {
- public LetterTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LetterTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LetterTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override bool IsTokenChar(char c) { throw null; }
- }
- public sealed partial class LowerCaseFilter : Lucene.Net.Analysis.TokenFilter
- {
- public LowerCaseFilter(Lucene.Net.Analysis.TokenStream @in) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class LowerCaseTokenizer : Lucene.Net.Analysis.LetterTokenizer
- {
- public LowerCaseTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LowerCaseTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LowerCaseTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override char Normalize(char c) { throw null; }
- }
- public partial class MappingCharFilter : Lucene.Net.Analysis.BaseCharFilter
- {
- public MappingCharFilter(Lucene.Net.Analysis.NormalizeCharMap normMap, Lucene.Net.Analysis.CharStream @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- public MappingCharFilter(Lucene.Net.Analysis.NormalizeCharMap normMap, System.IO.TextReader @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- public override int Read() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- }
- public partial class NormalizeCharMap
- {
- public NormalizeCharMap() { }
- public virtual void Add(string singleMatch, string replacement) { }
- }
- public sealed partial class NumericTokenStream : Lucene.Net.Analysis.TokenStream
- {
- public const string TOKEN_TYPE_FULL_PREC = "fullPrecNumeric";
- public const string TOKEN_TYPE_LOWER_PREC = "lowerPrecNumeric";
- public NumericTokenStream() { }
- public NumericTokenStream(Lucene.Net.Util.AttributeSource source, int precisionStep) { }
- public NumericTokenStream(Lucene.Net.Util.AttributeSource.AttributeFactory factory, int precisionStep) { }
- public NumericTokenStream(int precisionStep) { }
- protected override void Dispose(bool disposing) { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- public Lucene.Net.Analysis.NumericTokenStream SetDoubleValue(double value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetFloatValue(float value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetIntValue(int value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetLongValue(long value_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PerFieldAnalyzerWrapper : Lucene.Net.Analysis.Analyzer
- {
- public PerFieldAnalyzerWrapper(Lucene.Net.Analysis.Analyzer defaultAnalyzer) { }
- public PerFieldAnalyzerWrapper(Lucene.Net.Analysis.Analyzer defaultAnalyzer, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, Lucene.Net.Analysis.Analyzer>> fieldAnalyzers) { }
- public virtual void AddAnalyzer(string fieldName, Lucene.Net.Analysis.Analyzer analyzer) { }
- public override int GetOffsetGap(Lucene.Net.Documents.IFieldable field) { throw null; }
- public override int GetPositionIncrementGap(string fieldName) { throw null; }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class PorterStemFilter : Lucene.Net.Analysis.TokenFilter
- {
- public PorterStemFilter(Lucene.Net.Analysis.TokenStream in_Renamed) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class SimpleAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public SimpleAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StopAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public static System.Collections.Generic.ISet<string> ENGLISH_STOP_WORDS_SET;
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.Collections.Generic.ISet<string> stopWords) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.FileInfo stopwordsFile) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader stopwords) { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StopFilter : Lucene.Net.Analysis.TokenFilter
- {
- public StopFilter(bool enablePositionIncrements, Lucene.Net.Analysis.TokenStream @in, System.Collections.Generic.ISet<string> stopWords) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public StopFilter(bool enablePositionIncrements, Lucene.Net.Analysis.TokenStream input, System.Collections.Generic.ISet<string> stopWords, bool ignoreCase) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public bool EnablePositionIncrements { get { throw null; } set { } }
- public static bool GetEnablePositionIncrementsVersionDefault(Lucene.Net.Util.Version matchVersion) { throw null; }
- public override bool IncrementToken() { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(System.Collections.Generic.IList<object> stopWords) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(System.Collections.Generic.IList<object> stopWords, bool ignoreCase) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(params string[] stopWords) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(string[] stopWords, bool ignoreCase) { throw null; }
- }
- public sealed partial class TeeSinkTokenFilter : Lucene.Net.Analysis.TokenFilter
- {
- public TeeSinkTokenFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public void AddSinkTokenStream(Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream sink) { }
- public void ConsumeAllTokens() { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream NewSinkTokenStream() { throw null; }
- public Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream NewSinkTokenStream(Lucene.Net.Analysis.TeeSinkTokenFilter.SinkFilter filter) { throw null; }
- public partial class AnonymousClassSinkFilter : Lucene.Net.Analysis.TeeSinkTokenFilter.SinkFilter
- {
- public AnonymousClassSinkFilter() { }
- public override bool Accept(Lucene.Net.Util.AttributeSource source) { throw null; }
- }
- public abstract partial class SinkFilter
- {
- protected SinkFilter() { }
- public abstract bool Accept(Lucene.Net.Util.AttributeSource source);
- public virtual void Reset() { }
- }
- public sealed partial class SinkTokenStream : Lucene.Net.Analysis.TokenStream
- {
- internal SinkTokenStream() { }
- protected override void Dispose(bool disposing) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- }
- }
- [System.SerializableAttribute]
- public partial class Token : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute, Lucene.Net.Analysis.Tokenattributes.IOffsetAttribute, Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute, Lucene.Net.Analysis.Tokenattributes.IPositionIncrementAttribute, Lucene.Net.Analysis.Tokenattributes.ITermAttribute, Lucene.Net.Analysis.Tokenattributes.ITypeAttribute, Lucene.Net.Util.IAttribute
- {
- public const string DEFAULT_TYPE = "word";
- public static Lucene.Net.Util.AttributeSource.AttributeFactory TOKEN_ATTRIBUTE_FACTORY;
- public Token() { }
- public Token(char[] startTermBuffer, int termBufferOffset, int termBufferLength, int start, int end) { }
- public Token(int start, int end) { }
- public Token(int start, int end, int flags) { }
- public Token(int start, int end, string typ) { }
- public Token(string text, int start, int end) { }
- public Token(string text, int start, int end, int flags) { }
- public Token(string text, int start, int end, string typ) { }
- public virtual int EndOffset { get { throw null; } set { } }
- public virtual int Flags { get { throw null; } set { } }
- public virtual Lucene.Net.Index.Payload Payload { get { throw null; } set { } }
- public virtual int PositionIncrement { get { throw null; } set { } }
- public virtual int StartOffset { get { throw null; } set { } }
- public string Term { get { throw null; } }
- public string Type { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public virtual Lucene.Net.Analysis.Token Clone(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype) { }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype, char[] newTermBuffer, int offset, int length) { }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype, string newTerm) { }
- public virtual Lucene.Net.Analysis.Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual char[] ResizeTermBuffer(int newSize) { throw null; }
- public virtual void SetOffset(int startOffset, int endOffset) { }
- public void SetTermBuffer(char[] buffer, int offset, int length) { }
- public void SetTermBuffer(string buffer) { }
- public void SetTermBuffer(string buffer, int offset, int length) { }
- public void SetTermLength(int length) { }
- public char[] TermBuffer() { throw null; }
- public int TermLength() { throw null; }
- public override string ToString() { throw null; }
- public partial class TokenAttributeFactory : Lucene.Net.Util.AttributeSource.AttributeFactory
- {
- public TokenAttributeFactory(Lucene.Net.Util.AttributeSource.AttributeFactory delegateFactory) { }
- public override Lucene.Net.Util.Attribute CreateAttributeInstance<T>() { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public abstract partial class TokenFilter : Lucene.Net.Analysis.TokenStream
- {
- protected internal Lucene.Net.Analysis.TokenStream input;
- protected internal TokenFilter(Lucene.Net.Analysis.TokenStream input) { }
- protected override void Dispose(bool disposing) { }
- public override void End() { }
- public override void Reset() { }
- }
- public abstract partial class Tokenizer : Lucene.Net.Analysis.TokenStream
- {
- protected internal System.IO.TextReader input;
- protected internal Tokenizer() { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource source) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- protected internal Tokenizer(System.IO.TextReader input) { }
- protected internal int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public virtual void Reset(System.IO.TextReader input) { }
- }
- public abstract partial class TokenStream : Lucene.Net.Util.AttributeSource, System.IDisposable
- {
- protected internal TokenStream() { }
- protected internal TokenStream(Lucene.Net.Util.AttributeSource input) { }
- protected internal TokenStream(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public virtual void End() { }
- public abstract bool IncrementToken();
- public virtual void Reset() { }
- }
- public sealed partial class WhitespaceAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public WhitespaceAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public partial class WhitespaceTokenizer : Lucene.Net.Analysis.CharTokenizer
- {
- public WhitespaceTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public WhitespaceTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public WhitespaceTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override bool IsTokenChar(char c) { throw null; }
- }
- public partial class WordlistLoader
- {
- public WordlistLoader() { }
- public static System.Collections.Generic.Dictionary<string, string> GetStemDict(System.IO.FileInfo wordstemfile) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.FileInfo wordfile) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.FileInfo wordfile, string comment) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.TextReader reader) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.TextReader reader, string comment) { throw null; }
- }
-}
-namespace Lucene.Net.Analysis.Standard
-{
- public partial class StandardAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public const int DEFAULT_MAX_TOKEN_LENGTH = 255;
- public static readonly System.Collections.Generic.ISet<string> STOP_WORDS_SET;
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.Collections.Generic.ISet<string> stopWords) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.FileInfo stopwords) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader stopwords) { }
- public virtual int MaxTokenLength { get { throw null; } set { } }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StandardFilter : Lucene.Net.Analysis.TokenFilter
- {
- public StandardFilter(Lucene.Net.Analysis.TokenStream in_Renamed) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class StandardTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- public const int ACRONYM = 2;
- [System.ObsoleteAttribute("this solves a bug where HOSTs that end with '.' are identified as ACRONYMs.")]
- public const int ACRONYM_DEP = 8;
- public const int ALPHANUM = 0;
- public const int APOSTROPHE = 1;
- public const int CJ = 7;
- public const int COMPANY = 3;
- public const int EMAIL = 4;
- public const int HOST = 5;
- public const int NUM = 6;
- public static readonly string[] TOKEN_TYPES;
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader input) { }
- public int MaxTokenLength { get { throw null; } set { } }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset(System.IO.TextReader reader) { }
- [System.ObsoleteAttribute("Remove in 3.X and make true the only valid value. See https://issues.apache.org/jira/browse/LUCENE-1068")]
- public void SetReplaceInvalidAcronym(bool replaceInvalidAcronym) { }
- }
-}
-namespace Lucene.Net.Analysis.Tokenattributes
-{
- [System.SerializableAttribute]
- public partial class FlagsAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public FlagsAttribute() { }
- public virtual int Flags { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial interface IFlagsAttribute : Lucene.Net.Util.IAttribute
- {
- int Flags { get; set; }
- }
- public partial interface IOffsetAttribute : Lucene.Net.Util.IAttribute
- {
- int EndOffset { get; }
- int StartOffset { get; }
- void SetOffset(int startOffset, int endOffset);
- }
- public partial interface IPayloadAttribute : Lucene.Net.Util.IAttribute
- {
- Lucene.Net.Index.Payload Payload { get; set; }
- }
- public partial interface IPositionIncrementAttribute : Lucene.Net.Util.IAttribute
- {
- int PositionIncrement { get; set; }
- }
- public partial interface ITermAttribute : Lucene.Net.Util.IAttribute
- {
- string Term { get; }
- char[] ResizeTermBuffer(int newSize);
- void SetTermBuffer(char[] buffer, int offset, int length);
- void SetTermBuffer(string buffer);
- void SetTermBuffer(string buffer, int offset, int length);
- void SetTermLength(int length);
- char[] TermBuffer();
- int TermLength();
- }
- public partial interface ITypeAttribute : Lucene.Net.Util.IAttribute
- {
- string Type { get; set; }
- }
- [System.SerializableAttribute]
- public partial class OffsetAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IOffsetAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public OffsetAttribute() { }
- public virtual int EndOffset { get { throw null; } }
- public virtual int StartOffset { get { throw null; } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void SetOffset(int startOffset, int endOffset) { }
- }
- [System.SerializableAttribute]
- public partial class PayloadAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public PayloadAttribute() { }
- public PayloadAttribute(Lucene.Net.Index.Payload payload) { }
- public virtual Lucene.Net.Index.Payload Payload { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PositionIncrementAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IPositionIncrementAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public PositionIncrementAttribute() { }
- public virtual int PositionIncrement { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.ITermAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public TermAttribute() { }
- public virtual string Term { get { throw null; } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual char[] ResizeTermBuffer(int newSize) { throw null; }
- public virtual void SetTermBuffer(char[] buffer, int offset, int length) { }
- public virtual void SetTermBuffer(string buffer) { }
- public virtual void SetTermBuffer(string buffer, int offset, int length) { }
- public virtual void SetTermLength(int length) { }
- public virtual char[] TermBuffer() { throw null; }
- public virtual int TermLength() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TypeAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.ITypeAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public const string DEFAULT_TYPE = "word";
- public TypeAttribute() { }
- public TypeAttribute(string type) { }
- public virtual string Type { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
-}
-namespace Lucene.Net.Documents
-{
- [System.SerializableAttribute]
- public abstract partial class AbstractField : Lucene.Net.Documents.IFieldable
- {
- protected internal object fieldsData;
- protected internal int internalBinaryLength;
- protected internal int internalbinaryOffset;
- protected internal float internalBoost;
- protected internal bool internalIsBinary;
- protected internal bool internalIsIndexed;
- protected internal bool internalIsStored;
- protected internal bool internalIsTokenized;
- protected internal string internalName;
- protected internal bool internalOmitNorms;
- protected internal bool internalOmitTermFreqAndPositions;
- protected internal bool lazy;
- protected internal bool storeOffsetWithTermVector;
- protected internal bool storePositionWithTermVector;
- protected internal bool storeTermVector;
- protected internal Lucene.Net.Analysis.TokenStream tokenStream;
- protected internal AbstractField() { }
- protected internal AbstractField(string name, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public virtual int BinaryLength { get { throw null; } }
- public virtual int BinaryOffset { get { throw null; } }
- public virtual float Boost { get { throw null; } set { } }
- public bool IsBinary { get { throw null; } }
- public bool IsIndexed { get { throw null; } }
- public virtual bool IsLazy { get { throw null; } }
- public bool IsStored { get { throw null; } }
- public virtual bool IsStoreOffsetWithTermVector { get { throw null; } }
- public virtual bool IsStorePositionWithTermVector { get { throw null; } }
- public bool IsTermVectorStored { get { throw null; } }
- public bool IsTokenized { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual bool OmitNorms { get { throw null; } set { } }
- public virtual bool OmitTermFreqAndPositions { get { throw null; } set { } }
- public abstract System.IO.TextReader ReaderValue { get; }
- public abstract string StringValue { get; }
- public abstract Lucene.Net.Analysis.TokenStream TokenStreamValue { get; }
- public virtual byte[] GetBinaryValue() { throw null; }
- public virtual byte[] GetBinaryValue(byte[] result) { throw null; }
- protected internal virtual void SetStoreTermVector(Lucene.Net.Documents.Field.TermVector termVector) { }
- public override string ToString() { throw null; }
- }
- public partial class CompressionTools
- {
- internal CompressionTools() { }
- public static byte[] Compress(byte[] value_Renamed) { throw null; }
- public static byte[] Compress(byte[] value_Renamed, int offset, int length) { throw null; }
- public static byte[] Compress(byte[] value_Renamed, int offset, int length, int compressionLevel) { throw null; }
- public static byte[] CompressString(string value_Renamed) { throw null; }
- public static byte[] CompressString(string value_Renamed, int compressionLevel) { throw null; }
- public static byte[] Decompress(byte[] value_Renamed) { throw null; }
- public static string DecompressString(byte[] value_Renamed) { throw null; }
- }
- [System.ObsoleteAttribute("If you build a new index, use DateTools or NumericField instead.This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).")]
- public partial class DateField
- {
- internal DateField() { }
- public static string DateToString(System.DateTime date) { throw null; }
- public static string MAX_DATE_STRING() { throw null; }
- public static string MIN_DATE_STRING() { throw null; }
- public static System.DateTime StringToDate(string s) { throw null; }
- public static long StringToTime(string s) { throw null; }
- public static string TimeToString(long time) { throw null; }
- }
- public partial class DateTools
- {
- internal DateTools() { }
- public static string DateToString(System.DateTime date, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static System.DateTime Round(System.DateTime date, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static long Round(long time, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static System.DateTime StringToDate(string dateString) { throw null; }
- public static long StringToTime(string dateString) { throw null; }
- public static string TimeToString(long time, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public partial class Resolution
- {
- internal Resolution() { }
- public static readonly Lucene.Net.Documents.DateTools.Resolution DAY;
- public static readonly Lucene.Net.Documents.DateTools.Resolution HOUR;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MILLISECOND;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MINUTE;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MONTH;
- public static readonly Lucene.Net.Documents.DateTools.Resolution SECOND;
- public static readonly Lucene.Net.Documents.DateTools.Resolution YEAR;
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class Document
- {
- public Document() { }
- public float Boost { get { throw null; } set { } }
- public System.Collections.Generic.IList<Lucene.Net.Documents.IFieldable> fields_ForNUnit { get { throw null; } }
- public void Add(Lucene.Net.Documents.IFieldable field) { }
- public string Get(string name) { throw null; }
- public byte[] GetBinaryValue(string name) { throw null; }
- public byte[][] GetBinaryValues(string name) { throw null; }
- public Lucene.Net.Documents.Field GetField(string name) { throw null; }
- public Lucene.Net.Documents.IFieldable GetFieldable(string name) { throw null; }
- public Lucene.Net.Documents.IFieldable[] GetFieldables(string name) { throw null; }
- public System.Collections.Generic.IList<Lucene.Net.Documents.IFieldable> GetFields() { throw null; }
- public Lucene.Net.Documents.Field[] GetFields(string name) { throw null; }
- public string[] GetValues(string name) { throw null; }
- public void RemoveField(string name) { }
- public void RemoveFields(string name) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class Field : Lucene.Net.Documents.AbstractField, Lucene.Net.Documents.IFieldable
- {
- public Field(string name, Lucene.Net.Analysis.TokenStream tokenStream) { }
- public Field(string name, Lucene.Net.Analysis.TokenStream tokenStream, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, bool internName, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, byte[] value_Renamed, Lucene.Net.Documents.Field.Store store) { }
- public Field(string name, byte[] value_Renamed, int offset, int length, Lucene.Net.Documents.Field.Store store) { }
- public Field(string name, System.IO.TextReader reader) { }
- public Field(string name, System.IO.TextReader reader, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index) { }
- public Field(string name, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public override System.IO.TextReader ReaderValue { get { throw null; } }
- public override string StringValue { get { throw null; } }
- public override Lucene.Net.Analysis.TokenStream TokenStreamValue { get { throw null; } }
- public void SetTokenStream(Lucene.Net.Analysis.TokenStream tokenStream) { }
- public void SetValue(byte[] value) { }
- public void SetValue(byte[] value, int offset, int length) { }
- public void SetValue(System.IO.TextReader value) { }
- public void SetValue(string value) { }
- public enum Index
- {
- ANALYZED = 1,
- ANALYZED_NO_NORMS = 4,
- NO = 0,
- NOT_ANALYZED = 2,
- NOT_ANALYZED_NO_NORMS = 3,
- }
- public enum Store
- {
- NO = 1,
- YES = 0,
- }
- public enum TermVector
- {
- NO = 0,
- WITH_OFFSETS = 3,
- WITH_POSITIONS = 2,
- WITH_POSITIONS_OFFSETS = 4,
- YES = 1,
- }
- }
- public static partial class FieldExtensions
- {
- public static bool IsAnalyzed(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static bool IsIndexed(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static bool IsStored(this Lucene.Net.Documents.Field.Store store) { throw null; }
- public static bool IsStored(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- public static bool OmitNorms(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static Lucene.Net.Documents.Field.Index ToIndex(bool indexed, bool analyed) { throw null; }
- public static Lucene.Net.Documents.Field.Index ToIndex(bool indexed, bool analyzed, bool omitNorms) { throw null; }
- public static Lucene.Net.Documents.Field.TermVector ToTermVector(bool stored, bool withOffsets, bool withPositions) { throw null; }
- public static bool WithOffsets(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- public static bool WithPositions(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- }
- public partial interface FieldSelector
- {
- Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName);
- }
- public enum FieldSelectorResult
- {
- INVALID = 0,
- LAZY_LOAD = 2,
- LOAD = 1,
- LOAD_AND_BREAK = 4,
- NO_LOAD = 3,
- SIZE = 5,
- SIZE_AND_BREAK = 6,
- }
- public partial interface IFieldable
- {
- int BinaryLength { get; }
- int BinaryOffset { get; }
- float Boost { get; set; }
- bool IsBinary { get; }
- bool IsIndexed { get; }
- bool IsLazy { get; }
- bool IsStored { get; }
- bool IsStoreOffsetWithTermVector { get; }
- bool IsStorePositionWithTermVector { get; }
- bool IsTermVectorStored { get; }
- bool IsTokenized { get; }
- string Name { get; }
- bool OmitNorms { get; set; }
- bool OmitTermFreqAndPositions { get; set; }
- System.IO.TextReader ReaderValue { get; }
- string StringValue { get; }
- Lucene.Net.Analysis.TokenStream TokenStreamValue { get; }
- byte[] GetBinaryValue();
- byte[] GetBinaryValue(byte[] result);
- }
- [System.SerializableAttribute]
- public partial class LoadFirstFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public LoadFirstFieldSelector() { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MapFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public MapFieldSelector(System.Collections.Generic.IDictionary<string, Lucene.Net.Documents.FieldSelectorResult> fieldSelections) { }
- public MapFieldSelector(System.Collections.Generic.IList<string> fields) { }
- public MapFieldSelector(params string[] fields) { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string field) { throw null; }
- }
- [System.ObsoleteAttribute("For new indexes use NumericUtils instead, which provides a sortable binary representation (prefix encoded) of numeric values. To index and efficiently query numeric values use NumericField and NumericRangeQuery. This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).")]
- public partial class NumberTools
- {
- public static readonly string MAX_STRING_VALUE;
- public static readonly string MIN_STRING_VALUE;
- public static readonly int STR_SIZE;
- public NumberTools() { }
- public static string LongToString(long l) { throw null; }
- public static long StringToLong(string str) { throw null; }
- public static long ToLong(string t) { throw null; }
- public static string ToString(long lval) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericField : Lucene.Net.Documents.AbstractField
- {
- public NumericField(string name) { }
- public NumericField(string name, Lucene.Net.Documents.Field.Store store, bool index) { }
- public NumericField(string name, int precisionStep) { }
- public NumericField(string name, int precisionStep, Lucene.Net.Documents.Field.Store store, bool index) { }
- public System.ValueType NumericValue { get { throw null; } }
- public override System.IO.TextReader ReaderValue { get { throw null; } }
- public override string StringValue { get { throw null; } }
- public override Lucene.Net.Analysis.TokenStream TokenStreamValue { get { throw null; } }
- public override byte[] GetBinaryValue(byte[] result) { throw null; }
- public Lucene.Net.Documents.NumericField SetDoubleValue(double value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetFloatValue(float value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetIntValue(int value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetLongValue(long value_Renamed) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SetBasedFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public SetBasedFieldSelector(System.Collections.Generic.ISet<string> fieldsToLoad, System.Collections.Generic.ISet<string> lazyFieldsToLoad) { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName) { throw null; }
- }
-}
-namespace Lucene.Net.Index
-{
- public abstract partial class AbstractAllTermDocs : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- protected int internalDoc;
- protected int maxDoc;
- protected AbstractAllTermDocs(int maxDoc) { }
- public int Doc { get { throw null; } }
- public int Freq { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract bool IsDeleted(int doc);
- public bool Next() { throw null; }
- public int Read(int[] docs, int[] freqs) { throw null; }
- public void Seek(Lucene.Net.Index.Term term) { }
- public void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public bool SkipTo(int target) { throw null; }
- }
- public sealed partial class ByteBlockPool
- {
- public byte[] buffer;
- public byte[][] buffers;
- public int byteOffset;
- public int byteUpto;
- public static readonly int FIRST_LEVEL_SIZE_For_NUnit_Test;
- public ByteBlockPool(Lucene.Net.Index.ByteBlockPool.Allocator allocator, bool trackAllocations) { }
- public static int FIRST_LEVEL_SIZE_ForNUnit { get { throw null; } }
- public int AllocSlice(byte[] slice, int upto) { throw null; }
- public int NewSlice(int size) { throw null; }
- public void NextBuffer() { }
- public void Reset() { }
- public abstract partial class Allocator
- {
- protected Allocator() { }
- public abstract byte[] GetByteBlock(bool trackAllocations);
- public abstract void RecycleByteBlocks(byte[][] blocks, int start, int end);
- public abstract void RecycleByteBlocks(System.Collections.Generic.IList<byte[]> blocks);
- }
- }
- public sealed partial class ByteSliceReader : Lucene.Net.Store.IndexInput
- {
- public int bufferOffset;
- public int endIndex;
- public int upto;
- public ByteSliceReader() { }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public bool Eof() { throw null; }
- public void Init(Lucene.Net.Index.ByteBlockPool pool, int startIndex, int endIndex) { }
- public override long Length() { throw null; }
- public void NextSlice() { }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- public long WriteTo(Lucene.Net.Store.IndexOutput @out) { throw null; }
- }
- public sealed partial class ByteSliceWriter
- {
- public ByteSliceWriter(Lucene.Net.Index.ByteBlockPool pool) { }
- public int Address { get { throw null; } }
- public void Init(int address) { }
- public void WriteByte(byte b) { }
- public void WriteBytes(byte[] b, int offset, int len) { }
- public void WriteVInt(int i) { }
- }
- public partial class CheckIndex
- {
- public CheckIndex(Lucene.Net.Store.Directory dir) { }
- public virtual Lucene.Net.Index.CheckIndex.Status CheckIndex_Renamed_Method() { throw null; }
- public virtual Lucene.Net.Index.CheckIndex.Status CheckIndex_Renamed_Method(System.Collections.Generic.List<string> onlySegments) { throw null; }
- public virtual void FixIndex(Lucene.Net.Index.CheckIndex.Status result) { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public virtual void SetInfoStream(System.IO.StreamWriter @out) { }
- public partial class Status
- {
- public bool cantOpenSegments;
- public bool clean;
- public Lucene.Net.Store.Directory dir;
- public bool missingSegments;
- public bool missingSegmentVersion;
- public int numBadSegments;
- public int numSegments;
- public bool @partial;
- public string segmentFormat;
- public System.Collections.Generic.IList<Lucene.Net.Index.CheckIndex.Status.SegmentInfoStatus> segmentInfos;
- public System.Collections.Generic.List<string> segmentsChecked;
- public string segmentsFileName;
- public bool toolOutOfDate;
- public int totLoseDocCount;
- public System.Collections.Generic.IDictionary<string, string> userData;
- public Status() { }
- public sealed partial class FieldNormStatus
- {
- public System.Exception error;
- public long totFields;
- public FieldNormStatus() { }
- }
- public partial class SegmentInfoStatus
- {
- public bool compound;
- public string deletionsFileName;
- public System.Collections.Generic.IDictionary<string, string> diagnostics;
- public int docCount;
- public bool docStoreCompoundFile;
- public int docStoreOffset;
- public string docStoreSegment;
- public Lucene.Net.Index.CheckIndex.Status.FieldNormStatus fieldNormStatus;
- public bool hasDeletions;
- public bool hasProx;
- public string name;
- public int numDeleted;
- public int numFiles;
- public bool openReaderPassed;
- public double sizeMB;
- public Lucene.Net.Index.CheckIndex.Status.StoredFieldStatus storedFieldStatus;
- public Lucene.Net.Index.CheckIndex.Status.TermIndexStatus termIndexStatus;
- public Lucene.Net.Index.CheckIndex.Status.TermVectorStatus termVectorStatus;
- public SegmentInfoStatus() { }
- }
- public sealed partial class StoredFieldStatus
- {
- public int docCount;
- public System.Exception error;
- public long totFields;
- public StoredFieldStatus() { }
- }
- public sealed partial class TermIndexStatus
- {
- public System.Exception error;
- public long termCount;
- public long totFreq;
- public long totPos;
- public TermIndexStatus() { }
- }
- public sealed partial class TermVectorStatus
- {
- public int docCount;
- public System.Exception error;
- public long totVectors;
- public TermVectorStatus() { }
- }
- }
- }
- public partial class CompoundFileReader : Lucene.Net.Store.Directory
- {
- public CompoundFileReader(Lucene.Net.Store.Directory dir, string name) { }
- public CompoundFileReader(Lucene.Net.Store.Directory dir, string name, int readBufferSize) { }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.Lock MakeLock(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string id) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string id, int readBufferSize) { throw null; }
- public void RenameFile(string from, string to) { }
- public override void TouchFile(string name) { }
- public sealed partial class CSIndexInput : Lucene.Net.Store.BufferedIndexInput
- {
- internal CSIndexInput() { }
- public Lucene.Net.Store.IndexInput base_Renamed_ForNUnit { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override void ReadInternal(byte[] b, int offset, int len) { }
- public override void SeekInternal(long pos) { }
- }
- }
- public sealed partial class CompoundFileWriter : System.IDisposable
- {
- public CompoundFileWriter(Lucene.Net.Store.Directory dir, string name) { }
- public Lucene.Net.Store.Directory Directory { get { throw null; } }
- public string Name { get { throw null; } }
- public void AddFile(string file) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- }
- public partial class ConcurrentMergeScheduler : Lucene.Net.Index.MergeScheduler
- {
- protected internal Lucene.Net.Store.Directory dir;
- protected internal int mergeThreadCount;
- protected internal System.Collections.Generic.IList<Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread> mergeThreads;
- protected internal Lucene.Net.Index.IndexWriter writer;
- public ConcurrentMergeScheduler() { }
- public virtual int MaxThreadCount { get { throw null; } set { } }
- public static bool AnyUnhandledExceptions() { throw null; }
- public virtual void ClearSuppressExceptions() { }
- public static void ClearUnhandledExceptions() { }
- protected override void Dispose(bool disposing) { }
- protected internal virtual void DoMerge(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- protected internal virtual Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread GetMergeThread(Lucene.Net.Index.IndexWriter writer, Lucene.Net.Index.MergePolicy.OneMerge merge) { throw null; }
- public virtual int GetMergeThreadPriority() { throw null; }
- protected internal virtual void HandleMergeException(System.Exception exc) { }
- public override void Merge(Lucene.Net.Index.IndexWriter writer) { }
- public virtual void SetMergeThreadPriority(int pri) { }
- public virtual void SetSuppressExceptions() { }
- public static void SetTestMode() { }
- public virtual void Sync() { }
- public partial class MergeThread : Lucene.Net.Support.ThreadClass
- {
- public MergeThread(Lucene.Net.Index.ConcurrentMergeScheduler enclosingInstance, Lucene.Net.Index.IndexWriter writer, Lucene.Net.Index.MergePolicy.OneMerge startMerge) { }
- public Lucene.Net.Index.ConcurrentMergeScheduler Enclosing_Instance { get { throw null; } }
- public virtual Lucene.Net.Index.MergePolicy.OneMerge RunningMerge { get { throw null; } }
- public override void Run() { }
- public virtual void SetRunningMerge(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual void SetThreadPriority(int pri) { }
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class CorruptIndexException : System.IO.IOException
- {
- public CorruptIndexException(string message) { }
- public CorruptIndexException(string message, System.Exception exp) { }
- }
- public partial class DirectoryReader : Lucene.Net.Index.IndexReader
- {
- internal DirectoryReader() { }
- protected internal Lucene.Net.Store.Directory internalDirectory;
- protected internal bool readOnly;
- public override System.Collections.Generic.IDictionary<string, string> CommitUserData { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override Lucene.Net.Index.IndexCommit IndexCommit { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override int TermInfosIndexDivisor { get { throw null; } }
- public override long Version { get { throw null; } }
- protected internal override void AcquireWriteLock() { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public static new System.Collections.Generic.ICollection<Lucene.Net.Index.IndexCommit> ListCommits(Lucene.Net.Store.Directory dir) { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen(Lucene.Net.Index.IndexCommit commit) { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen(bool openReadOnly) { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class DocumentsWriter : System.IDisposable
- {
- internal DocumentsWriter() { }
- public static int BYTE_BLOCK_SIZE_ForNUnit { get { throw null; } }
- public static int CHAR_BLOCK_SIZE_ForNUnit { get { throw null; } }
- public void Dispose() { }
- }
- public sealed partial class FieldInfo : System.ICloneable
- {
- internal FieldInfo() { }
- public bool isIndexed_ForNUnit { get { throw null; } }
- public string name_ForNUnit { get { throw null; } }
- public bool omitNorms_ForNUnit { get { throw null; } }
- public bool omitTermFreqAndPositions_ForNUnit { get { throw null; } }
- public bool storePayloads_ForNUnit { get { throw null; } }
- public bool storeTermVector_ForNUnit { get { throw null; } }
- public object Clone() { throw null; }
- }
- public sealed partial class FieldInfos : System.ICloneable
- {
- public const int FORMAT_PRE = -1;
- public const int FORMAT_START = -2;
- public FieldInfos() { }
- public FieldInfos(Lucene.Net.Store.Directory d, string name) { }
- public void Add(Lucene.Net.Documents.Document doc) { }
- public void Add(System.Collections.Generic.ICollection<string> names, bool isIndexed) { }
- public void Add(string name, bool isIndexed) { }
- public void Add(string name, bool isIndexed, bool storeTermVector) { }
- public void Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector) { }
- public void Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms) { }
- public Lucene.Net.Index.FieldInfo Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms, bool storePayloads, bool omitTermFreqAndPositions) { throw null; }
- public void AddIndexed(System.Collections.Generic.ICollection<string> names, bool storeTermVectors, bool storePositionWithTermVector, bool storeOffsetWithTermVector) { }
- public object Clone() { throw null; }
- public Lucene.Net.Index.FieldInfo FieldInfo(int fieldNumber) { throw null; }
- public Lucene.Net.Index.FieldInfo FieldInfo(string fieldName) { throw null; }
- public string FieldName(int fieldNumber) { throw null; }
- public int FieldNumber(string fieldName) { throw null; }
- public bool HasVectors() { throw null; }
- public int Size() { throw null; }
- public void Write(Lucene.Net.Store.Directory d, string name) { }
- public void Write(Lucene.Net.Store.IndexOutput output) { }
- }
- public sealed partial class FieldInvertState
- {
- public FieldInvertState() { }
- public FieldInvertState(int position, int length, int numOverlap, int offset, float boost) { }
- public Lucene.Net.Util.AttributeSource AttributeSource { get { throw null; } }
- public float Boost { get { throw null; } }
- public int Length { get { throw null; } }
- public int NumOverlap { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class FieldReaderException : System.SystemException
- {
- public FieldReaderException() { }
- public FieldReaderException(System.Exception cause) { }
- public FieldReaderException(string message) { }
- public FieldReaderException(string message, System.Exception cause) { }
- }
- public partial class FieldSortedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public FieldSortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public FieldSortedTermVectorMapper(System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public virtual System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> Comparator { get { throw null; } }
- public virtual System.Collections.Generic.IDictionary<string, System.Collections.Generic.SortedSet<Lucene.Net.Index.TermVectorEntry>> FieldToTerms { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- }
- public sealed partial class FieldsReader : System.ICloneable, System.IDisposable
- {
- public FieldsReader(Lucene.Net.Store.Directory d, string segment, Lucene.Net.Index.FieldInfos fn) { }
- public object Clone() { throw null; }
- public void Dispose() { }
- public Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public int Size() { throw null; }
- }
- public partial class FilterIndexReader : Lucene.Net.Index.IndexReader
- {
- protected internal Lucene.Net.Index.IndexReader in_Renamed;
- public FilterIndexReader(Lucene.Net.Index.IndexReader in_Renamed) { }
- public override object DeletesCacheKey { get { throw null; } }
- public override object FieldCacheKey { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal override void DoSetNorm(int d, string f, byte b) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string f) { throw null; }
- public override void Norms(string f, byte[] bytes, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t) { throw null; }
- public partial class FilterTermDocs : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- protected internal Lucene.Net.Index.TermDocs in_Renamed;
- public FilterTermDocs(Lucene.Net.Index.TermDocs in_Renamed) { }
- public virtual int Doc { get { throw null; } }
- public virtual int Freq { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual bool Next() { throw null; }
- public virtual int Read(int[] docs, int[] freqs) { throw null; }
- public virtual void Seek(Lucene.Net.Index.Term term) { }
- public virtual void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public virtual bool SkipTo(int i) { throw null; }
- }
- public partial class FilterTermEnum : Lucene.Net.Index.TermEnum
- {
- protected internal Lucene.Net.Index.TermEnum in_Renamed;
- public FilterTermEnum(Lucene.Net.Index.TermEnum in_Renamed) { }
- public override Lucene.Net.Index.Term Term { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override int DocFreq() { throw null; }
- public override bool Next() { throw null; }
- }
- public partial class FilterTermPositions : Lucene.Net.Index.FilterIndexReader.FilterTermDocs, Lucene.Net.Index.TermDocs, Lucene.Net.Index.TermPositions, System.IDisposable
- {
- public FilterTermPositions(Lucene.Net.Index.TermPositions in_Renamed) : base (default(Lucene.Net.Index.TermDocs)) { }
- public virtual bool IsPayloadAvailable { get { throw null; } }
- public virtual int PayloadLength { get { throw null; } }
- public virtual byte[] GetPayload(byte[] data, int offset) { throw null; }
- public virtual int NextPosition() { throw null; }
- }
- }
- public abstract partial class IndexCommit
- {
- protected IndexCommit() { }
- public abstract Lucene.Net.Store.Directory Directory { get; }
- public abstract System.Collections.Generic.ICollection<string> FileNames { get; }
- public abstract long Generation { get; }
- public abstract bool IsDeleted { get; }
- public abstract bool IsOptimized { get; }
- public abstract string SegmentsFileName { get; }
- public virtual long Timestamp { get { throw null; } }
- public abstract System.Collections.Generic.IDictionary<string, string> UserData { get; }
- public abstract long Version { get; }
- public abstract void Delete();
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial interface IndexDeletionPolicy
- {
- void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit;
- void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit;
- }
- public sealed partial class IndexFileDeleter : System.IDisposable
- {
- public static bool VERBOSE_REF_COUNTS;
- public IndexFileDeleter(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy policy, Lucene.Net.Index.SegmentInfos segmentInfos, System.IO.StreamWriter infoStream, Lucene.Net.Index.DocumentsWriter docWriter, System.Collections.Generic.HashSet<string> synced) { }
- public Lucene.Net.Index.SegmentInfos LastSegmentInfos { get { throw null; } }
- public void Checkpoint(Lucene.Net.Index.SegmentInfos segmentInfos, bool isCommit) { }
- public void Dispose() { }
- public bool Exists(string fileName) { throw null; }
- public void Refresh() { }
- public void Refresh(string segmentName) { }
- }
- public partial class IndexFileNameFilter
- {
- internal IndexFileNameFilter() { }
- public static Lucene.Net.Index.IndexFileNameFilter Filter { get { throw null; } }
- public virtual bool Accept(System.IO.FileInfo dir, string name) { throw null; }
- public virtual bool IsCFSFile(string name) { throw null; }
- }
- public sealed partial class IndexFileNames
- {
- public static readonly string[] COMPOUND_EXTENSIONS;
- public const string COMPOUND_FILE_EXTENSION = "cfs";
- public const string COMPOUND_FILE_STORE_EXTENSION = "cfx";
- public const string DELETABLE = "deletable";
- public const string FIELDS_EXTENSION = "fdt";
- public const string FIELDS_INDEX_EXTENSION = "fdx";
- public const string FIELD_INFOS_EXTENSION = "fnm";
- public const string FREQ_EXTENSION = "frq";
- public const string GEN_EXTENSION = "gen";
- public static readonly string[] INDEX_EXTENSIONS;
- public static readonly string[] INDEX_EXTENSIONS_IN_COMPOUND_FILE;
- public static readonly string[] NON_STORE_INDEX_EXTENSIONS;
- public const string NORMS_EXTENSION = "nrm";
- public const string PLAIN_NORMS_EXTENSION = "f";
- public const string PROX_EXTENSION = "prx";
- public const string SEGMENTS = "segments";
- public const string SEGMENTS_GEN = "segments.gen";
- public const string SEPARATE_NORMS_EXTENSION = "s";
- public static readonly string[] STORE_INDEX_EXTENSIONS;
- public const string TERMS_EXTENSION = "tis";
- public const string TERMS_INDEX_EXTENSION = "tii";
- public const string VECTORS_DOCUMENTS_EXTENSION = "tvd";
- public const string VECTORS_FIELDS_EXTENSION = "tvf";
- public const string VECTORS_INDEX_EXTENSION = "tvx";
- public static readonly string[] VECTOR_EXTENSIONS;
- public IndexFileNames() { }
- public static string FileNameFromGeneration(string base_Renamed, string extension, long gen) { throw null; }
- }
- public abstract partial class IndexReader : System.ICloneable, System.IDisposable
- {
- protected internal static int DEFAULT_TERMS_INDEX_DIVISOR;
- protected internal bool hasChanges;
- protected internal IndexReader() { }
- public virtual System.Collections.Generic.IDictionary<string, string> CommitUserData { get { throw null; } }
- public virtual object DeletesCacheKey { get { throw null; } }
- public virtual object FieldCacheKey { get { throw null; } }
- public abstract bool HasDeletions { get; }
- public virtual Lucene.Net.Index.IndexCommit IndexCommit { get { throw null; } }
- public Lucene.Net.Documents.Document this[int doc] { get { throw null; } }
- public abstract int MaxDoc { get; }
- public virtual int NumDeletedDocs { get { throw null; } }
- public virtual int RefCount { get { throw null; } }
- public virtual int TermInfosIndexDivisor { get { throw null; } }
- public virtual long UniqueTermCount { get { throw null; } }
- public virtual long Version { get { throw null; } }
- protected internal virtual void AcquireWriteLock() { }
- public virtual object Clone() { throw null; }
- public virtual Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Commit() { }
- public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public virtual void DecRef() { }
- public virtual void DeleteDocument(int docNum) { }
- public virtual int DeleteDocuments(Lucene.Net.Index.Term term) { throw null; }
- public virtual Lucene.Net.Store.Directory Directory() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public abstract int DocFreq(Lucene.Net.Index.Term t);
- protected internal abstract void DoClose();
- protected internal abstract void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData);
- public virtual Lucene.Net.Documents.Document Document(int n) { throw null; }
- public abstract Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector);
- protected internal abstract void DoDelete(int docNum);
- protected internal abstract void DoSetNorm(int doc, string field, byte value_Renamed);
- protected internal abstract void DoUndeleteAll();
- protected internal void EnsureOpen() { }
- public void Flush() { }
- public void Flush(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public static System.Collections.Generic.IDictionary<string, string> GetCommitUserData(Lucene.Net.Store.Directory directory) { throw null; }
- public static long GetCurrentVersion(Lucene.Net.Store.Directory directory) { throw null; }
- public abstract System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fldOption);
- public virtual Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public abstract void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper);
- public abstract Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field);
- public abstract void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper);
- public abstract Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber);
- public virtual bool HasNorms(string field) { throw null; }
- public virtual void IncRef() { }
- public static bool IndexExists(Lucene.Net.Store.Directory directory) { throw null; }
- public virtual bool IsCurrent() { throw null; }
- public abstract bool IsDeleted(int n);
- public virtual bool IsOptimized() { throw null; }
- public static long LastModified(Lucene.Net.Store.Directory directory2) { throw null; }
- public static System.Collections.Generic.ICollection<Lucene.Net.Index.IndexCommit> ListCommits(Lucene.Net.Store.Directory dir) { throw null; }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public abstract byte[] Norms(string field);
- public abstract void Norms(string field, byte[] bytes, int offset);
- public abstract int NumDocs();
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, bool readOnly) { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen(Lucene.Net.Index.IndexCommit commit) { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen(bool openReadOnly) { throw null; }
- public virtual void SetNorm(int doc, string field, byte value) { }
- public virtual void SetNorm(int doc, string field, float value) { }
- public abstract Lucene.Net.Index.TermDocs TermDocs();
- public virtual Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public abstract Lucene.Net.Index.TermPositions TermPositions();
- public virtual Lucene.Net.Index.TermPositions TermPositions(Lucene.Net.Index.Term term) { throw null; }
- public abstract Lucene.Net.Index.TermEnum Terms();
- public abstract Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t);
- public virtual void UndeleteAll() { }
- public sealed partial class FieldOption
- {
- internal FieldOption() { }
- public static readonly Lucene.Net.Index.IndexReader.FieldOption ALL;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED_NO_TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED_WITH_TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption OMIT_TERM_FREQ_AND_POSITIONS;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption STORES_PAYLOADS;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_OFFSET;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_POSITION;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_POSITION_OFFSET;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption UNINDEXED;
- public override string ToString() { throw null; }
- }
- }
- public partial class IndexWriter : System.IDisposable
- {
- public static readonly int DEFAULT_MAX_BUFFERED_DELETE_TERMS;
- public static readonly int DEFAULT_MAX_BUFFERED_DOCS;
- public const int DEFAULT_MAX_FIELD_LENGTH = 10000;
- public const double DEFAULT_RAM_BUFFER_SIZE_MB = 16;
- public const int DEFAULT_TERM_INDEX_INTERVAL = 128;
- public const int DISABLE_AUTO_FLUSH = -1;
- public static readonly int MAX_TERM_LENGTH;
- public const string WRITE_LOCK_NAME = "write.lock";
- public static long WRITE_LOCK_TIMEOUT;
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl, Lucene.Net.Index.IndexCommit commit) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, bool create, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, bool create, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public virtual Lucene.Net.Analysis.Analyzer Analyzer { get { throw null; } }
- public static System.IO.StreamWriter DefaultInfoStream { get { throw null; } set { } }
- public static long DefaultWriteLockTimeout { get { throw null; } set { } }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- public virtual System.IO.StreamWriter InfoStream { get { throw null; } }
- public virtual int MaxMergeDocs { get { throw null; } set { } }
- public virtual Lucene.Net.Index.IndexWriter.IndexReaderWarmer MergedSegmentWarmer { get { throw null; } set { } }
- public virtual int MergeFactor { get { throw null; } set { } }
- public virtual Lucene.Net.Index.MergePolicy MergePolicy { get { throw null; } }
- public virtual Lucene.Net.Index.MergeScheduler MergeScheduler { get { throw null; } }
- public int ReaderTermsIndexDivisor { get { throw null; } set { } }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public virtual int TermIndexInterval { get { throw null; } set { } }
- public virtual bool UseCompoundFile { get { throw null; } set { } }
- public virtual bool Verbose { get { throw null; } }
- public virtual long WriteLockTimeout { get { throw null; } set { } }
- public virtual void AddDocument(Lucene.Net.Documents.Document doc) { }
- public virtual void AddDocument(Lucene.Net.Documents.Document doc, Lucene.Net.Analysis.Analyzer analyzer) { }
- public virtual void AddIndexes(params Lucene.Net.Index.IndexReader[] readers) { }
- public virtual void AddIndexesNoOptimize(params Lucene.Net.Store.Directory[] dirs) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- [System.ObsoleteAttribute("Use Dispose(bool) instead")]
- public virtual void Close(bool waitForMerges) { }
- public void Commit() { }
- public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public virtual void DeleteAll() { }
- public virtual void DeleteDocuments(Lucene.Net.Index.Term term) { }
- public virtual void DeleteDocuments(params Lucene.Net.Index.Term[] terms) { }
- public virtual void DeleteDocuments(Lucene.Net.Search.Query query) { }
- public virtual void DeleteDocuments(params Lucene.Net.Search.Query[] queries) { }
- public virtual void Dispose() { }
- public virtual void Dispose(bool waitForMerges) { }
- protected virtual void Dispose(bool disposing, bool waitForMerges) { }
- protected virtual void DoAfterFlush() { }
- protected virtual void DoBeforeFlush() { }
- protected internal void EnsureOpen() { }
- protected internal void EnsureOpen(bool includePendingClose) { }
- public virtual void ExpungeDeletes() { }
- public virtual void ExpungeDeletes(bool doWait) { }
- public void Flush(bool triggerMerge, bool flushDocStores, bool flushDeletes) { }
- public int GetDocCount(int i) { throw null; }
- public virtual int GetMaxBufferedDeleteTerms() { throw null; }
- public virtual int GetMaxBufferedDocs() { throw null; }
- public virtual int GetMaxFieldLength() { throw null; }
- public virtual double GetRAMBufferSizeMB() { throw null; }
- public virtual Lucene.Net.Index.IndexReader GetReader() { throw null; }
- public virtual Lucene.Net.Index.IndexReader GetReader(int termInfosIndexDivisor) { throw null; }
- public virtual bool HasDeletions() { throw null; }
- public static bool IsLocked(Lucene.Net.Store.Directory directory) { throw null; }
- public virtual int MaxDoc() { throw null; }
- public void MaybeMerge() { }
- public void Merge_ForNUnit(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual void Message(string message) { }
- public virtual Lucene.Net.Index.SegmentInfo NewestSegment() { throw null; }
- public virtual int NumDeletedDocs(Lucene.Net.Index.SegmentInfo info) { throw null; }
- public virtual int NumDocs() { throw null; }
- public int NumRamDocs() { throw null; }
- public virtual void Optimize() { }
- public virtual void Optimize(bool doWait) { }
- public virtual void Optimize(int maxNumSegments) { }
- public virtual void Optimize(int maxNumSegments, bool doWait) { }
- public void PrepareCommit() { }
- public long RamSizeInBytes() { throw null; }
- public virtual void Rollback() { }
- public virtual string SegString() { throw null; }
- public virtual void SetInfoStream(System.IO.StreamWriter infoStream) { }
- public virtual void SetMaxBufferedDeleteTerms(int maxBufferedDeleteTerms) { }
- public virtual void SetMaxBufferedDocs(int maxBufferedDocs) { }
- public virtual void SetMaxFieldLength(int maxFieldLength) { }
- public virtual void SetMergePolicy(Lucene.Net.Index.MergePolicy mp) { }
- public virtual void SetMergeScheduler(Lucene.Net.Index.MergeScheduler mergeScheduler) { }
- public virtual void SetRAMBufferSizeMB(double mb) { }
- public virtual void SetSimilarity(Lucene.Net.Search.Similarity similarity) { }
- public virtual bool TestPoint(string name) { throw null; }
- public static void Unlock(Lucene.Net.Store.Directory directory) { }
- public virtual void UpdateDocument(Lucene.Net.Index.Term term, Lucene.Net.Documents.Document doc) { }
- public virtual void UpdateDocument(Lucene.Net.Index.Term term, Lucene.Net.Documents.Document doc, Lucene.Net.Analysis.Analyzer analyzer) { }
- public virtual void WaitForMerges() { }
- public abstract partial class IndexReaderWarmer
- {
- protected IndexReaderWarmer() { }
- public abstract void Warm(Lucene.Net.Index.IndexReader reader);
- }
- public sealed partial class MaxFieldLength
- {
- public static readonly Lucene.Net.Index.IndexWriter.MaxFieldLength LIMITED;
- public static readonly Lucene.Net.Index.IndexWriter.MaxFieldLength UNLIMITED;
- public MaxFieldLength(int limit) { }
- public int Limit { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- public partial interface ITermFreqVector
- {
- string Field { get; }
- int Size { get; }
- int[] GetTermFrequencies();
- string[] GetTerms();
- int[] IndexesOf(string[] terms, int start, int len);
- int IndexOf(string term);
- }
- public sealed partial class KeepOnlyLastCommitDeletionPolicy : Lucene.Net.Index.IndexDeletionPolicy
- {
- public KeepOnlyLastCommitDeletionPolicy() { }
- public void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- }
- public partial class LogByteSizeMergePolicy : Lucene.Net.Index.LogMergePolicy
- {
- public static readonly long DEFAULT_MAX_MERGE_MB;
- public const double DEFAULT_MIN_MERGE_MB = 1.6;
- public LogByteSizeMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual double MaxMergeMB { get { throw null; } set { } }
- public virtual double MinMergeMB { get { throw null; } set { } }
- protected override void Dispose(bool disposing) { }
- protected internal override long Size(Lucene.Net.Index.SegmentInfo info) { throw null; }
- }
- public partial class LogDocMergePolicy : Lucene.Net.Index.LogMergePolicy
- {
- public const int DEFAULT_MIN_MERGE_DOCS = 1000;
- public LogDocMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual int MinMergeDocs { get { throw null; } set { } }
- protected override void Dispose(bool disposing) { }
- protected internal override long Size(Lucene.Net.Index.SegmentInfo info) { throw null; }
- }
- public abstract partial class LogMergePolicy : Lucene.Net.Index.MergePolicy
- {
- public static readonly int DEFAULT_MAX_MERGE_DOCS;
- public const int DEFAULT_MERGE_FACTOR = 10;
- public static double DEFAULT_NO_CFS_RATIO;
- protected internal bool internalCalibrateSizeByDeletes;
- protected double internalNoCFSRatio;
- public const double LEVEL_LOG_SPAN = 0.75;
- protected LogMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual bool CalibrateSizeByDeletes { get { throw null; } set { } }
- public virtual int MaxMergeDocs { get { throw null; } set { } }
- public virtual int MergeFactor { get { throw null; } set { } }
- public double NoCFSRatio { get { throw null; } set { } }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMerges(Lucene.Net.Index.SegmentInfos infos) { throw null; }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesForOptimize(Lucene.Net.Index.SegmentInfos infos, int maxNumSegments, System.Collections.Generic.ISet<Lucene.Net.Index.SegmentInfo> segmentsToOptimize) { throw null; }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesToExpungeDeletes(Lucene.Net.Index.SegmentInfos segmentInfos) { throw null; }
- public virtual bool GetUseCompoundDocStore() { throw null; }
- public virtual bool GetUseCompoundFile() { throw null; }
- protected Lucene.Net.Index.MergePolicy.OneMerge MakeOneMerge(Lucene.Net.Index.SegmentInfos infos, Lucene.Net.Index.SegmentInfos infosToMerge) { throw null; }
- public virtual void SetUseCompoundDocStore(bool useCompoundDocStore) { }
- public virtual void SetUseCompoundFile(bool useCompoundFile) { }
- protected internal abstract long Size(Lucene.Net.Index.SegmentInfo info);
- protected internal virtual long SizeBytes(Lucene.Net.Index.SegmentInfo info) { throw null; }
- protected internal virtual long SizeDocs(Lucene.Net.Index.SegmentInfo info) { throw null; }
- public override bool UseCompoundDocStore(Lucene.Net.Index.SegmentInfos infos) { throw null; }
- public override bool UseCompoundFile(Lucene.Net.Index.SegmentInfos infos, Lucene.Net.Index.SegmentInfo info) { throw null; }
- protected internal virtual bool Verbose() { throw null; }
- }
- public abstract partial class MergePolicy : System.IDisposable
- {
- protected internal Lucene.Net.Index.IndexWriter writer;
- protected MergePolicy(Lucene.Net.Index.IndexWriter writer) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMerges(Lucene.Net.Index.SegmentInfos segmentInfos);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesForOptimize(Lucene.Net.Index.SegmentInfos segmentInfos, int maxSegmentCount, System.Collections.Generic.ISet<Lucene.Net.Index.SegmentInfo> segmentsToOptimize);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesToExpungeDeletes(Lucene.Net.Index.SegmentInfos segmentInfos);
- public abstract bool UseCompoundDocStore(Lucene.Net.Index.SegmentInfos segments);
- public abstract bool UseCompoundFile(Lucene.Net.Index.SegmentInfos segments, Lucene.Net.Index.SegmentInfo newSegment);
- [System.SerializableAttribute]
- public partial class MergeAbortedException : System.IO.IOException
- {
- public MergeAbortedException() { }
- public MergeAbortedException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class MergeException : System.SystemException
- {
- public MergeException(System.Exception exc, Lucene.Net.Store.Directory dir) { }
- public MergeException(string message, Lucene.Net.Store.Directory dir) { }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- }
- public partial class MergeSpecification
- {
- public System.Collections.Generic.IList<Lucene.Net.Index.MergePolicy.OneMerge> merges;
- public MergeSpecification() { }
- public virtual void Add(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual string SegString(Lucene.Net.Store.Directory dir) { throw null; }
- }
- public partial class OneMerge
- {
- public OneMerge(Lucene.Net.Index.SegmentInfos segments, bool useCompoundFile) { }
- public Lucene.Net.Index.SegmentInfos segments_ForNUnit { get { throw null; } }
- }
- }
- public abstract partial class MergeScheduler : System.IDisposable
- {
- protected MergeScheduler() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract void Merge(Lucene.Net.Index.IndexWriter writer);
- }
- public partial class MultipleTermPositions : Lucene.Net.Index.TermDocs, Lucene.Net.Index.TermPositions, System.IDisposable
- {
- public MultipleTermPositions(Lucene.Net.Index.IndexReader indexReader, Lucene.Net.Index.Term[] terms) { }
- public int Doc { get { throw null; } }
- public int Freq { get { throw null; } }
- public virtual bool IsPayloadAvailable { get { throw null; } }
- public virtual int PayloadLength { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual byte[] GetPayload(byte[] data, int offset) { throw null; }
- public bool Next() { throw null; }
- public int NextPosition() { throw null; }
- public virtual int Read(int[] arg0, int[] arg1) { throw null; }
- public virtual void Seek(Lucene.Net.Index.Term arg0) { }
- public virtual void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public bool SkipTo(int target) { throw null; }
- }
- public partial class MultiReader : Lucene.Net.Index.IndexReader, System.ICloneable
- {
- protected internal Lucene.Net.Index.IndexReader[] subReaders;
- public MultiReader(params Lucene.Net.Index.IndexReader[] subReaders) { }
- public MultiReader(Lucene.Net.Index.IndexReader[] subReaders, bool closeSubReaders) { }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public override object Clone() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal virtual Lucene.Net.Index.IndexReader DoReopen(bool doClone) { throw null; }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- public partial class ParallelReader : Lucene.Net.Index.IndexReader, System.ICloneable
- {
- public ParallelReader() { }
- public ParallelReader(bool closeSubReaders) { }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public virtual void Add(Lucene.Net.Index.IndexReader reader) { }
- public virtual void Add(Lucene.Net.Index.IndexReader reader, bool ignoreStoredFields) { }
- public override object Clone() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal virtual Lucene.Net.Index.IndexReader DoReopen(bool doClone) { throw null; }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public virtual Lucene.Net.Index.IndexReader[] GetSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class Payload : System.ICloneable
- {
- protected internal byte[] data;
- protected internal int internalLength;
- protected internal int internalOffset;
- public Payload() { }
- public Payload(byte[] data) { }
- public Payload(byte[] data, int offset, int length) { }
- public virtual int Length { get { throw null; } }
- public virtual int Offset { get { throw null; } }
- public virtual byte ByteAt(int index) { throw null; }
- public virtual object Clone() { throw null; }
- public virtual void CopyTo(byte[] target, int targetOffset) { }
- public override bool Equals(object obj) { throw null; }
- public virtual byte[] GetData() { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void SetData(byte[] value) { }
- public virtual void SetData(byte[] value, int offset, int length) { }
- public virtual byte[] ToByteArray() { throw null; }
- }
- public partial class PositionBasedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public PositionBasedTermVectorMapper() { }
- public PositionBasedTermVectorMapper(bool ignoringOffsets) { }
- public virtual System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<int, Lucene.Net.Index.PositionBasedTermVectorMapper.TVPositionInfo>> FieldToTerms { get { throw null; } }
- public override bool IsIgnoringPositions { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- public partial class TVPositionInfo
- {
- public TVPositionInfo(int position, bool storeOffsets) { }
- public virtual System.Collections.Generic.IList<Lucene.Net.Index.TermVectorOffsetInfo> Offsets { get { throw null; } }
- public virtual int Position { get { throw null; } }
- public virtual System.Collections.Generic.IList<string> Terms { get { throw null; } }
- }
- }
- public partial class ReadOnlyDirectoryReader : Lucene.Net.Index.DirectoryReader
- {
- internal ReadOnlyDirectoryReader() { }
- protected internal override void AcquireWriteLock() { }
- }
- public partial class ReadOnlySegmentReader : Lucene.Net.Index.SegmentReader
- {
- public ReadOnlySegmentReader() { }
- protected internal override void AcquireWriteLock() { }
- public override bool IsDeleted(int n) { throw null; }
- }
- public sealed partial class SegmentInfo : System.ICloneable
- {
- public Lucene.Net.Store.Directory dir;
- public int docCount;
- public string name;
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir) { }
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir, bool isCompoundFile, bool hasSingleNormFile) { }
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir, bool isCompoundFile, bool hasSingleNormFile, int docStoreOffset, string docStoreSegment, bool docStoreIsCompoundFile, bool hasProx) { }
- public System.Collections.Generic.IDictionary<string, string> Diagnostics { get { throw null; } }
- public bool DocStoreIsCompoundFile { get { throw null; } }
- public int DocStoreOffset { get { throw null; } }
- public string DocStoreSegment { get { throw null; } }
- public bool HasProx { get { throw null; } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public System.Collections.Generic.IList<string> Files() { throw null; }
- public int GetDelCount() { throw null; }
- public string GetDelFileName() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetNormFileName(int number) { throw null; }
- public bool GetUseCompoundFile() { throw null; }
- public bool HasDeletions() { throw null; }
- public bool HasSeparateNorms() { throw null; }
- public bool HasSeparateNorms(int fieldNumber) { throw null; }
- public string SegString(Lucene.Net.Store.Directory dir) { throw null; }
- public long SizeInBytes() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class SegmentInfos : System.Collections.Generic.List<Lucene.Net.Index.SegmentInfo>, System.ICloneable
- {
- public int counter;
- public const int FORMAT = -1;
- public const int FORMAT_CHECKSUM = -5;
- public const int FORMAT_DEL_COUNT = -6;
- public const int FORMAT_DIAGNOSTICS = -9;
- public const int FORMAT_HAS_PROX = -7;
- public const int FORMAT_LOCKLESS = -2;
- public const int FORMAT_SHARED_DOC_STORE = -4;
- public const int FORMAT_SINGLE_NORM_FILE = -3;
- public const int FORMAT_USER_DATA = -8;
- public SegmentInfos() { }
- public static int DefaultGenFileRetryCount { get { throw null; } set { } }
- public static int DefaultGenFileRetryPauseMsec { get { throw null; } set { } }
- public static int DefaultGenLookaheadCount { get { throw null; } set { } }
- public long Generation { get { throw null; } }
- public static System.IO.StreamWriter InfoStream { get { throw null; } }
- public long LastGeneration { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, string> UserData { get { throw null; } }
- public long Version { get { throw null; } }
- public object Clone() { throw null; }
- public void Commit(Lucene.Net.Store.Directory dir) { }
- public override bool Equals(object obj) { throw null; }
- public System.Collections.Generic.ICollection<string> Files(Lucene.Net.Store.Directory dir, bool includeSegmentsFile) { throw null; }
- public static long GenerationFromSegmentsFileName(string fileName) { throw null; }
- public string GetCurrentSegmentFileName() { throw null; }
- public static string GetCurrentSegmentFileName(Lucene.Net.Store.Directory directory) { throw null; }
- public static string GetCurrentSegmentFileName(string[] files) { throw null; }
- public static long GetCurrentSegmentGeneration(Lucene.Net.Store.Directory directory) { throw null; }
- public static long GetCurrentSegmentGeneration(string[] files) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetNextSegmentFileName() { throw null; }
- public bool HasExternalSegments(Lucene.Net.Store.Directory dir) { throw null; }
- public Lucene.Net.Index.SegmentInfo Info(int i) { throw null; }
- public Lucene.Net.Index.SegmentInfos Range(int first, int last) { throw null; }
- public void Read(Lucene.Net.Store.Directory directory) { }
- public void Read(Lucene.Net.Store.Directory directory, string segmentFileName) { }
- public static System.Collections.Generic.IDictionary<string, string> ReadCurrentUserData(Lucene.Net.Store.Directory directory) { throw null; }
- public static long ReadCurrentVersion(Lucene.Net.Store.Directory directory) { throw null; }
- public string SegString(Lucene.Net.Store.Directory directory) { throw null; }
- public static void SetInfoStream(System.IO.StreamWriter infoStream) { }
- public abstract partial class FindSegmentsFile
- {
- protected FindSegmentsFile(Lucene.Net.Store.Directory directory) { }
- public abstract object DoBody(string segmentFileName);
- public object Run() { throw null; }
- public object Run(Lucene.Net.Index.IndexCommit commit) { throw null; }
- }
- }
- public sealed partial class SegmentMerger
- {
- public SegmentMerger(Lucene.Net.Store.Directory dir, string name) { }
- public void Add(Lucene.Net.Index.IndexReader reader) { }
- public System.Collections.Generic.ICollection<string> CreateCompoundFile(string fileName) { throw null; }
- public int Merge() { throw null; }
- }
- public partial class SegmentReader : Lucene.Net.Index.IndexReader
- {
- protected internal bool readOnly;
- public SegmentReader() { }
- public Lucene.Net.Index.SegmentReader.CoreReaders core_ForNUnit { get { throw null; } }
- public Lucene.Net.Index.SegmentReader.Ref deletedDocsRef_ForNUnit { get { throw null; } }
- public Lucene.Net.Util.BitVector deletedDocs_ForNUnit { get { throw null; } }
- public override object DeletesCacheKey { get { throw null; } }
- public override object FieldCacheKey { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, Lucene.Net.Index.SegmentReader.Norm> norms_ForNUnit { get { throw null; } }
- public virtual string SegmentName { get { throw null; } }
- public override int TermInfosIndexDivisor { get { throw null; } }
- public override long UniqueTermCount { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- protected internal virtual Lucene.Net.Util.BitVector CloneDeletedDocs(Lucene.Net.Util.BitVector bv) { throw null; }
- protected internal virtual byte[] CloneNormBytes(byte[] bytes) { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int docNum) { }
- protected internal override void DoSetNorm(int doc, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public virtual Lucene.Net.Index.FieldInfos FieldInfos() { throw null; }
- public static Lucene.Net.Index.SegmentReader Get(bool readOnly, Lucene.Net.Index.SegmentInfo si, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.SegmentReader Get(bool readOnly, Lucene.Net.Store.Directory dir, Lucene.Net.Index.SegmentInfo si, int readBufferSize, bool doOpenStores, int termInfosIndexDivisor) { throw null; }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldOption) { throw null; }
- protected internal virtual byte[] GetNorms(string field) { throw null; }
- public static Lucene.Net.Index.SegmentReader GetOnlySegmentReader(Lucene.Net.Index.IndexReader reader) { throw null; }
- [System.ObsoleteAttribute("Remove this when tests are fixed!")]
- public static Lucene.Net.Index.SegmentReader GetOnlySegmentReader(Lucene.Net.Store.Directory dir) { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] bytes, int offset) { }
- public virtual bool NormsClosed() { throw null; }
- public virtual bool NormsClosed(string field) { throw null; }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t) { throw null; }
- public virtual bool TermsIndexLoaded() { throw null; }
- public sealed partial class CoreReaders
- {
- internal CoreReaders() { }
- public Lucene.Net.Index.FieldInfos fieldInfos_ForNUnit { get { throw null; } }
- }
- public sealed partial class Norm : System.ICloneable
- {
- public Norm(Lucene.Net.Index.SegmentReader enclosingInstance, Lucene.Net.Store.IndexInput in_Renamed, int number, long normSeek) { }
- public Lucene.Net.Index.SegmentReader Enclosing_Instance { get { throw null; } }
- public byte[] Bytes() { throw null; }
- public void Bytes(byte[] bytesOut, int offset, int len) { }
- public Lucene.Net.Index.SegmentReader.Ref BytesRef() { throw null; }
- public object Clone() { throw null; }
- public byte[] CopyOnWrite() { throw null; }
- public void DecRef() { }
- public void IncRef() { }
- public void ReWrite(Lucene.Net.Index.SegmentInfo si) { }
- }
- public partial class Ref
- {
- public Ref() { }
- public virtual int DecRef() { throw null; }
- public virtual int IncRef() { throw null; }
- public virtual int RefCount() { throw null; }
- public override string ToString() { throw null; }
- }
- }
- public partial class SerialMergeScheduler : Lucene.Net.Index.MergeScheduler
- {
- public SerialMergeScheduler() { }
- protected override void Dispose(bool disposing) { }
- public override void Merge(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class SnapshotDeletionPolicy : Lucene.Net.Index.IndexDeletionPolicy
- {
- public SnapshotDeletionPolicy(Lucene.Net.Index.IndexDeletionPolicy primary) { }
- public virtual void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public virtual void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public virtual void Release() { }
- public virtual Lucene.Net.Index.IndexCommit Snapshot() { throw null; }
- }
- public partial class SortedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public const string ALL = "_ALL_";
- public SortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public SortedTermVectorMapper(System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public virtual System.Collections.Generic.SortedSet<Lucene.Net.Index.TermVectorEntry> TermVectorEntrySet { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- }
- [System.SerializableAttribute]
- public partial class StaleReaderException : System.IO.IOException
- {
- public StaleReaderException(string message) { }
- }
- [System.SerializableAttribute]
- public sealed partial class Term : System.IComparable<Lucene.Net.Index.Term>
- {
- public Term(string fld) { }
- public Term(string fld, string txt) { }
- public string Field { get { throw null; } }
- public string Text { get { throw null; } }
- public int CompareTo(Lucene.Net.Index.Term other) { throw null; }
- public Lucene.Net.Index.Term CreateTerm(string text) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface TermDocs : System.IDisposable
- {
- int Doc { get; }
- int Freq { get; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- void Close();
- bool Next();
- int Read(int[] docs, int[] freqs);
- void Seek(Lucene.Net.Index.Term term);
- void Seek(Lucene.Net.Index.TermEnum termEnum);
- bool SkipTo(int target);
- }
- public abstract partial class TermEnum : System.IDisposable
- {
- protected TermEnum() { }
- public abstract Lucene.Net.Index.Term Term { get; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract int DocFreq();
- public abstract bool Next();
- }
- public partial interface TermPositions : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- bool IsPayloadAvailable { get; }
- int PayloadLength { get; }
- byte[] GetPayload(byte[] data, int offset);
- int NextPosition();
- }
- public partial interface TermPositionVector : Lucene.Net.Index.ITermFreqVector
- {
- Lucene.Net.Index.TermVectorOffsetInfo[] GetOffsets(int index);
- int[] GetTermPositions(int index);
- }
- public partial class TermVectorEntry
- {
- public TermVectorEntry() { }
- public TermVectorEntry(string field, string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public virtual string Field { get { throw null; } }
- public virtual int Frequency { get { throw null; } }
- public virtual string Term { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Index.TermVectorOffsetInfo[] GetOffsets() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class TermVectorEntryFreqSortedComparator : System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry>
- {
- public TermVectorEntryFreqSortedComparator() { }
- public virtual int Compare(Lucene.Net.Index.TermVectorEntry entry, Lucene.Net.Index.TermVectorEntry entry1) { throw null; }
- }
- public abstract partial class TermVectorMapper
- {
- protected internal TermVectorMapper() { }
- protected internal TermVectorMapper(bool ignoringPositions, bool ignoringOffsets) { }
- public virtual bool IsIgnoringOffsets { get { throw null; } }
- public virtual bool IsIgnoringPositions { get { throw null; } }
- public abstract void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions);
- public virtual void SetDocumentNumber(int documentNumber) { }
- public abstract void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions);
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TermVectorOffsetInfo : System.IEquatable<Lucene.Net.Index.TermVectorOffsetInfo>
- {
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Index.TermVectorOffsetInfo[] EMPTY_OFFSET_INFO;
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Index.TermVectorOffsetInfo Null;
- public TermVectorOffsetInfo(int startOffset, int endOffset) { throw null;}
- public int EndOffset { get { throw null; } set { } }
- public int StartOffset { get { throw null; } set { } }
- public bool Equals(Lucene.Net.Index.TermVectorOffsetInfo other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Lucene.Net.Index.TermVectorOffsetInfo left, object right) { throw null; }
- public static bool operator !=(Lucene.Net.Index.TermVectorOffsetInfo left, object right) { throw null; }
- }
-}
-namespace Lucene.Net.Messages
-{
- public partial interface INLSException
- {
- Lucene.Net.Messages.Message MessageObject { get; }
- }
- public partial interface Message
- {
- string Key { get; }
- object[] GetArguments();
- string GetLocalizedMessage();
- string GetLocalizedMessage(System.Globalization.CultureInfo locale);
- }
- [System.SerializableAttribute]
- public partial class MessageImpl : Lucene.Net.Messages.Message
- {
- public MessageImpl(string key) { }
- public MessageImpl(string key, params object[] args) { }
- public virtual string Key { get { throw null; } }
- public virtual object[] GetArguments() { throw null; }
- public virtual string GetLocalizedMessage() { throw null; }
- public virtual string GetLocalizedMessage(System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class NLS
- {
- protected internal NLS() { }
- public static string GetLocalizedMessage(string key) { throw null; }
- public static string GetLocalizedMessage(string key, System.Globalization.CultureInfo locale) { throw null; }
- public static string GetLocalizedMessage(string key, System.Globalization.CultureInfo locale, params object[] args) { throw null; }
- public static string GetLocalizedMessage(string key, params object[] args) { throw null; }
- protected internal static void InitializeMessages<T>(string bundleName) { }
- public partial interface IPriviligedAction
- {
- object Run();
- }
- }
-}
-namespace Lucene.Net.QueryParsers
-{
- public sealed partial class FastCharStream : Lucene.Net.QueryParsers.ICharStream
- {
- public FastCharStream(System.IO.TextReader r) { }
- public int BeginColumn { get { throw null; } }
- public int BeginLine { get { throw null; } }
- public int Column { get { throw null; } }
- public int EndColumn { get { throw null; } }
- public int EndLine { get { throw null; } }
- public string Image { get { throw null; } }
- public int Line { get { throw null; } }
- public void Backup(int amount) { }
- public char BeginToken() { throw null; }
- public void Done() { }
- public char[] GetSuffix(int len) { throw null; }
- public char ReadChar() { throw null; }
- }
- public partial interface ICharStream
- {
- int BeginColumn { get; }
- int BeginLine { get; }
- [System.ObsoleteAttribute]
- int Column { get; }
- int EndColumn { get; }
- int EndLine { get; }
- string Image { get; }
- [System.ObsoleteAttribute]
- int Line { get; }
- void Backup(int amount);
- char BeginToken();
- void Done();
- char[] GetSuffix(int len);
- char ReadChar();
- }
- public partial class MultiFieldQueryParser : Lucene.Net.QueryParsers.QueryParser
- {
- protected internal System.Collections.Generic.IDictionary<string, float> boosts;
- protected internal string[] fields;
- public MultiFieldQueryParser(Lucene.Net.Util.Version matchVersion, string[] fields, Lucene.Net.Analysis.Analyzer analyzer) : base (default(Lucene.Net.Util.Version), default(string), default(Lucene.Net.Analysis.Analyzer)) { }
- public MultiFieldQueryParser(Lucene.Net.Util.Version matchVersion, string[] fields, Lucene.Net.Analysis.Analyzer analyzer, System.Collections.Generic.IDictionary<string, float> boosts) : base (default(Lucene.Net.Util.Version), default(string), default(Lucene.Net.Analysis.Analyzer)) { }
- protected internal override Lucene.Net.Search.Query GetFieldQuery(string field, string queryText) { throw null; }
- protected internal override Lucene.Net.Search.Query GetFieldQuery(string field, string queryText, int slop) { throw null; }
- protected internal override Lucene.Net.Search.Query GetFuzzyQuery(string field, string termStr, float minSimilarity) { throw null; }
- protected internal override Lucene.Net.Search.Query GetPrefixQuery(string field, string termStr) { throw null; }
- protected internal override Lucene.Net.Search.Query GetRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- protected internal override Lucene.Net.Search.Query GetWildcardQuery(string field, string termStr) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string query, string[] fields, Lucene.Net.Search.Occur[] flags, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string[] queries, string[] fields, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string[] queries, string[] fields, Lucene.Net.Search.Occur[] flags, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ParseException : System.Exception
- {
- public Lucene.Net.QueryParsers.Token currentToken;
- protected internal string eol;
- public int[][] expectedTokenSequences;
- protected internal bool specialConstructor;
- public string[] tokenImage;
- public ParseException() { }
- public ParseException(Lucene.Net.QueryParsers.Token currentTokenVal, int[][] expectedTokenSequencesVal, string[] tokenImageVal) { }
- public ParseException(string message) { }
- public ParseException(string message, System.Exception ex) { }
- public override string Message { get { throw null; } }
- protected internal virtual string Add_escapes(string str) { throw null; }
- }
- public partial class QueryParser : Lucene.Net.QueryParsers.QueryParserConstants
- {
- public static Lucene.Net.QueryParsers.QueryParser.Operator AND_OPERATOR;
- public Lucene.Net.QueryParsers.Token jj_nt;
- public static Lucene.Net.QueryParsers.QueryParser.Operator OR_OPERATOR;
- public Lucene.Net.QueryParsers.Token token;
- public Lucene.Net.QueryParsers.QueryParserTokenManager token_source;
- protected internal QueryParser(Lucene.Net.QueryParsers.ICharStream stream) { }
- protected QueryParser(Lucene.Net.QueryParsers.QueryParserTokenManager tm) { }
- public QueryParser(Lucene.Net.Util.Version matchVersion, string f, Lucene.Net.Analysis.Analyzer a) { }
- public virtual bool AllowLeadingWildcard { get { throw null; } set { } }
- public virtual Lucene.Net.Analysis.Analyzer Analyzer { get { throw null; } }
- public virtual Lucene.Net.QueryParsers.QueryParser.Operator DefaultOperator { get { throw null; } set { } }
- public virtual bool EnablePositionIncrements { get { throw null; } set { } }
- public virtual string Field { get { throw null; } }
- public virtual float FuzzyMinSim { get { throw null; } set { } }
- public virtual int FuzzyPrefixLength { get { throw null; } set { } }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual bool LowercaseExpandedTerms { get { throw null; } set { } }
- public virtual Lucene.Net.Search.RewriteMethod MultiTermRewriteMethod { get { throw null; } set { } }
- public virtual int PhraseSlop { get { throw null; } set { } }
- public virtual System.Globalization.CompareInfo RangeCollator { get { throw null; } set { } }
- protected internal virtual void AddClause(System.Collections.Generic.List<Lucene.Net.Search.BooleanClause> clauses, int conj, int mods, Lucene.Net.Search.Query q) { }
- public Lucene.Net.Search.Query Clause(string field) { throw null; }
- public int Conjunction() { throw null; }
- public void Disable_tracing() { }
- public void Enable_tracing() { }
- public static string Escape(string s) { throw null; }
- public virtual Lucene.Net.QueryParsers.ParseException GenerateParseException() { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetBooleanQuery(System.Collections.Generic.IList<Lucene.Net.Search.BooleanClause> clauses) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetBooleanQuery(System.Collections.Generic.IList<Lucene.Net.Search.BooleanClause> clauses, bool disableCoord) { throw null; }
- public virtual Lucene.Net.Documents.DateTools.Resolution getDateResolution(string fieldName) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFieldQuery(string field, string queryText) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFieldQuery(string field, string queryText, int slop) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFuzzyQuery(string field, string termStr, float minSimilarity) { throw null; }
- public Lucene.Net.QueryParsers.Token GetNextToken() { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetPrefixQuery(string field, string termStr) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- public Lucene.Net.QueryParsers.Token getToken(int index) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetWildcardQuery(string field, string termStr) { throw null; }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public int Modifiers() { throw null; }
- protected internal virtual Lucene.Net.Search.BooleanClause NewBooleanClause(Lucene.Net.Search.Query q, Lucene.Net.Search.Occur occur) { throw null; }
- protected internal virtual Lucene.Net.Search.BooleanQuery NewBooleanQuery(bool disableCoord) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewFuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity, int prefixLength) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewMatchAllDocsQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.MultiPhraseQuery NewMultiPhraseQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.PhraseQuery NewPhraseQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewPrefixQuery(Lucene.Net.Index.Term prefix) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewTermQuery(Lucene.Net.Index.Term term) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewWildcardQuery(Lucene.Net.Index.Term t) { throw null; }
- public virtual Lucene.Net.Search.Query Parse(string query) { throw null; }
- public Lucene.Net.Search.Query Query(string field) { throw null; }
- public void ReInit(Lucene.Net.QueryParsers.ICharStream stream) { }
- public void ReInit(Lucene.Net.QueryParsers.QueryParserTokenManager tm) { }
- public virtual void SetDateResolution(Lucene.Net.Documents.DateTools.Resolution dateResolution) { }
- public virtual void SetDateResolution(string fieldName, Lucene.Net.Documents.DateTools.Resolution dateResolution) { }
- public Lucene.Net.Search.Query Term(string field) { throw null; }
- public Lucene.Net.Search.Query TopLevelQuery(string field) { throw null; }
- public enum Operator
- {
- AND = 1,
- OR = 0,
- }
- }
- public partial class QueryParserConstants
- {
- protected internal const int AndToken = 8;
- protected internal const int BoostToken = 0;
- protected internal const int CaratToken = 17;
- protected internal const int ColonToken = 15;
- protected internal const int DefaultToken = 3;
- protected internal const int EndOfFileToken = 0;
- protected internal const int EscapedCharToken = 2;
- protected internal const int FuzzySlopToken = 20;
- protected internal const int LParanToken = 13;
- protected internal const int MinusToken = 12;
- protected internal const int NotToken = 10;
- protected internal const int NumberToken = 25;
- protected internal const int NumCharToken = 1;
- protected internal const int OrToken = 9;
- protected internal const int PlusToken = 11;
- protected internal const int PrefixTermToken = 21;
- protected internal const int QuotedCharToken = 6;
- protected internal const int QuotedToken = 18;
- protected internal const int RangeExEndToken = 31;
- protected internal const int RangeExGoopToken = 33;
- protected internal const int RangeExQuotedToken = 32;
- protected internal const int RangeExStartToken = 24;
- protected const int RangeExToken = 1;
- protected internal const int RangeExToToken = 30;
- protected internal const int RangeInEndToken = 27;
- protected internal const int RangeInGoopToken = 29;
- protected internal const int RangeInQuotedToken = 28;
- protected internal const int RangeInStartToken = 23;
- protected internal const int RangeInToken = 2;
- protected internal const int RangeInToToken = 26;
- protected internal const int RParenToken = 14;
- protected internal const int StarToken = 16;
- protected internal const int TermCharToken = 4;
- protected internal const int TermStartCharToken = 3;
- protected internal const int TermToken = 19;
- protected internal static string[] tokenImage;
- protected internal const int WhitespaceToken = 5;
- protected internal const int WildTermToken = 22;
- public QueryParserConstants() { }
- }
- public partial class QueryParserTokenManager : Lucene.Net.QueryParsers.QueryParserConstants
- {
- protected internal char curChar;
- public System.IO.StreamWriter debugStream;
- protected internal Lucene.Net.QueryParsers.ICharStream input_stream;
- public static readonly int[] jjnewLexState;
- public static readonly string[] jjstrLiteralImages;
- public static readonly string[] lexStateNames;
- public QueryParserTokenManager(Lucene.Net.QueryParsers.ICharStream stream) { }
- public QueryParserTokenManager(Lucene.Net.QueryParsers.ICharStream stream, int lexState) { }
- public virtual Lucene.Net.QueryParsers.Token GetNextToken() { throw null; }
- protected internal virtual Lucene.Net.QueryParsers.Token JjFillToken() { throw null; }
- public virtual void ReInit(Lucene.Net.QueryParsers.ICharStream stream) { }
- public virtual void ReInit(Lucene.Net.QueryParsers.ICharStream stream, int lexState) { }
- public virtual void SetDebugStream(System.IO.StreamWriter ds) { }
- public virtual void SwitchTo(int lexState) { }
- }
- public partial class Token
- {
- public int beginColumn;
- public int beginLine;
- public int endColumn;
- public int endLine;
- public string image;
- public int kind;
- public Lucene.Net.QueryParsers.Token next;
- public Lucene.Net.QueryParsers.Token specialToken;
- public Token() { }
- public Token(int kind) { }
- public Token(int kind, string image) { }
- public virtual object Value { get { throw null; } }
- public static Lucene.Net.QueryParsers.Token NewToken(int ofKind) { throw null; }
- public static Lucene.Net.QueryParsers.Token NewToken(int ofKind, string image) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TokenMgrError : System.ApplicationException
- {
- public TokenMgrError() { }
- public TokenMgrError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar, int reason) { }
- public TokenMgrError(string message, int reason) { }
- public override string Message { get { throw null; } }
- protected internal static string addEscapes(string str) { throw null; }
- protected internal static string LexicalError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar) { throw null; }
- }
-}
-namespace Lucene.Net.Search
-{
- [System.SerializableAttribute]
- public partial class BooleanClause
- {
- public BooleanClause(Lucene.Net.Search.Query query, Lucene.Net.Search.Occur occur) { }
- public virtual bool IsProhibited { get { throw null; } }
- public virtual bool IsRequired { get { throw null; } }
- public virtual Lucene.Net.Search.Occur Occur { get { throw null; } set { } }
- public virtual Lucene.Net.Search.Query Query { get { throw null; } set { } }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class BooleanQuery : Lucene.Net.Search.Query, System.Collections.Generic.IEnumerable<Lucene.Net.Search.BooleanClause>, System.Collections.IEnumerable, System.ICloneable
- {
- protected internal int minNrShouldMatch;
- public BooleanQuery() { }
- public BooleanQuery(bool disableCoord) { }
- public virtual System.Collections.Generic.List<Lucene.Net.Search.BooleanClause> Clauses { get { throw null; } }
- public static int MaxClauseCount { get { throw null; } set { } }
- public virtual int MinimumNumberShouldMatch { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Search.BooleanClause clause) { }
- public virtual void Add(Lucene.Net.Search.Query query, Lucene.Net.Search.Occur occur) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.BooleanClause[] GetClauses() { throw null; }
- public System.Collections.Generic.IEnumerator<Lucene.Net.Search.BooleanClause> GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public virtual bool IsCoordDisabled() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public override string ToString(string field) { throw null; }
- [System.SerializableAttribute]
- protected internal partial class BooleanWeight : Lucene.Net.Search.Weight
- {
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.List<Lucene.Net.Search.Weight> weights;
- public BooleanWeight(Lucene.Net.Search.BooleanQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.BooleanQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override bool GetScoresDocsOutOfOrder() { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TooManyClauses : System.SystemException
- {
- public TooManyClauses() { }
- public override string Message { get { throw null; } }
- }
- }
- public sealed partial class BooleanScorer : Lucene.Net.Search.Scorer
- {
- public BooleanScorer(Lucene.Net.Search.Similarity similarity, int minNrShouldMatch, System.Collections.Generic.List<Lucene.Net.Search.Scorer> optionalScorers, System.Collections.Generic.List<Lucene.Net.Search.Scorer> prohibitedScorers) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector collector) { }
- public override bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface ByteParser : Lucene.Net.Search.Parser
- {
- sbyte ParseByte(string string_Renamed);
- }
- public abstract partial class CacheEntry
- {
- protected CacheEntry() { }
- public abstract System.Type CacheType { get; }
- public abstract object Custom { get; }
- public string EstimatedSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected internal set { } }
- public abstract string FieldName { get; }
- public abstract object ReaderKey { get; }
- public abstract object Value { get; }
- public virtual void EstimateSize() { }
- public virtual void EstimateSize(Lucene.Net.Util.RamUsageEstimator ramCalc) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CachingSpanFilter : Lucene.Net.Search.SpanFilter
- {
- public int hitCount;
- public int missCount;
- public CachingSpanFilter(Lucene.Net.Search.SpanFilter filter) { }
- public CachingSpanFilter(Lucene.Net.Search.SpanFilter filter, Lucene.Net.Search.CachingWrapperFilter.DeletesMode deletesMode) { }
- public override Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CachingWrapperFilter : Lucene.Net.Search.Filter
- {
- protected internal Lucene.Net.Search.Filter filter;
- public int hitCount;
- public int missCount;
- public CachingWrapperFilter(Lucene.Net.Search.Filter filter) { }
- public CachingWrapperFilter(Lucene.Net.Search.Filter filter, Lucene.Net.Search.CachingWrapperFilter.DeletesMode deletesMode) { }
- protected internal virtual Lucene.Net.Search.DocIdSet DocIdSetToCache(Lucene.Net.Search.DocIdSet docIdSet, Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- public enum DeletesMode
- {
- DYNAMIC = 2,
- IGNORE = 0,
- RECACHE = 1,
- }
- }
- public abstract partial class Collector
- {
- protected Collector() { }
- public abstract bool AcceptsDocsOutOfOrder { get; }
- public abstract void Collect(int doc);
- public abstract void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase);
- public abstract void SetScorer(Lucene.Net.Search.Scorer scorer);
- }
- [System.SerializableAttribute]
- public partial class ComplexExplanation : Lucene.Net.Search.Explanation
- {
- public ComplexExplanation() { }
- public ComplexExplanation(bool match, float value_Renamed, string description) { }
- public override bool IsMatch { get { throw null; } }
- public virtual System.Nullable<bool> Match { get { throw null; } set { } }
- protected internal override string Summary { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class ConstantScoreQuery : Lucene.Net.Search.Query
- {
- protected internal Lucene.Net.Search.Filter internalFilter;
- public ConstantScoreQuery(Lucene.Net.Search.Filter filter) { }
- public virtual Lucene.Net.Search.Filter Filter { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- protected internal partial class ConstantScorer : Lucene.Net.Search.Scorer
- {
- public ConstantScorer(Lucene.Net.Search.ConstantScoreQuery enclosingInstance, Lucene.Net.Search.Similarity similarity, Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.Weight w) : base (default(Lucene.Net.Search.Similarity)) { }
- public Lucene.Net.Search.ConstantScoreQuery Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- }
- [System.SerializableAttribute]
- protected internal partial class ConstantWeight : Lucene.Net.Search.Weight
- {
- public ConstantWeight(Lucene.Net.Search.ConstantScoreQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.ConstantScoreQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- public sealed partial class CreationPlaceholder
- {
- public CreationPlaceholder() { }
- }
- [System.SerializableAttribute]
- public partial class DefaultSimilarity : Lucene.Net.Search.Similarity
- {
- protected internal bool internalDiscountOverlaps;
- public DefaultSimilarity() { }
- public virtual bool DiscountOverlaps { get { throw null; } set { } }
- public override float ComputeNorm(string field, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public override float Coord(int overlap, int maxOverlap) { throw null; }
- public override float Idf(int docFreq, int numDocs) { throw null; }
- public override float LengthNorm(string fieldName, int numTerms) { throw null; }
- public override float QueryNorm(float sumOfSquaredWeights) { throw null; }
- public override float SloppyFreq(int distance) { throw null; }
- public override float Tf(float freq) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DisjunctionMaxQuery : Lucene.Net.Search.Query, System.Collections.Generic.IEnumerable<Lucene.Net.Search.Query>, System.Collections.IEnumerable, System.ICloneable
- {
- public DisjunctionMaxQuery(System.Collections.Generic.ICollection<Lucene.Net.Search.Query> disjuncts, float tieBreakerMultiplier) { }
- public DisjunctionMaxQuery(float tieBreakerMultiplier) { }
- public virtual void Add(Lucene.Net.Search.Query query) { }
- public virtual void Add(System.Collections.Generic.ICollection<Lucene.Net.Search.Query> disjuncts) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual System.Collections.Generic.IEnumerator<Lucene.Net.Search.Query> GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public override string ToString(string field) { throw null; }
- [System.SerializableAttribute]
- protected internal partial class DisjunctionMaxWeight : Lucene.Net.Search.Weight
- {
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.List<Lucene.Net.Search.Weight> weights;
- public DisjunctionMaxWeight(Lucene.Net.Search.DisjunctionMaxQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.DisjunctionMaxQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class DocIdSet
- {
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Search.DocIdSet EMPTY_DOCIDSET;
- protected DocIdSet() { }
- public virtual bool IsCacheable { get { throw null; } }
- public abstract Lucene.Net.Search.DocIdSetIterator Iterator();
- public partial class AnonymousClassDocIdSet : Lucene.Net.Search.DocIdSet
- {
- public AnonymousClassDocIdSet() { }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public partial class AnonymousClassDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public AnonymousClassDocIdSetIterator(Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet enclosingInstance) { }
- public Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- }
- }
- public abstract partial class DocIdSetIterator
- {
- public static readonly int NO_MORE_DOCS;
- protected DocIdSetIterator() { }
- public abstract int Advance(int target);
- public abstract int DocID();
- public abstract int NextDoc();
- }
- public partial interface DoubleParser : Lucene.Net.Search.Parser
- {
- double ParseDouble(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class Explanation
- {
- public Explanation() { }
- public Explanation(float value, string description) { }
- public virtual string Description { get { throw null; } set { } }
- public virtual bool IsMatch { get { throw null; } }
- protected internal virtual string Summary { get { throw null; } }
- public virtual float Value { get { throw null; } set { } }
- public virtual void AddDetail(Lucene.Net.Search.Explanation detail) { }
- public virtual Lucene.Net.Search.Explanation[] GetDetails() { throw null; }
- public virtual string ToHtml() { throw null; }
- public override string ToString() { throw null; }
- protected internal virtual string ToString(int depth) { throw null; }
- [System.SerializableAttribute]
- public abstract partial class IDFExplanation
- {
- protected IDFExplanation() { }
- public abstract float Idf { get; }
- public abstract string Explain();
- }
- }
- public partial interface FieldCache
- {
- System.IO.StreamWriter InfoStream { get; set; }
- sbyte[] GetBytes(Lucene.Net.Index.IndexReader reader, string field);
- sbyte[] GetBytes(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.ByteParser parser);
- Lucene.Net.Search.CacheEntry[] GetCacheEntries();
- double[] GetDoubles(Lucene.Net.Index.IndexReader reader, string field);
- double[] GetDoubles(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.DoubleParser parser);
- float[] GetFloats(Lucene.Net.Index.IndexReader reader, string field);
- float[] GetFloats(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.FloatParser parser);
- int[] GetInts(Lucene.Net.Index.IndexReader reader, string field);
- int[] GetInts(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.IntParser parser);
- long[] GetLongs(Lucene.Net.Index.IndexReader reader, string field);
- long[] GetLongs(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.LongParser parser);
- short[] GetShorts(Lucene.Net.Index.IndexReader reader, string field);
- short[] GetShorts(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.ShortParser parser);
- Lucene.Net.Search.StringIndex GetStringIndex(Lucene.Net.Index.IndexReader reader, string field);
- string[] GetStrings(Lucene.Net.Index.IndexReader reader, string field);
- void Purge(Lucene.Net.Index.IndexReader r);
- void PurgeAllCaches();
- }
- public static partial class FieldCacheRangeFilter
- {
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.SByte>> NewByteRange(string field, Lucene.Net.Search.ByteParser parser, System.Nullable<sbyte> lowerVal, System.Nullable<sbyte> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.SByte>> NewByteRange(string field, System.Nullable<sbyte> lowerVal, System.Nullable<sbyte> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Double>> NewDoubleRange(string field, Lucene.Net.Search.DoubleParser parser, System.Nullable<double> lowerVal, System.Nullable<double> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Double>> NewDoubleRange(string field, System.Nullable<double> lowerVal, System.Nullable<double> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Single>> NewFloatRange(string field, Lucene.Net.Search.FloatParser parser, System.Nullable<float> lowerVal, System.Nullable<float> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Single>> NewFloatRange(string field, System.Nullable<float> lowerVal, System.Nullable<float> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int32>> NewIntRange(string field, Lucene.Net.Search.IntParser parser, System.Nullable<int> lowerVal, System.Nullable<int> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int32>> NewIntRange(string field, System.Nullable<int> lowerVal, System.Nullable<int> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int64>> NewLongRange(string field, Lucene.Net.Search.LongParser parser, System.Nullable<long> lowerVal, System.Nullable<long> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int64>> NewLongRange(string field, System.Nullable<long> lowerVal, System.Nullable<long> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int16>> NewShortRange(string field, Lucene.Net.Search.ShortParser parser, System.Nullable<short> lowerVal, System.Nullable<short> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int16>> NewShortRange(string field, System.Nullable<short> lowerVal, System.Nullable<short> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.String> NewStringRange(string field, string lowerVal, string upperVal, bool includeLower, bool includeUpper) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class FieldCacheRangeFilter<T> : Lucene.Net.Search.Filter
- {
- protected internal FieldCacheRangeFilter(string field, Lucene.Net.Search.Parser parser, T lowerVal, T upperVal, bool includeLower, bool includeUpper) { }
- public string GetField { get { throw null; } }
- public bool IncludesLower { get { throw null; } }
- public bool IncludesUpper { get { throw null; } }
- public T LowerValue { get { throw null; } }
- public Lucene.Net.Search.Parser Parser { get { throw null; } }
- public T UpperValue { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public abstract override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FieldCacheTermsFilter : Lucene.Net.Search.Filter
- {
- public FieldCacheTermsFilter(string field, params string[] terms) { }
- public virtual Lucene.Net.Search.FieldCache FieldCache { get { throw null; } }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- protected internal partial class FieldCacheTermsFilterDocIdSet : Lucene.Net.Search.DocIdSet
- {
- public FieldCacheTermsFilterDocIdSet(Lucene.Net.Search.FieldCacheTermsFilter enclosingInstance, Lucene.Net.Search.StringIndex fcsi) { }
- public Lucene.Net.Search.FieldCacheTermsFilter Enclosing_Instance { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- protected internal partial class FieldCacheTermsFilterDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public FieldCacheTermsFilterDocIdSetIterator(Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet enclosingInstance) { }
- public Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct FieldCache_Fields
- {
- public static readonly Lucene.Net.Search.FieldCache DEFAULT;
- public static readonly Lucene.Net.Search.ByteParser DEFAULT_BYTE_PARSER;
- public static readonly Lucene.Net.Search.DoubleParser DEFAULT_DOUBLE_PARSER;
- public static readonly Lucene.Net.Search.FloatParser DEFAULT_FLOAT_PARSER;
- public static readonly Lucene.Net.Search.IntParser DEFAULT_INT_PARSER;
- public static readonly Lucene.Net.Search.LongParser DEFAULT_LONG_PARSER;
- public static readonly Lucene.Net.Search.ShortParser DEFAULT_SHORT_PARSER;
- public static readonly Lucene.Net.Search.DoubleParser NUMERIC_UTILS_DOUBLE_PARSER;
- public static readonly Lucene.Net.Search.FloatParser NUMERIC_UTILS_FLOAT_PARSER;
- public static readonly Lucene.Net.Search.IntParser NUMERIC_UTILS_INT_PARSER;
- public static readonly Lucene.Net.Search.LongParser NUMERIC_UTILS_LONG_PARSER;
- public static readonly int STRING_INDEX;
- }
- public abstract partial class FieldComparator
- {
- protected FieldComparator() { }
- public abstract System.IComparable this[int slot] { get; }
- protected internal static int BinarySearch(string[] a, string key) { throw null; }
- protected internal static int BinarySearch(string[] a, string key, int low, int high) { throw null; }
- public abstract int Compare(int slot1, int slot2);
- public abstract int CompareBottom(int doc);
- public abstract void Copy(int slot, int doc);
- public abstract void SetBottom(int slot);
- public abstract void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase);
- public virtual void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- public sealed partial class ByteComparator : Lucene.Net.Search.FieldComparator
- {
- internal ByteComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class DocComparator : Lucene.Net.Search.FieldComparator
- {
- internal DocComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class DoubleComparator : Lucene.Net.Search.FieldComparator
- {
- internal DoubleComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class FloatComparator : Lucene.Net.Search.FieldComparator
- {
- internal FloatComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class IntComparator : Lucene.Net.Search.FieldComparator
- {
- internal IntComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class LongComparator : Lucene.Net.Search.FieldComparator
- {
- internal LongComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class RelevanceComparator : Lucene.Net.Search.FieldComparator
- {
- internal RelevanceComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- public sealed partial class ShortComparator : Lucene.Net.Search.FieldComparator
- {
- internal ShortComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringComparatorLocale : Lucene.Net.Search.FieldComparator
- {
- internal StringComparatorLocale() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringOrdValComparator : Lucene.Net.Search.FieldComparator
- {
- public StringOrdValComparator(int numHits, string field, int sortPos, bool reversed) { }
- public int BottomSlot { get { throw null; } }
- public string Field { get { throw null; } }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public string[] GetValues() { throw null; }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringValComparator : Lucene.Net.Search.FieldComparator
- {
- internal StringValComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class FieldComparatorSource
- {
- protected FieldComparatorSource() { }
- public abstract Lucene.Net.Search.FieldComparator NewComparator(string fieldname, int numHits, int sortPos, bool reversed);
- }
- [System.SerializableAttribute]
- public partial class FieldDoc : Lucene.Net.Search.ScoreDoc
- {
- [System.NonSerializedAttribute]
- public System.IComparable[] fields;
- public FieldDoc(int doc, float score) : base (default(int), default(float)) { }
- public FieldDoc(int doc, float score, System.IComparable[] fields) : base (default(int), default(float)) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class FieldValueHitQueue : Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.FieldValueHitQueue.Entry>
- {
- internal FieldValueHitQueue() { }
- protected internal Lucene.Net.Search.FieldComparator[] comparators;
- protected internal Lucene.Net.Search.SortField[] fields;
- protected internal int[] reverseMul;
- public static Lucene.Net.Search.FieldValueHitQueue Create(Lucene.Net.Search.SortField[] fields, int size) { throw null; }
- public abstract override bool LessThan(Lucene.Net.Search.FieldValueHitQueue.Entry a, Lucene.Net.Search.FieldValueHitQueue.Entry b);
- public sealed partial class Entry : Lucene.Net.Search.ScoreDoc
- {
- internal Entry() : base (default(int), default(float)) { }
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class Filter
- {
- protected Filter() { }
- public abstract Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader);
- }
- public abstract partial class FilteredDocIdSet : Lucene.Net.Search.DocIdSet
- {
- protected FilteredDocIdSet(Lucene.Net.Search.DocIdSet innerSet) { }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public abstract bool Match(int docid);
- }
- public abstract partial class FilteredDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- protected internal Lucene.Net.Search.DocIdSetIterator internalInnerIter;
- protected FilteredDocIdSetIterator(Lucene.Net.Search.DocIdSetIterator innerIter) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public abstract bool Match(int doc);
- public override int NextDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FilteredQuery : Lucene.Net.Search.Query
- {
- public FilteredQuery(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter) { }
- public virtual Lucene.Net.Search.Filter Filter { get { throw null; } }
- public virtual Lucene.Net.Search.Query Query { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string s) { throw null; }
- }
- public abstract partial class FilteredTermEnum : Lucene.Net.Index.TermEnum
- {
- protected internal Lucene.Net.Index.TermEnum actualEnum;
- protected internal Lucene.Net.Index.Term currentTerm;
- protected FilteredTermEnum() { }
- public override Lucene.Net.Index.Term Term { get { throw null; } }
- public abstract float Difference();
- protected override void Dispose(bool disposing) { }
- public override int DocFreq() { throw null; }
- public abstract bool EndEnum();
- public override bool Next() { throw null; }
- protected internal virtual void SetEnum(Lucene.Net.Index.TermEnum actualEnum) { }
- protected internal abstract bool TermCompare(Lucene.Net.Index.Term term);
- }
- public partial class FilterManager
- {
- protected internal System.Collections.Generic.IDictionary<int, Lucene.Net.Search.FilterManager.FilterItem> cache;
- protected internal int cacheCleanSize;
- protected internal long cleanSleepTime;
- protected internal const int DEFAULT_CACHE_CLEAN_SIZE = 100;
- protected internal const long DEFAULT_CACHE_SLEEP_TIME = (long)600000;
- protected internal Lucene.Net.Search.FilterManager.FilterCleaner internalFilterCleaner;
- protected internal static Lucene.Net.Search.FilterManager manager;
- protected internal FilterManager() { }
- public static Lucene.Net.Search.FilterManager Instance { get { throw null; } }
- public virtual Lucene.Net.Search.Filter GetFilter(Lucene.Net.Search.Filter filter) { throw null; }
- public virtual void SetCacheSize(int value) { }
- public virtual void SetCleanThreadSleepTime(long value) { }
- protected internal partial class FilterCleaner : Lucene.Net.Support.IThreadRunnable
- {
- public FilterCleaner(Lucene.Net.Search.FilterManager enclosingInstance) { }
- public virtual void Run() { }
- }
- protected internal partial class FilterItem
- {
- public Lucene.Net.Search.Filter filter;
- public long timestamp;
- public FilterItem(Lucene.Net.Search.Filter filter) { }
- }
- }
- public partial interface FloatParser : Lucene.Net.Search.Parser
- {
- float ParseFloat(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class FuzzyQuery : Lucene.Net.Search.MultiTermQuery
- {
- public const float defaultMinSimilarity = 0.5f;
- public const int defaultPrefixLength = 0;
- public FuzzyQuery(Lucene.Net.Index.Term term) { }
- public FuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity) { }
- public FuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity, int prefixLength) { }
- public virtual float MinSimilarity { get { throw null; } }
- public virtual int PrefixLength { get { throw null; } }
- public override Lucene.Net.Search.RewriteMethod RewriteMethod { set { } }
- public Lucene.Net.Index.Term Term { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected internal set { } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- protected internal partial class ScoreTerm : System.IComparable<Lucene.Net.Search.FuzzyQuery.ScoreTerm>
- {
- public float score;
- public Lucene.Net.Index.Term term;
- public ScoreTerm() { }
- public int CompareTo(Lucene.Net.Search.FuzzyQuery.ScoreTerm other) { throw null; }
- }
- }
- public sealed partial class FuzzyTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term) { }
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term, float minSimilarity) { }
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term, float minSimilarity, int prefixLength) { }
- public override float Difference() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class HitQueue : Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.ScoreDoc>
- {
- public HitQueue(int size, bool prePopulate) { }
- protected internal override Lucene.Net.Search.ScoreDoc SentinelObject { get { throw null; } }
- public override bool LessThan(Lucene.Net.Search.ScoreDoc hitA, Lucene.Net.Search.ScoreDoc hitB) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class IndexSearcher : Lucene.Net.Search.Searcher
- {
- public IndexSearcher(Lucene.Net.Index.IndexReader r) { }
- public IndexSearcher(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.IndexReader[] subReaders, int[] docStarts) { }
- public IndexSearcher(Lucene.Net.Store.Directory path) { }
- public IndexSearcher(Lucene.Net.Store.Directory path, bool readOnly) { }
- public virtual Lucene.Net.Index.IndexReader IndexReader { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public Lucene.Net.Index.IndexReader reader_ForNUnit { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override Lucene.Net.Documents.Document Doc(int i) { throw null; }
- public override Lucene.Net.Documents.Document Doc(int i, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc) { throw null; }
- protected internal virtual void GatherSubReaders(System.Collections.Generic.IList<Lucene.Net.Index.IndexReader> allSubReaders, Lucene.Net.Index.IndexReader r) { }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query original) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort, bool fillFields) { throw null; }
- public virtual void SetDefaultFieldSortScoring(bool doTrackScores, bool doMaxScore) { }
- }
- public partial interface IntParser : Lucene.Net.Search.Parser
- {
- int ParseInt(string string_Renamed);
- }
- public partial interface LongParser : Lucene.Net.Search.Parser
- {
- long ParseLong(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class MatchAllDocsQuery : Lucene.Net.Search.Query
- {
- public MatchAllDocsQuery() { }
- public MatchAllDocsQuery(string normsField) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MultiPhraseQuery : Lucene.Net.Search.Query
- {
- public MultiPhraseQuery() { }
- public virtual int Slop { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Index.Term term) { }
- public virtual void Add(Lucene.Net.Index.Term[] terms) { }
- public virtual void Add(Lucene.Net.Index.Term[] terms, int position) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public virtual System.Collections.Generic.IList<Lucene.Net.Index.Term[]> GetTermArrays() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public static bool TermEquals(System.Array array1, System.Array array2) { throw null; }
- public override string ToString(string f) { throw null; }
- }
- public partial class MultiSearcher : Lucene.Net.Search.Searcher
- {
- public MultiSearcher(params Lucene.Net.Search.Searchable[] searchables) { }
- public override int MaxDoc { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Query original) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Lucene.Net.Documents.Document Doc(int n) { throw null; }
- public override Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc) { throw null; }
- public virtual Lucene.Net.Search.Searchable[] GetSearchables() { throw null; }
- protected internal virtual int[] GetStarts() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query original) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual int SubDoc(int n) { throw null; }
- public virtual int SubSearcher(int n) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class MultiTermQuery : Lucene.Net.Search.Query
- {
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_AUTO_REWRITE_DEFAULT;
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE;
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_FILTER_REWRITE;
- protected internal Lucene.Net.Search.RewriteMethod internalRewriteMethod;
- public static readonly Lucene.Net.Search.RewriteMethod SCORING_BOOLEAN_QUERY_REWRITE;
- protected MultiTermQuery() { }
- public virtual Lucene.Net.Search.RewriteMethod RewriteMethod { get { throw null; } set { } }
- public virtual int TotalNumberOfTerms { get { throw null; } }
- public virtual void ClearTotalNumberOfTerms() { }
- public override bool Equals(object obj) { throw null; }
- protected internal abstract Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- protected internal virtual void IncTotalNumberOfTerms(int inc) { }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- [System.SerializableAttribute]
- public partial class AnonymousClassConstantScoreAutoRewrite : Lucene.Net.Search.MultiTermQuery.ConstantScoreAutoRewrite
- {
- public AnonymousClassConstantScoreAutoRewrite() { }
- public override double DocCountPercent { set { } }
- public override int TermCountCutoff { set { } }
- protected internal virtual object ReadResolve() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ConstantScoreAutoRewrite : Lucene.Net.Search.RewriteMethod
- {
- public static double DEFAULT_DOC_COUNT_PERCENT;
- public static int DEFAULT_TERM_COUNT_CUTOFF;
- public ConstantScoreAutoRewrite() { }
- public virtual double DocCountPercent { get { throw null; } set { } }
- public virtual int TermCountCutoff { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.MultiTermQuery query) { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class MultiTermQueryWrapperFilter<T> : Lucene.Net.Search.Filter where T : Lucene.Net.Search.MultiTermQuery
- {
- protected internal T query;
- protected internal MultiTermQueryWrapperFilter(T query) { }
- public virtual int TotalNumberOfTerms { get { throw null; } }
- public virtual void ClearTotalNumberOfTerms() { }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class NumericRangeFilter
- {
- public static Lucene.Net.Search.NumericRangeFilter<System.Double> NewDoubleRange(string field, int precisionStep, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Double> NewDoubleRange(string field, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Single> NewFloatRange(string field, int precisionStep, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Single> NewFloatRange(string field, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int32> NewIntRange(string field, int precisionStep, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int32> NewIntRange(string field, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int64> NewLongRange(string field, int precisionStep, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int64> NewLongRange(string field, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericRangeFilter<T> : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.NumericRangeQuery<T>> where T : struct, System.IComparable<T>
- {
- internal NumericRangeFilter() : base (default(Lucene.Net.Search.NumericRangeQuery<T>)) { }
- public string Field { get { throw null; } }
- public bool IncludesMax { get { throw null; } }
- public bool IncludesMin { get { throw null; } }
- public System.Nullable<T> Max { get { throw null; } }
- public System.Nullable<T> Min { get { throw null; } }
- }
- public static partial class NumericRangeQuery
- {
- public static Lucene.Net.Search.NumericRangeQuery<System.Double> NewDoubleRange(string field, int precisionStep, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Double> NewDoubleRange(string field, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Single> NewFloatRange(string field, int precisionStep, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Single> NewFloatRange(string field, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int32> NewIntRange(string field, int precisionStep, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int32> NewIntRange(string field, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int64> NewLongRange(string field, int precisionStep, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int64> NewLongRange(string field, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericRangeQuery<T> : Lucene.Net.Search.MultiTermQuery where T : struct, System.IComparable<T>
- {
- internal NumericRangeQuery() { }
- public string Field { get { throw null; } }
- public bool IncludesMax { get { throw null; } }
- public bool IncludesMin { get { throw null; } }
- public System.Nullable<T> Max { get { throw null; } }
- public System.Nullable<T> Min { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public enum Occur
- {
- MUST = 0,
- MUST_NOT = 2,
- SHOULD = 1,
- }
- public static partial class OccurExtensions
- {
- public static string ToString(this Lucene.Net.Search.Occur occur) { throw null; }
- }
- public partial class ParallelMultiSearcher : Lucene.Net.Search.MultiSearcher
- {
- public ParallelMultiSearcher(params Lucene.Net.Search.Searchable[] searchables) : base (default(Lucene.Net.Search.Searchable[])) { }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort) { throw null; }
- }
- public partial interface Parser
- {
- }
- [System.SerializableAttribute]
- public partial class PhraseQuery : Lucene.Net.Search.Query
- {
- public PhraseQuery() { }
- public virtual int Slop { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Index.Term term) { }
- public virtual void Add(Lucene.Net.Index.Term term, int position) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> queryTerms) { }
- public override int GetHashCode() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public virtual Lucene.Net.Index.Term[] GetTerms() { throw null; }
- public override string ToString(string f) { throw null; }
- }
- public partial class PositiveScoresOnlyCollector : Lucene.Net.Search.Collector
- {
- public PositiveScoresOnlyCollector(Lucene.Net.Search.Collector c) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public override void Collect(int doc) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- [System.SerializableAttribute]
- public partial class PrefixFilter : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.PrefixQuery>
- {
- public PrefixFilter(Lucene.Net.Index.Term prefix) : base (default(Lucene.Net.Search.PrefixQuery)) { }
- public virtual Lucene.Net.Index.Term Prefix { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PrefixQuery : Lucene.Net.Search.MultiTermQuery
- {
- public PrefixQuery(Lucene.Net.Index.Term prefix) { }
- public virtual Lucene.Net.Index.Term Prefix { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class PrefixTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public PrefixTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term prefix) { }
- protected internal virtual Lucene.Net.Index.Term PrefixTerm { get { throw null; } }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Query : System.ICloneable
- {
- protected Query() { }
- public virtual float Boost { get { throw null; } set { } }
- public virtual object Clone() { throw null; }
- public virtual Lucene.Net.Search.Query Combine(Lucene.Net.Search.Query[] queries) { throw null; }
- public virtual Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public virtual void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public static Lucene.Net.Search.Query MergeBooleanQueries(params Lucene.Net.Search.BooleanQuery[] queries) { throw null; }
- public virtual Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString() { throw null; }
- public abstract string ToString(string field);
- public virtual Lucene.Net.Search.Weight Weight(Lucene.Net.Search.Searcher searcher) { throw null; }
- }
- public partial class QueryTermVector : Lucene.Net.Index.ITermFreqVector
- {
- public QueryTermVector(string queryString, Lucene.Net.Analysis.Analyzer analyzer) { }
- public QueryTermVector(string[] queryTerms) { }
- public virtual string Field { get { throw null; } }
- public virtual int Size { get { throw null; } }
- public virtual int[] GetTermFrequencies() { throw null; }
- public virtual string[] GetTerms() { throw null; }
- public virtual int[] IndexesOf(string[] terms, int start, int len) { throw null; }
- public virtual int IndexOf(string term) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class QueryWrapperFilter : Lucene.Net.Search.Filter
- {
- public QueryWrapperFilter(Lucene.Net.Search.Query query) { }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class RewriteMethod
- {
- protected RewriteMethod() { }
- public abstract Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.MultiTermQuery query);
- }
- public partial class ScoreCachingWrappingScorer : Lucene.Net.Search.Scorer
- {
- public ScoreCachingWrappingScorer(Lucene.Net.Search.Scorer scorer) : base (default(Lucene.Net.Search.Similarity)) { }
- public override Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector collector) { }
- public override bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ScoreDoc
- {
- public ScoreDoc(int doc, float score) { }
- public int Doc { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public float Score { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class Scorer : Lucene.Net.Search.DocIdSetIterator
- {
- protected internal Scorer(Lucene.Net.Search.Similarity similarity) { }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public abstract float Score();
- public virtual void Score(Lucene.Net.Search.Collector collector) { }
- public virtual bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- }
- public partial interface Searchable : System.IDisposable
- {
- int MaxDoc { get; }
- void Close();
- Lucene.Net.Documents.Document Doc(int i);
- Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector);
- int DocFreq(Lucene.Net.Index.Term term);
- int[] DocFreqs(Lucene.Net.Index.Term[] terms);
- Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc);
- Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query query);
- void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector);
- Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n);
- Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort);
- }
- public abstract partial class Searcher : System.MarshalByRefObject, Lucene.Net.Search.Searchable, System.IDisposable
- {
- protected Searcher() { }
- public abstract int MaxDoc { get; }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public virtual Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Query query) { throw null; }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract Lucene.Net.Documents.Document Doc(int i);
- public abstract Lucene.Net.Documents.Document Doc(int docid, Lucene.Net.Documents.FieldSelector fieldSelector);
- public abstract int DocFreq(Lucene.Net.Index.Term term);
- public virtual int[] DocFreqs(Lucene.Net.Index.Term[] terms) { throw null; }
- public virtual Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Query query, int doc) { throw null; }
- public abstract Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc);
- public abstract Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query query);
- public virtual void Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Collector results) { }
- public virtual void Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector results) { }
- public virtual Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, int n) { throw null; }
- public virtual Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Query query, int n) { throw null; }
- public abstract void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector results);
- public abstract Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n);
- public abstract Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort);
- }
- public partial interface ShortParser : Lucene.Net.Search.Parser
- {
- short ParseShort(string string_Renamed);
- }
- [System.SerializableAttribute]
- public abstract partial class Similarity
- {
- public const int NO_DOC_ID_PROVIDED = -1;
- protected Similarity() { }
- public static Lucene.Net.Search.Similarity Default { get { throw null; } set { } }
- public virtual float ComputeNorm(string field, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public abstract float Coord(int overlap, int maxOverlap);
- public static float DecodeNorm(byte b) { throw null; }
- public static byte EncodeNorm(float f) { throw null; }
- public static float[] GetNormDecoder() { throw null; }
- public abstract float Idf(int docFreq, int numDocs);
- public virtual Lucene.Net.Search.Explanation.IDFExplanation IdfExplain(Lucene.Net.Index.Term term, Lucene.Net.Search.Searcher searcher) { throw null; }
- public virtual Lucene.Net.Search.Explanation.IDFExplanation IdfExplain(System.Collections.Generic.ICollection<Lucene.Net.Index.Term> terms, Lucene.Net.Search.Searcher searcher) { throw null; }
- public abstract float LengthNorm(string fieldName, int numTokens);
- public abstract float QueryNorm(float sumOfSquaredWeights);
- public virtual float ScorePayload(int docId, string fieldName, int start, int end, byte[] payload, int offset, int length) { throw null; }
- public abstract float SloppyFreq(int distance);
- public virtual float Tf(int freq) { throw null; }
- public abstract float Tf(float freq);
- }
- [System.SerializableAttribute]
- public partial class SimilarityDelegator : Lucene.Net.Search.Similarity
- {
- public SimilarityDelegator(Lucene.Net.Search.Similarity delegee) { }
- public override float ComputeNorm(string fieldName, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public override float Coord(int overlap, int maxOverlap) { throw null; }
- public override float Idf(int docFreq, int numDocs) { throw null; }
- public override float LengthNorm(string fieldName, int numTerms) { throw null; }
- public override float QueryNorm(float sumOfSquaredWeights) { throw null; }
- public override float ScorePayload(int docId, string fieldName, int start, int end, byte[] payload, int offset, int length) { throw null; }
- public override float SloppyFreq(int distance) { throw null; }
- public override float Tf(float freq) { throw null; }
- }
- public partial class SingleTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public SingleTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term singleTerm) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class Sort
- {
- public static readonly Lucene.Net.Search.Sort INDEXORDER;
- public static readonly Lucene.Net.Search.Sort RELEVANCE;
- public Sort() { }
- public Sort(Lucene.Net.Search.SortField field) { }
- public Sort(params Lucene.Net.Search.SortField[] fields) { }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Search.SortField[] GetSort() { throw null; }
- public virtual void SetSort(Lucene.Net.Search.SortField field) { }
- public virtual void SetSort(params Lucene.Net.Search.SortField[] fields) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SortField
- {
- public const int BYTE = 10;
- public const int CUSTOM = 9;
- public const int DOC = 1;
- public const int DOUBLE = 7;
- public static readonly Lucene.Net.Search.SortField FIELD_DOC;
- public static readonly Lucene.Net.Search.SortField FIELD_SCORE;
- public const int FLOAT = 5;
- public const int INT = 4;
- public const int LONG = 6;
- public const int SCORE = 0;
- public const int SHORT = 8;
- public const int STRING = 3;
- public const int STRING_VAL = 11;
- public SortField(string field, Lucene.Net.Search.FieldComparatorSource comparator) { }
- public SortField(string field, Lucene.Net.Search.FieldComparatorSource comparator, bool reverse) { }
- public SortField(string field, Lucene.Net.Search.Parser parser) { }
- public SortField(string field, Lucene.Net.Search.Parser parser, bool reverse) { }
- public SortField(string field, System.Globalization.CultureInfo locale) { }
- public SortField(string field, System.Globalization.CultureInfo locale, bool reverse) { }
- public SortField(string field, int type) { }
- public SortField(string field, int type, bool reverse) { }
- public virtual Lucene.Net.Search.FieldComparatorSource ComparatorSource { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } }
- public virtual Lucene.Net.Search.Parser Parser { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public virtual Lucene.Net.Search.FieldComparator GetComparator(int numHits, int sortPos) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SpanFilter : Lucene.Net.Search.Filter
- {
- protected SpanFilter() { }
- public abstract Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader);
- }
- public partial class SpanFilterResult
- {
- public SpanFilterResult(Lucene.Net.Search.DocIdSet docIdSet, System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.PositionInfo> positions) { }
- public virtual Lucene.Net.Search.DocIdSet DocIdSet { get { throw null; } }
- public virtual System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.PositionInfo> Positions { get { throw null; } }
- public partial class PositionInfo
- {
- public PositionInfo(int doc) { }
- public virtual int Doc { get { throw null; } }
- public virtual System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.StartEnd> Positions { get { throw null; } }
- public virtual void AddPosition(int start, int end) { }
- }
- public partial class StartEnd
- {
- public StartEnd(int start, int end) { }
- public virtual int End { get { throw null; } }
- public virtual int Start { get { throw null; } }
- }
- }
- [System.SerializableAttribute]
- public partial class SpanQueryFilter : Lucene.Net.Search.SpanFilter
- {
- protected internal Lucene.Net.Search.Spans.SpanQuery internalQuery;
- protected internal SpanQueryFilter() { }
- public SpanQueryFilter(Lucene.Net.Search.Spans.SpanQuery query) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery Query { get { throw null; } }
- public override Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class StringIndex
- {
- public string[] lookup;
- public int[] order;
- public StringIndex(int[] values, string[] lookup) { }
- public virtual int BinarySearchLookup(string key) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermQuery : Lucene.Net.Search.Query
- {
- public TermQuery(Lucene.Net.Index.Term t) { }
- public virtual Lucene.Net.Index.Term Term { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermRangeFilter : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.TermRangeQuery>
- {
- public TermRangeFilter(string fieldName, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper) : base (default(Lucene.Net.Search.TermRangeQuery)) { }
- public TermRangeFilter(string fieldName, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) : base (default(Lucene.Net.Search.TermRangeQuery)) { }
- public virtual System.Globalization.CompareInfo Collator { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual bool IncludesLower { get { throw null; } }
- public virtual bool IncludesUpper { get { throw null; } }
- public virtual string LowerTerm { get { throw null; } }
- public virtual string UpperTerm { get { throw null; } }
- public static Lucene.Net.Search.TermRangeFilter Less(string fieldName, string upperTerm) { throw null; }
- public static Lucene.Net.Search.TermRangeFilter More(string fieldName, string lowerTerm) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermRangeQuery : Lucene.Net.Search.MultiTermQuery
- {
- public TermRangeQuery(string field, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper) { }
- public TermRangeQuery(string field, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) { }
- public virtual System.Globalization.CompareInfo Collator { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual bool IncludesLower { get { throw null; } }
- public virtual bool IncludesUpper { get { throw null; } }
- public virtual string LowerTerm { get { throw null; } }
- public virtual string UpperTerm { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class TermRangeTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public TermRangeTermEnum(Lucene.Net.Index.IndexReader reader, string field, string lowerTermText, string upperTermText, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class TermScorer : Lucene.Net.Search.Scorer
- {
- public TermScorer(Lucene.Net.Search.Weight weight, Lucene.Net.Index.TermDocs td, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector c) { }
- public override bool Score(Lucene.Net.Search.Collector c, int end, int firstDocID) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class TimeLimitingCollector : Lucene.Net.Search.Collector
- {
- public bool DEFAULT_GREEDY;
- public const int DEFAULT_RESOLUTION = 20;
- public TimeLimitingCollector(Lucene.Net.Search.Collector collector, long timeAllowed) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public virtual bool IsGreedy { get { throw null; } set { } }
- public static long Resolution { get { throw null; } set { } }
- public override void Collect(int doc) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int base_Renamed) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- [System.SerializableAttribute]
- public partial class TimeExceededException : System.SystemException
- {
- internal TimeExceededException() { }
- public virtual int LastDocCollected { get { throw null; } }
- public virtual long TimeAllowed { get { throw null; } }
- public virtual long TimeElapsed { get { throw null; } }
- }
- }
- [System.SerializableAttribute]
- public partial class TopDocs
- {
- public TopDocs(int totalHits, Lucene.Net.Search.ScoreDoc[] scoreDocs, float maxScore) { }
- public float MaxScore { get { throw null; } set { } }
- public Lucene.Net.Search.ScoreDoc[] ScoreDocs { get { throw null; } set { } }
- public int TotalHits { get { throw null; } set { } }
- }
- public abstract partial class TopDocsCollector<T> : Lucene.Net.Search.Collector where T : Lucene.Net.Search.ScoreDoc
- {
- protected internal static readonly Lucene.Net.Search.TopDocs EMPTY_TOPDOCS;
- protected internal int internalTotalHits;
- protected internal Lucene.Net.Util.PriorityQueue<T> pq;
- protected internal TopDocsCollector(Lucene.Net.Util.PriorityQueue<T> pq) { }
- public virtual int TotalHits { get { throw null; } }
- public virtual Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- protected internal virtual void PopulateResults(Lucene.Net.Search.ScoreDoc[] results, int howMany) { }
- public Lucene.Net.Search.TopDocs TopDocs() { throw null; }
- public Lucene.Net.Search.TopDocs TopDocs(int start) { throw null; }
- public Lucene.Net.Search.TopDocs TopDocs(int start, int howMany) { throw null; }
- }
- public abstract partial class TopFieldCollector : Lucene.Net.Search.TopDocsCollector<Lucene.Net.Search.FieldValueHitQueue.Entry>
- {
- internal TopFieldCollector() : base (default(Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.FieldValueHitQueue.Entry>)) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public static Lucene.Net.Search.TopFieldCollector Create(Lucene.Net.Search.Sort sort, int numHits, bool fillFields, bool trackDocScores, bool trackMaxScore, bool docsScoredInOrder) { throw null; }
- public override Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- protected internal override void PopulateResults(Lucene.Net.Search.ScoreDoc[] results, int howMany) { }
- }
- [System.SerializableAttribute]
- public partial class TopFieldDocs : Lucene.Net.Search.TopDocs
- {
- public Lucene.Net.Search.SortField[] fields;
- public TopFieldDocs(int totalHits, Lucene.Net.Search.ScoreDoc[] scoreDocs, Lucene.Net.Search.SortField[] fields, float maxScore) : base (default(int), default(Lucene.Net.Search.ScoreDoc[]), default(float)) { }
- }
- public abstract partial class TopScoreDocCollector : Lucene.Net.Search.TopDocsCollector<Lucene.Net.Search.ScoreDoc>
- {
- internal TopScoreDocCollector() : base (default(Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.ScoreDoc>)) { }
- public static Lucene.Net.Search.TopScoreDocCollector Create(int numHits, bool docsScoredInOrder) { throw null; }
- public override Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int base_Renamed) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- [System.SerializableAttribute]
- public abstract partial class Weight
- {
- protected Weight() { }
- public abstract Lucene.Net.Search.Query Query { get; }
- public abstract float Value { get; }
- public abstract Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc);
- public virtual bool GetScoresDocsOutOfOrder() { throw null; }
- public abstract float GetSumOfSquaredWeights();
- public abstract void Normalize(float norm);
- public abstract Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer);
- }
- [System.SerializableAttribute]
- public partial class WildcardQuery : Lucene.Net.Search.MultiTermQuery
- {
- protected internal Lucene.Net.Index.Term internalTerm;
- public WildcardQuery(Lucene.Net.Index.Term term) { }
- public Lucene.Net.Index.Term Term { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class WildcardTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public const char WILDCARD_CHAR = '?';
- public const char WILDCARD_STRING = '*';
- public WildcardTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- public static bool WildcardEquals(string pattern, int patternIdx, string string_Renamed, int stringIdx) { throw null; }
- }
-}
-namespace Lucene.Net.Search.Function
-{
- [System.SerializableAttribute]
- public partial class ByteFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public ByteFieldSource(string field) : base (default(string)) { }
- public ByteFieldSource(string field, Lucene.Net.Search.ByteParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- public partial class CustomScoreProvider
- {
- protected Lucene.Net.Index.IndexReader reader;
- public CustomScoreProvider(Lucene.Net.Index.IndexReader reader) { }
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation valSrcExpl) { throw null; }
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation[] valSrcExpls) { throw null; }
- public virtual float CustomScore(int doc, float subQueryScore, float valSrcScore) { throw null; }
- public virtual float CustomScore(int doc, float subQueryScore, float[] valSrcScores) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CustomScoreQuery : Lucene.Net.Search.Query, System.ICloneable
- {
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery) { }
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery, Lucene.Net.Search.Function.ValueSourceQuery valSrcQuery) { }
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery, params Lucene.Net.Search.Function.ValueSourceQuery[] valSrcQueries) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation valSrcExpl) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation[] valSrcExpls) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual float CustomScore(int doc, float subQueryScore, float valSrcScore) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual float CustomScore(int doc, float subQueryScore, float[] valSrcScores) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- protected virtual Lucene.Net.Search.Function.CustomScoreProvider GetCustomScoreProvider(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual bool IsStrict() { throw null; }
- public virtual string Name() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public virtual void SetStrict(bool strict) { }
- public override string ToString(string field) { throw null; }
- }
- public abstract partial class DocValues
- {
- protected DocValues() { }
- protected internal virtual object InnerArray { get { throw null; } }
- public virtual double DoubleVal(int doc) { throw null; }
- public virtual Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public abstract float FloatVal(int doc);
- public virtual float GetAverageValue() { throw null; }
- public virtual float GetMaxValue() { throw null; }
- public virtual float GetMinValue() { throw null; }
- public virtual int IntVal(int doc) { throw null; }
- public virtual long LongVal(int doc) { throw null; }
- public virtual string StrVal(int doc) { throw null; }
- public abstract string ToString(int doc);
- }
- [System.SerializableAttribute]
- public abstract partial class FieldCacheSource : Lucene.Net.Search.Function.ValueSource
- {
- protected FieldCacheSource(string field) { }
- public abstract bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource other);
- public abstract int CachedFieldSourceHashCode();
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public abstract Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FieldScoreQuery : Lucene.Net.Search.Function.ValueSourceQuery
- {
- public FieldScoreQuery(string field, Lucene.Net.Search.Function.FieldScoreQuery.Type type) : base (default(Lucene.Net.Search.Function.ValueSource)) { }
- public partial class Type
- {
- internal Type() { }
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type BYTE;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type FLOAT;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type INT;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type SHORT;
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class FloatFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public FloatFieldSource(string field) : base (default(string)) { }
- public FloatFieldSource(string field, Lucene.Net.Search.FloatParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class IntFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public IntFieldSource(string field) : base (default(string)) { }
- public IntFieldSource(string field, Lucene.Net.Search.IntParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class OrdFieldSource : Lucene.Net.Search.Function.ValueSource
- {
- protected internal string field;
- public OrdFieldSource(string field) { }
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ReverseOrdFieldSource : Lucene.Net.Search.Function.ValueSource
- {
- public string field;
- public ReverseOrdFieldSource(string field) { }
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ShortFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public ShortFieldSource(string field) : base (default(string)) { }
- public ShortFieldSource(string field, Lucene.Net.Search.ShortParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class ValueSource
- {
- protected ValueSource() { }
- public abstract string Description();
- public abstract override bool Equals(object o);
- public abstract override int GetHashCode();
- public abstract Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader);
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ValueSourceQuery : Lucene.Net.Search.Query
- {
- public ValueSourceQuery(Lucene.Net.Search.Function.ValueSource valSrc) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
-}
-namespace Lucene.Net.Search.Payloads
-{
- [System.SerializableAttribute]
- public partial class AveragePayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public AveragePayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MaxPayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public MaxPayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MinPayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public MinPayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class PayloadFunction
- {
- protected PayloadFunction() { }
- public abstract float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore);
- public abstract float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore);
- public abstract override bool Equals(object o);
- public abstract override int GetHashCode();
- }
- [System.SerializableAttribute]
- public partial class PayloadNearQuery : Lucene.Net.Search.Spans.SpanNearQuery, System.ICloneable
- {
- protected internal string fieldName;
- protected internal Lucene.Net.Search.Payloads.PayloadFunction function;
- public PayloadNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder) : base (default(Lucene.Net.Search.Spans.SpanQuery[]), default(int), default(bool)) { }
- public PayloadNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder, Lucene.Net.Search.Payloads.PayloadFunction function) : base (default(Lucene.Net.Search.Spans.SpanQuery[]), default(int), default(bool)) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- public partial class PayloadNearSpanScorer : Lucene.Net.Search.Spans.SpanScorer
- {
- protected internal float payloadScore;
- protected internal PayloadNearSpanScorer(Lucene.Net.Search.Payloads.PayloadNearQuery enclosingInstance, Lucene.Net.Search.Spans.Spans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Spans.Spans), default(Lucene.Net.Search.Weight), default(Lucene.Net.Search.Similarity), default(byte[])) { }
- public Lucene.Net.Search.Payloads.PayloadNearQuery Enclosing_Instance { get { throw null; } }
- protected internal override Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public virtual void GetPayloads(Lucene.Net.Search.Spans.Spans[] subSpans) { }
- protected internal virtual void ProcessPayloads(System.Collections.Generic.ICollection<byte[]> payLoads, int start, int end) { }
- public override float Score() { throw null; }
- public override bool SetFreqCurrentDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PayloadNearSpanWeight : Lucene.Net.Search.Spans.SpanWeight
- {
- public PayloadNearSpanWeight(Lucene.Net.Search.Payloads.PayloadNearQuery enclosingInstance, Lucene.Net.Search.Spans.SpanQuery query, Lucene.Net.Search.Searcher searcher) : base (default(Lucene.Net.Search.Spans.SpanQuery), default(Lucene.Net.Search.Searcher)) { }
- public Lucene.Net.Search.Payloads.PayloadNearQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- public partial class PayloadSpanUtil
- {
- public PayloadSpanUtil(Lucene.Net.Index.IndexReader reader) { }
- public virtual System.Collections.Generic.ICollection<byte[]> GetPayloadsForQuery(Lucene.Net.Search.Query query) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PayloadTermQuery : Lucene.Net.Search.Spans.SpanTermQuery
- {
- protected internal Lucene.Net.Search.Payloads.PayloadFunction function;
- public PayloadTermQuery(Lucene.Net.Index.Term term, Lucene.Net.Search.Payloads.PayloadFunction function) : base (default(Lucene.Net.Index.Term)) { }
- public PayloadTermQuery(Lucene.Net.Index.Term term, Lucene.Net.Search.Payloads.PayloadFunction function, bool includeSpanScore) : base (default(Lucene.Net.Index.Term)) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- [System.SerializableAttribute]
- protected internal partial class PayloadTermWeight : Lucene.Net.Search.Spans.SpanWeight
- {
- public PayloadTermWeight(Lucene.Net.Search.Payloads.PayloadTermQuery enclosingInstance, Lucene.Net.Search.Payloads.PayloadTermQuery query, Lucene.Net.Search.Searcher searcher) : base (default(Lucene.Net.Search.Spans.SpanQuery), default(Lucene.Net.Search.Searcher)) { }
- public Lucene.Net.Search.Payloads.PayloadTermQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- protected internal partial class PayloadTermSpanScorer : Lucene.Net.Search.Spans.SpanScorer
- {
- protected internal byte[] payload;
- protected internal float payloadScore;
- protected internal int payloadsSeen;
- protected internal Lucene.Net.Index.TermPositions positions;
- public PayloadTermSpanScorer(Lucene.Net.Search.Payloads.PayloadTermQuery.PayloadTermWeight enclosingInstance, Lucene.Net.Search.Spans.TermSpans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Spans.Spans), default(Lucene.Net.Search.Weight), default(Lucene.Net.Search.Similarity), default(byte[])) { }
- public Lucene.Net.Search.Payloads.PayloadTermQuery.PayloadTermWeight Enclosing_Instance { get { throw null; } }
- protected internal override Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- protected internal virtual float GetPayloadScore() { throw null; }
- protected internal virtual float GetSpanScore() { throw null; }
- protected internal virtual void ProcessPayload(Lucene.Net.Search.Similarity similarity) { }
- public override float Score() { throw null; }
- public override bool SetFreqCurrentDoc() { throw null; }
- }
- }
- }
-}
-namespace Lucene.Net.Search.Spans
-{
- [System.SerializableAttribute]
- public partial class FieldMaskingSpanQuery : Lucene.Net.Search.Spans.SpanQuery
- {
- public FieldMaskingSpanQuery(Lucene.Net.Search.Spans.SpanQuery maskedQuery, string maskedField) { }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery MaskedQuery { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class NearSpansOrdered : Lucene.Net.Search.Spans.Spans
- {
- public NearSpansOrdered(Lucene.Net.Search.Spans.SpanNearQuery spanNearQuery, Lucene.Net.Index.IndexReader reader) { }
- public NearSpansOrdered(Lucene.Net.Search.Spans.SpanNearQuery spanNearQuery, Lucene.Net.Index.IndexReader reader, bool collectPayloads) { }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public virtual Lucene.Net.Search.Spans.Spans[] GetSubSpans() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class NearSpansUnordered : Lucene.Net.Search.Spans.Spans
- {
- public NearSpansUnordered(Lucene.Net.Search.Spans.SpanNearQuery query, Lucene.Net.Index.IndexReader reader) { }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public virtual Lucene.Net.Search.Spans.Spans[] GetSubSpans() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanFirstQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanFirstQuery(Lucene.Net.Search.Spans.SpanQuery match, int end) { }
- public virtual int End { get { throw null; } }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery Match { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanNearQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- protected internal System.Collections.Generic.IList<Lucene.Net.Search.Spans.SpanQuery> clauses;
- protected internal bool inOrder;
- protected internal string internalField;
- protected internal int internalSlop;
- public SpanNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder) { }
- public SpanNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder, bool collectPayloads) { }
- public override string Field { get { throw null; } }
- public virtual bool IsInOrder { get { throw null; } }
- public virtual int Slop { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery[] GetClauses() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanNotQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanNotQuery(Lucene.Net.Search.Spans.SpanQuery include, Lucene.Net.Search.Spans.SpanQuery exclude) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery Exclude { get { throw null; } }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery Include { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanOrQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanOrQuery(params Lucene.Net.Search.Spans.SpanQuery[] clauses) { }
- public override string Field { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery[] GetClauses() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SpanQuery : Lucene.Net.Search.Query
- {
- protected SpanQuery() { }
- public abstract string Field { get; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public abstract Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader);
- }
- public abstract partial class Spans
- {
- protected Spans() { }
- public abstract int Doc();
- public abstract int End();
- public abstract System.Collections.Generic.ICollection<byte[]> GetPayload();
- public abstract bool IsPayloadAvailable();
- public abstract bool Next();
- public abstract bool SkipTo(int target);
- public abstract int Start();
- }
- public partial class SpanScorer : Lucene.Net.Search.Scorer
- {
- protected internal int doc;
- protected internal float freq;
- protected internal bool more;
- protected internal byte[] norms;
- protected internal Lucene.Net.Search.Spans.Spans spans;
- protected internal float value_Renamed;
- protected internal Lucene.Net.Search.Weight weight;
- protected internal SpanScorer(Lucene.Net.Search.Spans.Spans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- protected internal virtual Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public virtual bool SetFreqCurrentDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanTermQuery : Lucene.Net.Search.Spans.SpanQuery
- {
- protected internal Lucene.Net.Index.Term internalTerm;
- public SpanTermQuery(Lucene.Net.Index.Term term) { }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Index.Term Term { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanWeight : Lucene.Net.Search.Weight
- {
- protected internal float idf;
- protected internal Lucene.Net.Search.Spans.SpanQuery internalQuery;
- protected internal float queryNorm;
- protected internal float queryWeight;
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms;
- protected internal float value_Renamed;
- public SpanWeight(Lucene.Net.Search.Spans.SpanQuery query, Lucene.Net.Search.Searcher searcher) { }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float queryNorm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- public partial class TermSpans : Lucene.Net.Search.Spans.Spans
- {
- protected internal int count;
- protected internal int freq;
- protected internal int internalDoc;
- protected internal Lucene.Net.Index.TermPositions internalPositions;
- protected internal int position;
- protected internal Lucene.Net.Index.Term term;
- public TermSpans(Lucene.Net.Index.TermPositions positions, Lucene.Net.Index.Term term) { }
- public virtual Lucene.Net.Index.TermPositions Positions { get { throw null; } }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Lucene.Net.Store
-{
- [System.SerializableAttribute]
- public partial class AlreadyClosedException : System.SystemException
- {
- public AlreadyClosedException() { }
- protected AlreadyClosedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public AlreadyClosedException(string message) { }
- public AlreadyClosedException(string message, System.Exception inner) { }
- }
- public abstract partial class BufferedIndexInput : Lucene.Net.Store.IndexInput, System.ICloneable
- {
- protected internal byte[] buffer;
- public const int BUFFER_SIZE = 1024;
- protected BufferedIndexInput() { }
- protected BufferedIndexInput(int bufferSize) { }
- public virtual int BufferSize { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected internal virtual void NewBuffer(byte[] newBuffer) { }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void ReadBytes(byte[] b, int offset, int len, bool useBuffer) { }
- public abstract void ReadInternal(byte[] b, int offset, int length);
- public override void Seek(long pos) { }
- public abstract void SeekInternal(long pos);
- public virtual void SetBufferSize(int newSize) { }
- }
- public abstract partial class BufferedIndexOutput : Lucene.Net.Store.IndexOutput
- {
- protected BufferedIndexOutput() { }
- public override long FilePointer { get { throw null; } }
- public abstract override long Length { get; }
- protected override void Dispose(bool disposing) { }
- public override void Flush() { }
- public abstract void FlushBuffer(byte[] b, int offset, int len);
- public override void Seek(long pos) { }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int length) { }
- }
- public partial class ChecksumIndexInput : Lucene.Net.Store.IndexInput
- {
- public ChecksumIndexInput(Lucene.Net.Store.IndexInput main) { }
- public virtual long Checksum { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- public partial class ChecksumIndexOutput : Lucene.Net.Store.IndexOutput
- {
- public ChecksumIndexOutput(Lucene.Net.Store.IndexOutput main) { }
- public virtual long Checksum { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public virtual void FinishCommit() { }
- public override void Flush() { }
- public virtual void PrepareCommit() { }
- public override void Seek(long pos) { }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int length) { }
- }
- [System.SerializableAttribute]
- public abstract partial class Directory : System.IDisposable
- {
- [System.NonSerializedAttribute]
- protected internal Lucene.Net.Store.LockFactory interalLockFactory;
- protected internal volatile bool isOpen;
- protected Directory() { }
- public bool isOpen_ForNUnit { get { throw null; } }
- public virtual Lucene.Net.Store.LockFactory LockFactory { get { throw null; } }
- public virtual void ClearLock(string name) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public static void Copy(Lucene.Net.Store.Directory src, Lucene.Net.Store.Directory dest, bool closeDirSrc) { }
- public abstract Lucene.Net.Store.IndexOutput CreateOutput(string name);
- public abstract void DeleteFile(string name);
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public void EnsureOpen() { }
- public abstract bool FileExists(string name);
- public abstract long FileLength(string name);
- public abstract long FileModified(string name);
- public virtual string GetLockId() { throw null; }
- public abstract string[] ListAll();
- public virtual Lucene.Net.Store.Lock MakeLock(string name) { throw null; }
- public abstract Lucene.Net.Store.IndexInput OpenInput(string name);
- public virtual Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- public virtual void SetLockFactory(Lucene.Net.Store.LockFactory lockFactory) { }
- public virtual void Sync(string name) { }
- public override string ToString() { throw null; }
- public abstract void TouchFile(string name);
- }
- public partial class FileSwitchDirectory : Lucene.Net.Store.Directory
- {
- public FileSwitchDirectory(System.Collections.Generic.HashSet<string> primaryExtensions, Lucene.Net.Store.Directory primaryDir, Lucene.Net.Store.Directory secondaryDir, bool doClose) { }
- public virtual Lucene.Net.Store.Directory PrimaryDir { get { throw null; } }
- public virtual Lucene.Net.Store.Directory SecondaryDir { get { throw null; } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public static string GetExtension(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public override void Sync(string name) { }
- public override void TouchFile(string name) { }
- }
- public abstract partial class FSDirectory : Lucene.Net.Store.Directory
- {
- public static readonly int DEFAULT_READ_CHUNK_SIZE;
- protected internal System.IO.DirectoryInfo internalDirectory;
- protected internal FSDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) { }
- public virtual System.IO.DirectoryInfo Directory { get { throw null; } }
- public int ReadChunkSize { get { throw null; } set { } }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public static long FileModified(System.IO.FileInfo directory, string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string GetLockId() { throw null; }
- protected internal void InitOutput(string name) { }
- public override string[] ListAll() { throw null; }
- public static string[] ListAll(System.IO.DirectoryInfo dir) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(System.IO.DirectoryInfo path) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(string path) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public override void Sync(string name) { }
- public override string ToString() { throw null; }
- public override void TouchFile(string name) { }
- }
- public abstract partial class FSLockFactory : Lucene.Net.Store.LockFactory
- {
- protected internal System.IO.DirectoryInfo internalLockDir;
- protected FSLockFactory() { }
- public virtual System.IO.DirectoryInfo LockDir { get { throw null; } protected internal set { } }
- }
- public abstract partial class IndexInput : System.ICloneable, System.IDisposable
- {
- protected IndexInput() { }
- public abstract long FilePointer { get; }
- public virtual object Clone() { throw null; }
- [System.ObsoleteAttribute("Use Dispose() instead.")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract long Length();
- public abstract byte ReadByte();
- public abstract void ReadBytes(byte[] b, int offset, int len);
- public virtual void ReadBytes(byte[] b, int offset, int len, bool useBuffer) { }
- [System.ObsoleteAttribute("-- please use ReadString or ReadBytes instead, and construct the string from those utf8 bytes")]
- public virtual void ReadChars(char[] buffer, int start, int length) { }
- public virtual int ReadInt() { throw null; }
- public virtual long ReadLong() { throw null; }
- public virtual string ReadString() { throw null; }
- public virtual System.Collections.Generic.IDictionary<string, string> ReadStringStringMap() { throw null; }
- public virtual int ReadVInt() { throw null; }
- public virtual long ReadVLong() { throw null; }
- public abstract void Seek(long pos);
- public virtual void SetModifiedUTF8StringsMode() { }
- [System.ObsoleteAttribute("this method operates on old \"modified utf8\" encoded strings")]
- public virtual void SkipChars(int length) { }
- }
- public abstract partial class IndexOutput : System.IDisposable
- {
- protected IndexOutput() { }
- public abstract long FilePointer { get; }
- public abstract long Length { get; }
- [System.ObsoleteAttribute("Use Dispose() instead.")]
- public void Close() { }
- public virtual void CopyBytes(Lucene.Net.Store.IndexInput input, long numBytes) { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract void Flush();
- public abstract void Seek(long pos);
- public virtual void SetLength(long length) { }
- public abstract void WriteByte(byte b);
- public virtual void WriteBytes(byte[] b, int length) { }
- public abstract void WriteBytes(byte[] b, int offset, int length);
- [System.ObsoleteAttribute("-- please pre-convert to utf8 bytes instead or use WriteString")]
- public virtual void WriteChars(char[] s, int start, int length) { }
- [System.ObsoleteAttribute("-- please pre-convert to utf8 bytes instead or use WriteString")]
- public virtual void WriteChars(string s, int start, int length) { }
- public virtual void WriteInt(int i) { }
- public virtual void WriteLong(long i) { }
- public virtual void WriteString(string s) { }
- public virtual void WriteStringStringMap(System.Collections.Generic.IDictionary<string, string> map) { }
- public virtual void WriteVInt(int i) { }
- public virtual void WriteVLong(long i) { }
- }
- public abstract partial class Lock
- {
- protected internal System.Exception failureReason;
- public const long LOCK_OBTAIN_WAIT_FOREVER = (long)-1;
- public static long LOCK_POLL_INTERVAL;
- protected Lock() { }
- public abstract bool IsLocked();
- public abstract bool Obtain();
- public virtual bool Obtain(long lockWaitTimeout) { throw null; }
- public abstract void Release();
- public abstract partial class With
- {
- protected With(Lucene.Net.Store.Lock lock_Renamed, long lockWaitTimeout) { }
- protected internal abstract object DoBody();
- public virtual object run() { throw null; }
- }
- }
- public abstract partial class LockFactory
- {
- protected internal string internalLockPrefix;
- protected LockFactory() { }
- public virtual string LockPrefix { get { throw null; } set { } }
- public abstract void ClearLock(string lockName);
- public abstract Lucene.Net.Store.Lock MakeLock(string lockName);
- }
- [System.SerializableAttribute]
- public partial class LockObtainFailedException : System.IO.IOException
- {
- public LockObtainFailedException(string message) { }
- public LockObtainFailedException(string message, System.Exception ex) { }
- }
- [System.SerializableAttribute]
- public partial class LockReleaseFailedException : System.IO.IOException
- {
- public LockReleaseFailedException(string message) { }
- }
- public partial class LockStressTest
- {
- public LockStressTest() { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- }
- public partial class LockVerifyServer
- {
- public LockVerifyServer() { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- }
- public partial class MMapDirectory : Lucene.Net.Store.FSDirectory
- {
- public static bool UNMAP_SUPPORTED;
- public MMapDirectory(System.IO.DirectoryInfo path) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public MMapDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public virtual int MaxChunkSize { get { throw null; } set { } }
- public virtual bool UseUnmap { get { throw null; } set { } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- protected internal partial class MultiMMapIndexInput : Lucene.Net.Store.IndexInput, System.ICloneable
- {
- public MultiMMapIndexInput(Lucene.Net.Store.MMapDirectory enclosingInstance, System.IO.FileStream raf, int maxBufSize) { }
- public Lucene.Net.Store.MMapDirectory Enclosing_Instance { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- }
- public partial class NativeFSLockFactory : Lucene.Net.Store.FSLockFactory
- {
- public NativeFSLockFactory() { }
- public NativeFSLockFactory(System.IO.DirectoryInfo lockDir) { }
- public NativeFSLockFactory(string lockDirName) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class NIOFSDirectory : Lucene.Net.Store.FSDirectory
- {
- public NIOFSDirectory(System.IO.DirectoryInfo dir, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public partial class NIOFSIndexInput
- {
- public NIOFSIndexInput() { }
- }
- }
- public partial class NoLockFactory : Lucene.Net.Store.LockFactory
- {
- public NoLockFactory() { }
- public static Lucene.Net.Store.NoLockFactory Instance { get { throw null; } }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NoSuchDirectoryException : System.IO.FileNotFoundException
- {
- public NoSuchDirectoryException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class RAMDirectory : Lucene.Net.Store.Directory
- {
- protected internal Lucene.Net.Support.HashMap<string, Lucene.Net.Store.RAMFile> fileMap;
- protected internal long internalSizeInBytes;
- public RAMDirectory() { }
- public RAMDirectory(Lucene.Net.Store.Directory dir) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public long SizeInBytes() { throw null; }
- public override void TouchFile(string name) { }
- }
- [System.SerializableAttribute]
- public partial class RAMFile
- {
- protected System.Collections.Generic.List<byte[]> buffers;
- public RAMFile() { }
- public RAMFile(Lucene.Net.Store.RAMDirectory directory) { }
- public virtual long SizeInBytes { get { throw null; } }
- public byte[] GetBuffer(int index) { throw null; }
- public virtual byte[] NewBuffer(int size) { throw null; }
- public int NumBuffers() { throw null; }
- }
- public partial class RAMInputStream : Lucene.Net.Store.IndexInput
- {
- public RAMInputStream(Lucene.Net.Store.RAMFile f) { }
- public override long FilePointer { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- public partial class RAMOutputStream : Lucene.Net.Store.IndexOutput
- {
- public RAMOutputStream() { }
- public override long FilePointer { get { throw null; } }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override void Flush() { }
- public virtual void Reset() { }
- public override void Seek(long pos) { }
- public virtual long SizeInBytes() { throw null; }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int len) { }
- public virtual void WriteTo(Lucene.Net.Store.IndexOutput out_Renamed) { }
- }
- public partial class SimpleFSDirectory : Lucene.Net.Store.FSDirectory
- {
- public SimpleFSDirectory(System.IO.DirectoryInfo path) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public SimpleFSDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- protected internal partial class SimpleFSIndexInput : Lucene.Net.Store.BufferedIndexInput
- {
- protected internal int chunkSize;
- protected internal Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor file;
- public SimpleFSIndexInput(System.IO.FileInfo path, int bufferSize, int chunkSize) { }
- public bool isClone_ForNUnit { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public virtual bool IsFDValid() { throw null; }
- public override long Length() { throw null; }
- public override void ReadInternal(byte[] b, int offset, int len) { }
- public override void SeekInternal(long position) { }
- protected internal partial class Descriptor : System.IO.BinaryReader
- {
- protected internal volatile bool isOpen;
- public Descriptor(System.IO.FileInfo file, System.IO.FileAccess mode) : base (default(System.IO.Stream)) { }
- protected override void Dispose(bool disposing) { }
- ~Descriptor() { }
- }
- }
- public partial class SimpleFSIndexOutput : Lucene.Net.Store.BufferedIndexOutput
- {
- public SimpleFSIndexOutput(System.IO.FileInfo path) { }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override void FlushBuffer(byte[] b, int offset, int size) { }
- public override void Seek(long pos) { }
- public override void SetLength(long length) { }
- }
- }
- public partial class SimpleFSLockFactory : Lucene.Net.Store.FSLockFactory
- {
- public SimpleFSLockFactory() { }
- public SimpleFSLockFactory(System.IO.DirectoryInfo lockDir) { }
- public SimpleFSLockFactory(string lockDirName) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class SingleInstanceLockFactory : Lucene.Net.Store.LockFactory
- {
- public SingleInstanceLockFactory() { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class VerifyingLockFactory : Lucene.Net.Store.LockFactory
- {
- public VerifyingLockFactory(sbyte id, Lucene.Net.Store.LockFactory lf, string host, int port) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
-}
-namespace Lucene.Net.Support
-{
- public partial class AppSettings
- {
- public AppSettings() { }
- public static bool Get(string key, bool defValue) { throw null; }
- public static int Get(string key, int defValue) { throw null; }
- public static long Get(string key, long defValue) { throw null; }
- public static string Get(string key, string defValue) { throw null; }
- public static void Set(string key, bool defValue) { }
- public static void Set(string key, int defValue) { }
- public static void Set(string key, long defValue) { }
- public static void Set(string key, string defValue) { }
- }
- public partial class BitSetSupport
- {
- public BitSetSupport() { }
- public static int Cardinality(System.Collections.BitArray bits) { throw null; }
- public static int NextClearBit(System.Collections.BitArray bitArray, int index) { throw null; }
- public static int NextSetBit(System.Collections.BitArray bitArray, int index) { throw null; }
- }
- public partial class BuildType
- {
- public static bool Debug;
- public BuildType() { }
- }
- public partial class Character
- {
- public Character() { }
- public static int MAX_RADIX { get { throw null; } }
- public static int MIN_RADIX { get { throw null; } }
- public static char ForDigit(int digit, int radix) { throw null; }
- }
- public partial class CloseableThreadLocalProfiler
- {
- public static System.Collections.Generic.List<System.WeakReference> Instances;
- public CloseableThreadLocalProfiler() { }
- public static bool EnableCloseableThreadLocalProfiler { get { throw null; } set { } }
- }
- public partial class CollectionsHelper
- {
- public CollectionsHelper() { }
- public static void Add(System.Collections.Hashtable hashtable, object item) { }
- public static void AddAll(System.Collections.Generic.IDictionary<string, string> hashtable, System.Collections.Generic.ICollection<string> items) { }
- public static void AddAll(System.Collections.Hashtable hashtable, System.Collections.ICollection items) { }
- public static void AddAllIfNotContains(System.Collections.Generic.IDictionary<string, string> hashtable, System.Collections.Generic.ICollection<string> items) { }
- public static void AddAllIfNotContains(System.Collections.Hashtable hashtable, System.Collections.ICollection items) { }
- public static void AddAllIfNotContains(System.Collections.Hashtable hashtable, System.Collections.IList items) { }
- public static void AddIfNotContains(System.Collections.ArrayList hashtable, object item) { }
- public static void AddIfNotContains(System.Collections.Hashtable hashtable, object item) { }
- public static string CollectionToString(System.Collections.Generic.IDictionary<string, string> c) { throw null; }
- public static string CollectionToString(System.Collections.ICollection c) { throw null; }
- public static bool CompareStringArrays(string[] l1, string[] l2) { throw null; }
- public static bool Contains(System.Collections.Generic.ICollection<string> col, string item) { throw null; }
- public static bool Contains(System.Collections.ICollection col, object item) { throw null; }
- public static bool Equals(System.Array array1, System.Array array2) { throw null; }
- public static void Fill(System.Array array, int fromindex, int toindex, object val) { }
- public static void Fill(System.Array array, object val) { }
- public static void Sort(System.Collections.IList list, System.Collections.IComparer Comparator) { }
- }
- public partial class Compare
- {
- public Compare() { }
- public static bool CompareTermArrays(Lucene.Net.Index.Term[] t1, Lucene.Net.Index.Term[] t2) { throw null; }
- }
- public partial class CRC32 : Lucene.Net.Support.IChecksum
- {
- public CRC32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public static partial class Cryptography
- {
- public static bool FIPSCompliant;
- public static System.Security.Cryptography.HashAlgorithm HashAlgorithm { get { throw null; } }
- }
- public partial class Deflater
- {
- internal Deflater() { }
- public const int BEST_COMPRESSION = 9;
- public bool IsFinished { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public void Finish() { }
- public void SetInput(byte[] input, int offset, int count) { }
- public void SetLevel(int level) { }
- }
- public partial class Double
- {
- public Double() { }
- public static double Parse(string s) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class EquatableList<T> : System.Collections.Generic.List<T>, System.ICloneable, System.IEquatable<System.Collections.Generic.IEnumerable<T>>
- {
- public EquatableList() { }
- public EquatableList(System.Collections.Generic.IEnumerable<T> collection) { }
- public EquatableList(int capacity) { }
- public void AddRange(System.Collections.ICollection c) { }
- public object Clone() { throw null; }
- public bool Equals(System.Collections.Generic.IEnumerable<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetHashCode<T>(System.Collections.Generic.IEnumerable<T> source) { throw null; }
- }
- public partial class FileSupport
- {
- public FileSupport() { }
- public static System.IO.FileInfo[] GetFiles(System.IO.DirectoryInfo path) { throw null; }
- public static System.IO.FileInfo[] GetFiles(System.IO.FileInfo path) { throw null; }
- public static string[] GetLuceneIndexFiles(string fullName, Lucene.Net.Index.IndexFileNameFilter indexFileNameFilter) { throw null; }
- public static void Sync(System.IO.FileStream fileStream) { }
- }
- [System.SerializableAttribute]
- public partial class HashMap<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable
- {
- public HashMap() { }
- public HashMap(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>> other) { }
- public HashMap(System.Collections.Generic.IEqualityComparer<TKey> comparer) { }
- public HashMap(int initialCapacity) { }
- public HashMap(int initialCapacity, System.Collections.Generic.IEqualityComparer<TKey> comparer) { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public TValue this[TKey key] { get { throw null; } set { } }
- public System.Collections.Generic.ICollection<TKey> Keys { get { throw null; } }
- public System.Collections.Generic.ICollection<TValue> Values { get { throw null; } }
- public virtual void Add(TKey key, TValue value) { }
- public void Clear() { }
- public bool ContainsKey(TKey key) { throw null; }
- public bool ContainsValue(TValue value) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
- public bool Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- public bool Remove(TKey key) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] b);
- void Update(byte[] b, int offset, int length);
- void Update(int b);
- }
- public partial class Inflater
- {
- internal Inflater() { }
- public bool IsFinished { get { throw null; } }
- public int Inflate(byte[] buffer) { throw null; }
- public void SetInput(byte[] buffer) { }
- }
- public partial interface IThreadRunnable
- {
- void Run();
- }
- public partial class Number
- {
- public const int MAX_RADIX = 36;
- public const int MIN_RADIX = 2;
- public Number() { }
- public static int NextSetBit(System.Collections.BitArray bits, int fromIndex) { throw null; }
- public static long Parse(string s, int radix) { throw null; }
- public static long ToInt64(string s) { throw null; }
- public static string ToString(long number) { throw null; }
- public static string ToString(long i, int radix) { throw null; }
- public static string ToString(float f) { throw null; }
- public static int URShift(int number, int bits) { throw null; }
- public static long URShift(long number, int bits) { throw null; }
- }
- public partial class OS
- {
- public OS() { }
- public static bool IsUnix { get { throw null; } }
- public static bool IsWindows { get { throw null; } }
- }
- public partial class SharpZipLib
- {
- public SharpZipLib() { }
- public static Lucene.Net.Support.Deflater CreateDeflater() { throw null; }
- public static Lucene.Net.Support.Inflater CreateInflater() { throw null; }
- }
- public partial class Single
- {
- public Single() { }
- public static int FloatToIntBits(float value) { throw null; }
- public static float IntBitsToFloat(int value) { throw null; }
- public static float Parse(string s) { throw null; }
- public static float Parse(string s, System.Globalization.NumberStyles style) { throw null; }
- public static float Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) { throw null; }
- public static float Parse(string s, System.IFormatProvider provider) { throw null; }
- public static string ToString(float f) { throw null; }
- public static string ToString(float f, string format) { throw null; }
- public static bool TryParse(string s, out float f) { f = default(float); throw null; }
- }
- public partial class TextSupport
- {
- public TextSupport() { }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, char[] destinationArray, int destinationStart) { }
- }
- public partial class ThreadClass : Lucene.Net.Support.IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static Lucene.Net.Support.ThreadClass Current() { throw null; }
- public static Lucene.Net.Support.ThreadClass CurrentThread() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public static bool operator ==(Lucene.Net.Support.ThreadClass t1, object t2) { throw null; }
- public static bool operator !=(Lucene.Net.Support.ThreadClass t1, object t2) { throw null; }
- public void Resume() { }
- public virtual void Run() { }
- public void SetDaemon(bool isDaemon) { }
- public static void Sleep(long ms) { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public abstract partial class ThreadLock
- {
- protected ThreadLock() { }
- public static Lucene.Net.Support.ThreadLock MonitorLock { get { throw null; } }
- public static Lucene.Net.Support.ThreadLock NullLock { get { throw null; } }
- public abstract void Enter(object obj);
- public abstract void Exit(object obj);
- }
- public sealed partial class WeakDictionary<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable
- {
- public WeakDictionary() { }
- public WeakDictionary(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>> otherDictionary) { }
- public WeakDictionary(int initialCapacity) { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public TValue this[TKey key] { get { throw null; } set { } }
- public System.Collections.Generic.ICollection<TKey> Keys { get { throw null; } }
- public System.Collections.Generic.ICollection<TValue> Values { get { throw null; } }
- public void Add(TKey key, TValue value) { }
- public void Clear() { }
- public bool ContainsKey(TKey key) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
- public bool Remove(TKey key) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
- }
-}
-namespace Lucene.Net.Support.Compatibility
-{
- public static partial class SetFactory
- {
- public static System.Collections.Generic.ISet<T> CreateHashSet<T>() { throw null; }
- public static System.Collections.Generic.ISet<T> CreateHashSet<T>(System.Collections.Generic.IEnumerable<T> other) { throw null; }
- }
-}
-namespace Lucene.Net.Util
-{
- public sealed partial class ArrayUtil
- {
- public ArrayUtil() { }
- public static int GetNextSize(int targetSize) { throw null; }
- public static int GetShrinkSize(int currentSize, int targetSize) { throw null; }
- public static byte[] Grow(byte[] array) { throw null; }
- public static byte[] Grow(byte[] array, int minSize) { throw null; }
- public static int[] Grow(int[] array) { throw null; }
- public static int[] Grow(int[] array, int minSize) { throw null; }
- public static long[] Grow(long[] array) { throw null; }
- public static long[] Grow(long[] array, int minSize) { throw null; }
- public static int HashCode(byte[] array, int start, int end) { throw null; }
- public static int HashCode(char[] array, int start, int end) { throw null; }
- public static int ParseInt(char[] chars) { throw null; }
- public static int ParseInt(char[] chars, int offset, int len) { throw null; }
- public static int ParseInt(char[] chars, int offset, int len, int radix) { throw null; }
- public static byte[] Shrink(byte[] array, int targetSize) { throw null; }
- public static int[] Shrink(int[] array, int targetSize) { throw null; }
- public static long[] Shrink(long[] array, int targetSize) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Attribute : Lucene.Net.Util.IAttribute, System.ICloneable
- {
- protected Attribute() { }
- public abstract void Clear();
- public virtual object Clone() { throw null; }
- public abstract void CopyTo(Lucene.Net.Util.Attribute target);
- public abstract override bool Equals(object other);
- public abstract override int GetHashCode();
- public override string ToString() { throw null; }
- }
- public partial class AttributeSource
- {
- public AttributeSource() { }
- public AttributeSource(Lucene.Net.Util.AttributeSource input) { }
- public AttributeSource(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- public virtual Lucene.Net.Util.AttributeSource.AttributeFactory Factory { get { throw null; } }
- public virtual bool HasAttributes { get { throw null; } }
- public virtual void AddAttributeImpl(Lucene.Net.Util.Attribute att) { }
- public virtual T AddAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public virtual Lucene.Net.Util.AttributeSource.State CaptureState() { throw null; }
- public virtual void ClearAttributes() { }
- public virtual Lucene.Net.Util.AttributeSource CloneAttributes() { throw null; }
- public override bool Equals(object obj) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public virtual System.Collections.Generic.IEnumerable<Lucene.Net.Util.Attribute> GetAttributeImplsIterator() { throw null; }
- public virtual System.Collections.Generic.IEnumerable<System.Type> GetAttributeTypesIterator() { throw null; }
- public virtual T GetAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual bool HasAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public virtual void RestoreState(Lucene.Net.Util.AttributeSource.State state) { }
- public override string ToString() { throw null; }
- public abstract partial class AttributeFactory
- {
- public static readonly Lucene.Net.Util.AttributeSource.AttributeFactory DEFAULT_ATTRIBUTE_FACTORY;
- protected AttributeFactory() { }
- public abstract Lucene.Net.Util.Attribute CreateAttributeInstance<T>() where T : Lucene.Net.Util.IAttribute;
- }
- public sealed partial class State : System.ICloneable
- {
- public State() { }
- public object Clone() { throw null; }
- }
- }
- public partial class AverageGuessMemoryModel : Lucene.Net.Util.MemoryModel
- {
- public AverageGuessMemoryModel() { }
- public override int ArraySize { get { throw null; } }
- public override int ClassSize { get { throw null; } }
- public override int ReferenceSize { get { throw null; } }
- public override int GetPrimitiveSize(System.Type clazz) { throw null; }
- }
- public partial class BitUtil
- {
- public static readonly byte[] ntzTable;
- public BitUtil() { }
- public static bool IsPowerOfTwo(int v) { throw null; }
- public static bool IsPowerOfTwo(long v) { throw null; }
- public static int NextHighestPowerOfTwo(int v) { throw null; }
- public static long NextHighestPowerOfTwo(long v) { throw null; }
- public static int Ntz(int val) { throw null; }
- public static int Ntz(long val) { throw null; }
- public static int Ntz2(long x) { throw null; }
- public static int Ntz3(long x) { throw null; }
- public static int Pop(long x) { throw null; }
- public static long Pop_andnot(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_array(long[] A, int wordOffset, int numWords) { throw null; }
- public static long Pop_intersect(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_union(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_xor(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- }
- public sealed partial class BitVector : System.ICloneable
- {
- public BitVector(Lucene.Net.Store.Directory d, string name) { }
- public BitVector(int n) { }
- public void Clear(int bit) { }
- public object Clone() { throw null; }
- public int Count() { throw null; }
- public bool Get(int bit) { throw null; }
- public bool GetAndSet(int bit) { throw null; }
- public int GetRecomputedCount() { throw null; }
- public void Set(int bit) { }
- public int Size() { throw null; }
- public Lucene.Net.Util.BitVector Subset(int start, int end) { throw null; }
- public void Write(Lucene.Net.Store.Directory d, string name) { }
- }
- public partial class CloseableThreadLocal<T> : System.IDisposable where T : class
- {
- public CloseableThreadLocal() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public virtual void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual T Get() { throw null; }
- public virtual T InitialValue() { throw null; }
- public virtual void Set(T @object) { }
- }
- public sealed partial class Constants
- {
- internal Constants() { }
- public static readonly bool JAVA_1_1;
- public static readonly bool JAVA_1_2;
- public static readonly bool JAVA_1_3;
- public static readonly string JAVA_VENDOR;
- public static readonly string JAVA_VERSION;
- public static bool JRE_IS_64BIT;
- public static readonly bool LINUX;
- public static readonly string LUCENE_MAIN_VERSION;
- public static string LUCENE_VERSION;
- public static readonly string OS_ARCH;
- public static readonly string OS_NAME;
- public static readonly string OS_VERSION;
- public static readonly bool SUN_OS;
- public static readonly bool WINDOWS;
- }
- public partial class DocIdBitSet : Lucene.Net.Search.DocIdSet
- {
- public DocIdBitSet(System.Collections.BitArray bitSet) { }
- public virtual System.Collections.BitArray BitSet { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- }
- public sealed partial class FieldCacheSanityChecker
- {
- public FieldCacheSanityChecker() { }
- public Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] Check(params Lucene.Net.Search.CacheEntry[] cacheEntries) { throw null; }
- public static Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] CheckSanity(params Lucene.Net.Search.CacheEntry[] cacheEntries) { throw null; }
- public static Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] CheckSanity(Lucene.Net.Search.FieldCache cache) { throw null; }
- public void SetRamUsageEstimator(Lucene.Net.Util.RamUsageEstimator r) { }
- public sealed partial class Insanity
- {
- public Insanity(Lucene.Net.Util.FieldCacheSanityChecker.InsanityType type, string msg, params Lucene.Net.Search.CacheEntry[] entries) { }
- public string Msg { get { throw null; } }
- public Lucene.Net.Util.FieldCacheSanityChecker.InsanityType Type { get { throw null; } }
- public Lucene.Net.Search.CacheEntry[] GetCacheEntries() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class InsanityType
- {
- internal InsanityType() { }
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType EXPECTED;
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType SUBREADER;
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType VALUEMISMATCH;
- public override string ToString() { throw null; }
- }
- }
- public partial interface IAttribute
- {
- }
- public partial class IdentityDictionary<TKey, TValue> : System.Collections.Generic.Dictionary<TKey, TValue>
- {
- public IdentityDictionary() { }
- public IdentityDictionary(System.Collections.Generic.IDictionary<TKey, TValue> other) { }
- public IdentityDictionary(int capacity) { }
- }
- public partial class IndexableBinaryStringTools
- {
- internal IndexableBinaryStringTools() { }
- public static System.Collections.Generic.List<byte> Decode(System.Collections.Generic.List<char> input) { throw null; }
- public static void Decode(System.Collections.Generic.List<char> input, System.Collections.Generic.List<byte> output) { }
- public static System.Collections.Generic.List<char> Encode(System.Collections.Generic.List<byte> input) { throw null; }
- public static void Encode(System.Collections.Generic.List<byte> input, System.Collections.Generic.List<char> output) { }
- public static int GetDecodedLength(System.Collections.Generic.List<char> encoded) { throw null; }
- public static int GetEncodedLength(System.Collections.Generic.List<byte> original) { throw null; }
- }
- public partial class MapOfSets<TKey, TValue>
- {
- public MapOfSets(System.Collections.Generic.IDictionary<TKey, System.Collections.Generic.HashSet<TValue>> m) { }
- public virtual System.Collections.Generic.IDictionary<TKey, System.Collections.Generic.HashSet<TValue>> Map { get { throw null; } }
- public virtual int Put(TKey key, TValue val) { throw null; }
- public virtual int PutAll(TKey key, System.Collections.Generic.IEnumerable<TValue> vals) { throw null; }
- }
- public abstract partial class MemoryModel
- {
- protected MemoryModel() { }
- public abstract int ArraySize { get; }
- public abstract int ClassSize { get; }
- public abstract int ReferenceSize { get; }
- public abstract int GetPrimitiveSize(System.Type clazz);
- }
- public sealed partial class NumericUtils
- {
- internal NumericUtils() { }
- public const int BUF_SIZE_INT = 6;
- public const int BUF_SIZE_LONG = 11;
- public const int PRECISION_STEP_DEFAULT = 4;
- public static char SHIFT_START_INT;
- public static char SHIFT_START_LONG;
- public static string DoubleToPrefixCoded(double val) { throw null; }
- public static long DoubleToSortableLong(double val) { throw null; }
- public static string FloatToPrefixCoded(float val) { throw null; }
- public static int FloatToSortableInt(float val) { throw null; }
- public static string IntToPrefixCoded(int val) { throw null; }
- public static string IntToPrefixCoded(int val, int shift) { throw null; }
- public static int IntToPrefixCoded(int val, int shift, char[] buffer) { throw null; }
- public static string LongToPrefixCoded(long val) { throw null; }
- public static string LongToPrefixCoded(long val, int shift) { throw null; }
- public static int LongToPrefixCoded(long val, int shift, char[] buffer) { throw null; }
- public static double PrefixCodedToDouble(string val) { throw null; }
- public static float PrefixCodedToFloat(string val) { throw null; }
- public static int PrefixCodedToInt(string prefixCoded) { throw null; }
- public static long PrefixCodedToLong(string prefixCoded) { throw null; }
- public static float SortableIntToFloat(int val) { throw null; }
- public static double SortableLongToDouble(long val) { throw null; }
- public static void SplitIntRange(Lucene.Net.Util.NumericUtils.IntRangeBuilder builder, int precisionStep, int minBound, int maxBound) { }
- public static void SplitLongRange(Lucene.Net.Util.NumericUtils.LongRangeBuilder builder, int precisionStep, long minBound, long maxBound) { }
- public abstract partial class IntRangeBuilder
- {
- protected IntRangeBuilder() { }
- public virtual void AddRange(int min, int max, int shift) { }
- public virtual void AddRange(string minPrefixCoded, string maxPrefixCoded) { }
- }
- public abstract partial class LongRangeBuilder
- {
- protected LongRangeBuilder() { }
- public virtual void AddRange(long min, long max, int shift) { }
- public virtual void AddRange(string minPrefixCoded, string maxPrefixCoded) { }
- }
- }
- [System.SerializableAttribute]
- public partial class OpenBitSet : Lucene.Net.Search.DocIdSet, System.ICloneable
- {
- protected internal long[] internalbits;
- protected internal int wlen;
- public OpenBitSet() { }
- public OpenBitSet(long numBits) { }
- public OpenBitSet(long[] bits, int numWords) { }
- public virtual long[] Bits { get { throw null; } set { } }
- public override bool IsCacheable { get { throw null; } }
- public virtual int NumWords { get { throw null; } set { } }
- public virtual void And(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void AndNot(Lucene.Net.Util.OpenBitSet other) { }
- public static long AndNotCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public static int Bits2words(long numBits) { throw null; }
- public virtual long Capacity() { throw null; }
- public virtual long Cardinality() { throw null; }
- public virtual void Clear(int startIndex, int endIndex) { }
- public virtual void Clear(long index) { }
- public virtual void Clear(long startIndex, long endIndex) { }
- public virtual object Clone() { throw null; }
- public virtual void EnsureCapacity(long numBits) { }
- public virtual void EnsureCapacityWords(int numWords) { }
- public override bool Equals(object o) { throw null; }
- protected internal virtual int ExpandingWordNum(long index) { throw null; }
- public virtual void FastClear(int index) { }
- public virtual void FastClear(long index) { }
- public virtual void FastFlip(int index) { }
- public virtual void FastFlip(long index) { }
- public virtual bool FastGet(int index) { throw null; }
- public virtual bool FastGet(long index) { throw null; }
- public virtual void FastSet(int index) { }
- public virtual void FastSet(long index) { }
- public virtual void Flip(long index) { }
- public virtual void Flip(long startIndex, long endIndex) { }
- public virtual bool FlipAndGet(int index) { throw null; }
- public virtual bool FlipAndGet(long index) { throw null; }
- public virtual bool Get(int index) { throw null; }
- public virtual bool Get(long index) { throw null; }
- public virtual bool GetAndSet(int index) { throw null; }
- public virtual bool GetAndSet(long index) { throw null; }
- public virtual int GetBit(int index) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Intersect(Lucene.Net.Util.OpenBitSet other) { }
- public static long IntersectionCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public virtual bool Intersects(Lucene.Net.Util.OpenBitSet other) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public virtual int NextSetBit(int index) { throw null; }
- public virtual long NextSetBit(long index) { throw null; }
- public virtual void Or(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void Remove(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void Set(long index) { }
- public virtual void Set(long startIndex, long endIndex) { }
- public virtual long Size() { throw null; }
- public virtual void TrimTrailingZeros() { }
- public virtual void Union(Lucene.Net.Util.OpenBitSet other) { }
- public static long UnionCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public virtual void Xor(Lucene.Net.Util.OpenBitSet other) { }
- public static long XorCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class OpenBitSetDISI : Lucene.Net.Util.OpenBitSet
- {
- public OpenBitSetDISI(Lucene.Net.Search.DocIdSetIterator disi, int maxSize) { }
- public OpenBitSetDISI(int maxSize) { }
- public virtual void InPlaceAnd(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceNot(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceOr(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceXor(Lucene.Net.Search.DocIdSetIterator disi) { }
- }
- public partial class OpenBitSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public OpenBitSetIterator(Lucene.Net.Util.OpenBitSet obs) { }
- public OpenBitSetIterator(long[] bits, int numWords) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- public abstract partial class PriorityQueue<T>
- {
- protected internal T[] heap;
- protected PriorityQueue() { }
- protected internal virtual T SentinelObject { get { throw null; } }
- public T Add(T element) { throw null; }
- public void Clear() { }
- protected internal void Initialize(int maxSize) { }
- public virtual T InsertWithOverflow(T element) { throw null; }
- public abstract bool LessThan(T a, T b);
- public T Pop() { throw null; }
- public int Size() { throw null; }
- public T Top() { throw null; }
- public T UpdateTop() { throw null; }
- }
- public sealed partial class RamUsageEstimator
- {
- public RamUsageEstimator() { }
- public RamUsageEstimator(Lucene.Net.Util.MemoryModel memoryModel) { }
- public RamUsageEstimator(Lucene.Net.Util.MemoryModel memoryModel, bool checkInterned) { }
- public RamUsageEstimator(bool checkInterned) { }
- public long EstimateRamUsage(object obj) { throw null; }
- public static string HumanReadableUnits(long bytes, System.IFormatProvider df) { throw null; }
- }
- public partial class ReaderUtil
- {
- public ReaderUtil() { }
- public static void GatherSubReaders(System.Collections.Generic.IList<Lucene.Net.Index.IndexReader> allSubReaders, Lucene.Net.Index.IndexReader reader) { }
- public static int SubIndex(int n, int[] docStarts) { throw null; }
- public static Lucene.Net.Index.IndexReader SubReader(Lucene.Net.Index.IndexReader reader, int subIndex) { throw null; }
- public static Lucene.Net.Index.IndexReader SubReader(int doc, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- public partial class ScorerDocQueue
- {
- public ScorerDocQueue(int maxSize) { }
- public void AdjustTop() { }
- public void Clear() { }
- public virtual bool Insert(Lucene.Net.Search.Scorer scorer) { throw null; }
- public Lucene.Net.Search.Scorer Pop() { throw null; }
- public void Put(Lucene.Net.Search.Scorer scorer) { }
- public int Size() { throw null; }
- public Lucene.Net.Search.Scorer Top() { throw null; }
- public int TopDoc() { throw null; }
- public bool TopNextAndAdjustElsePop() { throw null; }
- public float TopScore() { throw null; }
- public bool TopSkipToAndAdjustElsePop(int target) { throw null; }
- }
- public partial class SimpleStringInterner : Lucene.Net.Util.StringInterner
- {
- public SimpleStringInterner(int tableSize, int maxChainLength) { }
- public override string Intern(string s) { throw null; }
- }
- public partial class SmallFloat
- {
- public SmallFloat() { }
- public static float Byte315ToFloat(byte b) { throw null; }
- public static float Byte52ToFloat(byte b) { throw null; }
- public static float ByteToFloat(byte b, int numMantissaBits, int zeroExp) { throw null; }
- public static sbyte FloatToByte(float f, int numMantissaBits, int zeroExp) { throw null; }
- public static sbyte FloatToByte315(float f) { throw null; }
- public static sbyte FloatToByte52(float f) { throw null; }
- }
- public partial class SortedVIntList : Lucene.Net.Search.DocIdSet
- {
- public SortedVIntList(Lucene.Net.Search.DocIdSetIterator docIdSetIterator) { }
- public SortedVIntList(Lucene.Net.Util.OpenBitSet bits) { }
- public SortedVIntList(System.Collections.BitArray bits) { }
- public SortedVIntList(params int[] sortedInts) { }
- public SortedVIntList(int[] sortedInts, int inputSize) { }
- public virtual int ByteSize { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public virtual int Size { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- }
- public abstract partial class SorterTemplate
- {
- protected SorterTemplate() { }
- protected internal abstract int Compare(int i, int j);
- protected internal virtual void MergeSort(int lo, int hi) { }
- public virtual void QuickSort(int lo, int hi) { }
- protected internal abstract void Swap(int i, int j);
- }
- public abstract partial class StringHelper
- {
- internal StringHelper() { }
- public static Lucene.Net.Util.StringInterner interner;
- public static int BytesDifference(byte[] bytes1, int len1, byte[] bytes2, int len2) { throw null; }
- public static string Intern(string s) { throw null; }
- public static int StringDifference(string s1, string s2) { throw null; }
- }
- public partial class StringInterner
- {
- public StringInterner() { }
- public virtual string Intern(char[] arr, int offset, int len) { throw null; }
- public virtual string Intern(string s) { throw null; }
- }
- public partial class ToStringUtils
- {
- public ToStringUtils() { }
- public static string Boost(float boost) { throw null; }
- }
- public static partial class UnicodeUtil
- {
- public const int UNI_REPLACEMENT_CHAR = 65533;
- public const int UNI_SUR_HIGH_END = 56319;
- public const int UNI_SUR_HIGH_START = 55296;
- public const int UNI_SUR_LOW_END = 57343;
- public const int UNI_SUR_LOW_START = 56320;
- public static void UTF16toUTF8(char[] source, int offset, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF16toUTF8(char[] source, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF16toUTF8(string s, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF8toUTF16(byte[] utf8, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF16Result result) { }
- public sealed partial class UTF16Result
- {
- public int length;
- public int[] offsets;
- public char[] result;
- public UTF16Result() { }
- public void CopyText(Lucene.Net.Util.UnicodeUtil.UTF16Result other) { }
- public void SetLength(int newLength) { }
- }
- public sealed partial class UTF8Result
- {
- public int length;
- public byte[] result;
- public UTF8Result() { }
- public void SetLength(int newLength) { }
- }
- }
- public enum Version
- {
- LUCENE_20 = 0,
- LUCENE_21 = 1,
- LUCENE_22 = 2,
- LUCENE_23 = 3,
- LUCENE_24 = 4,
- LUCENE_29 = 5,
- LUCENE_30 = 6,
- [System.ObsoleteAttribute("Use an actual version instead.")]
- LUCENE_CURRENT = 7,
- }
- public static partial class VersionEnumExtensions
- {
- public static bool OnOrAfter(this Lucene.Net.Util.Version first, Lucene.Net.Util.Version other) { throw null; }
- }
-}
-namespace Lucene.Net.Util.Cache
-{
- public abstract partial class Cache<TKey, TValue> : System.IDisposable
- {
- protected Cache() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public abstract bool ContainsKey(object key);
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract TValue Get(object key);
- public abstract void Put(TKey key, TValue value_Renamed);
- public static Lucene.Net.Util.Cache.Cache<TKey, TValue> SynchronizedCache(Lucene.Net.Util.Cache.Cache<TKey, TValue> cache) { throw null; }
- }
- public partial class SimpleLRUCache<TKey, TValue> : Lucene.Net.Util.Cache.SimpleMapCache<TKey, TValue>
- {
- public SimpleLRUCache(int Capacity) { }
- public override TValue Get(object Key) { throw null; }
- public override void Put(TKey Key, TValue Value) { }
- }
- public partial class SimpleMapCache<TKey, TValue> : Lucene.Net.Util.Cache.Cache<TKey, TValue>
- {
- public SimpleMapCache() { }
- public SimpleMapCache(System.Collections.Generic.Dictionary<TKey, TValue> map) { }
- public override bool ContainsKey(object key) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override TValue Get(object key) { throw null; }
- public virtual System.Collections.Generic.HashSet<TKey> KeySet() { throw null; }
- public override void Put(TKey key, TValue value_Renamed) { }
- }
-}
-namespace Mono.Documentation
-{
- public delegate System.Xml.XmlDocument DocLoader(string escapedTypeName);
- public partial class ManifestResourceResolver : System.Xml.XmlUrlResolver
- {
- public ManifestResourceResolver(params string[] dirs) { }
- public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
- public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) { throw null; }
- }
- public static partial class XmlDocUtils
- {
- public static void AddExtensionMethods(System.Xml.XmlDocument typexml, System.Collections.ArrayList extensions, Mono.Documentation.DocLoader loader) { }
- public static string GetCachedFileName(string cacheDir, string url) { throw null; }
- public static string GetCacheDirectory(string assembledBase) { throw null; }
- public static System.Xml.XmlNodeList GetMemberGenericParameters(System.Xml.XmlNode member) { throw null; }
- public static System.Xml.XmlNodeList GetTypeGenericParameters(System.Xml.XmlNode member) { throw null; }
- public static string ToEscapedMemberName(string member) { throw null; }
- public static string ToEscapedTypeName(string name) { throw null; }
- public static string ToTypeName(string type, System.Xml.XmlNode member) { throw null; }
- public static string ToTypeName(string type, System.Xml.XmlNodeList typeGenParams, System.Xml.XmlNodeList memberGenParams) { throw null; }
- }
-}
-namespace Mono.Utilities
-{
- public partial class Colorizer
- {
- public Colorizer() { }
- public static string Colorize(string text, string lang) { throw null; }
- }
- public partial class LRUCache<TKey, TValue>
- {
- public LRUCache(int capacity) { }
- public static Mono.Utilities.LRUCache<TKey, TValue> Default { get { throw null; } }
- public TValue Get(TKey key) { throw null; }
- public void Put(TKey key, TValue value) { }
- }
-}
-namespace Monodoc
-{
- public static partial class Config
- {
- public static System.Configuration.KeyValueConfigurationCollection AppSettings { get { throw null; } }
- public static System.Configuration.KeyValueConfigurationCollection LibSettings { get { throw null; } }
- public static string Get(string key) { throw null; }
- }
- public static partial class DocCacheHelper
- {
- public static Monodoc.IDocCache GetDefaultCache(string name) { throw null; }
- }
- public enum DocEntity
- {
- Blob = 1,
- Text = 0,
- }
- public static partial class DocRevisionManagerExtensions
- {
- public static System.IO.Stream RetrieveLatestRevision(this Monodoc.IDocRevisionManager revManager, string id) { throw null; }
- }
- public static partial class DocStorageExtensions
- {
- public static bool TryRetrieve(this Monodoc.IDocStorage storage, string id, out System.IO.Stream stream) { stream = default(System.IO.Stream); throw null; }
- }
- public enum DocumentType
- {
- AddinXml = 3,
- EcmaSpecXml = 1,
- EcmaXml = 0,
- ErrorXml = 8,
- Html = 5,
- Man = 2,
- MonoBook = 4,
- PlainText = 7,
- TocXml = 6,
- }
- public partial class HelpSource
- {
- [System.ObsoleteAttribute]
- public static bool FullHtml;
- [System.ObsoleteAttribute]
- public static bool UseWebdocCache;
- [System.ObsoleteAttribute]
- public static bool use_css;
- public HelpSource() { }
- public HelpSource(string base_filename, bool create) { }
- public string BaseDir { get { throw null; } }
- public string BaseFilePath { get { throw null; } }
- public Monodoc.IDocCache Cache { get { throw null; } }
- [System.ObsoleteAttribute("Use Monodoc.Providers.HtmlGenerator.InlineCss")]
- public string InlineCss { get { throw null; } }
- [System.ObsoleteAttribute]
- public string InlineJavaScript { get { throw null; } }
- public string Name { get { throw null; } }
- public Monodoc.RootTree RootTree { get { throw null; } set { } }
- public virtual Monodoc.SortType SortType { get { throw null; } }
- public int SourceID { get { throw null; } }
- public Monodoc.IDocStorage Storage { get { throw null; } protected set { } }
- public System.Diagnostics.TraceLevel TraceLevel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Tree Tree { get { throw null; } }
- protected virtual string UriPrefix { get { throw null; } }
- public virtual bool CanHandleUrl(string url) { throw null; }
- public virtual System.IO.Stream GetCachedHelpStream(string id) { throw null; }
- public virtual string GetCachedText(string id) { throw null; }
- public virtual Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public virtual System.IO.Stream GetHelpStream(string id) { throw null; }
- public System.Xml.XmlReader GetHelpXml(string id) { throw null; }
- public virtual System.Xml.XmlDocument GetHelpXmlWithChanges(string id) { throw null; }
- public virtual System.IO.Stream GetImage(string url) { throw null; }
- public virtual string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public virtual string GetPublicUrl(Monodoc.Node node) { throw null; }
- public virtual string GetText(string id) { throw null; }
- [System.ObsoleteAttribute("Use RenderUrl")]
- public string GetText(string url, out Monodoc.Node node) { node = default(Monodoc.Node); throw null; }
- public virtual bool IsGeneratedContent(string id) { throw null; }
- public virtual bool IsMultiPart(string id, out System.Collections.Generic.IEnumerable<string> parts) { parts = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public virtual bool IsRawContent(string id) { throw null; }
- public virtual Monodoc.Node MatchNode(string url) { throw null; }
- public virtual void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public virtual void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- [System.ObsoleteAttribute("Use RenderUrl")]
- public string RenderNamespaceLookup(string url, out Monodoc.Node node) { node = default(Monodoc.Node); throw null; }
- public virtual void RenderPreviewDocs(System.Xml.XmlNode newNode, System.Xml.XmlWriter writer) { }
- public void Save() { }
- }
- public partial interface IDocCache : System.IDisposable
- {
- void CacheBlob(string id, byte[] data);
- void CacheBlob(string id, System.IO.Stream stream);
- void CacheText(string id, System.IO.Stream stream);
- void CacheText(string id, string content);
- bool CanCache(Monodoc.DocEntity entity);
- System.IO.Stream GetCachedStream(string id);
- string GetCachedString(string id);
- bool IsCached(string id);
- }
- public partial interface IDocGenerator<TOutput>
- {
- TOutput Generate(Monodoc.HelpSource hs, string internalId, System.Collections.Generic.Dictionary<string, string> context);
- }
- public partial interface IDocRevisionManager
- {
- System.Collections.Generic.IEnumerable<string> AvailableRevisionsForId(string id);
- string GetRevisionDescription(string revision);
- string LatestRevisionForId(string id);
- System.IO.Stream RetrieveWithRevision(string id, string revision);
- }
- public partial interface IDocStorage : System.IDisposable
- {
- Monodoc.IDocRevisionManager RevisionManager { get; }
- bool SupportChange { get; }
- bool SupportRevision { get; }
- System.Collections.Generic.IEnumerable<string> GetAvailableIds();
- System.IO.Stream Retrieve(string id);
- string Store(string id, byte[] data);
- string Store(string id, System.IO.Stream stream);
- string Store(string id, string text);
- }
- public partial interface IListModel
- {
- int Rows { get; }
- string GetDescription(int row);
- string GetValue(int row);
- }
- public partial class IndexEntry
- {
- public IndexEntry() { }
- public IndexEntry(System.IO.FileStream fs, System.IO.BinaryReader reader, int position) { }
- public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Monodoc.Topic this[int idx] { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Topic> Topics { get { throw null; } }
- public void Add(Monodoc.Topic t) { }
- public void WriteTopics(Monodoc.IndexMaker maker, System.IO.Stream stream, System.IO.BinaryWriter writer) { }
- }
- public partial class IndexMaker
- {
- public IndexMaker() { }
- public void Add(string caption, string sort_key, string url) { }
- public void AddTopic(Monodoc.Topic topic) { }
- public int GetCode(string s) { throw null; }
- public void Save(string filename) { }
- }
- public partial class IndexReader : Monodoc.IListModel
- {
- internal IndexReader() { }
- public int Rows { get { throw null; } }
- public string GetDescription(int row) { throw null; }
- public Monodoc.IndexEntry GetIndexEntry(int row) { throw null; }
- public string GetValue(int row) { throw null; }
- public static Monodoc.IndexReader Load(string filename) { throw null; }
- }
- public partial class Node : System.IComparable, System.IComparable<Monodoc.Node>
- {
- public bool Documented;
- public Node(Monodoc.Node parent, string caption, string element) { }
- [System.ObsoleteAttribute("Tree inheriting Node is being phased out. Use the `Tree.RootNode' property instead")]
- public Node(string caption, string element) { }
- public string Caption { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Node> ChildNodes { get { throw null; } }
- public string Element { get { throw null; } set { } }
- public bool IsLeaf { get { throw null; } }
- [System.ObsoleteAttribute("Use ChildNodes")]
- public System.Collections.ArrayList Nodes { get { throw null; } }
- public Monodoc.Node Parent { get { throw null; } }
- public string PublicUrl { get { throw null; } }
- public Monodoc.Tree Tree { get { throw null; } }
- [System.ObsoleteAttribute("Use `Tree' instead of 'tree'")]
- public Monodoc.Tree tree { get { throw null; } }
- public void AddNode(Monodoc.Node n) { }
- public Monodoc.Node CreateNode(string c_caption, string c_element) { throw null; }
- public void DeleteNode(Monodoc.Node n) { }
- public void EnsureLoaded() { }
- public void EnsureNodes() { }
- public Monodoc.Node GetOrCreateNode(string c_caption, string c_element) { throw null; }
- [System.ObsoleteAttribute("Use TreeDumper")]
- public static void PrintTree(Monodoc.Tree t) { }
- public void Sort() { }
- int System.IComparable.CompareTo(object obj) { throw null; }
- int System.IComparable<Monodoc.Node>.CompareTo(Monodoc.Node obj) { throw null; }
- }
- public abstract partial class Provider
- {
- public Provider() { }
- public int Code { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree);
- public abstract void PopulateTree(Monodoc.Tree tree);
- }
- public partial class Result
- {
- public Result(string Term, Lucene.Net.Search.Searcher searcher, Lucene.Net.Search.ScoreDoc[] docs) { }
- public int Count { get { throw null; } }
- public Lucene.Net.Documents.Document this[int i] { get { throw null; } }
- public string Term { get { throw null; } }
- public string GetFullTitle(int i) { throw null; }
- public string GetTitle(int i) { throw null; }
- public string GetUrl(int i) { throw null; }
- public float Score(int i) { throw null; }
- }
- public partial class RootTree : Monodoc.Tree
- {
- internal RootTree() : base (default(Monodoc.HelpSource), default(string)) { }
- public const int MonodocVersion = 2;
- public System.Collections.Generic.IList<Monodoc.HelpSource> HelpSources { get { throw null; } }
- public System.DateTime LastHelpSourceTime { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddSource(string sourcesDir) { }
- public bool AddSourceFile(string sourceFile) { throw null; }
- public static void AddUncompiledSource(string path) { }
- public bool GenerateIndex() { throw null; }
- public bool GenerateSearchIndex() { throw null; }
- public static Monodoc.HelpSource GetHelpSource(string provider, string basefilepath) { throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, Monodoc.HelpSource hintSource, out string internalId, out System.Collections.Generic.Dictionary<string, string> context, out Monodoc.Node node) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, out string internalId, out System.Collections.Generic.Dictionary<string, string> context) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, out string internalId, out System.Collections.Generic.Dictionary<string, string> context, out Monodoc.Node node) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdFromName(string name, out string internalId, out Monodoc.Node node) { internalId = default(string); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceFromId(int id) { throw null; }
- [System.ObsoleteAttribute("Use RawGenerator directly")]
- public System.Xml.XmlDocument GetHelpXml(string id) { throw null; }
- public System.IO.Stream GetImage(string url) { throw null; }
- public Monodoc.IndexReader GetIndex() { throw null; }
- public static Monodoc.Provider GetProvider(string provider, params string[] basefilepaths) { throw null; }
- public Monodoc.SearchableIndex GetSearchIndex() { throw null; }
- public static string[] GetSupportedFormats() { throw null; }
- [System.ObsoleteAttribute]
- public string GetTitle(string url) { throw null; }
- public static Monodoc.RootTree LoadTree() { throw null; }
- public static Monodoc.RootTree LoadTree(string basedir, bool includeExternal=true) { throw null; }
- public static Monodoc.RootTree LoadTree(string indexDir, System.Xml.XmlDocument docTree, System.Collections.Generic.IEnumerable<string> sourceFiles) { throw null; }
- public Monodoc.Node LookupEntryPoint(string name) { throw null; }
- public static void MakeIndex() { }
- [System.ObsoleteAttribute("Use GenerateIndex")]
- public static void MakeIndex(Monodoc.RootTree root) { }
- public static void MakeSearchIndex() { }
- [System.ObsoleteAttribute("Use GenerateSearchIndex")]
- public static void MakeSearchIndex(Monodoc.RootTree root) { }
- [System.ObsoleteAttribute("Use the RenderUrl variant accepting a generator")]
- public string RenderUrl(string url, out Monodoc.Node n) { n = default(Monodoc.Node); throw null; }
- public TOutput RenderUrl<TOutput>(string url, Monodoc.IDocGenerator<TOutput> generator, Monodoc.HelpSource hintSource=null) { throw null; }
- public TOutput RenderUrl<TOutput>(string url, Monodoc.IDocGenerator<TOutput> generator, out Monodoc.Node node, Monodoc.HelpSource hintSource=null) { node = default(Monodoc.Node); throw null; }
- }
- public partial class SearchableIndex
- {
- public SearchableIndex() { }
- public string Dir { get { throw null; } set { } }
- public Monodoc.Result FastSearch(string term, int number) { throw null; }
- public static Monodoc.SearchableIndex Load(string dir) { throw null; }
- public Monodoc.Result Search(string term) { throw null; }
- public Monodoc.Result Search(string term, int count) { throw null; }
- public Monodoc.Result Search(string term, int count, int start) { throw null; }
- }
- [System.ObsoleteAttribute]
- public partial class Settings
- {
- [System.ObsoleteAttribute]
- public string Email;
- [System.ObsoleteAttribute]
- public bool EnableEditing;
- [System.ObsoleteAttribute]
- public string Key;
- [System.ObsoleteAttribute]
- public int LastSeenVersion;
- [System.ObsoleteAttribute]
- public string preferred_font_family;
- [System.ObsoleteAttribute]
- public double preferred_font_size;
- [System.ObsoleteAttribute]
- public static bool RunningGUI;
- [System.ObsoleteAttribute]
- public int SerialNumber;
- [System.ObsoleteAttribute]
- public bool ShowComments;
- [System.ObsoleteAttribute]
- public bool ShowInheritedMembers;
- public Settings() { }
- }
- [System.ObsoleteAttribute]
- public partial class SettingsHandler
- {
- [System.ObsoleteAttribute]
- public static string Path;
- [System.ObsoleteAttribute]
- public static Monodoc.Settings Settings;
- public SettingsHandler() { }
- [System.ObsoleteAttribute]
- public static void CheckUpgrade() { }
- [System.ObsoleteAttribute]
- public static void EnsureSettingsDirectory() { }
- [System.ObsoleteAttribute]
- public static void Save() { }
- }
- public enum SortType
- {
- Caption = 0,
- Element = 1,
- }
- public partial class Topic
- {
- public readonly string Caption;
- public readonly string SortKey;
- public readonly string Url;
- public Topic(string caption, string sort_key, string url) { }
- }
- public partial class Tree : Monodoc.Node
- {
- public const long CurrentVersionNumber = (long)1;
- public readonly Monodoc.HelpSource HelpSource;
- public Tree(Monodoc.HelpSource hs, Monodoc.Node parent, string caption, string element) : base (default(string), default(string)) { }
- public Tree(Monodoc.HelpSource hs, string filename) : base (default(string), default(string)) { }
- public Tree(Monodoc.HelpSource hs, string caption, string url) : base (default(string), default(string)) { }
- public Monodoc.Node RootNode { get { throw null; } }
- public long VersionNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public void InflateNode(Monodoc.Node baseNode) { }
- public void Save(string file) { }
- }
- public static partial class TreeDumper
- {
- public static string ExportToTocXml(Monodoc.Node root, string title, string desc) { throw null; }
- public static void PrintTree(Monodoc.Node node) { }
- }
- public static partial class TypeUtils
- {
- public static bool GetNamespaceAndType(string url, out string ns, out string type) { ns = default(string); type = default(string); throw null; }
- }
-}
-namespace Monodoc.Caches
-{
- public partial class FileCache : Monodoc.IDocCache, System.IDisposable
- {
- public FileCache(string baseCacheDir) { }
- public void CacheBlob(string id, byte[] data) { }
- public void CacheBlob(string id, System.IO.Stream stream) { }
- public void CacheText(string id, System.IO.Stream stream) { }
- public void CacheText(string id, string content) { }
- public bool CanCache(Monodoc.DocEntity entity) { throw null; }
- public void Dispose() { }
- public System.IO.Stream GetCachedStream(string id) { throw null; }
- public string GetCachedString(string id) { throw null; }
- public bool IsCached(string id) { throw null; }
- }
- public partial class NullCache : Monodoc.IDocCache, System.IDisposable
- {
- public NullCache() { }
- public void CacheBlob(string id, byte[] data) { }
- public void CacheBlob(string id, System.IO.Stream stream) { }
- public void CacheText(string id, System.IO.Stream stream) { }
- public void CacheText(string id, string content) { }
- public bool CanCache(Monodoc.DocEntity entity) { throw null; }
- public void Dispose() { }
- public System.IO.Stream GetCachedStream(string id) { throw null; }
- public string GetCachedString(string id) { throw null; }
- public bool IsCached(string id) { throw null; }
- }
-}
-namespace Monodoc.Ecma
-{
- public partial class EcmaDesc : System.IEquatable<Monodoc.Ecma.EcmaDesc>
- {
- public EcmaDesc() { }
- public System.Collections.Generic.IList<int> ArrayDimensions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc.Kind DescKind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc.Mod DescModifier { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public char Etc { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string EtcFilter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc ExplicitImplMember { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> GenericMemberArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int GenericMemberArgumentsCount { get { throw null; } }
- public bool GenericMemberArgumentsIsNumeric { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> GenericTypeArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int GenericTypeArgumentsCount { get { throw null; } }
- public bool GenericTypeArgumentsIsNumeric { get { throw null; } }
- public bool IsEtc { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> MemberArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MemberArgumentsCount { get { throw null; } }
- public string MemberName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Namespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc NestedType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string TypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Monodoc.Ecma.EcmaDesc other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string ToCompleteMemberName(Monodoc.Ecma.EcmaDesc.Format format) { throw null; }
- public string ToCompleteTypeName(char innerTypeSeparator='.') { throw null; }
- public string ToEcmaCref() { throw null; }
- public override string ToString() { throw null; }
- public enum Format
- {
- WithArgs = 0,
- WithoutArgs = 1,
- }
- public enum Kind
- {
- Constructor = 1,
- Event = 6,
- Field = 4,
- Method = 2,
- Namespace = 3,
- Operator = 7,
- Property = 5,
- Type = 0,
- }
- public enum Mod
- {
- Normal = 0,
- Out = 3,
- Pointer = 1,
- Ref = 2,
- }
- }
- public partial class EcmaUrlParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 9;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public EcmaUrlParser() { }
- public void IsValid(string input) { }
- public Monodoc.Ecma.EcmaDesc Parse(string input) { throw null; }
- public bool TryParse(string input, out Monodoc.Ecma.EcmaDesc desc) { desc = default(Monodoc.Ecma.EcmaDesc); throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
- public partial class EcmaUrlTokenizer
- {
- public EcmaUrlTokenizer(string input) { }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public int token() { throw null; }
- public object value() { throw null; }
- }
-}
-namespace Monodoc.Generators
-{
- public partial class HtmlGenerator : Monodoc.IDocGenerator<string>
- {
- public HtmlGenerator(Monodoc.IDocCache defaultCache) { }
- public static string InlineCss { get { throw null; } set { } }
- public string Generate(Monodoc.HelpSource hs, string id, System.Collections.Generic.Dictionary<string, string> context) { throw null; }
- }
- public partial class RawGenerator : Monodoc.IDocGenerator<string>
- {
- public RawGenerator() { }
- public string Generate(Monodoc.HelpSource hs, string id, System.Collections.Generic.Dictionary<string, string> context) { throw null; }
- }
-}
-namespace Monodoc.Generators.Html
-{
- public partial class Addin2Html
- {
- public Addin2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- protected string GetAddinTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId) { throw null; }
- protected string GetExtensionNodeTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId, string nodeId) { throw null; }
- protected string GetExtensionTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId, string path) { throw null; }
- public string Htmlize(System.Xml.XmlElement addin, string urlType, string addinId, string fileId, string path) { throw null; }
- }
- public partial class Ecma2Html
- {
- public Ecma2Html() { }
- public string CssCode { get { throw null; } }
- public string JsCode { get { throw null; } }
- protected virtual System.Xml.XmlResolver CreateDocumentResolver() { throw null; }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XmlReader ecma_xml, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XmlReader ecma_xml, System.Xml.Xsl.XsltArgumentList args) { throw null; }
- public partial class ExtensionObject
- {
- public ExtensionObject() { }
- public string Colorize(string code, string lang) { throw null; }
- public bool IsToBeAdded(string text) { throw null; }
- public string MakeNiceSignature(string sig, string contexttype) { throw null; }
- public bool MonoEditing() { throw null; }
- public string MonoImpInfo(string assemblyname, string typename, bool strlong) { throw null; }
- }
- }
- public partial class Ecmaspec2Html
- {
- public Ecmaspec2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
- public partial class Error2Html
- {
- public Error2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XPath.IXPathNavigable doc) { throw null; }
- }
- public partial class Idem
- {
- public Idem() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
- public partial class Man2Html
- {
- public Man2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public static string GetTextFromReader(System.IO.TextReader file) { throw null; }
- }
- public partial class MonoBook2Html
- {
- public MonoBook2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string FromXmlReader(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class Toc2Html
- {
- public Toc2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
-}
-namespace Monodoc.Providers
-{
- public partial class AddinsHelpSource : Monodoc.HelpSource
- {
- protected internal const string AddinPrefix = "addin:";
- protected internal const string ExtensionNodePrefix = "extension-node:";
- protected internal const string ExtensionPrefix = "extension-point:";
- public AddinsHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override bool CanHandleUrl(string url) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- }
- public partial class AddinsProvider : Monodoc.Provider
- {
- public AddinsProvider(string xmlModelFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaHelpSource : Monodoc.HelpSource
- {
- protected EcmaHelpSource() { }
- public EcmaHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override bool CanHandleUrl(string url) { throw null; }
- public override System.IO.Stream GetCachedHelpStream(string id) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override System.IO.Stream GetHelpStream(string id) { throw null; }
- public string GetInternalIdForInternalUrl(string internalUrl, out string hash) { hash = default(string); throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override string GetPublicUrl(Monodoc.Node node) { throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public enum EcmaNodeType
- {
- Invalid = 0,
- Member = 3,
- Meta = 4,
- Namespace = 1,
- Type = 2,
- }
- public partial class EcmaProvider : Monodoc.Provider
- {
- public EcmaProvider() { }
- public EcmaProvider(string baseDir) { }
- public Monodoc.Providers.IEcmaProviderFileSource FileSource { get { throw null; } set { } }
- public void AddDirectory(string directory) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaSpecHelpSource : Monodoc.HelpSource
- {
- public EcmaSpecHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override System.IO.Stream GetHelpStream(string id) { throw null; }
- public override string GetText(string id) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override bool IsMultiPart(string id, out System.Collections.Generic.IEnumerable<string> parts) { parts = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class EcmaSpecProvider : Monodoc.Provider
- {
- public EcmaSpecProvider(string base_directory) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaUncompiledHelpSource : Monodoc.Providers.EcmaHelpSource
- {
- public readonly string BasePath;
- public EcmaUncompiledHelpSource(string base_file, bool markName=true) { }
- public new string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override string UriPrefix { get { throw null; } }
- public override System.IO.Stream GetImage(string url) { throw null; }
- }
- public partial class ErrorDetails
- {
- public System.Xml.XmlNode Details;
- public System.Xml.XmlNode Summary;
- public ErrorDetails() { }
- }
- public partial class ErrorDocumentation
- {
- public Monodoc.Providers.ErrorDetails Details;
- public string ErrorName;
- public System.Collections.Generic.List<string> Examples;
- public ErrorDocumentation() { }
- public ErrorDocumentation(string ErrorName) { }
- }
- public partial class ErrorHelpSource : Monodoc.HelpSource
- {
- public ErrorHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override string GetText(string id) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class ErrorProvider : Monodoc.Provider
- {
- public ErrorProvider(string configFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- public static Monodoc.Providers.ErrorProviderConfig ReadConfig(string file) { throw null; }
- }
- public partial class ErrorProviderConfig
- {
- public int ErrorNumSubstringLength;
- public int ErrorNumSubstringStart;
- public string FilesPath;
- public string FriendlyFormatString;
- public string Match;
- public ErrorProviderConfig() { }
- public System.Collections.Generic.Dictionary<string, Monodoc.Providers.ErrorDocumentation> Compile(Monodoc.HelpSource hs) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface IEcmaProviderFileSource
- {
- System.Xml.Linq.XElement ExtractNamespaceSummary(string path);
- System.Xml.XmlReader GetIndexReader(string path);
- System.Xml.Linq.XElement GetNamespaceElement(string path);
- string GetNamespaceXmlPath(string basePath, string ns);
- System.Xml.Linq.XDocument GetTypeDocument(string path);
- string GetTypeXmlPath(string basePath, string nsName, string typeName);
- }
- public partial class ManHelpSource : Monodoc.HelpSource
- {
- public ManHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetText(string url) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- }
- public partial class ManProvider : Monodoc.Provider
- {
- public ManProvider(string[] handbookTocFiles) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class XhtmlHelpSource : Monodoc.HelpSource
- {
- public XhtmlHelpSource(string base_file, bool create) { }
- public override Monodoc.SortType SortType { get { throw null; } }
- protected override string UriPrefix { get { throw null; } }
- public static string GetAbsoluteLink(string target, string url) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetText(string url) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- }
- public partial class XhtmlProvider : Monodoc.Provider
- {
- public XhtmlProvider(string handbookTocFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
-}
-namespace Monodoc.Storage
-{
- public partial class NullStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public NullStorage() { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
- public partial class UncompiledDocStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public UncompiledDocStorage(string basePath) { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
- public partial class ZipStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public ZipStorage(string zipFileName) { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
-}
-namespace Simplicit.Net.Lzo
-{
- public partial class LZOCompressor
- {
- public LZOCompressor() { }
- public string Version { get { throw null; } }
- public string VersionDate { get { throw null; } }
- public byte[] Compress(byte[] src) { throw null; }
- public byte[] Decompress(byte[] src) { throw null; }
- }
-}
diff --git a/src/v4.5.2/Commons.Xml.Relaxng.cs b/src/v4.5.2/Commons.Xml.Relaxng.cs
deleted file mode 100644
index 6007917..0000000
--- a/src/v4.5.2/Commons.Xml.Relaxng.cs
+++ /dev/null
@@ -1,1148 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Commons.Xml.Relaxng.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.1")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Commons.Xml
-{
- public partial class XmlDefaultReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo
- {
- public XmlDefaultReader(System.Xml.XmlReader reader) { }
- public override int AttributeCount { get { throw null; } }
- public override string BaseURI { get { throw null; } }
- public override int Depth { get { throw null; } }
- public override bool EOF { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override bool IsDefault { get { throw null; } }
- public override bool IsEmptyElement { get { throw null; } }
- public override string this[int i] { get { throw null; } }
- public override string this[string name] { get { throw null; } }
- public override string this[string localName, string namespaceURI] { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public int LinePosition { get { throw null; } }
- public override string LocalName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override System.Xml.XmlNameTable NameTable { get { throw null; } }
- public override System.Xml.XmlNodeType NodeType { get { throw null; } }
- public override string Prefix { get { throw null; } }
- public override char QuoteChar { get { throw null; } }
- public System.Xml.XmlReader Reader { get { throw null; } }
- public override System.Xml.ReadState ReadState { get { throw null; } }
- public override string Value { get { throw null; } }
- public override string XmlLang { get { throw null; } }
- public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
- public override void Close() { }
- public override string GetAttribute(int i) { throw null; }
- public override string GetAttribute(string name) { throw null; }
- public override string GetAttribute(string localName, string namespaceURI) { throw null; }
- public bool HasLineInfo() { throw null; }
- public override string LookupNamespace(string prefix) { throw null; }
- public override void MoveToAttribute(int i) { }
- public override bool MoveToAttribute(string name) { throw null; }
- public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
- public override bool MoveToElement() { throw null; }
- public override bool MoveToFirstAttribute() { throw null; }
- public override bool MoveToNextAttribute() { throw null; }
- public override bool Read() { throw null; }
- public override bool ReadAttributeValue() { throw null; }
- public override void ResolveEntity() { }
- }
-}
-namespace Commons.Xml.Nvdl
-{
- public partial class Nvdl
- {
- internal Nvdl() { }
- public const string BuiltInValidationNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/predefinedSchema/1.0";
- public const string InstanceNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/instance/1.0";
- public const string Namespace = "http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0";
- }
- public abstract partial class NvdlAction : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlAction() { }
- }
- public partial class NvdlActionList : System.Collections.CollectionBase
- {
- public NvdlActionList() { }
- public Commons.Xml.Nvdl.NvdlAction this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlAction item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlAction item) { }
- }
- public partial class NvdlAllow : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlAllow() { }
- }
- public partial class NvdlAnyNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlAnyNamespace() { }
- }
- public partial class NvdlAttach : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttach() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttachPlaceholder : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttachPlaceholder() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttributable : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlAttributable() { }
- public System.Collections.ArrayList Foreign { get { throw null; } }
- }
- public partial class NvdlBuiltInValidationProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlBuiltInValidationProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public partial class NvdlCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- public NvdlCancelAction() { }
- }
- public partial class NvdlCompileException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlCompileException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlCompileException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlConfig
- {
- public NvdlConfig() { }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void AddProvider(Commons.Xml.Nvdl.NvdlValidationProvider provider) { }
- public Commons.Xml.Nvdl.NvdlValidatorGenerator GetGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string inheritSchemaType) { throw null; }
- }
- public partial class NvdlContext : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlContext() { }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string Path { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlContextList : System.Collections.CollectionBase
- {
- public NvdlContextList() { }
- public Commons.Xml.Nvdl.NvdlContext this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlContext item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlContext item) { }
- }
- public partial class NvdlElementBase : System.Xml.IXmlLineInfo
- {
- public NvdlElementBase() { }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public string SourceUri { get { throw null; } set { } }
- public bool HasLineInfo() { throw null; }
- }
- public partial class NvdlException : System.Exception
- {
- public NvdlException(string message) { }
- public NvdlException(string message, System.Exception inner) { }
- }
- public partial class NvdlIncludedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlIncludedMode() { }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlInstanceValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlInstanceValidationException(string message, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- public NvdlInstanceValidationException(string message, System.Exception inner, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- }
- public partial class NvdlMessage : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlMessage() { }
- public System.Collections.ArrayList ForeignAttributes { get { throw null; } }
- public string Text { get { throw null; } set { } }
- public string XmlLang { get { throw null; } set { } }
- }
- public partial class NvdlMessageEventArgs : System.EventArgs
- {
- public NvdlMessageEventArgs(string message) { }
- public string Message { get { throw null; } }
- }
- public delegate void NvdlMessageEventHandler(object o, Commons.Xml.Nvdl.NvdlMessageEventArgs e);
- public partial class NvdlMessageList : System.Collections.CollectionBase
- {
- public NvdlMessageList() { }
- public Commons.Xml.Nvdl.NvdlMessage this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlMessage item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlMessage item) { }
- }
- public partial class NvdlMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlMode() { }
- public string Name { get { throw null; } set { } }
- }
- public abstract partial class NvdlModeBase : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlModeBase() { }
- public Commons.Xml.Nvdl.NvdlModeList IncludedModes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- }
- public partial class NvdlModeList : System.Collections.CollectionBase
- {
- public NvdlModeList() { }
- public Commons.Xml.Nvdl.NvdlModeBase this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlModeBase item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlModeBase item) { }
- }
- public partial class NvdlModeUsage
- {
- public NvdlModeUsage() { }
- public Commons.Xml.Nvdl.NvdlContextList Contexts { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlNamespace() { }
- public string NS { get { throw null; } set { } }
- public string Wildcard { get { throw null; } set { } }
- }
- public partial class NvdlNestedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlNestedMode() { }
- }
- public abstract partial class NvdlNoCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- protected NvdlNoCancelAction() { }
- public Commons.Xml.Nvdl.NvdlMessageList Messages { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlModeUsage ModeUsage { get { throw null; } set { } }
- public string SimpleMessage { get { throw null; } set { } }
- }
- public abstract partial class NvdlNoResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlNoResultAction() { }
- }
- public partial class NvdlOption : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlOption() { }
- public string Arg { get { throw null; } set { } }
- public string MustSupport { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlOptionList : System.Collections.CollectionBase
- {
- public NvdlOptionList() { }
- public Commons.Xml.Nvdl.NvdlOption this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlOption item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlOption item) { }
- }
- public partial class NvdlReader
- {
- internal NvdlReader() { }
- public static Commons.Xml.Nvdl.NvdlRules Read(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class NvdlReject : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlReject() { }
- }
- public partial class NvdlRelaxngValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public const string RncMimeType = "application/vnd.oasis-open.relax-ng.rnc";
- public NvdlRelaxngValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public abstract partial class NvdlResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlResultAction() { }
- public abstract Commons.Xml.Nvdl.NvdlResultType ResultType { get; }
- }
- public enum NvdlResultType
- {
- Attach = 0,
- AttachPlaceholder = 1,
- Unwrap = 2,
- }
- public abstract partial class NvdlRule : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlRule() { }
- public Commons.Xml.Nvdl.NvdlActionList Actions { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleTarget Match { get { throw null; } set { } }
- }
- public partial class NvdlRuleList : System.Collections.CollectionBase
- {
- public NvdlRuleList() { }
- public Commons.Xml.Nvdl.NvdlRule this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlRule item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlRule item) { }
- }
- public partial class NvdlRules : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlRules() { }
- public Commons.Xml.Nvdl.NvdlModeList Modes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- public string SchemaType { get { throw null; } set { } }
- public string StartMode { get { throw null; } set { } }
- public Commons.Xml.Nvdl.NvdlTriggerList Triggers { get { throw null; } }
- }
- public enum NvdlRuleTarget
- {
- Attributes = 2,
- Both = 3,
- Elements = 1,
- None = 0,
- }
- public partial class NvdlTrigger : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlTrigger() { }
- public string NameList { get { throw null; } set { } }
- public string NS { get { throw null; } set { } }
- }
- public partial class NvdlTriggerList : System.Collections.CollectionBase
- {
- public NvdlTriggerList() { }
- public Commons.Xml.Nvdl.NvdlTrigger this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlTrigger item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlTrigger item) { }
- }
- public partial class NvdlUnwrap : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlUnwrap() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlValidate : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlValidate() { }
- public Commons.Xml.Nvdl.NvdlOptionList Options { get { throw null; } }
- public System.Xml.XmlElement SchemaBody { get { throw null; } set { } }
- public string SchemaType { get { throw null; } set { } }
- public string SchemaUri { get { throw null; } set { } }
- }
- public partial class NvdlValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver, Commons.Xml.Nvdl.NvdlConfig config) : base (default(System.Xml.XmlReader)) { }
- public event Commons.Xml.Nvdl.NvdlMessageEventHandler ActionStarted { add { } remove { } }
- public override bool Read() { throw null; }
- }
- public partial class NvdlValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlValidationException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlValidationException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlValidationProvider
- {
- public NvdlValidationProvider() { }
- public Commons.Xml.Nvdl.NvdlConfig Config { get { throw null; } }
- public string SchemaType { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlValidate ValidateAction { get { throw null; } }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader schema, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public string GetSchemaUri(Commons.Xml.Nvdl.NvdlValidate validate) { throw null; }
- }
- public abstract partial class NvdlValidatorGenerator
- {
- protected NvdlValidatorGenerator() { }
- public abstract bool AddOption(string name, string arg);
- public virtual System.Xml.XmlReader CreateAttributeValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) { throw null; }
- public abstract System.Xml.XmlReader CreateValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver);
- public virtual bool HandleError(System.Exception ex, System.Xml.XmlReader reader, string nvdlLocation) { throw null; }
- }
- public partial class NvdlXsdValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlXsdValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng
-{
- public partial interface IGrammarContent
- {
- }
- public partial class RelaxngAnyName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngAnyName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngAttribute : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngAttribute() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngBinaryContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngBinaryContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngChoice : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngChoice() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngData : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngData() { }
- public Commons.Xml.Relaxng.RelaxngExcept Except { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngParamList ParamList { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngDataSupport : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngDataSupport() { }
- public string DatatypeLibrary { get { throw null; } set { } }
- public string Type { get { throw null; } set { } }
- }
- public abstract partial class RelaxngDatatype
- {
- protected RelaxngDatatype() { }
- public abstract string Name { get; }
- public abstract string NamespaceURI { get; }
- public virtual bool Compare(object o1, object o2) { throw null; }
- public virtual bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public abstract object Parse(string text, System.Xml.XmlReader reader);
- }
- public abstract partial class RelaxngDatatypeProvider
- {
- protected RelaxngDatatypeProvider() { }
- public abstract Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters);
- }
- public partial class RelaxngDefine : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDefine() { }
- public string Combine { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngDiv : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDiv() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngElement : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngElement() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngElementBase
- {
- protected RelaxngElementBase() { }
- public string BaseUri { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern ReadExternalResource(Commons.Xml.Relaxng.RelaxngGrammar grammar, System.Uri uri, string nsContext) { throw null; }
- public abstract void Write(System.Xml.XmlWriter writer);
- }
- public partial class RelaxngEmpty : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngEmpty() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExcept : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExcept() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngException : System.Exception
- {
- public RelaxngException() { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message) { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message, System.Exception innerException) { }
- public RelaxngException(string message) { }
- public RelaxngException(string message, System.Exception innerException) { }
- }
- public partial class RelaxngExceptNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExceptNameClass() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Names { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExternalRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngExternalRef() { }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammar : Commons.Xml.Relaxng.RelaxngPattern
- {
- public static string NamespaceURI;
- public RelaxngGrammar() { }
- public string DefaultNamespace { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammarContentList : System.Collections.CollectionBase
- {
- public RelaxngGrammarContentList() { }
- public Commons.Xml.Relaxng.IGrammarContent this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Remove(Commons.Xml.Relaxng.IGrammarContent p) { }
- }
- public partial class RelaxngGroup : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngGroup() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInclude : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngInclude() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInterleave : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngInterleave() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngList : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- internal RelaxngList() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngMergedProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- public RelaxngMergedProvider() { }
- public static Commons.Xml.Relaxng.RelaxngMergedProvider DefaultProvider { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider this[string ns] { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class RelaxngMixed : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngMixed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngName() { }
- public RelaxngName(string ncname, string ns) { }
- public string LocalName { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNameChoice : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNameChoice() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Children { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngNameClass() { }
- }
- public partial class RelaxngNameClassList : System.Collections.CollectionBase
- {
- public RelaxngNameClassList() { }
- public Commons.Xml.Relaxng.RelaxngNameClass this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- }
- public partial class RelaxngNotAllowed : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngNotAllowed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNsName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNsName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOneOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOneOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOptional : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOptional() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParam : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngParam() { }
- public RelaxngParam(string name, string value) { }
- public string Name { get { throw null; } set { } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParamList : System.Collections.CollectionBase
- {
- public RelaxngParamList() { }
- public Commons.Xml.Relaxng.RelaxngParam this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngParam p) { }
- }
- public partial class RelaxngParentRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngParentRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngPattern : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngPattern() { }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider DataProvider { get { throw null; } set { } }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void Compile() { }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider, System.Xml.XmlResolver xmlResolver) { throw null; }
- public void WriteCompact(System.IO.TextWriter writer) { }
- public void WriteCompact(System.IO.TextWriter writer, System.Xml.IXmlNamespaceResolver res) { }
- }
- public partial class RelaxngPatternList : System.Collections.CollectionBase
- {
- public RelaxngPatternList() { }
- public Commons.Xml.Relaxng.RelaxngPattern this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngPattern p) { }
- }
- public enum RelaxngPatternType
- {
- After = 14,
- Attribute = 12,
- Choice = 4,
- Data = 9,
- DataExcept = 10,
- Element = 13,
- Empty = 1,
- ExternalRef = 21,
- Grammar = 16,
- Group = 6,
- Interleave = 5,
- List = 8,
- Mixed = 18,
- NotAllowed = 2,
- OneOrMore = 7,
- Optional = 19,
- ParentRef = 22,
- Ref = 15,
- Text = 3,
- Value = 11,
- ZeroOrMore = 17,
- }
- public partial class RelaxngReader : Commons.Xml.XmlDefaultReader
- {
- [System.ObsoleteAttribute]
- public static string RelaxngNS;
- public RelaxngReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public string ContextNamespace { get { throw null; } }
- public string DatatypeLibrary { get { throw null; } }
- public static Commons.Xml.Relaxng.RelaxngPattern GrammarForRelaxng { get { throw null; } }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public override bool Read() { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern ReadPattern() { throw null; }
- public override string ReadString() { throw null; }
- }
- public partial class RelaxngRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngSingleContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngSingleContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngStart : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngStart() { }
- public string Combine { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngString : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngString() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngText : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngText() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngToken : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngToken() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public static readonly Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler IgnoreError;
- public RelaxngValidatingReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Relaxng.RelaxngPattern pattern) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) : base (default(System.Xml.XmlReader)) { }
- public bool ReportDetails { get { throw null; } set { } }
- public bool RoughLabelCheck { get { throw null; } set { } }
- public event Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler InvalidNodeFound { add { } remove { } }
- public object AfterAttribute(object stateObject, string localName, string ns) { throw null; }
- public object AfterCloseStartTag(object stateObject) { throw null; }
- public object AfterEndTag(object stateObject) { throw null; }
- public object AfterOpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public bool Attribute(object stateObject, string localName, string ns) { throw null; }
- public bool CloseStartTag(object stateObject) { throw null; }
- public bool Emptiable(object stateObject) { throw null; }
- public bool EndTag(object stateObject) { throw null; }
- public System.Collections.ICollection GetAttributeLabels(object stateObject) { throw null; }
- public object GetCurrentState() { throw null; }
- public System.Collections.ICollection GetElementLabels(object stateObject) { throw null; }
- public bool OpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public override bool Read() { throw null; }
- public delegate bool RelaxngValidationEventHandler(System.Xml.XmlReader source, string message);
- }
- public partial class RelaxngValue : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngValue() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngZeroOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngZeroOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
-}
-namespace Commons.Xml.Relaxng.Derivative
-{
- public abstract partial class RdpAbstractBinary : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractBinary(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern LValue { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern RValue { get { throw null; } set { } }
- }
- public abstract partial class RdpAbstractSingleContent : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractSingleContent(Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Child { get { throw null; } set { } }
- }
- public partial class RdpAfter : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpAfter(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpAnyName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- internal RdpAnyName() { }
- public override bool HasInfiniteName { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpAnyName Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpAnyNameExcept : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpAnyNameExcept(Commons.Xml.Relaxng.Derivative.RdpNameClass except) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpApplyAfterHandler(Commons.Xml.Relaxng.Derivative.RdpPattern p);
- public partial class RdpAttribute : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAttribute(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpBinaryFunction(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2);
- public partial class RdpChoice : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpChoice(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public enum RdpContentType
- {
- Complex = 2,
- Empty = 1,
- Invalid = 0,
- Simple = 4,
- }
- public partial class RdpData : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpData(Commons.Xml.Relaxng.Derivative.RdpDatatype dt) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDataExcept : Commons.Xml.Relaxng.Derivative.RdpData
- {
- public RdpDataExcept(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, Commons.Xml.Relaxng.Derivative.RdpPattern except) : base (default(Commons.Xml.Relaxng.Derivative.RdpDatatype)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Except { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDatatype
- {
- public RdpDatatype(string ns, string localName, Commons.Xml.Relaxng.RelaxngParamList parameters, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { }
- public bool IsContextDependent { get { throw null; } }
- public string LocalName { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public virtual bool IsAllowed(string value, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsTypeEqual(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpElement : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpElement(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- }
- public partial class RdpEmpty : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpEmpty() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpEmpty Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpGroup : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpGroup(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpInterleave : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpList : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpList(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpName(string local, string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public string LocalName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public abstract partial class RdpNameClass
- {
- protected RdpNameClass() { }
- public abstract bool HasInfiniteName { get; }
- public abstract Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get; }
- public abstract bool Contains(string name, string ns);
- }
- public partial class RdpNameClassChoice : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNameClassChoice(Commons.Xml.Relaxng.Derivative.RdpNameClass l, Commons.Xml.Relaxng.Derivative.RdpNameClass r) { }
- public override bool HasInfiniteName { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass LValue { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass RValue { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public enum RdpNameClassType
- {
- AnyName = 1,
- AnyNameExcept = 2,
- Name = 5,
- NameClassChoice = 6,
- None = 0,
- NsName = 3,
- NsNameExcept = 4,
- }
- public partial class RdpNotAllowed : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpNotAllowed() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpNotAllowed Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpNsName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNsName(string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpNsNameExcept : Commons.Xml.Relaxng.Derivative.RdpNsName
- {
- public RdpNsNameExcept(string ns, Commons.Xml.Relaxng.Derivative.RdpNameClass except) : base (default(string)) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpOneOrMore : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpParam
- {
- public RdpParam(string localName, string value) { }
- public string LocalName { get { throw null; } }
- public string Value { get { throw null; } }
- }
- public partial class RdpParamList : System.Collections.ArrayList
- {
- public RdpParamList() { }
- }
- public abstract partial class RdpPattern
- {
- public static readonly Commons.Xml.Relaxng.Derivative.RdpPattern Anything;
- protected RdpPattern() { }
- public abstract Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get; }
- public abstract bool Nullable { get; }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern After(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Choice(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes) { }
- public abstract void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass);
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Group(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Interleave(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern ListDeriv(string[] list, int index, System.Xml.XmlReader reader) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpAfter MakeAfter(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeChoice(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpChoice MakeChoiceLeaf(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeGroup(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpInterleave MakeInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpOneOrMore MakeOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern OneOrMore() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- public bool ValueMatch(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpText : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpText() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpText Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpUtil
- {
- public static char[] WhitespaceChars;
- public RdpUtil() { }
- }
- public partial class RdpValue : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpValue(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, string value) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.Inference
-{
- public partial class RelaxngInference
- {
- public RelaxngInference() { }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption Occurrence { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption TypeInference { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader) { throw null; }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngGrammar grammar) { throw null; }
- public enum InferenceOption
- {
- Relaxed = 1,
- Restricted = 0,
- }
- }
-}
-namespace Commons.Xml.Relaxng.Rnc
-{
- public partial class RncParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 4;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public RncParser(System.Xml.XmlNameTable nameTable) { }
- public string BaseUri { get { throw null; } }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri, string defaultNamespace) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri, string defaultNamespace) { throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.XmlSchema
-{
- public partial class XsdDatatypeProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- internal XsdDatatypeProvider() { }
- public static Commons.Xml.Relaxng.XmlSchema.XsdDatatypeProvider Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class XsdPrimitiveType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdPrimitiveType(string name, System.Xml.Schema.XmlSchemaDatatype xstype) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdQNameWrapper : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdQNameWrapper() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdSimpleRestrictionType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdSimpleRestrictionType(Commons.Xml.Relaxng.RelaxngDatatype primitive, Commons.Xml.Relaxng.RelaxngParamList parameters) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string value, System.Xml.XmlReader reader) { throw null; }
- }
-}
diff --git a/src/v4.5.2/I18N.CJK.cs b/src/v4.5.2/I18N.CJK.cs
deleted file mode 100644
index 694a3f0..0000000
--- a/src/v4.5.2/I18N.CJK.cs
+++ /dev/null
@@ -1,135 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.CJK
-{
- [System.SerializableAttribute]
- public partial class CP50220 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50220() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50221 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50221() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50222 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50222() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP51932 : I18N.Common.MonoSafeEncoding
- {
- public CP51932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- public partial class CP51932Encoder : I18N.Common.MonoSafeEncoder
- {
- public CP51932Encoder(I18N.Common.MonoSafeEncoding encoding) : base (default(I18N.Common.MonoSafeEncoding)) { }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CP54936 : I18N.CJK.GB18030Encoding
- {
- public CP54936() { }
- }
- [System.SerializableAttribute]
- public partial class CP932 : I18N.Common.MonoSafeEncoding
- {
- public CP932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ENCeuc_jp : I18N.CJK.CP51932
- {
- public ENCeuc_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_2022_jp : I18N.CJK.CP50220
- {
- public ENCiso_2022_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCshift_jis : I18N.CJK.CP932
- {
- public ENCshift_jis() { }
- }
- [System.SerializableAttribute]
- public partial class GB18030Encoding : I18N.Common.MonoSafeEncoding
- {
- public GB18030Encoding() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int start, int len) { throw null; }
- public override int GetChars(byte[] bytes, int byteIdx, int srclen, char[] chars, int charIdx) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int len) { throw null; }
- public override int GetMaxCharCount(int len) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ISO2022JPEncoding : I18N.Common.MonoSafeEncoding
- {
- public ISO2022JPEncoding(int codePage, bool allow1ByteKana, bool allowShiftIO) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int charIndex, int charCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- protected override int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.5.2/I18N.MidEast.cs b/src/v4.5.2/I18N.MidEast.cs
deleted file mode 100644
index 1e95319..0000000
--- a/src/v4.5.2/I18N.MidEast.cs
+++ /dev/null
@@ -1,110 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.MidEast
-{
- [System.SerializableAttribute]
- public partial class CP1254 : I18N.Common.ByteEncoding
- {
- public CP1254() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1255 : I18N.Common.ByteEncoding
- {
- public CP1255() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1256 : I18N.Common.ByteEncoding
- {
- public CP1256() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28596 : I18N.Common.ByteEncoding
- {
- public CP28596() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28598 : I18N.Common.ByteEncoding
- {
- public CP28598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28599 : I18N.Common.ByteEncoding
- {
- public CP28599() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP38598 : I18N.Common.ByteEncoding
- {
- public CP38598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_6 : I18N.MidEast.CP28596
- {
- public ENCiso_8859_6() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_8 : I18N.MidEast.CP28598
- {
- public ENCiso_8859_8() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_9 : I18N.MidEast.CP28599
- {
- public ENCiso_8859_9() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1254 : I18N.MidEast.CP1254
- {
- public ENCwindows_1254() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1255 : I18N.MidEast.CP1255
- {
- public ENCwindows_1255() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1256 : I18N.MidEast.CP1256
- {
- public ENCwindows_1256() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_38598 : I18N.MidEast.CP38598
- {
- public ENCwindows_38598() { }
- }
-}
diff --git a/src/v4.5.2/I18N.Other.cs b/src/v4.5.2/I18N.Other.cs
deleted file mode 100644
index ddc9db0..0000000
--- a/src/v4.5.2/I18N.Other.cs
+++ /dev/null
@@ -1,241 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Other
-{
- [System.SerializableAttribute]
- public partial class CP1251 : I18N.Common.ByteEncoding
- {
- public CP1251() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1257 : I18N.Common.ByteEncoding
- {
- public CP1257() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1258 : I18N.Common.ByteEncoding
- {
- public CP1258() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20866 : I18N.Common.ByteEncoding
- {
- public CP20866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21866 : I18N.Common.ByteEncoding
- {
- public CP21866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28594 : I18N.Common.ByteEncoding
- {
- public CP28594() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28595 : I18N.Common.ByteEncoding
- {
- public CP28595() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP57002 : I18N.Other.ISCIIEncoding
- {
- public CP57002() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57003 : I18N.Other.ISCIIEncoding
- {
- public CP57003() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57004 : I18N.Other.ISCIIEncoding
- {
- public CP57004() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57005 : I18N.Other.ISCIIEncoding
- {
- public CP57005() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57006 : I18N.Other.ISCIIEncoding
- {
- public CP57006() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57007 : I18N.Other.ISCIIEncoding
- {
- public CP57007() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57008 : I18N.Other.ISCIIEncoding
- {
- public CP57008() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57009 : I18N.Other.ISCIIEncoding
- {
- public CP57009() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57010 : I18N.Other.ISCIIEncoding
- {
- public CP57010() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57011 : I18N.Other.ISCIIEncoding
- {
- public CP57011() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP874 : I18N.Common.ByteEncoding
- {
- public CP874() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_4 : I18N.Other.CP28594
- {
- public ENCiso_8859_4() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_5 : I18N.Other.CP28595
- {
- public ENCiso_8859_5() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_r : I18N.Other.CP20866
- {
- public ENCkoi8_r() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_u : I18N.Other.CP21866
- {
- public ENCkoi8_u() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1251 : I18N.Other.CP1251
- {
- public ENCwindows_1251() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1257 : I18N.Other.CP1257
- {
- public ENCwindows_1257() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1258 : I18N.Other.CP1258
- {
- public ENCwindows_1258() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_874 : I18N.Other.CP874
- {
- public ENCwindows_874() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_as : I18N.Other.CP57006
- {
- public ENCx_iscii_as() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_be : I18N.Other.CP57003
- {
- public ENCx_iscii_be() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_de : I18N.Other.CP57002
- {
- public ENCx_iscii_de() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_gu : I18N.Other.CP57010
- {
- public ENCx_iscii_gu() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ka : I18N.Other.CP57008
- {
- public ENCx_iscii_ka() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ma : I18N.Other.CP57009
- {
- public ENCx_iscii_ma() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_or : I18N.Other.CP57007
- {
- public ENCx_iscii_or() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_pa : I18N.Other.CP57011
- {
- public ENCx_iscii_pa() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ta : I18N.Other.CP57004
- {
- public ENCx_iscii_ta() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_te : I18N.Other.CP57005
- {
- public ENCx_iscii_te() { }
- }
- [System.SerializableAttribute]
- public abstract partial class ISCIIEncoding : I18N.Common.MonoEncoding
- {
- protected ISCIIEncoding(int codePage, int shift, string encodingName, string webName) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.5.2/I18N.Rare.cs b/src/v4.5.2/I18N.Rare.cs
deleted file mode 100644
index 5bedcdb..0000000
--- a/src/v4.5.2/I18N.Rare.cs
+++ /dev/null
@@ -1,530 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Rare
-{
- [System.SerializableAttribute]
- public partial class CP1026 : I18N.Common.ByteEncoding
- {
- public CP1026() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1047 : I18N.Common.ByteEncoding
- {
- public CP1047() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1140 : I18N.Common.ByteEncoding
- {
- public CP1140() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1141 : I18N.Common.ByteEncoding
- {
- public CP1141() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1142 : I18N.Common.ByteEncoding
- {
- public CP1142() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1143 : I18N.Common.ByteEncoding
- {
- public CP1143() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1144 : I18N.Common.ByteEncoding
- {
- public CP1144() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1145 : I18N.Common.ByteEncoding
- {
- public CP1145() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1146 : I18N.Common.ByteEncoding
- {
- public CP1146() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1147 : I18N.Common.ByteEncoding
- {
- public CP1147() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1148 : I18N.Common.ByteEncoding
- {
- public CP1148() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1149 : I18N.Common.ByteEncoding
- {
- public CP1149() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20273 : I18N.Common.ByteEncoding
- {
- public CP20273() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20277 : I18N.Common.ByteEncoding
- {
- public CP20277() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20278 : I18N.Common.ByteEncoding
- {
- public CP20278() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20280 : I18N.Common.ByteEncoding
- {
- public CP20280() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20284 : I18N.Common.ByteEncoding
- {
- public CP20284() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20285 : I18N.Common.ByteEncoding
- {
- public CP20285() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20290 : I18N.Common.ByteEncoding
- {
- public CP20290() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20297 : I18N.Common.ByteEncoding
- {
- public CP20297() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20420 : I18N.Common.ByteEncoding
- {
- public CP20420() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20424 : I18N.Common.ByteEncoding
- {
- public CP20424() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20871 : I18N.Common.ByteEncoding
- {
- public CP20871() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21025 : I18N.Common.ByteEncoding
- {
- public CP21025() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP37 : I18N.Common.ByteEncoding
- {
- public CP37() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP500 : I18N.Common.ByteEncoding
- {
- public CP500() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP708 : I18N.Common.ByteEncoding
- {
- public CP708() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP852 : I18N.Common.ByteEncoding
- {
- public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP855 : I18N.Common.ByteEncoding
- {
- public CP855() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP857 : I18N.Common.ByteEncoding
- {
- public CP857() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP858 : I18N.Common.ByteEncoding
- {
- public CP858() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP862 : I18N.Common.ByteEncoding
- {
- public CP862() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP864 : I18N.Common.ByteEncoding
- {
- public CP864() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP866 : I18N.Common.ByteEncoding
- {
- public CP866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP869 : I18N.Common.ByteEncoding
- {
- public CP869() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP870 : I18N.Common.ByteEncoding
- {
- public CP870() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP875 : I18N.Common.ByteEncoding
- {
- public CP875() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCasmo_708 : I18N.Rare.CP708
- {
- public ENCasmo_708() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm00858 : I18N.Rare.CP858
- {
- public ENCibm00858() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01140 : I18N.Rare.CP1140
- {
- public ENCibm01140() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01141 : I18N.Rare.CP1141
- {
- public ENCibm01141() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01142 : I18N.Rare.CP1142
- {
- public ENCibm01142() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01143 : I18N.Rare.CP1143
- {
- public ENCibm01143() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm037 : I18N.Rare.CP37
- {
- public ENCibm037() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1025 : I18N.Rare.CP21025
- {
- public ENCibm1025() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1026 : I18N.Rare.CP1026
- {
- public ENCibm1026() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1047 : I18N.Rare.CP1047
- {
- public ENCibm1047() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1144 : I18N.Rare.CP1144
- {
- public ENCibm1144() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1145 : I18N.Rare.CP1145
- {
- public ENCibm1145() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1146 : I18N.Rare.CP1146
- {
- public ENCibm1146() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1147 : I18N.Rare.CP1147
- {
- public ENCibm1147() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1148 : I18N.Rare.CP1148
- {
- public ENCibm1148() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1149 : I18N.Rare.CP1149
- {
- public ENCibm1149() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm273 : I18N.Rare.CP20273
- {
- public ENCibm273() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm277 : I18N.Rare.CP20277
- {
- public ENCibm277() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm278 : I18N.Rare.CP20278
- {
- public ENCibm278() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm280 : I18N.Rare.CP20280
- {
- public ENCibm280() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm284 : I18N.Rare.CP20284
- {
- public ENCibm284() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm285 : I18N.Rare.CP20285
- {
- public ENCibm285() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm290 : I18N.Rare.CP20290
- {
- public ENCibm290() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm297 : I18N.Rare.CP20297
- {
- public ENCibm297() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm420 : I18N.Rare.CP20420
- {
- public ENCibm420() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm424 : I18N.Rare.CP20424
- {
- public ENCibm424() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm500 : I18N.Rare.CP500
- {
- public ENCibm500() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm852 : I18N.Rare.CP852
- {
- public ENCibm852() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm855 : I18N.Rare.CP855
- {
- public ENCibm855() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm857 : I18N.Rare.CP857
- {
- public ENCibm857() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm862 : I18N.Rare.CP862
- {
- public ENCibm862() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm864 : I18N.Rare.CP864
- {
- public ENCibm864() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm866 : I18N.Rare.CP866
- {
- public ENCibm866() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm869 : I18N.Rare.CP869
- {
- public ENCibm869() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm870 : I18N.Rare.CP870
- {
- public ENCibm870() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm871 : I18N.Rare.CP20871
- {
- public ENCibm871() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm875 : I18N.Rare.CP875
- {
- public ENCibm875() { }
- }
-}
diff --git a/src/v4.5.2/I18N.West.cs b/src/v4.5.2/I18N.West.cs
deleted file mode 100644
index e2dd4ba..0000000
--- a/src/v4.5.2/I18N.West.cs
+++ /dev/null
@@ -1,222 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.West
-{
- [System.SerializableAttribute]
- public partial class CP10000 : I18N.Common.ByteEncoding
- {
- public CP10000() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP10079 : I18N.Common.ByteEncoding
- {
- public CP10079() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1250 : I18N.Common.ByteEncoding
- {
- public CP1250() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1252 : I18N.Common.ByteEncoding
- {
- public CP1252() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1253 : I18N.Common.ByteEncoding
- {
- public CP1253() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28592 : I18N.Common.ByteEncoding
- {
- public CP28592() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28593 : I18N.Common.ByteEncoding
- {
- public CP28593() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28597 : I18N.Common.ByteEncoding
- {
- public CP28597() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28605 : I18N.Common.ByteEncoding
- {
- public CP28605() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP437 : I18N.Common.ByteEncoding
- {
- public CP437() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP850 : I18N.Common.ByteEncoding
- {
- public CP850() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP860 : I18N.Common.ByteEncoding
- {
- public CP860() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP861 : I18N.Common.ByteEncoding
- {
- public CP861() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP863 : I18N.Common.ByteEncoding
- {
- public CP863() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP865 : I18N.Common.ByteEncoding
- {
- public CP865() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm437 : I18N.West.CP437
- {
- public ENCibm437() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm850 : I18N.West.CP850
- {
- public ENCibm850() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm860 : I18N.West.CP860
- {
- public ENCibm860() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm861 : I18N.West.CP861
- {
- public ENCibm861() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm863 : I18N.West.CP863
- {
- public ENCibm863() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm865 : I18N.West.CP865
- {
- public ENCibm865() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_15 : I18N.West.CP28605
- {
- public ENCiso_8859_15() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_2 : I18N.West.CP28592
- {
- public ENCiso_8859_2() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_3 : I18N.West.CP28593
- {
- public ENCiso_8859_3() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_7 : I18N.West.CP28597
- {
- public ENCiso_8859_7() { }
- }
- [System.SerializableAttribute]
- public partial class ENCmacintosh : I18N.West.CP10000
- {
- public ENCmacintosh() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1250 : I18N.West.CP1250
- {
- public ENCwindows_1250() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1252 : I18N.West.CP1252
- {
- public ENCwindows_1252() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1253 : I18N.West.CP1253
- {
- public ENCwindows_1253() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_mac_icelandic : I18N.West.CP10079
- {
- public ENCx_mac_icelandic() { }
- }
-}
diff --git a/src/v4.5.2/I18N.cs b/src/v4.5.2/I18N.cs
deleted file mode 100644
index 3ab8d52..0000000
--- a/src/v4.5.2/I18N.cs
+++ /dev/null
@@ -1,173 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Common
-{
- [System.SerializableAttribute]
- public abstract partial class ByteEncoding : I18N.Common.MonoEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected unsafe abstract void ToBytes(char* chars, int charCount, byte* bytes, int byteCount);
- protected virtual void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- [System.SerializableAttribute]
- public abstract partial class ByteSafeEncoding : I18N.Common.MonoSafeEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteSafeEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected abstract void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
- protected virtual void ToBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- public sealed partial class Handlers
- {
- public static readonly string[] List;
- public Handlers() { }
- public static string GetAlias(string name) { throw null; }
- }
- public partial class Manager
- {
- internal Manager() { }
- public static I18N.Common.Manager PrimaryManager { get { throw null; } }
- public System.Globalization.CultureInfo GetCulture(int culture, bool useUserOverride) { throw null; }
- public System.Globalization.CultureInfo GetCulture(string name, bool useUserOverride) { throw null; }
- public System.Text.Encoding GetEncoding(int codePage) { throw null; }
- public System.Text.Encoding GetEncoding(string name) { throw null; }
- }
- public abstract partial class MonoEncoder : System.Text.Encoder
- {
- public MonoEncoder(I18N.Common.MonoEncoding encoding) { }
- public override int GetByteCount(char[] chars, int index, int count, bool refresh) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount, bool refresh);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount, bool refresh);
- public unsafe void HandleFallback(char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoEncoding : System.Text.Encoding
- {
- public MonoEncoding(int codePage) { }
- public MonoEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount);
- protected unsafe virtual int GetBytesInternal(char* chars, int charCount, byte* bytes, int byteCount, bool flush, object state) { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount) { }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public partial class MonoEncodingDefaultEncoder : I18N.Common.ReferenceSourceDefaultEncoder
- {
- public MonoEncodingDefaultEncoder(System.Text.Encoding encoding) : base (default(System.Text.Encoding)) { }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public unsafe override void Convert(char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public override void Convert(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- }
- public abstract partial class MonoSafeEncoder : System.Text.Encoder
- {
- public MonoSafeEncoder(I18N.Common.MonoSafeEncoding encoding) { }
- public void HandleFallback(char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoSafeEncoding : System.Text.Encoding
- {
- public MonoSafeEncoding(int codePage) { }
- public MonoSafeEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- protected virtual int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public partial class ReferenceSourceDefaultEncoder : System.Text.Encoder, System.Runtime.Serialization.IObjectReference
- {
- public ReferenceSourceDefaultEncoder(System.Text.Encoding encoding) { }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetByteCount(char* chars, int count, bool flush) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public object GetRealObject(System.Runtime.Serialization.StreamingContext context) { throw null; }
- }
- public sealed partial class Strings
- {
- public Strings() { }
- public static string GetString(string tag) { throw null; }
- }
-}
diff --git a/src/v4.5.2/IBM.Data.DB2.cs b/src/v4.5.2/IBM.Data.DB2.cs
deleted file mode 100644
index 9561518..0000000
--- a/src/v4.5.2/IBM.Data.DB2.cs
+++ /dev/null
@@ -1,298 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace IBM.Data.DB2
-{
- public partial class DB2ClientUtils
- {
- public DB2ClientUtils() { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message) { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message, IBM.Data.DB2.DB2Connection connection) { }
- }
- public partial class DB2Command : System.ComponentModel.Component, System.Data.IDbCommand, System.ICloneable, System.IDisposable
- {
- public DB2Command() { }
- public DB2Command(string commandStr) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Transaction trans) { }
- public string CommandText { get { throw null; } set { } }
- public int CommandTimeout { get { throw null; } set { } }
- public System.Data.CommandType CommandType { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Connection Connection { get { throw null; } set { } }
- public IBM.Data.DB2.DB2ParameterCollection Parameters { get { throw null; } }
- public bool SelfDescribe { get { throw null; } set { } }
- public System.IntPtr statementHandle { get { throw null; } }
- System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
- System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
- System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Transaction Transaction { get { throw null; } set { } }
- public System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public void Cancel() { }
- public System.Data.IDbDataParameter CreateParameter() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- public int ExecuteNonQuery() { throw null; }
- public void ExecuteNonQueryInternal(System.Data.CommandBehavior behavior) { }
- public IBM.Data.DB2.DB2DataReader ExecuteReader() { throw null; }
- public IBM.Data.DB2.DB2DataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public object ExecuteScalar() { throw null; }
- ~DB2Command() { }
- public void Prepare() { }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2CommandBuilder : System.ComponentModel.Component
- {
- public DB2CommandBuilder() { }
- public DB2CommandBuilder(IBM.Data.DB2.DB2DataAdapter adapter) { }
- public IBM.Data.DB2.DB2DataAdapter DataAdapter { get { throw null; } set { } }
- public string QuotePrefix { get { throw null; } set { } }
- public string QuoteSuffix { get { throw null; } set { } }
- public static void DeriveParameters(IBM.Data.DB2.DB2Command command) { }
- protected override void Dispose(bool disposing) { }
- public IBM.Data.DB2.DB2Command GetDeleteCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetInsertCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetUpdateCommand() { throw null; }
- public void RefreshSchema() { }
- }
- public partial class DB2Connection : System.ComponentModel.Component, System.Data.IDbConnection, System.ICloneable, System.IDisposable
- {
- public DB2Connection() { }
- public DB2Connection(string conString) { }
- public string ConnectionString { get { throw null; } set { } }
- public int ConnectionTimeout { get { throw null; } set { } }
- public string Database { get { throw null; } }
- public System.Data.ConnectionState State { get { throw null; } }
- public event IBM.Data.DB2.DB2InfoMessageEventHandler InfoMessage { add { } remove { } }
- public event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public IBM.Data.DB2.DB2Transaction BeginTransaction() { throw null; }
- public IBM.Data.DB2.DB2Transaction BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- public void ChangeDatabase(string newDBName) { }
- public void Close() { }
- public IBM.Data.DB2.DB2Command CreateCommand() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- ~DB2Connection() { }
- public void Open() { }
- public static void ReleaseObjectPool() { }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2DataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter
- {
- public DB2DataAdapter() { }
- public DB2DataAdapter(IBM.Data.DB2.DB2Command selectCommand) { }
- public DB2DataAdapter(string selectCommandText, IBM.Data.DB2.DB2Connection selectConnection) { }
- public DB2DataAdapter(string selectCommandText, string selectConnectionString) { }
- public new IBM.Data.DB2.DB2Command DeleteCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command InsertCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command SelectCommand { get { throw null; } set { } }
- System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command UpdateCommand { get { throw null; } set { } }
- public event IBM.Data.DB2.DB2RowUpdatedEventHandler RowUpdated { add { } remove { } }
- public event IBM.Data.DB2.DB2RowUpdatingEventHandler RowUpdating { add { } remove { } }
- protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class DB2DataReader : System.MarshalByRefObject, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
- {
- internal DB2DataReader() { }
- public int Depth { get { throw null; } }
- public int FieldCount { get { throw null; } }
- public bool HasRows { get { throw null; } }
- public bool IsClosed { get { throw null; } }
- public object this[int col] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public int RecordsAffected { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- ~DB2DataReader() { }
- public bool GetBoolean(int col) { throw null; }
- public byte GetByte(int col) { throw null; }
- public long GetBytes(int col, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public char GetChar(int col) { throw null; }
- public long GetChars(int col, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
- public System.Data.IDataReader GetData(int col) { throw null; }
- public string GetDataTypeName(int col) { throw null; }
- public System.DateTime GetDate(int col) { throw null; }
- public System.DateTime GetDateTime(int col) { throw null; }
- public decimal GetDecimal(int col) { throw null; }
- public double GetDouble(int col) { throw null; }
- public System.Type GetFieldType(int col) { throw null; }
- public float GetFloat(int col) { throw null; }
- public System.Guid GetGuid(int col) { throw null; }
- public short GetInt16(int col) { throw null; }
- public int GetInt32(int col) { throw null; }
- public long GetInt64(int col) { throw null; }
- public string GetName(int col) { throw null; }
- public int GetOrdinal(string name) { throw null; }
- public System.Data.DataTable GetSchemaTable() { throw null; }
- public string GetString(int col) { throw null; }
- public object GetStringInternal(int col) { throw null; }
- public System.TimeSpan GetTime(int col) { throw null; }
- public System.TimeSpan GetTimeSpan(int col) { throw null; }
- public object GetValue(int col) { throw null; }
- public int GetValues(object[] values) { throw null; }
- public bool IsDBNull(int col) { throw null; }
- public bool NextResult() { throw null; }
- public bool Read() { throw null; }
- }
- public sealed partial class DB2Error
- {
- internal DB2Error() { }
- public string Message { get { throw null; } }
- public int NativeError { get { throw null; } }
- public string Source { get { throw null; } }
- public string SQLState { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DB2ErrorCollection : System.Collections.CollectionBase
- {
- public DB2ErrorCollection(short sqlHandleType, System.IntPtr sqlHandle) { }
- public IBM.Data.DB2.DB2Error this[int index] { get { throw null; } }
- public void CopyTo(IBM.Data.DB2.DB2Error[] array, int index) { }
- public new IBM.Data.DB2.DB2ErrorCollection.DB2ErrorEnumerator GetEnumerator() { throw null; }
- public partial class DB2ErrorEnumerator : System.Collections.IEnumerator
- {
- public DB2ErrorEnumerator(IBM.Data.DB2.DB2ErrorCollection mappings) { }
- public IBM.Data.DB2.DB2Error Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class DB2Exception : System.Exception
- {
- internal DB2Exception() { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public override string Message { get { throw null; } }
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public sealed partial class DB2InfoMessageEventArgs : System.EventArgs
- {
- public DB2InfoMessageEventArgs(IBM.Data.DB2.DB2ErrorCollection errors) { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public delegate void DB2InfoMessageEventHandler(object sender, IBM.Data.DB2.DB2InfoMessageEventArgs e);
- public sealed partial class DB2Parameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
- {
- public DB2Parameter() { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size) { }
- public DB2Parameter(string parameterName, IBM.Data.DB2.DB2Type db2Type, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size, string sourceColumn) { }
- public DB2Parameter(string parameterName, object value) { }
- public IBM.Data.DB2.DB2Type DB2Type { get { throw null; } set { } }
- public System.Data.DbType DbType { get { throw null; } set { } }
- public System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public bool IsNullable { get { throw null; } set { } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string SourceColumn { get { throw null; } set { } }
- public System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- object System.ICloneable.Clone() { throw null; }
- }
- public partial class DB2ParameterCollection : System.Collections.ArrayList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
- {
- public DB2ParameterCollection() { }
- public new IBM.Data.DB2.DB2Parameter this[int index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter this[string index] { get { throw null; } set { } }
- object System.Data.IDataParameterCollection.this[string index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter Add(IBM.Data.DB2.DB2Parameter value) { throw null; }
- public override int Add(object obj) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type type) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size, string sourceColumn) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, object value) { throw null; }
- public bool Contains(string paramName) { throw null; }
- public int IndexOf(string paramName) { throw null; }
- public void RemoveAt(string paramName) { }
- }
- public sealed partial class DB2RowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
- {
- public DB2RowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } }
- }
- public delegate void DB2RowUpdatedEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatedEventArgs e);
- public sealed partial class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
- {
- public DB2RowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } set { } }
- }
- public delegate void DB2RowUpdatingEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatingEventArgs e);
- public sealed partial class DB2Transaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
- {
- internal DB2Transaction() { }
- public System.Data.IDbConnection Connection { get { throw null; } }
- public System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public void Commit() { }
- public void Dispose() { }
- public void Rollback() { }
- }
- public enum DB2Type
- {
- BigInt = 3,
- Binary = 15,
- Blob = 22,
- Char = 12,
- Clob = 21,
- Datalink = 24,
- Date = 9,
- DbClob = 23,
- Decimal = 7,
- Double = 5,
- Float = 6,
- Graphic = 18,
- Integer = 2,
- Invalid = 0,
- LongVarBinary = 17,
- LongVarChar = 14,
- LongVarGraphic = 20,
- Numeric = 8,
- Real = 4,
- RowId = 25,
- SmallInt = 1,
- Time = 10,
- Timestamp = 11,
- VarBinary = 16,
- VarChar = 13,
- VarGraphic = 19,
- XmlReader = 26,
- }
- public partial class DB2TypeConverter
- {
- public DB2TypeConverter() { }
- public static System.Type GetManagedType(int sql_type) { throw null; }
- }
-}
diff --git a/src/v4.5.2/ICSharpCode.SharpZipLib.cs b/src/v4.5.2/ICSharpCode.SharpZipLib.cs
deleted file mode 100644
index b41a74c..0000000
--- a/src/v4.5.2/ICSharpCode.SharpZipLib.cs
+++ /dev/null
@@ -1,963 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.84.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright 2001-2005 Mike Krueger")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("A free C# compression library")]
-[assembly:System.Reflection.AssemblyProductAttribute("#ZipLibrary")]
-[assembly:System.Reflection.AssemblyTitleAttribute("ICSharpCode.SharpZipLibrary")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace ICSharpCode.SharpZipLib
-{
- public partial class SharpZipBaseException : System.ApplicationException
- {
- public SharpZipBaseException() { }
- public SharpZipBaseException(string msg) { }
- public SharpZipBaseException(string message, System.Exception innerException) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.BZip2
-{
- public sealed partial class BZip2
- {
- public BZip2() { }
- public static void Compress(System.IO.Stream instream, System.IO.Stream outstream, int blockSize) { }
- public static void Decompress(System.IO.Stream instream, System.IO.Stream outstream) { }
- }
- public sealed partial class BZip2Constants
- {
- internal BZip2Constants() { }
- public static readonly int baseBlockSize;
- public static readonly int G_SIZE;
- public static readonly int MAX_ALPHA_SIZE;
- public static readonly int MAX_CODE_LEN;
- public static readonly int MAX_SELECTORS;
- public static readonly int NUM_OVERSHOOT_BYTES;
- public static readonly int N_GROUPS;
- public static readonly int N_ITERS;
- public static readonly int[] rNums;
- public static readonly int RUNA;
- public static readonly int RUNB;
- }
- public partial class BZip2Exception : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public BZip2Exception() { }
- public BZip2Exception(string message) { }
- }
- public partial class BZip2InputStream : System.IO.Stream
- {
- public BZip2InputStream(System.IO.Stream stream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- public override int Read(byte[] b, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class BZip2OutputStream : System.IO.Stream
- {
- public BZip2OutputStream(System.IO.Stream stream) { }
- public BZip2OutputStream(System.IO.Stream stream, int blockSize) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~BZip2OutputStream() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bv) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Checksums
-{
- public sealed partial class Adler32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Adler32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public sealed partial class Crc32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Crc32() { }
- public long Value { get { throw null; } set { } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] buffer);
- void Update(byte[] buf, int off, int len);
- void Update(int bval);
- }
- public partial class StrangeCRC : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public StrangeCRC() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int inCh) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Core
-{
- public partial class DirectoryEventArgs : ICSharpCode.SharpZipLib.Core.ScanEventArgs
- {
- public DirectoryEventArgs(string name, bool hasMatchingFiles) : base (default(string)) { }
- public bool HasMatchingFiles { get { throw null; } }
- }
- public delegate void DirectoryFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public delegate void FileFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public partial class FileSystemScanner
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter) { }
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter, ICSharpCode.SharpZipLib.Core.IScanFilter directoryFilter) { }
- public FileSystemScanner(string filter) { }
- public FileSystemScanner(string fileFilter, string directoryFilter) { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- public void Scan(string directory, bool recurse) { }
- }
- public partial interface INameTransform
- {
- string TransformDirectory(string name);
- string TransformFile(string name);
- }
- public partial interface IScanFilter
- {
- bool IsMatch(string name);
- }
- public partial class NameAndSizeFilter : ICSharpCode.SharpZipLib.Core.PathFilter
- {
- public NameAndSizeFilter(string filter, long minSize, long maxSize) : base (default(string)) { }
- public long MaxSize { get { throw null; } set { } }
- public long MinSize { get { throw null; } set { } }
- public override bool IsMatch(string fileName) { throw null; }
- }
- public partial class NameFilter
- {
- public NameFilter(string filter) { }
- public bool IsExcluded(string testValue) { throw null; }
- public bool IsIncluded(string testValue) { throw null; }
- public bool IsMatch(string testValue) { throw null; }
- public static bool IsValidExpression(string e) { throw null; }
- public static bool IsValidFilterExpression(string toTest) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PathFilter : ICSharpCode.SharpZipLib.Core.IScanFilter
- {
- public PathFilter(string filter) { }
- public virtual bool IsMatch(string name) { throw null; }
- }
- public delegate void ProcessDirectoryDelegate(object Sender, ICSharpCode.SharpZipLib.Core.DirectoryEventArgs e);
- public delegate void ProcessFileDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanEventArgs e);
- public partial class ScanEventArgs : System.EventArgs
- {
- public ScanEventArgs(string name) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public string Name { get { throw null; } }
- }
- public partial class ScanFailureEventArgs
- {
- public ScanFailureEventArgs(string name, System.Exception e) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public System.Exception Exception { get { throw null; } }
- public string Name { get { throw null; } }
- }
-}
-namespace ICSharpCode.SharpZipLib.Encryption
-{
- public abstract partial class PkzipClassic : System.Security.Cryptography.SymmetricAlgorithm
- {
- protected PkzipClassic() { }
- public static byte[] GenerateKeys(byte[] seed) { throw null; }
- }
- public sealed partial class PkzipClassicManaged : ICSharpCode.SharpZipLib.Encryption.PkzipClassic
- {
- public PkzipClassicManaged() { }
- public override int BlockSize { get { throw null; } set { } }
- public override byte[] Key { get { throw null; } set { } }
- public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw null; } }
- public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- }
-}
-namespace ICSharpCode.SharpZipLib.GZip
-{
- public partial class GZipConstants
- {
- internal GZipConstants() { }
- public const int FCOMMENT = 16;
- public const int FEXTRA = 4;
- public const int FHCRC = 2;
- public const int FNAME = 8;
- public const int FTEXT = 1;
- public static readonly int GZIP_MAGIC;
- }
- public partial class GZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public GZipException() { }
- public GZipException(string message) { }
- }
- public partial class GZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- protected bool eos;
- public GZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public GZipInputStream(System.IO.Stream baseInputStream, int size) : base (default(System.IO.Stream)) { }
- public override int Read(byte[] buf, int offset, int len) { throw null; }
- }
- public partial class GZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- public GZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public GZipOutputStream(System.IO.Stream baseOutputStream, int size) : base (default(System.IO.Stream)) { }
- public override void Close() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void SetLevel(int level) { }
- public override void Write(byte[] buf, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Tar
-{
- public partial class InvalidHeaderException : ICSharpCode.SharpZipLib.Tar.TarException
- {
- public InvalidHeaderException() { }
- public InvalidHeaderException(string msg) { }
- }
- public delegate void ProgressMessageHandler(ICSharpCode.SharpZipLib.Tar.TarArchive archive, ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message);
- public partial class TarArchive
- {
- protected TarArchive() { }
- public bool ApplyUserInfoOverrides { get { throw null; } set { } }
- public int GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string PathPrefix { get { throw null; } set { } }
- public int RecordSize { get { throw null; } }
- public string RootPath { get { throw null; } set { } }
- public int UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public event ICSharpCode.SharpZipLib.Tar.ProgressMessageHandler ProgressMessageEvent { add { } remove { } }
- public void CloseArchive() { }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public void ExtractContents(string destDir) { }
- public void ListContents() { }
- protected virtual void OnProgressMessageEvent(ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message) { }
- public void SetAsciiTranslation(bool asciiTranslate) { }
- public void SetKeepOldFiles(bool keepOldFiles) { }
- public void SetUserInfo(int userId, string userName, int groupId, string groupName) { }
- public void WriteEntry(ICSharpCode.SharpZipLib.Tar.TarEntry sourceEntry, bool recurse) { }
- }
- public partial class TarBuffer
- {
- public const int BlockSize = 512;
- public const int DefaultBlockFactor = 20;
- public const int DefaultRecordSize = 10240;
- protected TarBuffer() { }
- public int BlockFactor { get { throw null; } }
- public int RecordSize { get { throw null; } }
- public void Close() { }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public int GetBlockFactor() { throw null; }
- public int GetCurrentBlockNum() { throw null; }
- public int GetCurrentRecordNum() { throw null; }
- public int GetRecordSize() { throw null; }
- public bool IsEOFBlock(byte[] block) { throw null; }
- public byte[] ReadBlock() { throw null; }
- public void SkipBlock() { }
- public void WriteBlock(byte[] block) { }
- public void WriteBlock(byte[] buf, int offset) { }
- }
- public partial class TarEntry : System.ICloneable
- {
- public TarEntry(ICSharpCode.SharpZipLib.Tar.TarHeader header) { }
- public TarEntry(byte[] headerBuf) { }
- public string File { get { throw null; } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Tar.TarHeader TarHeader { get { throw null; } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public void AdjustEntryName(byte[] outbuf, string newName) { }
- public object Clone() { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateTarEntry(string name) { throw null; }
- public override bool Equals(object it) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry[] GetDirectoryEntries() { throw null; }
- public void GetFileTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string file) { }
- public override int GetHashCode() { throw null; }
- public bool IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry desc) { throw null; }
- public void NameTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string name) { }
- public void SetIds(int userId, int groupId) { }
- public void SetNames(string userName, string groupName) { }
- public void WriteEntryHeader(byte[] outbuf) { }
- }
- public partial class TarException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public TarException() { }
- public TarException(string message) { }
- }
- public partial class TarHeader : System.ICloneable
- {
- public static readonly int CHKSUMLEN;
- public const int CHKSUMOFS = 148;
- public static readonly int DEVLEN;
- public static readonly int GIDLEN;
- public static readonly int GNAMELEN;
- public static readonly string GNU_TMAGIC;
- public const byte LF_ACL = (byte)65;
- public const byte LF_BLK = (byte)52;
- public const byte LF_CHR = (byte)51;
- public const byte LF_CONTIG = (byte)55;
- public const byte LF_DIR = (byte)53;
- public const byte LF_EXTATTR = (byte)69;
- public const byte LF_FIFO = (byte)54;
- public const byte LF_GHDR = (byte)103;
- public const byte LF_GNU_DUMPDIR = (byte)68;
- public const byte LF_GNU_LONGLINK = (byte)75;
- public const byte LF_GNU_LONGNAME = (byte)76;
- public const byte LF_GNU_MULTIVOL = (byte)77;
- public const byte LF_GNU_NAMES = (byte)78;
- public const byte LF_GNU_SPARSE = (byte)83;
- public const byte LF_GNU_VOLHDR = (byte)86;
- public const byte LF_LINK = (byte)49;
- public const byte LF_META = (byte)73;
- public const byte LF_NORMAL = (byte)48;
- public const byte LF_OLDNORM = (byte)0;
- public const byte LF_SYMLINK = (byte)50;
- public static readonly byte LF_XHDR;
- public static readonly int MAGICLEN;
- public static readonly int MODELEN;
- public static readonly int MODTIMELEN;
- public static readonly int NAMELEN;
- public static readonly int SIZELEN;
- public static readonly string TMAGIC;
- public static readonly int UIDLEN;
- public static readonly int UNAMELEN;
- public static readonly int VERSIONLEN;
- public TarHeader() { }
- public int Checksum { get { throw null; } }
- public int DevMajor { get { throw null; } set { } }
- public int DevMinor { get { throw null; } set { } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsChecksumValid { get { throw null; } }
- public string LinkName { get { throw null; } set { } }
- public string Magic { get { throw null; } set { } }
- public int Mode { get { throw null; } set { } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public byte TypeFlag { get { throw null; } set { } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static int GetAsciiBytes(string toAdd, int nameOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetLongOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- [System.ObsoleteAttribute]
- public string GetName() { throw null; }
- public static int GetNameBytes(string name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(string name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- public void ParseBuffer(byte[] header) { }
- public static System.Text.StringBuilder ParseName(byte[] header, int offset, int length) { throw null; }
- public static long ParseOctal(byte[] header, int offset, int length) { throw null; }
- public static void ResetValueDefaults() { }
- public static void SetValueDefaults(int userId, string userName, int groupId, string groupName) { }
- public void WriteHeader(byte[] outbuf) { }
- }
- public partial class TarInputStream : System.IO.Stream
- {
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected ICSharpCode.SharpZipLib.Tar.TarEntry currEntry;
- protected ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory eFactory;
- protected long entryOffset;
- protected long entrySize;
- protected bool hasHitEOF;
- protected byte[] readBuf;
- public TarInputStream(System.IO.Stream inputStream) { }
- public TarInputStream(System.IO.Stream inputStream, int blockFactor) { }
- public long Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsMarkSupported { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CopyEntryContents(System.IO.Stream outputStream) { }
- public override void Flush() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry GetNextEntry() { throw null; }
- public int GetRecordSize() { throw null; }
- public void Mark(int markLimit) { }
- public override int Read(byte[] outputBuffer, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public void Reset() { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SetEntryFactory(ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory factory) { }
- public override void SetLength(long val) { }
- public void Skip(long numToSkip) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- public partial class EntryFactoryAdapter : ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory
- {
- public EntryFactoryAdapter() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- }
- public partial interface IEntryFactory
- {
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName);
- }
- }
- public partial class TarOutputStream : System.IO.Stream
- {
- protected byte[] assemBuf;
- protected int assemLen;
- protected byte[] blockBuf;
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected long currBytes;
- protected long currSize;
- protected bool debug;
- protected System.IO.Stream outputStream;
- public TarOutputStream(System.IO.Stream outputStream) { }
- public TarOutputStream(System.IO.Stream outputStream, int blockFactor) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CloseEntry() { }
- public void Finish() { }
- public override void Flush() { }
- public int GetRecordSize() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Tar.TarEntry entry) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] wBuf, int wOffset, int numToWrite) { }
- public override void WriteByte(byte b) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip
-{
- public enum CompressionMethod
- {
- BZip2 = 11,
- Deflate64 = 9,
- Deflated = 8,
- Stored = 0,
- WinZipAES = 99,
- }
- public partial class FastZip
- {
- public FastZip() { }
- public FastZip(ICSharpCode.SharpZipLib.Zip.FastZipEvents events) { }
- public bool CreateEmptyDirectories { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.ZipNameTransform NameTransform { get { throw null; } set { } }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter) { }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, ICSharpCode.SharpZipLib.Zip.FastZip.Overwrite overwrite, ICSharpCode.SharpZipLib.Zip.FastZip.ConfirmOverwriteDelegate confirmDelegate, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, string fileFilter) { }
- public delegate bool ConfirmOverwriteDelegate(string fileName);
- public enum Overwrite
- {
- Always = 2,
- Never = 1,
- Prompt = 0,
- }
- }
- public partial class FastZipEvents
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FastZipEvents() { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- }
- public partial class KeysRequiredEventArgs : System.EventArgs
- {
- public KeysRequiredEventArgs(string name) { }
- public KeysRequiredEventArgs(string name, byte[] keyValue) { }
- public string FileName { get { throw null; } }
- public byte[] Key { get { throw null; } set { } }
- }
- public sealed partial class ZipConstants
- {
- public const int CENATT = 36;
- public const int CENATX = 38;
- public const int CENCOM = 32;
- public const int CENCRC = 16;
- public const int CENDIGITALSIG = 84233040;
- public const int CENDSK = 34;
- public const int CENEXT = 30;
- public const int CENFLG = 8;
- public const int CENHDR = 46;
- public const int CENHOW = 10;
- public const int CENLEN = 24;
- public const int CENNAM = 28;
- public const int CENOFF = 42;
- public const int CENSIG = 33639248;
- public const int CENSIG64 = 101075792;
- public const int CENSIZ = 20;
- public const int CENTIM = 12;
- public const int CENVEM = 4;
- public const int CENVER = 6;
- public const int CRYPTO_HEADER_SIZE = 12;
- public const int ENDCOM = 20;
- public const int ENDDCD = 6;
- public const int ENDHDR = 22;
- public const int ENDNRD = 4;
- public const int ENDOFF = 16;
- public const int ENDSIG = 101010256;
- public const int ENDSIZ = 12;
- public const int ENDSUB = 8;
- public const int ENDTOT = 10;
- public const int EXTCRC = 4;
- public const int EXTHDR = 16;
- public const int EXTLEN = 12;
- public const int EXTSIG = 134695760;
- public const int EXTSIZ = 8;
- public const int LOCCRC = 14;
- public const int LOCEXT = 28;
- public const int LOCFLG = 6;
- public const int LOCHDR = 30;
- public const int LOCHOW = 8;
- public const int LOCLEN = 22;
- public const int LOCNAM = 26;
- public const int LOCSIG = 67324752;
- public const int LOCSIZ = 18;
- public const int LOCTIM = 10;
- public const int LOCVER = 4;
- public const int SPANNINGSIG = 134695760;
- public const int SPANTEMPSIG = 808471376;
- public const int VERSION_MADE_BY = 20;
- public const int VERSION_STRONG_ENCRYPTION = 50;
- public ZipConstants() { }
- public static int DefaultCodePage { get { throw null; } set { } }
- public static byte[] ConvertToArray(string str) { throw null; }
- public static string ConvertToString(byte[] data) { throw null; }
- public static string ConvertToString(byte[] data, int length) { throw null; }
- }
- public partial class ZipEntry : System.ICloneable
- {
- public ZipEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry e) { }
- public ZipEntry(string name) { }
- public string Comment { get { throw null; } set { } }
- public long CompressedSize { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.CompressionMethod CompressionMethod { get { throw null; } set { } }
- public long Crc { get { throw null; } set { } }
- public System.DateTime DateTime { get { throw null; } set { } }
- public long DosTime { get { throw null; } set { } }
- public int ExternalFileAttributes { get { throw null; } set { } }
- public byte[] ExtraData { get { throw null; } set { } }
- public int Flags { get { throw null; } set { } }
- public int HostSystem { get { throw null; } }
- public bool IsCrypted { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFile { get { throw null; } }
- public string Name { get { throw null; } }
- public int Offset { get { throw null; } set { } }
- public bool RequiresZip64 { get { throw null; } }
- public long Size { get { throw null; } set { } }
- public int Version { get { throw null; } }
- public int VersionMadeBy { get { throw null; } }
- public int ZipFileIndex { get { throw null; } set { } }
- public static string CleanName(string name) { throw null; }
- public static string CleanName(string name, bool relativePath) { throw null; }
- public object Clone() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public ZipException() { }
- public ZipException(string msg) { }
- }
- public partial class ZipFile : System.Collections.IEnumerable
- {
- public ICSharpCode.SharpZipLib.Zip.ZipFile.KeysRequiredEventHandler KeysRequired;
- public ZipFile(System.IO.FileStream file) { }
- public ZipFile(System.IO.Stream baseStream) { }
- public ZipFile(string name) { }
- [System.Runtime.CompilerServices.IndexerName("EntryByIndex")]
- public ICSharpCode.SharpZipLib.Zip.ZipEntry this[int index] { get { throw null; } }
- public string Name { get { throw null; } }
- public string Password { set { } }
- public int Size { get { throw null; } }
- public string ZipFileComment { get { throw null; } }
- public void Close() { }
- public int FindEntry(string name, bool ignoreCase) { throw null; }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetEntry(string name) { throw null; }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public System.IO.Stream GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { throw null; }
- public System.IO.Stream GetInputStream(int entryIndex) { throw null; }
- public bool TestArchive(bool testData) { throw null; }
- public delegate void KeysRequiredEventHandler(object sender, ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs e);
- }
- public partial class ZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- public ZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public override int Available { get { throw null; } }
- public bool CanDecompressEntry { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public int BodyRead(byte[] b, int off, int len) { throw null; }
- public override void Close() { }
- public void CloseEntry() { }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetNextEntry() { throw null; }
- public override int Read(byte[] destination, int index, int count) { throw null; }
- public override int ReadByte() { throw null; }
- }
- public partial class ZipNameTransform : ICSharpCode.SharpZipLib.Core.INameTransform
- {
- public ZipNameTransform() { }
- public ZipNameTransform(bool useRelativePaths) { }
- public ZipNameTransform(bool useRelativePaths, string trimPrefix) { }
- public string TrimPrefix { get { throw null; } set { } }
- public string TransformDirectory(string name) { throw null; }
- public string TransformFile(string name) { throw null; }
- }
- public partial class ZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- public ZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public bool IsFinished { get { throw null; } }
- public void CloseEntry() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { }
- public void SetComment(string comment) { }
- public void SetLevel(int level) { }
- public override void Write(byte[] b, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression
-{
- public partial class Deflater
- {
- public static int BEST_COMPRESSION;
- public static int BEST_SPEED;
- public static int DEFAULT_COMPRESSION;
- public static int DEFLATED;
- public static int NO_COMPRESSION;
- public Deflater() { }
- public Deflater(int lvl) { }
- public Deflater(int level, bool noZlibHeaderOrFooter) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public long TotalOut { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public int Deflate(byte[] output, int offset, int length) { throw null; }
- public void Finish() { }
- public void Flush() { }
- public int GetLevel() { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] dict) { }
- public void SetDictionary(byte[] dict, int offset, int length) { }
- public void SetInput(byte[] input) { }
- public void SetInput(byte[] input, int off, int len) { }
- public void SetLevel(int lvl) { }
- public void SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy strategy) { }
- }
- public partial class DeflaterConstants
- {
- public static int[] COMPR_FUNC;
- public const bool DEBUGGING = false;
- public const int DEFAULT_MEM_LEVEL = 8;
- public const int DEFLATE_FAST = 1;
- public const int DEFLATE_SLOW = 2;
- public const int DEFLATE_STORED = 0;
- public const int DYN_TREES = 2;
- public static int[] GOOD_LENGTH;
- public const int HASH_BITS = 15;
- public const int HASH_MASK = 32767;
- public const int HASH_SHIFT = 5;
- public const int HASH_SIZE = 32768;
- public static int MAX_BLOCK_SIZE;
- public static int[] MAX_CHAIN;
- public const int MAX_DIST = 32506;
- public static int[] MAX_LAZY;
- public const int MAX_MATCH = 258;
- public const int MAX_WBITS = 15;
- public const int MIN_LOOKAHEAD = 262;
- public const int MIN_MATCH = 3;
- public static int[] NICE_LENGTH;
- public const int PENDING_BUF_SIZE = 65536;
- public const int PRESET_DICT = 32;
- public const int STATIC_TREES = 1;
- public const int STORED_BLOCK = 0;
- public const int WMASK = 32767;
- public const int WSIZE = 32768;
- public DeflaterConstants() { }
- }
- public partial class DeflaterEngine : ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants
- {
- public DeflaterEngine(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public int Adler { get { throw null; } }
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy Strategy { get { throw null; } set { } }
- public int TotalIn { get { throw null; } }
- public bool Deflate(bool flush, bool finish) { throw null; }
- public void FillWindow() { }
- public bool NeedsInput() { throw null; }
- public void Reset() { }
- public void ResetAdler() { }
- public void SetDictionary(byte[] buffer, int offset, int length) { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SetLevel(int lvl) { }
- }
- public partial class DeflaterHuffman
- {
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending;
- public DeflaterHuffman(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public static short BitReverse(int toReverse) { throw null; }
- public void CompressBlock() { }
- public void FlushBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public void FlushStoredBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public bool IsFull() { throw null; }
- public void Reset() { }
- public void SendAllTrees(int blTreeCodes) { }
- public bool TallyDist(int dist, int len) { throw null; }
- public bool TallyLit(int lit) { throw null; }
- public partial class Tree
- {
- public short[] freqs;
- public byte[] length;
- public int minNumCodes;
- public int numCodes;
- public Tree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman dh, int elems, int minCodes, int maxLength) { }
- public void BuildCodes() { }
- public void BuildTree() { }
- public void CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- public void CheckEmpty() { }
- public int GetEncodedLength() { throw null; }
- public void Reset() { }
- public void SetStaticCodes(short[] stCodes, byte[] stLength) { }
- public void WriteSymbol(int code) { }
- public void WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- }
- }
- public partial class DeflaterPending : ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer
- {
- public DeflaterPending() { }
- }
- public enum DeflateStrategy
- {
- Default = 0,
- Filtered = 1,
- HuffmanOnly = 2,
- }
- public partial class Inflater
- {
- public Inflater() { }
- public Inflater(bool noHeader) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingDictionary { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int RemainingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public int TotalOut { get { throw null; } }
- public int Inflate(byte[] buf) { throw null; }
- public int Inflate(byte[] buf, int offset, int len) { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] buffer) { }
- public void SetDictionary(byte[] buffer, int offset, int len) { }
- public void SetInput(byte[] buf) { }
- public void SetInput(byte[] buffer, int offset, int length) { }
- }
- public partial class InflaterHuffmanTree
- {
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defDistTree;
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defLitLenTree;
- public InflaterHuffmanTree(byte[] codeLengths) { }
- public int GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input) { throw null; }
- }
- public partial class PendingBuffer
- {
- protected byte[] buf;
- public PendingBuffer() { }
- public PendingBuffer(int bufsize) { }
- public int BitCount { get { throw null; } }
- public bool IsFlushed { get { throw null; } }
- public void AlignToByte() { }
- public int Flush(byte[] output, int offset, int length) { throw null; }
- public void Reset() { }
- public byte[] ToByteArray() { throw null; }
- public void WriteBits(int b, int count) { }
- public void WriteBlock(byte[] block, int offset, int len) { }
- public void WriteByte(int b) { }
- public void WriteInt(int s) { }
- public void WriteShort(int s) { }
- public void WriteShortMSB(int s) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams
-{
- public partial class DeflaterOutputStream : System.IO.Stream
- {
- protected System.IO.Stream baseOutputStream;
- protected byte[] buf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Deflater def;
- public DeflaterOutputStream(System.IO.Stream baseOutputStream) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater defl) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater deflater, int bufsize) { }
- public bool CanPatchEntries { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public override long Position { get { throw null; } set { } }
- 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 void Deflate() { }
- protected void EncryptBlock(byte[] buffer, int offset, int length) { }
- protected byte EncryptByte() { throw null; }
- public virtual void Finish() { }
- public override void Flush() { }
- protected void InitializePassword(string password) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- protected void UpdateKeys(byte ch) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bval) { }
- }
- public partial class InflaterInputBuffer
- {
- public InflaterInputBuffer(System.IO.Stream stream) { }
- public int Available { get { throw null; } set { } }
- public byte[] ClearText { get { throw null; } }
- public int ClearTextLength { get { throw null; } }
- public System.Security.Cryptography.ICryptoTransform CryptoTransform { set { } }
- public byte[] RawData { get { throw null; } }
- public int RawLength { get { throw null; } }
- public void Fill() { }
- public int ReadClearTextBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public int ReadLeByte() { throw null; }
- public int ReadLeInt() { throw null; }
- public long ReadLeLong() { throw null; }
- public int ReadLeShort() { throw null; }
- public int ReadRawBuffer(byte[] buffer) { throw null; }
- public int ReadRawBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public void SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater) { }
- }
- public partial class InflaterInputStream : System.IO.Stream
- {
- protected System.IO.Stream baseInputStream;
- protected long csize;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer inputBuffer;
- public InflaterInputStream(System.IO.Stream baseInputStream) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater, int bufferSize) { }
- public virtual int Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected void Fill() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public long Skip(long n) { throw null; }
- protected void StopDecrypting() { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class OutputWindow
- {
- public OutputWindow() { }
- public void CopyDict(byte[] dict, int offset, int len) { }
- public int CopyOutput(byte[] output, int offset, int len) { throw null; }
- public int CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input, int len) { throw null; }
- public int GetAvailable() { throw null; }
- public int GetFreeSpace() { throw null; }
- public void Repeat(int len, int dist) { }
- public void Reset() { }
- public void Write(int abyte) { }
- }
- public partial class StreamManipulator
- {
- public StreamManipulator() { }
- public int AvailableBits { get { throw null; } }
- public int AvailableBytes { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int CopyBytes(byte[] output, int offset, int length) { throw null; }
- public void DropBits(int n) { }
- public int GetBits(int n) { throw null; }
- public int PeekBits(int n) { throw null; }
- public void Reset() { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SkipToByteBoundary() { }
- }
-}
diff --git a/src/v4.5.2/Mono.C5.cs b/src/v4.5.2/Mono.C5.cs
deleted file mode 100644
index 842055a..0000000
--- a/src/v4.5.2/Mono.C5.cs
+++ /dev/null
@@ -1,2683 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.1.1.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2010 Niels Kokholm and Peter Sestoft")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("This is a build of release 1.1.1")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C5: Copenhagen Comprehensive Collection Classes for CLI")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace C5
-{
- public delegate void Act();
- public delegate void Act<A1>(A1 x1);
- public delegate void Act<A1, A2>(A1 x1, A2 x2);
- public delegate void Act<A1, A2, A3>(A1 x1, A2 x2, A3 x3);
- public delegate void Act<A1, A2, A3, A4>(A1 x1, A2 x2, A3 x3, A4 x4);
- [System.SerializableAttribute]
- public abstract partial class ArrayBase<T> : C5.SequencedBase<T>
- {
- protected T[] array;
- protected int offset;
- protected ArrayBase(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- protected virtual void expand() { }
- protected virtual void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- protected virtual void insert(int i, T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- protected partial class Range : C5.DirectedCollectionValueBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- internal Range() { }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public override C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class ArrayList<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.IQueue<T>, C5.ISequenced<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public ArrayList() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- public virtual void Dispose() { }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- protected override void expand() { }
- protected override void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- protected override void insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int index, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- [C5.TestedAttribute]
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Pop() { throw null; }
- [C5.TestedAttribute]
- public virtual void Push(T item) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int index) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- public partial class ByteEqualityComparer : System.Collections.Generic.IEqualityComparer<byte>
- {
- internal ByteEqualityComparer() { }
- public static C5.ByteEqualityComparer Default { get { throw null; } }
- public bool Equals(byte item1, byte item2) { throw null; }
- public int GetHashCode(byte item) { throw null; }
- }
- public partial class C5Random : System.Random
- {
- public C5Random() { }
- public C5Random(long seed) { }
- [System.CLSCompliantAttribute(false)]
- public C5Random(uint[] Q) { }
- public override int Next() { throw null; }
- public override int Next(int max) { throw null; }
- public override int Next(int min, int max) { throw null; }
- public override void NextBytes(byte[] buffer) { }
- public override double NextDouble() { throw null; }
- protected override double Sample() { throw null; }
- }
- public partial class CharEqualityComparer : System.Collections.Generic.IEqualityComparer<char>
- {
- internal CharEqualityComparer() { }
- public static C5.CharEqualityComparer Default { get { throw null; } }
- public bool Equals(char item1, char item2) { throw null; }
- public int GetHashCode(char item) { throw null; }
- }
- public partial class CircularQueue<T> : C5.SequencedBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IQueue<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public CircularQueue() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public CircularQueue(int capacity) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public virtual bool AllowsDuplicates { get { throw null; } }
- public virtual T this[int i] { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public T Pop() { throw null; }
- public void Push(T item) { }
- }
- public partial class ClearedEventArgs : System.EventArgs
- {
- public readonly int Count;
- public readonly bool Full;
- public ClearedEventArgs(bool full, int count) { }
- public override string ToString() { throw null; }
- }
- public partial class ClearedRangeEventArgs : C5.ClearedEventArgs
- {
- public readonly System.Nullable<int> Start;
- public ClearedRangeEventArgs(bool full, int count, System.Nullable<int> start) : base (default(bool), default(int)) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class CollectionBase<T> : C5.CollectionValueBase<T>
- {
- protected bool isReadOnlyBase;
- protected readonly System.Collections.Generic.IEqualityComparer<T> itemequalityComparer;
- protected int size;
- protected int stamp;
- protected CollectionBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- [C5.TestedAttribute]
- public override bool IsEmpty { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool IsReadOnly { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- protected void checkRange(int start, int count) { }
- [C5.TestedAttribute]
- public static int ComputeHashCode(C5.ICollectionValue<T> items, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- public virtual int GetUnsequencedHashCode() { throw null; }
- protected virtual void modifycheck(int thestamp) { }
- [C5.TestedAttribute]
- public static bool StaticEquals(C5.ICollection<T> collection1, C5.ICollection<T> collection2, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public virtual bool UnsequencedEquals(C5.ICollection<T> otherCollection) { throw null; }
- protected virtual void updatecheck() { }
- }
- public delegate void CollectionChangedHandler<T>(object sender);
- public delegate void CollectionClearedHandler<T>(object sender, C5.ClearedEventArgs eventArgs);
- [System.SerializableAttribute]
- public partial class CollectionModifiedException : System.Exception
- {
- public CollectionModifiedException() { }
- public CollectionModifiedException(string message) { }
- }
- [System.SerializableAttribute]
- public abstract partial class CollectionValueBase<T> : C5.EnumerableBase<T>, C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected CollectionValueBase() { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public abstract int Count { get; }
- public abstract C5.Speed CountSpeed { get; }
- public abstract bool IsEmpty { get; }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public virtual event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public virtual event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public virtual event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public virtual event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public virtual event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public virtual event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- [C5.TestedAttribute]
- public virtual bool All(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual void Apply(C5.Act<T> action) { }
- public abstract T Choose();
- [C5.TestedAttribute]
- public virtual void CopyTo(T[] array, int index) { }
- [C5.TestedAttribute]
- public virtual bool Exists(C5.Fun<T, bool> predicate) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public virtual System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> predicate) { throw null; }
- public virtual bool Find(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- protected virtual void raiseCollectionChanged() { }
- protected virtual void raiseCollectionCleared(bool full, int count) { }
- protected virtual void raiseCollectionCleared(bool full, int count, System.Nullable<int> offset) { }
- protected virtual void raiseForAdd(T item) { }
- protected virtual void raiseForInsert(int i, T item) { }
- protected void raiseForRemove(T item) { }
- protected void raiseForRemove(T item, int count) { }
- protected virtual void raiseForRemoveAll(C5.ICollectionValue<T> wasRemoved) { }
- protected void raiseForRemoveAt(int index, T item) { }
- protected virtual void raiseForSetThis(int index, T value, T item) { }
- protected virtual void raiseForUpdate(T newitem, T olditem) { }
- protected virtual void raiseForUpdate(T newitem, T olditem, int count) { }
- protected virtual void raiseItemInserted(T item, int index) { }
- protected virtual void raiseItemRemovedAt(T item, int index) { }
- protected virtual void raiseItemsAdded(T item, int count) { }
- protected virtual void raiseItemsRemoved(T item, int count) { }
- public virtual bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public virtual T[] ToArray() { throw null; }
- public override string ToString() { throw null; }
- public virtual string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- protected partial class RaiseForRemoveAllHandler
- {
- public readonly bool MustFire;
- public RaiseForRemoveAllHandler(C5.CollectionValueBase<T> collection) { }
- public void Raise() { }
- public void Remove(T item) { }
- }
- }
- [System.SerializableAttribute]
- public partial class ComparerZeroHashCodeEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>
- {
- public ComparerZeroHashCodeEqualityComparer(System.Collections.Generic.IComparer<T> comparer) { }
- public bool Equals(T item1, T item2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- public static partial class Comparer<T>
- {
- [C5.TestedAttribute]
- public static System.Collections.Generic.IComparer<T> Default { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class DecimalEqualityComparer : System.Collections.Generic.IEqualityComparer<decimal>
- {
- internal DecimalEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.DecimalEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(decimal item1, decimal item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(decimal item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DelegateComparer<T> : System.Collections.Generic.IComparer<T>
- {
- public DelegateComparer(System.Comparison<T> comparison) { }
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class DictionaryBase<K, V> : C5.CollectionValueBase<C5.KeyValuePair<K, V>>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- protected C5.ICollection<C5.KeyValuePair<K, V>> pairs;
- protected DictionaryBase(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) { }
- public override C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public virtual C5.Speed ContainsSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override C5.Speed CountSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get { throw null; } }
- public virtual C5.Fun<K, V> Fun { get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool IsReadOnly { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual V this[K key] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual C5.ICollectionValue<K> Keys { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.ICollectionValue<V> Values { [C5.TestedAttribute]get { throw null; } }
- public override event C5.CollectionChangedHandler<C5.KeyValuePair<K, V>> CollectionChanged { add { } remove { } }
- public override event C5.CollectionClearedHandler<C5.KeyValuePair<K, V>> CollectionCleared { add { } remove { } }
- public override event C5.ItemsAddedHandler<C5.KeyValuePair<K, V>> ItemsAdded { add { } remove { } }
- public override event C5.ItemsRemovedHandler<C5.KeyValuePair<K, V>> ItemsRemoved { add { } remove { } }
- [C5.TestedAttribute]
- public virtual void Add(K key, V value) { }
- public virtual void AddAll<L, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<L, W>> entries) where L : K where W : V { }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override C5.KeyValuePair<K, V> Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public abstract object Clone();
- [C5.TestedAttribute]
- public virtual bool Contains(K key) { throw null; }
- public virtual bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> keys) where H : K { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(K key, out V value) { value = default(V); throw null; }
- public virtual bool Find(ref K key, out V value) { value = default(V); throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(K key, ref V value) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<C5.KeyValuePair<K, V>> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(K key) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(K key, out V value) { value = default(V); throw null; }
- public override bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(K key, V value) { throw null; }
- public virtual bool Update(K key, V value, out V oldvalue) { oldvalue = default(V); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(K key, V value) { throw null; }
- public virtual bool UpdateOrAdd(K key, V value, out V oldvalue) { oldvalue = default(V); throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class DirectedCollectionBase<T> : C5.CollectionBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected DirectedCollectionBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public virtual C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public abstract C5.IDirectedCollectionValue<T> Backwards();
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public abstract partial class DirectedCollectionValueBase<T> : C5.CollectionValueBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected DirectedCollectionValueBase() { }
- public virtual C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public abstract C5.IDirectedCollectionValue<T> Backwards();
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public partial class DoubleEqualityComparer : System.Collections.Generic.IEqualityComparer<double>
- {
- internal DoubleEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.DoubleEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(double item1, double item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(double item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DuplicateNotAllowedException : System.Exception
- {
- public DuplicateNotAllowedException() { }
- public DuplicateNotAllowedException(string message) { }
- }
- [System.SerializableAttribute]
- public abstract partial class EnumerableBase<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- protected EnumerableBase() { }
- [C5.TestedAttribute]
- protected static int countItems(System.Collections.Generic.IEnumerable<T> items) { throw null; }
- public abstract System.Collections.Generic.IEnumerator<T> GetEnumerator();
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public enum EnumerationDirection
- {
- Backwards = 1,
- Forwards = 0,
- }
- public static partial class EqualityComparer<T>
- {
- public static System.Collections.Generic.IEqualityComparer<T> Default { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class EquatableEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T> where T : System.IEquatable<T>
- {
- internal EquatableEqualityComparer() { }
- public static C5.EquatableEqualityComparer<T> Default { get { throw null; } }
- public bool Equals(T item1, T item2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- [System.FlagsAttribute]
- public enum EventTypeEnum
- {
- Added = 4,
- All = 63,
- Basic = 15,
- Changed = 1,
- Cleared = 2,
- Inserted = 16,
- None = 0,
- Removed = 8,
- RemovedAt = 32,
- }
- [System.SerializableAttribute]
- public partial class FixedSizeCollectionException : System.Exception
- {
- public FixedSizeCollectionException() { }
- public FixedSizeCollectionException(string message) { }
- }
- public partial class FloatEqualityComparer : System.Collections.Generic.IEqualityComparer<float>
- {
- internal FloatEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.FloatEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(float item1, float item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(float item) { throw null; }
- }
- public delegate R Fun<R>();
- public delegate R Fun<A1, R>(A1 x1);
- public delegate R Fun<A1, A2, R>(A1 x1, A2 x2);
- public delegate R Fun<A1, A2, A3, R>(A1 x1, A2 x2, A3 x3);
- public delegate R Fun<A1, A2, A3, A4, R>(A1 x1, A2 x2, A3 x3, A4 x4);
- public partial class GuardedCollectionValue<T> : C5.GuardedEnumerable<T>, C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedCollectionValue(C5.ICollectionValue<T> collectionvalue) : base (default(System.Collections.Generic.IEnumerable<T>)) { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public virtual int Count { get { throw null; } }
- public virtual C5.Speed CountSpeed { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- public virtual bool All(C5.Fun<T, bool> filter) { throw null; }
- public virtual void Apply(C5.Act<T> a) { }
- public virtual T Choose() { throw null; }
- public virtual void CopyTo(T[] a, int i) { }
- public virtual bool Exists(C5.Fun<T, bool> filter) { throw null; }
- public virtual System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- public virtual bool Find(C5.Fun<T, bool> filter, out T item) { item = default(T); throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public virtual T[] ToArray() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- public partial class GuardedCollection<T> : C5.GuardedCollectionValue<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedCollection(C5.ICollection<T> collection) : base (default(C5.ICollectionValue<T>)) { }
- public virtual bool AllowsDuplicates { get { throw null; } }
- public virtual C5.Speed ContainsSpeed { get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- public virtual bool IsReadOnly { get { throw null; } }
- public virtual bool Add(T item) { throw null; }
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public virtual bool Check() { throw null; }
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- public virtual bool Contains(T item) { throw null; }
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- public virtual int ContainsCount(T item) { throw null; }
- public virtual bool Find(ref T item) { throw null; }
- public virtual bool FindOrAdd(ref T item) { throw null; }
- public virtual int GetUnsequencedHashCode() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- public virtual bool Remove(T item) { throw null; }
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- public virtual void RemoveAllCopies(T item) { }
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- public virtual bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- }
- public partial class GuardedDictionary<K, V> : C5.GuardedCollectionValue<C5.KeyValuePair<K, V>>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedDictionary(C5.IDictionary<K, V> dict) : base (default(C5.ICollectionValue<C5.KeyValuePair<K, V>>)) { }
- public C5.Speed ContainsSpeed { get { throw null; } }
- public System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get { throw null; } }
- public virtual C5.Fun<K, V> Fun { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public V this[K key] { get { throw null; } set { } }
- public C5.ICollectionValue<K> Keys { get { throw null; } }
- public C5.ICollectionValue<V> Values { get { throw null; } }
- public void Add(K key, V val) { }
- public void AddAll<L, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<L, W>> items) where L : K where W : V { }
- public bool Check() { throw null; }
- public void Clear() { }
- public virtual object Clone() { throw null; }
- public bool Contains(K key) { throw null; }
- public bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> keys) where H : K { throw null; }
- public bool Find(K key, out V val) { val = default(V); throw null; }
- public bool Find(ref K key, out V val) { val = default(V); throw null; }
- public bool FindOrAdd(K key, ref V val) { throw null; }
- public bool Remove(K key) { throw null; }
- public bool Remove(K key, out V val) { val = default(V); throw null; }
- public bool Update(K key, V val) { throw null; }
- public bool Update(K key, V val, out V oldval) { oldval = default(V); throw null; }
- public bool UpdateOrAdd(K key, V val) { throw null; }
- public bool UpdateOrAdd(K key, V val, out V oldval) { oldval = default(V); throw null; }
- }
- public partial class GuardedDirectedCollectionValue<T> : C5.GuardedCollectionValue<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedDirectedCollectionValue(C5.IDirectedCollectionValue<T> directedcollection) : base (default(C5.ICollectionValue<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public virtual C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public partial class GuardedDirectedEnumerable<T> : C5.GuardedEnumerable<T>, C5.IDirectedEnumerable<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public GuardedDirectedEnumerable(C5.IDirectedEnumerable<T> directedenumerable) : base (default(System.Collections.Generic.IEnumerable<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public C5.IDirectedEnumerable<T> Backwards() { throw null; }
- }
- public partial class GuardedEnumerable<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public GuardedEnumerable(System.Collections.Generic.IEnumerable<T> enumerable) { }
- public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class GuardedEnumerator<T> : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
- {
- public GuardedEnumerator(System.Collections.Generic.IEnumerator<T> enumerator) { }
- public T Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class GuardedIndexedSorted<T> : C5.GuardedSorted<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedIndexedSorted(C5.IIndexedSorted<T> list) : base (default(C5.ISorted<T>)) { }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public T this[int i] { get { throw null; } }
- public C5.IDirectedCollectionValue<T> this[int start, int end] { get { throw null; } }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public override object Clone() { throw null; }
- public int CountFrom(T bot) { throw null; }
- public int CountFromTo(T bot, T top) { throw null; }
- public int CountTo(T top) { throw null; }
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> f) { throw null; }
- public int IndexOf(T item) { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> m, System.Collections.Generic.IComparer<V> c) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- public T RemoveAt(int i) { throw null; }
- public void RemoveInterval(int start, int count) { }
- }
- public partial class GuardedList<T> : C5.GuardedSequenced<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public GuardedList(C5.IList<T> list) : base (default(C5.ISequenced<T>)) { }
- public bool FIFO { get { throw null; } set { } }
- public T First { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- public T this[int i] { get { throw null; } set { } }
- public C5.IDirectedCollectionValue<T> this[int start, int end] { get { throw null; } }
- public T Last { get { throw null; } }
- public int Offset { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public C5.IList<T> Underlying { get { throw null; } }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public override object Clone() { throw null; }
- public T Dequeue() { throw null; }
- public void Dispose() { }
- public void Enqueue(T item) { }
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- public void Insert(int index, T item) { }
- public void InsertAfter(T item, T target) { }
- public void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void InsertBefore(T item, T target) { }
- public void InsertFirst(T item) { }
- public void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- public bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IList<T> LastViewOf(T item) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- public T Pop() { throw null; }
- public void Push(T item) { }
- public T Remove() { throw null; }
- public T RemoveAt(int i) { throw null; }
- public T RemoveFirst() { throw null; }
- public void RemoveInterval(int start, int count) { }
- public T RemoveLast() { throw null; }
- public void Reverse() { }
- public void Reverse(int start, int count) { }
- public void Shuffle() { }
- public void Shuffle(System.Random rnd) { }
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public void Sort() { }
- public void Sort(System.Collections.Generic.IComparer<T> c) { }
- public C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public bool TrySlide(int offset) { throw null; }
- public bool TrySlide(int offset, int size) { throw null; }
- public C5.IList<T> View(int start, int count) { throw null; }
- public C5.IList<T> ViewOf(T item) { throw null; }
- }
- public partial class GuardedQueue<T> : C5.GuardedDirectedCollectionValue<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IQueue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedQueue(C5.IQueue<T> queue) : base (default(C5.IDirectedCollectionValue<T>)) { }
- public bool AllowsDuplicates { get { throw null; } }
- public T this[int i] { get { throw null; } }
- public T Dequeue() { throw null; }
- public void Enqueue(T item) { }
- }
- public partial class GuardedSequenced<T> : C5.GuardedCollection<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSequenced(C5.ISequenced<T> sorted) : base (default(C5.ICollection<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public virtual C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override object Clone() { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public int GetSequencedHashCode() { throw null; }
- public bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- }
- public partial class GuardedSortedDictionary<K, V> : C5.GuardedDictionary<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSortedDictionary(C5.ISortedDictionary<K, V> sorteddict) : base (default(C5.IDictionary<K, V>)) { }
- public System.Collections.Generic.IComparer<K> Comparer { get { throw null; } }
- public new C5.ISorted<K> Keys { get { throw null; } }
- public void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items) { }
- public bool Cut(System.IComparable<K> c, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid) { lowEntry = default(C5.KeyValuePair<K, V>); lowIsValid = default(bool); highEntry = default(C5.KeyValuePair<K, V>); highIsValid = default(bool); throw null; }
- public C5.KeyValuePair<K, V> DeleteMax() { throw null; }
- public C5.KeyValuePair<K, V> DeleteMin() { throw null; }
- public C5.KeyValuePair<K, V> FindMax() { throw null; }
- public C5.KeyValuePair<K, V> FindMin() { throw null; }
- public C5.KeyValuePair<K, V> Predecessor(K key) { throw null; }
- public C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K bot, K top) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top) { throw null; }
- public void RemoveRangeFrom(K low) { }
- public void RemoveRangeFromTo(K low, K hi) { }
- public void RemoveRangeTo(K hi) { }
- public C5.KeyValuePair<K, V> Successor(K key) { throw null; }
- public bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public C5.KeyValuePair<K, V> WeakPredecessor(K key) { throw null; }
- public C5.KeyValuePair<K, V> WeakSuccessor(K key) { throw null; }
- }
- public partial class GuardedSorted<T> : C5.GuardedSequenced<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSorted(C5.ISorted<T> sorted) : base (default(C5.ISequenced<T>)) { }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override object Clone() { throw null; }
- public bool Cut(System.IComparable<T> c, out T low, out bool lval, out T high, out bool hval) { low = default(T); lval = default(bool); high = default(T); hval = default(bool); throw null; }
- public T DeleteMax() { throw null; }
- public T DeleteMin() { throw null; }
- public T FindMax() { throw null; }
- public T FindMin() { throw null; }
- public T Predecessor(T item) { throw null; }
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<T> RangeFrom(T bot) { throw null; }
- public C5.IDirectedEnumerable<T> RangeFromTo(T bot, T top) { throw null; }
- public C5.IDirectedEnumerable<T> RangeTo(T top) { throw null; }
- public void RemoveRangeFrom(T low) { }
- public void RemoveRangeFromTo(T low, T hi) { }
- public void RemoveRangeTo(T hi) { }
- public T Successor(T item) { throw null; }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public T WeakPredecessor(T item) { throw null; }
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashBag<T> : C5.CollectionBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashBag() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(int capacity, double fill, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public override void CopyTo(T[] array, int index) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashDictionary<K, V> : C5.DictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashDictionary() : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public HashDictionary(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public HashDictionary(int capacity, double fill, System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public override object Clone() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashedArrayList<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public HashedArrayList() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- public virtual void Dispose() { }
- protected override void expand() { }
- protected override void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- protected override void insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int index, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- [C5.TestedAttribute]
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int index) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashedLinkedList<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public HashedLinkedList() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedLinkedList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- public virtual void Dispose() { }
- public override System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetSequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- [C5.TestedAttribute]
- public override bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> c) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public virtual bool TrySlide(int offset) { throw null; }
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashSet<T> : C5.CollectionBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashSet() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(int capacity, double fill, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public static C5.HashSet<T>.Feature Features { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute(via="Manually")]
- public C5.ISortedDictionary<int, int> BucketCostDistribution() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [System.FlagsAttribute]
- public enum Feature : short
- {
- Chaining = (short)16,
- Dummy = (short)0,
- InterHashing = (short)32,
- LinearProbing = (short)4,
- RandomInterHashing = (short)64,
- RefTypeBucket = (short)1,
- ShrinkTable = (short)8,
- ValueTypeBucket = (short)2,
- }
- }
- public partial interface ICollectionValue<T> : C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- C5.EventTypeEnum ActiveEvents { get; }
- int Count { get; }
- C5.Speed CountSpeed { get; }
- bool IsEmpty { get; }
- C5.EventTypeEnum ListenableEvents { get; }
- event C5.CollectionChangedHandler<T> CollectionChanged;
- event C5.CollectionClearedHandler<T> CollectionCleared;
- event C5.ItemInsertedHandler<T> ItemInserted;
- event C5.ItemRemovedAtHandler<T> ItemRemovedAt;
- event C5.ItemsAddedHandler<T> ItemsAdded;
- event C5.ItemsRemovedHandler<T> ItemsRemoved;
- bool All(C5.Fun<T, bool> predicate);
- void Apply(C5.Act<T> action);
- T Choose();
- void CopyTo(T[] array, int index);
- bool Exists(C5.Fun<T, bool> predicate);
- System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter);
- bool Find(C5.Fun<T, bool> predicate, out T item);
- T[] ToArray();
- }
- public partial interface ICollection<T> : C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed ContainsSpeed { get; }
- new int Count { get; }
- new bool IsReadOnly { get; }
- new bool Add(T item);
- new void Clear();
- new bool Contains(T item);
- bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- int ContainsCount(T item);
- new void CopyTo(T[] array, int index);
- bool Find(ref T item);
- bool FindOrAdd(ref T item);
- int GetUnsequencedHashCode();
- C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities();
- new bool Remove(T item);
- bool Remove(T item, out T removeditem);
- void RemoveAllCopies(T item);
- void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- C5.ICollectionValue<T> UniqueItems();
- bool UnsequencedEquals(C5.ICollection<T> otherCollection);
- bool Update(T item);
- bool Update(T item, out T olditem);
- bool UpdateOrAdd(T item);
- bool UpdateOrAdd(T item, out T olditem);
- }
- public partial interface IDictionary<K, V> : C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed ContainsSpeed { get; }
- System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get; }
- C5.Fun<K, V> Fun { get; }
- bool IsReadOnly { get; }
- V this[K key] { get; set; }
- C5.ICollectionValue<K> Keys { get; }
- C5.ICollectionValue<V> Values { get; }
- void Add(K key, V val);
- void AddAll<U, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<U, W>> entries) where U : K where W : V;
- bool Check();
- void Clear();
- bool Contains(K key);
- bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> items) where H : K;
- bool Find(K key, out V val);
- bool Find(ref K key, out V val);
- bool FindOrAdd(K key, ref V val);
- bool Remove(K key);
- bool Remove(K key, out V val);
- bool Update(K key, V val);
- bool Update(K key, V val, out V oldval);
- bool UpdateOrAdd(K key, V val);
- bool UpdateOrAdd(K key, V val, out V oldval);
- }
- public partial interface IDirectedCollectionValue<T> : C5.ICollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- new C5.IDirectedCollectionValue<T> Backwards();
- bool FindLast(C5.Fun<T, bool> predicate, out T item);
- }
- public partial interface IDirectedEnumerable<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- C5.EnumerationDirection Direction { get; }
- C5.IDirectedEnumerable<T> Backwards();
- }
- public partial interface IExtensible<T> : C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- bool DuplicatesByCounting { get; }
- System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get; }
- bool IsReadOnly { get; }
- bool Add(T item);
- void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- bool Check();
- }
- public partial interface IIndexedSorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- int CountFrom(T bot);
- int CountFromTo(T bot, T top);
- int CountTo(T top);
- C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> predicate);
- C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> comparer);
- new C5.IDirectedCollectionValue<T> RangeFrom(T bot);
- new C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top);
- new C5.IDirectedCollectionValue<T> RangeTo(T top);
- }
- public partial interface IIndexed<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed IndexingSpeed { get; }
- T this[int index] { get; }
- C5.IDirectedCollectionValue<T> this[int start, int count] { get; }
- int FindIndex(C5.Fun<T, bool> predicate);
- int FindLastIndex(C5.Fun<T, bool> predicate);
- int IndexOf(T item);
- int LastIndexOf(T item);
- T RemoveAt(int index);
- void RemoveInterval(int start, int count);
- }
- public partial interface IList<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- new int Count { get; }
- bool FIFO { get; set; }
- T First { get; }
- new bool IsFixedSize { get; }
- new bool IsReadOnly { get; }
- bool IsValid { get; }
- new T this[int index] { get; set; }
- T Last { get; }
- int Offset { get; }
- C5.IList<T> Underlying { get; }
- new bool Add(T item);
- new void Clear();
- new bool Contains(T item);
- new void CopyTo(T[] array, int index);
- C5.IList<T> FindAll(C5.Fun<T, bool> filter);
- new int IndexOf(T item);
- void Insert(C5.IList<T> pointer, T item);
- void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T;
- void InsertFirst(T item);
- void InsertLast(T item);
- bool IsSorted();
- bool IsSorted(System.Collections.Generic.IComparer<T> comparer);
- C5.IList<T> LastViewOf(T item);
- C5.IList<V> Map<V>(C5.Fun<T, V> mapper);
- C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer);
- T Remove();
- new bool Remove(T item);
- new T RemoveAt(int index);
- T RemoveFirst();
- T RemoveLast();
- void Reverse();
- void Shuffle();
- void Shuffle(System.Random rnd);
- C5.IList<T> Slide(int offset);
- C5.IList<T> Slide(int offset, int size);
- void Sort();
- void Sort(System.Collections.Generic.IComparer<T> comparer);
- C5.IList<T> Span(C5.IList<T> otherView);
- bool TrySlide(int offset);
- bool TrySlide(int offset, int size);
- C5.IList<T> View(int start, int count);
- C5.IList<T> ViewOf(T item);
- }
- [System.SerializableAttribute]
- public partial class IncompatibleViewException : System.Exception
- {
- public IncompatibleViewException() { }
- public IncompatibleViewException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class IntEqualityComparer : System.Collections.Generic.IEqualityComparer<int>
- {
- internal IntEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.IntEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(int item1, int item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(int item) { throw null; }
- }
- public partial class InternalException : System.Exception
- {
- internal InternalException() { }
- }
- [System.SerializableAttribute]
- public partial class IntervalHeap<T> : C5.CollectionValueBase<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IPriorityQueue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public IntervalHeap() { }
- public IntervalHeap(System.Collections.Generic.IComparer<T> comparer) { }
- public IntervalHeap(int capacity) { }
- public IntervalHeap(int capacity, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- [C5.TestedAttribute]
- public override bool IsEmpty { [C5.TestedAttribute]get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- [C5.TestedAttribute]
- public T this[C5.IPriorityQueueHandle<T> handle] { get { throw null; } set { } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(ref C5.IPriorityQueueHandle<T> handle, T item) { throw null; }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- public override T Choose() { throw null; }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public T Delete(C5.IPriorityQueueHandle<T> handle) { throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- public T DeleteMax(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- public T DeleteMin(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- public bool Find(C5.IPriorityQueueHandle<T> handle, out T item) { item = default(T); throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- public T FindMax(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- public T FindMin(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public T Replace(C5.IPriorityQueueHandle<T> handle, T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class InvalidPriorityQueueHandleException : System.Exception
- {
- public InvalidPriorityQueueHandleException() { }
- public InvalidPriorityQueueHandleException(string message) { }
- }
- public partial interface IPersistentSorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- C5.ISorted<T> Snapshot();
- }
- public partial interface IPriorityQueueHandle<T>
- {
- }
- public partial interface IPriorityQueue<T> : C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<T> Comparer { get; }
- T this[C5.IPriorityQueueHandle<T> handle] { get; set; }
- bool Add(ref C5.IPriorityQueueHandle<T> handle, T item);
- T Delete(C5.IPriorityQueueHandle<T> handle);
- T DeleteMax();
- T DeleteMax(out C5.IPriorityQueueHandle<T> handle);
- T DeleteMin();
- T DeleteMin(out C5.IPriorityQueueHandle<T> handle);
- bool Find(C5.IPriorityQueueHandle<T> handle, out T item);
- T FindMax();
- T FindMax(out C5.IPriorityQueueHandle<T> handle);
- T FindMin();
- T FindMin(out C5.IPriorityQueueHandle<T> handle);
- T Replace(C5.IPriorityQueueHandle<T> handle, T item);
- }
- public partial interface IQueue<T> : C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- T this[int index] { get; }
- T Dequeue();
- void Enqueue(T item);
- }
- public partial interface ISequenced<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- int GetSequencedHashCode();
- bool SequencedEquals(C5.ISequenced<T> otherCollection);
- }
- public partial interface IShowable : System.IFormattable
- {
- bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider);
- }
- public partial interface ISortedDictionary<K, V> : C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<K> Comparer { get; }
- new C5.ISorted<K> Keys { get; }
- void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items);
- bool Cut(System.IComparable<K> cutFunction, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid);
- C5.KeyValuePair<K, V> DeleteMax();
- C5.KeyValuePair<K, V> DeleteMin();
- C5.KeyValuePair<K, V> FindMax();
- C5.KeyValuePair<K, V> FindMin();
- C5.KeyValuePair<K, V> Predecessor(K key);
- C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll();
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot);
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K lowerBound, K upperBound);
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top);
- void RemoveRangeFrom(K low);
- void RemoveRangeFromTo(K low, K hi);
- void RemoveRangeTo(K hi);
- C5.KeyValuePair<K, V> Successor(K key);
- bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res);
- bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res);
- bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res);
- bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res);
- C5.KeyValuePair<K, V> WeakPredecessor(K key);
- C5.KeyValuePair<K, V> WeakSuccessor(K key);
- }
- public partial interface ISorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<T> Comparer { get; }
- void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- bool Cut(System.IComparable<T> cutFunction, out T low, out bool lowIsValid, out T high, out bool highIsValid);
- T DeleteMax();
- T DeleteMin();
- T FindMax();
- T FindMin();
- T Predecessor(T item);
- C5.IDirectedCollectionValue<T> RangeAll();
- C5.IDirectedEnumerable<T> RangeFrom(T bot);
- C5.IDirectedEnumerable<T> RangeFromTo(T bot, T top);
- C5.IDirectedEnumerable<T> RangeTo(T top);
- void RemoveRangeFrom(T low);
- void RemoveRangeFromTo(T low, T hi);
- void RemoveRangeTo(T hi);
- T Successor(T item);
- bool TryPredecessor(T item, out T res);
- bool TrySuccessor(T item, out T res);
- bool TryWeakPredecessor(T item, out T res);
- bool TryWeakSuccessor(T item, out T res);
- T WeakPredecessor(T item);
- T WeakSuccessor(T item);
- }
- public partial interface IStack<T> : C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- T this[int index] { get; }
- T Pop();
- void Push(T item);
- }
- public partial class ItemAtEventArgs<T> : System.EventArgs
- {
- public readonly int Index;
- public readonly T Item;
- public ItemAtEventArgs(T item, int index) { }
- public override string ToString() { throw null; }
- }
- public partial class ItemCountEventArgs<T> : System.EventArgs
- {
- public readonly int Count;
- public readonly T Item;
- public ItemCountEventArgs(T item, int count) { }
- public override string ToString() { throw null; }
- }
- public delegate void ItemInsertedHandler<T>(object sender, C5.ItemAtEventArgs<T> eventArgs);
- public delegate void ItemRemovedAtHandler<T>(object sender, C5.ItemAtEventArgs<T> eventArgs);
- public delegate void ItemsAddedHandler<T>(object sender, C5.ItemCountEventArgs<T> eventArgs);
- public delegate void ItemsRemovedHandler<T>(object sender, C5.ItemCountEventArgs<T> eventArgs);
- [System.SerializableAttribute]
- public partial class KeyValuePairComparer<K, V> : System.Collections.Generic.IComparer<C5.KeyValuePair<K, V>>
- {
- public KeyValuePairComparer(System.Collections.Generic.IComparer<K> comparer) { }
- [C5.TestedAttribute]
- public int Compare(C5.KeyValuePair<K, V> entry1, C5.KeyValuePair<K, V> entry2) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class KeyValuePairEqualityComparer<K, V> : System.Collections.Generic.IEqualityComparer<C5.KeyValuePair<K, V>>
- {
- public KeyValuePairEqualityComparer() { }
- public KeyValuePairEqualityComparer(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) { }
- [C5.TestedAttribute]
- public bool Equals(C5.KeyValuePair<K, V> entry1, C5.KeyValuePair<K, V> entry2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(C5.KeyValuePair<K, V> entry) { throw null; }
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct KeyValuePair<K, V> : C5.IShowable, System.IEquatable<C5.KeyValuePair<K, V>>, System.IFormattable
- {
- public K Key;
- public V Value;
- public KeyValuePair(K key) { throw null;}
- public KeyValuePair(K key, V value) { throw null;}
- public bool Equals(C5.KeyValuePair<K, V> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- public static bool operator ==(C5.KeyValuePair<K, V> pair1, C5.KeyValuePair<K, V> pair2) { throw null; }
- public static bool operator !=(C5.KeyValuePair<K, V> pair1, C5.KeyValuePair<K, V> pair2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class LinkedList<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.IQueue<T>, C5.ISequenced<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public LinkedList() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public LinkedList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- public virtual void Dispose() { }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- public override System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetSequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public T Pop() { throw null; }
- [C5.TestedAttribute]
- public void Push(T item) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- [C5.TestedAttribute]
- public override bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> c) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public virtual bool TrySlide(int offset) { throw null; }
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class LongEqualityComparer : System.Collections.Generic.IEqualityComparer<long>
- {
- internal LongEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.LongEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(long item1, long item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(long item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NaturalComparerO<T> : System.Collections.Generic.IComparer<T> where T : System.IComparable
- {
- public NaturalComparerO() { }
- [C5.TestedAttribute]
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NaturalComparer<T> : System.Collections.Generic.IComparer<T> where T : System.IComparable<T>
- {
- public NaturalComparer() { }
- [C5.TestedAttribute]
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NaturalEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>
- {
- internal NaturalEqualityComparer() { }
- public static C5.NaturalEqualityComparer<T> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T item1, T item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NoSuchItemException : System.Exception
- {
- public NoSuchItemException() { }
- public NoSuchItemException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class NotAViewException : System.Exception
- {
- public NotAViewException() { }
- public NotAViewException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class NotComparableException : System.Exception
- {
- public NotComparableException() { }
- public NotComparableException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class ReadOnlyCollectionException : System.Exception
- {
- public ReadOnlyCollectionException() { }
- public ReadOnlyCollectionException(string message) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2> record1, C5.Rec<T1, T2> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2> record1, C5.Rec<T1, T2> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2, T3> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2, T3>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- public readonly T3 X3;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2, T3 x3) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2, T3> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2, T3> record1, C5.Rec<T1, T2, T3> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2, T3> record1, C5.Rec<T1, T2, T3> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2, T3, T4> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2, T3, T4>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- public readonly T3 X3;
- public readonly T4 X4;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2, T3 x3, T4 x4) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2, T3, T4> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2, T3, T4> record1, C5.Rec<T1, T2, T3, T4> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2, T3, T4> record1, C5.Rec<T1, T2, T3, T4> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ReferenceEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T> where T : class
- {
- internal ReferenceEqualityComparer() { }
- public static C5.ReferenceEqualityComparer<T> Default { get { throw null; } }
- public bool Equals(T i1, T i2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SByteEqualityComparer : System.Collections.Generic.IEqualityComparer<sbyte>
- {
- internal SByteEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.SByteEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(sbyte item1, sbyte item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(sbyte item) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SequencedBase<T> : C5.DirectedCollectionBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected SequencedBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public override C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public static int ComputeHashCode(C5.ISequenced<T> items, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- public virtual int GetSequencedHashCode() { throw null; }
- public virtual bool SequencedEquals(C5.ISequenced<T> otherCollection) { throw null; }
- [C5.TestedAttribute]
- public static bool StaticEquals(C5.ISequenced<T> collection1, C5.ISequenced<T> collection2, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SequencedCollectionEqualityComparer<T, W> : System.Collections.Generic.IEqualityComparer<T> where T : C5.ISequenced<W>
- {
- internal SequencedCollectionEqualityComparer() { }
- public static C5.SequencedCollectionEqualityComparer<T, W> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T collection1, T collection2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T collection) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ShortEqualityComparer : System.Collections.Generic.IEqualityComparer<short>
- {
- internal ShortEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.ShortEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(short item1, short item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(short item) { throw null; }
- }
- public static partial class Showing
- {
- public static bool Show(object obj, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static bool ShowCollectionValue<T>(C5.ICollectionValue<T> items, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static bool ShowDictionary<K, V>(C5.IDictionary<K, V> dictionary, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static string ShowString(C5.IShowable showable, string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SortedArray<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public SortedArray() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(System.Collections.Generic.IComparer<T> comparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity, System.Collections.Generic.IComparer<T> comparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity, System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public static C5.SortedArray<T>.Feature Features { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> f) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> m, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- [System.FlagsAttribute]
- public enum Feature : short
- {
- Standard = (short)0,
- }
- }
- [System.SerializableAttribute]
- public abstract partial class SortedDictionaryBase<K, V> : C5.DictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- protected C5.ISorted<C5.KeyValuePair<K, V>> sortedpairs;
- protected SortedDictionaryBase(System.Collections.Generic.IComparer<K> keycomparer, System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public System.Collections.Generic.IComparer<K> Comparer { get { throw null; } }
- public new C5.ISorted<K> Keys { get { throw null; } }
- public void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items) { }
- public bool Cut(System.IComparable<K> cutter, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid) { lowEntry = default(C5.KeyValuePair<K, V>); lowIsValid = default(bool); highEntry = default(C5.KeyValuePair<K, V>); highIsValid = default(bool); throw null; }
- public C5.KeyValuePair<K, V> DeleteMax() { throw null; }
- public C5.KeyValuePair<K, V> DeleteMin() { throw null; }
- public C5.KeyValuePair<K, V> FindMax() { throw null; }
- public C5.KeyValuePair<K, V> FindMin() { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> Predecessor(K key) { throw null; }
- public C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K bot, K top) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top) { throw null; }
- public void RemoveRangeFrom(K lowKey) { }
- public void RemoveRangeFromTo(K lowKey, K highKey) { }
- public void RemoveRangeTo(K highKey) { }
- public override bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> Successor(K key) { throw null; }
- [C5.TestedAttribute]
- public bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> WeakPredecessor(K key) { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> WeakSuccessor(K key) { throw null; }
- }
- public partial class Sorting
- {
- internal Sorting() { }
- [C5.TestedAttribute]
- public static void HeapSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public static void InsertionSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public static void IntroSort<T>(T[] array) { }
- [C5.TestedAttribute]
- public static void IntroSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- }
- public enum Speed : short
- {
- Constant = (short)4,
- Linear = (short)2,
- Log = (short)3,
- PotentiallyInfinite = (short)1,
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public sealed partial class TestedAttribute : System.Attribute
- {
- [C5.TestedAttribute]
- public string via;
- public TestedAttribute() { }
- [C5.TestedAttribute]
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeBag<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.IPersistentSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public TreeBag() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeBag(System.Collections.Generic.IComparer<T> comparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeBag(System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- [C5.TestedAttribute(via="Sawtooth")]
- public bool Check(string name) { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public void Dispose() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump(string msg) { }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public C5.ISorted<T> Snapshot() { throw null; }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeDictionary<K, V> : C5.SortedDictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public TreeDictionary() : base (default(System.Collections.Generic.IComparer<K>), default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public TreeDictionary(System.Collections.Generic.IComparer<K> comparer) : base (default(System.Collections.Generic.IComparer<K>), default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public override object Clone() { throw null; }
- [C5.TestedAttribute]
- public System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> Snapshot() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeSet<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.IPersistentSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public TreeSet() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeSet(System.Collections.Generic.IComparer<T> comparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeSet(System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- [C5.TestedAttribute(via="Sawtooth")]
- public bool Check(string name) { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public void Dispose() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump(string msg) { }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public C5.ISorted<T> Snapshot() { throw null; }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UIntEqualityComparer : System.Collections.Generic.IEqualityComparer<uint>
- {
- internal UIntEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.UIntEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(uint item1, uint item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(uint item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ULongEqualityComparer : System.Collections.Generic.IEqualityComparer<ulong>
- {
- internal ULongEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.ULongEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(ulong item1, ulong item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(ulong item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnlistenableEventException : System.Exception
- {
- public UnlistenableEventException() { }
- public UnlistenableEventException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class UnsequencedCollectionEqualityComparer<T, W> : System.Collections.Generic.IEqualityComparer<T> where T : C5.ICollection<W>
- {
- internal UnsequencedCollectionEqualityComparer() { }
- public static C5.UnsequencedCollectionEqualityComparer<T, W> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T collection1, T collection2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T collection) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UShortEqualityComparer : System.Collections.Generic.IEqualityComparer<ushort>
- {
- internal UShortEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.UShortEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(ushort item1, ushort item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(ushort item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ViewDisposedException : System.Exception
- {
- public ViewDisposedException() { }
- public ViewDisposedException(string message) { }
- }
- public partial class WrappedArray<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public WrappedArray(T[] wrappedarray) { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public bool AllowsDuplicates { get { throw null; } }
- public C5.Speed ContainsSpeed { get { throw null; } }
- public int Count { get { throw null; } }
- public C5.Speed CountSpeed { get { throw null; } }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public bool DuplicatesByCounting { get { throw null; } }
- public System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- public bool FIFO { get { throw null; } set { } }
- public T First { get { throw null; } }
- public C5.Speed IndexingSpeed { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsValid { get { throw null; } }
- public T this[int index] { get { throw null; } set { } }
- public C5.IDirectedCollectionValue<T> this[int start, int count] { get { throw null; } }
- public T Last { get { throw null; } }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public int Offset { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public C5.IList<T> Underlying { get { throw null; } }
- public event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- public bool Add(T item) { throw null; }
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public bool All(C5.Fun<T, bool> predicate) { throw null; }
- public void Apply(C5.Act<T> action) { }
- public C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public bool Check() { throw null; }
- public T Choose() { throw null; }
- public void Clear() { }
- public virtual object Clone() { throw null; }
- public bool Contains(T item) { throw null; }
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- public int ContainsCount(T item) { throw null; }
- public void CopyTo(T[] array, int index) { }
- public void Dispose() { }
- public bool Exists(C5.Fun<T, bool> predicate) { throw null; }
- public System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- public bool Find(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public bool Find(ref T item) { throw null; }
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public bool FindOrAdd(ref T item) { throw null; }
- public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public int GetSequencedHashCode() { throw null; }
- public int GetUnsequencedHashCode() { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- public void Insert(int index, T item) { }
- public void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void InsertFirst(T item) { }
- public void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- public bool IsSorted(System.Collections.Generic.IComparer<T> comparer) { throw null; }
- public C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IList<T> LastViewOf(T item) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- public T Remove() { throw null; }
- public bool Remove(T item) { throw null; }
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- public void RemoveAllCopies(T item) { }
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public T RemoveAt(int i) { throw null; }
- public T RemoveFirst() { throw null; }
- public void RemoveInterval(int start, int count) { }
- public T RemoveLast() { throw null; }
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void Reverse() { }
- public bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public void Shuffle() { }
- public void Shuffle(System.Random rnd) { }
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public void Sort() { }
- public void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public T[] ToArray() { throw null; }
- public override string ToString() { throw null; }
- public virtual string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- public bool TrySlide(int offset) { throw null; }
- public bool TrySlide(int offset, int size) { throw null; }
- public C5.ICollectionValue<T> UniqueItems() { throw null; }
- public bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- public C5.IList<T> View(int start, int count) { throw null; }
- public C5.IList<T> ViewOf(T item) { throw null; }
- }
-}
diff --git a/src/v4.5.2/Mono.CSharp.cs b/src/v4.5.2/Mono.CSharp.cs
deleted file mode 100644
index 6c64acd..0000000
--- a/src/v4.5.2/Mono.CSharp.cs
+++ /dev/null
@@ -1,7227 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CSharp.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Microsoft.CSharp, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
-}
-namespace Mono.CSharp
-{
- public abstract partial class AbstractMessage
- {
- protected readonly int code;
- protected readonly Mono.CSharp.Location location;
- protected AbstractMessage(Mono.CSharp.AbstractMessage aMsg) { }
- protected AbstractMessage(int code, Mono.CSharp.Location loc, string msg, System.Collections.Generic.List<string> extraInfo) { }
- public int Code { get { throw null; } }
- public abstract bool IsWarning { get; }
- public Mono.CSharp.Location Location { get { throw null; } }
- public abstract string MessageType { get; }
- public string[] RelatedSymbols { get { throw null; } }
- public string Text { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AbstractPropertyEventMethod : Mono.CSharp.MemberCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> declarative_security;
- protected Mono.CSharp.MethodData method_data;
- protected readonly string prefix;
- protected AbstractPropertyEventMethod(Mono.CSharp.InterfaceMemberBase member, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsAccessor { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public abstract Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public abstract Mono.CSharp.TypeSpec ReturnType { get; }
- public Mono.CSharp.MethodSpec Spec { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public sealed override bool Define() { throw null; }
- public virtual void Emit(Mono.CSharp.TypeDefinition parent) { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void PrepareEmit() { }
- public void UpdateName(Mono.CSharp.InterfaceMemberBase member) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- [System.FlagsAttribute]
- public enum AddressOp
- {
- Load = 2,
- LoadStore = 3,
- Store = 1,
- }
- public abstract partial class AnonymousExpression : Mono.CSharp.ExpressionStatement
- {
- protected readonly Mono.CSharp.ParametersBlock block;
- public Mono.CSharp.TypeSpec ReturnType;
- protected AnonymousExpression(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public abstract string ContainerType { get; }
- public abstract bool IsIterator { get; }
- public abstract Mono.CSharp.AnonymousMethodStorey Storey { get; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- public void SetHasThisAccess() { }
- protected partial class AnonymousMethodMethod : Mono.CSharp.Method
- {
- public readonly Mono.CSharp.AnonymousExpression AnonymousMethod;
- public readonly Mono.CSharp.AnonymousMethodStorey Storey;
- public AnonymousMethodMethod(Mono.CSharp.TypeDefinition parent, Mono.CSharp.AnonymousExpression am, Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.TypeExpr return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override void DefineTypeParameters() { }
- public override void Emit() { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class AnonymousMethodBody : Mono.CSharp.AnonymousExpression
- {
- protected readonly Mono.CSharp.ParametersCompiled parameters;
- public AnonymousMethodBody(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr DirectMethodGroupConversion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } set { } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousMethodExpression : Mono.CSharp.Expression
- {
- public Mono.CSharp.ParametersBlock Block;
- public AnonymousMethodExpression(Mono.CSharp.Location loc) { }
- public override string ExprClassName { get { throw null; } }
- public virtual bool HasExplicitParameters { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.ReportPrinter TypeInferenceReportPrinter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.Expression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- protected virtual Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_AddressOfCapturedVar(Mono.CSharp.ResolveContext rc, Mono.CSharp.IVariableReference var, Mono.CSharp.Location loc) { }
- public bool ExplicitTypeInference(Mono.CSharp.TypeInferenceContext type_inference, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public Mono.CSharp.TypeSpec InferReturnType(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected virtual Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected bool VerifyExplicitParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection parameters) { throw null; }
- protected bool VerifyParameterCompatibility(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection invoke_pd, bool ignore_errors) { throw null; }
- }
- public partial class AnonymousMethodStorey : Mono.CSharp.HoistedStoreyClass
- {
- protected System.Collections.Generic.List<Mono.CSharp.HoistedVariable> hoisted_locals;
- protected System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted_params;
- protected Mono.CSharp.HoistedThis hoisted_this;
- public readonly int ID;
- public Mono.CSharp.Expression Instance;
- public readonly Mono.CSharp.ExplicitBlock OriginalSourceBlock;
- public AnonymousMethodStorey(Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberName), default(Mono.CSharp.TypeParameters), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.HoistedThis HoistedThis { get { throw null; } set { } }
- public System.Collections.Generic.IList<Mono.CSharp.ExplicitBlock> ReferencesFromChildrenBlock { get { throw null; } }
- public void AddCapturedThisField(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey parent) { }
- public Mono.CSharp.Field AddCapturedVariable(string name, Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type, bool privateAccess) { throw null; }
- public void AddParentStoreyReference(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void AddReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void CaptureLocalVariable(Mono.CSharp.ResolveContext ec, Mono.CSharp.LocalVariable localVariable) { }
- public void CaptureParameter(Mono.CSharp.ResolveContext ec, Mono.CSharp.ParametersBlock.ParameterInfo parameterInfo, Mono.CSharp.ParameterReference parameterReference) { }
- protected override bool DoResolveTypeParameters() { throw null; }
- protected virtual void EmitHoistedParameters(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted) { }
- public void EmitStoreyInstantiation(Mono.CSharp.EmitContext ec, Mono.CSharp.ExplicitBlock block) { }
- public Mono.CSharp.Expression GetStoreyInstanceExpression(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public void SetNestedStoryParent(Mono.CSharp.AnonymousMethodStorey parentStorey) { }
- }
- public partial class AnonymousTypeClass : Mono.CSharp.CompilerGeneratedContainer
- {
- internal AnonymousTypeClass() : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public const string ClassNamePrefix = "<>__AnonType";
- public const string SignatureForError = "anonymous type";
- public System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public static Mono.CSharp.AnonymousTypeClass Create(Mono.CSharp.TypeContainer parent, System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.Location loc) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousTypeParameter : Mono.CSharp.ShimExpression
- {
- public readonly string Name;
- public AnonymousTypeParameter(Mono.CSharp.Expression initializer, string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public AnonymousTypeParameter(Mono.CSharp.Parameter parameter) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object o) { throw null; }
- protected virtual void Error_InvalidInitializer(Mono.CSharp.ResolveContext ec, string initializer) { }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AParametersCollection
- {
- protected bool has_arglist;
- protected bool has_params;
- protected Mono.CSharp.IParameterData[] parameters;
- protected Mono.CSharp.TypeSpec[] types;
- protected AParametersCollection() { }
- public System.Reflection.CallingConventions CallingConvention { get { throw null; } }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeSpec ExtensionMethodType { get { throw null; } }
- public Mono.CSharp.IParameterData[] FixedParameters { get { throw null; } }
- public bool HasArglist { get { throw null; } }
- public bool HasExtensionMethodType { get { throw null; } }
- public bool HasParams { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public Mono.CSharp.TypeSpec[] Types { get { throw null; } set { } }
- public System.Type[] GetMetaInfo() { throw null; }
- public static System.Reflection.ParameterAttributes GetParameterAttribute(Mono.CSharp.Parameter.Modifier modFlags) { throw null; }
- public int GetParameterIndexByName(string name) { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetSignatureForError(string start, string end, int count) { throw null; }
- public static bool HasSameParameterDefaults(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public Mono.CSharp.AParametersCollection Inflate(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public string ParameterDesc(int pos) { throw null; }
- }
- public partial class Arglist : Mono.CSharp.Expression
- {
- public Arglist(Mono.CSharp.Arguments args, Mono.CSharp.Location l) { }
- public Arglist(Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public System.Type[] ArgumentTypes { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistAccess : Mono.CSharp.Expression
- {
- public ArglistAccess(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistParameter : Mono.CSharp.Parameter
- {
- public ArglistParameter(Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class Argument
- {
- public readonly Mono.CSharp.Argument.AType ArgType;
- public Mono.CSharp.Expression Expr;
- public Argument(Mono.CSharp.Expression expr) { }
- public Argument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType type) { }
- public bool IsByRef { get { throw null; } }
- public bool IsDefaultArgument { get { throw null; } }
- public bool IsExtensionType { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier Modifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } }
- public Mono.CSharp.Argument Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- public Mono.CSharp.Argument Clone(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Argument EmitToField(Mono.CSharp.EmitContext ec, bool cloneResult) { throw null; }
- public void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public string GetSignatureForError() { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext ec) { }
- public bool ResolveMethodGroup(Mono.CSharp.ResolveContext ec) { throw null; }
- public enum AType : byte
- {
- ConditionalAccessFlag = (byte)128,
- Default = (byte)3,
- DynamicTypeName = (byte)4,
- ExtensionType = (byte)5,
- ExtensionTypeConditionalAccess = (byte)133,
- None = (byte)0,
- Out = (byte)2,
- Ref = (byte)1,
- }
- }
- public partial class Arguments
- {
- public Arguments(int capacity) { }
- public int Count { get { throw null; } }
- public bool HasDynamic { get { throw null; } }
- public bool HasNamed { get { throw null; } }
- public Mono.CSharp.Argument this[int index] { get { throw null; } set { } }
- public void Add(Mono.CSharp.Argument arg) { }
- public void AddRange(Mono.CSharp.Arguments args) { }
- public void CheckArrayAsAttribute(Mono.CSharp.CompilerContext ctx) { }
- public Mono.CSharp.Arguments Clone(Mono.CSharp.CloneContext ctx) { throw null; }
- public bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.ArrayInitializer CreateDynamicBinderArguments(Mono.CSharp.ResolveContext rc) { throw null; }
- public static Mono.CSharp.Arguments CreateForExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args, params Mono.CSharp.Expression[] e) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Arguments Emit(Mono.CSharp.EmitContext ec, bool dup_args, bool prepareAwait) { throw null; }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc, System.Collections.Generic.List<Mono.CSharp.MovableArgument> movable=null) { }
- public System.Collections.Generic.List<Mono.CSharp.Argument>.Enumerator GetEnumerator() { throw null; }
- public void Insert(int index, Mono.CSharp.Argument arg) { }
- public static System.Linq.Expressions.Expression[] MakeExpression(Mono.CSharp.Arguments args, Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Arguments MarkOrderedArgument(Mono.CSharp.NamedArgument a) { throw null; }
- public void RemoveAt(int index) { }
- public void Resolve(Mono.CSharp.ResolveContext ec, out bool dynamic) { dynamic = default(bool); }
- }
- public partial class ArrayAccess : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public ArrayAccess(Mono.CSharp.ElementAccess ea_data, Mono.CSharp.Location l) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void SetConditionalAccessReceiver() { }
- }
- public partial class ArrayContainer : Mono.CSharp.ElementTypeSpec
- {
- internal ArrayContainer() : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(System.Type)) { }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public int Rank { get { throw null; } }
- public System.Reflection.MethodInfo GetAddressMethod() { throw null; }
- public System.Reflection.MethodInfo GetConstructor() { throw null; }
- public System.Reflection.MethodInfo GetGetMethod() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- protected override string GetPostfixSignature() { throw null; }
- public static string GetPostfixSignature(int rank) { throw null; }
- public System.Reflection.MethodInfo GetSetMethod() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element, int rank) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeRankPair : System.IEquatable<Mono.CSharp.ArrayContainer.TypeRankPair>
- {
- public TypeRankPair(Mono.CSharp.TypeSpec ts, int rank) { throw null;}
- public bool Equals(Mono.CSharp.ArrayContainer.TypeRankPair other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public partial class ArrayCreation : Mono.CSharp.Expression
- {
- protected System.Collections.Generic.List<Mono.CSharp.Expression> arguments;
- protected System.Collections.Generic.List<Mono.CSharp.Expression> array_data;
- protected Mono.CSharp.TypeSpec array_element_type;
- protected int dimensions;
- protected readonly Mono.CSharp.ComposedTypeSpecifier rank;
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, System.Collections.Generic.List<Mono.CSharp.Expression> exprs, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location l) { }
- public Mono.CSharp.ArrayInitializer Initializers { get { throw null; } }
- public bool NoEmptyInterpolation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ComposedTypeSpecifier Rank { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected sealed override Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveArrayElement(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression element) { throw null; }
- protected bool ResolveInitializers(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ArrayIndexCast : Mono.CSharp.TypeCast
- {
- public ArrayIndexCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArrayInitializer : Mono.CSharp.Expression
- {
- public ArrayInitializer(Mono.CSharp.Location loc) { }
- public ArrayInitializer(System.Collections.Generic.List<Mono.CSharp.Expression> init, Mono.CSharp.Location loc) { }
- public ArrayInitializer(int count, Mono.CSharp.Location loc) { }
- public int Count { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Expression> Elements { get { throw null; } }
- public Mono.CSharp.Expression this[int index] { get { throw null; } }
- public Mono.CSharp.BlockVariable VariableDeclaration { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Expression expr) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class As : Mono.CSharp.Probe
- {
- public As(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class AssemblyBuilderExtension
- {
- protected readonly Mono.CSharp.CompilerContext ctx;
- public AssemblyBuilderExtension(Mono.CSharp.CompilerContext ctx) { }
- public virtual System.Reflection.Module AddModule(string module) { throw null; }
- public virtual void AddPermissionRequests(System.Security.PermissionSet[] permissions) { }
- public virtual void AddTypeForwarder(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public virtual void DefineWin32IconResource(string fileName) { }
- public virtual System.Reflection.AssemblyName[] GetReferencedAssemblies() { throw null; }
- public virtual void SetAlgorithmId(uint value, Mono.CSharp.Location loc) { }
- public virtual void SetCulture(string culture, Mono.CSharp.Location loc) { }
- public virtual void SetFlags(uint flags, Mono.CSharp.Location loc) { }
- public virtual void SetVersion(System.Version version, Mono.CSharp.Location loc) { }
- }
- public abstract partial class AssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- protected System.Collections.Generic.List<Mono.CSharp.ImportedModuleDefinition> added_modules;
- public System.Reflection.Emit.AssemblyBuilder Builder;
- protected Mono.CSharp.AssemblyBuilderExtension builder_extra;
- protected readonly string file_name;
- protected Mono.CSharp.ModuleContainer module;
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name) { }
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name, string fileName) { }
- public Mono.CSharp.Attribute CLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.Method EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.MetadataImporter Importer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsSatelliteAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- bool Mono.CSharp.IAssemblyDefinition.IsMissing { get { throw null; } }
- public string Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolWriter { get { throw null; } }
- public bool WrapNonExceptionThrows { get { throw null; } }
- public void AddModule(Mono.CSharp.ImportedModuleDefinition module) { }
- public void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected System.Reflection.AssemblyName CreateAssemblyName() { throw null; }
- public virtual System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public void EmbedResources() { }
- public virtual void Emit() { }
- protected virtual System.Collections.Generic.List<Mono.CSharp.AssemblyReferenceMessageInfo> GetNotUnifiedReferences(System.Reflection.AssemblyName assemblyName) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void Resolve() { }
- protected void ResolveAssemblySecurityAttributes() { }
- public void Save() { }
- protected virtual void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyDefinitionDynamic : Mono.CSharp.AssemblyDefinition
- {
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name, string fileName) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public bool Create(System.AppDomain domain, System.Reflection.Emit.AssemblyBuilderAccess access) { throw null; }
- public override System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public System.Reflection.Module IncludeModule(string moduleFile) { throw null; }
- protected override void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyReferenceMessageInfo
- {
- public AssemblyReferenceMessageInfo(System.Reflection.AssemblyName dependencyName, System.Action<Mono.CSharp.Report> reportMessage) { }
- public System.Reflection.AssemblyName DependencyName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Action<Mono.CSharp.Report> ReportMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class AssemblyResource : System.IEquatable<Mono.CSharp.AssemblyResource>
- {
- public AssemblyResource(string fileName, string name) { }
- public AssemblyResource(string fileName, string name, bool isPrivate) { }
- public System.Reflection.ResourceAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsEmbeded { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.AssemblyResource other) { throw null; }
- }
- public abstract partial class Assign : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression source;
- protected Mono.CSharp.Expression target;
- protected Assign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Source { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.Expression Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class AsyncInitializer : Mono.CSharp.StateMachineInitializer
- {
- public AsyncInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.TypeSpec DelegateType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.StackFieldExpr HoistedReturnState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } }
- protected override Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCatchBlock(Mono.CSharp.EmitContext ec) { }
- protected override void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public abstract partial class Attributable
- {
- protected Mono.CSharp.Attributes attributes;
- protected Attributable() { }
- public abstract System.AttributeTargets AttributeTargets { get; }
- public Mono.CSharp.Attributes OptAttributes { get { throw null; } set { } }
- public abstract string[] ValidAttributeTargets { get; }
- public void AddAttributes(Mono.CSharp.Attributes attrs, Mono.CSharp.IMemberContext context) { }
- public abstract void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa);
- public abstract bool IsClsComplianceRequired();
- }
- public partial class Attribute
- {
- public static readonly System.AttributeUsageAttribute DefaultUsageAttribute;
- public static readonly object[] EmptyObject;
- public readonly string ExplicitTarget;
- public System.AttributeTargets Target;
- public Mono.CSharp.TypeSpec Type;
- public Attribute(string target, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Arguments[] args, Mono.CSharp.Location loc, bool nameEscaped) { }
- public bool HasSecurityAttribute { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.Arguments NamedArguments { get { throw null; } }
- public Mono.CSharp.Arguments PositionalArguments { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public bool ResolveError { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression TypeExpression { get { throw null; } }
- public void AttachTo(Mono.CSharp.Attributable target, Mono.CSharp.IMemberContext context) { }
- public bool CheckTarget() { throw null; }
- public Mono.CSharp.Attribute Clone() { throw null; }
- public Mono.CSharp.ResolveContext CreateResolveContext() { throw null; }
- public void Emit(System.Collections.Generic.Dictionary<Mono.CSharp.Attribute, System.Collections.Generic.List<Mono.CSharp.Attribute>> allEmitted) { }
- public override bool Equals(object obj) { throw null; }
- public static void Error_AttributeArgumentIsDynamic(Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { }
- public void Error_InvalidArgumentValue(Mono.CSharp.TypeSpec attributeType) { }
- public void Error_InvalidSecurityParent() { }
- public void Error_MissingGuidAttribute() { }
- public void Error_MisusedDynamicAttribute() { }
- public void Error_MisusedExtensionAttribute() { }
- public void ExtractSecurityPermissionSet(Mono.CSharp.MethodSpec ctor, ref System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> permissions) { }
- public Mono.CSharp.TypeSpec GetArgumentType() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsageAttribute() { throw null; }
- public bool GetBoolean() { throw null; }
- public System.Runtime.InteropServices.CharSet GetCharSetValue() { throw null; }
- public bool GetClsCompliantAttributeValue() { throw null; }
- public Mono.CSharp.TypeSpec GetCoClassAttributeValue() { throw null; }
- public string GetConditionalAttributeValue() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetIndexerAttributeValue() { throw null; }
- public System.Runtime.CompilerServices.MethodImplOptions GetMethodImplOptions() { throw null; }
- public Mono.CSharp.Constant GetNamedValue(string name) { throw null; }
- public System.ObsoleteAttribute GetObsoleteAttribute() { throw null; }
- public Mono.CSharp.Expression GetParameterDefaultValue() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetString() { throw null; }
- public string GetValidTargets() { throw null; }
- public bool HasField(string fieldName) { throw null; }
- public bool IsExplicitLayoutKind() { throw null; }
- public bool IsInternalCall() { throw null; }
- public static bool IsValidArgumentType(Mono.CSharp.TypeSpec t) { throw null; }
- public bool IsValidSecurityAttribute() { throw null; }
- public Mono.CSharp.MethodSpec Resolve() { throw null; }
- public Mono.CSharp.TypeSpec ResolveTypeForComparison() { throw null; }
- public void SetOwner(Mono.CSharp.Attributable owner) { }
- }
- public sealed partial class AttributeEncoder
- {
- public static readonly byte[] Empty;
- public AttributeEncoder() { }
- public Mono.CSharp.AttributeEncoder.EncodedTypeProperties Encode(Mono.CSharp.TypeSpec type) { throw null; }
- public void Encode(bool value) { }
- public void Encode(byte value) { }
- public void Encode(double value) { }
- public void Encode(short value) { }
- public void Encode(int value) { }
- public void Encode(long value) { }
- public void Encode(sbyte value) { }
- public void Encode(float value) { }
- public void Encode(string value) { }
- public void Encode(ushort value) { }
- public void Encode(uint value) { }
- public void Encode(ulong value) { }
- public void EncodeEmptyNamedArguments() { }
- public void EncodeNamedArguments<T>(T[] members, Mono.CSharp.Constant[] values) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- public void EncodeNamedFieldArgument(Mono.CSharp.FieldSpec field, Mono.CSharp.Constant value) { }
- public void EncodeNamedPropertyArgument(Mono.CSharp.PropertySpec property, Mono.CSharp.Constant value) { }
- public void EncodeTypeName(Mono.CSharp.TypeContainer type) { }
- public void EncodeTypeName(Mono.CSharp.TypeSpec type) { }
- public byte[] ToArray() { throw null; }
- [System.FlagsAttribute]
- public enum EncodedTypeProperties
- {
- DynamicType = 1,
- None = 0,
- TypeParameter = 2,
- }
- }
- public partial class Attributes
- {
- public readonly System.Collections.Generic.List<Mono.CSharp.Attribute> Attrs;
- public Attributes(Mono.CSharp.Attribute a) { }
- public Attributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AddAttribute(Mono.CSharp.Attribute attr) { }
- public void AddAttributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public static void AttachFromPartial(Mono.CSharp.Attributable target, Mono.CSharp.Attributable partialSrc) { }
- public void AttachTo(Mono.CSharp.Attributable attributable, Mono.CSharp.IMemberContext context) { }
- public bool CheckTargets() { throw null; }
- public Mono.CSharp.Attributes Clone() { throw null; }
- public bool Contains(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public void ConvertGlobalAttributes(Mono.CSharp.TypeContainer member, Mono.CSharp.NamespaceContainer currentNamespace, bool isGlobal) { }
- public void Emit() { }
- public bool HasResolveError() { throw null; }
- public Mono.CSharp.Attribute Search(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute Search(string explicitTarget, Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute[] SearchMulti(Mono.CSharp.PredefinedAttribute t) { throw null; }
- }
- public abstract partial class ATypeNameExpression : Mono.CSharp.FullNamedExpression
- {
- protected Mono.CSharp.TypeArguments targs;
- protected ATypeNameExpression(string name, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, int arity, Mono.CSharp.Location l) { }
- public int Arity { get { throw null; } }
- public bool HasTypeArguments { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.TypeArguments TypeArguments { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static string GetMemberType(Mono.CSharp.MemberCore mc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restriction);
- }
- public partial class Await : Mono.CSharp.ExpressionStatement
- {
- public Await(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.AwaitStatement Statement { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.FieldExpr field) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class AwaiterDefinition
- {
- public AwaiterDefinition() { }
- public Mono.CSharp.MethodSpec GetResult { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool INotifyCompletion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.PropertySpec IsCompleted { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsValidPattern { get { throw null; } }
- }
- public partial class AwaitStatement : Mono.CSharp.YieldStatement<Mono.CSharp.AsyncInitializer>
- {
- public AwaitStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.TypeSpec ResultType { get { throw null; } }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public void EmitPrologue(Mono.CSharp.EmitContext ec) { }
- public void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Expression GetResultExpression(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public sealed partial class AwaitableMemberAccess : Mono.CSharp.MemberAccess
- {
- public AwaitableMemberAccess(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(string)) { }
- public bool ProbingMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, string name) { }
- }
- }
- public partial class BaseThis : Mono.CSharp.This
- {
- public BaseThis(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BaseThis(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- }
- public partial class Binary : Mono.CSharp.Expression
- {
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.State state) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, bool isCompound) { }
- public bool IsCompound { get { throw null; } }
- public Mono.CSharp.Expression Left { get { throw null; } }
- public Mono.CSharp.Binary.Operator Oper { get { throw null; } }
- public Mono.CSharp.Expression Right { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Operator.OpType ConvertBinaryToUserOperator(Mono.CSharp.Binary.Operator op) { throw null; }
- public Mono.CSharp.Expression CreateCallSiteBinder(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression method) { throw null; }
- public Mono.CSharp.Expression CreateLiftedValueTypeResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec valueType) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreatePointerOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public static void EmitOperatorOpcode(Mono.CSharp.EmitContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.TypeSpec l, Mono.CSharp.Expression right) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Location loc) { }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, string oper, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public static Mono.CSharp.ConvCast.Mode GetEnumResultCast(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { throw null; }
- public Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext rc) { throw null; }
- [System.FlagsAttribute]
- public enum Operator
- {
- Addition = 2083,
- AdditionMask = 2048,
- ArithmeticMask = 32,
- BitwiseAnd = 525,
- BitwiseMask = 512,
- BitwiseOr = 527,
- ComparisonMask = 128,
- DecomposedMask = 524288,
- Division = 33,
- Equality = 395,
- EqualityMask = 256,
- ExclusiveOr = 526,
- GreaterThan = 8328,
- GreaterThanOrEqual = 8330,
- Inequality = 396,
- LeftShift = 69,
- LessThan = 8327,
- LessThanOrEqual = 8329,
- LogicalAnd = 1040,
- LogicalMask = 1024,
- LogicalOr = 1041,
- Modulus = 34,
- Multiply = 32,
- NullableMask = 1048576,
- RelationalMask = 8192,
- RightShift = 70,
- ShiftMask = 64,
- Subtraction = 4132,
- SubtractionMask = 4096,
- ValuesOnlyMask = 31,
- }
- public partial class PredefinedOperator
- {
- protected readonly Mono.CSharp.TypeSpec left;
- protected readonly Mono.CSharp.TypeSpec left_unwrap;
- public readonly Mono.CSharp.Binary.Operator OperatorsMask;
- public Mono.CSharp.TypeSpec ReturnType;
- protected readonly Mono.CSharp.TypeSpec right;
- protected readonly Mono.CSharp.TypeSpec right_unwrap;
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public bool IsLifted { get { throw null; } }
- public virtual Mono.CSharp.Expression ConvertResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.Binary b) { throw null; }
- public virtual bool IsApplicable(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lexpr, Mono.CSharp.Expression rexpr) { throw null; }
- public bool IsPrimitiveApplicable(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype) { throw null; }
- public Mono.CSharp.Binary.PredefinedOperator ResolveBetterOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.PredefinedOperator best_operator) { throw null; }
- }
- [System.FlagsAttribute]
- public enum State : byte
- {
- Compound = (byte)2,
- None = (byte)0,
- UserOperatorsExcluded = (byte)4,
- }
- }
- [System.FlagsAttribute]
- public enum BindingRestriction
- {
- DeclaredOnly = 2,
- InstanceOnly = 4,
- NoAccessors = 8,
- None = 0,
- OverrideOnly = 16,
- }
- public partial class Block : Mono.CSharp.Statement
- {
- public Mono.CSharp.Location EndLocation;
- public Mono.CSharp.ExplicitBlock Explicit;
- protected Mono.CSharp.Block.Flags flags;
- public Mono.CSharp.ParametersBlock ParametersBlock;
- public Mono.CSharp.Block Parent;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> scope_initializers;
- public Mono.CSharp.Location StartLocation;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> statements;
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public bool IsCatchBlock { get { throw null; } }
- public bool IsCompilerGenerated { get { throw null; } set { } }
- public bool IsFinallyBlock { get { throw null; } }
- public Mono.CSharp.Block Original { get { throw null; } protected set { } }
- public System.Collections.Generic.List<Mono.CSharp.Statement> Statements { get { throw null; } }
- public bool Unchecked { get { throw null; } set { } }
- public bool Unsafe { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddLabel(Mono.CSharp.LabeledStatement target) { }
- public void AddLocalName(Mono.CSharp.LocalVariable li) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li) { }
- public void AddScopeStatement(Mono.CSharp.Statement s) { }
- public void AddStatement(Mono.CSharp.Statement s) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected void EmitScopeInitializers(Mono.CSharp.EmitContext ec) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public virtual void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void InsertStatement(int index, Mono.CSharp.Statement s) { }
- public Mono.CSharp.LabeledStatement LookupLabel(string name) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void MarkReachableScope(Mono.CSharp.Reachability rc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ScanGotoJump(Mono.CSharp.Statement label) { }
- public void ScanGotoJump(Mono.CSharp.Statement label, Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetEndLocation(Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- AwaitBlock = 8192,
- CatchBlock = 32768,
- CompilerGenerated = 512,
- FinallyBlock = 16384,
- HasAsyncModifier = 1024,
- HasCapturedThis = 128,
- HasCapturedVariable = 64,
- HasReferenceToStoreyForInstanceLambdas = 65536,
- InitializationEmitted = 4194304,
- IsExpressionTree = 256,
- Iterator = 1048576,
- NoFlowAnalysis = 2097152,
- ReachableEnd = 8,
- Resolved = 2048,
- Unchecked = 1,
- Unsafe = 16,
- YieldBlock = 4096,
- }
- }
- public partial class BlockConstant : Mono.CSharp.BlockVariable
- {
- public BlockConstant(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockContext : Mono.CSharp.ResolveContext
- {
- public int AssignmentInfoOffset;
- public BlockContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public BlockContext(Mono.CSharp.ResolveContext rc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public Mono.CSharp.ExceptionStatement CurrentTryBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryCatch CurrentTryCatch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoop { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoopOrSwitch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.Switch Switch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class BlockVariable : Mono.CSharp.Statement
- {
- protected System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> declarators;
- protected Mono.CSharp.LocalVariable li;
- protected Mono.CSharp.FullNamedExpression type_expr;
- public BlockVariable(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) { }
- protected BlockVariable(Mono.CSharp.LocalVariable li) { }
- public System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddDeclarator(Mono.CSharp.BlockVariableDeclarator decl) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public bool Resolve(Mono.CSharp.BlockContext bc, bool resolveDeclaratorInitializers) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockVariableDeclarator
- {
- public BlockVariableDeclarator(Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public virtual Mono.CSharp.BlockVariableDeclarator Clone(Mono.CSharp.CloneContext cloneCtx) { throw null; }
- }
- public partial class BoolConstant : Mono.CSharp.Constant
- {
- public readonly bool Value;
- public BoolConstant(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BoolConstant(Mono.CSharp.TypeSpec type, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class BooleanExpression : Mono.CSharp.ShimExpression
- {
- public BooleanExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class BooleanExpressionFalse : Mono.CSharp.Unary
- {
- public BooleanExpressionFalse(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class BoolLiteral : Mono.CSharp.BoolConstant, Mono.CSharp.ILiteralConstant
- {
- public BoolLiteral(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(bool), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class BoxedCast : Mono.CSharp.TypeCast
- {
- public BoxedCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class Break : Mono.CSharp.LocalExitStatement
- {
- public Break(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class BuilderContext
- {
- protected Mono.CSharp.BuilderContext.Options flags;
- public BuilderContext() { }
- public bool HasSet(Mono.CSharp.BuilderContext.Options options) { throw null; }
- public Mono.CSharp.BuilderContext.FlagsHandle With(Mono.CSharp.BuilderContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.BuilderContext ec, Mono.CSharp.BuilderContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AccurateDebugInfo = 2,
- AsyncBody = 16,
- CheckedScope = 1,
- ConstructorScope = 8,
- OmitDebugInfo = 4,
- }
- }
- public partial class BuiltinTypes
- {
- public readonly Mono.CSharp.BuiltinTypeSpec Array;
- public readonly Mono.CSharp.BuiltinTypeSpec Attribute;
- public readonly Mono.CSharp.TypeSpec[] BinaryPromotionsTypes;
- public readonly Mono.CSharp.BuiltinTypeSpec Bool;
- public readonly Mono.CSharp.BuiltinTypeSpec Byte;
- public readonly Mono.CSharp.BuiltinTypeSpec Char;
- public readonly Mono.CSharp.BuiltinTypeSpec Decimal;
- public readonly Mono.CSharp.BuiltinTypeSpec Delegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Double;
- public readonly Mono.CSharp.BuiltinTypeSpec Dynamic;
- public readonly Mono.CSharp.BuiltinTypeSpec Enum;
- public readonly Mono.CSharp.BuiltinTypeSpec Exception;
- public readonly Mono.CSharp.BuiltinTypeSpec Float;
- public readonly Mono.CSharp.BuiltinTypeSpec IDisposable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerator;
- public readonly Mono.CSharp.BuiltinTypeSpec Int;
- public readonly Mono.CSharp.BuiltinTypeSpec IntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec Long;
- public readonly Mono.CSharp.BuiltinTypeSpec MulticastDelegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Object;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEquality;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryStandard;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryUnsafe;
- public readonly Mono.CSharp.TypeSpec[][] OperatorsUnary;
- public readonly Mono.CSharp.TypeSpec[] OperatorsUnaryMutator;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeFieldHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeTypeHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec SByte;
- public readonly Mono.CSharp.BuiltinTypeSpec Short;
- public readonly Mono.CSharp.BuiltinTypeSpec String;
- public readonly Mono.CSharp.BuiltinTypeSpec Type;
- public readonly Mono.CSharp.BuiltinTypeSpec UInt;
- public readonly Mono.CSharp.BuiltinTypeSpec UIntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec ULong;
- public readonly Mono.CSharp.BuiltinTypeSpec UShort;
- public readonly Mono.CSharp.BuiltinTypeSpec ValueType;
- public readonly Mono.CSharp.BuiltinTypeSpec Void;
- public BuiltinTypes() { }
- public Mono.CSharp.BuiltinTypeSpec[] AllTypes { get { throw null; } }
- public bool CheckDefinitions(Mono.CSharp.ModuleContainer module) { throw null; }
- }
- public sealed partial class BuiltinTypeSpec : Mono.CSharp.TypeSpec
- {
- public BuiltinTypeSpec(Mono.CSharp.MemberKind kind, string ns, string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public BuiltinTypeSpec(string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public override Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public string FullName { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- public static int GetSize(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveType(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveTypeOrDecimal(Mono.CSharp.TypeSpec type) { throw null; }
- public void SetDefinition(Mono.CSharp.ITypeDefinition td, System.Type type, Mono.CSharp.Modifiers mod) { }
- public void SetDefinition(Mono.CSharp.TypeSpec ts) { }
- public enum Type
- {
- Array = 24,
- Attribute = 29,
- Bool = 1,
- Byte = 2,
- Char = 4,
- Decimal = 13,
- Delegate = 22,
- Double = 12,
- Dynamic = 17,
- Enum = 21,
- Exception = 28,
- FirstPrimitive = 1,
- Float = 11,
- IDisposable = 27,
- IEnumerable = 26,
- IEnumerator = 25,
- Int = 7,
- IntPtr = 14,
- LastPrimitive = 12,
- Long = 9,
- MulticastDelegate = 23,
- None = 0,
- Object = 16,
- Other = 30,
- SByte = 3,
- Short = 5,
- String = 18,
- Type = 19,
- UInt = 8,
- UIntPtr = 15,
- ULong = 10,
- UShort = 6,
- ValueType = 20,
- }
- }
- public partial class ByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly byte Value;
- public ByteConstant(Mono.CSharp.BuiltinTypes types, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ByteConstant(Mono.CSharp.TypeSpec type, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Cast : Mono.CSharp.ShimExpression
- {
- public Cast(Mono.CSharp.Expression cast_type, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression TargetType { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Catch : Mono.CSharp.Statement
- {
- public Catch(Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.TypeSpec CatchType { get { throw null; } }
- public Mono.CSharp.Expression Filter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsGeneral { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class CatchFilterExpression : Mono.CSharp.BooleanExpression
- {
- public CatchFilterExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- }
- public partial class CharConstant : Mono.CSharp.Constant
- {
- public readonly char Value;
- public CharConstant(Mono.CSharp.BuiltinTypes types, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public CharConstant(Mono.CSharp.TypeSpec type, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class CharLiteral : Mono.CSharp.CharConstant, Mono.CSharp.ILiteralConstant
- {
- public CharLiteral(Mono.CSharp.BuiltinTypes types, char c, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(char), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Checked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Checked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class CheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public CheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public sealed partial class Class : Mono.CSharp.ClassOrStruct
- {
- public Class(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override string[] ConditionalConditions() { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public override void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- }
- public sealed partial class ClassCast : Mono.CSharp.TypeCast
- {
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, bool forced) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ClassOrStruct : Mono.CSharp.TypeDefinition
- {
- protected Mono.CSharp.Constructor generated_primary_constructor;
- public const System.Reflection.TypeAttributes StaticClassAttribute = (System.Reflection.TypeAttributes)(384);
- protected ClassOrStruct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.ToplevelBlock PrimaryConstructorBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual Mono.CSharp.Constructor DefineDefaultConstructor(bool is_static) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- }
- public partial class CloneContext
- {
- public CloneContext() { }
- public void AddBlockMap(Mono.CSharp.Block from, Mono.CSharp.Block to) { }
- public Mono.CSharp.Block LookupBlock(Mono.CSharp.Block from) { throw null; }
- public Mono.CSharp.Block RemapBlockCopy(Mono.CSharp.Block from) { throw null; }
- }
- public partial class CollectionOrObjectInitializers : Mono.CSharp.ExpressionStatement
- {
- public CollectionOrObjectInitializers(Mono.CSharp.Location loc) { }
- public CollectionOrObjectInitializers(System.Collections.Generic.IList<Mono.CSharp.Expression> initializers, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.IList<Mono.CSharp.Expression> Initializers { get { throw null; } }
- public bool IsCollectionInitializer { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool inferType) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class CommandLineParser
- {
- public CommandLineParser(System.IO.TextWriter errorOutput) { }
- public CommandLineParser(System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) { }
- public bool HasBeenStopped { get { throw null; } }
- public event System.Func<string[], int, int> UnknownOptionHandler { add { } remove { } }
- public bool ParseArguments(Mono.CSharp.CompilerSettings settings, string[] args) { throw null; }
- public Mono.CSharp.CompilerSettings ParseArguments(string[] args) { throw null; }
- public bool ProcessWarningsList(string text, System.Action<int> action) { throw null; }
- }
- public partial class Comparer : System.Collections.IComparer
- {
- internal Comparer() { }
- public int Compare(object a, object b) { throw null; }
- public static System.Reflection.EventInfo[] Sort(System.Reflection.EventInfo[] inf) { throw null; }
- public static System.Reflection.MemberInfo[] Sort(System.Reflection.MemberInfo[] inf) { throw null; }
- public static System.Reflection.MethodBase[] Sort(System.Reflection.MethodBase[] inf) { throw null; }
- public static System.Reflection.PropertyInfo[] Sort(System.Reflection.PropertyInfo[] inf) { throw null; }
- }
- public partial class CompilationSourceFile : Mono.CSharp.NamespaceContainer
- {
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent, Mono.CSharp.SourceFile sourceFile) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public string FileName { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry SymbolUnitEntry { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDefine(string value) { }
- public void AddIncludeFile(Mono.CSharp.SourceFile file) { }
- public void AddUndefine(string value) { }
- public bool IsConditionalDefined(string value) { throw null; }
- public override void PrepareEmit() { }
- }
- public delegate void CompiledMethod(ref object retvalue);
- public partial class CompilerCallableEntryPoint : System.MarshalByRefObject
- {
- public CompilerCallableEntryPoint() { }
- public static int[] AllWarningNumbers { get { throw null; } }
- public static bool InvokeCompiler(string[] args, System.IO.TextWriter error) { throw null; }
- public static void PartialReset() { }
- public static void Reset() { }
- public static void Reset(bool full_flag) { }
- }
- public partial class CompilerContext
- {
- public CompilerContext(Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool IsRuntimeBinder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.CompilerSettings Settings { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public Mono.CSharp.SourceFile LookupFile(Mono.CSharp.CompilationSourceFile comp_unit, string name) { throw null; }
- }
- public abstract partial class CompilerGeneratedContainer : Mono.CSharp.ClassOrStruct
- {
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected void CheckMembersDefined() { }
- protected override bool DoDefineMembers() { throw null; }
- protected static Mono.CSharp.MemberName MakeMemberName(Mono.CSharp.MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { throw null; }
- public static string MakeName(string host, string typePrefix, string name, int id) { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public partial class CompilerSettings
- {
- public System.Collections.Generic.List<string> AssemblyReferences;
- public System.Collections.Generic.List<System.Tuple<string, string>> AssemblyReferencesAliases;
- public bool BreakOnInternalError;
- public bool Checked;
- public int DebugFlags;
- public string DocumentationFile;
- public System.Text.Encoding Encoding;
- public bool EnhancedWarnings;
- public int FatalCounter;
- public bool GenerateDebugInfo;
- public System.Collections.Generic.List<string> GetResourceStrings;
- public bool LoadDefaultReferences;
- public string MainClass;
- public System.Collections.Generic.List<string> Modules;
- public bool Optimize;
- public string OutputFile;
- public bool ParseOnly;
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> PathMap;
- public Mono.CSharp.Platform Platform;
- public System.Collections.Generic.List<string> ReferencesLookupPaths;
- public System.Collections.Generic.List<Mono.CSharp.AssemblyResource> Resources;
- public string RuntimeMetadataVersion;
- public string SdkVersion;
- public bool ShowFullPaths;
- public bool Stacktrace;
- public bool StatementMode;
- public bool StdLib;
- public Mono.CSharp.RuntimeVersion StdLibRuntimeVersion;
- public bool StrongNameDelaySign;
- public string StrongNameKeyContainer;
- public string StrongNameKeyFile;
- public int TabSize;
- public Mono.CSharp.Target Target;
- public string TargetExt;
- public bool Timestamps;
- public bool TokenizeOnly;
- public bool Unsafe;
- public int VerboseParserFlag;
- public bool VerifyClsCompliance;
- public Mono.CSharp.LanguageVersion Version;
- public int WarningLevel;
- public bool WarningsAreErrors;
- public string Win32IconFile;
- public string Win32ResourceFile;
- public bool WriteMetadataOnly;
- public CompilerSettings() { }
- public Mono.CSharp.SourceFile FirstSourceFile { get { throw null; } }
- public bool HasKeyFileOrContainer { get { throw null; } }
- public bool NeedsEntryPoint { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public void AddConditionalSymbol(string symbol) { }
- public void AddWarningAsError(int id) { }
- public void AddWarningOnly(int id) { }
- public bool IsConditionalSymbolDefined(string symbol) { throw null; }
- public bool IsWarningAsError(int code) { throw null; }
- public bool IsWarningDisabledGlobally(int code) { throw null; }
- public bool IsWarningEnabled(int code, int level) { throw null; }
- public void SetIgnoreWarning(int code) { }
- }
- public abstract partial class CompletingExpression : Mono.CSharp.ExpressionStatement
- {
- protected CompletingExpression() { }
- public static void AppendResults(System.Collections.Generic.List<string> results, string prefix, System.Collections.Generic.IEnumerable<string> names) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompletionElementInitializer : Mono.CSharp.CompletingExpression
- {
- public CompletionElementInitializer(string partial_name, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class CompletionMemberAccess : Mono.CSharp.CompletingExpression
- {
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.Location l) { }
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class CompletionResult : System.Exception
- {
- public CompletionResult(string base_text, string[] res) { }
- public string BaseText { get { throw null; } }
- public string[] Result { get { throw null; } }
- }
- public partial class CompletionSimpleName : Mono.CSharp.CompletingExpression
- {
- public string Prefix;
- public CompletionSimpleName(string prefix, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ComposedCast : Mono.CSharp.TypeExpr
- {
- public ComposedCast(Mono.CSharp.FullNamedExpression left, Mono.CSharp.ComposedTypeSpecifier spec) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class ComposedTypeSpecifier
- {
- public readonly int Dimension;
- public readonly Mono.CSharp.Location Location;
- public static readonly Mono.CSharp.ComposedTypeSpecifier SingleDimension;
- public ComposedTypeSpecifier(int specifier, Mono.CSharp.Location loc) { }
- public bool IsNullable { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Next { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.ComposedTypeSpecifier CreateArrayDimension(int dimension, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreateNullable(Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreatePointer(Mono.CSharp.Location loc) { throw null; }
- public string GetSignatureForError() { throw null; }
- }
- public abstract partial class CompositeExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected CompositeExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompoundAssign : Mono.CSharp.Assign
- {
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Expression left) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Binary.Operator Operator { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- public sealed partial class TargetExpression : Mono.CSharp.Expression
- {
- public TargetExpression(Mono.CSharp.Expression child) { }
- public bool RequiresEmitWithAwait { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- }
- }
- public partial class Conditional : Mono.CSharp.Expression
- {
- public Conditional(Mono.CSharp.Expression expr, Mono.CSharp.Expression true_expr, Mono.CSharp.Expression false_expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression FalseExpr { get { throw null; } }
- public Mono.CSharp.Expression TrueExpr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConditionalAccessContext
- {
- public ConditionalAccessContext(Mono.CSharp.TypeSpec type, System.Reflection.Emit.Label endLabel) { }
- public System.Reflection.Emit.Label EndLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class ConditionalLogicalOperator : Mono.CSharp.UserOperatorCall
- {
- public ConditionalLogicalOperator(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments arguments, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, bool is_and, Mono.CSharp.Location loc) : base (default(Mono.CSharp.MethodSpec), default(Mono.CSharp.Arguments), default(System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression>), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ConditionalMemberAccess : Mono.CSharp.MemberAccess
- {
- public ConditionalMemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ConsoleReportPrinter : Mono.CSharp.StreamReportPrinter
- {
- public ConsoleReportPrinter() : base (default(System.IO.TextWriter)) { }
- public ConsoleReportPrinter(System.IO.TextWriter writer) : base (default(System.IO.TextWriter)) { }
- protected override string FormatText(string txt) { throw null; }
- }
- public partial class Const : Mono.CSharp.FieldBase
- {
- public Const(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public void DefineValue() { }
- public override void Emit() { }
- public static void Error_InvalidConstantType(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- public override void PrepareEmit() { }
- }
- public abstract partial class Constant : Mono.CSharp.Expression
- {
- protected Constant(Mono.CSharp.Location loc) { }
- public abstract bool IsDefaultValue { get; }
- public virtual bool IsLiteral { get { throw null; } }
- public abstract bool IsNegative { get; }
- public virtual bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public virtual bool IsZeroInteger { get { throw null; } }
- public sealed override Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public abstract Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type);
- public virtual Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.Constant CreateConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public static Mono.CSharp.Constant ExtractConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public virtual object GetTypedValue() { throw null; }
- public abstract object GetValue();
- public abstract string GetValueAsLiteral();
- public abstract long GetValueAsLong();
- public Mono.CSharp.Constant ImplicitConversionRequired(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsDefaultInitializer(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Constant Reduce(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target_type) { throw null; }
- public new bool Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CSharp.Constant TryReduce(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec targetType) { throw null; }
- }
- public partial class ConstantExpr : Mono.CSharp.MemberExpr
- {
- public ConstantExpr(Mono.CSharp.ConstSpec constant, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public static partial class ConstantFold
- {
- public static Mono.CSharp.Constant BinaryFold(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Constant left, Mono.CSharp.Constant right, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreateBinaryPromotionsTypes(Mono.CSharp.BuiltinTypes types) { throw null; }
- }
- public partial class ConstInitializer : Mono.CSharp.ShimExpression
- {
- public ConstInitializer(Mono.CSharp.FieldBase field, Mono.CSharp.Expression value, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext unused) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveInitializer(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class Constraints
- {
- public Constraints(Mono.CSharp.SimpleMemberName tparam, System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> constraints, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public Mono.CSharp.SimpleMemberName TypeParameter { get { throw null; } }
- public static bool CheckConflictingInheritedConstraint(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec bb, Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { throw null; }
- public void CheckGenericConstraints(Mono.CSharp.IMemberContext context, bool obsoleteCheck) { }
- public static void Error_ConflictingConstraints(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameterSpec tp, Mono.CSharp.TypeSpec ba, Mono.CSharp.TypeSpec bb, Mono.CSharp.Location loc) { }
- public bool Resolve(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameter tp) { throw null; }
- public void VerifyClsCompliance(Mono.CSharp.Report report) { }
- }
- public partial class Constructor : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- public const Mono.CSharp.Modifiers AllowedModifiers = (Mono.CSharp.Modifiers)(10383);
- public System.Reflection.Emit.ConstructorBuilder ConstructorBuilder;
- public static readonly string ConstructorName;
- public Mono.CSharp.ConstructorInitializer Initializer;
- public static readonly string TypeConstructorName;
- public Constructor(Mono.CSharp.TypeDefinition parent, string name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCompliantArgs { get { throw null; } }
- public bool IsPrimaryConstructor { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsDefault() { throw null; }
- Mono.CSharp.EmitContext Mono.CSharp.IMethodData.CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class ConstructorBaseInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorBaseInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class ConstructorInitializer : Mono.CSharp.ExpressionStatement
- {
- protected ConstructorInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConstructorThisInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorThisInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public partial class ConstSpec : Mono.CSharp.FieldSpec
- {
- public ConstSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo fi, Mono.CSharp.Modifiers mod, Mono.CSharp.Expression value) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.FieldInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Expression Value { get { throw null; } }
- public Mono.CSharp.Constant GetConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class ContextualReturn : Mono.CSharp.Return
- {
- public ContextualReturn(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Continue : Mono.CSharp.LocalExitStatement
- {
- public Continue(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ConvCast : Mono.CSharp.TypeCast
- {
- public ConvCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, Mono.CSharp.ConvCast.Mode m) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.ConvCast.Mode mode) { }
- public override string ToString() { throw null; }
- public enum Mode : byte
- {
- CH_I1 = (byte)48,
- CH_I2 = (byte)50,
- CH_U1 = (byte)49,
- I1_CH = (byte)4,
- I1_U1 = (byte)0,
- I1_U2 = (byte)1,
- I1_U4 = (byte)2,
- I1_U8 = (byte)3,
- I2_CH = (byte)12,
- I2_I1 = (byte)7,
- I2_U1 = (byte)8,
- I2_U2 = (byte)9,
- I2_U4 = (byte)10,
- I2_U8 = (byte)11,
- I4_CH = (byte)23,
- I4_I1 = (byte)17,
- I4_I2 = (byte)19,
- I4_U1 = (byte)18,
- I4_U2 = (byte)20,
- I4_U4 = (byte)21,
- I4_U8 = (byte)22,
- I8_CH = (byte)37,
- I8_I = (byte)38,
- I8_I1 = (byte)30,
- I8_I2 = (byte)32,
- I8_I4 = (byte)34,
- I8_U1 = (byte)31,
- I8_U2 = (byte)33,
- I8_U4 = (byte)35,
- I8_U8 = (byte)36,
- I_I8 = (byte)70,
- R4_CH = (byte)59,
- R4_I1 = (byte)51,
- R4_I2 = (byte)53,
- R4_I4 = (byte)55,
- R4_I8 = (byte)57,
- R4_U1 = (byte)52,
- R4_U2 = (byte)54,
- R4_U4 = (byte)56,
- R4_U8 = (byte)58,
- R8_CH = (byte)68,
- R8_I1 = (byte)60,
- R8_I2 = (byte)62,
- R8_I4 = (byte)64,
- R8_I8 = (byte)66,
- R8_R4 = (byte)69,
- R8_U1 = (byte)61,
- R8_U2 = (byte)63,
- R8_U4 = (byte)65,
- R8_U8 = (byte)67,
- U1_CH = (byte)6,
- U1_I1 = (byte)5,
- U2_CH = (byte)16,
- U2_I1 = (byte)13,
- U2_I2 = (byte)15,
- U2_U1 = (byte)14,
- U4_CH = (byte)29,
- U4_I1 = (byte)24,
- U4_I2 = (byte)26,
- U4_I4 = (byte)28,
- U4_U1 = (byte)25,
- U4_U2 = (byte)27,
- U8_CH = (byte)46,
- U8_I = (byte)47,
- U8_I1 = (byte)39,
- U8_I2 = (byte)41,
- U8_I4 = (byte)43,
- U8_I8 = (byte)45,
- U8_U1 = (byte)40,
- U8_U2 = (byte)42,
- U8_U4 = (byte)44,
- }
- }
- [System.FlagsAttribute]
- public enum CSharpBinderFlags
- {
- BinaryOperationLogical = 8,
- CheckedContext = 1,
- ConvertArrayIndex = 32,
- ConvertExplicit = 16,
- InvokeSimpleName = 2,
- InvokeSpecialName = 4,
- None = 0,
- ResultDiscarded = 256,
- ResultIndexed = 64,
- ValueFromCompoundAssignment = 128,
- }
- public partial class CSharpParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- public Mono.CSharp.Class InteractiveResult;
- public Mono.CSharp.Undo undo;
- public bool UnexpectedEOF;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 7;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session) { }
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.Report report, Mono.CSharp.ParserSession session) { }
- public Mono.CSharp.Tokenizer Lexer { get { throw null; } }
- public void parse() { }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- }
- public partial class DecimalConstant : Mono.CSharp.Constant
- {
- public readonly decimal Value;
- public DecimalConstant(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DecimalConstant(Mono.CSharp.TypeSpec type, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DecimalLiteral : Mono.CSharp.DecimalConstant, Mono.CSharp.ILiteralConstant
- {
- public DecimalLiteral(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(decimal), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class DeclarationExpression : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public DeclarationExpression(Mono.CSharp.FullNamedExpression variableType, Mono.CSharp.LocalVariable variable) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.FullNamedExpression VariableType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class DefaultParameterValueExpression : Mono.CSharp.CompositeExpression
- {
- public DefaultParameterValueExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter p) { }
- }
- public partial class DefaultValueExpression : Mono.CSharp.Expression
- {
- public DefaultValueExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class DefiniteAssignmentBitSet
- {
- public static readonly Mono.CSharp.DefiniteAssignmentBitSet Empty;
- public DefiniteAssignmentBitSet(Mono.CSharp.DefiniteAssignmentBitSet source) { }
- public DefiniteAssignmentBitSet(int length) { }
- public bool this[int index] { get { throw null; } }
- public static Mono.CSharp.DefiniteAssignmentBitSet And(System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet> das) { throw null; }
- public static bool IsIncluded(Mono.CSharp.DefiniteAssignmentBitSet @set, Mono.CSharp.DefiniteAssignmentBitSet test) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator &(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator |(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public void Set(int index) { }
- public void Set(int index, int length) { }
- public override string ToString() { throw null; }
- }
- public partial class Delegate : Mono.CSharp.TypeDefinition, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly string InvokeMethodName;
- public Delegate(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled param_list, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression InstanceExpression { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public static string FullDelegateDesc(Mono.CSharp.MethodSpec invoke_method) { throw null; }
- public static Mono.CSharp.MethodSpec GetConstructor(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.MethodSpec GetInvokeMethod(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.AParametersCollection GetParameters(Mono.CSharp.TypeSpec delType) { throw null; }
- public static bool IsTypeCovariant(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec a, Mono.CSharp.TypeSpec b) { throw null; }
- public override void PrepareEmit() { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class DelegateCreation : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- protected Mono.CSharp.MethodSpec constructor_method;
- protected Mono.CSharp.MethodGroupExpr method_group;
- protected DelegateCreation() { }
- public bool AllowSpecialMethodsInvocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Arguments CreateDelegateMethodArguments(Mono.CSharp.ResolveContext rc, Mono.CSharp.AParametersCollection pd, Mono.CSharp.TypeSpec[] types, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public static bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.TypeSpec target_type) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- public partial class Destructor : Mono.CSharp.MethodOrOperator
- {
- public static readonly string MetadataName;
- public Destructor(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override string GetSignatureForError() { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- }
- public partial class Do : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public Do(Mono.CSharp.Statement statement, Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Location doLocation, Mono.CSharp.Location whileLocation) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Location WhileLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class DoubleConstant : Mono.CSharp.Constant
- {
- public readonly double Value;
- public DoubleConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DoubleConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DoubleLiteral : Mono.CSharp.DoubleConstant, Mono.CSharp.ILiteralConstant
- {
- public DoubleLiteral(Mono.CSharp.BuiltinTypes types, double d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class DynamicResultCast : Mono.CSharp.ShimExpression
- {
- public DynamicResultCast(Mono.CSharp.TypeSpec type, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class ElementAccess : Mono.CSharp.Expression
- {
- public Mono.CSharp.Arguments Arguments;
- public Mono.CSharp.Expression Expr;
- public ElementAccess(Mono.CSharp.Expression e, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_CannotApplyIndexing(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ElementInitializer : Mono.CSharp.Assign
- {
- public readonly string Name;
- public ElementInitializer(string name, Mono.CSharp.Expression initializer, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public bool IsDictionaryInitializer { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- protected virtual bool ResolveElement(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public abstract partial class ElementTypeSpec : Mono.CSharp.TypeSpec, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- protected ElementTypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec element, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeSpec Element { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { set { } }
- public bool IsImported { get { throw null; } }
- System.Nullable<bool> Mono.CSharp.IMemberDefinition.CLSAttributeValue { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public string[] ConditionalConditions() { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- protected virtual string GetPostfixSignature() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- }
- public partial class EmitContext : Mono.CSharp.BuilderContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public System.Reflection.Emit.Label DefaultTarget;
- public readonly System.Reflection.Emit.ILGenerator ig;
- public System.Reflection.Emit.Label LoopBegin;
- public System.Reflection.Emit.Label LoopEnd;
- public System.Reflection.Emit.LocalBuilder return_value;
- public Mono.CSharp.Switch Switch;
- public EmitContext(Mono.CSharp.IMemberContext rc, System.Reflection.Emit.ILGenerator ig, Mono.CSharp.TypeSpec return_type, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder methodSymbols) { }
- public Mono.CSharp.LocalVariable AsyncThrowVariable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public Mono.CSharp.ConditionalAccessContext ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentTypeDefinition { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool EmitAccurateDebugInfo { get { throw null; } }
- public bool HasMethodSymbolBuilder { get { throw null; } }
- public bool HasReturnLabel { get { throw null; } }
- public bool IsAnonymousStoreyMutateRequired { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsStaticConstructor { get { throw null; } }
- public Mono.CSharp.IMemberContext MemberContext { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public bool NotifyEvaluatorOnStore { get { throw null; } }
- public System.Reflection.Emit.Label RecursivePatternLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Reflection.Emit.Label ReturnLabel { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.IExpressionCleanup> StatementEpilogue { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.TryFinally> TryFinallyUnwind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddStatementEpilog(Mono.CSharp.IExpressionCleanup cleanupExpression) { }
- public void AssertEmptyStack() { }
- public void BeginCatchBlock(Mono.CSharp.TypeSpec type) { }
- public void BeginCompilerScope(int scopeIndex) { }
- public void BeginExceptionBlock() { }
- public void BeginExceptionFilterBlock() { }
- public void BeginFilterHandler() { }
- public void BeginFinallyBlock() { }
- public void BeginScope(int scopeIndex) { }
- public void CloseConditionalAccess(Mono.CSharp.TypeSpec type) { }
- public System.Reflection.Emit.Label CreateReturnLabel() { throw null; }
- public System.Reflection.Emit.LocalBuilder DeclareLocal(Mono.CSharp.TypeSpec type, bool pinned) { throw null; }
- public System.Reflection.Emit.Label DefineLabel() { throw null; }
- public void DefineLocalVariable(string name, System.Reflection.Emit.LocalBuilder builder) { }
- public void Emit(System.Reflection.Emit.OpCode opcode) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.FieldSpec field) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method, System.Type[] vargs) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.TypeSpec type) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, double arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label label) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label[] labels) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.LocalBuilder local) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, float arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, string arg) { }
- public void EmitArgumentAddress(int pos) { }
- public void EmitArgumentLoad(int pos) { }
- public void EmitArgumentStore(int pos) { }
- public void EmitArrayAddress(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayLoad(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayNew(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayStore(Mono.CSharp.ArrayContainer ac) { }
- public void EmitEpilogue() { }
- public void EmitInt(int i) { }
- public void EmitLoadFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitLong(long l) { }
- public void EmitNull() { }
- public void EmitStoreFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitThis() { }
- public void EndExceptionBlock() { }
- public void EndScope() { }
- public void FreeTemporaryLocal(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public Mono.CSharp.StackFieldExpr GetTemporaryField(Mono.CSharp.TypeSpec type, bool initializedFieldRequired=false) { throw null; }
- public System.Reflection.Emit.LocalBuilder GetTemporaryLocal(Mono.CSharp.TypeSpec t) { throw null; }
- public bool Mark(Mono.CSharp.Location loc) { throw null; }
- public void MarkCallEntry(Mono.CSharp.Location loc) { }
- public void MarkLabel(System.Reflection.Emit.Label label) { }
- public System.Reflection.Emit.LocalBuilder TemporaryReturn() { throw null; }
- }
- public partial class EmptyCast : Mono.CSharp.TypeCast
- {
- internal EmptyCast() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec type) { throw null; }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public partial class EmptyCompletion : Mono.CSharp.CompletingExpression
- {
- public EmptyCompletion() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class EmptyConstantCast : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant child;
- public EmptyConstantCast(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec type) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class EmptyExpression : Mono.CSharp.Expression
- {
- public static readonly Mono.CSharp.EmptyExpression EventAddition;
- public static readonly Mono.CSharp.EmptyExpression EventSubtraction;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberAccess;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberOutAccess;
- public static readonly Mono.CSharp.EmptyExpression MissingValue;
- public static readonly Mono.CSharp.Expression Null;
- public static readonly Mono.CSharp.EmptyExpression OutAccess;
- public static readonly Mono.CSharp.EmptyExpression UnaryAddress;
- public EmptyExpression(Mono.CSharp.TypeSpec t) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyExpressionStatement : Mono.CSharp.ExpressionStatement
- {
- internal EmptyExpressionStatement() { }
- public static readonly Mono.CSharp.EmptyExpressionStatement Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyStatement : Mono.CSharp.Statement
- {
- public EmptyStatement(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Enum : Mono.CSharp.TypeDefinition
- {
- public static readonly string UnderlyingValueField;
- public Enum(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.FullNamedExpression BaseTypeExpression { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeSpec UnderlyingType { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddEnumMember(Mono.CSharp.EnumMember em) { }
- protected override void DoDefineContainer() { }
- protected override bool DoDefineMembers() { throw null; }
- public void Error_UnderlyingType(Mono.CSharp.Location loc) { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class EnumConstant : Mono.CSharp.Constant
- {
- public Mono.CSharp.Constant Child;
- public EnumConstant(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec enum_type) : base (default(Mono.CSharp.Location)) { }
- protected EnumConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetTypedValue() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public Mono.CSharp.EnumConstant Increment() { throw null; }
- }
- public partial class EnumMember : Mono.CSharp.Const
- {
- public EnumMember(Mono.CSharp.Enum parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- }
- public partial class ErrorExpression : Mono.CSharp.EmptyExpression
- {
- internal ErrorExpression() : base (default(Mono.CSharp.TypeSpec)) { }
- public static readonly Mono.CSharp.ErrorExpression Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- public override void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public override void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class Evaluator
- {
- public bool DescribeTypeExpressions;
- public bool Terse;
- public Evaluator(Mono.CSharp.CompilerContext ctx) { }
- public System.Type InteractiveBaseClass { get { throw null; } set { } }
- public Mono.CSharp.ValueModificationHandler ModificationListener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WaitOnTask { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.CompiledMethod Compile(string input) { throw null; }
- public string Compile(string input, out Mono.CSharp.CompiledMethod compiled) { compiled = default(Mono.CSharp.CompiledMethod); throw null; }
- public object Evaluate(string input) { throw null; }
- public string Evaluate(string input, out object result, out bool result_set) { result = default(object); result_set = default(bool); throw null; }
- public string[] GetCompletions(string input, out string prefix) { prefix = default(string); throw null; }
- public string GetUsing() { throw null; }
- public string GetVars() { throw null; }
- public void Interrupt() { }
- public void LoadAssembly(string file) { }
- public void ReferenceAssembly(System.Reflection.Assembly a) { }
- public bool Run(string statement) { throw null; }
- }
- public abstract partial class Event : Mono.CSharp.PropertyBasedMember
- {
- protected Mono.CSharp.EventSpec spec;
- protected Event(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Event.AEventAccessor Add { get { throw null; } set { } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.Event.AEventAccessor Remove { get { throw null; } set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public abstract partial class AEventAccessor : Mono.CSharp.AbstractPropertyEventMethod
- {
- public const string AddPrefix = "add_";
- protected readonly Mono.CSharp.Event method;
- public const string RemovePrefix = "remove_";
- protected AEventAccessor(Mono.CSharp.Event method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsInterfaceImplementation { get { throw null; } }
- public Mono.CSharp.MethodData MethodData { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- }
- public partial class EventExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod
- {
- public EventExpr(Mono.CSharp.EventSpec spec, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.MethodSpec Operator { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- protected override void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class EventField : Mono.CSharp.Event
- {
- public EventField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- }
- public partial class EventProperty : Mono.CSharp.Event
- {
- public EventProperty(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public sealed partial class AddDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public AddDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class AEventPropertyAccessor : Mono.CSharp.Event.AEventAccessor
- {
- protected AEventPropertyAccessor(Mono.CSharp.EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Event), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.TypeContainer ds) { }
- public override string GetSignatureForError() { throw null; }
- }
- public sealed partial class RemoveDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public RemoveDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- }
- public partial class EventSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public EventSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec eventType, Mono.CSharp.Modifiers modifiers, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec AccessorAdd { get { throw null; } set { } }
- public Mono.CSharp.MethodSpec AccessorRemove { get { throw null; } set { } }
- public Mono.CSharp.FieldSpec BackingField { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public abstract partial class ExceptionStatement : Mono.CSharp.ResumableStatement
- {
- protected int first_catch_resume_pc;
- protected int first_resume_pc;
- protected Mono.CSharp.ExceptionStatement parent_try_block;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected ExceptionStatement(Mono.CSharp.Location loc) { }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt, int pc, Mono.CSharp.StateMachineInitializer stateMachine, Mono.CSharp.TryCatch catchBlock) { throw null; }
- protected virtual void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ExitStatement : Mono.CSharp.Statement
- {
- protected bool unwind_protect;
- protected ExitStatement() { }
- protected abstract bool IsLocalExit { get; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected abstract bool DoResolve(Mono.CSharp.BlockContext bc);
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class ExplicitBlock : Mono.CSharp.Block
- {
- protected Mono.CSharp.AnonymousMethodStorey am_storey;
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.AnonymousMethodStorey AnonymousMethodStorey { get { throw null; } }
- public bool HasAwait { get { throw null; } }
- public bool HasCapturedThis { get { throw null; } set { } }
- public bool HasCapturedVariable { get { throw null; } set { } }
- public bool HasReachableClosingBrace { get { throw null; } set { } }
- public bool HasYield { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey CreateAnonymousMethodStorey(Mono.CSharp.ResolveContext ec) { throw null; }
- protected void DefineStoreyContainer(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void DisableDebugScopeIndex() { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitScopeInitialization(Mono.CSharp.EmitContext ec) { }
- public virtual int GetDebugSymbolScopeIndex() { throw null; }
- public void RegisterAsyncAwait() { }
- public void RegisterIteratorYield() { }
- public void SetCatchBlock() { }
- public void SetFinallyBlock() { }
- public void WrapIntoDestructor(Mono.CSharp.TryFinally tf, Mono.CSharp.ExplicitBlock tryBlock) { }
- }
- public enum ExprClass : byte
- {
- EventAccess = (byte)8,
- IndexerAccess = (byte)9,
- MethodGroup = (byte)6,
- Namespace = (byte)3,
- Nothing = (byte)10,
- PropertyAccess = (byte)7,
- Type = (byte)4,
- TypeParameter = (byte)5,
- Unresolved = (byte)0,
- Value = (byte)1,
- Variable = (byte)2,
- }
- public abstract partial class Expression
- {
- public Mono.CSharp.ExprClass eclass;
- protected Mono.CSharp.Location loc;
- protected Mono.CSharp.TypeSpec type;
- protected Expression() { }
- public virtual string ExprClassName { get { throw null; } }
- public Mono.CSharp.ResolveFlags ExprClassToResolveFlags { get { throw null; } }
- public virtual bool IsNull { get { throw null; } }
- public virtual bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public virtual Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- public virtual Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected virtual void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public static Mono.CSharp.MethodSpec ConstructorLookup(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, ref Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public virtual bool ContainsEmitWithAwait() { throw null; }
- protected Mono.CSharp.Expression ConvertExpressionToArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression source, bool pointerArray=false) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.Arguments args) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public abstract Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec);
- protected static Mono.CSharp.TypeExpr CreateExpressionTypeExpression(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { throw null; }
- protected abstract Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc);
- public virtual Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public abstract void Emit(Mono.CSharp.EmitContext ec);
- public virtual void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected static void EmitExpressionsList(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.Expression> expressions) { }
- public virtual void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public virtual void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public static void ErrorIsInaccesible(Mono.CSharp.IMemberContext rc, string member, Mono.CSharp.Location loc) { }
- public void Error_ConstantCanBeInitializedWithNullOnly(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc, string name) { }
- public void Error_ExpressionMustBeConstant(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string e_name) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.BlockContext bc) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.Report report) { }
- protected virtual void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected static void Error_NamedArgument(Mono.CSharp.NamedArgument na, Mono.CSharp.Report Report) { }
- protected virtual void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- protected void Error_NullPropagatingLValue(Mono.CSharp.ResolveContext rc) { }
- protected void Error_NullShortCircuitInsideExpressionTree(Mono.CSharp.ResolveContext rc) { }
- public virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- protected void Error_PointerInsideExpressionTree(Mono.CSharp.ResolveContext ec) { }
- public void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, Mono.CSharp.MemberSpec member, Mono.CSharp.Location loc) { }
- public static void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, string exprType, string name, Mono.CSharp.Location loc) { }
- public static void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec type, string name) { }
- public virtual void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public static void Error_UnexpectedKind(Mono.CSharp.IMemberContext ctx, Mono.CSharp.Expression memberExpr, string expected, string was, Mono.CSharp.Location loc) { }
- public virtual void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public virtual void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public virtual void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- protected void Error_ValueCannotBeConvertedCore(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec target, bool expl) { }
- public static void Error_VoidInvalidInTheContext(Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- protected void Error_VoidPointerOperation(Mono.CSharp.ResolveContext rc) { }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- protected static Mono.CSharp.Expression GetOperatorFalse(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- protected static Mono.CSharp.Expression GetOperatorTrue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual bool HasConditionalAccess() { throw null; }
- public static bool IsNeverNull(Mono.CSharp.Expression expr) { throw null; }
- protected static bool IsNullPropagatingValid(Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.TypeSpec LiftMemberType(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public virtual System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Expression MakePointerAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression MemberLookup(Mono.CSharp.IMemberContext rc, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression MemberLookupToExpression(Mono.CSharp.IMemberContext rc, System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression ProbeIdenticalTypeName(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.SimpleName name) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags) { throw null; }
- public virtual Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public Mono.CSharp.Constant ResolveLabelConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression ResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public static void UnsafeError(Mono.CSharp.Report Report, Mono.CSharp.Location loc) { }
- public static void UnsafeError(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public static void Warning_UnreachableExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum MemberLookupRestrictions
- {
- DontSetConditionalAccess = 256,
- EmptyArguments = 16,
- ExactArity = 4,
- IgnoreAmbiguity = 64,
- IgnoreArity = 32,
- InvocableOnly = 1,
- NameOfExcluded = 128,
- None = 0,
- ReadAccess = 8,
- }
- }
- public abstract partial class ExpressionStatement : Mono.CSharp.Expression
- {
- protected ExpressionStatement() { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public abstract void EmitStatement(Mono.CSharp.EmitContext ec);
- public virtual void MarkReachable(Mono.CSharp.Reachability rc) { }
- public virtual Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class ExtensionMethodCandidates
- {
- public ExtensionMethodCandidates(Mono.CSharp.IMemberContext context, System.Collections.Generic.IList<Mono.CSharp.MethodSpec> methods, Mono.CSharp.NamespaceContainer nsContainer, int lookupIndex) { }
- public Mono.CSharp.NamespaceContainer Container { get { throw null; } }
- public Mono.CSharp.IMemberContext Context { get { throw null; } }
- public int LookupIndex { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MethodSpec> Methods { get { throw null; } }
- }
- public partial class Field : Mono.CSharp.FieldBase
- {
- public Field(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class FieldBase : Mono.CSharp.MemberBase
- {
- protected System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> declarators;
- protected System.Reflection.Emit.FieldBuilder FieldBuilder;
- protected Mono.CSharp.Expression initializer;
- protected Mono.CSharp.FieldSpec spec;
- public Mono.CSharp.FieldBase.Status status;
- protected FieldBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public virtual Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public static void Error_VariableOfStaticClass(Mono.CSharp.Location loc, string variable_name, Mono.CSharp.TypeSpec static_class, Mono.CSharp.Report Report) { }
- public void SetCustomAttribute(Mono.CSharp.MethodSpec ctor, byte[] data) { }
- protected override bool VerifyClsCompliance() { throw null; }
- [System.FlagsAttribute]
- public enum Status : byte
- {
- HAS_OFFSET = (byte)4,
- }
- }
- public partial class FieldDeclarator
- {
- public FieldDeclarator(Mono.CSharp.SimpleMemberName name, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.SimpleMemberName Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public virtual Mono.CSharp.FullNamedExpression GetFieldTypeExpression(Mono.CSharp.FieldBase field) { throw null; }
- }
- public partial class FieldExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected Mono.CSharp.FieldSpec spec;
- public FieldExpr(Mono.CSharp.FieldBase fi, Mono.CSharp.Location l) { }
- public FieldExpr(Mono.CSharp.FieldSpec spec, Mono.CSharp.Location loc) { }
- protected FieldExpr(Mono.CSharp.Location l) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsHoisted { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool convertInstance) { throw null; }
- public Mono.CSharp.Expression CreateTypeOfExpression() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void EmitAssignFromStack(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsMarshalByRefAccess(Mono.CSharp.ResolveContext rc) { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public void SetFieldAssigned(Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetHasAddressTaken() { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class FieldInitializer : Mono.CSharp.Assign
- {
- public FieldInitializer(Mono.CSharp.FieldBase mc, Mono.CSharp.Expression expression, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public int AssignmentOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.FieldBase Field { get { throw null; } }
- public bool IsDefaultInitializer { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class FieldSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public FieldSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public bool IsReadOnly { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.FieldInfo GetMetaInfo() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.FieldSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Fixed : Mono.CSharp.Statement
- {
- public Fixed(Mono.CSharp.Fixed.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location l) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- }
- public partial class FixedField : Mono.CSharp.FieldBase
- {
- public const string FixedElementName = "FixedElementField";
- public FixedField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Nullable<System.Runtime.InteropServices.CharSet> CharSetValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- }
- public partial class FloatConstant : Mono.CSharp.Constant
- {
- public readonly double DoubleValue;
- public FloatConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public FloatConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public float Value { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class FloatLiteral : Mono.CSharp.FloatConstant, Mono.CSharp.ILiteralConstant
- {
- public FloatLiteral(Mono.CSharp.BuiltinTypes types, float f, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class FlowAnalysisContext
- {
- public FlowAnalysisContext(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersBlock parametersBlock, int definiteAssignmentLength) { }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnFalse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnTrue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersBlock ParametersBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.DefiniteAssignmentBitSet SwitchInitialDefinitiveAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryFinally TryFinally { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UnreachableReported { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AddReachedLabel(Mono.CSharp.Statement label) { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment() { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment(Mono.CSharp.DefiniteAssignmentBitSet da) { throw null; }
- public System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> CopyLabelStack() { throw null; }
- public bool IsDefinitelyAssigned(Mono.CSharp.VariableInfo variable) { throw null; }
- public bool IsStructFieldDefinitelyAssigned(Mono.CSharp.VariableInfo variable, string name) { throw null; }
- public void SetLabelStack(System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> labelStack) { }
- public void SetStructFieldAssigned(Mono.CSharp.VariableInfo variable, string name) { }
- public void SetVariableAssigned(Mono.CSharp.VariableInfo variable, bool generatedAssignment=false) { }
- }
- public partial class For : Mono.CSharp.LoopStatement
- {
- public For(Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Iterator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class Foreach : Mono.CSharp.LoopStatement
- {
- public Foreach(Mono.CSharp.Expression type, Mono.CSharp.LocalVariable var, Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Block body, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public abstract partial class FullNamedExpression : Mono.CSharp.Expression
- {
- protected FullNamedExpression() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public abstract Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments);
- }
- public sealed partial class GlobalRootNamespace : Mono.CSharp.RootNamespace
- {
- public GlobalRootNamespace() : base (default(string)) { }
- }
- public partial class Goto : Mono.CSharp.ExitStatement
- {
- public Goto(string label, Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public string Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public static void Error_UnknownLabel(Mono.CSharp.BlockContext bc, string label, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class GotoCase : Mono.CSharp.SwitchGoto
- {
- public GotoCase(Mono.CSharp.Expression e, Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.SwitchLabel Label { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class GotoDefault : Mono.CSharp.SwitchGoto
- {
- public GotoDefault(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class HoistedParameter : Mono.CSharp.HoistedVariable
- {
- public HoistedParameter(Mono.CSharp.AnonymousMethodStorey scope, Mono.CSharp.ParameterReference par) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public HoistedParameter(Mono.CSharp.HoistedParameter hp, string name) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public bool IsAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParameterReference Parameter { get { throw null; } }
- public void EmitHoistingAssignment(Mono.CSharp.EmitContext ec) { }
- }
- public partial class HoistedStoreyClass : Mono.CSharp.CompilerGeneratedContainer
- {
- protected Mono.CSharp.TypeParameterMutator mutator;
- public HoistedStoreyClass(Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberName name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Modifiers mods, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeParameterMutator Mutator { get { throw null; } set { } }
- public Mono.CSharp.HoistedStoreyClass GetGenericStorey() { throw null; }
- public sealed partial class HoistedField : Mono.CSharp.Field
- {
- public HoistedField(Mono.CSharp.HoistedStoreyClass parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class HoistedThis : Mono.CSharp.HoistedVariable
- {
- public HoistedThis(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- }
- public abstract partial class HoistedVariable
- {
- protected Mono.CSharp.Field field;
- protected readonly Mono.CSharp.AnonymousMethodStorey storey;
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) { }
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, string name, Mono.CSharp.TypeSpec type) { }
- public Mono.CSharp.Field Field { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CreateExpressionTree() { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr GetFieldExpression(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial interface IAssemblyDefinition
- {
- string FullName { get; }
- bool IsCLSCompliant { get; }
- bool IsMissing { get; }
- string Name { get; }
- byte[] GetPublicKeyToken();
- bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly);
- }
- public partial interface IAssignMethod
- {
- void Emit(Mono.CSharp.EmitContext ec, bool leave_copy);
- void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound);
- }
- public partial interface IExpressionCleanup
- {
- void EmitCleanup(Mono.CSharp.EmitContext ec);
- }
- public partial class If : Mono.CSharp.Statement
- {
- public Mono.CSharp.Statement FalseStatement;
- public Mono.CSharp.Statement TrueStatement;
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Location l) { }
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Statement false_statement, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial interface IFixedExpression
- {
- bool IsFixed { get; }
- }
- public partial interface IGenericMethodDefinition : Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- }
- public partial interface IInterfaceMemberSpec
- {
- Mono.CSharp.TypeSpec MemberType { get; }
- }
- public partial interface ILiteralConstant
- {
- }
- public partial interface ILocalVariable
- {
- void Emit(Mono.CSharp.EmitContext ec);
- void EmitAddressOf(Mono.CSharp.EmitContext ec);
- void EmitAssign(Mono.CSharp.EmitContext ec);
- }
- public partial interface IMemberContext : Mono.CSharp.IModuleContext
- {
- Mono.CSharp.MemberCore CurrentMemberDefinition { get; }
- Mono.CSharp.TypeSpec CurrentType { get; }
- Mono.CSharp.TypeParameters CurrentTypeParameters { get; }
- bool IsObsolete { get; }
- bool IsStatic { get; }
- bool IsUnsafe { get; }
- string GetSignatureForError();
- Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity);
- Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name);
- Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc);
- }
- public partial interface IMemberDefinition
- {
- System.Nullable<bool> CLSAttributeValue { get; }
- bool IsImported { get; }
- string Name { get; }
- string[] ConditionalConditions();
- System.ObsoleteAttribute GetAttributeObsolete();
- void SetIsAssigned();
- void SetIsUsed();
- }
- public partial interface IMemoryLocation
- {
- void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode);
- }
- public partial interface IMethodData : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- Mono.CSharp.ToplevelBlock Block { get; set; }
- System.Reflection.CallingConventions CallingConventions { get; }
- bool IsAccessor { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.MemberName MethodName { get; }
- Mono.CSharp.Attributes OptAttributes { get; }
- Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- Mono.CSharp.TypeSpec ReturnType { get; }
- Mono.CSharp.MethodSpec Spec { get; }
- Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod);
- }
- public partial interface IMethodDefinition : Mono.CSharp.IMemberDefinition
- {
- System.Reflection.MethodBase Metadata { get; }
- }
- public partial interface IModuleContext
- {
- Mono.CSharp.ModuleContainer Module { get; }
- }
- public partial class ImplicitCast : Mono.CSharp.ShimExpression
- {
- public ImplicitCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target, bool arrayAccess) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ImplicitDelegateCreation : Mono.CSharp.DelegateCreation
- {
- public ImplicitDelegateCreation(Mono.CSharp.TypeSpec delegateType, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location loc) { }
- public static bool ContainsMethodTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ImplicitLambdaParameter : Mono.CSharp.Parameter
- {
- public ImplicitLambdaParameter(string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- public void SetParameterType(Mono.CSharp.TypeSpec type) { }
- }
- public partial class ImportedAssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- public ImportedAssemblyDefinition(System.Reflection.Assembly assembly) { }
- public System.Reflection.Assembly Assembly { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasStrongName { get { throw null; } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsMissing { get { throw null; } }
- public string Location { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Reflection.AssemblyName GetAssemblyVisibleToName(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void ReadAttributes() { }
- public override string ToString() { throw null; }
- }
- public partial class ImportedModuleDefinition
- {
- public ImportedModuleDefinition(System.Reflection.Module module) { }
- public bool IsCLSCompliant { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Attribute> ReadAssemblyAttributes() { throw null; }
- public void ReadAttributes() { }
- }
- public partial interface INamedBlockVariable
- {
- Mono.CSharp.Block Block { get; }
- bool IsDeclared { get; }
- bool IsParameter { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc);
- }
- public partial class Indexer : Mono.CSharp.PropertyBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public Indexer(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- public partial class GetIndexerMethod : Mono.CSharp.PropertyBase.GetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public GetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public partial class SetIndexerMethod : Mono.CSharp.PropertyBase.SetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public SetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- }
- }
- public partial class IndexerSpec : Mono.CSharp.PropertySpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public IndexerSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, Mono.CSharp.AParametersCollection parameters, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.PropertyInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Indirection : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation
- {
- public Indirection(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class InflatedTypeSpec : Mono.CSharp.TypeSpec
- {
- public InflatedTypeSpec(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec openType, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec[] targs) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public bool HasConstraintsChecked { get { throw null; } set { } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public override bool IsArrayGenericInterface { get { throw null; } }
- public override bool IsExpressionTreeType { get { throw null; } }
- public override bool IsGenericTask { get { throw null; } }
- public override bool IsNullableType { get { throw null; } }
- public override Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public override bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public static bool ContainsTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterInflator CreateLocalInflator(Mono.CSharp.IModuleContext context) { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override string GetTypeNameSignature() { throw null; }
- public bool HasDynamicArgument() { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- protected override bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstanceEmitter
- {
- public InstanceEmitter(Mono.CSharp.Expression instance, bool addressLoad) { throw null;}
- public void Emit(Mono.CSharp.EmitContext ec, bool conditionalAccess) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec, bool boxInstance) { }
- public Mono.CSharp.TypeSpec GetStackType(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class IntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly int Value;
- public IntConstant(Mono.CSharp.BuiltinTypes types, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public IntConstant(Mono.CSharp.TypeSpec type, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public abstract partial class IntegralConstant : Mono.CSharp.Constant
- {
- protected IntegralConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public abstract Mono.CSharp.Constant Increment();
- }
- public partial class InteractiveBase
- {
- public static string ContinuationPrompt;
- public static System.IO.TextWriter Error;
- public static Mono.CSharp.Evaluator Evaluator;
- public static System.IO.TextWriter Output;
- public static string Prompt;
- public static bool QuitRequested;
- public InteractiveBase() { }
- public static string help { get { throw null; } }
- public static object quit { get { throw null; } }
- public static string Describe(object x) { throw null; }
- public static void LoadAssembly(string assembly) { }
- public static void LoadPackage(string pkg) { }
- public static void print(object obj) { }
- public static void print(string fmt, params object[] args) { }
- public static void Quit() { }
- public static void ShowUsing() { }
- public static void ShowVars() { }
- public static System.TimeSpan Time(System.Action a) { throw null; }
- }
- public sealed partial class Interface : Mono.CSharp.TypeDefinition
- {
- public Interface(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class InterfaceMemberBase : Mono.CSharp.MemberBase
- {
- protected const Mono.CSharp.Modifiers AllowedModifiersClass = (Mono.CSharp.Modifiers)(12031);
- protected const Mono.CSharp.Modifiers AllowedModifiersInterface = (Mono.CSharp.Modifiers)(8208);
- protected const Mono.CSharp.Modifiers AllowedModifiersStruct = (Mono.CSharp.Modifiers)(11423);
- protected Mono.CSharp.MethodSpec base_method;
- public System.Reflection.MethodAttributes flags;
- public Mono.CSharp.TypeSpec InterfaceType;
- public readonly bool IsExplicitImpl;
- public bool IsInterface;
- protected bool is_external_implementation;
- protected InterfaceMemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public abstract Mono.CSharp.Variance ExpectedMemberTypeVariance { get; }
- public override bool IsUsed { get { throw null; } }
- public string ShortName { get { throw null; } }
- protected static bool CheckAccessModifiers(Mono.CSharp.MemberCore this_member, Mono.CSharp.MemberSpec base_member) { throw null; }
- protected override bool CheckBase() { throw null; }
- protected virtual bool CheckForDuplications() { throw null; }
- protected virtual bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- protected bool DefineParameters(Mono.CSharp.ParametersCompiled parameters) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- protected void Error_CannotChangeAccessModifiers(Mono.CSharp.MemberCore member, Mono.CSharp.MemberSpec base_member) { }
- protected void Error_StaticReturnType() { }
- protected virtual Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public string GetFullName(Mono.CSharp.MemberName name) { throw null; }
- public string GetFullName(string name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- }
- public partial class InternalErrorException : System.Exception
- {
- public InternalErrorException() { }
- public InternalErrorException(Mono.CSharp.MemberCore mc, System.Exception e) { }
- public InternalErrorException(System.Exception e, Mono.CSharp.Location loc) { }
- public InternalErrorException(System.Exception exception, string message, params object[] args) { }
- public InternalErrorException(string message) { }
- public InternalErrorException(string message, params object[] args) { }
- }
- public partial class InterpolatedString : Mono.CSharp.Expression
- {
- public InterpolatedString(Mono.CSharp.StringLiteral start, System.Collections.Generic.List<Mono.CSharp.Expression> interpolations, Mono.CSharp.StringLiteral end) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.Expression ConvertTo(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class InterpolatedStringInsert : Mono.CSharp.CompositeExpression
- {
- public InterpolatedStringInsert(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression Alignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Format { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public System.Nullable<int> ResolveAligment(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class IntLiteral : Mono.CSharp.IntConstant, Mono.CSharp.ILiteralConstant
- {
- public IntLiteral(Mono.CSharp.BuiltinTypes types, int l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(int), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class Invocation : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.Expression expr;
- protected Mono.CSharp.MethodGroupExpr mg;
- public Invocation(Mono.CSharp.Expression expr, Mono.CSharp.Arguments arguments) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public Mono.CSharp.Expression Exp { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr MethodGroup { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected virtual Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsMemberInvocable(Mono.CSharp.MemberSpec member) { throw null; }
- public static bool IsSpecialMethodInvocation(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodSpec method, Mono.CSharp.Location loc) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression instance, Mono.CSharp.MethodSpec mi, Mono.CSharp.Arguments args) { throw null; }
- public override Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class Predefined : Mono.CSharp.Invocation
- {
- public Predefined(Mono.CSharp.MethodGroupExpr expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- }
- public partial interface IParameterData
- {
- Mono.CSharp.Expression DefaultValue { get; }
- bool HasDefaultValue { get; }
- bool HasExtensionMethodModifier { get; }
- Mono.CSharp.Parameter.Modifier ModFlags { get; }
- string Name { get; }
- }
- public partial interface IParametersMember : Mono.CSharp.IInterfaceMemberSpec
- {
- Mono.CSharp.AParametersCollection Parameters { get; }
- }
- public partial class Is : Mono.CSharp.Probe
- {
- public Is(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Iterator : Mono.CSharp.StateMachineInitializer
- {
- public readonly bool IsEnumerable;
- public readonly Mono.CSharp.TypeSpec OriginalIteratorType;
- public readonly Mono.CSharp.IMethodData OriginalMethod;
- public Iterator(Mono.CSharp.ParametersBlock block, Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.ToplevelBlock Container { get { throw null; } }
- public override string ContainerType { get { throw null; } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.Method CreateFinallyHost(Mono.CSharp.TryFinallyBlock block) { throw null; }
- public static void CreateIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers modifiers) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public void EmitYieldBreak(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- public override string GetSignatureForError() { throw null; }
- public override void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- }
- public partial interface ITypeDefinition : Mono.CSharp.IMemberDefinition
- {
- Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get; }
- bool IsComImport { get; }
- bool IsCyclicTypeForwarder { get; }
- bool IsPartial { get; }
- bool IsTypeForwarder { get; }
- string Namespace { get; }
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- Mono.CSharp.TypeSpec GetAttributeCoClass();
- string GetAttributeDefaultMember();
- System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa);
- bool IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly);
- void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache);
- }
- public partial interface IVariableReference : Mono.CSharp.IFixedExpression
- {
- bool IsHoisted { get; }
- string Name { get; }
- Mono.CSharp.VariableInfo VariableInfo { get; }
- void SetHasAddressTaken();
- }
- public partial class LabeledStatement : Mono.CSharp.Statement
- {
- public LabeledStatement(string name, Mono.CSharp.Block block, Mono.CSharp.Location l) { }
- public Mono.CSharp.Block Block { get { throw null; } }
- public string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddGotoReference(Mono.CSharp.Reachability rc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public System.Reflection.Emit.Label LabelTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LambdaExpression : Mono.CSharp.AnonymousMethodExpression
- {
- public LambdaExpression(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool HasExplicitParameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- protected override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegateType) { throw null; }
- }
- public enum LanguageVersion
- {
- Default = 6,
- Experimental = 100,
- ISO_1 = 1,
- ISO_2 = 2,
- V_3 = 3,
- V_4 = 4,
- V_5 = 5,
- V_6 = 6,
- }
- public abstract partial class LocalExitStatement : Mono.CSharp.ExitStatement
- {
- protected Mono.CSharp.LoopStatement enclosing_loop;
- protected LocalExitStatement(Mono.CSharp.Location loc) { }
- protected override bool IsLocalExit { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LocalTemporary : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public LocalTemporary(Mono.CSharp.TypeSpec t) { }
- public LocalTemporary(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public System.Reflection.Emit.LocalBuilder Builder { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void Release(Mono.CSharp.EmitContext ec) { }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class LocalVariable : Mono.CSharp.ILocalVariable, Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.LocalVariable.Flags flags, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.LocalVariable li, string name, Mono.CSharp.Location loc) { }
- public bool AddressTaken { get { throw null; } }
- public Mono.CSharp.Block Block { get { throw null; } }
- public Mono.CSharp.Constant ConstantValue { get { throw null; } set { } }
- public Mono.CSharp.HoistedVariable HoistedVariant { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsConstant { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsFixed { get { throw null; } set { } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsReadonly { get { throw null; } }
- public bool IsThis { get { throw null; } }
- public bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- bool Mono.CSharp.INamedBlockVariable.IsParameter { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public void CreateBuilder(Mono.CSharp.EmitContext ec) { }
- public static Mono.CSharp.LocalVariable CreateCompilerGenerated(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public static string GetCompilerGeneratedName(Mono.CSharp.Block block) { throw null; }
- public string GetReadOnlyContext() { throw null; }
- public bool IsAssigned(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public bool IsThisAssigned(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Block block) { throw null; }
- public void PrepareAssignmentAnalysis(Mono.CSharp.BlockContext bc) { }
- public void SetHasAddressTaken() { }
- public void SetIsUsed() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- AddressTaken = 4,
- CompilerGenerated = 8,
- Constant = 16,
- FixedVariable = 64,
- ForeachVariable = 32,
- IsLocked = 256,
- IsThis = 2,
- ReadonlyMask = 224,
- SymbolFileHidden = 512,
- Used = 1,
- UsingVariable = 128,
- }
- }
- public partial class LocalVariableReference : Mono.CSharp.VariableReference
- {
- public Mono.CSharp.LocalVariable local_info;
- public LocalVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location l) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public override string ToString() { throw null; }
- }
- public partial class LocatedToken
- {
- public int column;
- public Mono.CSharp.SourceFile file;
- public int row;
- public string value;
- public LocatedToken() { }
- public LocatedToken(string value, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Location : System.IEquatable<Mono.CSharp.Location>
- {
- public static bool InEmacs;
- public static readonly Mono.CSharp.Location Null;
- public Location(Mono.CSharp.SourceFile file, int row, int column) { throw null;}
- public int Column { get { throw null; } }
- public int File { get { throw null; } }
- public bool IsNull { get { throw null; } }
- public string Name { get { throw null; } }
- public string NameFullPath { get { throw null; } }
- public int Row { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public static void AddFile(Mono.CSharp.SourceFile file) { }
- public bool Equals(Mono.CSharp.Location other) { throw null; }
- public static void Initialize(System.Collections.Generic.List<Mono.CSharp.SourceFile> files) { }
- public static Mono.CSharp.Location operator -(Mono.CSharp.Location loc, int columns) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- public string ToStringFullName() { throw null; }
- }
- public partial class LocationsBag
- {
- public LocationsBag() { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddLocation(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, System.Collections.Generic.List<Mono.CSharp.Location> locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddStatement(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendTo(object element, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendToMember(Mono.CSharp.MemberCore existing, params Mono.CSharp.Location[] locations) { }
- public System.Collections.Generic.List<Mono.CSharp.Location> GetLocations(object element) { throw null; }
- public Mono.CSharp.LocationsBag.MemberLocations GetMemberLocation(Mono.CSharp.MemberCore element) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void InsertLocation(object element, int index, Mono.CSharp.Location location) { }
- public partial class MemberLocations
- {
- public readonly System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> Modifiers;
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location loc) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location[] locs) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, System.Collections.Generic.List<Mono.CSharp.Location> locs) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.Location this[int index] { get { throw null; } }
- public void AddLocations(Mono.CSharp.Location loc) { }
- public void AddLocations(params Mono.CSharp.Location[] additional) { }
- }
- }
- public partial class Lock : Mono.CSharp.TryFinallyBlock
- {
- public Lock(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class LongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly long Value;
- public LongConstant(Mono.CSharp.BuiltinTypes types, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public LongConstant(Mono.CSharp.TypeSpec type, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class LongLiteral : Mono.CSharp.LongConstant, Mono.CSharp.ILiteralConstant
- {
- public LongLiteral(Mono.CSharp.BuiltinTypes types, long l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(long), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public enum LookupMode
- {
- IgnoreAccessibility = 2,
- Normal = 0,
- Probing = 1,
- }
- public abstract partial class LoopStatement : Mono.CSharp.Statement
- {
- protected LoopStatement(Mono.CSharp.Statement statement) { }
- public Mono.CSharp.Statement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public virtual void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public virtual void SetEndReachable() { }
- public virtual void SetIteratorReachable() { }
- }
- public partial class MakeRefExpr : Mono.CSharp.ShimExpression
- {
- public MakeRefExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class MemberAccess : Mono.CSharp.ATypeNameExpression
- {
- protected Mono.CSharp.Expression expr;
- public MemberAccess(Mono.CSharp.Expression expr, string id) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, int arity, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public void Error_IdentifierNotFound(Mono.CSharp.IMemberContext rc, Mono.CSharp.TypeSpec expr_type) { }
- protected override void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsValidDotExpression(Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext rc, bool allowUnboundTypeArguments) { throw null; }
- }
- public abstract partial class MemberBase : Mono.CSharp.MemberCore
- {
- protected Mono.CSharp.TypeSpec member_type;
- public new Mono.CSharp.TypeDefinition Parent;
- protected Mono.CSharp.FullNamedExpression type_expr;
- protected MemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.Modifiers def_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- protected virtual bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DoMemberTypeDependentChecks() { }
- protected virtual void DoMemberTypeIndependentChecks() { }
- public override string GetSignatureForDocumentation() { throw null; }
- protected void IsTypePermitted() { }
- public virtual void PrepareEmit() { }
- protected virtual bool ResolveMemberType() { throw null; }
- }
- public partial class MemberCache
- {
- public static readonly Mono.CSharp.MemberCache Empty;
- public static readonly string IndexerNameAlias;
- public MemberCache() { }
- public MemberCache(Mono.CSharp.MemberCache cache) { }
- public MemberCache(Mono.CSharp.TypeContainer container) { }
- public MemberCache(int capacity) { }
- public void AddBaseType(Mono.CSharp.TypeSpec baseType) { }
- public void AddInterface(Mono.CSharp.TypeSpec iface) { }
- public void AddMember(Mono.CSharp.InterfaceMemberBase imb, string exlicitName, Mono.CSharp.MemberSpec ms) { }
- public void AddMember(Mono.CSharp.MemberSpec ms) { }
- public void AddMemberImported(Mono.CSharp.MemberSpec ms) { }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, string name, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public static Mono.CSharp.MemberSpec FindBaseMember(Mono.CSharp.MemberCore member, out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> FindExtensionMethods(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindInterfaceMembers(Mono.CSharp.TypeParameterSpec typeParameter, string name) { throw null; }
- public static Mono.CSharp.MemberSpec FindMember(Mono.CSharp.TypeSpec container, Mono.CSharp.MemberFilter filter, Mono.CSharp.BindingRestriction restrictions) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindMembers(Mono.CSharp.TypeSpec container, string name, bool declaredOnlyClass) { throw null; }
- public static Mono.CSharp.TypeSpec FindNestedType(Mono.CSharp.TypeSpec container, string name, int arity, bool declaredOnlyClass) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.FieldSpec> GetAllFieldsForDefiniteAssignment(Mono.CSharp.TypeSpec container, Mono.CSharp.IMemberContext context) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetCompletitionMembers(Mono.CSharp.IMemberContext ctx, Mono.CSharp.TypeSpec container, string name) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.TypeSpec> GetDeclaredNestedTypes(Mono.CSharp.TypeSpec container) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.MethodSpec> GetInterfaceMethods(Mono.CSharp.TypeSpec iface) { throw null; }
- public static T GetMember<T>(Mono.CSharp.TypeSpec container, T spec) where T : Mono.CSharp.MemberSpec { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MethodSpec> GetNotImplementedAbstractMethods(Mono.CSharp.TypeSpec type) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetUserOperator(Mono.CSharp.TypeSpec container, Mono.CSharp.Operator.OpType op, bool declaredOnly) { throw null; }
- public void InflateMembers(Mono.CSharp.MemberCache cacheToInflate, Mono.CSharp.TypeSpec inflatedType, Mono.CSharp.TypeParameterInflator inflator) { }
- public void InflateTypes(Mono.CSharp.MemberCache inflated_cache, Mono.CSharp.TypeParameterInflator inflator) { }
- public void RemoveHiddenMembers(Mono.CSharp.TypeSpec container) { }
- public void VerifyClsCompliance(Mono.CSharp.TypeSpec container, Mono.CSharp.Report report) { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public abstract partial class MemberCore : Mono.CSharp.Attributable, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IModuleContext
- {
- protected string comment;
- public Mono.CSharp.TypeContainer Parent;
- protected MemberCore(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) { }
- public System.Nullable<bool> CLSAttributeValue { get { throw null; } }
- public virtual Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public virtual Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual string DocComment { get { throw null; } set { } }
- public abstract string DocCommentHeader { get; }
- protected bool HasClsCompliantAttribute { get { throw null; } }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsImported { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public virtual bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.MemberName MemberName { get { throw null; } }
- public Mono.CSharp.Modifiers ModFlags { get { throw null; } set { } }
- public virtual Mono.CSharp.ModuleContainer Module { get { throw null; } }
- string Mono.CSharp.IMemberDefinition.Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public virtual void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- protected bool CheckAbstractAndExtern(bool has_block) { throw null; }
- protected void CheckProtectedModifier() { }
- public virtual string[] ConditionalConditions() { throw null; }
- public abstract bool Define();
- public virtual void Emit() { }
- public virtual bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public virtual string GetCallerMemberName() { throw null; }
- public virtual void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public abstract string GetSignatureForDocumentation();
- public virtual string GetSignatureForError() { throw null; }
- public bool IsAccessibleAs(Mono.CSharp.TypeSpec p) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public bool IsExposedFromAssembly() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public virtual void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- protected virtual void SetMemberName(Mono.CSharp.MemberName new_name) { }
- protected virtual bool VerifyClsCompliance() { throw null; }
- protected void Warning_IdentifierNotCompliant() { }
- public virtual void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- CanBeReused = 262144,
- CloseTypeCreated = 16,
- ClsCompliance_Undetected = 4,
- ClsCompliant = 8,
- ClsCompliantAttributeFalse = 128,
- Excluded = 512,
- Excluded_Undetected = 256,
- HasClsCompliantAttribute = 64,
- HasCompliantAttribute_Undetected = 32,
- HasExplicitLayout = 8192,
- HasInstanceConstructor = 65536,
- HasStructLayout = 32768,
- HasUserOperators = 131072,
- InterfacesExpanded = 524288,
- IsAssigned = 4096,
- IsUsed = 2048,
- MethodOverloadsExist = 1024,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PartialDefinitionExists = 16384,
- }
- }
- public abstract partial class MemberExpr : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IInstanceQualifier
- {
- protected bool conditional_access_receiver;
- public Mono.CSharp.Expression InstanceExpression;
- protected MemberExpr() { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected abstract Mono.CSharp.TypeSpec DeclaringType { get; }
- public bool IsBase { get { throw null; } }
- public abstract bool IsInstance { get; }
- public abstract bool IsStatic { get; }
- public abstract string KindName { get; }
- Mono.CSharp.TypeSpec Mono.CSharp.OverloadResolver.IInstanceQualifier.InstanceType { get { throw null; } }
- public abstract string Name { get; }
- protected Mono.CSharp.MethodSpec CandidateToBaseOverride(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- protected void CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { }
- public static bool CheckProtectedMemberAccess<T>(Mono.CSharp.ResolveContext rc, T member, Mono.CSharp.TypeSpec qualifier) where T : Mono.CSharp.MemberSpec { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected void DoBestMemberChecks<T>(Mono.CSharp.ResolveContext rc, T member) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- protected void EmitInstance(Mono.CSharp.EmitContext ec, bool prepare_for_load) { }
- protected virtual void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public static void Error_ProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member, Mono.CSharp.TypeSpec qualifier, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- bool Mono.CSharp.OverloadResolver.IInstanceQualifier.CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { throw null; }
- protected void ResolveConditionalAccessReceiver(Mono.CSharp.ResolveContext rc) { }
- public bool ResolveInstanceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public virtual Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public virtual void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public abstract void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MemberFilter : System.IEquatable<Mono.CSharp.MemberSpec>
- {
- public readonly int Arity;
- public readonly Mono.CSharp.MemberKind Kind;
- public readonly Mono.CSharp.TypeSpec MemberType;
- public readonly string Name;
- public readonly Mono.CSharp.AParametersCollection Parameters;
- public MemberFilter(Mono.CSharp.MethodSpec m) { throw null;}
- public MemberFilter(string name, int arity, Mono.CSharp.MemberKind kind, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null;}
- public static Mono.CSharp.MemberFilter Constructor(Mono.CSharp.AParametersCollection param) { throw null; }
- public bool Equals(Mono.CSharp.MemberSpec other) { throw null; }
- public static Mono.CSharp.MemberFilter Field(string name, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Method(string name, int arity, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Property(string name, Mono.CSharp.TypeSpec type) { throw null; }
- }
- [System.FlagsAttribute]
- public enum MemberKind
- {
- ArrayType = 524288,
- Class = 2048,
- Constructor = 1,
- Delegate = 8192,
- Destructor = 128,
- Enum = 16384,
- Event = 2,
- Field = 4,
- GenericMask = 47112,
- Indexer = 32,
- Interface = 32768,
- InternalCompilerType = 2097152,
- MaskType = 63743,
- Method = 8,
- MissingType = 4194304,
- Namespace = 16777216,
- NestedMask = 63488,
- Operator = 64,
- PointerType = 1048576,
- Property = 16,
- Struct = 4096,
- TypeParameter = 65536,
- Void = 8388608,
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public partial class MemberName
- {
- public readonly Mono.CSharp.FullNamedExpression ExplicitInterface;
- public readonly Mono.CSharp.MemberName Left;
- public readonly Mono.CSharp.Location Location;
- public readonly string Name;
- public static readonly Mono.CSharp.MemberName Null;
- public Mono.CSharp.TypeParameters TypeParameters;
- public MemberName(Mono.CSharp.MemberName left, Mono.CSharp.MemberName right) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.Location loc) { }
- public MemberName(string name) { }
- public MemberName(string name, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { }
- public int Arity { get { throw null; } }
- public string Basename { get { throw null; } }
- public bool IsGeneric { get { throw null; } }
- public void CreateMetadataName(System.Text.StringBuilder sb) { }
- public bool Equals(Mono.CSharp.MemberName other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public static string MakeName(string name, Mono.CSharp.TypeParameters args) { throw null; }
- }
- public abstract partial class MemberSpec
- {
- protected Mono.CSharp.TypeSpec declaringType;
- protected Mono.CSharp.IMemberDefinition definition;
- public readonly Mono.CSharp.MemberKind Kind;
- protected Mono.CSharp.Modifiers modifiers;
- protected const Mono.CSharp.MemberSpec.StateFlags SharedStateFlags = (Mono.CSharp.MemberSpec.StateFlags)(127);
- public Mono.CSharp.MemberSpec.StateFlags state;
- protected MemberSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.Modifiers modifiers) { }
- public virtual int Arity { get { throw null; } }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAccessor { get { throw null; } set { } }
- public bool IsGeneric { get { throw null; } set { } }
- public bool IsNotCSharpCompatible { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.CSharp.IMemberDefinition MemberDefinition { get { throw null; } }
- public Mono.CSharp.Modifiers Modifiers { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public virtual void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public virtual string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public bool IsAccessible(Mono.CSharp.IMemberContext ctx) { throw null; }
- public bool IsCLSCompliant() { throw null; }
- public bool IsConditionallyExcluded(Mono.CSharp.IMemberContext ctx) { throw null; }
- protected virtual bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public abstract System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller);
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum StateFlags
- {
- CLSCompliant = 8,
- CLSCompliant_Undetected = 4,
- ConstraintsChecked = 128,
- GenericIterateInterface = 2097152,
- GenericTask = 4194304,
- HasDynamicElement = 64,
- InflatedExpressionType = 524288,
- InflatedNullableType = 1048576,
- InterfacesExpanded = 65536,
- InterfacesImported = 8388608,
- IsAccessor = 512,
- IsGeneric = 1024,
- IsNotCSharpCompatible = 131072,
- MissingDependency = 32,
- MissingDependency_Undetected = 16,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PendingBaseTypeInflate = 32768,
- PendingMakeMethod = 8192,
- PendingMemberCacheMembers = 16384,
- PendingMetaInflate = 4096,
- SpecialRuntimeType = 262144,
- }
- }
- public abstract partial class MetadataImporter
- {
- protected readonly System.Collections.Generic.Dictionary<System.Reflection.Assembly, Mono.CSharp.IAssemblyDefinition> assembly_2_definition;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> compiled_types;
- public static readonly string CompilerServicesNamespace;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> import_cache;
- protected readonly Mono.CSharp.ModuleContainer module;
- protected MetadataImporter(Mono.CSharp.ModuleContainer module) { }
- public System.Collections.Generic.ICollection<Mono.CSharp.IAssemblyDefinition> Assemblies { get { throw null; } }
- public bool IgnoreCompilerGeneratedField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IgnorePrivateMembers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec);
- public Mono.CSharp.EventSpec CreateEvent(System.Reflection.EventInfo ei, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) { throw null; }
- public Mono.CSharp.FieldSpec CreateField(System.Reflection.FieldInfo fi, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.MethodSpec CreateMethod(System.Reflection.MethodBase mb, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.TypeSpec CreateNestedType(System.Type type, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.PropertySpec CreateProperty(System.Reflection.PropertyInfo pi, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec @get, Mono.CSharp.MethodSpec @set) { throw null; }
- public Mono.CSharp.TypeSpec CreateType(System.Type type) { throw null; }
- protected Mono.CSharp.TypeSpec CreateType(System.Type type, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MetadataImporter.DynamicTypeReader dtype, bool canImportBaseType) { throw null; }
- protected abstract Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType);
- public Mono.CSharp.IAssemblyDefinition GetAssemblyDefinition(System.Reflection.Assembly assembly) { throw null; }
- public Mono.CSharp.ImportedAssemblyDefinition GetImportedAssemblyDefinition(System.Reflection.AssemblyName assemblyName) { throw null; }
- public static bool HasAttribute(System.Collections.Generic.IList<System.Reflection.CustomAttributeData> attributesData, string attrName, string attrNamespace) { throw null; }
- protected abstract bool HasVolatileModifier(System.Type[] modifiers);
- public Mono.CSharp.TypeSpec ImportType(System.Type type) { throw null; }
- public void ImportTypeBase(System.Type type) { }
- protected void ImportTypes(System.Type[] types, Mono.CSharp.Namespace targetNamespace, bool importExtensionTypes) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- protected partial struct DynamicTypeReader
- {
- public int Position;
- public DynamicTypeReader(object provider) { throw null;}
- public bool HasDynamicAttribute() { throw null; }
- public bool IsDynamicObject() { throw null; }
- }
- }
- public partial class Method : Mono.CSharp.MethodOrOperator, Mono.CSharp.IGenericMethodDefinition, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- public Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- protected Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers amod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public static bool CheckImplementingMethodConstraints(Mono.CSharp.TypeContainer container, Mono.CSharp.MethodSpec method, Mono.CSharp.MethodSpec baseMethod) { throw null; }
- public static Mono.CSharp.Method Create(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DefineTypeParameters() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public static void Error1599(Mono.CSharp.Location loc, Mono.CSharp.TypeSpec t, Mono.CSharp.Report Report) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override void PrepareEmit() { }
- protected override bool ResolveMemberType() { throw null; }
- public void SetPartialDefinition(Mono.CSharp.Method methodDefinition) { }
- }
- public abstract partial class MethodCore : Mono.CSharp.InterfaceMemberBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.MethodSpec spec;
- protected MethodCore(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public Mono.CSharp.MethodSpec Spec { get { throw null; } }
- protected override bool CheckBase() { throw null; }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class MethodData
- {
- protected Mono.CSharp.TypeSpec declaring_type;
- protected System.Reflection.MethodAttributes flags;
- public Mono.CSharp.MethodSpec implementing;
- protected Mono.CSharp.InterfaceMemberBase member;
- public readonly Mono.CSharp.IMethodData method;
- protected Mono.CSharp.Modifiers modifiers;
- protected Mono.CSharp.MethodSpec parent_method;
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method) { }
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method, Mono.CSharp.MethodSpec parent_method) { }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public string MetadataName { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public bool Define(Mono.CSharp.TypeDefinition container, string method_full_name) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container, Mono.CSharp.ParametersCompiled param) { throw null; }
- public void Emit(Mono.CSharp.TypeDefinition parent) { }
- public void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class MethodGroupExpr : Mono.CSharp.MemberExpr, Mono.CSharp.OverloadResolver.IBaseMembersProvider
- {
- protected System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Methods;
- protected Mono.CSharp.TypeSpec queried_type;
- protected Mono.CSharp.TypeArguments type_arguments;
- public MethodGroupExpr(Mono.CSharp.MethodSpec m, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public MethodGroupExpr(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> mi, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.MethodSpec BestCandidate { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Candidates { get { throw null; } }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsConditionallyExcluded { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.MethodGroupExpr CreatePredefined(Mono.CSharp.MethodSpec best, Mono.CSharp.TypeSpec queriedType, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, Mono.CSharp.TypeSpec conditionalAccessReceiver, bool statement) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, bool statement) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public virtual System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool HasAccessibleCandidate(Mono.CSharp.ResolveContext rc) { throw null; }
- public static bool IsExtensionMethodArgument(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr OverloadResolve(Mono.CSharp.ResolveContext ec, ref Mono.CSharp.Arguments args, Mono.CSharp.OverloadResolver.IErrorHandler cerrors, Mono.CSharp.OverloadResolver.Restrictions restr) { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public abstract partial class MethodOrOperator : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.MethodData MethodData;
- protected MethodOrOperator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsPartialDefinition { get { throw null; } }
- public bool IsPartialImplementation { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override string[] ConditionalConditions() { throw null; }
- public virtual Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- protected void Error_ConditionalAttributeIsNotValid() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public sealed partial class MethodSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly Mono.CSharp.MethodSpec Excluded;
- public MethodSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMethodDefinition details, Mono.CSharp.TypeSpec returnType, Mono.CSharp.AParametersCollection parameters, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public Mono.CSharp.IGenericMethodDefinition GenericDefinition { get { throw null; } }
- public bool IsAsync { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsExtensionMethod { get { throw null; } }
- public bool IsReservedMethod { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public new Mono.CSharp.IMethodDefinition MemberDefinition { get { throw null; } }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public Mono.CSharp.MethodSpec GetGenericMethodDefinition() { throw null; }
- public System.Reflection.MethodBase GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.MethodSpec MakeGenericMethod(Mono.CSharp.IMemberContext context, params Mono.CSharp.TypeSpec[] targs) { throw null; }
- public Mono.CSharp.MethodSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class MissingTypeSpecReference
- {
- public MissingTypeSpecReference(Mono.CSharp.TypeSpec type, Mono.CSharp.MemberSpec caller) { }
- public Mono.CSharp.MemberSpec Caller { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum Modifiers
- {
- ABSTRACT = 32,
- AccessibilityMask = 15,
- AllowedExplicitImplFlags = 10240,
- ASYNC = 16384,
- AutoProperty = 16777216,
- BACKING_FIELD = 2097152,
- COMPILER_GENERATED = 1048576,
- DEBUGGER_HIDDEN = 4194304,
- DEBUGGER_STEP_THROUGH = 8388608,
- DEFAULT_ACCESS_MODIFIER = 262144,
- EXTERN = 2048,
- INTERNAL = 8,
- METHOD_EXTENSION = 524288,
- NEW = 16,
- OVERRIDE = 1024,
- PARTIAL = 131072,
- PRIVATE = 4,
- PROPERTY_CUSTOM = 65536,
- PROTECTED = 1,
- PUBLIC = 2,
- READONLY = 256,
- SEALED = 64,
- STATIC = 128,
- TOP = 32768,
- UNSAFE = 8192,
- VIRTUAL = 512,
- VOLATILE = 4096,
- }
- public sealed partial class ModuleContainer : Mono.CSharp.TypeContainer
- {
- public System.Nullable<System.Runtime.InteropServices.CharSet> DefaultCharSet;
- public System.Reflection.TypeAttributes DefaultCharSetType;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryLifted;
- public ModuleContainer(Mono.CSharp.CompilerContext context) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Reflection.Emit.ModuleBuilder Builder { get { throw null; } }
- public override Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public int CounterAnonymousTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Evaluator Evaluator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.Dictionary<string, string> GetResourceStrings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.RootNamespace GlobalRootNamespace { get { throw null; } }
- public bool HasDefaultCharSet { get { throw null; } }
- public bool HasExtensionMethod { get { throw null; } set { } }
- public bool HasTypesFullyDefined { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddAnonymousType(Mono.CSharp.AnonymousTypeClass type) { }
- public void AddAttribute(Mono.CSharp.Attribute attr, Mono.CSharp.IMemberContext context) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public void Create(Mono.CSharp.AssemblyDefinition assembly, System.Reflection.Emit.ModuleBuilder moduleBuilder) { }
- public System.Reflection.Emit.TypeBuilder CreateBuilder(string name, System.Reflection.TypeAttributes attr, int typeSize) { throw null; }
- public Mono.CSharp.ModuleContainer.PatternMatchingHelper CreatePatterMatchingHelper() { throw null; }
- public Mono.CSharp.RootNamespace CreateRootNamespace(string alias) { throw null; }
- public override bool Define() { throw null; }
- public override bool DefineContainer() { throw null; }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public Mono.CSharp.AnonymousTypeClass GetAnonymousType(System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters) { throw null; }
- public Mono.CSharp.AwaiterDefinition GetAwaiter(Mono.CSharp.TypeSpec type) { throw null; }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public Mono.CSharp.Binary.PredefinedOperator[] GetPredefinedEnumAritmeticOperators(Mono.CSharp.TypeSpec enumType, bool nullable) { throw null; }
- public Mono.CSharp.RootNamespace GetRootNamespace(string name) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void InitializePredefinedTypes() { }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadGetResourceStrings(System.Collections.Generic.List<string> fileNames) { }
- public Mono.CSharp.Attribute ResolveAssemblyAttribute(Mono.CSharp.PredefinedAttribute a_type) { throw null; }
- public void SetDeclaringAssembly(Mono.CSharp.AssemblyDefinition assembly) { }
- public sealed partial class PatternMatchingHelper : Mono.CSharp.CompilerGeneratedContainer
- {
- public PatternMatchingHelper(Mono.CSharp.ModuleContainer module) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Method NumberMatcher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override bool DoDefineMembers() { throw null; }
- }
- }
- public partial class MovableArgument : Mono.CSharp.Argument
- {
- public MovableArgument(Mono.CSharp.Argument arg) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- protected MovableArgument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitToVariable(Mono.CSharp.EmitContext ec) { }
- }
- public partial class NamedArgument : Mono.CSharp.MovableArgument
- {
- public readonly string Name;
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Argument)) { }
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Argument)) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Namespace
- {
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.Namespace> namespaces;
- protected System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Mono.CSharp.TypeSpec>> types;
- protected Namespace() { }
- public Namespace(Mono.CSharp.Namespace parent, string name) { }
- public string Name { get { throw null; } }
- public Mono.CSharp.Namespace Parent { get { throw null; } }
- public Mono.CSharp.Namespace AddNamespace(Mono.CSharp.MemberName name) { throw null; }
- public void AddType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts) { }
- public System.Collections.Generic.IEnumerable<string> CompletionGetTypesStartingWith(string prefix) { throw null; }
- public System.Collections.Generic.IList<Mono.CSharp.TypeSpec> GetAllTypes(string name) { throw null; }
- public Mono.CSharp.Namespace GetNamespace(string name, bool create) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public static Mono.CSharp.TypeSpec IsImportedTypeOverride(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts, Mono.CSharp.TypeSpec found) { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public Mono.CSharp.TypeSpec LookupType(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void RemoveContainer(Mono.CSharp.TypeContainer tc) { }
- public void SetBuiltinType(Mono.CSharp.BuiltinTypeSpec pts) { }
- public bool TryGetNamespace(string name, out Mono.CSharp.Namespace ns) { ns = default(Mono.CSharp.Namespace); throw null; }
- public void VerifyClsCompliance() { }
- }
- public partial class NamespaceContainer : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public bool DeclarationFound;
- public readonly new Mono.CSharp.NamespaceContainer Parent;
- public NamespaceContainer(Mono.CSharp.MemberName name, Mono.CSharp.NamespaceContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected NamespaceContainer(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Namespace NS { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.UsingClause> Usings { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public void AddUsing(Mono.CSharp.UsingAliasNamespace un) { }
- public void AddUsing(Mono.CSharp.UsingClause un) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void DefineNamespace() { }
- protected override void DoDefineContainer() { }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity, int position) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupExternAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression LookupStaticUsings(Mono.CSharp.IMemberContext mc, string name, int arity, Mono.CSharp.Location loc) { throw null; }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class NamespaceExpression : Mono.CSharp.FullNamedExpression
- {
- public NamespaceExpression(Mono.CSharp.Namespace ns, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Namespace Namespace { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public void Error_NamespaceDoesNotExist(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.Location loc) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class New : Mono.CSharp.ExpressionStatement, Mono.CSharp.IMemoryLocation
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.MethodSpec method;
- protected Mono.CSharp.Expression RequestedType;
- public New(Mono.CSharp.Expression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.Location l) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public bool IsGeneratedStructConstructor { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public virtual bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.Expression CheckComImport(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public static Mono.CSharp.Constant Constantify(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected virtual Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class NewAnonymousType : Mono.CSharp.New
- {
- public NewAnonymousType(System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.TypeContainer parent, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewDelegate : Mono.CSharp.DelegateCreation
- {
- public Mono.CSharp.Arguments Arguments;
- public NewDelegate(Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments Arguments, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewInitialize : Mono.CSharp.New
- {
- public NewInitialize(Mono.CSharp.FullNamedExpression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.CollectionOrObjectInitializers initializers, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.CollectionOrObjectInitializers Initializers { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected override Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class NullConstant : Mono.CSharp.Constant
- {
- public NullConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string ExprClassName { get { throw null; } }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool inCheckedContext, Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class NullLiteral : Mono.CSharp.NullConstant
- {
- public NullLiteral(Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec t, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class Operator : Mono.CSharp.MethodOrOperator
- {
- public readonly Mono.CSharp.Operator.OpType OperatorType;
- public Operator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Operator.OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public Mono.CSharp.Operator.OpType GetMatchingOperator() { throw null; }
- public static string GetMetadataName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetMetadataName(string name) { throw null; }
- public static string GetName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetName(string metadata_name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static System.Nullable<Mono.CSharp.Operator.OpType> GetType(string metadata_name) { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- public enum OpType : byte
- {
- Addition = (byte)6,
- BitwiseAnd = (byte)13,
- BitwiseOr = (byte)14,
- Decrement = (byte)3,
- Division = (byte)11,
- Equality = (byte)18,
- ExclusiveOr = (byte)15,
- Explicit = (byte)25,
- False = (byte)5,
- GreaterThan = (byte)20,
- GreaterThanOrEqual = (byte)22,
- Implicit = (byte)24,
- Increment = (byte)2,
- Inequality = (byte)19,
- Is = (byte)26,
- LeftShift = (byte)16,
- LessThan = (byte)21,
- LessThanOrEqual = (byte)23,
- LogicalNot = (byte)0,
- Modulus = (byte)12,
- Multiply = (byte)10,
- OnesComplement = (byte)1,
- RightShift = (byte)17,
- Subtraction = (byte)7,
- TOP = (byte)27,
- True = (byte)4,
- UnaryNegation = (byte)9,
- UnaryPlus = (byte)8,
- }
- }
- public partial class OperatorCast : Mono.CSharp.TypeCast
- {
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec returnType, bool isExplicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type, bool find_explicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Outline
- {
- public Outline(System.Type t, System.IO.TextWriter output, bool declared_only, bool show_private, bool filter_obsolete) { }
- public void OutlineType() { }
- public static string RemoveGenericArity(string name) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OverloadResolver
- {
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.TypeArguments targs, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public Mono.CSharp.OverloadResolver.IBaseMembersProvider BaseMembersProvider { get { throw null; } set { } }
- public bool BestCandidateIsDynamic { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MethodGroupExpr BestCandidateNewMethodGroup { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public Mono.CSharp.OverloadResolver.IErrorHandler CustomErrors { get { throw null; } set { } }
- public Mono.CSharp.OverloadResolver.IInstanceQualifier InstanceQualifier { get { throw null; } set { } }
- public static int BetterTypeConversion(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec p, Mono.CSharp.TypeSpec q) { throw null; }
- public static void Error_ConstructorMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, int argCount, Mono.CSharp.Location loc) { }
- public static Mono.CSharp.Expression ResolveDefaultValueArgument(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec ptype, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public T ResolveMember<T>(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IParametersMember { throw null; }
- public Mono.CSharp.MethodSpec ResolveOperator(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) { throw null; }
- public partial interface IBaseMembersProvider
- {
- System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType);
- Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member);
- Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc);
- }
- public partial interface IErrorHandler
- {
- bool AmbiguousCandidates(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous);
- bool ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument a, int index);
- bool NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- bool TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- }
- public partial interface IInstanceQualifier
- {
- Mono.CSharp.TypeSpec InstanceType { get; }
- bool CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member);
- }
- [System.FlagsAttribute]
- public enum Restrictions
- {
- BaseMembersIncluded = 16,
- CovariantDelegate = 4,
- DelegateInvoke = 1,
- GetEnumeratorLookup = 32,
- NoBaseMembers = 8,
- None = 0,
- ProbingOnly = 2,
- }
- }
- public partial class Parameter : Mono.CSharp.ParameterBase, Mono.CSharp.ILocalVariable, Mono.CSharp.IParameterData
- {
- public bool HasAddressTaken;
- protected int idx;
- protected Mono.CSharp.TypeSpec parameter_type;
- public Parameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Parameter.Modifier mod, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression DefaultExpression { get { throw null; } }
- public Mono.CSharp.DefaultParameterValueExpression DefaultValue { get { throw null; } set { } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.HoistedParameter HoistedVariant { get { throw null; } set { } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- Mono.CSharp.Expression Mono.CSharp.IParameterData.DefaultValue { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.Parameter.Modifier ParameterModifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public Mono.CSharp.Parameter Clone() { throw null; }
- public Mono.CSharp.ExpressionStatement CreateExpressionTreeVariable(Mono.CSharp.BlockContext ec) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public void Error_DuplicateName(Mono.CSharp.Report r) { }
- public Mono.CSharp.TemporaryVariableReference ExpressionTreeVariableReference() { throw null; }
- public static string GetModifierSignature(Mono.CSharp.Parameter.Modifier mod) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public void IsClsCompliant(Mono.CSharp.IMemberContext ctx) { }
- public virtual Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext rc, int index) { throw null; }
- public void ResolveDefaultValue(Mono.CSharp.ResolveContext rc) { }
- public static Mono.CSharp.TypeExpr ResolveParameterExpressionType(Mono.CSharp.IMemberContext ec, Mono.CSharp.Location location) { throw null; }
- public void SetIndex(int index) { }
- public void Warning_UselessOptionalParameter(Mono.CSharp.Report Report) { }
- [System.FlagsAttribute]
- public enum Modifier : byte
- {
- CallerFilePath = (byte)64,
- CallerLineNumber = (byte)32,
- CallerMask = (byte)112,
- CallerMemberName = (byte)16,
- ModifierMask = (byte)15,
- NONE = (byte)0,
- OUT = (byte)4,
- PARAMS = (byte)1,
- REF = (byte)2,
- RefOutMask = (byte)6,
- This = (byte)8,
- }
- }
- public abstract partial class ParameterBase : Mono.CSharp.Attributable
- {
- protected System.Reflection.Emit.ParameterBuilder builder;
- protected ParameterBase() { }
- public System.Reflection.Emit.ParameterBuilder Builder { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class ParameterData : Mono.CSharp.IParameterData
- {
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers) { }
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers, Mono.CSharp.Expression defaultValue) { }
- public Mono.CSharp.Expression DefaultValue { get { throw null; } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public partial class ParameterReference : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.ParametersBlock.ParameterInfo pi;
- public ParameterReference(Mono.CSharp.ParametersBlock.ParameterInfo pi, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- }
- public partial class ParametersBlock : Mono.CSharp.ExplicitBlock
- {
- protected System.Collections.Generic.Dictionary<string, object> labels;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.ParametersBlock.ParameterInfo[] parameter_info;
- protected bool resolved;
- protected Mono.CSharp.StateMachine state_machine;
- protected Mono.CSharp.ToplevelBlock top_block;
- public ParametersBlock(Mono.CSharp.Block parent, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public bool HasReferenceToStoreyForInstanceLambdas { get { throw null; } set { } }
- public bool IsAsync { get { throw null; } set { } }
- public bool IsExpressionTree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public bool Resolved { get { throw null; } }
- public Mono.CSharp.StateMachine StateMachine { get { throw null; } }
- public int TemporaryLocalsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ToplevelBlock TopBlock { get { throw null; } set { } }
- public void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public Mono.CSharp.ParametersBlock ConvertToAsyncTask(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeDefinition host, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.ToplevelBlock ConvertToIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitEmbedded(Mono.CSharp.EmitContext ec) { }
- public override int GetDebugSymbolScopeIndex() { throw null; }
- public Mono.CSharp.LabeledStatement GetLabel(string name, Mono.CSharp.Block block) { throw null; }
- public Mono.CSharp.ParametersBlock.ParameterInfo GetParameterInfo(Mono.CSharp.Parameter p) { throw null; }
- public Mono.CSharp.ParameterReference GetParameterReference(int index, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Statement PerformClone(ref System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { throw null; }
- protected void ProcessParameters() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class ParameterInfo : Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public ParameterInfo(Mono.CSharp.ParametersBlock block, int index) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- Mono.CSharp.Block Mono.CSharp.INamedBlockVariable.Block { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- public Mono.CSharp.TypeSpec ParameterType { get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class ParametersCompiled : Mono.CSharp.AParametersCollection
- {
- public static readonly Mono.CSharp.ParametersCompiled EmptyReadOnlyParameters;
- public static readonly Mono.CSharp.ParametersCompiled Undefined;
- public ParametersCompiled(params Mono.CSharp.Parameter[] parameters) { }
- public ParametersCompiled(Mono.CSharp.Parameter[] parameters, bool has_arglist) { }
- public Mono.CSharp.Parameter this[int pos] { get { throw null; } }
- public void ApplyAttributes(Mono.CSharp.IMemberContext mc, System.Reflection.MethodBase builder) { }
- public void CheckConstraints(Mono.CSharp.IMemberContext mc) { }
- public void CheckParameters(Mono.CSharp.MemberCore member) { }
- public Mono.CSharp.ParametersCompiled Clone() { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.BlockContext ec, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter[] parameters, Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.AParametersCollection CreateFullyResolved(params Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateImplicitParameter(Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) { throw null; }
- public static int IsSameClsSignature(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter compilerParams, Mono.CSharp.TypeSpec compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter[] compilerParams, Mono.CSharp.TypeSpec[] compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled Prefix(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- public void ResolveDefaultValues(Mono.CSharp.MemberCore m) { }
- public void VerifyClsCompliance(Mono.CSharp.IMemberContext ctx) { }
- }
- public partial class ParametersImported : Mono.CSharp.AParametersCollection
- {
- public ParametersImported(Mono.CSharp.IParameterData[] param, Mono.CSharp.TypeSpec[] types, bool hasParams) { }
- public ParametersImported(Mono.CSharp.IParameterData[] parameters, Mono.CSharp.TypeSpec[] types, bool hasArglist, bool hasParams) { }
- }
- public partial class ParamsParameter : Mono.CSharp.Parameter
- {
- public ParamsParameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class ParenthesizedExpression : Mono.CSharp.ShimExpression
- {
- public ParenthesizedExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ParserSession
- {
- public readonly char[] IDBuilder;
- public readonly System.Collections.Generic.Dictionary<char[], string>[] Identifiers;
- public readonly char[] NumberBuilder;
- public readonly System.Collections.Generic.List<Mono.CSharp.Parameter> ParametersStack;
- public readonly char[] StreamReaderBuffer;
- public ParserSession() { }
- public Mono.CSharp.LocatedToken[] LocatedTokens { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocationsBag LocationsBag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UseJayGlobalArrays { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Security.Cryptography.MD5 GetChecksumAlgorithm() { throw null; }
- }
- public partial class PendingImplementation
- {
- internal PendingImplementation() { }
- public static Mono.CSharp.PendingImplementation GetPendingImplementations(Mono.CSharp.TypeDefinition container) { throw null; }
- public void ImplementMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, bool clear_one, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); }
- public Mono.CSharp.MethodSpec InterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec iType, Mono.CSharp.MethodData method, Mono.CSharp.PendingImplementation.Operation op, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public Mono.CSharp.MethodSpec IsInterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public bool VerifyPendingMethods() { throw null; }
- public enum Operation
- {
- ClearAll = 2,
- ClearOne = 1,
- Lookup = 0,
- }
- }
- public enum Platform
- {
- AnyCPU = 0,
- AnyCPU32Preferred = 1,
- Arm = 2,
- IA64 = 5,
- X64 = 4,
- X86 = 3,
- }
- public partial class PointerArithmetic : Mono.CSharp.Expression
- {
- public PointerArithmetic(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression l, Mono.CSharp.Expression r, Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class PredefinedAttribute : Mono.CSharp.PredefinedType
- {
- protected Mono.CSharp.MethodSpec ctor;
- public PredefinedAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(Mono.CSharp.MemberKind), default(string), default(string), default(int)) { }
- public Mono.CSharp.MethodSpec Constructor { get { throw null; } }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ConstructorBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ModuleBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public static bool operator !=(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public bool ResolveBuilder() { throw null; }
- }
- public partial class PredefinedAttributes
- {
- public readonly Mono.CSharp.PredefinedAttribute AssemblyAlgorithmId;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCompany;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCopyright;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCulture;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFileVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFlags;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyInformationalVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyProduct;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyTrademark;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyVersion;
- public readonly Mono.CSharp.PredefinedStateMachineAttribute AsyncStateMachine;
- public readonly Mono.CSharp.PredefinedAttribute AttributeUsage;
- public readonly Mono.CSharp.PredefinedAttribute CallerFilePathAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerLineNumberAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerMemberNameAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CLSCompliant;
- public readonly Mono.CSharp.PredefinedAttribute CoClass;
- public readonly Mono.CSharp.PredefinedAttribute ComImport;
- public readonly Mono.CSharp.PredefinedAttribute CompilerGenerated;
- public readonly Mono.CSharp.PredefinedAttribute Conditional;
- public readonly Mono.CSharp.PredefinedDebuggableAttribute Debuggable;
- public readonly Mono.CSharp.PredefinedDebuggerBrowsableAttribute DebuggerBrowsable;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerHidden;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerStepThrough;
- public readonly Mono.CSharp.PredefinedDecimalAttribute DecimalConstant;
- public readonly Mono.CSharp.PredefinedAttribute DefaultCharset;
- public readonly Mono.CSharp.PredefinedAttribute DefaultMember;
- public readonly Mono.CSharp.PredefinedAttribute DefaultParameterValue;
- public readonly Mono.CSharp.PredefinedAttribute DllImport;
- public readonly Mono.CSharp.PredefinedDynamicAttribute Dynamic;
- public readonly Mono.CSharp.PredefinedAttribute Extension;
- public readonly Mono.CSharp.PredefinedAttribute FieldOffset;
- public readonly Mono.CSharp.PredefinedAttribute FixedBuffer;
- public readonly Mono.CSharp.PredefinedAttribute Guid;
- public readonly Mono.CSharp.PredefinedAttribute HostProtection;
- public readonly Mono.CSharp.PredefinedAttribute In;
- public readonly Mono.CSharp.PredefinedAttribute IndexerName;
- public readonly Mono.CSharp.PredefinedAttribute InternalsVisibleTo;
- public readonly Mono.CSharp.PredefinedAttribute MarshalAs;
- public readonly Mono.CSharp.PredefinedAttribute MethodImpl;
- public readonly Mono.CSharp.PredefinedAttribute Obsolete;
- public readonly Mono.CSharp.PredefinedAttribute OptionalParameter;
- public readonly Mono.CSharp.PredefinedAttribute Out;
- public readonly Mono.CSharp.PredefinedAttribute ParamArray;
- public readonly Mono.CSharp.PredefinedAttribute Required;
- public readonly Mono.CSharp.PredefinedAttribute RuntimeCompatibility;
- public readonly Mono.CSharp.PredefinedAttribute Security;
- public readonly Mono.CSharp.PredefinedAttribute StructLayout;
- public readonly Mono.CSharp.PredefinedAttribute TypeForwarder;
- public readonly Mono.CSharp.PredefinedAttribute UnmanagedFunctionPointer;
- public readonly Mono.CSharp.PredefinedAttribute UnsafeValueType;
- public readonly Mono.CSharp.PredefinedAttribute UnverifiableCode;
- public PredefinedAttributes(Mono.CSharp.ModuleContainer module) { }
- }
- public partial class PredefinedDebuggableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder, System.Diagnostics.DebuggableAttribute.DebuggingModes modes) { }
- }
- public partial class PredefinedDebuggerBrowsableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggerBrowsableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, System.Diagnostics.DebuggerBrowsableState state) { }
- }
- public partial class PredefinedDecimalAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDecimalAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedDynamicAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDynamicAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedMember<T> where T : Mono.CSharp.MemberSpec
- {
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypeSpec type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, Mono.CSharp.MemberFilter filter) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, params Mono.CSharp.PredefinedType[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, System.Func<Mono.CSharp.TypeSpec[]> typesBuilder, Mono.CSharp.TypeSpec returnType) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec type, Mono.CSharp.MemberFilter filter) { }
- public T Get() { throw null; }
- public T Resolve(Mono.CSharp.Location loc) { throw null; }
- }
- public partial class PredefinedStateMachineAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedStateMachineAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder, Mono.CSharp.StateMachine type) { }
- }
- public partial class PredefinedType
- {
- protected readonly Mono.CSharp.ModuleContainer module;
- protected Mono.CSharp.TypeSpec type;
- public PredefinedType(Mono.CSharp.BuiltinTypeSpec type) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity) { }
- public int Arity { get { throw null; } }
- public bool IsDefined { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeSpec { get { throw null; } }
- public bool Define() { throw null; }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.TypeSpec Resolve() { throw null; }
- public static Mono.CSharp.TypeSpec Resolve(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity, bool required, bool reportErrors) { throw null; }
- }
- public abstract partial class Probe : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- public Mono.CSharp.Expression ProbeType;
- protected Mono.CSharp.TypeSpec probe_type_expr;
- protected Probe(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected abstract string OperatorName { get; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- protected Mono.CSharp.Expression ResolveCommon(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Property : Mono.CSharp.PropertyBase
- {
- public Property(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property.BackingFieldDeclaration BackingField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public sealed partial class BackingFieldDeclaration : Mono.CSharp.Field
- {
- public BackingFieldDeclaration(Mono.CSharp.Property p, bool readOnly) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property OriginalProperty { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- }
- }
- public abstract partial class PropertyBase : Mono.CSharp.PropertyBasedMember
- {
- protected PropertyBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorFirst { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorSecond { get { throw null; } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Get { get { throw null; } set { } }
- public override bool IsUsed { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Set { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- protected bool DefineAccessors() { throw null; }
- protected void DefineBuilders(Mono.CSharp.MemberKind kind, Mono.CSharp.ParametersCompiled parameters) { }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- public override void PrepareEmit() { }
- protected override void SetMemberName(Mono.CSharp.MemberName new_name) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public partial class GetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- public GetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public abstract partial class PropertyMethod : Mono.CSharp.AbstractPropertyEventMethod
- {
- protected System.Reflection.MethodAttributes flags;
- protected readonly Mono.CSharp.PropertyBase method;
- public PropertyMethod(Mono.CSharp.PropertyBase method, string prefix, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCustomAccessModifier { get { throw null; } }
- public Mono.CSharp.PropertyBase Property { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class SetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- protected Mono.CSharp.ParametersCompiled parameters;
- public SetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- }
- public abstract partial class PropertyBasedMember : Mono.CSharp.InterfaceMemberBase
- {
- protected PropertyBasedMember(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected void CheckReservedNameConflict(string prefix, Mono.CSharp.MethodSpec accessor) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class PropertySpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public PropertySpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec Get { get { throw null; } set { } }
- public bool HasDifferentAccessibility { get { throw null; } }
- public bool HasGet { get { throw null; } }
- public bool HasSet { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.PropertyInfo MetaInfo { get { throw null; } }
- public Mono.CSharp.MethodSpec Set { get { throw null; } set { } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class QualifiedAliasMember : Mono.CSharp.MemberAccess
- {
- public static readonly string GlobalAlias;
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, int arity, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public string Alias { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.FullNamedExpression CreateExpressionFromAlias(Mono.CSharp.IMemberContext mc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Reachability
- {
- public bool IsUnreachable { get { throw null; } }
- public static Mono.CSharp.Reachability CreateUnreachable() { throw null; }
- public static Mono.CSharp.Reachability operator &(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- public static Mono.CSharp.Reachability operator |(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- }
- public partial class ReducedExpression : Mono.CSharp.Expression
- {
- internal ReducedExpression() { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Constant Create(Mono.CSharp.Constant expr, Mono.CSharp.Expression originalExpr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr, bool canBeConstant) { throw null; }
- public static Mono.CSharp.ExpressionStatement Create(Mono.CSharp.ExpressionStatement s, Mono.CSharp.Expression orig) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public partial class ReducedConstantExpression : Mono.CSharp.EmptyConstantCast
- {
- public ReducedConstantExpression(Mono.CSharp.Constant expr, Mono.CSharp.Expression orig_expr) : base (default(Mono.CSharp.Constant), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- }
- public sealed partial class ReflectionImporter : Mono.CSharp.MetadataImporter
- {
- public ReflectionImporter(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypes builtin) : base (default(Mono.CSharp.ModuleContainer)) { }
- public override void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec) { }
- protected override Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType) { throw null; }
- protected override bool HasVolatileModifier(System.Type[] modifiers) { throw null; }
- public void ImportAssembly(System.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) { }
- public Mono.CSharp.ImportedModuleDefinition ImportModule(System.Reflection.Module module, Mono.CSharp.RootNamespace targetNamespace) { throw null; }
- }
- public partial class RefTypeExpr : Mono.CSharp.ShimExpression
- {
- public RefTypeExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class RefValueExpr : Mono.CSharp.ShimExpression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RefValueExpr(Mono.CSharp.Expression expr, Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class Report
- {
- public static readonly int[] AllWarnings;
- public const int RuntimeErrorId = 10000;
- public Report(Mono.CSharp.CompilerContext context, Mono.CSharp.ReportPrinter printer) { }
- public int Errors { get { throw null; } }
- public bool IsDisabled { get { throw null; } }
- public Mono.CSharp.ReportPrinter Printer { get { throw null; } }
- public int Warnings { get { throw null; } }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(int category, string message, params object[] args) { }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(string message, params object[] args) { }
- public void DisableReporting() { }
- public void EnableReporting() { }
- public void Error(int code, Mono.CSharp.Location loc, string error) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, params string[] args) { }
- public void Error(int code, string error) { }
- public void Error(int code, string format, string arg) { }
- public void Error(int code, string format, string arg1, string arg2) { }
- public void Error(int code, string format, params string[] args) { }
- public void ExtraInformation(Mono.CSharp.Location loc, string msg) { }
- public void FeatureIsNotAvailable(Mono.CSharp.CompilerContext compiler, Mono.CSharp.Location loc, string feature) { }
- public void FeatureIsNotSupported(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.WarningRegions RegisterWarningRegion(Mono.CSharp.Location location) { throw null; }
- public void RuntimeMissingSupport(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.ReportPrinter SetPrinter(Mono.CSharp.ReportPrinter printer) { throw null; }
- public void SymbolRelatedToPreviousError(Mono.CSharp.Location loc, string symbol) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberCore mc) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberSpec ms) { }
- public void SymbolRelatedToPreviousError(string loc) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string message) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, params object[] args) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string message) { }
- public void Warning(int code, int level, string format, string arg) { }
- public void Warning(int code, int level, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string format, params string[] args) { }
- }
- public abstract partial class ReportPrinter
- {
- protected System.Collections.Generic.HashSet<Mono.CSharp.ITypeDefinition> reported_missing_definitions;
- protected ReportPrinter() { }
- public int ErrorsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public virtual bool HasRelatedSymbolSupport { get { throw null; } }
- public int WarningsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected virtual string FormatText(string txt) { throw null; }
- public bool MissingTypeReported(Mono.CSharp.ITypeDefinition typeDefinition) { throw null; }
- public virtual void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- protected void Print(Mono.CSharp.AbstractMessage msg, System.IO.TextWriter output, bool showFullPath) { }
- public void Reset() { }
- }
- public partial class ResolveContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public Mono.CSharp.Block CurrentBlock;
- public Mono.CSharp.Expression CurrentInitializerVariable;
- protected Mono.CSharp.ResolveContext.Options flags;
- public readonly Mono.CSharp.IMemberContext MemberContext;
- public ResolveContext(Mono.CSharp.IMemberContext mc) { }
- public ResolveContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ResolveContext.Options options) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool ConstantCheckState { get { throw null; } }
- public virtual Mono.CSharp.ExplicitBlock ConstructorBlock { get { throw null; } }
- public Mono.CSharp.Iterator CurrentIterator { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsInProbingMode { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsRuntimeBinder { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public bool IsVariableCapturingRequired { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public bool HasAny(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public bool HasSet(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public bool MustCaptureVariable(Mono.CSharp.INamedBlockVariable local) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle Set(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle With(Mono.CSharp.ResolveContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AllCheckStateFlags = 3,
- BaseInitializer = 256,
- CatchScope = 8,
- CheckedScope = 1,
- CompoundAssignmentScope = 64,
- ConstantCheckState = 2,
- ConstantScope = 1024,
- ConstructorScope = 2048,
- DontSetConditionalAccessReceiver = 65536,
- EnumScope = 512,
- ExpressionTreeConversion = 33554432,
- FieldInitializerScope = 32,
- FinallyScope = 16,
- FixedInitializerScope = 128,
- InferReturnType = 8388608,
- InvokeSpecialName = 67108864,
- LockScope = 8192,
- NameOfScope = 131072,
- OmitDebuggingInfo = 16777216,
- ProbingMode = 4194304,
- TryScope = 16384,
- TryWithCatchScope = 32768,
- UnsafeScope = 4,
- UsingInitializerScope = 4096,
- }
- }
- [System.FlagsAttribute]
- public enum ResolveFlags
- {
- MaskExprClass = 15,
- MethodGroup = 4,
- Type = 2,
- TypeParameter = 8,
- VariableOrValue = 1,
- }
- public abstract partial class ResumableStatement : Mono.CSharp.Statement
- {
- protected System.Reflection.Emit.Label resume_point;
- protected ResumableStatement() { }
- public virtual void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- public virtual System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public System.Reflection.Emit.Label PrepareForEmit(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class Return : Mono.CSharp.ExitStatement
- {
- public Return(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } protected set { } }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ReturnParameter : Mono.CSharp.ParameterBase
- {
- public ReturnParameter(Mono.CSharp.MemberCore method, System.Reflection.Emit.MethodBuilder mb, Mono.CSharp.Location location) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- }
- public partial class RootContext
- {
- public RootContext() { }
- public static Mono.CSharp.ModuleContainer ToplevelTypes { get { throw null; } set { } }
- }
- public partial class RootNamespace : Mono.CSharp.Namespace
- {
- public RootNamespace(string alias_name) { }
- public string Alias { get { throw null; } }
- public static void Error_GlobalNamespaceRedefined(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.List<string> FindExtensionMethodNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public System.Collections.Generic.List<string> FindTypeNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void RegisterNamespace(Mono.CSharp.Namespace child) { }
- }
- public partial class RuntimeExplicitAssign : Mono.CSharp.Assign
- {
- public RuntimeExplicitAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class RuntimeValueExpression : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RuntimeValueExpression(System.Dynamic.DynamicMetaObject obj, Mono.CSharp.TypeSpec type) { }
- public bool IsSuggestionOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Dynamic.DynamicMetaObject MetaObject { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public enum RuntimeVersion
- {
- v1 = 0,
- v2 = 1,
- v4 = 2,
- }
- public partial class SByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly sbyte Value;
- public SByteConstant(Mono.CSharp.BuiltinTypes types, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public SByteConstant(Mono.CSharp.TypeSpec type, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SeekableStreamReader : System.IDisposable
- {
- public const int DefaultReadAheadSize = 2048;
- public SeekableStreamReader(System.IO.Stream stream, System.Text.Encoding encoding, char[] sharedBuffer=null) { }
- public int Position { get { throw null; } set { } }
- public void Dispose() { }
- public int Peek() { throw null; }
- public int Read() { throw null; }
- public char[] ReadChars(int fromPosition, int toPosition) { throw null; }
- }
- public abstract partial class ShimExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected ShimExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly short Value;
- public ShortConstant(Mono.CSharp.BuiltinTypes types, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ShortConstant(Mono.CSharp.TypeSpec type, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SideEffectConstant : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant value;
- public SideEffectConstant(Mono.CSharp.Constant value, Mono.CSharp.Expression side_effect, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class SimpleAssign : Mono.CSharp.Assign
- {
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class SimpleMemberName
- {
- public Mono.CSharp.Location Location;
- public string Value;
- public SimpleMemberName(string name, Mono.CSharp.Location loc) { }
- }
- public partial class SimpleName : Mono.CSharp.ATypeNameExpression
- {
- public SimpleName(string name, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, Mono.CSharp.TypeArguments args, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, int arity, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public void Error_NameDoesNotExist(Mono.CSharp.ResolveContext rc) { }
- protected virtual void Error_TypeOrNamespaceNotFound(Mono.CSharp.IMemberContext ctx) { }
- public Mono.CSharp.SimpleName GetMethodGroup() { throw null; }
- public bool IsPossibleType(Mono.CSharp.IMemberContext mc) { throw null; }
- public bool IsPossibleTypeOrNamespace(Mono.CSharp.IMemberContext mc) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class SizeOf : Mono.CSharp.Expression
- {
- public SizeOf(Mono.CSharp.Expression queried_type, Mono.CSharp.Location l) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class SourceFile : System.IEquatable<Mono.CSharp.SourceFile>
- {
- public bool AutoGenerated;
- public readonly int Index;
- public readonly string Name;
- public readonly string OriginalFullPathName;
- public SourceFile(string name, string path, int index) { }
- public byte[] Checksum { get { throw null; } }
- public bool HasChecksum { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFileEntry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry CreateSymbolInfo(Mono.CompilerServices.SymbolWriter.MonoSymbolFile symwriter, System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool Equals(Mono.CSharp.SourceFile other) { throw null; }
- public string GetFullPathName(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool IsHiddenLocation(Mono.CSharp.Location loc) { throw null; }
- public void RegisterHiddenScope(Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public void SetChecksum(byte[] checksum) { }
- public void SetChecksum(byte[] algorithmGuid, byte[] checksum) { }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum SpecialConstraint
- {
- Class = 8,
- Constructor = 4,
- None = 0,
- Struct = 16,
- }
- public partial class SpecialContraintExpr : Mono.CSharp.FullNamedExpression
- {
- public SpecialContraintExpr(Mono.CSharp.SpecialConstraint constraint, Mono.CSharp.Location loc) { }
- public Mono.CSharp.SpecialConstraint Constraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class StackAlloc : Mono.CSharp.Expression
- {
- public StackAlloc(Mono.CSharp.Expression type, Mono.CSharp.Expression count, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression CountExpression { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class StackFieldExpr : Mono.CSharp.FieldExpr, Mono.CSharp.IExpressionCleanup
- {
- public StackFieldExpr(Mono.CSharp.Field field) : base (default(Mono.CSharp.Location)) { }
- public bool AutomaticallyReuse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsAvailableForReuse { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- void Mono.CSharp.IExpressionCleanup.EmitCleanup(Mono.CSharp.EmitContext ec) { }
- public void PrepareCleanup(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class StateMachine : Mono.CSharp.AnonymousMethodStorey
- {
- protected StateMachine(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.ExplicitBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberBase), default(Mono.CSharp.TypeParameters), default(string), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.TypeParameters OriginalTypeParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Field PC { get { throw null; } }
- public Mono.CSharp.StateMachineMethod StateMachineMethod { get { throw null; } }
- public void AddEntryMethod(Mono.CSharp.StateMachineMethod method) { }
- protected override bool DoDefineMembers() { throw null; }
- protected override string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public enum State
- {
- After = -1,
- Running = -3,
- Start = 0,
- Uninitialized = -2,
- }
- }
- public abstract partial class StateMachineInitializer : Mono.CSharp.AnonymousExpression
- {
- protected System.Reflection.Emit.LocalBuilder current_pc;
- public readonly Mono.CSharp.TypeDefinition Host;
- protected System.Reflection.Emit.Label move_next_error;
- protected System.Reflection.Emit.Label move_next_ok;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected Mono.CSharp.StateMachine storey;
- protected StateMachineInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public System.Reflection.Emit.Label BodyEnd { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Reflection.Emit.LocalBuilder CurrentPC { get { throw null; } }
- public System.Reflection.Emit.LocalBuilder SkipFinally { get { throw null; } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt) { throw null; }
- protected virtual Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLeave(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- protected virtual void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public virtual void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- public void SetStateMachine(Mono.CSharp.StateMachine stateMachine) { }
- }
- public partial class StateMachineMethod : Mono.CSharp.Method
- {
- public StateMachineMethod(Mono.CSharp.StateMachine host, Mono.CSharp.StateMachineInitializer expr, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Block.Flags blockFlags) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- }
- public abstract partial class Statement
- {
- public Mono.CSharp.Location loc;
- protected bool reachable;
- protected Statement() { }
- public bool IsUnreachable { get { throw null; } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected void CheckExitBoundaries(Mono.CSharp.BlockContext bc, Mono.CSharp.Block scope) { }
- public Mono.CSharp.Statement Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected abstract void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target);
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected abstract void DoEmit(Mono.CSharp.EmitContext ec);
- protected abstract bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc);
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- protected void Error_FinallyClauseExit(Mono.CSharp.BlockContext bc) { }
- public bool FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public virtual Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public virtual bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementErrorExpression : Mono.CSharp.Statement
- {
- public StatementErrorExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementExpression : Mono.CSharp.Statement
- {
- public StatementExpression(Mono.CSharp.ExpressionStatement expr) { }
- public StatementExpression(Mono.CSharp.ExpressionStatement expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExpressionStatement Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StatementList : Mono.CSharp.Statement
- {
- public StatementList(Mono.CSharp.Statement first, Mono.CSharp.Statement second) { }
- public System.Collections.Generic.IList<Mono.CSharp.Statement> Statements { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Statement statement) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StreamReportPrinter : Mono.CSharp.ReportPrinter
- {
- public StreamReportPrinter(System.IO.TextWriter writer) { }
- public override void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- }
- public partial class StringConcat : Mono.CSharp.Expression
- {
- internal StringConcat() { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.StringConcat Create(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class StringConstant : Mono.CSharp.Constant
- {
- public StringConstant(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- protected StringConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public StringConstant(Mono.CSharp.TypeSpec type, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public string Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class StringLiteral : Mono.CSharp.StringConstant, Mono.CSharp.ILiteralConstant
- {
- public StringLiteral(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(string), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public sealed partial class Struct : Mono.CSharp.ClassOrStruct
- {
- public Struct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasUnmanagedCheckDone { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public abstract partial class StructuralVisitor
- {
- protected StructuralVisitor() { }
- public virtual object Visit(Mono.CSharp.AnonymousMethodExpression anonymousMethodExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Arglist argListExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArglistAccess argListAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayCreation arrayCreationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayInitializer arrayInitializer) { throw null; }
- public virtual object Visit(Mono.CSharp.As asExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Await awaitExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.BaseThis baseAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Binary binaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Block blockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockConstant blockConstantDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockVariable blockVariableDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BooleanExpression booleanExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Break breakStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Cast castExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Checked checkedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.CheckedExpr checkedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Class c) { }
- public virtual void Visit(Mono.CSharp.CompilationSourceFile csf) { }
- public virtual object Visit(Mono.CSharp.ComposedCast composedCast) { throw null; }
- public virtual object Visit(Mono.CSharp.CompoundAssign compoundAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.Conditional conditionalExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Const c) { }
- public virtual object Visit(Mono.CSharp.Constant constant) { throw null; }
- public virtual object Visit(Mono.CSharp.ConstInitializer constInitializer) { throw null; }
- public virtual void Visit(Mono.CSharp.Constructor c) { }
- public virtual object Visit(Mono.CSharp.Continue continueStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultParameterValueExpression defaultParameterValueExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultValueExpression defaultValueExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Delegate d) { }
- public virtual void Visit(Mono.CSharp.Destructor d) { }
- public virtual object Visit(Mono.CSharp.Do doStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.ElementAccess elementAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpression emptyExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpressionStatement emptyExpressionStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyStatement emptyStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Enum e) { }
- public virtual void Visit(Mono.CSharp.EnumMember em) { }
- public virtual object Visit(Mono.CSharp.ErrorExpression errorExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.EventField e) { }
- public virtual void Visit(Mono.CSharp.EventProperty ep) { }
- public virtual object Visit(Mono.CSharp.Expression expression) { throw null; }
- public virtual void Visit(Mono.CSharp.Field f) { }
- public virtual object Visit(Mono.CSharp.Fixed fixedStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.FixedField f) { }
- public virtual object Visit(Mono.CSharp.For forStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Foreach foreachStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Goto gotoStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoCase gotoCase) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoDefault gotoDefault) { throw null; }
- public virtual object Visit(Mono.CSharp.If ifStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Indexer i) { }
- public virtual object Visit(Mono.CSharp.Indirection indirectionExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Interface i) { }
- public virtual object Visit(Mono.CSharp.Invocation invocationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Is isExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.LabeledStatement labeledStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.LambdaExpression lambdaExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupBy groupBy) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupJoin groupJoin) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Join join) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Let let) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByAscending orderByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByDescending orderByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryExpression queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryStartClause queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Select select) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.SelectMany selectMany) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByAscending thenByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByDescending thenByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Where where) { throw null; }
- public virtual object Visit(Mono.CSharp.LocalVariableReference localVariableReference) { throw null; }
- public virtual object Visit(Mono.CSharp.Lock lockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.MakeRefExpr makeRefExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.MemberAccess memberAccess) { throw null; }
- public virtual void Visit(Mono.CSharp.MemberCore member) { }
- public virtual void Visit(Mono.CSharp.Method m) { }
- public virtual void Visit(Mono.CSharp.ModuleContainer module) { }
- public virtual void Visit(Mono.CSharp.NamespaceContainer ns) { }
- public virtual object Visit(Mono.CSharp.New newExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.NewAnonymousType newAnonymousType) { throw null; }
- public virtual object Visit(Mono.CSharp.NewInitialize newInitializeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Nullable.NullCoalescingOperator nullCoalescingOperator) { throw null; }
- public virtual void Visit(Mono.CSharp.Operator o) { }
- public virtual object Visit(Mono.CSharp.ParenthesizedExpression parenthesizedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Property p) { }
- public virtual object Visit(Mono.CSharp.QualifiedAliasMember qualifiedAliasMember) { throw null; }
- public virtual object Visit(Mono.CSharp.RefTypeExpr refTypeExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.RefValueExpr refValueExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.Return returnStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleAssign simpleAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleName simpleName) { throw null; }
- public virtual object Visit(Mono.CSharp.SizeOf sizeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StackAlloc stackAllocExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Statement stmt) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementErrorExpression errorStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementExpression statementExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementList statementList) { throw null; }
- public virtual void Visit(Mono.CSharp.Struct s) { }
- public virtual object Visit(Mono.CSharp.Switch switchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SwitchLabel switchLabel) { throw null; }
- public virtual object Visit(Mono.CSharp.This thisExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Throw throwStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryCatch tryCatchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryFinally tryFinallyStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeExpression typeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeOf typeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unary unaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.UnaryMutator unaryMutatorExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unchecked uncheckedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.UnCheckedExpr uncheckedExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unsafe unsafeStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Using usingStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.UsingAliasNamespace uan) { }
- public virtual void Visit(Mono.CSharp.UsingExternAlias uea) { }
- public virtual void Visit(Mono.CSharp.UsingNamespace un) { }
- public virtual object Visit(Mono.CSharp.While whileStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Yield yieldStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.YieldBreak yieldBreakStatement) { throw null; }
- }
- public partial class Switch : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression Expr;
- public Mono.CSharp.TypeSpec SwitchType;
- public Switch(Mono.CSharp.Expression e, Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.SwitchLabel ActiveLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.SwitchLabel DefaultLabel { get { throw null; } }
- public Mono.CSharp.VariableReference ExpressionValue { get { throw null; } }
- public bool IsNullable { get { throw null; } }
- public bool IsPatternMatching { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SwitchLabel> RegisteredLabels { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public static Mono.CSharp.TypeSpec[] CreateSwitchUserTypes(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec nullable) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public Mono.CSharp.SwitchLabel FindLabel(Mono.CSharp.Constant value) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterGotoCase(Mono.CSharp.GotoCase gotoCase, Mono.CSharp.Constant value) { }
- public void RegisterLabel(Mono.CSharp.BlockContext rc, Mono.CSharp.SwitchLabel sl) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override void SetEndReachable() { }
- }
- public abstract partial class SwitchGoto : Mono.CSharp.Statement
- {
- protected Mono.CSharp.Switch switch_statement;
- protected bool unwind_protect;
- protected SwitchGoto(Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected void Error_GotoCaseRequiresSwitchBlock(Mono.CSharp.BlockContext bc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class SwitchLabel : Mono.CSharp.Statement
- {
- public SwitchLabel(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Constant Converted { get { throw null; } set { } }
- public bool IsDefault { get { throw null; } }
- public Mono.CSharp.Expression Label { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PatternMatching { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SectionStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void Error_AlreadyOccurs(Mono.CSharp.ResolveContext ec, Mono.CSharp.SwitchLabel collision_with) { }
- public System.Reflection.Emit.Label GetILLabel(Mono.CSharp.EmitContext ec) { throw null; }
- public string GetSignatureForError() { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public enum Target
- {
- Exe = 1,
- Library = 0,
- Module = 2,
- WinExe = 3,
- }
- public partial class TemporaryVariableReference : Mono.CSharp.VariableReference
- {
- public TemporaryVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public Mono.CSharp.LocalVariable LocalInfo { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public static Mono.CSharp.TemporaryVariableReference Create(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source) { }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public partial class Declarator : Mono.CSharp.Statement
- {
- public Declarator(Mono.CSharp.TemporaryVariableReference variable) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- }
- public partial class This : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.VariableInfo variable_info;
- public This(Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- protected virtual void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public static bool IsThisAvailable(Mono.CSharp.ResolveContext ec, bool ignoreAnonymous) { throw null; }
- public virtual void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- public override void SetHasAddressTaken() { }
- }
- public partial class Throw : Mono.CSharp.Statement
- {
- public Throw(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Tokenizer
- {
- public bool CompleteOnEOF;
- public const int DocumentationXref = 1048579;
- public const int EvalCompilationUnitParserCharacter = 1048577;
- public const int EvalStatementParserCharacter = 1048576;
- public const int EvalUsingDeclarationsParserCharacter = 1048578;
- public const int MaxIdentifierLength = 512;
- public const int MaxNumberLength = 512;
- public bool parsing_attribute_section;
- public int parsing_block;
- public bool parsing_catch_when;
- public int parsing_declaration;
- public bool parsing_generic_declaration;
- public bool parsing_generic_declaration_doc;
- public bool parsing_interpolation_format;
- public bool parsing_modifiers;
- public int parsing_type;
- public Tokenizer(Mono.CSharp.SeekableStreamReader input, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session, Mono.CSharp.Report report) { }
- public bool ConstraintsParsing { get { throw null; } set { } }
- public Mono.CSharp.XmlCommentState doc_state { get { throw null; } set { } }
- public bool EventParsing { get { throw null; } set { } }
- public int Line { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PropertyParsing { get { throw null; } set { } }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public void check_incorrect_doc_comment() { }
- public void cleanup() { }
- public string consume_doc_comment() { throw null; }
- public void DiscardPosition() { }
- public bool IsEscapedIdentifier(Mono.CSharp.ATypeNameExpression name) { throw null; }
- public static bool IsKeyword(string s) { throw null; }
- public static bool IsValidIdentifier(string s) { throw null; }
- public int peek_token() { throw null; }
- public void PopPosition() { }
- public void PushPosition() { }
- public void putback(int c) { }
- public int token() { throw null; }
- public object value() { throw null; }
- public int xtoken() { throw null; }
- public partial class LocatedTokenBuffer
- {
- public int pos;
- public LocatedTokenBuffer() { }
- public LocatedTokenBuffer(Mono.CSharp.LocatedToken[] buffer) { }
- public Mono.CSharp.LocatedToken Create(Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- public Mono.CSharp.LocatedToken Create(string value, Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void CreateOptional(Mono.CSharp.SourceFile file, int row, int col, ref object token) { }
- }
- public enum PreprocessorDirective
- {
- CustomArgumentsParsing = 1024,
- Define = 2055,
- Elif = 2053,
- Else = 6,
- Endif = 4,
- Endregion = 2,
- Error = 9,
- If = 2051,
- Invalid = 0,
- Line = 1036,
- Pragma = 1035,
- Region = 1,
- RequiresArgument = 2048,
- Undef = 2056,
- Warning = 10,
- }
- }
- public partial class ToplevelBlock : Mono.CSharp.ParametersBlock
- {
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public bool IsIterator { get { throw null; } set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.ExplicitBlock> ThisReferencesFromChildrenBlock { get { throw null; } }
- public Mono.CSharp.LocalVariable ThisVariable { get { throw null; } }
- public void AddLabel(string name, Mono.CSharp.LabeledStatement label) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li, bool ignoreChildrenBlocks) { }
- public void AddThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void AddThisVariable(Mono.CSharp.BlockContext bc) { }
- public override void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Arguments GetAllParametersArguments() { throw null; }
- public bool GetLocalName(string name, Mono.CSharp.Block block, ref Mono.CSharp.INamedBlockVariable variable) { throw null; }
- public System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> GetUndeclaredVariables() { throw null; }
- public void IncludeBlock(Mono.CSharp.ParametersBlock pb, Mono.CSharp.ToplevelBlock block) { }
- public void RemoveThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public bool Resolve(Mono.CSharp.BlockContext bc, Mono.CSharp.IMethodData md) { throw null; }
- public void SetUndeclaredVariables(System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { }
- }
- public partial class TryCatch : Mono.CSharp.ExceptionStatement
- {
- public Mono.CSharp.Block Block;
- public TryCatch(Mono.CSharp.Block block, System.Collections.Generic.List<Mono.CSharp.Catch> catch_clauses, Mono.CSharp.Location l, bool inside_try_finally) : base (default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.Catch> Clauses { get { throw null; } }
- public bool HasClauseWithAwait { get { throw null; } }
- public bool IsTryCatchFinally { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TryFinally : Mono.CSharp.TryFinallyBlock
- {
- public TryFinally(Mono.CSharp.Statement stmt, Mono.CSharp.ExplicitBlock fini, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.ExplicitBlock FinallyBlock { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- public static System.Reflection.Emit.Label EmitRedirectedJump(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, System.Reflection.Emit.Label label, Mono.CSharp.Block labelBlock, bool unwindProtect) { throw null; }
- public static System.Reflection.Emit.Label EmitRedirectedReturn(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, bool unwindProtect) { throw null; }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterForControlExitCheck(Mono.CSharp.DefiniteAssignmentBitSet vector) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public abstract partial class TryFinallyBlock : Mono.CSharp.ExceptionStatement
- {
- protected Mono.CSharp.Statement stmt;
- protected TryFinallyBlock(Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected virtual bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract void EmitFinallyBody(Mono.CSharp.EmitContext ec);
- public override void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- protected abstract void EmitTryBody(Mono.CSharp.EmitContext ec);
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TypeArguments
- {
- public TypeArguments(params Mono.CSharp.FullNamedExpression[] types) { }
- public Mono.CSharp.TypeSpec[] Arguments { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public void Add(Mono.CSharp.FullNamedExpression type) { }
- public Mono.CSharp.TypeArguments Clone() { throw null; }
- public string GetSignatureForError() { throw null; }
- public virtual bool Resolve(Mono.CSharp.IMemberContext ec, bool allowUnbound) { throw null; }
- }
- public abstract partial class TypeCast : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Expression child;
- protected TypeCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public abstract partial class TypeContainer : Mono.CSharp.MemberCore
- {
- protected System.Collections.Generic.List<Mono.CSharp.TypeContainer> containers;
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> defined_names;
- protected bool is_defined;
- public readonly Mono.CSharp.MemberKind Kind;
- protected TypeContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.IList<Mono.CSharp.TypeContainer> Containers { get { throw null; } }
- public int CounterAnonymousContainers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterAnonymousMethods { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterSwitchTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> DefinedNames { get { throw null; } }
- public Mono.CSharp.TypeDefinition PartialContainer { get { throw null; } protected set { } }
- public Mono.CSharp.Attributes UnattachedAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddCompilerGeneratedClass(Mono.CSharp.CompilerGeneratedContainer c) { }
- public virtual void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- protected void AddPartial(Mono.CSharp.TypeDefinition next_part, Mono.CSharp.TypeDefinition existing) { }
- public virtual void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected virtual void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public virtual void CloseContainer() { }
- public virtual bool CreateContainer() { throw null; }
- public virtual void CreateMetadataName(System.Text.StringBuilder sb) { }
- public override bool Define() { throw null; }
- public virtual bool DefineContainer() { throw null; }
- protected virtual void DefineNamespace() { }
- protected virtual void DoDefineContainer() { }
- public virtual void EmitContainer() { }
- protected void Error_MissingPartialModifier(Mono.CSharp.MemberCore type) { }
- public virtual void ExpandBaseInterfaces() { }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public virtual string GetSignatureForMetadata() { throw null; }
- public virtual void PrepareEmit() { }
- public virtual void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- public virtual void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public abstract partial class TypeDefinition : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public int AnonymousMethodsCounter;
- protected Mono.CSharp.TypeSpec base_type;
- public const string DefaultIndexerName = "Item";
- public int DynamicSitesCounter;
- protected Mono.CSharp.FieldBase first_nonstatic_field;
- protected bool has_static_constructor;
- protected Mono.CSharp.TypeSpec[] iface_exprs;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_fields;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_static_fields;
- public int MethodGroupsCounter;
- protected Mono.CSharp.TypeSpec spec;
- public System.Reflection.Emit.TypeBuilder TypeBuilder;
- protected System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> type_bases;
- protected TypeDefinition(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> BaseTypeExpressions { get { throw null; } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public Mono.CSharp.TypeSpec Definition { get { throw null; } }
- public override string DocComment { get { throw null; } set { } }
- public override string DocCommentHeader { get { throw null; } }
- public bool HasEquals { get { throw null; } }
- public bool HasExplicitLayout { get { throw null; } set { } }
- public bool HasGetHashCode { get { throw null; } }
- public bool HasInstanceConstructor { get { throw null; } set { } }
- public bool HasMembersDefined { get { throw null; } }
- public bool HasOperators { get { throw null; } set { } }
- public bool HasStaticFieldInitializer { get { throw null; } set { } }
- public bool HasStructLayout { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec[] Interfaces { get { throw null; } }
- public bool IsComImport { get { throw null; } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsPartial { get { throw null; } }
- public bool IsTopLevel { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.MemberCore> Members { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- string Mono.CSharp.ITypeDefinition.Namespace { get { throw null; } }
- Mono.CSharp.TypeParameterSpec[] Mono.CSharp.ITypeDefinition.TypeParameters { get { throw null; } }
- public Mono.CSharp.PendingImplementation PendingImplementations { get { throw null; } }
- public Mono.CSharp.Arguments PrimaryConstructorBaseArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Location PrimaryConstructorBaseArgumentsStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersCompiled PrimaryConstructorParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected virtual System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeParameters TypeParametersAll { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddConstructor(Mono.CSharp.Constructor c) { }
- public void AddConstructor(Mono.CSharp.Constructor c, bool isDefault) { }
- public bool AddField(Mono.CSharp.FieldBase field) { throw null; }
- public void AddIndexer(Mono.CSharp.Indexer i) { }
- public void AddMember(Mono.CSharp.MemberCore symbol) { }
- public virtual void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public void AddOperator(Mono.CSharp.Operator op) { }
- public void AddPartialPart(Mono.CSharp.TypeDefinition part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected override void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public override bool CreateContainer() { throw null; }
- public Mono.CSharp.MethodSpec CreateHoistedBaseCallProxy(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- public override void CreateMetadataName(System.Text.StringBuilder sb) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder CreateMethodSymbolEntry() { throw null; }
- public sealed override bool Define() { throw null; }
- protected bool DefineBaseTypes() { throw null; }
- protected override void DoDefineContainer() { }
- protected virtual bool DoDefineMembers() { throw null; }
- public void DoExpandBaseInterfaces() { }
- protected virtual bool DoResolveTypeParameters() { throw null; }
- public override void Emit() { }
- public sealed override void EmitContainer() { }
- public override void ExpandBaseInterfaces() { }
- public static string FilterNestedName(string name) { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForMetadata() { throw null; }
- public bool IsBaseTypeDefinition(Mono.CSharp.TypeSpec baseType) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public virtual bool IsUnmanagedType() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void Mark_HasEquals() { }
- public void Mark_HasGetHashCode() { }
- public bool MethodModifiersValid(Mono.CSharp.MemberCore mc) { throw null; }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override void PrepareEmit() { }
- public void RegisterFieldForInitialization(Mono.CSharp.MemberCore field, Mono.CSharp.FieldInitializer expression) { }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected virtual Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public void ResolveFieldInitializers(Mono.CSharp.BlockContext ec) { }
- public virtual void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- public void SetPredefinedSpec(Mono.CSharp.BuiltinTypeSpec spec) { }
- protected override bool VerifyClsCompliance() { throw null; }
- public bool VerifyImplements(Mono.CSharp.InterfaceMemberBase mb) { throw null; }
- public override void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct BaseContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public BaseContext(Mono.CSharp.TypeContainer tc) { throw null;}
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public abstract partial class TypeExpr : Mono.CSharp.FullNamedExpression
- {
- protected TypeExpr() { }
- protected sealed override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public sealed override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class TypeExpression : Mono.CSharp.TypeExpr
- {
- public TypeExpression(Mono.CSharp.TypeSpec t, Mono.CSharp.Location l) { }
- public sealed override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public static partial class TypeExtensions
- {
- public static string GetNamespace(this System.Type t) { throw null; }
- }
- public partial class TypeInferenceContext
- {
- public TypeInferenceContext() { }
- public TypeInferenceContext(Mono.CSharp.TypeSpec[] typeArguments) { }
- public Mono.CSharp.TypeSpec[] InferredTypeArguments { get { throw null; } }
- public bool UnfixedVariableExists { get { throw null; } }
- public void AddCommonTypeBound(Mono.CSharp.TypeSpec type) { }
- public void AddCommonTypeBoundAsync(Mono.CSharp.TypeSpec type) { }
- public int ExactInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public bool FixAllTypes(Mono.CSharp.ResolveContext ec) { throw null; }
- public bool FixDependentTypes(Mono.CSharp.ResolveContext ec, ref bool fixed_any) { throw null; }
- public bool FixIndependentTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec[] methodParameters, ref bool fixed_any) { throw null; }
- public bool FixType(Mono.CSharp.ResolveContext ec, int i) { throw null; }
- public bool HasBounds(int pos) { throw null; }
- public Mono.CSharp.TypeSpec InflateGenericArgument(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec parameter) { throw null; }
- public bool IsReturnTypeNonDependent(Mono.CSharp.MethodSpec invoke, Mono.CSharp.TypeSpec returnType) { throw null; }
- public int LowerBoundInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public int OutputTypeInference(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.TypeSpec t) { throw null; }
- protected enum BoundKind
- {
- Exact = 0,
- Lower = 1,
- Upper = 2,
- }
- }
- public partial class TypeInfo
- {
- internal TypeInfo() { }
- public readonly bool IsStruct;
- public readonly int Length;
- public readonly int Offset;
- public Mono.CSharp.TypeInfo[] SubStructInfo;
- public readonly int TotalLength;
- public int GetFieldIndex(string name) { throw null; }
- public Mono.CSharp.TypeInfo GetStructField(string name) { throw null; }
- public static Mono.CSharp.TypeInfo GetTypeInfo(Mono.CSharp.TypeSpec type, Mono.CSharp.IMemberContext context) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.VariableInfo vi, Mono.CSharp.Location loc) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- }
- public partial class TypeOf : Mono.CSharp.Expression
- {
- public TypeOf(Mono.CSharp.FullNamedExpression queried_type, Mono.CSharp.Location l) { }
- public TypeOf(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeArgument { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class TypeParameter : Mono.CSharp.MemberCore, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public TypeParameter(Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.VarianceDecl variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec parentSpec, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(int index, Mono.CSharp.MemberName name, Mono.CSharp.Constraints constraints, Mono.CSharp.Attributes attrs, Mono.CSharp.Variance Variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Constraints Constraints { get { throw null; } set { } }
- public Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsMethodTypeParameter { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec Type { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public Mono.CSharp.VarianceDecl VarianceDecl { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool AddPartialConstraints(Mono.CSharp.TypeDefinition part, Mono.CSharp.TypeParameter tp) { throw null; }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public void CheckGenericConstraints(bool obsoleteCheck) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeContainer parent) { }
- public Mono.CSharp.TypeParameter CreateHoistedCopy(Mono.CSharp.TypeSpec declaringSpec) { throw null; }
- public override bool Define() { throw null; }
- public void Define(Mono.CSharp.TypeParameter tp) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder type) { }
- public override void Emit() { }
- public void EmitConstraints(System.Reflection.Emit.GenericTypeParameterBuilder builder) { }
- public void ErrorInvalidVariance(Mono.CSharp.IMemberContext mc, Mono.CSharp.Variance expected) { }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public bool ResolveConstraints(Mono.CSharp.IMemberContext context) { throw null; }
- public new void VerifyClsCompliance() { }
- public void WarningParentNameConflict(Mono.CSharp.TypeParameter conflict) { }
- }
- public partial class TypeParameterExpr : Mono.CSharp.TypeExpression
- {
- public TypeParameterExpr(Mono.CSharp.TypeParameter type_parameter, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeParameterInflator
- {
- public TypeParameterInflator(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec type, Mono.CSharp.TypeParameterSpec[] tparams, Mono.CSharp.TypeSpec[] targs) { throw null;}
- public TypeParameterInflator(Mono.CSharp.TypeParameterInflator nested, Mono.CSharp.TypeSpec type) { throw null;}
- public Mono.CSharp.IModuleContext Context { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeInstance { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class TypeParameterMutator
- {
- public TypeParameterMutator(Mono.CSharp.TypeParameters mvar, Mono.CSharp.TypeParameters var) { }
- public TypeParameterMutator(Mono.CSharp.TypeParameterSpec[] srcVar, Mono.CSharp.TypeParameters destVar) { }
- public Mono.CSharp.TypeParameters MethodTypeParameters { get { throw null; } }
- public static Mono.CSharp.TypeSpec GetMemberDeclaringType(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterSpec Mutate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeSpec ts) { throw null; }
- public Mono.CSharp.TypeSpec[] Mutate(Mono.CSharp.TypeSpec[] targs) { throw null; }
- }
- public partial class TypeParameters
- {
- public TypeParameters() { }
- public TypeParameters(int count) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeParameter this[int index] { get { throw null; } set { } }
- public Mono.CSharp.TypeParameterSpec[] Types { get { throw null; } }
- public void Add(Mono.CSharp.TypeParameter tparam) { }
- public void Add(Mono.CSharp.TypeParameters tparams) { }
- public void CheckPartialConstraints(Mono.CSharp.Method part) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, int parentOffset, Mono.CSharp.TypeContainer parent) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder[] builders) { }
- public Mono.CSharp.TypeParameter Find(string name) { throw null; }
- public string[] GetAllNames() { throw null; }
- public string GetSignatureForError() { throw null; }
- public void UpdateConstraints(Mono.CSharp.TypeDefinition part) { }
- public void VerifyClsCompliance() { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{DisplayDebugInfo()}")]
- public partial class TypeParameterSpec : Mono.CSharp.TypeSpec
- {
- public static readonly new Mono.CSharp.TypeParameterSpec[] EmptyTypes;
- public TypeParameterSpec(Mono.CSharp.TypeSpec declaringType, int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public TypeParameterSpec(int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public int DeclaredPosition { get { throw null; } set { } }
- public bool HasAnyTypeConstraint { get { throw null; } }
- public bool HasSpecialClass { get { throw null; } }
- public bool HasSpecialConstructor { get { throw null; } }
- public bool HasSpecialStruct { get { throw null; } }
- public bool HasTypeConstraint { get { throw null; } }
- public Mono.CSharp.MemberCache InterfaceCache { get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public Mono.CSharp.TypeSpec[] InterfacesDefined { get { throw null; } set { } }
- public bool IsConstrained { get { throw null; } }
- public bool IsMethodOwned { get { throw null; } }
- public bool IsReferenceType { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.SpecialConstraint SpecialConstraint { get { throw null; } set { } }
- public new Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } set { } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public string DisplayDebugInfo() { throw null; }
- public Mono.CSharp.TypeSpec GetEffectiveBase() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool HasAnyTypeParameterConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public static bool HasAnyTypeParameterTypeConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public bool HasDependencyOn(Mono.CSharp.TypeSpec type) { throw null; }
- public bool HasSameConstraintsDefinition(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public bool HasSameConstraintsImplementation(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public void InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec tps) { }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec[] tparams) { throw null; }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints<T>(Mono.CSharp.TypeParameterSpec[] tparams, System.Func<T, Mono.CSharp.TypeParameterInflator> inflatorFactory, T arg) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- public bool IsConvertibleToInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- public partial class TypeSpec : Mono.CSharp.MemberSpec
- {
- protected Mono.CSharp.MemberCache cache;
- public static readonly Mono.CSharp.TypeSpec[] EmptyTypes;
- protected System.Collections.Generic.IList<Mono.CSharp.TypeSpec> ifaces;
- protected System.Type info;
- public TypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.ITypeDefinition definition, System.Type info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec BaseType { get { throw null; } set { } }
- public virtual Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public bool HasDynamicElement { get { throw null; } }
- public virtual System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } set { } }
- public bool IsArray { get { throw null; } }
- public virtual bool IsArrayGenericInterface { get { throw null; } set { } }
- public bool IsAttribute { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsConstantCompatible { get { throw null; } }
- public bool IsDelegate { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public virtual bool IsExpressionTreeType { get { throw null; } set { } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsGenericParameter { get { throw null; } }
- public virtual bool IsGenericTask { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsNullableType { get { throw null; } set { } }
- public bool IsPointer { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSpecialRuntimeType { get { throw null; } set { } }
- public bool IsStruct { get { throw null; } }
- public bool IsStructOrEnum { get { throw null; } }
- public bool IsTypeBuilder { get { throw null; } }
- public bool IsUnmanaged { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } set { } }
- public Mono.CSharp.MemberCache MemberCacheTypes { get { throw null; } }
- public new Mono.CSharp.ITypeDefinition MemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public virtual bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public bool AddInterfaceDefined(Mono.CSharp.TypeSpec iface) { throw null; }
- public static Mono.CSharp.TypeSpec[] GetAllTypeArguments(Mono.CSharp.TypeSpec type) { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public virtual System.Type GetMetaInfo() { throw null; }
- public sealed override string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForErrorIncludingAssemblyName() { throw null; }
- protected virtual string GetTypeNameSignature() { throw null; }
- public bool ImplementsInterface(Mono.CSharp.TypeSpec iface, bool variantly) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected virtual void InitializeMemberCache(bool onlyTypes) { }
- public static bool IsBaseClass(Mono.CSharp.TypeSpec type, Mono.CSharp.TypeSpec baseClass, bool dynamicIsObject) { throw null; }
- public static bool IsNonNullableValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsReferenceType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public Mono.CSharp.InflatedTypeSpec MakeGenericType(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec[] targs) { throw null; }
- public virtual Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public void SetExtensionMethodContainer() { }
- public void SetMetaInfo(System.Type info) { }
- public void UpdateInflatedInstancesBaseType() { }
- }
- public partial class UIntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly uint Value;
- public UIntConstant(Mono.CSharp.BuiltinTypes types, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UIntConstant(Mono.CSharp.TypeSpec type, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class UIntLiteral : Mono.CSharp.UIntConstant, Mono.CSharp.ILiteralConstant
- {
- public UIntLiteral(Mono.CSharp.BuiltinTypes types, uint l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(uint), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ULongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ulong Value;
- public ULongConstant(Mono.CSharp.BuiltinTypes types, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ULongConstant(Mono.CSharp.TypeSpec type, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class ULongLiteral : Mono.CSharp.ULongConstant, Mono.CSharp.ILiteralConstant
- {
- public ULongLiteral(Mono.CSharp.BuiltinTypes types, ulong l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(ulong), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Unary : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public readonly Mono.CSharp.Unary.Operator Oper;
- public Unary(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[][] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.TypeSpec type) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public static void Error_Ambiguous(Mono.CSharp.ResolveContext rc, string oper, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.Unary.Operator oper) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- public enum Operator : byte
- {
- AddressOf = (byte)4,
- LogicalNot = (byte)2,
- OnesComplement = (byte)3,
- TOP = (byte)5,
- UnaryNegation = (byte)1,
- UnaryPlus = (byte)0,
- }
- }
- public partial class UnaryMutator : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression expr;
- public UnaryMutator(Mono.CSharp.UnaryMutator.Mode m, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.UnaryMutator.Mode UnaryMutatorMode { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected Mono.CSharp.Expression DoResolveOperation(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected virtual void EmitOperation(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.UnaryMutator.Mode oper) { throw null; }
- [System.FlagsAttribute]
- public enum Mode : byte
- {
- IsDecrement = (byte)1,
- IsIncrement = (byte)0,
- IsPost = (byte)2,
- IsPre = (byte)0,
- PostDecrement = (byte)3,
- PostIncrement = (byte)2,
- PreDecrement = (byte)1,
- PreIncrement = (byte)0,
- }
- }
- public partial class UnboundTypeArguments : Mono.CSharp.TypeArguments
- {
- public UnboundTypeArguments(int arity, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression[])) { }
- public override bool IsEmpty { get { throw null; } }
- public override bool Resolve(Mono.CSharp.IMemberContext mc, bool allowUnbound) { throw null; }
- }
- public partial class UnboxCast : Mono.CSharp.TypeCast
- {
- public UnboxCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Unchecked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unchecked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UnCheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public UnCheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Undo
- {
- public Undo() { }
- public void AddTypeContainer(Mono.CSharp.TypeContainer current_container, Mono.CSharp.TypeDefinition tc) { }
- public void ExecuteUndo() { }
- }
- public partial class UnixUtils
- {
- public UnixUtils() { }
- public static bool isatty(int fd) { throw null; }
- }
- public partial class UnreachableExpression : Mono.CSharp.Expression
- {
- public UnreachableExpression(Mono.CSharp.Expression expr) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unsafe : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unsafe(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UserCast : Mono.CSharp.Expression
- {
- public UserCast(Mono.CSharp.MethodSpec method, Mono.CSharp.Expression source, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Source { get { throw null; } set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UserOperatorCall : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Arguments arguments;
- protected readonly Mono.CSharp.MethodSpec oper;
- public UserOperatorCall(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments args, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext context, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ushort Value;
- public UShortConstant(Mono.CSharp.BuiltinTypes types, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UShortConstant(Mono.CSharp.TypeSpec type, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Using : Mono.CSharp.TryFinallyBlock
- {
- public Using(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Using(Mono.CSharp.Using.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public bool IsNested { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected virtual void CheckIDiposableConversion(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- protected virtual Mono.CSharp.Statement CreateDisposeCall(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable lv) { throw null; }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ResolveDeclaratorInitializer(Mono.CSharp.BlockContext bc) { }
- public Mono.CSharp.Expression ResolveExpression(Mono.CSharp.BlockContext bc) { throw null; }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- public Mono.CSharp.Statement RewriteUsingDeclarators(Mono.CSharp.BlockContext bc, Mono.CSharp.Statement stmt) { throw null; }
- }
- }
- public partial class UsingAliasNamespace : Mono.CSharp.UsingNamespace
- {
- public UsingAliasNamespace(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AliasContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public AliasContext(Mono.CSharp.NamespaceContainer ns) { throw null;}
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class UsingClause
- {
- protected Mono.CSharp.FullNamedExpression resolved;
- public UsingClause(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) { }
- public virtual Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression NamespaceExpression { get { throw null; } }
- public Mono.CSharp.FullNamedExpression ResolvedExpression { get { throw null; } }
- public virtual void Define(Mono.CSharp.NamespaceContainer ctx) { }
- public string GetSignatureForError() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class UsingExternAlias : Mono.CSharp.UsingAliasNamespace
- {
- public UsingExternAlias(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.Location loc) : base (default(Mono.CSharp.SimpleMemberName), default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingNamespace : Mono.CSharp.UsingClause
- {
- public UsingNamespace(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingType : Mono.CSharp.UsingClause
- {
- public UsingType(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public delegate void ValueModificationHandler(string variableName, int row, int column, object value);
- public partial class VariableInfo
- {
- internal VariableInfo() { }
- public bool IsParameter;
- public bool IsEverAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable variable) { throw null; }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.Parameter parameter) { throw null; }
- public Mono.CSharp.VariableInfo GetStructFieldInfo(string fieldName) { throw null; }
- public bool IsAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc) { throw null; }
- public bool IsStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { throw null; }
- public void SetAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, bool generatedAssignment) { }
- public void SetStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class VariableReference : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected VariableReference() { }
- public abstract bool IsFixed { get; }
- public bool IsHoisted { get { throw null; } }
- public abstract bool IsLockedByStatement { get; set; }
- public abstract bool IsRef { get; }
- public abstract string Name { get; }
- protected abstract Mono.CSharp.ILocalVariable Variable { get; }
- public abstract Mono.CSharp.VariableInfo VariableInfo { get; }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool prepare_for_load) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae);
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract void SetHasAddressTaken();
- }
- public enum Variance
- {
- Contravariant = -1,
- Covariant = 1,
- None = 0,
- }
- public partial class VarianceDecl
- {
- public VarianceDecl(Mono.CSharp.Variance variance, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Variance Variance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static Mono.CSharp.Variance CheckTypeVariance(Mono.CSharp.TypeSpec t, Mono.CSharp.Variance expected, Mono.CSharp.IMemberContext member) { throw null; }
- }
- public partial class WarningRegions
- {
- public WarningRegions() { }
- public bool IsWarningEnabled(int code, int src_line) { throw null; }
- public void WarningDisable(Mono.CSharp.Location location, int code, Mono.CSharp.Report Report) { }
- public void WarningDisable(int line) { }
- public void WarningEnable(Mono.CSharp.Location location, int code, Mono.CSharp.CompilerContext context) { }
- public void WarningEnable(int line) { }
- }
- public partial class While : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public While(Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Statement statement, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- }
- public enum XmlCommentState
- {
- Allowed = 0,
- Error = 2,
- NotAllowed = 1,
- }
- public partial class Yield : Mono.CSharp.YieldStatement<Mono.CSharp.Iterator>
- {
- public Yield(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public static bool CheckContext(Mono.CSharp.BlockContext bc, Mono.CSharp.Location loc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class YieldBreak : Mono.CSharp.ExitStatement
- {
- public YieldBreak(Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public abstract partial class YieldStatement<T> : Mono.CSharp.ResumableStatement where T : Mono.CSharp.StateMachineInitializer
- {
- protected Mono.CSharp.Expression expr;
- protected T machine_initializer;
- protected bool unwind_protect;
- protected YieldStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void RegisterResumePoint() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
-}
-namespace Mono.CSharp.Linq
-{
- public abstract partial class AQueryClause : Mono.CSharp.ShimExpression
- {
- public Mono.CSharp.Linq.QueryBlock block;
- public Mono.CSharp.Linq.AQueryClause next;
- protected AQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- protected abstract string MethodName { get; }
- public Mono.CSharp.Linq.AQueryClause Next { set { } }
- public Mono.CSharp.Linq.AQueryClause Tail { get { throw null; } }
- public virtual Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected virtual void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- protected virtual Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected Mono.CSharp.Invocation CreateQueryExpression(Mono.CSharp.Expression lSide, Mono.CSharp.Arguments arguments) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected partial class QueryExpressionAccess : Mono.CSharp.MemberAccess
- {
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- }
- protected partial class QueryExpressionInvocation : Mono.CSharp.Invocation, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- public QueryExpressionInvocation(Mono.CSharp.Linq.AQueryClause.QueryExpressionAccess expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- }
- public abstract partial class ARangeVariableQueryClause : Mono.CSharp.Linq.AQueryClause
- {
- protected Mono.CSharp.Linq.RangeVariable identifier;
- protected ARangeVariableQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.RangeVariable Identifier { get { throw null; } }
- public Mono.CSharp.FullNamedExpression IdentifierType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected Mono.CSharp.Invocation CreateCastExpression(Mono.CSharp.Expression lSide) { throw null; }
- protected override Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected static Mono.CSharp.Expression CreateRangeVariableType(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter parameter, Mono.CSharp.Linq.RangeVariable name, Mono.CSharp.Expression init) { throw null; }
- protected virtual Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class GroupBy : Mono.CSharp.Linq.AQueryClause
- {
- public GroupBy(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression elementSelector, Mono.CSharp.Linq.QueryBlock elementBlock, Mono.CSharp.Expression keySelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Expression SelectorExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class GroupJoin : Mono.CSharp.Linq.Join
- {
- public GroupJoin(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Linq.RangeVariable into, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class Join : Mono.CSharp.Linq.SelectMany
- {
- public Join(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.QueryBlock InnerSelector { get { throw null; } }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Linq.QueryBlock OuterSelector { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class Let : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public Let(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class OrderByAscending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class OrderByDescending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class QueryBlock : Mono.CSharp.ParametersBlock
- {
- public QueryBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public void AddRangeVariable(Mono.CSharp.Linq.RangeVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public override void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void SetParameter(Mono.CSharp.Parameter parameter) { }
- public void SetParameters(Mono.CSharp.Parameter first, Mono.CSharp.Parameter second) { }
- public sealed partial class TransparentParameter : Mono.CSharp.ImplicitLambdaParameter
- {
- public static int Counter;
- public readonly string Identifier;
- public readonly Mono.CSharp.Parameter Parent;
- public TransparentParameter(Mono.CSharp.Parameter parent, Mono.CSharp.Linq.RangeVariable identifier) : base (default(string), default(Mono.CSharp.Location)) { }
- public static void Reset() { }
- }
- }
- public partial class QueryExpression : Mono.CSharp.Linq.AQueryClause
- {
- public QueryExpression(Mono.CSharp.Linq.AQueryClause start) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parentParameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class QueryStartClause : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public QueryStartClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public sealed partial class RangeVariable : Mono.CSharp.INamedBlockVariable
- {
- public RangeVariable(string name, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Block Block { get { throw null; } set { } }
- public bool IsDeclared { get { throw null; } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- public partial class Select : Mono.CSharp.Linq.AQueryClause
- {
- public Select(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public bool IsRequired(Mono.CSharp.Parameter parameter) { throw null; }
- }
- public partial class SelectMany : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public SelectMany(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class ThenByAscending : Mono.CSharp.Linq.OrderByAscending
- {
- public ThenByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ThenByDescending : Mono.CSharp.Linq.OrderByDescending
- {
- public ThenByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Where : Mono.CSharp.Linq.AQueryClause
- {
- public Where(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
-}
-namespace Mono.CSharp.Nullable
-{
- public partial class LiftedConversion : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Expression unwrap, Mono.CSharp.TypeSpec type) { }
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Nullable.Unwrap unwrap, Mono.CSharp.TypeSpec type) { }
- public override bool IsNull { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class LiftedNull : Mono.CSharp.NullConstant, Mono.CSharp.IMemoryLocation
- {
- internal LiftedNull() : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- public static Mono.CSharp.Constant Create(Mono.CSharp.TypeSpec nullable, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Constant CreateFromExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression e) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class LiftedUnaryOperator : Mono.CSharp.Unary, Mono.CSharp.IMemoryLocation
- {
- public LiftedUnaryOperator(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected override Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class NullableType : Mono.CSharp.TypeExpr
- {
- public NullableType(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class NullCoalescingOperator : Mono.CSharp.Expression
- {
- public NullCoalescingOperator(Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public Mono.CSharp.Expression RightExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unwrap : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public Unwrap(Mono.CSharp.Expression expr, bool useDefaultValue=true) { }
- public override bool IsNull { get { throw null; } }
- public Mono.CSharp.Expression Original { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr) { throw null; }
- public static Mono.CSharp.Nullable.Unwrap Create(Mono.CSharp.Expression expr, bool useDefaultValue) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.Expression CreateUnwrapped(Mono.CSharp.Expression expr) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCheck(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public void Load(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public partial class UnwrapCall : Mono.CSharp.CompositeExpression
- {
- public UnwrapCall(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Wrap : Mono.CSharp.TypeCast
- {
- internal Wrap() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
-}
diff --git a/src/v4.5.2/Mono.Cairo.cs b/src/v4.5.2/Mono.Cairo.cs
deleted file mode 100644
index 301b587..0000000
--- a/src/v4.5.2/Mono.Cairo.cs
+++ /dev/null
@@ -1,730 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Cairo
-{
- [System.SerializableAttribute]
- public enum Antialias
- {
- Default = 0,
- Gray = 2,
- None = 1,
- Subpixel = 3,
- }
- public static partial class CairoAPI
- {
- public static int Version { get { throw null; } }
- public static string VersionString { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Color
- {
- public Color(double r, double g, double b) { throw null;}
- public Color(double r, double g, double b, double a) { throw null;}
- public double A { get { throw null; } set { } }
- public double B { get { throw null; } set { } }
- public double G { get { throw null; } set { } }
- public double R { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Content
- {
- Alpha = 8192,
- Color = 4096,
- ColorAlpha = 12288,
- }
- public partial class Context : System.IDisposable
- {
- public Context(Cairo.Surface surface) { }
- [System.ObsoleteAttribute]
- public Context(System.IntPtr state) { }
- public Context(System.IntPtr handle, bool owner) { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetSourceColor method")]
- public Cairo.Color Color { set { } }
- [System.ObsoleteAttribute("Use SetSourceRGBA method")]
- public Cairo.Color ColorRgb { set { } }
- [System.ObsoleteAttribute("Use GetFontFace/SetFontFace")]
- public Cairo.FontFace ContextFontFace { get { throw null; } set { } }
- public Cairo.PointD CurrentPoint { get { throw null; } }
- public Cairo.FillRule FillRule { get { throw null; } set { } }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } set { } }
- public Cairo.FontOptions FontOptions { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public double FontSize { set { } }
- [System.ObsoleteAttribute("Use GetGroupTarget()")]
- public Cairo.Surface GroupTarget { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool HasCurrentPoint { get { throw null; } }
- public Cairo.LineCap LineCap { get { throw null; } set { } }
- public Cairo.LineJoin LineJoin { get { throw null; } set { } }
- public double LineWidth { get { throw null; } set { } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public double MiterLimit { get { throw null; } set { } }
- public Cairo.Operator Operator { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Pattern { get { throw null; } set { } }
- public uint ReferenceCount { get { throw null; } }
- [System.ObsoleteAttribute("Use GetScaledFont/SetScaledFont")]
- public Cairo.ScaledFont ScaledFont { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Source { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use GetTarget/SetTarget")]
- public Cairo.Surface Target { get { throw null; } set { } }
- public double Tolerance { get { throw null; } set { } }
- public void AppendPath(Cairo.Path path) { }
- public void Arc(double xc, double yc, double radius, double angle1, double angle2) { }
- public void ArcNegative(double xc, double yc, double radius, double angle1, double angle2) { }
- public void Clip() { }
- public void ClipPreserve() { }
- public void ClosePath() { }
- public void CopyPage() { }
- public Cairo.Path CopyPath() { throw null; }
- public Cairo.Path CopyPathFlat() { throw null; }
- public void CurveTo(Cairo.PointD p1, Cairo.PointD p2, Cairo.PointD p3) { }
- public void CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) { }
- public void DeviceToUser(ref double x, ref double y) { }
- public void DeviceToUserDistance(ref double dx, ref double dy) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Fill() { }
- public Cairo.Rectangle FillExtents() { throw null; }
- public void FillPreserve() { }
- ~Context() { }
- [System.ObsoleteAttribute("Use SelectFontFace() instead.")]
- public void FontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public void FontSetSize(double scale) { }
- public Cairo.FontFace GetContextFontFace() { throw null; }
- public Cairo.Surface GetGroupTarget() { throw null; }
- public Cairo.ScaledFont GetScaledFont() { throw null; }
- public Cairo.Pattern GetSource() { throw null; }
- public Cairo.Surface GetTarget() { throw null; }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- public void GlyphPath(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use GlyphPath(Glyphs []) instead")]
- public void GlyphPath(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void IdentityMatrix() { }
- public bool InClip(double x, double y) { throw null; }
- public bool InFill(double x, double y) { throw null; }
- public bool InStroke(double x, double y) { throw null; }
- [System.ObsoleteAttribute("Use DeviceToUserDistance instead")]
- public void InverseTransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use InverseTransformPoint instead")]
- public void InverseTransformPoint(ref double x, ref double y) { }
- public void LineTo(Cairo.PointD p) { }
- public void LineTo(double x, double y) { }
- public void Mask(Cairo.Pattern pattern) { }
- public void MaskSurface(Cairo.Surface surface, double surface_x, double surface_y) { }
- public void MoveTo(Cairo.PointD p) { }
- public void MoveTo(double x, double y) { }
- public void NewPath() { }
- public void NewSubPath() { }
- public void Paint() { }
- public void PaintWithAlpha(double alpha) { }
- public Cairo.Pattern PopGroup() { throw null; }
- public void PopGroupToSource() { }
- public void PushGroup() { }
- public void PushGroup(Cairo.Content content) { }
- public void Rectangle(Cairo.PointD p, double width, double height) { }
- public void Rectangle(Cairo.Rectangle rectangle) { }
- public void Rectangle(double x, double y, double width, double height) { }
- public void RelCurveTo(Cairo.Distance d1, Cairo.Distance d2, Cairo.Distance d3) { }
- public void RelCurveTo(double dx1, double dy1, double dx2, double dy2, double dx3, double dy3) { }
- public void RelLineTo(Cairo.Distance d) { }
- public void RelLineTo(double dx, double dy) { }
- public void RelMoveTo(Cairo.Distance d) { }
- public void RelMoveTo(double dx, double dy) { }
- public void ResetClip() { }
- public void Restore() { }
- public void Rotate(double angle) { }
- public void Save() { }
- public void Scale(double sx, double sy) { }
- public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- public void SetContextFontFace(Cairo.FontFace value) { }
- public void SetDash(double[] dashes, double offset) { }
- public void SetFontSize(double scale) { }
- public void SetScaledFont(Cairo.ScaledFont font) { }
- public void SetSource(Cairo.Pattern source) { }
- public void SetSource(Cairo.Surface source) { }
- public void SetSource(Cairo.Surface source, double x, double y) { }
- public void SetSourceColor(Cairo.Color color) { }
- public void SetSourceRGB(double r, double g, double b) { }
- public void SetSourceRGBA(double r, double g, double b, double a) { }
- public void SetSourceSurface(Cairo.Surface source, int x, int y) { }
- public void SetTarget(Cairo.Surface target) { }
- public void ShowGlyphs(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use ShowGlyphs(Glyphs []) instead")]
- public void ShowGlyphs(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void ShowPage() { }
- public void ShowText(byte[] utf8) { }
- public void ShowText(string str) { }
- public void Stroke() { }
- public Cairo.Rectangle StrokeExtents() { throw null; }
- public void StrokePreserve() { }
- public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; }
- public Cairo.TextExtents TextExtents(string s) { throw null; }
- public void TextPath(byte[] utf8) { }
- public void TextPath(string str) { }
- public void Transform(Cairo.Matrix m) { }
- [System.ObsoleteAttribute("Use UserToDeviceDistance instead")]
- public void TransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use UserToDevice instead")]
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- public void UserToDevice(ref double x, ref double y) { }
- public void UserToDeviceDistance(ref double dx, ref double dy) { }
- }
- public partial class DirectFBSurface : Cairo.Surface
- {
- public DirectFBSurface(System.IntPtr dfb, System.IntPtr dfb_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Distance
- {
- public Distance(double dx, double dy) { throw null;}
- public double Dx { get { throw null; } set { } }
- public double Dy { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Extend
- {
- None = 0,
- Pad = 3,
- Reflect = 2,
- Repeat = 1,
- }
- [System.SerializableAttribute]
- public enum FillRule
- {
- EvenOdd = 1,
- Winding = 0,
- }
- [System.SerializableAttribute]
- public enum Filter
- {
- Best = 2,
- Bilinear = 4,
- Fast = 0,
- Gaussian = 5,
- Good = 1,
- Nearest = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FontExtents
- {
- public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAdvance) { throw null;}
- public double Ascent { get { throw null; } set { } }
- public double Descent { get { throw null; } set { } }
- public double Height { get { throw null; } set { } }
- public double MaxXAdvance { get { throw null; } set { } }
- public double MaxYAdvance { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- }
- public partial class FontFace : System.IDisposable
- {
- [System.ObsoleteAttribute]
- public FontFace(System.IntPtr handle) { }
- public FontFace(System.IntPtr handle, bool owned) { }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~FontFace() { }
- }
- public partial class FontOptions : System.IDisposable
- {
- public FontOptions() { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.HintMetrics HintMetrics { get { throw null; } set { } }
- public Cairo.HintStyle HintStyle { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SubpixelOrder SubpixelOrder { get { throw null; } set { } }
- public Cairo.FontOptions Copy() { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object other) { throw null; }
- ~FontOptions() { }
- public override int GetHashCode() { throw null; }
- public void Merge(Cairo.FontOptions other) { }
- public static bool operator ==(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- public static bool operator !=(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- }
- [System.SerializableAttribute]
- public enum FontSlant
- {
- Italic = 1,
- Normal = 0,
- Oblique = 2,
- }
- [System.SerializableAttribute]
- public enum FontType
- {
- Atsui = 3,
- FreeType = 1,
- Toy = 0,
- Win32 = 2,
- }
- [System.SerializableAttribute]
- public enum FontWeight
- {
- Bold = 1,
- Normal = 0,
- }
- [System.SerializableAttribute]
- public enum Format
- {
- A1 = 3,
- A8 = 2,
- Argb32 = 0,
- ARGB32 = 0,
- Rgb16565 = 4,
- Rgb24 = 1,
- RGB24 = 1,
- }
- public partial class GlitzSurface : Cairo.Surface
- {
- public GlitzSurface(System.IntPtr glitz_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Glyph
- {
- public Glyph(long index, double x, double y) { throw null;}
- public long Index { get { throw null; } set { } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- public static bool operator !=(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- }
- public partial class Gradient : Cairo.Pattern
- {
- [System.ObsoleteAttribute]
- protected Gradient() { }
- protected Gradient(System.IntPtr handle, bool owned) { }
- public int ColorStopCount { get { throw null; } }
- public Cairo.Status AddColorStop(double offset, Cairo.Color c) { throw null; }
- public Cairo.Status AddColorStopRgb(double offset, Cairo.Color c) { throw null; }
- }
- [System.ObsoleteAttribute("Renamed Cairo.Context per suggestion from cairo binding guidelines.")]
- public partial class Graphics : Cairo.Context
- {
- public Graphics(Cairo.Surface surface) : base (default(Cairo.Surface)) { }
- public Graphics(System.IntPtr state) : base (default(Cairo.Surface)) { }
- }
- [System.SerializableAttribute]
- public enum HintMetrics
- {
- Default = 0,
- Off = 1,
- On = 2,
- }
- [System.SerializableAttribute]
- public enum HintStyle
- {
- Default = 0,
- Full = 4,
- Medium = 3,
- None = 1,
- Slight = 2,
- }
- public partial class ImageSurface : Cairo.Surface
- {
- public ImageSurface(Cairo.Format format, int width, int height) { }
- public ImageSurface(byte[] data, Cairo.Format format, int width, int height, int stride) { }
- [System.ObsoleteAttribute("Use ImageSurface (byte[] data, Cairo.Format format, int width, int height, int stride)")]
- public ImageSurface(ref byte[] data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(System.IntPtr data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(string filename) { }
- public byte[] Data { get { throw null; } }
- public System.IntPtr DataPtr { get { throw null; } }
- public Cairo.Format Format { get { throw null; } }
- public int Height { get { throw null; } }
- public int Stride { get { throw null; } }
- public int Width { get { throw null; } }
- }
- public partial class LinearGradient : Cairo.Gradient
- {
- public LinearGradient(double x0, double y0, double x1, double y1) { }
- public Cairo.PointD[] LinearPoints { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum LineCap
- {
- Butt = 0,
- Round = 1,
- Square = 2,
- }
- [System.SerializableAttribute]
- public enum LineJoin
- {
- Bevel = 2,
- Miter = 0,
- Round = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Matrix : System.ICloneable
- {
- public double X0;
- public double Xx;
- public double Xy;
- public double Y0;
- public double Yx;
- public double Yy;
- public Matrix() { }
- public Matrix(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public void Init(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public void InitIdentity() { }
- public void InitRotate(double radians) { }
- public void InitScale(double sx, double sy) { }
- public void InitTranslate(double tx, double ty) { }
- public Cairo.Status Invert() { throw null; }
- public bool IsIdentity() { throw null; }
- public void Multiply(Cairo.Matrix b) { }
- public static Cairo.Matrix Multiply(Cairo.Matrix a, Cairo.Matrix b) { throw null; }
- public static bool operator ==(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public static bool operator !=(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public void Rotate(double radians) { }
- public void Scale(double sx, double sy) { }
- public override string ToString() { throw null; }
- public void TransformDistance(ref double dx, ref double dy) { }
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- }
- [System.SerializableAttribute]
- public enum Operator
- {
- Add = 12,
- Atop = 5,
- Clear = 0,
- Dest = 6,
- DestAtop = 10,
- DestIn = 8,
- DestOut = 9,
- DestOver = 7,
- In = 3,
- Out = 4,
- Over = 2,
- Saturate = 13,
- Source = 1,
- Xor = 11,
- }
- public partial class Path : System.IDisposable
- {
- internal Path() { }
- public System.IntPtr Handle { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Path() { }
- }
- public partial class Pattern : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected System.IntPtr pattern;
- [System.ObsoleteAttribute]
- protected Pattern() { }
- [System.ObsoleteAttribute("Use the SurfacePattern constructor")]
- public Pattern(Cairo.Surface surface) { }
- public Cairo.Extend Extend { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public Cairo.PatternType PatternType { get { throw null; } }
- [System.ObsoleteAttribute]
- public System.IntPtr Pointer { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Pattern() { }
- public static Cairo.Pattern Lookup(System.IntPtr pattern, bool owner) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- [System.SerializableAttribute]
- public enum PatternType
- {
- Linear = 2,
- Radial = 3,
- Solid = 0,
- Surface = 1,
- }
- public partial class PdfSurface : Cairo.Surface
- {
- public PdfSurface(string filename, double width, double height) { }
- public void SetSize(double width, double height) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Point
- {
- public Point(int x, int y) { throw null;}
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct PointD
- {
- public PointD(double x, double y) { throw null;}
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- }
- public partial class PSSurface : Cairo.Surface
- {
- public PSSurface(string filename, double width, double height) { }
- public void BeginPageSetup() { }
- public void BeginSetup() { }
- public void DscComment(string comment) { }
- public void SetSize(double width, double height) { }
- }
- public partial class RadialGradient : Cairo.Gradient
- {
- public RadialGradient(double cx0, double cy0, double radius0, double cx1, double cy1, double radius1) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rectangle
- {
- public Rectangle(Cairo.Point point, double width, double height) { throw null;}
- public Rectangle(double x, double y, double width, double height) { throw null;}
- public double Height { get { throw null; } }
- public double Width { get { throw null; } }
- public double X { get { throw null; } }
- public double Y { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public static bool operator !=(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RectangleInt
- {
- public int Height;
- public int Width;
- public int X;
- public int Y;
- }
- public partial class Region : System.IDisposable
- {
- public Region() { }
- public Region(Cairo.RectangleInt rect) { }
- public Region(Cairo.RectangleInt[] rects) { }
- [System.ObsoleteAttribute]
- public Region(System.IntPtr handle) { }
- public Region(System.IntPtr handle, bool owned) { }
- public Cairo.RectangleInt Extents { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public int NumRectangles { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.RegionOverlap ContainsPoint(Cairo.RectangleInt rectangle) { throw null; }
- public bool ContainsPoint(int x, int y) { throw null; }
- public Cairo.Region Copy() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object obj) { throw null; }
- ~Region() { }
- public override int GetHashCode() { throw null; }
- public Cairo.RectangleInt GetRectangle(int nth) { throw null; }
- public Cairo.Status Intersect(Cairo.Region other) { throw null; }
- public Cairo.Status IntersectRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Subtract(Cairo.Region other) { throw null; }
- public Cairo.Status SubtractRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public void Translate(int dx, int dy) { }
- public Cairo.Status Union(Cairo.Region other) { throw null; }
- public Cairo.Status UnionRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Xor(Cairo.Region other) { throw null; }
- public Cairo.Status XorRectangle(Cairo.RectangleInt rectangle) { throw null; }
- }
- public enum RegionOverlap
- {
- In = 0,
- Out = 1,
- Part = 2,
- }
- public partial class ScaledFont : System.IDisposable
- {
- protected System.IntPtr handle;
- public ScaledFont(Cairo.FontFace fontFace, Cairo.Matrix matrix, Cairo.Matrix ctm, Cairo.FontOptions options) { }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~ScaledFont() { }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- public partial class SolidPattern : Cairo.Pattern
- {
- public SolidPattern(Cairo.Color color) { }
- public SolidPattern(Cairo.Color color, bool solid) { }
- public SolidPattern(double r, double g, double b) { }
- public SolidPattern(double r, double g, double b, double a) { }
- public Cairo.Color Color { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum Status
- {
- ClipNotRepresentable = 22,
- FileNotFound = 18,
- InvalidContent = 15,
- InvalidDash = 19,
- InvalidDscComment = 20,
- InvalidFormat = 16,
- InvalidIndex = 21,
- InvalidMatrix = 5,
- InvalidPathData = 9,
- InvalidPopGroup = 3,
- InvalidRestore = 2,
- InvalidStatus = 6,
- InvalidString = 8,
- InvalidVisual = 17,
- NoCurrentPoint = 4,
- NoMemory = 1,
- NullPointer = 7,
- PatternTypeMismatch = 14,
- ReadError = 10,
- Success = 0,
- SurfaceFinished = 12,
- SurfaceTypeMismatch = 13,
- WriteError = 11,
- }
- [System.SerializableAttribute]
- public enum SubpixelOrder
- {
- Bgr = 2,
- Default = 0,
- Rgb = 1,
- Vbgr = 4,
- Vrgb = 3,
- }
- public partial class Surface : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected static System.Collections.Hashtable surfaces;
- [System.ObsoleteAttribute]
- protected Surface() { }
- [System.ObsoleteAttribute]
- protected Surface(System.IntPtr ptr) { }
- protected Surface(System.IntPtr handle, bool owner) { }
- public Cairo.Content Content { get { throw null; } }
- public Cairo.PointD DeviceOffset { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- [System.ObsoleteAttribute("Use Handle instead.")]
- public System.IntPtr Pointer { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SurfaceType SurfaceType { get { throw null; } }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(Cairo.Format format, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(ref byte[] data, Cairo.Format format, int width, int height, int stride) { throw null; }
- public Cairo.Surface CreateSimilar(Cairo.Content content, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Surface() { }
- public Cairo.Status Finish() { throw null; }
- public void Flush() { }
- public static Cairo.Surface Lookup(System.IntPtr surface, bool owned) { throw null; }
- public void MarkDirty() { }
- public void MarkDirty(Cairo.Rectangle rectangle) { }
- public void SetFallbackResolution(double x, double y) { }
- public void Show(Cairo.Context gr, double x, double y) { }
- public void WriteToPng(string filename) { }
- }
- public partial class SurfacePattern : Cairo.Pattern
- {
- public SurfacePattern(Cairo.Surface surface) { }
- public new Cairo.Extend Extend { get { throw null; } set { } }
- public Cairo.Filter Filter { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum SurfaceType
- {
- BeOS = 8,
- DirectFB = 9,
- Glitz = 5,
- Image = 0,
- Pdf = 1,
- PS = 2,
- Quartz = 6,
- Svg = 10,
- Win32 = 7,
- Xcb = 4,
- Xlib = 3,
- }
- public partial class SvgSurface : Cairo.Surface
- {
- public SvgSurface(string filename, double width, double height) { }
- public void RestrictToVersion(Cairo.SvgVersion version) { }
- }
- [System.SerializableAttribute]
- public enum SvgVersion
- {
- OnePointOne = 0,
- OnePointTwo = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TextExtents
- {
- public double Height { get { throw null; } set { } }
- public double Width { get { throw null; } set { } }
- public double XAdvance { get { throw null; } set { } }
- public double XBearing { get { throw null; } set { } }
- public double YAdvance { get { throw null; } set { } }
- public double YBearing { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- }
- public partial class Win32Surface : Cairo.Surface
- {
- public Win32Surface(System.IntPtr hdc) { }
- }
- public partial class XcbSurface : Cairo.Surface
- {
- public XcbSurface(System.IntPtr connection, uint drawable, System.IntPtr visual, int width, int height) { }
- public static Cairo.XcbSurface FromBitmap(System.IntPtr connection, uint bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetSize(int width, int height) { }
- }
- public partial class XlibSurface : Cairo.Surface
- {
- public XlibSurface(System.IntPtr ptr, bool own) { }
- public XlibSurface(System.IntPtr display, System.IntPtr drawable, System.IntPtr visual, int width, int height) { }
- public int Depth { get { throw null; } }
- public System.IntPtr Display { get { throw null; } }
- public System.IntPtr Drawable { get { throw null; } }
- public int Height { get { throw null; } }
- public System.IntPtr Screen { get { throw null; } }
- public System.IntPtr Visual { get { throw null; } }
- public int Width { get { throw null; } }
- public static Cairo.XlibSurface FromBitmap(System.IntPtr display, System.IntPtr bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetDrawable(System.IntPtr drawable, int width, int height) { }
- public void SetSize(int width, int height) { }
- }
-}
diff --git a/src/v4.5.2/Mono.Cecil.cs b/src/v4.5.2/Mono.Cecil.cs
deleted file mode 100644
index e1e3435..0000000
--- a/src/v4.5.2/Mono.Cecil.cs
+++ /dev/null
@@ -1,2297 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.9.5.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2011 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.9.5.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Mdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Pdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Rocks, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Runtime.InteropServices.GuidAttribute("fd225bb4-fa53-44b2-a6db-85f5e48dcb54")]
-namespace Mono.Cecil
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ArrayDimension
- {
- public ArrayDimension(System.Nullable<int> lowerBound, System.Nullable<int> upperBound) { throw null;}
- public bool IsSized { get { throw null; } }
- public System.Nullable<int> LowerBound { get { throw null; } set { } }
- public System.Nullable<int> UpperBound { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public sealed partial class ArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public ArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public int SizeParameterIndex { get { throw null; } set { } }
- public int SizeParameterMultiplier { get { throw null; } set { } }
- }
- public sealed partial class ArrayType : Mono.Cecil.TypeSpecification
- {
- public ArrayType(Mono.Cecil.TypeReference type) { }
- public ArrayType(Mono.Cecil.TypeReference type, int rank) { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ArrayDimension> Dimensions { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override bool IsArray { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public bool IsVector { get { throw null; } }
- public override string Name { get { throw null; } }
- public int Rank { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum AssemblyAttributes : uint
- {
- DisableJITCompileOptimizer = (uint)16384,
- EnableJITCompileTracking = (uint)32768,
- PublicKey = (uint)1,
- Retargetable = (uint)256,
- SideBySideCompatible = (uint)0,
- WindowsRuntime = (uint)512,
- }
- public sealed partial class AssemblyDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- internal AssemblyDefinition() { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.ModuleDefinition MainModule { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleDefinition> Modules { get { throw null; } }
- public Mono.Cecil.AssemblyNameDefinition Name { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public override string ToString() { throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum AssemblyHashAlgorithm : uint
- {
- None = (uint)0,
- Reserved = (uint)32771,
- SHA1 = (uint)32772,
- }
- public sealed partial class AssemblyLinkedResource : Mono.Cecil.Resource
- {
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference Assembly { get { throw null; } set { } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- public sealed partial class AssemblyNameDefinition : Mono.Cecil.AssemblyNameReference
- {
- public AssemblyNameDefinition(string name, System.Version version) : base (default(string), default(System.Version)) { }
- public override byte[] Hash { get { throw null; } }
- }
- public partial class AssemblyNameReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public AssemblyNameReference(string name, System.Version version) { }
- public Mono.Cecil.AssemblyAttributes Attributes { get { throw null; } set { } }
- public string Culture { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public virtual byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.AssemblyHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public bool HasPublicKey { get { throw null; } set { } }
- public bool IsRetargetable { get { throw null; } set { } }
- public bool IsSideBySideCompatible { get { throw null; } set { } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public byte[] PublicKey { get { throw null; } set { } }
- public byte[] PublicKeyToken { get { throw null; } set { } }
- public System.Version Version { get { throw null; } set { } }
- public static Mono.Cecil.AssemblyNameReference Parse(string fullName) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class AssemblyResolutionException : System.IO.FileNotFoundException
- {
- public AssemblyResolutionException(Mono.Cecil.AssemblyNameReference reference) { }
- protected AssemblyResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public sealed partial class AssemblyResolveEventArgs : System.EventArgs
- {
- public AssemblyResolveEventArgs(Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public delegate Mono.Cecil.AssemblyDefinition AssemblyResolveEventHandler(object sender, Mono.Cecil.AssemblyNameReference reference);
- public abstract partial class BaseAssemblyResolver : Mono.Cecil.IAssemblyResolver
- {
- protected BaseAssemblyResolver() { }
- public event Mono.Cecil.AssemblyResolveEventHandler ResolveFailure { add { } remove { } }
- public void AddSearchDirectory(string directory) { }
- public string[] GetSearchDirectories() { throw null; }
- public void RemoveSearchDirectory(string directory) { }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- }
- public sealed partial class ByReferenceType : Mono.Cecil.TypeSpecification
- {
- public ByReferenceType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsByReference { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- public sealed partial class CallSite : Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public CallSite(Mono.Cecil.TypeReference returnType) { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public sealed partial class CustomAttribute : Mono.Cecil.ICustomAttribute
- {
- public CustomAttribute(Mono.Cecil.MethodReference constructor) { }
- public CustomAttribute(Mono.Cecil.MethodReference constructor, byte[] blob) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } }
- public Mono.Cecil.MethodReference Constructor { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeArgument> ConstructorArguments { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasConstructorArguments { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool IsResolved { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeArgument
- {
- public CustomAttributeArgument(Mono.Cecil.TypeReference type, object value) { throw null;}
- public Mono.Cecil.TypeReference Type { get { throw null; } }
- public object Value { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgument
- {
- public CustomAttributeNamedArgument(string name, Mono.Cecil.CustomAttributeArgument argument) { throw null;}
- public Mono.Cecil.CustomAttributeArgument Argument { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public sealed partial class CustomMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public CustomMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public string Cookie { get { throw null; } set { } }
- public System.Guid Guid { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ManagedType { get { throw null; } set { } }
- public string UnmanagedType { get { throw null; } set { } }
- }
- public partial class DefaultAssemblyResolver : Mono.Cecil.BaseAssemblyResolver
- {
- public DefaultAssemblyResolver() { }
- protected void RegisterAssembly(Mono.Cecil.AssemblyDefinition assembly) { }
- public override Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- }
- public sealed partial class EmbeddedResource : Mono.Cecil.Resource
- {
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, byte[] data) { }
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, System.IO.Stream stream) { }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- public byte[] GetResourceData() { throw null; }
- public System.IO.Stream GetResourceStream() { throw null; }
- }
- [System.FlagsAttribute]
- public enum EventAttributes : ushort
- {
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- }
- public sealed partial class EventDefinition : Mono.Cecil.EventReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public EventDefinition(string name, Mono.Cecil.EventAttributes attributes, Mono.Cecil.TypeReference eventType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodDefinition AddMethod { get { throw null; } set { } }
- public Mono.Cecil.EventAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasOtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition InvokeMethod { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition RemoveMethod { get { throw null; } set { } }
- public override Mono.Cecil.EventDefinition Resolve() { throw null; }
- }
- public abstract partial class EventReference : Mono.Cecil.MemberReference
- {
- protected EventReference(string name, Mono.Cecil.TypeReference eventType) { }
- public Mono.Cecil.TypeReference EventType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public abstract Mono.Cecil.EventDefinition Resolve();
- }
- public partial class ExportedType : Mono.Cecil.IMetadataTokenProvider
- {
- public ExportedType(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ExportedType DeclaringType { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public int Identifier { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsForwarder { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public Mono.Cecil.TypeDefinition Resolve() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum FieldAttributes : ushort
- {
- Assembly = (ushort)3,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- FieldAccessMask = (ushort)7,
- HasDefault = (ushort)32768,
- HasFieldMarshal = (ushort)4096,
- HasFieldRVA = (ushort)256,
- InitOnly = (ushort)32,
- Literal = (ushort)64,
- NotSerialized = (ushort)128,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Static = (ushort)16,
- }
- public sealed partial class FieldDefinition : Mono.Cecil.FieldReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public FieldDefinition(string name, Mono.Cecil.FieldAttributes attributes, Mono.Cecil.TypeReference fieldType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.FieldAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMarshalInfo { get { throw null; } }
- public byte[] InitialValue { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsInitOnly { get { throw null; } set { } }
- public bool IsLiteral { get { throw null; } set { } }
- public bool IsNotSerialized { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public override Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public partial class FieldReference : Mono.Cecil.MemberReference
- {
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType) { }
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType, Mono.Cecil.TypeReference declaringType) { }
- public Mono.Cecil.TypeReference FieldType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public sealed partial class FixedArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FixedSysStringMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedSysStringMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FunctionPointerType : Mono.Cecil.TypeSpecification, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public FunctionPointerType() { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsFunctionPointer { get { throw null; } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public sealed partial class GenericInstanceMethod : Mono.Cecil.MethodSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceMethod(Mono.Cecil.MethodReference method) { }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericInstanceType : Mono.Cecil.TypeSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceType(Mono.Cecil.TypeReference type) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericParameter : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericParameter(Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public GenericParameter(int position, Mono.Cecil.GenericParameterType type, Mono.Cecil.ModuleDefinition module) : base (default(string), default(string)) { }
- public GenericParameter(string name, Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public Mono.Cecil.GenericParameterAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Constraints { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodReference DeclaringMethod { get { throw null; } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasConstraints { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefaultConstructorConstraint { get { throw null; } set { } }
- public bool HasNotNullableValueTypeConstraint { get { throw null; } set { } }
- public bool HasReferenceTypeConstraint { get { throw null; } set { } }
- public bool IsContravariant { get { throw null; } set { } }
- public bool IsCovariant { get { throw null; } set { } }
- public override bool IsGenericParameter { get { throw null; } }
- public bool IsNonVariant { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IGenericParameterProvider Owner { get { throw null; } }
- public int Position { get { throw null; } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public Mono.Cecil.GenericParameterType Type { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum GenericParameterAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstraint = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public enum GenericParameterType
- {
- Method = 1,
- Type = 0,
- }
- public partial interface IAssemblyResolver
- {
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name);
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters);
- }
- public partial interface IConstantProvider : Mono.Cecil.IMetadataTokenProvider
- {
- object Constant { get; set; }
- bool HasConstant { get; set; }
- }
- public partial interface ICustomAttribute
- {
- Mono.Cecil.TypeReference AttributeType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get; }
- bool HasFields { get; }
- bool HasProperties { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get; }
- }
- public partial interface ICustomAttributeProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get; }
- bool HasCustomAttributes { get; }
- }
- public partial interface IGenericInstance : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get; }
- bool HasGenericArguments { get; }
- }
- public partial interface IGenericParameterProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get; }
- Mono.Cecil.GenericParameterType GenericParameterType { get; }
- bool HasGenericParameters { get; }
- bool IsDefinition { get; }
- Mono.Cecil.ModuleDefinition Module { get; }
- }
- public partial interface IMarshalInfoProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasMarshalInfo { get; }
- Mono.Cecil.MarshalInfo MarshalInfo { get; set; }
- }
- public partial interface IMemberDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.TypeDefinition DeclaringType { get; set; }
- string FullName { get; }
- bool IsRuntimeSpecialName { get; set; }
- bool IsSpecialName { get; set; }
- string Name { get; set; }
- }
- public partial interface IMetadataResolver
- {
- Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field);
- Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method);
- Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type);
- }
- public partial interface IMetadataScope : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MetadataScopeType MetadataScopeType { get; }
- string Name { get; set; }
- }
- public partial interface IMetadataTokenProvider
- {
- Mono.Cecil.MetadataToken MetadataToken { get; set; }
- }
- public partial interface IMethodSignature : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MethodCallingConvention CallingConvention { get; set; }
- bool ExplicitThis { get; set; }
- bool HasParameters { get; }
- bool HasThis { get; set; }
- Mono.Cecil.MethodReturnType MethodReturnType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- Mono.Cecil.TypeReference ReturnType { get; set; }
- }
- public partial interface IModifierType
- {
- Mono.Cecil.TypeReference ElementType { get; }
- Mono.Cecil.TypeReference ModifierType { get; }
- }
- public partial interface ISecurityDeclarationProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasSecurityDeclarations { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get; }
- }
- public sealed partial class LinkedResource : Mono.Cecil.Resource
- {
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, string file) { }
- public string File { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ManifestResourceAttributes : uint
- {
- Private = (uint)2,
- Public = (uint)1,
- VisibilityMask = (uint)7,
- }
- public partial class MarshalInfo
- {
- public MarshalInfo(Mono.Cecil.NativeType native) { }
- public Mono.Cecil.NativeType NativeType { get { throw null; } set { } }
- }
- public abstract partial class MemberReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal MemberReference() { }
- public virtual Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public abstract string FullName { get; }
- public virtual bool IsDefinition { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public virtual Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public virtual string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class MetadataResolver : Mono.Cecil.IMetadataResolver
- {
- public MetadataResolver(Mono.Cecil.IAssemblyResolver assemblyResolver) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public static Mono.Cecil.MethodDefinition GetMethod(Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> methods, Mono.Cecil.MethodReference reference) { throw null; }
- public virtual Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field) { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method) { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type) { throw null; }
- }
- public enum MetadataScopeType
- {
- AssemblyNameReference = 0,
- ModuleDefinition = 2,
- ModuleReference = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MetadataToken
- {
- public static readonly Mono.Cecil.MetadataToken Zero;
- public MetadataToken(Mono.Cecil.TokenType type) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, int rid) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, uint rid) { throw null;}
- public MetadataToken(uint token) { throw null;}
- public uint RID { get { throw null; } }
- public Mono.Cecil.TokenType TokenType { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public static bool operator !=(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public int ToInt32() { throw null; }
- public override string ToString() { throw null; }
- public uint ToUInt32() { throw null; }
- }
- public enum MetadataType : byte
- {
- Array = (byte)20,
- Boolean = (byte)2,
- ByReference = (byte)16,
- Byte = (byte)5,
- Char = (byte)3,
- Class = (byte)18,
- Double = (byte)13,
- FunctionPointer = (byte)27,
- GenericInstance = (byte)21,
- Int16 = (byte)6,
- Int32 = (byte)8,
- Int64 = (byte)10,
- IntPtr = (byte)24,
- MVar = (byte)30,
- Object = (byte)28,
- OptionalModifier = (byte)32,
- Pinned = (byte)69,
- Pointer = (byte)15,
- RequiredModifier = (byte)31,
- SByte = (byte)4,
- Sentinel = (byte)65,
- Single = (byte)12,
- String = (byte)14,
- TypedByReference = (byte)22,
- UInt16 = (byte)7,
- UInt32 = (byte)9,
- UInt64 = (byte)11,
- UIntPtr = (byte)25,
- ValueType = (byte)17,
- Var = (byte)19,
- Void = (byte)1,
- }
- [System.FlagsAttribute]
- public enum MethodAttributes : ushort
- {
- Abstract = (ushort)1024,
- Assembly = (ushort)3,
- CheckAccessOnOverride = (ushort)512,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- Final = (ushort)32,
- HasSecurity = (ushort)16384,
- HideBySig = (ushort)128,
- MemberAccessMask = (ushort)7,
- NewSlot = (ushort)256,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RequireSecObject = (ushort)32768,
- ReuseSlot = (ushort)0,
- RTSpecialName = (ushort)4096,
- SpecialName = (ushort)2048,
- Static = (ushort)16,
- UnmanagedExport = (ushort)8,
- Virtual = (ushort)64,
- VtableLayoutMask = (ushort)256,
- }
- public enum MethodCallingConvention : byte
- {
- C = (byte)1,
- Default = (byte)0,
- FastCall = (byte)4,
- Generic = (byte)16,
- StdCall = (byte)2,
- ThisCall = (byte)3,
- VarArg = (byte)5,
- }
- public sealed partial class MethodDefinition : Mono.Cecil.MethodReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public MethodDefinition(string name, Mono.Cecil.MethodAttributes attributes, Mono.Cecil.TypeReference returnType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasBody { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasOverrides { get { throw null; } }
- public bool HasPInvokeInfo { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodImplAttributes ImplAttributes { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAddOn { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCheckAccessOnOverride { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public bool IsConstructor { get { throw null; } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsFinal { get { throw null; } set { } }
- public bool IsFire { get { throw null; } set { } }
- public bool IsForwardRef { get { throw null; } set { } }
- public bool IsGetter { get { throw null; } set { } }
- public bool IsHideBySig { get { throw null; } set { } }
- public bool IsIL { get { throw null; } set { } }
- public bool IsInternalCall { get { throw null; } set { } }
- public bool IsManaged { get { throw null; } set { } }
- public bool IsNative { get { throw null; } set { } }
- public bool IsNewSlot { get { throw null; } set { } }
- public bool IsOther { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPreserveSig { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRemoveOn { get { throw null; } set { } }
- public bool IsReuseSlot { get { throw null; } set { } }
- public bool IsRuntime { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSetter { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public bool IsSynchronized { get { throw null; } set { } }
- public bool IsUnmanaged { get { throw null; } set { } }
- public bool IsUnmanagedExport { get { throw null; } set { } }
- public bool IsVirtual { get { throw null; } set { } }
- public bool NoInlining { get { throw null; } set { } }
- public bool NoOptimization { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodReference> Overrides { get { throw null; } }
- public Mono.Cecil.PInvokeInfo PInvokeInfo { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodSemanticsAttributes SemanticsAttributes { get { throw null; } set { } }
- public override Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum MethodImplAttributes : ushort
- {
- CodeTypeMask = (ushort)3,
- ForwardRef = (ushort)16,
- IL = (ushort)0,
- InternalCall = (ushort)4096,
- Managed = (ushort)0,
- ManagedMask = (ushort)4,
- Native = (ushort)1,
- NoInlining = (ushort)8,
- NoOptimization = (ushort)64,
- OPTIL = (ushort)2,
- PreserveSig = (ushort)128,
- Runtime = (ushort)3,
- Synchronized = (ushort)32,
- Unmanaged = (ushort)4,
- }
- public partial class MethodReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public MethodReference(string name, Mono.Cecil.TypeReference returnType) { }
- public MethodReference(string name, Mono.Cecil.TypeReference returnType, Mono.Cecil.TypeReference declaringType) { }
- public virtual Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public virtual bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool HasParameters { get { throw null; } }
- public virtual bool HasThis { get { throw null; } set { } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public virtual Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- public sealed partial class MethodReturnType : Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public MethodReturnType(Mono.Cecil.IMethodSignature method) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum MethodSemanticsAttributes : ushort
- {
- AddOn = (ushort)8,
- Fire = (ushort)32,
- Getter = (ushort)2,
- None = (ushort)0,
- Other = (ushort)4,
- RemoveOn = (ushort)16,
- Setter = (ushort)1,
- }
- public abstract partial class MethodSpecification : Mono.Cecil.MethodReference
- {
- internal MethodSpecification() : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public override Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public Mono.Cecil.MethodReference ElementMethod { get { throw null; } }
- public override bool ExplicitThis { get { throw null; } set { } }
- public override bool HasParameters { get { throw null; } }
- public override bool HasThis { get { throw null; } set { } }
- public override Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public sealed override Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- }
- [System.FlagsAttribute]
- public enum ModuleAttributes
- {
- ILOnly = 1,
- Preferred32Bit = 131072,
- Required32Bit = 2,
- StrongNameSigned = 8,
- }
- [System.FlagsAttribute]
- public enum ModuleCharacteristics
- {
- AppContainer = 4096,
- DynamicBase = 64,
- HighEntropyVA = 32,
- NoSEH = 1024,
- NXCompat = 256,
- TerminalServerAware = 32768,
- }
- public sealed partial class ModuleDefinition : Mono.Cecil.ModuleReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- internal ModuleDefinition() : base (default(string)) { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.AssemblyDefinition Assembly { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.AssemblyNameReference> AssemblyReferences { get { throw null; } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public Mono.Cecil.ModuleAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ModuleCharacteristics Characteristics { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ExportedType> ExportedTypes { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public bool HasAssemblyReferences { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDebugHeader { get { throw null; } }
- public bool HasExportedTypes { get { throw null; } }
- public bool HasModuleReferences { get { throw null; } }
- public bool HasResources { get { throw null; } }
- public bool HasSymbols { get { throw null; } }
- public bool HasTypes { get { throw null; } }
- public bool IsMain { get { throw null; } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } }
- public override Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleReference> ModuleReferences { get { throw null; } }
- public System.Guid Mvid { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Resource> Resources { get { throw null; } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReader SymbolReader { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> Types { get { throw null; } }
- public Mono.Cecil.TypeSystem TypeSystem { get { throw null; } }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public Mono.Cecil.Cil.ImageDebugDirectory GetDebugHeader(out byte[] header) { header = default(byte[]); throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.MemberReference> GetMemberReferences() { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string fullName) { throw null; }
- public Mono.Cecil.TypeReference GetType(string fullName, bool runtimeName) { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string @namespace, string name) { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeReference> GetTypeReferences() { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeDefinition> GetTypes() { throw null; }
- public bool HasTypeReference(string fullName) { throw null; }
- public bool HasTypeReference(string scope, string fullName) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(Mono.Cecil.MetadataToken token) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(int token) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public void ReadSymbols() { }
- public void ReadSymbols(Mono.Cecil.Cil.ISymbolReader reader) { }
- public bool TryGetTypeReference(string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public bool TryGetTypeReference(string scope, string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum ModuleKind
- {
- Console = 1,
- Dll = 0,
- NetModule = 3,
- Windows = 2,
- }
- public sealed partial class ModuleParameters
- {
- public ModuleParameters() { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- }
- public partial class ModuleReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public ModuleReference(string name) { }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public enum NativeType
- {
- ANSIBStr = 35,
- Array = 42,
- ASAny = 40,
- Boolean = 2,
- BStr = 19,
- ByValStr = 34,
- Currency = 15,
- CustomMarshaler = 44,
- Error = 45,
- FixedArray = 30,
- FixedSysString = 23,
- Func = 38,
- I1 = 3,
- I2 = 5,
- I4 = 7,
- I8 = 9,
- IDispatch = 26,
- Int = 31,
- IntF = 28,
- IUnknown = 25,
- LPStr = 20,
- LPStruct = 43,
- LPTStr = 22,
- LPWStr = 21,
- Max = 80,
- None = 102,
- R4 = 11,
- R8 = 12,
- SafeArray = 29,
- Struct = 27,
- TBStr = 36,
- U1 = 4,
- U2 = 6,
- U4 = 8,
- U8 = 10,
- UInt = 32,
- VariantBool = 37,
- }
- public sealed partial class OptionalModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public OptionalModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsOptionalModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ParameterAttributes : ushort
- {
- HasDefault = (ushort)4096,
- HasFieldMarshal = (ushort)8192,
- In = (ushort)1,
- Lcid = (ushort)4,
- None = (ushort)0,
- Optional = (ushort)16,
- Out = (ushort)2,
- Retval = (ushort)8,
- Unused = (ushort)53216,
- }
- public sealed partial class ParameterDefinition : Mono.Cecil.ParameterReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public ParameterDefinition(Mono.Cecil.TypeReference parameterType) { }
- public ParameterDefinition(string name, Mono.Cecil.ParameterAttributes attributes, Mono.Cecil.TypeReference parameterType) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public bool IsIn { get { throw null; } set { } }
- public bool IsLcid { get { throw null; } set { } }
- public bool IsOptional { get { throw null; } set { } }
- public bool IsOut { get { throw null; } set { } }
- public bool IsReturnValue { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public int Sequence { get { throw null; } }
- public override Mono.Cecil.ParameterDefinition Resolve() { throw null; }
- }
- public abstract partial class ParameterReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal ParameterReference() { }
- protected Mono.Cecil.TypeReference parameter_type;
- public int Index { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ParameterType { get { throw null; } set { } }
- public abstract Mono.Cecil.ParameterDefinition Resolve();
- public override string ToString() { throw null; }
- }
- public sealed partial class PinnedType : Mono.Cecil.TypeSpecification
- {
- public PinnedType(Mono.Cecil.TypeReference type) { }
- public override bool IsPinned { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum PInvokeAttributes : ushort
- {
- BestFitDisabled = (ushort)32,
- BestFitEnabled = (ushort)16,
- BestFitMask = (ushort)48,
- CallConvCdecl = (ushort)512,
- CallConvFastcall = (ushort)1280,
- CallConvMask = (ushort)1792,
- CallConvStdCall = (ushort)768,
- CallConvThiscall = (ushort)1024,
- CallConvWinapi = (ushort)256,
- CharSetAnsi = (ushort)2,
- CharSetAuto = (ushort)6,
- CharSetMask = (ushort)6,
- CharSetNotSpec = (ushort)0,
- CharSetUnicode = (ushort)4,
- NoMangle = (ushort)1,
- SupportsLastError = (ushort)64,
- ThrowOnUnmappableCharDisabled = (ushort)8192,
- ThrowOnUnmappableCharEnabled = (ushort)4096,
- ThrowOnUnmappableCharMask = (ushort)12288,
- }
- public sealed partial class PInvokeInfo
- {
- public PInvokeInfo(Mono.Cecil.PInvokeAttributes attributes, string entryPoint, Mono.Cecil.ModuleReference module) { }
- public Mono.Cecil.PInvokeAttributes Attributes { get { throw null; } set { } }
- public string EntryPoint { get { throw null; } set { } }
- public bool IsBestFitDisabled { get { throw null; } set { } }
- public bool IsBestFitEnabled { get { throw null; } set { } }
- public bool IsCallConvCdecl { get { throw null; } set { } }
- public bool IsCallConvFastcall { get { throw null; } set { } }
- public bool IsCallConvStdCall { get { throw null; } set { } }
- public bool IsCallConvThiscall { get { throw null; } set { } }
- public bool IsCallConvWinapi { get { throw null; } set { } }
- public bool IsCharSetAnsi { get { throw null; } set { } }
- public bool IsCharSetAuto { get { throw null; } set { } }
- public bool IsCharSetNotSpec { get { throw null; } set { } }
- public bool IsCharSetUnicode { get { throw null; } set { } }
- public bool IsNoMangle { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharDisabled { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharEnabled { get { throw null; } set { } }
- public Mono.Cecil.ModuleReference Module { get { throw null; } set { } }
- public bool SupportsLastError { get { throw null; } set { } }
- }
- public sealed partial class PointerType : Mono.Cecil.TypeSpecification
- {
- public PointerType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsPointer { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum PropertyAttributes : ushort
- {
- HasDefault = (ushort)4096,
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Unused = (ushort)59903,
- }
- public sealed partial class PropertyDefinition : Mono.Cecil.PropertyReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public PropertyDefinition(string name, Mono.Cecil.PropertyAttributes attributes, Mono.Cecil.TypeReference propertyType) { }
- public Mono.Cecil.PropertyAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Cecil.MethodDefinition GetMethod { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasOtherMethods { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.MethodDefinition SetMethod { get { throw null; } set { } }
- public override Mono.Cecil.PropertyDefinition Resolve() { throw null; }
- }
- public abstract partial class PropertyReference : Mono.Cecil.MemberReference
- {
- internal PropertyReference() { }
- public abstract Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- public Mono.Cecil.TypeReference PropertyType { get { throw null; } set { } }
- public abstract Mono.Cecil.PropertyDefinition Resolve();
- }
- public sealed partial class ReaderParameters
- {
- public ReaderParameters() { }
- public ReaderParameters(Mono.Cecil.ReadingMode readingMode) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.ReadingMode ReadingMode { get { throw null; } set { } }
- public bool ReadSymbols { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReaderProvider SymbolReaderProvider { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- }
- public enum ReadingMode
- {
- Deferred = 2,
- Immediate = 1,
- }
- public sealed partial class RequiredModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public RequiredModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsRequiredModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class ResolutionException : System.Exception
- {
- public ResolutionException(Mono.Cecil.MemberReference member) { }
- protected ResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.MemberReference Member { get { throw null; } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- }
- public abstract partial class Resource
- {
- internal Resource() { }
- public Mono.Cecil.ManifestResourceAttributes Attributes { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public abstract Mono.Cecil.ResourceType ResourceType { get; }
- }
- public enum ResourceType
- {
- AssemblyLinked = 2,
- Embedded = 1,
- Linked = 0,
- }
- public sealed partial class SafeArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public SafeArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.VariantType ElementType { get { throw null; } set { } }
- }
- public enum SecurityAction : ushort
- {
- Assert = (ushort)3,
- Demand = (ushort)2,
- Deny = (ushort)4,
- InheritDemand = (ushort)7,
- LinkDemand = (ushort)6,
- NonCasDemand = (ushort)13,
- NonCasInheritance = (ushort)15,
- NonCasLinkDemand = (ushort)14,
- PermitOnly = (ushort)5,
- PreJitDeny = (ushort)12,
- PreJitGrant = (ushort)11,
- Request = (ushort)1,
- RequestMinimum = (ushort)8,
- RequestOptional = (ushort)9,
- RequestRefuse = (ushort)10,
- }
- public sealed partial class SecurityAttribute : Mono.Cecil.ICustomAttribute
- {
- public SecurityAttribute(Mono.Cecil.TypeReference attributeType) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- }
- public sealed partial class SecurityDeclaration
- {
- public SecurityDeclaration(Mono.Cecil.SecurityAction action) { }
- public SecurityDeclaration(Mono.Cecil.SecurityAction action, byte[] blob) { }
- public Mono.Cecil.SecurityAction Action { get { throw null; } set { } }
- public bool HasSecurityAttributes { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityAttribute> SecurityAttributes { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- public sealed partial class SentinelType : Mono.Cecil.TypeSpecification
- {
- public SentinelType(Mono.Cecil.TypeReference type) { }
- public override bool IsSentinel { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- public enum TargetArchitecture
- {
- AMD64 = 1,
- ARMv7 = 3,
- I386 = 0,
- IA64 = 2,
- }
- public enum TargetRuntime
- {
- Net_1_0 = 0,
- Net_1_1 = 1,
- Net_2_0 = 2,
- Net_4_0 = 3,
- }
- public enum TokenType : uint
- {
- Assembly = (uint)536870912,
- AssemblyRef = (uint)587202560,
- CustomAttribute = (uint)201326592,
- Event = (uint)335544320,
- ExportedType = (uint)654311424,
- Field = (uint)67108864,
- File = (uint)637534208,
- GenericParam = (uint)704643072,
- InterfaceImpl = (uint)150994944,
- ManifestResource = (uint)671088640,
- MemberRef = (uint)167772160,
- Method = (uint)100663296,
- MethodSpec = (uint)721420288,
- Module = (uint)0,
- ModuleRef = (uint)436207616,
- Param = (uint)134217728,
- Permission = (uint)234881024,
- Property = (uint)385875968,
- Signature = (uint)285212672,
- String = (uint)1879048192,
- TypeDef = (uint)33554432,
- TypeRef = (uint)16777216,
- TypeSpec = (uint)452984832,
- }
- [System.FlagsAttribute]
- public enum TypeAttributes : uint
- {
- Abstract = (uint)128,
- AnsiClass = (uint)0,
- AutoClass = (uint)131072,
- AutoLayout = (uint)0,
- BeforeFieldInit = (uint)1048576,
- Class = (uint)0,
- ClassSemanticMask = (uint)32,
- ExplicitLayout = (uint)16,
- Forwarder = (uint)2097152,
- HasSecurity = (uint)262144,
- Import = (uint)4096,
- Interface = (uint)32,
- LayoutMask = (uint)24,
- NestedAssembly = (uint)5,
- NestedFamANDAssem = (uint)6,
- NestedFamily = (uint)4,
- NestedFamORAssem = (uint)7,
- NestedPrivate = (uint)3,
- NestedPublic = (uint)2,
- NotPublic = (uint)0,
- Public = (uint)1,
- RTSpecialName = (uint)2048,
- Sealed = (uint)256,
- SequentialLayout = (uint)8,
- Serializable = (uint)8192,
- SpecialName = (uint)1024,
- StringFormatMask = (uint)196608,
- UnicodeClass = (uint)65536,
- VisibilityMask = (uint)7,
- WindowsRuntime = (uint)16384,
- }
- public sealed partial class TypeDefinition : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes) : base (default(string), default(string)) { }
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes, Mono.Cecil.TypeReference baseType) : base (default(string), default(string)) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.TypeReference BaseType { get { throw null; } set { } }
- public int ClassSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.EventDefinition> Events { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.FieldDefinition> Fields { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasEvents { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasInterfaces { get { throw null; } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMethods { get { throw null; } }
- public bool HasNestedTypes { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Interfaces { get { throw null; } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public override bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public override bool IsValueType { get { throw null; } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> Methods { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> NestedTypes { get { throw null; } }
- public short PackingSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.PropertyDefinition> Properties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public partial class TypeReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider
- {
- protected Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> generic_parameters;
- protected TypeReference(string @namespace, string name) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope, bool valueType) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool IsArray { get { throw null; } }
- public virtual bool IsByReference { get { throw null; } }
- public virtual bool IsFunctionPointer { get { throw null; } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual bool IsGenericParameter { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsOptionalModifier { get { throw null; } }
- public virtual bool IsPinned { get { throw null; } }
- public virtual bool IsPointer { get { throw null; } }
- public virtual bool IsPrimitive { get { throw null; } }
- public virtual bool IsRequiredModifier { get { throw null; } }
- public virtual bool IsSentinel { get { throw null; } }
- public virtual bool IsValueType { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public virtual string Namespace { get { throw null; } set { } }
- public virtual Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public virtual Mono.Cecil.TypeReference GetElementType() { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public abstract partial class TypeSpecification : Mono.Cecil.TypeReference
- {
- internal TypeSpecification() : base (default(string), default(string)) { }
- public Mono.Cecil.TypeReference ElementType { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- }
- public abstract partial class TypeSystem
- {
- internal TypeSystem() { }
- public Mono.Cecil.TypeReference Boolean { get { throw null; } }
- public Mono.Cecil.TypeReference Byte { get { throw null; } }
- public Mono.Cecil.TypeReference Char { get { throw null; } }
- public Mono.Cecil.IMetadataScope Corlib { get { throw null; } }
- public Mono.Cecil.TypeReference Double { get { throw null; } }
- public Mono.Cecil.TypeReference Int16 { get { throw null; } }
- public Mono.Cecil.TypeReference Int32 { get { throw null; } }
- public Mono.Cecil.TypeReference Int64 { get { throw null; } }
- public Mono.Cecil.TypeReference IntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Object { get { throw null; } }
- public Mono.Cecil.TypeReference SByte { get { throw null; } }
- public Mono.Cecil.TypeReference Single { get { throw null; } }
- public Mono.Cecil.TypeReference String { get { throw null; } }
- public Mono.Cecil.TypeReference TypedReference { get { throw null; } }
- public Mono.Cecil.TypeReference UInt16 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt32 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt64 { get { throw null; } }
- public Mono.Cecil.TypeReference UIntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Void { get { throw null; } }
- }
- public enum VariantType
- {
- Bool = 11,
- BStr = 8,
- CY = 6,
- Date = 7,
- Decimal = 14,
- Dispatch = 9,
- Error = 10,
- I1 = 16,
- I2 = 2,
- I4 = 3,
- Int = 22,
- None = 0,
- R4 = 4,
- R8 = 5,
- UI1 = 17,
- UI2 = 18,
- UI4 = 19,
- UInt = 23,
- Unknown = 13,
- Variant = 12,
- }
- public sealed partial class WriterParameters
- {
- public WriterParameters() { }
- public System.Reflection.StrongNameKeyPair StrongNameKeyPair { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolWriterProvider SymbolWriterProvider { get { throw null; } set { } }
- public bool WriteSymbols { get { throw null; } set { } }
- }
-}
-namespace Mono.Cecil.Cil
-{
- public enum Code
- {
- Add = 87,
- Add_Ovf = 180,
- Add_Ovf_Un = 181,
- And = 94,
- Arglist = 191,
- Beq = 58,
- Beq_S = 45,
- Bge = 59,
- Bge_S = 46,
- Bge_Un = 64,
- Bge_Un_S = 51,
- Bgt = 60,
- Bgt_S = 47,
- Bgt_Un = 65,
- Bgt_Un_S = 52,
- Ble = 61,
- Ble_S = 48,
- Ble_Un = 66,
- Ble_Un_S = 53,
- Blt = 62,
- Blt_S = 49,
- Blt_Un = 67,
- Blt_Un_S = 54,
- Bne_Un = 63,
- Bne_Un_S = 50,
- Box = 137,
- Br = 55,
- Break = 1,
- Brfalse = 56,
- Brfalse_S = 43,
- Brtrue = 57,
- Brtrue_S = 44,
- Br_S = 42,
- Call = 39,
- Calli = 40,
- Callvirt = 110,
- Castclass = 115,
- Ceq = 192,
- Cgt = 193,
- Cgt_Un = 194,
- Ckfinite = 172,
- Clt = 195,
- Clt_Un = 196,
- Constrained = 211,
- Conv_I = 177,
- Conv_I1 = 102,
- Conv_I2 = 103,
- Conv_I4 = 104,
- Conv_I8 = 105,
- Conv_Ovf_I = 178,
- Conv_Ovf_I1 = 163,
- Conv_Ovf_I1_Un = 127,
- Conv_Ovf_I2 = 165,
- Conv_Ovf_I2_Un = 128,
- Conv_Ovf_I4 = 167,
- Conv_Ovf_I4_Un = 129,
- Conv_Ovf_I8 = 169,
- Conv_Ovf_I8_Un = 130,
- Conv_Ovf_I_Un = 135,
- Conv_Ovf_U = 179,
- Conv_Ovf_U1 = 164,
- Conv_Ovf_U1_Un = 131,
- Conv_Ovf_U2 = 166,
- Conv_Ovf_U2_Un = 132,
- Conv_Ovf_U4 = 168,
- Conv_Ovf_U4_Un = 133,
- Conv_Ovf_U8 = 170,
- Conv_Ovf_U8_Un = 134,
- Conv_Ovf_U_Un = 136,
- Conv_R4 = 106,
- Conv_R8 = 107,
- Conv_R_Un = 117,
- Conv_U = 190,
- Conv_U1 = 176,
- Conv_U2 = 175,
- Conv_U4 = 108,
- Conv_U8 = 109,
- Cpblk = 212,
- Cpobj = 111,
- Div = 90,
- Div_Un = 91,
- Dup = 36,
- Endfilter = 206,
- Endfinally = 186,
- Initblk = 213,
- Initobj = 210,
- Isinst = 116,
- Jmp = 38,
- Ldarg = 199,
- Ldarga = 200,
- Ldarga_S = 15,
- Ldarg_0 = 2,
- Ldarg_1 = 3,
- Ldarg_2 = 4,
- Ldarg_3 = 5,
- Ldarg_S = 14,
- Ldc_I4 = 32,
- Ldc_I4_0 = 22,
- Ldc_I4_1 = 23,
- Ldc_I4_2 = 24,
- Ldc_I4_3 = 25,
- Ldc_I4_4 = 26,
- Ldc_I4_5 = 27,
- Ldc_I4_6 = 28,
- Ldc_I4_7 = 29,
- Ldc_I4_8 = 30,
- Ldc_I4_M1 = 21,
- Ldc_I4_S = 31,
- Ldc_I8 = 33,
- Ldc_R4 = 34,
- Ldc_R8 = 35,
- Ldelema = 140,
- Ldelem_Any = 160,
- Ldelem_I = 148,
- Ldelem_I1 = 141,
- Ldelem_I2 = 143,
- Ldelem_I4 = 145,
- Ldelem_I8 = 147,
- Ldelem_R4 = 149,
- Ldelem_R8 = 150,
- Ldelem_Ref = 151,
- Ldelem_U1 = 142,
- Ldelem_U2 = 144,
- Ldelem_U4 = 146,
- Ldfld = 120,
- Ldflda = 121,
- Ldftn = 197,
- Ldind_I = 76,
- Ldind_I1 = 69,
- Ldind_I2 = 71,
- Ldind_I4 = 73,
- Ldind_I8 = 75,
- Ldind_R4 = 77,
- Ldind_R8 = 78,
- Ldind_Ref = 79,
- Ldind_U1 = 70,
- Ldind_U2 = 72,
- Ldind_U4 = 74,
- Ldlen = 139,
- Ldloc = 202,
- Ldloca = 203,
- Ldloca_S = 18,
- Ldloc_0 = 6,
- Ldloc_1 = 7,
- Ldloc_2 = 8,
- Ldloc_3 = 9,
- Ldloc_S = 17,
- Ldnull = 20,
- Ldobj = 112,
- Ldsfld = 123,
- Ldsflda = 124,
- Ldstr = 113,
- Ldtoken = 174,
- Ldvirtftn = 198,
- Leave = 187,
- Leave_S = 188,
- Localloc = 205,
- Mkrefany = 173,
- Mul = 89,
- Mul_Ovf = 182,
- Mul_Ovf_Un = 183,
- Neg = 100,
- Newarr = 138,
- Newobj = 114,
- No = 214,
- Nop = 0,
- Not = 101,
- Or = 95,
- Pop = 37,
- Readonly = 218,
- Refanytype = 217,
- Refanyval = 171,
- Rem = 92,
- Rem_Un = 93,
- Ret = 41,
- Rethrow = 215,
- Shl = 97,
- Shr = 98,
- Shr_Un = 99,
- Sizeof = 216,
- Starg = 201,
- Starg_S = 16,
- Stelem_Any = 161,
- Stelem_I = 152,
- Stelem_I1 = 153,
- Stelem_I2 = 154,
- Stelem_I4 = 155,
- Stelem_I8 = 156,
- Stelem_R4 = 157,
- Stelem_R8 = 158,
- Stelem_Ref = 159,
- Stfld = 122,
- Stind_I = 189,
- Stind_I1 = 81,
- Stind_I2 = 82,
- Stind_I4 = 83,
- Stind_I8 = 84,
- Stind_R4 = 85,
- Stind_R8 = 86,
- Stind_Ref = 80,
- Stloc = 204,
- Stloc_0 = 10,
- Stloc_1 = 11,
- Stloc_2 = 12,
- Stloc_3 = 13,
- Stloc_S = 19,
- Stobj = 126,
- Stsfld = 125,
- Sub = 88,
- Sub_Ovf = 184,
- Sub_Ovf_Un = 185,
- Switch = 68,
- Tail = 209,
- Throw = 119,
- Unaligned = 207,
- Unbox = 118,
- Unbox_Any = 162,
- Volatile = 208,
- Xor = 96,
- }
- public sealed partial class Document
- {
- public Document(string url) { }
- public byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguage Language { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguageVendor LanguageVendor { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentType Type { get { throw null; } set { } }
- public string Url { get { throw null; } set { } }
- }
- public enum DocumentHashAlgorithm
- {
- MD5 = 1,
- None = 0,
- SHA1 = 2,
- }
- public enum DocumentLanguage
- {
- Basic = 4,
- C = 1,
- Cil = 8,
- Cobol = 6,
- Cpp = 2,
- CSharp = 3,
- FSharp = 12,
- Java = 5,
- JScript = 9,
- MCpp = 11,
- Other = 0,
- Pascal = 7,
- Smc = 10,
- }
- public enum DocumentLanguageVendor
- {
- Microsoft = 1,
- Other = 0,
- }
- public enum DocumentType
- {
- Other = 0,
- Text = 1,
- }
- public sealed partial class ExceptionHandler
- {
- public ExceptionHandler(Mono.Cecil.Cil.ExceptionHandlerType handlerType) { }
- public Mono.Cecil.TypeReference CatchType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction FilterStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.ExceptionHandlerType HandlerType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryStart { get { throw null; } set { } }
- }
- public enum ExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public enum FlowControl
- {
- Branch = 0,
- Break = 1,
- Call = 2,
- Cond_Branch = 3,
- Meta = 4,
- Next = 5,
- Phi = 6,
- Return = 7,
- Throw = 8,
- }
- public sealed partial class ILProcessor
- {
- internal ILProcessor() { }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } }
- public void Append(Mono.Cecil.Cil.Instruction instruction) { }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public void Emit(Mono.Cecil.Cil.OpCode opcode) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, byte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, double value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, int value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, long value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, sbyte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, float value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, string value) { }
- public void InsertAfter(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void InsertBefore(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void Remove(Mono.Cecil.Cil.Instruction instruction) { }
- public void Replace(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ImageDebugDirectory
- {
- public int AddressOfRawData;
- public int Characteristics;
- public short MajorVersion;
- public short MinorVersion;
- public int PointerToRawData;
- public int SizeOfData;
- public int TimeDateStamp;
- public int Type;
- }
- public sealed partial class Instruction
- {
- internal Instruction() { }
- public Mono.Cecil.Cil.Instruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } set { } }
- public object Operand { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction Previous { get { throw null; } set { } }
- public Mono.Cecil.Cil.SequencePoint SequencePoint { get { throw null; } set { } }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public int GetSize() { throw null; }
- public override string ToString() { throw null; }
- }
- public delegate Mono.Cecil.Cil.Instruction InstructionMapper(int offset);
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstructionSymbol
- {
- public readonly int Offset;
- public readonly Mono.Cecil.Cil.SequencePoint SequencePoint;
- public InstructionSymbol(int offset, Mono.Cecil.Cil.SequencePoint sequencePoint) { throw null;}
- }
- public partial interface ISymbolReader : System.IDisposable
- {
- bool ProcessDebugHeader(Mono.Cecil.Cil.ImageDebugDirectory directory, byte[] header);
- void Read(Mono.Cecil.Cil.MethodBody body, Mono.Cecil.Cil.InstructionMapper mapper);
- void Read(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolReaderProvider
- {
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface ISymbolWriter : System.IDisposable
- {
- bool GetDebugHeader(out Mono.Cecil.Cil.ImageDebugDirectory directory, out byte[] header);
- void Write(Mono.Cecil.Cil.MethodBody body);
- void Write(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolWriterProvider
- {
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface IVariableDefinitionProvider
- {
- bool HasVariables { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get; }
- }
- public sealed partial class MethodBody : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public MethodBody(Mono.Cecil.MethodDefinition method) { }
- public int CodeSize { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.ExceptionHandler> ExceptionHandlers { get { throw null; } }
- public bool HasExceptionHandlers { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public bool InitLocals { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Instruction> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } set { } }
- public int MaxStackSize { get { throw null; } set { } }
- public Mono.Cecil.MethodDefinition Method { get { throw null; } }
- public Mono.Cecil.Cil.Scope Scope { get { throw null; } set { } }
- public Mono.Cecil.ParameterDefinition ThisParameter { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- public Mono.Cecil.Cil.ILProcessor GetILProcessor() { throw null; }
- }
- public sealed partial class MethodSymbols
- {
- public MethodSymbols(Mono.Cecil.MetadataToken methodToken) { }
- public int CodeSize { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.InstructionSymbol> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } }
- public string MethodName { get { throw null; } }
- public Mono.Cecil.MetadataToken MethodToken { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OpCode
- {
- public Mono.Cecil.Cil.Code Code { get { throw null; } }
- public Mono.Cecil.Cil.FlowControl FlowControl { get { throw null; } }
- public string Name { get { throw null; } }
- public byte Op1 { get { throw null; } }
- public byte Op2 { get { throw null; } }
- public Mono.Cecil.Cil.OpCodeType OpCodeType { get { throw null; } }
- public Mono.Cecil.Cil.OperandType OperandType { get { throw null; } }
- public int Size { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPop { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPush { get { throw null; } }
- public short Value { get { throw null; } }
- public bool Equals(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public static bool operator !=(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class OpCodes
- {
- public static readonly Mono.Cecil.Cil.OpCode Add;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode And;
- public static readonly Mono.Cecil.Cil.OpCode Arglist;
- public static readonly Mono.Cecil.Cil.OpCode Beq;
- public static readonly Mono.Cecil.Cil.OpCode Beq_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge;
- public static readonly Mono.Cecil.Cil.OpCode Bge_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble;
- public static readonly Mono.Cecil.Cil.OpCode Ble_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt;
- public static readonly Mono.Cecil.Cil.OpCode Blt_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Box;
- public static readonly Mono.Cecil.Cil.OpCode Br;
- public static readonly Mono.Cecil.Cil.OpCode Break;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse_S;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue_S;
- public static readonly Mono.Cecil.Cil.OpCode Br_S;
- public static readonly Mono.Cecil.Cil.OpCode Call;
- public static readonly Mono.Cecil.Cil.OpCode Calli;
- public static readonly Mono.Cecil.Cil.OpCode Callvirt;
- public static readonly Mono.Cecil.Cil.OpCode Castclass;
- public static readonly Mono.Cecil.Cil.OpCode Ceq;
- public static readonly Mono.Cecil.Cil.OpCode Cgt;
- public static readonly Mono.Cecil.Cil.OpCode Cgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ckfinite;
- public static readonly Mono.Cecil.Cil.OpCode Clt;
- public static readonly Mono.Cecil.Cil.OpCode Clt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Constrained;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U8;
- public static readonly Mono.Cecil.Cil.OpCode Cpblk;
- public static readonly Mono.Cecil.Cil.OpCode Cpobj;
- public static readonly Mono.Cecil.Cil.OpCode Div;
- public static readonly Mono.Cecil.Cil.OpCode Div_Un;
- public static readonly Mono.Cecil.Cil.OpCode Dup;
- public static readonly Mono.Cecil.Cil.OpCode Endfilter;
- public static readonly Mono.Cecil.Cil.OpCode Endfinally;
- public static readonly Mono.Cecil.Cil.OpCode Initblk;
- public static readonly Mono.Cecil.Cil.OpCode Initobj;
- public static readonly Mono.Cecil.Cil.OpCode Isinst;
- public static readonly Mono.Cecil.Cil.OpCode Jmp;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_5;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_6;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_7;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_M1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelema;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldftn;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldlen;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldnull;
- public static readonly Mono.Cecil.Cil.OpCode Ldobj;
- public static readonly Mono.Cecil.Cil.OpCode Ldsfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldsflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldstr;
- public static readonly Mono.Cecil.Cil.OpCode Ldtoken;
- public static readonly Mono.Cecil.Cil.OpCode Ldvirtftn;
- public static readonly Mono.Cecil.Cil.OpCode Leave;
- public static readonly Mono.Cecil.Cil.OpCode Leave_S;
- public static readonly Mono.Cecil.Cil.OpCode Localloc;
- public static readonly Mono.Cecil.Cil.OpCode Mkrefany;
- public static readonly Mono.Cecil.Cil.OpCode Mul;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Neg;
- public static readonly Mono.Cecil.Cil.OpCode Newarr;
- public static readonly Mono.Cecil.Cil.OpCode Newobj;
- public static readonly Mono.Cecil.Cil.OpCode No;
- public static readonly Mono.Cecil.Cil.OpCode Nop;
- public static readonly Mono.Cecil.Cil.OpCode Not;
- public static readonly Mono.Cecil.Cil.OpCode Or;
- public static readonly Mono.Cecil.Cil.OpCode Pop;
- public static readonly Mono.Cecil.Cil.OpCode Readonly;
- public static readonly Mono.Cecil.Cil.OpCode Refanytype;
- public static readonly Mono.Cecil.Cil.OpCode Refanyval;
- public static readonly Mono.Cecil.Cil.OpCode Rem;
- public static readonly Mono.Cecil.Cil.OpCode Rem_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ret;
- public static readonly Mono.Cecil.Cil.OpCode Rethrow;
- public static readonly Mono.Cecil.Cil.OpCode Shl;
- public static readonly Mono.Cecil.Cil.OpCode Shr;
- public static readonly Mono.Cecil.Cil.OpCode Shr_Un;
- public static readonly Mono.Cecil.Cil.OpCode Sizeof;
- public static readonly Mono.Cecil.Cil.OpCode Starg;
- public static readonly Mono.Cecil.Cil.OpCode Starg_S;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stfld;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stloc;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Stobj;
- public static readonly Mono.Cecil.Cil.OpCode Stsfld;
- public static readonly Mono.Cecil.Cil.OpCode Sub;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Switch;
- public static readonly Mono.Cecil.Cil.OpCode Tail;
- public static readonly Mono.Cecil.Cil.OpCode Throw;
- public static readonly Mono.Cecil.Cil.OpCode Unaligned;
- public static readonly Mono.Cecil.Cil.OpCode Unbox;
- public static readonly Mono.Cecil.Cil.OpCode Unbox_Any;
- public static readonly Mono.Cecil.Cil.OpCode Volatile;
- public static readonly Mono.Cecil.Cil.OpCode Xor;
- }
- public enum OpCodeType
- {
- Annotation = 0,
- Macro = 1,
- Nternal = 2,
- Objmodel = 3,
- Prefix = 4,
- Primitive = 5,
- }
- public enum OperandType
- {
- InlineArg = 14,
- InlineBrTarget = 0,
- InlineField = 1,
- InlineI = 2,
- InlineI8 = 3,
- InlineMethod = 4,
- InlineNone = 5,
- InlinePhi = 6,
- InlineR = 7,
- InlineSig = 8,
- InlineString = 9,
- InlineSwitch = 10,
- InlineTok = 11,
- InlineType = 12,
- InlineVar = 13,
- ShortInlineArg = 19,
- ShortInlineBrTarget = 15,
- ShortInlineI = 16,
- ShortInlineR = 17,
- ShortInlineVar = 18,
- }
- public sealed partial class Scope : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public Scope() { }
- public Mono.Cecil.Cil.Instruction End { get { throw null; } set { } }
- public bool HasScopes { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Scope> Scopes { get { throw null; } }
- public Mono.Cecil.Cil.Instruction Start { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- public sealed partial class SequencePoint
- {
- public SequencePoint(Mono.Cecil.Cil.Document document) { }
- public Mono.Cecil.Cil.Document Document { get { throw null; } set { } }
- public int EndColumn { get { throw null; } set { } }
- public int EndLine { get { throw null; } set { } }
- public int StartColumn { get { throw null; } set { } }
- public int StartLine { get { throw null; } set { } }
- }
- public enum StackBehaviour
- {
- Pop0 = 0,
- Pop1 = 1,
- Pop1_pop1 = 2,
- PopAll = 18,
- Popi = 3,
- Popi_pop1 = 4,
- Popi_popi = 5,
- Popi_popi8 = 6,
- Popi_popi_popi = 7,
- Popi_popr4 = 8,
- Popi_popr8 = 9,
- Popref = 10,
- Popref_pop1 = 11,
- Popref_popi = 12,
- Popref_popi_popi = 13,
- Popref_popi_popi8 = 14,
- Popref_popi_popr4 = 15,
- Popref_popi_popr8 = 16,
- Popref_popi_popref = 17,
- Push0 = 19,
- Push1 = 20,
- Push1_push1 = 21,
- Pushi = 22,
- Pushi8 = 23,
- Pushr4 = 24,
- Pushr8 = 25,
- Pushref = 26,
- Varpop = 27,
- Varpush = 28,
- }
- public sealed partial class VariableDefinition : Mono.Cecil.Cil.VariableReference
- {
- public VariableDefinition(Mono.Cecil.TypeReference variableType) { }
- public VariableDefinition(string name, Mono.Cecil.TypeReference variableType) { }
- public bool IsPinned { get { throw null; } }
- public override Mono.Cecil.Cil.VariableDefinition Resolve() { throw null; }
- }
- public abstract partial class VariableReference
- {
- internal VariableReference() { }
- protected Mono.Cecil.TypeReference variable_type;
- public int Index { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference VariableType { get { throw null; } set { } }
- public abstract Mono.Cecil.Cil.VariableDefinition Resolve();
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Collections.Generic
-{
- public partial class Collection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public Collection() { }
- public Collection(System.Collections.Generic.ICollection<T> items) { }
- public Collection(int capacity) { }
- public int Count { get { throw null; } }
- public T this[int index] { get { throw null; } set { } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- int System.Collections.ICollection.Count { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public void Add(T item) { }
- public void Clear() { }
- public bool Contains(T item) { throw null; }
- public void CopyTo(T[] array, int arrayIndex) { }
- public Mono.Collections.Generic.Collection<T>.Enumerator GetEnumerator() { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(int index, T item) { }
- protected virtual void OnAdd(T item, int index) { }
- protected virtual void OnClear() { }
- protected virtual void OnInsert(T item, int index) { }
- protected virtual void OnRemove(T item, int index) { }
- protected virtual void OnSet(T item, int index) { }
- public bool Remove(T item) { throw null; }
- public void RemoveAt(int index) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object value) { throw null; }
- void System.Collections.IList.Clear() { }
- bool System.Collections.IList.Contains(object value) { throw null; }
- int System.Collections.IList.IndexOf(object value) { throw null; }
- void System.Collections.IList.Insert(int index, object value) { }
- void System.Collections.IList.Remove(object value) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public T[] ToArray() { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
- {
- public T Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- }
- }
- public sealed partial class ReadOnlyCollection<T> : Mono.Collections.Generic.Collection<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public ReadOnlyCollection(Mono.Collections.Generic.Collection<T> collection) { }
- public ReadOnlyCollection(T[] array) { }
- public static Mono.Collections.Generic.ReadOnlyCollection<T> Empty { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- protected override void OnAdd(T item, int index) { }
- protected override void OnClear() { }
- protected override void OnInsert(T item, int index) { }
- protected override void OnRemove(T item, int index) { }
- protected override void OnSet(T item, int index) { }
- }
-}
diff --git a/src/v4.5.2/Mono.CodeContracts.cs b/src/v4.5.2/Mono.CodeContracts.cs
deleted file mode 100644
index 9dc53c9..0000000
--- a/src/v4.5.2/Mono.CodeContracts.cs
+++ /dev/null
@@ -1,500 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CodeContracts.Rewrite
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AssemblyRef
- {
- public AssemblyRef(Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams streams) { throw null;}
- public AssemblyRef(string filename) { throw null;}
- public string Filename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsFilename { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public bool IsStream { get { throw null; } }
- public Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams Streams { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (System.IO.Stream stream) { throw null; }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (string filename) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TwoStreams
- {
- public TwoStreams(System.IO.Stream assembly, System.IO.Stream symbols) { throw null;}
- public System.IO.Stream Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.IO.Stream Symbols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- }
- public partial class Rewriter
- {
- internal Rewriter() { }
- public static Mono.CodeContracts.Rewrite.RewriterResults Rewrite(Mono.CodeContracts.Rewrite.RewriterOptions options) { throw null; }
- }
- public partial class RewriterOptions
- {
- public RewriterOptions() { }
- public Mono.CodeContracts.Rewrite.AssemblyRef Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool BreakIntoDebugger { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Debug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ForceAssemblyRename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Level { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CodeContracts.Rewrite.AssemblyRef OutputFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Rewrite { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ThrowOnFailure { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WritePdbFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class RewriterResults
- {
- internal RewriterResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static
-{
- public partial class Checker
- {
- internal Checker() { }
- public static Mono.CodeContracts.Static.CheckResults Check(Mono.CodeContracts.Static.CheckOptions options) { throw null; }
- }
- public partial class CheckOptions
- {
- public CheckOptions() { }
- public string Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Method { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ShowDebug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class CheckResults
- {
- internal CheckResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, System.Collections.Generic.ICollection<string>> Results { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static.Analysis.Numerical
-{
- public partial class DisInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.DisInterval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- internal DisInterval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.DisInterval NotZero;
- public Mono.CodeContracts.Static.Analysis.Numerical.Interval AsInterval { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public bool IsNotZero { get { throw null; } }
- public bool IsPositiveOrZero { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval TopValue { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public override bool Equals(object other) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval EverythingExcept(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.Analysis.Numerical.Interval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval ImmutableVersion() { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval JoinAll(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> list) { throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Meet(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> Normalize(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals, out bool isBottom) { isBottom = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator +(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator /(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator *(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left) { throw null; }
- public Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Select(System.Func<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Interval> selector) { throw null; }
- public override string ToString() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Widen(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- }
- public enum ExpressionOperator
- {
- Add = 16,
- And = 3,
- Constant = 0,
- ConvertToInt32 = 24,
- Div = 19,
- Equal = 9,
- Equal_Obj = 10,
- GreaterEqualThan = 15,
- GreaterThan = 14,
- LessEqualThan = 13,
- LessThan = 12,
- LogicalAnd = 6,
- LogicalNot = 8,
- LogicalOr = 7,
- Mod = 20,
- Mult = 18,
- Not = 2,
- NotEqual = 11,
- Or = 4,
- SizeOf = 22,
- Sub = 17,
- UnaryMinus = 21,
- Unknown = 23,
- Variable = 1,
- Xor = 5,
- }
- public partial class Interval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>, System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Interval>
- {
- internal Interval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval TopValue { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval ApplyConversion(Mono.CodeContracts.Static.Analysis.Numerical.ExpressionOperator conv, Mono.CodeContracts.Static.Analysis.Numerical.Interval intv) { throw null; }
- public static bool AreConsecutiveIntegers(Mono.CodeContracts.Static.Analysis.Numerical.Interval prev, Mono.CodeContracts.Static.Analysis.Numerical.Interval next) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, long upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lower, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lowerBound, long upperBound) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval ImmutableVersion() { throw null; }
- public bool Includes(int x) { throw null; }
- public bool Includes(long x) { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool LessEqual(System.Collections.Generic.IEnumerable<Mono.CodeContracts.Static.Analysis.Numerical.Interval> right) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Meet(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool OnTheLeftOf(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator +(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator /(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator *(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l) { throw null; }
- public bool OverlapsWith(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool TryGetSingletonFiniteInt32(out int value) { value = default(int); throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Widen(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- }
- public abstract partial class IntervalBase<TInterval, TNumeric> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<TInterval> where TInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<TInterval, TNumeric>
- {
- protected IntervalBase(TNumeric lowerBound, TNumeric upperBound) { }
- public abstract TInterval Bottom { get; }
- public abstract bool IsBottom { get; }
- public bool IsFinite { get { throw null; } }
- public bool IsSinglePoint { get { throw null; } }
- public abstract bool IsTop { get; }
- public TNumeric LowerBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Top { get; }
- public TNumeric UpperBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Clone();
- public abstract void Dump(System.IO.TextWriter tw);
- public abstract TInterval ImmutableVersion();
- protected abstract bool IsFiniteBound(TNumeric n);
- public abstract TInterval Join(TInterval that);
- public abstract TInterval Join(TInterval that, bool widening, out bool weaker);
- public abstract bool LessEqual(TInterval that);
- public abstract TInterval Meet(TInterval that);
- public override string ToString() { throw null; }
- public abstract TInterval Widen(TInterval that);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rational : System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MaxValue;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusOne;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinValue;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational One;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero;
- public long Down { get { throw null; } }
- public bool IsInfinity { get { throw null; } }
- public bool IsInt32 { get { throw null; } }
- public bool IsInteger { get { throw null; } }
- public bool IsMaxValue { get { throw null; } }
- public bool IsMinusInfinity { get { throw null; } }
- public bool IsMinValue { get { throw null; } }
- public bool IsPlusInfinity { get { throw null; } }
- public bool IsZero { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt32 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt64 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational PreviousInt32 { get { throw null; } }
- public int Sign { get { throw null; } }
- public long Up { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Abs(Mono.CodeContracts.Static.Analysis.Numerical.Rational a) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Rational other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long number) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long nominator, long denominator) { throw null; }
- public override int GetHashCode() { throw null; }
- public bool IsInRange(long min, long max) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Max(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Min(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator /(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator ==(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator double (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator int (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator long (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Analysis.Numerical.Rational (long l) { throw null; }
- public static bool operator !=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator *(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public override string ToString() { throw null; }
- public static bool TryAdd(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryDivide(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryMultiply(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TrySubtract(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryUnaryMinus(Mono.CodeContracts.Static.Analysis.Numerical.Rational value, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- }
- public partial class RationalThreshold : Mono.CodeContracts.Static.Analysis.Numerical.Threshold<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public RationalThreshold(int size) : base (default(int)) { }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero { get { throw null; } }
- protected override bool LessThan(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- }
- public abstract partial class Threshold<T>
- {
- protected int NextFree;
- protected readonly System.Collections.Generic.List<T> Values;
- protected Threshold(int size) { }
- public int Count { get { throw null; } }
- protected abstract T MinusInfinity { get; }
- protected abstract T PlusInfinity { get; }
- protected abstract T Zero { get; }
- public bool Add(T value) { throw null; }
- public int BinarySearch(T value, int low, int hi) { throw null; }
- public T GetNext(T value) { throw null; }
- public T GetPrevious(T value) { throw null; }
- protected abstract bool LessThan(T a, T b);
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures
-{
- public partial interface IImmutableIntMap<T>
- {
- T Any { get; }
- int Count { get; }
- T this[int key] { get; }
- System.Collections.Generic.IEnumerable<int> Keys { get; }
- System.Collections.Generic.IEnumerable<T> Values { get; }
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- bool Contains(int key);
- T Lookup(int key);
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- void Visit(System.Action<int, T> action);
- void Visit(System.Action<T> action);
- }
- public static partial class ImmutableIntMap<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Empty;
- }
- public static partial class SequenceExtensions
- {
- public static bool All<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static bool Any<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Append<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, Mono.CodeContracts.Static.DataStructures.Sequence<T> append) { throw null; }
- public static void Apply<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static System.Collections.Generic.IEnumerable<T> AsEnumerable<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Coerce<S, T>(this Mono.CodeContracts.Static.DataStructures.Sequence<S> list) where S : T { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> rest, T elem) { throw null; }
- public static void ForEach<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> seq, System.Action<T> action) { }
- public static bool IsEmpty<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static T Last<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static int Length<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Reverse<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<T, S>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Where<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> keep) { throw null; }
- }
- public partial class Sequence<T> : System.IEquatable<Mono.CodeContracts.Static.DataStructures.Sequence<T>>
- {
- internal Sequence() { }
- public static readonly Mono.CodeContracts.Static.DataStructures.Sequence<T> Empty;
- public T Head { get { throw null; } }
- public Mono.CodeContracts.Static.DataStructures.Sequence<T> Tail { get { throw null; } }
- public static void Apply(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons(T elem, Mono.CodeContracts.Static.DataStructures.Sequence<T> tail) { throw null; }
- public static bool Contains(Mono.CodeContracts.Static.DataStructures.Sequence<T> l, T o) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.DataStructures.Sequence<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(System.Collections.Generic.IEnumerable<T> elems) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(params T[] elems) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int LengthOf(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static System.Collections.Generic.IEnumerable<T> PrivateGetEnumerable(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<S>(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Singleton(T value) { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures.Patricia
-{
- public partial class BranchNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public readonly int BranchingBit;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Left;
- public readonly int Prefix;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Right;
- public BranchNode(int prefix, int branchingBit, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class EmptyNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.Patricia.EmptyNode<T> Instance;
- public EmptyNode() { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class LeafNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public LeafNode(int key, T value) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public T Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public abstract partial class PatriciaTrieNode<T> : Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T>
- {
- protected PatriciaTrieNode() { }
- public T Any { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public abstract int Count { get; }
- public T this[int key] { get { throw null; } }
- public abstract int Key { get; }
- public System.Collections.Generic.IEnumerable<int> Keys { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> Values { get { throw null; } }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- protected internal abstract void AppendToBuilder(System.Text.StringBuilder sb);
- public abstract bool Contains(int key);
- public void Dump(System.IO.TextWriter tw) { }
- protected internal abstract void Dump(System.IO.TextWriter tw, string prefix);
- protected internal abstract void FillKeysTo(System.Collections.Generic.List<int> list);
- protected internal abstract void FillValuesTo(System.Collections.Generic.List<T> list);
- protected static bool IsZeroBitAt(int key, int branchingBit) { throw null; }
- protected static Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Join(Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { throw null; }
- public abstract T Lookup(int key);
- protected static bool MatchPrefix(int key, int prefix, int maskBit) { throw null; }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- public override string ToString() { throw null; }
- public abstract void Visit(System.Action<int, T> action);
- public abstract void Visit(System.Action<T> action);
- }
-}
-namespace Mono.CodeContracts.Static.Lattices
-{
- public static partial class AbstractDomainExtensions
- {
- public static string BottomSymbolIfAny<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool IsNormal<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool TryTrivialJoin<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- public static bool TryTrivialLessEqual<T>(this T left, T right, out bool result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(bool); throw null; }
- public static bool TryTrivialMeet<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlatDomain<T> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<Mono.CodeContracts.Static.Lattices.FlatDomain<T>>, System.IEquatable<Mono.CodeContracts.Static.Lattices.FlatDomain<T>> where T : System.IEquatable<T>
- {
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> BottomValue;
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> TopValue;
- public readonly T Value;
- public FlatDomain(T value) { throw null;}
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Bottom { get { throw null; } }
- public bool IsBottom { get { throw null; } }
- public bool IsTop { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Top { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Clone() { throw null; }
- public void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> ImmutableVersion() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public bool LessEqual(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Meet(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Lattices.FlatDomain<T> (T value) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Widen(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- }
- public partial interface IAbstractDomain<T>
- {
- T Bottom { get; }
- bool IsBottom { get; }
- bool IsTop { get; }
- T Top { get; }
- T Clone();
- void Dump(System.IO.TextWriter tw);
- T ImmutableVersion();
- T Join(T that);
- T Join(T that, bool widen, out bool weaker);
- bool LessEqual(T that);
- T Meet(T that);
- T Widen(T that);
- }
-}
diff --git a/src/v4.5.2/Mono.CompilerServices.SymbolWriter.cs b/src/v4.5.2/Mono.CompilerServices.SymbolWriter.cs
deleted file mode 100644
index 6975a13..0000000
--- a/src/v4.5.2/Mono.CompilerServices.SymbolWriter.cs
+++ /dev/null
@@ -1,345 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- public partial class MonoSymbolWriter
- {
- protected readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile file;
- public MonoSymbolWriter(string filename) { }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile { get { throw null; } }
- public void CloseCompilerGeneratedBlock(int end_offset) { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int end_offset) { }
- public void DefineAnonymousScope(int id) { }
- public void DefineCapturedLocal(int scope_id, string name, string captured_name) { }
- public void DefineCapturedParameter(int scope_id, string name, string captured_name) { }
- public void DefineCapturedScope(int scope_id, int id, string captured_name) { }
- public void DefineCapturedThis(int scope_id, string captured_name) { }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry DefineCompilationUnit(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url, byte[] guid, byte[] checksum) { throw null; }
- public void DefineLocalVariable(int index, string name) { }
- public int DefineNamespace(string name, Mono.CompilerServices.SymbolWriter.CompileUnitEntry unit, string[] using_clauses, int parent) { throw null; }
- public void DefineScopeVariable(int scope, int index) { }
- public void EndIteratorBody(int end_offset) { }
- public void EndIteratorDispatcher(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void OpenCompilerGeneratedBlock(int start_offset) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder OpenMethod(Mono.CompilerServices.SymbolWriter.ICompileUnit file, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { throw null; }
- public int OpenScope(int start_offset) { throw null; }
- public void StartIteratorBody(int start_offset) { }
- public void StartIteratorDispatcher(int start_offset) { }
- public void WriteSymbolFile(System.Guid guid) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
- public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
- {
- public SymbolWriterImpl(System.Reflection.Emit.ModuleBuilder mb) { }
- public void Close() { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int endOffset) { }
- public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) { throw null; }
- public void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) { }
- public void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) { }
- public void Initialize(System.IntPtr emitter, string filename, bool fFullBuild) { }
- public void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method) { }
- public void OpenNamespace(string name) { }
- public int OpenScope(int startOffset) { throw null; }
- public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn) { }
- public void SetScopeRange(int scopeID, int startOffset, int endOffset) { }
- public void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data) { }
- public void SetUnderlyingWriter(System.IntPtr underlyingWriter) { }
- public void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod) { }
- public void UsingNamespace(string fullName) { }
- }
-}
diff --git a/src/v4.5.2/Mono.Data.Sqlite.cs b/src/v4.5.2/Mono.Data.Sqlite.cs
deleted file mode 100644
index fcbbd39..0000000
--- a/src/v4.5.2/Mono.Data.Sqlite.cs
+++ /dev/null
@@ -1,612 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("http://sqlite.phxsoftware.com")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Public Domain")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("ADO.NET 2.0 Data Provider for SQLite")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.61.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTitleAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
-[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1))]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Data.Sqlite
-{
- public enum CollationEncodingEnum
- {
- UTF16BE = 3,
- UTF16LE = 2,
- UTF8 = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CollationSequence
- {
- public Mono.Data.Sqlite.CollationEncodingEnum Encoding;
- public string Name;
- public Mono.Data.Sqlite.CollationTypeEnum Type;
- public int Compare(char[] c1, char[] c2) { throw null; }
- public int Compare(string s1, string s2) { throw null; }
- }
- public enum CollationTypeEnum
- {
- Binary = 1,
- Custom = 0,
- NoCase = 2,
- Reverse = 3,
- }
- public partial class CommitEventArgs : System.EventArgs
- {
- internal CommitEventArgs() { }
- public bool AbortTransaction;
- }
- public enum FunctionType
- {
- Aggregate = 1,
- Collation = 2,
- Scalar = 0,
- }
- [System.ComponentModel.DesignerAttribute("SQLite.Designer.SqliteCommandDesigner, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- [System.ComponentModel.ToolboxItemAttribute(true)]
- public sealed partial class SqliteCommand : System.Data.Common.DbCommand, System.ICloneable
- {
- public SqliteCommand() { }
- public SqliteCommand(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection, Mono.Data.Sqlite.SqliteTransaction transaction) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.SQL.Design.SqlCommandTextEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string CommandText { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(30)]
- public override int CommandTimeout { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override System.Data.CommandType CommandType { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DbConnectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } set { } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
- protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
- protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- [System.ComponentModel.DesignOnlyAttribute(true)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override bool DesignTimeVisible { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
- public new Mono.Data.Sqlite.SqliteParameterCollection Parameters { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public new Mono.Data.Sqlite.SqliteTransaction Transaction { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(0))]
- public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public override void Cancel() { }
- public object Clone() { throw null; }
- protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
- public new Mono.Data.Sqlite.SqliteParameter CreateParameter() { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
- public override int ExecuteNonQuery() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public override object ExecuteScalar() { throw null; }
- public override void Prepare() { }
- }
- public sealed partial class SqliteCommandBuilder : System.Data.Common.DbCommandBuilder
- {
- public SqliteCommandBuilder() { }
- public SqliteCommandBuilder(Mono.Data.Sqlite.SqliteDataAdapter adp) { }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string CatalogSeparator { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteDataAdapter DataAdapter { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute("[")]
- public override string QuotePrefix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string QuoteSuffix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string SchemaSeparator { get { throw null; } set { } }
- protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause) { }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
- protected override string GetParameterName(int parameterOrdinal) { throw null; }
- protected override string GetParameterName(string parameterName) { throw null; }
- protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
- protected override System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
- public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
- protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
- public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
- }
- public delegate void SQLiteCommitHandler(object sender, Mono.Data.Sqlite.CommitEventArgs e);
- public enum SQLiteConfig
- {
- MultiThread = 2,
- Serialized = 3,
- SingleThread = 1,
- }
- public sealed partial class SqliteConnection : System.Data.Common.DbConnection, System.ICloneable
- {
- public SqliteConnection() { }
- public SqliteConnection(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteConnection(string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("SQLite.Designer.SqliteConnectionStringEditor, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string ConnectionString { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string Database { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string DataSource { get { throw null; } }
- protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string ServerVersion { get { throw null; } }
- public static string SQLiteVersion { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override System.Data.ConnectionState State { get { throw null; } }
- public event Mono.Data.Sqlite.SQLiteCommitHandler Commit { add { } remove { } }
- public event System.EventHandler RollBack { add { } remove { } }
- public override event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public event Mono.Data.Sqlite.SQLiteUpdateEventHandler Update { add { } remove { } }
- protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction() { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(bool deferredLock) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, bool deferredLock) { throw null; }
- public override void ChangeDatabase(string databaseName) { }
- public void ChangePassword(byte[] newPassword) { }
- public void ChangePassword(string newPassword) { }
- public static void ClearAllPools() { }
- public static void ClearPool(Mono.Data.Sqlite.SqliteConnection connection) { }
- public object Clone() { throw null; }
- public override void Close() { }
- public new Mono.Data.Sqlite.SqliteCommand CreateCommand() { throw null; }
- protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
- public static void CreateFile(string databaseFileName) { }
- protected override void Dispose(bool disposing) { }
- public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
- public override System.Data.DataTable GetSchema() { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
- public override void Open() { }
- public static void SetConfig(Mono.Data.Sqlite.SQLiteConfig config) { }
- public void SetPassword(byte[] databasePassword) { }
- public void SetPassword(string databasePassword) { }
- }
- [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
- public sealed partial class SqliteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
- {
- public SqliteConnectionStringBuilder() { }
- public SqliteConnectionStringBuilder(string connectionString) { }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool BinaryGUID { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(2000)]
- [System.ComponentModel.DisplayNameAttribute("Cache Size")]
- public int CacheSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.DisplayNameAttribute("Data Source")]
- public string DataSource { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteDateFormats)(1))]
- public Mono.Data.Sqlite.SQLiteDateFormats DateTimeFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.Data.IsolationLevel)(1048576))]
- [System.ComponentModel.DisplayNameAttribute("Default Isolation Level")]
- public System.Data.IsolationLevel DefaultIsolationLevel { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(30)]
- [System.ComponentModel.DisplayNameAttribute("Default Timeout")]
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool Enlist { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool FailIfMissing { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteJournalModeEnum)(0))]
- [System.ComponentModel.DisplayNameAttribute("Journal Mode")]
- public Mono.Data.Sqlite.SQLiteJournalModeEnum JournalMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Legacy Format")]
- public bool LegacyFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(0)]
- [System.ComponentModel.DisplayNameAttribute("Max Page Count")]
- public int MaxPageCount { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(1024)]
- [System.ComponentModel.DisplayNameAttribute("Page Size")]
- public int PageSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.PasswordPropertyTextAttribute(true)]
- public string Password { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool Pooling { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Read Only")]
- public bool ReadOnly { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SynchronizationModes)(0))]
- [System.ComponentModel.DisplayNameAttribute("Synchronous")]
- public Mono.Data.Sqlite.SynchronizationModes SyncMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public string Uri { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool UseUTF16Encoding { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(3)]
- public int Version { get { throw null; } set { } }
- public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
- }
- public abstract partial class SqliteConvert
- {
- internal SqliteConvert() { }
- protected static readonly System.DateTime UnixEpoch;
- public static string[] Split(string source, char separator) { throw null; }
- public static bool ToBoolean(object source) { throw null; }
- public static bool ToBoolean(string source) { throw null; }
- public System.DateTime ToDateTime(double julianDay) { throw null; }
- public System.DateTime ToDateTime(string dateText) { throw null; }
- public double ToJulianDay(System.DateTime value) { throw null; }
- public string ToString(System.DateTime dateValue) { throw null; }
- public virtual string ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- public byte[] ToUTF8(System.DateTime dateTimeValue) { throw null; }
- public static byte[] ToUTF8(string sourceText) { throw null; }
- public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- }
- [System.ComponentModel.DefaultEventAttribute("RowUpdated")]
- [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.SqlDataAdapterDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- public sealed partial class SqliteDataAdapter : System.Data.Common.DbDataAdapter
- {
- public SqliteDataAdapter() { }
- public SqliteDataAdapter(Mono.Data.Sqlite.SqliteCommand cmd) { }
- public SqliteDataAdapter(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteDataAdapter(string commandText, string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand DeleteCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand InsertCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand SelectCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand UpdateCommand { get { throw null; } set { } }
- public event System.EventHandler<System.Data.Common.RowUpdatedEventArgs> RowUpdated { add { } remove { } }
- public event System.EventHandler<System.Data.Common.RowUpdatingEventArgs> RowUpdating { add { } remove { } }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class SqliteDataReader : System.Data.Common.DbDataReader
- {
- internal SqliteDataReader() { }
- public override int Depth { get { throw null; } }
- public override int FieldCount { get { throw null; } }
- public override bool HasRows { get { throw null; } }
- public override bool IsClosed { get { throw null; } }
- public override object this[int i] { get { throw null; } }
- public override object this[string name] { get { throw null; } }
- public override int RecordsAffected { get { throw null; } }
- public override int VisibleFieldCount { get { throw null; } }
- public override void Close() { }
- public override bool GetBoolean(int i) { throw null; }
- public override byte GetByte(int i) { throw null; }
- public override long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) { throw null; }
- public override char GetChar(int i) { throw null; }
- public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) { throw null; }
- public override string GetDataTypeName(int i) { throw null; }
- public override System.DateTime GetDateTime(int i) { throw null; }
- public override decimal GetDecimal(int i) { throw null; }
- public override double GetDouble(int i) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public override System.Type GetFieldType(int i) { throw null; }
- public override float GetFloat(int i) { throw null; }
- public override System.Guid GetGuid(int i) { throw null; }
- public override short GetInt16(int i) { throw null; }
- public override int GetInt32(int i) { throw null; }
- public override long GetInt64(int i) { throw null; }
- public override string GetName(int i) { throw null; }
- public override int GetOrdinal(string name) { throw null; }
- public override System.Data.DataTable GetSchemaTable() { throw null; }
- public override string GetString(int i) { throw null; }
- public override object GetValue(int i) { throw null; }
- public override int GetValues(object[] values) { throw null; }
- public override bool IsDBNull(int i) { throw null; }
- public override bool NextResult() { throw null; }
- public override bool Read() { throw null; }
- }
- public partial class SqliteDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator
- {
- public SqliteDataSourceEnumerator() { }
- public override System.Data.DataTable GetDataSources() { throw null; }
- }
- public enum SQLiteDateFormats
- {
- ISO8601 = 1,
- JulianDay = 2,
- Ticks = 0,
- UnixEpoch = 3,
- }
- public enum SQLiteErrorCode
- {
- Abort = 4,
- Auth = 23,
- Busy = 5,
- CantOpen = 14,
- Constraint = 19,
- Corrupt = 11,
- Done = 101,
- Empty = 16,
- Error = 1,
- Format = 24,
- Full = 13,
- Internal = 2,
- Interrupt = 9,
- IOErr = 10,
- Locked = 6,
- Mismatch = 20,
- Misuse = 21,
- NOLFS = 22,
- NoMem = 7,
- NotADatabase = 26,
- NotFound = 12,
- Ok = 0,
- Perm = 3,
- Protocol = 15,
- Range = 25,
- ReadOnly = 8,
- Row = 100,
- Schema = 17,
- TooBig = 18,
- }
- [System.SerializableAttribute]
- public sealed partial class SqliteException : System.Data.Common.DbException
- {
- public SqliteException() { }
- public SqliteException(int errorCode, string extendedInformation) { }
- public SqliteException(string message) { }
- public SqliteException(string message, System.Exception innerException) { }
- public new Mono.Data.Sqlite.SQLiteErrorCode ErrorCode { get { throw null; } }
- }
- public sealed partial class SqliteFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
- {
- public static readonly Mono.Data.Sqlite.SqliteFactory Instance;
- public SqliteFactory() { }
- public override System.Data.Common.DbCommand CreateCommand() { throw null; }
- public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
- public override System.Data.Common.DbConnection CreateConnection() { throw null; }
- public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
- public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
- public override System.Data.Common.DbParameter CreateParameter() { throw null; }
- object System.IServiceProvider.GetService(System.Type serviceType) { throw null; }
- }
- public abstract partial class SqliteFunction : System.IDisposable
- {
- protected SqliteFunction() { }
- public Mono.Data.Sqlite.SqliteConvert SqliteConvert { get { throw null; } }
- public virtual int Compare(string param1, string param2) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual object Final(object contextData) { throw null; }
- public virtual object Invoke(object[] args) { throw null; }
- public static void RegisterFunction(System.Type typ) { }
- public virtual void Step(object[] args, int stepNumber, ref object contextData) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=true)]
- public sealed partial class SqliteFunctionAttribute : System.Attribute
- {
- public SqliteFunctionAttribute() { }
- public int Arguments { get { throw null; } set { } }
- public Mono.Data.Sqlite.FunctionType FuncType { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class SqliteFunctionEx : Mono.Data.Sqlite.SqliteFunction
- {
- public SqliteFunctionEx() { }
- protected Mono.Data.Sqlite.CollationSequence GetCollationSequence() { throw null; }
- }
- public enum SQLiteJournalModeEnum
- {
- Delete = 0,
- Off = 2,
- Persist = 1,
- }
- public static partial class SqliteMetaDataCollectionNames
- {
- public static readonly string Catalogs;
- public static readonly string Columns;
- public static readonly string ForeignKeys;
- public static readonly string IndexColumns;
- public static readonly string Indexes;
- public static readonly string Tables;
- public static readonly string Triggers;
- public static readonly string ViewColumns;
- public static readonly string Views;
- }
- public sealed partial class SqliteParameter : System.Data.Common.DbParameter, System.ICloneable
- {
- public SqliteParameter() { }
- public SqliteParameter(System.Data.DbType dbType) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(System.Data.DbType dbType, object value) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, object value) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, bool sourceColumnNullMapping, object value) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, object value) { }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
- public override System.Data.DbType DbType { get { throw null; } set { } }
- public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public override bool IsNullable { get { throw null; } set { } }
- public override string ParameterName { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(0)]
- public override int Size { get { throw null; } set { } }
- public override string SourceColumn { get { throw null; } set { } }
- public override bool SourceColumnNullMapping { get { throw null; } set { } }
- public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
- public override object Value { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override void ResetDbType() { }
- }
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ListBindableAttribute(false)]
- public sealed partial class SqliteParameterCollection : System.Data.Common.DbParameterCollection
- {
- internal SqliteParameterCollection() { }
- public override int Count { get { throw null; } }
- public override bool IsFixedSize { get { throw null; } }
- public override bool IsReadOnly { get { throw null; } }
- public override bool IsSynchronized { get { throw null; } }
- public new Mono.Data.Sqlite.SqliteParameter this[int index] { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteParameter this[string parameterName] { get { throw null; } set { } }
- public override object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Sqlite.SqliteParameter parameter) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override int Add(object value) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { throw null; }
- public void AddRange(Mono.Data.Sqlite.SqliteParameter[] values) { }
- public override void AddRange(System.Array values) { }
- public Mono.Data.Sqlite.SqliteParameter AddWithValue(string parameterName, object value) { throw null; }
- public override void Clear() { }
- public override bool Contains(object value) { throw null; }
- public override bool Contains(string parameterName) { throw null; }
- public override void CopyTo(System.Array array, int index) { }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
- public override int IndexOf(object value) { throw null; }
- public override int IndexOf(string parameterName) { throw null; }
- public override void Insert(int index, object value) { }
- public override void Remove(object value) { }
- public override void RemoveAt(int index) { }
- public override void RemoveAt(string parameterName) { }
- protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
- protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
- }
- public sealed partial class SqliteTransaction : System.Data.Common.DbTransaction
- {
- internal SqliteTransaction() { }
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
- public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public override void Commit() { }
- protected override void Dispose(bool disposing) { }
- public override void Rollback() { }
- }
- public delegate void SQLiteUpdateEventHandler(object sender, Mono.Data.Sqlite.UpdateEventArgs e);
- public enum SynchronizationModes
- {
- Full = 1,
- Normal = 0,
- Off = 2,
- }
- public enum TypeAffinity
- {
- Blob = 4,
- DateTime = 10,
- Double = 2,
- Int64 = 1,
- None = 11,
- Null = 5,
- Text = 3,
- Uninitialized = 0,
- }
- public partial class UpdateEventArgs : System.EventArgs
- {
- internal UpdateEventArgs() { }
- public readonly string Database;
- public readonly Mono.Data.Sqlite.UpdateEventType Event;
- public readonly long RowId;
- public readonly string Table;
- }
- public enum UpdateEventType
- {
- Delete = 9,
- Insert = 18,
- Update = 23,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.5.2/Mono.Data.Tds.cs b/src/v4.5.2/Mono.Data.Tds.cs
deleted file mode 100644
index 44f1aa5..0000000
--- a/src/v4.5.2/Mono.Data.Tds.cs
+++ /dev/null
@@ -1,591 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Data.Tds
-{
- public delegate object FrameworkValueGetter(object rawValue, ref bool updated);
- public partial class TdsMetaParameter
- {
- public const int maxNVarCharCharacters = 1073741823;
- public const int maxVarCharCharacters = 2147483647;
- public TdsMetaParameter(string name, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, object value) { }
- public TdsMetaParameter(string name, object value) { }
- public TdsMetaParameter(string name, string typeName, object value) { }
- public Mono.Data.Tds.TdsParameterDirection Direction { get { throw null; } set { } }
- public bool IsAnyVarCharMax { get { throw null; } }
- public bool IsDateTimeType { get { throw null; } }
- public bool IsDecimalType { get { throw null; } }
- public bool IsMoneyType { get { throw null; } }
- public bool IsNonUnicodeText { get { throw null; } }
- public bool IsNullable { get { throw null; } set { } }
- public bool IsTextType { get { throw null; } }
- public bool IsVarCharMax { get { throw null; } }
- public bool IsVariableSizeType { get { throw null; } set { } }
- public bool IsVarNVarCharMax { get { throw null; } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public object RawValue { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string TypeName { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- public void CalculateIsVariableType() { }
- public void Validate(int index) { }
- }
- public partial class TdsMetaParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable
- {
- public TdsMetaParameterCollection() { }
- public int Count { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[int index] { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[string name] { get { throw null; } }
- public object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void Clear() { }
- public bool Contains(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public int IndexOf(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public int IndexOf(string name) { throw null; }
- public void Insert(int index, Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(string name) { }
- public void RemoveAt(int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- [System.SerializableAttribute]
- public enum TdsParameterDirection
- {
- Input = 0,
- InputOutput = 2,
- Output = 1,
- ReturnValue = 3,
- }
-}
-namespace Mono.Data.Tds.Protocol
-{
- public abstract partial class Tds
- {
- protected internal Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParms;
- protected Mono.Data.Tds.Protocol.TdsInternalErrorCollection messages;
- protected readonly byte[] NTLMSSP_ID;
- public Tds(string dataSource, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- public Tds(string dataSource, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- protected string Charset { get { throw null; } }
- public byte[] Collation { get { throw null; } }
- protected System.Collections.ArrayList ColumnNames { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumnCollection Columns { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataRow ColumnValues { get { throw null; } }
- public string Database { get { throw null; } }
- public string DataSource { get { throw null; } }
- public bool DoneProc { get { throw null; } }
- public virtual bool IsConnected { get { throw null; } set { } }
- protected string Language { get { throw null; } }
- protected System.Globalization.CultureInfo Locale { get { throw null; } }
- public bool MoreResults { get { throw null; } set { } }
- public System.Collections.ArrayList OutputParameters { get { throw null; } set { } }
- public int PacketSize { get { throw null; } }
- protected Mono.Data.Tds.TdsMetaParameterCollection Parameters { get { throw null; } set { } }
- public bool Pooling { get { throw null; } set { } }
- public int RecordsAffected { get { throw null; } set { } }
- public bool SequentialAccess { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.TdsVersion ServerTdsVersion { get { throw null; } }
- public string ServerVersion { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsVersion TdsVersion { get { throw null; } }
- public event Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventHandler TdsErrorMessage { add { } remove { } }
- public event Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventHandler TdsInfoMessage { add { } remove { } }
- public virtual System.IAsyncResult BeginExecuteNonQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected System.IAsyncResult BeginExecuteQueryInternal(string sql, bool wantResults, System.AsyncCallback callback, object state) { throw null; }
- public void Cancel() { }
- public void CheckAndThrowException(System.IAsyncResult ar) { }
- [System.MonoTODOAttribute("Is cancel enough, or do we need to drop the connection?")]
- protected void CheckForData(int timeout) { }
- public abstract bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters);
- protected Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs CreateTdsErrorMessageEvent(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- protected Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs CreateTdsInfoMessageEvent(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { throw null; }
- public static Mono.Data.Tds.Protocol.TdsTimeoutException CreateTimeoutException(string dataSource, string method) { throw null; }
- public virtual void Disconnect() { }
- public virtual void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public virtual void EndExecuteProcedure(System.IAsyncResult ar) { }
- public virtual void EndExecuteQuery(System.IAsyncResult ar) { }
- protected void EndExecuteQueryInternal(System.IAsyncResult ar) { }
- public virtual void ExecPrepared(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void ExecProc(string sql) { }
- public virtual void ExecProc(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected virtual void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void Execute(string sql) { }
- public virtual void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecuteQuery(string sql, int timeout, bool wantResults) { }
- protected object GetColumnValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool outParam) { throw null; }
- public static string GetPlainPassword(System.Security.SecureString secPass) { throw null; }
- public object GetSequentialColumnValue(int colIndex) { throw null; }
- public long GetSequentialColumnValue(int colIndex, long fieldIndex, byte[] buffer, int bufferIndex, int size) { throw null; }
- protected object GetStringValue(bool wideChars, int len, System.Text.Encoding enc) { throw null; }
- protected object GetStringValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool wideChars, bool outputParam, System.Text.Encoding encoder) { throw null; }
- protected int GetSubPacketLength() { throw null; }
- protected virtual void InitComm(int port, int timeout) { }
- protected internal void InitExec() { }
- protected virtual bool IsValidRowCount(byte status, byte op) { throw null; }
- protected bool IsWideType(Mono.Data.Tds.Protocol.TdsColumnType columnType) { throw null; }
- protected void LoadRow() { }
- public bool NextResult() { throw null; }
- public bool NextRow() { throw null; }
- protected void OnBeginExecuteQueryCallback(System.IAsyncResult ar) { }
- protected void OnTdsErrorMessage(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e) { }
- protected void OnTdsInfoMessage(Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e) { }
- public virtual string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected internal int ProcessAuthentication() { throw null; }
- protected void ProcessColumnDetail() { }
- protected abstract void ProcessColumnInfo();
- protected void ProcessColumnNames() { }
- protected void ProcessDynamic() { }
- [System.MonoTODOAttribute("Make sure counting works right, especially with multiple resultsets.")]
- protected void ProcessEndToken(Mono.Data.Tds.Protocol.TdsPacketSubType type) { }
- protected void ProcessEnvironmentChange() { }
- protected void ProcessLoginAck() { }
- protected void ProcessMessage(Mono.Data.Tds.Protocol.TdsPacketSubType subType) { }
- protected virtual void ProcessOutputParam() { }
- protected virtual void ProcessReturnStatus() { }
- protected virtual Mono.Data.Tds.Protocol.TdsPacketSubType ProcessSubPacket() { throw null; }
- protected void ProcessTableName() { }
- public virtual bool Reset() { throw null; }
- protected void SetCharset(string charset) { }
- protected void SetCharset(System.Text.Encoding encoder) { }
- protected void SetLanguage(string language) { }
- public void SkipToEnd() { }
- public virtual void Unprepare(string statementId) { }
- public void WaitFor(System.IAsyncResult ar) { }
- }
- public sealed partial class Tds42 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds42(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds42(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- }
- [System.MonoTODOAttribute("FIXME: Can packetsize be anything other than 512?")]
- public sealed partial class Tds50 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds50(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds50(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string id, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds70 : Mono.Data.Tds.Protocol.Tds
- {
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int lifetime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- protected virtual byte[] ClientVersion { get { throw null; } }
- protected virtual byte Precision { get { throw null; } }
- public override System.IAsyncResult BeginExecuteNonQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public override void EndExecuteProcedure(System.IAsyncResult ar) { }
- public override void EndExecuteQuery(System.IAsyncResult ar) { }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessReturnStatus() { }
- public override bool Reset() { throw null; }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds80 : Mono.Data.Tds.Protocol.Tds70
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int lifetime) : base (default(string), default(int)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port, int packetSize, int timeout) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int)) { }
- protected override byte[] ClientVersion { get { throw null; } }
- protected override byte Precision { get { throw null; } }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessOutputParam() { }
- }
- public partial class TdsBigDecimal
- {
- public TdsBigDecimal(byte precision, byte scale, bool isNegative, int[] data) { }
- public int[] Data { get { throw null; } }
- public bool IsNegative { get { throw null; } }
- public byte Precision { get { throw null; } }
- public byte Scale { get { throw null; } }
- }
- public partial class TdsBulkCopy
- {
- public TdsBulkCopy(Mono.Data.Tds.Protocol.Tds tds) { }
- public bool BulkCopyData(object o, bool isNewRow, int size, Mono.Data.Tds.TdsMetaParameter parameter) { throw null; }
- public bool BulkCopyEnd() { throw null; }
- public bool BulkCopyStart(Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- public bool SendColumnMetaData(string colMetaData) { throw null; }
- }
- public enum TdsColumnStatus
- {
- Hidden = 16,
- IsExpression = 4,
- IsKey = 8,
- Rename = 32,
- }
- public enum TdsColumnType
- {
- BigBinary = 173,
- BigChar = 175,
- BigInt = 127,
- BigNVarChar = 231,
- BigVarBinary = 165,
- BigVarChar = 167,
- Binary = 45,
- Bit = 50,
- BitN = 104,
- Char = 47,
- DateTime = 61,
- DateTime2 = 42,
- DateTime4 = 58,
- DateTimeN = 111,
- DateTimeOffset = 43,
- Decimal = 106,
- Float8 = 62,
- FloatN = 109,
- Image = 34,
- Int1 = 48,
- Int2 = 52,
- Int4 = 56,
- IntN = 38,
- Money = 60,
- Money4 = 112,
- MoneyN = 110,
- NChar = 239,
- NText = 99,
- Numeric = 108,
- NVarChar = 103,
- Real = 59,
- SmallMoney = 122,
- Text = 35,
- UniqueIdentifier = 36,
- VarBinary = 37,
- VarChar = 39,
- Variant = 98,
- Void = 31,
- }
- public partial class TdsConnectionInfo
- {
- public string DataSource;
- public int LifeTime;
- public int PacketSize;
- public int PoolMaxSize;
- public int PoolMinSize;
- public int Port;
- public int Timeout;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize) { }
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize, int lifeTime) { }
- public override string ToString() { throw null; }
- }
- public partial class TdsConnectionParameters
- {
- public string ApplicationName;
- public string AttachDBFileName;
- public string Charset;
- public string Database;
- public string DefaultDomain;
- public bool DomainLogin;
- public string Hostname;
- public string Language;
- public string LibraryName;
- public System.Security.SecureString Password;
- public bool PasswordSet;
- public string ProgName;
- public string User;
- public TdsConnectionParameters() { }
- public void Reset() { }
- }
- public partial class TdsConnectionPool
- {
- public TdsConnectionPool(Mono.Data.Tds.Protocol.TdsConnectionPoolManager manager, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { }
- public bool Pooling { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.Tds GetConnection() { throw null; }
- public void ReleaseConnection(Mono.Data.Tds.Protocol.Tds connection) { }
- public void ResetConnectionPool() { }
- }
- public partial class TdsConnectionPoolManager
- {
- public TdsConnectionPoolManager(Mono.Data.Tds.Protocol.TdsVersion version) { }
- public virtual Mono.Data.Tds.Protocol.Tds CreateConnection(Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- public System.Collections.IDictionary GetConnectionPool() { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString) { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- }
- public partial class TdsDataColumn
- {
- public TdsDataColumn() { }
- public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsRowVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object this[string key] { get { throw null; } set { } }
- public System.Nullable<int> LCID { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> SortOrder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class TdsDataColumnCollection : System.Collections.IEnumerable
- {
- public TdsDataColumnCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumn this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsDataColumn schema) { throw null; }
- public void Add(Mono.Data.Tds.Protocol.TdsDataColumnCollection columns) { }
- public void Clear() { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- }
- public partial class TdsDataRow : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public TdsDataRow() { }
- public int BigDecimalIndex { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public object this[int index] { get { throw null; } set { } }
- public object SyncRoot { get { throw null; } }
- public int Add(object value) { throw null; }
- public void Clear() { }
- public bool Contains(object value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public void CopyTo(int index, System.Array array, int arrayIndex, int count) { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public int IndexOf(object value) { throw null; }
- public void Insert(int index, object value) { }
- public void Remove(object value) { }
- public void RemoveAt(int index) { }
- }
- public enum TdsEnvPacketSubType
- {
- BlockSize = 4,
- CharSet = 3,
- CollationInfo = 7,
- Database = 1,
- Locale = 5,
- }
- public sealed partial class TdsInternalError
- {
- public TdsInternalError(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { }
- public byte Class { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public string Message { get { throw null; } set { } }
- public int Number { get { throw null; } set { } }
- public string Procedure { get { throw null; } set { } }
- public string Server { get { throw null; } set { } }
- public string Source { get { throw null; } set { } }
- public byte State { get { throw null; } set { } }
- }
- public sealed partial class TdsInternalErrorCollection : System.Collections.IEnumerable
- {
- public TdsInternalErrorCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalError this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsInternalError error) { throw null; }
- public void Clear() { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public sealed partial class TdsInternalErrorMessageEventArgs : Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs
- {
- public TdsInternalErrorMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) : base (default(Mono.Data.Tds.Protocol.TdsInternalErrorCollection)) { }
- }
- public delegate void TdsInternalErrorMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e);
- public partial class TdsInternalException : System.SystemException
- {
- internal TdsInternalException() { }
- public byte Class { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public override string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public override string Source { get { throw null; } }
- public byte State { get { throw null; } }
- [System.MonoTODOAttribute]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class TdsInternalInfoMessageEventArgs : System.EventArgs
- {
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) { }
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { }
- public byte Class { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalErrorCollection Errors { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public string Source { get { throw null; } }
- public byte State { get { throw null; } }
- public int Add(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- }
- public delegate void TdsInternalInfoMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e);
- public enum TdsPacketSubType
- {
- AltFormat = 168,
- AltName = 167,
- Authentication = 237,
- Capability = 226,
- ColumnDetail = 165,
- ColumnInfo = 161,
- ColumnMetadata = 129,
- ColumnName = 160,
- ColumnOrder = 169,
- Control = 174,
- Done = 253,
- DoneInProc = 255,
- DoneProc = 254,
- Dynamic = 231,
- Dynamic2 = 163,
- EED = 229,
- EnvironmentChange = 227,
- Error = 170,
- Info = 171,
- LoginAck = 173,
- Param = 172,
- Parameters = 215,
- ParamFormat = 236,
- ProcId = 124,
- ReturnStatus = 121,
- Row = 209,
- RowFormat = 238,
- TableName = 164,
- }
- public enum TdsPacketType
- {
- Bulk = 7,
- Cancel = 6,
- DBRPC = 230,
- Logoff = 113,
- Logon = 2,
- Logon70 = 16,
- None = 0,
- Normal = 15,
- Proc = 3,
- Query = 1,
- Reply = 4,
- RPC = 3,
- SspAuth = 17,
- }
- public enum TdsRpcProcId
- {
- Cursor = 1,
- CursorClose = 9,
- CursorExecute = 4,
- CursorFetch = 7,
- CursorOpen = 2,
- CursorOption = 8,
- CursorPrepare = 3,
- CursorPrepExec = 5,
- CursorUnprepare = 6,
- Execute = 12,
- ExecuteSql = 10,
- Prepare = 11,
- PrepExec = 13,
- PrepExecRpc = 14,
- Unprepare = 15,
- }
- public partial class TdsTimeoutException : Mono.Data.Tds.Protocol.TdsInternalException
- {
- internal TdsTimeoutException() { }
- }
- public enum TdsVersion
- {
- tds100 = 100,
- tds42 = 42,
- tds50 = 50,
- tds70 = 70,
- tds80 = 80,
- tds81 = 81,
- tds90 = 90,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.5.2/Mono.Debugger.Soft.cs b/src/v4.5.2/Mono.Debugger.Soft.cs
deleted file mode 100644
index 806be89..0000000
--- a/src/v4.5.2/Mono.Debugger.Soft.cs
+++ /dev/null
@@ -1,879 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono Soft Debugger API library")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Debugger.Soft.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Debugger.Soft
-{
- public partial class AbsentInformationException : System.Exception
- {
- public AbsentInformationException() { }
- }
- public partial class AppDomainCreateEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainCreateEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class AppDomainMirror : Mono.Debugger.Soft.Mirror
- {
- internal AppDomainMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Corlib { get { throw null; } }
- public string FriendlyName { get { throw null; } }
- public Mono.Debugger.Soft.ObjectMirror CreateBoxedValue(Mono.Debugger.Soft.Value value) { throw null; }
- public Mono.Debugger.Soft.StringMirror CreateString(string s) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror[] GetAssemblies() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetCorrespondingType(System.Type t) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror GetEntryAssembly() { throw null; }
- }
- public partial class AppDomainUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainUnloadEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class ArrayMirror : Mono.Debugger.Soft.ObjectMirror, System.Collections.IEnumerable
- {
- internal ArrayMirror() { }
- public int[] lengths;
- public int[] lower_bounds;
- public int rank;
- public Mono.Debugger.Soft.Value this[int index] { get { throw null; } set { } }
- public int Length { get { throw null; } }
- public int Rank { get { throw null; } }
- public int GetLength(int dimension) { throw null; }
- public int GetLowerBound(int dimension) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Value> GetValues(int index, int length) { throw null; }
- public void SetValues(int index, Mono.Debugger.Soft.Value[] values) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class AssemblyLoadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyLoadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public sealed partial class AssemblyLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal AssemblyLoadEventRequest() { }
- }
- public partial class AssemblyMirror : Mono.Debugger.Soft.Mirror
- {
- internal AssemblyMirror() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
- public string Location { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
- public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
- public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
- public virtual System.Reflection.AssemblyName GetName() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError, bool ignoreCase) { throw null; }
- }
- public partial class AssemblyUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyUnloadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public partial class BreakpointEvent : Mono.Debugger.Soft.Event
- {
- internal BreakpointEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class BreakpointEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal BreakpointEventRequest() { }
- public override void Enable() { }
- }
- public partial class CommandException : System.Exception
- {
- internal CommandException() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Connection
- {
- protected Connection() { }
- public void ForceDisconnect() { }
- public void StartBuffering() { }
- public void StopBuffering() { }
- protected abstract void TransportClose();
- protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
- protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
- protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
- public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
- }
- public sealed partial class CustomAttributeDataMirror
- {
- internal CustomAttributeDataMirror() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public Mono.Debugger.Soft.MethodMirror Constructor { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror> ConstructorArguments { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeNamedArgumentMirror> NamedArguments { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgumentMirror
- {
- public Mono.Debugger.Soft.FieldInfoMirror Field { get { throw null; } }
- public Mono.Debugger.Soft.PropertyInfoMirror Property { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror TypedValue { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeTypedArgumentMirror
- {
- public System.Type ArgumentType { get { throw null; } }
- public object Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EnumMirror : Mono.Debugger.Soft.StructMirror
- {
- internal EnumMirror() { }
- public string StringValue { get { throw null; } }
- public object Value { get { throw null; } set { } }
- }
- public enum ErrorCode
- {
- ABSENT_INFORMATION = 105,
- ERR_NO_INVOCATION = 104,
- ERR_UNLOADED = 103,
- INVALID_ARGUMENT = 102,
- INVALID_FIELDID = 25,
- INVALID_FRAMEID = 30,
- INVALID_OBJECT = 20,
- INVOKE_ABORTED = 107,
- NONE = 0,
- NOT_IMPLEMENTED = 100,
- NOT_SUSPENDED = 101,
- NO_SEQ_POINT_AT_IL_OFFSET = 106,
- }
- public partial class ErrorHandlerEventArgs : System.EventArgs
- {
- public ErrorHandlerEventArgs() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Event
- {
- internal Event() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.EventRequest Request { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class EventRequest
- {
- internal EventRequest() { }
- protected System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> assembly_filter;
- protected int count;
- protected bool enabled;
- protected Mono.Debugger.Soft.EventType etype;
- protected int id;
- protected Mono.Debugger.Soft.SuspendPolicy suspend;
- protected Mono.Debugger.Soft.ThreadMirror thread;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> AssemblyFilter { get { throw null; } set { } }
- public int Count { get { throw null; } set { } }
- public bool Enabled { get { throw null; } set { } }
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } set { } }
- protected void CheckDisabled() { }
- protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
- public void Disable() { }
- public virtual void Enable() { }
- protected void SetEnabled(int id) { }
- }
- public partial class EventSet
- {
- internal EventSet() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.Event[] Events { get { throw null; } }
- public Mono.Debugger.Soft.Event this[int index] { get { throw null; } }
- public Mono.Debugger.Soft.SuspendPolicy SuspendPolicy { get { throw null; } }
- }
- public enum EventType
- {
- AppDomainCreate = 4,
- AppDomainUnload = 5,
- AssemblyLoad = 8,
- AssemblyUnload = 9,
- Breakpoint = 10,
- Exception = 13,
- KeepAlive = 14,
- MethodEntry = 6,
- MethodExit = 7,
- Step = 11,
- ThreadDeath = 3,
- ThreadStart = 2,
- TypeLoad = 12,
- UserBreak = 15,
- UserLog = 16,
- VMDeath = 1,
- VMDisconnect = 99,
- VMStart = 0,
- }
- public partial class ExceptionEvent : Mono.Debugger.Soft.Event
- {
- internal ExceptionEvent() { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- public sealed partial class ExceptionEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal ExceptionEventRequest() { }
- public Mono.Debugger.Soft.TypeMirror ExceptionType { get { throw null; } }
- public bool IncludeSubclasses { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class FieldInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public FieldInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.TypeMirror type, System.Reflection.FieldAttributes attrs) { }
- public FieldInfoMirror(Mono.Debugger.Soft.VirtualMachine vm, long id) { }
- public System.Reflection.FieldAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror FieldType { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsInitOnly { get { throw null; } }
- public bool IsLiteral { get { throw null; } }
- public bool IsNotSerialized { get { throw null; } }
- public bool IsPinvokeImpl { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.Cecil.FieldDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- }
- public partial interface IInvokeAsyncResult : System.IAsyncResult
- {
- void Abort();
- }
- public partial class ILExceptionHandler
- {
- internal ILExceptionHandler() { }
- public Mono.Debugger.Soft.TypeMirror CatchType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int FilterOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Debugger.Soft.ILExceptionHandlerType HandlerType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public enum ILExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public partial class ILInstruction
- {
- internal ILInstruction() { }
- public Mono.Debugger.Soft.ILInstruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } }
- public object Operand { get { throw null; } set { } }
- public Mono.Debugger.Soft.ILInstruction Previous { get { throw null; } set { } }
- }
- public partial interface IMirror
- {
- Mono.Debugger.Soft.VirtualMachine VirtualMachine { get; }
- }
- public partial class InterfaceMappingMirror : Mono.Debugger.Soft.Mirror
- {
- internal InterfaceMappingMirror() { }
- public Mono.Debugger.Soft.MethodMirror[] InterfaceMethods;
- public Mono.Debugger.Soft.TypeMirror InterfaceType;
- public Mono.Debugger.Soft.MethodMirror[] TargetMethods;
- public Mono.Debugger.Soft.TypeMirror TargetType;
- }
- public partial class InvalidStackFrameException : System.Exception
- {
- public InvalidStackFrameException() { }
- }
- public partial class InvocationException : System.Exception
- {
- public InvocationException(Mono.Debugger.Soft.ObjectMirror exception) { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum InvokeOptions
- {
- DisableBreakpoints = 1,
- None = 0,
- ReturnOutArgs = 8,
- ReturnOutThis = 4,
- SingleThreaded = 2,
- Virtual = 16,
- }
- public partial class InvokeResult
- {
- public InvokeResult() { }
- public Mono.Debugger.Soft.Value[] OutArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value OutThis { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value Result { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial interface ITargetProcess
- {
- bool HasExited { get; }
- int Id { get; }
- string ProcessName { get; }
- System.IO.StreamReader StandardError { get; }
- System.IO.StreamReader StandardOutput { get; }
- event System.EventHandler Exited;
- void Kill();
- }
- public partial class LaunchOptions
- {
- public LaunchOptions() { }
- public string AgentArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.ProcessLauncher CustomProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.TargetProcessLauncher CustomTargetProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Valgrind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public delegate System.Diagnostics.Process ProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- public delegate Mono.Debugger.Soft.ITargetProcess TargetProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- }
- public partial class LocalScope : Mono.Debugger.Soft.Mirror
- {
- internal LocalScope() { }
- public int LiveRangeEnd { get { throw null; } }
- public int LiveRangeStart { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public partial class LocalVariable : Mono.Debugger.Soft.Mirror
- {
- internal LocalVariable() { }
- public int Index { get { throw null; } }
- public bool IsArg { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public partial class Location : Mono.Debugger.Soft.Mirror
- {
- internal Location() { }
- public int ColumnNumber { get { throw null; } }
- public int EndColumnNumber { get { throw null; } }
- public int EndLineNumber { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public byte[] SourceFileHash { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class MethodBodyMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodBodyMirror() { }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILExceptionHandler> ExceptionHandlers { get { throw null; } }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILInstruction> Instructions { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public byte[] GetILAsByteArray() { throw null; }
- }
- public partial class MethodEntryEvent : Mono.Debugger.Soft.Event
- {
- internal MethodEntryEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodEntryEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodEntryEventRequest() { }
- }
- public partial class MethodExitEvent : Mono.Debugger.Soft.Event
- {
- internal MethodExitEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodExitEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodExitEventRequest() { }
- }
- public partial class MethodMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodMirror() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public string FullName { get { throw null; } }
- public System.Collections.Generic.IList<int> ILOffsets { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsFinal { get { throw null; } }
- public bool IsGenericMethod { get { throw null; } }
- public bool IsGenericMethodDefinition { get { throw null; } }
- public bool IsHideBySig { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public System.Collections.Generic.IList<int> LineNumbers { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Location> Locations { get { throw null; } }
- public Mono.Cecil.MethodDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.ParameterInfoMirror ReturnParameter { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ReturnType { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public Mono.Debugger.Soft.Value Evaluate(Mono.Debugger.Soft.Value this_val, Mono.Debugger.Soft.Value[] args) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGenericMethodDefinition() { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetLocal(string name) { throw null; }
- public Mono.Debugger.Soft.LocalVariable[] GetLocals() { throw null; }
- public Mono.Debugger.Soft.MethodBodyMirror GetMethodBody() { throw null; }
- public System.Reflection.MethodImplAttributes GetMethodImplementationFlags() { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetParameters() { throw null; }
- public Mono.Debugger.Soft.LocalScope[] GetScopes() { throw null; }
- public Mono.Debugger.Soft.Location LocationAtILOffset(int il_offset) { throw null; }
- public Mono.Debugger.Soft.MethodMirror MakeGenericMethod(Mono.Debugger.Soft.TypeMirror[] args) { throw null; }
- }
- public abstract partial class Mirror : Mono.Debugger.Soft.IMirror
- {
- internal Mirror() { }
- protected long id;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.VirtualMachine VirtualMachine { get { throw null; } }
- protected void CheckMirror(Mono.Debugger.Soft.Mirror m) { }
- protected void SetVirtualMachine(Mono.Debugger.Soft.VirtualMachine vm) { }
- }
- public partial class ModuleMirror : Mono.Debugger.Soft.Mirror
- {
- internal ModuleMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public System.Guid ModuleVersionId { get { throw null; } }
- public string Name { get { throw null; } }
- public string ScopeName { get { throw null; } }
- }
- public partial class ObjectCollectedException : System.Exception
- {
- public ObjectCollectedException() { }
- }
- public partial class ObjectMirror : Mono.Debugger.Soft.Value
- {
- internal ObjectMirror() { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public bool IsCollected { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public System.IAsyncResult BeginInvokeMultiple(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror[] methods, System.Collections.Generic.IList<System.Collections.Generic.IList<Mono.Debugger.Soft.Value>> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public void EndInvokeMultiple(System.IAsyncResult asyncResult) { }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class ParameterInfoMirror : Mono.Debugger.Soft.Mirror
- {
- internal ParameterInfoMirror() { }
- public System.Reflection.ParameterAttributes Attributes { get { throw null; } }
- public bool IsRetval { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ParameterType { get { throw null; } }
- public int Position { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class PointerValue : Mono.Debugger.Soft.Value
- {
- public PointerValue(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.TypeMirror type, long addr) { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PrimitiveValue : Mono.Debugger.Soft.Value
- {
- public PrimitiveValue(Mono.Debugger.Soft.VirtualMachine vm, object value) { }
- public object Value { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PropertyInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public PropertyInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.MethodMirror get_method, Mono.Debugger.Soft.MethodMirror set_method, System.Reflection.PropertyAttributes attrs) { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public Mono.Cecil.PropertyDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror PropertyType { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod(bool nonPublic) { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetIndexParameters() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod(bool nonPublic) { throw null; }
- }
- public partial class StackFrame : Mono.Debugger.Soft.Mirror
- {
- internal StackFrame() { }
- public int ColumnNumber { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public string FileName { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public bool IsDebuggerInvoke { get { throw null; } }
- public bool IsNativeTransition { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.Location Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public Mono.Debugger.Soft.Value GetArgument(int pos) { throw null; }
- public Mono.Debugger.Soft.Value GetThis() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.LocalVariable var) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.ParameterInfoMirror param) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(Mono.Debugger.Soft.LocalVariable[] vars) { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetVisibleVariableByName(string name) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.LocalVariable> GetVisibleVariables() { throw null; }
- public void SetThis(Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.LocalVariable var, Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.ParameterInfoMirror param, Mono.Debugger.Soft.Value value) { }
- }
- public enum StepDepth
- {
- Into = 0,
- Out = 2,
- Over = 1,
- }
- public partial class StepEvent : Mono.Debugger.Soft.Event
- {
- internal StepEvent() { }
- public long Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class StepEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal StepEventRequest() { }
- public Mono.Debugger.Soft.StepDepth Depth { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepFilter Filter { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepSize Size { get { throw null; } set { } }
- public new Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override void Enable() { }
- }
- [System.FlagsAttribute]
- public enum StepFilter
- {
- DebuggerHidden = 2,
- DebuggerNonUserCode = 8,
- DebuggerStepThrough = 4,
- None = 0,
- StaticCtor = 1,
- }
- public enum StepSize
- {
- Line = 1,
- Min = 0,
- }
- public partial class StringMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal StringMirror() { }
- public int Length { get { throw null; } }
- public string Value { get { throw null; } }
- public char[] GetChars(int index, int length) { throw null; }
- }
- public partial class StructMirror : Mono.Debugger.Soft.Value
- {
- internal StructMirror() { }
- public Mono.Debugger.Soft.Value[] Fields { get { throw null; } }
- public Mono.Debugger.Soft.Value this[string field] { get { throw null; } set { } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- }
- public enum SuspendPolicy
- {
- All = 2,
- EventThread = 1,
- None = 0,
- }
- public partial class ThreadDeathEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadDeathEvent() { }
- }
- public partial class ThreadMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal ThreadMirror() { }
- public long Id { get { throw null; } }
- public bool IsThreadPoolThread { get { throw null; } }
- public string Name { get { throw null; } }
- public static bool NativeTransitions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long ThreadId { get { throw null; } }
- public System.Threading.ThreadState ThreadState { get { throw null; } }
- public long TID { get { throw null; } }
- public static void FetchFrames(System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> threads) { }
- public Mono.Debugger.Soft.StackFrame[] GetFrames() { throw null; }
- public void SetIP(Mono.Debugger.Soft.Location loc) { }
- }
- public partial class ThreadStartEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadStartEvent() { }
- }
- public partial class TypeLoadEvent : Mono.Debugger.Soft.Event
- {
- internal TypeLoadEvent() { }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public sealed partial class TypeLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal TypeLoadEventRequest() { }
- public string[] SourceFileFilter { get { throw null; } set { } }
- public string[] TypeNameFilter { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class TypeMirror : Mono.Debugger.Soft.Mirror
- {
- internal TypeMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public System.Reflection.TypeAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror BaseType { get { throw null; } }
- public string CSharpName { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror EnumUnderlyingType { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasElementType { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAnsiClass { get { throw null; } }
- public bool IsArray { get { throw null; } }
- public bool IsAutoClass { get { throw null; } }
- public bool IsAutoLayout { get { throw null; } }
- public bool IsByRef { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsCOMObject { get { throw null; } }
- public bool IsContextful { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } }
- public bool IsGenericType { get { throw null; } }
- public bool IsGenericTypeDefinition { get { throw null; } }
- public bool IsImport { get { throw null; } }
- public bool IsInitialized { get { throw null; } }
- public bool IsInterface { get { throw null; } }
- public bool IsLayoutSequential { get { throw null; } }
- public bool IsMarshalByRef { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public bool IsNestedAssembly { get { throw null; } }
- public bool IsNestedFamANDAssem { get { throw null; } }
- public bool IsNestedFamily { get { throw null; } }
- public bool IsNestedFamORAssem { get { throw null; } }
- public bool IsNestedPrivate { get { throw null; } }
- public bool IsNestedPublic { get { throw null; } }
- public bool IsNotPublic { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSerializable { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsUnicodeClass { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public Mono.Cecil.TypeDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror Module { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public int GetArrayRank() { throw null; }
- protected virtual System.Reflection.TypeAttributes GetAttributeFlagsImpl() { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetElementType() { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror GetField(string name) { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror[] GetFields() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetGenericTypeDefinition() { throw null; }
- public Mono.Debugger.Soft.InterfaceMappingMirror GetInterfaceMap(Mono.Debugger.Soft.TypeMirror interfaceType) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetInterfaces() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetMethod(string name) { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethods() { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethodsByNameFlags(string name, System.Reflection.BindingFlags flags, bool ignoreCase) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties() { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror GetProperty(string name) { throw null; }
- public string[] GetSourceFiles() { throw null; }
- public string[] GetSourceFiles(bool returnFullPaths) { throw null; }
- public Mono.Debugger.Soft.ObjectMirror GetTypeObject() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- protected virtual bool HasElementTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- protected virtual bool IsArrayImpl() { throw null; }
- public virtual bool IsAssignableFrom(Mono.Debugger.Soft.TypeMirror c) { throw null; }
- protected virtual bool IsByRefImpl() { throw null; }
- protected virtual bool IsCOMObjectImpl() { throw null; }
- protected virtual bool IsContextfulImpl() { throw null; }
- protected virtual bool IsMarshalByRefImpl() { throw null; }
- protected virtual bool IsPointerImpl() { throw null; }
- protected virtual bool IsPrimitiveImpl() { throw null; }
- protected virtual bool IsValueTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class UserBreakEvent : Mono.Debugger.Soft.Event
- {
- internal UserBreakEvent() { }
- }
- public partial class UserLogEvent : Mono.Debugger.Soft.Event
- {
- internal UserLogEvent() { }
- public string Category { get { throw null; } }
- public int Level { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public abstract partial class Value : Mono.Debugger.Soft.Mirror
- {
- internal Value() { }
- }
- public partial class VersionInfo
- {
- public VersionInfo() { }
- public int MajorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MinorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string VMVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AtLeast(int major, int minor) { throw null; }
- }
- public partial class VirtualMachine : Mono.Debugger.Soft.Mirror
- {
- internal VirtualMachine() { }
- public System.Net.EndPoint EndPoint { get { throw null; } }
- public System.Diagnostics.Process Process { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror RootDomain { get { throw null; } }
- public System.IO.StreamReader StandardError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.IO.StreamReader StandardOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.ITargetProcess TargetProcess { get { throw null; } }
- public Mono.Debugger.Soft.VersionInfo Version { get { throw null; } }
- public void ClearAllBreakpoints() { }
- public Mono.Debugger.Soft.AssemblyLoadEventRequest CreateAssemblyLoadRequest() { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.Location loc) { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public Mono.Debugger.Soft.EnumMirror CreateEnumMirror(Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.PrimitiveValue value) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught) { throw null; }
- public Mono.Debugger.Soft.MethodEntryEventRequest CreateMethodEntryRequest() { throw null; }
- public Mono.Debugger.Soft.MethodExitEventRequest CreateMethodExitRequest() { throw null; }
- public Mono.Debugger.Soft.StepEventRequest CreateStepRequest(Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.TypeLoadEventRequest CreateTypeLoadRequest() { throw null; }
- public Mono.Debugger.Soft.PrimitiveValue CreateValue(object value) { throw null; }
- public void Detach() { }
- public void Disconnect() { }
- [System.ObsoleteAttribute("This method was poorly named; use the Detach() method instead")]
- public void Dispose() { }
- public void EnableEvents(params Mono.Debugger.Soft.EventType[] events) { }
- public void EnableEvents(Mono.Debugger.Soft.EventType[] events, Mono.Debugger.Soft.SuspendPolicy suspendPolicy) { }
- public void Exit(int exitCode) { }
- public void ForceDisconnect() { }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
- public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
- public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypes(string name, bool ignoreCase) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypesForSourceFile(string fname, bool ignoreCase) { throw null; }
- public void Resume() { }
- public Mono.Debugger.Soft.BreakpointEventRequest SetBreakpoint(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public void SetSocketTimeouts(int send_timeout, int receive_timeout, int keepalive_interval) { }
- public void Suspend() { }
- }
- public partial class VirtualMachineManager
- {
- internal VirtualMachineManager() { }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback, out int dbg_port, out int con_port) { dbg_port = default(int); con_port = default(int); throw null; }
- public static void CancelConnection(System.IAsyncResult asyncResult) { }
- public static Mono.Debugger.Soft.VirtualMachine Connect(Mono.Debugger.Soft.Connection transport, System.IO.StreamReader standardOutput, System.IO.StreamReader standardError) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint, System.Net.IPEndPoint consoleEndpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ConnectInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock, System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndConnect(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndLaunch(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndListen(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(Mono.Debugger.Soft.ITargetProcess p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(System.Diagnostics.Process p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ListenInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock) { throw null; }
- }
- public partial class VMDeathEvent : Mono.Debugger.Soft.Event
- {
- public VMDeathEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, int exit_code) { }
- public int ExitCode { get { throw null; } }
- }
- public partial class VMDisconnectedException : System.Exception
- {
- public VMDisconnectedException() { }
- }
- public partial class VMDisconnectEvent : Mono.Debugger.Soft.Event
- {
- public VMDisconnectEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id) { }
- }
- public partial class VMMismatchException : System.Exception
- {
- public VMMismatchException() { }
- }
- public partial class VMNotSuspendedException : System.InvalidOperationException
- {
- public VMNotSuspendedException() { }
- }
- public partial class VMStartEvent : Mono.Debugger.Soft.Event
- {
- public VMStartEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, long thread_id) { }
- }
-}
diff --git a/src/v4.5.2/Mono.Http.cs b/src/v4.5.2/Mono.Http.cs
deleted file mode 100644
index a32646c..0000000
--- a/src/v4.5.2/Mono.Http.cs
+++ /dev/null
@@ -1,142 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Http and ASP.NET utilities")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Http.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Http
-{
- [System.SerializableAttribute]
- public partial class GZipWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
- {
- public GZipWebRequest(System.Net.WebRequest request) { }
- protected GZipWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- public override string ConnectionGroupName { get { throw null; } set { } }
- public override long ContentLength { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Net.ICredentials Credentials { get { throw null; } set { } }
- public bool EnableCompression { get { throw null; } set { } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
- public override string Method { get { throw null; } set { } }
- public override bool PreAuthenticate { get { throw null; } set { } }
- public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
- public System.Net.WebRequest RealRequest { get { throw null; } }
- public override System.Uri RequestUri { get { throw null; } }
- public override int Timeout { get { throw null; } set { } }
- public override void Abort() { }
- public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
- public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
- public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
- public override System.IO.Stream GetRequestStream() { throw null; }
- public override System.Net.WebResponse GetResponse() { throw null; }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class GZipWebRequestCreator : System.Net.IWebRequestCreate
- {
- public GZipWebRequestCreator() { }
- public System.Net.WebRequest Create(System.Uri uri) { throw null; }
- }
- public partial class GZipWriteFilter : System.IO.Stream
- {
- public GZipWriteFilter(System.IO.Stream baseStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- 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 override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class NtlmClient : System.Net.IAuthenticationModule
- {
- public NtlmClient() { }
- public string AuthenticationType { get { throw null; } }
- public bool CanPreAuthenticate { get { throw null; } }
- public System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- public System.Net.Authorization PreAuthenticate(System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- }
-}
-namespace Mono.Http.Configuration
-{
- public partial class AcceptEncodingConfig
- {
- public AcceptEncodingConfig() { }
- public AcceptEncodingConfig(Mono.Http.Configuration.AcceptEncodingConfig parent) { }
- public void Add(string encoding, string type) { }
- public void Clear() { }
- public bool SetFilter(System.Web.HttpResponse response, string acceptEncoding) { throw null; }
- }
- public partial class AcceptEncodingSectionHandler : System.Configuration.IConfigurationSectionHandler
- {
- public AcceptEncodingSectionHandler() { }
- public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
- }
-}
-namespace Mono.Http.Modules
-{
- public partial class AcceptEncodingModule : System.Web.IHttpModule
- {
- public AcceptEncodingModule() { }
- public void Dispose() { }
- public void Init(System.Web.HttpApplication app) { }
- }
- public abstract partial class AuthenticationModule : System.Web.IHttpModule
- {
- public AuthenticationModule(string authenticationMethod) { }
- public string AuthenticationMethod { get { throw null; } }
- protected bool AuthenticationRequired { get { throw null; } }
- protected abstract bool AcceptCredentials(System.Web.HttpApplication app, string authentication);
- protected string Authorization(System.Web.HttpApplication app, string authenticationMethod) { throw null; }
- protected void DenyAccess(System.Web.HttpApplication app) { }
- public virtual void Dispose() { }
- public virtual void Init(System.Web.HttpApplication context) { }
- public virtual void OnAuthenticateRequest(object source, System.EventArgs eventArgs) { }
- public abstract void OnEndRequest(object source, System.EventArgs eventArgs);
- }
- public partial class BasicAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public BasicAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
- public partial class DigestAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public DigestAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- protected virtual string GetCurrentNonce() { throw null; }
- protected virtual bool GetUserByName(System.Web.HttpApplication app, string username, out string password, out string[] roles) { password = default(string); roles = default(string[]); throw null; }
- protected virtual bool IsValidNonce(string nonce) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
-}
-namespace System.Net
-{
- [System.SerializableAttribute]
- public partial class GZipWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
- {
- protected GZipWebResponse(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public override long ContentLength { get { throw null; } }
- public override string ContentType { get { throw null; } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } }
- public bool IsCompressed { get { throw null; } }
- public System.Net.WebResponse RealResponse { get { throw null; } }
- public override System.Uri ResponseUri { get { throw null; } }
- public override void Close() { }
- public override System.IO.Stream GetResponseStream() { throw null; }
- void System.IDisposable.Dispose() { }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
diff --git a/src/v4.5.2/Mono.Management.cs b/src/v4.5.2/Mono.Management.cs
deleted file mode 100644
index 9603565..0000000
--- a/src/v4.5.2/Mono.Management.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Attach
-{
- public partial class VirtualMachine
- {
- public VirtualMachine(long pid) { }
- public bool IsCurrent { get { throw null; } }
- public long Pid { get { throw null; } }
- public void Attach(string agent, string args) { }
- public string[] GetCommandLine() { throw null; }
- public static System.Collections.Generic.List<Mono.Attach.VirtualMachine> GetVirtualMachines() { throw null; }
- public string GetWorkingDirectory() { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.5.2/Mono.Messaging.RabbitMQ.cs b/src/v4.5.2/Mono.Messaging.RabbitMQ.cs
deleted file mode 100644
index 3e38dc4..0000000
--- a/src/v4.5.2/Mono.Messaging.RabbitMQ.cs
+++ /dev/null
@@ -1,175 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(false)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging.RabbitMQ
-{
- public delegate global::RabbitMQ.Client.IConnection CreateConnectionDelegate(string host);
- public partial interface IMessagingContext : System.IDisposable
- {
- void Delete(Mono.Messaging.QueueReference qRef);
- void Purge(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack);
- void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg);
- }
- public delegate bool IsMatch(global::RabbitMQ.Client.Events.BasicDeliverEventArgs result);
- public partial class MessageFactory
- {
- public MessageFactory(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider) { }
- public static System.DateTime AmqpTimestampToDateTime(global::RabbitMQ.Client.AmqpTimestamp ats) { throw null; }
- public static global::RabbitMQ.Client.AmqpTimestamp DateTimeToAmqpTimestamp(System.DateTime t) { throw null; }
- public static string GetString(System.Collections.IDictionary properties, string key) { throw null; }
- public Mono.Messaging.IMessage ReadMessage(Mono.Messaging.QueueReference destination, global::RabbitMQ.Client.Events.BasicDeliverEventArgs result) { throw null; }
- public static int TimeSpanToMillis(System.TimeSpan timespan) { throw null; }
- public global::RabbitMQ.Client.Content.IMessageBuilder WriteMessage(global::RabbitMQ.Client.IModel ch, Mono.Messaging.IMessage msg) { throw null; }
- }
- public partial class MessagingContext : Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public MessagingContext(Mono.Messaging.RabbitMQ.MessageFactory factory, string host, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnection) { }
- public global::RabbitMQ.Client.IConnection Connection { get { throw null; } }
- public global::RabbitMQ.Client.IModel Model { get { throw null; } }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage message) { }
- }
- public partial class MessagingContextPool
- {
- public MessagingContextPool(Mono.Messaging.RabbitMQ.MessageFactory messageFactory, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnectionDelegate) { }
- public Mono.Messaging.RabbitMQ.MessagingContext GetContext(string host) { throw null; }
- public void ReturnContext(Mono.Messaging.RabbitMQ.MessagingContext context) { }
- }
- public partial class RabbitMQMessageEnumerator : Mono.Messaging.IMessageEnumerator, System.IDisposable
- {
- public RabbitMQMessageEnumerator(Mono.Messaging.RabbitMQ.MessageFactory helper, Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Current { get { throw null; } }
- public System.IntPtr CursorHandle { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- public void Dispose(bool disposing) { }
- public bool MoveNext() { throw null; }
- public bool MoveNext(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent() { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Reset() { }
- }
- public partial class RabbitMQMessageQueue : Mono.Messaging.MessageQueueBase, Mono.Messaging.IMessageQueue
- {
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, Mono.Messaging.QueueReference qRef, bool transactional) { }
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, bool transactional) { }
- public bool Authenticate { get { throw null; } set { } }
- public short BasePriority { get { throw null; } set { } }
- public bool CanRead { get { throw null; } }
- public bool CanWrite { get { throw null; } }
- public System.Guid Category { get { throw null; } set { } }
- public System.DateTime CreateTime { get { throw null; } }
- public bool DenySharedReceive { get { throw null; } set { } }
- public Mono.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
- public System.Guid Id { get { throw null; } }
- public System.DateTime LastModifyTime { get { throw null; } }
- public long MaximumJournalSize { get { throw null; } set { } }
- public long MaximumQueueSize { get { throw null; } set { } }
- public Mono.Messaging.QueueReference QRef { get { throw null; } set { } }
- protected override Mono.Messaging.IMessageQueue Queue { get { throw null; } }
- public System.IntPtr ReadHandle { get { throw null; } }
- public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
- public bool Transactional { get { throw null; } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public System.IntPtr WriteHandle { get { throw null; } }
- public void Close() { }
- public static void Delete(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessageEnumerator GetMessageEnumerator() { throw null; }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.PeekCompleted { add { } remove { } }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.ReceiveCompleted { add { } remove { } }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndPeek(System.IAsyncResult asyncResult) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndReceive(System.IAsyncResult asyncResult) { throw null; }
- void Mono.Messaging.IMessageQueue.SendPeekCompleted(System.IAsyncResult result) { }
- void Mono.Messaging.IMessageQueue.SendReceiveCompleted(System.IAsyncResult result) { }
- public Mono.Messaging.IMessage Peek() { throw null; }
- public Mono.Messaging.IMessage Peek(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout) { throw null; }
- public void Purge() { }
- public Mono.Messaging.IMessage Receive() { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Send(Mono.Messaging.IMessage msg) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.IMessageQueueTransaction transaction) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.MessageQueueTransactionType transactionType) { }
- }
- public partial class RabbitMQMessageQueueTransaction : Mono.Messaging.IMessageQueueTransaction, Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public RabbitMQMessageQueueTransaction(string txId, Mono.Messaging.RabbitMQ.MessagingContextPool contextPool) { }
- public string Id { get { throw null; } }
- public Mono.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
- public void Abort() { }
- public void Begin() { }
- public void Commit() { }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg) { }
- }
- public partial class RabbitMQMessagingProvider : Mono.Messaging.IMessagingProvider
- {
- public RabbitMQMessagingProvider() { }
- public Mono.Messaging.RabbitMQ.IMessagingContext CreateContext(string host) { throw null; }
- public Mono.Messaging.IMessage CreateMessage() { throw null; }
- public Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional) { throw null; }
- public Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction() { throw null; }
- public void DeleteQueue(Mono.Messaging.QueueReference qRef) { }
- public bool Exists(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue[] GetPublicQueues() { throw null; }
- }
-}
diff --git a/src/v4.5.2/Mono.Messaging.cs b/src/v4.5.2/Mono.Messaging.cs
deleted file mode 100644
index d423d16..0000000
--- a/src/v4.5.2/Mono.Messaging.cs
+++ /dev/null
@@ -1,398 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging
-{
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum AcknowledgeTypes
- {
- FullReachQueue = 5,
- FullReceive = 14,
- NegativeReceive = 8,
- None = 0,
- NotAcknowledgeReachQueue = 4,
- NotAcknowledgeReceive = 12,
- PositiveArrival = 1,
- PositiveReceive = 2,
- }
- [System.SerializableAttribute]
- public enum Acknowledgment
- {
- AccessDenied = 32772,
- BadDestinationQueue = 32768,
- BadEncryption = 32775,
- BadSignature = 32774,
- CouldNotEncrypt = 32776,
- HopCountExceeded = 32773,
- None = 0,
- NotTransactionalMessage = 32778,
- NotTransactionalQueue = 32777,
- Purged = 32769,
- QueueDeleted = 49152,
- QueueExceedMaximumSize = 32771,
- QueuePurged = 49153,
- ReachQueue = 2,
- ReachQueueTimeout = 32770,
- Receive = 16384,
- ReceiveTimeout = 49154,
- }
- public partial class CompletedEventArgs : System.EventArgs
- {
- public CompletedEventArgs(System.IAsyncResult result) { }
- public System.IAsyncResult AsyncResult { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public delegate void CompletedEventHandler(object sender, Mono.Messaging.CompletedEventArgs e);
- public partial class ConcurrentLinkedQueue<T>
- {
- public ConcurrentLinkedQueue() { }
- public T Dequeue() { throw null; }
- public void Enqueue(T context) { }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionException : Mono.Messaging.MonoMessagingException
- {
- public ConnectionException(Mono.Messaging.QueueReference qRef) { }
- public ConnectionException(Mono.Messaging.QueueReference qRef, System.Exception e) { }
- public Mono.Messaging.QueueReference QRef { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum CryptographicProviderType
- {
- Dss = 3,
- Fortezza = 4,
- MicrosoftExchange = 5,
- None = 0,
- RsaFull = 1,
- RsqSig = 2,
- Ssl = 6,
- SttAcq = 8,
- SttBrnd = 9,
- SttIss = 11,
- SttMer = 7,
- SttRoot = 10,
- }
- [System.SerializableAttribute]
- public enum EncryptionAlgorithm
- {
- None = 0,
- Rc2 = 26114,
- Rc4 = 26625,
- }
- [System.SerializableAttribute]
- public enum EncryptionRequired
- {
- Body = 2,
- None = 0,
- Optional = 1,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithm
- {
- Mac = 32773,
- Md2 = 32769,
- Md4 = 32770,
- Md5 = 32771,
- None = 0,
- Sha = 32772,
- }
- public partial interface IMessage
- {
- Mono.Messaging.AcknowledgeTypes AcknowledgeType { get; set; }
- Mono.Messaging.Acknowledgment Acknowledgment { get; }
- Mono.Messaging.IMessageQueue AdministrationQueue { get; set; }
- int AppSpecific { get; set; }
- System.DateTime ArrivedTime { get; }
- bool AttachSenderId { get; set; }
- bool Authenticated { get; }
- string AuthenticationProviderName { get; set; }
- Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get; set; }
- System.IO.Stream BodyStream { get; set; }
- int BodyType { get; set; }
- System.Guid ConnectorType { get; set; }
- string CorrelationId { get; set; }
- Mono.Messaging.IMessageQueue DestinationQueue { get; }
- byte[] DestinationSymmetricKey { get; set; }
- byte[] DigitalSignature { get; set; }
- Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get; set; }
- byte[] Extension { get; set; }
- Mono.Messaging.HashAlgorithm HashAlgorithm { get; set; }
- string Id { get; }
- bool IsFirstInTransaction { get; }
- bool IsLastInTransaction { get; }
- string Label { get; set; }
- Mono.Messaging.MessageType MessageType { get; }
- Mono.Messaging.MessagePriority Priority { get; set; }
- bool Recoverable { get; set; }
- Mono.Messaging.IMessageQueue ResponseQueue { get; set; }
- byte[] SenderCertificate { get; set; }
- byte[] SenderId { get; }
- long SenderVersion { get; }
- System.DateTime SentTime { get; }
- string SourceMachine { get; }
- System.TimeSpan TimeToBeReceived { get; set; }
- System.TimeSpan TimeToReachQueue { get; set; }
- string TransactionId { get; }
- Mono.Messaging.IMessageQueue TransactionStatusQueue { get; set; }
- bool UseAuthentication { get; set; }
- bool UseDeadLetterQueue { get; set; }
- bool UseEncryption { get; set; }
- bool UseJournalQueue { get; set; }
- bool UseTracing { get; set; }
- void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId);
- }
- public partial interface IMessageEnumerator : System.IDisposable
- {
- Mono.Messaging.IMessage Current { get; }
- System.IntPtr CursorHandle { get; }
- void Close();
- void Dispose(bool disposing);
- bool MoveNext();
- bool MoveNext(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent();
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- }
- public partial interface IMessageQueue
- {
- bool Authenticate { get; set; }
- short BasePriority { get; set; }
- bool CanRead { get; }
- bool CanWrite { get; }
- System.Guid Category { get; set; }
- System.DateTime CreateTime { get; }
- bool DenySharedReceive { get; set; }
- Mono.Messaging.EncryptionRequired EncryptionRequired { get; set; }
- System.Guid Id { get; }
- System.DateTime LastModifyTime { get; }
- long MaximumJournalSize { get; set; }
- long MaximumQueueSize { get; set; }
- Mono.Messaging.QueueReference QRef { get; set; }
- System.IntPtr ReadHandle { get; }
- System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
- bool Transactional { get; }
- bool UseJournalQueue { get; set; }
- System.IntPtr WriteHandle { get; }
- event Mono.Messaging.CompletedEventHandler PeekCompleted;
- event Mono.Messaging.CompletedEventHandler ReceiveCompleted;
- System.IAsyncResult BeginPeek();
- System.IAsyncResult BeginPeek(System.TimeSpan timeout);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- System.IAsyncResult BeginReceive();
- System.IAsyncResult BeginReceive(System.TimeSpan timeout);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- void Close();
- Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessageEnumerator GetMessageEnumerator();
- Mono.Messaging.IMessage Peek();
- Mono.Messaging.IMessage Peek(System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekById(string id);
- Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout);
- void Purge();
- Mono.Messaging.IMessage Receive();
- Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- void Send(Mono.Messaging.IMessage message);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.IMessageQueueTransaction transaction);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.MessageQueueTransactionType transactionType);
- void SendPeekCompleted(System.IAsyncResult result);
- void SendReceiveCompleted(System.IAsyncResult result);
- }
- public partial interface IMessageQueueTransaction : System.IDisposable
- {
- Mono.Messaging.MessageQueueTransactionStatus Status { get; }
- void Abort();
- void Begin();
- void Commit();
- }
- public partial interface IMessagingProvider
- {
- Mono.Messaging.IMessage CreateMessage();
- Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional);
- Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction();
- void DeleteQueue(Mono.Messaging.QueueReference qRef);
- bool Exists(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue[] GetPublicQueues();
- }
- public partial class MessageBase : Mono.Messaging.IMessage
- {
- public MessageBase() { }
- public Mono.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
- public Mono.Messaging.Acknowledgment Acknowledgment { get { throw null; } }
- public Mono.Messaging.IMessageQueue AdministrationQueue { get { throw null; } set { } }
- public int AppSpecific { get { throw null; } set { } }
- public System.DateTime ArrivedTime { get { throw null; } }
- public bool AttachSenderId { get { throw null; } set { } }
- public bool Authenticated { get { throw null; } }
- public string AuthenticationProviderName { get { throw null; } set { } }
- public Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get { throw null; } set { } }
- public System.IO.Stream BodyStream { get { throw null; } set { } }
- public int BodyType { get { throw null; } set { } }
- public System.Guid ConnectorType { get { throw null; } set { } }
- public string CorrelationId { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue DestinationQueue { get { throw null; } }
- public byte[] DestinationSymmetricKey { get { throw null; } set { } }
- public byte[] DigitalSignature { get { throw null; } set { } }
- public Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
- public byte[] Extension { get { throw null; } set { } }
- public Mono.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public string Id { get { throw null; } }
- public bool IsFirstInTransaction { get { throw null; } }
- public bool IsLastInTransaction { get { throw null; } }
- public string Label { get { throw null; } set { } }
- public Mono.Messaging.MessageType MessageType { get { throw null; } }
- public Mono.Messaging.MessagePriority Priority { get { throw null; } set { } }
- public bool Recoverable { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue ResponseQueue { get { throw null; } set { } }
- public byte[] SenderCertificate { get { throw null; } set { } }
- public byte[] SenderId { get { throw null; } }
- public long SenderVersion { get { throw null; } }
- public System.DateTime SentTime { get { throw null; } }
- public string SourceMachine { get { throw null; } }
- public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
- public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
- public string TransactionId { get { throw null; } }
- public Mono.Messaging.IMessageQueue TransactionStatusQueue { get { throw null; } set { } }
- public bool UseAuthentication { get { throw null; } set { } }
- public bool UseDeadLetterQueue { get { throw null; } set { } }
- public bool UseEncryption { get { throw null; } set { } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public bool UseTracing { get { throw null; } set { } }
- public void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId) { }
- }
- [System.SerializableAttribute]
- public enum MessagePriority
- {
- AboveNormal = 4,
- High = 5,
- Highest = 7,
- Low = 2,
- Lowest = 0,
- Normal = 3,
- VeryHigh = 6,
- VeryLow = 1,
- }
- public abstract partial class MessageQueueBase
- {
- protected MessageQueueBase() { }
- protected abstract Mono.Messaging.IMessageQueue Queue { get; }
- public event Mono.Messaging.CompletedEventHandler PeekCompleted { add { } remove { } }
- public event Mono.Messaging.CompletedEventHandler ReceiveCompleted { add { } remove { } }
- public System.IAsyncResult BeginPeek() { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public System.IAsyncResult BeginReceive() { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult) { throw null; }
- public void SendPeekCompleted(System.IAsyncResult result) { }
- public void SendReceiveCompleted(System.IAsyncResult result) { }
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionStatus
- {
- Aborted = 0,
- Committed = 1,
- Initialized = 2,
- Pending = 3,
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionType
- {
- Automatic = 1,
- None = 0,
- Single = 3,
- }
- [System.SerializableAttribute]
- public enum MessageType
- {
- Acknowledgment = 1,
- Normal = 2,
- Report = 3,
- }
- public partial class MessageUnavailableException : Mono.Messaging.MonoMessagingException
- {
- public MessageUnavailableException() { }
- public MessageUnavailableException(string msg) { }
- public MessageUnavailableException(string msg, System.Exception e) { }
- }
- public partial class MessagingProviderLocator
- {
- internal MessagingProviderLocator() { }
- public static readonly System.TimeSpan InfiniteTimeout;
- public static Mono.Messaging.MessagingProviderLocator Instance { get { throw null; } }
- public static Mono.Messaging.IMessagingProvider GetProvider() { throw null; }
- }
- public partial class MonoMessagingException : System.Exception
- {
- public MonoMessagingException() { }
- public MonoMessagingException(string msg) { }
- public MonoMessagingException(string msg, System.Exception e) { }
- }
- public sealed partial class QueueReference
- {
- public static readonly Mono.Messaging.QueueReference DEFAULT;
- public static readonly string LOCALHOST;
- public QueueReference(string host, string queue, bool isPrivate) { }
- public string Host { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public string Queue { get { throw null; } }
- public bool Equals(Mono.Messaging.QueueReference other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool IsPrivateStr(string s) { throw null; }
- public static bool operator ==(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static bool operator !=(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static Mono.Messaging.QueueReference Parse(string path) { throw null; }
- public static string RemoveLeadingSlashes(string s) { throw null; }
- public Mono.Messaging.QueueReference SetHost(string host) { throw null; }
- public Mono.Messaging.QueueReference SetQueue(string queue) { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.5.2/Mono.Options.cs b/src/v4.5.2/Mono.Options.cs
deleted file mode 100644
index da55be4..0000000
--- a/src/v4.5.2/Mono.Options.cs
+++ /dev/null
@@ -1,137 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.2.3.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Command Line Parsing Utilities")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Options.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Options
-{
- public abstract partial class ArgumentSource
- {
- protected ArgumentSource() { }
- public abstract string Description { get; }
- public static System.Collections.Generic.IEnumerable<string> GetArguments(System.IO.TextReader reader) { throw null; }
- public abstract bool GetArguments(string value, out System.Collections.Generic.IEnumerable<string> replacement);
- public static System.Collections.Generic.IEnumerable<string> GetArgumentsFromFile(string file) { throw null; }
- public abstract string[] GetNames();
- }
- public abstract partial class Option
- {
- protected Option(string prototype, string description) { }
- protected Option(string prototype, string description, int maxValueCount) { }
- protected Option(string prototype, string description, int maxValueCount, bool hidden) { }
- public string Description { get { throw null; } }
- public bool Hidden { get { throw null; } }
- public int MaxValueCount { get { throw null; } }
- public Mono.Options.OptionValueType OptionValueType { get { throw null; } }
- public string Prototype { get { throw null; } }
- public string[] GetNames() { throw null; }
- public string[] GetValueSeparators() { throw null; }
- public void Invoke(Mono.Options.OptionContext c) { }
- protected abstract void OnParseComplete(Mono.Options.OptionContext c);
- protected static T Parse<T>(string value, Mono.Options.OptionContext c) { throw null; }
- public override string ToString() { throw null; }
- }
- public delegate void OptionAction<TKey, TValue>(TKey key, TValue value);
- public partial class OptionContext
- {
- public OptionContext(Mono.Options.OptionSet @set) { }
- public Mono.Options.Option Option { get { throw null; } set { } }
- public int OptionIndex { get { throw null; } set { } }
- public string OptionName { get { throw null; } set { } }
- public Mono.Options.OptionSet OptionSet { get { throw null; } }
- public Mono.Options.OptionValueCollection OptionValues { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OptionException : System.Exception
- {
- public OptionException() { }
- protected OptionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public OptionException(string message, string optionName) { }
- public OptionException(string message, string optionName, System.Exception innerException) { }
- public string OptionName { get { throw null; } }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class OptionSet : System.Collections.ObjectModel.KeyedCollection<string, Mono.Options.Option>
- {
- public OptionSet() { }
- public OptionSet(System.Converter<string, string> localizer) { }
- public System.Collections.ObjectModel.ReadOnlyCollection<Mono.Options.ArgumentSource> ArgumentSources { get { throw null; } }
- public System.Converter<string, string> MessageLocalizer { get { throw null; } }
- public Mono.Options.OptionSet Add(Mono.Options.ArgumentSource source) { throw null; }
- public new Mono.Options.OptionSet Add(Mono.Options.Option option) { throw null; }
- public Mono.Options.OptionSet Add(string header) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, Mono.Options.OptionAction<string, string> action) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, System.Action<string> action) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, string description, Mono.Options.OptionAction<string, string> action) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, string description, Mono.Options.OptionAction<string, string> action, bool hidden) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, string description, System.Action<string> action) { throw null; }
- public Mono.Options.OptionSet Add(string prototype, string description, System.Action<string> action, bool hidden) { throw null; }
- public Mono.Options.OptionSet Add<T>(string prototype, System.Action<T> action) { throw null; }
- public Mono.Options.OptionSet Add<T>(string prototype, string description, System.Action<T> action) { throw null; }
- public Mono.Options.OptionSet Add<TKey, TValue>(string prototype, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
- public Mono.Options.OptionSet Add<TKey, TValue>(string prototype, string description, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
- protected virtual Mono.Options.OptionContext CreateOptionContext() { throw null; }
- protected override string GetKeyForItem(Mono.Options.Option item) { throw null; }
- [System.ObsoleteAttribute("Use KeyedCollection.this[string]")]
- protected Mono.Options.Option GetOptionForName(string option) { throw null; }
- protected bool GetOptionParts(string argument, out string flag, out string name, out string sep, out string value) { flag = default(string); name = default(string); sep = default(string); value = default(string); throw null; }
- protected override void InsertItem(int index, Mono.Options.Option item) { }
- public System.Collections.Generic.List<string> Parse(System.Collections.Generic.IEnumerable<string> arguments) { throw null; }
- protected virtual bool Parse(string argument, Mono.Options.OptionContext c) { throw null; }
- protected override void RemoveItem(int index) { }
- protected override void SetItem(int index, Mono.Options.Option item) { }
- public void WriteOptionDescriptions(System.IO.TextWriter o) { }
- }
- public partial class OptionValueCollection : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.IList<string>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- internal OptionValueCollection() { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public string this[int index] { get { throw null; } set { } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public void Add(string item) { }
- public void Clear() { }
- public bool Contains(string item) { throw null; }
- public void CopyTo(string[] array, int arrayIndex) { }
- public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
- public int IndexOf(string item) { throw null; }
- public void Insert(int index, string item) { }
- public bool Remove(string item) { throw null; }
- public void RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object value) { throw null; }
- bool System.Collections.IList.Contains(object value) { throw null; }
- int System.Collections.IList.IndexOf(object value) { throw null; }
- void System.Collections.IList.Insert(int index, object value) { }
- void System.Collections.IList.Remove(object value) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public string[] ToArray() { throw null; }
- public System.Collections.Generic.List<string> ToList() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum OptionValueType
- {
- None = 0,
- Optional = 1,
- Required = 2,
- }
- public partial class ResponseFileSource : Mono.Options.ArgumentSource
- {
- public ResponseFileSource() { }
- public override string Description { get { throw null; } }
- public override bool GetArguments(string value, out System.Collections.Generic.IEnumerable<string> replacement) { replacement = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public override string[] GetNames() { throw null; }
- }
-}
diff --git a/src/v4.5.2/Mono.Parallel.cs b/src/v4.5.2/Mono.Parallel.cs
deleted file mode 100644
index 3cb817b..0000000
--- a/src/v4.5.2/Mono.Parallel.cs
+++ /dev/null
@@ -1,151 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Collections.Concurrent
-{
- public partial class ConcurrentOrderedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentOrderedList() { }
- public ConcurrentOrderedList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public System.Collections.Generic.IEqualityComparer<T> Comparer { get { throw null; } }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T data) { throw null; }
- public bool ContainsHash(int key) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryAdd(T data) { throw null; }
- public bool TryGetFromHash(int key, out T data) { data = default(T); throw null; }
- public bool TryPop(out T data) { data = default(T); throw null; }
- public bool TryRemove(T data) { throw null; }
- public bool TryRemoveHash(int key, out T data) { data = default(T); throw null; }
- }
- public partial class ConcurrentSkipList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentSkipList() { }
- public ConcurrentSkipList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T value) { throw null; }
- public bool ContainsHash(int hash) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- public bool Remove(T value) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public T[] ToArray() { throw null; }
- public bool TryAdd(T value) { throw null; }
- public bool TryGetFromHash(int hash, out T value) { value = default(T); throw null; }
- }
-}
-namespace Mono.Threading
-{
- public partial class AtomicBoolean
- {
- public AtomicBoolean() { }
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBoolean rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBoolean FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBoolean rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBoolean (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AtomicBooleanValue
- {
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBooleanValue FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBooleanValue (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- public partial class CSnzi
- {
- public CSnzi() { }
- public Mono.Threading.CSnziNode Arrive() { throw null; }
- public bool Close() { throw null; }
- public bool Depart(Mono.Threading.CSnziNode node) { throw null; }
- public void Open() { }
- public System.Tuple<bool, Mono.Threading.CSnziState> Query() { throw null; }
- }
- public abstract partial class CSnziNode
- {
- protected CSnziNode() { }
- }
- public enum CSnziState
- {
- Closed = 1,
- Open = 0,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ReaderWriterLockSlimmer
- {
- public void EnterReadLock(ref bool taken) { }
- public void EnterWriteLock(ref bool taken) { }
- public void ExitReadLock() { }
- public void ExitWriteLock() { }
- public void TryEnterReadLock(ref bool taken) { }
- public void TryEnterWriteLock(ref bool taken) { }
- }
- public partial class Snzi
- {
- public Snzi() { }
- public bool IsSet { get { throw null; } }
- public void Decrement() { }
- public void Increment() { }
- public void Reset() { }
- }
- public partial class SpinLockWrapper
- {
- public System.Threading.SpinLock Lock;
- public SpinLockWrapper() { }
- public SpinLockWrapper(bool enableTracking) { }
- }
-}
-namespace Mono.Threading.Tasks
-{
- public partial class CyclicDeque<T> : Mono.Threading.Tasks.IConcurrentDeque<T>
- {
- public CyclicDeque() { }
- public bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> GetEnumerable() { throw null; }
- public bool PeekBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopTop(out T obj) { obj = default(T); throw null; }
- public void PushBottom(T obj) { }
- }
- public partial interface IConcurrentDeque<T>
- {
- System.Collections.Generic.IEnumerable<T> GetEnumerable();
- Mono.Threading.Tasks.PopResult PopBottom(out T obj);
- Mono.Threading.Tasks.PopResult PopTop(out T obj);
- void PushBottom(T obj);
- }
- public enum PopResult
- {
- Abort = 2,
- Empty = 1,
- Succeed = 0,
- }
-}
diff --git a/src/v4.5.2/Mono.Posix.cs b/src/v4.5.2/Mono.Posix.cs
deleted file mode 100644
index e479bd0..0000000
--- a/src/v4.5.2/Mono.Posix.cs
+++ /dev/null
@@ -1,2967 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Unix Integration Classes")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Posix.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Posix
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.AccessModes")]
- public enum AccessMode
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Catalog")]
- public partial class Catalog
- {
- public Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum FileMode
- {
- S_IRGRP = 32,
- S_IROTH = 4,
- S_IRUSR = 256,
- S_ISGID = 1024,
- S_ISUID = 2048,
- S_ISVTX = 512,
- S_IWGRP = 16,
- S_IWOTH = 2,
- S_IWUSR = 128,
- S_IXGRP = 8,
- S_IXOTH = 1,
- S_IXUSR = 64,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.OpenFlags")]
- public enum OpenFlags
- {
- O_APPEND = 64,
- O_CREAT = 4,
- O_EXCL = 8,
- O_NOCTTY = 16,
- O_NONBLOCK = 128,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 256,
- O_TRUNC = 32,
- O_WRONLY = 1,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.PeerCred")]
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Signum")]
- public enum Signals
- {
- SIGABRT = 5,
- SIGALRM = 13,
- SIGBUS = 6,
- SIGCHLD = 15,
- SIGCONT = 16,
- SIGFPE = 7,
- SIGHUP = 0,
- SIGILL = 3,
- SIGINT = 1,
- SIGIO = 27,
- SIGKILL = 8,
- SIGPIPE = 12,
- SIGPROF = 25,
- SIGQUIT = 2,
- SIGSEGV = 10,
- SIGSTOP = 17,
- SIGSYS = 28,
- SIGTERM = 14,
- SIGTRAP = 4,
- SIGTSTP = 18,
- SIGTTIN = 19,
- SIGTTOU = 20,
- SIGURG = 21,
- SIGUSR1 = 9,
- SIGUSR2 = 11,
- SIGVTALRM = 24,
- SIGWINCH = 26,
- SIGXCPU = 22,
- SIGXFSZ = 23,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_atime")]
- public readonly System.DateTime ATime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blocks")]
- public readonly long Blocks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blksize")]
- public readonly long BlockSize;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ctime")]
- public readonly System.DateTime CTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_dev")]
- public readonly int Device;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_rdev")]
- public readonly long DeviceType;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_gid")]
- public readonly int Gid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ino")]
- public readonly int INode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mode")]
- public readonly Mono.Posix.StatMode Mode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mtime")]
- public readonly System.DateTime MTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_nlink")]
- public readonly int NLinks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_size")]
- public readonly long Size;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_uid")]
- public readonly int Uid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.LocalUnixEpoch")]
- public static readonly System.DateTime UnixEpoch;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.ToDateTime")]
- public static System.DateTime UnixToDateTime(long unix) { throw null; }
- }
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatMode
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFBLK")]
- BlockDevice = 24576,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFCHR")]
- CharDevice = 8192,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFDIR")]
- Directory = 16384,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFIFO")]
- FIFO = 4096,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXGRP")]
- GroupExecute = 8,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRGRP")]
- GroupRead = 32,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWGRP")]
- GroupWrite = 16,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXOTH")]
- OthersExecute = 1,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IROTH")]
- OthersRead = 4,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWOTH")]
- OthersWrite = 2,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXUSR")]
- OwnerExecute = 64,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRUSR")]
- OwnerRead = 256,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWUSR")]
- OwnerWrite = 128,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFREG")]
- Regular = 32768,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISGID")]
- SGid = 1024,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFSOCK")]
- Socket = 49152,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISVTX")]
- Sticky = 512,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISUID")]
- SUid = 2048,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFLNK")]
- SymLink = 40960,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatModeMasks
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXG")]
- GroupMask = 56,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXO")]
- OthersMask = 7,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXU")]
- OwnerMask = 448,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFMT")]
- TypeMask = 61440,
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Syscall.")]
- public partial class Syscall
- {
- public Syscall() { }
- public static int access(string pathname, Mono.Posix.AccessMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir(string path);
- public static int chmod(string path, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- public static int creat(string pathname, Mono.Posix.FileMode flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int oldFileDescriptor, int newFileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int exit(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fork();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int geteuid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgid();
- public static string getgroupname(int gid) { throw null; }
- public static string GetHostName() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string gethostname() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getuid();
- public static string getusername(int uid) { throw null; }
- public static bool isatty(int desc) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void kill(int pid, int sig);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lseek(int fileDescriptor, int offset, int whence);
- public static int lstat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static int mkdir(string pathname, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int increment);
- public static int open(string pathname, Mono.Posix.OpenFlags flags) { throw null; }
- public static int open(string pathname, Mono.Posix.OpenFlags flags, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr read(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern string readdir(System.IntPtr dir);
- public static string readlink(string path) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(int gid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(int rgid, int egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(int ruid, int euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(int uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int signal(int signum, Mono.Posix.Syscall.sighandler_t handler);
- public static int stat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static string strerror(int errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink(string oldpath, string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void sync();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int umask(int umask);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink(string path);
- public static int waitpid(int pid, Mono.Posix.WaitOptions options) { throw null; }
- public static int waitpid(int pid, out int status, Mono.Posix.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFEXITED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSIGNALED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSTOPPED(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr write(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WSTOPSIG(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WTERMSIG(int status);
- public delegate void sighandler_t(int v);
- }
- [System.ObsoleteAttribute("Use Mono.Unix.UnixEndPoint")]
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.WaitOptions")]
- public enum WaitOptions
- {
- WNOHANG = 0,
- WUNTRACED = 1,
- }
-}
-namespace Mono.Remoting.Channels.Unix
-{
- public partial class UnixChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixChannel() { }
- public UnixChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixChannel(string path) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
- public partial class UnixClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixClientChannel() { }
- public UnixClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public UnixClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- }
- public partial class UnixServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver
- {
- public UnixServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixServerChannel(string path) { }
- public UnixServerChannel(string name, string path) { }
- public UnixServerChannel(string name, string path, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public string GetChannelUri() { throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
-}
-namespace Mono.Unix
-{
- [System.SerializableAttribute]
- public partial class AbstractUnixEndPoint : System.Net.EndPoint
- {
- public AbstractUnixEndPoint(string path) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Path { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Catalog
- {
- internal Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- public enum FileAccessPattern
- {
- FlushCache = 4,
- NoReuse = 5,
- Normal = 0,
- PreLoad = 3,
- Random = 1,
- Sequential = 2,
- }
- [System.FlagsAttribute]
- public enum FileAccessPermissions
- {
- AllPermissions = 511,
- DefaultPermissions = 438,
- GroupExecute = 8,
- GroupRead = 32,
- GroupReadWriteExecute = 56,
- GroupWrite = 16,
- OtherExecute = 1,
- OtherRead = 4,
- OtherReadWriteExecute = 7,
- OtherWrite = 2,
- UserExecute = 64,
- UserRead = 256,
- UserReadWriteExecute = 448,
- UserWrite = 128,
- }
- public sealed partial class FileHandleOperations
- {
- internal FileHandleOperations() { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- }
- [System.FlagsAttribute]
- public enum FileSpecialAttributes
- {
- SetGroupId = 1024,
- SetUserId = 2048,
- Sticky = 512,
- }
- public enum FileTypes
- {
- BlockDevice = 24576,
- CharacterDevice = 8192,
- Directory = 16384,
- Fifo = 4096,
- RegularFile = 32768,
- Socket = 49152,
- SymbolicLink = 40960,
- }
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- public partial class StdioFileStream : System.IO.Stream
- {
- public static readonly System.IntPtr InvalidFileStream;
- public static readonly System.IntPtr StandardError;
- public static readonly System.IntPtr StandardInput;
- public static readonly System.IntPtr StandardOutput;
- public StdioFileStream(System.IntPtr fileStream) { }
- public StdioFileStream(System.IntPtr fileStream, bool ownsHandle) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access, bool ownsHandle) { }
- public StdioFileStream(string path) { }
- public StdioFileStream(string path, System.IO.FileAccess access) { }
- public StdioFileStream(string path, System.IO.FileMode mode) { }
- public StdioFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) { }
- public StdioFileStream(string path, string mode) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~StdioFileStream() { }
- public override void Flush() { }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public void RestoreFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public void Rewind() { }
- public void SaveFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class UnixClient : System.MarshalByRefObject, System.IDisposable
- {
- public UnixClient() { }
- public UnixClient(Mono.Unix.UnixEndPoint ep) { }
- public UnixClient(string path) { }
- public System.Net.Sockets.Socket Client { get { throw null; } set { } }
- public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
- public Mono.Unix.PeerCred PeerCredential { get { throw null; } }
- public int ReceiveBufferSize { get { throw null; } set { } }
- public int ReceiveTimeout { get { throw null; } set { } }
- public int SendBufferSize { get { throw null; } set { } }
- public int SendTimeout { get { throw null; } set { } }
- public void Close() { }
- public void Connect(Mono.Unix.UnixEndPoint remoteEndPoint) { }
- public void Connect(string path) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~UnixClient() { }
- public System.Net.Sockets.NetworkStream GetStream() { throw null; }
- }
- public sealed partial class UnixDirectoryInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixDirectoryInfo(string path) : base (default(string)) { }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Parent { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Root { get { throw null; } }
- public void Create() { }
- public void Create(Mono.Unix.FileAccessPermissions mode) { }
- [System.CLSCompliantAttribute(false)]
- public void Create(Mono.Unix.Native.FilePermissions mode) { }
- public override void Delete() { }
- public void Delete(bool recursive) { }
- public static string GetCurrentDirectory() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(string regex) { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries() { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(string regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public static void SetCurrentDirectory(string path) { }
- }
- public sealed partial class UnixDriveInfo
- {
- public UnixDriveInfo(string mountPoint) { }
- public long AvailableFreeSpace { get { throw null; } }
- public string DriveFormat { get { throw null; } }
- public Mono.Unix.UnixDriveType DriveType { get { throw null; } }
- public bool IsReady { get { throw null; } }
- public long MaximumFilenameLength { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo RootDirectory { get { throw null; } }
- public long TotalFreeSpace { get { throw null; } }
- public long TotalSize { get { throw null; } }
- public string VolumeLabel { get { throw null; } }
- public static Mono.Unix.UnixDriveInfo[] GetDrives() { throw null; }
- public static Mono.Unix.UnixDriveInfo GetForSpecialFile(string specialFile) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum UnixDriveType
- {
- CDRom = 5,
- Fixed = 3,
- Network = 4,
- NoRootDirectory = 1,
- Ram = 6,
- Removable = 2,
- Unknown = 0,
- }
- [System.SerializableAttribute]
- public partial class UnixEncoding : System.Text.Encoding
- {
- public static readonly char EscapeByte;
- public static readonly System.Text.Encoding Instance;
- public UnixEncoding() { }
- public override bool Equals(object value) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetHashCode() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override byte[] GetPreamble() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class UnixEnvironment
- {
- internal UnixEnvironment() { }
- public static string CurrentDirectory { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo EffectiveGroup { get { throw null; } set { } }
- public static long EffectiveGroupId { get { throw null; } set { } }
- public static Mono.Unix.UnixUserInfo EffectiveUser { get { throw null; } set { } }
- public static long EffectiveUserId { get { throw null; } set { } }
- public static string Login { get { throw null; } }
- public static string MachineName { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo RealGroup { get { throw null; } }
- public static long RealGroupId { get { throw null; } }
- public static Mono.Unix.UnixUserInfo RealUser { get { throw null; } }
- public static long RealUserId { get { throw null; } }
- public static string UserName { get { throw null; } }
- public static int CreateSession() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string GetConfigurationString(Mono.Unix.Native.ConfstrName name) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static long GetConfigurationValue(Mono.Unix.Native.SysconfName name) { throw null; }
- public static Mono.Unix.UnixProcess GetParentProcess() { throw null; }
- public static int GetParentProcessId() { throw null; }
- public static int GetProcessGroup() { throw null; }
- public static long[] GetSupplementaryGroupIds() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetSupplementaryGroups() { throw null; }
- public static string[] GetUserShells() { throw null; }
- public static void SetNiceValue(int inc) { }
- public static void SetProcessGroup() { }
- public static void SetSupplementaryGroupIds(long[] list) { }
- public static void SetSupplementaryGroups(Mono.Unix.UnixGroupInfo[] groups) { }
- }
- public sealed partial class UnixFileInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixFileInfo(string path) : base (default(string)) { }
- public Mono.Unix.UnixDirectoryInfo Directory { get { throw null; } }
- public string DirectoryName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixStream Create() { throw null; }
- public Mono.Unix.UnixStream Create(Mono.Unix.FileAccessPermissions mode) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Create(Mono.Unix.Native.FilePermissions mode) { throw null; }
- public override void Delete() { }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access, Mono.Unix.Native.FilePermissions perms) { throw null; }
- public Mono.Unix.UnixStream OpenRead() { throw null; }
- public Mono.Unix.UnixStream OpenWrite() { throw null; }
- }
- public abstract partial class UnixFileSystemInfo
- {
- protected UnixFileSystemInfo(string path) { }
- public long BlocksAllocated { get { throw null; } }
- public long BlockSize { get { throw null; } }
- public long Device { get { throw null; } }
- public long DeviceType { get { throw null; } }
- public bool Exists { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public virtual string FullName { get { throw null; } }
- protected string FullPath { get { throw null; } set { } }
- public long Inode { get { throw null; } }
- public bool IsBlockDevice { get { throw null; } }
- public bool IsCharacterDevice { get { throw null; } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFifo { get { throw null; } }
- public bool IsRegularFile { get { throw null; } }
- public bool IsSetGroup { get { throw null; } }
- public bool IsSetUser { get { throw null; } }
- public bool IsSocket { get { throw null; } }
- public bool IsSticky { get { throw null; } }
- public bool IsSymbolicLink { get { throw null; } }
- public System.DateTime LastAccessTime { get { throw null; } }
- public System.DateTime LastAccessTimeUtc { get { throw null; } }
- public System.DateTime LastStatusChangeTime { get { throw null; } }
- public System.DateTime LastStatusChangeTimeUtc { get { throw null; } }
- public System.DateTime LastWriteTime { get { throw null; } }
- public System.DateTime LastWriteTimeUtc { get { throw null; } }
- public long Length { get { throw null; } }
- public long LinkCount { get { throw null; } }
- public abstract string Name { get; }
- protected string OriginalPath { get { throw null; } set { } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public bool CanAccess(Mono.Unix.Native.AccessModes mode) { throw null; }
- public Mono.Unix.UnixFileSystemInfo CreateLink(string path) { throw null; }
- public Mono.Unix.UnixSymbolicLinkInfo CreateSymbolicLink(string path) { throw null; }
- public abstract void Delete();
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- protected virtual bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public static Mono.Unix.UnixFileSystemInfo GetFileSystemEntry(string path) { throw null; }
- public void Refresh() { }
- public void SetLength(long length) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner, Mono.Unix.UnixGroupInfo group) { }
- public virtual void SetOwner(long owner, long group) { }
- public void SetOwner(string owner) { }
- public void SetOwner(string owner, string group) { }
- public Mono.Unix.Native.Stat ToStat() { throw null; }
- public override string ToString() { throw null; }
- public static bool TryGetFileSystemEntry(string path, out Mono.Unix.UnixFileSystemInfo entry) { entry = default(Mono.Unix.UnixFileSystemInfo); throw null; }
- }
- public sealed partial class UnixGroupInfo
- {
- public UnixGroupInfo(Mono.Unix.Native.Group group) { }
- public UnixGroupInfo(long group) { }
- public UnixGroupInfo(string group) { }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string Password { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetLocalGroups() { throw null; }
- public string[] GetMemberNames() { throw null; }
- public Mono.Unix.UnixUserInfo[] GetMembers() { throw null; }
- public Mono.Unix.Native.Group ToGroup() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixIOException : System.IO.IOException
- {
- public UnixIOException() { }
- public UnixIOException(Mono.Unix.Native.Errno errno) { }
- public UnixIOException(Mono.Unix.Native.Errno errno, System.Exception inner) { }
- public UnixIOException(int errno) { }
- public UnixIOException(int errno, System.Exception inner) { }
- protected UnixIOException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public UnixIOException(string message) { }
- public UnixIOException(string message, System.Exception inner) { }
- public Mono.Unix.Native.Errno ErrorCode { get { throw null; } }
- public int NativeErrorCode { get { throw null; } }
- }
- public partial class UnixListener : System.MarshalByRefObject, System.IDisposable
- {
- public UnixListener(Mono.Unix.UnixEndPoint localEndPoint) { }
- public UnixListener(string path) { }
- public System.Net.EndPoint LocalEndpoint { get { throw null; } }
- protected System.Net.Sockets.Socket Server { get { throw null; } }
- public System.Net.Sockets.Socket AcceptSocket() { throw null; }
- public Mono.Unix.UnixClient AcceptUnixClient() { throw null; }
- public void Dispose() { }
- protected void Dispose(bool disposing) { }
- ~UnixListener() { }
- public bool Pending() { throw null; }
- public void Start() { }
- public void Start(int backlog) { }
- public void Stop() { }
- }
- public sealed partial class UnixMarshal
- {
- internal UnixMarshal() { }
- public static System.IntPtr AllocHeap(long size) { throw null; }
- public static void FreeHeap(System.IntPtr ptr) { }
- [System.CLSCompliantAttribute(false)]
- public static string GetErrorDescription(Mono.Unix.Native.Errno errno) { throw null; }
- public static string PtrToString(System.IntPtr p) { throw null; }
- public static string PtrToString(System.IntPtr p, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string PtrToStringUnix(System.IntPtr p) { throw null; }
- public static System.IntPtr ReAllocHeap(System.IntPtr ptr, long size) { throw null; }
- public static bool ShouldRetrySyscall(int r) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool ShouldRetrySyscall(int r, out Mono.Unix.Native.Errno errno) { errno = default(Mono.Unix.Native.Errno); throw null; }
- public static System.IntPtr StringToHeap(string s) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count, System.Text.Encoding encoding) { throw null; }
- public static System.IntPtr StringToHeap(string s, System.Text.Encoding encoding) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForError(Mono.Unix.Native.Errno errno) { }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForErrorIf(int retval, Mono.Unix.Native.Errno errno) { }
- public static void ThrowExceptionForLastError() { }
- public static void ThrowExceptionForLastErrorIf(int retval) { }
- }
- public sealed partial class UnixPath
- {
- internal UnixPath() { }
- public static readonly char AltDirectorySeparatorChar;
- public static readonly char DirectorySeparatorChar;
- public static readonly char PathSeparator;
- public static readonly char VolumeSeparatorChar;
- public static string Combine(string path1, params string[] paths) { throw null; }
- public static string GetCanonicalPath(string path) { throw null; }
- public static string GetCompleteRealPath(string path) { throw null; }
- public static string GetDirectoryName(string path) { throw null; }
- public static string GetFileName(string path) { throw null; }
- public static string GetFullPath(string path) { throw null; }
- public static char[] GetInvalidPathChars() { throw null; }
- public static string GetPathRoot(string path) { throw null; }
- public static string GetRealPath(string path) { throw null; }
- public static bool IsPathRooted(string path) { throw null; }
- public static string ReadLink(string path) { throw null; }
- public static string ReadLinkAt(int dirfd, string path) { throw null; }
- public static string TryReadLink(string path) { throw null; }
- public static string TryReadLinkAt(int dirfd, string path) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct UnixPipes : System.IEquatable<Mono.Unix.UnixPipes>
- {
- public Mono.Unix.UnixStream Reading;
- public Mono.Unix.UnixStream Writing;
- public UnixPipes(Mono.Unix.UnixStream reading, Mono.Unix.UnixStream writing) { throw null;}
- public static Mono.Unix.UnixPipes CreatePipes() { throw null; }
- public bool Equals(Mono.Unix.UnixPipes value) { throw null; }
- public override bool Equals(object value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- public static bool operator !=(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- }
- public sealed partial class UnixProcess
- {
- internal UnixProcess() { }
- public int ExitCode { get { throw null; } }
- public bool HasExited { get { throw null; } }
- public bool HasSignaled { get { throw null; } }
- public bool HasStopped { get { throw null; } }
- public int Id { get { throw null; } }
- public int ProcessGroupId { get { throw null; } set { } }
- public int SessionId { get { throw null; } }
- public Mono.Unix.Native.Signum StopSignal { get { throw null; } }
- public Mono.Unix.Native.Signum TerminationSignal { get { throw null; } }
- public static Mono.Unix.UnixProcess GetCurrentProcess() { throw null; }
- public static int GetCurrentProcessId() { throw null; }
- public void Kill() { }
- [System.CLSCompliantAttribute(false)]
- public void Signal(Mono.Unix.Native.Signum signal) { }
- public void WaitForExit() { }
- }
- public partial class UnixSignal : System.Threading.WaitHandle
- {
- public UnixSignal(Mono.Unix.Native.RealTimeSignum rtsig) { }
- public UnixSignal(Mono.Unix.Native.Signum signum) { }
- public int Count { get { throw null; } set { } }
- public bool IsRealTimeSignal { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public Mono.Unix.Native.RealTimeSignum RealTimeSignum { get { throw null; } }
- public Mono.Unix.Native.Signum Signum { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public bool Reset() { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, int millisecondsTimeout) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, System.TimeSpan timeout) { throw null; }
- public override bool WaitOne() { throw null; }
- public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; }
- public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; }
- }
- public sealed partial class UnixStream : System.IO.Stream, System.IDisposable
- {
- public const int InvalidFileDescriptor = -1;
- public const int StandardErrorFileDescriptor = 2;
- public const int StandardInputFileDescriptor = 0;
- public const int StandardOutputFileDescriptor = 1;
- public UnixStream(int fileDescriptor) { }
- public UnixStream(int fileDescriptor, bool ownsHandle) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public int Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern) { }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public override void Close() { }
- ~UnixStream() { }
- public override void Flush() { }
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public int ReadAtOffset([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count, long fileOffset) { buffer = default(byte[]); throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SendTo(Mono.Unix.UnixStream output) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(Mono.Unix.UnixStream output, ulong count) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(int out_fd, ulong count) { }
- public override void SetLength(long value) { }
- public void SetOwner(long user, long group) { }
- public void SetOwner(string user) { }
- public void SetOwner(string user, string group) { }
- void System.IDisposable.Dispose() { }
- public override void Write(byte[] buffer, int offset, int count) { }
- public void WriteAtOffset(byte[] buffer, int offset, int count, long fileOffset) { }
- }
- public sealed partial class UnixSymbolicLinkInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixSymbolicLinkInfo(string path) : base (default(string)) { }
- [System.ObsoleteAttribute("Use GetContents()")]
- public Mono.Unix.UnixFileSystemInfo Contents { get { throw null; } }
- public string ContentsPath { get { throw null; } }
- public bool HasContents { get { throw null; } }
- public override string Name { get { throw null; } }
- public void CreateSymbolicLinkTo(Mono.Unix.UnixFileSystemInfo path) { }
- public void CreateSymbolicLinkTo(string path) { }
- public override void Delete() { }
- public Mono.Unix.UnixFileSystemInfo GetContents() { throw null; }
- protected override bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public override void SetOwner(long owner, long group) { }
- }
- public sealed partial class UnixUserInfo
- {
- public UnixUserInfo(Mono.Unix.Native.Passwd passwd) { }
- public UnixUserInfo(long user) { }
- public UnixUserInfo(string user) { }
- [System.CLSCompliantAttribute(false)]
- public UnixUserInfo(uint user) { }
- public Mono.Unix.UnixGroupInfo Group { get { throw null; } }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string HomeDirectory { get { throw null; } }
- public string Password { get { throw null; } }
- public string RealName { get { throw null; } }
- public string ShellProgram { get { throw null; } }
- public long UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixUserInfo[] GetLocalUsers() { throw null; }
- public static string GetLoginName() { throw null; }
- public static Mono.Unix.UnixUserInfo GetRealUser() { throw null; }
- public static long GetRealUserId() { throw null; }
- public Mono.Unix.Native.Passwd ToPasswd() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Unix.Native
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AccessModes
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AtFlags
- {
- AT_EMPTY_PATH = 4096,
- AT_NO_AUTOMOUNT = 2048,
- AT_REMOVEDIR = 512,
- AT_SYMLINK_FOLLOW = 1024,
- AT_SYMLINK_NOFOLLOW = 256,
- }
- public sealed partial class CdeclFunction
- {
- public CdeclFunction(string library, string method) { }
- public CdeclFunction(string library, string method, System.Type returnType) { }
- public object Invoke(object[] parameters) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Cmsghdr
- {
- public long cmsg_len;
- public Mono.Unix.Native.UnixSocketProtocol cmsg_level;
- public Mono.Unix.Native.UnixSocketControlMessage cmsg_type;
- public static int Size { get { throw null; } }
- public static Mono.Unix.Native.Cmsghdr ReadFromBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public void WriteToBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { }
- }
- [System.CLSCompliantAttribute(false)]
- public enum ConfstrName
- {
- _CS_GNU_LIBC_VERSION = 2,
- _CS_GNU_LIBPTHREAD_VERSION = 3,
- _CS_LFS64_CFLAGS = 1004,
- _CS_LFS64_LDFLAGS = 1005,
- _CS_LFS64_LIBS = 1006,
- _CS_LFS64_LINTFLAGS = 1007,
- _CS_LFS_CFLAGS = 1000,
- _CS_LFS_LDFLAGS = 1001,
- _CS_LFS_LIBS = 1002,
- _CS_LFS_LINTFLAGS = 1003,
- _CS_PATH = 0,
- _CS_POSIX_V6_ILP32_OFF32_CFLAGS = 1116,
- _CS_POSIX_V6_ILP32_OFF32_LDFLAGS = 1117,
- _CS_POSIX_V6_ILP32_OFF32_LIBS = 1118,
- _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS = 1119,
- _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS = 1120,
- _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS = 1121,
- _CS_POSIX_V6_ILP32_OFFBIG_LIBS = 1122,
- _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS = 1123,
- _CS_POSIX_V6_LP64_OFF64_CFLAGS = 1124,
- _CS_POSIX_V6_LP64_OFF64_LDFLAGS = 1125,
- _CS_POSIX_V6_LP64_OFF64_LIBS = 1126,
- _CS_POSIX_V6_LP64_OFF64_LINTFLAGS = 1127,
- _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS = 1128,
- _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS = 1129,
- _CS_POSIX_V6_LPBIG_OFFBIG_LIBS = 1130,
- _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS = 1131,
- _CS_V6_WIDTH_RESTRICTED_ENVS = 1,
- _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
- _CS_XBS5_ILP32_OFF32_LDFLAGS = 1101,
- _CS_XBS5_ILP32_OFF32_LIBS = 1102,
- _CS_XBS5_ILP32_OFF32_LINTFLAGS = 1103,
- _CS_XBS5_ILP32_OFFBIG_CFLAGS = 1104,
- _CS_XBS5_ILP32_OFFBIG_LDFLAGS = 1105,
- _CS_XBS5_ILP32_OFFBIG_LIBS = 1106,
- _CS_XBS5_ILP32_OFFBIG_LINTFLAGS = 1107,
- _CS_XBS5_LP64_OFF64_CFLAGS = 1108,
- _CS_XBS5_LP64_OFF64_LDFLAGS = 1109,
- _CS_XBS5_LP64_OFF64_LIBS = 1110,
- _CS_XBS5_LP64_OFF64_LINTFLAGS = 1111,
- _CS_XBS5_LPBIG_OFFBIG_CFLAGS = 1112,
- _CS_XBS5_LPBIG_OFFBIG_LDFLAGS = 1113,
- _CS_XBS5_LPBIG_OFFBIG_LIBS = 1114,
- _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS = 1115,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum DirectoryNotifyFlags
- {
- DN_ACCESS = 1,
- DN_ATTRIB = 32,
- DN_CREATE = 4,
- DN_DELETE = 8,
- DN_MODIFY = 2,
- DN_MULTISHOT = -2147483648,
- DN_RENAME = 16,
- }
- public sealed partial class Dirent : System.IEquatable<Mono.Unix.Native.Dirent>
- {
- [System.CLSCompliantAttribute(false)]
- public ulong d_ino;
- public string d_name;
- public long d_off;
- [System.CLSCompliantAttribute(false)]
- public ushort d_reclen;
- public byte d_type;
- public Dirent() { }
- public bool Equals(Mono.Unix.Native.Dirent value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=12, Pack=1)]
- public partial struct EpollEvent
- {
- [System.Runtime.InteropServices.FieldOffsetAttribute(0)]
- public Mono.Unix.Native.EpollEvents events;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public int fd;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public System.IntPtr ptr;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public uint u32;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public ulong u64;
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum EpollEvents : uint
- {
- EPOLLERR = (uint)8,
- EPOLLET = (uint)2147483648,
- EPOLLHUP = (uint)16,
- EPOLLIN = (uint)1,
- EPOLLMSG = (uint)1024,
- EPOLLONESHOT = (uint)1073741824,
- EPOLLOUT = (uint)4,
- EPOLLPRI = (uint)2,
- EPOLLRDBAND = (uint)128,
- EPOLLRDHUP = (uint)8192,
- EPOLLRDNORM = (uint)64,
- EPOLLWRBAND = (uint)512,
- EPOLLWRNORM = (uint)256,
- }
- [System.FlagsAttribute]
- public enum EpollFlags
- {
- EPOLL_CLOEXEC = 2000000,
- EPOLL_NONBLOCK = 4000,
- }
- public enum EpollOp
- {
- EPOLL_CTL_ADD = 1,
- EPOLL_CTL_DEL = 2,
- EPOLL_CTL_MOD = 3,
- }
- public enum Errno
- {
- E2BIG = 7,
- EACCES = 13,
- EADDRINUSE = 98,
- EADDRNOTAVAIL = 99,
- EADV = 68,
- EAFNOSUPPORT = 97,
- EAGAIN = 11,
- EALREADY = 114,
- EAUTH = 1080,
- EBADARCH = 1086,
- EBADE = 52,
- EBADEXEC = 1085,
- EBADF = 9,
- EBADFD = 77,
- EBADMACHO = 1088,
- EBADMSG = 74,
- EBADR = 53,
- EBADRPC = 1072,
- EBADRQC = 56,
- EBADSLT = 57,
- EBFONT = 59,
- EBUSY = 16,
- ECANCELED = 125,
- ECHILD = 10,
- ECHRNG = 44,
- ECOMM = 70,
- ECONNABORTED = 103,
- ECONNREFUSED = 111,
- ECONNRESET = 104,
- EDEADLK = 35,
- EDEADLOCK = 35,
- EDESTADDRREQ = 89,
- EDEVERR = 1083,
- EDOM = 33,
- EDOTDOT = 73,
- EDQUOT = 122,
- EEXIST = 17,
- EFAULT = 14,
- EFBIG = 27,
- EFTYPE = 1079,
- EHOSTDOWN = 112,
- EHOSTUNREACH = 113,
- EIDRM = 43,
- EILSEQ = 84,
- EINPROGRESS = 115,
- EINTR = 4,
- EINVAL = 22,
- EIO = 5,
- EISCONN = 106,
- EISDIR = 21,
- EISNAM = 120,
- EKEYEXPIRED = 127,
- EKEYREJECTED = 129,
- EKEYREVOKED = 128,
- EL2HLT = 51,
- EL2NSYNC = 45,
- EL3HLT = 46,
- EL3RST = 47,
- ELIBACC = 79,
- ELIBBAD = 80,
- ELIBEXEC = 83,
- ELIBMAX = 82,
- ELIBSCN = 81,
- ELNRNG = 48,
- ELOOP = 40,
- EMEDIUMTYPE = 124,
- EMFILE = 24,
- EMLINK = 31,
- EMSGSIZE = 90,
- EMULTIHOP = 72,
- ENAMETOOLONG = 36,
- ENAVAIL = 119,
- ENEEDAUTH = 1081,
- ENETDOWN = 100,
- ENETRESET = 102,
- ENETUNREACH = 101,
- ENFILE = 23,
- ENOANO = 55,
- ENOATTR = 1093,
- ENOBUFS = 105,
- ENOCSI = 50,
- ENODATA = 61,
- ENODEV = 19,
- ENOENT = 2,
- ENOEXEC = 8,
- ENOKEY = 126,
- ENOLCK = 37,
- ENOLINK = 67,
- ENOMEDIUM = 123,
- ENOMEM = 12,
- ENOMSG = 42,
- ENONET = 64,
- ENOPKG = 65,
- ENOPOLICY = 1103,
- ENOPROTOOPT = 92,
- ENOSPC = 28,
- ENOSR = 63,
- ENOSTR = 60,
- ENOSYS = 38,
- ENOTBLK = 15,
- ENOTCONN = 107,
- ENOTDIR = 20,
- ENOTEMPTY = 39,
- ENOTNAM = 118,
- ENOTRECOVERABLE = 131,
- ENOTSOCK = 88,
- ENOTTY = 25,
- ENOTUNIQ = 76,
- ENXIO = 6,
- EOPNOTSUPP = 95,
- EOVERFLOW = 75,
- EOWNERDEAD = 130,
- EPERM = 1,
- EPFNOSUPPORT = 96,
- EPIPE = 32,
- EPROCLIM = 1067,
- EPROCUNAVAIL = 1076,
- EPROGMISMATCH = 1075,
- EPROGUNAVAIL = 1074,
- EPROTO = 71,
- EPROTONOSUPPORT = 93,
- EPROTOTYPE = 91,
- EPWROFF = 1082,
- ERANGE = 34,
- EREMCHG = 78,
- EREMOTE = 66,
- EREMOTEIO = 121,
- ERESTART = 85,
- EROFS = 30,
- ERPCMISMATCH = 1073,
- ESHLIBVERS = 1087,
- ESHUTDOWN = 108,
- ESOCKTNOSUPPORT = 94,
- ESPIPE = 29,
- ESRCH = 3,
- ESRMNT = 69,
- ESTALE = 116,
- ESTRPIPE = 86,
- ETIME = 62,
- ETIMEDOUT = 110,
- ETOOMANYREFS = 109,
- ETXTBSY = 26,
- EUCLEAN = 117,
- EUNATCH = 49,
- EUSERS = 87,
- EWOULDBLOCK = 11,
- EXDEV = 18,
- EXFULL = 54,
- }
- [System.CLSCompliantAttribute(false)]
- public enum FcntlCommand
- {
- F_DUPFD = 0,
- F_GETFD = 1,
- F_GETFL = 3,
- F_GETLEASE = 1025,
- F_GETLK = 12,
- F_GETOWN = 9,
- F_GETSIG = 11,
- F_NOCACHE = 48,
- F_NOTIFY = 1026,
- F_SETFD = 2,
- F_SETFL = 4,
- F_SETLEASE = 1024,
- F_SETLK = 13,
- F_SETLKW = 14,
- F_SETOWN = 8,
- F_SETSIG = 10,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum FilePermissions : uint
- {
- ACCESSPERMS = (uint)511,
- ALLPERMS = (uint)4095,
- DEFFILEMODE = (uint)438,
- S_IFBLK = (uint)24576,
- S_IFCHR = (uint)8192,
- S_IFDIR = (uint)16384,
- S_IFIFO = (uint)4096,
- S_IFLNK = (uint)40960,
- S_IFMT = (uint)61440,
- S_IFREG = (uint)32768,
- S_IFSOCK = (uint)49152,
- S_IRGRP = (uint)32,
- S_IROTH = (uint)4,
- S_IRUSR = (uint)256,
- S_IRWXG = (uint)56,
- S_IRWXO = (uint)7,
- S_IRWXU = (uint)448,
- S_ISGID = (uint)1024,
- S_ISUID = (uint)2048,
- S_ISVTX = (uint)512,
- S_IWGRP = (uint)16,
- S_IWOTH = (uint)2,
- S_IWUSR = (uint)128,
- S_IXGRP = (uint)8,
- S_IXOTH = (uint)1,
- S_IXUSR = (uint)64,
- }
- public sealed partial class FilePosition : System.MarshalByRefObject, System.IDisposable, System.IEquatable<Mono.Unix.Native.FilePosition>
- {
- public FilePosition() { }
- public void Dispose() { }
- public bool Equals(Mono.Unix.Native.FilePosition value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- ~FilePosition() { }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Flock : System.IEquatable<Mono.Unix.Native.Flock>
- {
- public long l_len;
- public int l_pid;
- public long l_start;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.LockType l_type;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.SeekFlags l_whence;
- public bool Equals(Mono.Unix.Native.Flock value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- }
- public sealed partial class Fstab : System.IEquatable<Mono.Unix.Native.Fstab>
- {
- public string fs_file;
- public int fs_freq;
- public string fs_mntops;
- public int fs_passno;
- public string fs_spec;
- public string fs_type;
- public string fs_vfstype;
- public Fstab() { }
- public bool Equals(Mono.Unix.Native.Fstab value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class Group : System.IEquatable<Mono.Unix.Native.Group>
- {
- [System.CLSCompliantAttribute(false)]
- public uint gr_gid;
- public string[] gr_mem;
- public string gr_name;
- public string gr_passwd;
- public Group() { }
- public bool Equals(Mono.Unix.Native.Group value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct In6Addr : System.IEquatable<Mono.Unix.Native.In6Addr>
- {
- public In6Addr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.In6Addr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InAddr : System.IEquatable<Mono.Unix.Native.InAddr>
- {
- public uint s_addr;
- public InAddr(byte b0, byte b1, byte b2, byte b3) { throw null;}
- public InAddr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.InAddr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Iovec
- {
- public System.IntPtr iov_base;
- [System.CLSCompliantAttribute(false)]
- public ulong iov_len;
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Linger
- {
- public int l_linger;
- public int l_onoff;
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockfCommand
- {
- F_LOCK = 1,
- F_TEST = 3,
- F_TLOCK = 2,
- F_ULOCK = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockType : short
- {
- F_RDLCK = (short)0,
- F_UNLCK = (short)2,
- F_WRLCK = (short)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MessageFlags
- {
- MSG_CMSG_CLOEXEC = 1073741824,
- MSG_CONFIRM = 2048,
- MSG_CTRUNC = 8,
- MSG_DONTROUTE = 4,
- MSG_DONTWAIT = 64,
- MSG_EOR = 128,
- MSG_ERRQUEUE = 8192,
- MSG_FASTOPEN = 536870912,
- MSG_FIN = 512,
- MSG_MORE = 32768,
- MSG_NOSIGNAL = 16384,
- MSG_OOB = 1,
- MSG_PEEK = 2,
- MSG_PROXY = 16,
- MSG_RST = 4096,
- MSG_SYN = 1024,
- MSG_TRUNC = 32,
- MSG_WAITALL = 256,
- MSG_WAITFORONE = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MlockallFlags
- {
- MCL_CURRENT = 1,
- MCL_FUTURE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapFlags
- {
- MAP_ANON = 32,
- MAP_ANONYMOUS = 32,
- MAP_DENYWRITE = 2048,
- MAP_EXECUTABLE = 4096,
- MAP_FILE = 0,
- MAP_FIXED = 16,
- MAP_GROWSDOWN = 256,
- MAP_LOCKED = 8192,
- MAP_NONBLOCK = 65536,
- MAP_NORESERVE = 16384,
- MAP_POPULATE = 32768,
- MAP_PRIVATE = 2,
- MAP_SHARED = 1,
- MAP_TYPE = 15,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapProts
- {
- PROT_EXEC = 4,
- PROT_GROWSDOWN = 16777216,
- PROT_GROWSUP = 33554432,
- PROT_NONE = 0,
- PROT_READ = 1,
- PROT_WRITE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MountFlags : ulong
- {
- ST_APPEND = (ulong)256,
- ST_BIND = (ulong)4096,
- ST_IMMUTABLE = (ulong)512,
- ST_MANDLOCK = (ulong)64,
- ST_NOATIME = (ulong)1024,
- ST_NODEV = (ulong)4,
- ST_NODIRATIME = (ulong)2048,
- ST_NOEXEC = (ulong)8,
- ST_NOSUID = (ulong)2,
- ST_RDONLY = (ulong)1,
- ST_REMOUNT = (ulong)32,
- ST_SYNCHRONOUS = (ulong)16,
- ST_WRITE = (ulong)128,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MremapFlags : ulong
- {
- MREMAP_MAYMOVE = (ulong)1,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Msghdr
- {
- public byte[] msg_control;
- public long msg_controllen;
- public Mono.Unix.Native.MessageFlags msg_flags;
- public Mono.Unix.Native.Iovec[] msg_iov;
- public int msg_iovlen;
- public Mono.Unix.Native.Sockaddr msg_name;
- public Msghdr() { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MsyncFlags
- {
- MS_ASYNC = 1,
- MS_INVALIDATE = 2,
- MS_SYNC = 4,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class NativeConvert
- {
- internal NativeConvert() { }
- public static readonly System.DateTime LocalUnixEpoch;
- public static readonly System.TimeSpan LocalUtcOffset;
- public static readonly System.DateTime UnixEpoch;
- public static int FromAccessModes(Mono.Unix.Native.AccessModes value) { throw null; }
- public static int FromAtFlags(Mono.Unix.Native.AtFlags value) { throw null; }
- public static int FromConfstrName(Mono.Unix.Native.ConfstrName value) { throw null; }
- public static long FromDateTime(System.DateTime time) { throw null; }
- public static int FromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value) { throw null; }
- public static uint FromEpollEvents(Mono.Unix.Native.EpollEvents value) { throw null; }
- public static int FromEpollFlags(Mono.Unix.Native.EpollFlags value) { throw null; }
- public static int FromErrno(Mono.Unix.Native.Errno value) { throw null; }
- public static int FromFcntlCommand(Mono.Unix.Native.FcntlCommand value) { throw null; }
- public static uint FromFilePermissions(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static int FromLockfCommand(Mono.Unix.Native.LockfCommand value) { throw null; }
- public static short FromLockType(Mono.Unix.Native.LockType value) { throw null; }
- public static int FromMessageFlags(Mono.Unix.Native.MessageFlags value) { throw null; }
- public static int FromMlockallFlags(Mono.Unix.Native.MlockallFlags value) { throw null; }
- public static int FromMmapFlags(Mono.Unix.Native.MmapFlags value) { throw null; }
- public static int FromMmapProts(Mono.Unix.Native.MmapProts value) { throw null; }
- public static ulong FromMountFlags(Mono.Unix.Native.MountFlags value) { throw null; }
- public static ulong FromMremapFlags(Mono.Unix.Native.MremapFlags value) { throw null; }
- public static int FromMsyncFlags(Mono.Unix.Native.MsyncFlags value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromOctalPermissionString(string value) { throw null; }
- public static int FromOpenFlags(Mono.Unix.Native.OpenFlags value) { throw null; }
- public static int FromPathconfName(Mono.Unix.Native.PathconfName value) { throw null; }
- public static short FromPollEvents(Mono.Unix.Native.PollEvents value) { throw null; }
- public static int FromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value) { throw null; }
- public static int FromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value) { throw null; }
- public static int FromRealTimeSignum(Mono.Unix.Native.RealTimeSignum sig) { throw null; }
- public static short FromSeekFlags(Mono.Unix.Native.SeekFlags value) { throw null; }
- public static int FromShutdownOption(Mono.Unix.Native.ShutdownOption value) { throw null; }
- public static int FromSignum(Mono.Unix.Native.Signum value) { throw null; }
- public static int FromSysconfName(Mono.Unix.Native.SysconfName value) { throw null; }
- public static int FromSyslogFacility(Mono.Unix.Native.SyslogFacility value) { throw null; }
- public static int FromSyslogLevel(Mono.Unix.Native.SyslogLevel value) { throw null; }
- public static int FromSyslogOptions(Mono.Unix.Native.SyslogOptions value) { throw null; }
- public static System.DateTime FromTimeT(long time) { throw null; }
- public static int FromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromUnixPermissionString(string value) { throw null; }
- public static int FromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value) { throw null; }
- public static int FromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value) { throw null; }
- public static int FromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value) { throw null; }
- public static int FromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value) { throw null; }
- public static int FromUnixSocketType(Mono.Unix.Native.UnixSocketType value) { throw null; }
- public static int FromWaitOptions(Mono.Unix.Native.WaitOptions value) { throw null; }
- public static int FromXattrFlags(Mono.Unix.Native.XattrFlags value) { throw null; }
- public static Mono.Unix.Native.AccessModes ToAccessModes(int value) { throw null; }
- public static Mono.Unix.Native.AtFlags ToAtFlags(int value) { throw null; }
- public static Mono.Unix.Native.ConfstrName ToConfstrName(int value) { throw null; }
- public static System.DateTime ToDateTime(long time) { throw null; }
- public static System.DateTime ToDateTime(long time, long nanoTime) { throw null; }
- public static Mono.Unix.Native.DirectoryNotifyFlags ToDirectoryNotifyFlags(int value) { throw null; }
- public static Mono.Unix.Native.EpollEvents ToEpollEvents(uint value) { throw null; }
- public static Mono.Unix.Native.EpollFlags ToEpollFlags(int value) { throw null; }
- public static Mono.Unix.Native.Errno ToErrno(int value) { throw null; }
- public static Mono.Unix.Native.FcntlCommand ToFcntlCommand(int value) { throw null; }
- public static Mono.Unix.Native.FilePermissions ToFilePermissions(uint value) { throw null; }
- public static string ToFopenMode(System.IO.FileAccess access) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.In6Addr ToIn6Addr(System.Net.IPAddress address) { throw null; }
- public static Mono.Unix.Native.InAddr ToInAddr(System.Net.IPAddress address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.In6Addr address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.InAddr address) { throw null; }
- public static Mono.Unix.Native.LockfCommand ToLockfCommand(int value) { throw null; }
- public static Mono.Unix.Native.LockType ToLockType(short value) { throw null; }
- public static Mono.Unix.Native.MessageFlags ToMessageFlags(int value) { throw null; }
- public static Mono.Unix.Native.MlockallFlags ToMlockallFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapFlags ToMmapFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapProts ToMmapProts(int value) { throw null; }
- public static Mono.Unix.Native.MountFlags ToMountFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MremapFlags ToMremapFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MsyncFlags ToMsyncFlags(int value) { throw null; }
- public static string ToOctalPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(int value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.PathconfName ToPathconfName(int value) { throw null; }
- public static Mono.Unix.Native.PollEvents ToPollEvents(short value) { throw null; }
- public static Mono.Unix.Native.PosixFadviseAdvice ToPosixFadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.PosixMadviseAdvice ToPosixMadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.RealTimeSignum ToRealTimeSignum(int offset) { throw null; }
- public static Mono.Unix.Native.SeekFlags ToSeekFlags(short value) { throw null; }
- public static Mono.Unix.Native.ShutdownOption ToShutdownOption(int value) { throw null; }
- public static Mono.Unix.Native.Signum ToSignum(int value) { throw null; }
- public static Mono.Unix.Native.SysconfName ToSysconfName(int value) { throw null; }
- public static Mono.Unix.Native.SyslogFacility ToSyslogFacility(int value) { throw null; }
- public static Mono.Unix.Native.SyslogLevel ToSyslogLevel(int value) { throw null; }
- public static Mono.Unix.Native.SyslogOptions ToSyslogOptions(int value) { throw null; }
- public static long ToTimeT(System.DateTime time) { throw null; }
- public static Mono.Unix.Native.UnixAddressFamily ToUnixAddressFamily(int value) { throw null; }
- public static string ToUnixPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.UnixSocketControlMessage ToUnixSocketControlMessage(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketFlags ToUnixSocketFlags(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketOptionName ToUnixSocketOptionName(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketProtocol ToUnixSocketProtocol(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketType ToUnixSocketType(int value) { throw null; }
- public static Mono.Unix.Native.WaitOptions ToWaitOptions(int value) { throw null; }
- public static Mono.Unix.Native.XattrFlags ToXattrFlags(int value) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Cmsghdr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Flock source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.In6Addr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.InAddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Iovec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Linger source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Pollfd source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.Sockaddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn6 source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Stat source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Statvfs source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timespec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timeval source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timezone source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Utimbuf source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Cmsghdr destination) { destination = default(Mono.Unix.Native.Cmsghdr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Flock destination) { destination = default(Mono.Unix.Native.Flock); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.In6Addr destination) { destination = default(Mono.Unix.Native.In6Addr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.InAddr destination) { destination = default(Mono.Unix.Native.InAddr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Iovec destination) { destination = default(Mono.Unix.Native.Iovec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Linger destination) { destination = default(Mono.Unix.Native.Linger); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Pollfd destination) { destination = default(Mono.Unix.Native.Pollfd); throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn6 destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Stat destination) { destination = default(Mono.Unix.Native.Stat); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Statvfs destination) { destination = default(Mono.Unix.Native.Statvfs); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timespec destination) { destination = default(Mono.Unix.Native.Timespec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timeval destination) { destination = default(Mono.Unix.Native.Timeval); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timezone destination) { destination = default(Mono.Unix.Native.Timezone); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Utimbuf destination) { destination = default(Mono.Unix.Native.Utimbuf); throw null; }
- public static bool TryCopy(System.IntPtr source, long size, Mono.Unix.Native.Sockaddr destination) { throw null; }
- public static bool TryFromAccessModes(Mono.Unix.Native.AccessModes value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromAtFlags(Mono.Unix.Native.AtFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromConfstrName(Mono.Unix.Native.ConfstrName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromEpollEvents(Mono.Unix.Native.EpollEvents value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromEpollFlags(Mono.Unix.Native.EpollFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromErrno(Mono.Unix.Native.Errno value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFcntlCommand(Mono.Unix.Native.FcntlCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFilePermissions(Mono.Unix.Native.FilePermissions value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromLockfCommand(Mono.Unix.Native.LockfCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromLockType(Mono.Unix.Native.LockType value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromMessageFlags(Mono.Unix.Native.MessageFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMlockallFlags(Mono.Unix.Native.MlockallFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapFlags(Mono.Unix.Native.MmapFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapProts(Mono.Unix.Native.MmapProts value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMountFlags(Mono.Unix.Native.MountFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMremapFlags(Mono.Unix.Native.MremapFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMsyncFlags(Mono.Unix.Native.MsyncFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromOpenFlags(Mono.Unix.Native.OpenFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPathconfName(Mono.Unix.Native.PathconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPollEvents(Mono.Unix.Native.PollEvents value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSeekFlags(Mono.Unix.Native.SeekFlags value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromShutdownOption(Mono.Unix.Native.ShutdownOption value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSignum(Mono.Unix.Native.Signum value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSysconfName(Mono.Unix.Native.SysconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogFacility(Mono.Unix.Native.SyslogFacility value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogLevel(Mono.Unix.Native.SyslogLevel value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogOptions(Mono.Unix.Native.SyslogOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketType(Mono.Unix.Native.UnixSocketType value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromWaitOptions(Mono.Unix.Native.WaitOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromXattrFlags(Mono.Unix.Native.XattrFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryToAccessModes(int value, out Mono.Unix.Native.AccessModes rval) { rval = default(Mono.Unix.Native.AccessModes); throw null; }
- public static bool TryToAtFlags(int value, out Mono.Unix.Native.AtFlags rval) { rval = default(Mono.Unix.Native.AtFlags); throw null; }
- public static bool TryToConfstrName(int value, out Mono.Unix.Native.ConfstrName rval) { rval = default(Mono.Unix.Native.ConfstrName); throw null; }
- public static bool TryToDirectoryNotifyFlags(int value, out Mono.Unix.Native.DirectoryNotifyFlags rval) { rval = default(Mono.Unix.Native.DirectoryNotifyFlags); throw null; }
- public static bool TryToEpollEvents(uint value, out Mono.Unix.Native.EpollEvents rval) { rval = default(Mono.Unix.Native.EpollEvents); throw null; }
- public static bool TryToEpollFlags(int value, out Mono.Unix.Native.EpollFlags rval) { rval = default(Mono.Unix.Native.EpollFlags); throw null; }
- public static bool TryToErrno(int value, out Mono.Unix.Native.Errno rval) { rval = default(Mono.Unix.Native.Errno); throw null; }
- public static bool TryToFcntlCommand(int value, out Mono.Unix.Native.FcntlCommand rval) { rval = default(Mono.Unix.Native.FcntlCommand); throw null; }
- public static bool TryToFilePermissions(uint value, out Mono.Unix.Native.FilePermissions rval) { rval = default(Mono.Unix.Native.FilePermissions); throw null; }
- public static bool TryToLockfCommand(int value, out Mono.Unix.Native.LockfCommand rval) { rval = default(Mono.Unix.Native.LockfCommand); throw null; }
- public static bool TryToLockType(short value, out Mono.Unix.Native.LockType rval) { rval = default(Mono.Unix.Native.LockType); throw null; }
- public static bool TryToMessageFlags(int value, out Mono.Unix.Native.MessageFlags rval) { rval = default(Mono.Unix.Native.MessageFlags); throw null; }
- public static bool TryToMlockallFlags(int value, out Mono.Unix.Native.MlockallFlags rval) { rval = default(Mono.Unix.Native.MlockallFlags); throw null; }
- public static bool TryToMmapFlags(int value, out Mono.Unix.Native.MmapFlags rval) { rval = default(Mono.Unix.Native.MmapFlags); throw null; }
- public static bool TryToMmapProts(int value, out Mono.Unix.Native.MmapProts rval) { rval = default(Mono.Unix.Native.MmapProts); throw null; }
- public static bool TryToMountFlags(ulong value, out Mono.Unix.Native.MountFlags rval) { rval = default(Mono.Unix.Native.MountFlags); throw null; }
- public static bool TryToMremapFlags(ulong value, out Mono.Unix.Native.MremapFlags rval) { rval = default(Mono.Unix.Native.MremapFlags); throw null; }
- public static bool TryToMsyncFlags(int value, out Mono.Unix.Native.MsyncFlags rval) { rval = default(Mono.Unix.Native.MsyncFlags); throw null; }
- public static bool TryToOpenFlags(int value, out Mono.Unix.Native.OpenFlags rval) { rval = default(Mono.Unix.Native.OpenFlags); throw null; }
- public static bool TryToPathconfName(int value, out Mono.Unix.Native.PathconfName rval) { rval = default(Mono.Unix.Native.PathconfName); throw null; }
- public static bool TryToPollEvents(short value, out Mono.Unix.Native.PollEvents rval) { rval = default(Mono.Unix.Native.PollEvents); throw null; }
- public static bool TryToPosixFadviseAdvice(int value, out Mono.Unix.Native.PosixFadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixFadviseAdvice); throw null; }
- public static bool TryToPosixMadviseAdvice(int value, out Mono.Unix.Native.PosixMadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixMadviseAdvice); throw null; }
- public static bool TryToSeekFlags(short value, out Mono.Unix.Native.SeekFlags rval) { rval = default(Mono.Unix.Native.SeekFlags); throw null; }
- public static bool TryToShutdownOption(int value, out Mono.Unix.Native.ShutdownOption rval) { rval = default(Mono.Unix.Native.ShutdownOption); throw null; }
- public static bool TryToSignum(int value, out Mono.Unix.Native.Signum rval) { rval = default(Mono.Unix.Native.Signum); throw null; }
- public static bool TryToSysconfName(int value, out Mono.Unix.Native.SysconfName rval) { rval = default(Mono.Unix.Native.SysconfName); throw null; }
- public static bool TryToSyslogFacility(int value, out Mono.Unix.Native.SyslogFacility rval) { rval = default(Mono.Unix.Native.SyslogFacility); throw null; }
- public static bool TryToSyslogLevel(int value, out Mono.Unix.Native.SyslogLevel rval) { rval = default(Mono.Unix.Native.SyslogLevel); throw null; }
- public static bool TryToSyslogOptions(int value, out Mono.Unix.Native.SyslogOptions rval) { rval = default(Mono.Unix.Native.SyslogOptions); throw null; }
- public static bool TryToUnixAddressFamily(int value, out Mono.Unix.Native.UnixAddressFamily rval) { rval = default(Mono.Unix.Native.UnixAddressFamily); throw null; }
- public static bool TryToUnixSocketControlMessage(int value, out Mono.Unix.Native.UnixSocketControlMessage rval) { rval = default(Mono.Unix.Native.UnixSocketControlMessage); throw null; }
- public static bool TryToUnixSocketFlags(int value, out Mono.Unix.Native.UnixSocketFlags rval) { rval = default(Mono.Unix.Native.UnixSocketFlags); throw null; }
- public static bool TryToUnixSocketOptionName(int value, out Mono.Unix.Native.UnixSocketOptionName rval) { rval = default(Mono.Unix.Native.UnixSocketOptionName); throw null; }
- public static bool TryToUnixSocketProtocol(int value, out Mono.Unix.Native.UnixSocketProtocol rval) { rval = default(Mono.Unix.Native.UnixSocketProtocol); throw null; }
- public static bool TryToUnixSocketType(int value, out Mono.Unix.Native.UnixSocketType rval) { rval = default(Mono.Unix.Native.UnixSocketType); throw null; }
- public static bool TryToWaitOptions(int value, out Mono.Unix.Native.WaitOptions rval) { rval = default(Mono.Unix.Native.WaitOptions); throw null; }
- public static bool TryToXattrFlags(int value, out Mono.Unix.Native.XattrFlags rval) { rval = default(Mono.Unix.Native.XattrFlags); throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum OpenFlags
- {
- O_APPEND = 1024,
- O_ASYNC = 8192,
- O_CLOEXEC = 524288,
- O_CREAT = 64,
- O_DIRECT = 16384,
- O_DIRECTORY = 65536,
- O_EXCL = 128,
- O_LARGEFILE = 32768,
- O_NOCTTY = 256,
- O_NOFOLLOW = 131072,
- O_NONBLOCK = 2048,
- O_PATH = 2097152,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 4096,
- O_TRUNC = 512,
- O_WRONLY = 1,
- }
- public sealed partial class Passwd : System.IEquatable<Mono.Unix.Native.Passwd>
- {
- public string pw_dir;
- public string pw_gecos;
- [System.CLSCompliantAttribute(false)]
- public uint pw_gid;
- public string pw_name;
- public string pw_passwd;
- public string pw_shell;
- [System.CLSCompliantAttribute(false)]
- public uint pw_uid;
- public Passwd() { }
- public bool Equals(Mono.Unix.Native.Passwd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PathconfName
- {
- _PC_2_SYMLINKS = 20,
- _PC_ALLOC_SIZE_MIN = 18,
- _PC_ASYNC_IO = 10,
- _PC_CHOWN_RESTRICTED = 6,
- _PC_FILESIZEBITS = 13,
- _PC_LINK_MAX = 0,
- _PC_MAX_CANON = 1,
- _PC_MAX_INPUT = 2,
- _PC_NAME_MAX = 3,
- _PC_NO_TRUNC = 7,
- _PC_PATH_MAX = 4,
- _PC_PIPE_BUF = 5,
- _PC_PRIO_IO = 11,
- _PC_REC_INCR_XFER_SIZE = 14,
- _PC_REC_MAX_XFER_SIZE = 15,
- _PC_REC_MIN_XFER_SIZE = 16,
- _PC_REC_XFER_ALIGN = 17,
- _PC_SOCK_MAXBUF = 12,
- _PC_SYMLINK_MAX = 19,
- _PC_SYNC_IO = 9,
- _PC_VDISABLE = 8,
- }
- [System.FlagsAttribute]
- public enum PollEvents : short
- {
- POLLERR = (short)8,
- POLLHUP = (short)16,
- POLLIN = (short)1,
- POLLNVAL = (short)32,
- POLLOUT = (short)4,
- POLLPRI = (short)2,
- POLLRDBAND = (short)128,
- POLLRDNORM = (short)64,
- POLLWRBAND = (short)512,
- POLLWRNORM = (short)256,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Pollfd : System.IEquatable<Mono.Unix.Native.Pollfd>
- {
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents events;
- public int fd;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents revents;
- public bool Equals(Mono.Unix.Native.Pollfd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixFadviseAdvice
- {
- POSIX_FADV_DONTNEED = 4,
- POSIX_FADV_NOREUSE = 5,
- POSIX_FADV_NORMAL = 0,
- POSIX_FADV_RANDOM = 1,
- POSIX_FADV_SEQUENTIAL = 2,
- POSIX_FADV_WILLNEED = 3,
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixMadviseAdvice
- {
- POSIX_MADV_DONTNEED = 4,
- POSIX_MADV_NORMAL = 0,
- POSIX_MADV_RANDOM = 1,
- POSIX_MADV_SEQUENTIAL = 2,
- POSIX_MADV_WILLNEED = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RealTimeSignum : System.IEquatable<Mono.Unix.Native.RealTimeSignum>
- {
- public static readonly Mono.Unix.Native.RealTimeSignum MaxValue;
- public static readonly Mono.Unix.Native.RealTimeSignum MinValue;
- public RealTimeSignum(int offset) { throw null;}
- public int Offset { get { throw null; } }
- public bool Equals(Mono.Unix.Native.RealTimeSignum value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum SeekFlags : short
- {
- L_INCR = (short)1,
- L_SET = (short)0,
- L_XTND = (short)2,
- SEEK_CUR = (short)1,
- SEEK_END = (short)2,
- SEEK_SET = (short)0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum ShutdownOption
- {
- SHUT_RD = 1,
- SHUT_RDWR = 3,
- SHUT_WR = 2,
- }
- public enum SignalAction
- {
- Default = 0,
- Error = 2,
- Ignore = 1,
- }
- public delegate void SignalHandler(int signal);
- public enum Signum
- {
- SIGABRT = 6,
- SIGALRM = 14,
- SIGBUS = 7,
- SIGCHLD = 17,
- SIGCLD = 17,
- SIGCONT = 18,
- SIGFPE = 8,
- SIGHUP = 1,
- SIGILL = 4,
- SIGINT = 2,
- SIGIO = 29,
- SIGIOT = 6,
- SIGKILL = 9,
- SIGPIPE = 13,
- SIGPOLL = 29,
- SIGPROF = 27,
- SIGPWR = 30,
- SIGQUIT = 3,
- SIGSEGV = 11,
- SIGSTKFLT = 16,
- SIGSTOP = 19,
- SIGSYS = 31,
- SIGTERM = 15,
- SIGTRAP = 5,
- SIGTSTP = 20,
- SIGTTIN = 21,
- SIGTTOU = 22,
- SIGUNUSED = 31,
- SIGURG = 23,
- SIGUSR1 = 10,
- SIGUSR2 = 12,
- SIGVTALRM = 26,
- SIGWINCH = 28,
- SIGXCPU = 24,
- SIGXFSZ = 25,
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Sockaddr
- {
- public Sockaddr() { }
- public Mono.Unix.Native.UnixAddressFamily sa_family { get { throw null; } set { } }
- public static Mono.Unix.Native.Sockaddr FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public Mono.Unix.Native.SockaddrStorage ToSockaddrStorage() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn>
- {
- public Mono.Unix.Native.InAddr sin_addr;
- public ushort sin_port;
- public SockaddrIn() { }
- public Mono.Unix.Native.UnixAddressFamily sin_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn6 : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn6>
- {
- public Mono.Unix.Native.In6Addr sin6_addr;
- public uint sin6_flowinfo;
- public ushort sin6_port;
- public uint sin6_scope_id;
- public SockaddrIn6() { }
- public Mono.Unix.Native.UnixAddressFamily sin6_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn6 value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn6 FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrStorage : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrStorage>
- {
- public SockaddrStorage() { }
- public SockaddrStorage(int size) { }
- public byte[] data { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long data_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void CopyTo(Mono.Unix.Native.Sockaddr address) { }
- public bool Equals(Mono.Unix.Native.SockaddrStorage value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public void SetTo(Mono.Unix.Native.Sockaddr address) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrUn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrUn>
- {
- public SockaddrUn() { }
- public SockaddrUn(int size) { }
- public SockaddrUn(string path, bool linuxAbstractNamespace=false) { }
- public bool IsLinuxAbstractNamespace { get { throw null; } }
- public string Path { get { throw null; } }
- public Mono.Unix.Native.UnixAddressFamily sun_family { get { throw null; } set { } }
- public byte[] sun_path { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long sun_path_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Mono.Unix.Native.SockaddrUn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrUn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat : System.IEquatable<Mono.Unix.Native.Stat>
- {
- public long st_atime;
- public long st_atime_nsec;
- public long st_blksize;
- public long st_blocks;
- public long st_ctime;
- public long st_ctime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_dev;
- [System.CLSCompliantAttribute(false)]
- public uint st_gid;
- [System.CLSCompliantAttribute(false)]
- public ulong st_ino;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions st_mode;
- public long st_mtime;
- public long st_mtime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_nlink;
- [System.CLSCompliantAttribute(false)]
- public ulong st_rdev;
- public long st_size;
- [System.CLSCompliantAttribute(false)]
- public uint st_uid;
- public Mono.Unix.Native.Timespec st_atim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_ctim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_mtim { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.Stat value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Statvfs : System.IEquatable<Mono.Unix.Native.Statvfs>
- {
- public ulong f_bavail;
- public ulong f_bfree;
- public ulong f_blocks;
- public ulong f_bsize;
- public ulong f_favail;
- public ulong f_ffree;
- public ulong f_files;
- public Mono.Unix.Native.MountFlags f_flag;
- public ulong f_frsize;
- public ulong f_fsid;
- public ulong f_namemax;
- public bool Equals(Mono.Unix.Native.Statvfs value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- }
- public partial class Stdlib
- {
- internal Stdlib() { }
- [System.CLSCompliantAttribute(false)]
- public static readonly int BUFSIZ;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EOF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_FAILURE;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_SUCCESS;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FILENAME_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FOPEN_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int L_tmpnam;
- [System.CLSCompliantAttribute(false)]
- public static readonly int MB_CUR_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int RAND_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_DFL;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_ERR;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_IGN;
- public static readonly System.IntPtr stderr;
- public static readonly System.IntPtr stdin;
- public static readonly System.IntPtr stdout;
- [System.CLSCompliantAttribute(false)]
- public static readonly int TMP_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOFBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOLBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IONBF;
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void abort();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr calloc(ulong nmemb, ulong size);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int clearerr(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void exit(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fclose(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int feof(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ferror(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fflush(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fgetc(System.IntPtr stream);
- public static int fgetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, int size, System.IntPtr stream) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode);
- public static int fprintf(System.IntPtr stream, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse fprintf (IntPtr, string) instead.")]
- public static int fprintf(System.IntPtr stream, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputs(string s, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fread(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fread(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void free(System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr freopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static int fseek(System.IntPtr stream, long offset, Mono.Unix.Native.SeekFlags origin) { throw null; }
- public static int fsetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long ftell(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fwrite(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fwrite(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- public static int getc(System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getchar();
- public static string getenv(string name) { throw null; }
- public static Mono.Unix.Native.Errno GetLastError() { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr malloc(ulong size);
- public static int perror(string s) { throw null; }
- public static int printf(string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse printf (string) instead.")]
- public static int printf(string format, params object[] parameters) { throw null; }
- public static int putc(int c, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putchar(int c);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int puts(string s);
- public static int raise(Mono.Unix.Native.RealTimeSignum rts) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int raise(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rand();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr realloc(System.IntPtr ptr, ulong size);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remove([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewind(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setbuf(System.IntPtr stream, byte* buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setbuf(System.IntPtr stream, System.IntPtr buf);
- protected static void SetLastError(Mono.Unix.Native.Errno error) { }
- public static int SetSignalAction(Mono.Unix.Native.RealTimeSignum rts, Mono.Unix.Native.SignalAction action) { throw null; }
- public static int SetSignalAction(Mono.Unix.Native.Signum signal, Mono.Unix.Native.SignalAction action) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setvbuf(System.IntPtr stream, byte* buf, int mode, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int setvbuf(System.IntPtr stream, System.IntPtr buf, int mode, ulong size);
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()")]
- public static Mono.Unix.Native.SignalHandler signal(Mono.Unix.Native.Signum signum, Mono.Unix.Native.SignalHandler handler) { throw null; }
- public static int snprintf(System.Text.StringBuilder s, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, string format, params object[] parameters) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void srand(uint seed);
- [System.CLSCompliantAttribute(false)]
- public static string strerror(Mono.Unix.Native.Errno errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong strlen(System.IntPtr s);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int system(string @string);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr tmpfile();
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam() { throw null; }
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam(System.Text.StringBuilder s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ungetc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void _Exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Syscall : Mono.Unix.Native.Stdlib
- {
- internal Syscall() { }
- public static readonly int AT_FDCWD;
- public static readonly int L_ctermid;
- public static readonly int L_cuserid;
- public static readonly System.IntPtr MAP_FAILED;
- public static readonly long UTIME_NOW;
- public static readonly long UTIME_OMIT;
- public static int accept(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int accept4(int socket, Mono.Unix.Native.Sockaddr address, Mono.Unix.Native.UnixSocketFlags flags) { throw null; }
- public static int access(string pathname, Mono.Unix.Native.AccessModes mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int acct([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- public static int bind(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int brk(System.IntPtr end_data_segment);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- public static int chmod(string path, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closelog();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_ALIGN(ulong length);
- public static long CMSG_DATA(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public static long CMSG_FIRSTHDR(Mono.Unix.Native.Msghdr msgh) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_LEN(ulong length);
- public static long CMSG_NXTHDR(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_SPACE(ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong confstr(Mono.Unix.Native.ConfstrName name, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong len);
- public static int connect(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int creat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static string crypt(string key, string salt) { throw null; }
- [System.ObsoleteAttribute("\"Nobody knows precisely what cuserid() does... DO NOT USE cuserid().\n`string' must hold L_cuserid characters. Use getlogin_r instead.")]
- public static string cuserid(System.Text.StringBuilder @string) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dirfd(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int fd, int fd2);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int encrypt(byte[] block, bool decode) { throw null; }
- public static int endfsent() { throw null; }
- public static int endgrent() { throw null; }
- public static int endpwent() { throw null; }
- public static int endusershell() { throw null; }
- public static int epoll_create(Mono.Unix.Native.EpollFlags flags) { throw null; }
- public static int epoll_create(int size) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, ref Mono.Unix.Native.EpollEvent ee);
- public static int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, Mono.Unix.Native.EpollEvents events) { throw null; }
- public static int epoll_wait(int epfd, Mono.Unix.Native.EpollEvent[] events, int max_events, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execv([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execve([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv, string[] envp);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execvp([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- public static int faccessat(int dirfd, string pathname, Mono.Unix.Native.AccessModes mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchdir(int fd);
- public static int fchmod(int filedes, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int fchmodat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchown(int fd, uint owner, uint group);
- public static int fchownat(int dirfd, string pathname, uint owner, uint group, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd);
- public static int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, Mono.Unix.Native.DirectoryNotifyFlags arg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, ref Mono.Unix.Native.Flock @lock);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, int arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, long arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fdatasync(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fdopendir(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fexecve(int fd, string[] argv, string[] envp);
- public static Mono.Unix.Native.Group fgetgrent(System.IntPtr stream) { throw null; }
- public static Mono.Unix.Native.Passwd fgetpwent(System.IntPtr stream) { throw null; }
- public static long fgetxattr(int fd, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fgetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long fgetxattr(int fd, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long flistxattr(int fd, byte[] list, ulong size);
- public static long flistxattr(int fd, out string[] values) { values = default(string[]); throw null; }
- public static long flistxattr(int fd, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- public static long fpathconf(int filedes, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fpathconf(int filedes, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fremovexattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int fsetxattr(int fd, string name, byte[] value) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstat(int filedes, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf, Mono.Unix.Native.AtFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatvfs(int fd, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsync(int fd);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ftruncate(int fd, long length);
- public static int futimens(int fd, Mono.Unix.Native.Timespec[] times) { throw null; }
- public static int futimes(int fd, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- public static System.Text.StringBuilder getcwd(System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr getcwd([System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong size);
- public static int getdomainname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdomainname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdtablesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint geteuid();
- public static Mono.Unix.Native.Fstab getfsent() { throw null; }
- public static Mono.Unix.Native.Fstab getfsfile(string mount_point) { throw null; }
- public static Mono.Unix.Native.Fstab getfsspec(string special_file) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getgid();
- public static Mono.Unix.Native.Group getgrent() { throw null; }
- public static Mono.Unix.Native.Group getgrgid(uint uid) { throw null; }
- public static int getgrgid_r(uint uid, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group getgrnam(string name) { throw null; }
- public static int getgrnam_r(string name, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(Mono.Unix.Native.Passwd user) { throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(string username) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgroups(int size, uint[] list);
- public static int getgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long gethostid();
- public static int gethostname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gethostname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- public static string getlogin() { throw null; }
- public static int getlogin_r(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getlogin_r([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong bufsize);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.ObsoleteAttribute("Dropped in POSIX 1003.1-2001. Use Syscall.sysconf (SysconfName._SC_PAGESIZE).")]
- public static extern int getpagesize();
- public static int getpeername(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgid(int pid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- public static Mono.Unix.Native.Passwd getpwent() { throw null; }
- public static Mono.Unix.Native.Passwd getpwnam(string name) { throw null; }
- public static int getpwnam_r(string name, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- public static Mono.Unix.Native.Passwd getpwuid(uint uid) { throw null; }
- public static int getpwuid_r(uint uid, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresgid(out uint rgid, out uint egid, out uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresuid(out uint ruid, out uint euid, out uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getsid(int pid);
- public static int getsockname(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Linger option_value) { option_value = default(Mono.Unix.Native.Linger); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Timeval option_value) { option_value = default(Mono.Unix.Native.Timeval); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, ref long option_len) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out int option_value) { option_value = default(int); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, ref long option_len) { throw null; }
- public unsafe static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, ref long option_len) { throw null; }
- public static int gettimeofday(out Mono.Unix.Native.Timeval tv) { tv = default(Mono.Unix.Native.Timeval); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gettimeofday(out Mono.Unix.Native.Timeval tv, out Mono.Unix.Native.Timezone tz);
- public static int gettimeofday(out Mono.Unix.Native.Timezone tz) { tz = default(Mono.Unix.Native.Timezone); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getuid();
- public static string getusershell() { throw null; }
- public static long getxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long getxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long getxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint htonl(uint hostlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort htons(ushort hostshort);
- public static bool isatty(int fd) { throw null; }
- public static int kill(int pid, Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- public static long lgetxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long lgetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long lgetxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- public static int linkat(int olddirfd, string oldpath, int newdirfd, string newpath, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int listen(int socket, int backlog);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long listxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long listxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long listxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long llistxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long llistxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long llistxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lockf(int fd, Mono.Unix.Native.LockfCommand cmd, long len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lremovexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static long lseek(int fd, long offset, Mono.Unix.Native.SeekFlags whence) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lsetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lstat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- public static int lutimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mincore(System.IntPtr start, ulong length, byte[] vec);
- public static int mkdir(string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkdirat(int dirfd, string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static System.Text.StringBuilder mkdtemp(System.Text.StringBuilder template) { throw null; }
- public static int mkfifo(string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkfifoat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknod([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknodat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mkstemp(System.Text.StringBuilder template);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mlock(System.IntPtr start, ulong len);
- public static int mlockall(Mono.Unix.Native.MlockallFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mmap(System.IntPtr start, ulong length, Mono.Unix.Native.MmapProts prot, Mono.Unix.Native.MmapFlags flags, int fd, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mprotect(System.IntPtr start, ulong len, Mono.Unix.Native.MmapProts prot);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mremap(System.IntPtr old_address, ulong old_size, ulong new_size, Mono.Unix.Native.MremapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int msync(System.IntPtr start, ulong len, Mono.Unix.Native.MsyncFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlock(System.IntPtr start, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlockall();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munmap(System.IntPtr start, ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nanosleep(ref Mono.Unix.Native.Timespec req, ref Mono.Unix.Native.Timespec rem);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int inc);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ntohl(uint netlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort ntohs(ushort netshort);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode);
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags) { throw null; }
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int openlog(System.IntPtr ident, Mono.Unix.Native.SyslogOptions option, Mono.Unix.Native.SyslogFacility defaultFacility) { throw null; }
- public static long pathconf(string path, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pathconf([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pipe(out int reading, out int writing);
- public static int pipe(int[] filedes) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, int timeout) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, uint nfds, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fadvise(int fd, long offset, long len, Mono.Unix.Native.PosixFadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fallocate(int fd, long offset, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_madvise(System.IntPtr addr, ulong len, Mono.Unix.Native.PosixMadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pread(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pread(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long preadv(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- public static int psignal(Mono.Unix.Native.Signum sig, string s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pwrite(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pwrite(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long pwritev(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long read(int fd, System.IntPtr buf, ulong count);
- public unsafe static long read(int fd, void* buf, ulong count) { throw null; }
- public static Mono.Unix.Native.Dirent readdir(System.IntPtr dir) { throw null; }
- public static int readdir_r(System.IntPtr dirp, Mono.Unix.Native.Dirent entry, out System.IntPtr result) { result = default(System.IntPtr); throw null; }
- public static long readlink(string path, byte[] buf) { throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readlinkat(int dirfd, string pathname, byte[] buf) { throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readv(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static long recv(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recv(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long recv(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recvfrom(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvfrom(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long recvfrom(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remap_file_pages(System.IntPtr start, ulong size, Mono.Unix.Native.MmapProts prot, long pgoff, Mono.Unix.Native.MmapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int removexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int renameat(int olddirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int newdirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int revoke([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewinddir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr sbrk(System.IntPtr increment);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seekdir(System.IntPtr dir, long offset);
- public static long send(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long send(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long send(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sendfile(int out_fd, int in_fd, ref long offset, ulong count);
- public static long sendmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long sendto(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long sendto(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long sendto(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int setdomainname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setdomainname(string name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setegid(uint uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seteuid(uint euid);
- public static int setfsent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(uint gid);
- public static int setgrent() { throw null; }
- public static int setgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgroups(ulong size, uint[] list);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostid(long hostid);
- public static int sethostname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostname(string name, ulong len);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int setkey(string key) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setlogin(string name);
- public static int setlogmask(Mono.Unix.Native.SyslogLevel mask) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgrp();
- public static int setpwent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(uint rgid, uint egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresgid(uint rgid, uint egid, uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresuid(uint ruid, uint euid, uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(uint ruid, uint euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Linger option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Timeval option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, long option_len) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, int option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, long option_len) { throw null; }
- public unsafe static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, long option_len) { throw null; }
- public static int settimeofday(ref Mono.Unix.Native.Timeval tv) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int settimeofday(ref Mono.Unix.Native.Timeval tv, ref Mono.Unix.Native.Timezone tz);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(uint uid);
- public static int setusershell() { throw null; }
- public static int setxattr(string path, string name, byte[] value) { throw null; }
- public static int setxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int setxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- public static int shutdown(int socket, Mono.Unix.Native.ShutdownOption how) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint sleep(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sockatmark(int socket);
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int statvfs([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stime(ref long t);
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf) { throw null; }
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf, ulong n) { throw null; }
- public static string strsignal(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int swab(System.IntPtr from, System.IntPtr to, long n);
- public unsafe static void swab(void* from, void* to, long n) { }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlinkat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sync();
- public static long sysconf(Mono.Unix.Native.SysconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sysconf(Mono.Unix.Native.SysconfName name, Mono.Unix.Native.Errno defaultError);
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogFacility, SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcgetpgrp(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcsetpgrp(int fd, int pgrp);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long telldir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long time(out long t);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int truncate([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, long length);
- public static string ttyname(int fd) { throw null; }
- public static int ttyname_r(int fd, System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyname_r(int fd, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong buflen);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyslot();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ualarm(uint usecs, uint interval);
- public static Mono.Unix.Native.FilePermissions umask(Mono.Unix.Native.FilePermissions mask) { throw null; }
- public static int uname(out Mono.Unix.Native.Utsname buf) { buf = default(Mono.Unix.Native.Utsname); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- public static int unlinkat(int dirfd, string pathname, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utime(string filename) { throw null; }
- public static int utime(string filename, ref Mono.Unix.Native.Utimbuf buf) { throw null; }
- public static int utimensat(int dirfd, string pathname, Mono.Unix.Native.Timespec[] times, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int vhangup();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int wait(out int status);
- public static int waitpid(int pid, out int status, Mono.Unix.Native.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- public static bool WIFEXITED(int status) { throw null; }
- public static bool WIFSIGNALED(int status) { throw null; }
- public static bool WIFSTOPPED(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long write(int fd, System.IntPtr buf, ulong count);
- public unsafe static long write(int fd, void* buf, ulong count) { throw null; }
- public static long writev(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static Mono.Unix.Native.Signum WSTOPSIG(int status) { throw null; }
- public static Mono.Unix.Native.Signum WTERMSIG(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int _exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public enum SysconfName
- {
- _SC_2_CHAR_TERM = 95,
- _SC_2_C_BIND = 47,
- _SC_2_C_DEV = 48,
- _SC_2_C_VERSION = 96,
- _SC_2_FORT_DEV = 49,
- _SC_2_FORT_RUN = 50,
- _SC_2_LOCALEDEF = 52,
- _SC_2_PBS = 168,
- _SC_2_PBS_ACCOUNTING = 169,
- _SC_2_PBS_CHECKPOINT = 175,
- _SC_2_PBS_LOCATE = 170,
- _SC_2_PBS_MESSAGE = 171,
- _SC_2_PBS_TRACK = 172,
- _SC_2_SW_DEV = 51,
- _SC_2_UPE = 97,
- _SC_2_VERSION = 46,
- _SC_ADVISORY_INFO = 132,
- _SC_AIO_LISTIO_MAX = 23,
- _SC_AIO_MAX = 24,
- _SC_AIO_PRIO_DELTA_MAX = 25,
- _SC_ARG_MAX = 0,
- _SC_ASYNCHRONOUS_IO = 12,
- _SC_ATEXIT_MAX = 87,
- _SC_AVPHYS_PAGES = 86,
- _SC_BARRIERS = 133,
- _SC_BASE = 134,
- _SC_BC_BASE_MAX = 36,
- _SC_BC_DIM_MAX = 37,
- _SC_BC_SCALE_MAX = 38,
- _SC_BC_STRING_MAX = 39,
- _SC_CHARCLASS_NAME_MAX = 45,
- _SC_CHAR_BIT = 101,
- _SC_CHAR_MAX = 102,
- _SC_CHAR_MIN = 103,
- _SC_CHILD_MAX = 1,
- _SC_CLK_TCK = 2,
- _SC_CLOCK_SELECTION = 137,
- _SC_COLL_WEIGHTS_MAX = 40,
- _SC_CPUTIME = 138,
- _SC_C_LANG_SUPPORT = 135,
- _SC_C_LANG_SUPPORT_R = 136,
- _SC_DELAYTIMER_MAX = 26,
- _SC_DEVICE_IO = 140,
- _SC_DEVICE_SPECIFIC = 141,
- _SC_DEVICE_SPECIFIC_R = 142,
- _SC_EQUIV_CLASS_MAX = 41,
- _SC_EXPR_NEST_MAX = 42,
- _SC_FD_MGMT = 143,
- _SC_FIFO = 144,
- _SC_FILE_ATTRIBUTES = 146,
- _SC_FILE_LOCKING = 147,
- _SC_FILE_SYSTEM = 148,
- _SC_FSYNC = 15,
- _SC_GETGR_R_SIZE_MAX = 69,
- _SC_GETPW_R_SIZE_MAX = 70,
- _SC_HOST_NAME_MAX = 180,
- _SC_INT_MAX = 104,
- _SC_INT_MIN = 105,
- _SC_IOV_MAX = 60,
- _SC_JOB_CONTROL = 7,
- _SC_LEVEL1_DCACHE_ASSOC = 189,
- _SC_LEVEL1_DCACHE_LINESIZE = 190,
- _SC_LEVEL1_DCACHE_SIZE = 188,
- _SC_LEVEL1_ICACHE_ASSOC = 186,
- _SC_LEVEL1_ICACHE_LINESIZE = 187,
- _SC_LEVEL1_ICACHE_SIZE = 185,
- _SC_LEVEL2_CACHE_ASSOC = 192,
- _SC_LEVEL2_CACHE_LINESIZE = 193,
- _SC_LEVEL2_CACHE_SIZE = 191,
- _SC_LEVEL3_CACHE_ASSOC = 195,
- _SC_LEVEL3_CACHE_LINESIZE = 196,
- _SC_LEVEL3_CACHE_SIZE = 194,
- _SC_LEVEL4_CACHE_ASSOC = 198,
- _SC_LEVEL4_CACHE_LINESIZE = 199,
- _SC_LEVEL4_CACHE_SIZE = 197,
- _SC_LINE_MAX = 43,
- _SC_LOGIN_NAME_MAX = 71,
- _SC_LONG_BIT = 106,
- _SC_MAPPED_FILES = 16,
- _SC_MB_LEN_MAX = 108,
- _SC_MEMLOCK = 17,
- _SC_MEMLOCK_RANGE = 18,
- _SC_MEMORY_PROTECTION = 19,
- _SC_MESSAGE_PASSING = 20,
- _SC_MONOTONIC_CLOCK = 149,
- _SC_MQ_OPEN_MAX = 27,
- _SC_MQ_PRIO_MAX = 28,
- _SC_MULTI_PROCESS = 150,
- _SC_NETWORKING = 152,
- _SC_NGROUPS_MAX = 3,
- _SC_NL_ARGMAX = 119,
- _SC_NL_LANGMAX = 120,
- _SC_NL_MSGMAX = 121,
- _SC_NL_NMAX = 122,
- _SC_NL_SETMAX = 123,
- _SC_NL_TEXTMAX = 124,
- _SC_NPROCESSORS_CONF = 83,
- _SC_NPROCESSORS_ONLN = 84,
- _SC_NZERO = 109,
- _SC_OPEN_MAX = 4,
- _SC_PAGESIZE = 30,
- _SC_PASS_MAX = 88,
- _SC_PHYS_PAGES = 85,
- _SC_PII = 53,
- _SC_PII_INTERNET = 56,
- _SC_PII_INTERNET_DGRAM = 62,
- _SC_PII_INTERNET_STREAM = 61,
- _SC_PII_OSI = 57,
- _SC_PII_OSI_CLTS = 64,
- _SC_PII_OSI_COTS = 63,
- _SC_PII_OSI_M = 65,
- _SC_PII_SOCKET = 55,
- _SC_PII_XTI = 54,
- _SC_PIPE = 145,
- _SC_POLL = 58,
- _SC_PRIORITIZED_IO = 13,
- _SC_PRIORITY_SCHEDULING = 10,
- _SC_READER_WRITER_LOCKS = 153,
- _SC_REALTIME_SIGNALS = 9,
- _SC_REGEXP = 155,
- _SC_REGEX_VERSION = 156,
- _SC_RE_DUP_MAX = 44,
- _SC_RTSIG_MAX = 31,
- _SC_SAVED_IDS = 8,
- _SC_SCHAR_MAX = 111,
- _SC_SCHAR_MIN = 112,
- _SC_SELECT = 59,
- _SC_SEMAPHORES = 21,
- _SC_SEM_NSEMS_MAX = 32,
- _SC_SEM_VALUE_MAX = 33,
- _SC_SHARED_MEMORY_OBJECTS = 22,
- _SC_SHELL = 157,
- _SC_SHRT_MAX = 113,
- _SC_SHRT_MIN = 114,
- _SC_SIGNALS = 158,
- _SC_SIGQUEUE_MAX = 34,
- _SC_SINGLE_PROCESS = 151,
- _SC_SPAWN = 159,
- _SC_SPIN_LOCKS = 154,
- _SC_SPORADIC_SERVER = 160,
- _SC_SSIZE_MAX = 110,
- _SC_STREAMS = 174,
- _SC_STREAM_MAX = 5,
- _SC_SYMLOOP_MAX = 173,
- _SC_SYNCHRONIZED_IO = 14,
- _SC_SYSTEM_DATABASE = 162,
- _SC_SYSTEM_DATABASE_R = 163,
- _SC_THREADS = 67,
- _SC_THREAD_ATTR_STACKADDR = 77,
- _SC_THREAD_ATTR_STACKSIZE = 78,
- _SC_THREAD_CPUTIME = 139,
- _SC_THREAD_DESTRUCTOR_ITERATIONS = 73,
- _SC_THREAD_KEYS_MAX = 74,
- _SC_THREAD_PRIORITY_SCHEDULING = 79,
- _SC_THREAD_PRIO_INHERIT = 80,
- _SC_THREAD_PRIO_PROTECT = 81,
- _SC_THREAD_PROCESS_SHARED = 82,
- _SC_THREAD_SAFE_FUNCTIONS = 68,
- _SC_THREAD_SPORADIC_SERVER = 161,
- _SC_THREAD_STACK_MIN = 75,
- _SC_THREAD_THREADS_MAX = 76,
- _SC_TIMEOUTS = 164,
- _SC_TIMERS = 11,
- _SC_TIMER_MAX = 35,
- _SC_TRACE = 181,
- _SC_TRACE_EVENT_FILTER = 182,
- _SC_TRACE_INHERIT = 183,
- _SC_TRACE_LOG = 184,
- _SC_TTY_NAME_MAX = 72,
- _SC_TYPED_MEMORY_OBJECTS = 165,
- _SC_TZNAME_MAX = 6,
- _SC_T_IOV_MAX = 66,
- _SC_UCHAR_MAX = 115,
- _SC_UINT_MAX = 116,
- _SC_UIO_MAXIOV = 60,
- _SC_ULONG_MAX = 117,
- _SC_USER_GROUPS = 166,
- _SC_USER_GROUPS_R = 167,
- _SC_USHRT_MAX = 118,
- _SC_V6_ILP32_OFF32 = 176,
- _SC_V6_ILP32_OFFBIG = 177,
- _SC_V6_LP64_OFF64 = 178,
- _SC_V6_LPBIG_OFFBIG = 179,
- _SC_VERSION = 29,
- _SC_WORD_BIT = 107,
- _SC_XBS5_ILP32_OFF32 = 125,
- _SC_XBS5_ILP32_OFFBIG = 126,
- _SC_XBS5_LP64_OFF64 = 127,
- _SC_XBS5_LPBIG_OFFBIG = 128,
- _SC_XOPEN_CRYPT = 92,
- _SC_XOPEN_ENH_I18N = 93,
- _SC_XOPEN_LEGACY = 129,
- _SC_XOPEN_REALTIME = 130,
- _SC_XOPEN_REALTIME_THREADS = 131,
- _SC_XOPEN_SHM = 94,
- _SC_XOPEN_UNIX = 91,
- _SC_XOPEN_VERSION = 89,
- _SC_XOPEN_XCU_VERSION = 90,
- _SC_XOPEN_XPG2 = 98,
- _SC_XOPEN_XPG3 = 99,
- _SC_XOPEN_XPG4 = 100,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogFacility
- {
- LOG_AUTH = 32,
- LOG_AUTHPRIV = 80,
- LOG_CRON = 72,
- LOG_DAEMON = 24,
- LOG_FTP = 88,
- LOG_KERN = 0,
- LOG_LOCAL0 = 128,
- LOG_LOCAL1 = 136,
- LOG_LOCAL2 = 144,
- LOG_LOCAL3 = 152,
- LOG_LOCAL4 = 160,
- LOG_LOCAL5 = 168,
- LOG_LOCAL6 = 176,
- LOG_LOCAL7 = 184,
- LOG_LPR = 48,
- LOG_MAIL = 16,
- LOG_NEWS = 56,
- LOG_SYSLOG = 40,
- LOG_USER = 8,
- LOG_UUCP = 64,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogLevel
- {
- LOG_ALERT = 1,
- LOG_CRIT = 2,
- LOG_DEBUG = 7,
- LOG_EMERG = 0,
- LOG_ERR = 3,
- LOG_INFO = 6,
- LOG_NOTICE = 5,
- LOG_WARNING = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum SyslogOptions
- {
- LOG_CONS = 2,
- LOG_NDELAY = 8,
- LOG_NOWAIT = 16,
- LOG_ODELAY = 4,
- LOG_PERROR = 32,
- LOG_PID = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timespec : System.IEquatable<Mono.Unix.Native.Timespec>
- {
- public long tv_nsec;
- public long tv_sec;
- public bool Equals(Mono.Unix.Native.Timespec value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timeval : System.IEquatable<Mono.Unix.Native.Timeval>
- {
- public long tv_sec;
- public long tv_usec;
- public bool Equals(Mono.Unix.Native.Timeval value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timezone : System.IEquatable<Mono.Unix.Native.Timezone>
- {
- public int tz_minuteswest;
- public bool Equals(Mono.Unix.Native.Timezone value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixAddressFamily
- {
- AF_ALG = 38,
- AF_APPLETALK = 5,
- AF_ASH = 18,
- AF_ATMPVC = 8,
- AF_ATMSVC = 20,
- AF_AX25 = 3,
- AF_BLUETOOTH = 31,
- AF_BRIDGE = 7,
- AF_CAIF = 37,
- AF_CAN = 29,
- AF_DECnet = 12,
- AF_ECONET = 19,
- AF_IEEE802154 = 36,
- AF_INET = 2,
- AF_INET6 = 10,
- AF_IPX = 4,
- AF_IRDA = 23,
- AF_ISDN = 34,
- AF_IUCV = 32,
- AF_KEY = 15,
- AF_LLC = 26,
- AF_NETBEUI = 13,
- AF_NETLINK = 16,
- AF_NETROM = 6,
- AF_NFC = 39,
- AF_PACKET = 17,
- AF_PHONET = 35,
- AF_PPPOX = 24,
- AF_RDS = 21,
- AF_ROSE = 11,
- AF_RXRPC = 33,
- AF_SECURITY = 14,
- AF_SNA = 22,
- AF_TIPC = 30,
- AF_UNIX = 1,
- AF_UNSPEC = 0,
- AF_VSOCK = 40,
- AF_WANPIPE = 25,
- AF_X25 = 9,
- Unknown = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketControlMessage
- {
- SCM_CREDENTIALS = 2,
- SCM_RIGHTS = 1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum UnixSocketFlags
- {
- SOCK_CLOEXEC = 524288,
- SOCK_NONBLOCK = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketOptionName
- {
- SO_ACCEPTCONN = 30,
- SO_ATTACH_FILTER = 26,
- SO_BINDTODEVICE = 25,
- SO_BROADCAST = 6,
- SO_BSDCOMPAT = 14,
- SO_BUSY_POLL = 46,
- SO_DEBUG = 1,
- SO_DETACH_FILTER = 27,
- SO_DOMAIN = 39,
- SO_DONTROUTE = 5,
- SO_ERROR = 4,
- SO_KEEPALIVE = 9,
- SO_LINGER = 13,
- SO_LOCK_FILTER = 44,
- SO_MARK = 36,
- SO_MAX_PACING_RATE = 47,
- SO_NOFCS = 43,
- SO_NO_CHECK = 11,
- SO_OOBINLINE = 10,
- SO_PASSCRED = 16,
- SO_PASSSEC = 34,
- SO_PEEK_OFF = 42,
- SO_PEERCRED = 17,
- SO_PEERNAME = 28,
- SO_PEERSEC = 31,
- SO_PRIORITY = 12,
- SO_PROTOCOL = 38,
- SO_RCVBUF = 8,
- SO_RCVBUFFORCE = 33,
- SO_RCVLOWAT = 18,
- SO_RCVTIMEO = 20,
- SO_REUSEADDR = 2,
- SO_REUSEPORT = 15,
- SO_RXQ_OVFL = 40,
- SO_SECURITY_AUTHENTICATION = 22,
- SO_SECURITY_ENCRYPTION_NETWORK = 24,
- SO_SECURITY_ENCRYPTION_TRANSPORT = 23,
- SO_SELECT_ERR_QUEUE = 45,
- SO_SNDBUF = 7,
- SO_SNDBUFFORCE = 32,
- SO_SNDLOWAT = 19,
- SO_SNDTIMEO = 21,
- SO_TIMESTAMP = 29,
- SO_TIMESTAMPING = 37,
- SO_TIMESTAMPNS = 35,
- SO_TYPE = 3,
- SO_WIFI_STATUS = 41,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketProtocol
- {
- IPPROTO_AH = 51,
- IPPROTO_BEETPH = 94,
- IPPROTO_COMP = 108,
- IPPROTO_DCCP = 33,
- IPPROTO_EGP = 8,
- IPPROTO_ENCAP = 98,
- IPPROTO_ESP = 50,
- IPPROTO_GRE = 47,
- IPPROTO_ICMP = 1,
- IPPROTO_IDP = 22,
- IPPROTO_IGMP = 2,
- IPPROTO_IP = 1024,
- IPPROTO_IPIP = 4,
- IPPROTO_IPV6 = 41,
- IPPROTO_MTP = 92,
- IPPROTO_PIM = 103,
- IPPROTO_PUP = 12,
- IPPROTO_RAW = 255,
- IPPROTO_RSVP = 46,
- IPPROTO_SCTP = 132,
- IPPROTO_TCP = 6,
- IPPROTO_TP = 29,
- IPPROTO_UDP = 17,
- IPPROTO_UDPLITE = 136,
- SOL_SOCKET = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketType
- {
- SOCK_DCCP = 6,
- SOCK_DGRAM = 2,
- SOCK_PACKET = 10,
- SOCK_RAW = 3,
- SOCK_RDM = 4,
- SOCK_SEQPACKET = 5,
- SOCK_STREAM = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Utimbuf : System.IEquatable<Mono.Unix.Native.Utimbuf>
- {
- public long actime;
- public long modtime;
- public bool Equals(Mono.Unix.Native.Utimbuf value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- }
- public sealed partial class Utsname : System.IEquatable<Mono.Unix.Native.Utsname>
- {
- public string domainname;
- public string machine;
- public string nodename;
- public string release;
- public string sysname;
- public string version;
- public Utsname() { }
- public bool Equals(Mono.Unix.Native.Utsname value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum WaitOptions
- {
- WNOHANG = 1,
- WUNTRACED = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum XattrFlags
- {
- XATTR_AUTO = 0,
- XATTR_CREATE = 1,
- XATTR_REPLACE = 2,
- }
-}
diff --git a/src/v4.5.2/Mono.Security.Win32.cs b/src/v4.5.2/Mono.Security.Win32.cs
deleted file mode 100644
index b7904de..0000000
--- a/src/v4.5.2/Mono.Security.Win32.cs
+++ /dev/null
@@ -1,101 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Security.Cryptography
-{
- public partial class CapiContext : System.IDisposable
- {
- public CapiContext() { }
- public CapiContext(System.Security.Cryptography.CspParameters csp) { }
- public int Error { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool Result { get { throw null; } }
- public void Dispose() { }
- ~CapiContext() { }
- }
- public partial class CapiHash : System.IDisposable
- {
- public CapiHash(Mono.Security.Cryptography.CapiContext ctx, int hashAlgorithm) { }
- public CapiHash(int hashAlgorithm) { }
- public CapiHash(System.Security.Cryptography.CspParameters cspParams, int hashAlgorithm) { }
- public System.IntPtr Handle { get { throw null; } }
- public int HashSize { get { throw null; } }
- public void Dispose() { }
- ~CapiHash() { }
- public void HashCore(byte[] data, int start, int length) { }
- public byte[] HashFinal() { throw null; }
- public void Initialize(int algo) { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2CryptoServiceProvider : Mono.Security.Cryptography.MD2
- {
- public MD2CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD2CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4CryptoServiceProvider : Mono.Security.Cryptography.MD4
- {
- public MD4CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD4CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class MD5CryptoServiceProvider : System.Security.Cryptography.MD5
- {
- public MD5CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD5CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class RNGCryptoServiceProvider : System.Security.Cryptography.RandomNumberGenerator
- {
- public RNGCryptoServiceProvider() { }
- public RNGCryptoServiceProvider(byte[] rgb) { }
- public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters cspParams) { }
- public RNGCryptoServiceProvider(string str) { }
- ~RNGCryptoServiceProvider() { }
- public override void GetBytes(byte[] data) { }
- public override void GetNonZeroBytes(byte[] data) { }
- }
- public partial class SHA1CryptoServiceProvider : System.Security.Cryptography.SHA1
- {
- public SHA1CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~SHA1CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
diff --git a/src/v4.5.2/Mono.Security.cs b/src/v4.5.2/Mono.Security.cs
deleted file mode 100644
index 8d82791..0000000
--- a/src/v4.5.2/Mono.Security.cs
+++ /dev/null
@@ -1,2145 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Math
-{
- public partial class BigInteger
- {
- public BigInteger() { }
- public BigInteger(Mono.Math.BigInteger bi) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger bi, uint len) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger.Sign sign, uint len) { }
- public BigInteger(byte[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint ui) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(ulong ul) { }
- public static Mono.Math.BigInteger Add(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public int BitCount() { throw null; }
- public void Clear() { }
- [System.CLSCompliantAttribute(false)]
- public void ClearBit(uint bitNum) { }
- public Mono.Math.BigInteger.Sign Compare(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi, int i) { throw null; }
- public override bool Equals(object o) { throw null; }
- public Mono.Math.BigInteger GCD(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger GeneratePseudoPrime(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits, System.Security.Cryptography.RandomNumberGenerator rng) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public void Incr2() { }
- public bool IsProbablePrime() { throw null; }
- public int LowestSetBit() { throw null; }
- public Mono.Math.BigInteger ModInverse(Mono.Math.BigInteger modulus) { throw null; }
- public Mono.Math.BigInteger ModPow(Mono.Math.BigInteger exp, Mono.Math.BigInteger n) { throw null; }
- public static Mono.Math.BigInteger Modulus(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int Modulus(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint Modulus(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger NextHighestPrime(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger operator +(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi, int i) { throw null; }
- public static bool operator ==(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator ==(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static bool operator >(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator >=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static implicit operator Mono.Math.BigInteger (int value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (uint value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (ulong value) { throw null; }
- public static bool operator !=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator !=(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator <<(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static bool operator <(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator <=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator %(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int operator %(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint operator %(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger operator >>(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static Mono.Math.BigInteger operator -(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Parse(string number) { throw null; }
- public void Randomize() { }
- public void Randomize(System.Security.Cryptography.RandomNumberGenerator rng) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum, bool value) { }
- public static Mono.Math.BigInteger Subtract(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public bool TestBit(int bitNum) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public bool TestBit(uint bitNum) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix, string characterSet) { throw null; }
- public sealed partial class ModulusRing
- {
- public ModulusRing(Mono.Math.BigInteger modulus) { }
- public void BarrettReduction(Mono.Math.BigInteger x) { }
- public Mono.Math.BigInteger Difference(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Multiply(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Pow(Mono.Math.BigInteger a, Mono.Math.BigInteger k) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Math.BigInteger Pow(uint b, Mono.Math.BigInteger exp) { throw null; }
- }
- public enum Sign
- {
- Negative = -1,
- Positive = 1,
- Zero = 0,
- }
- }
-}
-namespace Mono.Math.Prime
-{
- public enum ConfidenceFactor
- {
- ExtraHigh = 4,
- ExtraLow = 0,
- High = 3,
- Low = 1,
- Medium = 2,
- Provable = 5,
- }
- public delegate bool PrimalityTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence);
- public sealed partial class PrimalityTests
- {
- internal PrimalityTests() { }
- public static bool RabinMillerTest(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool SmallPrimeSppTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool Test(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- }
-}
-namespace Mono.Math.Prime.Generator
-{
- public partial class NextPrimeFinder : Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
- {
- public NextPrimeFinder() { }
- protected override Mono.Math.BigInteger GenerateSearchBase(int bits, object Context) { throw null; }
- }
- public abstract partial class PrimeGeneratorBase
- {
- protected PrimeGeneratorBase() { }
- public virtual Mono.Math.Prime.ConfidenceFactor Confidence { get { throw null; } }
- public virtual Mono.Math.Prime.PrimalityTest PrimalityTest { get { throw null; } }
- public virtual int TrialDivisionBounds { get { throw null; } }
- public abstract Mono.Math.BigInteger GenerateNewPrime(int bits);
- protected bool PostTrialDivisionTests(Mono.Math.BigInteger bi) { throw null; }
- }
- public partial class SequentialSearchPrimeGeneratorBase : Mono.Math.Prime.Generator.PrimeGeneratorBase
- {
- public SequentialSearchPrimeGeneratorBase() { }
- public override Mono.Math.BigInteger GenerateNewPrime(int bits) { throw null; }
- public virtual Mono.Math.BigInteger GenerateNewPrime(int bits, object context) { throw null; }
- protected virtual Mono.Math.BigInteger GenerateSearchBase(int bits, object context) { throw null; }
- protected virtual bool IsPrimeAcceptable(Mono.Math.BigInteger bi, object context) { throw null; }
- }
-}
-namespace Mono.Security
-{
- public partial class ASN1
- {
- public ASN1() { }
- public ASN1(byte tag) { }
- public ASN1(byte tag, byte[] data) { }
- public ASN1(byte[] data) { }
- public int Count { get { throw null; } }
- public Mono.Security.ASN1 this[int index] { get { throw null; } }
- public int Length { get { throw null; } }
- public byte Tag { get { throw null; } }
- public byte[] Value { get { throw null; } set { } }
- public Mono.Security.ASN1 Add(Mono.Security.ASN1 asn1) { throw null; }
- public bool CompareValue(byte[] value) { throw null; }
- protected void Decode(byte[] asn1, ref int anPos, int anLength) { }
- protected void DecodeTLV(byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content) { tag = default(byte); length = default(int); content = default(byte[]); }
- public Mono.Security.ASN1 Element(int index, byte anTag) { throw null; }
- public bool Equals(byte[] asn1) { throw null; }
- public virtual byte[] GetBytes() { throw null; }
- public void SaveToFile(string filename) { }
- public override string ToString() { throw null; }
- }
- public static partial class ASN1Convert
- {
- public static Mono.Security.ASN1 FromDateTime(System.DateTime dt) { throw null; }
- public static Mono.Security.ASN1 FromInt32(int value) { throw null; }
- public static Mono.Security.ASN1 FromOid(string oid) { throw null; }
- public static Mono.Security.ASN1 FromUnsignedBigInteger(byte[] big) { throw null; }
- public static System.DateTime ToDateTime(Mono.Security.ASN1 time) { throw null; }
- public static int ToInt32(Mono.Security.ASN1 asn1) { throw null; }
- public static string ToOid(Mono.Security.ASN1 asn1) { throw null; }
- }
- public sealed partial class PKCS7
- {
- internal PKCS7() { }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid) { throw null; }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid, Mono.Security.ASN1 parameters) { throw null; }
- public static Mono.Security.ASN1 Attribute(string oid, Mono.Security.ASN1 value) { throw null; }
- public static Mono.Security.ASN1 IssuerAndSerialNumber(Mono.Security.X509.X509Certificate x509) { throw null; }
- public partial class ContentInfo
- {
- public ContentInfo() { }
- public ContentInfo(Mono.Security.ASN1 asn1) { }
- public ContentInfo(byte[] data) { }
- public ContentInfo(string oid) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.ASN1 Content { get { throw null; } set { } }
- public string ContentType { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EncryptedData
- {
- public EncryptedData() { }
- public EncryptedData(Mono.Security.ASN1 asn1) { }
- public EncryptedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EnvelopedData
- {
- public EnvelopedData() { }
- public EnvelopedData(Mono.Security.ASN1 asn1) { }
- public EnvelopedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public System.Collections.ArrayList RecipientInfos { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class Oid
- {
- public const string contentType = "1.2.840.113549.1.9.3";
- public const string countersignature = "1.2.840.113549.1.9.6";
- public const string data = "1.2.840.113549.1.7.1";
- public const string digestedData = "1.2.840.113549.1.7.5";
- public const string encryptedData = "1.2.840.113549.1.7.6";
- public const string envelopedData = "1.2.840.113549.1.7.3";
- public const string messageDigest = "1.2.840.113549.1.9.4";
- public const string rsaEncryption = "1.2.840.113549.1.1.1";
- public const string signedAndEnvelopedData = "1.2.840.113549.1.7.4";
- public const string signedData = "1.2.840.113549.1.7.2";
- public const string signingTime = "1.2.840.113549.1.9.5";
- public Oid() { }
- }
- public partial class RecipientInfo
- {
- public RecipientInfo() { }
- public RecipientInfo(Mono.Security.ASN1 data) { }
- public string Issuer { get { throw null; } }
- public byte[] Key { get { throw null; } }
- public string Oid { get { throw null; } }
- public byte[] Serial { get { throw null; } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public int Version { get { throw null; } }
- }
- public partial class SignedData
- {
- public SignedData() { }
- public SignedData(Mono.Security.ASN1 asn1) { }
- public SignedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string HashName { get { throw null; } set { } }
- public Mono.Security.PKCS7.SignerInfo SignerInfo { get { throw null; } }
- public bool UseAuthenticatedAttributes { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- }
- public partial class SignerInfo
- {
- public SignerInfo() { }
- public SignerInfo(Mono.Security.ASN1 asn1) { }
- public SignerInfo(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public System.Collections.ArrayList AuthenticatedAttributes { get { throw null; } }
- public Mono.Security.X509.X509Certificate Certificate { get { throw null; } set { } }
- public string HashName { get { throw null; } set { } }
- public string IssuerName { get { throw null; } }
- public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] Signature { get { throw null; } set { } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public System.Collections.ArrayList UnauthenticatedAttributes { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public sealed partial class StrongName
- {
- public StrongName() { }
- public StrongName(byte[] data) { }
- public StrongName(int keySize) { }
- public StrongName(System.Security.Cryptography.RSA rsa) { }
- public bool CanSign { get { throw null; } }
- public byte[] PublicKey { get { throw null; } }
- public byte[] PublicKeyToken { get { throw null; } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public string TokenAlgorithm { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] Hash(string fileName) { throw null; }
- public bool Sign(string fileName) { throw null; }
- public bool Verify(System.IO.Stream stream) { throw null; }
- public bool Verify(string fileName) { throw null; }
- }
-}
-namespace Mono.Security.Authenticode
-{
- public partial class AuthenticodeBase
- {
- public const string spcIndirectDataContext = "1.3.6.1.4.1.311.2.1.4";
- public AuthenticodeBase() { }
- protected byte[] HashFile(string fileName, string hashName) { throw null; }
- }
- public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeDeformatter() { }
- public AuthenticodeDeformatter(string fileName) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public int Reason { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
- public System.DateTime Timestamp { get { throw null; } }
- public bool IsTrusted() { throw null; }
- }
- public partial class AuthenticodeFormatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeFormatter() { }
- public Mono.Security.Authenticode.Authority Authority { get { throw null; } set { } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crl { get { throw null; } }
- public string Description { get { throw null; } set { } }
- public string Hash { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public System.Uri TimestampUrl { get { throw null; } set { } }
- public System.Uri Url { get { throw null; } set { } }
- public void ProcessTimestamp(byte[] response) { }
- public bool Sign(string fileName) { throw null; }
- public bool Timestamp(string fileName) { throw null; }
- public Mono.Security.ASN1 TimestampRequest(byte[] signature) { throw null; }
- }
- public enum Authority
- {
- Commercial = 1,
- Individual = 0,
- Maximum = 2,
- }
- public partial class PrivateKey
- {
- public PrivateKey() { }
- public PrivateKey(byte[] data, string password) { }
- public bool Encrypted { get { throw null; } }
- public int KeyType { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public bool Weak { get { throw null; } set { } }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename) { throw null; }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename, string password) { throw null; }
- public void Save(string filename) { }
- public void Save(string filename, string password) { }
- }
- public partial class SoftwarePublisherCertificate
- {
- public SoftwarePublisherCertificate() { }
- public SoftwarePublisherCertificate(byte[] data) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public static Mono.Security.Authenticode.SoftwarePublisherCertificate CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public partial class ARC4Managed : Mono.Security.Cryptography.RC4, System.IDisposable, System.Security.Cryptography.ICryptoTransform
- {
- public ARC4Managed() { }
- public bool CanReuseTransform { get { throw null; } }
- public bool CanTransformMultipleBlocks { get { throw null; } }
- public int InputBlockSize { get { throw null; } }
- public override byte[] Key { get { throw null; } set { } }
- public int OutputBlockSize { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- protected override void Dispose(bool disposing) { }
- ~ARC4Managed() { }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw null; }
- public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw null; }
- }
- public partial class BlockProcessor
- {
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform) { }
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform, int blockSize) { }
- public void Core(byte[] rgb) { }
- public void Core(byte[] rgb, int ib, int cb) { }
- public byte[] Final() { throw null; }
- ~BlockProcessor() { }
- public void Initialize() { }
- }
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
- public enum DHKeyGeneration
- {
- Random = 0,
- Static = 1,
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct DHParameters
- {
- public byte[] G;
- public byte[] P;
- [System.NonSerializedAttribute]
- public byte[] X;
- }
- public abstract partial class DiffieHellman : System.Security.Cryptography.AsymmetricAlgorithm
- {
- protected DiffieHellman() { }
- public static new Mono.Security.Cryptography.DiffieHellman Create() { throw null; }
- public static new Mono.Security.Cryptography.DiffieHellman Create(string algName) { throw null; }
- public abstract byte[] CreateKeyExchange();
- public abstract byte[] DecryptKeyExchange(byte[] keyex);
- public abstract Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivate);
- public override void FromXmlString(string xmlString) { }
- public abstract void ImportParameters(Mono.Security.Cryptography.DHParameters parameters);
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- }
- public sealed partial class DiffieHellmanManaged : Mono.Security.Cryptography.DiffieHellman
- {
- public DiffieHellmanManaged() { }
- public DiffieHellmanManaged(byte[] p, byte[] g, byte[] x) { }
- public DiffieHellmanManaged(byte[] p, byte[] g, int l) { }
- public DiffieHellmanManaged(int bitLength, int l, Mono.Security.Cryptography.DHKeyGeneration method) { }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public override byte[] CreateKeyExchange() { throw null; }
- public override byte[] DecryptKeyExchange(byte[] keyEx) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~DiffieHellmanManaged() { }
- public override void ImportParameters(Mono.Security.Cryptography.DHParameters parameters) { }
- }
- public sealed partial class KeyBuilder
- {
- internal KeyBuilder() { }
- public static byte[] IV(int size) { throw null; }
- public static byte[] Key(int size) { throw null; }
- }
- public partial class KeyPairPersistence
- {
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { }
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) { }
- public string Filename { get { throw null; } }
- public string KeyValue { get { throw null; } set { } }
- public System.Security.Cryptography.CspParameters Parameters { get { throw null; } }
- public bool Load() { throw null; }
- public void Remove() { }
- public void Save() { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2Managed : Mono.Security.Cryptography.MD2
- {
- public MD2Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4Managed : Mono.Security.Cryptography.MD4
- {
- public MD4Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public sealed partial class PKCS1
- {
- internal PKCS1() { }
- public static byte[] Decrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] C) { throw null; }
- public static byte[] Decrypt_v15(System.Security.Cryptography.RSA rsa, byte[] C) { throw null; }
- public static byte[] Encode_v15(System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, int emLength) { throw null; }
- public static byte[] Encrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] Encrypt_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] I2OSP(byte[] x, int size) { throw null; }
- public static byte[] I2OSP(int x, int size) { throw null; }
- public static byte[] MGF1(System.Security.Cryptography.HashAlgorithm hash, byte[] mgfSeed, int maskLen) { throw null; }
- public static byte[] OS2IP(byte[] x) { throw null; }
- public static byte[] RSADP(System.Security.Cryptography.RSA rsa, byte[] c) { throw null; }
- public static byte[] RSAEP(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSASP1(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSAVP1(System.Security.Cryptography.RSA rsa, byte[] s) { throw null; }
- public static byte[] Sign_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding) { throw null; }
- }
- public sealed partial class PKCS8
- {
- internal PKCS8() { }
- public static Mono.Security.Cryptography.PKCS8.KeyInfo GetType(byte[] data) { throw null; }
- public partial class EncryptedPrivateKeyInfo
- {
- public EncryptedPrivateKeyInfo() { }
- public EncryptedPrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public byte[] EncryptedData { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public enum KeyInfo
- {
- EncryptedPrivateKey = 1,
- PrivateKey = 0,
- Unknown = 2,
- }
- public partial class PrivateKeyInfo
- {
- public PrivateKeyInfo() { }
- public PrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public System.Collections.ArrayList Attributes { get { throw null; } }
- public byte[] PrivateKey { get { throw null; } set { } }
- public int Version { get { throw null; } set { } }
- public static System.Security.Cryptography.DSA DecodeDSA(byte[] privateKey, System.Security.Cryptography.DSAParameters dsaParameters) { throw null; }
- public static System.Security.Cryptography.RSA DecodeRSA(byte[] keypair) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.RSA rsa) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
- }
- public abstract partial class RC4 : System.Security.Cryptography.SymmetricAlgorithm
- {
- public RC4() { }
- public override byte[] IV { get { throw null; } set { } }
- public static new Mono.Security.Cryptography.RC4 Create() { throw null; }
- public static new Mono.Security.Cryptography.RC4 Create(string algName) { throw null; }
- }
- public partial class RSAManaged : System.Security.Cryptography.RSA
- {
- public RSAManaged() { }
- public RSAManaged(int keySize) { }
- public bool IsCrtPossible { get { throw null; } }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override int KeySize { get { throw null; } }
- public bool PublicOnly { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public bool UseKeyBlinding { get { throw null; } set { } }
- public event Mono.Security.Cryptography.RSAManaged.KeyGeneratedEventHandler KeyGenerated { add { } remove { } }
- public override byte[] DecryptValue(byte[] rgb) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override byte[] EncryptValue(byte[] rgb) { throw null; }
- public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~RSAManaged() { }
- public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { }
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- public delegate void KeyGeneratedEventHandler(object sender, System.EventArgs e);
- }
- public abstract partial class SHA224 : System.Security.Cryptography.HashAlgorithm
- {
- public SHA224() { }
- public static new Mono.Security.Cryptography.SHA224 Create() { throw null; }
- public static new Mono.Security.Cryptography.SHA224 Create(string hashName) { throw null; }
- }
- public partial class SHA224Managed : Mono.Security.Cryptography.SHA224
- {
- public SHA224Managed() { }
- protected override void HashCore(byte[] rgb, int start, int size) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
-namespace Mono.Security.Interface
-{
- public partial class Alert
- {
- public Alert(Mono.Security.Interface.AlertDescription description) { }
- public Alert(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.AlertDescription Description { get { throw null; } }
- public bool IsCloseNotify { get { throw null; } }
- public bool IsWarning { get { throw null; } }
- public Mono.Security.Interface.AlertLevel Level { get { throw null; } }
- public string Message { get { throw null; } }
- public static string GetAlertMessage(Mono.Security.Interface.AlertDescription description) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AlertDescription : byte
- {
- AccessDenied = (byte)49,
- BadCertificate = (byte)42,
- BadRecordMAC = (byte)20,
- CertificateExpired = (byte)45,
- CertificateRevoked = (byte)44,
- CertificateUnknown = (byte)46,
- CloseNotify = (byte)0,
- DecodeError = (byte)50,
- DecompressionFailure = (byte)30,
- DecryptError = (byte)51,
- DecryptionFailed_RESERVED = (byte)21,
- ExportRestriction = (byte)60,
- HandshakeFailure = (byte)40,
- IlegalParameter = (byte)47,
- InsuficientSecurity = (byte)71,
- InternalError = (byte)80,
- NoCertificate_RESERVED = (byte)41,
- NoRenegotiation = (byte)100,
- ProtocolVersion = (byte)70,
- RecordOverflow = (byte)22,
- UnexpectedMessage = (byte)10,
- UnknownCA = (byte)48,
- UnsupportedCertificate = (byte)43,
- UnsupportedExtension = (byte)110,
- UserCancelled = (byte)90,
- }
- public enum AlertLevel : byte
- {
- Fatal = (byte)2,
- Warning = (byte)1,
- }
- public partial class BufferOffsetSize : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public BufferOffsetSize(byte[] buffer) { }
- public BufferOffsetSize(byte[] buffer, int offset, int size) { }
- public BufferOffsetSize(int size) { }
- public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int EndOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public byte[] GetBuffer() { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void TruncateTo(int newSize) { }
- }
- public static partial class CertificateValidationHelper
- {
- public static bool SupportsTrustAnchors { get { throw null; } }
- public static bool SupportsX509Chain { get { throw null; } }
- public static Mono.Security.Interface.ICertificateValidator GetValidator(Mono.Security.Interface.MonoTlsSettings settings) { throw null; }
- }
- public enum CipherAlgorithmType
- {
- Aes128 = 1,
- Aes256 = 2,
- AesGcm128 = 3,
- AesGcm256 = 4,
- None = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum CipherSuiteCode : ushort
- {
- TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)17,
- TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)19,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA = (ushort)50,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 = (ushort)64,
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 = (ushort)162,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA = (ushort)56,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 = (ushort)106,
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 = (ushort)163,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)68,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)189,
- TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49280,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)135,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)195,
- TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49281,
- TLS_DHE_DSS_WITH_DES_CBC_SHA = (ushort)18,
- TLS_DHE_DSS_WITH_SEED_CBC_SHA = (ushort)153,
- TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)143,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA = (ushort)144,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)178,
- TLS_DHE_PSK_WITH_AES_128_CCM = (ushort)49318,
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 = (ushort)170,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA = (ushort)145,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)179,
- TLS_DHE_PSK_WITH_AES_256_CCM = (ushort)49319,
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 = (ushort)171,
- TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49302,
- TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49296,
- TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49303,
- TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49297,
- TLS_DHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58396,
- TLS_DHE_PSK_WITH_NULL_SHA = (ushort)45,
- TLS_DHE_PSK_WITH_NULL_SHA256 = (ushort)180,
- TLS_DHE_PSK_WITH_NULL_SHA384 = (ushort)181,
- TLS_DHE_PSK_WITH_RC4_128_SHA = (ushort)142,
- TLS_DHE_PSK_WITH_SALSA20_SHA1 = (ushort)58397,
- TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)20,
- TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)22,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA = (ushort)51,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)103,
- TLS_DHE_RSA_WITH_AES_128_CCM = (ushort)49310,
- TLS_DHE_RSA_WITH_AES_128_CCM_8 = (ushort)49314,
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)158,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA = (ushort)57,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = (ushort)107,
- TLS_DHE_RSA_WITH_AES_256_CCM = (ushort)49311,
- TLS_DHE_RSA_WITH_AES_256_CCM_8 = (ushort)49315,
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)159,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)69,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)190,
- TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49276,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)136,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)196,
- TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49277,
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52245,
- TLS_DHE_RSA_WITH_DES_CBC_SHA = (ushort)21,
- TLS_DHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58398,
- TLS_DHE_RSA_WITH_SALSA20_SHA1 = (ushort)58399,
- TLS_DHE_RSA_WITH_SEED_CBC_SHA = (ushort)154,
- TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA = (ushort)25,
- TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 = (ushort)23,
- TLS_DH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)27,
- TLS_DH_anon_WITH_AES_128_CBC_SHA = (ushort)52,
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 = (ushort)108,
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 = (ushort)166,
- TLS_DH_anon_WITH_AES_256_CBC_SHA = (ushort)58,
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 = (ushort)109,
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 = (ushort)167,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA = (ushort)70,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)191,
- TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49284,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA = (ushort)137,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)197,
- TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49285,
- TLS_DH_anon_WITH_DES_CBC_SHA = (ushort)26,
- TLS_DH_anon_WITH_RC4_128_MD5 = (ushort)24,
- TLS_DH_anon_WITH_SEED_CBC_SHA = (ushort)155,
- TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)11,
- TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)13,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA = (ushort)48,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA256 = (ushort)62,
- TLS_DH_DSS_WITH_AES_128_GCM_SHA256 = (ushort)164,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA = (ushort)54,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA256 = (ushort)104,
- TLS_DH_DSS_WITH_AES_256_GCM_SHA384 = (ushort)165,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)66,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)187,
- TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49282,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)133,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)193,
- TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49283,
- TLS_DH_DSS_WITH_DES_CBC_SHA = (ushort)12,
- TLS_DH_DSS_WITH_SEED_CBC_SHA = (ushort)151,
- TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)14,
- TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)16,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA = (ushort)49,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)63,
- TLS_DH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)160,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA = (ushort)55,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA256 = (ushort)105,
- TLS_DH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)161,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)67,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)188,
- TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49278,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)134,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)194,
- TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49279,
- TLS_DH_RSA_WITH_DES_CBC_SHA = (ushort)15,
- TLS_DH_RSA_WITH_SEED_CBC_SHA = (ushort)152,
- TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49160,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49161,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49187,
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49195,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49162,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49188,
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49196,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49266,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49286,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49267,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49287,
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52244,
- TLS_ECDHE_ECDSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58388,
- TLS_ECDHE_ECDSA_WITH_NULL_SHA = (ushort)49158,
- TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = (ushort)49159,
- TLS_ECDHE_ECDSA_WITH_SALSA20_SHA1 = (ushort)58389,
- TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)49204,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA = (ushort)49205,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)49207,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA = (ushort)49206,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)49208,
- TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49306,
- TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49307,
- TLS_ECDHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58392,
- TLS_ECDHE_PSK_WITH_NULL_SHA = (ushort)49209,
- TLS_ECDHE_PSK_WITH_NULL_SHA256 = (ushort)49210,
- TLS_ECDHE_PSK_WITH_NULL_SHA384 = (ushort)49211,
- TLS_ECDHE_PSK_WITH_RC4_128_SHA = (ushort)49203,
- TLS_ECDHE_PSK_WITH_SALSA20_SHA1 = (ushort)58393,
- TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49170,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = (ushort)49171,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49191,
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49199,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = (ushort)49172,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49192,
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49200,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49270,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49290,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49271,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49291,
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52243,
- TLS_ECDHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58386,
- TLS_ECDHE_RSA_WITH_NULL_SHA = (ushort)49168,
- TLS_ECDHE_RSA_WITH_RC4_128_SHA = (ushort)49169,
- TLS_ECDHE_RSA_WITH_SALSA20_SHA1 = (ushort)58387,
- TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)49175,
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA = (ushort)49176,
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA = (ushort)49177,
- TLS_ECDH_anon_WITH_NULL_SHA = (ushort)49173,
- TLS_ECDH_anon_WITH_RC4_128_SHA = (ushort)49174,
- TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49155,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49156,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49189,
- TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49197,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49157,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49190,
- TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49198,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49268,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49288,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49269,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49289,
- TLS_ECDH_ECDSA_WITH_NULL_SHA = (ushort)49153,
- TLS_ECDH_ECDSA_WITH_RC4_128_SHA = (ushort)49154,
- TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49165,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA = (ushort)49166,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49193,
- TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49201,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA = (ushort)49167,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49194,
- TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49202,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49272,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49292,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49273,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49293,
- TLS_ECDH_RSA_WITH_NULL_SHA = (ushort)49163,
- TLS_ECDH_RSA_WITH_RC4_128_SHA = (ushort)49164,
- TLS_EMPTY_RENEGOTIATION_INFO_SCSV = (ushort)255,
- TLS_FALLBACK_SCSV = (ushort)22016,
- TLS_NULL_WITH_NULL_NULL = (ushort)0,
- TLS_PSK_DHE_WITH_AES_128_CCM_8 = (ushort)49322,
- TLS_PSK_DHE_WITH_AES_256_CCM_8 = (ushort)49323,
- TLS_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)139,
- TLS_PSK_WITH_AES_128_CBC_SHA = (ushort)140,
- TLS_PSK_WITH_AES_128_CBC_SHA256 = (ushort)174,
- TLS_PSK_WITH_AES_128_CCM = (ushort)49316,
- TLS_PSK_WITH_AES_128_CCM_8 = (ushort)49320,
- TLS_PSK_WITH_AES_128_GCM_SHA256 = (ushort)168,
- TLS_PSK_WITH_AES_256_CBC_SHA = (ushort)141,
- TLS_PSK_WITH_AES_256_CBC_SHA384 = (ushort)175,
- TLS_PSK_WITH_AES_256_CCM = (ushort)49317,
- TLS_PSK_WITH_AES_256_CCM_8 = (ushort)49321,
- TLS_PSK_WITH_AES_256_GCM_SHA384 = (ushort)169,
- TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49300,
- TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49294,
- TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49301,
- TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49295,
- TLS_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58390,
- TLS_PSK_WITH_NULL_SHA = (ushort)44,
- TLS_PSK_WITH_NULL_SHA256 = (ushort)176,
- TLS_PSK_WITH_NULL_SHA384 = (ushort)177,
- TLS_PSK_WITH_RC4_128_SHA = (ushort)138,
- TLS_PSK_WITH_SALSA20_SHA1 = (ushort)58391,
- TLS_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)8,
- TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 = (ushort)6,
- TLS_RSA_EXPORT_WITH_RC4_40_MD5 = (ushort)3,
- TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)147,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA = (ushort)148,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 = (ushort)182,
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 = (ushort)172,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA = (ushort)149,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 = (ushort)183,
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 = (ushort)173,
- TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49304,
- TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49298,
- TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49305,
- TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49299,
- TLS_RSA_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58394,
- TLS_RSA_PSK_WITH_NULL_SHA = (ushort)46,
- TLS_RSA_PSK_WITH_NULL_SHA256 = (ushort)184,
- TLS_RSA_PSK_WITH_NULL_SHA384 = (ushort)185,
- TLS_RSA_PSK_WITH_RC4_128_SHA = (ushort)146,
- TLS_RSA_PSK_WITH_SALSA20_SHA1 = (ushort)58395,
- TLS_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)10,
- TLS_RSA_WITH_AES_128_CBC_SHA = (ushort)47,
- TLS_RSA_WITH_AES_128_CBC_SHA256 = (ushort)60,
- TLS_RSA_WITH_AES_128_CCM = (ushort)49308,
- TLS_RSA_WITH_AES_128_CCM_8 = (ushort)49312,
- TLS_RSA_WITH_AES_128_GCM_SHA256 = (ushort)156,
- TLS_RSA_WITH_AES_256_CBC_SHA = (ushort)53,
- TLS_RSA_WITH_AES_256_CBC_SHA256 = (ushort)61,
- TLS_RSA_WITH_AES_256_CCM = (ushort)49309,
- TLS_RSA_WITH_AES_256_CCM_8 = (ushort)49313,
- TLS_RSA_WITH_AES_256_GCM_SHA384 = (ushort)157,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)65,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)186,
- TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49274,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)132,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)192,
- TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49275,
- TLS_RSA_WITH_DES_CBC_SHA = (ushort)9,
- TLS_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58384,
- TLS_RSA_WITH_IDEA_CBC_SHA = (ushort)7,
- TLS_RSA_WITH_NULL_MD5 = (ushort)1,
- TLS_RSA_WITH_NULL_SHA = (ushort)2,
- TLS_RSA_WITH_NULL_SHA256 = (ushort)59,
- TLS_RSA_WITH_RC4_128_MD5 = (ushort)4,
- TLS_RSA_WITH_RC4_128_SHA = (ushort)5,
- TLS_RSA_WITH_SALSA20_SHA1 = (ushort)58385,
- TLS_RSA_WITH_SEED_CBC_SHA = (ushort)150,
- TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)49180,
- TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA = (ushort)49183,
- TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA = (ushort)49186,
- TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49179,
- TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA = (ushort)49182,
- TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA = (ushort)49185,
- TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA = (ushort)49178,
- TLS_SRP_SHA_WITH_AES_128_CBC_SHA = (ushort)49181,
- TLS_SRP_SHA_WITH_AES_256_CBC_SHA = (ushort)49184,
- }
- public enum ExchangeAlgorithmType
- {
- Dhe = 1,
- EcDhe = 3,
- None = 0,
- Rsa = 2,
- }
- public enum HashAlgorithmType
- {
- Md5 = 1,
- Md5Sha1 = 254,
- None = 0,
- Sha1 = 2,
- Sha224 = 3,
- Sha256 = 4,
- Sha384 = 5,
- Sha512 = 6,
- Unknown = 255,
- }
- public partial interface IBufferOffsetSize
- {
- byte[] Buffer { get; }
- int Offset { get; }
- int Size { get; }
- }
- public partial interface ICertificateValidator
- {
- Mono.Security.Interface.MonoTlsSettings Settings { get; }
- bool SelectClientCertificate(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers, out System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate);
- Mono.Security.Interface.ValidationResult ValidateCertificate(string targetHost, bool serverMode, System.Security.Cryptography.X509Certificates.X509CertificateCollection certificates);
- }
- public partial interface IMonoSslStream : System.IDisposable
- {
- System.Net.Security.AuthenticatedStream AuthenticatedStream { get; }
- bool CanRead { get; }
- bool CanTimeout { get; }
- bool CanWrite { get; }
- bool CheckCertRevocationStatus { get; }
- System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get; }
- int CipherStrength { get; }
- System.Security.Authentication.HashAlgorithmType HashAlgorithm { get; }
- int HashStrength { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate InternalLocalCertificate { get; }
- bool IsAuthenticated { get; }
- bool IsEncrypted { get; }
- bool IsMutuallyAuthenticated { get; }
- bool IsServer { get; }
- bool IsSigned { get; }
- System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get; }
- int KeyExchangeStrength { get; }
- long Length { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get; }
- long Position { get; }
- Mono.Security.Interface.MonoTlsProvider Provider { get; }
- int ReadTimeout { get; set; }
- System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get; }
- System.Security.Authentication.SslProtocols SslProtocol { get; }
- System.Net.TransportContext TransportContext { get; }
- int WriteTimeout { get; set; }
- void AuthenticateAsClient(string targetHost);
- void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- void EndAuthenticateAsClient(System.IAsyncResult asyncResult);
- void EndAuthenticateAsServer(System.IAsyncResult asyncResult);
- int EndRead(System.IAsyncResult asyncResult);
- void EndWrite(System.IAsyncResult asyncResult);
- void Flush();
- Mono.Security.Interface.MonoTlsConnectionInfo GetConnectionInfo();
- int Read(byte[] buffer, int offset, int count);
- void SetLength(long value);
- void Write(byte[] buffer);
- void Write(byte[] buffer, int offset, int count);
- }
- public partial interface IMonoTlsEventSink
- {
- void Error(System.Exception exception);
- void ReceivedCloseNotify();
- }
- public enum MonoEncryptionPolicy
- {
- AllowNoEncryption = 1,
- NoEncryption = 2,
- RequireEncryption = 0,
- }
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate MonoLocalCertificateSelectionCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers);
- public delegate bool MonoRemoteCertificateValidationCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, Mono.Security.Interface.MonoSslPolicyErrors sslPolicyErrors);
- [System.FlagsAttribute]
- public enum MonoSslPolicyErrors
- {
- None = 0,
- RemoteCertificateChainErrors = 4,
- RemoteCertificateNameMismatch = 2,
- RemoteCertificateNotAvailable = 1,
- }
- public partial class MonoTlsConnectionInfo
- {
- public MonoTlsConnectionInfo() { }
- public Mono.Security.Interface.CipherAlgorithmType CipherAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode CipherSuiteCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.ExchangeAlgorithmType ExchangeAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.HashAlgorithmType HashAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string PeerDomainName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.TlsProtocols ProtocolVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class MonoTlsProvider
- {
- internal MonoTlsProvider() { }
- public abstract System.Guid ID { get; }
- public abstract string Name { get; }
- public abstract System.Security.Authentication.SslProtocols SupportedProtocols { get; }
- public abstract bool SupportsConnectionInfo { get; }
- public abstract bool SupportsMonoExtensions { get; }
- public abstract bool SupportsSslStream { get; }
- public abstract Mono.Security.Interface.IMonoSslStream CreateSslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings=null);
- }
- public static partial class MonoTlsProviderFactory
- {
- public static bool IsInitialized { get { throw null; } }
- public static System.Net.HttpListener CreateHttpListener(System.Security.Cryptography.X509Certificates.X509Certificate certificate, Mono.Security.Interface.MonoTlsProvider provider=null, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- public static System.Net.HttpWebRequest CreateHttpsRequest(System.Uri requestUri, Mono.Security.Interface.MonoTlsProvider provider, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- [System.ObsoleteAttribute("Use GetProvider() instead.")]
- public static Mono.Security.Interface.MonoTlsProvider GetDefaultProvider() { throw null; }
- public static Mono.Security.Interface.IMonoSslStream GetMonoSslStream(System.Net.Security.SslStream stream) { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider() { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider(string provider) { throw null; }
- public static void Initialize() { }
- public static void Initialize(string provider) { }
- public static bool IsProviderSupported(string provider) { throw null; }
- [System.ObsoleteAttribute("Use Initialize(string provider) instead.")]
- public static void SetDefaultProvider(string name) { }
- }
- public sealed partial class MonoTlsSettings
- {
- public MonoTlsSettings() { }
- public bool CallbackNeedsCertificateChain { get { throw null; } set { } }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.ICertificateValidator CertificateValidator { get { throw null; } }
- public bool CheckCertificateName { get { throw null; } set { } }
- public bool CheckCertificateRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Interface.MonoLocalCertificateSelectionCallback ClientCertificateSelectionCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.Security.Interface.MonoTlsSettings DefaultSettings { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Security.Interface.TlsProtocols> EnabledProtocols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.MonoRemoteCertificateValidationCallback RemoteCertificateValidationCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SkipSystemValidators { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection TrustAnchors { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object UserSettings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> UseServicePointManagerCallback { get { throw null; } set { } }
- public Mono.Security.Interface.MonoTlsSettings Clone() { throw null; }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.MonoTlsSettings CloneWithValidator(Mono.Security.Interface.ICertificateValidator validator) { throw null; }
- public static Mono.Security.Interface.MonoTlsSettings CopyDefaultSettings() { throw null; }
- }
- public abstract partial class SecretParameters : System.IDisposable
- {
- protected SecretParameters() { }
- protected void CheckDisposed() { }
- protected abstract void Clear();
- protected static void Clear(byte[] array) { }
- public void Dispose() { }
- ~SecretParameters() { }
- }
- public partial class SecureBuffer : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public SecureBuffer(byte[] buffer) { }
- public SecureBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- int Mono.Security.Interface.IBufferOffsetSize.Offset { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static Mono.Security.Interface.SecureBuffer CreateCopy(byte[] buffer) { throw null; }
- public byte[] StealBuffer() { throw null; }
- }
- public partial class TlsBuffer : Mono.Security.Interface.SecretParameters
- {
- public static readonly byte[] EmptyArray;
- protected TlsBuffer() { }
- public TlsBuffer(Mono.Security.Interface.IBufferOffsetSize bos) { }
- public TlsBuffer(byte[] buffer) { }
- public TlsBuffer(byte[] buffer, int offset, int size) { }
- public TlsBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- public int EndOffset { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Remaining { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static bool Compare(Mono.Security.Interface.IBufferOffsetSize buffer1, Mono.Security.Interface.IBufferOffsetSize buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, byte[] buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public static int ConstantTimeCompare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public Mono.Security.Interface.IBufferOffsetSize GetRemaining() { throw null; }
- protected virtual void MakeRoomInternal(int size) { }
- public Mono.Security.Interface.TlsBuffer ReadBuffer(int length) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt24() { throw null; }
- public int ReadInt32() { throw null; }
- public Mono.Security.Interface.SecureBuffer ReadSecureBuffer(int count) { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void Write(Mono.Security.Interface.IBufferOffsetSize buffer) { }
- public void Write(byte value) { }
- public void Write(byte[] buffer) { }
- public void Write(byte[] buffer, int offset, int size) { }
- public void Write(short value) { }
- public void Write(int value) { }
- public void Write(ulong value) { }
- public static void WriteInt16(byte[] buffer, int offset, short value) { }
- public static void WriteInt24(byte[] buffer, int offset, int value) { }
- public void WriteInt24(int value) { }
- public static void WriteInt32(byte[] buffer, int offset, int value) { }
- public static void WriteInt64(byte[] buffer, int offset, ulong value) { }
- }
- public sealed partial class TlsException : System.Exception
- {
- public TlsException(Mono.Security.Interface.Alert alert) { }
- public TlsException(Mono.Security.Interface.Alert alert, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string format, params object[] args) { }
- public TlsException(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.Alert Alert { get { throw null; } }
- }
- public partial class TlsMultiBuffer
- {
- public TlsMultiBuffer() { }
- public bool IsEmpty { get { throw null; } }
- public bool IsSingle { get { throw null; } }
- public void Add(Mono.Security.Interface.TlsBuffer buffer) { }
- public void Add(byte[] buffer) { }
- public void Add(byte[] buffer, int offset, int size) { }
- public void Clear() { }
- public Mono.Security.Interface.BufferOffsetSize GetBuffer() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize[] GetBufferArray() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize StealBuffer() { throw null; }
- }
- public enum TlsProtocolCode : short
- {
- Tls10 = (short)769,
- Tls11 = (short)770,
- Tls12 = (short)771,
- }
- [System.FlagsAttribute]
- public enum TlsProtocols
- {
- ClientMask = 2688,
- ServerMask = 1344,
- Tls10 = 192,
- Tls10Client = 128,
- Tls10Server = 64,
- Tls11 = 768,
- Tls11Client = 512,
- Tls11Server = 256,
- Tls12 = 3072,
- Tls12Client = 2048,
- Tls12Server = 1024,
- Zero = 0,
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code, System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> policy_errors) { }
- public int ErrorCode { get { throw null; } }
- public System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> PolicyErrors { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- 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[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public static partial class ChallengeResponse2
- {
- public static void Compute(Mono.Security.Protocol.Ntlm.Type2Message type2, Mono.Security.Protocol.Ntlm.NtlmAuthLevel level, string username, string password, string domain, out byte[] lm, out byte[] ntlm) { lm = default(byte[]); ntlm = default(byte[]); }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public int Type { 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; }
- }
- public enum NtlmAuthLevel
- {
- LM_and_NTLM = 0,
- LM_and_NTLM_and_try_NTLMv2_Session = 1,
- NTLMv2_only = 3,
- NTLM_only = 2,
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateDomainSupplied = 4096,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public static partial class NtlmSettings
- {
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(byte[] message) : 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(byte[] message) : base (default(int)) { }
- public byte[] Nonce { get { throw null; } set { } }
- public byte[] TargetInfo { get { throw null; } }
- public string TargetName { get { throw null; } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.Type2Message type2) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public byte[] Challenge { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use NtlmSettings.DefaultAuthLevel")]
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmAuthLevel Level { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } set { } }
- 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.Interface.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,
- Tls11 = 768,
- Tls12 = 3072,
- }
- 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) { }
- }
-}
-namespace Mono.Security.X509
-{
- public partial class PKCS12 : System.ICloneable
- {
- public const string certBag = "1.2.840.113549.1.12.10.1.3";
- public const string crlBag = "1.2.840.113549.1.12.10.1.4";
- public const int CryptoApiPasswordLimit = 32;
- public const string keyBag = "1.2.840.113549.1.12.10.1.1";
- public const string pbeWithSHAAnd128BitRC2CBC = "1.2.840.113549.1.12.1.5";
- public const string pbeWithSHAAnd128BitRC4 = "1.2.840.113549.1.12.1.1";
- public const string pbeWithSHAAnd2KeyTripleDESCBC = "1.2.840.113549.1.12.1.4";
- public const string pbeWithSHAAnd3KeyTripleDESCBC = "1.2.840.113549.1.12.1.3";
- public const string pbeWithSHAAnd40BitRC2CBC = "1.2.840.113549.1.12.1.6";
- public const string pbeWithSHAAnd40BitRC4 = "1.2.840.113549.1.12.1.2";
- public const string pkcs8ShroudedKeyBag = "1.2.840.113549.1.12.10.1.2";
- public const string safeContentsBag = "1.2.840.113549.1.12.10.1.6";
- public const string sdsiCertificate = "1.2.840.113549.1.9.22.2";
- public const string secretBag = "1.2.840.113549.1.12.10.1.5";
- public const string x509Certificate = "1.2.840.113549.1.9.22.1";
- public const string x509Crl = "1.2.840.113549.1.9.23.1";
- public PKCS12() { }
- public PKCS12(byte[] data) { }
- public PKCS12(byte[] data, byte[] password) { }
- public PKCS12(byte[] data, string password) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public int IterationCount { get { throw null; } set { } }
- public System.Collections.ArrayList Keys { get { throw null; } }
- public static int MaximumPasswordLength { get { throw null; } set { } }
- public string Password { set { } }
- public System.Collections.ArrayList Secrets { get { throw null; } }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attributes) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddSecretBag(byte[] secret) { }
- public void AddSecretBag(byte[] secret, System.Collections.IDictionary attributes) { }
- public object Clone() { throw null; }
- public byte[] Decrypt(Mono.Security.PKCS7.EncryptedData ed) { throw null; }
- public byte[] Decrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] encryptedData) { throw null; }
- public byte[] Encrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] data) { throw null; }
- ~PKCS12() { }
- public System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm(System.Collections.IDictionary attrs) { throw null; }
- public System.Collections.IDictionary GetAttributes(Mono.Security.X509.X509Certificate cert) { throw null; }
- public System.Collections.IDictionary GetAttributes(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Certificate GetCertificate(System.Collections.IDictionary attrs) { throw null; }
- public byte[] GetSecret(System.Collections.IDictionary attrs) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename, string password) { throw null; }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attrs) { }
- public void RemoveKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemovePkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemoveSecretBag(byte[] secret) { }
- public void SaveToFile(string filename) { }
- public partial class DeriveBytes
- {
- public DeriveBytes() { }
- public string HashName { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Password { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] DeriveIV(int size) { throw null; }
- public byte[] DeriveKey(int size) { throw null; }
- public byte[] DeriveMAC(int size) { throw null; }
- public enum Purpose
- {
- IV = 1,
- Key = 0,
- MAC = 2,
- }
- }
- }
- public partial class PKCS5
- {
- public const string pbeWithMD2AndDESCBC = "1.2.840.113549.1.5.1";
- public const string pbeWithMD2AndRC2CBC = "1.2.840.113549.1.5.4";
- public const string pbeWithMD5AndDESCBC = "1.2.840.113549.1.5.3";
- public const string pbeWithMD5AndRC2CBC = "1.2.840.113549.1.5.6";
- public const string pbeWithSHA1AndDESCBC = "1.2.840.113549.1.5.10";
- public const string pbeWithSHA1AndRC2CBC = "1.2.840.113549.1.5.11";
- public PKCS5() { }
- }
- public partial class PKCS9
- {
- public const string friendlyName = "1.2.840.113549.1.9.20";
- public const string localKeyId = "1.2.840.113549.1.9.21";
- public PKCS9() { }
- }
- public sealed partial class X501
- {
- internal X501() { }
- public static Mono.Security.ASN1 FromString(string rdn) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq, bool reversed, string separator, bool quotes) { throw null; }
- }
- public abstract partial class X509Builder
- {
- protected X509Builder() { }
- public string Hash { get { throw null; } set { } }
- protected string GetOid(string hashName) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.DSA key) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.RSA key) { throw null; }
- protected abstract Mono.Security.ASN1 ToBeSigned(string hashName);
- }
- public partial class X509Certificate : System.Runtime.Serialization.ISerializable
- {
- public X509Certificate(byte[] data) { }
- protected X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public System.Security.Cryptography.DSA DSA { get { throw null; } set { } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public bool IsSelfSigned { get { throw null; } }
- public virtual string IssuerName { get { throw null; } }
- public byte[] IssuerUniqueIdentifier { get { throw null; } }
- public virtual string KeyAlgorithm { get { throw null; } }
- public virtual byte[] KeyAlgorithmParameters { get { throw null; } set { } }
- public virtual byte[] PublicKey { get { throw null; } }
- public virtual byte[] RawData { get { throw null; } }
- public virtual System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public virtual byte[] SerialNumber { get { throw null; } }
- public virtual byte[] Signature { get { throw null; } }
- public virtual string SignatureAlgorithm { get { throw null; } }
- public virtual byte[] SignatureAlgorithmParameters { get { throw null; } }
- public virtual string SubjectName { get { throw null; } }
- public byte[] SubjectUniqueIdentifier { get { throw null; } }
- public virtual System.DateTime ValidFrom { get { throw null; } }
- public virtual System.DateTime ValidUntil { get { throw null; } }
- public int Version { get { throw null; } }
- public bool CheckSignature(byte[] hash, string hashAlgorithm, byte[] signature) { throw null; }
- public Mono.Security.ASN1 GetIssuerName() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
- public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Security.ASN1 GetSubjectName() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- }
- public partial class X509CertificateBuilder : Mono.Security.X509.X509Builder
- {
- public X509CertificateBuilder() { }
- public X509CertificateBuilder(byte version) { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public string IssuerName { get { throw null; } set { } }
- public byte[] IssuerUniqueId { get { throw null; } set { } }
- public System.DateTime NotAfter { get { throw null; } set { } }
- public System.DateTime NotBefore { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } set { } }
- public string SubjectName { get { throw null; } set { } }
- public System.Security.Cryptography.AsymmetricAlgorithm SubjectPublicKey { get { throw null; } set { } }
- public byte[] SubjectUniqueId { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- protected override Mono.Security.ASN1 ToBeSigned(string oid) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class X509CertificateCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509CertificateCollection() { }
- public X509CertificateCollection(Mono.Security.X509.X509CertificateCollection value) { }
- public X509CertificateCollection(Mono.Security.X509.X509Certificate[] value) { }
- public Mono.Security.X509.X509Certificate this[int index] { get { throw null; } set { } }
- public int Add(Mono.Security.X509.X509Certificate value) { throw null; }
- public void AddRange(Mono.Security.X509.X509CertificateCollection value) { }
- public void AddRange(Mono.Security.X509.X509Certificate[] value) { }
- public bool Contains(Mono.Security.X509.X509Certificate value) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Certificate[] array, int index) { }
- public new Mono.Security.X509.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Certificate value) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Certificate value) { }
- public void Remove(Mono.Security.X509.X509Certificate value) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public partial class X509CertificateEnumerator : System.Collections.IEnumerator
- {
- public X509CertificateEnumerator(Mono.Security.X509.X509CertificateCollection mappings) { }
- public Mono.Security.X509.X509Certificate Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- public partial class X509Chain
- {
- public X509Chain() { }
- public X509Chain(Mono.Security.X509.X509CertificateCollection chain) { }
- public Mono.Security.X509.X509CertificateCollection Chain { get { throw null; } }
- public Mono.Security.X509.X509Certificate Root { get { throw null; } }
- public Mono.Security.X509.X509ChainStatusFlags Status { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection TrustAnchors { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(64))]set { } }
- public bool Build(Mono.Security.X509.X509Certificate leaf) { throw null; }
- public Mono.Security.X509.X509Certificate FindByIssuerName(string issuerName) { throw null; }
- public void LoadCertificate(Mono.Security.X509.X509Certificate x509) { }
- public void LoadCertificates(Mono.Security.X509.X509CertificateCollection collection) { }
- public void Reset() { }
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum X509ChainStatusFlags
- {
- InvalidBasicConstraints = 1024,
- NoError = 0,
- NotSignatureValid = 8,
- NotTimeNested = 2,
- NotTimeValid = 1,
- PartialChain = 65536,
- UntrustedRoot = 32,
- }
- public partial class X509Crl
- {
- public X509Crl(byte[] crl) { }
- public System.Collections.ArrayList Entries { get { throw null; } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public string IssuerName { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[byte[] serialNumber] { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[int index] { get { throw null; } }
- public System.DateTime NextUpdate { get { throw null; } }
- public byte[] RawData { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public string SignatureAlgorithm { get { throw null; } }
- public System.DateTime ThisUpdate { get { throw null; } }
- public byte Version { get { throw null; } }
- public static Mono.Security.X509.X509Crl CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(Mono.Security.X509.X509Certificate x509) { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(byte[] serialNumber) { throw null; }
- public bool VerifySignature(Mono.Security.X509.X509Certificate x509) { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- public partial class X509CrlEntry
- {
- internal X509CrlEntry() { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public System.DateTime RevocationDate { get { throw null; } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public partial class X509Extension
- {
- protected bool extnCritical;
- protected string extnOid;
- protected Mono.Security.ASN1 extnValue;
- protected X509Extension() { }
- public X509Extension(Mono.Security.ASN1 asn1) { }
- public X509Extension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public bool Critical { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public string Oid { get { throw null; } }
- public Mono.Security.ASN1 Value { get { throw null; } }
- protected virtual void Decode() { }
- protected virtual void Encode() { }
- public override bool Equals(object obj) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class X509ExtensionCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509ExtensionCollection() { }
- public X509ExtensionCollection(Mono.Security.ASN1 asn1) { }
- public Mono.Security.X509.X509Extension this[int index] { get { throw null; } }
- public Mono.Security.X509.X509Extension this[string oid] { get { throw null; } }
- public int Add(Mono.Security.X509.X509Extension extension) { throw null; }
- public void AddRange(Mono.Security.X509.X509ExtensionCollection collection) { }
- public void AddRange(Mono.Security.X509.X509Extension[] extension) { }
- public bool Contains(Mono.Security.X509.X509Extension extension) { throw null; }
- public bool Contains(string oid) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Extension[] extensions, int index) { }
- public byte[] GetBytes() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Extension extension) { throw null; }
- public int IndexOf(string oid) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Extension extension) { }
- public void Remove(Mono.Security.X509.X509Extension extension) { }
- public void Remove(string oid) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class X509Store
- {
- internal X509Store() { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string Name { get { throw null; } }
- public void Clear() { }
- public void Import(Mono.Security.X509.X509Certificate certificate) { }
- public void Import(Mono.Security.X509.X509Crl crl) { }
- public void Remove(Mono.Security.X509.X509Certificate certificate) { }
- public void Remove(Mono.Security.X509.X509Crl crl) { }
- }
- public sealed partial class X509StoreManager
- {
- internal X509StoreManager() { }
- public static Mono.Security.X509.X509Stores CurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection IntermediateCACertificates { get { throw null; } }
- public static System.Collections.ArrayList IntermediateCACrls { get { throw null; } }
- public static Mono.Security.X509.X509Stores LocalMachine { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewCurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewLocalMachine { get { throw null; } }
- public static System.Collections.ArrayList TrustedRootCACrls { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection TrustedRootCertificates { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection UntrustedCertificates { get { throw null; } }
- }
- public partial class X509Stores
- {
- internal X509Stores() { }
- public Mono.Security.X509.X509Store IntermediateCA { get { throw null; } }
- public Mono.Security.X509.X509Store OtherPeople { get { throw null; } }
- public Mono.Security.X509.X509Store Personal { get { throw null; } }
- public Mono.Security.X509.X509Store TrustedRoot { get { throw null; } }
- public Mono.Security.X509.X509Store Untrusted { get { throw null; } }
- public void Clear() { }
- public Mono.Security.X509.X509Store Open(string storeName, bool create) { throw null; }
- public partial class Names
- {
- public const string IntermediateCA = "CA";
- public const string OtherPeople = "AddressBook";
- public const string Personal = "My";
- public const string TrustedRoot = "Trust";
- public const string Untrusted = "Disallowed";
- public Names() { }
- }
- }
- public partial class X520
- {
- public X520() { }
- public abstract partial class AttributeTypeAndValue
- {
- protected AttributeTypeAndValue(string oid, int upperBound) { }
- protected AttributeTypeAndValue(string oid, int upperBound, byte encoding) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] GetBytes(byte encoding) { throw null; }
- }
- public partial class CommonName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CommonName() : base (default(string), default(int)) { }
- }
- public partial class CountryName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CountryName() : base (default(string), default(int)) { }
- }
- public partial class DnQualifier : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DnQualifier() : base (default(string), default(int)) { }
- }
- public partial class DomainComponent : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DomainComponent() : base (default(string), default(int)) { }
- }
- public partial class EmailAddress : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public EmailAddress() : base (default(string), default(int)) { }
- }
- public partial class GivenName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public GivenName() : base (default(string), default(int)) { }
- }
- public partial class Initial : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Initial() : base (default(string), default(int)) { }
- }
- public partial class LocalityName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public LocalityName() : base (default(string), default(int)) { }
- }
- public partial class Name : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Name() : base (default(string), default(int)) { }
- }
- public partial class Oid : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Oid(string oid) : base (default(string), default(int)) { }
- }
- public partial class OrganizationalUnitName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationalUnitName() : base (default(string), default(int)) { }
- }
- public partial class OrganizationName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationName() : base (default(string), default(int)) { }
- }
- public partial class SerialNumber : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public SerialNumber() : base (default(string), default(int)) { }
- }
- public partial class StateOrProvinceName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public StateOrProvinceName() : base (default(string), default(int)) { }
- }
- public partial class Surname : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Surname() : base (default(string), default(int)) { }
- }
- public partial class Title : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Title() : base (default(string), default(int)) { }
- }
- public partial class UserId : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public UserId() : base (default(string), default(int)) { }
- }
- }
-}
-namespace Mono.Security.X509.Extensions
-{
- public partial class AuthorityKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public AuthorityKeyIdentifierExtension() { }
- public AuthorityKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public AuthorityKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class BasicConstraintsExtension : Mono.Security.X509.X509Extension
- {
- public const int NoPathLengthConstraint = -1;
- public BasicConstraintsExtension() { }
- public BasicConstraintsExtension(Mono.Security.ASN1 asn1) { }
- public BasicConstraintsExtension(Mono.Security.X509.X509Extension extension) { }
- public bool CertificateAuthority { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- public int PathLenConstraint { get { throw null; } set { } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class CertificatePoliciesExtension : Mono.Security.X509.X509Extension
- {
- public CertificatePoliciesExtension() { }
- public CertificatePoliciesExtension(Mono.Security.ASN1 asn1) { }
- public CertificatePoliciesExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class CRLDistributionPointsExtension : Mono.Security.X509.X509Extension
- {
- public CRLDistributionPointsExtension() { }
- public CRLDistributionPointsExtension(Mono.Security.ASN1 asn1) { }
- public CRLDistributionPointsExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.Generic.IEnumerable<Mono.Security.X509.Extensions.CRLDistributionPointsExtension.DistributionPoint> DistributionPoints { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- public partial class DistributionPoint
- {
- public DistributionPoint(Mono.Security.ASN1 dp) { }
- public DistributionPoint(string dp, Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags reasons, string issuer) { }
- public string CRLIssuer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags Reasons { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ReasonFlags
- {
- AACompromise = 8,
- AffiliationChanged = 3,
- CACompromise = 2,
- CertificateHold = 6,
- CessationOfOperation = 5,
- KeyCompromise = 1,
- PrivilegeWithdrawn = 7,
- Superseded = 4,
- Unused = 0,
- }
- }
- public partial class ExtendedKeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public ExtendedKeyUsageExtension() { }
- public ExtendedKeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public ExtendedKeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.ArrayList KeyPurpose { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class KeyAttributesExtension : Mono.Security.X509.X509Extension
- {
- public KeyAttributesExtension() { }
- public KeyAttributesExtension(Mono.Security.ASN1 asn1) { }
- public KeyAttributesExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] KeyIdentifier { get { throw null; } }
- public override string Name { get { throw null; } }
- public System.DateTime NotAfter { get { throw null; } }
- public System.DateTime NotBefore { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class KeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public KeyUsageExtension() { }
- public KeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public KeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.X509.Extensions.KeyUsages KeyUsage { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum KeyUsages
- {
- cRLSign = 2,
- dataEncipherment = 16,
- decipherOnly = 2048,
- digitalSignature = 128,
- encipherOnly = 1,
- keyAgreement = 8,
- keyCertSign = 4,
- keyEncipherment = 32,
- none = 0,
- nonRepudiation = 64,
- }
- public partial class NetscapeCertTypeExtension : Mono.Security.X509.X509Extension
- {
- public NetscapeCertTypeExtension() { }
- public NetscapeCertTypeExtension(Mono.Security.ASN1 asn1) { }
- public NetscapeCertTypeExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.NetscapeCertTypeExtension.CertTypes usage) { throw null; }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum CertTypes
- {
- ObjectSigning = 16,
- ObjectSigningCA = 1,
- Smime = 32,
- SmimeCA = 2,
- SslCA = 4,
- SslClient = 128,
- SslServer = 64,
- }
- }
- public partial class PrivateKeyUsagePeriodExtension : Mono.Security.X509.X509Extension
- {
- public PrivateKeyUsagePeriodExtension() { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.ASN1 asn1) { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectAltNameExtension : Mono.Security.X509.X509Extension
- {
- public SubjectAltNameExtension() { }
- public SubjectAltNameExtension(Mono.Security.ASN1 asn1) { }
- public SubjectAltNameExtension(Mono.Security.X509.X509Extension extension) { }
- public SubjectAltNameExtension(string[] rfc822, string[] dnsNames, string[] ipAddresses, string[] uris) { }
- public string[] DNSNames { get { throw null; } }
- public string[] IPAddresses { get { throw null; } }
- public override string Name { get { throw null; } }
- public string[] RFC822 { get { throw null; } }
- public string[] UniformResourceIdentifiers { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public SubjectKeyIdentifierExtension() { }
- public SubjectKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public SubjectKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Xml
-{
- [System.CLSCompliantAttribute(false)]
- public partial class MiniParser
- {
- protected int col;
- protected static string[] errors;
- protected int line;
- protected bool splitCData;
- protected int[] twoCharBuff;
- public MiniParser() { }
- protected void FatalErr(string descr) { }
- public void Parse(Mono.Xml.MiniParser.IReader reader, Mono.Xml.MiniParser.IHandler handler) { }
- public void Reset() { }
- protected static bool StrEquals(string str, System.Text.StringBuilder sb, int sbStart, int len) { throw null; }
- protected static int Xlat(int charCode, int state) { throw null; }
- public partial class AttrListImpl : Mono.Xml.MiniParser.IAttrList, Mono.Xml.MiniParser.IMutableAttrList
- {
- protected System.Collections.ArrayList names;
- protected System.Collections.ArrayList values;
- public AttrListImpl() { }
- public AttrListImpl(Mono.Xml.MiniParser.IAttrList attrs) { }
- public AttrListImpl(int initialCapacity) { }
- public bool IsEmpty { get { throw null; } }
- public int Length { get { throw null; } }
- public string[] Names { get { throw null; } }
- public string[] Values { get { throw null; } }
- public void Add(string name, string value) { }
- public void ChangeValue(string name, string newValue) { }
- public void Clear() { }
- public void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs) { }
- public string GetName(int i) { throw null; }
- public string GetValue(int i) { throw null; }
- public string GetValue(string name) { throw null; }
- public void Remove(int i) { }
- public void Remove(string name) { }
- }
- public partial class HandlerAdapter : Mono.Xml.MiniParser.IHandler
- {
- public HandlerAdapter() { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- }
- public partial interface IAttrList
- {
- bool IsEmpty { get; }
- int Length { get; }
- string[] Names { get; }
- string[] Values { get; }
- void ChangeValue(string name, string newValue);
- string GetName(int i);
- string GetValue(int i);
- string GetValue(string name);
- }
- public partial interface IHandler
- {
- void OnChars(string ch);
- void OnEndElement(string name);
- void OnEndParsing(Mono.Xml.MiniParser parser);
- void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs);
- void OnStartParsing(Mono.Xml.MiniParser parser);
- }
- public partial interface IMutableAttrList : Mono.Xml.MiniParser.IAttrList
- {
- void Add(string name, string value);
- void Clear();
- void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs);
- void Remove(int i);
- void Remove(string name);
- }
- public partial interface IReader
- {
- int Read();
- }
- public partial class XMLError : System.Exception
- {
- protected int column;
- protected string descr;
- protected int line;
- public XMLError() { }
- public XMLError(string descr) { }
- public XMLError(string descr, int line, int column) { }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- [System.CLSCompliantAttribute(false)]
- public partial class SecurityParser : Mono.Xml.MiniParser, Mono.Xml.MiniParser.IHandler, Mono.Xml.MiniParser.IReader
- {
- public SecurityParser() { }
- public void LoadXml(string xml) { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- public int Read() { throw null; }
- public System.Security.SecurityElement ToXml() { throw null; }
- }
-}
diff --git a/src/v4.5.2/Mono.Simd.cs b/src/v4.5.2/Mono.Simd.cs
deleted file mode 100644
index 6066c87..0000000
--- a/src/v4.5.2/Mono.Simd.cs
+++ /dev/null
@@ -1,1404 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2008 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Simd.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Simd.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Simd
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(224), Inherited=false)]
- public sealed partial class AccelerationAttribute : System.Attribute
- {
- public AccelerationAttribute(Mono.Simd.AccelMode mode) { }
- public Mono.Simd.AccelMode Mode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- [System.FlagsAttribute]
- public enum AccelMode
- {
- None = 0,
- SSE1 = 1,
- SSE2 = 2,
- SSE3 = 4,
- SSE41 = 16,
- SSE42 = 32,
- SSE4A = 64,
- SSSE3 = 8,
- }
- public static partial class ArrayExtensions
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVector(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVector(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVector(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVector(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVector(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVector(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVector(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVector(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVector(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVector(this ulong[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVectorAligned(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVectorAligned(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVectorAligned(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVectorAligned(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVectorAligned(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVectorAligned(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVectorAligned(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVectorAligned(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVectorAligned(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVectorAligned(this ulong[] array, int offset) { throw null; }
- public static bool IsAligned<T>(this T[] vect, int index) where T : struct { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- }
- public enum ShuffleSel
- {
- ExpandInterleavedXY = 68,
- ExpandInterleavedZW = 238,
- ExpandW = 255,
- ExpandX = 0,
- ExpandXY = 80,
- ExpandY = 85,
- ExpandZ = 170,
- ExpandZW = 250,
- RotateLeft = 147,
- RotateRight = 57,
- Swap = 27,
- WFromW = 192,
- WFromX = 0,
- WFromY = 64,
- WFromZ = 128,
- XFromW = 3,
- XFromX = 0,
- XFromY = 1,
- XFromZ = 2,
- YFromW = 12,
- YFromX = 0,
- YFromY = 4,
- YFromZ = 8,
- ZFromW = 48,
- ZFromX = 0,
- ZFromY = 16,
- ZFromZ = 32,
- }
- public static partial class SimdRuntime
- {
- public static Mono.Simd.AccelMode AccelMode { get { throw null; } }
- public static bool IsMethodAccelerated(System.Type type, string method) { throw null; }
- public static bool IsMethodAccelerated(System.Type type, string method, params System.Type[] signature) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Reflection.MethodInfo method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method, params System.Type[] signature) { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16b
- {
- public Vector16b(byte b) { throw null;}
- public Vector16b(byte v0, byte v1, byte v2, byte v3, byte v4, byte v5, byte v6, byte v7, byte v8, byte v9, byte v10, byte v11, byte v12, byte v13, byte v14, byte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public byte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16b One { get { throw null; } }
- public byte V0 { get { throw null; } set { } }
- public byte V1 { get { throw null; } set { } }
- public byte V10 { get { throw null; } set { } }
- public byte V11 { get { throw null; } set { } }
- public byte V12 { get { throw null; } set { } }
- public byte V13 { get { throw null; } set { } }
- public byte V14 { get { throw null; } set { } }
- public byte V15 { get { throw null; } set { } }
- public byte V2 { get { throw null; } set { } }
- public byte V3 { get { throw null; } set { } }
- public byte V4 { get { throw null; } set { } }
- public byte V5 { get { throw null; } set { } }
- public byte V6 { get { throw null; } set { } }
- public byte V7 { get { throw null; } set { } }
- public byte V8 { get { throw null; } set { } }
- public byte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16b Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector16b LoadAligned(Mono.Simd.Vector16b* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16b LoadAligned(ref Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator +(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator &(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator |(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator ^(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator -(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector16b* res, Mono.Simd.Vector16b val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16b res, Mono.Simd.Vector16b val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16sb
- {
- public Vector16sb(sbyte sb) { throw null;}
- public Vector16sb(sbyte v0, sbyte v1, sbyte v2, sbyte v3, sbyte v4, sbyte v5, sbyte v6, sbyte v7, sbyte v8, sbyte v9, sbyte v10, sbyte v11, sbyte v12, sbyte v13, sbyte v14, sbyte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public sbyte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb MinusOne { get { throw null; } }
- public static Mono.Simd.Vector16sb One { get { throw null; } }
- public sbyte V0 { get { throw null; } set { } }
- public sbyte V1 { get { throw null; } set { } }
- public sbyte V10 { get { throw null; } set { } }
- public sbyte V11 { get { throw null; } set { } }
- public sbyte V12 { get { throw null; } set { } }
- public sbyte V13 { get { throw null; } set { } }
- public sbyte V14 { get { throw null; } set { } }
- public sbyte V15 { get { throw null; } set { } }
- public sbyte V2 { get { throw null; } set { } }
- public sbyte V3 { get { throw null; } set { } }
- public sbyte V4 { get { throw null; } set { } }
- public sbyte V5 { get { throw null; } set { } }
- public sbyte V6 { get { throw null; } set { } }
- public sbyte V7 { get { throw null; } set { } }
- public sbyte V8 { get { throw null; } set { } }
- public sbyte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector16sb LoadAligned(Mono.Simd.Vector16sb* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16sb LoadAligned(ref Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator +(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator &(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator |(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator ^(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator -(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector16sb* res, Mono.Simd.Vector16sb val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16sb res, Mono.Simd.Vector16sb val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2d
- {
- public Vector2d(double d) { throw null;}
- public Vector2d(double x, double y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public double this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2d E { get { throw null; } }
- public static Mono.Simd.Vector2d MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2d One { get { throw null; } }
- public static Mono.Simd.Vector2d Pi { get { throw null; } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2d Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2d LoadAligned(Mono.Simd.Vector2d* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2d LoadAligned(ref Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator +(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator &(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator |(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator /(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator ^(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator *(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator -(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2d* res, Mono.Simd.Vector2d val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2d res, Mono.Simd.Vector2d val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2l
- {
- public Vector2l(long l) { throw null;}
- public Vector2l(long x, long y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public long this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2l MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2l One { get { throw null; } }
- public long X { get { throw null; } set { } }
- public long Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2l Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2l LoadAligned(Mono.Simd.Vector2l* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2l LoadAligned(ref Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator +(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator &(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator |(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator ^(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator <<(Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator -(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2l* res, Mono.Simd.Vector2l val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2l res, Mono.Simd.Vector2l val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2ul
- {
- public Vector2ul(ulong ul) { throw null;}
- public Vector2ul(ulong x, ulong y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ulong this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul One { get { throw null; } }
- public ulong X { get { throw null; } set { } }
- public ulong Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector2ul LoadAligned(Mono.Simd.Vector2ul* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2ul LoadAligned(ref Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator +(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator &(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator |(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator ^(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator <<(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator >>(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator -(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector2ul* res, Mono.Simd.Vector2ul val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2ul res, Mono.Simd.Vector2ul val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4f
- {
- public Vector4f(float f) { throw null;}
- public Vector4f(float x, float y, float z, float w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public float this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4f E { get { throw null; } }
- public static Mono.Simd.Vector4f MinusOne { get { throw null; } }
- public static Mono.Simd.Vector4f One { get { throw null; } }
- public static Mono.Simd.Vector4f Pi { get { throw null; } }
- public float W { get { throw null; } set { } }
- public float X { get { throw null; } set { } }
- public float Y { get { throw null; } set { } }
- public float Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4f Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4f LoadAligned(Mono.Simd.Vector4f* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f LoadAligned(ref Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator +(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator &(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator |(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator /(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator ^(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v, float scalar) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(float scalar, Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator -(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4f* res, Mono.Simd.Vector4f val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4f res, Mono.Simd.Vector4f val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4i
- {
- public Vector4i(int i) { throw null;}
- public Vector4i(int x, int y, int z, int w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public int this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Identity { get { throw null; } }
- public static Mono.Simd.Vector4i MinusOne { get { throw null; } }
- public int W { get { throw null; } set { } }
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- public int Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4i LoadAligned(Mono.Simd.Vector4i* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4i LoadAligned(ref Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator +(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator &(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator |(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator ^(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator <<(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i operator *(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator >>(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator -(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4i* res, Mono.Simd.Vector4i val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4i res, Mono.Simd.Vector4i val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4ui
- {
- public Vector4ui(uint ui) { throw null;}
- public Vector4ui(uint x, uint y, uint z, uint w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public uint this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Identity { get { throw null; } }
- public uint W { get { throw null; } set { } }
- public uint X { get { throw null; } set { } }
- public uint Y { get { throw null; } set { } }
- public uint Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector4ui LoadAligned(Mono.Simd.Vector4ui* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4ui LoadAligned(ref Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator +(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator &(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator |(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator ^(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator <<(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4ui operator *(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator >>(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator -(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector4ui* res, Mono.Simd.Vector4ui val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4ui res, Mono.Simd.Vector4ui val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8s
- {
- public Vector8s(short s) { throw null;}
- public Vector8s(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public short this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Identity { get { throw null; } }
- public static Mono.Simd.Vector8s MinusOne { get { throw null; } }
- public short V0 { get { throw null; } set { } }
- public short V1 { get { throw null; } set { } }
- public short V2 { get { throw null; } set { } }
- public short V3 { get { throw null; } set { } }
- public short V4 { get { throw null; } set { } }
- public short V5 { get { throw null; } set { } }
- public short V6 { get { throw null; } set { } }
- public short V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector8s LoadAligned(Mono.Simd.Vector8s* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8s LoadAligned(ref Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator +(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator &(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator |(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator ^(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator <<(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator *(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator >>(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator -(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector8s* res, Mono.Simd.Vector8s val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8s res, Mono.Simd.Vector8s val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8us
- {
- public Vector8us(ushort us) { throw null;}
- public Vector8us(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ushort this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Identity { get { throw null; } }
- public ushort V0 { get { throw null; } set { } }
- public ushort V1 { get { throw null; } set { } }
- public ushort V2 { get { throw null; } set { } }
- public ushort V3 { get { throw null; } set { } }
- public ushort V4 { get { throw null; } set { } }
- public ushort V5 { get { throw null; } set { } }
- public ushort V6 { get { throw null; } set { } }
- public ushort V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector8us LoadAligned(Mono.Simd.Vector8us* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8us LoadAligned(ref Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator +(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator &(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator |(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator ^(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator <<(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator *(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator >>(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator -(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector8us* res, Mono.Simd.Vector8us val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8us res, Mono.Simd.Vector8us val) { }
- public override string ToString() { throw null; }
- }
- public static partial class VectorOperations
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d AddSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f AddSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b AddWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb AddWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s AddWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us AddWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d AndNot(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f AndNot(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui ArithmeticRightShift(this Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ArithmeticRightShift(this Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Average(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Average(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b CompareEqual(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareEqual(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector2l CompareEqual(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul CompareEqual(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareEqual(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui CompareEqual(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareEqual(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us CompareEqual(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareGreaterThan(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(32))]
- public static Mono.Simd.Vector2l CompareGreaterThan(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareGreaterThan(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareGreaterThan(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareOrdered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareOrdered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareUnordered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareUnordered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d Duplicate(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateHigh(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateLow(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static int ExtractByteMask(this Mono.Simd.Vector16b va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static int ExtractByteMask(this Mono.Simd.Vector16sb va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalAdd(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalAdd(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveHigh(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveHigh(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveLow(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveLow(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InvSqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l LogicalRightShift(this Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i LogicalRightShift(this Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s LogicalRightShift(this Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Max(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Max(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Max(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Max(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Max(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Max(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Max(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Max(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Min(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Min(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Min(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Min(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Min(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Min(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Min(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Min(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s MultiplyStoreHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us MultiplyStoreHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s PackWithSignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb PackWithSignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us PackWithUnsignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b PackWithUnsignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Reciprocal(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Shuffle(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l Shuffle(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul Shuffle(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleHigh(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleHigh(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleLow(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleLow(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s SignedPackWithSignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SignedPackWithSignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SignedPackWithUnsignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b SignedPackWithUnsignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Sqrt(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Sqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b SubtractWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SubtractWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s SubtractWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SubtractWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SumOfAbsoluteDifferences(this Mono.Simd.Vector16b va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackHigh(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackHigh(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackHigh(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackHigh(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackHigh(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackHigh(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackLow(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackLow(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackLow(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackLow(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackLow(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackLow(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackLow(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackLow(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- }
-}
diff --git a/src/v4.5.2/Mono.Tasklets.cs b/src/v4.5.2/Mono.Tasklets.cs
deleted file mode 100644
index 6353342..0000000
--- a/src/v4.5.2/Mono.Tasklets.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Tasklets
-{
- public partial class Continuation : System.IDisposable
- {
- public Continuation() { }
- public void Dispose() { }
- ~Continuation() { }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public void Mark() { }
- public void Restore(int state) { }
- public int Store(int state) { throw null; }
- }
-}
diff --git a/src/v4.5.2/Mono.WebBrowser.cs b/src/v4.5.2/Mono.WebBrowser.cs
deleted file mode 100644
index 6ad6afb..0000000
--- a/src/v4.5.2/Mono.WebBrowser.cs
+++ /dev/null
@@ -1,466 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2007, 2008 Andreia Gaita")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Managed Wrapper for xulrunner engine, to support WebBrowser")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.WebBrowser")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.WebBrowser")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.WebBrowser
-{
- public partial class AlertEventArgs : System.EventArgs
- {
- public AlertEventArgs() { }
- public bool BoolReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Buttons { get { throw null; } set { } }
- public string CheckMessage { get { throw null; } set { } }
- public bool CheckState { get { throw null; } set { } }
- public Mono.WebBrowser.DialogButtonFlags DialogButtons { get { throw null; } set { } }
- public int IntReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Options { get { throw null; } set { } }
- public string Password { get { throw null; } set { } }
- public string StringReturn { get { throw null; } set { } }
- public string Text { get { throw null; } set { } }
- public string Text2 { get { throw null; } set { } }
- public string Title { get { throw null; } set { } }
- public Mono.WebBrowser.DialogType Type { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- }
- public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e);
- public partial class ContextMenuEventArgs : System.EventArgs
- {
- public ContextMenuEventArgs(int x, int y) { }
- public int X { get { throw null; } }
- public int Y { get { throw null; } }
- }
- public delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e);
- public partial class CreateNewWindowEventArgs : System.EventArgs
- {
- public CreateNewWindowEventArgs(bool isModal) { }
- public bool IsModal { get { throw null; } }
- }
- public delegate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e);
- [System.FlagsAttribute]
- public enum DialogButtonFlags
- {
- BUTTON_DELAY_ENABLE = 67108864,
- BUTTON_POS_0 = 1,
- BUTTON_POS_0_DEFAULT = 0,
- BUTTON_POS_1 = 256,
- BUTTON_POS_1_DEFAULT = 16777216,
- BUTTON_POS_2 = 65536,
- BUTTON_POS_2_DEFAULT = 33554432,
- BUTTON_TITLE_CANCEL = 2,
- BUTTON_TITLE_DONT_SAVE = 6,
- BUTTON_TITLE_IS_STRING = 127,
- BUTTON_TITLE_NO = 4,
- BUTTON_TITLE_OK = 1,
- BUTTON_TITLE_REVERT = 7,
- BUTTON_TITLE_SAVE = 5,
- BUTTON_TITLE_YES = 3,
- STD_OK_CANCEL_BUTTONS = 513,
- }
- public enum DialogType
- {
- Alert = 1,
- AlertCheck = 2,
- Confirm = 3,
- ConfirmCheck = 5,
- ConfirmEx = 4,
- Prompt = 6,
- PromptPassword = 8,
- PromptUsernamePassword = 7,
- Select = 9,
- }
- public partial class Exception : System.Exception
- {
- internal Exception() { }
- }
- public enum FocusOption
- {
- FocusFirstElement = 1,
- FocusLastElement = 2,
- None = 0,
- }
- public partial interface IWebBrowser
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- bool Initialized { get; }
- Mono.WebBrowser.DOM.INavigation Navigation { get; }
- bool Offline { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event Mono.WebBrowser.AlertEventHandler Alert;
- event Mono.WebBrowser.ContextMenuEventHandler ContextMenuShown;
- event Mono.WebBrowser.CreateNewWindowEventHandler CreateNewWindow;
- event System.EventHandler Focus;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.LoadCommitedEventHandler LoadCommited;
- event Mono.WebBrowser.LoadFinishedEventHandler LoadFinished;
- event Mono.WebBrowser.LoadStartedEventHandler LoadStarted;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.NavigationRequestedEventHandler NavigationRequested;
- event Mono.WebBrowser.ProgressChangedEventHandler ProgressChanged;
- event Mono.WebBrowser.SecurityChangedEventHandler SecurityChanged;
- event Mono.WebBrowser.StatusChangedEventHandler StatusChanged;
- void Activate();
- void Deactivate();
- void ExecuteScript(string script);
- void FocusIn(Mono.WebBrowser.FocusOption focus);
- void FocusOut();
- bool Load(System.IntPtr handle, int width, int height);
- void Render(byte[] data);
- void Render(string html);
- void Render(string html, string uri, string contentType);
- void Resize(int width, int height);
- void Shutdown();
- }
- public partial class LoadCommitedEventArgs : System.EventArgs
- {
- public LoadCommitedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e);
- public partial class LoadFinishedEventArgs : System.EventArgs
- {
- public LoadFinishedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e);
- public partial class LoadStartedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public LoadStartedEventArgs(string uri, string frameName) { }
- public string FrameName { get { throw null; } }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e);
- public sealed partial class Manager
- {
- public Manager() { }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance() { throw null; }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance(Mono.WebBrowser.Platform platform) { throw null; }
- }
- public partial class NavigationRequestedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public NavigationRequestedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void NavigationRequestedEventHandler(object sender, Mono.WebBrowser.NavigationRequestedEventArgs e);
- public enum Platform
- {
- Gtk = 2,
- Unknown = 0,
- Winforms = 1,
- }
- public partial class ProgressChangedEventArgs : System.EventArgs
- {
- public ProgressChangedEventArgs(int progress, int maxProgress) { }
- public int MaxProgress { get { throw null; } }
- public int Progress { get { throw null; } }
- }
- public delegate void ProgressChangedEventHandler(object sender, Mono.WebBrowser.ProgressChangedEventArgs e);
- public enum ReloadOption : uint
- {
- Full = (uint)2,
- None = (uint)0,
- Proxy = (uint)1,
- }
- public partial class SecurityChangedEventArgs : System.EventArgs
- {
- public SecurityChangedEventArgs(Mono.WebBrowser.SecurityLevel state) { }
- public Mono.WebBrowser.SecurityLevel State { get { throw null; } set { } }
- }
- public delegate void SecurityChangedEventHandler(object sender, Mono.WebBrowser.SecurityChangedEventArgs e);
- public enum SecurityLevel
- {
- Insecure = 1,
- Mixed = 2,
- Secure = 3,
- }
- public partial class StatusChangedEventArgs : System.EventArgs
- {
- public StatusChangedEventArgs(string message, int status) { }
- public string Message { get { throw null; } set { } }
- public int Status { get { throw null; } set { } }
- }
- public delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e);
-}
-namespace Mono.WebBrowser.DOM
-{
- public partial interface IAttribute : Mono.WebBrowser.DOM.INode
- {
- string Name { get; }
- new int GetHashCode();
- }
- public partial interface IAttributeCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- Mono.WebBrowser.DOM.IAttribute this[string name] { get; }
- bool Exists(string name);
- new int GetHashCode();
- }
- public partial interface IDocument : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElement Active { get; }
- string ActiveLinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Anchors { get; }
- Mono.WebBrowser.DOM.IElementCollection Applets { get; }
- string BackColor { get; set; }
- string Background { get; set; }
- Mono.WebBrowser.DOM.IElement Body { get; }
- string Charset { get; set; }
- string Cookie { get; set; }
- Mono.WebBrowser.DOM.IDocumentType DocType { get; }
- Mono.WebBrowser.DOM.IElement DocumentElement { get; }
- string Domain { get; }
- string ForeColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Forms { get; }
- Mono.WebBrowser.DOM.IElementCollection Images { get; }
- Mono.WebBrowser.DOM.IDOMImplementation Implementation { get; }
- string LinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Links { get; }
- Mono.WebBrowser.DOM.IStylesheetList Stylesheets { get; }
- string Title { get; set; }
- string Url { get; }
- string VisitedLinkColor { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event System.EventHandler LoadStopped;
- Mono.WebBrowser.DOM.IAttribute CreateAttribute(string name);
- Mono.WebBrowser.DOM.IElement CreateElement(string tagName);
- Mono.WebBrowser.DOM.IElement GetElement(int x, int y);
- Mono.WebBrowser.DOM.IElement GetElementById(string id);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- string InvokeScript(string script);
- void Write(string text);
- }
- public partial interface IDocumentType : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.INamedNodeMap Entities { get; }
- string InternalSubset { get; }
- string Name { get; }
- Mono.WebBrowser.DOM.INamedNodeMap Notations { get; }
- string PublicId { get; }
- string SystemId { get; }
- }
- public partial interface IDOMImplementation
- {
- Mono.WebBrowser.DOM.IDocument CreateDocument(string namespaceURI, string qualifiedName, Mono.WebBrowser.DOM.IDocumentType doctype);
- Mono.WebBrowser.DOM.IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId);
- bool HasFeature(string feature, string version);
- }
- public partial interface IElement : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElementCollection All { get; }
- Mono.WebBrowser.DOM.IElementCollection Children { get; }
- int ClientHeight { get; }
- int ClientWidth { get; }
- System.IO.Stream ContentStream { get; }
- bool Disabled { get; set; }
- string InnerHTML { get; set; }
- string InnerText { get; set; }
- int OffsetHeight { get; }
- int OffsetLeft { get; }
- Mono.WebBrowser.DOM.IElement OffsetParent { get; }
- int OffsetTop { get; }
- int OffsetWidth { get; }
- string OuterHTML { get; set; }
- string OuterText { get; set; }
- int ScrollHeight { get; }
- int ScrollLeft { get; set; }
- int ScrollTop { get; set; }
- int ScrollWidth { get; }
- string Style { get; set; }
- int TabIndex { get; set; }
- string TagName { get; }
- Mono.WebBrowser.DOM.IElement AppendChild(Mono.WebBrowser.DOM.IElement child);
- void Blur();
- void Focus();
- string GetAttribute(string name);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- bool HasAttribute(string name);
- void ScrollIntoView(bool alignWithTop);
- void SetAttribute(string name, string value);
- }
- public partial interface IElementCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IElement this[int index] { get; set; }
- new int GetHashCode();
- }
- public partial interface IHistory
- {
- int Count { get; }
- void Back(int count);
- void Forward(int count);
- void GoToIndex(int index);
- void GoToUrl(string url);
- }
- public partial interface IMediaList
- {
- }
- public partial interface INamedNodeMap : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- Mono.WebBrowser.DOM.INode this[string name] { get; set; }
- Mono.WebBrowser.DOM.INode this[string namespaceURI, string localName] { get; set; }
- Mono.WebBrowser.DOM.INode RemoveNamedItem(string name);
- Mono.WebBrowser.DOM.INode RemoveNamedItemNS(string namespaceURI, string localName);
- }
- public partial interface INavigation
- {
- bool CanGoBack { get; }
- bool CanGoForward { get; }
- int HistoryCount { get; }
- bool Back();
- bool Forward();
- void Go(int index);
- void Go(int index, bool relative);
- void Go(string url);
- void Go(string url, Mono.WebBrowser.DOM.LoadFlags flags);
- void Home();
- void Reload();
- void Reload(Mono.WebBrowser.ReloadOption option);
- void Stop();
- }
- public partial interface INode
- {
- System.IntPtr AccessibleObject { get; }
- Mono.WebBrowser.DOM.IAttributeCollection Attributes { get; }
- Mono.WebBrowser.DOM.INodeList ChildNodes { get; }
- Mono.WebBrowser.DOM.INode FirstChild { get; }
- Mono.WebBrowser.DOM.INode LastChild { get; }
- string LocalName { get; }
- Mono.WebBrowser.DOM.INode Next { get; }
- Mono.WebBrowser.DOM.IDocument Owner { get; }
- Mono.WebBrowser.DOM.INode Parent { get; }
- Mono.WebBrowser.DOM.INode Previous { get; }
- Mono.WebBrowser.DOM.NodeType Type { get; }
- string Value { get; set; }
- event Mono.WebBrowser.DOM.NodeEventHandler Click;
- event Mono.WebBrowser.DOM.NodeEventHandler DoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseOver;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.DOM.NodeEventHandler OnBlur;
- event Mono.WebBrowser.DOM.NodeEventHandler OnFocus;
- Mono.WebBrowser.DOM.INode AppendChild(Mono.WebBrowser.DOM.INode child);
- void AttachEventHandler(string eventName, System.Delegate handler);
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.Delegate handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void FireEvent(string eventName);
- int GetHashCode();
- Mono.WebBrowser.DOM.INode InsertBefore(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode refChild);
- Mono.WebBrowser.DOM.INode RemoveChild(Mono.WebBrowser.DOM.INode child);
- Mono.WebBrowser.DOM.INode ReplaceChild(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode oldChild);
- }
- public partial interface INodeList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- int GetHashCode();
- }
- public partial interface IStylesheet
- {
- bool Disabled { get; set; }
- string Href { get; }
- Mono.WebBrowser.DOM.IMediaList Media { get; }
- Mono.WebBrowser.DOM.INode OwnerNode { get; }
- Mono.WebBrowser.DOM.IStylesheet ParentStyleSheet { get; }
- string Title { get; }
- string Type { get; }
- }
- public partial interface IStylesheetList : System.Collections.IEnumerable
- {
- int Count { get; }
- Mono.WebBrowser.DOM.IStylesheet this[int index] { get; set; }
- }
- public partial interface IWindow
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- Mono.WebBrowser.DOM.IWindowCollection Frames { get; }
- Mono.WebBrowser.DOM.IHistory History { get; }
- string Name { get; set; }
- Mono.WebBrowser.DOM.IWindow Parent { get; }
- string StatusText { get; }
- Mono.WebBrowser.DOM.IWindow Top { get; }
- event System.EventHandler Error;
- event System.EventHandler Load;
- event System.EventHandler OnBlur;
- event System.EventHandler OnFocus;
- event System.EventHandler Scroll;
- event System.EventHandler Unload;
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void Focus();
- int GetHashCode();
- void Open(string url);
- void ScrollTo(int x, int y);
- }
- public partial interface IWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IWindow this[int index] { get; set; }
- }
- [System.FlagsAttribute]
- public enum LoadFlags : uint
- {
- AsLinkClick = (uint)32,
- AsMetaRefresh = (uint)16,
- BypassHistory = (uint)64,
- BypassLocalCache = (uint)256,
- BypassProxy = (uint)512,
- CharsetChange = (uint)1024,
- None = (uint)0,
- ReplaceHistory = (uint)128,
- }
- public partial class NodeEventArgs : System.EventArgs
- {
- public NodeEventArgs(Mono.WebBrowser.DOM.INode node) { }
- public Mono.WebBrowser.DOM.IDocument Document { get { throw null; } }
- public Mono.WebBrowser.DOM.IElement Element { get { throw null; } }
- public Mono.WebBrowser.DOM.INode Node { get { throw null; } }
- }
- public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e);
- public enum NodeType
- {
- Attribute = 2,
- CDataSection = 4,
- Comment = 8,
- Document = 9,
- DocumentFragment = 11,
- DocumentType = 10,
- Element = 1,
- Entity = 6,
- EntityReference = 5,
- Notation = 12,
- ProcessingInstruction = 7,
- Text = 3,
- }
- public partial class WindowEventArgs : System.EventArgs
- {
- public WindowEventArgs(Mono.WebBrowser.DOM.IWindow window) { }
- public Mono.WebBrowser.DOM.IWindow Window { get { throw null; } }
- }
- public delegate void WindowEventHandler(object sender, Mono.WebBrowser.DOM.WindowEventArgs e);
-}
diff --git a/src/v4.5.2/Mono.XBuild.Tasks.cs b/src/v4.5.2/Mono.XBuild.Tasks.cs
deleted file mode 100644
index 1662451..0000000
--- a/src/v4.5.2/Mono.XBuild.Tasks.cs
+++ /dev/null
@@ -1,148 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.PkgConfig
-{
- public partial interface IPcFileCacheContext : Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>
- {
- }
- public partial interface IPcFileCacheContext<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- bool IsCustomDataComplete(string pcfile, TP pkg);
- void ReportError(string message, System.Exception ex);
- void StoreCustomData(Mono.PkgConfig.PcFile pcfile, TP pkg);
- }
- public partial class LibraryPackageInfo : Mono.PkgConfig.PackageInfo
- {
- public LibraryPackageInfo() { }
- public bool IsGacPackage { get { throw null; } set { } }
- protected internal override bool IsValidPackage { get { throw null; } }
- }
- public partial class LibraryPcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.LibraryPackageInfo>
- {
- public LibraryPcFileCache(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo> ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo>)) { }
- protected override string CacheDirectory { get { throw null; } }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName) { throw null; }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- public static string NormalizeAsmName(string name) { throw null; }
- protected override void ParsePackageInfo(Mono.PkgConfig.PcFile file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- protected override void ReadPackageContent(System.Xml.XmlReader tr, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- protected override void WritePackageContent(System.Xml.XmlTextWriter tw, string file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- }
- public partial class PackageAssemblyInfo
- {
- public string Culture;
- public string Name;
- public string PublicKeyToken;
- public string Version;
- public PackageAssemblyInfo() { }
- public string File { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string FullName { get { throw null; } }
- public Mono.PkgConfig.LibraryPackageInfo ParentPackage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void Update(System.Reflection.AssemblyName aname) { }
- public void UpdateFromFile(string file) { }
- }
- public partial class PackageInfo
- {
- public PackageInfo() { }
- public string Description { get { throw null; } set { } }
- protected internal virtual bool IsValidPackage { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetData(string name) { throw null; }
- public void RemoveData(string name) { }
- public void SetData(string name, string value) { }
- }
- public partial class PcFile
- {
- public PcFile() { }
- public string Description { get { throw null; } set { } }
- public string FilePath { get { throw null; } set { } }
- public bool HasErrors { get { throw null; } set { } }
- public string Libs { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetVariable(string varName) { throw null; }
- public void Load(string pcfile) { }
- }
- public abstract partial class PcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.PackageInfo>
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>)) { }
- }
- public abstract partial class PcFileCache<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext<TP> ctx) { }
- protected abstract string CacheDirectory { get; }
- public object SyncRoot { get { throw null; } }
- public TP GetPackageInfo(string file) { throw null; }
- public TP GetPackageInfoByName(string name) { throw null; }
- public TP GetPackageInfoByName(string name, System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<TP> GetPackages() { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<TP> GetPackages(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<string> GetPkgconfigPaths(string prefix, string pkgConfigPath, string pkgConfigLibdir) { throw null; }
- protected virtual void ParsePackageInfo(Mono.PkgConfig.PcFile file, TP pinfo) { }
- protected virtual void ReadPackageContent(System.Xml.XmlReader tr, TP pinfo) { }
- public void Save() { }
- public void Update() { }
- public void Update(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { }
- protected virtual void WritePackageContent(System.Xml.XmlTextWriter tw, string file, TP pinfo) { }
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.5.2/Novell.Directory.Ldap.cs b/src/v4.5.2/Novell.Directory.Ldap.cs
deleted file mode 100644
index 49fd168..0000000
--- a/src/v4.5.2/Novell.Directory.Ldap.cs
+++ /dev/null
@@ -1,2939 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute(" (C) 2003 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Novell.Directory.Ldap")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C# LDAP")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-public partial class Integer32
-{
- public Integer32(int ival) { }
- public int intValue { get { throw null; } set { } }
-}
-public partial interface IThreadRunnable
-{
- void Run();
-}
-public partial class SupportClass
-{
- public SupportClass() { }
- public static object CreateNewInstance(System.Type classType) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, object target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, object target) { throw null; }
- public static string FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date) { throw null; }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart) { }
- public static System.IO.FileStream GetFileStream(string FileName, bool Append) { throw null; }
- public static object HashtableRemove(System.Collections.Hashtable hashtable, object key) { throw null; }
- public static double Identity(double literal) { throw null; }
- public static long Identity(long literal) { throw null; }
- public static float Identity(float literal) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong Identity(ulong literal) { throw null; }
- public static object PutElement(System.Collections.IDictionary collection, object key, object newValue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count) { throw null; }
- public static System.Collections.IEnumerator ReverseStack(System.Collections.ICollection collection) { throw null; }
- public static void SetSize(System.Collections.ArrayList arrayList, int newSize) { }
- public static object StackPush(System.Collections.Stack stack, object element) { throw null; }
- public static byte[] ToByteArray(object[] tempObjectArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static byte[] ToByteArray(sbyte[] sbyteArray) { throw null; }
- public static byte[] ToByteArray(string sourceString) { throw null; }
- public static char[] ToCharArray(byte[] byteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static char[] ToCharArray(sbyte[] sByteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] ToSByteArray(byte[] byteArray) { throw null; }
- public static bool VectorRemoveElement(System.Collections.IList arrayList, object element) { throw null; }
- public static void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) { }
- public partial class AbstractSetSupport : SupportClass.SetSupport
- {
- public AbstractSetSupport() { }
- }
- public partial class ArrayListSupport
- {
- public ArrayListSupport() { }
- public static object[] ToArray(System.Collections.ArrayList collection, object[] objects) { throw null; }
- }
- public partial class ArraysSupport
- {
- public ArraysSupport() { }
- public static void FillArray(System.Array array, int fromindex, int toindex, object val) { }
- public static void FillArray(System.Array array, object val) { }
- public static bool IsArrayEqual(System.Array array1, System.Array array2) { throw null; }
- }
- public partial class CollectionSupport : System.Collections.CollectionBase
- {
- public CollectionSupport() { }
- public virtual bool Add(object element) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool Contains(object element) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual bool Remove(object element) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- public static SupportClass.CollectionSupport ToCollectionSupport(object[] array) { throw null; }
- }
- public partial class DateTimeFormatManager
- {
- public static SupportClass.DateTimeFormatManager.DateTimeFormatHashTable manager;
- public DateTimeFormatManager() { }
- public partial class DateTimeFormatHashTable : System.Collections.Hashtable
- {
- public DateTimeFormatHashTable() { }
- public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- }
- }
- public partial class ListCollectionSupport : System.Collections.ArrayList
- {
- public ListCollectionSupport() { }
- public ListCollectionSupport(System.Collections.ICollection collection) { }
- public ListCollectionSupport(int capacity) { }
- public virtual new bool Add(object valueToInsert) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.IList collection) { throw null; }
- public virtual bool AddAll(int index, SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(int index, System.Collections.IList list) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Get(int index) { throw null; }
- public virtual object GetLast() { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual object ListCollectionClone() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator(int index) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual object RemoveElement(int index) { throw null; }
- public virtual bool RemoveElement(object element) { throw null; }
- public virtual object RemoveFirst() { throw null; }
- public virtual object RemoveLast() { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Set(int index, object element) { throw null; }
- public virtual SupportClass.ListCollectionSupport SubList(int startIndex, int endIndex) { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial class MessageDigestSupport
- {
- public MessageDigestSupport(string algorithm) { }
- public System.Security.Cryptography.HashAlgorithm Algorithm { get { throw null; } set { } }
- public string AlgorithmName { get { throw null; } }
- public byte[] Data { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData(byte[] newData) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest) { throw null; }
- public static SupportClass.MessageDigestSupport GetInstance(string algorithm) { throw null; }
- public void Reset() { }
- public override string ToString() { throw null; }
- public void Update(byte newData) { }
- public void Update(byte[] newData) { }
- public void Update(byte[] newData, int offset, int count) { }
- }
- public partial class SecureRandomSupport
- {
- public SecureRandomSupport() { }
- public SecureRandomSupport(byte[] seed) { }
- public static byte[] GetSeed(int numberOfBytes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] NextBytes(byte[] randomnumbersarray) { throw null; }
- public void SetSeed(byte[] newSeed) { }
- public void SetSeed(long newSeed) { }
- }
- public partial class SetSupport : System.Collections.ArrayList
- {
- public SetSupport() { }
- public SetSupport(System.Collections.ICollection collection) { }
- public SetSupport(int capacity) { }
- public virtual new bool Add(object objectToAdd) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual new bool Remove(object elementToRemove) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual new object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial interface SingleThreadModel
- {
- }
- public partial class ThreadClass : IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static SupportClass.ThreadClass Current() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public void Resume() { }
- public virtual void Run() { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public partial class Tokenizer
- {
- public Tokenizer(string source) { }
- public Tokenizer(string source, string delimiters) { }
- public Tokenizer(string source, string delimiters, bool retDel) { }
- public int Count { get { throw null; } }
- public bool HasMoreTokens() { throw null; }
- public string NextToken() { throw null; }
- public string NextToken(string delimiters) { throw null; }
- }
-}
-namespace Novell.Directory.Ldap
-{
- public enum AuthenticationTypes
- {
- Anonymous = 16,
- Delegation = 256,
- Encryption = 2,
- FastBind = 32,
- None = 0,
- ReadonlyServer = 4,
- Sealing = 128,
- Secure = 1,
- SecureSocketsLayer = 2,
- ServerBind = 512,
- Signing = 64,
- }
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public partial class InterThreadException : Novell.Directory.Ldap.LdapException
- {
- internal InterThreadException() { }
- }
- public partial class LdapAbandonRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial class LdapAddRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttribute : System.ICloneable, System.IComparable
- {
- public LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr) { }
- public LdapAttribute(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public LdapAttribute(string attrName, sbyte[] attrBytes) { }
- public LdapAttribute(string attrName, string attrString) { }
- public LdapAttribute(string attrName, string[] attrStrings) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] ByteValue { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[][] ByteValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator ByteValues { get { throw null; } }
- public virtual string LangSubtype { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual string StringValue { get { throw null; } }
- public virtual string[] StringValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator StringValues { get { throw null; } }
- protected internal virtual string Value { set { } }
- public virtual void addBase64Value(char[] attrChars) { }
- public virtual void addBase64Value(string attrString) { }
- public virtual void addBase64Value(System.Text.StringBuilder attrString, int start, int end) { }
- public virtual void addURLValue(string url) { }
- public virtual void addURLValue(System.Uri url) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addValue(sbyte[] attrBytes) { }
- public virtual void addValue(string attrString) { }
- public object Clone() { throw null; }
- public virtual int CompareTo(object attribute) { throw null; }
- public virtual string getBaseName() { throw null; }
- public static string getBaseName(string attrName) { throw null; }
- public virtual string[] getSubtypes() { throw null; }
- public static string[] getSubtypes(string attrName) { throw null; }
- public virtual bool hasSubtype(string subtype) { throw null; }
- public virtual bool hasSubtypes(string[] subtypes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual void removeValue(sbyte[] attrBytes) { }
- public virtual void removeValue(string attrString) { }
- public virtual int size() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int DIRECTORY_OPERATION = 1;
- public const int DISTRIBUTED_OPERATION = 2;
- public const int DSA_OPERATION = 3;
- public const int USER_APPLICATIONS = 0;
- public LdapAttributeSchema(string raw) : base (default(string)) { }
- public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage) : base (default(string)) { }
- public virtual bool Collective { get { throw null; } }
- public virtual string EqualityMatchingRule { get { throw null; } }
- public virtual string OrderingMatchingRule { get { throw null; } }
- public virtual bool SingleValued { get { throw null; } }
- public virtual string SubstringMatchingRule { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserModifiable { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapAttributeSet : SupportClass.AbstractSetSupport, System.ICloneable
- {
- public LdapAttributeSet() { }
- public override int Count { get { throw null; } }
- public override bool Add(object attr) { throw null; }
- public override bool AddAll(System.Collections.ICollection c) { throw null; }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override bool Contains(object attr) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName, string lang) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getSubset(string subtype) { throw null; }
- public override bool IsEmpty() { throw null; }
- public override bool Remove(object object_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapAuthHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapAuthProvider getAuthProvider(string host, int port);
- }
- public partial class LdapAuthProvider
- {
- [System.CLSCompliantAttribute(false)]
- public LdapAuthProvider(string dn, sbyte[] password) { }
- public virtual string DN { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Password { get { throw null; } }
- }
- public partial interface LdapBindHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapConnection Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn);
- }
- public partial class LdapBindRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string AuthenticationDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapCompareAttrNames : System.Collections.IComparer
- {
- public LdapCompareAttrNames(string attrName) { }
- public LdapCompareAttrNames(string attrName, bool ascendingFlag) { }
- public LdapCompareAttrNames(string[] attrNames) { }
- public LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags) { }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual int Compare(object object1, object object2) { throw null; }
- public override bool Equals(object comparator) { throw null; }
- }
- public partial class LdapCompareRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- public virtual string DN { get { throw null; } }
- }
- public partial class LdapConnection : System.ICloneable
- {
- public const string ALL_USER_ATTRS = "*";
- public const int DEFAULT_PORT = 389;
- public const int DEFAULT_SSL_PORT = 636;
- public const string Ldap_PROPERTY_PROTOCOL = "version.protocol";
- public const string Ldap_PROPERTY_SDK = "version.sdk";
- public const string Ldap_PROPERTY_SECURITY = "version.security";
- public const int Ldap_V3 = 3;
- public const string NO_ATTRS = "1.1";
- public const int SCOPE_BASE = 0;
- public const int SCOPE_ONE = 1;
- public const int SCOPE_SUB = 2;
- public const string SERVER_SHUTDOWN_OID = "1.3.6.1.4.1.1466.20036";
- public LdapConnection() { }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual bool Bound { get { throw null; } }
- public virtual bool Connected { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapConstraints Constraints { get { throw null; } set { } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual object SaslBindCallbackHandler { get { throw null; } }
- public virtual System.Collections.IDictionary SaslBindProperties { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapSearchConstraints SearchConstraints { get { throw null; } }
- public bool SecureSocketLayer { get { throw null; } set { } }
- public virtual bool TLS { get { throw null; } }
- public event Novell.Directory.Ldap.CertificateValidationCallback UserDefinedServerCertValidationDelegate { add { } remove { } }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(int id) { }
- public virtual void Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech) { throw null; }
- public virtual void Bind(int version, string dn, string passwd) { }
- public virtual void Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Bind(string dn, string passwd) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public object Clone() { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr) { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Connect(string host, int port) { }
- public virtual void Delete(string dn) { }
- public virtual void Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Disconnect() { }
- public virtual void Disconnect(Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op) { throw null; }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSchema FetchSchema(string schemaDN) { throw null; }
- ~LdapConnection() { }
- public virtual object getProperty(string name) { throw null; }
- public virtual string GetSchemaDN() { throw null; }
- public virtual string GetSchemaDN(string dn) { throw null; }
- protected internal virtual Novell.Directory.Ldap.LdapMessage MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual void RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void startTLS() { }
- public virtual void stopTLS() { }
- }
- public partial class LdapConstraints : System.ICloneable
- {
- public LdapConstraints() { }
- public LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int HopLimit { get { throw null; } set { } }
- public virtual bool ReferralFollowing { get { throw null; } set { } }
- public virtual int TimeLimit { get { throw null; } set { } }
- public object Clone() { throw null; }
- public virtual Novell.Directory.Ldap.LdapControl[] getControls() { throw null; }
- public virtual object getProperty(string name) { throw null; }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl control) { }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl[] controls) { }
- public virtual void setProperty(string name, object value_Renamed) { }
- public virtual void setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler) { }
- }
- public partial class LdapControl : System.ICloneable
- {
- protected internal LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- [System.CLSCompliantAttribute(false)]
- public LdapControl(string oid, bool critical, sbyte[] values) { }
- public virtual bool Critical { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public object Clone() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type controlClass) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] controlValue) { }
- }
- public partial class LdapDeleteRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapDITContentRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITContentRuleSchema(string raw) : base (default(string)) { }
- public LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded) : base (default(string)) { }
- public virtual string[] AuxiliaryClasses { get { throw null; } }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] PrecludedAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDITStructureRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITStructureRuleSchema(string raw) : base (default(string)) { }
- public LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs) : base (default(string)) { }
- public virtual string NameForm { get { throw null; } }
- public virtual int RuleID { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDN
- {
- public LdapDN() { }
- [System.CLSCompliantAttribute(false)]
- public static bool equals(string dn1, string dn2) { throw null; }
- public static string escapeRDN(string rdn) { throw null; }
- public static string[] explodeDN(string dn, bool noTypes) { throw null; }
- public static string[] explodeRDN(string rdn, bool noTypes) { throw null; }
- public static bool isValid(string dn) { throw null; }
- public static string normalize(string dn) { throw null; }
- public static string unescapeRDN(string rdn) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct LdapDSConstants
- {
- public static readonly int LDAP_DS_40X_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_ALIAS_ENTRY;
- public static readonly long LDAP_DS_ATTR_COMPARE;
- public static readonly long LDAP_DS_ATTR_INHERIT_CTL;
- public static readonly long LDAP_DS_ATTR_READ;
- public static readonly long LDAP_DS_ATTR_SELF;
- public static readonly long LDAP_DS_ATTR_SUPERVISOR;
- public static readonly long LDAP_DS_ATTR_WRITE;
- public static readonly int LDAP_DS_AUDITED;
- public static readonly int LDAP_DS_BACKLINKED;
- public static readonly int LDAP_DS_CONTAINER_ALIAS;
- public static readonly int LDAP_DS_CONTAINER_ENTRY;
- public static readonly long LDAP_DS_DYNAMIC_ACL;
- public static readonly long LDAP_DS_ENTRY_ADD;
- public static readonly long LDAP_DS_ENTRY_BROWSE;
- public static readonly int LDAP_DS_ENTRY_DAMAGED;
- public static readonly long LDAP_DS_ENTRY_DELETE;
- public static readonly long LDAP_DS_ENTRY_INHERIT_CTL;
- public static readonly int LDAP_DS_ENTRY_NOT_PRESENT;
- public static readonly long LDAP_DS_ENTRY_RENAME;
- public static readonly long LDAP_DS_ENTRY_SUPERVISOR;
- public static readonly int LDAP_DS_ENTRY_VERIFY_CTS;
- public static readonly int LDAP_DS_MATCHES_LIST_FILTER;
- public static readonly int LDAP_DS_NEW_ENTRY;
- public static readonly int LDAP_DS_PARTITION_ROOT;
- public static readonly int LDAP_DS_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_TEMPORARY_REFERENCE;
- }
- public partial class LdapEntry : System.IComparable
- {
- protected internal Novell.Directory.Ldap.LdapAttributeSet attrs;
- protected internal string dn;
- public LdapEntry() { }
- public LdapEntry(string dn) { }
- public LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs) { }
- [System.CLSCompliantAttribute(false)]
- public virtual string DN { get { throw null; } }
- public virtual int CompareTo(object entry) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet(string subtype) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapException : System.Exception
- {
- public const int ADMIN_LIMIT_EXCEEDED = 11;
- public const int AFFECTS_MULTIPLE_DSAS = 71;
- public const int ALIAS_DEREFERENCING_PROBLEM = 36;
- public const int ALIAS_PROBLEM = 33;
- public const int AMBIGUOUS_RESPONSE = 101;
- public const int ATTRIBUTE_OR_VALUE_EXISTS = 20;
- public const int AUTH_METHOD_NOT_SUPPORTED = 7;
- public const int AUTH_UNKNOWN = 86;
- public const int BUSY = 51;
- public const int CLIENT_LOOP = 96;
- public const int COMPARE_FALSE = 5;
- public const int COMPARE_TRUE = 6;
- public const int CONFIDENTIALITY_REQUIRED = 13;
- public const int CONNECT_ERROR = 91;
- public const int CONSTRAINT_VIOLATION = 19;
- public const int CONTROL_NOT_FOUND = 93;
- public const int DECODING_ERROR = 84;
- public const int ENCODING_ERROR = 83;
- public const int ENTRY_ALREADY_EXISTS = 68;
- public const int FILTER_ERROR = 87;
- public const int INAPPROPRIATE_AUTHENTICATION = 48;
- public const int INAPPROPRIATE_MATCHING = 18;
- public const int INSUFFICIENT_ACCESS_RIGHTS = 50;
- public const int INVALID_ATTRIBUTE_SYNTAX = 21;
- public const int INVALID_CREDENTIALS = 49;
- public const int INVALID_DN_SYNTAX = 34;
- public const int INVALID_RESPONSE = 100;
- public const int IS_LEAF = 35;
- public const int Ldap_NOT_SUPPORTED = 92;
- public const int Ldap_PARTIAL_RESULTS = 9;
- public const int Ldap_TIMEOUT = 85;
- public const int LOCAL_ERROR = 82;
- public const int LOOP_DETECT = 54;
- public const int MORE_RESULTS_TO_RETURN = 95;
- public const int NAMING_VIOLATION = 64;
- public const int NOT_ALLOWED_ON_NONLEAF = 66;
- public const int NOT_ALLOWED_ON_RDN = 67;
- public const int NO_MEMORY = 90;
- public const int NO_RESULTS_RETURNED = 94;
- public const int NO_SUCH_ATTRIBUTE = 16;
- public const int NO_SUCH_OBJECT = 32;
- public const int OBJECT_CLASS_MODS_PROHIBITED = 69;
- public const int OBJECT_CLASS_VIOLATION = 65;
- public const int OPERATIONS_ERROR = 1;
- public const int OTHER = 80;
- public const int PROTOCOL_ERROR = 2;
- public const int REFERRAL = 10;
- public const int REFERRAL_LIMIT_EXCEEDED = 97;
- public const int SASL_BIND_IN_PROGRESS = 14;
- public const int SERVER_DOWN = 81;
- public const int SIZE_LIMIT_EXCEEDED = 4;
- public const int SSL_HANDSHAKE_FAILED = 113;
- public const int SSL_PROVIDER_NOT_FOUND = 114;
- public const int STRONG_AUTH_REQUIRED = 8;
- public const int SUCCESS = 0;
- public const int TIME_LIMIT_EXCEEDED = 3;
- public const int TLS_NOT_SUPPORTED = 112;
- public const int UNAVAILABLE = 52;
- public const int UNAVAILABLE_CRITICAL_EXTENSION = 12;
- public const int UNDEFINED_ATTRIBUTE_TYPE = 17;
- public const int UNWILLING_TO_PERFORM = 53;
- public const int USER_CANCELLED = 88;
- public LdapException() { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN) { }
- public virtual System.Exception Cause { get { throw null; } }
- public virtual string LdapErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override string Message { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public virtual string resultCodeToString() { throw null; }
- public virtual string resultCodeToString(System.Globalization.CultureInfo locale) { throw null; }
- public static string resultCodeToString(int code) { throw null; }
- public static string resultCodeToString(int code, System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapExtendedOperation : System.ICloneable
- {
- [System.CLSCompliantAttribute(false)]
- public LdapExtendedOperation(string oid, sbyte[] vals) { }
- public object Clone() { throw null; }
- public virtual string getID() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- protected internal virtual void setID(string newoid) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] newVals) { }
- }
- public partial class LdapExtendedRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapExtendedRequest(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapExtendedOperation ExtendedOperation { get { throw null; } }
- }
- public partial class LdapExtendedResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public virtual string ID { get { throw null; } }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet RegisteredResponses { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Value { get { throw null; } }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapIntermediateResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public string getID() { throw null; }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet getRegisteredResponses() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapLocalException : Novell.Directory.Ldap.LdapException
- {
- public LdapLocalException() { }
- public LdapLocalException(string messageOrKey, int resultCode) { }
- public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exception rootException) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapMatchingRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleSchema(string rawMatchingRule, string rawMatchingRuleUse) : base (default(string)) { }
- public LdapMatchingRuleSchema(string[] names, string oid, string description, string[] attributes, bool obsolete, string syntaxString) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMatchingRuleUseSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleUseSchema(string raw) : base (default(string)) { }
- public LdapMatchingRuleUseSchema(string[] names, string oid, string description, bool obsolete, string[] attributes) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMessage
- {
- public const int ABANDON_REQUEST = 16;
- public const int ADD_REQUEST = 8;
- public const int ADD_RESPONSE = 9;
- public const int BIND_REQUEST = 0;
- public const int BIND_RESPONSE = 1;
- public const int COMPARE_REQUEST = 14;
- public const int COMPARE_RESPONSE = 15;
- public const int DEL_REQUEST = 10;
- public const int DEL_RESPONSE = 11;
- public const int EXTENDED_REQUEST = 23;
- public const int EXTENDED_RESPONSE = 24;
- public const int INTERMEDIATE_RESPONSE = 25;
- protected internal Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message;
- public const int MODIFY_RDN_REQUEST = 12;
- public const int MODIFY_RDN_RESPONSE = 13;
- public const int MODIFY_REQUEST = 6;
- public const int MODIFY_RESPONSE = 7;
- public const int SEARCH_REQUEST = 3;
- public const int SEARCH_RESPONSE = 4;
- public const int SEARCH_RESULT = 5;
- public const int SEARCH_RESULT_REFERENCE = 19;
- public const int UNBIND_REQUEST = 2;
- protected internal LdapMessage(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) { }
- public virtual Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual bool Request { get { throw null; } }
- public virtual string Tag { get { throw null; } set { } }
- public virtual int Type { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapMessageQueue
- {
- internal LdapMessageQueue() { }
- public virtual int[] MessageIDs { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse() { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse(int msgid) { throw null; }
- public virtual bool isComplete(int msgid) { throw null; }
- public virtual bool isResponseReceived() { throw null; }
- public virtual bool isResponseReceived(int msgid) { throw null; }
- }
- public partial class LdapModification
- {
- public const int ADD = 0;
- public const int DELETE = 1;
- public const int REPLACE = 2;
- public LdapModification(int op, Novell.Directory.Ldap.LdapAttribute attr) { }
- public virtual Novell.Directory.Ldap.LdapAttribute Attribute { get { throw null; } }
- public virtual int Op { get { throw null; } }
- }
- public partial class LdapModifyDNRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyDNRequest(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual bool DeleteOldRDN { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual string NewRDN { get { throw null; } }
- public virtual string ParentDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapModifyRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyRequest(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapModification[] Modifications { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapNameFormSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapNameFormSchema(string raw) : base (default(string)) { }
- public LdapNameFormSchema(string[] names, string oid, string description, bool obsolete, string objectClass, string[] required, string[] optional) : base (default(string)) { }
- public virtual string ObjectClass { get { throw null; } }
- public virtual string[] OptionalNamingAttributes { get { throw null; } }
- public virtual string[] RequiredNamingAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapObjectClassSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int ABSTRACT = 0;
- public const int AUXILIARY = 2;
- public const int STRUCTURAL = 1;
- public LdapObjectClassSchema(string raw) : base (default(string)) { }
- public LdapObjectClassSchema(string[] names, string oid, string[] superiors, string description, string[] required, string[] optional, int type, bool obsolete) : base (default(string)) { }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual int Type { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapReferralException : Novell.Directory.Ldap.LdapException
- {
- public LdapReferralException() { }
- public LdapReferralException(string message) { }
- public LdapReferralException(string message, System.Exception rootException) { }
- public LdapReferralException(string message, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, int resultCode, string serverMessage, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments) { }
- public LdapReferralException(string message, object[] arguments, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage, System.Exception rootException) { }
- public virtual string FailedReferral { get { throw null; } set { } }
- public virtual string[] getReferrals() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapReferralHandler
- {
- }
- public partial class LdapResponse : Novell.Directory.Ldap.LdapMessage
- {
- public LdapResponse(Novell.Directory.Ldap.InterThreadException ex, Novell.Directory.Ldap.Utilclass.ReferralInfo activeReferral) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type, int resultCode, string matchedDN, string serverMessage, string[] referrals, Novell.Directory.Ldap.LdapControl[] controls) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public override Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual string ErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override int MessageID { get { throw null; } }
- public virtual string[] Referrals { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public override int Type { get { throw null; } }
- }
- public partial class LdapResponseQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapResponseQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSchema : Novell.Directory.Ldap.LdapEntry
- {
- public LdapSchema(Novell.Directory.Ldap.LdapEntry ent) { }
- public virtual System.Collections.IEnumerator AttributeNames { get { throw null; } }
- public virtual System.Collections.IEnumerator AttributeSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormNames { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassNames { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator SyntaxSchemas { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITContentRuleSchema getDITContentRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(int ID) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleSchema getMatchingRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleUseSchema getMatchingRuleUseSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapNameFormSchema getNameFormSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapObjectClassSchema getObjectClassSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSyntaxSchema getSyntaxSchema(string oid) { throw null; }
- }
- public abstract partial class LdapSchemaElement : Novell.Directory.Ldap.LdapAttribute
- {
- [System.CLSCompliantAttribute(false)]
- protected internal string description;
- protected internal System.Collections.Hashtable hashQualifier;
- [System.CLSCompliantAttribute(false)]
- protected internal string[] names;
- [System.CLSCompliantAttribute(false)]
- protected internal bool obsolete;
- protected internal string oid;
- protected internal string[] qualifier;
- protected internal LdapSchemaElement(string attrName) : base (default(Novell.Directory.Ldap.LdapAttribute)) { }
- public virtual string Description { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual System.Collections.IEnumerator QualifierNames { get { throw null; } }
- public virtual void addValue(byte[] value_Renamed) { }
- public override void addValue(string value_Renamed) { }
- protected internal abstract string formatString();
- public virtual string[] getQualifier(string name) { throw null; }
- public virtual void removeValue(byte[] value_Renamed) { }
- public override void removeValue(string value_Renamed) { }
- public virtual void setQualifier(string name, string[] values) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchConstraints : Novell.Directory.Ldap.LdapConstraints
- {
- public const int DEREF_ALWAYS = 3;
- public const int DEREF_FINDING = 2;
- public const int DEREF_NEVER = 0;
- public const int DEREF_SEARCHING = 1;
- public LdapSearchConstraints() { }
- public LdapSearchConstraints(Novell.Directory.Ldap.LdapConstraints cons) { }
- public LdapSearchConstraints(int msLimit, int serverTimeLimit, int dereference, int maxResults, bool doReferrals, int batchSize, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int BatchSize { get { throw null; } set { } }
- public virtual int Dereference { get { throw null; } set { } }
- public virtual int MaxResults { get { throw null; } set { } }
- public virtual int ServerTimeLimit { get { throw null; } set { } }
- }
- public partial class LdapSearchQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapSearchQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSearchRequest : Novell.Directory.Ldap.LdapMessage
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public LdapSearchRequest(string base_Renamed, int scope, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapSearchRequest(string base_Renamed, int scope, string filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual int Dereference { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual int MaxResults { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual System.Collections.IEnumerator SearchFilter { get { throw null; } }
- public virtual int ServerTimeLimit { get { throw null; } }
- public virtual string StringFilter { get { throw null; } }
- public virtual bool TypesOnly { get { throw null; } }
- }
- public partial class LdapSearchResult : Novell.Directory.Ldap.LdapMessage
- {
- public LdapSearchResult(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchResultReference : Novell.Directory.Ldap.LdapMessage
- {
- internal LdapSearchResultReference() : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Referrals { get { throw null; } }
- }
- public partial class LdapSearchResults
- {
- internal LdapSearchResults() { }
- public virtual int Count { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual bool hasMore() { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry next() { throw null; }
- }
- public partial class LdapSyntaxSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapSyntaxSchema(string raw) : base (default(string)) { }
- public LdapSyntaxSchema(string oid, string description) : base (default(string)) { }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapUnbindRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapUnbindRequest(Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial interface LdapUnsolicitedNotificationListener
- {
- void messageReceived(Novell.Directory.Ldap.LdapExtendedResponse msg);
- }
- public partial class LdapUrl : System.ICloneable
- {
- public LdapUrl(string url) { }
- public LdapUrl(string host, int port, string dn) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions, bool secure) { }
- public virtual string[] AttributeArray { get { throw null; } }
- public virtual System.Collections.IEnumerator Attributes { get { throw null; } }
- public virtual string[] Extensions { get { throw null; } }
- public virtual string Filter { get { throw null; } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual bool Secure { get { throw null; } }
- public object Clone() { throw null; }
- public static string decode(string URLEncoded) { throw null; }
- public static string encode(string toEncode) { throw null; }
- public virtual string getDN() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Asn1
-{
- public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 1;
- [System.CLSCompliantAttribute(false)]
- public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public bool booleanValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Choice : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Choice() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Choice(Novell.Directory.Ldap.Asn1.Asn1Object content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual Novell.Directory.Ldap.Asn1.Asn1Object ChoiceValue { set { } }
- public Novell.Directory.Ldap.Asn1.Asn1Object choiceValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public override void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public partial interface Asn1Decoder : System.Runtime.Serialization.ISerializable
- {
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] length);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed);
- object decodeBoolean(System.IO.Stream in_Renamed, int len);
- object decodeCharacterString(System.IO.Stream in_Renamed, int len);
- object decodeNumeric(System.IO.Stream in_Renamed, int len);
- object decodeOctetString(System.IO.Stream in_Renamed, int len);
- }
- public partial interface Asn1Encoder : System.Runtime.Serialization.ISerializable
- {
- void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed);
- }
- public partial class Asn1Enumerated : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 10;
- [System.CLSCompliantAttribute(false)]
- public Asn1Enumerated(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Enumerated(int content) { }
- public Asn1Enumerated(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Identifier : System.ICloneable
- {
- public const int APPLICATION = 1;
- public const int CONTEXT = 2;
- public const int PRIVATE = 3;
- public const int UNIVERSAL = 0;
- public Asn1Identifier() { }
- public Asn1Identifier(int tagClass, bool constructed, int tag) { }
- public Asn1Identifier(System.IO.Stream in_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Application { get { throw null; } }
- public virtual int Asn1Class { get { throw null; } }
- public virtual bool Constructed { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Context { get { throw null; } }
- public virtual int EncodedLength { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Private { get { throw null; } }
- public virtual int Tag { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Universal { get { throw null; } }
- public object Clone() { throw null; }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Integer : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 2;
- [System.CLSCompliantAttribute(false)]
- public Asn1Integer(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Integer(int content) { }
- public Asn1Integer(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Length
- {
- public Asn1Length() { }
- public Asn1Length(int length) { }
- public Asn1Length(System.IO.Stream in_Renamed) { }
- public virtual int EncodedLength { get { throw null; } }
- public virtual int Length { get { throw null; } }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Null : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 5;
- public Asn1Null() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Numeric : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- internal Asn1Numeric() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public int intValue() { throw null; }
- public long longValue() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Asn1Object : System.Runtime.Serialization.ISerializable
- {
- public Asn1Object(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public abstract void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed);
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getEncoding(Novell.Directory.Ldap.Asn1.Asn1Encoder enc) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public virtual void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1OctetString : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 4;
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(sbyte[] content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1OctetString(string content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Sequence : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public const int TAG = 16;
- public Asn1Sequence() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SequenceOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 16;
- public Asn1SequenceOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Sequence sequence) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1Set : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1Set() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Set(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Set(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SetOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1SetOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(Novell.Directory.Ldap.Asn1.Asn1Set set_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Structured : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public void add(Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- protected internal void decodeStructured(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object get_Renamed(int index) { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- public int size() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Object[] toArray() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(string type) { throw null; }
- }
- public partial class Asn1Tagged : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- [System.CLSCompliantAttribute(false)]
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len, Novell.Directory.Ldap.Asn1.Asn1Identifier identifier) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed, bool explicit_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public virtual bool Explicit { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object TaggedValue { set { } }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object taggedValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LBERDecoder : Novell.Directory.Ldap.Asn1.Asn1Decoder, System.Runtime.Serialization.ISerializable
- {
- public LBERDecoder() { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] len) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed) { throw null; }
- public object decodeBoolean(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeCharacterString(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeNumeric(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeOctetString(System.IO.Stream in_Renamed, int len) { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class LBEREncoder : Novell.Directory.Ldap.Asn1.Asn1Encoder, System.Runtime.Serialization.ISerializable
- {
- public LBEREncoder() { }
- public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed) { }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
-namespace Novell.Directory.Ldap.Controls
-{
- public partial class LdapEntryChangeControl : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapEntryChangeControl(string oid, bool critical, sbyte[] value_Renamed) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ChangeNumber { get { throw null; } }
- public virtual int ChangeType { get { throw null; } }
- public virtual bool HasChangeNumber { get { throw null; } }
- public virtual string PreviousDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapPersistSearchControl : Novell.Directory.Ldap.LdapControl
- {
- public const int ADD = 1;
- public static readonly int ANY;
- public const int DELETE = 2;
- public const int MODDN = 8;
- public const int MODIFY = 4;
- public LdapPersistSearchControl() : base (default(string), default(bool), default(sbyte[])) { }
- public LdapPersistSearchControl(int changeTypes, bool changesOnly, bool returnControls, bool isCritical) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual bool ChangesOnly { get { throw null; } set { } }
- public virtual int ChangeTypes { get { throw null; } set { } }
- public virtual bool ReturnControls { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSortControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey key, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey[] keys, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- }
- public partial class LdapSortKey
- {
- public LdapSortKey(string keyDescription) { }
- public LdapSortKey(string key, bool reverse) { }
- public LdapSortKey(string key, bool reverse, string matchRule) { }
- public virtual string Key { get { throw null; } }
- public virtual string MatchRule { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- }
- public partial class LdapSortResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapSortResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual string FailedAttribute { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
- public partial class LdapVirtualListControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int AfterCount { get { throw null; } }
- public virtual int BeforeCount { get { throw null; } }
- public virtual string Context { get { throw null; } set { } }
- public virtual int ListSize { get { throw null; } set { } }
- public virtual void setRange(int listIndex, int beforeCount, int afterCount) { }
- public virtual void setRange(string jumpTo, int beforeCount, int afterCount) { }
- }
- public partial class LdapVirtualListResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapVirtualListResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ContentCount { get { throw null; } }
- public virtual string Context { get { throw null; } }
- public virtual int FirstPosition { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events
-{
- public partial class BaseEventArgs : System.EventArgs
- {
- protected Novell.Directory.Ldap.LdapMessage ldap_message;
- public BaseEventArgs(Novell.Directory.Ldap.LdapMessage message) { }
- public Novell.Directory.Ldap.LdapMessage ContianedEventInformation { get { throw null; } }
- }
- public partial class DirectoryEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.Events.EventClassifiers eClassification;
- public DirectoryEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.Events.EventClassifiers EventClassification { get { throw null; } set { } }
- }
- public partial class DirectoryExceptionEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.LdapException ldap_exception_object;
- public DirectoryExceptionEventArgs(Novell.Directory.Ldap.LdapMessage message, Novell.Directory.Ldap.LdapException ldapException) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.LdapException LdapExceptionObject { get { throw null; } }
- }
- public enum EventClassifiers
- {
- CLASSIFICATION_EDIR_EVENT = 1,
- CLASSIFICATION_LDAP_PSEARCH = 0,
- CLASSIFICATION_UNKNOWN = -1,
- }
- public partial class LdapEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- protected Novell.Directory.Ldap.Events.LdapEventType eType;
- public LdapEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.LdapEventType EventType { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapEventSource
- {
- protected const int DEFAULT_SLEEP_TIME = 1000;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler directory_event;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler directory_exception_event;
- protected internal const int EVENT_TYPE_UNKNOWN = -1;
- protected Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator m_objEventsGenerator;
- protected int sleep_interval;
- protected LdapEventSource() { }
- public int SleepInterval { get { throw null; } set { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler DirectoryEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler DirectoryExceptionEvent { add { } remove { } }
- protected Novell.Directory.Ldap.Events.LdapEventSource.LISTENERS_COUNT GetCurrentListenersState() { throw null; }
- protected abstract int GetListeners();
- protected void ListenerAdded() { }
- protected void ListenerRemoved() { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs) { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) { }
- protected abstract bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType);
- protected void NotifyExceptionListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.LdapException ldapException) { }
- protected void NotifyListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { }
- protected void StartEventPolling(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- protected abstract void StartSearchAndPolling();
- protected void StopEventPolling() { }
- protected abstract void StopSearchAndPolling();
- public delegate void DirectoryEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs);
- public delegate void DirectoryExceptionEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryExceptionEventArgs objDirectoryExceptionEventArgs);
- protected partial class EventsGenerator
- {
- public EventsGenerator(Novell.Directory.Ldap.Events.LdapEventSource objEventSource, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- public int SleepTime { get { throw null; } set { } }
- protected void processmessage(Novell.Directory.Ldap.LdapMessage response) { }
- protected void Run() { }
- public void StartEventPolling() { }
- public void StopEventPolling() { }
- }
- protected enum LISTENERS_COUNT
- {
- MORE_THAN_ONE = 2,
- ONE = 1,
- ZERO = 0,
- }
- }
- public enum LdapEventType
- {
- LDAP_PSEARCH_ADD = 1,
- LDAP_PSEARCH_ANY = 15,
- LDAP_PSEARCH_DELETE = 2,
- LDAP_PSEARCH_MODDN = 8,
- LDAP_PSEARCH_MODIFY = 4,
- TYPE_UNKNOWN = -1,
- }
- public partial class PSearchEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected string[] mAttrs;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.Events.LdapEventType mEventChangeType;
- protected string mFilter;
- protected Novell.Directory.Ldap.LdapSearchQueue mQueue;
- protected int mScope;
- protected string mSearchBase;
- protected Novell.Directory.Ldap.LdapSearchConstraints mSearchConstraints;
- protected bool mTypesOnly;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler search_referral_event;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler search_result_event;
- public PSearchEventSource(Novell.Directory.Ldap.LdapConnection conn, string searchBase, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints constraints, Novell.Directory.Ldap.Events.LdapEventType eventchangetype, bool changeonly) { }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler SearchReferralEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler SearchResultEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void SearchReferralEventHandler(object source, Novell.Directory.Ldap.Events.SearchReferralEventArgs objArgs);
- public delegate void SearchResultEventHandler(object source, Novell.Directory.Ldap.Events.SearchResultEventArgs objArgs);
- }
- public partial class SearchReferralEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchReferralEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public string[] getUrls() { throw null; }
- }
- public partial class SearchResultEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchResultEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir
-{
- public enum DebugParameterType
- {
- ADDRESS = 5,
- BINARY = 3,
- ENTRYID = 1,
- INTEGER = 4,
- STRING = 2,
- TIMESTAMP = 6,
- TIMEVECTOR = 7,
- }
- public partial class DSETimeStamp
- {
- protected int nEvent;
- protected int nSeconds;
- protected int replica_number;
- public DSETimeStamp(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public int Event { get { throw null; } }
- public int ReplicaNumber { get { throw null; } }
- public int Seconds { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EdirEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- public EdirEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventIntermediateResponse IntermediateResponse { get { throw null; } }
- }
- public enum EdirEventDataType
- {
- EDIR_TAG_BINDERY_EVENT_DATA = 5,
- EDIR_TAG_CHANGE_CONFIG_PARAM = 11,
- EDIR_TAG_CHANGE_SERVER_ADDRESS = 10,
- EDIR_TAG_CONNECTION_STATE = 9,
- EDIR_TAG_DEBUG_EVENT_DATA = 14,
- EDIR_TAG_DSESEV_INFO = 6,
- EDIR_TAG_ENTRY_EVENT_DATA = 1,
- EDIR_TAG_GENERAL_EVENT_DATA = 3,
- EDIR_TAG_MODULE_STATE_DATA = 7,
- EDIR_TAG_NETWORK_ADDRESS = 8,
- EDIR_TAG_NO_DATA = 12,
- EDIR_TAG_SKULK_DATA = 4,
- EDIR_TAG_STATUS_LOG = 13,
- EDIR_TAG_VALUE_EVENT_DATA = 2,
- }
- public partial class EdirEventIntermediateResponse : Novell.Directory.Ldap.LdapIntermediateResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData event_response_data;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventResultType event_result_type;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventType event_type;
- public EdirEventIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public EdirEventIntermediateResponse(byte[] message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData EventResponseDataObject { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- protected void ProcessMessage(sbyte[] returnedValue) { }
- }
- public enum EdirEventResultType
- {
- EVT_STATUS_ALL = 0,
- EVT_STATUS_FAILURE = 2,
- EVT_STATUS_SUCCESS = 1,
- }
- public partial class EdirEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler edir_event;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.LdapResponseQueue mQueue;
- protected Novell.Directory.Ldap.Events.Edir.MonitorEventRequest mRequestOperation;
- public EdirEventSource(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier, Novell.Directory.Ldap.LdapConnection conn) { }
- public event Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler EdirEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void EdirEventHandler(object source, Novell.Directory.Ldap.Events.Edir.EdirEventArgs objEdirEventArgs);
- }
- public partial class EdirEventSpecifier
- {
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType) { }
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType, string filter) { }
- public string EventFilter { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- }
- public enum EdirEventType
- {
- EVT_ABORT_JOIN = 145,
- EVT_ABORT_PARTITION_OP = 109,
- EVT_ADD_ENTRY = 168,
- EVT_ADD_MEMBER = 153,
- EVT_ADD_PROPERTY = 151,
- EVT_ADD_REPLICA = 103,
- EVT_ADD_VALUE = 5,
- EVT_AGENT_CLOSE_LOCAL = 54,
- EVT_AGENT_OPEN_LOCAL = 53,
- EVT_ALLOW_LOGIN = 188,
- EVT_BACKLINK_PROC_DONE = 95,
- EVT_BACKUP_ENTRY = 114,
- EVT_BEGIN_NAMEBASE_TRANSACTION = 213,
- EVT_BKLINK_OPERATOR = 63,
- EVT_BKLINK_SEV = 62,
- EVT_CHANGE_CONN_STATE = 173,
- EVT_CHANGE_MODULE_STATE = 21,
- EVT_CHANGE_OBJ_SECURITY = 156,
- EVT_CHANGE_PROP_SECURITY = 155,
- EVT_CHANGE_REPLICA_TYPE = 107,
- EVT_CHANGE_SECURITY_EQUALS = 164,
- EVT_CHANGE_SERVER_ADDRS = 219,
- EVT_CHANGE_TREE_NAME = 143,
- EVT_CHECK_CONSOLE_OPERATOR = 142,
- EVT_CHECK_SEV = 12,
- EVT_CHGPASS = 101,
- EVT_CLOSE_BINDERY = 172,
- EVT_CLOSE_STREAM = 7,
- EVT_COMPARE_ATTR_VALUE = 123,
- EVT_CONNECT_TO_ADDRESS = 158,
- EVT_CONSOLE_OPERATION = 203,
- EVT_CRC_FAILURE = 167,
- EVT_CREATE_BACKLINK = 141,
- EVT_CREATE_BINDERY_OBJECT = 10,
- EVT_CREATE_ENTRY = 1,
- EVT_CREATE_NAMEBASE = 163,
- EVT_CREATE_SUBREF = 132,
- EVT_DB_ALLOC = 202,
- EVT_DB_AUDIT = 175,
- EVT_DB_AUDIT_NCP = 176,
- EVT_DB_AUDIT_SKULK = 177,
- EVT_DB_AUTHEN = 26,
- EVT_DB_BACKLINK = 27,
- EVT_DB_BACKLINK_DETAIL = 236,
- EVT_DB_BUFFERS = 28,
- EVT_DB_CHANGE_CACHE = 184,
- EVT_DB_CLIENT_BUFFERS = 189,
- EVT_DB_COLL = 29,
- EVT_DB_CONN_TRACE = 210,
- EVT_DB_DIRXML = 214,
- EVT_DB_DIRXML_DRIVERS = 217,
- EVT_DB_DNS = 220,
- EVT_DB_DRL = 198,
- EVT_DB_DRL_DETAIL = 237,
- EVT_DB_DSAGENT = 30,
- EVT_DB_EMU = 31,
- EVT_DB_FRAGGER = 32,
- EVT_DB_HTTPSTK = 231,
- EVT_DB_INIT = 33,
- EVT_DB_INSPECTOR = 34,
- EVT_DB_IN_SYNC_DETAIL = 227,
- EVT_DB_JANITOR = 35,
- EVT_DB_LDAPSTK = 232,
- EVT_DB_LIMBER = 36,
- EVT_DB_LOCKING = 37,
- EVT_DB_LOST_ENTRY = 183,
- EVT_DB_MIN = 39,
- EVT_DB_MISC = 40,
- EVT_DB_MOVE = 38,
- EVT_DB_NCPENG = 166,
- EVT_DB_NDSMON = 218,
- EVT_DB_NICIEXT = 233,
- EVT_DB_NMAS = 235,
- EVT_DB_NPKI_API = 242,
- EVT_DB_OBIT = 207,
- EVT_DB_OBJECT_PRODUCER = 238,
- EVT_DB_PART = 41,
- EVT_DB_PKI = 230,
- EVT_DB_PURGE = 186,
- EVT_DB_RECMAN = 42,
- EVT_DB_REPAIR = 221,
- EVT_DB_REPAIR_DEBUG = 222,
- EVT_DB_RESNAME = 44,
- EVT_DB_SAP = 45,
- EVT_DB_SCHEMA = 46,
- EVT_DB_SCHEMA_DETAIL = 225,
- EVT_DB_SEARCH = 239,
- EVT_DB_SEARCH_DETAIL = 240,
- EVT_DB_SECRET_STORE = 234,
- EVT_DB_SERVER_PACKET = 204,
- EVT_DB_SKULKER = 47,
- EVT_DB_SSL = 229,
- EVT_DB_STREAMS = 48,
- EVT_DB_SYNC_DETAIL = 209,
- EVT_DB_SYNC_IN = 49,
- EVT_DB_THREADS = 50,
- EVT_DB_TIMEVECTOR = 51,
- EVT_DB_VCLIENT = 52,
- EVT_DB_WANMAN = 190,
- EVT_DEFINE_ATTR_DEF = 116,
- EVT_DEFINE_CLASS_DEF = 119,
- EVT_DELETE_ATTRIBUTE = 8,
- EVT_DELETE_BINDERY_OBJECT = 11,
- EVT_DELETE_ENTRY = 2,
- EVT_DELETE_MEMBER = 154,
- EVT_DELETE_PROPERTY = 152,
- EVT_DELETE_SUBTREE = 64,
- EVT_DELETE_UNUSED_EXTREF = 15,
- EVT_DELETE_VALUE = 6,
- EVT_DSA_BAD_VERB = 56,
- EVT_DSA_READ = 99,
- EVT_DSA_REQUEST_END = 58,
- EVT_DSA_REQUEST_START = 57,
- EVT_DS_ERR_VIA_BINDERY = 55,
- EVT_END_NAMEBASE_TRANSACTION = 187,
- EVT_END_UPDATE_REPLICA = 138,
- EVT_END_UPDATE_SCHEMA = 148,
- EVT_ENTRYID_SWAP = 181,
- EVT_INSIDE_NCP_REQUEST = 182,
- EVT_INSPECT_ENTRY = 127,
- EVT_INVALID = 0,
- EVT_ITERATOR = 224,
- EVT_JOIN_DONE = 86,
- EVT_JOIN_PARTITIONS = 106,
- EVT_LIMBER_DONE = 76,
- EVT_LIST_CONT_CLASSES = 126,
- EVT_LIST_PARTITIONS = 133,
- EVT_LIST_SUBORDINATES = 125,
- EVT_LOCAL_REPLICA_CHANGE = 197,
- EVT_LOGIN = 100,
- EVT_LOGOUT = 102,
- EVT_LOST_ENTRY = 70,
- EVT_LOW_LEVEL_JOIN = 162,
- EVT_LOW_LEVEL_JOIN_BEGIN = 226,
- EVT_LOW_LEVEL_SPLIT = 185,
- EVT_LUMBER_DONE = 94,
- EVT_MAX_EVENTS = 243,
- EVT_MERGE_ENTRIES = 130,
- EVT_MERGE_TREE = 131,
- EVT_MODIFY_CLASS_DEF = 120,
- EVT_MODIFY_ENTRY = 169,
- EVT_MODIFY_RDN = 178,
- EVT_MOVE_DEST_ENTRY = 14,
- EVT_MOVE_ENTRY_DEST = 200,
- EVT_MOVE_ENTRY_SOURCE = 199,
- EVT_MOVE_SOURCE_ENTRY = 4,
- EVT_MOVE_SUBTREE = 59,
- EVT_MOVE_TREE = 149,
- EVT_MOVE_TREE_END = 83,
- EVT_MOVE_TREE_START = 82,
- EVT_MUTATE_ENTRY = 129,
- EVT_NAME_COLLISION = 90,
- EVT_NCP_RETRY_EXPENDED = 18,
- EVT_NEW_SCHEMA_EPOCH = 174,
- EVT_NLM_LOADED = 91,
- EVT_NOTIFY_REF_CHANGE = 201,
- EVT_NO_REPLICA_PTR = 60,
- EVT_OPEN_BINDERY = 171,
- EVT_PARTITION_LOCKED = 87,
- EVT_PARTITION_OPERATION_EVENT = 20,
- EVT_PARTITION_STATE_CHG = 160,
- EVT_PARTITION_UNLOCKED = 88,
- EVT_PRE_DELETE_ENTRY = 228,
- EVT_PURGE_END = 73,
- EVT_PURGE_ENTRY_FAIL = 71,
- EVT_PURGE_START = 72,
- EVT_READ_ATTR = 134,
- EVT_READ_REFERENCES = 135,
- EVT_RECV_REPLICA_UPDATES = 110,
- EVT_REFERRAL = 67,
- EVT_RELOAD_DS = 150,
- EVT_REMOTE_SERVER_DOWN = 17,
- EVT_REMOVE_ATTR_DEF = 117,
- EVT_REMOVE_BACKLINK = 161,
- EVT_REMOVE_CLASS_DEF = 118,
- EVT_REMOVE_ENTRY = 108,
- EVT_REMOVE_ENTRY_DIR = 122,
- EVT_REMOVE_REPLICA = 104,
- EVT_RENAME_ENTRY = 3,
- EVT_REPAIR_TIME_STAMPS = 111,
- EVT_REPLICA_IN_TRANSITION = 208,
- EVT_REQ_UPDATE_SERVER_STATUS = 216,
- EVT_RESEND_ENTRY = 128,
- EVT_RESET_DS_COUNTERS = 121,
- EVT_RESTORE_ENTRY = 115,
- EVT_SCHEMA_SYNC = 89,
- EVT_SEARCH = 159,
- EVT_SEND_REPLICA_UPDATES = 112,
- EVT_SERVER_ADDRESS_CHANGE = 98,
- EVT_SERVER_RENAME = 96,
- EVT_SET_BINDERY_CONTEXT = 9,
- EVT_SPLIT_DONE = 77,
- EVT_SPLIT_PARTITION = 105,
- EVT_START_JOIN = 144,
- EVT_START_UPDATE_REPLICA = 137,
- EVT_START_UPDATE_SCHEMA = 147,
- EVT_STATUS_LOG = 241,
- EVT_STREAM = 124,
- EVT_SYNC_IN_END = 61,
- EVT_SYNC_PARTITION = 139,
- EVT_SYNC_PART_END = 81,
- EVT_SYNC_PART_START = 80,
- EVT_SYNC_SCHEMA = 140,
- EVT_SYNC_SVR_OUT_END = 79,
- EVT_SYNC_SVR_OUT_START = 78,
- EVT_SYNTHETIC_TIME = 97,
- EVT_UPDATE_ATTR_DEF = 69,
- EVT_UPDATE_CLASS_DEF = 68,
- EVT_UPDATE_REPLICA = 136,
- EVT_UPDATE_SCHEMA = 146,
- EVT_UPDATE_SEV = 13,
- EVT_VERIFY_PASS = 113,
- EVT_VR_DRIVER_STATE_CHANGE = 215,
- }
- public partial class EventOids
- {
- public const string NLDAP_EVENT_NOTIFICATION = "2.16.840.1.113719.1.27.100.81";
- public const string NLDAP_FILTERED_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.84";
- public const string NLDAP_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.79";
- public const string NLDAP_MONITOR_EVENTS_RESPONSE = "2.16.840.1.113719.1.27.100.80";
- public EventOids() { }
- }
- public enum GeneralEventField
- {
- EVT_TAG_GEN_CURRPROC = 4,
- EVT_TAG_GEN_DSTIME = 1,
- EVT_TAG_GEN_INTEGERS = 6,
- EVT_TAG_GEN_MILLISEC = 2,
- EVT_TAG_GEN_PERP = 5,
- EVT_TAG_GEN_STRINGS = 7,
- EVT_TAG_GEN_VERB = 3,
- }
- public partial class MonitorEventRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MonitorEventRequest(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifiers) : base (default(string), default(sbyte[])) { }
- }
- public partial class MonitorEventResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier_list;
- public MonitorEventResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] SpecifierList { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir.EventData
-{
- public partial class BaseEdirEventData
- {
- protected System.IO.MemoryStream decodedData;
- protected Novell.Directory.Ldap.Asn1.LBERDecoder decoder;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventDataType event_data_type;
- public BaseEdirEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventDataType EventDataType { get { throw null; } }
- protected void DataInitDone() { }
- }
- public partial class BinderyObjectEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nEmuObjFlags;
- protected int nSecurity;
- protected int nType;
- protected string strEntryDN;
- protected string strName;
- public BinderyObjectEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int EmuObjFlags { get { throw null; } }
- public string EntryDN { get { throw null; } }
- public string Name { get { throw null; } }
- public int Security { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChangeAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int address_family;
- protected int nFlags;
- protected int nProto;
- protected string pstk_name;
- protected string source_module;
- protected string strAddress;
- public ChangeAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Address { get { throw null; } }
- public int AddressFamily { get { throw null; } }
- public int Flags { get { throw null; } }
- public int Proto { get { throw null; } }
- public string PstkName { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int new_flags;
- protected int old_flags;
- protected string source_module;
- protected string strConnectionDN;
- public ConnectionStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public int NewFlags { get { throw null; } }
- public int OldFlags { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int ds_time;
- protected int milli_seconds;
- protected int nVerb;
- protected System.Collections.ArrayList parameter_collection;
- protected int parameter_count;
- protected string strFormatString;
- protected string strPerpetratorDN;
- public DebugEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int DSTime { get { throw null; } }
- public string FormatString { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public int ParameterCount { get { throw null; } }
- public System.Collections.ArrayList Parameters { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugParameter
- {
- protected Novell.Directory.Ldap.Events.Edir.DebugParameterType debug_type;
- protected object objData;
- public DebugParameter(Novell.Directory.Ldap.Asn1.Asn1Tagged dseObject) { }
- public object Data { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DebugParameterType DebugType { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EntryEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected int nVerb;
- protected string strClassId;
- protected string strEntry;
- protected string strNewDN;
- protected string strPerpetratorDN;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public EntryEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ClassId { get { throw null; } }
- public string Entry { get { throw null; } }
- public int Flags { get { throw null; } }
- public string NewDN { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class GeneralDSEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int current_process;
- protected int ds_time;
- protected int[] integer_values;
- protected int milli_seconds;
- protected int nVerb;
- protected string[] string_values;
- protected string strPerpetratorDN;
- public GeneralDSEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int CurrentProcess { get { throw null; } }
- public int DSTime { get { throw null; } }
- public int[] IntegerValues { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string[] StringValues { get { throw null; } }
- public int Verb { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected string getTaggedStringValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ModuleStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected string strConnectionDN;
- protected string strDescription;
- protected string strName;
- protected string strSource;
- public ModuleStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public string Description { get { throw null; } }
- public int Flags { get { throw null; } }
- public string Name { get { throw null; } }
- public string Source { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class NetworkAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nType;
- protected string strData;
- public NetworkAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Data { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ReferralAddress
- {
- protected int address_type;
- protected string strAddress;
- public ReferralAddress(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public string Address { get { throw null; } }
- public int AddressType { get { throw null; } }
- }
- public partial class SecurityEquivalenceEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int referral_count;
- protected System.Collections.ArrayList referral_list;
- protected int retry_count;
- protected string strEntryDN;
- protected string strValueDN;
- public SecurityEquivalenceEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string EntryDN { get { throw null; } }
- public int ReferralCount { get { throw null; } }
- public System.Collections.ArrayList ReferralList { get { throw null; } }
- public int RetryCount { get { throw null; } }
- public string ValueDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ValueEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected byte[] binData;
- protected int nVerb;
- protected string strAttribute;
- protected string strClassId;
- protected string strData;
- protected string strEntry;
- protected string strPerpetratorDN;
- protected string strSyntax;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public ValueEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Attribute { get { throw null; } }
- public byte[] BinaryData { get { throw null; } }
- public string ClassId { get { throw null; } }
- public string Data { get { throw null; } }
- public string Entry { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string Syntax { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Extensions
-{
- public partial class AbortPartitionOperationRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AbortPartitionOperationRequest(string partitionDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class AddReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AddReplicaRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class BackupRestoreConstants
- {
- public const string NLDAP_LDAP_BACKUP_REQUEST = "2.16.840.1.113719.1.27.100.96";
- public const string NLDAP_LDAP_BACKUP_RESPONSE = "2.16.840.1.113719.1.27.100.97";
- public const string NLDAP_LDAP_RESTORE_REQUEST = "2.16.840.1.113719.1.27.100.98";
- public const string NLDAP_LDAP_RESTORE_RESPONSE = "2.16.840.1.113719.1.27.100.99";
- public BackupRestoreConstants() { }
- }
- public partial class ChangeReplicaTypeRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ChangeReplicaTypeRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetBindDNRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetBindDNResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string Identity { get { throw null; } }
- }
- public partial class GetEffectivePrivilegesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetEffectivePrivilegesRequest(string dn, string trusteeDN, string attrName) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetEffectivePrivilegesResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetEffectivePrivilegesResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Privileges { get { throw null; } }
- }
- public partial class GetReplicaInfoRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicaInfoRequest(string serverDN, string partitionDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicaInfoResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicaInfoResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int getflags() { throw null; }
- public virtual int getlocalPartitionID() { throw null; }
- public virtual int getmodificationTime() { throw null; }
- public virtual string getpartitionDN() { throw null; }
- public virtual int getpartitionID() { throw null; }
- public virtual int getpurgeTime() { throw null; }
- public virtual int getreplicaState() { throw null; }
- public virtual int getreplicaType() { throw null; }
- }
- public partial class GetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicationFilterRequest(string serverDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicationFilterResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicationFilterResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[][] ReplicationFilter { get { throw null; } }
- }
- public partial class LdapBackupRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapBackupRequest(string objectDN, byte[] passwd, string stateInfo) : base (default(string), default(sbyte[])) { }
- }
- public partial class LdapBackupResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public LdapBackupResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public int getBufferLength() { throw null; }
- public string getChunkSizesString() { throw null; }
- public byte[] getReturnedBuffer() { throw null; }
- public string getStatusInfo() { throw null; }
- }
- public partial class LdapRestoreRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapRestoreRequest(string objectDN, byte[] passwd, int bufferLength, string chunkSizesString, byte[] returnedBuffer) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ListReplicasRequest(string serverName) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public ListReplicasResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] ReplicaList { get { throw null; } }
- }
- public partial class MergePartitionsRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MergePartitionsRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class NamingContextConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public NamingContextConstants() { }
- }
- public partial class PartitionEntryCountRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionEntryCountRequest(string dn) : base (default(string), default(sbyte[])) { }
- }
- public partial class PartitionEntryCountResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public PartitionEntryCountResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Count { get { throw null; } }
- }
- public partial class PartitionSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionSyncRequest(string serverName, string partitionRoot, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReceiveAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ReceiveAllUpdatesRequest(string partitionRoot, string toServerDN, string fromServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class RefreshLdapServerRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RefreshLdapServerRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveReplicaRequest(string dn, string serverDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReplicationConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public ReplicationConstants() { }
- }
- public partial class SchemaSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SchemaSyncRequest(string serverName, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class SendAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SendAllUpdatesRequest(string partitionRoot, string origServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class SetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SetReplicationFilterRequest(string serverDN, string[][] replicationFilter) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitPartitionRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class TriggerBackgroundProcessRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public const int Ldap_BK_PROCESS_BKLINKER = 1;
- public const int Ldap_BK_PROCESS_JANITOR = 2;
- public const int Ldap_BK_PROCESS_LIMBER = 3;
- public const int Ldap_BK_PROCESS_PART_PURGE = 6;
- public const int Ldap_BK_PROCESS_SCHEMA_SYNC = 5;
- public const int Ldap_BK_PROCESS_SKULKER = 4;
- public TriggerBackgroundProcessRequest(int processID) : base (default(string), default(sbyte[])) { }
- }
-}
-namespace Novell.Directory.Ldap.Rfc2251
-{
- public partial class RfcAddRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcAddRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeList attributes) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeList Attributes { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcAddResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcAssertionValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAssertionValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeDescription : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeDescription(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(string)) { }
- public RfcAttributeDescription(string s) : base (default(string)) { }
- }
- public partial class RfcAttributeDescriptionList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeDescriptionList(int size) { }
- public RfcAttributeDescriptionList(string[] attrs) { }
- }
- public partial class RfcAttributeList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeList(int size) { }
- }
- public partial class RfcAttributeTypeAndValues : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeTypeAndValues(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SetOf vals) { }
- }
- public partial class RfcAttributeValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- public RfcAttributeValue(string value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeValueAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeValueAssertion(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription ad, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue av) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- }
- public partial class RfcAuthenticationChoice : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public RfcAuthenticationChoice(Novell.Directory.Ldap.Asn1.Asn1Tagged choice) { }
- [System.CLSCompliantAttribute(false)]
- public RfcAuthenticationChoice(string mechanism, sbyte[] credentials) { }
- }
- public partial class RfcBindRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcBindRequest(Novell.Directory.Ldap.Asn1.Asn1Integer version, Novell.Directory.Ldap.Rfc2251.RfcLdapDN name, Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice auth) { }
- [System.CLSCompliantAttribute(false)]
- public RfcBindRequest(int version, string dn, string mechanism, sbyte[] credentials) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice AuthenticationChoice { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapDN Name { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Integer Version { get { throw null; } set { } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcBindResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- [System.CLSCompliantAttribute(false)]
- public RfcBindResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ServerSaslCreds { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcCompareRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcCompareRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion ava) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion AttributeValueAssertion { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcCompareResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcControl : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Sequence seqObj) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, Novell.Directory.Ldap.Asn1.Asn1OctetString controlValue) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlType { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlValue { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
- }
- public partial class RfcControls : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public const int CONTROLS = 0;
- public RfcControls() { }
- [System.CLSCompliantAttribute(false)]
- public RfcControls(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public void add(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- }
- public partial class RfcDelRequest : Novell.Directory.Ldap.Rfc2251.RfcLdapDN, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelRequest(sbyte[] dn) : base (default(string)) { }
- public RfcDelRequest(string dn) : base (default(string)) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcDelResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcExtendedRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public const int REQUEST_NAME = 0;
- public const int REQUEST_VALUE = 1;
- public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName, Novell.Directory.Ldap.Asn1.Asn1OctetString requestValue) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcExtendedResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int RESPONSE = 11;
- public const int RESPONSE_NAME = 10;
- [System.CLSCompliantAttribute(false)]
- public RfcExtendedResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString Response { get { throw null; } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapOID ResponseName { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcFilter : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public RfcFilter() { }
- public RfcFilter(string filter) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addExtensibleMatch(string matchingRule, string attrName, sbyte[] value_Renamed, bool useDNMatching) { }
- public virtual void addPresent(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addSubstring(int type, sbyte[] value_Renamed) { }
- public virtual void endNestedFilter(int rfcType) { }
- public virtual void endSubstrings() { }
- public virtual string filterToString() { throw null; }
- public virtual System.Collections.IEnumerator getFilterIterator() { throw null; }
- public virtual void startNestedFilter(int rfcType) { }
- public virtual void startSubstrings(string attrName) { }
- }
- public partial class RfcIntermediateResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int TAG_RESPONSE = 1;
- public const int TAG_RESPONSE_NAME = 0;
- [System.CLSCompliantAttribute(false)]
- public RfcIntermediateResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1OctetString getResponse() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapOID getResponseName() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapDN(sbyte[] s) : base (default(string)) { }
- public RfcLdapDN(string s) : base (default(string)) { }
- }
- public partial class RfcLdapMessage : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcControls Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual string RequestDN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage RequestingMessage { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object Response { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public object dupMessage(string dn, string filter, bool reference) { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest getRequest() { throw null; }
- public virtual bool isRequest() { throw null; }
- }
- public partial class RfcLdapOID : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapOID(sbyte[] s) : base (default(sbyte[])) { }
- public RfcLdapOID(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapResult : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int REFERRAL = 3;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapString : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(sbyte[])) { }
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(sbyte[] ba) : base (default(sbyte[])) { }
- public RfcLdapString(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapSuperDN : Novell.Directory.Ldap.Asn1.Asn1Tagged
- {
- protected static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public static readonly int TAG;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapSuperDN(sbyte[] ba) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public RfcLdapSuperDN(string s) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class RfcMatchingRuleAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue) { }
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleId matchingRule, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) { }
- }
- public partial class RfcMatchingRuleId : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcMatchingRuleId(string s) : base (default(string)) { }
- }
- public partial class RfcModifyDNRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) { }
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn, Novell.Directory.Ldap.Rfc2251.RfcLdapSuperDN newSuperior) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyDNResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcModifyRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN object_Renamed, Novell.Directory.Ldap.Asn1.Asn1SequenceOf modification) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1SequenceOf Modifications { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcReferral : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcReferral(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- }
- public partial class RfcRelativeLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcRelativeLdapDN(string s) : base (default(string)) { }
- }
- public partial interface RfcRequest
- {
- Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool reference);
- string getRequestDN();
- }
- public partial interface RfcResponse
- {
- Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage();
- Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN();
- Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral();
- Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode();
- }
- public partial class RfcSaslCredentials : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism) { }
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism, Novell.Directory.Ldap.Asn1.Asn1OctetString credentials) { }
- }
- public partial class RfcSearchRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcSearchRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN baseObject, Novell.Directory.Ldap.Asn1.Asn1Enumerated scope, Novell.Directory.Ldap.Asn1.Asn1Enumerated derefAliases, Novell.Directory.Ldap.Asn1.Asn1Integer sizeLimit, Novell.Directory.Ldap.Asn1.Asn1Integer timeLimit, Novell.Directory.Ldap.Asn1.Asn1Boolean typesOnly, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescriptionList attributes) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcSearchResultDone : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultEntry : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultEntry(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Sequence Attributes { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ObjectName { get { throw null; } }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultReference : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultReference(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSubstringFilter : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSubstringFilter(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SequenceOf substrings) { }
- }
- public partial class RfcUnbindRequest : Novell.Directory.Ldap.Asn1.Asn1Null, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcUnbindRequest() { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Utilclass
-{
- public partial class ArrayEnumeration : System.Collections.IEnumerator
- {
- public ArrayEnumeration(object[] eArray) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class AttributeQualifier
- {
- public AttributeQualifier(string name, string[] value_Renamed) { }
- public virtual string Name { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- }
- public partial class Base64
- {
- internal Base64() { }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(char[] encodedChars) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(string encodedString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(System.Text.StringBuilder encodedSBuf, int start, int end) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string encode(sbyte[] inputBytes) { throw null; }
- public static string encode(string inputString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isLDIFSafe(sbyte[] bytes) { throw null; }
- public static bool isLDIFSafe(string str) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isValidUTF8(sbyte[] array, bool isUCS2Only) { throw null; }
- }
- public partial class BindProperties
- {
- public BindProperties(int version, string dn, string method, bool anonymous, System.Collections.Hashtable bindProperties, object bindCallbackHandler) { }
- public virtual bool Anonymous { get { throw null; } }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual System.Collections.Hashtable SaslBindProperties { get { throw null; } }
- public virtual object SaslCallbackHandler { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.SerializableAttribute]
- public enum CharacterTypes : sbyte
- {
- ALPHABETIC = (sbyte)4,
- COMMENTCHAR = (sbyte)16,
- NUMERIC = (sbyte)2,
- STRINGQUOTE = (sbyte)8,
- WHITESPACE = (sbyte)1,
- }
- public partial class DN
- {
- public DN() { }
- public DN(string dnString) { }
- public virtual Novell.Directory.Ldap.Utilclass.DN Parent { get { throw null; } }
- public virtual System.Collections.ArrayList RDNs { get { throw null; } }
- public virtual void addRDN(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToBack(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToFront(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual int countRDNs() { throw null; }
- public bool Equals(Novell.Directory.Ldap.Utilclass.DN toDN) { throw null; }
- public override bool Equals(object toDN) { throw null; }
- public virtual string[] explodeDN(bool noTypes) { throw null; }
- public System.Collections.ArrayList getrdnList() { throw null; }
- public virtual bool isDescendantOf(Novell.Directory.Ldap.Utilclass.DN containerDN) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EnumeratedIterator : System.Collections.IEnumerator
- {
- public EnumeratedIterator(System.Collections.IEnumerator iterator) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class ExceptionMessages : System.Resources.ResourceManager
- {
- public const string CANNOT_BIND = "CANNOT_BIND";
- public const string CONNECTION_CLOSED = "CONNECTION_CLOSED";
- public const string CONNECTION_ERROR = "CONNECTION_ERROR";
- public const string CONNECTION_FINALIZED = "CONNECTION_FINALIZED";
- public const string CONNECTION_IMPOSSIBLE = "CONNECTION_IMPOSSIBLE";
- public const string CONNECTION_READER = "CONNECTION_READER";
- public const string CONNECTION_WAIT = "CONNECTION_WAIT";
- public const string DECODING_ERROR = "DECODING_ERROR";
- public const string DN_PARAM_ERROR = "DN_PARAM_ERROR";
- public const string DUP_ERROR = "DUP_ERROR";
- public const string ENCODING_ERROR = "ENCODING_ERROR";
- public const string ENTRY_PARAM_ERROR = "ENTRY_PARAM_ERROR";
- public const string EXPECTING_LEFT_PAREN = "EXPECTING_LEFT_PAREN";
- public const string EXPECTING_RIGHT_PAREN = "EXPECTING_RIGHT_PAREN";
- public const string FAILED_REFERRAL = "FAILED_REFERRAL";
- public const string IMPROPER_REFERRAL = "IMPROPER_REFERRAL";
- public const string INVALID_ADDRESS = "INVALID_ADDRESS";
- public const string INVALID_CHAR_IN_DESCR = "INVALID_CHAR_IN_DESCR";
- public const string INVALID_CHAR_IN_FILTER = "INVALID_CHAR_IN_FILTER";
- public const string INVALID_ESCAPE = "INVALID_ESCAPE";
- public const string INVALID_ESC_IN_DESCR = "INVALID_ESC_IN_DESCR";
- public const string INVALID_FILTER_COMPARISON = "INVALID_FILTER_COMPARISON";
- public const string IO_EXCEPTION = "IO_EXCEPTION";
- public const string MATCHED_DN = "MATCHED_DN";
- public const string MISSING_LEFT_PAREN = "MISSING_LEFT_PAREN";
- public const string MISSING_RIGHT_PAREN = "MISSING_RIGHT_PAREN";
- public const string MULTIPLE_SCHEMA = "MULTIPLE_SCHEMA";
- public const string NOT_AN_ATTRIBUTE = "NOT_AN_ATTRIBUTE";
- public const string NOT_IMPLEMENTED = "NOT_IMPLEMENTED";
- public const string NO_ATTRIBUTE_NAME = "NO_ATTRIBUTE_NAME";
- public const string NO_DN_NOR_MATCHING_RULE = "NO_DN_NOR_MATCHING_RULE";
- public const string NO_DUP_REQUEST = "NO_DUP_REQUEST";
- public const string NO_MATCHING_RULE = "NO_MATCHING_RULE";
- public const string NO_MEMORY = "NO_MEMORY";
- public const string NO_OPTION = "NO_OPTION";
- public const string NO_SCHEMA = "NO_SCHEMA";
- public const string NO_STARTTLS = "NO_STARTTLS";
- public const string NO_SUP_PROPERTY = "NO_SUP_PROPERTY";
- public const string NO_TLS_FACTORY = "NO_TLS_FACTORY";
- public const string OP_PARAM_ERROR = "OP_PARAM_ERROR";
- public const string OUTSTANDING_OPERATIONS = "OUTSTANDING_OPERATIONS";
- public const string PARAM_ERROR = "PARAM_ERROR";
- public const string RDN_PARAM_ERROR = "RDN_PARAM_ERROR";
- public const string READ_MULTIPLE = "READ_MULTIPLE";
- public const string REFERENCE_ERROR = "REFERENCE_ERROR";
- public const string REFERENCE_NOFOLLOW = "REFERENCE_NOFOLLOW";
- public const string REFERRAL_BIND = "REFERRAL_BIND";
- public const string REFERRAL_BIND_MATCH = "REFERRAL_BIND_MATCH";
- public const string REFERRAL_ERROR = "REFERRAL_ERROR";
- public const string REFERRAL_ITEM = "REFERRAL_ITEM";
- public const string REFERRAL_LOCAL = "REFERRAL_LOCAL";
- public const string REFERRAL_SEND = "REFERRAL_SEND";
- public const string SERVER_CONNECT_ERROR = "SERVER_CONNECT_ERROR";
- public const string SERVER_MSG = "SERVER_MSG";
- public const string SERVER_SHUTDOWN_REQ = "SERVER_SHUTDOWN_REQ";
- public const string SHORT_ESCAPE = "SHORT_ESCAPE";
- public const string SSL_PROVIDER_MISSING = "SSL_PROVIDER_MISSING";
- public const string STOPTLS_ERROR = "STOPTLS_ERROR";
- [System.CLSCompliantAttribute(false)]
- public const string TOSTRING = "TOSTRING";
- public const string UNEQUAL_LENGTHS = "UNEQUAL_LENGTHS";
- public const string UNEXPECTED_END = "UNEXPECTED_END";
- public const string UNKNOWN_RESULT = "UNKNOWN_RESULT";
- public const string WRONG_FACTORY = "WRONG_FACTORY";
- public ExceptionMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class ExtResponseFactory
- {
- public ExtResponseFactory() { }
- public static Novell.Directory.Ldap.LdapExtendedResponse convertToExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class IntermediateResponseFactory
- {
- public IntermediateResponseFactory() { }
- public static Novell.Directory.Ldap.LdapIntermediateResponse convertToIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class RDN
- {
- public RDN() { }
- public RDN(string rdn) { }
- public virtual bool Multivalued { get { throw null; } }
- protected internal virtual string RawValue { get { throw null; } }
- public virtual string Type { get { throw null; } }
- public virtual string[] Types { get { throw null; } }
- public virtual string Value { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- public virtual void add(string attrType, string attrValue, string rawValue) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool equals(Novell.Directory.Ldap.Utilclass.RDN rdn) { throw null; }
- public virtual string[] explodeRDN(bool noTypes) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(bool noTypes) { throw null; }
- }
- public partial class ReferralInfo
- {
- public ReferralInfo(Novell.Directory.Ldap.LdapConnection lc, string[] refList, Novell.Directory.Ldap.LdapUrl refUrl) { }
- public virtual Novell.Directory.Ldap.LdapConnection ReferralConnection { get { throw null; } }
- public virtual string[] ReferralList { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapUrl ReferralUrl { get { throw null; } }
- }
- public partial class ResourcesHandler
- {
- internal ResourcesHandler() { }
- public static string getMessage(string messageOrKey, object[] arguments) { throw null; }
- public static string getMessage(string messageOrKey, object[] arguments, System.Globalization.CultureInfo locale) { throw null; }
- public static string getResultString(int code) { throw null; }
- public static string getResultString(int code, System.Globalization.CultureInfo locale) { throw null; }
- }
- public partial class RespControlVector : System.Collections.ArrayList
- {
- public RespControlVector(int cap, int incr) { }
- public System.Type findResponseControl(string searchOID) { throw null; }
- public void registerResponseControl(string oid, System.Type controlClass) { }
- }
- public partial class RespExtensionSet : SupportClass.AbstractSetSupport
- {
- public RespExtensionSet() { }
- public override int Count { get { throw null; } }
- public System.Type findResponseExtension(string searchOID) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public void registerResponseExtension(string oid, System.Type extClass) { }
- }
- public partial class ResultCodeMessages : System.Resources.ResourceManager
- {
- public ResultCodeMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class SchemaParser
- {
- public SchemaParser(string aString) { }
- public virtual string[] Applies { get { throw null; } }
- public virtual string[] Auxiliary { get { throw null; } }
- public virtual bool Collective { get { throw null; } }
- public virtual string Description { get { throw null; } }
- public virtual string Equality { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string NameForm { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual string ObjectClass { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual string[] Optional { get { throw null; } }
- public virtual string Ordering { get { throw null; } }
- public virtual string[] Precluded { get { throw null; } }
- public virtual System.Collections.IEnumerator Qualifiers { get { throw null; } }
- public virtual string RawString { get { throw null; } set { } }
- public virtual string[] Required { get { throw null; } }
- public virtual bool Single { get { throw null; } }
- public virtual string Substring { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual string Syntax { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserMod { get { throw null; } }
- }
- public partial class SchemaTokenCreator
- {
- public int lastttype;
- public double NumberValue;
- public string StringValue;
- public SchemaTokenCreator(System.IO.Stream instream) { }
- public SchemaTokenCreator(System.IO.StreamReader r) { }
- public SchemaTokenCreator(System.IO.StringReader r) { }
- public int CurrentLine { get { throw null; } }
- public void CommentCharacter(int ch) { }
- public void InitTable() { }
- public int nextToken() { throw null; }
- public void OrdinaryCharacter(int ch) { }
- public void OrdinaryCharacters(int min, int max) { }
- public void parseNumbers() { }
- public void pushBack() { }
- public void QuoteCharacter(int ch) { }
- public string ToStringValue() { throw null; }
- public void WhitespaceCharacters(int min, int max) { }
- public void WordCharacters(int min, int max) { }
- }
- [System.SerializableAttribute]
- public enum TokenTypes
- {
- EOF = -1,
- EOL = 10,
- NUMBER = -2,
- REAL = -4,
- STRING = -5,
- WORD = -3,
- }
-}
diff --git a/src/v4.5.2/PEAPI.cs b/src/v4.5.2/PEAPI.cs
deleted file mode 100644
index 4cacced..0000000
--- a/src/v4.5.2/PEAPI.cs
+++ /dev/null
@@ -1,1224 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace PEAPI
-{
- public partial class AddressConstant : PEAPI.DataConstant
- {
- public AddressConstant(PEAPI.DataConstant dConst) { }
- }
- public abstract partial class Array : PEAPI.Type
- {
- internal Array() { }
- protected string cname;
- protected string cnameSpace;
- protected PEAPI.Type elemType;
- protected PEAPI.MetaData metaData;
- }
- public partial class ArrayConstant : PEAPI.DataConstant
- {
- public ArrayConstant(PEAPI.DataConstant[] dVals) { }
- public System.Nullable<int> ExplicitSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public enum AssemAttr
- {
- DisableJITCompileOptimizer = 16384,
- EnableJITCompileTracking = 32768,
- Retargetable = 256,
- }
- public partial class Assembly : PEAPI.ResolutionScope
- {
- internal Assembly() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public void AddAssemblyInfo(int majVer, int minVer, int bldNo, int revNo, byte[] key, uint hash, string cult) { }
- }
- public partial class AssemblyRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal AssemblyRef() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public virtual PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public void AddCulture(string cult) { }
- public void AddHash(byte[] hash) { }
- public void AddKey(byte[] key) { }
- public void AddKeyToken(byte[] key) { }
- public virtual PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public void AddVersionInfo(int majVer, int minVer, int bldNo, int revNo) { }
- }
- public abstract partial class BaseDeclSecurity : PEAPI.MetaDataElement
- {
- internal BaseDeclSecurity() { }
- }
- public partial class BoolConst : PEAPI.DataConstant
- {
- public BoolConst(bool val) { }
- }
- public partial class BoundArray : PEAPI.Array
- {
- public BoundArray(PEAPI.Type elementType, uint dimensions) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] size) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] loBounds, int[] sizes) { }
- }
- public enum BranchOp
- {
- beq = 59,
- beq_s = 46,
- bge = 60,
- bge_s = 47,
- bge_un = 65,
- bge_un_s = 52,
- bgt = 61,
- bgt_s = 48,
- bgt_un = 66,
- bgt_un_s = 53,
- ble = 62,
- ble_s = 49,
- ble_un = 67,
- ble_un_s = 54,
- blt = 63,
- blt_s = 50,
- blt_un = 68,
- blt_un_s = 55,
- bne_un = 64,
- bne_un_s = 51,
- br = 56,
- brfalse = 57,
- brfalse_s = 44,
- brtrue = 58,
- brtrue_s = 45,
- br_s = 43,
- leave = 221,
- leave_s = 222,
- }
- public partial class ByteArrConst : PEAPI.DataConstant
- {
- public ByteArrConst(byte[] val) { }
- public PEAPI.Type Type { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum CallConv
- {
- Cdecl = 1,
- Default = 0,
- Fastcall = 4,
- Generic = 16,
- Instance = 32,
- InstanceExplicit = 96,
- Stdcall = 2,
- Thiscall = 3,
- Vararg = 5,
- }
- public partial class CalliSig : PEAPI.Signature
- {
- public CalliSig(PEAPI.CallConv cconv, PEAPI.Type retType, PEAPI.Type[] pars) { }
- public void AddCallingConv(PEAPI.CallConv cconv) { }
- public void AddVarArgs(PEAPI.Type[] optPars) { }
- }
- public partial class Catch : PEAPI.HandlerBlock
- {
- public Catch(PEAPI.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public Catch(PEAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class CharConst : PEAPI.Constant
- {
- public CharConst(char val) { }
- }
- public partial class CILInstructions
- {
- internal CILInstructions() { }
- public uint Offset { get { throw null; } }
- public void AddTryBlock(PEAPI.TryBlock tryBlock) { }
- public void Branch(PEAPI.BranchOp inst, PEAPI.CILLabel lab) { }
- public void calli(PEAPI.CalliSig sig) { }
- public void CodeLabel(PEAPI.CILLabel lab) { }
- public void emitbyte(byte bVal) { }
- public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { }
- public void EndFaultBlock(PEAPI.TryBlock tryBlock) { }
- public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { }
- public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { }
- public PEAPI.TryBlock EndTryBlock() { throw null; }
- public void FieldInst(PEAPI.FieldOp inst, PEAPI.Field f) { }
- public void Inst(PEAPI.Op inst) { }
- public void IntInst(PEAPI.IntOp inst, int val) { }
- public void ldc_i8(long cVal) { }
- public void ldc_r4(float cVal) { }
- public void ldc_r8(double cVal) { }
- public void ldstr(byte[] str) { }
- public void ldstr(string str) { }
- public void LoadArg(int argNo) { }
- public void LoadArgAdr(int argNo) { }
- public void LoadLocal(int locNo) { }
- public void LoadLocalAdr(int locNo) { }
- public void MethInst(PEAPI.MethodOp inst, PEAPI.Method m) { }
- public PEAPI.CILLabel NewCodedLabel() { throw null; }
- public PEAPI.CILLabel NewLabel() { throw null; }
- public void PushFalse() { }
- public void PushInt(int i) { }
- public void PushLong(long l) { }
- public void PushTrue() { }
- public void StartBlock() { }
- public void StoreArg(int argNo) { }
- public void StoreLocal(int locNo) { }
- public void Switch(PEAPI.CILLabel[] labs) { }
- public void TypeInst(PEAPI.TypeOp inst, PEAPI.Type aType) { }
- }
- public partial class CILLabel
- {
- public CILLabel(uint offset) { }
- public CILLabel(uint offset, bool absolute) { }
- }
- public abstract partial class Class : PEAPI.Type
- {
- internal Class() { }
- public string name;
- protected uint nameIx;
- public string nameSpace;
- protected uint nameSpaceIx;
- protected int row;
- protected PEAPI.MetaData _metaData;
- }
- public partial class ClassDef : PEAPI.Class
- {
- internal ClassDef() { }
- public void AddAttribute(PEAPI.TypeAttr ta) { }
- public PEAPI.Event AddEvent(string name, PEAPI.Type eType) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr fAtts, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplementedInterface(PEAPI.Class iFace) { }
- public void AddLayoutInfo(int packSize, int classSize) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public void AddMethodOverride(PEAPI.Method decl, PEAPI.Method body) { }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class sType) { throw null; }
- public PEAPI.Property AddProperty(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public void AddSecurity(byte[] permissionSet) { }
- public static bool IsEnum(PEAPI.Class type) { throw null; }
- public static bool IsEnum(string nsName, string name) { throw null; }
- public static bool IsValueType(PEAPI.Class type) { throw null; }
- public static bool IsValueType(string nsName, string name) { throw null; }
- public void SetFieldOrder(System.Collections.ArrayList fields) { }
- public void SpecialNoSuper() { }
- }
- public partial class ClassRef : PEAPI.Class, PEAPI.IExternRef, PEAPI.IResolutionScope
- {
- internal ClassRef() { }
- protected PEAPI.MetaData metaData;
- protected PEAPI.IResolutionScope parent;
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- }
- public partial class ClassRefInst : PEAPI.Type
- {
- public ClassRefInst(PEAPI.Type type, bool is_value) { }
- }
- public partial class ClassType : PEAPI.Constant
- {
- public ClassType(PEAPI.Class classDesc) { }
- public ClassType(string className) { }
- }
- public abstract partial class CodeBlock
- {
- protected PEAPI.CILLabel end;
- protected bool small;
- protected PEAPI.CILLabel start;
- public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { }
- }
- public abstract partial class Constant
- {
- internal Constant() { }
- protected bool addedToBlobHeap;
- protected uint blobIndex;
- protected uint size;
- protected PEAPI.Type type;
- }
- public enum CorFlags
- {
- CF_32_BITREQUIRED = 2,
- CF_IL_ONLY = 1,
- CF_STRONGNAMESIGNED = 8,
- CF_TRACKDEBUGDATA = 65536,
- }
- public partial class CustomAttribute : PEAPI.MetaDataElement
- {
- internal CustomAttribute() { }
- public void AddFieldOrProp(string name, PEAPI.Constant val) { }
- }
- public partial class CustomMarshaller : PEAPI.NativeType
- {
- public CustomMarshaller(string marshallerName, string optCookie) { }
- public CustomMarshaller(string typeNameOrGUID, string marshallerName, string optCookie) { }
- }
- public partial class CustomModifiedType : PEAPI.Type
- {
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.Class cmodType) { }
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.PrimitiveTypeRef cmodType) { }
- }
- public enum CustomModifier
- {
- modopt = 32,
- modreq = 31,
- }
- public abstract partial class DataConstant : PEAPI.Constant
- {
- internal DataConstant() { }
- public uint DataOffset { get { throw null; } set { } }
- }
- public enum DataSegment
- {
- CIL = 2,
- Data = 0,
- TLS = 1,
- }
- public partial class DeclSecurity : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity() { }
- }
- public partial class DeclSecurity_20 : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity_20() { }
- }
- public partial class DoubleConst : PEAPI.DataConstant
- {
- public DoubleConst(double val) { }
- }
- public partial class Event : PEAPI.Feature
- {
- internal Event() { }
- public void AddAddon(PEAPI.MethodDef addon) { }
- public void AddFire(PEAPI.MethodDef fire) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddRemoveOn(PEAPI.MethodDef removeOn) { }
- }
- public partial class ExternClassRef : PEAPI.ClassRef
- {
- internal ExternClassRef() { }
- public PEAPI.ClassRef AddNestedClass(PEAPI.TypeAttr attrs, string name) { throw null; }
- }
- public partial class Fault : PEAPI.HandlerBlock
- {
- public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Feature : PEAPI.MetaDataElement
- {
- internal Feature() { }
- protected ushort flags;
- protected PEAPI.MethodSemantics[] methods;
- protected string name;
- protected uint nameIx;
- protected PEAPI.ClassDef parent;
- protected int tide;
- public void SetRTSpecialName() { }
- public void SetSpecialName() { }
- }
- public abstract partial class Field : PEAPI.Member
- {
- internal Field() { }
- protected static readonly byte FieldSig;
- protected PEAPI.Type type;
- }
- public enum FieldAttr
- {
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- HasFieldMarshal = 4096,
- Initonly = 32,
- Literal = 64,
- Notserialized = 128,
- Private = 1,
- Public = 6,
- PublicStatic = 22,
- RTSpecialName = 1024,
- SpecialName = 512,
- Static = 16,
- }
- public partial class FieldDef : PEAPI.Field
- {
- internal FieldDef() { }
- public void AddDataValue(PEAPI.DataConstant val) { }
- public void AddFieldAttr(PEAPI.FieldAttr fa) { }
- public void AddValue(PEAPI.Constant val) { }
- public void SetMarshalInfo(PEAPI.NativeType marshallType) { }
- public void SetOffset(uint offs) { }
- }
- public partial class FieldLayout : PEAPI.MetaDataElement
- {
- internal FieldLayout() { }
- }
- public partial class FieldMarshal : PEAPI.MetaDataElement
- {
- internal FieldMarshal() { }
- }
- public enum FieldOp
- {
- ldfld = 123,
- ldflda = 124,
- ldsfld = 126,
- ldsflda = 127,
- ldtoken = 208,
- stfld = 125,
- stsfld = 128,
- }
- public partial class FieldRef : PEAPI.Field
- {
- internal FieldRef() { }
- }
- public partial class FieldRVA : PEAPI.MetaDataElement
- {
- internal FieldRVA() { }
- }
- public partial class FileRef : PEAPI.MetaDataElement
- {
- internal FileRef() { }
- protected string name;
- }
- public partial class Filter : PEAPI.HandlerBlock
- {
- public Filter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Finally : PEAPI.HandlerBlock
- {
- public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class FixedArray : PEAPI.NativeType
- {
- public FixedArray(int numElems) { }
- }
- public partial class FixedSysString : PEAPI.NativeType
- {
- public FixedSysString(uint size) { }
- }
- public partial class FloatConst : PEAPI.DataConstant
- {
- public FloatConst(float val) { }
- }
- public partial class GenericMethodSig
- {
- public GenericMethodSig(PEAPI.Type[] gen_param) { }
- }
- [System.FlagsAttribute]
- public enum GenericParamAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstrait = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public partial class GenericParameter : PEAPI.MetaDataElement
- {
- internal GenericParameter() { }
- public string name;
- public void AddConstraint(PEAPI.Type constraint) { }
- }
- public partial class GenericTypeInst : PEAPI.Class
- {
- public GenericTypeInst(PEAPI.Type gen_type, PEAPI.Type[] gen_param) { }
- }
- public partial class GenParam : PEAPI.Class
- {
- public GenParam(int index, string name, PEAPI.GenParamType ptype) { }
- public int Index { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public PEAPI.GenParamType Type { get { throw null; } }
- }
- public enum GenParamType : byte
- {
- MVar = (byte)30,
- Var = (byte)19,
- }
- public abstract partial class HandlerBlock : PEAPI.CodeBlock
- {
- protected static readonly short ExceptionFlag;
- protected static readonly short FaultFlag;
- protected static readonly short FilterFlag;
- protected static readonly short FinallyFlag;
- public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public enum HashAlgorithm
- {
- None = 0,
- SHA1 = 1,
- }
- public partial class Hex
- {
- public Hex() { }
- public static string Byte(int b) { throw null; }
- public static string Int(int val) { throw null; }
- public static string Int(uint num) { throw null; }
- public static string Long(long lnum) { throw null; }
- public static string Short(int b) { throw null; }
- }
- public partial interface IExternRef
- {
- PEAPI.ClassRef AddClass(string nsName, string name);
- PEAPI.ClassRef AddValueClass(string nsName, string name);
- }
- public enum ImplAttr
- {
- ForwardRef = 16,
- IL = 0,
- InternalCall = 4096,
- Native = 1,
- NoInLining = 8,
- NoOptimization = 64,
- Optil = 2,
- PreserveSig = 128,
- Runtime = 3,
- Synchronised = 32,
- Synchronized = 32,
- Unmanaged = 4,
- }
- public partial class ImplMap : PEAPI.MetaDataElement
- {
- internal ImplMap() { }
- }
- public partial class IntConst : PEAPI.DataConstant
- {
- public IntConst(short val) { }
- public IntConst(int val) { }
- public IntConst(long val) { }
- public IntConst(sbyte val) { }
- }
- public partial class InterfaceImpl : PEAPI.MetaDataElement
- {
- internal InterfaceImpl() { }
- }
- public enum IntOp
- {
- ldarg = 65033,
- ldarga = 65034,
- ldarga_s = 15,
- ldarg_s = 14,
- ldc_i4 = 32,
- ldc_i4_s = 31,
- ldloc = 65036,
- ldloca = 65037,
- ldloca_s = 18,
- ldloc_s = 17,
- starg = 65035,
- starg_s = 16,
- stloc = 65038,
- stloc_s = 19,
- unaligned = 65042,
- }
- public partial interface IResolutionScope
- {
- }
- public partial class Local
- {
- public Local(string lName, PEAPI.Type lType) { }
- public Local(string lName, PEAPI.Type lType, bool byRef, bool isPinned) { }
- }
- public partial class LocalSig : PEAPI.Signature
- {
- public LocalSig(PEAPI.Local[] locals) { }
- }
- public partial class ManagedPointer : PEAPI.PtrType
- {
- public ManagedPointer(PEAPI.Type baseType) { }
- }
- public partial class ManifestResource : PEAPI.MetaDataElement
- {
- public static readonly uint PrivateResource;
- public static readonly uint PublicResource;
- public ManifestResource(string name, byte[] resBytes, uint flags) { }
- public ManifestResource(string name, uint flags, PEAPI.AssemblyRef assemRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef, uint fileIx) { }
- public string Name { get { throw null; } set { } }
- }
- public partial class MapElem : PEAPI.MetaDataElement
- {
- internal MapElem() { }
- }
- public enum MDTable
- {
- Assembly = 32,
- AssemblyOS = 34,
- AssemblyProcessor = 33,
- AssemblyRef = 35,
- AssemblyRefOS = 37,
- AssemblyRefProcessor = 36,
- ClassLayout = 15,
- Constant = 11,
- CustomAttribute = 12,
- DeclSecurity = 14,
- Event = 20,
- EventMap = 18,
- ExportedType = 39,
- Field = 4,
- FieldLayout = 16,
- FieldMarshal = 13,
- FieldRVA = 29,
- File = 38,
- GenericParam = 42,
- GenericParamConstraint = 44,
- ImplMap = 28,
- InterfaceImpl = 9,
- ManifestResource = 40,
- MemberRef = 10,
- Method = 6,
- MethodImpl = 25,
- MethodSemantics = 24,
- MethodSpec = 43,
- Module = 0,
- ModuleRef = 26,
- NestedClass = 41,
- Param = 8,
- Property = 23,
- PropertyMap = 21,
- StandAloneSig = 17,
- TypeDef = 2,
- TypeRef = 1,
- TypeSpec = 27,
- }
- public abstract partial class Member : PEAPI.MetaDataElement
- {
- internal Member() { }
- protected string name;
- protected uint nameIx;
- protected uint sigIx;
- }
- public partial class MetaData
- {
- internal MetaData() { }
- public PEAPI.MSCorLib mscorlib;
- }
- public abstract partial class MetaDataElement : System.IComparable
- {
- internal MetaDataElement() { }
- protected System.Collections.ArrayList customAttributes;
- protected bool done;
- protected bool sortTable;
- protected PEAPI.MDTable tabIx;
- public bool HasCustomAttr { get { throw null; } set { } }
- public uint Row { get { throw null; } set { } }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, PEAPI.Constant[] cVals) { }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, byte[] val) { }
- public int CompareTo(object obj) { throw null; }
- }
- public enum MethAttr
- {
- Abstract = 1024,
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- Final = 32,
- HasSecurity = 16384,
- HideBySig = 128,
- NewSlot = 256,
- Private = 1,
- PrivateVirtual = 65,
- Public = 6,
- PublicStatic = 22,
- PublicStaticFinal = 54,
- PublicVirtual = 70,
- RequireSecObject = 32768,
- RTSpecialName = 4096,
- SpecialName = 2048,
- SpecialRTSpecialName = 6144,
- Static = 16,
- Strict = 512,
- Virtual = 64,
- }
- public abstract partial class Method : PEAPI.Member
- {
- internal Method() { }
- public abstract void AddCallConv(PEAPI.CallConv cconv);
- }
- public partial class MethodDef : PEAPI.Method
- {
- internal MethodDef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplAttribute(PEAPI.ImplAttr ia) { }
- public void AddLocals(PEAPI.Local[] locals, bool initLocals) { }
- public void AddMethAttribute(PEAPI.MethAttr ma) { }
- public void AddPInvokeInfo(PEAPI.ModuleRef scope, string methName, PEAPI.PInvokeAttr callAttr) { }
- public void AddRetTypeMarshallInfo(PEAPI.NativeType marshallType) { }
- public PEAPI.CILInstructions CreateCodeBuffer() { throw null; }
- public void DeclareEntryPoint() { }
- public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; }
- public void SetMaxStack(int maxStack) { }
- }
- public partial class MethodImpl : PEAPI.MetaDataElement
- {
- internal MethodImpl() { }
- }
- public enum MethodOp
- {
- call = 40,
- callvirt = 111,
- jmp = 39,
- ldftn = 65030,
- ldtoken = 208,
- ldvirtfn = 65031,
- newobj = 115,
- }
- public partial class MethodRef : PEAPI.Method
- {
- internal MethodRef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- }
- public partial class MethodSemantics : PEAPI.MetaDataElement
- {
- internal MethodSemantics() { }
- }
- public partial class MethPtrType : PEAPI.Type
- {
- public MethPtrType(PEAPI.CallConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { }
- }
- public partial class Module : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal Module() { }
- public System.Guid Guid { get { throw null; } }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class ModuleRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal ModuleRef() { }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ExternClassRef AddExternClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.FileRef declFile, bool isValueClass) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.FileRef MakeFile(byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- }
- public sealed partial class MSCorLib : PEAPI.AssemblyRef
- {
- internal MSCorLib() { }
- public override PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public override PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class NativeArray : PEAPI.NativeType
- {
- public NativeArray(PEAPI.NativeType elemType) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen, int elemMult) { }
- }
- public partial class NativeType
- {
- internal NativeType() { }
- public static readonly PEAPI.NativeType AnsiBStr;
- public static readonly PEAPI.NativeType AsAny;
- public static readonly PEAPI.NativeType Boolean;
- public static readonly PEAPI.NativeType BStr;
- public static readonly PEAPI.NativeType ByValStr;
- public static readonly PEAPI.NativeType Currency;
- public static readonly PEAPI.NativeType Error;
- public static readonly PEAPI.NativeType FixedSysString;
- public static readonly PEAPI.NativeType Float32;
- public static readonly PEAPI.NativeType Float64;
- public static readonly PEAPI.NativeType FuncPtr;
- public static readonly PEAPI.NativeType IDispatch;
- public static readonly PEAPI.NativeType Int;
- public static readonly PEAPI.NativeType Int16;
- public static readonly PEAPI.NativeType Int32;
- public static readonly PEAPI.NativeType Int64;
- public static readonly PEAPI.NativeType Int8;
- public static readonly PEAPI.NativeType Interface;
- public static readonly PEAPI.NativeType IUnknown;
- public static readonly PEAPI.NativeType LPStr;
- public static readonly PEAPI.NativeType LPStruct;
- public static readonly PEAPI.NativeType LPTStr;
- public static readonly PEAPI.NativeType LPWStr;
- public static readonly PEAPI.NativeType Struct;
- public static readonly PEAPI.NativeType TBstr;
- protected byte typeIndex;
- public static readonly PEAPI.NativeType UInt;
- public static readonly PEAPI.NativeType UInt16;
- public static readonly PEAPI.NativeType UInt32;
- public static readonly PEAPI.NativeType UInt64;
- public static readonly PEAPI.NativeType UInt8;
- public static readonly PEAPI.NativeType VariantBool;
- public static readonly PEAPI.NativeType Void;
- }
- public partial class NotYetImplementedException : System.Exception
- {
- public NotYetImplementedException(string msg) { }
- }
- public partial class NullConst : PEAPI.Constant
- {
- public NullConst() { }
- }
- public enum Op
- {
- add = 88,
- add_ovf = 214,
- add_ovf_un = 215,
- and = 95,
- arglist = 65024,
- breakOp = 1,
- ceq = 65025,
- cgt = 65026,
- cgt_un = 65027,
- ckfinite = 195,
- clt = 65028,
- clt_un = 65029,
- conf_ovf_u1_un = 134,
- conv_i = 211,
- conv_i1 = 103,
- conv_i2 = 104,
- conv_i4 = 105,
- conv_i8 = 106,
- conv_ovf_i = 212,
- conv_ovf_i1 = 179,
- conv_ovf_i1_un = 130,
- conv_ovf_i2 = 181,
- conv_ovf_i2_un = 131,
- conv_ovf_i4 = 183,
- conv_ovf_i4_un = 132,
- conv_ovf_i8 = 185,
- conv_ovf_i8_un = 133,
- conv_ovf_i_un = 138,
- conv_ovf_u = 213,
- conv_ovf_u1 = 180,
- conv_ovf_u2 = 182,
- conv_ovf_u2_un = 135,
- conv_ovf_u4 = 184,
- conv_ovf_u4_un = 136,
- conv_ovf_u8 = 186,
- conv_ovf_u8_un = 137,
- conv_ovf_u_un = 139,
- conv_r4 = 107,
- conv_r8 = 108,
- conv_r_un = 118,
- conv_u = 224,
- conv_u1 = 210,
- conv_u2 = 209,
- conv_u4 = 109,
- conv_u8 = 110,
- cpblk = 65047,
- div = 91,
- div_un = 92,
- dup = 37,
- endfilter = 65041,
- endfinally = 220,
- initblk = 65048,
- ldarg_0 = 2,
- ldarg_1 = 3,
- ldarg_2 = 4,
- ldarg_3 = 5,
- ldc_i4_0 = 22,
- ldc_i4_1 = 23,
- ldc_i4_2 = 24,
- ldc_i4_3 = 25,
- ldc_i4_4 = 26,
- ldc_i4_5 = 27,
- ldc_i4_6 = 28,
- ldc_i4_7 = 29,
- ldc_i4_8 = 30,
- ldc_i4_m1 = 21,
- ldelem_i = 151,
- ldelem_i1 = 144,
- ldelem_i2 = 146,
- ldelem_i4 = 148,
- ldelem_i8 = 150,
- ldelem_r4 = 152,
- ldelem_r8 = 153,
- ldelem_ref = 154,
- ldelem_u1 = 145,
- ldelem_u2 = 147,
- ldelem_u4 = 149,
- ldind_i = 77,
- ldind_i1 = 70,
- ldind_i2 = 72,
- ldind_i4 = 74,
- ldind_i8 = 76,
- ldind_r4 = 78,
- ldind_r8 = 79,
- ldind_ref = 80,
- ldind_u1 = 71,
- ldind_u2 = 73,
- ldind_u4 = 75,
- ldlen = 142,
- ldloc_0 = 6,
- ldloc_1 = 7,
- ldloc_2 = 8,
- ldloc_3 = 9,
- ldnull = 20,
- localloc = 65039,
- mul = 90,
- mul_ovf = 216,
- mul_ovf_un = 217,
- neg = 101,
- nop = 0,
- not = 102,
- or = 96,
- pop = 38,
- readonly_ = 65054,
- refanytype = 65053,
- rem = 93,
- rem_un = 94,
- ret = 42,
- rethrow = 65050,
- shl = 98,
- shr = 99,
- shr_un = 100,
- stelem_i = 155,
- stelem_i1 = 156,
- stelem_i2 = 157,
- stelem_i4 = 158,
- stelem_i8 = 159,
- stelem_r4 = 160,
- stelem_r8 = 161,
- stelem_ref = 162,
- stind_i = 223,
- stind_i1 = 82,
- stind_i2 = 83,
- stind_i4 = 84,
- stind_i8 = 85,
- stind_r4 = 86,
- stind_r8 = 87,
- stind_ref = 81,
- stloc_0 = 10,
- stloc_1 = 11,
- stloc_2 = 12,
- stloc_3 = 13,
- sub = 89,
- sub_ovf = 218,
- sub_ovf_un = 219,
- tail_ = 65044,
- throwOp = 122,
- volatile_ = 65043,
- xor = 97,
- }
- public partial class Param : PEAPI.MetaDataElement
- {
- public Param(PEAPI.ParamAttr mode, string parName, PEAPI.Type parType) { }
- public bool HasMarshalInfo { get { throw null; } }
- public void AddDefaultValue(PEAPI.Constant cVal) { }
- public void AddMarshallInfo(PEAPI.NativeType marshallType) { }
- }
- public enum ParamAttr
- {
- Default = 0,
- HasDefault = 4096,
- HasFieldMarshal = 8192,
- In = 1,
- Opt = 16,
- Out = 2,
- }
- public partial class PEFile
- {
- public PEFile(string name, bool isDLL, bool hasAssembly) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, System.IO.Stream outStream) { }
- public PEAPI.ClassDef ModuleClass { get { throw null; } }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class superType) { throw null; }
- public void AddCustomAttribute(PEAPI.Method meth, PEAPI.Constant constant, PEAPI.MetaDataElement element) { }
- public void AddCustomAttribute(PEAPI.Method meth, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, PEAPI.PermissionSet ps, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddExternalManagedResource(PEAPI.ManifestResource mr) { }
- public void AddExternalManagedResource(string resName, PEAPI.AssemblyRef assem, uint flags) { }
- public PEAPI.AssemblyRef AddExternAssembly(string assemName) { throw null; }
- public PEAPI.ClassRef AddExternClass(string ns, string name, PEAPI.TypeAttr attrs, PEAPI.MetaDataElement declRef) { throw null; }
- public PEAPI.ModuleRef AddExternModule(string name) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr attrSet, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldRef AddFieldToTypeSpec(PEAPI.Type item, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FileRef AddFile(string fName, byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- public void AddGenericClass(PEAPI.GenericTypeInst gti) { }
- public void AddGenericParam(PEAPI.GenParam param) { }
- public void AddManifestResource(PEAPI.ManifestResource mr) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.Method AddMethodSpec(PEAPI.Method m, PEAPI.GenericMethodSig g_sig) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.PrimitiveTypeRef AddPrimitiveType(PEAPI.PrimitiveType type) { throw null; }
- public PEAPI.ClassDef AddValueClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.ValueClass vClass) { throw null; }
- public PEAPI.MethodRef AddVarArgMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.ManifestResource GetResource(string name) { throw null; }
- public PEAPI.ManifestResource[] GetResources() { throw null; }
- public PEAPI.Assembly GetThisAssembly() { throw null; }
- public PEAPI.Module GetThisModule() { throw null; }
- public void SetCorFlags(int flags) { }
- public void SetStackReserve(long stackReserve) { }
- public void SetSubSystem(PEAPI.SubSystem subS) { }
- public void WritePEFile() { }
- }
- public partial class PEFileException : System.Exception
- {
- public PEFileException(string msg) { }
- }
- public partial class Permission
- {
- public Permission(PEAPI.Type type, string name) { }
- public void AddMember(PEAPI.PermissionMember member) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionMember
- {
- public PermissionMember(System.Reflection.MemberTypes member_type, PEAPI.Type type, string name, object value) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionSet
- {
- public PermissionSet(PEAPI.SecurityAction sec_action) { }
- public void AddPermission(PEAPI.Permission perm) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public enum PInvokeAttr
- {
- ansi = 2,
- autochar = 6,
- bestfit_mask = 48,
- bestfit_off = 32,
- bestfit_on = 16,
- cdecl = 512,
- charmaperror_off = 8192,
- charmaperror_on = 4096,
- fastcall = 1280,
- lasterr = 64,
- nomangle = 1,
- stdcall = 768,
- thiscall = 1024,
- unicode = 4,
- winapi = 256,
- }
- public partial class PrimitiveType : PEAPI.Type
- {
- internal PrimitiveType() { }
- public static readonly PEAPI.PrimitiveType Boolean;
- public static readonly PEAPI.PrimitiveType Char;
- public static readonly PEAPI.PrimitiveType Float32;
- public static readonly PEAPI.PrimitiveType Float64;
- public static readonly PEAPI.PrimitiveType Int16;
- public static readonly PEAPI.PrimitiveType Int32;
- public static readonly PEAPI.PrimitiveType Int64;
- public static readonly PEAPI.PrimitiveType Int8;
- public static readonly PEAPI.PrimitiveType IntPtr;
- public static readonly PEAPI.PrimitiveType NativeInt;
- public static readonly PEAPI.PrimitiveType NativeUInt;
- public static int NumSystemTypes;
- public static readonly PEAPI.PrimitiveType Object;
- public static readonly PEAPI.PrimitiveType String;
- public static readonly PEAPI.PrimitiveType TypedRef;
- public static readonly PEAPI.PrimitiveType UInt16;
- public static readonly PEAPI.PrimitiveType UInt32;
- public static readonly PEAPI.PrimitiveType UInt64;
- public static readonly PEAPI.PrimitiveType UInt8;
- public static readonly PEAPI.PrimitiveType UIntPtr;
- public static readonly PEAPI.PrimitiveType Void;
- }
- public partial class PrimitiveTypeRef : PEAPI.Type
- {
- internal PrimitiveTypeRef() { }
- }
- public partial class Property : PEAPI.Feature
- {
- internal Property() { }
- public void AddGetter(PEAPI.MethodDef getter) { }
- public void AddInitValue(PEAPI.Constant constVal) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddSetter(PEAPI.MethodDef setter) { }
- public void SetInstance(bool isInstance) { }
- }
- public abstract partial class PtrType : PEAPI.Type
- {
- internal PtrType() { }
- }
- public partial class RepeatedConstant : PEAPI.DataConstant
- {
- public RepeatedConstant(PEAPI.DataConstant dConst, int repeatCount) { }
- }
- public abstract partial class ResolutionScope : PEAPI.MetaDataElement, PEAPI.IResolutionScope
- {
- internal ResolutionScope() { }
- protected PEAPI.MetaData metaData;
- protected string name;
- protected uint nameIx;
- }
- public partial class SafeArray : PEAPI.NativeType
- {
- public SafeArray() { }
- public SafeArray(PEAPI.SafeArrayType elemType) { }
- }
- public enum SafeArrayType
- {
- boolean = 11,
- bstr = 8,
- currency = 6,
- date = 7,
- Decimal = 14,
- dispatch = 9,
- error = 10,
- float32 = 4,
- float64 = 5,
- Int = 22,
- int16 = 2,
- int32 = 3,
- int8 = 16,
- UInt = 23,
- uint16 = 18,
- uint32 = 19,
- uint8 = 17,
- unknown = 13,
- variant = 12,
- }
- public enum SecurityAction : short
- {
- Assert = (short)3,
- Demand = (short)2,
- DemandChoice = (short)18,
- Deny = (short)4,
- InheritDemand = (short)7,
- InheritDemandChoice = (short)17,
- LinkDemand = (short)6,
- LinkDemandChoice = (short)16,
- NonCasDemand = (short)13,
- NonCasInheritance = (short)15,
- NonCasLinkDemand = (short)14,
- PermitOnly = (short)5,
- PreJitDeny = (short)12,
- PreJitGrant = (short)11,
- Request = (short)1,
- RequestMinimum = (short)8,
- RequestOptional = (short)9,
- RequestRefuse = (short)10,
- }
- public partial class Sentinel : PEAPI.Type
- {
- public Sentinel() { }
- }
- public abstract partial class Signature : PEAPI.MetaDataElement
- {
- internal Signature() { }
- protected uint sigIx;
- }
- public partial class StringConst : PEAPI.DataConstant
- {
- public StringConst(string val) { }
- }
- public enum SubSystem
- {
- Native = 1,
- Native_Windows = 8,
- OS2_CUI = 5,
- POSIX_CUI = 7,
- Windows_CE_GUI = 9,
- Windows_CUI = 3,
- Windows_GUI = 2,
- }
- public partial class TryBlock : PEAPI.CodeBlock
- {
- protected bool fatFormat;
- protected int flags;
- public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public void AddHandler(PEAPI.HandlerBlock handler) { }
- }
- public abstract partial class Type : PEAPI.MetaDataElement
- {
- internal Type() { }
- protected byte typeIndex;
- protected PEAPI.TypeSpec typeSpec;
- }
- [System.FlagsAttribute]
- public enum TypeAttr
- {
- Abstract = 128,
- AutoClass = 131072,
- BeforeFieldInit = 1048576,
- ExplicitLayout = 16,
- Forwarder = 2097152,
- HasSecurity = 262144,
- Import = 4096,
- Interface = 32,
- NestedAssembly = 5,
- NestedFamAndAssem = 6,
- NestedFamily = 4,
- NestedFamOrAssem = 7,
- NestedPrivate = 3,
- NestedPublic = 2,
- Private = 0,
- Public = 1,
- PublicAbstract = 129,
- PublicSealed = 257,
- RTSpecialName = 2048,
- Sealed = 256,
- SequentialLayout = 8,
- Serializable = 8192,
- SpecialName = 1024,
- UnicodeClass = 65536,
- VisibilityMask = 7,
- }
- public enum TypeOp
- {
- box = 140,
- castclass = 116,
- constrained = 65046,
- cpobj = 112,
- initobj = 65045,
- isinst = 117,
- ldelem = 163,
- ldelema = 143,
- ldobj = 113,
- ldtoken = 208,
- mkrefany = 198,
- newarr = 141,
- refanyval = 194,
- sizeOf = 65052,
- stelem = 164,
- stobj = 129,
- unbox = 121,
- unbox_any = 165,
- }
- public partial class TypeSignatureException : System.Exception
- {
- public TypeSignatureException(string msg) { }
- }
- public partial class TypeSpec : PEAPI.MetaDataElement
- {
- internal TypeSpec() { }
- }
- public partial class UIntConst : PEAPI.DataConstant
- {
- public UIntConst(byte val) { }
- public UIntConst(ushort val) { }
- public UIntConst(uint val) { }
- public UIntConst(ulong val) { }
- }
- public partial class UnmanagedPointer : PEAPI.PtrType
- {
- public UnmanagedPointer(PEAPI.Type baseType) { }
- }
- public enum ValueClass
- {
- Enum = 1,
- ValueType = 0,
- }
- public partial class ZeroBasedArray : PEAPI.Array
- {
- public ZeroBasedArray(PEAPI.Type elementType) { }
- }
-}
diff --git a/src/v4.5.2/RabbitMQ.Client.cs b/src/v4.5.2/RabbitMQ.Client.cs
deleted file mode 100644
index 6042df6..0000000
--- a/src/v4.5.2/RabbitMQ.Client.cs
+++ /dev/null
@@ -1,9412 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace RabbitMQ.Client
-{
- public partial class AmqpTcpEndpoint
- {
- public const int UseDefaultPort = -1;
- public AmqpTcpEndpoint() { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(string hostName) { }
- public AmqpTcpEndpoint(string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(System.Uri uri) { }
- public string HostName { get { throw null; } set { } }
- public int Port { get { throw null; } set { } }
- public RabbitMQ.Client.IProtocol Protocol { get { throw null; } set { } }
- public RabbitMQ.Client.SslOption Ssl { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint Parse(RabbitMQ.Client.IProtocol protocol, string address) { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint[] ParseMultiple(RabbitMQ.Client.IProtocol protocol, string addresses) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AmqpTimestamp
- {
- public AmqpTimestamp(long unixTime) { throw null;}
- public long UnixTime { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class AmqpVersion
- {
- public AmqpVersion(int major, int minor) { }
- public int Major { get { throw null; } }
- public int Minor { get { throw null; } }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class BasicGetResult
- {
- public BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } }
- public byte[] Body { get { throw null; } }
- public ulong DeliveryTag { get { throw null; } }
- public string Exchange { get { throw null; } }
- public uint MessageCount { get { throw null; } }
- public bool Redelivered { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- }
- public partial class BinaryTableValue
- {
- public BinaryTableValue() { }
- public BinaryTableValue(byte[] bytes) { }
- public byte[] Bytes { get { throw null; } set { } }
- }
- public partial class ConnectionFactory
- {
- public System.Collections.IDictionary ClientProperties;
- public const ushort DefaultChannelMax = (ushort)0;
- public const uint DefaultFrameMax = (uint)0;
- public const ushort DefaultHeartbeat = (ushort)0;
- public const string DefaultPass = "guest";
- public const string DefaultUser = "guest";
- public const string DefaultVHost = "/";
- public string HostName;
- public string Password;
- public int Port;
- public RabbitMQ.Client.IProtocol Protocol;
- public ushort RequestedChannelMax;
- public uint RequestedFrameMax;
- public ushort RequestedHeartbeat;
- public RabbitMQ.Client.SslOption Ssl;
- public string UserName;
- public string VirtualHost;
- public ConnectionFactory() { }
- public string Address { get { throw null; } set { } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } set { } }
- public virtual RabbitMQ.Client.IConnection CreateConnection() { throw null; }
- public virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects) { throw null; }
- protected virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, params RabbitMQ.Client.AmqpTcpEndpoint[] endpoints) { throw null; }
- protected virtual RabbitMQ.Client.IConnection FollowRedirectChain(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, ref RabbitMQ.Client.AmqpTcpEndpoint[] mostRecentKnownHosts, RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- }
- public partial class DefaultBasicConsumer : RabbitMQ.Client.IBasicConsumer
- {
- public DefaultBasicConsumer() { }
- public DefaultBasicConsumer(RabbitMQ.Client.IModel model) { }
- public string ConsumerTag { get { throw null; } set { } }
- public bool IsRunning { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- public virtual void HandleBasicCancelOk(string consumerTag) { }
- public virtual void HandleBasicConsumeOk(string consumerTag) { }
- public virtual void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnCancel() { }
- }
- public partial class ExchangeType
- {
- internal ExchangeType() { }
- public const string Direct = "direct";
- public const string Fanout = "fanout";
- public const string Topic = "topic";
- public static System.Collections.ICollection All() { throw null; }
- }
- public partial interface IBasicConsumer
- {
- RabbitMQ.Client.IModel Model { get; }
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body);
- void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface IBasicProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string AppId { get; set; }
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string CorrelationId { get; set; }
- byte DeliveryMode { get; set; }
- string Expiration { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.PublicationAddress ReplyToAddress { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- string Type { get; set; }
- string UserId { get; set; }
- void ClearAppId();
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearCorrelationId();
- void ClearDeliveryMode();
- void ClearExpiration();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- void ClearType();
- void ClearUserId();
- bool IsAppIdPresent();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsCorrelationIdPresent();
- bool IsDeliveryModePresent();
- bool IsExpirationPresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- bool IsTypePresent();
- bool IsUserIdPresent();
- void SetPersistent(bool persistent);
- }
- public partial interface IConnection : System.IDisposable
- {
- bool AutoClose { get; set; }
- ushort ChannelMax { get; }
- System.Collections.IDictionary ClientProperties { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- bool IsOpen { get; }
- RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get; }
- RabbitMQ.Client.IProtocol Protocol { get; }
- System.Collections.IDictionary ServerProperties { get; }
- System.Collections.IList ShutdownReport { get; }
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown;
- void Abort();
- void Abort(int timeout);
- void Abort(ushort reasonCode, string reasonText);
- void Abort(ushort reasonCode, string reasonText, int timeout);
- void Close();
- void Close(int timeout);
- void Close(ushort reasonCode, string reasonText);
- void Close(ushort reasonCode, string reasonText, int timeout);
- RabbitMQ.Client.IModel CreateModel();
- }
- public partial interface IContentHeader : System.ICloneable
- {
- int ProtocolClassId { get; }
- string ProtocolClassName { get; }
- }
- public partial interface IFileProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string Filename { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearFilename();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsFilenamePresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- }
- public partial interface IMethod
- {
- int ProtocolClassId { get; }
- int ProtocolMethodId { get; }
- string ProtocolMethodName { get; }
- }
- public partial interface IModel : System.IDisposable
- {
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn;
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown;
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort(ushort replyCode, string replyText);
- void BasicAck(ulong deliveryTag, bool multiple);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicCancel(string consumerTag);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- void BasicRecover(bool requeue);
- void BasicReject(ulong deliveryTag, bool requeue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "active")]void ChannelFlow(bool active);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close(ushort replyCode, string replyText);
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("basic")]
- RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("file")]
- RabbitMQ.Client.IFileProperties CreateFileProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("stream")]
- RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- void DtxSelect();
- void DtxStart(string dtxIdentifier);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type, bool durable);
- void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- void ExchangeDelete(string exchange, bool ifUnused, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait);
- void QueueBind(string queue, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue, bool durable);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "queue")]string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueuePurge(string queue, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8qpid")]
- void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- void TxCommit();
- void TxRollback();
- void TxSelect();
- }
- public partial interface IProtocol
- {
- string ApiName { get; }
- int DefaultPort { get; }
- int MajorVersion { get; }
- int MinorVersion { get; }
- RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- }
- public partial interface IStreamProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- byte Priority { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearContentEncoding();
- void ClearContentType();
- void ClearHeaders();
- void ClearPriority();
- void ClearTimestamp();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsHeadersPresent();
- bool IsPriorityPresent();
- bool IsTimestampPresent();
- }
- public partial class Protocols
- {
- internal Protocols() { }
- public static readonly string DefaultAppSettingsKey;
- public static readonly string EnvironmentVariable;
- public static RabbitMQ.Client.IProtocol AMQP_0_8 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_8_QPID { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_9 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol DefaultProtocol { get { throw null; } }
- public static RabbitMQ.Client.IProtocol FromConfiguration() { throw null; }
- public static RabbitMQ.Client.IProtocol FromConfiguration(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment() { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironmentVariable() { throw null; }
- public static RabbitMQ.Client.IProtocol Lookup(string name) { throw null; }
- public static RabbitMQ.Client.IProtocol SafeLookup(string name) { throw null; }
- }
- public partial class PublicationAddress
- {
- public static readonly System.Text.RegularExpressions.Regex PSEUDO_URI_PARSER;
- public PublicationAddress(string exchangeType, string exchangeName, string routingKey) { }
- public string ExchangeName { get { throw null; } }
- public string ExchangeType { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- public static RabbitMQ.Client.PublicationAddress Parse(string uriLikeString) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class QueueingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- protected RabbitMQ.Util.SharedQueue m_queue;
- public QueueingBasicConsumer() { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model) { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model, RabbitMQ.Util.SharedQueue queue) { }
- public RabbitMQ.Util.SharedQueue Queue { get { throw null; } }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void OnCancel() { }
- }
- public partial class ShutdownEventArgs : System.EventArgs
- {
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, object cause) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause) { }
- public object Cause { get { throw null; } }
- public ushort ClassId { get { throw null; } }
- public RabbitMQ.Client.ShutdownInitiator Initiator { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public ushort ReplyCode { get { throw null; } }
- public string ReplyText { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public enum ShutdownInitiator
- {
- Application = 0,
- Library = 1,
- Peer = 2,
- }
- public partial class ShutdownReportEntry
- {
- public string m_description;
- public System.Exception m_ex;
- public ShutdownReportEntry(string description, System.Exception ex) { }
- public string Description { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class SslHelper
- {
- internal SslHelper() { }
- public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption sslOption) { throw null; }
- }
- public partial class SslOption
- {
- public SslOption() { }
- public SslOption(string serverName) { }
- public SslOption(string serverName, string certPath, bool enabled) { }
- public System.Net.Security.SslPolicyErrors AcceptablePolicyErrors { get { throw null; } set { } }
- public string CertPassphrase { get { throw null; } set { } }
- public string CertPath { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection Certs { get { throw null; } }
- public bool Enabled { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public System.Security.Authentication.SslProtocols Version { get { throw null; } set { } }
- }
-}
-namespace RabbitMQ.Client.Apigen.Attributes
-{
- public abstract partial class AmqpApigenAttribute : System.Attribute
- {
- public string m_namespaceName;
- public AmqpApigenAttribute(string namespaceName) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpAsynchronousHandlerAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpAsynchronousHandlerAttribute(string namespaceName) : base (default(string)) { }
- }
- public partial class AmqpContentBodyMappingAttribute : System.Attribute
- {
- public AmqpContentBodyMappingAttribute() { }
- }
- public partial class AmqpContentHeaderFactoryAttribute : System.Attribute
- {
- public string m_contentClass;
- public AmqpContentHeaderFactoryAttribute(string contentClass) { }
- }
- public partial class AmqpContentHeaderMappingAttribute : System.Attribute
- {
- public AmqpContentHeaderMappingAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpFieldMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_fieldName;
- public AmqpFieldMappingAttribute(string namespaceName, string fieldName) : base (default(string)) { }
- }
- public partial class AmqpForceOneWayAttribute : System.Attribute
- {
- public AmqpForceOneWayAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodDoNotImplementAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpMethodDoNotImplementAttribute(string namespaceName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_className;
- public string m_methodName;
- public AmqpMethodMappingAttribute(string namespaceName, string className, string methodName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpNowaitArgumentAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_replacementExpression;
- public AmqpNowaitArgumentAttribute(string namespaceName) : base (default(string)) { }
- public AmqpNowaitArgumentAttribute(string namespaceName, string replacementExpression) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpUnsupportedAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpUnsupportedAttribute(string namespaceName) : base (default(string)) { }
- }
-}
-namespace RabbitMQ.Client.Content
-{
- public partial class BasicMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- public const int DefaultAccumulatorSize = 1024;
- protected System.IO.MemoryStream m_accumulator;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public BasicMessageBuilder(RabbitMQ.Client.IModel model) { }
- public BasicMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) { }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryWriter Writer { get { throw null; } }
- public virtual byte[] GetContentBody() { throw null; }
- public virtual RabbitMQ.Client.IContentHeader GetContentHeader() { throw null; }
- public virtual string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length) { throw null; }
- }
- public partial class BasicMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- protected byte[] m_body;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryReader m_reader;
- protected System.IO.MemoryStream m_stream;
- public BasicMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public byte[] BodyBytes { get { throw null; } }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryReader Reader { get { throw null; } }
- public int RawRead() { throw null; }
- public int RawRead(byte[] target, int offset, int length) { throw null; }
- }
- public partial class BytesMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IBytesMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- public BytesMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public BytesMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class BytesMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IBytesMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- public BytesMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public int Read(byte[] target, int offset, int count) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class BytesWireFormatting
- {
- public BytesWireFormatting() { }
- public static int Read(RabbitMQ.Util.NetworkBinaryReader reader, byte[] target, int offset, int count) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader, int count) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void Write(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source, int offset, int count) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public partial interface IBytesMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value);
- }
- public partial interface IBytesMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- int Read(byte[] target, int offset, int count);
- byte ReadByte();
- byte[] ReadBytes(int count);
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- float ReadSingle();
- string ReadString();
- }
- public partial interface IMapMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMapMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMessageBuilder
- {
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- byte[] GetContentBody();
- RabbitMQ.Client.IContentHeader GetContentHeader();
- string GetDefaultContentType();
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length);
- }
- public partial interface IMessageReader
- {
- byte[] BodyBytes { get; }
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- int RawRead();
- int RawRead(byte[] target, int offset, int length);
- }
- public partial interface IStreamMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value);
- }
- public partial interface IStreamMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- bool ReadBool();
- byte ReadByte();
- byte[] ReadBytes();
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- object ReadObject();
- object[] ReadObjects();
- float ReadSingle();
- string ReadString();
- }
- public partial class MapMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMapMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public MapMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- public override byte[] GetContentBody() { throw null; }
- public override string GetDefaultContentType() { throw null; }
- }
- public partial class MapMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMapMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- }
- public partial class MapWireFormatting
- {
- public MapWireFormatting() { }
- public static System.Collections.IDictionary ReadMap(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteMap(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary table) { }
- }
- public partial class PrimitiveParser
- {
- public PrimitiveParser() { }
- public static void InvalidConversion(string target, object source) { }
- public static bool ParseBool(string value) { throw null; }
- public static byte ParseByte(string value) { throw null; }
- public static double ParseDouble(string value) { throw null; }
- public static float ParseFloat(string value) { throw null; }
- public static int ParseInt(string value) { throw null; }
- public static long ParseLong(string value) { throw null; }
- public static short ParseShort(string value) { throw null; }
- }
- public partial class StreamMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder, RabbitMQ.Client.Content.IStreamMessageBuilder
- {
- public static readonly string MimeType;
- public StreamMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public StreamMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class StreamMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMessageReader, RabbitMQ.Client.Content.IStreamMessageReader
- {
- public static readonly string MimeType;
- public StreamMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public bool ReadBool() { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes() { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public object ReadObject() { throw null; }
- public object[] ReadObjects() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class StreamWireFormatting
- {
- public StreamWireFormatting() { }
- public static bool ReadBool(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadNonnullObject(string target, RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadObject(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadUntypedString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteBool(RabbitMQ.Util.NetworkBinaryWriter writer, bool value) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value, int offset, int length) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteObject(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- public static void WriteUntypedString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public enum StreamWireFormattingTag
- {
- Bool = 1,
- Byte = 2,
- Bytes = 3,
- Char = 5,
- Double = 9,
- Int16 = 4,
- Int32 = 6,
- Int64 = 7,
- Null = 11,
- Single = 8,
- String = 10,
- }
-}
-namespace RabbitMQ.Client.Events
-{
- public partial class BasicDeliverEventArgs : System.EventArgs
- {
- public BasicDeliverEventArgs() { }
- public BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string ConsumerTag { get { throw null; } set { } }
- public ulong DeliveryTag { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public bool Redelivered { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicDeliverEventHandler(RabbitMQ.Client.IBasicConsumer sender, RabbitMQ.Client.Events.BasicDeliverEventArgs args);
- public partial class BasicReturnEventArgs : System.EventArgs
- {
- public BasicReturnEventArgs() { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public ushort ReplyCode { get { throw null; } set { } }
- public string ReplyText { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicReturnEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.Events.BasicReturnEventArgs args);
- public partial class CallbackExceptionEventArgs : System.EventArgs
- {
- public CallbackExceptionEventArgs(System.Exception exception) { }
- public System.Collections.IDictionary Detail { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- }
- public delegate void CallbackExceptionEventHandler(object sender, RabbitMQ.Client.Events.CallbackExceptionEventArgs e);
- public delegate void ConnectionShutdownEventHandler(RabbitMQ.Client.IConnection connection, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ConsumerEventArgs : System.EventArgs
- {
- public ConsumerEventArgs(string consumerTag) { }
- public string ConsumerTag { get { throw null; } }
- }
- public delegate void ConsumerEventHandler(object sender, RabbitMQ.Client.Events.ConsumerEventArgs e);
- public delegate void ConsumerShutdownEventHandler(object sender, RabbitMQ.Client.ShutdownEventArgs e);
- public partial class EventingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- public EventingBasicConsumer() { }
- public event RabbitMQ.Client.Events.BasicDeliverEventHandler Received { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Registered { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerShutdownEventHandler Shutdown { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Unregistered { add { } remove { } }
- public override void HandleBasicCancelOk(string consumerTag) { }
- public override void HandleBasicConsumeOk(string consumerTag) { }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public delegate void ModelShutdownEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
-}
-namespace RabbitMQ.Client.Exceptions
-{
- public partial class AlreadyClosedException : RabbitMQ.Client.Exceptions.OperationInterruptedException
- {
- public AlreadyClosedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class BrokerUnreachableException : System.IO.IOException
- {
- public BrokerUnreachableException(System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors) { }
- public System.Collections.IDictionary ConnectionAttempts { get { throw null; } }
- public System.Collections.IDictionary ConnectionErrors { get { throw null; } }
- public override System.Collections.IDictionary Data { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChannelAllocationException : System.Exception
- {
- public ChannelAllocationException() { }
- public ChannelAllocationException(int channel) { }
- public int Channel { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OperationInterruptedException : System.Exception
- {
- protected RabbitMQ.Client.ShutdownEventArgs m_shutdownReason;
- protected OperationInterruptedException() { }
- public OperationInterruptedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- protected OperationInterruptedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- protected OperationInterruptedException(string message) { }
- protected OperationInterruptedException(string message, System.Exception inner) { }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class PacketNotRecognizedException : System.Net.ProtocolViolationException
- {
- public PacketNotRecognizedException(int transportHigh, int transportLow, int serverMajor, int serverMinor) { }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- public int TransportHigh { get { throw null; } }
- public int TransportLow { get { throw null; } }
- }
- public partial class PossibleAuthenticationFailureException : System.Exception
- {
- public PossibleAuthenticationFailureException(string msg, System.Exception inner) { }
- }
- public partial class ProtocolVersionMismatchException : System.Net.ProtocolViolationException
- {
- public ProtocolVersionMismatchException(int clientMajor, int clientMinor, int serverMajor, int serverMinor) { }
- public int ClientMajor { get { throw null; } }
- public int ClientMinor { get { throw null; } }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- }
- public partial class UnexpectedMethodException : System.Exception
- {
- public UnexpectedMethodException(RabbitMQ.Client.IMethod method) { }
- public RabbitMQ.Client.IMethod Method { get { throw null; } }
- }
- public partial class UnsupportedMethodException : System.NotSupportedException
- {
- public UnsupportedMethodException(string methodName) { }
- public string MethodName { get { throw null; } }
- }
- public partial class UnsupportedMethodFieldException : System.NotSupportedException
- {
- public UnsupportedMethodFieldException(string methodName, string fieldName) { }
- public string FieldName { get { throw null; } }
- public string MethodName { get { throw null; } }
- }
- public partial class WireFormattingException : System.Net.ProtocolViolationException
- {
- public WireFormattingException(string message) { }
- public WireFormattingException(string message, object offender) { }
- public object Offender { get { throw null; } }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8qpid
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecoverOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecoverOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 101;
- public BasicRecoverOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBound : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 22;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ExchangeBound() { }
- public ExchangeBound(string initExchange, string initRoutingKey, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBoundOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 23;
- public ushort m_replyCode;
- public string m_replyText;
- public ExchangeBoundOk() { }
- public ExchangeBoundOk(ushort initReplyCode, string initReplyText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_9
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IBasicConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 80;
- public ChannelOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public byte[] m_channelId;
- public ChannelOpenOk() { }
- public ChannelOpenOk(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelOpenOk.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPing : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPing, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 60;
- public ChannelPing() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPong : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPong, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 70;
- public ChannelPong() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 50;
- public byte[] m_channelId;
- public ChannelResume() { }
- public ChannelResume(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelResume.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Message = 120,
- Queue = 50,
- Stream = 80,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 51;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 42;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IFileConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageAppend : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageAppend, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 80;
- public byte[] m_bytes;
- public byte[] m_reference;
- public MessageAppend() { }
- public MessageAppend(byte[] initReference, byte[] initBytes) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Bytes { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public string m_destination;
- public MessageCancel() { }
- public MessageCancel(string initDestination) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCancel.Destination { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCheckpoint : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 90;
- public string m_identifier;
- public byte[] m_reference;
- public MessageCheckpoint() { }
- public MessageCheckpoint(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 70;
- public byte[] m_reference;
- public MessageClose() { }
- public MessageClose(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageClose.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public string m_destination;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public string m_queue;
- public ushort m_ticket;
- public MessageConsume() { }
- public MessageConsume(ushort initTicket, string initQueue, string initDestination, bool initNoLocal, bool initNoAck, bool initExclusive, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoLocal { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 510;
- public MessageEmpty() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public string m_destination;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public MessageGet() { }
- public MessageGet(ushort initTicket, string initQueue, string initDestination, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOffset : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOffset, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 530;
- public ulong m_value;
- public MessageOffset() { }
- public MessageOffset(ulong initValue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageOffset.Value { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 500;
- public MessageOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 60;
- public byte[] m_reference;
- public MessageOpen() { }
- public MessageOpen(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageOpen.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 110;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public MessageQos() { }
- public MessageQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 50;
- public bool m_requeue;
- public MessageRecover() { }
- public MessageRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 520;
- public ushort m_code;
- public string m_text;
- public MessageReject() { }
- public MessageReject(ushort initCode, string initText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageReject.Code { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageReject.Text { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 100;
- public string m_identifier;
- public byte[] m_reference;
- public MessageResume() { }
- public MessageResume(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageResume.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageResume.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageTransfer : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageTransfer, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public string m_appId;
- public System.Collections.IDictionary m_applicationHeaders;
- public byte[] m_body;
- public string m_contentEncoding;
- public string m_contentType;
- public string m_correlationId;
- public byte m_deliveryMode;
- public string m_destination;
- public string m_exchange;
- public RabbitMQ.Client.AmqpTimestamp m_expiration;
- public bool m_immediate;
- public string m_messageId;
- public byte m_priority;
- public bool m_redelivered;
- public string m_replyTo;
- public string m_routingKey;
- public byte[] m_securityToken;
- public ushort m_ticket;
- public RabbitMQ.Client.AmqpTimestamp m_timestamp;
- public string m_transactionId;
- public ulong m_ttl;
- public string m_userId;
- public MessageTransfer() { }
- public MessageTransfer(ushort initTicket, string initDestination, bool initRedelivered, bool initImmediate, ulong initTtl, byte initPriority, RabbitMQ.Client.AmqpTimestamp initTimestamp, byte initDeliveryMode, RabbitMQ.Client.AmqpTimestamp initExpiration, string initExchange, string initRoutingKey, string initMessageId, string initCorrelationId, string initReplyTo, string initContentType, string initContentEncoding, string initUserId, string initAppId, string initTransactionId, byte[] initSecurityToken, System.Collections.IDictionary initApplicationHeaders, byte[] initBody) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.AppId { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ApplicationHeaders { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Body { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentEncoding { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentType { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.CorrelationId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.DeliveryMode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Destination { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Exchange { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Expiration { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Immediate { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.MessageId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Priority { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ReplyTo { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.RoutingKey { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.SecurityToken { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ticket { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Timestamp { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.TransactionId { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ttl { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.UserId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IStreamConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8qpid
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicRecoverOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeBound : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- }
- public partial interface IExchangeBoundOk : RabbitMQ.Client.IMethod
- {
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8qpid.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_9
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NoConsumers = 313;
- public const int NoRoute = 312;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int PreconditionFailed = 406;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IChannelPing : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelPong : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelResume : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageAppend : RabbitMQ.Client.IMethod
- {
- byte[] Bytes { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageCancel : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- }
- public partial interface IMessageCheckpoint : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageClose : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageConsume : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageEmpty : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageGet : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageOffset : RabbitMQ.Client.IMethod
- {
- ulong Value { get; }
- }
- public partial interface IMessageOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageOpen : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IMessageRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IMessageReject : RabbitMQ.Client.IMethod
- {
- ushort Code { get; }
- string Text { get; }
- }
- public partial interface IMessageResume : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageTransfer : RabbitMQ.Client.IMethod
- {
- string AppId { get; }
- System.Collections.IDictionary ApplicationHeaders { get; }
- byte[] Body { get; }
- string ContentEncoding { get; }
- string ContentType { get; }
- string CorrelationId { get; }
- byte DeliveryMode { get; }
- string Destination { get; }
- string Exchange { get; }
- RabbitMQ.Client.AmqpTimestamp Expiration { get; }
- bool Immediate { get; }
- string MessageId { get; }
- byte Priority { get; }
- bool Redelivered { get; }
- string ReplyTo { get; }
- string RoutingKey { get; }
- byte[] SecurityToken { get; }
- ushort Ticket { get; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; }
- string TransactionId { get; }
- ulong Ttl { get; }
- string UserId { get; }
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_9.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Impl
-{
- public abstract partial class AbstractProtocolBase : RabbitMQ.Client.IProtocol
- {
- protected AbstractProtocolBase() { }
- public abstract string ApiName { get; }
- public abstract int DefaultPort { get; }
- public abstract int MajorVersion { get; }
- public abstract int MinorVersion { get; }
- public RabbitMQ.Client.AmqpVersion Version { get { throw null; } }
- public abstract bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd);
- public abstract void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- public abstract void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- public abstract RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- public abstract RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public abstract RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AssemblyState
- {
- Complete = 3,
- ExpectingContentBody = 2,
- ExpectingContentHeader = 1,
- ExpectingMethod = 0,
- }
- public abstract partial class BasicProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IBasicProperties, RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected BasicProperties() { }
- public abstract string AppId { get; set; }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string CorrelationId { get; set; }
- public abstract byte DeliveryMode { get; set; }
- public abstract string Expiration { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public RabbitMQ.Client.PublicationAddress ReplyToAddress { get { throw null; } set { } }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract string Type { get; set; }
- public abstract string UserId { get; set; }
- public abstract void ClearAppId();
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearCorrelationId();
- public abstract void ClearDeliveryMode();
- public abstract void ClearExpiration();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public abstract void ClearType();
- public abstract void ClearUserId();
- public override object Clone() { throw null; }
- public abstract bool IsAppIdPresent();
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsCorrelationIdPresent();
- public abstract bool IsDeliveryModePresent();
- public abstract bool IsExpirationPresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- public abstract bool IsTypePresent();
- public abstract bool IsUserIdPresent();
- public void SetPersistent(bool persistent) { }
- }
- public partial class ChannelErrorException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public ChannelErrorException(int channel) : base (default(string)) { }
- public int Channel { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class Command
- {
- public const int EmptyContentBodyFrameSize = 8;
- public byte[] m_body0;
- public System.Collections.ArrayList m_bodyN;
- public RabbitMQ.Client.Impl.ContentHeaderBase m_header;
- public RabbitMQ.Client.Impl.MethodBase m_method;
- public Command() { }
- public Command(RabbitMQ.Client.Impl.MethodBase method) { }
- public Command(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public byte[] Body { get { throw null; } }
- public RabbitMQ.Client.Impl.ContentHeaderBase Header { get { throw null; } }
- public RabbitMQ.Client.Impl.MethodBase Method { get { throw null; } }
- public void AppendBodyFragment(byte[] fragment) { }
- public static void CheckEmptyContentBodyFrameSize() { }
- public byte[] ConsolidateBody() { throw null; }
- public void Transmit(int channelNumber, RabbitMQ.Client.Impl.ConnectionBase connection) { }
- }
- public partial class CommandAssembler
- {
- public RabbitMQ.Client.Impl.Command m_command;
- public RabbitMQ.Client.Impl.AbstractProtocolBase m_protocol;
- public ulong m_remainingBodyBytes;
- public RabbitMQ.Client.Impl.AssemblyState m_state;
- public CommandAssembler(RabbitMQ.Client.Impl.AbstractProtocolBase protocol) { }
- public RabbitMQ.Client.Impl.Command HandleFrame(RabbitMQ.Client.Impl.Frame f) { throw null; }
- }
- public delegate void CommandHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd);
- public abstract partial class ConnectionBase : RabbitMQ.Client.IConnection, System.IDisposable
- {
- public static int ConnectionCloseTimeout;
- public static int HandshakeTimeout;
- public System.Threading.ManualResetEvent m_appContinuation;
- public RabbitMQ.Client.Events.CallbackExceptionEventHandler m_callbackException;
- public System.Collections.IDictionary m_clientProperties;
- public volatile bool m_closed;
- public volatile RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Client.Events.ConnectionShutdownEventHandler m_connectionShutdown;
- public readonly object m_eventLock;
- public RabbitMQ.Client.ConnectionFactory m_factory;
- public RabbitMQ.Client.Impl.IFrameHandler m_frameHandler;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public readonly RabbitMQ.Client.Impl.Frame m_heartbeatFrame;
- public System.Threading.AutoResetEvent m_heartbeatRead;
- public System.Threading.AutoResetEvent m_heartbeatWrite;
- public System.Guid m_id;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public int m_missedHeartbeats;
- public RabbitMQ.Client.Impl.ModelBase m_model0;
- public volatile bool m_running;
- public System.Collections.IDictionary m_serverProperties;
- public RabbitMQ.Client.Impl.MainSession m_session0;
- public RabbitMQ.Client.Impl.SessionManager m_sessionManager;
- public System.Collections.IList m_shutdownReport;
- public ConnectionBase(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { }
- public bool AutoClose { get { throw null; } set { } }
- public ushort ChannelMax { get { throw null; } }
- public System.Collections.IDictionary ClientProperties { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public uint FrameMax { get { throw null; } set { } }
- public ushort Heartbeat { get { throw null; } set { } }
- public bool IsOpen { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.AbstractProtocolBase Protocol { get { throw null; } }
- RabbitMQ.Client.IProtocol RabbitMQ.Client.IConnection.Protocol { get { throw null; } }
- public System.Collections.IDictionary ServerProperties { get { throw null; } set { } }
- public System.Collections.IList ShutdownReport { get { throw null; } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(int timeout) { }
- public void Abort(ushort reasonCode, string reasonText) { }
- public void Abort(ushort reasonCode, string reasonText, RabbitMQ.Client.ShutdownInitiator initiator, int timeout) { }
- public void Abort(ushort reasonCode, string reasonText, int timeout) { }
- public void Close() { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool abort, int timeout) { }
- public void Close(int timeout) { }
- public void Close(ushort reasonCode, string reasonText) { }
- public void Close(ushort reasonCode, string reasonText, int timeout) { }
- public void ClosingLoop() { }
- public RabbitMQ.Client.Impl.Command ConnectionCloseWrapper(ushort reasonCode, string reasonText) { throw null; }
- public RabbitMQ.Client.IModel CreateModel() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession(int channelNumber) { throw null; }
- public static System.Collections.IDictionary DefaultClientProperties() { throw null; }
- public void FinishClose() { }
- public void HandleDomainUnload(object sender, System.EventArgs ea) { }
- public void HandleMainLoopException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public bool HardProtocolExceptionHandler(RabbitMQ.Client.Impl.HardProtocolException hpe) { throw null; }
- public void HeartbeatReadLoop() { }
- public void HeartbeatWriteLoop() { }
- public void InternalClose(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void LogCloseError(string error, System.Exception ex) { }
- public void MainLoop() { }
- public void MainLoopIteration() { }
- public void NotifyHeartbeatThread() { }
- public void NotifyReceivedCloseOk() { }
- public void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public void OnShutdown() { }
- public void Open(bool insist) { }
- public void PrettyPrintShutdownReport() { }
- public void QuiesceChannel(RabbitMQ.Client.Impl.SoftProtocolException pe) { }
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- public void StartHeartbeatLoop(System.Threading.ThreadStart loop, string name) { }
- public void StartHeartbeatLoops() { }
- public void StartMainLoop() { }
- void System.IDisposable.Dispose() { }
- public void TerminateMainloop() { }
- public override string ToString() { throw null; }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame f) { }
- public delegate void ConnectionCloseDelegate(ushort replyCode, string replyText, ushort classId, ushort methodId);
- }
- public partial class ConnectionStartDetails
- {
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStartDetails() { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ConnectionTuneDetails
- {
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- }
- public abstract partial class ContentHeaderBase : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected ContentHeaderBase() { }
- public abstract int ProtocolClassId { get; }
- public abstract string ProtocolClassName { get; }
- public abstract void AppendPropertyDebugStringTo(System.Text.StringBuilder sb);
- public virtual object Clone() { throw null; }
- public ulong ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public abstract void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader);
- public abstract void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer);
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer, ulong bodySize) { }
- }
- public partial class ContentHeaderPropertyReader
- {
- protected ushort m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ContinuationBitSet { get { throw null; } }
- public void FinishPresence() { }
- public bool ReadBit() { throw null; }
- public void ReadFlagWord() { }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public bool ReadPresence() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class ContentHeaderPropertyWriter
- {
- protected int m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void FinishPresence() { }
- public void WriteBit(bool bit) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WritePresence(bool present) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class FileProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IFileProperties, System.ICloneable
- {
- protected FileProperties() { }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string Filename { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearFilename();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsFilenamePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class Frame
- {
- public System.IO.MemoryStream m_accumulator;
- public int m_channel;
- public byte[] m_payload;
- public int m_type;
- public Frame() { }
- public Frame(int type, int channel) { }
- public Frame(int type, int channel, byte[] payload) { }
- public int Channel { get { throw null; } }
- public byte[] Payload { get { throw null; } }
- public int Type { get { throw null; } }
- public void FinishWriting() { }
- public RabbitMQ.Util.NetworkBinaryReader GetReader() { throw null; }
- public RabbitMQ.Util.NetworkBinaryWriter GetWriter() { throw null; }
- public static void ProcessProtocolHeader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public static RabbitMQ.Client.Impl.Frame ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override string ToString() { throw null; }
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- }
- public abstract partial class HardProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected HardProtocolException(string message) : base (default(string)) { }
- }
- public partial interface IFrameHandler
- {
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- int Timeout { get; set; }
- void Close();
- RabbitMQ.Client.Impl.Frame ReadFrame();
- void SendHeader();
- void WriteFrame(RabbitMQ.Client.Impl.Frame frame);
- }
- public partial interface IFullModel : RabbitMQ.Client.IModel, System.IDisposable
- {
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "tune")]RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicGetEmpty();
- void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleChannelCloseOk();
- void HandleChannelFlow(bool active);
- void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleConnectionOpenOk(string knownHosts);
- void HandleConnectionRedirect(string host, string knownHosts);
- void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "cancel")]
- void _Private_BasicCancel(string consumerTag, bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "consume")]
- void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute("RabbitMQ.Client.Framing.v0_8qpid", "arguments"), RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8")]System.Collections.IDictionary filter);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "get")]
- void _Private_BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "publish")]
- void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close")]
- void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close-ok")]
- void _Private_ChannelCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "flow-ok")]
- void _Private_ChannelFlowOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "open")]
- void _Private_ChannelOpen(string outOfBand);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close")]
- void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close-ok")]
- void _Private_ConnectionCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "open")]
- void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- }
- public partial interface IRpcContinuation
- {
- void HandleCommand(RabbitMQ.Client.Impl.Command cmd);
- void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface ISession
- {
- int ChannelNumber { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.Impl.CommandHandler CommandReceived { get; set; }
- RabbitMQ.Client.IConnection Connection { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown;
- void Close(RabbitMQ.Client.ShutdownEventArgs reason);
- void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify);
- void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- void Notify();
- void Transmit(RabbitMQ.Client.Impl.Command cmd);
- }
- public partial class MainSession : RabbitMQ.Client.Impl.Session
- {
- public int m_closeClassId;
- public int m_closeMethodId;
- public int m_closeOkClassId;
- public int m_closeOkMethodId;
- public bool m_closeServerInitiated;
- public bool m_closing;
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate m_handler;
- public MainSession(RabbitMQ.Client.Impl.ConnectionBase connection) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate Handler { get { throw null; } set { } }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- public void SetSessionClosing(bool closeServerInitiated) { }
- public override void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- public delegate void SessionCloseDelegate();
- }
- public partial class MalformedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public MalformedFrameException(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class MethodArgumentReader
- {
- public MethodArgumentReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ReadBit() { throw null; }
- public byte[] ReadContent() { throw null; }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class MethodArgumentWriter
- {
- public MethodArgumentWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void Flush() { }
- public void WriteBit(bool val) { }
- public void WriteContent(byte[] val) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class MethodBase : RabbitMQ.Client.IMethod
- {
- protected MethodBase() { }
- public abstract bool HasContent { get; }
- public abstract int ProtocolClassId { get; }
- public abstract int ProtocolMethodId { get; }
- public abstract string ProtocolMethodName { get; }
- public abstract void AppendArgumentDebugStringTo(System.Text.StringBuilder sb);
- public abstract void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader);
- public abstract void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer);
- }
- public abstract partial class ModelBase : RabbitMQ.Client.IModel, RabbitMQ.Client.Impl.IFullModel, System.IDisposable
- {
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Util.BlockingCell m_connectionStartCell;
- public readonly System.Collections.IDictionary m_consumers;
- public RabbitMQ.Client.Impl.RpcContinuationQueue m_continuationQueue;
- public System.Threading.ManualResetEvent m_flowControlBlock;
- public RabbitMQ.Client.Impl.ISession m_session;
- public ModelBase(RabbitMQ.Client.Impl.ISession session) { }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- public event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn { add { } remove { } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(ushort replyCode, string replyText) { }
- public abstract void BasicAck(ulong deliveryTag, bool multiple);
- public void BasicCancel(string consumerTag) { }
- public string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck) { throw null; }
- public void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public abstract void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- public abstract void BasicRecover(bool requeue);
- public abstract void BasicReject(ulong deliveryTag, bool requeue);
- public abstract void ChannelFlow(bool active);
- public void Close() { }
- public void Close(ushort replyCode, string replyText) { }
- public void Close(ushort replyCode, string replyText, bool abort) { }
- public string ConnectionOpen(string virtualHost, string capabilities, bool insist) { throw null; }
- public abstract RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- public abstract void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- public abstract RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- public abstract RabbitMQ.Client.IFileProperties CreateFileProperties();
- public abstract RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- public abstract bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd);
- public abstract void DtxSelect();
- public abstract void DtxStart(string dtxIdentifier);
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void ExchangeDeclare(string exchange, string type) { }
- public void ExchangeDeclare(string exchange, string type, bool durable) { }
- public abstract void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments);
- public abstract void ExchangeDelete(string exchange, bool ifUnused, bool nowait);
- public void FinishClose() { }
- public void HandleBasicCancelOk(string consumerTag) { }
- public void HandleBasicConsumeOk(string consumerTag) { }
- public void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicGetEmpty() { }
- public void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleChannelCloseOk() { }
- public void HandleChannelFlow(bool active) { }
- public void HandleCommand(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd) { }
- public void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleConnectionOpenOk(string knownHosts) { }
- public void HandleConnectionRedirect(string host, string knownHosts) { }
- public void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales) { }
- public RabbitMQ.Client.Impl.MethodBase ModelRpc(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { throw null; }
- public void ModelSend(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public virtual void OnBasicReturn(RabbitMQ.Client.Events.BasicReturnEventArgs args) { }
- public virtual void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public virtual void OnModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void OnSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public abstract void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments);
- public string QueueDeclare() { throw null; }
- public string QueueDeclare(string queue) { throw null; }
- public string QueueDeclare(string queue, bool durable) { throw null; }
- public abstract string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments);
- public abstract uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait);
- public abstract uint QueuePurge(string queue, bool nowait);
- public abstract void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- void System.IDisposable.Dispose() { }
- public override string ToString() { throw null; }
- public void TransmitAndEnqueue(RabbitMQ.Client.Impl.Command cmd, RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public abstract void TxCommit();
- public abstract void TxRollback();
- public abstract void TxSelect();
- public abstract void _Private_BasicCancel(string consumerTag, bool nowait);
- public abstract void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter);
- public abstract void _Private_BasicGet(string queue, bool noAck);
- public abstract void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- public abstract void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ChannelCloseOk();
- public abstract void _Private_ChannelFlowOk();
- public abstract void _Private_ChannelOpen(string outOfBand);
- public abstract void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ConnectionCloseOk();
- public abstract void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- public partial class BasicConsumerRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.IBasicConsumer m_consumer;
- public string m_consumerTag;
- public BasicConsumerRpcContinuation() { }
- }
- public partial class BasicGetRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.BasicGetResult m_result;
- public BasicGetRpcContinuation() { }
- }
- public partial class ConnectionOpenContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public string m_host;
- public string m_knownHosts;
- public bool m_redirect;
- public ConnectionOpenContinuation() { }
- }
- }
- public abstract partial class ProtocolException : System.Net.ProtocolViolationException
- {
- protected ProtocolException(string message) { }
- public abstract ushort ReplyCode { get; }
- public virtual RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class QuiescingSession : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.ShutdownEventArgs m_reason;
- public int m_replyClassId;
- public int m_replyMethodId;
- public QuiescingSession(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber, RabbitMQ.Client.ShutdownEventArgs reason, int replyClassId, int replyMethodId) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public partial class RedirectException : System.Exception
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_host;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public RedirectException(RabbitMQ.Client.AmqpTcpEndpoint host, RabbitMQ.Client.AmqpTcpEndpoint[] knownHosts) { }
- public RedirectException(RabbitMQ.Client.IProtocol protocol, string host, string knownHosts) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Host { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } }
- public static RabbitMQ.Client.AmqpTcpEndpoint ParseHost(RabbitMQ.Client.IProtocol protocol, string host) { throw null; }
- }
- public partial class RpcContinuationQueue
- {
- public RabbitMQ.Client.Impl.IRpcContinuation m_outstandingRpc;
- public RpcContinuationQueue() { }
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.IRpcContinuation Next() { throw null; }
- }
- public partial class Session : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.Impl.CommandAssembler m_assembler;
- public Session(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SessionBase : RabbitMQ.Client.Impl.ISession
- {
- public readonly int m_channelNumber;
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public readonly RabbitMQ.Client.Impl.ConnectionBase m_connection;
- public SessionBase(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) { }
- public int ChannelNumber { get { throw null; } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.Impl.CommandHandler CommandReceived { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.ConnectionBase Connection { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- RabbitMQ.Client.IConnection RabbitMQ.Client.Impl.ISession.Connection { get { throw null; } }
- public event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown { add { } remove { } }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify) { }
- public abstract void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- public void Notify() { }
- public virtual void OnCommandReceived(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void OnConnectionShutdown(RabbitMQ.Client.IConnection conn, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnSessionShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public override string ToString() { throw null; }
- public virtual void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- }
- public partial class SessionManager
- {
- public readonly ushort ChannelMax;
- public SessionManager(RabbitMQ.Client.Impl.ConnectionBase connection, ushort channelMax) { }
- public bool AutoClose { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public void AutoCloseConnection() { }
- public void CheckAutoClose() { }
- public RabbitMQ.Client.Impl.ISession Create() { throw null; }
- public RabbitMQ.Client.Impl.ISession Create(int channelNumber) { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateInternal(int channelNumber) { throw null; }
- public void HandleSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.ISession Lookup(int number) { throw null; }
- public RabbitMQ.Client.Impl.ISession Swap(int channelNumber, RabbitMQ.Client.Impl.ISession replacement) { throw null; }
- }
- public delegate void SessionShutdownEventHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ShutdownContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public ShutdownContinuation() { }
- public virtual void OnShutdown(RabbitMQ.Client.IConnection sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnShutdown(RabbitMQ.Client.IModel sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual RabbitMQ.Client.ShutdownEventArgs Wait() { throw null; }
- }
- public partial class SimpleBlockingRpcContinuation : RabbitMQ.Client.Impl.IRpcContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public SimpleBlockingRpcContinuation() { }
- public virtual RabbitMQ.Client.Impl.Command GetReply() { throw null; }
- public virtual void HandleCommand(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class SocketFrameHandler_0_9 : RabbitMQ.Client.Impl.IFrameHandler
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_endpoint;
- public RabbitMQ.Util.NetworkBinaryReader m_reader;
- public System.Net.Sockets.TcpClient m_socket;
- public RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public const int WSAEWOULDBLOCK = 10035;
- public SocketFrameHandler_0_9(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public int Timeout { get { throw null; } set { } }
- public void Close() { }
- public RabbitMQ.Client.Impl.Frame ReadFrame() { throw null; }
- public void SendHeader() { }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SoftProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected SoftProtocolException(int channelNumber, string message) : base (default(string)) { }
- public int Channel { get { throw null; } }
- }
- public abstract partial class StreamProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IStreamProperties, System.ICloneable
- {
- protected StreamProperties() { }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract byte Priority { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearHeaders();
- public abstract void ClearPriority();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class SyntaxError : RabbitMQ.Client.Impl.HardProtocolException
- {
- public SyntaxError(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnexpectedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public RabbitMQ.Client.Impl.Frame m_frame;
- public UnexpectedFrameException(RabbitMQ.Client.Impl.Frame frame) : base (default(string)) { }
- public RabbitMQ.Client.Impl.Frame Frame { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnknownClassOrMethodException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public UnknownClassOrMethodException(ushort classId, ushort methodId) : base (default(string)) { }
- public ushort ClassId { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class WireFormatting
- {
- public WireFormatting() { }
- public static decimal AmqpToDecimal(byte scale, uint unsignedMantissa) { throw null; }
- public static void DecimalToAmqp(decimal value, out byte scale, out int mantissa) { scale = default(byte); mantissa = default(int); }
- public static System.Collections.IList ReadArray(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static decimal ReadDecimal(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadFieldValue(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static uint ReadLong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ulong ReadLonglong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadLongstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadOctet(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ushort ReadShort(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadShortstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static System.Collections.IDictionary ReadTable(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static RabbitMQ.Client.AmqpTimestamp ReadTimestamp(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteArray(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IList val) { }
- public static void WriteDecimal(RabbitMQ.Util.NetworkBinaryWriter writer, decimal value) { }
- public static void WriteFieldValue(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteLong(RabbitMQ.Util.NetworkBinaryWriter writer, uint val) { }
- public static void WriteLonglong(RabbitMQ.Util.NetworkBinaryWriter writer, ulong val) { }
- public static void WriteLongstr(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] val) { }
- public static void WriteOctet(RabbitMQ.Util.NetworkBinaryWriter writer, byte val) { }
- public static void WriteShort(RabbitMQ.Util.NetworkBinaryWriter writer, ushort val) { }
- public static void WriteShortstr(RabbitMQ.Util.NetworkBinaryWriter writer, string val) { }
- public static void WriteTable(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary val) { }
- public static void WriteTimestamp(RabbitMQ.Util.NetworkBinaryWriter writer, RabbitMQ.Client.AmqpTimestamp val) { }
- }
-}
-namespace RabbitMQ.Client.MessagePatterns
-{
- public partial class SimpleRpcClient : System.IDisposable
- {
- protected RabbitMQ.Client.IModel m_model;
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcClient(RabbitMQ.Client.IModel model) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, RabbitMQ.Client.PublicationAddress address) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string queueName) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string exchange, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.PublicationAddress Address { get { throw null; } set { } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public RabbitMQ.Client.MessagePatterns.Subscription Subscription { get { throw null; } }
- public int TimeoutMilliseconds { get { throw null; } set { } }
- public event System.EventHandler Disconnected { add { } remove { } }
- public event System.EventHandler TimedOut { add { } remove { } }
- public virtual RabbitMQ.Client.Events.BasicDeliverEventArgs Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { throw null; }
- public virtual byte[] Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual byte[] Call(byte[] body) { throw null; }
- public virtual object[] Call(params object[] args) { throw null; }
- public virtual void Cast(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public void Close() { }
- protected virtual void EnsureSubscription() { }
- public virtual void OnDisconnected() { }
- public virtual void OnTimedOut() { }
- protected virtual RabbitMQ.Client.Events.BasicDeliverEventArgs RetrieveReply(string correlationId) { throw null; }
- void System.IDisposable.Dispose() { }
- }
- public partial class SimpleRpcServer : System.IDisposable
- {
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcServer(RabbitMQ.Client.MessagePatterns.Subscription subscription) { }
- public bool Transactional { get { throw null; } }
- public void Close() { }
- public virtual byte[] HandleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual byte[] HandleSimpleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleSimpleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual void HandleStreamMessageCall(RabbitMQ.Client.Content.IStreamMessageBuilder replyWriter, bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, object[] args) { }
- public void MainLoop() { }
- public virtual void ProcessRequest(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void SetTransactional() { }
- void System.IDisposable.Dispose() { }
- }
- public partial class Subscription : System.Collections.IEnumerable, System.Collections.IEnumerator, System.IDisposable
- {
- protected volatile RabbitMQ.Client.QueueingBasicConsumer m_consumer;
- protected readonly object m_consumerLock;
- protected string m_consumerTag;
- protected RabbitMQ.Client.Events.BasicDeliverEventArgs m_latestEvent;
- protected RabbitMQ.Client.IModel m_model;
- protected bool m_noAck;
- protected string m_queueName;
- protected volatile bool m_shouldDelete;
- public Subscription(RabbitMQ.Client.IModel model) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, string exchangeName, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.IBasicConsumer Consumer { get { throw null; } }
- public string ConsumerTag { get { throw null; } }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs LatestEvent { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public bool NoAck { get { throw null; } }
- public string QueueName { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Ack() { }
- public void Ack(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void Bind(string exchangeName, string exchangeType, string routingKey) { }
- public void Close() { }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs Next() { throw null; }
- public bool Next(int millisecondsTimeout, out RabbitMQ.Client.Events.BasicDeliverEventArgs result) { result = default(RabbitMQ.Client.Events.BasicDeliverEventArgs); throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- void System.IDisposable.Dispose() { }
- }
-}
-namespace RabbitMQ.Util
-{
- public partial class BlockingCell
- {
- public BlockingCell() { }
- public object Value { get { throw null; } set { } }
- public bool GetValue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public static int validatedTimeout(int timeout) { throw null; }
- }
- public partial class DebugUtil
- {
- internal DebugUtil() { }
- public static void Dump(byte[] bytes) { }
- public static void Dump(byte[] bytes, System.IO.TextWriter writer) { }
- public static void DumpKeyValue(string key, object value, System.IO.TextWriter writer, int indent) { }
- public static void DumpProperties(object value, System.IO.TextWriter writer, int indent) { }
- }
- public partial class Either
- {
- internal Either() { }
- public RabbitMQ.Util.EitherAlternative Alternative { get { throw null; } }
- public object Value { get { throw null; } }
- public static RabbitMQ.Util.Either Left(object value) { throw null; }
- public static RabbitMQ.Util.Either Right(object value) { throw null; }
- }
- public enum EitherAlternative
- {
- Left = 0,
- Right = 1,
- }
- public partial class IntAllocator
- {
- public IntAllocator(int start, int end) { }
- public int Allocate() { throw null; }
- public void Free(int id) { }
- public bool Reserve(int id) { throw null; }
- public partial class IntervalList
- {
- public int End;
- public RabbitMQ.Util.IntAllocator.IntervalList Next;
- public int Start;
- public IntervalList(int start, int end) { }
- public static RabbitMQ.Util.IntAllocator.IntervalList FromArray(int[] xs, int length) { throw null; }
- public static RabbitMQ.Util.IntAllocator.IntervalList Merge(RabbitMQ.Util.IntAllocator.IntervalList x, RabbitMQ.Util.IntAllocator.IntervalList y) { throw null; }
- }
- }
- public partial class NetworkBinaryReader : System.IO.BinaryReader
- {
- public NetworkBinaryReader(System.IO.Stream input) : base (default(System.IO.Stream)) { }
- public NetworkBinaryReader(System.IO.Stream input, System.Text.Encoding encoding) : base (default(System.IO.Stream)) { }
- public override double ReadDouble() { throw null; }
- public override short ReadInt16() { throw null; }
- public override int ReadInt32() { throw null; }
- public override long ReadInt64() { throw null; }
- public override float ReadSingle() { throw null; }
- public override ushort ReadUInt16() { throw null; }
- public override uint ReadUInt32() { throw null; }
- public override ulong ReadUInt64() { throw null; }
- public static System.IO.BinaryReader TemporaryBinaryReader(byte[] bytes) { throw null; }
- }
- public partial class NetworkBinaryWriter : System.IO.BinaryWriter
- {
- public NetworkBinaryWriter(System.IO.Stream output) { }
- public NetworkBinaryWriter(System.IO.Stream output, System.Text.Encoding encoding) { }
- public static System.IO.BinaryWriter TemporaryBinaryWriter(int initialSize) { throw null; }
- public static byte[] TemporaryContents(System.IO.BinaryWriter w) { throw null; }
- public override void Write(double d) { }
- public override void Write(short i) { }
- public override void Write(int i) { }
- public override void Write(long i) { }
- public override void Write(float f) { }
- public override void Write(ushort i) { }
- public override void Write(uint i) { }
- public override void Write(ulong i) { }
- }
- public partial class Semaphore
- {
- public Semaphore() { }
- public Semaphore(int initialCount) { }
- public int Value { get { throw null; } }
- public void Release() { }
- public bool TryWait() { throw null; }
- public void Wait() { }
- }
- public partial class SharedQueue : System.Collections.IEnumerable
- {
- protected bool m_isOpen;
- protected System.Collections.Queue m_queue;
- public SharedQueue() { }
- public void Close() { }
- public object Dequeue() { throw null; }
- public bool Dequeue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public object DequeueNoWait(object defaultValue) { throw null; }
- public void Enqueue(object o) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class SharedQueueEnumerator : System.Collections.IEnumerator
- {
- protected object m_current;
- protected RabbitMQ.Util.SharedQueue m_queue;
- public SharedQueueEnumerator(RabbitMQ.Util.SharedQueue queue) { }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class XmlUtil
- {
- internal XmlUtil() { }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter() { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(System.IO.Stream stream) { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(string path) { throw null; }
- public static System.Xml.XmlDocument SerializeObject(System.Type serializationType, object obj) { throw null; }
- }
-}
diff --git a/src/v4.5.2/WebMatrix.Data.cs b/src/v4.5.2/WebMatrix.Data.cs
deleted file mode 100644
index 45a23b1..0000000
--- a/src/v4.5.2/WebMatrix.Data.cs
+++ /dev/null
@@ -1,54 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace WebMatrix.Data
-{
- public partial class ConnectionEventArgs : System.EventArgs
- {
- public ConnectionEventArgs(System.Data.Common.DbConnection connection) { }
- public System.Data.Common.DbConnection Connection { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class Database : System.IDisposable
- {
- internal Database() { }
- public System.Data.Common.DbConnection Connection { get { throw null; } }
- public static event System.EventHandler<WebMatrix.Data.ConnectionEventArgs> ConnectionOpened { add { } remove { } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int Execute(string commandText, params object[] args) { throw null; }
- public object GetLastInsertId() { throw null; }
- public static WebMatrix.Data.Database Open(string name) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString, string providerName) { throw null; }
- public System.Collections.Generic.IEnumerable<dynamic> Query(string commandText, params object[] args) { throw null; }
- public dynamic QuerySingle(string commandText, params object[] args) { throw null; }
- public object QueryValue(string commandText, params object[] args) { throw null; }
- }
- public sealed partial class DynamicRecord : System.Dynamic.DynamicObject, System.ComponentModel.ICustomTypeDescriptor
- {
- internal DynamicRecord() { }
- public System.Collections.Generic.IList<string> Columns { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public object this[int index] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public override System.Collections.Generic.IEnumerable<string> GetDynamicMemberNames() { throw null; }
- System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
- System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
- System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
- System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
- public override bool TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) { result = default(object); throw null; }
- }
-}
diff --git a/src/v4.5.2/monodoc.cs b/src/v4.5.2/monodoc.cs
deleted file mode 100644
index 32ac03d..0000000
--- a/src/v4.5.2/monodoc.cs
+++ /dev/null
@@ -1,6024 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Lucene.Net
-{
- public sealed partial class LucenePackage
- {
- internal LucenePackage() { }
- }
-}
-namespace Lucene.Net.Analysis
-{
- public abstract partial class Analyzer : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected internal bool overridesTokenStreamMethod;
- protected Analyzer() { }
- protected internal virtual object PreviousTokenStream { get { throw null; } set { } }
- public void Close() { }
- public virtual void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual int GetOffsetGap(Lucene.Net.Documents.IFieldable field) { throw null; }
- public virtual int GetPositionIncrementGap(string fieldName) { throw null; }
- public virtual Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- [System.ObsoleteAttribute("This is only present to preserve back-compat of classes that subclass a core analyzer and override tokenStream but not reusableTokenStream ")]
- protected internal virtual void SetOverridesTokenStreamMethod<TClass>() where TClass : Lucene.Net.Analysis.Analyzer { }
- public abstract Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader);
- }
- public sealed partial class ASCIIFoldingFilter : Lucene.Net.Analysis.TokenFilter
- {
- public ASCIIFoldingFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public void FoldToASCII(char[] input, int length) { }
- public override bool IncrementToken() { throw null; }
- }
- public abstract partial class BaseCharFilter : Lucene.Net.Analysis.CharFilter
- {
- protected BaseCharFilter(Lucene.Net.Analysis.CharStream @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- protected int LastCumulativeDiff { get { throw null; } }
- protected void AddOffCorrectMap(int off, int cumulativeDiff) { }
- protected internal override int Correct(int currentOff) { throw null; }
- [System.ObsoleteAttribute("Use LastCumulativeDiff property instead")]
- protected int GetLastCumulativeDiff() { throw null; }
- }
- public sealed partial class CachingTokenFilter : Lucene.Net.Analysis.TokenFilter
- {
- public CachingTokenFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- }
- public partial class CharArraySet : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.ISet<string>, System.Collections.IEnumerable
- {
- public static Lucene.Net.Analysis.CharArraySet EMPTY_SET;
- public CharArraySet(System.Collections.Generic.IEnumerable<object> c, bool ignoreCase) { }
- public CharArraySet(System.Collections.Generic.IEnumerable<string> c, bool ignoreCase) { }
- public CharArraySet(int startSize, bool ignoreCase) { }
- public int Count { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool Add(char[] text) { throw null; }
- public bool Add(object item) { throw null; }
- public bool Add(string text) { throw null; }
- public void AddAll(System.Collections.Generic.IEnumerable<string> coll) { }
- public void Clear() { }
- public virtual bool Contains(char[] text, int off, int len) { throw null; }
- public bool Contains(object item) { throw null; }
- public virtual bool Contains(string text) { throw null; }
- public static Lucene.Net.Analysis.CharArraySet Copy<T>(System.Collections.Generic.ISet<T> @set) { throw null; }
- public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
- public void RemoveAll(System.Collections.Generic.ICollection<string> c) { }
- public void RetainAll(System.Collections.Generic.ICollection<string> c) { }
- public System.Collections.Generic.IEnumerator<string> StringEnumerator() { throw null; }
- void System.Collections.Generic.ICollection<string>.Add(string item) { }
- void System.Collections.Generic.ICollection<string>.CopyTo(string[] array, int arrayIndex) { }
- bool System.Collections.Generic.ICollection<string>.Remove(string item) { throw null; }
- void System.Collections.Generic.ISet<string>.ExceptWith(System.Collections.Generic.IEnumerable<string> other) { }
- void System.Collections.Generic.ISet<string>.IntersectWith(System.Collections.Generic.IEnumerable<string> other) { }
- bool System.Collections.Generic.ISet<string>.IsProperSubsetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsProperSupersetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsSubsetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsSupersetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.Overlaps(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.SetEquals(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- void System.Collections.Generic.ISet<string>.SymmetricExceptWith(System.Collections.Generic.IEnumerable<string> other) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public void UnionWith(System.Collections.Generic.IEnumerable<string> other) { }
- public static Lucene.Net.Analysis.CharArraySet UnmodifiableSet(Lucene.Net.Analysis.CharArraySet @set) { throw null; }
- public partial class CharArraySetEnumerator : System.Collections.Generic.IEnumerator<string>, System.Collections.IEnumerator, System.IDisposable
- {
- protected internal CharArraySetEnumerator(Lucene.Net.Analysis.CharArraySet creator) { }
- public string Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- public char[] NextCharArray() { throw null; }
- public void Reset() { }
- }
- }
- public abstract partial class CharFilter : Lucene.Net.Analysis.CharStream
- {
- protected internal Lucene.Net.Analysis.CharStream input;
- protected internal CharFilter(Lucene.Net.Analysis.CharStream in_Renamed) : base (default(System.IO.StreamReader)) { }
- protected internal virtual int Correct(int currentOff) { throw null; }
- public override int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public void Mark(int readAheadLimit) { }
- public bool MarkSupported() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- public void Reset() { }
- }
- public sealed partial class CharReader : Lucene.Net.Analysis.CharStream
- {
- internal CharReader() : base (default(System.IO.StreamReader)) { }
- public override int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public static Lucene.Net.Analysis.CharStream Get(System.IO.TextReader input) { throw null; }
- public void Mark(int readAheadLimit) { }
- public bool MarkSupported() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- public void Reset() { }
- }
- public abstract partial class CharStream : System.IO.StreamReader
- {
- protected CharStream(System.IO.StreamReader reader) : base (default(System.IO.Stream)) { }
- public abstract int CorrectOffset(int currentOff);
- }
- public abstract partial class CharTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- protected CharTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- protected CharTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- protected CharTokenizer(System.IO.TextReader input) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- protected internal abstract bool IsTokenChar(char c);
- protected internal virtual char Normalize(char c) { throw null; }
- public override void Reset(System.IO.TextReader input) { }
- }
- [System.ObsoleteAttribute("If you build a new index, use ASCIIFoldingFilter which covers a superset of Latin 1. This class is included for use with existing indexes and will be removed in a future release (possible Lucene 4.0).")]
- public partial class ISOLatin1AccentFilter : Lucene.Net.Analysis.TokenFilter
- {
- public ISOLatin1AccentFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- public void RemoveAccents(char[] input, int length) { }
- }
- public partial class KeywordAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public KeywordAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class KeywordTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- public KeywordTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input, int bufferSize) { }
- public KeywordTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input, int bufferSize) { }
- public KeywordTokenizer(System.IO.TextReader input) { }
- public KeywordTokenizer(System.IO.TextReader input, int bufferSize) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset(System.IO.TextReader input) { }
- }
- public sealed partial class LengthFilter : Lucene.Net.Analysis.TokenFilter
- {
- public LengthFilter(Lucene.Net.Analysis.TokenStream in_Renamed, int min, int max) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public partial class LetterTokenizer : Lucene.Net.Analysis.CharTokenizer
- {
- public LetterTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LetterTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LetterTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override bool IsTokenChar(char c) { throw null; }
- }
- public sealed partial class LowerCaseFilter : Lucene.Net.Analysis.TokenFilter
- {
- public LowerCaseFilter(Lucene.Net.Analysis.TokenStream @in) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class LowerCaseTokenizer : Lucene.Net.Analysis.LetterTokenizer
- {
- public LowerCaseTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LowerCaseTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LowerCaseTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override char Normalize(char c) { throw null; }
- }
- public partial class MappingCharFilter : Lucene.Net.Analysis.BaseCharFilter
- {
- public MappingCharFilter(Lucene.Net.Analysis.NormalizeCharMap normMap, Lucene.Net.Analysis.CharStream @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- public MappingCharFilter(Lucene.Net.Analysis.NormalizeCharMap normMap, System.IO.TextReader @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- public override int Read() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- }
- public partial class NormalizeCharMap
- {
- public NormalizeCharMap() { }
- public virtual void Add(string singleMatch, string replacement) { }
- }
- public sealed partial class NumericTokenStream : Lucene.Net.Analysis.TokenStream
- {
- public const string TOKEN_TYPE_FULL_PREC = "fullPrecNumeric";
- public const string TOKEN_TYPE_LOWER_PREC = "lowerPrecNumeric";
- public NumericTokenStream() { }
- public NumericTokenStream(Lucene.Net.Util.AttributeSource source, int precisionStep) { }
- public NumericTokenStream(Lucene.Net.Util.AttributeSource.AttributeFactory factory, int precisionStep) { }
- public NumericTokenStream(int precisionStep) { }
- protected override void Dispose(bool disposing) { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- public Lucene.Net.Analysis.NumericTokenStream SetDoubleValue(double value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetFloatValue(float value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetIntValue(int value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetLongValue(long value_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PerFieldAnalyzerWrapper : Lucene.Net.Analysis.Analyzer
- {
- public PerFieldAnalyzerWrapper(Lucene.Net.Analysis.Analyzer defaultAnalyzer) { }
- public PerFieldAnalyzerWrapper(Lucene.Net.Analysis.Analyzer defaultAnalyzer, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, Lucene.Net.Analysis.Analyzer>> fieldAnalyzers) { }
- public virtual void AddAnalyzer(string fieldName, Lucene.Net.Analysis.Analyzer analyzer) { }
- public override int GetOffsetGap(Lucene.Net.Documents.IFieldable field) { throw null; }
- public override int GetPositionIncrementGap(string fieldName) { throw null; }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class PorterStemFilter : Lucene.Net.Analysis.TokenFilter
- {
- public PorterStemFilter(Lucene.Net.Analysis.TokenStream in_Renamed) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class SimpleAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public SimpleAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StopAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public static System.Collections.Generic.ISet<string> ENGLISH_STOP_WORDS_SET;
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.Collections.Generic.ISet<string> stopWords) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.FileInfo stopwordsFile) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader stopwords) { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StopFilter : Lucene.Net.Analysis.TokenFilter
- {
- public StopFilter(bool enablePositionIncrements, Lucene.Net.Analysis.TokenStream @in, System.Collections.Generic.ISet<string> stopWords) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public StopFilter(bool enablePositionIncrements, Lucene.Net.Analysis.TokenStream input, System.Collections.Generic.ISet<string> stopWords, bool ignoreCase) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public bool EnablePositionIncrements { get { throw null; } set { } }
- public static bool GetEnablePositionIncrementsVersionDefault(Lucene.Net.Util.Version matchVersion) { throw null; }
- public override bool IncrementToken() { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(System.Collections.Generic.IList<object> stopWords) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(System.Collections.Generic.IList<object> stopWords, bool ignoreCase) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(params string[] stopWords) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(string[] stopWords, bool ignoreCase) { throw null; }
- }
- public sealed partial class TeeSinkTokenFilter : Lucene.Net.Analysis.TokenFilter
- {
- public TeeSinkTokenFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public void AddSinkTokenStream(Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream sink) { }
- public void ConsumeAllTokens() { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream NewSinkTokenStream() { throw null; }
- public Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream NewSinkTokenStream(Lucene.Net.Analysis.TeeSinkTokenFilter.SinkFilter filter) { throw null; }
- public partial class AnonymousClassSinkFilter : Lucene.Net.Analysis.TeeSinkTokenFilter.SinkFilter
- {
- public AnonymousClassSinkFilter() { }
- public override bool Accept(Lucene.Net.Util.AttributeSource source) { throw null; }
- }
- public abstract partial class SinkFilter
- {
- protected SinkFilter() { }
- public abstract bool Accept(Lucene.Net.Util.AttributeSource source);
- public virtual void Reset() { }
- }
- public sealed partial class SinkTokenStream : Lucene.Net.Analysis.TokenStream
- {
- internal SinkTokenStream() { }
- protected override void Dispose(bool disposing) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- }
- }
- [System.SerializableAttribute]
- public partial class Token : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute, Lucene.Net.Analysis.Tokenattributes.IOffsetAttribute, Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute, Lucene.Net.Analysis.Tokenattributes.IPositionIncrementAttribute, Lucene.Net.Analysis.Tokenattributes.ITermAttribute, Lucene.Net.Analysis.Tokenattributes.ITypeAttribute, Lucene.Net.Util.IAttribute
- {
- public const string DEFAULT_TYPE = "word";
- public static Lucene.Net.Util.AttributeSource.AttributeFactory TOKEN_ATTRIBUTE_FACTORY;
- public Token() { }
- public Token(char[] startTermBuffer, int termBufferOffset, int termBufferLength, int start, int end) { }
- public Token(int start, int end) { }
- public Token(int start, int end, int flags) { }
- public Token(int start, int end, string typ) { }
- public Token(string text, int start, int end) { }
- public Token(string text, int start, int end, int flags) { }
- public Token(string text, int start, int end, string typ) { }
- public virtual int EndOffset { get { throw null; } set { } }
- public virtual int Flags { get { throw null; } set { } }
- public virtual Lucene.Net.Index.Payload Payload { get { throw null; } set { } }
- public virtual int PositionIncrement { get { throw null; } set { } }
- public virtual int StartOffset { get { throw null; } set { } }
- public string Term { get { throw null; } }
- public string Type { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public virtual Lucene.Net.Analysis.Token Clone(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype) { }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype, char[] newTermBuffer, int offset, int length) { }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype, string newTerm) { }
- public virtual Lucene.Net.Analysis.Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual char[] ResizeTermBuffer(int newSize) { throw null; }
- public virtual void SetOffset(int startOffset, int endOffset) { }
- public void SetTermBuffer(char[] buffer, int offset, int length) { }
- public void SetTermBuffer(string buffer) { }
- public void SetTermBuffer(string buffer, int offset, int length) { }
- public void SetTermLength(int length) { }
- public char[] TermBuffer() { throw null; }
- public int TermLength() { throw null; }
- public override string ToString() { throw null; }
- public partial class TokenAttributeFactory : Lucene.Net.Util.AttributeSource.AttributeFactory
- {
- public TokenAttributeFactory(Lucene.Net.Util.AttributeSource.AttributeFactory delegateFactory) { }
- public override Lucene.Net.Util.Attribute CreateAttributeInstance<T>() { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public abstract partial class TokenFilter : Lucene.Net.Analysis.TokenStream
- {
- protected internal Lucene.Net.Analysis.TokenStream input;
- protected internal TokenFilter(Lucene.Net.Analysis.TokenStream input) { }
- protected override void Dispose(bool disposing) { }
- public override void End() { }
- public override void Reset() { }
- }
- public abstract partial class Tokenizer : Lucene.Net.Analysis.TokenStream
- {
- protected internal System.IO.TextReader input;
- protected internal Tokenizer() { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource source) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- protected internal Tokenizer(System.IO.TextReader input) { }
- protected internal int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public virtual void Reset(System.IO.TextReader input) { }
- }
- public abstract partial class TokenStream : Lucene.Net.Util.AttributeSource, System.IDisposable
- {
- protected internal TokenStream() { }
- protected internal TokenStream(Lucene.Net.Util.AttributeSource input) { }
- protected internal TokenStream(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public virtual void End() { }
- public abstract bool IncrementToken();
- public virtual void Reset() { }
- }
- public sealed partial class WhitespaceAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public WhitespaceAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public partial class WhitespaceTokenizer : Lucene.Net.Analysis.CharTokenizer
- {
- public WhitespaceTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public WhitespaceTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public WhitespaceTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override bool IsTokenChar(char c) { throw null; }
- }
- public partial class WordlistLoader
- {
- public WordlistLoader() { }
- public static System.Collections.Generic.Dictionary<string, string> GetStemDict(System.IO.FileInfo wordstemfile) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.FileInfo wordfile) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.FileInfo wordfile, string comment) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.TextReader reader) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.TextReader reader, string comment) { throw null; }
- }
-}
-namespace Lucene.Net.Analysis.Standard
-{
- public partial class StandardAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public const int DEFAULT_MAX_TOKEN_LENGTH = 255;
- public static readonly System.Collections.Generic.ISet<string> STOP_WORDS_SET;
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.Collections.Generic.ISet<string> stopWords) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.FileInfo stopwords) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader stopwords) { }
- public virtual int MaxTokenLength { get { throw null; } set { } }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StandardFilter : Lucene.Net.Analysis.TokenFilter
- {
- public StandardFilter(Lucene.Net.Analysis.TokenStream in_Renamed) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class StandardTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- public const int ACRONYM = 2;
- [System.ObsoleteAttribute("this solves a bug where HOSTs that end with '.' are identified as ACRONYMs.")]
- public const int ACRONYM_DEP = 8;
- public const int ALPHANUM = 0;
- public const int APOSTROPHE = 1;
- public const int CJ = 7;
- public const int COMPANY = 3;
- public const int EMAIL = 4;
- public const int HOST = 5;
- public const int NUM = 6;
- public static readonly string[] TOKEN_TYPES;
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader input) { }
- public int MaxTokenLength { get { throw null; } set { } }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset(System.IO.TextReader reader) { }
- [System.ObsoleteAttribute("Remove in 3.X and make true the only valid value. See https://issues.apache.org/jira/browse/LUCENE-1068")]
- public void SetReplaceInvalidAcronym(bool replaceInvalidAcronym) { }
- }
-}
-namespace Lucene.Net.Analysis.Tokenattributes
-{
- [System.SerializableAttribute]
- public partial class FlagsAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public FlagsAttribute() { }
- public virtual int Flags { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial interface IFlagsAttribute : Lucene.Net.Util.IAttribute
- {
- int Flags { get; set; }
- }
- public partial interface IOffsetAttribute : Lucene.Net.Util.IAttribute
- {
- int EndOffset { get; }
- int StartOffset { get; }
- void SetOffset(int startOffset, int endOffset);
- }
- public partial interface IPayloadAttribute : Lucene.Net.Util.IAttribute
- {
- Lucene.Net.Index.Payload Payload { get; set; }
- }
- public partial interface IPositionIncrementAttribute : Lucene.Net.Util.IAttribute
- {
- int PositionIncrement { get; set; }
- }
- public partial interface ITermAttribute : Lucene.Net.Util.IAttribute
- {
- string Term { get; }
- char[] ResizeTermBuffer(int newSize);
- void SetTermBuffer(char[] buffer, int offset, int length);
- void SetTermBuffer(string buffer);
- void SetTermBuffer(string buffer, int offset, int length);
- void SetTermLength(int length);
- char[] TermBuffer();
- int TermLength();
- }
- public partial interface ITypeAttribute : Lucene.Net.Util.IAttribute
- {
- string Type { get; set; }
- }
- [System.SerializableAttribute]
- public partial class OffsetAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IOffsetAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public OffsetAttribute() { }
- public virtual int EndOffset { get { throw null; } }
- public virtual int StartOffset { get { throw null; } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void SetOffset(int startOffset, int endOffset) { }
- }
- [System.SerializableAttribute]
- public partial class PayloadAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public PayloadAttribute() { }
- public PayloadAttribute(Lucene.Net.Index.Payload payload) { }
- public virtual Lucene.Net.Index.Payload Payload { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PositionIncrementAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IPositionIncrementAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public PositionIncrementAttribute() { }
- public virtual int PositionIncrement { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.ITermAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public TermAttribute() { }
- public virtual string Term { get { throw null; } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual char[] ResizeTermBuffer(int newSize) { throw null; }
- public virtual void SetTermBuffer(char[] buffer, int offset, int length) { }
- public virtual void SetTermBuffer(string buffer) { }
- public virtual void SetTermBuffer(string buffer, int offset, int length) { }
- public virtual void SetTermLength(int length) { }
- public virtual char[] TermBuffer() { throw null; }
- public virtual int TermLength() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TypeAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.ITypeAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public const string DEFAULT_TYPE = "word";
- public TypeAttribute() { }
- public TypeAttribute(string type) { }
- public virtual string Type { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
-}
-namespace Lucene.Net.Documents
-{
- [System.SerializableAttribute]
- public abstract partial class AbstractField : Lucene.Net.Documents.IFieldable
- {
- protected internal object fieldsData;
- protected internal int internalBinaryLength;
- protected internal int internalbinaryOffset;
- protected internal float internalBoost;
- protected internal bool internalIsBinary;
- protected internal bool internalIsIndexed;
- protected internal bool internalIsStored;
- protected internal bool internalIsTokenized;
- protected internal string internalName;
- protected internal bool internalOmitNorms;
- protected internal bool internalOmitTermFreqAndPositions;
- protected internal bool lazy;
- protected internal bool storeOffsetWithTermVector;
- protected internal bool storePositionWithTermVector;
- protected internal bool storeTermVector;
- protected internal Lucene.Net.Analysis.TokenStream tokenStream;
- protected internal AbstractField() { }
- protected internal AbstractField(string name, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public virtual int BinaryLength { get { throw null; } }
- public virtual int BinaryOffset { get { throw null; } }
- public virtual float Boost { get { throw null; } set { } }
- public bool IsBinary { get { throw null; } }
- public bool IsIndexed { get { throw null; } }
- public virtual bool IsLazy { get { throw null; } }
- public bool IsStored { get { throw null; } }
- public virtual bool IsStoreOffsetWithTermVector { get { throw null; } }
- public virtual bool IsStorePositionWithTermVector { get { throw null; } }
- public bool IsTermVectorStored { get { throw null; } }
- public bool IsTokenized { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual bool OmitNorms { get { throw null; } set { } }
- public virtual bool OmitTermFreqAndPositions { get { throw null; } set { } }
- public abstract System.IO.TextReader ReaderValue { get; }
- public abstract string StringValue { get; }
- public abstract Lucene.Net.Analysis.TokenStream TokenStreamValue { get; }
- public virtual byte[] GetBinaryValue() { throw null; }
- public virtual byte[] GetBinaryValue(byte[] result) { throw null; }
- protected internal virtual void SetStoreTermVector(Lucene.Net.Documents.Field.TermVector termVector) { }
- public override string ToString() { throw null; }
- }
- public partial class CompressionTools
- {
- internal CompressionTools() { }
- public static byte[] Compress(byte[] value_Renamed) { throw null; }
- public static byte[] Compress(byte[] value_Renamed, int offset, int length) { throw null; }
- public static byte[] Compress(byte[] value_Renamed, int offset, int length, int compressionLevel) { throw null; }
- public static byte[] CompressString(string value_Renamed) { throw null; }
- public static byte[] CompressString(string value_Renamed, int compressionLevel) { throw null; }
- public static byte[] Decompress(byte[] value_Renamed) { throw null; }
- public static string DecompressString(byte[] value_Renamed) { throw null; }
- }
- [System.ObsoleteAttribute("If you build a new index, use DateTools or NumericField instead.This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).")]
- public partial class DateField
- {
- internal DateField() { }
- public static string DateToString(System.DateTime date) { throw null; }
- public static string MAX_DATE_STRING() { throw null; }
- public static string MIN_DATE_STRING() { throw null; }
- public static System.DateTime StringToDate(string s) { throw null; }
- public static long StringToTime(string s) { throw null; }
- public static string TimeToString(long time) { throw null; }
- }
- public partial class DateTools
- {
- internal DateTools() { }
- public static string DateToString(System.DateTime date, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static System.DateTime Round(System.DateTime date, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static long Round(long time, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static System.DateTime StringToDate(string dateString) { throw null; }
- public static long StringToTime(string dateString) { throw null; }
- public static string TimeToString(long time, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public partial class Resolution
- {
- internal Resolution() { }
- public static readonly Lucene.Net.Documents.DateTools.Resolution DAY;
- public static readonly Lucene.Net.Documents.DateTools.Resolution HOUR;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MILLISECOND;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MINUTE;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MONTH;
- public static readonly Lucene.Net.Documents.DateTools.Resolution SECOND;
- public static readonly Lucene.Net.Documents.DateTools.Resolution YEAR;
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class Document
- {
- public Document() { }
- public float Boost { get { throw null; } set { } }
- public System.Collections.Generic.IList<Lucene.Net.Documents.IFieldable> fields_ForNUnit { get { throw null; } }
- public void Add(Lucene.Net.Documents.IFieldable field) { }
- public string Get(string name) { throw null; }
- public byte[] GetBinaryValue(string name) { throw null; }
- public byte[][] GetBinaryValues(string name) { throw null; }
- public Lucene.Net.Documents.Field GetField(string name) { throw null; }
- public Lucene.Net.Documents.IFieldable GetFieldable(string name) { throw null; }
- public Lucene.Net.Documents.IFieldable[] GetFieldables(string name) { throw null; }
- public System.Collections.Generic.IList<Lucene.Net.Documents.IFieldable> GetFields() { throw null; }
- public Lucene.Net.Documents.Field[] GetFields(string name) { throw null; }
- public string[] GetValues(string name) { throw null; }
- public void RemoveField(string name) { }
- public void RemoveFields(string name) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class Field : Lucene.Net.Documents.AbstractField, Lucene.Net.Documents.IFieldable
- {
- public Field(string name, Lucene.Net.Analysis.TokenStream tokenStream) { }
- public Field(string name, Lucene.Net.Analysis.TokenStream tokenStream, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, bool internName, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, byte[] value_Renamed, Lucene.Net.Documents.Field.Store store) { }
- public Field(string name, byte[] value_Renamed, int offset, int length, Lucene.Net.Documents.Field.Store store) { }
- public Field(string name, System.IO.TextReader reader) { }
- public Field(string name, System.IO.TextReader reader, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index) { }
- public Field(string name, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public override System.IO.TextReader ReaderValue { get { throw null; } }
- public override string StringValue { get { throw null; } }
- public override Lucene.Net.Analysis.TokenStream TokenStreamValue { get { throw null; } }
- public void SetTokenStream(Lucene.Net.Analysis.TokenStream tokenStream) { }
- public void SetValue(byte[] value) { }
- public void SetValue(byte[] value, int offset, int length) { }
- public void SetValue(System.IO.TextReader value) { }
- public void SetValue(string value) { }
- public enum Index
- {
- ANALYZED = 1,
- ANALYZED_NO_NORMS = 4,
- NO = 0,
- NOT_ANALYZED = 2,
- NOT_ANALYZED_NO_NORMS = 3,
- }
- public enum Store
- {
- NO = 1,
- YES = 0,
- }
- public enum TermVector
- {
- NO = 0,
- WITH_OFFSETS = 3,
- WITH_POSITIONS = 2,
- WITH_POSITIONS_OFFSETS = 4,
- YES = 1,
- }
- }
- public static partial class FieldExtensions
- {
- public static bool IsAnalyzed(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static bool IsIndexed(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static bool IsStored(this Lucene.Net.Documents.Field.Store store) { throw null; }
- public static bool IsStored(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- public static bool OmitNorms(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static Lucene.Net.Documents.Field.Index ToIndex(bool indexed, bool analyed) { throw null; }
- public static Lucene.Net.Documents.Field.Index ToIndex(bool indexed, bool analyzed, bool omitNorms) { throw null; }
- public static Lucene.Net.Documents.Field.TermVector ToTermVector(bool stored, bool withOffsets, bool withPositions) { throw null; }
- public static bool WithOffsets(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- public static bool WithPositions(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- }
- public partial interface FieldSelector
- {
- Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName);
- }
- public enum FieldSelectorResult
- {
- INVALID = 0,
- LAZY_LOAD = 2,
- LOAD = 1,
- LOAD_AND_BREAK = 4,
- NO_LOAD = 3,
- SIZE = 5,
- SIZE_AND_BREAK = 6,
- }
- public partial interface IFieldable
- {
- int BinaryLength { get; }
- int BinaryOffset { get; }
- float Boost { get; set; }
- bool IsBinary { get; }
- bool IsIndexed { get; }
- bool IsLazy { get; }
- bool IsStored { get; }
- bool IsStoreOffsetWithTermVector { get; }
- bool IsStorePositionWithTermVector { get; }
- bool IsTermVectorStored { get; }
- bool IsTokenized { get; }
- string Name { get; }
- bool OmitNorms { get; set; }
- bool OmitTermFreqAndPositions { get; set; }
- System.IO.TextReader ReaderValue { get; }
- string StringValue { get; }
- Lucene.Net.Analysis.TokenStream TokenStreamValue { get; }
- byte[] GetBinaryValue();
- byte[] GetBinaryValue(byte[] result);
- }
- [System.SerializableAttribute]
- public partial class LoadFirstFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public LoadFirstFieldSelector() { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MapFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public MapFieldSelector(System.Collections.Generic.IDictionary<string, Lucene.Net.Documents.FieldSelectorResult> fieldSelections) { }
- public MapFieldSelector(System.Collections.Generic.IList<string> fields) { }
- public MapFieldSelector(params string[] fields) { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string field) { throw null; }
- }
- [System.ObsoleteAttribute("For new indexes use NumericUtils instead, which provides a sortable binary representation (prefix encoded) of numeric values. To index and efficiently query numeric values use NumericField and NumericRangeQuery. This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).")]
- public partial class NumberTools
- {
- public static readonly string MAX_STRING_VALUE;
- public static readonly string MIN_STRING_VALUE;
- public static readonly int STR_SIZE;
- public NumberTools() { }
- public static string LongToString(long l) { throw null; }
- public static long StringToLong(string str) { throw null; }
- public static long ToLong(string t) { throw null; }
- public static string ToString(long lval) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericField : Lucene.Net.Documents.AbstractField
- {
- public NumericField(string name) { }
- public NumericField(string name, Lucene.Net.Documents.Field.Store store, bool index) { }
- public NumericField(string name, int precisionStep) { }
- public NumericField(string name, int precisionStep, Lucene.Net.Documents.Field.Store store, bool index) { }
- public System.ValueType NumericValue { get { throw null; } }
- public override System.IO.TextReader ReaderValue { get { throw null; } }
- public override string StringValue { get { throw null; } }
- public override Lucene.Net.Analysis.TokenStream TokenStreamValue { get { throw null; } }
- public override byte[] GetBinaryValue(byte[] result) { throw null; }
- public Lucene.Net.Documents.NumericField SetDoubleValue(double value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetFloatValue(float value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetIntValue(int value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetLongValue(long value_Renamed) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SetBasedFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public SetBasedFieldSelector(System.Collections.Generic.ISet<string> fieldsToLoad, System.Collections.Generic.ISet<string> lazyFieldsToLoad) { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName) { throw null; }
- }
-}
-namespace Lucene.Net.Index
-{
- public abstract partial class AbstractAllTermDocs : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- protected int internalDoc;
- protected int maxDoc;
- protected AbstractAllTermDocs(int maxDoc) { }
- public int Doc { get { throw null; } }
- public int Freq { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract bool IsDeleted(int doc);
- public bool Next() { throw null; }
- public int Read(int[] docs, int[] freqs) { throw null; }
- public void Seek(Lucene.Net.Index.Term term) { }
- public void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public bool SkipTo(int target) { throw null; }
- }
- public sealed partial class ByteBlockPool
- {
- public byte[] buffer;
- public byte[][] buffers;
- public int byteOffset;
- public int byteUpto;
- public static readonly int FIRST_LEVEL_SIZE_For_NUnit_Test;
- public ByteBlockPool(Lucene.Net.Index.ByteBlockPool.Allocator allocator, bool trackAllocations) { }
- public static int FIRST_LEVEL_SIZE_ForNUnit { get { throw null; } }
- public int AllocSlice(byte[] slice, int upto) { throw null; }
- public int NewSlice(int size) { throw null; }
- public void NextBuffer() { }
- public void Reset() { }
- public abstract partial class Allocator
- {
- protected Allocator() { }
- public abstract byte[] GetByteBlock(bool trackAllocations);
- public abstract void RecycleByteBlocks(byte[][] blocks, int start, int end);
- public abstract void RecycleByteBlocks(System.Collections.Generic.IList<byte[]> blocks);
- }
- }
- public sealed partial class ByteSliceReader : Lucene.Net.Store.IndexInput
- {
- public int bufferOffset;
- public int endIndex;
- public int upto;
- public ByteSliceReader() { }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public bool Eof() { throw null; }
- public void Init(Lucene.Net.Index.ByteBlockPool pool, int startIndex, int endIndex) { }
- public override long Length() { throw null; }
- public void NextSlice() { }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- public long WriteTo(Lucene.Net.Store.IndexOutput @out) { throw null; }
- }
- public sealed partial class ByteSliceWriter
- {
- public ByteSliceWriter(Lucene.Net.Index.ByteBlockPool pool) { }
- public int Address { get { throw null; } }
- public void Init(int address) { }
- public void WriteByte(byte b) { }
- public void WriteBytes(byte[] b, int offset, int len) { }
- public void WriteVInt(int i) { }
- }
- public partial class CheckIndex
- {
- public CheckIndex(Lucene.Net.Store.Directory dir) { }
- public virtual Lucene.Net.Index.CheckIndex.Status CheckIndex_Renamed_Method() { throw null; }
- public virtual Lucene.Net.Index.CheckIndex.Status CheckIndex_Renamed_Method(System.Collections.Generic.List<string> onlySegments) { throw null; }
- public virtual void FixIndex(Lucene.Net.Index.CheckIndex.Status result) { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public virtual void SetInfoStream(System.IO.StreamWriter @out) { }
- public partial class Status
- {
- public bool cantOpenSegments;
- public bool clean;
- public Lucene.Net.Store.Directory dir;
- public bool missingSegments;
- public bool missingSegmentVersion;
- public int numBadSegments;
- public int numSegments;
- public bool @partial;
- public string segmentFormat;
- public System.Collections.Generic.IList<Lucene.Net.Index.CheckIndex.Status.SegmentInfoStatus> segmentInfos;
- public System.Collections.Generic.List<string> segmentsChecked;
- public string segmentsFileName;
- public bool toolOutOfDate;
- public int totLoseDocCount;
- public System.Collections.Generic.IDictionary<string, string> userData;
- public Status() { }
- public sealed partial class FieldNormStatus
- {
- public System.Exception error;
- public long totFields;
- public FieldNormStatus() { }
- }
- public partial class SegmentInfoStatus
- {
- public bool compound;
- public string deletionsFileName;
- public System.Collections.Generic.IDictionary<string, string> diagnostics;
- public int docCount;
- public bool docStoreCompoundFile;
- public int docStoreOffset;
- public string docStoreSegment;
- public Lucene.Net.Index.CheckIndex.Status.FieldNormStatus fieldNormStatus;
- public bool hasDeletions;
- public bool hasProx;
- public string name;
- public int numDeleted;
- public int numFiles;
- public bool openReaderPassed;
- public double sizeMB;
- public Lucene.Net.Index.CheckIndex.Status.StoredFieldStatus storedFieldStatus;
- public Lucene.Net.Index.CheckIndex.Status.TermIndexStatus termIndexStatus;
- public Lucene.Net.Index.CheckIndex.Status.TermVectorStatus termVectorStatus;
- public SegmentInfoStatus() { }
- }
- public sealed partial class StoredFieldStatus
- {
- public int docCount;
- public System.Exception error;
- public long totFields;
- public StoredFieldStatus() { }
- }
- public sealed partial class TermIndexStatus
- {
- public System.Exception error;
- public long termCount;
- public long totFreq;
- public long totPos;
- public TermIndexStatus() { }
- }
- public sealed partial class TermVectorStatus
- {
- public int docCount;
- public System.Exception error;
- public long totVectors;
- public TermVectorStatus() { }
- }
- }
- }
- public partial class CompoundFileReader : Lucene.Net.Store.Directory
- {
- public CompoundFileReader(Lucene.Net.Store.Directory dir, string name) { }
- public CompoundFileReader(Lucene.Net.Store.Directory dir, string name, int readBufferSize) { }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.Lock MakeLock(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string id) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string id, int readBufferSize) { throw null; }
- public void RenameFile(string from, string to) { }
- public override void TouchFile(string name) { }
- public sealed partial class CSIndexInput : Lucene.Net.Store.BufferedIndexInput
- {
- internal CSIndexInput() { }
- public Lucene.Net.Store.IndexInput base_Renamed_ForNUnit { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override void ReadInternal(byte[] b, int offset, int len) { }
- public override void SeekInternal(long pos) { }
- }
- }
- public sealed partial class CompoundFileWriter : System.IDisposable
- {
- public CompoundFileWriter(Lucene.Net.Store.Directory dir, string name) { }
- public Lucene.Net.Store.Directory Directory { get { throw null; } }
- public string Name { get { throw null; } }
- public void AddFile(string file) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- }
- public partial class ConcurrentMergeScheduler : Lucene.Net.Index.MergeScheduler
- {
- protected internal Lucene.Net.Store.Directory dir;
- protected internal int mergeThreadCount;
- protected internal System.Collections.Generic.IList<Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread> mergeThreads;
- protected internal Lucene.Net.Index.IndexWriter writer;
- public ConcurrentMergeScheduler() { }
- public virtual int MaxThreadCount { get { throw null; } set { } }
- public static bool AnyUnhandledExceptions() { throw null; }
- public virtual void ClearSuppressExceptions() { }
- public static void ClearUnhandledExceptions() { }
- protected override void Dispose(bool disposing) { }
- protected internal virtual void DoMerge(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- protected internal virtual Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread GetMergeThread(Lucene.Net.Index.IndexWriter writer, Lucene.Net.Index.MergePolicy.OneMerge merge) { throw null; }
- public virtual int GetMergeThreadPriority() { throw null; }
- protected internal virtual void HandleMergeException(System.Exception exc) { }
- public override void Merge(Lucene.Net.Index.IndexWriter writer) { }
- public virtual void SetMergeThreadPriority(int pri) { }
- public virtual void SetSuppressExceptions() { }
- public static void SetTestMode() { }
- public virtual void Sync() { }
- public partial class MergeThread : Lucene.Net.Support.ThreadClass
- {
- public MergeThread(Lucene.Net.Index.ConcurrentMergeScheduler enclosingInstance, Lucene.Net.Index.IndexWriter writer, Lucene.Net.Index.MergePolicy.OneMerge startMerge) { }
- public Lucene.Net.Index.ConcurrentMergeScheduler Enclosing_Instance { get { throw null; } }
- public virtual Lucene.Net.Index.MergePolicy.OneMerge RunningMerge { get { throw null; } }
- public override void Run() { }
- public virtual void SetRunningMerge(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual void SetThreadPriority(int pri) { }
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class CorruptIndexException : System.IO.IOException
- {
- public CorruptIndexException(string message) { }
- public CorruptIndexException(string message, System.Exception exp) { }
- }
- public partial class DirectoryReader : Lucene.Net.Index.IndexReader
- {
- internal DirectoryReader() { }
- protected internal Lucene.Net.Store.Directory internalDirectory;
- protected internal bool readOnly;
- public override System.Collections.Generic.IDictionary<string, string> CommitUserData { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override Lucene.Net.Index.IndexCommit IndexCommit { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override int TermInfosIndexDivisor { get { throw null; } }
- public override long Version { get { throw null; } }
- protected internal override void AcquireWriteLock() { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public static new System.Collections.Generic.ICollection<Lucene.Net.Index.IndexCommit> ListCommits(Lucene.Net.Store.Directory dir) { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen(Lucene.Net.Index.IndexCommit commit) { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen(bool openReadOnly) { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class DocumentsWriter : System.IDisposable
- {
- internal DocumentsWriter() { }
- public static int BYTE_BLOCK_SIZE_ForNUnit { get { throw null; } }
- public static int CHAR_BLOCK_SIZE_ForNUnit { get { throw null; } }
- public void Dispose() { }
- }
- public sealed partial class FieldInfo : System.ICloneable
- {
- internal FieldInfo() { }
- public bool isIndexed_ForNUnit { get { throw null; } }
- public string name_ForNUnit { get { throw null; } }
- public bool omitNorms_ForNUnit { get { throw null; } }
- public bool omitTermFreqAndPositions_ForNUnit { get { throw null; } }
- public bool storePayloads_ForNUnit { get { throw null; } }
- public bool storeTermVector_ForNUnit { get { throw null; } }
- public object Clone() { throw null; }
- }
- public sealed partial class FieldInfos : System.ICloneable
- {
- public const int FORMAT_PRE = -1;
- public const int FORMAT_START = -2;
- public FieldInfos() { }
- public FieldInfos(Lucene.Net.Store.Directory d, string name) { }
- public void Add(Lucene.Net.Documents.Document doc) { }
- public void Add(System.Collections.Generic.ICollection<string> names, bool isIndexed) { }
- public void Add(string name, bool isIndexed) { }
- public void Add(string name, bool isIndexed, bool storeTermVector) { }
- public void Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector) { }
- public void Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms) { }
- public Lucene.Net.Index.FieldInfo Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms, bool storePayloads, bool omitTermFreqAndPositions) { throw null; }
- public void AddIndexed(System.Collections.Generic.ICollection<string> names, bool storeTermVectors, bool storePositionWithTermVector, bool storeOffsetWithTermVector) { }
- public object Clone() { throw null; }
- public Lucene.Net.Index.FieldInfo FieldInfo(int fieldNumber) { throw null; }
- public Lucene.Net.Index.FieldInfo FieldInfo(string fieldName) { throw null; }
- public string FieldName(int fieldNumber) { throw null; }
- public int FieldNumber(string fieldName) { throw null; }
- public bool HasVectors() { throw null; }
- public int Size() { throw null; }
- public void Write(Lucene.Net.Store.Directory d, string name) { }
- public void Write(Lucene.Net.Store.IndexOutput output) { }
- }
- public sealed partial class FieldInvertState
- {
- public FieldInvertState() { }
- public FieldInvertState(int position, int length, int numOverlap, int offset, float boost) { }
- public Lucene.Net.Util.AttributeSource AttributeSource { get { throw null; } }
- public float Boost { get { throw null; } }
- public int Length { get { throw null; } }
- public int NumOverlap { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class FieldReaderException : System.SystemException
- {
- public FieldReaderException() { }
- public FieldReaderException(System.Exception cause) { }
- public FieldReaderException(string message) { }
- public FieldReaderException(string message, System.Exception cause) { }
- }
- public partial class FieldSortedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public FieldSortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public FieldSortedTermVectorMapper(System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public virtual System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> Comparator { get { throw null; } }
- public virtual System.Collections.Generic.IDictionary<string, System.Collections.Generic.SortedSet<Lucene.Net.Index.TermVectorEntry>> FieldToTerms { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- }
- public sealed partial class FieldsReader : System.ICloneable, System.IDisposable
- {
- public FieldsReader(Lucene.Net.Store.Directory d, string segment, Lucene.Net.Index.FieldInfos fn) { }
- public object Clone() { throw null; }
- public void Dispose() { }
- public Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public int Size() { throw null; }
- }
- public partial class FilterIndexReader : Lucene.Net.Index.IndexReader
- {
- protected internal Lucene.Net.Index.IndexReader in_Renamed;
- public FilterIndexReader(Lucene.Net.Index.IndexReader in_Renamed) { }
- public override object DeletesCacheKey { get { throw null; } }
- public override object FieldCacheKey { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal override void DoSetNorm(int d, string f, byte b) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string f) { throw null; }
- public override void Norms(string f, byte[] bytes, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t) { throw null; }
- public partial class FilterTermDocs : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- protected internal Lucene.Net.Index.TermDocs in_Renamed;
- public FilterTermDocs(Lucene.Net.Index.TermDocs in_Renamed) { }
- public virtual int Doc { get { throw null; } }
- public virtual int Freq { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual bool Next() { throw null; }
- public virtual int Read(int[] docs, int[] freqs) { throw null; }
- public virtual void Seek(Lucene.Net.Index.Term term) { }
- public virtual void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public virtual bool SkipTo(int i) { throw null; }
- }
- public partial class FilterTermEnum : Lucene.Net.Index.TermEnum
- {
- protected internal Lucene.Net.Index.TermEnum in_Renamed;
- public FilterTermEnum(Lucene.Net.Index.TermEnum in_Renamed) { }
- public override Lucene.Net.Index.Term Term { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override int DocFreq() { throw null; }
- public override bool Next() { throw null; }
- }
- public partial class FilterTermPositions : Lucene.Net.Index.FilterIndexReader.FilterTermDocs, Lucene.Net.Index.TermDocs, Lucene.Net.Index.TermPositions, System.IDisposable
- {
- public FilterTermPositions(Lucene.Net.Index.TermPositions in_Renamed) : base (default(Lucene.Net.Index.TermDocs)) { }
- public virtual bool IsPayloadAvailable { get { throw null; } }
- public virtual int PayloadLength { get { throw null; } }
- public virtual byte[] GetPayload(byte[] data, int offset) { throw null; }
- public virtual int NextPosition() { throw null; }
- }
- }
- public abstract partial class IndexCommit
- {
- protected IndexCommit() { }
- public abstract Lucene.Net.Store.Directory Directory { get; }
- public abstract System.Collections.Generic.ICollection<string> FileNames { get; }
- public abstract long Generation { get; }
- public abstract bool IsDeleted { get; }
- public abstract bool IsOptimized { get; }
- public abstract string SegmentsFileName { get; }
- public virtual long Timestamp { get { throw null; } }
- public abstract System.Collections.Generic.IDictionary<string, string> UserData { get; }
- public abstract long Version { get; }
- public abstract void Delete();
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial interface IndexDeletionPolicy
- {
- void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit;
- void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit;
- }
- public sealed partial class IndexFileDeleter : System.IDisposable
- {
- public static bool VERBOSE_REF_COUNTS;
- public IndexFileDeleter(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy policy, Lucene.Net.Index.SegmentInfos segmentInfos, System.IO.StreamWriter infoStream, Lucene.Net.Index.DocumentsWriter docWriter, System.Collections.Generic.HashSet<string> synced) { }
- public Lucene.Net.Index.SegmentInfos LastSegmentInfos { get { throw null; } }
- public void Checkpoint(Lucene.Net.Index.SegmentInfos segmentInfos, bool isCommit) { }
- public void Dispose() { }
- public bool Exists(string fileName) { throw null; }
- public void Refresh() { }
- public void Refresh(string segmentName) { }
- }
- public partial class IndexFileNameFilter
- {
- internal IndexFileNameFilter() { }
- public static Lucene.Net.Index.IndexFileNameFilter Filter { get { throw null; } }
- public virtual bool Accept(System.IO.FileInfo dir, string name) { throw null; }
- public virtual bool IsCFSFile(string name) { throw null; }
- }
- public sealed partial class IndexFileNames
- {
- public static readonly string[] COMPOUND_EXTENSIONS;
- public const string COMPOUND_FILE_EXTENSION = "cfs";
- public const string COMPOUND_FILE_STORE_EXTENSION = "cfx";
- public const string DELETABLE = "deletable";
- public const string FIELDS_EXTENSION = "fdt";
- public const string FIELDS_INDEX_EXTENSION = "fdx";
- public const string FIELD_INFOS_EXTENSION = "fnm";
- public const string FREQ_EXTENSION = "frq";
- public const string GEN_EXTENSION = "gen";
- public static readonly string[] INDEX_EXTENSIONS;
- public static readonly string[] INDEX_EXTENSIONS_IN_COMPOUND_FILE;
- public static readonly string[] NON_STORE_INDEX_EXTENSIONS;
- public const string NORMS_EXTENSION = "nrm";
- public const string PLAIN_NORMS_EXTENSION = "f";
- public const string PROX_EXTENSION = "prx";
- public const string SEGMENTS = "segments";
- public const string SEGMENTS_GEN = "segments.gen";
- public const string SEPARATE_NORMS_EXTENSION = "s";
- public static readonly string[] STORE_INDEX_EXTENSIONS;
- public const string TERMS_EXTENSION = "tis";
- public const string TERMS_INDEX_EXTENSION = "tii";
- public const string VECTORS_DOCUMENTS_EXTENSION = "tvd";
- public const string VECTORS_FIELDS_EXTENSION = "tvf";
- public const string VECTORS_INDEX_EXTENSION = "tvx";
- public static readonly string[] VECTOR_EXTENSIONS;
- public IndexFileNames() { }
- public static string FileNameFromGeneration(string base_Renamed, string extension, long gen) { throw null; }
- }
- public abstract partial class IndexReader : System.ICloneable, System.IDisposable
- {
- protected internal static int DEFAULT_TERMS_INDEX_DIVISOR;
- protected internal bool hasChanges;
- protected internal IndexReader() { }
- public virtual System.Collections.Generic.IDictionary<string, string> CommitUserData { get { throw null; } }
- public virtual object DeletesCacheKey { get { throw null; } }
- public virtual object FieldCacheKey { get { throw null; } }
- public abstract bool HasDeletions { get; }
- public virtual Lucene.Net.Index.IndexCommit IndexCommit { get { throw null; } }
- public Lucene.Net.Documents.Document this[int doc] { get { throw null; } }
- public abstract int MaxDoc { get; }
- public virtual int NumDeletedDocs { get { throw null; } }
- public virtual int RefCount { get { throw null; } }
- public virtual int TermInfosIndexDivisor { get { throw null; } }
- public virtual long UniqueTermCount { get { throw null; } }
- public virtual long Version { get { throw null; } }
- protected internal virtual void AcquireWriteLock() { }
- public virtual object Clone() { throw null; }
- public virtual Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Commit() { }
- public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public virtual void DecRef() { }
- public virtual void DeleteDocument(int docNum) { }
- public virtual int DeleteDocuments(Lucene.Net.Index.Term term) { throw null; }
- public virtual Lucene.Net.Store.Directory Directory() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public abstract int DocFreq(Lucene.Net.Index.Term t);
- protected internal abstract void DoClose();
- protected internal abstract void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData);
- public virtual Lucene.Net.Documents.Document Document(int n) { throw null; }
- public abstract Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector);
- protected internal abstract void DoDelete(int docNum);
- protected internal abstract void DoSetNorm(int doc, string field, byte value_Renamed);
- protected internal abstract void DoUndeleteAll();
- protected internal void EnsureOpen() { }
- public void Flush() { }
- public void Flush(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public static System.Collections.Generic.IDictionary<string, string> GetCommitUserData(Lucene.Net.Store.Directory directory) { throw null; }
- public static long GetCurrentVersion(Lucene.Net.Store.Directory directory) { throw null; }
- public abstract System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fldOption);
- public virtual Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public abstract void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper);
- public abstract Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field);
- public abstract void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper);
- public abstract Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber);
- public virtual bool HasNorms(string field) { throw null; }
- public virtual void IncRef() { }
- public static bool IndexExists(Lucene.Net.Store.Directory directory) { throw null; }
- public virtual bool IsCurrent() { throw null; }
- public abstract bool IsDeleted(int n);
- public virtual bool IsOptimized() { throw null; }
- public static long LastModified(Lucene.Net.Store.Directory directory2) { throw null; }
- public static System.Collections.Generic.ICollection<Lucene.Net.Index.IndexCommit> ListCommits(Lucene.Net.Store.Directory dir) { throw null; }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public abstract byte[] Norms(string field);
- public abstract void Norms(string field, byte[] bytes, int offset);
- public abstract int NumDocs();
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, bool readOnly) { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen(Lucene.Net.Index.IndexCommit commit) { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen(bool openReadOnly) { throw null; }
- public virtual void SetNorm(int doc, string field, byte value) { }
- public virtual void SetNorm(int doc, string field, float value) { }
- public abstract Lucene.Net.Index.TermDocs TermDocs();
- public virtual Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public abstract Lucene.Net.Index.TermPositions TermPositions();
- public virtual Lucene.Net.Index.TermPositions TermPositions(Lucene.Net.Index.Term term) { throw null; }
- public abstract Lucene.Net.Index.TermEnum Terms();
- public abstract Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t);
- public virtual void UndeleteAll() { }
- public sealed partial class FieldOption
- {
- internal FieldOption() { }
- public static readonly Lucene.Net.Index.IndexReader.FieldOption ALL;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED_NO_TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED_WITH_TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption OMIT_TERM_FREQ_AND_POSITIONS;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption STORES_PAYLOADS;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_OFFSET;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_POSITION;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_POSITION_OFFSET;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption UNINDEXED;
- public override string ToString() { throw null; }
- }
- }
- public partial class IndexWriter : System.IDisposable
- {
- public static readonly int DEFAULT_MAX_BUFFERED_DELETE_TERMS;
- public static readonly int DEFAULT_MAX_BUFFERED_DOCS;
- public const int DEFAULT_MAX_FIELD_LENGTH = 10000;
- public const double DEFAULT_RAM_BUFFER_SIZE_MB = 16;
- public const int DEFAULT_TERM_INDEX_INTERVAL = 128;
- public const int DISABLE_AUTO_FLUSH = -1;
- public static readonly int MAX_TERM_LENGTH;
- public const string WRITE_LOCK_NAME = "write.lock";
- public static long WRITE_LOCK_TIMEOUT;
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl, Lucene.Net.Index.IndexCommit commit) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, bool create, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, bool create, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public virtual Lucene.Net.Analysis.Analyzer Analyzer { get { throw null; } }
- public static System.IO.StreamWriter DefaultInfoStream { get { throw null; } set { } }
- public static long DefaultWriteLockTimeout { get { throw null; } set { } }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- public virtual System.IO.StreamWriter InfoStream { get { throw null; } }
- public virtual int MaxMergeDocs { get { throw null; } set { } }
- public virtual Lucene.Net.Index.IndexWriter.IndexReaderWarmer MergedSegmentWarmer { get { throw null; } set { } }
- public virtual int MergeFactor { get { throw null; } set { } }
- public virtual Lucene.Net.Index.MergePolicy MergePolicy { get { throw null; } }
- public virtual Lucene.Net.Index.MergeScheduler MergeScheduler { get { throw null; } }
- public int ReaderTermsIndexDivisor { get { throw null; } set { } }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public virtual int TermIndexInterval { get { throw null; } set { } }
- public virtual bool UseCompoundFile { get { throw null; } set { } }
- public virtual bool Verbose { get { throw null; } }
- public virtual long WriteLockTimeout { get { throw null; } set { } }
- public virtual void AddDocument(Lucene.Net.Documents.Document doc) { }
- public virtual void AddDocument(Lucene.Net.Documents.Document doc, Lucene.Net.Analysis.Analyzer analyzer) { }
- public virtual void AddIndexes(params Lucene.Net.Index.IndexReader[] readers) { }
- public virtual void AddIndexesNoOptimize(params Lucene.Net.Store.Directory[] dirs) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- [System.ObsoleteAttribute("Use Dispose(bool) instead")]
- public virtual void Close(bool waitForMerges) { }
- public void Commit() { }
- public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public virtual void DeleteAll() { }
- public virtual void DeleteDocuments(Lucene.Net.Index.Term term) { }
- public virtual void DeleteDocuments(params Lucene.Net.Index.Term[] terms) { }
- public virtual void DeleteDocuments(Lucene.Net.Search.Query query) { }
- public virtual void DeleteDocuments(params Lucene.Net.Search.Query[] queries) { }
- public virtual void Dispose() { }
- public virtual void Dispose(bool waitForMerges) { }
- protected virtual void Dispose(bool disposing, bool waitForMerges) { }
- protected virtual void DoAfterFlush() { }
- protected virtual void DoBeforeFlush() { }
- protected internal void EnsureOpen() { }
- protected internal void EnsureOpen(bool includePendingClose) { }
- public virtual void ExpungeDeletes() { }
- public virtual void ExpungeDeletes(bool doWait) { }
- public void Flush(bool triggerMerge, bool flushDocStores, bool flushDeletes) { }
- public int GetDocCount(int i) { throw null; }
- public virtual int GetMaxBufferedDeleteTerms() { throw null; }
- public virtual int GetMaxBufferedDocs() { throw null; }
- public virtual int GetMaxFieldLength() { throw null; }
- public virtual double GetRAMBufferSizeMB() { throw null; }
- public virtual Lucene.Net.Index.IndexReader GetReader() { throw null; }
- public virtual Lucene.Net.Index.IndexReader GetReader(int termInfosIndexDivisor) { throw null; }
- public virtual bool HasDeletions() { throw null; }
- public static bool IsLocked(Lucene.Net.Store.Directory directory) { throw null; }
- public virtual int MaxDoc() { throw null; }
- public void MaybeMerge() { }
- public void Merge_ForNUnit(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual void Message(string message) { }
- public virtual Lucene.Net.Index.SegmentInfo NewestSegment() { throw null; }
- public virtual int NumDeletedDocs(Lucene.Net.Index.SegmentInfo info) { throw null; }
- public virtual int NumDocs() { throw null; }
- public int NumRamDocs() { throw null; }
- public virtual void Optimize() { }
- public virtual void Optimize(bool doWait) { }
- public virtual void Optimize(int maxNumSegments) { }
- public virtual void Optimize(int maxNumSegments, bool doWait) { }
- public void PrepareCommit() { }
- public long RamSizeInBytes() { throw null; }
- public virtual void Rollback() { }
- public virtual string SegString() { throw null; }
- public virtual void SetInfoStream(System.IO.StreamWriter infoStream) { }
- public virtual void SetMaxBufferedDeleteTerms(int maxBufferedDeleteTerms) { }
- public virtual void SetMaxBufferedDocs(int maxBufferedDocs) { }
- public virtual void SetMaxFieldLength(int maxFieldLength) { }
- public virtual void SetMergePolicy(Lucene.Net.Index.MergePolicy mp) { }
- public virtual void SetMergeScheduler(Lucene.Net.Index.MergeScheduler mergeScheduler) { }
- public virtual void SetRAMBufferSizeMB(double mb) { }
- public virtual void SetSimilarity(Lucene.Net.Search.Similarity similarity) { }
- public virtual bool TestPoint(string name) { throw null; }
- public static void Unlock(Lucene.Net.Store.Directory directory) { }
- public virtual void UpdateDocument(Lucene.Net.Index.Term term, Lucene.Net.Documents.Document doc) { }
- public virtual void UpdateDocument(Lucene.Net.Index.Term term, Lucene.Net.Documents.Document doc, Lucene.Net.Analysis.Analyzer analyzer) { }
- public virtual void WaitForMerges() { }
- public abstract partial class IndexReaderWarmer
- {
- protected IndexReaderWarmer() { }
- public abstract void Warm(Lucene.Net.Index.IndexReader reader);
- }
- public sealed partial class MaxFieldLength
- {
- public static readonly Lucene.Net.Index.IndexWriter.MaxFieldLength LIMITED;
- public static readonly Lucene.Net.Index.IndexWriter.MaxFieldLength UNLIMITED;
- public MaxFieldLength(int limit) { }
- public int Limit { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- public partial interface ITermFreqVector
- {
- string Field { get; }
- int Size { get; }
- int[] GetTermFrequencies();
- string[] GetTerms();
- int[] IndexesOf(string[] terms, int start, int len);
- int IndexOf(string term);
- }
- public sealed partial class KeepOnlyLastCommitDeletionPolicy : Lucene.Net.Index.IndexDeletionPolicy
- {
- public KeepOnlyLastCommitDeletionPolicy() { }
- public void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- }
- public partial class LogByteSizeMergePolicy : Lucene.Net.Index.LogMergePolicy
- {
- public static readonly long DEFAULT_MAX_MERGE_MB;
- public const double DEFAULT_MIN_MERGE_MB = 1.6;
- public LogByteSizeMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual double MaxMergeMB { get { throw null; } set { } }
- public virtual double MinMergeMB { get { throw null; } set { } }
- protected override void Dispose(bool disposing) { }
- protected internal override long Size(Lucene.Net.Index.SegmentInfo info) { throw null; }
- }
- public partial class LogDocMergePolicy : Lucene.Net.Index.LogMergePolicy
- {
- public const int DEFAULT_MIN_MERGE_DOCS = 1000;
- public LogDocMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual int MinMergeDocs { get { throw null; } set { } }
- protected override void Dispose(bool disposing) { }
- protected internal override long Size(Lucene.Net.Index.SegmentInfo info) { throw null; }
- }
- public abstract partial class LogMergePolicy : Lucene.Net.Index.MergePolicy
- {
- public static readonly int DEFAULT_MAX_MERGE_DOCS;
- public const int DEFAULT_MERGE_FACTOR = 10;
- public static double DEFAULT_NO_CFS_RATIO;
- protected internal bool internalCalibrateSizeByDeletes;
- protected double internalNoCFSRatio;
- public const double LEVEL_LOG_SPAN = 0.75;
- protected LogMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual bool CalibrateSizeByDeletes { get { throw null; } set { } }
- public virtual int MaxMergeDocs { get { throw null; } set { } }
- public virtual int MergeFactor { get { throw null; } set { } }
- public double NoCFSRatio { get { throw null; } set { } }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMerges(Lucene.Net.Index.SegmentInfos infos) { throw null; }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesForOptimize(Lucene.Net.Index.SegmentInfos infos, int maxNumSegments, System.Collections.Generic.ISet<Lucene.Net.Index.SegmentInfo> segmentsToOptimize) { throw null; }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesToExpungeDeletes(Lucene.Net.Index.SegmentInfos segmentInfos) { throw null; }
- public virtual bool GetUseCompoundDocStore() { throw null; }
- public virtual bool GetUseCompoundFile() { throw null; }
- protected Lucene.Net.Index.MergePolicy.OneMerge MakeOneMerge(Lucene.Net.Index.SegmentInfos infos, Lucene.Net.Index.SegmentInfos infosToMerge) { throw null; }
- public virtual void SetUseCompoundDocStore(bool useCompoundDocStore) { }
- public virtual void SetUseCompoundFile(bool useCompoundFile) { }
- protected internal abstract long Size(Lucene.Net.Index.SegmentInfo info);
- protected internal virtual long SizeBytes(Lucene.Net.Index.SegmentInfo info) { throw null; }
- protected internal virtual long SizeDocs(Lucene.Net.Index.SegmentInfo info) { throw null; }
- public override bool UseCompoundDocStore(Lucene.Net.Index.SegmentInfos infos) { throw null; }
- public override bool UseCompoundFile(Lucene.Net.Index.SegmentInfos infos, Lucene.Net.Index.SegmentInfo info) { throw null; }
- protected internal virtual bool Verbose() { throw null; }
- }
- public abstract partial class MergePolicy : System.IDisposable
- {
- protected internal Lucene.Net.Index.IndexWriter writer;
- protected MergePolicy(Lucene.Net.Index.IndexWriter writer) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMerges(Lucene.Net.Index.SegmentInfos segmentInfos);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesForOptimize(Lucene.Net.Index.SegmentInfos segmentInfos, int maxSegmentCount, System.Collections.Generic.ISet<Lucene.Net.Index.SegmentInfo> segmentsToOptimize);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesToExpungeDeletes(Lucene.Net.Index.SegmentInfos segmentInfos);
- public abstract bool UseCompoundDocStore(Lucene.Net.Index.SegmentInfos segments);
- public abstract bool UseCompoundFile(Lucene.Net.Index.SegmentInfos segments, Lucene.Net.Index.SegmentInfo newSegment);
- [System.SerializableAttribute]
- public partial class MergeAbortedException : System.IO.IOException
- {
- public MergeAbortedException() { }
- public MergeAbortedException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class MergeException : System.SystemException
- {
- public MergeException(System.Exception exc, Lucene.Net.Store.Directory dir) { }
- public MergeException(string message, Lucene.Net.Store.Directory dir) { }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- }
- public partial class MergeSpecification
- {
- public System.Collections.Generic.IList<Lucene.Net.Index.MergePolicy.OneMerge> merges;
- public MergeSpecification() { }
- public virtual void Add(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual string SegString(Lucene.Net.Store.Directory dir) { throw null; }
- }
- public partial class OneMerge
- {
- public OneMerge(Lucene.Net.Index.SegmentInfos segments, bool useCompoundFile) { }
- public Lucene.Net.Index.SegmentInfos segments_ForNUnit { get { throw null; } }
- }
- }
- public abstract partial class MergeScheduler : System.IDisposable
- {
- protected MergeScheduler() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract void Merge(Lucene.Net.Index.IndexWriter writer);
- }
- public partial class MultipleTermPositions : Lucene.Net.Index.TermDocs, Lucene.Net.Index.TermPositions, System.IDisposable
- {
- public MultipleTermPositions(Lucene.Net.Index.IndexReader indexReader, Lucene.Net.Index.Term[] terms) { }
- public int Doc { get { throw null; } }
- public int Freq { get { throw null; } }
- public virtual bool IsPayloadAvailable { get { throw null; } }
- public virtual int PayloadLength { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual byte[] GetPayload(byte[] data, int offset) { throw null; }
- public bool Next() { throw null; }
- public int NextPosition() { throw null; }
- public virtual int Read(int[] arg0, int[] arg1) { throw null; }
- public virtual void Seek(Lucene.Net.Index.Term arg0) { }
- public virtual void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public bool SkipTo(int target) { throw null; }
- }
- public partial class MultiReader : Lucene.Net.Index.IndexReader, System.ICloneable
- {
- protected internal Lucene.Net.Index.IndexReader[] subReaders;
- public MultiReader(params Lucene.Net.Index.IndexReader[] subReaders) { }
- public MultiReader(Lucene.Net.Index.IndexReader[] subReaders, bool closeSubReaders) { }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public override object Clone() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal virtual Lucene.Net.Index.IndexReader DoReopen(bool doClone) { throw null; }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- public partial class ParallelReader : Lucene.Net.Index.IndexReader, System.ICloneable
- {
- public ParallelReader() { }
- public ParallelReader(bool closeSubReaders) { }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public virtual void Add(Lucene.Net.Index.IndexReader reader) { }
- public virtual void Add(Lucene.Net.Index.IndexReader reader, bool ignoreStoredFields) { }
- public override object Clone() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal virtual Lucene.Net.Index.IndexReader DoReopen(bool doClone) { throw null; }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public virtual Lucene.Net.Index.IndexReader[] GetSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class Payload : System.ICloneable
- {
- protected internal byte[] data;
- protected internal int internalLength;
- protected internal int internalOffset;
- public Payload() { }
- public Payload(byte[] data) { }
- public Payload(byte[] data, int offset, int length) { }
- public virtual int Length { get { throw null; } }
- public virtual int Offset { get { throw null; } }
- public virtual byte ByteAt(int index) { throw null; }
- public virtual object Clone() { throw null; }
- public virtual void CopyTo(byte[] target, int targetOffset) { }
- public override bool Equals(object obj) { throw null; }
- public virtual byte[] GetData() { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void SetData(byte[] value) { }
- public virtual void SetData(byte[] value, int offset, int length) { }
- public virtual byte[] ToByteArray() { throw null; }
- }
- public partial class PositionBasedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public PositionBasedTermVectorMapper() { }
- public PositionBasedTermVectorMapper(bool ignoringOffsets) { }
- public virtual System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<int, Lucene.Net.Index.PositionBasedTermVectorMapper.TVPositionInfo>> FieldToTerms { get { throw null; } }
- public override bool IsIgnoringPositions { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- public partial class TVPositionInfo
- {
- public TVPositionInfo(int position, bool storeOffsets) { }
- public virtual System.Collections.Generic.IList<Lucene.Net.Index.TermVectorOffsetInfo> Offsets { get { throw null; } }
- public virtual int Position { get { throw null; } }
- public virtual System.Collections.Generic.IList<string> Terms { get { throw null; } }
- }
- }
- public partial class ReadOnlyDirectoryReader : Lucene.Net.Index.DirectoryReader
- {
- internal ReadOnlyDirectoryReader() { }
- protected internal override void AcquireWriteLock() { }
- }
- public partial class ReadOnlySegmentReader : Lucene.Net.Index.SegmentReader
- {
- public ReadOnlySegmentReader() { }
- protected internal override void AcquireWriteLock() { }
- public override bool IsDeleted(int n) { throw null; }
- }
- public sealed partial class SegmentInfo : System.ICloneable
- {
- public Lucene.Net.Store.Directory dir;
- public int docCount;
- public string name;
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir) { }
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir, bool isCompoundFile, bool hasSingleNormFile) { }
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir, bool isCompoundFile, bool hasSingleNormFile, int docStoreOffset, string docStoreSegment, bool docStoreIsCompoundFile, bool hasProx) { }
- public System.Collections.Generic.IDictionary<string, string> Diagnostics { get { throw null; } }
- public bool DocStoreIsCompoundFile { get { throw null; } }
- public int DocStoreOffset { get { throw null; } }
- public string DocStoreSegment { get { throw null; } }
- public bool HasProx { get { throw null; } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public System.Collections.Generic.IList<string> Files() { throw null; }
- public int GetDelCount() { throw null; }
- public string GetDelFileName() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetNormFileName(int number) { throw null; }
- public bool GetUseCompoundFile() { throw null; }
- public bool HasDeletions() { throw null; }
- public bool HasSeparateNorms() { throw null; }
- public bool HasSeparateNorms(int fieldNumber) { throw null; }
- public string SegString(Lucene.Net.Store.Directory dir) { throw null; }
- public long SizeInBytes() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class SegmentInfos : System.Collections.Generic.List<Lucene.Net.Index.SegmentInfo>, System.ICloneable
- {
- public int counter;
- public const int FORMAT = -1;
- public const int FORMAT_CHECKSUM = -5;
- public const int FORMAT_DEL_COUNT = -6;
- public const int FORMAT_DIAGNOSTICS = -9;
- public const int FORMAT_HAS_PROX = -7;
- public const int FORMAT_LOCKLESS = -2;
- public const int FORMAT_SHARED_DOC_STORE = -4;
- public const int FORMAT_SINGLE_NORM_FILE = -3;
- public const int FORMAT_USER_DATA = -8;
- public SegmentInfos() { }
- public static int DefaultGenFileRetryCount { get { throw null; } set { } }
- public static int DefaultGenFileRetryPauseMsec { get { throw null; } set { } }
- public static int DefaultGenLookaheadCount { get { throw null; } set { } }
- public long Generation { get { throw null; } }
- public static System.IO.StreamWriter InfoStream { get { throw null; } }
- public long LastGeneration { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, string> UserData { get { throw null; } }
- public long Version { get { throw null; } }
- public object Clone() { throw null; }
- public void Commit(Lucene.Net.Store.Directory dir) { }
- public override bool Equals(object obj) { throw null; }
- public System.Collections.Generic.ICollection<string> Files(Lucene.Net.Store.Directory dir, bool includeSegmentsFile) { throw null; }
- public static long GenerationFromSegmentsFileName(string fileName) { throw null; }
- public string GetCurrentSegmentFileName() { throw null; }
- public static string GetCurrentSegmentFileName(Lucene.Net.Store.Directory directory) { throw null; }
- public static string GetCurrentSegmentFileName(string[] files) { throw null; }
- public static long GetCurrentSegmentGeneration(Lucene.Net.Store.Directory directory) { throw null; }
- public static long GetCurrentSegmentGeneration(string[] files) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetNextSegmentFileName() { throw null; }
- public bool HasExternalSegments(Lucene.Net.Store.Directory dir) { throw null; }
- public Lucene.Net.Index.SegmentInfo Info(int i) { throw null; }
- public Lucene.Net.Index.SegmentInfos Range(int first, int last) { throw null; }
- public void Read(Lucene.Net.Store.Directory directory) { }
- public void Read(Lucene.Net.Store.Directory directory, string segmentFileName) { }
- public static System.Collections.Generic.IDictionary<string, string> ReadCurrentUserData(Lucene.Net.Store.Directory directory) { throw null; }
- public static long ReadCurrentVersion(Lucene.Net.Store.Directory directory) { throw null; }
- public string SegString(Lucene.Net.Store.Directory directory) { throw null; }
- public static void SetInfoStream(System.IO.StreamWriter infoStream) { }
- public abstract partial class FindSegmentsFile
- {
- protected FindSegmentsFile(Lucene.Net.Store.Directory directory) { }
- public abstract object DoBody(string segmentFileName);
- public object Run() { throw null; }
- public object Run(Lucene.Net.Index.IndexCommit commit) { throw null; }
- }
- }
- public sealed partial class SegmentMerger
- {
- public SegmentMerger(Lucene.Net.Store.Directory dir, string name) { }
- public void Add(Lucene.Net.Index.IndexReader reader) { }
- public System.Collections.Generic.ICollection<string> CreateCompoundFile(string fileName) { throw null; }
- public int Merge() { throw null; }
- }
- public partial class SegmentReader : Lucene.Net.Index.IndexReader
- {
- protected internal bool readOnly;
- public SegmentReader() { }
- public Lucene.Net.Index.SegmentReader.CoreReaders core_ForNUnit { get { throw null; } }
- public Lucene.Net.Index.SegmentReader.Ref deletedDocsRef_ForNUnit { get { throw null; } }
- public Lucene.Net.Util.BitVector deletedDocs_ForNUnit { get { throw null; } }
- public override object DeletesCacheKey { get { throw null; } }
- public override object FieldCacheKey { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, Lucene.Net.Index.SegmentReader.Norm> norms_ForNUnit { get { throw null; } }
- public virtual string SegmentName { get { throw null; } }
- public override int TermInfosIndexDivisor { get { throw null; } }
- public override long UniqueTermCount { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- protected internal virtual Lucene.Net.Util.BitVector CloneDeletedDocs(Lucene.Net.Util.BitVector bv) { throw null; }
- protected internal virtual byte[] CloneNormBytes(byte[] bytes) { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int docNum) { }
- protected internal override void DoSetNorm(int doc, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public virtual Lucene.Net.Index.FieldInfos FieldInfos() { throw null; }
- public static Lucene.Net.Index.SegmentReader Get(bool readOnly, Lucene.Net.Index.SegmentInfo si, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.SegmentReader Get(bool readOnly, Lucene.Net.Store.Directory dir, Lucene.Net.Index.SegmentInfo si, int readBufferSize, bool doOpenStores, int termInfosIndexDivisor) { throw null; }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldOption) { throw null; }
- protected internal virtual byte[] GetNorms(string field) { throw null; }
- public static Lucene.Net.Index.SegmentReader GetOnlySegmentReader(Lucene.Net.Index.IndexReader reader) { throw null; }
- [System.ObsoleteAttribute("Remove this when tests are fixed!")]
- public static Lucene.Net.Index.SegmentReader GetOnlySegmentReader(Lucene.Net.Store.Directory dir) { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] bytes, int offset) { }
- public virtual bool NormsClosed() { throw null; }
- public virtual bool NormsClosed(string field) { throw null; }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t) { throw null; }
- public virtual bool TermsIndexLoaded() { throw null; }
- public sealed partial class CoreReaders
- {
- internal CoreReaders() { }
- public Lucene.Net.Index.FieldInfos fieldInfos_ForNUnit { get { throw null; } }
- }
- public sealed partial class Norm : System.ICloneable
- {
- public Norm(Lucene.Net.Index.SegmentReader enclosingInstance, Lucene.Net.Store.IndexInput in_Renamed, int number, long normSeek) { }
- public Lucene.Net.Index.SegmentReader Enclosing_Instance { get { throw null; } }
- public byte[] Bytes() { throw null; }
- public void Bytes(byte[] bytesOut, int offset, int len) { }
- public Lucene.Net.Index.SegmentReader.Ref BytesRef() { throw null; }
- public object Clone() { throw null; }
- public byte[] CopyOnWrite() { throw null; }
- public void DecRef() { }
- public void IncRef() { }
- public void ReWrite(Lucene.Net.Index.SegmentInfo si) { }
- }
- public partial class Ref
- {
- public Ref() { }
- public virtual int DecRef() { throw null; }
- public virtual int IncRef() { throw null; }
- public virtual int RefCount() { throw null; }
- public override string ToString() { throw null; }
- }
- }
- public partial class SerialMergeScheduler : Lucene.Net.Index.MergeScheduler
- {
- public SerialMergeScheduler() { }
- protected override void Dispose(bool disposing) { }
- public override void Merge(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class SnapshotDeletionPolicy : Lucene.Net.Index.IndexDeletionPolicy
- {
- public SnapshotDeletionPolicy(Lucene.Net.Index.IndexDeletionPolicy primary) { }
- public virtual void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public virtual void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public virtual void Release() { }
- public virtual Lucene.Net.Index.IndexCommit Snapshot() { throw null; }
- }
- public partial class SortedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public const string ALL = "_ALL_";
- public SortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public SortedTermVectorMapper(System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public virtual System.Collections.Generic.SortedSet<Lucene.Net.Index.TermVectorEntry> TermVectorEntrySet { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- }
- [System.SerializableAttribute]
- public partial class StaleReaderException : System.IO.IOException
- {
- public StaleReaderException(string message) { }
- }
- [System.SerializableAttribute]
- public sealed partial class Term : System.IComparable<Lucene.Net.Index.Term>
- {
- public Term(string fld) { }
- public Term(string fld, string txt) { }
- public string Field { get { throw null; } }
- public string Text { get { throw null; } }
- public int CompareTo(Lucene.Net.Index.Term other) { throw null; }
- public Lucene.Net.Index.Term CreateTerm(string text) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface TermDocs : System.IDisposable
- {
- int Doc { get; }
- int Freq { get; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- void Close();
- bool Next();
- int Read(int[] docs, int[] freqs);
- void Seek(Lucene.Net.Index.Term term);
- void Seek(Lucene.Net.Index.TermEnum termEnum);
- bool SkipTo(int target);
- }
- public abstract partial class TermEnum : System.IDisposable
- {
- protected TermEnum() { }
- public abstract Lucene.Net.Index.Term Term { get; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract int DocFreq();
- public abstract bool Next();
- }
- public partial interface TermPositions : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- bool IsPayloadAvailable { get; }
- int PayloadLength { get; }
- byte[] GetPayload(byte[] data, int offset);
- int NextPosition();
- }
- public partial interface TermPositionVector : Lucene.Net.Index.ITermFreqVector
- {
- Lucene.Net.Index.TermVectorOffsetInfo[] GetOffsets(int index);
- int[] GetTermPositions(int index);
- }
- public partial class TermVectorEntry
- {
- public TermVectorEntry() { }
- public TermVectorEntry(string field, string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public virtual string Field { get { throw null; } }
- public virtual int Frequency { get { throw null; } }
- public virtual string Term { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Index.TermVectorOffsetInfo[] GetOffsets() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class TermVectorEntryFreqSortedComparator : System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry>
- {
- public TermVectorEntryFreqSortedComparator() { }
- public virtual int Compare(Lucene.Net.Index.TermVectorEntry entry, Lucene.Net.Index.TermVectorEntry entry1) { throw null; }
- }
- public abstract partial class TermVectorMapper
- {
- protected internal TermVectorMapper() { }
- protected internal TermVectorMapper(bool ignoringPositions, bool ignoringOffsets) { }
- public virtual bool IsIgnoringOffsets { get { throw null; } }
- public virtual bool IsIgnoringPositions { get { throw null; } }
- public abstract void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions);
- public virtual void SetDocumentNumber(int documentNumber) { }
- public abstract void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions);
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TermVectorOffsetInfo : System.IEquatable<Lucene.Net.Index.TermVectorOffsetInfo>
- {
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Index.TermVectorOffsetInfo[] EMPTY_OFFSET_INFO;
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Index.TermVectorOffsetInfo Null;
- public TermVectorOffsetInfo(int startOffset, int endOffset) { throw null;}
- public int EndOffset { get { throw null; } set { } }
- public int StartOffset { get { throw null; } set { } }
- public bool Equals(Lucene.Net.Index.TermVectorOffsetInfo other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Lucene.Net.Index.TermVectorOffsetInfo left, object right) { throw null; }
- public static bool operator !=(Lucene.Net.Index.TermVectorOffsetInfo left, object right) { throw null; }
- }
-}
-namespace Lucene.Net.Messages
-{
- public partial interface INLSException
- {
- Lucene.Net.Messages.Message MessageObject { get; }
- }
- public partial interface Message
- {
- string Key { get; }
- object[] GetArguments();
- string GetLocalizedMessage();
- string GetLocalizedMessage(System.Globalization.CultureInfo locale);
- }
- [System.SerializableAttribute]
- public partial class MessageImpl : Lucene.Net.Messages.Message
- {
- public MessageImpl(string key) { }
- public MessageImpl(string key, params object[] args) { }
- public virtual string Key { get { throw null; } }
- public virtual object[] GetArguments() { throw null; }
- public virtual string GetLocalizedMessage() { throw null; }
- public virtual string GetLocalizedMessage(System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class NLS
- {
- protected internal NLS() { }
- public static string GetLocalizedMessage(string key) { throw null; }
- public static string GetLocalizedMessage(string key, System.Globalization.CultureInfo locale) { throw null; }
- public static string GetLocalizedMessage(string key, System.Globalization.CultureInfo locale, params object[] args) { throw null; }
- public static string GetLocalizedMessage(string key, params object[] args) { throw null; }
- protected internal static void InitializeMessages<T>(string bundleName) { }
- public partial interface IPriviligedAction
- {
- object Run();
- }
- }
-}
-namespace Lucene.Net.QueryParsers
-{
- public sealed partial class FastCharStream : Lucene.Net.QueryParsers.ICharStream
- {
- public FastCharStream(System.IO.TextReader r) { }
- public int BeginColumn { get { throw null; } }
- public int BeginLine { get { throw null; } }
- public int Column { get { throw null; } }
- public int EndColumn { get { throw null; } }
- public int EndLine { get { throw null; } }
- public string Image { get { throw null; } }
- public int Line { get { throw null; } }
- public void Backup(int amount) { }
- public char BeginToken() { throw null; }
- public void Done() { }
- public char[] GetSuffix(int len) { throw null; }
- public char ReadChar() { throw null; }
- }
- public partial interface ICharStream
- {
- int BeginColumn { get; }
- int BeginLine { get; }
- [System.ObsoleteAttribute]
- int Column { get; }
- int EndColumn { get; }
- int EndLine { get; }
- string Image { get; }
- [System.ObsoleteAttribute]
- int Line { get; }
- void Backup(int amount);
- char BeginToken();
- void Done();
- char[] GetSuffix(int len);
- char ReadChar();
- }
- public partial class MultiFieldQueryParser : Lucene.Net.QueryParsers.QueryParser
- {
- protected internal System.Collections.Generic.IDictionary<string, float> boosts;
- protected internal string[] fields;
- public MultiFieldQueryParser(Lucene.Net.Util.Version matchVersion, string[] fields, Lucene.Net.Analysis.Analyzer analyzer) : base (default(Lucene.Net.Util.Version), default(string), default(Lucene.Net.Analysis.Analyzer)) { }
- public MultiFieldQueryParser(Lucene.Net.Util.Version matchVersion, string[] fields, Lucene.Net.Analysis.Analyzer analyzer, System.Collections.Generic.IDictionary<string, float> boosts) : base (default(Lucene.Net.Util.Version), default(string), default(Lucene.Net.Analysis.Analyzer)) { }
- protected internal override Lucene.Net.Search.Query GetFieldQuery(string field, string queryText) { throw null; }
- protected internal override Lucene.Net.Search.Query GetFieldQuery(string field, string queryText, int slop) { throw null; }
- protected internal override Lucene.Net.Search.Query GetFuzzyQuery(string field, string termStr, float minSimilarity) { throw null; }
- protected internal override Lucene.Net.Search.Query GetPrefixQuery(string field, string termStr) { throw null; }
- protected internal override Lucene.Net.Search.Query GetRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- protected internal override Lucene.Net.Search.Query GetWildcardQuery(string field, string termStr) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string query, string[] fields, Lucene.Net.Search.Occur[] flags, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string[] queries, string[] fields, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string[] queries, string[] fields, Lucene.Net.Search.Occur[] flags, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ParseException : System.Exception
- {
- public Lucene.Net.QueryParsers.Token currentToken;
- protected internal string eol;
- public int[][] expectedTokenSequences;
- protected internal bool specialConstructor;
- public string[] tokenImage;
- public ParseException() { }
- public ParseException(Lucene.Net.QueryParsers.Token currentTokenVal, int[][] expectedTokenSequencesVal, string[] tokenImageVal) { }
- public ParseException(string message) { }
- public ParseException(string message, System.Exception ex) { }
- public override string Message { get { throw null; } }
- protected internal virtual string Add_escapes(string str) { throw null; }
- }
- public partial class QueryParser : Lucene.Net.QueryParsers.QueryParserConstants
- {
- public static Lucene.Net.QueryParsers.QueryParser.Operator AND_OPERATOR;
- public Lucene.Net.QueryParsers.Token jj_nt;
- public static Lucene.Net.QueryParsers.QueryParser.Operator OR_OPERATOR;
- public Lucene.Net.QueryParsers.Token token;
- public Lucene.Net.QueryParsers.QueryParserTokenManager token_source;
- protected internal QueryParser(Lucene.Net.QueryParsers.ICharStream stream) { }
- protected QueryParser(Lucene.Net.QueryParsers.QueryParserTokenManager tm) { }
- public QueryParser(Lucene.Net.Util.Version matchVersion, string f, Lucene.Net.Analysis.Analyzer a) { }
- public virtual bool AllowLeadingWildcard { get { throw null; } set { } }
- public virtual Lucene.Net.Analysis.Analyzer Analyzer { get { throw null; } }
- public virtual Lucene.Net.QueryParsers.QueryParser.Operator DefaultOperator { get { throw null; } set { } }
- public virtual bool EnablePositionIncrements { get { throw null; } set { } }
- public virtual string Field { get { throw null; } }
- public virtual float FuzzyMinSim { get { throw null; } set { } }
- public virtual int FuzzyPrefixLength { get { throw null; } set { } }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual bool LowercaseExpandedTerms { get { throw null; } set { } }
- public virtual Lucene.Net.Search.RewriteMethod MultiTermRewriteMethod { get { throw null; } set { } }
- public virtual int PhraseSlop { get { throw null; } set { } }
- public virtual System.Globalization.CompareInfo RangeCollator { get { throw null; } set { } }
- protected internal virtual void AddClause(System.Collections.Generic.List<Lucene.Net.Search.BooleanClause> clauses, int conj, int mods, Lucene.Net.Search.Query q) { }
- public Lucene.Net.Search.Query Clause(string field) { throw null; }
- public int Conjunction() { throw null; }
- public void Disable_tracing() { }
- public void Enable_tracing() { }
- public static string Escape(string s) { throw null; }
- public virtual Lucene.Net.QueryParsers.ParseException GenerateParseException() { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetBooleanQuery(System.Collections.Generic.IList<Lucene.Net.Search.BooleanClause> clauses) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetBooleanQuery(System.Collections.Generic.IList<Lucene.Net.Search.BooleanClause> clauses, bool disableCoord) { throw null; }
- public virtual Lucene.Net.Documents.DateTools.Resolution getDateResolution(string fieldName) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFieldQuery(string field, string queryText) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFieldQuery(string field, string queryText, int slop) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFuzzyQuery(string field, string termStr, float minSimilarity) { throw null; }
- public Lucene.Net.QueryParsers.Token GetNextToken() { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetPrefixQuery(string field, string termStr) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- public Lucene.Net.QueryParsers.Token getToken(int index) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetWildcardQuery(string field, string termStr) { throw null; }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public int Modifiers() { throw null; }
- protected internal virtual Lucene.Net.Search.BooleanClause NewBooleanClause(Lucene.Net.Search.Query q, Lucene.Net.Search.Occur occur) { throw null; }
- protected internal virtual Lucene.Net.Search.BooleanQuery NewBooleanQuery(bool disableCoord) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewFuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity, int prefixLength) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewMatchAllDocsQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.MultiPhraseQuery NewMultiPhraseQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.PhraseQuery NewPhraseQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewPrefixQuery(Lucene.Net.Index.Term prefix) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewTermQuery(Lucene.Net.Index.Term term) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewWildcardQuery(Lucene.Net.Index.Term t) { throw null; }
- public virtual Lucene.Net.Search.Query Parse(string query) { throw null; }
- public Lucene.Net.Search.Query Query(string field) { throw null; }
- public void ReInit(Lucene.Net.QueryParsers.ICharStream stream) { }
- public void ReInit(Lucene.Net.QueryParsers.QueryParserTokenManager tm) { }
- public virtual void SetDateResolution(Lucene.Net.Documents.DateTools.Resolution dateResolution) { }
- public virtual void SetDateResolution(string fieldName, Lucene.Net.Documents.DateTools.Resolution dateResolution) { }
- public Lucene.Net.Search.Query Term(string field) { throw null; }
- public Lucene.Net.Search.Query TopLevelQuery(string field) { throw null; }
- public enum Operator
- {
- AND = 1,
- OR = 0,
- }
- }
- public partial class QueryParserConstants
- {
- protected internal const int AndToken = 8;
- protected internal const int BoostToken = 0;
- protected internal const int CaratToken = 17;
- protected internal const int ColonToken = 15;
- protected internal const int DefaultToken = 3;
- protected internal const int EndOfFileToken = 0;
- protected internal const int EscapedCharToken = 2;
- protected internal const int FuzzySlopToken = 20;
- protected internal const int LParanToken = 13;
- protected internal const int MinusToken = 12;
- protected internal const int NotToken = 10;
- protected internal const int NumberToken = 25;
- protected internal const int NumCharToken = 1;
- protected internal const int OrToken = 9;
- protected internal const int PlusToken = 11;
- protected internal const int PrefixTermToken = 21;
- protected internal const int QuotedCharToken = 6;
- protected internal const int QuotedToken = 18;
- protected internal const int RangeExEndToken = 31;
- protected internal const int RangeExGoopToken = 33;
- protected internal const int RangeExQuotedToken = 32;
- protected internal const int RangeExStartToken = 24;
- protected const int RangeExToken = 1;
- protected internal const int RangeExToToken = 30;
- protected internal const int RangeInEndToken = 27;
- protected internal const int RangeInGoopToken = 29;
- protected internal const int RangeInQuotedToken = 28;
- protected internal const int RangeInStartToken = 23;
- protected internal const int RangeInToken = 2;
- protected internal const int RangeInToToken = 26;
- protected internal const int RParenToken = 14;
- protected internal const int StarToken = 16;
- protected internal const int TermCharToken = 4;
- protected internal const int TermStartCharToken = 3;
- protected internal const int TermToken = 19;
- protected internal static string[] tokenImage;
- protected internal const int WhitespaceToken = 5;
- protected internal const int WildTermToken = 22;
- public QueryParserConstants() { }
- }
- public partial class QueryParserTokenManager : Lucene.Net.QueryParsers.QueryParserConstants
- {
- protected internal char curChar;
- public System.IO.StreamWriter debugStream;
- protected internal Lucene.Net.QueryParsers.ICharStream input_stream;
- public static readonly int[] jjnewLexState;
- public static readonly string[] jjstrLiteralImages;
- public static readonly string[] lexStateNames;
- public QueryParserTokenManager(Lucene.Net.QueryParsers.ICharStream stream) { }
- public QueryParserTokenManager(Lucene.Net.QueryParsers.ICharStream stream, int lexState) { }
- public virtual Lucene.Net.QueryParsers.Token GetNextToken() { throw null; }
- protected internal virtual Lucene.Net.QueryParsers.Token JjFillToken() { throw null; }
- public virtual void ReInit(Lucene.Net.QueryParsers.ICharStream stream) { }
- public virtual void ReInit(Lucene.Net.QueryParsers.ICharStream stream, int lexState) { }
- public virtual void SetDebugStream(System.IO.StreamWriter ds) { }
- public virtual void SwitchTo(int lexState) { }
- }
- public partial class Token
- {
- public int beginColumn;
- public int beginLine;
- public int endColumn;
- public int endLine;
- public string image;
- public int kind;
- public Lucene.Net.QueryParsers.Token next;
- public Lucene.Net.QueryParsers.Token specialToken;
- public Token() { }
- public Token(int kind) { }
- public Token(int kind, string image) { }
- public virtual object Value { get { throw null; } }
- public static Lucene.Net.QueryParsers.Token NewToken(int ofKind) { throw null; }
- public static Lucene.Net.QueryParsers.Token NewToken(int ofKind, string image) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TokenMgrError : System.ApplicationException
- {
- public TokenMgrError() { }
- public TokenMgrError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar, int reason) { }
- public TokenMgrError(string message, int reason) { }
- public override string Message { get { throw null; } }
- protected internal static string addEscapes(string str) { throw null; }
- protected internal static string LexicalError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar) { throw null; }
- }
-}
-namespace Lucene.Net.Search
-{
- [System.SerializableAttribute]
- public partial class BooleanClause
- {
- public BooleanClause(Lucene.Net.Search.Query query, Lucene.Net.Search.Occur occur) { }
- public virtual bool IsProhibited { get { throw null; } }
- public virtual bool IsRequired { get { throw null; } }
- public virtual Lucene.Net.Search.Occur Occur { get { throw null; } set { } }
- public virtual Lucene.Net.Search.Query Query { get { throw null; } set { } }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class BooleanQuery : Lucene.Net.Search.Query, System.Collections.Generic.IEnumerable<Lucene.Net.Search.BooleanClause>, System.Collections.IEnumerable, System.ICloneable
- {
- protected internal int minNrShouldMatch;
- public BooleanQuery() { }
- public BooleanQuery(bool disableCoord) { }
- public virtual System.Collections.Generic.List<Lucene.Net.Search.BooleanClause> Clauses { get { throw null; } }
- public static int MaxClauseCount { get { throw null; } set { } }
- public virtual int MinimumNumberShouldMatch { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Search.BooleanClause clause) { }
- public virtual void Add(Lucene.Net.Search.Query query, Lucene.Net.Search.Occur occur) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.BooleanClause[] GetClauses() { throw null; }
- public System.Collections.Generic.IEnumerator<Lucene.Net.Search.BooleanClause> GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public virtual bool IsCoordDisabled() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public override string ToString(string field) { throw null; }
- [System.SerializableAttribute]
- protected internal partial class BooleanWeight : Lucene.Net.Search.Weight
- {
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.List<Lucene.Net.Search.Weight> weights;
- public BooleanWeight(Lucene.Net.Search.BooleanQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.BooleanQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override bool GetScoresDocsOutOfOrder() { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TooManyClauses : System.SystemException
- {
- public TooManyClauses() { }
- public override string Message { get { throw null; } }
- }
- }
- public sealed partial class BooleanScorer : Lucene.Net.Search.Scorer
- {
- public BooleanScorer(Lucene.Net.Search.Similarity similarity, int minNrShouldMatch, System.Collections.Generic.List<Lucene.Net.Search.Scorer> optionalScorers, System.Collections.Generic.List<Lucene.Net.Search.Scorer> prohibitedScorers) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector collector) { }
- public override bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface ByteParser : Lucene.Net.Search.Parser
- {
- sbyte ParseByte(string string_Renamed);
- }
- public abstract partial class CacheEntry
- {
- protected CacheEntry() { }
- public abstract System.Type CacheType { get; }
- public abstract object Custom { get; }
- public string EstimatedSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected internal set { } }
- public abstract string FieldName { get; }
- public abstract object ReaderKey { get; }
- public abstract object Value { get; }
- public virtual void EstimateSize() { }
- public virtual void EstimateSize(Lucene.Net.Util.RamUsageEstimator ramCalc) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CachingSpanFilter : Lucene.Net.Search.SpanFilter
- {
- public int hitCount;
- public int missCount;
- public CachingSpanFilter(Lucene.Net.Search.SpanFilter filter) { }
- public CachingSpanFilter(Lucene.Net.Search.SpanFilter filter, Lucene.Net.Search.CachingWrapperFilter.DeletesMode deletesMode) { }
- public override Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CachingWrapperFilter : Lucene.Net.Search.Filter
- {
- protected internal Lucene.Net.Search.Filter filter;
- public int hitCount;
- public int missCount;
- public CachingWrapperFilter(Lucene.Net.Search.Filter filter) { }
- public CachingWrapperFilter(Lucene.Net.Search.Filter filter, Lucene.Net.Search.CachingWrapperFilter.DeletesMode deletesMode) { }
- protected internal virtual Lucene.Net.Search.DocIdSet DocIdSetToCache(Lucene.Net.Search.DocIdSet docIdSet, Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- public enum DeletesMode
- {
- DYNAMIC = 2,
- IGNORE = 0,
- RECACHE = 1,
- }
- }
- public abstract partial class Collector
- {
- protected Collector() { }
- public abstract bool AcceptsDocsOutOfOrder { get; }
- public abstract void Collect(int doc);
- public abstract void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase);
- public abstract void SetScorer(Lucene.Net.Search.Scorer scorer);
- }
- [System.SerializableAttribute]
- public partial class ComplexExplanation : Lucene.Net.Search.Explanation
- {
- public ComplexExplanation() { }
- public ComplexExplanation(bool match, float value_Renamed, string description) { }
- public override bool IsMatch { get { throw null; } }
- public virtual System.Nullable<bool> Match { get { throw null; } set { } }
- protected internal override string Summary { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class ConstantScoreQuery : Lucene.Net.Search.Query
- {
- protected internal Lucene.Net.Search.Filter internalFilter;
- public ConstantScoreQuery(Lucene.Net.Search.Filter filter) { }
- public virtual Lucene.Net.Search.Filter Filter { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- protected internal partial class ConstantScorer : Lucene.Net.Search.Scorer
- {
- public ConstantScorer(Lucene.Net.Search.ConstantScoreQuery enclosingInstance, Lucene.Net.Search.Similarity similarity, Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.Weight w) : base (default(Lucene.Net.Search.Similarity)) { }
- public Lucene.Net.Search.ConstantScoreQuery Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- }
- [System.SerializableAttribute]
- protected internal partial class ConstantWeight : Lucene.Net.Search.Weight
- {
- public ConstantWeight(Lucene.Net.Search.ConstantScoreQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.ConstantScoreQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- public sealed partial class CreationPlaceholder
- {
- public CreationPlaceholder() { }
- }
- [System.SerializableAttribute]
- public partial class DefaultSimilarity : Lucene.Net.Search.Similarity
- {
- protected internal bool internalDiscountOverlaps;
- public DefaultSimilarity() { }
- public virtual bool DiscountOverlaps { get { throw null; } set { } }
- public override float ComputeNorm(string field, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public override float Coord(int overlap, int maxOverlap) { throw null; }
- public override float Idf(int docFreq, int numDocs) { throw null; }
- public override float LengthNorm(string fieldName, int numTerms) { throw null; }
- public override float QueryNorm(float sumOfSquaredWeights) { throw null; }
- public override float SloppyFreq(int distance) { throw null; }
- public override float Tf(float freq) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DisjunctionMaxQuery : Lucene.Net.Search.Query, System.Collections.Generic.IEnumerable<Lucene.Net.Search.Query>, System.Collections.IEnumerable, System.ICloneable
- {
- public DisjunctionMaxQuery(System.Collections.Generic.ICollection<Lucene.Net.Search.Query> disjuncts, float tieBreakerMultiplier) { }
- public DisjunctionMaxQuery(float tieBreakerMultiplier) { }
- public virtual void Add(Lucene.Net.Search.Query query) { }
- public virtual void Add(System.Collections.Generic.ICollection<Lucene.Net.Search.Query> disjuncts) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual System.Collections.Generic.IEnumerator<Lucene.Net.Search.Query> GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public override string ToString(string field) { throw null; }
- [System.SerializableAttribute]
- protected internal partial class DisjunctionMaxWeight : Lucene.Net.Search.Weight
- {
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.List<Lucene.Net.Search.Weight> weights;
- public DisjunctionMaxWeight(Lucene.Net.Search.DisjunctionMaxQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.DisjunctionMaxQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class DocIdSet
- {
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Search.DocIdSet EMPTY_DOCIDSET;
- protected DocIdSet() { }
- public virtual bool IsCacheable { get { throw null; } }
- public abstract Lucene.Net.Search.DocIdSetIterator Iterator();
- public partial class AnonymousClassDocIdSet : Lucene.Net.Search.DocIdSet
- {
- public AnonymousClassDocIdSet() { }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public partial class AnonymousClassDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public AnonymousClassDocIdSetIterator(Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet enclosingInstance) { }
- public Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- }
- }
- public abstract partial class DocIdSetIterator
- {
- public static readonly int NO_MORE_DOCS;
- protected DocIdSetIterator() { }
- public abstract int Advance(int target);
- public abstract int DocID();
- public abstract int NextDoc();
- }
- public partial interface DoubleParser : Lucene.Net.Search.Parser
- {
- double ParseDouble(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class Explanation
- {
- public Explanation() { }
- public Explanation(float value, string description) { }
- public virtual string Description { get { throw null; } set { } }
- public virtual bool IsMatch { get { throw null; } }
- protected internal virtual string Summary { get { throw null; } }
- public virtual float Value { get { throw null; } set { } }
- public virtual void AddDetail(Lucene.Net.Search.Explanation detail) { }
- public virtual Lucene.Net.Search.Explanation[] GetDetails() { throw null; }
- public virtual string ToHtml() { throw null; }
- public override string ToString() { throw null; }
- protected internal virtual string ToString(int depth) { throw null; }
- [System.SerializableAttribute]
- public abstract partial class IDFExplanation
- {
- protected IDFExplanation() { }
- public abstract float Idf { get; }
- public abstract string Explain();
- }
- }
- public partial interface FieldCache
- {
- System.IO.StreamWriter InfoStream { get; set; }
- sbyte[] GetBytes(Lucene.Net.Index.IndexReader reader, string field);
- sbyte[] GetBytes(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.ByteParser parser);
- Lucene.Net.Search.CacheEntry[] GetCacheEntries();
- double[] GetDoubles(Lucene.Net.Index.IndexReader reader, string field);
- double[] GetDoubles(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.DoubleParser parser);
- float[] GetFloats(Lucene.Net.Index.IndexReader reader, string field);
- float[] GetFloats(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.FloatParser parser);
- int[] GetInts(Lucene.Net.Index.IndexReader reader, string field);
- int[] GetInts(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.IntParser parser);
- long[] GetLongs(Lucene.Net.Index.IndexReader reader, string field);
- long[] GetLongs(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.LongParser parser);
- short[] GetShorts(Lucene.Net.Index.IndexReader reader, string field);
- short[] GetShorts(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.ShortParser parser);
- Lucene.Net.Search.StringIndex GetStringIndex(Lucene.Net.Index.IndexReader reader, string field);
- string[] GetStrings(Lucene.Net.Index.IndexReader reader, string field);
- void Purge(Lucene.Net.Index.IndexReader r);
- void PurgeAllCaches();
- }
- public static partial class FieldCacheRangeFilter
- {
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.SByte>> NewByteRange(string field, Lucene.Net.Search.ByteParser parser, System.Nullable<sbyte> lowerVal, System.Nullable<sbyte> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.SByte>> NewByteRange(string field, System.Nullable<sbyte> lowerVal, System.Nullable<sbyte> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Double>> NewDoubleRange(string field, Lucene.Net.Search.DoubleParser parser, System.Nullable<double> lowerVal, System.Nullable<double> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Double>> NewDoubleRange(string field, System.Nullable<double> lowerVal, System.Nullable<double> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Single>> NewFloatRange(string field, Lucene.Net.Search.FloatParser parser, System.Nullable<float> lowerVal, System.Nullable<float> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Single>> NewFloatRange(string field, System.Nullable<float> lowerVal, System.Nullable<float> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int32>> NewIntRange(string field, Lucene.Net.Search.IntParser parser, System.Nullable<int> lowerVal, System.Nullable<int> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int32>> NewIntRange(string field, System.Nullable<int> lowerVal, System.Nullable<int> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int64>> NewLongRange(string field, Lucene.Net.Search.LongParser parser, System.Nullable<long> lowerVal, System.Nullable<long> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int64>> NewLongRange(string field, System.Nullable<long> lowerVal, System.Nullable<long> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int16>> NewShortRange(string field, Lucene.Net.Search.ShortParser parser, System.Nullable<short> lowerVal, System.Nullable<short> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int16>> NewShortRange(string field, System.Nullable<short> lowerVal, System.Nullable<short> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.String> NewStringRange(string field, string lowerVal, string upperVal, bool includeLower, bool includeUpper) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class FieldCacheRangeFilter<T> : Lucene.Net.Search.Filter
- {
- protected internal FieldCacheRangeFilter(string field, Lucene.Net.Search.Parser parser, T lowerVal, T upperVal, bool includeLower, bool includeUpper) { }
- public string GetField { get { throw null; } }
- public bool IncludesLower { get { throw null; } }
- public bool IncludesUpper { get { throw null; } }
- public T LowerValue { get { throw null; } }
- public Lucene.Net.Search.Parser Parser { get { throw null; } }
- public T UpperValue { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public abstract override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FieldCacheTermsFilter : Lucene.Net.Search.Filter
- {
- public FieldCacheTermsFilter(string field, params string[] terms) { }
- public virtual Lucene.Net.Search.FieldCache FieldCache { get { throw null; } }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- protected internal partial class FieldCacheTermsFilterDocIdSet : Lucene.Net.Search.DocIdSet
- {
- public FieldCacheTermsFilterDocIdSet(Lucene.Net.Search.FieldCacheTermsFilter enclosingInstance, Lucene.Net.Search.StringIndex fcsi) { }
- public Lucene.Net.Search.FieldCacheTermsFilter Enclosing_Instance { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- protected internal partial class FieldCacheTermsFilterDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public FieldCacheTermsFilterDocIdSetIterator(Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet enclosingInstance) { }
- public Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct FieldCache_Fields
- {
- public static readonly Lucene.Net.Search.FieldCache DEFAULT;
- public static readonly Lucene.Net.Search.ByteParser DEFAULT_BYTE_PARSER;
- public static readonly Lucene.Net.Search.DoubleParser DEFAULT_DOUBLE_PARSER;
- public static readonly Lucene.Net.Search.FloatParser DEFAULT_FLOAT_PARSER;
- public static readonly Lucene.Net.Search.IntParser DEFAULT_INT_PARSER;
- public static readonly Lucene.Net.Search.LongParser DEFAULT_LONG_PARSER;
- public static readonly Lucene.Net.Search.ShortParser DEFAULT_SHORT_PARSER;
- public static readonly Lucene.Net.Search.DoubleParser NUMERIC_UTILS_DOUBLE_PARSER;
- public static readonly Lucene.Net.Search.FloatParser NUMERIC_UTILS_FLOAT_PARSER;
- public static readonly Lucene.Net.Search.IntParser NUMERIC_UTILS_INT_PARSER;
- public static readonly Lucene.Net.Search.LongParser NUMERIC_UTILS_LONG_PARSER;
- public static readonly int STRING_INDEX;
- }
- public abstract partial class FieldComparator
- {
- protected FieldComparator() { }
- public abstract System.IComparable this[int slot] { get; }
- protected internal static int BinarySearch(string[] a, string key) { throw null; }
- protected internal static int BinarySearch(string[] a, string key, int low, int high) { throw null; }
- public abstract int Compare(int slot1, int slot2);
- public abstract int CompareBottom(int doc);
- public abstract void Copy(int slot, int doc);
- public abstract void SetBottom(int slot);
- public abstract void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase);
- public virtual void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- public sealed partial class ByteComparator : Lucene.Net.Search.FieldComparator
- {
- internal ByteComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class DocComparator : Lucene.Net.Search.FieldComparator
- {
- internal DocComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class DoubleComparator : Lucene.Net.Search.FieldComparator
- {
- internal DoubleComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class FloatComparator : Lucene.Net.Search.FieldComparator
- {
- internal FloatComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class IntComparator : Lucene.Net.Search.FieldComparator
- {
- internal IntComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class LongComparator : Lucene.Net.Search.FieldComparator
- {
- internal LongComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class RelevanceComparator : Lucene.Net.Search.FieldComparator
- {
- internal RelevanceComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- public sealed partial class ShortComparator : Lucene.Net.Search.FieldComparator
- {
- internal ShortComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringComparatorLocale : Lucene.Net.Search.FieldComparator
- {
- internal StringComparatorLocale() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringOrdValComparator : Lucene.Net.Search.FieldComparator
- {
- public StringOrdValComparator(int numHits, string field, int sortPos, bool reversed) { }
- public int BottomSlot { get { throw null; } }
- public string Field { get { throw null; } }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public string[] GetValues() { throw null; }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringValComparator : Lucene.Net.Search.FieldComparator
- {
- internal StringValComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class FieldComparatorSource
- {
- protected FieldComparatorSource() { }
- public abstract Lucene.Net.Search.FieldComparator NewComparator(string fieldname, int numHits, int sortPos, bool reversed);
- }
- [System.SerializableAttribute]
- public partial class FieldDoc : Lucene.Net.Search.ScoreDoc
- {
- [System.NonSerializedAttribute]
- public System.IComparable[] fields;
- public FieldDoc(int doc, float score) : base (default(int), default(float)) { }
- public FieldDoc(int doc, float score, System.IComparable[] fields) : base (default(int), default(float)) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class FieldValueHitQueue : Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.FieldValueHitQueue.Entry>
- {
- internal FieldValueHitQueue() { }
- protected internal Lucene.Net.Search.FieldComparator[] comparators;
- protected internal Lucene.Net.Search.SortField[] fields;
- protected internal int[] reverseMul;
- public static Lucene.Net.Search.FieldValueHitQueue Create(Lucene.Net.Search.SortField[] fields, int size) { throw null; }
- public abstract override bool LessThan(Lucene.Net.Search.FieldValueHitQueue.Entry a, Lucene.Net.Search.FieldValueHitQueue.Entry b);
- public sealed partial class Entry : Lucene.Net.Search.ScoreDoc
- {
- internal Entry() : base (default(int), default(float)) { }
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class Filter
- {
- protected Filter() { }
- public abstract Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader);
- }
- public abstract partial class FilteredDocIdSet : Lucene.Net.Search.DocIdSet
- {
- protected FilteredDocIdSet(Lucene.Net.Search.DocIdSet innerSet) { }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public abstract bool Match(int docid);
- }
- public abstract partial class FilteredDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- protected internal Lucene.Net.Search.DocIdSetIterator internalInnerIter;
- protected FilteredDocIdSetIterator(Lucene.Net.Search.DocIdSetIterator innerIter) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public abstract bool Match(int doc);
- public override int NextDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FilteredQuery : Lucene.Net.Search.Query
- {
- public FilteredQuery(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter) { }
- public virtual Lucene.Net.Search.Filter Filter { get { throw null; } }
- public virtual Lucene.Net.Search.Query Query { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string s) { throw null; }
- }
- public abstract partial class FilteredTermEnum : Lucene.Net.Index.TermEnum
- {
- protected internal Lucene.Net.Index.TermEnum actualEnum;
- protected internal Lucene.Net.Index.Term currentTerm;
- protected FilteredTermEnum() { }
- public override Lucene.Net.Index.Term Term { get { throw null; } }
- public abstract float Difference();
- protected override void Dispose(bool disposing) { }
- public override int DocFreq() { throw null; }
- public abstract bool EndEnum();
- public override bool Next() { throw null; }
- protected internal virtual void SetEnum(Lucene.Net.Index.TermEnum actualEnum) { }
- protected internal abstract bool TermCompare(Lucene.Net.Index.Term term);
- }
- public partial class FilterManager
- {
- protected internal System.Collections.Generic.IDictionary<int, Lucene.Net.Search.FilterManager.FilterItem> cache;
- protected internal int cacheCleanSize;
- protected internal long cleanSleepTime;
- protected internal const int DEFAULT_CACHE_CLEAN_SIZE = 100;
- protected internal const long DEFAULT_CACHE_SLEEP_TIME = (long)600000;
- protected internal Lucene.Net.Search.FilterManager.FilterCleaner internalFilterCleaner;
- protected internal static Lucene.Net.Search.FilterManager manager;
- protected internal FilterManager() { }
- public static Lucene.Net.Search.FilterManager Instance { get { throw null; } }
- public virtual Lucene.Net.Search.Filter GetFilter(Lucene.Net.Search.Filter filter) { throw null; }
- public virtual void SetCacheSize(int value) { }
- public virtual void SetCleanThreadSleepTime(long value) { }
- protected internal partial class FilterCleaner : Lucene.Net.Support.IThreadRunnable
- {
- public FilterCleaner(Lucene.Net.Search.FilterManager enclosingInstance) { }
- public virtual void Run() { }
- }
- protected internal partial class FilterItem
- {
- public Lucene.Net.Search.Filter filter;
- public long timestamp;
- public FilterItem(Lucene.Net.Search.Filter filter) { }
- }
- }
- public partial interface FloatParser : Lucene.Net.Search.Parser
- {
- float ParseFloat(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class FuzzyQuery : Lucene.Net.Search.MultiTermQuery
- {
- public const float defaultMinSimilarity = 0.5f;
- public const int defaultPrefixLength = 0;
- public FuzzyQuery(Lucene.Net.Index.Term term) { }
- public FuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity) { }
- public FuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity, int prefixLength) { }
- public virtual float MinSimilarity { get { throw null; } }
- public virtual int PrefixLength { get { throw null; } }
- public override Lucene.Net.Search.RewriteMethod RewriteMethod { set { } }
- public Lucene.Net.Index.Term Term { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected internal set { } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- protected internal partial class ScoreTerm : System.IComparable<Lucene.Net.Search.FuzzyQuery.ScoreTerm>
- {
- public float score;
- public Lucene.Net.Index.Term term;
- public ScoreTerm() { }
- public int CompareTo(Lucene.Net.Search.FuzzyQuery.ScoreTerm other) { throw null; }
- }
- }
- public sealed partial class FuzzyTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term) { }
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term, float minSimilarity) { }
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term, float minSimilarity, int prefixLength) { }
- public override float Difference() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class HitQueue : Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.ScoreDoc>
- {
- public HitQueue(int size, bool prePopulate) { }
- protected internal override Lucene.Net.Search.ScoreDoc SentinelObject { get { throw null; } }
- public override bool LessThan(Lucene.Net.Search.ScoreDoc hitA, Lucene.Net.Search.ScoreDoc hitB) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class IndexSearcher : Lucene.Net.Search.Searcher
- {
- public IndexSearcher(Lucene.Net.Index.IndexReader r) { }
- public IndexSearcher(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.IndexReader[] subReaders, int[] docStarts) { }
- public IndexSearcher(Lucene.Net.Store.Directory path) { }
- public IndexSearcher(Lucene.Net.Store.Directory path, bool readOnly) { }
- public virtual Lucene.Net.Index.IndexReader IndexReader { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public Lucene.Net.Index.IndexReader reader_ForNUnit { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override Lucene.Net.Documents.Document Doc(int i) { throw null; }
- public override Lucene.Net.Documents.Document Doc(int i, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc) { throw null; }
- protected internal virtual void GatherSubReaders(System.Collections.Generic.IList<Lucene.Net.Index.IndexReader> allSubReaders, Lucene.Net.Index.IndexReader r) { }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query original) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort, bool fillFields) { throw null; }
- public virtual void SetDefaultFieldSortScoring(bool doTrackScores, bool doMaxScore) { }
- }
- public partial interface IntParser : Lucene.Net.Search.Parser
- {
- int ParseInt(string string_Renamed);
- }
- public partial interface LongParser : Lucene.Net.Search.Parser
- {
- long ParseLong(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class MatchAllDocsQuery : Lucene.Net.Search.Query
- {
- public MatchAllDocsQuery() { }
- public MatchAllDocsQuery(string normsField) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MultiPhraseQuery : Lucene.Net.Search.Query
- {
- public MultiPhraseQuery() { }
- public virtual int Slop { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Index.Term term) { }
- public virtual void Add(Lucene.Net.Index.Term[] terms) { }
- public virtual void Add(Lucene.Net.Index.Term[] terms, int position) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public virtual System.Collections.Generic.IList<Lucene.Net.Index.Term[]> GetTermArrays() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public static bool TermEquals(System.Array array1, System.Array array2) { throw null; }
- public override string ToString(string f) { throw null; }
- }
- public partial class MultiSearcher : Lucene.Net.Search.Searcher
- {
- public MultiSearcher(params Lucene.Net.Search.Searchable[] searchables) { }
- public override int MaxDoc { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Query original) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Lucene.Net.Documents.Document Doc(int n) { throw null; }
- public override Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc) { throw null; }
- public virtual Lucene.Net.Search.Searchable[] GetSearchables() { throw null; }
- protected internal virtual int[] GetStarts() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query original) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual int SubDoc(int n) { throw null; }
- public virtual int SubSearcher(int n) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class MultiTermQuery : Lucene.Net.Search.Query
- {
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_AUTO_REWRITE_DEFAULT;
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE;
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_FILTER_REWRITE;
- protected internal Lucene.Net.Search.RewriteMethod internalRewriteMethod;
- public static readonly Lucene.Net.Search.RewriteMethod SCORING_BOOLEAN_QUERY_REWRITE;
- protected MultiTermQuery() { }
- public virtual Lucene.Net.Search.RewriteMethod RewriteMethod { get { throw null; } set { } }
- public virtual int TotalNumberOfTerms { get { throw null; } }
- public virtual void ClearTotalNumberOfTerms() { }
- public override bool Equals(object obj) { throw null; }
- protected internal abstract Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- protected internal virtual void IncTotalNumberOfTerms(int inc) { }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- [System.SerializableAttribute]
- public partial class AnonymousClassConstantScoreAutoRewrite : Lucene.Net.Search.MultiTermQuery.ConstantScoreAutoRewrite
- {
- public AnonymousClassConstantScoreAutoRewrite() { }
- public override double DocCountPercent { set { } }
- public override int TermCountCutoff { set { } }
- protected internal virtual object ReadResolve() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ConstantScoreAutoRewrite : Lucene.Net.Search.RewriteMethod
- {
- public static double DEFAULT_DOC_COUNT_PERCENT;
- public static int DEFAULT_TERM_COUNT_CUTOFF;
- public ConstantScoreAutoRewrite() { }
- public virtual double DocCountPercent { get { throw null; } set { } }
- public virtual int TermCountCutoff { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.MultiTermQuery query) { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class MultiTermQueryWrapperFilter<T> : Lucene.Net.Search.Filter where T : Lucene.Net.Search.MultiTermQuery
- {
- protected internal T query;
- protected internal MultiTermQueryWrapperFilter(T query) { }
- public virtual int TotalNumberOfTerms { get { throw null; } }
- public virtual void ClearTotalNumberOfTerms() { }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class NumericRangeFilter
- {
- public static Lucene.Net.Search.NumericRangeFilter<System.Double> NewDoubleRange(string field, int precisionStep, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Double> NewDoubleRange(string field, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Single> NewFloatRange(string field, int precisionStep, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Single> NewFloatRange(string field, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int32> NewIntRange(string field, int precisionStep, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int32> NewIntRange(string field, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int64> NewLongRange(string field, int precisionStep, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int64> NewLongRange(string field, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericRangeFilter<T> : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.NumericRangeQuery<T>> where T : struct, System.IComparable<T>
- {
- internal NumericRangeFilter() : base (default(Lucene.Net.Search.NumericRangeQuery<T>)) { }
- public string Field { get { throw null; } }
- public bool IncludesMax { get { throw null; } }
- public bool IncludesMin { get { throw null; } }
- public System.Nullable<T> Max { get { throw null; } }
- public System.Nullable<T> Min { get { throw null; } }
- }
- public static partial class NumericRangeQuery
- {
- public static Lucene.Net.Search.NumericRangeQuery<System.Double> NewDoubleRange(string field, int precisionStep, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Double> NewDoubleRange(string field, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Single> NewFloatRange(string field, int precisionStep, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Single> NewFloatRange(string field, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int32> NewIntRange(string field, int precisionStep, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int32> NewIntRange(string field, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int64> NewLongRange(string field, int precisionStep, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int64> NewLongRange(string field, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericRangeQuery<T> : Lucene.Net.Search.MultiTermQuery where T : struct, System.IComparable<T>
- {
- internal NumericRangeQuery() { }
- public string Field { get { throw null; } }
- public bool IncludesMax { get { throw null; } }
- public bool IncludesMin { get { throw null; } }
- public System.Nullable<T> Max { get { throw null; } }
- public System.Nullable<T> Min { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public enum Occur
- {
- MUST = 0,
- MUST_NOT = 2,
- SHOULD = 1,
- }
- public static partial class OccurExtensions
- {
- public static string ToString(this Lucene.Net.Search.Occur occur) { throw null; }
- }
- public partial class ParallelMultiSearcher : Lucene.Net.Search.MultiSearcher
- {
- public ParallelMultiSearcher(params Lucene.Net.Search.Searchable[] searchables) : base (default(Lucene.Net.Search.Searchable[])) { }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort) { throw null; }
- }
- public partial interface Parser
- {
- }
- [System.SerializableAttribute]
- public partial class PhraseQuery : Lucene.Net.Search.Query
- {
- public PhraseQuery() { }
- public virtual int Slop { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Index.Term term) { }
- public virtual void Add(Lucene.Net.Index.Term term, int position) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> queryTerms) { }
- public override int GetHashCode() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public virtual Lucene.Net.Index.Term[] GetTerms() { throw null; }
- public override string ToString(string f) { throw null; }
- }
- public partial class PositiveScoresOnlyCollector : Lucene.Net.Search.Collector
- {
- public PositiveScoresOnlyCollector(Lucene.Net.Search.Collector c) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public override void Collect(int doc) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- [System.SerializableAttribute]
- public partial class PrefixFilter : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.PrefixQuery>
- {
- public PrefixFilter(Lucene.Net.Index.Term prefix) : base (default(Lucene.Net.Search.PrefixQuery)) { }
- public virtual Lucene.Net.Index.Term Prefix { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PrefixQuery : Lucene.Net.Search.MultiTermQuery
- {
- public PrefixQuery(Lucene.Net.Index.Term prefix) { }
- public virtual Lucene.Net.Index.Term Prefix { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class PrefixTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public PrefixTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term prefix) { }
- protected internal virtual Lucene.Net.Index.Term PrefixTerm { get { throw null; } }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Query : System.ICloneable
- {
- protected Query() { }
- public virtual float Boost { get { throw null; } set { } }
- public virtual object Clone() { throw null; }
- public virtual Lucene.Net.Search.Query Combine(Lucene.Net.Search.Query[] queries) { throw null; }
- public virtual Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public virtual void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public static Lucene.Net.Search.Query MergeBooleanQueries(params Lucene.Net.Search.BooleanQuery[] queries) { throw null; }
- public virtual Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString() { throw null; }
- public abstract string ToString(string field);
- public virtual Lucene.Net.Search.Weight Weight(Lucene.Net.Search.Searcher searcher) { throw null; }
- }
- public partial class QueryTermVector : Lucene.Net.Index.ITermFreqVector
- {
- public QueryTermVector(string queryString, Lucene.Net.Analysis.Analyzer analyzer) { }
- public QueryTermVector(string[] queryTerms) { }
- public virtual string Field { get { throw null; } }
- public virtual int Size { get { throw null; } }
- public virtual int[] GetTermFrequencies() { throw null; }
- public virtual string[] GetTerms() { throw null; }
- public virtual int[] IndexesOf(string[] terms, int start, int len) { throw null; }
- public virtual int IndexOf(string term) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class QueryWrapperFilter : Lucene.Net.Search.Filter
- {
- public QueryWrapperFilter(Lucene.Net.Search.Query query) { }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class RewriteMethod
- {
- protected RewriteMethod() { }
- public abstract Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.MultiTermQuery query);
- }
- public partial class ScoreCachingWrappingScorer : Lucene.Net.Search.Scorer
- {
- public ScoreCachingWrappingScorer(Lucene.Net.Search.Scorer scorer) : base (default(Lucene.Net.Search.Similarity)) { }
- public override Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector collector) { }
- public override bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ScoreDoc
- {
- public ScoreDoc(int doc, float score) { }
- public int Doc { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public float Score { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class Scorer : Lucene.Net.Search.DocIdSetIterator
- {
- protected internal Scorer(Lucene.Net.Search.Similarity similarity) { }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public abstract float Score();
- public virtual void Score(Lucene.Net.Search.Collector collector) { }
- public virtual bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- }
- public partial interface Searchable : System.IDisposable
- {
- int MaxDoc { get; }
- void Close();
- Lucene.Net.Documents.Document Doc(int i);
- Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector);
- int DocFreq(Lucene.Net.Index.Term term);
- int[] DocFreqs(Lucene.Net.Index.Term[] terms);
- Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc);
- Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query query);
- void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector);
- Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n);
- Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort);
- }
- public abstract partial class Searcher : System.MarshalByRefObject, Lucene.Net.Search.Searchable, System.IDisposable
- {
- protected Searcher() { }
- public abstract int MaxDoc { get; }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public virtual Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Query query) { throw null; }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract Lucene.Net.Documents.Document Doc(int i);
- public abstract Lucene.Net.Documents.Document Doc(int docid, Lucene.Net.Documents.FieldSelector fieldSelector);
- public abstract int DocFreq(Lucene.Net.Index.Term term);
- public virtual int[] DocFreqs(Lucene.Net.Index.Term[] terms) { throw null; }
- public virtual Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Query query, int doc) { throw null; }
- public abstract Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc);
- public abstract Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query query);
- public virtual void Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Collector results) { }
- public virtual void Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector results) { }
- public virtual Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, int n) { throw null; }
- public virtual Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Query query, int n) { throw null; }
- public abstract void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector results);
- public abstract Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n);
- public abstract Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort);
- }
- public partial interface ShortParser : Lucene.Net.Search.Parser
- {
- short ParseShort(string string_Renamed);
- }
- [System.SerializableAttribute]
- public abstract partial class Similarity
- {
- public const int NO_DOC_ID_PROVIDED = -1;
- protected Similarity() { }
- public static Lucene.Net.Search.Similarity Default { get { throw null; } set { } }
- public virtual float ComputeNorm(string field, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public abstract float Coord(int overlap, int maxOverlap);
- public static float DecodeNorm(byte b) { throw null; }
- public static byte EncodeNorm(float f) { throw null; }
- public static float[] GetNormDecoder() { throw null; }
- public abstract float Idf(int docFreq, int numDocs);
- public virtual Lucene.Net.Search.Explanation.IDFExplanation IdfExplain(Lucene.Net.Index.Term term, Lucene.Net.Search.Searcher searcher) { throw null; }
- public virtual Lucene.Net.Search.Explanation.IDFExplanation IdfExplain(System.Collections.Generic.ICollection<Lucene.Net.Index.Term> terms, Lucene.Net.Search.Searcher searcher) { throw null; }
- public abstract float LengthNorm(string fieldName, int numTokens);
- public abstract float QueryNorm(float sumOfSquaredWeights);
- public virtual float ScorePayload(int docId, string fieldName, int start, int end, byte[] payload, int offset, int length) { throw null; }
- public abstract float SloppyFreq(int distance);
- public virtual float Tf(int freq) { throw null; }
- public abstract float Tf(float freq);
- }
- [System.SerializableAttribute]
- public partial class SimilarityDelegator : Lucene.Net.Search.Similarity
- {
- public SimilarityDelegator(Lucene.Net.Search.Similarity delegee) { }
- public override float ComputeNorm(string fieldName, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public override float Coord(int overlap, int maxOverlap) { throw null; }
- public override float Idf(int docFreq, int numDocs) { throw null; }
- public override float LengthNorm(string fieldName, int numTerms) { throw null; }
- public override float QueryNorm(float sumOfSquaredWeights) { throw null; }
- public override float ScorePayload(int docId, string fieldName, int start, int end, byte[] payload, int offset, int length) { throw null; }
- public override float SloppyFreq(int distance) { throw null; }
- public override float Tf(float freq) { throw null; }
- }
- public partial class SingleTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public SingleTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term singleTerm) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class Sort
- {
- public static readonly Lucene.Net.Search.Sort INDEXORDER;
- public static readonly Lucene.Net.Search.Sort RELEVANCE;
- public Sort() { }
- public Sort(Lucene.Net.Search.SortField field) { }
- public Sort(params Lucene.Net.Search.SortField[] fields) { }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Search.SortField[] GetSort() { throw null; }
- public virtual void SetSort(Lucene.Net.Search.SortField field) { }
- public virtual void SetSort(params Lucene.Net.Search.SortField[] fields) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SortField
- {
- public const int BYTE = 10;
- public const int CUSTOM = 9;
- public const int DOC = 1;
- public const int DOUBLE = 7;
- public static readonly Lucene.Net.Search.SortField FIELD_DOC;
- public static readonly Lucene.Net.Search.SortField FIELD_SCORE;
- public const int FLOAT = 5;
- public const int INT = 4;
- public const int LONG = 6;
- public const int SCORE = 0;
- public const int SHORT = 8;
- public const int STRING = 3;
- public const int STRING_VAL = 11;
- public SortField(string field, Lucene.Net.Search.FieldComparatorSource comparator) { }
- public SortField(string field, Lucene.Net.Search.FieldComparatorSource comparator, bool reverse) { }
- public SortField(string field, Lucene.Net.Search.Parser parser) { }
- public SortField(string field, Lucene.Net.Search.Parser parser, bool reverse) { }
- public SortField(string field, System.Globalization.CultureInfo locale) { }
- public SortField(string field, System.Globalization.CultureInfo locale, bool reverse) { }
- public SortField(string field, int type) { }
- public SortField(string field, int type, bool reverse) { }
- public virtual Lucene.Net.Search.FieldComparatorSource ComparatorSource { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } }
- public virtual Lucene.Net.Search.Parser Parser { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public virtual Lucene.Net.Search.FieldComparator GetComparator(int numHits, int sortPos) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SpanFilter : Lucene.Net.Search.Filter
- {
- protected SpanFilter() { }
- public abstract Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader);
- }
- public partial class SpanFilterResult
- {
- public SpanFilterResult(Lucene.Net.Search.DocIdSet docIdSet, System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.PositionInfo> positions) { }
- public virtual Lucene.Net.Search.DocIdSet DocIdSet { get { throw null; } }
- public virtual System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.PositionInfo> Positions { get { throw null; } }
- public partial class PositionInfo
- {
- public PositionInfo(int doc) { }
- public virtual int Doc { get { throw null; } }
- public virtual System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.StartEnd> Positions { get { throw null; } }
- public virtual void AddPosition(int start, int end) { }
- }
- public partial class StartEnd
- {
- public StartEnd(int start, int end) { }
- public virtual int End { get { throw null; } }
- public virtual int Start { get { throw null; } }
- }
- }
- [System.SerializableAttribute]
- public partial class SpanQueryFilter : Lucene.Net.Search.SpanFilter
- {
- protected internal Lucene.Net.Search.Spans.SpanQuery internalQuery;
- protected internal SpanQueryFilter() { }
- public SpanQueryFilter(Lucene.Net.Search.Spans.SpanQuery query) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery Query { get { throw null; } }
- public override Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class StringIndex
- {
- public string[] lookup;
- public int[] order;
- public StringIndex(int[] values, string[] lookup) { }
- public virtual int BinarySearchLookup(string key) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermQuery : Lucene.Net.Search.Query
- {
- public TermQuery(Lucene.Net.Index.Term t) { }
- public virtual Lucene.Net.Index.Term Term { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermRangeFilter : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.TermRangeQuery>
- {
- public TermRangeFilter(string fieldName, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper) : base (default(Lucene.Net.Search.TermRangeQuery)) { }
- public TermRangeFilter(string fieldName, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) : base (default(Lucene.Net.Search.TermRangeQuery)) { }
- public virtual System.Globalization.CompareInfo Collator { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual bool IncludesLower { get { throw null; } }
- public virtual bool IncludesUpper { get { throw null; } }
- public virtual string LowerTerm { get { throw null; } }
- public virtual string UpperTerm { get { throw null; } }
- public static Lucene.Net.Search.TermRangeFilter Less(string fieldName, string upperTerm) { throw null; }
- public static Lucene.Net.Search.TermRangeFilter More(string fieldName, string lowerTerm) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermRangeQuery : Lucene.Net.Search.MultiTermQuery
- {
- public TermRangeQuery(string field, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper) { }
- public TermRangeQuery(string field, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) { }
- public virtual System.Globalization.CompareInfo Collator { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual bool IncludesLower { get { throw null; } }
- public virtual bool IncludesUpper { get { throw null; } }
- public virtual string LowerTerm { get { throw null; } }
- public virtual string UpperTerm { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class TermRangeTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public TermRangeTermEnum(Lucene.Net.Index.IndexReader reader, string field, string lowerTermText, string upperTermText, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class TermScorer : Lucene.Net.Search.Scorer
- {
- public TermScorer(Lucene.Net.Search.Weight weight, Lucene.Net.Index.TermDocs td, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector c) { }
- public override bool Score(Lucene.Net.Search.Collector c, int end, int firstDocID) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class TimeLimitingCollector : Lucene.Net.Search.Collector
- {
- public bool DEFAULT_GREEDY;
- public const int DEFAULT_RESOLUTION = 20;
- public TimeLimitingCollector(Lucene.Net.Search.Collector collector, long timeAllowed) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public virtual bool IsGreedy { get { throw null; } set { } }
- public static long Resolution { get { throw null; } set { } }
- public override void Collect(int doc) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int base_Renamed) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- [System.SerializableAttribute]
- public partial class TimeExceededException : System.SystemException
- {
- internal TimeExceededException() { }
- public virtual int LastDocCollected { get { throw null; } }
- public virtual long TimeAllowed { get { throw null; } }
- public virtual long TimeElapsed { get { throw null; } }
- }
- }
- [System.SerializableAttribute]
- public partial class TopDocs
- {
- public TopDocs(int totalHits, Lucene.Net.Search.ScoreDoc[] scoreDocs, float maxScore) { }
- public float MaxScore { get { throw null; } set { } }
- public Lucene.Net.Search.ScoreDoc[] ScoreDocs { get { throw null; } set { } }
- public int TotalHits { get { throw null; } set { } }
- }
- public abstract partial class TopDocsCollector<T> : Lucene.Net.Search.Collector where T : Lucene.Net.Search.ScoreDoc
- {
- protected internal static readonly Lucene.Net.Search.TopDocs EMPTY_TOPDOCS;
- protected internal int internalTotalHits;
- protected internal Lucene.Net.Util.PriorityQueue<T> pq;
- protected internal TopDocsCollector(Lucene.Net.Util.PriorityQueue<T> pq) { }
- public virtual int TotalHits { get { throw null; } }
- public virtual Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- protected internal virtual void PopulateResults(Lucene.Net.Search.ScoreDoc[] results, int howMany) { }
- public Lucene.Net.Search.TopDocs TopDocs() { throw null; }
- public Lucene.Net.Search.TopDocs TopDocs(int start) { throw null; }
- public Lucene.Net.Search.TopDocs TopDocs(int start, int howMany) { throw null; }
- }
- public abstract partial class TopFieldCollector : Lucene.Net.Search.TopDocsCollector<Lucene.Net.Search.FieldValueHitQueue.Entry>
- {
- internal TopFieldCollector() : base (default(Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.FieldValueHitQueue.Entry>)) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public static Lucene.Net.Search.TopFieldCollector Create(Lucene.Net.Search.Sort sort, int numHits, bool fillFields, bool trackDocScores, bool trackMaxScore, bool docsScoredInOrder) { throw null; }
- public override Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- protected internal override void PopulateResults(Lucene.Net.Search.ScoreDoc[] results, int howMany) { }
- }
- [System.SerializableAttribute]
- public partial class TopFieldDocs : Lucene.Net.Search.TopDocs
- {
- public Lucene.Net.Search.SortField[] fields;
- public TopFieldDocs(int totalHits, Lucene.Net.Search.ScoreDoc[] scoreDocs, Lucene.Net.Search.SortField[] fields, float maxScore) : base (default(int), default(Lucene.Net.Search.ScoreDoc[]), default(float)) { }
- }
- public abstract partial class TopScoreDocCollector : Lucene.Net.Search.TopDocsCollector<Lucene.Net.Search.ScoreDoc>
- {
- internal TopScoreDocCollector() : base (default(Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.ScoreDoc>)) { }
- public static Lucene.Net.Search.TopScoreDocCollector Create(int numHits, bool docsScoredInOrder) { throw null; }
- public override Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int base_Renamed) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- [System.SerializableAttribute]
- public abstract partial class Weight
- {
- protected Weight() { }
- public abstract Lucene.Net.Search.Query Query { get; }
- public abstract float Value { get; }
- public abstract Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc);
- public virtual bool GetScoresDocsOutOfOrder() { throw null; }
- public abstract float GetSumOfSquaredWeights();
- public abstract void Normalize(float norm);
- public abstract Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer);
- }
- [System.SerializableAttribute]
- public partial class WildcardQuery : Lucene.Net.Search.MultiTermQuery
- {
- protected internal Lucene.Net.Index.Term internalTerm;
- public WildcardQuery(Lucene.Net.Index.Term term) { }
- public Lucene.Net.Index.Term Term { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class WildcardTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public const char WILDCARD_CHAR = '?';
- public const char WILDCARD_STRING = '*';
- public WildcardTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- public static bool WildcardEquals(string pattern, int patternIdx, string string_Renamed, int stringIdx) { throw null; }
- }
-}
-namespace Lucene.Net.Search.Function
-{
- [System.SerializableAttribute]
- public partial class ByteFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public ByteFieldSource(string field) : base (default(string)) { }
- public ByteFieldSource(string field, Lucene.Net.Search.ByteParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- public partial class CustomScoreProvider
- {
- protected Lucene.Net.Index.IndexReader reader;
- public CustomScoreProvider(Lucene.Net.Index.IndexReader reader) { }
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation valSrcExpl) { throw null; }
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation[] valSrcExpls) { throw null; }
- public virtual float CustomScore(int doc, float subQueryScore, float valSrcScore) { throw null; }
- public virtual float CustomScore(int doc, float subQueryScore, float[] valSrcScores) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CustomScoreQuery : Lucene.Net.Search.Query, System.ICloneable
- {
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery) { }
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery, Lucene.Net.Search.Function.ValueSourceQuery valSrcQuery) { }
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery, params Lucene.Net.Search.Function.ValueSourceQuery[] valSrcQueries) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation valSrcExpl) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation[] valSrcExpls) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual float CustomScore(int doc, float subQueryScore, float valSrcScore) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual float CustomScore(int doc, float subQueryScore, float[] valSrcScores) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- protected virtual Lucene.Net.Search.Function.CustomScoreProvider GetCustomScoreProvider(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual bool IsStrict() { throw null; }
- public virtual string Name() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public virtual void SetStrict(bool strict) { }
- public override string ToString(string field) { throw null; }
- }
- public abstract partial class DocValues
- {
- protected DocValues() { }
- protected internal virtual object InnerArray { get { throw null; } }
- public virtual double DoubleVal(int doc) { throw null; }
- public virtual Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public abstract float FloatVal(int doc);
- public virtual float GetAverageValue() { throw null; }
- public virtual float GetMaxValue() { throw null; }
- public virtual float GetMinValue() { throw null; }
- public virtual int IntVal(int doc) { throw null; }
- public virtual long LongVal(int doc) { throw null; }
- public virtual string StrVal(int doc) { throw null; }
- public abstract string ToString(int doc);
- }
- [System.SerializableAttribute]
- public abstract partial class FieldCacheSource : Lucene.Net.Search.Function.ValueSource
- {
- protected FieldCacheSource(string field) { }
- public abstract bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource other);
- public abstract int CachedFieldSourceHashCode();
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public abstract Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FieldScoreQuery : Lucene.Net.Search.Function.ValueSourceQuery
- {
- public FieldScoreQuery(string field, Lucene.Net.Search.Function.FieldScoreQuery.Type type) : base (default(Lucene.Net.Search.Function.ValueSource)) { }
- public partial class Type
- {
- internal Type() { }
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type BYTE;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type FLOAT;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type INT;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type SHORT;
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class FloatFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public FloatFieldSource(string field) : base (default(string)) { }
- public FloatFieldSource(string field, Lucene.Net.Search.FloatParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class IntFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public IntFieldSource(string field) : base (default(string)) { }
- public IntFieldSource(string field, Lucene.Net.Search.IntParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class OrdFieldSource : Lucene.Net.Search.Function.ValueSource
- {
- protected internal string field;
- public OrdFieldSource(string field) { }
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ReverseOrdFieldSource : Lucene.Net.Search.Function.ValueSource
- {
- public string field;
- public ReverseOrdFieldSource(string field) { }
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ShortFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public ShortFieldSource(string field) : base (default(string)) { }
- public ShortFieldSource(string field, Lucene.Net.Search.ShortParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class ValueSource
- {
- protected ValueSource() { }
- public abstract string Description();
- public abstract override bool Equals(object o);
- public abstract override int GetHashCode();
- public abstract Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader);
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ValueSourceQuery : Lucene.Net.Search.Query
- {
- public ValueSourceQuery(Lucene.Net.Search.Function.ValueSource valSrc) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
-}
-namespace Lucene.Net.Search.Payloads
-{
- [System.SerializableAttribute]
- public partial class AveragePayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public AveragePayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MaxPayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public MaxPayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MinPayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public MinPayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class PayloadFunction
- {
- protected PayloadFunction() { }
- public abstract float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore);
- public abstract float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore);
- public abstract override bool Equals(object o);
- public abstract override int GetHashCode();
- }
- [System.SerializableAttribute]
- public partial class PayloadNearQuery : Lucene.Net.Search.Spans.SpanNearQuery, System.ICloneable
- {
- protected internal string fieldName;
- protected internal Lucene.Net.Search.Payloads.PayloadFunction function;
- public PayloadNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder) : base (default(Lucene.Net.Search.Spans.SpanQuery[]), default(int), default(bool)) { }
- public PayloadNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder, Lucene.Net.Search.Payloads.PayloadFunction function) : base (default(Lucene.Net.Search.Spans.SpanQuery[]), default(int), default(bool)) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- public partial class PayloadNearSpanScorer : Lucene.Net.Search.Spans.SpanScorer
- {
- protected internal float payloadScore;
- protected internal PayloadNearSpanScorer(Lucene.Net.Search.Payloads.PayloadNearQuery enclosingInstance, Lucene.Net.Search.Spans.Spans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Spans.Spans), default(Lucene.Net.Search.Weight), default(Lucene.Net.Search.Similarity), default(byte[])) { }
- public Lucene.Net.Search.Payloads.PayloadNearQuery Enclosing_Instance { get { throw null; } }
- protected internal override Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public virtual void GetPayloads(Lucene.Net.Search.Spans.Spans[] subSpans) { }
- protected internal virtual void ProcessPayloads(System.Collections.Generic.ICollection<byte[]> payLoads, int start, int end) { }
- public override float Score() { throw null; }
- public override bool SetFreqCurrentDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PayloadNearSpanWeight : Lucene.Net.Search.Spans.SpanWeight
- {
- public PayloadNearSpanWeight(Lucene.Net.Search.Payloads.PayloadNearQuery enclosingInstance, Lucene.Net.Search.Spans.SpanQuery query, Lucene.Net.Search.Searcher searcher) : base (default(Lucene.Net.Search.Spans.SpanQuery), default(Lucene.Net.Search.Searcher)) { }
- public Lucene.Net.Search.Payloads.PayloadNearQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- public partial class PayloadSpanUtil
- {
- public PayloadSpanUtil(Lucene.Net.Index.IndexReader reader) { }
- public virtual System.Collections.Generic.ICollection<byte[]> GetPayloadsForQuery(Lucene.Net.Search.Query query) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PayloadTermQuery : Lucene.Net.Search.Spans.SpanTermQuery
- {
- protected internal Lucene.Net.Search.Payloads.PayloadFunction function;
- public PayloadTermQuery(Lucene.Net.Index.Term term, Lucene.Net.Search.Payloads.PayloadFunction function) : base (default(Lucene.Net.Index.Term)) { }
- public PayloadTermQuery(Lucene.Net.Index.Term term, Lucene.Net.Search.Payloads.PayloadFunction function, bool includeSpanScore) : base (default(Lucene.Net.Index.Term)) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- [System.SerializableAttribute]
- protected internal partial class PayloadTermWeight : Lucene.Net.Search.Spans.SpanWeight
- {
- public PayloadTermWeight(Lucene.Net.Search.Payloads.PayloadTermQuery enclosingInstance, Lucene.Net.Search.Payloads.PayloadTermQuery query, Lucene.Net.Search.Searcher searcher) : base (default(Lucene.Net.Search.Spans.SpanQuery), default(Lucene.Net.Search.Searcher)) { }
- public Lucene.Net.Search.Payloads.PayloadTermQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- protected internal partial class PayloadTermSpanScorer : Lucene.Net.Search.Spans.SpanScorer
- {
- protected internal byte[] payload;
- protected internal float payloadScore;
- protected internal int payloadsSeen;
- protected internal Lucene.Net.Index.TermPositions positions;
- public PayloadTermSpanScorer(Lucene.Net.Search.Payloads.PayloadTermQuery.PayloadTermWeight enclosingInstance, Lucene.Net.Search.Spans.TermSpans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Spans.Spans), default(Lucene.Net.Search.Weight), default(Lucene.Net.Search.Similarity), default(byte[])) { }
- public Lucene.Net.Search.Payloads.PayloadTermQuery.PayloadTermWeight Enclosing_Instance { get { throw null; } }
- protected internal override Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- protected internal virtual float GetPayloadScore() { throw null; }
- protected internal virtual float GetSpanScore() { throw null; }
- protected internal virtual void ProcessPayload(Lucene.Net.Search.Similarity similarity) { }
- public override float Score() { throw null; }
- public override bool SetFreqCurrentDoc() { throw null; }
- }
- }
- }
-}
-namespace Lucene.Net.Search.Spans
-{
- [System.SerializableAttribute]
- public partial class FieldMaskingSpanQuery : Lucene.Net.Search.Spans.SpanQuery
- {
- public FieldMaskingSpanQuery(Lucene.Net.Search.Spans.SpanQuery maskedQuery, string maskedField) { }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery MaskedQuery { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class NearSpansOrdered : Lucene.Net.Search.Spans.Spans
- {
- public NearSpansOrdered(Lucene.Net.Search.Spans.SpanNearQuery spanNearQuery, Lucene.Net.Index.IndexReader reader) { }
- public NearSpansOrdered(Lucene.Net.Search.Spans.SpanNearQuery spanNearQuery, Lucene.Net.Index.IndexReader reader, bool collectPayloads) { }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public virtual Lucene.Net.Search.Spans.Spans[] GetSubSpans() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class NearSpansUnordered : Lucene.Net.Search.Spans.Spans
- {
- public NearSpansUnordered(Lucene.Net.Search.Spans.SpanNearQuery query, Lucene.Net.Index.IndexReader reader) { }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public virtual Lucene.Net.Search.Spans.Spans[] GetSubSpans() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanFirstQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanFirstQuery(Lucene.Net.Search.Spans.SpanQuery match, int end) { }
- public virtual int End { get { throw null; } }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery Match { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanNearQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- protected internal System.Collections.Generic.IList<Lucene.Net.Search.Spans.SpanQuery> clauses;
- protected internal bool inOrder;
- protected internal string internalField;
- protected internal int internalSlop;
- public SpanNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder) { }
- public SpanNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder, bool collectPayloads) { }
- public override string Field { get { throw null; } }
- public virtual bool IsInOrder { get { throw null; } }
- public virtual int Slop { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery[] GetClauses() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanNotQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanNotQuery(Lucene.Net.Search.Spans.SpanQuery include, Lucene.Net.Search.Spans.SpanQuery exclude) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery Exclude { get { throw null; } }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery Include { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanOrQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanOrQuery(params Lucene.Net.Search.Spans.SpanQuery[] clauses) { }
- public override string Field { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery[] GetClauses() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SpanQuery : Lucene.Net.Search.Query
- {
- protected SpanQuery() { }
- public abstract string Field { get; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public abstract Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader);
- }
- public abstract partial class Spans
- {
- protected Spans() { }
- public abstract int Doc();
- public abstract int End();
- public abstract System.Collections.Generic.ICollection<byte[]> GetPayload();
- public abstract bool IsPayloadAvailable();
- public abstract bool Next();
- public abstract bool SkipTo(int target);
- public abstract int Start();
- }
- public partial class SpanScorer : Lucene.Net.Search.Scorer
- {
- protected internal int doc;
- protected internal float freq;
- protected internal bool more;
- protected internal byte[] norms;
- protected internal Lucene.Net.Search.Spans.Spans spans;
- protected internal float value_Renamed;
- protected internal Lucene.Net.Search.Weight weight;
- protected internal SpanScorer(Lucene.Net.Search.Spans.Spans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- protected internal virtual Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public virtual bool SetFreqCurrentDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanTermQuery : Lucene.Net.Search.Spans.SpanQuery
- {
- protected internal Lucene.Net.Index.Term internalTerm;
- public SpanTermQuery(Lucene.Net.Index.Term term) { }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Index.Term Term { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanWeight : Lucene.Net.Search.Weight
- {
- protected internal float idf;
- protected internal Lucene.Net.Search.Spans.SpanQuery internalQuery;
- protected internal float queryNorm;
- protected internal float queryWeight;
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms;
- protected internal float value_Renamed;
- public SpanWeight(Lucene.Net.Search.Spans.SpanQuery query, Lucene.Net.Search.Searcher searcher) { }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float queryNorm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- public partial class TermSpans : Lucene.Net.Search.Spans.Spans
- {
- protected internal int count;
- protected internal int freq;
- protected internal int internalDoc;
- protected internal Lucene.Net.Index.TermPositions internalPositions;
- protected internal int position;
- protected internal Lucene.Net.Index.Term term;
- public TermSpans(Lucene.Net.Index.TermPositions positions, Lucene.Net.Index.Term term) { }
- public virtual Lucene.Net.Index.TermPositions Positions { get { throw null; } }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Lucene.Net.Store
-{
- [System.SerializableAttribute]
- public partial class AlreadyClosedException : System.SystemException
- {
- public AlreadyClosedException() { }
- protected AlreadyClosedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public AlreadyClosedException(string message) { }
- public AlreadyClosedException(string message, System.Exception inner) { }
- }
- public abstract partial class BufferedIndexInput : Lucene.Net.Store.IndexInput, System.ICloneable
- {
- protected internal byte[] buffer;
- public const int BUFFER_SIZE = 1024;
- protected BufferedIndexInput() { }
- protected BufferedIndexInput(int bufferSize) { }
- public virtual int BufferSize { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected internal virtual void NewBuffer(byte[] newBuffer) { }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void ReadBytes(byte[] b, int offset, int len, bool useBuffer) { }
- public abstract void ReadInternal(byte[] b, int offset, int length);
- public override void Seek(long pos) { }
- public abstract void SeekInternal(long pos);
- public virtual void SetBufferSize(int newSize) { }
- }
- public abstract partial class BufferedIndexOutput : Lucene.Net.Store.IndexOutput
- {
- protected BufferedIndexOutput() { }
- public override long FilePointer { get { throw null; } }
- public abstract override long Length { get; }
- protected override void Dispose(bool disposing) { }
- public override void Flush() { }
- public abstract void FlushBuffer(byte[] b, int offset, int len);
- public override void Seek(long pos) { }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int length) { }
- }
- public partial class ChecksumIndexInput : Lucene.Net.Store.IndexInput
- {
- public ChecksumIndexInput(Lucene.Net.Store.IndexInput main) { }
- public virtual long Checksum { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- public partial class ChecksumIndexOutput : Lucene.Net.Store.IndexOutput
- {
- public ChecksumIndexOutput(Lucene.Net.Store.IndexOutput main) { }
- public virtual long Checksum { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public virtual void FinishCommit() { }
- public override void Flush() { }
- public virtual void PrepareCommit() { }
- public override void Seek(long pos) { }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int length) { }
- }
- [System.SerializableAttribute]
- public abstract partial class Directory : System.IDisposable
- {
- [System.NonSerializedAttribute]
- protected internal Lucene.Net.Store.LockFactory interalLockFactory;
- protected internal volatile bool isOpen;
- protected Directory() { }
- public bool isOpen_ForNUnit { get { throw null; } }
- public virtual Lucene.Net.Store.LockFactory LockFactory { get { throw null; } }
- public virtual void ClearLock(string name) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public static void Copy(Lucene.Net.Store.Directory src, Lucene.Net.Store.Directory dest, bool closeDirSrc) { }
- public abstract Lucene.Net.Store.IndexOutput CreateOutput(string name);
- public abstract void DeleteFile(string name);
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public void EnsureOpen() { }
- public abstract bool FileExists(string name);
- public abstract long FileLength(string name);
- public abstract long FileModified(string name);
- public virtual string GetLockId() { throw null; }
- public abstract string[] ListAll();
- public virtual Lucene.Net.Store.Lock MakeLock(string name) { throw null; }
- public abstract Lucene.Net.Store.IndexInput OpenInput(string name);
- public virtual Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- public virtual void SetLockFactory(Lucene.Net.Store.LockFactory lockFactory) { }
- public virtual void Sync(string name) { }
- public override string ToString() { throw null; }
- public abstract void TouchFile(string name);
- }
- public partial class FileSwitchDirectory : Lucene.Net.Store.Directory
- {
- public FileSwitchDirectory(System.Collections.Generic.HashSet<string> primaryExtensions, Lucene.Net.Store.Directory primaryDir, Lucene.Net.Store.Directory secondaryDir, bool doClose) { }
- public virtual Lucene.Net.Store.Directory PrimaryDir { get { throw null; } }
- public virtual Lucene.Net.Store.Directory SecondaryDir { get { throw null; } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public static string GetExtension(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public override void Sync(string name) { }
- public override void TouchFile(string name) { }
- }
- public abstract partial class FSDirectory : Lucene.Net.Store.Directory
- {
- public static readonly int DEFAULT_READ_CHUNK_SIZE;
- protected internal System.IO.DirectoryInfo internalDirectory;
- protected internal FSDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) { }
- public virtual System.IO.DirectoryInfo Directory { get { throw null; } }
- public int ReadChunkSize { get { throw null; } set { } }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public static long FileModified(System.IO.FileInfo directory, string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string GetLockId() { throw null; }
- protected internal void InitOutput(string name) { }
- public override string[] ListAll() { throw null; }
- public static string[] ListAll(System.IO.DirectoryInfo dir) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(System.IO.DirectoryInfo path) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(string path) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public override void Sync(string name) { }
- public override string ToString() { throw null; }
- public override void TouchFile(string name) { }
- }
- public abstract partial class FSLockFactory : Lucene.Net.Store.LockFactory
- {
- protected internal System.IO.DirectoryInfo internalLockDir;
- protected FSLockFactory() { }
- public virtual System.IO.DirectoryInfo LockDir { get { throw null; } protected internal set { } }
- }
- public abstract partial class IndexInput : System.ICloneable, System.IDisposable
- {
- protected IndexInput() { }
- public abstract long FilePointer { get; }
- public virtual object Clone() { throw null; }
- [System.ObsoleteAttribute("Use Dispose() instead.")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract long Length();
- public abstract byte ReadByte();
- public abstract void ReadBytes(byte[] b, int offset, int len);
- public virtual void ReadBytes(byte[] b, int offset, int len, bool useBuffer) { }
- [System.ObsoleteAttribute("-- please use ReadString or ReadBytes instead, and construct the string from those utf8 bytes")]
- public virtual void ReadChars(char[] buffer, int start, int length) { }
- public virtual int ReadInt() { throw null; }
- public virtual long ReadLong() { throw null; }
- public virtual string ReadString() { throw null; }
- public virtual System.Collections.Generic.IDictionary<string, string> ReadStringStringMap() { throw null; }
- public virtual int ReadVInt() { throw null; }
- public virtual long ReadVLong() { throw null; }
- public abstract void Seek(long pos);
- public virtual void SetModifiedUTF8StringsMode() { }
- [System.ObsoleteAttribute("this method operates on old \"modified utf8\" encoded strings")]
- public virtual void SkipChars(int length) { }
- }
- public abstract partial class IndexOutput : System.IDisposable
- {
- protected IndexOutput() { }
- public abstract long FilePointer { get; }
- public abstract long Length { get; }
- [System.ObsoleteAttribute("Use Dispose() instead.")]
- public void Close() { }
- public virtual void CopyBytes(Lucene.Net.Store.IndexInput input, long numBytes) { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract void Flush();
- public abstract void Seek(long pos);
- public virtual void SetLength(long length) { }
- public abstract void WriteByte(byte b);
- public virtual void WriteBytes(byte[] b, int length) { }
- public abstract void WriteBytes(byte[] b, int offset, int length);
- [System.ObsoleteAttribute("-- please pre-convert to utf8 bytes instead or use WriteString")]
- public virtual void WriteChars(char[] s, int start, int length) { }
- [System.ObsoleteAttribute("-- please pre-convert to utf8 bytes instead or use WriteString")]
- public virtual void WriteChars(string s, int start, int length) { }
- public virtual void WriteInt(int i) { }
- public virtual void WriteLong(long i) { }
- public virtual void WriteString(string s) { }
- public virtual void WriteStringStringMap(System.Collections.Generic.IDictionary<string, string> map) { }
- public virtual void WriteVInt(int i) { }
- public virtual void WriteVLong(long i) { }
- }
- public abstract partial class Lock
- {
- protected internal System.Exception failureReason;
- public const long LOCK_OBTAIN_WAIT_FOREVER = (long)-1;
- public static long LOCK_POLL_INTERVAL;
- protected Lock() { }
- public abstract bool IsLocked();
- public abstract bool Obtain();
- public virtual bool Obtain(long lockWaitTimeout) { throw null; }
- public abstract void Release();
- public abstract partial class With
- {
- protected With(Lucene.Net.Store.Lock lock_Renamed, long lockWaitTimeout) { }
- protected internal abstract object DoBody();
- public virtual object run() { throw null; }
- }
- }
- public abstract partial class LockFactory
- {
- protected internal string internalLockPrefix;
- protected LockFactory() { }
- public virtual string LockPrefix { get { throw null; } set { } }
- public abstract void ClearLock(string lockName);
- public abstract Lucene.Net.Store.Lock MakeLock(string lockName);
- }
- [System.SerializableAttribute]
- public partial class LockObtainFailedException : System.IO.IOException
- {
- public LockObtainFailedException(string message) { }
- public LockObtainFailedException(string message, System.Exception ex) { }
- }
- [System.SerializableAttribute]
- public partial class LockReleaseFailedException : System.IO.IOException
- {
- public LockReleaseFailedException(string message) { }
- }
- public partial class LockStressTest
- {
- public LockStressTest() { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- }
- public partial class LockVerifyServer
- {
- public LockVerifyServer() { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- }
- public partial class MMapDirectory : Lucene.Net.Store.FSDirectory
- {
- public static bool UNMAP_SUPPORTED;
- public MMapDirectory(System.IO.DirectoryInfo path) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public MMapDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public virtual int MaxChunkSize { get { throw null; } set { } }
- public virtual bool UseUnmap { get { throw null; } set { } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- protected internal partial class MultiMMapIndexInput : Lucene.Net.Store.IndexInput, System.ICloneable
- {
- public MultiMMapIndexInput(Lucene.Net.Store.MMapDirectory enclosingInstance, System.IO.FileStream raf, int maxBufSize) { }
- public Lucene.Net.Store.MMapDirectory Enclosing_Instance { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- }
- public partial class NativeFSLockFactory : Lucene.Net.Store.FSLockFactory
- {
- public NativeFSLockFactory() { }
- public NativeFSLockFactory(System.IO.DirectoryInfo lockDir) { }
- public NativeFSLockFactory(string lockDirName) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class NIOFSDirectory : Lucene.Net.Store.FSDirectory
- {
- public NIOFSDirectory(System.IO.DirectoryInfo dir, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public partial class NIOFSIndexInput
- {
- public NIOFSIndexInput() { }
- }
- }
- public partial class NoLockFactory : Lucene.Net.Store.LockFactory
- {
- public NoLockFactory() { }
- public static Lucene.Net.Store.NoLockFactory Instance { get { throw null; } }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NoSuchDirectoryException : System.IO.FileNotFoundException
- {
- public NoSuchDirectoryException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class RAMDirectory : Lucene.Net.Store.Directory
- {
- protected internal Lucene.Net.Support.HashMap<string, Lucene.Net.Store.RAMFile> fileMap;
- protected internal long internalSizeInBytes;
- public RAMDirectory() { }
- public RAMDirectory(Lucene.Net.Store.Directory dir) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public long SizeInBytes() { throw null; }
- public override void TouchFile(string name) { }
- }
- [System.SerializableAttribute]
- public partial class RAMFile
- {
- protected System.Collections.Generic.List<byte[]> buffers;
- public RAMFile() { }
- public RAMFile(Lucene.Net.Store.RAMDirectory directory) { }
- public virtual long SizeInBytes { get { throw null; } }
- public byte[] GetBuffer(int index) { throw null; }
- public virtual byte[] NewBuffer(int size) { throw null; }
- public int NumBuffers() { throw null; }
- }
- public partial class RAMInputStream : Lucene.Net.Store.IndexInput
- {
- public RAMInputStream(Lucene.Net.Store.RAMFile f) { }
- public override long FilePointer { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- public partial class RAMOutputStream : Lucene.Net.Store.IndexOutput
- {
- public RAMOutputStream() { }
- public override long FilePointer { get { throw null; } }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override void Flush() { }
- public virtual void Reset() { }
- public override void Seek(long pos) { }
- public virtual long SizeInBytes() { throw null; }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int len) { }
- public virtual void WriteTo(Lucene.Net.Store.IndexOutput out_Renamed) { }
- }
- public partial class SimpleFSDirectory : Lucene.Net.Store.FSDirectory
- {
- public SimpleFSDirectory(System.IO.DirectoryInfo path) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public SimpleFSDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- protected internal partial class SimpleFSIndexInput : Lucene.Net.Store.BufferedIndexInput
- {
- protected internal int chunkSize;
- protected internal Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor file;
- public SimpleFSIndexInput(System.IO.FileInfo path, int bufferSize, int chunkSize) { }
- public bool isClone_ForNUnit { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public virtual bool IsFDValid() { throw null; }
- public override long Length() { throw null; }
- public override void ReadInternal(byte[] b, int offset, int len) { }
- public override void SeekInternal(long position) { }
- protected internal partial class Descriptor : System.IO.BinaryReader
- {
- protected internal volatile bool isOpen;
- public Descriptor(System.IO.FileInfo file, System.IO.FileAccess mode) : base (default(System.IO.Stream)) { }
- protected override void Dispose(bool disposing) { }
- ~Descriptor() { }
- }
- }
- public partial class SimpleFSIndexOutput : Lucene.Net.Store.BufferedIndexOutput
- {
- public SimpleFSIndexOutput(System.IO.FileInfo path) { }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override void FlushBuffer(byte[] b, int offset, int size) { }
- public override void Seek(long pos) { }
- public override void SetLength(long length) { }
- }
- }
- public partial class SimpleFSLockFactory : Lucene.Net.Store.FSLockFactory
- {
- public SimpleFSLockFactory() { }
- public SimpleFSLockFactory(System.IO.DirectoryInfo lockDir) { }
- public SimpleFSLockFactory(string lockDirName) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class SingleInstanceLockFactory : Lucene.Net.Store.LockFactory
- {
- public SingleInstanceLockFactory() { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class VerifyingLockFactory : Lucene.Net.Store.LockFactory
- {
- public VerifyingLockFactory(sbyte id, Lucene.Net.Store.LockFactory lf, string host, int port) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
-}
-namespace Lucene.Net.Support
-{
- public partial class AppSettings
- {
- public AppSettings() { }
- public static bool Get(string key, bool defValue) { throw null; }
- public static int Get(string key, int defValue) { throw null; }
- public static long Get(string key, long defValue) { throw null; }
- public static string Get(string key, string defValue) { throw null; }
- public static void Set(string key, bool defValue) { }
- public static void Set(string key, int defValue) { }
- public static void Set(string key, long defValue) { }
- public static void Set(string key, string defValue) { }
- }
- public partial class BitSetSupport
- {
- public BitSetSupport() { }
- public static int Cardinality(System.Collections.BitArray bits) { throw null; }
- public static int NextClearBit(System.Collections.BitArray bitArray, int index) { throw null; }
- public static int NextSetBit(System.Collections.BitArray bitArray, int index) { throw null; }
- }
- public partial class BuildType
- {
- public static bool Debug;
- public BuildType() { }
- }
- public partial class Character
- {
- public Character() { }
- public static int MAX_RADIX { get { throw null; } }
- public static int MIN_RADIX { get { throw null; } }
- public static char ForDigit(int digit, int radix) { throw null; }
- }
- public partial class CloseableThreadLocalProfiler
- {
- public static System.Collections.Generic.List<System.WeakReference> Instances;
- public CloseableThreadLocalProfiler() { }
- public static bool EnableCloseableThreadLocalProfiler { get { throw null; } set { } }
- }
- public partial class CollectionsHelper
- {
- public CollectionsHelper() { }
- public static void Add(System.Collections.Hashtable hashtable, object item) { }
- public static void AddAll(System.Collections.Generic.IDictionary<string, string> hashtable, System.Collections.Generic.ICollection<string> items) { }
- public static void AddAll(System.Collections.Hashtable hashtable, System.Collections.ICollection items) { }
- public static void AddAllIfNotContains(System.Collections.Generic.IDictionary<string, string> hashtable, System.Collections.Generic.ICollection<string> items) { }
- public static void AddAllIfNotContains(System.Collections.Hashtable hashtable, System.Collections.ICollection items) { }
- public static void AddAllIfNotContains(System.Collections.Hashtable hashtable, System.Collections.IList items) { }
- public static void AddIfNotContains(System.Collections.ArrayList hashtable, object item) { }
- public static void AddIfNotContains(System.Collections.Hashtable hashtable, object item) { }
- public static string CollectionToString(System.Collections.Generic.IDictionary<string, string> c) { throw null; }
- public static string CollectionToString(System.Collections.ICollection c) { throw null; }
- public static bool CompareStringArrays(string[] l1, string[] l2) { throw null; }
- public static bool Contains(System.Collections.Generic.ICollection<string> col, string item) { throw null; }
- public static bool Contains(System.Collections.ICollection col, object item) { throw null; }
- public static bool Equals(System.Array array1, System.Array array2) { throw null; }
- public static void Fill(System.Array array, int fromindex, int toindex, object val) { }
- public static void Fill(System.Array array, object val) { }
- public static void Sort(System.Collections.IList list, System.Collections.IComparer Comparator) { }
- }
- public partial class Compare
- {
- public Compare() { }
- public static bool CompareTermArrays(Lucene.Net.Index.Term[] t1, Lucene.Net.Index.Term[] t2) { throw null; }
- }
- public partial class CRC32 : Lucene.Net.Support.IChecksum
- {
- public CRC32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public static partial class Cryptography
- {
- public static bool FIPSCompliant;
- public static System.Security.Cryptography.HashAlgorithm HashAlgorithm { get { throw null; } }
- }
- public partial class Deflater
- {
- internal Deflater() { }
- public const int BEST_COMPRESSION = 9;
- public bool IsFinished { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public void Finish() { }
- public void SetInput(byte[] input, int offset, int count) { }
- public void SetLevel(int level) { }
- }
- public partial class Double
- {
- public Double() { }
- public static double Parse(string s) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class EquatableList<T> : System.Collections.Generic.List<T>, System.ICloneable, System.IEquatable<System.Collections.Generic.IEnumerable<T>>
- {
- public EquatableList() { }
- public EquatableList(System.Collections.Generic.IEnumerable<T> collection) { }
- public EquatableList(int capacity) { }
- public void AddRange(System.Collections.ICollection c) { }
- public object Clone() { throw null; }
- public bool Equals(System.Collections.Generic.IEnumerable<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetHashCode<T>(System.Collections.Generic.IEnumerable<T> source) { throw null; }
- }
- public partial class FileSupport
- {
- public FileSupport() { }
- public static System.IO.FileInfo[] GetFiles(System.IO.DirectoryInfo path) { throw null; }
- public static System.IO.FileInfo[] GetFiles(System.IO.FileInfo path) { throw null; }
- public static string[] GetLuceneIndexFiles(string fullName, Lucene.Net.Index.IndexFileNameFilter indexFileNameFilter) { throw null; }
- public static void Sync(System.IO.FileStream fileStream) { }
- }
- [System.SerializableAttribute]
- public partial class HashMap<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable
- {
- public HashMap() { }
- public HashMap(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>> other) { }
- public HashMap(System.Collections.Generic.IEqualityComparer<TKey> comparer) { }
- public HashMap(int initialCapacity) { }
- public HashMap(int initialCapacity, System.Collections.Generic.IEqualityComparer<TKey> comparer) { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public TValue this[TKey key] { get { throw null; } set { } }
- public System.Collections.Generic.ICollection<TKey> Keys { get { throw null; } }
- public System.Collections.Generic.ICollection<TValue> Values { get { throw null; } }
- public virtual void Add(TKey key, TValue value) { }
- public void Clear() { }
- public bool ContainsKey(TKey key) { throw null; }
- public bool ContainsValue(TValue value) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
- public bool Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- public bool Remove(TKey key) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] b);
- void Update(byte[] b, int offset, int length);
- void Update(int b);
- }
- public partial class Inflater
- {
- internal Inflater() { }
- public bool IsFinished { get { throw null; } }
- public int Inflate(byte[] buffer) { throw null; }
- public void SetInput(byte[] buffer) { }
- }
- public partial interface IThreadRunnable
- {
- void Run();
- }
- public partial class Number
- {
- public const int MAX_RADIX = 36;
- public const int MIN_RADIX = 2;
- public Number() { }
- public static int NextSetBit(System.Collections.BitArray bits, int fromIndex) { throw null; }
- public static long Parse(string s, int radix) { throw null; }
- public static long ToInt64(string s) { throw null; }
- public static string ToString(long number) { throw null; }
- public static string ToString(long i, int radix) { throw null; }
- public static string ToString(float f) { throw null; }
- public static int URShift(int number, int bits) { throw null; }
- public static long URShift(long number, int bits) { throw null; }
- }
- public partial class OS
- {
- public OS() { }
- public static bool IsUnix { get { throw null; } }
- public static bool IsWindows { get { throw null; } }
- }
- public partial class SharpZipLib
- {
- public SharpZipLib() { }
- public static Lucene.Net.Support.Deflater CreateDeflater() { throw null; }
- public static Lucene.Net.Support.Inflater CreateInflater() { throw null; }
- }
- public partial class Single
- {
- public Single() { }
- public static int FloatToIntBits(float value) { throw null; }
- public static float IntBitsToFloat(int value) { throw null; }
- public static float Parse(string s) { throw null; }
- public static float Parse(string s, System.Globalization.NumberStyles style) { throw null; }
- public static float Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) { throw null; }
- public static float Parse(string s, System.IFormatProvider provider) { throw null; }
- public static string ToString(float f) { throw null; }
- public static string ToString(float f, string format) { throw null; }
- public static bool TryParse(string s, out float f) { f = default(float); throw null; }
- }
- public partial class TextSupport
- {
- public TextSupport() { }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, char[] destinationArray, int destinationStart) { }
- }
- public partial class ThreadClass : Lucene.Net.Support.IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static Lucene.Net.Support.ThreadClass Current() { throw null; }
- public static Lucene.Net.Support.ThreadClass CurrentThread() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public static bool operator ==(Lucene.Net.Support.ThreadClass t1, object t2) { throw null; }
- public static bool operator !=(Lucene.Net.Support.ThreadClass t1, object t2) { throw null; }
- public void Resume() { }
- public virtual void Run() { }
- public void SetDaemon(bool isDaemon) { }
- public static void Sleep(long ms) { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public abstract partial class ThreadLock
- {
- protected ThreadLock() { }
- public static Lucene.Net.Support.ThreadLock MonitorLock { get { throw null; } }
- public static Lucene.Net.Support.ThreadLock NullLock { get { throw null; } }
- public abstract void Enter(object obj);
- public abstract void Exit(object obj);
- }
- public sealed partial class WeakDictionary<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable
- {
- public WeakDictionary() { }
- public WeakDictionary(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>> otherDictionary) { }
- public WeakDictionary(int initialCapacity) { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public TValue this[TKey key] { get { throw null; } set { } }
- public System.Collections.Generic.ICollection<TKey> Keys { get { throw null; } }
- public System.Collections.Generic.ICollection<TValue> Values { get { throw null; } }
- public void Add(TKey key, TValue value) { }
- public void Clear() { }
- public bool ContainsKey(TKey key) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
- public bool Remove(TKey key) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
- }
-}
-namespace Lucene.Net.Support.Compatibility
-{
- public static partial class SetFactory
- {
- public static System.Collections.Generic.ISet<T> CreateHashSet<T>() { throw null; }
- public static System.Collections.Generic.ISet<T> CreateHashSet<T>(System.Collections.Generic.IEnumerable<T> other) { throw null; }
- }
-}
-namespace Lucene.Net.Util
-{
- public sealed partial class ArrayUtil
- {
- public ArrayUtil() { }
- public static int GetNextSize(int targetSize) { throw null; }
- public static int GetShrinkSize(int currentSize, int targetSize) { throw null; }
- public static byte[] Grow(byte[] array) { throw null; }
- public static byte[] Grow(byte[] array, int minSize) { throw null; }
- public static int[] Grow(int[] array) { throw null; }
- public static int[] Grow(int[] array, int minSize) { throw null; }
- public static long[] Grow(long[] array) { throw null; }
- public static long[] Grow(long[] array, int minSize) { throw null; }
- public static int HashCode(byte[] array, int start, int end) { throw null; }
- public static int HashCode(char[] array, int start, int end) { throw null; }
- public static int ParseInt(char[] chars) { throw null; }
- public static int ParseInt(char[] chars, int offset, int len) { throw null; }
- public static int ParseInt(char[] chars, int offset, int len, int radix) { throw null; }
- public static byte[] Shrink(byte[] array, int targetSize) { throw null; }
- public static int[] Shrink(int[] array, int targetSize) { throw null; }
- public static long[] Shrink(long[] array, int targetSize) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Attribute : Lucene.Net.Util.IAttribute, System.ICloneable
- {
- protected Attribute() { }
- public abstract void Clear();
- public virtual object Clone() { throw null; }
- public abstract void CopyTo(Lucene.Net.Util.Attribute target);
- public abstract override bool Equals(object other);
- public abstract override int GetHashCode();
- public override string ToString() { throw null; }
- }
- public partial class AttributeSource
- {
- public AttributeSource() { }
- public AttributeSource(Lucene.Net.Util.AttributeSource input) { }
- public AttributeSource(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- public virtual Lucene.Net.Util.AttributeSource.AttributeFactory Factory { get { throw null; } }
- public virtual bool HasAttributes { get { throw null; } }
- public virtual void AddAttributeImpl(Lucene.Net.Util.Attribute att) { }
- public virtual T AddAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public virtual Lucene.Net.Util.AttributeSource.State CaptureState() { throw null; }
- public virtual void ClearAttributes() { }
- public virtual Lucene.Net.Util.AttributeSource CloneAttributes() { throw null; }
- public override bool Equals(object obj) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public virtual System.Collections.Generic.IEnumerable<Lucene.Net.Util.Attribute> GetAttributeImplsIterator() { throw null; }
- public virtual System.Collections.Generic.IEnumerable<System.Type> GetAttributeTypesIterator() { throw null; }
- public virtual T GetAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual bool HasAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public virtual void RestoreState(Lucene.Net.Util.AttributeSource.State state) { }
- public override string ToString() { throw null; }
- public abstract partial class AttributeFactory
- {
- public static readonly Lucene.Net.Util.AttributeSource.AttributeFactory DEFAULT_ATTRIBUTE_FACTORY;
- protected AttributeFactory() { }
- public abstract Lucene.Net.Util.Attribute CreateAttributeInstance<T>() where T : Lucene.Net.Util.IAttribute;
- }
- public sealed partial class State : System.ICloneable
- {
- public State() { }
- public object Clone() { throw null; }
- }
- }
- public partial class AverageGuessMemoryModel : Lucene.Net.Util.MemoryModel
- {
- public AverageGuessMemoryModel() { }
- public override int ArraySize { get { throw null; } }
- public override int ClassSize { get { throw null; } }
- public override int ReferenceSize { get { throw null; } }
- public override int GetPrimitiveSize(System.Type clazz) { throw null; }
- }
- public partial class BitUtil
- {
- public static readonly byte[] ntzTable;
- public BitUtil() { }
- public static bool IsPowerOfTwo(int v) { throw null; }
- public static bool IsPowerOfTwo(long v) { throw null; }
- public static int NextHighestPowerOfTwo(int v) { throw null; }
- public static long NextHighestPowerOfTwo(long v) { throw null; }
- public static int Ntz(int val) { throw null; }
- public static int Ntz(long val) { throw null; }
- public static int Ntz2(long x) { throw null; }
- public static int Ntz3(long x) { throw null; }
- public static int Pop(long x) { throw null; }
- public static long Pop_andnot(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_array(long[] A, int wordOffset, int numWords) { throw null; }
- public static long Pop_intersect(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_union(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_xor(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- }
- public sealed partial class BitVector : System.ICloneable
- {
- public BitVector(Lucene.Net.Store.Directory d, string name) { }
- public BitVector(int n) { }
- public void Clear(int bit) { }
- public object Clone() { throw null; }
- public int Count() { throw null; }
- public bool Get(int bit) { throw null; }
- public bool GetAndSet(int bit) { throw null; }
- public int GetRecomputedCount() { throw null; }
- public void Set(int bit) { }
- public int Size() { throw null; }
- public Lucene.Net.Util.BitVector Subset(int start, int end) { throw null; }
- public void Write(Lucene.Net.Store.Directory d, string name) { }
- }
- public partial class CloseableThreadLocal<T> : System.IDisposable where T : class
- {
- public CloseableThreadLocal() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public virtual void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual T Get() { throw null; }
- public virtual T InitialValue() { throw null; }
- public virtual void Set(T @object) { }
- }
- public sealed partial class Constants
- {
- internal Constants() { }
- public static readonly bool JAVA_1_1;
- public static readonly bool JAVA_1_2;
- public static readonly bool JAVA_1_3;
- public static readonly string JAVA_VENDOR;
- public static readonly string JAVA_VERSION;
- public static bool JRE_IS_64BIT;
- public static readonly bool LINUX;
- public static readonly string LUCENE_MAIN_VERSION;
- public static string LUCENE_VERSION;
- public static readonly string OS_ARCH;
- public static readonly string OS_NAME;
- public static readonly string OS_VERSION;
- public static readonly bool SUN_OS;
- public static readonly bool WINDOWS;
- }
- public partial class DocIdBitSet : Lucene.Net.Search.DocIdSet
- {
- public DocIdBitSet(System.Collections.BitArray bitSet) { }
- public virtual System.Collections.BitArray BitSet { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- }
- public sealed partial class FieldCacheSanityChecker
- {
- public FieldCacheSanityChecker() { }
- public Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] Check(params Lucene.Net.Search.CacheEntry[] cacheEntries) { throw null; }
- public static Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] CheckSanity(params Lucene.Net.Search.CacheEntry[] cacheEntries) { throw null; }
- public static Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] CheckSanity(Lucene.Net.Search.FieldCache cache) { throw null; }
- public void SetRamUsageEstimator(Lucene.Net.Util.RamUsageEstimator r) { }
- public sealed partial class Insanity
- {
- public Insanity(Lucene.Net.Util.FieldCacheSanityChecker.InsanityType type, string msg, params Lucene.Net.Search.CacheEntry[] entries) { }
- public string Msg { get { throw null; } }
- public Lucene.Net.Util.FieldCacheSanityChecker.InsanityType Type { get { throw null; } }
- public Lucene.Net.Search.CacheEntry[] GetCacheEntries() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class InsanityType
- {
- internal InsanityType() { }
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType EXPECTED;
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType SUBREADER;
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType VALUEMISMATCH;
- public override string ToString() { throw null; }
- }
- }
- public partial interface IAttribute
- {
- }
- public partial class IdentityDictionary<TKey, TValue> : System.Collections.Generic.Dictionary<TKey, TValue>
- {
- public IdentityDictionary() { }
- public IdentityDictionary(System.Collections.Generic.IDictionary<TKey, TValue> other) { }
- public IdentityDictionary(int capacity) { }
- }
- public partial class IndexableBinaryStringTools
- {
- internal IndexableBinaryStringTools() { }
- public static System.Collections.Generic.List<byte> Decode(System.Collections.Generic.List<char> input) { throw null; }
- public static void Decode(System.Collections.Generic.List<char> input, System.Collections.Generic.List<byte> output) { }
- public static System.Collections.Generic.List<char> Encode(System.Collections.Generic.List<byte> input) { throw null; }
- public static void Encode(System.Collections.Generic.List<byte> input, System.Collections.Generic.List<char> output) { }
- public static int GetDecodedLength(System.Collections.Generic.List<char> encoded) { throw null; }
- public static int GetEncodedLength(System.Collections.Generic.List<byte> original) { throw null; }
- }
- public partial class MapOfSets<TKey, TValue>
- {
- public MapOfSets(System.Collections.Generic.IDictionary<TKey, System.Collections.Generic.HashSet<TValue>> m) { }
- public virtual System.Collections.Generic.IDictionary<TKey, System.Collections.Generic.HashSet<TValue>> Map { get { throw null; } }
- public virtual int Put(TKey key, TValue val) { throw null; }
- public virtual int PutAll(TKey key, System.Collections.Generic.IEnumerable<TValue> vals) { throw null; }
- }
- public abstract partial class MemoryModel
- {
- protected MemoryModel() { }
- public abstract int ArraySize { get; }
- public abstract int ClassSize { get; }
- public abstract int ReferenceSize { get; }
- public abstract int GetPrimitiveSize(System.Type clazz);
- }
- public sealed partial class NumericUtils
- {
- internal NumericUtils() { }
- public const int BUF_SIZE_INT = 6;
- public const int BUF_SIZE_LONG = 11;
- public const int PRECISION_STEP_DEFAULT = 4;
- public static char SHIFT_START_INT;
- public static char SHIFT_START_LONG;
- public static string DoubleToPrefixCoded(double val) { throw null; }
- public static long DoubleToSortableLong(double val) { throw null; }
- public static string FloatToPrefixCoded(float val) { throw null; }
- public static int FloatToSortableInt(float val) { throw null; }
- public static string IntToPrefixCoded(int val) { throw null; }
- public static string IntToPrefixCoded(int val, int shift) { throw null; }
- public static int IntToPrefixCoded(int val, int shift, char[] buffer) { throw null; }
- public static string LongToPrefixCoded(long val) { throw null; }
- public static string LongToPrefixCoded(long val, int shift) { throw null; }
- public static int LongToPrefixCoded(long val, int shift, char[] buffer) { throw null; }
- public static double PrefixCodedToDouble(string val) { throw null; }
- public static float PrefixCodedToFloat(string val) { throw null; }
- public static int PrefixCodedToInt(string prefixCoded) { throw null; }
- public static long PrefixCodedToLong(string prefixCoded) { throw null; }
- public static float SortableIntToFloat(int val) { throw null; }
- public static double SortableLongToDouble(long val) { throw null; }
- public static void SplitIntRange(Lucene.Net.Util.NumericUtils.IntRangeBuilder builder, int precisionStep, int minBound, int maxBound) { }
- public static void SplitLongRange(Lucene.Net.Util.NumericUtils.LongRangeBuilder builder, int precisionStep, long minBound, long maxBound) { }
- public abstract partial class IntRangeBuilder
- {
- protected IntRangeBuilder() { }
- public virtual void AddRange(int min, int max, int shift) { }
- public virtual void AddRange(string minPrefixCoded, string maxPrefixCoded) { }
- }
- public abstract partial class LongRangeBuilder
- {
- protected LongRangeBuilder() { }
- public virtual void AddRange(long min, long max, int shift) { }
- public virtual void AddRange(string minPrefixCoded, string maxPrefixCoded) { }
- }
- }
- [System.SerializableAttribute]
- public partial class OpenBitSet : Lucene.Net.Search.DocIdSet, System.ICloneable
- {
- protected internal long[] internalbits;
- protected internal int wlen;
- public OpenBitSet() { }
- public OpenBitSet(long numBits) { }
- public OpenBitSet(long[] bits, int numWords) { }
- public virtual long[] Bits { get { throw null; } set { } }
- public override bool IsCacheable { get { throw null; } }
- public virtual int NumWords { get { throw null; } set { } }
- public virtual void And(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void AndNot(Lucene.Net.Util.OpenBitSet other) { }
- public static long AndNotCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public static int Bits2words(long numBits) { throw null; }
- public virtual long Capacity() { throw null; }
- public virtual long Cardinality() { throw null; }
- public virtual void Clear(int startIndex, int endIndex) { }
- public virtual void Clear(long index) { }
- public virtual void Clear(long startIndex, long endIndex) { }
- public virtual object Clone() { throw null; }
- public virtual void EnsureCapacity(long numBits) { }
- public virtual void EnsureCapacityWords(int numWords) { }
- public override bool Equals(object o) { throw null; }
- protected internal virtual int ExpandingWordNum(long index) { throw null; }
- public virtual void FastClear(int index) { }
- public virtual void FastClear(long index) { }
- public virtual void FastFlip(int index) { }
- public virtual void FastFlip(long index) { }
- public virtual bool FastGet(int index) { throw null; }
- public virtual bool FastGet(long index) { throw null; }
- public virtual void FastSet(int index) { }
- public virtual void FastSet(long index) { }
- public virtual void Flip(long index) { }
- public virtual void Flip(long startIndex, long endIndex) { }
- public virtual bool FlipAndGet(int index) { throw null; }
- public virtual bool FlipAndGet(long index) { throw null; }
- public virtual bool Get(int index) { throw null; }
- public virtual bool Get(long index) { throw null; }
- public virtual bool GetAndSet(int index) { throw null; }
- public virtual bool GetAndSet(long index) { throw null; }
- public virtual int GetBit(int index) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Intersect(Lucene.Net.Util.OpenBitSet other) { }
- public static long IntersectionCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public virtual bool Intersects(Lucene.Net.Util.OpenBitSet other) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public virtual int NextSetBit(int index) { throw null; }
- public virtual long NextSetBit(long index) { throw null; }
- public virtual void Or(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void Remove(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void Set(long index) { }
- public virtual void Set(long startIndex, long endIndex) { }
- public virtual long Size() { throw null; }
- public virtual void TrimTrailingZeros() { }
- public virtual void Union(Lucene.Net.Util.OpenBitSet other) { }
- public static long UnionCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public virtual void Xor(Lucene.Net.Util.OpenBitSet other) { }
- public static long XorCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class OpenBitSetDISI : Lucene.Net.Util.OpenBitSet
- {
- public OpenBitSetDISI(Lucene.Net.Search.DocIdSetIterator disi, int maxSize) { }
- public OpenBitSetDISI(int maxSize) { }
- public virtual void InPlaceAnd(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceNot(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceOr(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceXor(Lucene.Net.Search.DocIdSetIterator disi) { }
- }
- public partial class OpenBitSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public OpenBitSetIterator(Lucene.Net.Util.OpenBitSet obs) { }
- public OpenBitSetIterator(long[] bits, int numWords) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- public abstract partial class PriorityQueue<T>
- {
- protected internal T[] heap;
- protected PriorityQueue() { }
- protected internal virtual T SentinelObject { get { throw null; } }
- public T Add(T element) { throw null; }
- public void Clear() { }
- protected internal void Initialize(int maxSize) { }
- public virtual T InsertWithOverflow(T element) { throw null; }
- public abstract bool LessThan(T a, T b);
- public T Pop() { throw null; }
- public int Size() { throw null; }
- public T Top() { throw null; }
- public T UpdateTop() { throw null; }
- }
- public sealed partial class RamUsageEstimator
- {
- public RamUsageEstimator() { }
- public RamUsageEstimator(Lucene.Net.Util.MemoryModel memoryModel) { }
- public RamUsageEstimator(Lucene.Net.Util.MemoryModel memoryModel, bool checkInterned) { }
- public RamUsageEstimator(bool checkInterned) { }
- public long EstimateRamUsage(object obj) { throw null; }
- public static string HumanReadableUnits(long bytes, System.IFormatProvider df) { throw null; }
- }
- public partial class ReaderUtil
- {
- public ReaderUtil() { }
- public static void GatherSubReaders(System.Collections.Generic.IList<Lucene.Net.Index.IndexReader> allSubReaders, Lucene.Net.Index.IndexReader reader) { }
- public static int SubIndex(int n, int[] docStarts) { throw null; }
- public static Lucene.Net.Index.IndexReader SubReader(Lucene.Net.Index.IndexReader reader, int subIndex) { throw null; }
- public static Lucene.Net.Index.IndexReader SubReader(int doc, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- public partial class ScorerDocQueue
- {
- public ScorerDocQueue(int maxSize) { }
- public void AdjustTop() { }
- public void Clear() { }
- public virtual bool Insert(Lucene.Net.Search.Scorer scorer) { throw null; }
- public Lucene.Net.Search.Scorer Pop() { throw null; }
- public void Put(Lucene.Net.Search.Scorer scorer) { }
- public int Size() { throw null; }
- public Lucene.Net.Search.Scorer Top() { throw null; }
- public int TopDoc() { throw null; }
- public bool TopNextAndAdjustElsePop() { throw null; }
- public float TopScore() { throw null; }
- public bool TopSkipToAndAdjustElsePop(int target) { throw null; }
- }
- public partial class SimpleStringInterner : Lucene.Net.Util.StringInterner
- {
- public SimpleStringInterner(int tableSize, int maxChainLength) { }
- public override string Intern(string s) { throw null; }
- }
- public partial class SmallFloat
- {
- public SmallFloat() { }
- public static float Byte315ToFloat(byte b) { throw null; }
- public static float Byte52ToFloat(byte b) { throw null; }
- public static float ByteToFloat(byte b, int numMantissaBits, int zeroExp) { throw null; }
- public static sbyte FloatToByte(float f, int numMantissaBits, int zeroExp) { throw null; }
- public static sbyte FloatToByte315(float f) { throw null; }
- public static sbyte FloatToByte52(float f) { throw null; }
- }
- public partial class SortedVIntList : Lucene.Net.Search.DocIdSet
- {
- public SortedVIntList(Lucene.Net.Search.DocIdSetIterator docIdSetIterator) { }
- public SortedVIntList(Lucene.Net.Util.OpenBitSet bits) { }
- public SortedVIntList(System.Collections.BitArray bits) { }
- public SortedVIntList(params int[] sortedInts) { }
- public SortedVIntList(int[] sortedInts, int inputSize) { }
- public virtual int ByteSize { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public virtual int Size { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- }
- public abstract partial class SorterTemplate
- {
- protected SorterTemplate() { }
- protected internal abstract int Compare(int i, int j);
- protected internal virtual void MergeSort(int lo, int hi) { }
- public virtual void QuickSort(int lo, int hi) { }
- protected internal abstract void Swap(int i, int j);
- }
- public abstract partial class StringHelper
- {
- internal StringHelper() { }
- public static Lucene.Net.Util.StringInterner interner;
- public static int BytesDifference(byte[] bytes1, int len1, byte[] bytes2, int len2) { throw null; }
- public static string Intern(string s) { throw null; }
- public static int StringDifference(string s1, string s2) { throw null; }
- }
- public partial class StringInterner
- {
- public StringInterner() { }
- public virtual string Intern(char[] arr, int offset, int len) { throw null; }
- public virtual string Intern(string s) { throw null; }
- }
- public partial class ToStringUtils
- {
- public ToStringUtils() { }
- public static string Boost(float boost) { throw null; }
- }
- public static partial class UnicodeUtil
- {
- public const int UNI_REPLACEMENT_CHAR = 65533;
- public const int UNI_SUR_HIGH_END = 56319;
- public const int UNI_SUR_HIGH_START = 55296;
- public const int UNI_SUR_LOW_END = 57343;
- public const int UNI_SUR_LOW_START = 56320;
- public static void UTF16toUTF8(char[] source, int offset, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF16toUTF8(char[] source, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF16toUTF8(string s, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF8toUTF16(byte[] utf8, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF16Result result) { }
- public sealed partial class UTF16Result
- {
- public int length;
- public int[] offsets;
- public char[] result;
- public UTF16Result() { }
- public void CopyText(Lucene.Net.Util.UnicodeUtil.UTF16Result other) { }
- public void SetLength(int newLength) { }
- }
- public sealed partial class UTF8Result
- {
- public int length;
- public byte[] result;
- public UTF8Result() { }
- public void SetLength(int newLength) { }
- }
- }
- public enum Version
- {
- LUCENE_20 = 0,
- LUCENE_21 = 1,
- LUCENE_22 = 2,
- LUCENE_23 = 3,
- LUCENE_24 = 4,
- LUCENE_29 = 5,
- LUCENE_30 = 6,
- [System.ObsoleteAttribute("Use an actual version instead.")]
- LUCENE_CURRENT = 7,
- }
- public static partial class VersionEnumExtensions
- {
- public static bool OnOrAfter(this Lucene.Net.Util.Version first, Lucene.Net.Util.Version other) { throw null; }
- }
-}
-namespace Lucene.Net.Util.Cache
-{
- public abstract partial class Cache<TKey, TValue> : System.IDisposable
- {
- protected Cache() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public abstract bool ContainsKey(object key);
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract TValue Get(object key);
- public abstract void Put(TKey key, TValue value_Renamed);
- public static Lucene.Net.Util.Cache.Cache<TKey, TValue> SynchronizedCache(Lucene.Net.Util.Cache.Cache<TKey, TValue> cache) { throw null; }
- }
- public partial class SimpleLRUCache<TKey, TValue> : Lucene.Net.Util.Cache.SimpleMapCache<TKey, TValue>
- {
- public SimpleLRUCache(int Capacity) { }
- public override TValue Get(object Key) { throw null; }
- public override void Put(TKey Key, TValue Value) { }
- }
- public partial class SimpleMapCache<TKey, TValue> : Lucene.Net.Util.Cache.Cache<TKey, TValue>
- {
- public SimpleMapCache() { }
- public SimpleMapCache(System.Collections.Generic.Dictionary<TKey, TValue> map) { }
- public override bool ContainsKey(object key) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override TValue Get(object key) { throw null; }
- public virtual System.Collections.Generic.HashSet<TKey> KeySet() { throw null; }
- public override void Put(TKey key, TValue value_Renamed) { }
- }
-}
-namespace Mono.Documentation
-{
- public delegate System.Xml.XmlDocument DocLoader(string escapedTypeName);
- public partial class ManifestResourceResolver : System.Xml.XmlUrlResolver
- {
- public ManifestResourceResolver(params string[] dirs) { }
- public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
- public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) { throw null; }
- }
- public static partial class XmlDocUtils
- {
- public static void AddExtensionMethods(System.Xml.XmlDocument typexml, System.Collections.ArrayList extensions, Mono.Documentation.DocLoader loader) { }
- public static string GetCachedFileName(string cacheDir, string url) { throw null; }
- public static string GetCacheDirectory(string assembledBase) { throw null; }
- public static System.Xml.XmlNodeList GetMemberGenericParameters(System.Xml.XmlNode member) { throw null; }
- public static System.Xml.XmlNodeList GetTypeGenericParameters(System.Xml.XmlNode member) { throw null; }
- public static string ToEscapedMemberName(string member) { throw null; }
- public static string ToEscapedTypeName(string name) { throw null; }
- public static string ToTypeName(string type, System.Xml.XmlNode member) { throw null; }
- public static string ToTypeName(string type, System.Xml.XmlNodeList typeGenParams, System.Xml.XmlNodeList memberGenParams) { throw null; }
- }
-}
-namespace Mono.Utilities
-{
- public partial class Colorizer
- {
- public Colorizer() { }
- public static string Colorize(string text, string lang) { throw null; }
- }
- public partial class LRUCache<TKey, TValue>
- {
- public LRUCache(int capacity) { }
- public static Mono.Utilities.LRUCache<TKey, TValue> Default { get { throw null; } }
- public TValue Get(TKey key) { throw null; }
- public void Put(TKey key, TValue value) { }
- }
-}
-namespace Monodoc
-{
- public static partial class Config
- {
- public static System.Configuration.KeyValueConfigurationCollection AppSettings { get { throw null; } }
- public static System.Configuration.KeyValueConfigurationCollection LibSettings { get { throw null; } }
- public static string Get(string key) { throw null; }
- }
- public static partial class DocCacheHelper
- {
- public static Monodoc.IDocCache GetDefaultCache(string name) { throw null; }
- }
- public enum DocEntity
- {
- Blob = 1,
- Text = 0,
- }
- public static partial class DocRevisionManagerExtensions
- {
- public static System.IO.Stream RetrieveLatestRevision(this Monodoc.IDocRevisionManager revManager, string id) { throw null; }
- }
- public static partial class DocStorageExtensions
- {
- public static bool TryRetrieve(this Monodoc.IDocStorage storage, string id, out System.IO.Stream stream) { stream = default(System.IO.Stream); throw null; }
- }
- public enum DocumentType
- {
- AddinXml = 3,
- EcmaSpecXml = 1,
- EcmaXml = 0,
- ErrorXml = 8,
- Html = 5,
- Man = 2,
- MonoBook = 4,
- PlainText = 7,
- TocXml = 6,
- }
- public partial class HelpSource
- {
- [System.ObsoleteAttribute]
- public static bool FullHtml;
- [System.ObsoleteAttribute]
- public static bool UseWebdocCache;
- [System.ObsoleteAttribute]
- public static bool use_css;
- public HelpSource() { }
- public HelpSource(string base_filename, bool create) { }
- public string BaseDir { get { throw null; } }
- public string BaseFilePath { get { throw null; } }
- public Monodoc.IDocCache Cache { get { throw null; } }
- [System.ObsoleteAttribute("Use Monodoc.Providers.HtmlGenerator.InlineCss")]
- public string InlineCss { get { throw null; } }
- [System.ObsoleteAttribute]
- public string InlineJavaScript { get { throw null; } }
- public string Name { get { throw null; } }
- public Monodoc.RootTree RootTree { get { throw null; } set { } }
- public virtual Monodoc.SortType SortType { get { throw null; } }
- public int SourceID { get { throw null; } }
- public Monodoc.IDocStorage Storage { get { throw null; } protected set { } }
- public System.Diagnostics.TraceLevel TraceLevel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Tree Tree { get { throw null; } }
- protected virtual string UriPrefix { get { throw null; } }
- public virtual bool CanHandleUrl(string url) { throw null; }
- public virtual System.IO.Stream GetCachedHelpStream(string id) { throw null; }
- public virtual string GetCachedText(string id) { throw null; }
- public virtual Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public virtual System.IO.Stream GetHelpStream(string id) { throw null; }
- public System.Xml.XmlReader GetHelpXml(string id) { throw null; }
- public virtual System.Xml.XmlDocument GetHelpXmlWithChanges(string id) { throw null; }
- public virtual System.IO.Stream GetImage(string url) { throw null; }
- public virtual string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public virtual string GetPublicUrl(Monodoc.Node node) { throw null; }
- public virtual string GetText(string id) { throw null; }
- [System.ObsoleteAttribute("Use RenderUrl")]
- public string GetText(string url, out Monodoc.Node node) { node = default(Monodoc.Node); throw null; }
- public virtual bool IsGeneratedContent(string id) { throw null; }
- public virtual bool IsMultiPart(string id, out System.Collections.Generic.IEnumerable<string> parts) { parts = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public virtual bool IsRawContent(string id) { throw null; }
- public virtual Monodoc.Node MatchNode(string url) { throw null; }
- public virtual void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public virtual void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- [System.ObsoleteAttribute("Use RenderUrl")]
- public string RenderNamespaceLookup(string url, out Monodoc.Node node) { node = default(Monodoc.Node); throw null; }
- public virtual void RenderPreviewDocs(System.Xml.XmlNode newNode, System.Xml.XmlWriter writer) { }
- public void Save() { }
- }
- public partial interface IDocCache : System.IDisposable
- {
- void CacheBlob(string id, byte[] data);
- void CacheBlob(string id, System.IO.Stream stream);
- void CacheText(string id, System.IO.Stream stream);
- void CacheText(string id, string content);
- bool CanCache(Monodoc.DocEntity entity);
- System.IO.Stream GetCachedStream(string id);
- string GetCachedString(string id);
- bool IsCached(string id);
- }
- public partial interface IDocGenerator<TOutput>
- {
- TOutput Generate(Monodoc.HelpSource hs, string internalId, System.Collections.Generic.Dictionary<string, string> context);
- }
- public partial interface IDocRevisionManager
- {
- System.Collections.Generic.IEnumerable<string> AvailableRevisionsForId(string id);
- string GetRevisionDescription(string revision);
- string LatestRevisionForId(string id);
- System.IO.Stream RetrieveWithRevision(string id, string revision);
- }
- public partial interface IDocStorage : System.IDisposable
- {
- Monodoc.IDocRevisionManager RevisionManager { get; }
- bool SupportChange { get; }
- bool SupportRevision { get; }
- System.Collections.Generic.IEnumerable<string> GetAvailableIds();
- System.IO.Stream Retrieve(string id);
- string Store(string id, byte[] data);
- string Store(string id, System.IO.Stream stream);
- string Store(string id, string text);
- }
- public partial interface IListModel
- {
- int Rows { get; }
- string GetDescription(int row);
- string GetValue(int row);
- }
- public partial class IndexEntry
- {
- public IndexEntry() { }
- public IndexEntry(System.IO.FileStream fs, System.IO.BinaryReader reader, int position) { }
- public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Monodoc.Topic this[int idx] { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Topic> Topics { get { throw null; } }
- public void Add(Monodoc.Topic t) { }
- public void WriteTopics(Monodoc.IndexMaker maker, System.IO.Stream stream, System.IO.BinaryWriter writer) { }
- }
- public partial class IndexMaker
- {
- public IndexMaker() { }
- public void Add(string caption, string sort_key, string url) { }
- public void AddTopic(Monodoc.Topic topic) { }
- public int GetCode(string s) { throw null; }
- public void Save(string filename) { }
- }
- public partial class IndexReader : Monodoc.IListModel
- {
- internal IndexReader() { }
- public int Rows { get { throw null; } }
- public string GetDescription(int row) { throw null; }
- public Monodoc.IndexEntry GetIndexEntry(int row) { throw null; }
- public string GetValue(int row) { throw null; }
- public static Monodoc.IndexReader Load(string filename) { throw null; }
- }
- public partial class Node : System.IComparable, System.IComparable<Monodoc.Node>
- {
- public bool Documented;
- public Node(Monodoc.Node parent, string caption, string element) { }
- [System.ObsoleteAttribute("Tree inheriting Node is being phased out. Use the `Tree.RootNode' property instead")]
- public Node(string caption, string element) { }
- public string Caption { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Node> ChildNodes { get { throw null; } }
- public string Element { get { throw null; } set { } }
- public bool IsLeaf { get { throw null; } }
- [System.ObsoleteAttribute("Use ChildNodes")]
- public System.Collections.ArrayList Nodes { get { throw null; } }
- public Monodoc.Node Parent { get { throw null; } }
- public string PublicUrl { get { throw null; } }
- public Monodoc.Tree Tree { get { throw null; } }
- [System.ObsoleteAttribute("Use `Tree' instead of 'tree'")]
- public Monodoc.Tree tree { get { throw null; } }
- public void AddNode(Monodoc.Node n) { }
- public Monodoc.Node CreateNode(string c_caption, string c_element) { throw null; }
- public void DeleteNode(Monodoc.Node n) { }
- public void EnsureLoaded() { }
- public void EnsureNodes() { }
- public Monodoc.Node GetOrCreateNode(string c_caption, string c_element) { throw null; }
- [System.ObsoleteAttribute("Use TreeDumper")]
- public static void PrintTree(Monodoc.Tree t) { }
- public void Sort() { }
- int System.IComparable.CompareTo(object obj) { throw null; }
- int System.IComparable<Monodoc.Node>.CompareTo(Monodoc.Node obj) { throw null; }
- }
- public abstract partial class Provider
- {
- public Provider() { }
- public int Code { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree);
- public abstract void PopulateTree(Monodoc.Tree tree);
- }
- public partial class Result
- {
- public Result(string Term, Lucene.Net.Search.Searcher searcher, Lucene.Net.Search.ScoreDoc[] docs) { }
- public int Count { get { throw null; } }
- public Lucene.Net.Documents.Document this[int i] { get { throw null; } }
- public string Term { get { throw null; } }
- public string GetFullTitle(int i) { throw null; }
- public string GetTitle(int i) { throw null; }
- public string GetUrl(int i) { throw null; }
- public float Score(int i) { throw null; }
- }
- public partial class RootTree : Monodoc.Tree
- {
- internal RootTree() : base (default(Monodoc.HelpSource), default(string)) { }
- public const int MonodocVersion = 2;
- public System.Collections.Generic.IList<Monodoc.HelpSource> HelpSources { get { throw null; } }
- public System.DateTime LastHelpSourceTime { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddSource(string sourcesDir) { }
- public bool AddSourceFile(string sourceFile) { throw null; }
- public static void AddUncompiledSource(string path) { }
- public bool GenerateIndex() { throw null; }
- public bool GenerateSearchIndex() { throw null; }
- public static Monodoc.HelpSource GetHelpSource(string provider, string basefilepath) { throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, Monodoc.HelpSource hintSource, out string internalId, out System.Collections.Generic.Dictionary<string, string> context, out Monodoc.Node node) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, out string internalId, out System.Collections.Generic.Dictionary<string, string> context) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, out string internalId, out System.Collections.Generic.Dictionary<string, string> context, out Monodoc.Node node) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdFromName(string name, out string internalId, out Monodoc.Node node) { internalId = default(string); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceFromId(int id) { throw null; }
- [System.ObsoleteAttribute("Use RawGenerator directly")]
- public System.Xml.XmlDocument GetHelpXml(string id) { throw null; }
- public System.IO.Stream GetImage(string url) { throw null; }
- public Monodoc.IndexReader GetIndex() { throw null; }
- public static Monodoc.Provider GetProvider(string provider, params string[] basefilepaths) { throw null; }
- public Monodoc.SearchableIndex GetSearchIndex() { throw null; }
- public static string[] GetSupportedFormats() { throw null; }
- [System.ObsoleteAttribute]
- public string GetTitle(string url) { throw null; }
- public static Monodoc.RootTree LoadTree() { throw null; }
- public static Monodoc.RootTree LoadTree(string basedir, bool includeExternal=true) { throw null; }
- public static Monodoc.RootTree LoadTree(string indexDir, System.Xml.XmlDocument docTree, System.Collections.Generic.IEnumerable<string> sourceFiles) { throw null; }
- public Monodoc.Node LookupEntryPoint(string name) { throw null; }
- public static void MakeIndex() { }
- [System.ObsoleteAttribute("Use GenerateIndex")]
- public static void MakeIndex(Monodoc.RootTree root) { }
- public static void MakeSearchIndex() { }
- [System.ObsoleteAttribute("Use GenerateSearchIndex")]
- public static void MakeSearchIndex(Monodoc.RootTree root) { }
- [System.ObsoleteAttribute("Use the RenderUrl variant accepting a generator")]
- public string RenderUrl(string url, out Monodoc.Node n) { n = default(Monodoc.Node); throw null; }
- public TOutput RenderUrl<TOutput>(string url, Monodoc.IDocGenerator<TOutput> generator, Monodoc.HelpSource hintSource=null) { throw null; }
- public TOutput RenderUrl<TOutput>(string url, Monodoc.IDocGenerator<TOutput> generator, out Monodoc.Node node, Monodoc.HelpSource hintSource=null) { node = default(Monodoc.Node); throw null; }
- }
- public partial class SearchableIndex
- {
- public SearchableIndex() { }
- public string Dir { get { throw null; } set { } }
- public Monodoc.Result FastSearch(string term, int number) { throw null; }
- public static Monodoc.SearchableIndex Load(string dir) { throw null; }
- public Monodoc.Result Search(string term) { throw null; }
- public Monodoc.Result Search(string term, int count) { throw null; }
- public Monodoc.Result Search(string term, int count, int start) { throw null; }
- }
- [System.ObsoleteAttribute]
- public partial class Settings
- {
- [System.ObsoleteAttribute]
- public string Email;
- [System.ObsoleteAttribute]
- public bool EnableEditing;
- [System.ObsoleteAttribute]
- public string Key;
- [System.ObsoleteAttribute]
- public int LastSeenVersion;
- [System.ObsoleteAttribute]
- public string preferred_font_family;
- [System.ObsoleteAttribute]
- public double preferred_font_size;
- [System.ObsoleteAttribute]
- public static bool RunningGUI;
- [System.ObsoleteAttribute]
- public int SerialNumber;
- [System.ObsoleteAttribute]
- public bool ShowComments;
- [System.ObsoleteAttribute]
- public bool ShowInheritedMembers;
- public Settings() { }
- }
- [System.ObsoleteAttribute]
- public partial class SettingsHandler
- {
- [System.ObsoleteAttribute]
- public static string Path;
- [System.ObsoleteAttribute]
- public static Monodoc.Settings Settings;
- public SettingsHandler() { }
- [System.ObsoleteAttribute]
- public static void CheckUpgrade() { }
- [System.ObsoleteAttribute]
- public static void EnsureSettingsDirectory() { }
- [System.ObsoleteAttribute]
- public static void Save() { }
- }
- public enum SortType
- {
- Caption = 0,
- Element = 1,
- }
- public partial class Topic
- {
- public readonly string Caption;
- public readonly string SortKey;
- public readonly string Url;
- public Topic(string caption, string sort_key, string url) { }
- }
- public partial class Tree : Monodoc.Node
- {
- public const long CurrentVersionNumber = (long)1;
- public readonly Monodoc.HelpSource HelpSource;
- public Tree(Monodoc.HelpSource hs, Monodoc.Node parent, string caption, string element) : base (default(string), default(string)) { }
- public Tree(Monodoc.HelpSource hs, string filename) : base (default(string), default(string)) { }
- public Tree(Monodoc.HelpSource hs, string caption, string url) : base (default(string), default(string)) { }
- public Monodoc.Node RootNode { get { throw null; } }
- public long VersionNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public void InflateNode(Monodoc.Node baseNode) { }
- public void Save(string file) { }
- }
- public static partial class TreeDumper
- {
- public static string ExportToTocXml(Monodoc.Node root, string title, string desc) { throw null; }
- public static void PrintTree(Monodoc.Node node) { }
- }
- public static partial class TypeUtils
- {
- public static bool GetNamespaceAndType(string url, out string ns, out string type) { ns = default(string); type = default(string); throw null; }
- }
-}
-namespace Monodoc.Caches
-{
- public partial class FileCache : Monodoc.IDocCache, System.IDisposable
- {
- public FileCache(string baseCacheDir) { }
- public void CacheBlob(string id, byte[] data) { }
- public void CacheBlob(string id, System.IO.Stream stream) { }
- public void CacheText(string id, System.IO.Stream stream) { }
- public void CacheText(string id, string content) { }
- public bool CanCache(Monodoc.DocEntity entity) { throw null; }
- public void Dispose() { }
- public System.IO.Stream GetCachedStream(string id) { throw null; }
- public string GetCachedString(string id) { throw null; }
- public bool IsCached(string id) { throw null; }
- }
- public partial class NullCache : Monodoc.IDocCache, System.IDisposable
- {
- public NullCache() { }
- public void CacheBlob(string id, byte[] data) { }
- public void CacheBlob(string id, System.IO.Stream stream) { }
- public void CacheText(string id, System.IO.Stream stream) { }
- public void CacheText(string id, string content) { }
- public bool CanCache(Monodoc.DocEntity entity) { throw null; }
- public void Dispose() { }
- public System.IO.Stream GetCachedStream(string id) { throw null; }
- public string GetCachedString(string id) { throw null; }
- public bool IsCached(string id) { throw null; }
- }
-}
-namespace Monodoc.Ecma
-{
- public partial class EcmaDesc : System.IEquatable<Monodoc.Ecma.EcmaDesc>
- {
- public EcmaDesc() { }
- public System.Collections.Generic.IList<int> ArrayDimensions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc.Kind DescKind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc.Mod DescModifier { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public char Etc { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string EtcFilter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc ExplicitImplMember { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> GenericMemberArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int GenericMemberArgumentsCount { get { throw null; } }
- public bool GenericMemberArgumentsIsNumeric { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> GenericTypeArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int GenericTypeArgumentsCount { get { throw null; } }
- public bool GenericTypeArgumentsIsNumeric { get { throw null; } }
- public bool IsEtc { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> MemberArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MemberArgumentsCount { get { throw null; } }
- public string MemberName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Namespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc NestedType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string TypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Monodoc.Ecma.EcmaDesc other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string ToCompleteMemberName(Monodoc.Ecma.EcmaDesc.Format format) { throw null; }
- public string ToCompleteTypeName(char innerTypeSeparator='.') { throw null; }
- public string ToEcmaCref() { throw null; }
- public override string ToString() { throw null; }
- public enum Format
- {
- WithArgs = 0,
- WithoutArgs = 1,
- }
- public enum Kind
- {
- Constructor = 1,
- Event = 6,
- Field = 4,
- Method = 2,
- Namespace = 3,
- Operator = 7,
- Property = 5,
- Type = 0,
- }
- public enum Mod
- {
- Normal = 0,
- Out = 3,
- Pointer = 1,
- Ref = 2,
- }
- }
- public partial class EcmaUrlParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 9;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public EcmaUrlParser() { }
- public void IsValid(string input) { }
- public Monodoc.Ecma.EcmaDesc Parse(string input) { throw null; }
- public bool TryParse(string input, out Monodoc.Ecma.EcmaDesc desc) { desc = default(Monodoc.Ecma.EcmaDesc); throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
- public partial class EcmaUrlTokenizer
- {
- public EcmaUrlTokenizer(string input) { }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public int token() { throw null; }
- public object value() { throw null; }
- }
-}
-namespace Monodoc.Generators
-{
- public partial class HtmlGenerator : Monodoc.IDocGenerator<string>
- {
- public HtmlGenerator(Monodoc.IDocCache defaultCache) { }
- public static string InlineCss { get { throw null; } set { } }
- public string Generate(Monodoc.HelpSource hs, string id, System.Collections.Generic.Dictionary<string, string> context) { throw null; }
- }
- public partial class RawGenerator : Monodoc.IDocGenerator<string>
- {
- public RawGenerator() { }
- public string Generate(Monodoc.HelpSource hs, string id, System.Collections.Generic.Dictionary<string, string> context) { throw null; }
- }
-}
-namespace Monodoc.Generators.Html
-{
- public partial class Addin2Html
- {
- public Addin2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- protected string GetAddinTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId) { throw null; }
- protected string GetExtensionNodeTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId, string nodeId) { throw null; }
- protected string GetExtensionTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId, string path) { throw null; }
- public string Htmlize(System.Xml.XmlElement addin, string urlType, string addinId, string fileId, string path) { throw null; }
- }
- public partial class Ecma2Html
- {
- public Ecma2Html() { }
- public string CssCode { get { throw null; } }
- public string JsCode { get { throw null; } }
- protected virtual System.Xml.XmlResolver CreateDocumentResolver() { throw null; }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XmlReader ecma_xml, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XmlReader ecma_xml, System.Xml.Xsl.XsltArgumentList args) { throw null; }
- public partial class ExtensionObject
- {
- public ExtensionObject() { }
- public string Colorize(string code, string lang) { throw null; }
- public bool IsToBeAdded(string text) { throw null; }
- public string MakeNiceSignature(string sig, string contexttype) { throw null; }
- public bool MonoEditing() { throw null; }
- public string MonoImpInfo(string assemblyname, string typename, bool strlong) { throw null; }
- }
- }
- public partial class Ecmaspec2Html
- {
- public Ecmaspec2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
- public partial class Error2Html
- {
- public Error2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XPath.IXPathNavigable doc) { throw null; }
- }
- public partial class Idem
- {
- public Idem() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
- public partial class Man2Html
- {
- public Man2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public static string GetTextFromReader(System.IO.TextReader file) { throw null; }
- }
- public partial class MonoBook2Html
- {
- public MonoBook2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string FromXmlReader(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class Toc2Html
- {
- public Toc2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
-}
-namespace Monodoc.Providers
-{
- public partial class AddinsHelpSource : Monodoc.HelpSource
- {
- protected internal const string AddinPrefix = "addin:";
- protected internal const string ExtensionNodePrefix = "extension-node:";
- protected internal const string ExtensionPrefix = "extension-point:";
- public AddinsHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override bool CanHandleUrl(string url) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- }
- public partial class AddinsProvider : Monodoc.Provider
- {
- public AddinsProvider(string xmlModelFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaHelpSource : Monodoc.HelpSource
- {
- protected EcmaHelpSource() { }
- public EcmaHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override bool CanHandleUrl(string url) { throw null; }
- public override System.IO.Stream GetCachedHelpStream(string id) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override System.IO.Stream GetHelpStream(string id) { throw null; }
- public string GetInternalIdForInternalUrl(string internalUrl, out string hash) { hash = default(string); throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override string GetPublicUrl(Monodoc.Node node) { throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public enum EcmaNodeType
- {
- Invalid = 0,
- Member = 3,
- Meta = 4,
- Namespace = 1,
- Type = 2,
- }
- public partial class EcmaProvider : Monodoc.Provider
- {
- public EcmaProvider() { }
- public EcmaProvider(string baseDir) { }
- public Monodoc.Providers.IEcmaProviderFileSource FileSource { get { throw null; } set { } }
- public void AddDirectory(string directory) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaSpecHelpSource : Monodoc.HelpSource
- {
- public EcmaSpecHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override System.IO.Stream GetHelpStream(string id) { throw null; }
- public override string GetText(string id) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override bool IsMultiPart(string id, out System.Collections.Generic.IEnumerable<string> parts) { parts = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class EcmaSpecProvider : Monodoc.Provider
- {
- public EcmaSpecProvider(string base_directory) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaUncompiledHelpSource : Monodoc.Providers.EcmaHelpSource
- {
- public readonly string BasePath;
- public EcmaUncompiledHelpSource(string base_file, bool markName=true) { }
- public new string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override string UriPrefix { get { throw null; } }
- public override System.IO.Stream GetImage(string url) { throw null; }
- }
- public partial class ErrorDetails
- {
- public System.Xml.XmlNode Details;
- public System.Xml.XmlNode Summary;
- public ErrorDetails() { }
- }
- public partial class ErrorDocumentation
- {
- public Monodoc.Providers.ErrorDetails Details;
- public string ErrorName;
- public System.Collections.Generic.List<string> Examples;
- public ErrorDocumentation() { }
- public ErrorDocumentation(string ErrorName) { }
- }
- public partial class ErrorHelpSource : Monodoc.HelpSource
- {
- public ErrorHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override string GetText(string id) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class ErrorProvider : Monodoc.Provider
- {
- public ErrorProvider(string configFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- public static Monodoc.Providers.ErrorProviderConfig ReadConfig(string file) { throw null; }
- }
- public partial class ErrorProviderConfig
- {
- public int ErrorNumSubstringLength;
- public int ErrorNumSubstringStart;
- public string FilesPath;
- public string FriendlyFormatString;
- public string Match;
- public ErrorProviderConfig() { }
- public System.Collections.Generic.Dictionary<string, Monodoc.Providers.ErrorDocumentation> Compile(Monodoc.HelpSource hs) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface IEcmaProviderFileSource
- {
- System.Xml.Linq.XElement ExtractNamespaceSummary(string path);
- System.Xml.XmlReader GetIndexReader(string path);
- System.Xml.Linq.XElement GetNamespaceElement(string path);
- string GetNamespaceXmlPath(string basePath, string ns);
- System.Xml.Linq.XDocument GetTypeDocument(string path);
- string GetTypeXmlPath(string basePath, string nsName, string typeName);
- }
- public partial class ManHelpSource : Monodoc.HelpSource
- {
- public ManHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetText(string url) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- }
- public partial class ManProvider : Monodoc.Provider
- {
- public ManProvider(string[] handbookTocFiles) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class XhtmlHelpSource : Monodoc.HelpSource
- {
- public XhtmlHelpSource(string base_file, bool create) { }
- public override Monodoc.SortType SortType { get { throw null; } }
- protected override string UriPrefix { get { throw null; } }
- public static string GetAbsoluteLink(string target, string url) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetText(string url) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- }
- public partial class XhtmlProvider : Monodoc.Provider
- {
- public XhtmlProvider(string handbookTocFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
-}
-namespace Monodoc.Storage
-{
- public partial class NullStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public NullStorage() { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
- public partial class UncompiledDocStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public UncompiledDocStorage(string basePath) { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
- public partial class ZipStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public ZipStorage(string zipFileName) { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
-}
-namespace Simplicit.Net.Lzo
-{
- public partial class LZOCompressor
- {
- public LZOCompressor() { }
- public string Version { get { throw null; } }
- public string VersionDate { get { throw null; } }
- public byte[] Compress(byte[] src) { throw null; }
- public byte[] Decompress(byte[] src) { throw null; }
- }
-}
diff --git a/src/v4.5/Commons.Xml.Relaxng.cs b/src/v4.5/Commons.Xml.Relaxng.cs
deleted file mode 100644
index 6007917..0000000
--- a/src/v4.5/Commons.Xml.Relaxng.cs
+++ /dev/null
@@ -1,1148 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Commons.Xml.Relaxng.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.1")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Commons.Xml
-{
- public partial class XmlDefaultReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo
- {
- public XmlDefaultReader(System.Xml.XmlReader reader) { }
- public override int AttributeCount { get { throw null; } }
- public override string BaseURI { get { throw null; } }
- public override int Depth { get { throw null; } }
- public override bool EOF { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override bool IsDefault { get { throw null; } }
- public override bool IsEmptyElement { get { throw null; } }
- public override string this[int i] { get { throw null; } }
- public override string this[string name] { get { throw null; } }
- public override string this[string localName, string namespaceURI] { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public int LinePosition { get { throw null; } }
- public override string LocalName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override System.Xml.XmlNameTable NameTable { get { throw null; } }
- public override System.Xml.XmlNodeType NodeType { get { throw null; } }
- public override string Prefix { get { throw null; } }
- public override char QuoteChar { get { throw null; } }
- public System.Xml.XmlReader Reader { get { throw null; } }
- public override System.Xml.ReadState ReadState { get { throw null; } }
- public override string Value { get { throw null; } }
- public override string XmlLang { get { throw null; } }
- public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
- public override void Close() { }
- public override string GetAttribute(int i) { throw null; }
- public override string GetAttribute(string name) { throw null; }
- public override string GetAttribute(string localName, string namespaceURI) { throw null; }
- public bool HasLineInfo() { throw null; }
- public override string LookupNamespace(string prefix) { throw null; }
- public override void MoveToAttribute(int i) { }
- public override bool MoveToAttribute(string name) { throw null; }
- public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
- public override bool MoveToElement() { throw null; }
- public override bool MoveToFirstAttribute() { throw null; }
- public override bool MoveToNextAttribute() { throw null; }
- public override bool Read() { throw null; }
- public override bool ReadAttributeValue() { throw null; }
- public override void ResolveEntity() { }
- }
-}
-namespace Commons.Xml.Nvdl
-{
- public partial class Nvdl
- {
- internal Nvdl() { }
- public const string BuiltInValidationNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/predefinedSchema/1.0";
- public const string InstanceNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/instance/1.0";
- public const string Namespace = "http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0";
- }
- public abstract partial class NvdlAction : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlAction() { }
- }
- public partial class NvdlActionList : System.Collections.CollectionBase
- {
- public NvdlActionList() { }
- public Commons.Xml.Nvdl.NvdlAction this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlAction item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlAction item) { }
- }
- public partial class NvdlAllow : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlAllow() { }
- }
- public partial class NvdlAnyNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlAnyNamespace() { }
- }
- public partial class NvdlAttach : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttach() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttachPlaceholder : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttachPlaceholder() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttributable : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlAttributable() { }
- public System.Collections.ArrayList Foreign { get { throw null; } }
- }
- public partial class NvdlBuiltInValidationProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlBuiltInValidationProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public partial class NvdlCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- public NvdlCancelAction() { }
- }
- public partial class NvdlCompileException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlCompileException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlCompileException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlConfig
- {
- public NvdlConfig() { }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void AddProvider(Commons.Xml.Nvdl.NvdlValidationProvider provider) { }
- public Commons.Xml.Nvdl.NvdlValidatorGenerator GetGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string inheritSchemaType) { throw null; }
- }
- public partial class NvdlContext : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlContext() { }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string Path { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlContextList : System.Collections.CollectionBase
- {
- public NvdlContextList() { }
- public Commons.Xml.Nvdl.NvdlContext this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlContext item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlContext item) { }
- }
- public partial class NvdlElementBase : System.Xml.IXmlLineInfo
- {
- public NvdlElementBase() { }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public string SourceUri { get { throw null; } set { } }
- public bool HasLineInfo() { throw null; }
- }
- public partial class NvdlException : System.Exception
- {
- public NvdlException(string message) { }
- public NvdlException(string message, System.Exception inner) { }
- }
- public partial class NvdlIncludedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlIncludedMode() { }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlInstanceValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlInstanceValidationException(string message, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- public NvdlInstanceValidationException(string message, System.Exception inner, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- }
- public partial class NvdlMessage : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlMessage() { }
- public System.Collections.ArrayList ForeignAttributes { get { throw null; } }
- public string Text { get { throw null; } set { } }
- public string XmlLang { get { throw null; } set { } }
- }
- public partial class NvdlMessageEventArgs : System.EventArgs
- {
- public NvdlMessageEventArgs(string message) { }
- public string Message { get { throw null; } }
- }
- public delegate void NvdlMessageEventHandler(object o, Commons.Xml.Nvdl.NvdlMessageEventArgs e);
- public partial class NvdlMessageList : System.Collections.CollectionBase
- {
- public NvdlMessageList() { }
- public Commons.Xml.Nvdl.NvdlMessage this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlMessage item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlMessage item) { }
- }
- public partial class NvdlMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlMode() { }
- public string Name { get { throw null; } set { } }
- }
- public abstract partial class NvdlModeBase : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlModeBase() { }
- public Commons.Xml.Nvdl.NvdlModeList IncludedModes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- }
- public partial class NvdlModeList : System.Collections.CollectionBase
- {
- public NvdlModeList() { }
- public Commons.Xml.Nvdl.NvdlModeBase this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlModeBase item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlModeBase item) { }
- }
- public partial class NvdlModeUsage
- {
- public NvdlModeUsage() { }
- public Commons.Xml.Nvdl.NvdlContextList Contexts { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlNamespace() { }
- public string NS { get { throw null; } set { } }
- public string Wildcard { get { throw null; } set { } }
- }
- public partial class NvdlNestedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlNestedMode() { }
- }
- public abstract partial class NvdlNoCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- protected NvdlNoCancelAction() { }
- public Commons.Xml.Nvdl.NvdlMessageList Messages { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlModeUsage ModeUsage { get { throw null; } set { } }
- public string SimpleMessage { get { throw null; } set { } }
- }
- public abstract partial class NvdlNoResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlNoResultAction() { }
- }
- public partial class NvdlOption : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlOption() { }
- public string Arg { get { throw null; } set { } }
- public string MustSupport { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlOptionList : System.Collections.CollectionBase
- {
- public NvdlOptionList() { }
- public Commons.Xml.Nvdl.NvdlOption this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlOption item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlOption item) { }
- }
- public partial class NvdlReader
- {
- internal NvdlReader() { }
- public static Commons.Xml.Nvdl.NvdlRules Read(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class NvdlReject : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlReject() { }
- }
- public partial class NvdlRelaxngValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public const string RncMimeType = "application/vnd.oasis-open.relax-ng.rnc";
- public NvdlRelaxngValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public abstract partial class NvdlResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlResultAction() { }
- public abstract Commons.Xml.Nvdl.NvdlResultType ResultType { get; }
- }
- public enum NvdlResultType
- {
- Attach = 0,
- AttachPlaceholder = 1,
- Unwrap = 2,
- }
- public abstract partial class NvdlRule : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlRule() { }
- public Commons.Xml.Nvdl.NvdlActionList Actions { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleTarget Match { get { throw null; } set { } }
- }
- public partial class NvdlRuleList : System.Collections.CollectionBase
- {
- public NvdlRuleList() { }
- public Commons.Xml.Nvdl.NvdlRule this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlRule item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlRule item) { }
- }
- public partial class NvdlRules : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlRules() { }
- public Commons.Xml.Nvdl.NvdlModeList Modes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- public string SchemaType { get { throw null; } set { } }
- public string StartMode { get { throw null; } set { } }
- public Commons.Xml.Nvdl.NvdlTriggerList Triggers { get { throw null; } }
- }
- public enum NvdlRuleTarget
- {
- Attributes = 2,
- Both = 3,
- Elements = 1,
- None = 0,
- }
- public partial class NvdlTrigger : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlTrigger() { }
- public string NameList { get { throw null; } set { } }
- public string NS { get { throw null; } set { } }
- }
- public partial class NvdlTriggerList : System.Collections.CollectionBase
- {
- public NvdlTriggerList() { }
- public Commons.Xml.Nvdl.NvdlTrigger this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlTrigger item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlTrigger item) { }
- }
- public partial class NvdlUnwrap : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlUnwrap() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlValidate : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlValidate() { }
- public Commons.Xml.Nvdl.NvdlOptionList Options { get { throw null; } }
- public System.Xml.XmlElement SchemaBody { get { throw null; } set { } }
- public string SchemaType { get { throw null; } set { } }
- public string SchemaUri { get { throw null; } set { } }
- }
- public partial class NvdlValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver, Commons.Xml.Nvdl.NvdlConfig config) : base (default(System.Xml.XmlReader)) { }
- public event Commons.Xml.Nvdl.NvdlMessageEventHandler ActionStarted { add { } remove { } }
- public override bool Read() { throw null; }
- }
- public partial class NvdlValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlValidationException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlValidationException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlValidationProvider
- {
- public NvdlValidationProvider() { }
- public Commons.Xml.Nvdl.NvdlConfig Config { get { throw null; } }
- public string SchemaType { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlValidate ValidateAction { get { throw null; } }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader schema, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public string GetSchemaUri(Commons.Xml.Nvdl.NvdlValidate validate) { throw null; }
- }
- public abstract partial class NvdlValidatorGenerator
- {
- protected NvdlValidatorGenerator() { }
- public abstract bool AddOption(string name, string arg);
- public virtual System.Xml.XmlReader CreateAttributeValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) { throw null; }
- public abstract System.Xml.XmlReader CreateValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver);
- public virtual bool HandleError(System.Exception ex, System.Xml.XmlReader reader, string nvdlLocation) { throw null; }
- }
- public partial class NvdlXsdValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlXsdValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng
-{
- public partial interface IGrammarContent
- {
- }
- public partial class RelaxngAnyName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngAnyName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngAttribute : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngAttribute() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngBinaryContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngBinaryContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngChoice : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngChoice() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngData : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngData() { }
- public Commons.Xml.Relaxng.RelaxngExcept Except { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngParamList ParamList { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngDataSupport : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngDataSupport() { }
- public string DatatypeLibrary { get { throw null; } set { } }
- public string Type { get { throw null; } set { } }
- }
- public abstract partial class RelaxngDatatype
- {
- protected RelaxngDatatype() { }
- public abstract string Name { get; }
- public abstract string NamespaceURI { get; }
- public virtual bool Compare(object o1, object o2) { throw null; }
- public virtual bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public abstract object Parse(string text, System.Xml.XmlReader reader);
- }
- public abstract partial class RelaxngDatatypeProvider
- {
- protected RelaxngDatatypeProvider() { }
- public abstract Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters);
- }
- public partial class RelaxngDefine : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDefine() { }
- public string Combine { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngDiv : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDiv() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngElement : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngElement() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngElementBase
- {
- protected RelaxngElementBase() { }
- public string BaseUri { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern ReadExternalResource(Commons.Xml.Relaxng.RelaxngGrammar grammar, System.Uri uri, string nsContext) { throw null; }
- public abstract void Write(System.Xml.XmlWriter writer);
- }
- public partial class RelaxngEmpty : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngEmpty() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExcept : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExcept() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngException : System.Exception
- {
- public RelaxngException() { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message) { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message, System.Exception innerException) { }
- public RelaxngException(string message) { }
- public RelaxngException(string message, System.Exception innerException) { }
- }
- public partial class RelaxngExceptNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExceptNameClass() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Names { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExternalRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngExternalRef() { }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammar : Commons.Xml.Relaxng.RelaxngPattern
- {
- public static string NamespaceURI;
- public RelaxngGrammar() { }
- public string DefaultNamespace { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammarContentList : System.Collections.CollectionBase
- {
- public RelaxngGrammarContentList() { }
- public Commons.Xml.Relaxng.IGrammarContent this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Remove(Commons.Xml.Relaxng.IGrammarContent p) { }
- }
- public partial class RelaxngGroup : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngGroup() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInclude : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngInclude() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInterleave : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngInterleave() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngList : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- internal RelaxngList() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngMergedProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- public RelaxngMergedProvider() { }
- public static Commons.Xml.Relaxng.RelaxngMergedProvider DefaultProvider { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider this[string ns] { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class RelaxngMixed : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngMixed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngName() { }
- public RelaxngName(string ncname, string ns) { }
- public string LocalName { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNameChoice : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNameChoice() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Children { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngNameClass() { }
- }
- public partial class RelaxngNameClassList : System.Collections.CollectionBase
- {
- public RelaxngNameClassList() { }
- public Commons.Xml.Relaxng.RelaxngNameClass this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- }
- public partial class RelaxngNotAllowed : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngNotAllowed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNsName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNsName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOneOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOneOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOptional : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOptional() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParam : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngParam() { }
- public RelaxngParam(string name, string value) { }
- public string Name { get { throw null; } set { } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParamList : System.Collections.CollectionBase
- {
- public RelaxngParamList() { }
- public Commons.Xml.Relaxng.RelaxngParam this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngParam p) { }
- }
- public partial class RelaxngParentRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngParentRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngPattern : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngPattern() { }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider DataProvider { get { throw null; } set { } }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void Compile() { }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider, System.Xml.XmlResolver xmlResolver) { throw null; }
- public void WriteCompact(System.IO.TextWriter writer) { }
- public void WriteCompact(System.IO.TextWriter writer, System.Xml.IXmlNamespaceResolver res) { }
- }
- public partial class RelaxngPatternList : System.Collections.CollectionBase
- {
- public RelaxngPatternList() { }
- public Commons.Xml.Relaxng.RelaxngPattern this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngPattern p) { }
- }
- public enum RelaxngPatternType
- {
- After = 14,
- Attribute = 12,
- Choice = 4,
- Data = 9,
- DataExcept = 10,
- Element = 13,
- Empty = 1,
- ExternalRef = 21,
- Grammar = 16,
- Group = 6,
- Interleave = 5,
- List = 8,
- Mixed = 18,
- NotAllowed = 2,
- OneOrMore = 7,
- Optional = 19,
- ParentRef = 22,
- Ref = 15,
- Text = 3,
- Value = 11,
- ZeroOrMore = 17,
- }
- public partial class RelaxngReader : Commons.Xml.XmlDefaultReader
- {
- [System.ObsoleteAttribute]
- public static string RelaxngNS;
- public RelaxngReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public string ContextNamespace { get { throw null; } }
- public string DatatypeLibrary { get { throw null; } }
- public static Commons.Xml.Relaxng.RelaxngPattern GrammarForRelaxng { get { throw null; } }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public override bool Read() { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern ReadPattern() { throw null; }
- public override string ReadString() { throw null; }
- }
- public partial class RelaxngRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngSingleContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngSingleContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngStart : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngStart() { }
- public string Combine { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngString : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngString() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngText : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngText() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngToken : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngToken() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public static readonly Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler IgnoreError;
- public RelaxngValidatingReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Relaxng.RelaxngPattern pattern) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) : base (default(System.Xml.XmlReader)) { }
- public bool ReportDetails { get { throw null; } set { } }
- public bool RoughLabelCheck { get { throw null; } set { } }
- public event Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler InvalidNodeFound { add { } remove { } }
- public object AfterAttribute(object stateObject, string localName, string ns) { throw null; }
- public object AfterCloseStartTag(object stateObject) { throw null; }
- public object AfterEndTag(object stateObject) { throw null; }
- public object AfterOpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public bool Attribute(object stateObject, string localName, string ns) { throw null; }
- public bool CloseStartTag(object stateObject) { throw null; }
- public bool Emptiable(object stateObject) { throw null; }
- public bool EndTag(object stateObject) { throw null; }
- public System.Collections.ICollection GetAttributeLabels(object stateObject) { throw null; }
- public object GetCurrentState() { throw null; }
- public System.Collections.ICollection GetElementLabels(object stateObject) { throw null; }
- public bool OpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public override bool Read() { throw null; }
- public delegate bool RelaxngValidationEventHandler(System.Xml.XmlReader source, string message);
- }
- public partial class RelaxngValue : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngValue() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngZeroOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngZeroOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
-}
-namespace Commons.Xml.Relaxng.Derivative
-{
- public abstract partial class RdpAbstractBinary : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractBinary(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern LValue { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern RValue { get { throw null; } set { } }
- }
- public abstract partial class RdpAbstractSingleContent : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractSingleContent(Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Child { get { throw null; } set { } }
- }
- public partial class RdpAfter : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpAfter(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpAnyName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- internal RdpAnyName() { }
- public override bool HasInfiniteName { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpAnyName Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpAnyNameExcept : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpAnyNameExcept(Commons.Xml.Relaxng.Derivative.RdpNameClass except) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpApplyAfterHandler(Commons.Xml.Relaxng.Derivative.RdpPattern p);
- public partial class RdpAttribute : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAttribute(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpBinaryFunction(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2);
- public partial class RdpChoice : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpChoice(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public enum RdpContentType
- {
- Complex = 2,
- Empty = 1,
- Invalid = 0,
- Simple = 4,
- }
- public partial class RdpData : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpData(Commons.Xml.Relaxng.Derivative.RdpDatatype dt) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDataExcept : Commons.Xml.Relaxng.Derivative.RdpData
- {
- public RdpDataExcept(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, Commons.Xml.Relaxng.Derivative.RdpPattern except) : base (default(Commons.Xml.Relaxng.Derivative.RdpDatatype)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Except { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDatatype
- {
- public RdpDatatype(string ns, string localName, Commons.Xml.Relaxng.RelaxngParamList parameters, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { }
- public bool IsContextDependent { get { throw null; } }
- public string LocalName { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public virtual bool IsAllowed(string value, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsTypeEqual(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpElement : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpElement(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- }
- public partial class RdpEmpty : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpEmpty() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpEmpty Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpGroup : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpGroup(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpInterleave : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpList : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpList(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpName(string local, string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public string LocalName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public abstract partial class RdpNameClass
- {
- protected RdpNameClass() { }
- public abstract bool HasInfiniteName { get; }
- public abstract Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get; }
- public abstract bool Contains(string name, string ns);
- }
- public partial class RdpNameClassChoice : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNameClassChoice(Commons.Xml.Relaxng.Derivative.RdpNameClass l, Commons.Xml.Relaxng.Derivative.RdpNameClass r) { }
- public override bool HasInfiniteName { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass LValue { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass RValue { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public enum RdpNameClassType
- {
- AnyName = 1,
- AnyNameExcept = 2,
- Name = 5,
- NameClassChoice = 6,
- None = 0,
- NsName = 3,
- NsNameExcept = 4,
- }
- public partial class RdpNotAllowed : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpNotAllowed() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpNotAllowed Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpNsName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNsName(string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpNsNameExcept : Commons.Xml.Relaxng.Derivative.RdpNsName
- {
- public RdpNsNameExcept(string ns, Commons.Xml.Relaxng.Derivative.RdpNameClass except) : base (default(string)) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpOneOrMore : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpParam
- {
- public RdpParam(string localName, string value) { }
- public string LocalName { get { throw null; } }
- public string Value { get { throw null; } }
- }
- public partial class RdpParamList : System.Collections.ArrayList
- {
- public RdpParamList() { }
- }
- public abstract partial class RdpPattern
- {
- public static readonly Commons.Xml.Relaxng.Derivative.RdpPattern Anything;
- protected RdpPattern() { }
- public abstract Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get; }
- public abstract bool Nullable { get; }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern After(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Choice(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes) { }
- public abstract void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass);
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Group(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Interleave(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern ListDeriv(string[] list, int index, System.Xml.XmlReader reader) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpAfter MakeAfter(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeChoice(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpChoice MakeChoiceLeaf(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeGroup(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpInterleave MakeInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpOneOrMore MakeOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern OneOrMore() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- public bool ValueMatch(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpText : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpText() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpText Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpUtil
- {
- public static char[] WhitespaceChars;
- public RdpUtil() { }
- }
- public partial class RdpValue : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpValue(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, string value) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.Inference
-{
- public partial class RelaxngInference
- {
- public RelaxngInference() { }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption Occurrence { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption TypeInference { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader) { throw null; }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngGrammar grammar) { throw null; }
- public enum InferenceOption
- {
- Relaxed = 1,
- Restricted = 0,
- }
- }
-}
-namespace Commons.Xml.Relaxng.Rnc
-{
- public partial class RncParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 4;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public RncParser(System.Xml.XmlNameTable nameTable) { }
- public string BaseUri { get { throw null; } }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri, string defaultNamespace) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri, string defaultNamespace) { throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.XmlSchema
-{
- public partial class XsdDatatypeProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- internal XsdDatatypeProvider() { }
- public static Commons.Xml.Relaxng.XmlSchema.XsdDatatypeProvider Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class XsdPrimitiveType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdPrimitiveType(string name, System.Xml.Schema.XmlSchemaDatatype xstype) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdQNameWrapper : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdQNameWrapper() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdSimpleRestrictionType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdSimpleRestrictionType(Commons.Xml.Relaxng.RelaxngDatatype primitive, Commons.Xml.Relaxng.RelaxngParamList parameters) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string value, System.Xml.XmlReader reader) { throw null; }
- }
-}
diff --git a/src/v4.5/I18N.CJK.cs b/src/v4.5/I18N.CJK.cs
deleted file mode 100644
index 694a3f0..0000000
--- a/src/v4.5/I18N.CJK.cs
+++ /dev/null
@@ -1,135 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.CJK
-{
- [System.SerializableAttribute]
- public partial class CP50220 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50220() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50221 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50221() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50222 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50222() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP51932 : I18N.Common.MonoSafeEncoding
- {
- public CP51932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- public partial class CP51932Encoder : I18N.Common.MonoSafeEncoder
- {
- public CP51932Encoder(I18N.Common.MonoSafeEncoding encoding) : base (default(I18N.Common.MonoSafeEncoding)) { }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CP54936 : I18N.CJK.GB18030Encoding
- {
- public CP54936() { }
- }
- [System.SerializableAttribute]
- public partial class CP932 : I18N.Common.MonoSafeEncoding
- {
- public CP932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ENCeuc_jp : I18N.CJK.CP51932
- {
- public ENCeuc_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_2022_jp : I18N.CJK.CP50220
- {
- public ENCiso_2022_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCshift_jis : I18N.CJK.CP932
- {
- public ENCshift_jis() { }
- }
- [System.SerializableAttribute]
- public partial class GB18030Encoding : I18N.Common.MonoSafeEncoding
- {
- public GB18030Encoding() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int start, int len) { throw null; }
- public override int GetChars(byte[] bytes, int byteIdx, int srclen, char[] chars, int charIdx) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int len) { throw null; }
- public override int GetMaxCharCount(int len) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ISO2022JPEncoding : I18N.Common.MonoSafeEncoding
- {
- public ISO2022JPEncoding(int codePage, bool allow1ByteKana, bool allowShiftIO) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int charIndex, int charCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- protected override int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.5/I18N.MidEast.cs b/src/v4.5/I18N.MidEast.cs
deleted file mode 100644
index 1e95319..0000000
--- a/src/v4.5/I18N.MidEast.cs
+++ /dev/null
@@ -1,110 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.MidEast
-{
- [System.SerializableAttribute]
- public partial class CP1254 : I18N.Common.ByteEncoding
- {
- public CP1254() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1255 : I18N.Common.ByteEncoding
- {
- public CP1255() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1256 : I18N.Common.ByteEncoding
- {
- public CP1256() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28596 : I18N.Common.ByteEncoding
- {
- public CP28596() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28598 : I18N.Common.ByteEncoding
- {
- public CP28598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28599 : I18N.Common.ByteEncoding
- {
- public CP28599() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP38598 : I18N.Common.ByteEncoding
- {
- public CP38598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_6 : I18N.MidEast.CP28596
- {
- public ENCiso_8859_6() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_8 : I18N.MidEast.CP28598
- {
- public ENCiso_8859_8() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_9 : I18N.MidEast.CP28599
- {
- public ENCiso_8859_9() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1254 : I18N.MidEast.CP1254
- {
- public ENCwindows_1254() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1255 : I18N.MidEast.CP1255
- {
- public ENCwindows_1255() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1256 : I18N.MidEast.CP1256
- {
- public ENCwindows_1256() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_38598 : I18N.MidEast.CP38598
- {
- public ENCwindows_38598() { }
- }
-}
diff --git a/src/v4.5/I18N.Other.cs b/src/v4.5/I18N.Other.cs
deleted file mode 100644
index ddc9db0..0000000
--- a/src/v4.5/I18N.Other.cs
+++ /dev/null
@@ -1,241 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Other
-{
- [System.SerializableAttribute]
- public partial class CP1251 : I18N.Common.ByteEncoding
- {
- public CP1251() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1257 : I18N.Common.ByteEncoding
- {
- public CP1257() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1258 : I18N.Common.ByteEncoding
- {
- public CP1258() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20866 : I18N.Common.ByteEncoding
- {
- public CP20866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21866 : I18N.Common.ByteEncoding
- {
- public CP21866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28594 : I18N.Common.ByteEncoding
- {
- public CP28594() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28595 : I18N.Common.ByteEncoding
- {
- public CP28595() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP57002 : I18N.Other.ISCIIEncoding
- {
- public CP57002() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57003 : I18N.Other.ISCIIEncoding
- {
- public CP57003() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57004 : I18N.Other.ISCIIEncoding
- {
- public CP57004() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57005 : I18N.Other.ISCIIEncoding
- {
- public CP57005() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57006 : I18N.Other.ISCIIEncoding
- {
- public CP57006() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57007 : I18N.Other.ISCIIEncoding
- {
- public CP57007() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57008 : I18N.Other.ISCIIEncoding
- {
- public CP57008() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57009 : I18N.Other.ISCIIEncoding
- {
- public CP57009() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57010 : I18N.Other.ISCIIEncoding
- {
- public CP57010() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57011 : I18N.Other.ISCIIEncoding
- {
- public CP57011() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP874 : I18N.Common.ByteEncoding
- {
- public CP874() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_4 : I18N.Other.CP28594
- {
- public ENCiso_8859_4() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_5 : I18N.Other.CP28595
- {
- public ENCiso_8859_5() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_r : I18N.Other.CP20866
- {
- public ENCkoi8_r() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_u : I18N.Other.CP21866
- {
- public ENCkoi8_u() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1251 : I18N.Other.CP1251
- {
- public ENCwindows_1251() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1257 : I18N.Other.CP1257
- {
- public ENCwindows_1257() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1258 : I18N.Other.CP1258
- {
- public ENCwindows_1258() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_874 : I18N.Other.CP874
- {
- public ENCwindows_874() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_as : I18N.Other.CP57006
- {
- public ENCx_iscii_as() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_be : I18N.Other.CP57003
- {
- public ENCx_iscii_be() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_de : I18N.Other.CP57002
- {
- public ENCx_iscii_de() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_gu : I18N.Other.CP57010
- {
- public ENCx_iscii_gu() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ka : I18N.Other.CP57008
- {
- public ENCx_iscii_ka() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ma : I18N.Other.CP57009
- {
- public ENCx_iscii_ma() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_or : I18N.Other.CP57007
- {
- public ENCx_iscii_or() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_pa : I18N.Other.CP57011
- {
- public ENCx_iscii_pa() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ta : I18N.Other.CP57004
- {
- public ENCx_iscii_ta() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_te : I18N.Other.CP57005
- {
- public ENCx_iscii_te() { }
- }
- [System.SerializableAttribute]
- public abstract partial class ISCIIEncoding : I18N.Common.MonoEncoding
- {
- protected ISCIIEncoding(int codePage, int shift, string encodingName, string webName) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.5/I18N.Rare.cs b/src/v4.5/I18N.Rare.cs
deleted file mode 100644
index 5bedcdb..0000000
--- a/src/v4.5/I18N.Rare.cs
+++ /dev/null
@@ -1,530 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Rare
-{
- [System.SerializableAttribute]
- public partial class CP1026 : I18N.Common.ByteEncoding
- {
- public CP1026() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1047 : I18N.Common.ByteEncoding
- {
- public CP1047() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1140 : I18N.Common.ByteEncoding
- {
- public CP1140() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1141 : I18N.Common.ByteEncoding
- {
- public CP1141() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1142 : I18N.Common.ByteEncoding
- {
- public CP1142() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1143 : I18N.Common.ByteEncoding
- {
- public CP1143() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1144 : I18N.Common.ByteEncoding
- {
- public CP1144() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1145 : I18N.Common.ByteEncoding
- {
- public CP1145() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1146 : I18N.Common.ByteEncoding
- {
- public CP1146() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1147 : I18N.Common.ByteEncoding
- {
- public CP1147() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1148 : I18N.Common.ByteEncoding
- {
- public CP1148() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1149 : I18N.Common.ByteEncoding
- {
- public CP1149() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20273 : I18N.Common.ByteEncoding
- {
- public CP20273() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20277 : I18N.Common.ByteEncoding
- {
- public CP20277() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20278 : I18N.Common.ByteEncoding
- {
- public CP20278() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20280 : I18N.Common.ByteEncoding
- {
- public CP20280() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20284 : I18N.Common.ByteEncoding
- {
- public CP20284() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20285 : I18N.Common.ByteEncoding
- {
- public CP20285() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20290 : I18N.Common.ByteEncoding
- {
- public CP20290() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20297 : I18N.Common.ByteEncoding
- {
- public CP20297() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20420 : I18N.Common.ByteEncoding
- {
- public CP20420() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20424 : I18N.Common.ByteEncoding
- {
- public CP20424() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20871 : I18N.Common.ByteEncoding
- {
- public CP20871() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21025 : I18N.Common.ByteEncoding
- {
- public CP21025() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP37 : I18N.Common.ByteEncoding
- {
- public CP37() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP500 : I18N.Common.ByteEncoding
- {
- public CP500() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP708 : I18N.Common.ByteEncoding
- {
- public CP708() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP852 : I18N.Common.ByteEncoding
- {
- public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP855 : I18N.Common.ByteEncoding
- {
- public CP855() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP857 : I18N.Common.ByteEncoding
- {
- public CP857() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP858 : I18N.Common.ByteEncoding
- {
- public CP858() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP862 : I18N.Common.ByteEncoding
- {
- public CP862() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP864 : I18N.Common.ByteEncoding
- {
- public CP864() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP866 : I18N.Common.ByteEncoding
- {
- public CP866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP869 : I18N.Common.ByteEncoding
- {
- public CP869() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP870 : I18N.Common.ByteEncoding
- {
- public CP870() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP875 : I18N.Common.ByteEncoding
- {
- public CP875() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCasmo_708 : I18N.Rare.CP708
- {
- public ENCasmo_708() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm00858 : I18N.Rare.CP858
- {
- public ENCibm00858() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01140 : I18N.Rare.CP1140
- {
- public ENCibm01140() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01141 : I18N.Rare.CP1141
- {
- public ENCibm01141() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01142 : I18N.Rare.CP1142
- {
- public ENCibm01142() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01143 : I18N.Rare.CP1143
- {
- public ENCibm01143() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm037 : I18N.Rare.CP37
- {
- public ENCibm037() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1025 : I18N.Rare.CP21025
- {
- public ENCibm1025() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1026 : I18N.Rare.CP1026
- {
- public ENCibm1026() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1047 : I18N.Rare.CP1047
- {
- public ENCibm1047() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1144 : I18N.Rare.CP1144
- {
- public ENCibm1144() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1145 : I18N.Rare.CP1145
- {
- public ENCibm1145() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1146 : I18N.Rare.CP1146
- {
- public ENCibm1146() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1147 : I18N.Rare.CP1147
- {
- public ENCibm1147() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1148 : I18N.Rare.CP1148
- {
- public ENCibm1148() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1149 : I18N.Rare.CP1149
- {
- public ENCibm1149() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm273 : I18N.Rare.CP20273
- {
- public ENCibm273() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm277 : I18N.Rare.CP20277
- {
- public ENCibm277() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm278 : I18N.Rare.CP20278
- {
- public ENCibm278() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm280 : I18N.Rare.CP20280
- {
- public ENCibm280() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm284 : I18N.Rare.CP20284
- {
- public ENCibm284() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm285 : I18N.Rare.CP20285
- {
- public ENCibm285() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm290 : I18N.Rare.CP20290
- {
- public ENCibm290() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm297 : I18N.Rare.CP20297
- {
- public ENCibm297() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm420 : I18N.Rare.CP20420
- {
- public ENCibm420() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm424 : I18N.Rare.CP20424
- {
- public ENCibm424() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm500 : I18N.Rare.CP500
- {
- public ENCibm500() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm852 : I18N.Rare.CP852
- {
- public ENCibm852() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm855 : I18N.Rare.CP855
- {
- public ENCibm855() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm857 : I18N.Rare.CP857
- {
- public ENCibm857() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm862 : I18N.Rare.CP862
- {
- public ENCibm862() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm864 : I18N.Rare.CP864
- {
- public ENCibm864() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm866 : I18N.Rare.CP866
- {
- public ENCibm866() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm869 : I18N.Rare.CP869
- {
- public ENCibm869() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm870 : I18N.Rare.CP870
- {
- public ENCibm870() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm871 : I18N.Rare.CP20871
- {
- public ENCibm871() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm875 : I18N.Rare.CP875
- {
- public ENCibm875() { }
- }
-}
diff --git a/src/v4.5/I18N.West.cs b/src/v4.5/I18N.West.cs
deleted file mode 100644
index e2dd4ba..0000000
--- a/src/v4.5/I18N.West.cs
+++ /dev/null
@@ -1,222 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.West
-{
- [System.SerializableAttribute]
- public partial class CP10000 : I18N.Common.ByteEncoding
- {
- public CP10000() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP10079 : I18N.Common.ByteEncoding
- {
- public CP10079() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1250 : I18N.Common.ByteEncoding
- {
- public CP1250() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1252 : I18N.Common.ByteEncoding
- {
- public CP1252() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1253 : I18N.Common.ByteEncoding
- {
- public CP1253() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28592 : I18N.Common.ByteEncoding
- {
- public CP28592() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28593 : I18N.Common.ByteEncoding
- {
- public CP28593() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28597 : I18N.Common.ByteEncoding
- {
- public CP28597() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28605 : I18N.Common.ByteEncoding
- {
- public CP28605() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP437 : I18N.Common.ByteEncoding
- {
- public CP437() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP850 : I18N.Common.ByteEncoding
- {
- public CP850() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP860 : I18N.Common.ByteEncoding
- {
- public CP860() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP861 : I18N.Common.ByteEncoding
- {
- public CP861() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP863 : I18N.Common.ByteEncoding
- {
- public CP863() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP865 : I18N.Common.ByteEncoding
- {
- public CP865() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm437 : I18N.West.CP437
- {
- public ENCibm437() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm850 : I18N.West.CP850
- {
- public ENCibm850() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm860 : I18N.West.CP860
- {
- public ENCibm860() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm861 : I18N.West.CP861
- {
- public ENCibm861() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm863 : I18N.West.CP863
- {
- public ENCibm863() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm865 : I18N.West.CP865
- {
- public ENCibm865() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_15 : I18N.West.CP28605
- {
- public ENCiso_8859_15() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_2 : I18N.West.CP28592
- {
- public ENCiso_8859_2() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_3 : I18N.West.CP28593
- {
- public ENCiso_8859_3() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_7 : I18N.West.CP28597
- {
- public ENCiso_8859_7() { }
- }
- [System.SerializableAttribute]
- public partial class ENCmacintosh : I18N.West.CP10000
- {
- public ENCmacintosh() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1250 : I18N.West.CP1250
- {
- public ENCwindows_1250() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1252 : I18N.West.CP1252
- {
- public ENCwindows_1252() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1253 : I18N.West.CP1253
- {
- public ENCwindows_1253() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_mac_icelandic : I18N.West.CP10079
- {
- public ENCx_mac_icelandic() { }
- }
-}
diff --git a/src/v4.5/I18N.cs b/src/v4.5/I18N.cs
deleted file mode 100644
index 3ab8d52..0000000
--- a/src/v4.5/I18N.cs
+++ /dev/null
@@ -1,173 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Common
-{
- [System.SerializableAttribute]
- public abstract partial class ByteEncoding : I18N.Common.MonoEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected unsafe abstract void ToBytes(char* chars, int charCount, byte* bytes, int byteCount);
- protected virtual void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- [System.SerializableAttribute]
- public abstract partial class ByteSafeEncoding : I18N.Common.MonoSafeEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteSafeEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected abstract void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
- protected virtual void ToBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- public sealed partial class Handlers
- {
- public static readonly string[] List;
- public Handlers() { }
- public static string GetAlias(string name) { throw null; }
- }
- public partial class Manager
- {
- internal Manager() { }
- public static I18N.Common.Manager PrimaryManager { get { throw null; } }
- public System.Globalization.CultureInfo GetCulture(int culture, bool useUserOverride) { throw null; }
- public System.Globalization.CultureInfo GetCulture(string name, bool useUserOverride) { throw null; }
- public System.Text.Encoding GetEncoding(int codePage) { throw null; }
- public System.Text.Encoding GetEncoding(string name) { throw null; }
- }
- public abstract partial class MonoEncoder : System.Text.Encoder
- {
- public MonoEncoder(I18N.Common.MonoEncoding encoding) { }
- public override int GetByteCount(char[] chars, int index, int count, bool refresh) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount, bool refresh);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount, bool refresh);
- public unsafe void HandleFallback(char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoEncoding : System.Text.Encoding
- {
- public MonoEncoding(int codePage) { }
- public MonoEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount);
- protected unsafe virtual int GetBytesInternal(char* chars, int charCount, byte* bytes, int byteCount, bool flush, object state) { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount) { }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public partial class MonoEncodingDefaultEncoder : I18N.Common.ReferenceSourceDefaultEncoder
- {
- public MonoEncodingDefaultEncoder(System.Text.Encoding encoding) : base (default(System.Text.Encoding)) { }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public unsafe override void Convert(char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public override void Convert(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- }
- public abstract partial class MonoSafeEncoder : System.Text.Encoder
- {
- public MonoSafeEncoder(I18N.Common.MonoSafeEncoding encoding) { }
- public void HandleFallback(char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoSafeEncoding : System.Text.Encoding
- {
- public MonoSafeEncoding(int codePage) { }
- public MonoSafeEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- protected virtual int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public partial class ReferenceSourceDefaultEncoder : System.Text.Encoder, System.Runtime.Serialization.IObjectReference
- {
- public ReferenceSourceDefaultEncoder(System.Text.Encoding encoding) { }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetByteCount(char* chars, int count, bool flush) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public object GetRealObject(System.Runtime.Serialization.StreamingContext context) { throw null; }
- }
- public sealed partial class Strings
- {
- public Strings() { }
- public static string GetString(string tag) { throw null; }
- }
-}
diff --git a/src/v4.5/IBM.Data.DB2.cs b/src/v4.5/IBM.Data.DB2.cs
deleted file mode 100644
index 9561518..0000000
--- a/src/v4.5/IBM.Data.DB2.cs
+++ /dev/null
@@ -1,298 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace IBM.Data.DB2
-{
- public partial class DB2ClientUtils
- {
- public DB2ClientUtils() { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message) { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message, IBM.Data.DB2.DB2Connection connection) { }
- }
- public partial class DB2Command : System.ComponentModel.Component, System.Data.IDbCommand, System.ICloneable, System.IDisposable
- {
- public DB2Command() { }
- public DB2Command(string commandStr) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Transaction trans) { }
- public string CommandText { get { throw null; } set { } }
- public int CommandTimeout { get { throw null; } set { } }
- public System.Data.CommandType CommandType { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Connection Connection { get { throw null; } set { } }
- public IBM.Data.DB2.DB2ParameterCollection Parameters { get { throw null; } }
- public bool SelfDescribe { get { throw null; } set { } }
- public System.IntPtr statementHandle { get { throw null; } }
- System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
- System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
- System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Transaction Transaction { get { throw null; } set { } }
- public System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public void Cancel() { }
- public System.Data.IDbDataParameter CreateParameter() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- public int ExecuteNonQuery() { throw null; }
- public void ExecuteNonQueryInternal(System.Data.CommandBehavior behavior) { }
- public IBM.Data.DB2.DB2DataReader ExecuteReader() { throw null; }
- public IBM.Data.DB2.DB2DataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public object ExecuteScalar() { throw null; }
- ~DB2Command() { }
- public void Prepare() { }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2CommandBuilder : System.ComponentModel.Component
- {
- public DB2CommandBuilder() { }
- public DB2CommandBuilder(IBM.Data.DB2.DB2DataAdapter adapter) { }
- public IBM.Data.DB2.DB2DataAdapter DataAdapter { get { throw null; } set { } }
- public string QuotePrefix { get { throw null; } set { } }
- public string QuoteSuffix { get { throw null; } set { } }
- public static void DeriveParameters(IBM.Data.DB2.DB2Command command) { }
- protected override void Dispose(bool disposing) { }
- public IBM.Data.DB2.DB2Command GetDeleteCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetInsertCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetUpdateCommand() { throw null; }
- public void RefreshSchema() { }
- }
- public partial class DB2Connection : System.ComponentModel.Component, System.Data.IDbConnection, System.ICloneable, System.IDisposable
- {
- public DB2Connection() { }
- public DB2Connection(string conString) { }
- public string ConnectionString { get { throw null; } set { } }
- public int ConnectionTimeout { get { throw null; } set { } }
- public string Database { get { throw null; } }
- public System.Data.ConnectionState State { get { throw null; } }
- public event IBM.Data.DB2.DB2InfoMessageEventHandler InfoMessage { add { } remove { } }
- public event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public IBM.Data.DB2.DB2Transaction BeginTransaction() { throw null; }
- public IBM.Data.DB2.DB2Transaction BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- public void ChangeDatabase(string newDBName) { }
- public void Close() { }
- public IBM.Data.DB2.DB2Command CreateCommand() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- ~DB2Connection() { }
- public void Open() { }
- public static void ReleaseObjectPool() { }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2DataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter
- {
- public DB2DataAdapter() { }
- public DB2DataAdapter(IBM.Data.DB2.DB2Command selectCommand) { }
- public DB2DataAdapter(string selectCommandText, IBM.Data.DB2.DB2Connection selectConnection) { }
- public DB2DataAdapter(string selectCommandText, string selectConnectionString) { }
- public new IBM.Data.DB2.DB2Command DeleteCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command InsertCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command SelectCommand { get { throw null; } set { } }
- System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command UpdateCommand { get { throw null; } set { } }
- public event IBM.Data.DB2.DB2RowUpdatedEventHandler RowUpdated { add { } remove { } }
- public event IBM.Data.DB2.DB2RowUpdatingEventHandler RowUpdating { add { } remove { } }
- protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class DB2DataReader : System.MarshalByRefObject, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
- {
- internal DB2DataReader() { }
- public int Depth { get { throw null; } }
- public int FieldCount { get { throw null; } }
- public bool HasRows { get { throw null; } }
- public bool IsClosed { get { throw null; } }
- public object this[int col] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public int RecordsAffected { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- ~DB2DataReader() { }
- public bool GetBoolean(int col) { throw null; }
- public byte GetByte(int col) { throw null; }
- public long GetBytes(int col, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public char GetChar(int col) { throw null; }
- public long GetChars(int col, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
- public System.Data.IDataReader GetData(int col) { throw null; }
- public string GetDataTypeName(int col) { throw null; }
- public System.DateTime GetDate(int col) { throw null; }
- public System.DateTime GetDateTime(int col) { throw null; }
- public decimal GetDecimal(int col) { throw null; }
- public double GetDouble(int col) { throw null; }
- public System.Type GetFieldType(int col) { throw null; }
- public float GetFloat(int col) { throw null; }
- public System.Guid GetGuid(int col) { throw null; }
- public short GetInt16(int col) { throw null; }
- public int GetInt32(int col) { throw null; }
- public long GetInt64(int col) { throw null; }
- public string GetName(int col) { throw null; }
- public int GetOrdinal(string name) { throw null; }
- public System.Data.DataTable GetSchemaTable() { throw null; }
- public string GetString(int col) { throw null; }
- public object GetStringInternal(int col) { throw null; }
- public System.TimeSpan GetTime(int col) { throw null; }
- public System.TimeSpan GetTimeSpan(int col) { throw null; }
- public object GetValue(int col) { throw null; }
- public int GetValues(object[] values) { throw null; }
- public bool IsDBNull(int col) { throw null; }
- public bool NextResult() { throw null; }
- public bool Read() { throw null; }
- }
- public sealed partial class DB2Error
- {
- internal DB2Error() { }
- public string Message { get { throw null; } }
- public int NativeError { get { throw null; } }
- public string Source { get { throw null; } }
- public string SQLState { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DB2ErrorCollection : System.Collections.CollectionBase
- {
- public DB2ErrorCollection(short sqlHandleType, System.IntPtr sqlHandle) { }
- public IBM.Data.DB2.DB2Error this[int index] { get { throw null; } }
- public void CopyTo(IBM.Data.DB2.DB2Error[] array, int index) { }
- public new IBM.Data.DB2.DB2ErrorCollection.DB2ErrorEnumerator GetEnumerator() { throw null; }
- public partial class DB2ErrorEnumerator : System.Collections.IEnumerator
- {
- public DB2ErrorEnumerator(IBM.Data.DB2.DB2ErrorCollection mappings) { }
- public IBM.Data.DB2.DB2Error Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class DB2Exception : System.Exception
- {
- internal DB2Exception() { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public override string Message { get { throw null; } }
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public sealed partial class DB2InfoMessageEventArgs : System.EventArgs
- {
- public DB2InfoMessageEventArgs(IBM.Data.DB2.DB2ErrorCollection errors) { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public delegate void DB2InfoMessageEventHandler(object sender, IBM.Data.DB2.DB2InfoMessageEventArgs e);
- public sealed partial class DB2Parameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
- {
- public DB2Parameter() { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size) { }
- public DB2Parameter(string parameterName, IBM.Data.DB2.DB2Type db2Type, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size, string sourceColumn) { }
- public DB2Parameter(string parameterName, object value) { }
- public IBM.Data.DB2.DB2Type DB2Type { get { throw null; } set { } }
- public System.Data.DbType DbType { get { throw null; } set { } }
- public System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public bool IsNullable { get { throw null; } set { } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string SourceColumn { get { throw null; } set { } }
- public System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- object System.ICloneable.Clone() { throw null; }
- }
- public partial class DB2ParameterCollection : System.Collections.ArrayList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
- {
- public DB2ParameterCollection() { }
- public new IBM.Data.DB2.DB2Parameter this[int index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter this[string index] { get { throw null; } set { } }
- object System.Data.IDataParameterCollection.this[string index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter Add(IBM.Data.DB2.DB2Parameter value) { throw null; }
- public override int Add(object obj) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type type) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size, string sourceColumn) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, object value) { throw null; }
- public bool Contains(string paramName) { throw null; }
- public int IndexOf(string paramName) { throw null; }
- public void RemoveAt(string paramName) { }
- }
- public sealed partial class DB2RowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
- {
- public DB2RowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } }
- }
- public delegate void DB2RowUpdatedEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatedEventArgs e);
- public sealed partial class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
- {
- public DB2RowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } set { } }
- }
- public delegate void DB2RowUpdatingEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatingEventArgs e);
- public sealed partial class DB2Transaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
- {
- internal DB2Transaction() { }
- public System.Data.IDbConnection Connection { get { throw null; } }
- public System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public void Commit() { }
- public void Dispose() { }
- public void Rollback() { }
- }
- public enum DB2Type
- {
- BigInt = 3,
- Binary = 15,
- Blob = 22,
- Char = 12,
- Clob = 21,
- Datalink = 24,
- Date = 9,
- DbClob = 23,
- Decimal = 7,
- Double = 5,
- Float = 6,
- Graphic = 18,
- Integer = 2,
- Invalid = 0,
- LongVarBinary = 17,
- LongVarChar = 14,
- LongVarGraphic = 20,
- Numeric = 8,
- Real = 4,
- RowId = 25,
- SmallInt = 1,
- Time = 10,
- Timestamp = 11,
- VarBinary = 16,
- VarChar = 13,
- VarGraphic = 19,
- XmlReader = 26,
- }
- public partial class DB2TypeConverter
- {
- public DB2TypeConverter() { }
- public static System.Type GetManagedType(int sql_type) { throw null; }
- }
-}
diff --git a/src/v4.5/ICSharpCode.SharpZipLib.cs b/src/v4.5/ICSharpCode.SharpZipLib.cs
deleted file mode 100644
index b41a74c..0000000
--- a/src/v4.5/ICSharpCode.SharpZipLib.cs
+++ /dev/null
@@ -1,963 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.84.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright 2001-2005 Mike Krueger")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("A free C# compression library")]
-[assembly:System.Reflection.AssemblyProductAttribute("#ZipLibrary")]
-[assembly:System.Reflection.AssemblyTitleAttribute("ICSharpCode.SharpZipLibrary")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace ICSharpCode.SharpZipLib
-{
- public partial class SharpZipBaseException : System.ApplicationException
- {
- public SharpZipBaseException() { }
- public SharpZipBaseException(string msg) { }
- public SharpZipBaseException(string message, System.Exception innerException) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.BZip2
-{
- public sealed partial class BZip2
- {
- public BZip2() { }
- public static void Compress(System.IO.Stream instream, System.IO.Stream outstream, int blockSize) { }
- public static void Decompress(System.IO.Stream instream, System.IO.Stream outstream) { }
- }
- public sealed partial class BZip2Constants
- {
- internal BZip2Constants() { }
- public static readonly int baseBlockSize;
- public static readonly int G_SIZE;
- public static readonly int MAX_ALPHA_SIZE;
- public static readonly int MAX_CODE_LEN;
- public static readonly int MAX_SELECTORS;
- public static readonly int NUM_OVERSHOOT_BYTES;
- public static readonly int N_GROUPS;
- public static readonly int N_ITERS;
- public static readonly int[] rNums;
- public static readonly int RUNA;
- public static readonly int RUNB;
- }
- public partial class BZip2Exception : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public BZip2Exception() { }
- public BZip2Exception(string message) { }
- }
- public partial class BZip2InputStream : System.IO.Stream
- {
- public BZip2InputStream(System.IO.Stream stream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- public override int Read(byte[] b, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class BZip2OutputStream : System.IO.Stream
- {
- public BZip2OutputStream(System.IO.Stream stream) { }
- public BZip2OutputStream(System.IO.Stream stream, int blockSize) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~BZip2OutputStream() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bv) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Checksums
-{
- public sealed partial class Adler32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Adler32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public sealed partial class Crc32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Crc32() { }
- public long Value { get { throw null; } set { } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] buffer);
- void Update(byte[] buf, int off, int len);
- void Update(int bval);
- }
- public partial class StrangeCRC : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public StrangeCRC() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int inCh) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Core
-{
- public partial class DirectoryEventArgs : ICSharpCode.SharpZipLib.Core.ScanEventArgs
- {
- public DirectoryEventArgs(string name, bool hasMatchingFiles) : base (default(string)) { }
- public bool HasMatchingFiles { get { throw null; } }
- }
- public delegate void DirectoryFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public delegate void FileFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public partial class FileSystemScanner
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter) { }
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter, ICSharpCode.SharpZipLib.Core.IScanFilter directoryFilter) { }
- public FileSystemScanner(string filter) { }
- public FileSystemScanner(string fileFilter, string directoryFilter) { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- public void Scan(string directory, bool recurse) { }
- }
- public partial interface INameTransform
- {
- string TransformDirectory(string name);
- string TransformFile(string name);
- }
- public partial interface IScanFilter
- {
- bool IsMatch(string name);
- }
- public partial class NameAndSizeFilter : ICSharpCode.SharpZipLib.Core.PathFilter
- {
- public NameAndSizeFilter(string filter, long minSize, long maxSize) : base (default(string)) { }
- public long MaxSize { get { throw null; } set { } }
- public long MinSize { get { throw null; } set { } }
- public override bool IsMatch(string fileName) { throw null; }
- }
- public partial class NameFilter
- {
- public NameFilter(string filter) { }
- public bool IsExcluded(string testValue) { throw null; }
- public bool IsIncluded(string testValue) { throw null; }
- public bool IsMatch(string testValue) { throw null; }
- public static bool IsValidExpression(string e) { throw null; }
- public static bool IsValidFilterExpression(string toTest) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PathFilter : ICSharpCode.SharpZipLib.Core.IScanFilter
- {
- public PathFilter(string filter) { }
- public virtual bool IsMatch(string name) { throw null; }
- }
- public delegate void ProcessDirectoryDelegate(object Sender, ICSharpCode.SharpZipLib.Core.DirectoryEventArgs e);
- public delegate void ProcessFileDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanEventArgs e);
- public partial class ScanEventArgs : System.EventArgs
- {
- public ScanEventArgs(string name) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public string Name { get { throw null; } }
- }
- public partial class ScanFailureEventArgs
- {
- public ScanFailureEventArgs(string name, System.Exception e) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public System.Exception Exception { get { throw null; } }
- public string Name { get { throw null; } }
- }
-}
-namespace ICSharpCode.SharpZipLib.Encryption
-{
- public abstract partial class PkzipClassic : System.Security.Cryptography.SymmetricAlgorithm
- {
- protected PkzipClassic() { }
- public static byte[] GenerateKeys(byte[] seed) { throw null; }
- }
- public sealed partial class PkzipClassicManaged : ICSharpCode.SharpZipLib.Encryption.PkzipClassic
- {
- public PkzipClassicManaged() { }
- public override int BlockSize { get { throw null; } set { } }
- public override byte[] Key { get { throw null; } set { } }
- public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw null; } }
- public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- }
-}
-namespace ICSharpCode.SharpZipLib.GZip
-{
- public partial class GZipConstants
- {
- internal GZipConstants() { }
- public const int FCOMMENT = 16;
- public const int FEXTRA = 4;
- public const int FHCRC = 2;
- public const int FNAME = 8;
- public const int FTEXT = 1;
- public static readonly int GZIP_MAGIC;
- }
- public partial class GZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public GZipException() { }
- public GZipException(string message) { }
- }
- public partial class GZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- protected bool eos;
- public GZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public GZipInputStream(System.IO.Stream baseInputStream, int size) : base (default(System.IO.Stream)) { }
- public override int Read(byte[] buf, int offset, int len) { throw null; }
- }
- public partial class GZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- public GZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public GZipOutputStream(System.IO.Stream baseOutputStream, int size) : base (default(System.IO.Stream)) { }
- public override void Close() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void SetLevel(int level) { }
- public override void Write(byte[] buf, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Tar
-{
- public partial class InvalidHeaderException : ICSharpCode.SharpZipLib.Tar.TarException
- {
- public InvalidHeaderException() { }
- public InvalidHeaderException(string msg) { }
- }
- public delegate void ProgressMessageHandler(ICSharpCode.SharpZipLib.Tar.TarArchive archive, ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message);
- public partial class TarArchive
- {
- protected TarArchive() { }
- public bool ApplyUserInfoOverrides { get { throw null; } set { } }
- public int GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string PathPrefix { get { throw null; } set { } }
- public int RecordSize { get { throw null; } }
- public string RootPath { get { throw null; } set { } }
- public int UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public event ICSharpCode.SharpZipLib.Tar.ProgressMessageHandler ProgressMessageEvent { add { } remove { } }
- public void CloseArchive() { }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public void ExtractContents(string destDir) { }
- public void ListContents() { }
- protected virtual void OnProgressMessageEvent(ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message) { }
- public void SetAsciiTranslation(bool asciiTranslate) { }
- public void SetKeepOldFiles(bool keepOldFiles) { }
- public void SetUserInfo(int userId, string userName, int groupId, string groupName) { }
- public void WriteEntry(ICSharpCode.SharpZipLib.Tar.TarEntry sourceEntry, bool recurse) { }
- }
- public partial class TarBuffer
- {
- public const int BlockSize = 512;
- public const int DefaultBlockFactor = 20;
- public const int DefaultRecordSize = 10240;
- protected TarBuffer() { }
- public int BlockFactor { get { throw null; } }
- public int RecordSize { get { throw null; } }
- public void Close() { }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public int GetBlockFactor() { throw null; }
- public int GetCurrentBlockNum() { throw null; }
- public int GetCurrentRecordNum() { throw null; }
- public int GetRecordSize() { throw null; }
- public bool IsEOFBlock(byte[] block) { throw null; }
- public byte[] ReadBlock() { throw null; }
- public void SkipBlock() { }
- public void WriteBlock(byte[] block) { }
- public void WriteBlock(byte[] buf, int offset) { }
- }
- public partial class TarEntry : System.ICloneable
- {
- public TarEntry(ICSharpCode.SharpZipLib.Tar.TarHeader header) { }
- public TarEntry(byte[] headerBuf) { }
- public string File { get { throw null; } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Tar.TarHeader TarHeader { get { throw null; } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public void AdjustEntryName(byte[] outbuf, string newName) { }
- public object Clone() { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateTarEntry(string name) { throw null; }
- public override bool Equals(object it) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry[] GetDirectoryEntries() { throw null; }
- public void GetFileTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string file) { }
- public override int GetHashCode() { throw null; }
- public bool IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry desc) { throw null; }
- public void NameTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string name) { }
- public void SetIds(int userId, int groupId) { }
- public void SetNames(string userName, string groupName) { }
- public void WriteEntryHeader(byte[] outbuf) { }
- }
- public partial class TarException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public TarException() { }
- public TarException(string message) { }
- }
- public partial class TarHeader : System.ICloneable
- {
- public static readonly int CHKSUMLEN;
- public const int CHKSUMOFS = 148;
- public static readonly int DEVLEN;
- public static readonly int GIDLEN;
- public static readonly int GNAMELEN;
- public static readonly string GNU_TMAGIC;
- public const byte LF_ACL = (byte)65;
- public const byte LF_BLK = (byte)52;
- public const byte LF_CHR = (byte)51;
- public const byte LF_CONTIG = (byte)55;
- public const byte LF_DIR = (byte)53;
- public const byte LF_EXTATTR = (byte)69;
- public const byte LF_FIFO = (byte)54;
- public const byte LF_GHDR = (byte)103;
- public const byte LF_GNU_DUMPDIR = (byte)68;
- public const byte LF_GNU_LONGLINK = (byte)75;
- public const byte LF_GNU_LONGNAME = (byte)76;
- public const byte LF_GNU_MULTIVOL = (byte)77;
- public const byte LF_GNU_NAMES = (byte)78;
- public const byte LF_GNU_SPARSE = (byte)83;
- public const byte LF_GNU_VOLHDR = (byte)86;
- public const byte LF_LINK = (byte)49;
- public const byte LF_META = (byte)73;
- public const byte LF_NORMAL = (byte)48;
- public const byte LF_OLDNORM = (byte)0;
- public const byte LF_SYMLINK = (byte)50;
- public static readonly byte LF_XHDR;
- public static readonly int MAGICLEN;
- public static readonly int MODELEN;
- public static readonly int MODTIMELEN;
- public static readonly int NAMELEN;
- public static readonly int SIZELEN;
- public static readonly string TMAGIC;
- public static readonly int UIDLEN;
- public static readonly int UNAMELEN;
- public static readonly int VERSIONLEN;
- public TarHeader() { }
- public int Checksum { get { throw null; } }
- public int DevMajor { get { throw null; } set { } }
- public int DevMinor { get { throw null; } set { } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsChecksumValid { get { throw null; } }
- public string LinkName { get { throw null; } set { } }
- public string Magic { get { throw null; } set { } }
- public int Mode { get { throw null; } set { } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public byte TypeFlag { get { throw null; } set { } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static int GetAsciiBytes(string toAdd, int nameOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetLongOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- [System.ObsoleteAttribute]
- public string GetName() { throw null; }
- public static int GetNameBytes(string name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(string name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- public void ParseBuffer(byte[] header) { }
- public static System.Text.StringBuilder ParseName(byte[] header, int offset, int length) { throw null; }
- public static long ParseOctal(byte[] header, int offset, int length) { throw null; }
- public static void ResetValueDefaults() { }
- public static void SetValueDefaults(int userId, string userName, int groupId, string groupName) { }
- public void WriteHeader(byte[] outbuf) { }
- }
- public partial class TarInputStream : System.IO.Stream
- {
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected ICSharpCode.SharpZipLib.Tar.TarEntry currEntry;
- protected ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory eFactory;
- protected long entryOffset;
- protected long entrySize;
- protected bool hasHitEOF;
- protected byte[] readBuf;
- public TarInputStream(System.IO.Stream inputStream) { }
- public TarInputStream(System.IO.Stream inputStream, int blockFactor) { }
- public long Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsMarkSupported { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CopyEntryContents(System.IO.Stream outputStream) { }
- public override void Flush() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry GetNextEntry() { throw null; }
- public int GetRecordSize() { throw null; }
- public void Mark(int markLimit) { }
- public override int Read(byte[] outputBuffer, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public void Reset() { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SetEntryFactory(ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory factory) { }
- public override void SetLength(long val) { }
- public void Skip(long numToSkip) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- public partial class EntryFactoryAdapter : ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory
- {
- public EntryFactoryAdapter() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- }
- public partial interface IEntryFactory
- {
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName);
- }
- }
- public partial class TarOutputStream : System.IO.Stream
- {
- protected byte[] assemBuf;
- protected int assemLen;
- protected byte[] blockBuf;
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected long currBytes;
- protected long currSize;
- protected bool debug;
- protected System.IO.Stream outputStream;
- public TarOutputStream(System.IO.Stream outputStream) { }
- public TarOutputStream(System.IO.Stream outputStream, int blockFactor) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CloseEntry() { }
- public void Finish() { }
- public override void Flush() { }
- public int GetRecordSize() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Tar.TarEntry entry) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] wBuf, int wOffset, int numToWrite) { }
- public override void WriteByte(byte b) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip
-{
- public enum CompressionMethod
- {
- BZip2 = 11,
- Deflate64 = 9,
- Deflated = 8,
- Stored = 0,
- WinZipAES = 99,
- }
- public partial class FastZip
- {
- public FastZip() { }
- public FastZip(ICSharpCode.SharpZipLib.Zip.FastZipEvents events) { }
- public bool CreateEmptyDirectories { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.ZipNameTransform NameTransform { get { throw null; } set { } }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter) { }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, ICSharpCode.SharpZipLib.Zip.FastZip.Overwrite overwrite, ICSharpCode.SharpZipLib.Zip.FastZip.ConfirmOverwriteDelegate confirmDelegate, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, string fileFilter) { }
- public delegate bool ConfirmOverwriteDelegate(string fileName);
- public enum Overwrite
- {
- Always = 2,
- Never = 1,
- Prompt = 0,
- }
- }
- public partial class FastZipEvents
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FastZipEvents() { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- }
- public partial class KeysRequiredEventArgs : System.EventArgs
- {
- public KeysRequiredEventArgs(string name) { }
- public KeysRequiredEventArgs(string name, byte[] keyValue) { }
- public string FileName { get { throw null; } }
- public byte[] Key { get { throw null; } set { } }
- }
- public sealed partial class ZipConstants
- {
- public const int CENATT = 36;
- public const int CENATX = 38;
- public const int CENCOM = 32;
- public const int CENCRC = 16;
- public const int CENDIGITALSIG = 84233040;
- public const int CENDSK = 34;
- public const int CENEXT = 30;
- public const int CENFLG = 8;
- public const int CENHDR = 46;
- public const int CENHOW = 10;
- public const int CENLEN = 24;
- public const int CENNAM = 28;
- public const int CENOFF = 42;
- public const int CENSIG = 33639248;
- public const int CENSIG64 = 101075792;
- public const int CENSIZ = 20;
- public const int CENTIM = 12;
- public const int CENVEM = 4;
- public const int CENVER = 6;
- public const int CRYPTO_HEADER_SIZE = 12;
- public const int ENDCOM = 20;
- public const int ENDDCD = 6;
- public const int ENDHDR = 22;
- public const int ENDNRD = 4;
- public const int ENDOFF = 16;
- public const int ENDSIG = 101010256;
- public const int ENDSIZ = 12;
- public const int ENDSUB = 8;
- public const int ENDTOT = 10;
- public const int EXTCRC = 4;
- public const int EXTHDR = 16;
- public const int EXTLEN = 12;
- public const int EXTSIG = 134695760;
- public const int EXTSIZ = 8;
- public const int LOCCRC = 14;
- public const int LOCEXT = 28;
- public const int LOCFLG = 6;
- public const int LOCHDR = 30;
- public const int LOCHOW = 8;
- public const int LOCLEN = 22;
- public const int LOCNAM = 26;
- public const int LOCSIG = 67324752;
- public const int LOCSIZ = 18;
- public const int LOCTIM = 10;
- public const int LOCVER = 4;
- public const int SPANNINGSIG = 134695760;
- public const int SPANTEMPSIG = 808471376;
- public const int VERSION_MADE_BY = 20;
- public const int VERSION_STRONG_ENCRYPTION = 50;
- public ZipConstants() { }
- public static int DefaultCodePage { get { throw null; } set { } }
- public static byte[] ConvertToArray(string str) { throw null; }
- public static string ConvertToString(byte[] data) { throw null; }
- public static string ConvertToString(byte[] data, int length) { throw null; }
- }
- public partial class ZipEntry : System.ICloneable
- {
- public ZipEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry e) { }
- public ZipEntry(string name) { }
- public string Comment { get { throw null; } set { } }
- public long CompressedSize { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.CompressionMethod CompressionMethod { get { throw null; } set { } }
- public long Crc { get { throw null; } set { } }
- public System.DateTime DateTime { get { throw null; } set { } }
- public long DosTime { get { throw null; } set { } }
- public int ExternalFileAttributes { get { throw null; } set { } }
- public byte[] ExtraData { get { throw null; } set { } }
- public int Flags { get { throw null; } set { } }
- public int HostSystem { get { throw null; } }
- public bool IsCrypted { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFile { get { throw null; } }
- public string Name { get { throw null; } }
- public int Offset { get { throw null; } set { } }
- public bool RequiresZip64 { get { throw null; } }
- public long Size { get { throw null; } set { } }
- public int Version { get { throw null; } }
- public int VersionMadeBy { get { throw null; } }
- public int ZipFileIndex { get { throw null; } set { } }
- public static string CleanName(string name) { throw null; }
- public static string CleanName(string name, bool relativePath) { throw null; }
- public object Clone() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public ZipException() { }
- public ZipException(string msg) { }
- }
- public partial class ZipFile : System.Collections.IEnumerable
- {
- public ICSharpCode.SharpZipLib.Zip.ZipFile.KeysRequiredEventHandler KeysRequired;
- public ZipFile(System.IO.FileStream file) { }
- public ZipFile(System.IO.Stream baseStream) { }
- public ZipFile(string name) { }
- [System.Runtime.CompilerServices.IndexerName("EntryByIndex")]
- public ICSharpCode.SharpZipLib.Zip.ZipEntry this[int index] { get { throw null; } }
- public string Name { get { throw null; } }
- public string Password { set { } }
- public int Size { get { throw null; } }
- public string ZipFileComment { get { throw null; } }
- public void Close() { }
- public int FindEntry(string name, bool ignoreCase) { throw null; }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetEntry(string name) { throw null; }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public System.IO.Stream GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { throw null; }
- public System.IO.Stream GetInputStream(int entryIndex) { throw null; }
- public bool TestArchive(bool testData) { throw null; }
- public delegate void KeysRequiredEventHandler(object sender, ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs e);
- }
- public partial class ZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- public ZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public override int Available { get { throw null; } }
- public bool CanDecompressEntry { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public int BodyRead(byte[] b, int off, int len) { throw null; }
- public override void Close() { }
- public void CloseEntry() { }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetNextEntry() { throw null; }
- public override int Read(byte[] destination, int index, int count) { throw null; }
- public override int ReadByte() { throw null; }
- }
- public partial class ZipNameTransform : ICSharpCode.SharpZipLib.Core.INameTransform
- {
- public ZipNameTransform() { }
- public ZipNameTransform(bool useRelativePaths) { }
- public ZipNameTransform(bool useRelativePaths, string trimPrefix) { }
- public string TrimPrefix { get { throw null; } set { } }
- public string TransformDirectory(string name) { throw null; }
- public string TransformFile(string name) { throw null; }
- }
- public partial class ZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- public ZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public bool IsFinished { get { throw null; } }
- public void CloseEntry() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { }
- public void SetComment(string comment) { }
- public void SetLevel(int level) { }
- public override void Write(byte[] b, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression
-{
- public partial class Deflater
- {
- public static int BEST_COMPRESSION;
- public static int BEST_SPEED;
- public static int DEFAULT_COMPRESSION;
- public static int DEFLATED;
- public static int NO_COMPRESSION;
- public Deflater() { }
- public Deflater(int lvl) { }
- public Deflater(int level, bool noZlibHeaderOrFooter) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public long TotalOut { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public int Deflate(byte[] output, int offset, int length) { throw null; }
- public void Finish() { }
- public void Flush() { }
- public int GetLevel() { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] dict) { }
- public void SetDictionary(byte[] dict, int offset, int length) { }
- public void SetInput(byte[] input) { }
- public void SetInput(byte[] input, int off, int len) { }
- public void SetLevel(int lvl) { }
- public void SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy strategy) { }
- }
- public partial class DeflaterConstants
- {
- public static int[] COMPR_FUNC;
- public const bool DEBUGGING = false;
- public const int DEFAULT_MEM_LEVEL = 8;
- public const int DEFLATE_FAST = 1;
- public const int DEFLATE_SLOW = 2;
- public const int DEFLATE_STORED = 0;
- public const int DYN_TREES = 2;
- public static int[] GOOD_LENGTH;
- public const int HASH_BITS = 15;
- public const int HASH_MASK = 32767;
- public const int HASH_SHIFT = 5;
- public const int HASH_SIZE = 32768;
- public static int MAX_BLOCK_SIZE;
- public static int[] MAX_CHAIN;
- public const int MAX_DIST = 32506;
- public static int[] MAX_LAZY;
- public const int MAX_MATCH = 258;
- public const int MAX_WBITS = 15;
- public const int MIN_LOOKAHEAD = 262;
- public const int MIN_MATCH = 3;
- public static int[] NICE_LENGTH;
- public const int PENDING_BUF_SIZE = 65536;
- public const int PRESET_DICT = 32;
- public const int STATIC_TREES = 1;
- public const int STORED_BLOCK = 0;
- public const int WMASK = 32767;
- public const int WSIZE = 32768;
- public DeflaterConstants() { }
- }
- public partial class DeflaterEngine : ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants
- {
- public DeflaterEngine(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public int Adler { get { throw null; } }
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy Strategy { get { throw null; } set { } }
- public int TotalIn { get { throw null; } }
- public bool Deflate(bool flush, bool finish) { throw null; }
- public void FillWindow() { }
- public bool NeedsInput() { throw null; }
- public void Reset() { }
- public void ResetAdler() { }
- public void SetDictionary(byte[] buffer, int offset, int length) { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SetLevel(int lvl) { }
- }
- public partial class DeflaterHuffman
- {
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending;
- public DeflaterHuffman(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public static short BitReverse(int toReverse) { throw null; }
- public void CompressBlock() { }
- public void FlushBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public void FlushStoredBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public bool IsFull() { throw null; }
- public void Reset() { }
- public void SendAllTrees(int blTreeCodes) { }
- public bool TallyDist(int dist, int len) { throw null; }
- public bool TallyLit(int lit) { throw null; }
- public partial class Tree
- {
- public short[] freqs;
- public byte[] length;
- public int minNumCodes;
- public int numCodes;
- public Tree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman dh, int elems, int minCodes, int maxLength) { }
- public void BuildCodes() { }
- public void BuildTree() { }
- public void CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- public void CheckEmpty() { }
- public int GetEncodedLength() { throw null; }
- public void Reset() { }
- public void SetStaticCodes(short[] stCodes, byte[] stLength) { }
- public void WriteSymbol(int code) { }
- public void WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- }
- }
- public partial class DeflaterPending : ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer
- {
- public DeflaterPending() { }
- }
- public enum DeflateStrategy
- {
- Default = 0,
- Filtered = 1,
- HuffmanOnly = 2,
- }
- public partial class Inflater
- {
- public Inflater() { }
- public Inflater(bool noHeader) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingDictionary { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int RemainingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public int TotalOut { get { throw null; } }
- public int Inflate(byte[] buf) { throw null; }
- public int Inflate(byte[] buf, int offset, int len) { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] buffer) { }
- public void SetDictionary(byte[] buffer, int offset, int len) { }
- public void SetInput(byte[] buf) { }
- public void SetInput(byte[] buffer, int offset, int length) { }
- }
- public partial class InflaterHuffmanTree
- {
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defDistTree;
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defLitLenTree;
- public InflaterHuffmanTree(byte[] codeLengths) { }
- public int GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input) { throw null; }
- }
- public partial class PendingBuffer
- {
- protected byte[] buf;
- public PendingBuffer() { }
- public PendingBuffer(int bufsize) { }
- public int BitCount { get { throw null; } }
- public bool IsFlushed { get { throw null; } }
- public void AlignToByte() { }
- public int Flush(byte[] output, int offset, int length) { throw null; }
- public void Reset() { }
- public byte[] ToByteArray() { throw null; }
- public void WriteBits(int b, int count) { }
- public void WriteBlock(byte[] block, int offset, int len) { }
- public void WriteByte(int b) { }
- public void WriteInt(int s) { }
- public void WriteShort(int s) { }
- public void WriteShortMSB(int s) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams
-{
- public partial class DeflaterOutputStream : System.IO.Stream
- {
- protected System.IO.Stream baseOutputStream;
- protected byte[] buf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Deflater def;
- public DeflaterOutputStream(System.IO.Stream baseOutputStream) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater defl) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater deflater, int bufsize) { }
- public bool CanPatchEntries { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public override long Position { get { throw null; } set { } }
- 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 void Deflate() { }
- protected void EncryptBlock(byte[] buffer, int offset, int length) { }
- protected byte EncryptByte() { throw null; }
- public virtual void Finish() { }
- public override void Flush() { }
- protected void InitializePassword(string password) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- protected void UpdateKeys(byte ch) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bval) { }
- }
- public partial class InflaterInputBuffer
- {
- public InflaterInputBuffer(System.IO.Stream stream) { }
- public int Available { get { throw null; } set { } }
- public byte[] ClearText { get { throw null; } }
- public int ClearTextLength { get { throw null; } }
- public System.Security.Cryptography.ICryptoTransform CryptoTransform { set { } }
- public byte[] RawData { get { throw null; } }
- public int RawLength { get { throw null; } }
- public void Fill() { }
- public int ReadClearTextBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public int ReadLeByte() { throw null; }
- public int ReadLeInt() { throw null; }
- public long ReadLeLong() { throw null; }
- public int ReadLeShort() { throw null; }
- public int ReadRawBuffer(byte[] buffer) { throw null; }
- public int ReadRawBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public void SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater) { }
- }
- public partial class InflaterInputStream : System.IO.Stream
- {
- protected System.IO.Stream baseInputStream;
- protected long csize;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer inputBuffer;
- public InflaterInputStream(System.IO.Stream baseInputStream) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater, int bufferSize) { }
- public virtual int Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected void Fill() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public long Skip(long n) { throw null; }
- protected void StopDecrypting() { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class OutputWindow
- {
- public OutputWindow() { }
- public void CopyDict(byte[] dict, int offset, int len) { }
- public int CopyOutput(byte[] output, int offset, int len) { throw null; }
- public int CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input, int len) { throw null; }
- public int GetAvailable() { throw null; }
- public int GetFreeSpace() { throw null; }
- public void Repeat(int len, int dist) { }
- public void Reset() { }
- public void Write(int abyte) { }
- }
- public partial class StreamManipulator
- {
- public StreamManipulator() { }
- public int AvailableBits { get { throw null; } }
- public int AvailableBytes { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int CopyBytes(byte[] output, int offset, int length) { throw null; }
- public void DropBits(int n) { }
- public int GetBits(int n) { throw null; }
- public int PeekBits(int n) { throw null; }
- public void Reset() { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SkipToByteBoundary() { }
- }
-}
diff --git a/src/v4.5/Mono.C5.cs b/src/v4.5/Mono.C5.cs
deleted file mode 100644
index 842055a..0000000
--- a/src/v4.5/Mono.C5.cs
+++ /dev/null
@@ -1,2683 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.1.1.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2010 Niels Kokholm and Peter Sestoft")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("This is a build of release 1.1.1")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C5: Copenhagen Comprehensive Collection Classes for CLI")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace C5
-{
- public delegate void Act();
- public delegate void Act<A1>(A1 x1);
- public delegate void Act<A1, A2>(A1 x1, A2 x2);
- public delegate void Act<A1, A2, A3>(A1 x1, A2 x2, A3 x3);
- public delegate void Act<A1, A2, A3, A4>(A1 x1, A2 x2, A3 x3, A4 x4);
- [System.SerializableAttribute]
- public abstract partial class ArrayBase<T> : C5.SequencedBase<T>
- {
- protected T[] array;
- protected int offset;
- protected ArrayBase(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- protected virtual void expand() { }
- protected virtual void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- protected virtual void insert(int i, T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- protected partial class Range : C5.DirectedCollectionValueBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- internal Range() { }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public override C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class ArrayList<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.IQueue<T>, C5.ISequenced<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public ArrayList() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public ArrayList(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- public virtual void Dispose() { }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- protected override void expand() { }
- protected override void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- protected override void insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int index, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- [C5.TestedAttribute]
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Pop() { throw null; }
- [C5.TestedAttribute]
- public virtual void Push(T item) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int index) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- public partial class ByteEqualityComparer : System.Collections.Generic.IEqualityComparer<byte>
- {
- internal ByteEqualityComparer() { }
- public static C5.ByteEqualityComparer Default { get { throw null; } }
- public bool Equals(byte item1, byte item2) { throw null; }
- public int GetHashCode(byte item) { throw null; }
- }
- public partial class C5Random : System.Random
- {
- public C5Random() { }
- public C5Random(long seed) { }
- [System.CLSCompliantAttribute(false)]
- public C5Random(uint[] Q) { }
- public override int Next() { throw null; }
- public override int Next(int max) { throw null; }
- public override int Next(int min, int max) { throw null; }
- public override void NextBytes(byte[] buffer) { }
- public override double NextDouble() { throw null; }
- protected override double Sample() { throw null; }
- }
- public partial class CharEqualityComparer : System.Collections.Generic.IEqualityComparer<char>
- {
- internal CharEqualityComparer() { }
- public static C5.CharEqualityComparer Default { get { throw null; } }
- public bool Equals(char item1, char item2) { throw null; }
- public int GetHashCode(char item) { throw null; }
- }
- public partial class CircularQueue<T> : C5.SequencedBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IQueue<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public CircularQueue() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public CircularQueue(int capacity) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public virtual bool AllowsDuplicates { get { throw null; } }
- public virtual T this[int i] { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public T Pop() { throw null; }
- public void Push(T item) { }
- }
- public partial class ClearedEventArgs : System.EventArgs
- {
- public readonly int Count;
- public readonly bool Full;
- public ClearedEventArgs(bool full, int count) { }
- public override string ToString() { throw null; }
- }
- public partial class ClearedRangeEventArgs : C5.ClearedEventArgs
- {
- public readonly System.Nullable<int> Start;
- public ClearedRangeEventArgs(bool full, int count, System.Nullable<int> start) : base (default(bool), default(int)) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class CollectionBase<T> : C5.CollectionValueBase<T>
- {
- protected bool isReadOnlyBase;
- protected readonly System.Collections.Generic.IEqualityComparer<T> itemequalityComparer;
- protected int size;
- protected int stamp;
- protected CollectionBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- [C5.TestedAttribute]
- public override bool IsEmpty { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool IsReadOnly { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- protected void checkRange(int start, int count) { }
- [C5.TestedAttribute]
- public static int ComputeHashCode(C5.ICollectionValue<T> items, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- public virtual int GetUnsequencedHashCode() { throw null; }
- protected virtual void modifycheck(int thestamp) { }
- [C5.TestedAttribute]
- public static bool StaticEquals(C5.ICollection<T> collection1, C5.ICollection<T> collection2, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public virtual bool UnsequencedEquals(C5.ICollection<T> otherCollection) { throw null; }
- protected virtual void updatecheck() { }
- }
- public delegate void CollectionChangedHandler<T>(object sender);
- public delegate void CollectionClearedHandler<T>(object sender, C5.ClearedEventArgs eventArgs);
- [System.SerializableAttribute]
- public partial class CollectionModifiedException : System.Exception
- {
- public CollectionModifiedException() { }
- public CollectionModifiedException(string message) { }
- }
- [System.SerializableAttribute]
- public abstract partial class CollectionValueBase<T> : C5.EnumerableBase<T>, C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected CollectionValueBase() { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public abstract int Count { get; }
- public abstract C5.Speed CountSpeed { get; }
- public abstract bool IsEmpty { get; }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public virtual event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public virtual event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public virtual event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public virtual event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public virtual event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public virtual event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- [C5.TestedAttribute]
- public virtual bool All(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual void Apply(C5.Act<T> action) { }
- public abstract T Choose();
- [C5.TestedAttribute]
- public virtual void CopyTo(T[] array, int index) { }
- [C5.TestedAttribute]
- public virtual bool Exists(C5.Fun<T, bool> predicate) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public virtual System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> predicate) { throw null; }
- public virtual bool Find(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- protected virtual void raiseCollectionChanged() { }
- protected virtual void raiseCollectionCleared(bool full, int count) { }
- protected virtual void raiseCollectionCleared(bool full, int count, System.Nullable<int> offset) { }
- protected virtual void raiseForAdd(T item) { }
- protected virtual void raiseForInsert(int i, T item) { }
- protected void raiseForRemove(T item) { }
- protected void raiseForRemove(T item, int count) { }
- protected virtual void raiseForRemoveAll(C5.ICollectionValue<T> wasRemoved) { }
- protected void raiseForRemoveAt(int index, T item) { }
- protected virtual void raiseForSetThis(int index, T value, T item) { }
- protected virtual void raiseForUpdate(T newitem, T olditem) { }
- protected virtual void raiseForUpdate(T newitem, T olditem, int count) { }
- protected virtual void raiseItemInserted(T item, int index) { }
- protected virtual void raiseItemRemovedAt(T item, int index) { }
- protected virtual void raiseItemsAdded(T item, int count) { }
- protected virtual void raiseItemsRemoved(T item, int count) { }
- public virtual bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public virtual T[] ToArray() { throw null; }
- public override string ToString() { throw null; }
- public virtual string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- protected partial class RaiseForRemoveAllHandler
- {
- public readonly bool MustFire;
- public RaiseForRemoveAllHandler(C5.CollectionValueBase<T> collection) { }
- public void Raise() { }
- public void Remove(T item) { }
- }
- }
- [System.SerializableAttribute]
- public partial class ComparerZeroHashCodeEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>
- {
- public ComparerZeroHashCodeEqualityComparer(System.Collections.Generic.IComparer<T> comparer) { }
- public bool Equals(T item1, T item2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- public static partial class Comparer<T>
- {
- [C5.TestedAttribute]
- public static System.Collections.Generic.IComparer<T> Default { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class DecimalEqualityComparer : System.Collections.Generic.IEqualityComparer<decimal>
- {
- internal DecimalEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.DecimalEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(decimal item1, decimal item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(decimal item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DelegateComparer<T> : System.Collections.Generic.IComparer<T>
- {
- public DelegateComparer(System.Comparison<T> comparison) { }
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class DictionaryBase<K, V> : C5.CollectionValueBase<C5.KeyValuePair<K, V>>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- protected C5.ICollection<C5.KeyValuePair<K, V>> pairs;
- protected DictionaryBase(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) { }
- public override C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public virtual C5.Speed ContainsSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override C5.Speed CountSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get { throw null; } }
- public virtual C5.Fun<K, V> Fun { get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool IsReadOnly { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual V this[K key] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual C5.ICollectionValue<K> Keys { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.ICollectionValue<V> Values { [C5.TestedAttribute]get { throw null; } }
- public override event C5.CollectionChangedHandler<C5.KeyValuePair<K, V>> CollectionChanged { add { } remove { } }
- public override event C5.CollectionClearedHandler<C5.KeyValuePair<K, V>> CollectionCleared { add { } remove { } }
- public override event C5.ItemsAddedHandler<C5.KeyValuePair<K, V>> ItemsAdded { add { } remove { } }
- public override event C5.ItemsRemovedHandler<C5.KeyValuePair<K, V>> ItemsRemoved { add { } remove { } }
- [C5.TestedAttribute]
- public virtual void Add(K key, V value) { }
- public virtual void AddAll<L, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<L, W>> entries) where L : K where W : V { }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override C5.KeyValuePair<K, V> Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public abstract object Clone();
- [C5.TestedAttribute]
- public virtual bool Contains(K key) { throw null; }
- public virtual bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> keys) where H : K { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(K key, out V value) { value = default(V); throw null; }
- public virtual bool Find(ref K key, out V value) { value = default(V); throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(K key, ref V value) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<C5.KeyValuePair<K, V>> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(K key) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(K key, out V value) { value = default(V); throw null; }
- public override bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(K key, V value) { throw null; }
- public virtual bool Update(K key, V value, out V oldvalue) { oldvalue = default(V); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(K key, V value) { throw null; }
- public virtual bool UpdateOrAdd(K key, V value, out V oldvalue) { oldvalue = default(V); throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class DirectedCollectionBase<T> : C5.CollectionBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected DirectedCollectionBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public virtual C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public abstract C5.IDirectedCollectionValue<T> Backwards();
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public abstract partial class DirectedCollectionValueBase<T> : C5.CollectionValueBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected DirectedCollectionValueBase() { }
- public virtual C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- public abstract C5.IDirectedCollectionValue<T> Backwards();
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public partial class DoubleEqualityComparer : System.Collections.Generic.IEqualityComparer<double>
- {
- internal DoubleEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.DoubleEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(double item1, double item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(double item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DuplicateNotAllowedException : System.Exception
- {
- public DuplicateNotAllowedException() { }
- public DuplicateNotAllowedException(string message) { }
- }
- [System.SerializableAttribute]
- public abstract partial class EnumerableBase<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- protected EnumerableBase() { }
- [C5.TestedAttribute]
- protected static int countItems(System.Collections.Generic.IEnumerable<T> items) { throw null; }
- public abstract System.Collections.Generic.IEnumerator<T> GetEnumerator();
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public enum EnumerationDirection
- {
- Backwards = 1,
- Forwards = 0,
- }
- public static partial class EqualityComparer<T>
- {
- public static System.Collections.Generic.IEqualityComparer<T> Default { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class EquatableEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T> where T : System.IEquatable<T>
- {
- internal EquatableEqualityComparer() { }
- public static C5.EquatableEqualityComparer<T> Default { get { throw null; } }
- public bool Equals(T item1, T item2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- [System.FlagsAttribute]
- public enum EventTypeEnum
- {
- Added = 4,
- All = 63,
- Basic = 15,
- Changed = 1,
- Cleared = 2,
- Inserted = 16,
- None = 0,
- Removed = 8,
- RemovedAt = 32,
- }
- [System.SerializableAttribute]
- public partial class FixedSizeCollectionException : System.Exception
- {
- public FixedSizeCollectionException() { }
- public FixedSizeCollectionException(string message) { }
- }
- public partial class FloatEqualityComparer : System.Collections.Generic.IEqualityComparer<float>
- {
- internal FloatEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.FloatEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(float item1, float item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(float item) { throw null; }
- }
- public delegate R Fun<R>();
- public delegate R Fun<A1, R>(A1 x1);
- public delegate R Fun<A1, A2, R>(A1 x1, A2 x2);
- public delegate R Fun<A1, A2, A3, R>(A1 x1, A2 x2, A3 x3);
- public delegate R Fun<A1, A2, A3, A4, R>(A1 x1, A2 x2, A3 x3, A4 x4);
- public partial class GuardedCollectionValue<T> : C5.GuardedEnumerable<T>, C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedCollectionValue(C5.ICollectionValue<T> collectionvalue) : base (default(System.Collections.Generic.IEnumerable<T>)) { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public virtual int Count { get { throw null; } }
- public virtual C5.Speed CountSpeed { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- public virtual bool All(C5.Fun<T, bool> filter) { throw null; }
- public virtual void Apply(C5.Act<T> a) { }
- public virtual T Choose() { throw null; }
- public virtual void CopyTo(T[] a, int i) { }
- public virtual bool Exists(C5.Fun<T, bool> filter) { throw null; }
- public virtual System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- public virtual bool Find(C5.Fun<T, bool> filter, out T item) { item = default(T); throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public virtual T[] ToArray() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- public partial class GuardedCollection<T> : C5.GuardedCollectionValue<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedCollection(C5.ICollection<T> collection) : base (default(C5.ICollectionValue<T>)) { }
- public virtual bool AllowsDuplicates { get { throw null; } }
- public virtual C5.Speed ContainsSpeed { get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- public override bool IsEmpty { get { throw null; } }
- public virtual bool IsReadOnly { get { throw null; } }
- public virtual bool Add(T item) { throw null; }
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public virtual bool Check() { throw null; }
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- public virtual bool Contains(T item) { throw null; }
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- public virtual int ContainsCount(T item) { throw null; }
- public virtual bool Find(ref T item) { throw null; }
- public virtual bool FindOrAdd(ref T item) { throw null; }
- public virtual int GetUnsequencedHashCode() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- public virtual bool Remove(T item) { throw null; }
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- public virtual void RemoveAllCopies(T item) { }
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- public virtual bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- }
- public partial class GuardedDictionary<K, V> : C5.GuardedCollectionValue<C5.KeyValuePair<K, V>>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedDictionary(C5.IDictionary<K, V> dict) : base (default(C5.ICollectionValue<C5.KeyValuePair<K, V>>)) { }
- public C5.Speed ContainsSpeed { get { throw null; } }
- public System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get { throw null; } }
- public virtual C5.Fun<K, V> Fun { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public V this[K key] { get { throw null; } set { } }
- public C5.ICollectionValue<K> Keys { get { throw null; } }
- public C5.ICollectionValue<V> Values { get { throw null; } }
- public void Add(K key, V val) { }
- public void AddAll<L, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<L, W>> items) where L : K where W : V { }
- public bool Check() { throw null; }
- public void Clear() { }
- public virtual object Clone() { throw null; }
- public bool Contains(K key) { throw null; }
- public bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> keys) where H : K { throw null; }
- public bool Find(K key, out V val) { val = default(V); throw null; }
- public bool Find(ref K key, out V val) { val = default(V); throw null; }
- public bool FindOrAdd(K key, ref V val) { throw null; }
- public bool Remove(K key) { throw null; }
- public bool Remove(K key, out V val) { val = default(V); throw null; }
- public bool Update(K key, V val) { throw null; }
- public bool Update(K key, V val, out V oldval) { oldval = default(V); throw null; }
- public bool UpdateOrAdd(K key, V val) { throw null; }
- public bool UpdateOrAdd(K key, V val, out V oldval) { oldval = default(V); throw null; }
- }
- public partial class GuardedDirectedCollectionValue<T> : C5.GuardedCollectionValue<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedDirectedCollectionValue(C5.IDirectedCollectionValue<T> directedcollection) : base (default(C5.ICollectionValue<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public virtual C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- }
- public partial class GuardedDirectedEnumerable<T> : C5.GuardedEnumerable<T>, C5.IDirectedEnumerable<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public GuardedDirectedEnumerable(C5.IDirectedEnumerable<T> directedenumerable) : base (default(System.Collections.Generic.IEnumerable<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public C5.IDirectedEnumerable<T> Backwards() { throw null; }
- }
- public partial class GuardedEnumerable<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public GuardedEnumerable(System.Collections.Generic.IEnumerable<T> enumerable) { }
- public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class GuardedEnumerator<T> : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
- {
- public GuardedEnumerator(System.Collections.Generic.IEnumerator<T> enumerator) { }
- public T Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class GuardedIndexedSorted<T> : C5.GuardedSorted<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedIndexedSorted(C5.IIndexedSorted<T> list) : base (default(C5.ISorted<T>)) { }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public T this[int i] { get { throw null; } }
- public C5.IDirectedCollectionValue<T> this[int start, int end] { get { throw null; } }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public override object Clone() { throw null; }
- public int CountFrom(T bot) { throw null; }
- public int CountFromTo(T bot, T top) { throw null; }
- public int CountTo(T top) { throw null; }
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> f) { throw null; }
- public int IndexOf(T item) { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> m, System.Collections.Generic.IComparer<V> c) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- public new C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- public T RemoveAt(int i) { throw null; }
- public void RemoveInterval(int start, int count) { }
- }
- public partial class GuardedList<T> : C5.GuardedSequenced<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public GuardedList(C5.IList<T> list) : base (default(C5.ISequenced<T>)) { }
- public bool FIFO { get { throw null; } set { } }
- public T First { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- public T this[int i] { get { throw null; } set { } }
- public C5.IDirectedCollectionValue<T> this[int start, int end] { get { throw null; } }
- public T Last { get { throw null; } }
- public int Offset { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public C5.IList<T> Underlying { get { throw null; } }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public override object Clone() { throw null; }
- public T Dequeue() { throw null; }
- public void Dispose() { }
- public void Enqueue(T item) { }
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- public void Insert(int index, T item) { }
- public void InsertAfter(T item, T target) { }
- public void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void InsertBefore(T item, T target) { }
- public void InsertFirst(T item) { }
- public void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- public bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IList<T> LastViewOf(T item) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- public T Pop() { throw null; }
- public void Push(T item) { }
- public T Remove() { throw null; }
- public T RemoveAt(int i) { throw null; }
- public T RemoveFirst() { throw null; }
- public void RemoveInterval(int start, int count) { }
- public T RemoveLast() { throw null; }
- public void Reverse() { }
- public void Reverse(int start, int count) { }
- public void Shuffle() { }
- public void Shuffle(System.Random rnd) { }
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public void Sort() { }
- public void Sort(System.Collections.Generic.IComparer<T> c) { }
- public C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public bool TrySlide(int offset) { throw null; }
- public bool TrySlide(int offset, int size) { throw null; }
- public C5.IList<T> View(int start, int count) { throw null; }
- public C5.IList<T> ViewOf(T item) { throw null; }
- }
- public partial class GuardedQueue<T> : C5.GuardedDirectedCollectionValue<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IQueue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- public GuardedQueue(C5.IQueue<T> queue) : base (default(C5.IDirectedCollectionValue<T>)) { }
- public bool AllowsDuplicates { get { throw null; } }
- public T this[int i] { get { throw null; } }
- public T Dequeue() { throw null; }
- public void Enqueue(T item) { }
- }
- public partial class GuardedSequenced<T> : C5.GuardedCollection<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSequenced(C5.ISequenced<T> sorted) : base (default(C5.ICollection<T>)) { }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public virtual C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override object Clone() { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public virtual bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public int GetSequencedHashCode() { throw null; }
- public bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- }
- public partial class GuardedSortedDictionary<K, V> : C5.GuardedDictionary<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSortedDictionary(C5.ISortedDictionary<K, V> sorteddict) : base (default(C5.IDictionary<K, V>)) { }
- public System.Collections.Generic.IComparer<K> Comparer { get { throw null; } }
- public new C5.ISorted<K> Keys { get { throw null; } }
- public void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items) { }
- public bool Cut(System.IComparable<K> c, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid) { lowEntry = default(C5.KeyValuePair<K, V>); lowIsValid = default(bool); highEntry = default(C5.KeyValuePair<K, V>); highIsValid = default(bool); throw null; }
- public C5.KeyValuePair<K, V> DeleteMax() { throw null; }
- public C5.KeyValuePair<K, V> DeleteMin() { throw null; }
- public C5.KeyValuePair<K, V> FindMax() { throw null; }
- public C5.KeyValuePair<K, V> FindMin() { throw null; }
- public C5.KeyValuePair<K, V> Predecessor(K key) { throw null; }
- public C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K bot, K top) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top) { throw null; }
- public void RemoveRangeFrom(K low) { }
- public void RemoveRangeFromTo(K low, K hi) { }
- public void RemoveRangeTo(K hi) { }
- public C5.KeyValuePair<K, V> Successor(K key) { throw null; }
- public bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- public C5.KeyValuePair<K, V> WeakPredecessor(K key) { throw null; }
- public C5.KeyValuePair<K, V> WeakSuccessor(K key) { throw null; }
- }
- public partial class GuardedSorted<T> : C5.GuardedSequenced<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public GuardedSorted(C5.ISorted<T> sorted) : base (default(C5.ISequenced<T>)) { }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public override object Clone() { throw null; }
- public bool Cut(System.IComparable<T> c, out T low, out bool lval, out T high, out bool hval) { low = default(T); lval = default(bool); high = default(T); hval = default(bool); throw null; }
- public T DeleteMax() { throw null; }
- public T DeleteMin() { throw null; }
- public T FindMax() { throw null; }
- public T FindMin() { throw null; }
- public T Predecessor(T item) { throw null; }
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<T> RangeFrom(T bot) { throw null; }
- public C5.IDirectedEnumerable<T> RangeFromTo(T bot, T top) { throw null; }
- public C5.IDirectedEnumerable<T> RangeTo(T top) { throw null; }
- public void RemoveRangeFrom(T low) { }
- public void RemoveRangeFromTo(T low, T hi) { }
- public void RemoveRangeTo(T hi) { }
- public T Successor(T item) { throw null; }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public T WeakPredecessor(T item) { throw null; }
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashBag<T> : C5.CollectionBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashBag() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashBag(int capacity, double fill, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public override void CopyTo(T[] array, int index) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashDictionary<K, V> : C5.DictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashDictionary() : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public HashDictionary(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public HashDictionary(int capacity, double fill, System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public override object Clone() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashedArrayList<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public HashedArrayList() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedArrayList(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- public virtual void Dispose() { }
- protected override void expand() { }
- protected override void expand(int newcapacity, int newsize) { }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- protected override void insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int index, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- [C5.TestedAttribute]
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public virtual C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> itemequalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int index) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset) { throw null; }
- [C5.TestedAttribute]
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashedLinkedList<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public HashedLinkedList() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashedLinkedList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- public virtual void Dispose() { }
- public override System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetSequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- [C5.TestedAttribute]
- public override bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> c) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public virtual bool TrySlide(int offset) { throw null; }
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class HashSet<T> : C5.CollectionBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public HashSet() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(int capacity, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public HashSet(int capacity, double fill, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public static C5.HashSet<T>.Feature Features { get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute(via="Manually")]
- public C5.ISortedDictionary<int, int> BucketCostDistribution() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- [C5.TestedAttribute]
- public override T[] ToArray() { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [System.FlagsAttribute]
- public enum Feature : short
- {
- Chaining = (short)16,
- Dummy = (short)0,
- InterHashing = (short)32,
- LinearProbing = (short)4,
- RandomInterHashing = (short)64,
- RefTypeBucket = (short)1,
- ShrinkTable = (short)8,
- ValueTypeBucket = (short)2,
- }
- }
- public partial interface ICollectionValue<T> : C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- C5.EventTypeEnum ActiveEvents { get; }
- int Count { get; }
- C5.Speed CountSpeed { get; }
- bool IsEmpty { get; }
- C5.EventTypeEnum ListenableEvents { get; }
- event C5.CollectionChangedHandler<T> CollectionChanged;
- event C5.CollectionClearedHandler<T> CollectionCleared;
- event C5.ItemInsertedHandler<T> ItemInserted;
- event C5.ItemRemovedAtHandler<T> ItemRemovedAt;
- event C5.ItemsAddedHandler<T> ItemsAdded;
- event C5.ItemsRemovedHandler<T> ItemsRemoved;
- bool All(C5.Fun<T, bool> predicate);
- void Apply(C5.Act<T> action);
- T Choose();
- void CopyTo(T[] array, int index);
- bool Exists(C5.Fun<T, bool> predicate);
- System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter);
- bool Find(C5.Fun<T, bool> predicate, out T item);
- T[] ToArray();
- }
- public partial interface ICollection<T> : C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed ContainsSpeed { get; }
- new int Count { get; }
- new bool IsReadOnly { get; }
- new bool Add(T item);
- new void Clear();
- new bool Contains(T item);
- bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- int ContainsCount(T item);
- new void CopyTo(T[] array, int index);
- bool Find(ref T item);
- bool FindOrAdd(ref T item);
- int GetUnsequencedHashCode();
- C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities();
- new bool Remove(T item);
- bool Remove(T item, out T removeditem);
- void RemoveAllCopies(T item);
- void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- C5.ICollectionValue<T> UniqueItems();
- bool UnsequencedEquals(C5.ICollection<T> otherCollection);
- bool Update(T item);
- bool Update(T item, out T olditem);
- bool UpdateOrAdd(T item);
- bool UpdateOrAdd(T item, out T olditem);
- }
- public partial interface IDictionary<K, V> : C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed ContainsSpeed { get; }
- System.Collections.Generic.IEqualityComparer<K> EqualityComparer { get; }
- C5.Fun<K, V> Fun { get; }
- bool IsReadOnly { get; }
- V this[K key] { get; set; }
- C5.ICollectionValue<K> Keys { get; }
- C5.ICollectionValue<V> Values { get; }
- void Add(K key, V val);
- void AddAll<U, W>(System.Collections.Generic.IEnumerable<C5.KeyValuePair<U, W>> entries) where U : K where W : V;
- bool Check();
- void Clear();
- bool Contains(K key);
- bool ContainsAll<H>(System.Collections.Generic.IEnumerable<H> items) where H : K;
- bool Find(K key, out V val);
- bool Find(ref K key, out V val);
- bool FindOrAdd(K key, ref V val);
- bool Remove(K key);
- bool Remove(K key, out V val);
- bool Update(K key, V val);
- bool Update(K key, V val, out V oldval);
- bool UpdateOrAdd(K key, V val);
- bool UpdateOrAdd(K key, V val, out V oldval);
- }
- public partial interface IDirectedCollectionValue<T> : C5.ICollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- new C5.IDirectedCollectionValue<T> Backwards();
- bool FindLast(C5.Fun<T, bool> predicate, out T item);
- }
- public partial interface IDirectedEnumerable<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- C5.EnumerationDirection Direction { get; }
- C5.IDirectedEnumerable<T> Backwards();
- }
- public partial interface IExtensible<T> : C5.ICollectionValue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- bool DuplicatesByCounting { get; }
- System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get; }
- bool IsReadOnly { get; }
- bool Add(T item);
- void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- bool Check();
- }
- public partial interface IIndexedSorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- int CountFrom(T bot);
- int CountFromTo(T bot, T top);
- int CountTo(T top);
- C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> predicate);
- C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> comparer);
- new C5.IDirectedCollectionValue<T> RangeFrom(T bot);
- new C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top);
- new C5.IDirectedCollectionValue<T> RangeTo(T top);
- }
- public partial interface IIndexed<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- C5.Speed IndexingSpeed { get; }
- T this[int index] { get; }
- C5.IDirectedCollectionValue<T> this[int start, int count] { get; }
- int FindIndex(C5.Fun<T, bool> predicate);
- int FindLastIndex(C5.Fun<T, bool> predicate);
- int IndexOf(T item);
- int LastIndexOf(T item);
- T RemoveAt(int index);
- void RemoveInterval(int start, int count);
- }
- public partial interface IList<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- new int Count { get; }
- bool FIFO { get; set; }
- T First { get; }
- new bool IsFixedSize { get; }
- new bool IsReadOnly { get; }
- bool IsValid { get; }
- new T this[int index] { get; set; }
- T Last { get; }
- int Offset { get; }
- C5.IList<T> Underlying { get; }
- new bool Add(T item);
- new void Clear();
- new bool Contains(T item);
- new void CopyTo(T[] array, int index);
- C5.IList<T> FindAll(C5.Fun<T, bool> filter);
- new int IndexOf(T item);
- void Insert(C5.IList<T> pointer, T item);
- void InsertAll<U>(int index, System.Collections.Generic.IEnumerable<U> items) where U : T;
- void InsertFirst(T item);
- void InsertLast(T item);
- bool IsSorted();
- bool IsSorted(System.Collections.Generic.IComparer<T> comparer);
- C5.IList<T> LastViewOf(T item);
- C5.IList<V> Map<V>(C5.Fun<T, V> mapper);
- C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer);
- T Remove();
- new bool Remove(T item);
- new T RemoveAt(int index);
- T RemoveFirst();
- T RemoveLast();
- void Reverse();
- void Shuffle();
- void Shuffle(System.Random rnd);
- C5.IList<T> Slide(int offset);
- C5.IList<T> Slide(int offset, int size);
- void Sort();
- void Sort(System.Collections.Generic.IComparer<T> comparer);
- C5.IList<T> Span(C5.IList<T> otherView);
- bool TrySlide(int offset);
- bool TrySlide(int offset, int size);
- C5.IList<T> View(int start, int count);
- C5.IList<T> ViewOf(T item);
- }
- [System.SerializableAttribute]
- public partial class IncompatibleViewException : System.Exception
- {
- public IncompatibleViewException() { }
- public IncompatibleViewException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class IntEqualityComparer : System.Collections.Generic.IEqualityComparer<int>
- {
- internal IntEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.IntEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(int item1, int item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(int item) { throw null; }
- }
- public partial class InternalException : System.Exception
- {
- internal InternalException() { }
- }
- [System.SerializableAttribute]
- public partial class IntervalHeap<T> : C5.CollectionValueBase<T>, C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IPriorityQueue<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public IntervalHeap() { }
- public IntervalHeap(System.Collections.Generic.IComparer<T> comparer) { }
- public IntervalHeap(int capacity) { }
- public IntervalHeap(int capacity, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public override C5.Speed CountSpeed { get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- [C5.TestedAttribute]
- public override bool IsEmpty { [C5.TestedAttribute]get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- [C5.TestedAttribute]
- public T this[C5.IPriorityQueueHandle<T> handle] { get { throw null; } set { } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(ref C5.IPriorityQueueHandle<T> handle, T item) { throw null; }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- public override T Choose() { throw null; }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public T Delete(C5.IPriorityQueueHandle<T> handle) { throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- public T DeleteMax(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- public T DeleteMin(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- public bool Find(C5.IPriorityQueueHandle<T> handle, out T item) { item = default(T); throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- public T FindMax(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- public T FindMin(out C5.IPriorityQueueHandle<T> handle) { handle = default(C5.IPriorityQueueHandle<T>); throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public T Replace(C5.IPriorityQueueHandle<T> handle, T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class InvalidPriorityQueueHandleException : System.Exception
- {
- public InvalidPriorityQueueHandleException() { }
- public InvalidPriorityQueueHandleException(string message) { }
- }
- public partial interface IPersistentSorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- C5.ISorted<T> Snapshot();
- }
- public partial interface IPriorityQueueHandle<T>
- {
- }
- public partial interface IPriorityQueue<T> : C5.ICollectionValue<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<T> Comparer { get; }
- T this[C5.IPriorityQueueHandle<T> handle] { get; set; }
- bool Add(ref C5.IPriorityQueueHandle<T> handle, T item);
- T Delete(C5.IPriorityQueueHandle<T> handle);
- T DeleteMax();
- T DeleteMax(out C5.IPriorityQueueHandle<T> handle);
- T DeleteMin();
- T DeleteMin(out C5.IPriorityQueueHandle<T> handle);
- bool Find(C5.IPriorityQueueHandle<T> handle, out T item);
- T FindMax();
- T FindMax(out C5.IPriorityQueueHandle<T> handle);
- T FindMin();
- T FindMin(out C5.IPriorityQueueHandle<T> handle);
- T Replace(C5.IPriorityQueueHandle<T> handle, T item);
- }
- public partial interface IQueue<T> : C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- T this[int index] { get; }
- T Dequeue();
- void Enqueue(T item);
- }
- public partial interface ISequenced<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- int GetSequencedHashCode();
- bool SequencedEquals(C5.ISequenced<T> otherCollection);
- }
- public partial interface IShowable : System.IFormattable
- {
- bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider);
- }
- public partial interface ISortedDictionary<K, V> : C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<K> Comparer { get; }
- new C5.ISorted<K> Keys { get; }
- void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items);
- bool Cut(System.IComparable<K> cutFunction, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid);
- C5.KeyValuePair<K, V> DeleteMax();
- C5.KeyValuePair<K, V> DeleteMin();
- C5.KeyValuePair<K, V> FindMax();
- C5.KeyValuePair<K, V> FindMin();
- C5.KeyValuePair<K, V> Predecessor(K key);
- C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll();
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot);
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K lowerBound, K upperBound);
- C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top);
- void RemoveRangeFrom(K low);
- void RemoveRangeFromTo(K low, K hi);
- void RemoveRangeTo(K hi);
- C5.KeyValuePair<K, V> Successor(K key);
- bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res);
- bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res);
- bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res);
- bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res);
- C5.KeyValuePair<K, V> WeakPredecessor(K key);
- C5.KeyValuePair<K, V> WeakSuccessor(K key);
- }
- public partial interface ISorted<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- System.Collections.Generic.IComparer<T> Comparer { get; }
- void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T;
- bool Cut(System.IComparable<T> cutFunction, out T low, out bool lowIsValid, out T high, out bool highIsValid);
- T DeleteMax();
- T DeleteMin();
- T FindMax();
- T FindMin();
- T Predecessor(T item);
- C5.IDirectedCollectionValue<T> RangeAll();
- C5.IDirectedEnumerable<T> RangeFrom(T bot);
- C5.IDirectedEnumerable<T> RangeFromTo(T bot, T top);
- C5.IDirectedEnumerable<T> RangeTo(T top);
- void RemoveRangeFrom(T low);
- void RemoveRangeFromTo(T low, T hi);
- void RemoveRangeTo(T hi);
- T Successor(T item);
- bool TryPredecessor(T item, out T res);
- bool TrySuccessor(T item, out T res);
- bool TryWeakPredecessor(T item, out T res);
- bool TryWeakSuccessor(T item, out T res);
- T WeakPredecessor(T item);
- T WeakSuccessor(T item);
- }
- public partial interface IStack<T> : C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- bool AllowsDuplicates { get; }
- T this[int index] { get; }
- T Pop();
- void Push(T item);
- }
- public partial class ItemAtEventArgs<T> : System.EventArgs
- {
- public readonly int Index;
- public readonly T Item;
- public ItemAtEventArgs(T item, int index) { }
- public override string ToString() { throw null; }
- }
- public partial class ItemCountEventArgs<T> : System.EventArgs
- {
- public readonly int Count;
- public readonly T Item;
- public ItemCountEventArgs(T item, int count) { }
- public override string ToString() { throw null; }
- }
- public delegate void ItemInsertedHandler<T>(object sender, C5.ItemAtEventArgs<T> eventArgs);
- public delegate void ItemRemovedAtHandler<T>(object sender, C5.ItemAtEventArgs<T> eventArgs);
- public delegate void ItemsAddedHandler<T>(object sender, C5.ItemCountEventArgs<T> eventArgs);
- public delegate void ItemsRemovedHandler<T>(object sender, C5.ItemCountEventArgs<T> eventArgs);
- [System.SerializableAttribute]
- public partial class KeyValuePairComparer<K, V> : System.Collections.Generic.IComparer<C5.KeyValuePair<K, V>>
- {
- public KeyValuePairComparer(System.Collections.Generic.IComparer<K> comparer) { }
- [C5.TestedAttribute]
- public int Compare(C5.KeyValuePair<K, V> entry1, C5.KeyValuePair<K, V> entry2) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class KeyValuePairEqualityComparer<K, V> : System.Collections.Generic.IEqualityComparer<C5.KeyValuePair<K, V>>
- {
- public KeyValuePairEqualityComparer() { }
- public KeyValuePairEqualityComparer(System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) { }
- [C5.TestedAttribute]
- public bool Equals(C5.KeyValuePair<K, V> entry1, C5.KeyValuePair<K, V> entry2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(C5.KeyValuePair<K, V> entry) { throw null; }
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct KeyValuePair<K, V> : C5.IShowable, System.IEquatable<C5.KeyValuePair<K, V>>, System.IFormattable
- {
- public K Key;
- public V Value;
- public KeyValuePair(K key) { throw null;}
- public KeyValuePair(K key, V value) { throw null;}
- public bool Equals(C5.KeyValuePair<K, V> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- public static bool operator ==(C5.KeyValuePair<K, V> pair1, C5.KeyValuePair<K, V> pair2) { throw null; }
- public static bool operator !=(C5.KeyValuePair<K, V> pair1, C5.KeyValuePair<K, V> pair2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class LinkedList<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.IQueue<T>, C5.ISequenced<T>, C5.IShowable, C5.IStack<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public LinkedList() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public LinkedList(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public virtual bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public override int Count { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool FIFO { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public virtual T First { [C5.TestedAttribute]get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public virtual bool IsValid { get { throw null; } }
- [C5.TestedAttribute]
- public virtual T this[int index] { [C5.TestedAttribute]get { throw null; } [C5.TestedAttribute]set { } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual T Last { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public virtual int Offset { [C5.TestedAttribute]get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- [C5.TestedAttribute]
- public virtual C5.IList<T> Underlying { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public virtual bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Check() { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public virtual void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public virtual int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual T Dequeue() { throw null; }
- public virtual void Dispose() { }
- [C5.TestedAttribute]
- public virtual void Enqueue(T item) { }
- public override System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public virtual bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- [System.Diagnostics.DebuggerHiddenAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public override int GetSequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public override int GetUnsequencedHashCode() { throw null; }
- [C5.TestedAttribute]
- public virtual int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- [C5.TestedAttribute]
- public virtual void Insert(int i, T item) { }
- [C5.TestedAttribute]
- public virtual void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void InsertFirst(T item) { }
- [C5.TestedAttribute]
- public virtual void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- [C5.TestedAttribute]
- public virtual bool IsSorted(System.Collections.Generic.IComparer<T> c) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public virtual int LastIndexOf(T item) { throw null; }
- public virtual C5.IList<T> LastViewOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- protected override void modifycheck(int stamp) { }
- [C5.TestedAttribute]
- public T Pop() { throw null; }
- [C5.TestedAttribute]
- public void Push(T item) { }
- [C5.TestedAttribute]
- public virtual T Remove() { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public virtual void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public virtual T RemoveFirst() { throw null; }
- [C5.TestedAttribute]
- public virtual void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public virtual T RemoveLast() { throw null; }
- [C5.TestedAttribute]
- public virtual void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public virtual void Reverse() { }
- [C5.TestedAttribute]
- public override bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public virtual void Shuffle() { }
- public virtual void Shuffle(System.Random rnd) { }
- [C5.TestedAttribute]
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public virtual void Sort() { }
- [C5.TestedAttribute]
- public virtual void Sort(System.Collections.Generic.IComparer<T> c) { }
- public virtual C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public virtual bool TrySlide(int offset) { throw null; }
- public virtual bool TrySlide(int offset, int size) { throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public override bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- [C5.TestedAttribute]
- public virtual bool Update(T item) { throw null; }
- public virtual bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- protected override void updatecheck() { }
- [C5.TestedAttribute]
- public virtual bool UpdateOrAdd(T item) { throw null; }
- public virtual bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public virtual C5.IList<T> View(int start, int count) { throw null; }
- public virtual C5.IList<T> ViewOf(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class LongEqualityComparer : System.Collections.Generic.IEqualityComparer<long>
- {
- internal LongEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.LongEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(long item1, long item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(long item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NaturalComparerO<T> : System.Collections.Generic.IComparer<T> where T : System.IComparable
- {
- public NaturalComparerO() { }
- [C5.TestedAttribute]
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NaturalComparer<T> : System.Collections.Generic.IComparer<T> where T : System.IComparable<T>
- {
- public NaturalComparer() { }
- [C5.TestedAttribute]
- public int Compare(T item1, T item2) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NaturalEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>
- {
- internal NaturalEqualityComparer() { }
- public static C5.NaturalEqualityComparer<T> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T item1, T item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NoSuchItemException : System.Exception
- {
- public NoSuchItemException() { }
- public NoSuchItemException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class NotAViewException : System.Exception
- {
- public NotAViewException() { }
- public NotAViewException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class NotComparableException : System.Exception
- {
- public NotComparableException() { }
- public NotComparableException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class ReadOnlyCollectionException : System.Exception
- {
- public ReadOnlyCollectionException() { }
- public ReadOnlyCollectionException(string message) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2> record1, C5.Rec<T1, T2> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2> record1, C5.Rec<T1, T2> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2, T3> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2, T3>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- public readonly T3 X3;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2, T3 x3) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2, T3> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2, T3> record1, C5.Rec<T1, T2, T3> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2, T3> record1, C5.Rec<T1, T2, T3> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rec<T1, T2, T3, T4> : C5.IShowable, System.IEquatable<C5.Rec<T1, T2, T3, T4>>, System.IFormattable
- {
- public readonly T1 X1;
- public readonly T2 X2;
- public readonly T3 X3;
- public readonly T4 X4;
- [C5.TestedAttribute]
- public Rec(T1 x1, T2 x2, T3 x3, T4 x4) { throw null;}
- [C5.TestedAttribute]
- public bool Equals(C5.Rec<T1, T2, T3, T4> other) { throw null; }
- [C5.TestedAttribute]
- public override bool Equals(object obj) { throw null; }
- [C5.TestedAttribute]
- public override int GetHashCode() { throw null; }
- [C5.TestedAttribute]
- public static bool operator ==(C5.Rec<T1, T2, T3, T4> record1, C5.Rec<T1, T2, T3, T4> record2) { throw null; }
- [C5.TestedAttribute]
- public static bool operator !=(C5.Rec<T1, T2, T3, T4> record1, C5.Rec<T1, T2, T3, T4> record2) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public override string ToString() { throw null; }
- public string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ReferenceEqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T> where T : class
- {
- internal ReferenceEqualityComparer() { }
- public static C5.ReferenceEqualityComparer<T> Default { get { throw null; } }
- public bool Equals(T i1, T i2) { throw null; }
- public int GetHashCode(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SByteEqualityComparer : System.Collections.Generic.IEqualityComparer<sbyte>
- {
- internal SByteEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.SByteEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(sbyte item1, sbyte item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(sbyte item) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SequencedBase<T> : C5.DirectedCollectionBase<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IShowable, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable
- {
- protected SequencedBase(System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public override C5.EnumerationDirection Direction { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public static int ComputeHashCode(C5.ISequenced<T> items, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public abstract override System.Collections.Generic.IEnumerator<T> GetEnumerator();
- public virtual int GetSequencedHashCode() { throw null; }
- public virtual bool SequencedEquals(C5.ISequenced<T> otherCollection) { throw null; }
- [C5.TestedAttribute]
- public static bool StaticEquals(C5.ISequenced<T> collection1, C5.ISequenced<T> collection2, System.Collections.Generic.IEqualityComparer<T> itemequalityComparer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SequencedCollectionEqualityComparer<T, W> : System.Collections.Generic.IEqualityComparer<T> where T : C5.ISequenced<W>
- {
- internal SequencedCollectionEqualityComparer() { }
- public static C5.SequencedCollectionEqualityComparer<T, W> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T collection1, T collection2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T collection) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ShortEqualityComparer : System.Collections.Generic.IEqualityComparer<short>
- {
- internal ShortEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.ShortEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(short item1, short item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(short item) { throw null; }
- }
- public static partial class Showing
- {
- public static bool Show(object obj, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static bool ShowCollectionValue<T>(C5.ICollectionValue<T> items, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static bool ShowDictionary<K, V>(C5.IDictionary<K, V> dictionary, System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public static string ShowString(C5.IShowable showable, string format, System.IFormatProvider formatProvider) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SortedArray<T> : C5.ArrayBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public SortedArray() : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(System.Collections.Generic.IComparer<T> comparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity, System.Collections.Generic.IComparer<T> comparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public SortedArray(int capacity, System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(int), default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public static C5.SortedArray<T>.Feature Features { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public override bool Check() { throw null; }
- [C5.TestedAttribute]
- public override void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> f) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> m, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- [System.FlagsAttribute]
- public enum Feature : short
- {
- Standard = (short)0,
- }
- }
- [System.SerializableAttribute]
- public abstract partial class SortedDictionaryBase<K, V> : C5.DictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- protected C5.ISorted<C5.KeyValuePair<K, V>> sortedpairs;
- protected SortedDictionaryBase(System.Collections.Generic.IComparer<K> keycomparer, System.Collections.Generic.IEqualityComparer<K> keyequalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public System.Collections.Generic.IComparer<K> Comparer { get { throw null; } }
- public new C5.ISorted<K> Keys { get { throw null; } }
- public void AddSorted(System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> items) { }
- public bool Cut(System.IComparable<K> cutter, out C5.KeyValuePair<K, V> lowEntry, out bool lowIsValid, out C5.KeyValuePair<K, V> highEntry, out bool highIsValid) { lowEntry = default(C5.KeyValuePair<K, V>); lowIsValid = default(bool); highEntry = default(C5.KeyValuePair<K, V>); highIsValid = default(bool); throw null; }
- public C5.KeyValuePair<K, V> DeleteMax() { throw null; }
- public C5.KeyValuePair<K, V> DeleteMin() { throw null; }
- public C5.KeyValuePair<K, V> FindMax() { throw null; }
- public C5.KeyValuePair<K, V> FindMin() { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> Predecessor(K key) { throw null; }
- public C5.IDirectedCollectionValue<C5.KeyValuePair<K, V>> RangeAll() { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFrom(K bot) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeFromTo(K bot, K top) { throw null; }
- public C5.IDirectedEnumerable<C5.KeyValuePair<K, V>> RangeTo(K top) { throw null; }
- public void RemoveRangeFrom(K lowKey) { }
- public void RemoveRangeFromTo(K lowKey, K highKey) { }
- public void RemoveRangeTo(K highKey) { }
- public override bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> Successor(K key) { throw null; }
- [C5.TestedAttribute]
- public bool TryPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TrySuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TryWeakPredecessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public bool TryWeakSuccessor(K key, out C5.KeyValuePair<K, V> res) { res = default(C5.KeyValuePair<K, V>); throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> WeakPredecessor(K key) { throw null; }
- [C5.TestedAttribute]
- public C5.KeyValuePair<K, V> WeakSuccessor(K key) { throw null; }
- }
- public partial class Sorting
- {
- internal Sorting() { }
- [C5.TestedAttribute]
- public static void HeapSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public static void InsertionSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- [C5.TestedAttribute]
- public static void IntroSort<T>(T[] array) { }
- [C5.TestedAttribute]
- public static void IntroSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) { }
- }
- public enum Speed : short
- {
- Constant = (short)4,
- Linear = (short)2,
- Log = (short)3,
- PotentiallyInfinite = (short)1,
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public sealed partial class TestedAttribute : System.Attribute
- {
- [C5.TestedAttribute]
- public string via;
- public TestedAttribute() { }
- [C5.TestedAttribute]
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeBag<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.IPersistentSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public TreeBag() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeBag(System.Collections.Generic.IComparer<T> comparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeBag(System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- [C5.TestedAttribute(via="Sawtooth")]
- public bool Check(string name) { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public void Dispose() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump(string msg) { }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public C5.ISorted<T> Snapshot() { throw null; }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeDictionary<K, V> : C5.SortedDictionaryBase<K, V>, C5.ICollectionValue<C5.KeyValuePair<K, V>>, C5.IDictionary<K, V>, C5.IShowable, C5.ISortedDictionary<K, V>, System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>>, System.Collections.IEnumerable, System.ICloneable, System.IFormattable
- {
- public TreeDictionary() : base (default(System.Collections.Generic.IComparer<K>), default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public TreeDictionary(System.Collections.Generic.IComparer<K> comparer) : base (default(System.Collections.Generic.IComparer<K>), default(System.Collections.Generic.IEqualityComparer<K>)) { }
- public override object Clone() { throw null; }
- [C5.TestedAttribute]
- public System.Collections.Generic.IEnumerable<C5.KeyValuePair<K, V>> Snapshot() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TreeSet<T> : C5.SequencedBase<T>, C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IIndexedSorted<T>, C5.IPersistentSorted<T>, C5.ISequenced<T>, C5.IShowable, C5.ISorted<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public TreeSet() : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeSet(System.Collections.Generic.IComparer<T> comparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- public TreeSet(System.Collections.Generic.IComparer<T> comparer, System.Collections.Generic.IEqualityComparer<T> equalityComparer) : base (default(System.Collections.Generic.IEqualityComparer<T>)) { }
- [C5.TestedAttribute]
- public bool AllowsDuplicates { [C5.TestedAttribute]get { throw null; } }
- public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
- [C5.TestedAttribute]
- public C5.Speed ContainsSpeed { [C5.TestedAttribute]get { throw null; } }
- public virtual bool DuplicatesByCounting { get { throw null; } }
- public virtual C5.Speed IndexingSpeed { get { throw null; } }
- [C5.TestedAttribute]
- public T this[int i] { [C5.TestedAttribute]get { throw null; } }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> this[int start, int count] { [C5.TestedAttribute]get { throw null; } }
- public override C5.EventTypeEnum ListenableEvents { get { throw null; } }
- [C5.TestedAttribute]
- public bool Add(T item) { throw null; }
- [C5.TestedAttribute]
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public void AddSorted<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public override C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- int C5.IIndexed<T>.FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- int C5.IIndexed<T>.FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- C5.IDirectedEnumerable<T> C5.ISorted<T>.RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Check() { throw null; }
- [C5.TestedAttribute(via="Sawtooth")]
- public bool Check(string name) { throw null; }
- [C5.TestedAttribute]
- public override T Choose() { throw null; }
- [C5.TestedAttribute]
- public void Clear() { }
- public virtual object Clone() { throw null; }
- [C5.TestedAttribute]
- public bool Contains(T item) { throw null; }
- [C5.TestedAttribute]
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- [C5.TestedAttribute]
- public int ContainsCount(T item) { throw null; }
- [C5.TestedAttribute]
- public int CountFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public int CountFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public int CountTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Cut(System.IComparable<T> c, out T low, out bool lowIsValid, out T high, out bool highIsValid) { low = default(T); lowIsValid = default(bool); high = default(T); highIsValid = default(bool); throw null; }
- [C5.TestedAttribute]
- public T DeleteMax() { throw null; }
- [C5.TestedAttribute]
- public T DeleteMin() { throw null; }
- [C5.TestedAttribute]
- public void Dispose() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump() { }
- [C5.TestedAttribute(via="Sawtooth")]
- public void dump(string msg) { }
- [C5.TestedAttribute]
- public bool Find(ref T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- [C5.TestedAttribute]
- public T FindMax() { throw null; }
- [C5.TestedAttribute]
- public T FindMin() { throw null; }
- [C5.TestedAttribute]
- public bool FindOrAdd(ref T item) { throw null; }
- [C5.TestedAttribute]
- public override System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- [C5.TestedAttribute]
- public int IndexOf(T item) { throw null; }
- public virtual C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- [C5.TestedAttribute]
- public int LastIndexOf(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IIndexedSorted<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IComparer<V> c) { throw null; }
- [C5.TestedAttribute]
- public T Predecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeAll() { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFrom(T bot) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeFromTo(T bot, T top) { throw null; }
- [C5.TestedAttribute]
- public C5.IDirectedCollectionValue<T> RangeTo(T top) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item) { throw null; }
- [C5.TestedAttribute]
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- [C5.TestedAttribute]
- public void RemoveAllCopies(T item) { }
- [C5.TestedAttribute]
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public T RemoveAt(int i) { throw null; }
- [C5.TestedAttribute]
- public void RemoveInterval(int start, int count) { }
- [C5.TestedAttribute]
- public void RemoveRangeFrom(T low) { }
- [C5.TestedAttribute]
- public void RemoveRangeFromTo(T low, T hi) { }
- [C5.TestedAttribute]
- public void RemoveRangeTo(T hi) { }
- [C5.TestedAttribute]
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- [C5.TestedAttribute]
- public C5.ISorted<T> Snapshot() { throw null; }
- [C5.TestedAttribute]
- public T Successor(T item) { throw null; }
- [C5.TestedAttribute]
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- public bool TryPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TrySuccessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakPredecessor(T item, out T res) { res = default(T); throw null; }
- public bool TryWeakSuccessor(T item, out T res) { res = default(T); throw null; }
- public virtual C5.ICollectionValue<T> UniqueItems() { throw null; }
- [C5.TestedAttribute]
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- [C5.TestedAttribute]
- public T WeakPredecessor(T item) { throw null; }
- [C5.TestedAttribute]
- public T WeakSuccessor(T item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UIntEqualityComparer : System.Collections.Generic.IEqualityComparer<uint>
- {
- internal UIntEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.UIntEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(uint item1, uint item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(uint item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ULongEqualityComparer : System.Collections.Generic.IEqualityComparer<ulong>
- {
- internal ULongEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.ULongEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(ulong item1, ulong item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(ulong item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnlistenableEventException : System.Exception
- {
- public UnlistenableEventException() { }
- public UnlistenableEventException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class UnsequencedCollectionEqualityComparer<T, W> : System.Collections.Generic.IEqualityComparer<T> where T : C5.ICollection<W>
- {
- internal UnsequencedCollectionEqualityComparer() { }
- public static C5.UnsequencedCollectionEqualityComparer<T, W> Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(T collection1, T collection2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(T collection) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UShortEqualityComparer : System.Collections.Generic.IEqualityComparer<ushort>
- {
- internal UShortEqualityComparer() { }
- [C5.TestedAttribute]
- public static C5.UShortEqualityComparer Default { get { throw null; } }
- [C5.TestedAttribute]
- public bool Equals(ushort item1, ushort item2) { throw null; }
- [C5.TestedAttribute]
- public int GetHashCode(ushort item) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ViewDisposedException : System.Exception
- {
- public ViewDisposedException() { }
- public ViewDisposedException(string message) { }
- }
- public partial class WrappedArray<T> : C5.ICollection<T>, C5.ICollectionValue<T>, C5.IDirectedCollectionValue<T>, C5.IDirectedEnumerable<T>, C5.IExtensible<T>, C5.IIndexed<T>, C5.IList<T>, C5.ISequenced<T>, C5.IShowable, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IDisposable, System.IFormattable
- {
- public WrappedArray(T[] wrappedarray) { }
- public virtual C5.EventTypeEnum ActiveEvents { get { throw null; } }
- public bool AllowsDuplicates { get { throw null; } }
- public C5.Speed ContainsSpeed { get { throw null; } }
- public int Count { get { throw null; } }
- public C5.Speed CountSpeed { get { throw null; } }
- public C5.EnumerationDirection Direction { get { throw null; } }
- public bool DuplicatesByCounting { get { throw null; } }
- public System.Collections.Generic.IEqualityComparer<T> EqualityComparer { get { throw null; } }
- public bool FIFO { get { throw null; } set { } }
- public T First { get { throw null; } }
- public C5.Speed IndexingSpeed { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public virtual bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsValid { get { throw null; } }
- public T this[int index] { get { throw null; } set { } }
- public C5.IDirectedCollectionValue<T> this[int start, int count] { get { throw null; } }
- public T Last { get { throw null; } }
- public virtual C5.EventTypeEnum ListenableEvents { get { throw null; } }
- public int Offset { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- [System.ObsoleteAttribute]
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public C5.IList<T> Underlying { get { throw null; } }
- public event C5.CollectionChangedHandler<T> CollectionChanged { add { } remove { } }
- public event C5.CollectionClearedHandler<T> CollectionCleared { add { } remove { } }
- public event C5.ItemInsertedHandler<T> ItemInserted { add { } remove { } }
- public event C5.ItemRemovedAtHandler<T> ItemRemovedAt { add { } remove { } }
- public event C5.ItemsAddedHandler<T> ItemsAdded { add { } remove { } }
- public event C5.ItemsRemovedHandler<T> ItemsRemoved { add { } remove { } }
- public bool Add(T item) { throw null; }
- public void AddAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public bool All(C5.Fun<T, bool> predicate) { throw null; }
- public void Apply(C5.Act<T> action) { }
- public C5.IDirectedCollectionValue<T> Backwards() { throw null; }
- C5.IDirectedEnumerable<T> C5.IDirectedEnumerable<T>.Backwards() { throw null; }
- public bool Check() { throw null; }
- public T Choose() { throw null; }
- public void Clear() { }
- public virtual object Clone() { throw null; }
- public bool Contains(T item) { throw null; }
- public bool ContainsAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { throw null; }
- public int ContainsCount(T item) { throw null; }
- public void CopyTo(T[] array, int index) { }
- public void Dispose() { }
- public bool Exists(C5.Fun<T, bool> predicate) { throw null; }
- public System.Collections.Generic.IEnumerable<T> Filter(C5.Fun<T, bool> filter) { throw null; }
- public bool Find(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public bool Find(ref T item) { throw null; }
- public C5.IList<T> FindAll(C5.Fun<T, bool> filter) { throw null; }
- public int FindIndex(C5.Fun<T, bool> predicate) { throw null; }
- public bool FindLast(C5.Fun<T, bool> predicate, out T item) { item = default(T); throw null; }
- public int FindLastIndex(C5.Fun<T, bool> predicate) { throw null; }
- public bool FindOrAdd(ref T item) { throw null; }
- public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
- public int GetSequencedHashCode() { throw null; }
- public int GetUnsequencedHashCode() { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(C5.IList<T> pointer, T item) { }
- public void Insert(int index, T item) { }
- public void InsertAll<U>(int i, System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void InsertFirst(T item) { }
- public void InsertLast(T item) { }
- public bool IsSorted() { throw null; }
- public bool IsSorted(System.Collections.Generic.IComparer<T> comparer) { throw null; }
- public C5.ICollectionValue<C5.KeyValuePair<T, int>> ItemMultiplicities() { throw null; }
- public int LastIndexOf(T item) { throw null; }
- public C5.IList<T> LastViewOf(T item) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper) { throw null; }
- public C5.IList<V> Map<V>(C5.Fun<T, V> mapper, System.Collections.Generic.IEqualityComparer<V> equalityComparer) { throw null; }
- public T Remove() { throw null; }
- public bool Remove(T item) { throw null; }
- public bool Remove(T item, out T removeditem) { removeditem = default(T); throw null; }
- public void RemoveAllCopies(T item) { }
- public void RemoveAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public T RemoveAt(int i) { throw null; }
- public T RemoveFirst() { throw null; }
- public void RemoveInterval(int start, int count) { }
- public T RemoveLast() { throw null; }
- public void RetainAll<U>(System.Collections.Generic.IEnumerable<U> items) where U : T { }
- public void Reverse() { }
- public bool SequencedEquals(C5.ISequenced<T> that) { throw null; }
- public bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) { throw null; }
- public void Shuffle() { }
- public void Shuffle(System.Random rnd) { }
- public C5.IList<T> Slide(int offset) { throw null; }
- public C5.IList<T> Slide(int offset, int size) { throw null; }
- public void Sort() { }
- public void Sort(System.Collections.Generic.IComparer<T> comparer) { }
- public C5.IList<T> Span(C5.IList<T> otherView) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- void System.Collections.Generic.IList<T>.RemoveAt(int index) { }
- void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object o) { throw null; }
- bool System.Collections.IList.Contains(object o) { throw null; }
- int System.Collections.IList.IndexOf(object o) { throw null; }
- void System.Collections.IList.Insert(int index, object o) { }
- void System.Collections.IList.Remove(object o) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public T[] ToArray() { throw null; }
- public override string ToString() { throw null; }
- public virtual string ToString(string format, System.IFormatProvider formatProvider) { throw null; }
- public bool TrySlide(int offset) { throw null; }
- public bool TrySlide(int offset, int size) { throw null; }
- public C5.ICollectionValue<T> UniqueItems() { throw null; }
- public bool UnsequencedEquals(C5.ICollection<T> that) { throw null; }
- public bool Update(T item) { throw null; }
- public bool Update(T item, out T olditem) { olditem = default(T); throw null; }
- public bool UpdateOrAdd(T item) { throw null; }
- public bool UpdateOrAdd(T item, out T olditem) { olditem = default(T); throw null; }
- public C5.IList<T> View(int start, int count) { throw null; }
- public C5.IList<T> ViewOf(T item) { throw null; }
- }
-}
diff --git a/src/v4.5/Mono.CSharp.cs b/src/v4.5/Mono.CSharp.cs
deleted file mode 100644
index 6c64acd..0000000
--- a/src/v4.5/Mono.CSharp.cs
+++ /dev/null
@@ -1,7227 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CSharp.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Microsoft.CSharp, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
-}
-namespace Mono.CSharp
-{
- public abstract partial class AbstractMessage
- {
- protected readonly int code;
- protected readonly Mono.CSharp.Location location;
- protected AbstractMessage(Mono.CSharp.AbstractMessage aMsg) { }
- protected AbstractMessage(int code, Mono.CSharp.Location loc, string msg, System.Collections.Generic.List<string> extraInfo) { }
- public int Code { get { throw null; } }
- public abstract bool IsWarning { get; }
- public Mono.CSharp.Location Location { get { throw null; } }
- public abstract string MessageType { get; }
- public string[] RelatedSymbols { get { throw null; } }
- public string Text { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AbstractPropertyEventMethod : Mono.CSharp.MemberCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> declarative_security;
- protected Mono.CSharp.MethodData method_data;
- protected readonly string prefix;
- protected AbstractPropertyEventMethod(Mono.CSharp.InterfaceMemberBase member, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsAccessor { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public abstract Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public abstract Mono.CSharp.TypeSpec ReturnType { get; }
- public Mono.CSharp.MethodSpec Spec { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public sealed override bool Define() { throw null; }
- public virtual void Emit(Mono.CSharp.TypeDefinition parent) { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void PrepareEmit() { }
- public void UpdateName(Mono.CSharp.InterfaceMemberBase member) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- [System.FlagsAttribute]
- public enum AddressOp
- {
- Load = 2,
- LoadStore = 3,
- Store = 1,
- }
- public abstract partial class AnonymousExpression : Mono.CSharp.ExpressionStatement
- {
- protected readonly Mono.CSharp.ParametersBlock block;
- public Mono.CSharp.TypeSpec ReturnType;
- protected AnonymousExpression(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public abstract string ContainerType { get; }
- public abstract bool IsIterator { get; }
- public abstract Mono.CSharp.AnonymousMethodStorey Storey { get; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- public void SetHasThisAccess() { }
- protected partial class AnonymousMethodMethod : Mono.CSharp.Method
- {
- public readonly Mono.CSharp.AnonymousExpression AnonymousMethod;
- public readonly Mono.CSharp.AnonymousMethodStorey Storey;
- public AnonymousMethodMethod(Mono.CSharp.TypeDefinition parent, Mono.CSharp.AnonymousExpression am, Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.TypeExpr return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override void DefineTypeParameters() { }
- public override void Emit() { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class AnonymousMethodBody : Mono.CSharp.AnonymousExpression
- {
- protected readonly Mono.CSharp.ParametersCompiled parameters;
- public AnonymousMethodBody(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr DirectMethodGroupConversion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } set { } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousMethodExpression : Mono.CSharp.Expression
- {
- public Mono.CSharp.ParametersBlock Block;
- public AnonymousMethodExpression(Mono.CSharp.Location loc) { }
- public override string ExprClassName { get { throw null; } }
- public virtual bool HasExplicitParameters { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.ReportPrinter TypeInferenceReportPrinter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.Expression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- protected virtual Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_AddressOfCapturedVar(Mono.CSharp.ResolveContext rc, Mono.CSharp.IVariableReference var, Mono.CSharp.Location loc) { }
- public bool ExplicitTypeInference(Mono.CSharp.TypeInferenceContext type_inference, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public Mono.CSharp.TypeSpec InferReturnType(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected virtual Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected bool VerifyExplicitParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection parameters) { throw null; }
- protected bool VerifyParameterCompatibility(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection invoke_pd, bool ignore_errors) { throw null; }
- }
- public partial class AnonymousMethodStorey : Mono.CSharp.HoistedStoreyClass
- {
- protected System.Collections.Generic.List<Mono.CSharp.HoistedVariable> hoisted_locals;
- protected System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted_params;
- protected Mono.CSharp.HoistedThis hoisted_this;
- public readonly int ID;
- public Mono.CSharp.Expression Instance;
- public readonly Mono.CSharp.ExplicitBlock OriginalSourceBlock;
- public AnonymousMethodStorey(Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberName), default(Mono.CSharp.TypeParameters), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.HoistedThis HoistedThis { get { throw null; } set { } }
- public System.Collections.Generic.IList<Mono.CSharp.ExplicitBlock> ReferencesFromChildrenBlock { get { throw null; } }
- public void AddCapturedThisField(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey parent) { }
- public Mono.CSharp.Field AddCapturedVariable(string name, Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type, bool privateAccess) { throw null; }
- public void AddParentStoreyReference(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void AddReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void CaptureLocalVariable(Mono.CSharp.ResolveContext ec, Mono.CSharp.LocalVariable localVariable) { }
- public void CaptureParameter(Mono.CSharp.ResolveContext ec, Mono.CSharp.ParametersBlock.ParameterInfo parameterInfo, Mono.CSharp.ParameterReference parameterReference) { }
- protected override bool DoResolveTypeParameters() { throw null; }
- protected virtual void EmitHoistedParameters(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted) { }
- public void EmitStoreyInstantiation(Mono.CSharp.EmitContext ec, Mono.CSharp.ExplicitBlock block) { }
- public Mono.CSharp.Expression GetStoreyInstanceExpression(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public void SetNestedStoryParent(Mono.CSharp.AnonymousMethodStorey parentStorey) { }
- }
- public partial class AnonymousTypeClass : Mono.CSharp.CompilerGeneratedContainer
- {
- internal AnonymousTypeClass() : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public const string ClassNamePrefix = "<>__AnonType";
- public const string SignatureForError = "anonymous type";
- public System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public static Mono.CSharp.AnonymousTypeClass Create(Mono.CSharp.TypeContainer parent, System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.Location loc) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousTypeParameter : Mono.CSharp.ShimExpression
- {
- public readonly string Name;
- public AnonymousTypeParameter(Mono.CSharp.Expression initializer, string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public AnonymousTypeParameter(Mono.CSharp.Parameter parameter) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object o) { throw null; }
- protected virtual void Error_InvalidInitializer(Mono.CSharp.ResolveContext ec, string initializer) { }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AParametersCollection
- {
- protected bool has_arglist;
- protected bool has_params;
- protected Mono.CSharp.IParameterData[] parameters;
- protected Mono.CSharp.TypeSpec[] types;
- protected AParametersCollection() { }
- public System.Reflection.CallingConventions CallingConvention { get { throw null; } }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeSpec ExtensionMethodType { get { throw null; } }
- public Mono.CSharp.IParameterData[] FixedParameters { get { throw null; } }
- public bool HasArglist { get { throw null; } }
- public bool HasExtensionMethodType { get { throw null; } }
- public bool HasParams { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public Mono.CSharp.TypeSpec[] Types { get { throw null; } set { } }
- public System.Type[] GetMetaInfo() { throw null; }
- public static System.Reflection.ParameterAttributes GetParameterAttribute(Mono.CSharp.Parameter.Modifier modFlags) { throw null; }
- public int GetParameterIndexByName(string name) { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetSignatureForError(string start, string end, int count) { throw null; }
- public static bool HasSameParameterDefaults(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public Mono.CSharp.AParametersCollection Inflate(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public string ParameterDesc(int pos) { throw null; }
- }
- public partial class Arglist : Mono.CSharp.Expression
- {
- public Arglist(Mono.CSharp.Arguments args, Mono.CSharp.Location l) { }
- public Arglist(Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public System.Type[] ArgumentTypes { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistAccess : Mono.CSharp.Expression
- {
- public ArglistAccess(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistParameter : Mono.CSharp.Parameter
- {
- public ArglistParameter(Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class Argument
- {
- public readonly Mono.CSharp.Argument.AType ArgType;
- public Mono.CSharp.Expression Expr;
- public Argument(Mono.CSharp.Expression expr) { }
- public Argument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType type) { }
- public bool IsByRef { get { throw null; } }
- public bool IsDefaultArgument { get { throw null; } }
- public bool IsExtensionType { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier Modifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } }
- public Mono.CSharp.Argument Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- public Mono.CSharp.Argument Clone(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Argument EmitToField(Mono.CSharp.EmitContext ec, bool cloneResult) { throw null; }
- public void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public string GetSignatureForError() { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext ec) { }
- public bool ResolveMethodGroup(Mono.CSharp.ResolveContext ec) { throw null; }
- public enum AType : byte
- {
- ConditionalAccessFlag = (byte)128,
- Default = (byte)3,
- DynamicTypeName = (byte)4,
- ExtensionType = (byte)5,
- ExtensionTypeConditionalAccess = (byte)133,
- None = (byte)0,
- Out = (byte)2,
- Ref = (byte)1,
- }
- }
- public partial class Arguments
- {
- public Arguments(int capacity) { }
- public int Count { get { throw null; } }
- public bool HasDynamic { get { throw null; } }
- public bool HasNamed { get { throw null; } }
- public Mono.CSharp.Argument this[int index] { get { throw null; } set { } }
- public void Add(Mono.CSharp.Argument arg) { }
- public void AddRange(Mono.CSharp.Arguments args) { }
- public void CheckArrayAsAttribute(Mono.CSharp.CompilerContext ctx) { }
- public Mono.CSharp.Arguments Clone(Mono.CSharp.CloneContext ctx) { throw null; }
- public bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.ArrayInitializer CreateDynamicBinderArguments(Mono.CSharp.ResolveContext rc) { throw null; }
- public static Mono.CSharp.Arguments CreateForExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args, params Mono.CSharp.Expression[] e) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Arguments Emit(Mono.CSharp.EmitContext ec, bool dup_args, bool prepareAwait) { throw null; }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc, System.Collections.Generic.List<Mono.CSharp.MovableArgument> movable=null) { }
- public System.Collections.Generic.List<Mono.CSharp.Argument>.Enumerator GetEnumerator() { throw null; }
- public void Insert(int index, Mono.CSharp.Argument arg) { }
- public static System.Linq.Expressions.Expression[] MakeExpression(Mono.CSharp.Arguments args, Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Arguments MarkOrderedArgument(Mono.CSharp.NamedArgument a) { throw null; }
- public void RemoveAt(int index) { }
- public void Resolve(Mono.CSharp.ResolveContext ec, out bool dynamic) { dynamic = default(bool); }
- }
- public partial class ArrayAccess : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public ArrayAccess(Mono.CSharp.ElementAccess ea_data, Mono.CSharp.Location l) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void SetConditionalAccessReceiver() { }
- }
- public partial class ArrayContainer : Mono.CSharp.ElementTypeSpec
- {
- internal ArrayContainer() : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(System.Type)) { }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public int Rank { get { throw null; } }
- public System.Reflection.MethodInfo GetAddressMethod() { throw null; }
- public System.Reflection.MethodInfo GetConstructor() { throw null; }
- public System.Reflection.MethodInfo GetGetMethod() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- protected override string GetPostfixSignature() { throw null; }
- public static string GetPostfixSignature(int rank) { throw null; }
- public System.Reflection.MethodInfo GetSetMethod() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element, int rank) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeRankPair : System.IEquatable<Mono.CSharp.ArrayContainer.TypeRankPair>
- {
- public TypeRankPair(Mono.CSharp.TypeSpec ts, int rank) { throw null;}
- public bool Equals(Mono.CSharp.ArrayContainer.TypeRankPair other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public partial class ArrayCreation : Mono.CSharp.Expression
- {
- protected System.Collections.Generic.List<Mono.CSharp.Expression> arguments;
- protected System.Collections.Generic.List<Mono.CSharp.Expression> array_data;
- protected Mono.CSharp.TypeSpec array_element_type;
- protected int dimensions;
- protected readonly Mono.CSharp.ComposedTypeSpecifier rank;
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, System.Collections.Generic.List<Mono.CSharp.Expression> exprs, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location l) { }
- public Mono.CSharp.ArrayInitializer Initializers { get { throw null; } }
- public bool NoEmptyInterpolation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ComposedTypeSpecifier Rank { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected sealed override Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveArrayElement(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression element) { throw null; }
- protected bool ResolveInitializers(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ArrayIndexCast : Mono.CSharp.TypeCast
- {
- public ArrayIndexCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArrayInitializer : Mono.CSharp.Expression
- {
- public ArrayInitializer(Mono.CSharp.Location loc) { }
- public ArrayInitializer(System.Collections.Generic.List<Mono.CSharp.Expression> init, Mono.CSharp.Location loc) { }
- public ArrayInitializer(int count, Mono.CSharp.Location loc) { }
- public int Count { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Expression> Elements { get { throw null; } }
- public Mono.CSharp.Expression this[int index] { get { throw null; } }
- public Mono.CSharp.BlockVariable VariableDeclaration { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Expression expr) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class As : Mono.CSharp.Probe
- {
- public As(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class AssemblyBuilderExtension
- {
- protected readonly Mono.CSharp.CompilerContext ctx;
- public AssemblyBuilderExtension(Mono.CSharp.CompilerContext ctx) { }
- public virtual System.Reflection.Module AddModule(string module) { throw null; }
- public virtual void AddPermissionRequests(System.Security.PermissionSet[] permissions) { }
- public virtual void AddTypeForwarder(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public virtual void DefineWin32IconResource(string fileName) { }
- public virtual System.Reflection.AssemblyName[] GetReferencedAssemblies() { throw null; }
- public virtual void SetAlgorithmId(uint value, Mono.CSharp.Location loc) { }
- public virtual void SetCulture(string culture, Mono.CSharp.Location loc) { }
- public virtual void SetFlags(uint flags, Mono.CSharp.Location loc) { }
- public virtual void SetVersion(System.Version version, Mono.CSharp.Location loc) { }
- }
- public abstract partial class AssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- protected System.Collections.Generic.List<Mono.CSharp.ImportedModuleDefinition> added_modules;
- public System.Reflection.Emit.AssemblyBuilder Builder;
- protected Mono.CSharp.AssemblyBuilderExtension builder_extra;
- protected readonly string file_name;
- protected Mono.CSharp.ModuleContainer module;
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name) { }
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name, string fileName) { }
- public Mono.CSharp.Attribute CLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.Method EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.MetadataImporter Importer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsSatelliteAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- bool Mono.CSharp.IAssemblyDefinition.IsMissing { get { throw null; } }
- public string Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolWriter { get { throw null; } }
- public bool WrapNonExceptionThrows { get { throw null; } }
- public void AddModule(Mono.CSharp.ImportedModuleDefinition module) { }
- public void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected System.Reflection.AssemblyName CreateAssemblyName() { throw null; }
- public virtual System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public void EmbedResources() { }
- public virtual void Emit() { }
- protected virtual System.Collections.Generic.List<Mono.CSharp.AssemblyReferenceMessageInfo> GetNotUnifiedReferences(System.Reflection.AssemblyName assemblyName) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void Resolve() { }
- protected void ResolveAssemblySecurityAttributes() { }
- public void Save() { }
- protected virtual void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyDefinitionDynamic : Mono.CSharp.AssemblyDefinition
- {
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name, string fileName) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public bool Create(System.AppDomain domain, System.Reflection.Emit.AssemblyBuilderAccess access) { throw null; }
- public override System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public System.Reflection.Module IncludeModule(string moduleFile) { throw null; }
- protected override void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyReferenceMessageInfo
- {
- public AssemblyReferenceMessageInfo(System.Reflection.AssemblyName dependencyName, System.Action<Mono.CSharp.Report> reportMessage) { }
- public System.Reflection.AssemblyName DependencyName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Action<Mono.CSharp.Report> ReportMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class AssemblyResource : System.IEquatable<Mono.CSharp.AssemblyResource>
- {
- public AssemblyResource(string fileName, string name) { }
- public AssemblyResource(string fileName, string name, bool isPrivate) { }
- public System.Reflection.ResourceAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsEmbeded { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.AssemblyResource other) { throw null; }
- }
- public abstract partial class Assign : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression source;
- protected Mono.CSharp.Expression target;
- protected Assign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Source { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.Expression Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class AsyncInitializer : Mono.CSharp.StateMachineInitializer
- {
- public AsyncInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.TypeSpec DelegateType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.StackFieldExpr HoistedReturnState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } }
- protected override Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCatchBlock(Mono.CSharp.EmitContext ec) { }
- protected override void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public abstract partial class Attributable
- {
- protected Mono.CSharp.Attributes attributes;
- protected Attributable() { }
- public abstract System.AttributeTargets AttributeTargets { get; }
- public Mono.CSharp.Attributes OptAttributes { get { throw null; } set { } }
- public abstract string[] ValidAttributeTargets { get; }
- public void AddAttributes(Mono.CSharp.Attributes attrs, Mono.CSharp.IMemberContext context) { }
- public abstract void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa);
- public abstract bool IsClsComplianceRequired();
- }
- public partial class Attribute
- {
- public static readonly System.AttributeUsageAttribute DefaultUsageAttribute;
- public static readonly object[] EmptyObject;
- public readonly string ExplicitTarget;
- public System.AttributeTargets Target;
- public Mono.CSharp.TypeSpec Type;
- public Attribute(string target, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Arguments[] args, Mono.CSharp.Location loc, bool nameEscaped) { }
- public bool HasSecurityAttribute { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.Arguments NamedArguments { get { throw null; } }
- public Mono.CSharp.Arguments PositionalArguments { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public bool ResolveError { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression TypeExpression { get { throw null; } }
- public void AttachTo(Mono.CSharp.Attributable target, Mono.CSharp.IMemberContext context) { }
- public bool CheckTarget() { throw null; }
- public Mono.CSharp.Attribute Clone() { throw null; }
- public Mono.CSharp.ResolveContext CreateResolveContext() { throw null; }
- public void Emit(System.Collections.Generic.Dictionary<Mono.CSharp.Attribute, System.Collections.Generic.List<Mono.CSharp.Attribute>> allEmitted) { }
- public override bool Equals(object obj) { throw null; }
- public static void Error_AttributeArgumentIsDynamic(Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { }
- public void Error_InvalidArgumentValue(Mono.CSharp.TypeSpec attributeType) { }
- public void Error_InvalidSecurityParent() { }
- public void Error_MissingGuidAttribute() { }
- public void Error_MisusedDynamicAttribute() { }
- public void Error_MisusedExtensionAttribute() { }
- public void ExtractSecurityPermissionSet(Mono.CSharp.MethodSpec ctor, ref System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> permissions) { }
- public Mono.CSharp.TypeSpec GetArgumentType() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsageAttribute() { throw null; }
- public bool GetBoolean() { throw null; }
- public System.Runtime.InteropServices.CharSet GetCharSetValue() { throw null; }
- public bool GetClsCompliantAttributeValue() { throw null; }
- public Mono.CSharp.TypeSpec GetCoClassAttributeValue() { throw null; }
- public string GetConditionalAttributeValue() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetIndexerAttributeValue() { throw null; }
- public System.Runtime.CompilerServices.MethodImplOptions GetMethodImplOptions() { throw null; }
- public Mono.CSharp.Constant GetNamedValue(string name) { throw null; }
- public System.ObsoleteAttribute GetObsoleteAttribute() { throw null; }
- public Mono.CSharp.Expression GetParameterDefaultValue() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetString() { throw null; }
- public string GetValidTargets() { throw null; }
- public bool HasField(string fieldName) { throw null; }
- public bool IsExplicitLayoutKind() { throw null; }
- public bool IsInternalCall() { throw null; }
- public static bool IsValidArgumentType(Mono.CSharp.TypeSpec t) { throw null; }
- public bool IsValidSecurityAttribute() { throw null; }
- public Mono.CSharp.MethodSpec Resolve() { throw null; }
- public Mono.CSharp.TypeSpec ResolveTypeForComparison() { throw null; }
- public void SetOwner(Mono.CSharp.Attributable owner) { }
- }
- public sealed partial class AttributeEncoder
- {
- public static readonly byte[] Empty;
- public AttributeEncoder() { }
- public Mono.CSharp.AttributeEncoder.EncodedTypeProperties Encode(Mono.CSharp.TypeSpec type) { throw null; }
- public void Encode(bool value) { }
- public void Encode(byte value) { }
- public void Encode(double value) { }
- public void Encode(short value) { }
- public void Encode(int value) { }
- public void Encode(long value) { }
- public void Encode(sbyte value) { }
- public void Encode(float value) { }
- public void Encode(string value) { }
- public void Encode(ushort value) { }
- public void Encode(uint value) { }
- public void Encode(ulong value) { }
- public void EncodeEmptyNamedArguments() { }
- public void EncodeNamedArguments<T>(T[] members, Mono.CSharp.Constant[] values) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- public void EncodeNamedFieldArgument(Mono.CSharp.FieldSpec field, Mono.CSharp.Constant value) { }
- public void EncodeNamedPropertyArgument(Mono.CSharp.PropertySpec property, Mono.CSharp.Constant value) { }
- public void EncodeTypeName(Mono.CSharp.TypeContainer type) { }
- public void EncodeTypeName(Mono.CSharp.TypeSpec type) { }
- public byte[] ToArray() { throw null; }
- [System.FlagsAttribute]
- public enum EncodedTypeProperties
- {
- DynamicType = 1,
- None = 0,
- TypeParameter = 2,
- }
- }
- public partial class Attributes
- {
- public readonly System.Collections.Generic.List<Mono.CSharp.Attribute> Attrs;
- public Attributes(Mono.CSharp.Attribute a) { }
- public Attributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AddAttribute(Mono.CSharp.Attribute attr) { }
- public void AddAttributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public static void AttachFromPartial(Mono.CSharp.Attributable target, Mono.CSharp.Attributable partialSrc) { }
- public void AttachTo(Mono.CSharp.Attributable attributable, Mono.CSharp.IMemberContext context) { }
- public bool CheckTargets() { throw null; }
- public Mono.CSharp.Attributes Clone() { throw null; }
- public bool Contains(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public void ConvertGlobalAttributes(Mono.CSharp.TypeContainer member, Mono.CSharp.NamespaceContainer currentNamespace, bool isGlobal) { }
- public void Emit() { }
- public bool HasResolveError() { throw null; }
- public Mono.CSharp.Attribute Search(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute Search(string explicitTarget, Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute[] SearchMulti(Mono.CSharp.PredefinedAttribute t) { throw null; }
- }
- public abstract partial class ATypeNameExpression : Mono.CSharp.FullNamedExpression
- {
- protected Mono.CSharp.TypeArguments targs;
- protected ATypeNameExpression(string name, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, int arity, Mono.CSharp.Location l) { }
- public int Arity { get { throw null; } }
- public bool HasTypeArguments { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.TypeArguments TypeArguments { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static string GetMemberType(Mono.CSharp.MemberCore mc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restriction);
- }
- public partial class Await : Mono.CSharp.ExpressionStatement
- {
- public Await(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.AwaitStatement Statement { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.FieldExpr field) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class AwaiterDefinition
- {
- public AwaiterDefinition() { }
- public Mono.CSharp.MethodSpec GetResult { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool INotifyCompletion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.PropertySpec IsCompleted { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsValidPattern { get { throw null; } }
- }
- public partial class AwaitStatement : Mono.CSharp.YieldStatement<Mono.CSharp.AsyncInitializer>
- {
- public AwaitStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.TypeSpec ResultType { get { throw null; } }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public void EmitPrologue(Mono.CSharp.EmitContext ec) { }
- public void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Expression GetResultExpression(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public sealed partial class AwaitableMemberAccess : Mono.CSharp.MemberAccess
- {
- public AwaitableMemberAccess(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(string)) { }
- public bool ProbingMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, string name) { }
- }
- }
- public partial class BaseThis : Mono.CSharp.This
- {
- public BaseThis(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BaseThis(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- }
- public partial class Binary : Mono.CSharp.Expression
- {
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.State state) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, bool isCompound) { }
- public bool IsCompound { get { throw null; } }
- public Mono.CSharp.Expression Left { get { throw null; } }
- public Mono.CSharp.Binary.Operator Oper { get { throw null; } }
- public Mono.CSharp.Expression Right { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Operator.OpType ConvertBinaryToUserOperator(Mono.CSharp.Binary.Operator op) { throw null; }
- public Mono.CSharp.Expression CreateCallSiteBinder(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression method) { throw null; }
- public Mono.CSharp.Expression CreateLiftedValueTypeResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec valueType) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreatePointerOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public static void EmitOperatorOpcode(Mono.CSharp.EmitContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.TypeSpec l, Mono.CSharp.Expression right) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Location loc) { }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, string oper, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public static Mono.CSharp.ConvCast.Mode GetEnumResultCast(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { throw null; }
- public Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext rc) { throw null; }
- [System.FlagsAttribute]
- public enum Operator
- {
- Addition = 2083,
- AdditionMask = 2048,
- ArithmeticMask = 32,
- BitwiseAnd = 525,
- BitwiseMask = 512,
- BitwiseOr = 527,
- ComparisonMask = 128,
- DecomposedMask = 524288,
- Division = 33,
- Equality = 395,
- EqualityMask = 256,
- ExclusiveOr = 526,
- GreaterThan = 8328,
- GreaterThanOrEqual = 8330,
- Inequality = 396,
- LeftShift = 69,
- LessThan = 8327,
- LessThanOrEqual = 8329,
- LogicalAnd = 1040,
- LogicalMask = 1024,
- LogicalOr = 1041,
- Modulus = 34,
- Multiply = 32,
- NullableMask = 1048576,
- RelationalMask = 8192,
- RightShift = 70,
- ShiftMask = 64,
- Subtraction = 4132,
- SubtractionMask = 4096,
- ValuesOnlyMask = 31,
- }
- public partial class PredefinedOperator
- {
- protected readonly Mono.CSharp.TypeSpec left;
- protected readonly Mono.CSharp.TypeSpec left_unwrap;
- public readonly Mono.CSharp.Binary.Operator OperatorsMask;
- public Mono.CSharp.TypeSpec ReturnType;
- protected readonly Mono.CSharp.TypeSpec right;
- protected readonly Mono.CSharp.TypeSpec right_unwrap;
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public bool IsLifted { get { throw null; } }
- public virtual Mono.CSharp.Expression ConvertResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.Binary b) { throw null; }
- public virtual bool IsApplicable(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lexpr, Mono.CSharp.Expression rexpr) { throw null; }
- public bool IsPrimitiveApplicable(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype) { throw null; }
- public Mono.CSharp.Binary.PredefinedOperator ResolveBetterOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.PredefinedOperator best_operator) { throw null; }
- }
- [System.FlagsAttribute]
- public enum State : byte
- {
- Compound = (byte)2,
- None = (byte)0,
- UserOperatorsExcluded = (byte)4,
- }
- }
- [System.FlagsAttribute]
- public enum BindingRestriction
- {
- DeclaredOnly = 2,
- InstanceOnly = 4,
- NoAccessors = 8,
- None = 0,
- OverrideOnly = 16,
- }
- public partial class Block : Mono.CSharp.Statement
- {
- public Mono.CSharp.Location EndLocation;
- public Mono.CSharp.ExplicitBlock Explicit;
- protected Mono.CSharp.Block.Flags flags;
- public Mono.CSharp.ParametersBlock ParametersBlock;
- public Mono.CSharp.Block Parent;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> scope_initializers;
- public Mono.CSharp.Location StartLocation;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> statements;
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public bool IsCatchBlock { get { throw null; } }
- public bool IsCompilerGenerated { get { throw null; } set { } }
- public bool IsFinallyBlock { get { throw null; } }
- public Mono.CSharp.Block Original { get { throw null; } protected set { } }
- public System.Collections.Generic.List<Mono.CSharp.Statement> Statements { get { throw null; } }
- public bool Unchecked { get { throw null; } set { } }
- public bool Unsafe { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddLabel(Mono.CSharp.LabeledStatement target) { }
- public void AddLocalName(Mono.CSharp.LocalVariable li) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li) { }
- public void AddScopeStatement(Mono.CSharp.Statement s) { }
- public void AddStatement(Mono.CSharp.Statement s) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected void EmitScopeInitializers(Mono.CSharp.EmitContext ec) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public virtual void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void InsertStatement(int index, Mono.CSharp.Statement s) { }
- public Mono.CSharp.LabeledStatement LookupLabel(string name) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void MarkReachableScope(Mono.CSharp.Reachability rc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ScanGotoJump(Mono.CSharp.Statement label) { }
- public void ScanGotoJump(Mono.CSharp.Statement label, Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetEndLocation(Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- AwaitBlock = 8192,
- CatchBlock = 32768,
- CompilerGenerated = 512,
- FinallyBlock = 16384,
- HasAsyncModifier = 1024,
- HasCapturedThis = 128,
- HasCapturedVariable = 64,
- HasReferenceToStoreyForInstanceLambdas = 65536,
- InitializationEmitted = 4194304,
- IsExpressionTree = 256,
- Iterator = 1048576,
- NoFlowAnalysis = 2097152,
- ReachableEnd = 8,
- Resolved = 2048,
- Unchecked = 1,
- Unsafe = 16,
- YieldBlock = 4096,
- }
- }
- public partial class BlockConstant : Mono.CSharp.BlockVariable
- {
- public BlockConstant(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockContext : Mono.CSharp.ResolveContext
- {
- public int AssignmentInfoOffset;
- public BlockContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public BlockContext(Mono.CSharp.ResolveContext rc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public Mono.CSharp.ExceptionStatement CurrentTryBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryCatch CurrentTryCatch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoop { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoopOrSwitch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.Switch Switch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class BlockVariable : Mono.CSharp.Statement
- {
- protected System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> declarators;
- protected Mono.CSharp.LocalVariable li;
- protected Mono.CSharp.FullNamedExpression type_expr;
- public BlockVariable(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) { }
- protected BlockVariable(Mono.CSharp.LocalVariable li) { }
- public System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddDeclarator(Mono.CSharp.BlockVariableDeclarator decl) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public bool Resolve(Mono.CSharp.BlockContext bc, bool resolveDeclaratorInitializers) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockVariableDeclarator
- {
- public BlockVariableDeclarator(Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public virtual Mono.CSharp.BlockVariableDeclarator Clone(Mono.CSharp.CloneContext cloneCtx) { throw null; }
- }
- public partial class BoolConstant : Mono.CSharp.Constant
- {
- public readonly bool Value;
- public BoolConstant(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BoolConstant(Mono.CSharp.TypeSpec type, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class BooleanExpression : Mono.CSharp.ShimExpression
- {
- public BooleanExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class BooleanExpressionFalse : Mono.CSharp.Unary
- {
- public BooleanExpressionFalse(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class BoolLiteral : Mono.CSharp.BoolConstant, Mono.CSharp.ILiteralConstant
- {
- public BoolLiteral(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(bool), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class BoxedCast : Mono.CSharp.TypeCast
- {
- public BoxedCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class Break : Mono.CSharp.LocalExitStatement
- {
- public Break(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class BuilderContext
- {
- protected Mono.CSharp.BuilderContext.Options flags;
- public BuilderContext() { }
- public bool HasSet(Mono.CSharp.BuilderContext.Options options) { throw null; }
- public Mono.CSharp.BuilderContext.FlagsHandle With(Mono.CSharp.BuilderContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.BuilderContext ec, Mono.CSharp.BuilderContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AccurateDebugInfo = 2,
- AsyncBody = 16,
- CheckedScope = 1,
- ConstructorScope = 8,
- OmitDebugInfo = 4,
- }
- }
- public partial class BuiltinTypes
- {
- public readonly Mono.CSharp.BuiltinTypeSpec Array;
- public readonly Mono.CSharp.BuiltinTypeSpec Attribute;
- public readonly Mono.CSharp.TypeSpec[] BinaryPromotionsTypes;
- public readonly Mono.CSharp.BuiltinTypeSpec Bool;
- public readonly Mono.CSharp.BuiltinTypeSpec Byte;
- public readonly Mono.CSharp.BuiltinTypeSpec Char;
- public readonly Mono.CSharp.BuiltinTypeSpec Decimal;
- public readonly Mono.CSharp.BuiltinTypeSpec Delegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Double;
- public readonly Mono.CSharp.BuiltinTypeSpec Dynamic;
- public readonly Mono.CSharp.BuiltinTypeSpec Enum;
- public readonly Mono.CSharp.BuiltinTypeSpec Exception;
- public readonly Mono.CSharp.BuiltinTypeSpec Float;
- public readonly Mono.CSharp.BuiltinTypeSpec IDisposable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerator;
- public readonly Mono.CSharp.BuiltinTypeSpec Int;
- public readonly Mono.CSharp.BuiltinTypeSpec IntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec Long;
- public readonly Mono.CSharp.BuiltinTypeSpec MulticastDelegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Object;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEquality;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryStandard;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryUnsafe;
- public readonly Mono.CSharp.TypeSpec[][] OperatorsUnary;
- public readonly Mono.CSharp.TypeSpec[] OperatorsUnaryMutator;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeFieldHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeTypeHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec SByte;
- public readonly Mono.CSharp.BuiltinTypeSpec Short;
- public readonly Mono.CSharp.BuiltinTypeSpec String;
- public readonly Mono.CSharp.BuiltinTypeSpec Type;
- public readonly Mono.CSharp.BuiltinTypeSpec UInt;
- public readonly Mono.CSharp.BuiltinTypeSpec UIntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec ULong;
- public readonly Mono.CSharp.BuiltinTypeSpec UShort;
- public readonly Mono.CSharp.BuiltinTypeSpec ValueType;
- public readonly Mono.CSharp.BuiltinTypeSpec Void;
- public BuiltinTypes() { }
- public Mono.CSharp.BuiltinTypeSpec[] AllTypes { get { throw null; } }
- public bool CheckDefinitions(Mono.CSharp.ModuleContainer module) { throw null; }
- }
- public sealed partial class BuiltinTypeSpec : Mono.CSharp.TypeSpec
- {
- public BuiltinTypeSpec(Mono.CSharp.MemberKind kind, string ns, string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public BuiltinTypeSpec(string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public override Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public string FullName { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- public static int GetSize(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveType(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveTypeOrDecimal(Mono.CSharp.TypeSpec type) { throw null; }
- public void SetDefinition(Mono.CSharp.ITypeDefinition td, System.Type type, Mono.CSharp.Modifiers mod) { }
- public void SetDefinition(Mono.CSharp.TypeSpec ts) { }
- public enum Type
- {
- Array = 24,
- Attribute = 29,
- Bool = 1,
- Byte = 2,
- Char = 4,
- Decimal = 13,
- Delegate = 22,
- Double = 12,
- Dynamic = 17,
- Enum = 21,
- Exception = 28,
- FirstPrimitive = 1,
- Float = 11,
- IDisposable = 27,
- IEnumerable = 26,
- IEnumerator = 25,
- Int = 7,
- IntPtr = 14,
- LastPrimitive = 12,
- Long = 9,
- MulticastDelegate = 23,
- None = 0,
- Object = 16,
- Other = 30,
- SByte = 3,
- Short = 5,
- String = 18,
- Type = 19,
- UInt = 8,
- UIntPtr = 15,
- ULong = 10,
- UShort = 6,
- ValueType = 20,
- }
- }
- public partial class ByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly byte Value;
- public ByteConstant(Mono.CSharp.BuiltinTypes types, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ByteConstant(Mono.CSharp.TypeSpec type, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Cast : Mono.CSharp.ShimExpression
- {
- public Cast(Mono.CSharp.Expression cast_type, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression TargetType { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Catch : Mono.CSharp.Statement
- {
- public Catch(Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.TypeSpec CatchType { get { throw null; } }
- public Mono.CSharp.Expression Filter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsGeneral { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class CatchFilterExpression : Mono.CSharp.BooleanExpression
- {
- public CatchFilterExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- }
- public partial class CharConstant : Mono.CSharp.Constant
- {
- public readonly char Value;
- public CharConstant(Mono.CSharp.BuiltinTypes types, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public CharConstant(Mono.CSharp.TypeSpec type, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class CharLiteral : Mono.CSharp.CharConstant, Mono.CSharp.ILiteralConstant
- {
- public CharLiteral(Mono.CSharp.BuiltinTypes types, char c, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(char), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Checked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Checked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class CheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public CheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public sealed partial class Class : Mono.CSharp.ClassOrStruct
- {
- public Class(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override string[] ConditionalConditions() { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public override void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- }
- public sealed partial class ClassCast : Mono.CSharp.TypeCast
- {
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, bool forced) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ClassOrStruct : Mono.CSharp.TypeDefinition
- {
- protected Mono.CSharp.Constructor generated_primary_constructor;
- public const System.Reflection.TypeAttributes StaticClassAttribute = (System.Reflection.TypeAttributes)(384);
- protected ClassOrStruct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.ToplevelBlock PrimaryConstructorBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual Mono.CSharp.Constructor DefineDefaultConstructor(bool is_static) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- }
- public partial class CloneContext
- {
- public CloneContext() { }
- public void AddBlockMap(Mono.CSharp.Block from, Mono.CSharp.Block to) { }
- public Mono.CSharp.Block LookupBlock(Mono.CSharp.Block from) { throw null; }
- public Mono.CSharp.Block RemapBlockCopy(Mono.CSharp.Block from) { throw null; }
- }
- public partial class CollectionOrObjectInitializers : Mono.CSharp.ExpressionStatement
- {
- public CollectionOrObjectInitializers(Mono.CSharp.Location loc) { }
- public CollectionOrObjectInitializers(System.Collections.Generic.IList<Mono.CSharp.Expression> initializers, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.IList<Mono.CSharp.Expression> Initializers { get { throw null; } }
- public bool IsCollectionInitializer { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool inferType) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class CommandLineParser
- {
- public CommandLineParser(System.IO.TextWriter errorOutput) { }
- public CommandLineParser(System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) { }
- public bool HasBeenStopped { get { throw null; } }
- public event System.Func<string[], int, int> UnknownOptionHandler { add { } remove { } }
- public bool ParseArguments(Mono.CSharp.CompilerSettings settings, string[] args) { throw null; }
- public Mono.CSharp.CompilerSettings ParseArguments(string[] args) { throw null; }
- public bool ProcessWarningsList(string text, System.Action<int> action) { throw null; }
- }
- public partial class Comparer : System.Collections.IComparer
- {
- internal Comparer() { }
- public int Compare(object a, object b) { throw null; }
- public static System.Reflection.EventInfo[] Sort(System.Reflection.EventInfo[] inf) { throw null; }
- public static System.Reflection.MemberInfo[] Sort(System.Reflection.MemberInfo[] inf) { throw null; }
- public static System.Reflection.MethodBase[] Sort(System.Reflection.MethodBase[] inf) { throw null; }
- public static System.Reflection.PropertyInfo[] Sort(System.Reflection.PropertyInfo[] inf) { throw null; }
- }
- public partial class CompilationSourceFile : Mono.CSharp.NamespaceContainer
- {
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent, Mono.CSharp.SourceFile sourceFile) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public string FileName { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry SymbolUnitEntry { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDefine(string value) { }
- public void AddIncludeFile(Mono.CSharp.SourceFile file) { }
- public void AddUndefine(string value) { }
- public bool IsConditionalDefined(string value) { throw null; }
- public override void PrepareEmit() { }
- }
- public delegate void CompiledMethod(ref object retvalue);
- public partial class CompilerCallableEntryPoint : System.MarshalByRefObject
- {
- public CompilerCallableEntryPoint() { }
- public static int[] AllWarningNumbers { get { throw null; } }
- public static bool InvokeCompiler(string[] args, System.IO.TextWriter error) { throw null; }
- public static void PartialReset() { }
- public static void Reset() { }
- public static void Reset(bool full_flag) { }
- }
- public partial class CompilerContext
- {
- public CompilerContext(Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool IsRuntimeBinder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.CompilerSettings Settings { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public Mono.CSharp.SourceFile LookupFile(Mono.CSharp.CompilationSourceFile comp_unit, string name) { throw null; }
- }
- public abstract partial class CompilerGeneratedContainer : Mono.CSharp.ClassOrStruct
- {
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected void CheckMembersDefined() { }
- protected override bool DoDefineMembers() { throw null; }
- protected static Mono.CSharp.MemberName MakeMemberName(Mono.CSharp.MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { throw null; }
- public static string MakeName(string host, string typePrefix, string name, int id) { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public partial class CompilerSettings
- {
- public System.Collections.Generic.List<string> AssemblyReferences;
- public System.Collections.Generic.List<System.Tuple<string, string>> AssemblyReferencesAliases;
- public bool BreakOnInternalError;
- public bool Checked;
- public int DebugFlags;
- public string DocumentationFile;
- public System.Text.Encoding Encoding;
- public bool EnhancedWarnings;
- public int FatalCounter;
- public bool GenerateDebugInfo;
- public System.Collections.Generic.List<string> GetResourceStrings;
- public bool LoadDefaultReferences;
- public string MainClass;
- public System.Collections.Generic.List<string> Modules;
- public bool Optimize;
- public string OutputFile;
- public bool ParseOnly;
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> PathMap;
- public Mono.CSharp.Platform Platform;
- public System.Collections.Generic.List<string> ReferencesLookupPaths;
- public System.Collections.Generic.List<Mono.CSharp.AssemblyResource> Resources;
- public string RuntimeMetadataVersion;
- public string SdkVersion;
- public bool ShowFullPaths;
- public bool Stacktrace;
- public bool StatementMode;
- public bool StdLib;
- public Mono.CSharp.RuntimeVersion StdLibRuntimeVersion;
- public bool StrongNameDelaySign;
- public string StrongNameKeyContainer;
- public string StrongNameKeyFile;
- public int TabSize;
- public Mono.CSharp.Target Target;
- public string TargetExt;
- public bool Timestamps;
- public bool TokenizeOnly;
- public bool Unsafe;
- public int VerboseParserFlag;
- public bool VerifyClsCompliance;
- public Mono.CSharp.LanguageVersion Version;
- public int WarningLevel;
- public bool WarningsAreErrors;
- public string Win32IconFile;
- public string Win32ResourceFile;
- public bool WriteMetadataOnly;
- public CompilerSettings() { }
- public Mono.CSharp.SourceFile FirstSourceFile { get { throw null; } }
- public bool HasKeyFileOrContainer { get { throw null; } }
- public bool NeedsEntryPoint { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public void AddConditionalSymbol(string symbol) { }
- public void AddWarningAsError(int id) { }
- public void AddWarningOnly(int id) { }
- public bool IsConditionalSymbolDefined(string symbol) { throw null; }
- public bool IsWarningAsError(int code) { throw null; }
- public bool IsWarningDisabledGlobally(int code) { throw null; }
- public bool IsWarningEnabled(int code, int level) { throw null; }
- public void SetIgnoreWarning(int code) { }
- }
- public abstract partial class CompletingExpression : Mono.CSharp.ExpressionStatement
- {
- protected CompletingExpression() { }
- public static void AppendResults(System.Collections.Generic.List<string> results, string prefix, System.Collections.Generic.IEnumerable<string> names) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompletionElementInitializer : Mono.CSharp.CompletingExpression
- {
- public CompletionElementInitializer(string partial_name, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class CompletionMemberAccess : Mono.CSharp.CompletingExpression
- {
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.Location l) { }
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class CompletionResult : System.Exception
- {
- public CompletionResult(string base_text, string[] res) { }
- public string BaseText { get { throw null; } }
- public string[] Result { get { throw null; } }
- }
- public partial class CompletionSimpleName : Mono.CSharp.CompletingExpression
- {
- public string Prefix;
- public CompletionSimpleName(string prefix, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ComposedCast : Mono.CSharp.TypeExpr
- {
- public ComposedCast(Mono.CSharp.FullNamedExpression left, Mono.CSharp.ComposedTypeSpecifier spec) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class ComposedTypeSpecifier
- {
- public readonly int Dimension;
- public readonly Mono.CSharp.Location Location;
- public static readonly Mono.CSharp.ComposedTypeSpecifier SingleDimension;
- public ComposedTypeSpecifier(int specifier, Mono.CSharp.Location loc) { }
- public bool IsNullable { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Next { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.ComposedTypeSpecifier CreateArrayDimension(int dimension, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreateNullable(Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreatePointer(Mono.CSharp.Location loc) { throw null; }
- public string GetSignatureForError() { throw null; }
- }
- public abstract partial class CompositeExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected CompositeExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompoundAssign : Mono.CSharp.Assign
- {
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Expression left) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Binary.Operator Operator { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- public sealed partial class TargetExpression : Mono.CSharp.Expression
- {
- public TargetExpression(Mono.CSharp.Expression child) { }
- public bool RequiresEmitWithAwait { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- }
- }
- public partial class Conditional : Mono.CSharp.Expression
- {
- public Conditional(Mono.CSharp.Expression expr, Mono.CSharp.Expression true_expr, Mono.CSharp.Expression false_expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression FalseExpr { get { throw null; } }
- public Mono.CSharp.Expression TrueExpr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConditionalAccessContext
- {
- public ConditionalAccessContext(Mono.CSharp.TypeSpec type, System.Reflection.Emit.Label endLabel) { }
- public System.Reflection.Emit.Label EndLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class ConditionalLogicalOperator : Mono.CSharp.UserOperatorCall
- {
- public ConditionalLogicalOperator(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments arguments, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, bool is_and, Mono.CSharp.Location loc) : base (default(Mono.CSharp.MethodSpec), default(Mono.CSharp.Arguments), default(System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression>), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ConditionalMemberAccess : Mono.CSharp.MemberAccess
- {
- public ConditionalMemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ConsoleReportPrinter : Mono.CSharp.StreamReportPrinter
- {
- public ConsoleReportPrinter() : base (default(System.IO.TextWriter)) { }
- public ConsoleReportPrinter(System.IO.TextWriter writer) : base (default(System.IO.TextWriter)) { }
- protected override string FormatText(string txt) { throw null; }
- }
- public partial class Const : Mono.CSharp.FieldBase
- {
- public Const(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public void DefineValue() { }
- public override void Emit() { }
- public static void Error_InvalidConstantType(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- public override void PrepareEmit() { }
- }
- public abstract partial class Constant : Mono.CSharp.Expression
- {
- protected Constant(Mono.CSharp.Location loc) { }
- public abstract bool IsDefaultValue { get; }
- public virtual bool IsLiteral { get { throw null; } }
- public abstract bool IsNegative { get; }
- public virtual bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public virtual bool IsZeroInteger { get { throw null; } }
- public sealed override Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public abstract Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type);
- public virtual Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.Constant CreateConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public static Mono.CSharp.Constant ExtractConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public virtual object GetTypedValue() { throw null; }
- public abstract object GetValue();
- public abstract string GetValueAsLiteral();
- public abstract long GetValueAsLong();
- public Mono.CSharp.Constant ImplicitConversionRequired(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsDefaultInitializer(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Constant Reduce(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target_type) { throw null; }
- public new bool Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CSharp.Constant TryReduce(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec targetType) { throw null; }
- }
- public partial class ConstantExpr : Mono.CSharp.MemberExpr
- {
- public ConstantExpr(Mono.CSharp.ConstSpec constant, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public static partial class ConstantFold
- {
- public static Mono.CSharp.Constant BinaryFold(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Constant left, Mono.CSharp.Constant right, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreateBinaryPromotionsTypes(Mono.CSharp.BuiltinTypes types) { throw null; }
- }
- public partial class ConstInitializer : Mono.CSharp.ShimExpression
- {
- public ConstInitializer(Mono.CSharp.FieldBase field, Mono.CSharp.Expression value, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext unused) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveInitializer(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class Constraints
- {
- public Constraints(Mono.CSharp.SimpleMemberName tparam, System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> constraints, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public Mono.CSharp.SimpleMemberName TypeParameter { get { throw null; } }
- public static bool CheckConflictingInheritedConstraint(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec bb, Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { throw null; }
- public void CheckGenericConstraints(Mono.CSharp.IMemberContext context, bool obsoleteCheck) { }
- public static void Error_ConflictingConstraints(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameterSpec tp, Mono.CSharp.TypeSpec ba, Mono.CSharp.TypeSpec bb, Mono.CSharp.Location loc) { }
- public bool Resolve(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameter tp) { throw null; }
- public void VerifyClsCompliance(Mono.CSharp.Report report) { }
- }
- public partial class Constructor : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- public const Mono.CSharp.Modifiers AllowedModifiers = (Mono.CSharp.Modifiers)(10383);
- public System.Reflection.Emit.ConstructorBuilder ConstructorBuilder;
- public static readonly string ConstructorName;
- public Mono.CSharp.ConstructorInitializer Initializer;
- public static readonly string TypeConstructorName;
- public Constructor(Mono.CSharp.TypeDefinition parent, string name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCompliantArgs { get { throw null; } }
- public bool IsPrimaryConstructor { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsDefault() { throw null; }
- Mono.CSharp.EmitContext Mono.CSharp.IMethodData.CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class ConstructorBaseInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorBaseInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class ConstructorInitializer : Mono.CSharp.ExpressionStatement
- {
- protected ConstructorInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConstructorThisInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorThisInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public partial class ConstSpec : Mono.CSharp.FieldSpec
- {
- public ConstSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo fi, Mono.CSharp.Modifiers mod, Mono.CSharp.Expression value) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.FieldInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Expression Value { get { throw null; } }
- public Mono.CSharp.Constant GetConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class ContextualReturn : Mono.CSharp.Return
- {
- public ContextualReturn(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Continue : Mono.CSharp.LocalExitStatement
- {
- public Continue(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ConvCast : Mono.CSharp.TypeCast
- {
- public ConvCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, Mono.CSharp.ConvCast.Mode m) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.ConvCast.Mode mode) { }
- public override string ToString() { throw null; }
- public enum Mode : byte
- {
- CH_I1 = (byte)48,
- CH_I2 = (byte)50,
- CH_U1 = (byte)49,
- I1_CH = (byte)4,
- I1_U1 = (byte)0,
- I1_U2 = (byte)1,
- I1_U4 = (byte)2,
- I1_U8 = (byte)3,
- I2_CH = (byte)12,
- I2_I1 = (byte)7,
- I2_U1 = (byte)8,
- I2_U2 = (byte)9,
- I2_U4 = (byte)10,
- I2_U8 = (byte)11,
- I4_CH = (byte)23,
- I4_I1 = (byte)17,
- I4_I2 = (byte)19,
- I4_U1 = (byte)18,
- I4_U2 = (byte)20,
- I4_U4 = (byte)21,
- I4_U8 = (byte)22,
- I8_CH = (byte)37,
- I8_I = (byte)38,
- I8_I1 = (byte)30,
- I8_I2 = (byte)32,
- I8_I4 = (byte)34,
- I8_U1 = (byte)31,
- I8_U2 = (byte)33,
- I8_U4 = (byte)35,
- I8_U8 = (byte)36,
- I_I8 = (byte)70,
- R4_CH = (byte)59,
- R4_I1 = (byte)51,
- R4_I2 = (byte)53,
- R4_I4 = (byte)55,
- R4_I8 = (byte)57,
- R4_U1 = (byte)52,
- R4_U2 = (byte)54,
- R4_U4 = (byte)56,
- R4_U8 = (byte)58,
- R8_CH = (byte)68,
- R8_I1 = (byte)60,
- R8_I2 = (byte)62,
- R8_I4 = (byte)64,
- R8_I8 = (byte)66,
- R8_R4 = (byte)69,
- R8_U1 = (byte)61,
- R8_U2 = (byte)63,
- R8_U4 = (byte)65,
- R8_U8 = (byte)67,
- U1_CH = (byte)6,
- U1_I1 = (byte)5,
- U2_CH = (byte)16,
- U2_I1 = (byte)13,
- U2_I2 = (byte)15,
- U2_U1 = (byte)14,
- U4_CH = (byte)29,
- U4_I1 = (byte)24,
- U4_I2 = (byte)26,
- U4_I4 = (byte)28,
- U4_U1 = (byte)25,
- U4_U2 = (byte)27,
- U8_CH = (byte)46,
- U8_I = (byte)47,
- U8_I1 = (byte)39,
- U8_I2 = (byte)41,
- U8_I4 = (byte)43,
- U8_I8 = (byte)45,
- U8_U1 = (byte)40,
- U8_U2 = (byte)42,
- U8_U4 = (byte)44,
- }
- }
- [System.FlagsAttribute]
- public enum CSharpBinderFlags
- {
- BinaryOperationLogical = 8,
- CheckedContext = 1,
- ConvertArrayIndex = 32,
- ConvertExplicit = 16,
- InvokeSimpleName = 2,
- InvokeSpecialName = 4,
- None = 0,
- ResultDiscarded = 256,
- ResultIndexed = 64,
- ValueFromCompoundAssignment = 128,
- }
- public partial class CSharpParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- public Mono.CSharp.Class InteractiveResult;
- public Mono.CSharp.Undo undo;
- public bool UnexpectedEOF;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 7;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session) { }
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.Report report, Mono.CSharp.ParserSession session) { }
- public Mono.CSharp.Tokenizer Lexer { get { throw null; } }
- public void parse() { }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- }
- public partial class DecimalConstant : Mono.CSharp.Constant
- {
- public readonly decimal Value;
- public DecimalConstant(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DecimalConstant(Mono.CSharp.TypeSpec type, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DecimalLiteral : Mono.CSharp.DecimalConstant, Mono.CSharp.ILiteralConstant
- {
- public DecimalLiteral(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(decimal), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class DeclarationExpression : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public DeclarationExpression(Mono.CSharp.FullNamedExpression variableType, Mono.CSharp.LocalVariable variable) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.FullNamedExpression VariableType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class DefaultParameterValueExpression : Mono.CSharp.CompositeExpression
- {
- public DefaultParameterValueExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter p) { }
- }
- public partial class DefaultValueExpression : Mono.CSharp.Expression
- {
- public DefaultValueExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class DefiniteAssignmentBitSet
- {
- public static readonly Mono.CSharp.DefiniteAssignmentBitSet Empty;
- public DefiniteAssignmentBitSet(Mono.CSharp.DefiniteAssignmentBitSet source) { }
- public DefiniteAssignmentBitSet(int length) { }
- public bool this[int index] { get { throw null; } }
- public static Mono.CSharp.DefiniteAssignmentBitSet And(System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet> das) { throw null; }
- public static bool IsIncluded(Mono.CSharp.DefiniteAssignmentBitSet @set, Mono.CSharp.DefiniteAssignmentBitSet test) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator &(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator |(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public void Set(int index) { }
- public void Set(int index, int length) { }
- public override string ToString() { throw null; }
- }
- public partial class Delegate : Mono.CSharp.TypeDefinition, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly string InvokeMethodName;
- public Delegate(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled param_list, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression InstanceExpression { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public static string FullDelegateDesc(Mono.CSharp.MethodSpec invoke_method) { throw null; }
- public static Mono.CSharp.MethodSpec GetConstructor(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.MethodSpec GetInvokeMethod(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.AParametersCollection GetParameters(Mono.CSharp.TypeSpec delType) { throw null; }
- public static bool IsTypeCovariant(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec a, Mono.CSharp.TypeSpec b) { throw null; }
- public override void PrepareEmit() { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class DelegateCreation : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- protected Mono.CSharp.MethodSpec constructor_method;
- protected Mono.CSharp.MethodGroupExpr method_group;
- protected DelegateCreation() { }
- public bool AllowSpecialMethodsInvocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Arguments CreateDelegateMethodArguments(Mono.CSharp.ResolveContext rc, Mono.CSharp.AParametersCollection pd, Mono.CSharp.TypeSpec[] types, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public static bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.TypeSpec target_type) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- public partial class Destructor : Mono.CSharp.MethodOrOperator
- {
- public static readonly string MetadataName;
- public Destructor(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override string GetSignatureForError() { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- }
- public partial class Do : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public Do(Mono.CSharp.Statement statement, Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Location doLocation, Mono.CSharp.Location whileLocation) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Location WhileLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class DoubleConstant : Mono.CSharp.Constant
- {
- public readonly double Value;
- public DoubleConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DoubleConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DoubleLiteral : Mono.CSharp.DoubleConstant, Mono.CSharp.ILiteralConstant
- {
- public DoubleLiteral(Mono.CSharp.BuiltinTypes types, double d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class DynamicResultCast : Mono.CSharp.ShimExpression
- {
- public DynamicResultCast(Mono.CSharp.TypeSpec type, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class ElementAccess : Mono.CSharp.Expression
- {
- public Mono.CSharp.Arguments Arguments;
- public Mono.CSharp.Expression Expr;
- public ElementAccess(Mono.CSharp.Expression e, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_CannotApplyIndexing(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ElementInitializer : Mono.CSharp.Assign
- {
- public readonly string Name;
- public ElementInitializer(string name, Mono.CSharp.Expression initializer, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public bool IsDictionaryInitializer { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- protected virtual bool ResolveElement(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public abstract partial class ElementTypeSpec : Mono.CSharp.TypeSpec, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- protected ElementTypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec element, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeSpec Element { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { set { } }
- public bool IsImported { get { throw null; } }
- System.Nullable<bool> Mono.CSharp.IMemberDefinition.CLSAttributeValue { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public string[] ConditionalConditions() { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- protected virtual string GetPostfixSignature() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- }
- public partial class EmitContext : Mono.CSharp.BuilderContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public System.Reflection.Emit.Label DefaultTarget;
- public readonly System.Reflection.Emit.ILGenerator ig;
- public System.Reflection.Emit.Label LoopBegin;
- public System.Reflection.Emit.Label LoopEnd;
- public System.Reflection.Emit.LocalBuilder return_value;
- public Mono.CSharp.Switch Switch;
- public EmitContext(Mono.CSharp.IMemberContext rc, System.Reflection.Emit.ILGenerator ig, Mono.CSharp.TypeSpec return_type, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder methodSymbols) { }
- public Mono.CSharp.LocalVariable AsyncThrowVariable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public Mono.CSharp.ConditionalAccessContext ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentTypeDefinition { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool EmitAccurateDebugInfo { get { throw null; } }
- public bool HasMethodSymbolBuilder { get { throw null; } }
- public bool HasReturnLabel { get { throw null; } }
- public bool IsAnonymousStoreyMutateRequired { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsStaticConstructor { get { throw null; } }
- public Mono.CSharp.IMemberContext MemberContext { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public bool NotifyEvaluatorOnStore { get { throw null; } }
- public System.Reflection.Emit.Label RecursivePatternLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Reflection.Emit.Label ReturnLabel { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.IExpressionCleanup> StatementEpilogue { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.TryFinally> TryFinallyUnwind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddStatementEpilog(Mono.CSharp.IExpressionCleanup cleanupExpression) { }
- public void AssertEmptyStack() { }
- public void BeginCatchBlock(Mono.CSharp.TypeSpec type) { }
- public void BeginCompilerScope(int scopeIndex) { }
- public void BeginExceptionBlock() { }
- public void BeginExceptionFilterBlock() { }
- public void BeginFilterHandler() { }
- public void BeginFinallyBlock() { }
- public void BeginScope(int scopeIndex) { }
- public void CloseConditionalAccess(Mono.CSharp.TypeSpec type) { }
- public System.Reflection.Emit.Label CreateReturnLabel() { throw null; }
- public System.Reflection.Emit.LocalBuilder DeclareLocal(Mono.CSharp.TypeSpec type, bool pinned) { throw null; }
- public System.Reflection.Emit.Label DefineLabel() { throw null; }
- public void DefineLocalVariable(string name, System.Reflection.Emit.LocalBuilder builder) { }
- public void Emit(System.Reflection.Emit.OpCode opcode) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.FieldSpec field) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method, System.Type[] vargs) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.TypeSpec type) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, double arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label label) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label[] labels) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.LocalBuilder local) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, float arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, string arg) { }
- public void EmitArgumentAddress(int pos) { }
- public void EmitArgumentLoad(int pos) { }
- public void EmitArgumentStore(int pos) { }
- public void EmitArrayAddress(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayLoad(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayNew(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayStore(Mono.CSharp.ArrayContainer ac) { }
- public void EmitEpilogue() { }
- public void EmitInt(int i) { }
- public void EmitLoadFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitLong(long l) { }
- public void EmitNull() { }
- public void EmitStoreFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitThis() { }
- public void EndExceptionBlock() { }
- public void EndScope() { }
- public void FreeTemporaryLocal(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public Mono.CSharp.StackFieldExpr GetTemporaryField(Mono.CSharp.TypeSpec type, bool initializedFieldRequired=false) { throw null; }
- public System.Reflection.Emit.LocalBuilder GetTemporaryLocal(Mono.CSharp.TypeSpec t) { throw null; }
- public bool Mark(Mono.CSharp.Location loc) { throw null; }
- public void MarkCallEntry(Mono.CSharp.Location loc) { }
- public void MarkLabel(System.Reflection.Emit.Label label) { }
- public System.Reflection.Emit.LocalBuilder TemporaryReturn() { throw null; }
- }
- public partial class EmptyCast : Mono.CSharp.TypeCast
- {
- internal EmptyCast() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec type) { throw null; }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public partial class EmptyCompletion : Mono.CSharp.CompletingExpression
- {
- public EmptyCompletion() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class EmptyConstantCast : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant child;
- public EmptyConstantCast(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec type) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class EmptyExpression : Mono.CSharp.Expression
- {
- public static readonly Mono.CSharp.EmptyExpression EventAddition;
- public static readonly Mono.CSharp.EmptyExpression EventSubtraction;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberAccess;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberOutAccess;
- public static readonly Mono.CSharp.EmptyExpression MissingValue;
- public static readonly Mono.CSharp.Expression Null;
- public static readonly Mono.CSharp.EmptyExpression OutAccess;
- public static readonly Mono.CSharp.EmptyExpression UnaryAddress;
- public EmptyExpression(Mono.CSharp.TypeSpec t) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyExpressionStatement : Mono.CSharp.ExpressionStatement
- {
- internal EmptyExpressionStatement() { }
- public static readonly Mono.CSharp.EmptyExpressionStatement Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyStatement : Mono.CSharp.Statement
- {
- public EmptyStatement(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Enum : Mono.CSharp.TypeDefinition
- {
- public static readonly string UnderlyingValueField;
- public Enum(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.FullNamedExpression BaseTypeExpression { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeSpec UnderlyingType { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddEnumMember(Mono.CSharp.EnumMember em) { }
- protected override void DoDefineContainer() { }
- protected override bool DoDefineMembers() { throw null; }
- public void Error_UnderlyingType(Mono.CSharp.Location loc) { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class EnumConstant : Mono.CSharp.Constant
- {
- public Mono.CSharp.Constant Child;
- public EnumConstant(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec enum_type) : base (default(Mono.CSharp.Location)) { }
- protected EnumConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetTypedValue() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public Mono.CSharp.EnumConstant Increment() { throw null; }
- }
- public partial class EnumMember : Mono.CSharp.Const
- {
- public EnumMember(Mono.CSharp.Enum parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- }
- public partial class ErrorExpression : Mono.CSharp.EmptyExpression
- {
- internal ErrorExpression() : base (default(Mono.CSharp.TypeSpec)) { }
- public static readonly Mono.CSharp.ErrorExpression Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- public override void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public override void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class Evaluator
- {
- public bool DescribeTypeExpressions;
- public bool Terse;
- public Evaluator(Mono.CSharp.CompilerContext ctx) { }
- public System.Type InteractiveBaseClass { get { throw null; } set { } }
- public Mono.CSharp.ValueModificationHandler ModificationListener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WaitOnTask { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.CompiledMethod Compile(string input) { throw null; }
- public string Compile(string input, out Mono.CSharp.CompiledMethod compiled) { compiled = default(Mono.CSharp.CompiledMethod); throw null; }
- public object Evaluate(string input) { throw null; }
- public string Evaluate(string input, out object result, out bool result_set) { result = default(object); result_set = default(bool); throw null; }
- public string[] GetCompletions(string input, out string prefix) { prefix = default(string); throw null; }
- public string GetUsing() { throw null; }
- public string GetVars() { throw null; }
- public void Interrupt() { }
- public void LoadAssembly(string file) { }
- public void ReferenceAssembly(System.Reflection.Assembly a) { }
- public bool Run(string statement) { throw null; }
- }
- public abstract partial class Event : Mono.CSharp.PropertyBasedMember
- {
- protected Mono.CSharp.EventSpec spec;
- protected Event(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Event.AEventAccessor Add { get { throw null; } set { } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.Event.AEventAccessor Remove { get { throw null; } set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public abstract partial class AEventAccessor : Mono.CSharp.AbstractPropertyEventMethod
- {
- public const string AddPrefix = "add_";
- protected readonly Mono.CSharp.Event method;
- public const string RemovePrefix = "remove_";
- protected AEventAccessor(Mono.CSharp.Event method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsInterfaceImplementation { get { throw null; } }
- public Mono.CSharp.MethodData MethodData { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- }
- public partial class EventExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod
- {
- public EventExpr(Mono.CSharp.EventSpec spec, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.MethodSpec Operator { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- protected override void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class EventField : Mono.CSharp.Event
- {
- public EventField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- }
- public partial class EventProperty : Mono.CSharp.Event
- {
- public EventProperty(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public sealed partial class AddDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public AddDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class AEventPropertyAccessor : Mono.CSharp.Event.AEventAccessor
- {
- protected AEventPropertyAccessor(Mono.CSharp.EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Event), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.TypeContainer ds) { }
- public override string GetSignatureForError() { throw null; }
- }
- public sealed partial class RemoveDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public RemoveDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- }
- public partial class EventSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public EventSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec eventType, Mono.CSharp.Modifiers modifiers, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec AccessorAdd { get { throw null; } set { } }
- public Mono.CSharp.MethodSpec AccessorRemove { get { throw null; } set { } }
- public Mono.CSharp.FieldSpec BackingField { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public abstract partial class ExceptionStatement : Mono.CSharp.ResumableStatement
- {
- protected int first_catch_resume_pc;
- protected int first_resume_pc;
- protected Mono.CSharp.ExceptionStatement parent_try_block;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected ExceptionStatement(Mono.CSharp.Location loc) { }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt, int pc, Mono.CSharp.StateMachineInitializer stateMachine, Mono.CSharp.TryCatch catchBlock) { throw null; }
- protected virtual void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ExitStatement : Mono.CSharp.Statement
- {
- protected bool unwind_protect;
- protected ExitStatement() { }
- protected abstract bool IsLocalExit { get; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected abstract bool DoResolve(Mono.CSharp.BlockContext bc);
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class ExplicitBlock : Mono.CSharp.Block
- {
- protected Mono.CSharp.AnonymousMethodStorey am_storey;
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.AnonymousMethodStorey AnonymousMethodStorey { get { throw null; } }
- public bool HasAwait { get { throw null; } }
- public bool HasCapturedThis { get { throw null; } set { } }
- public bool HasCapturedVariable { get { throw null; } set { } }
- public bool HasReachableClosingBrace { get { throw null; } set { } }
- public bool HasYield { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey CreateAnonymousMethodStorey(Mono.CSharp.ResolveContext ec) { throw null; }
- protected void DefineStoreyContainer(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void DisableDebugScopeIndex() { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitScopeInitialization(Mono.CSharp.EmitContext ec) { }
- public virtual int GetDebugSymbolScopeIndex() { throw null; }
- public void RegisterAsyncAwait() { }
- public void RegisterIteratorYield() { }
- public void SetCatchBlock() { }
- public void SetFinallyBlock() { }
- public void WrapIntoDestructor(Mono.CSharp.TryFinally tf, Mono.CSharp.ExplicitBlock tryBlock) { }
- }
- public enum ExprClass : byte
- {
- EventAccess = (byte)8,
- IndexerAccess = (byte)9,
- MethodGroup = (byte)6,
- Namespace = (byte)3,
- Nothing = (byte)10,
- PropertyAccess = (byte)7,
- Type = (byte)4,
- TypeParameter = (byte)5,
- Unresolved = (byte)0,
- Value = (byte)1,
- Variable = (byte)2,
- }
- public abstract partial class Expression
- {
- public Mono.CSharp.ExprClass eclass;
- protected Mono.CSharp.Location loc;
- protected Mono.CSharp.TypeSpec type;
- protected Expression() { }
- public virtual string ExprClassName { get { throw null; } }
- public Mono.CSharp.ResolveFlags ExprClassToResolveFlags { get { throw null; } }
- public virtual bool IsNull { get { throw null; } }
- public virtual bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public virtual Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- public virtual Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected virtual void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public static Mono.CSharp.MethodSpec ConstructorLookup(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, ref Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public virtual bool ContainsEmitWithAwait() { throw null; }
- protected Mono.CSharp.Expression ConvertExpressionToArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression source, bool pointerArray=false) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.Arguments args) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public abstract Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec);
- protected static Mono.CSharp.TypeExpr CreateExpressionTypeExpression(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { throw null; }
- protected abstract Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc);
- public virtual Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public abstract void Emit(Mono.CSharp.EmitContext ec);
- public virtual void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected static void EmitExpressionsList(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.Expression> expressions) { }
- public virtual void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public virtual void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public static void ErrorIsInaccesible(Mono.CSharp.IMemberContext rc, string member, Mono.CSharp.Location loc) { }
- public void Error_ConstantCanBeInitializedWithNullOnly(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc, string name) { }
- public void Error_ExpressionMustBeConstant(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string e_name) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.BlockContext bc) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.Report report) { }
- protected virtual void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected static void Error_NamedArgument(Mono.CSharp.NamedArgument na, Mono.CSharp.Report Report) { }
- protected virtual void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- protected void Error_NullPropagatingLValue(Mono.CSharp.ResolveContext rc) { }
- protected void Error_NullShortCircuitInsideExpressionTree(Mono.CSharp.ResolveContext rc) { }
- public virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- protected void Error_PointerInsideExpressionTree(Mono.CSharp.ResolveContext ec) { }
- public void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, Mono.CSharp.MemberSpec member, Mono.CSharp.Location loc) { }
- public static void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, string exprType, string name, Mono.CSharp.Location loc) { }
- public static void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec type, string name) { }
- public virtual void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public static void Error_UnexpectedKind(Mono.CSharp.IMemberContext ctx, Mono.CSharp.Expression memberExpr, string expected, string was, Mono.CSharp.Location loc) { }
- public virtual void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public virtual void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public virtual void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- protected void Error_ValueCannotBeConvertedCore(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec target, bool expl) { }
- public static void Error_VoidInvalidInTheContext(Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- protected void Error_VoidPointerOperation(Mono.CSharp.ResolveContext rc) { }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- protected static Mono.CSharp.Expression GetOperatorFalse(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- protected static Mono.CSharp.Expression GetOperatorTrue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual bool HasConditionalAccess() { throw null; }
- public static bool IsNeverNull(Mono.CSharp.Expression expr) { throw null; }
- protected static bool IsNullPropagatingValid(Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.TypeSpec LiftMemberType(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public virtual System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Expression MakePointerAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression MemberLookup(Mono.CSharp.IMemberContext rc, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression MemberLookupToExpression(Mono.CSharp.IMemberContext rc, System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression ProbeIdenticalTypeName(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.SimpleName name) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags) { throw null; }
- public virtual Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public Mono.CSharp.Constant ResolveLabelConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression ResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public static void UnsafeError(Mono.CSharp.Report Report, Mono.CSharp.Location loc) { }
- public static void UnsafeError(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public static void Warning_UnreachableExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum MemberLookupRestrictions
- {
- DontSetConditionalAccess = 256,
- EmptyArguments = 16,
- ExactArity = 4,
- IgnoreAmbiguity = 64,
- IgnoreArity = 32,
- InvocableOnly = 1,
- NameOfExcluded = 128,
- None = 0,
- ReadAccess = 8,
- }
- }
- public abstract partial class ExpressionStatement : Mono.CSharp.Expression
- {
- protected ExpressionStatement() { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public abstract void EmitStatement(Mono.CSharp.EmitContext ec);
- public virtual void MarkReachable(Mono.CSharp.Reachability rc) { }
- public virtual Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class ExtensionMethodCandidates
- {
- public ExtensionMethodCandidates(Mono.CSharp.IMemberContext context, System.Collections.Generic.IList<Mono.CSharp.MethodSpec> methods, Mono.CSharp.NamespaceContainer nsContainer, int lookupIndex) { }
- public Mono.CSharp.NamespaceContainer Container { get { throw null; } }
- public Mono.CSharp.IMemberContext Context { get { throw null; } }
- public int LookupIndex { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MethodSpec> Methods { get { throw null; } }
- }
- public partial class Field : Mono.CSharp.FieldBase
- {
- public Field(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class FieldBase : Mono.CSharp.MemberBase
- {
- protected System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> declarators;
- protected System.Reflection.Emit.FieldBuilder FieldBuilder;
- protected Mono.CSharp.Expression initializer;
- protected Mono.CSharp.FieldSpec spec;
- public Mono.CSharp.FieldBase.Status status;
- protected FieldBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public virtual Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public static void Error_VariableOfStaticClass(Mono.CSharp.Location loc, string variable_name, Mono.CSharp.TypeSpec static_class, Mono.CSharp.Report Report) { }
- public void SetCustomAttribute(Mono.CSharp.MethodSpec ctor, byte[] data) { }
- protected override bool VerifyClsCompliance() { throw null; }
- [System.FlagsAttribute]
- public enum Status : byte
- {
- HAS_OFFSET = (byte)4,
- }
- }
- public partial class FieldDeclarator
- {
- public FieldDeclarator(Mono.CSharp.SimpleMemberName name, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.SimpleMemberName Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public virtual Mono.CSharp.FullNamedExpression GetFieldTypeExpression(Mono.CSharp.FieldBase field) { throw null; }
- }
- public partial class FieldExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected Mono.CSharp.FieldSpec spec;
- public FieldExpr(Mono.CSharp.FieldBase fi, Mono.CSharp.Location l) { }
- public FieldExpr(Mono.CSharp.FieldSpec spec, Mono.CSharp.Location loc) { }
- protected FieldExpr(Mono.CSharp.Location l) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsHoisted { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool convertInstance) { throw null; }
- public Mono.CSharp.Expression CreateTypeOfExpression() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void EmitAssignFromStack(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsMarshalByRefAccess(Mono.CSharp.ResolveContext rc) { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public void SetFieldAssigned(Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetHasAddressTaken() { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class FieldInitializer : Mono.CSharp.Assign
- {
- public FieldInitializer(Mono.CSharp.FieldBase mc, Mono.CSharp.Expression expression, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public int AssignmentOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.FieldBase Field { get { throw null; } }
- public bool IsDefaultInitializer { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class FieldSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public FieldSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public bool IsReadOnly { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.FieldInfo GetMetaInfo() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.FieldSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Fixed : Mono.CSharp.Statement
- {
- public Fixed(Mono.CSharp.Fixed.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location l) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- }
- public partial class FixedField : Mono.CSharp.FieldBase
- {
- public const string FixedElementName = "FixedElementField";
- public FixedField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Nullable<System.Runtime.InteropServices.CharSet> CharSetValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- }
- public partial class FloatConstant : Mono.CSharp.Constant
- {
- public readonly double DoubleValue;
- public FloatConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public FloatConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public float Value { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class FloatLiteral : Mono.CSharp.FloatConstant, Mono.CSharp.ILiteralConstant
- {
- public FloatLiteral(Mono.CSharp.BuiltinTypes types, float f, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class FlowAnalysisContext
- {
- public FlowAnalysisContext(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersBlock parametersBlock, int definiteAssignmentLength) { }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnFalse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnTrue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersBlock ParametersBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.DefiniteAssignmentBitSet SwitchInitialDefinitiveAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryFinally TryFinally { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UnreachableReported { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AddReachedLabel(Mono.CSharp.Statement label) { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment() { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment(Mono.CSharp.DefiniteAssignmentBitSet da) { throw null; }
- public System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> CopyLabelStack() { throw null; }
- public bool IsDefinitelyAssigned(Mono.CSharp.VariableInfo variable) { throw null; }
- public bool IsStructFieldDefinitelyAssigned(Mono.CSharp.VariableInfo variable, string name) { throw null; }
- public void SetLabelStack(System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> labelStack) { }
- public void SetStructFieldAssigned(Mono.CSharp.VariableInfo variable, string name) { }
- public void SetVariableAssigned(Mono.CSharp.VariableInfo variable, bool generatedAssignment=false) { }
- }
- public partial class For : Mono.CSharp.LoopStatement
- {
- public For(Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Iterator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class Foreach : Mono.CSharp.LoopStatement
- {
- public Foreach(Mono.CSharp.Expression type, Mono.CSharp.LocalVariable var, Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Block body, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public abstract partial class FullNamedExpression : Mono.CSharp.Expression
- {
- protected FullNamedExpression() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public abstract Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments);
- }
- public sealed partial class GlobalRootNamespace : Mono.CSharp.RootNamespace
- {
- public GlobalRootNamespace() : base (default(string)) { }
- }
- public partial class Goto : Mono.CSharp.ExitStatement
- {
- public Goto(string label, Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public string Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public static void Error_UnknownLabel(Mono.CSharp.BlockContext bc, string label, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class GotoCase : Mono.CSharp.SwitchGoto
- {
- public GotoCase(Mono.CSharp.Expression e, Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.SwitchLabel Label { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class GotoDefault : Mono.CSharp.SwitchGoto
- {
- public GotoDefault(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class HoistedParameter : Mono.CSharp.HoistedVariable
- {
- public HoistedParameter(Mono.CSharp.AnonymousMethodStorey scope, Mono.CSharp.ParameterReference par) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public HoistedParameter(Mono.CSharp.HoistedParameter hp, string name) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public bool IsAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParameterReference Parameter { get { throw null; } }
- public void EmitHoistingAssignment(Mono.CSharp.EmitContext ec) { }
- }
- public partial class HoistedStoreyClass : Mono.CSharp.CompilerGeneratedContainer
- {
- protected Mono.CSharp.TypeParameterMutator mutator;
- public HoistedStoreyClass(Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberName name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Modifiers mods, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeParameterMutator Mutator { get { throw null; } set { } }
- public Mono.CSharp.HoistedStoreyClass GetGenericStorey() { throw null; }
- public sealed partial class HoistedField : Mono.CSharp.Field
- {
- public HoistedField(Mono.CSharp.HoistedStoreyClass parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class HoistedThis : Mono.CSharp.HoistedVariable
- {
- public HoistedThis(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- }
- public abstract partial class HoistedVariable
- {
- protected Mono.CSharp.Field field;
- protected readonly Mono.CSharp.AnonymousMethodStorey storey;
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) { }
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, string name, Mono.CSharp.TypeSpec type) { }
- public Mono.CSharp.Field Field { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CreateExpressionTree() { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr GetFieldExpression(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial interface IAssemblyDefinition
- {
- string FullName { get; }
- bool IsCLSCompliant { get; }
- bool IsMissing { get; }
- string Name { get; }
- byte[] GetPublicKeyToken();
- bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly);
- }
- public partial interface IAssignMethod
- {
- void Emit(Mono.CSharp.EmitContext ec, bool leave_copy);
- void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound);
- }
- public partial interface IExpressionCleanup
- {
- void EmitCleanup(Mono.CSharp.EmitContext ec);
- }
- public partial class If : Mono.CSharp.Statement
- {
- public Mono.CSharp.Statement FalseStatement;
- public Mono.CSharp.Statement TrueStatement;
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Location l) { }
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Statement false_statement, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial interface IFixedExpression
- {
- bool IsFixed { get; }
- }
- public partial interface IGenericMethodDefinition : Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- }
- public partial interface IInterfaceMemberSpec
- {
- Mono.CSharp.TypeSpec MemberType { get; }
- }
- public partial interface ILiteralConstant
- {
- }
- public partial interface ILocalVariable
- {
- void Emit(Mono.CSharp.EmitContext ec);
- void EmitAddressOf(Mono.CSharp.EmitContext ec);
- void EmitAssign(Mono.CSharp.EmitContext ec);
- }
- public partial interface IMemberContext : Mono.CSharp.IModuleContext
- {
- Mono.CSharp.MemberCore CurrentMemberDefinition { get; }
- Mono.CSharp.TypeSpec CurrentType { get; }
- Mono.CSharp.TypeParameters CurrentTypeParameters { get; }
- bool IsObsolete { get; }
- bool IsStatic { get; }
- bool IsUnsafe { get; }
- string GetSignatureForError();
- Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity);
- Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name);
- Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc);
- }
- public partial interface IMemberDefinition
- {
- System.Nullable<bool> CLSAttributeValue { get; }
- bool IsImported { get; }
- string Name { get; }
- string[] ConditionalConditions();
- System.ObsoleteAttribute GetAttributeObsolete();
- void SetIsAssigned();
- void SetIsUsed();
- }
- public partial interface IMemoryLocation
- {
- void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode);
- }
- public partial interface IMethodData : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- Mono.CSharp.ToplevelBlock Block { get; set; }
- System.Reflection.CallingConventions CallingConventions { get; }
- bool IsAccessor { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.MemberName MethodName { get; }
- Mono.CSharp.Attributes OptAttributes { get; }
- Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- Mono.CSharp.TypeSpec ReturnType { get; }
- Mono.CSharp.MethodSpec Spec { get; }
- Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod);
- }
- public partial interface IMethodDefinition : Mono.CSharp.IMemberDefinition
- {
- System.Reflection.MethodBase Metadata { get; }
- }
- public partial interface IModuleContext
- {
- Mono.CSharp.ModuleContainer Module { get; }
- }
- public partial class ImplicitCast : Mono.CSharp.ShimExpression
- {
- public ImplicitCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target, bool arrayAccess) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ImplicitDelegateCreation : Mono.CSharp.DelegateCreation
- {
- public ImplicitDelegateCreation(Mono.CSharp.TypeSpec delegateType, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location loc) { }
- public static bool ContainsMethodTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ImplicitLambdaParameter : Mono.CSharp.Parameter
- {
- public ImplicitLambdaParameter(string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- public void SetParameterType(Mono.CSharp.TypeSpec type) { }
- }
- public partial class ImportedAssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- public ImportedAssemblyDefinition(System.Reflection.Assembly assembly) { }
- public System.Reflection.Assembly Assembly { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasStrongName { get { throw null; } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsMissing { get { throw null; } }
- public string Location { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Reflection.AssemblyName GetAssemblyVisibleToName(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void ReadAttributes() { }
- public override string ToString() { throw null; }
- }
- public partial class ImportedModuleDefinition
- {
- public ImportedModuleDefinition(System.Reflection.Module module) { }
- public bool IsCLSCompliant { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Attribute> ReadAssemblyAttributes() { throw null; }
- public void ReadAttributes() { }
- }
- public partial interface INamedBlockVariable
- {
- Mono.CSharp.Block Block { get; }
- bool IsDeclared { get; }
- bool IsParameter { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc);
- }
- public partial class Indexer : Mono.CSharp.PropertyBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public Indexer(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- public partial class GetIndexerMethod : Mono.CSharp.PropertyBase.GetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public GetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public partial class SetIndexerMethod : Mono.CSharp.PropertyBase.SetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public SetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- }
- }
- public partial class IndexerSpec : Mono.CSharp.PropertySpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public IndexerSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, Mono.CSharp.AParametersCollection parameters, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.PropertyInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Indirection : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation
- {
- public Indirection(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class InflatedTypeSpec : Mono.CSharp.TypeSpec
- {
- public InflatedTypeSpec(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec openType, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec[] targs) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public bool HasConstraintsChecked { get { throw null; } set { } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public override bool IsArrayGenericInterface { get { throw null; } }
- public override bool IsExpressionTreeType { get { throw null; } }
- public override bool IsGenericTask { get { throw null; } }
- public override bool IsNullableType { get { throw null; } }
- public override Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public override bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public static bool ContainsTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterInflator CreateLocalInflator(Mono.CSharp.IModuleContext context) { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override string GetTypeNameSignature() { throw null; }
- public bool HasDynamicArgument() { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- protected override bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstanceEmitter
- {
- public InstanceEmitter(Mono.CSharp.Expression instance, bool addressLoad) { throw null;}
- public void Emit(Mono.CSharp.EmitContext ec, bool conditionalAccess) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec, bool boxInstance) { }
- public Mono.CSharp.TypeSpec GetStackType(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class IntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly int Value;
- public IntConstant(Mono.CSharp.BuiltinTypes types, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public IntConstant(Mono.CSharp.TypeSpec type, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public abstract partial class IntegralConstant : Mono.CSharp.Constant
- {
- protected IntegralConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public abstract Mono.CSharp.Constant Increment();
- }
- public partial class InteractiveBase
- {
- public static string ContinuationPrompt;
- public static System.IO.TextWriter Error;
- public static Mono.CSharp.Evaluator Evaluator;
- public static System.IO.TextWriter Output;
- public static string Prompt;
- public static bool QuitRequested;
- public InteractiveBase() { }
- public static string help { get { throw null; } }
- public static object quit { get { throw null; } }
- public static string Describe(object x) { throw null; }
- public static void LoadAssembly(string assembly) { }
- public static void LoadPackage(string pkg) { }
- public static void print(object obj) { }
- public static void print(string fmt, params object[] args) { }
- public static void Quit() { }
- public static void ShowUsing() { }
- public static void ShowVars() { }
- public static System.TimeSpan Time(System.Action a) { throw null; }
- }
- public sealed partial class Interface : Mono.CSharp.TypeDefinition
- {
- public Interface(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class InterfaceMemberBase : Mono.CSharp.MemberBase
- {
- protected const Mono.CSharp.Modifiers AllowedModifiersClass = (Mono.CSharp.Modifiers)(12031);
- protected const Mono.CSharp.Modifiers AllowedModifiersInterface = (Mono.CSharp.Modifiers)(8208);
- protected const Mono.CSharp.Modifiers AllowedModifiersStruct = (Mono.CSharp.Modifiers)(11423);
- protected Mono.CSharp.MethodSpec base_method;
- public System.Reflection.MethodAttributes flags;
- public Mono.CSharp.TypeSpec InterfaceType;
- public readonly bool IsExplicitImpl;
- public bool IsInterface;
- protected bool is_external_implementation;
- protected InterfaceMemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public abstract Mono.CSharp.Variance ExpectedMemberTypeVariance { get; }
- public override bool IsUsed { get { throw null; } }
- public string ShortName { get { throw null; } }
- protected static bool CheckAccessModifiers(Mono.CSharp.MemberCore this_member, Mono.CSharp.MemberSpec base_member) { throw null; }
- protected override bool CheckBase() { throw null; }
- protected virtual bool CheckForDuplications() { throw null; }
- protected virtual bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- protected bool DefineParameters(Mono.CSharp.ParametersCompiled parameters) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- protected void Error_CannotChangeAccessModifiers(Mono.CSharp.MemberCore member, Mono.CSharp.MemberSpec base_member) { }
- protected void Error_StaticReturnType() { }
- protected virtual Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public string GetFullName(Mono.CSharp.MemberName name) { throw null; }
- public string GetFullName(string name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- }
- public partial class InternalErrorException : System.Exception
- {
- public InternalErrorException() { }
- public InternalErrorException(Mono.CSharp.MemberCore mc, System.Exception e) { }
- public InternalErrorException(System.Exception e, Mono.CSharp.Location loc) { }
- public InternalErrorException(System.Exception exception, string message, params object[] args) { }
- public InternalErrorException(string message) { }
- public InternalErrorException(string message, params object[] args) { }
- }
- public partial class InterpolatedString : Mono.CSharp.Expression
- {
- public InterpolatedString(Mono.CSharp.StringLiteral start, System.Collections.Generic.List<Mono.CSharp.Expression> interpolations, Mono.CSharp.StringLiteral end) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.Expression ConvertTo(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class InterpolatedStringInsert : Mono.CSharp.CompositeExpression
- {
- public InterpolatedStringInsert(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression Alignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Format { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public System.Nullable<int> ResolveAligment(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class IntLiteral : Mono.CSharp.IntConstant, Mono.CSharp.ILiteralConstant
- {
- public IntLiteral(Mono.CSharp.BuiltinTypes types, int l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(int), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class Invocation : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.Expression expr;
- protected Mono.CSharp.MethodGroupExpr mg;
- public Invocation(Mono.CSharp.Expression expr, Mono.CSharp.Arguments arguments) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public Mono.CSharp.Expression Exp { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr MethodGroup { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected virtual Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsMemberInvocable(Mono.CSharp.MemberSpec member) { throw null; }
- public static bool IsSpecialMethodInvocation(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodSpec method, Mono.CSharp.Location loc) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression instance, Mono.CSharp.MethodSpec mi, Mono.CSharp.Arguments args) { throw null; }
- public override Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class Predefined : Mono.CSharp.Invocation
- {
- public Predefined(Mono.CSharp.MethodGroupExpr expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- }
- public partial interface IParameterData
- {
- Mono.CSharp.Expression DefaultValue { get; }
- bool HasDefaultValue { get; }
- bool HasExtensionMethodModifier { get; }
- Mono.CSharp.Parameter.Modifier ModFlags { get; }
- string Name { get; }
- }
- public partial interface IParametersMember : Mono.CSharp.IInterfaceMemberSpec
- {
- Mono.CSharp.AParametersCollection Parameters { get; }
- }
- public partial class Is : Mono.CSharp.Probe
- {
- public Is(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Iterator : Mono.CSharp.StateMachineInitializer
- {
- public readonly bool IsEnumerable;
- public readonly Mono.CSharp.TypeSpec OriginalIteratorType;
- public readonly Mono.CSharp.IMethodData OriginalMethod;
- public Iterator(Mono.CSharp.ParametersBlock block, Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.ToplevelBlock Container { get { throw null; } }
- public override string ContainerType { get { throw null; } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.Method CreateFinallyHost(Mono.CSharp.TryFinallyBlock block) { throw null; }
- public static void CreateIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers modifiers) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public void EmitYieldBreak(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- public override string GetSignatureForError() { throw null; }
- public override void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- }
- public partial interface ITypeDefinition : Mono.CSharp.IMemberDefinition
- {
- Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get; }
- bool IsComImport { get; }
- bool IsCyclicTypeForwarder { get; }
- bool IsPartial { get; }
- bool IsTypeForwarder { get; }
- string Namespace { get; }
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- Mono.CSharp.TypeSpec GetAttributeCoClass();
- string GetAttributeDefaultMember();
- System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa);
- bool IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly);
- void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache);
- }
- public partial interface IVariableReference : Mono.CSharp.IFixedExpression
- {
- bool IsHoisted { get; }
- string Name { get; }
- Mono.CSharp.VariableInfo VariableInfo { get; }
- void SetHasAddressTaken();
- }
- public partial class LabeledStatement : Mono.CSharp.Statement
- {
- public LabeledStatement(string name, Mono.CSharp.Block block, Mono.CSharp.Location l) { }
- public Mono.CSharp.Block Block { get { throw null; } }
- public string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddGotoReference(Mono.CSharp.Reachability rc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public System.Reflection.Emit.Label LabelTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LambdaExpression : Mono.CSharp.AnonymousMethodExpression
- {
- public LambdaExpression(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool HasExplicitParameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- protected override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegateType) { throw null; }
- }
- public enum LanguageVersion
- {
- Default = 6,
- Experimental = 100,
- ISO_1 = 1,
- ISO_2 = 2,
- V_3 = 3,
- V_4 = 4,
- V_5 = 5,
- V_6 = 6,
- }
- public abstract partial class LocalExitStatement : Mono.CSharp.ExitStatement
- {
- protected Mono.CSharp.LoopStatement enclosing_loop;
- protected LocalExitStatement(Mono.CSharp.Location loc) { }
- protected override bool IsLocalExit { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LocalTemporary : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public LocalTemporary(Mono.CSharp.TypeSpec t) { }
- public LocalTemporary(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public System.Reflection.Emit.LocalBuilder Builder { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void Release(Mono.CSharp.EmitContext ec) { }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class LocalVariable : Mono.CSharp.ILocalVariable, Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.LocalVariable.Flags flags, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.LocalVariable li, string name, Mono.CSharp.Location loc) { }
- public bool AddressTaken { get { throw null; } }
- public Mono.CSharp.Block Block { get { throw null; } }
- public Mono.CSharp.Constant ConstantValue { get { throw null; } set { } }
- public Mono.CSharp.HoistedVariable HoistedVariant { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsConstant { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsFixed { get { throw null; } set { } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsReadonly { get { throw null; } }
- public bool IsThis { get { throw null; } }
- public bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- bool Mono.CSharp.INamedBlockVariable.IsParameter { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public void CreateBuilder(Mono.CSharp.EmitContext ec) { }
- public static Mono.CSharp.LocalVariable CreateCompilerGenerated(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public static string GetCompilerGeneratedName(Mono.CSharp.Block block) { throw null; }
- public string GetReadOnlyContext() { throw null; }
- public bool IsAssigned(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public bool IsThisAssigned(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Block block) { throw null; }
- public void PrepareAssignmentAnalysis(Mono.CSharp.BlockContext bc) { }
- public void SetHasAddressTaken() { }
- public void SetIsUsed() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- AddressTaken = 4,
- CompilerGenerated = 8,
- Constant = 16,
- FixedVariable = 64,
- ForeachVariable = 32,
- IsLocked = 256,
- IsThis = 2,
- ReadonlyMask = 224,
- SymbolFileHidden = 512,
- Used = 1,
- UsingVariable = 128,
- }
- }
- public partial class LocalVariableReference : Mono.CSharp.VariableReference
- {
- public Mono.CSharp.LocalVariable local_info;
- public LocalVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location l) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public override string ToString() { throw null; }
- }
- public partial class LocatedToken
- {
- public int column;
- public Mono.CSharp.SourceFile file;
- public int row;
- public string value;
- public LocatedToken() { }
- public LocatedToken(string value, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Location : System.IEquatable<Mono.CSharp.Location>
- {
- public static bool InEmacs;
- public static readonly Mono.CSharp.Location Null;
- public Location(Mono.CSharp.SourceFile file, int row, int column) { throw null;}
- public int Column { get { throw null; } }
- public int File { get { throw null; } }
- public bool IsNull { get { throw null; } }
- public string Name { get { throw null; } }
- public string NameFullPath { get { throw null; } }
- public int Row { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public static void AddFile(Mono.CSharp.SourceFile file) { }
- public bool Equals(Mono.CSharp.Location other) { throw null; }
- public static void Initialize(System.Collections.Generic.List<Mono.CSharp.SourceFile> files) { }
- public static Mono.CSharp.Location operator -(Mono.CSharp.Location loc, int columns) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- public string ToStringFullName() { throw null; }
- }
- public partial class LocationsBag
- {
- public LocationsBag() { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddLocation(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, System.Collections.Generic.List<Mono.CSharp.Location> locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddStatement(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendTo(object element, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendToMember(Mono.CSharp.MemberCore existing, params Mono.CSharp.Location[] locations) { }
- public System.Collections.Generic.List<Mono.CSharp.Location> GetLocations(object element) { throw null; }
- public Mono.CSharp.LocationsBag.MemberLocations GetMemberLocation(Mono.CSharp.MemberCore element) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void InsertLocation(object element, int index, Mono.CSharp.Location location) { }
- public partial class MemberLocations
- {
- public readonly System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> Modifiers;
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location loc) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location[] locs) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, System.Collections.Generic.List<Mono.CSharp.Location> locs) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.Location this[int index] { get { throw null; } }
- public void AddLocations(Mono.CSharp.Location loc) { }
- public void AddLocations(params Mono.CSharp.Location[] additional) { }
- }
- }
- public partial class Lock : Mono.CSharp.TryFinallyBlock
- {
- public Lock(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class LongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly long Value;
- public LongConstant(Mono.CSharp.BuiltinTypes types, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public LongConstant(Mono.CSharp.TypeSpec type, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class LongLiteral : Mono.CSharp.LongConstant, Mono.CSharp.ILiteralConstant
- {
- public LongLiteral(Mono.CSharp.BuiltinTypes types, long l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(long), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public enum LookupMode
- {
- IgnoreAccessibility = 2,
- Normal = 0,
- Probing = 1,
- }
- public abstract partial class LoopStatement : Mono.CSharp.Statement
- {
- protected LoopStatement(Mono.CSharp.Statement statement) { }
- public Mono.CSharp.Statement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public virtual void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public virtual void SetEndReachable() { }
- public virtual void SetIteratorReachable() { }
- }
- public partial class MakeRefExpr : Mono.CSharp.ShimExpression
- {
- public MakeRefExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class MemberAccess : Mono.CSharp.ATypeNameExpression
- {
- protected Mono.CSharp.Expression expr;
- public MemberAccess(Mono.CSharp.Expression expr, string id) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, int arity, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public void Error_IdentifierNotFound(Mono.CSharp.IMemberContext rc, Mono.CSharp.TypeSpec expr_type) { }
- protected override void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsValidDotExpression(Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext rc, bool allowUnboundTypeArguments) { throw null; }
- }
- public abstract partial class MemberBase : Mono.CSharp.MemberCore
- {
- protected Mono.CSharp.TypeSpec member_type;
- public new Mono.CSharp.TypeDefinition Parent;
- protected Mono.CSharp.FullNamedExpression type_expr;
- protected MemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.Modifiers def_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- protected virtual bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DoMemberTypeDependentChecks() { }
- protected virtual void DoMemberTypeIndependentChecks() { }
- public override string GetSignatureForDocumentation() { throw null; }
- protected void IsTypePermitted() { }
- public virtual void PrepareEmit() { }
- protected virtual bool ResolveMemberType() { throw null; }
- }
- public partial class MemberCache
- {
- public static readonly Mono.CSharp.MemberCache Empty;
- public static readonly string IndexerNameAlias;
- public MemberCache() { }
- public MemberCache(Mono.CSharp.MemberCache cache) { }
- public MemberCache(Mono.CSharp.TypeContainer container) { }
- public MemberCache(int capacity) { }
- public void AddBaseType(Mono.CSharp.TypeSpec baseType) { }
- public void AddInterface(Mono.CSharp.TypeSpec iface) { }
- public void AddMember(Mono.CSharp.InterfaceMemberBase imb, string exlicitName, Mono.CSharp.MemberSpec ms) { }
- public void AddMember(Mono.CSharp.MemberSpec ms) { }
- public void AddMemberImported(Mono.CSharp.MemberSpec ms) { }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, string name, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public static Mono.CSharp.MemberSpec FindBaseMember(Mono.CSharp.MemberCore member, out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> FindExtensionMethods(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindInterfaceMembers(Mono.CSharp.TypeParameterSpec typeParameter, string name) { throw null; }
- public static Mono.CSharp.MemberSpec FindMember(Mono.CSharp.TypeSpec container, Mono.CSharp.MemberFilter filter, Mono.CSharp.BindingRestriction restrictions) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindMembers(Mono.CSharp.TypeSpec container, string name, bool declaredOnlyClass) { throw null; }
- public static Mono.CSharp.TypeSpec FindNestedType(Mono.CSharp.TypeSpec container, string name, int arity, bool declaredOnlyClass) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.FieldSpec> GetAllFieldsForDefiniteAssignment(Mono.CSharp.TypeSpec container, Mono.CSharp.IMemberContext context) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetCompletitionMembers(Mono.CSharp.IMemberContext ctx, Mono.CSharp.TypeSpec container, string name) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.TypeSpec> GetDeclaredNestedTypes(Mono.CSharp.TypeSpec container) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.MethodSpec> GetInterfaceMethods(Mono.CSharp.TypeSpec iface) { throw null; }
- public static T GetMember<T>(Mono.CSharp.TypeSpec container, T spec) where T : Mono.CSharp.MemberSpec { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MethodSpec> GetNotImplementedAbstractMethods(Mono.CSharp.TypeSpec type) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetUserOperator(Mono.CSharp.TypeSpec container, Mono.CSharp.Operator.OpType op, bool declaredOnly) { throw null; }
- public void InflateMembers(Mono.CSharp.MemberCache cacheToInflate, Mono.CSharp.TypeSpec inflatedType, Mono.CSharp.TypeParameterInflator inflator) { }
- public void InflateTypes(Mono.CSharp.MemberCache inflated_cache, Mono.CSharp.TypeParameterInflator inflator) { }
- public void RemoveHiddenMembers(Mono.CSharp.TypeSpec container) { }
- public void VerifyClsCompliance(Mono.CSharp.TypeSpec container, Mono.CSharp.Report report) { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public abstract partial class MemberCore : Mono.CSharp.Attributable, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IModuleContext
- {
- protected string comment;
- public Mono.CSharp.TypeContainer Parent;
- protected MemberCore(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) { }
- public System.Nullable<bool> CLSAttributeValue { get { throw null; } }
- public virtual Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public virtual Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual string DocComment { get { throw null; } set { } }
- public abstract string DocCommentHeader { get; }
- protected bool HasClsCompliantAttribute { get { throw null; } }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsImported { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public virtual bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.MemberName MemberName { get { throw null; } }
- public Mono.CSharp.Modifiers ModFlags { get { throw null; } set { } }
- public virtual Mono.CSharp.ModuleContainer Module { get { throw null; } }
- string Mono.CSharp.IMemberDefinition.Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public virtual void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- protected bool CheckAbstractAndExtern(bool has_block) { throw null; }
- protected void CheckProtectedModifier() { }
- public virtual string[] ConditionalConditions() { throw null; }
- public abstract bool Define();
- public virtual void Emit() { }
- public virtual bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public virtual string GetCallerMemberName() { throw null; }
- public virtual void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public abstract string GetSignatureForDocumentation();
- public virtual string GetSignatureForError() { throw null; }
- public bool IsAccessibleAs(Mono.CSharp.TypeSpec p) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public bool IsExposedFromAssembly() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public virtual void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- protected virtual void SetMemberName(Mono.CSharp.MemberName new_name) { }
- protected virtual bool VerifyClsCompliance() { throw null; }
- protected void Warning_IdentifierNotCompliant() { }
- public virtual void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- CanBeReused = 262144,
- CloseTypeCreated = 16,
- ClsCompliance_Undetected = 4,
- ClsCompliant = 8,
- ClsCompliantAttributeFalse = 128,
- Excluded = 512,
- Excluded_Undetected = 256,
- HasClsCompliantAttribute = 64,
- HasCompliantAttribute_Undetected = 32,
- HasExplicitLayout = 8192,
- HasInstanceConstructor = 65536,
- HasStructLayout = 32768,
- HasUserOperators = 131072,
- InterfacesExpanded = 524288,
- IsAssigned = 4096,
- IsUsed = 2048,
- MethodOverloadsExist = 1024,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PartialDefinitionExists = 16384,
- }
- }
- public abstract partial class MemberExpr : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IInstanceQualifier
- {
- protected bool conditional_access_receiver;
- public Mono.CSharp.Expression InstanceExpression;
- protected MemberExpr() { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected abstract Mono.CSharp.TypeSpec DeclaringType { get; }
- public bool IsBase { get { throw null; } }
- public abstract bool IsInstance { get; }
- public abstract bool IsStatic { get; }
- public abstract string KindName { get; }
- Mono.CSharp.TypeSpec Mono.CSharp.OverloadResolver.IInstanceQualifier.InstanceType { get { throw null; } }
- public abstract string Name { get; }
- protected Mono.CSharp.MethodSpec CandidateToBaseOverride(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- protected void CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { }
- public static bool CheckProtectedMemberAccess<T>(Mono.CSharp.ResolveContext rc, T member, Mono.CSharp.TypeSpec qualifier) where T : Mono.CSharp.MemberSpec { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected void DoBestMemberChecks<T>(Mono.CSharp.ResolveContext rc, T member) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- protected void EmitInstance(Mono.CSharp.EmitContext ec, bool prepare_for_load) { }
- protected virtual void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public static void Error_ProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member, Mono.CSharp.TypeSpec qualifier, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- bool Mono.CSharp.OverloadResolver.IInstanceQualifier.CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { throw null; }
- protected void ResolveConditionalAccessReceiver(Mono.CSharp.ResolveContext rc) { }
- public bool ResolveInstanceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public virtual Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public virtual void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public abstract void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MemberFilter : System.IEquatable<Mono.CSharp.MemberSpec>
- {
- public readonly int Arity;
- public readonly Mono.CSharp.MemberKind Kind;
- public readonly Mono.CSharp.TypeSpec MemberType;
- public readonly string Name;
- public readonly Mono.CSharp.AParametersCollection Parameters;
- public MemberFilter(Mono.CSharp.MethodSpec m) { throw null;}
- public MemberFilter(string name, int arity, Mono.CSharp.MemberKind kind, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null;}
- public static Mono.CSharp.MemberFilter Constructor(Mono.CSharp.AParametersCollection param) { throw null; }
- public bool Equals(Mono.CSharp.MemberSpec other) { throw null; }
- public static Mono.CSharp.MemberFilter Field(string name, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Method(string name, int arity, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Property(string name, Mono.CSharp.TypeSpec type) { throw null; }
- }
- [System.FlagsAttribute]
- public enum MemberKind
- {
- ArrayType = 524288,
- Class = 2048,
- Constructor = 1,
- Delegate = 8192,
- Destructor = 128,
- Enum = 16384,
- Event = 2,
- Field = 4,
- GenericMask = 47112,
- Indexer = 32,
- Interface = 32768,
- InternalCompilerType = 2097152,
- MaskType = 63743,
- Method = 8,
- MissingType = 4194304,
- Namespace = 16777216,
- NestedMask = 63488,
- Operator = 64,
- PointerType = 1048576,
- Property = 16,
- Struct = 4096,
- TypeParameter = 65536,
- Void = 8388608,
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public partial class MemberName
- {
- public readonly Mono.CSharp.FullNamedExpression ExplicitInterface;
- public readonly Mono.CSharp.MemberName Left;
- public readonly Mono.CSharp.Location Location;
- public readonly string Name;
- public static readonly Mono.CSharp.MemberName Null;
- public Mono.CSharp.TypeParameters TypeParameters;
- public MemberName(Mono.CSharp.MemberName left, Mono.CSharp.MemberName right) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.Location loc) { }
- public MemberName(string name) { }
- public MemberName(string name, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { }
- public int Arity { get { throw null; } }
- public string Basename { get { throw null; } }
- public bool IsGeneric { get { throw null; } }
- public void CreateMetadataName(System.Text.StringBuilder sb) { }
- public bool Equals(Mono.CSharp.MemberName other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public static string MakeName(string name, Mono.CSharp.TypeParameters args) { throw null; }
- }
- public abstract partial class MemberSpec
- {
- protected Mono.CSharp.TypeSpec declaringType;
- protected Mono.CSharp.IMemberDefinition definition;
- public readonly Mono.CSharp.MemberKind Kind;
- protected Mono.CSharp.Modifiers modifiers;
- protected const Mono.CSharp.MemberSpec.StateFlags SharedStateFlags = (Mono.CSharp.MemberSpec.StateFlags)(127);
- public Mono.CSharp.MemberSpec.StateFlags state;
- protected MemberSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.Modifiers modifiers) { }
- public virtual int Arity { get { throw null; } }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAccessor { get { throw null; } set { } }
- public bool IsGeneric { get { throw null; } set { } }
- public bool IsNotCSharpCompatible { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.CSharp.IMemberDefinition MemberDefinition { get { throw null; } }
- public Mono.CSharp.Modifiers Modifiers { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public virtual void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public virtual string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public bool IsAccessible(Mono.CSharp.IMemberContext ctx) { throw null; }
- public bool IsCLSCompliant() { throw null; }
- public bool IsConditionallyExcluded(Mono.CSharp.IMemberContext ctx) { throw null; }
- protected virtual bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public abstract System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller);
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum StateFlags
- {
- CLSCompliant = 8,
- CLSCompliant_Undetected = 4,
- ConstraintsChecked = 128,
- GenericIterateInterface = 2097152,
- GenericTask = 4194304,
- HasDynamicElement = 64,
- InflatedExpressionType = 524288,
- InflatedNullableType = 1048576,
- InterfacesExpanded = 65536,
- InterfacesImported = 8388608,
- IsAccessor = 512,
- IsGeneric = 1024,
- IsNotCSharpCompatible = 131072,
- MissingDependency = 32,
- MissingDependency_Undetected = 16,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PendingBaseTypeInflate = 32768,
- PendingMakeMethod = 8192,
- PendingMemberCacheMembers = 16384,
- PendingMetaInflate = 4096,
- SpecialRuntimeType = 262144,
- }
- }
- public abstract partial class MetadataImporter
- {
- protected readonly System.Collections.Generic.Dictionary<System.Reflection.Assembly, Mono.CSharp.IAssemblyDefinition> assembly_2_definition;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> compiled_types;
- public static readonly string CompilerServicesNamespace;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> import_cache;
- protected readonly Mono.CSharp.ModuleContainer module;
- protected MetadataImporter(Mono.CSharp.ModuleContainer module) { }
- public System.Collections.Generic.ICollection<Mono.CSharp.IAssemblyDefinition> Assemblies { get { throw null; } }
- public bool IgnoreCompilerGeneratedField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IgnorePrivateMembers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec);
- public Mono.CSharp.EventSpec CreateEvent(System.Reflection.EventInfo ei, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) { throw null; }
- public Mono.CSharp.FieldSpec CreateField(System.Reflection.FieldInfo fi, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.MethodSpec CreateMethod(System.Reflection.MethodBase mb, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.TypeSpec CreateNestedType(System.Type type, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.PropertySpec CreateProperty(System.Reflection.PropertyInfo pi, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec @get, Mono.CSharp.MethodSpec @set) { throw null; }
- public Mono.CSharp.TypeSpec CreateType(System.Type type) { throw null; }
- protected Mono.CSharp.TypeSpec CreateType(System.Type type, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MetadataImporter.DynamicTypeReader dtype, bool canImportBaseType) { throw null; }
- protected abstract Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType);
- public Mono.CSharp.IAssemblyDefinition GetAssemblyDefinition(System.Reflection.Assembly assembly) { throw null; }
- public Mono.CSharp.ImportedAssemblyDefinition GetImportedAssemblyDefinition(System.Reflection.AssemblyName assemblyName) { throw null; }
- public static bool HasAttribute(System.Collections.Generic.IList<System.Reflection.CustomAttributeData> attributesData, string attrName, string attrNamespace) { throw null; }
- protected abstract bool HasVolatileModifier(System.Type[] modifiers);
- public Mono.CSharp.TypeSpec ImportType(System.Type type) { throw null; }
- public void ImportTypeBase(System.Type type) { }
- protected void ImportTypes(System.Type[] types, Mono.CSharp.Namespace targetNamespace, bool importExtensionTypes) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- protected partial struct DynamicTypeReader
- {
- public int Position;
- public DynamicTypeReader(object provider) { throw null;}
- public bool HasDynamicAttribute() { throw null; }
- public bool IsDynamicObject() { throw null; }
- }
- }
- public partial class Method : Mono.CSharp.MethodOrOperator, Mono.CSharp.IGenericMethodDefinition, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- public Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- protected Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers amod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public static bool CheckImplementingMethodConstraints(Mono.CSharp.TypeContainer container, Mono.CSharp.MethodSpec method, Mono.CSharp.MethodSpec baseMethod) { throw null; }
- public static Mono.CSharp.Method Create(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DefineTypeParameters() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public static void Error1599(Mono.CSharp.Location loc, Mono.CSharp.TypeSpec t, Mono.CSharp.Report Report) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override void PrepareEmit() { }
- protected override bool ResolveMemberType() { throw null; }
- public void SetPartialDefinition(Mono.CSharp.Method methodDefinition) { }
- }
- public abstract partial class MethodCore : Mono.CSharp.InterfaceMemberBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.MethodSpec spec;
- protected MethodCore(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public Mono.CSharp.MethodSpec Spec { get { throw null; } }
- protected override bool CheckBase() { throw null; }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class MethodData
- {
- protected Mono.CSharp.TypeSpec declaring_type;
- protected System.Reflection.MethodAttributes flags;
- public Mono.CSharp.MethodSpec implementing;
- protected Mono.CSharp.InterfaceMemberBase member;
- public readonly Mono.CSharp.IMethodData method;
- protected Mono.CSharp.Modifiers modifiers;
- protected Mono.CSharp.MethodSpec parent_method;
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method) { }
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method, Mono.CSharp.MethodSpec parent_method) { }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public string MetadataName { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public bool Define(Mono.CSharp.TypeDefinition container, string method_full_name) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container, Mono.CSharp.ParametersCompiled param) { throw null; }
- public void Emit(Mono.CSharp.TypeDefinition parent) { }
- public void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class MethodGroupExpr : Mono.CSharp.MemberExpr, Mono.CSharp.OverloadResolver.IBaseMembersProvider
- {
- protected System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Methods;
- protected Mono.CSharp.TypeSpec queried_type;
- protected Mono.CSharp.TypeArguments type_arguments;
- public MethodGroupExpr(Mono.CSharp.MethodSpec m, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public MethodGroupExpr(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> mi, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.MethodSpec BestCandidate { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Candidates { get { throw null; } }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsConditionallyExcluded { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.MethodGroupExpr CreatePredefined(Mono.CSharp.MethodSpec best, Mono.CSharp.TypeSpec queriedType, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, Mono.CSharp.TypeSpec conditionalAccessReceiver, bool statement) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, bool statement) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public virtual System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool HasAccessibleCandidate(Mono.CSharp.ResolveContext rc) { throw null; }
- public static bool IsExtensionMethodArgument(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr OverloadResolve(Mono.CSharp.ResolveContext ec, ref Mono.CSharp.Arguments args, Mono.CSharp.OverloadResolver.IErrorHandler cerrors, Mono.CSharp.OverloadResolver.Restrictions restr) { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public abstract partial class MethodOrOperator : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.MethodData MethodData;
- protected MethodOrOperator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsPartialDefinition { get { throw null; } }
- public bool IsPartialImplementation { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override string[] ConditionalConditions() { throw null; }
- public virtual Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- protected void Error_ConditionalAttributeIsNotValid() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public sealed partial class MethodSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly Mono.CSharp.MethodSpec Excluded;
- public MethodSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMethodDefinition details, Mono.CSharp.TypeSpec returnType, Mono.CSharp.AParametersCollection parameters, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public Mono.CSharp.IGenericMethodDefinition GenericDefinition { get { throw null; } }
- public bool IsAsync { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsExtensionMethod { get { throw null; } }
- public bool IsReservedMethod { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public new Mono.CSharp.IMethodDefinition MemberDefinition { get { throw null; } }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public Mono.CSharp.MethodSpec GetGenericMethodDefinition() { throw null; }
- public System.Reflection.MethodBase GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.MethodSpec MakeGenericMethod(Mono.CSharp.IMemberContext context, params Mono.CSharp.TypeSpec[] targs) { throw null; }
- public Mono.CSharp.MethodSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class MissingTypeSpecReference
- {
- public MissingTypeSpecReference(Mono.CSharp.TypeSpec type, Mono.CSharp.MemberSpec caller) { }
- public Mono.CSharp.MemberSpec Caller { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum Modifiers
- {
- ABSTRACT = 32,
- AccessibilityMask = 15,
- AllowedExplicitImplFlags = 10240,
- ASYNC = 16384,
- AutoProperty = 16777216,
- BACKING_FIELD = 2097152,
- COMPILER_GENERATED = 1048576,
- DEBUGGER_HIDDEN = 4194304,
- DEBUGGER_STEP_THROUGH = 8388608,
- DEFAULT_ACCESS_MODIFIER = 262144,
- EXTERN = 2048,
- INTERNAL = 8,
- METHOD_EXTENSION = 524288,
- NEW = 16,
- OVERRIDE = 1024,
- PARTIAL = 131072,
- PRIVATE = 4,
- PROPERTY_CUSTOM = 65536,
- PROTECTED = 1,
- PUBLIC = 2,
- READONLY = 256,
- SEALED = 64,
- STATIC = 128,
- TOP = 32768,
- UNSAFE = 8192,
- VIRTUAL = 512,
- VOLATILE = 4096,
- }
- public sealed partial class ModuleContainer : Mono.CSharp.TypeContainer
- {
- public System.Nullable<System.Runtime.InteropServices.CharSet> DefaultCharSet;
- public System.Reflection.TypeAttributes DefaultCharSetType;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryLifted;
- public ModuleContainer(Mono.CSharp.CompilerContext context) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Reflection.Emit.ModuleBuilder Builder { get { throw null; } }
- public override Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public int CounterAnonymousTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Evaluator Evaluator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.Dictionary<string, string> GetResourceStrings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.RootNamespace GlobalRootNamespace { get { throw null; } }
- public bool HasDefaultCharSet { get { throw null; } }
- public bool HasExtensionMethod { get { throw null; } set { } }
- public bool HasTypesFullyDefined { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddAnonymousType(Mono.CSharp.AnonymousTypeClass type) { }
- public void AddAttribute(Mono.CSharp.Attribute attr, Mono.CSharp.IMemberContext context) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public void Create(Mono.CSharp.AssemblyDefinition assembly, System.Reflection.Emit.ModuleBuilder moduleBuilder) { }
- public System.Reflection.Emit.TypeBuilder CreateBuilder(string name, System.Reflection.TypeAttributes attr, int typeSize) { throw null; }
- public Mono.CSharp.ModuleContainer.PatternMatchingHelper CreatePatterMatchingHelper() { throw null; }
- public Mono.CSharp.RootNamespace CreateRootNamespace(string alias) { throw null; }
- public override bool Define() { throw null; }
- public override bool DefineContainer() { throw null; }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public Mono.CSharp.AnonymousTypeClass GetAnonymousType(System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters) { throw null; }
- public Mono.CSharp.AwaiterDefinition GetAwaiter(Mono.CSharp.TypeSpec type) { throw null; }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public Mono.CSharp.Binary.PredefinedOperator[] GetPredefinedEnumAritmeticOperators(Mono.CSharp.TypeSpec enumType, bool nullable) { throw null; }
- public Mono.CSharp.RootNamespace GetRootNamespace(string name) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void InitializePredefinedTypes() { }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadGetResourceStrings(System.Collections.Generic.List<string> fileNames) { }
- public Mono.CSharp.Attribute ResolveAssemblyAttribute(Mono.CSharp.PredefinedAttribute a_type) { throw null; }
- public void SetDeclaringAssembly(Mono.CSharp.AssemblyDefinition assembly) { }
- public sealed partial class PatternMatchingHelper : Mono.CSharp.CompilerGeneratedContainer
- {
- public PatternMatchingHelper(Mono.CSharp.ModuleContainer module) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Method NumberMatcher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override bool DoDefineMembers() { throw null; }
- }
- }
- public partial class MovableArgument : Mono.CSharp.Argument
- {
- public MovableArgument(Mono.CSharp.Argument arg) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- protected MovableArgument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitToVariable(Mono.CSharp.EmitContext ec) { }
- }
- public partial class NamedArgument : Mono.CSharp.MovableArgument
- {
- public readonly string Name;
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Argument)) { }
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Argument)) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Namespace
- {
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.Namespace> namespaces;
- protected System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Mono.CSharp.TypeSpec>> types;
- protected Namespace() { }
- public Namespace(Mono.CSharp.Namespace parent, string name) { }
- public string Name { get { throw null; } }
- public Mono.CSharp.Namespace Parent { get { throw null; } }
- public Mono.CSharp.Namespace AddNamespace(Mono.CSharp.MemberName name) { throw null; }
- public void AddType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts) { }
- public System.Collections.Generic.IEnumerable<string> CompletionGetTypesStartingWith(string prefix) { throw null; }
- public System.Collections.Generic.IList<Mono.CSharp.TypeSpec> GetAllTypes(string name) { throw null; }
- public Mono.CSharp.Namespace GetNamespace(string name, bool create) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public static Mono.CSharp.TypeSpec IsImportedTypeOverride(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts, Mono.CSharp.TypeSpec found) { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public Mono.CSharp.TypeSpec LookupType(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void RemoveContainer(Mono.CSharp.TypeContainer tc) { }
- public void SetBuiltinType(Mono.CSharp.BuiltinTypeSpec pts) { }
- public bool TryGetNamespace(string name, out Mono.CSharp.Namespace ns) { ns = default(Mono.CSharp.Namespace); throw null; }
- public void VerifyClsCompliance() { }
- }
- public partial class NamespaceContainer : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public bool DeclarationFound;
- public readonly new Mono.CSharp.NamespaceContainer Parent;
- public NamespaceContainer(Mono.CSharp.MemberName name, Mono.CSharp.NamespaceContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected NamespaceContainer(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Namespace NS { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.UsingClause> Usings { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public void AddUsing(Mono.CSharp.UsingAliasNamespace un) { }
- public void AddUsing(Mono.CSharp.UsingClause un) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void DefineNamespace() { }
- protected override void DoDefineContainer() { }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity, int position) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupExternAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression LookupStaticUsings(Mono.CSharp.IMemberContext mc, string name, int arity, Mono.CSharp.Location loc) { throw null; }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class NamespaceExpression : Mono.CSharp.FullNamedExpression
- {
- public NamespaceExpression(Mono.CSharp.Namespace ns, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Namespace Namespace { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public void Error_NamespaceDoesNotExist(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.Location loc) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class New : Mono.CSharp.ExpressionStatement, Mono.CSharp.IMemoryLocation
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.MethodSpec method;
- protected Mono.CSharp.Expression RequestedType;
- public New(Mono.CSharp.Expression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.Location l) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public bool IsGeneratedStructConstructor { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public virtual bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.Expression CheckComImport(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public static Mono.CSharp.Constant Constantify(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected virtual Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class NewAnonymousType : Mono.CSharp.New
- {
- public NewAnonymousType(System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.TypeContainer parent, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewDelegate : Mono.CSharp.DelegateCreation
- {
- public Mono.CSharp.Arguments Arguments;
- public NewDelegate(Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments Arguments, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewInitialize : Mono.CSharp.New
- {
- public NewInitialize(Mono.CSharp.FullNamedExpression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.CollectionOrObjectInitializers initializers, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.CollectionOrObjectInitializers Initializers { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected override Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class NullConstant : Mono.CSharp.Constant
- {
- public NullConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string ExprClassName { get { throw null; } }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool inCheckedContext, Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class NullLiteral : Mono.CSharp.NullConstant
- {
- public NullLiteral(Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec t, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class Operator : Mono.CSharp.MethodOrOperator
- {
- public readonly Mono.CSharp.Operator.OpType OperatorType;
- public Operator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Operator.OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public Mono.CSharp.Operator.OpType GetMatchingOperator() { throw null; }
- public static string GetMetadataName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetMetadataName(string name) { throw null; }
- public static string GetName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetName(string metadata_name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static System.Nullable<Mono.CSharp.Operator.OpType> GetType(string metadata_name) { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- public enum OpType : byte
- {
- Addition = (byte)6,
- BitwiseAnd = (byte)13,
- BitwiseOr = (byte)14,
- Decrement = (byte)3,
- Division = (byte)11,
- Equality = (byte)18,
- ExclusiveOr = (byte)15,
- Explicit = (byte)25,
- False = (byte)5,
- GreaterThan = (byte)20,
- GreaterThanOrEqual = (byte)22,
- Implicit = (byte)24,
- Increment = (byte)2,
- Inequality = (byte)19,
- Is = (byte)26,
- LeftShift = (byte)16,
- LessThan = (byte)21,
- LessThanOrEqual = (byte)23,
- LogicalNot = (byte)0,
- Modulus = (byte)12,
- Multiply = (byte)10,
- OnesComplement = (byte)1,
- RightShift = (byte)17,
- Subtraction = (byte)7,
- TOP = (byte)27,
- True = (byte)4,
- UnaryNegation = (byte)9,
- UnaryPlus = (byte)8,
- }
- }
- public partial class OperatorCast : Mono.CSharp.TypeCast
- {
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec returnType, bool isExplicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type, bool find_explicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Outline
- {
- public Outline(System.Type t, System.IO.TextWriter output, bool declared_only, bool show_private, bool filter_obsolete) { }
- public void OutlineType() { }
- public static string RemoveGenericArity(string name) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OverloadResolver
- {
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.TypeArguments targs, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public Mono.CSharp.OverloadResolver.IBaseMembersProvider BaseMembersProvider { get { throw null; } set { } }
- public bool BestCandidateIsDynamic { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MethodGroupExpr BestCandidateNewMethodGroup { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public Mono.CSharp.OverloadResolver.IErrorHandler CustomErrors { get { throw null; } set { } }
- public Mono.CSharp.OverloadResolver.IInstanceQualifier InstanceQualifier { get { throw null; } set { } }
- public static int BetterTypeConversion(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec p, Mono.CSharp.TypeSpec q) { throw null; }
- public static void Error_ConstructorMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, int argCount, Mono.CSharp.Location loc) { }
- public static Mono.CSharp.Expression ResolveDefaultValueArgument(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec ptype, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public T ResolveMember<T>(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IParametersMember { throw null; }
- public Mono.CSharp.MethodSpec ResolveOperator(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) { throw null; }
- public partial interface IBaseMembersProvider
- {
- System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType);
- Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member);
- Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc);
- }
- public partial interface IErrorHandler
- {
- bool AmbiguousCandidates(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous);
- bool ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument a, int index);
- bool NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- bool TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- }
- public partial interface IInstanceQualifier
- {
- Mono.CSharp.TypeSpec InstanceType { get; }
- bool CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member);
- }
- [System.FlagsAttribute]
- public enum Restrictions
- {
- BaseMembersIncluded = 16,
- CovariantDelegate = 4,
- DelegateInvoke = 1,
- GetEnumeratorLookup = 32,
- NoBaseMembers = 8,
- None = 0,
- ProbingOnly = 2,
- }
- }
- public partial class Parameter : Mono.CSharp.ParameterBase, Mono.CSharp.ILocalVariable, Mono.CSharp.IParameterData
- {
- public bool HasAddressTaken;
- protected int idx;
- protected Mono.CSharp.TypeSpec parameter_type;
- public Parameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Parameter.Modifier mod, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression DefaultExpression { get { throw null; } }
- public Mono.CSharp.DefaultParameterValueExpression DefaultValue { get { throw null; } set { } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.HoistedParameter HoistedVariant { get { throw null; } set { } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- Mono.CSharp.Expression Mono.CSharp.IParameterData.DefaultValue { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.Parameter.Modifier ParameterModifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public Mono.CSharp.Parameter Clone() { throw null; }
- public Mono.CSharp.ExpressionStatement CreateExpressionTreeVariable(Mono.CSharp.BlockContext ec) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public void Error_DuplicateName(Mono.CSharp.Report r) { }
- public Mono.CSharp.TemporaryVariableReference ExpressionTreeVariableReference() { throw null; }
- public static string GetModifierSignature(Mono.CSharp.Parameter.Modifier mod) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public void IsClsCompliant(Mono.CSharp.IMemberContext ctx) { }
- public virtual Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext rc, int index) { throw null; }
- public void ResolveDefaultValue(Mono.CSharp.ResolveContext rc) { }
- public static Mono.CSharp.TypeExpr ResolveParameterExpressionType(Mono.CSharp.IMemberContext ec, Mono.CSharp.Location location) { throw null; }
- public void SetIndex(int index) { }
- public void Warning_UselessOptionalParameter(Mono.CSharp.Report Report) { }
- [System.FlagsAttribute]
- public enum Modifier : byte
- {
- CallerFilePath = (byte)64,
- CallerLineNumber = (byte)32,
- CallerMask = (byte)112,
- CallerMemberName = (byte)16,
- ModifierMask = (byte)15,
- NONE = (byte)0,
- OUT = (byte)4,
- PARAMS = (byte)1,
- REF = (byte)2,
- RefOutMask = (byte)6,
- This = (byte)8,
- }
- }
- public abstract partial class ParameterBase : Mono.CSharp.Attributable
- {
- protected System.Reflection.Emit.ParameterBuilder builder;
- protected ParameterBase() { }
- public System.Reflection.Emit.ParameterBuilder Builder { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class ParameterData : Mono.CSharp.IParameterData
- {
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers) { }
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers, Mono.CSharp.Expression defaultValue) { }
- public Mono.CSharp.Expression DefaultValue { get { throw null; } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public partial class ParameterReference : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.ParametersBlock.ParameterInfo pi;
- public ParameterReference(Mono.CSharp.ParametersBlock.ParameterInfo pi, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- }
- public partial class ParametersBlock : Mono.CSharp.ExplicitBlock
- {
- protected System.Collections.Generic.Dictionary<string, object> labels;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.ParametersBlock.ParameterInfo[] parameter_info;
- protected bool resolved;
- protected Mono.CSharp.StateMachine state_machine;
- protected Mono.CSharp.ToplevelBlock top_block;
- public ParametersBlock(Mono.CSharp.Block parent, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public bool HasReferenceToStoreyForInstanceLambdas { get { throw null; } set { } }
- public bool IsAsync { get { throw null; } set { } }
- public bool IsExpressionTree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public bool Resolved { get { throw null; } }
- public Mono.CSharp.StateMachine StateMachine { get { throw null; } }
- public int TemporaryLocalsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ToplevelBlock TopBlock { get { throw null; } set { } }
- public void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public Mono.CSharp.ParametersBlock ConvertToAsyncTask(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeDefinition host, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.ToplevelBlock ConvertToIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitEmbedded(Mono.CSharp.EmitContext ec) { }
- public override int GetDebugSymbolScopeIndex() { throw null; }
- public Mono.CSharp.LabeledStatement GetLabel(string name, Mono.CSharp.Block block) { throw null; }
- public Mono.CSharp.ParametersBlock.ParameterInfo GetParameterInfo(Mono.CSharp.Parameter p) { throw null; }
- public Mono.CSharp.ParameterReference GetParameterReference(int index, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Statement PerformClone(ref System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { throw null; }
- protected void ProcessParameters() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class ParameterInfo : Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public ParameterInfo(Mono.CSharp.ParametersBlock block, int index) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- Mono.CSharp.Block Mono.CSharp.INamedBlockVariable.Block { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- public Mono.CSharp.TypeSpec ParameterType { get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class ParametersCompiled : Mono.CSharp.AParametersCollection
- {
- public static readonly Mono.CSharp.ParametersCompiled EmptyReadOnlyParameters;
- public static readonly Mono.CSharp.ParametersCompiled Undefined;
- public ParametersCompiled(params Mono.CSharp.Parameter[] parameters) { }
- public ParametersCompiled(Mono.CSharp.Parameter[] parameters, bool has_arglist) { }
- public Mono.CSharp.Parameter this[int pos] { get { throw null; } }
- public void ApplyAttributes(Mono.CSharp.IMemberContext mc, System.Reflection.MethodBase builder) { }
- public void CheckConstraints(Mono.CSharp.IMemberContext mc) { }
- public void CheckParameters(Mono.CSharp.MemberCore member) { }
- public Mono.CSharp.ParametersCompiled Clone() { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.BlockContext ec, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter[] parameters, Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.AParametersCollection CreateFullyResolved(params Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateImplicitParameter(Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) { throw null; }
- public static int IsSameClsSignature(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter compilerParams, Mono.CSharp.TypeSpec compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter[] compilerParams, Mono.CSharp.TypeSpec[] compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled Prefix(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- public void ResolveDefaultValues(Mono.CSharp.MemberCore m) { }
- public void VerifyClsCompliance(Mono.CSharp.IMemberContext ctx) { }
- }
- public partial class ParametersImported : Mono.CSharp.AParametersCollection
- {
- public ParametersImported(Mono.CSharp.IParameterData[] param, Mono.CSharp.TypeSpec[] types, bool hasParams) { }
- public ParametersImported(Mono.CSharp.IParameterData[] parameters, Mono.CSharp.TypeSpec[] types, bool hasArglist, bool hasParams) { }
- }
- public partial class ParamsParameter : Mono.CSharp.Parameter
- {
- public ParamsParameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class ParenthesizedExpression : Mono.CSharp.ShimExpression
- {
- public ParenthesizedExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ParserSession
- {
- public readonly char[] IDBuilder;
- public readonly System.Collections.Generic.Dictionary<char[], string>[] Identifiers;
- public readonly char[] NumberBuilder;
- public readonly System.Collections.Generic.List<Mono.CSharp.Parameter> ParametersStack;
- public readonly char[] StreamReaderBuffer;
- public ParserSession() { }
- public Mono.CSharp.LocatedToken[] LocatedTokens { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocationsBag LocationsBag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UseJayGlobalArrays { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Security.Cryptography.MD5 GetChecksumAlgorithm() { throw null; }
- }
- public partial class PendingImplementation
- {
- internal PendingImplementation() { }
- public static Mono.CSharp.PendingImplementation GetPendingImplementations(Mono.CSharp.TypeDefinition container) { throw null; }
- public void ImplementMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, bool clear_one, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); }
- public Mono.CSharp.MethodSpec InterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec iType, Mono.CSharp.MethodData method, Mono.CSharp.PendingImplementation.Operation op, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public Mono.CSharp.MethodSpec IsInterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public bool VerifyPendingMethods() { throw null; }
- public enum Operation
- {
- ClearAll = 2,
- ClearOne = 1,
- Lookup = 0,
- }
- }
- public enum Platform
- {
- AnyCPU = 0,
- AnyCPU32Preferred = 1,
- Arm = 2,
- IA64 = 5,
- X64 = 4,
- X86 = 3,
- }
- public partial class PointerArithmetic : Mono.CSharp.Expression
- {
- public PointerArithmetic(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression l, Mono.CSharp.Expression r, Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class PredefinedAttribute : Mono.CSharp.PredefinedType
- {
- protected Mono.CSharp.MethodSpec ctor;
- public PredefinedAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(Mono.CSharp.MemberKind), default(string), default(string), default(int)) { }
- public Mono.CSharp.MethodSpec Constructor { get { throw null; } }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ConstructorBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ModuleBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public static bool operator !=(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public bool ResolveBuilder() { throw null; }
- }
- public partial class PredefinedAttributes
- {
- public readonly Mono.CSharp.PredefinedAttribute AssemblyAlgorithmId;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCompany;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCopyright;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCulture;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFileVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFlags;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyInformationalVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyProduct;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyTrademark;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyVersion;
- public readonly Mono.CSharp.PredefinedStateMachineAttribute AsyncStateMachine;
- public readonly Mono.CSharp.PredefinedAttribute AttributeUsage;
- public readonly Mono.CSharp.PredefinedAttribute CallerFilePathAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerLineNumberAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerMemberNameAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CLSCompliant;
- public readonly Mono.CSharp.PredefinedAttribute CoClass;
- public readonly Mono.CSharp.PredefinedAttribute ComImport;
- public readonly Mono.CSharp.PredefinedAttribute CompilerGenerated;
- public readonly Mono.CSharp.PredefinedAttribute Conditional;
- public readonly Mono.CSharp.PredefinedDebuggableAttribute Debuggable;
- public readonly Mono.CSharp.PredefinedDebuggerBrowsableAttribute DebuggerBrowsable;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerHidden;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerStepThrough;
- public readonly Mono.CSharp.PredefinedDecimalAttribute DecimalConstant;
- public readonly Mono.CSharp.PredefinedAttribute DefaultCharset;
- public readonly Mono.CSharp.PredefinedAttribute DefaultMember;
- public readonly Mono.CSharp.PredefinedAttribute DefaultParameterValue;
- public readonly Mono.CSharp.PredefinedAttribute DllImport;
- public readonly Mono.CSharp.PredefinedDynamicAttribute Dynamic;
- public readonly Mono.CSharp.PredefinedAttribute Extension;
- public readonly Mono.CSharp.PredefinedAttribute FieldOffset;
- public readonly Mono.CSharp.PredefinedAttribute FixedBuffer;
- public readonly Mono.CSharp.PredefinedAttribute Guid;
- public readonly Mono.CSharp.PredefinedAttribute HostProtection;
- public readonly Mono.CSharp.PredefinedAttribute In;
- public readonly Mono.CSharp.PredefinedAttribute IndexerName;
- public readonly Mono.CSharp.PredefinedAttribute InternalsVisibleTo;
- public readonly Mono.CSharp.PredefinedAttribute MarshalAs;
- public readonly Mono.CSharp.PredefinedAttribute MethodImpl;
- public readonly Mono.CSharp.PredefinedAttribute Obsolete;
- public readonly Mono.CSharp.PredefinedAttribute OptionalParameter;
- public readonly Mono.CSharp.PredefinedAttribute Out;
- public readonly Mono.CSharp.PredefinedAttribute ParamArray;
- public readonly Mono.CSharp.PredefinedAttribute Required;
- public readonly Mono.CSharp.PredefinedAttribute RuntimeCompatibility;
- public readonly Mono.CSharp.PredefinedAttribute Security;
- public readonly Mono.CSharp.PredefinedAttribute StructLayout;
- public readonly Mono.CSharp.PredefinedAttribute TypeForwarder;
- public readonly Mono.CSharp.PredefinedAttribute UnmanagedFunctionPointer;
- public readonly Mono.CSharp.PredefinedAttribute UnsafeValueType;
- public readonly Mono.CSharp.PredefinedAttribute UnverifiableCode;
- public PredefinedAttributes(Mono.CSharp.ModuleContainer module) { }
- }
- public partial class PredefinedDebuggableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder, System.Diagnostics.DebuggableAttribute.DebuggingModes modes) { }
- }
- public partial class PredefinedDebuggerBrowsableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggerBrowsableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, System.Diagnostics.DebuggerBrowsableState state) { }
- }
- public partial class PredefinedDecimalAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDecimalAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedDynamicAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDynamicAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedMember<T> where T : Mono.CSharp.MemberSpec
- {
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypeSpec type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, Mono.CSharp.MemberFilter filter) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, params Mono.CSharp.PredefinedType[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, System.Func<Mono.CSharp.TypeSpec[]> typesBuilder, Mono.CSharp.TypeSpec returnType) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec type, Mono.CSharp.MemberFilter filter) { }
- public T Get() { throw null; }
- public T Resolve(Mono.CSharp.Location loc) { throw null; }
- }
- public partial class PredefinedStateMachineAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedStateMachineAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder, Mono.CSharp.StateMachine type) { }
- }
- public partial class PredefinedType
- {
- protected readonly Mono.CSharp.ModuleContainer module;
- protected Mono.CSharp.TypeSpec type;
- public PredefinedType(Mono.CSharp.BuiltinTypeSpec type) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity) { }
- public int Arity { get { throw null; } }
- public bool IsDefined { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeSpec { get { throw null; } }
- public bool Define() { throw null; }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.TypeSpec Resolve() { throw null; }
- public static Mono.CSharp.TypeSpec Resolve(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity, bool required, bool reportErrors) { throw null; }
- }
- public abstract partial class Probe : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- public Mono.CSharp.Expression ProbeType;
- protected Mono.CSharp.TypeSpec probe_type_expr;
- protected Probe(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected abstract string OperatorName { get; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- protected Mono.CSharp.Expression ResolveCommon(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Property : Mono.CSharp.PropertyBase
- {
- public Property(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property.BackingFieldDeclaration BackingField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public sealed partial class BackingFieldDeclaration : Mono.CSharp.Field
- {
- public BackingFieldDeclaration(Mono.CSharp.Property p, bool readOnly) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property OriginalProperty { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- }
- }
- public abstract partial class PropertyBase : Mono.CSharp.PropertyBasedMember
- {
- protected PropertyBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorFirst { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorSecond { get { throw null; } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Get { get { throw null; } set { } }
- public override bool IsUsed { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Set { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- protected bool DefineAccessors() { throw null; }
- protected void DefineBuilders(Mono.CSharp.MemberKind kind, Mono.CSharp.ParametersCompiled parameters) { }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- public override void PrepareEmit() { }
- protected override void SetMemberName(Mono.CSharp.MemberName new_name) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public partial class GetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- public GetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public abstract partial class PropertyMethod : Mono.CSharp.AbstractPropertyEventMethod
- {
- protected System.Reflection.MethodAttributes flags;
- protected readonly Mono.CSharp.PropertyBase method;
- public PropertyMethod(Mono.CSharp.PropertyBase method, string prefix, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCustomAccessModifier { get { throw null; } }
- public Mono.CSharp.PropertyBase Property { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class SetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- protected Mono.CSharp.ParametersCompiled parameters;
- public SetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- }
- public abstract partial class PropertyBasedMember : Mono.CSharp.InterfaceMemberBase
- {
- protected PropertyBasedMember(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected void CheckReservedNameConflict(string prefix, Mono.CSharp.MethodSpec accessor) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class PropertySpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public PropertySpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec Get { get { throw null; } set { } }
- public bool HasDifferentAccessibility { get { throw null; } }
- public bool HasGet { get { throw null; } }
- public bool HasSet { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.PropertyInfo MetaInfo { get { throw null; } }
- public Mono.CSharp.MethodSpec Set { get { throw null; } set { } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class QualifiedAliasMember : Mono.CSharp.MemberAccess
- {
- public static readonly string GlobalAlias;
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, int arity, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public string Alias { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.FullNamedExpression CreateExpressionFromAlias(Mono.CSharp.IMemberContext mc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Reachability
- {
- public bool IsUnreachable { get { throw null; } }
- public static Mono.CSharp.Reachability CreateUnreachable() { throw null; }
- public static Mono.CSharp.Reachability operator &(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- public static Mono.CSharp.Reachability operator |(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- }
- public partial class ReducedExpression : Mono.CSharp.Expression
- {
- internal ReducedExpression() { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Constant Create(Mono.CSharp.Constant expr, Mono.CSharp.Expression originalExpr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr, bool canBeConstant) { throw null; }
- public static Mono.CSharp.ExpressionStatement Create(Mono.CSharp.ExpressionStatement s, Mono.CSharp.Expression orig) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public partial class ReducedConstantExpression : Mono.CSharp.EmptyConstantCast
- {
- public ReducedConstantExpression(Mono.CSharp.Constant expr, Mono.CSharp.Expression orig_expr) : base (default(Mono.CSharp.Constant), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- }
- public sealed partial class ReflectionImporter : Mono.CSharp.MetadataImporter
- {
- public ReflectionImporter(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypes builtin) : base (default(Mono.CSharp.ModuleContainer)) { }
- public override void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec) { }
- protected override Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType) { throw null; }
- protected override bool HasVolatileModifier(System.Type[] modifiers) { throw null; }
- public void ImportAssembly(System.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) { }
- public Mono.CSharp.ImportedModuleDefinition ImportModule(System.Reflection.Module module, Mono.CSharp.RootNamespace targetNamespace) { throw null; }
- }
- public partial class RefTypeExpr : Mono.CSharp.ShimExpression
- {
- public RefTypeExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class RefValueExpr : Mono.CSharp.ShimExpression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RefValueExpr(Mono.CSharp.Expression expr, Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class Report
- {
- public static readonly int[] AllWarnings;
- public const int RuntimeErrorId = 10000;
- public Report(Mono.CSharp.CompilerContext context, Mono.CSharp.ReportPrinter printer) { }
- public int Errors { get { throw null; } }
- public bool IsDisabled { get { throw null; } }
- public Mono.CSharp.ReportPrinter Printer { get { throw null; } }
- public int Warnings { get { throw null; } }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(int category, string message, params object[] args) { }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(string message, params object[] args) { }
- public void DisableReporting() { }
- public void EnableReporting() { }
- public void Error(int code, Mono.CSharp.Location loc, string error) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, params string[] args) { }
- public void Error(int code, string error) { }
- public void Error(int code, string format, string arg) { }
- public void Error(int code, string format, string arg1, string arg2) { }
- public void Error(int code, string format, params string[] args) { }
- public void ExtraInformation(Mono.CSharp.Location loc, string msg) { }
- public void FeatureIsNotAvailable(Mono.CSharp.CompilerContext compiler, Mono.CSharp.Location loc, string feature) { }
- public void FeatureIsNotSupported(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.WarningRegions RegisterWarningRegion(Mono.CSharp.Location location) { throw null; }
- public void RuntimeMissingSupport(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.ReportPrinter SetPrinter(Mono.CSharp.ReportPrinter printer) { throw null; }
- public void SymbolRelatedToPreviousError(Mono.CSharp.Location loc, string symbol) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberCore mc) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberSpec ms) { }
- public void SymbolRelatedToPreviousError(string loc) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string message) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, params object[] args) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string message) { }
- public void Warning(int code, int level, string format, string arg) { }
- public void Warning(int code, int level, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string format, params string[] args) { }
- }
- public abstract partial class ReportPrinter
- {
- protected System.Collections.Generic.HashSet<Mono.CSharp.ITypeDefinition> reported_missing_definitions;
- protected ReportPrinter() { }
- public int ErrorsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public virtual bool HasRelatedSymbolSupport { get { throw null; } }
- public int WarningsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected virtual string FormatText(string txt) { throw null; }
- public bool MissingTypeReported(Mono.CSharp.ITypeDefinition typeDefinition) { throw null; }
- public virtual void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- protected void Print(Mono.CSharp.AbstractMessage msg, System.IO.TextWriter output, bool showFullPath) { }
- public void Reset() { }
- }
- public partial class ResolveContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public Mono.CSharp.Block CurrentBlock;
- public Mono.CSharp.Expression CurrentInitializerVariable;
- protected Mono.CSharp.ResolveContext.Options flags;
- public readonly Mono.CSharp.IMemberContext MemberContext;
- public ResolveContext(Mono.CSharp.IMemberContext mc) { }
- public ResolveContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ResolveContext.Options options) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool ConstantCheckState { get { throw null; } }
- public virtual Mono.CSharp.ExplicitBlock ConstructorBlock { get { throw null; } }
- public Mono.CSharp.Iterator CurrentIterator { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsInProbingMode { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsRuntimeBinder { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public bool IsVariableCapturingRequired { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public bool HasAny(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public bool HasSet(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public bool MustCaptureVariable(Mono.CSharp.INamedBlockVariable local) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle Set(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle With(Mono.CSharp.ResolveContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AllCheckStateFlags = 3,
- BaseInitializer = 256,
- CatchScope = 8,
- CheckedScope = 1,
- CompoundAssignmentScope = 64,
- ConstantCheckState = 2,
- ConstantScope = 1024,
- ConstructorScope = 2048,
- DontSetConditionalAccessReceiver = 65536,
- EnumScope = 512,
- ExpressionTreeConversion = 33554432,
- FieldInitializerScope = 32,
- FinallyScope = 16,
- FixedInitializerScope = 128,
- InferReturnType = 8388608,
- InvokeSpecialName = 67108864,
- LockScope = 8192,
- NameOfScope = 131072,
- OmitDebuggingInfo = 16777216,
- ProbingMode = 4194304,
- TryScope = 16384,
- TryWithCatchScope = 32768,
- UnsafeScope = 4,
- UsingInitializerScope = 4096,
- }
- }
- [System.FlagsAttribute]
- public enum ResolveFlags
- {
- MaskExprClass = 15,
- MethodGroup = 4,
- Type = 2,
- TypeParameter = 8,
- VariableOrValue = 1,
- }
- public abstract partial class ResumableStatement : Mono.CSharp.Statement
- {
- protected System.Reflection.Emit.Label resume_point;
- protected ResumableStatement() { }
- public virtual void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- public virtual System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public System.Reflection.Emit.Label PrepareForEmit(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class Return : Mono.CSharp.ExitStatement
- {
- public Return(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } protected set { } }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ReturnParameter : Mono.CSharp.ParameterBase
- {
- public ReturnParameter(Mono.CSharp.MemberCore method, System.Reflection.Emit.MethodBuilder mb, Mono.CSharp.Location location) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- }
- public partial class RootContext
- {
- public RootContext() { }
- public static Mono.CSharp.ModuleContainer ToplevelTypes { get { throw null; } set { } }
- }
- public partial class RootNamespace : Mono.CSharp.Namespace
- {
- public RootNamespace(string alias_name) { }
- public string Alias { get { throw null; } }
- public static void Error_GlobalNamespaceRedefined(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.List<string> FindExtensionMethodNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public System.Collections.Generic.List<string> FindTypeNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void RegisterNamespace(Mono.CSharp.Namespace child) { }
- }
- public partial class RuntimeExplicitAssign : Mono.CSharp.Assign
- {
- public RuntimeExplicitAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class RuntimeValueExpression : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RuntimeValueExpression(System.Dynamic.DynamicMetaObject obj, Mono.CSharp.TypeSpec type) { }
- public bool IsSuggestionOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Dynamic.DynamicMetaObject MetaObject { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public enum RuntimeVersion
- {
- v1 = 0,
- v2 = 1,
- v4 = 2,
- }
- public partial class SByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly sbyte Value;
- public SByteConstant(Mono.CSharp.BuiltinTypes types, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public SByteConstant(Mono.CSharp.TypeSpec type, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SeekableStreamReader : System.IDisposable
- {
- public const int DefaultReadAheadSize = 2048;
- public SeekableStreamReader(System.IO.Stream stream, System.Text.Encoding encoding, char[] sharedBuffer=null) { }
- public int Position { get { throw null; } set { } }
- public void Dispose() { }
- public int Peek() { throw null; }
- public int Read() { throw null; }
- public char[] ReadChars(int fromPosition, int toPosition) { throw null; }
- }
- public abstract partial class ShimExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected ShimExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly short Value;
- public ShortConstant(Mono.CSharp.BuiltinTypes types, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ShortConstant(Mono.CSharp.TypeSpec type, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SideEffectConstant : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant value;
- public SideEffectConstant(Mono.CSharp.Constant value, Mono.CSharp.Expression side_effect, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class SimpleAssign : Mono.CSharp.Assign
- {
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class SimpleMemberName
- {
- public Mono.CSharp.Location Location;
- public string Value;
- public SimpleMemberName(string name, Mono.CSharp.Location loc) { }
- }
- public partial class SimpleName : Mono.CSharp.ATypeNameExpression
- {
- public SimpleName(string name, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, Mono.CSharp.TypeArguments args, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, int arity, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public void Error_NameDoesNotExist(Mono.CSharp.ResolveContext rc) { }
- protected virtual void Error_TypeOrNamespaceNotFound(Mono.CSharp.IMemberContext ctx) { }
- public Mono.CSharp.SimpleName GetMethodGroup() { throw null; }
- public bool IsPossibleType(Mono.CSharp.IMemberContext mc) { throw null; }
- public bool IsPossibleTypeOrNamespace(Mono.CSharp.IMemberContext mc) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class SizeOf : Mono.CSharp.Expression
- {
- public SizeOf(Mono.CSharp.Expression queried_type, Mono.CSharp.Location l) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class SourceFile : System.IEquatable<Mono.CSharp.SourceFile>
- {
- public bool AutoGenerated;
- public readonly int Index;
- public readonly string Name;
- public readonly string OriginalFullPathName;
- public SourceFile(string name, string path, int index) { }
- public byte[] Checksum { get { throw null; } }
- public bool HasChecksum { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFileEntry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry CreateSymbolInfo(Mono.CompilerServices.SymbolWriter.MonoSymbolFile symwriter, System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool Equals(Mono.CSharp.SourceFile other) { throw null; }
- public string GetFullPathName(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool IsHiddenLocation(Mono.CSharp.Location loc) { throw null; }
- public void RegisterHiddenScope(Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public void SetChecksum(byte[] checksum) { }
- public void SetChecksum(byte[] algorithmGuid, byte[] checksum) { }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum SpecialConstraint
- {
- Class = 8,
- Constructor = 4,
- None = 0,
- Struct = 16,
- }
- public partial class SpecialContraintExpr : Mono.CSharp.FullNamedExpression
- {
- public SpecialContraintExpr(Mono.CSharp.SpecialConstraint constraint, Mono.CSharp.Location loc) { }
- public Mono.CSharp.SpecialConstraint Constraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class StackAlloc : Mono.CSharp.Expression
- {
- public StackAlloc(Mono.CSharp.Expression type, Mono.CSharp.Expression count, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression CountExpression { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class StackFieldExpr : Mono.CSharp.FieldExpr, Mono.CSharp.IExpressionCleanup
- {
- public StackFieldExpr(Mono.CSharp.Field field) : base (default(Mono.CSharp.Location)) { }
- public bool AutomaticallyReuse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsAvailableForReuse { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- void Mono.CSharp.IExpressionCleanup.EmitCleanup(Mono.CSharp.EmitContext ec) { }
- public void PrepareCleanup(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class StateMachine : Mono.CSharp.AnonymousMethodStorey
- {
- protected StateMachine(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.ExplicitBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberBase), default(Mono.CSharp.TypeParameters), default(string), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.TypeParameters OriginalTypeParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Field PC { get { throw null; } }
- public Mono.CSharp.StateMachineMethod StateMachineMethod { get { throw null; } }
- public void AddEntryMethod(Mono.CSharp.StateMachineMethod method) { }
- protected override bool DoDefineMembers() { throw null; }
- protected override string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public enum State
- {
- After = -1,
- Running = -3,
- Start = 0,
- Uninitialized = -2,
- }
- }
- public abstract partial class StateMachineInitializer : Mono.CSharp.AnonymousExpression
- {
- protected System.Reflection.Emit.LocalBuilder current_pc;
- public readonly Mono.CSharp.TypeDefinition Host;
- protected System.Reflection.Emit.Label move_next_error;
- protected System.Reflection.Emit.Label move_next_ok;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected Mono.CSharp.StateMachine storey;
- protected StateMachineInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public System.Reflection.Emit.Label BodyEnd { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Reflection.Emit.LocalBuilder CurrentPC { get { throw null; } }
- public System.Reflection.Emit.LocalBuilder SkipFinally { get { throw null; } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt) { throw null; }
- protected virtual Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLeave(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- protected virtual void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public virtual void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- public void SetStateMachine(Mono.CSharp.StateMachine stateMachine) { }
- }
- public partial class StateMachineMethod : Mono.CSharp.Method
- {
- public StateMachineMethod(Mono.CSharp.StateMachine host, Mono.CSharp.StateMachineInitializer expr, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Block.Flags blockFlags) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- }
- public abstract partial class Statement
- {
- public Mono.CSharp.Location loc;
- protected bool reachable;
- protected Statement() { }
- public bool IsUnreachable { get { throw null; } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected void CheckExitBoundaries(Mono.CSharp.BlockContext bc, Mono.CSharp.Block scope) { }
- public Mono.CSharp.Statement Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected abstract void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target);
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected abstract void DoEmit(Mono.CSharp.EmitContext ec);
- protected abstract bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc);
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- protected void Error_FinallyClauseExit(Mono.CSharp.BlockContext bc) { }
- public bool FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public virtual Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public virtual bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementErrorExpression : Mono.CSharp.Statement
- {
- public StatementErrorExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementExpression : Mono.CSharp.Statement
- {
- public StatementExpression(Mono.CSharp.ExpressionStatement expr) { }
- public StatementExpression(Mono.CSharp.ExpressionStatement expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExpressionStatement Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StatementList : Mono.CSharp.Statement
- {
- public StatementList(Mono.CSharp.Statement first, Mono.CSharp.Statement second) { }
- public System.Collections.Generic.IList<Mono.CSharp.Statement> Statements { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Statement statement) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StreamReportPrinter : Mono.CSharp.ReportPrinter
- {
- public StreamReportPrinter(System.IO.TextWriter writer) { }
- public override void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- }
- public partial class StringConcat : Mono.CSharp.Expression
- {
- internal StringConcat() { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.StringConcat Create(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class StringConstant : Mono.CSharp.Constant
- {
- public StringConstant(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- protected StringConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public StringConstant(Mono.CSharp.TypeSpec type, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public string Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class StringLiteral : Mono.CSharp.StringConstant, Mono.CSharp.ILiteralConstant
- {
- public StringLiteral(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(string), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public sealed partial class Struct : Mono.CSharp.ClassOrStruct
- {
- public Struct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasUnmanagedCheckDone { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public abstract partial class StructuralVisitor
- {
- protected StructuralVisitor() { }
- public virtual object Visit(Mono.CSharp.AnonymousMethodExpression anonymousMethodExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Arglist argListExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArglistAccess argListAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayCreation arrayCreationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayInitializer arrayInitializer) { throw null; }
- public virtual object Visit(Mono.CSharp.As asExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Await awaitExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.BaseThis baseAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Binary binaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Block blockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockConstant blockConstantDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockVariable blockVariableDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BooleanExpression booleanExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Break breakStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Cast castExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Checked checkedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.CheckedExpr checkedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Class c) { }
- public virtual void Visit(Mono.CSharp.CompilationSourceFile csf) { }
- public virtual object Visit(Mono.CSharp.ComposedCast composedCast) { throw null; }
- public virtual object Visit(Mono.CSharp.CompoundAssign compoundAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.Conditional conditionalExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Const c) { }
- public virtual object Visit(Mono.CSharp.Constant constant) { throw null; }
- public virtual object Visit(Mono.CSharp.ConstInitializer constInitializer) { throw null; }
- public virtual void Visit(Mono.CSharp.Constructor c) { }
- public virtual object Visit(Mono.CSharp.Continue continueStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultParameterValueExpression defaultParameterValueExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultValueExpression defaultValueExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Delegate d) { }
- public virtual void Visit(Mono.CSharp.Destructor d) { }
- public virtual object Visit(Mono.CSharp.Do doStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.ElementAccess elementAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpression emptyExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpressionStatement emptyExpressionStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyStatement emptyStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Enum e) { }
- public virtual void Visit(Mono.CSharp.EnumMember em) { }
- public virtual object Visit(Mono.CSharp.ErrorExpression errorExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.EventField e) { }
- public virtual void Visit(Mono.CSharp.EventProperty ep) { }
- public virtual object Visit(Mono.CSharp.Expression expression) { throw null; }
- public virtual void Visit(Mono.CSharp.Field f) { }
- public virtual object Visit(Mono.CSharp.Fixed fixedStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.FixedField f) { }
- public virtual object Visit(Mono.CSharp.For forStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Foreach foreachStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Goto gotoStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoCase gotoCase) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoDefault gotoDefault) { throw null; }
- public virtual object Visit(Mono.CSharp.If ifStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Indexer i) { }
- public virtual object Visit(Mono.CSharp.Indirection indirectionExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Interface i) { }
- public virtual object Visit(Mono.CSharp.Invocation invocationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Is isExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.LabeledStatement labeledStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.LambdaExpression lambdaExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupBy groupBy) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupJoin groupJoin) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Join join) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Let let) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByAscending orderByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByDescending orderByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryExpression queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryStartClause queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Select select) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.SelectMany selectMany) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByAscending thenByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByDescending thenByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Where where) { throw null; }
- public virtual object Visit(Mono.CSharp.LocalVariableReference localVariableReference) { throw null; }
- public virtual object Visit(Mono.CSharp.Lock lockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.MakeRefExpr makeRefExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.MemberAccess memberAccess) { throw null; }
- public virtual void Visit(Mono.CSharp.MemberCore member) { }
- public virtual void Visit(Mono.CSharp.Method m) { }
- public virtual void Visit(Mono.CSharp.ModuleContainer module) { }
- public virtual void Visit(Mono.CSharp.NamespaceContainer ns) { }
- public virtual object Visit(Mono.CSharp.New newExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.NewAnonymousType newAnonymousType) { throw null; }
- public virtual object Visit(Mono.CSharp.NewInitialize newInitializeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Nullable.NullCoalescingOperator nullCoalescingOperator) { throw null; }
- public virtual void Visit(Mono.CSharp.Operator o) { }
- public virtual object Visit(Mono.CSharp.ParenthesizedExpression parenthesizedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Property p) { }
- public virtual object Visit(Mono.CSharp.QualifiedAliasMember qualifiedAliasMember) { throw null; }
- public virtual object Visit(Mono.CSharp.RefTypeExpr refTypeExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.RefValueExpr refValueExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.Return returnStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleAssign simpleAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleName simpleName) { throw null; }
- public virtual object Visit(Mono.CSharp.SizeOf sizeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StackAlloc stackAllocExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Statement stmt) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementErrorExpression errorStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementExpression statementExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementList statementList) { throw null; }
- public virtual void Visit(Mono.CSharp.Struct s) { }
- public virtual object Visit(Mono.CSharp.Switch switchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SwitchLabel switchLabel) { throw null; }
- public virtual object Visit(Mono.CSharp.This thisExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Throw throwStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryCatch tryCatchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryFinally tryFinallyStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeExpression typeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeOf typeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unary unaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.UnaryMutator unaryMutatorExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unchecked uncheckedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.UnCheckedExpr uncheckedExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unsafe unsafeStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Using usingStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.UsingAliasNamespace uan) { }
- public virtual void Visit(Mono.CSharp.UsingExternAlias uea) { }
- public virtual void Visit(Mono.CSharp.UsingNamespace un) { }
- public virtual object Visit(Mono.CSharp.While whileStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Yield yieldStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.YieldBreak yieldBreakStatement) { throw null; }
- }
- public partial class Switch : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression Expr;
- public Mono.CSharp.TypeSpec SwitchType;
- public Switch(Mono.CSharp.Expression e, Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.SwitchLabel ActiveLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.SwitchLabel DefaultLabel { get { throw null; } }
- public Mono.CSharp.VariableReference ExpressionValue { get { throw null; } }
- public bool IsNullable { get { throw null; } }
- public bool IsPatternMatching { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SwitchLabel> RegisteredLabels { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public static Mono.CSharp.TypeSpec[] CreateSwitchUserTypes(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec nullable) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public Mono.CSharp.SwitchLabel FindLabel(Mono.CSharp.Constant value) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterGotoCase(Mono.CSharp.GotoCase gotoCase, Mono.CSharp.Constant value) { }
- public void RegisterLabel(Mono.CSharp.BlockContext rc, Mono.CSharp.SwitchLabel sl) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override void SetEndReachable() { }
- }
- public abstract partial class SwitchGoto : Mono.CSharp.Statement
- {
- protected Mono.CSharp.Switch switch_statement;
- protected bool unwind_protect;
- protected SwitchGoto(Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected void Error_GotoCaseRequiresSwitchBlock(Mono.CSharp.BlockContext bc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class SwitchLabel : Mono.CSharp.Statement
- {
- public SwitchLabel(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Constant Converted { get { throw null; } set { } }
- public bool IsDefault { get { throw null; } }
- public Mono.CSharp.Expression Label { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PatternMatching { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SectionStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void Error_AlreadyOccurs(Mono.CSharp.ResolveContext ec, Mono.CSharp.SwitchLabel collision_with) { }
- public System.Reflection.Emit.Label GetILLabel(Mono.CSharp.EmitContext ec) { throw null; }
- public string GetSignatureForError() { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public enum Target
- {
- Exe = 1,
- Library = 0,
- Module = 2,
- WinExe = 3,
- }
- public partial class TemporaryVariableReference : Mono.CSharp.VariableReference
- {
- public TemporaryVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public Mono.CSharp.LocalVariable LocalInfo { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public static Mono.CSharp.TemporaryVariableReference Create(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source) { }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public partial class Declarator : Mono.CSharp.Statement
- {
- public Declarator(Mono.CSharp.TemporaryVariableReference variable) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- }
- public partial class This : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.VariableInfo variable_info;
- public This(Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- protected virtual void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public static bool IsThisAvailable(Mono.CSharp.ResolveContext ec, bool ignoreAnonymous) { throw null; }
- public virtual void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- public override void SetHasAddressTaken() { }
- }
- public partial class Throw : Mono.CSharp.Statement
- {
- public Throw(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Tokenizer
- {
- public bool CompleteOnEOF;
- public const int DocumentationXref = 1048579;
- public const int EvalCompilationUnitParserCharacter = 1048577;
- public const int EvalStatementParserCharacter = 1048576;
- public const int EvalUsingDeclarationsParserCharacter = 1048578;
- public const int MaxIdentifierLength = 512;
- public const int MaxNumberLength = 512;
- public bool parsing_attribute_section;
- public int parsing_block;
- public bool parsing_catch_when;
- public int parsing_declaration;
- public bool parsing_generic_declaration;
- public bool parsing_generic_declaration_doc;
- public bool parsing_interpolation_format;
- public bool parsing_modifiers;
- public int parsing_type;
- public Tokenizer(Mono.CSharp.SeekableStreamReader input, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session, Mono.CSharp.Report report) { }
- public bool ConstraintsParsing { get { throw null; } set { } }
- public Mono.CSharp.XmlCommentState doc_state { get { throw null; } set { } }
- public bool EventParsing { get { throw null; } set { } }
- public int Line { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PropertyParsing { get { throw null; } set { } }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public void check_incorrect_doc_comment() { }
- public void cleanup() { }
- public string consume_doc_comment() { throw null; }
- public void DiscardPosition() { }
- public bool IsEscapedIdentifier(Mono.CSharp.ATypeNameExpression name) { throw null; }
- public static bool IsKeyword(string s) { throw null; }
- public static bool IsValidIdentifier(string s) { throw null; }
- public int peek_token() { throw null; }
- public void PopPosition() { }
- public void PushPosition() { }
- public void putback(int c) { }
- public int token() { throw null; }
- public object value() { throw null; }
- public int xtoken() { throw null; }
- public partial class LocatedTokenBuffer
- {
- public int pos;
- public LocatedTokenBuffer() { }
- public LocatedTokenBuffer(Mono.CSharp.LocatedToken[] buffer) { }
- public Mono.CSharp.LocatedToken Create(Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- public Mono.CSharp.LocatedToken Create(string value, Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void CreateOptional(Mono.CSharp.SourceFile file, int row, int col, ref object token) { }
- }
- public enum PreprocessorDirective
- {
- CustomArgumentsParsing = 1024,
- Define = 2055,
- Elif = 2053,
- Else = 6,
- Endif = 4,
- Endregion = 2,
- Error = 9,
- If = 2051,
- Invalid = 0,
- Line = 1036,
- Pragma = 1035,
- Region = 1,
- RequiresArgument = 2048,
- Undef = 2056,
- Warning = 10,
- }
- }
- public partial class ToplevelBlock : Mono.CSharp.ParametersBlock
- {
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public bool IsIterator { get { throw null; } set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.ExplicitBlock> ThisReferencesFromChildrenBlock { get { throw null; } }
- public Mono.CSharp.LocalVariable ThisVariable { get { throw null; } }
- public void AddLabel(string name, Mono.CSharp.LabeledStatement label) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li, bool ignoreChildrenBlocks) { }
- public void AddThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void AddThisVariable(Mono.CSharp.BlockContext bc) { }
- public override void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Arguments GetAllParametersArguments() { throw null; }
- public bool GetLocalName(string name, Mono.CSharp.Block block, ref Mono.CSharp.INamedBlockVariable variable) { throw null; }
- public System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> GetUndeclaredVariables() { throw null; }
- public void IncludeBlock(Mono.CSharp.ParametersBlock pb, Mono.CSharp.ToplevelBlock block) { }
- public void RemoveThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public bool Resolve(Mono.CSharp.BlockContext bc, Mono.CSharp.IMethodData md) { throw null; }
- public void SetUndeclaredVariables(System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { }
- }
- public partial class TryCatch : Mono.CSharp.ExceptionStatement
- {
- public Mono.CSharp.Block Block;
- public TryCatch(Mono.CSharp.Block block, System.Collections.Generic.List<Mono.CSharp.Catch> catch_clauses, Mono.CSharp.Location l, bool inside_try_finally) : base (default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.Catch> Clauses { get { throw null; } }
- public bool HasClauseWithAwait { get { throw null; } }
- public bool IsTryCatchFinally { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TryFinally : Mono.CSharp.TryFinallyBlock
- {
- public TryFinally(Mono.CSharp.Statement stmt, Mono.CSharp.ExplicitBlock fini, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.ExplicitBlock FinallyBlock { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- public static System.Reflection.Emit.Label EmitRedirectedJump(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, System.Reflection.Emit.Label label, Mono.CSharp.Block labelBlock, bool unwindProtect) { throw null; }
- public static System.Reflection.Emit.Label EmitRedirectedReturn(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, bool unwindProtect) { throw null; }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterForControlExitCheck(Mono.CSharp.DefiniteAssignmentBitSet vector) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public abstract partial class TryFinallyBlock : Mono.CSharp.ExceptionStatement
- {
- protected Mono.CSharp.Statement stmt;
- protected TryFinallyBlock(Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected virtual bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract void EmitFinallyBody(Mono.CSharp.EmitContext ec);
- public override void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- protected abstract void EmitTryBody(Mono.CSharp.EmitContext ec);
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TypeArguments
- {
- public TypeArguments(params Mono.CSharp.FullNamedExpression[] types) { }
- public Mono.CSharp.TypeSpec[] Arguments { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public void Add(Mono.CSharp.FullNamedExpression type) { }
- public Mono.CSharp.TypeArguments Clone() { throw null; }
- public string GetSignatureForError() { throw null; }
- public virtual bool Resolve(Mono.CSharp.IMemberContext ec, bool allowUnbound) { throw null; }
- }
- public abstract partial class TypeCast : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Expression child;
- protected TypeCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public abstract partial class TypeContainer : Mono.CSharp.MemberCore
- {
- protected System.Collections.Generic.List<Mono.CSharp.TypeContainer> containers;
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> defined_names;
- protected bool is_defined;
- public readonly Mono.CSharp.MemberKind Kind;
- protected TypeContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.IList<Mono.CSharp.TypeContainer> Containers { get { throw null; } }
- public int CounterAnonymousContainers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterAnonymousMethods { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterSwitchTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> DefinedNames { get { throw null; } }
- public Mono.CSharp.TypeDefinition PartialContainer { get { throw null; } protected set { } }
- public Mono.CSharp.Attributes UnattachedAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddCompilerGeneratedClass(Mono.CSharp.CompilerGeneratedContainer c) { }
- public virtual void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- protected void AddPartial(Mono.CSharp.TypeDefinition next_part, Mono.CSharp.TypeDefinition existing) { }
- public virtual void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected virtual void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public virtual void CloseContainer() { }
- public virtual bool CreateContainer() { throw null; }
- public virtual void CreateMetadataName(System.Text.StringBuilder sb) { }
- public override bool Define() { throw null; }
- public virtual bool DefineContainer() { throw null; }
- protected virtual void DefineNamespace() { }
- protected virtual void DoDefineContainer() { }
- public virtual void EmitContainer() { }
- protected void Error_MissingPartialModifier(Mono.CSharp.MemberCore type) { }
- public virtual void ExpandBaseInterfaces() { }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public virtual string GetSignatureForMetadata() { throw null; }
- public virtual void PrepareEmit() { }
- public virtual void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- public virtual void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public abstract partial class TypeDefinition : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public int AnonymousMethodsCounter;
- protected Mono.CSharp.TypeSpec base_type;
- public const string DefaultIndexerName = "Item";
- public int DynamicSitesCounter;
- protected Mono.CSharp.FieldBase first_nonstatic_field;
- protected bool has_static_constructor;
- protected Mono.CSharp.TypeSpec[] iface_exprs;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_fields;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_static_fields;
- public int MethodGroupsCounter;
- protected Mono.CSharp.TypeSpec spec;
- public System.Reflection.Emit.TypeBuilder TypeBuilder;
- protected System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> type_bases;
- protected TypeDefinition(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> BaseTypeExpressions { get { throw null; } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public Mono.CSharp.TypeSpec Definition { get { throw null; } }
- public override string DocComment { get { throw null; } set { } }
- public override string DocCommentHeader { get { throw null; } }
- public bool HasEquals { get { throw null; } }
- public bool HasExplicitLayout { get { throw null; } set { } }
- public bool HasGetHashCode { get { throw null; } }
- public bool HasInstanceConstructor { get { throw null; } set { } }
- public bool HasMembersDefined { get { throw null; } }
- public bool HasOperators { get { throw null; } set { } }
- public bool HasStaticFieldInitializer { get { throw null; } set { } }
- public bool HasStructLayout { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec[] Interfaces { get { throw null; } }
- public bool IsComImport { get { throw null; } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsPartial { get { throw null; } }
- public bool IsTopLevel { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.MemberCore> Members { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- string Mono.CSharp.ITypeDefinition.Namespace { get { throw null; } }
- Mono.CSharp.TypeParameterSpec[] Mono.CSharp.ITypeDefinition.TypeParameters { get { throw null; } }
- public Mono.CSharp.PendingImplementation PendingImplementations { get { throw null; } }
- public Mono.CSharp.Arguments PrimaryConstructorBaseArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Location PrimaryConstructorBaseArgumentsStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersCompiled PrimaryConstructorParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected virtual System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeParameters TypeParametersAll { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddConstructor(Mono.CSharp.Constructor c) { }
- public void AddConstructor(Mono.CSharp.Constructor c, bool isDefault) { }
- public bool AddField(Mono.CSharp.FieldBase field) { throw null; }
- public void AddIndexer(Mono.CSharp.Indexer i) { }
- public void AddMember(Mono.CSharp.MemberCore symbol) { }
- public virtual void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public void AddOperator(Mono.CSharp.Operator op) { }
- public void AddPartialPart(Mono.CSharp.TypeDefinition part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected override void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public override bool CreateContainer() { throw null; }
- public Mono.CSharp.MethodSpec CreateHoistedBaseCallProxy(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- public override void CreateMetadataName(System.Text.StringBuilder sb) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder CreateMethodSymbolEntry() { throw null; }
- public sealed override bool Define() { throw null; }
- protected bool DefineBaseTypes() { throw null; }
- protected override void DoDefineContainer() { }
- protected virtual bool DoDefineMembers() { throw null; }
- public void DoExpandBaseInterfaces() { }
- protected virtual bool DoResolveTypeParameters() { throw null; }
- public override void Emit() { }
- public sealed override void EmitContainer() { }
- public override void ExpandBaseInterfaces() { }
- public static string FilterNestedName(string name) { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForMetadata() { throw null; }
- public bool IsBaseTypeDefinition(Mono.CSharp.TypeSpec baseType) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public virtual bool IsUnmanagedType() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void Mark_HasEquals() { }
- public void Mark_HasGetHashCode() { }
- public bool MethodModifiersValid(Mono.CSharp.MemberCore mc) { throw null; }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override void PrepareEmit() { }
- public void RegisterFieldForInitialization(Mono.CSharp.MemberCore field, Mono.CSharp.FieldInitializer expression) { }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected virtual Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public void ResolveFieldInitializers(Mono.CSharp.BlockContext ec) { }
- public virtual void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- public void SetPredefinedSpec(Mono.CSharp.BuiltinTypeSpec spec) { }
- protected override bool VerifyClsCompliance() { throw null; }
- public bool VerifyImplements(Mono.CSharp.InterfaceMemberBase mb) { throw null; }
- public override void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct BaseContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public BaseContext(Mono.CSharp.TypeContainer tc) { throw null;}
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public abstract partial class TypeExpr : Mono.CSharp.FullNamedExpression
- {
- protected TypeExpr() { }
- protected sealed override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public sealed override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class TypeExpression : Mono.CSharp.TypeExpr
- {
- public TypeExpression(Mono.CSharp.TypeSpec t, Mono.CSharp.Location l) { }
- public sealed override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public static partial class TypeExtensions
- {
- public static string GetNamespace(this System.Type t) { throw null; }
- }
- public partial class TypeInferenceContext
- {
- public TypeInferenceContext() { }
- public TypeInferenceContext(Mono.CSharp.TypeSpec[] typeArguments) { }
- public Mono.CSharp.TypeSpec[] InferredTypeArguments { get { throw null; } }
- public bool UnfixedVariableExists { get { throw null; } }
- public void AddCommonTypeBound(Mono.CSharp.TypeSpec type) { }
- public void AddCommonTypeBoundAsync(Mono.CSharp.TypeSpec type) { }
- public int ExactInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public bool FixAllTypes(Mono.CSharp.ResolveContext ec) { throw null; }
- public bool FixDependentTypes(Mono.CSharp.ResolveContext ec, ref bool fixed_any) { throw null; }
- public bool FixIndependentTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec[] methodParameters, ref bool fixed_any) { throw null; }
- public bool FixType(Mono.CSharp.ResolveContext ec, int i) { throw null; }
- public bool HasBounds(int pos) { throw null; }
- public Mono.CSharp.TypeSpec InflateGenericArgument(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec parameter) { throw null; }
- public bool IsReturnTypeNonDependent(Mono.CSharp.MethodSpec invoke, Mono.CSharp.TypeSpec returnType) { throw null; }
- public int LowerBoundInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public int OutputTypeInference(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.TypeSpec t) { throw null; }
- protected enum BoundKind
- {
- Exact = 0,
- Lower = 1,
- Upper = 2,
- }
- }
- public partial class TypeInfo
- {
- internal TypeInfo() { }
- public readonly bool IsStruct;
- public readonly int Length;
- public readonly int Offset;
- public Mono.CSharp.TypeInfo[] SubStructInfo;
- public readonly int TotalLength;
- public int GetFieldIndex(string name) { throw null; }
- public Mono.CSharp.TypeInfo GetStructField(string name) { throw null; }
- public static Mono.CSharp.TypeInfo GetTypeInfo(Mono.CSharp.TypeSpec type, Mono.CSharp.IMemberContext context) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.VariableInfo vi, Mono.CSharp.Location loc) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- }
- public partial class TypeOf : Mono.CSharp.Expression
- {
- public TypeOf(Mono.CSharp.FullNamedExpression queried_type, Mono.CSharp.Location l) { }
- public TypeOf(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeArgument { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class TypeParameter : Mono.CSharp.MemberCore, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public TypeParameter(Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.VarianceDecl variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec parentSpec, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(int index, Mono.CSharp.MemberName name, Mono.CSharp.Constraints constraints, Mono.CSharp.Attributes attrs, Mono.CSharp.Variance Variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Constraints Constraints { get { throw null; } set { } }
- public Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsMethodTypeParameter { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec Type { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public Mono.CSharp.VarianceDecl VarianceDecl { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool AddPartialConstraints(Mono.CSharp.TypeDefinition part, Mono.CSharp.TypeParameter tp) { throw null; }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public void CheckGenericConstraints(bool obsoleteCheck) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeContainer parent) { }
- public Mono.CSharp.TypeParameter CreateHoistedCopy(Mono.CSharp.TypeSpec declaringSpec) { throw null; }
- public override bool Define() { throw null; }
- public void Define(Mono.CSharp.TypeParameter tp) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder type) { }
- public override void Emit() { }
- public void EmitConstraints(System.Reflection.Emit.GenericTypeParameterBuilder builder) { }
- public void ErrorInvalidVariance(Mono.CSharp.IMemberContext mc, Mono.CSharp.Variance expected) { }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public bool ResolveConstraints(Mono.CSharp.IMemberContext context) { throw null; }
- public new void VerifyClsCompliance() { }
- public void WarningParentNameConflict(Mono.CSharp.TypeParameter conflict) { }
- }
- public partial class TypeParameterExpr : Mono.CSharp.TypeExpression
- {
- public TypeParameterExpr(Mono.CSharp.TypeParameter type_parameter, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeParameterInflator
- {
- public TypeParameterInflator(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec type, Mono.CSharp.TypeParameterSpec[] tparams, Mono.CSharp.TypeSpec[] targs) { throw null;}
- public TypeParameterInflator(Mono.CSharp.TypeParameterInflator nested, Mono.CSharp.TypeSpec type) { throw null;}
- public Mono.CSharp.IModuleContext Context { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeInstance { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class TypeParameterMutator
- {
- public TypeParameterMutator(Mono.CSharp.TypeParameters mvar, Mono.CSharp.TypeParameters var) { }
- public TypeParameterMutator(Mono.CSharp.TypeParameterSpec[] srcVar, Mono.CSharp.TypeParameters destVar) { }
- public Mono.CSharp.TypeParameters MethodTypeParameters { get { throw null; } }
- public static Mono.CSharp.TypeSpec GetMemberDeclaringType(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterSpec Mutate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeSpec ts) { throw null; }
- public Mono.CSharp.TypeSpec[] Mutate(Mono.CSharp.TypeSpec[] targs) { throw null; }
- }
- public partial class TypeParameters
- {
- public TypeParameters() { }
- public TypeParameters(int count) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeParameter this[int index] { get { throw null; } set { } }
- public Mono.CSharp.TypeParameterSpec[] Types { get { throw null; } }
- public void Add(Mono.CSharp.TypeParameter tparam) { }
- public void Add(Mono.CSharp.TypeParameters tparams) { }
- public void CheckPartialConstraints(Mono.CSharp.Method part) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, int parentOffset, Mono.CSharp.TypeContainer parent) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder[] builders) { }
- public Mono.CSharp.TypeParameter Find(string name) { throw null; }
- public string[] GetAllNames() { throw null; }
- public string GetSignatureForError() { throw null; }
- public void UpdateConstraints(Mono.CSharp.TypeDefinition part) { }
- public void VerifyClsCompliance() { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{DisplayDebugInfo()}")]
- public partial class TypeParameterSpec : Mono.CSharp.TypeSpec
- {
- public static readonly new Mono.CSharp.TypeParameterSpec[] EmptyTypes;
- public TypeParameterSpec(Mono.CSharp.TypeSpec declaringType, int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public TypeParameterSpec(int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public int DeclaredPosition { get { throw null; } set { } }
- public bool HasAnyTypeConstraint { get { throw null; } }
- public bool HasSpecialClass { get { throw null; } }
- public bool HasSpecialConstructor { get { throw null; } }
- public bool HasSpecialStruct { get { throw null; } }
- public bool HasTypeConstraint { get { throw null; } }
- public Mono.CSharp.MemberCache InterfaceCache { get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public Mono.CSharp.TypeSpec[] InterfacesDefined { get { throw null; } set { } }
- public bool IsConstrained { get { throw null; } }
- public bool IsMethodOwned { get { throw null; } }
- public bool IsReferenceType { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.SpecialConstraint SpecialConstraint { get { throw null; } set { } }
- public new Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } set { } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public string DisplayDebugInfo() { throw null; }
- public Mono.CSharp.TypeSpec GetEffectiveBase() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool HasAnyTypeParameterConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public static bool HasAnyTypeParameterTypeConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public bool HasDependencyOn(Mono.CSharp.TypeSpec type) { throw null; }
- public bool HasSameConstraintsDefinition(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public bool HasSameConstraintsImplementation(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public void InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec tps) { }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec[] tparams) { throw null; }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints<T>(Mono.CSharp.TypeParameterSpec[] tparams, System.Func<T, Mono.CSharp.TypeParameterInflator> inflatorFactory, T arg) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- public bool IsConvertibleToInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- public partial class TypeSpec : Mono.CSharp.MemberSpec
- {
- protected Mono.CSharp.MemberCache cache;
- public static readonly Mono.CSharp.TypeSpec[] EmptyTypes;
- protected System.Collections.Generic.IList<Mono.CSharp.TypeSpec> ifaces;
- protected System.Type info;
- public TypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.ITypeDefinition definition, System.Type info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec BaseType { get { throw null; } set { } }
- public virtual Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public bool HasDynamicElement { get { throw null; } }
- public virtual System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } set { } }
- public bool IsArray { get { throw null; } }
- public virtual bool IsArrayGenericInterface { get { throw null; } set { } }
- public bool IsAttribute { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsConstantCompatible { get { throw null; } }
- public bool IsDelegate { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public virtual bool IsExpressionTreeType { get { throw null; } set { } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsGenericParameter { get { throw null; } }
- public virtual bool IsGenericTask { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsNullableType { get { throw null; } set { } }
- public bool IsPointer { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSpecialRuntimeType { get { throw null; } set { } }
- public bool IsStruct { get { throw null; } }
- public bool IsStructOrEnum { get { throw null; } }
- public bool IsTypeBuilder { get { throw null; } }
- public bool IsUnmanaged { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } set { } }
- public Mono.CSharp.MemberCache MemberCacheTypes { get { throw null; } }
- public new Mono.CSharp.ITypeDefinition MemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public virtual bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public bool AddInterfaceDefined(Mono.CSharp.TypeSpec iface) { throw null; }
- public static Mono.CSharp.TypeSpec[] GetAllTypeArguments(Mono.CSharp.TypeSpec type) { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public virtual System.Type GetMetaInfo() { throw null; }
- public sealed override string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForErrorIncludingAssemblyName() { throw null; }
- protected virtual string GetTypeNameSignature() { throw null; }
- public bool ImplementsInterface(Mono.CSharp.TypeSpec iface, bool variantly) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected virtual void InitializeMemberCache(bool onlyTypes) { }
- public static bool IsBaseClass(Mono.CSharp.TypeSpec type, Mono.CSharp.TypeSpec baseClass, bool dynamicIsObject) { throw null; }
- public static bool IsNonNullableValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsReferenceType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public Mono.CSharp.InflatedTypeSpec MakeGenericType(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec[] targs) { throw null; }
- public virtual Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public void SetExtensionMethodContainer() { }
- public void SetMetaInfo(System.Type info) { }
- public void UpdateInflatedInstancesBaseType() { }
- }
- public partial class UIntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly uint Value;
- public UIntConstant(Mono.CSharp.BuiltinTypes types, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UIntConstant(Mono.CSharp.TypeSpec type, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class UIntLiteral : Mono.CSharp.UIntConstant, Mono.CSharp.ILiteralConstant
- {
- public UIntLiteral(Mono.CSharp.BuiltinTypes types, uint l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(uint), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ULongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ulong Value;
- public ULongConstant(Mono.CSharp.BuiltinTypes types, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ULongConstant(Mono.CSharp.TypeSpec type, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class ULongLiteral : Mono.CSharp.ULongConstant, Mono.CSharp.ILiteralConstant
- {
- public ULongLiteral(Mono.CSharp.BuiltinTypes types, ulong l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(ulong), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Unary : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public readonly Mono.CSharp.Unary.Operator Oper;
- public Unary(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[][] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.TypeSpec type) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public static void Error_Ambiguous(Mono.CSharp.ResolveContext rc, string oper, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.Unary.Operator oper) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- public enum Operator : byte
- {
- AddressOf = (byte)4,
- LogicalNot = (byte)2,
- OnesComplement = (byte)3,
- TOP = (byte)5,
- UnaryNegation = (byte)1,
- UnaryPlus = (byte)0,
- }
- }
- public partial class UnaryMutator : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression expr;
- public UnaryMutator(Mono.CSharp.UnaryMutator.Mode m, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.UnaryMutator.Mode UnaryMutatorMode { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected Mono.CSharp.Expression DoResolveOperation(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected virtual void EmitOperation(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.UnaryMutator.Mode oper) { throw null; }
- [System.FlagsAttribute]
- public enum Mode : byte
- {
- IsDecrement = (byte)1,
- IsIncrement = (byte)0,
- IsPost = (byte)2,
- IsPre = (byte)0,
- PostDecrement = (byte)3,
- PostIncrement = (byte)2,
- PreDecrement = (byte)1,
- PreIncrement = (byte)0,
- }
- }
- public partial class UnboundTypeArguments : Mono.CSharp.TypeArguments
- {
- public UnboundTypeArguments(int arity, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression[])) { }
- public override bool IsEmpty { get { throw null; } }
- public override bool Resolve(Mono.CSharp.IMemberContext mc, bool allowUnbound) { throw null; }
- }
- public partial class UnboxCast : Mono.CSharp.TypeCast
- {
- public UnboxCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Unchecked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unchecked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UnCheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public UnCheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Undo
- {
- public Undo() { }
- public void AddTypeContainer(Mono.CSharp.TypeContainer current_container, Mono.CSharp.TypeDefinition tc) { }
- public void ExecuteUndo() { }
- }
- public partial class UnixUtils
- {
- public UnixUtils() { }
- public static bool isatty(int fd) { throw null; }
- }
- public partial class UnreachableExpression : Mono.CSharp.Expression
- {
- public UnreachableExpression(Mono.CSharp.Expression expr) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unsafe : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unsafe(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UserCast : Mono.CSharp.Expression
- {
- public UserCast(Mono.CSharp.MethodSpec method, Mono.CSharp.Expression source, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Source { get { throw null; } set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UserOperatorCall : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Arguments arguments;
- protected readonly Mono.CSharp.MethodSpec oper;
- public UserOperatorCall(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments args, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext context, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ushort Value;
- public UShortConstant(Mono.CSharp.BuiltinTypes types, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UShortConstant(Mono.CSharp.TypeSpec type, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Using : Mono.CSharp.TryFinallyBlock
- {
- public Using(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Using(Mono.CSharp.Using.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public bool IsNested { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected virtual void CheckIDiposableConversion(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- protected virtual Mono.CSharp.Statement CreateDisposeCall(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable lv) { throw null; }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ResolveDeclaratorInitializer(Mono.CSharp.BlockContext bc) { }
- public Mono.CSharp.Expression ResolveExpression(Mono.CSharp.BlockContext bc) { throw null; }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- public Mono.CSharp.Statement RewriteUsingDeclarators(Mono.CSharp.BlockContext bc, Mono.CSharp.Statement stmt) { throw null; }
- }
- }
- public partial class UsingAliasNamespace : Mono.CSharp.UsingNamespace
- {
- public UsingAliasNamespace(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AliasContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public AliasContext(Mono.CSharp.NamespaceContainer ns) { throw null;}
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class UsingClause
- {
- protected Mono.CSharp.FullNamedExpression resolved;
- public UsingClause(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) { }
- public virtual Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression NamespaceExpression { get { throw null; } }
- public Mono.CSharp.FullNamedExpression ResolvedExpression { get { throw null; } }
- public virtual void Define(Mono.CSharp.NamespaceContainer ctx) { }
- public string GetSignatureForError() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class UsingExternAlias : Mono.CSharp.UsingAliasNamespace
- {
- public UsingExternAlias(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.Location loc) : base (default(Mono.CSharp.SimpleMemberName), default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingNamespace : Mono.CSharp.UsingClause
- {
- public UsingNamespace(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingType : Mono.CSharp.UsingClause
- {
- public UsingType(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public delegate void ValueModificationHandler(string variableName, int row, int column, object value);
- public partial class VariableInfo
- {
- internal VariableInfo() { }
- public bool IsParameter;
- public bool IsEverAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable variable) { throw null; }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.Parameter parameter) { throw null; }
- public Mono.CSharp.VariableInfo GetStructFieldInfo(string fieldName) { throw null; }
- public bool IsAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc) { throw null; }
- public bool IsStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { throw null; }
- public void SetAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, bool generatedAssignment) { }
- public void SetStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class VariableReference : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected VariableReference() { }
- public abstract bool IsFixed { get; }
- public bool IsHoisted { get { throw null; } }
- public abstract bool IsLockedByStatement { get; set; }
- public abstract bool IsRef { get; }
- public abstract string Name { get; }
- protected abstract Mono.CSharp.ILocalVariable Variable { get; }
- public abstract Mono.CSharp.VariableInfo VariableInfo { get; }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool prepare_for_load) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae);
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract void SetHasAddressTaken();
- }
- public enum Variance
- {
- Contravariant = -1,
- Covariant = 1,
- None = 0,
- }
- public partial class VarianceDecl
- {
- public VarianceDecl(Mono.CSharp.Variance variance, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Variance Variance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static Mono.CSharp.Variance CheckTypeVariance(Mono.CSharp.TypeSpec t, Mono.CSharp.Variance expected, Mono.CSharp.IMemberContext member) { throw null; }
- }
- public partial class WarningRegions
- {
- public WarningRegions() { }
- public bool IsWarningEnabled(int code, int src_line) { throw null; }
- public void WarningDisable(Mono.CSharp.Location location, int code, Mono.CSharp.Report Report) { }
- public void WarningDisable(int line) { }
- public void WarningEnable(Mono.CSharp.Location location, int code, Mono.CSharp.CompilerContext context) { }
- public void WarningEnable(int line) { }
- }
- public partial class While : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public While(Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Statement statement, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- }
- public enum XmlCommentState
- {
- Allowed = 0,
- Error = 2,
- NotAllowed = 1,
- }
- public partial class Yield : Mono.CSharp.YieldStatement<Mono.CSharp.Iterator>
- {
- public Yield(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public static bool CheckContext(Mono.CSharp.BlockContext bc, Mono.CSharp.Location loc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class YieldBreak : Mono.CSharp.ExitStatement
- {
- public YieldBreak(Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public abstract partial class YieldStatement<T> : Mono.CSharp.ResumableStatement where T : Mono.CSharp.StateMachineInitializer
- {
- protected Mono.CSharp.Expression expr;
- protected T machine_initializer;
- protected bool unwind_protect;
- protected YieldStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void RegisterResumePoint() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
-}
-namespace Mono.CSharp.Linq
-{
- public abstract partial class AQueryClause : Mono.CSharp.ShimExpression
- {
- public Mono.CSharp.Linq.QueryBlock block;
- public Mono.CSharp.Linq.AQueryClause next;
- protected AQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- protected abstract string MethodName { get; }
- public Mono.CSharp.Linq.AQueryClause Next { set { } }
- public Mono.CSharp.Linq.AQueryClause Tail { get { throw null; } }
- public virtual Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected virtual void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- protected virtual Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected Mono.CSharp.Invocation CreateQueryExpression(Mono.CSharp.Expression lSide, Mono.CSharp.Arguments arguments) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected partial class QueryExpressionAccess : Mono.CSharp.MemberAccess
- {
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- }
- protected partial class QueryExpressionInvocation : Mono.CSharp.Invocation, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- public QueryExpressionInvocation(Mono.CSharp.Linq.AQueryClause.QueryExpressionAccess expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- }
- public abstract partial class ARangeVariableQueryClause : Mono.CSharp.Linq.AQueryClause
- {
- protected Mono.CSharp.Linq.RangeVariable identifier;
- protected ARangeVariableQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.RangeVariable Identifier { get { throw null; } }
- public Mono.CSharp.FullNamedExpression IdentifierType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected Mono.CSharp.Invocation CreateCastExpression(Mono.CSharp.Expression lSide) { throw null; }
- protected override Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected static Mono.CSharp.Expression CreateRangeVariableType(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter parameter, Mono.CSharp.Linq.RangeVariable name, Mono.CSharp.Expression init) { throw null; }
- protected virtual Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class GroupBy : Mono.CSharp.Linq.AQueryClause
- {
- public GroupBy(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression elementSelector, Mono.CSharp.Linq.QueryBlock elementBlock, Mono.CSharp.Expression keySelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Expression SelectorExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class GroupJoin : Mono.CSharp.Linq.Join
- {
- public GroupJoin(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Linq.RangeVariable into, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class Join : Mono.CSharp.Linq.SelectMany
- {
- public Join(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.QueryBlock InnerSelector { get { throw null; } }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Linq.QueryBlock OuterSelector { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class Let : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public Let(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class OrderByAscending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class OrderByDescending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class QueryBlock : Mono.CSharp.ParametersBlock
- {
- public QueryBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public void AddRangeVariable(Mono.CSharp.Linq.RangeVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public override void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void SetParameter(Mono.CSharp.Parameter parameter) { }
- public void SetParameters(Mono.CSharp.Parameter first, Mono.CSharp.Parameter second) { }
- public sealed partial class TransparentParameter : Mono.CSharp.ImplicitLambdaParameter
- {
- public static int Counter;
- public readonly string Identifier;
- public readonly Mono.CSharp.Parameter Parent;
- public TransparentParameter(Mono.CSharp.Parameter parent, Mono.CSharp.Linq.RangeVariable identifier) : base (default(string), default(Mono.CSharp.Location)) { }
- public static void Reset() { }
- }
- }
- public partial class QueryExpression : Mono.CSharp.Linq.AQueryClause
- {
- public QueryExpression(Mono.CSharp.Linq.AQueryClause start) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parentParameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class QueryStartClause : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public QueryStartClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public sealed partial class RangeVariable : Mono.CSharp.INamedBlockVariable
- {
- public RangeVariable(string name, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Block Block { get { throw null; } set { } }
- public bool IsDeclared { get { throw null; } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- public partial class Select : Mono.CSharp.Linq.AQueryClause
- {
- public Select(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public bool IsRequired(Mono.CSharp.Parameter parameter) { throw null; }
- }
- public partial class SelectMany : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public SelectMany(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class ThenByAscending : Mono.CSharp.Linq.OrderByAscending
- {
- public ThenByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ThenByDescending : Mono.CSharp.Linq.OrderByDescending
- {
- public ThenByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Where : Mono.CSharp.Linq.AQueryClause
- {
- public Where(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
-}
-namespace Mono.CSharp.Nullable
-{
- public partial class LiftedConversion : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Expression unwrap, Mono.CSharp.TypeSpec type) { }
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Nullable.Unwrap unwrap, Mono.CSharp.TypeSpec type) { }
- public override bool IsNull { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class LiftedNull : Mono.CSharp.NullConstant, Mono.CSharp.IMemoryLocation
- {
- internal LiftedNull() : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- public static Mono.CSharp.Constant Create(Mono.CSharp.TypeSpec nullable, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Constant CreateFromExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression e) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class LiftedUnaryOperator : Mono.CSharp.Unary, Mono.CSharp.IMemoryLocation
- {
- public LiftedUnaryOperator(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected override Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class NullableType : Mono.CSharp.TypeExpr
- {
- public NullableType(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class NullCoalescingOperator : Mono.CSharp.Expression
- {
- public NullCoalescingOperator(Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public Mono.CSharp.Expression RightExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unwrap : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public Unwrap(Mono.CSharp.Expression expr, bool useDefaultValue=true) { }
- public override bool IsNull { get { throw null; } }
- public Mono.CSharp.Expression Original { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr) { throw null; }
- public static Mono.CSharp.Nullable.Unwrap Create(Mono.CSharp.Expression expr, bool useDefaultValue) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.Expression CreateUnwrapped(Mono.CSharp.Expression expr) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCheck(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public void Load(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public partial class UnwrapCall : Mono.CSharp.CompositeExpression
- {
- public UnwrapCall(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Wrap : Mono.CSharp.TypeCast
- {
- internal Wrap() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
-}
diff --git a/src/v4.5/Mono.Cairo.cs b/src/v4.5/Mono.Cairo.cs
deleted file mode 100644
index 301b587..0000000
--- a/src/v4.5/Mono.Cairo.cs
+++ /dev/null
@@ -1,730 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Cairo
-{
- [System.SerializableAttribute]
- public enum Antialias
- {
- Default = 0,
- Gray = 2,
- None = 1,
- Subpixel = 3,
- }
- public static partial class CairoAPI
- {
- public static int Version { get { throw null; } }
- public static string VersionString { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Color
- {
- public Color(double r, double g, double b) { throw null;}
- public Color(double r, double g, double b, double a) { throw null;}
- public double A { get { throw null; } set { } }
- public double B { get { throw null; } set { } }
- public double G { get { throw null; } set { } }
- public double R { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Content
- {
- Alpha = 8192,
- Color = 4096,
- ColorAlpha = 12288,
- }
- public partial class Context : System.IDisposable
- {
- public Context(Cairo.Surface surface) { }
- [System.ObsoleteAttribute]
- public Context(System.IntPtr state) { }
- public Context(System.IntPtr handle, bool owner) { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetSourceColor method")]
- public Cairo.Color Color { set { } }
- [System.ObsoleteAttribute("Use SetSourceRGBA method")]
- public Cairo.Color ColorRgb { set { } }
- [System.ObsoleteAttribute("Use GetFontFace/SetFontFace")]
- public Cairo.FontFace ContextFontFace { get { throw null; } set { } }
- public Cairo.PointD CurrentPoint { get { throw null; } }
- public Cairo.FillRule FillRule { get { throw null; } set { } }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } set { } }
- public Cairo.FontOptions FontOptions { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public double FontSize { set { } }
- [System.ObsoleteAttribute("Use GetGroupTarget()")]
- public Cairo.Surface GroupTarget { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool HasCurrentPoint { get { throw null; } }
- public Cairo.LineCap LineCap { get { throw null; } set { } }
- public Cairo.LineJoin LineJoin { get { throw null; } set { } }
- public double LineWidth { get { throw null; } set { } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public double MiterLimit { get { throw null; } set { } }
- public Cairo.Operator Operator { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Pattern { get { throw null; } set { } }
- public uint ReferenceCount { get { throw null; } }
- [System.ObsoleteAttribute("Use GetScaledFont/SetScaledFont")]
- public Cairo.ScaledFont ScaledFont { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Source { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use GetTarget/SetTarget")]
- public Cairo.Surface Target { get { throw null; } set { } }
- public double Tolerance { get { throw null; } set { } }
- public void AppendPath(Cairo.Path path) { }
- public void Arc(double xc, double yc, double radius, double angle1, double angle2) { }
- public void ArcNegative(double xc, double yc, double radius, double angle1, double angle2) { }
- public void Clip() { }
- public void ClipPreserve() { }
- public void ClosePath() { }
- public void CopyPage() { }
- public Cairo.Path CopyPath() { throw null; }
- public Cairo.Path CopyPathFlat() { throw null; }
- public void CurveTo(Cairo.PointD p1, Cairo.PointD p2, Cairo.PointD p3) { }
- public void CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) { }
- public void DeviceToUser(ref double x, ref double y) { }
- public void DeviceToUserDistance(ref double dx, ref double dy) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Fill() { }
- public Cairo.Rectangle FillExtents() { throw null; }
- public void FillPreserve() { }
- ~Context() { }
- [System.ObsoleteAttribute("Use SelectFontFace() instead.")]
- public void FontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public void FontSetSize(double scale) { }
- public Cairo.FontFace GetContextFontFace() { throw null; }
- public Cairo.Surface GetGroupTarget() { throw null; }
- public Cairo.ScaledFont GetScaledFont() { throw null; }
- public Cairo.Pattern GetSource() { throw null; }
- public Cairo.Surface GetTarget() { throw null; }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- public void GlyphPath(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use GlyphPath(Glyphs []) instead")]
- public void GlyphPath(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void IdentityMatrix() { }
- public bool InClip(double x, double y) { throw null; }
- public bool InFill(double x, double y) { throw null; }
- public bool InStroke(double x, double y) { throw null; }
- [System.ObsoleteAttribute("Use DeviceToUserDistance instead")]
- public void InverseTransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use InverseTransformPoint instead")]
- public void InverseTransformPoint(ref double x, ref double y) { }
- public void LineTo(Cairo.PointD p) { }
- public void LineTo(double x, double y) { }
- public void Mask(Cairo.Pattern pattern) { }
- public void MaskSurface(Cairo.Surface surface, double surface_x, double surface_y) { }
- public void MoveTo(Cairo.PointD p) { }
- public void MoveTo(double x, double y) { }
- public void NewPath() { }
- public void NewSubPath() { }
- public void Paint() { }
- public void PaintWithAlpha(double alpha) { }
- public Cairo.Pattern PopGroup() { throw null; }
- public void PopGroupToSource() { }
- public void PushGroup() { }
- public void PushGroup(Cairo.Content content) { }
- public void Rectangle(Cairo.PointD p, double width, double height) { }
- public void Rectangle(Cairo.Rectangle rectangle) { }
- public void Rectangle(double x, double y, double width, double height) { }
- public void RelCurveTo(Cairo.Distance d1, Cairo.Distance d2, Cairo.Distance d3) { }
- public void RelCurveTo(double dx1, double dy1, double dx2, double dy2, double dx3, double dy3) { }
- public void RelLineTo(Cairo.Distance d) { }
- public void RelLineTo(double dx, double dy) { }
- public void RelMoveTo(Cairo.Distance d) { }
- public void RelMoveTo(double dx, double dy) { }
- public void ResetClip() { }
- public void Restore() { }
- public void Rotate(double angle) { }
- public void Save() { }
- public void Scale(double sx, double sy) { }
- public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- public void SetContextFontFace(Cairo.FontFace value) { }
- public void SetDash(double[] dashes, double offset) { }
- public void SetFontSize(double scale) { }
- public void SetScaledFont(Cairo.ScaledFont font) { }
- public void SetSource(Cairo.Pattern source) { }
- public void SetSource(Cairo.Surface source) { }
- public void SetSource(Cairo.Surface source, double x, double y) { }
- public void SetSourceColor(Cairo.Color color) { }
- public void SetSourceRGB(double r, double g, double b) { }
- public void SetSourceRGBA(double r, double g, double b, double a) { }
- public void SetSourceSurface(Cairo.Surface source, int x, int y) { }
- public void SetTarget(Cairo.Surface target) { }
- public void ShowGlyphs(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use ShowGlyphs(Glyphs []) instead")]
- public void ShowGlyphs(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void ShowPage() { }
- public void ShowText(byte[] utf8) { }
- public void ShowText(string str) { }
- public void Stroke() { }
- public Cairo.Rectangle StrokeExtents() { throw null; }
- public void StrokePreserve() { }
- public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; }
- public Cairo.TextExtents TextExtents(string s) { throw null; }
- public void TextPath(byte[] utf8) { }
- public void TextPath(string str) { }
- public void Transform(Cairo.Matrix m) { }
- [System.ObsoleteAttribute("Use UserToDeviceDistance instead")]
- public void TransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use UserToDevice instead")]
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- public void UserToDevice(ref double x, ref double y) { }
- public void UserToDeviceDistance(ref double dx, ref double dy) { }
- }
- public partial class DirectFBSurface : Cairo.Surface
- {
- public DirectFBSurface(System.IntPtr dfb, System.IntPtr dfb_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Distance
- {
- public Distance(double dx, double dy) { throw null;}
- public double Dx { get { throw null; } set { } }
- public double Dy { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Extend
- {
- None = 0,
- Pad = 3,
- Reflect = 2,
- Repeat = 1,
- }
- [System.SerializableAttribute]
- public enum FillRule
- {
- EvenOdd = 1,
- Winding = 0,
- }
- [System.SerializableAttribute]
- public enum Filter
- {
- Best = 2,
- Bilinear = 4,
- Fast = 0,
- Gaussian = 5,
- Good = 1,
- Nearest = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FontExtents
- {
- public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAdvance) { throw null;}
- public double Ascent { get { throw null; } set { } }
- public double Descent { get { throw null; } set { } }
- public double Height { get { throw null; } set { } }
- public double MaxXAdvance { get { throw null; } set { } }
- public double MaxYAdvance { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- }
- public partial class FontFace : System.IDisposable
- {
- [System.ObsoleteAttribute]
- public FontFace(System.IntPtr handle) { }
- public FontFace(System.IntPtr handle, bool owned) { }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~FontFace() { }
- }
- public partial class FontOptions : System.IDisposable
- {
- public FontOptions() { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.HintMetrics HintMetrics { get { throw null; } set { } }
- public Cairo.HintStyle HintStyle { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SubpixelOrder SubpixelOrder { get { throw null; } set { } }
- public Cairo.FontOptions Copy() { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object other) { throw null; }
- ~FontOptions() { }
- public override int GetHashCode() { throw null; }
- public void Merge(Cairo.FontOptions other) { }
- public static bool operator ==(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- public static bool operator !=(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- }
- [System.SerializableAttribute]
- public enum FontSlant
- {
- Italic = 1,
- Normal = 0,
- Oblique = 2,
- }
- [System.SerializableAttribute]
- public enum FontType
- {
- Atsui = 3,
- FreeType = 1,
- Toy = 0,
- Win32 = 2,
- }
- [System.SerializableAttribute]
- public enum FontWeight
- {
- Bold = 1,
- Normal = 0,
- }
- [System.SerializableAttribute]
- public enum Format
- {
- A1 = 3,
- A8 = 2,
- Argb32 = 0,
- ARGB32 = 0,
- Rgb16565 = 4,
- Rgb24 = 1,
- RGB24 = 1,
- }
- public partial class GlitzSurface : Cairo.Surface
- {
- public GlitzSurface(System.IntPtr glitz_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Glyph
- {
- public Glyph(long index, double x, double y) { throw null;}
- public long Index { get { throw null; } set { } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- public static bool operator !=(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- }
- public partial class Gradient : Cairo.Pattern
- {
- [System.ObsoleteAttribute]
- protected Gradient() { }
- protected Gradient(System.IntPtr handle, bool owned) { }
- public int ColorStopCount { get { throw null; } }
- public Cairo.Status AddColorStop(double offset, Cairo.Color c) { throw null; }
- public Cairo.Status AddColorStopRgb(double offset, Cairo.Color c) { throw null; }
- }
- [System.ObsoleteAttribute("Renamed Cairo.Context per suggestion from cairo binding guidelines.")]
- public partial class Graphics : Cairo.Context
- {
- public Graphics(Cairo.Surface surface) : base (default(Cairo.Surface)) { }
- public Graphics(System.IntPtr state) : base (default(Cairo.Surface)) { }
- }
- [System.SerializableAttribute]
- public enum HintMetrics
- {
- Default = 0,
- Off = 1,
- On = 2,
- }
- [System.SerializableAttribute]
- public enum HintStyle
- {
- Default = 0,
- Full = 4,
- Medium = 3,
- None = 1,
- Slight = 2,
- }
- public partial class ImageSurface : Cairo.Surface
- {
- public ImageSurface(Cairo.Format format, int width, int height) { }
- public ImageSurface(byte[] data, Cairo.Format format, int width, int height, int stride) { }
- [System.ObsoleteAttribute("Use ImageSurface (byte[] data, Cairo.Format format, int width, int height, int stride)")]
- public ImageSurface(ref byte[] data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(System.IntPtr data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(string filename) { }
- public byte[] Data { get { throw null; } }
- public System.IntPtr DataPtr { get { throw null; } }
- public Cairo.Format Format { get { throw null; } }
- public int Height { get { throw null; } }
- public int Stride { get { throw null; } }
- public int Width { get { throw null; } }
- }
- public partial class LinearGradient : Cairo.Gradient
- {
- public LinearGradient(double x0, double y0, double x1, double y1) { }
- public Cairo.PointD[] LinearPoints { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum LineCap
- {
- Butt = 0,
- Round = 1,
- Square = 2,
- }
- [System.SerializableAttribute]
- public enum LineJoin
- {
- Bevel = 2,
- Miter = 0,
- Round = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Matrix : System.ICloneable
- {
- public double X0;
- public double Xx;
- public double Xy;
- public double Y0;
- public double Yx;
- public double Yy;
- public Matrix() { }
- public Matrix(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public void Init(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public void InitIdentity() { }
- public void InitRotate(double radians) { }
- public void InitScale(double sx, double sy) { }
- public void InitTranslate(double tx, double ty) { }
- public Cairo.Status Invert() { throw null; }
- public bool IsIdentity() { throw null; }
- public void Multiply(Cairo.Matrix b) { }
- public static Cairo.Matrix Multiply(Cairo.Matrix a, Cairo.Matrix b) { throw null; }
- public static bool operator ==(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public static bool operator !=(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public void Rotate(double radians) { }
- public void Scale(double sx, double sy) { }
- public override string ToString() { throw null; }
- public void TransformDistance(ref double dx, ref double dy) { }
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- }
- [System.SerializableAttribute]
- public enum Operator
- {
- Add = 12,
- Atop = 5,
- Clear = 0,
- Dest = 6,
- DestAtop = 10,
- DestIn = 8,
- DestOut = 9,
- DestOver = 7,
- In = 3,
- Out = 4,
- Over = 2,
- Saturate = 13,
- Source = 1,
- Xor = 11,
- }
- public partial class Path : System.IDisposable
- {
- internal Path() { }
- public System.IntPtr Handle { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Path() { }
- }
- public partial class Pattern : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected System.IntPtr pattern;
- [System.ObsoleteAttribute]
- protected Pattern() { }
- [System.ObsoleteAttribute("Use the SurfacePattern constructor")]
- public Pattern(Cairo.Surface surface) { }
- public Cairo.Extend Extend { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public Cairo.PatternType PatternType { get { throw null; } }
- [System.ObsoleteAttribute]
- public System.IntPtr Pointer { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Pattern() { }
- public static Cairo.Pattern Lookup(System.IntPtr pattern, bool owner) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- [System.SerializableAttribute]
- public enum PatternType
- {
- Linear = 2,
- Radial = 3,
- Solid = 0,
- Surface = 1,
- }
- public partial class PdfSurface : Cairo.Surface
- {
- public PdfSurface(string filename, double width, double height) { }
- public void SetSize(double width, double height) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Point
- {
- public Point(int x, int y) { throw null;}
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct PointD
- {
- public PointD(double x, double y) { throw null;}
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- }
- public partial class PSSurface : Cairo.Surface
- {
- public PSSurface(string filename, double width, double height) { }
- public void BeginPageSetup() { }
- public void BeginSetup() { }
- public void DscComment(string comment) { }
- public void SetSize(double width, double height) { }
- }
- public partial class RadialGradient : Cairo.Gradient
- {
- public RadialGradient(double cx0, double cy0, double radius0, double cx1, double cy1, double radius1) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rectangle
- {
- public Rectangle(Cairo.Point point, double width, double height) { throw null;}
- public Rectangle(double x, double y, double width, double height) { throw null;}
- public double Height { get { throw null; } }
- public double Width { get { throw null; } }
- public double X { get { throw null; } }
- public double Y { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public static bool operator !=(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RectangleInt
- {
- public int Height;
- public int Width;
- public int X;
- public int Y;
- }
- public partial class Region : System.IDisposable
- {
- public Region() { }
- public Region(Cairo.RectangleInt rect) { }
- public Region(Cairo.RectangleInt[] rects) { }
- [System.ObsoleteAttribute]
- public Region(System.IntPtr handle) { }
- public Region(System.IntPtr handle, bool owned) { }
- public Cairo.RectangleInt Extents { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public int NumRectangles { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.RegionOverlap ContainsPoint(Cairo.RectangleInt rectangle) { throw null; }
- public bool ContainsPoint(int x, int y) { throw null; }
- public Cairo.Region Copy() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object obj) { throw null; }
- ~Region() { }
- public override int GetHashCode() { throw null; }
- public Cairo.RectangleInt GetRectangle(int nth) { throw null; }
- public Cairo.Status Intersect(Cairo.Region other) { throw null; }
- public Cairo.Status IntersectRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Subtract(Cairo.Region other) { throw null; }
- public Cairo.Status SubtractRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public void Translate(int dx, int dy) { }
- public Cairo.Status Union(Cairo.Region other) { throw null; }
- public Cairo.Status UnionRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Xor(Cairo.Region other) { throw null; }
- public Cairo.Status XorRectangle(Cairo.RectangleInt rectangle) { throw null; }
- }
- public enum RegionOverlap
- {
- In = 0,
- Out = 1,
- Part = 2,
- }
- public partial class ScaledFont : System.IDisposable
- {
- protected System.IntPtr handle;
- public ScaledFont(Cairo.FontFace fontFace, Cairo.Matrix matrix, Cairo.Matrix ctm, Cairo.FontOptions options) { }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~ScaledFont() { }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- public partial class SolidPattern : Cairo.Pattern
- {
- public SolidPattern(Cairo.Color color) { }
- public SolidPattern(Cairo.Color color, bool solid) { }
- public SolidPattern(double r, double g, double b) { }
- public SolidPattern(double r, double g, double b, double a) { }
- public Cairo.Color Color { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum Status
- {
- ClipNotRepresentable = 22,
- FileNotFound = 18,
- InvalidContent = 15,
- InvalidDash = 19,
- InvalidDscComment = 20,
- InvalidFormat = 16,
- InvalidIndex = 21,
- InvalidMatrix = 5,
- InvalidPathData = 9,
- InvalidPopGroup = 3,
- InvalidRestore = 2,
- InvalidStatus = 6,
- InvalidString = 8,
- InvalidVisual = 17,
- NoCurrentPoint = 4,
- NoMemory = 1,
- NullPointer = 7,
- PatternTypeMismatch = 14,
- ReadError = 10,
- Success = 0,
- SurfaceFinished = 12,
- SurfaceTypeMismatch = 13,
- WriteError = 11,
- }
- [System.SerializableAttribute]
- public enum SubpixelOrder
- {
- Bgr = 2,
- Default = 0,
- Rgb = 1,
- Vbgr = 4,
- Vrgb = 3,
- }
- public partial class Surface : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected static System.Collections.Hashtable surfaces;
- [System.ObsoleteAttribute]
- protected Surface() { }
- [System.ObsoleteAttribute]
- protected Surface(System.IntPtr ptr) { }
- protected Surface(System.IntPtr handle, bool owner) { }
- public Cairo.Content Content { get { throw null; } }
- public Cairo.PointD DeviceOffset { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- [System.ObsoleteAttribute("Use Handle instead.")]
- public System.IntPtr Pointer { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SurfaceType SurfaceType { get { throw null; } }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(Cairo.Format format, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(ref byte[] data, Cairo.Format format, int width, int height, int stride) { throw null; }
- public Cairo.Surface CreateSimilar(Cairo.Content content, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Surface() { }
- public Cairo.Status Finish() { throw null; }
- public void Flush() { }
- public static Cairo.Surface Lookup(System.IntPtr surface, bool owned) { throw null; }
- public void MarkDirty() { }
- public void MarkDirty(Cairo.Rectangle rectangle) { }
- public void SetFallbackResolution(double x, double y) { }
- public void Show(Cairo.Context gr, double x, double y) { }
- public void WriteToPng(string filename) { }
- }
- public partial class SurfacePattern : Cairo.Pattern
- {
- public SurfacePattern(Cairo.Surface surface) { }
- public new Cairo.Extend Extend { get { throw null; } set { } }
- public Cairo.Filter Filter { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum SurfaceType
- {
- BeOS = 8,
- DirectFB = 9,
- Glitz = 5,
- Image = 0,
- Pdf = 1,
- PS = 2,
- Quartz = 6,
- Svg = 10,
- Win32 = 7,
- Xcb = 4,
- Xlib = 3,
- }
- public partial class SvgSurface : Cairo.Surface
- {
- public SvgSurface(string filename, double width, double height) { }
- public void RestrictToVersion(Cairo.SvgVersion version) { }
- }
- [System.SerializableAttribute]
- public enum SvgVersion
- {
- OnePointOne = 0,
- OnePointTwo = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TextExtents
- {
- public double Height { get { throw null; } set { } }
- public double Width { get { throw null; } set { } }
- public double XAdvance { get { throw null; } set { } }
- public double XBearing { get { throw null; } set { } }
- public double YAdvance { get { throw null; } set { } }
- public double YBearing { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- }
- public partial class Win32Surface : Cairo.Surface
- {
- public Win32Surface(System.IntPtr hdc) { }
- }
- public partial class XcbSurface : Cairo.Surface
- {
- public XcbSurface(System.IntPtr connection, uint drawable, System.IntPtr visual, int width, int height) { }
- public static Cairo.XcbSurface FromBitmap(System.IntPtr connection, uint bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetSize(int width, int height) { }
- }
- public partial class XlibSurface : Cairo.Surface
- {
- public XlibSurface(System.IntPtr ptr, bool own) { }
- public XlibSurface(System.IntPtr display, System.IntPtr drawable, System.IntPtr visual, int width, int height) { }
- public int Depth { get { throw null; } }
- public System.IntPtr Display { get { throw null; } }
- public System.IntPtr Drawable { get { throw null; } }
- public int Height { get { throw null; } }
- public System.IntPtr Screen { get { throw null; } }
- public System.IntPtr Visual { get { throw null; } }
- public int Width { get { throw null; } }
- public static Cairo.XlibSurface FromBitmap(System.IntPtr display, System.IntPtr bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetDrawable(System.IntPtr drawable, int width, int height) { }
- public void SetSize(int width, int height) { }
- }
-}
diff --git a/src/v4.5/Mono.Cecil.cs b/src/v4.5/Mono.Cecil.cs
deleted file mode 100644
index e1e3435..0000000
--- a/src/v4.5/Mono.Cecil.cs
+++ /dev/null
@@ -1,2297 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.9.5.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2011 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.9.5.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Mdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Pdb, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Rocks, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Cecil.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Runtime.InteropServices.GuidAttribute("fd225bb4-fa53-44b2-a6db-85f5e48dcb54")]
-namespace Mono.Cecil
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ArrayDimension
- {
- public ArrayDimension(System.Nullable<int> lowerBound, System.Nullable<int> upperBound) { throw null;}
- public bool IsSized { get { throw null; } }
- public System.Nullable<int> LowerBound { get { throw null; } set { } }
- public System.Nullable<int> UpperBound { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public sealed partial class ArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public ArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public int SizeParameterIndex { get { throw null; } set { } }
- public int SizeParameterMultiplier { get { throw null; } set { } }
- }
- public sealed partial class ArrayType : Mono.Cecil.TypeSpecification
- {
- public ArrayType(Mono.Cecil.TypeReference type) { }
- public ArrayType(Mono.Cecil.TypeReference type, int rank) { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ArrayDimension> Dimensions { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override bool IsArray { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public bool IsVector { get { throw null; } }
- public override string Name { get { throw null; } }
- public int Rank { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum AssemblyAttributes : uint
- {
- DisableJITCompileOptimizer = (uint)16384,
- EnableJITCompileTracking = (uint)32768,
- PublicKey = (uint)1,
- Retargetable = (uint)256,
- SideBySideCompatible = (uint)0,
- WindowsRuntime = (uint)512,
- }
- public sealed partial class AssemblyDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- internal AssemblyDefinition() { }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.ModuleDefinition MainModule { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleDefinition> Modules { get { throw null; } }
- public Mono.Cecil.AssemblyNameDefinition Name { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.AssemblyDefinition CreateAssembly(Mono.Cecil.AssemblyNameDefinition assemblyName, string moduleName, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName) { throw null; }
- public static Mono.Cecil.AssemblyDefinition ReadAssembly(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public override string ToString() { throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum AssemblyHashAlgorithm : uint
- {
- None = (uint)0,
- Reserved = (uint)32771,
- SHA1 = (uint)32772,
- }
- public sealed partial class AssemblyLinkedResource : Mono.Cecil.Resource
- {
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public AssemblyLinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference Assembly { get { throw null; } set { } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- public sealed partial class AssemblyNameDefinition : Mono.Cecil.AssemblyNameReference
- {
- public AssemblyNameDefinition(string name, System.Version version) : base (default(string), default(System.Version)) { }
- public override byte[] Hash { get { throw null; } }
- }
- public partial class AssemblyNameReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public AssemblyNameReference(string name, System.Version version) { }
- public Mono.Cecil.AssemblyAttributes Attributes { get { throw null; } set { } }
- public string Culture { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public virtual byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.AssemblyHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public bool HasPublicKey { get { throw null; } set { } }
- public bool IsRetargetable { get { throw null; } set { } }
- public bool IsSideBySideCompatible { get { throw null; } set { } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public byte[] PublicKey { get { throw null; } set { } }
- public byte[] PublicKeyToken { get { throw null; } set { } }
- public System.Version Version { get { throw null; } set { } }
- public static Mono.Cecil.AssemblyNameReference Parse(string fullName) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class AssemblyResolutionException : System.IO.FileNotFoundException
- {
- public AssemblyResolutionException(Mono.Cecil.AssemblyNameReference reference) { }
- protected AssemblyResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public sealed partial class AssemblyResolveEventArgs : System.EventArgs
- {
- public AssemblyResolveEventArgs(Mono.Cecil.AssemblyNameReference reference) { }
- public Mono.Cecil.AssemblyNameReference AssemblyReference { get { throw null; } }
- }
- public delegate Mono.Cecil.AssemblyDefinition AssemblyResolveEventHandler(object sender, Mono.Cecil.AssemblyNameReference reference);
- public abstract partial class BaseAssemblyResolver : Mono.Cecil.IAssemblyResolver
- {
- protected BaseAssemblyResolver() { }
- public event Mono.Cecil.AssemblyResolveEventHandler ResolveFailure { add { } remove { } }
- public void AddSearchDirectory(string directory) { }
- public string[] GetSearchDirectories() { throw null; }
- public void RemoveSearchDirectory(string directory) { }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName) { throw null; }
- public virtual Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- }
- public sealed partial class ByReferenceType : Mono.Cecil.TypeSpecification
- {
- public ByReferenceType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsByReference { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- public sealed partial class CallSite : Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public CallSite(Mono.Cecil.TypeReference returnType) { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public sealed partial class CustomAttribute : Mono.Cecil.ICustomAttribute
- {
- public CustomAttribute(Mono.Cecil.MethodReference constructor) { }
- public CustomAttribute(Mono.Cecil.MethodReference constructor, byte[] blob) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } }
- public Mono.Cecil.MethodReference Constructor { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeArgument> ConstructorArguments { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasConstructorArguments { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool IsResolved { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeArgument
- {
- public CustomAttributeArgument(Mono.Cecil.TypeReference type, object value) { throw null;}
- public Mono.Cecil.TypeReference Type { get { throw null; } }
- public object Value { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgument
- {
- public CustomAttributeNamedArgument(string name, Mono.Cecil.CustomAttributeArgument argument) { throw null;}
- public Mono.Cecil.CustomAttributeArgument Argument { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public sealed partial class CustomMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public CustomMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public string Cookie { get { throw null; } set { } }
- public System.Guid Guid { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ManagedType { get { throw null; } set { } }
- public string UnmanagedType { get { throw null; } set { } }
- }
- public partial class DefaultAssemblyResolver : Mono.Cecil.BaseAssemblyResolver
- {
- public DefaultAssemblyResolver() { }
- protected void RegisterAssembly(Mono.Cecil.AssemblyDefinition assembly) { }
- public override Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name) { throw null; }
- }
- public sealed partial class EmbeddedResource : Mono.Cecil.Resource
- {
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, byte[] data) { }
- public EmbeddedResource(string name, Mono.Cecil.ManifestResourceAttributes attributes, System.IO.Stream stream) { }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- public byte[] GetResourceData() { throw null; }
- public System.IO.Stream GetResourceStream() { throw null; }
- }
- [System.FlagsAttribute]
- public enum EventAttributes : ushort
- {
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- }
- public sealed partial class EventDefinition : Mono.Cecil.EventReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public EventDefinition(string name, Mono.Cecil.EventAttributes attributes, Mono.Cecil.TypeReference eventType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodDefinition AddMethod { get { throw null; } set { } }
- public Mono.Cecil.EventAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasOtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition InvokeMethod { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public Mono.Cecil.MethodDefinition RemoveMethod { get { throw null; } set { } }
- public override Mono.Cecil.EventDefinition Resolve() { throw null; }
- }
- public abstract partial class EventReference : Mono.Cecil.MemberReference
- {
- protected EventReference(string name, Mono.Cecil.TypeReference eventType) { }
- public Mono.Cecil.TypeReference EventType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public abstract Mono.Cecil.EventDefinition Resolve();
- }
- public partial class ExportedType : Mono.Cecil.IMetadataTokenProvider
- {
- public ExportedType(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ExportedType DeclaringType { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public int Identifier { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsForwarder { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- public Mono.Cecil.TypeDefinition Resolve() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum FieldAttributes : ushort
- {
- Assembly = (ushort)3,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- FieldAccessMask = (ushort)7,
- HasDefault = (ushort)32768,
- HasFieldMarshal = (ushort)4096,
- HasFieldRVA = (ushort)256,
- InitOnly = (ushort)32,
- Literal = (ushort)64,
- NotSerialized = (ushort)128,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Static = (ushort)16,
- }
- public sealed partial class FieldDefinition : Mono.Cecil.FieldReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public FieldDefinition(string name, Mono.Cecil.FieldAttributes attributes, Mono.Cecil.TypeReference fieldType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.FieldAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMarshalInfo { get { throw null; } }
- public byte[] InitialValue { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsInitOnly { get { throw null; } set { } }
- public bool IsLiteral { get { throw null; } set { } }
- public bool IsNotSerialized { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public override Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public partial class FieldReference : Mono.Cecil.MemberReference
- {
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType) { }
- public FieldReference(string name, Mono.Cecil.TypeReference fieldType, Mono.Cecil.TypeReference declaringType) { }
- public Mono.Cecil.TypeReference FieldType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Cecil.FieldDefinition Resolve() { throw null; }
- }
- public sealed partial class FixedArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.NativeType ElementType { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FixedSysStringMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public FixedSysStringMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public int Size { get { throw null; } set { } }
- }
- public sealed partial class FunctionPointerType : Mono.Cecil.TypeSpecification, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public FunctionPointerType() { }
- public Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsFunctionPointer { get { throw null; } }
- public Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public sealed partial class GenericInstanceMethod : Mono.Cecil.MethodSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceMethod(Mono.Cecil.MethodReference method) { }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericInstanceType : Mono.Cecil.TypeSpecification, Mono.Cecil.IGenericInstance, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericInstanceType(Mono.Cecil.TypeReference type) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get { throw null; } }
- public bool HasGenericArguments { get { throw null; } }
- public override bool IsGenericInstance { get { throw null; } }
- }
- public sealed partial class GenericParameter : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public GenericParameter(Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public GenericParameter(int position, Mono.Cecil.GenericParameterType type, Mono.Cecil.ModuleDefinition module) : base (default(string), default(string)) { }
- public GenericParameter(string name, Mono.Cecil.IGenericParameterProvider owner) : base (default(string), default(string)) { }
- public Mono.Cecil.GenericParameterAttributes Attributes { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Constraints { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodReference DeclaringMethod { get { throw null; } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public bool HasConstraints { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefaultConstructorConstraint { get { throw null; } set { } }
- public bool HasNotNullableValueTypeConstraint { get { throw null; } set { } }
- public bool HasReferenceTypeConstraint { get { throw null; } set { } }
- public bool IsContravariant { get { throw null; } set { } }
- public bool IsCovariant { get { throw null; } set { } }
- public override bool IsGenericParameter { get { throw null; } }
- public bool IsNonVariant { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string Namespace { get { throw null; } set { } }
- public Mono.Cecil.IGenericParameterProvider Owner { get { throw null; } }
- public int Position { get { throw null; } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public Mono.Cecil.GenericParameterType Type { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum GenericParameterAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstraint = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public enum GenericParameterType
- {
- Method = 1,
- Type = 0,
- }
- public partial interface IAssemblyResolver
- {
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name);
- Mono.Cecil.AssemblyDefinition Resolve(Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName);
- Mono.Cecil.AssemblyDefinition Resolve(string fullName, Mono.Cecil.ReaderParameters parameters);
- }
- public partial interface IConstantProvider : Mono.Cecil.IMetadataTokenProvider
- {
- object Constant { get; set; }
- bool HasConstant { get; set; }
- }
- public partial interface ICustomAttribute
- {
- Mono.Cecil.TypeReference AttributeType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get; }
- bool HasFields { get; }
- bool HasProperties { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get; }
- }
- public partial interface ICustomAttributeProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get; }
- bool HasCustomAttributes { get; }
- }
- public partial interface IGenericInstance : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> GenericArguments { get; }
- bool HasGenericArguments { get; }
- }
- public partial interface IGenericParameterProvider : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get; }
- Mono.Cecil.GenericParameterType GenericParameterType { get; }
- bool HasGenericParameters { get; }
- bool IsDefinition { get; }
- Mono.Cecil.ModuleDefinition Module { get; }
- }
- public partial interface IMarshalInfoProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasMarshalInfo { get; }
- Mono.Cecil.MarshalInfo MarshalInfo { get; set; }
- }
- public partial interface IMemberDefinition : Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.TypeDefinition DeclaringType { get; set; }
- string FullName { get; }
- bool IsRuntimeSpecialName { get; set; }
- bool IsSpecialName { get; set; }
- string Name { get; set; }
- }
- public partial interface IMetadataResolver
- {
- Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field);
- Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method);
- Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type);
- }
- public partial interface IMetadataScope : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MetadataScopeType MetadataScopeType { get; }
- string Name { get; set; }
- }
- public partial interface IMetadataTokenProvider
- {
- Mono.Cecil.MetadataToken MetadataToken { get; set; }
- }
- public partial interface IMethodSignature : Mono.Cecil.IMetadataTokenProvider
- {
- Mono.Cecil.MethodCallingConvention CallingConvention { get; set; }
- bool ExplicitThis { get; set; }
- bool HasParameters { get; }
- bool HasThis { get; set; }
- Mono.Cecil.MethodReturnType MethodReturnType { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- Mono.Cecil.TypeReference ReturnType { get; set; }
- }
- public partial interface IModifierType
- {
- Mono.Cecil.TypeReference ElementType { get; }
- Mono.Cecil.TypeReference ModifierType { get; }
- }
- public partial interface ISecurityDeclarationProvider : Mono.Cecil.IMetadataTokenProvider
- {
- bool HasSecurityDeclarations { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get; }
- }
- public sealed partial class LinkedResource : Mono.Cecil.Resource
- {
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags) { }
- public LinkedResource(string name, Mono.Cecil.ManifestResourceAttributes flags, string file) { }
- public string File { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public override Mono.Cecil.ResourceType ResourceType { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ManifestResourceAttributes : uint
- {
- Private = (uint)2,
- Public = (uint)1,
- VisibilityMask = (uint)7,
- }
- public partial class MarshalInfo
- {
- public MarshalInfo(Mono.Cecil.NativeType native) { }
- public Mono.Cecil.NativeType NativeType { get { throw null; } set { } }
- }
- public abstract partial class MemberReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal MemberReference() { }
- public virtual Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public abstract string FullName { get; }
- public virtual bool IsDefinition { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public virtual Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public virtual string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class MetadataResolver : Mono.Cecil.IMetadataResolver
- {
- public MetadataResolver(Mono.Cecil.IAssemblyResolver assemblyResolver) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public static Mono.Cecil.MethodDefinition GetMethod(Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> methods, Mono.Cecil.MethodReference reference) { throw null; }
- public virtual Mono.Cecil.FieldDefinition Resolve(Mono.Cecil.FieldReference field) { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve(Mono.Cecil.MethodReference method) { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve(Mono.Cecil.TypeReference type) { throw null; }
- }
- public enum MetadataScopeType
- {
- AssemblyNameReference = 0,
- ModuleDefinition = 2,
- ModuleReference = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MetadataToken
- {
- public static readonly Mono.Cecil.MetadataToken Zero;
- public MetadataToken(Mono.Cecil.TokenType type) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, int rid) { throw null;}
- public MetadataToken(Mono.Cecil.TokenType type, uint rid) { throw null;}
- public MetadataToken(uint token) { throw null;}
- public uint RID { get { throw null; } }
- public Mono.Cecil.TokenType TokenType { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public static bool operator !=(Mono.Cecil.MetadataToken one, Mono.Cecil.MetadataToken other) { throw null; }
- public int ToInt32() { throw null; }
- public override string ToString() { throw null; }
- public uint ToUInt32() { throw null; }
- }
- public enum MetadataType : byte
- {
- Array = (byte)20,
- Boolean = (byte)2,
- ByReference = (byte)16,
- Byte = (byte)5,
- Char = (byte)3,
- Class = (byte)18,
- Double = (byte)13,
- FunctionPointer = (byte)27,
- GenericInstance = (byte)21,
- Int16 = (byte)6,
- Int32 = (byte)8,
- Int64 = (byte)10,
- IntPtr = (byte)24,
- MVar = (byte)30,
- Object = (byte)28,
- OptionalModifier = (byte)32,
- Pinned = (byte)69,
- Pointer = (byte)15,
- RequiredModifier = (byte)31,
- SByte = (byte)4,
- Sentinel = (byte)65,
- Single = (byte)12,
- String = (byte)14,
- TypedByReference = (byte)22,
- UInt16 = (byte)7,
- UInt32 = (byte)9,
- UInt64 = (byte)11,
- UIntPtr = (byte)25,
- ValueType = (byte)17,
- Var = (byte)19,
- Void = (byte)1,
- }
- [System.FlagsAttribute]
- public enum MethodAttributes : ushort
- {
- Abstract = (ushort)1024,
- Assembly = (ushort)3,
- CheckAccessOnOverride = (ushort)512,
- CompilerControlled = (ushort)0,
- FamANDAssem = (ushort)2,
- Family = (ushort)4,
- FamORAssem = (ushort)5,
- Final = (ushort)32,
- HasSecurity = (ushort)16384,
- HideBySig = (ushort)128,
- MemberAccessMask = (ushort)7,
- NewSlot = (ushort)256,
- PInvokeImpl = (ushort)8192,
- Private = (ushort)1,
- Public = (ushort)6,
- RequireSecObject = (ushort)32768,
- ReuseSlot = (ushort)0,
- RTSpecialName = (ushort)4096,
- SpecialName = (ushort)2048,
- Static = (ushort)16,
- UnmanagedExport = (ushort)8,
- Virtual = (ushort)64,
- VtableLayoutMask = (ushort)256,
- }
- public enum MethodCallingConvention : byte
- {
- C = (byte)1,
- Default = (byte)0,
- FastCall = (byte)4,
- Generic = (byte)16,
- StdCall = (byte)2,
- ThisCall = (byte)3,
- VarArg = (byte)5,
- }
- public sealed partial class MethodDefinition : Mono.Cecil.MethodReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public MethodDefinition(string name, Mono.Cecil.MethodAttributes attributes, Mono.Cecil.TypeReference returnType) : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public Mono.Cecil.MethodAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasBody { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasOverrides { get { throw null; } }
- public bool HasPInvokeInfo { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodImplAttributes ImplAttributes { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAddOn { get { throw null; } set { } }
- public bool IsAssembly { get { throw null; } set { } }
- public bool IsCheckAccessOnOverride { get { throw null; } set { } }
- public bool IsCompilerControlled { get { throw null; } set { } }
- public bool IsConstructor { get { throw null; } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsFamily { get { throw null; } set { } }
- public bool IsFamilyAndAssembly { get { throw null; } set { } }
- public bool IsFamilyOrAssembly { get { throw null; } set { } }
- public bool IsFinal { get { throw null; } set { } }
- public bool IsFire { get { throw null; } set { } }
- public bool IsForwardRef { get { throw null; } set { } }
- public bool IsGetter { get { throw null; } set { } }
- public bool IsHideBySig { get { throw null; } set { } }
- public bool IsIL { get { throw null; } set { } }
- public bool IsInternalCall { get { throw null; } set { } }
- public bool IsManaged { get { throw null; } set { } }
- public bool IsNative { get { throw null; } set { } }
- public bool IsNewSlot { get { throw null; } set { } }
- public bool IsOther { get { throw null; } set { } }
- public bool IsPInvokeImpl { get { throw null; } set { } }
- public bool IsPreserveSig { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRemoveOn { get { throw null; } set { } }
- public bool IsReuseSlot { get { throw null; } set { } }
- public bool IsRuntime { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSetter { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsStatic { get { throw null; } set { } }
- public bool IsSynchronized { get { throw null; } set { } }
- public bool IsUnmanaged { get { throw null; } set { } }
- public bool IsUnmanagedExport { get { throw null; } set { } }
- public bool IsVirtual { get { throw null; } set { } }
- public bool NoInlining { get { throw null; } set { } }
- public bool NoOptimization { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodReference> Overrides { get { throw null; } }
- public Mono.Cecil.PInvokeInfo PInvokeInfo { get { throw null; } set { } }
- public int RVA { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public Mono.Cecil.MethodSemanticsAttributes SemanticsAttributes { get { throw null; } set { } }
- public override Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- [System.FlagsAttribute]
- public enum MethodImplAttributes : ushort
- {
- CodeTypeMask = (ushort)3,
- ForwardRef = (ushort)16,
- IL = (ushort)0,
- InternalCall = (ushort)4096,
- Managed = (ushort)0,
- ManagedMask = (ushort)4,
- Native = (ushort)1,
- NoInlining = (ushort)8,
- NoOptimization = (ushort)64,
- OPTIL = (ushort)2,
- PreserveSig = (ushort)128,
- Runtime = (ushort)3,
- Synchronized = (ushort)32,
- Unmanaged = (ushort)4,
- }
- public partial class MethodReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.IMethodSignature
- {
- public MethodReference(string name, Mono.Cecil.TypeReference returnType) { }
- public MethodReference(string name, Mono.Cecil.TypeReference returnType, Mono.Cecil.TypeReference declaringType) { }
- public virtual Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public virtual bool ExplicitThis { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool HasParameters { get { throw null; } }
- public virtual bool HasThis { get { throw null; } set { } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- public virtual Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- public virtual Mono.Cecil.MethodDefinition Resolve() { throw null; }
- }
- public sealed partial class MethodReturnType : Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public MethodReturnType(Mono.Cecil.IMethodSignature method) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public Mono.Cecil.TypeReference ReturnType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum MethodSemanticsAttributes : ushort
- {
- AddOn = (ushort)8,
- Fire = (ushort)32,
- Getter = (ushort)2,
- None = (ushort)0,
- Other = (ushort)4,
- RemoveOn = (ushort)16,
- Setter = (ushort)1,
- }
- public abstract partial class MethodSpecification : Mono.Cecil.MethodReference
- {
- internal MethodSpecification() : base (default(string), default(Mono.Cecil.TypeReference)) { }
- public override Mono.Cecil.MethodCallingConvention CallingConvention { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public Mono.Cecil.MethodReference ElementMethod { get { throw null; } }
- public override bool ExplicitThis { get { throw null; } set { } }
- public override bool HasParameters { get { throw null; } }
- public override bool HasThis { get { throw null; } set { } }
- public override Mono.Cecil.MethodReturnType MethodReturnType { get { throw null; } set { } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public sealed override Mono.Cecil.MethodReference GetElementMethod() { throw null; }
- }
- [System.FlagsAttribute]
- public enum ModuleAttributes
- {
- ILOnly = 1,
- Preferred32Bit = 131072,
- Required32Bit = 2,
- StrongNameSigned = 8,
- }
- [System.FlagsAttribute]
- public enum ModuleCharacteristics
- {
- AppContainer = 4096,
- DynamicBase = 64,
- HighEntropyVA = 32,
- NoSEH = 1024,
- NXCompat = 256,
- TerminalServerAware = 32768,
- }
- public sealed partial class ModuleDefinition : Mono.Cecil.ModuleReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMetadataTokenProvider
- {
- internal ModuleDefinition() : base (default(string)) { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.AssemblyDefinition Assembly { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.AssemblyNameReference> AssemblyReferences { get { throw null; } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } }
- public Mono.Cecil.ModuleAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.ModuleCharacteristics Characteristics { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public Mono.Cecil.MethodDefinition EntryPoint { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ExportedType> ExportedTypes { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public bool HasAssemblyReferences { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDebugHeader { get { throw null; } }
- public bool HasExportedTypes { get { throw null; } }
- public bool HasModuleReferences { get { throw null; } }
- public bool HasResources { get { throw null; } }
- public bool HasSymbols { get { throw null; } }
- public bool HasTypes { get { throw null; } }
- public bool IsMain { get { throw null; } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } }
- public override Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.ModuleReference> ModuleReferences { get { throw null; } }
- public System.Guid Mvid { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Resource> Resources { get { throw null; } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReader SymbolReader { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> Types { get { throw null; } }
- public Mono.Cecil.TypeSystem TypeSystem { get { throw null; } }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleKind kind) { throw null; }
- public static Mono.Cecil.ModuleDefinition CreateModule(string name, Mono.Cecil.ModuleParameters parameters) { throw null; }
- public Mono.Cecil.Cil.ImageDebugDirectory GetDebugHeader(out byte[] header) { header = default(byte[]); throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.MemberReference> GetMemberReferences() { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string fullName) { throw null; }
- public Mono.Cecil.TypeReference GetType(string fullName, bool runtimeName) { throw null; }
- public Mono.Cecil.TypeDefinition GetType(string @namespace, string name) { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeReference> GetTypeReferences() { throw null; }
- public System.Collections.Generic.IEnumerable<Mono.Cecil.TypeDefinition> GetTypes() { throw null; }
- public bool HasTypeReference(string fullName) { throw null; }
- public bool HasTypeReference(string scope, string fullName) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.FieldReference Import(Mono.Cecil.FieldReference field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.MethodReference Import(Mono.Cecil.MethodReference method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.TypeReference Import(Mono.Cecil.TypeReference type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field) { throw null; }
- public Mono.Cecil.FieldReference Import(System.Reflection.FieldInfo field, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method) { throw null; }
- public Mono.Cecil.MethodReference Import(System.Reflection.MethodBase method, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type) { throw null; }
- public Mono.Cecil.TypeReference Import(System.Type type, Mono.Cecil.IGenericParameterProvider context) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(Mono.Cecil.MetadataToken token) { throw null; }
- public Mono.Cecil.IMetadataTokenProvider LookupToken(int token) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName) { throw null; }
- public static Mono.Cecil.ModuleDefinition ReadModule(string fileName, Mono.Cecil.ReaderParameters parameters) { throw null; }
- public void ReadSymbols() { }
- public void ReadSymbols(Mono.Cecil.Cil.ISymbolReader reader) { }
- public bool TryGetTypeReference(string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public bool TryGetTypeReference(string scope, string fullName, out Mono.Cecil.TypeReference type) { type = default(Mono.Cecil.TypeReference); throw null; }
- public void Write(System.IO.Stream stream) { }
- public void Write(System.IO.Stream stream, Mono.Cecil.WriterParameters parameters) { }
- public void Write(string fileName) { }
- public void Write(string fileName, Mono.Cecil.WriterParameters parameters) { }
- }
- public enum ModuleKind
- {
- Console = 1,
- Dll = 0,
- NetModule = 3,
- Windows = 2,
- }
- public sealed partial class ModuleParameters
- {
- public ModuleParameters() { }
- public Mono.Cecil.TargetArchitecture Architecture { get { throw null; } set { } }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.ModuleKind Kind { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.TargetRuntime Runtime { get { throw null; } set { } }
- }
- public partial class ModuleReference : Mono.Cecil.IMetadataScope, Mono.Cecil.IMetadataTokenProvider
- {
- public ModuleReference(string name) { }
- public virtual Mono.Cecil.MetadataScopeType MetadataScopeType { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public enum NativeType
- {
- ANSIBStr = 35,
- Array = 42,
- ASAny = 40,
- Boolean = 2,
- BStr = 19,
- ByValStr = 34,
- Currency = 15,
- CustomMarshaler = 44,
- Error = 45,
- FixedArray = 30,
- FixedSysString = 23,
- Func = 38,
- I1 = 3,
- I2 = 5,
- I4 = 7,
- I8 = 9,
- IDispatch = 26,
- Int = 31,
- IntF = 28,
- IUnknown = 25,
- LPStr = 20,
- LPStruct = 43,
- LPTStr = 22,
- LPWStr = 21,
- Max = 80,
- None = 102,
- R4 = 11,
- R8 = 12,
- SafeArray = 29,
- Struct = 27,
- TBStr = 36,
- U1 = 4,
- U2 = 6,
- U4 = 8,
- U8 = 10,
- UInt = 32,
- VariantBool = 37,
- }
- public sealed partial class OptionalModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public OptionalModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsOptionalModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ParameterAttributes : ushort
- {
- HasDefault = (ushort)4096,
- HasFieldMarshal = (ushort)8192,
- In = (ushort)1,
- Lcid = (ushort)4,
- None = (ushort)0,
- Optional = (ushort)16,
- Out = (ushort)2,
- Retval = (ushort)8,
- Unused = (ushort)53216,
- }
- public sealed partial class ParameterDefinition : Mono.Cecil.ParameterReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMarshalInfoProvider, Mono.Cecil.IMetadataTokenProvider
- {
- public ParameterDefinition(Mono.Cecil.TypeReference parameterType) { }
- public ParameterDefinition(string name, Mono.Cecil.ParameterAttributes attributes, Mono.Cecil.TypeReference parameterType) { }
- public Mono.Cecil.ParameterAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasFieldMarshal { get { throw null; } set { } }
- public bool HasMarshalInfo { get { throw null; } }
- public bool IsIn { get { throw null; } set { } }
- public bool IsLcid { get { throw null; } set { } }
- public bool IsOptional { get { throw null; } set { } }
- public bool IsOut { get { throw null; } set { } }
- public bool IsReturnValue { get { throw null; } set { } }
- public Mono.Cecil.MarshalInfo MarshalInfo { get { throw null; } set { } }
- public Mono.Cecil.IMethodSignature Method { get { throw null; } }
- public int Sequence { get { throw null; } }
- public override Mono.Cecil.ParameterDefinition Resolve() { throw null; }
- }
- public abstract partial class ParameterReference : Mono.Cecil.IMetadataTokenProvider
- {
- internal ParameterReference() { }
- protected Mono.Cecil.TypeReference parameter_type;
- public int Index { get { throw null; } }
- public Mono.Cecil.MetadataToken MetadataToken { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ParameterType { get { throw null; } set { } }
- public abstract Mono.Cecil.ParameterDefinition Resolve();
- public override string ToString() { throw null; }
- }
- public sealed partial class PinnedType : Mono.Cecil.TypeSpecification
- {
- public PinnedType(Mono.Cecil.TypeReference type) { }
- public override bool IsPinned { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum PInvokeAttributes : ushort
- {
- BestFitDisabled = (ushort)32,
- BestFitEnabled = (ushort)16,
- BestFitMask = (ushort)48,
- CallConvCdecl = (ushort)512,
- CallConvFastcall = (ushort)1280,
- CallConvMask = (ushort)1792,
- CallConvStdCall = (ushort)768,
- CallConvThiscall = (ushort)1024,
- CallConvWinapi = (ushort)256,
- CharSetAnsi = (ushort)2,
- CharSetAuto = (ushort)6,
- CharSetMask = (ushort)6,
- CharSetNotSpec = (ushort)0,
- CharSetUnicode = (ushort)4,
- NoMangle = (ushort)1,
- SupportsLastError = (ushort)64,
- ThrowOnUnmappableCharDisabled = (ushort)8192,
- ThrowOnUnmappableCharEnabled = (ushort)4096,
- ThrowOnUnmappableCharMask = (ushort)12288,
- }
- public sealed partial class PInvokeInfo
- {
- public PInvokeInfo(Mono.Cecil.PInvokeAttributes attributes, string entryPoint, Mono.Cecil.ModuleReference module) { }
- public Mono.Cecil.PInvokeAttributes Attributes { get { throw null; } set { } }
- public string EntryPoint { get { throw null; } set { } }
- public bool IsBestFitDisabled { get { throw null; } set { } }
- public bool IsBestFitEnabled { get { throw null; } set { } }
- public bool IsCallConvCdecl { get { throw null; } set { } }
- public bool IsCallConvFastcall { get { throw null; } set { } }
- public bool IsCallConvStdCall { get { throw null; } set { } }
- public bool IsCallConvThiscall { get { throw null; } set { } }
- public bool IsCallConvWinapi { get { throw null; } set { } }
- public bool IsCharSetAnsi { get { throw null; } set { } }
- public bool IsCharSetAuto { get { throw null; } set { } }
- public bool IsCharSetNotSpec { get { throw null; } set { } }
- public bool IsCharSetUnicode { get { throw null; } set { } }
- public bool IsNoMangle { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharDisabled { get { throw null; } set { } }
- public bool IsThrowOnUnmappableCharEnabled { get { throw null; } set { } }
- public Mono.Cecil.ModuleReference Module { get { throw null; } set { } }
- public bool SupportsLastError { get { throw null; } set { } }
- }
- public sealed partial class PointerType : Mono.Cecil.TypeSpecification
- {
- public PointerType(Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsPointer { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum PropertyAttributes : ushort
- {
- HasDefault = (ushort)4096,
- None = (ushort)0,
- RTSpecialName = (ushort)1024,
- SpecialName = (ushort)512,
- Unused = (ushort)59903,
- }
- public sealed partial class PropertyDefinition : Mono.Cecil.PropertyReference, Mono.Cecil.IConstantProvider, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider
- {
- public PropertyDefinition(string name, Mono.Cecil.PropertyAttributes attributes, Mono.Cecil.TypeReference propertyType) { }
- public Mono.Cecil.PropertyAttributes Attributes { get { throw null; } set { } }
- public object Constant { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public Mono.Cecil.MethodDefinition GetMethod { get { throw null; } set { } }
- public bool HasConstant { get { throw null; } set { } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasDefault { get { throw null; } set { } }
- public bool HasOtherMethods { get { throw null; } }
- public bool HasParameters { get { throw null; } }
- public bool HasThis { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> OtherMethods { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get { throw null; } }
- public Mono.Cecil.MethodDefinition SetMethod { get { throw null; } set { } }
- public override Mono.Cecil.PropertyDefinition Resolve() { throw null; }
- }
- public abstract partial class PropertyReference : Mono.Cecil.MemberReference
- {
- internal PropertyReference() { }
- public abstract Mono.Collections.Generic.Collection<Mono.Cecil.ParameterDefinition> Parameters { get; }
- public Mono.Cecil.TypeReference PropertyType { get { throw null; } set { } }
- public abstract Mono.Cecil.PropertyDefinition Resolve();
- }
- public sealed partial class ReaderParameters
- {
- public ReaderParameters() { }
- public ReaderParameters(Mono.Cecil.ReadingMode readingMode) { }
- public Mono.Cecil.IAssemblyResolver AssemblyResolver { get { throw null; } set { } }
- public Mono.Cecil.IMetadataResolver MetadataResolver { get { throw null; } set { } }
- public Mono.Cecil.ReadingMode ReadingMode { get { throw null; } set { } }
- public bool ReadSymbols { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolReaderProvider SymbolReaderProvider { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- }
- public enum ReadingMode
- {
- Deferred = 2,
- Immediate = 1,
- }
- public sealed partial class RequiredModifierType : Mono.Cecil.TypeSpecification, Mono.Cecil.IModifierType
- {
- public RequiredModifierType(Mono.Cecil.TypeReference modifierType, Mono.Cecil.TypeReference type) { }
- public override string FullName { get { throw null; } }
- public override bool IsRequiredModifier { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- public Mono.Cecil.TypeReference ModifierType { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class ResolutionException : System.Exception
- {
- public ResolutionException(Mono.Cecil.MemberReference member) { }
- protected ResolutionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Cecil.MemberReference Member { get { throw null; } }
- public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
- }
- public abstract partial class Resource
- {
- internal Resource() { }
- public Mono.Cecil.ManifestResourceAttributes Attributes { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } set { } }
- public bool IsPublic { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public abstract Mono.Cecil.ResourceType ResourceType { get; }
- }
- public enum ResourceType
- {
- AssemblyLinked = 2,
- Embedded = 1,
- Linked = 0,
- }
- public sealed partial class SafeArrayMarshalInfo : Mono.Cecil.MarshalInfo
- {
- public SafeArrayMarshalInfo() : base (default(Mono.Cecil.NativeType)) { }
- public Mono.Cecil.VariantType ElementType { get { throw null; } set { } }
- }
- public enum SecurityAction : ushort
- {
- Assert = (ushort)3,
- Demand = (ushort)2,
- Deny = (ushort)4,
- InheritDemand = (ushort)7,
- LinkDemand = (ushort)6,
- NonCasDemand = (ushort)13,
- NonCasInheritance = (ushort)15,
- NonCasLinkDemand = (ushort)14,
- PermitOnly = (ushort)5,
- PreJitDeny = (ushort)12,
- PreJitGrant = (ushort)11,
- Request = (ushort)1,
- RequestMinimum = (ushort)8,
- RequestOptional = (ushort)9,
- RequestRefuse = (ushort)10,
- }
- public sealed partial class SecurityAttribute : Mono.Cecil.ICustomAttribute
- {
- public SecurityAttribute(Mono.Cecil.TypeReference attributeType) { }
- public Mono.Cecil.TypeReference AttributeType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Fields { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttributeNamedArgument> Properties { get { throw null; } }
- }
- public sealed partial class SecurityDeclaration
- {
- public SecurityDeclaration(Mono.Cecil.SecurityAction action) { }
- public SecurityDeclaration(Mono.Cecil.SecurityAction action, byte[] blob) { }
- public Mono.Cecil.SecurityAction Action { get { throw null; } set { } }
- public bool HasSecurityAttributes { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityAttribute> SecurityAttributes { get { throw null; } }
- public byte[] GetBlob() { throw null; }
- }
- public sealed partial class SentinelType : Mono.Cecil.TypeSpecification
- {
- public SentinelType(Mono.Cecil.TypeReference type) { }
- public override bool IsSentinel { get { throw null; } }
- public override bool IsValueType { get { throw null; } set { } }
- }
- public enum TargetArchitecture
- {
- AMD64 = 1,
- ARMv7 = 3,
- I386 = 0,
- IA64 = 2,
- }
- public enum TargetRuntime
- {
- Net_1_0 = 0,
- Net_1_1 = 1,
- Net_2_0 = 2,
- Net_4_0 = 3,
- }
- public enum TokenType : uint
- {
- Assembly = (uint)536870912,
- AssemblyRef = (uint)587202560,
- CustomAttribute = (uint)201326592,
- Event = (uint)335544320,
- ExportedType = (uint)654311424,
- Field = (uint)67108864,
- File = (uint)637534208,
- GenericParam = (uint)704643072,
- InterfaceImpl = (uint)150994944,
- ManifestResource = (uint)671088640,
- MemberRef = (uint)167772160,
- Method = (uint)100663296,
- MethodSpec = (uint)721420288,
- Module = (uint)0,
- ModuleRef = (uint)436207616,
- Param = (uint)134217728,
- Permission = (uint)234881024,
- Property = (uint)385875968,
- Signature = (uint)285212672,
- String = (uint)1879048192,
- TypeDef = (uint)33554432,
- TypeRef = (uint)16777216,
- TypeSpec = (uint)452984832,
- }
- [System.FlagsAttribute]
- public enum TypeAttributes : uint
- {
- Abstract = (uint)128,
- AnsiClass = (uint)0,
- AutoClass = (uint)131072,
- AutoLayout = (uint)0,
- BeforeFieldInit = (uint)1048576,
- Class = (uint)0,
- ClassSemanticMask = (uint)32,
- ExplicitLayout = (uint)16,
- Forwarder = (uint)2097152,
- HasSecurity = (uint)262144,
- Import = (uint)4096,
- Interface = (uint)32,
- LayoutMask = (uint)24,
- NestedAssembly = (uint)5,
- NestedFamANDAssem = (uint)6,
- NestedFamily = (uint)4,
- NestedFamORAssem = (uint)7,
- NestedPrivate = (uint)3,
- NestedPublic = (uint)2,
- NotPublic = (uint)0,
- Public = (uint)1,
- RTSpecialName = (uint)2048,
- Sealed = (uint)256,
- SequentialLayout = (uint)8,
- Serializable = (uint)8192,
- SpecialName = (uint)1024,
- StringFormatMask = (uint)196608,
- UnicodeClass = (uint)65536,
- VisibilityMask = (uint)7,
- WindowsRuntime = (uint)16384,
- }
- public sealed partial class TypeDefinition : Mono.Cecil.TypeReference, Mono.Cecil.ICustomAttributeProvider, Mono.Cecil.IMemberDefinition, Mono.Cecil.IMetadataTokenProvider, Mono.Cecil.ISecurityDeclarationProvider
- {
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes) : base (default(string), default(string)) { }
- public TypeDefinition(string @namespace, string name, Mono.Cecil.TypeAttributes attributes, Mono.Cecil.TypeReference baseType) : base (default(string), default(string)) { }
- public Mono.Cecil.TypeAttributes Attributes { get { throw null; } set { } }
- public Mono.Cecil.TypeReference BaseType { get { throw null; } set { } }
- public int ClassSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
- public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.EventDefinition> Events { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.FieldDefinition> Fields { get { throw null; } }
- public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public bool HasCustomAttributes { get { throw null; } }
- public bool HasEvents { get { throw null; } }
- public bool HasFields { get { throw null; } }
- public override bool HasGenericParameters { get { throw null; } }
- public bool HasInterfaces { get { throw null; } }
- public bool HasLayoutInfo { get { throw null; } }
- public bool HasMethods { get { throw null; } }
- public bool HasNestedTypes { get { throw null; } }
- public bool HasProperties { get { throw null; } }
- public bool HasSecurity { get { throw null; } set { } }
- public bool HasSecurityDeclarations { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeReference> Interfaces { get { throw null; } }
- public bool IsAbstract { get { throw null; } set { } }
- public bool IsAnsiClass { get { throw null; } set { } }
- public bool IsAutoClass { get { throw null; } set { } }
- public bool IsAutoLayout { get { throw null; } set { } }
- public bool IsBeforeFieldInit { get { throw null; } set { } }
- public bool IsClass { get { throw null; } set { } }
- public override bool IsDefinition { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } set { } }
- public bool IsImport { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } set { } }
- public bool IsNestedAssembly { get { throw null; } set { } }
- public bool IsNestedFamily { get { throw null; } set { } }
- public bool IsNestedFamilyAndAssembly { get { throw null; } set { } }
- public bool IsNestedFamilyOrAssembly { get { throw null; } set { } }
- public bool IsNestedPrivate { get { throw null; } set { } }
- public bool IsNestedPublic { get { throw null; } set { } }
- public bool IsNotPublic { get { throw null; } set { } }
- public override bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } set { } }
- public bool IsRuntimeSpecialName { get { throw null; } set { } }
- public bool IsSealed { get { throw null; } set { } }
- public bool IsSequentialLayout { get { throw null; } set { } }
- public bool IsSerializable { get { throw null; } set { } }
- public bool IsSpecialName { get { throw null; } set { } }
- public bool IsUnicodeClass { get { throw null; } set { } }
- public override bool IsValueType { get { throw null; } }
- public bool IsWindowsRuntime { get { throw null; } set { } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.MethodDefinition> Methods { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.TypeDefinition> NestedTypes { get { throw null; } }
- public short PackingSize { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.PropertyDefinition> Properties { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.SecurityDeclaration> SecurityDeclarations { get { throw null; } }
- public override Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public partial class TypeReference : Mono.Cecil.MemberReference, Mono.Cecil.IGenericParameterProvider, Mono.Cecil.IMetadataTokenProvider
- {
- protected Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> generic_parameters;
- protected TypeReference(string @namespace, string name) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope) { }
- public TypeReference(string @namespace, string name, Mono.Cecil.ModuleDefinition module, Mono.Cecil.IMetadataScope scope, bool valueType) { }
- public override Mono.Cecil.TypeReference DeclaringType { get { throw null; } set { } }
- public override string FullName { get { throw null; } }
- public virtual Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
- public virtual bool HasGenericParameters { get { throw null; } }
- public virtual bool IsArray { get { throw null; } }
- public virtual bool IsByReference { get { throw null; } }
- public virtual bool IsFunctionPointer { get { throw null; } }
- public virtual bool IsGenericInstance { get { throw null; } }
- public virtual bool IsGenericParameter { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsOptionalModifier { get { throw null; } }
- public virtual bool IsPinned { get { throw null; } }
- public virtual bool IsPointer { get { throw null; } }
- public virtual bool IsPrimitive { get { throw null; } }
- public virtual bool IsRequiredModifier { get { throw null; } }
- public virtual bool IsSentinel { get { throw null; } }
- public virtual bool IsValueType { get { throw null; } set { } }
- public virtual Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- Mono.Cecil.GenericParameterType Mono.Cecil.IGenericParameterProvider.GenericParameterType { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public virtual string Namespace { get { throw null; } set { } }
- public virtual Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public virtual Mono.Cecil.TypeReference GetElementType() { throw null; }
- public virtual Mono.Cecil.TypeDefinition Resolve() { throw null; }
- }
- public abstract partial class TypeSpecification : Mono.Cecil.TypeReference
- {
- internal TypeSpecification() : base (default(string), default(string)) { }
- public Mono.Cecil.TypeReference ElementType { get { throw null; } }
- public override string FullName { get { throw null; } }
- public override Mono.Cecil.MetadataType MetadataType { get { throw null; } }
- public override Mono.Cecil.ModuleDefinition Module { get { throw null; } }
- public override string Name { get { throw null; } set { } }
- public override string Namespace { get { throw null; } set { } }
- public override Mono.Cecil.IMetadataScope Scope { get { throw null; } set { } }
- public override Mono.Cecil.TypeReference GetElementType() { throw null; }
- }
- public abstract partial class TypeSystem
- {
- internal TypeSystem() { }
- public Mono.Cecil.TypeReference Boolean { get { throw null; } }
- public Mono.Cecil.TypeReference Byte { get { throw null; } }
- public Mono.Cecil.TypeReference Char { get { throw null; } }
- public Mono.Cecil.IMetadataScope Corlib { get { throw null; } }
- public Mono.Cecil.TypeReference Double { get { throw null; } }
- public Mono.Cecil.TypeReference Int16 { get { throw null; } }
- public Mono.Cecil.TypeReference Int32 { get { throw null; } }
- public Mono.Cecil.TypeReference Int64 { get { throw null; } }
- public Mono.Cecil.TypeReference IntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Object { get { throw null; } }
- public Mono.Cecil.TypeReference SByte { get { throw null; } }
- public Mono.Cecil.TypeReference Single { get { throw null; } }
- public Mono.Cecil.TypeReference String { get { throw null; } }
- public Mono.Cecil.TypeReference TypedReference { get { throw null; } }
- public Mono.Cecil.TypeReference UInt16 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt32 { get { throw null; } }
- public Mono.Cecil.TypeReference UInt64 { get { throw null; } }
- public Mono.Cecil.TypeReference UIntPtr { get { throw null; } }
- public Mono.Cecil.TypeReference Void { get { throw null; } }
- }
- public enum VariantType
- {
- Bool = 11,
- BStr = 8,
- CY = 6,
- Date = 7,
- Decimal = 14,
- Dispatch = 9,
- Error = 10,
- I1 = 16,
- I2 = 2,
- I4 = 3,
- Int = 22,
- None = 0,
- R4 = 4,
- R8 = 5,
- UI1 = 17,
- UI2 = 18,
- UI4 = 19,
- UInt = 23,
- Unknown = 13,
- Variant = 12,
- }
- public sealed partial class WriterParameters
- {
- public WriterParameters() { }
- public System.Reflection.StrongNameKeyPair StrongNameKeyPair { get { throw null; } set { } }
- public System.IO.Stream SymbolStream { get { throw null; } set { } }
- public Mono.Cecil.Cil.ISymbolWriterProvider SymbolWriterProvider { get { throw null; } set { } }
- public bool WriteSymbols { get { throw null; } set { } }
- }
-}
-namespace Mono.Cecil.Cil
-{
- public enum Code
- {
- Add = 87,
- Add_Ovf = 180,
- Add_Ovf_Un = 181,
- And = 94,
- Arglist = 191,
- Beq = 58,
- Beq_S = 45,
- Bge = 59,
- Bge_S = 46,
- Bge_Un = 64,
- Bge_Un_S = 51,
- Bgt = 60,
- Bgt_S = 47,
- Bgt_Un = 65,
- Bgt_Un_S = 52,
- Ble = 61,
- Ble_S = 48,
- Ble_Un = 66,
- Ble_Un_S = 53,
- Blt = 62,
- Blt_S = 49,
- Blt_Un = 67,
- Blt_Un_S = 54,
- Bne_Un = 63,
- Bne_Un_S = 50,
- Box = 137,
- Br = 55,
- Break = 1,
- Brfalse = 56,
- Brfalse_S = 43,
- Brtrue = 57,
- Brtrue_S = 44,
- Br_S = 42,
- Call = 39,
- Calli = 40,
- Callvirt = 110,
- Castclass = 115,
- Ceq = 192,
- Cgt = 193,
- Cgt_Un = 194,
- Ckfinite = 172,
- Clt = 195,
- Clt_Un = 196,
- Constrained = 211,
- Conv_I = 177,
- Conv_I1 = 102,
- Conv_I2 = 103,
- Conv_I4 = 104,
- Conv_I8 = 105,
- Conv_Ovf_I = 178,
- Conv_Ovf_I1 = 163,
- Conv_Ovf_I1_Un = 127,
- Conv_Ovf_I2 = 165,
- Conv_Ovf_I2_Un = 128,
- Conv_Ovf_I4 = 167,
- Conv_Ovf_I4_Un = 129,
- Conv_Ovf_I8 = 169,
- Conv_Ovf_I8_Un = 130,
- Conv_Ovf_I_Un = 135,
- Conv_Ovf_U = 179,
- Conv_Ovf_U1 = 164,
- Conv_Ovf_U1_Un = 131,
- Conv_Ovf_U2 = 166,
- Conv_Ovf_U2_Un = 132,
- Conv_Ovf_U4 = 168,
- Conv_Ovf_U4_Un = 133,
- Conv_Ovf_U8 = 170,
- Conv_Ovf_U8_Un = 134,
- Conv_Ovf_U_Un = 136,
- Conv_R4 = 106,
- Conv_R8 = 107,
- Conv_R_Un = 117,
- Conv_U = 190,
- Conv_U1 = 176,
- Conv_U2 = 175,
- Conv_U4 = 108,
- Conv_U8 = 109,
- Cpblk = 212,
- Cpobj = 111,
- Div = 90,
- Div_Un = 91,
- Dup = 36,
- Endfilter = 206,
- Endfinally = 186,
- Initblk = 213,
- Initobj = 210,
- Isinst = 116,
- Jmp = 38,
- Ldarg = 199,
- Ldarga = 200,
- Ldarga_S = 15,
- Ldarg_0 = 2,
- Ldarg_1 = 3,
- Ldarg_2 = 4,
- Ldarg_3 = 5,
- Ldarg_S = 14,
- Ldc_I4 = 32,
- Ldc_I4_0 = 22,
- Ldc_I4_1 = 23,
- Ldc_I4_2 = 24,
- Ldc_I4_3 = 25,
- Ldc_I4_4 = 26,
- Ldc_I4_5 = 27,
- Ldc_I4_6 = 28,
- Ldc_I4_7 = 29,
- Ldc_I4_8 = 30,
- Ldc_I4_M1 = 21,
- Ldc_I4_S = 31,
- Ldc_I8 = 33,
- Ldc_R4 = 34,
- Ldc_R8 = 35,
- Ldelema = 140,
- Ldelem_Any = 160,
- Ldelem_I = 148,
- Ldelem_I1 = 141,
- Ldelem_I2 = 143,
- Ldelem_I4 = 145,
- Ldelem_I8 = 147,
- Ldelem_R4 = 149,
- Ldelem_R8 = 150,
- Ldelem_Ref = 151,
- Ldelem_U1 = 142,
- Ldelem_U2 = 144,
- Ldelem_U4 = 146,
- Ldfld = 120,
- Ldflda = 121,
- Ldftn = 197,
- Ldind_I = 76,
- Ldind_I1 = 69,
- Ldind_I2 = 71,
- Ldind_I4 = 73,
- Ldind_I8 = 75,
- Ldind_R4 = 77,
- Ldind_R8 = 78,
- Ldind_Ref = 79,
- Ldind_U1 = 70,
- Ldind_U2 = 72,
- Ldind_U4 = 74,
- Ldlen = 139,
- Ldloc = 202,
- Ldloca = 203,
- Ldloca_S = 18,
- Ldloc_0 = 6,
- Ldloc_1 = 7,
- Ldloc_2 = 8,
- Ldloc_3 = 9,
- Ldloc_S = 17,
- Ldnull = 20,
- Ldobj = 112,
- Ldsfld = 123,
- Ldsflda = 124,
- Ldstr = 113,
- Ldtoken = 174,
- Ldvirtftn = 198,
- Leave = 187,
- Leave_S = 188,
- Localloc = 205,
- Mkrefany = 173,
- Mul = 89,
- Mul_Ovf = 182,
- Mul_Ovf_Un = 183,
- Neg = 100,
- Newarr = 138,
- Newobj = 114,
- No = 214,
- Nop = 0,
- Not = 101,
- Or = 95,
- Pop = 37,
- Readonly = 218,
- Refanytype = 217,
- Refanyval = 171,
- Rem = 92,
- Rem_Un = 93,
- Ret = 41,
- Rethrow = 215,
- Shl = 97,
- Shr = 98,
- Shr_Un = 99,
- Sizeof = 216,
- Starg = 201,
- Starg_S = 16,
- Stelem_Any = 161,
- Stelem_I = 152,
- Stelem_I1 = 153,
- Stelem_I2 = 154,
- Stelem_I4 = 155,
- Stelem_I8 = 156,
- Stelem_R4 = 157,
- Stelem_R8 = 158,
- Stelem_Ref = 159,
- Stfld = 122,
- Stind_I = 189,
- Stind_I1 = 81,
- Stind_I2 = 82,
- Stind_I4 = 83,
- Stind_I8 = 84,
- Stind_R4 = 85,
- Stind_R8 = 86,
- Stind_Ref = 80,
- Stloc = 204,
- Stloc_0 = 10,
- Stloc_1 = 11,
- Stloc_2 = 12,
- Stloc_3 = 13,
- Stloc_S = 19,
- Stobj = 126,
- Stsfld = 125,
- Sub = 88,
- Sub_Ovf = 184,
- Sub_Ovf_Un = 185,
- Switch = 68,
- Tail = 209,
- Throw = 119,
- Unaligned = 207,
- Unbox = 118,
- Unbox_Any = 162,
- Volatile = 208,
- Xor = 96,
- }
- public sealed partial class Document
- {
- public Document(string url) { }
- public byte[] Hash { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentHashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguage Language { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentLanguageVendor LanguageVendor { get { throw null; } set { } }
- public Mono.Cecil.Cil.DocumentType Type { get { throw null; } set { } }
- public string Url { get { throw null; } set { } }
- }
- public enum DocumentHashAlgorithm
- {
- MD5 = 1,
- None = 0,
- SHA1 = 2,
- }
- public enum DocumentLanguage
- {
- Basic = 4,
- C = 1,
- Cil = 8,
- Cobol = 6,
- Cpp = 2,
- CSharp = 3,
- FSharp = 12,
- Java = 5,
- JScript = 9,
- MCpp = 11,
- Other = 0,
- Pascal = 7,
- Smc = 10,
- }
- public enum DocumentLanguageVendor
- {
- Microsoft = 1,
- Other = 0,
- }
- public enum DocumentType
- {
- Other = 0,
- Text = 1,
- }
- public sealed partial class ExceptionHandler
- {
- public ExceptionHandler(Mono.Cecil.Cil.ExceptionHandlerType handlerType) { }
- public Mono.Cecil.TypeReference CatchType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction FilterStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction HandlerStart { get { throw null; } set { } }
- public Mono.Cecil.Cil.ExceptionHandlerType HandlerType { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryEnd { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction TryStart { get { throw null; } set { } }
- }
- public enum ExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public enum FlowControl
- {
- Branch = 0,
- Break = 1,
- Call = 2,
- Cond_Branch = 3,
- Meta = 4,
- Next = 5,
- Phi = 6,
- Return = 7,
- Throw = 8,
- }
- public sealed partial class ILProcessor
- {
- internal ILProcessor() { }
- public Mono.Cecil.Cil.MethodBody Body { get { throw null; } }
- public void Append(Mono.Cecil.Cil.Instruction instruction) { }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public void Emit(Mono.Cecil.Cil.OpCode opcode) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, byte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, double value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, int value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, long value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, sbyte value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, float value) { }
- public void Emit(Mono.Cecil.Cil.OpCode opcode, string value) { }
- public void InsertAfter(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void InsertBefore(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- public void Remove(Mono.Cecil.Cil.Instruction instruction) { }
- public void Replace(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ImageDebugDirectory
- {
- public int AddressOfRawData;
- public int Characteristics;
- public short MajorVersion;
- public short MinorVersion;
- public int PointerToRawData;
- public int SizeOfData;
- public int TimeDateStamp;
- public int Type;
- }
- public sealed partial class Instruction
- {
- internal Instruction() { }
- public Mono.Cecil.Cil.Instruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } set { } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } set { } }
- public object Operand { get { throw null; } set { } }
- public Mono.Cecil.Cil.Instruction Previous { get { throw null; } set { } }
- public Mono.Cecil.Cil.SequencePoint SequencePoint { get { throw null; } set { } }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.CallSite site) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction target) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.Instruction[] targets) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.Cil.VariableDefinition variable) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.FieldReference field) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.MethodReference method) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.ParameterDefinition parameter) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, Mono.Cecil.TypeReference type) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, byte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, double value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, int value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, long value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, sbyte value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, float value) { throw null; }
- public static Mono.Cecil.Cil.Instruction Create(Mono.Cecil.Cil.OpCode opcode, string value) { throw null; }
- public int GetSize() { throw null; }
- public override string ToString() { throw null; }
- }
- public delegate Mono.Cecil.Cil.Instruction InstructionMapper(int offset);
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstructionSymbol
- {
- public readonly int Offset;
- public readonly Mono.Cecil.Cil.SequencePoint SequencePoint;
- public InstructionSymbol(int offset, Mono.Cecil.Cil.SequencePoint sequencePoint) { throw null;}
- }
- public partial interface ISymbolReader : System.IDisposable
- {
- bool ProcessDebugHeader(Mono.Cecil.Cil.ImageDebugDirectory directory, byte[] header);
- void Read(Mono.Cecil.Cil.MethodBody body, Mono.Cecil.Cil.InstructionMapper mapper);
- void Read(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolReaderProvider
- {
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolReader GetSymbolReader(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface ISymbolWriter : System.IDisposable
- {
- bool GetDebugHeader(out Mono.Cecil.Cil.ImageDebugDirectory directory, out byte[] header);
- void Write(Mono.Cecil.Cil.MethodBody body);
- void Write(Mono.Cecil.Cil.MethodSymbols symbols);
- }
- public partial interface ISymbolWriterProvider
- {
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, System.IO.Stream symbolStream);
- Mono.Cecil.Cil.ISymbolWriter GetSymbolWriter(Mono.Cecil.ModuleDefinition module, string fileName);
- }
- public partial interface IVariableDefinitionProvider
- {
- bool HasVariables { get; }
- Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get; }
- }
- public sealed partial class MethodBody : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public MethodBody(Mono.Cecil.MethodDefinition method) { }
- public int CodeSize { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.ExceptionHandler> ExceptionHandlers { get { throw null; } }
- public bool HasExceptionHandlers { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public bool InitLocals { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Instruction> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } set { } }
- public int MaxStackSize { get { throw null; } set { } }
- public Mono.Cecil.MethodDefinition Method { get { throw null; } }
- public Mono.Cecil.Cil.Scope Scope { get { throw null; } set { } }
- public Mono.Cecil.ParameterDefinition ThisParameter { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- public Mono.Cecil.Cil.ILProcessor GetILProcessor() { throw null; }
- }
- public sealed partial class MethodSymbols
- {
- public MethodSymbols(Mono.Cecil.MetadataToken methodToken) { }
- public int CodeSize { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.InstructionSymbol> Instructions { get { throw null; } }
- public Mono.Cecil.MetadataToken LocalVarToken { get { throw null; } }
- public string MethodName { get { throw null; } }
- public Mono.Cecil.MetadataToken MethodToken { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OpCode
- {
- public Mono.Cecil.Cil.Code Code { get { throw null; } }
- public Mono.Cecil.Cil.FlowControl FlowControl { get { throw null; } }
- public string Name { get { throw null; } }
- public byte Op1 { get { throw null; } }
- public byte Op2 { get { throw null; } }
- public Mono.Cecil.Cil.OpCodeType OpCodeType { get { throw null; } }
- public Mono.Cecil.Cil.OperandType OperandType { get { throw null; } }
- public int Size { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPop { get { throw null; } }
- public Mono.Cecil.Cil.StackBehaviour StackBehaviourPush { get { throw null; } }
- public short Value { get { throw null; } }
- public bool Equals(Mono.Cecil.Cil.OpCode opcode) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public static bool operator !=(Mono.Cecil.Cil.OpCode one, Mono.Cecil.Cil.OpCode other) { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class OpCodes
- {
- public static readonly Mono.Cecil.Cil.OpCode Add;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Add_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode And;
- public static readonly Mono.Cecil.Cil.OpCode Arglist;
- public static readonly Mono.Cecil.Cil.OpCode Beq;
- public static readonly Mono.Cecil.Cil.OpCode Beq_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge;
- public static readonly Mono.Cecil.Cil.OpCode Bge_S;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bge_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_S;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bgt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble;
- public static readonly Mono.Cecil.Cil.OpCode Ble_S;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ble_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt;
- public static readonly Mono.Cecil.Cil.OpCode Blt_S;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Blt_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un;
- public static readonly Mono.Cecil.Cil.OpCode Bne_Un_S;
- public static readonly Mono.Cecil.Cil.OpCode Box;
- public static readonly Mono.Cecil.Cil.OpCode Br;
- public static readonly Mono.Cecil.Cil.OpCode Break;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse;
- public static readonly Mono.Cecil.Cil.OpCode Brfalse_S;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue;
- public static readonly Mono.Cecil.Cil.OpCode Brtrue_S;
- public static readonly Mono.Cecil.Cil.OpCode Br_S;
- public static readonly Mono.Cecil.Cil.OpCode Call;
- public static readonly Mono.Cecil.Cil.OpCode Calli;
- public static readonly Mono.Cecil.Cil.OpCode Callvirt;
- public static readonly Mono.Cecil.Cil.OpCode Castclass;
- public static readonly Mono.Cecil.Cil.OpCode Ceq;
- public static readonly Mono.Cecil.Cil.OpCode Cgt;
- public static readonly Mono.Cecil.Cil.OpCode Cgt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ckfinite;
- public static readonly Mono.Cecil.Cil.OpCode Clt;
- public static readonly Mono.Cecil.Cil.OpCode Clt_Un;
- public static readonly Mono.Cecil.Cil.OpCode Constrained;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_I_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U1_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U2_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U4_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U8_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_Ovf_U_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R8;
- public static readonly Mono.Cecil.Cil.OpCode Conv_R_Un;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U1;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U2;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U4;
- public static readonly Mono.Cecil.Cil.OpCode Conv_U8;
- public static readonly Mono.Cecil.Cil.OpCode Cpblk;
- public static readonly Mono.Cecil.Cil.OpCode Cpobj;
- public static readonly Mono.Cecil.Cil.OpCode Div;
- public static readonly Mono.Cecil.Cil.OpCode Div_Un;
- public static readonly Mono.Cecil.Cil.OpCode Dup;
- public static readonly Mono.Cecil.Cil.OpCode Endfilter;
- public static readonly Mono.Cecil.Cil.OpCode Endfinally;
- public static readonly Mono.Cecil.Cil.OpCode Initblk;
- public static readonly Mono.Cecil.Cil.OpCode Initobj;
- public static readonly Mono.Cecil.Cil.OpCode Isinst;
- public static readonly Mono.Cecil.Cil.OpCode Jmp;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga;
- public static readonly Mono.Cecil.Cil.OpCode Ldarga_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldarg_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_5;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_6;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_7;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_M1;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I4_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldc_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelema;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldelem_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldftn;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U1;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U2;
- public static readonly Mono.Cecil.Cil.OpCode Ldind_U4;
- public static readonly Mono.Cecil.Cil.OpCode Ldlen;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca;
- public static readonly Mono.Cecil.Cil.OpCode Ldloca_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Ldloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Ldnull;
- public static readonly Mono.Cecil.Cil.OpCode Ldobj;
- public static readonly Mono.Cecil.Cil.OpCode Ldsfld;
- public static readonly Mono.Cecil.Cil.OpCode Ldsflda;
- public static readonly Mono.Cecil.Cil.OpCode Ldstr;
- public static readonly Mono.Cecil.Cil.OpCode Ldtoken;
- public static readonly Mono.Cecil.Cil.OpCode Ldvirtftn;
- public static readonly Mono.Cecil.Cil.OpCode Leave;
- public static readonly Mono.Cecil.Cil.OpCode Leave_S;
- public static readonly Mono.Cecil.Cil.OpCode Localloc;
- public static readonly Mono.Cecil.Cil.OpCode Mkrefany;
- public static readonly Mono.Cecil.Cil.OpCode Mul;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Mul_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Neg;
- public static readonly Mono.Cecil.Cil.OpCode Newarr;
- public static readonly Mono.Cecil.Cil.OpCode Newobj;
- public static readonly Mono.Cecil.Cil.OpCode No;
- public static readonly Mono.Cecil.Cil.OpCode Nop;
- public static readonly Mono.Cecil.Cil.OpCode Not;
- public static readonly Mono.Cecil.Cil.OpCode Or;
- public static readonly Mono.Cecil.Cil.OpCode Pop;
- public static readonly Mono.Cecil.Cil.OpCode Readonly;
- public static readonly Mono.Cecil.Cil.OpCode Refanytype;
- public static readonly Mono.Cecil.Cil.OpCode Refanyval;
- public static readonly Mono.Cecil.Cil.OpCode Rem;
- public static readonly Mono.Cecil.Cil.OpCode Rem_Un;
- public static readonly Mono.Cecil.Cil.OpCode Ret;
- public static readonly Mono.Cecil.Cil.OpCode Rethrow;
- public static readonly Mono.Cecil.Cil.OpCode Shl;
- public static readonly Mono.Cecil.Cil.OpCode Shr;
- public static readonly Mono.Cecil.Cil.OpCode Shr_Un;
- public static readonly Mono.Cecil.Cil.OpCode Sizeof;
- public static readonly Mono.Cecil.Cil.OpCode Starg;
- public static readonly Mono.Cecil.Cil.OpCode Starg_S;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Any;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stelem_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stfld;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I1;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I2;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_I8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R4;
- public static readonly Mono.Cecil.Cil.OpCode Stind_R8;
- public static readonly Mono.Cecil.Cil.OpCode Stind_Ref;
- public static readonly Mono.Cecil.Cil.OpCode Stloc;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_0;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_1;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_2;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_3;
- public static readonly Mono.Cecil.Cil.OpCode Stloc_S;
- public static readonly Mono.Cecil.Cil.OpCode Stobj;
- public static readonly Mono.Cecil.Cil.OpCode Stsfld;
- public static readonly Mono.Cecil.Cil.OpCode Sub;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf;
- public static readonly Mono.Cecil.Cil.OpCode Sub_Ovf_Un;
- public static readonly Mono.Cecil.Cil.OpCode Switch;
- public static readonly Mono.Cecil.Cil.OpCode Tail;
- public static readonly Mono.Cecil.Cil.OpCode Throw;
- public static readonly Mono.Cecil.Cil.OpCode Unaligned;
- public static readonly Mono.Cecil.Cil.OpCode Unbox;
- public static readonly Mono.Cecil.Cil.OpCode Unbox_Any;
- public static readonly Mono.Cecil.Cil.OpCode Volatile;
- public static readonly Mono.Cecil.Cil.OpCode Xor;
- }
- public enum OpCodeType
- {
- Annotation = 0,
- Macro = 1,
- Nternal = 2,
- Objmodel = 3,
- Prefix = 4,
- Primitive = 5,
- }
- public enum OperandType
- {
- InlineArg = 14,
- InlineBrTarget = 0,
- InlineField = 1,
- InlineI = 2,
- InlineI8 = 3,
- InlineMethod = 4,
- InlineNone = 5,
- InlinePhi = 6,
- InlineR = 7,
- InlineSig = 8,
- InlineString = 9,
- InlineSwitch = 10,
- InlineTok = 11,
- InlineType = 12,
- InlineVar = 13,
- ShortInlineArg = 19,
- ShortInlineBrTarget = 15,
- ShortInlineI = 16,
- ShortInlineR = 17,
- ShortInlineVar = 18,
- }
- public sealed partial class Scope : Mono.Cecil.Cil.IVariableDefinitionProvider
- {
- public Scope() { }
- public Mono.Cecil.Cil.Instruction End { get { throw null; } set { } }
- public bool HasScopes { get { throw null; } }
- public bool HasVariables { get { throw null; } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.Scope> Scopes { get { throw null; } }
- public Mono.Cecil.Cil.Instruction Start { get { throw null; } set { } }
- public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.VariableDefinition> Variables { get { throw null; } }
- }
- public sealed partial class SequencePoint
- {
- public SequencePoint(Mono.Cecil.Cil.Document document) { }
- public Mono.Cecil.Cil.Document Document { get { throw null; } set { } }
- public int EndColumn { get { throw null; } set { } }
- public int EndLine { get { throw null; } set { } }
- public int StartColumn { get { throw null; } set { } }
- public int StartLine { get { throw null; } set { } }
- }
- public enum StackBehaviour
- {
- Pop0 = 0,
- Pop1 = 1,
- Pop1_pop1 = 2,
- PopAll = 18,
- Popi = 3,
- Popi_pop1 = 4,
- Popi_popi = 5,
- Popi_popi8 = 6,
- Popi_popi_popi = 7,
- Popi_popr4 = 8,
- Popi_popr8 = 9,
- Popref = 10,
- Popref_pop1 = 11,
- Popref_popi = 12,
- Popref_popi_popi = 13,
- Popref_popi_popi8 = 14,
- Popref_popi_popr4 = 15,
- Popref_popi_popr8 = 16,
- Popref_popi_popref = 17,
- Push0 = 19,
- Push1 = 20,
- Push1_push1 = 21,
- Pushi = 22,
- Pushi8 = 23,
- Pushr4 = 24,
- Pushr8 = 25,
- Pushref = 26,
- Varpop = 27,
- Varpush = 28,
- }
- public sealed partial class VariableDefinition : Mono.Cecil.Cil.VariableReference
- {
- public VariableDefinition(Mono.Cecil.TypeReference variableType) { }
- public VariableDefinition(string name, Mono.Cecil.TypeReference variableType) { }
- public bool IsPinned { get { throw null; } }
- public override Mono.Cecil.Cil.VariableDefinition Resolve() { throw null; }
- }
- public abstract partial class VariableReference
- {
- internal VariableReference() { }
- protected Mono.Cecil.TypeReference variable_type;
- public int Index { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.Cecil.TypeReference VariableType { get { throw null; } set { } }
- public abstract Mono.Cecil.Cil.VariableDefinition Resolve();
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Collections.Generic
-{
- public partial class Collection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public Collection() { }
- public Collection(System.Collections.Generic.ICollection<T> items) { }
- public Collection(int capacity) { }
- public int Count { get { throw null; } }
- public T this[int index] { get { throw null; } set { } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- int System.Collections.ICollection.Count { get { throw null; } }
- bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
- object System.Collections.ICollection.SyncRoot { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- object System.Collections.IList.this[int index] { get { throw null; } set { } }
- public void Add(T item) { }
- public void Clear() { }
- public bool Contains(T item) { throw null; }
- public void CopyTo(T[] array, int arrayIndex) { }
- public Mono.Collections.Generic.Collection<T>.Enumerator GetEnumerator() { throw null; }
- public int IndexOf(T item) { throw null; }
- public void Insert(int index, T item) { }
- protected virtual void OnAdd(T item, int index) { }
- protected virtual void OnClear() { }
- protected virtual void OnInsert(T item, int index) { }
- protected virtual void OnRemove(T item, int index) { }
- protected virtual void OnSet(T item, int index) { }
- public bool Remove(T item) { throw null; }
- public void RemoveAt(int index) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- int System.Collections.IList.Add(object value) { throw null; }
- void System.Collections.IList.Clear() { }
- bool System.Collections.IList.Contains(object value) { throw null; }
- int System.Collections.IList.IndexOf(object value) { throw null; }
- void System.Collections.IList.Insert(int index, object value) { }
- void System.Collections.IList.Remove(object value) { }
- void System.Collections.IList.RemoveAt(int index) { }
- public T[] ToArray() { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
- {
- public T Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- }
- }
- public sealed partial class ReadOnlyCollection<T> : Mono.Collections.Generic.Collection<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public ReadOnlyCollection(Mono.Collections.Generic.Collection<T> collection) { }
- public ReadOnlyCollection(T[] array) { }
- public static Mono.Collections.Generic.ReadOnlyCollection<T> Empty { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- bool System.Collections.IList.IsFixedSize { get { throw null; } }
- bool System.Collections.IList.IsReadOnly { get { throw null; } }
- protected override void OnAdd(T item, int index) { }
- protected override void OnClear() { }
- protected override void OnInsert(T item, int index) { }
- protected override void OnRemove(T item, int index) { }
- protected override void OnSet(T item, int index) { }
- }
-}
diff --git a/src/v4.5/Mono.CodeContracts.cs b/src/v4.5/Mono.CodeContracts.cs
deleted file mode 100644
index 9dc53c9..0000000
--- a/src/v4.5/Mono.CodeContracts.cs
+++ /dev/null
@@ -1,500 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CodeContracts.Rewrite
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AssemblyRef
- {
- public AssemblyRef(Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams streams) { throw null;}
- public AssemblyRef(string filename) { throw null;}
- public string Filename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsFilename { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public bool IsStream { get { throw null; } }
- public Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams Streams { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (System.IO.Stream stream) { throw null; }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (string filename) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TwoStreams
- {
- public TwoStreams(System.IO.Stream assembly, System.IO.Stream symbols) { throw null;}
- public System.IO.Stream Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.IO.Stream Symbols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- }
- public partial class Rewriter
- {
- internal Rewriter() { }
- public static Mono.CodeContracts.Rewrite.RewriterResults Rewrite(Mono.CodeContracts.Rewrite.RewriterOptions options) { throw null; }
- }
- public partial class RewriterOptions
- {
- public RewriterOptions() { }
- public Mono.CodeContracts.Rewrite.AssemblyRef Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool BreakIntoDebugger { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Debug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ForceAssemblyRename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Level { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CodeContracts.Rewrite.AssemblyRef OutputFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Rewrite { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ThrowOnFailure { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WritePdbFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class RewriterResults
- {
- internal RewriterResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static
-{
- public partial class Checker
- {
- internal Checker() { }
- public static Mono.CodeContracts.Static.CheckResults Check(Mono.CodeContracts.Static.CheckOptions options) { throw null; }
- }
- public partial class CheckOptions
- {
- public CheckOptions() { }
- public string Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Method { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ShowDebug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class CheckResults
- {
- internal CheckResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, System.Collections.Generic.ICollection<string>> Results { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static.Analysis.Numerical
-{
- public partial class DisInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.DisInterval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- internal DisInterval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.DisInterval NotZero;
- public Mono.CodeContracts.Static.Analysis.Numerical.Interval AsInterval { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public bool IsNotZero { get { throw null; } }
- public bool IsPositiveOrZero { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval TopValue { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public override bool Equals(object other) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval EverythingExcept(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.Analysis.Numerical.Interval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval ImmutableVersion() { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval JoinAll(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> list) { throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Meet(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> Normalize(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals, out bool isBottom) { isBottom = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator +(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator /(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator *(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left) { throw null; }
- public Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Select(System.Func<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Interval> selector) { throw null; }
- public override string ToString() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Widen(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- }
- public enum ExpressionOperator
- {
- Add = 16,
- And = 3,
- Constant = 0,
- ConvertToInt32 = 24,
- Div = 19,
- Equal = 9,
- Equal_Obj = 10,
- GreaterEqualThan = 15,
- GreaterThan = 14,
- LessEqualThan = 13,
- LessThan = 12,
- LogicalAnd = 6,
- LogicalNot = 8,
- LogicalOr = 7,
- Mod = 20,
- Mult = 18,
- Not = 2,
- NotEqual = 11,
- Or = 4,
- SizeOf = 22,
- Sub = 17,
- UnaryMinus = 21,
- Unknown = 23,
- Variable = 1,
- Xor = 5,
- }
- public partial class Interval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>, System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Interval>
- {
- internal Interval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval TopValue { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval ApplyConversion(Mono.CodeContracts.Static.Analysis.Numerical.ExpressionOperator conv, Mono.CodeContracts.Static.Analysis.Numerical.Interval intv) { throw null; }
- public static bool AreConsecutiveIntegers(Mono.CodeContracts.Static.Analysis.Numerical.Interval prev, Mono.CodeContracts.Static.Analysis.Numerical.Interval next) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, long upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lower, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lowerBound, long upperBound) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval ImmutableVersion() { throw null; }
- public bool Includes(int x) { throw null; }
- public bool Includes(long x) { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool LessEqual(System.Collections.Generic.IEnumerable<Mono.CodeContracts.Static.Analysis.Numerical.Interval> right) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Meet(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool OnTheLeftOf(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator +(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator /(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator *(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l) { throw null; }
- public bool OverlapsWith(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool TryGetSingletonFiniteInt32(out int value) { value = default(int); throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Widen(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- }
- public abstract partial class IntervalBase<TInterval, TNumeric> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<TInterval> where TInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<TInterval, TNumeric>
- {
- protected IntervalBase(TNumeric lowerBound, TNumeric upperBound) { }
- public abstract TInterval Bottom { get; }
- public abstract bool IsBottom { get; }
- public bool IsFinite { get { throw null; } }
- public bool IsSinglePoint { get { throw null; } }
- public abstract bool IsTop { get; }
- public TNumeric LowerBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Top { get; }
- public TNumeric UpperBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Clone();
- public abstract void Dump(System.IO.TextWriter tw);
- public abstract TInterval ImmutableVersion();
- protected abstract bool IsFiniteBound(TNumeric n);
- public abstract TInterval Join(TInterval that);
- public abstract TInterval Join(TInterval that, bool widening, out bool weaker);
- public abstract bool LessEqual(TInterval that);
- public abstract TInterval Meet(TInterval that);
- public override string ToString() { throw null; }
- public abstract TInterval Widen(TInterval that);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rational : System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MaxValue;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusOne;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinValue;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational One;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero;
- public long Down { get { throw null; } }
- public bool IsInfinity { get { throw null; } }
- public bool IsInt32 { get { throw null; } }
- public bool IsInteger { get { throw null; } }
- public bool IsMaxValue { get { throw null; } }
- public bool IsMinusInfinity { get { throw null; } }
- public bool IsMinValue { get { throw null; } }
- public bool IsPlusInfinity { get { throw null; } }
- public bool IsZero { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt32 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt64 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational PreviousInt32 { get { throw null; } }
- public int Sign { get { throw null; } }
- public long Up { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Abs(Mono.CodeContracts.Static.Analysis.Numerical.Rational a) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Rational other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long number) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long nominator, long denominator) { throw null; }
- public override int GetHashCode() { throw null; }
- public bool IsInRange(long min, long max) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Max(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Min(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator /(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator ==(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator double (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator int (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator long (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Analysis.Numerical.Rational (long l) { throw null; }
- public static bool operator !=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator *(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public override string ToString() { throw null; }
- public static bool TryAdd(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryDivide(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryMultiply(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TrySubtract(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryUnaryMinus(Mono.CodeContracts.Static.Analysis.Numerical.Rational value, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- }
- public partial class RationalThreshold : Mono.CodeContracts.Static.Analysis.Numerical.Threshold<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public RationalThreshold(int size) : base (default(int)) { }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero { get { throw null; } }
- protected override bool LessThan(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- }
- public abstract partial class Threshold<T>
- {
- protected int NextFree;
- protected readonly System.Collections.Generic.List<T> Values;
- protected Threshold(int size) { }
- public int Count { get { throw null; } }
- protected abstract T MinusInfinity { get; }
- protected abstract T PlusInfinity { get; }
- protected abstract T Zero { get; }
- public bool Add(T value) { throw null; }
- public int BinarySearch(T value, int low, int hi) { throw null; }
- public T GetNext(T value) { throw null; }
- public T GetPrevious(T value) { throw null; }
- protected abstract bool LessThan(T a, T b);
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures
-{
- public partial interface IImmutableIntMap<T>
- {
- T Any { get; }
- int Count { get; }
- T this[int key] { get; }
- System.Collections.Generic.IEnumerable<int> Keys { get; }
- System.Collections.Generic.IEnumerable<T> Values { get; }
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- bool Contains(int key);
- T Lookup(int key);
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- void Visit(System.Action<int, T> action);
- void Visit(System.Action<T> action);
- }
- public static partial class ImmutableIntMap<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Empty;
- }
- public static partial class SequenceExtensions
- {
- public static bool All<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static bool Any<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Append<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, Mono.CodeContracts.Static.DataStructures.Sequence<T> append) { throw null; }
- public static void Apply<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static System.Collections.Generic.IEnumerable<T> AsEnumerable<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Coerce<S, T>(this Mono.CodeContracts.Static.DataStructures.Sequence<S> list) where S : T { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> rest, T elem) { throw null; }
- public static void ForEach<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> seq, System.Action<T> action) { }
- public static bool IsEmpty<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static T Last<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static int Length<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Reverse<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<T, S>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Where<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> keep) { throw null; }
- }
- public partial class Sequence<T> : System.IEquatable<Mono.CodeContracts.Static.DataStructures.Sequence<T>>
- {
- internal Sequence() { }
- public static readonly Mono.CodeContracts.Static.DataStructures.Sequence<T> Empty;
- public T Head { get { throw null; } }
- public Mono.CodeContracts.Static.DataStructures.Sequence<T> Tail { get { throw null; } }
- public static void Apply(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons(T elem, Mono.CodeContracts.Static.DataStructures.Sequence<T> tail) { throw null; }
- public static bool Contains(Mono.CodeContracts.Static.DataStructures.Sequence<T> l, T o) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.DataStructures.Sequence<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(System.Collections.Generic.IEnumerable<T> elems) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(params T[] elems) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int LengthOf(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static System.Collections.Generic.IEnumerable<T> PrivateGetEnumerable(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<S>(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Singleton(T value) { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures.Patricia
-{
- public partial class BranchNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public readonly int BranchingBit;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Left;
- public readonly int Prefix;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Right;
- public BranchNode(int prefix, int branchingBit, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class EmptyNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.Patricia.EmptyNode<T> Instance;
- public EmptyNode() { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class LeafNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public LeafNode(int key, T value) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public T Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public abstract partial class PatriciaTrieNode<T> : Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T>
- {
- protected PatriciaTrieNode() { }
- public T Any { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public abstract int Count { get; }
- public T this[int key] { get { throw null; } }
- public abstract int Key { get; }
- public System.Collections.Generic.IEnumerable<int> Keys { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> Values { get { throw null; } }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- protected internal abstract void AppendToBuilder(System.Text.StringBuilder sb);
- public abstract bool Contains(int key);
- public void Dump(System.IO.TextWriter tw) { }
- protected internal abstract void Dump(System.IO.TextWriter tw, string prefix);
- protected internal abstract void FillKeysTo(System.Collections.Generic.List<int> list);
- protected internal abstract void FillValuesTo(System.Collections.Generic.List<T> list);
- protected static bool IsZeroBitAt(int key, int branchingBit) { throw null; }
- protected static Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Join(Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { throw null; }
- public abstract T Lookup(int key);
- protected static bool MatchPrefix(int key, int prefix, int maskBit) { throw null; }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- public override string ToString() { throw null; }
- public abstract void Visit(System.Action<int, T> action);
- public abstract void Visit(System.Action<T> action);
- }
-}
-namespace Mono.CodeContracts.Static.Lattices
-{
- public static partial class AbstractDomainExtensions
- {
- public static string BottomSymbolIfAny<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool IsNormal<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool TryTrivialJoin<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- public static bool TryTrivialLessEqual<T>(this T left, T right, out bool result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(bool); throw null; }
- public static bool TryTrivialMeet<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlatDomain<T> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<Mono.CodeContracts.Static.Lattices.FlatDomain<T>>, System.IEquatable<Mono.CodeContracts.Static.Lattices.FlatDomain<T>> where T : System.IEquatable<T>
- {
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> BottomValue;
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> TopValue;
- public readonly T Value;
- public FlatDomain(T value) { throw null;}
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Bottom { get { throw null; } }
- public bool IsBottom { get { throw null; } }
- public bool IsTop { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Top { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Clone() { throw null; }
- public void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> ImmutableVersion() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public bool LessEqual(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Meet(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Lattices.FlatDomain<T> (T value) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Widen(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- }
- public partial interface IAbstractDomain<T>
- {
- T Bottom { get; }
- bool IsBottom { get; }
- bool IsTop { get; }
- T Top { get; }
- T Clone();
- void Dump(System.IO.TextWriter tw);
- T ImmutableVersion();
- T Join(T that);
- T Join(T that, bool widen, out bool weaker);
- bool LessEqual(T that);
- T Meet(T that);
- T Widen(T that);
- }
-}
diff --git a/src/v4.5/Mono.CompilerServices.SymbolWriter.cs b/src/v4.5/Mono.CompilerServices.SymbolWriter.cs
deleted file mode 100644
index 6975a13..0000000
--- a/src/v4.5/Mono.CompilerServices.SymbolWriter.cs
+++ /dev/null
@@ -1,345 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- public partial class MonoSymbolWriter
- {
- protected readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile file;
- public MonoSymbolWriter(string filename) { }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile { get { throw null; } }
- public void CloseCompilerGeneratedBlock(int end_offset) { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int end_offset) { }
- public void DefineAnonymousScope(int id) { }
- public void DefineCapturedLocal(int scope_id, string name, string captured_name) { }
- public void DefineCapturedParameter(int scope_id, string name, string captured_name) { }
- public void DefineCapturedScope(int scope_id, int id, string captured_name) { }
- public void DefineCapturedThis(int scope_id, string captured_name) { }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry DefineCompilationUnit(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url, byte[] guid, byte[] checksum) { throw null; }
- public void DefineLocalVariable(int index, string name) { }
- public int DefineNamespace(string name, Mono.CompilerServices.SymbolWriter.CompileUnitEntry unit, string[] using_clauses, int parent) { throw null; }
- public void DefineScopeVariable(int scope, int index) { }
- public void EndIteratorBody(int end_offset) { }
- public void EndIteratorDispatcher(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void OpenCompilerGeneratedBlock(int start_offset) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder OpenMethod(Mono.CompilerServices.SymbolWriter.ICompileUnit file, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { throw null; }
- public int OpenScope(int start_offset) { throw null; }
- public void StartIteratorBody(int start_offset) { }
- public void StartIteratorDispatcher(int start_offset) { }
- public void WriteSymbolFile(System.Guid guid) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
- public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
- {
- public SymbolWriterImpl(System.Reflection.Emit.ModuleBuilder mb) { }
- public void Close() { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int endOffset) { }
- public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) { throw null; }
- public void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) { }
- public void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) { }
- public void Initialize(System.IntPtr emitter, string filename, bool fFullBuild) { }
- public void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method) { }
- public void OpenNamespace(string name) { }
- public int OpenScope(int startOffset) { throw null; }
- public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn) { }
- public void SetScopeRange(int scopeID, int startOffset, int endOffset) { }
- public void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data) { }
- public void SetUnderlyingWriter(System.IntPtr underlyingWriter) { }
- public void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod) { }
- public void UsingNamespace(string fullName) { }
- }
-}
diff --git a/src/v4.5/Mono.Data.Sqlite.cs b/src/v4.5/Mono.Data.Sqlite.cs
deleted file mode 100644
index fcbbd39..0000000
--- a/src/v4.5/Mono.Data.Sqlite.cs
+++ /dev/null
@@ -1,612 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("http://sqlite.phxsoftware.com")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Public Domain")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("ADO.NET 2.0 Data Provider for SQLite")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.61.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTitleAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
-[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1))]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Data.Sqlite
-{
- public enum CollationEncodingEnum
- {
- UTF16BE = 3,
- UTF16LE = 2,
- UTF8 = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CollationSequence
- {
- public Mono.Data.Sqlite.CollationEncodingEnum Encoding;
- public string Name;
- public Mono.Data.Sqlite.CollationTypeEnum Type;
- public int Compare(char[] c1, char[] c2) { throw null; }
- public int Compare(string s1, string s2) { throw null; }
- }
- public enum CollationTypeEnum
- {
- Binary = 1,
- Custom = 0,
- NoCase = 2,
- Reverse = 3,
- }
- public partial class CommitEventArgs : System.EventArgs
- {
- internal CommitEventArgs() { }
- public bool AbortTransaction;
- }
- public enum FunctionType
- {
- Aggregate = 1,
- Collation = 2,
- Scalar = 0,
- }
- [System.ComponentModel.DesignerAttribute("SQLite.Designer.SqliteCommandDesigner, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- [System.ComponentModel.ToolboxItemAttribute(true)]
- public sealed partial class SqliteCommand : System.Data.Common.DbCommand, System.ICloneable
- {
- public SqliteCommand() { }
- public SqliteCommand(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection, Mono.Data.Sqlite.SqliteTransaction transaction) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.SQL.Design.SqlCommandTextEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string CommandText { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(30)]
- public override int CommandTimeout { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override System.Data.CommandType CommandType { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DbConnectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } set { } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
- protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
- protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- [System.ComponentModel.DesignOnlyAttribute(true)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override bool DesignTimeVisible { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
- public new Mono.Data.Sqlite.SqliteParameterCollection Parameters { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public new Mono.Data.Sqlite.SqliteTransaction Transaction { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(0))]
- public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public override void Cancel() { }
- public object Clone() { throw null; }
- protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
- public new Mono.Data.Sqlite.SqliteParameter CreateParameter() { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
- public override int ExecuteNonQuery() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public override object ExecuteScalar() { throw null; }
- public override void Prepare() { }
- }
- public sealed partial class SqliteCommandBuilder : System.Data.Common.DbCommandBuilder
- {
- public SqliteCommandBuilder() { }
- public SqliteCommandBuilder(Mono.Data.Sqlite.SqliteDataAdapter adp) { }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string CatalogSeparator { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteDataAdapter DataAdapter { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute("[")]
- public override string QuotePrefix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string QuoteSuffix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string SchemaSeparator { get { throw null; } set { } }
- protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause) { }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
- protected override string GetParameterName(int parameterOrdinal) { throw null; }
- protected override string GetParameterName(string parameterName) { throw null; }
- protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
- protected override System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
- public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
- protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
- public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
- }
- public delegate void SQLiteCommitHandler(object sender, Mono.Data.Sqlite.CommitEventArgs e);
- public enum SQLiteConfig
- {
- MultiThread = 2,
- Serialized = 3,
- SingleThread = 1,
- }
- public sealed partial class SqliteConnection : System.Data.Common.DbConnection, System.ICloneable
- {
- public SqliteConnection() { }
- public SqliteConnection(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteConnection(string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("SQLite.Designer.SqliteConnectionStringEditor, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string ConnectionString { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string Database { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string DataSource { get { throw null; } }
- protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string ServerVersion { get { throw null; } }
- public static string SQLiteVersion { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override System.Data.ConnectionState State { get { throw null; } }
- public event Mono.Data.Sqlite.SQLiteCommitHandler Commit { add { } remove { } }
- public event System.EventHandler RollBack { add { } remove { } }
- public override event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public event Mono.Data.Sqlite.SQLiteUpdateEventHandler Update { add { } remove { } }
- protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction() { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(bool deferredLock) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, bool deferredLock) { throw null; }
- public override void ChangeDatabase(string databaseName) { }
- public void ChangePassword(byte[] newPassword) { }
- public void ChangePassword(string newPassword) { }
- public static void ClearAllPools() { }
- public static void ClearPool(Mono.Data.Sqlite.SqliteConnection connection) { }
- public object Clone() { throw null; }
- public override void Close() { }
- public new Mono.Data.Sqlite.SqliteCommand CreateCommand() { throw null; }
- protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
- public static void CreateFile(string databaseFileName) { }
- protected override void Dispose(bool disposing) { }
- public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
- public override System.Data.DataTable GetSchema() { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
- public override void Open() { }
- public static void SetConfig(Mono.Data.Sqlite.SQLiteConfig config) { }
- public void SetPassword(byte[] databasePassword) { }
- public void SetPassword(string databasePassword) { }
- }
- [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
- public sealed partial class SqliteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
- {
- public SqliteConnectionStringBuilder() { }
- public SqliteConnectionStringBuilder(string connectionString) { }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool BinaryGUID { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(2000)]
- [System.ComponentModel.DisplayNameAttribute("Cache Size")]
- public int CacheSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.DisplayNameAttribute("Data Source")]
- public string DataSource { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteDateFormats)(1))]
- public Mono.Data.Sqlite.SQLiteDateFormats DateTimeFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.Data.IsolationLevel)(1048576))]
- [System.ComponentModel.DisplayNameAttribute("Default Isolation Level")]
- public System.Data.IsolationLevel DefaultIsolationLevel { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(30)]
- [System.ComponentModel.DisplayNameAttribute("Default Timeout")]
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool Enlist { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool FailIfMissing { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteJournalModeEnum)(0))]
- [System.ComponentModel.DisplayNameAttribute("Journal Mode")]
- public Mono.Data.Sqlite.SQLiteJournalModeEnum JournalMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Legacy Format")]
- public bool LegacyFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(0)]
- [System.ComponentModel.DisplayNameAttribute("Max Page Count")]
- public int MaxPageCount { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(1024)]
- [System.ComponentModel.DisplayNameAttribute("Page Size")]
- public int PageSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.PasswordPropertyTextAttribute(true)]
- public string Password { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool Pooling { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Read Only")]
- public bool ReadOnly { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SynchronizationModes)(0))]
- [System.ComponentModel.DisplayNameAttribute("Synchronous")]
- public Mono.Data.Sqlite.SynchronizationModes SyncMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public string Uri { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool UseUTF16Encoding { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(3)]
- public int Version { get { throw null; } set { } }
- public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
- }
- public abstract partial class SqliteConvert
- {
- internal SqliteConvert() { }
- protected static readonly System.DateTime UnixEpoch;
- public static string[] Split(string source, char separator) { throw null; }
- public static bool ToBoolean(object source) { throw null; }
- public static bool ToBoolean(string source) { throw null; }
- public System.DateTime ToDateTime(double julianDay) { throw null; }
- public System.DateTime ToDateTime(string dateText) { throw null; }
- public double ToJulianDay(System.DateTime value) { throw null; }
- public string ToString(System.DateTime dateValue) { throw null; }
- public virtual string ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- public byte[] ToUTF8(System.DateTime dateTimeValue) { throw null; }
- public static byte[] ToUTF8(string sourceText) { throw null; }
- public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- }
- [System.ComponentModel.DefaultEventAttribute("RowUpdated")]
- [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.SqlDataAdapterDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- public sealed partial class SqliteDataAdapter : System.Data.Common.DbDataAdapter
- {
- public SqliteDataAdapter() { }
- public SqliteDataAdapter(Mono.Data.Sqlite.SqliteCommand cmd) { }
- public SqliteDataAdapter(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteDataAdapter(string commandText, string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand DeleteCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand InsertCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand SelectCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand UpdateCommand { get { throw null; } set { } }
- public event System.EventHandler<System.Data.Common.RowUpdatedEventArgs> RowUpdated { add { } remove { } }
- public event System.EventHandler<System.Data.Common.RowUpdatingEventArgs> RowUpdating { add { } remove { } }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class SqliteDataReader : System.Data.Common.DbDataReader
- {
- internal SqliteDataReader() { }
- public override int Depth { get { throw null; } }
- public override int FieldCount { get { throw null; } }
- public override bool HasRows { get { throw null; } }
- public override bool IsClosed { get { throw null; } }
- public override object this[int i] { get { throw null; } }
- public override object this[string name] { get { throw null; } }
- public override int RecordsAffected { get { throw null; } }
- public override int VisibleFieldCount { get { throw null; } }
- public override void Close() { }
- public override bool GetBoolean(int i) { throw null; }
- public override byte GetByte(int i) { throw null; }
- public override long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) { throw null; }
- public override char GetChar(int i) { throw null; }
- public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) { throw null; }
- public override string GetDataTypeName(int i) { throw null; }
- public override System.DateTime GetDateTime(int i) { throw null; }
- public override decimal GetDecimal(int i) { throw null; }
- public override double GetDouble(int i) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public override System.Type GetFieldType(int i) { throw null; }
- public override float GetFloat(int i) { throw null; }
- public override System.Guid GetGuid(int i) { throw null; }
- public override short GetInt16(int i) { throw null; }
- public override int GetInt32(int i) { throw null; }
- public override long GetInt64(int i) { throw null; }
- public override string GetName(int i) { throw null; }
- public override int GetOrdinal(string name) { throw null; }
- public override System.Data.DataTable GetSchemaTable() { throw null; }
- public override string GetString(int i) { throw null; }
- public override object GetValue(int i) { throw null; }
- public override int GetValues(object[] values) { throw null; }
- public override bool IsDBNull(int i) { throw null; }
- public override bool NextResult() { throw null; }
- public override bool Read() { throw null; }
- }
- public partial class SqliteDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator
- {
- public SqliteDataSourceEnumerator() { }
- public override System.Data.DataTable GetDataSources() { throw null; }
- }
- public enum SQLiteDateFormats
- {
- ISO8601 = 1,
- JulianDay = 2,
- Ticks = 0,
- UnixEpoch = 3,
- }
- public enum SQLiteErrorCode
- {
- Abort = 4,
- Auth = 23,
- Busy = 5,
- CantOpen = 14,
- Constraint = 19,
- Corrupt = 11,
- Done = 101,
- Empty = 16,
- Error = 1,
- Format = 24,
- Full = 13,
- Internal = 2,
- Interrupt = 9,
- IOErr = 10,
- Locked = 6,
- Mismatch = 20,
- Misuse = 21,
- NOLFS = 22,
- NoMem = 7,
- NotADatabase = 26,
- NotFound = 12,
- Ok = 0,
- Perm = 3,
- Protocol = 15,
- Range = 25,
- ReadOnly = 8,
- Row = 100,
- Schema = 17,
- TooBig = 18,
- }
- [System.SerializableAttribute]
- public sealed partial class SqliteException : System.Data.Common.DbException
- {
- public SqliteException() { }
- public SqliteException(int errorCode, string extendedInformation) { }
- public SqliteException(string message) { }
- public SqliteException(string message, System.Exception innerException) { }
- public new Mono.Data.Sqlite.SQLiteErrorCode ErrorCode { get { throw null; } }
- }
- public sealed partial class SqliteFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
- {
- public static readonly Mono.Data.Sqlite.SqliteFactory Instance;
- public SqliteFactory() { }
- public override System.Data.Common.DbCommand CreateCommand() { throw null; }
- public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
- public override System.Data.Common.DbConnection CreateConnection() { throw null; }
- public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
- public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
- public override System.Data.Common.DbParameter CreateParameter() { throw null; }
- object System.IServiceProvider.GetService(System.Type serviceType) { throw null; }
- }
- public abstract partial class SqliteFunction : System.IDisposable
- {
- protected SqliteFunction() { }
- public Mono.Data.Sqlite.SqliteConvert SqliteConvert { get { throw null; } }
- public virtual int Compare(string param1, string param2) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual object Final(object contextData) { throw null; }
- public virtual object Invoke(object[] args) { throw null; }
- public static void RegisterFunction(System.Type typ) { }
- public virtual void Step(object[] args, int stepNumber, ref object contextData) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=true)]
- public sealed partial class SqliteFunctionAttribute : System.Attribute
- {
- public SqliteFunctionAttribute() { }
- public int Arguments { get { throw null; } set { } }
- public Mono.Data.Sqlite.FunctionType FuncType { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class SqliteFunctionEx : Mono.Data.Sqlite.SqliteFunction
- {
- public SqliteFunctionEx() { }
- protected Mono.Data.Sqlite.CollationSequence GetCollationSequence() { throw null; }
- }
- public enum SQLiteJournalModeEnum
- {
- Delete = 0,
- Off = 2,
- Persist = 1,
- }
- public static partial class SqliteMetaDataCollectionNames
- {
- public static readonly string Catalogs;
- public static readonly string Columns;
- public static readonly string ForeignKeys;
- public static readonly string IndexColumns;
- public static readonly string Indexes;
- public static readonly string Tables;
- public static readonly string Triggers;
- public static readonly string ViewColumns;
- public static readonly string Views;
- }
- public sealed partial class SqliteParameter : System.Data.Common.DbParameter, System.ICloneable
- {
- public SqliteParameter() { }
- public SqliteParameter(System.Data.DbType dbType) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(System.Data.DbType dbType, object value) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, object value) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, bool sourceColumnNullMapping, object value) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, object value) { }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
- public override System.Data.DbType DbType { get { throw null; } set { } }
- public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public override bool IsNullable { get { throw null; } set { } }
- public override string ParameterName { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(0)]
- public override int Size { get { throw null; } set { } }
- public override string SourceColumn { get { throw null; } set { } }
- public override bool SourceColumnNullMapping { get { throw null; } set { } }
- public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
- public override object Value { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override void ResetDbType() { }
- }
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ListBindableAttribute(false)]
- public sealed partial class SqliteParameterCollection : System.Data.Common.DbParameterCollection
- {
- internal SqliteParameterCollection() { }
- public override int Count { get { throw null; } }
- public override bool IsFixedSize { get { throw null; } }
- public override bool IsReadOnly { get { throw null; } }
- public override bool IsSynchronized { get { throw null; } }
- public new Mono.Data.Sqlite.SqliteParameter this[int index] { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteParameter this[string parameterName] { get { throw null; } set { } }
- public override object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Sqlite.SqliteParameter parameter) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override int Add(object value) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { throw null; }
- public void AddRange(Mono.Data.Sqlite.SqliteParameter[] values) { }
- public override void AddRange(System.Array values) { }
- public Mono.Data.Sqlite.SqliteParameter AddWithValue(string parameterName, object value) { throw null; }
- public override void Clear() { }
- public override bool Contains(object value) { throw null; }
- public override bool Contains(string parameterName) { throw null; }
- public override void CopyTo(System.Array array, int index) { }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
- public override int IndexOf(object value) { throw null; }
- public override int IndexOf(string parameterName) { throw null; }
- public override void Insert(int index, object value) { }
- public override void Remove(object value) { }
- public override void RemoveAt(int index) { }
- public override void RemoveAt(string parameterName) { }
- protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
- protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
- }
- public sealed partial class SqliteTransaction : System.Data.Common.DbTransaction
- {
- internal SqliteTransaction() { }
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
- public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public override void Commit() { }
- protected override void Dispose(bool disposing) { }
- public override void Rollback() { }
- }
- public delegate void SQLiteUpdateEventHandler(object sender, Mono.Data.Sqlite.UpdateEventArgs e);
- public enum SynchronizationModes
- {
- Full = 1,
- Normal = 0,
- Off = 2,
- }
- public enum TypeAffinity
- {
- Blob = 4,
- DateTime = 10,
- Double = 2,
- Int64 = 1,
- None = 11,
- Null = 5,
- Text = 3,
- Uninitialized = 0,
- }
- public partial class UpdateEventArgs : System.EventArgs
- {
- internal UpdateEventArgs() { }
- public readonly string Database;
- public readonly Mono.Data.Sqlite.UpdateEventType Event;
- public readonly long RowId;
- public readonly string Table;
- }
- public enum UpdateEventType
- {
- Delete = 9,
- Insert = 18,
- Update = 23,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.5/Mono.Data.Tds.cs b/src/v4.5/Mono.Data.Tds.cs
deleted file mode 100644
index 44f1aa5..0000000
--- a/src/v4.5/Mono.Data.Tds.cs
+++ /dev/null
@@ -1,591 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Data.Tds
-{
- public delegate object FrameworkValueGetter(object rawValue, ref bool updated);
- public partial class TdsMetaParameter
- {
- public const int maxNVarCharCharacters = 1073741823;
- public const int maxVarCharCharacters = 2147483647;
- public TdsMetaParameter(string name, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, object value) { }
- public TdsMetaParameter(string name, object value) { }
- public TdsMetaParameter(string name, string typeName, object value) { }
- public Mono.Data.Tds.TdsParameterDirection Direction { get { throw null; } set { } }
- public bool IsAnyVarCharMax { get { throw null; } }
- public bool IsDateTimeType { get { throw null; } }
- public bool IsDecimalType { get { throw null; } }
- public bool IsMoneyType { get { throw null; } }
- public bool IsNonUnicodeText { get { throw null; } }
- public bool IsNullable { get { throw null; } set { } }
- public bool IsTextType { get { throw null; } }
- public bool IsVarCharMax { get { throw null; } }
- public bool IsVariableSizeType { get { throw null; } set { } }
- public bool IsVarNVarCharMax { get { throw null; } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public object RawValue { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string TypeName { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- public void CalculateIsVariableType() { }
- public void Validate(int index) { }
- }
- public partial class TdsMetaParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable
- {
- public TdsMetaParameterCollection() { }
- public int Count { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[int index] { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[string name] { get { throw null; } }
- public object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void Clear() { }
- public bool Contains(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public int IndexOf(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public int IndexOf(string name) { throw null; }
- public void Insert(int index, Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(string name) { }
- public void RemoveAt(int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- [System.SerializableAttribute]
- public enum TdsParameterDirection
- {
- Input = 0,
- InputOutput = 2,
- Output = 1,
- ReturnValue = 3,
- }
-}
-namespace Mono.Data.Tds.Protocol
-{
- public abstract partial class Tds
- {
- protected internal Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParms;
- protected Mono.Data.Tds.Protocol.TdsInternalErrorCollection messages;
- protected readonly byte[] NTLMSSP_ID;
- public Tds(string dataSource, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- public Tds(string dataSource, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- protected string Charset { get { throw null; } }
- public byte[] Collation { get { throw null; } }
- protected System.Collections.ArrayList ColumnNames { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumnCollection Columns { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataRow ColumnValues { get { throw null; } }
- public string Database { get { throw null; } }
- public string DataSource { get { throw null; } }
- public bool DoneProc { get { throw null; } }
- public virtual bool IsConnected { get { throw null; } set { } }
- protected string Language { get { throw null; } }
- protected System.Globalization.CultureInfo Locale { get { throw null; } }
- public bool MoreResults { get { throw null; } set { } }
- public System.Collections.ArrayList OutputParameters { get { throw null; } set { } }
- public int PacketSize { get { throw null; } }
- protected Mono.Data.Tds.TdsMetaParameterCollection Parameters { get { throw null; } set { } }
- public bool Pooling { get { throw null; } set { } }
- public int RecordsAffected { get { throw null; } set { } }
- public bool SequentialAccess { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.TdsVersion ServerTdsVersion { get { throw null; } }
- public string ServerVersion { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsVersion TdsVersion { get { throw null; } }
- public event Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventHandler TdsErrorMessage { add { } remove { } }
- public event Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventHandler TdsInfoMessage { add { } remove { } }
- public virtual System.IAsyncResult BeginExecuteNonQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected System.IAsyncResult BeginExecuteQueryInternal(string sql, bool wantResults, System.AsyncCallback callback, object state) { throw null; }
- public void Cancel() { }
- public void CheckAndThrowException(System.IAsyncResult ar) { }
- [System.MonoTODOAttribute("Is cancel enough, or do we need to drop the connection?")]
- protected void CheckForData(int timeout) { }
- public abstract bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters);
- protected Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs CreateTdsErrorMessageEvent(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- protected Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs CreateTdsInfoMessageEvent(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { throw null; }
- public static Mono.Data.Tds.Protocol.TdsTimeoutException CreateTimeoutException(string dataSource, string method) { throw null; }
- public virtual void Disconnect() { }
- public virtual void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public virtual void EndExecuteProcedure(System.IAsyncResult ar) { }
- public virtual void EndExecuteQuery(System.IAsyncResult ar) { }
- protected void EndExecuteQueryInternal(System.IAsyncResult ar) { }
- public virtual void ExecPrepared(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void ExecProc(string sql) { }
- public virtual void ExecProc(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected virtual void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void Execute(string sql) { }
- public virtual void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecuteQuery(string sql, int timeout, bool wantResults) { }
- protected object GetColumnValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool outParam) { throw null; }
- public static string GetPlainPassword(System.Security.SecureString secPass) { throw null; }
- public object GetSequentialColumnValue(int colIndex) { throw null; }
- public long GetSequentialColumnValue(int colIndex, long fieldIndex, byte[] buffer, int bufferIndex, int size) { throw null; }
- protected object GetStringValue(bool wideChars, int len, System.Text.Encoding enc) { throw null; }
- protected object GetStringValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool wideChars, bool outputParam, System.Text.Encoding encoder) { throw null; }
- protected int GetSubPacketLength() { throw null; }
- protected virtual void InitComm(int port, int timeout) { }
- protected internal void InitExec() { }
- protected virtual bool IsValidRowCount(byte status, byte op) { throw null; }
- protected bool IsWideType(Mono.Data.Tds.Protocol.TdsColumnType columnType) { throw null; }
- protected void LoadRow() { }
- public bool NextResult() { throw null; }
- public bool NextRow() { throw null; }
- protected void OnBeginExecuteQueryCallback(System.IAsyncResult ar) { }
- protected void OnTdsErrorMessage(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e) { }
- protected void OnTdsInfoMessage(Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e) { }
- public virtual string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected internal int ProcessAuthentication() { throw null; }
- protected void ProcessColumnDetail() { }
- protected abstract void ProcessColumnInfo();
- protected void ProcessColumnNames() { }
- protected void ProcessDynamic() { }
- [System.MonoTODOAttribute("Make sure counting works right, especially with multiple resultsets.")]
- protected void ProcessEndToken(Mono.Data.Tds.Protocol.TdsPacketSubType type) { }
- protected void ProcessEnvironmentChange() { }
- protected void ProcessLoginAck() { }
- protected void ProcessMessage(Mono.Data.Tds.Protocol.TdsPacketSubType subType) { }
- protected virtual void ProcessOutputParam() { }
- protected virtual void ProcessReturnStatus() { }
- protected virtual Mono.Data.Tds.Protocol.TdsPacketSubType ProcessSubPacket() { throw null; }
- protected void ProcessTableName() { }
- public virtual bool Reset() { throw null; }
- protected void SetCharset(string charset) { }
- protected void SetCharset(System.Text.Encoding encoder) { }
- protected void SetLanguage(string language) { }
- public void SkipToEnd() { }
- public virtual void Unprepare(string statementId) { }
- public void WaitFor(System.IAsyncResult ar) { }
- }
- public sealed partial class Tds42 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds42(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds42(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- }
- [System.MonoTODOAttribute("FIXME: Can packetsize be anything other than 512?")]
- public sealed partial class Tds50 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds50(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds50(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string id, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds70 : Mono.Data.Tds.Protocol.Tds
- {
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int lifetime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- protected virtual byte[] ClientVersion { get { throw null; } }
- protected virtual byte Precision { get { throw null; } }
- public override System.IAsyncResult BeginExecuteNonQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public override void EndExecuteProcedure(System.IAsyncResult ar) { }
- public override void EndExecuteQuery(System.IAsyncResult ar) { }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessReturnStatus() { }
- public override bool Reset() { throw null; }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds80 : Mono.Data.Tds.Protocol.Tds70
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int lifetime) : base (default(string), default(int)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port, int packetSize, int timeout) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int)) { }
- protected override byte[] ClientVersion { get { throw null; } }
- protected override byte Precision { get { throw null; } }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessOutputParam() { }
- }
- public partial class TdsBigDecimal
- {
- public TdsBigDecimal(byte precision, byte scale, bool isNegative, int[] data) { }
- public int[] Data { get { throw null; } }
- public bool IsNegative { get { throw null; } }
- public byte Precision { get { throw null; } }
- public byte Scale { get { throw null; } }
- }
- public partial class TdsBulkCopy
- {
- public TdsBulkCopy(Mono.Data.Tds.Protocol.Tds tds) { }
- public bool BulkCopyData(object o, bool isNewRow, int size, Mono.Data.Tds.TdsMetaParameter parameter) { throw null; }
- public bool BulkCopyEnd() { throw null; }
- public bool BulkCopyStart(Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- public bool SendColumnMetaData(string colMetaData) { throw null; }
- }
- public enum TdsColumnStatus
- {
- Hidden = 16,
- IsExpression = 4,
- IsKey = 8,
- Rename = 32,
- }
- public enum TdsColumnType
- {
- BigBinary = 173,
- BigChar = 175,
- BigInt = 127,
- BigNVarChar = 231,
- BigVarBinary = 165,
- BigVarChar = 167,
- Binary = 45,
- Bit = 50,
- BitN = 104,
- Char = 47,
- DateTime = 61,
- DateTime2 = 42,
- DateTime4 = 58,
- DateTimeN = 111,
- DateTimeOffset = 43,
- Decimal = 106,
- Float8 = 62,
- FloatN = 109,
- Image = 34,
- Int1 = 48,
- Int2 = 52,
- Int4 = 56,
- IntN = 38,
- Money = 60,
- Money4 = 112,
- MoneyN = 110,
- NChar = 239,
- NText = 99,
- Numeric = 108,
- NVarChar = 103,
- Real = 59,
- SmallMoney = 122,
- Text = 35,
- UniqueIdentifier = 36,
- VarBinary = 37,
- VarChar = 39,
- Variant = 98,
- Void = 31,
- }
- public partial class TdsConnectionInfo
- {
- public string DataSource;
- public int LifeTime;
- public int PacketSize;
- public int PoolMaxSize;
- public int PoolMinSize;
- public int Port;
- public int Timeout;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize) { }
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize, int lifeTime) { }
- public override string ToString() { throw null; }
- }
- public partial class TdsConnectionParameters
- {
- public string ApplicationName;
- public string AttachDBFileName;
- public string Charset;
- public string Database;
- public string DefaultDomain;
- public bool DomainLogin;
- public string Hostname;
- public string Language;
- public string LibraryName;
- public System.Security.SecureString Password;
- public bool PasswordSet;
- public string ProgName;
- public string User;
- public TdsConnectionParameters() { }
- public void Reset() { }
- }
- public partial class TdsConnectionPool
- {
- public TdsConnectionPool(Mono.Data.Tds.Protocol.TdsConnectionPoolManager manager, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { }
- public bool Pooling { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.Tds GetConnection() { throw null; }
- public void ReleaseConnection(Mono.Data.Tds.Protocol.Tds connection) { }
- public void ResetConnectionPool() { }
- }
- public partial class TdsConnectionPoolManager
- {
- public TdsConnectionPoolManager(Mono.Data.Tds.Protocol.TdsVersion version) { }
- public virtual Mono.Data.Tds.Protocol.Tds CreateConnection(Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- public System.Collections.IDictionary GetConnectionPool() { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString) { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- }
- public partial class TdsDataColumn
- {
- public TdsDataColumn() { }
- public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsRowVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object this[string key] { get { throw null; } set { } }
- public System.Nullable<int> LCID { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> SortOrder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class TdsDataColumnCollection : System.Collections.IEnumerable
- {
- public TdsDataColumnCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumn this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsDataColumn schema) { throw null; }
- public void Add(Mono.Data.Tds.Protocol.TdsDataColumnCollection columns) { }
- public void Clear() { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- }
- public partial class TdsDataRow : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public TdsDataRow() { }
- public int BigDecimalIndex { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public object this[int index] { get { throw null; } set { } }
- public object SyncRoot { get { throw null; } }
- public int Add(object value) { throw null; }
- public void Clear() { }
- public bool Contains(object value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public void CopyTo(int index, System.Array array, int arrayIndex, int count) { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public int IndexOf(object value) { throw null; }
- public void Insert(int index, object value) { }
- public void Remove(object value) { }
- public void RemoveAt(int index) { }
- }
- public enum TdsEnvPacketSubType
- {
- BlockSize = 4,
- CharSet = 3,
- CollationInfo = 7,
- Database = 1,
- Locale = 5,
- }
- public sealed partial class TdsInternalError
- {
- public TdsInternalError(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { }
- public byte Class { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public string Message { get { throw null; } set { } }
- public int Number { get { throw null; } set { } }
- public string Procedure { get { throw null; } set { } }
- public string Server { get { throw null; } set { } }
- public string Source { get { throw null; } set { } }
- public byte State { get { throw null; } set { } }
- }
- public sealed partial class TdsInternalErrorCollection : System.Collections.IEnumerable
- {
- public TdsInternalErrorCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalError this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsInternalError error) { throw null; }
- public void Clear() { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public sealed partial class TdsInternalErrorMessageEventArgs : Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs
- {
- public TdsInternalErrorMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) : base (default(Mono.Data.Tds.Protocol.TdsInternalErrorCollection)) { }
- }
- public delegate void TdsInternalErrorMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e);
- public partial class TdsInternalException : System.SystemException
- {
- internal TdsInternalException() { }
- public byte Class { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public override string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public override string Source { get { throw null; } }
- public byte State { get { throw null; } }
- [System.MonoTODOAttribute]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class TdsInternalInfoMessageEventArgs : System.EventArgs
- {
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) { }
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { }
- public byte Class { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalErrorCollection Errors { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public string Source { get { throw null; } }
- public byte State { get { throw null; } }
- public int Add(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- }
- public delegate void TdsInternalInfoMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e);
- public enum TdsPacketSubType
- {
- AltFormat = 168,
- AltName = 167,
- Authentication = 237,
- Capability = 226,
- ColumnDetail = 165,
- ColumnInfo = 161,
- ColumnMetadata = 129,
- ColumnName = 160,
- ColumnOrder = 169,
- Control = 174,
- Done = 253,
- DoneInProc = 255,
- DoneProc = 254,
- Dynamic = 231,
- Dynamic2 = 163,
- EED = 229,
- EnvironmentChange = 227,
- Error = 170,
- Info = 171,
- LoginAck = 173,
- Param = 172,
- Parameters = 215,
- ParamFormat = 236,
- ProcId = 124,
- ReturnStatus = 121,
- Row = 209,
- RowFormat = 238,
- TableName = 164,
- }
- public enum TdsPacketType
- {
- Bulk = 7,
- Cancel = 6,
- DBRPC = 230,
- Logoff = 113,
- Logon = 2,
- Logon70 = 16,
- None = 0,
- Normal = 15,
- Proc = 3,
- Query = 1,
- Reply = 4,
- RPC = 3,
- SspAuth = 17,
- }
- public enum TdsRpcProcId
- {
- Cursor = 1,
- CursorClose = 9,
- CursorExecute = 4,
- CursorFetch = 7,
- CursorOpen = 2,
- CursorOption = 8,
- CursorPrepare = 3,
- CursorPrepExec = 5,
- CursorUnprepare = 6,
- Execute = 12,
- ExecuteSql = 10,
- Prepare = 11,
- PrepExec = 13,
- PrepExecRpc = 14,
- Unprepare = 15,
- }
- public partial class TdsTimeoutException : Mono.Data.Tds.Protocol.TdsInternalException
- {
- internal TdsTimeoutException() { }
- }
- public enum TdsVersion
- {
- tds100 = 100,
- tds42 = 42,
- tds50 = 50,
- tds70 = 70,
- tds80 = 80,
- tds81 = 81,
- tds90 = 90,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.5/Mono.Debugger.Soft.cs b/src/v4.5/Mono.Debugger.Soft.cs
deleted file mode 100644
index 806be89..0000000
--- a/src/v4.5/Mono.Debugger.Soft.cs
+++ /dev/null
@@ -1,879 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono Soft Debugger API library")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Debugger.Soft.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Debugger.Soft
-{
- public partial class AbsentInformationException : System.Exception
- {
- public AbsentInformationException() { }
- }
- public partial class AppDomainCreateEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainCreateEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class AppDomainMirror : Mono.Debugger.Soft.Mirror
- {
- internal AppDomainMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Corlib { get { throw null; } }
- public string FriendlyName { get { throw null; } }
- public Mono.Debugger.Soft.ObjectMirror CreateBoxedValue(Mono.Debugger.Soft.Value value) { throw null; }
- public Mono.Debugger.Soft.StringMirror CreateString(string s) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror[] GetAssemblies() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetCorrespondingType(System.Type t) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror GetEntryAssembly() { throw null; }
- }
- public partial class AppDomainUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainUnloadEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class ArrayMirror : Mono.Debugger.Soft.ObjectMirror, System.Collections.IEnumerable
- {
- internal ArrayMirror() { }
- public int[] lengths;
- public int[] lower_bounds;
- public int rank;
- public Mono.Debugger.Soft.Value this[int index] { get { throw null; } set { } }
- public int Length { get { throw null; } }
- public int Rank { get { throw null; } }
- public int GetLength(int dimension) { throw null; }
- public int GetLowerBound(int dimension) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Value> GetValues(int index, int length) { throw null; }
- public void SetValues(int index, Mono.Debugger.Soft.Value[] values) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class AssemblyLoadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyLoadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public sealed partial class AssemblyLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal AssemblyLoadEventRequest() { }
- }
- public partial class AssemblyMirror : Mono.Debugger.Soft.Mirror
- {
- internal AssemblyMirror() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
- public string Location { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
- public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
- public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
- public virtual System.Reflection.AssemblyName GetName() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError, bool ignoreCase) { throw null; }
- }
- public partial class AssemblyUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyUnloadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public partial class BreakpointEvent : Mono.Debugger.Soft.Event
- {
- internal BreakpointEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class BreakpointEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal BreakpointEventRequest() { }
- public override void Enable() { }
- }
- public partial class CommandException : System.Exception
- {
- internal CommandException() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Connection
- {
- protected Connection() { }
- public void ForceDisconnect() { }
- public void StartBuffering() { }
- public void StopBuffering() { }
- protected abstract void TransportClose();
- protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
- protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
- protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
- public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
- }
- public sealed partial class CustomAttributeDataMirror
- {
- internal CustomAttributeDataMirror() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public Mono.Debugger.Soft.MethodMirror Constructor { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror> ConstructorArguments { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeNamedArgumentMirror> NamedArguments { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgumentMirror
- {
- public Mono.Debugger.Soft.FieldInfoMirror Field { get { throw null; } }
- public Mono.Debugger.Soft.PropertyInfoMirror Property { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror TypedValue { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeTypedArgumentMirror
- {
- public System.Type ArgumentType { get { throw null; } }
- public object Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EnumMirror : Mono.Debugger.Soft.StructMirror
- {
- internal EnumMirror() { }
- public string StringValue { get { throw null; } }
- public object Value { get { throw null; } set { } }
- }
- public enum ErrorCode
- {
- ABSENT_INFORMATION = 105,
- ERR_NO_INVOCATION = 104,
- ERR_UNLOADED = 103,
- INVALID_ARGUMENT = 102,
- INVALID_FIELDID = 25,
- INVALID_FRAMEID = 30,
- INVALID_OBJECT = 20,
- INVOKE_ABORTED = 107,
- NONE = 0,
- NOT_IMPLEMENTED = 100,
- NOT_SUSPENDED = 101,
- NO_SEQ_POINT_AT_IL_OFFSET = 106,
- }
- public partial class ErrorHandlerEventArgs : System.EventArgs
- {
- public ErrorHandlerEventArgs() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Event
- {
- internal Event() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.EventRequest Request { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class EventRequest
- {
- internal EventRequest() { }
- protected System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> assembly_filter;
- protected int count;
- protected bool enabled;
- protected Mono.Debugger.Soft.EventType etype;
- protected int id;
- protected Mono.Debugger.Soft.SuspendPolicy suspend;
- protected Mono.Debugger.Soft.ThreadMirror thread;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> AssemblyFilter { get { throw null; } set { } }
- public int Count { get { throw null; } set { } }
- public bool Enabled { get { throw null; } set { } }
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } set { } }
- protected void CheckDisabled() { }
- protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
- public void Disable() { }
- public virtual void Enable() { }
- protected void SetEnabled(int id) { }
- }
- public partial class EventSet
- {
- internal EventSet() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.Event[] Events { get { throw null; } }
- public Mono.Debugger.Soft.Event this[int index] { get { throw null; } }
- public Mono.Debugger.Soft.SuspendPolicy SuspendPolicy { get { throw null; } }
- }
- public enum EventType
- {
- AppDomainCreate = 4,
- AppDomainUnload = 5,
- AssemblyLoad = 8,
- AssemblyUnload = 9,
- Breakpoint = 10,
- Exception = 13,
- KeepAlive = 14,
- MethodEntry = 6,
- MethodExit = 7,
- Step = 11,
- ThreadDeath = 3,
- ThreadStart = 2,
- TypeLoad = 12,
- UserBreak = 15,
- UserLog = 16,
- VMDeath = 1,
- VMDisconnect = 99,
- VMStart = 0,
- }
- public partial class ExceptionEvent : Mono.Debugger.Soft.Event
- {
- internal ExceptionEvent() { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- public sealed partial class ExceptionEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal ExceptionEventRequest() { }
- public Mono.Debugger.Soft.TypeMirror ExceptionType { get { throw null; } }
- public bool IncludeSubclasses { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class FieldInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public FieldInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.TypeMirror type, System.Reflection.FieldAttributes attrs) { }
- public FieldInfoMirror(Mono.Debugger.Soft.VirtualMachine vm, long id) { }
- public System.Reflection.FieldAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror FieldType { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsInitOnly { get { throw null; } }
- public bool IsLiteral { get { throw null; } }
- public bool IsNotSerialized { get { throw null; } }
- public bool IsPinvokeImpl { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.Cecil.FieldDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- }
- public partial interface IInvokeAsyncResult : System.IAsyncResult
- {
- void Abort();
- }
- public partial class ILExceptionHandler
- {
- internal ILExceptionHandler() { }
- public Mono.Debugger.Soft.TypeMirror CatchType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int FilterOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Debugger.Soft.ILExceptionHandlerType HandlerType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public enum ILExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public partial class ILInstruction
- {
- internal ILInstruction() { }
- public Mono.Debugger.Soft.ILInstruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } }
- public object Operand { get { throw null; } set { } }
- public Mono.Debugger.Soft.ILInstruction Previous { get { throw null; } set { } }
- }
- public partial interface IMirror
- {
- Mono.Debugger.Soft.VirtualMachine VirtualMachine { get; }
- }
- public partial class InterfaceMappingMirror : Mono.Debugger.Soft.Mirror
- {
- internal InterfaceMappingMirror() { }
- public Mono.Debugger.Soft.MethodMirror[] InterfaceMethods;
- public Mono.Debugger.Soft.TypeMirror InterfaceType;
- public Mono.Debugger.Soft.MethodMirror[] TargetMethods;
- public Mono.Debugger.Soft.TypeMirror TargetType;
- }
- public partial class InvalidStackFrameException : System.Exception
- {
- public InvalidStackFrameException() { }
- }
- public partial class InvocationException : System.Exception
- {
- public InvocationException(Mono.Debugger.Soft.ObjectMirror exception) { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum InvokeOptions
- {
- DisableBreakpoints = 1,
- None = 0,
- ReturnOutArgs = 8,
- ReturnOutThis = 4,
- SingleThreaded = 2,
- Virtual = 16,
- }
- public partial class InvokeResult
- {
- public InvokeResult() { }
- public Mono.Debugger.Soft.Value[] OutArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value OutThis { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value Result { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial interface ITargetProcess
- {
- bool HasExited { get; }
- int Id { get; }
- string ProcessName { get; }
- System.IO.StreamReader StandardError { get; }
- System.IO.StreamReader StandardOutput { get; }
- event System.EventHandler Exited;
- void Kill();
- }
- public partial class LaunchOptions
- {
- public LaunchOptions() { }
- public string AgentArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.ProcessLauncher CustomProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.TargetProcessLauncher CustomTargetProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Valgrind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public delegate System.Diagnostics.Process ProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- public delegate Mono.Debugger.Soft.ITargetProcess TargetProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- }
- public partial class LocalScope : Mono.Debugger.Soft.Mirror
- {
- internal LocalScope() { }
- public int LiveRangeEnd { get { throw null; } }
- public int LiveRangeStart { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public partial class LocalVariable : Mono.Debugger.Soft.Mirror
- {
- internal LocalVariable() { }
- public int Index { get { throw null; } }
- public bool IsArg { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public partial class Location : Mono.Debugger.Soft.Mirror
- {
- internal Location() { }
- public int ColumnNumber { get { throw null; } }
- public int EndColumnNumber { get { throw null; } }
- public int EndLineNumber { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public byte[] SourceFileHash { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class MethodBodyMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodBodyMirror() { }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILExceptionHandler> ExceptionHandlers { get { throw null; } }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILInstruction> Instructions { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public byte[] GetILAsByteArray() { throw null; }
- }
- public partial class MethodEntryEvent : Mono.Debugger.Soft.Event
- {
- internal MethodEntryEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodEntryEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodEntryEventRequest() { }
- }
- public partial class MethodExitEvent : Mono.Debugger.Soft.Event
- {
- internal MethodExitEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodExitEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodExitEventRequest() { }
- }
- public partial class MethodMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodMirror() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public string FullName { get { throw null; } }
- public System.Collections.Generic.IList<int> ILOffsets { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsFinal { get { throw null; } }
- public bool IsGenericMethod { get { throw null; } }
- public bool IsGenericMethodDefinition { get { throw null; } }
- public bool IsHideBySig { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public System.Collections.Generic.IList<int> LineNumbers { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Location> Locations { get { throw null; } }
- public Mono.Cecil.MethodDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.ParameterInfoMirror ReturnParameter { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ReturnType { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public Mono.Debugger.Soft.Value Evaluate(Mono.Debugger.Soft.Value this_val, Mono.Debugger.Soft.Value[] args) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGenericMethodDefinition() { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetLocal(string name) { throw null; }
- public Mono.Debugger.Soft.LocalVariable[] GetLocals() { throw null; }
- public Mono.Debugger.Soft.MethodBodyMirror GetMethodBody() { throw null; }
- public System.Reflection.MethodImplAttributes GetMethodImplementationFlags() { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetParameters() { throw null; }
- public Mono.Debugger.Soft.LocalScope[] GetScopes() { throw null; }
- public Mono.Debugger.Soft.Location LocationAtILOffset(int il_offset) { throw null; }
- public Mono.Debugger.Soft.MethodMirror MakeGenericMethod(Mono.Debugger.Soft.TypeMirror[] args) { throw null; }
- }
- public abstract partial class Mirror : Mono.Debugger.Soft.IMirror
- {
- internal Mirror() { }
- protected long id;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.VirtualMachine VirtualMachine { get { throw null; } }
- protected void CheckMirror(Mono.Debugger.Soft.Mirror m) { }
- protected void SetVirtualMachine(Mono.Debugger.Soft.VirtualMachine vm) { }
- }
- public partial class ModuleMirror : Mono.Debugger.Soft.Mirror
- {
- internal ModuleMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public System.Guid ModuleVersionId { get { throw null; } }
- public string Name { get { throw null; } }
- public string ScopeName { get { throw null; } }
- }
- public partial class ObjectCollectedException : System.Exception
- {
- public ObjectCollectedException() { }
- }
- public partial class ObjectMirror : Mono.Debugger.Soft.Value
- {
- internal ObjectMirror() { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public bool IsCollected { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public System.IAsyncResult BeginInvokeMultiple(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror[] methods, System.Collections.Generic.IList<System.Collections.Generic.IList<Mono.Debugger.Soft.Value>> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public void EndInvokeMultiple(System.IAsyncResult asyncResult) { }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class ParameterInfoMirror : Mono.Debugger.Soft.Mirror
- {
- internal ParameterInfoMirror() { }
- public System.Reflection.ParameterAttributes Attributes { get { throw null; } }
- public bool IsRetval { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ParameterType { get { throw null; } }
- public int Position { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class PointerValue : Mono.Debugger.Soft.Value
- {
- public PointerValue(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.TypeMirror type, long addr) { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PrimitiveValue : Mono.Debugger.Soft.Value
- {
- public PrimitiveValue(Mono.Debugger.Soft.VirtualMachine vm, object value) { }
- public object Value { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PropertyInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public PropertyInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.MethodMirror get_method, Mono.Debugger.Soft.MethodMirror set_method, System.Reflection.PropertyAttributes attrs) { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public Mono.Cecil.PropertyDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror PropertyType { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod(bool nonPublic) { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetIndexParameters() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod(bool nonPublic) { throw null; }
- }
- public partial class StackFrame : Mono.Debugger.Soft.Mirror
- {
- internal StackFrame() { }
- public int ColumnNumber { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public string FileName { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public bool IsDebuggerInvoke { get { throw null; } }
- public bool IsNativeTransition { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.Location Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public Mono.Debugger.Soft.Value GetArgument(int pos) { throw null; }
- public Mono.Debugger.Soft.Value GetThis() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.LocalVariable var) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.ParameterInfoMirror param) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(Mono.Debugger.Soft.LocalVariable[] vars) { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetVisibleVariableByName(string name) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.LocalVariable> GetVisibleVariables() { throw null; }
- public void SetThis(Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.LocalVariable var, Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.ParameterInfoMirror param, Mono.Debugger.Soft.Value value) { }
- }
- public enum StepDepth
- {
- Into = 0,
- Out = 2,
- Over = 1,
- }
- public partial class StepEvent : Mono.Debugger.Soft.Event
- {
- internal StepEvent() { }
- public long Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class StepEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal StepEventRequest() { }
- public Mono.Debugger.Soft.StepDepth Depth { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepFilter Filter { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepSize Size { get { throw null; } set { } }
- public new Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override void Enable() { }
- }
- [System.FlagsAttribute]
- public enum StepFilter
- {
- DebuggerHidden = 2,
- DebuggerNonUserCode = 8,
- DebuggerStepThrough = 4,
- None = 0,
- StaticCtor = 1,
- }
- public enum StepSize
- {
- Line = 1,
- Min = 0,
- }
- public partial class StringMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal StringMirror() { }
- public int Length { get { throw null; } }
- public string Value { get { throw null; } }
- public char[] GetChars(int index, int length) { throw null; }
- }
- public partial class StructMirror : Mono.Debugger.Soft.Value
- {
- internal StructMirror() { }
- public Mono.Debugger.Soft.Value[] Fields { get { throw null; } }
- public Mono.Debugger.Soft.Value this[string field] { get { throw null; } set { } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- }
- public enum SuspendPolicy
- {
- All = 2,
- EventThread = 1,
- None = 0,
- }
- public partial class ThreadDeathEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadDeathEvent() { }
- }
- public partial class ThreadMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal ThreadMirror() { }
- public long Id { get { throw null; } }
- public bool IsThreadPoolThread { get { throw null; } }
- public string Name { get { throw null; } }
- public static bool NativeTransitions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long ThreadId { get { throw null; } }
- public System.Threading.ThreadState ThreadState { get { throw null; } }
- public long TID { get { throw null; } }
- public static void FetchFrames(System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> threads) { }
- public Mono.Debugger.Soft.StackFrame[] GetFrames() { throw null; }
- public void SetIP(Mono.Debugger.Soft.Location loc) { }
- }
- public partial class ThreadStartEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadStartEvent() { }
- }
- public partial class TypeLoadEvent : Mono.Debugger.Soft.Event
- {
- internal TypeLoadEvent() { }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public sealed partial class TypeLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal TypeLoadEventRequest() { }
- public string[] SourceFileFilter { get { throw null; } set { } }
- public string[] TypeNameFilter { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class TypeMirror : Mono.Debugger.Soft.Mirror
- {
- internal TypeMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public System.Reflection.TypeAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror BaseType { get { throw null; } }
- public string CSharpName { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror EnumUnderlyingType { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasElementType { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAnsiClass { get { throw null; } }
- public bool IsArray { get { throw null; } }
- public bool IsAutoClass { get { throw null; } }
- public bool IsAutoLayout { get { throw null; } }
- public bool IsByRef { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsCOMObject { get { throw null; } }
- public bool IsContextful { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } }
- public bool IsGenericType { get { throw null; } }
- public bool IsGenericTypeDefinition { get { throw null; } }
- public bool IsImport { get { throw null; } }
- public bool IsInitialized { get { throw null; } }
- public bool IsInterface { get { throw null; } }
- public bool IsLayoutSequential { get { throw null; } }
- public bool IsMarshalByRef { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public bool IsNestedAssembly { get { throw null; } }
- public bool IsNestedFamANDAssem { get { throw null; } }
- public bool IsNestedFamily { get { throw null; } }
- public bool IsNestedFamORAssem { get { throw null; } }
- public bool IsNestedPrivate { get { throw null; } }
- public bool IsNestedPublic { get { throw null; } }
- public bool IsNotPublic { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSerializable { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsUnicodeClass { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public Mono.Cecil.TypeDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror Module { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public int GetArrayRank() { throw null; }
- protected virtual System.Reflection.TypeAttributes GetAttributeFlagsImpl() { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetElementType() { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror GetField(string name) { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror[] GetFields() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetGenericTypeDefinition() { throw null; }
- public Mono.Debugger.Soft.InterfaceMappingMirror GetInterfaceMap(Mono.Debugger.Soft.TypeMirror interfaceType) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetInterfaces() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetMethod(string name) { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethods() { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethodsByNameFlags(string name, System.Reflection.BindingFlags flags, bool ignoreCase) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties() { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror GetProperty(string name) { throw null; }
- public string[] GetSourceFiles() { throw null; }
- public string[] GetSourceFiles(bool returnFullPaths) { throw null; }
- public Mono.Debugger.Soft.ObjectMirror GetTypeObject() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- protected virtual bool HasElementTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- protected virtual bool IsArrayImpl() { throw null; }
- public virtual bool IsAssignableFrom(Mono.Debugger.Soft.TypeMirror c) { throw null; }
- protected virtual bool IsByRefImpl() { throw null; }
- protected virtual bool IsCOMObjectImpl() { throw null; }
- protected virtual bool IsContextfulImpl() { throw null; }
- protected virtual bool IsMarshalByRefImpl() { throw null; }
- protected virtual bool IsPointerImpl() { throw null; }
- protected virtual bool IsPrimitiveImpl() { throw null; }
- protected virtual bool IsValueTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class UserBreakEvent : Mono.Debugger.Soft.Event
- {
- internal UserBreakEvent() { }
- }
- public partial class UserLogEvent : Mono.Debugger.Soft.Event
- {
- internal UserLogEvent() { }
- public string Category { get { throw null; } }
- public int Level { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public abstract partial class Value : Mono.Debugger.Soft.Mirror
- {
- internal Value() { }
- }
- public partial class VersionInfo
- {
- public VersionInfo() { }
- public int MajorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MinorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string VMVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AtLeast(int major, int minor) { throw null; }
- }
- public partial class VirtualMachine : Mono.Debugger.Soft.Mirror
- {
- internal VirtualMachine() { }
- public System.Net.EndPoint EndPoint { get { throw null; } }
- public System.Diagnostics.Process Process { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror RootDomain { get { throw null; } }
- public System.IO.StreamReader StandardError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.IO.StreamReader StandardOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.ITargetProcess TargetProcess { get { throw null; } }
- public Mono.Debugger.Soft.VersionInfo Version { get { throw null; } }
- public void ClearAllBreakpoints() { }
- public Mono.Debugger.Soft.AssemblyLoadEventRequest CreateAssemblyLoadRequest() { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.Location loc) { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public Mono.Debugger.Soft.EnumMirror CreateEnumMirror(Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.PrimitiveValue value) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught) { throw null; }
- public Mono.Debugger.Soft.MethodEntryEventRequest CreateMethodEntryRequest() { throw null; }
- public Mono.Debugger.Soft.MethodExitEventRequest CreateMethodExitRequest() { throw null; }
- public Mono.Debugger.Soft.StepEventRequest CreateStepRequest(Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.TypeLoadEventRequest CreateTypeLoadRequest() { throw null; }
- public Mono.Debugger.Soft.PrimitiveValue CreateValue(object value) { throw null; }
- public void Detach() { }
- public void Disconnect() { }
- [System.ObsoleteAttribute("This method was poorly named; use the Detach() method instead")]
- public void Dispose() { }
- public void EnableEvents(params Mono.Debugger.Soft.EventType[] events) { }
- public void EnableEvents(Mono.Debugger.Soft.EventType[] events, Mono.Debugger.Soft.SuspendPolicy suspendPolicy) { }
- public void Exit(int exitCode) { }
- public void ForceDisconnect() { }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
- public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
- public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypes(string name, bool ignoreCase) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypesForSourceFile(string fname, bool ignoreCase) { throw null; }
- public void Resume() { }
- public Mono.Debugger.Soft.BreakpointEventRequest SetBreakpoint(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public void SetSocketTimeouts(int send_timeout, int receive_timeout, int keepalive_interval) { }
- public void Suspend() { }
- }
- public partial class VirtualMachineManager
- {
- internal VirtualMachineManager() { }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback, out int dbg_port, out int con_port) { dbg_port = default(int); con_port = default(int); throw null; }
- public static void CancelConnection(System.IAsyncResult asyncResult) { }
- public static Mono.Debugger.Soft.VirtualMachine Connect(Mono.Debugger.Soft.Connection transport, System.IO.StreamReader standardOutput, System.IO.StreamReader standardError) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint, System.Net.IPEndPoint consoleEndpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ConnectInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock, System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndConnect(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndLaunch(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndListen(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(Mono.Debugger.Soft.ITargetProcess p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(System.Diagnostics.Process p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ListenInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock) { throw null; }
- }
- public partial class VMDeathEvent : Mono.Debugger.Soft.Event
- {
- public VMDeathEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, int exit_code) { }
- public int ExitCode { get { throw null; } }
- }
- public partial class VMDisconnectedException : System.Exception
- {
- public VMDisconnectedException() { }
- }
- public partial class VMDisconnectEvent : Mono.Debugger.Soft.Event
- {
- public VMDisconnectEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id) { }
- }
- public partial class VMMismatchException : System.Exception
- {
- public VMMismatchException() { }
- }
- public partial class VMNotSuspendedException : System.InvalidOperationException
- {
- public VMNotSuspendedException() { }
- }
- public partial class VMStartEvent : Mono.Debugger.Soft.Event
- {
- public VMStartEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, long thread_id) { }
- }
-}
diff --git a/src/v4.5/Mono.Http.cs b/src/v4.5/Mono.Http.cs
deleted file mode 100644
index a32646c..0000000
--- a/src/v4.5/Mono.Http.cs
+++ /dev/null
@@ -1,142 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Http and ASP.NET utilities")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Http.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Http
-{
- [System.SerializableAttribute]
- public partial class GZipWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
- {
- public GZipWebRequest(System.Net.WebRequest request) { }
- protected GZipWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- public override string ConnectionGroupName { get { throw null; } set { } }
- public override long ContentLength { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Net.ICredentials Credentials { get { throw null; } set { } }
- public bool EnableCompression { get { throw null; } set { } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
- public override string Method { get { throw null; } set { } }
- public override bool PreAuthenticate { get { throw null; } set { } }
- public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
- public System.Net.WebRequest RealRequest { get { throw null; } }
- public override System.Uri RequestUri { get { throw null; } }
- public override int Timeout { get { throw null; } set { } }
- public override void Abort() { }
- public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
- public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
- public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
- public override System.IO.Stream GetRequestStream() { throw null; }
- public override System.Net.WebResponse GetResponse() { throw null; }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class GZipWebRequestCreator : System.Net.IWebRequestCreate
- {
- public GZipWebRequestCreator() { }
- public System.Net.WebRequest Create(System.Uri uri) { throw null; }
- }
- public partial class GZipWriteFilter : System.IO.Stream
- {
- public GZipWriteFilter(System.IO.Stream baseStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- 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 override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class NtlmClient : System.Net.IAuthenticationModule
- {
- public NtlmClient() { }
- public string AuthenticationType { get { throw null; } }
- public bool CanPreAuthenticate { get { throw null; } }
- public System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- public System.Net.Authorization PreAuthenticate(System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- }
-}
-namespace Mono.Http.Configuration
-{
- public partial class AcceptEncodingConfig
- {
- public AcceptEncodingConfig() { }
- public AcceptEncodingConfig(Mono.Http.Configuration.AcceptEncodingConfig parent) { }
- public void Add(string encoding, string type) { }
- public void Clear() { }
- public bool SetFilter(System.Web.HttpResponse response, string acceptEncoding) { throw null; }
- }
- public partial class AcceptEncodingSectionHandler : System.Configuration.IConfigurationSectionHandler
- {
- public AcceptEncodingSectionHandler() { }
- public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
- }
-}
-namespace Mono.Http.Modules
-{
- public partial class AcceptEncodingModule : System.Web.IHttpModule
- {
- public AcceptEncodingModule() { }
- public void Dispose() { }
- public void Init(System.Web.HttpApplication app) { }
- }
- public abstract partial class AuthenticationModule : System.Web.IHttpModule
- {
- public AuthenticationModule(string authenticationMethod) { }
- public string AuthenticationMethod { get { throw null; } }
- protected bool AuthenticationRequired { get { throw null; } }
- protected abstract bool AcceptCredentials(System.Web.HttpApplication app, string authentication);
- protected string Authorization(System.Web.HttpApplication app, string authenticationMethod) { throw null; }
- protected void DenyAccess(System.Web.HttpApplication app) { }
- public virtual void Dispose() { }
- public virtual void Init(System.Web.HttpApplication context) { }
- public virtual void OnAuthenticateRequest(object source, System.EventArgs eventArgs) { }
- public abstract void OnEndRequest(object source, System.EventArgs eventArgs);
- }
- public partial class BasicAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public BasicAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
- public partial class DigestAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public DigestAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- protected virtual string GetCurrentNonce() { throw null; }
- protected virtual bool GetUserByName(System.Web.HttpApplication app, string username, out string password, out string[] roles) { password = default(string); roles = default(string[]); throw null; }
- protected virtual bool IsValidNonce(string nonce) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
-}
-namespace System.Net
-{
- [System.SerializableAttribute]
- public partial class GZipWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
- {
- protected GZipWebResponse(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public override long ContentLength { get { throw null; } }
- public override string ContentType { get { throw null; } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } }
- public bool IsCompressed { get { throw null; } }
- public System.Net.WebResponse RealResponse { get { throw null; } }
- public override System.Uri ResponseUri { get { throw null; } }
- public override void Close() { }
- public override System.IO.Stream GetResponseStream() { throw null; }
- void System.IDisposable.Dispose() { }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
diff --git a/src/v4.5/Mono.Management.cs b/src/v4.5/Mono.Management.cs
deleted file mode 100644
index 9603565..0000000
--- a/src/v4.5/Mono.Management.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Attach
-{
- public partial class VirtualMachine
- {
- public VirtualMachine(long pid) { }
- public bool IsCurrent { get { throw null; } }
- public long Pid { get { throw null; } }
- public void Attach(string agent, string args) { }
- public string[] GetCommandLine() { throw null; }
- public static System.Collections.Generic.List<Mono.Attach.VirtualMachine> GetVirtualMachines() { throw null; }
- public string GetWorkingDirectory() { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.5/Mono.Messaging.RabbitMQ.cs b/src/v4.5/Mono.Messaging.RabbitMQ.cs
deleted file mode 100644
index 3e38dc4..0000000
--- a/src/v4.5/Mono.Messaging.RabbitMQ.cs
+++ /dev/null
@@ -1,175 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(false)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging.RabbitMQ
-{
- public delegate global::RabbitMQ.Client.IConnection CreateConnectionDelegate(string host);
- public partial interface IMessagingContext : System.IDisposable
- {
- void Delete(Mono.Messaging.QueueReference qRef);
- void Purge(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack);
- void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg);
- }
- public delegate bool IsMatch(global::RabbitMQ.Client.Events.BasicDeliverEventArgs result);
- public partial class MessageFactory
- {
- public MessageFactory(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider) { }
- public static System.DateTime AmqpTimestampToDateTime(global::RabbitMQ.Client.AmqpTimestamp ats) { throw null; }
- public static global::RabbitMQ.Client.AmqpTimestamp DateTimeToAmqpTimestamp(System.DateTime t) { throw null; }
- public static string GetString(System.Collections.IDictionary properties, string key) { throw null; }
- public Mono.Messaging.IMessage ReadMessage(Mono.Messaging.QueueReference destination, global::RabbitMQ.Client.Events.BasicDeliverEventArgs result) { throw null; }
- public static int TimeSpanToMillis(System.TimeSpan timespan) { throw null; }
- public global::RabbitMQ.Client.Content.IMessageBuilder WriteMessage(global::RabbitMQ.Client.IModel ch, Mono.Messaging.IMessage msg) { throw null; }
- }
- public partial class MessagingContext : Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public MessagingContext(Mono.Messaging.RabbitMQ.MessageFactory factory, string host, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnection) { }
- public global::RabbitMQ.Client.IConnection Connection { get { throw null; } }
- public global::RabbitMQ.Client.IModel Model { get { throw null; } }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage message) { }
- }
- public partial class MessagingContextPool
- {
- public MessagingContextPool(Mono.Messaging.RabbitMQ.MessageFactory messageFactory, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnectionDelegate) { }
- public Mono.Messaging.RabbitMQ.MessagingContext GetContext(string host) { throw null; }
- public void ReturnContext(Mono.Messaging.RabbitMQ.MessagingContext context) { }
- }
- public partial class RabbitMQMessageEnumerator : Mono.Messaging.IMessageEnumerator, System.IDisposable
- {
- public RabbitMQMessageEnumerator(Mono.Messaging.RabbitMQ.MessageFactory helper, Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Current { get { throw null; } }
- public System.IntPtr CursorHandle { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- public void Dispose(bool disposing) { }
- public bool MoveNext() { throw null; }
- public bool MoveNext(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent() { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Reset() { }
- }
- public partial class RabbitMQMessageQueue : Mono.Messaging.MessageQueueBase, Mono.Messaging.IMessageQueue
- {
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, Mono.Messaging.QueueReference qRef, bool transactional) { }
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, bool transactional) { }
- public bool Authenticate { get { throw null; } set { } }
- public short BasePriority { get { throw null; } set { } }
- public bool CanRead { get { throw null; } }
- public bool CanWrite { get { throw null; } }
- public System.Guid Category { get { throw null; } set { } }
- public System.DateTime CreateTime { get { throw null; } }
- public bool DenySharedReceive { get { throw null; } set { } }
- public Mono.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
- public System.Guid Id { get { throw null; } }
- public System.DateTime LastModifyTime { get { throw null; } }
- public long MaximumJournalSize { get { throw null; } set { } }
- public long MaximumQueueSize { get { throw null; } set { } }
- public Mono.Messaging.QueueReference QRef { get { throw null; } set { } }
- protected override Mono.Messaging.IMessageQueue Queue { get { throw null; } }
- public System.IntPtr ReadHandle { get { throw null; } }
- public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
- public bool Transactional { get { throw null; } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public System.IntPtr WriteHandle { get { throw null; } }
- public void Close() { }
- public static void Delete(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessageEnumerator GetMessageEnumerator() { throw null; }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.PeekCompleted { add { } remove { } }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.ReceiveCompleted { add { } remove { } }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndPeek(System.IAsyncResult asyncResult) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndReceive(System.IAsyncResult asyncResult) { throw null; }
- void Mono.Messaging.IMessageQueue.SendPeekCompleted(System.IAsyncResult result) { }
- void Mono.Messaging.IMessageQueue.SendReceiveCompleted(System.IAsyncResult result) { }
- public Mono.Messaging.IMessage Peek() { throw null; }
- public Mono.Messaging.IMessage Peek(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout) { throw null; }
- public void Purge() { }
- public Mono.Messaging.IMessage Receive() { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Send(Mono.Messaging.IMessage msg) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.IMessageQueueTransaction transaction) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.MessageQueueTransactionType transactionType) { }
- }
- public partial class RabbitMQMessageQueueTransaction : Mono.Messaging.IMessageQueueTransaction, Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public RabbitMQMessageQueueTransaction(string txId, Mono.Messaging.RabbitMQ.MessagingContextPool contextPool) { }
- public string Id { get { throw null; } }
- public Mono.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
- public void Abort() { }
- public void Begin() { }
- public void Commit() { }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg) { }
- }
- public partial class RabbitMQMessagingProvider : Mono.Messaging.IMessagingProvider
- {
- public RabbitMQMessagingProvider() { }
- public Mono.Messaging.RabbitMQ.IMessagingContext CreateContext(string host) { throw null; }
- public Mono.Messaging.IMessage CreateMessage() { throw null; }
- public Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional) { throw null; }
- public Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction() { throw null; }
- public void DeleteQueue(Mono.Messaging.QueueReference qRef) { }
- public bool Exists(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue[] GetPublicQueues() { throw null; }
- }
-}
diff --git a/src/v4.5/Mono.Messaging.cs b/src/v4.5/Mono.Messaging.cs
deleted file mode 100644
index d423d16..0000000
--- a/src/v4.5/Mono.Messaging.cs
+++ /dev/null
@@ -1,398 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging
-{
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum AcknowledgeTypes
- {
- FullReachQueue = 5,
- FullReceive = 14,
- NegativeReceive = 8,
- None = 0,
- NotAcknowledgeReachQueue = 4,
- NotAcknowledgeReceive = 12,
- PositiveArrival = 1,
- PositiveReceive = 2,
- }
- [System.SerializableAttribute]
- public enum Acknowledgment
- {
- AccessDenied = 32772,
- BadDestinationQueue = 32768,
- BadEncryption = 32775,
- BadSignature = 32774,
- CouldNotEncrypt = 32776,
- HopCountExceeded = 32773,
- None = 0,
- NotTransactionalMessage = 32778,
- NotTransactionalQueue = 32777,
- Purged = 32769,
- QueueDeleted = 49152,
- QueueExceedMaximumSize = 32771,
- QueuePurged = 49153,
- ReachQueue = 2,
- ReachQueueTimeout = 32770,
- Receive = 16384,
- ReceiveTimeout = 49154,
- }
- public partial class CompletedEventArgs : System.EventArgs
- {
- public CompletedEventArgs(System.IAsyncResult result) { }
- public System.IAsyncResult AsyncResult { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public delegate void CompletedEventHandler(object sender, Mono.Messaging.CompletedEventArgs e);
- public partial class ConcurrentLinkedQueue<T>
- {
- public ConcurrentLinkedQueue() { }
- public T Dequeue() { throw null; }
- public void Enqueue(T context) { }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionException : Mono.Messaging.MonoMessagingException
- {
- public ConnectionException(Mono.Messaging.QueueReference qRef) { }
- public ConnectionException(Mono.Messaging.QueueReference qRef, System.Exception e) { }
- public Mono.Messaging.QueueReference QRef { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum CryptographicProviderType
- {
- Dss = 3,
- Fortezza = 4,
- MicrosoftExchange = 5,
- None = 0,
- RsaFull = 1,
- RsqSig = 2,
- Ssl = 6,
- SttAcq = 8,
- SttBrnd = 9,
- SttIss = 11,
- SttMer = 7,
- SttRoot = 10,
- }
- [System.SerializableAttribute]
- public enum EncryptionAlgorithm
- {
- None = 0,
- Rc2 = 26114,
- Rc4 = 26625,
- }
- [System.SerializableAttribute]
- public enum EncryptionRequired
- {
- Body = 2,
- None = 0,
- Optional = 1,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithm
- {
- Mac = 32773,
- Md2 = 32769,
- Md4 = 32770,
- Md5 = 32771,
- None = 0,
- Sha = 32772,
- }
- public partial interface IMessage
- {
- Mono.Messaging.AcknowledgeTypes AcknowledgeType { get; set; }
- Mono.Messaging.Acknowledgment Acknowledgment { get; }
- Mono.Messaging.IMessageQueue AdministrationQueue { get; set; }
- int AppSpecific { get; set; }
- System.DateTime ArrivedTime { get; }
- bool AttachSenderId { get; set; }
- bool Authenticated { get; }
- string AuthenticationProviderName { get; set; }
- Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get; set; }
- System.IO.Stream BodyStream { get; set; }
- int BodyType { get; set; }
- System.Guid ConnectorType { get; set; }
- string CorrelationId { get; set; }
- Mono.Messaging.IMessageQueue DestinationQueue { get; }
- byte[] DestinationSymmetricKey { get; set; }
- byte[] DigitalSignature { get; set; }
- Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get; set; }
- byte[] Extension { get; set; }
- Mono.Messaging.HashAlgorithm HashAlgorithm { get; set; }
- string Id { get; }
- bool IsFirstInTransaction { get; }
- bool IsLastInTransaction { get; }
- string Label { get; set; }
- Mono.Messaging.MessageType MessageType { get; }
- Mono.Messaging.MessagePriority Priority { get; set; }
- bool Recoverable { get; set; }
- Mono.Messaging.IMessageQueue ResponseQueue { get; set; }
- byte[] SenderCertificate { get; set; }
- byte[] SenderId { get; }
- long SenderVersion { get; }
- System.DateTime SentTime { get; }
- string SourceMachine { get; }
- System.TimeSpan TimeToBeReceived { get; set; }
- System.TimeSpan TimeToReachQueue { get; set; }
- string TransactionId { get; }
- Mono.Messaging.IMessageQueue TransactionStatusQueue { get; set; }
- bool UseAuthentication { get; set; }
- bool UseDeadLetterQueue { get; set; }
- bool UseEncryption { get; set; }
- bool UseJournalQueue { get; set; }
- bool UseTracing { get; set; }
- void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId);
- }
- public partial interface IMessageEnumerator : System.IDisposable
- {
- Mono.Messaging.IMessage Current { get; }
- System.IntPtr CursorHandle { get; }
- void Close();
- void Dispose(bool disposing);
- bool MoveNext();
- bool MoveNext(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent();
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- }
- public partial interface IMessageQueue
- {
- bool Authenticate { get; set; }
- short BasePriority { get; set; }
- bool CanRead { get; }
- bool CanWrite { get; }
- System.Guid Category { get; set; }
- System.DateTime CreateTime { get; }
- bool DenySharedReceive { get; set; }
- Mono.Messaging.EncryptionRequired EncryptionRequired { get; set; }
- System.Guid Id { get; }
- System.DateTime LastModifyTime { get; }
- long MaximumJournalSize { get; set; }
- long MaximumQueueSize { get; set; }
- Mono.Messaging.QueueReference QRef { get; set; }
- System.IntPtr ReadHandle { get; }
- System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
- bool Transactional { get; }
- bool UseJournalQueue { get; set; }
- System.IntPtr WriteHandle { get; }
- event Mono.Messaging.CompletedEventHandler PeekCompleted;
- event Mono.Messaging.CompletedEventHandler ReceiveCompleted;
- System.IAsyncResult BeginPeek();
- System.IAsyncResult BeginPeek(System.TimeSpan timeout);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- System.IAsyncResult BeginReceive();
- System.IAsyncResult BeginReceive(System.TimeSpan timeout);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- void Close();
- Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessageEnumerator GetMessageEnumerator();
- Mono.Messaging.IMessage Peek();
- Mono.Messaging.IMessage Peek(System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekById(string id);
- Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout);
- void Purge();
- Mono.Messaging.IMessage Receive();
- Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- void Send(Mono.Messaging.IMessage message);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.IMessageQueueTransaction transaction);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.MessageQueueTransactionType transactionType);
- void SendPeekCompleted(System.IAsyncResult result);
- void SendReceiveCompleted(System.IAsyncResult result);
- }
- public partial interface IMessageQueueTransaction : System.IDisposable
- {
- Mono.Messaging.MessageQueueTransactionStatus Status { get; }
- void Abort();
- void Begin();
- void Commit();
- }
- public partial interface IMessagingProvider
- {
- Mono.Messaging.IMessage CreateMessage();
- Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional);
- Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction();
- void DeleteQueue(Mono.Messaging.QueueReference qRef);
- bool Exists(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue[] GetPublicQueues();
- }
- public partial class MessageBase : Mono.Messaging.IMessage
- {
- public MessageBase() { }
- public Mono.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
- public Mono.Messaging.Acknowledgment Acknowledgment { get { throw null; } }
- public Mono.Messaging.IMessageQueue AdministrationQueue { get { throw null; } set { } }
- public int AppSpecific { get { throw null; } set { } }
- public System.DateTime ArrivedTime { get { throw null; } }
- public bool AttachSenderId { get { throw null; } set { } }
- public bool Authenticated { get { throw null; } }
- public string AuthenticationProviderName { get { throw null; } set { } }
- public Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get { throw null; } set { } }
- public System.IO.Stream BodyStream { get { throw null; } set { } }
- public int BodyType { get { throw null; } set { } }
- public System.Guid ConnectorType { get { throw null; } set { } }
- public string CorrelationId { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue DestinationQueue { get { throw null; } }
- public byte[] DestinationSymmetricKey { get { throw null; } set { } }
- public byte[] DigitalSignature { get { throw null; } set { } }
- public Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
- public byte[] Extension { get { throw null; } set { } }
- public Mono.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public string Id { get { throw null; } }
- public bool IsFirstInTransaction { get { throw null; } }
- public bool IsLastInTransaction { get { throw null; } }
- public string Label { get { throw null; } set { } }
- public Mono.Messaging.MessageType MessageType { get { throw null; } }
- public Mono.Messaging.MessagePriority Priority { get { throw null; } set { } }
- public bool Recoverable { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue ResponseQueue { get { throw null; } set { } }
- public byte[] SenderCertificate { get { throw null; } set { } }
- public byte[] SenderId { get { throw null; } }
- public long SenderVersion { get { throw null; } }
- public System.DateTime SentTime { get { throw null; } }
- public string SourceMachine { get { throw null; } }
- public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
- public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
- public string TransactionId { get { throw null; } }
- public Mono.Messaging.IMessageQueue TransactionStatusQueue { get { throw null; } set { } }
- public bool UseAuthentication { get { throw null; } set { } }
- public bool UseDeadLetterQueue { get { throw null; } set { } }
- public bool UseEncryption { get { throw null; } set { } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public bool UseTracing { get { throw null; } set { } }
- public void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId) { }
- }
- [System.SerializableAttribute]
- public enum MessagePriority
- {
- AboveNormal = 4,
- High = 5,
- Highest = 7,
- Low = 2,
- Lowest = 0,
- Normal = 3,
- VeryHigh = 6,
- VeryLow = 1,
- }
- public abstract partial class MessageQueueBase
- {
- protected MessageQueueBase() { }
- protected abstract Mono.Messaging.IMessageQueue Queue { get; }
- public event Mono.Messaging.CompletedEventHandler PeekCompleted { add { } remove { } }
- public event Mono.Messaging.CompletedEventHandler ReceiveCompleted { add { } remove { } }
- public System.IAsyncResult BeginPeek() { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public System.IAsyncResult BeginReceive() { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult) { throw null; }
- public void SendPeekCompleted(System.IAsyncResult result) { }
- public void SendReceiveCompleted(System.IAsyncResult result) { }
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionStatus
- {
- Aborted = 0,
- Committed = 1,
- Initialized = 2,
- Pending = 3,
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionType
- {
- Automatic = 1,
- None = 0,
- Single = 3,
- }
- [System.SerializableAttribute]
- public enum MessageType
- {
- Acknowledgment = 1,
- Normal = 2,
- Report = 3,
- }
- public partial class MessageUnavailableException : Mono.Messaging.MonoMessagingException
- {
- public MessageUnavailableException() { }
- public MessageUnavailableException(string msg) { }
- public MessageUnavailableException(string msg, System.Exception e) { }
- }
- public partial class MessagingProviderLocator
- {
- internal MessagingProviderLocator() { }
- public static readonly System.TimeSpan InfiniteTimeout;
- public static Mono.Messaging.MessagingProviderLocator Instance { get { throw null; } }
- public static Mono.Messaging.IMessagingProvider GetProvider() { throw null; }
- }
- public partial class MonoMessagingException : System.Exception
- {
- public MonoMessagingException() { }
- public MonoMessagingException(string msg) { }
- public MonoMessagingException(string msg, System.Exception e) { }
- }
- public sealed partial class QueueReference
- {
- public static readonly Mono.Messaging.QueueReference DEFAULT;
- public static readonly string LOCALHOST;
- public QueueReference(string host, string queue, bool isPrivate) { }
- public string Host { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public string Queue { get { throw null; } }
- public bool Equals(Mono.Messaging.QueueReference other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool IsPrivateStr(string s) { throw null; }
- public static bool operator ==(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static bool operator !=(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static Mono.Messaging.QueueReference Parse(string path) { throw null; }
- public static string RemoveLeadingSlashes(string s) { throw null; }
- public Mono.Messaging.QueueReference SetHost(string host) { throw null; }
- public Mono.Messaging.QueueReference SetQueue(string queue) { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.5/Mono.Parallel.cs b/src/v4.5/Mono.Parallel.cs
deleted file mode 100644
index 3cb817b..0000000
--- a/src/v4.5/Mono.Parallel.cs
+++ /dev/null
@@ -1,151 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Collections.Concurrent
-{
- public partial class ConcurrentOrderedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentOrderedList() { }
- public ConcurrentOrderedList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public System.Collections.Generic.IEqualityComparer<T> Comparer { get { throw null; } }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T data) { throw null; }
- public bool ContainsHash(int key) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryAdd(T data) { throw null; }
- public bool TryGetFromHash(int key, out T data) { data = default(T); throw null; }
- public bool TryPop(out T data) { data = default(T); throw null; }
- public bool TryRemove(T data) { throw null; }
- public bool TryRemoveHash(int key, out T data) { data = default(T); throw null; }
- }
- public partial class ConcurrentSkipList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentSkipList() { }
- public ConcurrentSkipList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T value) { throw null; }
- public bool ContainsHash(int hash) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- public bool Remove(T value) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public T[] ToArray() { throw null; }
- public bool TryAdd(T value) { throw null; }
- public bool TryGetFromHash(int hash, out T value) { value = default(T); throw null; }
- }
-}
-namespace Mono.Threading
-{
- public partial class AtomicBoolean
- {
- public AtomicBoolean() { }
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBoolean rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBoolean FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBoolean rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBoolean (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AtomicBooleanValue
- {
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBooleanValue FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBooleanValue (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- public partial class CSnzi
- {
- public CSnzi() { }
- public Mono.Threading.CSnziNode Arrive() { throw null; }
- public bool Close() { throw null; }
- public bool Depart(Mono.Threading.CSnziNode node) { throw null; }
- public void Open() { }
- public System.Tuple<bool, Mono.Threading.CSnziState> Query() { throw null; }
- }
- public abstract partial class CSnziNode
- {
- protected CSnziNode() { }
- }
- public enum CSnziState
- {
- Closed = 1,
- Open = 0,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ReaderWriterLockSlimmer
- {
- public void EnterReadLock(ref bool taken) { }
- public void EnterWriteLock(ref bool taken) { }
- public void ExitReadLock() { }
- public void ExitWriteLock() { }
- public void TryEnterReadLock(ref bool taken) { }
- public void TryEnterWriteLock(ref bool taken) { }
- }
- public partial class Snzi
- {
- public Snzi() { }
- public bool IsSet { get { throw null; } }
- public void Decrement() { }
- public void Increment() { }
- public void Reset() { }
- }
- public partial class SpinLockWrapper
- {
- public System.Threading.SpinLock Lock;
- public SpinLockWrapper() { }
- public SpinLockWrapper(bool enableTracking) { }
- }
-}
-namespace Mono.Threading.Tasks
-{
- public partial class CyclicDeque<T> : Mono.Threading.Tasks.IConcurrentDeque<T>
- {
- public CyclicDeque() { }
- public bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> GetEnumerable() { throw null; }
- public bool PeekBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopTop(out T obj) { obj = default(T); throw null; }
- public void PushBottom(T obj) { }
- }
- public partial interface IConcurrentDeque<T>
- {
- System.Collections.Generic.IEnumerable<T> GetEnumerable();
- Mono.Threading.Tasks.PopResult PopBottom(out T obj);
- Mono.Threading.Tasks.PopResult PopTop(out T obj);
- void PushBottom(T obj);
- }
- public enum PopResult
- {
- Abort = 2,
- Empty = 1,
- Succeed = 0,
- }
-}
diff --git a/src/v4.5/Mono.Posix.cs b/src/v4.5/Mono.Posix.cs
deleted file mode 100644
index e479bd0..0000000
--- a/src/v4.5/Mono.Posix.cs
+++ /dev/null
@@ -1,2967 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Unix Integration Classes")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Posix.dll")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Posix
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.AccessModes")]
- public enum AccessMode
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Catalog")]
- public partial class Catalog
- {
- public Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum FileMode
- {
- S_IRGRP = 32,
- S_IROTH = 4,
- S_IRUSR = 256,
- S_ISGID = 1024,
- S_ISUID = 2048,
- S_ISVTX = 512,
- S_IWGRP = 16,
- S_IWOTH = 2,
- S_IWUSR = 128,
- S_IXGRP = 8,
- S_IXOTH = 1,
- S_IXUSR = 64,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.OpenFlags")]
- public enum OpenFlags
- {
- O_APPEND = 64,
- O_CREAT = 4,
- O_EXCL = 8,
- O_NOCTTY = 16,
- O_NONBLOCK = 128,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 256,
- O_TRUNC = 32,
- O_WRONLY = 1,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.PeerCred")]
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Signum")]
- public enum Signals
- {
- SIGABRT = 5,
- SIGALRM = 13,
- SIGBUS = 6,
- SIGCHLD = 15,
- SIGCONT = 16,
- SIGFPE = 7,
- SIGHUP = 0,
- SIGILL = 3,
- SIGINT = 1,
- SIGIO = 27,
- SIGKILL = 8,
- SIGPIPE = 12,
- SIGPROF = 25,
- SIGQUIT = 2,
- SIGSEGV = 10,
- SIGSTOP = 17,
- SIGSYS = 28,
- SIGTERM = 14,
- SIGTRAP = 4,
- SIGTSTP = 18,
- SIGTTIN = 19,
- SIGTTOU = 20,
- SIGURG = 21,
- SIGUSR1 = 9,
- SIGUSR2 = 11,
- SIGVTALRM = 24,
- SIGWINCH = 26,
- SIGXCPU = 22,
- SIGXFSZ = 23,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_atime")]
- public readonly System.DateTime ATime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blocks")]
- public readonly long Blocks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blksize")]
- public readonly long BlockSize;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ctime")]
- public readonly System.DateTime CTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_dev")]
- public readonly int Device;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_rdev")]
- public readonly long DeviceType;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_gid")]
- public readonly int Gid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ino")]
- public readonly int INode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mode")]
- public readonly Mono.Posix.StatMode Mode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mtime")]
- public readonly System.DateTime MTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_nlink")]
- public readonly int NLinks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_size")]
- public readonly long Size;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_uid")]
- public readonly int Uid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.LocalUnixEpoch")]
- public static readonly System.DateTime UnixEpoch;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.ToDateTime")]
- public static System.DateTime UnixToDateTime(long unix) { throw null; }
- }
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatMode
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFBLK")]
- BlockDevice = 24576,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFCHR")]
- CharDevice = 8192,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFDIR")]
- Directory = 16384,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFIFO")]
- FIFO = 4096,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXGRP")]
- GroupExecute = 8,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRGRP")]
- GroupRead = 32,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWGRP")]
- GroupWrite = 16,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXOTH")]
- OthersExecute = 1,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IROTH")]
- OthersRead = 4,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWOTH")]
- OthersWrite = 2,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXUSR")]
- OwnerExecute = 64,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRUSR")]
- OwnerRead = 256,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWUSR")]
- OwnerWrite = 128,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFREG")]
- Regular = 32768,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISGID")]
- SGid = 1024,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFSOCK")]
- Socket = 49152,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISVTX")]
- Sticky = 512,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISUID")]
- SUid = 2048,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFLNK")]
- SymLink = 40960,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatModeMasks
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXG")]
- GroupMask = 56,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXO")]
- OthersMask = 7,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXU")]
- OwnerMask = 448,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFMT")]
- TypeMask = 61440,
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Syscall.")]
- public partial class Syscall
- {
- public Syscall() { }
- public static int access(string pathname, Mono.Posix.AccessMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir(string path);
- public static int chmod(string path, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- public static int creat(string pathname, Mono.Posix.FileMode flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int oldFileDescriptor, int newFileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int exit(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fork();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int geteuid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgid();
- public static string getgroupname(int gid) { throw null; }
- public static string GetHostName() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string gethostname() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getuid();
- public static string getusername(int uid) { throw null; }
- public static bool isatty(int desc) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void kill(int pid, int sig);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lseek(int fileDescriptor, int offset, int whence);
- public static int lstat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static int mkdir(string pathname, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int increment);
- public static int open(string pathname, Mono.Posix.OpenFlags flags) { throw null; }
- public static int open(string pathname, Mono.Posix.OpenFlags flags, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr read(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern string readdir(System.IntPtr dir);
- public static string readlink(string path) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(int gid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(int rgid, int egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(int ruid, int euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(int uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int signal(int signum, Mono.Posix.Syscall.sighandler_t handler);
- public static int stat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static string strerror(int errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink(string oldpath, string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void sync();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int umask(int umask);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink(string path);
- public static int waitpid(int pid, Mono.Posix.WaitOptions options) { throw null; }
- public static int waitpid(int pid, out int status, Mono.Posix.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFEXITED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSIGNALED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSTOPPED(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr write(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WSTOPSIG(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WTERMSIG(int status);
- public delegate void sighandler_t(int v);
- }
- [System.ObsoleteAttribute("Use Mono.Unix.UnixEndPoint")]
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.WaitOptions")]
- public enum WaitOptions
- {
- WNOHANG = 0,
- WUNTRACED = 1,
- }
-}
-namespace Mono.Remoting.Channels.Unix
-{
- public partial class UnixChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixChannel() { }
- public UnixChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixChannel(string path) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
- public partial class UnixClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixClientChannel() { }
- public UnixClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public UnixClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- }
- public partial class UnixServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver
- {
- public UnixServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixServerChannel(string path) { }
- public UnixServerChannel(string name, string path) { }
- public UnixServerChannel(string name, string path, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public string GetChannelUri() { throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
-}
-namespace Mono.Unix
-{
- [System.SerializableAttribute]
- public partial class AbstractUnixEndPoint : System.Net.EndPoint
- {
- public AbstractUnixEndPoint(string path) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Path { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Catalog
- {
- internal Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- public enum FileAccessPattern
- {
- FlushCache = 4,
- NoReuse = 5,
- Normal = 0,
- PreLoad = 3,
- Random = 1,
- Sequential = 2,
- }
- [System.FlagsAttribute]
- public enum FileAccessPermissions
- {
- AllPermissions = 511,
- DefaultPermissions = 438,
- GroupExecute = 8,
- GroupRead = 32,
- GroupReadWriteExecute = 56,
- GroupWrite = 16,
- OtherExecute = 1,
- OtherRead = 4,
- OtherReadWriteExecute = 7,
- OtherWrite = 2,
- UserExecute = 64,
- UserRead = 256,
- UserReadWriteExecute = 448,
- UserWrite = 128,
- }
- public sealed partial class FileHandleOperations
- {
- internal FileHandleOperations() { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- }
- [System.FlagsAttribute]
- public enum FileSpecialAttributes
- {
- SetGroupId = 1024,
- SetUserId = 2048,
- Sticky = 512,
- }
- public enum FileTypes
- {
- BlockDevice = 24576,
- CharacterDevice = 8192,
- Directory = 16384,
- Fifo = 4096,
- RegularFile = 32768,
- Socket = 49152,
- SymbolicLink = 40960,
- }
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- public partial class StdioFileStream : System.IO.Stream
- {
- public static readonly System.IntPtr InvalidFileStream;
- public static readonly System.IntPtr StandardError;
- public static readonly System.IntPtr StandardInput;
- public static readonly System.IntPtr StandardOutput;
- public StdioFileStream(System.IntPtr fileStream) { }
- public StdioFileStream(System.IntPtr fileStream, bool ownsHandle) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access, bool ownsHandle) { }
- public StdioFileStream(string path) { }
- public StdioFileStream(string path, System.IO.FileAccess access) { }
- public StdioFileStream(string path, System.IO.FileMode mode) { }
- public StdioFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) { }
- public StdioFileStream(string path, string mode) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~StdioFileStream() { }
- public override void Flush() { }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public void RestoreFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public void Rewind() { }
- public void SaveFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class UnixClient : System.MarshalByRefObject, System.IDisposable
- {
- public UnixClient() { }
- public UnixClient(Mono.Unix.UnixEndPoint ep) { }
- public UnixClient(string path) { }
- public System.Net.Sockets.Socket Client { get { throw null; } set { } }
- public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
- public Mono.Unix.PeerCred PeerCredential { get { throw null; } }
- public int ReceiveBufferSize { get { throw null; } set { } }
- public int ReceiveTimeout { get { throw null; } set { } }
- public int SendBufferSize { get { throw null; } set { } }
- public int SendTimeout { get { throw null; } set { } }
- public void Close() { }
- public void Connect(Mono.Unix.UnixEndPoint remoteEndPoint) { }
- public void Connect(string path) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~UnixClient() { }
- public System.Net.Sockets.NetworkStream GetStream() { throw null; }
- }
- public sealed partial class UnixDirectoryInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixDirectoryInfo(string path) : base (default(string)) { }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Parent { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Root { get { throw null; } }
- public void Create() { }
- public void Create(Mono.Unix.FileAccessPermissions mode) { }
- [System.CLSCompliantAttribute(false)]
- public void Create(Mono.Unix.Native.FilePermissions mode) { }
- public override void Delete() { }
- public void Delete(bool recursive) { }
- public static string GetCurrentDirectory() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(string regex) { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries() { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(string regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public static void SetCurrentDirectory(string path) { }
- }
- public sealed partial class UnixDriveInfo
- {
- public UnixDriveInfo(string mountPoint) { }
- public long AvailableFreeSpace { get { throw null; } }
- public string DriveFormat { get { throw null; } }
- public Mono.Unix.UnixDriveType DriveType { get { throw null; } }
- public bool IsReady { get { throw null; } }
- public long MaximumFilenameLength { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo RootDirectory { get { throw null; } }
- public long TotalFreeSpace { get { throw null; } }
- public long TotalSize { get { throw null; } }
- public string VolumeLabel { get { throw null; } }
- public static Mono.Unix.UnixDriveInfo[] GetDrives() { throw null; }
- public static Mono.Unix.UnixDriveInfo GetForSpecialFile(string specialFile) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum UnixDriveType
- {
- CDRom = 5,
- Fixed = 3,
- Network = 4,
- NoRootDirectory = 1,
- Ram = 6,
- Removable = 2,
- Unknown = 0,
- }
- [System.SerializableAttribute]
- public partial class UnixEncoding : System.Text.Encoding
- {
- public static readonly char EscapeByte;
- public static readonly System.Text.Encoding Instance;
- public UnixEncoding() { }
- public override bool Equals(object value) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetHashCode() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override byte[] GetPreamble() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class UnixEnvironment
- {
- internal UnixEnvironment() { }
- public static string CurrentDirectory { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo EffectiveGroup { get { throw null; } set { } }
- public static long EffectiveGroupId { get { throw null; } set { } }
- public static Mono.Unix.UnixUserInfo EffectiveUser { get { throw null; } set { } }
- public static long EffectiveUserId { get { throw null; } set { } }
- public static string Login { get { throw null; } }
- public static string MachineName { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo RealGroup { get { throw null; } }
- public static long RealGroupId { get { throw null; } }
- public static Mono.Unix.UnixUserInfo RealUser { get { throw null; } }
- public static long RealUserId { get { throw null; } }
- public static string UserName { get { throw null; } }
- public static int CreateSession() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string GetConfigurationString(Mono.Unix.Native.ConfstrName name) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static long GetConfigurationValue(Mono.Unix.Native.SysconfName name) { throw null; }
- public static Mono.Unix.UnixProcess GetParentProcess() { throw null; }
- public static int GetParentProcessId() { throw null; }
- public static int GetProcessGroup() { throw null; }
- public static long[] GetSupplementaryGroupIds() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetSupplementaryGroups() { throw null; }
- public static string[] GetUserShells() { throw null; }
- public static void SetNiceValue(int inc) { }
- public static void SetProcessGroup() { }
- public static void SetSupplementaryGroupIds(long[] list) { }
- public static void SetSupplementaryGroups(Mono.Unix.UnixGroupInfo[] groups) { }
- }
- public sealed partial class UnixFileInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixFileInfo(string path) : base (default(string)) { }
- public Mono.Unix.UnixDirectoryInfo Directory { get { throw null; } }
- public string DirectoryName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixStream Create() { throw null; }
- public Mono.Unix.UnixStream Create(Mono.Unix.FileAccessPermissions mode) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Create(Mono.Unix.Native.FilePermissions mode) { throw null; }
- public override void Delete() { }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access, Mono.Unix.Native.FilePermissions perms) { throw null; }
- public Mono.Unix.UnixStream OpenRead() { throw null; }
- public Mono.Unix.UnixStream OpenWrite() { throw null; }
- }
- public abstract partial class UnixFileSystemInfo
- {
- protected UnixFileSystemInfo(string path) { }
- public long BlocksAllocated { get { throw null; } }
- public long BlockSize { get { throw null; } }
- public long Device { get { throw null; } }
- public long DeviceType { get { throw null; } }
- public bool Exists { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public virtual string FullName { get { throw null; } }
- protected string FullPath { get { throw null; } set { } }
- public long Inode { get { throw null; } }
- public bool IsBlockDevice { get { throw null; } }
- public bool IsCharacterDevice { get { throw null; } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFifo { get { throw null; } }
- public bool IsRegularFile { get { throw null; } }
- public bool IsSetGroup { get { throw null; } }
- public bool IsSetUser { get { throw null; } }
- public bool IsSocket { get { throw null; } }
- public bool IsSticky { get { throw null; } }
- public bool IsSymbolicLink { get { throw null; } }
- public System.DateTime LastAccessTime { get { throw null; } }
- public System.DateTime LastAccessTimeUtc { get { throw null; } }
- public System.DateTime LastStatusChangeTime { get { throw null; } }
- public System.DateTime LastStatusChangeTimeUtc { get { throw null; } }
- public System.DateTime LastWriteTime { get { throw null; } }
- public System.DateTime LastWriteTimeUtc { get { throw null; } }
- public long Length { get { throw null; } }
- public long LinkCount { get { throw null; } }
- public abstract string Name { get; }
- protected string OriginalPath { get { throw null; } set { } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public bool CanAccess(Mono.Unix.Native.AccessModes mode) { throw null; }
- public Mono.Unix.UnixFileSystemInfo CreateLink(string path) { throw null; }
- public Mono.Unix.UnixSymbolicLinkInfo CreateSymbolicLink(string path) { throw null; }
- public abstract void Delete();
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- protected virtual bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public static Mono.Unix.UnixFileSystemInfo GetFileSystemEntry(string path) { throw null; }
- public void Refresh() { }
- public void SetLength(long length) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner, Mono.Unix.UnixGroupInfo group) { }
- public virtual void SetOwner(long owner, long group) { }
- public void SetOwner(string owner) { }
- public void SetOwner(string owner, string group) { }
- public Mono.Unix.Native.Stat ToStat() { throw null; }
- public override string ToString() { throw null; }
- public static bool TryGetFileSystemEntry(string path, out Mono.Unix.UnixFileSystemInfo entry) { entry = default(Mono.Unix.UnixFileSystemInfo); throw null; }
- }
- public sealed partial class UnixGroupInfo
- {
- public UnixGroupInfo(Mono.Unix.Native.Group group) { }
- public UnixGroupInfo(long group) { }
- public UnixGroupInfo(string group) { }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string Password { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetLocalGroups() { throw null; }
- public string[] GetMemberNames() { throw null; }
- public Mono.Unix.UnixUserInfo[] GetMembers() { throw null; }
- public Mono.Unix.Native.Group ToGroup() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixIOException : System.IO.IOException
- {
- public UnixIOException() { }
- public UnixIOException(Mono.Unix.Native.Errno errno) { }
- public UnixIOException(Mono.Unix.Native.Errno errno, System.Exception inner) { }
- public UnixIOException(int errno) { }
- public UnixIOException(int errno, System.Exception inner) { }
- protected UnixIOException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public UnixIOException(string message) { }
- public UnixIOException(string message, System.Exception inner) { }
- public Mono.Unix.Native.Errno ErrorCode { get { throw null; } }
- public int NativeErrorCode { get { throw null; } }
- }
- public partial class UnixListener : System.MarshalByRefObject, System.IDisposable
- {
- public UnixListener(Mono.Unix.UnixEndPoint localEndPoint) { }
- public UnixListener(string path) { }
- public System.Net.EndPoint LocalEndpoint { get { throw null; } }
- protected System.Net.Sockets.Socket Server { get { throw null; } }
- public System.Net.Sockets.Socket AcceptSocket() { throw null; }
- public Mono.Unix.UnixClient AcceptUnixClient() { throw null; }
- public void Dispose() { }
- protected void Dispose(bool disposing) { }
- ~UnixListener() { }
- public bool Pending() { throw null; }
- public void Start() { }
- public void Start(int backlog) { }
- public void Stop() { }
- }
- public sealed partial class UnixMarshal
- {
- internal UnixMarshal() { }
- public static System.IntPtr AllocHeap(long size) { throw null; }
- public static void FreeHeap(System.IntPtr ptr) { }
- [System.CLSCompliantAttribute(false)]
- public static string GetErrorDescription(Mono.Unix.Native.Errno errno) { throw null; }
- public static string PtrToString(System.IntPtr p) { throw null; }
- public static string PtrToString(System.IntPtr p, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string PtrToStringUnix(System.IntPtr p) { throw null; }
- public static System.IntPtr ReAllocHeap(System.IntPtr ptr, long size) { throw null; }
- public static bool ShouldRetrySyscall(int r) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool ShouldRetrySyscall(int r, out Mono.Unix.Native.Errno errno) { errno = default(Mono.Unix.Native.Errno); throw null; }
- public static System.IntPtr StringToHeap(string s) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count, System.Text.Encoding encoding) { throw null; }
- public static System.IntPtr StringToHeap(string s, System.Text.Encoding encoding) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForError(Mono.Unix.Native.Errno errno) { }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForErrorIf(int retval, Mono.Unix.Native.Errno errno) { }
- public static void ThrowExceptionForLastError() { }
- public static void ThrowExceptionForLastErrorIf(int retval) { }
- }
- public sealed partial class UnixPath
- {
- internal UnixPath() { }
- public static readonly char AltDirectorySeparatorChar;
- public static readonly char DirectorySeparatorChar;
- public static readonly char PathSeparator;
- public static readonly char VolumeSeparatorChar;
- public static string Combine(string path1, params string[] paths) { throw null; }
- public static string GetCanonicalPath(string path) { throw null; }
- public static string GetCompleteRealPath(string path) { throw null; }
- public static string GetDirectoryName(string path) { throw null; }
- public static string GetFileName(string path) { throw null; }
- public static string GetFullPath(string path) { throw null; }
- public static char[] GetInvalidPathChars() { throw null; }
- public static string GetPathRoot(string path) { throw null; }
- public static string GetRealPath(string path) { throw null; }
- public static bool IsPathRooted(string path) { throw null; }
- public static string ReadLink(string path) { throw null; }
- public static string ReadLinkAt(int dirfd, string path) { throw null; }
- public static string TryReadLink(string path) { throw null; }
- public static string TryReadLinkAt(int dirfd, string path) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct UnixPipes : System.IEquatable<Mono.Unix.UnixPipes>
- {
- public Mono.Unix.UnixStream Reading;
- public Mono.Unix.UnixStream Writing;
- public UnixPipes(Mono.Unix.UnixStream reading, Mono.Unix.UnixStream writing) { throw null;}
- public static Mono.Unix.UnixPipes CreatePipes() { throw null; }
- public bool Equals(Mono.Unix.UnixPipes value) { throw null; }
- public override bool Equals(object value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- public static bool operator !=(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- }
- public sealed partial class UnixProcess
- {
- internal UnixProcess() { }
- public int ExitCode { get { throw null; } }
- public bool HasExited { get { throw null; } }
- public bool HasSignaled { get { throw null; } }
- public bool HasStopped { get { throw null; } }
- public int Id { get { throw null; } }
- public int ProcessGroupId { get { throw null; } set { } }
- public int SessionId { get { throw null; } }
- public Mono.Unix.Native.Signum StopSignal { get { throw null; } }
- public Mono.Unix.Native.Signum TerminationSignal { get { throw null; } }
- public static Mono.Unix.UnixProcess GetCurrentProcess() { throw null; }
- public static int GetCurrentProcessId() { throw null; }
- public void Kill() { }
- [System.CLSCompliantAttribute(false)]
- public void Signal(Mono.Unix.Native.Signum signal) { }
- public void WaitForExit() { }
- }
- public partial class UnixSignal : System.Threading.WaitHandle
- {
- public UnixSignal(Mono.Unix.Native.RealTimeSignum rtsig) { }
- public UnixSignal(Mono.Unix.Native.Signum signum) { }
- public int Count { get { throw null; } set { } }
- public bool IsRealTimeSignal { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public Mono.Unix.Native.RealTimeSignum RealTimeSignum { get { throw null; } }
- public Mono.Unix.Native.Signum Signum { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public bool Reset() { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, int millisecondsTimeout) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, System.TimeSpan timeout) { throw null; }
- public override bool WaitOne() { throw null; }
- public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; }
- public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; }
- }
- public sealed partial class UnixStream : System.IO.Stream, System.IDisposable
- {
- public const int InvalidFileDescriptor = -1;
- public const int StandardErrorFileDescriptor = 2;
- public const int StandardInputFileDescriptor = 0;
- public const int StandardOutputFileDescriptor = 1;
- public UnixStream(int fileDescriptor) { }
- public UnixStream(int fileDescriptor, bool ownsHandle) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public int Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern) { }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public override void Close() { }
- ~UnixStream() { }
- public override void Flush() { }
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public int ReadAtOffset([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count, long fileOffset) { buffer = default(byte[]); throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SendTo(Mono.Unix.UnixStream output) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(Mono.Unix.UnixStream output, ulong count) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(int out_fd, ulong count) { }
- public override void SetLength(long value) { }
- public void SetOwner(long user, long group) { }
- public void SetOwner(string user) { }
- public void SetOwner(string user, string group) { }
- void System.IDisposable.Dispose() { }
- public override void Write(byte[] buffer, int offset, int count) { }
- public void WriteAtOffset(byte[] buffer, int offset, int count, long fileOffset) { }
- }
- public sealed partial class UnixSymbolicLinkInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixSymbolicLinkInfo(string path) : base (default(string)) { }
- [System.ObsoleteAttribute("Use GetContents()")]
- public Mono.Unix.UnixFileSystemInfo Contents { get { throw null; } }
- public string ContentsPath { get { throw null; } }
- public bool HasContents { get { throw null; } }
- public override string Name { get { throw null; } }
- public void CreateSymbolicLinkTo(Mono.Unix.UnixFileSystemInfo path) { }
- public void CreateSymbolicLinkTo(string path) { }
- public override void Delete() { }
- public Mono.Unix.UnixFileSystemInfo GetContents() { throw null; }
- protected override bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public override void SetOwner(long owner, long group) { }
- }
- public sealed partial class UnixUserInfo
- {
- public UnixUserInfo(Mono.Unix.Native.Passwd passwd) { }
- public UnixUserInfo(long user) { }
- public UnixUserInfo(string user) { }
- [System.CLSCompliantAttribute(false)]
- public UnixUserInfo(uint user) { }
- public Mono.Unix.UnixGroupInfo Group { get { throw null; } }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string HomeDirectory { get { throw null; } }
- public string Password { get { throw null; } }
- public string RealName { get { throw null; } }
- public string ShellProgram { get { throw null; } }
- public long UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixUserInfo[] GetLocalUsers() { throw null; }
- public static string GetLoginName() { throw null; }
- public static Mono.Unix.UnixUserInfo GetRealUser() { throw null; }
- public static long GetRealUserId() { throw null; }
- public Mono.Unix.Native.Passwd ToPasswd() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Unix.Native
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AccessModes
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AtFlags
- {
- AT_EMPTY_PATH = 4096,
- AT_NO_AUTOMOUNT = 2048,
- AT_REMOVEDIR = 512,
- AT_SYMLINK_FOLLOW = 1024,
- AT_SYMLINK_NOFOLLOW = 256,
- }
- public sealed partial class CdeclFunction
- {
- public CdeclFunction(string library, string method) { }
- public CdeclFunction(string library, string method, System.Type returnType) { }
- public object Invoke(object[] parameters) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Cmsghdr
- {
- public long cmsg_len;
- public Mono.Unix.Native.UnixSocketProtocol cmsg_level;
- public Mono.Unix.Native.UnixSocketControlMessage cmsg_type;
- public static int Size { get { throw null; } }
- public static Mono.Unix.Native.Cmsghdr ReadFromBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public void WriteToBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { }
- }
- [System.CLSCompliantAttribute(false)]
- public enum ConfstrName
- {
- _CS_GNU_LIBC_VERSION = 2,
- _CS_GNU_LIBPTHREAD_VERSION = 3,
- _CS_LFS64_CFLAGS = 1004,
- _CS_LFS64_LDFLAGS = 1005,
- _CS_LFS64_LIBS = 1006,
- _CS_LFS64_LINTFLAGS = 1007,
- _CS_LFS_CFLAGS = 1000,
- _CS_LFS_LDFLAGS = 1001,
- _CS_LFS_LIBS = 1002,
- _CS_LFS_LINTFLAGS = 1003,
- _CS_PATH = 0,
- _CS_POSIX_V6_ILP32_OFF32_CFLAGS = 1116,
- _CS_POSIX_V6_ILP32_OFF32_LDFLAGS = 1117,
- _CS_POSIX_V6_ILP32_OFF32_LIBS = 1118,
- _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS = 1119,
- _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS = 1120,
- _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS = 1121,
- _CS_POSIX_V6_ILP32_OFFBIG_LIBS = 1122,
- _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS = 1123,
- _CS_POSIX_V6_LP64_OFF64_CFLAGS = 1124,
- _CS_POSIX_V6_LP64_OFF64_LDFLAGS = 1125,
- _CS_POSIX_V6_LP64_OFF64_LIBS = 1126,
- _CS_POSIX_V6_LP64_OFF64_LINTFLAGS = 1127,
- _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS = 1128,
- _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS = 1129,
- _CS_POSIX_V6_LPBIG_OFFBIG_LIBS = 1130,
- _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS = 1131,
- _CS_V6_WIDTH_RESTRICTED_ENVS = 1,
- _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
- _CS_XBS5_ILP32_OFF32_LDFLAGS = 1101,
- _CS_XBS5_ILP32_OFF32_LIBS = 1102,
- _CS_XBS5_ILP32_OFF32_LINTFLAGS = 1103,
- _CS_XBS5_ILP32_OFFBIG_CFLAGS = 1104,
- _CS_XBS5_ILP32_OFFBIG_LDFLAGS = 1105,
- _CS_XBS5_ILP32_OFFBIG_LIBS = 1106,
- _CS_XBS5_ILP32_OFFBIG_LINTFLAGS = 1107,
- _CS_XBS5_LP64_OFF64_CFLAGS = 1108,
- _CS_XBS5_LP64_OFF64_LDFLAGS = 1109,
- _CS_XBS5_LP64_OFF64_LIBS = 1110,
- _CS_XBS5_LP64_OFF64_LINTFLAGS = 1111,
- _CS_XBS5_LPBIG_OFFBIG_CFLAGS = 1112,
- _CS_XBS5_LPBIG_OFFBIG_LDFLAGS = 1113,
- _CS_XBS5_LPBIG_OFFBIG_LIBS = 1114,
- _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS = 1115,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum DirectoryNotifyFlags
- {
- DN_ACCESS = 1,
- DN_ATTRIB = 32,
- DN_CREATE = 4,
- DN_DELETE = 8,
- DN_MODIFY = 2,
- DN_MULTISHOT = -2147483648,
- DN_RENAME = 16,
- }
- public sealed partial class Dirent : System.IEquatable<Mono.Unix.Native.Dirent>
- {
- [System.CLSCompliantAttribute(false)]
- public ulong d_ino;
- public string d_name;
- public long d_off;
- [System.CLSCompliantAttribute(false)]
- public ushort d_reclen;
- public byte d_type;
- public Dirent() { }
- public bool Equals(Mono.Unix.Native.Dirent value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=12, Pack=1)]
- public partial struct EpollEvent
- {
- [System.Runtime.InteropServices.FieldOffsetAttribute(0)]
- public Mono.Unix.Native.EpollEvents events;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public int fd;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public System.IntPtr ptr;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public uint u32;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public ulong u64;
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum EpollEvents : uint
- {
- EPOLLERR = (uint)8,
- EPOLLET = (uint)2147483648,
- EPOLLHUP = (uint)16,
- EPOLLIN = (uint)1,
- EPOLLMSG = (uint)1024,
- EPOLLONESHOT = (uint)1073741824,
- EPOLLOUT = (uint)4,
- EPOLLPRI = (uint)2,
- EPOLLRDBAND = (uint)128,
- EPOLLRDHUP = (uint)8192,
- EPOLLRDNORM = (uint)64,
- EPOLLWRBAND = (uint)512,
- EPOLLWRNORM = (uint)256,
- }
- [System.FlagsAttribute]
- public enum EpollFlags
- {
- EPOLL_CLOEXEC = 2000000,
- EPOLL_NONBLOCK = 4000,
- }
- public enum EpollOp
- {
- EPOLL_CTL_ADD = 1,
- EPOLL_CTL_DEL = 2,
- EPOLL_CTL_MOD = 3,
- }
- public enum Errno
- {
- E2BIG = 7,
- EACCES = 13,
- EADDRINUSE = 98,
- EADDRNOTAVAIL = 99,
- EADV = 68,
- EAFNOSUPPORT = 97,
- EAGAIN = 11,
- EALREADY = 114,
- EAUTH = 1080,
- EBADARCH = 1086,
- EBADE = 52,
- EBADEXEC = 1085,
- EBADF = 9,
- EBADFD = 77,
- EBADMACHO = 1088,
- EBADMSG = 74,
- EBADR = 53,
- EBADRPC = 1072,
- EBADRQC = 56,
- EBADSLT = 57,
- EBFONT = 59,
- EBUSY = 16,
- ECANCELED = 125,
- ECHILD = 10,
- ECHRNG = 44,
- ECOMM = 70,
- ECONNABORTED = 103,
- ECONNREFUSED = 111,
- ECONNRESET = 104,
- EDEADLK = 35,
- EDEADLOCK = 35,
- EDESTADDRREQ = 89,
- EDEVERR = 1083,
- EDOM = 33,
- EDOTDOT = 73,
- EDQUOT = 122,
- EEXIST = 17,
- EFAULT = 14,
- EFBIG = 27,
- EFTYPE = 1079,
- EHOSTDOWN = 112,
- EHOSTUNREACH = 113,
- EIDRM = 43,
- EILSEQ = 84,
- EINPROGRESS = 115,
- EINTR = 4,
- EINVAL = 22,
- EIO = 5,
- EISCONN = 106,
- EISDIR = 21,
- EISNAM = 120,
- EKEYEXPIRED = 127,
- EKEYREJECTED = 129,
- EKEYREVOKED = 128,
- EL2HLT = 51,
- EL2NSYNC = 45,
- EL3HLT = 46,
- EL3RST = 47,
- ELIBACC = 79,
- ELIBBAD = 80,
- ELIBEXEC = 83,
- ELIBMAX = 82,
- ELIBSCN = 81,
- ELNRNG = 48,
- ELOOP = 40,
- EMEDIUMTYPE = 124,
- EMFILE = 24,
- EMLINK = 31,
- EMSGSIZE = 90,
- EMULTIHOP = 72,
- ENAMETOOLONG = 36,
- ENAVAIL = 119,
- ENEEDAUTH = 1081,
- ENETDOWN = 100,
- ENETRESET = 102,
- ENETUNREACH = 101,
- ENFILE = 23,
- ENOANO = 55,
- ENOATTR = 1093,
- ENOBUFS = 105,
- ENOCSI = 50,
- ENODATA = 61,
- ENODEV = 19,
- ENOENT = 2,
- ENOEXEC = 8,
- ENOKEY = 126,
- ENOLCK = 37,
- ENOLINK = 67,
- ENOMEDIUM = 123,
- ENOMEM = 12,
- ENOMSG = 42,
- ENONET = 64,
- ENOPKG = 65,
- ENOPOLICY = 1103,
- ENOPROTOOPT = 92,
- ENOSPC = 28,
- ENOSR = 63,
- ENOSTR = 60,
- ENOSYS = 38,
- ENOTBLK = 15,
- ENOTCONN = 107,
- ENOTDIR = 20,
- ENOTEMPTY = 39,
- ENOTNAM = 118,
- ENOTRECOVERABLE = 131,
- ENOTSOCK = 88,
- ENOTTY = 25,
- ENOTUNIQ = 76,
- ENXIO = 6,
- EOPNOTSUPP = 95,
- EOVERFLOW = 75,
- EOWNERDEAD = 130,
- EPERM = 1,
- EPFNOSUPPORT = 96,
- EPIPE = 32,
- EPROCLIM = 1067,
- EPROCUNAVAIL = 1076,
- EPROGMISMATCH = 1075,
- EPROGUNAVAIL = 1074,
- EPROTO = 71,
- EPROTONOSUPPORT = 93,
- EPROTOTYPE = 91,
- EPWROFF = 1082,
- ERANGE = 34,
- EREMCHG = 78,
- EREMOTE = 66,
- EREMOTEIO = 121,
- ERESTART = 85,
- EROFS = 30,
- ERPCMISMATCH = 1073,
- ESHLIBVERS = 1087,
- ESHUTDOWN = 108,
- ESOCKTNOSUPPORT = 94,
- ESPIPE = 29,
- ESRCH = 3,
- ESRMNT = 69,
- ESTALE = 116,
- ESTRPIPE = 86,
- ETIME = 62,
- ETIMEDOUT = 110,
- ETOOMANYREFS = 109,
- ETXTBSY = 26,
- EUCLEAN = 117,
- EUNATCH = 49,
- EUSERS = 87,
- EWOULDBLOCK = 11,
- EXDEV = 18,
- EXFULL = 54,
- }
- [System.CLSCompliantAttribute(false)]
- public enum FcntlCommand
- {
- F_DUPFD = 0,
- F_GETFD = 1,
- F_GETFL = 3,
- F_GETLEASE = 1025,
- F_GETLK = 12,
- F_GETOWN = 9,
- F_GETSIG = 11,
- F_NOCACHE = 48,
- F_NOTIFY = 1026,
- F_SETFD = 2,
- F_SETFL = 4,
- F_SETLEASE = 1024,
- F_SETLK = 13,
- F_SETLKW = 14,
- F_SETOWN = 8,
- F_SETSIG = 10,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum FilePermissions : uint
- {
- ACCESSPERMS = (uint)511,
- ALLPERMS = (uint)4095,
- DEFFILEMODE = (uint)438,
- S_IFBLK = (uint)24576,
- S_IFCHR = (uint)8192,
- S_IFDIR = (uint)16384,
- S_IFIFO = (uint)4096,
- S_IFLNK = (uint)40960,
- S_IFMT = (uint)61440,
- S_IFREG = (uint)32768,
- S_IFSOCK = (uint)49152,
- S_IRGRP = (uint)32,
- S_IROTH = (uint)4,
- S_IRUSR = (uint)256,
- S_IRWXG = (uint)56,
- S_IRWXO = (uint)7,
- S_IRWXU = (uint)448,
- S_ISGID = (uint)1024,
- S_ISUID = (uint)2048,
- S_ISVTX = (uint)512,
- S_IWGRP = (uint)16,
- S_IWOTH = (uint)2,
- S_IWUSR = (uint)128,
- S_IXGRP = (uint)8,
- S_IXOTH = (uint)1,
- S_IXUSR = (uint)64,
- }
- public sealed partial class FilePosition : System.MarshalByRefObject, System.IDisposable, System.IEquatable<Mono.Unix.Native.FilePosition>
- {
- public FilePosition() { }
- public void Dispose() { }
- public bool Equals(Mono.Unix.Native.FilePosition value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- ~FilePosition() { }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Flock : System.IEquatable<Mono.Unix.Native.Flock>
- {
- public long l_len;
- public int l_pid;
- public long l_start;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.LockType l_type;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.SeekFlags l_whence;
- public bool Equals(Mono.Unix.Native.Flock value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- }
- public sealed partial class Fstab : System.IEquatable<Mono.Unix.Native.Fstab>
- {
- public string fs_file;
- public int fs_freq;
- public string fs_mntops;
- public int fs_passno;
- public string fs_spec;
- public string fs_type;
- public string fs_vfstype;
- public Fstab() { }
- public bool Equals(Mono.Unix.Native.Fstab value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class Group : System.IEquatable<Mono.Unix.Native.Group>
- {
- [System.CLSCompliantAttribute(false)]
- public uint gr_gid;
- public string[] gr_mem;
- public string gr_name;
- public string gr_passwd;
- public Group() { }
- public bool Equals(Mono.Unix.Native.Group value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct In6Addr : System.IEquatable<Mono.Unix.Native.In6Addr>
- {
- public In6Addr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.In6Addr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InAddr : System.IEquatable<Mono.Unix.Native.InAddr>
- {
- public uint s_addr;
- public InAddr(byte b0, byte b1, byte b2, byte b3) { throw null;}
- public InAddr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.InAddr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Iovec
- {
- public System.IntPtr iov_base;
- [System.CLSCompliantAttribute(false)]
- public ulong iov_len;
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Linger
- {
- public int l_linger;
- public int l_onoff;
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockfCommand
- {
- F_LOCK = 1,
- F_TEST = 3,
- F_TLOCK = 2,
- F_ULOCK = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockType : short
- {
- F_RDLCK = (short)0,
- F_UNLCK = (short)2,
- F_WRLCK = (short)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MessageFlags
- {
- MSG_CMSG_CLOEXEC = 1073741824,
- MSG_CONFIRM = 2048,
- MSG_CTRUNC = 8,
- MSG_DONTROUTE = 4,
- MSG_DONTWAIT = 64,
- MSG_EOR = 128,
- MSG_ERRQUEUE = 8192,
- MSG_FASTOPEN = 536870912,
- MSG_FIN = 512,
- MSG_MORE = 32768,
- MSG_NOSIGNAL = 16384,
- MSG_OOB = 1,
- MSG_PEEK = 2,
- MSG_PROXY = 16,
- MSG_RST = 4096,
- MSG_SYN = 1024,
- MSG_TRUNC = 32,
- MSG_WAITALL = 256,
- MSG_WAITFORONE = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MlockallFlags
- {
- MCL_CURRENT = 1,
- MCL_FUTURE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapFlags
- {
- MAP_ANON = 32,
- MAP_ANONYMOUS = 32,
- MAP_DENYWRITE = 2048,
- MAP_EXECUTABLE = 4096,
- MAP_FILE = 0,
- MAP_FIXED = 16,
- MAP_GROWSDOWN = 256,
- MAP_LOCKED = 8192,
- MAP_NONBLOCK = 65536,
- MAP_NORESERVE = 16384,
- MAP_POPULATE = 32768,
- MAP_PRIVATE = 2,
- MAP_SHARED = 1,
- MAP_TYPE = 15,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapProts
- {
- PROT_EXEC = 4,
- PROT_GROWSDOWN = 16777216,
- PROT_GROWSUP = 33554432,
- PROT_NONE = 0,
- PROT_READ = 1,
- PROT_WRITE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MountFlags : ulong
- {
- ST_APPEND = (ulong)256,
- ST_BIND = (ulong)4096,
- ST_IMMUTABLE = (ulong)512,
- ST_MANDLOCK = (ulong)64,
- ST_NOATIME = (ulong)1024,
- ST_NODEV = (ulong)4,
- ST_NODIRATIME = (ulong)2048,
- ST_NOEXEC = (ulong)8,
- ST_NOSUID = (ulong)2,
- ST_RDONLY = (ulong)1,
- ST_REMOUNT = (ulong)32,
- ST_SYNCHRONOUS = (ulong)16,
- ST_WRITE = (ulong)128,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MremapFlags : ulong
- {
- MREMAP_MAYMOVE = (ulong)1,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Msghdr
- {
- public byte[] msg_control;
- public long msg_controllen;
- public Mono.Unix.Native.MessageFlags msg_flags;
- public Mono.Unix.Native.Iovec[] msg_iov;
- public int msg_iovlen;
- public Mono.Unix.Native.Sockaddr msg_name;
- public Msghdr() { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MsyncFlags
- {
- MS_ASYNC = 1,
- MS_INVALIDATE = 2,
- MS_SYNC = 4,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class NativeConvert
- {
- internal NativeConvert() { }
- public static readonly System.DateTime LocalUnixEpoch;
- public static readonly System.TimeSpan LocalUtcOffset;
- public static readonly System.DateTime UnixEpoch;
- public static int FromAccessModes(Mono.Unix.Native.AccessModes value) { throw null; }
- public static int FromAtFlags(Mono.Unix.Native.AtFlags value) { throw null; }
- public static int FromConfstrName(Mono.Unix.Native.ConfstrName value) { throw null; }
- public static long FromDateTime(System.DateTime time) { throw null; }
- public static int FromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value) { throw null; }
- public static uint FromEpollEvents(Mono.Unix.Native.EpollEvents value) { throw null; }
- public static int FromEpollFlags(Mono.Unix.Native.EpollFlags value) { throw null; }
- public static int FromErrno(Mono.Unix.Native.Errno value) { throw null; }
- public static int FromFcntlCommand(Mono.Unix.Native.FcntlCommand value) { throw null; }
- public static uint FromFilePermissions(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static int FromLockfCommand(Mono.Unix.Native.LockfCommand value) { throw null; }
- public static short FromLockType(Mono.Unix.Native.LockType value) { throw null; }
- public static int FromMessageFlags(Mono.Unix.Native.MessageFlags value) { throw null; }
- public static int FromMlockallFlags(Mono.Unix.Native.MlockallFlags value) { throw null; }
- public static int FromMmapFlags(Mono.Unix.Native.MmapFlags value) { throw null; }
- public static int FromMmapProts(Mono.Unix.Native.MmapProts value) { throw null; }
- public static ulong FromMountFlags(Mono.Unix.Native.MountFlags value) { throw null; }
- public static ulong FromMremapFlags(Mono.Unix.Native.MremapFlags value) { throw null; }
- public static int FromMsyncFlags(Mono.Unix.Native.MsyncFlags value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromOctalPermissionString(string value) { throw null; }
- public static int FromOpenFlags(Mono.Unix.Native.OpenFlags value) { throw null; }
- public static int FromPathconfName(Mono.Unix.Native.PathconfName value) { throw null; }
- public static short FromPollEvents(Mono.Unix.Native.PollEvents value) { throw null; }
- public static int FromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value) { throw null; }
- public static int FromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value) { throw null; }
- public static int FromRealTimeSignum(Mono.Unix.Native.RealTimeSignum sig) { throw null; }
- public static short FromSeekFlags(Mono.Unix.Native.SeekFlags value) { throw null; }
- public static int FromShutdownOption(Mono.Unix.Native.ShutdownOption value) { throw null; }
- public static int FromSignum(Mono.Unix.Native.Signum value) { throw null; }
- public static int FromSysconfName(Mono.Unix.Native.SysconfName value) { throw null; }
- public static int FromSyslogFacility(Mono.Unix.Native.SyslogFacility value) { throw null; }
- public static int FromSyslogLevel(Mono.Unix.Native.SyslogLevel value) { throw null; }
- public static int FromSyslogOptions(Mono.Unix.Native.SyslogOptions value) { throw null; }
- public static System.DateTime FromTimeT(long time) { throw null; }
- public static int FromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromUnixPermissionString(string value) { throw null; }
- public static int FromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value) { throw null; }
- public static int FromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value) { throw null; }
- public static int FromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value) { throw null; }
- public static int FromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value) { throw null; }
- public static int FromUnixSocketType(Mono.Unix.Native.UnixSocketType value) { throw null; }
- public static int FromWaitOptions(Mono.Unix.Native.WaitOptions value) { throw null; }
- public static int FromXattrFlags(Mono.Unix.Native.XattrFlags value) { throw null; }
- public static Mono.Unix.Native.AccessModes ToAccessModes(int value) { throw null; }
- public static Mono.Unix.Native.AtFlags ToAtFlags(int value) { throw null; }
- public static Mono.Unix.Native.ConfstrName ToConfstrName(int value) { throw null; }
- public static System.DateTime ToDateTime(long time) { throw null; }
- public static System.DateTime ToDateTime(long time, long nanoTime) { throw null; }
- public static Mono.Unix.Native.DirectoryNotifyFlags ToDirectoryNotifyFlags(int value) { throw null; }
- public static Mono.Unix.Native.EpollEvents ToEpollEvents(uint value) { throw null; }
- public static Mono.Unix.Native.EpollFlags ToEpollFlags(int value) { throw null; }
- public static Mono.Unix.Native.Errno ToErrno(int value) { throw null; }
- public static Mono.Unix.Native.FcntlCommand ToFcntlCommand(int value) { throw null; }
- public static Mono.Unix.Native.FilePermissions ToFilePermissions(uint value) { throw null; }
- public static string ToFopenMode(System.IO.FileAccess access) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.In6Addr ToIn6Addr(System.Net.IPAddress address) { throw null; }
- public static Mono.Unix.Native.InAddr ToInAddr(System.Net.IPAddress address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.In6Addr address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.InAddr address) { throw null; }
- public static Mono.Unix.Native.LockfCommand ToLockfCommand(int value) { throw null; }
- public static Mono.Unix.Native.LockType ToLockType(short value) { throw null; }
- public static Mono.Unix.Native.MessageFlags ToMessageFlags(int value) { throw null; }
- public static Mono.Unix.Native.MlockallFlags ToMlockallFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapFlags ToMmapFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapProts ToMmapProts(int value) { throw null; }
- public static Mono.Unix.Native.MountFlags ToMountFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MremapFlags ToMremapFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MsyncFlags ToMsyncFlags(int value) { throw null; }
- public static string ToOctalPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(int value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.PathconfName ToPathconfName(int value) { throw null; }
- public static Mono.Unix.Native.PollEvents ToPollEvents(short value) { throw null; }
- public static Mono.Unix.Native.PosixFadviseAdvice ToPosixFadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.PosixMadviseAdvice ToPosixMadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.RealTimeSignum ToRealTimeSignum(int offset) { throw null; }
- public static Mono.Unix.Native.SeekFlags ToSeekFlags(short value) { throw null; }
- public static Mono.Unix.Native.ShutdownOption ToShutdownOption(int value) { throw null; }
- public static Mono.Unix.Native.Signum ToSignum(int value) { throw null; }
- public static Mono.Unix.Native.SysconfName ToSysconfName(int value) { throw null; }
- public static Mono.Unix.Native.SyslogFacility ToSyslogFacility(int value) { throw null; }
- public static Mono.Unix.Native.SyslogLevel ToSyslogLevel(int value) { throw null; }
- public static Mono.Unix.Native.SyslogOptions ToSyslogOptions(int value) { throw null; }
- public static long ToTimeT(System.DateTime time) { throw null; }
- public static Mono.Unix.Native.UnixAddressFamily ToUnixAddressFamily(int value) { throw null; }
- public static string ToUnixPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.UnixSocketControlMessage ToUnixSocketControlMessage(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketFlags ToUnixSocketFlags(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketOptionName ToUnixSocketOptionName(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketProtocol ToUnixSocketProtocol(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketType ToUnixSocketType(int value) { throw null; }
- public static Mono.Unix.Native.WaitOptions ToWaitOptions(int value) { throw null; }
- public static Mono.Unix.Native.XattrFlags ToXattrFlags(int value) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Cmsghdr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Flock source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.In6Addr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.InAddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Iovec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Linger source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Pollfd source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.Sockaddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn6 source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Stat source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Statvfs source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timespec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timeval source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timezone source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Utimbuf source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Cmsghdr destination) { destination = default(Mono.Unix.Native.Cmsghdr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Flock destination) { destination = default(Mono.Unix.Native.Flock); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.In6Addr destination) { destination = default(Mono.Unix.Native.In6Addr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.InAddr destination) { destination = default(Mono.Unix.Native.InAddr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Iovec destination) { destination = default(Mono.Unix.Native.Iovec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Linger destination) { destination = default(Mono.Unix.Native.Linger); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Pollfd destination) { destination = default(Mono.Unix.Native.Pollfd); throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn6 destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Stat destination) { destination = default(Mono.Unix.Native.Stat); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Statvfs destination) { destination = default(Mono.Unix.Native.Statvfs); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timespec destination) { destination = default(Mono.Unix.Native.Timespec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timeval destination) { destination = default(Mono.Unix.Native.Timeval); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timezone destination) { destination = default(Mono.Unix.Native.Timezone); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Utimbuf destination) { destination = default(Mono.Unix.Native.Utimbuf); throw null; }
- public static bool TryCopy(System.IntPtr source, long size, Mono.Unix.Native.Sockaddr destination) { throw null; }
- public static bool TryFromAccessModes(Mono.Unix.Native.AccessModes value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromAtFlags(Mono.Unix.Native.AtFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromConfstrName(Mono.Unix.Native.ConfstrName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromEpollEvents(Mono.Unix.Native.EpollEvents value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromEpollFlags(Mono.Unix.Native.EpollFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromErrno(Mono.Unix.Native.Errno value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFcntlCommand(Mono.Unix.Native.FcntlCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFilePermissions(Mono.Unix.Native.FilePermissions value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromLockfCommand(Mono.Unix.Native.LockfCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromLockType(Mono.Unix.Native.LockType value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromMessageFlags(Mono.Unix.Native.MessageFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMlockallFlags(Mono.Unix.Native.MlockallFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapFlags(Mono.Unix.Native.MmapFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapProts(Mono.Unix.Native.MmapProts value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMountFlags(Mono.Unix.Native.MountFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMremapFlags(Mono.Unix.Native.MremapFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMsyncFlags(Mono.Unix.Native.MsyncFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromOpenFlags(Mono.Unix.Native.OpenFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPathconfName(Mono.Unix.Native.PathconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPollEvents(Mono.Unix.Native.PollEvents value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSeekFlags(Mono.Unix.Native.SeekFlags value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromShutdownOption(Mono.Unix.Native.ShutdownOption value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSignum(Mono.Unix.Native.Signum value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSysconfName(Mono.Unix.Native.SysconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogFacility(Mono.Unix.Native.SyslogFacility value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogLevel(Mono.Unix.Native.SyslogLevel value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogOptions(Mono.Unix.Native.SyslogOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketType(Mono.Unix.Native.UnixSocketType value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromWaitOptions(Mono.Unix.Native.WaitOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromXattrFlags(Mono.Unix.Native.XattrFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryToAccessModes(int value, out Mono.Unix.Native.AccessModes rval) { rval = default(Mono.Unix.Native.AccessModes); throw null; }
- public static bool TryToAtFlags(int value, out Mono.Unix.Native.AtFlags rval) { rval = default(Mono.Unix.Native.AtFlags); throw null; }
- public static bool TryToConfstrName(int value, out Mono.Unix.Native.ConfstrName rval) { rval = default(Mono.Unix.Native.ConfstrName); throw null; }
- public static bool TryToDirectoryNotifyFlags(int value, out Mono.Unix.Native.DirectoryNotifyFlags rval) { rval = default(Mono.Unix.Native.DirectoryNotifyFlags); throw null; }
- public static bool TryToEpollEvents(uint value, out Mono.Unix.Native.EpollEvents rval) { rval = default(Mono.Unix.Native.EpollEvents); throw null; }
- public static bool TryToEpollFlags(int value, out Mono.Unix.Native.EpollFlags rval) { rval = default(Mono.Unix.Native.EpollFlags); throw null; }
- public static bool TryToErrno(int value, out Mono.Unix.Native.Errno rval) { rval = default(Mono.Unix.Native.Errno); throw null; }
- public static bool TryToFcntlCommand(int value, out Mono.Unix.Native.FcntlCommand rval) { rval = default(Mono.Unix.Native.FcntlCommand); throw null; }
- public static bool TryToFilePermissions(uint value, out Mono.Unix.Native.FilePermissions rval) { rval = default(Mono.Unix.Native.FilePermissions); throw null; }
- public static bool TryToLockfCommand(int value, out Mono.Unix.Native.LockfCommand rval) { rval = default(Mono.Unix.Native.LockfCommand); throw null; }
- public static bool TryToLockType(short value, out Mono.Unix.Native.LockType rval) { rval = default(Mono.Unix.Native.LockType); throw null; }
- public static bool TryToMessageFlags(int value, out Mono.Unix.Native.MessageFlags rval) { rval = default(Mono.Unix.Native.MessageFlags); throw null; }
- public static bool TryToMlockallFlags(int value, out Mono.Unix.Native.MlockallFlags rval) { rval = default(Mono.Unix.Native.MlockallFlags); throw null; }
- public static bool TryToMmapFlags(int value, out Mono.Unix.Native.MmapFlags rval) { rval = default(Mono.Unix.Native.MmapFlags); throw null; }
- public static bool TryToMmapProts(int value, out Mono.Unix.Native.MmapProts rval) { rval = default(Mono.Unix.Native.MmapProts); throw null; }
- public static bool TryToMountFlags(ulong value, out Mono.Unix.Native.MountFlags rval) { rval = default(Mono.Unix.Native.MountFlags); throw null; }
- public static bool TryToMremapFlags(ulong value, out Mono.Unix.Native.MremapFlags rval) { rval = default(Mono.Unix.Native.MremapFlags); throw null; }
- public static bool TryToMsyncFlags(int value, out Mono.Unix.Native.MsyncFlags rval) { rval = default(Mono.Unix.Native.MsyncFlags); throw null; }
- public static bool TryToOpenFlags(int value, out Mono.Unix.Native.OpenFlags rval) { rval = default(Mono.Unix.Native.OpenFlags); throw null; }
- public static bool TryToPathconfName(int value, out Mono.Unix.Native.PathconfName rval) { rval = default(Mono.Unix.Native.PathconfName); throw null; }
- public static bool TryToPollEvents(short value, out Mono.Unix.Native.PollEvents rval) { rval = default(Mono.Unix.Native.PollEvents); throw null; }
- public static bool TryToPosixFadviseAdvice(int value, out Mono.Unix.Native.PosixFadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixFadviseAdvice); throw null; }
- public static bool TryToPosixMadviseAdvice(int value, out Mono.Unix.Native.PosixMadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixMadviseAdvice); throw null; }
- public static bool TryToSeekFlags(short value, out Mono.Unix.Native.SeekFlags rval) { rval = default(Mono.Unix.Native.SeekFlags); throw null; }
- public static bool TryToShutdownOption(int value, out Mono.Unix.Native.ShutdownOption rval) { rval = default(Mono.Unix.Native.ShutdownOption); throw null; }
- public static bool TryToSignum(int value, out Mono.Unix.Native.Signum rval) { rval = default(Mono.Unix.Native.Signum); throw null; }
- public static bool TryToSysconfName(int value, out Mono.Unix.Native.SysconfName rval) { rval = default(Mono.Unix.Native.SysconfName); throw null; }
- public static bool TryToSyslogFacility(int value, out Mono.Unix.Native.SyslogFacility rval) { rval = default(Mono.Unix.Native.SyslogFacility); throw null; }
- public static bool TryToSyslogLevel(int value, out Mono.Unix.Native.SyslogLevel rval) { rval = default(Mono.Unix.Native.SyslogLevel); throw null; }
- public static bool TryToSyslogOptions(int value, out Mono.Unix.Native.SyslogOptions rval) { rval = default(Mono.Unix.Native.SyslogOptions); throw null; }
- public static bool TryToUnixAddressFamily(int value, out Mono.Unix.Native.UnixAddressFamily rval) { rval = default(Mono.Unix.Native.UnixAddressFamily); throw null; }
- public static bool TryToUnixSocketControlMessage(int value, out Mono.Unix.Native.UnixSocketControlMessage rval) { rval = default(Mono.Unix.Native.UnixSocketControlMessage); throw null; }
- public static bool TryToUnixSocketFlags(int value, out Mono.Unix.Native.UnixSocketFlags rval) { rval = default(Mono.Unix.Native.UnixSocketFlags); throw null; }
- public static bool TryToUnixSocketOptionName(int value, out Mono.Unix.Native.UnixSocketOptionName rval) { rval = default(Mono.Unix.Native.UnixSocketOptionName); throw null; }
- public static bool TryToUnixSocketProtocol(int value, out Mono.Unix.Native.UnixSocketProtocol rval) { rval = default(Mono.Unix.Native.UnixSocketProtocol); throw null; }
- public static bool TryToUnixSocketType(int value, out Mono.Unix.Native.UnixSocketType rval) { rval = default(Mono.Unix.Native.UnixSocketType); throw null; }
- public static bool TryToWaitOptions(int value, out Mono.Unix.Native.WaitOptions rval) { rval = default(Mono.Unix.Native.WaitOptions); throw null; }
- public static bool TryToXattrFlags(int value, out Mono.Unix.Native.XattrFlags rval) { rval = default(Mono.Unix.Native.XattrFlags); throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum OpenFlags
- {
- O_APPEND = 1024,
- O_ASYNC = 8192,
- O_CLOEXEC = 524288,
- O_CREAT = 64,
- O_DIRECT = 16384,
- O_DIRECTORY = 65536,
- O_EXCL = 128,
- O_LARGEFILE = 32768,
- O_NOCTTY = 256,
- O_NOFOLLOW = 131072,
- O_NONBLOCK = 2048,
- O_PATH = 2097152,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 4096,
- O_TRUNC = 512,
- O_WRONLY = 1,
- }
- public sealed partial class Passwd : System.IEquatable<Mono.Unix.Native.Passwd>
- {
- public string pw_dir;
- public string pw_gecos;
- [System.CLSCompliantAttribute(false)]
- public uint pw_gid;
- public string pw_name;
- public string pw_passwd;
- public string pw_shell;
- [System.CLSCompliantAttribute(false)]
- public uint pw_uid;
- public Passwd() { }
- public bool Equals(Mono.Unix.Native.Passwd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PathconfName
- {
- _PC_2_SYMLINKS = 20,
- _PC_ALLOC_SIZE_MIN = 18,
- _PC_ASYNC_IO = 10,
- _PC_CHOWN_RESTRICTED = 6,
- _PC_FILESIZEBITS = 13,
- _PC_LINK_MAX = 0,
- _PC_MAX_CANON = 1,
- _PC_MAX_INPUT = 2,
- _PC_NAME_MAX = 3,
- _PC_NO_TRUNC = 7,
- _PC_PATH_MAX = 4,
- _PC_PIPE_BUF = 5,
- _PC_PRIO_IO = 11,
- _PC_REC_INCR_XFER_SIZE = 14,
- _PC_REC_MAX_XFER_SIZE = 15,
- _PC_REC_MIN_XFER_SIZE = 16,
- _PC_REC_XFER_ALIGN = 17,
- _PC_SOCK_MAXBUF = 12,
- _PC_SYMLINK_MAX = 19,
- _PC_SYNC_IO = 9,
- _PC_VDISABLE = 8,
- }
- [System.FlagsAttribute]
- public enum PollEvents : short
- {
- POLLERR = (short)8,
- POLLHUP = (short)16,
- POLLIN = (short)1,
- POLLNVAL = (short)32,
- POLLOUT = (short)4,
- POLLPRI = (short)2,
- POLLRDBAND = (short)128,
- POLLRDNORM = (short)64,
- POLLWRBAND = (short)512,
- POLLWRNORM = (short)256,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Pollfd : System.IEquatable<Mono.Unix.Native.Pollfd>
- {
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents events;
- public int fd;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents revents;
- public bool Equals(Mono.Unix.Native.Pollfd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixFadviseAdvice
- {
- POSIX_FADV_DONTNEED = 4,
- POSIX_FADV_NOREUSE = 5,
- POSIX_FADV_NORMAL = 0,
- POSIX_FADV_RANDOM = 1,
- POSIX_FADV_SEQUENTIAL = 2,
- POSIX_FADV_WILLNEED = 3,
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixMadviseAdvice
- {
- POSIX_MADV_DONTNEED = 4,
- POSIX_MADV_NORMAL = 0,
- POSIX_MADV_RANDOM = 1,
- POSIX_MADV_SEQUENTIAL = 2,
- POSIX_MADV_WILLNEED = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RealTimeSignum : System.IEquatable<Mono.Unix.Native.RealTimeSignum>
- {
- public static readonly Mono.Unix.Native.RealTimeSignum MaxValue;
- public static readonly Mono.Unix.Native.RealTimeSignum MinValue;
- public RealTimeSignum(int offset) { throw null;}
- public int Offset { get { throw null; } }
- public bool Equals(Mono.Unix.Native.RealTimeSignum value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum SeekFlags : short
- {
- L_INCR = (short)1,
- L_SET = (short)0,
- L_XTND = (short)2,
- SEEK_CUR = (short)1,
- SEEK_END = (short)2,
- SEEK_SET = (short)0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum ShutdownOption
- {
- SHUT_RD = 1,
- SHUT_RDWR = 3,
- SHUT_WR = 2,
- }
- public enum SignalAction
- {
- Default = 0,
- Error = 2,
- Ignore = 1,
- }
- public delegate void SignalHandler(int signal);
- public enum Signum
- {
- SIGABRT = 6,
- SIGALRM = 14,
- SIGBUS = 7,
- SIGCHLD = 17,
- SIGCLD = 17,
- SIGCONT = 18,
- SIGFPE = 8,
- SIGHUP = 1,
- SIGILL = 4,
- SIGINT = 2,
- SIGIO = 29,
- SIGIOT = 6,
- SIGKILL = 9,
- SIGPIPE = 13,
- SIGPOLL = 29,
- SIGPROF = 27,
- SIGPWR = 30,
- SIGQUIT = 3,
- SIGSEGV = 11,
- SIGSTKFLT = 16,
- SIGSTOP = 19,
- SIGSYS = 31,
- SIGTERM = 15,
- SIGTRAP = 5,
- SIGTSTP = 20,
- SIGTTIN = 21,
- SIGTTOU = 22,
- SIGUNUSED = 31,
- SIGURG = 23,
- SIGUSR1 = 10,
- SIGUSR2 = 12,
- SIGVTALRM = 26,
- SIGWINCH = 28,
- SIGXCPU = 24,
- SIGXFSZ = 25,
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Sockaddr
- {
- public Sockaddr() { }
- public Mono.Unix.Native.UnixAddressFamily sa_family { get { throw null; } set { } }
- public static Mono.Unix.Native.Sockaddr FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public Mono.Unix.Native.SockaddrStorage ToSockaddrStorage() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn>
- {
- public Mono.Unix.Native.InAddr sin_addr;
- public ushort sin_port;
- public SockaddrIn() { }
- public Mono.Unix.Native.UnixAddressFamily sin_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn6 : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn6>
- {
- public Mono.Unix.Native.In6Addr sin6_addr;
- public uint sin6_flowinfo;
- public ushort sin6_port;
- public uint sin6_scope_id;
- public SockaddrIn6() { }
- public Mono.Unix.Native.UnixAddressFamily sin6_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn6 value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn6 FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrStorage : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrStorage>
- {
- public SockaddrStorage() { }
- public SockaddrStorage(int size) { }
- public byte[] data { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long data_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void CopyTo(Mono.Unix.Native.Sockaddr address) { }
- public bool Equals(Mono.Unix.Native.SockaddrStorage value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public void SetTo(Mono.Unix.Native.Sockaddr address) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrUn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrUn>
- {
- public SockaddrUn() { }
- public SockaddrUn(int size) { }
- public SockaddrUn(string path, bool linuxAbstractNamespace=false) { }
- public bool IsLinuxAbstractNamespace { get { throw null; } }
- public string Path { get { throw null; } }
- public Mono.Unix.Native.UnixAddressFamily sun_family { get { throw null; } set { } }
- public byte[] sun_path { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long sun_path_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Mono.Unix.Native.SockaddrUn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrUn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat : System.IEquatable<Mono.Unix.Native.Stat>
- {
- public long st_atime;
- public long st_atime_nsec;
- public long st_blksize;
- public long st_blocks;
- public long st_ctime;
- public long st_ctime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_dev;
- [System.CLSCompliantAttribute(false)]
- public uint st_gid;
- [System.CLSCompliantAttribute(false)]
- public ulong st_ino;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions st_mode;
- public long st_mtime;
- public long st_mtime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_nlink;
- [System.CLSCompliantAttribute(false)]
- public ulong st_rdev;
- public long st_size;
- [System.CLSCompliantAttribute(false)]
- public uint st_uid;
- public Mono.Unix.Native.Timespec st_atim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_ctim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_mtim { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.Stat value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Statvfs : System.IEquatable<Mono.Unix.Native.Statvfs>
- {
- public ulong f_bavail;
- public ulong f_bfree;
- public ulong f_blocks;
- public ulong f_bsize;
- public ulong f_favail;
- public ulong f_ffree;
- public ulong f_files;
- public Mono.Unix.Native.MountFlags f_flag;
- public ulong f_frsize;
- public ulong f_fsid;
- public ulong f_namemax;
- public bool Equals(Mono.Unix.Native.Statvfs value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- }
- public partial class Stdlib
- {
- internal Stdlib() { }
- [System.CLSCompliantAttribute(false)]
- public static readonly int BUFSIZ;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EOF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_FAILURE;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_SUCCESS;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FILENAME_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FOPEN_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int L_tmpnam;
- [System.CLSCompliantAttribute(false)]
- public static readonly int MB_CUR_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int RAND_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_DFL;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_ERR;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_IGN;
- public static readonly System.IntPtr stderr;
- public static readonly System.IntPtr stdin;
- public static readonly System.IntPtr stdout;
- [System.CLSCompliantAttribute(false)]
- public static readonly int TMP_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOFBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOLBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IONBF;
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void abort();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr calloc(ulong nmemb, ulong size);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int clearerr(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void exit(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fclose(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int feof(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ferror(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fflush(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fgetc(System.IntPtr stream);
- public static int fgetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, int size, System.IntPtr stream) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode);
- public static int fprintf(System.IntPtr stream, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse fprintf (IntPtr, string) instead.")]
- public static int fprintf(System.IntPtr stream, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputs(string s, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fread(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fread(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void free(System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr freopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static int fseek(System.IntPtr stream, long offset, Mono.Unix.Native.SeekFlags origin) { throw null; }
- public static int fsetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long ftell(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fwrite(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fwrite(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- public static int getc(System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getchar();
- public static string getenv(string name) { throw null; }
- public static Mono.Unix.Native.Errno GetLastError() { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr malloc(ulong size);
- public static int perror(string s) { throw null; }
- public static int printf(string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse printf (string) instead.")]
- public static int printf(string format, params object[] parameters) { throw null; }
- public static int putc(int c, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putchar(int c);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int puts(string s);
- public static int raise(Mono.Unix.Native.RealTimeSignum rts) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int raise(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rand();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr realloc(System.IntPtr ptr, ulong size);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remove([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewind(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setbuf(System.IntPtr stream, byte* buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setbuf(System.IntPtr stream, System.IntPtr buf);
- protected static void SetLastError(Mono.Unix.Native.Errno error) { }
- public static int SetSignalAction(Mono.Unix.Native.RealTimeSignum rts, Mono.Unix.Native.SignalAction action) { throw null; }
- public static int SetSignalAction(Mono.Unix.Native.Signum signal, Mono.Unix.Native.SignalAction action) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setvbuf(System.IntPtr stream, byte* buf, int mode, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int setvbuf(System.IntPtr stream, System.IntPtr buf, int mode, ulong size);
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()")]
- public static Mono.Unix.Native.SignalHandler signal(Mono.Unix.Native.Signum signum, Mono.Unix.Native.SignalHandler handler) { throw null; }
- public static int snprintf(System.Text.StringBuilder s, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, string format, params object[] parameters) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void srand(uint seed);
- [System.CLSCompliantAttribute(false)]
- public static string strerror(Mono.Unix.Native.Errno errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong strlen(System.IntPtr s);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int system(string @string);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr tmpfile();
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam() { throw null; }
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam(System.Text.StringBuilder s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ungetc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void _Exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Syscall : Mono.Unix.Native.Stdlib
- {
- internal Syscall() { }
- public static readonly int AT_FDCWD;
- public static readonly int L_ctermid;
- public static readonly int L_cuserid;
- public static readonly System.IntPtr MAP_FAILED;
- public static readonly long UTIME_NOW;
- public static readonly long UTIME_OMIT;
- public static int accept(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int accept4(int socket, Mono.Unix.Native.Sockaddr address, Mono.Unix.Native.UnixSocketFlags flags) { throw null; }
- public static int access(string pathname, Mono.Unix.Native.AccessModes mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int acct([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- public static int bind(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int brk(System.IntPtr end_data_segment);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- public static int chmod(string path, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closelog();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_ALIGN(ulong length);
- public static long CMSG_DATA(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public static long CMSG_FIRSTHDR(Mono.Unix.Native.Msghdr msgh) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_LEN(ulong length);
- public static long CMSG_NXTHDR(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_SPACE(ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong confstr(Mono.Unix.Native.ConfstrName name, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong len);
- public static int connect(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int creat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static string crypt(string key, string salt) { throw null; }
- [System.ObsoleteAttribute("\"Nobody knows precisely what cuserid() does... DO NOT USE cuserid().\n`string' must hold L_cuserid characters. Use getlogin_r instead.")]
- public static string cuserid(System.Text.StringBuilder @string) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dirfd(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int fd, int fd2);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int encrypt(byte[] block, bool decode) { throw null; }
- public static int endfsent() { throw null; }
- public static int endgrent() { throw null; }
- public static int endpwent() { throw null; }
- public static int endusershell() { throw null; }
- public static int epoll_create(Mono.Unix.Native.EpollFlags flags) { throw null; }
- public static int epoll_create(int size) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, ref Mono.Unix.Native.EpollEvent ee);
- public static int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, Mono.Unix.Native.EpollEvents events) { throw null; }
- public static int epoll_wait(int epfd, Mono.Unix.Native.EpollEvent[] events, int max_events, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execv([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execve([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv, string[] envp);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execvp([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- public static int faccessat(int dirfd, string pathname, Mono.Unix.Native.AccessModes mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchdir(int fd);
- public static int fchmod(int filedes, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int fchmodat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchown(int fd, uint owner, uint group);
- public static int fchownat(int dirfd, string pathname, uint owner, uint group, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd);
- public static int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, Mono.Unix.Native.DirectoryNotifyFlags arg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, ref Mono.Unix.Native.Flock @lock);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, int arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, long arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fdatasync(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fdopendir(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fexecve(int fd, string[] argv, string[] envp);
- public static Mono.Unix.Native.Group fgetgrent(System.IntPtr stream) { throw null; }
- public static Mono.Unix.Native.Passwd fgetpwent(System.IntPtr stream) { throw null; }
- public static long fgetxattr(int fd, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fgetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long fgetxattr(int fd, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long flistxattr(int fd, byte[] list, ulong size);
- public static long flistxattr(int fd, out string[] values) { values = default(string[]); throw null; }
- public static long flistxattr(int fd, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- public static long fpathconf(int filedes, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fpathconf(int filedes, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fremovexattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int fsetxattr(int fd, string name, byte[] value) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstat(int filedes, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf, Mono.Unix.Native.AtFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatvfs(int fd, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsync(int fd);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ftruncate(int fd, long length);
- public static int futimens(int fd, Mono.Unix.Native.Timespec[] times) { throw null; }
- public static int futimes(int fd, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- public static System.Text.StringBuilder getcwd(System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr getcwd([System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong size);
- public static int getdomainname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdomainname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdtablesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint geteuid();
- public static Mono.Unix.Native.Fstab getfsent() { throw null; }
- public static Mono.Unix.Native.Fstab getfsfile(string mount_point) { throw null; }
- public static Mono.Unix.Native.Fstab getfsspec(string special_file) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getgid();
- public static Mono.Unix.Native.Group getgrent() { throw null; }
- public static Mono.Unix.Native.Group getgrgid(uint uid) { throw null; }
- public static int getgrgid_r(uint uid, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group getgrnam(string name) { throw null; }
- public static int getgrnam_r(string name, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(Mono.Unix.Native.Passwd user) { throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(string username) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgroups(int size, uint[] list);
- public static int getgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long gethostid();
- public static int gethostname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gethostname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- public static string getlogin() { throw null; }
- public static int getlogin_r(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getlogin_r([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong bufsize);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.ObsoleteAttribute("Dropped in POSIX 1003.1-2001. Use Syscall.sysconf (SysconfName._SC_PAGESIZE).")]
- public static extern int getpagesize();
- public static int getpeername(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgid(int pid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- public static Mono.Unix.Native.Passwd getpwent() { throw null; }
- public static Mono.Unix.Native.Passwd getpwnam(string name) { throw null; }
- public static int getpwnam_r(string name, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- public static Mono.Unix.Native.Passwd getpwuid(uint uid) { throw null; }
- public static int getpwuid_r(uint uid, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresgid(out uint rgid, out uint egid, out uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresuid(out uint ruid, out uint euid, out uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getsid(int pid);
- public static int getsockname(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Linger option_value) { option_value = default(Mono.Unix.Native.Linger); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Timeval option_value) { option_value = default(Mono.Unix.Native.Timeval); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, ref long option_len) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out int option_value) { option_value = default(int); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, ref long option_len) { throw null; }
- public unsafe static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, ref long option_len) { throw null; }
- public static int gettimeofday(out Mono.Unix.Native.Timeval tv) { tv = default(Mono.Unix.Native.Timeval); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gettimeofday(out Mono.Unix.Native.Timeval tv, out Mono.Unix.Native.Timezone tz);
- public static int gettimeofday(out Mono.Unix.Native.Timezone tz) { tz = default(Mono.Unix.Native.Timezone); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getuid();
- public static string getusershell() { throw null; }
- public static long getxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long getxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long getxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint htonl(uint hostlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort htons(ushort hostshort);
- public static bool isatty(int fd) { throw null; }
- public static int kill(int pid, Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- public static long lgetxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long lgetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long lgetxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- public static int linkat(int olddirfd, string oldpath, int newdirfd, string newpath, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int listen(int socket, int backlog);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long listxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long listxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long listxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long llistxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long llistxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long llistxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lockf(int fd, Mono.Unix.Native.LockfCommand cmd, long len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lremovexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static long lseek(int fd, long offset, Mono.Unix.Native.SeekFlags whence) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lsetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lstat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- public static int lutimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mincore(System.IntPtr start, ulong length, byte[] vec);
- public static int mkdir(string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkdirat(int dirfd, string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static System.Text.StringBuilder mkdtemp(System.Text.StringBuilder template) { throw null; }
- public static int mkfifo(string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkfifoat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknod([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknodat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mkstemp(System.Text.StringBuilder template);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mlock(System.IntPtr start, ulong len);
- public static int mlockall(Mono.Unix.Native.MlockallFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mmap(System.IntPtr start, ulong length, Mono.Unix.Native.MmapProts prot, Mono.Unix.Native.MmapFlags flags, int fd, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mprotect(System.IntPtr start, ulong len, Mono.Unix.Native.MmapProts prot);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mremap(System.IntPtr old_address, ulong old_size, ulong new_size, Mono.Unix.Native.MremapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int msync(System.IntPtr start, ulong len, Mono.Unix.Native.MsyncFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlock(System.IntPtr start, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlockall();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munmap(System.IntPtr start, ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nanosleep(ref Mono.Unix.Native.Timespec req, ref Mono.Unix.Native.Timespec rem);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int inc);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ntohl(uint netlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort ntohs(ushort netshort);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode);
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags) { throw null; }
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int openlog(System.IntPtr ident, Mono.Unix.Native.SyslogOptions option, Mono.Unix.Native.SyslogFacility defaultFacility) { throw null; }
- public static long pathconf(string path, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pathconf([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pipe(out int reading, out int writing);
- public static int pipe(int[] filedes) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, int timeout) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, uint nfds, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fadvise(int fd, long offset, long len, Mono.Unix.Native.PosixFadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fallocate(int fd, long offset, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_madvise(System.IntPtr addr, ulong len, Mono.Unix.Native.PosixMadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pread(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pread(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long preadv(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- public static int psignal(Mono.Unix.Native.Signum sig, string s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pwrite(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pwrite(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long pwritev(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long read(int fd, System.IntPtr buf, ulong count);
- public unsafe static long read(int fd, void* buf, ulong count) { throw null; }
- public static Mono.Unix.Native.Dirent readdir(System.IntPtr dir) { throw null; }
- public static int readdir_r(System.IntPtr dirp, Mono.Unix.Native.Dirent entry, out System.IntPtr result) { result = default(System.IntPtr); throw null; }
- public static long readlink(string path, byte[] buf) { throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readlinkat(int dirfd, string pathname, byte[] buf) { throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readv(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static long recv(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recv(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long recv(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recvfrom(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvfrom(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long recvfrom(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remap_file_pages(System.IntPtr start, ulong size, Mono.Unix.Native.MmapProts prot, long pgoff, Mono.Unix.Native.MmapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int removexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int renameat(int olddirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int newdirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int revoke([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewinddir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr sbrk(System.IntPtr increment);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seekdir(System.IntPtr dir, long offset);
- public static long send(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long send(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long send(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sendfile(int out_fd, int in_fd, ref long offset, ulong count);
- public static long sendmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long sendto(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long sendto(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long sendto(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int setdomainname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setdomainname(string name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setegid(uint uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seteuid(uint euid);
- public static int setfsent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(uint gid);
- public static int setgrent() { throw null; }
- public static int setgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgroups(ulong size, uint[] list);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostid(long hostid);
- public static int sethostname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostname(string name, ulong len);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int setkey(string key) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setlogin(string name);
- public static int setlogmask(Mono.Unix.Native.SyslogLevel mask) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgrp();
- public static int setpwent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(uint rgid, uint egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresgid(uint rgid, uint egid, uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresuid(uint ruid, uint euid, uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(uint ruid, uint euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Linger option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Timeval option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, long option_len) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, int option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, long option_len) { throw null; }
- public unsafe static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, long option_len) { throw null; }
- public static int settimeofday(ref Mono.Unix.Native.Timeval tv) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int settimeofday(ref Mono.Unix.Native.Timeval tv, ref Mono.Unix.Native.Timezone tz);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(uint uid);
- public static int setusershell() { throw null; }
- public static int setxattr(string path, string name, byte[] value) { throw null; }
- public static int setxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int setxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- public static int shutdown(int socket, Mono.Unix.Native.ShutdownOption how) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint sleep(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sockatmark(int socket);
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int statvfs([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stime(ref long t);
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf) { throw null; }
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf, ulong n) { throw null; }
- public static string strsignal(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int swab(System.IntPtr from, System.IntPtr to, long n);
- public unsafe static void swab(void* from, void* to, long n) { }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlinkat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sync();
- public static long sysconf(Mono.Unix.Native.SysconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sysconf(Mono.Unix.Native.SysconfName name, Mono.Unix.Native.Errno defaultError);
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogFacility, SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcgetpgrp(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcsetpgrp(int fd, int pgrp);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long telldir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long time(out long t);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int truncate([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, long length);
- public static string ttyname(int fd) { throw null; }
- public static int ttyname_r(int fd, System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyname_r(int fd, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong buflen);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyslot();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ualarm(uint usecs, uint interval);
- public static Mono.Unix.Native.FilePermissions umask(Mono.Unix.Native.FilePermissions mask) { throw null; }
- public static int uname(out Mono.Unix.Native.Utsname buf) { buf = default(Mono.Unix.Native.Utsname); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- public static int unlinkat(int dirfd, string pathname, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utime(string filename) { throw null; }
- public static int utime(string filename, ref Mono.Unix.Native.Utimbuf buf) { throw null; }
- public static int utimensat(int dirfd, string pathname, Mono.Unix.Native.Timespec[] times, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int vhangup();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int wait(out int status);
- public static int waitpid(int pid, out int status, Mono.Unix.Native.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- public static bool WIFEXITED(int status) { throw null; }
- public static bool WIFSIGNALED(int status) { throw null; }
- public static bool WIFSTOPPED(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long write(int fd, System.IntPtr buf, ulong count);
- public unsafe static long write(int fd, void* buf, ulong count) { throw null; }
- public static long writev(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static Mono.Unix.Native.Signum WSTOPSIG(int status) { throw null; }
- public static Mono.Unix.Native.Signum WTERMSIG(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int _exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public enum SysconfName
- {
- _SC_2_CHAR_TERM = 95,
- _SC_2_C_BIND = 47,
- _SC_2_C_DEV = 48,
- _SC_2_C_VERSION = 96,
- _SC_2_FORT_DEV = 49,
- _SC_2_FORT_RUN = 50,
- _SC_2_LOCALEDEF = 52,
- _SC_2_PBS = 168,
- _SC_2_PBS_ACCOUNTING = 169,
- _SC_2_PBS_CHECKPOINT = 175,
- _SC_2_PBS_LOCATE = 170,
- _SC_2_PBS_MESSAGE = 171,
- _SC_2_PBS_TRACK = 172,
- _SC_2_SW_DEV = 51,
- _SC_2_UPE = 97,
- _SC_2_VERSION = 46,
- _SC_ADVISORY_INFO = 132,
- _SC_AIO_LISTIO_MAX = 23,
- _SC_AIO_MAX = 24,
- _SC_AIO_PRIO_DELTA_MAX = 25,
- _SC_ARG_MAX = 0,
- _SC_ASYNCHRONOUS_IO = 12,
- _SC_ATEXIT_MAX = 87,
- _SC_AVPHYS_PAGES = 86,
- _SC_BARRIERS = 133,
- _SC_BASE = 134,
- _SC_BC_BASE_MAX = 36,
- _SC_BC_DIM_MAX = 37,
- _SC_BC_SCALE_MAX = 38,
- _SC_BC_STRING_MAX = 39,
- _SC_CHARCLASS_NAME_MAX = 45,
- _SC_CHAR_BIT = 101,
- _SC_CHAR_MAX = 102,
- _SC_CHAR_MIN = 103,
- _SC_CHILD_MAX = 1,
- _SC_CLK_TCK = 2,
- _SC_CLOCK_SELECTION = 137,
- _SC_COLL_WEIGHTS_MAX = 40,
- _SC_CPUTIME = 138,
- _SC_C_LANG_SUPPORT = 135,
- _SC_C_LANG_SUPPORT_R = 136,
- _SC_DELAYTIMER_MAX = 26,
- _SC_DEVICE_IO = 140,
- _SC_DEVICE_SPECIFIC = 141,
- _SC_DEVICE_SPECIFIC_R = 142,
- _SC_EQUIV_CLASS_MAX = 41,
- _SC_EXPR_NEST_MAX = 42,
- _SC_FD_MGMT = 143,
- _SC_FIFO = 144,
- _SC_FILE_ATTRIBUTES = 146,
- _SC_FILE_LOCKING = 147,
- _SC_FILE_SYSTEM = 148,
- _SC_FSYNC = 15,
- _SC_GETGR_R_SIZE_MAX = 69,
- _SC_GETPW_R_SIZE_MAX = 70,
- _SC_HOST_NAME_MAX = 180,
- _SC_INT_MAX = 104,
- _SC_INT_MIN = 105,
- _SC_IOV_MAX = 60,
- _SC_JOB_CONTROL = 7,
- _SC_LEVEL1_DCACHE_ASSOC = 189,
- _SC_LEVEL1_DCACHE_LINESIZE = 190,
- _SC_LEVEL1_DCACHE_SIZE = 188,
- _SC_LEVEL1_ICACHE_ASSOC = 186,
- _SC_LEVEL1_ICACHE_LINESIZE = 187,
- _SC_LEVEL1_ICACHE_SIZE = 185,
- _SC_LEVEL2_CACHE_ASSOC = 192,
- _SC_LEVEL2_CACHE_LINESIZE = 193,
- _SC_LEVEL2_CACHE_SIZE = 191,
- _SC_LEVEL3_CACHE_ASSOC = 195,
- _SC_LEVEL3_CACHE_LINESIZE = 196,
- _SC_LEVEL3_CACHE_SIZE = 194,
- _SC_LEVEL4_CACHE_ASSOC = 198,
- _SC_LEVEL4_CACHE_LINESIZE = 199,
- _SC_LEVEL4_CACHE_SIZE = 197,
- _SC_LINE_MAX = 43,
- _SC_LOGIN_NAME_MAX = 71,
- _SC_LONG_BIT = 106,
- _SC_MAPPED_FILES = 16,
- _SC_MB_LEN_MAX = 108,
- _SC_MEMLOCK = 17,
- _SC_MEMLOCK_RANGE = 18,
- _SC_MEMORY_PROTECTION = 19,
- _SC_MESSAGE_PASSING = 20,
- _SC_MONOTONIC_CLOCK = 149,
- _SC_MQ_OPEN_MAX = 27,
- _SC_MQ_PRIO_MAX = 28,
- _SC_MULTI_PROCESS = 150,
- _SC_NETWORKING = 152,
- _SC_NGROUPS_MAX = 3,
- _SC_NL_ARGMAX = 119,
- _SC_NL_LANGMAX = 120,
- _SC_NL_MSGMAX = 121,
- _SC_NL_NMAX = 122,
- _SC_NL_SETMAX = 123,
- _SC_NL_TEXTMAX = 124,
- _SC_NPROCESSORS_CONF = 83,
- _SC_NPROCESSORS_ONLN = 84,
- _SC_NZERO = 109,
- _SC_OPEN_MAX = 4,
- _SC_PAGESIZE = 30,
- _SC_PASS_MAX = 88,
- _SC_PHYS_PAGES = 85,
- _SC_PII = 53,
- _SC_PII_INTERNET = 56,
- _SC_PII_INTERNET_DGRAM = 62,
- _SC_PII_INTERNET_STREAM = 61,
- _SC_PII_OSI = 57,
- _SC_PII_OSI_CLTS = 64,
- _SC_PII_OSI_COTS = 63,
- _SC_PII_OSI_M = 65,
- _SC_PII_SOCKET = 55,
- _SC_PII_XTI = 54,
- _SC_PIPE = 145,
- _SC_POLL = 58,
- _SC_PRIORITIZED_IO = 13,
- _SC_PRIORITY_SCHEDULING = 10,
- _SC_READER_WRITER_LOCKS = 153,
- _SC_REALTIME_SIGNALS = 9,
- _SC_REGEXP = 155,
- _SC_REGEX_VERSION = 156,
- _SC_RE_DUP_MAX = 44,
- _SC_RTSIG_MAX = 31,
- _SC_SAVED_IDS = 8,
- _SC_SCHAR_MAX = 111,
- _SC_SCHAR_MIN = 112,
- _SC_SELECT = 59,
- _SC_SEMAPHORES = 21,
- _SC_SEM_NSEMS_MAX = 32,
- _SC_SEM_VALUE_MAX = 33,
- _SC_SHARED_MEMORY_OBJECTS = 22,
- _SC_SHELL = 157,
- _SC_SHRT_MAX = 113,
- _SC_SHRT_MIN = 114,
- _SC_SIGNALS = 158,
- _SC_SIGQUEUE_MAX = 34,
- _SC_SINGLE_PROCESS = 151,
- _SC_SPAWN = 159,
- _SC_SPIN_LOCKS = 154,
- _SC_SPORADIC_SERVER = 160,
- _SC_SSIZE_MAX = 110,
- _SC_STREAMS = 174,
- _SC_STREAM_MAX = 5,
- _SC_SYMLOOP_MAX = 173,
- _SC_SYNCHRONIZED_IO = 14,
- _SC_SYSTEM_DATABASE = 162,
- _SC_SYSTEM_DATABASE_R = 163,
- _SC_THREADS = 67,
- _SC_THREAD_ATTR_STACKADDR = 77,
- _SC_THREAD_ATTR_STACKSIZE = 78,
- _SC_THREAD_CPUTIME = 139,
- _SC_THREAD_DESTRUCTOR_ITERATIONS = 73,
- _SC_THREAD_KEYS_MAX = 74,
- _SC_THREAD_PRIORITY_SCHEDULING = 79,
- _SC_THREAD_PRIO_INHERIT = 80,
- _SC_THREAD_PRIO_PROTECT = 81,
- _SC_THREAD_PROCESS_SHARED = 82,
- _SC_THREAD_SAFE_FUNCTIONS = 68,
- _SC_THREAD_SPORADIC_SERVER = 161,
- _SC_THREAD_STACK_MIN = 75,
- _SC_THREAD_THREADS_MAX = 76,
- _SC_TIMEOUTS = 164,
- _SC_TIMERS = 11,
- _SC_TIMER_MAX = 35,
- _SC_TRACE = 181,
- _SC_TRACE_EVENT_FILTER = 182,
- _SC_TRACE_INHERIT = 183,
- _SC_TRACE_LOG = 184,
- _SC_TTY_NAME_MAX = 72,
- _SC_TYPED_MEMORY_OBJECTS = 165,
- _SC_TZNAME_MAX = 6,
- _SC_T_IOV_MAX = 66,
- _SC_UCHAR_MAX = 115,
- _SC_UINT_MAX = 116,
- _SC_UIO_MAXIOV = 60,
- _SC_ULONG_MAX = 117,
- _SC_USER_GROUPS = 166,
- _SC_USER_GROUPS_R = 167,
- _SC_USHRT_MAX = 118,
- _SC_V6_ILP32_OFF32 = 176,
- _SC_V6_ILP32_OFFBIG = 177,
- _SC_V6_LP64_OFF64 = 178,
- _SC_V6_LPBIG_OFFBIG = 179,
- _SC_VERSION = 29,
- _SC_WORD_BIT = 107,
- _SC_XBS5_ILP32_OFF32 = 125,
- _SC_XBS5_ILP32_OFFBIG = 126,
- _SC_XBS5_LP64_OFF64 = 127,
- _SC_XBS5_LPBIG_OFFBIG = 128,
- _SC_XOPEN_CRYPT = 92,
- _SC_XOPEN_ENH_I18N = 93,
- _SC_XOPEN_LEGACY = 129,
- _SC_XOPEN_REALTIME = 130,
- _SC_XOPEN_REALTIME_THREADS = 131,
- _SC_XOPEN_SHM = 94,
- _SC_XOPEN_UNIX = 91,
- _SC_XOPEN_VERSION = 89,
- _SC_XOPEN_XCU_VERSION = 90,
- _SC_XOPEN_XPG2 = 98,
- _SC_XOPEN_XPG3 = 99,
- _SC_XOPEN_XPG4 = 100,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogFacility
- {
- LOG_AUTH = 32,
- LOG_AUTHPRIV = 80,
- LOG_CRON = 72,
- LOG_DAEMON = 24,
- LOG_FTP = 88,
- LOG_KERN = 0,
- LOG_LOCAL0 = 128,
- LOG_LOCAL1 = 136,
- LOG_LOCAL2 = 144,
- LOG_LOCAL3 = 152,
- LOG_LOCAL4 = 160,
- LOG_LOCAL5 = 168,
- LOG_LOCAL6 = 176,
- LOG_LOCAL7 = 184,
- LOG_LPR = 48,
- LOG_MAIL = 16,
- LOG_NEWS = 56,
- LOG_SYSLOG = 40,
- LOG_USER = 8,
- LOG_UUCP = 64,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogLevel
- {
- LOG_ALERT = 1,
- LOG_CRIT = 2,
- LOG_DEBUG = 7,
- LOG_EMERG = 0,
- LOG_ERR = 3,
- LOG_INFO = 6,
- LOG_NOTICE = 5,
- LOG_WARNING = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum SyslogOptions
- {
- LOG_CONS = 2,
- LOG_NDELAY = 8,
- LOG_NOWAIT = 16,
- LOG_ODELAY = 4,
- LOG_PERROR = 32,
- LOG_PID = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timespec : System.IEquatable<Mono.Unix.Native.Timespec>
- {
- public long tv_nsec;
- public long tv_sec;
- public bool Equals(Mono.Unix.Native.Timespec value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timeval : System.IEquatable<Mono.Unix.Native.Timeval>
- {
- public long tv_sec;
- public long tv_usec;
- public bool Equals(Mono.Unix.Native.Timeval value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timezone : System.IEquatable<Mono.Unix.Native.Timezone>
- {
- public int tz_minuteswest;
- public bool Equals(Mono.Unix.Native.Timezone value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixAddressFamily
- {
- AF_ALG = 38,
- AF_APPLETALK = 5,
- AF_ASH = 18,
- AF_ATMPVC = 8,
- AF_ATMSVC = 20,
- AF_AX25 = 3,
- AF_BLUETOOTH = 31,
- AF_BRIDGE = 7,
- AF_CAIF = 37,
- AF_CAN = 29,
- AF_DECnet = 12,
- AF_ECONET = 19,
- AF_IEEE802154 = 36,
- AF_INET = 2,
- AF_INET6 = 10,
- AF_IPX = 4,
- AF_IRDA = 23,
- AF_ISDN = 34,
- AF_IUCV = 32,
- AF_KEY = 15,
- AF_LLC = 26,
- AF_NETBEUI = 13,
- AF_NETLINK = 16,
- AF_NETROM = 6,
- AF_NFC = 39,
- AF_PACKET = 17,
- AF_PHONET = 35,
- AF_PPPOX = 24,
- AF_RDS = 21,
- AF_ROSE = 11,
- AF_RXRPC = 33,
- AF_SECURITY = 14,
- AF_SNA = 22,
- AF_TIPC = 30,
- AF_UNIX = 1,
- AF_UNSPEC = 0,
- AF_VSOCK = 40,
- AF_WANPIPE = 25,
- AF_X25 = 9,
- Unknown = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketControlMessage
- {
- SCM_CREDENTIALS = 2,
- SCM_RIGHTS = 1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum UnixSocketFlags
- {
- SOCK_CLOEXEC = 524288,
- SOCK_NONBLOCK = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketOptionName
- {
- SO_ACCEPTCONN = 30,
- SO_ATTACH_FILTER = 26,
- SO_BINDTODEVICE = 25,
- SO_BROADCAST = 6,
- SO_BSDCOMPAT = 14,
- SO_BUSY_POLL = 46,
- SO_DEBUG = 1,
- SO_DETACH_FILTER = 27,
- SO_DOMAIN = 39,
- SO_DONTROUTE = 5,
- SO_ERROR = 4,
- SO_KEEPALIVE = 9,
- SO_LINGER = 13,
- SO_LOCK_FILTER = 44,
- SO_MARK = 36,
- SO_MAX_PACING_RATE = 47,
- SO_NOFCS = 43,
- SO_NO_CHECK = 11,
- SO_OOBINLINE = 10,
- SO_PASSCRED = 16,
- SO_PASSSEC = 34,
- SO_PEEK_OFF = 42,
- SO_PEERCRED = 17,
- SO_PEERNAME = 28,
- SO_PEERSEC = 31,
- SO_PRIORITY = 12,
- SO_PROTOCOL = 38,
- SO_RCVBUF = 8,
- SO_RCVBUFFORCE = 33,
- SO_RCVLOWAT = 18,
- SO_RCVTIMEO = 20,
- SO_REUSEADDR = 2,
- SO_REUSEPORT = 15,
- SO_RXQ_OVFL = 40,
- SO_SECURITY_AUTHENTICATION = 22,
- SO_SECURITY_ENCRYPTION_NETWORK = 24,
- SO_SECURITY_ENCRYPTION_TRANSPORT = 23,
- SO_SELECT_ERR_QUEUE = 45,
- SO_SNDBUF = 7,
- SO_SNDBUFFORCE = 32,
- SO_SNDLOWAT = 19,
- SO_SNDTIMEO = 21,
- SO_TIMESTAMP = 29,
- SO_TIMESTAMPING = 37,
- SO_TIMESTAMPNS = 35,
- SO_TYPE = 3,
- SO_WIFI_STATUS = 41,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketProtocol
- {
- IPPROTO_AH = 51,
- IPPROTO_BEETPH = 94,
- IPPROTO_COMP = 108,
- IPPROTO_DCCP = 33,
- IPPROTO_EGP = 8,
- IPPROTO_ENCAP = 98,
- IPPROTO_ESP = 50,
- IPPROTO_GRE = 47,
- IPPROTO_ICMP = 1,
- IPPROTO_IDP = 22,
- IPPROTO_IGMP = 2,
- IPPROTO_IP = 1024,
- IPPROTO_IPIP = 4,
- IPPROTO_IPV6 = 41,
- IPPROTO_MTP = 92,
- IPPROTO_PIM = 103,
- IPPROTO_PUP = 12,
- IPPROTO_RAW = 255,
- IPPROTO_RSVP = 46,
- IPPROTO_SCTP = 132,
- IPPROTO_TCP = 6,
- IPPROTO_TP = 29,
- IPPROTO_UDP = 17,
- IPPROTO_UDPLITE = 136,
- SOL_SOCKET = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketType
- {
- SOCK_DCCP = 6,
- SOCK_DGRAM = 2,
- SOCK_PACKET = 10,
- SOCK_RAW = 3,
- SOCK_RDM = 4,
- SOCK_SEQPACKET = 5,
- SOCK_STREAM = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Utimbuf : System.IEquatable<Mono.Unix.Native.Utimbuf>
- {
- public long actime;
- public long modtime;
- public bool Equals(Mono.Unix.Native.Utimbuf value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- }
- public sealed partial class Utsname : System.IEquatable<Mono.Unix.Native.Utsname>
- {
- public string domainname;
- public string machine;
- public string nodename;
- public string release;
- public string sysname;
- public string version;
- public Utsname() { }
- public bool Equals(Mono.Unix.Native.Utsname value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum WaitOptions
- {
- WNOHANG = 1,
- WUNTRACED = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum XattrFlags
- {
- XATTR_AUTO = 0,
- XATTR_CREATE = 1,
- XATTR_REPLACE = 2,
- }
-}
diff --git a/src/v4.5/Mono.Security.Win32.cs b/src/v4.5/Mono.Security.Win32.cs
deleted file mode 100644
index b7904de..0000000
--- a/src/v4.5/Mono.Security.Win32.cs
+++ /dev/null
@@ -1,101 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Security.Cryptography
-{
- public partial class CapiContext : System.IDisposable
- {
- public CapiContext() { }
- public CapiContext(System.Security.Cryptography.CspParameters csp) { }
- public int Error { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool Result { get { throw null; } }
- public void Dispose() { }
- ~CapiContext() { }
- }
- public partial class CapiHash : System.IDisposable
- {
- public CapiHash(Mono.Security.Cryptography.CapiContext ctx, int hashAlgorithm) { }
- public CapiHash(int hashAlgorithm) { }
- public CapiHash(System.Security.Cryptography.CspParameters cspParams, int hashAlgorithm) { }
- public System.IntPtr Handle { get { throw null; } }
- public int HashSize { get { throw null; } }
- public void Dispose() { }
- ~CapiHash() { }
- public void HashCore(byte[] data, int start, int length) { }
- public byte[] HashFinal() { throw null; }
- public void Initialize(int algo) { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2CryptoServiceProvider : Mono.Security.Cryptography.MD2
- {
- public MD2CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD2CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4CryptoServiceProvider : Mono.Security.Cryptography.MD4
- {
- public MD4CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD4CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class MD5CryptoServiceProvider : System.Security.Cryptography.MD5
- {
- public MD5CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD5CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class RNGCryptoServiceProvider : System.Security.Cryptography.RandomNumberGenerator
- {
- public RNGCryptoServiceProvider() { }
- public RNGCryptoServiceProvider(byte[] rgb) { }
- public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters cspParams) { }
- public RNGCryptoServiceProvider(string str) { }
- ~RNGCryptoServiceProvider() { }
- public override void GetBytes(byte[] data) { }
- public override void GetNonZeroBytes(byte[] data) { }
- }
- public partial class SHA1CryptoServiceProvider : System.Security.Cryptography.SHA1
- {
- public SHA1CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~SHA1CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
diff --git a/src/v4.5/Mono.Security.cs b/src/v4.5/Mono.Security.cs
deleted file mode 100644
index 8d82791..0000000
--- a/src/v4.5/Mono.Security.cs
+++ /dev/null
@@ -1,2145 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Math
-{
- public partial class BigInteger
- {
- public BigInteger() { }
- public BigInteger(Mono.Math.BigInteger bi) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger bi, uint len) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger.Sign sign, uint len) { }
- public BigInteger(byte[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint ui) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(ulong ul) { }
- public static Mono.Math.BigInteger Add(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public int BitCount() { throw null; }
- public void Clear() { }
- [System.CLSCompliantAttribute(false)]
- public void ClearBit(uint bitNum) { }
- public Mono.Math.BigInteger.Sign Compare(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi, int i) { throw null; }
- public override bool Equals(object o) { throw null; }
- public Mono.Math.BigInteger GCD(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger GeneratePseudoPrime(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits, System.Security.Cryptography.RandomNumberGenerator rng) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public void Incr2() { }
- public bool IsProbablePrime() { throw null; }
- public int LowestSetBit() { throw null; }
- public Mono.Math.BigInteger ModInverse(Mono.Math.BigInteger modulus) { throw null; }
- public Mono.Math.BigInteger ModPow(Mono.Math.BigInteger exp, Mono.Math.BigInteger n) { throw null; }
- public static Mono.Math.BigInteger Modulus(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int Modulus(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint Modulus(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger NextHighestPrime(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger operator +(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi, int i) { throw null; }
- public static bool operator ==(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator ==(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static bool operator >(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator >=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static implicit operator Mono.Math.BigInteger (int value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (uint value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (ulong value) { throw null; }
- public static bool operator !=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator !=(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator <<(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static bool operator <(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator <=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator %(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int operator %(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint operator %(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger operator >>(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static Mono.Math.BigInteger operator -(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Parse(string number) { throw null; }
- public void Randomize() { }
- public void Randomize(System.Security.Cryptography.RandomNumberGenerator rng) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum, bool value) { }
- public static Mono.Math.BigInteger Subtract(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public bool TestBit(int bitNum) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public bool TestBit(uint bitNum) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix, string characterSet) { throw null; }
- public sealed partial class ModulusRing
- {
- public ModulusRing(Mono.Math.BigInteger modulus) { }
- public void BarrettReduction(Mono.Math.BigInteger x) { }
- public Mono.Math.BigInteger Difference(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Multiply(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Pow(Mono.Math.BigInteger a, Mono.Math.BigInteger k) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Math.BigInteger Pow(uint b, Mono.Math.BigInteger exp) { throw null; }
- }
- public enum Sign
- {
- Negative = -1,
- Positive = 1,
- Zero = 0,
- }
- }
-}
-namespace Mono.Math.Prime
-{
- public enum ConfidenceFactor
- {
- ExtraHigh = 4,
- ExtraLow = 0,
- High = 3,
- Low = 1,
- Medium = 2,
- Provable = 5,
- }
- public delegate bool PrimalityTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence);
- public sealed partial class PrimalityTests
- {
- internal PrimalityTests() { }
- public static bool RabinMillerTest(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool SmallPrimeSppTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool Test(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- }
-}
-namespace Mono.Math.Prime.Generator
-{
- public partial class NextPrimeFinder : Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
- {
- public NextPrimeFinder() { }
- protected override Mono.Math.BigInteger GenerateSearchBase(int bits, object Context) { throw null; }
- }
- public abstract partial class PrimeGeneratorBase
- {
- protected PrimeGeneratorBase() { }
- public virtual Mono.Math.Prime.ConfidenceFactor Confidence { get { throw null; } }
- public virtual Mono.Math.Prime.PrimalityTest PrimalityTest { get { throw null; } }
- public virtual int TrialDivisionBounds { get { throw null; } }
- public abstract Mono.Math.BigInteger GenerateNewPrime(int bits);
- protected bool PostTrialDivisionTests(Mono.Math.BigInteger bi) { throw null; }
- }
- public partial class SequentialSearchPrimeGeneratorBase : Mono.Math.Prime.Generator.PrimeGeneratorBase
- {
- public SequentialSearchPrimeGeneratorBase() { }
- public override Mono.Math.BigInteger GenerateNewPrime(int bits) { throw null; }
- public virtual Mono.Math.BigInteger GenerateNewPrime(int bits, object context) { throw null; }
- protected virtual Mono.Math.BigInteger GenerateSearchBase(int bits, object context) { throw null; }
- protected virtual bool IsPrimeAcceptable(Mono.Math.BigInteger bi, object context) { throw null; }
- }
-}
-namespace Mono.Security
-{
- public partial class ASN1
- {
- public ASN1() { }
- public ASN1(byte tag) { }
- public ASN1(byte tag, byte[] data) { }
- public ASN1(byte[] data) { }
- public int Count { get { throw null; } }
- public Mono.Security.ASN1 this[int index] { get { throw null; } }
- public int Length { get { throw null; } }
- public byte Tag { get { throw null; } }
- public byte[] Value { get { throw null; } set { } }
- public Mono.Security.ASN1 Add(Mono.Security.ASN1 asn1) { throw null; }
- public bool CompareValue(byte[] value) { throw null; }
- protected void Decode(byte[] asn1, ref int anPos, int anLength) { }
- protected void DecodeTLV(byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content) { tag = default(byte); length = default(int); content = default(byte[]); }
- public Mono.Security.ASN1 Element(int index, byte anTag) { throw null; }
- public bool Equals(byte[] asn1) { throw null; }
- public virtual byte[] GetBytes() { throw null; }
- public void SaveToFile(string filename) { }
- public override string ToString() { throw null; }
- }
- public static partial class ASN1Convert
- {
- public static Mono.Security.ASN1 FromDateTime(System.DateTime dt) { throw null; }
- public static Mono.Security.ASN1 FromInt32(int value) { throw null; }
- public static Mono.Security.ASN1 FromOid(string oid) { throw null; }
- public static Mono.Security.ASN1 FromUnsignedBigInteger(byte[] big) { throw null; }
- public static System.DateTime ToDateTime(Mono.Security.ASN1 time) { throw null; }
- public static int ToInt32(Mono.Security.ASN1 asn1) { throw null; }
- public static string ToOid(Mono.Security.ASN1 asn1) { throw null; }
- }
- public sealed partial class PKCS7
- {
- internal PKCS7() { }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid) { throw null; }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid, Mono.Security.ASN1 parameters) { throw null; }
- public static Mono.Security.ASN1 Attribute(string oid, Mono.Security.ASN1 value) { throw null; }
- public static Mono.Security.ASN1 IssuerAndSerialNumber(Mono.Security.X509.X509Certificate x509) { throw null; }
- public partial class ContentInfo
- {
- public ContentInfo() { }
- public ContentInfo(Mono.Security.ASN1 asn1) { }
- public ContentInfo(byte[] data) { }
- public ContentInfo(string oid) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.ASN1 Content { get { throw null; } set { } }
- public string ContentType { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EncryptedData
- {
- public EncryptedData() { }
- public EncryptedData(Mono.Security.ASN1 asn1) { }
- public EncryptedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EnvelopedData
- {
- public EnvelopedData() { }
- public EnvelopedData(Mono.Security.ASN1 asn1) { }
- public EnvelopedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public System.Collections.ArrayList RecipientInfos { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class Oid
- {
- public const string contentType = "1.2.840.113549.1.9.3";
- public const string countersignature = "1.2.840.113549.1.9.6";
- public const string data = "1.2.840.113549.1.7.1";
- public const string digestedData = "1.2.840.113549.1.7.5";
- public const string encryptedData = "1.2.840.113549.1.7.6";
- public const string envelopedData = "1.2.840.113549.1.7.3";
- public const string messageDigest = "1.2.840.113549.1.9.4";
- public const string rsaEncryption = "1.2.840.113549.1.1.1";
- public const string signedAndEnvelopedData = "1.2.840.113549.1.7.4";
- public const string signedData = "1.2.840.113549.1.7.2";
- public const string signingTime = "1.2.840.113549.1.9.5";
- public Oid() { }
- }
- public partial class RecipientInfo
- {
- public RecipientInfo() { }
- public RecipientInfo(Mono.Security.ASN1 data) { }
- public string Issuer { get { throw null; } }
- public byte[] Key { get { throw null; } }
- public string Oid { get { throw null; } }
- public byte[] Serial { get { throw null; } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public int Version { get { throw null; } }
- }
- public partial class SignedData
- {
- public SignedData() { }
- public SignedData(Mono.Security.ASN1 asn1) { }
- public SignedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string HashName { get { throw null; } set { } }
- public Mono.Security.PKCS7.SignerInfo SignerInfo { get { throw null; } }
- public bool UseAuthenticatedAttributes { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- }
- public partial class SignerInfo
- {
- public SignerInfo() { }
- public SignerInfo(Mono.Security.ASN1 asn1) { }
- public SignerInfo(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public System.Collections.ArrayList AuthenticatedAttributes { get { throw null; } }
- public Mono.Security.X509.X509Certificate Certificate { get { throw null; } set { } }
- public string HashName { get { throw null; } set { } }
- public string IssuerName { get { throw null; } }
- public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] Signature { get { throw null; } set { } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public System.Collections.ArrayList UnauthenticatedAttributes { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public sealed partial class StrongName
- {
- public StrongName() { }
- public StrongName(byte[] data) { }
- public StrongName(int keySize) { }
- public StrongName(System.Security.Cryptography.RSA rsa) { }
- public bool CanSign { get { throw null; } }
- public byte[] PublicKey { get { throw null; } }
- public byte[] PublicKeyToken { get { throw null; } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public string TokenAlgorithm { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] Hash(string fileName) { throw null; }
- public bool Sign(string fileName) { throw null; }
- public bool Verify(System.IO.Stream stream) { throw null; }
- public bool Verify(string fileName) { throw null; }
- }
-}
-namespace Mono.Security.Authenticode
-{
- public partial class AuthenticodeBase
- {
- public const string spcIndirectDataContext = "1.3.6.1.4.1.311.2.1.4";
- public AuthenticodeBase() { }
- protected byte[] HashFile(string fileName, string hashName) { throw null; }
- }
- public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeDeformatter() { }
- public AuthenticodeDeformatter(string fileName) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public int Reason { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
- public System.DateTime Timestamp { get { throw null; } }
- public bool IsTrusted() { throw null; }
- }
- public partial class AuthenticodeFormatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeFormatter() { }
- public Mono.Security.Authenticode.Authority Authority { get { throw null; } set { } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crl { get { throw null; } }
- public string Description { get { throw null; } set { } }
- public string Hash { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public System.Uri TimestampUrl { get { throw null; } set { } }
- public System.Uri Url { get { throw null; } set { } }
- public void ProcessTimestamp(byte[] response) { }
- public bool Sign(string fileName) { throw null; }
- public bool Timestamp(string fileName) { throw null; }
- public Mono.Security.ASN1 TimestampRequest(byte[] signature) { throw null; }
- }
- public enum Authority
- {
- Commercial = 1,
- Individual = 0,
- Maximum = 2,
- }
- public partial class PrivateKey
- {
- public PrivateKey() { }
- public PrivateKey(byte[] data, string password) { }
- public bool Encrypted { get { throw null; } }
- public int KeyType { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public bool Weak { get { throw null; } set { } }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename) { throw null; }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename, string password) { throw null; }
- public void Save(string filename) { }
- public void Save(string filename, string password) { }
- }
- public partial class SoftwarePublisherCertificate
- {
- public SoftwarePublisherCertificate() { }
- public SoftwarePublisherCertificate(byte[] data) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public static Mono.Security.Authenticode.SoftwarePublisherCertificate CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public partial class ARC4Managed : Mono.Security.Cryptography.RC4, System.IDisposable, System.Security.Cryptography.ICryptoTransform
- {
- public ARC4Managed() { }
- public bool CanReuseTransform { get { throw null; } }
- public bool CanTransformMultipleBlocks { get { throw null; } }
- public int InputBlockSize { get { throw null; } }
- public override byte[] Key { get { throw null; } set { } }
- public int OutputBlockSize { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- protected override void Dispose(bool disposing) { }
- ~ARC4Managed() { }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw null; }
- public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw null; }
- }
- public partial class BlockProcessor
- {
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform) { }
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform, int blockSize) { }
- public void Core(byte[] rgb) { }
- public void Core(byte[] rgb, int ib, int cb) { }
- public byte[] Final() { throw null; }
- ~BlockProcessor() { }
- public void Initialize() { }
- }
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
- public enum DHKeyGeneration
- {
- Random = 0,
- Static = 1,
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct DHParameters
- {
- public byte[] G;
- public byte[] P;
- [System.NonSerializedAttribute]
- public byte[] X;
- }
- public abstract partial class DiffieHellman : System.Security.Cryptography.AsymmetricAlgorithm
- {
- protected DiffieHellman() { }
- public static new Mono.Security.Cryptography.DiffieHellman Create() { throw null; }
- public static new Mono.Security.Cryptography.DiffieHellman Create(string algName) { throw null; }
- public abstract byte[] CreateKeyExchange();
- public abstract byte[] DecryptKeyExchange(byte[] keyex);
- public abstract Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivate);
- public override void FromXmlString(string xmlString) { }
- public abstract void ImportParameters(Mono.Security.Cryptography.DHParameters parameters);
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- }
- public sealed partial class DiffieHellmanManaged : Mono.Security.Cryptography.DiffieHellman
- {
- public DiffieHellmanManaged() { }
- public DiffieHellmanManaged(byte[] p, byte[] g, byte[] x) { }
- public DiffieHellmanManaged(byte[] p, byte[] g, int l) { }
- public DiffieHellmanManaged(int bitLength, int l, Mono.Security.Cryptography.DHKeyGeneration method) { }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public override byte[] CreateKeyExchange() { throw null; }
- public override byte[] DecryptKeyExchange(byte[] keyEx) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~DiffieHellmanManaged() { }
- public override void ImportParameters(Mono.Security.Cryptography.DHParameters parameters) { }
- }
- public sealed partial class KeyBuilder
- {
- internal KeyBuilder() { }
- public static byte[] IV(int size) { throw null; }
- public static byte[] Key(int size) { throw null; }
- }
- public partial class KeyPairPersistence
- {
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { }
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) { }
- public string Filename { get { throw null; } }
- public string KeyValue { get { throw null; } set { } }
- public System.Security.Cryptography.CspParameters Parameters { get { throw null; } }
- public bool Load() { throw null; }
- public void Remove() { }
- public void Save() { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2Managed : Mono.Security.Cryptography.MD2
- {
- public MD2Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4Managed : Mono.Security.Cryptography.MD4
- {
- public MD4Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public sealed partial class PKCS1
- {
- internal PKCS1() { }
- public static byte[] Decrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] C) { throw null; }
- public static byte[] Decrypt_v15(System.Security.Cryptography.RSA rsa, byte[] C) { throw null; }
- public static byte[] Encode_v15(System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, int emLength) { throw null; }
- public static byte[] Encrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] Encrypt_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] I2OSP(byte[] x, int size) { throw null; }
- public static byte[] I2OSP(int x, int size) { throw null; }
- public static byte[] MGF1(System.Security.Cryptography.HashAlgorithm hash, byte[] mgfSeed, int maskLen) { throw null; }
- public static byte[] OS2IP(byte[] x) { throw null; }
- public static byte[] RSADP(System.Security.Cryptography.RSA rsa, byte[] c) { throw null; }
- public static byte[] RSAEP(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSASP1(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSAVP1(System.Security.Cryptography.RSA rsa, byte[] s) { throw null; }
- public static byte[] Sign_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding) { throw null; }
- }
- public sealed partial class PKCS8
- {
- internal PKCS8() { }
- public static Mono.Security.Cryptography.PKCS8.KeyInfo GetType(byte[] data) { throw null; }
- public partial class EncryptedPrivateKeyInfo
- {
- public EncryptedPrivateKeyInfo() { }
- public EncryptedPrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public byte[] EncryptedData { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public enum KeyInfo
- {
- EncryptedPrivateKey = 1,
- PrivateKey = 0,
- Unknown = 2,
- }
- public partial class PrivateKeyInfo
- {
- public PrivateKeyInfo() { }
- public PrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public System.Collections.ArrayList Attributes { get { throw null; } }
- public byte[] PrivateKey { get { throw null; } set { } }
- public int Version { get { throw null; } set { } }
- public static System.Security.Cryptography.DSA DecodeDSA(byte[] privateKey, System.Security.Cryptography.DSAParameters dsaParameters) { throw null; }
- public static System.Security.Cryptography.RSA DecodeRSA(byte[] keypair) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.RSA rsa) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
- }
- public abstract partial class RC4 : System.Security.Cryptography.SymmetricAlgorithm
- {
- public RC4() { }
- public override byte[] IV { get { throw null; } set { } }
- public static new Mono.Security.Cryptography.RC4 Create() { throw null; }
- public static new Mono.Security.Cryptography.RC4 Create(string algName) { throw null; }
- }
- public partial class RSAManaged : System.Security.Cryptography.RSA
- {
- public RSAManaged() { }
- public RSAManaged(int keySize) { }
- public bool IsCrtPossible { get { throw null; } }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override int KeySize { get { throw null; } }
- public bool PublicOnly { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public bool UseKeyBlinding { get { throw null; } set { } }
- public event Mono.Security.Cryptography.RSAManaged.KeyGeneratedEventHandler KeyGenerated { add { } remove { } }
- public override byte[] DecryptValue(byte[] rgb) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override byte[] EncryptValue(byte[] rgb) { throw null; }
- public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~RSAManaged() { }
- public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { }
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- public delegate void KeyGeneratedEventHandler(object sender, System.EventArgs e);
- }
- public abstract partial class SHA224 : System.Security.Cryptography.HashAlgorithm
- {
- public SHA224() { }
- public static new Mono.Security.Cryptography.SHA224 Create() { throw null; }
- public static new Mono.Security.Cryptography.SHA224 Create(string hashName) { throw null; }
- }
- public partial class SHA224Managed : Mono.Security.Cryptography.SHA224
- {
- public SHA224Managed() { }
- protected override void HashCore(byte[] rgb, int start, int size) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
-namespace Mono.Security.Interface
-{
- public partial class Alert
- {
- public Alert(Mono.Security.Interface.AlertDescription description) { }
- public Alert(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.AlertDescription Description { get { throw null; } }
- public bool IsCloseNotify { get { throw null; } }
- public bool IsWarning { get { throw null; } }
- public Mono.Security.Interface.AlertLevel Level { get { throw null; } }
- public string Message { get { throw null; } }
- public static string GetAlertMessage(Mono.Security.Interface.AlertDescription description) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AlertDescription : byte
- {
- AccessDenied = (byte)49,
- BadCertificate = (byte)42,
- BadRecordMAC = (byte)20,
- CertificateExpired = (byte)45,
- CertificateRevoked = (byte)44,
- CertificateUnknown = (byte)46,
- CloseNotify = (byte)0,
- DecodeError = (byte)50,
- DecompressionFailure = (byte)30,
- DecryptError = (byte)51,
- DecryptionFailed_RESERVED = (byte)21,
- ExportRestriction = (byte)60,
- HandshakeFailure = (byte)40,
- IlegalParameter = (byte)47,
- InsuficientSecurity = (byte)71,
- InternalError = (byte)80,
- NoCertificate_RESERVED = (byte)41,
- NoRenegotiation = (byte)100,
- ProtocolVersion = (byte)70,
- RecordOverflow = (byte)22,
- UnexpectedMessage = (byte)10,
- UnknownCA = (byte)48,
- UnsupportedCertificate = (byte)43,
- UnsupportedExtension = (byte)110,
- UserCancelled = (byte)90,
- }
- public enum AlertLevel : byte
- {
- Fatal = (byte)2,
- Warning = (byte)1,
- }
- public partial class BufferOffsetSize : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public BufferOffsetSize(byte[] buffer) { }
- public BufferOffsetSize(byte[] buffer, int offset, int size) { }
- public BufferOffsetSize(int size) { }
- public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int EndOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public byte[] GetBuffer() { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void TruncateTo(int newSize) { }
- }
- public static partial class CertificateValidationHelper
- {
- public static bool SupportsTrustAnchors { get { throw null; } }
- public static bool SupportsX509Chain { get { throw null; } }
- public static Mono.Security.Interface.ICertificateValidator GetValidator(Mono.Security.Interface.MonoTlsSettings settings) { throw null; }
- }
- public enum CipherAlgorithmType
- {
- Aes128 = 1,
- Aes256 = 2,
- AesGcm128 = 3,
- AesGcm256 = 4,
- None = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum CipherSuiteCode : ushort
- {
- TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)17,
- TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)19,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA = (ushort)50,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 = (ushort)64,
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 = (ushort)162,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA = (ushort)56,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 = (ushort)106,
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 = (ushort)163,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)68,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)189,
- TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49280,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)135,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)195,
- TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49281,
- TLS_DHE_DSS_WITH_DES_CBC_SHA = (ushort)18,
- TLS_DHE_DSS_WITH_SEED_CBC_SHA = (ushort)153,
- TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)143,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA = (ushort)144,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)178,
- TLS_DHE_PSK_WITH_AES_128_CCM = (ushort)49318,
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 = (ushort)170,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA = (ushort)145,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)179,
- TLS_DHE_PSK_WITH_AES_256_CCM = (ushort)49319,
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 = (ushort)171,
- TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49302,
- TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49296,
- TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49303,
- TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49297,
- TLS_DHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58396,
- TLS_DHE_PSK_WITH_NULL_SHA = (ushort)45,
- TLS_DHE_PSK_WITH_NULL_SHA256 = (ushort)180,
- TLS_DHE_PSK_WITH_NULL_SHA384 = (ushort)181,
- TLS_DHE_PSK_WITH_RC4_128_SHA = (ushort)142,
- TLS_DHE_PSK_WITH_SALSA20_SHA1 = (ushort)58397,
- TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)20,
- TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)22,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA = (ushort)51,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)103,
- TLS_DHE_RSA_WITH_AES_128_CCM = (ushort)49310,
- TLS_DHE_RSA_WITH_AES_128_CCM_8 = (ushort)49314,
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)158,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA = (ushort)57,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = (ushort)107,
- TLS_DHE_RSA_WITH_AES_256_CCM = (ushort)49311,
- TLS_DHE_RSA_WITH_AES_256_CCM_8 = (ushort)49315,
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)159,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)69,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)190,
- TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49276,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)136,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)196,
- TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49277,
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52245,
- TLS_DHE_RSA_WITH_DES_CBC_SHA = (ushort)21,
- TLS_DHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58398,
- TLS_DHE_RSA_WITH_SALSA20_SHA1 = (ushort)58399,
- TLS_DHE_RSA_WITH_SEED_CBC_SHA = (ushort)154,
- TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA = (ushort)25,
- TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 = (ushort)23,
- TLS_DH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)27,
- TLS_DH_anon_WITH_AES_128_CBC_SHA = (ushort)52,
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 = (ushort)108,
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 = (ushort)166,
- TLS_DH_anon_WITH_AES_256_CBC_SHA = (ushort)58,
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 = (ushort)109,
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 = (ushort)167,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA = (ushort)70,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)191,
- TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49284,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA = (ushort)137,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)197,
- TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49285,
- TLS_DH_anon_WITH_DES_CBC_SHA = (ushort)26,
- TLS_DH_anon_WITH_RC4_128_MD5 = (ushort)24,
- TLS_DH_anon_WITH_SEED_CBC_SHA = (ushort)155,
- TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)11,
- TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)13,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA = (ushort)48,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA256 = (ushort)62,
- TLS_DH_DSS_WITH_AES_128_GCM_SHA256 = (ushort)164,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA = (ushort)54,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA256 = (ushort)104,
- TLS_DH_DSS_WITH_AES_256_GCM_SHA384 = (ushort)165,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)66,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)187,
- TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49282,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)133,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)193,
- TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49283,
- TLS_DH_DSS_WITH_DES_CBC_SHA = (ushort)12,
- TLS_DH_DSS_WITH_SEED_CBC_SHA = (ushort)151,
- TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)14,
- TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)16,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA = (ushort)49,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)63,
- TLS_DH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)160,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA = (ushort)55,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA256 = (ushort)105,
- TLS_DH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)161,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)67,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)188,
- TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49278,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)134,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)194,
- TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49279,
- TLS_DH_RSA_WITH_DES_CBC_SHA = (ushort)15,
- TLS_DH_RSA_WITH_SEED_CBC_SHA = (ushort)152,
- TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49160,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49161,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49187,
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49195,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49162,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49188,
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49196,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49266,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49286,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49267,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49287,
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52244,
- TLS_ECDHE_ECDSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58388,
- TLS_ECDHE_ECDSA_WITH_NULL_SHA = (ushort)49158,
- TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = (ushort)49159,
- TLS_ECDHE_ECDSA_WITH_SALSA20_SHA1 = (ushort)58389,
- TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)49204,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA = (ushort)49205,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)49207,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA = (ushort)49206,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)49208,
- TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49306,
- TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49307,
- TLS_ECDHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58392,
- TLS_ECDHE_PSK_WITH_NULL_SHA = (ushort)49209,
- TLS_ECDHE_PSK_WITH_NULL_SHA256 = (ushort)49210,
- TLS_ECDHE_PSK_WITH_NULL_SHA384 = (ushort)49211,
- TLS_ECDHE_PSK_WITH_RC4_128_SHA = (ushort)49203,
- TLS_ECDHE_PSK_WITH_SALSA20_SHA1 = (ushort)58393,
- TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49170,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = (ushort)49171,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49191,
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49199,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = (ushort)49172,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49192,
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49200,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49270,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49290,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49271,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49291,
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52243,
- TLS_ECDHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58386,
- TLS_ECDHE_RSA_WITH_NULL_SHA = (ushort)49168,
- TLS_ECDHE_RSA_WITH_RC4_128_SHA = (ushort)49169,
- TLS_ECDHE_RSA_WITH_SALSA20_SHA1 = (ushort)58387,
- TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)49175,
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA = (ushort)49176,
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA = (ushort)49177,
- TLS_ECDH_anon_WITH_NULL_SHA = (ushort)49173,
- TLS_ECDH_anon_WITH_RC4_128_SHA = (ushort)49174,
- TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49155,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49156,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49189,
- TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49197,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49157,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49190,
- TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49198,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49268,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49288,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49269,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49289,
- TLS_ECDH_ECDSA_WITH_NULL_SHA = (ushort)49153,
- TLS_ECDH_ECDSA_WITH_RC4_128_SHA = (ushort)49154,
- TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49165,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA = (ushort)49166,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49193,
- TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49201,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA = (ushort)49167,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49194,
- TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49202,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49272,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49292,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49273,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49293,
- TLS_ECDH_RSA_WITH_NULL_SHA = (ushort)49163,
- TLS_ECDH_RSA_WITH_RC4_128_SHA = (ushort)49164,
- TLS_EMPTY_RENEGOTIATION_INFO_SCSV = (ushort)255,
- TLS_FALLBACK_SCSV = (ushort)22016,
- TLS_NULL_WITH_NULL_NULL = (ushort)0,
- TLS_PSK_DHE_WITH_AES_128_CCM_8 = (ushort)49322,
- TLS_PSK_DHE_WITH_AES_256_CCM_8 = (ushort)49323,
- TLS_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)139,
- TLS_PSK_WITH_AES_128_CBC_SHA = (ushort)140,
- TLS_PSK_WITH_AES_128_CBC_SHA256 = (ushort)174,
- TLS_PSK_WITH_AES_128_CCM = (ushort)49316,
- TLS_PSK_WITH_AES_128_CCM_8 = (ushort)49320,
- TLS_PSK_WITH_AES_128_GCM_SHA256 = (ushort)168,
- TLS_PSK_WITH_AES_256_CBC_SHA = (ushort)141,
- TLS_PSK_WITH_AES_256_CBC_SHA384 = (ushort)175,
- TLS_PSK_WITH_AES_256_CCM = (ushort)49317,
- TLS_PSK_WITH_AES_256_CCM_8 = (ushort)49321,
- TLS_PSK_WITH_AES_256_GCM_SHA384 = (ushort)169,
- TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49300,
- TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49294,
- TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49301,
- TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49295,
- TLS_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58390,
- TLS_PSK_WITH_NULL_SHA = (ushort)44,
- TLS_PSK_WITH_NULL_SHA256 = (ushort)176,
- TLS_PSK_WITH_NULL_SHA384 = (ushort)177,
- TLS_PSK_WITH_RC4_128_SHA = (ushort)138,
- TLS_PSK_WITH_SALSA20_SHA1 = (ushort)58391,
- TLS_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)8,
- TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 = (ushort)6,
- TLS_RSA_EXPORT_WITH_RC4_40_MD5 = (ushort)3,
- TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)147,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA = (ushort)148,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 = (ushort)182,
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 = (ushort)172,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA = (ushort)149,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 = (ushort)183,
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 = (ushort)173,
- TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49304,
- TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49298,
- TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49305,
- TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49299,
- TLS_RSA_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58394,
- TLS_RSA_PSK_WITH_NULL_SHA = (ushort)46,
- TLS_RSA_PSK_WITH_NULL_SHA256 = (ushort)184,
- TLS_RSA_PSK_WITH_NULL_SHA384 = (ushort)185,
- TLS_RSA_PSK_WITH_RC4_128_SHA = (ushort)146,
- TLS_RSA_PSK_WITH_SALSA20_SHA1 = (ushort)58395,
- TLS_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)10,
- TLS_RSA_WITH_AES_128_CBC_SHA = (ushort)47,
- TLS_RSA_WITH_AES_128_CBC_SHA256 = (ushort)60,
- TLS_RSA_WITH_AES_128_CCM = (ushort)49308,
- TLS_RSA_WITH_AES_128_CCM_8 = (ushort)49312,
- TLS_RSA_WITH_AES_128_GCM_SHA256 = (ushort)156,
- TLS_RSA_WITH_AES_256_CBC_SHA = (ushort)53,
- TLS_RSA_WITH_AES_256_CBC_SHA256 = (ushort)61,
- TLS_RSA_WITH_AES_256_CCM = (ushort)49309,
- TLS_RSA_WITH_AES_256_CCM_8 = (ushort)49313,
- TLS_RSA_WITH_AES_256_GCM_SHA384 = (ushort)157,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)65,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)186,
- TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49274,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)132,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)192,
- TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49275,
- TLS_RSA_WITH_DES_CBC_SHA = (ushort)9,
- TLS_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58384,
- TLS_RSA_WITH_IDEA_CBC_SHA = (ushort)7,
- TLS_RSA_WITH_NULL_MD5 = (ushort)1,
- TLS_RSA_WITH_NULL_SHA = (ushort)2,
- TLS_RSA_WITH_NULL_SHA256 = (ushort)59,
- TLS_RSA_WITH_RC4_128_MD5 = (ushort)4,
- TLS_RSA_WITH_RC4_128_SHA = (ushort)5,
- TLS_RSA_WITH_SALSA20_SHA1 = (ushort)58385,
- TLS_RSA_WITH_SEED_CBC_SHA = (ushort)150,
- TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)49180,
- TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA = (ushort)49183,
- TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA = (ushort)49186,
- TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49179,
- TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA = (ushort)49182,
- TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA = (ushort)49185,
- TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA = (ushort)49178,
- TLS_SRP_SHA_WITH_AES_128_CBC_SHA = (ushort)49181,
- TLS_SRP_SHA_WITH_AES_256_CBC_SHA = (ushort)49184,
- }
- public enum ExchangeAlgorithmType
- {
- Dhe = 1,
- EcDhe = 3,
- None = 0,
- Rsa = 2,
- }
- public enum HashAlgorithmType
- {
- Md5 = 1,
- Md5Sha1 = 254,
- None = 0,
- Sha1 = 2,
- Sha224 = 3,
- Sha256 = 4,
- Sha384 = 5,
- Sha512 = 6,
- Unknown = 255,
- }
- public partial interface IBufferOffsetSize
- {
- byte[] Buffer { get; }
- int Offset { get; }
- int Size { get; }
- }
- public partial interface ICertificateValidator
- {
- Mono.Security.Interface.MonoTlsSettings Settings { get; }
- bool SelectClientCertificate(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers, out System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate);
- Mono.Security.Interface.ValidationResult ValidateCertificate(string targetHost, bool serverMode, System.Security.Cryptography.X509Certificates.X509CertificateCollection certificates);
- }
- public partial interface IMonoSslStream : System.IDisposable
- {
- System.Net.Security.AuthenticatedStream AuthenticatedStream { get; }
- bool CanRead { get; }
- bool CanTimeout { get; }
- bool CanWrite { get; }
- bool CheckCertRevocationStatus { get; }
- System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get; }
- int CipherStrength { get; }
- System.Security.Authentication.HashAlgorithmType HashAlgorithm { get; }
- int HashStrength { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate InternalLocalCertificate { get; }
- bool IsAuthenticated { get; }
- bool IsEncrypted { get; }
- bool IsMutuallyAuthenticated { get; }
- bool IsServer { get; }
- bool IsSigned { get; }
- System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get; }
- int KeyExchangeStrength { get; }
- long Length { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get; }
- long Position { get; }
- Mono.Security.Interface.MonoTlsProvider Provider { get; }
- int ReadTimeout { get; set; }
- System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get; }
- System.Security.Authentication.SslProtocols SslProtocol { get; }
- System.Net.TransportContext TransportContext { get; }
- int WriteTimeout { get; set; }
- void AuthenticateAsClient(string targetHost);
- void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- void EndAuthenticateAsClient(System.IAsyncResult asyncResult);
- void EndAuthenticateAsServer(System.IAsyncResult asyncResult);
- int EndRead(System.IAsyncResult asyncResult);
- void EndWrite(System.IAsyncResult asyncResult);
- void Flush();
- Mono.Security.Interface.MonoTlsConnectionInfo GetConnectionInfo();
- int Read(byte[] buffer, int offset, int count);
- void SetLength(long value);
- void Write(byte[] buffer);
- void Write(byte[] buffer, int offset, int count);
- }
- public partial interface IMonoTlsEventSink
- {
- void Error(System.Exception exception);
- void ReceivedCloseNotify();
- }
- public enum MonoEncryptionPolicy
- {
- AllowNoEncryption = 1,
- NoEncryption = 2,
- RequireEncryption = 0,
- }
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate MonoLocalCertificateSelectionCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers);
- public delegate bool MonoRemoteCertificateValidationCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, Mono.Security.Interface.MonoSslPolicyErrors sslPolicyErrors);
- [System.FlagsAttribute]
- public enum MonoSslPolicyErrors
- {
- None = 0,
- RemoteCertificateChainErrors = 4,
- RemoteCertificateNameMismatch = 2,
- RemoteCertificateNotAvailable = 1,
- }
- public partial class MonoTlsConnectionInfo
- {
- public MonoTlsConnectionInfo() { }
- public Mono.Security.Interface.CipherAlgorithmType CipherAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode CipherSuiteCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.ExchangeAlgorithmType ExchangeAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.HashAlgorithmType HashAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string PeerDomainName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.TlsProtocols ProtocolVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class MonoTlsProvider
- {
- internal MonoTlsProvider() { }
- public abstract System.Guid ID { get; }
- public abstract string Name { get; }
- public abstract System.Security.Authentication.SslProtocols SupportedProtocols { get; }
- public abstract bool SupportsConnectionInfo { get; }
- public abstract bool SupportsMonoExtensions { get; }
- public abstract bool SupportsSslStream { get; }
- public abstract Mono.Security.Interface.IMonoSslStream CreateSslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings=null);
- }
- public static partial class MonoTlsProviderFactory
- {
- public static bool IsInitialized { get { throw null; } }
- public static System.Net.HttpListener CreateHttpListener(System.Security.Cryptography.X509Certificates.X509Certificate certificate, Mono.Security.Interface.MonoTlsProvider provider=null, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- public static System.Net.HttpWebRequest CreateHttpsRequest(System.Uri requestUri, Mono.Security.Interface.MonoTlsProvider provider, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- [System.ObsoleteAttribute("Use GetProvider() instead.")]
- public static Mono.Security.Interface.MonoTlsProvider GetDefaultProvider() { throw null; }
- public static Mono.Security.Interface.IMonoSslStream GetMonoSslStream(System.Net.Security.SslStream stream) { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider() { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider(string provider) { throw null; }
- public static void Initialize() { }
- public static void Initialize(string provider) { }
- public static bool IsProviderSupported(string provider) { throw null; }
- [System.ObsoleteAttribute("Use Initialize(string provider) instead.")]
- public static void SetDefaultProvider(string name) { }
- }
- public sealed partial class MonoTlsSettings
- {
- public MonoTlsSettings() { }
- public bool CallbackNeedsCertificateChain { get { throw null; } set { } }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.ICertificateValidator CertificateValidator { get { throw null; } }
- public bool CheckCertificateName { get { throw null; } set { } }
- public bool CheckCertificateRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Interface.MonoLocalCertificateSelectionCallback ClientCertificateSelectionCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.Security.Interface.MonoTlsSettings DefaultSettings { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Security.Interface.TlsProtocols> EnabledProtocols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.MonoRemoteCertificateValidationCallback RemoteCertificateValidationCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SkipSystemValidators { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection TrustAnchors { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object UserSettings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> UseServicePointManagerCallback { get { throw null; } set { } }
- public Mono.Security.Interface.MonoTlsSettings Clone() { throw null; }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.MonoTlsSettings CloneWithValidator(Mono.Security.Interface.ICertificateValidator validator) { throw null; }
- public static Mono.Security.Interface.MonoTlsSettings CopyDefaultSettings() { throw null; }
- }
- public abstract partial class SecretParameters : System.IDisposable
- {
- protected SecretParameters() { }
- protected void CheckDisposed() { }
- protected abstract void Clear();
- protected static void Clear(byte[] array) { }
- public void Dispose() { }
- ~SecretParameters() { }
- }
- public partial class SecureBuffer : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public SecureBuffer(byte[] buffer) { }
- public SecureBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- int Mono.Security.Interface.IBufferOffsetSize.Offset { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static Mono.Security.Interface.SecureBuffer CreateCopy(byte[] buffer) { throw null; }
- public byte[] StealBuffer() { throw null; }
- }
- public partial class TlsBuffer : Mono.Security.Interface.SecretParameters
- {
- public static readonly byte[] EmptyArray;
- protected TlsBuffer() { }
- public TlsBuffer(Mono.Security.Interface.IBufferOffsetSize bos) { }
- public TlsBuffer(byte[] buffer) { }
- public TlsBuffer(byte[] buffer, int offset, int size) { }
- public TlsBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- public int EndOffset { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Remaining { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static bool Compare(Mono.Security.Interface.IBufferOffsetSize buffer1, Mono.Security.Interface.IBufferOffsetSize buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, byte[] buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public static int ConstantTimeCompare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public Mono.Security.Interface.IBufferOffsetSize GetRemaining() { throw null; }
- protected virtual void MakeRoomInternal(int size) { }
- public Mono.Security.Interface.TlsBuffer ReadBuffer(int length) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt24() { throw null; }
- public int ReadInt32() { throw null; }
- public Mono.Security.Interface.SecureBuffer ReadSecureBuffer(int count) { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void Write(Mono.Security.Interface.IBufferOffsetSize buffer) { }
- public void Write(byte value) { }
- public void Write(byte[] buffer) { }
- public void Write(byte[] buffer, int offset, int size) { }
- public void Write(short value) { }
- public void Write(int value) { }
- public void Write(ulong value) { }
- public static void WriteInt16(byte[] buffer, int offset, short value) { }
- public static void WriteInt24(byte[] buffer, int offset, int value) { }
- public void WriteInt24(int value) { }
- public static void WriteInt32(byte[] buffer, int offset, int value) { }
- public static void WriteInt64(byte[] buffer, int offset, ulong value) { }
- }
- public sealed partial class TlsException : System.Exception
- {
- public TlsException(Mono.Security.Interface.Alert alert) { }
- public TlsException(Mono.Security.Interface.Alert alert, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string format, params object[] args) { }
- public TlsException(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.Alert Alert { get { throw null; } }
- }
- public partial class TlsMultiBuffer
- {
- public TlsMultiBuffer() { }
- public bool IsEmpty { get { throw null; } }
- public bool IsSingle { get { throw null; } }
- public void Add(Mono.Security.Interface.TlsBuffer buffer) { }
- public void Add(byte[] buffer) { }
- public void Add(byte[] buffer, int offset, int size) { }
- public void Clear() { }
- public Mono.Security.Interface.BufferOffsetSize GetBuffer() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize[] GetBufferArray() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize StealBuffer() { throw null; }
- }
- public enum TlsProtocolCode : short
- {
- Tls10 = (short)769,
- Tls11 = (short)770,
- Tls12 = (short)771,
- }
- [System.FlagsAttribute]
- public enum TlsProtocols
- {
- ClientMask = 2688,
- ServerMask = 1344,
- Tls10 = 192,
- Tls10Client = 128,
- Tls10Server = 64,
- Tls11 = 768,
- Tls11Client = 512,
- Tls11Server = 256,
- Tls12 = 3072,
- Tls12Client = 2048,
- Tls12Server = 1024,
- Zero = 0,
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code, System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> policy_errors) { }
- public int ErrorCode { get { throw null; } }
- public System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> PolicyErrors { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- 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[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public static partial class ChallengeResponse2
- {
- public static void Compute(Mono.Security.Protocol.Ntlm.Type2Message type2, Mono.Security.Protocol.Ntlm.NtlmAuthLevel level, string username, string password, string domain, out byte[] lm, out byte[] ntlm) { lm = default(byte[]); ntlm = default(byte[]); }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public int Type { 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; }
- }
- public enum NtlmAuthLevel
- {
- LM_and_NTLM = 0,
- LM_and_NTLM_and_try_NTLMv2_Session = 1,
- NTLMv2_only = 3,
- NTLM_only = 2,
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateDomainSupplied = 4096,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public static partial class NtlmSettings
- {
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(byte[] message) : 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(byte[] message) : base (default(int)) { }
- public byte[] Nonce { get { throw null; } set { } }
- public byte[] TargetInfo { get { throw null; } }
- public string TargetName { get { throw null; } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.Type2Message type2) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public byte[] Challenge { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use NtlmSettings.DefaultAuthLevel")]
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmAuthLevel Level { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } set { } }
- 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.Interface.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,
- Tls11 = 768,
- Tls12 = 3072,
- }
- 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) { }
- }
-}
-namespace Mono.Security.X509
-{
- public partial class PKCS12 : System.ICloneable
- {
- public const string certBag = "1.2.840.113549.1.12.10.1.3";
- public const string crlBag = "1.2.840.113549.1.12.10.1.4";
- public const int CryptoApiPasswordLimit = 32;
- public const string keyBag = "1.2.840.113549.1.12.10.1.1";
- public const string pbeWithSHAAnd128BitRC2CBC = "1.2.840.113549.1.12.1.5";
- public const string pbeWithSHAAnd128BitRC4 = "1.2.840.113549.1.12.1.1";
- public const string pbeWithSHAAnd2KeyTripleDESCBC = "1.2.840.113549.1.12.1.4";
- public const string pbeWithSHAAnd3KeyTripleDESCBC = "1.2.840.113549.1.12.1.3";
- public const string pbeWithSHAAnd40BitRC2CBC = "1.2.840.113549.1.12.1.6";
- public const string pbeWithSHAAnd40BitRC4 = "1.2.840.113549.1.12.1.2";
- public const string pkcs8ShroudedKeyBag = "1.2.840.113549.1.12.10.1.2";
- public const string safeContentsBag = "1.2.840.113549.1.12.10.1.6";
- public const string sdsiCertificate = "1.2.840.113549.1.9.22.2";
- public const string secretBag = "1.2.840.113549.1.12.10.1.5";
- public const string x509Certificate = "1.2.840.113549.1.9.22.1";
- public const string x509Crl = "1.2.840.113549.1.9.23.1";
- public PKCS12() { }
- public PKCS12(byte[] data) { }
- public PKCS12(byte[] data, byte[] password) { }
- public PKCS12(byte[] data, string password) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public int IterationCount { get { throw null; } set { } }
- public System.Collections.ArrayList Keys { get { throw null; } }
- public static int MaximumPasswordLength { get { throw null; } set { } }
- public string Password { set { } }
- public System.Collections.ArrayList Secrets { get { throw null; } }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attributes) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddSecretBag(byte[] secret) { }
- public void AddSecretBag(byte[] secret, System.Collections.IDictionary attributes) { }
- public object Clone() { throw null; }
- public byte[] Decrypt(Mono.Security.PKCS7.EncryptedData ed) { throw null; }
- public byte[] Decrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] encryptedData) { throw null; }
- public byte[] Encrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] data) { throw null; }
- ~PKCS12() { }
- public System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm(System.Collections.IDictionary attrs) { throw null; }
- public System.Collections.IDictionary GetAttributes(Mono.Security.X509.X509Certificate cert) { throw null; }
- public System.Collections.IDictionary GetAttributes(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Certificate GetCertificate(System.Collections.IDictionary attrs) { throw null; }
- public byte[] GetSecret(System.Collections.IDictionary attrs) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename, string password) { throw null; }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attrs) { }
- public void RemoveKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemovePkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemoveSecretBag(byte[] secret) { }
- public void SaveToFile(string filename) { }
- public partial class DeriveBytes
- {
- public DeriveBytes() { }
- public string HashName { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Password { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] DeriveIV(int size) { throw null; }
- public byte[] DeriveKey(int size) { throw null; }
- public byte[] DeriveMAC(int size) { throw null; }
- public enum Purpose
- {
- IV = 1,
- Key = 0,
- MAC = 2,
- }
- }
- }
- public partial class PKCS5
- {
- public const string pbeWithMD2AndDESCBC = "1.2.840.113549.1.5.1";
- public const string pbeWithMD2AndRC2CBC = "1.2.840.113549.1.5.4";
- public const string pbeWithMD5AndDESCBC = "1.2.840.113549.1.5.3";
- public const string pbeWithMD5AndRC2CBC = "1.2.840.113549.1.5.6";
- public const string pbeWithSHA1AndDESCBC = "1.2.840.113549.1.5.10";
- public const string pbeWithSHA1AndRC2CBC = "1.2.840.113549.1.5.11";
- public PKCS5() { }
- }
- public partial class PKCS9
- {
- public const string friendlyName = "1.2.840.113549.1.9.20";
- public const string localKeyId = "1.2.840.113549.1.9.21";
- public PKCS9() { }
- }
- public sealed partial class X501
- {
- internal X501() { }
- public static Mono.Security.ASN1 FromString(string rdn) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq, bool reversed, string separator, bool quotes) { throw null; }
- }
- public abstract partial class X509Builder
- {
- protected X509Builder() { }
- public string Hash { get { throw null; } set { } }
- protected string GetOid(string hashName) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.DSA key) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.RSA key) { throw null; }
- protected abstract Mono.Security.ASN1 ToBeSigned(string hashName);
- }
- public partial class X509Certificate : System.Runtime.Serialization.ISerializable
- {
- public X509Certificate(byte[] data) { }
- protected X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public System.Security.Cryptography.DSA DSA { get { throw null; } set { } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public bool IsSelfSigned { get { throw null; } }
- public virtual string IssuerName { get { throw null; } }
- public byte[] IssuerUniqueIdentifier { get { throw null; } }
- public virtual string KeyAlgorithm { get { throw null; } }
- public virtual byte[] KeyAlgorithmParameters { get { throw null; } set { } }
- public virtual byte[] PublicKey { get { throw null; } }
- public virtual byte[] RawData { get { throw null; } }
- public virtual System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public virtual byte[] SerialNumber { get { throw null; } }
- public virtual byte[] Signature { get { throw null; } }
- public virtual string SignatureAlgorithm { get { throw null; } }
- public virtual byte[] SignatureAlgorithmParameters { get { throw null; } }
- public virtual string SubjectName { get { throw null; } }
- public byte[] SubjectUniqueIdentifier { get { throw null; } }
- public virtual System.DateTime ValidFrom { get { throw null; } }
- public virtual System.DateTime ValidUntil { get { throw null; } }
- public int Version { get { throw null; } }
- public bool CheckSignature(byte[] hash, string hashAlgorithm, byte[] signature) { throw null; }
- public Mono.Security.ASN1 GetIssuerName() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
- public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Security.ASN1 GetSubjectName() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- }
- public partial class X509CertificateBuilder : Mono.Security.X509.X509Builder
- {
- public X509CertificateBuilder() { }
- public X509CertificateBuilder(byte version) { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public string IssuerName { get { throw null; } set { } }
- public byte[] IssuerUniqueId { get { throw null; } set { } }
- public System.DateTime NotAfter { get { throw null; } set { } }
- public System.DateTime NotBefore { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } set { } }
- public string SubjectName { get { throw null; } set { } }
- public System.Security.Cryptography.AsymmetricAlgorithm SubjectPublicKey { get { throw null; } set { } }
- public byte[] SubjectUniqueId { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- protected override Mono.Security.ASN1 ToBeSigned(string oid) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class X509CertificateCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509CertificateCollection() { }
- public X509CertificateCollection(Mono.Security.X509.X509CertificateCollection value) { }
- public X509CertificateCollection(Mono.Security.X509.X509Certificate[] value) { }
- public Mono.Security.X509.X509Certificate this[int index] { get { throw null; } set { } }
- public int Add(Mono.Security.X509.X509Certificate value) { throw null; }
- public void AddRange(Mono.Security.X509.X509CertificateCollection value) { }
- public void AddRange(Mono.Security.X509.X509Certificate[] value) { }
- public bool Contains(Mono.Security.X509.X509Certificate value) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Certificate[] array, int index) { }
- public new Mono.Security.X509.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Certificate value) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Certificate value) { }
- public void Remove(Mono.Security.X509.X509Certificate value) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public partial class X509CertificateEnumerator : System.Collections.IEnumerator
- {
- public X509CertificateEnumerator(Mono.Security.X509.X509CertificateCollection mappings) { }
- public Mono.Security.X509.X509Certificate Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- public partial class X509Chain
- {
- public X509Chain() { }
- public X509Chain(Mono.Security.X509.X509CertificateCollection chain) { }
- public Mono.Security.X509.X509CertificateCollection Chain { get { throw null; } }
- public Mono.Security.X509.X509Certificate Root { get { throw null; } }
- public Mono.Security.X509.X509ChainStatusFlags Status { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection TrustAnchors { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(64))]set { } }
- public bool Build(Mono.Security.X509.X509Certificate leaf) { throw null; }
- public Mono.Security.X509.X509Certificate FindByIssuerName(string issuerName) { throw null; }
- public void LoadCertificate(Mono.Security.X509.X509Certificate x509) { }
- public void LoadCertificates(Mono.Security.X509.X509CertificateCollection collection) { }
- public void Reset() { }
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum X509ChainStatusFlags
- {
- InvalidBasicConstraints = 1024,
- NoError = 0,
- NotSignatureValid = 8,
- NotTimeNested = 2,
- NotTimeValid = 1,
- PartialChain = 65536,
- UntrustedRoot = 32,
- }
- public partial class X509Crl
- {
- public X509Crl(byte[] crl) { }
- public System.Collections.ArrayList Entries { get { throw null; } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public string IssuerName { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[byte[] serialNumber] { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[int index] { get { throw null; } }
- public System.DateTime NextUpdate { get { throw null; } }
- public byte[] RawData { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public string SignatureAlgorithm { get { throw null; } }
- public System.DateTime ThisUpdate { get { throw null; } }
- public byte Version { get { throw null; } }
- public static Mono.Security.X509.X509Crl CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(Mono.Security.X509.X509Certificate x509) { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(byte[] serialNumber) { throw null; }
- public bool VerifySignature(Mono.Security.X509.X509Certificate x509) { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- public partial class X509CrlEntry
- {
- internal X509CrlEntry() { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public System.DateTime RevocationDate { get { throw null; } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public partial class X509Extension
- {
- protected bool extnCritical;
- protected string extnOid;
- protected Mono.Security.ASN1 extnValue;
- protected X509Extension() { }
- public X509Extension(Mono.Security.ASN1 asn1) { }
- public X509Extension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public bool Critical { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public string Oid { get { throw null; } }
- public Mono.Security.ASN1 Value { get { throw null; } }
- protected virtual void Decode() { }
- protected virtual void Encode() { }
- public override bool Equals(object obj) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class X509ExtensionCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509ExtensionCollection() { }
- public X509ExtensionCollection(Mono.Security.ASN1 asn1) { }
- public Mono.Security.X509.X509Extension this[int index] { get { throw null; } }
- public Mono.Security.X509.X509Extension this[string oid] { get { throw null; } }
- public int Add(Mono.Security.X509.X509Extension extension) { throw null; }
- public void AddRange(Mono.Security.X509.X509ExtensionCollection collection) { }
- public void AddRange(Mono.Security.X509.X509Extension[] extension) { }
- public bool Contains(Mono.Security.X509.X509Extension extension) { throw null; }
- public bool Contains(string oid) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Extension[] extensions, int index) { }
- public byte[] GetBytes() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Extension extension) { throw null; }
- public int IndexOf(string oid) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Extension extension) { }
- public void Remove(Mono.Security.X509.X509Extension extension) { }
- public void Remove(string oid) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class X509Store
- {
- internal X509Store() { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string Name { get { throw null; } }
- public void Clear() { }
- public void Import(Mono.Security.X509.X509Certificate certificate) { }
- public void Import(Mono.Security.X509.X509Crl crl) { }
- public void Remove(Mono.Security.X509.X509Certificate certificate) { }
- public void Remove(Mono.Security.X509.X509Crl crl) { }
- }
- public sealed partial class X509StoreManager
- {
- internal X509StoreManager() { }
- public static Mono.Security.X509.X509Stores CurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection IntermediateCACertificates { get { throw null; } }
- public static System.Collections.ArrayList IntermediateCACrls { get { throw null; } }
- public static Mono.Security.X509.X509Stores LocalMachine { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewCurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewLocalMachine { get { throw null; } }
- public static System.Collections.ArrayList TrustedRootCACrls { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection TrustedRootCertificates { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection UntrustedCertificates { get { throw null; } }
- }
- public partial class X509Stores
- {
- internal X509Stores() { }
- public Mono.Security.X509.X509Store IntermediateCA { get { throw null; } }
- public Mono.Security.X509.X509Store OtherPeople { get { throw null; } }
- public Mono.Security.X509.X509Store Personal { get { throw null; } }
- public Mono.Security.X509.X509Store TrustedRoot { get { throw null; } }
- public Mono.Security.X509.X509Store Untrusted { get { throw null; } }
- public void Clear() { }
- public Mono.Security.X509.X509Store Open(string storeName, bool create) { throw null; }
- public partial class Names
- {
- public const string IntermediateCA = "CA";
- public const string OtherPeople = "AddressBook";
- public const string Personal = "My";
- public const string TrustedRoot = "Trust";
- public const string Untrusted = "Disallowed";
- public Names() { }
- }
- }
- public partial class X520
- {
- public X520() { }
- public abstract partial class AttributeTypeAndValue
- {
- protected AttributeTypeAndValue(string oid, int upperBound) { }
- protected AttributeTypeAndValue(string oid, int upperBound, byte encoding) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] GetBytes(byte encoding) { throw null; }
- }
- public partial class CommonName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CommonName() : base (default(string), default(int)) { }
- }
- public partial class CountryName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CountryName() : base (default(string), default(int)) { }
- }
- public partial class DnQualifier : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DnQualifier() : base (default(string), default(int)) { }
- }
- public partial class DomainComponent : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DomainComponent() : base (default(string), default(int)) { }
- }
- public partial class EmailAddress : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public EmailAddress() : base (default(string), default(int)) { }
- }
- public partial class GivenName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public GivenName() : base (default(string), default(int)) { }
- }
- public partial class Initial : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Initial() : base (default(string), default(int)) { }
- }
- public partial class LocalityName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public LocalityName() : base (default(string), default(int)) { }
- }
- public partial class Name : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Name() : base (default(string), default(int)) { }
- }
- public partial class Oid : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Oid(string oid) : base (default(string), default(int)) { }
- }
- public partial class OrganizationalUnitName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationalUnitName() : base (default(string), default(int)) { }
- }
- public partial class OrganizationName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationName() : base (default(string), default(int)) { }
- }
- public partial class SerialNumber : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public SerialNumber() : base (default(string), default(int)) { }
- }
- public partial class StateOrProvinceName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public StateOrProvinceName() : base (default(string), default(int)) { }
- }
- public partial class Surname : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Surname() : base (default(string), default(int)) { }
- }
- public partial class Title : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Title() : base (default(string), default(int)) { }
- }
- public partial class UserId : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public UserId() : base (default(string), default(int)) { }
- }
- }
-}
-namespace Mono.Security.X509.Extensions
-{
- public partial class AuthorityKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public AuthorityKeyIdentifierExtension() { }
- public AuthorityKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public AuthorityKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class BasicConstraintsExtension : Mono.Security.X509.X509Extension
- {
- public const int NoPathLengthConstraint = -1;
- public BasicConstraintsExtension() { }
- public BasicConstraintsExtension(Mono.Security.ASN1 asn1) { }
- public BasicConstraintsExtension(Mono.Security.X509.X509Extension extension) { }
- public bool CertificateAuthority { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- public int PathLenConstraint { get { throw null; } set { } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class CertificatePoliciesExtension : Mono.Security.X509.X509Extension
- {
- public CertificatePoliciesExtension() { }
- public CertificatePoliciesExtension(Mono.Security.ASN1 asn1) { }
- public CertificatePoliciesExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class CRLDistributionPointsExtension : Mono.Security.X509.X509Extension
- {
- public CRLDistributionPointsExtension() { }
- public CRLDistributionPointsExtension(Mono.Security.ASN1 asn1) { }
- public CRLDistributionPointsExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.Generic.IEnumerable<Mono.Security.X509.Extensions.CRLDistributionPointsExtension.DistributionPoint> DistributionPoints { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- public partial class DistributionPoint
- {
- public DistributionPoint(Mono.Security.ASN1 dp) { }
- public DistributionPoint(string dp, Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags reasons, string issuer) { }
- public string CRLIssuer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags Reasons { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ReasonFlags
- {
- AACompromise = 8,
- AffiliationChanged = 3,
- CACompromise = 2,
- CertificateHold = 6,
- CessationOfOperation = 5,
- KeyCompromise = 1,
- PrivilegeWithdrawn = 7,
- Superseded = 4,
- Unused = 0,
- }
- }
- public partial class ExtendedKeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public ExtendedKeyUsageExtension() { }
- public ExtendedKeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public ExtendedKeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.ArrayList KeyPurpose { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class KeyAttributesExtension : Mono.Security.X509.X509Extension
- {
- public KeyAttributesExtension() { }
- public KeyAttributesExtension(Mono.Security.ASN1 asn1) { }
- public KeyAttributesExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] KeyIdentifier { get { throw null; } }
- public override string Name { get { throw null; } }
- public System.DateTime NotAfter { get { throw null; } }
- public System.DateTime NotBefore { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class KeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public KeyUsageExtension() { }
- public KeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public KeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.X509.Extensions.KeyUsages KeyUsage { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum KeyUsages
- {
- cRLSign = 2,
- dataEncipherment = 16,
- decipherOnly = 2048,
- digitalSignature = 128,
- encipherOnly = 1,
- keyAgreement = 8,
- keyCertSign = 4,
- keyEncipherment = 32,
- none = 0,
- nonRepudiation = 64,
- }
- public partial class NetscapeCertTypeExtension : Mono.Security.X509.X509Extension
- {
- public NetscapeCertTypeExtension() { }
- public NetscapeCertTypeExtension(Mono.Security.ASN1 asn1) { }
- public NetscapeCertTypeExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.NetscapeCertTypeExtension.CertTypes usage) { throw null; }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum CertTypes
- {
- ObjectSigning = 16,
- ObjectSigningCA = 1,
- Smime = 32,
- SmimeCA = 2,
- SslCA = 4,
- SslClient = 128,
- SslServer = 64,
- }
- }
- public partial class PrivateKeyUsagePeriodExtension : Mono.Security.X509.X509Extension
- {
- public PrivateKeyUsagePeriodExtension() { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.ASN1 asn1) { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectAltNameExtension : Mono.Security.X509.X509Extension
- {
- public SubjectAltNameExtension() { }
- public SubjectAltNameExtension(Mono.Security.ASN1 asn1) { }
- public SubjectAltNameExtension(Mono.Security.X509.X509Extension extension) { }
- public SubjectAltNameExtension(string[] rfc822, string[] dnsNames, string[] ipAddresses, string[] uris) { }
- public string[] DNSNames { get { throw null; } }
- public string[] IPAddresses { get { throw null; } }
- public override string Name { get { throw null; } }
- public string[] RFC822 { get { throw null; } }
- public string[] UniformResourceIdentifiers { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public SubjectKeyIdentifierExtension() { }
- public SubjectKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public SubjectKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Xml
-{
- [System.CLSCompliantAttribute(false)]
- public partial class MiniParser
- {
- protected int col;
- protected static string[] errors;
- protected int line;
- protected bool splitCData;
- protected int[] twoCharBuff;
- public MiniParser() { }
- protected void FatalErr(string descr) { }
- public void Parse(Mono.Xml.MiniParser.IReader reader, Mono.Xml.MiniParser.IHandler handler) { }
- public void Reset() { }
- protected static bool StrEquals(string str, System.Text.StringBuilder sb, int sbStart, int len) { throw null; }
- protected static int Xlat(int charCode, int state) { throw null; }
- public partial class AttrListImpl : Mono.Xml.MiniParser.IAttrList, Mono.Xml.MiniParser.IMutableAttrList
- {
- protected System.Collections.ArrayList names;
- protected System.Collections.ArrayList values;
- public AttrListImpl() { }
- public AttrListImpl(Mono.Xml.MiniParser.IAttrList attrs) { }
- public AttrListImpl(int initialCapacity) { }
- public bool IsEmpty { get { throw null; } }
- public int Length { get { throw null; } }
- public string[] Names { get { throw null; } }
- public string[] Values { get { throw null; } }
- public void Add(string name, string value) { }
- public void ChangeValue(string name, string newValue) { }
- public void Clear() { }
- public void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs) { }
- public string GetName(int i) { throw null; }
- public string GetValue(int i) { throw null; }
- public string GetValue(string name) { throw null; }
- public void Remove(int i) { }
- public void Remove(string name) { }
- }
- public partial class HandlerAdapter : Mono.Xml.MiniParser.IHandler
- {
- public HandlerAdapter() { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- }
- public partial interface IAttrList
- {
- bool IsEmpty { get; }
- int Length { get; }
- string[] Names { get; }
- string[] Values { get; }
- void ChangeValue(string name, string newValue);
- string GetName(int i);
- string GetValue(int i);
- string GetValue(string name);
- }
- public partial interface IHandler
- {
- void OnChars(string ch);
- void OnEndElement(string name);
- void OnEndParsing(Mono.Xml.MiniParser parser);
- void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs);
- void OnStartParsing(Mono.Xml.MiniParser parser);
- }
- public partial interface IMutableAttrList : Mono.Xml.MiniParser.IAttrList
- {
- void Add(string name, string value);
- void Clear();
- void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs);
- void Remove(int i);
- void Remove(string name);
- }
- public partial interface IReader
- {
- int Read();
- }
- public partial class XMLError : System.Exception
- {
- protected int column;
- protected string descr;
- protected int line;
- public XMLError() { }
- public XMLError(string descr) { }
- public XMLError(string descr, int line, int column) { }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- [System.CLSCompliantAttribute(false)]
- public partial class SecurityParser : Mono.Xml.MiniParser, Mono.Xml.MiniParser.IHandler, Mono.Xml.MiniParser.IReader
- {
- public SecurityParser() { }
- public void LoadXml(string xml) { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- public int Read() { throw null; }
- public System.Security.SecurityElement ToXml() { throw null; }
- }
-}
diff --git a/src/v4.5/Mono.Simd.cs b/src/v4.5/Mono.Simd.cs
deleted file mode 100644
index 6066c87..0000000
--- a/src/v4.5/Mono.Simd.cs
+++ /dev/null
@@ -1,1404 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2008 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Simd.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Simd.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Simd
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(224), Inherited=false)]
- public sealed partial class AccelerationAttribute : System.Attribute
- {
- public AccelerationAttribute(Mono.Simd.AccelMode mode) { }
- public Mono.Simd.AccelMode Mode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- [System.FlagsAttribute]
- public enum AccelMode
- {
- None = 0,
- SSE1 = 1,
- SSE2 = 2,
- SSE3 = 4,
- SSE41 = 16,
- SSE42 = 32,
- SSE4A = 64,
- SSSE3 = 8,
- }
- public static partial class ArrayExtensions
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVector(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVector(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVector(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVector(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVector(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVector(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVector(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVector(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVector(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVector(this ulong[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVectorAligned(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVectorAligned(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVectorAligned(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVectorAligned(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVectorAligned(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVectorAligned(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVectorAligned(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVectorAligned(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVectorAligned(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVectorAligned(this ulong[] array, int offset) { throw null; }
- public static bool IsAligned<T>(this T[] vect, int index) where T : struct { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- }
- public enum ShuffleSel
- {
- ExpandInterleavedXY = 68,
- ExpandInterleavedZW = 238,
- ExpandW = 255,
- ExpandX = 0,
- ExpandXY = 80,
- ExpandY = 85,
- ExpandZ = 170,
- ExpandZW = 250,
- RotateLeft = 147,
- RotateRight = 57,
- Swap = 27,
- WFromW = 192,
- WFromX = 0,
- WFromY = 64,
- WFromZ = 128,
- XFromW = 3,
- XFromX = 0,
- XFromY = 1,
- XFromZ = 2,
- YFromW = 12,
- YFromX = 0,
- YFromY = 4,
- YFromZ = 8,
- ZFromW = 48,
- ZFromX = 0,
- ZFromY = 16,
- ZFromZ = 32,
- }
- public static partial class SimdRuntime
- {
- public static Mono.Simd.AccelMode AccelMode { get { throw null; } }
- public static bool IsMethodAccelerated(System.Type type, string method) { throw null; }
- public static bool IsMethodAccelerated(System.Type type, string method, params System.Type[] signature) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Reflection.MethodInfo method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method, params System.Type[] signature) { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16b
- {
- public Vector16b(byte b) { throw null;}
- public Vector16b(byte v0, byte v1, byte v2, byte v3, byte v4, byte v5, byte v6, byte v7, byte v8, byte v9, byte v10, byte v11, byte v12, byte v13, byte v14, byte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public byte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16b One { get { throw null; } }
- public byte V0 { get { throw null; } set { } }
- public byte V1 { get { throw null; } set { } }
- public byte V10 { get { throw null; } set { } }
- public byte V11 { get { throw null; } set { } }
- public byte V12 { get { throw null; } set { } }
- public byte V13 { get { throw null; } set { } }
- public byte V14 { get { throw null; } set { } }
- public byte V15 { get { throw null; } set { } }
- public byte V2 { get { throw null; } set { } }
- public byte V3 { get { throw null; } set { } }
- public byte V4 { get { throw null; } set { } }
- public byte V5 { get { throw null; } set { } }
- public byte V6 { get { throw null; } set { } }
- public byte V7 { get { throw null; } set { } }
- public byte V8 { get { throw null; } set { } }
- public byte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16b Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector16b LoadAligned(Mono.Simd.Vector16b* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16b LoadAligned(ref Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator +(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator &(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator |(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator ^(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator -(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector16b* res, Mono.Simd.Vector16b val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16b res, Mono.Simd.Vector16b val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16sb
- {
- public Vector16sb(sbyte sb) { throw null;}
- public Vector16sb(sbyte v0, sbyte v1, sbyte v2, sbyte v3, sbyte v4, sbyte v5, sbyte v6, sbyte v7, sbyte v8, sbyte v9, sbyte v10, sbyte v11, sbyte v12, sbyte v13, sbyte v14, sbyte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public sbyte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb MinusOne { get { throw null; } }
- public static Mono.Simd.Vector16sb One { get { throw null; } }
- public sbyte V0 { get { throw null; } set { } }
- public sbyte V1 { get { throw null; } set { } }
- public sbyte V10 { get { throw null; } set { } }
- public sbyte V11 { get { throw null; } set { } }
- public sbyte V12 { get { throw null; } set { } }
- public sbyte V13 { get { throw null; } set { } }
- public sbyte V14 { get { throw null; } set { } }
- public sbyte V15 { get { throw null; } set { } }
- public sbyte V2 { get { throw null; } set { } }
- public sbyte V3 { get { throw null; } set { } }
- public sbyte V4 { get { throw null; } set { } }
- public sbyte V5 { get { throw null; } set { } }
- public sbyte V6 { get { throw null; } set { } }
- public sbyte V7 { get { throw null; } set { } }
- public sbyte V8 { get { throw null; } set { } }
- public sbyte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector16sb LoadAligned(Mono.Simd.Vector16sb* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16sb LoadAligned(ref Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator +(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator &(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator |(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator ^(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator -(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector16sb* res, Mono.Simd.Vector16sb val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16sb res, Mono.Simd.Vector16sb val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2d
- {
- public Vector2d(double d) { throw null;}
- public Vector2d(double x, double y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public double this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2d E { get { throw null; } }
- public static Mono.Simd.Vector2d MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2d One { get { throw null; } }
- public static Mono.Simd.Vector2d Pi { get { throw null; } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2d Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2d LoadAligned(Mono.Simd.Vector2d* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2d LoadAligned(ref Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator +(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator &(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator |(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator /(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator ^(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator *(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator -(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2d* res, Mono.Simd.Vector2d val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2d res, Mono.Simd.Vector2d val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2l
- {
- public Vector2l(long l) { throw null;}
- public Vector2l(long x, long y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public long this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2l MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2l One { get { throw null; } }
- public long X { get { throw null; } set { } }
- public long Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2l Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2l LoadAligned(Mono.Simd.Vector2l* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2l LoadAligned(ref Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator +(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator &(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator |(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator ^(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator <<(Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator -(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2l* res, Mono.Simd.Vector2l val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2l res, Mono.Simd.Vector2l val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2ul
- {
- public Vector2ul(ulong ul) { throw null;}
- public Vector2ul(ulong x, ulong y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ulong this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul One { get { throw null; } }
- public ulong X { get { throw null; } set { } }
- public ulong Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector2ul LoadAligned(Mono.Simd.Vector2ul* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2ul LoadAligned(ref Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator +(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator &(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator |(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator ^(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator <<(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator >>(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator -(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector2ul* res, Mono.Simd.Vector2ul val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2ul res, Mono.Simd.Vector2ul val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4f
- {
- public Vector4f(float f) { throw null;}
- public Vector4f(float x, float y, float z, float w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public float this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4f E { get { throw null; } }
- public static Mono.Simd.Vector4f MinusOne { get { throw null; } }
- public static Mono.Simd.Vector4f One { get { throw null; } }
- public static Mono.Simd.Vector4f Pi { get { throw null; } }
- public float W { get { throw null; } set { } }
- public float X { get { throw null; } set { } }
- public float Y { get { throw null; } set { } }
- public float Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4f Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4f LoadAligned(Mono.Simd.Vector4f* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f LoadAligned(ref Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator +(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator &(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator |(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator /(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator ^(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v, float scalar) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(float scalar, Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator -(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4f* res, Mono.Simd.Vector4f val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4f res, Mono.Simd.Vector4f val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4i
- {
- public Vector4i(int i) { throw null;}
- public Vector4i(int x, int y, int z, int w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public int this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Identity { get { throw null; } }
- public static Mono.Simd.Vector4i MinusOne { get { throw null; } }
- public int W { get { throw null; } set { } }
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- public int Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4i LoadAligned(Mono.Simd.Vector4i* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4i LoadAligned(ref Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator +(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator &(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator |(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator ^(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator <<(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i operator *(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator >>(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator -(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4i* res, Mono.Simd.Vector4i val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4i res, Mono.Simd.Vector4i val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4ui
- {
- public Vector4ui(uint ui) { throw null;}
- public Vector4ui(uint x, uint y, uint z, uint w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public uint this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Identity { get { throw null; } }
- public uint W { get { throw null; } set { } }
- public uint X { get { throw null; } set { } }
- public uint Y { get { throw null; } set { } }
- public uint Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector4ui LoadAligned(Mono.Simd.Vector4ui* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4ui LoadAligned(ref Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator +(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator &(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator |(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator ^(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator <<(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4ui operator *(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator >>(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator -(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector4ui* res, Mono.Simd.Vector4ui val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4ui res, Mono.Simd.Vector4ui val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8s
- {
- public Vector8s(short s) { throw null;}
- public Vector8s(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public short this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Identity { get { throw null; } }
- public static Mono.Simd.Vector8s MinusOne { get { throw null; } }
- public short V0 { get { throw null; } set { } }
- public short V1 { get { throw null; } set { } }
- public short V2 { get { throw null; } set { } }
- public short V3 { get { throw null; } set { } }
- public short V4 { get { throw null; } set { } }
- public short V5 { get { throw null; } set { } }
- public short V6 { get { throw null; } set { } }
- public short V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector8s LoadAligned(Mono.Simd.Vector8s* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8s LoadAligned(ref Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator +(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator &(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator |(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator ^(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator <<(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator *(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator >>(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator -(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector8s* res, Mono.Simd.Vector8s val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8s res, Mono.Simd.Vector8s val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8us
- {
- public Vector8us(ushort us) { throw null;}
- public Vector8us(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ushort this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Identity { get { throw null; } }
- public ushort V0 { get { throw null; } set { } }
- public ushort V1 { get { throw null; } set { } }
- public ushort V2 { get { throw null; } set { } }
- public ushort V3 { get { throw null; } set { } }
- public ushort V4 { get { throw null; } set { } }
- public ushort V5 { get { throw null; } set { } }
- public ushort V6 { get { throw null; } set { } }
- public ushort V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector8us LoadAligned(Mono.Simd.Vector8us* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8us LoadAligned(ref Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator +(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator &(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator |(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator ^(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator <<(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator *(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator >>(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator -(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector8us* res, Mono.Simd.Vector8us val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8us res, Mono.Simd.Vector8us val) { }
- public override string ToString() { throw null; }
- }
- public static partial class VectorOperations
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d AddSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f AddSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b AddWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb AddWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s AddWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us AddWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d AndNot(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f AndNot(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui ArithmeticRightShift(this Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ArithmeticRightShift(this Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Average(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Average(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b CompareEqual(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareEqual(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector2l CompareEqual(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul CompareEqual(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareEqual(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui CompareEqual(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareEqual(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us CompareEqual(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareGreaterThan(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(32))]
- public static Mono.Simd.Vector2l CompareGreaterThan(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareGreaterThan(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareGreaterThan(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareOrdered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareOrdered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareUnordered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareUnordered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d Duplicate(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateHigh(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateLow(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static int ExtractByteMask(this Mono.Simd.Vector16b va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static int ExtractByteMask(this Mono.Simd.Vector16sb va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalAdd(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalAdd(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveHigh(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveHigh(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveLow(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveLow(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InvSqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l LogicalRightShift(this Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i LogicalRightShift(this Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s LogicalRightShift(this Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Max(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Max(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Max(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Max(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Max(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Max(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Max(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Max(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Min(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Min(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Min(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Min(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Min(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Min(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Min(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Min(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s MultiplyStoreHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us MultiplyStoreHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s PackWithSignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb PackWithSignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us PackWithUnsignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b PackWithUnsignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Reciprocal(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Shuffle(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l Shuffle(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul Shuffle(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleHigh(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleHigh(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleLow(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleLow(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s SignedPackWithSignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SignedPackWithSignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SignedPackWithUnsignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b SignedPackWithUnsignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Sqrt(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Sqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b SubtractWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SubtractWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s SubtractWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SubtractWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SumOfAbsoluteDifferences(this Mono.Simd.Vector16b va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackHigh(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackHigh(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackHigh(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackHigh(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackHigh(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackHigh(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackLow(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackLow(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackLow(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackLow(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackLow(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackLow(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackLow(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackLow(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- }
-}
diff --git a/src/v4.5/Mono.Tasklets.cs b/src/v4.5/Mono.Tasklets.cs
deleted file mode 100644
index 6353342..0000000
--- a/src/v4.5/Mono.Tasklets.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Tasklets
-{
- public partial class Continuation : System.IDisposable
- {
- public Continuation() { }
- public void Dispose() { }
- ~Continuation() { }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public void Mark() { }
- public void Restore(int state) { }
- public int Store(int state) { throw null; }
- }
-}
diff --git a/src/v4.5/Mono.WebBrowser.cs b/src/v4.5/Mono.WebBrowser.cs
deleted file mode 100644
index 6ad6afb..0000000
--- a/src/v4.5/Mono.WebBrowser.cs
+++ /dev/null
@@ -1,466 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2007, 2008 Andreia Gaita")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Managed Wrapper for xulrunner engine, to support WebBrowser")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.WebBrowser")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.WebBrowser")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.WebBrowser
-{
- public partial class AlertEventArgs : System.EventArgs
- {
- public AlertEventArgs() { }
- public bool BoolReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Buttons { get { throw null; } set { } }
- public string CheckMessage { get { throw null; } set { } }
- public bool CheckState { get { throw null; } set { } }
- public Mono.WebBrowser.DialogButtonFlags DialogButtons { get { throw null; } set { } }
- public int IntReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Options { get { throw null; } set { } }
- public string Password { get { throw null; } set { } }
- public string StringReturn { get { throw null; } set { } }
- public string Text { get { throw null; } set { } }
- public string Text2 { get { throw null; } set { } }
- public string Title { get { throw null; } set { } }
- public Mono.WebBrowser.DialogType Type { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- }
- public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e);
- public partial class ContextMenuEventArgs : System.EventArgs
- {
- public ContextMenuEventArgs(int x, int y) { }
- public int X { get { throw null; } }
- public int Y { get { throw null; } }
- }
- public delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e);
- public partial class CreateNewWindowEventArgs : System.EventArgs
- {
- public CreateNewWindowEventArgs(bool isModal) { }
- public bool IsModal { get { throw null; } }
- }
- public delegate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e);
- [System.FlagsAttribute]
- public enum DialogButtonFlags
- {
- BUTTON_DELAY_ENABLE = 67108864,
- BUTTON_POS_0 = 1,
- BUTTON_POS_0_DEFAULT = 0,
- BUTTON_POS_1 = 256,
- BUTTON_POS_1_DEFAULT = 16777216,
- BUTTON_POS_2 = 65536,
- BUTTON_POS_2_DEFAULT = 33554432,
- BUTTON_TITLE_CANCEL = 2,
- BUTTON_TITLE_DONT_SAVE = 6,
- BUTTON_TITLE_IS_STRING = 127,
- BUTTON_TITLE_NO = 4,
- BUTTON_TITLE_OK = 1,
- BUTTON_TITLE_REVERT = 7,
- BUTTON_TITLE_SAVE = 5,
- BUTTON_TITLE_YES = 3,
- STD_OK_CANCEL_BUTTONS = 513,
- }
- public enum DialogType
- {
- Alert = 1,
- AlertCheck = 2,
- Confirm = 3,
- ConfirmCheck = 5,
- ConfirmEx = 4,
- Prompt = 6,
- PromptPassword = 8,
- PromptUsernamePassword = 7,
- Select = 9,
- }
- public partial class Exception : System.Exception
- {
- internal Exception() { }
- }
- public enum FocusOption
- {
- FocusFirstElement = 1,
- FocusLastElement = 2,
- None = 0,
- }
- public partial interface IWebBrowser
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- bool Initialized { get; }
- Mono.WebBrowser.DOM.INavigation Navigation { get; }
- bool Offline { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event Mono.WebBrowser.AlertEventHandler Alert;
- event Mono.WebBrowser.ContextMenuEventHandler ContextMenuShown;
- event Mono.WebBrowser.CreateNewWindowEventHandler CreateNewWindow;
- event System.EventHandler Focus;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.LoadCommitedEventHandler LoadCommited;
- event Mono.WebBrowser.LoadFinishedEventHandler LoadFinished;
- event Mono.WebBrowser.LoadStartedEventHandler LoadStarted;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.NavigationRequestedEventHandler NavigationRequested;
- event Mono.WebBrowser.ProgressChangedEventHandler ProgressChanged;
- event Mono.WebBrowser.SecurityChangedEventHandler SecurityChanged;
- event Mono.WebBrowser.StatusChangedEventHandler StatusChanged;
- void Activate();
- void Deactivate();
- void ExecuteScript(string script);
- void FocusIn(Mono.WebBrowser.FocusOption focus);
- void FocusOut();
- bool Load(System.IntPtr handle, int width, int height);
- void Render(byte[] data);
- void Render(string html);
- void Render(string html, string uri, string contentType);
- void Resize(int width, int height);
- void Shutdown();
- }
- public partial class LoadCommitedEventArgs : System.EventArgs
- {
- public LoadCommitedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e);
- public partial class LoadFinishedEventArgs : System.EventArgs
- {
- public LoadFinishedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e);
- public partial class LoadStartedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public LoadStartedEventArgs(string uri, string frameName) { }
- public string FrameName { get { throw null; } }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e);
- public sealed partial class Manager
- {
- public Manager() { }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance() { throw null; }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance(Mono.WebBrowser.Platform platform) { throw null; }
- }
- public partial class NavigationRequestedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public NavigationRequestedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void NavigationRequestedEventHandler(object sender, Mono.WebBrowser.NavigationRequestedEventArgs e);
- public enum Platform
- {
- Gtk = 2,
- Unknown = 0,
- Winforms = 1,
- }
- public partial class ProgressChangedEventArgs : System.EventArgs
- {
- public ProgressChangedEventArgs(int progress, int maxProgress) { }
- public int MaxProgress { get { throw null; } }
- public int Progress { get { throw null; } }
- }
- public delegate void ProgressChangedEventHandler(object sender, Mono.WebBrowser.ProgressChangedEventArgs e);
- public enum ReloadOption : uint
- {
- Full = (uint)2,
- None = (uint)0,
- Proxy = (uint)1,
- }
- public partial class SecurityChangedEventArgs : System.EventArgs
- {
- public SecurityChangedEventArgs(Mono.WebBrowser.SecurityLevel state) { }
- public Mono.WebBrowser.SecurityLevel State { get { throw null; } set { } }
- }
- public delegate void SecurityChangedEventHandler(object sender, Mono.WebBrowser.SecurityChangedEventArgs e);
- public enum SecurityLevel
- {
- Insecure = 1,
- Mixed = 2,
- Secure = 3,
- }
- public partial class StatusChangedEventArgs : System.EventArgs
- {
- public StatusChangedEventArgs(string message, int status) { }
- public string Message { get { throw null; } set { } }
- public int Status { get { throw null; } set { } }
- }
- public delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e);
-}
-namespace Mono.WebBrowser.DOM
-{
- public partial interface IAttribute : Mono.WebBrowser.DOM.INode
- {
- string Name { get; }
- new int GetHashCode();
- }
- public partial interface IAttributeCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- Mono.WebBrowser.DOM.IAttribute this[string name] { get; }
- bool Exists(string name);
- new int GetHashCode();
- }
- public partial interface IDocument : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElement Active { get; }
- string ActiveLinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Anchors { get; }
- Mono.WebBrowser.DOM.IElementCollection Applets { get; }
- string BackColor { get; set; }
- string Background { get; set; }
- Mono.WebBrowser.DOM.IElement Body { get; }
- string Charset { get; set; }
- string Cookie { get; set; }
- Mono.WebBrowser.DOM.IDocumentType DocType { get; }
- Mono.WebBrowser.DOM.IElement DocumentElement { get; }
- string Domain { get; }
- string ForeColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Forms { get; }
- Mono.WebBrowser.DOM.IElementCollection Images { get; }
- Mono.WebBrowser.DOM.IDOMImplementation Implementation { get; }
- string LinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Links { get; }
- Mono.WebBrowser.DOM.IStylesheetList Stylesheets { get; }
- string Title { get; set; }
- string Url { get; }
- string VisitedLinkColor { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event System.EventHandler LoadStopped;
- Mono.WebBrowser.DOM.IAttribute CreateAttribute(string name);
- Mono.WebBrowser.DOM.IElement CreateElement(string tagName);
- Mono.WebBrowser.DOM.IElement GetElement(int x, int y);
- Mono.WebBrowser.DOM.IElement GetElementById(string id);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- string InvokeScript(string script);
- void Write(string text);
- }
- public partial interface IDocumentType : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.INamedNodeMap Entities { get; }
- string InternalSubset { get; }
- string Name { get; }
- Mono.WebBrowser.DOM.INamedNodeMap Notations { get; }
- string PublicId { get; }
- string SystemId { get; }
- }
- public partial interface IDOMImplementation
- {
- Mono.WebBrowser.DOM.IDocument CreateDocument(string namespaceURI, string qualifiedName, Mono.WebBrowser.DOM.IDocumentType doctype);
- Mono.WebBrowser.DOM.IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId);
- bool HasFeature(string feature, string version);
- }
- public partial interface IElement : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElementCollection All { get; }
- Mono.WebBrowser.DOM.IElementCollection Children { get; }
- int ClientHeight { get; }
- int ClientWidth { get; }
- System.IO.Stream ContentStream { get; }
- bool Disabled { get; set; }
- string InnerHTML { get; set; }
- string InnerText { get; set; }
- int OffsetHeight { get; }
- int OffsetLeft { get; }
- Mono.WebBrowser.DOM.IElement OffsetParent { get; }
- int OffsetTop { get; }
- int OffsetWidth { get; }
- string OuterHTML { get; set; }
- string OuterText { get; set; }
- int ScrollHeight { get; }
- int ScrollLeft { get; set; }
- int ScrollTop { get; set; }
- int ScrollWidth { get; }
- string Style { get; set; }
- int TabIndex { get; set; }
- string TagName { get; }
- Mono.WebBrowser.DOM.IElement AppendChild(Mono.WebBrowser.DOM.IElement child);
- void Blur();
- void Focus();
- string GetAttribute(string name);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- bool HasAttribute(string name);
- void ScrollIntoView(bool alignWithTop);
- void SetAttribute(string name, string value);
- }
- public partial interface IElementCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IElement this[int index] { get; set; }
- new int GetHashCode();
- }
- public partial interface IHistory
- {
- int Count { get; }
- void Back(int count);
- void Forward(int count);
- void GoToIndex(int index);
- void GoToUrl(string url);
- }
- public partial interface IMediaList
- {
- }
- public partial interface INamedNodeMap : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- Mono.WebBrowser.DOM.INode this[string name] { get; set; }
- Mono.WebBrowser.DOM.INode this[string namespaceURI, string localName] { get; set; }
- Mono.WebBrowser.DOM.INode RemoveNamedItem(string name);
- Mono.WebBrowser.DOM.INode RemoveNamedItemNS(string namespaceURI, string localName);
- }
- public partial interface INavigation
- {
- bool CanGoBack { get; }
- bool CanGoForward { get; }
- int HistoryCount { get; }
- bool Back();
- bool Forward();
- void Go(int index);
- void Go(int index, bool relative);
- void Go(string url);
- void Go(string url, Mono.WebBrowser.DOM.LoadFlags flags);
- void Home();
- void Reload();
- void Reload(Mono.WebBrowser.ReloadOption option);
- void Stop();
- }
- public partial interface INode
- {
- System.IntPtr AccessibleObject { get; }
- Mono.WebBrowser.DOM.IAttributeCollection Attributes { get; }
- Mono.WebBrowser.DOM.INodeList ChildNodes { get; }
- Mono.WebBrowser.DOM.INode FirstChild { get; }
- Mono.WebBrowser.DOM.INode LastChild { get; }
- string LocalName { get; }
- Mono.WebBrowser.DOM.INode Next { get; }
- Mono.WebBrowser.DOM.IDocument Owner { get; }
- Mono.WebBrowser.DOM.INode Parent { get; }
- Mono.WebBrowser.DOM.INode Previous { get; }
- Mono.WebBrowser.DOM.NodeType Type { get; }
- string Value { get; set; }
- event Mono.WebBrowser.DOM.NodeEventHandler Click;
- event Mono.WebBrowser.DOM.NodeEventHandler DoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseOver;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.DOM.NodeEventHandler OnBlur;
- event Mono.WebBrowser.DOM.NodeEventHandler OnFocus;
- Mono.WebBrowser.DOM.INode AppendChild(Mono.WebBrowser.DOM.INode child);
- void AttachEventHandler(string eventName, System.Delegate handler);
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.Delegate handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void FireEvent(string eventName);
- int GetHashCode();
- Mono.WebBrowser.DOM.INode InsertBefore(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode refChild);
- Mono.WebBrowser.DOM.INode RemoveChild(Mono.WebBrowser.DOM.INode child);
- Mono.WebBrowser.DOM.INode ReplaceChild(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode oldChild);
- }
- public partial interface INodeList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- int GetHashCode();
- }
- public partial interface IStylesheet
- {
- bool Disabled { get; set; }
- string Href { get; }
- Mono.WebBrowser.DOM.IMediaList Media { get; }
- Mono.WebBrowser.DOM.INode OwnerNode { get; }
- Mono.WebBrowser.DOM.IStylesheet ParentStyleSheet { get; }
- string Title { get; }
- string Type { get; }
- }
- public partial interface IStylesheetList : System.Collections.IEnumerable
- {
- int Count { get; }
- Mono.WebBrowser.DOM.IStylesheet this[int index] { get; set; }
- }
- public partial interface IWindow
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- Mono.WebBrowser.DOM.IWindowCollection Frames { get; }
- Mono.WebBrowser.DOM.IHistory History { get; }
- string Name { get; set; }
- Mono.WebBrowser.DOM.IWindow Parent { get; }
- string StatusText { get; }
- Mono.WebBrowser.DOM.IWindow Top { get; }
- event System.EventHandler Error;
- event System.EventHandler Load;
- event System.EventHandler OnBlur;
- event System.EventHandler OnFocus;
- event System.EventHandler Scroll;
- event System.EventHandler Unload;
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void Focus();
- int GetHashCode();
- void Open(string url);
- void ScrollTo(int x, int y);
- }
- public partial interface IWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IWindow this[int index] { get; set; }
- }
- [System.FlagsAttribute]
- public enum LoadFlags : uint
- {
- AsLinkClick = (uint)32,
- AsMetaRefresh = (uint)16,
- BypassHistory = (uint)64,
- BypassLocalCache = (uint)256,
- BypassProxy = (uint)512,
- CharsetChange = (uint)1024,
- None = (uint)0,
- ReplaceHistory = (uint)128,
- }
- public partial class NodeEventArgs : System.EventArgs
- {
- public NodeEventArgs(Mono.WebBrowser.DOM.INode node) { }
- public Mono.WebBrowser.DOM.IDocument Document { get { throw null; } }
- public Mono.WebBrowser.DOM.IElement Element { get { throw null; } }
- public Mono.WebBrowser.DOM.INode Node { get { throw null; } }
- }
- public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e);
- public enum NodeType
- {
- Attribute = 2,
- CDataSection = 4,
- Comment = 8,
- Document = 9,
- DocumentFragment = 11,
- DocumentType = 10,
- Element = 1,
- Entity = 6,
- EntityReference = 5,
- Notation = 12,
- ProcessingInstruction = 7,
- Text = 3,
- }
- public partial class WindowEventArgs : System.EventArgs
- {
- public WindowEventArgs(Mono.WebBrowser.DOM.IWindow window) { }
- public Mono.WebBrowser.DOM.IWindow Window { get { throw null; } }
- }
- public delegate void WindowEventHandler(object sender, Mono.WebBrowser.DOM.WindowEventArgs e);
-}
diff --git a/src/v4.5/Mono.XBuild.Tasks.cs b/src/v4.5/Mono.XBuild.Tasks.cs
deleted file mode 100644
index 1662451..0000000
--- a/src/v4.5/Mono.XBuild.Tasks.cs
+++ /dev/null
@@ -1,148 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.XBuild.Tasks.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.PkgConfig
-{
- public partial interface IPcFileCacheContext : Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>
- {
- }
- public partial interface IPcFileCacheContext<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- bool IsCustomDataComplete(string pcfile, TP pkg);
- void ReportError(string message, System.Exception ex);
- void StoreCustomData(Mono.PkgConfig.PcFile pcfile, TP pkg);
- }
- public partial class LibraryPackageInfo : Mono.PkgConfig.PackageInfo
- {
- public LibraryPackageInfo() { }
- public bool IsGacPackage { get { throw null; } set { } }
- protected internal override bool IsValidPackage { get { throw null; } }
- }
- public partial class LibraryPcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.LibraryPackageInfo>
- {
- public LibraryPcFileCache(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo> ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.LibraryPackageInfo>)) { }
- protected override string CacheDirectory { get { throw null; } }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName) { throw null; }
- public Mono.PkgConfig.PackageAssemblyInfo GetAssemblyLocation(string fullName, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- public static string NormalizeAsmName(string name) { throw null; }
- protected override void ParsePackageInfo(Mono.PkgConfig.PcFile file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- protected override void ReadPackageContent(System.Xml.XmlReader tr, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<Mono.PkgConfig.PackageAssemblyInfo> ResolveAssemblyName(string name, System.Collections.Generic.IEnumerable<string> searchPaths) { throw null; }
- protected override void WritePackageContent(System.Xml.XmlTextWriter tw, string file, Mono.PkgConfig.LibraryPackageInfo pinfo) { }
- }
- public partial class PackageAssemblyInfo
- {
- public string Culture;
- public string Name;
- public string PublicKeyToken;
- public string Version;
- public PackageAssemblyInfo() { }
- public string File { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string FullName { get { throw null; } }
- public Mono.PkgConfig.LibraryPackageInfo ParentPackage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void Update(System.Reflection.AssemblyName aname) { }
- public void UpdateFromFile(string file) { }
- }
- public partial class PackageInfo
- {
- public PackageInfo() { }
- public string Description { get { throw null; } set { } }
- protected internal virtual bool IsValidPackage { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetData(string name) { throw null; }
- public void RemoveData(string name) { }
- public void SetData(string name, string value) { }
- }
- public partial class PcFile
- {
- public PcFile() { }
- public string Description { get { throw null; } set { } }
- public string FilePath { get { throw null; } set { } }
- public bool HasErrors { get { throw null; } set { } }
- public string Libs { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string Requires { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public string GetVariable(string varName) { throw null; }
- public void Load(string pcfile) { }
- }
- public abstract partial class PcFileCache : Mono.PkgConfig.PcFileCache<Mono.PkgConfig.PackageInfo>
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext ctx) : base (default(Mono.PkgConfig.IPcFileCacheContext<Mono.PkgConfig.PackageInfo>)) { }
- }
- public abstract partial class PcFileCache<TP> where TP : Mono.PkgConfig.PackageInfo, new()
- {
- public PcFileCache(Mono.PkgConfig.IPcFileCacheContext<TP> ctx) { }
- protected abstract string CacheDirectory { get; }
- public object SyncRoot { get { throw null; } }
- public TP GetPackageInfo(string file) { throw null; }
- public TP GetPackageInfoByName(string name) { throw null; }
- public TP GetPackageInfoByName(string name, System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<TP> GetPackages() { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerable<TP> GetPackages(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { throw null; }
- public System.Collections.Generic.IEnumerable<string> GetPkgconfigPaths(string prefix, string pkgConfigPath, string pkgConfigLibdir) { throw null; }
- protected virtual void ParsePackageInfo(Mono.PkgConfig.PcFile file, TP pinfo) { }
- protected virtual void ReadPackageContent(System.Xml.XmlReader tr, TP pinfo) { }
- public void Save() { }
- public void Update() { }
- public void Update(System.Collections.Generic.IEnumerable<string> pkgConfigDirs) { }
- protected virtual void WritePackageContent(System.Xml.XmlTextWriter tw, string file, TP pinfo) { }
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.5/Novell.Directory.Ldap.cs b/src/v4.5/Novell.Directory.Ldap.cs
deleted file mode 100644
index 49fd168..0000000
--- a/src/v4.5/Novell.Directory.Ldap.cs
+++ /dev/null
@@ -1,2939 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute(" (C) 2003 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Novell.Directory.Ldap")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C# LDAP")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-public partial class Integer32
-{
- public Integer32(int ival) { }
- public int intValue { get { throw null; } set { } }
-}
-public partial interface IThreadRunnable
-{
- void Run();
-}
-public partial class SupportClass
-{
- public SupportClass() { }
- public static object CreateNewInstance(System.Type classType) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, object target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, object target) { throw null; }
- public static string FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date) { throw null; }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart) { }
- public static System.IO.FileStream GetFileStream(string FileName, bool Append) { throw null; }
- public static object HashtableRemove(System.Collections.Hashtable hashtable, object key) { throw null; }
- public static double Identity(double literal) { throw null; }
- public static long Identity(long literal) { throw null; }
- public static float Identity(float literal) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong Identity(ulong literal) { throw null; }
- public static object PutElement(System.Collections.IDictionary collection, object key, object newValue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count) { throw null; }
- public static System.Collections.IEnumerator ReverseStack(System.Collections.ICollection collection) { throw null; }
- public static void SetSize(System.Collections.ArrayList arrayList, int newSize) { }
- public static object StackPush(System.Collections.Stack stack, object element) { throw null; }
- public static byte[] ToByteArray(object[] tempObjectArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static byte[] ToByteArray(sbyte[] sbyteArray) { throw null; }
- public static byte[] ToByteArray(string sourceString) { throw null; }
- public static char[] ToCharArray(byte[] byteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static char[] ToCharArray(sbyte[] sByteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] ToSByteArray(byte[] byteArray) { throw null; }
- public static bool VectorRemoveElement(System.Collections.IList arrayList, object element) { throw null; }
- public static void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) { }
- public partial class AbstractSetSupport : SupportClass.SetSupport
- {
- public AbstractSetSupport() { }
- }
- public partial class ArrayListSupport
- {
- public ArrayListSupport() { }
- public static object[] ToArray(System.Collections.ArrayList collection, object[] objects) { throw null; }
- }
- public partial class ArraysSupport
- {
- public ArraysSupport() { }
- public static void FillArray(System.Array array, int fromindex, int toindex, object val) { }
- public static void FillArray(System.Array array, object val) { }
- public static bool IsArrayEqual(System.Array array1, System.Array array2) { throw null; }
- }
- public partial class CollectionSupport : System.Collections.CollectionBase
- {
- public CollectionSupport() { }
- public virtual bool Add(object element) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool Contains(object element) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual bool Remove(object element) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- public static SupportClass.CollectionSupport ToCollectionSupport(object[] array) { throw null; }
- }
- public partial class DateTimeFormatManager
- {
- public static SupportClass.DateTimeFormatManager.DateTimeFormatHashTable manager;
- public DateTimeFormatManager() { }
- public partial class DateTimeFormatHashTable : System.Collections.Hashtable
- {
- public DateTimeFormatHashTable() { }
- public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- }
- }
- public partial class ListCollectionSupport : System.Collections.ArrayList
- {
- public ListCollectionSupport() { }
- public ListCollectionSupport(System.Collections.ICollection collection) { }
- public ListCollectionSupport(int capacity) { }
- public virtual new bool Add(object valueToInsert) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.IList collection) { throw null; }
- public virtual bool AddAll(int index, SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(int index, System.Collections.IList list) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Get(int index) { throw null; }
- public virtual object GetLast() { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual object ListCollectionClone() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator(int index) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual object RemoveElement(int index) { throw null; }
- public virtual bool RemoveElement(object element) { throw null; }
- public virtual object RemoveFirst() { throw null; }
- public virtual object RemoveLast() { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Set(int index, object element) { throw null; }
- public virtual SupportClass.ListCollectionSupport SubList(int startIndex, int endIndex) { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial class MessageDigestSupport
- {
- public MessageDigestSupport(string algorithm) { }
- public System.Security.Cryptography.HashAlgorithm Algorithm { get { throw null; } set { } }
- public string AlgorithmName { get { throw null; } }
- public byte[] Data { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData(byte[] newData) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest) { throw null; }
- public static SupportClass.MessageDigestSupport GetInstance(string algorithm) { throw null; }
- public void Reset() { }
- public override string ToString() { throw null; }
- public void Update(byte newData) { }
- public void Update(byte[] newData) { }
- public void Update(byte[] newData, int offset, int count) { }
- }
- public partial class SecureRandomSupport
- {
- public SecureRandomSupport() { }
- public SecureRandomSupport(byte[] seed) { }
- public static byte[] GetSeed(int numberOfBytes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] NextBytes(byte[] randomnumbersarray) { throw null; }
- public void SetSeed(byte[] newSeed) { }
- public void SetSeed(long newSeed) { }
- }
- public partial class SetSupport : System.Collections.ArrayList
- {
- public SetSupport() { }
- public SetSupport(System.Collections.ICollection collection) { }
- public SetSupport(int capacity) { }
- public virtual new bool Add(object objectToAdd) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual new bool Remove(object elementToRemove) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual new object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial interface SingleThreadModel
- {
- }
- public partial class ThreadClass : IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static SupportClass.ThreadClass Current() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public void Resume() { }
- public virtual void Run() { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public partial class Tokenizer
- {
- public Tokenizer(string source) { }
- public Tokenizer(string source, string delimiters) { }
- public Tokenizer(string source, string delimiters, bool retDel) { }
- public int Count { get { throw null; } }
- public bool HasMoreTokens() { throw null; }
- public string NextToken() { throw null; }
- public string NextToken(string delimiters) { throw null; }
- }
-}
-namespace Novell.Directory.Ldap
-{
- public enum AuthenticationTypes
- {
- Anonymous = 16,
- Delegation = 256,
- Encryption = 2,
- FastBind = 32,
- None = 0,
- ReadonlyServer = 4,
- Sealing = 128,
- Secure = 1,
- SecureSocketsLayer = 2,
- ServerBind = 512,
- Signing = 64,
- }
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public partial class InterThreadException : Novell.Directory.Ldap.LdapException
- {
- internal InterThreadException() { }
- }
- public partial class LdapAbandonRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial class LdapAddRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttribute : System.ICloneable, System.IComparable
- {
- public LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr) { }
- public LdapAttribute(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public LdapAttribute(string attrName, sbyte[] attrBytes) { }
- public LdapAttribute(string attrName, string attrString) { }
- public LdapAttribute(string attrName, string[] attrStrings) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] ByteValue { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[][] ByteValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator ByteValues { get { throw null; } }
- public virtual string LangSubtype { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual string StringValue { get { throw null; } }
- public virtual string[] StringValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator StringValues { get { throw null; } }
- protected internal virtual string Value { set { } }
- public virtual void addBase64Value(char[] attrChars) { }
- public virtual void addBase64Value(string attrString) { }
- public virtual void addBase64Value(System.Text.StringBuilder attrString, int start, int end) { }
- public virtual void addURLValue(string url) { }
- public virtual void addURLValue(System.Uri url) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addValue(sbyte[] attrBytes) { }
- public virtual void addValue(string attrString) { }
- public object Clone() { throw null; }
- public virtual int CompareTo(object attribute) { throw null; }
- public virtual string getBaseName() { throw null; }
- public static string getBaseName(string attrName) { throw null; }
- public virtual string[] getSubtypes() { throw null; }
- public static string[] getSubtypes(string attrName) { throw null; }
- public virtual bool hasSubtype(string subtype) { throw null; }
- public virtual bool hasSubtypes(string[] subtypes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual void removeValue(sbyte[] attrBytes) { }
- public virtual void removeValue(string attrString) { }
- public virtual int size() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int DIRECTORY_OPERATION = 1;
- public const int DISTRIBUTED_OPERATION = 2;
- public const int DSA_OPERATION = 3;
- public const int USER_APPLICATIONS = 0;
- public LdapAttributeSchema(string raw) : base (default(string)) { }
- public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage) : base (default(string)) { }
- public virtual bool Collective { get { throw null; } }
- public virtual string EqualityMatchingRule { get { throw null; } }
- public virtual string OrderingMatchingRule { get { throw null; } }
- public virtual bool SingleValued { get { throw null; } }
- public virtual string SubstringMatchingRule { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserModifiable { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapAttributeSet : SupportClass.AbstractSetSupport, System.ICloneable
- {
- public LdapAttributeSet() { }
- public override int Count { get { throw null; } }
- public override bool Add(object attr) { throw null; }
- public override bool AddAll(System.Collections.ICollection c) { throw null; }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override bool Contains(object attr) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName, string lang) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getSubset(string subtype) { throw null; }
- public override bool IsEmpty() { throw null; }
- public override bool Remove(object object_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapAuthHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapAuthProvider getAuthProvider(string host, int port);
- }
- public partial class LdapAuthProvider
- {
- [System.CLSCompliantAttribute(false)]
- public LdapAuthProvider(string dn, sbyte[] password) { }
- public virtual string DN { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Password { get { throw null; } }
- }
- public partial interface LdapBindHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapConnection Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn);
- }
- public partial class LdapBindRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string AuthenticationDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapCompareAttrNames : System.Collections.IComparer
- {
- public LdapCompareAttrNames(string attrName) { }
- public LdapCompareAttrNames(string attrName, bool ascendingFlag) { }
- public LdapCompareAttrNames(string[] attrNames) { }
- public LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags) { }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual int Compare(object object1, object object2) { throw null; }
- public override bool Equals(object comparator) { throw null; }
- }
- public partial class LdapCompareRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- public virtual string DN { get { throw null; } }
- }
- public partial class LdapConnection : System.ICloneable
- {
- public const string ALL_USER_ATTRS = "*";
- public const int DEFAULT_PORT = 389;
- public const int DEFAULT_SSL_PORT = 636;
- public const string Ldap_PROPERTY_PROTOCOL = "version.protocol";
- public const string Ldap_PROPERTY_SDK = "version.sdk";
- public const string Ldap_PROPERTY_SECURITY = "version.security";
- public const int Ldap_V3 = 3;
- public const string NO_ATTRS = "1.1";
- public const int SCOPE_BASE = 0;
- public const int SCOPE_ONE = 1;
- public const int SCOPE_SUB = 2;
- public const string SERVER_SHUTDOWN_OID = "1.3.6.1.4.1.1466.20036";
- public LdapConnection() { }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual bool Bound { get { throw null; } }
- public virtual bool Connected { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapConstraints Constraints { get { throw null; } set { } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual object SaslBindCallbackHandler { get { throw null; } }
- public virtual System.Collections.IDictionary SaslBindProperties { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapSearchConstraints SearchConstraints { get { throw null; } }
- public bool SecureSocketLayer { get { throw null; } set { } }
- public virtual bool TLS { get { throw null; } }
- public event Novell.Directory.Ldap.CertificateValidationCallback UserDefinedServerCertValidationDelegate { add { } remove { } }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(int id) { }
- public virtual void Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech) { throw null; }
- public virtual void Bind(int version, string dn, string passwd) { }
- public virtual void Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Bind(string dn, string passwd) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public object Clone() { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr) { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Connect(string host, int port) { }
- public virtual void Delete(string dn) { }
- public virtual void Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Disconnect() { }
- public virtual void Disconnect(Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op) { throw null; }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSchema FetchSchema(string schemaDN) { throw null; }
- ~LdapConnection() { }
- public virtual object getProperty(string name) { throw null; }
- public virtual string GetSchemaDN() { throw null; }
- public virtual string GetSchemaDN(string dn) { throw null; }
- protected internal virtual Novell.Directory.Ldap.LdapMessage MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual void RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void startTLS() { }
- public virtual void stopTLS() { }
- }
- public partial class LdapConstraints : System.ICloneable
- {
- public LdapConstraints() { }
- public LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int HopLimit { get { throw null; } set { } }
- public virtual bool ReferralFollowing { get { throw null; } set { } }
- public virtual int TimeLimit { get { throw null; } set { } }
- public object Clone() { throw null; }
- public virtual Novell.Directory.Ldap.LdapControl[] getControls() { throw null; }
- public virtual object getProperty(string name) { throw null; }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl control) { }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl[] controls) { }
- public virtual void setProperty(string name, object value_Renamed) { }
- public virtual void setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler) { }
- }
- public partial class LdapControl : System.ICloneable
- {
- protected internal LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- [System.CLSCompliantAttribute(false)]
- public LdapControl(string oid, bool critical, sbyte[] values) { }
- public virtual bool Critical { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public object Clone() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type controlClass) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] controlValue) { }
- }
- public partial class LdapDeleteRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapDITContentRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITContentRuleSchema(string raw) : base (default(string)) { }
- public LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded) : base (default(string)) { }
- public virtual string[] AuxiliaryClasses { get { throw null; } }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] PrecludedAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDITStructureRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITStructureRuleSchema(string raw) : base (default(string)) { }
- public LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs) : base (default(string)) { }
- public virtual string NameForm { get { throw null; } }
- public virtual int RuleID { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDN
- {
- public LdapDN() { }
- [System.CLSCompliantAttribute(false)]
- public static bool equals(string dn1, string dn2) { throw null; }
- public static string escapeRDN(string rdn) { throw null; }
- public static string[] explodeDN(string dn, bool noTypes) { throw null; }
- public static string[] explodeRDN(string rdn, bool noTypes) { throw null; }
- public static bool isValid(string dn) { throw null; }
- public static string normalize(string dn) { throw null; }
- public static string unescapeRDN(string rdn) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct LdapDSConstants
- {
- public static readonly int LDAP_DS_40X_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_ALIAS_ENTRY;
- public static readonly long LDAP_DS_ATTR_COMPARE;
- public static readonly long LDAP_DS_ATTR_INHERIT_CTL;
- public static readonly long LDAP_DS_ATTR_READ;
- public static readonly long LDAP_DS_ATTR_SELF;
- public static readonly long LDAP_DS_ATTR_SUPERVISOR;
- public static readonly long LDAP_DS_ATTR_WRITE;
- public static readonly int LDAP_DS_AUDITED;
- public static readonly int LDAP_DS_BACKLINKED;
- public static readonly int LDAP_DS_CONTAINER_ALIAS;
- public static readonly int LDAP_DS_CONTAINER_ENTRY;
- public static readonly long LDAP_DS_DYNAMIC_ACL;
- public static readonly long LDAP_DS_ENTRY_ADD;
- public static readonly long LDAP_DS_ENTRY_BROWSE;
- public static readonly int LDAP_DS_ENTRY_DAMAGED;
- public static readonly long LDAP_DS_ENTRY_DELETE;
- public static readonly long LDAP_DS_ENTRY_INHERIT_CTL;
- public static readonly int LDAP_DS_ENTRY_NOT_PRESENT;
- public static readonly long LDAP_DS_ENTRY_RENAME;
- public static readonly long LDAP_DS_ENTRY_SUPERVISOR;
- public static readonly int LDAP_DS_ENTRY_VERIFY_CTS;
- public static readonly int LDAP_DS_MATCHES_LIST_FILTER;
- public static readonly int LDAP_DS_NEW_ENTRY;
- public static readonly int LDAP_DS_PARTITION_ROOT;
- public static readonly int LDAP_DS_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_TEMPORARY_REFERENCE;
- }
- public partial class LdapEntry : System.IComparable
- {
- protected internal Novell.Directory.Ldap.LdapAttributeSet attrs;
- protected internal string dn;
- public LdapEntry() { }
- public LdapEntry(string dn) { }
- public LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs) { }
- [System.CLSCompliantAttribute(false)]
- public virtual string DN { get { throw null; } }
- public virtual int CompareTo(object entry) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet(string subtype) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapException : System.Exception
- {
- public const int ADMIN_LIMIT_EXCEEDED = 11;
- public const int AFFECTS_MULTIPLE_DSAS = 71;
- public const int ALIAS_DEREFERENCING_PROBLEM = 36;
- public const int ALIAS_PROBLEM = 33;
- public const int AMBIGUOUS_RESPONSE = 101;
- public const int ATTRIBUTE_OR_VALUE_EXISTS = 20;
- public const int AUTH_METHOD_NOT_SUPPORTED = 7;
- public const int AUTH_UNKNOWN = 86;
- public const int BUSY = 51;
- public const int CLIENT_LOOP = 96;
- public const int COMPARE_FALSE = 5;
- public const int COMPARE_TRUE = 6;
- public const int CONFIDENTIALITY_REQUIRED = 13;
- public const int CONNECT_ERROR = 91;
- public const int CONSTRAINT_VIOLATION = 19;
- public const int CONTROL_NOT_FOUND = 93;
- public const int DECODING_ERROR = 84;
- public const int ENCODING_ERROR = 83;
- public const int ENTRY_ALREADY_EXISTS = 68;
- public const int FILTER_ERROR = 87;
- public const int INAPPROPRIATE_AUTHENTICATION = 48;
- public const int INAPPROPRIATE_MATCHING = 18;
- public const int INSUFFICIENT_ACCESS_RIGHTS = 50;
- public const int INVALID_ATTRIBUTE_SYNTAX = 21;
- public const int INVALID_CREDENTIALS = 49;
- public const int INVALID_DN_SYNTAX = 34;
- public const int INVALID_RESPONSE = 100;
- public const int IS_LEAF = 35;
- public const int Ldap_NOT_SUPPORTED = 92;
- public const int Ldap_PARTIAL_RESULTS = 9;
- public const int Ldap_TIMEOUT = 85;
- public const int LOCAL_ERROR = 82;
- public const int LOOP_DETECT = 54;
- public const int MORE_RESULTS_TO_RETURN = 95;
- public const int NAMING_VIOLATION = 64;
- public const int NOT_ALLOWED_ON_NONLEAF = 66;
- public const int NOT_ALLOWED_ON_RDN = 67;
- public const int NO_MEMORY = 90;
- public const int NO_RESULTS_RETURNED = 94;
- public const int NO_SUCH_ATTRIBUTE = 16;
- public const int NO_SUCH_OBJECT = 32;
- public const int OBJECT_CLASS_MODS_PROHIBITED = 69;
- public const int OBJECT_CLASS_VIOLATION = 65;
- public const int OPERATIONS_ERROR = 1;
- public const int OTHER = 80;
- public const int PROTOCOL_ERROR = 2;
- public const int REFERRAL = 10;
- public const int REFERRAL_LIMIT_EXCEEDED = 97;
- public const int SASL_BIND_IN_PROGRESS = 14;
- public const int SERVER_DOWN = 81;
- public const int SIZE_LIMIT_EXCEEDED = 4;
- public const int SSL_HANDSHAKE_FAILED = 113;
- public const int SSL_PROVIDER_NOT_FOUND = 114;
- public const int STRONG_AUTH_REQUIRED = 8;
- public const int SUCCESS = 0;
- public const int TIME_LIMIT_EXCEEDED = 3;
- public const int TLS_NOT_SUPPORTED = 112;
- public const int UNAVAILABLE = 52;
- public const int UNAVAILABLE_CRITICAL_EXTENSION = 12;
- public const int UNDEFINED_ATTRIBUTE_TYPE = 17;
- public const int UNWILLING_TO_PERFORM = 53;
- public const int USER_CANCELLED = 88;
- public LdapException() { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN) { }
- public virtual System.Exception Cause { get { throw null; } }
- public virtual string LdapErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override string Message { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public virtual string resultCodeToString() { throw null; }
- public virtual string resultCodeToString(System.Globalization.CultureInfo locale) { throw null; }
- public static string resultCodeToString(int code) { throw null; }
- public static string resultCodeToString(int code, System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapExtendedOperation : System.ICloneable
- {
- [System.CLSCompliantAttribute(false)]
- public LdapExtendedOperation(string oid, sbyte[] vals) { }
- public object Clone() { throw null; }
- public virtual string getID() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- protected internal virtual void setID(string newoid) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] newVals) { }
- }
- public partial class LdapExtendedRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapExtendedRequest(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapExtendedOperation ExtendedOperation { get { throw null; } }
- }
- public partial class LdapExtendedResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public virtual string ID { get { throw null; } }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet RegisteredResponses { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Value { get { throw null; } }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapIntermediateResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public string getID() { throw null; }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet getRegisteredResponses() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapLocalException : Novell.Directory.Ldap.LdapException
- {
- public LdapLocalException() { }
- public LdapLocalException(string messageOrKey, int resultCode) { }
- public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exception rootException) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapMatchingRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleSchema(string rawMatchingRule, string rawMatchingRuleUse) : base (default(string)) { }
- public LdapMatchingRuleSchema(string[] names, string oid, string description, string[] attributes, bool obsolete, string syntaxString) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMatchingRuleUseSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleUseSchema(string raw) : base (default(string)) { }
- public LdapMatchingRuleUseSchema(string[] names, string oid, string description, bool obsolete, string[] attributes) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMessage
- {
- public const int ABANDON_REQUEST = 16;
- public const int ADD_REQUEST = 8;
- public const int ADD_RESPONSE = 9;
- public const int BIND_REQUEST = 0;
- public const int BIND_RESPONSE = 1;
- public const int COMPARE_REQUEST = 14;
- public const int COMPARE_RESPONSE = 15;
- public const int DEL_REQUEST = 10;
- public const int DEL_RESPONSE = 11;
- public const int EXTENDED_REQUEST = 23;
- public const int EXTENDED_RESPONSE = 24;
- public const int INTERMEDIATE_RESPONSE = 25;
- protected internal Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message;
- public const int MODIFY_RDN_REQUEST = 12;
- public const int MODIFY_RDN_RESPONSE = 13;
- public const int MODIFY_REQUEST = 6;
- public const int MODIFY_RESPONSE = 7;
- public const int SEARCH_REQUEST = 3;
- public const int SEARCH_RESPONSE = 4;
- public const int SEARCH_RESULT = 5;
- public const int SEARCH_RESULT_REFERENCE = 19;
- public const int UNBIND_REQUEST = 2;
- protected internal LdapMessage(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) { }
- public virtual Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual bool Request { get { throw null; } }
- public virtual string Tag { get { throw null; } set { } }
- public virtual int Type { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapMessageQueue
- {
- internal LdapMessageQueue() { }
- public virtual int[] MessageIDs { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse() { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse(int msgid) { throw null; }
- public virtual bool isComplete(int msgid) { throw null; }
- public virtual bool isResponseReceived() { throw null; }
- public virtual bool isResponseReceived(int msgid) { throw null; }
- }
- public partial class LdapModification
- {
- public const int ADD = 0;
- public const int DELETE = 1;
- public const int REPLACE = 2;
- public LdapModification(int op, Novell.Directory.Ldap.LdapAttribute attr) { }
- public virtual Novell.Directory.Ldap.LdapAttribute Attribute { get { throw null; } }
- public virtual int Op { get { throw null; } }
- }
- public partial class LdapModifyDNRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyDNRequest(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual bool DeleteOldRDN { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual string NewRDN { get { throw null; } }
- public virtual string ParentDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapModifyRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyRequest(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapModification[] Modifications { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapNameFormSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapNameFormSchema(string raw) : base (default(string)) { }
- public LdapNameFormSchema(string[] names, string oid, string description, bool obsolete, string objectClass, string[] required, string[] optional) : base (default(string)) { }
- public virtual string ObjectClass { get { throw null; } }
- public virtual string[] OptionalNamingAttributes { get { throw null; } }
- public virtual string[] RequiredNamingAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapObjectClassSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int ABSTRACT = 0;
- public const int AUXILIARY = 2;
- public const int STRUCTURAL = 1;
- public LdapObjectClassSchema(string raw) : base (default(string)) { }
- public LdapObjectClassSchema(string[] names, string oid, string[] superiors, string description, string[] required, string[] optional, int type, bool obsolete) : base (default(string)) { }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual int Type { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapReferralException : Novell.Directory.Ldap.LdapException
- {
- public LdapReferralException() { }
- public LdapReferralException(string message) { }
- public LdapReferralException(string message, System.Exception rootException) { }
- public LdapReferralException(string message, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, int resultCode, string serverMessage, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments) { }
- public LdapReferralException(string message, object[] arguments, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage, System.Exception rootException) { }
- public virtual string FailedReferral { get { throw null; } set { } }
- public virtual string[] getReferrals() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapReferralHandler
- {
- }
- public partial class LdapResponse : Novell.Directory.Ldap.LdapMessage
- {
- public LdapResponse(Novell.Directory.Ldap.InterThreadException ex, Novell.Directory.Ldap.Utilclass.ReferralInfo activeReferral) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type, int resultCode, string matchedDN, string serverMessage, string[] referrals, Novell.Directory.Ldap.LdapControl[] controls) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public override Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual string ErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override int MessageID { get { throw null; } }
- public virtual string[] Referrals { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public override int Type { get { throw null; } }
- }
- public partial class LdapResponseQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapResponseQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSchema : Novell.Directory.Ldap.LdapEntry
- {
- public LdapSchema(Novell.Directory.Ldap.LdapEntry ent) { }
- public virtual System.Collections.IEnumerator AttributeNames { get { throw null; } }
- public virtual System.Collections.IEnumerator AttributeSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormNames { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassNames { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator SyntaxSchemas { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITContentRuleSchema getDITContentRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(int ID) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleSchema getMatchingRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleUseSchema getMatchingRuleUseSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapNameFormSchema getNameFormSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapObjectClassSchema getObjectClassSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSyntaxSchema getSyntaxSchema(string oid) { throw null; }
- }
- public abstract partial class LdapSchemaElement : Novell.Directory.Ldap.LdapAttribute
- {
- [System.CLSCompliantAttribute(false)]
- protected internal string description;
- protected internal System.Collections.Hashtable hashQualifier;
- [System.CLSCompliantAttribute(false)]
- protected internal string[] names;
- [System.CLSCompliantAttribute(false)]
- protected internal bool obsolete;
- protected internal string oid;
- protected internal string[] qualifier;
- protected internal LdapSchemaElement(string attrName) : base (default(Novell.Directory.Ldap.LdapAttribute)) { }
- public virtual string Description { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual System.Collections.IEnumerator QualifierNames { get { throw null; } }
- public virtual void addValue(byte[] value_Renamed) { }
- public override void addValue(string value_Renamed) { }
- protected internal abstract string formatString();
- public virtual string[] getQualifier(string name) { throw null; }
- public virtual void removeValue(byte[] value_Renamed) { }
- public override void removeValue(string value_Renamed) { }
- public virtual void setQualifier(string name, string[] values) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchConstraints : Novell.Directory.Ldap.LdapConstraints
- {
- public const int DEREF_ALWAYS = 3;
- public const int DEREF_FINDING = 2;
- public const int DEREF_NEVER = 0;
- public const int DEREF_SEARCHING = 1;
- public LdapSearchConstraints() { }
- public LdapSearchConstraints(Novell.Directory.Ldap.LdapConstraints cons) { }
- public LdapSearchConstraints(int msLimit, int serverTimeLimit, int dereference, int maxResults, bool doReferrals, int batchSize, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int BatchSize { get { throw null; } set { } }
- public virtual int Dereference { get { throw null; } set { } }
- public virtual int MaxResults { get { throw null; } set { } }
- public virtual int ServerTimeLimit { get { throw null; } set { } }
- }
- public partial class LdapSearchQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapSearchQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSearchRequest : Novell.Directory.Ldap.LdapMessage
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public LdapSearchRequest(string base_Renamed, int scope, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapSearchRequest(string base_Renamed, int scope, string filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual int Dereference { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual int MaxResults { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual System.Collections.IEnumerator SearchFilter { get { throw null; } }
- public virtual int ServerTimeLimit { get { throw null; } }
- public virtual string StringFilter { get { throw null; } }
- public virtual bool TypesOnly { get { throw null; } }
- }
- public partial class LdapSearchResult : Novell.Directory.Ldap.LdapMessage
- {
- public LdapSearchResult(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchResultReference : Novell.Directory.Ldap.LdapMessage
- {
- internal LdapSearchResultReference() : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Referrals { get { throw null; } }
- }
- public partial class LdapSearchResults
- {
- internal LdapSearchResults() { }
- public virtual int Count { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual bool hasMore() { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry next() { throw null; }
- }
- public partial class LdapSyntaxSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapSyntaxSchema(string raw) : base (default(string)) { }
- public LdapSyntaxSchema(string oid, string description) : base (default(string)) { }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapUnbindRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapUnbindRequest(Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial interface LdapUnsolicitedNotificationListener
- {
- void messageReceived(Novell.Directory.Ldap.LdapExtendedResponse msg);
- }
- public partial class LdapUrl : System.ICloneable
- {
- public LdapUrl(string url) { }
- public LdapUrl(string host, int port, string dn) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions, bool secure) { }
- public virtual string[] AttributeArray { get { throw null; } }
- public virtual System.Collections.IEnumerator Attributes { get { throw null; } }
- public virtual string[] Extensions { get { throw null; } }
- public virtual string Filter { get { throw null; } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual bool Secure { get { throw null; } }
- public object Clone() { throw null; }
- public static string decode(string URLEncoded) { throw null; }
- public static string encode(string toEncode) { throw null; }
- public virtual string getDN() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Asn1
-{
- public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 1;
- [System.CLSCompliantAttribute(false)]
- public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public bool booleanValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Choice : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Choice() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Choice(Novell.Directory.Ldap.Asn1.Asn1Object content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual Novell.Directory.Ldap.Asn1.Asn1Object ChoiceValue { set { } }
- public Novell.Directory.Ldap.Asn1.Asn1Object choiceValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public override void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public partial interface Asn1Decoder : System.Runtime.Serialization.ISerializable
- {
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] length);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed);
- object decodeBoolean(System.IO.Stream in_Renamed, int len);
- object decodeCharacterString(System.IO.Stream in_Renamed, int len);
- object decodeNumeric(System.IO.Stream in_Renamed, int len);
- object decodeOctetString(System.IO.Stream in_Renamed, int len);
- }
- public partial interface Asn1Encoder : System.Runtime.Serialization.ISerializable
- {
- void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed);
- }
- public partial class Asn1Enumerated : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 10;
- [System.CLSCompliantAttribute(false)]
- public Asn1Enumerated(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Enumerated(int content) { }
- public Asn1Enumerated(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Identifier : System.ICloneable
- {
- public const int APPLICATION = 1;
- public const int CONTEXT = 2;
- public const int PRIVATE = 3;
- public const int UNIVERSAL = 0;
- public Asn1Identifier() { }
- public Asn1Identifier(int tagClass, bool constructed, int tag) { }
- public Asn1Identifier(System.IO.Stream in_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Application { get { throw null; } }
- public virtual int Asn1Class { get { throw null; } }
- public virtual bool Constructed { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Context { get { throw null; } }
- public virtual int EncodedLength { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Private { get { throw null; } }
- public virtual int Tag { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Universal { get { throw null; } }
- public object Clone() { throw null; }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Integer : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 2;
- [System.CLSCompliantAttribute(false)]
- public Asn1Integer(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Integer(int content) { }
- public Asn1Integer(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Length
- {
- public Asn1Length() { }
- public Asn1Length(int length) { }
- public Asn1Length(System.IO.Stream in_Renamed) { }
- public virtual int EncodedLength { get { throw null; } }
- public virtual int Length { get { throw null; } }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Null : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 5;
- public Asn1Null() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Numeric : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- internal Asn1Numeric() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public int intValue() { throw null; }
- public long longValue() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Asn1Object : System.Runtime.Serialization.ISerializable
- {
- public Asn1Object(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public abstract void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed);
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getEncoding(Novell.Directory.Ldap.Asn1.Asn1Encoder enc) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public virtual void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1OctetString : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 4;
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(sbyte[] content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1OctetString(string content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Sequence : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public const int TAG = 16;
- public Asn1Sequence() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SequenceOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 16;
- public Asn1SequenceOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Sequence sequence) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1Set : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1Set() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Set(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Set(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SetOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1SetOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(Novell.Directory.Ldap.Asn1.Asn1Set set_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Structured : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public void add(Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- protected internal void decodeStructured(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object get_Renamed(int index) { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- public int size() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Object[] toArray() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(string type) { throw null; }
- }
- public partial class Asn1Tagged : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- [System.CLSCompliantAttribute(false)]
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len, Novell.Directory.Ldap.Asn1.Asn1Identifier identifier) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed, bool explicit_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public virtual bool Explicit { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object TaggedValue { set { } }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object taggedValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LBERDecoder : Novell.Directory.Ldap.Asn1.Asn1Decoder, System.Runtime.Serialization.ISerializable
- {
- public LBERDecoder() { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] len) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed) { throw null; }
- public object decodeBoolean(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeCharacterString(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeNumeric(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeOctetString(System.IO.Stream in_Renamed, int len) { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class LBEREncoder : Novell.Directory.Ldap.Asn1.Asn1Encoder, System.Runtime.Serialization.ISerializable
- {
- public LBEREncoder() { }
- public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed) { }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
-namespace Novell.Directory.Ldap.Controls
-{
- public partial class LdapEntryChangeControl : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapEntryChangeControl(string oid, bool critical, sbyte[] value_Renamed) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ChangeNumber { get { throw null; } }
- public virtual int ChangeType { get { throw null; } }
- public virtual bool HasChangeNumber { get { throw null; } }
- public virtual string PreviousDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapPersistSearchControl : Novell.Directory.Ldap.LdapControl
- {
- public const int ADD = 1;
- public static readonly int ANY;
- public const int DELETE = 2;
- public const int MODDN = 8;
- public const int MODIFY = 4;
- public LdapPersistSearchControl() : base (default(string), default(bool), default(sbyte[])) { }
- public LdapPersistSearchControl(int changeTypes, bool changesOnly, bool returnControls, bool isCritical) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual bool ChangesOnly { get { throw null; } set { } }
- public virtual int ChangeTypes { get { throw null; } set { } }
- public virtual bool ReturnControls { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSortControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey key, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey[] keys, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- }
- public partial class LdapSortKey
- {
- public LdapSortKey(string keyDescription) { }
- public LdapSortKey(string key, bool reverse) { }
- public LdapSortKey(string key, bool reverse, string matchRule) { }
- public virtual string Key { get { throw null; } }
- public virtual string MatchRule { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- }
- public partial class LdapSortResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapSortResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual string FailedAttribute { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
- public partial class LdapVirtualListControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int AfterCount { get { throw null; } }
- public virtual int BeforeCount { get { throw null; } }
- public virtual string Context { get { throw null; } set { } }
- public virtual int ListSize { get { throw null; } set { } }
- public virtual void setRange(int listIndex, int beforeCount, int afterCount) { }
- public virtual void setRange(string jumpTo, int beforeCount, int afterCount) { }
- }
- public partial class LdapVirtualListResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapVirtualListResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ContentCount { get { throw null; } }
- public virtual string Context { get { throw null; } }
- public virtual int FirstPosition { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events
-{
- public partial class BaseEventArgs : System.EventArgs
- {
- protected Novell.Directory.Ldap.LdapMessage ldap_message;
- public BaseEventArgs(Novell.Directory.Ldap.LdapMessage message) { }
- public Novell.Directory.Ldap.LdapMessage ContianedEventInformation { get { throw null; } }
- }
- public partial class DirectoryEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.Events.EventClassifiers eClassification;
- public DirectoryEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.Events.EventClassifiers EventClassification { get { throw null; } set { } }
- }
- public partial class DirectoryExceptionEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.LdapException ldap_exception_object;
- public DirectoryExceptionEventArgs(Novell.Directory.Ldap.LdapMessage message, Novell.Directory.Ldap.LdapException ldapException) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.LdapException LdapExceptionObject { get { throw null; } }
- }
- public enum EventClassifiers
- {
- CLASSIFICATION_EDIR_EVENT = 1,
- CLASSIFICATION_LDAP_PSEARCH = 0,
- CLASSIFICATION_UNKNOWN = -1,
- }
- public partial class LdapEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- protected Novell.Directory.Ldap.Events.LdapEventType eType;
- public LdapEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.LdapEventType EventType { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapEventSource
- {
- protected const int DEFAULT_SLEEP_TIME = 1000;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler directory_event;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler directory_exception_event;
- protected internal const int EVENT_TYPE_UNKNOWN = -1;
- protected Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator m_objEventsGenerator;
- protected int sleep_interval;
- protected LdapEventSource() { }
- public int SleepInterval { get { throw null; } set { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler DirectoryEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler DirectoryExceptionEvent { add { } remove { } }
- protected Novell.Directory.Ldap.Events.LdapEventSource.LISTENERS_COUNT GetCurrentListenersState() { throw null; }
- protected abstract int GetListeners();
- protected void ListenerAdded() { }
- protected void ListenerRemoved() { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs) { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) { }
- protected abstract bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType);
- protected void NotifyExceptionListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.LdapException ldapException) { }
- protected void NotifyListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { }
- protected void StartEventPolling(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- protected abstract void StartSearchAndPolling();
- protected void StopEventPolling() { }
- protected abstract void StopSearchAndPolling();
- public delegate void DirectoryEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs);
- public delegate void DirectoryExceptionEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryExceptionEventArgs objDirectoryExceptionEventArgs);
- protected partial class EventsGenerator
- {
- public EventsGenerator(Novell.Directory.Ldap.Events.LdapEventSource objEventSource, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- public int SleepTime { get { throw null; } set { } }
- protected void processmessage(Novell.Directory.Ldap.LdapMessage response) { }
- protected void Run() { }
- public void StartEventPolling() { }
- public void StopEventPolling() { }
- }
- protected enum LISTENERS_COUNT
- {
- MORE_THAN_ONE = 2,
- ONE = 1,
- ZERO = 0,
- }
- }
- public enum LdapEventType
- {
- LDAP_PSEARCH_ADD = 1,
- LDAP_PSEARCH_ANY = 15,
- LDAP_PSEARCH_DELETE = 2,
- LDAP_PSEARCH_MODDN = 8,
- LDAP_PSEARCH_MODIFY = 4,
- TYPE_UNKNOWN = -1,
- }
- public partial class PSearchEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected string[] mAttrs;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.Events.LdapEventType mEventChangeType;
- protected string mFilter;
- protected Novell.Directory.Ldap.LdapSearchQueue mQueue;
- protected int mScope;
- protected string mSearchBase;
- protected Novell.Directory.Ldap.LdapSearchConstraints mSearchConstraints;
- protected bool mTypesOnly;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler search_referral_event;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler search_result_event;
- public PSearchEventSource(Novell.Directory.Ldap.LdapConnection conn, string searchBase, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints constraints, Novell.Directory.Ldap.Events.LdapEventType eventchangetype, bool changeonly) { }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler SearchReferralEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler SearchResultEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void SearchReferralEventHandler(object source, Novell.Directory.Ldap.Events.SearchReferralEventArgs objArgs);
- public delegate void SearchResultEventHandler(object source, Novell.Directory.Ldap.Events.SearchResultEventArgs objArgs);
- }
- public partial class SearchReferralEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchReferralEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public string[] getUrls() { throw null; }
- }
- public partial class SearchResultEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchResultEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir
-{
- public enum DebugParameterType
- {
- ADDRESS = 5,
- BINARY = 3,
- ENTRYID = 1,
- INTEGER = 4,
- STRING = 2,
- TIMESTAMP = 6,
- TIMEVECTOR = 7,
- }
- public partial class DSETimeStamp
- {
- protected int nEvent;
- protected int nSeconds;
- protected int replica_number;
- public DSETimeStamp(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public int Event { get { throw null; } }
- public int ReplicaNumber { get { throw null; } }
- public int Seconds { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EdirEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- public EdirEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventIntermediateResponse IntermediateResponse { get { throw null; } }
- }
- public enum EdirEventDataType
- {
- EDIR_TAG_BINDERY_EVENT_DATA = 5,
- EDIR_TAG_CHANGE_CONFIG_PARAM = 11,
- EDIR_TAG_CHANGE_SERVER_ADDRESS = 10,
- EDIR_TAG_CONNECTION_STATE = 9,
- EDIR_TAG_DEBUG_EVENT_DATA = 14,
- EDIR_TAG_DSESEV_INFO = 6,
- EDIR_TAG_ENTRY_EVENT_DATA = 1,
- EDIR_TAG_GENERAL_EVENT_DATA = 3,
- EDIR_TAG_MODULE_STATE_DATA = 7,
- EDIR_TAG_NETWORK_ADDRESS = 8,
- EDIR_TAG_NO_DATA = 12,
- EDIR_TAG_SKULK_DATA = 4,
- EDIR_TAG_STATUS_LOG = 13,
- EDIR_TAG_VALUE_EVENT_DATA = 2,
- }
- public partial class EdirEventIntermediateResponse : Novell.Directory.Ldap.LdapIntermediateResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData event_response_data;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventResultType event_result_type;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventType event_type;
- public EdirEventIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public EdirEventIntermediateResponse(byte[] message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData EventResponseDataObject { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- protected void ProcessMessage(sbyte[] returnedValue) { }
- }
- public enum EdirEventResultType
- {
- EVT_STATUS_ALL = 0,
- EVT_STATUS_FAILURE = 2,
- EVT_STATUS_SUCCESS = 1,
- }
- public partial class EdirEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler edir_event;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.LdapResponseQueue mQueue;
- protected Novell.Directory.Ldap.Events.Edir.MonitorEventRequest mRequestOperation;
- public EdirEventSource(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier, Novell.Directory.Ldap.LdapConnection conn) { }
- public event Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler EdirEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void EdirEventHandler(object source, Novell.Directory.Ldap.Events.Edir.EdirEventArgs objEdirEventArgs);
- }
- public partial class EdirEventSpecifier
- {
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType) { }
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType, string filter) { }
- public string EventFilter { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- }
- public enum EdirEventType
- {
- EVT_ABORT_JOIN = 145,
- EVT_ABORT_PARTITION_OP = 109,
- EVT_ADD_ENTRY = 168,
- EVT_ADD_MEMBER = 153,
- EVT_ADD_PROPERTY = 151,
- EVT_ADD_REPLICA = 103,
- EVT_ADD_VALUE = 5,
- EVT_AGENT_CLOSE_LOCAL = 54,
- EVT_AGENT_OPEN_LOCAL = 53,
- EVT_ALLOW_LOGIN = 188,
- EVT_BACKLINK_PROC_DONE = 95,
- EVT_BACKUP_ENTRY = 114,
- EVT_BEGIN_NAMEBASE_TRANSACTION = 213,
- EVT_BKLINK_OPERATOR = 63,
- EVT_BKLINK_SEV = 62,
- EVT_CHANGE_CONN_STATE = 173,
- EVT_CHANGE_MODULE_STATE = 21,
- EVT_CHANGE_OBJ_SECURITY = 156,
- EVT_CHANGE_PROP_SECURITY = 155,
- EVT_CHANGE_REPLICA_TYPE = 107,
- EVT_CHANGE_SECURITY_EQUALS = 164,
- EVT_CHANGE_SERVER_ADDRS = 219,
- EVT_CHANGE_TREE_NAME = 143,
- EVT_CHECK_CONSOLE_OPERATOR = 142,
- EVT_CHECK_SEV = 12,
- EVT_CHGPASS = 101,
- EVT_CLOSE_BINDERY = 172,
- EVT_CLOSE_STREAM = 7,
- EVT_COMPARE_ATTR_VALUE = 123,
- EVT_CONNECT_TO_ADDRESS = 158,
- EVT_CONSOLE_OPERATION = 203,
- EVT_CRC_FAILURE = 167,
- EVT_CREATE_BACKLINK = 141,
- EVT_CREATE_BINDERY_OBJECT = 10,
- EVT_CREATE_ENTRY = 1,
- EVT_CREATE_NAMEBASE = 163,
- EVT_CREATE_SUBREF = 132,
- EVT_DB_ALLOC = 202,
- EVT_DB_AUDIT = 175,
- EVT_DB_AUDIT_NCP = 176,
- EVT_DB_AUDIT_SKULK = 177,
- EVT_DB_AUTHEN = 26,
- EVT_DB_BACKLINK = 27,
- EVT_DB_BACKLINK_DETAIL = 236,
- EVT_DB_BUFFERS = 28,
- EVT_DB_CHANGE_CACHE = 184,
- EVT_DB_CLIENT_BUFFERS = 189,
- EVT_DB_COLL = 29,
- EVT_DB_CONN_TRACE = 210,
- EVT_DB_DIRXML = 214,
- EVT_DB_DIRXML_DRIVERS = 217,
- EVT_DB_DNS = 220,
- EVT_DB_DRL = 198,
- EVT_DB_DRL_DETAIL = 237,
- EVT_DB_DSAGENT = 30,
- EVT_DB_EMU = 31,
- EVT_DB_FRAGGER = 32,
- EVT_DB_HTTPSTK = 231,
- EVT_DB_INIT = 33,
- EVT_DB_INSPECTOR = 34,
- EVT_DB_IN_SYNC_DETAIL = 227,
- EVT_DB_JANITOR = 35,
- EVT_DB_LDAPSTK = 232,
- EVT_DB_LIMBER = 36,
- EVT_DB_LOCKING = 37,
- EVT_DB_LOST_ENTRY = 183,
- EVT_DB_MIN = 39,
- EVT_DB_MISC = 40,
- EVT_DB_MOVE = 38,
- EVT_DB_NCPENG = 166,
- EVT_DB_NDSMON = 218,
- EVT_DB_NICIEXT = 233,
- EVT_DB_NMAS = 235,
- EVT_DB_NPKI_API = 242,
- EVT_DB_OBIT = 207,
- EVT_DB_OBJECT_PRODUCER = 238,
- EVT_DB_PART = 41,
- EVT_DB_PKI = 230,
- EVT_DB_PURGE = 186,
- EVT_DB_RECMAN = 42,
- EVT_DB_REPAIR = 221,
- EVT_DB_REPAIR_DEBUG = 222,
- EVT_DB_RESNAME = 44,
- EVT_DB_SAP = 45,
- EVT_DB_SCHEMA = 46,
- EVT_DB_SCHEMA_DETAIL = 225,
- EVT_DB_SEARCH = 239,
- EVT_DB_SEARCH_DETAIL = 240,
- EVT_DB_SECRET_STORE = 234,
- EVT_DB_SERVER_PACKET = 204,
- EVT_DB_SKULKER = 47,
- EVT_DB_SSL = 229,
- EVT_DB_STREAMS = 48,
- EVT_DB_SYNC_DETAIL = 209,
- EVT_DB_SYNC_IN = 49,
- EVT_DB_THREADS = 50,
- EVT_DB_TIMEVECTOR = 51,
- EVT_DB_VCLIENT = 52,
- EVT_DB_WANMAN = 190,
- EVT_DEFINE_ATTR_DEF = 116,
- EVT_DEFINE_CLASS_DEF = 119,
- EVT_DELETE_ATTRIBUTE = 8,
- EVT_DELETE_BINDERY_OBJECT = 11,
- EVT_DELETE_ENTRY = 2,
- EVT_DELETE_MEMBER = 154,
- EVT_DELETE_PROPERTY = 152,
- EVT_DELETE_SUBTREE = 64,
- EVT_DELETE_UNUSED_EXTREF = 15,
- EVT_DELETE_VALUE = 6,
- EVT_DSA_BAD_VERB = 56,
- EVT_DSA_READ = 99,
- EVT_DSA_REQUEST_END = 58,
- EVT_DSA_REQUEST_START = 57,
- EVT_DS_ERR_VIA_BINDERY = 55,
- EVT_END_NAMEBASE_TRANSACTION = 187,
- EVT_END_UPDATE_REPLICA = 138,
- EVT_END_UPDATE_SCHEMA = 148,
- EVT_ENTRYID_SWAP = 181,
- EVT_INSIDE_NCP_REQUEST = 182,
- EVT_INSPECT_ENTRY = 127,
- EVT_INVALID = 0,
- EVT_ITERATOR = 224,
- EVT_JOIN_DONE = 86,
- EVT_JOIN_PARTITIONS = 106,
- EVT_LIMBER_DONE = 76,
- EVT_LIST_CONT_CLASSES = 126,
- EVT_LIST_PARTITIONS = 133,
- EVT_LIST_SUBORDINATES = 125,
- EVT_LOCAL_REPLICA_CHANGE = 197,
- EVT_LOGIN = 100,
- EVT_LOGOUT = 102,
- EVT_LOST_ENTRY = 70,
- EVT_LOW_LEVEL_JOIN = 162,
- EVT_LOW_LEVEL_JOIN_BEGIN = 226,
- EVT_LOW_LEVEL_SPLIT = 185,
- EVT_LUMBER_DONE = 94,
- EVT_MAX_EVENTS = 243,
- EVT_MERGE_ENTRIES = 130,
- EVT_MERGE_TREE = 131,
- EVT_MODIFY_CLASS_DEF = 120,
- EVT_MODIFY_ENTRY = 169,
- EVT_MODIFY_RDN = 178,
- EVT_MOVE_DEST_ENTRY = 14,
- EVT_MOVE_ENTRY_DEST = 200,
- EVT_MOVE_ENTRY_SOURCE = 199,
- EVT_MOVE_SOURCE_ENTRY = 4,
- EVT_MOVE_SUBTREE = 59,
- EVT_MOVE_TREE = 149,
- EVT_MOVE_TREE_END = 83,
- EVT_MOVE_TREE_START = 82,
- EVT_MUTATE_ENTRY = 129,
- EVT_NAME_COLLISION = 90,
- EVT_NCP_RETRY_EXPENDED = 18,
- EVT_NEW_SCHEMA_EPOCH = 174,
- EVT_NLM_LOADED = 91,
- EVT_NOTIFY_REF_CHANGE = 201,
- EVT_NO_REPLICA_PTR = 60,
- EVT_OPEN_BINDERY = 171,
- EVT_PARTITION_LOCKED = 87,
- EVT_PARTITION_OPERATION_EVENT = 20,
- EVT_PARTITION_STATE_CHG = 160,
- EVT_PARTITION_UNLOCKED = 88,
- EVT_PRE_DELETE_ENTRY = 228,
- EVT_PURGE_END = 73,
- EVT_PURGE_ENTRY_FAIL = 71,
- EVT_PURGE_START = 72,
- EVT_READ_ATTR = 134,
- EVT_READ_REFERENCES = 135,
- EVT_RECV_REPLICA_UPDATES = 110,
- EVT_REFERRAL = 67,
- EVT_RELOAD_DS = 150,
- EVT_REMOTE_SERVER_DOWN = 17,
- EVT_REMOVE_ATTR_DEF = 117,
- EVT_REMOVE_BACKLINK = 161,
- EVT_REMOVE_CLASS_DEF = 118,
- EVT_REMOVE_ENTRY = 108,
- EVT_REMOVE_ENTRY_DIR = 122,
- EVT_REMOVE_REPLICA = 104,
- EVT_RENAME_ENTRY = 3,
- EVT_REPAIR_TIME_STAMPS = 111,
- EVT_REPLICA_IN_TRANSITION = 208,
- EVT_REQ_UPDATE_SERVER_STATUS = 216,
- EVT_RESEND_ENTRY = 128,
- EVT_RESET_DS_COUNTERS = 121,
- EVT_RESTORE_ENTRY = 115,
- EVT_SCHEMA_SYNC = 89,
- EVT_SEARCH = 159,
- EVT_SEND_REPLICA_UPDATES = 112,
- EVT_SERVER_ADDRESS_CHANGE = 98,
- EVT_SERVER_RENAME = 96,
- EVT_SET_BINDERY_CONTEXT = 9,
- EVT_SPLIT_DONE = 77,
- EVT_SPLIT_PARTITION = 105,
- EVT_START_JOIN = 144,
- EVT_START_UPDATE_REPLICA = 137,
- EVT_START_UPDATE_SCHEMA = 147,
- EVT_STATUS_LOG = 241,
- EVT_STREAM = 124,
- EVT_SYNC_IN_END = 61,
- EVT_SYNC_PARTITION = 139,
- EVT_SYNC_PART_END = 81,
- EVT_SYNC_PART_START = 80,
- EVT_SYNC_SCHEMA = 140,
- EVT_SYNC_SVR_OUT_END = 79,
- EVT_SYNC_SVR_OUT_START = 78,
- EVT_SYNTHETIC_TIME = 97,
- EVT_UPDATE_ATTR_DEF = 69,
- EVT_UPDATE_CLASS_DEF = 68,
- EVT_UPDATE_REPLICA = 136,
- EVT_UPDATE_SCHEMA = 146,
- EVT_UPDATE_SEV = 13,
- EVT_VERIFY_PASS = 113,
- EVT_VR_DRIVER_STATE_CHANGE = 215,
- }
- public partial class EventOids
- {
- public const string NLDAP_EVENT_NOTIFICATION = "2.16.840.1.113719.1.27.100.81";
- public const string NLDAP_FILTERED_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.84";
- public const string NLDAP_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.79";
- public const string NLDAP_MONITOR_EVENTS_RESPONSE = "2.16.840.1.113719.1.27.100.80";
- public EventOids() { }
- }
- public enum GeneralEventField
- {
- EVT_TAG_GEN_CURRPROC = 4,
- EVT_TAG_GEN_DSTIME = 1,
- EVT_TAG_GEN_INTEGERS = 6,
- EVT_TAG_GEN_MILLISEC = 2,
- EVT_TAG_GEN_PERP = 5,
- EVT_TAG_GEN_STRINGS = 7,
- EVT_TAG_GEN_VERB = 3,
- }
- public partial class MonitorEventRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MonitorEventRequest(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifiers) : base (default(string), default(sbyte[])) { }
- }
- public partial class MonitorEventResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier_list;
- public MonitorEventResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] SpecifierList { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir.EventData
-{
- public partial class BaseEdirEventData
- {
- protected System.IO.MemoryStream decodedData;
- protected Novell.Directory.Ldap.Asn1.LBERDecoder decoder;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventDataType event_data_type;
- public BaseEdirEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventDataType EventDataType { get { throw null; } }
- protected void DataInitDone() { }
- }
- public partial class BinderyObjectEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nEmuObjFlags;
- protected int nSecurity;
- protected int nType;
- protected string strEntryDN;
- protected string strName;
- public BinderyObjectEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int EmuObjFlags { get { throw null; } }
- public string EntryDN { get { throw null; } }
- public string Name { get { throw null; } }
- public int Security { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChangeAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int address_family;
- protected int nFlags;
- protected int nProto;
- protected string pstk_name;
- protected string source_module;
- protected string strAddress;
- public ChangeAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Address { get { throw null; } }
- public int AddressFamily { get { throw null; } }
- public int Flags { get { throw null; } }
- public int Proto { get { throw null; } }
- public string PstkName { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int new_flags;
- protected int old_flags;
- protected string source_module;
- protected string strConnectionDN;
- public ConnectionStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public int NewFlags { get { throw null; } }
- public int OldFlags { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int ds_time;
- protected int milli_seconds;
- protected int nVerb;
- protected System.Collections.ArrayList parameter_collection;
- protected int parameter_count;
- protected string strFormatString;
- protected string strPerpetratorDN;
- public DebugEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int DSTime { get { throw null; } }
- public string FormatString { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public int ParameterCount { get { throw null; } }
- public System.Collections.ArrayList Parameters { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugParameter
- {
- protected Novell.Directory.Ldap.Events.Edir.DebugParameterType debug_type;
- protected object objData;
- public DebugParameter(Novell.Directory.Ldap.Asn1.Asn1Tagged dseObject) { }
- public object Data { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DebugParameterType DebugType { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EntryEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected int nVerb;
- protected string strClassId;
- protected string strEntry;
- protected string strNewDN;
- protected string strPerpetratorDN;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public EntryEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ClassId { get { throw null; } }
- public string Entry { get { throw null; } }
- public int Flags { get { throw null; } }
- public string NewDN { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class GeneralDSEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int current_process;
- protected int ds_time;
- protected int[] integer_values;
- protected int milli_seconds;
- protected int nVerb;
- protected string[] string_values;
- protected string strPerpetratorDN;
- public GeneralDSEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int CurrentProcess { get { throw null; } }
- public int DSTime { get { throw null; } }
- public int[] IntegerValues { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string[] StringValues { get { throw null; } }
- public int Verb { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected string getTaggedStringValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ModuleStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected string strConnectionDN;
- protected string strDescription;
- protected string strName;
- protected string strSource;
- public ModuleStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public string Description { get { throw null; } }
- public int Flags { get { throw null; } }
- public string Name { get { throw null; } }
- public string Source { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class NetworkAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nType;
- protected string strData;
- public NetworkAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Data { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ReferralAddress
- {
- protected int address_type;
- protected string strAddress;
- public ReferralAddress(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public string Address { get { throw null; } }
- public int AddressType { get { throw null; } }
- }
- public partial class SecurityEquivalenceEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int referral_count;
- protected System.Collections.ArrayList referral_list;
- protected int retry_count;
- protected string strEntryDN;
- protected string strValueDN;
- public SecurityEquivalenceEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string EntryDN { get { throw null; } }
- public int ReferralCount { get { throw null; } }
- public System.Collections.ArrayList ReferralList { get { throw null; } }
- public int RetryCount { get { throw null; } }
- public string ValueDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ValueEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected byte[] binData;
- protected int nVerb;
- protected string strAttribute;
- protected string strClassId;
- protected string strData;
- protected string strEntry;
- protected string strPerpetratorDN;
- protected string strSyntax;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public ValueEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Attribute { get { throw null; } }
- public byte[] BinaryData { get { throw null; } }
- public string ClassId { get { throw null; } }
- public string Data { get { throw null; } }
- public string Entry { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string Syntax { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Extensions
-{
- public partial class AbortPartitionOperationRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AbortPartitionOperationRequest(string partitionDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class AddReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AddReplicaRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class BackupRestoreConstants
- {
- public const string NLDAP_LDAP_BACKUP_REQUEST = "2.16.840.1.113719.1.27.100.96";
- public const string NLDAP_LDAP_BACKUP_RESPONSE = "2.16.840.1.113719.1.27.100.97";
- public const string NLDAP_LDAP_RESTORE_REQUEST = "2.16.840.1.113719.1.27.100.98";
- public const string NLDAP_LDAP_RESTORE_RESPONSE = "2.16.840.1.113719.1.27.100.99";
- public BackupRestoreConstants() { }
- }
- public partial class ChangeReplicaTypeRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ChangeReplicaTypeRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetBindDNRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetBindDNResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string Identity { get { throw null; } }
- }
- public partial class GetEffectivePrivilegesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetEffectivePrivilegesRequest(string dn, string trusteeDN, string attrName) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetEffectivePrivilegesResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetEffectivePrivilegesResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Privileges { get { throw null; } }
- }
- public partial class GetReplicaInfoRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicaInfoRequest(string serverDN, string partitionDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicaInfoResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicaInfoResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int getflags() { throw null; }
- public virtual int getlocalPartitionID() { throw null; }
- public virtual int getmodificationTime() { throw null; }
- public virtual string getpartitionDN() { throw null; }
- public virtual int getpartitionID() { throw null; }
- public virtual int getpurgeTime() { throw null; }
- public virtual int getreplicaState() { throw null; }
- public virtual int getreplicaType() { throw null; }
- }
- public partial class GetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicationFilterRequest(string serverDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicationFilterResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicationFilterResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[][] ReplicationFilter { get { throw null; } }
- }
- public partial class LdapBackupRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapBackupRequest(string objectDN, byte[] passwd, string stateInfo) : base (default(string), default(sbyte[])) { }
- }
- public partial class LdapBackupResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public LdapBackupResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public int getBufferLength() { throw null; }
- public string getChunkSizesString() { throw null; }
- public byte[] getReturnedBuffer() { throw null; }
- public string getStatusInfo() { throw null; }
- }
- public partial class LdapRestoreRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapRestoreRequest(string objectDN, byte[] passwd, int bufferLength, string chunkSizesString, byte[] returnedBuffer) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ListReplicasRequest(string serverName) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public ListReplicasResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] ReplicaList { get { throw null; } }
- }
- public partial class MergePartitionsRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MergePartitionsRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class NamingContextConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public NamingContextConstants() { }
- }
- public partial class PartitionEntryCountRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionEntryCountRequest(string dn) : base (default(string), default(sbyte[])) { }
- }
- public partial class PartitionEntryCountResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public PartitionEntryCountResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Count { get { throw null; } }
- }
- public partial class PartitionSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionSyncRequest(string serverName, string partitionRoot, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReceiveAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ReceiveAllUpdatesRequest(string partitionRoot, string toServerDN, string fromServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class RefreshLdapServerRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RefreshLdapServerRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveReplicaRequest(string dn, string serverDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReplicationConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public ReplicationConstants() { }
- }
- public partial class SchemaSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SchemaSyncRequest(string serverName, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class SendAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SendAllUpdatesRequest(string partitionRoot, string origServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class SetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SetReplicationFilterRequest(string serverDN, string[][] replicationFilter) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitPartitionRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class TriggerBackgroundProcessRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public const int Ldap_BK_PROCESS_BKLINKER = 1;
- public const int Ldap_BK_PROCESS_JANITOR = 2;
- public const int Ldap_BK_PROCESS_LIMBER = 3;
- public const int Ldap_BK_PROCESS_PART_PURGE = 6;
- public const int Ldap_BK_PROCESS_SCHEMA_SYNC = 5;
- public const int Ldap_BK_PROCESS_SKULKER = 4;
- public TriggerBackgroundProcessRequest(int processID) : base (default(string), default(sbyte[])) { }
- }
-}
-namespace Novell.Directory.Ldap.Rfc2251
-{
- public partial class RfcAddRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcAddRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeList attributes) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeList Attributes { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcAddResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcAssertionValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAssertionValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeDescription : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeDescription(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(string)) { }
- public RfcAttributeDescription(string s) : base (default(string)) { }
- }
- public partial class RfcAttributeDescriptionList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeDescriptionList(int size) { }
- public RfcAttributeDescriptionList(string[] attrs) { }
- }
- public partial class RfcAttributeList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeList(int size) { }
- }
- public partial class RfcAttributeTypeAndValues : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeTypeAndValues(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SetOf vals) { }
- }
- public partial class RfcAttributeValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- public RfcAttributeValue(string value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeValueAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeValueAssertion(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription ad, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue av) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- }
- public partial class RfcAuthenticationChoice : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public RfcAuthenticationChoice(Novell.Directory.Ldap.Asn1.Asn1Tagged choice) { }
- [System.CLSCompliantAttribute(false)]
- public RfcAuthenticationChoice(string mechanism, sbyte[] credentials) { }
- }
- public partial class RfcBindRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcBindRequest(Novell.Directory.Ldap.Asn1.Asn1Integer version, Novell.Directory.Ldap.Rfc2251.RfcLdapDN name, Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice auth) { }
- [System.CLSCompliantAttribute(false)]
- public RfcBindRequest(int version, string dn, string mechanism, sbyte[] credentials) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice AuthenticationChoice { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapDN Name { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Integer Version { get { throw null; } set { } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcBindResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- [System.CLSCompliantAttribute(false)]
- public RfcBindResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ServerSaslCreds { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcCompareRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcCompareRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion ava) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion AttributeValueAssertion { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcCompareResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcControl : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Sequence seqObj) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, Novell.Directory.Ldap.Asn1.Asn1OctetString controlValue) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlType { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlValue { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
- }
- public partial class RfcControls : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public const int CONTROLS = 0;
- public RfcControls() { }
- [System.CLSCompliantAttribute(false)]
- public RfcControls(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public void add(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- }
- public partial class RfcDelRequest : Novell.Directory.Ldap.Rfc2251.RfcLdapDN, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelRequest(sbyte[] dn) : base (default(string)) { }
- public RfcDelRequest(string dn) : base (default(string)) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcDelResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcExtendedRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public const int REQUEST_NAME = 0;
- public const int REQUEST_VALUE = 1;
- public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName, Novell.Directory.Ldap.Asn1.Asn1OctetString requestValue) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcExtendedResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int RESPONSE = 11;
- public const int RESPONSE_NAME = 10;
- [System.CLSCompliantAttribute(false)]
- public RfcExtendedResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString Response { get { throw null; } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapOID ResponseName { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcFilter : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public RfcFilter() { }
- public RfcFilter(string filter) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addExtensibleMatch(string matchingRule, string attrName, sbyte[] value_Renamed, bool useDNMatching) { }
- public virtual void addPresent(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addSubstring(int type, sbyte[] value_Renamed) { }
- public virtual void endNestedFilter(int rfcType) { }
- public virtual void endSubstrings() { }
- public virtual string filterToString() { throw null; }
- public virtual System.Collections.IEnumerator getFilterIterator() { throw null; }
- public virtual void startNestedFilter(int rfcType) { }
- public virtual void startSubstrings(string attrName) { }
- }
- public partial class RfcIntermediateResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int TAG_RESPONSE = 1;
- public const int TAG_RESPONSE_NAME = 0;
- [System.CLSCompliantAttribute(false)]
- public RfcIntermediateResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1OctetString getResponse() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapOID getResponseName() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapDN(sbyte[] s) : base (default(string)) { }
- public RfcLdapDN(string s) : base (default(string)) { }
- }
- public partial class RfcLdapMessage : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcControls Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual string RequestDN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage RequestingMessage { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object Response { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public object dupMessage(string dn, string filter, bool reference) { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest getRequest() { throw null; }
- public virtual bool isRequest() { throw null; }
- }
- public partial class RfcLdapOID : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapOID(sbyte[] s) : base (default(sbyte[])) { }
- public RfcLdapOID(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapResult : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int REFERRAL = 3;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapString : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(sbyte[])) { }
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(sbyte[] ba) : base (default(sbyte[])) { }
- public RfcLdapString(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapSuperDN : Novell.Directory.Ldap.Asn1.Asn1Tagged
- {
- protected static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public static readonly int TAG;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapSuperDN(sbyte[] ba) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public RfcLdapSuperDN(string s) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class RfcMatchingRuleAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue) { }
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleId matchingRule, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) { }
- }
- public partial class RfcMatchingRuleId : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcMatchingRuleId(string s) : base (default(string)) { }
- }
- public partial class RfcModifyDNRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) { }
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn, Novell.Directory.Ldap.Rfc2251.RfcLdapSuperDN newSuperior) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyDNResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcModifyRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN object_Renamed, Novell.Directory.Ldap.Asn1.Asn1SequenceOf modification) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1SequenceOf Modifications { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcReferral : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcReferral(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- }
- public partial class RfcRelativeLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcRelativeLdapDN(string s) : base (default(string)) { }
- }
- public partial interface RfcRequest
- {
- Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool reference);
- string getRequestDN();
- }
- public partial interface RfcResponse
- {
- Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage();
- Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN();
- Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral();
- Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode();
- }
- public partial class RfcSaslCredentials : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism) { }
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism, Novell.Directory.Ldap.Asn1.Asn1OctetString credentials) { }
- }
- public partial class RfcSearchRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcSearchRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN baseObject, Novell.Directory.Ldap.Asn1.Asn1Enumerated scope, Novell.Directory.Ldap.Asn1.Asn1Enumerated derefAliases, Novell.Directory.Ldap.Asn1.Asn1Integer sizeLimit, Novell.Directory.Ldap.Asn1.Asn1Integer timeLimit, Novell.Directory.Ldap.Asn1.Asn1Boolean typesOnly, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescriptionList attributes) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcSearchResultDone : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultEntry : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultEntry(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Sequence Attributes { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ObjectName { get { throw null; } }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultReference : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultReference(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSubstringFilter : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSubstringFilter(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SequenceOf substrings) { }
- }
- public partial class RfcUnbindRequest : Novell.Directory.Ldap.Asn1.Asn1Null, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcUnbindRequest() { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Utilclass
-{
- public partial class ArrayEnumeration : System.Collections.IEnumerator
- {
- public ArrayEnumeration(object[] eArray) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class AttributeQualifier
- {
- public AttributeQualifier(string name, string[] value_Renamed) { }
- public virtual string Name { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- }
- public partial class Base64
- {
- internal Base64() { }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(char[] encodedChars) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(string encodedString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(System.Text.StringBuilder encodedSBuf, int start, int end) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string encode(sbyte[] inputBytes) { throw null; }
- public static string encode(string inputString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isLDIFSafe(sbyte[] bytes) { throw null; }
- public static bool isLDIFSafe(string str) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isValidUTF8(sbyte[] array, bool isUCS2Only) { throw null; }
- }
- public partial class BindProperties
- {
- public BindProperties(int version, string dn, string method, bool anonymous, System.Collections.Hashtable bindProperties, object bindCallbackHandler) { }
- public virtual bool Anonymous { get { throw null; } }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual System.Collections.Hashtable SaslBindProperties { get { throw null; } }
- public virtual object SaslCallbackHandler { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.SerializableAttribute]
- public enum CharacterTypes : sbyte
- {
- ALPHABETIC = (sbyte)4,
- COMMENTCHAR = (sbyte)16,
- NUMERIC = (sbyte)2,
- STRINGQUOTE = (sbyte)8,
- WHITESPACE = (sbyte)1,
- }
- public partial class DN
- {
- public DN() { }
- public DN(string dnString) { }
- public virtual Novell.Directory.Ldap.Utilclass.DN Parent { get { throw null; } }
- public virtual System.Collections.ArrayList RDNs { get { throw null; } }
- public virtual void addRDN(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToBack(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToFront(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual int countRDNs() { throw null; }
- public bool Equals(Novell.Directory.Ldap.Utilclass.DN toDN) { throw null; }
- public override bool Equals(object toDN) { throw null; }
- public virtual string[] explodeDN(bool noTypes) { throw null; }
- public System.Collections.ArrayList getrdnList() { throw null; }
- public virtual bool isDescendantOf(Novell.Directory.Ldap.Utilclass.DN containerDN) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EnumeratedIterator : System.Collections.IEnumerator
- {
- public EnumeratedIterator(System.Collections.IEnumerator iterator) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class ExceptionMessages : System.Resources.ResourceManager
- {
- public const string CANNOT_BIND = "CANNOT_BIND";
- public const string CONNECTION_CLOSED = "CONNECTION_CLOSED";
- public const string CONNECTION_ERROR = "CONNECTION_ERROR";
- public const string CONNECTION_FINALIZED = "CONNECTION_FINALIZED";
- public const string CONNECTION_IMPOSSIBLE = "CONNECTION_IMPOSSIBLE";
- public const string CONNECTION_READER = "CONNECTION_READER";
- public const string CONNECTION_WAIT = "CONNECTION_WAIT";
- public const string DECODING_ERROR = "DECODING_ERROR";
- public const string DN_PARAM_ERROR = "DN_PARAM_ERROR";
- public const string DUP_ERROR = "DUP_ERROR";
- public const string ENCODING_ERROR = "ENCODING_ERROR";
- public const string ENTRY_PARAM_ERROR = "ENTRY_PARAM_ERROR";
- public const string EXPECTING_LEFT_PAREN = "EXPECTING_LEFT_PAREN";
- public const string EXPECTING_RIGHT_PAREN = "EXPECTING_RIGHT_PAREN";
- public const string FAILED_REFERRAL = "FAILED_REFERRAL";
- public const string IMPROPER_REFERRAL = "IMPROPER_REFERRAL";
- public const string INVALID_ADDRESS = "INVALID_ADDRESS";
- public const string INVALID_CHAR_IN_DESCR = "INVALID_CHAR_IN_DESCR";
- public const string INVALID_CHAR_IN_FILTER = "INVALID_CHAR_IN_FILTER";
- public const string INVALID_ESCAPE = "INVALID_ESCAPE";
- public const string INVALID_ESC_IN_DESCR = "INVALID_ESC_IN_DESCR";
- public const string INVALID_FILTER_COMPARISON = "INVALID_FILTER_COMPARISON";
- public const string IO_EXCEPTION = "IO_EXCEPTION";
- public const string MATCHED_DN = "MATCHED_DN";
- public const string MISSING_LEFT_PAREN = "MISSING_LEFT_PAREN";
- public const string MISSING_RIGHT_PAREN = "MISSING_RIGHT_PAREN";
- public const string MULTIPLE_SCHEMA = "MULTIPLE_SCHEMA";
- public const string NOT_AN_ATTRIBUTE = "NOT_AN_ATTRIBUTE";
- public const string NOT_IMPLEMENTED = "NOT_IMPLEMENTED";
- public const string NO_ATTRIBUTE_NAME = "NO_ATTRIBUTE_NAME";
- public const string NO_DN_NOR_MATCHING_RULE = "NO_DN_NOR_MATCHING_RULE";
- public const string NO_DUP_REQUEST = "NO_DUP_REQUEST";
- public const string NO_MATCHING_RULE = "NO_MATCHING_RULE";
- public const string NO_MEMORY = "NO_MEMORY";
- public const string NO_OPTION = "NO_OPTION";
- public const string NO_SCHEMA = "NO_SCHEMA";
- public const string NO_STARTTLS = "NO_STARTTLS";
- public const string NO_SUP_PROPERTY = "NO_SUP_PROPERTY";
- public const string NO_TLS_FACTORY = "NO_TLS_FACTORY";
- public const string OP_PARAM_ERROR = "OP_PARAM_ERROR";
- public const string OUTSTANDING_OPERATIONS = "OUTSTANDING_OPERATIONS";
- public const string PARAM_ERROR = "PARAM_ERROR";
- public const string RDN_PARAM_ERROR = "RDN_PARAM_ERROR";
- public const string READ_MULTIPLE = "READ_MULTIPLE";
- public const string REFERENCE_ERROR = "REFERENCE_ERROR";
- public const string REFERENCE_NOFOLLOW = "REFERENCE_NOFOLLOW";
- public const string REFERRAL_BIND = "REFERRAL_BIND";
- public const string REFERRAL_BIND_MATCH = "REFERRAL_BIND_MATCH";
- public const string REFERRAL_ERROR = "REFERRAL_ERROR";
- public const string REFERRAL_ITEM = "REFERRAL_ITEM";
- public const string REFERRAL_LOCAL = "REFERRAL_LOCAL";
- public const string REFERRAL_SEND = "REFERRAL_SEND";
- public const string SERVER_CONNECT_ERROR = "SERVER_CONNECT_ERROR";
- public const string SERVER_MSG = "SERVER_MSG";
- public const string SERVER_SHUTDOWN_REQ = "SERVER_SHUTDOWN_REQ";
- public const string SHORT_ESCAPE = "SHORT_ESCAPE";
- public const string SSL_PROVIDER_MISSING = "SSL_PROVIDER_MISSING";
- public const string STOPTLS_ERROR = "STOPTLS_ERROR";
- [System.CLSCompliantAttribute(false)]
- public const string TOSTRING = "TOSTRING";
- public const string UNEQUAL_LENGTHS = "UNEQUAL_LENGTHS";
- public const string UNEXPECTED_END = "UNEXPECTED_END";
- public const string UNKNOWN_RESULT = "UNKNOWN_RESULT";
- public const string WRONG_FACTORY = "WRONG_FACTORY";
- public ExceptionMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class ExtResponseFactory
- {
- public ExtResponseFactory() { }
- public static Novell.Directory.Ldap.LdapExtendedResponse convertToExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class IntermediateResponseFactory
- {
- public IntermediateResponseFactory() { }
- public static Novell.Directory.Ldap.LdapIntermediateResponse convertToIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class RDN
- {
- public RDN() { }
- public RDN(string rdn) { }
- public virtual bool Multivalued { get { throw null; } }
- protected internal virtual string RawValue { get { throw null; } }
- public virtual string Type { get { throw null; } }
- public virtual string[] Types { get { throw null; } }
- public virtual string Value { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- public virtual void add(string attrType, string attrValue, string rawValue) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool equals(Novell.Directory.Ldap.Utilclass.RDN rdn) { throw null; }
- public virtual string[] explodeRDN(bool noTypes) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(bool noTypes) { throw null; }
- }
- public partial class ReferralInfo
- {
- public ReferralInfo(Novell.Directory.Ldap.LdapConnection lc, string[] refList, Novell.Directory.Ldap.LdapUrl refUrl) { }
- public virtual Novell.Directory.Ldap.LdapConnection ReferralConnection { get { throw null; } }
- public virtual string[] ReferralList { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapUrl ReferralUrl { get { throw null; } }
- }
- public partial class ResourcesHandler
- {
- internal ResourcesHandler() { }
- public static string getMessage(string messageOrKey, object[] arguments) { throw null; }
- public static string getMessage(string messageOrKey, object[] arguments, System.Globalization.CultureInfo locale) { throw null; }
- public static string getResultString(int code) { throw null; }
- public static string getResultString(int code, System.Globalization.CultureInfo locale) { throw null; }
- }
- public partial class RespControlVector : System.Collections.ArrayList
- {
- public RespControlVector(int cap, int incr) { }
- public System.Type findResponseControl(string searchOID) { throw null; }
- public void registerResponseControl(string oid, System.Type controlClass) { }
- }
- public partial class RespExtensionSet : SupportClass.AbstractSetSupport
- {
- public RespExtensionSet() { }
- public override int Count { get { throw null; } }
- public System.Type findResponseExtension(string searchOID) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public void registerResponseExtension(string oid, System.Type extClass) { }
- }
- public partial class ResultCodeMessages : System.Resources.ResourceManager
- {
- public ResultCodeMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class SchemaParser
- {
- public SchemaParser(string aString) { }
- public virtual string[] Applies { get { throw null; } }
- public virtual string[] Auxiliary { get { throw null; } }
- public virtual bool Collective { get { throw null; } }
- public virtual string Description { get { throw null; } }
- public virtual string Equality { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string NameForm { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual string ObjectClass { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual string[] Optional { get { throw null; } }
- public virtual string Ordering { get { throw null; } }
- public virtual string[] Precluded { get { throw null; } }
- public virtual System.Collections.IEnumerator Qualifiers { get { throw null; } }
- public virtual string RawString { get { throw null; } set { } }
- public virtual string[] Required { get { throw null; } }
- public virtual bool Single { get { throw null; } }
- public virtual string Substring { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual string Syntax { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserMod { get { throw null; } }
- }
- public partial class SchemaTokenCreator
- {
- public int lastttype;
- public double NumberValue;
- public string StringValue;
- public SchemaTokenCreator(System.IO.Stream instream) { }
- public SchemaTokenCreator(System.IO.StreamReader r) { }
- public SchemaTokenCreator(System.IO.StringReader r) { }
- public int CurrentLine { get { throw null; } }
- public void CommentCharacter(int ch) { }
- public void InitTable() { }
- public int nextToken() { throw null; }
- public void OrdinaryCharacter(int ch) { }
- public void OrdinaryCharacters(int min, int max) { }
- public void parseNumbers() { }
- public void pushBack() { }
- public void QuoteCharacter(int ch) { }
- public string ToStringValue() { throw null; }
- public void WhitespaceCharacters(int min, int max) { }
- public void WordCharacters(int min, int max) { }
- }
- [System.SerializableAttribute]
- public enum TokenTypes
- {
- EOF = -1,
- EOL = 10,
- NUMBER = -2,
- REAL = -4,
- STRING = -5,
- WORD = -3,
- }
-}
diff --git a/src/v4.5/PEAPI.cs b/src/v4.5/PEAPI.cs
deleted file mode 100644
index 4cacced..0000000
--- a/src/v4.5/PEAPI.cs
+++ /dev/null
@@ -1,1224 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace PEAPI
-{
- public partial class AddressConstant : PEAPI.DataConstant
- {
- public AddressConstant(PEAPI.DataConstant dConst) { }
- }
- public abstract partial class Array : PEAPI.Type
- {
- internal Array() { }
- protected string cname;
- protected string cnameSpace;
- protected PEAPI.Type elemType;
- protected PEAPI.MetaData metaData;
- }
- public partial class ArrayConstant : PEAPI.DataConstant
- {
- public ArrayConstant(PEAPI.DataConstant[] dVals) { }
- public System.Nullable<int> ExplicitSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public enum AssemAttr
- {
- DisableJITCompileOptimizer = 16384,
- EnableJITCompileTracking = 32768,
- Retargetable = 256,
- }
- public partial class Assembly : PEAPI.ResolutionScope
- {
- internal Assembly() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public void AddAssemblyInfo(int majVer, int minVer, int bldNo, int revNo, byte[] key, uint hash, string cult) { }
- }
- public partial class AssemblyRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal AssemblyRef() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public virtual PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public void AddCulture(string cult) { }
- public void AddHash(byte[] hash) { }
- public void AddKey(byte[] key) { }
- public void AddKeyToken(byte[] key) { }
- public virtual PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public void AddVersionInfo(int majVer, int minVer, int bldNo, int revNo) { }
- }
- public abstract partial class BaseDeclSecurity : PEAPI.MetaDataElement
- {
- internal BaseDeclSecurity() { }
- }
- public partial class BoolConst : PEAPI.DataConstant
- {
- public BoolConst(bool val) { }
- }
- public partial class BoundArray : PEAPI.Array
- {
- public BoundArray(PEAPI.Type elementType, uint dimensions) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] size) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] loBounds, int[] sizes) { }
- }
- public enum BranchOp
- {
- beq = 59,
- beq_s = 46,
- bge = 60,
- bge_s = 47,
- bge_un = 65,
- bge_un_s = 52,
- bgt = 61,
- bgt_s = 48,
- bgt_un = 66,
- bgt_un_s = 53,
- ble = 62,
- ble_s = 49,
- ble_un = 67,
- ble_un_s = 54,
- blt = 63,
- blt_s = 50,
- blt_un = 68,
- blt_un_s = 55,
- bne_un = 64,
- bne_un_s = 51,
- br = 56,
- brfalse = 57,
- brfalse_s = 44,
- brtrue = 58,
- brtrue_s = 45,
- br_s = 43,
- leave = 221,
- leave_s = 222,
- }
- public partial class ByteArrConst : PEAPI.DataConstant
- {
- public ByteArrConst(byte[] val) { }
- public PEAPI.Type Type { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum CallConv
- {
- Cdecl = 1,
- Default = 0,
- Fastcall = 4,
- Generic = 16,
- Instance = 32,
- InstanceExplicit = 96,
- Stdcall = 2,
- Thiscall = 3,
- Vararg = 5,
- }
- public partial class CalliSig : PEAPI.Signature
- {
- public CalliSig(PEAPI.CallConv cconv, PEAPI.Type retType, PEAPI.Type[] pars) { }
- public void AddCallingConv(PEAPI.CallConv cconv) { }
- public void AddVarArgs(PEAPI.Type[] optPars) { }
- }
- public partial class Catch : PEAPI.HandlerBlock
- {
- public Catch(PEAPI.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public Catch(PEAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class CharConst : PEAPI.Constant
- {
- public CharConst(char val) { }
- }
- public partial class CILInstructions
- {
- internal CILInstructions() { }
- public uint Offset { get { throw null; } }
- public void AddTryBlock(PEAPI.TryBlock tryBlock) { }
- public void Branch(PEAPI.BranchOp inst, PEAPI.CILLabel lab) { }
- public void calli(PEAPI.CalliSig sig) { }
- public void CodeLabel(PEAPI.CILLabel lab) { }
- public void emitbyte(byte bVal) { }
- public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { }
- public void EndFaultBlock(PEAPI.TryBlock tryBlock) { }
- public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { }
- public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { }
- public PEAPI.TryBlock EndTryBlock() { throw null; }
- public void FieldInst(PEAPI.FieldOp inst, PEAPI.Field f) { }
- public void Inst(PEAPI.Op inst) { }
- public void IntInst(PEAPI.IntOp inst, int val) { }
- public void ldc_i8(long cVal) { }
- public void ldc_r4(float cVal) { }
- public void ldc_r8(double cVal) { }
- public void ldstr(byte[] str) { }
- public void ldstr(string str) { }
- public void LoadArg(int argNo) { }
- public void LoadArgAdr(int argNo) { }
- public void LoadLocal(int locNo) { }
- public void LoadLocalAdr(int locNo) { }
- public void MethInst(PEAPI.MethodOp inst, PEAPI.Method m) { }
- public PEAPI.CILLabel NewCodedLabel() { throw null; }
- public PEAPI.CILLabel NewLabel() { throw null; }
- public void PushFalse() { }
- public void PushInt(int i) { }
- public void PushLong(long l) { }
- public void PushTrue() { }
- public void StartBlock() { }
- public void StoreArg(int argNo) { }
- public void StoreLocal(int locNo) { }
- public void Switch(PEAPI.CILLabel[] labs) { }
- public void TypeInst(PEAPI.TypeOp inst, PEAPI.Type aType) { }
- }
- public partial class CILLabel
- {
- public CILLabel(uint offset) { }
- public CILLabel(uint offset, bool absolute) { }
- }
- public abstract partial class Class : PEAPI.Type
- {
- internal Class() { }
- public string name;
- protected uint nameIx;
- public string nameSpace;
- protected uint nameSpaceIx;
- protected int row;
- protected PEAPI.MetaData _metaData;
- }
- public partial class ClassDef : PEAPI.Class
- {
- internal ClassDef() { }
- public void AddAttribute(PEAPI.TypeAttr ta) { }
- public PEAPI.Event AddEvent(string name, PEAPI.Type eType) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr fAtts, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplementedInterface(PEAPI.Class iFace) { }
- public void AddLayoutInfo(int packSize, int classSize) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public void AddMethodOverride(PEAPI.Method decl, PEAPI.Method body) { }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class sType) { throw null; }
- public PEAPI.Property AddProperty(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public void AddSecurity(byte[] permissionSet) { }
- public static bool IsEnum(PEAPI.Class type) { throw null; }
- public static bool IsEnum(string nsName, string name) { throw null; }
- public static bool IsValueType(PEAPI.Class type) { throw null; }
- public static bool IsValueType(string nsName, string name) { throw null; }
- public void SetFieldOrder(System.Collections.ArrayList fields) { }
- public void SpecialNoSuper() { }
- }
- public partial class ClassRef : PEAPI.Class, PEAPI.IExternRef, PEAPI.IResolutionScope
- {
- internal ClassRef() { }
- protected PEAPI.MetaData metaData;
- protected PEAPI.IResolutionScope parent;
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- }
- public partial class ClassRefInst : PEAPI.Type
- {
- public ClassRefInst(PEAPI.Type type, bool is_value) { }
- }
- public partial class ClassType : PEAPI.Constant
- {
- public ClassType(PEAPI.Class classDesc) { }
- public ClassType(string className) { }
- }
- public abstract partial class CodeBlock
- {
- protected PEAPI.CILLabel end;
- protected bool small;
- protected PEAPI.CILLabel start;
- public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { }
- }
- public abstract partial class Constant
- {
- internal Constant() { }
- protected bool addedToBlobHeap;
- protected uint blobIndex;
- protected uint size;
- protected PEAPI.Type type;
- }
- public enum CorFlags
- {
- CF_32_BITREQUIRED = 2,
- CF_IL_ONLY = 1,
- CF_STRONGNAMESIGNED = 8,
- CF_TRACKDEBUGDATA = 65536,
- }
- public partial class CustomAttribute : PEAPI.MetaDataElement
- {
- internal CustomAttribute() { }
- public void AddFieldOrProp(string name, PEAPI.Constant val) { }
- }
- public partial class CustomMarshaller : PEAPI.NativeType
- {
- public CustomMarshaller(string marshallerName, string optCookie) { }
- public CustomMarshaller(string typeNameOrGUID, string marshallerName, string optCookie) { }
- }
- public partial class CustomModifiedType : PEAPI.Type
- {
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.Class cmodType) { }
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.PrimitiveTypeRef cmodType) { }
- }
- public enum CustomModifier
- {
- modopt = 32,
- modreq = 31,
- }
- public abstract partial class DataConstant : PEAPI.Constant
- {
- internal DataConstant() { }
- public uint DataOffset { get { throw null; } set { } }
- }
- public enum DataSegment
- {
- CIL = 2,
- Data = 0,
- TLS = 1,
- }
- public partial class DeclSecurity : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity() { }
- }
- public partial class DeclSecurity_20 : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity_20() { }
- }
- public partial class DoubleConst : PEAPI.DataConstant
- {
- public DoubleConst(double val) { }
- }
- public partial class Event : PEAPI.Feature
- {
- internal Event() { }
- public void AddAddon(PEAPI.MethodDef addon) { }
- public void AddFire(PEAPI.MethodDef fire) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddRemoveOn(PEAPI.MethodDef removeOn) { }
- }
- public partial class ExternClassRef : PEAPI.ClassRef
- {
- internal ExternClassRef() { }
- public PEAPI.ClassRef AddNestedClass(PEAPI.TypeAttr attrs, string name) { throw null; }
- }
- public partial class Fault : PEAPI.HandlerBlock
- {
- public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Feature : PEAPI.MetaDataElement
- {
- internal Feature() { }
- protected ushort flags;
- protected PEAPI.MethodSemantics[] methods;
- protected string name;
- protected uint nameIx;
- protected PEAPI.ClassDef parent;
- protected int tide;
- public void SetRTSpecialName() { }
- public void SetSpecialName() { }
- }
- public abstract partial class Field : PEAPI.Member
- {
- internal Field() { }
- protected static readonly byte FieldSig;
- protected PEAPI.Type type;
- }
- public enum FieldAttr
- {
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- HasFieldMarshal = 4096,
- Initonly = 32,
- Literal = 64,
- Notserialized = 128,
- Private = 1,
- Public = 6,
- PublicStatic = 22,
- RTSpecialName = 1024,
- SpecialName = 512,
- Static = 16,
- }
- public partial class FieldDef : PEAPI.Field
- {
- internal FieldDef() { }
- public void AddDataValue(PEAPI.DataConstant val) { }
- public void AddFieldAttr(PEAPI.FieldAttr fa) { }
- public void AddValue(PEAPI.Constant val) { }
- public void SetMarshalInfo(PEAPI.NativeType marshallType) { }
- public void SetOffset(uint offs) { }
- }
- public partial class FieldLayout : PEAPI.MetaDataElement
- {
- internal FieldLayout() { }
- }
- public partial class FieldMarshal : PEAPI.MetaDataElement
- {
- internal FieldMarshal() { }
- }
- public enum FieldOp
- {
- ldfld = 123,
- ldflda = 124,
- ldsfld = 126,
- ldsflda = 127,
- ldtoken = 208,
- stfld = 125,
- stsfld = 128,
- }
- public partial class FieldRef : PEAPI.Field
- {
- internal FieldRef() { }
- }
- public partial class FieldRVA : PEAPI.MetaDataElement
- {
- internal FieldRVA() { }
- }
- public partial class FileRef : PEAPI.MetaDataElement
- {
- internal FileRef() { }
- protected string name;
- }
- public partial class Filter : PEAPI.HandlerBlock
- {
- public Filter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Finally : PEAPI.HandlerBlock
- {
- public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class FixedArray : PEAPI.NativeType
- {
- public FixedArray(int numElems) { }
- }
- public partial class FixedSysString : PEAPI.NativeType
- {
- public FixedSysString(uint size) { }
- }
- public partial class FloatConst : PEAPI.DataConstant
- {
- public FloatConst(float val) { }
- }
- public partial class GenericMethodSig
- {
- public GenericMethodSig(PEAPI.Type[] gen_param) { }
- }
- [System.FlagsAttribute]
- public enum GenericParamAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstrait = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public partial class GenericParameter : PEAPI.MetaDataElement
- {
- internal GenericParameter() { }
- public string name;
- public void AddConstraint(PEAPI.Type constraint) { }
- }
- public partial class GenericTypeInst : PEAPI.Class
- {
- public GenericTypeInst(PEAPI.Type gen_type, PEAPI.Type[] gen_param) { }
- }
- public partial class GenParam : PEAPI.Class
- {
- public GenParam(int index, string name, PEAPI.GenParamType ptype) { }
- public int Index { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public PEAPI.GenParamType Type { get { throw null; } }
- }
- public enum GenParamType : byte
- {
- MVar = (byte)30,
- Var = (byte)19,
- }
- public abstract partial class HandlerBlock : PEAPI.CodeBlock
- {
- protected static readonly short ExceptionFlag;
- protected static readonly short FaultFlag;
- protected static readonly short FilterFlag;
- protected static readonly short FinallyFlag;
- public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public enum HashAlgorithm
- {
- None = 0,
- SHA1 = 1,
- }
- public partial class Hex
- {
- public Hex() { }
- public static string Byte(int b) { throw null; }
- public static string Int(int val) { throw null; }
- public static string Int(uint num) { throw null; }
- public static string Long(long lnum) { throw null; }
- public static string Short(int b) { throw null; }
- }
- public partial interface IExternRef
- {
- PEAPI.ClassRef AddClass(string nsName, string name);
- PEAPI.ClassRef AddValueClass(string nsName, string name);
- }
- public enum ImplAttr
- {
- ForwardRef = 16,
- IL = 0,
- InternalCall = 4096,
- Native = 1,
- NoInLining = 8,
- NoOptimization = 64,
- Optil = 2,
- PreserveSig = 128,
- Runtime = 3,
- Synchronised = 32,
- Synchronized = 32,
- Unmanaged = 4,
- }
- public partial class ImplMap : PEAPI.MetaDataElement
- {
- internal ImplMap() { }
- }
- public partial class IntConst : PEAPI.DataConstant
- {
- public IntConst(short val) { }
- public IntConst(int val) { }
- public IntConst(long val) { }
- public IntConst(sbyte val) { }
- }
- public partial class InterfaceImpl : PEAPI.MetaDataElement
- {
- internal InterfaceImpl() { }
- }
- public enum IntOp
- {
- ldarg = 65033,
- ldarga = 65034,
- ldarga_s = 15,
- ldarg_s = 14,
- ldc_i4 = 32,
- ldc_i4_s = 31,
- ldloc = 65036,
- ldloca = 65037,
- ldloca_s = 18,
- ldloc_s = 17,
- starg = 65035,
- starg_s = 16,
- stloc = 65038,
- stloc_s = 19,
- unaligned = 65042,
- }
- public partial interface IResolutionScope
- {
- }
- public partial class Local
- {
- public Local(string lName, PEAPI.Type lType) { }
- public Local(string lName, PEAPI.Type lType, bool byRef, bool isPinned) { }
- }
- public partial class LocalSig : PEAPI.Signature
- {
- public LocalSig(PEAPI.Local[] locals) { }
- }
- public partial class ManagedPointer : PEAPI.PtrType
- {
- public ManagedPointer(PEAPI.Type baseType) { }
- }
- public partial class ManifestResource : PEAPI.MetaDataElement
- {
- public static readonly uint PrivateResource;
- public static readonly uint PublicResource;
- public ManifestResource(string name, byte[] resBytes, uint flags) { }
- public ManifestResource(string name, uint flags, PEAPI.AssemblyRef assemRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef, uint fileIx) { }
- public string Name { get { throw null; } set { } }
- }
- public partial class MapElem : PEAPI.MetaDataElement
- {
- internal MapElem() { }
- }
- public enum MDTable
- {
- Assembly = 32,
- AssemblyOS = 34,
- AssemblyProcessor = 33,
- AssemblyRef = 35,
- AssemblyRefOS = 37,
- AssemblyRefProcessor = 36,
- ClassLayout = 15,
- Constant = 11,
- CustomAttribute = 12,
- DeclSecurity = 14,
- Event = 20,
- EventMap = 18,
- ExportedType = 39,
- Field = 4,
- FieldLayout = 16,
- FieldMarshal = 13,
- FieldRVA = 29,
- File = 38,
- GenericParam = 42,
- GenericParamConstraint = 44,
- ImplMap = 28,
- InterfaceImpl = 9,
- ManifestResource = 40,
- MemberRef = 10,
- Method = 6,
- MethodImpl = 25,
- MethodSemantics = 24,
- MethodSpec = 43,
- Module = 0,
- ModuleRef = 26,
- NestedClass = 41,
- Param = 8,
- Property = 23,
- PropertyMap = 21,
- StandAloneSig = 17,
- TypeDef = 2,
- TypeRef = 1,
- TypeSpec = 27,
- }
- public abstract partial class Member : PEAPI.MetaDataElement
- {
- internal Member() { }
- protected string name;
- protected uint nameIx;
- protected uint sigIx;
- }
- public partial class MetaData
- {
- internal MetaData() { }
- public PEAPI.MSCorLib mscorlib;
- }
- public abstract partial class MetaDataElement : System.IComparable
- {
- internal MetaDataElement() { }
- protected System.Collections.ArrayList customAttributes;
- protected bool done;
- protected bool sortTable;
- protected PEAPI.MDTable tabIx;
- public bool HasCustomAttr { get { throw null; } set { } }
- public uint Row { get { throw null; } set { } }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, PEAPI.Constant[] cVals) { }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, byte[] val) { }
- public int CompareTo(object obj) { throw null; }
- }
- public enum MethAttr
- {
- Abstract = 1024,
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- Final = 32,
- HasSecurity = 16384,
- HideBySig = 128,
- NewSlot = 256,
- Private = 1,
- PrivateVirtual = 65,
- Public = 6,
- PublicStatic = 22,
- PublicStaticFinal = 54,
- PublicVirtual = 70,
- RequireSecObject = 32768,
- RTSpecialName = 4096,
- SpecialName = 2048,
- SpecialRTSpecialName = 6144,
- Static = 16,
- Strict = 512,
- Virtual = 64,
- }
- public abstract partial class Method : PEAPI.Member
- {
- internal Method() { }
- public abstract void AddCallConv(PEAPI.CallConv cconv);
- }
- public partial class MethodDef : PEAPI.Method
- {
- internal MethodDef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplAttribute(PEAPI.ImplAttr ia) { }
- public void AddLocals(PEAPI.Local[] locals, bool initLocals) { }
- public void AddMethAttribute(PEAPI.MethAttr ma) { }
- public void AddPInvokeInfo(PEAPI.ModuleRef scope, string methName, PEAPI.PInvokeAttr callAttr) { }
- public void AddRetTypeMarshallInfo(PEAPI.NativeType marshallType) { }
- public PEAPI.CILInstructions CreateCodeBuffer() { throw null; }
- public void DeclareEntryPoint() { }
- public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; }
- public void SetMaxStack(int maxStack) { }
- }
- public partial class MethodImpl : PEAPI.MetaDataElement
- {
- internal MethodImpl() { }
- }
- public enum MethodOp
- {
- call = 40,
- callvirt = 111,
- jmp = 39,
- ldftn = 65030,
- ldtoken = 208,
- ldvirtfn = 65031,
- newobj = 115,
- }
- public partial class MethodRef : PEAPI.Method
- {
- internal MethodRef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- }
- public partial class MethodSemantics : PEAPI.MetaDataElement
- {
- internal MethodSemantics() { }
- }
- public partial class MethPtrType : PEAPI.Type
- {
- public MethPtrType(PEAPI.CallConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { }
- }
- public partial class Module : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal Module() { }
- public System.Guid Guid { get { throw null; } }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class ModuleRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal ModuleRef() { }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ExternClassRef AddExternClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.FileRef declFile, bool isValueClass) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.FileRef MakeFile(byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- }
- public sealed partial class MSCorLib : PEAPI.AssemblyRef
- {
- internal MSCorLib() { }
- public override PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public override PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class NativeArray : PEAPI.NativeType
- {
- public NativeArray(PEAPI.NativeType elemType) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen, int elemMult) { }
- }
- public partial class NativeType
- {
- internal NativeType() { }
- public static readonly PEAPI.NativeType AnsiBStr;
- public static readonly PEAPI.NativeType AsAny;
- public static readonly PEAPI.NativeType Boolean;
- public static readonly PEAPI.NativeType BStr;
- public static readonly PEAPI.NativeType ByValStr;
- public static readonly PEAPI.NativeType Currency;
- public static readonly PEAPI.NativeType Error;
- public static readonly PEAPI.NativeType FixedSysString;
- public static readonly PEAPI.NativeType Float32;
- public static readonly PEAPI.NativeType Float64;
- public static readonly PEAPI.NativeType FuncPtr;
- public static readonly PEAPI.NativeType IDispatch;
- public static readonly PEAPI.NativeType Int;
- public static readonly PEAPI.NativeType Int16;
- public static readonly PEAPI.NativeType Int32;
- public static readonly PEAPI.NativeType Int64;
- public static readonly PEAPI.NativeType Int8;
- public static readonly PEAPI.NativeType Interface;
- public static readonly PEAPI.NativeType IUnknown;
- public static readonly PEAPI.NativeType LPStr;
- public static readonly PEAPI.NativeType LPStruct;
- public static readonly PEAPI.NativeType LPTStr;
- public static readonly PEAPI.NativeType LPWStr;
- public static readonly PEAPI.NativeType Struct;
- public static readonly PEAPI.NativeType TBstr;
- protected byte typeIndex;
- public static readonly PEAPI.NativeType UInt;
- public static readonly PEAPI.NativeType UInt16;
- public static readonly PEAPI.NativeType UInt32;
- public static readonly PEAPI.NativeType UInt64;
- public static readonly PEAPI.NativeType UInt8;
- public static readonly PEAPI.NativeType VariantBool;
- public static readonly PEAPI.NativeType Void;
- }
- public partial class NotYetImplementedException : System.Exception
- {
- public NotYetImplementedException(string msg) { }
- }
- public partial class NullConst : PEAPI.Constant
- {
- public NullConst() { }
- }
- public enum Op
- {
- add = 88,
- add_ovf = 214,
- add_ovf_un = 215,
- and = 95,
- arglist = 65024,
- breakOp = 1,
- ceq = 65025,
- cgt = 65026,
- cgt_un = 65027,
- ckfinite = 195,
- clt = 65028,
- clt_un = 65029,
- conf_ovf_u1_un = 134,
- conv_i = 211,
- conv_i1 = 103,
- conv_i2 = 104,
- conv_i4 = 105,
- conv_i8 = 106,
- conv_ovf_i = 212,
- conv_ovf_i1 = 179,
- conv_ovf_i1_un = 130,
- conv_ovf_i2 = 181,
- conv_ovf_i2_un = 131,
- conv_ovf_i4 = 183,
- conv_ovf_i4_un = 132,
- conv_ovf_i8 = 185,
- conv_ovf_i8_un = 133,
- conv_ovf_i_un = 138,
- conv_ovf_u = 213,
- conv_ovf_u1 = 180,
- conv_ovf_u2 = 182,
- conv_ovf_u2_un = 135,
- conv_ovf_u4 = 184,
- conv_ovf_u4_un = 136,
- conv_ovf_u8 = 186,
- conv_ovf_u8_un = 137,
- conv_ovf_u_un = 139,
- conv_r4 = 107,
- conv_r8 = 108,
- conv_r_un = 118,
- conv_u = 224,
- conv_u1 = 210,
- conv_u2 = 209,
- conv_u4 = 109,
- conv_u8 = 110,
- cpblk = 65047,
- div = 91,
- div_un = 92,
- dup = 37,
- endfilter = 65041,
- endfinally = 220,
- initblk = 65048,
- ldarg_0 = 2,
- ldarg_1 = 3,
- ldarg_2 = 4,
- ldarg_3 = 5,
- ldc_i4_0 = 22,
- ldc_i4_1 = 23,
- ldc_i4_2 = 24,
- ldc_i4_3 = 25,
- ldc_i4_4 = 26,
- ldc_i4_5 = 27,
- ldc_i4_6 = 28,
- ldc_i4_7 = 29,
- ldc_i4_8 = 30,
- ldc_i4_m1 = 21,
- ldelem_i = 151,
- ldelem_i1 = 144,
- ldelem_i2 = 146,
- ldelem_i4 = 148,
- ldelem_i8 = 150,
- ldelem_r4 = 152,
- ldelem_r8 = 153,
- ldelem_ref = 154,
- ldelem_u1 = 145,
- ldelem_u2 = 147,
- ldelem_u4 = 149,
- ldind_i = 77,
- ldind_i1 = 70,
- ldind_i2 = 72,
- ldind_i4 = 74,
- ldind_i8 = 76,
- ldind_r4 = 78,
- ldind_r8 = 79,
- ldind_ref = 80,
- ldind_u1 = 71,
- ldind_u2 = 73,
- ldind_u4 = 75,
- ldlen = 142,
- ldloc_0 = 6,
- ldloc_1 = 7,
- ldloc_2 = 8,
- ldloc_3 = 9,
- ldnull = 20,
- localloc = 65039,
- mul = 90,
- mul_ovf = 216,
- mul_ovf_un = 217,
- neg = 101,
- nop = 0,
- not = 102,
- or = 96,
- pop = 38,
- readonly_ = 65054,
- refanytype = 65053,
- rem = 93,
- rem_un = 94,
- ret = 42,
- rethrow = 65050,
- shl = 98,
- shr = 99,
- shr_un = 100,
- stelem_i = 155,
- stelem_i1 = 156,
- stelem_i2 = 157,
- stelem_i4 = 158,
- stelem_i8 = 159,
- stelem_r4 = 160,
- stelem_r8 = 161,
- stelem_ref = 162,
- stind_i = 223,
- stind_i1 = 82,
- stind_i2 = 83,
- stind_i4 = 84,
- stind_i8 = 85,
- stind_r4 = 86,
- stind_r8 = 87,
- stind_ref = 81,
- stloc_0 = 10,
- stloc_1 = 11,
- stloc_2 = 12,
- stloc_3 = 13,
- sub = 89,
- sub_ovf = 218,
- sub_ovf_un = 219,
- tail_ = 65044,
- throwOp = 122,
- volatile_ = 65043,
- xor = 97,
- }
- public partial class Param : PEAPI.MetaDataElement
- {
- public Param(PEAPI.ParamAttr mode, string parName, PEAPI.Type parType) { }
- public bool HasMarshalInfo { get { throw null; } }
- public void AddDefaultValue(PEAPI.Constant cVal) { }
- public void AddMarshallInfo(PEAPI.NativeType marshallType) { }
- }
- public enum ParamAttr
- {
- Default = 0,
- HasDefault = 4096,
- HasFieldMarshal = 8192,
- In = 1,
- Opt = 16,
- Out = 2,
- }
- public partial class PEFile
- {
- public PEFile(string name, bool isDLL, bool hasAssembly) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, System.IO.Stream outStream) { }
- public PEAPI.ClassDef ModuleClass { get { throw null; } }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class superType) { throw null; }
- public void AddCustomAttribute(PEAPI.Method meth, PEAPI.Constant constant, PEAPI.MetaDataElement element) { }
- public void AddCustomAttribute(PEAPI.Method meth, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, PEAPI.PermissionSet ps, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddExternalManagedResource(PEAPI.ManifestResource mr) { }
- public void AddExternalManagedResource(string resName, PEAPI.AssemblyRef assem, uint flags) { }
- public PEAPI.AssemblyRef AddExternAssembly(string assemName) { throw null; }
- public PEAPI.ClassRef AddExternClass(string ns, string name, PEAPI.TypeAttr attrs, PEAPI.MetaDataElement declRef) { throw null; }
- public PEAPI.ModuleRef AddExternModule(string name) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr attrSet, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldRef AddFieldToTypeSpec(PEAPI.Type item, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FileRef AddFile(string fName, byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- public void AddGenericClass(PEAPI.GenericTypeInst gti) { }
- public void AddGenericParam(PEAPI.GenParam param) { }
- public void AddManifestResource(PEAPI.ManifestResource mr) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.Method AddMethodSpec(PEAPI.Method m, PEAPI.GenericMethodSig g_sig) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.PrimitiveTypeRef AddPrimitiveType(PEAPI.PrimitiveType type) { throw null; }
- public PEAPI.ClassDef AddValueClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.ValueClass vClass) { throw null; }
- public PEAPI.MethodRef AddVarArgMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.ManifestResource GetResource(string name) { throw null; }
- public PEAPI.ManifestResource[] GetResources() { throw null; }
- public PEAPI.Assembly GetThisAssembly() { throw null; }
- public PEAPI.Module GetThisModule() { throw null; }
- public void SetCorFlags(int flags) { }
- public void SetStackReserve(long stackReserve) { }
- public void SetSubSystem(PEAPI.SubSystem subS) { }
- public void WritePEFile() { }
- }
- public partial class PEFileException : System.Exception
- {
- public PEFileException(string msg) { }
- }
- public partial class Permission
- {
- public Permission(PEAPI.Type type, string name) { }
- public void AddMember(PEAPI.PermissionMember member) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionMember
- {
- public PermissionMember(System.Reflection.MemberTypes member_type, PEAPI.Type type, string name, object value) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionSet
- {
- public PermissionSet(PEAPI.SecurityAction sec_action) { }
- public void AddPermission(PEAPI.Permission perm) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public enum PInvokeAttr
- {
- ansi = 2,
- autochar = 6,
- bestfit_mask = 48,
- bestfit_off = 32,
- bestfit_on = 16,
- cdecl = 512,
- charmaperror_off = 8192,
- charmaperror_on = 4096,
- fastcall = 1280,
- lasterr = 64,
- nomangle = 1,
- stdcall = 768,
- thiscall = 1024,
- unicode = 4,
- winapi = 256,
- }
- public partial class PrimitiveType : PEAPI.Type
- {
- internal PrimitiveType() { }
- public static readonly PEAPI.PrimitiveType Boolean;
- public static readonly PEAPI.PrimitiveType Char;
- public static readonly PEAPI.PrimitiveType Float32;
- public static readonly PEAPI.PrimitiveType Float64;
- public static readonly PEAPI.PrimitiveType Int16;
- public static readonly PEAPI.PrimitiveType Int32;
- public static readonly PEAPI.PrimitiveType Int64;
- public static readonly PEAPI.PrimitiveType Int8;
- public static readonly PEAPI.PrimitiveType IntPtr;
- public static readonly PEAPI.PrimitiveType NativeInt;
- public static readonly PEAPI.PrimitiveType NativeUInt;
- public static int NumSystemTypes;
- public static readonly PEAPI.PrimitiveType Object;
- public static readonly PEAPI.PrimitiveType String;
- public static readonly PEAPI.PrimitiveType TypedRef;
- public static readonly PEAPI.PrimitiveType UInt16;
- public static readonly PEAPI.PrimitiveType UInt32;
- public static readonly PEAPI.PrimitiveType UInt64;
- public static readonly PEAPI.PrimitiveType UInt8;
- public static readonly PEAPI.PrimitiveType UIntPtr;
- public static readonly PEAPI.PrimitiveType Void;
- }
- public partial class PrimitiveTypeRef : PEAPI.Type
- {
- internal PrimitiveTypeRef() { }
- }
- public partial class Property : PEAPI.Feature
- {
- internal Property() { }
- public void AddGetter(PEAPI.MethodDef getter) { }
- public void AddInitValue(PEAPI.Constant constVal) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddSetter(PEAPI.MethodDef setter) { }
- public void SetInstance(bool isInstance) { }
- }
- public abstract partial class PtrType : PEAPI.Type
- {
- internal PtrType() { }
- }
- public partial class RepeatedConstant : PEAPI.DataConstant
- {
- public RepeatedConstant(PEAPI.DataConstant dConst, int repeatCount) { }
- }
- public abstract partial class ResolutionScope : PEAPI.MetaDataElement, PEAPI.IResolutionScope
- {
- internal ResolutionScope() { }
- protected PEAPI.MetaData metaData;
- protected string name;
- protected uint nameIx;
- }
- public partial class SafeArray : PEAPI.NativeType
- {
- public SafeArray() { }
- public SafeArray(PEAPI.SafeArrayType elemType) { }
- }
- public enum SafeArrayType
- {
- boolean = 11,
- bstr = 8,
- currency = 6,
- date = 7,
- Decimal = 14,
- dispatch = 9,
- error = 10,
- float32 = 4,
- float64 = 5,
- Int = 22,
- int16 = 2,
- int32 = 3,
- int8 = 16,
- UInt = 23,
- uint16 = 18,
- uint32 = 19,
- uint8 = 17,
- unknown = 13,
- variant = 12,
- }
- public enum SecurityAction : short
- {
- Assert = (short)3,
- Demand = (short)2,
- DemandChoice = (short)18,
- Deny = (short)4,
- InheritDemand = (short)7,
- InheritDemandChoice = (short)17,
- LinkDemand = (short)6,
- LinkDemandChoice = (short)16,
- NonCasDemand = (short)13,
- NonCasInheritance = (short)15,
- NonCasLinkDemand = (short)14,
- PermitOnly = (short)5,
- PreJitDeny = (short)12,
- PreJitGrant = (short)11,
- Request = (short)1,
- RequestMinimum = (short)8,
- RequestOptional = (short)9,
- RequestRefuse = (short)10,
- }
- public partial class Sentinel : PEAPI.Type
- {
- public Sentinel() { }
- }
- public abstract partial class Signature : PEAPI.MetaDataElement
- {
- internal Signature() { }
- protected uint sigIx;
- }
- public partial class StringConst : PEAPI.DataConstant
- {
- public StringConst(string val) { }
- }
- public enum SubSystem
- {
- Native = 1,
- Native_Windows = 8,
- OS2_CUI = 5,
- POSIX_CUI = 7,
- Windows_CE_GUI = 9,
- Windows_CUI = 3,
- Windows_GUI = 2,
- }
- public partial class TryBlock : PEAPI.CodeBlock
- {
- protected bool fatFormat;
- protected int flags;
- public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public void AddHandler(PEAPI.HandlerBlock handler) { }
- }
- public abstract partial class Type : PEAPI.MetaDataElement
- {
- internal Type() { }
- protected byte typeIndex;
- protected PEAPI.TypeSpec typeSpec;
- }
- [System.FlagsAttribute]
- public enum TypeAttr
- {
- Abstract = 128,
- AutoClass = 131072,
- BeforeFieldInit = 1048576,
- ExplicitLayout = 16,
- Forwarder = 2097152,
- HasSecurity = 262144,
- Import = 4096,
- Interface = 32,
- NestedAssembly = 5,
- NestedFamAndAssem = 6,
- NestedFamily = 4,
- NestedFamOrAssem = 7,
- NestedPrivate = 3,
- NestedPublic = 2,
- Private = 0,
- Public = 1,
- PublicAbstract = 129,
- PublicSealed = 257,
- RTSpecialName = 2048,
- Sealed = 256,
- SequentialLayout = 8,
- Serializable = 8192,
- SpecialName = 1024,
- UnicodeClass = 65536,
- VisibilityMask = 7,
- }
- public enum TypeOp
- {
- box = 140,
- castclass = 116,
- constrained = 65046,
- cpobj = 112,
- initobj = 65045,
- isinst = 117,
- ldelem = 163,
- ldelema = 143,
- ldobj = 113,
- ldtoken = 208,
- mkrefany = 198,
- newarr = 141,
- refanyval = 194,
- sizeOf = 65052,
- stelem = 164,
- stobj = 129,
- unbox = 121,
- unbox_any = 165,
- }
- public partial class TypeSignatureException : System.Exception
- {
- public TypeSignatureException(string msg) { }
- }
- public partial class TypeSpec : PEAPI.MetaDataElement
- {
- internal TypeSpec() { }
- }
- public partial class UIntConst : PEAPI.DataConstant
- {
- public UIntConst(byte val) { }
- public UIntConst(ushort val) { }
- public UIntConst(uint val) { }
- public UIntConst(ulong val) { }
- }
- public partial class UnmanagedPointer : PEAPI.PtrType
- {
- public UnmanagedPointer(PEAPI.Type baseType) { }
- }
- public enum ValueClass
- {
- Enum = 1,
- ValueType = 0,
- }
- public partial class ZeroBasedArray : PEAPI.Array
- {
- public ZeroBasedArray(PEAPI.Type elementType) { }
- }
-}
diff --git a/src/v4.5/RabbitMQ.Client.cs b/src/v4.5/RabbitMQ.Client.cs
deleted file mode 100644
index 6042df6..0000000
--- a/src/v4.5/RabbitMQ.Client.cs
+++ /dev/null
@@ -1,9412 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace RabbitMQ.Client
-{
- public partial class AmqpTcpEndpoint
- {
- public const int UseDefaultPort = -1;
- public AmqpTcpEndpoint() { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(string hostName) { }
- public AmqpTcpEndpoint(string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(System.Uri uri) { }
- public string HostName { get { throw null; } set { } }
- public int Port { get { throw null; } set { } }
- public RabbitMQ.Client.IProtocol Protocol { get { throw null; } set { } }
- public RabbitMQ.Client.SslOption Ssl { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint Parse(RabbitMQ.Client.IProtocol protocol, string address) { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint[] ParseMultiple(RabbitMQ.Client.IProtocol protocol, string addresses) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AmqpTimestamp
- {
- public AmqpTimestamp(long unixTime) { throw null;}
- public long UnixTime { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class AmqpVersion
- {
- public AmqpVersion(int major, int minor) { }
- public int Major { get { throw null; } }
- public int Minor { get { throw null; } }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class BasicGetResult
- {
- public BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } }
- public byte[] Body { get { throw null; } }
- public ulong DeliveryTag { get { throw null; } }
- public string Exchange { get { throw null; } }
- public uint MessageCount { get { throw null; } }
- public bool Redelivered { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- }
- public partial class BinaryTableValue
- {
- public BinaryTableValue() { }
- public BinaryTableValue(byte[] bytes) { }
- public byte[] Bytes { get { throw null; } set { } }
- }
- public partial class ConnectionFactory
- {
- public System.Collections.IDictionary ClientProperties;
- public const ushort DefaultChannelMax = (ushort)0;
- public const uint DefaultFrameMax = (uint)0;
- public const ushort DefaultHeartbeat = (ushort)0;
- public const string DefaultPass = "guest";
- public const string DefaultUser = "guest";
- public const string DefaultVHost = "/";
- public string HostName;
- public string Password;
- public int Port;
- public RabbitMQ.Client.IProtocol Protocol;
- public ushort RequestedChannelMax;
- public uint RequestedFrameMax;
- public ushort RequestedHeartbeat;
- public RabbitMQ.Client.SslOption Ssl;
- public string UserName;
- public string VirtualHost;
- public ConnectionFactory() { }
- public string Address { get { throw null; } set { } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } set { } }
- public virtual RabbitMQ.Client.IConnection CreateConnection() { throw null; }
- public virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects) { throw null; }
- protected virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, params RabbitMQ.Client.AmqpTcpEndpoint[] endpoints) { throw null; }
- protected virtual RabbitMQ.Client.IConnection FollowRedirectChain(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, ref RabbitMQ.Client.AmqpTcpEndpoint[] mostRecentKnownHosts, RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- }
- public partial class DefaultBasicConsumer : RabbitMQ.Client.IBasicConsumer
- {
- public DefaultBasicConsumer() { }
- public DefaultBasicConsumer(RabbitMQ.Client.IModel model) { }
- public string ConsumerTag { get { throw null; } set { } }
- public bool IsRunning { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- public virtual void HandleBasicCancelOk(string consumerTag) { }
- public virtual void HandleBasicConsumeOk(string consumerTag) { }
- public virtual void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnCancel() { }
- }
- public partial class ExchangeType
- {
- internal ExchangeType() { }
- public const string Direct = "direct";
- public const string Fanout = "fanout";
- public const string Topic = "topic";
- public static System.Collections.ICollection All() { throw null; }
- }
- public partial interface IBasicConsumer
- {
- RabbitMQ.Client.IModel Model { get; }
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body);
- void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface IBasicProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string AppId { get; set; }
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string CorrelationId { get; set; }
- byte DeliveryMode { get; set; }
- string Expiration { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.PublicationAddress ReplyToAddress { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- string Type { get; set; }
- string UserId { get; set; }
- void ClearAppId();
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearCorrelationId();
- void ClearDeliveryMode();
- void ClearExpiration();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- void ClearType();
- void ClearUserId();
- bool IsAppIdPresent();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsCorrelationIdPresent();
- bool IsDeliveryModePresent();
- bool IsExpirationPresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- bool IsTypePresent();
- bool IsUserIdPresent();
- void SetPersistent(bool persistent);
- }
- public partial interface IConnection : System.IDisposable
- {
- bool AutoClose { get; set; }
- ushort ChannelMax { get; }
- System.Collections.IDictionary ClientProperties { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- bool IsOpen { get; }
- RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get; }
- RabbitMQ.Client.IProtocol Protocol { get; }
- System.Collections.IDictionary ServerProperties { get; }
- System.Collections.IList ShutdownReport { get; }
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown;
- void Abort();
- void Abort(int timeout);
- void Abort(ushort reasonCode, string reasonText);
- void Abort(ushort reasonCode, string reasonText, int timeout);
- void Close();
- void Close(int timeout);
- void Close(ushort reasonCode, string reasonText);
- void Close(ushort reasonCode, string reasonText, int timeout);
- RabbitMQ.Client.IModel CreateModel();
- }
- public partial interface IContentHeader : System.ICloneable
- {
- int ProtocolClassId { get; }
- string ProtocolClassName { get; }
- }
- public partial interface IFileProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string Filename { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearFilename();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsFilenamePresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- }
- public partial interface IMethod
- {
- int ProtocolClassId { get; }
- int ProtocolMethodId { get; }
- string ProtocolMethodName { get; }
- }
- public partial interface IModel : System.IDisposable
- {
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn;
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown;
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort(ushort replyCode, string replyText);
- void BasicAck(ulong deliveryTag, bool multiple);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicCancel(string consumerTag);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- void BasicRecover(bool requeue);
- void BasicReject(ulong deliveryTag, bool requeue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "active")]void ChannelFlow(bool active);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close(ushort replyCode, string replyText);
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("basic")]
- RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("file")]
- RabbitMQ.Client.IFileProperties CreateFileProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("stream")]
- RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- void DtxSelect();
- void DtxStart(string dtxIdentifier);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type, bool durable);
- void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- void ExchangeDelete(string exchange, bool ifUnused, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait);
- void QueueBind(string queue, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue, bool durable);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "queue")]string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueuePurge(string queue, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8qpid")]
- void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- void TxCommit();
- void TxRollback();
- void TxSelect();
- }
- public partial interface IProtocol
- {
- string ApiName { get; }
- int DefaultPort { get; }
- int MajorVersion { get; }
- int MinorVersion { get; }
- RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- }
- public partial interface IStreamProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- byte Priority { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearContentEncoding();
- void ClearContentType();
- void ClearHeaders();
- void ClearPriority();
- void ClearTimestamp();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsHeadersPresent();
- bool IsPriorityPresent();
- bool IsTimestampPresent();
- }
- public partial class Protocols
- {
- internal Protocols() { }
- public static readonly string DefaultAppSettingsKey;
- public static readonly string EnvironmentVariable;
- public static RabbitMQ.Client.IProtocol AMQP_0_8 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_8_QPID { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_9 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol DefaultProtocol { get { throw null; } }
- public static RabbitMQ.Client.IProtocol FromConfiguration() { throw null; }
- public static RabbitMQ.Client.IProtocol FromConfiguration(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment() { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironmentVariable() { throw null; }
- public static RabbitMQ.Client.IProtocol Lookup(string name) { throw null; }
- public static RabbitMQ.Client.IProtocol SafeLookup(string name) { throw null; }
- }
- public partial class PublicationAddress
- {
- public static readonly System.Text.RegularExpressions.Regex PSEUDO_URI_PARSER;
- public PublicationAddress(string exchangeType, string exchangeName, string routingKey) { }
- public string ExchangeName { get { throw null; } }
- public string ExchangeType { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- public static RabbitMQ.Client.PublicationAddress Parse(string uriLikeString) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class QueueingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- protected RabbitMQ.Util.SharedQueue m_queue;
- public QueueingBasicConsumer() { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model) { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model, RabbitMQ.Util.SharedQueue queue) { }
- public RabbitMQ.Util.SharedQueue Queue { get { throw null; } }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void OnCancel() { }
- }
- public partial class ShutdownEventArgs : System.EventArgs
- {
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, object cause) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause) { }
- public object Cause { get { throw null; } }
- public ushort ClassId { get { throw null; } }
- public RabbitMQ.Client.ShutdownInitiator Initiator { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public ushort ReplyCode { get { throw null; } }
- public string ReplyText { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public enum ShutdownInitiator
- {
- Application = 0,
- Library = 1,
- Peer = 2,
- }
- public partial class ShutdownReportEntry
- {
- public string m_description;
- public System.Exception m_ex;
- public ShutdownReportEntry(string description, System.Exception ex) { }
- public string Description { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class SslHelper
- {
- internal SslHelper() { }
- public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption sslOption) { throw null; }
- }
- public partial class SslOption
- {
- public SslOption() { }
- public SslOption(string serverName) { }
- public SslOption(string serverName, string certPath, bool enabled) { }
- public System.Net.Security.SslPolicyErrors AcceptablePolicyErrors { get { throw null; } set { } }
- public string CertPassphrase { get { throw null; } set { } }
- public string CertPath { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection Certs { get { throw null; } }
- public bool Enabled { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public System.Security.Authentication.SslProtocols Version { get { throw null; } set { } }
- }
-}
-namespace RabbitMQ.Client.Apigen.Attributes
-{
- public abstract partial class AmqpApigenAttribute : System.Attribute
- {
- public string m_namespaceName;
- public AmqpApigenAttribute(string namespaceName) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpAsynchronousHandlerAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpAsynchronousHandlerAttribute(string namespaceName) : base (default(string)) { }
- }
- public partial class AmqpContentBodyMappingAttribute : System.Attribute
- {
- public AmqpContentBodyMappingAttribute() { }
- }
- public partial class AmqpContentHeaderFactoryAttribute : System.Attribute
- {
- public string m_contentClass;
- public AmqpContentHeaderFactoryAttribute(string contentClass) { }
- }
- public partial class AmqpContentHeaderMappingAttribute : System.Attribute
- {
- public AmqpContentHeaderMappingAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpFieldMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_fieldName;
- public AmqpFieldMappingAttribute(string namespaceName, string fieldName) : base (default(string)) { }
- }
- public partial class AmqpForceOneWayAttribute : System.Attribute
- {
- public AmqpForceOneWayAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodDoNotImplementAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpMethodDoNotImplementAttribute(string namespaceName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_className;
- public string m_methodName;
- public AmqpMethodMappingAttribute(string namespaceName, string className, string methodName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpNowaitArgumentAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_replacementExpression;
- public AmqpNowaitArgumentAttribute(string namespaceName) : base (default(string)) { }
- public AmqpNowaitArgumentAttribute(string namespaceName, string replacementExpression) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpUnsupportedAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpUnsupportedAttribute(string namespaceName) : base (default(string)) { }
- }
-}
-namespace RabbitMQ.Client.Content
-{
- public partial class BasicMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- public const int DefaultAccumulatorSize = 1024;
- protected System.IO.MemoryStream m_accumulator;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public BasicMessageBuilder(RabbitMQ.Client.IModel model) { }
- public BasicMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) { }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryWriter Writer { get { throw null; } }
- public virtual byte[] GetContentBody() { throw null; }
- public virtual RabbitMQ.Client.IContentHeader GetContentHeader() { throw null; }
- public virtual string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length) { throw null; }
- }
- public partial class BasicMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- protected byte[] m_body;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryReader m_reader;
- protected System.IO.MemoryStream m_stream;
- public BasicMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public byte[] BodyBytes { get { throw null; } }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryReader Reader { get { throw null; } }
- public int RawRead() { throw null; }
- public int RawRead(byte[] target, int offset, int length) { throw null; }
- }
- public partial class BytesMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IBytesMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- public BytesMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public BytesMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class BytesMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IBytesMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- public BytesMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public int Read(byte[] target, int offset, int count) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class BytesWireFormatting
- {
- public BytesWireFormatting() { }
- public static int Read(RabbitMQ.Util.NetworkBinaryReader reader, byte[] target, int offset, int count) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader, int count) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void Write(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source, int offset, int count) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public partial interface IBytesMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value);
- }
- public partial interface IBytesMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- int Read(byte[] target, int offset, int count);
- byte ReadByte();
- byte[] ReadBytes(int count);
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- float ReadSingle();
- string ReadString();
- }
- public partial interface IMapMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMapMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMessageBuilder
- {
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- byte[] GetContentBody();
- RabbitMQ.Client.IContentHeader GetContentHeader();
- string GetDefaultContentType();
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length);
- }
- public partial interface IMessageReader
- {
- byte[] BodyBytes { get; }
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- int RawRead();
- int RawRead(byte[] target, int offset, int length);
- }
- public partial interface IStreamMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value);
- }
- public partial interface IStreamMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- bool ReadBool();
- byte ReadByte();
- byte[] ReadBytes();
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- object ReadObject();
- object[] ReadObjects();
- float ReadSingle();
- string ReadString();
- }
- public partial class MapMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMapMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public MapMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- public override byte[] GetContentBody() { throw null; }
- public override string GetDefaultContentType() { throw null; }
- }
- public partial class MapMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMapMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- }
- public partial class MapWireFormatting
- {
- public MapWireFormatting() { }
- public static System.Collections.IDictionary ReadMap(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteMap(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary table) { }
- }
- public partial class PrimitiveParser
- {
- public PrimitiveParser() { }
- public static void InvalidConversion(string target, object source) { }
- public static bool ParseBool(string value) { throw null; }
- public static byte ParseByte(string value) { throw null; }
- public static double ParseDouble(string value) { throw null; }
- public static float ParseFloat(string value) { throw null; }
- public static int ParseInt(string value) { throw null; }
- public static long ParseLong(string value) { throw null; }
- public static short ParseShort(string value) { throw null; }
- }
- public partial class StreamMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder, RabbitMQ.Client.Content.IStreamMessageBuilder
- {
- public static readonly string MimeType;
- public StreamMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public StreamMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class StreamMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMessageReader, RabbitMQ.Client.Content.IStreamMessageReader
- {
- public static readonly string MimeType;
- public StreamMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public bool ReadBool() { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes() { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public object ReadObject() { throw null; }
- public object[] ReadObjects() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class StreamWireFormatting
- {
- public StreamWireFormatting() { }
- public static bool ReadBool(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadNonnullObject(string target, RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadObject(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadUntypedString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteBool(RabbitMQ.Util.NetworkBinaryWriter writer, bool value) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value, int offset, int length) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteObject(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- public static void WriteUntypedString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public enum StreamWireFormattingTag
- {
- Bool = 1,
- Byte = 2,
- Bytes = 3,
- Char = 5,
- Double = 9,
- Int16 = 4,
- Int32 = 6,
- Int64 = 7,
- Null = 11,
- Single = 8,
- String = 10,
- }
-}
-namespace RabbitMQ.Client.Events
-{
- public partial class BasicDeliverEventArgs : System.EventArgs
- {
- public BasicDeliverEventArgs() { }
- public BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string ConsumerTag { get { throw null; } set { } }
- public ulong DeliveryTag { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public bool Redelivered { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicDeliverEventHandler(RabbitMQ.Client.IBasicConsumer sender, RabbitMQ.Client.Events.BasicDeliverEventArgs args);
- public partial class BasicReturnEventArgs : System.EventArgs
- {
- public BasicReturnEventArgs() { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public ushort ReplyCode { get { throw null; } set { } }
- public string ReplyText { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicReturnEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.Events.BasicReturnEventArgs args);
- public partial class CallbackExceptionEventArgs : System.EventArgs
- {
- public CallbackExceptionEventArgs(System.Exception exception) { }
- public System.Collections.IDictionary Detail { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- }
- public delegate void CallbackExceptionEventHandler(object sender, RabbitMQ.Client.Events.CallbackExceptionEventArgs e);
- public delegate void ConnectionShutdownEventHandler(RabbitMQ.Client.IConnection connection, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ConsumerEventArgs : System.EventArgs
- {
- public ConsumerEventArgs(string consumerTag) { }
- public string ConsumerTag { get { throw null; } }
- }
- public delegate void ConsumerEventHandler(object sender, RabbitMQ.Client.Events.ConsumerEventArgs e);
- public delegate void ConsumerShutdownEventHandler(object sender, RabbitMQ.Client.ShutdownEventArgs e);
- public partial class EventingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- public EventingBasicConsumer() { }
- public event RabbitMQ.Client.Events.BasicDeliverEventHandler Received { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Registered { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerShutdownEventHandler Shutdown { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Unregistered { add { } remove { } }
- public override void HandleBasicCancelOk(string consumerTag) { }
- public override void HandleBasicConsumeOk(string consumerTag) { }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public delegate void ModelShutdownEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
-}
-namespace RabbitMQ.Client.Exceptions
-{
- public partial class AlreadyClosedException : RabbitMQ.Client.Exceptions.OperationInterruptedException
- {
- public AlreadyClosedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class BrokerUnreachableException : System.IO.IOException
- {
- public BrokerUnreachableException(System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors) { }
- public System.Collections.IDictionary ConnectionAttempts { get { throw null; } }
- public System.Collections.IDictionary ConnectionErrors { get { throw null; } }
- public override System.Collections.IDictionary Data { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChannelAllocationException : System.Exception
- {
- public ChannelAllocationException() { }
- public ChannelAllocationException(int channel) { }
- public int Channel { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OperationInterruptedException : System.Exception
- {
- protected RabbitMQ.Client.ShutdownEventArgs m_shutdownReason;
- protected OperationInterruptedException() { }
- public OperationInterruptedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- protected OperationInterruptedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- protected OperationInterruptedException(string message) { }
- protected OperationInterruptedException(string message, System.Exception inner) { }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class PacketNotRecognizedException : System.Net.ProtocolViolationException
- {
- public PacketNotRecognizedException(int transportHigh, int transportLow, int serverMajor, int serverMinor) { }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- public int TransportHigh { get { throw null; } }
- public int TransportLow { get { throw null; } }
- }
- public partial class PossibleAuthenticationFailureException : System.Exception
- {
- public PossibleAuthenticationFailureException(string msg, System.Exception inner) { }
- }
- public partial class ProtocolVersionMismatchException : System.Net.ProtocolViolationException
- {
- public ProtocolVersionMismatchException(int clientMajor, int clientMinor, int serverMajor, int serverMinor) { }
- public int ClientMajor { get { throw null; } }
- public int ClientMinor { get { throw null; } }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- }
- public partial class UnexpectedMethodException : System.Exception
- {
- public UnexpectedMethodException(RabbitMQ.Client.IMethod method) { }
- public RabbitMQ.Client.IMethod Method { get { throw null; } }
- }
- public partial class UnsupportedMethodException : System.NotSupportedException
- {
- public UnsupportedMethodException(string methodName) { }
- public string MethodName { get { throw null; } }
- }
- public partial class UnsupportedMethodFieldException : System.NotSupportedException
- {
- public UnsupportedMethodFieldException(string methodName, string fieldName) { }
- public string FieldName { get { throw null; } }
- public string MethodName { get { throw null; } }
- }
- public partial class WireFormattingException : System.Net.ProtocolViolationException
- {
- public WireFormattingException(string message) { }
- public WireFormattingException(string message, object offender) { }
- public object Offender { get { throw null; } }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8qpid
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecoverOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecoverOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 101;
- public BasicRecoverOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBound : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 22;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ExchangeBound() { }
- public ExchangeBound(string initExchange, string initRoutingKey, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBoundOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 23;
- public ushort m_replyCode;
- public string m_replyText;
- public ExchangeBoundOk() { }
- public ExchangeBoundOk(ushort initReplyCode, string initReplyText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_9
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IBasicConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 80;
- public ChannelOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public byte[] m_channelId;
- public ChannelOpenOk() { }
- public ChannelOpenOk(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelOpenOk.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPing : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPing, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 60;
- public ChannelPing() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPong : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPong, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 70;
- public ChannelPong() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 50;
- public byte[] m_channelId;
- public ChannelResume() { }
- public ChannelResume(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelResume.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Message = 120,
- Queue = 50,
- Stream = 80,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 51;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 42;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IFileConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageAppend : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageAppend, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 80;
- public byte[] m_bytes;
- public byte[] m_reference;
- public MessageAppend() { }
- public MessageAppend(byte[] initReference, byte[] initBytes) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Bytes { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public string m_destination;
- public MessageCancel() { }
- public MessageCancel(string initDestination) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCancel.Destination { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCheckpoint : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 90;
- public string m_identifier;
- public byte[] m_reference;
- public MessageCheckpoint() { }
- public MessageCheckpoint(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 70;
- public byte[] m_reference;
- public MessageClose() { }
- public MessageClose(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageClose.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public string m_destination;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public string m_queue;
- public ushort m_ticket;
- public MessageConsume() { }
- public MessageConsume(ushort initTicket, string initQueue, string initDestination, bool initNoLocal, bool initNoAck, bool initExclusive, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoLocal { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 510;
- public MessageEmpty() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public string m_destination;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public MessageGet() { }
- public MessageGet(ushort initTicket, string initQueue, string initDestination, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOffset : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOffset, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 530;
- public ulong m_value;
- public MessageOffset() { }
- public MessageOffset(ulong initValue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageOffset.Value { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 500;
- public MessageOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 60;
- public byte[] m_reference;
- public MessageOpen() { }
- public MessageOpen(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageOpen.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 110;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public MessageQos() { }
- public MessageQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 50;
- public bool m_requeue;
- public MessageRecover() { }
- public MessageRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 520;
- public ushort m_code;
- public string m_text;
- public MessageReject() { }
- public MessageReject(ushort initCode, string initText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageReject.Code { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageReject.Text { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 100;
- public string m_identifier;
- public byte[] m_reference;
- public MessageResume() { }
- public MessageResume(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageResume.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageResume.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageTransfer : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageTransfer, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public string m_appId;
- public System.Collections.IDictionary m_applicationHeaders;
- public byte[] m_body;
- public string m_contentEncoding;
- public string m_contentType;
- public string m_correlationId;
- public byte m_deliveryMode;
- public string m_destination;
- public string m_exchange;
- public RabbitMQ.Client.AmqpTimestamp m_expiration;
- public bool m_immediate;
- public string m_messageId;
- public byte m_priority;
- public bool m_redelivered;
- public string m_replyTo;
- public string m_routingKey;
- public byte[] m_securityToken;
- public ushort m_ticket;
- public RabbitMQ.Client.AmqpTimestamp m_timestamp;
- public string m_transactionId;
- public ulong m_ttl;
- public string m_userId;
- public MessageTransfer() { }
- public MessageTransfer(ushort initTicket, string initDestination, bool initRedelivered, bool initImmediate, ulong initTtl, byte initPriority, RabbitMQ.Client.AmqpTimestamp initTimestamp, byte initDeliveryMode, RabbitMQ.Client.AmqpTimestamp initExpiration, string initExchange, string initRoutingKey, string initMessageId, string initCorrelationId, string initReplyTo, string initContentType, string initContentEncoding, string initUserId, string initAppId, string initTransactionId, byte[] initSecurityToken, System.Collections.IDictionary initApplicationHeaders, byte[] initBody) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.AppId { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ApplicationHeaders { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Body { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentEncoding { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentType { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.CorrelationId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.DeliveryMode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Destination { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Exchange { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Expiration { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Immediate { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.MessageId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Priority { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ReplyTo { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.RoutingKey { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.SecurityToken { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ticket { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Timestamp { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.TransactionId { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ttl { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.UserId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IStreamConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8qpid
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicRecoverOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeBound : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- }
- public partial interface IExchangeBoundOk : RabbitMQ.Client.IMethod
- {
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8qpid.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_9
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NoConsumers = 313;
- public const int NoRoute = 312;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int PreconditionFailed = 406;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IChannelPing : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelPong : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelResume : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageAppend : RabbitMQ.Client.IMethod
- {
- byte[] Bytes { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageCancel : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- }
- public partial interface IMessageCheckpoint : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageClose : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageConsume : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageEmpty : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageGet : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageOffset : RabbitMQ.Client.IMethod
- {
- ulong Value { get; }
- }
- public partial interface IMessageOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageOpen : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IMessageRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IMessageReject : RabbitMQ.Client.IMethod
- {
- ushort Code { get; }
- string Text { get; }
- }
- public partial interface IMessageResume : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageTransfer : RabbitMQ.Client.IMethod
- {
- string AppId { get; }
- System.Collections.IDictionary ApplicationHeaders { get; }
- byte[] Body { get; }
- string ContentEncoding { get; }
- string ContentType { get; }
- string CorrelationId { get; }
- byte DeliveryMode { get; }
- string Destination { get; }
- string Exchange { get; }
- RabbitMQ.Client.AmqpTimestamp Expiration { get; }
- bool Immediate { get; }
- string MessageId { get; }
- byte Priority { get; }
- bool Redelivered { get; }
- string ReplyTo { get; }
- string RoutingKey { get; }
- byte[] SecurityToken { get; }
- ushort Ticket { get; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; }
- string TransactionId { get; }
- ulong Ttl { get; }
- string UserId { get; }
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_9.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Impl
-{
- public abstract partial class AbstractProtocolBase : RabbitMQ.Client.IProtocol
- {
- protected AbstractProtocolBase() { }
- public abstract string ApiName { get; }
- public abstract int DefaultPort { get; }
- public abstract int MajorVersion { get; }
- public abstract int MinorVersion { get; }
- public RabbitMQ.Client.AmqpVersion Version { get { throw null; } }
- public abstract bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd);
- public abstract void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- public abstract void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- public abstract RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- public abstract RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public abstract RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AssemblyState
- {
- Complete = 3,
- ExpectingContentBody = 2,
- ExpectingContentHeader = 1,
- ExpectingMethod = 0,
- }
- public abstract partial class BasicProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IBasicProperties, RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected BasicProperties() { }
- public abstract string AppId { get; set; }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string CorrelationId { get; set; }
- public abstract byte DeliveryMode { get; set; }
- public abstract string Expiration { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public RabbitMQ.Client.PublicationAddress ReplyToAddress { get { throw null; } set { } }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract string Type { get; set; }
- public abstract string UserId { get; set; }
- public abstract void ClearAppId();
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearCorrelationId();
- public abstract void ClearDeliveryMode();
- public abstract void ClearExpiration();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public abstract void ClearType();
- public abstract void ClearUserId();
- public override object Clone() { throw null; }
- public abstract bool IsAppIdPresent();
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsCorrelationIdPresent();
- public abstract bool IsDeliveryModePresent();
- public abstract bool IsExpirationPresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- public abstract bool IsTypePresent();
- public abstract bool IsUserIdPresent();
- public void SetPersistent(bool persistent) { }
- }
- public partial class ChannelErrorException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public ChannelErrorException(int channel) : base (default(string)) { }
- public int Channel { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class Command
- {
- public const int EmptyContentBodyFrameSize = 8;
- public byte[] m_body0;
- public System.Collections.ArrayList m_bodyN;
- public RabbitMQ.Client.Impl.ContentHeaderBase m_header;
- public RabbitMQ.Client.Impl.MethodBase m_method;
- public Command() { }
- public Command(RabbitMQ.Client.Impl.MethodBase method) { }
- public Command(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public byte[] Body { get { throw null; } }
- public RabbitMQ.Client.Impl.ContentHeaderBase Header { get { throw null; } }
- public RabbitMQ.Client.Impl.MethodBase Method { get { throw null; } }
- public void AppendBodyFragment(byte[] fragment) { }
- public static void CheckEmptyContentBodyFrameSize() { }
- public byte[] ConsolidateBody() { throw null; }
- public void Transmit(int channelNumber, RabbitMQ.Client.Impl.ConnectionBase connection) { }
- }
- public partial class CommandAssembler
- {
- public RabbitMQ.Client.Impl.Command m_command;
- public RabbitMQ.Client.Impl.AbstractProtocolBase m_protocol;
- public ulong m_remainingBodyBytes;
- public RabbitMQ.Client.Impl.AssemblyState m_state;
- public CommandAssembler(RabbitMQ.Client.Impl.AbstractProtocolBase protocol) { }
- public RabbitMQ.Client.Impl.Command HandleFrame(RabbitMQ.Client.Impl.Frame f) { throw null; }
- }
- public delegate void CommandHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd);
- public abstract partial class ConnectionBase : RabbitMQ.Client.IConnection, System.IDisposable
- {
- public static int ConnectionCloseTimeout;
- public static int HandshakeTimeout;
- public System.Threading.ManualResetEvent m_appContinuation;
- public RabbitMQ.Client.Events.CallbackExceptionEventHandler m_callbackException;
- public System.Collections.IDictionary m_clientProperties;
- public volatile bool m_closed;
- public volatile RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Client.Events.ConnectionShutdownEventHandler m_connectionShutdown;
- public readonly object m_eventLock;
- public RabbitMQ.Client.ConnectionFactory m_factory;
- public RabbitMQ.Client.Impl.IFrameHandler m_frameHandler;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public readonly RabbitMQ.Client.Impl.Frame m_heartbeatFrame;
- public System.Threading.AutoResetEvent m_heartbeatRead;
- public System.Threading.AutoResetEvent m_heartbeatWrite;
- public System.Guid m_id;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public int m_missedHeartbeats;
- public RabbitMQ.Client.Impl.ModelBase m_model0;
- public volatile bool m_running;
- public System.Collections.IDictionary m_serverProperties;
- public RabbitMQ.Client.Impl.MainSession m_session0;
- public RabbitMQ.Client.Impl.SessionManager m_sessionManager;
- public System.Collections.IList m_shutdownReport;
- public ConnectionBase(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { }
- public bool AutoClose { get { throw null; } set { } }
- public ushort ChannelMax { get { throw null; } }
- public System.Collections.IDictionary ClientProperties { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public uint FrameMax { get { throw null; } set { } }
- public ushort Heartbeat { get { throw null; } set { } }
- public bool IsOpen { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.AbstractProtocolBase Protocol { get { throw null; } }
- RabbitMQ.Client.IProtocol RabbitMQ.Client.IConnection.Protocol { get { throw null; } }
- public System.Collections.IDictionary ServerProperties { get { throw null; } set { } }
- public System.Collections.IList ShutdownReport { get { throw null; } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(int timeout) { }
- public void Abort(ushort reasonCode, string reasonText) { }
- public void Abort(ushort reasonCode, string reasonText, RabbitMQ.Client.ShutdownInitiator initiator, int timeout) { }
- public void Abort(ushort reasonCode, string reasonText, int timeout) { }
- public void Close() { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool abort, int timeout) { }
- public void Close(int timeout) { }
- public void Close(ushort reasonCode, string reasonText) { }
- public void Close(ushort reasonCode, string reasonText, int timeout) { }
- public void ClosingLoop() { }
- public RabbitMQ.Client.Impl.Command ConnectionCloseWrapper(ushort reasonCode, string reasonText) { throw null; }
- public RabbitMQ.Client.IModel CreateModel() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession(int channelNumber) { throw null; }
- public static System.Collections.IDictionary DefaultClientProperties() { throw null; }
- public void FinishClose() { }
- public void HandleDomainUnload(object sender, System.EventArgs ea) { }
- public void HandleMainLoopException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public bool HardProtocolExceptionHandler(RabbitMQ.Client.Impl.HardProtocolException hpe) { throw null; }
- public void HeartbeatReadLoop() { }
- public void HeartbeatWriteLoop() { }
- public void InternalClose(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void LogCloseError(string error, System.Exception ex) { }
- public void MainLoop() { }
- public void MainLoopIteration() { }
- public void NotifyHeartbeatThread() { }
- public void NotifyReceivedCloseOk() { }
- public void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public void OnShutdown() { }
- public void Open(bool insist) { }
- public void PrettyPrintShutdownReport() { }
- public void QuiesceChannel(RabbitMQ.Client.Impl.SoftProtocolException pe) { }
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- public void StartHeartbeatLoop(System.Threading.ThreadStart loop, string name) { }
- public void StartHeartbeatLoops() { }
- public void StartMainLoop() { }
- void System.IDisposable.Dispose() { }
- public void TerminateMainloop() { }
- public override string ToString() { throw null; }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame f) { }
- public delegate void ConnectionCloseDelegate(ushort replyCode, string replyText, ushort classId, ushort methodId);
- }
- public partial class ConnectionStartDetails
- {
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStartDetails() { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ConnectionTuneDetails
- {
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- }
- public abstract partial class ContentHeaderBase : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected ContentHeaderBase() { }
- public abstract int ProtocolClassId { get; }
- public abstract string ProtocolClassName { get; }
- public abstract void AppendPropertyDebugStringTo(System.Text.StringBuilder sb);
- public virtual object Clone() { throw null; }
- public ulong ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public abstract void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader);
- public abstract void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer);
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer, ulong bodySize) { }
- }
- public partial class ContentHeaderPropertyReader
- {
- protected ushort m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ContinuationBitSet { get { throw null; } }
- public void FinishPresence() { }
- public bool ReadBit() { throw null; }
- public void ReadFlagWord() { }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public bool ReadPresence() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class ContentHeaderPropertyWriter
- {
- protected int m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void FinishPresence() { }
- public void WriteBit(bool bit) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WritePresence(bool present) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class FileProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IFileProperties, System.ICloneable
- {
- protected FileProperties() { }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string Filename { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearFilename();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsFilenamePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class Frame
- {
- public System.IO.MemoryStream m_accumulator;
- public int m_channel;
- public byte[] m_payload;
- public int m_type;
- public Frame() { }
- public Frame(int type, int channel) { }
- public Frame(int type, int channel, byte[] payload) { }
- public int Channel { get { throw null; } }
- public byte[] Payload { get { throw null; } }
- public int Type { get { throw null; } }
- public void FinishWriting() { }
- public RabbitMQ.Util.NetworkBinaryReader GetReader() { throw null; }
- public RabbitMQ.Util.NetworkBinaryWriter GetWriter() { throw null; }
- public static void ProcessProtocolHeader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public static RabbitMQ.Client.Impl.Frame ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override string ToString() { throw null; }
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- }
- public abstract partial class HardProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected HardProtocolException(string message) : base (default(string)) { }
- }
- public partial interface IFrameHandler
- {
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- int Timeout { get; set; }
- void Close();
- RabbitMQ.Client.Impl.Frame ReadFrame();
- void SendHeader();
- void WriteFrame(RabbitMQ.Client.Impl.Frame frame);
- }
- public partial interface IFullModel : RabbitMQ.Client.IModel, System.IDisposable
- {
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "tune")]RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicGetEmpty();
- void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleChannelCloseOk();
- void HandleChannelFlow(bool active);
- void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleConnectionOpenOk(string knownHosts);
- void HandleConnectionRedirect(string host, string knownHosts);
- void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "cancel")]
- void _Private_BasicCancel(string consumerTag, bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "consume")]
- void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute("RabbitMQ.Client.Framing.v0_8qpid", "arguments"), RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8")]System.Collections.IDictionary filter);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "get")]
- void _Private_BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "publish")]
- void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close")]
- void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close-ok")]
- void _Private_ChannelCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "flow-ok")]
- void _Private_ChannelFlowOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "open")]
- void _Private_ChannelOpen(string outOfBand);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close")]
- void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close-ok")]
- void _Private_ConnectionCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "open")]
- void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- }
- public partial interface IRpcContinuation
- {
- void HandleCommand(RabbitMQ.Client.Impl.Command cmd);
- void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface ISession
- {
- int ChannelNumber { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.Impl.CommandHandler CommandReceived { get; set; }
- RabbitMQ.Client.IConnection Connection { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown;
- void Close(RabbitMQ.Client.ShutdownEventArgs reason);
- void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify);
- void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- void Notify();
- void Transmit(RabbitMQ.Client.Impl.Command cmd);
- }
- public partial class MainSession : RabbitMQ.Client.Impl.Session
- {
- public int m_closeClassId;
- public int m_closeMethodId;
- public int m_closeOkClassId;
- public int m_closeOkMethodId;
- public bool m_closeServerInitiated;
- public bool m_closing;
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate m_handler;
- public MainSession(RabbitMQ.Client.Impl.ConnectionBase connection) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate Handler { get { throw null; } set { } }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- public void SetSessionClosing(bool closeServerInitiated) { }
- public override void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- public delegate void SessionCloseDelegate();
- }
- public partial class MalformedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public MalformedFrameException(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class MethodArgumentReader
- {
- public MethodArgumentReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ReadBit() { throw null; }
- public byte[] ReadContent() { throw null; }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class MethodArgumentWriter
- {
- public MethodArgumentWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void Flush() { }
- public void WriteBit(bool val) { }
- public void WriteContent(byte[] val) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class MethodBase : RabbitMQ.Client.IMethod
- {
- protected MethodBase() { }
- public abstract bool HasContent { get; }
- public abstract int ProtocolClassId { get; }
- public abstract int ProtocolMethodId { get; }
- public abstract string ProtocolMethodName { get; }
- public abstract void AppendArgumentDebugStringTo(System.Text.StringBuilder sb);
- public abstract void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader);
- public abstract void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer);
- }
- public abstract partial class ModelBase : RabbitMQ.Client.IModel, RabbitMQ.Client.Impl.IFullModel, System.IDisposable
- {
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Util.BlockingCell m_connectionStartCell;
- public readonly System.Collections.IDictionary m_consumers;
- public RabbitMQ.Client.Impl.RpcContinuationQueue m_continuationQueue;
- public System.Threading.ManualResetEvent m_flowControlBlock;
- public RabbitMQ.Client.Impl.ISession m_session;
- public ModelBase(RabbitMQ.Client.Impl.ISession session) { }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- public event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn { add { } remove { } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(ushort replyCode, string replyText) { }
- public abstract void BasicAck(ulong deliveryTag, bool multiple);
- public void BasicCancel(string consumerTag) { }
- public string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck) { throw null; }
- public void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public abstract void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- public abstract void BasicRecover(bool requeue);
- public abstract void BasicReject(ulong deliveryTag, bool requeue);
- public abstract void ChannelFlow(bool active);
- public void Close() { }
- public void Close(ushort replyCode, string replyText) { }
- public void Close(ushort replyCode, string replyText, bool abort) { }
- public string ConnectionOpen(string virtualHost, string capabilities, bool insist) { throw null; }
- public abstract RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- public abstract void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- public abstract RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- public abstract RabbitMQ.Client.IFileProperties CreateFileProperties();
- public abstract RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- public abstract bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd);
- public abstract void DtxSelect();
- public abstract void DtxStart(string dtxIdentifier);
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void ExchangeDeclare(string exchange, string type) { }
- public void ExchangeDeclare(string exchange, string type, bool durable) { }
- public abstract void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments);
- public abstract void ExchangeDelete(string exchange, bool ifUnused, bool nowait);
- public void FinishClose() { }
- public void HandleBasicCancelOk(string consumerTag) { }
- public void HandleBasicConsumeOk(string consumerTag) { }
- public void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicGetEmpty() { }
- public void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleChannelCloseOk() { }
- public void HandleChannelFlow(bool active) { }
- public void HandleCommand(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd) { }
- public void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleConnectionOpenOk(string knownHosts) { }
- public void HandleConnectionRedirect(string host, string knownHosts) { }
- public void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales) { }
- public RabbitMQ.Client.Impl.MethodBase ModelRpc(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { throw null; }
- public void ModelSend(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public virtual void OnBasicReturn(RabbitMQ.Client.Events.BasicReturnEventArgs args) { }
- public virtual void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public virtual void OnModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void OnSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public abstract void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments);
- public string QueueDeclare() { throw null; }
- public string QueueDeclare(string queue) { throw null; }
- public string QueueDeclare(string queue, bool durable) { throw null; }
- public abstract string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments);
- public abstract uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait);
- public abstract uint QueuePurge(string queue, bool nowait);
- public abstract void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- void System.IDisposable.Dispose() { }
- public override string ToString() { throw null; }
- public void TransmitAndEnqueue(RabbitMQ.Client.Impl.Command cmd, RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public abstract void TxCommit();
- public abstract void TxRollback();
- public abstract void TxSelect();
- public abstract void _Private_BasicCancel(string consumerTag, bool nowait);
- public abstract void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter);
- public abstract void _Private_BasicGet(string queue, bool noAck);
- public abstract void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- public abstract void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ChannelCloseOk();
- public abstract void _Private_ChannelFlowOk();
- public abstract void _Private_ChannelOpen(string outOfBand);
- public abstract void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ConnectionCloseOk();
- public abstract void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- public partial class BasicConsumerRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.IBasicConsumer m_consumer;
- public string m_consumerTag;
- public BasicConsumerRpcContinuation() { }
- }
- public partial class BasicGetRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.BasicGetResult m_result;
- public BasicGetRpcContinuation() { }
- }
- public partial class ConnectionOpenContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public string m_host;
- public string m_knownHosts;
- public bool m_redirect;
- public ConnectionOpenContinuation() { }
- }
- }
- public abstract partial class ProtocolException : System.Net.ProtocolViolationException
- {
- protected ProtocolException(string message) { }
- public abstract ushort ReplyCode { get; }
- public virtual RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class QuiescingSession : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.ShutdownEventArgs m_reason;
- public int m_replyClassId;
- public int m_replyMethodId;
- public QuiescingSession(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber, RabbitMQ.Client.ShutdownEventArgs reason, int replyClassId, int replyMethodId) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public partial class RedirectException : System.Exception
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_host;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public RedirectException(RabbitMQ.Client.AmqpTcpEndpoint host, RabbitMQ.Client.AmqpTcpEndpoint[] knownHosts) { }
- public RedirectException(RabbitMQ.Client.IProtocol protocol, string host, string knownHosts) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Host { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } }
- public static RabbitMQ.Client.AmqpTcpEndpoint ParseHost(RabbitMQ.Client.IProtocol protocol, string host) { throw null; }
- }
- public partial class RpcContinuationQueue
- {
- public RabbitMQ.Client.Impl.IRpcContinuation m_outstandingRpc;
- public RpcContinuationQueue() { }
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.IRpcContinuation Next() { throw null; }
- }
- public partial class Session : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.Impl.CommandAssembler m_assembler;
- public Session(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SessionBase : RabbitMQ.Client.Impl.ISession
- {
- public readonly int m_channelNumber;
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public readonly RabbitMQ.Client.Impl.ConnectionBase m_connection;
- public SessionBase(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) { }
- public int ChannelNumber { get { throw null; } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.Impl.CommandHandler CommandReceived { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.ConnectionBase Connection { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- RabbitMQ.Client.IConnection RabbitMQ.Client.Impl.ISession.Connection { get { throw null; } }
- public event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown { add { } remove { } }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify) { }
- public abstract void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- public void Notify() { }
- public virtual void OnCommandReceived(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void OnConnectionShutdown(RabbitMQ.Client.IConnection conn, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnSessionShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public override string ToString() { throw null; }
- public virtual void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- }
- public partial class SessionManager
- {
- public readonly ushort ChannelMax;
- public SessionManager(RabbitMQ.Client.Impl.ConnectionBase connection, ushort channelMax) { }
- public bool AutoClose { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public void AutoCloseConnection() { }
- public void CheckAutoClose() { }
- public RabbitMQ.Client.Impl.ISession Create() { throw null; }
- public RabbitMQ.Client.Impl.ISession Create(int channelNumber) { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateInternal(int channelNumber) { throw null; }
- public void HandleSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.ISession Lookup(int number) { throw null; }
- public RabbitMQ.Client.Impl.ISession Swap(int channelNumber, RabbitMQ.Client.Impl.ISession replacement) { throw null; }
- }
- public delegate void SessionShutdownEventHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ShutdownContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public ShutdownContinuation() { }
- public virtual void OnShutdown(RabbitMQ.Client.IConnection sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnShutdown(RabbitMQ.Client.IModel sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual RabbitMQ.Client.ShutdownEventArgs Wait() { throw null; }
- }
- public partial class SimpleBlockingRpcContinuation : RabbitMQ.Client.Impl.IRpcContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public SimpleBlockingRpcContinuation() { }
- public virtual RabbitMQ.Client.Impl.Command GetReply() { throw null; }
- public virtual void HandleCommand(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class SocketFrameHandler_0_9 : RabbitMQ.Client.Impl.IFrameHandler
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_endpoint;
- public RabbitMQ.Util.NetworkBinaryReader m_reader;
- public System.Net.Sockets.TcpClient m_socket;
- public RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public const int WSAEWOULDBLOCK = 10035;
- public SocketFrameHandler_0_9(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public int Timeout { get { throw null; } set { } }
- public void Close() { }
- public RabbitMQ.Client.Impl.Frame ReadFrame() { throw null; }
- public void SendHeader() { }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SoftProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected SoftProtocolException(int channelNumber, string message) : base (default(string)) { }
- public int Channel { get { throw null; } }
- }
- public abstract partial class StreamProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IStreamProperties, System.ICloneable
- {
- protected StreamProperties() { }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract byte Priority { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearHeaders();
- public abstract void ClearPriority();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class SyntaxError : RabbitMQ.Client.Impl.HardProtocolException
- {
- public SyntaxError(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnexpectedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public RabbitMQ.Client.Impl.Frame m_frame;
- public UnexpectedFrameException(RabbitMQ.Client.Impl.Frame frame) : base (default(string)) { }
- public RabbitMQ.Client.Impl.Frame Frame { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnknownClassOrMethodException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public UnknownClassOrMethodException(ushort classId, ushort methodId) : base (default(string)) { }
- public ushort ClassId { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class WireFormatting
- {
- public WireFormatting() { }
- public static decimal AmqpToDecimal(byte scale, uint unsignedMantissa) { throw null; }
- public static void DecimalToAmqp(decimal value, out byte scale, out int mantissa) { scale = default(byte); mantissa = default(int); }
- public static System.Collections.IList ReadArray(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static decimal ReadDecimal(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadFieldValue(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static uint ReadLong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ulong ReadLonglong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadLongstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadOctet(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ushort ReadShort(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadShortstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static System.Collections.IDictionary ReadTable(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static RabbitMQ.Client.AmqpTimestamp ReadTimestamp(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteArray(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IList val) { }
- public static void WriteDecimal(RabbitMQ.Util.NetworkBinaryWriter writer, decimal value) { }
- public static void WriteFieldValue(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteLong(RabbitMQ.Util.NetworkBinaryWriter writer, uint val) { }
- public static void WriteLonglong(RabbitMQ.Util.NetworkBinaryWriter writer, ulong val) { }
- public static void WriteLongstr(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] val) { }
- public static void WriteOctet(RabbitMQ.Util.NetworkBinaryWriter writer, byte val) { }
- public static void WriteShort(RabbitMQ.Util.NetworkBinaryWriter writer, ushort val) { }
- public static void WriteShortstr(RabbitMQ.Util.NetworkBinaryWriter writer, string val) { }
- public static void WriteTable(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary val) { }
- public static void WriteTimestamp(RabbitMQ.Util.NetworkBinaryWriter writer, RabbitMQ.Client.AmqpTimestamp val) { }
- }
-}
-namespace RabbitMQ.Client.MessagePatterns
-{
- public partial class SimpleRpcClient : System.IDisposable
- {
- protected RabbitMQ.Client.IModel m_model;
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcClient(RabbitMQ.Client.IModel model) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, RabbitMQ.Client.PublicationAddress address) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string queueName) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string exchange, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.PublicationAddress Address { get { throw null; } set { } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public RabbitMQ.Client.MessagePatterns.Subscription Subscription { get { throw null; } }
- public int TimeoutMilliseconds { get { throw null; } set { } }
- public event System.EventHandler Disconnected { add { } remove { } }
- public event System.EventHandler TimedOut { add { } remove { } }
- public virtual RabbitMQ.Client.Events.BasicDeliverEventArgs Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { throw null; }
- public virtual byte[] Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual byte[] Call(byte[] body) { throw null; }
- public virtual object[] Call(params object[] args) { throw null; }
- public virtual void Cast(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public void Close() { }
- protected virtual void EnsureSubscription() { }
- public virtual void OnDisconnected() { }
- public virtual void OnTimedOut() { }
- protected virtual RabbitMQ.Client.Events.BasicDeliverEventArgs RetrieveReply(string correlationId) { throw null; }
- void System.IDisposable.Dispose() { }
- }
- public partial class SimpleRpcServer : System.IDisposable
- {
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcServer(RabbitMQ.Client.MessagePatterns.Subscription subscription) { }
- public bool Transactional { get { throw null; } }
- public void Close() { }
- public virtual byte[] HandleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual byte[] HandleSimpleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleSimpleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual void HandleStreamMessageCall(RabbitMQ.Client.Content.IStreamMessageBuilder replyWriter, bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, object[] args) { }
- public void MainLoop() { }
- public virtual void ProcessRequest(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void SetTransactional() { }
- void System.IDisposable.Dispose() { }
- }
- public partial class Subscription : System.Collections.IEnumerable, System.Collections.IEnumerator, System.IDisposable
- {
- protected volatile RabbitMQ.Client.QueueingBasicConsumer m_consumer;
- protected readonly object m_consumerLock;
- protected string m_consumerTag;
- protected RabbitMQ.Client.Events.BasicDeliverEventArgs m_latestEvent;
- protected RabbitMQ.Client.IModel m_model;
- protected bool m_noAck;
- protected string m_queueName;
- protected volatile bool m_shouldDelete;
- public Subscription(RabbitMQ.Client.IModel model) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, string exchangeName, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.IBasicConsumer Consumer { get { throw null; } }
- public string ConsumerTag { get { throw null; } }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs LatestEvent { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public bool NoAck { get { throw null; } }
- public string QueueName { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Ack() { }
- public void Ack(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void Bind(string exchangeName, string exchangeType, string routingKey) { }
- public void Close() { }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs Next() { throw null; }
- public bool Next(int millisecondsTimeout, out RabbitMQ.Client.Events.BasicDeliverEventArgs result) { result = default(RabbitMQ.Client.Events.BasicDeliverEventArgs); throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- void System.IDisposable.Dispose() { }
- }
-}
-namespace RabbitMQ.Util
-{
- public partial class BlockingCell
- {
- public BlockingCell() { }
- public object Value { get { throw null; } set { } }
- public bool GetValue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public static int validatedTimeout(int timeout) { throw null; }
- }
- public partial class DebugUtil
- {
- internal DebugUtil() { }
- public static void Dump(byte[] bytes) { }
- public static void Dump(byte[] bytes, System.IO.TextWriter writer) { }
- public static void DumpKeyValue(string key, object value, System.IO.TextWriter writer, int indent) { }
- public static void DumpProperties(object value, System.IO.TextWriter writer, int indent) { }
- }
- public partial class Either
- {
- internal Either() { }
- public RabbitMQ.Util.EitherAlternative Alternative { get { throw null; } }
- public object Value { get { throw null; } }
- public static RabbitMQ.Util.Either Left(object value) { throw null; }
- public static RabbitMQ.Util.Either Right(object value) { throw null; }
- }
- public enum EitherAlternative
- {
- Left = 0,
- Right = 1,
- }
- public partial class IntAllocator
- {
- public IntAllocator(int start, int end) { }
- public int Allocate() { throw null; }
- public void Free(int id) { }
- public bool Reserve(int id) { throw null; }
- public partial class IntervalList
- {
- public int End;
- public RabbitMQ.Util.IntAllocator.IntervalList Next;
- public int Start;
- public IntervalList(int start, int end) { }
- public static RabbitMQ.Util.IntAllocator.IntervalList FromArray(int[] xs, int length) { throw null; }
- public static RabbitMQ.Util.IntAllocator.IntervalList Merge(RabbitMQ.Util.IntAllocator.IntervalList x, RabbitMQ.Util.IntAllocator.IntervalList y) { throw null; }
- }
- }
- public partial class NetworkBinaryReader : System.IO.BinaryReader
- {
- public NetworkBinaryReader(System.IO.Stream input) : base (default(System.IO.Stream)) { }
- public NetworkBinaryReader(System.IO.Stream input, System.Text.Encoding encoding) : base (default(System.IO.Stream)) { }
- public override double ReadDouble() { throw null; }
- public override short ReadInt16() { throw null; }
- public override int ReadInt32() { throw null; }
- public override long ReadInt64() { throw null; }
- public override float ReadSingle() { throw null; }
- public override ushort ReadUInt16() { throw null; }
- public override uint ReadUInt32() { throw null; }
- public override ulong ReadUInt64() { throw null; }
- public static System.IO.BinaryReader TemporaryBinaryReader(byte[] bytes) { throw null; }
- }
- public partial class NetworkBinaryWriter : System.IO.BinaryWriter
- {
- public NetworkBinaryWriter(System.IO.Stream output) { }
- public NetworkBinaryWriter(System.IO.Stream output, System.Text.Encoding encoding) { }
- public static System.IO.BinaryWriter TemporaryBinaryWriter(int initialSize) { throw null; }
- public static byte[] TemporaryContents(System.IO.BinaryWriter w) { throw null; }
- public override void Write(double d) { }
- public override void Write(short i) { }
- public override void Write(int i) { }
- public override void Write(long i) { }
- public override void Write(float f) { }
- public override void Write(ushort i) { }
- public override void Write(uint i) { }
- public override void Write(ulong i) { }
- }
- public partial class Semaphore
- {
- public Semaphore() { }
- public Semaphore(int initialCount) { }
- public int Value { get { throw null; } }
- public void Release() { }
- public bool TryWait() { throw null; }
- public void Wait() { }
- }
- public partial class SharedQueue : System.Collections.IEnumerable
- {
- protected bool m_isOpen;
- protected System.Collections.Queue m_queue;
- public SharedQueue() { }
- public void Close() { }
- public object Dequeue() { throw null; }
- public bool Dequeue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public object DequeueNoWait(object defaultValue) { throw null; }
- public void Enqueue(object o) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class SharedQueueEnumerator : System.Collections.IEnumerator
- {
- protected object m_current;
- protected RabbitMQ.Util.SharedQueue m_queue;
- public SharedQueueEnumerator(RabbitMQ.Util.SharedQueue queue) { }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class XmlUtil
- {
- internal XmlUtil() { }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter() { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(System.IO.Stream stream) { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(string path) { throw null; }
- public static System.Xml.XmlDocument SerializeObject(System.Type serializationType, object obj) { throw null; }
- }
-}
diff --git a/src/v4.5/WebMatrix.Data.cs b/src/v4.5/WebMatrix.Data.cs
deleted file mode 100644
index 45a23b1..0000000
--- a/src/v4.5/WebMatrix.Data.cs
+++ /dev/null
@@ -1,54 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace WebMatrix.Data
-{
- public partial class ConnectionEventArgs : System.EventArgs
- {
- public ConnectionEventArgs(System.Data.Common.DbConnection connection) { }
- public System.Data.Common.DbConnection Connection { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class Database : System.IDisposable
- {
- internal Database() { }
- public System.Data.Common.DbConnection Connection { get { throw null; } }
- public static event System.EventHandler<WebMatrix.Data.ConnectionEventArgs> ConnectionOpened { add { } remove { } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int Execute(string commandText, params object[] args) { throw null; }
- public object GetLastInsertId() { throw null; }
- public static WebMatrix.Data.Database Open(string name) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString, string providerName) { throw null; }
- public System.Collections.Generic.IEnumerable<dynamic> Query(string commandText, params object[] args) { throw null; }
- public dynamic QuerySingle(string commandText, params object[] args) { throw null; }
- public object QueryValue(string commandText, params object[] args) { throw null; }
- }
- public sealed partial class DynamicRecord : System.Dynamic.DynamicObject, System.ComponentModel.ICustomTypeDescriptor
- {
- internal DynamicRecord() { }
- public System.Collections.Generic.IList<string> Columns { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public object this[int index] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public override System.Collections.Generic.IEnumerable<string> GetDynamicMemberNames() { throw null; }
- System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
- System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
- System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
- System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
- public override bool TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) { result = default(object); throw null; }
- }
-}
diff --git a/src/v4.5/monodoc.cs b/src/v4.5/monodoc.cs
deleted file mode 100644
index 32ac03d..0000000
--- a/src/v4.5/monodoc.cs
+++ /dev/null
@@ -1,6024 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Lucene.Net
-{
- public sealed partial class LucenePackage
- {
- internal LucenePackage() { }
- }
-}
-namespace Lucene.Net.Analysis
-{
- public abstract partial class Analyzer : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected internal bool overridesTokenStreamMethod;
- protected Analyzer() { }
- protected internal virtual object PreviousTokenStream { get { throw null; } set { } }
- public void Close() { }
- public virtual void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual int GetOffsetGap(Lucene.Net.Documents.IFieldable field) { throw null; }
- public virtual int GetPositionIncrementGap(string fieldName) { throw null; }
- public virtual Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- [System.ObsoleteAttribute("This is only present to preserve back-compat of classes that subclass a core analyzer and override tokenStream but not reusableTokenStream ")]
- protected internal virtual void SetOverridesTokenStreamMethod<TClass>() where TClass : Lucene.Net.Analysis.Analyzer { }
- public abstract Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader);
- }
- public sealed partial class ASCIIFoldingFilter : Lucene.Net.Analysis.TokenFilter
- {
- public ASCIIFoldingFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public void FoldToASCII(char[] input, int length) { }
- public override bool IncrementToken() { throw null; }
- }
- public abstract partial class BaseCharFilter : Lucene.Net.Analysis.CharFilter
- {
- protected BaseCharFilter(Lucene.Net.Analysis.CharStream @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- protected int LastCumulativeDiff { get { throw null; } }
- protected void AddOffCorrectMap(int off, int cumulativeDiff) { }
- protected internal override int Correct(int currentOff) { throw null; }
- [System.ObsoleteAttribute("Use LastCumulativeDiff property instead")]
- protected int GetLastCumulativeDiff() { throw null; }
- }
- public sealed partial class CachingTokenFilter : Lucene.Net.Analysis.TokenFilter
- {
- public CachingTokenFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- }
- public partial class CharArraySet : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.ISet<string>, System.Collections.IEnumerable
- {
- public static Lucene.Net.Analysis.CharArraySet EMPTY_SET;
- public CharArraySet(System.Collections.Generic.IEnumerable<object> c, bool ignoreCase) { }
- public CharArraySet(System.Collections.Generic.IEnumerable<string> c, bool ignoreCase) { }
- public CharArraySet(int startSize, bool ignoreCase) { }
- public int Count { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool Add(char[] text) { throw null; }
- public bool Add(object item) { throw null; }
- public bool Add(string text) { throw null; }
- public void AddAll(System.Collections.Generic.IEnumerable<string> coll) { }
- public void Clear() { }
- public virtual bool Contains(char[] text, int off, int len) { throw null; }
- public bool Contains(object item) { throw null; }
- public virtual bool Contains(string text) { throw null; }
- public static Lucene.Net.Analysis.CharArraySet Copy<T>(System.Collections.Generic.ISet<T> @set) { throw null; }
- public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
- public void RemoveAll(System.Collections.Generic.ICollection<string> c) { }
- public void RetainAll(System.Collections.Generic.ICollection<string> c) { }
- public System.Collections.Generic.IEnumerator<string> StringEnumerator() { throw null; }
- void System.Collections.Generic.ICollection<string>.Add(string item) { }
- void System.Collections.Generic.ICollection<string>.CopyTo(string[] array, int arrayIndex) { }
- bool System.Collections.Generic.ICollection<string>.Remove(string item) { throw null; }
- void System.Collections.Generic.ISet<string>.ExceptWith(System.Collections.Generic.IEnumerable<string> other) { }
- void System.Collections.Generic.ISet<string>.IntersectWith(System.Collections.Generic.IEnumerable<string> other) { }
- bool System.Collections.Generic.ISet<string>.IsProperSubsetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsProperSupersetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsSubsetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.IsSupersetOf(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.Overlaps(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- bool System.Collections.Generic.ISet<string>.SetEquals(System.Collections.Generic.IEnumerable<string> other) { throw null; }
- void System.Collections.Generic.ISet<string>.SymmetricExceptWith(System.Collections.Generic.IEnumerable<string> other) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public void UnionWith(System.Collections.Generic.IEnumerable<string> other) { }
- public static Lucene.Net.Analysis.CharArraySet UnmodifiableSet(Lucene.Net.Analysis.CharArraySet @set) { throw null; }
- public partial class CharArraySetEnumerator : System.Collections.Generic.IEnumerator<string>, System.Collections.IEnumerator, System.IDisposable
- {
- protected internal CharArraySetEnumerator(Lucene.Net.Analysis.CharArraySet creator) { }
- public string Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Dispose() { }
- public bool MoveNext() { throw null; }
- public char[] NextCharArray() { throw null; }
- public void Reset() { }
- }
- }
- public abstract partial class CharFilter : Lucene.Net.Analysis.CharStream
- {
- protected internal Lucene.Net.Analysis.CharStream input;
- protected internal CharFilter(Lucene.Net.Analysis.CharStream in_Renamed) : base (default(System.IO.StreamReader)) { }
- protected internal virtual int Correct(int currentOff) { throw null; }
- public override int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public void Mark(int readAheadLimit) { }
- public bool MarkSupported() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- public void Reset() { }
- }
- public sealed partial class CharReader : Lucene.Net.Analysis.CharStream
- {
- internal CharReader() : base (default(System.IO.StreamReader)) { }
- public override int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public static Lucene.Net.Analysis.CharStream Get(System.IO.TextReader input) { throw null; }
- public void Mark(int readAheadLimit) { }
- public bool MarkSupported() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- public void Reset() { }
- }
- public abstract partial class CharStream : System.IO.StreamReader
- {
- protected CharStream(System.IO.StreamReader reader) : base (default(System.IO.Stream)) { }
- public abstract int CorrectOffset(int currentOff);
- }
- public abstract partial class CharTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- protected CharTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- protected CharTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- protected CharTokenizer(System.IO.TextReader input) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- protected internal abstract bool IsTokenChar(char c);
- protected internal virtual char Normalize(char c) { throw null; }
- public override void Reset(System.IO.TextReader input) { }
- }
- [System.ObsoleteAttribute("If you build a new index, use ASCIIFoldingFilter which covers a superset of Latin 1. This class is included for use with existing indexes and will be removed in a future release (possible Lucene 4.0).")]
- public partial class ISOLatin1AccentFilter : Lucene.Net.Analysis.TokenFilter
- {
- public ISOLatin1AccentFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- public void RemoveAccents(char[] input, int length) { }
- }
- public partial class KeywordAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public KeywordAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class KeywordTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- public KeywordTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input, int bufferSize) { }
- public KeywordTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input, int bufferSize) { }
- public KeywordTokenizer(System.IO.TextReader input) { }
- public KeywordTokenizer(System.IO.TextReader input, int bufferSize) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset(System.IO.TextReader input) { }
- }
- public sealed partial class LengthFilter : Lucene.Net.Analysis.TokenFilter
- {
- public LengthFilter(Lucene.Net.Analysis.TokenStream in_Renamed, int min, int max) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public partial class LetterTokenizer : Lucene.Net.Analysis.CharTokenizer
- {
- public LetterTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LetterTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LetterTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override bool IsTokenChar(char c) { throw null; }
- }
- public sealed partial class LowerCaseFilter : Lucene.Net.Analysis.TokenFilter
- {
- public LowerCaseFilter(Lucene.Net.Analysis.TokenStream @in) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class LowerCaseTokenizer : Lucene.Net.Analysis.LetterTokenizer
- {
- public LowerCaseTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LowerCaseTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public LowerCaseTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override char Normalize(char c) { throw null; }
- }
- public partial class MappingCharFilter : Lucene.Net.Analysis.BaseCharFilter
- {
- public MappingCharFilter(Lucene.Net.Analysis.NormalizeCharMap normMap, Lucene.Net.Analysis.CharStream @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- public MappingCharFilter(Lucene.Net.Analysis.NormalizeCharMap normMap, System.IO.TextReader @in) : base (default(Lucene.Net.Analysis.CharStream)) { }
- public override int Read() { throw null; }
- public override int Read(char[] cbuf, int off, int len) { throw null; }
- }
- public partial class NormalizeCharMap
- {
- public NormalizeCharMap() { }
- public virtual void Add(string singleMatch, string replacement) { }
- }
- public sealed partial class NumericTokenStream : Lucene.Net.Analysis.TokenStream
- {
- public const string TOKEN_TYPE_FULL_PREC = "fullPrecNumeric";
- public const string TOKEN_TYPE_LOWER_PREC = "lowerPrecNumeric";
- public NumericTokenStream() { }
- public NumericTokenStream(Lucene.Net.Util.AttributeSource source, int precisionStep) { }
- public NumericTokenStream(Lucene.Net.Util.AttributeSource.AttributeFactory factory, int precisionStep) { }
- public NumericTokenStream(int precisionStep) { }
- protected override void Dispose(bool disposing) { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- public Lucene.Net.Analysis.NumericTokenStream SetDoubleValue(double value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetFloatValue(float value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetIntValue(int value_Renamed) { throw null; }
- public Lucene.Net.Analysis.NumericTokenStream SetLongValue(long value_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PerFieldAnalyzerWrapper : Lucene.Net.Analysis.Analyzer
- {
- public PerFieldAnalyzerWrapper(Lucene.Net.Analysis.Analyzer defaultAnalyzer) { }
- public PerFieldAnalyzerWrapper(Lucene.Net.Analysis.Analyzer defaultAnalyzer, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, Lucene.Net.Analysis.Analyzer>> fieldAnalyzers) { }
- public virtual void AddAnalyzer(string fieldName, Lucene.Net.Analysis.Analyzer analyzer) { }
- public override int GetOffsetGap(Lucene.Net.Documents.IFieldable field) { throw null; }
- public override int GetPositionIncrementGap(string fieldName) { throw null; }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class PorterStemFilter : Lucene.Net.Analysis.TokenFilter
- {
- public PorterStemFilter(Lucene.Net.Analysis.TokenStream in_Renamed) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class SimpleAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public SimpleAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StopAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public static System.Collections.Generic.ISet<string> ENGLISH_STOP_WORDS_SET;
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.Collections.Generic.ISet<string> stopWords) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.FileInfo stopwordsFile) { }
- public StopAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader stopwords) { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StopFilter : Lucene.Net.Analysis.TokenFilter
- {
- public StopFilter(bool enablePositionIncrements, Lucene.Net.Analysis.TokenStream @in, System.Collections.Generic.ISet<string> stopWords) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public StopFilter(bool enablePositionIncrements, Lucene.Net.Analysis.TokenStream input, System.Collections.Generic.ISet<string> stopWords, bool ignoreCase) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public bool EnablePositionIncrements { get { throw null; } set { } }
- public static bool GetEnablePositionIncrementsVersionDefault(Lucene.Net.Util.Version matchVersion) { throw null; }
- public override bool IncrementToken() { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(System.Collections.Generic.IList<object> stopWords) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(System.Collections.Generic.IList<object> stopWords, bool ignoreCase) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(params string[] stopWords) { throw null; }
- public static System.Collections.Generic.ISet<string> MakeStopSet(string[] stopWords, bool ignoreCase) { throw null; }
- }
- public sealed partial class TeeSinkTokenFilter : Lucene.Net.Analysis.TokenFilter
- {
- public TeeSinkTokenFilter(Lucene.Net.Analysis.TokenStream input) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public void AddSinkTokenStream(Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream sink) { }
- public void ConsumeAllTokens() { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream NewSinkTokenStream() { throw null; }
- public Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream NewSinkTokenStream(Lucene.Net.Analysis.TeeSinkTokenFilter.SinkFilter filter) { throw null; }
- public partial class AnonymousClassSinkFilter : Lucene.Net.Analysis.TeeSinkTokenFilter.SinkFilter
- {
- public AnonymousClassSinkFilter() { }
- public override bool Accept(Lucene.Net.Util.AttributeSource source) { throw null; }
- }
- public abstract partial class SinkFilter
- {
- protected SinkFilter() { }
- public abstract bool Accept(Lucene.Net.Util.AttributeSource source);
- public virtual void Reset() { }
- }
- public sealed partial class SinkTokenStream : Lucene.Net.Analysis.TokenStream
- {
- internal SinkTokenStream() { }
- protected override void Dispose(bool disposing) { }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset() { }
- }
- }
- [System.SerializableAttribute]
- public partial class Token : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute, Lucene.Net.Analysis.Tokenattributes.IOffsetAttribute, Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute, Lucene.Net.Analysis.Tokenattributes.IPositionIncrementAttribute, Lucene.Net.Analysis.Tokenattributes.ITermAttribute, Lucene.Net.Analysis.Tokenattributes.ITypeAttribute, Lucene.Net.Util.IAttribute
- {
- public const string DEFAULT_TYPE = "word";
- public static Lucene.Net.Util.AttributeSource.AttributeFactory TOKEN_ATTRIBUTE_FACTORY;
- public Token() { }
- public Token(char[] startTermBuffer, int termBufferOffset, int termBufferLength, int start, int end) { }
- public Token(int start, int end) { }
- public Token(int start, int end, int flags) { }
- public Token(int start, int end, string typ) { }
- public Token(string text, int start, int end) { }
- public Token(string text, int start, int end, int flags) { }
- public Token(string text, int start, int end, string typ) { }
- public virtual int EndOffset { get { throw null; } set { } }
- public virtual int Flags { get { throw null; } set { } }
- public virtual Lucene.Net.Index.Payload Payload { get { throw null; } set { } }
- public virtual int PositionIncrement { get { throw null; } set { } }
- public virtual int StartOffset { get { throw null; } set { } }
- public string Term { get { throw null; } }
- public string Type { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public virtual Lucene.Net.Analysis.Token Clone(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype) { }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype, char[] newTermBuffer, int offset, int length) { }
- public virtual void Reinit(Lucene.Net.Analysis.Token prototype, string newTerm) { }
- public virtual Lucene.Net.Analysis.Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newTermOffset, int newTermLength, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual Lucene.Net.Analysis.Token Reinit(string newTerm, int newStartOffset, int newEndOffset, string newType) { throw null; }
- public virtual char[] ResizeTermBuffer(int newSize) { throw null; }
- public virtual void SetOffset(int startOffset, int endOffset) { }
- public void SetTermBuffer(char[] buffer, int offset, int length) { }
- public void SetTermBuffer(string buffer) { }
- public void SetTermBuffer(string buffer, int offset, int length) { }
- public void SetTermLength(int length) { }
- public char[] TermBuffer() { throw null; }
- public int TermLength() { throw null; }
- public override string ToString() { throw null; }
- public partial class TokenAttributeFactory : Lucene.Net.Util.AttributeSource.AttributeFactory
- {
- public TokenAttributeFactory(Lucene.Net.Util.AttributeSource.AttributeFactory delegateFactory) { }
- public override Lucene.Net.Util.Attribute CreateAttributeInstance<T>() { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public abstract partial class TokenFilter : Lucene.Net.Analysis.TokenStream
- {
- protected internal Lucene.Net.Analysis.TokenStream input;
- protected internal TokenFilter(Lucene.Net.Analysis.TokenStream input) { }
- protected override void Dispose(bool disposing) { }
- public override void End() { }
- public override void Reset() { }
- }
- public abstract partial class Tokenizer : Lucene.Net.Analysis.TokenStream
- {
- protected internal System.IO.TextReader input;
- protected internal Tokenizer() { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource source) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- protected internal Tokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- protected internal Tokenizer(System.IO.TextReader input) { }
- protected internal int CorrectOffset(int currentOff) { throw null; }
- protected override void Dispose(bool disposing) { }
- public virtual void Reset(System.IO.TextReader input) { }
- }
- public abstract partial class TokenStream : Lucene.Net.Util.AttributeSource, System.IDisposable
- {
- protected internal TokenStream() { }
- protected internal TokenStream(Lucene.Net.Util.AttributeSource input) { }
- protected internal TokenStream(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public virtual void End() { }
- public abstract bool IncrementToken();
- public virtual void Reset() { }
- }
- public sealed partial class WhitespaceAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public WhitespaceAnalyzer() { }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public partial class WhitespaceTokenizer : Lucene.Net.Analysis.CharTokenizer
- {
- public WhitespaceTokenizer(Lucene.Net.Util.AttributeSource source, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public WhitespaceTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- public WhitespaceTokenizer(System.IO.TextReader @in) : base (default(System.IO.TextReader)) { }
- protected internal override bool IsTokenChar(char c) { throw null; }
- }
- public partial class WordlistLoader
- {
- public WordlistLoader() { }
- public static System.Collections.Generic.Dictionary<string, string> GetStemDict(System.IO.FileInfo wordstemfile) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.FileInfo wordfile) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.FileInfo wordfile, string comment) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.TextReader reader) { throw null; }
- public static System.Collections.Generic.ISet<string> GetWordSet(System.IO.TextReader reader, string comment) { throw null; }
- }
-}
-namespace Lucene.Net.Analysis.Standard
-{
- public partial class StandardAnalyzer : Lucene.Net.Analysis.Analyzer
- {
- public const int DEFAULT_MAX_TOKEN_LENGTH = 255;
- public static readonly System.Collections.Generic.ISet<string> STOP_WORDS_SET;
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.Collections.Generic.ISet<string> stopWords) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.FileInfo stopwords) { }
- public StandardAnalyzer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader stopwords) { }
- public virtual int MaxTokenLength { get { throw null; } set { } }
- public override Lucene.Net.Analysis.TokenStream ReusableTokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- public override Lucene.Net.Analysis.TokenStream TokenStream(string fieldName, System.IO.TextReader reader) { throw null; }
- }
- public sealed partial class StandardFilter : Lucene.Net.Analysis.TokenFilter
- {
- public StandardFilter(Lucene.Net.Analysis.TokenStream in_Renamed) : base (default(Lucene.Net.Analysis.TokenStream)) { }
- public override bool IncrementToken() { throw null; }
- }
- public sealed partial class StandardTokenizer : Lucene.Net.Analysis.Tokenizer
- {
- public const int ACRONYM = 2;
- [System.ObsoleteAttribute("this solves a bug where HOSTs that end with '.' are identified as ACRONYMs.")]
- public const int ACRONYM_DEP = 8;
- public const int ALPHANUM = 0;
- public const int APOSTROPHE = 1;
- public const int CJ = 7;
- public const int COMPANY = 3;
- public const int EMAIL = 4;
- public const int HOST = 5;
- public const int NUM = 6;
- public static readonly string[] TOKEN_TYPES;
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, Lucene.Net.Util.AttributeSource source, System.IO.TextReader input) { }
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, Lucene.Net.Util.AttributeSource.AttributeFactory factory, System.IO.TextReader input) { }
- public StandardTokenizer(Lucene.Net.Util.Version matchVersion, System.IO.TextReader input) { }
- public int MaxTokenLength { get { throw null; } set { } }
- public override void End() { }
- public override bool IncrementToken() { throw null; }
- public override void Reset(System.IO.TextReader reader) { }
- [System.ObsoleteAttribute("Remove in 3.X and make true the only valid value. See https://issues.apache.org/jira/browse/LUCENE-1068")]
- public void SetReplaceInvalidAcronym(bool replaceInvalidAcronym) { }
- }
-}
-namespace Lucene.Net.Analysis.Tokenattributes
-{
- [System.SerializableAttribute]
- public partial class FlagsAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IFlagsAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public FlagsAttribute() { }
- public virtual int Flags { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial interface IFlagsAttribute : Lucene.Net.Util.IAttribute
- {
- int Flags { get; set; }
- }
- public partial interface IOffsetAttribute : Lucene.Net.Util.IAttribute
- {
- int EndOffset { get; }
- int StartOffset { get; }
- void SetOffset(int startOffset, int endOffset);
- }
- public partial interface IPayloadAttribute : Lucene.Net.Util.IAttribute
- {
- Lucene.Net.Index.Payload Payload { get; set; }
- }
- public partial interface IPositionIncrementAttribute : Lucene.Net.Util.IAttribute
- {
- int PositionIncrement { get; set; }
- }
- public partial interface ITermAttribute : Lucene.Net.Util.IAttribute
- {
- string Term { get; }
- char[] ResizeTermBuffer(int newSize);
- void SetTermBuffer(char[] buffer, int offset, int length);
- void SetTermBuffer(string buffer);
- void SetTermBuffer(string buffer, int offset, int length);
- void SetTermLength(int length);
- char[] TermBuffer();
- int TermLength();
- }
- public partial interface ITypeAttribute : Lucene.Net.Util.IAttribute
- {
- string Type { get; set; }
- }
- [System.SerializableAttribute]
- public partial class OffsetAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IOffsetAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public OffsetAttribute() { }
- public virtual int EndOffset { get { throw null; } }
- public virtual int StartOffset { get { throw null; } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void SetOffset(int startOffset, int endOffset) { }
- }
- [System.SerializableAttribute]
- public partial class PayloadAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public PayloadAttribute() { }
- public PayloadAttribute(Lucene.Net.Index.Payload payload) { }
- public virtual Lucene.Net.Index.Payload Payload { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PositionIncrementAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.IPositionIncrementAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public PositionIncrementAttribute() { }
- public virtual int PositionIncrement { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.ITermAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public TermAttribute() { }
- public virtual string Term { get { throw null; } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual char[] ResizeTermBuffer(int newSize) { throw null; }
- public virtual void SetTermBuffer(char[] buffer, int offset, int length) { }
- public virtual void SetTermBuffer(string buffer) { }
- public virtual void SetTermBuffer(string buffer, int offset, int length) { }
- public virtual void SetTermLength(int length) { }
- public virtual char[] TermBuffer() { throw null; }
- public virtual int TermLength() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TypeAttribute : Lucene.Net.Util.Attribute, Lucene.Net.Analysis.Tokenattributes.ITypeAttribute, Lucene.Net.Util.IAttribute, System.ICloneable
- {
- public const string DEFAULT_TYPE = "word";
- public TypeAttribute() { }
- public TypeAttribute(string type) { }
- public virtual string Type { get { throw null; } set { } }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override void CopyTo(Lucene.Net.Util.Attribute target) { }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
-}
-namespace Lucene.Net.Documents
-{
- [System.SerializableAttribute]
- public abstract partial class AbstractField : Lucene.Net.Documents.IFieldable
- {
- protected internal object fieldsData;
- protected internal int internalBinaryLength;
- protected internal int internalbinaryOffset;
- protected internal float internalBoost;
- protected internal bool internalIsBinary;
- protected internal bool internalIsIndexed;
- protected internal bool internalIsStored;
- protected internal bool internalIsTokenized;
- protected internal string internalName;
- protected internal bool internalOmitNorms;
- protected internal bool internalOmitTermFreqAndPositions;
- protected internal bool lazy;
- protected internal bool storeOffsetWithTermVector;
- protected internal bool storePositionWithTermVector;
- protected internal bool storeTermVector;
- protected internal Lucene.Net.Analysis.TokenStream tokenStream;
- protected internal AbstractField() { }
- protected internal AbstractField(string name, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public virtual int BinaryLength { get { throw null; } }
- public virtual int BinaryOffset { get { throw null; } }
- public virtual float Boost { get { throw null; } set { } }
- public bool IsBinary { get { throw null; } }
- public bool IsIndexed { get { throw null; } }
- public virtual bool IsLazy { get { throw null; } }
- public bool IsStored { get { throw null; } }
- public virtual bool IsStoreOffsetWithTermVector { get { throw null; } }
- public virtual bool IsStorePositionWithTermVector { get { throw null; } }
- public bool IsTermVectorStored { get { throw null; } }
- public bool IsTokenized { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual bool OmitNorms { get { throw null; } set { } }
- public virtual bool OmitTermFreqAndPositions { get { throw null; } set { } }
- public abstract System.IO.TextReader ReaderValue { get; }
- public abstract string StringValue { get; }
- public abstract Lucene.Net.Analysis.TokenStream TokenStreamValue { get; }
- public virtual byte[] GetBinaryValue() { throw null; }
- public virtual byte[] GetBinaryValue(byte[] result) { throw null; }
- protected internal virtual void SetStoreTermVector(Lucene.Net.Documents.Field.TermVector termVector) { }
- public override string ToString() { throw null; }
- }
- public partial class CompressionTools
- {
- internal CompressionTools() { }
- public static byte[] Compress(byte[] value_Renamed) { throw null; }
- public static byte[] Compress(byte[] value_Renamed, int offset, int length) { throw null; }
- public static byte[] Compress(byte[] value_Renamed, int offset, int length, int compressionLevel) { throw null; }
- public static byte[] CompressString(string value_Renamed) { throw null; }
- public static byte[] CompressString(string value_Renamed, int compressionLevel) { throw null; }
- public static byte[] Decompress(byte[] value_Renamed) { throw null; }
- public static string DecompressString(byte[] value_Renamed) { throw null; }
- }
- [System.ObsoleteAttribute("If you build a new index, use DateTools or NumericField instead.This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).")]
- public partial class DateField
- {
- internal DateField() { }
- public static string DateToString(System.DateTime date) { throw null; }
- public static string MAX_DATE_STRING() { throw null; }
- public static string MIN_DATE_STRING() { throw null; }
- public static System.DateTime StringToDate(string s) { throw null; }
- public static long StringToTime(string s) { throw null; }
- public static string TimeToString(long time) { throw null; }
- }
- public partial class DateTools
- {
- internal DateTools() { }
- public static string DateToString(System.DateTime date, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static System.DateTime Round(System.DateTime date, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static long Round(long time, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public static System.DateTime StringToDate(string dateString) { throw null; }
- public static long StringToTime(string dateString) { throw null; }
- public static string TimeToString(long time, Lucene.Net.Documents.DateTools.Resolution resolution) { throw null; }
- public partial class Resolution
- {
- internal Resolution() { }
- public static readonly Lucene.Net.Documents.DateTools.Resolution DAY;
- public static readonly Lucene.Net.Documents.DateTools.Resolution HOUR;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MILLISECOND;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MINUTE;
- public static readonly Lucene.Net.Documents.DateTools.Resolution MONTH;
- public static readonly Lucene.Net.Documents.DateTools.Resolution SECOND;
- public static readonly Lucene.Net.Documents.DateTools.Resolution YEAR;
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class Document
- {
- public Document() { }
- public float Boost { get { throw null; } set { } }
- public System.Collections.Generic.IList<Lucene.Net.Documents.IFieldable> fields_ForNUnit { get { throw null; } }
- public void Add(Lucene.Net.Documents.IFieldable field) { }
- public string Get(string name) { throw null; }
- public byte[] GetBinaryValue(string name) { throw null; }
- public byte[][] GetBinaryValues(string name) { throw null; }
- public Lucene.Net.Documents.Field GetField(string name) { throw null; }
- public Lucene.Net.Documents.IFieldable GetFieldable(string name) { throw null; }
- public Lucene.Net.Documents.IFieldable[] GetFieldables(string name) { throw null; }
- public System.Collections.Generic.IList<Lucene.Net.Documents.IFieldable> GetFields() { throw null; }
- public Lucene.Net.Documents.Field[] GetFields(string name) { throw null; }
- public string[] GetValues(string name) { throw null; }
- public void RemoveField(string name) { }
- public void RemoveFields(string name) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class Field : Lucene.Net.Documents.AbstractField, Lucene.Net.Documents.IFieldable
- {
- public Field(string name, Lucene.Net.Analysis.TokenStream tokenStream) { }
- public Field(string name, Lucene.Net.Analysis.TokenStream tokenStream, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, bool internName, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, byte[] value_Renamed, Lucene.Net.Documents.Field.Store store) { }
- public Field(string name, byte[] value_Renamed, int offset, int length, Lucene.Net.Documents.Field.Store store) { }
- public Field(string name, System.IO.TextReader reader) { }
- public Field(string name, System.IO.TextReader reader, Lucene.Net.Documents.Field.TermVector termVector) { }
- public Field(string name, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index) { }
- public Field(string name, string value, Lucene.Net.Documents.Field.Store store, Lucene.Net.Documents.Field.Index index, Lucene.Net.Documents.Field.TermVector termVector) { }
- public override System.IO.TextReader ReaderValue { get { throw null; } }
- public override string StringValue { get { throw null; } }
- public override Lucene.Net.Analysis.TokenStream TokenStreamValue { get { throw null; } }
- public void SetTokenStream(Lucene.Net.Analysis.TokenStream tokenStream) { }
- public void SetValue(byte[] value) { }
- public void SetValue(byte[] value, int offset, int length) { }
- public void SetValue(System.IO.TextReader value) { }
- public void SetValue(string value) { }
- public enum Index
- {
- ANALYZED = 1,
- ANALYZED_NO_NORMS = 4,
- NO = 0,
- NOT_ANALYZED = 2,
- NOT_ANALYZED_NO_NORMS = 3,
- }
- public enum Store
- {
- NO = 1,
- YES = 0,
- }
- public enum TermVector
- {
- NO = 0,
- WITH_OFFSETS = 3,
- WITH_POSITIONS = 2,
- WITH_POSITIONS_OFFSETS = 4,
- YES = 1,
- }
- }
- public static partial class FieldExtensions
- {
- public static bool IsAnalyzed(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static bool IsIndexed(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static bool IsStored(this Lucene.Net.Documents.Field.Store store) { throw null; }
- public static bool IsStored(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- public static bool OmitNorms(this Lucene.Net.Documents.Field.Index index) { throw null; }
- public static Lucene.Net.Documents.Field.Index ToIndex(bool indexed, bool analyed) { throw null; }
- public static Lucene.Net.Documents.Field.Index ToIndex(bool indexed, bool analyzed, bool omitNorms) { throw null; }
- public static Lucene.Net.Documents.Field.TermVector ToTermVector(bool stored, bool withOffsets, bool withPositions) { throw null; }
- public static bool WithOffsets(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- public static bool WithPositions(this Lucene.Net.Documents.Field.TermVector tv) { throw null; }
- }
- public partial interface FieldSelector
- {
- Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName);
- }
- public enum FieldSelectorResult
- {
- INVALID = 0,
- LAZY_LOAD = 2,
- LOAD = 1,
- LOAD_AND_BREAK = 4,
- NO_LOAD = 3,
- SIZE = 5,
- SIZE_AND_BREAK = 6,
- }
- public partial interface IFieldable
- {
- int BinaryLength { get; }
- int BinaryOffset { get; }
- float Boost { get; set; }
- bool IsBinary { get; }
- bool IsIndexed { get; }
- bool IsLazy { get; }
- bool IsStored { get; }
- bool IsStoreOffsetWithTermVector { get; }
- bool IsStorePositionWithTermVector { get; }
- bool IsTermVectorStored { get; }
- bool IsTokenized { get; }
- string Name { get; }
- bool OmitNorms { get; set; }
- bool OmitTermFreqAndPositions { get; set; }
- System.IO.TextReader ReaderValue { get; }
- string StringValue { get; }
- Lucene.Net.Analysis.TokenStream TokenStreamValue { get; }
- byte[] GetBinaryValue();
- byte[] GetBinaryValue(byte[] result);
- }
- [System.SerializableAttribute]
- public partial class LoadFirstFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public LoadFirstFieldSelector() { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MapFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public MapFieldSelector(System.Collections.Generic.IDictionary<string, Lucene.Net.Documents.FieldSelectorResult> fieldSelections) { }
- public MapFieldSelector(System.Collections.Generic.IList<string> fields) { }
- public MapFieldSelector(params string[] fields) { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string field) { throw null; }
- }
- [System.ObsoleteAttribute("For new indexes use NumericUtils instead, which provides a sortable binary representation (prefix encoded) of numeric values. To index and efficiently query numeric values use NumericField and NumericRangeQuery. This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).")]
- public partial class NumberTools
- {
- public static readonly string MAX_STRING_VALUE;
- public static readonly string MIN_STRING_VALUE;
- public static readonly int STR_SIZE;
- public NumberTools() { }
- public static string LongToString(long l) { throw null; }
- public static long StringToLong(string str) { throw null; }
- public static long ToLong(string t) { throw null; }
- public static string ToString(long lval) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericField : Lucene.Net.Documents.AbstractField
- {
- public NumericField(string name) { }
- public NumericField(string name, Lucene.Net.Documents.Field.Store store, bool index) { }
- public NumericField(string name, int precisionStep) { }
- public NumericField(string name, int precisionStep, Lucene.Net.Documents.Field.Store store, bool index) { }
- public System.ValueType NumericValue { get { throw null; } }
- public override System.IO.TextReader ReaderValue { get { throw null; } }
- public override string StringValue { get { throw null; } }
- public override Lucene.Net.Analysis.TokenStream TokenStreamValue { get { throw null; } }
- public override byte[] GetBinaryValue(byte[] result) { throw null; }
- public Lucene.Net.Documents.NumericField SetDoubleValue(double value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetFloatValue(float value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetIntValue(int value_Renamed) { throw null; }
- public Lucene.Net.Documents.NumericField SetLongValue(long value_Renamed) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SetBasedFieldSelector : Lucene.Net.Documents.FieldSelector
- {
- public SetBasedFieldSelector(System.Collections.Generic.ISet<string> fieldsToLoad, System.Collections.Generic.ISet<string> lazyFieldsToLoad) { }
- public virtual Lucene.Net.Documents.FieldSelectorResult Accept(string fieldName) { throw null; }
- }
-}
-namespace Lucene.Net.Index
-{
- public abstract partial class AbstractAllTermDocs : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- protected int internalDoc;
- protected int maxDoc;
- protected AbstractAllTermDocs(int maxDoc) { }
- public int Doc { get { throw null; } }
- public int Freq { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract bool IsDeleted(int doc);
- public bool Next() { throw null; }
- public int Read(int[] docs, int[] freqs) { throw null; }
- public void Seek(Lucene.Net.Index.Term term) { }
- public void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public bool SkipTo(int target) { throw null; }
- }
- public sealed partial class ByteBlockPool
- {
- public byte[] buffer;
- public byte[][] buffers;
- public int byteOffset;
- public int byteUpto;
- public static readonly int FIRST_LEVEL_SIZE_For_NUnit_Test;
- public ByteBlockPool(Lucene.Net.Index.ByteBlockPool.Allocator allocator, bool trackAllocations) { }
- public static int FIRST_LEVEL_SIZE_ForNUnit { get { throw null; } }
- public int AllocSlice(byte[] slice, int upto) { throw null; }
- public int NewSlice(int size) { throw null; }
- public void NextBuffer() { }
- public void Reset() { }
- public abstract partial class Allocator
- {
- protected Allocator() { }
- public abstract byte[] GetByteBlock(bool trackAllocations);
- public abstract void RecycleByteBlocks(byte[][] blocks, int start, int end);
- public abstract void RecycleByteBlocks(System.Collections.Generic.IList<byte[]> blocks);
- }
- }
- public sealed partial class ByteSliceReader : Lucene.Net.Store.IndexInput
- {
- public int bufferOffset;
- public int endIndex;
- public int upto;
- public ByteSliceReader() { }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public bool Eof() { throw null; }
- public void Init(Lucene.Net.Index.ByteBlockPool pool, int startIndex, int endIndex) { }
- public override long Length() { throw null; }
- public void NextSlice() { }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- public long WriteTo(Lucene.Net.Store.IndexOutput @out) { throw null; }
- }
- public sealed partial class ByteSliceWriter
- {
- public ByteSliceWriter(Lucene.Net.Index.ByteBlockPool pool) { }
- public int Address { get { throw null; } }
- public void Init(int address) { }
- public void WriteByte(byte b) { }
- public void WriteBytes(byte[] b, int offset, int len) { }
- public void WriteVInt(int i) { }
- }
- public partial class CheckIndex
- {
- public CheckIndex(Lucene.Net.Store.Directory dir) { }
- public virtual Lucene.Net.Index.CheckIndex.Status CheckIndex_Renamed_Method() { throw null; }
- public virtual Lucene.Net.Index.CheckIndex.Status CheckIndex_Renamed_Method(System.Collections.Generic.List<string> onlySegments) { throw null; }
- public virtual void FixIndex(Lucene.Net.Index.CheckIndex.Status result) { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public virtual void SetInfoStream(System.IO.StreamWriter @out) { }
- public partial class Status
- {
- public bool cantOpenSegments;
- public bool clean;
- public Lucene.Net.Store.Directory dir;
- public bool missingSegments;
- public bool missingSegmentVersion;
- public int numBadSegments;
- public int numSegments;
- public bool @partial;
- public string segmentFormat;
- public System.Collections.Generic.IList<Lucene.Net.Index.CheckIndex.Status.SegmentInfoStatus> segmentInfos;
- public System.Collections.Generic.List<string> segmentsChecked;
- public string segmentsFileName;
- public bool toolOutOfDate;
- public int totLoseDocCount;
- public System.Collections.Generic.IDictionary<string, string> userData;
- public Status() { }
- public sealed partial class FieldNormStatus
- {
- public System.Exception error;
- public long totFields;
- public FieldNormStatus() { }
- }
- public partial class SegmentInfoStatus
- {
- public bool compound;
- public string deletionsFileName;
- public System.Collections.Generic.IDictionary<string, string> diagnostics;
- public int docCount;
- public bool docStoreCompoundFile;
- public int docStoreOffset;
- public string docStoreSegment;
- public Lucene.Net.Index.CheckIndex.Status.FieldNormStatus fieldNormStatus;
- public bool hasDeletions;
- public bool hasProx;
- public string name;
- public int numDeleted;
- public int numFiles;
- public bool openReaderPassed;
- public double sizeMB;
- public Lucene.Net.Index.CheckIndex.Status.StoredFieldStatus storedFieldStatus;
- public Lucene.Net.Index.CheckIndex.Status.TermIndexStatus termIndexStatus;
- public Lucene.Net.Index.CheckIndex.Status.TermVectorStatus termVectorStatus;
- public SegmentInfoStatus() { }
- }
- public sealed partial class StoredFieldStatus
- {
- public int docCount;
- public System.Exception error;
- public long totFields;
- public StoredFieldStatus() { }
- }
- public sealed partial class TermIndexStatus
- {
- public System.Exception error;
- public long termCount;
- public long totFreq;
- public long totPos;
- public TermIndexStatus() { }
- }
- public sealed partial class TermVectorStatus
- {
- public int docCount;
- public System.Exception error;
- public long totVectors;
- public TermVectorStatus() { }
- }
- }
- }
- public partial class CompoundFileReader : Lucene.Net.Store.Directory
- {
- public CompoundFileReader(Lucene.Net.Store.Directory dir, string name) { }
- public CompoundFileReader(Lucene.Net.Store.Directory dir, string name, int readBufferSize) { }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.Lock MakeLock(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string id) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string id, int readBufferSize) { throw null; }
- public void RenameFile(string from, string to) { }
- public override void TouchFile(string name) { }
- public sealed partial class CSIndexInput : Lucene.Net.Store.BufferedIndexInput
- {
- internal CSIndexInput() { }
- public Lucene.Net.Store.IndexInput base_Renamed_ForNUnit { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override void ReadInternal(byte[] b, int offset, int len) { }
- public override void SeekInternal(long pos) { }
- }
- }
- public sealed partial class CompoundFileWriter : System.IDisposable
- {
- public CompoundFileWriter(Lucene.Net.Store.Directory dir, string name) { }
- public Lucene.Net.Store.Directory Directory { get { throw null; } }
- public string Name { get { throw null; } }
- public void AddFile(string file) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- }
- public partial class ConcurrentMergeScheduler : Lucene.Net.Index.MergeScheduler
- {
- protected internal Lucene.Net.Store.Directory dir;
- protected internal int mergeThreadCount;
- protected internal System.Collections.Generic.IList<Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread> mergeThreads;
- protected internal Lucene.Net.Index.IndexWriter writer;
- public ConcurrentMergeScheduler() { }
- public virtual int MaxThreadCount { get { throw null; } set { } }
- public static bool AnyUnhandledExceptions() { throw null; }
- public virtual void ClearSuppressExceptions() { }
- public static void ClearUnhandledExceptions() { }
- protected override void Dispose(bool disposing) { }
- protected internal virtual void DoMerge(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- protected internal virtual Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread GetMergeThread(Lucene.Net.Index.IndexWriter writer, Lucene.Net.Index.MergePolicy.OneMerge merge) { throw null; }
- public virtual int GetMergeThreadPriority() { throw null; }
- protected internal virtual void HandleMergeException(System.Exception exc) { }
- public override void Merge(Lucene.Net.Index.IndexWriter writer) { }
- public virtual void SetMergeThreadPriority(int pri) { }
- public virtual void SetSuppressExceptions() { }
- public static void SetTestMode() { }
- public virtual void Sync() { }
- public partial class MergeThread : Lucene.Net.Support.ThreadClass
- {
- public MergeThread(Lucene.Net.Index.ConcurrentMergeScheduler enclosingInstance, Lucene.Net.Index.IndexWriter writer, Lucene.Net.Index.MergePolicy.OneMerge startMerge) { }
- public Lucene.Net.Index.ConcurrentMergeScheduler Enclosing_Instance { get { throw null; } }
- public virtual Lucene.Net.Index.MergePolicy.OneMerge RunningMerge { get { throw null; } }
- public override void Run() { }
- public virtual void SetRunningMerge(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual void SetThreadPriority(int pri) { }
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class CorruptIndexException : System.IO.IOException
- {
- public CorruptIndexException(string message) { }
- public CorruptIndexException(string message, System.Exception exp) { }
- }
- public partial class DirectoryReader : Lucene.Net.Index.IndexReader
- {
- internal DirectoryReader() { }
- protected internal Lucene.Net.Store.Directory internalDirectory;
- protected internal bool readOnly;
- public override System.Collections.Generic.IDictionary<string, string> CommitUserData { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override Lucene.Net.Index.IndexCommit IndexCommit { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override int TermInfosIndexDivisor { get { throw null; } }
- public override long Version { get { throw null; } }
- protected internal override void AcquireWriteLock() { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public static new System.Collections.Generic.ICollection<Lucene.Net.Index.IndexCommit> ListCommits(Lucene.Net.Store.Directory dir) { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen(Lucene.Net.Index.IndexCommit commit) { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen(bool openReadOnly) { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class DocumentsWriter : System.IDisposable
- {
- internal DocumentsWriter() { }
- public static int BYTE_BLOCK_SIZE_ForNUnit { get { throw null; } }
- public static int CHAR_BLOCK_SIZE_ForNUnit { get { throw null; } }
- public void Dispose() { }
- }
- public sealed partial class FieldInfo : System.ICloneable
- {
- internal FieldInfo() { }
- public bool isIndexed_ForNUnit { get { throw null; } }
- public string name_ForNUnit { get { throw null; } }
- public bool omitNorms_ForNUnit { get { throw null; } }
- public bool omitTermFreqAndPositions_ForNUnit { get { throw null; } }
- public bool storePayloads_ForNUnit { get { throw null; } }
- public bool storeTermVector_ForNUnit { get { throw null; } }
- public object Clone() { throw null; }
- }
- public sealed partial class FieldInfos : System.ICloneable
- {
- public const int FORMAT_PRE = -1;
- public const int FORMAT_START = -2;
- public FieldInfos() { }
- public FieldInfos(Lucene.Net.Store.Directory d, string name) { }
- public void Add(Lucene.Net.Documents.Document doc) { }
- public void Add(System.Collections.Generic.ICollection<string> names, bool isIndexed) { }
- public void Add(string name, bool isIndexed) { }
- public void Add(string name, bool isIndexed, bool storeTermVector) { }
- public void Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector) { }
- public void Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms) { }
- public Lucene.Net.Index.FieldInfo Add(string name, bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms, bool storePayloads, bool omitTermFreqAndPositions) { throw null; }
- public void AddIndexed(System.Collections.Generic.ICollection<string> names, bool storeTermVectors, bool storePositionWithTermVector, bool storeOffsetWithTermVector) { }
- public object Clone() { throw null; }
- public Lucene.Net.Index.FieldInfo FieldInfo(int fieldNumber) { throw null; }
- public Lucene.Net.Index.FieldInfo FieldInfo(string fieldName) { throw null; }
- public string FieldName(int fieldNumber) { throw null; }
- public int FieldNumber(string fieldName) { throw null; }
- public bool HasVectors() { throw null; }
- public int Size() { throw null; }
- public void Write(Lucene.Net.Store.Directory d, string name) { }
- public void Write(Lucene.Net.Store.IndexOutput output) { }
- }
- public sealed partial class FieldInvertState
- {
- public FieldInvertState() { }
- public FieldInvertState(int position, int length, int numOverlap, int offset, float boost) { }
- public Lucene.Net.Util.AttributeSource AttributeSource { get { throw null; } }
- public float Boost { get { throw null; } }
- public int Length { get { throw null; } }
- public int NumOverlap { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class FieldReaderException : System.SystemException
- {
- public FieldReaderException() { }
- public FieldReaderException(System.Exception cause) { }
- public FieldReaderException(string message) { }
- public FieldReaderException(string message, System.Exception cause) { }
- }
- public partial class FieldSortedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public FieldSortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public FieldSortedTermVectorMapper(System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public virtual System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> Comparator { get { throw null; } }
- public virtual System.Collections.Generic.IDictionary<string, System.Collections.Generic.SortedSet<Lucene.Net.Index.TermVectorEntry>> FieldToTerms { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- }
- public sealed partial class FieldsReader : System.ICloneable, System.IDisposable
- {
- public FieldsReader(Lucene.Net.Store.Directory d, string segment, Lucene.Net.Index.FieldInfos fn) { }
- public object Clone() { throw null; }
- public void Dispose() { }
- public Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public int Size() { throw null; }
- }
- public partial class FilterIndexReader : Lucene.Net.Index.IndexReader
- {
- protected internal Lucene.Net.Index.IndexReader in_Renamed;
- public FilterIndexReader(Lucene.Net.Index.IndexReader in_Renamed) { }
- public override object DeletesCacheKey { get { throw null; } }
- public override object FieldCacheKey { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal override void DoSetNorm(int d, string f, byte b) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string f) { throw null; }
- public override void Norms(string f, byte[] bytes, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t) { throw null; }
- public partial class FilterTermDocs : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- protected internal Lucene.Net.Index.TermDocs in_Renamed;
- public FilterTermDocs(Lucene.Net.Index.TermDocs in_Renamed) { }
- public virtual int Doc { get { throw null; } }
- public virtual int Freq { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual bool Next() { throw null; }
- public virtual int Read(int[] docs, int[] freqs) { throw null; }
- public virtual void Seek(Lucene.Net.Index.Term term) { }
- public virtual void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public virtual bool SkipTo(int i) { throw null; }
- }
- public partial class FilterTermEnum : Lucene.Net.Index.TermEnum
- {
- protected internal Lucene.Net.Index.TermEnum in_Renamed;
- public FilterTermEnum(Lucene.Net.Index.TermEnum in_Renamed) { }
- public override Lucene.Net.Index.Term Term { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override int DocFreq() { throw null; }
- public override bool Next() { throw null; }
- }
- public partial class FilterTermPositions : Lucene.Net.Index.FilterIndexReader.FilterTermDocs, Lucene.Net.Index.TermDocs, Lucene.Net.Index.TermPositions, System.IDisposable
- {
- public FilterTermPositions(Lucene.Net.Index.TermPositions in_Renamed) : base (default(Lucene.Net.Index.TermDocs)) { }
- public virtual bool IsPayloadAvailable { get { throw null; } }
- public virtual int PayloadLength { get { throw null; } }
- public virtual byte[] GetPayload(byte[] data, int offset) { throw null; }
- public virtual int NextPosition() { throw null; }
- }
- }
- public abstract partial class IndexCommit
- {
- protected IndexCommit() { }
- public abstract Lucene.Net.Store.Directory Directory { get; }
- public abstract System.Collections.Generic.ICollection<string> FileNames { get; }
- public abstract long Generation { get; }
- public abstract bool IsDeleted { get; }
- public abstract bool IsOptimized { get; }
- public abstract string SegmentsFileName { get; }
- public virtual long Timestamp { get { throw null; } }
- public abstract System.Collections.Generic.IDictionary<string, string> UserData { get; }
- public abstract long Version { get; }
- public abstract void Delete();
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public partial interface IndexDeletionPolicy
- {
- void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit;
- void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit;
- }
- public sealed partial class IndexFileDeleter : System.IDisposable
- {
- public static bool VERBOSE_REF_COUNTS;
- public IndexFileDeleter(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy policy, Lucene.Net.Index.SegmentInfos segmentInfos, System.IO.StreamWriter infoStream, Lucene.Net.Index.DocumentsWriter docWriter, System.Collections.Generic.HashSet<string> synced) { }
- public Lucene.Net.Index.SegmentInfos LastSegmentInfos { get { throw null; } }
- public void Checkpoint(Lucene.Net.Index.SegmentInfos segmentInfos, bool isCommit) { }
- public void Dispose() { }
- public bool Exists(string fileName) { throw null; }
- public void Refresh() { }
- public void Refresh(string segmentName) { }
- }
- public partial class IndexFileNameFilter
- {
- internal IndexFileNameFilter() { }
- public static Lucene.Net.Index.IndexFileNameFilter Filter { get { throw null; } }
- public virtual bool Accept(System.IO.FileInfo dir, string name) { throw null; }
- public virtual bool IsCFSFile(string name) { throw null; }
- }
- public sealed partial class IndexFileNames
- {
- public static readonly string[] COMPOUND_EXTENSIONS;
- public const string COMPOUND_FILE_EXTENSION = "cfs";
- public const string COMPOUND_FILE_STORE_EXTENSION = "cfx";
- public const string DELETABLE = "deletable";
- public const string FIELDS_EXTENSION = "fdt";
- public const string FIELDS_INDEX_EXTENSION = "fdx";
- public const string FIELD_INFOS_EXTENSION = "fnm";
- public const string FREQ_EXTENSION = "frq";
- public const string GEN_EXTENSION = "gen";
- public static readonly string[] INDEX_EXTENSIONS;
- public static readonly string[] INDEX_EXTENSIONS_IN_COMPOUND_FILE;
- public static readonly string[] NON_STORE_INDEX_EXTENSIONS;
- public const string NORMS_EXTENSION = "nrm";
- public const string PLAIN_NORMS_EXTENSION = "f";
- public const string PROX_EXTENSION = "prx";
- public const string SEGMENTS = "segments";
- public const string SEGMENTS_GEN = "segments.gen";
- public const string SEPARATE_NORMS_EXTENSION = "s";
- public static readonly string[] STORE_INDEX_EXTENSIONS;
- public const string TERMS_EXTENSION = "tis";
- public const string TERMS_INDEX_EXTENSION = "tii";
- public const string VECTORS_DOCUMENTS_EXTENSION = "tvd";
- public const string VECTORS_FIELDS_EXTENSION = "tvf";
- public const string VECTORS_INDEX_EXTENSION = "tvx";
- public static readonly string[] VECTOR_EXTENSIONS;
- public IndexFileNames() { }
- public static string FileNameFromGeneration(string base_Renamed, string extension, long gen) { throw null; }
- }
- public abstract partial class IndexReader : System.ICloneable, System.IDisposable
- {
- protected internal static int DEFAULT_TERMS_INDEX_DIVISOR;
- protected internal bool hasChanges;
- protected internal IndexReader() { }
- public virtual System.Collections.Generic.IDictionary<string, string> CommitUserData { get { throw null; } }
- public virtual object DeletesCacheKey { get { throw null; } }
- public virtual object FieldCacheKey { get { throw null; } }
- public abstract bool HasDeletions { get; }
- public virtual Lucene.Net.Index.IndexCommit IndexCommit { get { throw null; } }
- public Lucene.Net.Documents.Document this[int doc] { get { throw null; } }
- public abstract int MaxDoc { get; }
- public virtual int NumDeletedDocs { get { throw null; } }
- public virtual int RefCount { get { throw null; } }
- public virtual int TermInfosIndexDivisor { get { throw null; } }
- public virtual long UniqueTermCount { get { throw null; } }
- public virtual long Version { get { throw null; } }
- protected internal virtual void AcquireWriteLock() { }
- public virtual object Clone() { throw null; }
- public virtual Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Commit() { }
- public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public virtual void DecRef() { }
- public virtual void DeleteDocument(int docNum) { }
- public virtual int DeleteDocuments(Lucene.Net.Index.Term term) { throw null; }
- public virtual Lucene.Net.Store.Directory Directory() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public abstract int DocFreq(Lucene.Net.Index.Term t);
- protected internal abstract void DoClose();
- protected internal abstract void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData);
- public virtual Lucene.Net.Documents.Document Document(int n) { throw null; }
- public abstract Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector);
- protected internal abstract void DoDelete(int docNum);
- protected internal abstract void DoSetNorm(int doc, string field, byte value_Renamed);
- protected internal abstract void DoUndeleteAll();
- protected internal void EnsureOpen() { }
- public void Flush() { }
- public void Flush(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public static System.Collections.Generic.IDictionary<string, string> GetCommitUserData(Lucene.Net.Store.Directory directory) { throw null; }
- public static long GetCurrentVersion(Lucene.Net.Store.Directory directory) { throw null; }
- public abstract System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fldOption);
- public virtual Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public abstract void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper);
- public abstract Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field);
- public abstract void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper);
- public abstract Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber);
- public virtual bool HasNorms(string field) { throw null; }
- public virtual void IncRef() { }
- public static bool IndexExists(Lucene.Net.Store.Directory directory) { throw null; }
- public virtual bool IsCurrent() { throw null; }
- public abstract bool IsDeleted(int n);
- public virtual bool IsOptimized() { throw null; }
- public static long LastModified(Lucene.Net.Store.Directory directory2) { throw null; }
- public static System.Collections.Generic.ICollection<Lucene.Net.Index.IndexCommit> ListCommits(Lucene.Net.Store.Directory dir) { throw null; }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public abstract byte[] Norms(string field);
- public abstract void Norms(string field, byte[] bytes, int offset);
- public abstract int NumDocs();
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Index.IndexCommit commit, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, bool readOnly, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.IndexReader Open(Lucene.Net.Store.Directory directory, bool readOnly) { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen(Lucene.Net.Index.IndexCommit commit) { throw null; }
- public virtual Lucene.Net.Index.IndexReader Reopen(bool openReadOnly) { throw null; }
- public virtual void SetNorm(int doc, string field, byte value) { }
- public virtual void SetNorm(int doc, string field, float value) { }
- public abstract Lucene.Net.Index.TermDocs TermDocs();
- public virtual Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public abstract Lucene.Net.Index.TermPositions TermPositions();
- public virtual Lucene.Net.Index.TermPositions TermPositions(Lucene.Net.Index.Term term) { throw null; }
- public abstract Lucene.Net.Index.TermEnum Terms();
- public abstract Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t);
- public virtual void UndeleteAll() { }
- public sealed partial class FieldOption
- {
- internal FieldOption() { }
- public static readonly Lucene.Net.Index.IndexReader.FieldOption ALL;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED_NO_TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption INDEXED_WITH_TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption OMIT_TERM_FREQ_AND_POSITIONS;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption STORES_PAYLOADS;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_OFFSET;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_POSITION;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption TERMVECTOR_WITH_POSITION_OFFSET;
- public static readonly Lucene.Net.Index.IndexReader.FieldOption UNINDEXED;
- public override string ToString() { throw null; }
- }
- }
- public partial class IndexWriter : System.IDisposable
- {
- public static readonly int DEFAULT_MAX_BUFFERED_DELETE_TERMS;
- public static readonly int DEFAULT_MAX_BUFFERED_DOCS;
- public const int DEFAULT_MAX_FIELD_LENGTH = 10000;
- public const double DEFAULT_RAM_BUFFER_SIZE_MB = 16;
- public const int DEFAULT_TERM_INDEX_INTERVAL = 128;
- public const int DISABLE_AUTO_FLUSH = -1;
- public static readonly int MAX_TERM_LENGTH;
- public const string WRITE_LOCK_NAME = "write.lock";
- public static long WRITE_LOCK_TIMEOUT;
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl, Lucene.Net.Index.IndexCommit commit) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, bool create, Lucene.Net.Index.IndexDeletionPolicy deletionPolicy, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public IndexWriter(Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, bool create, Lucene.Net.Index.IndexWriter.MaxFieldLength mfl) { }
- public virtual Lucene.Net.Analysis.Analyzer Analyzer { get { throw null; } }
- public static System.IO.StreamWriter DefaultInfoStream { get { throw null; } set { } }
- public static long DefaultWriteLockTimeout { get { throw null; } set { } }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- public virtual System.IO.StreamWriter InfoStream { get { throw null; } }
- public virtual int MaxMergeDocs { get { throw null; } set { } }
- public virtual Lucene.Net.Index.IndexWriter.IndexReaderWarmer MergedSegmentWarmer { get { throw null; } set { } }
- public virtual int MergeFactor { get { throw null; } set { } }
- public virtual Lucene.Net.Index.MergePolicy MergePolicy { get { throw null; } }
- public virtual Lucene.Net.Index.MergeScheduler MergeScheduler { get { throw null; } }
- public int ReaderTermsIndexDivisor { get { throw null; } set { } }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public virtual int TermIndexInterval { get { throw null; } set { } }
- public virtual bool UseCompoundFile { get { throw null; } set { } }
- public virtual bool Verbose { get { throw null; } }
- public virtual long WriteLockTimeout { get { throw null; } set { } }
- public virtual void AddDocument(Lucene.Net.Documents.Document doc) { }
- public virtual void AddDocument(Lucene.Net.Documents.Document doc, Lucene.Net.Analysis.Analyzer analyzer) { }
- public virtual void AddIndexes(params Lucene.Net.Index.IndexReader[] readers) { }
- public virtual void AddIndexesNoOptimize(params Lucene.Net.Store.Directory[] dirs) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- [System.ObsoleteAttribute("Use Dispose(bool) instead")]
- public virtual void Close(bool waitForMerges) { }
- public void Commit() { }
- public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public virtual void DeleteAll() { }
- public virtual void DeleteDocuments(Lucene.Net.Index.Term term) { }
- public virtual void DeleteDocuments(params Lucene.Net.Index.Term[] terms) { }
- public virtual void DeleteDocuments(Lucene.Net.Search.Query query) { }
- public virtual void DeleteDocuments(params Lucene.Net.Search.Query[] queries) { }
- public virtual void Dispose() { }
- public virtual void Dispose(bool waitForMerges) { }
- protected virtual void Dispose(bool disposing, bool waitForMerges) { }
- protected virtual void DoAfterFlush() { }
- protected virtual void DoBeforeFlush() { }
- protected internal void EnsureOpen() { }
- protected internal void EnsureOpen(bool includePendingClose) { }
- public virtual void ExpungeDeletes() { }
- public virtual void ExpungeDeletes(bool doWait) { }
- public void Flush(bool triggerMerge, bool flushDocStores, bool flushDeletes) { }
- public int GetDocCount(int i) { throw null; }
- public virtual int GetMaxBufferedDeleteTerms() { throw null; }
- public virtual int GetMaxBufferedDocs() { throw null; }
- public virtual int GetMaxFieldLength() { throw null; }
- public virtual double GetRAMBufferSizeMB() { throw null; }
- public virtual Lucene.Net.Index.IndexReader GetReader() { throw null; }
- public virtual Lucene.Net.Index.IndexReader GetReader(int termInfosIndexDivisor) { throw null; }
- public virtual bool HasDeletions() { throw null; }
- public static bool IsLocked(Lucene.Net.Store.Directory directory) { throw null; }
- public virtual int MaxDoc() { throw null; }
- public void MaybeMerge() { }
- public void Merge_ForNUnit(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual void Message(string message) { }
- public virtual Lucene.Net.Index.SegmentInfo NewestSegment() { throw null; }
- public virtual int NumDeletedDocs(Lucene.Net.Index.SegmentInfo info) { throw null; }
- public virtual int NumDocs() { throw null; }
- public int NumRamDocs() { throw null; }
- public virtual void Optimize() { }
- public virtual void Optimize(bool doWait) { }
- public virtual void Optimize(int maxNumSegments) { }
- public virtual void Optimize(int maxNumSegments, bool doWait) { }
- public void PrepareCommit() { }
- public long RamSizeInBytes() { throw null; }
- public virtual void Rollback() { }
- public virtual string SegString() { throw null; }
- public virtual void SetInfoStream(System.IO.StreamWriter infoStream) { }
- public virtual void SetMaxBufferedDeleteTerms(int maxBufferedDeleteTerms) { }
- public virtual void SetMaxBufferedDocs(int maxBufferedDocs) { }
- public virtual void SetMaxFieldLength(int maxFieldLength) { }
- public virtual void SetMergePolicy(Lucene.Net.Index.MergePolicy mp) { }
- public virtual void SetMergeScheduler(Lucene.Net.Index.MergeScheduler mergeScheduler) { }
- public virtual void SetRAMBufferSizeMB(double mb) { }
- public virtual void SetSimilarity(Lucene.Net.Search.Similarity similarity) { }
- public virtual bool TestPoint(string name) { throw null; }
- public static void Unlock(Lucene.Net.Store.Directory directory) { }
- public virtual void UpdateDocument(Lucene.Net.Index.Term term, Lucene.Net.Documents.Document doc) { }
- public virtual void UpdateDocument(Lucene.Net.Index.Term term, Lucene.Net.Documents.Document doc, Lucene.Net.Analysis.Analyzer analyzer) { }
- public virtual void WaitForMerges() { }
- public abstract partial class IndexReaderWarmer
- {
- protected IndexReaderWarmer() { }
- public abstract void Warm(Lucene.Net.Index.IndexReader reader);
- }
- public sealed partial class MaxFieldLength
- {
- public static readonly Lucene.Net.Index.IndexWriter.MaxFieldLength LIMITED;
- public static readonly Lucene.Net.Index.IndexWriter.MaxFieldLength UNLIMITED;
- public MaxFieldLength(int limit) { }
- public int Limit { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- public partial interface ITermFreqVector
- {
- string Field { get; }
- int Size { get; }
- int[] GetTermFrequencies();
- string[] GetTerms();
- int[] IndexesOf(string[] terms, int start, int len);
- int IndexOf(string term);
- }
- public sealed partial class KeepOnlyLastCommitDeletionPolicy : Lucene.Net.Index.IndexDeletionPolicy
- {
- public KeepOnlyLastCommitDeletionPolicy() { }
- public void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- }
- public partial class LogByteSizeMergePolicy : Lucene.Net.Index.LogMergePolicy
- {
- public static readonly long DEFAULT_MAX_MERGE_MB;
- public const double DEFAULT_MIN_MERGE_MB = 1.6;
- public LogByteSizeMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual double MaxMergeMB { get { throw null; } set { } }
- public virtual double MinMergeMB { get { throw null; } set { } }
- protected override void Dispose(bool disposing) { }
- protected internal override long Size(Lucene.Net.Index.SegmentInfo info) { throw null; }
- }
- public partial class LogDocMergePolicy : Lucene.Net.Index.LogMergePolicy
- {
- public const int DEFAULT_MIN_MERGE_DOCS = 1000;
- public LogDocMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual int MinMergeDocs { get { throw null; } set { } }
- protected override void Dispose(bool disposing) { }
- protected internal override long Size(Lucene.Net.Index.SegmentInfo info) { throw null; }
- }
- public abstract partial class LogMergePolicy : Lucene.Net.Index.MergePolicy
- {
- public static readonly int DEFAULT_MAX_MERGE_DOCS;
- public const int DEFAULT_MERGE_FACTOR = 10;
- public static double DEFAULT_NO_CFS_RATIO;
- protected internal bool internalCalibrateSizeByDeletes;
- protected double internalNoCFSRatio;
- public const double LEVEL_LOG_SPAN = 0.75;
- protected LogMergePolicy(Lucene.Net.Index.IndexWriter writer) : base (default(Lucene.Net.Index.IndexWriter)) { }
- public virtual bool CalibrateSizeByDeletes { get { throw null; } set { } }
- public virtual int MaxMergeDocs { get { throw null; } set { } }
- public virtual int MergeFactor { get { throw null; } set { } }
- public double NoCFSRatio { get { throw null; } set { } }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMerges(Lucene.Net.Index.SegmentInfos infos) { throw null; }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesForOptimize(Lucene.Net.Index.SegmentInfos infos, int maxNumSegments, System.Collections.Generic.ISet<Lucene.Net.Index.SegmentInfo> segmentsToOptimize) { throw null; }
- public override Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesToExpungeDeletes(Lucene.Net.Index.SegmentInfos segmentInfos) { throw null; }
- public virtual bool GetUseCompoundDocStore() { throw null; }
- public virtual bool GetUseCompoundFile() { throw null; }
- protected Lucene.Net.Index.MergePolicy.OneMerge MakeOneMerge(Lucene.Net.Index.SegmentInfos infos, Lucene.Net.Index.SegmentInfos infosToMerge) { throw null; }
- public virtual void SetUseCompoundDocStore(bool useCompoundDocStore) { }
- public virtual void SetUseCompoundFile(bool useCompoundFile) { }
- protected internal abstract long Size(Lucene.Net.Index.SegmentInfo info);
- protected internal virtual long SizeBytes(Lucene.Net.Index.SegmentInfo info) { throw null; }
- protected internal virtual long SizeDocs(Lucene.Net.Index.SegmentInfo info) { throw null; }
- public override bool UseCompoundDocStore(Lucene.Net.Index.SegmentInfos infos) { throw null; }
- public override bool UseCompoundFile(Lucene.Net.Index.SegmentInfos infos, Lucene.Net.Index.SegmentInfo info) { throw null; }
- protected internal virtual bool Verbose() { throw null; }
- }
- public abstract partial class MergePolicy : System.IDisposable
- {
- protected internal Lucene.Net.Index.IndexWriter writer;
- protected MergePolicy(Lucene.Net.Index.IndexWriter writer) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMerges(Lucene.Net.Index.SegmentInfos segmentInfos);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesForOptimize(Lucene.Net.Index.SegmentInfos segmentInfos, int maxSegmentCount, System.Collections.Generic.ISet<Lucene.Net.Index.SegmentInfo> segmentsToOptimize);
- public abstract Lucene.Net.Index.MergePolicy.MergeSpecification FindMergesToExpungeDeletes(Lucene.Net.Index.SegmentInfos segmentInfos);
- public abstract bool UseCompoundDocStore(Lucene.Net.Index.SegmentInfos segments);
- public abstract bool UseCompoundFile(Lucene.Net.Index.SegmentInfos segments, Lucene.Net.Index.SegmentInfo newSegment);
- [System.SerializableAttribute]
- public partial class MergeAbortedException : System.IO.IOException
- {
- public MergeAbortedException() { }
- public MergeAbortedException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class MergeException : System.SystemException
- {
- public MergeException(System.Exception exc, Lucene.Net.Store.Directory dir) { }
- public MergeException(string message, Lucene.Net.Store.Directory dir) { }
- public virtual Lucene.Net.Store.Directory Directory { get { throw null; } }
- }
- public partial class MergeSpecification
- {
- public System.Collections.Generic.IList<Lucene.Net.Index.MergePolicy.OneMerge> merges;
- public MergeSpecification() { }
- public virtual void Add(Lucene.Net.Index.MergePolicy.OneMerge merge) { }
- public virtual string SegString(Lucene.Net.Store.Directory dir) { throw null; }
- }
- public partial class OneMerge
- {
- public OneMerge(Lucene.Net.Index.SegmentInfos segments, bool useCompoundFile) { }
- public Lucene.Net.Index.SegmentInfos segments_ForNUnit { get { throw null; } }
- }
- }
- public abstract partial class MergeScheduler : System.IDisposable
- {
- protected MergeScheduler() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract void Merge(Lucene.Net.Index.IndexWriter writer);
- }
- public partial class MultipleTermPositions : Lucene.Net.Index.TermDocs, Lucene.Net.Index.TermPositions, System.IDisposable
- {
- public MultipleTermPositions(Lucene.Net.Index.IndexReader indexReader, Lucene.Net.Index.Term[] terms) { }
- public int Doc { get { throw null; } }
- public int Freq { get { throw null; } }
- public virtual bool IsPayloadAvailable { get { throw null; } }
- public virtual int PayloadLength { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual byte[] GetPayload(byte[] data, int offset) { throw null; }
- public bool Next() { throw null; }
- public int NextPosition() { throw null; }
- public virtual int Read(int[] arg0, int[] arg1) { throw null; }
- public virtual void Seek(Lucene.Net.Index.Term arg0) { }
- public virtual void Seek(Lucene.Net.Index.TermEnum termEnum) { }
- public bool SkipTo(int target) { throw null; }
- }
- public partial class MultiReader : Lucene.Net.Index.IndexReader, System.ICloneable
- {
- protected internal Lucene.Net.Index.IndexReader[] subReaders;
- public MultiReader(params Lucene.Net.Index.IndexReader[] subReaders) { }
- public MultiReader(Lucene.Net.Index.IndexReader[] subReaders, bool closeSubReaders) { }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public override object Clone() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal virtual Lucene.Net.Index.IndexReader DoReopen(bool doClone) { throw null; }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public override Lucene.Net.Index.IndexReader[] GetSequentialSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- public partial class ParallelReader : Lucene.Net.Index.IndexReader, System.ICloneable
- {
- public ParallelReader() { }
- public ParallelReader(bool closeSubReaders) { }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public override long Version { get { throw null; } }
- public virtual void Add(Lucene.Net.Index.IndexReader reader) { }
- public virtual void Add(Lucene.Net.Index.IndexReader reader, bool ignoreStoredFields) { }
- public override object Clone() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int n) { }
- protected internal virtual Lucene.Net.Index.IndexReader DoReopen(bool doClone) { throw null; }
- protected internal override void DoSetNorm(int n, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldNames) { throw null; }
- public virtual Lucene.Net.Index.IndexReader[] GetSubReaders() { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int n, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int n) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsCurrent() { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override bool IsOptimized() { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] result, int offset) { }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.IndexReader Reopen() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class Payload : System.ICloneable
- {
- protected internal byte[] data;
- protected internal int internalLength;
- protected internal int internalOffset;
- public Payload() { }
- public Payload(byte[] data) { }
- public Payload(byte[] data, int offset, int length) { }
- public virtual int Length { get { throw null; } }
- public virtual int Offset { get { throw null; } }
- public virtual byte ByteAt(int index) { throw null; }
- public virtual object Clone() { throw null; }
- public virtual void CopyTo(byte[] target, int targetOffset) { }
- public override bool Equals(object obj) { throw null; }
- public virtual byte[] GetData() { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void SetData(byte[] value) { }
- public virtual void SetData(byte[] value, int offset, int length) { }
- public virtual byte[] ToByteArray() { throw null; }
- }
- public partial class PositionBasedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public PositionBasedTermVectorMapper() { }
- public PositionBasedTermVectorMapper(bool ignoringOffsets) { }
- public virtual System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<int, Lucene.Net.Index.PositionBasedTermVectorMapper.TVPositionInfo>> FieldToTerms { get { throw null; } }
- public override bool IsIgnoringPositions { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- public partial class TVPositionInfo
- {
- public TVPositionInfo(int position, bool storeOffsets) { }
- public virtual System.Collections.Generic.IList<Lucene.Net.Index.TermVectorOffsetInfo> Offsets { get { throw null; } }
- public virtual int Position { get { throw null; } }
- public virtual System.Collections.Generic.IList<string> Terms { get { throw null; } }
- }
- }
- public partial class ReadOnlyDirectoryReader : Lucene.Net.Index.DirectoryReader
- {
- internal ReadOnlyDirectoryReader() { }
- protected internal override void AcquireWriteLock() { }
- }
- public partial class ReadOnlySegmentReader : Lucene.Net.Index.SegmentReader
- {
- public ReadOnlySegmentReader() { }
- protected internal override void AcquireWriteLock() { }
- public override bool IsDeleted(int n) { throw null; }
- }
- public sealed partial class SegmentInfo : System.ICloneable
- {
- public Lucene.Net.Store.Directory dir;
- public int docCount;
- public string name;
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir) { }
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir, bool isCompoundFile, bool hasSingleNormFile) { }
- public SegmentInfo(string name, int docCount, Lucene.Net.Store.Directory dir, bool isCompoundFile, bool hasSingleNormFile, int docStoreOffset, string docStoreSegment, bool docStoreIsCompoundFile, bool hasProx) { }
- public System.Collections.Generic.IDictionary<string, string> Diagnostics { get { throw null; } }
- public bool DocStoreIsCompoundFile { get { throw null; } }
- public int DocStoreOffset { get { throw null; } }
- public string DocStoreSegment { get { throw null; } }
- public bool HasProx { get { throw null; } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public System.Collections.Generic.IList<string> Files() { throw null; }
- public int GetDelCount() { throw null; }
- public string GetDelFileName() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetNormFileName(int number) { throw null; }
- public bool GetUseCompoundFile() { throw null; }
- public bool HasDeletions() { throw null; }
- public bool HasSeparateNorms() { throw null; }
- public bool HasSeparateNorms(int fieldNumber) { throw null; }
- public string SegString(Lucene.Net.Store.Directory dir) { throw null; }
- public long SizeInBytes() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class SegmentInfos : System.Collections.Generic.List<Lucene.Net.Index.SegmentInfo>, System.ICloneable
- {
- public int counter;
- public const int FORMAT = -1;
- public const int FORMAT_CHECKSUM = -5;
- public const int FORMAT_DEL_COUNT = -6;
- public const int FORMAT_DIAGNOSTICS = -9;
- public const int FORMAT_HAS_PROX = -7;
- public const int FORMAT_LOCKLESS = -2;
- public const int FORMAT_SHARED_DOC_STORE = -4;
- public const int FORMAT_SINGLE_NORM_FILE = -3;
- public const int FORMAT_USER_DATA = -8;
- public SegmentInfos() { }
- public static int DefaultGenFileRetryCount { get { throw null; } set { } }
- public static int DefaultGenFileRetryPauseMsec { get { throw null; } set { } }
- public static int DefaultGenLookaheadCount { get { throw null; } set { } }
- public long Generation { get { throw null; } }
- public static System.IO.StreamWriter InfoStream { get { throw null; } }
- public long LastGeneration { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, string> UserData { get { throw null; } }
- public long Version { get { throw null; } }
- public object Clone() { throw null; }
- public void Commit(Lucene.Net.Store.Directory dir) { }
- public override bool Equals(object obj) { throw null; }
- public System.Collections.Generic.ICollection<string> Files(Lucene.Net.Store.Directory dir, bool includeSegmentsFile) { throw null; }
- public static long GenerationFromSegmentsFileName(string fileName) { throw null; }
- public string GetCurrentSegmentFileName() { throw null; }
- public static string GetCurrentSegmentFileName(Lucene.Net.Store.Directory directory) { throw null; }
- public static string GetCurrentSegmentFileName(string[] files) { throw null; }
- public static long GetCurrentSegmentGeneration(Lucene.Net.Store.Directory directory) { throw null; }
- public static long GetCurrentSegmentGeneration(string[] files) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetNextSegmentFileName() { throw null; }
- public bool HasExternalSegments(Lucene.Net.Store.Directory dir) { throw null; }
- public Lucene.Net.Index.SegmentInfo Info(int i) { throw null; }
- public Lucene.Net.Index.SegmentInfos Range(int first, int last) { throw null; }
- public void Read(Lucene.Net.Store.Directory directory) { }
- public void Read(Lucene.Net.Store.Directory directory, string segmentFileName) { }
- public static System.Collections.Generic.IDictionary<string, string> ReadCurrentUserData(Lucene.Net.Store.Directory directory) { throw null; }
- public static long ReadCurrentVersion(Lucene.Net.Store.Directory directory) { throw null; }
- public string SegString(Lucene.Net.Store.Directory directory) { throw null; }
- public static void SetInfoStream(System.IO.StreamWriter infoStream) { }
- public abstract partial class FindSegmentsFile
- {
- protected FindSegmentsFile(Lucene.Net.Store.Directory directory) { }
- public abstract object DoBody(string segmentFileName);
- public object Run() { throw null; }
- public object Run(Lucene.Net.Index.IndexCommit commit) { throw null; }
- }
- }
- public sealed partial class SegmentMerger
- {
- public SegmentMerger(Lucene.Net.Store.Directory dir, string name) { }
- public void Add(Lucene.Net.Index.IndexReader reader) { }
- public System.Collections.Generic.ICollection<string> CreateCompoundFile(string fileName) { throw null; }
- public int Merge() { throw null; }
- }
- public partial class SegmentReader : Lucene.Net.Index.IndexReader
- {
- protected internal bool readOnly;
- public SegmentReader() { }
- public Lucene.Net.Index.SegmentReader.CoreReaders core_ForNUnit { get { throw null; } }
- public Lucene.Net.Index.SegmentReader.Ref deletedDocsRef_ForNUnit { get { throw null; } }
- public Lucene.Net.Util.BitVector deletedDocs_ForNUnit { get { throw null; } }
- public override object DeletesCacheKey { get { throw null; } }
- public override object FieldCacheKey { get { throw null; } }
- public override bool HasDeletions { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, Lucene.Net.Index.SegmentReader.Norm> norms_ForNUnit { get { throw null; } }
- public virtual string SegmentName { get { throw null; } }
- public override int TermInfosIndexDivisor { get { throw null; } }
- public override long UniqueTermCount { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Index.IndexReader Clone(bool openReadOnly) { throw null; }
- protected internal virtual Lucene.Net.Util.BitVector CloneDeletedDocs(Lucene.Net.Util.BitVector bv) { throw null; }
- protected internal virtual byte[] CloneNormBytes(byte[] bytes) { throw null; }
- public override Lucene.Net.Store.Directory Directory() { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term t) { throw null; }
- protected internal override void DoClose() { }
- protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> commitUserData) { }
- public override Lucene.Net.Documents.Document Document(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- protected internal override void DoDelete(int docNum) { }
- protected internal override void DoSetNorm(int doc, string field, byte value_Renamed) { }
- protected internal override void DoUndeleteAll() { }
- public virtual Lucene.Net.Index.FieldInfos FieldInfos() { throw null; }
- public static Lucene.Net.Index.SegmentReader Get(bool readOnly, Lucene.Net.Index.SegmentInfo si, int termInfosIndexDivisor) { throw null; }
- public static Lucene.Net.Index.SegmentReader Get(bool readOnly, Lucene.Net.Store.Directory dir, Lucene.Net.Index.SegmentInfo si, int readBufferSize, bool doOpenStores, int termInfosIndexDivisor) { throw null; }
- public override System.Collections.Generic.ICollection<string> GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption fieldOption) { throw null; }
- protected internal virtual byte[] GetNorms(string field) { throw null; }
- public static Lucene.Net.Index.SegmentReader GetOnlySegmentReader(Lucene.Net.Index.IndexReader reader) { throw null; }
- [System.ObsoleteAttribute("Remove this when tests are fixed!")]
- public static Lucene.Net.Index.SegmentReader GetOnlySegmentReader(Lucene.Net.Store.Directory dir) { throw null; }
- public override void GetTermFreqVector(int docNumber, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector GetTermFreqVector(int docNumber, string field) { throw null; }
- public override void GetTermFreqVector(int docNumber, string field, Lucene.Net.Index.TermVectorMapper mapper) { }
- public override Lucene.Net.Index.ITermFreqVector[] GetTermFreqVectors(int docNumber) { throw null; }
- public override bool HasNorms(string field) { throw null; }
- public override bool IsDeleted(int n) { throw null; }
- public override byte[] Norms(string field) { throw null; }
- public override void Norms(string field, byte[] bytes, int offset) { }
- public virtual bool NormsClosed() { throw null; }
- public virtual bool NormsClosed(string field) { throw null; }
- public override int NumDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs() { throw null; }
- public override Lucene.Net.Index.TermDocs TermDocs(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Index.TermPositions TermPositions() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms() { throw null; }
- public override Lucene.Net.Index.TermEnum Terms(Lucene.Net.Index.Term t) { throw null; }
- public virtual bool TermsIndexLoaded() { throw null; }
- public sealed partial class CoreReaders
- {
- internal CoreReaders() { }
- public Lucene.Net.Index.FieldInfos fieldInfos_ForNUnit { get { throw null; } }
- }
- public sealed partial class Norm : System.ICloneable
- {
- public Norm(Lucene.Net.Index.SegmentReader enclosingInstance, Lucene.Net.Store.IndexInput in_Renamed, int number, long normSeek) { }
- public Lucene.Net.Index.SegmentReader Enclosing_Instance { get { throw null; } }
- public byte[] Bytes() { throw null; }
- public void Bytes(byte[] bytesOut, int offset, int len) { }
- public Lucene.Net.Index.SegmentReader.Ref BytesRef() { throw null; }
- public object Clone() { throw null; }
- public byte[] CopyOnWrite() { throw null; }
- public void DecRef() { }
- public void IncRef() { }
- public void ReWrite(Lucene.Net.Index.SegmentInfo si) { }
- }
- public partial class Ref
- {
- public Ref() { }
- public virtual int DecRef() { throw null; }
- public virtual int IncRef() { throw null; }
- public virtual int RefCount() { throw null; }
- public override string ToString() { throw null; }
- }
- }
- public partial class SerialMergeScheduler : Lucene.Net.Index.MergeScheduler
- {
- public SerialMergeScheduler() { }
- protected override void Dispose(bool disposing) { }
- public override void Merge(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class SnapshotDeletionPolicy : Lucene.Net.Index.IndexDeletionPolicy
- {
- public SnapshotDeletionPolicy(Lucene.Net.Index.IndexDeletionPolicy primary) { }
- public virtual void OnCommit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public virtual void OnInit<T>(System.Collections.Generic.IList<T> commits) where T : Lucene.Net.Index.IndexCommit { }
- public virtual void Release() { }
- public virtual Lucene.Net.Index.IndexCommit Snapshot() { throw null; }
- }
- public partial class SortedTermVectorMapper : Lucene.Net.Index.TermVectorMapper
- {
- public const string ALL = "_ALL_";
- public SortedTermVectorMapper(bool ignoringPositions, bool ignoringOffsets, System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public SortedTermVectorMapper(System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry> comparator) { }
- public virtual System.Collections.Generic.SortedSet<Lucene.Net.Index.TermVectorEntry> TermVectorEntrySet { get { throw null; } }
- public override void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public override void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions) { }
- }
- [System.SerializableAttribute]
- public partial class StaleReaderException : System.IO.IOException
- {
- public StaleReaderException(string message) { }
- }
- [System.SerializableAttribute]
- public sealed partial class Term : System.IComparable<Lucene.Net.Index.Term>
- {
- public Term(string fld) { }
- public Term(string fld, string txt) { }
- public string Field { get { throw null; } }
- public string Text { get { throw null; } }
- public int CompareTo(Lucene.Net.Index.Term other) { throw null; }
- public Lucene.Net.Index.Term CreateTerm(string text) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface TermDocs : System.IDisposable
- {
- int Doc { get; }
- int Freq { get; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- void Close();
- bool Next();
- int Read(int[] docs, int[] freqs);
- void Seek(Lucene.Net.Index.Term term);
- void Seek(Lucene.Net.Index.TermEnum termEnum);
- bool SkipTo(int target);
- }
- public abstract partial class TermEnum : System.IDisposable
- {
- protected TermEnum() { }
- public abstract Lucene.Net.Index.Term Term { get; }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract int DocFreq();
- public abstract bool Next();
- }
- public partial interface TermPositions : Lucene.Net.Index.TermDocs, System.IDisposable
- {
- bool IsPayloadAvailable { get; }
- int PayloadLength { get; }
- byte[] GetPayload(byte[] data, int offset);
- int NextPosition();
- }
- public partial interface TermPositionVector : Lucene.Net.Index.ITermFreqVector
- {
- Lucene.Net.Index.TermVectorOffsetInfo[] GetOffsets(int index);
- int[] GetTermPositions(int index);
- }
- public partial class TermVectorEntry
- {
- public TermVectorEntry() { }
- public TermVectorEntry(string field, string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions) { }
- public virtual string Field { get { throw null; } }
- public virtual int Frequency { get { throw null; } }
- public virtual string Term { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Index.TermVectorOffsetInfo[] GetOffsets() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class TermVectorEntryFreqSortedComparator : System.Collections.Generic.IComparer<Lucene.Net.Index.TermVectorEntry>
- {
- public TermVectorEntryFreqSortedComparator() { }
- public virtual int Compare(Lucene.Net.Index.TermVectorEntry entry, Lucene.Net.Index.TermVectorEntry entry1) { throw null; }
- }
- public abstract partial class TermVectorMapper
- {
- protected internal TermVectorMapper() { }
- protected internal TermVectorMapper(bool ignoringPositions, bool ignoringOffsets) { }
- public virtual bool IsIgnoringOffsets { get { throw null; } }
- public virtual bool IsIgnoringPositions { get { throw null; } }
- public abstract void Map(string term, int frequency, Lucene.Net.Index.TermVectorOffsetInfo[] offsets, int[] positions);
- public virtual void SetDocumentNumber(int documentNumber) { }
- public abstract void SetExpectations(string field, int numTerms, bool storeOffsets, bool storePositions);
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TermVectorOffsetInfo : System.IEquatable<Lucene.Net.Index.TermVectorOffsetInfo>
- {
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Index.TermVectorOffsetInfo[] EMPTY_OFFSET_INFO;
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Index.TermVectorOffsetInfo Null;
- public TermVectorOffsetInfo(int startOffset, int endOffset) { throw null;}
- public int EndOffset { get { throw null; } set { } }
- public int StartOffset { get { throw null; } set { } }
- public bool Equals(Lucene.Net.Index.TermVectorOffsetInfo other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Lucene.Net.Index.TermVectorOffsetInfo left, object right) { throw null; }
- public static bool operator !=(Lucene.Net.Index.TermVectorOffsetInfo left, object right) { throw null; }
- }
-}
-namespace Lucene.Net.Messages
-{
- public partial interface INLSException
- {
- Lucene.Net.Messages.Message MessageObject { get; }
- }
- public partial interface Message
- {
- string Key { get; }
- object[] GetArguments();
- string GetLocalizedMessage();
- string GetLocalizedMessage(System.Globalization.CultureInfo locale);
- }
- [System.SerializableAttribute]
- public partial class MessageImpl : Lucene.Net.Messages.Message
- {
- public MessageImpl(string key) { }
- public MessageImpl(string key, params object[] args) { }
- public virtual string Key { get { throw null; } }
- public virtual object[] GetArguments() { throw null; }
- public virtual string GetLocalizedMessage() { throw null; }
- public virtual string GetLocalizedMessage(System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class NLS
- {
- protected internal NLS() { }
- public static string GetLocalizedMessage(string key) { throw null; }
- public static string GetLocalizedMessage(string key, System.Globalization.CultureInfo locale) { throw null; }
- public static string GetLocalizedMessage(string key, System.Globalization.CultureInfo locale, params object[] args) { throw null; }
- public static string GetLocalizedMessage(string key, params object[] args) { throw null; }
- protected internal static void InitializeMessages<T>(string bundleName) { }
- public partial interface IPriviligedAction
- {
- object Run();
- }
- }
-}
-namespace Lucene.Net.QueryParsers
-{
- public sealed partial class FastCharStream : Lucene.Net.QueryParsers.ICharStream
- {
- public FastCharStream(System.IO.TextReader r) { }
- public int BeginColumn { get { throw null; } }
- public int BeginLine { get { throw null; } }
- public int Column { get { throw null; } }
- public int EndColumn { get { throw null; } }
- public int EndLine { get { throw null; } }
- public string Image { get { throw null; } }
- public int Line { get { throw null; } }
- public void Backup(int amount) { }
- public char BeginToken() { throw null; }
- public void Done() { }
- public char[] GetSuffix(int len) { throw null; }
- public char ReadChar() { throw null; }
- }
- public partial interface ICharStream
- {
- int BeginColumn { get; }
- int BeginLine { get; }
- [System.ObsoleteAttribute]
- int Column { get; }
- int EndColumn { get; }
- int EndLine { get; }
- string Image { get; }
- [System.ObsoleteAttribute]
- int Line { get; }
- void Backup(int amount);
- char BeginToken();
- void Done();
- char[] GetSuffix(int len);
- char ReadChar();
- }
- public partial class MultiFieldQueryParser : Lucene.Net.QueryParsers.QueryParser
- {
- protected internal System.Collections.Generic.IDictionary<string, float> boosts;
- protected internal string[] fields;
- public MultiFieldQueryParser(Lucene.Net.Util.Version matchVersion, string[] fields, Lucene.Net.Analysis.Analyzer analyzer) : base (default(Lucene.Net.Util.Version), default(string), default(Lucene.Net.Analysis.Analyzer)) { }
- public MultiFieldQueryParser(Lucene.Net.Util.Version matchVersion, string[] fields, Lucene.Net.Analysis.Analyzer analyzer, System.Collections.Generic.IDictionary<string, float> boosts) : base (default(Lucene.Net.Util.Version), default(string), default(Lucene.Net.Analysis.Analyzer)) { }
- protected internal override Lucene.Net.Search.Query GetFieldQuery(string field, string queryText) { throw null; }
- protected internal override Lucene.Net.Search.Query GetFieldQuery(string field, string queryText, int slop) { throw null; }
- protected internal override Lucene.Net.Search.Query GetFuzzyQuery(string field, string termStr, float minSimilarity) { throw null; }
- protected internal override Lucene.Net.Search.Query GetPrefixQuery(string field, string termStr) { throw null; }
- protected internal override Lucene.Net.Search.Query GetRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- protected internal override Lucene.Net.Search.Query GetWildcardQuery(string field, string termStr) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string query, string[] fields, Lucene.Net.Search.Occur[] flags, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string[] queries, string[] fields, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- public static Lucene.Net.Search.Query Parse(Lucene.Net.Util.Version matchVersion, string[] queries, string[] fields, Lucene.Net.Search.Occur[] flags, Lucene.Net.Analysis.Analyzer analyzer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ParseException : System.Exception
- {
- public Lucene.Net.QueryParsers.Token currentToken;
- protected internal string eol;
- public int[][] expectedTokenSequences;
- protected internal bool specialConstructor;
- public string[] tokenImage;
- public ParseException() { }
- public ParseException(Lucene.Net.QueryParsers.Token currentTokenVal, int[][] expectedTokenSequencesVal, string[] tokenImageVal) { }
- public ParseException(string message) { }
- public ParseException(string message, System.Exception ex) { }
- public override string Message { get { throw null; } }
- protected internal virtual string Add_escapes(string str) { throw null; }
- }
- public partial class QueryParser : Lucene.Net.QueryParsers.QueryParserConstants
- {
- public static Lucene.Net.QueryParsers.QueryParser.Operator AND_OPERATOR;
- public Lucene.Net.QueryParsers.Token jj_nt;
- public static Lucene.Net.QueryParsers.QueryParser.Operator OR_OPERATOR;
- public Lucene.Net.QueryParsers.Token token;
- public Lucene.Net.QueryParsers.QueryParserTokenManager token_source;
- protected internal QueryParser(Lucene.Net.QueryParsers.ICharStream stream) { }
- protected QueryParser(Lucene.Net.QueryParsers.QueryParserTokenManager tm) { }
- public QueryParser(Lucene.Net.Util.Version matchVersion, string f, Lucene.Net.Analysis.Analyzer a) { }
- public virtual bool AllowLeadingWildcard { get { throw null; } set { } }
- public virtual Lucene.Net.Analysis.Analyzer Analyzer { get { throw null; } }
- public virtual Lucene.Net.QueryParsers.QueryParser.Operator DefaultOperator { get { throw null; } set { } }
- public virtual bool EnablePositionIncrements { get { throw null; } set { } }
- public virtual string Field { get { throw null; } }
- public virtual float FuzzyMinSim { get { throw null; } set { } }
- public virtual int FuzzyPrefixLength { get { throw null; } set { } }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual bool LowercaseExpandedTerms { get { throw null; } set { } }
- public virtual Lucene.Net.Search.RewriteMethod MultiTermRewriteMethod { get { throw null; } set { } }
- public virtual int PhraseSlop { get { throw null; } set { } }
- public virtual System.Globalization.CompareInfo RangeCollator { get { throw null; } set { } }
- protected internal virtual void AddClause(System.Collections.Generic.List<Lucene.Net.Search.BooleanClause> clauses, int conj, int mods, Lucene.Net.Search.Query q) { }
- public Lucene.Net.Search.Query Clause(string field) { throw null; }
- public int Conjunction() { throw null; }
- public void Disable_tracing() { }
- public void Enable_tracing() { }
- public static string Escape(string s) { throw null; }
- public virtual Lucene.Net.QueryParsers.ParseException GenerateParseException() { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetBooleanQuery(System.Collections.Generic.IList<Lucene.Net.Search.BooleanClause> clauses) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetBooleanQuery(System.Collections.Generic.IList<Lucene.Net.Search.BooleanClause> clauses, bool disableCoord) { throw null; }
- public virtual Lucene.Net.Documents.DateTools.Resolution getDateResolution(string fieldName) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFieldQuery(string field, string queryText) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFieldQuery(string field, string queryText, int slop) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetFuzzyQuery(string field, string termStr, float minSimilarity) { throw null; }
- public Lucene.Net.QueryParsers.Token GetNextToken() { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetPrefixQuery(string field, string termStr) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- public Lucene.Net.QueryParsers.Token getToken(int index) { throw null; }
- protected internal virtual Lucene.Net.Search.Query GetWildcardQuery(string field, string termStr) { throw null; }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- public int Modifiers() { throw null; }
- protected internal virtual Lucene.Net.Search.BooleanClause NewBooleanClause(Lucene.Net.Search.Query q, Lucene.Net.Search.Occur occur) { throw null; }
- protected internal virtual Lucene.Net.Search.BooleanQuery NewBooleanQuery(bool disableCoord) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewFuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity, int prefixLength) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewMatchAllDocsQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.MultiPhraseQuery NewMultiPhraseQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.PhraseQuery NewPhraseQuery() { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewPrefixQuery(Lucene.Net.Index.Term prefix) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewRangeQuery(string field, string part1, string part2, bool inclusive) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewTermQuery(Lucene.Net.Index.Term term) { throw null; }
- protected internal virtual Lucene.Net.Search.Query NewWildcardQuery(Lucene.Net.Index.Term t) { throw null; }
- public virtual Lucene.Net.Search.Query Parse(string query) { throw null; }
- public Lucene.Net.Search.Query Query(string field) { throw null; }
- public void ReInit(Lucene.Net.QueryParsers.ICharStream stream) { }
- public void ReInit(Lucene.Net.QueryParsers.QueryParserTokenManager tm) { }
- public virtual void SetDateResolution(Lucene.Net.Documents.DateTools.Resolution dateResolution) { }
- public virtual void SetDateResolution(string fieldName, Lucene.Net.Documents.DateTools.Resolution dateResolution) { }
- public Lucene.Net.Search.Query Term(string field) { throw null; }
- public Lucene.Net.Search.Query TopLevelQuery(string field) { throw null; }
- public enum Operator
- {
- AND = 1,
- OR = 0,
- }
- }
- public partial class QueryParserConstants
- {
- protected internal const int AndToken = 8;
- protected internal const int BoostToken = 0;
- protected internal const int CaratToken = 17;
- protected internal const int ColonToken = 15;
- protected internal const int DefaultToken = 3;
- protected internal const int EndOfFileToken = 0;
- protected internal const int EscapedCharToken = 2;
- protected internal const int FuzzySlopToken = 20;
- protected internal const int LParanToken = 13;
- protected internal const int MinusToken = 12;
- protected internal const int NotToken = 10;
- protected internal const int NumberToken = 25;
- protected internal const int NumCharToken = 1;
- protected internal const int OrToken = 9;
- protected internal const int PlusToken = 11;
- protected internal const int PrefixTermToken = 21;
- protected internal const int QuotedCharToken = 6;
- protected internal const int QuotedToken = 18;
- protected internal const int RangeExEndToken = 31;
- protected internal const int RangeExGoopToken = 33;
- protected internal const int RangeExQuotedToken = 32;
- protected internal const int RangeExStartToken = 24;
- protected const int RangeExToken = 1;
- protected internal const int RangeExToToken = 30;
- protected internal const int RangeInEndToken = 27;
- protected internal const int RangeInGoopToken = 29;
- protected internal const int RangeInQuotedToken = 28;
- protected internal const int RangeInStartToken = 23;
- protected internal const int RangeInToken = 2;
- protected internal const int RangeInToToken = 26;
- protected internal const int RParenToken = 14;
- protected internal const int StarToken = 16;
- protected internal const int TermCharToken = 4;
- protected internal const int TermStartCharToken = 3;
- protected internal const int TermToken = 19;
- protected internal static string[] tokenImage;
- protected internal const int WhitespaceToken = 5;
- protected internal const int WildTermToken = 22;
- public QueryParserConstants() { }
- }
- public partial class QueryParserTokenManager : Lucene.Net.QueryParsers.QueryParserConstants
- {
- protected internal char curChar;
- public System.IO.StreamWriter debugStream;
- protected internal Lucene.Net.QueryParsers.ICharStream input_stream;
- public static readonly int[] jjnewLexState;
- public static readonly string[] jjstrLiteralImages;
- public static readonly string[] lexStateNames;
- public QueryParserTokenManager(Lucene.Net.QueryParsers.ICharStream stream) { }
- public QueryParserTokenManager(Lucene.Net.QueryParsers.ICharStream stream, int lexState) { }
- public virtual Lucene.Net.QueryParsers.Token GetNextToken() { throw null; }
- protected internal virtual Lucene.Net.QueryParsers.Token JjFillToken() { throw null; }
- public virtual void ReInit(Lucene.Net.QueryParsers.ICharStream stream) { }
- public virtual void ReInit(Lucene.Net.QueryParsers.ICharStream stream, int lexState) { }
- public virtual void SetDebugStream(System.IO.StreamWriter ds) { }
- public virtual void SwitchTo(int lexState) { }
- }
- public partial class Token
- {
- public int beginColumn;
- public int beginLine;
- public int endColumn;
- public int endLine;
- public string image;
- public int kind;
- public Lucene.Net.QueryParsers.Token next;
- public Lucene.Net.QueryParsers.Token specialToken;
- public Token() { }
- public Token(int kind) { }
- public Token(int kind, string image) { }
- public virtual object Value { get { throw null; } }
- public static Lucene.Net.QueryParsers.Token NewToken(int ofKind) { throw null; }
- public static Lucene.Net.QueryParsers.Token NewToken(int ofKind, string image) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TokenMgrError : System.ApplicationException
- {
- public TokenMgrError() { }
- public TokenMgrError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar, int reason) { }
- public TokenMgrError(string message, int reason) { }
- public override string Message { get { throw null; } }
- protected internal static string addEscapes(string str) { throw null; }
- protected internal static string LexicalError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar) { throw null; }
- }
-}
-namespace Lucene.Net.Search
-{
- [System.SerializableAttribute]
- public partial class BooleanClause
- {
- public BooleanClause(Lucene.Net.Search.Query query, Lucene.Net.Search.Occur occur) { }
- public virtual bool IsProhibited { get { throw null; } }
- public virtual bool IsRequired { get { throw null; } }
- public virtual Lucene.Net.Search.Occur Occur { get { throw null; } set { } }
- public virtual Lucene.Net.Search.Query Query { get { throw null; } set { } }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class BooleanQuery : Lucene.Net.Search.Query, System.Collections.Generic.IEnumerable<Lucene.Net.Search.BooleanClause>, System.Collections.IEnumerable, System.ICloneable
- {
- protected internal int minNrShouldMatch;
- public BooleanQuery() { }
- public BooleanQuery(bool disableCoord) { }
- public virtual System.Collections.Generic.List<Lucene.Net.Search.BooleanClause> Clauses { get { throw null; } }
- public static int MaxClauseCount { get { throw null; } set { } }
- public virtual int MinimumNumberShouldMatch { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Search.BooleanClause clause) { }
- public virtual void Add(Lucene.Net.Search.Query query, Lucene.Net.Search.Occur occur) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.BooleanClause[] GetClauses() { throw null; }
- public System.Collections.Generic.IEnumerator<Lucene.Net.Search.BooleanClause> GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public virtual bool IsCoordDisabled() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public override string ToString(string field) { throw null; }
- [System.SerializableAttribute]
- protected internal partial class BooleanWeight : Lucene.Net.Search.Weight
- {
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.List<Lucene.Net.Search.Weight> weights;
- public BooleanWeight(Lucene.Net.Search.BooleanQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.BooleanQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override bool GetScoresDocsOutOfOrder() { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TooManyClauses : System.SystemException
- {
- public TooManyClauses() { }
- public override string Message { get { throw null; } }
- }
- }
- public sealed partial class BooleanScorer : Lucene.Net.Search.Scorer
- {
- public BooleanScorer(Lucene.Net.Search.Similarity similarity, int minNrShouldMatch, System.Collections.Generic.List<Lucene.Net.Search.Scorer> optionalScorers, System.Collections.Generic.List<Lucene.Net.Search.Scorer> prohibitedScorers) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector collector) { }
- public override bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface ByteParser : Lucene.Net.Search.Parser
- {
- sbyte ParseByte(string string_Renamed);
- }
- public abstract partial class CacheEntry
- {
- protected CacheEntry() { }
- public abstract System.Type CacheType { get; }
- public abstract object Custom { get; }
- public string EstimatedSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected internal set { } }
- public abstract string FieldName { get; }
- public abstract object ReaderKey { get; }
- public abstract object Value { get; }
- public virtual void EstimateSize() { }
- public virtual void EstimateSize(Lucene.Net.Util.RamUsageEstimator ramCalc) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CachingSpanFilter : Lucene.Net.Search.SpanFilter
- {
- public int hitCount;
- public int missCount;
- public CachingSpanFilter(Lucene.Net.Search.SpanFilter filter) { }
- public CachingSpanFilter(Lucene.Net.Search.SpanFilter filter, Lucene.Net.Search.CachingWrapperFilter.DeletesMode deletesMode) { }
- public override Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CachingWrapperFilter : Lucene.Net.Search.Filter
- {
- protected internal Lucene.Net.Search.Filter filter;
- public int hitCount;
- public int missCount;
- public CachingWrapperFilter(Lucene.Net.Search.Filter filter) { }
- public CachingWrapperFilter(Lucene.Net.Search.Filter filter, Lucene.Net.Search.CachingWrapperFilter.DeletesMode deletesMode) { }
- protected internal virtual Lucene.Net.Search.DocIdSet DocIdSetToCache(Lucene.Net.Search.DocIdSet docIdSet, Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- public enum DeletesMode
- {
- DYNAMIC = 2,
- IGNORE = 0,
- RECACHE = 1,
- }
- }
- public abstract partial class Collector
- {
- protected Collector() { }
- public abstract bool AcceptsDocsOutOfOrder { get; }
- public abstract void Collect(int doc);
- public abstract void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase);
- public abstract void SetScorer(Lucene.Net.Search.Scorer scorer);
- }
- [System.SerializableAttribute]
- public partial class ComplexExplanation : Lucene.Net.Search.Explanation
- {
- public ComplexExplanation() { }
- public ComplexExplanation(bool match, float value_Renamed, string description) { }
- public override bool IsMatch { get { throw null; } }
- public virtual System.Nullable<bool> Match { get { throw null; } set { } }
- protected internal override string Summary { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class ConstantScoreQuery : Lucene.Net.Search.Query
- {
- protected internal Lucene.Net.Search.Filter internalFilter;
- public ConstantScoreQuery(Lucene.Net.Search.Filter filter) { }
- public virtual Lucene.Net.Search.Filter Filter { get { throw null; } }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- protected internal partial class ConstantScorer : Lucene.Net.Search.Scorer
- {
- public ConstantScorer(Lucene.Net.Search.ConstantScoreQuery enclosingInstance, Lucene.Net.Search.Similarity similarity, Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.Weight w) : base (default(Lucene.Net.Search.Similarity)) { }
- public Lucene.Net.Search.ConstantScoreQuery Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- }
- [System.SerializableAttribute]
- protected internal partial class ConstantWeight : Lucene.Net.Search.Weight
- {
- public ConstantWeight(Lucene.Net.Search.ConstantScoreQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.ConstantScoreQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- public sealed partial class CreationPlaceholder
- {
- public CreationPlaceholder() { }
- }
- [System.SerializableAttribute]
- public partial class DefaultSimilarity : Lucene.Net.Search.Similarity
- {
- protected internal bool internalDiscountOverlaps;
- public DefaultSimilarity() { }
- public virtual bool DiscountOverlaps { get { throw null; } set { } }
- public override float ComputeNorm(string field, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public override float Coord(int overlap, int maxOverlap) { throw null; }
- public override float Idf(int docFreq, int numDocs) { throw null; }
- public override float LengthNorm(string fieldName, int numTerms) { throw null; }
- public override float QueryNorm(float sumOfSquaredWeights) { throw null; }
- public override float SloppyFreq(int distance) { throw null; }
- public override float Tf(float freq) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DisjunctionMaxQuery : Lucene.Net.Search.Query, System.Collections.Generic.IEnumerable<Lucene.Net.Search.Query>, System.Collections.IEnumerable, System.ICloneable
- {
- public DisjunctionMaxQuery(System.Collections.Generic.ICollection<Lucene.Net.Search.Query> disjuncts, float tieBreakerMultiplier) { }
- public DisjunctionMaxQuery(float tieBreakerMultiplier) { }
- public virtual void Add(Lucene.Net.Search.Query query) { }
- public virtual void Add(System.Collections.Generic.ICollection<Lucene.Net.Search.Query> disjuncts) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual System.Collections.Generic.IEnumerator<Lucene.Net.Search.Query> GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public override string ToString(string field) { throw null; }
- [System.SerializableAttribute]
- protected internal partial class DisjunctionMaxWeight : Lucene.Net.Search.Weight
- {
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.List<Lucene.Net.Search.Weight> weights;
- public DisjunctionMaxWeight(Lucene.Net.Search.DisjunctionMaxQuery enclosingInstance, Lucene.Net.Search.Searcher searcher) { }
- public Lucene.Net.Search.DisjunctionMaxQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float norm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class DocIdSet
- {
- [System.NonSerializedAttribute]
- public static readonly Lucene.Net.Search.DocIdSet EMPTY_DOCIDSET;
- protected DocIdSet() { }
- public virtual bool IsCacheable { get { throw null; } }
- public abstract Lucene.Net.Search.DocIdSetIterator Iterator();
- public partial class AnonymousClassDocIdSet : Lucene.Net.Search.DocIdSet
- {
- public AnonymousClassDocIdSet() { }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public partial class AnonymousClassDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public AnonymousClassDocIdSetIterator(Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet enclosingInstance) { }
- public Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- }
- }
- public abstract partial class DocIdSetIterator
- {
- public static readonly int NO_MORE_DOCS;
- protected DocIdSetIterator() { }
- public abstract int Advance(int target);
- public abstract int DocID();
- public abstract int NextDoc();
- }
- public partial interface DoubleParser : Lucene.Net.Search.Parser
- {
- double ParseDouble(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class Explanation
- {
- public Explanation() { }
- public Explanation(float value, string description) { }
- public virtual string Description { get { throw null; } set { } }
- public virtual bool IsMatch { get { throw null; } }
- protected internal virtual string Summary { get { throw null; } }
- public virtual float Value { get { throw null; } set { } }
- public virtual void AddDetail(Lucene.Net.Search.Explanation detail) { }
- public virtual Lucene.Net.Search.Explanation[] GetDetails() { throw null; }
- public virtual string ToHtml() { throw null; }
- public override string ToString() { throw null; }
- protected internal virtual string ToString(int depth) { throw null; }
- [System.SerializableAttribute]
- public abstract partial class IDFExplanation
- {
- protected IDFExplanation() { }
- public abstract float Idf { get; }
- public abstract string Explain();
- }
- }
- public partial interface FieldCache
- {
- System.IO.StreamWriter InfoStream { get; set; }
- sbyte[] GetBytes(Lucene.Net.Index.IndexReader reader, string field);
- sbyte[] GetBytes(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.ByteParser parser);
- Lucene.Net.Search.CacheEntry[] GetCacheEntries();
- double[] GetDoubles(Lucene.Net.Index.IndexReader reader, string field);
- double[] GetDoubles(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.DoubleParser parser);
- float[] GetFloats(Lucene.Net.Index.IndexReader reader, string field);
- float[] GetFloats(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.FloatParser parser);
- int[] GetInts(Lucene.Net.Index.IndexReader reader, string field);
- int[] GetInts(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.IntParser parser);
- long[] GetLongs(Lucene.Net.Index.IndexReader reader, string field);
- long[] GetLongs(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.LongParser parser);
- short[] GetShorts(Lucene.Net.Index.IndexReader reader, string field);
- short[] GetShorts(Lucene.Net.Index.IndexReader reader, string field, Lucene.Net.Search.ShortParser parser);
- Lucene.Net.Search.StringIndex GetStringIndex(Lucene.Net.Index.IndexReader reader, string field);
- string[] GetStrings(Lucene.Net.Index.IndexReader reader, string field);
- void Purge(Lucene.Net.Index.IndexReader r);
- void PurgeAllCaches();
- }
- public static partial class FieldCacheRangeFilter
- {
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.SByte>> NewByteRange(string field, Lucene.Net.Search.ByteParser parser, System.Nullable<sbyte> lowerVal, System.Nullable<sbyte> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.SByte>> NewByteRange(string field, System.Nullable<sbyte> lowerVal, System.Nullable<sbyte> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Double>> NewDoubleRange(string field, Lucene.Net.Search.DoubleParser parser, System.Nullable<double> lowerVal, System.Nullable<double> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Double>> NewDoubleRange(string field, System.Nullable<double> lowerVal, System.Nullable<double> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Single>> NewFloatRange(string field, Lucene.Net.Search.FloatParser parser, System.Nullable<float> lowerVal, System.Nullable<float> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Single>> NewFloatRange(string field, System.Nullable<float> lowerVal, System.Nullable<float> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int32>> NewIntRange(string field, Lucene.Net.Search.IntParser parser, System.Nullable<int> lowerVal, System.Nullable<int> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int32>> NewIntRange(string field, System.Nullable<int> lowerVal, System.Nullable<int> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int64>> NewLongRange(string field, Lucene.Net.Search.LongParser parser, System.Nullable<long> lowerVal, System.Nullable<long> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int64>> NewLongRange(string field, System.Nullable<long> lowerVal, System.Nullable<long> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int16>> NewShortRange(string field, Lucene.Net.Search.ShortParser parser, System.Nullable<short> lowerVal, System.Nullable<short> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.Nullable<System.Int16>> NewShortRange(string field, System.Nullable<short> lowerVal, System.Nullable<short> upperVal, bool includeLower, bool includeUpper) { throw null; }
- public static Lucene.Net.Search.FieldCacheRangeFilter<System.String> NewStringRange(string field, string lowerVal, string upperVal, bool includeLower, bool includeUpper) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class FieldCacheRangeFilter<T> : Lucene.Net.Search.Filter
- {
- protected internal FieldCacheRangeFilter(string field, Lucene.Net.Search.Parser parser, T lowerVal, T upperVal, bool includeLower, bool includeUpper) { }
- public string GetField { get { throw null; } }
- public bool IncludesLower { get { throw null; } }
- public bool IncludesUpper { get { throw null; } }
- public T LowerValue { get { throw null; } }
- public Lucene.Net.Search.Parser Parser { get { throw null; } }
- public T UpperValue { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public abstract override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FieldCacheTermsFilter : Lucene.Net.Search.Filter
- {
- public FieldCacheTermsFilter(string field, params string[] terms) { }
- public virtual Lucene.Net.Search.FieldCache FieldCache { get { throw null; } }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- protected internal partial class FieldCacheTermsFilterDocIdSet : Lucene.Net.Search.DocIdSet
- {
- public FieldCacheTermsFilterDocIdSet(Lucene.Net.Search.FieldCacheTermsFilter enclosingInstance, Lucene.Net.Search.StringIndex fcsi) { }
- public Lucene.Net.Search.FieldCacheTermsFilter Enclosing_Instance { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- protected internal partial class FieldCacheTermsFilterDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public FieldCacheTermsFilterDocIdSetIterator(Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet enclosingInstance) { }
- public Lucene.Net.Search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet Enclosing_Instance { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct FieldCache_Fields
- {
- public static readonly Lucene.Net.Search.FieldCache DEFAULT;
- public static readonly Lucene.Net.Search.ByteParser DEFAULT_BYTE_PARSER;
- public static readonly Lucene.Net.Search.DoubleParser DEFAULT_DOUBLE_PARSER;
- public static readonly Lucene.Net.Search.FloatParser DEFAULT_FLOAT_PARSER;
- public static readonly Lucene.Net.Search.IntParser DEFAULT_INT_PARSER;
- public static readonly Lucene.Net.Search.LongParser DEFAULT_LONG_PARSER;
- public static readonly Lucene.Net.Search.ShortParser DEFAULT_SHORT_PARSER;
- public static readonly Lucene.Net.Search.DoubleParser NUMERIC_UTILS_DOUBLE_PARSER;
- public static readonly Lucene.Net.Search.FloatParser NUMERIC_UTILS_FLOAT_PARSER;
- public static readonly Lucene.Net.Search.IntParser NUMERIC_UTILS_INT_PARSER;
- public static readonly Lucene.Net.Search.LongParser NUMERIC_UTILS_LONG_PARSER;
- public static readonly int STRING_INDEX;
- }
- public abstract partial class FieldComparator
- {
- protected FieldComparator() { }
- public abstract System.IComparable this[int slot] { get; }
- protected internal static int BinarySearch(string[] a, string key) { throw null; }
- protected internal static int BinarySearch(string[] a, string key, int low, int high) { throw null; }
- public abstract int Compare(int slot1, int slot2);
- public abstract int CompareBottom(int doc);
- public abstract void Copy(int slot, int doc);
- public abstract void SetBottom(int slot);
- public abstract void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase);
- public virtual void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- public sealed partial class ByteComparator : Lucene.Net.Search.FieldComparator
- {
- internal ByteComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class DocComparator : Lucene.Net.Search.FieldComparator
- {
- internal DocComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class DoubleComparator : Lucene.Net.Search.FieldComparator
- {
- internal DoubleComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class FloatComparator : Lucene.Net.Search.FieldComparator
- {
- internal FloatComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class IntComparator : Lucene.Net.Search.FieldComparator
- {
- internal IntComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class LongComparator : Lucene.Net.Search.FieldComparator
- {
- internal LongComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class RelevanceComparator : Lucene.Net.Search.FieldComparator
- {
- internal RelevanceComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- public sealed partial class ShortComparator : Lucene.Net.Search.FieldComparator
- {
- internal ShortComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringComparatorLocale : Lucene.Net.Search.FieldComparator
- {
- internal StringComparatorLocale() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringOrdValComparator : Lucene.Net.Search.FieldComparator
- {
- public StringOrdValComparator(int numHits, string field, int sortPos, bool reversed) { }
- public int BottomSlot { get { throw null; } }
- public string Field { get { throw null; } }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public string[] GetValues() { throw null; }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- public sealed partial class StringValComparator : Lucene.Net.Search.FieldComparator
- {
- internal StringValComparator() { }
- public override System.IComparable this[int slot] { get { throw null; } }
- public override int Compare(int slot1, int slot2) { throw null; }
- public override int CompareBottom(int doc) { throw null; }
- public override void Copy(int slot, int doc) { }
- public override void SetBottom(int bottom) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class FieldComparatorSource
- {
- protected FieldComparatorSource() { }
- public abstract Lucene.Net.Search.FieldComparator NewComparator(string fieldname, int numHits, int sortPos, bool reversed);
- }
- [System.SerializableAttribute]
- public partial class FieldDoc : Lucene.Net.Search.ScoreDoc
- {
- [System.NonSerializedAttribute]
- public System.IComparable[] fields;
- public FieldDoc(int doc, float score) : base (default(int), default(float)) { }
- public FieldDoc(int doc, float score, System.IComparable[] fields) : base (default(int), default(float)) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class FieldValueHitQueue : Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.FieldValueHitQueue.Entry>
- {
- internal FieldValueHitQueue() { }
- protected internal Lucene.Net.Search.FieldComparator[] comparators;
- protected internal Lucene.Net.Search.SortField[] fields;
- protected internal int[] reverseMul;
- public static Lucene.Net.Search.FieldValueHitQueue Create(Lucene.Net.Search.SortField[] fields, int size) { throw null; }
- public abstract override bool LessThan(Lucene.Net.Search.FieldValueHitQueue.Entry a, Lucene.Net.Search.FieldValueHitQueue.Entry b);
- public sealed partial class Entry : Lucene.Net.Search.ScoreDoc
- {
- internal Entry() : base (default(int), default(float)) { }
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public abstract partial class Filter
- {
- protected Filter() { }
- public abstract Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader);
- }
- public abstract partial class FilteredDocIdSet : Lucene.Net.Search.DocIdSet
- {
- protected FilteredDocIdSet(Lucene.Net.Search.DocIdSet innerSet) { }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public abstract bool Match(int docid);
- }
- public abstract partial class FilteredDocIdSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- protected internal Lucene.Net.Search.DocIdSetIterator internalInnerIter;
- protected FilteredDocIdSetIterator(Lucene.Net.Search.DocIdSetIterator innerIter) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public abstract bool Match(int doc);
- public override int NextDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FilteredQuery : Lucene.Net.Search.Query
- {
- public FilteredQuery(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter) { }
- public virtual Lucene.Net.Search.Filter Filter { get { throw null; } }
- public virtual Lucene.Net.Search.Query Query { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string s) { throw null; }
- }
- public abstract partial class FilteredTermEnum : Lucene.Net.Index.TermEnum
- {
- protected internal Lucene.Net.Index.TermEnum actualEnum;
- protected internal Lucene.Net.Index.Term currentTerm;
- protected FilteredTermEnum() { }
- public override Lucene.Net.Index.Term Term { get { throw null; } }
- public abstract float Difference();
- protected override void Dispose(bool disposing) { }
- public override int DocFreq() { throw null; }
- public abstract bool EndEnum();
- public override bool Next() { throw null; }
- protected internal virtual void SetEnum(Lucene.Net.Index.TermEnum actualEnum) { }
- protected internal abstract bool TermCompare(Lucene.Net.Index.Term term);
- }
- public partial class FilterManager
- {
- protected internal System.Collections.Generic.IDictionary<int, Lucene.Net.Search.FilterManager.FilterItem> cache;
- protected internal int cacheCleanSize;
- protected internal long cleanSleepTime;
- protected internal const int DEFAULT_CACHE_CLEAN_SIZE = 100;
- protected internal const long DEFAULT_CACHE_SLEEP_TIME = (long)600000;
- protected internal Lucene.Net.Search.FilterManager.FilterCleaner internalFilterCleaner;
- protected internal static Lucene.Net.Search.FilterManager manager;
- protected internal FilterManager() { }
- public static Lucene.Net.Search.FilterManager Instance { get { throw null; } }
- public virtual Lucene.Net.Search.Filter GetFilter(Lucene.Net.Search.Filter filter) { throw null; }
- public virtual void SetCacheSize(int value) { }
- public virtual void SetCleanThreadSleepTime(long value) { }
- protected internal partial class FilterCleaner : Lucene.Net.Support.IThreadRunnable
- {
- public FilterCleaner(Lucene.Net.Search.FilterManager enclosingInstance) { }
- public virtual void Run() { }
- }
- protected internal partial class FilterItem
- {
- public Lucene.Net.Search.Filter filter;
- public long timestamp;
- public FilterItem(Lucene.Net.Search.Filter filter) { }
- }
- }
- public partial interface FloatParser : Lucene.Net.Search.Parser
- {
- float ParseFloat(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class FuzzyQuery : Lucene.Net.Search.MultiTermQuery
- {
- public const float defaultMinSimilarity = 0.5f;
- public const int defaultPrefixLength = 0;
- public FuzzyQuery(Lucene.Net.Index.Term term) { }
- public FuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity) { }
- public FuzzyQuery(Lucene.Net.Index.Term term, float minimumSimilarity, int prefixLength) { }
- public virtual float MinSimilarity { get { throw null; } }
- public virtual int PrefixLength { get { throw null; } }
- public override Lucene.Net.Search.RewriteMethod RewriteMethod { set { } }
- public Lucene.Net.Index.Term Term { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected internal set { } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- protected internal partial class ScoreTerm : System.IComparable<Lucene.Net.Search.FuzzyQuery.ScoreTerm>
- {
- public float score;
- public Lucene.Net.Index.Term term;
- public ScoreTerm() { }
- public int CompareTo(Lucene.Net.Search.FuzzyQuery.ScoreTerm other) { throw null; }
- }
- }
- public sealed partial class FuzzyTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term) { }
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term, float minSimilarity) { }
- public FuzzyTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term, float minSimilarity, int prefixLength) { }
- public override float Difference() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class HitQueue : Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.ScoreDoc>
- {
- public HitQueue(int size, bool prePopulate) { }
- protected internal override Lucene.Net.Search.ScoreDoc SentinelObject { get { throw null; } }
- public override bool LessThan(Lucene.Net.Search.ScoreDoc hitA, Lucene.Net.Search.ScoreDoc hitB) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class IndexSearcher : Lucene.Net.Search.Searcher
- {
- public IndexSearcher(Lucene.Net.Index.IndexReader r) { }
- public IndexSearcher(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.IndexReader[] subReaders, int[] docStarts) { }
- public IndexSearcher(Lucene.Net.Store.Directory path) { }
- public IndexSearcher(Lucene.Net.Store.Directory path, bool readOnly) { }
- public virtual Lucene.Net.Index.IndexReader IndexReader { get { throw null; } }
- public override int MaxDoc { get { throw null; } }
- public Lucene.Net.Index.IndexReader reader_ForNUnit { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override Lucene.Net.Documents.Document Doc(int i) { throw null; }
- public override Lucene.Net.Documents.Document Doc(int i, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc) { throw null; }
- protected internal virtual void GatherSubReaders(System.Collections.Generic.IList<Lucene.Net.Index.IndexReader> allSubReaders, Lucene.Net.Index.IndexReader r) { }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query original) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort, bool fillFields) { throw null; }
- public virtual void SetDefaultFieldSortScoring(bool doTrackScores, bool doMaxScore) { }
- }
- public partial interface IntParser : Lucene.Net.Search.Parser
- {
- int ParseInt(string string_Renamed);
- }
- public partial interface LongParser : Lucene.Net.Search.Parser
- {
- long ParseLong(string string_Renamed);
- }
- [System.SerializableAttribute]
- public partial class MatchAllDocsQuery : Lucene.Net.Search.Query
- {
- public MatchAllDocsQuery() { }
- public MatchAllDocsQuery(string normsField) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MultiPhraseQuery : Lucene.Net.Search.Query
- {
- public MultiPhraseQuery() { }
- public virtual int Slop { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Index.Term term) { }
- public virtual void Add(Lucene.Net.Index.Term[] terms) { }
- public virtual void Add(Lucene.Net.Index.Term[] terms, int position) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public virtual System.Collections.Generic.IList<Lucene.Net.Index.Term[]> GetTermArrays() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public static bool TermEquals(System.Array array1, System.Array array2) { throw null; }
- public override string ToString(string f) { throw null; }
- }
- public partial class MultiSearcher : Lucene.Net.Search.Searcher
- {
- public MultiSearcher(params Lucene.Net.Search.Searchable[] searchables) { }
- public override int MaxDoc { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Query original) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Lucene.Net.Documents.Document Doc(int n) { throw null; }
- public override Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector) { throw null; }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc) { throw null; }
- public virtual Lucene.Net.Search.Searchable[] GetSearchables() { throw null; }
- protected internal virtual int[] GetStarts() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query original) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual int SubDoc(int n) { throw null; }
- public virtual int SubSearcher(int n) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class MultiTermQuery : Lucene.Net.Search.Query
- {
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_AUTO_REWRITE_DEFAULT;
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE;
- public static readonly Lucene.Net.Search.RewriteMethod CONSTANT_SCORE_FILTER_REWRITE;
- protected internal Lucene.Net.Search.RewriteMethod internalRewriteMethod;
- public static readonly Lucene.Net.Search.RewriteMethod SCORING_BOOLEAN_QUERY_REWRITE;
- protected MultiTermQuery() { }
- public virtual Lucene.Net.Search.RewriteMethod RewriteMethod { get { throw null; } set { } }
- public virtual int TotalNumberOfTerms { get { throw null; } }
- public virtual void ClearTotalNumberOfTerms() { }
- public override bool Equals(object obj) { throw null; }
- protected internal abstract Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- protected internal virtual void IncTotalNumberOfTerms(int inc) { }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- [System.SerializableAttribute]
- public partial class AnonymousClassConstantScoreAutoRewrite : Lucene.Net.Search.MultiTermQuery.ConstantScoreAutoRewrite
- {
- public AnonymousClassConstantScoreAutoRewrite() { }
- public override double DocCountPercent { set { } }
- public override int TermCountCutoff { set { } }
- protected internal virtual object ReadResolve() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ConstantScoreAutoRewrite : Lucene.Net.Search.RewriteMethod
- {
- public static double DEFAULT_DOC_COUNT_PERCENT;
- public static int DEFAULT_TERM_COUNT_CUTOFF;
- public ConstantScoreAutoRewrite() { }
- public virtual double DocCountPercent { get { throw null; } set { } }
- public virtual int TermCountCutoff { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.MultiTermQuery query) { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class MultiTermQueryWrapperFilter<T> : Lucene.Net.Search.Filter where T : Lucene.Net.Search.MultiTermQuery
- {
- protected internal T query;
- protected internal MultiTermQueryWrapperFilter(T query) { }
- public virtual int TotalNumberOfTerms { get { throw null; } }
- public virtual void ClearTotalNumberOfTerms() { }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public static partial class NumericRangeFilter
- {
- public static Lucene.Net.Search.NumericRangeFilter<System.Double> NewDoubleRange(string field, int precisionStep, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Double> NewDoubleRange(string field, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Single> NewFloatRange(string field, int precisionStep, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Single> NewFloatRange(string field, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int32> NewIntRange(string field, int precisionStep, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int32> NewIntRange(string field, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int64> NewLongRange(string field, int precisionStep, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeFilter<System.Int64> NewLongRange(string field, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericRangeFilter<T> : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.NumericRangeQuery<T>> where T : struct, System.IComparable<T>
- {
- internal NumericRangeFilter() : base (default(Lucene.Net.Search.NumericRangeQuery<T>)) { }
- public string Field { get { throw null; } }
- public bool IncludesMax { get { throw null; } }
- public bool IncludesMin { get { throw null; } }
- public System.Nullable<T> Max { get { throw null; } }
- public System.Nullable<T> Min { get { throw null; } }
- }
- public static partial class NumericRangeQuery
- {
- public static Lucene.Net.Search.NumericRangeQuery<System.Double> NewDoubleRange(string field, int precisionStep, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Double> NewDoubleRange(string field, System.Nullable<double> min, System.Nullable<double> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Single> NewFloatRange(string field, int precisionStep, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Single> NewFloatRange(string field, System.Nullable<float> min, System.Nullable<float> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int32> NewIntRange(string field, int precisionStep, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int32> NewIntRange(string field, System.Nullable<int> min, System.Nullable<int> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int64> NewLongRange(string field, int precisionStep, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- public static Lucene.Net.Search.NumericRangeQuery<System.Int64> NewLongRange(string field, System.Nullable<long> min, System.Nullable<long> max, bool minInclusive, bool maxInclusive) { throw null; }
- }
- [System.SerializableAttribute]
- public sealed partial class NumericRangeQuery<T> : Lucene.Net.Search.MultiTermQuery where T : struct, System.IComparable<T>
- {
- internal NumericRangeQuery() { }
- public string Field { get { throw null; } }
- public bool IncludesMax { get { throw null; } }
- public bool IncludesMin { get { throw null; } }
- public System.Nullable<T> Max { get { throw null; } }
- public System.Nullable<T> Min { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public enum Occur
- {
- MUST = 0,
- MUST_NOT = 2,
- SHOULD = 1,
- }
- public static partial class OccurExtensions
- {
- public static string ToString(this Lucene.Net.Search.Occur occur) { throw null; }
- }
- public partial class ParallelMultiSearcher : Lucene.Net.Search.MultiSearcher
- {
- public ParallelMultiSearcher(params Lucene.Net.Search.Searchable[] searchables) : base (default(Lucene.Net.Search.Searchable[])) { }
- public override int DocFreq(Lucene.Net.Index.Term term) { throw null; }
- public override void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector) { }
- public override Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs) { throw null; }
- public override Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int nDocs, Lucene.Net.Search.Sort sort) { throw null; }
- }
- public partial interface Parser
- {
- }
- [System.SerializableAttribute]
- public partial class PhraseQuery : Lucene.Net.Search.Query
- {
- public PhraseQuery() { }
- public virtual int Slop { get { throw null; } set { } }
- public virtual void Add(Lucene.Net.Index.Term term) { }
- public virtual void Add(Lucene.Net.Index.Term term, int position) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> queryTerms) { }
- public override int GetHashCode() { throw null; }
- public virtual int[] GetPositions() { throw null; }
- public virtual Lucene.Net.Index.Term[] GetTerms() { throw null; }
- public override string ToString(string f) { throw null; }
- }
- public partial class PositiveScoresOnlyCollector : Lucene.Net.Search.Collector
- {
- public PositiveScoresOnlyCollector(Lucene.Net.Search.Collector c) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public override void Collect(int doc) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int docBase) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- [System.SerializableAttribute]
- public partial class PrefixFilter : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.PrefixQuery>
- {
- public PrefixFilter(Lucene.Net.Index.Term prefix) : base (default(Lucene.Net.Search.PrefixQuery)) { }
- public virtual Lucene.Net.Index.Term Prefix { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PrefixQuery : Lucene.Net.Search.MultiTermQuery
- {
- public PrefixQuery(Lucene.Net.Index.Term prefix) { }
- public virtual Lucene.Net.Index.Term Prefix { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class PrefixTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public PrefixTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term prefix) { }
- protected internal virtual Lucene.Net.Index.Term PrefixTerm { get { throw null; } }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Query : System.ICloneable
- {
- protected Query() { }
- public virtual float Boost { get { throw null; } set { } }
- public virtual object Clone() { throw null; }
- public virtual Lucene.Net.Search.Query Combine(Lucene.Net.Search.Query[] queries) { throw null; }
- public virtual Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public virtual void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public static Lucene.Net.Search.Query MergeBooleanQueries(params Lucene.Net.Search.BooleanQuery[] queries) { throw null; }
- public virtual Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString() { throw null; }
- public abstract string ToString(string field);
- public virtual Lucene.Net.Search.Weight Weight(Lucene.Net.Search.Searcher searcher) { throw null; }
- }
- public partial class QueryTermVector : Lucene.Net.Index.ITermFreqVector
- {
- public QueryTermVector(string queryString, Lucene.Net.Analysis.Analyzer analyzer) { }
- public QueryTermVector(string[] queryTerms) { }
- public virtual string Field { get { throw null; } }
- public virtual int Size { get { throw null; } }
- public virtual int[] GetTermFrequencies() { throw null; }
- public virtual string[] GetTerms() { throw null; }
- public virtual int[] IndexesOf(string[] terms, int start, int len) { throw null; }
- public virtual int IndexOf(string term) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class QueryWrapperFilter : Lucene.Net.Search.Filter
- {
- public QueryWrapperFilter(Lucene.Net.Search.Query query) { }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class RewriteMethod
- {
- protected RewriteMethod() { }
- public abstract Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader, Lucene.Net.Search.MultiTermQuery query);
- }
- public partial class ScoreCachingWrappingScorer : Lucene.Net.Search.Scorer
- {
- public ScoreCachingWrappingScorer(Lucene.Net.Search.Scorer scorer) : base (default(Lucene.Net.Search.Similarity)) { }
- public override Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector collector) { }
- public override bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ScoreDoc
- {
- public ScoreDoc(int doc, float score) { }
- public int Doc { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public float Score { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class Scorer : Lucene.Net.Search.DocIdSetIterator
- {
- protected internal Scorer(Lucene.Net.Search.Similarity similarity) { }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } }
- public abstract float Score();
- public virtual void Score(Lucene.Net.Search.Collector collector) { }
- public virtual bool Score(Lucene.Net.Search.Collector collector, int max, int firstDocID) { throw null; }
- }
- public partial interface Searchable : System.IDisposable
- {
- int MaxDoc { get; }
- void Close();
- Lucene.Net.Documents.Document Doc(int i);
- Lucene.Net.Documents.Document Doc(int n, Lucene.Net.Documents.FieldSelector fieldSelector);
- int DocFreq(Lucene.Net.Index.Term term);
- int[] DocFreqs(Lucene.Net.Index.Term[] terms);
- Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc);
- Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query query);
- void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector collector);
- Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n);
- Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort);
- }
- public abstract partial class Searcher : System.MarshalByRefObject, Lucene.Net.Search.Searchable, System.IDisposable
- {
- protected Searcher() { }
- public abstract int MaxDoc { get; }
- public virtual Lucene.Net.Search.Similarity Similarity { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public virtual Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Query query) { throw null; }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract Lucene.Net.Documents.Document Doc(int i);
- public abstract Lucene.Net.Documents.Document Doc(int docid, Lucene.Net.Documents.FieldSelector fieldSelector);
- public abstract int DocFreq(Lucene.Net.Index.Term term);
- public virtual int[] DocFreqs(Lucene.Net.Index.Term[] terms) { throw null; }
- public virtual Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Query query, int doc) { throw null; }
- public abstract Lucene.Net.Search.Explanation Explain(Lucene.Net.Search.Weight weight, int doc);
- public abstract Lucene.Net.Search.Query Rewrite(Lucene.Net.Search.Query query);
- public virtual void Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Collector results) { }
- public virtual void Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector results) { }
- public virtual Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, int n) { throw null; }
- public virtual Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Query query, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort) { throw null; }
- public virtual Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Query query, int n) { throw null; }
- public abstract void Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, Lucene.Net.Search.Collector results);
- public abstract Lucene.Net.Search.TopDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n);
- public abstract Lucene.Net.Search.TopFieldDocs Search(Lucene.Net.Search.Weight weight, Lucene.Net.Search.Filter filter, int n, Lucene.Net.Search.Sort sort);
- }
- public partial interface ShortParser : Lucene.Net.Search.Parser
- {
- short ParseShort(string string_Renamed);
- }
- [System.SerializableAttribute]
- public abstract partial class Similarity
- {
- public const int NO_DOC_ID_PROVIDED = -1;
- protected Similarity() { }
- public static Lucene.Net.Search.Similarity Default { get { throw null; } set { } }
- public virtual float ComputeNorm(string field, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public abstract float Coord(int overlap, int maxOverlap);
- public static float DecodeNorm(byte b) { throw null; }
- public static byte EncodeNorm(float f) { throw null; }
- public static float[] GetNormDecoder() { throw null; }
- public abstract float Idf(int docFreq, int numDocs);
- public virtual Lucene.Net.Search.Explanation.IDFExplanation IdfExplain(Lucene.Net.Index.Term term, Lucene.Net.Search.Searcher searcher) { throw null; }
- public virtual Lucene.Net.Search.Explanation.IDFExplanation IdfExplain(System.Collections.Generic.ICollection<Lucene.Net.Index.Term> terms, Lucene.Net.Search.Searcher searcher) { throw null; }
- public abstract float LengthNorm(string fieldName, int numTokens);
- public abstract float QueryNorm(float sumOfSquaredWeights);
- public virtual float ScorePayload(int docId, string fieldName, int start, int end, byte[] payload, int offset, int length) { throw null; }
- public abstract float SloppyFreq(int distance);
- public virtual float Tf(int freq) { throw null; }
- public abstract float Tf(float freq);
- }
- [System.SerializableAttribute]
- public partial class SimilarityDelegator : Lucene.Net.Search.Similarity
- {
- public SimilarityDelegator(Lucene.Net.Search.Similarity delegee) { }
- public override float ComputeNorm(string fieldName, Lucene.Net.Index.FieldInvertState state) { throw null; }
- public override float Coord(int overlap, int maxOverlap) { throw null; }
- public override float Idf(int docFreq, int numDocs) { throw null; }
- public override float LengthNorm(string fieldName, int numTerms) { throw null; }
- public override float QueryNorm(float sumOfSquaredWeights) { throw null; }
- public override float ScorePayload(int docId, string fieldName, int start, int end, byte[] payload, int offset, int length) { throw null; }
- public override float SloppyFreq(int distance) { throw null; }
- public override float Tf(float freq) { throw null; }
- }
- public partial class SingleTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public SingleTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term singleTerm) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class Sort
- {
- public static readonly Lucene.Net.Search.Sort INDEXORDER;
- public static readonly Lucene.Net.Search.Sort RELEVANCE;
- public Sort() { }
- public Sort(Lucene.Net.Search.SortField field) { }
- public Sort(params Lucene.Net.Search.SortField[] fields) { }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual Lucene.Net.Search.SortField[] GetSort() { throw null; }
- public virtual void SetSort(Lucene.Net.Search.SortField field) { }
- public virtual void SetSort(params Lucene.Net.Search.SortField[] fields) { }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SortField
- {
- public const int BYTE = 10;
- public const int CUSTOM = 9;
- public const int DOC = 1;
- public const int DOUBLE = 7;
- public static readonly Lucene.Net.Search.SortField FIELD_DOC;
- public static readonly Lucene.Net.Search.SortField FIELD_SCORE;
- public const int FLOAT = 5;
- public const int INT = 4;
- public const int LONG = 6;
- public const int SCORE = 0;
- public const int SHORT = 8;
- public const int STRING = 3;
- public const int STRING_VAL = 11;
- public SortField(string field, Lucene.Net.Search.FieldComparatorSource comparator) { }
- public SortField(string field, Lucene.Net.Search.FieldComparatorSource comparator, bool reverse) { }
- public SortField(string field, Lucene.Net.Search.Parser parser) { }
- public SortField(string field, Lucene.Net.Search.Parser parser, bool reverse) { }
- public SortField(string field, System.Globalization.CultureInfo locale) { }
- public SortField(string field, System.Globalization.CultureInfo locale, bool reverse) { }
- public SortField(string field, int type) { }
- public SortField(string field, int type, bool reverse) { }
- public virtual Lucene.Net.Search.FieldComparatorSource ComparatorSource { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } }
- public virtual Lucene.Net.Search.Parser Parser { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public override bool Equals(object o) { throw null; }
- public virtual Lucene.Net.Search.FieldComparator GetComparator(int numHits, int sortPos) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SpanFilter : Lucene.Net.Search.Filter
- {
- protected SpanFilter() { }
- public abstract Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader);
- }
- public partial class SpanFilterResult
- {
- public SpanFilterResult(Lucene.Net.Search.DocIdSet docIdSet, System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.PositionInfo> positions) { }
- public virtual Lucene.Net.Search.DocIdSet DocIdSet { get { throw null; } }
- public virtual System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.PositionInfo> Positions { get { throw null; } }
- public partial class PositionInfo
- {
- public PositionInfo(int doc) { }
- public virtual int Doc { get { throw null; } }
- public virtual System.Collections.Generic.IList<Lucene.Net.Search.SpanFilterResult.StartEnd> Positions { get { throw null; } }
- public virtual void AddPosition(int start, int end) { }
- }
- public partial class StartEnd
- {
- public StartEnd(int start, int end) { }
- public virtual int End { get { throw null; } }
- public virtual int Start { get { throw null; } }
- }
- }
- [System.SerializableAttribute]
- public partial class SpanQueryFilter : Lucene.Net.Search.SpanFilter
- {
- protected internal Lucene.Net.Search.Spans.SpanQuery internalQuery;
- protected internal SpanQueryFilter() { }
- public SpanQueryFilter(Lucene.Net.Search.Spans.SpanQuery query) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery Query { get { throw null; } }
- public override Lucene.Net.Search.SpanFilterResult BitSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override Lucene.Net.Search.DocIdSet GetDocIdSet(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class StringIndex
- {
- public string[] lookup;
- public int[] order;
- public StringIndex(int[] values, string[] lookup) { }
- public virtual int BinarySearchLookup(string key) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermQuery : Lucene.Net.Search.Query
- {
- public TermQuery(Lucene.Net.Index.Term t) { }
- public virtual Lucene.Net.Index.Term Term { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermRangeFilter : Lucene.Net.Search.MultiTermQueryWrapperFilter<Lucene.Net.Search.TermRangeQuery>
- {
- public TermRangeFilter(string fieldName, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper) : base (default(Lucene.Net.Search.TermRangeQuery)) { }
- public TermRangeFilter(string fieldName, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) : base (default(Lucene.Net.Search.TermRangeQuery)) { }
- public virtual System.Globalization.CompareInfo Collator { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual bool IncludesLower { get { throw null; } }
- public virtual bool IncludesUpper { get { throw null; } }
- public virtual string LowerTerm { get { throw null; } }
- public virtual string UpperTerm { get { throw null; } }
- public static Lucene.Net.Search.TermRangeFilter Less(string fieldName, string upperTerm) { throw null; }
- public static Lucene.Net.Search.TermRangeFilter More(string fieldName, string lowerTerm) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class TermRangeQuery : Lucene.Net.Search.MultiTermQuery
- {
- public TermRangeQuery(string field, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper) { }
- public TermRangeQuery(string field, string lowerTerm, string upperTerm, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) { }
- public virtual System.Globalization.CompareInfo Collator { get { throw null; } }
- public virtual string Field { get { throw null; } }
- public virtual bool IncludesLower { get { throw null; } }
- public virtual bool IncludesUpper { get { throw null; } }
- public virtual string LowerTerm { get { throw null; } }
- public virtual string UpperTerm { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class TermRangeTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public TermRangeTermEnum(Lucene.Net.Index.IndexReader reader, string field, string lowerTermText, string upperTermText, bool includeLower, bool includeUpper, System.Globalization.CompareInfo collator) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- }
- public sealed partial class TermScorer : Lucene.Net.Search.Scorer
- {
- public TermScorer(Lucene.Net.Search.Weight weight, Lucene.Net.Index.TermDocs td, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public override void Score(Lucene.Net.Search.Collector c) { }
- public override bool Score(Lucene.Net.Search.Collector c, int end, int firstDocID) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class TimeLimitingCollector : Lucene.Net.Search.Collector
- {
- public bool DEFAULT_GREEDY;
- public const int DEFAULT_RESOLUTION = 20;
- public TimeLimitingCollector(Lucene.Net.Search.Collector collector, long timeAllowed) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public virtual bool IsGreedy { get { throw null; } set { } }
- public static long Resolution { get { throw null; } set { } }
- public override void Collect(int doc) { }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int base_Renamed) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- [System.SerializableAttribute]
- public partial class TimeExceededException : System.SystemException
- {
- internal TimeExceededException() { }
- public virtual int LastDocCollected { get { throw null; } }
- public virtual long TimeAllowed { get { throw null; } }
- public virtual long TimeElapsed { get { throw null; } }
- }
- }
- [System.SerializableAttribute]
- public partial class TopDocs
- {
- public TopDocs(int totalHits, Lucene.Net.Search.ScoreDoc[] scoreDocs, float maxScore) { }
- public float MaxScore { get { throw null; } set { } }
- public Lucene.Net.Search.ScoreDoc[] ScoreDocs { get { throw null; } set { } }
- public int TotalHits { get { throw null; } set { } }
- }
- public abstract partial class TopDocsCollector<T> : Lucene.Net.Search.Collector where T : Lucene.Net.Search.ScoreDoc
- {
- protected internal static readonly Lucene.Net.Search.TopDocs EMPTY_TOPDOCS;
- protected internal int internalTotalHits;
- protected internal Lucene.Net.Util.PriorityQueue<T> pq;
- protected internal TopDocsCollector(Lucene.Net.Util.PriorityQueue<T> pq) { }
- public virtual int TotalHits { get { throw null; } }
- public virtual Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- protected internal virtual void PopulateResults(Lucene.Net.Search.ScoreDoc[] results, int howMany) { }
- public Lucene.Net.Search.TopDocs TopDocs() { throw null; }
- public Lucene.Net.Search.TopDocs TopDocs(int start) { throw null; }
- public Lucene.Net.Search.TopDocs TopDocs(int start, int howMany) { throw null; }
- }
- public abstract partial class TopFieldCollector : Lucene.Net.Search.TopDocsCollector<Lucene.Net.Search.FieldValueHitQueue.Entry>
- {
- internal TopFieldCollector() : base (default(Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.FieldValueHitQueue.Entry>)) { }
- public override bool AcceptsDocsOutOfOrder { get { throw null; } }
- public static Lucene.Net.Search.TopFieldCollector Create(Lucene.Net.Search.Sort sort, int numHits, bool fillFields, bool trackDocScores, bool trackMaxScore, bool docsScoredInOrder) { throw null; }
- public override Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- protected internal override void PopulateResults(Lucene.Net.Search.ScoreDoc[] results, int howMany) { }
- }
- [System.SerializableAttribute]
- public partial class TopFieldDocs : Lucene.Net.Search.TopDocs
- {
- public Lucene.Net.Search.SortField[] fields;
- public TopFieldDocs(int totalHits, Lucene.Net.Search.ScoreDoc[] scoreDocs, Lucene.Net.Search.SortField[] fields, float maxScore) : base (default(int), default(Lucene.Net.Search.ScoreDoc[]), default(float)) { }
- }
- public abstract partial class TopScoreDocCollector : Lucene.Net.Search.TopDocsCollector<Lucene.Net.Search.ScoreDoc>
- {
- internal TopScoreDocCollector() : base (default(Lucene.Net.Util.PriorityQueue<Lucene.Net.Search.ScoreDoc>)) { }
- public static Lucene.Net.Search.TopScoreDocCollector Create(int numHits, bool docsScoredInOrder) { throw null; }
- public override Lucene.Net.Search.TopDocs NewTopDocs(Lucene.Net.Search.ScoreDoc[] results, int start) { throw null; }
- public override void SetNextReader(Lucene.Net.Index.IndexReader reader, int base_Renamed) { }
- public override void SetScorer(Lucene.Net.Search.Scorer scorer) { }
- }
- [System.SerializableAttribute]
- public abstract partial class Weight
- {
- protected Weight() { }
- public abstract Lucene.Net.Search.Query Query { get; }
- public abstract float Value { get; }
- public abstract Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc);
- public virtual bool GetScoresDocsOutOfOrder() { throw null; }
- public abstract float GetSumOfSquaredWeights();
- public abstract void Normalize(float norm);
- public abstract Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer);
- }
- [System.SerializableAttribute]
- public partial class WildcardQuery : Lucene.Net.Search.MultiTermQuery
- {
- protected internal Lucene.Net.Index.Term internalTerm;
- public WildcardQuery(Lucene.Net.Index.Term term) { }
- public Lucene.Net.Index.Term Term { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- protected internal override Lucene.Net.Search.FilteredTermEnum GetEnum(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class WildcardTermEnum : Lucene.Net.Search.FilteredTermEnum
- {
- public const char WILDCARD_CHAR = '?';
- public const char WILDCARD_STRING = '*';
- public WildcardTermEnum(Lucene.Net.Index.IndexReader reader, Lucene.Net.Index.Term term) { }
- public override float Difference() { throw null; }
- public override bool EndEnum() { throw null; }
- protected internal override bool TermCompare(Lucene.Net.Index.Term term) { throw null; }
- public static bool WildcardEquals(string pattern, int patternIdx, string string_Renamed, int stringIdx) { throw null; }
- }
-}
-namespace Lucene.Net.Search.Function
-{
- [System.SerializableAttribute]
- public partial class ByteFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public ByteFieldSource(string field) : base (default(string)) { }
- public ByteFieldSource(string field, Lucene.Net.Search.ByteParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- public partial class CustomScoreProvider
- {
- protected Lucene.Net.Index.IndexReader reader;
- public CustomScoreProvider(Lucene.Net.Index.IndexReader reader) { }
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation valSrcExpl) { throw null; }
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation[] valSrcExpls) { throw null; }
- public virtual float CustomScore(int doc, float subQueryScore, float valSrcScore) { throw null; }
- public virtual float CustomScore(int doc, float subQueryScore, float[] valSrcScores) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CustomScoreQuery : Lucene.Net.Search.Query, System.ICloneable
- {
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery) { }
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery, Lucene.Net.Search.Function.ValueSourceQuery valSrcQuery) { }
- public CustomScoreQuery(Lucene.Net.Search.Query subQuery, params Lucene.Net.Search.Function.ValueSourceQuery[] valSrcQueries) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation valSrcExpl) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual Lucene.Net.Search.Explanation CustomExplain(int doc, Lucene.Net.Search.Explanation subQueryExpl, Lucene.Net.Search.Explanation[] valSrcExpls) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual float CustomScore(int doc, float subQueryScore, float valSrcScore) { throw null; }
- [System.ObsoleteAttribute("Will be removed in Lucene 3.1")]
- public virtual float CustomScore(int doc, float subQueryScore, float[] valSrcScores) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- protected virtual Lucene.Net.Search.Function.CustomScoreProvider GetCustomScoreProvider(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual bool IsStrict() { throw null; }
- public virtual string Name() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public virtual void SetStrict(bool strict) { }
- public override string ToString(string field) { throw null; }
- }
- public abstract partial class DocValues
- {
- protected DocValues() { }
- protected internal virtual object InnerArray { get { throw null; } }
- public virtual double DoubleVal(int doc) { throw null; }
- public virtual Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public abstract float FloatVal(int doc);
- public virtual float GetAverageValue() { throw null; }
- public virtual float GetMaxValue() { throw null; }
- public virtual float GetMinValue() { throw null; }
- public virtual int IntVal(int doc) { throw null; }
- public virtual long LongVal(int doc) { throw null; }
- public virtual string StrVal(int doc) { throw null; }
- public abstract string ToString(int doc);
- }
- [System.SerializableAttribute]
- public abstract partial class FieldCacheSource : Lucene.Net.Search.Function.ValueSource
- {
- protected FieldCacheSource(string field) { }
- public abstract bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource other);
- public abstract int CachedFieldSourceHashCode();
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public abstract Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader);
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class FieldScoreQuery : Lucene.Net.Search.Function.ValueSourceQuery
- {
- public FieldScoreQuery(string field, Lucene.Net.Search.Function.FieldScoreQuery.Type type) : base (default(Lucene.Net.Search.Function.ValueSource)) { }
- public partial class Type
- {
- internal Type() { }
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type BYTE;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type FLOAT;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type INT;
- public static readonly Lucene.Net.Search.Function.FieldScoreQuery.Type SHORT;
- public override string ToString() { throw null; }
- }
- }
- [System.SerializableAttribute]
- public partial class FloatFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public FloatFieldSource(string field) : base (default(string)) { }
- public FloatFieldSource(string field, Lucene.Net.Search.FloatParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class IntFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public IntFieldSource(string field) : base (default(string)) { }
- public IntFieldSource(string field, Lucene.Net.Search.IntParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class OrdFieldSource : Lucene.Net.Search.Function.ValueSource
- {
- protected internal string field;
- public OrdFieldSource(string field) { }
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ReverseOrdFieldSource : Lucene.Net.Search.Function.ValueSource
- {
- public string field;
- public ReverseOrdFieldSource(string field) { }
- public override string Description() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ShortFieldSource : Lucene.Net.Search.Function.FieldCacheSource
- {
- public ShortFieldSource(string field) : base (default(string)) { }
- public ShortFieldSource(string field, Lucene.Net.Search.ShortParser parser) : base (default(string)) { }
- public override bool CachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource o) { throw null; }
- public override int CachedFieldSourceHashCode() { throw null; }
- public override string Description() { throw null; }
- public override Lucene.Net.Search.Function.DocValues GetCachedFieldValues(Lucene.Net.Search.FieldCache cache, string field, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class ValueSource
- {
- protected ValueSource() { }
- public abstract string Description();
- public abstract override bool Equals(object o);
- public abstract override int GetHashCode();
- public abstract Lucene.Net.Search.Function.DocValues GetValues(Lucene.Net.Index.IndexReader reader);
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ValueSourceQuery : Lucene.Net.Search.Query
- {
- public ValueSourceQuery(Lucene.Net.Search.Function.ValueSource valSrc) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
-}
-namespace Lucene.Net.Search.Payloads
-{
- [System.SerializableAttribute]
- public partial class AveragePayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public AveragePayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MaxPayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public MaxPayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class MinPayloadFunction : Lucene.Net.Search.Payloads.PayloadFunction
- {
- public MinPayloadFunction() { }
- public override float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore) { throw null; }
- public override float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class PayloadFunction
- {
- protected PayloadFunction() { }
- public abstract float CurrentScore(int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore);
- public abstract float DocScore(int docId, string field, int numPayloadsSeen, float payloadScore);
- public abstract override bool Equals(object o);
- public abstract override int GetHashCode();
- }
- [System.SerializableAttribute]
- public partial class PayloadNearQuery : Lucene.Net.Search.Spans.SpanNearQuery, System.ICloneable
- {
- protected internal string fieldName;
- protected internal Lucene.Net.Search.Payloads.PayloadFunction function;
- public PayloadNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder) : base (default(Lucene.Net.Search.Spans.SpanQuery[]), default(int), default(bool)) { }
- public PayloadNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder, Lucene.Net.Search.Payloads.PayloadFunction function) : base (default(Lucene.Net.Search.Spans.SpanQuery[]), default(int), default(bool)) { }
- public override object Clone() { throw null; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString(string field) { throw null; }
- public partial class PayloadNearSpanScorer : Lucene.Net.Search.Spans.SpanScorer
- {
- protected internal float payloadScore;
- protected internal PayloadNearSpanScorer(Lucene.Net.Search.Payloads.PayloadNearQuery enclosingInstance, Lucene.Net.Search.Spans.Spans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Spans.Spans), default(Lucene.Net.Search.Weight), default(Lucene.Net.Search.Similarity), default(byte[])) { }
- public Lucene.Net.Search.Payloads.PayloadNearQuery Enclosing_Instance { get { throw null; } }
- protected internal override Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public virtual void GetPayloads(Lucene.Net.Search.Spans.Spans[] subSpans) { }
- protected internal virtual void ProcessPayloads(System.Collections.Generic.ICollection<byte[]> payLoads, int start, int end) { }
- public override float Score() { throw null; }
- public override bool SetFreqCurrentDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PayloadNearSpanWeight : Lucene.Net.Search.Spans.SpanWeight
- {
- public PayloadNearSpanWeight(Lucene.Net.Search.Payloads.PayloadNearQuery enclosingInstance, Lucene.Net.Search.Spans.SpanQuery query, Lucene.Net.Search.Searcher searcher) : base (default(Lucene.Net.Search.Spans.SpanQuery), default(Lucene.Net.Search.Searcher)) { }
- public Lucene.Net.Search.Payloads.PayloadNearQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- }
- public partial class PayloadSpanUtil
- {
- public PayloadSpanUtil(Lucene.Net.Index.IndexReader reader) { }
- public virtual System.Collections.Generic.ICollection<byte[]> GetPayloadsForQuery(Lucene.Net.Search.Query query) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class PayloadTermQuery : Lucene.Net.Search.Spans.SpanTermQuery
- {
- protected internal Lucene.Net.Search.Payloads.PayloadFunction function;
- public PayloadTermQuery(Lucene.Net.Index.Term term, Lucene.Net.Search.Payloads.PayloadFunction function) : base (default(Lucene.Net.Index.Term)) { }
- public PayloadTermQuery(Lucene.Net.Index.Term term, Lucene.Net.Search.Payloads.PayloadFunction function, bool includeSpanScore) : base (default(Lucene.Net.Index.Term)) { }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- [System.SerializableAttribute]
- protected internal partial class PayloadTermWeight : Lucene.Net.Search.Spans.SpanWeight
- {
- public PayloadTermWeight(Lucene.Net.Search.Payloads.PayloadTermQuery enclosingInstance, Lucene.Net.Search.Payloads.PayloadTermQuery query, Lucene.Net.Search.Searcher searcher) : base (default(Lucene.Net.Search.Spans.SpanQuery), default(Lucene.Net.Search.Searcher)) { }
- public Lucene.Net.Search.Payloads.PayloadTermQuery Enclosing_Instance { get { throw null; } }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- protected internal partial class PayloadTermSpanScorer : Lucene.Net.Search.Spans.SpanScorer
- {
- protected internal byte[] payload;
- protected internal float payloadScore;
- protected internal int payloadsSeen;
- protected internal Lucene.Net.Index.TermPositions positions;
- public PayloadTermSpanScorer(Lucene.Net.Search.Payloads.PayloadTermQuery.PayloadTermWeight enclosingInstance, Lucene.Net.Search.Spans.TermSpans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Spans.Spans), default(Lucene.Net.Search.Weight), default(Lucene.Net.Search.Similarity), default(byte[])) { }
- public Lucene.Net.Search.Payloads.PayloadTermQuery.PayloadTermWeight Enclosing_Instance { get { throw null; } }
- protected internal override Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- protected internal virtual float GetPayloadScore() { throw null; }
- protected internal virtual float GetSpanScore() { throw null; }
- protected internal virtual void ProcessPayload(Lucene.Net.Search.Similarity similarity) { }
- public override float Score() { throw null; }
- public override bool SetFreqCurrentDoc() { throw null; }
- }
- }
- }
-}
-namespace Lucene.Net.Search.Spans
-{
- [System.SerializableAttribute]
- public partial class FieldMaskingSpanQuery : Lucene.Net.Search.Spans.SpanQuery
- {
- public FieldMaskingSpanQuery(Lucene.Net.Search.Spans.SpanQuery maskedQuery, string maskedField) { }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery MaskedQuery { get { throw null; } }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Similarity GetSimilarity(Lucene.Net.Search.Searcher searcher) { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- public partial class NearSpansOrdered : Lucene.Net.Search.Spans.Spans
- {
- public NearSpansOrdered(Lucene.Net.Search.Spans.SpanNearQuery spanNearQuery, Lucene.Net.Index.IndexReader reader) { }
- public NearSpansOrdered(Lucene.Net.Search.Spans.SpanNearQuery spanNearQuery, Lucene.Net.Index.IndexReader reader, bool collectPayloads) { }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public virtual Lucene.Net.Search.Spans.Spans[] GetSubSpans() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class NearSpansUnordered : Lucene.Net.Search.Spans.Spans
- {
- public NearSpansUnordered(Lucene.Net.Search.Spans.SpanNearQuery query, Lucene.Net.Index.IndexReader reader) { }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public virtual Lucene.Net.Search.Spans.Spans[] GetSubSpans() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanFirstQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanFirstQuery(Lucene.Net.Search.Spans.SpanQuery match, int end) { }
- public virtual int End { get { throw null; } }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery Match { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanNearQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- protected internal System.Collections.Generic.IList<Lucene.Net.Search.Spans.SpanQuery> clauses;
- protected internal bool inOrder;
- protected internal string internalField;
- protected internal int internalSlop;
- public SpanNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder) { }
- public SpanNearQuery(Lucene.Net.Search.Spans.SpanQuery[] clauses, int slop, bool inOrder, bool collectPayloads) { }
- public override string Field { get { throw null; } }
- public virtual bool IsInOrder { get { throw null; } }
- public virtual int Slop { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery[] GetClauses() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanNotQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanNotQuery(Lucene.Net.Search.Spans.SpanQuery include, Lucene.Net.Search.Spans.SpanQuery exclude) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery Exclude { get { throw null; } }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Search.Spans.SpanQuery Include { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanOrQuery : Lucene.Net.Search.Spans.SpanQuery, System.ICloneable
- {
- public SpanOrQuery(params Lucene.Net.Search.Spans.SpanQuery[] clauses) { }
- public override string Field { get { throw null; } }
- public override object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public virtual Lucene.Net.Search.Spans.SpanQuery[] GetClauses() { throw null; }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override Lucene.Net.Search.Query Rewrite(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class SpanQuery : Lucene.Net.Search.Query
- {
- protected SpanQuery() { }
- public abstract string Field { get; }
- public override Lucene.Net.Search.Weight CreateWeight(Lucene.Net.Search.Searcher searcher) { throw null; }
- public abstract Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader);
- }
- public abstract partial class Spans
- {
- protected Spans() { }
- public abstract int Doc();
- public abstract int End();
- public abstract System.Collections.Generic.ICollection<byte[]> GetPayload();
- public abstract bool IsPayloadAvailable();
- public abstract bool Next();
- public abstract bool SkipTo(int target);
- public abstract int Start();
- }
- public partial class SpanScorer : Lucene.Net.Search.Scorer
- {
- protected internal int doc;
- protected internal float freq;
- protected internal bool more;
- protected internal byte[] norms;
- protected internal Lucene.Net.Search.Spans.Spans spans;
- protected internal float value_Renamed;
- protected internal Lucene.Net.Search.Weight weight;
- protected internal SpanScorer(Lucene.Net.Search.Spans.Spans spans, Lucene.Net.Search.Weight weight, Lucene.Net.Search.Similarity similarity, byte[] norms) : base (default(Lucene.Net.Search.Similarity)) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- protected internal virtual Lucene.Net.Search.Explanation Explain(int doc) { throw null; }
- public override int NextDoc() { throw null; }
- public override float Score() { throw null; }
- public virtual bool SetFreqCurrentDoc() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanTermQuery : Lucene.Net.Search.Spans.SpanQuery
- {
- protected internal Lucene.Net.Index.Term internalTerm;
- public SpanTermQuery(Lucene.Net.Index.Term term) { }
- public override string Field { get { throw null; } }
- public virtual Lucene.Net.Index.Term Term { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override void ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms) { }
- public override int GetHashCode() { throw null; }
- public override Lucene.Net.Search.Spans.Spans GetSpans(Lucene.Net.Index.IndexReader reader) { throw null; }
- public override string ToString(string field) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class SpanWeight : Lucene.Net.Search.Weight
- {
- protected internal float idf;
- protected internal Lucene.Net.Search.Spans.SpanQuery internalQuery;
- protected internal float queryNorm;
- protected internal float queryWeight;
- protected internal Lucene.Net.Search.Similarity similarity;
- protected internal System.Collections.Generic.ISet<Lucene.Net.Index.Term> terms;
- protected internal float value_Renamed;
- public SpanWeight(Lucene.Net.Search.Spans.SpanQuery query, Lucene.Net.Search.Searcher searcher) { }
- public override Lucene.Net.Search.Query Query { get { throw null; } }
- public override float Value { get { throw null; } }
- public override Lucene.Net.Search.Explanation Explain(Lucene.Net.Index.IndexReader reader, int doc) { throw null; }
- public override float GetSumOfSquaredWeights() { throw null; }
- public override void Normalize(float queryNorm) { }
- public override Lucene.Net.Search.Scorer Scorer(Lucene.Net.Index.IndexReader reader, bool scoreDocsInOrder, bool topScorer) { throw null; }
- }
- public partial class TermSpans : Lucene.Net.Search.Spans.Spans
- {
- protected internal int count;
- protected internal int freq;
- protected internal int internalDoc;
- protected internal Lucene.Net.Index.TermPositions internalPositions;
- protected internal int position;
- protected internal Lucene.Net.Index.Term term;
- public TermSpans(Lucene.Net.Index.TermPositions positions, Lucene.Net.Index.Term term) { }
- public virtual Lucene.Net.Index.TermPositions Positions { get { throw null; } }
- public override int Doc() { throw null; }
- public override int End() { throw null; }
- public override System.Collections.Generic.ICollection<byte[]> GetPayload() { throw null; }
- public override bool IsPayloadAvailable() { throw null; }
- public override bool Next() { throw null; }
- public override bool SkipTo(int target) { throw null; }
- public override int Start() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Lucene.Net.Store
-{
- [System.SerializableAttribute]
- public partial class AlreadyClosedException : System.SystemException
- {
- public AlreadyClosedException() { }
- protected AlreadyClosedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public AlreadyClosedException(string message) { }
- public AlreadyClosedException(string message, System.Exception inner) { }
- }
- public abstract partial class BufferedIndexInput : Lucene.Net.Store.IndexInput, System.ICloneable
- {
- protected internal byte[] buffer;
- public const int BUFFER_SIZE = 1024;
- protected BufferedIndexInput() { }
- protected BufferedIndexInput(int bufferSize) { }
- public virtual int BufferSize { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected internal virtual void NewBuffer(byte[] newBuffer) { }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void ReadBytes(byte[] b, int offset, int len, bool useBuffer) { }
- public abstract void ReadInternal(byte[] b, int offset, int length);
- public override void Seek(long pos) { }
- public abstract void SeekInternal(long pos);
- public virtual void SetBufferSize(int newSize) { }
- }
- public abstract partial class BufferedIndexOutput : Lucene.Net.Store.IndexOutput
- {
- protected BufferedIndexOutput() { }
- public override long FilePointer { get { throw null; } }
- public abstract override long Length { get; }
- protected override void Dispose(bool disposing) { }
- public override void Flush() { }
- public abstract void FlushBuffer(byte[] b, int offset, int len);
- public override void Seek(long pos) { }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int length) { }
- }
- public partial class ChecksumIndexInput : Lucene.Net.Store.IndexInput
- {
- public ChecksumIndexInput(Lucene.Net.Store.IndexInput main) { }
- public virtual long Checksum { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- public partial class ChecksumIndexOutput : Lucene.Net.Store.IndexOutput
- {
- public ChecksumIndexOutput(Lucene.Net.Store.IndexOutput main) { }
- public virtual long Checksum { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public virtual void FinishCommit() { }
- public override void Flush() { }
- public virtual void PrepareCommit() { }
- public override void Seek(long pos) { }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int length) { }
- }
- [System.SerializableAttribute]
- public abstract partial class Directory : System.IDisposable
- {
- [System.NonSerializedAttribute]
- protected internal Lucene.Net.Store.LockFactory interalLockFactory;
- protected internal volatile bool isOpen;
- protected Directory() { }
- public bool isOpen_ForNUnit { get { throw null; } }
- public virtual Lucene.Net.Store.LockFactory LockFactory { get { throw null; } }
- public virtual void ClearLock(string name) { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public static void Copy(Lucene.Net.Store.Directory src, Lucene.Net.Store.Directory dest, bool closeDirSrc) { }
- public abstract Lucene.Net.Store.IndexOutput CreateOutput(string name);
- public abstract void DeleteFile(string name);
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public void EnsureOpen() { }
- public abstract bool FileExists(string name);
- public abstract long FileLength(string name);
- public abstract long FileModified(string name);
- public virtual string GetLockId() { throw null; }
- public abstract string[] ListAll();
- public virtual Lucene.Net.Store.Lock MakeLock(string name) { throw null; }
- public abstract Lucene.Net.Store.IndexInput OpenInput(string name);
- public virtual Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- public virtual void SetLockFactory(Lucene.Net.Store.LockFactory lockFactory) { }
- public virtual void Sync(string name) { }
- public override string ToString() { throw null; }
- public abstract void TouchFile(string name);
- }
- public partial class FileSwitchDirectory : Lucene.Net.Store.Directory
- {
- public FileSwitchDirectory(System.Collections.Generic.HashSet<string> primaryExtensions, Lucene.Net.Store.Directory primaryDir, Lucene.Net.Store.Directory secondaryDir, bool doClose) { }
- public virtual Lucene.Net.Store.Directory PrimaryDir { get { throw null; } }
- public virtual Lucene.Net.Store.Directory SecondaryDir { get { throw null; } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public static string GetExtension(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public override void Sync(string name) { }
- public override void TouchFile(string name) { }
- }
- public abstract partial class FSDirectory : Lucene.Net.Store.Directory
- {
- public static readonly int DEFAULT_READ_CHUNK_SIZE;
- protected internal System.IO.DirectoryInfo internalDirectory;
- protected internal FSDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) { }
- public virtual System.IO.DirectoryInfo Directory { get { throw null; } }
- public int ReadChunkSize { get { throw null; } set { } }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public static long FileModified(System.IO.FileInfo directory, string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string GetLockId() { throw null; }
- protected internal void InitOutput(string name) { }
- public override string[] ListAll() { throw null; }
- public static string[] ListAll(System.IO.DirectoryInfo dir) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(System.IO.DirectoryInfo path) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) { throw null; }
- public static Lucene.Net.Store.FSDirectory Open(string path) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public override void Sync(string name) { }
- public override string ToString() { throw null; }
- public override void TouchFile(string name) { }
- }
- public abstract partial class FSLockFactory : Lucene.Net.Store.LockFactory
- {
- protected internal System.IO.DirectoryInfo internalLockDir;
- protected FSLockFactory() { }
- public virtual System.IO.DirectoryInfo LockDir { get { throw null; } protected internal set { } }
- }
- public abstract partial class IndexInput : System.ICloneable, System.IDisposable
- {
- protected IndexInput() { }
- public abstract long FilePointer { get; }
- public virtual object Clone() { throw null; }
- [System.ObsoleteAttribute("Use Dispose() instead.")]
- public void Close() { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract long Length();
- public abstract byte ReadByte();
- public abstract void ReadBytes(byte[] b, int offset, int len);
- public virtual void ReadBytes(byte[] b, int offset, int len, bool useBuffer) { }
- [System.ObsoleteAttribute("-- please use ReadString or ReadBytes instead, and construct the string from those utf8 bytes")]
- public virtual void ReadChars(char[] buffer, int start, int length) { }
- public virtual int ReadInt() { throw null; }
- public virtual long ReadLong() { throw null; }
- public virtual string ReadString() { throw null; }
- public virtual System.Collections.Generic.IDictionary<string, string> ReadStringStringMap() { throw null; }
- public virtual int ReadVInt() { throw null; }
- public virtual long ReadVLong() { throw null; }
- public abstract void Seek(long pos);
- public virtual void SetModifiedUTF8StringsMode() { }
- [System.ObsoleteAttribute("this method operates on old \"modified utf8\" encoded strings")]
- public virtual void SkipChars(int length) { }
- }
- public abstract partial class IndexOutput : System.IDisposable
- {
- protected IndexOutput() { }
- public abstract long FilePointer { get; }
- public abstract long Length { get; }
- [System.ObsoleteAttribute("Use Dispose() instead.")]
- public void Close() { }
- public virtual void CopyBytes(Lucene.Net.Store.IndexInput input, long numBytes) { }
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract void Flush();
- public abstract void Seek(long pos);
- public virtual void SetLength(long length) { }
- public abstract void WriteByte(byte b);
- public virtual void WriteBytes(byte[] b, int length) { }
- public abstract void WriteBytes(byte[] b, int offset, int length);
- [System.ObsoleteAttribute("-- please pre-convert to utf8 bytes instead or use WriteString")]
- public virtual void WriteChars(char[] s, int start, int length) { }
- [System.ObsoleteAttribute("-- please pre-convert to utf8 bytes instead or use WriteString")]
- public virtual void WriteChars(string s, int start, int length) { }
- public virtual void WriteInt(int i) { }
- public virtual void WriteLong(long i) { }
- public virtual void WriteString(string s) { }
- public virtual void WriteStringStringMap(System.Collections.Generic.IDictionary<string, string> map) { }
- public virtual void WriteVInt(int i) { }
- public virtual void WriteVLong(long i) { }
- }
- public abstract partial class Lock
- {
- protected internal System.Exception failureReason;
- public const long LOCK_OBTAIN_WAIT_FOREVER = (long)-1;
- public static long LOCK_POLL_INTERVAL;
- protected Lock() { }
- public abstract bool IsLocked();
- public abstract bool Obtain();
- public virtual bool Obtain(long lockWaitTimeout) { throw null; }
- public abstract void Release();
- public abstract partial class With
- {
- protected With(Lucene.Net.Store.Lock lock_Renamed, long lockWaitTimeout) { }
- protected internal abstract object DoBody();
- public virtual object run() { throw null; }
- }
- }
- public abstract partial class LockFactory
- {
- protected internal string internalLockPrefix;
- protected LockFactory() { }
- public virtual string LockPrefix { get { throw null; } set { } }
- public abstract void ClearLock(string lockName);
- public abstract Lucene.Net.Store.Lock MakeLock(string lockName);
- }
- [System.SerializableAttribute]
- public partial class LockObtainFailedException : System.IO.IOException
- {
- public LockObtainFailedException(string message) { }
- public LockObtainFailedException(string message, System.Exception ex) { }
- }
- [System.SerializableAttribute]
- public partial class LockReleaseFailedException : System.IO.IOException
- {
- public LockReleaseFailedException(string message) { }
- }
- public partial class LockStressTest
- {
- public LockStressTest() { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- }
- public partial class LockVerifyServer
- {
- public LockVerifyServer() { }
- [System.STAThreadAttribute]
- public static void Main(string[] args) { }
- }
- public partial class MMapDirectory : Lucene.Net.Store.FSDirectory
- {
- public static bool UNMAP_SUPPORTED;
- public MMapDirectory(System.IO.DirectoryInfo path) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public MMapDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public virtual int MaxChunkSize { get { throw null; } set { } }
- public virtual bool UseUnmap { get { throw null; } set { } }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- protected internal partial class MultiMMapIndexInput : Lucene.Net.Store.IndexInput, System.ICloneable
- {
- public MultiMMapIndexInput(Lucene.Net.Store.MMapDirectory enclosingInstance, System.IO.FileStream raf, int maxBufSize) { }
- public Lucene.Net.Store.MMapDirectory Enclosing_Instance { get { throw null; } }
- public override long FilePointer { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- }
- public partial class NativeFSLockFactory : Lucene.Net.Store.FSLockFactory
- {
- public NativeFSLockFactory() { }
- public NativeFSLockFactory(System.IO.DirectoryInfo lockDir) { }
- public NativeFSLockFactory(string lockDirName) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class NIOFSDirectory : Lucene.Net.Store.FSDirectory
- {
- public NIOFSDirectory(System.IO.DirectoryInfo dir, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public partial class NIOFSIndexInput
- {
- public NIOFSIndexInput() { }
- }
- }
- public partial class NoLockFactory : Lucene.Net.Store.LockFactory
- {
- public NoLockFactory() { }
- public static Lucene.Net.Store.NoLockFactory Instance { get { throw null; } }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class NoSuchDirectoryException : System.IO.FileNotFoundException
- {
- public NoSuchDirectoryException(string message) { }
- }
- [System.SerializableAttribute]
- public partial class RAMDirectory : Lucene.Net.Store.Directory
- {
- protected internal Lucene.Net.Support.HashMap<string, Lucene.Net.Store.RAMFile> fileMap;
- protected internal long internalSizeInBytes;
- public RAMDirectory() { }
- public RAMDirectory(Lucene.Net.Store.Directory dir) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override void DeleteFile(string name) { }
- protected override void Dispose(bool disposing) { }
- public override bool FileExists(string name) { throw null; }
- public override long FileLength(string name) { throw null; }
- public override long FileModified(string name) { throw null; }
- public override string[] ListAll() { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name) { throw null; }
- public long SizeInBytes() { throw null; }
- public override void TouchFile(string name) { }
- }
- [System.SerializableAttribute]
- public partial class RAMFile
- {
- protected System.Collections.Generic.List<byte[]> buffers;
- public RAMFile() { }
- public RAMFile(Lucene.Net.Store.RAMDirectory directory) { }
- public virtual long SizeInBytes { get { throw null; } }
- public byte[] GetBuffer(int index) { throw null; }
- public virtual byte[] NewBuffer(int size) { throw null; }
- public int NumBuffers() { throw null; }
- }
- public partial class RAMInputStream : Lucene.Net.Store.IndexInput
- {
- public RAMInputStream(Lucene.Net.Store.RAMFile f) { }
- public override long FilePointer { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override long Length() { throw null; }
- public override byte ReadByte() { throw null; }
- public override void ReadBytes(byte[] b, int offset, int len) { }
- public override void Seek(long pos) { }
- }
- public partial class RAMOutputStream : Lucene.Net.Store.IndexOutput
- {
- public RAMOutputStream() { }
- public override long FilePointer { get { throw null; } }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override void Flush() { }
- public virtual void Reset() { }
- public override void Seek(long pos) { }
- public virtual long SizeInBytes() { throw null; }
- public override void WriteByte(byte b) { }
- public override void WriteBytes(byte[] b, int offset, int len) { }
- public virtual void WriteTo(Lucene.Net.Store.IndexOutput out_Renamed) { }
- }
- public partial class SimpleFSDirectory : Lucene.Net.Store.FSDirectory
- {
- public SimpleFSDirectory(System.IO.DirectoryInfo path) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public SimpleFSDirectory(System.IO.DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory) : base (default(System.IO.DirectoryInfo), default(Lucene.Net.Store.LockFactory)) { }
- public override Lucene.Net.Store.IndexOutput CreateOutput(string name) { throw null; }
- public override Lucene.Net.Store.IndexInput OpenInput(string name, int bufferSize) { throw null; }
- protected internal partial class SimpleFSIndexInput : Lucene.Net.Store.BufferedIndexInput
- {
- protected internal int chunkSize;
- protected internal Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor file;
- public SimpleFSIndexInput(System.IO.FileInfo path, int bufferSize, int chunkSize) { }
- public bool isClone_ForNUnit { get { throw null; } }
- public override object Clone() { throw null; }
- protected override void Dispose(bool disposing) { }
- public virtual bool IsFDValid() { throw null; }
- public override long Length() { throw null; }
- public override void ReadInternal(byte[] b, int offset, int len) { }
- public override void SeekInternal(long position) { }
- protected internal partial class Descriptor : System.IO.BinaryReader
- {
- protected internal volatile bool isOpen;
- public Descriptor(System.IO.FileInfo file, System.IO.FileAccess mode) : base (default(System.IO.Stream)) { }
- protected override void Dispose(bool disposing) { }
- ~Descriptor() { }
- }
- }
- public partial class SimpleFSIndexOutput : Lucene.Net.Store.BufferedIndexOutput
- {
- public SimpleFSIndexOutput(System.IO.FileInfo path) { }
- public override long Length { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public override void FlushBuffer(byte[] b, int offset, int size) { }
- public override void Seek(long pos) { }
- public override void SetLength(long length) { }
- }
- }
- public partial class SimpleFSLockFactory : Lucene.Net.Store.FSLockFactory
- {
- public SimpleFSLockFactory() { }
- public SimpleFSLockFactory(System.IO.DirectoryInfo lockDir) { }
- public SimpleFSLockFactory(string lockDirName) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class SingleInstanceLockFactory : Lucene.Net.Store.LockFactory
- {
- public SingleInstanceLockFactory() { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
- public partial class VerifyingLockFactory : Lucene.Net.Store.LockFactory
- {
- public VerifyingLockFactory(sbyte id, Lucene.Net.Store.LockFactory lf, string host, int port) { }
- public override void ClearLock(string lockName) { }
- public override Lucene.Net.Store.Lock MakeLock(string lockName) { throw null; }
- }
-}
-namespace Lucene.Net.Support
-{
- public partial class AppSettings
- {
- public AppSettings() { }
- public static bool Get(string key, bool defValue) { throw null; }
- public static int Get(string key, int defValue) { throw null; }
- public static long Get(string key, long defValue) { throw null; }
- public static string Get(string key, string defValue) { throw null; }
- public static void Set(string key, bool defValue) { }
- public static void Set(string key, int defValue) { }
- public static void Set(string key, long defValue) { }
- public static void Set(string key, string defValue) { }
- }
- public partial class BitSetSupport
- {
- public BitSetSupport() { }
- public static int Cardinality(System.Collections.BitArray bits) { throw null; }
- public static int NextClearBit(System.Collections.BitArray bitArray, int index) { throw null; }
- public static int NextSetBit(System.Collections.BitArray bitArray, int index) { throw null; }
- }
- public partial class BuildType
- {
- public static bool Debug;
- public BuildType() { }
- }
- public partial class Character
- {
- public Character() { }
- public static int MAX_RADIX { get { throw null; } }
- public static int MIN_RADIX { get { throw null; } }
- public static char ForDigit(int digit, int radix) { throw null; }
- }
- public partial class CloseableThreadLocalProfiler
- {
- public static System.Collections.Generic.List<System.WeakReference> Instances;
- public CloseableThreadLocalProfiler() { }
- public static bool EnableCloseableThreadLocalProfiler { get { throw null; } set { } }
- }
- public partial class CollectionsHelper
- {
- public CollectionsHelper() { }
- public static void Add(System.Collections.Hashtable hashtable, object item) { }
- public static void AddAll(System.Collections.Generic.IDictionary<string, string> hashtable, System.Collections.Generic.ICollection<string> items) { }
- public static void AddAll(System.Collections.Hashtable hashtable, System.Collections.ICollection items) { }
- public static void AddAllIfNotContains(System.Collections.Generic.IDictionary<string, string> hashtable, System.Collections.Generic.ICollection<string> items) { }
- public static void AddAllIfNotContains(System.Collections.Hashtable hashtable, System.Collections.ICollection items) { }
- public static void AddAllIfNotContains(System.Collections.Hashtable hashtable, System.Collections.IList items) { }
- public static void AddIfNotContains(System.Collections.ArrayList hashtable, object item) { }
- public static void AddIfNotContains(System.Collections.Hashtable hashtable, object item) { }
- public static string CollectionToString(System.Collections.Generic.IDictionary<string, string> c) { throw null; }
- public static string CollectionToString(System.Collections.ICollection c) { throw null; }
- public static bool CompareStringArrays(string[] l1, string[] l2) { throw null; }
- public static bool Contains(System.Collections.Generic.ICollection<string> col, string item) { throw null; }
- public static bool Contains(System.Collections.ICollection col, object item) { throw null; }
- public static bool Equals(System.Array array1, System.Array array2) { throw null; }
- public static void Fill(System.Array array, int fromindex, int toindex, object val) { }
- public static void Fill(System.Array array, object val) { }
- public static void Sort(System.Collections.IList list, System.Collections.IComparer Comparator) { }
- }
- public partial class Compare
- {
- public Compare() { }
- public static bool CompareTermArrays(Lucene.Net.Index.Term[] t1, Lucene.Net.Index.Term[] t2) { throw null; }
- }
- public partial class CRC32 : Lucene.Net.Support.IChecksum
- {
- public CRC32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public static partial class Cryptography
- {
- public static bool FIPSCompliant;
- public static System.Security.Cryptography.HashAlgorithm HashAlgorithm { get { throw null; } }
- }
- public partial class Deflater
- {
- internal Deflater() { }
- public const int BEST_COMPRESSION = 9;
- public bool IsFinished { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public void Finish() { }
- public void SetInput(byte[] input, int offset, int count) { }
- public void SetLevel(int level) { }
- }
- public partial class Double
- {
- public Double() { }
- public static double Parse(string s) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class EquatableList<T> : System.Collections.Generic.List<T>, System.ICloneable, System.IEquatable<System.Collections.Generic.IEnumerable<T>>
- {
- public EquatableList() { }
- public EquatableList(System.Collections.Generic.IEnumerable<T> collection) { }
- public EquatableList(int capacity) { }
- public void AddRange(System.Collections.ICollection c) { }
- public object Clone() { throw null; }
- public bool Equals(System.Collections.Generic.IEnumerable<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetHashCode<T>(System.Collections.Generic.IEnumerable<T> source) { throw null; }
- }
- public partial class FileSupport
- {
- public FileSupport() { }
- public static System.IO.FileInfo[] GetFiles(System.IO.DirectoryInfo path) { throw null; }
- public static System.IO.FileInfo[] GetFiles(System.IO.FileInfo path) { throw null; }
- public static string[] GetLuceneIndexFiles(string fullName, Lucene.Net.Index.IndexFileNameFilter indexFileNameFilter) { throw null; }
- public static void Sync(System.IO.FileStream fileStream) { }
- }
- [System.SerializableAttribute]
- public partial class HashMap<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable
- {
- public HashMap() { }
- public HashMap(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>> other) { }
- public HashMap(System.Collections.Generic.IEqualityComparer<TKey> comparer) { }
- public HashMap(int initialCapacity) { }
- public HashMap(int initialCapacity, System.Collections.Generic.IEqualityComparer<TKey> comparer) { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public TValue this[TKey key] { get { throw null; } set { } }
- public System.Collections.Generic.ICollection<TKey> Keys { get { throw null; } }
- public System.Collections.Generic.ICollection<TValue> Values { get { throw null; } }
- public virtual void Add(TKey key, TValue value) { }
- public void Clear() { }
- public bool ContainsKey(TKey key) { throw null; }
- public bool ContainsValue(TValue value) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
- public bool Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- public bool Remove(TKey key) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] b);
- void Update(byte[] b, int offset, int length);
- void Update(int b);
- }
- public partial class Inflater
- {
- internal Inflater() { }
- public bool IsFinished { get { throw null; } }
- public int Inflate(byte[] buffer) { throw null; }
- public void SetInput(byte[] buffer) { }
- }
- public partial interface IThreadRunnable
- {
- void Run();
- }
- public partial class Number
- {
- public const int MAX_RADIX = 36;
- public const int MIN_RADIX = 2;
- public Number() { }
- public static int NextSetBit(System.Collections.BitArray bits, int fromIndex) { throw null; }
- public static long Parse(string s, int radix) { throw null; }
- public static long ToInt64(string s) { throw null; }
- public static string ToString(long number) { throw null; }
- public static string ToString(long i, int radix) { throw null; }
- public static string ToString(float f) { throw null; }
- public static int URShift(int number, int bits) { throw null; }
- public static long URShift(long number, int bits) { throw null; }
- }
- public partial class OS
- {
- public OS() { }
- public static bool IsUnix { get { throw null; } }
- public static bool IsWindows { get { throw null; } }
- }
- public partial class SharpZipLib
- {
- public SharpZipLib() { }
- public static Lucene.Net.Support.Deflater CreateDeflater() { throw null; }
- public static Lucene.Net.Support.Inflater CreateInflater() { throw null; }
- }
- public partial class Single
- {
- public Single() { }
- public static int FloatToIntBits(float value) { throw null; }
- public static float IntBitsToFloat(int value) { throw null; }
- public static float Parse(string s) { throw null; }
- public static float Parse(string s, System.Globalization.NumberStyles style) { throw null; }
- public static float Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) { throw null; }
- public static float Parse(string s, System.IFormatProvider provider) { throw null; }
- public static string ToString(float f) { throw null; }
- public static string ToString(float f, string format) { throw null; }
- public static bool TryParse(string s, out float f) { f = default(float); throw null; }
- }
- public partial class TextSupport
- {
- public TextSupport() { }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, char[] destinationArray, int destinationStart) { }
- }
- public partial class ThreadClass : Lucene.Net.Support.IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static Lucene.Net.Support.ThreadClass Current() { throw null; }
- public static Lucene.Net.Support.ThreadClass CurrentThread() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public static bool operator ==(Lucene.Net.Support.ThreadClass t1, object t2) { throw null; }
- public static bool operator !=(Lucene.Net.Support.ThreadClass t1, object t2) { throw null; }
- public void Resume() { }
- public virtual void Run() { }
- public void SetDaemon(bool isDaemon) { }
- public static void Sleep(long ms) { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public abstract partial class ThreadLock
- {
- protected ThreadLock() { }
- public static Lucene.Net.Support.ThreadLock MonitorLock { get { throw null; } }
- public static Lucene.Net.Support.ThreadLock NullLock { get { throw null; } }
- public abstract void Enter(object obj);
- public abstract void Exit(object obj);
- }
- public sealed partial class WeakDictionary<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable
- {
- public WeakDictionary() { }
- public WeakDictionary(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>> otherDictionary) { }
- public WeakDictionary(int initialCapacity) { }
- public int Count { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public TValue this[TKey key] { get { throw null; } set { } }
- public System.Collections.Generic.ICollection<TKey> Keys { get { throw null; } }
- public System.Collections.Generic.ICollection<TValue> Values { get { throw null; } }
- public void Add(TKey key, TValue value) { }
- public void Clear() { }
- public bool ContainsKey(TKey key) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
- public bool Remove(TKey key) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex) { }
- bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
- }
-}
-namespace Lucene.Net.Support.Compatibility
-{
- public static partial class SetFactory
- {
- public static System.Collections.Generic.ISet<T> CreateHashSet<T>() { throw null; }
- public static System.Collections.Generic.ISet<T> CreateHashSet<T>(System.Collections.Generic.IEnumerable<T> other) { throw null; }
- }
-}
-namespace Lucene.Net.Util
-{
- public sealed partial class ArrayUtil
- {
- public ArrayUtil() { }
- public static int GetNextSize(int targetSize) { throw null; }
- public static int GetShrinkSize(int currentSize, int targetSize) { throw null; }
- public static byte[] Grow(byte[] array) { throw null; }
- public static byte[] Grow(byte[] array, int minSize) { throw null; }
- public static int[] Grow(int[] array) { throw null; }
- public static int[] Grow(int[] array, int minSize) { throw null; }
- public static long[] Grow(long[] array) { throw null; }
- public static long[] Grow(long[] array, int minSize) { throw null; }
- public static int HashCode(byte[] array, int start, int end) { throw null; }
- public static int HashCode(char[] array, int start, int end) { throw null; }
- public static int ParseInt(char[] chars) { throw null; }
- public static int ParseInt(char[] chars, int offset, int len) { throw null; }
- public static int ParseInt(char[] chars, int offset, int len, int radix) { throw null; }
- public static byte[] Shrink(byte[] array, int targetSize) { throw null; }
- public static int[] Shrink(int[] array, int targetSize) { throw null; }
- public static long[] Shrink(long[] array, int targetSize) { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Attribute : Lucene.Net.Util.IAttribute, System.ICloneable
- {
- protected Attribute() { }
- public abstract void Clear();
- public virtual object Clone() { throw null; }
- public abstract void CopyTo(Lucene.Net.Util.Attribute target);
- public abstract override bool Equals(object other);
- public abstract override int GetHashCode();
- public override string ToString() { throw null; }
- }
- public partial class AttributeSource
- {
- public AttributeSource() { }
- public AttributeSource(Lucene.Net.Util.AttributeSource input) { }
- public AttributeSource(Lucene.Net.Util.AttributeSource.AttributeFactory factory) { }
- public virtual Lucene.Net.Util.AttributeSource.AttributeFactory Factory { get { throw null; } }
- public virtual bool HasAttributes { get { throw null; } }
- public virtual void AddAttributeImpl(Lucene.Net.Util.Attribute att) { }
- public virtual T AddAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public virtual Lucene.Net.Util.AttributeSource.State CaptureState() { throw null; }
- public virtual void ClearAttributes() { }
- public virtual Lucene.Net.Util.AttributeSource CloneAttributes() { throw null; }
- public override bool Equals(object obj) { throw null; }
- [System.Diagnostics.DebuggerHiddenAttribute]
- public virtual System.Collections.Generic.IEnumerable<Lucene.Net.Util.Attribute> GetAttributeImplsIterator() { throw null; }
- public virtual System.Collections.Generic.IEnumerable<System.Type> GetAttributeTypesIterator() { throw null; }
- public virtual T GetAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual bool HasAttribute<T>() where T : Lucene.Net.Util.IAttribute { throw null; }
- public virtual void RestoreState(Lucene.Net.Util.AttributeSource.State state) { }
- public override string ToString() { throw null; }
- public abstract partial class AttributeFactory
- {
- public static readonly Lucene.Net.Util.AttributeSource.AttributeFactory DEFAULT_ATTRIBUTE_FACTORY;
- protected AttributeFactory() { }
- public abstract Lucene.Net.Util.Attribute CreateAttributeInstance<T>() where T : Lucene.Net.Util.IAttribute;
- }
- public sealed partial class State : System.ICloneable
- {
- public State() { }
- public object Clone() { throw null; }
- }
- }
- public partial class AverageGuessMemoryModel : Lucene.Net.Util.MemoryModel
- {
- public AverageGuessMemoryModel() { }
- public override int ArraySize { get { throw null; } }
- public override int ClassSize { get { throw null; } }
- public override int ReferenceSize { get { throw null; } }
- public override int GetPrimitiveSize(System.Type clazz) { throw null; }
- }
- public partial class BitUtil
- {
- public static readonly byte[] ntzTable;
- public BitUtil() { }
- public static bool IsPowerOfTwo(int v) { throw null; }
- public static bool IsPowerOfTwo(long v) { throw null; }
- public static int NextHighestPowerOfTwo(int v) { throw null; }
- public static long NextHighestPowerOfTwo(long v) { throw null; }
- public static int Ntz(int val) { throw null; }
- public static int Ntz(long val) { throw null; }
- public static int Ntz2(long x) { throw null; }
- public static int Ntz3(long x) { throw null; }
- public static int Pop(long x) { throw null; }
- public static long Pop_andnot(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_array(long[] A, int wordOffset, int numWords) { throw null; }
- public static long Pop_intersect(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_union(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- public static long Pop_xor(long[] A, long[] B, int wordOffset, int numWords) { throw null; }
- }
- public sealed partial class BitVector : System.ICloneable
- {
- public BitVector(Lucene.Net.Store.Directory d, string name) { }
- public BitVector(int n) { }
- public void Clear(int bit) { }
- public object Clone() { throw null; }
- public int Count() { throw null; }
- public bool Get(int bit) { throw null; }
- public bool GetAndSet(int bit) { throw null; }
- public int GetRecomputedCount() { throw null; }
- public void Set(int bit) { }
- public int Size() { throw null; }
- public Lucene.Net.Util.BitVector Subset(int start, int end) { throw null; }
- public void Write(Lucene.Net.Store.Directory d, string name) { }
- }
- public partial class CloseableThreadLocal<T> : System.IDisposable where T : class
- {
- public CloseableThreadLocal() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public virtual void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual T Get() { throw null; }
- public virtual T InitialValue() { throw null; }
- public virtual void Set(T @object) { }
- }
- public sealed partial class Constants
- {
- internal Constants() { }
- public static readonly bool JAVA_1_1;
- public static readonly bool JAVA_1_2;
- public static readonly bool JAVA_1_3;
- public static readonly string JAVA_VENDOR;
- public static readonly string JAVA_VERSION;
- public static bool JRE_IS_64BIT;
- public static readonly bool LINUX;
- public static readonly string LUCENE_MAIN_VERSION;
- public static string LUCENE_VERSION;
- public static readonly string OS_ARCH;
- public static readonly string OS_NAME;
- public static readonly string OS_VERSION;
- public static readonly bool SUN_OS;
- public static readonly bool WINDOWS;
- }
- public partial class DocIdBitSet : Lucene.Net.Search.DocIdSet
- {
- public DocIdBitSet(System.Collections.BitArray bitSet) { }
- public virtual System.Collections.BitArray BitSet { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- }
- public sealed partial class FieldCacheSanityChecker
- {
- public FieldCacheSanityChecker() { }
- public Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] Check(params Lucene.Net.Search.CacheEntry[] cacheEntries) { throw null; }
- public static Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] CheckSanity(params Lucene.Net.Search.CacheEntry[] cacheEntries) { throw null; }
- public static Lucene.Net.Util.FieldCacheSanityChecker.Insanity[] CheckSanity(Lucene.Net.Search.FieldCache cache) { throw null; }
- public void SetRamUsageEstimator(Lucene.Net.Util.RamUsageEstimator r) { }
- public sealed partial class Insanity
- {
- public Insanity(Lucene.Net.Util.FieldCacheSanityChecker.InsanityType type, string msg, params Lucene.Net.Search.CacheEntry[] entries) { }
- public string Msg { get { throw null; } }
- public Lucene.Net.Util.FieldCacheSanityChecker.InsanityType Type { get { throw null; } }
- public Lucene.Net.Search.CacheEntry[] GetCacheEntries() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class InsanityType
- {
- internal InsanityType() { }
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType EXPECTED;
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType SUBREADER;
- public static readonly Lucene.Net.Util.FieldCacheSanityChecker.InsanityType VALUEMISMATCH;
- public override string ToString() { throw null; }
- }
- }
- public partial interface IAttribute
- {
- }
- public partial class IdentityDictionary<TKey, TValue> : System.Collections.Generic.Dictionary<TKey, TValue>
- {
- public IdentityDictionary() { }
- public IdentityDictionary(System.Collections.Generic.IDictionary<TKey, TValue> other) { }
- public IdentityDictionary(int capacity) { }
- }
- public partial class IndexableBinaryStringTools
- {
- internal IndexableBinaryStringTools() { }
- public static System.Collections.Generic.List<byte> Decode(System.Collections.Generic.List<char> input) { throw null; }
- public static void Decode(System.Collections.Generic.List<char> input, System.Collections.Generic.List<byte> output) { }
- public static System.Collections.Generic.List<char> Encode(System.Collections.Generic.List<byte> input) { throw null; }
- public static void Encode(System.Collections.Generic.List<byte> input, System.Collections.Generic.List<char> output) { }
- public static int GetDecodedLength(System.Collections.Generic.List<char> encoded) { throw null; }
- public static int GetEncodedLength(System.Collections.Generic.List<byte> original) { throw null; }
- }
- public partial class MapOfSets<TKey, TValue>
- {
- public MapOfSets(System.Collections.Generic.IDictionary<TKey, System.Collections.Generic.HashSet<TValue>> m) { }
- public virtual System.Collections.Generic.IDictionary<TKey, System.Collections.Generic.HashSet<TValue>> Map { get { throw null; } }
- public virtual int Put(TKey key, TValue val) { throw null; }
- public virtual int PutAll(TKey key, System.Collections.Generic.IEnumerable<TValue> vals) { throw null; }
- }
- public abstract partial class MemoryModel
- {
- protected MemoryModel() { }
- public abstract int ArraySize { get; }
- public abstract int ClassSize { get; }
- public abstract int ReferenceSize { get; }
- public abstract int GetPrimitiveSize(System.Type clazz);
- }
- public sealed partial class NumericUtils
- {
- internal NumericUtils() { }
- public const int BUF_SIZE_INT = 6;
- public const int BUF_SIZE_LONG = 11;
- public const int PRECISION_STEP_DEFAULT = 4;
- public static char SHIFT_START_INT;
- public static char SHIFT_START_LONG;
- public static string DoubleToPrefixCoded(double val) { throw null; }
- public static long DoubleToSortableLong(double val) { throw null; }
- public static string FloatToPrefixCoded(float val) { throw null; }
- public static int FloatToSortableInt(float val) { throw null; }
- public static string IntToPrefixCoded(int val) { throw null; }
- public static string IntToPrefixCoded(int val, int shift) { throw null; }
- public static int IntToPrefixCoded(int val, int shift, char[] buffer) { throw null; }
- public static string LongToPrefixCoded(long val) { throw null; }
- public static string LongToPrefixCoded(long val, int shift) { throw null; }
- public static int LongToPrefixCoded(long val, int shift, char[] buffer) { throw null; }
- public static double PrefixCodedToDouble(string val) { throw null; }
- public static float PrefixCodedToFloat(string val) { throw null; }
- public static int PrefixCodedToInt(string prefixCoded) { throw null; }
- public static long PrefixCodedToLong(string prefixCoded) { throw null; }
- public static float SortableIntToFloat(int val) { throw null; }
- public static double SortableLongToDouble(long val) { throw null; }
- public static void SplitIntRange(Lucene.Net.Util.NumericUtils.IntRangeBuilder builder, int precisionStep, int minBound, int maxBound) { }
- public static void SplitLongRange(Lucene.Net.Util.NumericUtils.LongRangeBuilder builder, int precisionStep, long minBound, long maxBound) { }
- public abstract partial class IntRangeBuilder
- {
- protected IntRangeBuilder() { }
- public virtual void AddRange(int min, int max, int shift) { }
- public virtual void AddRange(string minPrefixCoded, string maxPrefixCoded) { }
- }
- public abstract partial class LongRangeBuilder
- {
- protected LongRangeBuilder() { }
- public virtual void AddRange(long min, long max, int shift) { }
- public virtual void AddRange(string minPrefixCoded, string maxPrefixCoded) { }
- }
- }
- [System.SerializableAttribute]
- public partial class OpenBitSet : Lucene.Net.Search.DocIdSet, System.ICloneable
- {
- protected internal long[] internalbits;
- protected internal int wlen;
- public OpenBitSet() { }
- public OpenBitSet(long numBits) { }
- public OpenBitSet(long[] bits, int numWords) { }
- public virtual long[] Bits { get { throw null; } set { } }
- public override bool IsCacheable { get { throw null; } }
- public virtual int NumWords { get { throw null; } set { } }
- public virtual void And(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void AndNot(Lucene.Net.Util.OpenBitSet other) { }
- public static long AndNotCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public static int Bits2words(long numBits) { throw null; }
- public virtual long Capacity() { throw null; }
- public virtual long Cardinality() { throw null; }
- public virtual void Clear(int startIndex, int endIndex) { }
- public virtual void Clear(long index) { }
- public virtual void Clear(long startIndex, long endIndex) { }
- public virtual object Clone() { throw null; }
- public virtual void EnsureCapacity(long numBits) { }
- public virtual void EnsureCapacityWords(int numWords) { }
- public override bool Equals(object o) { throw null; }
- protected internal virtual int ExpandingWordNum(long index) { throw null; }
- public virtual void FastClear(int index) { }
- public virtual void FastClear(long index) { }
- public virtual void FastFlip(int index) { }
- public virtual void FastFlip(long index) { }
- public virtual bool FastGet(int index) { throw null; }
- public virtual bool FastGet(long index) { throw null; }
- public virtual void FastSet(int index) { }
- public virtual void FastSet(long index) { }
- public virtual void Flip(long index) { }
- public virtual void Flip(long startIndex, long endIndex) { }
- public virtual bool FlipAndGet(int index) { throw null; }
- public virtual bool FlipAndGet(long index) { throw null; }
- public virtual bool Get(int index) { throw null; }
- public virtual bool Get(long index) { throw null; }
- public virtual bool GetAndSet(int index) { throw null; }
- public virtual bool GetAndSet(long index) { throw null; }
- public virtual int GetBit(int index) { throw null; }
- public override int GetHashCode() { throw null; }
- public virtual void Intersect(Lucene.Net.Util.OpenBitSet other) { }
- public static long IntersectionCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public virtual bool Intersects(Lucene.Net.Util.OpenBitSet other) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- public virtual int NextSetBit(int index) { throw null; }
- public virtual long NextSetBit(long index) { throw null; }
- public virtual void Or(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void Remove(Lucene.Net.Util.OpenBitSet other) { }
- public virtual void Set(long index) { }
- public virtual void Set(long startIndex, long endIndex) { }
- public virtual long Size() { throw null; }
- public virtual void TrimTrailingZeros() { }
- public virtual void Union(Lucene.Net.Util.OpenBitSet other) { }
- public static long UnionCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- public virtual void Xor(Lucene.Net.Util.OpenBitSet other) { }
- public static long XorCount(Lucene.Net.Util.OpenBitSet a, Lucene.Net.Util.OpenBitSet b) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class OpenBitSetDISI : Lucene.Net.Util.OpenBitSet
- {
- public OpenBitSetDISI(Lucene.Net.Search.DocIdSetIterator disi, int maxSize) { }
- public OpenBitSetDISI(int maxSize) { }
- public virtual void InPlaceAnd(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceNot(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceOr(Lucene.Net.Search.DocIdSetIterator disi) { }
- public virtual void InPlaceXor(Lucene.Net.Search.DocIdSetIterator disi) { }
- }
- public partial class OpenBitSetIterator : Lucene.Net.Search.DocIdSetIterator
- {
- public OpenBitSetIterator(Lucene.Net.Util.OpenBitSet obs) { }
- public OpenBitSetIterator(long[] bits, int numWords) { }
- public override int Advance(int target) { throw null; }
- public override int DocID() { throw null; }
- public override int NextDoc() { throw null; }
- }
- public abstract partial class PriorityQueue<T>
- {
- protected internal T[] heap;
- protected PriorityQueue() { }
- protected internal virtual T SentinelObject { get { throw null; } }
- public T Add(T element) { throw null; }
- public void Clear() { }
- protected internal void Initialize(int maxSize) { }
- public virtual T InsertWithOverflow(T element) { throw null; }
- public abstract bool LessThan(T a, T b);
- public T Pop() { throw null; }
- public int Size() { throw null; }
- public T Top() { throw null; }
- public T UpdateTop() { throw null; }
- }
- public sealed partial class RamUsageEstimator
- {
- public RamUsageEstimator() { }
- public RamUsageEstimator(Lucene.Net.Util.MemoryModel memoryModel) { }
- public RamUsageEstimator(Lucene.Net.Util.MemoryModel memoryModel, bool checkInterned) { }
- public RamUsageEstimator(bool checkInterned) { }
- public long EstimateRamUsage(object obj) { throw null; }
- public static string HumanReadableUnits(long bytes, System.IFormatProvider df) { throw null; }
- }
- public partial class ReaderUtil
- {
- public ReaderUtil() { }
- public static void GatherSubReaders(System.Collections.Generic.IList<Lucene.Net.Index.IndexReader> allSubReaders, Lucene.Net.Index.IndexReader reader) { }
- public static int SubIndex(int n, int[] docStarts) { throw null; }
- public static Lucene.Net.Index.IndexReader SubReader(Lucene.Net.Index.IndexReader reader, int subIndex) { throw null; }
- public static Lucene.Net.Index.IndexReader SubReader(int doc, Lucene.Net.Index.IndexReader reader) { throw null; }
- }
- public partial class ScorerDocQueue
- {
- public ScorerDocQueue(int maxSize) { }
- public void AdjustTop() { }
- public void Clear() { }
- public virtual bool Insert(Lucene.Net.Search.Scorer scorer) { throw null; }
- public Lucene.Net.Search.Scorer Pop() { throw null; }
- public void Put(Lucene.Net.Search.Scorer scorer) { }
- public int Size() { throw null; }
- public Lucene.Net.Search.Scorer Top() { throw null; }
- public int TopDoc() { throw null; }
- public bool TopNextAndAdjustElsePop() { throw null; }
- public float TopScore() { throw null; }
- public bool TopSkipToAndAdjustElsePop(int target) { throw null; }
- }
- public partial class SimpleStringInterner : Lucene.Net.Util.StringInterner
- {
- public SimpleStringInterner(int tableSize, int maxChainLength) { }
- public override string Intern(string s) { throw null; }
- }
- public partial class SmallFloat
- {
- public SmallFloat() { }
- public static float Byte315ToFloat(byte b) { throw null; }
- public static float Byte52ToFloat(byte b) { throw null; }
- public static float ByteToFloat(byte b, int numMantissaBits, int zeroExp) { throw null; }
- public static sbyte FloatToByte(float f, int numMantissaBits, int zeroExp) { throw null; }
- public static sbyte FloatToByte315(float f) { throw null; }
- public static sbyte FloatToByte52(float f) { throw null; }
- }
- public partial class SortedVIntList : Lucene.Net.Search.DocIdSet
- {
- public SortedVIntList(Lucene.Net.Search.DocIdSetIterator docIdSetIterator) { }
- public SortedVIntList(Lucene.Net.Util.OpenBitSet bits) { }
- public SortedVIntList(System.Collections.BitArray bits) { }
- public SortedVIntList(params int[] sortedInts) { }
- public SortedVIntList(int[] sortedInts, int inputSize) { }
- public virtual int ByteSize { get { throw null; } }
- public override bool IsCacheable { get { throw null; } }
- public virtual int Size { get { throw null; } }
- public override Lucene.Net.Search.DocIdSetIterator Iterator() { throw null; }
- }
- public abstract partial class SorterTemplate
- {
- protected SorterTemplate() { }
- protected internal abstract int Compare(int i, int j);
- protected internal virtual void MergeSort(int lo, int hi) { }
- public virtual void QuickSort(int lo, int hi) { }
- protected internal abstract void Swap(int i, int j);
- }
- public abstract partial class StringHelper
- {
- internal StringHelper() { }
- public static Lucene.Net.Util.StringInterner interner;
- public static int BytesDifference(byte[] bytes1, int len1, byte[] bytes2, int len2) { throw null; }
- public static string Intern(string s) { throw null; }
- public static int StringDifference(string s1, string s2) { throw null; }
- }
- public partial class StringInterner
- {
- public StringInterner() { }
- public virtual string Intern(char[] arr, int offset, int len) { throw null; }
- public virtual string Intern(string s) { throw null; }
- }
- public partial class ToStringUtils
- {
- public ToStringUtils() { }
- public static string Boost(float boost) { throw null; }
- }
- public static partial class UnicodeUtil
- {
- public const int UNI_REPLACEMENT_CHAR = 65533;
- public const int UNI_SUR_HIGH_END = 56319;
- public const int UNI_SUR_HIGH_START = 55296;
- public const int UNI_SUR_LOW_END = 57343;
- public const int UNI_SUR_LOW_START = 56320;
- public static void UTF16toUTF8(char[] source, int offset, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF16toUTF8(char[] source, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF16toUTF8(string s, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF8Result result) { }
- public static void UTF8toUTF16(byte[] utf8, int offset, int length, Lucene.Net.Util.UnicodeUtil.UTF16Result result) { }
- public sealed partial class UTF16Result
- {
- public int length;
- public int[] offsets;
- public char[] result;
- public UTF16Result() { }
- public void CopyText(Lucene.Net.Util.UnicodeUtil.UTF16Result other) { }
- public void SetLength(int newLength) { }
- }
- public sealed partial class UTF8Result
- {
- public int length;
- public byte[] result;
- public UTF8Result() { }
- public void SetLength(int newLength) { }
- }
- }
- public enum Version
- {
- LUCENE_20 = 0,
- LUCENE_21 = 1,
- LUCENE_22 = 2,
- LUCENE_23 = 3,
- LUCENE_24 = 4,
- LUCENE_29 = 5,
- LUCENE_30 = 6,
- [System.ObsoleteAttribute("Use an actual version instead.")]
- LUCENE_CURRENT = 7,
- }
- public static partial class VersionEnumExtensions
- {
- public static bool OnOrAfter(this Lucene.Net.Util.Version first, Lucene.Net.Util.Version other) { throw null; }
- }
-}
-namespace Lucene.Net.Util.Cache
-{
- public abstract partial class Cache<TKey, TValue> : System.IDisposable
- {
- protected Cache() { }
- [System.ObsoleteAttribute("Use Dispose() instead")]
- public void Close() { }
- public abstract bool ContainsKey(object key);
- public void Dispose() { }
- protected abstract void Dispose(bool disposing);
- public abstract TValue Get(object key);
- public abstract void Put(TKey key, TValue value_Renamed);
- public static Lucene.Net.Util.Cache.Cache<TKey, TValue> SynchronizedCache(Lucene.Net.Util.Cache.Cache<TKey, TValue> cache) { throw null; }
- }
- public partial class SimpleLRUCache<TKey, TValue> : Lucene.Net.Util.Cache.SimpleMapCache<TKey, TValue>
- {
- public SimpleLRUCache(int Capacity) { }
- public override TValue Get(object Key) { throw null; }
- public override void Put(TKey Key, TValue Value) { }
- }
- public partial class SimpleMapCache<TKey, TValue> : Lucene.Net.Util.Cache.Cache<TKey, TValue>
- {
- public SimpleMapCache() { }
- public SimpleMapCache(System.Collections.Generic.Dictionary<TKey, TValue> map) { }
- public override bool ContainsKey(object key) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override TValue Get(object key) { throw null; }
- public virtual System.Collections.Generic.HashSet<TKey> KeySet() { throw null; }
- public override void Put(TKey key, TValue value_Renamed) { }
- }
-}
-namespace Mono.Documentation
-{
- public delegate System.Xml.XmlDocument DocLoader(string escapedTypeName);
- public partial class ManifestResourceResolver : System.Xml.XmlUrlResolver
- {
- public ManifestResourceResolver(params string[] dirs) { }
- public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
- public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) { throw null; }
- }
- public static partial class XmlDocUtils
- {
- public static void AddExtensionMethods(System.Xml.XmlDocument typexml, System.Collections.ArrayList extensions, Mono.Documentation.DocLoader loader) { }
- public static string GetCachedFileName(string cacheDir, string url) { throw null; }
- public static string GetCacheDirectory(string assembledBase) { throw null; }
- public static System.Xml.XmlNodeList GetMemberGenericParameters(System.Xml.XmlNode member) { throw null; }
- public static System.Xml.XmlNodeList GetTypeGenericParameters(System.Xml.XmlNode member) { throw null; }
- public static string ToEscapedMemberName(string member) { throw null; }
- public static string ToEscapedTypeName(string name) { throw null; }
- public static string ToTypeName(string type, System.Xml.XmlNode member) { throw null; }
- public static string ToTypeName(string type, System.Xml.XmlNodeList typeGenParams, System.Xml.XmlNodeList memberGenParams) { throw null; }
- }
-}
-namespace Mono.Utilities
-{
- public partial class Colorizer
- {
- public Colorizer() { }
- public static string Colorize(string text, string lang) { throw null; }
- }
- public partial class LRUCache<TKey, TValue>
- {
- public LRUCache(int capacity) { }
- public static Mono.Utilities.LRUCache<TKey, TValue> Default { get { throw null; } }
- public TValue Get(TKey key) { throw null; }
- public void Put(TKey key, TValue value) { }
- }
-}
-namespace Monodoc
-{
- public static partial class Config
- {
- public static System.Configuration.KeyValueConfigurationCollection AppSettings { get { throw null; } }
- public static System.Configuration.KeyValueConfigurationCollection LibSettings { get { throw null; } }
- public static string Get(string key) { throw null; }
- }
- public static partial class DocCacheHelper
- {
- public static Monodoc.IDocCache GetDefaultCache(string name) { throw null; }
- }
- public enum DocEntity
- {
- Blob = 1,
- Text = 0,
- }
- public static partial class DocRevisionManagerExtensions
- {
- public static System.IO.Stream RetrieveLatestRevision(this Monodoc.IDocRevisionManager revManager, string id) { throw null; }
- }
- public static partial class DocStorageExtensions
- {
- public static bool TryRetrieve(this Monodoc.IDocStorage storage, string id, out System.IO.Stream stream) { stream = default(System.IO.Stream); throw null; }
- }
- public enum DocumentType
- {
- AddinXml = 3,
- EcmaSpecXml = 1,
- EcmaXml = 0,
- ErrorXml = 8,
- Html = 5,
- Man = 2,
- MonoBook = 4,
- PlainText = 7,
- TocXml = 6,
- }
- public partial class HelpSource
- {
- [System.ObsoleteAttribute]
- public static bool FullHtml;
- [System.ObsoleteAttribute]
- public static bool UseWebdocCache;
- [System.ObsoleteAttribute]
- public static bool use_css;
- public HelpSource() { }
- public HelpSource(string base_filename, bool create) { }
- public string BaseDir { get { throw null; } }
- public string BaseFilePath { get { throw null; } }
- public Monodoc.IDocCache Cache { get { throw null; } }
- [System.ObsoleteAttribute("Use Monodoc.Providers.HtmlGenerator.InlineCss")]
- public string InlineCss { get { throw null; } }
- [System.ObsoleteAttribute]
- public string InlineJavaScript { get { throw null; } }
- public string Name { get { throw null; } }
- public Monodoc.RootTree RootTree { get { throw null; } set { } }
- public virtual Monodoc.SortType SortType { get { throw null; } }
- public int SourceID { get { throw null; } }
- public Monodoc.IDocStorage Storage { get { throw null; } protected set { } }
- public System.Diagnostics.TraceLevel TraceLevel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Tree Tree { get { throw null; } }
- protected virtual string UriPrefix { get { throw null; } }
- public virtual bool CanHandleUrl(string url) { throw null; }
- public virtual System.IO.Stream GetCachedHelpStream(string id) { throw null; }
- public virtual string GetCachedText(string id) { throw null; }
- public virtual Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public virtual System.IO.Stream GetHelpStream(string id) { throw null; }
- public System.Xml.XmlReader GetHelpXml(string id) { throw null; }
- public virtual System.Xml.XmlDocument GetHelpXmlWithChanges(string id) { throw null; }
- public virtual System.IO.Stream GetImage(string url) { throw null; }
- public virtual string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public virtual string GetPublicUrl(Monodoc.Node node) { throw null; }
- public virtual string GetText(string id) { throw null; }
- [System.ObsoleteAttribute("Use RenderUrl")]
- public string GetText(string url, out Monodoc.Node node) { node = default(Monodoc.Node); throw null; }
- public virtual bool IsGeneratedContent(string id) { throw null; }
- public virtual bool IsMultiPart(string id, out System.Collections.Generic.IEnumerable<string> parts) { parts = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public virtual bool IsRawContent(string id) { throw null; }
- public virtual Monodoc.Node MatchNode(string url) { throw null; }
- public virtual void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public virtual void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- [System.ObsoleteAttribute("Use RenderUrl")]
- public string RenderNamespaceLookup(string url, out Monodoc.Node node) { node = default(Monodoc.Node); throw null; }
- public virtual void RenderPreviewDocs(System.Xml.XmlNode newNode, System.Xml.XmlWriter writer) { }
- public void Save() { }
- }
- public partial interface IDocCache : System.IDisposable
- {
- void CacheBlob(string id, byte[] data);
- void CacheBlob(string id, System.IO.Stream stream);
- void CacheText(string id, System.IO.Stream stream);
- void CacheText(string id, string content);
- bool CanCache(Monodoc.DocEntity entity);
- System.IO.Stream GetCachedStream(string id);
- string GetCachedString(string id);
- bool IsCached(string id);
- }
- public partial interface IDocGenerator<TOutput>
- {
- TOutput Generate(Monodoc.HelpSource hs, string internalId, System.Collections.Generic.Dictionary<string, string> context);
- }
- public partial interface IDocRevisionManager
- {
- System.Collections.Generic.IEnumerable<string> AvailableRevisionsForId(string id);
- string GetRevisionDescription(string revision);
- string LatestRevisionForId(string id);
- System.IO.Stream RetrieveWithRevision(string id, string revision);
- }
- public partial interface IDocStorage : System.IDisposable
- {
- Monodoc.IDocRevisionManager RevisionManager { get; }
- bool SupportChange { get; }
- bool SupportRevision { get; }
- System.Collections.Generic.IEnumerable<string> GetAvailableIds();
- System.IO.Stream Retrieve(string id);
- string Store(string id, byte[] data);
- string Store(string id, System.IO.Stream stream);
- string Store(string id, string text);
- }
- public partial interface IListModel
- {
- int Rows { get; }
- string GetDescription(int row);
- string GetValue(int row);
- }
- public partial class IndexEntry
- {
- public IndexEntry() { }
- public IndexEntry(System.IO.FileStream fs, System.IO.BinaryReader reader, int position) { }
- public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Monodoc.Topic this[int idx] { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Topic> Topics { get { throw null; } }
- public void Add(Monodoc.Topic t) { }
- public void WriteTopics(Monodoc.IndexMaker maker, System.IO.Stream stream, System.IO.BinaryWriter writer) { }
- }
- public partial class IndexMaker
- {
- public IndexMaker() { }
- public void Add(string caption, string sort_key, string url) { }
- public void AddTopic(Monodoc.Topic topic) { }
- public int GetCode(string s) { throw null; }
- public void Save(string filename) { }
- }
- public partial class IndexReader : Monodoc.IListModel
- {
- internal IndexReader() { }
- public int Rows { get { throw null; } }
- public string GetDescription(int row) { throw null; }
- public Monodoc.IndexEntry GetIndexEntry(int row) { throw null; }
- public string GetValue(int row) { throw null; }
- public static Monodoc.IndexReader Load(string filename) { throw null; }
- }
- public partial class Node : System.IComparable, System.IComparable<Monodoc.Node>
- {
- public bool Documented;
- public Node(Monodoc.Node parent, string caption, string element) { }
- [System.ObsoleteAttribute("Tree inheriting Node is being phased out. Use the `Tree.RootNode' property instead")]
- public Node(string caption, string element) { }
- public string Caption { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Node> ChildNodes { get { throw null; } }
- public string Element { get { throw null; } set { } }
- public bool IsLeaf { get { throw null; } }
- [System.ObsoleteAttribute("Use ChildNodes")]
- public System.Collections.ArrayList Nodes { get { throw null; } }
- public Monodoc.Node Parent { get { throw null; } }
- public string PublicUrl { get { throw null; } }
- public Monodoc.Tree Tree { get { throw null; } }
- [System.ObsoleteAttribute("Use `Tree' instead of 'tree'")]
- public Monodoc.Tree tree { get { throw null; } }
- public void AddNode(Monodoc.Node n) { }
- public Monodoc.Node CreateNode(string c_caption, string c_element) { throw null; }
- public void DeleteNode(Monodoc.Node n) { }
- public void EnsureLoaded() { }
- public void EnsureNodes() { }
- public Monodoc.Node GetOrCreateNode(string c_caption, string c_element) { throw null; }
- [System.ObsoleteAttribute("Use TreeDumper")]
- public static void PrintTree(Monodoc.Tree t) { }
- public void Sort() { }
- int System.IComparable.CompareTo(object obj) { throw null; }
- int System.IComparable<Monodoc.Node>.CompareTo(Monodoc.Node obj) { throw null; }
- }
- public abstract partial class Provider
- {
- public Provider() { }
- public int Code { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree);
- public abstract void PopulateTree(Monodoc.Tree tree);
- }
- public partial class Result
- {
- public Result(string Term, Lucene.Net.Search.Searcher searcher, Lucene.Net.Search.ScoreDoc[] docs) { }
- public int Count { get { throw null; } }
- public Lucene.Net.Documents.Document this[int i] { get { throw null; } }
- public string Term { get { throw null; } }
- public string GetFullTitle(int i) { throw null; }
- public string GetTitle(int i) { throw null; }
- public string GetUrl(int i) { throw null; }
- public float Score(int i) { throw null; }
- }
- public partial class RootTree : Monodoc.Tree
- {
- internal RootTree() : base (default(Monodoc.HelpSource), default(string)) { }
- public const int MonodocVersion = 2;
- public System.Collections.Generic.IList<Monodoc.HelpSource> HelpSources { get { throw null; } }
- public System.DateTime LastHelpSourceTime { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddSource(string sourcesDir) { }
- public bool AddSourceFile(string sourceFile) { throw null; }
- public static void AddUncompiledSource(string path) { }
- public bool GenerateIndex() { throw null; }
- public bool GenerateSearchIndex() { throw null; }
- public static Monodoc.HelpSource GetHelpSource(string provider, string basefilepath) { throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, Monodoc.HelpSource hintSource, out string internalId, out System.Collections.Generic.Dictionary<string, string> context, out Monodoc.Node node) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, out string internalId, out System.Collections.Generic.Dictionary<string, string> context) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdForUrl(string url, out string internalId, out System.Collections.Generic.Dictionary<string, string> context, out Monodoc.Node node) { internalId = default(string); context = default(System.Collections.Generic.Dictionary<string, string>); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceAndIdFromName(string name, out string internalId, out Monodoc.Node node) { internalId = default(string); node = default(Monodoc.Node); throw null; }
- public Monodoc.HelpSource GetHelpSourceFromId(int id) { throw null; }
- [System.ObsoleteAttribute("Use RawGenerator directly")]
- public System.Xml.XmlDocument GetHelpXml(string id) { throw null; }
- public System.IO.Stream GetImage(string url) { throw null; }
- public Monodoc.IndexReader GetIndex() { throw null; }
- public static Monodoc.Provider GetProvider(string provider, params string[] basefilepaths) { throw null; }
- public Monodoc.SearchableIndex GetSearchIndex() { throw null; }
- public static string[] GetSupportedFormats() { throw null; }
- [System.ObsoleteAttribute]
- public string GetTitle(string url) { throw null; }
- public static Monodoc.RootTree LoadTree() { throw null; }
- public static Monodoc.RootTree LoadTree(string basedir, bool includeExternal=true) { throw null; }
- public static Monodoc.RootTree LoadTree(string indexDir, System.Xml.XmlDocument docTree, System.Collections.Generic.IEnumerable<string> sourceFiles) { throw null; }
- public Monodoc.Node LookupEntryPoint(string name) { throw null; }
- public static void MakeIndex() { }
- [System.ObsoleteAttribute("Use GenerateIndex")]
- public static void MakeIndex(Monodoc.RootTree root) { }
- public static void MakeSearchIndex() { }
- [System.ObsoleteAttribute("Use GenerateSearchIndex")]
- public static void MakeSearchIndex(Monodoc.RootTree root) { }
- [System.ObsoleteAttribute("Use the RenderUrl variant accepting a generator")]
- public string RenderUrl(string url, out Monodoc.Node n) { n = default(Monodoc.Node); throw null; }
- public TOutput RenderUrl<TOutput>(string url, Monodoc.IDocGenerator<TOutput> generator, Monodoc.HelpSource hintSource=null) { throw null; }
- public TOutput RenderUrl<TOutput>(string url, Monodoc.IDocGenerator<TOutput> generator, out Monodoc.Node node, Monodoc.HelpSource hintSource=null) { node = default(Monodoc.Node); throw null; }
- }
- public partial class SearchableIndex
- {
- public SearchableIndex() { }
- public string Dir { get { throw null; } set { } }
- public Monodoc.Result FastSearch(string term, int number) { throw null; }
- public static Monodoc.SearchableIndex Load(string dir) { throw null; }
- public Monodoc.Result Search(string term) { throw null; }
- public Monodoc.Result Search(string term, int count) { throw null; }
- public Monodoc.Result Search(string term, int count, int start) { throw null; }
- }
- [System.ObsoleteAttribute]
- public partial class Settings
- {
- [System.ObsoleteAttribute]
- public string Email;
- [System.ObsoleteAttribute]
- public bool EnableEditing;
- [System.ObsoleteAttribute]
- public string Key;
- [System.ObsoleteAttribute]
- public int LastSeenVersion;
- [System.ObsoleteAttribute]
- public string preferred_font_family;
- [System.ObsoleteAttribute]
- public double preferred_font_size;
- [System.ObsoleteAttribute]
- public static bool RunningGUI;
- [System.ObsoleteAttribute]
- public int SerialNumber;
- [System.ObsoleteAttribute]
- public bool ShowComments;
- [System.ObsoleteAttribute]
- public bool ShowInheritedMembers;
- public Settings() { }
- }
- [System.ObsoleteAttribute]
- public partial class SettingsHandler
- {
- [System.ObsoleteAttribute]
- public static string Path;
- [System.ObsoleteAttribute]
- public static Monodoc.Settings Settings;
- public SettingsHandler() { }
- [System.ObsoleteAttribute]
- public static void CheckUpgrade() { }
- [System.ObsoleteAttribute]
- public static void EnsureSettingsDirectory() { }
- [System.ObsoleteAttribute]
- public static void Save() { }
- }
- public enum SortType
- {
- Caption = 0,
- Element = 1,
- }
- public partial class Topic
- {
- public readonly string Caption;
- public readonly string SortKey;
- public readonly string Url;
- public Topic(string caption, string sort_key, string url) { }
- }
- public partial class Tree : Monodoc.Node
- {
- public const long CurrentVersionNumber = (long)1;
- public readonly Monodoc.HelpSource HelpSource;
- public Tree(Monodoc.HelpSource hs, Monodoc.Node parent, string caption, string element) : base (default(string), default(string)) { }
- public Tree(Monodoc.HelpSource hs, string filename) : base (default(string), default(string)) { }
- public Tree(Monodoc.HelpSource hs, string caption, string url) : base (default(string), default(string)) { }
- public Monodoc.Node RootNode { get { throw null; } }
- public long VersionNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public void InflateNode(Monodoc.Node baseNode) { }
- public void Save(string file) { }
- }
- public static partial class TreeDumper
- {
- public static string ExportToTocXml(Monodoc.Node root, string title, string desc) { throw null; }
- public static void PrintTree(Monodoc.Node node) { }
- }
- public static partial class TypeUtils
- {
- public static bool GetNamespaceAndType(string url, out string ns, out string type) { ns = default(string); type = default(string); throw null; }
- }
-}
-namespace Monodoc.Caches
-{
- public partial class FileCache : Monodoc.IDocCache, System.IDisposable
- {
- public FileCache(string baseCacheDir) { }
- public void CacheBlob(string id, byte[] data) { }
- public void CacheBlob(string id, System.IO.Stream stream) { }
- public void CacheText(string id, System.IO.Stream stream) { }
- public void CacheText(string id, string content) { }
- public bool CanCache(Monodoc.DocEntity entity) { throw null; }
- public void Dispose() { }
- public System.IO.Stream GetCachedStream(string id) { throw null; }
- public string GetCachedString(string id) { throw null; }
- public bool IsCached(string id) { throw null; }
- }
- public partial class NullCache : Monodoc.IDocCache, System.IDisposable
- {
- public NullCache() { }
- public void CacheBlob(string id, byte[] data) { }
- public void CacheBlob(string id, System.IO.Stream stream) { }
- public void CacheText(string id, System.IO.Stream stream) { }
- public void CacheText(string id, string content) { }
- public bool CanCache(Monodoc.DocEntity entity) { throw null; }
- public void Dispose() { }
- public System.IO.Stream GetCachedStream(string id) { throw null; }
- public string GetCachedString(string id) { throw null; }
- public bool IsCached(string id) { throw null; }
- }
-}
-namespace Monodoc.Ecma
-{
- public partial class EcmaDesc : System.IEquatable<Monodoc.Ecma.EcmaDesc>
- {
- public EcmaDesc() { }
- public System.Collections.Generic.IList<int> ArrayDimensions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc.Kind DescKind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc.Mod DescModifier { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public char Etc { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string EtcFilter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc ExplicitImplMember { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> GenericMemberArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int GenericMemberArgumentsCount { get { throw null; } }
- public bool GenericMemberArgumentsIsNumeric { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> GenericTypeArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int GenericTypeArgumentsCount { get { throw null; } }
- public bool GenericTypeArgumentsIsNumeric { get { throw null; } }
- public bool IsEtc { get { throw null; } }
- public System.Collections.Generic.IList<Monodoc.Ecma.EcmaDesc> MemberArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MemberArgumentsCount { get { throw null; } }
- public string MemberName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Namespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Monodoc.Ecma.EcmaDesc NestedType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string TypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Monodoc.Ecma.EcmaDesc other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string ToCompleteMemberName(Monodoc.Ecma.EcmaDesc.Format format) { throw null; }
- public string ToCompleteTypeName(char innerTypeSeparator='.') { throw null; }
- public string ToEcmaCref() { throw null; }
- public override string ToString() { throw null; }
- public enum Format
- {
- WithArgs = 0,
- WithoutArgs = 1,
- }
- public enum Kind
- {
- Constructor = 1,
- Event = 6,
- Field = 4,
- Method = 2,
- Namespace = 3,
- Operator = 7,
- Property = 5,
- Type = 0,
- }
- public enum Mod
- {
- Normal = 0,
- Out = 3,
- Pointer = 1,
- Ref = 2,
- }
- }
- public partial class EcmaUrlParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 9;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public EcmaUrlParser() { }
- public void IsValid(string input) { }
- public Monodoc.Ecma.EcmaDesc Parse(string input) { throw null; }
- public bool TryParse(string input, out Monodoc.Ecma.EcmaDesc desc) { desc = default(Monodoc.Ecma.EcmaDesc); throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
- public partial class EcmaUrlTokenizer
- {
- public EcmaUrlTokenizer(string input) { }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public int token() { throw null; }
- public object value() { throw null; }
- }
-}
-namespace Monodoc.Generators
-{
- public partial class HtmlGenerator : Monodoc.IDocGenerator<string>
- {
- public HtmlGenerator(Monodoc.IDocCache defaultCache) { }
- public static string InlineCss { get { throw null; } set { } }
- public string Generate(Monodoc.HelpSource hs, string id, System.Collections.Generic.Dictionary<string, string> context) { throw null; }
- }
- public partial class RawGenerator : Monodoc.IDocGenerator<string>
- {
- public RawGenerator() { }
- public string Generate(Monodoc.HelpSource hs, string id, System.Collections.Generic.Dictionary<string, string> context) { throw null; }
- }
-}
-namespace Monodoc.Generators.Html
-{
- public partial class Addin2Html
- {
- public Addin2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- protected string GetAddinTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId) { throw null; }
- protected string GetExtensionNodeTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId, string nodeId) { throw null; }
- protected string GetExtensionTextFromUrl(System.Xml.XmlElement addin, string addinId, string fileId, string path) { throw null; }
- public string Htmlize(System.Xml.XmlElement addin, string urlType, string addinId, string fileId, string path) { throw null; }
- }
- public partial class Ecma2Html
- {
- public Ecma2Html() { }
- public string CssCode { get { throw null; } }
- public string JsCode { get { throw null; } }
- protected virtual System.Xml.XmlResolver CreateDocumentResolver() { throw null; }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XmlReader ecma_xml, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XmlReader ecma_xml, System.Xml.Xsl.XsltArgumentList args) { throw null; }
- public partial class ExtensionObject
- {
- public ExtensionObject() { }
- public string Colorize(string code, string lang) { throw null; }
- public bool IsToBeAdded(string text) { throw null; }
- public string MakeNiceSignature(string sig, string contexttype) { throw null; }
- public bool MonoEditing() { throw null; }
- public string MonoImpInfo(string assemblyname, string typename, bool strlong) { throw null; }
- }
- }
- public partial class Ecmaspec2Html
- {
- public Ecmaspec2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream stream, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
- public partial class Error2Html
- {
- public Error2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Htmlize(System.Xml.XPath.IXPathNavigable doc) { throw null; }
- }
- public partial class Idem
- {
- public Idem() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
- public partial class Man2Html
- {
- public Man2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public static string GetTextFromReader(System.IO.TextReader file) { throw null; }
- }
- public partial class MonoBook2Html
- {
- public MonoBook2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string FromXmlReader(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class Toc2Html
- {
- public Toc2Html() { }
- public string CssCode { get { throw null; } }
- public string Export(System.IO.Stream input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- public string Export(string input, System.Collections.Generic.Dictionary<string, string> extraArgs) { throw null; }
- }
-}
-namespace Monodoc.Providers
-{
- public partial class AddinsHelpSource : Monodoc.HelpSource
- {
- protected internal const string AddinPrefix = "addin:";
- protected internal const string ExtensionNodePrefix = "extension-node:";
- protected internal const string ExtensionPrefix = "extension-point:";
- public AddinsHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override bool CanHandleUrl(string url) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- }
- public partial class AddinsProvider : Monodoc.Provider
- {
- public AddinsProvider(string xmlModelFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaHelpSource : Monodoc.HelpSource
- {
- protected EcmaHelpSource() { }
- public EcmaHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override bool CanHandleUrl(string url) { throw null; }
- public override System.IO.Stream GetCachedHelpStream(string id) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override System.IO.Stream GetHelpStream(string id) { throw null; }
- public string GetInternalIdForInternalUrl(string internalUrl, out string hash) { hash = default(string); throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override string GetPublicUrl(Monodoc.Node node) { throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public enum EcmaNodeType
- {
- Invalid = 0,
- Member = 3,
- Meta = 4,
- Namespace = 1,
- Type = 2,
- }
- public partial class EcmaProvider : Monodoc.Provider
- {
- public EcmaProvider() { }
- public EcmaProvider(string baseDir) { }
- public Monodoc.Providers.IEcmaProviderFileSource FileSource { get { throw null; } set { } }
- public void AddDirectory(string directory) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaSpecHelpSource : Monodoc.HelpSource
- {
- public EcmaSpecHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override System.IO.Stream GetHelpStream(string id) { throw null; }
- public override string GetText(string id) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override bool IsMultiPart(string id, out System.Collections.Generic.IEnumerable<string> parts) { parts = default(System.Collections.Generic.IEnumerable<string>); throw null; }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class EcmaSpecProvider : Monodoc.Provider
- {
- public EcmaSpecProvider(string base_directory) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class EcmaUncompiledHelpSource : Monodoc.Providers.EcmaHelpSource
- {
- public readonly string BasePath;
- public EcmaUncompiledHelpSource(string base_file, bool markName=true) { }
- public new string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override string UriPrefix { get { throw null; } }
- public override System.IO.Stream GetImage(string url) { throw null; }
- }
- public partial class ErrorDetails
- {
- public System.Xml.XmlNode Details;
- public System.Xml.XmlNode Summary;
- public ErrorDetails() { }
- }
- public partial class ErrorDocumentation
- {
- public Monodoc.Providers.ErrorDetails Details;
- public string ErrorName;
- public System.Collections.Generic.List<string> Examples;
- public ErrorDocumentation() { }
- public ErrorDocumentation(string ErrorName) { }
- }
- public partial class ErrorHelpSource : Monodoc.HelpSource
- {
- public ErrorHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetInternalIdForUrl(string url, out Monodoc.Node node, out System.Collections.Generic.Dictionary<string, string> context) { node = default(Monodoc.Node); context = default(System.Collections.Generic.Dictionary<string, string>); throw null; }
- public override string GetText(string id) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- public override void PopulateSearchableIndex(Lucene.Net.Index.IndexWriter writer) { }
- }
- public partial class ErrorProvider : Monodoc.Provider
- {
- public ErrorProvider(string configFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- public static Monodoc.Providers.ErrorProviderConfig ReadConfig(string file) { throw null; }
- }
- public partial class ErrorProviderConfig
- {
- public int ErrorNumSubstringLength;
- public int ErrorNumSubstringStart;
- public string FilesPath;
- public string FriendlyFormatString;
- public string Match;
- public ErrorProviderConfig() { }
- public System.Collections.Generic.Dictionary<string, Monodoc.Providers.ErrorDocumentation> Compile(Monodoc.HelpSource hs) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface IEcmaProviderFileSource
- {
- System.Xml.Linq.XElement ExtractNamespaceSummary(string path);
- System.Xml.XmlReader GetIndexReader(string path);
- System.Xml.Linq.XElement GetNamespaceElement(string path);
- string GetNamespaceXmlPath(string basePath, string ns);
- System.Xml.Linq.XDocument GetTypeDocument(string path);
- string GetTypeXmlPath(string basePath, string nsName, string typeName);
- }
- public partial class ManHelpSource : Monodoc.HelpSource
- {
- public ManHelpSource(string base_file, bool create) { }
- protected override string UriPrefix { get { throw null; } }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetText(string url) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override Monodoc.Node MatchNode(string url) { throw null; }
- }
- public partial class ManProvider : Monodoc.Provider
- {
- public ManProvider(string[] handbookTocFiles) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
- public partial class XhtmlHelpSource : Monodoc.HelpSource
- {
- public XhtmlHelpSource(string base_file, bool create) { }
- public override Monodoc.SortType SortType { get { throw null; } }
- protected override string UriPrefix { get { throw null; } }
- public static string GetAbsoluteLink(string target, string url) { throw null; }
- public override Monodoc.DocumentType GetDocumentTypeForId(string id) { throw null; }
- public override string GetText(string url) { throw null; }
- public override bool IsGeneratedContent(string id) { throw null; }
- public override void PopulateIndex(Monodoc.IndexMaker index_maker) { }
- }
- public partial class XhtmlProvider : Monodoc.Provider
- {
- public XhtmlProvider(string handbookTocFile) { }
- public override void CloseTree(Monodoc.HelpSource hs, Monodoc.Tree tree) { }
- public override void PopulateTree(Monodoc.Tree tree) { }
- }
-}
-namespace Monodoc.Storage
-{
- public partial class NullStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public NullStorage() { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
- public partial class UncompiledDocStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public UncompiledDocStorage(string basePath) { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
- public partial class ZipStorage : Monodoc.IDocStorage, System.IDisposable
- {
- public ZipStorage(string zipFileName) { }
- public Monodoc.IDocRevisionManager RevisionManager { get { throw null; } }
- public bool SupportChange { get { throw null; } }
- public bool SupportRevision { get { throw null; } }
- public void Dispose() { }
- public System.Collections.Generic.IEnumerable<string> GetAvailableIds() { throw null; }
- public System.IO.Stream Retrieve(string id) { throw null; }
- public string Store(string id, byte[] data) { throw null; }
- public string Store(string id, System.IO.Stream stream) { throw null; }
- public string Store(string id, string text) { throw null; }
- }
-}
-namespace Simplicit.Net.Lzo
-{
- public partial class LZOCompressor
- {
- public LZOCompressor() { }
- public string Version { get { throw null; } }
- public string VersionDate { get { throw null; } }
- public byte[] Compress(byte[] src) { throw null; }
- public byte[] Decompress(byte[] src) { throw null; }
- }
-}
diff --git a/src/v4.6.1/Mono.CSharp.cs b/src/v4.6.1/Mono.CSharp.cs
deleted file mode 100644
index d86ddcd..0000000
--- a/src/v4.6.1/Mono.CSharp.cs
+++ /dev/null
@@ -1,7228 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CSharp.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Microsoft.CSharp, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
-}
-namespace Mono.CSharp
-{
- public abstract partial class AbstractMessage
- {
- protected readonly int code;
- protected readonly Mono.CSharp.Location location;
- protected AbstractMessage(Mono.CSharp.AbstractMessage aMsg) { }
- protected AbstractMessage(int code, Mono.CSharp.Location loc, string msg, System.Collections.Generic.List<string> extraInfo) { }
- public int Code { get { throw null; } }
- public abstract bool IsWarning { get; }
- public Mono.CSharp.Location Location { get { throw null; } }
- public abstract string MessageType { get; }
- public string[] RelatedSymbols { get { throw null; } }
- public string Text { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AbstractPropertyEventMethod : Mono.CSharp.MemberCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> declarative_security;
- protected Mono.CSharp.MethodData method_data;
- protected readonly string prefix;
- protected AbstractPropertyEventMethod(Mono.CSharp.InterfaceMemberBase member, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsAccessor { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public abstract Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public abstract Mono.CSharp.TypeSpec ReturnType { get; }
- public Mono.CSharp.MethodSpec Spec { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public sealed override bool Define() { throw null; }
- public virtual void Emit(Mono.CSharp.TypeDefinition parent) { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void PrepareEmit() { }
- public void UpdateName(Mono.CSharp.InterfaceMemberBase member) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- [System.FlagsAttribute]
- public enum AddressOp
- {
- Load = 2,
- LoadStore = 3,
- Store = 1,
- }
- public abstract partial class AnonymousExpression : Mono.CSharp.ExpressionStatement
- {
- protected readonly Mono.CSharp.ParametersBlock block;
- public Mono.CSharp.TypeSpec ReturnType;
- protected AnonymousExpression(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public abstract string ContainerType { get; }
- public abstract bool IsIterator { get; }
- public abstract Mono.CSharp.AnonymousMethodStorey Storey { get; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- public void SetHasThisAccess() { }
- protected partial class AnonymousMethodMethod : Mono.CSharp.Method
- {
- public readonly Mono.CSharp.AnonymousExpression AnonymousMethod;
- public readonly Mono.CSharp.AnonymousMethodStorey Storey;
- public AnonymousMethodMethod(Mono.CSharp.TypeDefinition parent, Mono.CSharp.AnonymousExpression am, Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.TypeExpr return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override void DefineTypeParameters() { }
- public override void Emit() { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class AnonymousMethodBody : Mono.CSharp.AnonymousExpression
- {
- protected readonly Mono.CSharp.ParametersCompiled parameters;
- public AnonymousMethodBody(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr DirectMethodGroupConversion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } set { } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousMethodExpression : Mono.CSharp.Expression
- {
- public Mono.CSharp.ParametersBlock Block;
- public AnonymousMethodExpression(Mono.CSharp.Location loc) { }
- public override string ExprClassName { get { throw null; } }
- public virtual bool HasExplicitParameters { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.ReportPrinter TypeInferenceReportPrinter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.Expression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- protected virtual Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_AddressOfCapturedVar(Mono.CSharp.ResolveContext rc, Mono.CSharp.IVariableReference var, Mono.CSharp.Location loc) { }
- public bool ExplicitTypeInference(Mono.CSharp.TypeInferenceContext type_inference, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public Mono.CSharp.TypeSpec InferReturnType(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected virtual Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected bool VerifyExplicitParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection parameters) { throw null; }
- protected bool VerifyParameterCompatibility(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection invoke_pd, bool ignore_errors) { throw null; }
- }
- public partial class AnonymousMethodStorey : Mono.CSharp.HoistedStoreyClass
- {
- protected System.Collections.Generic.List<Mono.CSharp.HoistedVariable> hoisted_locals;
- protected System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted_params;
- protected Mono.CSharp.HoistedThis hoisted_this;
- public readonly int ID;
- public Mono.CSharp.Expression Instance;
- public readonly Mono.CSharp.ExplicitBlock OriginalSourceBlock;
- public AnonymousMethodStorey(Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberName), default(Mono.CSharp.TypeParameters), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.HoistedThis HoistedThis { get { throw null; } set { } }
- public System.Collections.Generic.IList<Mono.CSharp.ExplicitBlock> ReferencesFromChildrenBlock { get { throw null; } }
- public void AddCapturedThisField(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey parent) { }
- public Mono.CSharp.Field AddCapturedVariable(string name, Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type, bool privateAccess) { throw null; }
- public void AddParentStoreyReference(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void AddReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void CaptureLocalVariable(Mono.CSharp.ResolveContext ec, Mono.CSharp.LocalVariable localVariable) { }
- public void CaptureParameter(Mono.CSharp.ResolveContext ec, Mono.CSharp.ParametersBlock.ParameterInfo parameterInfo, Mono.CSharp.ParameterReference parameterReference) { }
- protected override bool DoResolveTypeParameters() { throw null; }
- protected virtual void EmitHoistedParameters(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted) { }
- public void EmitStoreyInstantiation(Mono.CSharp.EmitContext ec, Mono.CSharp.ExplicitBlock block) { }
- public Mono.CSharp.Expression GetStoreyInstanceExpression(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public void SetNestedStoryParent(Mono.CSharp.AnonymousMethodStorey parentStorey) { }
- }
- public partial class AnonymousTypeClass : Mono.CSharp.CompilerGeneratedContainer
- {
- internal AnonymousTypeClass() : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public const string ClassNamePrefix = "<>__AnonType";
- public const string SignatureForError = "anonymous type";
- public System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public static Mono.CSharp.AnonymousTypeClass Create(Mono.CSharp.TypeContainer parent, System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.Location loc) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousTypeParameter : Mono.CSharp.ShimExpression
- {
- public readonly string Name;
- public AnonymousTypeParameter(Mono.CSharp.Expression initializer, string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public AnonymousTypeParameter(Mono.CSharp.Parameter parameter) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object o) { throw null; }
- protected virtual void Error_InvalidInitializer(Mono.CSharp.ResolveContext ec, string initializer) { }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AParametersCollection
- {
- protected bool has_arglist;
- protected bool has_params;
- protected Mono.CSharp.IParameterData[] parameters;
- protected Mono.CSharp.TypeSpec[] types;
- protected AParametersCollection() { }
- public System.Reflection.CallingConventions CallingConvention { get { throw null; } }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeSpec ExtensionMethodType { get { throw null; } }
- public Mono.CSharp.IParameterData[] FixedParameters { get { throw null; } }
- public bool HasArglist { get { throw null; } }
- public bool HasExtensionMethodType { get { throw null; } }
- public bool HasParams { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public Mono.CSharp.TypeSpec[] Types { get { throw null; } set { } }
- public System.Type[] GetMetaInfo() { throw null; }
- public static System.Reflection.ParameterAttributes GetParameterAttribute(Mono.CSharp.Parameter.Modifier modFlags) { throw null; }
- public int GetParameterIndexByName(string name) { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetSignatureForError(string start, string end, int count) { throw null; }
- public static bool HasSameParameterDefaults(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public Mono.CSharp.AParametersCollection Inflate(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public string ParameterDesc(int pos) { throw null; }
- }
- public partial class Arglist : Mono.CSharp.Expression
- {
- public Arglist(Mono.CSharp.Arguments args, Mono.CSharp.Location l) { }
- public Arglist(Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public System.Type[] ArgumentTypes { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistAccess : Mono.CSharp.Expression
- {
- public ArglistAccess(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistParameter : Mono.CSharp.Parameter
- {
- public ArglistParameter(Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class Argument
- {
- public readonly Mono.CSharp.Argument.AType ArgType;
- public Mono.CSharp.Expression Expr;
- public Argument(Mono.CSharp.Expression expr) { }
- public Argument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType type) { }
- public bool IsByRef { get { throw null; } }
- public bool IsDefaultArgument { get { throw null; } }
- public bool IsExtensionType { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier Modifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } }
- public Mono.CSharp.Argument Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- public Mono.CSharp.Argument Clone(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Argument EmitToField(Mono.CSharp.EmitContext ec, bool cloneResult) { throw null; }
- public void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public string GetSignatureForError() { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext ec) { }
- public bool ResolveMethodGroup(Mono.CSharp.ResolveContext ec) { throw null; }
- public enum AType : byte
- {
- ConditionalAccessFlag = (byte)128,
- Default = (byte)3,
- DynamicTypeName = (byte)4,
- ExtensionType = (byte)5,
- ExtensionTypeConditionalAccess = (byte)133,
- None = (byte)0,
- Out = (byte)2,
- Ref = (byte)1,
- }
- }
- public partial class Arguments
- {
- public Arguments(int capacity) { }
- public int Count { get { throw null; } }
- public bool HasDynamic { get { throw null; } }
- public bool HasNamed { get { throw null; } }
- public Mono.CSharp.Argument this[int index] { get { throw null; } set { } }
- public void Add(Mono.CSharp.Argument arg) { }
- public void AddRange(Mono.CSharp.Arguments args) { }
- public void CheckArrayAsAttribute(Mono.CSharp.CompilerContext ctx) { }
- public Mono.CSharp.Arguments Clone(Mono.CSharp.CloneContext ctx) { throw null; }
- public bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.ArrayInitializer CreateDynamicBinderArguments(Mono.CSharp.ResolveContext rc) { throw null; }
- public static Mono.CSharp.Arguments CreateForExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args, params Mono.CSharp.Expression[] e) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Arguments Emit(Mono.CSharp.EmitContext ec, bool dup_args, bool prepareAwait) { throw null; }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc, System.Collections.Generic.List<Mono.CSharp.MovableArgument> movable=null) { }
- public System.Collections.Generic.List<Mono.CSharp.Argument>.Enumerator GetEnumerator() { throw null; }
- public void Insert(int index, Mono.CSharp.Argument arg) { }
- public static System.Linq.Expressions.Expression[] MakeExpression(Mono.CSharp.Arguments args, Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Arguments MarkOrderedArgument(Mono.CSharp.NamedArgument a) { throw null; }
- public void RemoveAt(int index) { }
- public void Resolve(Mono.CSharp.ResolveContext ec, out bool dynamic) { dynamic = default(bool); }
- }
- public partial class ArrayAccess : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public ArrayAccess(Mono.CSharp.ElementAccess ea_data, Mono.CSharp.Location l) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void SetConditionalAccessReceiver() { }
- }
- public partial class ArrayContainer : Mono.CSharp.ElementTypeSpec
- {
- internal ArrayContainer() : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(System.Type)) { }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public int Rank { get { throw null; } }
- public System.Reflection.MethodInfo GetAddressMethod() { throw null; }
- public System.Reflection.MethodInfo GetConstructor() { throw null; }
- public System.Reflection.MethodInfo GetGetMethod() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- protected override string GetPostfixSignature() { throw null; }
- public static string GetPostfixSignature(int rank) { throw null; }
- public System.Reflection.MethodInfo GetSetMethod() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element, int rank) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeRankPair : System.IEquatable<Mono.CSharp.ArrayContainer.TypeRankPair>
- {
- public TypeRankPair(Mono.CSharp.TypeSpec ts, int rank) { throw null;}
- public bool Equals(Mono.CSharp.ArrayContainer.TypeRankPair other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public partial class ArrayCreation : Mono.CSharp.Expression
- {
- protected System.Collections.Generic.List<Mono.CSharp.Expression> arguments;
- protected System.Collections.Generic.List<Mono.CSharp.Expression> array_data;
- protected Mono.CSharp.TypeSpec array_element_type;
- protected int dimensions;
- protected readonly Mono.CSharp.ComposedTypeSpecifier rank;
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, System.Collections.Generic.List<Mono.CSharp.Expression> exprs, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location l) { }
- public Mono.CSharp.ArrayInitializer Initializers { get { throw null; } }
- public bool NoEmptyInterpolation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ComposedTypeSpecifier Rank { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected sealed override Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveArrayElement(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression element) { throw null; }
- protected bool ResolveInitializers(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ArrayIndexCast : Mono.CSharp.TypeCast
- {
- public ArrayIndexCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArrayInitializer : Mono.CSharp.Expression
- {
- public ArrayInitializer(Mono.CSharp.Location loc) { }
- public ArrayInitializer(System.Collections.Generic.List<Mono.CSharp.Expression> init, Mono.CSharp.Location loc) { }
- public ArrayInitializer(int count, Mono.CSharp.Location loc) { }
- public int Count { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Expression> Elements { get { throw null; } }
- public Mono.CSharp.Expression this[int index] { get { throw null; } }
- public Mono.CSharp.BlockVariable VariableDeclaration { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Expression expr) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class As : Mono.CSharp.Probe
- {
- public As(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class AssemblyBuilderExtension
- {
- protected readonly Mono.CSharp.CompilerContext ctx;
- public AssemblyBuilderExtension(Mono.CSharp.CompilerContext ctx) { }
- public virtual System.Reflection.Module AddModule(string module) { throw null; }
- public virtual void AddPermissionRequests(System.Security.PermissionSet[] permissions) { }
- public virtual void AddTypeForwarder(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public virtual void DefineWin32IconResource(string fileName) { }
- public virtual System.Reflection.AssemblyName[] GetReferencedAssemblies() { throw null; }
- public virtual void SetAlgorithmId(uint value, Mono.CSharp.Location loc) { }
- public virtual void SetCulture(string culture, Mono.CSharp.Location loc) { }
- public virtual void SetFlags(uint flags, Mono.CSharp.Location loc) { }
- public virtual void SetVersion(System.Version version, Mono.CSharp.Location loc) { }
- }
- public abstract partial class AssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- protected System.Collections.Generic.List<Mono.CSharp.ImportedModuleDefinition> added_modules;
- public System.Reflection.Emit.AssemblyBuilder Builder;
- protected Mono.CSharp.AssemblyBuilderExtension builder_extra;
- protected readonly string file_name;
- protected Mono.CSharp.ModuleContainer module;
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name) { }
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name, string fileName) { }
- public Mono.CSharp.Attribute CLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.Method EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.MetadataImporter Importer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsSatelliteAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- bool Mono.CSharp.IAssemblyDefinition.IsMissing { get { throw null; } }
- public string Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolWriter { get { throw null; } }
- public bool WrapNonExceptionThrows { get { throw null; } }
- public void AddModule(Mono.CSharp.ImportedModuleDefinition module) { }
- public void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected System.Reflection.AssemblyName CreateAssemblyName() { throw null; }
- public virtual System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public void EmbedResources() { }
- public virtual void Emit() { }
- protected virtual System.Collections.Generic.List<Mono.CSharp.AssemblyReferenceMessageInfo> GetNotUnifiedReferences(System.Reflection.AssemblyName assemblyName) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void Resolve() { }
- protected void ResolveAssemblySecurityAttributes() { }
- public void Save() { }
- protected virtual void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyDefinitionDynamic : Mono.CSharp.AssemblyDefinition
- {
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name, string fileName) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public bool Create(System.AppDomain domain, System.Reflection.Emit.AssemblyBuilderAccess access) { throw null; }
- public override System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public System.Reflection.Module IncludeModule(string moduleFile) { throw null; }
- protected override void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyReferenceMessageInfo
- {
- public AssemblyReferenceMessageInfo(System.Reflection.AssemblyName dependencyName, System.Action<Mono.CSharp.Report> reportMessage) { }
- public System.Reflection.AssemblyName DependencyName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Action<Mono.CSharp.Report> ReportMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class AssemblyResource : System.IEquatable<Mono.CSharp.AssemblyResource>
- {
- public AssemblyResource(string fileName, string name) { }
- public AssemblyResource(string fileName, string name, bool isPrivate) { }
- public System.Reflection.ResourceAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsEmbeded { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.AssemblyResource other) { throw null; }
- }
- public abstract partial class Assign : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression source;
- protected Mono.CSharp.Expression target;
- protected Assign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Source { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.Expression Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class AsyncInitializer : Mono.CSharp.StateMachineInitializer
- {
- public AsyncInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.TypeSpec DelegateType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.StackFieldExpr HoistedReturnState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } }
- protected override Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCatchBlock(Mono.CSharp.EmitContext ec) { }
- protected override void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public abstract partial class Attributable
- {
- protected Mono.CSharp.Attributes attributes;
- protected Attributable() { }
- public abstract System.AttributeTargets AttributeTargets { get; }
- public Mono.CSharp.Attributes OptAttributes { get { throw null; } set { } }
- public abstract string[] ValidAttributeTargets { get; }
- public void AddAttributes(Mono.CSharp.Attributes attrs, Mono.CSharp.IMemberContext context) { }
- public abstract void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa);
- public abstract bool IsClsComplianceRequired();
- }
- public partial class Attribute
- {
- public static readonly System.AttributeUsageAttribute DefaultUsageAttribute;
- public static readonly object[] EmptyObject;
- public readonly string ExplicitTarget;
- public System.AttributeTargets Target;
- public Mono.CSharp.TypeSpec Type;
- public Attribute(string target, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Arguments[] args, Mono.CSharp.Location loc, bool nameEscaped) { }
- public bool HasSecurityAttribute { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.Arguments NamedArguments { get { throw null; } }
- public Mono.CSharp.Arguments PositionalArguments { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public bool ResolveError { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression TypeExpression { get { throw null; } }
- public void AttachTo(Mono.CSharp.Attributable target, Mono.CSharp.IMemberContext context) { }
- public bool CheckTarget() { throw null; }
- public Mono.CSharp.Attribute Clone() { throw null; }
- public Mono.CSharp.ResolveContext CreateResolveContext() { throw null; }
- public void Emit(System.Collections.Generic.Dictionary<Mono.CSharp.Attribute, System.Collections.Generic.List<Mono.CSharp.Attribute>> allEmitted) { }
- public override bool Equals(object obj) { throw null; }
- public static void Error_AttributeArgumentIsDynamic(Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { }
- public void Error_InvalidArgumentValue(Mono.CSharp.TypeSpec attributeType) { }
- public void Error_InvalidSecurityParent() { }
- public void Error_MissingGuidAttribute() { }
- public void Error_MisusedDynamicAttribute() { }
- public void Error_MisusedExtensionAttribute() { }
- public void ExtractSecurityPermissionSet(Mono.CSharp.MethodSpec ctor, ref System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> permissions) { }
- public Mono.CSharp.TypeSpec GetArgumentType() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsageAttribute() { throw null; }
- public bool GetBoolean() { throw null; }
- public System.Runtime.InteropServices.CharSet GetCharSetValue() { throw null; }
- public bool GetClsCompliantAttributeValue() { throw null; }
- public Mono.CSharp.TypeSpec GetCoClassAttributeValue() { throw null; }
- public string GetConditionalAttributeValue() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetIndexerAttributeValue() { throw null; }
- public System.Runtime.CompilerServices.MethodImplOptions GetMethodImplOptions() { throw null; }
- public Mono.CSharp.Constant GetNamedValue(string name) { throw null; }
- public System.ObsoleteAttribute GetObsoleteAttribute() { throw null; }
- public Mono.CSharp.Expression GetParameterDefaultValue() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetString() { throw null; }
- public string GetValidTargets() { throw null; }
- public bool HasField(string fieldName) { throw null; }
- public bool IsExplicitLayoutKind() { throw null; }
- public bool IsInternalCall() { throw null; }
- public static bool IsValidArgumentType(Mono.CSharp.TypeSpec t) { throw null; }
- public bool IsValidSecurityAttribute() { throw null; }
- public Mono.CSharp.MethodSpec Resolve() { throw null; }
- public Mono.CSharp.TypeSpec ResolveTypeForComparison() { throw null; }
- public void SetOwner(Mono.CSharp.Attributable owner) { }
- }
- public sealed partial class AttributeEncoder
- {
- public static readonly byte[] Empty;
- public AttributeEncoder() { }
- public Mono.CSharp.AttributeEncoder.EncodedTypeProperties Encode(Mono.CSharp.TypeSpec type) { throw null; }
- public void Encode(bool value) { }
- public void Encode(byte value) { }
- public void Encode(double value) { }
- public void Encode(short value) { }
- public void Encode(int value) { }
- public void Encode(long value) { }
- public void Encode(sbyte value) { }
- public void Encode(float value) { }
- public void Encode(string value) { }
- public void Encode(ushort value) { }
- public void Encode(uint value) { }
- public void Encode(ulong value) { }
- public void EncodeEmptyNamedArguments() { }
- public void EncodeNamedArguments<T>(T[] members, Mono.CSharp.Constant[] values) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- public void EncodeNamedFieldArgument(Mono.CSharp.FieldSpec field, Mono.CSharp.Constant value) { }
- public void EncodeNamedPropertyArgument(Mono.CSharp.PropertySpec property, Mono.CSharp.Constant value) { }
- public void EncodeTypeName(Mono.CSharp.TypeContainer type) { }
- public void EncodeTypeName(Mono.CSharp.TypeSpec type) { }
- public byte[] ToArray() { throw null; }
- [System.FlagsAttribute]
- public enum EncodedTypeProperties
- {
- DynamicType = 1,
- None = 0,
- TypeParameter = 2,
- }
- }
- public partial class Attributes
- {
- public readonly System.Collections.Generic.List<Mono.CSharp.Attribute> Attrs;
- public Attributes(Mono.CSharp.Attribute a) { }
- public Attributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AddAttribute(Mono.CSharp.Attribute attr) { }
- public void AddAttributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public static void AttachFromPartial(Mono.CSharp.Attributable target, Mono.CSharp.Attributable partialSrc) { }
- public void AttachTo(Mono.CSharp.Attributable attributable, Mono.CSharp.IMemberContext context) { }
- public bool CheckTargets() { throw null; }
- public Mono.CSharp.Attributes Clone() { throw null; }
- public bool Contains(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public void ConvertGlobalAttributes(Mono.CSharp.TypeContainer member, Mono.CSharp.NamespaceContainer currentNamespace, bool isGlobal) { }
- public void Emit() { }
- public bool HasResolveError() { throw null; }
- public Mono.CSharp.Attribute Search(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute Search(string explicitTarget, Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute[] SearchMulti(Mono.CSharp.PredefinedAttribute t) { throw null; }
- }
- public abstract partial class ATypeNameExpression : Mono.CSharp.FullNamedExpression
- {
- protected Mono.CSharp.TypeArguments targs;
- protected ATypeNameExpression(string name, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, int arity, Mono.CSharp.Location l) { }
- public int Arity { get { throw null; } }
- public bool HasTypeArguments { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.TypeArguments TypeArguments { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static string GetMemberType(Mono.CSharp.MemberCore mc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restriction);
- }
- public partial class Await : Mono.CSharp.ExpressionStatement
- {
- public Await(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.AwaitStatement Statement { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.FieldExpr field) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class AwaiterDefinition
- {
- public AwaiterDefinition() { }
- public Mono.CSharp.MethodSpec GetResult { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool INotifyCompletion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.PropertySpec IsCompleted { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsValidPattern { get { throw null; } }
- }
- public partial class AwaitStatement : Mono.CSharp.YieldStatement<Mono.CSharp.AsyncInitializer>
- {
- public AwaitStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.TypeSpec ResultType { get { throw null; } }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public void EmitPrologue(Mono.CSharp.EmitContext ec) { }
- public void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Expression GetResultExpression(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public sealed partial class AwaitableMemberAccess : Mono.CSharp.MemberAccess
- {
- public AwaitableMemberAccess(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(string)) { }
- public bool ProbingMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, string name) { }
- }
- }
- public partial class BaseThis : Mono.CSharp.This
- {
- public BaseThis(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BaseThis(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- }
- public partial class Binary : Mono.CSharp.Expression
- {
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.State state) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, bool isCompound) { }
- public bool IsCompound { get { throw null; } }
- public Mono.CSharp.Expression Left { get { throw null; } }
- public Mono.CSharp.Binary.Operator Oper { get { throw null; } }
- public Mono.CSharp.Expression Right { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Operator.OpType ConvertBinaryToUserOperator(Mono.CSharp.Binary.Operator op) { throw null; }
- public Mono.CSharp.Expression CreateCallSiteBinder(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression method) { throw null; }
- public Mono.CSharp.Expression CreateLiftedValueTypeResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec valueType) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreatePointerOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public static void EmitOperatorOpcode(Mono.CSharp.EmitContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.TypeSpec l, Mono.CSharp.Expression right) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Location loc) { }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, string oper, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public static Mono.CSharp.ConvCast.Mode GetEnumResultCast(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { throw null; }
- public Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext rc) { throw null; }
- [System.FlagsAttribute]
- public enum Operator
- {
- Addition = 2083,
- AdditionMask = 2048,
- ArithmeticMask = 32,
- BitwiseAnd = 525,
- BitwiseMask = 512,
- BitwiseOr = 527,
- ComparisonMask = 128,
- DecomposedMask = 524288,
- Division = 33,
- Equality = 395,
- EqualityMask = 256,
- ExclusiveOr = 526,
- GreaterThan = 8328,
- GreaterThanOrEqual = 8330,
- Inequality = 396,
- LeftShift = 69,
- LessThan = 8327,
- LessThanOrEqual = 8329,
- LogicalAnd = 1040,
- LogicalMask = 1024,
- LogicalOr = 1041,
- Modulus = 34,
- Multiply = 32,
- NullableMask = 1048576,
- RelationalMask = 8192,
- RightShift = 70,
- ShiftMask = 64,
- Subtraction = 4132,
- SubtractionMask = 4096,
- ValuesOnlyMask = 31,
- }
- public partial class PredefinedOperator
- {
- protected readonly Mono.CSharp.TypeSpec left;
- protected readonly Mono.CSharp.TypeSpec left_unwrap;
- public readonly Mono.CSharp.Binary.Operator OperatorsMask;
- public Mono.CSharp.TypeSpec ReturnType;
- protected readonly Mono.CSharp.TypeSpec right;
- protected readonly Mono.CSharp.TypeSpec right_unwrap;
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public bool IsLifted { get { throw null; } }
- public virtual Mono.CSharp.Expression ConvertResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.Binary b) { throw null; }
- public virtual bool IsApplicable(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lexpr, Mono.CSharp.Expression rexpr) { throw null; }
- public bool IsPrimitiveApplicable(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype) { throw null; }
- public Mono.CSharp.Binary.PredefinedOperator ResolveBetterOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.PredefinedOperator best_operator) { throw null; }
- }
- [System.FlagsAttribute]
- public enum State : byte
- {
- Compound = (byte)2,
- None = (byte)0,
- UserOperatorsExcluded = (byte)4,
- }
- }
- [System.FlagsAttribute]
- public enum BindingRestriction
- {
- DeclaredOnly = 2,
- InstanceOnly = 4,
- NoAccessors = 8,
- None = 0,
- OverrideOnly = 16,
- }
- public partial class Block : Mono.CSharp.Statement
- {
- public Mono.CSharp.Location EndLocation;
- public Mono.CSharp.ExplicitBlock Explicit;
- protected Mono.CSharp.Block.Flags flags;
- public Mono.CSharp.ParametersBlock ParametersBlock;
- public Mono.CSharp.Block Parent;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> scope_initializers;
- public Mono.CSharp.Location StartLocation;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> statements;
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public bool IsCatchBlock { get { throw null; } }
- public bool IsCompilerGenerated { get { throw null; } set { } }
- public bool IsFinallyBlock { get { throw null; } }
- public Mono.CSharp.Block Original { get { throw null; } protected set { } }
- public System.Collections.Generic.List<Mono.CSharp.Statement> Statements { get { throw null; } }
- public bool Unchecked { get { throw null; } set { } }
- public bool Unsafe { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddLabel(Mono.CSharp.LabeledStatement target) { }
- public void AddLocalName(Mono.CSharp.LocalVariable li) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li) { }
- public void AddScopeStatement(Mono.CSharp.Statement s) { }
- public void AddStatement(Mono.CSharp.Statement s) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected void EmitScopeInitializers(Mono.CSharp.EmitContext ec) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public virtual void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void InsertStatement(int index, Mono.CSharp.Statement s) { }
- public Mono.CSharp.LabeledStatement LookupLabel(string name) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void MarkReachableScope(Mono.CSharp.Reachability rc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ScanGotoJump(Mono.CSharp.Statement label) { }
- public void ScanGotoJump(Mono.CSharp.Statement label, Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetEndLocation(Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- AwaitBlock = 8192,
- CatchBlock = 32768,
- CompilerGenerated = 512,
- FinallyBlock = 16384,
- HasAsyncModifier = 1024,
- HasCapturedThis = 128,
- HasCapturedVariable = 64,
- HasReferenceToStoreyForInstanceLambdas = 65536,
- InitializationEmitted = 4194304,
- IsExpressionTree = 256,
- Iterator = 1048576,
- NoFlowAnalysis = 2097152,
- ReachableEnd = 8,
- Resolved = 2048,
- Unchecked = 1,
- Unsafe = 16,
- YieldBlock = 4096,
- }
- }
- public partial class BlockConstant : Mono.CSharp.BlockVariable
- {
- public BlockConstant(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockContext : Mono.CSharp.ResolveContext
- {
- public int AssignmentInfoOffset;
- public BlockContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public BlockContext(Mono.CSharp.ResolveContext rc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public Mono.CSharp.ExceptionStatement CurrentTryBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryCatch CurrentTryCatch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoop { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoopOrSwitch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.Switch Switch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class BlockVariable : Mono.CSharp.Statement
- {
- protected System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> declarators;
- protected Mono.CSharp.LocalVariable li;
- protected Mono.CSharp.FullNamedExpression type_expr;
- public BlockVariable(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) { }
- protected BlockVariable(Mono.CSharp.LocalVariable li) { }
- public System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddDeclarator(Mono.CSharp.BlockVariableDeclarator decl) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public bool Resolve(Mono.CSharp.BlockContext bc, bool resolveDeclaratorInitializers) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockVariableDeclarator
- {
- public BlockVariableDeclarator(Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public virtual Mono.CSharp.BlockVariableDeclarator Clone(Mono.CSharp.CloneContext cloneCtx) { throw null; }
- }
- public partial class BoolConstant : Mono.CSharp.Constant
- {
- public readonly bool Value;
- public BoolConstant(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BoolConstant(Mono.CSharp.TypeSpec type, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class BooleanExpression : Mono.CSharp.ShimExpression
- {
- public BooleanExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class BooleanExpressionFalse : Mono.CSharp.Unary
- {
- public BooleanExpressionFalse(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class BoolLiteral : Mono.CSharp.BoolConstant, Mono.CSharp.ILiteralConstant
- {
- public BoolLiteral(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(bool), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class BoxedCast : Mono.CSharp.TypeCast
- {
- public BoxedCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class Break : Mono.CSharp.LocalExitStatement
- {
- public Break(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class BuilderContext
- {
- protected Mono.CSharp.BuilderContext.Options flags;
- public BuilderContext() { }
- public bool HasSet(Mono.CSharp.BuilderContext.Options options) { throw null; }
- public Mono.CSharp.BuilderContext.FlagsHandle With(Mono.CSharp.BuilderContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.BuilderContext ec, Mono.CSharp.BuilderContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AccurateDebugInfo = 2,
- AsyncBody = 16,
- CheckedScope = 1,
- ConstructorScope = 8,
- OmitDebugInfo = 4,
- }
- }
- public partial class BuiltinTypes
- {
- public readonly Mono.CSharp.BuiltinTypeSpec Array;
- public readonly Mono.CSharp.BuiltinTypeSpec Attribute;
- public readonly Mono.CSharp.TypeSpec[] BinaryPromotionsTypes;
- public readonly Mono.CSharp.BuiltinTypeSpec Bool;
- public readonly Mono.CSharp.BuiltinTypeSpec Byte;
- public readonly Mono.CSharp.BuiltinTypeSpec Char;
- public readonly Mono.CSharp.BuiltinTypeSpec Decimal;
- public readonly Mono.CSharp.BuiltinTypeSpec Delegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Double;
- public readonly Mono.CSharp.BuiltinTypeSpec Dynamic;
- public readonly Mono.CSharp.BuiltinTypeSpec Enum;
- public readonly Mono.CSharp.BuiltinTypeSpec Exception;
- public readonly Mono.CSharp.BuiltinTypeSpec Float;
- public readonly Mono.CSharp.BuiltinTypeSpec IDisposable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerator;
- public readonly Mono.CSharp.BuiltinTypeSpec Int;
- public readonly Mono.CSharp.BuiltinTypeSpec IntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec Long;
- public readonly Mono.CSharp.BuiltinTypeSpec MulticastDelegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Object;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEquality;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryStandard;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryUnsafe;
- public readonly Mono.CSharp.TypeSpec[][] OperatorsUnary;
- public readonly Mono.CSharp.TypeSpec[] OperatorsUnaryMutator;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeFieldHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeTypeHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec SByte;
- public readonly Mono.CSharp.BuiltinTypeSpec Short;
- public readonly Mono.CSharp.BuiltinTypeSpec String;
- public readonly Mono.CSharp.BuiltinTypeSpec Type;
- public readonly Mono.CSharp.BuiltinTypeSpec UInt;
- public readonly Mono.CSharp.BuiltinTypeSpec UIntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec ULong;
- public readonly Mono.CSharp.BuiltinTypeSpec UShort;
- public readonly Mono.CSharp.BuiltinTypeSpec ValueType;
- public readonly Mono.CSharp.BuiltinTypeSpec Void;
- public BuiltinTypes() { }
- public Mono.CSharp.BuiltinTypeSpec[] AllTypes { get { throw null; } }
- public bool CheckDefinitions(Mono.CSharp.ModuleContainer module) { throw null; }
- }
- public sealed partial class BuiltinTypeSpec : Mono.CSharp.TypeSpec
- {
- public BuiltinTypeSpec(Mono.CSharp.MemberKind kind, string ns, string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public BuiltinTypeSpec(string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public override Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public string FullName { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- public static int GetSize(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveType(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveTypeOrDecimal(Mono.CSharp.TypeSpec type) { throw null; }
- public void SetDefinition(Mono.CSharp.ITypeDefinition td, System.Type type, Mono.CSharp.Modifiers mod) { }
- public void SetDefinition(Mono.CSharp.TypeSpec ts) { }
- public enum Type
- {
- Array = 24,
- Attribute = 29,
- Bool = 1,
- Byte = 2,
- Char = 4,
- Decimal = 13,
- Delegate = 22,
- Double = 12,
- Dynamic = 17,
- Enum = 21,
- Exception = 28,
- FirstPrimitive = 1,
- Float = 11,
- IDisposable = 27,
- IEnumerable = 26,
- IEnumerator = 25,
- Int = 7,
- IntPtr = 14,
- LastPrimitive = 12,
- Long = 9,
- MulticastDelegate = 23,
- None = 0,
- Object = 16,
- Other = 30,
- SByte = 3,
- Short = 5,
- String = 18,
- Type = 19,
- UInt = 8,
- UIntPtr = 15,
- ULong = 10,
- UShort = 6,
- ValueType = 20,
- }
- }
- public partial class ByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly byte Value;
- public ByteConstant(Mono.CSharp.BuiltinTypes types, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ByteConstant(Mono.CSharp.TypeSpec type, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Cast : Mono.CSharp.ShimExpression
- {
- public Cast(Mono.CSharp.Expression cast_type, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression TargetType { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Catch : Mono.CSharp.Statement
- {
- public Catch(Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.TypeSpec CatchType { get { throw null; } }
- public Mono.CSharp.Expression Filter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsGeneral { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class CatchFilterExpression : Mono.CSharp.BooleanExpression
- {
- public CatchFilterExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- }
- public partial class CharConstant : Mono.CSharp.Constant
- {
- public readonly char Value;
- public CharConstant(Mono.CSharp.BuiltinTypes types, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public CharConstant(Mono.CSharp.TypeSpec type, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class CharLiteral : Mono.CSharp.CharConstant, Mono.CSharp.ILiteralConstant
- {
- public CharLiteral(Mono.CSharp.BuiltinTypes types, char c, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(char), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Checked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Checked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class CheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public CheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public sealed partial class Class : Mono.CSharp.ClassOrStruct
- {
- public Class(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override string[] ConditionalConditions() { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public override void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- }
- public sealed partial class ClassCast : Mono.CSharp.TypeCast
- {
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, bool forced) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ClassOrStruct : Mono.CSharp.TypeDefinition
- {
- protected Mono.CSharp.Constructor generated_primary_constructor;
- public const System.Reflection.TypeAttributes StaticClassAttribute = (System.Reflection.TypeAttributes)(384);
- protected ClassOrStruct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.ToplevelBlock PrimaryConstructorBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual Mono.CSharp.Constructor DefineDefaultConstructor(bool is_static) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- }
- public partial class CloneContext
- {
- public CloneContext() { }
- public void AddBlockMap(Mono.CSharp.Block from, Mono.CSharp.Block to) { }
- public Mono.CSharp.Block LookupBlock(Mono.CSharp.Block from) { throw null; }
- public Mono.CSharp.Block RemapBlockCopy(Mono.CSharp.Block from) { throw null; }
- }
- public partial class CollectionOrObjectInitializers : Mono.CSharp.ExpressionStatement
- {
- public CollectionOrObjectInitializers(Mono.CSharp.Location loc) { }
- public CollectionOrObjectInitializers(System.Collections.Generic.IList<Mono.CSharp.Expression> initializers, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.IList<Mono.CSharp.Expression> Initializers { get { throw null; } }
- public bool IsCollectionInitializer { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool inferType) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class CommandLineParser
- {
- public CommandLineParser(System.IO.TextWriter errorOutput) { }
- public CommandLineParser(System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) { }
- public bool HasBeenStopped { get { throw null; } }
- public event System.Func<string[], int, int> UnknownOptionHandler { add { } remove { } }
- public bool ParseArguments(Mono.CSharp.CompilerSettings settings, string[] args) { throw null; }
- public Mono.CSharp.CompilerSettings ParseArguments(string[] args) { throw null; }
- public bool ProcessWarningsList(string text, System.Action<int> action) { throw null; }
- }
- public partial class Comparer : System.Collections.IComparer
- {
- internal Comparer() { }
- public int Compare(object a, object b) { throw null; }
- public static System.Reflection.EventInfo[] Sort(System.Reflection.EventInfo[] inf) { throw null; }
- public static System.Reflection.MemberInfo[] Sort(System.Reflection.MemberInfo[] inf) { throw null; }
- public static System.Reflection.MethodBase[] Sort(System.Reflection.MethodBase[] inf) { throw null; }
- public static System.Reflection.PropertyInfo[] Sort(System.Reflection.PropertyInfo[] inf) { throw null; }
- }
- public partial class CompilationSourceFile : Mono.CSharp.NamespaceContainer
- {
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent, Mono.CSharp.SourceFile sourceFile) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public string FileName { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry SymbolUnitEntry { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDefine(string value) { }
- public void AddIncludeFile(Mono.CSharp.SourceFile file) { }
- public void AddUndefine(string value) { }
- public bool IsConditionalDefined(string value) { throw null; }
- public override void PrepareEmit() { }
- }
- public delegate void CompiledMethod(ref object retvalue);
- public partial class CompilerCallableEntryPoint : System.MarshalByRefObject
- {
- public CompilerCallableEntryPoint() { }
- public static int[] AllWarningNumbers { get { throw null; } }
- public static bool InvokeCompiler(string[] args, System.IO.TextWriter error) { throw null; }
- public static void PartialReset() { }
- public static void Reset() { }
- public static void Reset(bool full_flag) { }
- }
- public partial class CompilerContext
- {
- public CompilerContext(Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool IsRuntimeBinder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.CompilerSettings Settings { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public Mono.CSharp.SourceFile LookupFile(Mono.CSharp.CompilationSourceFile comp_unit, string name) { throw null; }
- }
- public abstract partial class CompilerGeneratedContainer : Mono.CSharp.ClassOrStruct
- {
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected void CheckMembersDefined() { }
- protected override bool DoDefineMembers() { throw null; }
- protected static Mono.CSharp.MemberName MakeMemberName(Mono.CSharp.MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { throw null; }
- public static string MakeName(string host, string typePrefix, string name, int id) { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public partial class CompilerSettings
- {
- public System.Collections.Generic.List<string> AssemblyReferences;
- public System.Collections.Generic.List<System.Tuple<string, string>> AssemblyReferencesAliases;
- public bool BreakOnInternalError;
- public bool Checked;
- public int DebugFlags;
- public string DocumentationFile;
- public System.Text.Encoding Encoding;
- public bool EnhancedWarnings;
- public int FatalCounter;
- public bool GenerateDebugInfo;
- public System.Collections.Generic.List<string> GetResourceStrings;
- public bool LoadDefaultReferences;
- public string MainClass;
- public System.Collections.Generic.List<string> Modules;
- public bool Optimize;
- public string OutputFile;
- public bool ParseOnly;
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> PathMap;
- public Mono.CSharp.Platform Platform;
- public System.Collections.Generic.List<string> ReferencesLookupPaths;
- public System.Collections.Generic.List<Mono.CSharp.AssemblyResource> Resources;
- public string RuntimeMetadataVersion;
- public string SdkVersion;
- public bool ShowFullPaths;
- public bool Stacktrace;
- public bool StatementMode;
- public bool StdLib;
- public Mono.CSharp.RuntimeVersion StdLibRuntimeVersion;
- public bool StrongNameDelaySign;
- public string StrongNameKeyContainer;
- public string StrongNameKeyFile;
- public int TabSize;
- public Mono.CSharp.Target Target;
- public string TargetExt;
- public bool Timestamps;
- public bool TokenizeOnly;
- public bool Unsafe;
- public int VerboseParserFlag;
- public bool VerifyClsCompliance;
- public Mono.CSharp.LanguageVersion Version;
- public int WarningLevel;
- public bool WarningsAreErrors;
- public string Win32IconFile;
- public string Win32ResourceFile;
- public bool WriteMetadataOnly;
- public CompilerSettings() { }
- public Mono.CSharp.SourceFile FirstSourceFile { get { throw null; } }
- public bool HasKeyFileOrContainer { get { throw null; } }
- public bool NeedsEntryPoint { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public void AddConditionalSymbol(string symbol) { }
- public void AddWarningAsError(int id) { }
- public void AddWarningOnly(int id) { }
- public bool IsConditionalSymbolDefined(string symbol) { throw null; }
- public bool IsWarningAsError(int code) { throw null; }
- public bool IsWarningDisabledGlobally(int code) { throw null; }
- public bool IsWarningEnabled(int code, int level) { throw null; }
- public void SetIgnoreWarning(int code) { }
- }
- public abstract partial class CompletingExpression : Mono.CSharp.ExpressionStatement
- {
- protected CompletingExpression() { }
- public static void AppendResults(System.Collections.Generic.List<string> results, string prefix, System.Collections.Generic.IEnumerable<string> names) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompletionElementInitializer : Mono.CSharp.CompletingExpression
- {
- public CompletionElementInitializer(string partial_name, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class CompletionMemberAccess : Mono.CSharp.CompletingExpression
- {
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.Location l) { }
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class CompletionResult : System.Exception
- {
- public CompletionResult(string base_text, string[] res) { }
- public string BaseText { get { throw null; } }
- public string[] Result { get { throw null; } }
- }
- public partial class CompletionSimpleName : Mono.CSharp.CompletingExpression
- {
- public string Prefix;
- public CompletionSimpleName(string prefix, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ComposedCast : Mono.CSharp.TypeExpr
- {
- public ComposedCast(Mono.CSharp.FullNamedExpression left, Mono.CSharp.ComposedTypeSpecifier spec) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class ComposedTypeSpecifier
- {
- public readonly int Dimension;
- public readonly Mono.CSharp.Location Location;
- public static readonly Mono.CSharp.ComposedTypeSpecifier SingleDimension;
- public ComposedTypeSpecifier(int specifier, Mono.CSharp.Location loc) { }
- public bool IsNullable { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Next { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.ComposedTypeSpecifier CreateArrayDimension(int dimension, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreateNullable(Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreatePointer(Mono.CSharp.Location loc) { throw null; }
- public string GetSignatureForError() { throw null; }
- }
- public abstract partial class CompositeExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected CompositeExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompoundAssign : Mono.CSharp.Assign
- {
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Expression left) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Binary.Operator Operator { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- public sealed partial class TargetExpression : Mono.CSharp.Expression
- {
- public TargetExpression(Mono.CSharp.Expression child) { }
- public bool RequiresEmitWithAwait { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- }
- }
- public partial class Conditional : Mono.CSharp.Expression
- {
- public Conditional(Mono.CSharp.Expression expr, Mono.CSharp.Expression true_expr, Mono.CSharp.Expression false_expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression FalseExpr { get { throw null; } }
- public Mono.CSharp.Expression TrueExpr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConditionalAccessContext
- {
- public ConditionalAccessContext(Mono.CSharp.TypeSpec type, System.Reflection.Emit.Label endLabel) { }
- public System.Reflection.Emit.Label EndLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class ConditionalLogicalOperator : Mono.CSharp.UserOperatorCall
- {
- public ConditionalLogicalOperator(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments arguments, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, bool is_and, Mono.CSharp.Location loc) : base (default(Mono.CSharp.MethodSpec), default(Mono.CSharp.Arguments), default(System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression>), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ConditionalMemberAccess : Mono.CSharp.MemberAccess
- {
- public ConditionalMemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ConsoleReportPrinter : Mono.CSharp.StreamReportPrinter
- {
- public ConsoleReportPrinter() : base (default(System.IO.TextWriter)) { }
- public ConsoleReportPrinter(System.IO.TextWriter writer) : base (default(System.IO.TextWriter)) { }
- protected override string FormatText(string txt) { throw null; }
- }
- public partial class Const : Mono.CSharp.FieldBase
- {
- public Const(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public void DefineValue() { }
- public override void Emit() { }
- public static void Error_InvalidConstantType(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- public override void PrepareEmit() { }
- }
- public abstract partial class Constant : Mono.CSharp.Expression
- {
- protected Constant(Mono.CSharp.Location loc) { }
- public abstract bool IsDefaultValue { get; }
- public virtual bool IsLiteral { get { throw null; } }
- public abstract bool IsNegative { get; }
- public virtual bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public virtual bool IsZeroInteger { get { throw null; } }
- public sealed override Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public abstract Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type);
- public virtual Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.Constant CreateConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public static Mono.CSharp.Constant ExtractConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public virtual object GetTypedValue() { throw null; }
- public abstract object GetValue();
- public abstract string GetValueAsLiteral();
- public abstract long GetValueAsLong();
- public Mono.CSharp.Constant ImplicitConversionRequired(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsDefaultInitializer(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Constant Reduce(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target_type) { throw null; }
- public new bool Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CSharp.Constant TryReduce(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec targetType) { throw null; }
- }
- public partial class ConstantExpr : Mono.CSharp.MemberExpr
- {
- public ConstantExpr(Mono.CSharp.ConstSpec constant, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public static partial class ConstantFold
- {
- public static Mono.CSharp.Constant BinaryFold(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Constant left, Mono.CSharp.Constant right, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreateBinaryPromotionsTypes(Mono.CSharp.BuiltinTypes types) { throw null; }
- }
- public partial class ConstInitializer : Mono.CSharp.ShimExpression
- {
- public ConstInitializer(Mono.CSharp.FieldBase field, Mono.CSharp.Expression value, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext unused) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveInitializer(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class Constraints
- {
- public Constraints(Mono.CSharp.SimpleMemberName tparam, System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> constraints, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public Mono.CSharp.SimpleMemberName TypeParameter { get { throw null; } }
- public static bool CheckConflictingInheritedConstraint(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec bb, Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { throw null; }
- public void CheckGenericConstraints(Mono.CSharp.IMemberContext context, bool obsoleteCheck) { }
- public static void Error_ConflictingConstraints(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameterSpec tp, Mono.CSharp.TypeSpec ba, Mono.CSharp.TypeSpec bb, Mono.CSharp.Location loc) { }
- public bool Resolve(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameter tp) { throw null; }
- public void VerifyClsCompliance(Mono.CSharp.Report report) { }
- }
- public partial class Constructor : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- public const Mono.CSharp.Modifiers AllowedModifiers = (Mono.CSharp.Modifiers)(10383);
- public System.Reflection.Emit.ConstructorBuilder ConstructorBuilder;
- public static readonly string ConstructorName;
- public Mono.CSharp.ConstructorInitializer Initializer;
- public static readonly string TypeConstructorName;
- public Constructor(Mono.CSharp.TypeDefinition parent, string name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCompliantArgs { get { throw null; } }
- public bool IsPrimaryConstructor { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsDefault() { throw null; }
- Mono.CSharp.EmitContext Mono.CSharp.IMethodData.CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class ConstructorBaseInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorBaseInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class ConstructorInitializer : Mono.CSharp.ExpressionStatement
- {
- protected ConstructorInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConstructorThisInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorThisInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public partial class ConstSpec : Mono.CSharp.FieldSpec
- {
- public ConstSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo fi, Mono.CSharp.Modifiers mod, Mono.CSharp.Expression value) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.FieldInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Expression Value { get { throw null; } }
- public Mono.CSharp.Constant GetConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class ContextualReturn : Mono.CSharp.Return
- {
- public ContextualReturn(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Continue : Mono.CSharp.LocalExitStatement
- {
- public Continue(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ConvCast : Mono.CSharp.TypeCast
- {
- public ConvCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, Mono.CSharp.ConvCast.Mode m) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.ConvCast.Mode mode) { }
- public override string ToString() { throw null; }
- public enum Mode : byte
- {
- CH_I1 = (byte)48,
- CH_I2 = (byte)50,
- CH_U1 = (byte)49,
- I1_CH = (byte)4,
- I1_U1 = (byte)0,
- I1_U2 = (byte)1,
- I1_U4 = (byte)2,
- I1_U8 = (byte)3,
- I2_CH = (byte)12,
- I2_I1 = (byte)7,
- I2_U1 = (byte)8,
- I2_U2 = (byte)9,
- I2_U4 = (byte)10,
- I2_U8 = (byte)11,
- I4_CH = (byte)23,
- I4_I1 = (byte)17,
- I4_I2 = (byte)19,
- I4_U1 = (byte)18,
- I4_U2 = (byte)20,
- I4_U4 = (byte)21,
- I4_U8 = (byte)22,
- I8_CH = (byte)37,
- I8_I = (byte)38,
- I8_I1 = (byte)30,
- I8_I2 = (byte)32,
- I8_I4 = (byte)34,
- I8_U1 = (byte)31,
- I8_U2 = (byte)33,
- I8_U4 = (byte)35,
- I8_U8 = (byte)36,
- I_I8 = (byte)70,
- R4_CH = (byte)59,
- R4_I1 = (byte)51,
- R4_I2 = (byte)53,
- R4_I4 = (byte)55,
- R4_I8 = (byte)57,
- R4_U1 = (byte)52,
- R4_U2 = (byte)54,
- R4_U4 = (byte)56,
- R4_U8 = (byte)58,
- R8_CH = (byte)68,
- R8_I1 = (byte)60,
- R8_I2 = (byte)62,
- R8_I4 = (byte)64,
- R8_I8 = (byte)66,
- R8_R4 = (byte)69,
- R8_U1 = (byte)61,
- R8_U2 = (byte)63,
- R8_U4 = (byte)65,
- R8_U8 = (byte)67,
- U1_CH = (byte)6,
- U1_I1 = (byte)5,
- U2_CH = (byte)16,
- U2_I1 = (byte)13,
- U2_I2 = (byte)15,
- U2_U1 = (byte)14,
- U4_CH = (byte)29,
- U4_I1 = (byte)24,
- U4_I2 = (byte)26,
- U4_I4 = (byte)28,
- U4_U1 = (byte)25,
- U4_U2 = (byte)27,
- U8_CH = (byte)46,
- U8_I = (byte)47,
- U8_I1 = (byte)39,
- U8_I2 = (byte)41,
- U8_I4 = (byte)43,
- U8_I8 = (byte)45,
- U8_U1 = (byte)40,
- U8_U2 = (byte)42,
- U8_U4 = (byte)44,
- }
- }
- [System.FlagsAttribute]
- public enum CSharpBinderFlags
- {
- BinaryOperationLogical = 8,
- CheckedContext = 1,
- ConvertArrayIndex = 32,
- ConvertExplicit = 16,
- InvokeSimpleName = 2,
- InvokeSpecialName = 4,
- None = 0,
- ResultDiscarded = 256,
- ResultIndexed = 64,
- ValueFromCompoundAssignment = 128,
- }
- public partial class CSharpParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- public Mono.CSharp.Class InteractiveResult;
- public Mono.CSharp.Undo undo;
- public bool UnexpectedEOF;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 7;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session) { }
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.Report report, Mono.CSharp.ParserSession session) { }
- public Mono.CSharp.Tokenizer Lexer { get { throw null; } }
- public void parse() { }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- }
- public partial class DecimalConstant : Mono.CSharp.Constant
- {
- public readonly decimal Value;
- public DecimalConstant(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DecimalConstant(Mono.CSharp.TypeSpec type, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DecimalLiteral : Mono.CSharp.DecimalConstant, Mono.CSharp.ILiteralConstant
- {
- public DecimalLiteral(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(decimal), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class DeclarationExpression : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public DeclarationExpression(Mono.CSharp.FullNamedExpression variableType, Mono.CSharp.LocalVariable variable) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.FullNamedExpression VariableType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class DefaultParameterValueExpression : Mono.CSharp.CompositeExpression
- {
- public DefaultParameterValueExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter p) { }
- }
- public partial class DefaultValueExpression : Mono.CSharp.Expression
- {
- public DefaultValueExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class DefiniteAssignmentBitSet
- {
- public static readonly Mono.CSharp.DefiniteAssignmentBitSet Empty;
- public DefiniteAssignmentBitSet(Mono.CSharp.DefiniteAssignmentBitSet source) { }
- public DefiniteAssignmentBitSet(int length) { }
- public bool this[int index] { get { throw null; } }
- public static Mono.CSharp.DefiniteAssignmentBitSet And(System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet> das) { throw null; }
- public static bool IsIncluded(Mono.CSharp.DefiniteAssignmentBitSet @set, Mono.CSharp.DefiniteAssignmentBitSet test) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator &(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator |(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public void Set(int index) { }
- public void Set(int index, int length) { }
- public override string ToString() { throw null; }
- }
- public partial class Delegate : Mono.CSharp.TypeDefinition, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly string InvokeMethodName;
- public Delegate(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled param_list, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression InstanceExpression { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public static string FullDelegateDesc(Mono.CSharp.MethodSpec invoke_method) { throw null; }
- public static Mono.CSharp.MethodSpec GetConstructor(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.MethodSpec GetInvokeMethod(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.AParametersCollection GetParameters(Mono.CSharp.TypeSpec delType) { throw null; }
- public static bool IsTypeCovariant(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec a, Mono.CSharp.TypeSpec b) { throw null; }
- public override void PrepareEmit() { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class DelegateCreation : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- protected Mono.CSharp.MethodSpec constructor_method;
- protected Mono.CSharp.MethodGroupExpr method_group;
- protected DelegateCreation() { }
- public bool AllowSpecialMethodsInvocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Arguments CreateDelegateMethodArguments(Mono.CSharp.ResolveContext rc, Mono.CSharp.AParametersCollection pd, Mono.CSharp.TypeSpec[] types, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public static bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.TypeSpec target_type) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- public partial class Destructor : Mono.CSharp.MethodOrOperator
- {
- public static readonly string MetadataName;
- public Destructor(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override string GetSignatureForError() { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- }
- public partial class Do : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public Do(Mono.CSharp.Statement statement, Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Location doLocation, Mono.CSharp.Location whileLocation) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Location WhileLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class DoubleConstant : Mono.CSharp.Constant
- {
- public readonly double Value;
- public DoubleConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DoubleConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DoubleLiteral : Mono.CSharp.DoubleConstant, Mono.CSharp.ILiteralConstant
- {
- public DoubleLiteral(Mono.CSharp.BuiltinTypes types, double d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class DynamicResultCast : Mono.CSharp.ShimExpression
- {
- public DynamicResultCast(Mono.CSharp.TypeSpec type, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class ElementAccess : Mono.CSharp.Expression
- {
- public Mono.CSharp.Arguments Arguments;
- public Mono.CSharp.Expression Expr;
- public ElementAccess(Mono.CSharp.Expression e, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_CannotApplyIndexing(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ElementInitializer : Mono.CSharp.Assign
- {
- public readonly string Name;
- public ElementInitializer(string name, Mono.CSharp.Expression initializer, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public bool IsDictionaryInitializer { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- protected virtual bool ResolveElement(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public abstract partial class ElementTypeSpec : Mono.CSharp.TypeSpec, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- protected ElementTypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec element, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeSpec Element { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { set { } }
- public bool IsImported { get { throw null; } }
- System.Nullable<bool> Mono.CSharp.IMemberDefinition.CLSAttributeValue { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public string[] ConditionalConditions() { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- protected virtual string GetPostfixSignature() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- }
- public partial class EmitContext : Mono.CSharp.BuilderContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public System.Reflection.Emit.Label DefaultTarget;
- public readonly System.Reflection.Emit.ILGenerator ig;
- public System.Reflection.Emit.Label LoopBegin;
- public System.Reflection.Emit.Label LoopEnd;
- public System.Reflection.Emit.LocalBuilder return_value;
- public Mono.CSharp.Switch Switch;
- public EmitContext(Mono.CSharp.IMemberContext rc, System.Reflection.Emit.ILGenerator ig, Mono.CSharp.TypeSpec return_type, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder methodSymbols) { }
- public Mono.CSharp.LocalVariable AsyncThrowVariable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public Mono.CSharp.ConditionalAccessContext ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentTypeDefinition { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool EmitAccurateDebugInfo { get { throw null; } }
- public bool HasMethodSymbolBuilder { get { throw null; } }
- public bool HasReturnLabel { get { throw null; } }
- public bool IsAnonymousStoreyMutateRequired { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsStaticConstructor { get { throw null; } }
- public Mono.CSharp.IMemberContext MemberContext { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public bool NotifyEvaluatorOnStore { get { throw null; } }
- public System.Reflection.Emit.Label RecursivePatternLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Reflection.Emit.Label ReturnLabel { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.IExpressionCleanup> StatementEpilogue { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.TryFinally> TryFinallyUnwind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddStatementEpilog(Mono.CSharp.IExpressionCleanup cleanupExpression) { }
- public void AssertEmptyStack() { }
- public void BeginCatchBlock(Mono.CSharp.TypeSpec type) { }
- public void BeginCompilerScope(int scopeIndex) { }
- public void BeginExceptionBlock() { }
- public void BeginExceptionFilterBlock() { }
- public void BeginFilterHandler() { }
- public void BeginFinallyBlock() { }
- public void BeginScope(int scopeIndex) { }
- public void CloseConditionalAccess(Mono.CSharp.TypeSpec type) { }
- public System.Reflection.Emit.Label CreateReturnLabel() { throw null; }
- public System.Reflection.Emit.LocalBuilder DeclareLocal(Mono.CSharp.TypeSpec type, bool pinned) { throw null; }
- public System.Reflection.Emit.Label DefineLabel() { throw null; }
- public void DefineLocalVariable(string name, System.Reflection.Emit.LocalBuilder builder) { }
- public void Emit(System.Reflection.Emit.OpCode opcode) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.FieldSpec field) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method, System.Type[] vargs) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.TypeSpec type) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, double arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label label) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label[] labels) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.LocalBuilder local) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, float arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, string arg) { }
- public void EmitArgumentAddress(int pos) { }
- public void EmitArgumentLoad(int pos) { }
- public void EmitArgumentStore(int pos) { }
- public void EmitArrayAddress(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayLoad(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayNew(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayStore(Mono.CSharp.ArrayContainer ac) { }
- public void EmitEpilogue() { }
- public void EmitInt(int i) { }
- public void EmitLoadFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitLong(long l) { }
- public void EmitNull() { }
- public void EmitStoreFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitThis() { }
- public void EndExceptionBlock() { }
- public void EndScope() { }
- public void FreeTemporaryLocal(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public Mono.CSharp.StackFieldExpr GetTemporaryField(Mono.CSharp.TypeSpec type, bool initializedFieldRequired=false) { throw null; }
- public System.Reflection.Emit.LocalBuilder GetTemporaryLocal(Mono.CSharp.TypeSpec t) { throw null; }
- public bool Mark(Mono.CSharp.Location loc) { throw null; }
- public void MarkCallEntry(Mono.CSharp.Location loc) { }
- public void MarkLabel(System.Reflection.Emit.Label label) { }
- public System.Reflection.Emit.LocalBuilder TemporaryReturn() { throw null; }
- }
- public partial class EmptyCast : Mono.CSharp.TypeCast
- {
- internal EmptyCast() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec type) { throw null; }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public partial class EmptyCompletion : Mono.CSharp.CompletingExpression
- {
- public EmptyCompletion() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class EmptyConstantCast : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant child;
- public EmptyConstantCast(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec type) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class EmptyExpression : Mono.CSharp.Expression
- {
- public static readonly Mono.CSharp.EmptyExpression EventAddition;
- public static readonly Mono.CSharp.EmptyExpression EventSubtraction;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberAccess;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberOutAccess;
- public static readonly Mono.CSharp.EmptyExpression MissingValue;
- public static readonly Mono.CSharp.Expression Null;
- public static readonly Mono.CSharp.EmptyExpression OutAccess;
- public static readonly Mono.CSharp.EmptyExpression UnaryAddress;
- public EmptyExpression(Mono.CSharp.TypeSpec t) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyExpressionStatement : Mono.CSharp.ExpressionStatement
- {
- internal EmptyExpressionStatement() { }
- public static readonly Mono.CSharp.EmptyExpressionStatement Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyStatement : Mono.CSharp.Statement
- {
- public EmptyStatement(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Enum : Mono.CSharp.TypeDefinition
- {
- public static readonly string UnderlyingValueField;
- public Enum(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.FullNamedExpression BaseTypeExpression { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeSpec UnderlyingType { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddEnumMember(Mono.CSharp.EnumMember em) { }
- protected override void DoDefineContainer() { }
- protected override bool DoDefineMembers() { throw null; }
- public void Error_UnderlyingType(Mono.CSharp.Location loc) { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class EnumConstant : Mono.CSharp.Constant
- {
- public Mono.CSharp.Constant Child;
- public EnumConstant(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec enum_type) : base (default(Mono.CSharp.Location)) { }
- protected EnumConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetTypedValue() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public Mono.CSharp.EnumConstant Increment() { throw null; }
- }
- public partial class EnumMember : Mono.CSharp.Const
- {
- public EnumMember(Mono.CSharp.Enum parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- }
- public partial class ErrorExpression : Mono.CSharp.EmptyExpression
- {
- internal ErrorExpression() : base (default(Mono.CSharp.TypeSpec)) { }
- public static readonly Mono.CSharp.ErrorExpression Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- public override void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public override void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class Evaluator
- {
- public bool DescribeTypeExpressions;
- public bool Terse;
- public Evaluator(Mono.CSharp.CompilerContext ctx) { }
- public System.Type InteractiveBaseClass { get { throw null; } set { } }
- public Mono.CSharp.ValueModificationHandler ModificationListener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WaitOnTask { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.CompiledMethod Compile(string input) { throw null; }
- public string Compile(string input, out Mono.CSharp.CompiledMethod compiled) { compiled = default(Mono.CSharp.CompiledMethod); throw null; }
- public object Evaluate(string input) { throw null; }
- public string Evaluate(string input, out object result, out bool result_set) { result = default(object); result_set = default(bool); throw null; }
- public string[] GetCompletions(string input, out string prefix) { prefix = default(string); throw null; }
- public string GetUsing() { throw null; }
- public string GetVars() { throw null; }
- public void Interrupt() { }
- public void LoadAssembly(string file) { }
- public void ReferenceAssembly(System.Reflection.Assembly a) { }
- public bool Run(string statement) { throw null; }
- }
- public abstract partial class Event : Mono.CSharp.PropertyBasedMember
- {
- protected Mono.CSharp.EventSpec spec;
- protected Event(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Event.AEventAccessor Add { get { throw null; } set { } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.Event.AEventAccessor Remove { get { throw null; } set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public abstract partial class AEventAccessor : Mono.CSharp.AbstractPropertyEventMethod
- {
- public const string AddPrefix = "add_";
- protected readonly Mono.CSharp.Event method;
- public const string RemovePrefix = "remove_";
- protected AEventAccessor(Mono.CSharp.Event method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsInterfaceImplementation { get { throw null; } }
- public Mono.CSharp.MethodData MethodData { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- }
- public partial class EventExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod
- {
- public EventExpr(Mono.CSharp.EventSpec spec, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.MethodSpec Operator { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- protected override void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class EventField : Mono.CSharp.Event
- {
- public EventField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- }
- public partial class EventProperty : Mono.CSharp.Event
- {
- public EventProperty(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public sealed partial class AddDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public AddDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class AEventPropertyAccessor : Mono.CSharp.Event.AEventAccessor
- {
- protected AEventPropertyAccessor(Mono.CSharp.EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Event), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.TypeContainer ds) { }
- public override string GetSignatureForError() { throw null; }
- }
- public sealed partial class RemoveDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public RemoveDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- }
- public partial class EventSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public EventSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec eventType, Mono.CSharp.Modifiers modifiers, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec AccessorAdd { get { throw null; } set { } }
- public Mono.CSharp.MethodSpec AccessorRemove { get { throw null; } set { } }
- public Mono.CSharp.FieldSpec BackingField { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public abstract partial class ExceptionStatement : Mono.CSharp.ResumableStatement
- {
- protected int first_catch_resume_pc;
- protected int first_resume_pc;
- protected Mono.CSharp.ExceptionStatement parent_try_block;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected ExceptionStatement(Mono.CSharp.Location loc) { }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt, int pc, Mono.CSharp.StateMachineInitializer stateMachine, Mono.CSharp.TryCatch catchBlock) { throw null; }
- protected virtual void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ExitStatement : Mono.CSharp.Statement
- {
- protected bool unwind_protect;
- protected ExitStatement() { }
- protected abstract bool IsLocalExit { get; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected abstract bool DoResolve(Mono.CSharp.BlockContext bc);
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class ExplicitBlock : Mono.CSharp.Block
- {
- protected Mono.CSharp.AnonymousMethodStorey am_storey;
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.AnonymousMethodStorey AnonymousMethodStorey { get { throw null; } }
- public bool HasAwait { get { throw null; } }
- public bool HasCapturedThis { get { throw null; } set { } }
- public bool HasCapturedVariable { get { throw null; } set { } }
- public bool HasReachableClosingBrace { get { throw null; } set { } }
- public bool HasYield { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey CreateAnonymousMethodStorey(Mono.CSharp.ResolveContext ec) { throw null; }
- protected void DefineStoreyContainer(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void DisableDebugScopeIndex() { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitScopeInitialization(Mono.CSharp.EmitContext ec) { }
- public virtual int GetDebugSymbolScopeIndex() { throw null; }
- public void RegisterAsyncAwait() { }
- public void RegisterIteratorYield() { }
- public void SetCatchBlock() { }
- public void SetFinallyBlock() { }
- public void WrapIntoDestructor(Mono.CSharp.TryFinally tf, Mono.CSharp.ExplicitBlock tryBlock) { }
- }
- public enum ExprClass : byte
- {
- EventAccess = (byte)8,
- IndexerAccess = (byte)9,
- MethodGroup = (byte)6,
- Namespace = (byte)3,
- Nothing = (byte)10,
- PropertyAccess = (byte)7,
- Type = (byte)4,
- TypeParameter = (byte)5,
- Unresolved = (byte)0,
- Value = (byte)1,
- Variable = (byte)2,
- }
- public abstract partial class Expression
- {
- public Mono.CSharp.ExprClass eclass;
- protected Mono.CSharp.Location loc;
- protected Mono.CSharp.TypeSpec type;
- protected Expression() { }
- public virtual string ExprClassName { get { throw null; } }
- public Mono.CSharp.ResolveFlags ExprClassToResolveFlags { get { throw null; } }
- public virtual bool IsNull { get { throw null; } }
- public virtual bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public virtual Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- public virtual Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected virtual void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public static Mono.CSharp.MethodSpec ConstructorLookup(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, ref Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public virtual bool ContainsEmitWithAwait() { throw null; }
- protected Mono.CSharp.Expression ConvertExpressionToArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression source, bool pointerArray=false) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.Arguments args) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public abstract Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec);
- protected static Mono.CSharp.TypeExpr CreateExpressionTypeExpression(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { throw null; }
- protected abstract Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc);
- public virtual Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public abstract void Emit(Mono.CSharp.EmitContext ec);
- public virtual void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected static void EmitExpressionsList(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.Expression> expressions) { }
- public virtual void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public virtual void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public static void ErrorIsInaccesible(Mono.CSharp.IMemberContext rc, string member, Mono.CSharp.Location loc) { }
- public void Error_ConstantCanBeInitializedWithNullOnly(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc, string name) { }
- public void Error_ExpressionMustBeConstant(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string e_name) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.BlockContext bc) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.Report report) { }
- protected virtual void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected static void Error_NamedArgument(Mono.CSharp.NamedArgument na, Mono.CSharp.Report Report) { }
- protected virtual void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- protected void Error_NullPropagatingLValue(Mono.CSharp.ResolveContext rc) { }
- protected void Error_NullShortCircuitInsideExpressionTree(Mono.CSharp.ResolveContext rc) { }
- public virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- protected void Error_PointerInsideExpressionTree(Mono.CSharp.ResolveContext ec) { }
- public void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, Mono.CSharp.MemberSpec member, Mono.CSharp.Location loc) { }
- public static void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, string exprType, string name, Mono.CSharp.Location loc) { }
- public static void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec type, string name) { }
- public virtual void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public static void Error_UnexpectedKind(Mono.CSharp.IMemberContext ctx, Mono.CSharp.Expression memberExpr, string expected, string was, Mono.CSharp.Location loc) { }
- public virtual void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public virtual void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public virtual void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- protected void Error_ValueCannotBeConvertedCore(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec target, bool expl) { }
- public static void Error_VoidInvalidInTheContext(Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- protected void Error_VoidPointerOperation(Mono.CSharp.ResolveContext rc) { }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- protected static Mono.CSharp.Expression GetOperatorFalse(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- protected static Mono.CSharp.Expression GetOperatorTrue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual bool HasConditionalAccess() { throw null; }
- public static bool IsNeverNull(Mono.CSharp.Expression expr) { throw null; }
- protected static bool IsNullPropagatingValid(Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.TypeSpec LiftMemberType(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public virtual System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Expression MakePointerAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression MemberLookup(Mono.CSharp.IMemberContext rc, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression MemberLookupToExpression(Mono.CSharp.IMemberContext rc, System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression ProbeIdenticalTypeName(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.SimpleName name) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags) { throw null; }
- public virtual Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public Mono.CSharp.Constant ResolveLabelConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression ResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public static void UnsafeError(Mono.CSharp.Report Report, Mono.CSharp.Location loc) { }
- public static void UnsafeError(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public static void Warning_UnreachableExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum MemberLookupRestrictions
- {
- DontSetConditionalAccess = 256,
- EmptyArguments = 16,
- ExactArity = 4,
- IgnoreAmbiguity = 64,
- IgnoreArity = 32,
- InvocableOnly = 1,
- NameOfExcluded = 128,
- None = 0,
- ReadAccess = 8,
- }
- }
- public abstract partial class ExpressionStatement : Mono.CSharp.Expression
- {
- protected ExpressionStatement() { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public abstract void EmitStatement(Mono.CSharp.EmitContext ec);
- public virtual void MarkReachable(Mono.CSharp.Reachability rc) { }
- public virtual Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class ExtensionMethodCandidates
- {
- public ExtensionMethodCandidates(Mono.CSharp.IMemberContext context, System.Collections.Generic.IList<Mono.CSharp.MethodSpec> methods, Mono.CSharp.NamespaceContainer nsContainer, int lookupIndex) { }
- public Mono.CSharp.NamespaceContainer Container { get { throw null; } }
- public Mono.CSharp.IMemberContext Context { get { throw null; } }
- public int LookupIndex { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MethodSpec> Methods { get { throw null; } }
- }
- public partial class Field : Mono.CSharp.FieldBase
- {
- public Field(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class FieldBase : Mono.CSharp.MemberBase
- {
- protected System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> declarators;
- protected System.Reflection.Emit.FieldBuilder FieldBuilder;
- protected Mono.CSharp.Expression initializer;
- protected Mono.CSharp.FieldSpec spec;
- public Mono.CSharp.FieldBase.Status status;
- protected FieldBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public virtual Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public static void Error_VariableOfStaticClass(Mono.CSharp.Location loc, string variable_name, Mono.CSharp.TypeSpec static_class, Mono.CSharp.Report Report) { }
- public void SetCustomAttribute(Mono.CSharp.MethodSpec ctor, byte[] data) { }
- protected override bool VerifyClsCompliance() { throw null; }
- [System.FlagsAttribute]
- public enum Status : byte
- {
- HAS_OFFSET = (byte)4,
- }
- }
- public partial class FieldDeclarator
- {
- public FieldDeclarator(Mono.CSharp.SimpleMemberName name, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.SimpleMemberName Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public virtual Mono.CSharp.FullNamedExpression GetFieldTypeExpression(Mono.CSharp.FieldBase field) { throw null; }
- }
- public partial class FieldExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected Mono.CSharp.FieldSpec spec;
- public FieldExpr(Mono.CSharp.FieldBase fi, Mono.CSharp.Location l) { }
- public FieldExpr(Mono.CSharp.FieldSpec spec, Mono.CSharp.Location loc) { }
- protected FieldExpr(Mono.CSharp.Location l) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsHoisted { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool convertInstance) { throw null; }
- public Mono.CSharp.Expression CreateTypeOfExpression() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void EmitAssignFromStack(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsMarshalByRefAccess(Mono.CSharp.ResolveContext rc) { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public void SetFieldAssigned(Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetHasAddressTaken() { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class FieldInitializer : Mono.CSharp.Assign
- {
- public FieldInitializer(Mono.CSharp.FieldBase mc, Mono.CSharp.Expression expression, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public int AssignmentOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.FieldBase Field { get { throw null; } }
- public bool IsDefaultInitializer { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class FieldSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public FieldSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public bool IsReadOnly { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.FieldInfo GetMetaInfo() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.FieldSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Fixed : Mono.CSharp.Statement
- {
- public Fixed(Mono.CSharp.Fixed.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location l) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- }
- public partial class FixedField : Mono.CSharp.FieldBase
- {
- public const string FixedElementName = "FixedElementField";
- public FixedField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Nullable<System.Runtime.InteropServices.CharSet> CharSetValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- }
- public partial class FloatConstant : Mono.CSharp.Constant
- {
- public readonly double DoubleValue;
- public FloatConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public FloatConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public float Value { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class FloatLiteral : Mono.CSharp.FloatConstant, Mono.CSharp.ILiteralConstant
- {
- public FloatLiteral(Mono.CSharp.BuiltinTypes types, float f, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class FlowAnalysisContext
- {
- public FlowAnalysisContext(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersBlock parametersBlock, int definiteAssignmentLength) { }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnFalse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnTrue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersBlock ParametersBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.DefiniteAssignmentBitSet SwitchInitialDefinitiveAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryFinally TryFinally { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UnreachableReported { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AddReachedLabel(Mono.CSharp.Statement label) { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment() { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment(Mono.CSharp.DefiniteAssignmentBitSet da) { throw null; }
- public System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> CopyLabelStack() { throw null; }
- public bool IsDefinitelyAssigned(Mono.CSharp.VariableInfo variable) { throw null; }
- public bool IsStructFieldDefinitelyAssigned(Mono.CSharp.VariableInfo variable, string name) { throw null; }
- public void SetLabelStack(System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> labelStack) { }
- public void SetStructFieldAssigned(Mono.CSharp.VariableInfo variable, string name) { }
- public void SetVariableAssigned(Mono.CSharp.VariableInfo variable, bool generatedAssignment=false) { }
- }
- public partial class For : Mono.CSharp.LoopStatement
- {
- public For(Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Iterator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class Foreach : Mono.CSharp.LoopStatement
- {
- public Foreach(Mono.CSharp.Expression type, Mono.CSharp.LocalVariable var, Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Block body, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public abstract partial class FullNamedExpression : Mono.CSharp.Expression
- {
- protected FullNamedExpression() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public abstract Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments);
- }
- public sealed partial class GlobalRootNamespace : Mono.CSharp.RootNamespace
- {
- public GlobalRootNamespace() : base (default(string)) { }
- }
- public partial class Goto : Mono.CSharp.ExitStatement
- {
- public Goto(string label, Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public string Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public static void Error_UnknownLabel(Mono.CSharp.BlockContext bc, string label, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class GotoCase : Mono.CSharp.SwitchGoto
- {
- public GotoCase(Mono.CSharp.Expression e, Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.SwitchLabel Label { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class GotoDefault : Mono.CSharp.SwitchGoto
- {
- public GotoDefault(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class HoistedParameter : Mono.CSharp.HoistedVariable
- {
- public HoistedParameter(Mono.CSharp.AnonymousMethodStorey scope, Mono.CSharp.ParameterReference par) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public HoistedParameter(Mono.CSharp.HoistedParameter hp, string name) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public bool IsAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParameterReference Parameter { get { throw null; } }
- public void EmitHoistingAssignment(Mono.CSharp.EmitContext ec) { }
- }
- public partial class HoistedStoreyClass : Mono.CSharp.CompilerGeneratedContainer
- {
- protected Mono.CSharp.TypeParameterMutator mutator;
- public HoistedStoreyClass(Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberName name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Modifiers mods, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeParameterMutator Mutator { get { throw null; } set { } }
- public Mono.CSharp.HoistedStoreyClass GetGenericStorey() { throw null; }
- public sealed partial class HoistedField : Mono.CSharp.Field
- {
- public HoistedField(Mono.CSharp.HoistedStoreyClass parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class HoistedThis : Mono.CSharp.HoistedVariable
- {
- public HoistedThis(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- }
- public abstract partial class HoistedVariable
- {
- protected Mono.CSharp.Field field;
- protected readonly Mono.CSharp.AnonymousMethodStorey storey;
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) { }
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, string name, Mono.CSharp.TypeSpec type) { }
- public Mono.CSharp.Field Field { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CreateExpressionTree() { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr GetFieldExpression(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial interface IAssemblyDefinition
- {
- string FullName { get; }
- bool IsCLSCompliant { get; }
- bool IsMissing { get; }
- string Name { get; }
- byte[] GetPublicKeyToken();
- bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly);
- }
- public partial interface IAssignMethod
- {
- void Emit(Mono.CSharp.EmitContext ec, bool leave_copy);
- void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound);
- }
- public partial interface IExpressionCleanup
- {
- void EmitCleanup(Mono.CSharp.EmitContext ec);
- }
- public partial class If : Mono.CSharp.Statement
- {
- public Mono.CSharp.Statement FalseStatement;
- public Mono.CSharp.Statement TrueStatement;
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Location l) { }
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Statement false_statement, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial interface IFixedExpression
- {
- bool IsFixed { get; }
- }
- public partial interface IGenericMethodDefinition : Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- }
- public partial interface IInterfaceMemberSpec
- {
- Mono.CSharp.TypeSpec MemberType { get; }
- }
- public partial interface ILiteralConstant
- {
- }
- public partial interface ILocalVariable
- {
- void Emit(Mono.CSharp.EmitContext ec);
- void EmitAddressOf(Mono.CSharp.EmitContext ec);
- void EmitAssign(Mono.CSharp.EmitContext ec);
- }
- public partial interface IMemberContext : Mono.CSharp.IModuleContext
- {
- Mono.CSharp.MemberCore CurrentMemberDefinition { get; }
- Mono.CSharp.TypeSpec CurrentType { get; }
- Mono.CSharp.TypeParameters CurrentTypeParameters { get; }
- bool IsObsolete { get; }
- bool IsStatic { get; }
- bool IsUnsafe { get; }
- string GetSignatureForError();
- Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity);
- Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name);
- Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc);
- }
- public partial interface IMemberDefinition
- {
- System.Nullable<bool> CLSAttributeValue { get; }
- bool IsImported { get; }
- string Name { get; }
- string[] ConditionalConditions();
- System.ObsoleteAttribute GetAttributeObsolete();
- void SetIsAssigned();
- void SetIsUsed();
- }
- public partial interface IMemoryLocation
- {
- void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode);
- }
- public partial interface IMethodData : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- Mono.CSharp.ToplevelBlock Block { get; set; }
- System.Reflection.CallingConventions CallingConventions { get; }
- bool IsAccessor { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.MemberName MethodName { get; }
- Mono.CSharp.Attributes OptAttributes { get; }
- Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- Mono.CSharp.TypeSpec ReturnType { get; }
- Mono.CSharp.MethodSpec Spec { get; }
- Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod);
- }
- public partial interface IMethodDefinition : Mono.CSharp.IMemberDefinition
- {
- System.Reflection.MethodBase Metadata { get; }
- }
- public partial interface IModuleContext
- {
- Mono.CSharp.ModuleContainer Module { get; }
- }
- public partial class ImplicitCast : Mono.CSharp.ShimExpression
- {
- public ImplicitCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target, bool arrayAccess) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ImplicitDelegateCreation : Mono.CSharp.DelegateCreation
- {
- public ImplicitDelegateCreation(Mono.CSharp.TypeSpec delegateType, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location loc) { }
- public static bool ContainsMethodTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ImplicitLambdaParameter : Mono.CSharp.Parameter
- {
- public ImplicitLambdaParameter(string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- public void SetParameterType(Mono.CSharp.TypeSpec type) { }
- }
- public partial class ImportedAssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- public ImportedAssemblyDefinition(System.Reflection.Assembly assembly) { }
- public System.Reflection.Assembly Assembly { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasStrongName { get { throw null; } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsMissing { get { throw null; } }
- public string Location { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Reflection.AssemblyName GetAssemblyVisibleToName(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void ReadAttributes() { }
- public override string ToString() { throw null; }
- }
- public partial class ImportedModuleDefinition
- {
- public ImportedModuleDefinition(System.Reflection.Module module) { }
- public bool IsCLSCompliant { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Attribute> ReadAssemblyAttributes() { throw null; }
- public void ReadAttributes() { }
- }
- public partial interface INamedBlockVariable
- {
- Mono.CSharp.Block Block { get; }
- bool IsDeclared { get; }
- bool IsParameter { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc);
- }
- public partial class Indexer : Mono.CSharp.PropertyBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public Indexer(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- public partial class GetIndexerMethod : Mono.CSharp.PropertyBase.GetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public GetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public partial class SetIndexerMethod : Mono.CSharp.PropertyBase.SetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public SetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- }
- }
- public partial class IndexerSpec : Mono.CSharp.PropertySpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public IndexerSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, Mono.CSharp.AParametersCollection parameters, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.PropertyInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Indirection : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation
- {
- public Indirection(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class InflatedTypeSpec : Mono.CSharp.TypeSpec
- {
- public InflatedTypeSpec(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec openType, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec[] targs) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public bool HasConstraintsChecked { get { throw null; } set { } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public override bool IsArrayGenericInterface { get { throw null; } }
- public override bool IsExpressionTreeType { get { throw null; } }
- public override bool IsGenericTask { get { throw null; } }
- public override bool IsNullableType { get { throw null; } }
- public override Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public override bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public static bool ContainsTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterInflator CreateLocalInflator(Mono.CSharp.IModuleContext context) { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override string GetTypeNameSignature() { throw null; }
- public bool HasDynamicArgument() { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- protected override bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstanceEmitter
- {
- public InstanceEmitter(Mono.CSharp.Expression instance, bool addressLoad) { throw null;}
- public void Emit(Mono.CSharp.EmitContext ec, bool conditionalAccess) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec, bool boxInstance) { }
- public Mono.CSharp.TypeSpec GetStackType(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class IntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly int Value;
- public IntConstant(Mono.CSharp.BuiltinTypes types, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public IntConstant(Mono.CSharp.TypeSpec type, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public abstract partial class IntegralConstant : Mono.CSharp.Constant
- {
- protected IntegralConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public abstract Mono.CSharp.Constant Increment();
- }
- public partial class InteractiveBase
- {
- public static string ContinuationPrompt;
- public static System.IO.TextWriter Error;
- public static Mono.CSharp.Evaluator Evaluator;
- public static System.IO.TextWriter Output;
- public static string Prompt;
- public static bool QuitRequested;
- public InteractiveBase() { }
- public static string help { get { throw null; } }
- public static object quit { get { throw null; } }
- public static string Describe(object x) { throw null; }
- public static void LoadAssembly(string assembly) { }
- public static void LoadPackage(string pkg) { }
- public static void print(object obj) { }
- public static void print(string fmt, params object[] args) { }
- public static void Quit() { }
- public static void ShowUsing() { }
- public static void ShowVars() { }
- public static System.TimeSpan Time(System.Action a) { throw null; }
- }
- public sealed partial class Interface : Mono.CSharp.TypeDefinition
- {
- public Interface(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class InterfaceMemberBase : Mono.CSharp.MemberBase
- {
- protected const Mono.CSharp.Modifiers AllowedModifiersClass = (Mono.CSharp.Modifiers)(12031);
- protected const Mono.CSharp.Modifiers AllowedModifiersInterface = (Mono.CSharp.Modifiers)(8208);
- protected const Mono.CSharp.Modifiers AllowedModifiersStruct = (Mono.CSharp.Modifiers)(11423);
- protected Mono.CSharp.MethodSpec base_method;
- public System.Reflection.MethodAttributes flags;
- public Mono.CSharp.TypeSpec InterfaceType;
- public readonly bool IsExplicitImpl;
- public bool IsInterface;
- protected bool is_external_implementation;
- protected InterfaceMemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public abstract Mono.CSharp.Variance ExpectedMemberTypeVariance { get; }
- public override bool IsUsed { get { throw null; } }
- public string ShortName { get { throw null; } }
- protected static bool CheckAccessModifiers(Mono.CSharp.MemberCore this_member, Mono.CSharp.MemberSpec base_member) { throw null; }
- protected override bool CheckBase() { throw null; }
- protected virtual bool CheckForDuplications() { throw null; }
- protected virtual bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- protected bool DefineParameters(Mono.CSharp.ParametersCompiled parameters) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- protected void Error_CannotChangeAccessModifiers(Mono.CSharp.MemberCore member, Mono.CSharp.MemberSpec base_member) { }
- protected void Error_StaticReturnType() { }
- protected virtual Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public string GetFullName(Mono.CSharp.MemberName name) { throw null; }
- public string GetFullName(string name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- }
- public partial class InternalErrorException : System.Exception
- {
- public InternalErrorException() { }
- public InternalErrorException(Mono.CSharp.MemberCore mc, System.Exception e) { }
- public InternalErrorException(System.Exception e, Mono.CSharp.Location loc) { }
- public InternalErrorException(System.Exception exception, string message, params object[] args) { }
- public InternalErrorException(string message) { }
- public InternalErrorException(string message, params object[] args) { }
- }
- public partial class InterpolatedString : Mono.CSharp.Expression
- {
- public InterpolatedString(Mono.CSharp.StringLiteral start, System.Collections.Generic.List<Mono.CSharp.Expression> interpolations, Mono.CSharp.StringLiteral end) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.Expression ConvertTo(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class InterpolatedStringInsert : Mono.CSharp.CompositeExpression
- {
- public InterpolatedStringInsert(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression Alignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Format { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public System.Nullable<int> ResolveAligment(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class IntLiteral : Mono.CSharp.IntConstant, Mono.CSharp.ILiteralConstant
- {
- public IntLiteral(Mono.CSharp.BuiltinTypes types, int l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(int), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class Invocation : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.Expression expr;
- protected Mono.CSharp.MethodGroupExpr mg;
- public Invocation(Mono.CSharp.Expression expr, Mono.CSharp.Arguments arguments) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public Mono.CSharp.Expression Exp { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr MethodGroup { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected virtual Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsMemberInvocable(Mono.CSharp.MemberSpec member) { throw null; }
- public static bool IsSpecialMethodInvocation(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodSpec method, Mono.CSharp.Location loc) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression instance, Mono.CSharp.MethodSpec mi, Mono.CSharp.Arguments args) { throw null; }
- public override Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class Predefined : Mono.CSharp.Invocation
- {
- public Predefined(Mono.CSharp.MethodGroupExpr expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- }
- public partial interface IParameterData
- {
- Mono.CSharp.Expression DefaultValue { get; }
- bool HasDefaultValue { get; }
- bool HasExtensionMethodModifier { get; }
- Mono.CSharp.Parameter.Modifier ModFlags { get; }
- string Name { get; }
- }
- public partial interface IParametersMember : Mono.CSharp.IInterfaceMemberSpec
- {
- Mono.CSharp.AParametersCollection Parameters { get; }
- }
- public partial class Is : Mono.CSharp.Probe
- {
- public Is(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Iterator : Mono.CSharp.StateMachineInitializer
- {
- public readonly bool IsEnumerable;
- public readonly Mono.CSharp.TypeSpec OriginalIteratorType;
- public readonly Mono.CSharp.IMethodData OriginalMethod;
- public Iterator(Mono.CSharp.ParametersBlock block, Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.ToplevelBlock Container { get { throw null; } }
- public override string ContainerType { get { throw null; } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.Method CreateFinallyHost(Mono.CSharp.TryFinallyBlock block) { throw null; }
- public static void CreateIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers modifiers) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public void EmitYieldBreak(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- public override string GetSignatureForError() { throw null; }
- public override void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- }
- public partial interface ITypeDefinition : Mono.CSharp.IMemberDefinition
- {
- Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get; }
- bool IsComImport { get; }
- bool IsCyclicTypeForwarder { get; }
- bool IsPartial { get; }
- bool IsTypeForwarder { get; }
- string Namespace { get; }
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- Mono.CSharp.TypeSpec GetAttributeCoClass();
- string GetAttributeDefaultMember();
- System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa);
- bool IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly);
- void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache);
- }
- public partial interface IVariableReference : Mono.CSharp.IFixedExpression
- {
- bool IsHoisted { get; }
- string Name { get; }
- Mono.CSharp.VariableInfo VariableInfo { get; }
- void SetHasAddressTaken();
- }
- public partial class LabeledStatement : Mono.CSharp.Statement
- {
- public LabeledStatement(string name, Mono.CSharp.Block block, Mono.CSharp.Location l) { }
- public Mono.CSharp.Block Block { get { throw null; } }
- public string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddGotoReference(Mono.CSharp.Reachability rc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public System.Reflection.Emit.Label LabelTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LambdaExpression : Mono.CSharp.AnonymousMethodExpression
- {
- public LambdaExpression(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool HasExplicitParameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- protected override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegateType) { throw null; }
- }
- public enum LanguageVersion
- {
- Default = 6,
- Experimental = 100,
- ISO_1 = 1,
- ISO_2 = 2,
- V_3 = 3,
- V_4 = 4,
- V_5 = 5,
- V_6 = 6,
- }
- public abstract partial class LocalExitStatement : Mono.CSharp.ExitStatement
- {
- protected Mono.CSharp.LoopStatement enclosing_loop;
- protected LocalExitStatement(Mono.CSharp.Location loc) { }
- protected override bool IsLocalExit { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LocalTemporary : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public LocalTemporary(Mono.CSharp.TypeSpec t) { }
- public LocalTemporary(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public System.Reflection.Emit.LocalBuilder Builder { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void Release(Mono.CSharp.EmitContext ec) { }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class LocalVariable : Mono.CSharp.ILocalVariable, Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.LocalVariable.Flags flags, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.LocalVariable li, string name, Mono.CSharp.Location loc) { }
- public bool AddressTaken { get { throw null; } }
- public Mono.CSharp.Block Block { get { throw null; } }
- public Mono.CSharp.Constant ConstantValue { get { throw null; } set { } }
- public Mono.CSharp.HoistedVariable HoistedVariant { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsConstant { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsFixed { get { throw null; } set { } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsReadonly { get { throw null; } }
- public bool IsThis { get { throw null; } }
- public bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- bool Mono.CSharp.INamedBlockVariable.IsParameter { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public void CreateBuilder(Mono.CSharp.EmitContext ec) { }
- public static Mono.CSharp.LocalVariable CreateCompilerGenerated(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public static string GetCompilerGeneratedName(Mono.CSharp.Block block) { throw null; }
- public string GetReadOnlyContext() { throw null; }
- public bool IsAssigned(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public bool IsThisAssigned(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Block block) { throw null; }
- public void PrepareAssignmentAnalysis(Mono.CSharp.BlockContext bc) { }
- public void SetHasAddressTaken() { }
- public void SetIsUsed() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- AddressTaken = 4,
- CompilerGenerated = 8,
- Constant = 16,
- FixedVariable = 64,
- ForeachVariable = 32,
- IsLocked = 256,
- IsThis = 2,
- ReadonlyMask = 224,
- SymbolFileHidden = 512,
- Used = 1,
- UsingVariable = 128,
- }
- }
- public partial class LocalVariableReference : Mono.CSharp.VariableReference
- {
- public Mono.CSharp.LocalVariable local_info;
- public LocalVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location l) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public override string ToString() { throw null; }
- }
- public partial class LocatedToken
- {
- public int column;
- public Mono.CSharp.SourceFile file;
- public int row;
- public string value;
- public LocatedToken() { }
- public LocatedToken(string value, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Location : System.IEquatable<Mono.CSharp.Location>
- {
- public static bool InEmacs;
- public static readonly Mono.CSharp.Location Null;
- public Location(Mono.CSharp.SourceFile file, int row, int column) { throw null;}
- public int Column { get { throw null; } }
- public int File { get { throw null; } }
- public bool IsNull { get { throw null; } }
- public string Name { get { throw null; } }
- public string NameFullPath { get { throw null; } }
- public int Row { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public static void AddFile(Mono.CSharp.SourceFile file) { }
- public bool Equals(Mono.CSharp.Location other) { throw null; }
- public static void Initialize(System.Collections.Generic.List<Mono.CSharp.SourceFile> files) { }
- public static Mono.CSharp.Location operator -(Mono.CSharp.Location loc, int columns) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- public string ToStringFullName() { throw null; }
- }
- public partial class LocationsBag
- {
- public LocationsBag() { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddLocation(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, System.Collections.Generic.List<Mono.CSharp.Location> locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddStatement(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendTo(object element, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendToMember(Mono.CSharp.MemberCore existing, params Mono.CSharp.Location[] locations) { }
- public System.Collections.Generic.List<Mono.CSharp.Location> GetLocations(object element) { throw null; }
- public Mono.CSharp.LocationsBag.MemberLocations GetMemberLocation(Mono.CSharp.MemberCore element) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void InsertLocation(object element, int index, Mono.CSharp.Location location) { }
- public partial class MemberLocations
- {
- public readonly System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> Modifiers;
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location loc) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location[] locs) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, System.Collections.Generic.List<Mono.CSharp.Location> locs) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.Location this[int index] { get { throw null; } }
- public void AddLocations(Mono.CSharp.Location loc) { }
- public void AddLocations(params Mono.CSharp.Location[] additional) { }
- }
- }
- public partial class Lock : Mono.CSharp.TryFinallyBlock
- {
- public Lock(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class LongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly long Value;
- public LongConstant(Mono.CSharp.BuiltinTypes types, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public LongConstant(Mono.CSharp.TypeSpec type, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class LongLiteral : Mono.CSharp.LongConstant, Mono.CSharp.ILiteralConstant
- {
- public LongLiteral(Mono.CSharp.BuiltinTypes types, long l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(long), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public enum LookupMode
- {
- IgnoreAccessibility = 2,
- Normal = 0,
- Probing = 1,
- }
- public abstract partial class LoopStatement : Mono.CSharp.Statement
- {
- protected LoopStatement(Mono.CSharp.Statement statement) { }
- public Mono.CSharp.Statement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public virtual void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public virtual void SetEndReachable() { }
- public virtual void SetIteratorReachable() { }
- }
- public partial class MakeRefExpr : Mono.CSharp.ShimExpression
- {
- public MakeRefExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class MemberAccess : Mono.CSharp.ATypeNameExpression
- {
- protected Mono.CSharp.Expression expr;
- public MemberAccess(Mono.CSharp.Expression expr, string id) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, int arity, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public void Error_IdentifierNotFound(Mono.CSharp.IMemberContext rc, Mono.CSharp.TypeSpec expr_type) { }
- protected override void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsValidDotExpression(Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext rc, bool allowUnboundTypeArguments) { throw null; }
- }
- public abstract partial class MemberBase : Mono.CSharp.MemberCore
- {
- protected Mono.CSharp.TypeSpec member_type;
- public new Mono.CSharp.TypeDefinition Parent;
- protected Mono.CSharp.FullNamedExpression type_expr;
- protected MemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.Modifiers def_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- protected virtual bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DoMemberTypeDependentChecks() { }
- protected virtual void DoMemberTypeIndependentChecks() { }
- public override string GetSignatureForDocumentation() { throw null; }
- protected void IsTypePermitted() { }
- public virtual void PrepareEmit() { }
- protected virtual bool ResolveMemberType() { throw null; }
- }
- public partial class MemberCache
- {
- public static readonly Mono.CSharp.MemberCache Empty;
- public static readonly string IndexerNameAlias;
- public MemberCache() { }
- public MemberCache(Mono.CSharp.MemberCache cache) { }
- public MemberCache(Mono.CSharp.TypeContainer container) { }
- public MemberCache(int capacity) { }
- public void AddBaseType(Mono.CSharp.TypeSpec baseType) { }
- public void AddInterface(Mono.CSharp.TypeSpec iface) { }
- public void AddMember(Mono.CSharp.InterfaceMemberBase imb, string exlicitName, Mono.CSharp.MemberSpec ms) { }
- public void AddMember(Mono.CSharp.MemberSpec ms) { }
- public void AddMemberImported(Mono.CSharp.MemberSpec ms) { }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, string name, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public static Mono.CSharp.MemberSpec FindBaseMember(Mono.CSharp.MemberCore member, out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> FindExtensionMethods(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindInterfaceMembers(Mono.CSharp.TypeParameterSpec typeParameter, string name) { throw null; }
- public static Mono.CSharp.MemberSpec FindMember(Mono.CSharp.TypeSpec container, Mono.CSharp.MemberFilter filter, Mono.CSharp.BindingRestriction restrictions) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindMembers(Mono.CSharp.TypeSpec container, string name, bool declaredOnlyClass) { throw null; }
- public static Mono.CSharp.TypeSpec FindNestedType(Mono.CSharp.TypeSpec container, string name, int arity, bool declaredOnlyClass) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.FieldSpec> GetAllFieldsForDefiniteAssignment(Mono.CSharp.TypeSpec container, Mono.CSharp.IMemberContext context) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetCompletitionMembers(Mono.CSharp.IMemberContext ctx, Mono.CSharp.TypeSpec container, string name) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.TypeSpec> GetDeclaredNestedTypes(Mono.CSharp.TypeSpec container) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.MethodSpec> GetInterfaceMethods(Mono.CSharp.TypeSpec iface) { throw null; }
- public static T GetMember<T>(Mono.CSharp.TypeSpec container, T spec) where T : Mono.CSharp.MemberSpec { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MethodSpec> GetNotImplementedAbstractMethods(Mono.CSharp.TypeSpec type) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetUserOperator(Mono.CSharp.TypeSpec container, Mono.CSharp.Operator.OpType op, bool declaredOnly) { throw null; }
- public void InflateMembers(Mono.CSharp.MemberCache cacheToInflate, Mono.CSharp.TypeSpec inflatedType, Mono.CSharp.TypeParameterInflator inflator) { }
- public void InflateTypes(Mono.CSharp.MemberCache inflated_cache, Mono.CSharp.TypeParameterInflator inflator) { }
- public void RemoveHiddenMembers(Mono.CSharp.TypeSpec container) { }
- public void VerifyClsCompliance(Mono.CSharp.TypeSpec container, Mono.CSharp.Report report) { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public abstract partial class MemberCore : Mono.CSharp.Attributable, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IModuleContext
- {
- protected string comment;
- public Mono.CSharp.TypeContainer Parent;
- protected MemberCore(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) { }
- public System.Nullable<bool> CLSAttributeValue { get { throw null; } }
- public virtual Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public virtual Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual string DocComment { get { throw null; } set { } }
- public abstract string DocCommentHeader { get; }
- protected bool HasClsCompliantAttribute { get { throw null; } }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsImported { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public virtual bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.MemberName MemberName { get { throw null; } }
- public Mono.CSharp.Modifiers ModFlags { get { throw null; } set { } }
- public virtual Mono.CSharp.ModuleContainer Module { get { throw null; } }
- string Mono.CSharp.IMemberDefinition.Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public virtual void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- protected bool CheckAbstractAndExtern(bool has_block) { throw null; }
- protected void CheckProtectedModifier() { }
- public virtual string[] ConditionalConditions() { throw null; }
- public abstract bool Define();
- public virtual void Emit() { }
- public virtual bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public virtual string GetCallerMemberName() { throw null; }
- public virtual void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public abstract string GetSignatureForDocumentation();
- public virtual string GetSignatureForError() { throw null; }
- public bool IsAccessibleAs(Mono.CSharp.TypeSpec p) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public bool IsExposedFromAssembly() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public virtual void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- protected virtual void SetMemberName(Mono.CSharp.MemberName new_name) { }
- protected virtual bool VerifyClsCompliance() { throw null; }
- protected void Warning_IdentifierNotCompliant() { }
- public virtual void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- CanBeReused = 262144,
- CloseTypeCreated = 16,
- ClsCompliance_Undetected = 4,
- ClsCompliant = 8,
- ClsCompliantAttributeFalse = 128,
- Excluded = 512,
- Excluded_Undetected = 256,
- HasClsCompliantAttribute = 64,
- HasCompliantAttribute_Undetected = 32,
- HasExplicitLayout = 8192,
- HasInstanceConstructor = 65536,
- HasStructLayout = 32768,
- HasUserOperators = 131072,
- InterfacesExpanded = 524288,
- IsAssigned = 4096,
- IsUsed = 2048,
- MethodOverloadsExist = 1024,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PartialDefinitionExists = 16384,
- }
- }
- public abstract partial class MemberExpr : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IInstanceQualifier
- {
- protected bool conditional_access_receiver;
- public Mono.CSharp.Expression InstanceExpression;
- protected MemberExpr() { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected abstract Mono.CSharp.TypeSpec DeclaringType { get; }
- public bool IsBase { get { throw null; } }
- public abstract bool IsInstance { get; }
- public abstract bool IsStatic { get; }
- public abstract string KindName { get; }
- Mono.CSharp.TypeSpec Mono.CSharp.OverloadResolver.IInstanceQualifier.InstanceType { get { throw null; } }
- public abstract string Name { get; }
- protected Mono.CSharp.MethodSpec CandidateToBaseOverride(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- protected void CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { }
- public static bool CheckProtectedMemberAccess<T>(Mono.CSharp.ResolveContext rc, T member, Mono.CSharp.TypeSpec qualifier) where T : Mono.CSharp.MemberSpec { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected void DoBestMemberChecks<T>(Mono.CSharp.ResolveContext rc, T member) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- protected void EmitInstance(Mono.CSharp.EmitContext ec, bool prepare_for_load) { }
- protected virtual void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public static void Error_ProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member, Mono.CSharp.TypeSpec qualifier, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- bool Mono.CSharp.OverloadResolver.IInstanceQualifier.CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { throw null; }
- protected void ResolveConditionalAccessReceiver(Mono.CSharp.ResolveContext rc) { }
- public bool ResolveInstanceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public virtual Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public virtual void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public abstract void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MemberFilter : System.IEquatable<Mono.CSharp.MemberSpec>
- {
- public readonly int Arity;
- public readonly Mono.CSharp.MemberKind Kind;
- public readonly Mono.CSharp.TypeSpec MemberType;
- public readonly string Name;
- public readonly Mono.CSharp.AParametersCollection Parameters;
- public MemberFilter(Mono.CSharp.MethodSpec m) { throw null;}
- public MemberFilter(string name, int arity, Mono.CSharp.MemberKind kind, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null;}
- public static Mono.CSharp.MemberFilter Constructor(Mono.CSharp.AParametersCollection param) { throw null; }
- public bool Equals(Mono.CSharp.MemberSpec other) { throw null; }
- public static Mono.CSharp.MemberFilter Field(string name, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Method(string name, int arity, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Property(string name, Mono.CSharp.TypeSpec type) { throw null; }
- }
- [System.FlagsAttribute]
- public enum MemberKind
- {
- ArrayType = 524288,
- Class = 2048,
- Constructor = 1,
- Delegate = 8192,
- Destructor = 128,
- Enum = 16384,
- Event = 2,
- Field = 4,
- GenericMask = 47112,
- Indexer = 32,
- Interface = 32768,
- InternalCompilerType = 2097152,
- MaskType = 63743,
- Method = 8,
- MissingType = 4194304,
- Namespace = 16777216,
- NestedMask = 63488,
- Operator = 64,
- PointerType = 1048576,
- Property = 16,
- Struct = 4096,
- TypeParameter = 65536,
- Void = 8388608,
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public partial class MemberName
- {
- public readonly Mono.CSharp.FullNamedExpression ExplicitInterface;
- public readonly Mono.CSharp.MemberName Left;
- public readonly Mono.CSharp.Location Location;
- public readonly string Name;
- public static readonly Mono.CSharp.MemberName Null;
- public Mono.CSharp.TypeParameters TypeParameters;
- public MemberName(Mono.CSharp.MemberName left, Mono.CSharp.MemberName right) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.Location loc) { }
- public MemberName(string name) { }
- public MemberName(string name, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { }
- public int Arity { get { throw null; } }
- public string Basename { get { throw null; } }
- public bool IsGeneric { get { throw null; } }
- public void CreateMetadataName(System.Text.StringBuilder sb) { }
- public bool Equals(Mono.CSharp.MemberName other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public static string MakeName(string name, Mono.CSharp.TypeParameters args) { throw null; }
- }
- public abstract partial class MemberSpec
- {
- protected Mono.CSharp.TypeSpec declaringType;
- protected Mono.CSharp.IMemberDefinition definition;
- public readonly Mono.CSharp.MemberKind Kind;
- protected Mono.CSharp.Modifiers modifiers;
- protected const Mono.CSharp.MemberSpec.StateFlags SharedStateFlags = (Mono.CSharp.MemberSpec.StateFlags)(127);
- public Mono.CSharp.MemberSpec.StateFlags state;
- protected MemberSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.Modifiers modifiers) { }
- public virtual int Arity { get { throw null; } }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAccessor { get { throw null; } set { } }
- public bool IsGeneric { get { throw null; } set { } }
- public bool IsNotCSharpCompatible { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.CSharp.IMemberDefinition MemberDefinition { get { throw null; } }
- public Mono.CSharp.Modifiers Modifiers { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public virtual void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public virtual string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public bool IsAccessible(Mono.CSharp.IMemberContext ctx) { throw null; }
- public bool IsCLSCompliant() { throw null; }
- public bool IsConditionallyExcluded(Mono.CSharp.IMemberContext ctx) { throw null; }
- protected virtual bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public abstract System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller);
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum StateFlags
- {
- CLSCompliant = 8,
- CLSCompliant_Undetected = 4,
- ConstraintsChecked = 128,
- GenericIterateInterface = 2097152,
- GenericTask = 4194304,
- HasDynamicElement = 64,
- InflatedExpressionType = 524288,
- InflatedNullableType = 1048576,
- InterfacesExpanded = 65536,
- InterfacesImported = 8388608,
- IsAccessor = 512,
- IsGeneric = 1024,
- IsNotCSharpCompatible = 131072,
- MissingDependency = 32,
- MissingDependency_Undetected = 16,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PendingBaseTypeInflate = 32768,
- PendingMakeMethod = 8192,
- PendingMemberCacheMembers = 16384,
- PendingMetaInflate = 4096,
- SpecialRuntimeType = 262144,
- }
- }
- public abstract partial class MetadataImporter
- {
- protected readonly System.Collections.Generic.Dictionary<System.Reflection.Assembly, Mono.CSharp.IAssemblyDefinition> assembly_2_definition;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> compiled_types;
- public static readonly string CompilerServicesNamespace;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> import_cache;
- protected readonly Mono.CSharp.ModuleContainer module;
- protected MetadataImporter(Mono.CSharp.ModuleContainer module) { }
- public System.Collections.Generic.ICollection<Mono.CSharp.IAssemblyDefinition> Assemblies { get { throw null; } }
- public bool IgnoreCompilerGeneratedField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IgnorePrivateMembers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec);
- public Mono.CSharp.EventSpec CreateEvent(System.Reflection.EventInfo ei, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) { throw null; }
- public Mono.CSharp.FieldSpec CreateField(System.Reflection.FieldInfo fi, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.MethodSpec CreateMethod(System.Reflection.MethodBase mb, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.TypeSpec CreateNestedType(System.Type type, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.PropertySpec CreateProperty(System.Reflection.PropertyInfo pi, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec @get, Mono.CSharp.MethodSpec @set) { throw null; }
- public Mono.CSharp.TypeSpec CreateType(System.Type type) { throw null; }
- protected Mono.CSharp.TypeSpec CreateType(System.Type type, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MetadataImporter.DynamicTypeReader dtype, bool canImportBaseType) { throw null; }
- protected abstract Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType);
- public Mono.CSharp.IAssemblyDefinition GetAssemblyDefinition(System.Reflection.Assembly assembly) { throw null; }
- public Mono.CSharp.ImportedAssemblyDefinition GetImportedAssemblyDefinition(System.Reflection.AssemblyName assemblyName) { throw null; }
- public static bool HasAttribute(System.Collections.Generic.IList<System.Reflection.CustomAttributeData> attributesData, string attrName, string attrNamespace) { throw null; }
- protected abstract bool HasVolatileModifier(System.Type[] modifiers);
- public Mono.CSharp.TypeSpec ImportType(System.Type type) { throw null; }
- public void ImportTypeBase(System.Type type) { }
- protected void ImportTypes(System.Type[] types, Mono.CSharp.Namespace targetNamespace, bool importExtensionTypes) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- protected partial struct DynamicTypeReader
- {
- public int Position;
- public DynamicTypeReader(object provider) { throw null;}
- public bool HasDynamicAttribute() { throw null; }
- public bool IsDynamicObject() { throw null; }
- }
- }
- public partial class Method : Mono.CSharp.MethodOrOperator, Mono.CSharp.IGenericMethodDefinition, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- public Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- protected Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers amod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public static bool CheckImplementingMethodConstraints(Mono.CSharp.TypeContainer container, Mono.CSharp.MethodSpec method, Mono.CSharp.MethodSpec baseMethod) { throw null; }
- public static Mono.CSharp.Method Create(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DefineTypeParameters() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public static void Error1599(Mono.CSharp.Location loc, Mono.CSharp.TypeSpec t, Mono.CSharp.Report Report) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override void PrepareEmit() { }
- protected override bool ResolveMemberType() { throw null; }
- public void SetPartialDefinition(Mono.CSharp.Method methodDefinition) { }
- }
- public abstract partial class MethodCore : Mono.CSharp.InterfaceMemberBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.MethodSpec spec;
- protected MethodCore(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public Mono.CSharp.MethodSpec Spec { get { throw null; } }
- protected override bool CheckBase() { throw null; }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class MethodData
- {
- protected Mono.CSharp.TypeSpec declaring_type;
- protected System.Reflection.MethodAttributes flags;
- public Mono.CSharp.MethodSpec implementing;
- protected Mono.CSharp.InterfaceMemberBase member;
- public readonly Mono.CSharp.IMethodData method;
- protected Mono.CSharp.Modifiers modifiers;
- protected Mono.CSharp.MethodSpec parent_method;
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method) { }
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method, Mono.CSharp.MethodSpec parent_method) { }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public string MetadataName { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public bool Define(Mono.CSharp.TypeDefinition container, string method_full_name) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container, Mono.CSharp.ParametersCompiled param) { throw null; }
- public void Emit(Mono.CSharp.TypeDefinition parent) { }
- public void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class MethodGroupExpr : Mono.CSharp.MemberExpr, Mono.CSharp.OverloadResolver.IBaseMembersProvider
- {
- protected System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Methods;
- protected Mono.CSharp.TypeSpec queried_type;
- protected Mono.CSharp.TypeArguments type_arguments;
- public MethodGroupExpr(Mono.CSharp.MethodSpec m, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public MethodGroupExpr(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> mi, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.MethodSpec BestCandidate { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Candidates { get { throw null; } }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsConditionallyExcluded { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.MethodGroupExpr CreatePredefined(Mono.CSharp.MethodSpec best, Mono.CSharp.TypeSpec queriedType, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, Mono.CSharp.TypeSpec conditionalAccessReceiver, bool statement) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, bool statement) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public virtual System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool HasAccessibleCandidate(Mono.CSharp.ResolveContext rc) { throw null; }
- public static bool IsExtensionMethodArgument(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr OverloadResolve(Mono.CSharp.ResolveContext ec, ref Mono.CSharp.Arguments args, Mono.CSharp.OverloadResolver.IErrorHandler cerrors, Mono.CSharp.OverloadResolver.Restrictions restr) { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public abstract partial class MethodOrOperator : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.MethodData MethodData;
- protected MethodOrOperator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsPartialDefinition { get { throw null; } }
- public bool IsPartialImplementation { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override string[] ConditionalConditions() { throw null; }
- public virtual Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- protected void Error_ConditionalAttributeIsNotValid() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public sealed partial class MethodSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly Mono.CSharp.MethodSpec Excluded;
- public MethodSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMethodDefinition details, Mono.CSharp.TypeSpec returnType, Mono.CSharp.AParametersCollection parameters, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public Mono.CSharp.IGenericMethodDefinition GenericDefinition { get { throw null; } }
- public bool IsAsync { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsExtensionMethod { get { throw null; } }
- public bool IsReservedMethod { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public new Mono.CSharp.IMethodDefinition MemberDefinition { get { throw null; } }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public Mono.CSharp.MethodSpec GetGenericMethodDefinition() { throw null; }
- public System.Reflection.MethodBase GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.MethodSpec MakeGenericMethod(Mono.CSharp.IMemberContext context, params Mono.CSharp.TypeSpec[] targs) { throw null; }
- public Mono.CSharp.MethodSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class MissingTypeSpecReference
- {
- public MissingTypeSpecReference(Mono.CSharp.TypeSpec type, Mono.CSharp.MemberSpec caller) { }
- public Mono.CSharp.MemberSpec Caller { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum Modifiers
- {
- ABSTRACT = 32,
- AccessibilityMask = 15,
- AllowedExplicitImplFlags = 10240,
- ASYNC = 16384,
- AutoProperty = 16777216,
- BACKING_FIELD = 2097152,
- COMPILER_GENERATED = 1048576,
- DEBUGGER_HIDDEN = 4194304,
- DEBUGGER_STEP_THROUGH = 8388608,
- DEFAULT_ACCESS_MODIFIER = 262144,
- EXTERN = 2048,
- INTERNAL = 8,
- METHOD_EXTENSION = 524288,
- NEW = 16,
- OVERRIDE = 1024,
- PARTIAL = 131072,
- PRIVATE = 4,
- PROPERTY_CUSTOM = 65536,
- PROTECTED = 1,
- PUBLIC = 2,
- READONLY = 256,
- SEALED = 64,
- STATIC = 128,
- TOP = 32768,
- UNSAFE = 8192,
- VIRTUAL = 512,
- VOLATILE = 4096,
- }
- public sealed partial class ModuleContainer : Mono.CSharp.TypeContainer
- {
- public System.Nullable<System.Runtime.InteropServices.CharSet> DefaultCharSet;
- public System.Reflection.TypeAttributes DefaultCharSetType;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryLifted;
- public ModuleContainer(Mono.CSharp.CompilerContext context) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Reflection.Emit.ModuleBuilder Builder { get { throw null; } }
- public override Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public int CounterAnonymousTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Evaluator Evaluator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.Dictionary<string, string> GetResourceStrings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.RootNamespace GlobalRootNamespace { get { throw null; } }
- public bool HasDefaultCharSet { get { throw null; } }
- public bool HasExtensionMethod { get { throw null; } set { } }
- public bool HasTypesFullyDefined { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddAnonymousType(Mono.CSharp.AnonymousTypeClass type) { }
- public void AddAttribute(Mono.CSharp.Attribute attr, Mono.CSharp.IMemberContext context) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public void Create(Mono.CSharp.AssemblyDefinition assembly, System.Reflection.Emit.ModuleBuilder moduleBuilder) { }
- public System.Reflection.Emit.TypeBuilder CreateBuilder(string name, System.Reflection.TypeAttributes attr, int typeSize) { throw null; }
- public Mono.CSharp.ModuleContainer.PatternMatchingHelper CreatePatterMatchingHelper() { throw null; }
- public Mono.CSharp.RootNamespace CreateRootNamespace(string alias) { throw null; }
- public override bool Define() { throw null; }
- public override bool DefineContainer() { throw null; }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public Mono.CSharp.AnonymousTypeClass GetAnonymousType(System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters) { throw null; }
- public Mono.CSharp.AwaiterDefinition GetAwaiter(Mono.CSharp.TypeSpec type) { throw null; }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public Mono.CSharp.Binary.PredefinedOperator[] GetPredefinedEnumAritmeticOperators(Mono.CSharp.TypeSpec enumType, bool nullable) { throw null; }
- public Mono.CSharp.RootNamespace GetRootNamespace(string name) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void InitializePredefinedTypes() { }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadGetResourceStrings(System.Collections.Generic.List<string> fileNames) { }
- public Mono.CSharp.Attribute ResolveAssemblyAttribute(Mono.CSharp.PredefinedAttribute a_type) { throw null; }
- public void SetDeclaringAssembly(Mono.CSharp.AssemblyDefinition assembly) { }
- public sealed partial class PatternMatchingHelper : Mono.CSharp.CompilerGeneratedContainer
- {
- public PatternMatchingHelper(Mono.CSharp.ModuleContainer module) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Method NumberMatcher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override bool DoDefineMembers() { throw null; }
- }
- }
- public partial class MovableArgument : Mono.CSharp.Argument
- {
- public MovableArgument(Mono.CSharp.Argument arg) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- protected MovableArgument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitToVariable(Mono.CSharp.EmitContext ec) { }
- }
- public partial class NamedArgument : Mono.CSharp.MovableArgument
- {
- public readonly string Name;
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Argument)) { }
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Argument)) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Namespace
- {
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.Namespace> namespaces;
- protected System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Mono.CSharp.TypeSpec>> types;
- protected Namespace() { }
- public Namespace(Mono.CSharp.Namespace parent, string name) { }
- public string Name { get { throw null; } }
- public Mono.CSharp.Namespace Parent { get { throw null; } }
- public Mono.CSharp.Namespace AddNamespace(Mono.CSharp.MemberName name) { throw null; }
- public void AddType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts) { }
- public System.Collections.Generic.IEnumerable<string> CompletionGetTypesStartingWith(string prefix) { throw null; }
- public System.Collections.Generic.IList<Mono.CSharp.TypeSpec> GetAllTypes(string name) { throw null; }
- public Mono.CSharp.Namespace GetNamespace(string name, bool create) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public static Mono.CSharp.TypeSpec IsImportedTypeOverride(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts, Mono.CSharp.TypeSpec found) { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public Mono.CSharp.TypeSpec LookupType(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void RemoveContainer(Mono.CSharp.TypeContainer tc) { }
- public void SetBuiltinType(Mono.CSharp.BuiltinTypeSpec pts) { }
- public bool TryGetNamespace(string name, out Mono.CSharp.Namespace ns) { ns = default(Mono.CSharp.Namespace); throw null; }
- public void VerifyClsCompliance() { }
- }
- public partial class NamespaceContainer : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public bool DeclarationFound;
- public readonly new Mono.CSharp.NamespaceContainer Parent;
- public NamespaceContainer(Mono.CSharp.MemberName name, Mono.CSharp.NamespaceContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected NamespaceContainer(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Namespace NS { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.UsingClause> Usings { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public void AddUsing(Mono.CSharp.UsingAliasNamespace un) { }
- public void AddUsing(Mono.CSharp.UsingClause un) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void DefineNamespace() { }
- protected override void DoDefineContainer() { }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity, int position) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupExternAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression LookupStaticUsings(Mono.CSharp.IMemberContext mc, string name, int arity, Mono.CSharp.Location loc) { throw null; }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class NamespaceExpression : Mono.CSharp.FullNamedExpression
- {
- public NamespaceExpression(Mono.CSharp.Namespace ns, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Namespace Namespace { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public void Error_NamespaceDoesNotExist(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.Location loc) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class New : Mono.CSharp.ExpressionStatement, Mono.CSharp.IMemoryLocation
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.MethodSpec method;
- protected Mono.CSharp.Expression RequestedType;
- public New(Mono.CSharp.Expression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.Location l) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public bool IsGeneratedStructConstructor { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public virtual bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.Expression CheckComImport(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public static Mono.CSharp.Constant Constantify(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected virtual Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class NewAnonymousType : Mono.CSharp.New
- {
- public NewAnonymousType(System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.TypeContainer parent, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewDelegate : Mono.CSharp.DelegateCreation
- {
- public Mono.CSharp.Arguments Arguments;
- public NewDelegate(Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments Arguments, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewInitialize : Mono.CSharp.New
- {
- public NewInitialize(Mono.CSharp.FullNamedExpression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.CollectionOrObjectInitializers initializers, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.CollectionOrObjectInitializers Initializers { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected override Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class NullConstant : Mono.CSharp.Constant
- {
- public NullConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string ExprClassName { get { throw null; } }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool inCheckedContext, Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class NullLiteral : Mono.CSharp.NullConstant
- {
- public NullLiteral(Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec t, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class Operator : Mono.CSharp.MethodOrOperator
- {
- public readonly Mono.CSharp.Operator.OpType OperatorType;
- public Operator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Operator.OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public Mono.CSharp.Operator.OpType GetMatchingOperator() { throw null; }
- public static string GetMetadataName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetMetadataName(string name) { throw null; }
- public static string GetName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetName(string metadata_name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static System.Nullable<Mono.CSharp.Operator.OpType> GetType(string metadata_name) { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- public enum OpType : byte
- {
- Addition = (byte)6,
- BitwiseAnd = (byte)13,
- BitwiseOr = (byte)14,
- Decrement = (byte)3,
- Division = (byte)11,
- Equality = (byte)18,
- ExclusiveOr = (byte)15,
- Explicit = (byte)25,
- False = (byte)5,
- GreaterThan = (byte)20,
- GreaterThanOrEqual = (byte)22,
- Implicit = (byte)24,
- Increment = (byte)2,
- Inequality = (byte)19,
- Is = (byte)26,
- LeftShift = (byte)16,
- LessThan = (byte)21,
- LessThanOrEqual = (byte)23,
- LogicalNot = (byte)0,
- Modulus = (byte)12,
- Multiply = (byte)10,
- OnesComplement = (byte)1,
- RightShift = (byte)17,
- Subtraction = (byte)7,
- TOP = (byte)27,
- True = (byte)4,
- UnaryNegation = (byte)9,
- UnaryPlus = (byte)8,
- }
- }
- public partial class OperatorCast : Mono.CSharp.TypeCast
- {
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec returnType, bool isExplicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type, bool find_explicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Outline
- {
- public Outline(System.Type t, System.IO.TextWriter output, bool declared_only, bool show_private, bool filter_obsolete) { }
- public void OutlineType() { }
- public static string RemoveGenericArity(string name) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OverloadResolver
- {
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.TypeArguments targs, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public Mono.CSharp.OverloadResolver.IBaseMembersProvider BaseMembersProvider { get { throw null; } set { } }
- public bool BestCandidateIsDynamic { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MethodGroupExpr BestCandidateNewMethodGroup { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public Mono.CSharp.OverloadResolver.IErrorHandler CustomErrors { get { throw null; } set { } }
- public Mono.CSharp.OverloadResolver.IInstanceQualifier InstanceQualifier { get { throw null; } set { } }
- public static int BetterTypeConversion(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec p, Mono.CSharp.TypeSpec q) { throw null; }
- public static void Error_ConstructorMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, int argCount, Mono.CSharp.Location loc) { }
- public static Mono.CSharp.Expression ResolveDefaultValueArgument(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec ptype, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public T ResolveMember<T>(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IParametersMember { throw null; }
- public Mono.CSharp.MethodSpec ResolveOperator(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) { throw null; }
- public partial interface IBaseMembersProvider
- {
- System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType);
- Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member);
- Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc);
- }
- public partial interface IErrorHandler
- {
- bool AmbiguousCandidates(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous);
- bool ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument a, int index);
- bool NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- bool TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- }
- public partial interface IInstanceQualifier
- {
- Mono.CSharp.TypeSpec InstanceType { get; }
- bool CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member);
- }
- [System.FlagsAttribute]
- public enum Restrictions
- {
- BaseMembersIncluded = 16,
- CovariantDelegate = 4,
- DelegateInvoke = 1,
- GetEnumeratorLookup = 32,
- NoBaseMembers = 8,
- None = 0,
- ProbingOnly = 2,
- }
- }
- public partial class Parameter : Mono.CSharp.ParameterBase, Mono.CSharp.ILocalVariable, Mono.CSharp.IParameterData
- {
- public bool HasAddressTaken;
- protected int idx;
- protected Mono.CSharp.TypeSpec parameter_type;
- public Parameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Parameter.Modifier mod, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression DefaultExpression { get { throw null; } }
- public Mono.CSharp.DefaultParameterValueExpression DefaultValue { get { throw null; } set { } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.HoistedParameter HoistedVariant { get { throw null; } set { } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- Mono.CSharp.Expression Mono.CSharp.IParameterData.DefaultValue { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.Parameter.Modifier ParameterModifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public Mono.CSharp.Parameter Clone() { throw null; }
- public Mono.CSharp.ExpressionStatement CreateExpressionTreeVariable(Mono.CSharp.BlockContext ec) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public void Error_DuplicateName(Mono.CSharp.Report r) { }
- public Mono.CSharp.TemporaryVariableReference ExpressionTreeVariableReference() { throw null; }
- public static string GetModifierSignature(Mono.CSharp.Parameter.Modifier mod) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public void IsClsCompliant(Mono.CSharp.IMemberContext ctx) { }
- public virtual Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext rc, int index) { throw null; }
- public void ResolveDefaultValue(Mono.CSharp.ResolveContext rc) { }
- public static Mono.CSharp.TypeExpr ResolveParameterExpressionType(Mono.CSharp.IMemberContext ec, Mono.CSharp.Location location) { throw null; }
- public void SetIndex(int index) { }
- public void Warning_UselessOptionalParameter(Mono.CSharp.Report Report) { }
- [System.FlagsAttribute]
- public enum Modifier : byte
- {
- CallerFilePath = (byte)64,
- CallerLineNumber = (byte)32,
- CallerMask = (byte)112,
- CallerMemberName = (byte)16,
- ModifierMask = (byte)15,
- NONE = (byte)0,
- OUT = (byte)4,
- PARAMS = (byte)1,
- REF = (byte)2,
- RefOutMask = (byte)6,
- This = (byte)8,
- }
- }
- public abstract partial class ParameterBase : Mono.CSharp.Attributable
- {
- protected System.Reflection.Emit.ParameterBuilder builder;
- protected ParameterBase() { }
- public System.Reflection.Emit.ParameterBuilder Builder { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class ParameterData : Mono.CSharp.IParameterData
- {
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers) { }
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers, Mono.CSharp.Expression defaultValue) { }
- public Mono.CSharp.Expression DefaultValue { get { throw null; } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public partial class ParameterReference : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.ParametersBlock.ParameterInfo pi;
- public ParameterReference(Mono.CSharp.ParametersBlock.ParameterInfo pi, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- }
- public partial class ParametersBlock : Mono.CSharp.ExplicitBlock
- {
- protected System.Collections.Generic.Dictionary<string, object> labels;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.ParametersBlock.ParameterInfo[] parameter_info;
- protected bool resolved;
- protected Mono.CSharp.StateMachine state_machine;
- protected Mono.CSharp.ToplevelBlock top_block;
- public ParametersBlock(Mono.CSharp.Block parent, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public bool HasReferenceToStoreyForInstanceLambdas { get { throw null; } set { } }
- public bool IsAsync { get { throw null; } set { } }
- public bool IsExpressionTree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public bool Resolved { get { throw null; } }
- public Mono.CSharp.StateMachine StateMachine { get { throw null; } }
- public int TemporaryLocalsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ToplevelBlock TopBlock { get { throw null; } set { } }
- public void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public Mono.CSharp.ParametersBlock ConvertToAsyncTask(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeDefinition host, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.ToplevelBlock ConvertToIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitEmbedded(Mono.CSharp.EmitContext ec) { }
- public override int GetDebugSymbolScopeIndex() { throw null; }
- public Mono.CSharp.LabeledStatement GetLabel(string name, Mono.CSharp.Block block) { throw null; }
- public Mono.CSharp.ParametersBlock.ParameterInfo GetParameterInfo(Mono.CSharp.Parameter p) { throw null; }
- public Mono.CSharp.ParameterReference GetParameterReference(int index, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Statement PerformClone(ref System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { throw null; }
- protected void ProcessParameters() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class ParameterInfo : Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public ParameterInfo(Mono.CSharp.ParametersBlock block, int index) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- Mono.CSharp.Block Mono.CSharp.INamedBlockVariable.Block { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- public Mono.CSharp.TypeSpec ParameterType { get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class ParametersCompiled : Mono.CSharp.AParametersCollection
- {
- public static readonly Mono.CSharp.ParametersCompiled EmptyReadOnlyParameters;
- public static readonly Mono.CSharp.ParametersCompiled Undefined;
- public ParametersCompiled(params Mono.CSharp.Parameter[] parameters) { }
- public ParametersCompiled(Mono.CSharp.Parameter[] parameters, bool has_arglist) { }
- public Mono.CSharp.Parameter this[int pos] { get { throw null; } }
- public void ApplyAttributes(Mono.CSharp.IMemberContext mc, System.Reflection.MethodBase builder) { }
- public void CheckConstraints(Mono.CSharp.IMemberContext mc) { }
- public void CheckParameters(Mono.CSharp.MemberCore member) { }
- public Mono.CSharp.ParametersCompiled Clone() { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.BlockContext ec, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter[] parameters, Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.AParametersCollection CreateFullyResolved(params Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateImplicitParameter(Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) { throw null; }
- public static int IsSameClsSignature(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter compilerParams, Mono.CSharp.TypeSpec compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter[] compilerParams, Mono.CSharp.TypeSpec[] compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled Prefix(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- public void ResolveDefaultValues(Mono.CSharp.MemberCore m) { }
- public void VerifyClsCompliance(Mono.CSharp.IMemberContext ctx) { }
- }
- public partial class ParametersImported : Mono.CSharp.AParametersCollection
- {
- public ParametersImported(Mono.CSharp.IParameterData[] param, Mono.CSharp.TypeSpec[] types, bool hasParams) { }
- public ParametersImported(Mono.CSharp.IParameterData[] parameters, Mono.CSharp.TypeSpec[] types, bool hasArglist, bool hasParams) { }
- }
- public partial class ParamsParameter : Mono.CSharp.Parameter
- {
- public ParamsParameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class ParenthesizedExpression : Mono.CSharp.ShimExpression
- {
- public ParenthesizedExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ParserSession
- {
- public readonly char[] IDBuilder;
- public readonly System.Collections.Generic.Dictionary<char[], string>[] Identifiers;
- public readonly char[] NumberBuilder;
- public readonly System.Collections.Generic.List<Mono.CSharp.Parameter> ParametersStack;
- public readonly char[] StreamReaderBuffer;
- public ParserSession() { }
- public Mono.CSharp.LocatedToken[] LocatedTokens { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocationsBag LocationsBag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UseJayGlobalArrays { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Security.Cryptography.MD5 GetChecksumAlgorithm() { throw null; }
- }
- public partial class PendingImplementation
- {
- internal PendingImplementation() { }
- public static Mono.CSharp.PendingImplementation GetPendingImplementations(Mono.CSharp.TypeDefinition container) { throw null; }
- public void ImplementMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, bool clear_one, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); }
- public Mono.CSharp.MethodSpec InterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec iType, Mono.CSharp.MethodData method, Mono.CSharp.PendingImplementation.Operation op, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public Mono.CSharp.MethodSpec IsInterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public bool VerifyPendingMethods() { throw null; }
- public enum Operation
- {
- ClearAll = 2,
- ClearOne = 1,
- Lookup = 0,
- }
- }
- public enum Platform
- {
- AnyCPU = 0,
- AnyCPU32Preferred = 1,
- Arm = 2,
- IA64 = 5,
- X64 = 4,
- X86 = 3,
- }
- public partial class PointerArithmetic : Mono.CSharp.Expression
- {
- public PointerArithmetic(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression l, Mono.CSharp.Expression r, Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class PredefinedAttribute : Mono.CSharp.PredefinedType
- {
- protected Mono.CSharp.MethodSpec ctor;
- public PredefinedAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(Mono.CSharp.MemberKind), default(string), default(string), default(int)) { }
- public Mono.CSharp.MethodSpec Constructor { get { throw null; } }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ConstructorBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ModuleBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public static bool operator !=(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public bool ResolveBuilder() { throw null; }
- }
- public partial class PredefinedAttributes
- {
- public readonly Mono.CSharp.PredefinedAttribute AssemblyAlgorithmId;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCompany;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCopyright;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCulture;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFileVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFlags;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyInformationalVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyProduct;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyTrademark;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyVersion;
- public readonly Mono.CSharp.PredefinedStateMachineAttribute AsyncStateMachine;
- public readonly Mono.CSharp.PredefinedAttribute AttributeUsage;
- public readonly Mono.CSharp.PredefinedAttribute CallerFilePathAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerLineNumberAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerMemberNameAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CLSCompliant;
- public readonly Mono.CSharp.PredefinedAttribute CoClass;
- public readonly Mono.CSharp.PredefinedAttribute ComImport;
- public readonly Mono.CSharp.PredefinedAttribute CompilerGenerated;
- public readonly Mono.CSharp.PredefinedAttribute Conditional;
- public readonly Mono.CSharp.PredefinedDebuggableAttribute Debuggable;
- public readonly Mono.CSharp.PredefinedDebuggerBrowsableAttribute DebuggerBrowsable;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerHidden;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerStepThrough;
- public readonly Mono.CSharp.PredefinedDecimalAttribute DecimalConstant;
- public readonly Mono.CSharp.PredefinedAttribute DefaultCharset;
- public readonly Mono.CSharp.PredefinedAttribute DefaultMember;
- public readonly Mono.CSharp.PredefinedAttribute DefaultParameterValue;
- public readonly Mono.CSharp.PredefinedAttribute DllImport;
- public readonly Mono.CSharp.PredefinedDynamicAttribute Dynamic;
- public readonly Mono.CSharp.PredefinedAttribute Extension;
- public readonly Mono.CSharp.PredefinedAttribute FieldOffset;
- public readonly Mono.CSharp.PredefinedAttribute FixedBuffer;
- public readonly Mono.CSharp.PredefinedAttribute Guid;
- public readonly Mono.CSharp.PredefinedAttribute HostProtection;
- public readonly Mono.CSharp.PredefinedAttribute In;
- public readonly Mono.CSharp.PredefinedAttribute IndexerName;
- public readonly Mono.CSharp.PredefinedAttribute InternalsVisibleTo;
- public readonly Mono.CSharp.PredefinedAttribute MarshalAs;
- public readonly Mono.CSharp.PredefinedAttribute MethodImpl;
- public readonly Mono.CSharp.PredefinedAttribute Obsolete;
- public readonly Mono.CSharp.PredefinedAttribute OptionalParameter;
- public readonly Mono.CSharp.PredefinedAttribute Out;
- public readonly Mono.CSharp.PredefinedAttribute ParamArray;
- public readonly Mono.CSharp.PredefinedAttribute Required;
- public readonly Mono.CSharp.PredefinedAttribute RuntimeCompatibility;
- public readonly Mono.CSharp.PredefinedAttribute Security;
- public readonly Mono.CSharp.PredefinedAttribute StructLayout;
- public readonly Mono.CSharp.PredefinedAttribute TypeForwarder;
- public readonly Mono.CSharp.PredefinedAttribute UnmanagedFunctionPointer;
- public readonly Mono.CSharp.PredefinedAttribute UnsafeValueType;
- public readonly Mono.CSharp.PredefinedAttribute UnverifiableCode;
- public PredefinedAttributes(Mono.CSharp.ModuleContainer module) { }
- }
- public partial class PredefinedDebuggableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder, System.Diagnostics.DebuggableAttribute.DebuggingModes modes) { }
- }
- public partial class PredefinedDebuggerBrowsableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggerBrowsableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, System.Diagnostics.DebuggerBrowsableState state) { }
- }
- public partial class PredefinedDecimalAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDecimalAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedDynamicAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDynamicAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedMember<T> where T : Mono.CSharp.MemberSpec
- {
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypeSpec type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, Mono.CSharp.MemberFilter filter) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, params Mono.CSharp.PredefinedType[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, System.Func<Mono.CSharp.TypeSpec[]> typesBuilder, Mono.CSharp.TypeSpec returnType) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec type, Mono.CSharp.MemberFilter filter) { }
- public T Get() { throw null; }
- public T Resolve(Mono.CSharp.Location loc) { throw null; }
- }
- public partial class PredefinedStateMachineAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedStateMachineAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder, Mono.CSharp.StateMachine type) { }
- }
- public partial class PredefinedType
- {
- protected readonly Mono.CSharp.ModuleContainer module;
- protected Mono.CSharp.TypeSpec type;
- public PredefinedType(Mono.CSharp.BuiltinTypeSpec type) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity) { }
- public int Arity { get { throw null; } }
- public bool IsDefined { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeSpec { get { throw null; } }
- public bool Define() { throw null; }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.TypeSpec Resolve() { throw null; }
- public static Mono.CSharp.TypeSpec Resolve(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity, bool required, bool reportErrors) { throw null; }
- }
- public abstract partial class Probe : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- public Mono.CSharp.Expression ProbeType;
- protected Mono.CSharp.TypeSpec probe_type_expr;
- protected Probe(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected abstract string OperatorName { get; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- protected Mono.CSharp.Expression ResolveCommon(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Property : Mono.CSharp.PropertyBase
- {
- public Property(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property.BackingFieldDeclaration BackingField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public sealed partial class BackingFieldDeclaration : Mono.CSharp.Field
- {
- public BackingFieldDeclaration(Mono.CSharp.Property p, bool readOnly) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property OriginalProperty { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- }
- }
- public abstract partial class PropertyBase : Mono.CSharp.PropertyBasedMember
- {
- protected PropertyBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorFirst { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorSecond { get { throw null; } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Get { get { throw null; } set { } }
- public override bool IsUsed { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Set { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- protected bool DefineAccessors() { throw null; }
- protected void DefineBuilders(Mono.CSharp.MemberKind kind, Mono.CSharp.ParametersCompiled parameters) { }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- public override void PrepareEmit() { }
- protected override void SetMemberName(Mono.CSharp.MemberName new_name) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public partial class GetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- public GetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public abstract partial class PropertyMethod : Mono.CSharp.AbstractPropertyEventMethod
- {
- protected System.Reflection.MethodAttributes flags;
- protected readonly Mono.CSharp.PropertyBase method;
- public PropertyMethod(Mono.CSharp.PropertyBase method, string prefix, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCustomAccessModifier { get { throw null; } }
- public Mono.CSharp.PropertyBase Property { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class SetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- protected Mono.CSharp.ParametersCompiled parameters;
- public SetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- }
- public abstract partial class PropertyBasedMember : Mono.CSharp.InterfaceMemberBase
- {
- protected PropertyBasedMember(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected void CheckReservedNameConflict(string prefix, Mono.CSharp.MethodSpec accessor) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class PropertySpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public PropertySpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec Get { get { throw null; } set { } }
- public bool HasDifferentAccessibility { get { throw null; } }
- public bool HasGet { get { throw null; } }
- public bool HasSet { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.PropertyInfo MetaInfo { get { throw null; } }
- public Mono.CSharp.MethodSpec Set { get { throw null; } set { } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class QualifiedAliasMember : Mono.CSharp.MemberAccess
- {
- public static readonly string GlobalAlias;
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, int arity, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public string Alias { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.FullNamedExpression CreateExpressionFromAlias(Mono.CSharp.IMemberContext mc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Reachability
- {
- public bool IsUnreachable { get { throw null; } }
- public static Mono.CSharp.Reachability CreateUnreachable() { throw null; }
- public static Mono.CSharp.Reachability operator &(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- public static Mono.CSharp.Reachability operator |(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- }
- public partial class ReducedExpression : Mono.CSharp.Expression
- {
- internal ReducedExpression() { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Constant Create(Mono.CSharp.Constant expr, Mono.CSharp.Expression originalExpr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr, bool canBeConstant) { throw null; }
- public static Mono.CSharp.ExpressionStatement Create(Mono.CSharp.ExpressionStatement s, Mono.CSharp.Expression orig) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public partial class ReducedConstantExpression : Mono.CSharp.EmptyConstantCast
- {
- public ReducedConstantExpression(Mono.CSharp.Constant expr, Mono.CSharp.Expression orig_expr) : base (default(Mono.CSharp.Constant), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- }
- public sealed partial class ReflectionImporter : Mono.CSharp.MetadataImporter
- {
- public ReflectionImporter(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypes builtin) : base (default(Mono.CSharp.ModuleContainer)) { }
- public override void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec) { }
- protected override Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType) { throw null; }
- protected override bool HasVolatileModifier(System.Type[] modifiers) { throw null; }
- public void ImportAssembly(System.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) { }
- public Mono.CSharp.ImportedModuleDefinition ImportModule(System.Reflection.Module module, Mono.CSharp.RootNamespace targetNamespace) { throw null; }
- }
- public partial class RefTypeExpr : Mono.CSharp.ShimExpression
- {
- public RefTypeExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class RefValueExpr : Mono.CSharp.ShimExpression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RefValueExpr(Mono.CSharp.Expression expr, Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class Report
- {
- public static readonly int[] AllWarnings;
- public const int RuntimeErrorId = 10000;
- public Report(Mono.CSharp.CompilerContext context, Mono.CSharp.ReportPrinter printer) { }
- public int Errors { get { throw null; } }
- public bool IsDisabled { get { throw null; } }
- public Mono.CSharp.ReportPrinter Printer { get { throw null; } }
- public int Warnings { get { throw null; } }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(int category, string message, params object[] args) { }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(string message, params object[] args) { }
- public void DisableReporting() { }
- public void EnableReporting() { }
- public void Error(int code, Mono.CSharp.Location loc, string error) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, params string[] args) { }
- public void Error(int code, string error) { }
- public void Error(int code, string format, string arg) { }
- public void Error(int code, string format, string arg1, string arg2) { }
- public void Error(int code, string format, params string[] args) { }
- public void ExtraInformation(Mono.CSharp.Location loc, string msg) { }
- public void FeatureIsNotAvailable(Mono.CSharp.CompilerContext compiler, Mono.CSharp.Location loc, string feature) { }
- public void FeatureIsNotSupported(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.WarningRegions RegisterWarningRegion(Mono.CSharp.Location location) { throw null; }
- public void RuntimeMissingSupport(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.ReportPrinter SetPrinter(Mono.CSharp.ReportPrinter printer) { throw null; }
- public void SymbolRelatedToPreviousError(Mono.CSharp.Location loc, string symbol) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberCore mc) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberSpec ms) { }
- public void SymbolRelatedToPreviousError(string loc) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string message) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, params object[] args) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string message) { }
- public void Warning(int code, int level, string format, string arg) { }
- public void Warning(int code, int level, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string format, params string[] args) { }
- }
- public abstract partial class ReportPrinter
- {
- protected System.Collections.Generic.HashSet<Mono.CSharp.ITypeDefinition> reported_missing_definitions;
- protected ReportPrinter() { }
- public int ErrorsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public virtual bool HasRelatedSymbolSupport { get { throw null; } }
- public int WarningsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected virtual string FormatText(string txt) { throw null; }
- public bool MissingTypeReported(Mono.CSharp.ITypeDefinition typeDefinition) { throw null; }
- public virtual void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- protected void Print(Mono.CSharp.AbstractMessage msg, System.IO.TextWriter output, bool showFullPath) { }
- public void Reset() { }
- }
- public partial class ResolveContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public Mono.CSharp.Block CurrentBlock;
- public Mono.CSharp.Expression CurrentInitializerVariable;
- protected Mono.CSharp.ResolveContext.Options flags;
- public readonly Mono.CSharp.IMemberContext MemberContext;
- public ResolveContext(Mono.CSharp.IMemberContext mc) { }
- public ResolveContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ResolveContext.Options options) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool ConstantCheckState { get { throw null; } }
- public virtual Mono.CSharp.ExplicitBlock ConstructorBlock { get { throw null; } }
- public Mono.CSharp.Iterator CurrentIterator { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsInProbingMode { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsRuntimeBinder { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public bool IsVariableCapturingRequired { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public bool HasAny(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public bool HasSet(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public bool MustCaptureVariable(Mono.CSharp.INamedBlockVariable local) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle Set(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle With(Mono.CSharp.ResolveContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AllCheckStateFlags = 3,
- BaseInitializer = 256,
- CatchScope = 8,
- CheckedScope = 1,
- CompoundAssignmentScope = 64,
- ConstantCheckState = 2,
- ConstantScope = 1024,
- ConstructorScope = 2048,
- DontSetConditionalAccessReceiver = 65536,
- EnumScope = 512,
- ExpressionTreeConversion = 33554432,
- FieldInitializerScope = 32,
- FinallyScope = 16,
- FixedInitializerScope = 128,
- InferReturnType = 8388608,
- InvokeSpecialName = 67108864,
- LockScope = 8192,
- NameOfScope = 131072,
- OmitDebuggingInfo = 16777216,
- ProbingMode = 4194304,
- TryScope = 16384,
- TryWithCatchScope = 32768,
- UnsafeScope = 4,
- UsingInitializerScope = 4096,
- }
- }
- [System.FlagsAttribute]
- public enum ResolveFlags
- {
- MaskExprClass = 15,
- MethodGroup = 4,
- Type = 2,
- TypeParameter = 8,
- VariableOrValue = 1,
- }
- public abstract partial class ResumableStatement : Mono.CSharp.Statement
- {
- protected System.Reflection.Emit.Label resume_point;
- protected ResumableStatement() { }
- public virtual void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- public virtual System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public System.Reflection.Emit.Label PrepareForEmit(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class Return : Mono.CSharp.ExitStatement
- {
- public Return(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } protected set { } }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ReturnParameter : Mono.CSharp.ParameterBase
- {
- public ReturnParameter(Mono.CSharp.MemberCore method, System.Reflection.Emit.MethodBuilder mb, Mono.CSharp.Location location) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- }
- public partial class RootContext
- {
- public RootContext() { }
- public static Mono.CSharp.ModuleContainer ToplevelTypes { get { throw null; } set { } }
- }
- public partial class RootNamespace : Mono.CSharp.Namespace
- {
- public RootNamespace(string alias_name) { }
- public string Alias { get { throw null; } }
- public static void Error_GlobalNamespaceRedefined(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.List<string> FindExtensionMethodNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public System.Collections.Generic.List<string> FindTypeNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void RegisterNamespace(Mono.CSharp.Namespace child) { }
- }
- public partial class RuntimeExplicitAssign : Mono.CSharp.Assign
- {
- public RuntimeExplicitAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class RuntimeValueExpression : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RuntimeValueExpression(System.Dynamic.DynamicMetaObject obj, Mono.CSharp.TypeSpec type) { }
- public bool IsSuggestionOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Dynamic.DynamicMetaObject MetaObject { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public enum RuntimeVersion
- {
- v1 = 0,
- v2 = 1,
- v4 = 2,
- }
- public partial class SByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly sbyte Value;
- public SByteConstant(Mono.CSharp.BuiltinTypes types, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public SByteConstant(Mono.CSharp.TypeSpec type, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SeekableStreamReader : System.IDisposable
- {
- public const int DefaultReadAheadSize = 2048;
- public SeekableStreamReader(System.IO.Stream stream, System.Text.Encoding encoding, char[] sharedBuffer=null) { }
- public int Position { get { throw null; } set { } }
- public void Dispose() { }
- public int Peek() { throw null; }
- public int Read() { throw null; }
- public char[] ReadChars(int fromPosition, int toPosition) { throw null; }
- }
- public abstract partial class ShimExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected ShimExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly short Value;
- public ShortConstant(Mono.CSharp.BuiltinTypes types, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ShortConstant(Mono.CSharp.TypeSpec type, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SideEffectConstant : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant value;
- public SideEffectConstant(Mono.CSharp.Constant value, Mono.CSharp.Expression side_effect, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class SimpleAssign : Mono.CSharp.Assign
- {
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class SimpleMemberName
- {
- public Mono.CSharp.Location Location;
- public string Value;
- public SimpleMemberName(string name, Mono.CSharp.Location loc) { }
- }
- public partial class SimpleName : Mono.CSharp.ATypeNameExpression
- {
- public SimpleName(string name, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, Mono.CSharp.TypeArguments args, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, int arity, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public void Error_NameDoesNotExist(Mono.CSharp.ResolveContext rc) { }
- protected virtual void Error_TypeOrNamespaceNotFound(Mono.CSharp.IMemberContext ctx) { }
- public Mono.CSharp.SimpleName GetMethodGroup() { throw null; }
- public bool IsPossibleType(Mono.CSharp.IMemberContext mc) { throw null; }
- public bool IsPossibleTypeOrNamespace(Mono.CSharp.IMemberContext mc) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class SizeOf : Mono.CSharp.Expression
- {
- public SizeOf(Mono.CSharp.Expression queried_type, Mono.CSharp.Location l) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class SourceFile : System.IEquatable<Mono.CSharp.SourceFile>
- {
- public bool AutoGenerated;
- public readonly int Index;
- public readonly string Name;
- public readonly string OriginalFullPathName;
- public SourceFile(string name, string path, int index) { }
- public byte[] Checksum { get { throw null; } }
- public bool HasChecksum { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFileEntry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry CreateSymbolInfo(Mono.CompilerServices.SymbolWriter.MonoSymbolFile symwriter, System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool Equals(Mono.CSharp.SourceFile other) { throw null; }
- public string GetFullPathName(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool IsHiddenLocation(Mono.CSharp.Location loc) { throw null; }
- public void RegisterHiddenScope(Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public void SetChecksum(byte[] checksum) { }
- public void SetChecksum(byte[] algorithmGuid, byte[] checksum) { }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum SpecialConstraint
- {
- Class = 8,
- Constructor = 4,
- None = 0,
- Struct = 16,
- }
- public partial class SpecialContraintExpr : Mono.CSharp.FullNamedExpression
- {
- public SpecialContraintExpr(Mono.CSharp.SpecialConstraint constraint, Mono.CSharp.Location loc) { }
- public Mono.CSharp.SpecialConstraint Constraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class StackAlloc : Mono.CSharp.Expression
- {
- public StackAlloc(Mono.CSharp.Expression type, Mono.CSharp.Expression count, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression CountExpression { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class StackFieldExpr : Mono.CSharp.FieldExpr, Mono.CSharp.IExpressionCleanup
- {
- public StackFieldExpr(Mono.CSharp.Field field) : base (default(Mono.CSharp.Location)) { }
- public bool AutomaticallyReuse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsAvailableForReuse { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- void Mono.CSharp.IExpressionCleanup.EmitCleanup(Mono.CSharp.EmitContext ec) { }
- public void PrepareCleanup(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class StateMachine : Mono.CSharp.AnonymousMethodStorey
- {
- protected StateMachine(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.ExplicitBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberBase), default(Mono.CSharp.TypeParameters), default(string), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.TypeParameters OriginalTypeParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Field PC { get { throw null; } }
- public Mono.CSharp.StateMachineMethod StateMachineMethod { get { throw null; } }
- public void AddEntryMethod(Mono.CSharp.StateMachineMethod method) { }
- protected override bool DoDefineMembers() { throw null; }
- protected override string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public enum State
- {
- After = -1,
- Running = -3,
- Start = 0,
- Uninitialized = -2,
- }
- }
- public abstract partial class StateMachineInitializer : Mono.CSharp.AnonymousExpression
- {
- protected System.Reflection.Emit.LocalBuilder current_pc;
- public readonly Mono.CSharp.TypeDefinition Host;
- protected System.Reflection.Emit.Label move_next_error;
- protected System.Reflection.Emit.Label move_next_ok;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected Mono.CSharp.StateMachine storey;
- protected StateMachineInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public System.Reflection.Emit.Label BodyEnd { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Reflection.Emit.LocalBuilder CurrentPC { get { throw null; } }
- public System.Reflection.Emit.LocalBuilder SkipFinally { get { throw null; } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt) { throw null; }
- protected virtual Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLeave(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- protected virtual void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public virtual void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- public void SetStateMachine(Mono.CSharp.StateMachine stateMachine) { }
- }
- public partial class StateMachineMethod : Mono.CSharp.Method
- {
- public StateMachineMethod(Mono.CSharp.StateMachine host, Mono.CSharp.StateMachineInitializer expr, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Block.Flags blockFlags) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- }
- public abstract partial class Statement
- {
- public Mono.CSharp.Location loc;
- protected bool reachable;
- protected Statement() { }
- public bool IsUnreachable { get { throw null; } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected void CheckExitBoundaries(Mono.CSharp.BlockContext bc, Mono.CSharp.Block scope) { }
- public Mono.CSharp.Statement Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected abstract void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target);
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected abstract void DoEmit(Mono.CSharp.EmitContext ec);
- protected abstract bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc);
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- protected void Error_FinallyClauseExit(Mono.CSharp.BlockContext bc) { }
- public bool FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public virtual Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public virtual bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementErrorExpression : Mono.CSharp.Statement
- {
- public StatementErrorExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementExpression : Mono.CSharp.Statement
- {
- public StatementExpression(Mono.CSharp.ExpressionStatement expr) { }
- public StatementExpression(Mono.CSharp.ExpressionStatement expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExpressionStatement Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StatementList : Mono.CSharp.Statement
- {
- public StatementList(Mono.CSharp.Statement first, Mono.CSharp.Statement second) { }
- public System.Collections.Generic.IList<Mono.CSharp.Statement> Statements { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Statement statement) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StreamReportPrinter : Mono.CSharp.ReportPrinter
- {
- public StreamReportPrinter(System.IO.TextWriter writer) { }
- public override void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- }
- public partial class StringConcat : Mono.CSharp.Expression
- {
- internal StringConcat() { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.StringConcat Create(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class StringConstant : Mono.CSharp.Constant
- {
- public StringConstant(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- protected StringConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public StringConstant(Mono.CSharp.TypeSpec type, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public string Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class StringLiteral : Mono.CSharp.StringConstant, Mono.CSharp.ILiteralConstant
- {
- public StringLiteral(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(string), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public sealed partial class Struct : Mono.CSharp.ClassOrStruct
- {
- public Struct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasUnmanagedCheckDone { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public abstract partial class StructuralVisitor
- {
- protected StructuralVisitor() { }
- public virtual object Visit(Mono.CSharp.AnonymousMethodExpression anonymousMethodExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Arglist argListExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArglistAccess argListAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayCreation arrayCreationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayInitializer arrayInitializer) { throw null; }
- public virtual object Visit(Mono.CSharp.As asExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Await awaitExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.BaseThis baseAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Binary binaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Block blockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockConstant blockConstantDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockVariable blockVariableDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BooleanExpression booleanExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Break breakStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Cast castExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Checked checkedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.CheckedExpr checkedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Class c) { }
- public virtual void Visit(Mono.CSharp.CompilationSourceFile csf) { }
- public virtual object Visit(Mono.CSharp.ComposedCast composedCast) { throw null; }
- public virtual object Visit(Mono.CSharp.CompoundAssign compoundAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.Conditional conditionalExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Const c) { }
- public virtual object Visit(Mono.CSharp.Constant constant) { throw null; }
- public virtual object Visit(Mono.CSharp.ConstInitializer constInitializer) { throw null; }
- public virtual void Visit(Mono.CSharp.Constructor c) { }
- public virtual object Visit(Mono.CSharp.Continue continueStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultParameterValueExpression defaultParameterValueExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultValueExpression defaultValueExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Delegate d) { }
- public virtual void Visit(Mono.CSharp.Destructor d) { }
- public virtual object Visit(Mono.CSharp.Do doStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.ElementAccess elementAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpression emptyExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpressionStatement emptyExpressionStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyStatement emptyStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Enum e) { }
- public virtual void Visit(Mono.CSharp.EnumMember em) { }
- public virtual object Visit(Mono.CSharp.ErrorExpression errorExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.EventField e) { }
- public virtual void Visit(Mono.CSharp.EventProperty ep) { }
- public virtual object Visit(Mono.CSharp.Expression expression) { throw null; }
- public virtual void Visit(Mono.CSharp.Field f) { }
- public virtual object Visit(Mono.CSharp.Fixed fixedStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.FixedField f) { }
- public virtual object Visit(Mono.CSharp.For forStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Foreach foreachStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Goto gotoStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoCase gotoCase) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoDefault gotoDefault) { throw null; }
- public virtual object Visit(Mono.CSharp.If ifStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Indexer i) { }
- public virtual object Visit(Mono.CSharp.Indirection indirectionExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Interface i) { }
- public virtual object Visit(Mono.CSharp.Invocation invocationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Is isExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.LabeledStatement labeledStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.LambdaExpression lambdaExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupBy groupBy) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupJoin groupJoin) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Join join) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Let let) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByAscending orderByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByDescending orderByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryExpression queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryStartClause queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Select select) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.SelectMany selectMany) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByAscending thenByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByDescending thenByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Where where) { throw null; }
- public virtual object Visit(Mono.CSharp.LocalVariableReference localVariableReference) { throw null; }
- public virtual object Visit(Mono.CSharp.Lock lockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.MakeRefExpr makeRefExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.MemberAccess memberAccess) { throw null; }
- public virtual void Visit(Mono.CSharp.MemberCore member) { }
- public virtual void Visit(Mono.CSharp.Method m) { }
- public virtual void Visit(Mono.CSharp.ModuleContainer module) { }
- public virtual void Visit(Mono.CSharp.NamespaceContainer ns) { }
- public virtual object Visit(Mono.CSharp.New newExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.NewAnonymousType newAnonymousType) { throw null; }
- public virtual object Visit(Mono.CSharp.NewInitialize newInitializeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Nullable.NullCoalescingOperator nullCoalescingOperator) { throw null; }
- public virtual void Visit(Mono.CSharp.Operator o) { }
- public virtual object Visit(Mono.CSharp.ParenthesizedExpression parenthesizedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Property p) { }
- public virtual object Visit(Mono.CSharp.QualifiedAliasMember qualifiedAliasMember) { throw null; }
- public virtual object Visit(Mono.CSharp.RefTypeExpr refTypeExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.RefValueExpr refValueExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.Return returnStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleAssign simpleAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleName simpleName) { throw null; }
- public virtual object Visit(Mono.CSharp.SizeOf sizeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StackAlloc stackAllocExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Statement stmt) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementErrorExpression errorStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementExpression statementExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementList statementList) { throw null; }
- public virtual void Visit(Mono.CSharp.Struct s) { }
- public virtual object Visit(Mono.CSharp.Switch switchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SwitchLabel switchLabel) { throw null; }
- public virtual object Visit(Mono.CSharp.This thisExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Throw throwStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryCatch tryCatchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryFinally tryFinallyStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeExpression typeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeOf typeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unary unaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.UnaryMutator unaryMutatorExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unchecked uncheckedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.UnCheckedExpr uncheckedExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unsafe unsafeStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Using usingStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.UsingAliasNamespace uan) { }
- public virtual void Visit(Mono.CSharp.UsingExternAlias uea) { }
- public virtual void Visit(Mono.CSharp.UsingNamespace un) { }
- public virtual object Visit(Mono.CSharp.While whileStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Yield yieldStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.YieldBreak yieldBreakStatement) { throw null; }
- }
- public partial class Switch : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression Expr;
- public Mono.CSharp.TypeSpec SwitchType;
- public Switch(Mono.CSharp.Expression e, Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.SwitchLabel ActiveLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.SwitchLabel DefaultLabel { get { throw null; } }
- public Mono.CSharp.VariableReference ExpressionValue { get { throw null; } }
- public bool IsNullable { get { throw null; } }
- public bool IsPatternMatching { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SwitchLabel> RegisteredLabels { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public static Mono.CSharp.TypeSpec[] CreateSwitchUserTypes(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec nullable) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public Mono.CSharp.SwitchLabel FindLabel(Mono.CSharp.Constant value) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterGotoCase(Mono.CSharp.GotoCase gotoCase, Mono.CSharp.Constant value) { }
- public void RegisterLabel(Mono.CSharp.BlockContext rc, Mono.CSharp.SwitchLabel sl) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override void SetEndReachable() { }
- }
- public abstract partial class SwitchGoto : Mono.CSharp.Statement
- {
- protected Mono.CSharp.Switch switch_statement;
- protected bool unwind_protect;
- protected SwitchGoto(Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected void Error_GotoCaseRequiresSwitchBlock(Mono.CSharp.BlockContext bc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class SwitchLabel : Mono.CSharp.Statement
- {
- public SwitchLabel(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Constant Converted { get { throw null; } set { } }
- public bool IsDefault { get { throw null; } }
- public Mono.CSharp.Expression Label { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PatternMatching { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SectionStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void Error_AlreadyOccurs(Mono.CSharp.ResolveContext ec, Mono.CSharp.SwitchLabel collision_with) { }
- public System.Reflection.Emit.Label GetILLabel(Mono.CSharp.EmitContext ec) { throw null; }
- public string GetSignatureForError() { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public enum Target
- {
- Exe = 1,
- Library = 0,
- Module = 2,
- WinExe = 3,
- }
- public partial class TemporaryVariableReference : Mono.CSharp.VariableReference
- {
- public TemporaryVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public Mono.CSharp.LocalVariable LocalInfo { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public static Mono.CSharp.TemporaryVariableReference Create(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source) { }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public partial class Declarator : Mono.CSharp.Statement
- {
- public Declarator(Mono.CSharp.TemporaryVariableReference variable) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- }
- public partial class This : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.VariableInfo variable_info;
- public This(Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- protected virtual void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public static bool IsThisAvailable(Mono.CSharp.ResolveContext ec, bool ignoreAnonymous) { throw null; }
- public virtual void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- public override void SetHasAddressTaken() { }
- }
- public partial class Throw : Mono.CSharp.Statement
- {
- public Throw(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Tokenizer
- {
- public bool CompleteOnEOF;
- public const int DocumentationXref = 1048579;
- public const int EvalCompilationUnitParserCharacter = 1048577;
- public const int EvalStatementParserCharacter = 1048576;
- public const int EvalUsingDeclarationsParserCharacter = 1048578;
- public const int MaxIdentifierLength = 512;
- public const int MaxNumberLength = 512;
- public bool parsing_attribute_section;
- public int parsing_block;
- public bool parsing_catch_when;
- public int parsing_declaration;
- public bool parsing_generic_declaration;
- public bool parsing_generic_declaration_doc;
- public bool parsing_interpolation_format;
- public bool parsing_modifiers;
- public int parsing_type;
- public Tokenizer(Mono.CSharp.SeekableStreamReader input, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session, Mono.CSharp.Report report) { }
- public bool ConstraintsParsing { get { throw null; } set { } }
- public Mono.CSharp.XmlCommentState doc_state { get { throw null; } set { } }
- public bool EventParsing { get { throw null; } set { } }
- public int Line { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PropertyParsing { get { throw null; } set { } }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public void check_incorrect_doc_comment() { }
- public void cleanup() { }
- public string consume_doc_comment() { throw null; }
- public void DiscardPosition() { }
- public bool IsEscapedIdentifier(Mono.CSharp.ATypeNameExpression name) { throw null; }
- public static bool IsKeyword(string s) { throw null; }
- public static bool IsValidIdentifier(string s) { throw null; }
- public int peek_token() { throw null; }
- public void PopPosition() { }
- public void PushPosition() { }
- public void putback(int c) { }
- public int token() { throw null; }
- public object value() { throw null; }
- public int xtoken() { throw null; }
- public partial class LocatedTokenBuffer
- {
- public int pos;
- public LocatedTokenBuffer() { }
- public LocatedTokenBuffer(Mono.CSharp.LocatedToken[] buffer) { }
- public Mono.CSharp.LocatedToken Create(Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- public Mono.CSharp.LocatedToken Create(string value, Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void CreateOptional(Mono.CSharp.SourceFile file, int row, int col, ref object token) { }
- }
- public enum PreprocessorDirective
- {
- CustomArgumentsParsing = 1024,
- Define = 2055,
- Elif = 2053,
- Else = 6,
- Endif = 4,
- Endregion = 2,
- Error = 9,
- If = 2051,
- Invalid = 0,
- Line = 1036,
- Pragma = 1035,
- Region = 1,
- RequiresArgument = 2048,
- Undef = 2056,
- Warning = 10,
- }
- }
- public partial class ToplevelBlock : Mono.CSharp.ParametersBlock
- {
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public bool IsIterator { get { throw null; } set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.ExplicitBlock> ThisReferencesFromChildrenBlock { get { throw null; } }
- public Mono.CSharp.LocalVariable ThisVariable { get { throw null; } }
- public void AddLabel(string name, Mono.CSharp.LabeledStatement label) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li, bool ignoreChildrenBlocks) { }
- public void AddThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void AddThisVariable(Mono.CSharp.BlockContext bc) { }
- public override void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Arguments GetAllParametersArguments() { throw null; }
- public bool GetLocalName(string name, Mono.CSharp.Block block, ref Mono.CSharp.INamedBlockVariable variable) { throw null; }
- public System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> GetUndeclaredVariables() { throw null; }
- public void IncludeBlock(Mono.CSharp.ParametersBlock pb, Mono.CSharp.ToplevelBlock block) { }
- public void RemoveThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public bool Resolve(Mono.CSharp.BlockContext bc, Mono.CSharp.IMethodData md) { throw null; }
- public void SetUndeclaredVariables(System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { }
- }
- public partial class TryCatch : Mono.CSharp.ExceptionStatement
- {
- public Mono.CSharp.Block Block;
- public TryCatch(Mono.CSharp.Block block, System.Collections.Generic.List<Mono.CSharp.Catch> catch_clauses, Mono.CSharp.Location l, bool inside_try_finally) : base (default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.Catch> Clauses { get { throw null; } }
- public bool HasClauseWithAwait { get { throw null; } }
- public bool IsTryCatchFinally { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TryFinally : Mono.CSharp.TryFinallyBlock
- {
- public TryFinally(Mono.CSharp.Statement stmt, Mono.CSharp.ExplicitBlock fini, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.ExplicitBlock FinallyBlock { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- public static System.Reflection.Emit.Label EmitRedirectedJump(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, System.Reflection.Emit.Label label, Mono.CSharp.Block labelBlock, bool unwindProtect) { throw null; }
- public static System.Reflection.Emit.Label EmitRedirectedReturn(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, bool unwindProtect) { throw null; }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterForControlExitCheck(Mono.CSharp.DefiniteAssignmentBitSet vector) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public abstract partial class TryFinallyBlock : Mono.CSharp.ExceptionStatement
- {
- protected Mono.CSharp.Statement stmt;
- protected TryFinallyBlock(Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected virtual bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract void EmitFinallyBody(Mono.CSharp.EmitContext ec);
- public override void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- protected abstract void EmitTryBody(Mono.CSharp.EmitContext ec);
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TypeArguments
- {
- public TypeArguments(params Mono.CSharp.FullNamedExpression[] types) { }
- public Mono.CSharp.TypeSpec[] Arguments { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public void Add(Mono.CSharp.FullNamedExpression type) { }
- public Mono.CSharp.TypeArguments Clone() { throw null; }
- public string GetSignatureForError() { throw null; }
- public virtual bool Resolve(Mono.CSharp.IMemberContext ec, bool allowUnbound) { throw null; }
- }
- public abstract partial class TypeCast : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Expression child;
- protected TypeCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public abstract partial class TypeContainer : Mono.CSharp.MemberCore
- {
- protected System.Collections.Generic.List<Mono.CSharp.TypeContainer> containers;
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> defined_names;
- protected bool is_defined;
- public readonly Mono.CSharp.MemberKind Kind;
- protected TypeContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.IList<Mono.CSharp.TypeContainer> Containers { get { throw null; } }
- public int CounterAnonymousContainers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterAnonymousMethods { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterSwitchTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> DefinedNames { get { throw null; } }
- public Mono.CSharp.TypeDefinition PartialContainer { get { throw null; } protected set { } }
- public Mono.CSharp.Attributes UnattachedAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddCompilerGeneratedClass(Mono.CSharp.CompilerGeneratedContainer c) { }
- public virtual void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- protected void AddPartial(Mono.CSharp.TypeDefinition next_part, Mono.CSharp.TypeDefinition existing) { }
- public virtual void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected virtual void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public virtual void CloseContainer() { }
- public virtual bool CreateContainer() { throw null; }
- public virtual void CreateMetadataName(System.Text.StringBuilder sb) { }
- public override bool Define() { throw null; }
- public virtual bool DefineContainer() { throw null; }
- protected virtual void DefineNamespace() { }
- protected virtual void DoDefineContainer() { }
- public virtual void EmitContainer() { }
- protected void Error_MissingPartialModifier(Mono.CSharp.MemberCore type) { }
- public virtual void ExpandBaseInterfaces() { }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public virtual string GetSignatureForMetadata() { throw null; }
- public virtual void PrepareEmit() { }
- public virtual void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- public virtual void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public abstract partial class TypeDefinition : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public int AnonymousMethodsCounter;
- protected Mono.CSharp.TypeSpec base_type;
- public const string DefaultIndexerName = "Item";
- public int DynamicSitesCounter;
- protected Mono.CSharp.FieldBase first_nonstatic_field;
- protected bool has_static_constructor;
- protected Mono.CSharp.TypeSpec[] iface_exprs;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_fields;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_static_fields;
- public int MethodGroupsCounter;
- protected Mono.CSharp.TypeSpec spec;
- public System.Reflection.Emit.TypeBuilder TypeBuilder;
- protected System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> type_bases;
- protected TypeDefinition(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> BaseTypeExpressions { get { throw null; } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public Mono.CSharp.TypeSpec Definition { get { throw null; } }
- public override string DocComment { get { throw null; } set { } }
- public override string DocCommentHeader { get { throw null; } }
- public bool HasEquals { get { throw null; } }
- public bool HasExplicitLayout { get { throw null; } set { } }
- public bool HasGetHashCode { get { throw null; } }
- public bool HasInstanceConstructor { get { throw null; } set { } }
- public bool HasMembersDefined { get { throw null; } }
- public bool HasOperators { get { throw null; } set { } }
- public bool HasStaticFieldInitializer { get { throw null; } set { } }
- public bool HasStructLayout { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec[] Interfaces { get { throw null; } }
- public bool IsComImport { get { throw null; } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsPartial { get { throw null; } }
- public bool IsTopLevel { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.MemberCore> Members { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- string Mono.CSharp.ITypeDefinition.Namespace { get { throw null; } }
- Mono.CSharp.TypeParameterSpec[] Mono.CSharp.ITypeDefinition.TypeParameters { get { throw null; } }
- public Mono.CSharp.PendingImplementation PendingImplementations { get { throw null; } }
- public Mono.CSharp.Arguments PrimaryConstructorBaseArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Location PrimaryConstructorBaseArgumentsStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersCompiled PrimaryConstructorParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected virtual System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeParameters TypeParametersAll { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddConstructor(Mono.CSharp.Constructor c) { }
- public void AddConstructor(Mono.CSharp.Constructor c, bool isDefault) { }
- public bool AddField(Mono.CSharp.FieldBase field) { throw null; }
- public void AddIndexer(Mono.CSharp.Indexer i) { }
- public void AddMember(Mono.CSharp.MemberCore symbol) { }
- public virtual void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public void AddOperator(Mono.CSharp.Operator op) { }
- public void AddPartialPart(Mono.CSharp.TypeDefinition part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected override void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public override bool CreateContainer() { throw null; }
- public Mono.CSharp.MethodSpec CreateHoistedBaseCallProxy(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- public override void CreateMetadataName(System.Text.StringBuilder sb) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder CreateMethodSymbolEntry() { throw null; }
- public sealed override bool Define() { throw null; }
- protected bool DefineBaseTypes() { throw null; }
- protected override void DoDefineContainer() { }
- protected virtual bool DoDefineMembers() { throw null; }
- public void DoExpandBaseInterfaces() { }
- protected virtual bool DoResolveTypeParameters() { throw null; }
- public override void Emit() { }
- public sealed override void EmitContainer() { }
- public override void ExpandBaseInterfaces() { }
- public static string FilterNestedName(string name) { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForMetadata() { throw null; }
- public bool IsBaseTypeDefinition(Mono.CSharp.TypeSpec baseType) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public virtual bool IsUnmanagedType() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void Mark_HasEquals() { }
- public void Mark_HasGetHashCode() { }
- public bool MethodModifiersValid(Mono.CSharp.MemberCore mc) { throw null; }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override void PrepareEmit() { }
- public void RegisterFieldForInitialization(Mono.CSharp.MemberCore field, Mono.CSharp.FieldInitializer expression) { }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected virtual Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public void ResolveFieldInitializers(Mono.CSharp.BlockContext ec) { }
- public virtual void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- public void SetPredefinedSpec(Mono.CSharp.BuiltinTypeSpec spec) { }
- protected override bool VerifyClsCompliance() { throw null; }
- public bool VerifyImplements(Mono.CSharp.InterfaceMemberBase mb) { throw null; }
- public override void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct BaseContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public BaseContext(Mono.CSharp.TypeContainer tc) { throw null;}
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public abstract partial class TypeExpr : Mono.CSharp.FullNamedExpression
- {
- protected TypeExpr() { }
- protected sealed override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public sealed override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class TypeExpression : Mono.CSharp.TypeExpr
- {
- public TypeExpression(Mono.CSharp.TypeSpec t, Mono.CSharp.Location l) { }
- public sealed override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public static partial class TypeExtensions
- {
- public static string GetNamespace(this System.Type t) { throw null; }
- }
- public partial class TypeInferenceContext
- {
- public TypeInferenceContext() { }
- public TypeInferenceContext(Mono.CSharp.TypeSpec[] typeArguments) { }
- public Mono.CSharp.TypeSpec[] InferredTypeArguments { get { throw null; } }
- public bool UnfixedVariableExists { get { throw null; } }
- public void AddCommonTypeBound(Mono.CSharp.TypeSpec type) { }
- public void AddCommonTypeBoundAsync(Mono.CSharp.TypeSpec type) { }
- public int ExactInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public bool FixAllTypes(Mono.CSharp.ResolveContext ec) { throw null; }
- public bool FixDependentTypes(Mono.CSharp.ResolveContext ec, ref bool fixed_any) { throw null; }
- public bool FixIndependentTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec[] methodParameters, ref bool fixed_any) { throw null; }
- public bool FixType(Mono.CSharp.ResolveContext ec, int i) { throw null; }
- public bool HasBounds(int pos) { throw null; }
- public Mono.CSharp.TypeSpec InflateGenericArgument(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec parameter) { throw null; }
- public bool IsReturnTypeNonDependent(Mono.CSharp.MethodSpec invoke, Mono.CSharp.TypeSpec returnType) { throw null; }
- public int LowerBoundInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public int OutputTypeInference(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.TypeSpec t) { throw null; }
- protected enum BoundKind
- {
- Exact = 0,
- Lower = 1,
- Upper = 2,
- }
- }
- public partial class TypeInfo
- {
- internal TypeInfo() { }
- public readonly bool IsStruct;
- public readonly int Length;
- public readonly int Offset;
- public Mono.CSharp.TypeInfo[] SubStructInfo;
- public readonly int TotalLength;
- public int GetFieldIndex(string name) { throw null; }
- public Mono.CSharp.TypeInfo GetStructField(string name) { throw null; }
- public static Mono.CSharp.TypeInfo GetTypeInfo(Mono.CSharp.TypeSpec type, Mono.CSharp.IMemberContext context) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.VariableInfo vi, Mono.CSharp.Location loc) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- }
- public partial class TypeOf : Mono.CSharp.Expression
- {
- public TypeOf(Mono.CSharp.FullNamedExpression queried_type, Mono.CSharp.Location l) { }
- public TypeOf(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeArgument { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class TypeParameter : Mono.CSharp.MemberCore, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public TypeParameter(Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.VarianceDecl variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec parentSpec, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(int index, Mono.CSharp.MemberName name, Mono.CSharp.Constraints constraints, Mono.CSharp.Attributes attrs, Mono.CSharp.Variance Variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Constraints Constraints { get { throw null; } set { } }
- public Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsMethodTypeParameter { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec Type { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public Mono.CSharp.VarianceDecl VarianceDecl { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool AddPartialConstraints(Mono.CSharp.TypeDefinition part, Mono.CSharp.TypeParameter tp) { throw null; }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public void CheckGenericConstraints(bool obsoleteCheck) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeContainer parent) { }
- public Mono.CSharp.TypeParameter CreateHoistedCopy(Mono.CSharp.TypeSpec declaringSpec) { throw null; }
- public override bool Define() { throw null; }
- public void Define(Mono.CSharp.TypeParameter tp) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder type) { }
- public override void Emit() { }
- public void EmitConstraints(System.Reflection.Emit.GenericTypeParameterBuilder builder) { }
- public void ErrorInvalidVariance(Mono.CSharp.IMemberContext mc, Mono.CSharp.Variance expected) { }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public bool ResolveConstraints(Mono.CSharp.IMemberContext context) { throw null; }
- public new void VerifyClsCompliance() { }
- public void WarningParentNameConflict(Mono.CSharp.TypeParameter conflict) { }
- }
- public partial class TypeParameterExpr : Mono.CSharp.TypeExpression
- {
- public TypeParameterExpr(Mono.CSharp.TypeParameter type_parameter, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeParameterInflator
- {
- public TypeParameterInflator(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec type, Mono.CSharp.TypeParameterSpec[] tparams, Mono.CSharp.TypeSpec[] targs) { throw null;}
- public TypeParameterInflator(Mono.CSharp.TypeParameterInflator nested, Mono.CSharp.TypeSpec type) { throw null;}
- public Mono.CSharp.IModuleContext Context { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeInstance { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class TypeParameterMutator
- {
- public TypeParameterMutator(Mono.CSharp.TypeParameters mvar, Mono.CSharp.TypeParameters var) { }
- public TypeParameterMutator(Mono.CSharp.TypeParameterSpec[] srcVar, Mono.CSharp.TypeParameters destVar) { }
- public Mono.CSharp.TypeParameters MethodTypeParameters { get { throw null; } }
- public static Mono.CSharp.TypeSpec GetMemberDeclaringType(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterSpec Mutate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeSpec ts) { throw null; }
- public Mono.CSharp.TypeSpec[] Mutate(Mono.CSharp.TypeSpec[] targs) { throw null; }
- }
- public partial class TypeParameters
- {
- public TypeParameters() { }
- public TypeParameters(int count) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeParameter this[int index] { get { throw null; } set { } }
- public Mono.CSharp.TypeParameterSpec[] Types { get { throw null; } }
- public void Add(Mono.CSharp.TypeParameter tparam) { }
- public void Add(Mono.CSharp.TypeParameters tparams) { }
- public void CheckPartialConstraints(Mono.CSharp.Method part) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, int parentOffset, Mono.CSharp.TypeContainer parent) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder[] builders) { }
- public Mono.CSharp.TypeParameter Find(string name) { throw null; }
- public string[] GetAllNames() { throw null; }
- public string GetSignatureForError() { throw null; }
- public void UpdateConstraints(Mono.CSharp.TypeDefinition part) { }
- public void VerifyClsCompliance() { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{DisplayDebugInfo()}")]
- public partial class TypeParameterSpec : Mono.CSharp.TypeSpec
- {
- public static readonly new Mono.CSharp.TypeParameterSpec[] EmptyTypes;
- public TypeParameterSpec(Mono.CSharp.TypeSpec declaringType, int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public TypeParameterSpec(int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public int DeclaredPosition { get { throw null; } set { } }
- public bool HasAnyTypeConstraint { get { throw null; } }
- public bool HasSpecialClass { get { throw null; } }
- public bool HasSpecialConstructor { get { throw null; } }
- public bool HasSpecialStruct { get { throw null; } }
- public bool HasTypeConstraint { get { throw null; } }
- public Mono.CSharp.MemberCache InterfaceCache { get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public Mono.CSharp.TypeSpec[] InterfacesDefined { get { throw null; } set { } }
- public bool IsConstrained { get { throw null; } }
- public bool IsMethodOwned { get { throw null; } }
- public bool IsReferenceType { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.SpecialConstraint SpecialConstraint { get { throw null; } set { } }
- public new Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } set { } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public string DisplayDebugInfo() { throw null; }
- public Mono.CSharp.TypeSpec GetEffectiveBase() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool HasAnyTypeParameterConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public static bool HasAnyTypeParameterTypeConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public bool HasDependencyOn(Mono.CSharp.TypeSpec type) { throw null; }
- public bool HasSameConstraintsDefinition(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public bool HasSameConstraintsImplementation(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public void InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec tps) { }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec[] tparams) { throw null; }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints<T>(Mono.CSharp.TypeParameterSpec[] tparams, System.Func<T, Mono.CSharp.TypeParameterInflator> inflatorFactory, T arg) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- public bool IsConvertibleToInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- public partial class TypeSpec : Mono.CSharp.MemberSpec
- {
- protected Mono.CSharp.MemberCache cache;
- public static readonly Mono.CSharp.TypeSpec[] EmptyTypes;
- protected System.Collections.Generic.IList<Mono.CSharp.TypeSpec> ifaces;
- protected System.Type info;
- public TypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.ITypeDefinition definition, System.Type info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec BaseType { get { throw null; } set { } }
- public virtual Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public bool HasDynamicElement { get { throw null; } }
- public virtual System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } set { } }
- public bool IsArray { get { throw null; } }
- public virtual bool IsArrayGenericInterface { get { throw null; } set { } }
- public bool IsAttribute { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsConstantCompatible { get { throw null; } }
- public bool IsDelegate { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public virtual bool IsExpressionTreeType { get { throw null; } set { } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsGenericParameter { get { throw null; } }
- public virtual bool IsGenericTask { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsNullableType { get { throw null; } set { } }
- public bool IsPointer { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSpecialRuntimeType { get { throw null; } set { } }
- public bool IsStruct { get { throw null; } }
- public bool IsStructOrEnum { get { throw null; } }
- public bool IsTypeBuilder { get { throw null; } }
- public bool IsUnmanaged { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } set { } }
- public Mono.CSharp.MemberCache MemberCacheTypes { get { throw null; } }
- public new Mono.CSharp.ITypeDefinition MemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public virtual bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public bool AddInterfaceDefined(Mono.CSharp.TypeSpec iface) { throw null; }
- public static Mono.CSharp.TypeSpec[] GetAllTypeArguments(Mono.CSharp.TypeSpec type) { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public virtual System.Type GetMetaInfo() { throw null; }
- public sealed override string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForErrorIncludingAssemblyName() { throw null; }
- protected virtual string GetTypeNameSignature() { throw null; }
- public bool ImplementsInterface(Mono.CSharp.TypeSpec iface, bool variantly) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected virtual void InitializeMemberCache(bool onlyTypes) { }
- public static bool IsBaseClass(Mono.CSharp.TypeSpec type, Mono.CSharp.TypeSpec baseClass, bool dynamicIsObject) { throw null; }
- public static bool IsNonNullableValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsReferenceType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public Mono.CSharp.InflatedTypeSpec MakeGenericType(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec[] targs) { throw null; }
- public virtual Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public void SetExtensionMethodContainer() { }
- public void SetMetaInfo(System.Type info) { }
- public void UpdateInflatedInstancesBaseType() { }
- }
- public partial class UIntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly uint Value;
- public UIntConstant(Mono.CSharp.BuiltinTypes types, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UIntConstant(Mono.CSharp.TypeSpec type, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class UIntLiteral : Mono.CSharp.UIntConstant, Mono.CSharp.ILiteralConstant
- {
- public UIntLiteral(Mono.CSharp.BuiltinTypes types, uint l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(uint), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ULongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ulong Value;
- public ULongConstant(Mono.CSharp.BuiltinTypes types, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ULongConstant(Mono.CSharp.TypeSpec type, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class ULongLiteral : Mono.CSharp.ULongConstant, Mono.CSharp.ILiteralConstant
- {
- public ULongLiteral(Mono.CSharp.BuiltinTypes types, ulong l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(ulong), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Unary : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public readonly Mono.CSharp.Unary.Operator Oper;
- public Unary(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[][] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.TypeSpec type) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public static void Error_Ambiguous(Mono.CSharp.ResolveContext rc, string oper, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.Unary.Operator oper) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- public enum Operator : byte
- {
- AddressOf = (byte)4,
- LogicalNot = (byte)2,
- OnesComplement = (byte)3,
- TOP = (byte)5,
- UnaryNegation = (byte)1,
- UnaryPlus = (byte)0,
- }
- }
- public partial class UnaryMutator : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression expr;
- public UnaryMutator(Mono.CSharp.UnaryMutator.Mode m, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.UnaryMutator.Mode UnaryMutatorMode { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected Mono.CSharp.Expression DoResolveOperation(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected virtual void EmitOperation(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.UnaryMutator.Mode oper) { throw null; }
- [System.FlagsAttribute]
- public enum Mode : byte
- {
- IsDecrement = (byte)1,
- IsIncrement = (byte)0,
- IsPost = (byte)2,
- IsPre = (byte)0,
- PostDecrement = (byte)3,
- PostIncrement = (byte)2,
- PreDecrement = (byte)1,
- PreIncrement = (byte)0,
- }
- }
- public partial class UnboundTypeArguments : Mono.CSharp.TypeArguments
- {
- public UnboundTypeArguments(int arity, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression[])) { }
- public override bool IsEmpty { get { throw null; } }
- public override bool Resolve(Mono.CSharp.IMemberContext mc, bool allowUnbound) { throw null; }
- }
- public partial class UnboxCast : Mono.CSharp.TypeCast
- {
- public UnboxCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Unchecked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unchecked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UnCheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public UnCheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Undo
- {
- public Undo() { }
- public void AddTypeContainer(Mono.CSharp.TypeContainer current_container, Mono.CSharp.TypeDefinition tc) { }
- public void ExecuteUndo() { }
- }
- public partial class UnixUtils
- {
- public UnixUtils() { }
- public static bool isatty(int fd) { throw null; }
- }
- public partial class UnreachableExpression : Mono.CSharp.Expression
- {
- public UnreachableExpression(Mono.CSharp.Expression expr) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unsafe : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unsafe(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UserCast : Mono.CSharp.Expression
- {
- public UserCast(Mono.CSharp.MethodSpec method, Mono.CSharp.Expression source, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Source { get { throw null; } set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UserOperatorCall : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Arguments arguments;
- protected readonly Mono.CSharp.MethodSpec oper;
- public UserOperatorCall(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments args, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext context, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ushort Value;
- public UShortConstant(Mono.CSharp.BuiltinTypes types, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UShortConstant(Mono.CSharp.TypeSpec type, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Using : Mono.CSharp.TryFinallyBlock
- {
- public Using(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Using(Mono.CSharp.Using.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public bool IsNested { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected virtual void CheckIDiposableConversion(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- protected virtual Mono.CSharp.Statement CreateDisposeCall(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable lv) { throw null; }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ResolveDeclaratorInitializer(Mono.CSharp.BlockContext bc) { }
- public Mono.CSharp.Expression ResolveExpression(Mono.CSharp.BlockContext bc) { throw null; }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- public Mono.CSharp.Statement RewriteUsingDeclarators(Mono.CSharp.BlockContext bc, Mono.CSharp.Statement stmt) { throw null; }
- }
- }
- public partial class UsingAliasNamespace : Mono.CSharp.UsingNamespace
- {
- public UsingAliasNamespace(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AliasContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public AliasContext(Mono.CSharp.NamespaceContainer ns) { throw null;}
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class UsingClause
- {
- protected Mono.CSharp.FullNamedExpression resolved;
- public UsingClause(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) { }
- public virtual Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression NamespaceExpression { get { throw null; } }
- public Mono.CSharp.FullNamedExpression ResolvedExpression { get { throw null; } }
- public virtual void Define(Mono.CSharp.NamespaceContainer ctx) { }
- public string GetSignatureForError() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class UsingExternAlias : Mono.CSharp.UsingAliasNamespace
- {
- public UsingExternAlias(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.Location loc) : base (default(Mono.CSharp.SimpleMemberName), default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingNamespace : Mono.CSharp.UsingClause
- {
- public UsingNamespace(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingType : Mono.CSharp.UsingClause
- {
- public UsingType(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public delegate void ValueModificationHandler(string variableName, int row, int column, object value);
- public partial class VariableInfo
- {
- internal VariableInfo() { }
- public bool IsParameter;
- public bool IsEverAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable variable) { throw null; }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.Parameter parameter) { throw null; }
- public Mono.CSharp.VariableInfo GetStructFieldInfo(string fieldName) { throw null; }
- public bool IsAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc) { throw null; }
- public bool IsStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { throw null; }
- public void SetAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, bool generatedAssignment) { }
- public void SetStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class VariableReference : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected VariableReference() { }
- public abstract bool IsFixed { get; }
- public bool IsHoisted { get { throw null; } }
- public abstract bool IsLockedByStatement { get; set; }
- public abstract bool IsRef { get; }
- public abstract string Name { get; }
- protected abstract Mono.CSharp.ILocalVariable Variable { get; }
- public abstract Mono.CSharp.VariableInfo VariableInfo { get; }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool prepare_for_load) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae);
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract void SetHasAddressTaken();
- }
- public enum Variance
- {
- Contravariant = -1,
- Covariant = 1,
- None = 0,
- }
- public partial class VarianceDecl
- {
- public VarianceDecl(Mono.CSharp.Variance variance, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Variance Variance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static Mono.CSharp.Variance CheckTypeVariance(Mono.CSharp.TypeSpec t, Mono.CSharp.Variance expected, Mono.CSharp.IMemberContext member) { throw null; }
- }
- public partial class WarningRegions
- {
- public WarningRegions() { }
- public bool IsWarningEnabled(int code, int src_line) { throw null; }
- public void WarningDisable(Mono.CSharp.Location location, int code, Mono.CSharp.Report Report) { }
- public void WarningDisable(int line) { }
- public void WarningEnable(Mono.CSharp.Location location, int code, Mono.CSharp.CompilerContext context) { }
- public void WarningEnable(int line) { }
- }
- public partial class While : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public While(Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Statement statement, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- }
- public enum XmlCommentState
- {
- Allowed = 0,
- Error = 2,
- NotAllowed = 1,
- }
- public partial class Yield : Mono.CSharp.YieldStatement<Mono.CSharp.Iterator>
- {
- public Yield(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public static bool CheckContext(Mono.CSharp.BlockContext bc, Mono.CSharp.Location loc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class YieldBreak : Mono.CSharp.ExitStatement
- {
- public YieldBreak(Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public abstract partial class YieldStatement<T> : Mono.CSharp.ResumableStatement where T : Mono.CSharp.StateMachineInitializer
- {
- protected Mono.CSharp.Expression expr;
- protected T machine_initializer;
- protected bool unwind_protect;
- protected YieldStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void RegisterResumePoint() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
-}
-namespace Mono.CSharp.Linq
-{
- public abstract partial class AQueryClause : Mono.CSharp.ShimExpression
- {
- public Mono.CSharp.Linq.QueryBlock block;
- public Mono.CSharp.Linq.AQueryClause next;
- protected AQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- protected abstract string MethodName { get; }
- public Mono.CSharp.Linq.AQueryClause Next { set { } }
- public Mono.CSharp.Linq.AQueryClause Tail { get { throw null; } }
- public virtual Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected virtual void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- protected virtual Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected Mono.CSharp.Invocation CreateQueryExpression(Mono.CSharp.Expression lSide, Mono.CSharp.Arguments arguments) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected partial class QueryExpressionAccess : Mono.CSharp.MemberAccess
- {
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- }
- protected partial class QueryExpressionInvocation : Mono.CSharp.Invocation, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- public QueryExpressionInvocation(Mono.CSharp.Linq.AQueryClause.QueryExpressionAccess expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- }
- public abstract partial class ARangeVariableQueryClause : Mono.CSharp.Linq.AQueryClause
- {
- protected Mono.CSharp.Linq.RangeVariable identifier;
- protected ARangeVariableQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.RangeVariable Identifier { get { throw null; } }
- public Mono.CSharp.FullNamedExpression IdentifierType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected Mono.CSharp.Invocation CreateCastExpression(Mono.CSharp.Expression lSide) { throw null; }
- protected override Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected static Mono.CSharp.Expression CreateRangeVariableType(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter parameter, Mono.CSharp.Linq.RangeVariable name, Mono.CSharp.Expression init) { throw null; }
- protected virtual Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class GroupBy : Mono.CSharp.Linq.AQueryClause
- {
- public GroupBy(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression elementSelector, Mono.CSharp.Linq.QueryBlock elementBlock, Mono.CSharp.Expression keySelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Expression SelectorExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class GroupJoin : Mono.CSharp.Linq.Join
- {
- public GroupJoin(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Linq.RangeVariable into, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class Join : Mono.CSharp.Linq.SelectMany
- {
- public Join(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.QueryBlock InnerSelector { get { throw null; } }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Linq.QueryBlock OuterSelector { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class Let : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public Let(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class OrderByAscending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class OrderByDescending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class QueryBlock : Mono.CSharp.ParametersBlock
- {
- public QueryBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public void AddRangeVariable(Mono.CSharp.Linq.RangeVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public override void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void SetParameter(Mono.CSharp.Parameter parameter) { }
- public void SetParameters(Mono.CSharp.Parameter first, Mono.CSharp.Parameter second) { }
- public sealed partial class TransparentParameter : Mono.CSharp.ImplicitLambdaParameter
- {
- public static int Counter;
- public readonly string Identifier;
- public readonly Mono.CSharp.Parameter Parent;
- public TransparentParameter(Mono.CSharp.Parameter parent, Mono.CSharp.Linq.RangeVariable identifier) : base (default(string), default(Mono.CSharp.Location)) { }
- public static void Reset() { }
- }
- }
- public partial class QueryExpression : Mono.CSharp.Linq.AQueryClause
- {
- public QueryExpression(Mono.CSharp.Linq.AQueryClause start) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parentParameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class QueryStartClause : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public QueryStartClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public sealed partial class RangeVariable : Mono.CSharp.INamedBlockVariable
- {
- public RangeVariable(string name, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Block Block { get { throw null; } set { } }
- public bool IsDeclared { get { throw null; } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- public partial class Select : Mono.CSharp.Linq.AQueryClause
- {
- public Select(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public bool IsRequired(Mono.CSharp.Parameter parameter) { throw null; }
- }
- public partial class SelectMany : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public SelectMany(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class ThenByAscending : Mono.CSharp.Linq.OrderByAscending
- {
- public ThenByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ThenByDescending : Mono.CSharp.Linq.OrderByDescending
- {
- public ThenByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Where : Mono.CSharp.Linq.AQueryClause
- {
- public Where(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
-}
-namespace Mono.CSharp.Nullable
-{
- public partial class LiftedConversion : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Expression unwrap, Mono.CSharp.TypeSpec type) { }
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Nullable.Unwrap unwrap, Mono.CSharp.TypeSpec type) { }
- public override bool IsNull { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class LiftedNull : Mono.CSharp.NullConstant, Mono.CSharp.IMemoryLocation
- {
- internal LiftedNull() : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- public static Mono.CSharp.Constant Create(Mono.CSharp.TypeSpec nullable, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Constant CreateFromExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression e) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class LiftedUnaryOperator : Mono.CSharp.Unary, Mono.CSharp.IMemoryLocation
- {
- public LiftedUnaryOperator(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected override Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class NullableType : Mono.CSharp.TypeExpr
- {
- public NullableType(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class NullCoalescingOperator : Mono.CSharp.Expression
- {
- public NullCoalescingOperator(Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public Mono.CSharp.Expression RightExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unwrap : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public Unwrap(Mono.CSharp.Expression expr, bool useDefaultValue=true) { }
- public override bool IsNull { get { throw null; } }
- public Mono.CSharp.Expression Original { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr) { throw null; }
- public static Mono.CSharp.Nullable.Unwrap Create(Mono.CSharp.Expression expr, bool useDefaultValue) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.Expression CreateUnwrapped(Mono.CSharp.Expression expr) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCheck(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public void Load(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public partial class UnwrapCall : Mono.CSharp.CompositeExpression
- {
- public UnwrapCall(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Wrap : Mono.CSharp.TypeCast
- {
- internal Wrap() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
-}
diff --git a/src/v4.6.1/Mono.CodeContracts.cs b/src/v4.6.1/Mono.CodeContracts.cs
deleted file mode 100644
index 7aac1bb..0000000
--- a/src/v4.6.1/Mono.CodeContracts.cs
+++ /dev/null
@@ -1,501 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CodeContracts.Rewrite
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AssemblyRef
- {
- public AssemblyRef(Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams streams) { throw null;}
- public AssemblyRef(string filename) { throw null;}
- public string Filename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsFilename { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public bool IsStream { get { throw null; } }
- public Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams Streams { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (System.IO.Stream stream) { throw null; }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (string filename) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TwoStreams
- {
- public TwoStreams(System.IO.Stream assembly, System.IO.Stream symbols) { throw null;}
- public System.IO.Stream Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.IO.Stream Symbols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- }
- public partial class Rewriter
- {
- internal Rewriter() { }
- public static Mono.CodeContracts.Rewrite.RewriterResults Rewrite(Mono.CodeContracts.Rewrite.RewriterOptions options) { throw null; }
- }
- public partial class RewriterOptions
- {
- public RewriterOptions() { }
- public Mono.CodeContracts.Rewrite.AssemblyRef Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool BreakIntoDebugger { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Debug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ForceAssemblyRename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Level { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CodeContracts.Rewrite.AssemblyRef OutputFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Rewrite { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ThrowOnFailure { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WritePdbFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class RewriterResults
- {
- internal RewriterResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static
-{
- public partial class Checker
- {
- internal Checker() { }
- public static Mono.CodeContracts.Static.CheckResults Check(Mono.CodeContracts.Static.CheckOptions options) { throw null; }
- }
- public partial class CheckOptions
- {
- public CheckOptions() { }
- public string Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Method { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ShowDebug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class CheckResults
- {
- internal CheckResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, System.Collections.Generic.ICollection<string>> Results { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static.Analysis.Numerical
-{
- public partial class DisInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.DisInterval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- internal DisInterval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.DisInterval NotZero;
- public Mono.CodeContracts.Static.Analysis.Numerical.Interval AsInterval { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public bool IsNotZero { get { throw null; } }
- public bool IsPositiveOrZero { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval TopValue { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public override bool Equals(object other) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval EverythingExcept(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.Analysis.Numerical.Interval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval ImmutableVersion() { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval JoinAll(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> list) { throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Meet(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> Normalize(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals, out bool isBottom) { isBottom = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator +(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator /(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator *(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left) { throw null; }
- public Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Select(System.Func<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Interval> selector) { throw null; }
- public override string ToString() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Widen(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- }
- public enum ExpressionOperator
- {
- Add = 16,
- And = 3,
- Constant = 0,
- ConvertToInt32 = 24,
- Div = 19,
- Equal = 9,
- Equal_Obj = 10,
- GreaterEqualThan = 15,
- GreaterThan = 14,
- LessEqualThan = 13,
- LessThan = 12,
- LogicalAnd = 6,
- LogicalNot = 8,
- LogicalOr = 7,
- Mod = 20,
- Mult = 18,
- Not = 2,
- NotEqual = 11,
- Or = 4,
- SizeOf = 22,
- Sub = 17,
- UnaryMinus = 21,
- Unknown = 23,
- Variable = 1,
- Xor = 5,
- }
- public partial class Interval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>, System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Interval>
- {
- internal Interval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval TopValue { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval ApplyConversion(Mono.CodeContracts.Static.Analysis.Numerical.ExpressionOperator conv, Mono.CodeContracts.Static.Analysis.Numerical.Interval intv) { throw null; }
- public static bool AreConsecutiveIntegers(Mono.CodeContracts.Static.Analysis.Numerical.Interval prev, Mono.CodeContracts.Static.Analysis.Numerical.Interval next) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, long upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lower, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lowerBound, long upperBound) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval ImmutableVersion() { throw null; }
- public bool Includes(int x) { throw null; }
- public bool Includes(long x) { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool LessEqual(System.Collections.Generic.IEnumerable<Mono.CodeContracts.Static.Analysis.Numerical.Interval> right) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Meet(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool OnTheLeftOf(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator +(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator /(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator *(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l) { throw null; }
- public bool OverlapsWith(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool TryGetSingletonFiniteInt32(out int value) { value = default(int); throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Widen(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- }
- public abstract partial class IntervalBase<TInterval, TNumeric> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<TInterval> where TInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<TInterval, TNumeric>
- {
- protected IntervalBase(TNumeric lowerBound, TNumeric upperBound) { }
- public abstract TInterval Bottom { get; }
- public abstract bool IsBottom { get; }
- public bool IsFinite { get { throw null; } }
- public bool IsSinglePoint { get { throw null; } }
- public abstract bool IsTop { get; }
- public TNumeric LowerBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Top { get; }
- public TNumeric UpperBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Clone();
- public abstract void Dump(System.IO.TextWriter tw);
- public abstract TInterval ImmutableVersion();
- protected abstract bool IsFiniteBound(TNumeric n);
- public abstract TInterval Join(TInterval that);
- public abstract TInterval Join(TInterval that, bool widening, out bool weaker);
- public abstract bool LessEqual(TInterval that);
- public abstract TInterval Meet(TInterval that);
- public override string ToString() { throw null; }
- public abstract TInterval Widen(TInterval that);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rational : System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MaxValue;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusOne;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinValue;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational One;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero;
- public long Down { get { throw null; } }
- public bool IsInfinity { get { throw null; } }
- public bool IsInt32 { get { throw null; } }
- public bool IsInteger { get { throw null; } }
- public bool IsMaxValue { get { throw null; } }
- public bool IsMinusInfinity { get { throw null; } }
- public bool IsMinValue { get { throw null; } }
- public bool IsPlusInfinity { get { throw null; } }
- public bool IsZero { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt32 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt64 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational PreviousInt32 { get { throw null; } }
- public int Sign { get { throw null; } }
- public long Up { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Abs(Mono.CodeContracts.Static.Analysis.Numerical.Rational a) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Rational other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long number) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long nominator, long denominator) { throw null; }
- public override int GetHashCode() { throw null; }
- public bool IsInRange(long min, long max) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Max(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Min(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator /(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator ==(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator double (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator int (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator long (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Analysis.Numerical.Rational (long l) { throw null; }
- public static bool operator !=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator *(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public override string ToString() { throw null; }
- public static bool TryAdd(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryDivide(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryMultiply(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TrySubtract(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryUnaryMinus(Mono.CodeContracts.Static.Analysis.Numerical.Rational value, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- }
- public partial class RationalThreshold : Mono.CodeContracts.Static.Analysis.Numerical.Threshold<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public RationalThreshold(int size) : base (default(int)) { }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero { get { throw null; } }
- protected override bool LessThan(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- }
- public abstract partial class Threshold<T>
- {
- protected int NextFree;
- protected readonly System.Collections.Generic.List<T> Values;
- protected Threshold(int size) { }
- public int Count { get { throw null; } }
- protected abstract T MinusInfinity { get; }
- protected abstract T PlusInfinity { get; }
- protected abstract T Zero { get; }
- public bool Add(T value) { throw null; }
- public int BinarySearch(T value, int low, int hi) { throw null; }
- public T GetNext(T value) { throw null; }
- public T GetPrevious(T value) { throw null; }
- protected abstract bool LessThan(T a, T b);
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures
-{
- public partial interface IImmutableIntMap<T>
- {
- T Any { get; }
- int Count { get; }
- T this[int key] { get; }
- System.Collections.Generic.IEnumerable<int> Keys { get; }
- System.Collections.Generic.IEnumerable<T> Values { get; }
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- bool Contains(int key);
- T Lookup(int key);
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- void Visit(System.Action<int, T> action);
- void Visit(System.Action<T> action);
- }
- public static partial class ImmutableIntMap<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Empty;
- }
- public static partial class SequenceExtensions
- {
- public static bool All<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static bool Any<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Append<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, Mono.CodeContracts.Static.DataStructures.Sequence<T> append) { throw null; }
- public static void Apply<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static System.Collections.Generic.IEnumerable<T> AsEnumerable<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Coerce<S, T>(this Mono.CodeContracts.Static.DataStructures.Sequence<S> list) where S : T { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> rest, T elem) { throw null; }
- public static void ForEach<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> seq, System.Action<T> action) { }
- public static bool IsEmpty<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static T Last<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static int Length<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Reverse<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<T, S>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Where<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> keep) { throw null; }
- }
- public partial class Sequence<T> : System.IEquatable<Mono.CodeContracts.Static.DataStructures.Sequence<T>>
- {
- internal Sequence() { }
- public static readonly Mono.CodeContracts.Static.DataStructures.Sequence<T> Empty;
- public T Head { get { throw null; } }
- public Mono.CodeContracts.Static.DataStructures.Sequence<T> Tail { get { throw null; } }
- public static void Apply(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons(T elem, Mono.CodeContracts.Static.DataStructures.Sequence<T> tail) { throw null; }
- public static bool Contains(Mono.CodeContracts.Static.DataStructures.Sequence<T> l, T o) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.DataStructures.Sequence<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(System.Collections.Generic.IEnumerable<T> elems) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(params T[] elems) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int LengthOf(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static System.Collections.Generic.IEnumerable<T> PrivateGetEnumerable(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<S>(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Singleton(T value) { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures.Patricia
-{
- public partial class BranchNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public readonly int BranchingBit;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Left;
- public readonly int Prefix;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Right;
- public BranchNode(int prefix, int branchingBit, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class EmptyNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.Patricia.EmptyNode<T> Instance;
- public EmptyNode() { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class LeafNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public LeafNode(int key, T value) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public T Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public abstract partial class PatriciaTrieNode<T> : Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T>
- {
- protected PatriciaTrieNode() { }
- public T Any { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public abstract int Count { get; }
- public T this[int key] { get { throw null; } }
- public abstract int Key { get; }
- public System.Collections.Generic.IEnumerable<int> Keys { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> Values { get { throw null; } }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- protected internal abstract void AppendToBuilder(System.Text.StringBuilder sb);
- public abstract bool Contains(int key);
- public void Dump(System.IO.TextWriter tw) { }
- protected internal abstract void Dump(System.IO.TextWriter tw, string prefix);
- protected internal abstract void FillKeysTo(System.Collections.Generic.List<int> list);
- protected internal abstract void FillValuesTo(System.Collections.Generic.List<T> list);
- protected static bool IsZeroBitAt(int key, int branchingBit) { throw null; }
- protected static Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Join(Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { throw null; }
- public abstract T Lookup(int key);
- protected static bool MatchPrefix(int key, int prefix, int maskBit) { throw null; }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- public override string ToString() { throw null; }
- public abstract void Visit(System.Action<int, T> action);
- public abstract void Visit(System.Action<T> action);
- }
-}
-namespace Mono.CodeContracts.Static.Lattices
-{
- public static partial class AbstractDomainExtensions
- {
- public static string BottomSymbolIfAny<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool IsNormal<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool TryTrivialJoin<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- public static bool TryTrivialLessEqual<T>(this T left, T right, out bool result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(bool); throw null; }
- public static bool TryTrivialMeet<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlatDomain<T> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<Mono.CodeContracts.Static.Lattices.FlatDomain<T>>, System.IEquatable<Mono.CodeContracts.Static.Lattices.FlatDomain<T>> where T : System.IEquatable<T>
- {
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> BottomValue;
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> TopValue;
- public readonly T Value;
- public FlatDomain(T value) { throw null;}
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Bottom { get { throw null; } }
- public bool IsBottom { get { throw null; } }
- public bool IsTop { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Top { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Clone() { throw null; }
- public void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> ImmutableVersion() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public bool LessEqual(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Meet(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Lattices.FlatDomain<T> (T value) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Widen(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- }
- public partial interface IAbstractDomain<T>
- {
- T Bottom { get; }
- bool IsBottom { get; }
- bool IsTop { get; }
- T Top { get; }
- T Clone();
- void Dump(System.IO.TextWriter tw);
- T ImmutableVersion();
- T Join(T that);
- T Join(T that, bool widen, out bool weaker);
- bool LessEqual(T that);
- T Meet(T that);
- T Widen(T that);
- }
-}
diff --git a/src/v4.6.1/Mono.Messaging.RabbitMQ.cs b/src/v4.6.1/Mono.Messaging.RabbitMQ.cs
deleted file mode 100644
index 2d203a1..0000000
--- a/src/v4.6.1/Mono.Messaging.RabbitMQ.cs
+++ /dev/null
@@ -1,175 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(false)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging.RabbitMQ
-{
- public delegate global::RabbitMQ.Client.IConnection CreateConnectionDelegate(string host);
- public partial interface IMessagingContext : System.IDisposable
- {
- void Delete(Mono.Messaging.QueueReference qRef);
- void Purge(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack);
- void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg);
- }
- public delegate bool IsMatch(global::RabbitMQ.Client.Events.BasicDeliverEventArgs result);
- public partial class MessageFactory
- {
- public MessageFactory(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider) { }
- public static System.DateTime AmqpTimestampToDateTime(global::RabbitMQ.Client.AmqpTimestamp ats) { throw null; }
- public static global::RabbitMQ.Client.AmqpTimestamp DateTimeToAmqpTimestamp(System.DateTime t) { throw null; }
- public static string GetString(System.Collections.IDictionary properties, string key) { throw null; }
- public Mono.Messaging.IMessage ReadMessage(Mono.Messaging.QueueReference destination, global::RabbitMQ.Client.Events.BasicDeliverEventArgs result) { throw null; }
- public static int TimeSpanToMillis(System.TimeSpan timespan) { throw null; }
- public global::RabbitMQ.Client.Content.IMessageBuilder WriteMessage(global::RabbitMQ.Client.IModel ch, Mono.Messaging.IMessage msg) { throw null; }
- }
- public partial class MessagingContext : Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public MessagingContext(Mono.Messaging.RabbitMQ.MessageFactory factory, string host, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnection) { }
- public global::RabbitMQ.Client.IConnection Connection { get { throw null; } }
- public global::RabbitMQ.Client.IModel Model { get { throw null; } }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage message) { }
- }
- public partial class MessagingContextPool
- {
- public MessagingContextPool(Mono.Messaging.RabbitMQ.MessageFactory messageFactory, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnectionDelegate) { }
- public Mono.Messaging.RabbitMQ.MessagingContext GetContext(string host) { throw null; }
- public void ReturnContext(Mono.Messaging.RabbitMQ.MessagingContext context) { }
- }
- public partial class RabbitMQMessageEnumerator : Mono.Messaging.IMessageEnumerator, System.IDisposable
- {
- public RabbitMQMessageEnumerator(Mono.Messaging.RabbitMQ.MessageFactory helper, Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Current { get { throw null; } }
- public System.IntPtr CursorHandle { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- public void Dispose(bool disposing) { }
- public bool MoveNext() { throw null; }
- public bool MoveNext(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent() { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Reset() { }
- }
- public partial class RabbitMQMessageQueue : Mono.Messaging.MessageQueueBase, Mono.Messaging.IMessageQueue
- {
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, Mono.Messaging.QueueReference qRef, bool transactional) { }
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, bool transactional) { }
- public bool Authenticate { get { throw null; } set { } }
- public short BasePriority { get { throw null; } set { } }
- public bool CanRead { get { throw null; } }
- public bool CanWrite { get { throw null; } }
- public System.Guid Category { get { throw null; } set { } }
- public System.DateTime CreateTime { get { throw null; } }
- public bool DenySharedReceive { get { throw null; } set { } }
- public Mono.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
- public System.Guid Id { get { throw null; } }
- public System.DateTime LastModifyTime { get { throw null; } }
- public long MaximumJournalSize { get { throw null; } set { } }
- public long MaximumQueueSize { get { throw null; } set { } }
- public Mono.Messaging.QueueReference QRef { get { throw null; } set { } }
- protected override Mono.Messaging.IMessageQueue Queue { get { throw null; } }
- public System.IntPtr ReadHandle { get { throw null; } }
- public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
- public bool Transactional { get { throw null; } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public System.IntPtr WriteHandle { get { throw null; } }
- public void Close() { }
- public static void Delete(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessageEnumerator GetMessageEnumerator() { throw null; }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.PeekCompleted { add { } remove { } }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.ReceiveCompleted { add { } remove { } }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndPeek(System.IAsyncResult asyncResult) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndReceive(System.IAsyncResult asyncResult) { throw null; }
- void Mono.Messaging.IMessageQueue.SendPeekCompleted(System.IAsyncResult result) { }
- void Mono.Messaging.IMessageQueue.SendReceiveCompleted(System.IAsyncResult result) { }
- public Mono.Messaging.IMessage Peek() { throw null; }
- public Mono.Messaging.IMessage Peek(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout) { throw null; }
- public void Purge() { }
- public Mono.Messaging.IMessage Receive() { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Send(Mono.Messaging.IMessage msg) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.IMessageQueueTransaction transaction) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.MessageQueueTransactionType transactionType) { }
- }
- public partial class RabbitMQMessageQueueTransaction : Mono.Messaging.IMessageQueueTransaction, Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public RabbitMQMessageQueueTransaction(string txId, Mono.Messaging.RabbitMQ.MessagingContextPool contextPool) { }
- public string Id { get { throw null; } }
- public Mono.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
- public void Abort() { }
- public void Begin() { }
- public void Commit() { }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg) { }
- }
- public partial class RabbitMQMessagingProvider : Mono.Messaging.IMessagingProvider
- {
- public RabbitMQMessagingProvider() { }
- public Mono.Messaging.RabbitMQ.IMessagingContext CreateContext(string host) { throw null; }
- public Mono.Messaging.IMessage CreateMessage() { throw null; }
- public Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional) { throw null; }
- public Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction() { throw null; }
- public void DeleteQueue(Mono.Messaging.QueueReference qRef) { }
- public bool Exists(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue[] GetPublicQueues() { throw null; }
- }
-}
diff --git a/src/v4.6.1/Mono.Messaging.cs b/src/v4.6.1/Mono.Messaging.cs
deleted file mode 100644
index b882045..0000000
--- a/src/v4.6.1/Mono.Messaging.cs
+++ /dev/null
@@ -1,398 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging
-{
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum AcknowledgeTypes
- {
- FullReachQueue = 5,
- FullReceive = 14,
- NegativeReceive = 8,
- None = 0,
- NotAcknowledgeReachQueue = 4,
- NotAcknowledgeReceive = 12,
- PositiveArrival = 1,
- PositiveReceive = 2,
- }
- [System.SerializableAttribute]
- public enum Acknowledgment
- {
- AccessDenied = 32772,
- BadDestinationQueue = 32768,
- BadEncryption = 32775,
- BadSignature = 32774,
- CouldNotEncrypt = 32776,
- HopCountExceeded = 32773,
- None = 0,
- NotTransactionalMessage = 32778,
- NotTransactionalQueue = 32777,
- Purged = 32769,
- QueueDeleted = 49152,
- QueueExceedMaximumSize = 32771,
- QueuePurged = 49153,
- ReachQueue = 2,
- ReachQueueTimeout = 32770,
- Receive = 16384,
- ReceiveTimeout = 49154,
- }
- public partial class CompletedEventArgs : System.EventArgs
- {
- public CompletedEventArgs(System.IAsyncResult result) { }
- public System.IAsyncResult AsyncResult { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public delegate void CompletedEventHandler(object sender, Mono.Messaging.CompletedEventArgs e);
- public partial class ConcurrentLinkedQueue<T>
- {
- public ConcurrentLinkedQueue() { }
- public T Dequeue() { throw null; }
- public void Enqueue(T context) { }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionException : Mono.Messaging.MonoMessagingException
- {
- public ConnectionException(Mono.Messaging.QueueReference qRef) { }
- public ConnectionException(Mono.Messaging.QueueReference qRef, System.Exception e) { }
- public Mono.Messaging.QueueReference QRef { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum CryptographicProviderType
- {
- Dss = 3,
- Fortezza = 4,
- MicrosoftExchange = 5,
- None = 0,
- RsaFull = 1,
- RsqSig = 2,
- Ssl = 6,
- SttAcq = 8,
- SttBrnd = 9,
- SttIss = 11,
- SttMer = 7,
- SttRoot = 10,
- }
- [System.SerializableAttribute]
- public enum EncryptionAlgorithm
- {
- None = 0,
- Rc2 = 26114,
- Rc4 = 26625,
- }
- [System.SerializableAttribute]
- public enum EncryptionRequired
- {
- Body = 2,
- None = 0,
- Optional = 1,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithm
- {
- Mac = 32773,
- Md2 = 32769,
- Md4 = 32770,
- Md5 = 32771,
- None = 0,
- Sha = 32772,
- }
- public partial interface IMessage
- {
- Mono.Messaging.AcknowledgeTypes AcknowledgeType { get; set; }
- Mono.Messaging.Acknowledgment Acknowledgment { get; }
- Mono.Messaging.IMessageQueue AdministrationQueue { get; set; }
- int AppSpecific { get; set; }
- System.DateTime ArrivedTime { get; }
- bool AttachSenderId { get; set; }
- bool Authenticated { get; }
- string AuthenticationProviderName { get; set; }
- Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get; set; }
- System.IO.Stream BodyStream { get; set; }
- int BodyType { get; set; }
- System.Guid ConnectorType { get; set; }
- string CorrelationId { get; set; }
- Mono.Messaging.IMessageQueue DestinationQueue { get; }
- byte[] DestinationSymmetricKey { get; set; }
- byte[] DigitalSignature { get; set; }
- Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get; set; }
- byte[] Extension { get; set; }
- Mono.Messaging.HashAlgorithm HashAlgorithm { get; set; }
- string Id { get; }
- bool IsFirstInTransaction { get; }
- bool IsLastInTransaction { get; }
- string Label { get; set; }
- Mono.Messaging.MessageType MessageType { get; }
- Mono.Messaging.MessagePriority Priority { get; set; }
- bool Recoverable { get; set; }
- Mono.Messaging.IMessageQueue ResponseQueue { get; set; }
- byte[] SenderCertificate { get; set; }
- byte[] SenderId { get; }
- long SenderVersion { get; }
- System.DateTime SentTime { get; }
- string SourceMachine { get; }
- System.TimeSpan TimeToBeReceived { get; set; }
- System.TimeSpan TimeToReachQueue { get; set; }
- string TransactionId { get; }
- Mono.Messaging.IMessageQueue TransactionStatusQueue { get; set; }
- bool UseAuthentication { get; set; }
- bool UseDeadLetterQueue { get; set; }
- bool UseEncryption { get; set; }
- bool UseJournalQueue { get; set; }
- bool UseTracing { get; set; }
- void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId);
- }
- public partial interface IMessageEnumerator : System.IDisposable
- {
- Mono.Messaging.IMessage Current { get; }
- System.IntPtr CursorHandle { get; }
- void Close();
- void Dispose(bool disposing);
- bool MoveNext();
- bool MoveNext(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent();
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- }
- public partial interface IMessageQueue
- {
- bool Authenticate { get; set; }
- short BasePriority { get; set; }
- bool CanRead { get; }
- bool CanWrite { get; }
- System.Guid Category { get; set; }
- System.DateTime CreateTime { get; }
- bool DenySharedReceive { get; set; }
- Mono.Messaging.EncryptionRequired EncryptionRequired { get; set; }
- System.Guid Id { get; }
- System.DateTime LastModifyTime { get; }
- long MaximumJournalSize { get; set; }
- long MaximumQueueSize { get; set; }
- Mono.Messaging.QueueReference QRef { get; set; }
- System.IntPtr ReadHandle { get; }
- System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
- bool Transactional { get; }
- bool UseJournalQueue { get; set; }
- System.IntPtr WriteHandle { get; }
- event Mono.Messaging.CompletedEventHandler PeekCompleted;
- event Mono.Messaging.CompletedEventHandler ReceiveCompleted;
- System.IAsyncResult BeginPeek();
- System.IAsyncResult BeginPeek(System.TimeSpan timeout);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- System.IAsyncResult BeginReceive();
- System.IAsyncResult BeginReceive(System.TimeSpan timeout);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- void Close();
- Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessageEnumerator GetMessageEnumerator();
- Mono.Messaging.IMessage Peek();
- Mono.Messaging.IMessage Peek(System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekById(string id);
- Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout);
- void Purge();
- Mono.Messaging.IMessage Receive();
- Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- void Send(Mono.Messaging.IMessage message);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.IMessageQueueTransaction transaction);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.MessageQueueTransactionType transactionType);
- void SendPeekCompleted(System.IAsyncResult result);
- void SendReceiveCompleted(System.IAsyncResult result);
- }
- public partial interface IMessageQueueTransaction : System.IDisposable
- {
- Mono.Messaging.MessageQueueTransactionStatus Status { get; }
- void Abort();
- void Begin();
- void Commit();
- }
- public partial interface IMessagingProvider
- {
- Mono.Messaging.IMessage CreateMessage();
- Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional);
- Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction();
- void DeleteQueue(Mono.Messaging.QueueReference qRef);
- bool Exists(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue[] GetPublicQueues();
- }
- public partial class MessageBase : Mono.Messaging.IMessage
- {
- public MessageBase() { }
- public Mono.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
- public Mono.Messaging.Acknowledgment Acknowledgment { get { throw null; } }
- public Mono.Messaging.IMessageQueue AdministrationQueue { get { throw null; } set { } }
- public int AppSpecific { get { throw null; } set { } }
- public System.DateTime ArrivedTime { get { throw null; } }
- public bool AttachSenderId { get { throw null; } set { } }
- public bool Authenticated { get { throw null; } }
- public string AuthenticationProviderName { get { throw null; } set { } }
- public Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get { throw null; } set { } }
- public System.IO.Stream BodyStream { get { throw null; } set { } }
- public int BodyType { get { throw null; } set { } }
- public System.Guid ConnectorType { get { throw null; } set { } }
- public string CorrelationId { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue DestinationQueue { get { throw null; } }
- public byte[] DestinationSymmetricKey { get { throw null; } set { } }
- public byte[] DigitalSignature { get { throw null; } set { } }
- public Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
- public byte[] Extension { get { throw null; } set { } }
- public Mono.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public string Id { get { throw null; } }
- public bool IsFirstInTransaction { get { throw null; } }
- public bool IsLastInTransaction { get { throw null; } }
- public string Label { get { throw null; } set { } }
- public Mono.Messaging.MessageType MessageType { get { throw null; } }
- public Mono.Messaging.MessagePriority Priority { get { throw null; } set { } }
- public bool Recoverable { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue ResponseQueue { get { throw null; } set { } }
- public byte[] SenderCertificate { get { throw null; } set { } }
- public byte[] SenderId { get { throw null; } }
- public long SenderVersion { get { throw null; } }
- public System.DateTime SentTime { get { throw null; } }
- public string SourceMachine { get { throw null; } }
- public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
- public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
- public string TransactionId { get { throw null; } }
- public Mono.Messaging.IMessageQueue TransactionStatusQueue { get { throw null; } set { } }
- public bool UseAuthentication { get { throw null; } set { } }
- public bool UseDeadLetterQueue { get { throw null; } set { } }
- public bool UseEncryption { get { throw null; } set { } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public bool UseTracing { get { throw null; } set { } }
- public void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId) { }
- }
- [System.SerializableAttribute]
- public enum MessagePriority
- {
- AboveNormal = 4,
- High = 5,
- Highest = 7,
- Low = 2,
- Lowest = 0,
- Normal = 3,
- VeryHigh = 6,
- VeryLow = 1,
- }
- public abstract partial class MessageQueueBase
- {
- protected MessageQueueBase() { }
- protected abstract Mono.Messaging.IMessageQueue Queue { get; }
- public event Mono.Messaging.CompletedEventHandler PeekCompleted { add { } remove { } }
- public event Mono.Messaging.CompletedEventHandler ReceiveCompleted { add { } remove { } }
- public System.IAsyncResult BeginPeek() { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public System.IAsyncResult BeginReceive() { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult) { throw null; }
- public void SendPeekCompleted(System.IAsyncResult result) { }
- public void SendReceiveCompleted(System.IAsyncResult result) { }
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionStatus
- {
- Aborted = 0,
- Committed = 1,
- Initialized = 2,
- Pending = 3,
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionType
- {
- Automatic = 1,
- None = 0,
- Single = 3,
- }
- [System.SerializableAttribute]
- public enum MessageType
- {
- Acknowledgment = 1,
- Normal = 2,
- Report = 3,
- }
- public partial class MessageUnavailableException : Mono.Messaging.MonoMessagingException
- {
- public MessageUnavailableException() { }
- public MessageUnavailableException(string msg) { }
- public MessageUnavailableException(string msg, System.Exception e) { }
- }
- public partial class MessagingProviderLocator
- {
- internal MessagingProviderLocator() { }
- public static readonly System.TimeSpan InfiniteTimeout;
- public static Mono.Messaging.MessagingProviderLocator Instance { get { throw null; } }
- public static Mono.Messaging.IMessagingProvider GetProvider() { throw null; }
- }
- public partial class MonoMessagingException : System.Exception
- {
- public MonoMessagingException() { }
- public MonoMessagingException(string msg) { }
- public MonoMessagingException(string msg, System.Exception e) { }
- }
- public sealed partial class QueueReference
- {
- public static readonly Mono.Messaging.QueueReference DEFAULT;
- public static readonly string LOCALHOST;
- public QueueReference(string host, string queue, bool isPrivate) { }
- public string Host { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public string Queue { get { throw null; } }
- public bool Equals(Mono.Messaging.QueueReference other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool IsPrivateStr(string s) { throw null; }
- public static bool operator ==(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static bool operator !=(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static Mono.Messaging.QueueReference Parse(string path) { throw null; }
- public static string RemoveLeadingSlashes(string s) { throw null; }
- public Mono.Messaging.QueueReference SetHost(string host) { throw null; }
- public Mono.Messaging.QueueReference SetQueue(string queue) { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.6.1/Mono.WebBrowser.cs b/src/v4.6.1/Mono.WebBrowser.cs
deleted file mode 100644
index 2f0ccff..0000000
--- a/src/v4.6.1/Mono.WebBrowser.cs
+++ /dev/null
@@ -1,467 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2007, 2008 Andreia Gaita")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Managed Wrapper for xulrunner engine, to support WebBrowser")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.WebBrowser")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.WebBrowser")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.WebBrowser
-{
- public partial class AlertEventArgs : System.EventArgs
- {
- public AlertEventArgs() { }
- public bool BoolReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Buttons { get { throw null; } set { } }
- public string CheckMessage { get { throw null; } set { } }
- public bool CheckState { get { throw null; } set { } }
- public Mono.WebBrowser.DialogButtonFlags DialogButtons { get { throw null; } set { } }
- public int IntReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Options { get { throw null; } set { } }
- public string Password { get { throw null; } set { } }
- public string StringReturn { get { throw null; } set { } }
- public string Text { get { throw null; } set { } }
- public string Text2 { get { throw null; } set { } }
- public string Title { get { throw null; } set { } }
- public Mono.WebBrowser.DialogType Type { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- }
- public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e);
- public partial class ContextMenuEventArgs : System.EventArgs
- {
- public ContextMenuEventArgs(int x, int y) { }
- public int X { get { throw null; } }
- public int Y { get { throw null; } }
- }
- public delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e);
- public partial class CreateNewWindowEventArgs : System.EventArgs
- {
- public CreateNewWindowEventArgs(bool isModal) { }
- public bool IsModal { get { throw null; } }
- }
- public delegate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e);
- [System.FlagsAttribute]
- public enum DialogButtonFlags
- {
- BUTTON_DELAY_ENABLE = 67108864,
- BUTTON_POS_0 = 1,
- BUTTON_POS_0_DEFAULT = 0,
- BUTTON_POS_1 = 256,
- BUTTON_POS_1_DEFAULT = 16777216,
- BUTTON_POS_2 = 65536,
- BUTTON_POS_2_DEFAULT = 33554432,
- BUTTON_TITLE_CANCEL = 2,
- BUTTON_TITLE_DONT_SAVE = 6,
- BUTTON_TITLE_IS_STRING = 127,
- BUTTON_TITLE_NO = 4,
- BUTTON_TITLE_OK = 1,
- BUTTON_TITLE_REVERT = 7,
- BUTTON_TITLE_SAVE = 5,
- BUTTON_TITLE_YES = 3,
- STD_OK_CANCEL_BUTTONS = 513,
- }
- public enum DialogType
- {
- Alert = 1,
- AlertCheck = 2,
- Confirm = 3,
- ConfirmCheck = 5,
- ConfirmEx = 4,
- Prompt = 6,
- PromptPassword = 8,
- PromptUsernamePassword = 7,
- Select = 9,
- }
- public partial class Exception : System.Exception
- {
- internal Exception() { }
- }
- public enum FocusOption
- {
- FocusFirstElement = 1,
- FocusLastElement = 2,
- None = 0,
- }
- public partial interface IWebBrowser
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- bool Initialized { get; }
- Mono.WebBrowser.DOM.INavigation Navigation { get; }
- bool Offline { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event Mono.WebBrowser.AlertEventHandler Alert;
- event Mono.WebBrowser.ContextMenuEventHandler ContextMenuShown;
- event Mono.WebBrowser.CreateNewWindowEventHandler CreateNewWindow;
- event System.EventHandler Focus;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.LoadCommitedEventHandler LoadCommited;
- event Mono.WebBrowser.LoadFinishedEventHandler LoadFinished;
- event Mono.WebBrowser.LoadStartedEventHandler LoadStarted;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.NavigationRequestedEventHandler NavigationRequested;
- event Mono.WebBrowser.ProgressChangedEventHandler ProgressChanged;
- event Mono.WebBrowser.SecurityChangedEventHandler SecurityChanged;
- event Mono.WebBrowser.StatusChangedEventHandler StatusChanged;
- void Activate();
- void Deactivate();
- void ExecuteScript(string script);
- void FocusIn(Mono.WebBrowser.FocusOption focus);
- void FocusOut();
- bool Load(System.IntPtr handle, int width, int height);
- void Render(byte[] data);
- void Render(string html);
- void Render(string html, string uri, string contentType);
- void Resize(int width, int height);
- void Shutdown();
- }
- public partial class LoadCommitedEventArgs : System.EventArgs
- {
- public LoadCommitedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e);
- public partial class LoadFinishedEventArgs : System.EventArgs
- {
- public LoadFinishedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e);
- public partial class LoadStartedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public LoadStartedEventArgs(string uri, string frameName) { }
- public string FrameName { get { throw null; } }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e);
- public sealed partial class Manager
- {
- public Manager() { }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance() { throw null; }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance(Mono.WebBrowser.Platform platform) { throw null; }
- }
- public partial class NavigationRequestedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public NavigationRequestedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void NavigationRequestedEventHandler(object sender, Mono.WebBrowser.NavigationRequestedEventArgs e);
- public enum Platform
- {
- Gtk = 2,
- Unknown = 0,
- Winforms = 1,
- }
- public partial class ProgressChangedEventArgs : System.EventArgs
- {
- public ProgressChangedEventArgs(int progress, int maxProgress) { }
- public int MaxProgress { get { throw null; } }
- public int Progress { get { throw null; } }
- }
- public delegate void ProgressChangedEventHandler(object sender, Mono.WebBrowser.ProgressChangedEventArgs e);
- public enum ReloadOption : uint
- {
- Full = (uint)2,
- None = (uint)0,
- Proxy = (uint)1,
- }
- public partial class SecurityChangedEventArgs : System.EventArgs
- {
- public SecurityChangedEventArgs(Mono.WebBrowser.SecurityLevel state) { }
- public Mono.WebBrowser.SecurityLevel State { get { throw null; } set { } }
- }
- public delegate void SecurityChangedEventHandler(object sender, Mono.WebBrowser.SecurityChangedEventArgs e);
- public enum SecurityLevel
- {
- Insecure = 1,
- Mixed = 2,
- Secure = 3,
- }
- public partial class StatusChangedEventArgs : System.EventArgs
- {
- public StatusChangedEventArgs(string message, int status) { }
- public string Message { get { throw null; } set { } }
- public int Status { get { throw null; } set { } }
- }
- public delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e);
-}
-namespace Mono.WebBrowser.DOM
-{
- public partial interface IAttribute : Mono.WebBrowser.DOM.INode
- {
- string Name { get; }
- new int GetHashCode();
- }
- public partial interface IAttributeCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- Mono.WebBrowser.DOM.IAttribute this[string name] { get; }
- bool Exists(string name);
- new int GetHashCode();
- }
- public partial interface IDocument : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElement Active { get; }
- string ActiveLinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Anchors { get; }
- Mono.WebBrowser.DOM.IElementCollection Applets { get; }
- string BackColor { get; set; }
- string Background { get; set; }
- Mono.WebBrowser.DOM.IElement Body { get; }
- string Charset { get; set; }
- string Cookie { get; set; }
- Mono.WebBrowser.DOM.IDocumentType DocType { get; }
- Mono.WebBrowser.DOM.IElement DocumentElement { get; }
- string Domain { get; }
- string ForeColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Forms { get; }
- Mono.WebBrowser.DOM.IElementCollection Images { get; }
- Mono.WebBrowser.DOM.IDOMImplementation Implementation { get; }
- string LinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Links { get; }
- Mono.WebBrowser.DOM.IStylesheetList Stylesheets { get; }
- string Title { get; set; }
- string Url { get; }
- string VisitedLinkColor { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event System.EventHandler LoadStopped;
- Mono.WebBrowser.DOM.IAttribute CreateAttribute(string name);
- Mono.WebBrowser.DOM.IElement CreateElement(string tagName);
- Mono.WebBrowser.DOM.IElement GetElement(int x, int y);
- Mono.WebBrowser.DOM.IElement GetElementById(string id);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- string InvokeScript(string script);
- void Write(string text);
- }
- public partial interface IDocumentType : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.INamedNodeMap Entities { get; }
- string InternalSubset { get; }
- string Name { get; }
- Mono.WebBrowser.DOM.INamedNodeMap Notations { get; }
- string PublicId { get; }
- string SystemId { get; }
- }
- public partial interface IDOMImplementation
- {
- Mono.WebBrowser.DOM.IDocument CreateDocument(string namespaceURI, string qualifiedName, Mono.WebBrowser.DOM.IDocumentType doctype);
- Mono.WebBrowser.DOM.IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId);
- bool HasFeature(string feature, string version);
- }
- public partial interface IElement : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElementCollection All { get; }
- Mono.WebBrowser.DOM.IElementCollection Children { get; }
- int ClientHeight { get; }
- int ClientWidth { get; }
- System.IO.Stream ContentStream { get; }
- bool Disabled { get; set; }
- string InnerHTML { get; set; }
- string InnerText { get; set; }
- int OffsetHeight { get; }
- int OffsetLeft { get; }
- Mono.WebBrowser.DOM.IElement OffsetParent { get; }
- int OffsetTop { get; }
- int OffsetWidth { get; }
- string OuterHTML { get; set; }
- string OuterText { get; set; }
- int ScrollHeight { get; }
- int ScrollLeft { get; set; }
- int ScrollTop { get; set; }
- int ScrollWidth { get; }
- string Style { get; set; }
- int TabIndex { get; set; }
- string TagName { get; }
- Mono.WebBrowser.DOM.IElement AppendChild(Mono.WebBrowser.DOM.IElement child);
- void Blur();
- void Focus();
- string GetAttribute(string name);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- bool HasAttribute(string name);
- void ScrollIntoView(bool alignWithTop);
- void SetAttribute(string name, string value);
- }
- public partial interface IElementCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IElement this[int index] { get; set; }
- new int GetHashCode();
- }
- public partial interface IHistory
- {
- int Count { get; }
- void Back(int count);
- void Forward(int count);
- void GoToIndex(int index);
- void GoToUrl(string url);
- }
- public partial interface IMediaList
- {
- }
- public partial interface INamedNodeMap : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- Mono.WebBrowser.DOM.INode this[string name] { get; set; }
- Mono.WebBrowser.DOM.INode this[string namespaceURI, string localName] { get; set; }
- Mono.WebBrowser.DOM.INode RemoveNamedItem(string name);
- Mono.WebBrowser.DOM.INode RemoveNamedItemNS(string namespaceURI, string localName);
- }
- public partial interface INavigation
- {
- bool CanGoBack { get; }
- bool CanGoForward { get; }
- int HistoryCount { get; }
- bool Back();
- bool Forward();
- void Go(int index);
- void Go(int index, bool relative);
- void Go(string url);
- void Go(string url, Mono.WebBrowser.DOM.LoadFlags flags);
- void Home();
- void Reload();
- void Reload(Mono.WebBrowser.ReloadOption option);
- void Stop();
- }
- public partial interface INode
- {
- System.IntPtr AccessibleObject { get; }
- Mono.WebBrowser.DOM.IAttributeCollection Attributes { get; }
- Mono.WebBrowser.DOM.INodeList ChildNodes { get; }
- Mono.WebBrowser.DOM.INode FirstChild { get; }
- Mono.WebBrowser.DOM.INode LastChild { get; }
- string LocalName { get; }
- Mono.WebBrowser.DOM.INode Next { get; }
- Mono.WebBrowser.DOM.IDocument Owner { get; }
- Mono.WebBrowser.DOM.INode Parent { get; }
- Mono.WebBrowser.DOM.INode Previous { get; }
- Mono.WebBrowser.DOM.NodeType Type { get; }
- string Value { get; set; }
- event Mono.WebBrowser.DOM.NodeEventHandler Click;
- event Mono.WebBrowser.DOM.NodeEventHandler DoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseOver;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.DOM.NodeEventHandler OnBlur;
- event Mono.WebBrowser.DOM.NodeEventHandler OnFocus;
- Mono.WebBrowser.DOM.INode AppendChild(Mono.WebBrowser.DOM.INode child);
- void AttachEventHandler(string eventName, System.Delegate handler);
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.Delegate handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void FireEvent(string eventName);
- int GetHashCode();
- Mono.WebBrowser.DOM.INode InsertBefore(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode refChild);
- Mono.WebBrowser.DOM.INode RemoveChild(Mono.WebBrowser.DOM.INode child);
- Mono.WebBrowser.DOM.INode ReplaceChild(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode oldChild);
- }
- public partial interface INodeList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- int GetHashCode();
- }
- public partial interface IStylesheet
- {
- bool Disabled { get; set; }
- string Href { get; }
- Mono.WebBrowser.DOM.IMediaList Media { get; }
- Mono.WebBrowser.DOM.INode OwnerNode { get; }
- Mono.WebBrowser.DOM.IStylesheet ParentStyleSheet { get; }
- string Title { get; }
- string Type { get; }
- }
- public partial interface IStylesheetList : System.Collections.IEnumerable
- {
- int Count { get; }
- Mono.WebBrowser.DOM.IStylesheet this[int index] { get; set; }
- }
- public partial interface IWindow
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- Mono.WebBrowser.DOM.IWindowCollection Frames { get; }
- Mono.WebBrowser.DOM.IHistory History { get; }
- string Name { get; set; }
- Mono.WebBrowser.DOM.IWindow Parent { get; }
- string StatusText { get; }
- Mono.WebBrowser.DOM.IWindow Top { get; }
- event System.EventHandler Error;
- event System.EventHandler Load;
- event System.EventHandler OnBlur;
- event System.EventHandler OnFocus;
- event System.EventHandler Scroll;
- event System.EventHandler Unload;
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void Focus();
- int GetHashCode();
- void Open(string url);
- void ScrollTo(int x, int y);
- }
- public partial interface IWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IWindow this[int index] { get; set; }
- }
- [System.FlagsAttribute]
- public enum LoadFlags : uint
- {
- AsLinkClick = (uint)32,
- AsMetaRefresh = (uint)16,
- BypassHistory = (uint)64,
- BypassLocalCache = (uint)256,
- BypassProxy = (uint)512,
- CharsetChange = (uint)1024,
- None = (uint)0,
- ReplaceHistory = (uint)128,
- }
- public partial class NodeEventArgs : System.EventArgs
- {
- public NodeEventArgs(Mono.WebBrowser.DOM.INode node) { }
- public Mono.WebBrowser.DOM.IDocument Document { get { throw null; } }
- public Mono.WebBrowser.DOM.IElement Element { get { throw null; } }
- public Mono.WebBrowser.DOM.INode Node { get { throw null; } }
- }
- public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e);
- public enum NodeType
- {
- Attribute = 2,
- CDataSection = 4,
- Comment = 8,
- Document = 9,
- DocumentFragment = 11,
- DocumentType = 10,
- Element = 1,
- Entity = 6,
- EntityReference = 5,
- Notation = 12,
- ProcessingInstruction = 7,
- Text = 3,
- }
- public partial class WindowEventArgs : System.EventArgs
- {
- public WindowEventArgs(Mono.WebBrowser.DOM.IWindow window) { }
- public Mono.WebBrowser.DOM.IWindow Window { get { throw null; } }
- }
- public delegate void WindowEventHandler(object sender, Mono.WebBrowser.DOM.WindowEventArgs e);
-}
diff --git a/src/v4.6.1/RabbitMQ.Client.cs b/src/v4.6.1/RabbitMQ.Client.cs
deleted file mode 100644
index 4339a1d..0000000
--- a/src/v4.6.1/RabbitMQ.Client.cs
+++ /dev/null
@@ -1,9412 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace RabbitMQ.Client
-{
- public partial class AmqpTcpEndpoint
- {
- public const int UseDefaultPort = -1;
- public AmqpTcpEndpoint() { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(string hostName) { }
- public AmqpTcpEndpoint(string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(System.Uri uri) { }
- public string HostName { get { throw null; } set { } }
- public int Port { get { throw null; } set { } }
- public RabbitMQ.Client.IProtocol Protocol { get { throw null; } set { } }
- public RabbitMQ.Client.SslOption Ssl { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint Parse(RabbitMQ.Client.IProtocol protocol, string address) { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint[] ParseMultiple(RabbitMQ.Client.IProtocol protocol, string addresses) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AmqpTimestamp
- {
- public AmqpTimestamp(long unixTime) { throw null;}
- public long UnixTime { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class AmqpVersion
- {
- public AmqpVersion(int major, int minor) { }
- public int Major { get { throw null; } }
- public int Minor { get { throw null; } }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class BasicGetResult
- {
- public BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } }
- public byte[] Body { get { throw null; } }
- public ulong DeliveryTag { get { throw null; } }
- public string Exchange { get { throw null; } }
- public uint MessageCount { get { throw null; } }
- public bool Redelivered { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- }
- public partial class BinaryTableValue
- {
- public BinaryTableValue() { }
- public BinaryTableValue(byte[] bytes) { }
- public byte[] Bytes { get { throw null; } set { } }
- }
- public partial class ConnectionFactory
- {
- public System.Collections.IDictionary ClientProperties;
- public const ushort DefaultChannelMax = (ushort)0;
- public const uint DefaultFrameMax = (uint)0;
- public const ushort DefaultHeartbeat = (ushort)0;
- public const string DefaultPass = "guest";
- public const string DefaultUser = "guest";
- public const string DefaultVHost = "/";
- public string HostName;
- public string Password;
- public int Port;
- public RabbitMQ.Client.IProtocol Protocol;
- public ushort RequestedChannelMax;
- public uint RequestedFrameMax;
- public ushort RequestedHeartbeat;
- public RabbitMQ.Client.SslOption Ssl;
- public string UserName;
- public string VirtualHost;
- public ConnectionFactory() { }
- public string Address { get { throw null; } set { } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } set { } }
- public virtual RabbitMQ.Client.IConnection CreateConnection() { throw null; }
- public virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects) { throw null; }
- protected virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, params RabbitMQ.Client.AmqpTcpEndpoint[] endpoints) { throw null; }
- protected virtual RabbitMQ.Client.IConnection FollowRedirectChain(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, ref RabbitMQ.Client.AmqpTcpEndpoint[] mostRecentKnownHosts, RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- }
- public partial class DefaultBasicConsumer : RabbitMQ.Client.IBasicConsumer
- {
- public DefaultBasicConsumer() { }
- public DefaultBasicConsumer(RabbitMQ.Client.IModel model) { }
- public string ConsumerTag { get { throw null; } set { } }
- public bool IsRunning { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- public virtual void HandleBasicCancelOk(string consumerTag) { }
- public virtual void HandleBasicConsumeOk(string consumerTag) { }
- public virtual void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnCancel() { }
- }
- public partial class ExchangeType
- {
- internal ExchangeType() { }
- public const string Direct = "direct";
- public const string Fanout = "fanout";
- public const string Topic = "topic";
- public static System.Collections.ICollection All() { throw null; }
- }
- public partial interface IBasicConsumer
- {
- RabbitMQ.Client.IModel Model { get; }
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body);
- void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface IBasicProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string AppId { get; set; }
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string CorrelationId { get; set; }
- byte DeliveryMode { get; set; }
- string Expiration { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.PublicationAddress ReplyToAddress { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- string Type { get; set; }
- string UserId { get; set; }
- void ClearAppId();
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearCorrelationId();
- void ClearDeliveryMode();
- void ClearExpiration();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- void ClearType();
- void ClearUserId();
- bool IsAppIdPresent();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsCorrelationIdPresent();
- bool IsDeliveryModePresent();
- bool IsExpirationPresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- bool IsTypePresent();
- bool IsUserIdPresent();
- void SetPersistent(bool persistent);
- }
- public partial interface IConnection : System.IDisposable
- {
- bool AutoClose { get; set; }
- ushort ChannelMax { get; }
- System.Collections.IDictionary ClientProperties { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- bool IsOpen { get; }
- RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get; }
- RabbitMQ.Client.IProtocol Protocol { get; }
- System.Collections.IDictionary ServerProperties { get; }
- System.Collections.IList ShutdownReport { get; }
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown;
- void Abort();
- void Abort(int timeout);
- void Abort(ushort reasonCode, string reasonText);
- void Abort(ushort reasonCode, string reasonText, int timeout);
- void Close();
- void Close(int timeout);
- void Close(ushort reasonCode, string reasonText);
- void Close(ushort reasonCode, string reasonText, int timeout);
- RabbitMQ.Client.IModel CreateModel();
- }
- public partial interface IContentHeader : System.ICloneable
- {
- int ProtocolClassId { get; }
- string ProtocolClassName { get; }
- }
- public partial interface IFileProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string Filename { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearFilename();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsFilenamePresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- }
- public partial interface IMethod
- {
- int ProtocolClassId { get; }
- int ProtocolMethodId { get; }
- string ProtocolMethodName { get; }
- }
- public partial interface IModel : System.IDisposable
- {
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn;
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown;
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort(ushort replyCode, string replyText);
- void BasicAck(ulong deliveryTag, bool multiple);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicCancel(string consumerTag);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- void BasicRecover(bool requeue);
- void BasicReject(ulong deliveryTag, bool requeue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "active")]void ChannelFlow(bool active);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close(ushort replyCode, string replyText);
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("basic")]
- RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("file")]
- RabbitMQ.Client.IFileProperties CreateFileProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("stream")]
- RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- void DtxSelect();
- void DtxStart(string dtxIdentifier);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type, bool durable);
- void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- void ExchangeDelete(string exchange, bool ifUnused, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait);
- void QueueBind(string queue, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue, bool durable);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "queue")]string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueuePurge(string queue, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8qpid")]
- void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- void TxCommit();
- void TxRollback();
- void TxSelect();
- }
- public partial interface IProtocol
- {
- string ApiName { get; }
- int DefaultPort { get; }
- int MajorVersion { get; }
- int MinorVersion { get; }
- RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- }
- public partial interface IStreamProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- byte Priority { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearContentEncoding();
- void ClearContentType();
- void ClearHeaders();
- void ClearPriority();
- void ClearTimestamp();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsHeadersPresent();
- bool IsPriorityPresent();
- bool IsTimestampPresent();
- }
- public partial class Protocols
- {
- internal Protocols() { }
- public static readonly string DefaultAppSettingsKey;
- public static readonly string EnvironmentVariable;
- public static RabbitMQ.Client.IProtocol AMQP_0_8 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_8_QPID { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_9 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol DefaultProtocol { get { throw null; } }
- public static RabbitMQ.Client.IProtocol FromConfiguration() { throw null; }
- public static RabbitMQ.Client.IProtocol FromConfiguration(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment() { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironmentVariable() { throw null; }
- public static RabbitMQ.Client.IProtocol Lookup(string name) { throw null; }
- public static RabbitMQ.Client.IProtocol SafeLookup(string name) { throw null; }
- }
- public partial class PublicationAddress
- {
- public static readonly System.Text.RegularExpressions.Regex PSEUDO_URI_PARSER;
- public PublicationAddress(string exchangeType, string exchangeName, string routingKey) { }
- public string ExchangeName { get { throw null; } }
- public string ExchangeType { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- public static RabbitMQ.Client.PublicationAddress Parse(string uriLikeString) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class QueueingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- protected RabbitMQ.Util.SharedQueue m_queue;
- public QueueingBasicConsumer() { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model) { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model, RabbitMQ.Util.SharedQueue queue) { }
- public RabbitMQ.Util.SharedQueue Queue { get { throw null; } }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void OnCancel() { }
- }
- public partial class ShutdownEventArgs : System.EventArgs
- {
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, object cause) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause) { }
- public object Cause { get { throw null; } }
- public ushort ClassId { get { throw null; } }
- public RabbitMQ.Client.ShutdownInitiator Initiator { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public ushort ReplyCode { get { throw null; } }
- public string ReplyText { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public enum ShutdownInitiator
- {
- Application = 0,
- Library = 1,
- Peer = 2,
- }
- public partial class ShutdownReportEntry
- {
- public string m_description;
- public System.Exception m_ex;
- public ShutdownReportEntry(string description, System.Exception ex) { }
- public string Description { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class SslHelper
- {
- internal SslHelper() { }
- public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption sslOption) { throw null; }
- }
- public partial class SslOption
- {
- public SslOption() { }
- public SslOption(string serverName) { }
- public SslOption(string serverName, string certPath, bool enabled) { }
- public System.Net.Security.SslPolicyErrors AcceptablePolicyErrors { get { throw null; } set { } }
- public string CertPassphrase { get { throw null; } set { } }
- public string CertPath { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection Certs { get { throw null; } }
- public bool Enabled { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public System.Security.Authentication.SslProtocols Version { get { throw null; } set { } }
- }
-}
-namespace RabbitMQ.Client.Apigen.Attributes
-{
- public abstract partial class AmqpApigenAttribute : System.Attribute
- {
- public string m_namespaceName;
- public AmqpApigenAttribute(string namespaceName) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpAsynchronousHandlerAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpAsynchronousHandlerAttribute(string namespaceName) : base (default(string)) { }
- }
- public partial class AmqpContentBodyMappingAttribute : System.Attribute
- {
- public AmqpContentBodyMappingAttribute() { }
- }
- public partial class AmqpContentHeaderFactoryAttribute : System.Attribute
- {
- public string m_contentClass;
- public AmqpContentHeaderFactoryAttribute(string contentClass) { }
- }
- public partial class AmqpContentHeaderMappingAttribute : System.Attribute
- {
- public AmqpContentHeaderMappingAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpFieldMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_fieldName;
- public AmqpFieldMappingAttribute(string namespaceName, string fieldName) : base (default(string)) { }
- }
- public partial class AmqpForceOneWayAttribute : System.Attribute
- {
- public AmqpForceOneWayAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodDoNotImplementAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpMethodDoNotImplementAttribute(string namespaceName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_className;
- public string m_methodName;
- public AmqpMethodMappingAttribute(string namespaceName, string className, string methodName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpNowaitArgumentAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_replacementExpression;
- public AmqpNowaitArgumentAttribute(string namespaceName) : base (default(string)) { }
- public AmqpNowaitArgumentAttribute(string namespaceName, string replacementExpression) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpUnsupportedAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpUnsupportedAttribute(string namespaceName) : base (default(string)) { }
- }
-}
-namespace RabbitMQ.Client.Content
-{
- public partial class BasicMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- public const int DefaultAccumulatorSize = 1024;
- protected System.IO.MemoryStream m_accumulator;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public BasicMessageBuilder(RabbitMQ.Client.IModel model) { }
- public BasicMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) { }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryWriter Writer { get { throw null; } }
- public virtual byte[] GetContentBody() { throw null; }
- public virtual RabbitMQ.Client.IContentHeader GetContentHeader() { throw null; }
- public virtual string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length) { throw null; }
- }
- public partial class BasicMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- protected byte[] m_body;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryReader m_reader;
- protected System.IO.MemoryStream m_stream;
- public BasicMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public byte[] BodyBytes { get { throw null; } }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryReader Reader { get { throw null; } }
- public int RawRead() { throw null; }
- public int RawRead(byte[] target, int offset, int length) { throw null; }
- }
- public partial class BytesMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IBytesMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- public BytesMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public BytesMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class BytesMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IBytesMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- public BytesMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public int Read(byte[] target, int offset, int count) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class BytesWireFormatting
- {
- public BytesWireFormatting() { }
- public static int Read(RabbitMQ.Util.NetworkBinaryReader reader, byte[] target, int offset, int count) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader, int count) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void Write(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source, int offset, int count) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public partial interface IBytesMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value);
- }
- public partial interface IBytesMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- int Read(byte[] target, int offset, int count);
- byte ReadByte();
- byte[] ReadBytes(int count);
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- float ReadSingle();
- string ReadString();
- }
- public partial interface IMapMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMapMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMessageBuilder
- {
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- byte[] GetContentBody();
- RabbitMQ.Client.IContentHeader GetContentHeader();
- string GetDefaultContentType();
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length);
- }
- public partial interface IMessageReader
- {
- byte[] BodyBytes { get; }
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- int RawRead();
- int RawRead(byte[] target, int offset, int length);
- }
- public partial interface IStreamMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value);
- }
- public partial interface IStreamMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- bool ReadBool();
- byte ReadByte();
- byte[] ReadBytes();
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- object ReadObject();
- object[] ReadObjects();
- float ReadSingle();
- string ReadString();
- }
- public partial class MapMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMapMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public MapMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- public override byte[] GetContentBody() { throw null; }
- public override string GetDefaultContentType() { throw null; }
- }
- public partial class MapMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMapMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- }
- public partial class MapWireFormatting
- {
- public MapWireFormatting() { }
- public static System.Collections.IDictionary ReadMap(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteMap(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary table) { }
- }
- public partial class PrimitiveParser
- {
- public PrimitiveParser() { }
- public static void InvalidConversion(string target, object source) { }
- public static bool ParseBool(string value) { throw null; }
- public static byte ParseByte(string value) { throw null; }
- public static double ParseDouble(string value) { throw null; }
- public static float ParseFloat(string value) { throw null; }
- public static int ParseInt(string value) { throw null; }
- public static long ParseLong(string value) { throw null; }
- public static short ParseShort(string value) { throw null; }
- }
- public partial class StreamMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder, RabbitMQ.Client.Content.IStreamMessageBuilder
- {
- public static readonly string MimeType;
- public StreamMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public StreamMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class StreamMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMessageReader, RabbitMQ.Client.Content.IStreamMessageReader
- {
- public static readonly string MimeType;
- public StreamMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public bool ReadBool() { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes() { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public object ReadObject() { throw null; }
- public object[] ReadObjects() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class StreamWireFormatting
- {
- public StreamWireFormatting() { }
- public static bool ReadBool(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadNonnullObject(string target, RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadObject(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadUntypedString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteBool(RabbitMQ.Util.NetworkBinaryWriter writer, bool value) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value, int offset, int length) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteObject(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- public static void WriteUntypedString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public enum StreamWireFormattingTag
- {
- Bool = 1,
- Byte = 2,
- Bytes = 3,
- Char = 5,
- Double = 9,
- Int16 = 4,
- Int32 = 6,
- Int64 = 7,
- Null = 11,
- Single = 8,
- String = 10,
- }
-}
-namespace RabbitMQ.Client.Events
-{
- public partial class BasicDeliverEventArgs : System.EventArgs
- {
- public BasicDeliverEventArgs() { }
- public BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string ConsumerTag { get { throw null; } set { } }
- public ulong DeliveryTag { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public bool Redelivered { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicDeliverEventHandler(RabbitMQ.Client.IBasicConsumer sender, RabbitMQ.Client.Events.BasicDeliverEventArgs args);
- public partial class BasicReturnEventArgs : System.EventArgs
- {
- public BasicReturnEventArgs() { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public ushort ReplyCode { get { throw null; } set { } }
- public string ReplyText { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicReturnEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.Events.BasicReturnEventArgs args);
- public partial class CallbackExceptionEventArgs : System.EventArgs
- {
- public CallbackExceptionEventArgs(System.Exception exception) { }
- public System.Collections.IDictionary Detail { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- }
- public delegate void CallbackExceptionEventHandler(object sender, RabbitMQ.Client.Events.CallbackExceptionEventArgs e);
- public delegate void ConnectionShutdownEventHandler(RabbitMQ.Client.IConnection connection, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ConsumerEventArgs : System.EventArgs
- {
- public ConsumerEventArgs(string consumerTag) { }
- public string ConsumerTag { get { throw null; } }
- }
- public delegate void ConsumerEventHandler(object sender, RabbitMQ.Client.Events.ConsumerEventArgs e);
- public delegate void ConsumerShutdownEventHandler(object sender, RabbitMQ.Client.ShutdownEventArgs e);
- public partial class EventingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- public EventingBasicConsumer() { }
- public event RabbitMQ.Client.Events.BasicDeliverEventHandler Received { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Registered { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerShutdownEventHandler Shutdown { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Unregistered { add { } remove { } }
- public override void HandleBasicCancelOk(string consumerTag) { }
- public override void HandleBasicConsumeOk(string consumerTag) { }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public delegate void ModelShutdownEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
-}
-namespace RabbitMQ.Client.Exceptions
-{
- public partial class AlreadyClosedException : RabbitMQ.Client.Exceptions.OperationInterruptedException
- {
- public AlreadyClosedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class BrokerUnreachableException : System.IO.IOException
- {
- public BrokerUnreachableException(System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors) { }
- public System.Collections.IDictionary ConnectionAttempts { get { throw null; } }
- public System.Collections.IDictionary ConnectionErrors { get { throw null; } }
- public override System.Collections.IDictionary Data { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChannelAllocationException : System.Exception
- {
- public ChannelAllocationException() { }
- public ChannelAllocationException(int channel) { }
- public int Channel { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OperationInterruptedException : System.Exception
- {
- protected RabbitMQ.Client.ShutdownEventArgs m_shutdownReason;
- protected OperationInterruptedException() { }
- public OperationInterruptedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- protected OperationInterruptedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- protected OperationInterruptedException(string message) { }
- protected OperationInterruptedException(string message, System.Exception inner) { }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class PacketNotRecognizedException : System.Net.ProtocolViolationException
- {
- public PacketNotRecognizedException(int transportHigh, int transportLow, int serverMajor, int serverMinor) { }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- public int TransportHigh { get { throw null; } }
- public int TransportLow { get { throw null; } }
- }
- public partial class PossibleAuthenticationFailureException : System.Exception
- {
- public PossibleAuthenticationFailureException(string msg, System.Exception inner) { }
- }
- public partial class ProtocolVersionMismatchException : System.Net.ProtocolViolationException
- {
- public ProtocolVersionMismatchException(int clientMajor, int clientMinor, int serverMajor, int serverMinor) { }
- public int ClientMajor { get { throw null; } }
- public int ClientMinor { get { throw null; } }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- }
- public partial class UnexpectedMethodException : System.Exception
- {
- public UnexpectedMethodException(RabbitMQ.Client.IMethod method) { }
- public RabbitMQ.Client.IMethod Method { get { throw null; } }
- }
- public partial class UnsupportedMethodException : System.NotSupportedException
- {
- public UnsupportedMethodException(string methodName) { }
- public string MethodName { get { throw null; } }
- }
- public partial class UnsupportedMethodFieldException : System.NotSupportedException
- {
- public UnsupportedMethodFieldException(string methodName, string fieldName) { }
- public string FieldName { get { throw null; } }
- public string MethodName { get { throw null; } }
- }
- public partial class WireFormattingException : System.Net.ProtocolViolationException
- {
- public WireFormattingException(string message) { }
- public WireFormattingException(string message, object offender) { }
- public object Offender { get { throw null; } }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8qpid
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecoverOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecoverOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 101;
- public BasicRecoverOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBound : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 22;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ExchangeBound() { }
- public ExchangeBound(string initExchange, string initRoutingKey, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBoundOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 23;
- public ushort m_replyCode;
- public string m_replyText;
- public ExchangeBoundOk() { }
- public ExchangeBoundOk(ushort initReplyCode, string initReplyText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_9
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IBasicConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 80;
- public ChannelOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public byte[] m_channelId;
- public ChannelOpenOk() { }
- public ChannelOpenOk(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelOpenOk.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPing : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPing, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 60;
- public ChannelPing() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPong : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPong, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 70;
- public ChannelPong() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 50;
- public byte[] m_channelId;
- public ChannelResume() { }
- public ChannelResume(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelResume.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Message = 120,
- Queue = 50,
- Stream = 80,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 51;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 42;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IFileConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageAppend : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageAppend, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 80;
- public byte[] m_bytes;
- public byte[] m_reference;
- public MessageAppend() { }
- public MessageAppend(byte[] initReference, byte[] initBytes) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Bytes { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public string m_destination;
- public MessageCancel() { }
- public MessageCancel(string initDestination) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCancel.Destination { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCheckpoint : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 90;
- public string m_identifier;
- public byte[] m_reference;
- public MessageCheckpoint() { }
- public MessageCheckpoint(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 70;
- public byte[] m_reference;
- public MessageClose() { }
- public MessageClose(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageClose.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public string m_destination;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public string m_queue;
- public ushort m_ticket;
- public MessageConsume() { }
- public MessageConsume(ushort initTicket, string initQueue, string initDestination, bool initNoLocal, bool initNoAck, bool initExclusive, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoLocal { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 510;
- public MessageEmpty() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public string m_destination;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public MessageGet() { }
- public MessageGet(ushort initTicket, string initQueue, string initDestination, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOffset : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOffset, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 530;
- public ulong m_value;
- public MessageOffset() { }
- public MessageOffset(ulong initValue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageOffset.Value { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 500;
- public MessageOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 60;
- public byte[] m_reference;
- public MessageOpen() { }
- public MessageOpen(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageOpen.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 110;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public MessageQos() { }
- public MessageQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 50;
- public bool m_requeue;
- public MessageRecover() { }
- public MessageRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 520;
- public ushort m_code;
- public string m_text;
- public MessageReject() { }
- public MessageReject(ushort initCode, string initText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageReject.Code { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageReject.Text { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 100;
- public string m_identifier;
- public byte[] m_reference;
- public MessageResume() { }
- public MessageResume(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageResume.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageResume.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageTransfer : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageTransfer, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public string m_appId;
- public System.Collections.IDictionary m_applicationHeaders;
- public byte[] m_body;
- public string m_contentEncoding;
- public string m_contentType;
- public string m_correlationId;
- public byte m_deliveryMode;
- public string m_destination;
- public string m_exchange;
- public RabbitMQ.Client.AmqpTimestamp m_expiration;
- public bool m_immediate;
- public string m_messageId;
- public byte m_priority;
- public bool m_redelivered;
- public string m_replyTo;
- public string m_routingKey;
- public byte[] m_securityToken;
- public ushort m_ticket;
- public RabbitMQ.Client.AmqpTimestamp m_timestamp;
- public string m_transactionId;
- public ulong m_ttl;
- public string m_userId;
- public MessageTransfer() { }
- public MessageTransfer(ushort initTicket, string initDestination, bool initRedelivered, bool initImmediate, ulong initTtl, byte initPriority, RabbitMQ.Client.AmqpTimestamp initTimestamp, byte initDeliveryMode, RabbitMQ.Client.AmqpTimestamp initExpiration, string initExchange, string initRoutingKey, string initMessageId, string initCorrelationId, string initReplyTo, string initContentType, string initContentEncoding, string initUserId, string initAppId, string initTransactionId, byte[] initSecurityToken, System.Collections.IDictionary initApplicationHeaders, byte[] initBody) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.AppId { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ApplicationHeaders { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Body { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentEncoding { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentType { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.CorrelationId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.DeliveryMode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Destination { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Exchange { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Expiration { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Immediate { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.MessageId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Priority { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ReplyTo { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.RoutingKey { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.SecurityToken { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ticket { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Timestamp { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.TransactionId { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ttl { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.UserId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IStreamConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8qpid
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicRecoverOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeBound : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- }
- public partial interface IExchangeBoundOk : RabbitMQ.Client.IMethod
- {
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8qpid.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_9
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NoConsumers = 313;
- public const int NoRoute = 312;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int PreconditionFailed = 406;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IChannelPing : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelPong : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelResume : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageAppend : RabbitMQ.Client.IMethod
- {
- byte[] Bytes { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageCancel : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- }
- public partial interface IMessageCheckpoint : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageClose : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageConsume : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageEmpty : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageGet : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageOffset : RabbitMQ.Client.IMethod
- {
- ulong Value { get; }
- }
- public partial interface IMessageOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageOpen : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IMessageRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IMessageReject : RabbitMQ.Client.IMethod
- {
- ushort Code { get; }
- string Text { get; }
- }
- public partial interface IMessageResume : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageTransfer : RabbitMQ.Client.IMethod
- {
- string AppId { get; }
- System.Collections.IDictionary ApplicationHeaders { get; }
- byte[] Body { get; }
- string ContentEncoding { get; }
- string ContentType { get; }
- string CorrelationId { get; }
- byte DeliveryMode { get; }
- string Destination { get; }
- string Exchange { get; }
- RabbitMQ.Client.AmqpTimestamp Expiration { get; }
- bool Immediate { get; }
- string MessageId { get; }
- byte Priority { get; }
- bool Redelivered { get; }
- string ReplyTo { get; }
- string RoutingKey { get; }
- byte[] SecurityToken { get; }
- ushort Ticket { get; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; }
- string TransactionId { get; }
- ulong Ttl { get; }
- string UserId { get; }
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_9.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Impl
-{
- public abstract partial class AbstractProtocolBase : RabbitMQ.Client.IProtocol
- {
- protected AbstractProtocolBase() { }
- public abstract string ApiName { get; }
- public abstract int DefaultPort { get; }
- public abstract int MajorVersion { get; }
- public abstract int MinorVersion { get; }
- public RabbitMQ.Client.AmqpVersion Version { get { throw null; } }
- public abstract bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd);
- public abstract void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- public abstract void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- public abstract RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- public abstract RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public abstract RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AssemblyState
- {
- Complete = 3,
- ExpectingContentBody = 2,
- ExpectingContentHeader = 1,
- ExpectingMethod = 0,
- }
- public abstract partial class BasicProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IBasicProperties, RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected BasicProperties() { }
- public abstract string AppId { get; set; }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string CorrelationId { get; set; }
- public abstract byte DeliveryMode { get; set; }
- public abstract string Expiration { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public RabbitMQ.Client.PublicationAddress ReplyToAddress { get { throw null; } set { } }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract string Type { get; set; }
- public abstract string UserId { get; set; }
- public abstract void ClearAppId();
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearCorrelationId();
- public abstract void ClearDeliveryMode();
- public abstract void ClearExpiration();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public abstract void ClearType();
- public abstract void ClearUserId();
- public override object Clone() { throw null; }
- public abstract bool IsAppIdPresent();
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsCorrelationIdPresent();
- public abstract bool IsDeliveryModePresent();
- public abstract bool IsExpirationPresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- public abstract bool IsTypePresent();
- public abstract bool IsUserIdPresent();
- public void SetPersistent(bool persistent) { }
- }
- public partial class ChannelErrorException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public ChannelErrorException(int channel) : base (default(string)) { }
- public int Channel { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class Command
- {
- public const int EmptyContentBodyFrameSize = 8;
- public byte[] m_body0;
- public System.Collections.ArrayList m_bodyN;
- public RabbitMQ.Client.Impl.ContentHeaderBase m_header;
- public RabbitMQ.Client.Impl.MethodBase m_method;
- public Command() { }
- public Command(RabbitMQ.Client.Impl.MethodBase method) { }
- public Command(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public byte[] Body { get { throw null; } }
- public RabbitMQ.Client.Impl.ContentHeaderBase Header { get { throw null; } }
- public RabbitMQ.Client.Impl.MethodBase Method { get { throw null; } }
- public void AppendBodyFragment(byte[] fragment) { }
- public static void CheckEmptyContentBodyFrameSize() { }
- public byte[] ConsolidateBody() { throw null; }
- public void Transmit(int channelNumber, RabbitMQ.Client.Impl.ConnectionBase connection) { }
- }
- public partial class CommandAssembler
- {
- public RabbitMQ.Client.Impl.Command m_command;
- public RabbitMQ.Client.Impl.AbstractProtocolBase m_protocol;
- public ulong m_remainingBodyBytes;
- public RabbitMQ.Client.Impl.AssemblyState m_state;
- public CommandAssembler(RabbitMQ.Client.Impl.AbstractProtocolBase protocol) { }
- public RabbitMQ.Client.Impl.Command HandleFrame(RabbitMQ.Client.Impl.Frame f) { throw null; }
- }
- public delegate void CommandHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd);
- public abstract partial class ConnectionBase : RabbitMQ.Client.IConnection, System.IDisposable
- {
- public static int ConnectionCloseTimeout;
- public static int HandshakeTimeout;
- public System.Threading.ManualResetEvent m_appContinuation;
- public RabbitMQ.Client.Events.CallbackExceptionEventHandler m_callbackException;
- public System.Collections.IDictionary m_clientProperties;
- public volatile bool m_closed;
- public volatile RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Client.Events.ConnectionShutdownEventHandler m_connectionShutdown;
- public readonly object m_eventLock;
- public RabbitMQ.Client.ConnectionFactory m_factory;
- public RabbitMQ.Client.Impl.IFrameHandler m_frameHandler;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public readonly RabbitMQ.Client.Impl.Frame m_heartbeatFrame;
- public System.Threading.AutoResetEvent m_heartbeatRead;
- public System.Threading.AutoResetEvent m_heartbeatWrite;
- public System.Guid m_id;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public int m_missedHeartbeats;
- public RabbitMQ.Client.Impl.ModelBase m_model0;
- public volatile bool m_running;
- public System.Collections.IDictionary m_serverProperties;
- public RabbitMQ.Client.Impl.MainSession m_session0;
- public RabbitMQ.Client.Impl.SessionManager m_sessionManager;
- public System.Collections.IList m_shutdownReport;
- public ConnectionBase(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { }
- public bool AutoClose { get { throw null; } set { } }
- public ushort ChannelMax { get { throw null; } }
- public System.Collections.IDictionary ClientProperties { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public uint FrameMax { get { throw null; } set { } }
- public ushort Heartbeat { get { throw null; } set { } }
- public bool IsOpen { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.AbstractProtocolBase Protocol { get { throw null; } }
- RabbitMQ.Client.IProtocol RabbitMQ.Client.IConnection.Protocol { get { throw null; } }
- public System.Collections.IDictionary ServerProperties { get { throw null; } set { } }
- public System.Collections.IList ShutdownReport { get { throw null; } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(int timeout) { }
- public void Abort(ushort reasonCode, string reasonText) { }
- public void Abort(ushort reasonCode, string reasonText, RabbitMQ.Client.ShutdownInitiator initiator, int timeout) { }
- public void Abort(ushort reasonCode, string reasonText, int timeout) { }
- public void Close() { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool abort, int timeout) { }
- public void Close(int timeout) { }
- public void Close(ushort reasonCode, string reasonText) { }
- public void Close(ushort reasonCode, string reasonText, int timeout) { }
- public void ClosingLoop() { }
- public RabbitMQ.Client.Impl.Command ConnectionCloseWrapper(ushort reasonCode, string reasonText) { throw null; }
- public RabbitMQ.Client.IModel CreateModel() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession(int channelNumber) { throw null; }
- public static System.Collections.IDictionary DefaultClientProperties() { throw null; }
- public void FinishClose() { }
- public void HandleDomainUnload(object sender, System.EventArgs ea) { }
- public void HandleMainLoopException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public bool HardProtocolExceptionHandler(RabbitMQ.Client.Impl.HardProtocolException hpe) { throw null; }
- public void HeartbeatReadLoop() { }
- public void HeartbeatWriteLoop() { }
- public void InternalClose(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void LogCloseError(string error, System.Exception ex) { }
- public void MainLoop() { }
- public void MainLoopIteration() { }
- public void NotifyHeartbeatThread() { }
- public void NotifyReceivedCloseOk() { }
- public void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public void OnShutdown() { }
- public void Open(bool insist) { }
- public void PrettyPrintShutdownReport() { }
- public void QuiesceChannel(RabbitMQ.Client.Impl.SoftProtocolException pe) { }
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- public void StartHeartbeatLoop(System.Threading.ThreadStart loop, string name) { }
- public void StartHeartbeatLoops() { }
- public void StartMainLoop() { }
- void System.IDisposable.Dispose() { }
- public void TerminateMainloop() { }
- public override string ToString() { throw null; }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame f) { }
- public delegate void ConnectionCloseDelegate(ushort replyCode, string replyText, ushort classId, ushort methodId);
- }
- public partial class ConnectionStartDetails
- {
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStartDetails() { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ConnectionTuneDetails
- {
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- }
- public abstract partial class ContentHeaderBase : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected ContentHeaderBase() { }
- public abstract int ProtocolClassId { get; }
- public abstract string ProtocolClassName { get; }
- public abstract void AppendPropertyDebugStringTo(System.Text.StringBuilder sb);
- public virtual object Clone() { throw null; }
- public ulong ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public abstract void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader);
- public abstract void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer);
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer, ulong bodySize) { }
- }
- public partial class ContentHeaderPropertyReader
- {
- protected ushort m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ContinuationBitSet { get { throw null; } }
- public void FinishPresence() { }
- public bool ReadBit() { throw null; }
- public void ReadFlagWord() { }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public bool ReadPresence() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class ContentHeaderPropertyWriter
- {
- protected int m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void FinishPresence() { }
- public void WriteBit(bool bit) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WritePresence(bool present) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class FileProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IFileProperties, System.ICloneable
- {
- protected FileProperties() { }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string Filename { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearFilename();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsFilenamePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class Frame
- {
- public System.IO.MemoryStream m_accumulator;
- public int m_channel;
- public byte[] m_payload;
- public int m_type;
- public Frame() { }
- public Frame(int type, int channel) { }
- public Frame(int type, int channel, byte[] payload) { }
- public int Channel { get { throw null; } }
- public byte[] Payload { get { throw null; } }
- public int Type { get { throw null; } }
- public void FinishWriting() { }
- public RabbitMQ.Util.NetworkBinaryReader GetReader() { throw null; }
- public RabbitMQ.Util.NetworkBinaryWriter GetWriter() { throw null; }
- public static void ProcessProtocolHeader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public static RabbitMQ.Client.Impl.Frame ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override string ToString() { throw null; }
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- }
- public abstract partial class HardProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected HardProtocolException(string message) : base (default(string)) { }
- }
- public partial interface IFrameHandler
- {
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- int Timeout { get; set; }
- void Close();
- RabbitMQ.Client.Impl.Frame ReadFrame();
- void SendHeader();
- void WriteFrame(RabbitMQ.Client.Impl.Frame frame);
- }
- public partial interface IFullModel : RabbitMQ.Client.IModel, System.IDisposable
- {
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "tune")]RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicGetEmpty();
- void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleChannelCloseOk();
- void HandleChannelFlow(bool active);
- void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleConnectionOpenOk(string knownHosts);
- void HandleConnectionRedirect(string host, string knownHosts);
- void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "cancel")]
- void _Private_BasicCancel(string consumerTag, bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "consume")]
- void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute("RabbitMQ.Client.Framing.v0_8qpid", "arguments"), RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8")]System.Collections.IDictionary filter);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "get")]
- void _Private_BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "publish")]
- void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close")]
- void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close-ok")]
- void _Private_ChannelCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "flow-ok")]
- void _Private_ChannelFlowOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "open")]
- void _Private_ChannelOpen(string outOfBand);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close")]
- void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close-ok")]
- void _Private_ConnectionCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "open")]
- void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- }
- public partial interface IRpcContinuation
- {
- void HandleCommand(RabbitMQ.Client.Impl.Command cmd);
- void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface ISession
- {
- int ChannelNumber { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.Impl.CommandHandler CommandReceived { get; set; }
- RabbitMQ.Client.IConnection Connection { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown;
- void Close(RabbitMQ.Client.ShutdownEventArgs reason);
- void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify);
- void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- void Notify();
- void Transmit(RabbitMQ.Client.Impl.Command cmd);
- }
- public partial class MainSession : RabbitMQ.Client.Impl.Session
- {
- public int m_closeClassId;
- public int m_closeMethodId;
- public int m_closeOkClassId;
- public int m_closeOkMethodId;
- public bool m_closeServerInitiated;
- public bool m_closing;
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate m_handler;
- public MainSession(RabbitMQ.Client.Impl.ConnectionBase connection) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate Handler { get { throw null; } set { } }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- public void SetSessionClosing(bool closeServerInitiated) { }
- public override void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- public delegate void SessionCloseDelegate();
- }
- public partial class MalformedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public MalformedFrameException(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class MethodArgumentReader
- {
- public MethodArgumentReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ReadBit() { throw null; }
- public byte[] ReadContent() { throw null; }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class MethodArgumentWriter
- {
- public MethodArgumentWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void Flush() { }
- public void WriteBit(bool val) { }
- public void WriteContent(byte[] val) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class MethodBase : RabbitMQ.Client.IMethod
- {
- protected MethodBase() { }
- public abstract bool HasContent { get; }
- public abstract int ProtocolClassId { get; }
- public abstract int ProtocolMethodId { get; }
- public abstract string ProtocolMethodName { get; }
- public abstract void AppendArgumentDebugStringTo(System.Text.StringBuilder sb);
- public abstract void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader);
- public abstract void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer);
- }
- public abstract partial class ModelBase : RabbitMQ.Client.IModel, RabbitMQ.Client.Impl.IFullModel, System.IDisposable
- {
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Util.BlockingCell m_connectionStartCell;
- public readonly System.Collections.IDictionary m_consumers;
- public RabbitMQ.Client.Impl.RpcContinuationQueue m_continuationQueue;
- public System.Threading.ManualResetEvent m_flowControlBlock;
- public RabbitMQ.Client.Impl.ISession m_session;
- public ModelBase(RabbitMQ.Client.Impl.ISession session) { }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- public event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn { add { } remove { } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(ushort replyCode, string replyText) { }
- public abstract void BasicAck(ulong deliveryTag, bool multiple);
- public void BasicCancel(string consumerTag) { }
- public string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck) { throw null; }
- public void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public abstract void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- public abstract void BasicRecover(bool requeue);
- public abstract void BasicReject(ulong deliveryTag, bool requeue);
- public abstract void ChannelFlow(bool active);
- public void Close() { }
- public void Close(ushort replyCode, string replyText) { }
- public void Close(ushort replyCode, string replyText, bool abort) { }
- public string ConnectionOpen(string virtualHost, string capabilities, bool insist) { throw null; }
- public abstract RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- public abstract void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- public abstract RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- public abstract RabbitMQ.Client.IFileProperties CreateFileProperties();
- public abstract RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- public abstract bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd);
- public abstract void DtxSelect();
- public abstract void DtxStart(string dtxIdentifier);
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void ExchangeDeclare(string exchange, string type) { }
- public void ExchangeDeclare(string exchange, string type, bool durable) { }
- public abstract void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments);
- public abstract void ExchangeDelete(string exchange, bool ifUnused, bool nowait);
- public void FinishClose() { }
- public void HandleBasicCancelOk(string consumerTag) { }
- public void HandleBasicConsumeOk(string consumerTag) { }
- public void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicGetEmpty() { }
- public void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleChannelCloseOk() { }
- public void HandleChannelFlow(bool active) { }
- public void HandleCommand(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd) { }
- public void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleConnectionOpenOk(string knownHosts) { }
- public void HandleConnectionRedirect(string host, string knownHosts) { }
- public void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales) { }
- public RabbitMQ.Client.Impl.MethodBase ModelRpc(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { throw null; }
- public void ModelSend(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public virtual void OnBasicReturn(RabbitMQ.Client.Events.BasicReturnEventArgs args) { }
- public virtual void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public virtual void OnModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void OnSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public abstract void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments);
- public string QueueDeclare() { throw null; }
- public string QueueDeclare(string queue) { throw null; }
- public string QueueDeclare(string queue, bool durable) { throw null; }
- public abstract string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments);
- public abstract uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait);
- public abstract uint QueuePurge(string queue, bool nowait);
- public abstract void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- void System.IDisposable.Dispose() { }
- public override string ToString() { throw null; }
- public void TransmitAndEnqueue(RabbitMQ.Client.Impl.Command cmd, RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public abstract void TxCommit();
- public abstract void TxRollback();
- public abstract void TxSelect();
- public abstract void _Private_BasicCancel(string consumerTag, bool nowait);
- public abstract void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter);
- public abstract void _Private_BasicGet(string queue, bool noAck);
- public abstract void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- public abstract void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ChannelCloseOk();
- public abstract void _Private_ChannelFlowOk();
- public abstract void _Private_ChannelOpen(string outOfBand);
- public abstract void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ConnectionCloseOk();
- public abstract void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- public partial class BasicConsumerRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.IBasicConsumer m_consumer;
- public string m_consumerTag;
- public BasicConsumerRpcContinuation() { }
- }
- public partial class BasicGetRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.BasicGetResult m_result;
- public BasicGetRpcContinuation() { }
- }
- public partial class ConnectionOpenContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public string m_host;
- public string m_knownHosts;
- public bool m_redirect;
- public ConnectionOpenContinuation() { }
- }
- }
- public abstract partial class ProtocolException : System.Net.ProtocolViolationException
- {
- protected ProtocolException(string message) { }
- public abstract ushort ReplyCode { get; }
- public virtual RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class QuiescingSession : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.ShutdownEventArgs m_reason;
- public int m_replyClassId;
- public int m_replyMethodId;
- public QuiescingSession(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber, RabbitMQ.Client.ShutdownEventArgs reason, int replyClassId, int replyMethodId) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public partial class RedirectException : System.Exception
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_host;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public RedirectException(RabbitMQ.Client.AmqpTcpEndpoint host, RabbitMQ.Client.AmqpTcpEndpoint[] knownHosts) { }
- public RedirectException(RabbitMQ.Client.IProtocol protocol, string host, string knownHosts) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Host { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } }
- public static RabbitMQ.Client.AmqpTcpEndpoint ParseHost(RabbitMQ.Client.IProtocol protocol, string host) { throw null; }
- }
- public partial class RpcContinuationQueue
- {
- public RabbitMQ.Client.Impl.IRpcContinuation m_outstandingRpc;
- public RpcContinuationQueue() { }
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.IRpcContinuation Next() { throw null; }
- }
- public partial class Session : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.Impl.CommandAssembler m_assembler;
- public Session(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SessionBase : RabbitMQ.Client.Impl.ISession
- {
- public readonly int m_channelNumber;
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public readonly RabbitMQ.Client.Impl.ConnectionBase m_connection;
- public SessionBase(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) { }
- public int ChannelNumber { get { throw null; } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.Impl.CommandHandler CommandReceived { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.ConnectionBase Connection { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- RabbitMQ.Client.IConnection RabbitMQ.Client.Impl.ISession.Connection { get { throw null; } }
- public event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown { add { } remove { } }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify) { }
- public abstract void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- public void Notify() { }
- public virtual void OnCommandReceived(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void OnConnectionShutdown(RabbitMQ.Client.IConnection conn, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnSessionShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public override string ToString() { throw null; }
- public virtual void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- }
- public partial class SessionManager
- {
- public readonly ushort ChannelMax;
- public SessionManager(RabbitMQ.Client.Impl.ConnectionBase connection, ushort channelMax) { }
- public bool AutoClose { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public void AutoCloseConnection() { }
- public void CheckAutoClose() { }
- public RabbitMQ.Client.Impl.ISession Create() { throw null; }
- public RabbitMQ.Client.Impl.ISession Create(int channelNumber) { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateInternal(int channelNumber) { throw null; }
- public void HandleSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.ISession Lookup(int number) { throw null; }
- public RabbitMQ.Client.Impl.ISession Swap(int channelNumber, RabbitMQ.Client.Impl.ISession replacement) { throw null; }
- }
- public delegate void SessionShutdownEventHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ShutdownContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public ShutdownContinuation() { }
- public virtual void OnShutdown(RabbitMQ.Client.IConnection sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnShutdown(RabbitMQ.Client.IModel sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual RabbitMQ.Client.ShutdownEventArgs Wait() { throw null; }
- }
- public partial class SimpleBlockingRpcContinuation : RabbitMQ.Client.Impl.IRpcContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public SimpleBlockingRpcContinuation() { }
- public virtual RabbitMQ.Client.Impl.Command GetReply() { throw null; }
- public virtual void HandleCommand(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class SocketFrameHandler_0_9 : RabbitMQ.Client.Impl.IFrameHandler
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_endpoint;
- public RabbitMQ.Util.NetworkBinaryReader m_reader;
- public System.Net.Sockets.TcpClient m_socket;
- public RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public const int WSAEWOULDBLOCK = 10035;
- public SocketFrameHandler_0_9(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public int Timeout { get { throw null; } set { } }
- public void Close() { }
- public RabbitMQ.Client.Impl.Frame ReadFrame() { throw null; }
- public void SendHeader() { }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SoftProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected SoftProtocolException(int channelNumber, string message) : base (default(string)) { }
- public int Channel { get { throw null; } }
- }
- public abstract partial class StreamProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IStreamProperties, System.ICloneable
- {
- protected StreamProperties() { }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract byte Priority { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearHeaders();
- public abstract void ClearPriority();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class SyntaxError : RabbitMQ.Client.Impl.HardProtocolException
- {
- public SyntaxError(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnexpectedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public RabbitMQ.Client.Impl.Frame m_frame;
- public UnexpectedFrameException(RabbitMQ.Client.Impl.Frame frame) : base (default(string)) { }
- public RabbitMQ.Client.Impl.Frame Frame { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnknownClassOrMethodException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public UnknownClassOrMethodException(ushort classId, ushort methodId) : base (default(string)) { }
- public ushort ClassId { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class WireFormatting
- {
- public WireFormatting() { }
- public static decimal AmqpToDecimal(byte scale, uint unsignedMantissa) { throw null; }
- public static void DecimalToAmqp(decimal value, out byte scale, out int mantissa) { scale = default(byte); mantissa = default(int); }
- public static System.Collections.IList ReadArray(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static decimal ReadDecimal(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadFieldValue(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static uint ReadLong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ulong ReadLonglong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadLongstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadOctet(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ushort ReadShort(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadShortstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static System.Collections.IDictionary ReadTable(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static RabbitMQ.Client.AmqpTimestamp ReadTimestamp(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteArray(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IList val) { }
- public static void WriteDecimal(RabbitMQ.Util.NetworkBinaryWriter writer, decimal value) { }
- public static void WriteFieldValue(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteLong(RabbitMQ.Util.NetworkBinaryWriter writer, uint val) { }
- public static void WriteLonglong(RabbitMQ.Util.NetworkBinaryWriter writer, ulong val) { }
- public static void WriteLongstr(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] val) { }
- public static void WriteOctet(RabbitMQ.Util.NetworkBinaryWriter writer, byte val) { }
- public static void WriteShort(RabbitMQ.Util.NetworkBinaryWriter writer, ushort val) { }
- public static void WriteShortstr(RabbitMQ.Util.NetworkBinaryWriter writer, string val) { }
- public static void WriteTable(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary val) { }
- public static void WriteTimestamp(RabbitMQ.Util.NetworkBinaryWriter writer, RabbitMQ.Client.AmqpTimestamp val) { }
- }
-}
-namespace RabbitMQ.Client.MessagePatterns
-{
- public partial class SimpleRpcClient : System.IDisposable
- {
- protected RabbitMQ.Client.IModel m_model;
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcClient(RabbitMQ.Client.IModel model) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, RabbitMQ.Client.PublicationAddress address) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string queueName) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string exchange, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.PublicationAddress Address { get { throw null; } set { } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public RabbitMQ.Client.MessagePatterns.Subscription Subscription { get { throw null; } }
- public int TimeoutMilliseconds { get { throw null; } set { } }
- public event System.EventHandler Disconnected { add { } remove { } }
- public event System.EventHandler TimedOut { add { } remove { } }
- public virtual RabbitMQ.Client.Events.BasicDeliverEventArgs Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { throw null; }
- public virtual byte[] Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual byte[] Call(byte[] body) { throw null; }
- public virtual object[] Call(params object[] args) { throw null; }
- public virtual void Cast(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public void Close() { }
- protected virtual void EnsureSubscription() { }
- public virtual void OnDisconnected() { }
- public virtual void OnTimedOut() { }
- protected virtual RabbitMQ.Client.Events.BasicDeliverEventArgs RetrieveReply(string correlationId) { throw null; }
- void System.IDisposable.Dispose() { }
- }
- public partial class SimpleRpcServer : System.IDisposable
- {
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcServer(RabbitMQ.Client.MessagePatterns.Subscription subscription) { }
- public bool Transactional { get { throw null; } }
- public void Close() { }
- public virtual byte[] HandleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual byte[] HandleSimpleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleSimpleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual void HandleStreamMessageCall(RabbitMQ.Client.Content.IStreamMessageBuilder replyWriter, bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, object[] args) { }
- public void MainLoop() { }
- public virtual void ProcessRequest(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void SetTransactional() { }
- void System.IDisposable.Dispose() { }
- }
- public partial class Subscription : System.Collections.IEnumerable, System.Collections.IEnumerator, System.IDisposable
- {
- protected volatile RabbitMQ.Client.QueueingBasicConsumer m_consumer;
- protected readonly object m_consumerLock;
- protected string m_consumerTag;
- protected RabbitMQ.Client.Events.BasicDeliverEventArgs m_latestEvent;
- protected RabbitMQ.Client.IModel m_model;
- protected bool m_noAck;
- protected string m_queueName;
- protected volatile bool m_shouldDelete;
- public Subscription(RabbitMQ.Client.IModel model) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, string exchangeName, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.IBasicConsumer Consumer { get { throw null; } }
- public string ConsumerTag { get { throw null; } }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs LatestEvent { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public bool NoAck { get { throw null; } }
- public string QueueName { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Ack() { }
- public void Ack(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void Bind(string exchangeName, string exchangeType, string routingKey) { }
- public void Close() { }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs Next() { throw null; }
- public bool Next(int millisecondsTimeout, out RabbitMQ.Client.Events.BasicDeliverEventArgs result) { result = default(RabbitMQ.Client.Events.BasicDeliverEventArgs); throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- void System.IDisposable.Dispose() { }
- }
-}
-namespace RabbitMQ.Util
-{
- public partial class BlockingCell
- {
- public BlockingCell() { }
- public object Value { get { throw null; } set { } }
- public bool GetValue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public static int validatedTimeout(int timeout) { throw null; }
- }
- public partial class DebugUtil
- {
- internal DebugUtil() { }
- public static void Dump(byte[] bytes) { }
- public static void Dump(byte[] bytes, System.IO.TextWriter writer) { }
- public static void DumpKeyValue(string key, object value, System.IO.TextWriter writer, int indent) { }
- public static void DumpProperties(object value, System.IO.TextWriter writer, int indent) { }
- }
- public partial class Either
- {
- internal Either() { }
- public RabbitMQ.Util.EitherAlternative Alternative { get { throw null; } }
- public object Value { get { throw null; } }
- public static RabbitMQ.Util.Either Left(object value) { throw null; }
- public static RabbitMQ.Util.Either Right(object value) { throw null; }
- }
- public enum EitherAlternative
- {
- Left = 0,
- Right = 1,
- }
- public partial class IntAllocator
- {
- public IntAllocator(int start, int end) { }
- public int Allocate() { throw null; }
- public void Free(int id) { }
- public bool Reserve(int id) { throw null; }
- public partial class IntervalList
- {
- public int End;
- public RabbitMQ.Util.IntAllocator.IntervalList Next;
- public int Start;
- public IntervalList(int start, int end) { }
- public static RabbitMQ.Util.IntAllocator.IntervalList FromArray(int[] xs, int length) { throw null; }
- public static RabbitMQ.Util.IntAllocator.IntervalList Merge(RabbitMQ.Util.IntAllocator.IntervalList x, RabbitMQ.Util.IntAllocator.IntervalList y) { throw null; }
- }
- }
- public partial class NetworkBinaryReader : System.IO.BinaryReader
- {
- public NetworkBinaryReader(System.IO.Stream input) : base (default(System.IO.Stream)) { }
- public NetworkBinaryReader(System.IO.Stream input, System.Text.Encoding encoding) : base (default(System.IO.Stream)) { }
- public override double ReadDouble() { throw null; }
- public override short ReadInt16() { throw null; }
- public override int ReadInt32() { throw null; }
- public override long ReadInt64() { throw null; }
- public override float ReadSingle() { throw null; }
- public override ushort ReadUInt16() { throw null; }
- public override uint ReadUInt32() { throw null; }
- public override ulong ReadUInt64() { throw null; }
- public static System.IO.BinaryReader TemporaryBinaryReader(byte[] bytes) { throw null; }
- }
- public partial class NetworkBinaryWriter : System.IO.BinaryWriter
- {
- public NetworkBinaryWriter(System.IO.Stream output) { }
- public NetworkBinaryWriter(System.IO.Stream output, System.Text.Encoding encoding) { }
- public static System.IO.BinaryWriter TemporaryBinaryWriter(int initialSize) { throw null; }
- public static byte[] TemporaryContents(System.IO.BinaryWriter w) { throw null; }
- public override void Write(double d) { }
- public override void Write(short i) { }
- public override void Write(int i) { }
- public override void Write(long i) { }
- public override void Write(float f) { }
- public override void Write(ushort i) { }
- public override void Write(uint i) { }
- public override void Write(ulong i) { }
- }
- public partial class Semaphore
- {
- public Semaphore() { }
- public Semaphore(int initialCount) { }
- public int Value { get { throw null; } }
- public void Release() { }
- public bool TryWait() { throw null; }
- public void Wait() { }
- }
- public partial class SharedQueue : System.Collections.IEnumerable
- {
- protected bool m_isOpen;
- protected System.Collections.Queue m_queue;
- public SharedQueue() { }
- public void Close() { }
- public object Dequeue() { throw null; }
- public bool Dequeue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public object DequeueNoWait(object defaultValue) { throw null; }
- public void Enqueue(object o) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class SharedQueueEnumerator : System.Collections.IEnumerator
- {
- protected object m_current;
- protected RabbitMQ.Util.SharedQueue m_queue;
- public SharedQueueEnumerator(RabbitMQ.Util.SharedQueue queue) { }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class XmlUtil
- {
- internal XmlUtil() { }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter() { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(System.IO.Stream stream) { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(string path) { throw null; }
- public static System.Xml.XmlDocument SerializeObject(System.Type serializationType, object obj) { throw null; }
- }
-}
diff --git a/src/v4.6.2/Commons.Xml.Relaxng.cs b/src/v4.6.2/Commons.Xml.Relaxng.cs
deleted file mode 100644
index 9553640..0000000
--- a/src/v4.6.2/Commons.Xml.Relaxng.cs
+++ /dev/null
@@ -1,1149 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Commons.Xml.Relaxng.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.1")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Commons.Xml
-{
- public partial class XmlDefaultReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo
- {
- public XmlDefaultReader(System.Xml.XmlReader reader) { }
- public override int AttributeCount { get { throw null; } }
- public override string BaseURI { get { throw null; } }
- public override int Depth { get { throw null; } }
- public override bool EOF { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override bool IsDefault { get { throw null; } }
- public override bool IsEmptyElement { get { throw null; } }
- public override string this[int i] { get { throw null; } }
- public override string this[string name] { get { throw null; } }
- public override string this[string localName, string namespaceURI] { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public int LinePosition { get { throw null; } }
- public override string LocalName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override System.Xml.XmlNameTable NameTable { get { throw null; } }
- public override System.Xml.XmlNodeType NodeType { get { throw null; } }
- public override string Prefix { get { throw null; } }
- public override char QuoteChar { get { throw null; } }
- public System.Xml.XmlReader Reader { get { throw null; } }
- public override System.Xml.ReadState ReadState { get { throw null; } }
- public override string Value { get { throw null; } }
- public override string XmlLang { get { throw null; } }
- public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
- public override void Close() { }
- public override string GetAttribute(int i) { throw null; }
- public override string GetAttribute(string name) { throw null; }
- public override string GetAttribute(string localName, string namespaceURI) { throw null; }
- public bool HasLineInfo() { throw null; }
- public override string LookupNamespace(string prefix) { throw null; }
- public override void MoveToAttribute(int i) { }
- public override bool MoveToAttribute(string name) { throw null; }
- public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
- public override bool MoveToElement() { throw null; }
- public override bool MoveToFirstAttribute() { throw null; }
- public override bool MoveToNextAttribute() { throw null; }
- public override bool Read() { throw null; }
- public override bool ReadAttributeValue() { throw null; }
- public override void ResolveEntity() { }
- }
-}
-namespace Commons.Xml.Nvdl
-{
- public partial class Nvdl
- {
- internal Nvdl() { }
- public const string BuiltInValidationNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/predefinedSchema/1.0";
- public const string InstanceNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/instance/1.0";
- public const string Namespace = "http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0";
- }
- public abstract partial class NvdlAction : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlAction() { }
- }
- public partial class NvdlActionList : System.Collections.CollectionBase
- {
- public NvdlActionList() { }
- public Commons.Xml.Nvdl.NvdlAction this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlAction item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlAction item) { }
- }
- public partial class NvdlAllow : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlAllow() { }
- }
- public partial class NvdlAnyNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlAnyNamespace() { }
- }
- public partial class NvdlAttach : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttach() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttachPlaceholder : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttachPlaceholder() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttributable : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlAttributable() { }
- public System.Collections.ArrayList Foreign { get { throw null; } }
- }
- public partial class NvdlBuiltInValidationProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlBuiltInValidationProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public partial class NvdlCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- public NvdlCancelAction() { }
- }
- public partial class NvdlCompileException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlCompileException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlCompileException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlConfig
- {
- public NvdlConfig() { }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void AddProvider(Commons.Xml.Nvdl.NvdlValidationProvider provider) { }
- public Commons.Xml.Nvdl.NvdlValidatorGenerator GetGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string inheritSchemaType) { throw null; }
- }
- public partial class NvdlContext : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlContext() { }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string Path { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlContextList : System.Collections.CollectionBase
- {
- public NvdlContextList() { }
- public Commons.Xml.Nvdl.NvdlContext this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlContext item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlContext item) { }
- }
- public partial class NvdlElementBase : System.Xml.IXmlLineInfo
- {
- public NvdlElementBase() { }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public string SourceUri { get { throw null; } set { } }
- public bool HasLineInfo() { throw null; }
- }
- public partial class NvdlException : System.Exception
- {
- public NvdlException(string message) { }
- public NvdlException(string message, System.Exception inner) { }
- }
- public partial class NvdlIncludedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlIncludedMode() { }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlInstanceValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlInstanceValidationException(string message, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- public NvdlInstanceValidationException(string message, System.Exception inner, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- }
- public partial class NvdlMessage : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlMessage() { }
- public System.Collections.ArrayList ForeignAttributes { get { throw null; } }
- public string Text { get { throw null; } set { } }
- public string XmlLang { get { throw null; } set { } }
- }
- public partial class NvdlMessageEventArgs : System.EventArgs
- {
- public NvdlMessageEventArgs(string message) { }
- public string Message { get { throw null; } }
- }
- public delegate void NvdlMessageEventHandler(object o, Commons.Xml.Nvdl.NvdlMessageEventArgs e);
- public partial class NvdlMessageList : System.Collections.CollectionBase
- {
- public NvdlMessageList() { }
- public Commons.Xml.Nvdl.NvdlMessage this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlMessage item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlMessage item) { }
- }
- public partial class NvdlMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlMode() { }
- public string Name { get { throw null; } set { } }
- }
- public abstract partial class NvdlModeBase : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlModeBase() { }
- public Commons.Xml.Nvdl.NvdlModeList IncludedModes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- }
- public partial class NvdlModeList : System.Collections.CollectionBase
- {
- public NvdlModeList() { }
- public Commons.Xml.Nvdl.NvdlModeBase this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlModeBase item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlModeBase item) { }
- }
- public partial class NvdlModeUsage
- {
- public NvdlModeUsage() { }
- public Commons.Xml.Nvdl.NvdlContextList Contexts { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlNamespace() { }
- public string NS { get { throw null; } set { } }
- public string Wildcard { get { throw null; } set { } }
- }
- public partial class NvdlNestedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlNestedMode() { }
- }
- public abstract partial class NvdlNoCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- protected NvdlNoCancelAction() { }
- public Commons.Xml.Nvdl.NvdlMessageList Messages { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlModeUsage ModeUsage { get { throw null; } set { } }
- public string SimpleMessage { get { throw null; } set { } }
- }
- public abstract partial class NvdlNoResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlNoResultAction() { }
- }
- public partial class NvdlOption : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlOption() { }
- public string Arg { get { throw null; } set { } }
- public string MustSupport { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlOptionList : System.Collections.CollectionBase
- {
- public NvdlOptionList() { }
- public Commons.Xml.Nvdl.NvdlOption this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlOption item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlOption item) { }
- }
- public partial class NvdlReader
- {
- internal NvdlReader() { }
- public static Commons.Xml.Nvdl.NvdlRules Read(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class NvdlReject : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlReject() { }
- }
- public partial class NvdlRelaxngValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public const string RncMimeType = "application/vnd.oasis-open.relax-ng.rnc";
- public NvdlRelaxngValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public abstract partial class NvdlResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlResultAction() { }
- public abstract Commons.Xml.Nvdl.NvdlResultType ResultType { get; }
- }
- public enum NvdlResultType
- {
- Attach = 0,
- AttachPlaceholder = 1,
- Unwrap = 2,
- }
- public abstract partial class NvdlRule : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlRule() { }
- public Commons.Xml.Nvdl.NvdlActionList Actions { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleTarget Match { get { throw null; } set { } }
- }
- public partial class NvdlRuleList : System.Collections.CollectionBase
- {
- public NvdlRuleList() { }
- public Commons.Xml.Nvdl.NvdlRule this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlRule item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlRule item) { }
- }
- public partial class NvdlRules : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlRules() { }
- public Commons.Xml.Nvdl.NvdlModeList Modes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- public string SchemaType { get { throw null; } set { } }
- public string StartMode { get { throw null; } set { } }
- public Commons.Xml.Nvdl.NvdlTriggerList Triggers { get { throw null; } }
- }
- public enum NvdlRuleTarget
- {
- Attributes = 2,
- Both = 3,
- Elements = 1,
- None = 0,
- }
- public partial class NvdlTrigger : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlTrigger() { }
- public string NameList { get { throw null; } set { } }
- public string NS { get { throw null; } set { } }
- }
- public partial class NvdlTriggerList : System.Collections.CollectionBase
- {
- public NvdlTriggerList() { }
- public Commons.Xml.Nvdl.NvdlTrigger this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlTrigger item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlTrigger item) { }
- }
- public partial class NvdlUnwrap : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlUnwrap() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlValidate : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlValidate() { }
- public Commons.Xml.Nvdl.NvdlOptionList Options { get { throw null; } }
- public System.Xml.XmlElement SchemaBody { get { throw null; } set { } }
- public string SchemaType { get { throw null; } set { } }
- public string SchemaUri { get { throw null; } set { } }
- }
- public partial class NvdlValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver, Commons.Xml.Nvdl.NvdlConfig config) : base (default(System.Xml.XmlReader)) { }
- public event Commons.Xml.Nvdl.NvdlMessageEventHandler ActionStarted { add { } remove { } }
- public override bool Read() { throw null; }
- }
- public partial class NvdlValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlValidationException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlValidationException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlValidationProvider
- {
- public NvdlValidationProvider() { }
- public Commons.Xml.Nvdl.NvdlConfig Config { get { throw null; } }
- public string SchemaType { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlValidate ValidateAction { get { throw null; } }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader schema, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public string GetSchemaUri(Commons.Xml.Nvdl.NvdlValidate validate) { throw null; }
- }
- public abstract partial class NvdlValidatorGenerator
- {
- protected NvdlValidatorGenerator() { }
- public abstract bool AddOption(string name, string arg);
- public virtual System.Xml.XmlReader CreateAttributeValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) { throw null; }
- public abstract System.Xml.XmlReader CreateValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver);
- public virtual bool HandleError(System.Exception ex, System.Xml.XmlReader reader, string nvdlLocation) { throw null; }
- }
- public partial class NvdlXsdValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlXsdValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng
-{
- public partial interface IGrammarContent
- {
- }
- public partial class RelaxngAnyName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngAnyName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngAttribute : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngAttribute() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngBinaryContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngBinaryContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngChoice : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngChoice() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngData : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngData() { }
- public Commons.Xml.Relaxng.RelaxngExcept Except { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngParamList ParamList { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngDataSupport : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngDataSupport() { }
- public string DatatypeLibrary { get { throw null; } set { } }
- public string Type { get { throw null; } set { } }
- }
- public abstract partial class RelaxngDatatype
- {
- protected RelaxngDatatype() { }
- public abstract string Name { get; }
- public abstract string NamespaceURI { get; }
- public virtual bool Compare(object o1, object o2) { throw null; }
- public virtual bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public abstract object Parse(string text, System.Xml.XmlReader reader);
- }
- public abstract partial class RelaxngDatatypeProvider
- {
- protected RelaxngDatatypeProvider() { }
- public abstract Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters);
- }
- public partial class RelaxngDefine : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDefine() { }
- public string Combine { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngDiv : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDiv() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngElement : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngElement() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngElementBase
- {
- protected RelaxngElementBase() { }
- public string BaseUri { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern ReadExternalResource(Commons.Xml.Relaxng.RelaxngGrammar grammar, System.Uri uri, string nsContext) { throw null; }
- public abstract void Write(System.Xml.XmlWriter writer);
- }
- public partial class RelaxngEmpty : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngEmpty() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExcept : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExcept() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngException : System.Exception
- {
- public RelaxngException() { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message) { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message, System.Exception innerException) { }
- public RelaxngException(string message) { }
- public RelaxngException(string message, System.Exception innerException) { }
- }
- public partial class RelaxngExceptNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExceptNameClass() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Names { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExternalRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngExternalRef() { }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammar : Commons.Xml.Relaxng.RelaxngPattern
- {
- public static string NamespaceURI;
- public RelaxngGrammar() { }
- public string DefaultNamespace { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammarContentList : System.Collections.CollectionBase
- {
- public RelaxngGrammarContentList() { }
- public Commons.Xml.Relaxng.IGrammarContent this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Remove(Commons.Xml.Relaxng.IGrammarContent p) { }
- }
- public partial class RelaxngGroup : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngGroup() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInclude : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngInclude() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInterleave : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngInterleave() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngList : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- internal RelaxngList() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngMergedProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- public RelaxngMergedProvider() { }
- public static Commons.Xml.Relaxng.RelaxngMergedProvider DefaultProvider { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider this[string ns] { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class RelaxngMixed : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngMixed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngName() { }
- public RelaxngName(string ncname, string ns) { }
- public string LocalName { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNameChoice : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNameChoice() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Children { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngNameClass() { }
- }
- public partial class RelaxngNameClassList : System.Collections.CollectionBase
- {
- public RelaxngNameClassList() { }
- public Commons.Xml.Relaxng.RelaxngNameClass this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- }
- public partial class RelaxngNotAllowed : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngNotAllowed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNsName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNsName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOneOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOneOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOptional : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOptional() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParam : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngParam() { }
- public RelaxngParam(string name, string value) { }
- public string Name { get { throw null; } set { } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParamList : System.Collections.CollectionBase
- {
- public RelaxngParamList() { }
- public Commons.Xml.Relaxng.RelaxngParam this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngParam p) { }
- }
- public partial class RelaxngParentRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngParentRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngPattern : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngPattern() { }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider DataProvider { get { throw null; } set { } }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void Compile() { }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider, System.Xml.XmlResolver xmlResolver) { throw null; }
- public void WriteCompact(System.IO.TextWriter writer) { }
- public void WriteCompact(System.IO.TextWriter writer, System.Xml.IXmlNamespaceResolver res) { }
- }
- public partial class RelaxngPatternList : System.Collections.CollectionBase
- {
- public RelaxngPatternList() { }
- public Commons.Xml.Relaxng.RelaxngPattern this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngPattern p) { }
- }
- public enum RelaxngPatternType
- {
- After = 14,
- Attribute = 12,
- Choice = 4,
- Data = 9,
- DataExcept = 10,
- Element = 13,
- Empty = 1,
- ExternalRef = 21,
- Grammar = 16,
- Group = 6,
- Interleave = 5,
- List = 8,
- Mixed = 18,
- NotAllowed = 2,
- OneOrMore = 7,
- Optional = 19,
- ParentRef = 22,
- Ref = 15,
- Text = 3,
- Value = 11,
- ZeroOrMore = 17,
- }
- public partial class RelaxngReader : Commons.Xml.XmlDefaultReader
- {
- [System.ObsoleteAttribute]
- public static string RelaxngNS;
- public RelaxngReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public string ContextNamespace { get { throw null; } }
- public string DatatypeLibrary { get { throw null; } }
- public static Commons.Xml.Relaxng.RelaxngPattern GrammarForRelaxng { get { throw null; } }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public override bool Read() { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern ReadPattern() { throw null; }
- public override string ReadString() { throw null; }
- }
- public partial class RelaxngRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngSingleContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngSingleContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngStart : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngStart() { }
- public string Combine { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngString : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngString() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngText : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngText() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngToken : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngToken() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public static readonly Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler IgnoreError;
- public RelaxngValidatingReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Relaxng.RelaxngPattern pattern) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) : base (default(System.Xml.XmlReader)) { }
- public bool ReportDetails { get { throw null; } set { } }
- public bool RoughLabelCheck { get { throw null; } set { } }
- public event Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler InvalidNodeFound { add { } remove { } }
- public object AfterAttribute(object stateObject, string localName, string ns) { throw null; }
- public object AfterCloseStartTag(object stateObject) { throw null; }
- public object AfterEndTag(object stateObject) { throw null; }
- public object AfterOpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public bool Attribute(object stateObject, string localName, string ns) { throw null; }
- public bool CloseStartTag(object stateObject) { throw null; }
- public bool Emptiable(object stateObject) { throw null; }
- public bool EndTag(object stateObject) { throw null; }
- public System.Collections.ICollection GetAttributeLabels(object stateObject) { throw null; }
- public object GetCurrentState() { throw null; }
- public System.Collections.ICollection GetElementLabels(object stateObject) { throw null; }
- public bool OpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public override bool Read() { throw null; }
- public delegate bool RelaxngValidationEventHandler(System.Xml.XmlReader source, string message);
- }
- public partial class RelaxngValue : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngValue() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngZeroOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngZeroOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
-}
-namespace Commons.Xml.Relaxng.Derivative
-{
- public abstract partial class RdpAbstractBinary : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractBinary(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern LValue { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern RValue { get { throw null; } set { } }
- }
- public abstract partial class RdpAbstractSingleContent : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractSingleContent(Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Child { get { throw null; } set { } }
- }
- public partial class RdpAfter : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpAfter(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpAnyName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- internal RdpAnyName() { }
- public override bool HasInfiniteName { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpAnyName Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpAnyNameExcept : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpAnyNameExcept(Commons.Xml.Relaxng.Derivative.RdpNameClass except) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpApplyAfterHandler(Commons.Xml.Relaxng.Derivative.RdpPattern p);
- public partial class RdpAttribute : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAttribute(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpBinaryFunction(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2);
- public partial class RdpChoice : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpChoice(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public enum RdpContentType
- {
- Complex = 2,
- Empty = 1,
- Invalid = 0,
- Simple = 4,
- }
- public partial class RdpData : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpData(Commons.Xml.Relaxng.Derivative.RdpDatatype dt) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDataExcept : Commons.Xml.Relaxng.Derivative.RdpData
- {
- public RdpDataExcept(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, Commons.Xml.Relaxng.Derivative.RdpPattern except) : base (default(Commons.Xml.Relaxng.Derivative.RdpDatatype)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Except { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDatatype
- {
- public RdpDatatype(string ns, string localName, Commons.Xml.Relaxng.RelaxngParamList parameters, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { }
- public bool IsContextDependent { get { throw null; } }
- public string LocalName { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public virtual bool IsAllowed(string value, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsTypeEqual(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpElement : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpElement(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- }
- public partial class RdpEmpty : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpEmpty() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpEmpty Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpGroup : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpGroup(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpInterleave : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpList : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpList(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpName(string local, string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public string LocalName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public abstract partial class RdpNameClass
- {
- protected RdpNameClass() { }
- public abstract bool HasInfiniteName { get; }
- public abstract Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get; }
- public abstract bool Contains(string name, string ns);
- }
- public partial class RdpNameClassChoice : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNameClassChoice(Commons.Xml.Relaxng.Derivative.RdpNameClass l, Commons.Xml.Relaxng.Derivative.RdpNameClass r) { }
- public override bool HasInfiniteName { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass LValue { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass RValue { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public enum RdpNameClassType
- {
- AnyName = 1,
- AnyNameExcept = 2,
- Name = 5,
- NameClassChoice = 6,
- None = 0,
- NsName = 3,
- NsNameExcept = 4,
- }
- public partial class RdpNotAllowed : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpNotAllowed() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpNotAllowed Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpNsName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNsName(string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpNsNameExcept : Commons.Xml.Relaxng.Derivative.RdpNsName
- {
- public RdpNsNameExcept(string ns, Commons.Xml.Relaxng.Derivative.RdpNameClass except) : base (default(string)) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpOneOrMore : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpParam
- {
- public RdpParam(string localName, string value) { }
- public string LocalName { get { throw null; } }
- public string Value { get { throw null; } }
- }
- public partial class RdpParamList : System.Collections.ArrayList
- {
- public RdpParamList() { }
- }
- public abstract partial class RdpPattern
- {
- public static readonly Commons.Xml.Relaxng.Derivative.RdpPattern Anything;
- protected RdpPattern() { }
- public abstract Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get; }
- public abstract bool Nullable { get; }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern After(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Choice(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes) { }
- public abstract void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass);
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Group(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Interleave(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern ListDeriv(string[] list, int index, System.Xml.XmlReader reader) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpAfter MakeAfter(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeChoice(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpChoice MakeChoiceLeaf(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeGroup(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpInterleave MakeInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpOneOrMore MakeOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern OneOrMore() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- public bool ValueMatch(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpText : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpText() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpText Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpUtil
- {
- public static char[] WhitespaceChars;
- public RdpUtil() { }
- }
- public partial class RdpValue : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpValue(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, string value) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.Inference
-{
- public partial class RelaxngInference
- {
- public RelaxngInference() { }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption Occurrence { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption TypeInference { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader) { throw null; }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngGrammar grammar) { throw null; }
- public enum InferenceOption
- {
- Relaxed = 1,
- Restricted = 0,
- }
- }
-}
-namespace Commons.Xml.Relaxng.Rnc
-{
- public partial class RncParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 4;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public RncParser(System.Xml.XmlNameTable nameTable) { }
- public string BaseUri { get { throw null; } }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri, string defaultNamespace) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri, string defaultNamespace) { throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.XmlSchema
-{
- public partial class XsdDatatypeProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- internal XsdDatatypeProvider() { }
- public static Commons.Xml.Relaxng.XmlSchema.XsdDatatypeProvider Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class XsdPrimitiveType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdPrimitiveType(string name, System.Xml.Schema.XmlSchemaDatatype xstype) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdQNameWrapper : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdQNameWrapper() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdSimpleRestrictionType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdSimpleRestrictionType(Commons.Xml.Relaxng.RelaxngDatatype primitive, Commons.Xml.Relaxng.RelaxngParamList parameters) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string value, System.Xml.XmlReader reader) { throw null; }
- }
-}
diff --git a/src/v4.6.2/I18N.CJK.cs b/src/v4.6.2/I18N.CJK.cs
deleted file mode 100644
index 101096e..0000000
--- a/src/v4.6.2/I18N.CJK.cs
+++ /dev/null
@@ -1,136 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.CJK
-{
- [System.SerializableAttribute]
- public partial class CP50220 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50220() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50221 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50221() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50222 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50222() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP51932 : I18N.Common.MonoSafeEncoding
- {
- public CP51932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- public partial class CP51932Encoder : I18N.Common.MonoSafeEncoder
- {
- public CP51932Encoder(I18N.Common.MonoSafeEncoding encoding) : base (default(I18N.Common.MonoSafeEncoding)) { }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CP54936 : I18N.CJK.GB18030Encoding
- {
- public CP54936() { }
- }
- [System.SerializableAttribute]
- public partial class CP932 : I18N.Common.MonoSafeEncoding
- {
- public CP932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ENCeuc_jp : I18N.CJK.CP51932
- {
- public ENCeuc_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_2022_jp : I18N.CJK.CP50220
- {
- public ENCiso_2022_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCshift_jis : I18N.CJK.CP932
- {
- public ENCshift_jis() { }
- }
- [System.SerializableAttribute]
- public partial class GB18030Encoding : I18N.Common.MonoSafeEncoding
- {
- public GB18030Encoding() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int start, int len) { throw null; }
- public override int GetChars(byte[] bytes, int byteIdx, int srclen, char[] chars, int charIdx) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int len) { throw null; }
- public override int GetMaxCharCount(int len) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ISO2022JPEncoding : I18N.Common.MonoSafeEncoding
- {
- public ISO2022JPEncoding(int codePage, bool allow1ByteKana, bool allowShiftIO) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int charIndex, int charCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- protected override int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.6.2/I18N.MidEast.cs b/src/v4.6.2/I18N.MidEast.cs
deleted file mode 100644
index db6384e..0000000
--- a/src/v4.6.2/I18N.MidEast.cs
+++ /dev/null
@@ -1,111 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.MidEast
-{
- [System.SerializableAttribute]
- public partial class CP1254 : I18N.Common.ByteEncoding
- {
- public CP1254() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1255 : I18N.Common.ByteEncoding
- {
- public CP1255() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1256 : I18N.Common.ByteEncoding
- {
- public CP1256() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28596 : I18N.Common.ByteEncoding
- {
- public CP28596() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28598 : I18N.Common.ByteEncoding
- {
- public CP28598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28599 : I18N.Common.ByteEncoding
- {
- public CP28599() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP38598 : I18N.Common.ByteEncoding
- {
- public CP38598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_6 : I18N.MidEast.CP28596
- {
- public ENCiso_8859_6() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_8 : I18N.MidEast.CP28598
- {
- public ENCiso_8859_8() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_9 : I18N.MidEast.CP28599
- {
- public ENCiso_8859_9() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1254 : I18N.MidEast.CP1254
- {
- public ENCwindows_1254() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1255 : I18N.MidEast.CP1255
- {
- public ENCwindows_1255() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1256 : I18N.MidEast.CP1256
- {
- public ENCwindows_1256() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_38598 : I18N.MidEast.CP38598
- {
- public ENCwindows_38598() { }
- }
-}
diff --git a/src/v4.6.2/I18N.Other.cs b/src/v4.6.2/I18N.Other.cs
deleted file mode 100644
index 6763544..0000000
--- a/src/v4.6.2/I18N.Other.cs
+++ /dev/null
@@ -1,242 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Other
-{
- [System.SerializableAttribute]
- public partial class CP1251 : I18N.Common.ByteEncoding
- {
- public CP1251() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1257 : I18N.Common.ByteEncoding
- {
- public CP1257() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1258 : I18N.Common.ByteEncoding
- {
- public CP1258() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20866 : I18N.Common.ByteEncoding
- {
- public CP20866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21866 : I18N.Common.ByteEncoding
- {
- public CP21866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28594 : I18N.Common.ByteEncoding
- {
- public CP28594() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28595 : I18N.Common.ByteEncoding
- {
- public CP28595() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP57002 : I18N.Other.ISCIIEncoding
- {
- public CP57002() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57003 : I18N.Other.ISCIIEncoding
- {
- public CP57003() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57004 : I18N.Other.ISCIIEncoding
- {
- public CP57004() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57005 : I18N.Other.ISCIIEncoding
- {
- public CP57005() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57006 : I18N.Other.ISCIIEncoding
- {
- public CP57006() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57007 : I18N.Other.ISCIIEncoding
- {
- public CP57007() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57008 : I18N.Other.ISCIIEncoding
- {
- public CP57008() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57009 : I18N.Other.ISCIIEncoding
- {
- public CP57009() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57010 : I18N.Other.ISCIIEncoding
- {
- public CP57010() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57011 : I18N.Other.ISCIIEncoding
- {
- public CP57011() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP874 : I18N.Common.ByteEncoding
- {
- public CP874() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_4 : I18N.Other.CP28594
- {
- public ENCiso_8859_4() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_5 : I18N.Other.CP28595
- {
- public ENCiso_8859_5() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_r : I18N.Other.CP20866
- {
- public ENCkoi8_r() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_u : I18N.Other.CP21866
- {
- public ENCkoi8_u() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1251 : I18N.Other.CP1251
- {
- public ENCwindows_1251() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1257 : I18N.Other.CP1257
- {
- public ENCwindows_1257() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1258 : I18N.Other.CP1258
- {
- public ENCwindows_1258() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_874 : I18N.Other.CP874
- {
- public ENCwindows_874() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_as : I18N.Other.CP57006
- {
- public ENCx_iscii_as() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_be : I18N.Other.CP57003
- {
- public ENCx_iscii_be() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_de : I18N.Other.CP57002
- {
- public ENCx_iscii_de() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_gu : I18N.Other.CP57010
- {
- public ENCx_iscii_gu() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ka : I18N.Other.CP57008
- {
- public ENCx_iscii_ka() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ma : I18N.Other.CP57009
- {
- public ENCx_iscii_ma() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_or : I18N.Other.CP57007
- {
- public ENCx_iscii_or() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_pa : I18N.Other.CP57011
- {
- public ENCx_iscii_pa() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ta : I18N.Other.CP57004
- {
- public ENCx_iscii_ta() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_te : I18N.Other.CP57005
- {
- public ENCx_iscii_te() { }
- }
- [System.SerializableAttribute]
- public abstract partial class ISCIIEncoding : I18N.Common.MonoEncoding
- {
- protected ISCIIEncoding(int codePage, int shift, string encodingName, string webName) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.6.2/I18N.Rare.cs b/src/v4.6.2/I18N.Rare.cs
deleted file mode 100644
index 95ca6a3..0000000
--- a/src/v4.6.2/I18N.Rare.cs
+++ /dev/null
@@ -1,531 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Rare
-{
- [System.SerializableAttribute]
- public partial class CP1026 : I18N.Common.ByteEncoding
- {
- public CP1026() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1047 : I18N.Common.ByteEncoding
- {
- public CP1047() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1140 : I18N.Common.ByteEncoding
- {
- public CP1140() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1141 : I18N.Common.ByteEncoding
- {
- public CP1141() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1142 : I18N.Common.ByteEncoding
- {
- public CP1142() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1143 : I18N.Common.ByteEncoding
- {
- public CP1143() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1144 : I18N.Common.ByteEncoding
- {
- public CP1144() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1145 : I18N.Common.ByteEncoding
- {
- public CP1145() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1146 : I18N.Common.ByteEncoding
- {
- public CP1146() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1147 : I18N.Common.ByteEncoding
- {
- public CP1147() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1148 : I18N.Common.ByteEncoding
- {
- public CP1148() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1149 : I18N.Common.ByteEncoding
- {
- public CP1149() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20273 : I18N.Common.ByteEncoding
- {
- public CP20273() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20277 : I18N.Common.ByteEncoding
- {
- public CP20277() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20278 : I18N.Common.ByteEncoding
- {
- public CP20278() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20280 : I18N.Common.ByteEncoding
- {
- public CP20280() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20284 : I18N.Common.ByteEncoding
- {
- public CP20284() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20285 : I18N.Common.ByteEncoding
- {
- public CP20285() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20290 : I18N.Common.ByteEncoding
- {
- public CP20290() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20297 : I18N.Common.ByteEncoding
- {
- public CP20297() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20420 : I18N.Common.ByteEncoding
- {
- public CP20420() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20424 : I18N.Common.ByteEncoding
- {
- public CP20424() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20871 : I18N.Common.ByteEncoding
- {
- public CP20871() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21025 : I18N.Common.ByteEncoding
- {
- public CP21025() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP37 : I18N.Common.ByteEncoding
- {
- public CP37() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP500 : I18N.Common.ByteEncoding
- {
- public CP500() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP708 : I18N.Common.ByteEncoding
- {
- public CP708() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP852 : I18N.Common.ByteEncoding
- {
- public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP855 : I18N.Common.ByteEncoding
- {
- public CP855() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP857 : I18N.Common.ByteEncoding
- {
- public CP857() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP858 : I18N.Common.ByteEncoding
- {
- public CP858() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP862 : I18N.Common.ByteEncoding
- {
- public CP862() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP864 : I18N.Common.ByteEncoding
- {
- public CP864() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP866 : I18N.Common.ByteEncoding
- {
- public CP866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP869 : I18N.Common.ByteEncoding
- {
- public CP869() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP870 : I18N.Common.ByteEncoding
- {
- public CP870() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP875 : I18N.Common.ByteEncoding
- {
- public CP875() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCasmo_708 : I18N.Rare.CP708
- {
- public ENCasmo_708() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm00858 : I18N.Rare.CP858
- {
- public ENCibm00858() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01140 : I18N.Rare.CP1140
- {
- public ENCibm01140() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01141 : I18N.Rare.CP1141
- {
- public ENCibm01141() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01142 : I18N.Rare.CP1142
- {
- public ENCibm01142() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01143 : I18N.Rare.CP1143
- {
- public ENCibm01143() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm037 : I18N.Rare.CP37
- {
- public ENCibm037() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1025 : I18N.Rare.CP21025
- {
- public ENCibm1025() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1026 : I18N.Rare.CP1026
- {
- public ENCibm1026() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1047 : I18N.Rare.CP1047
- {
- public ENCibm1047() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1144 : I18N.Rare.CP1144
- {
- public ENCibm1144() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1145 : I18N.Rare.CP1145
- {
- public ENCibm1145() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1146 : I18N.Rare.CP1146
- {
- public ENCibm1146() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1147 : I18N.Rare.CP1147
- {
- public ENCibm1147() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1148 : I18N.Rare.CP1148
- {
- public ENCibm1148() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1149 : I18N.Rare.CP1149
- {
- public ENCibm1149() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm273 : I18N.Rare.CP20273
- {
- public ENCibm273() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm277 : I18N.Rare.CP20277
- {
- public ENCibm277() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm278 : I18N.Rare.CP20278
- {
- public ENCibm278() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm280 : I18N.Rare.CP20280
- {
- public ENCibm280() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm284 : I18N.Rare.CP20284
- {
- public ENCibm284() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm285 : I18N.Rare.CP20285
- {
- public ENCibm285() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm290 : I18N.Rare.CP20290
- {
- public ENCibm290() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm297 : I18N.Rare.CP20297
- {
- public ENCibm297() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm420 : I18N.Rare.CP20420
- {
- public ENCibm420() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm424 : I18N.Rare.CP20424
- {
- public ENCibm424() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm500 : I18N.Rare.CP500
- {
- public ENCibm500() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm852 : I18N.Rare.CP852
- {
- public ENCibm852() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm855 : I18N.Rare.CP855
- {
- public ENCibm855() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm857 : I18N.Rare.CP857
- {
- public ENCibm857() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm862 : I18N.Rare.CP862
- {
- public ENCibm862() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm864 : I18N.Rare.CP864
- {
- public ENCibm864() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm866 : I18N.Rare.CP866
- {
- public ENCibm866() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm869 : I18N.Rare.CP869
- {
- public ENCibm869() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm870 : I18N.Rare.CP870
- {
- public ENCibm870() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm871 : I18N.Rare.CP20871
- {
- public ENCibm871() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm875 : I18N.Rare.CP875
- {
- public ENCibm875() { }
- }
-}
diff --git a/src/v4.6.2/I18N.West.cs b/src/v4.6.2/I18N.West.cs
deleted file mode 100644
index f379c06..0000000
--- a/src/v4.6.2/I18N.West.cs
+++ /dev/null
@@ -1,223 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.West
-{
- [System.SerializableAttribute]
- public partial class CP10000 : I18N.Common.ByteEncoding
- {
- public CP10000() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP10079 : I18N.Common.ByteEncoding
- {
- public CP10079() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1250 : I18N.Common.ByteEncoding
- {
- public CP1250() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1252 : I18N.Common.ByteEncoding
- {
- public CP1252() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1253 : I18N.Common.ByteEncoding
- {
- public CP1253() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28592 : I18N.Common.ByteEncoding
- {
- public CP28592() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28593 : I18N.Common.ByteEncoding
- {
- public CP28593() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28597 : I18N.Common.ByteEncoding
- {
- public CP28597() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28605 : I18N.Common.ByteEncoding
- {
- public CP28605() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP437 : I18N.Common.ByteEncoding
- {
- public CP437() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP850 : I18N.Common.ByteEncoding
- {
- public CP850() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP860 : I18N.Common.ByteEncoding
- {
- public CP860() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP861 : I18N.Common.ByteEncoding
- {
- public CP861() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP863 : I18N.Common.ByteEncoding
- {
- public CP863() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP865 : I18N.Common.ByteEncoding
- {
- public CP865() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm437 : I18N.West.CP437
- {
- public ENCibm437() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm850 : I18N.West.CP850
- {
- public ENCibm850() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm860 : I18N.West.CP860
- {
- public ENCibm860() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm861 : I18N.West.CP861
- {
- public ENCibm861() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm863 : I18N.West.CP863
- {
- public ENCibm863() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm865 : I18N.West.CP865
- {
- public ENCibm865() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_15 : I18N.West.CP28605
- {
- public ENCiso_8859_15() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_2 : I18N.West.CP28592
- {
- public ENCiso_8859_2() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_3 : I18N.West.CP28593
- {
- public ENCiso_8859_3() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_7 : I18N.West.CP28597
- {
- public ENCiso_8859_7() { }
- }
- [System.SerializableAttribute]
- public partial class ENCmacintosh : I18N.West.CP10000
- {
- public ENCmacintosh() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1250 : I18N.West.CP1250
- {
- public ENCwindows_1250() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1252 : I18N.West.CP1252
- {
- public ENCwindows_1252() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1253 : I18N.West.CP1253
- {
- public ENCwindows_1253() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_mac_icelandic : I18N.West.CP10079
- {
- public ENCx_mac_icelandic() { }
- }
-}
diff --git a/src/v4.6.2/I18N.cs b/src/v4.6.2/I18N.cs
deleted file mode 100644
index e850873..0000000
--- a/src/v4.6.2/I18N.cs
+++ /dev/null
@@ -1,174 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Common
-{
- [System.SerializableAttribute]
- public abstract partial class ByteEncoding : I18N.Common.MonoEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected unsafe abstract void ToBytes(char* chars, int charCount, byte* bytes, int byteCount);
- protected virtual void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- [System.SerializableAttribute]
- public abstract partial class ByteSafeEncoding : I18N.Common.MonoSafeEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteSafeEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected abstract void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
- protected virtual void ToBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- public sealed partial class Handlers
- {
- public static readonly string[] List;
- public Handlers() { }
- public static string GetAlias(string name) { throw null; }
- }
- public partial class Manager
- {
- internal Manager() { }
- public static I18N.Common.Manager PrimaryManager { get { throw null; } }
- public System.Globalization.CultureInfo GetCulture(int culture, bool useUserOverride) { throw null; }
- public System.Globalization.CultureInfo GetCulture(string name, bool useUserOverride) { throw null; }
- public System.Text.Encoding GetEncoding(int codePage) { throw null; }
- public System.Text.Encoding GetEncoding(string name) { throw null; }
- }
- public abstract partial class MonoEncoder : System.Text.Encoder
- {
- public MonoEncoder(I18N.Common.MonoEncoding encoding) { }
- public override int GetByteCount(char[] chars, int index, int count, bool refresh) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount, bool refresh);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount, bool refresh);
- public unsafe void HandleFallback(char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoEncoding : System.Text.Encoding
- {
- public MonoEncoding(int codePage) { }
- public MonoEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount);
- protected unsafe virtual int GetBytesInternal(char* chars, int charCount, byte* bytes, int byteCount, bool flush, object state) { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount) { }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public partial class MonoEncodingDefaultEncoder : I18N.Common.ReferenceSourceDefaultEncoder
- {
- public MonoEncodingDefaultEncoder(System.Text.Encoding encoding) : base (default(System.Text.Encoding)) { }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public unsafe override void Convert(char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public override void Convert(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- }
- public abstract partial class MonoSafeEncoder : System.Text.Encoder
- {
- public MonoSafeEncoder(I18N.Common.MonoSafeEncoding encoding) { }
- public void HandleFallback(char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoSafeEncoding : System.Text.Encoding
- {
- public MonoSafeEncoding(int codePage) { }
- public MonoSafeEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- protected virtual int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public partial class ReferenceSourceDefaultEncoder : System.Text.Encoder, System.Runtime.Serialization.IObjectReference
- {
- public ReferenceSourceDefaultEncoder(System.Text.Encoding encoding) { }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetByteCount(char* chars, int count, bool flush) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public object GetRealObject(System.Runtime.Serialization.StreamingContext context) { throw null; }
- }
- public sealed partial class Strings
- {
- public Strings() { }
- public static string GetString(string tag) { throw null; }
- }
-}
diff --git a/src/v4.6.2/IBM.Data.DB2.cs b/src/v4.6.2/IBM.Data.DB2.cs
deleted file mode 100644
index 821790d..0000000
--- a/src/v4.6.2/IBM.Data.DB2.cs
+++ /dev/null
@@ -1,299 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace IBM.Data.DB2
-{
- public partial class DB2ClientUtils
- {
- public DB2ClientUtils() { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message) { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message, IBM.Data.DB2.DB2Connection connection) { }
- }
- public partial class DB2Command : System.ComponentModel.Component, System.Data.IDbCommand, System.ICloneable, System.IDisposable
- {
- public DB2Command() { }
- public DB2Command(string commandStr) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Transaction trans) { }
- public string CommandText { get { throw null; } set { } }
- public int CommandTimeout { get { throw null; } set { } }
- public System.Data.CommandType CommandType { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Connection Connection { get { throw null; } set { } }
- public IBM.Data.DB2.DB2ParameterCollection Parameters { get { throw null; } }
- public bool SelfDescribe { get { throw null; } set { } }
- public System.IntPtr statementHandle { get { throw null; } }
- System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
- System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
- System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Transaction Transaction { get { throw null; } set { } }
- public System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public void Cancel() { }
- public System.Data.IDbDataParameter CreateParameter() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- public int ExecuteNonQuery() { throw null; }
- public void ExecuteNonQueryInternal(System.Data.CommandBehavior behavior) { }
- public IBM.Data.DB2.DB2DataReader ExecuteReader() { throw null; }
- public IBM.Data.DB2.DB2DataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public object ExecuteScalar() { throw null; }
- ~DB2Command() { }
- public void Prepare() { }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2CommandBuilder : System.ComponentModel.Component
- {
- public DB2CommandBuilder() { }
- public DB2CommandBuilder(IBM.Data.DB2.DB2DataAdapter adapter) { }
- public IBM.Data.DB2.DB2DataAdapter DataAdapter { get { throw null; } set { } }
- public string QuotePrefix { get { throw null; } set { } }
- public string QuoteSuffix { get { throw null; } set { } }
- public static void DeriveParameters(IBM.Data.DB2.DB2Command command) { }
- protected override void Dispose(bool disposing) { }
- public IBM.Data.DB2.DB2Command GetDeleteCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetInsertCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetUpdateCommand() { throw null; }
- public void RefreshSchema() { }
- }
- public partial class DB2Connection : System.ComponentModel.Component, System.Data.IDbConnection, System.ICloneable, System.IDisposable
- {
- public DB2Connection() { }
- public DB2Connection(string conString) { }
- public string ConnectionString { get { throw null; } set { } }
- public int ConnectionTimeout { get { throw null; } set { } }
- public string Database { get { throw null; } }
- public System.Data.ConnectionState State { get { throw null; } }
- public event IBM.Data.DB2.DB2InfoMessageEventHandler InfoMessage { add { } remove { } }
- public event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public IBM.Data.DB2.DB2Transaction BeginTransaction() { throw null; }
- public IBM.Data.DB2.DB2Transaction BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- public void ChangeDatabase(string newDBName) { }
- public void Close() { }
- public IBM.Data.DB2.DB2Command CreateCommand() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- ~DB2Connection() { }
- public void Open() { }
- public static void ReleaseObjectPool() { }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2DataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter
- {
- public DB2DataAdapter() { }
- public DB2DataAdapter(IBM.Data.DB2.DB2Command selectCommand) { }
- public DB2DataAdapter(string selectCommandText, IBM.Data.DB2.DB2Connection selectConnection) { }
- public DB2DataAdapter(string selectCommandText, string selectConnectionString) { }
- public new IBM.Data.DB2.DB2Command DeleteCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command InsertCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command SelectCommand { get { throw null; } set { } }
- System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command UpdateCommand { get { throw null; } set { } }
- public event IBM.Data.DB2.DB2RowUpdatedEventHandler RowUpdated { add { } remove { } }
- public event IBM.Data.DB2.DB2RowUpdatingEventHandler RowUpdating { add { } remove { } }
- protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class DB2DataReader : System.MarshalByRefObject, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
- {
- internal DB2DataReader() { }
- public int Depth { get { throw null; } }
- public int FieldCount { get { throw null; } }
- public bool HasRows { get { throw null; } }
- public bool IsClosed { get { throw null; } }
- public object this[int col] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public int RecordsAffected { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- ~DB2DataReader() { }
- public bool GetBoolean(int col) { throw null; }
- public byte GetByte(int col) { throw null; }
- public long GetBytes(int col, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public char GetChar(int col) { throw null; }
- public long GetChars(int col, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
- public System.Data.IDataReader GetData(int col) { throw null; }
- public string GetDataTypeName(int col) { throw null; }
- public System.DateTime GetDate(int col) { throw null; }
- public System.DateTime GetDateTime(int col) { throw null; }
- public decimal GetDecimal(int col) { throw null; }
- public double GetDouble(int col) { throw null; }
- public System.Type GetFieldType(int col) { throw null; }
- public float GetFloat(int col) { throw null; }
- public System.Guid GetGuid(int col) { throw null; }
- public short GetInt16(int col) { throw null; }
- public int GetInt32(int col) { throw null; }
- public long GetInt64(int col) { throw null; }
- public string GetName(int col) { throw null; }
- public int GetOrdinal(string name) { throw null; }
- public System.Data.DataTable GetSchemaTable() { throw null; }
- public string GetString(int col) { throw null; }
- public object GetStringInternal(int col) { throw null; }
- public System.TimeSpan GetTime(int col) { throw null; }
- public System.TimeSpan GetTimeSpan(int col) { throw null; }
- public object GetValue(int col) { throw null; }
- public int GetValues(object[] values) { throw null; }
- public bool IsDBNull(int col) { throw null; }
- public bool NextResult() { throw null; }
- public bool Read() { throw null; }
- }
- public sealed partial class DB2Error
- {
- internal DB2Error() { }
- public string Message { get { throw null; } }
- public int NativeError { get { throw null; } }
- public string Source { get { throw null; } }
- public string SQLState { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DB2ErrorCollection : System.Collections.CollectionBase
- {
- public DB2ErrorCollection(short sqlHandleType, System.IntPtr sqlHandle) { }
- public IBM.Data.DB2.DB2Error this[int index] { get { throw null; } }
- public void CopyTo(IBM.Data.DB2.DB2Error[] array, int index) { }
- public new IBM.Data.DB2.DB2ErrorCollection.DB2ErrorEnumerator GetEnumerator() { throw null; }
- public partial class DB2ErrorEnumerator : System.Collections.IEnumerator
- {
- public DB2ErrorEnumerator(IBM.Data.DB2.DB2ErrorCollection mappings) { }
- public IBM.Data.DB2.DB2Error Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class DB2Exception : System.Exception
- {
- internal DB2Exception() { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public override string Message { get { throw null; } }
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public sealed partial class DB2InfoMessageEventArgs : System.EventArgs
- {
- public DB2InfoMessageEventArgs(IBM.Data.DB2.DB2ErrorCollection errors) { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public delegate void DB2InfoMessageEventHandler(object sender, IBM.Data.DB2.DB2InfoMessageEventArgs e);
- public sealed partial class DB2Parameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
- {
- public DB2Parameter() { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size) { }
- public DB2Parameter(string parameterName, IBM.Data.DB2.DB2Type db2Type, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size, string sourceColumn) { }
- public DB2Parameter(string parameterName, object value) { }
- public IBM.Data.DB2.DB2Type DB2Type { get { throw null; } set { } }
- public System.Data.DbType DbType { get { throw null; } set { } }
- public System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public bool IsNullable { get { throw null; } set { } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string SourceColumn { get { throw null; } set { } }
- public System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- object System.ICloneable.Clone() { throw null; }
- }
- public partial class DB2ParameterCollection : System.Collections.ArrayList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
- {
- public DB2ParameterCollection() { }
- public new IBM.Data.DB2.DB2Parameter this[int index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter this[string index] { get { throw null; } set { } }
- object System.Data.IDataParameterCollection.this[string index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter Add(IBM.Data.DB2.DB2Parameter value) { throw null; }
- public override int Add(object obj) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type type) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size, string sourceColumn) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, object value) { throw null; }
- public bool Contains(string paramName) { throw null; }
- public int IndexOf(string paramName) { throw null; }
- public void RemoveAt(string paramName) { }
- }
- public sealed partial class DB2RowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
- {
- public DB2RowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } }
- }
- public delegate void DB2RowUpdatedEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatedEventArgs e);
- public sealed partial class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
- {
- public DB2RowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } set { } }
- }
- public delegate void DB2RowUpdatingEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatingEventArgs e);
- public sealed partial class DB2Transaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
- {
- internal DB2Transaction() { }
- public System.Data.IDbConnection Connection { get { throw null; } }
- public System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public void Commit() { }
- public void Dispose() { }
- public void Rollback() { }
- }
- public enum DB2Type
- {
- BigInt = 3,
- Binary = 15,
- Blob = 22,
- Char = 12,
- Clob = 21,
- Datalink = 24,
- Date = 9,
- DbClob = 23,
- Decimal = 7,
- Double = 5,
- Float = 6,
- Graphic = 18,
- Integer = 2,
- Invalid = 0,
- LongVarBinary = 17,
- LongVarChar = 14,
- LongVarGraphic = 20,
- Numeric = 8,
- Real = 4,
- RowId = 25,
- SmallInt = 1,
- Time = 10,
- Timestamp = 11,
- VarBinary = 16,
- VarChar = 13,
- VarGraphic = 19,
- XmlReader = 26,
- }
- public partial class DB2TypeConverter
- {
- public DB2TypeConverter() { }
- public static System.Type GetManagedType(int sql_type) { throw null; }
- }
-}
diff --git a/src/v4.6.2/ICSharpCode.SharpZipLib.cs b/src/v4.6.2/ICSharpCode.SharpZipLib.cs
deleted file mode 100644
index 887a092..0000000
--- a/src/v4.6.2/ICSharpCode.SharpZipLib.cs
+++ /dev/null
@@ -1,964 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.84.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright 2001-2005 Mike Krueger")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("A free C# compression library")]
-[assembly:System.Reflection.AssemblyProductAttribute("#ZipLibrary")]
-[assembly:System.Reflection.AssemblyTitleAttribute("ICSharpCode.SharpZipLibrary")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace ICSharpCode.SharpZipLib
-{
- public partial class SharpZipBaseException : System.ApplicationException
- {
- public SharpZipBaseException() { }
- public SharpZipBaseException(string msg) { }
- public SharpZipBaseException(string message, System.Exception innerException) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.BZip2
-{
- public sealed partial class BZip2
- {
- public BZip2() { }
- public static void Compress(System.IO.Stream instream, System.IO.Stream outstream, int blockSize) { }
- public static void Decompress(System.IO.Stream instream, System.IO.Stream outstream) { }
- }
- public sealed partial class BZip2Constants
- {
- internal BZip2Constants() { }
- public static readonly int baseBlockSize;
- public static readonly int G_SIZE;
- public static readonly int MAX_ALPHA_SIZE;
- public static readonly int MAX_CODE_LEN;
- public static readonly int MAX_SELECTORS;
- public static readonly int NUM_OVERSHOOT_BYTES;
- public static readonly int N_GROUPS;
- public static readonly int N_ITERS;
- public static readonly int[] rNums;
- public static readonly int RUNA;
- public static readonly int RUNB;
- }
- public partial class BZip2Exception : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public BZip2Exception() { }
- public BZip2Exception(string message) { }
- }
- public partial class BZip2InputStream : System.IO.Stream
- {
- public BZip2InputStream(System.IO.Stream stream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- public override int Read(byte[] b, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class BZip2OutputStream : System.IO.Stream
- {
- public BZip2OutputStream(System.IO.Stream stream) { }
- public BZip2OutputStream(System.IO.Stream stream, int blockSize) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~BZip2OutputStream() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bv) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Checksums
-{
- public sealed partial class Adler32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Adler32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public sealed partial class Crc32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Crc32() { }
- public long Value { get { throw null; } set { } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] buffer);
- void Update(byte[] buf, int off, int len);
- void Update(int bval);
- }
- public partial class StrangeCRC : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public StrangeCRC() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int inCh) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Core
-{
- public partial class DirectoryEventArgs : ICSharpCode.SharpZipLib.Core.ScanEventArgs
- {
- public DirectoryEventArgs(string name, bool hasMatchingFiles) : base (default(string)) { }
- public bool HasMatchingFiles { get { throw null; } }
- }
- public delegate void DirectoryFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public delegate void FileFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public partial class FileSystemScanner
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter) { }
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter, ICSharpCode.SharpZipLib.Core.IScanFilter directoryFilter) { }
- public FileSystemScanner(string filter) { }
- public FileSystemScanner(string fileFilter, string directoryFilter) { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- public void Scan(string directory, bool recurse) { }
- }
- public partial interface INameTransform
- {
- string TransformDirectory(string name);
- string TransformFile(string name);
- }
- public partial interface IScanFilter
- {
- bool IsMatch(string name);
- }
- public partial class NameAndSizeFilter : ICSharpCode.SharpZipLib.Core.PathFilter
- {
- public NameAndSizeFilter(string filter, long minSize, long maxSize) : base (default(string)) { }
- public long MaxSize { get { throw null; } set { } }
- public long MinSize { get { throw null; } set { } }
- public override bool IsMatch(string fileName) { throw null; }
- }
- public partial class NameFilter
- {
- public NameFilter(string filter) { }
- public bool IsExcluded(string testValue) { throw null; }
- public bool IsIncluded(string testValue) { throw null; }
- public bool IsMatch(string testValue) { throw null; }
- public static bool IsValidExpression(string e) { throw null; }
- public static bool IsValidFilterExpression(string toTest) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PathFilter : ICSharpCode.SharpZipLib.Core.IScanFilter
- {
- public PathFilter(string filter) { }
- public virtual bool IsMatch(string name) { throw null; }
- }
- public delegate void ProcessDirectoryDelegate(object Sender, ICSharpCode.SharpZipLib.Core.DirectoryEventArgs e);
- public delegate void ProcessFileDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanEventArgs e);
- public partial class ScanEventArgs : System.EventArgs
- {
- public ScanEventArgs(string name) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public string Name { get { throw null; } }
- }
- public partial class ScanFailureEventArgs
- {
- public ScanFailureEventArgs(string name, System.Exception e) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public System.Exception Exception { get { throw null; } }
- public string Name { get { throw null; } }
- }
-}
-namespace ICSharpCode.SharpZipLib.Encryption
-{
- public abstract partial class PkzipClassic : System.Security.Cryptography.SymmetricAlgorithm
- {
- protected PkzipClassic() { }
- public static byte[] GenerateKeys(byte[] seed) { throw null; }
- }
- public sealed partial class PkzipClassicManaged : ICSharpCode.SharpZipLib.Encryption.PkzipClassic
- {
- public PkzipClassicManaged() { }
- public override int BlockSize { get { throw null; } set { } }
- public override byte[] Key { get { throw null; } set { } }
- public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw null; } }
- public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- }
-}
-namespace ICSharpCode.SharpZipLib.GZip
-{
- public partial class GZipConstants
- {
- internal GZipConstants() { }
- public const int FCOMMENT = 16;
- public const int FEXTRA = 4;
- public const int FHCRC = 2;
- public const int FNAME = 8;
- public const int FTEXT = 1;
- public static readonly int GZIP_MAGIC;
- }
- public partial class GZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public GZipException() { }
- public GZipException(string message) { }
- }
- public partial class GZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- protected bool eos;
- public GZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public GZipInputStream(System.IO.Stream baseInputStream, int size) : base (default(System.IO.Stream)) { }
- public override int Read(byte[] buf, int offset, int len) { throw null; }
- }
- public partial class GZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- public GZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public GZipOutputStream(System.IO.Stream baseOutputStream, int size) : base (default(System.IO.Stream)) { }
- public override void Close() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void SetLevel(int level) { }
- public override void Write(byte[] buf, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Tar
-{
- public partial class InvalidHeaderException : ICSharpCode.SharpZipLib.Tar.TarException
- {
- public InvalidHeaderException() { }
- public InvalidHeaderException(string msg) { }
- }
- public delegate void ProgressMessageHandler(ICSharpCode.SharpZipLib.Tar.TarArchive archive, ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message);
- public partial class TarArchive
- {
- protected TarArchive() { }
- public bool ApplyUserInfoOverrides { get { throw null; } set { } }
- public int GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string PathPrefix { get { throw null; } set { } }
- public int RecordSize { get { throw null; } }
- public string RootPath { get { throw null; } set { } }
- public int UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public event ICSharpCode.SharpZipLib.Tar.ProgressMessageHandler ProgressMessageEvent { add { } remove { } }
- public void CloseArchive() { }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public void ExtractContents(string destDir) { }
- public void ListContents() { }
- protected virtual void OnProgressMessageEvent(ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message) { }
- public void SetAsciiTranslation(bool asciiTranslate) { }
- public void SetKeepOldFiles(bool keepOldFiles) { }
- public void SetUserInfo(int userId, string userName, int groupId, string groupName) { }
- public void WriteEntry(ICSharpCode.SharpZipLib.Tar.TarEntry sourceEntry, bool recurse) { }
- }
- public partial class TarBuffer
- {
- public const int BlockSize = 512;
- public const int DefaultBlockFactor = 20;
- public const int DefaultRecordSize = 10240;
- protected TarBuffer() { }
- public int BlockFactor { get { throw null; } }
- public int RecordSize { get { throw null; } }
- public void Close() { }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public int GetBlockFactor() { throw null; }
- public int GetCurrentBlockNum() { throw null; }
- public int GetCurrentRecordNum() { throw null; }
- public int GetRecordSize() { throw null; }
- public bool IsEOFBlock(byte[] block) { throw null; }
- public byte[] ReadBlock() { throw null; }
- public void SkipBlock() { }
- public void WriteBlock(byte[] block) { }
- public void WriteBlock(byte[] buf, int offset) { }
- }
- public partial class TarEntry : System.ICloneable
- {
- public TarEntry(ICSharpCode.SharpZipLib.Tar.TarHeader header) { }
- public TarEntry(byte[] headerBuf) { }
- public string File { get { throw null; } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Tar.TarHeader TarHeader { get { throw null; } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public void AdjustEntryName(byte[] outbuf, string newName) { }
- public object Clone() { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateTarEntry(string name) { throw null; }
- public override bool Equals(object it) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry[] GetDirectoryEntries() { throw null; }
- public void GetFileTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string file) { }
- public override int GetHashCode() { throw null; }
- public bool IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry desc) { throw null; }
- public void NameTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string name) { }
- public void SetIds(int userId, int groupId) { }
- public void SetNames(string userName, string groupName) { }
- public void WriteEntryHeader(byte[] outbuf) { }
- }
- public partial class TarException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public TarException() { }
- public TarException(string message) { }
- }
- public partial class TarHeader : System.ICloneable
- {
- public static readonly int CHKSUMLEN;
- public const int CHKSUMOFS = 148;
- public static readonly int DEVLEN;
- public static readonly int GIDLEN;
- public static readonly int GNAMELEN;
- public static readonly string GNU_TMAGIC;
- public const byte LF_ACL = (byte)65;
- public const byte LF_BLK = (byte)52;
- public const byte LF_CHR = (byte)51;
- public const byte LF_CONTIG = (byte)55;
- public const byte LF_DIR = (byte)53;
- public const byte LF_EXTATTR = (byte)69;
- public const byte LF_FIFO = (byte)54;
- public const byte LF_GHDR = (byte)103;
- public const byte LF_GNU_DUMPDIR = (byte)68;
- public const byte LF_GNU_LONGLINK = (byte)75;
- public const byte LF_GNU_LONGNAME = (byte)76;
- public const byte LF_GNU_MULTIVOL = (byte)77;
- public const byte LF_GNU_NAMES = (byte)78;
- public const byte LF_GNU_SPARSE = (byte)83;
- public const byte LF_GNU_VOLHDR = (byte)86;
- public const byte LF_LINK = (byte)49;
- public const byte LF_META = (byte)73;
- public const byte LF_NORMAL = (byte)48;
- public const byte LF_OLDNORM = (byte)0;
- public const byte LF_SYMLINK = (byte)50;
- public static readonly byte LF_XHDR;
- public static readonly int MAGICLEN;
- public static readonly int MODELEN;
- public static readonly int MODTIMELEN;
- public static readonly int NAMELEN;
- public static readonly int SIZELEN;
- public static readonly string TMAGIC;
- public static readonly int UIDLEN;
- public static readonly int UNAMELEN;
- public static readonly int VERSIONLEN;
- public TarHeader() { }
- public int Checksum { get { throw null; } }
- public int DevMajor { get { throw null; } set { } }
- public int DevMinor { get { throw null; } set { } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsChecksumValid { get { throw null; } }
- public string LinkName { get { throw null; } set { } }
- public string Magic { get { throw null; } set { } }
- public int Mode { get { throw null; } set { } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public byte TypeFlag { get { throw null; } set { } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static int GetAsciiBytes(string toAdd, int nameOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetLongOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- [System.ObsoleteAttribute]
- public string GetName() { throw null; }
- public static int GetNameBytes(string name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(string name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- public void ParseBuffer(byte[] header) { }
- public static System.Text.StringBuilder ParseName(byte[] header, int offset, int length) { throw null; }
- public static long ParseOctal(byte[] header, int offset, int length) { throw null; }
- public static void ResetValueDefaults() { }
- public static void SetValueDefaults(int userId, string userName, int groupId, string groupName) { }
- public void WriteHeader(byte[] outbuf) { }
- }
- public partial class TarInputStream : System.IO.Stream
- {
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected ICSharpCode.SharpZipLib.Tar.TarEntry currEntry;
- protected ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory eFactory;
- protected long entryOffset;
- protected long entrySize;
- protected bool hasHitEOF;
- protected byte[] readBuf;
- public TarInputStream(System.IO.Stream inputStream) { }
- public TarInputStream(System.IO.Stream inputStream, int blockFactor) { }
- public long Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsMarkSupported { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CopyEntryContents(System.IO.Stream outputStream) { }
- public override void Flush() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry GetNextEntry() { throw null; }
- public int GetRecordSize() { throw null; }
- public void Mark(int markLimit) { }
- public override int Read(byte[] outputBuffer, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public void Reset() { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SetEntryFactory(ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory factory) { }
- public override void SetLength(long val) { }
- public void Skip(long numToSkip) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- public partial class EntryFactoryAdapter : ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory
- {
- public EntryFactoryAdapter() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- }
- public partial interface IEntryFactory
- {
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName);
- }
- }
- public partial class TarOutputStream : System.IO.Stream
- {
- protected byte[] assemBuf;
- protected int assemLen;
- protected byte[] blockBuf;
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected long currBytes;
- protected long currSize;
- protected bool debug;
- protected System.IO.Stream outputStream;
- public TarOutputStream(System.IO.Stream outputStream) { }
- public TarOutputStream(System.IO.Stream outputStream, int blockFactor) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CloseEntry() { }
- public void Finish() { }
- public override void Flush() { }
- public int GetRecordSize() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Tar.TarEntry entry) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] wBuf, int wOffset, int numToWrite) { }
- public override void WriteByte(byte b) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip
-{
- public enum CompressionMethod
- {
- BZip2 = 11,
- Deflate64 = 9,
- Deflated = 8,
- Stored = 0,
- WinZipAES = 99,
- }
- public partial class FastZip
- {
- public FastZip() { }
- public FastZip(ICSharpCode.SharpZipLib.Zip.FastZipEvents events) { }
- public bool CreateEmptyDirectories { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.ZipNameTransform NameTransform { get { throw null; } set { } }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter) { }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, ICSharpCode.SharpZipLib.Zip.FastZip.Overwrite overwrite, ICSharpCode.SharpZipLib.Zip.FastZip.ConfirmOverwriteDelegate confirmDelegate, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, string fileFilter) { }
- public delegate bool ConfirmOverwriteDelegate(string fileName);
- public enum Overwrite
- {
- Always = 2,
- Never = 1,
- Prompt = 0,
- }
- }
- public partial class FastZipEvents
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FastZipEvents() { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- }
- public partial class KeysRequiredEventArgs : System.EventArgs
- {
- public KeysRequiredEventArgs(string name) { }
- public KeysRequiredEventArgs(string name, byte[] keyValue) { }
- public string FileName { get { throw null; } }
- public byte[] Key { get { throw null; } set { } }
- }
- public sealed partial class ZipConstants
- {
- public const int CENATT = 36;
- public const int CENATX = 38;
- public const int CENCOM = 32;
- public const int CENCRC = 16;
- public const int CENDIGITALSIG = 84233040;
- public const int CENDSK = 34;
- public const int CENEXT = 30;
- public const int CENFLG = 8;
- public const int CENHDR = 46;
- public const int CENHOW = 10;
- public const int CENLEN = 24;
- public const int CENNAM = 28;
- public const int CENOFF = 42;
- public const int CENSIG = 33639248;
- public const int CENSIG64 = 101075792;
- public const int CENSIZ = 20;
- public const int CENTIM = 12;
- public const int CENVEM = 4;
- public const int CENVER = 6;
- public const int CRYPTO_HEADER_SIZE = 12;
- public const int ENDCOM = 20;
- public const int ENDDCD = 6;
- public const int ENDHDR = 22;
- public const int ENDNRD = 4;
- public const int ENDOFF = 16;
- public const int ENDSIG = 101010256;
- public const int ENDSIZ = 12;
- public const int ENDSUB = 8;
- public const int ENDTOT = 10;
- public const int EXTCRC = 4;
- public const int EXTHDR = 16;
- public const int EXTLEN = 12;
- public const int EXTSIG = 134695760;
- public const int EXTSIZ = 8;
- public const int LOCCRC = 14;
- public const int LOCEXT = 28;
- public const int LOCFLG = 6;
- public const int LOCHDR = 30;
- public const int LOCHOW = 8;
- public const int LOCLEN = 22;
- public const int LOCNAM = 26;
- public const int LOCSIG = 67324752;
- public const int LOCSIZ = 18;
- public const int LOCTIM = 10;
- public const int LOCVER = 4;
- public const int SPANNINGSIG = 134695760;
- public const int SPANTEMPSIG = 808471376;
- public const int VERSION_MADE_BY = 20;
- public const int VERSION_STRONG_ENCRYPTION = 50;
- public ZipConstants() { }
- public static int DefaultCodePage { get { throw null; } set { } }
- public static byte[] ConvertToArray(string str) { throw null; }
- public static string ConvertToString(byte[] data) { throw null; }
- public static string ConvertToString(byte[] data, int length) { throw null; }
- }
- public partial class ZipEntry : System.ICloneable
- {
- public ZipEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry e) { }
- public ZipEntry(string name) { }
- public string Comment { get { throw null; } set { } }
- public long CompressedSize { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.CompressionMethod CompressionMethod { get { throw null; } set { } }
- public long Crc { get { throw null; } set { } }
- public System.DateTime DateTime { get { throw null; } set { } }
- public long DosTime { get { throw null; } set { } }
- public int ExternalFileAttributes { get { throw null; } set { } }
- public byte[] ExtraData { get { throw null; } set { } }
- public int Flags { get { throw null; } set { } }
- public int HostSystem { get { throw null; } }
- public bool IsCrypted { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFile { get { throw null; } }
- public string Name { get { throw null; } }
- public int Offset { get { throw null; } set { } }
- public bool RequiresZip64 { get { throw null; } }
- public long Size { get { throw null; } set { } }
- public int Version { get { throw null; } }
- public int VersionMadeBy { get { throw null; } }
- public int ZipFileIndex { get { throw null; } set { } }
- public static string CleanName(string name) { throw null; }
- public static string CleanName(string name, bool relativePath) { throw null; }
- public object Clone() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public ZipException() { }
- public ZipException(string msg) { }
- }
- public partial class ZipFile : System.Collections.IEnumerable
- {
- public ICSharpCode.SharpZipLib.Zip.ZipFile.KeysRequiredEventHandler KeysRequired;
- public ZipFile(System.IO.FileStream file) { }
- public ZipFile(System.IO.Stream baseStream) { }
- public ZipFile(string name) { }
- [System.Runtime.CompilerServices.IndexerName("EntryByIndex")]
- public ICSharpCode.SharpZipLib.Zip.ZipEntry this[int index] { get { throw null; } }
- public string Name { get { throw null; } }
- public string Password { set { } }
- public int Size { get { throw null; } }
- public string ZipFileComment { get { throw null; } }
- public void Close() { }
- public int FindEntry(string name, bool ignoreCase) { throw null; }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetEntry(string name) { throw null; }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public System.IO.Stream GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { throw null; }
- public System.IO.Stream GetInputStream(int entryIndex) { throw null; }
- public bool TestArchive(bool testData) { throw null; }
- public delegate void KeysRequiredEventHandler(object sender, ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs e);
- }
- public partial class ZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- public ZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public override int Available { get { throw null; } }
- public bool CanDecompressEntry { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public int BodyRead(byte[] b, int off, int len) { throw null; }
- public override void Close() { }
- public void CloseEntry() { }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetNextEntry() { throw null; }
- public override int Read(byte[] destination, int index, int count) { throw null; }
- public override int ReadByte() { throw null; }
- }
- public partial class ZipNameTransform : ICSharpCode.SharpZipLib.Core.INameTransform
- {
- public ZipNameTransform() { }
- public ZipNameTransform(bool useRelativePaths) { }
- public ZipNameTransform(bool useRelativePaths, string trimPrefix) { }
- public string TrimPrefix { get { throw null; } set { } }
- public string TransformDirectory(string name) { throw null; }
- public string TransformFile(string name) { throw null; }
- }
- public partial class ZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- public ZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public bool IsFinished { get { throw null; } }
- public void CloseEntry() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { }
- public void SetComment(string comment) { }
- public void SetLevel(int level) { }
- public override void Write(byte[] b, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression
-{
- public partial class Deflater
- {
- public static int BEST_COMPRESSION;
- public static int BEST_SPEED;
- public static int DEFAULT_COMPRESSION;
- public static int DEFLATED;
- public static int NO_COMPRESSION;
- public Deflater() { }
- public Deflater(int lvl) { }
- public Deflater(int level, bool noZlibHeaderOrFooter) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public long TotalOut { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public int Deflate(byte[] output, int offset, int length) { throw null; }
- public void Finish() { }
- public void Flush() { }
- public int GetLevel() { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] dict) { }
- public void SetDictionary(byte[] dict, int offset, int length) { }
- public void SetInput(byte[] input) { }
- public void SetInput(byte[] input, int off, int len) { }
- public void SetLevel(int lvl) { }
- public void SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy strategy) { }
- }
- public partial class DeflaterConstants
- {
- public static int[] COMPR_FUNC;
- public const bool DEBUGGING = false;
- public const int DEFAULT_MEM_LEVEL = 8;
- public const int DEFLATE_FAST = 1;
- public const int DEFLATE_SLOW = 2;
- public const int DEFLATE_STORED = 0;
- public const int DYN_TREES = 2;
- public static int[] GOOD_LENGTH;
- public const int HASH_BITS = 15;
- public const int HASH_MASK = 32767;
- public const int HASH_SHIFT = 5;
- public const int HASH_SIZE = 32768;
- public static int MAX_BLOCK_SIZE;
- public static int[] MAX_CHAIN;
- public const int MAX_DIST = 32506;
- public static int[] MAX_LAZY;
- public const int MAX_MATCH = 258;
- public const int MAX_WBITS = 15;
- public const int MIN_LOOKAHEAD = 262;
- public const int MIN_MATCH = 3;
- public static int[] NICE_LENGTH;
- public const int PENDING_BUF_SIZE = 65536;
- public const int PRESET_DICT = 32;
- public const int STATIC_TREES = 1;
- public const int STORED_BLOCK = 0;
- public const int WMASK = 32767;
- public const int WSIZE = 32768;
- public DeflaterConstants() { }
- }
- public partial class DeflaterEngine : ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants
- {
- public DeflaterEngine(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public int Adler { get { throw null; } }
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy Strategy { get { throw null; } set { } }
- public int TotalIn { get { throw null; } }
- public bool Deflate(bool flush, bool finish) { throw null; }
- public void FillWindow() { }
- public bool NeedsInput() { throw null; }
- public void Reset() { }
- public void ResetAdler() { }
- public void SetDictionary(byte[] buffer, int offset, int length) { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SetLevel(int lvl) { }
- }
- public partial class DeflaterHuffman
- {
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending;
- public DeflaterHuffman(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public static short BitReverse(int toReverse) { throw null; }
- public void CompressBlock() { }
- public void FlushBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public void FlushStoredBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public bool IsFull() { throw null; }
- public void Reset() { }
- public void SendAllTrees(int blTreeCodes) { }
- public bool TallyDist(int dist, int len) { throw null; }
- public bool TallyLit(int lit) { throw null; }
- public partial class Tree
- {
- public short[] freqs;
- public byte[] length;
- public int minNumCodes;
- public int numCodes;
- public Tree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman dh, int elems, int minCodes, int maxLength) { }
- public void BuildCodes() { }
- public void BuildTree() { }
- public void CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- public void CheckEmpty() { }
- public int GetEncodedLength() { throw null; }
- public void Reset() { }
- public void SetStaticCodes(short[] stCodes, byte[] stLength) { }
- public void WriteSymbol(int code) { }
- public void WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- }
- }
- public partial class DeflaterPending : ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer
- {
- public DeflaterPending() { }
- }
- public enum DeflateStrategy
- {
- Default = 0,
- Filtered = 1,
- HuffmanOnly = 2,
- }
- public partial class Inflater
- {
- public Inflater() { }
- public Inflater(bool noHeader) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingDictionary { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int RemainingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public int TotalOut { get { throw null; } }
- public int Inflate(byte[] buf) { throw null; }
- public int Inflate(byte[] buf, int offset, int len) { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] buffer) { }
- public void SetDictionary(byte[] buffer, int offset, int len) { }
- public void SetInput(byte[] buf) { }
- public void SetInput(byte[] buffer, int offset, int length) { }
- }
- public partial class InflaterHuffmanTree
- {
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defDistTree;
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defLitLenTree;
- public InflaterHuffmanTree(byte[] codeLengths) { }
- public int GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input) { throw null; }
- }
- public partial class PendingBuffer
- {
- protected byte[] buf;
- public PendingBuffer() { }
- public PendingBuffer(int bufsize) { }
- public int BitCount { get { throw null; } }
- public bool IsFlushed { get { throw null; } }
- public void AlignToByte() { }
- public int Flush(byte[] output, int offset, int length) { throw null; }
- public void Reset() { }
- public byte[] ToByteArray() { throw null; }
- public void WriteBits(int b, int count) { }
- public void WriteBlock(byte[] block, int offset, int len) { }
- public void WriteByte(int b) { }
- public void WriteInt(int s) { }
- public void WriteShort(int s) { }
- public void WriteShortMSB(int s) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams
-{
- public partial class DeflaterOutputStream : System.IO.Stream
- {
- protected System.IO.Stream baseOutputStream;
- protected byte[] buf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Deflater def;
- public DeflaterOutputStream(System.IO.Stream baseOutputStream) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater defl) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater deflater, int bufsize) { }
- public bool CanPatchEntries { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public override long Position { get { throw null; } set { } }
- 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 void Deflate() { }
- protected void EncryptBlock(byte[] buffer, int offset, int length) { }
- protected byte EncryptByte() { throw null; }
- public virtual void Finish() { }
- public override void Flush() { }
- protected void InitializePassword(string password) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- protected void UpdateKeys(byte ch) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bval) { }
- }
- public partial class InflaterInputBuffer
- {
- public InflaterInputBuffer(System.IO.Stream stream) { }
- public int Available { get { throw null; } set { } }
- public byte[] ClearText { get { throw null; } }
- public int ClearTextLength { get { throw null; } }
- public System.Security.Cryptography.ICryptoTransform CryptoTransform { set { } }
- public byte[] RawData { get { throw null; } }
- public int RawLength { get { throw null; } }
- public void Fill() { }
- public int ReadClearTextBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public int ReadLeByte() { throw null; }
- public int ReadLeInt() { throw null; }
- public long ReadLeLong() { throw null; }
- public int ReadLeShort() { throw null; }
- public int ReadRawBuffer(byte[] buffer) { throw null; }
- public int ReadRawBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public void SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater) { }
- }
- public partial class InflaterInputStream : System.IO.Stream
- {
- protected System.IO.Stream baseInputStream;
- protected long csize;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer inputBuffer;
- public InflaterInputStream(System.IO.Stream baseInputStream) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater, int bufferSize) { }
- public virtual int Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected void Fill() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public long Skip(long n) { throw null; }
- protected void StopDecrypting() { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class OutputWindow
- {
- public OutputWindow() { }
- public void CopyDict(byte[] dict, int offset, int len) { }
- public int CopyOutput(byte[] output, int offset, int len) { throw null; }
- public int CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input, int len) { throw null; }
- public int GetAvailable() { throw null; }
- public int GetFreeSpace() { throw null; }
- public void Repeat(int len, int dist) { }
- public void Reset() { }
- public void Write(int abyte) { }
- }
- public partial class StreamManipulator
- {
- public StreamManipulator() { }
- public int AvailableBits { get { throw null; } }
- public int AvailableBytes { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int CopyBytes(byte[] output, int offset, int length) { throw null; }
- public void DropBits(int n) { }
- public int GetBits(int n) { throw null; }
- public int PeekBits(int n) { throw null; }
- public void Reset() { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SkipToByteBoundary() { }
- }
-}
diff --git a/src/v4.6.2/Mono.CSharp.cs b/src/v4.6.2/Mono.CSharp.cs
deleted file mode 100644
index d86ddcd..0000000
--- a/src/v4.6.2/Mono.CSharp.cs
+++ /dev/null
@@ -1,7228 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CSharp.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Microsoft.CSharp, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
-}
-namespace Mono.CSharp
-{
- public abstract partial class AbstractMessage
- {
- protected readonly int code;
- protected readonly Mono.CSharp.Location location;
- protected AbstractMessage(Mono.CSharp.AbstractMessage aMsg) { }
- protected AbstractMessage(int code, Mono.CSharp.Location loc, string msg, System.Collections.Generic.List<string> extraInfo) { }
- public int Code { get { throw null; } }
- public abstract bool IsWarning { get; }
- public Mono.CSharp.Location Location { get { throw null; } }
- public abstract string MessageType { get; }
- public string[] RelatedSymbols { get { throw null; } }
- public string Text { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AbstractPropertyEventMethod : Mono.CSharp.MemberCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> declarative_security;
- protected Mono.CSharp.MethodData method_data;
- protected readonly string prefix;
- protected AbstractPropertyEventMethod(Mono.CSharp.InterfaceMemberBase member, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsAccessor { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public abstract Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public abstract Mono.CSharp.TypeSpec ReturnType { get; }
- public Mono.CSharp.MethodSpec Spec { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public sealed override bool Define() { throw null; }
- public virtual void Emit(Mono.CSharp.TypeDefinition parent) { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void PrepareEmit() { }
- public void UpdateName(Mono.CSharp.InterfaceMemberBase member) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- [System.FlagsAttribute]
- public enum AddressOp
- {
- Load = 2,
- LoadStore = 3,
- Store = 1,
- }
- public abstract partial class AnonymousExpression : Mono.CSharp.ExpressionStatement
- {
- protected readonly Mono.CSharp.ParametersBlock block;
- public Mono.CSharp.TypeSpec ReturnType;
- protected AnonymousExpression(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public abstract string ContainerType { get; }
- public abstract bool IsIterator { get; }
- public abstract Mono.CSharp.AnonymousMethodStorey Storey { get; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- public void SetHasThisAccess() { }
- protected partial class AnonymousMethodMethod : Mono.CSharp.Method
- {
- public readonly Mono.CSharp.AnonymousExpression AnonymousMethod;
- public readonly Mono.CSharp.AnonymousMethodStorey Storey;
- public AnonymousMethodMethod(Mono.CSharp.TypeDefinition parent, Mono.CSharp.AnonymousExpression am, Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.TypeExpr return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override void DefineTypeParameters() { }
- public override void Emit() { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class AnonymousMethodBody : Mono.CSharp.AnonymousExpression
- {
- protected readonly Mono.CSharp.ParametersCompiled parameters;
- public AnonymousMethodBody(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr DirectMethodGroupConversion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } set { } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousMethodExpression : Mono.CSharp.Expression
- {
- public Mono.CSharp.ParametersBlock Block;
- public AnonymousMethodExpression(Mono.CSharp.Location loc) { }
- public override string ExprClassName { get { throw null; } }
- public virtual bool HasExplicitParameters { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.ReportPrinter TypeInferenceReportPrinter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.Expression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- protected virtual Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_AddressOfCapturedVar(Mono.CSharp.ResolveContext rc, Mono.CSharp.IVariableReference var, Mono.CSharp.Location loc) { }
- public bool ExplicitTypeInference(Mono.CSharp.TypeInferenceContext type_inference, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public Mono.CSharp.TypeSpec InferReturnType(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected virtual Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected bool VerifyExplicitParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection parameters) { throw null; }
- protected bool VerifyParameterCompatibility(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection invoke_pd, bool ignore_errors) { throw null; }
- }
- public partial class AnonymousMethodStorey : Mono.CSharp.HoistedStoreyClass
- {
- protected System.Collections.Generic.List<Mono.CSharp.HoistedVariable> hoisted_locals;
- protected System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted_params;
- protected Mono.CSharp.HoistedThis hoisted_this;
- public readonly int ID;
- public Mono.CSharp.Expression Instance;
- public readonly Mono.CSharp.ExplicitBlock OriginalSourceBlock;
- public AnonymousMethodStorey(Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberName), default(Mono.CSharp.TypeParameters), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.HoistedThis HoistedThis { get { throw null; } set { } }
- public System.Collections.Generic.IList<Mono.CSharp.ExplicitBlock> ReferencesFromChildrenBlock { get { throw null; } }
- public void AddCapturedThisField(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey parent) { }
- public Mono.CSharp.Field AddCapturedVariable(string name, Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type, bool privateAccess) { throw null; }
- public void AddParentStoreyReference(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void AddReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void CaptureLocalVariable(Mono.CSharp.ResolveContext ec, Mono.CSharp.LocalVariable localVariable) { }
- public void CaptureParameter(Mono.CSharp.ResolveContext ec, Mono.CSharp.ParametersBlock.ParameterInfo parameterInfo, Mono.CSharp.ParameterReference parameterReference) { }
- protected override bool DoResolveTypeParameters() { throw null; }
- protected virtual void EmitHoistedParameters(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted) { }
- public void EmitStoreyInstantiation(Mono.CSharp.EmitContext ec, Mono.CSharp.ExplicitBlock block) { }
- public Mono.CSharp.Expression GetStoreyInstanceExpression(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public void SetNestedStoryParent(Mono.CSharp.AnonymousMethodStorey parentStorey) { }
- }
- public partial class AnonymousTypeClass : Mono.CSharp.CompilerGeneratedContainer
- {
- internal AnonymousTypeClass() : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public const string ClassNamePrefix = "<>__AnonType";
- public const string SignatureForError = "anonymous type";
- public System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public static Mono.CSharp.AnonymousTypeClass Create(Mono.CSharp.TypeContainer parent, System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.Location loc) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousTypeParameter : Mono.CSharp.ShimExpression
- {
- public readonly string Name;
- public AnonymousTypeParameter(Mono.CSharp.Expression initializer, string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public AnonymousTypeParameter(Mono.CSharp.Parameter parameter) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object o) { throw null; }
- protected virtual void Error_InvalidInitializer(Mono.CSharp.ResolveContext ec, string initializer) { }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AParametersCollection
- {
- protected bool has_arglist;
- protected bool has_params;
- protected Mono.CSharp.IParameterData[] parameters;
- protected Mono.CSharp.TypeSpec[] types;
- protected AParametersCollection() { }
- public System.Reflection.CallingConventions CallingConvention { get { throw null; } }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeSpec ExtensionMethodType { get { throw null; } }
- public Mono.CSharp.IParameterData[] FixedParameters { get { throw null; } }
- public bool HasArglist { get { throw null; } }
- public bool HasExtensionMethodType { get { throw null; } }
- public bool HasParams { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public Mono.CSharp.TypeSpec[] Types { get { throw null; } set { } }
- public System.Type[] GetMetaInfo() { throw null; }
- public static System.Reflection.ParameterAttributes GetParameterAttribute(Mono.CSharp.Parameter.Modifier modFlags) { throw null; }
- public int GetParameterIndexByName(string name) { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetSignatureForError(string start, string end, int count) { throw null; }
- public static bool HasSameParameterDefaults(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public Mono.CSharp.AParametersCollection Inflate(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public string ParameterDesc(int pos) { throw null; }
- }
- public partial class Arglist : Mono.CSharp.Expression
- {
- public Arglist(Mono.CSharp.Arguments args, Mono.CSharp.Location l) { }
- public Arglist(Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public System.Type[] ArgumentTypes { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistAccess : Mono.CSharp.Expression
- {
- public ArglistAccess(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistParameter : Mono.CSharp.Parameter
- {
- public ArglistParameter(Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class Argument
- {
- public readonly Mono.CSharp.Argument.AType ArgType;
- public Mono.CSharp.Expression Expr;
- public Argument(Mono.CSharp.Expression expr) { }
- public Argument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType type) { }
- public bool IsByRef { get { throw null; } }
- public bool IsDefaultArgument { get { throw null; } }
- public bool IsExtensionType { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier Modifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } }
- public Mono.CSharp.Argument Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- public Mono.CSharp.Argument Clone(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Argument EmitToField(Mono.CSharp.EmitContext ec, bool cloneResult) { throw null; }
- public void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public string GetSignatureForError() { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext ec) { }
- public bool ResolveMethodGroup(Mono.CSharp.ResolveContext ec) { throw null; }
- public enum AType : byte
- {
- ConditionalAccessFlag = (byte)128,
- Default = (byte)3,
- DynamicTypeName = (byte)4,
- ExtensionType = (byte)5,
- ExtensionTypeConditionalAccess = (byte)133,
- None = (byte)0,
- Out = (byte)2,
- Ref = (byte)1,
- }
- }
- public partial class Arguments
- {
- public Arguments(int capacity) { }
- public int Count { get { throw null; } }
- public bool HasDynamic { get { throw null; } }
- public bool HasNamed { get { throw null; } }
- public Mono.CSharp.Argument this[int index] { get { throw null; } set { } }
- public void Add(Mono.CSharp.Argument arg) { }
- public void AddRange(Mono.CSharp.Arguments args) { }
- public void CheckArrayAsAttribute(Mono.CSharp.CompilerContext ctx) { }
- public Mono.CSharp.Arguments Clone(Mono.CSharp.CloneContext ctx) { throw null; }
- public bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.ArrayInitializer CreateDynamicBinderArguments(Mono.CSharp.ResolveContext rc) { throw null; }
- public static Mono.CSharp.Arguments CreateForExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args, params Mono.CSharp.Expression[] e) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Arguments Emit(Mono.CSharp.EmitContext ec, bool dup_args, bool prepareAwait) { throw null; }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc, System.Collections.Generic.List<Mono.CSharp.MovableArgument> movable=null) { }
- public System.Collections.Generic.List<Mono.CSharp.Argument>.Enumerator GetEnumerator() { throw null; }
- public void Insert(int index, Mono.CSharp.Argument arg) { }
- public static System.Linq.Expressions.Expression[] MakeExpression(Mono.CSharp.Arguments args, Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Arguments MarkOrderedArgument(Mono.CSharp.NamedArgument a) { throw null; }
- public void RemoveAt(int index) { }
- public void Resolve(Mono.CSharp.ResolveContext ec, out bool dynamic) { dynamic = default(bool); }
- }
- public partial class ArrayAccess : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public ArrayAccess(Mono.CSharp.ElementAccess ea_data, Mono.CSharp.Location l) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void SetConditionalAccessReceiver() { }
- }
- public partial class ArrayContainer : Mono.CSharp.ElementTypeSpec
- {
- internal ArrayContainer() : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(System.Type)) { }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public int Rank { get { throw null; } }
- public System.Reflection.MethodInfo GetAddressMethod() { throw null; }
- public System.Reflection.MethodInfo GetConstructor() { throw null; }
- public System.Reflection.MethodInfo GetGetMethod() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- protected override string GetPostfixSignature() { throw null; }
- public static string GetPostfixSignature(int rank) { throw null; }
- public System.Reflection.MethodInfo GetSetMethod() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element, int rank) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeRankPair : System.IEquatable<Mono.CSharp.ArrayContainer.TypeRankPair>
- {
- public TypeRankPair(Mono.CSharp.TypeSpec ts, int rank) { throw null;}
- public bool Equals(Mono.CSharp.ArrayContainer.TypeRankPair other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public partial class ArrayCreation : Mono.CSharp.Expression
- {
- protected System.Collections.Generic.List<Mono.CSharp.Expression> arguments;
- protected System.Collections.Generic.List<Mono.CSharp.Expression> array_data;
- protected Mono.CSharp.TypeSpec array_element_type;
- protected int dimensions;
- protected readonly Mono.CSharp.ComposedTypeSpecifier rank;
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, System.Collections.Generic.List<Mono.CSharp.Expression> exprs, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location l) { }
- public Mono.CSharp.ArrayInitializer Initializers { get { throw null; } }
- public bool NoEmptyInterpolation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ComposedTypeSpecifier Rank { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected sealed override Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveArrayElement(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression element) { throw null; }
- protected bool ResolveInitializers(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ArrayIndexCast : Mono.CSharp.TypeCast
- {
- public ArrayIndexCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArrayInitializer : Mono.CSharp.Expression
- {
- public ArrayInitializer(Mono.CSharp.Location loc) { }
- public ArrayInitializer(System.Collections.Generic.List<Mono.CSharp.Expression> init, Mono.CSharp.Location loc) { }
- public ArrayInitializer(int count, Mono.CSharp.Location loc) { }
- public int Count { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Expression> Elements { get { throw null; } }
- public Mono.CSharp.Expression this[int index] { get { throw null; } }
- public Mono.CSharp.BlockVariable VariableDeclaration { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Expression expr) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class As : Mono.CSharp.Probe
- {
- public As(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class AssemblyBuilderExtension
- {
- protected readonly Mono.CSharp.CompilerContext ctx;
- public AssemblyBuilderExtension(Mono.CSharp.CompilerContext ctx) { }
- public virtual System.Reflection.Module AddModule(string module) { throw null; }
- public virtual void AddPermissionRequests(System.Security.PermissionSet[] permissions) { }
- public virtual void AddTypeForwarder(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public virtual void DefineWin32IconResource(string fileName) { }
- public virtual System.Reflection.AssemblyName[] GetReferencedAssemblies() { throw null; }
- public virtual void SetAlgorithmId(uint value, Mono.CSharp.Location loc) { }
- public virtual void SetCulture(string culture, Mono.CSharp.Location loc) { }
- public virtual void SetFlags(uint flags, Mono.CSharp.Location loc) { }
- public virtual void SetVersion(System.Version version, Mono.CSharp.Location loc) { }
- }
- public abstract partial class AssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- protected System.Collections.Generic.List<Mono.CSharp.ImportedModuleDefinition> added_modules;
- public System.Reflection.Emit.AssemblyBuilder Builder;
- protected Mono.CSharp.AssemblyBuilderExtension builder_extra;
- protected readonly string file_name;
- protected Mono.CSharp.ModuleContainer module;
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name) { }
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name, string fileName) { }
- public Mono.CSharp.Attribute CLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.Method EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.MetadataImporter Importer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsSatelliteAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- bool Mono.CSharp.IAssemblyDefinition.IsMissing { get { throw null; } }
- public string Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolWriter { get { throw null; } }
- public bool WrapNonExceptionThrows { get { throw null; } }
- public void AddModule(Mono.CSharp.ImportedModuleDefinition module) { }
- public void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected System.Reflection.AssemblyName CreateAssemblyName() { throw null; }
- public virtual System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public void EmbedResources() { }
- public virtual void Emit() { }
- protected virtual System.Collections.Generic.List<Mono.CSharp.AssemblyReferenceMessageInfo> GetNotUnifiedReferences(System.Reflection.AssemblyName assemblyName) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void Resolve() { }
- protected void ResolveAssemblySecurityAttributes() { }
- public void Save() { }
- protected virtual void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyDefinitionDynamic : Mono.CSharp.AssemblyDefinition
- {
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name, string fileName) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public bool Create(System.AppDomain domain, System.Reflection.Emit.AssemblyBuilderAccess access) { throw null; }
- public override System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public System.Reflection.Module IncludeModule(string moduleFile) { throw null; }
- protected override void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyReferenceMessageInfo
- {
- public AssemblyReferenceMessageInfo(System.Reflection.AssemblyName dependencyName, System.Action<Mono.CSharp.Report> reportMessage) { }
- public System.Reflection.AssemblyName DependencyName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Action<Mono.CSharp.Report> ReportMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class AssemblyResource : System.IEquatable<Mono.CSharp.AssemblyResource>
- {
- public AssemblyResource(string fileName, string name) { }
- public AssemblyResource(string fileName, string name, bool isPrivate) { }
- public System.Reflection.ResourceAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsEmbeded { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.AssemblyResource other) { throw null; }
- }
- public abstract partial class Assign : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression source;
- protected Mono.CSharp.Expression target;
- protected Assign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Source { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.Expression Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class AsyncInitializer : Mono.CSharp.StateMachineInitializer
- {
- public AsyncInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.TypeSpec DelegateType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.StackFieldExpr HoistedReturnState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } }
- protected override Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCatchBlock(Mono.CSharp.EmitContext ec) { }
- protected override void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public abstract partial class Attributable
- {
- protected Mono.CSharp.Attributes attributes;
- protected Attributable() { }
- public abstract System.AttributeTargets AttributeTargets { get; }
- public Mono.CSharp.Attributes OptAttributes { get { throw null; } set { } }
- public abstract string[] ValidAttributeTargets { get; }
- public void AddAttributes(Mono.CSharp.Attributes attrs, Mono.CSharp.IMemberContext context) { }
- public abstract void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa);
- public abstract bool IsClsComplianceRequired();
- }
- public partial class Attribute
- {
- public static readonly System.AttributeUsageAttribute DefaultUsageAttribute;
- public static readonly object[] EmptyObject;
- public readonly string ExplicitTarget;
- public System.AttributeTargets Target;
- public Mono.CSharp.TypeSpec Type;
- public Attribute(string target, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Arguments[] args, Mono.CSharp.Location loc, bool nameEscaped) { }
- public bool HasSecurityAttribute { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.Arguments NamedArguments { get { throw null; } }
- public Mono.CSharp.Arguments PositionalArguments { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public bool ResolveError { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression TypeExpression { get { throw null; } }
- public void AttachTo(Mono.CSharp.Attributable target, Mono.CSharp.IMemberContext context) { }
- public bool CheckTarget() { throw null; }
- public Mono.CSharp.Attribute Clone() { throw null; }
- public Mono.CSharp.ResolveContext CreateResolveContext() { throw null; }
- public void Emit(System.Collections.Generic.Dictionary<Mono.CSharp.Attribute, System.Collections.Generic.List<Mono.CSharp.Attribute>> allEmitted) { }
- public override bool Equals(object obj) { throw null; }
- public static void Error_AttributeArgumentIsDynamic(Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { }
- public void Error_InvalidArgumentValue(Mono.CSharp.TypeSpec attributeType) { }
- public void Error_InvalidSecurityParent() { }
- public void Error_MissingGuidAttribute() { }
- public void Error_MisusedDynamicAttribute() { }
- public void Error_MisusedExtensionAttribute() { }
- public void ExtractSecurityPermissionSet(Mono.CSharp.MethodSpec ctor, ref System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> permissions) { }
- public Mono.CSharp.TypeSpec GetArgumentType() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsageAttribute() { throw null; }
- public bool GetBoolean() { throw null; }
- public System.Runtime.InteropServices.CharSet GetCharSetValue() { throw null; }
- public bool GetClsCompliantAttributeValue() { throw null; }
- public Mono.CSharp.TypeSpec GetCoClassAttributeValue() { throw null; }
- public string GetConditionalAttributeValue() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetIndexerAttributeValue() { throw null; }
- public System.Runtime.CompilerServices.MethodImplOptions GetMethodImplOptions() { throw null; }
- public Mono.CSharp.Constant GetNamedValue(string name) { throw null; }
- public System.ObsoleteAttribute GetObsoleteAttribute() { throw null; }
- public Mono.CSharp.Expression GetParameterDefaultValue() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetString() { throw null; }
- public string GetValidTargets() { throw null; }
- public bool HasField(string fieldName) { throw null; }
- public bool IsExplicitLayoutKind() { throw null; }
- public bool IsInternalCall() { throw null; }
- public static bool IsValidArgumentType(Mono.CSharp.TypeSpec t) { throw null; }
- public bool IsValidSecurityAttribute() { throw null; }
- public Mono.CSharp.MethodSpec Resolve() { throw null; }
- public Mono.CSharp.TypeSpec ResolveTypeForComparison() { throw null; }
- public void SetOwner(Mono.CSharp.Attributable owner) { }
- }
- public sealed partial class AttributeEncoder
- {
- public static readonly byte[] Empty;
- public AttributeEncoder() { }
- public Mono.CSharp.AttributeEncoder.EncodedTypeProperties Encode(Mono.CSharp.TypeSpec type) { throw null; }
- public void Encode(bool value) { }
- public void Encode(byte value) { }
- public void Encode(double value) { }
- public void Encode(short value) { }
- public void Encode(int value) { }
- public void Encode(long value) { }
- public void Encode(sbyte value) { }
- public void Encode(float value) { }
- public void Encode(string value) { }
- public void Encode(ushort value) { }
- public void Encode(uint value) { }
- public void Encode(ulong value) { }
- public void EncodeEmptyNamedArguments() { }
- public void EncodeNamedArguments<T>(T[] members, Mono.CSharp.Constant[] values) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- public void EncodeNamedFieldArgument(Mono.CSharp.FieldSpec field, Mono.CSharp.Constant value) { }
- public void EncodeNamedPropertyArgument(Mono.CSharp.PropertySpec property, Mono.CSharp.Constant value) { }
- public void EncodeTypeName(Mono.CSharp.TypeContainer type) { }
- public void EncodeTypeName(Mono.CSharp.TypeSpec type) { }
- public byte[] ToArray() { throw null; }
- [System.FlagsAttribute]
- public enum EncodedTypeProperties
- {
- DynamicType = 1,
- None = 0,
- TypeParameter = 2,
- }
- }
- public partial class Attributes
- {
- public readonly System.Collections.Generic.List<Mono.CSharp.Attribute> Attrs;
- public Attributes(Mono.CSharp.Attribute a) { }
- public Attributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AddAttribute(Mono.CSharp.Attribute attr) { }
- public void AddAttributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public static void AttachFromPartial(Mono.CSharp.Attributable target, Mono.CSharp.Attributable partialSrc) { }
- public void AttachTo(Mono.CSharp.Attributable attributable, Mono.CSharp.IMemberContext context) { }
- public bool CheckTargets() { throw null; }
- public Mono.CSharp.Attributes Clone() { throw null; }
- public bool Contains(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public void ConvertGlobalAttributes(Mono.CSharp.TypeContainer member, Mono.CSharp.NamespaceContainer currentNamespace, bool isGlobal) { }
- public void Emit() { }
- public bool HasResolveError() { throw null; }
- public Mono.CSharp.Attribute Search(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute Search(string explicitTarget, Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute[] SearchMulti(Mono.CSharp.PredefinedAttribute t) { throw null; }
- }
- public abstract partial class ATypeNameExpression : Mono.CSharp.FullNamedExpression
- {
- protected Mono.CSharp.TypeArguments targs;
- protected ATypeNameExpression(string name, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, int arity, Mono.CSharp.Location l) { }
- public int Arity { get { throw null; } }
- public bool HasTypeArguments { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.TypeArguments TypeArguments { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static string GetMemberType(Mono.CSharp.MemberCore mc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restriction);
- }
- public partial class Await : Mono.CSharp.ExpressionStatement
- {
- public Await(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.AwaitStatement Statement { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.FieldExpr field) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class AwaiterDefinition
- {
- public AwaiterDefinition() { }
- public Mono.CSharp.MethodSpec GetResult { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool INotifyCompletion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.PropertySpec IsCompleted { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsValidPattern { get { throw null; } }
- }
- public partial class AwaitStatement : Mono.CSharp.YieldStatement<Mono.CSharp.AsyncInitializer>
- {
- public AwaitStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.TypeSpec ResultType { get { throw null; } }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public void EmitPrologue(Mono.CSharp.EmitContext ec) { }
- public void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Expression GetResultExpression(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public sealed partial class AwaitableMemberAccess : Mono.CSharp.MemberAccess
- {
- public AwaitableMemberAccess(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(string)) { }
- public bool ProbingMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, string name) { }
- }
- }
- public partial class BaseThis : Mono.CSharp.This
- {
- public BaseThis(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BaseThis(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- }
- public partial class Binary : Mono.CSharp.Expression
- {
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.State state) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, bool isCompound) { }
- public bool IsCompound { get { throw null; } }
- public Mono.CSharp.Expression Left { get { throw null; } }
- public Mono.CSharp.Binary.Operator Oper { get { throw null; } }
- public Mono.CSharp.Expression Right { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Operator.OpType ConvertBinaryToUserOperator(Mono.CSharp.Binary.Operator op) { throw null; }
- public Mono.CSharp.Expression CreateCallSiteBinder(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression method) { throw null; }
- public Mono.CSharp.Expression CreateLiftedValueTypeResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec valueType) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreatePointerOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public static void EmitOperatorOpcode(Mono.CSharp.EmitContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.TypeSpec l, Mono.CSharp.Expression right) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Location loc) { }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, string oper, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public static Mono.CSharp.ConvCast.Mode GetEnumResultCast(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { throw null; }
- public Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext rc) { throw null; }
- [System.FlagsAttribute]
- public enum Operator
- {
- Addition = 2083,
- AdditionMask = 2048,
- ArithmeticMask = 32,
- BitwiseAnd = 525,
- BitwiseMask = 512,
- BitwiseOr = 527,
- ComparisonMask = 128,
- DecomposedMask = 524288,
- Division = 33,
- Equality = 395,
- EqualityMask = 256,
- ExclusiveOr = 526,
- GreaterThan = 8328,
- GreaterThanOrEqual = 8330,
- Inequality = 396,
- LeftShift = 69,
- LessThan = 8327,
- LessThanOrEqual = 8329,
- LogicalAnd = 1040,
- LogicalMask = 1024,
- LogicalOr = 1041,
- Modulus = 34,
- Multiply = 32,
- NullableMask = 1048576,
- RelationalMask = 8192,
- RightShift = 70,
- ShiftMask = 64,
- Subtraction = 4132,
- SubtractionMask = 4096,
- ValuesOnlyMask = 31,
- }
- public partial class PredefinedOperator
- {
- protected readonly Mono.CSharp.TypeSpec left;
- protected readonly Mono.CSharp.TypeSpec left_unwrap;
- public readonly Mono.CSharp.Binary.Operator OperatorsMask;
- public Mono.CSharp.TypeSpec ReturnType;
- protected readonly Mono.CSharp.TypeSpec right;
- protected readonly Mono.CSharp.TypeSpec right_unwrap;
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public bool IsLifted { get { throw null; } }
- public virtual Mono.CSharp.Expression ConvertResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.Binary b) { throw null; }
- public virtual bool IsApplicable(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lexpr, Mono.CSharp.Expression rexpr) { throw null; }
- public bool IsPrimitiveApplicable(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype) { throw null; }
- public Mono.CSharp.Binary.PredefinedOperator ResolveBetterOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.PredefinedOperator best_operator) { throw null; }
- }
- [System.FlagsAttribute]
- public enum State : byte
- {
- Compound = (byte)2,
- None = (byte)0,
- UserOperatorsExcluded = (byte)4,
- }
- }
- [System.FlagsAttribute]
- public enum BindingRestriction
- {
- DeclaredOnly = 2,
- InstanceOnly = 4,
- NoAccessors = 8,
- None = 0,
- OverrideOnly = 16,
- }
- public partial class Block : Mono.CSharp.Statement
- {
- public Mono.CSharp.Location EndLocation;
- public Mono.CSharp.ExplicitBlock Explicit;
- protected Mono.CSharp.Block.Flags flags;
- public Mono.CSharp.ParametersBlock ParametersBlock;
- public Mono.CSharp.Block Parent;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> scope_initializers;
- public Mono.CSharp.Location StartLocation;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> statements;
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public bool IsCatchBlock { get { throw null; } }
- public bool IsCompilerGenerated { get { throw null; } set { } }
- public bool IsFinallyBlock { get { throw null; } }
- public Mono.CSharp.Block Original { get { throw null; } protected set { } }
- public System.Collections.Generic.List<Mono.CSharp.Statement> Statements { get { throw null; } }
- public bool Unchecked { get { throw null; } set { } }
- public bool Unsafe { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddLabel(Mono.CSharp.LabeledStatement target) { }
- public void AddLocalName(Mono.CSharp.LocalVariable li) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li) { }
- public void AddScopeStatement(Mono.CSharp.Statement s) { }
- public void AddStatement(Mono.CSharp.Statement s) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected void EmitScopeInitializers(Mono.CSharp.EmitContext ec) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public virtual void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void InsertStatement(int index, Mono.CSharp.Statement s) { }
- public Mono.CSharp.LabeledStatement LookupLabel(string name) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void MarkReachableScope(Mono.CSharp.Reachability rc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ScanGotoJump(Mono.CSharp.Statement label) { }
- public void ScanGotoJump(Mono.CSharp.Statement label, Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetEndLocation(Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- AwaitBlock = 8192,
- CatchBlock = 32768,
- CompilerGenerated = 512,
- FinallyBlock = 16384,
- HasAsyncModifier = 1024,
- HasCapturedThis = 128,
- HasCapturedVariable = 64,
- HasReferenceToStoreyForInstanceLambdas = 65536,
- InitializationEmitted = 4194304,
- IsExpressionTree = 256,
- Iterator = 1048576,
- NoFlowAnalysis = 2097152,
- ReachableEnd = 8,
- Resolved = 2048,
- Unchecked = 1,
- Unsafe = 16,
- YieldBlock = 4096,
- }
- }
- public partial class BlockConstant : Mono.CSharp.BlockVariable
- {
- public BlockConstant(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockContext : Mono.CSharp.ResolveContext
- {
- public int AssignmentInfoOffset;
- public BlockContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public BlockContext(Mono.CSharp.ResolveContext rc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public Mono.CSharp.ExceptionStatement CurrentTryBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryCatch CurrentTryCatch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoop { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoopOrSwitch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.Switch Switch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class BlockVariable : Mono.CSharp.Statement
- {
- protected System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> declarators;
- protected Mono.CSharp.LocalVariable li;
- protected Mono.CSharp.FullNamedExpression type_expr;
- public BlockVariable(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) { }
- protected BlockVariable(Mono.CSharp.LocalVariable li) { }
- public System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddDeclarator(Mono.CSharp.BlockVariableDeclarator decl) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public bool Resolve(Mono.CSharp.BlockContext bc, bool resolveDeclaratorInitializers) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockVariableDeclarator
- {
- public BlockVariableDeclarator(Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public virtual Mono.CSharp.BlockVariableDeclarator Clone(Mono.CSharp.CloneContext cloneCtx) { throw null; }
- }
- public partial class BoolConstant : Mono.CSharp.Constant
- {
- public readonly bool Value;
- public BoolConstant(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BoolConstant(Mono.CSharp.TypeSpec type, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class BooleanExpression : Mono.CSharp.ShimExpression
- {
- public BooleanExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class BooleanExpressionFalse : Mono.CSharp.Unary
- {
- public BooleanExpressionFalse(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class BoolLiteral : Mono.CSharp.BoolConstant, Mono.CSharp.ILiteralConstant
- {
- public BoolLiteral(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(bool), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class BoxedCast : Mono.CSharp.TypeCast
- {
- public BoxedCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class Break : Mono.CSharp.LocalExitStatement
- {
- public Break(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class BuilderContext
- {
- protected Mono.CSharp.BuilderContext.Options flags;
- public BuilderContext() { }
- public bool HasSet(Mono.CSharp.BuilderContext.Options options) { throw null; }
- public Mono.CSharp.BuilderContext.FlagsHandle With(Mono.CSharp.BuilderContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.BuilderContext ec, Mono.CSharp.BuilderContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AccurateDebugInfo = 2,
- AsyncBody = 16,
- CheckedScope = 1,
- ConstructorScope = 8,
- OmitDebugInfo = 4,
- }
- }
- public partial class BuiltinTypes
- {
- public readonly Mono.CSharp.BuiltinTypeSpec Array;
- public readonly Mono.CSharp.BuiltinTypeSpec Attribute;
- public readonly Mono.CSharp.TypeSpec[] BinaryPromotionsTypes;
- public readonly Mono.CSharp.BuiltinTypeSpec Bool;
- public readonly Mono.CSharp.BuiltinTypeSpec Byte;
- public readonly Mono.CSharp.BuiltinTypeSpec Char;
- public readonly Mono.CSharp.BuiltinTypeSpec Decimal;
- public readonly Mono.CSharp.BuiltinTypeSpec Delegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Double;
- public readonly Mono.CSharp.BuiltinTypeSpec Dynamic;
- public readonly Mono.CSharp.BuiltinTypeSpec Enum;
- public readonly Mono.CSharp.BuiltinTypeSpec Exception;
- public readonly Mono.CSharp.BuiltinTypeSpec Float;
- public readonly Mono.CSharp.BuiltinTypeSpec IDisposable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerator;
- public readonly Mono.CSharp.BuiltinTypeSpec Int;
- public readonly Mono.CSharp.BuiltinTypeSpec IntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec Long;
- public readonly Mono.CSharp.BuiltinTypeSpec MulticastDelegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Object;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEquality;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryStandard;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryUnsafe;
- public readonly Mono.CSharp.TypeSpec[][] OperatorsUnary;
- public readonly Mono.CSharp.TypeSpec[] OperatorsUnaryMutator;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeFieldHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeTypeHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec SByte;
- public readonly Mono.CSharp.BuiltinTypeSpec Short;
- public readonly Mono.CSharp.BuiltinTypeSpec String;
- public readonly Mono.CSharp.BuiltinTypeSpec Type;
- public readonly Mono.CSharp.BuiltinTypeSpec UInt;
- public readonly Mono.CSharp.BuiltinTypeSpec UIntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec ULong;
- public readonly Mono.CSharp.BuiltinTypeSpec UShort;
- public readonly Mono.CSharp.BuiltinTypeSpec ValueType;
- public readonly Mono.CSharp.BuiltinTypeSpec Void;
- public BuiltinTypes() { }
- public Mono.CSharp.BuiltinTypeSpec[] AllTypes { get { throw null; } }
- public bool CheckDefinitions(Mono.CSharp.ModuleContainer module) { throw null; }
- }
- public sealed partial class BuiltinTypeSpec : Mono.CSharp.TypeSpec
- {
- public BuiltinTypeSpec(Mono.CSharp.MemberKind kind, string ns, string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public BuiltinTypeSpec(string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public override Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public string FullName { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- public static int GetSize(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveType(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveTypeOrDecimal(Mono.CSharp.TypeSpec type) { throw null; }
- public void SetDefinition(Mono.CSharp.ITypeDefinition td, System.Type type, Mono.CSharp.Modifiers mod) { }
- public void SetDefinition(Mono.CSharp.TypeSpec ts) { }
- public enum Type
- {
- Array = 24,
- Attribute = 29,
- Bool = 1,
- Byte = 2,
- Char = 4,
- Decimal = 13,
- Delegate = 22,
- Double = 12,
- Dynamic = 17,
- Enum = 21,
- Exception = 28,
- FirstPrimitive = 1,
- Float = 11,
- IDisposable = 27,
- IEnumerable = 26,
- IEnumerator = 25,
- Int = 7,
- IntPtr = 14,
- LastPrimitive = 12,
- Long = 9,
- MulticastDelegate = 23,
- None = 0,
- Object = 16,
- Other = 30,
- SByte = 3,
- Short = 5,
- String = 18,
- Type = 19,
- UInt = 8,
- UIntPtr = 15,
- ULong = 10,
- UShort = 6,
- ValueType = 20,
- }
- }
- public partial class ByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly byte Value;
- public ByteConstant(Mono.CSharp.BuiltinTypes types, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ByteConstant(Mono.CSharp.TypeSpec type, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Cast : Mono.CSharp.ShimExpression
- {
- public Cast(Mono.CSharp.Expression cast_type, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression TargetType { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Catch : Mono.CSharp.Statement
- {
- public Catch(Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.TypeSpec CatchType { get { throw null; } }
- public Mono.CSharp.Expression Filter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsGeneral { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class CatchFilterExpression : Mono.CSharp.BooleanExpression
- {
- public CatchFilterExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- }
- public partial class CharConstant : Mono.CSharp.Constant
- {
- public readonly char Value;
- public CharConstant(Mono.CSharp.BuiltinTypes types, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public CharConstant(Mono.CSharp.TypeSpec type, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class CharLiteral : Mono.CSharp.CharConstant, Mono.CSharp.ILiteralConstant
- {
- public CharLiteral(Mono.CSharp.BuiltinTypes types, char c, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(char), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Checked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Checked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class CheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public CheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public sealed partial class Class : Mono.CSharp.ClassOrStruct
- {
- public Class(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override string[] ConditionalConditions() { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public override void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- }
- public sealed partial class ClassCast : Mono.CSharp.TypeCast
- {
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, bool forced) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ClassOrStruct : Mono.CSharp.TypeDefinition
- {
- protected Mono.CSharp.Constructor generated_primary_constructor;
- public const System.Reflection.TypeAttributes StaticClassAttribute = (System.Reflection.TypeAttributes)(384);
- protected ClassOrStruct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.ToplevelBlock PrimaryConstructorBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual Mono.CSharp.Constructor DefineDefaultConstructor(bool is_static) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- }
- public partial class CloneContext
- {
- public CloneContext() { }
- public void AddBlockMap(Mono.CSharp.Block from, Mono.CSharp.Block to) { }
- public Mono.CSharp.Block LookupBlock(Mono.CSharp.Block from) { throw null; }
- public Mono.CSharp.Block RemapBlockCopy(Mono.CSharp.Block from) { throw null; }
- }
- public partial class CollectionOrObjectInitializers : Mono.CSharp.ExpressionStatement
- {
- public CollectionOrObjectInitializers(Mono.CSharp.Location loc) { }
- public CollectionOrObjectInitializers(System.Collections.Generic.IList<Mono.CSharp.Expression> initializers, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.IList<Mono.CSharp.Expression> Initializers { get { throw null; } }
- public bool IsCollectionInitializer { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool inferType) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class CommandLineParser
- {
- public CommandLineParser(System.IO.TextWriter errorOutput) { }
- public CommandLineParser(System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) { }
- public bool HasBeenStopped { get { throw null; } }
- public event System.Func<string[], int, int> UnknownOptionHandler { add { } remove { } }
- public bool ParseArguments(Mono.CSharp.CompilerSettings settings, string[] args) { throw null; }
- public Mono.CSharp.CompilerSettings ParseArguments(string[] args) { throw null; }
- public bool ProcessWarningsList(string text, System.Action<int> action) { throw null; }
- }
- public partial class Comparer : System.Collections.IComparer
- {
- internal Comparer() { }
- public int Compare(object a, object b) { throw null; }
- public static System.Reflection.EventInfo[] Sort(System.Reflection.EventInfo[] inf) { throw null; }
- public static System.Reflection.MemberInfo[] Sort(System.Reflection.MemberInfo[] inf) { throw null; }
- public static System.Reflection.MethodBase[] Sort(System.Reflection.MethodBase[] inf) { throw null; }
- public static System.Reflection.PropertyInfo[] Sort(System.Reflection.PropertyInfo[] inf) { throw null; }
- }
- public partial class CompilationSourceFile : Mono.CSharp.NamespaceContainer
- {
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent, Mono.CSharp.SourceFile sourceFile) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public string FileName { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry SymbolUnitEntry { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDefine(string value) { }
- public void AddIncludeFile(Mono.CSharp.SourceFile file) { }
- public void AddUndefine(string value) { }
- public bool IsConditionalDefined(string value) { throw null; }
- public override void PrepareEmit() { }
- }
- public delegate void CompiledMethod(ref object retvalue);
- public partial class CompilerCallableEntryPoint : System.MarshalByRefObject
- {
- public CompilerCallableEntryPoint() { }
- public static int[] AllWarningNumbers { get { throw null; } }
- public static bool InvokeCompiler(string[] args, System.IO.TextWriter error) { throw null; }
- public static void PartialReset() { }
- public static void Reset() { }
- public static void Reset(bool full_flag) { }
- }
- public partial class CompilerContext
- {
- public CompilerContext(Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool IsRuntimeBinder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.CompilerSettings Settings { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public Mono.CSharp.SourceFile LookupFile(Mono.CSharp.CompilationSourceFile comp_unit, string name) { throw null; }
- }
- public abstract partial class CompilerGeneratedContainer : Mono.CSharp.ClassOrStruct
- {
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected void CheckMembersDefined() { }
- protected override bool DoDefineMembers() { throw null; }
- protected static Mono.CSharp.MemberName MakeMemberName(Mono.CSharp.MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { throw null; }
- public static string MakeName(string host, string typePrefix, string name, int id) { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public partial class CompilerSettings
- {
- public System.Collections.Generic.List<string> AssemblyReferences;
- public System.Collections.Generic.List<System.Tuple<string, string>> AssemblyReferencesAliases;
- public bool BreakOnInternalError;
- public bool Checked;
- public int DebugFlags;
- public string DocumentationFile;
- public System.Text.Encoding Encoding;
- public bool EnhancedWarnings;
- public int FatalCounter;
- public bool GenerateDebugInfo;
- public System.Collections.Generic.List<string> GetResourceStrings;
- public bool LoadDefaultReferences;
- public string MainClass;
- public System.Collections.Generic.List<string> Modules;
- public bool Optimize;
- public string OutputFile;
- public bool ParseOnly;
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> PathMap;
- public Mono.CSharp.Platform Platform;
- public System.Collections.Generic.List<string> ReferencesLookupPaths;
- public System.Collections.Generic.List<Mono.CSharp.AssemblyResource> Resources;
- public string RuntimeMetadataVersion;
- public string SdkVersion;
- public bool ShowFullPaths;
- public bool Stacktrace;
- public bool StatementMode;
- public bool StdLib;
- public Mono.CSharp.RuntimeVersion StdLibRuntimeVersion;
- public bool StrongNameDelaySign;
- public string StrongNameKeyContainer;
- public string StrongNameKeyFile;
- public int TabSize;
- public Mono.CSharp.Target Target;
- public string TargetExt;
- public bool Timestamps;
- public bool TokenizeOnly;
- public bool Unsafe;
- public int VerboseParserFlag;
- public bool VerifyClsCompliance;
- public Mono.CSharp.LanguageVersion Version;
- public int WarningLevel;
- public bool WarningsAreErrors;
- public string Win32IconFile;
- public string Win32ResourceFile;
- public bool WriteMetadataOnly;
- public CompilerSettings() { }
- public Mono.CSharp.SourceFile FirstSourceFile { get { throw null; } }
- public bool HasKeyFileOrContainer { get { throw null; } }
- public bool NeedsEntryPoint { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public void AddConditionalSymbol(string symbol) { }
- public void AddWarningAsError(int id) { }
- public void AddWarningOnly(int id) { }
- public bool IsConditionalSymbolDefined(string symbol) { throw null; }
- public bool IsWarningAsError(int code) { throw null; }
- public bool IsWarningDisabledGlobally(int code) { throw null; }
- public bool IsWarningEnabled(int code, int level) { throw null; }
- public void SetIgnoreWarning(int code) { }
- }
- public abstract partial class CompletingExpression : Mono.CSharp.ExpressionStatement
- {
- protected CompletingExpression() { }
- public static void AppendResults(System.Collections.Generic.List<string> results, string prefix, System.Collections.Generic.IEnumerable<string> names) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompletionElementInitializer : Mono.CSharp.CompletingExpression
- {
- public CompletionElementInitializer(string partial_name, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class CompletionMemberAccess : Mono.CSharp.CompletingExpression
- {
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.Location l) { }
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class CompletionResult : System.Exception
- {
- public CompletionResult(string base_text, string[] res) { }
- public string BaseText { get { throw null; } }
- public string[] Result { get { throw null; } }
- }
- public partial class CompletionSimpleName : Mono.CSharp.CompletingExpression
- {
- public string Prefix;
- public CompletionSimpleName(string prefix, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ComposedCast : Mono.CSharp.TypeExpr
- {
- public ComposedCast(Mono.CSharp.FullNamedExpression left, Mono.CSharp.ComposedTypeSpecifier spec) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class ComposedTypeSpecifier
- {
- public readonly int Dimension;
- public readonly Mono.CSharp.Location Location;
- public static readonly Mono.CSharp.ComposedTypeSpecifier SingleDimension;
- public ComposedTypeSpecifier(int specifier, Mono.CSharp.Location loc) { }
- public bool IsNullable { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Next { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.ComposedTypeSpecifier CreateArrayDimension(int dimension, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreateNullable(Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreatePointer(Mono.CSharp.Location loc) { throw null; }
- public string GetSignatureForError() { throw null; }
- }
- public abstract partial class CompositeExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected CompositeExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompoundAssign : Mono.CSharp.Assign
- {
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Expression left) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Binary.Operator Operator { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- public sealed partial class TargetExpression : Mono.CSharp.Expression
- {
- public TargetExpression(Mono.CSharp.Expression child) { }
- public bool RequiresEmitWithAwait { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- }
- }
- public partial class Conditional : Mono.CSharp.Expression
- {
- public Conditional(Mono.CSharp.Expression expr, Mono.CSharp.Expression true_expr, Mono.CSharp.Expression false_expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression FalseExpr { get { throw null; } }
- public Mono.CSharp.Expression TrueExpr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConditionalAccessContext
- {
- public ConditionalAccessContext(Mono.CSharp.TypeSpec type, System.Reflection.Emit.Label endLabel) { }
- public System.Reflection.Emit.Label EndLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class ConditionalLogicalOperator : Mono.CSharp.UserOperatorCall
- {
- public ConditionalLogicalOperator(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments arguments, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, bool is_and, Mono.CSharp.Location loc) : base (default(Mono.CSharp.MethodSpec), default(Mono.CSharp.Arguments), default(System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression>), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ConditionalMemberAccess : Mono.CSharp.MemberAccess
- {
- public ConditionalMemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ConsoleReportPrinter : Mono.CSharp.StreamReportPrinter
- {
- public ConsoleReportPrinter() : base (default(System.IO.TextWriter)) { }
- public ConsoleReportPrinter(System.IO.TextWriter writer) : base (default(System.IO.TextWriter)) { }
- protected override string FormatText(string txt) { throw null; }
- }
- public partial class Const : Mono.CSharp.FieldBase
- {
- public Const(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public void DefineValue() { }
- public override void Emit() { }
- public static void Error_InvalidConstantType(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- public override void PrepareEmit() { }
- }
- public abstract partial class Constant : Mono.CSharp.Expression
- {
- protected Constant(Mono.CSharp.Location loc) { }
- public abstract bool IsDefaultValue { get; }
- public virtual bool IsLiteral { get { throw null; } }
- public abstract bool IsNegative { get; }
- public virtual bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public virtual bool IsZeroInteger { get { throw null; } }
- public sealed override Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public abstract Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type);
- public virtual Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.Constant CreateConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public static Mono.CSharp.Constant ExtractConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public virtual object GetTypedValue() { throw null; }
- public abstract object GetValue();
- public abstract string GetValueAsLiteral();
- public abstract long GetValueAsLong();
- public Mono.CSharp.Constant ImplicitConversionRequired(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsDefaultInitializer(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Constant Reduce(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target_type) { throw null; }
- public new bool Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CSharp.Constant TryReduce(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec targetType) { throw null; }
- }
- public partial class ConstantExpr : Mono.CSharp.MemberExpr
- {
- public ConstantExpr(Mono.CSharp.ConstSpec constant, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public static partial class ConstantFold
- {
- public static Mono.CSharp.Constant BinaryFold(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Constant left, Mono.CSharp.Constant right, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreateBinaryPromotionsTypes(Mono.CSharp.BuiltinTypes types) { throw null; }
- }
- public partial class ConstInitializer : Mono.CSharp.ShimExpression
- {
- public ConstInitializer(Mono.CSharp.FieldBase field, Mono.CSharp.Expression value, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext unused) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveInitializer(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class Constraints
- {
- public Constraints(Mono.CSharp.SimpleMemberName tparam, System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> constraints, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public Mono.CSharp.SimpleMemberName TypeParameter { get { throw null; } }
- public static bool CheckConflictingInheritedConstraint(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec bb, Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { throw null; }
- public void CheckGenericConstraints(Mono.CSharp.IMemberContext context, bool obsoleteCheck) { }
- public static void Error_ConflictingConstraints(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameterSpec tp, Mono.CSharp.TypeSpec ba, Mono.CSharp.TypeSpec bb, Mono.CSharp.Location loc) { }
- public bool Resolve(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameter tp) { throw null; }
- public void VerifyClsCompliance(Mono.CSharp.Report report) { }
- }
- public partial class Constructor : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- public const Mono.CSharp.Modifiers AllowedModifiers = (Mono.CSharp.Modifiers)(10383);
- public System.Reflection.Emit.ConstructorBuilder ConstructorBuilder;
- public static readonly string ConstructorName;
- public Mono.CSharp.ConstructorInitializer Initializer;
- public static readonly string TypeConstructorName;
- public Constructor(Mono.CSharp.TypeDefinition parent, string name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCompliantArgs { get { throw null; } }
- public bool IsPrimaryConstructor { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsDefault() { throw null; }
- Mono.CSharp.EmitContext Mono.CSharp.IMethodData.CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class ConstructorBaseInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorBaseInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class ConstructorInitializer : Mono.CSharp.ExpressionStatement
- {
- protected ConstructorInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConstructorThisInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorThisInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public partial class ConstSpec : Mono.CSharp.FieldSpec
- {
- public ConstSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo fi, Mono.CSharp.Modifiers mod, Mono.CSharp.Expression value) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.FieldInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Expression Value { get { throw null; } }
- public Mono.CSharp.Constant GetConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class ContextualReturn : Mono.CSharp.Return
- {
- public ContextualReturn(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Continue : Mono.CSharp.LocalExitStatement
- {
- public Continue(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ConvCast : Mono.CSharp.TypeCast
- {
- public ConvCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, Mono.CSharp.ConvCast.Mode m) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.ConvCast.Mode mode) { }
- public override string ToString() { throw null; }
- public enum Mode : byte
- {
- CH_I1 = (byte)48,
- CH_I2 = (byte)50,
- CH_U1 = (byte)49,
- I1_CH = (byte)4,
- I1_U1 = (byte)0,
- I1_U2 = (byte)1,
- I1_U4 = (byte)2,
- I1_U8 = (byte)3,
- I2_CH = (byte)12,
- I2_I1 = (byte)7,
- I2_U1 = (byte)8,
- I2_U2 = (byte)9,
- I2_U4 = (byte)10,
- I2_U8 = (byte)11,
- I4_CH = (byte)23,
- I4_I1 = (byte)17,
- I4_I2 = (byte)19,
- I4_U1 = (byte)18,
- I4_U2 = (byte)20,
- I4_U4 = (byte)21,
- I4_U8 = (byte)22,
- I8_CH = (byte)37,
- I8_I = (byte)38,
- I8_I1 = (byte)30,
- I8_I2 = (byte)32,
- I8_I4 = (byte)34,
- I8_U1 = (byte)31,
- I8_U2 = (byte)33,
- I8_U4 = (byte)35,
- I8_U8 = (byte)36,
- I_I8 = (byte)70,
- R4_CH = (byte)59,
- R4_I1 = (byte)51,
- R4_I2 = (byte)53,
- R4_I4 = (byte)55,
- R4_I8 = (byte)57,
- R4_U1 = (byte)52,
- R4_U2 = (byte)54,
- R4_U4 = (byte)56,
- R4_U8 = (byte)58,
- R8_CH = (byte)68,
- R8_I1 = (byte)60,
- R8_I2 = (byte)62,
- R8_I4 = (byte)64,
- R8_I8 = (byte)66,
- R8_R4 = (byte)69,
- R8_U1 = (byte)61,
- R8_U2 = (byte)63,
- R8_U4 = (byte)65,
- R8_U8 = (byte)67,
- U1_CH = (byte)6,
- U1_I1 = (byte)5,
- U2_CH = (byte)16,
- U2_I1 = (byte)13,
- U2_I2 = (byte)15,
- U2_U1 = (byte)14,
- U4_CH = (byte)29,
- U4_I1 = (byte)24,
- U4_I2 = (byte)26,
- U4_I4 = (byte)28,
- U4_U1 = (byte)25,
- U4_U2 = (byte)27,
- U8_CH = (byte)46,
- U8_I = (byte)47,
- U8_I1 = (byte)39,
- U8_I2 = (byte)41,
- U8_I4 = (byte)43,
- U8_I8 = (byte)45,
- U8_U1 = (byte)40,
- U8_U2 = (byte)42,
- U8_U4 = (byte)44,
- }
- }
- [System.FlagsAttribute]
- public enum CSharpBinderFlags
- {
- BinaryOperationLogical = 8,
- CheckedContext = 1,
- ConvertArrayIndex = 32,
- ConvertExplicit = 16,
- InvokeSimpleName = 2,
- InvokeSpecialName = 4,
- None = 0,
- ResultDiscarded = 256,
- ResultIndexed = 64,
- ValueFromCompoundAssignment = 128,
- }
- public partial class CSharpParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- public Mono.CSharp.Class InteractiveResult;
- public Mono.CSharp.Undo undo;
- public bool UnexpectedEOF;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 7;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session) { }
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.Report report, Mono.CSharp.ParserSession session) { }
- public Mono.CSharp.Tokenizer Lexer { get { throw null; } }
- public void parse() { }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- }
- public partial class DecimalConstant : Mono.CSharp.Constant
- {
- public readonly decimal Value;
- public DecimalConstant(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DecimalConstant(Mono.CSharp.TypeSpec type, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DecimalLiteral : Mono.CSharp.DecimalConstant, Mono.CSharp.ILiteralConstant
- {
- public DecimalLiteral(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(decimal), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class DeclarationExpression : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public DeclarationExpression(Mono.CSharp.FullNamedExpression variableType, Mono.CSharp.LocalVariable variable) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.FullNamedExpression VariableType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class DefaultParameterValueExpression : Mono.CSharp.CompositeExpression
- {
- public DefaultParameterValueExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter p) { }
- }
- public partial class DefaultValueExpression : Mono.CSharp.Expression
- {
- public DefaultValueExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class DefiniteAssignmentBitSet
- {
- public static readonly Mono.CSharp.DefiniteAssignmentBitSet Empty;
- public DefiniteAssignmentBitSet(Mono.CSharp.DefiniteAssignmentBitSet source) { }
- public DefiniteAssignmentBitSet(int length) { }
- public bool this[int index] { get { throw null; } }
- public static Mono.CSharp.DefiniteAssignmentBitSet And(System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet> das) { throw null; }
- public static bool IsIncluded(Mono.CSharp.DefiniteAssignmentBitSet @set, Mono.CSharp.DefiniteAssignmentBitSet test) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator &(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator |(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public void Set(int index) { }
- public void Set(int index, int length) { }
- public override string ToString() { throw null; }
- }
- public partial class Delegate : Mono.CSharp.TypeDefinition, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly string InvokeMethodName;
- public Delegate(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled param_list, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression InstanceExpression { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public static string FullDelegateDesc(Mono.CSharp.MethodSpec invoke_method) { throw null; }
- public static Mono.CSharp.MethodSpec GetConstructor(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.MethodSpec GetInvokeMethod(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.AParametersCollection GetParameters(Mono.CSharp.TypeSpec delType) { throw null; }
- public static bool IsTypeCovariant(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec a, Mono.CSharp.TypeSpec b) { throw null; }
- public override void PrepareEmit() { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class DelegateCreation : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- protected Mono.CSharp.MethodSpec constructor_method;
- protected Mono.CSharp.MethodGroupExpr method_group;
- protected DelegateCreation() { }
- public bool AllowSpecialMethodsInvocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Arguments CreateDelegateMethodArguments(Mono.CSharp.ResolveContext rc, Mono.CSharp.AParametersCollection pd, Mono.CSharp.TypeSpec[] types, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public static bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.TypeSpec target_type) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- public partial class Destructor : Mono.CSharp.MethodOrOperator
- {
- public static readonly string MetadataName;
- public Destructor(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override string GetSignatureForError() { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- }
- public partial class Do : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public Do(Mono.CSharp.Statement statement, Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Location doLocation, Mono.CSharp.Location whileLocation) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Location WhileLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class DoubleConstant : Mono.CSharp.Constant
- {
- public readonly double Value;
- public DoubleConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DoubleConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DoubleLiteral : Mono.CSharp.DoubleConstant, Mono.CSharp.ILiteralConstant
- {
- public DoubleLiteral(Mono.CSharp.BuiltinTypes types, double d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class DynamicResultCast : Mono.CSharp.ShimExpression
- {
- public DynamicResultCast(Mono.CSharp.TypeSpec type, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class ElementAccess : Mono.CSharp.Expression
- {
- public Mono.CSharp.Arguments Arguments;
- public Mono.CSharp.Expression Expr;
- public ElementAccess(Mono.CSharp.Expression e, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_CannotApplyIndexing(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ElementInitializer : Mono.CSharp.Assign
- {
- public readonly string Name;
- public ElementInitializer(string name, Mono.CSharp.Expression initializer, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public bool IsDictionaryInitializer { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- protected virtual bool ResolveElement(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public abstract partial class ElementTypeSpec : Mono.CSharp.TypeSpec, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- protected ElementTypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec element, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeSpec Element { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { set { } }
- public bool IsImported { get { throw null; } }
- System.Nullable<bool> Mono.CSharp.IMemberDefinition.CLSAttributeValue { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public string[] ConditionalConditions() { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- protected virtual string GetPostfixSignature() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- }
- public partial class EmitContext : Mono.CSharp.BuilderContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public System.Reflection.Emit.Label DefaultTarget;
- public readonly System.Reflection.Emit.ILGenerator ig;
- public System.Reflection.Emit.Label LoopBegin;
- public System.Reflection.Emit.Label LoopEnd;
- public System.Reflection.Emit.LocalBuilder return_value;
- public Mono.CSharp.Switch Switch;
- public EmitContext(Mono.CSharp.IMemberContext rc, System.Reflection.Emit.ILGenerator ig, Mono.CSharp.TypeSpec return_type, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder methodSymbols) { }
- public Mono.CSharp.LocalVariable AsyncThrowVariable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public Mono.CSharp.ConditionalAccessContext ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentTypeDefinition { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool EmitAccurateDebugInfo { get { throw null; } }
- public bool HasMethodSymbolBuilder { get { throw null; } }
- public bool HasReturnLabel { get { throw null; } }
- public bool IsAnonymousStoreyMutateRequired { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsStaticConstructor { get { throw null; } }
- public Mono.CSharp.IMemberContext MemberContext { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public bool NotifyEvaluatorOnStore { get { throw null; } }
- public System.Reflection.Emit.Label RecursivePatternLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Reflection.Emit.Label ReturnLabel { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.IExpressionCleanup> StatementEpilogue { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.TryFinally> TryFinallyUnwind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddStatementEpilog(Mono.CSharp.IExpressionCleanup cleanupExpression) { }
- public void AssertEmptyStack() { }
- public void BeginCatchBlock(Mono.CSharp.TypeSpec type) { }
- public void BeginCompilerScope(int scopeIndex) { }
- public void BeginExceptionBlock() { }
- public void BeginExceptionFilterBlock() { }
- public void BeginFilterHandler() { }
- public void BeginFinallyBlock() { }
- public void BeginScope(int scopeIndex) { }
- public void CloseConditionalAccess(Mono.CSharp.TypeSpec type) { }
- public System.Reflection.Emit.Label CreateReturnLabel() { throw null; }
- public System.Reflection.Emit.LocalBuilder DeclareLocal(Mono.CSharp.TypeSpec type, bool pinned) { throw null; }
- public System.Reflection.Emit.Label DefineLabel() { throw null; }
- public void DefineLocalVariable(string name, System.Reflection.Emit.LocalBuilder builder) { }
- public void Emit(System.Reflection.Emit.OpCode opcode) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.FieldSpec field) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method, System.Type[] vargs) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.TypeSpec type) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, double arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label label) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label[] labels) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.LocalBuilder local) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, float arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, string arg) { }
- public void EmitArgumentAddress(int pos) { }
- public void EmitArgumentLoad(int pos) { }
- public void EmitArgumentStore(int pos) { }
- public void EmitArrayAddress(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayLoad(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayNew(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayStore(Mono.CSharp.ArrayContainer ac) { }
- public void EmitEpilogue() { }
- public void EmitInt(int i) { }
- public void EmitLoadFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitLong(long l) { }
- public void EmitNull() { }
- public void EmitStoreFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitThis() { }
- public void EndExceptionBlock() { }
- public void EndScope() { }
- public void FreeTemporaryLocal(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public Mono.CSharp.StackFieldExpr GetTemporaryField(Mono.CSharp.TypeSpec type, bool initializedFieldRequired=false) { throw null; }
- public System.Reflection.Emit.LocalBuilder GetTemporaryLocal(Mono.CSharp.TypeSpec t) { throw null; }
- public bool Mark(Mono.CSharp.Location loc) { throw null; }
- public void MarkCallEntry(Mono.CSharp.Location loc) { }
- public void MarkLabel(System.Reflection.Emit.Label label) { }
- public System.Reflection.Emit.LocalBuilder TemporaryReturn() { throw null; }
- }
- public partial class EmptyCast : Mono.CSharp.TypeCast
- {
- internal EmptyCast() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec type) { throw null; }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public partial class EmptyCompletion : Mono.CSharp.CompletingExpression
- {
- public EmptyCompletion() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class EmptyConstantCast : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant child;
- public EmptyConstantCast(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec type) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class EmptyExpression : Mono.CSharp.Expression
- {
- public static readonly Mono.CSharp.EmptyExpression EventAddition;
- public static readonly Mono.CSharp.EmptyExpression EventSubtraction;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberAccess;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberOutAccess;
- public static readonly Mono.CSharp.EmptyExpression MissingValue;
- public static readonly Mono.CSharp.Expression Null;
- public static readonly Mono.CSharp.EmptyExpression OutAccess;
- public static readonly Mono.CSharp.EmptyExpression UnaryAddress;
- public EmptyExpression(Mono.CSharp.TypeSpec t) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyExpressionStatement : Mono.CSharp.ExpressionStatement
- {
- internal EmptyExpressionStatement() { }
- public static readonly Mono.CSharp.EmptyExpressionStatement Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyStatement : Mono.CSharp.Statement
- {
- public EmptyStatement(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Enum : Mono.CSharp.TypeDefinition
- {
- public static readonly string UnderlyingValueField;
- public Enum(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.FullNamedExpression BaseTypeExpression { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeSpec UnderlyingType { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddEnumMember(Mono.CSharp.EnumMember em) { }
- protected override void DoDefineContainer() { }
- protected override bool DoDefineMembers() { throw null; }
- public void Error_UnderlyingType(Mono.CSharp.Location loc) { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class EnumConstant : Mono.CSharp.Constant
- {
- public Mono.CSharp.Constant Child;
- public EnumConstant(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec enum_type) : base (default(Mono.CSharp.Location)) { }
- protected EnumConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetTypedValue() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public Mono.CSharp.EnumConstant Increment() { throw null; }
- }
- public partial class EnumMember : Mono.CSharp.Const
- {
- public EnumMember(Mono.CSharp.Enum parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- }
- public partial class ErrorExpression : Mono.CSharp.EmptyExpression
- {
- internal ErrorExpression() : base (default(Mono.CSharp.TypeSpec)) { }
- public static readonly Mono.CSharp.ErrorExpression Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- public override void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public override void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class Evaluator
- {
- public bool DescribeTypeExpressions;
- public bool Terse;
- public Evaluator(Mono.CSharp.CompilerContext ctx) { }
- public System.Type InteractiveBaseClass { get { throw null; } set { } }
- public Mono.CSharp.ValueModificationHandler ModificationListener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WaitOnTask { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.CompiledMethod Compile(string input) { throw null; }
- public string Compile(string input, out Mono.CSharp.CompiledMethod compiled) { compiled = default(Mono.CSharp.CompiledMethod); throw null; }
- public object Evaluate(string input) { throw null; }
- public string Evaluate(string input, out object result, out bool result_set) { result = default(object); result_set = default(bool); throw null; }
- public string[] GetCompletions(string input, out string prefix) { prefix = default(string); throw null; }
- public string GetUsing() { throw null; }
- public string GetVars() { throw null; }
- public void Interrupt() { }
- public void LoadAssembly(string file) { }
- public void ReferenceAssembly(System.Reflection.Assembly a) { }
- public bool Run(string statement) { throw null; }
- }
- public abstract partial class Event : Mono.CSharp.PropertyBasedMember
- {
- protected Mono.CSharp.EventSpec spec;
- protected Event(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Event.AEventAccessor Add { get { throw null; } set { } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.Event.AEventAccessor Remove { get { throw null; } set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public abstract partial class AEventAccessor : Mono.CSharp.AbstractPropertyEventMethod
- {
- public const string AddPrefix = "add_";
- protected readonly Mono.CSharp.Event method;
- public const string RemovePrefix = "remove_";
- protected AEventAccessor(Mono.CSharp.Event method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsInterfaceImplementation { get { throw null; } }
- public Mono.CSharp.MethodData MethodData { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- }
- public partial class EventExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod
- {
- public EventExpr(Mono.CSharp.EventSpec spec, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.MethodSpec Operator { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- protected override void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class EventField : Mono.CSharp.Event
- {
- public EventField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- }
- public partial class EventProperty : Mono.CSharp.Event
- {
- public EventProperty(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public sealed partial class AddDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public AddDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class AEventPropertyAccessor : Mono.CSharp.Event.AEventAccessor
- {
- protected AEventPropertyAccessor(Mono.CSharp.EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Event), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.TypeContainer ds) { }
- public override string GetSignatureForError() { throw null; }
- }
- public sealed partial class RemoveDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public RemoveDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- }
- public partial class EventSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public EventSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec eventType, Mono.CSharp.Modifiers modifiers, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec AccessorAdd { get { throw null; } set { } }
- public Mono.CSharp.MethodSpec AccessorRemove { get { throw null; } set { } }
- public Mono.CSharp.FieldSpec BackingField { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public abstract partial class ExceptionStatement : Mono.CSharp.ResumableStatement
- {
- protected int first_catch_resume_pc;
- protected int first_resume_pc;
- protected Mono.CSharp.ExceptionStatement parent_try_block;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected ExceptionStatement(Mono.CSharp.Location loc) { }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt, int pc, Mono.CSharp.StateMachineInitializer stateMachine, Mono.CSharp.TryCatch catchBlock) { throw null; }
- protected virtual void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ExitStatement : Mono.CSharp.Statement
- {
- protected bool unwind_protect;
- protected ExitStatement() { }
- protected abstract bool IsLocalExit { get; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected abstract bool DoResolve(Mono.CSharp.BlockContext bc);
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class ExplicitBlock : Mono.CSharp.Block
- {
- protected Mono.CSharp.AnonymousMethodStorey am_storey;
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.AnonymousMethodStorey AnonymousMethodStorey { get { throw null; } }
- public bool HasAwait { get { throw null; } }
- public bool HasCapturedThis { get { throw null; } set { } }
- public bool HasCapturedVariable { get { throw null; } set { } }
- public bool HasReachableClosingBrace { get { throw null; } set { } }
- public bool HasYield { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey CreateAnonymousMethodStorey(Mono.CSharp.ResolveContext ec) { throw null; }
- protected void DefineStoreyContainer(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void DisableDebugScopeIndex() { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitScopeInitialization(Mono.CSharp.EmitContext ec) { }
- public virtual int GetDebugSymbolScopeIndex() { throw null; }
- public void RegisterAsyncAwait() { }
- public void RegisterIteratorYield() { }
- public void SetCatchBlock() { }
- public void SetFinallyBlock() { }
- public void WrapIntoDestructor(Mono.CSharp.TryFinally tf, Mono.CSharp.ExplicitBlock tryBlock) { }
- }
- public enum ExprClass : byte
- {
- EventAccess = (byte)8,
- IndexerAccess = (byte)9,
- MethodGroup = (byte)6,
- Namespace = (byte)3,
- Nothing = (byte)10,
- PropertyAccess = (byte)7,
- Type = (byte)4,
- TypeParameter = (byte)5,
- Unresolved = (byte)0,
- Value = (byte)1,
- Variable = (byte)2,
- }
- public abstract partial class Expression
- {
- public Mono.CSharp.ExprClass eclass;
- protected Mono.CSharp.Location loc;
- protected Mono.CSharp.TypeSpec type;
- protected Expression() { }
- public virtual string ExprClassName { get { throw null; } }
- public Mono.CSharp.ResolveFlags ExprClassToResolveFlags { get { throw null; } }
- public virtual bool IsNull { get { throw null; } }
- public virtual bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public virtual Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- public virtual Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected virtual void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public static Mono.CSharp.MethodSpec ConstructorLookup(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, ref Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public virtual bool ContainsEmitWithAwait() { throw null; }
- protected Mono.CSharp.Expression ConvertExpressionToArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression source, bool pointerArray=false) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.Arguments args) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public abstract Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec);
- protected static Mono.CSharp.TypeExpr CreateExpressionTypeExpression(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { throw null; }
- protected abstract Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc);
- public virtual Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public abstract void Emit(Mono.CSharp.EmitContext ec);
- public virtual void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected static void EmitExpressionsList(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.Expression> expressions) { }
- public virtual void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public virtual void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public static void ErrorIsInaccesible(Mono.CSharp.IMemberContext rc, string member, Mono.CSharp.Location loc) { }
- public void Error_ConstantCanBeInitializedWithNullOnly(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc, string name) { }
- public void Error_ExpressionMustBeConstant(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string e_name) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.BlockContext bc) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.Report report) { }
- protected virtual void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected static void Error_NamedArgument(Mono.CSharp.NamedArgument na, Mono.CSharp.Report Report) { }
- protected virtual void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- protected void Error_NullPropagatingLValue(Mono.CSharp.ResolveContext rc) { }
- protected void Error_NullShortCircuitInsideExpressionTree(Mono.CSharp.ResolveContext rc) { }
- public virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- protected void Error_PointerInsideExpressionTree(Mono.CSharp.ResolveContext ec) { }
- public void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, Mono.CSharp.MemberSpec member, Mono.CSharp.Location loc) { }
- public static void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, string exprType, string name, Mono.CSharp.Location loc) { }
- public static void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec type, string name) { }
- public virtual void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public static void Error_UnexpectedKind(Mono.CSharp.IMemberContext ctx, Mono.CSharp.Expression memberExpr, string expected, string was, Mono.CSharp.Location loc) { }
- public virtual void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public virtual void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public virtual void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- protected void Error_ValueCannotBeConvertedCore(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec target, bool expl) { }
- public static void Error_VoidInvalidInTheContext(Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- protected void Error_VoidPointerOperation(Mono.CSharp.ResolveContext rc) { }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- protected static Mono.CSharp.Expression GetOperatorFalse(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- protected static Mono.CSharp.Expression GetOperatorTrue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual bool HasConditionalAccess() { throw null; }
- public static bool IsNeverNull(Mono.CSharp.Expression expr) { throw null; }
- protected static bool IsNullPropagatingValid(Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.TypeSpec LiftMemberType(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public virtual System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Expression MakePointerAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression MemberLookup(Mono.CSharp.IMemberContext rc, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression MemberLookupToExpression(Mono.CSharp.IMemberContext rc, System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression ProbeIdenticalTypeName(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.SimpleName name) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags) { throw null; }
- public virtual Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public Mono.CSharp.Constant ResolveLabelConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression ResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public static void UnsafeError(Mono.CSharp.Report Report, Mono.CSharp.Location loc) { }
- public static void UnsafeError(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public static void Warning_UnreachableExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum MemberLookupRestrictions
- {
- DontSetConditionalAccess = 256,
- EmptyArguments = 16,
- ExactArity = 4,
- IgnoreAmbiguity = 64,
- IgnoreArity = 32,
- InvocableOnly = 1,
- NameOfExcluded = 128,
- None = 0,
- ReadAccess = 8,
- }
- }
- public abstract partial class ExpressionStatement : Mono.CSharp.Expression
- {
- protected ExpressionStatement() { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public abstract void EmitStatement(Mono.CSharp.EmitContext ec);
- public virtual void MarkReachable(Mono.CSharp.Reachability rc) { }
- public virtual Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class ExtensionMethodCandidates
- {
- public ExtensionMethodCandidates(Mono.CSharp.IMemberContext context, System.Collections.Generic.IList<Mono.CSharp.MethodSpec> methods, Mono.CSharp.NamespaceContainer nsContainer, int lookupIndex) { }
- public Mono.CSharp.NamespaceContainer Container { get { throw null; } }
- public Mono.CSharp.IMemberContext Context { get { throw null; } }
- public int LookupIndex { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MethodSpec> Methods { get { throw null; } }
- }
- public partial class Field : Mono.CSharp.FieldBase
- {
- public Field(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class FieldBase : Mono.CSharp.MemberBase
- {
- protected System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> declarators;
- protected System.Reflection.Emit.FieldBuilder FieldBuilder;
- protected Mono.CSharp.Expression initializer;
- protected Mono.CSharp.FieldSpec spec;
- public Mono.CSharp.FieldBase.Status status;
- protected FieldBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public virtual Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public static void Error_VariableOfStaticClass(Mono.CSharp.Location loc, string variable_name, Mono.CSharp.TypeSpec static_class, Mono.CSharp.Report Report) { }
- public void SetCustomAttribute(Mono.CSharp.MethodSpec ctor, byte[] data) { }
- protected override bool VerifyClsCompliance() { throw null; }
- [System.FlagsAttribute]
- public enum Status : byte
- {
- HAS_OFFSET = (byte)4,
- }
- }
- public partial class FieldDeclarator
- {
- public FieldDeclarator(Mono.CSharp.SimpleMemberName name, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.SimpleMemberName Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public virtual Mono.CSharp.FullNamedExpression GetFieldTypeExpression(Mono.CSharp.FieldBase field) { throw null; }
- }
- public partial class FieldExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected Mono.CSharp.FieldSpec spec;
- public FieldExpr(Mono.CSharp.FieldBase fi, Mono.CSharp.Location l) { }
- public FieldExpr(Mono.CSharp.FieldSpec spec, Mono.CSharp.Location loc) { }
- protected FieldExpr(Mono.CSharp.Location l) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsHoisted { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool convertInstance) { throw null; }
- public Mono.CSharp.Expression CreateTypeOfExpression() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void EmitAssignFromStack(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsMarshalByRefAccess(Mono.CSharp.ResolveContext rc) { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public void SetFieldAssigned(Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetHasAddressTaken() { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class FieldInitializer : Mono.CSharp.Assign
- {
- public FieldInitializer(Mono.CSharp.FieldBase mc, Mono.CSharp.Expression expression, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public int AssignmentOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.FieldBase Field { get { throw null; } }
- public bool IsDefaultInitializer { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class FieldSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public FieldSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public bool IsReadOnly { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.FieldInfo GetMetaInfo() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.FieldSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Fixed : Mono.CSharp.Statement
- {
- public Fixed(Mono.CSharp.Fixed.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location l) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- }
- public partial class FixedField : Mono.CSharp.FieldBase
- {
- public const string FixedElementName = "FixedElementField";
- public FixedField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Nullable<System.Runtime.InteropServices.CharSet> CharSetValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- }
- public partial class FloatConstant : Mono.CSharp.Constant
- {
- public readonly double DoubleValue;
- public FloatConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public FloatConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public float Value { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class FloatLiteral : Mono.CSharp.FloatConstant, Mono.CSharp.ILiteralConstant
- {
- public FloatLiteral(Mono.CSharp.BuiltinTypes types, float f, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class FlowAnalysisContext
- {
- public FlowAnalysisContext(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersBlock parametersBlock, int definiteAssignmentLength) { }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnFalse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnTrue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersBlock ParametersBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.DefiniteAssignmentBitSet SwitchInitialDefinitiveAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryFinally TryFinally { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UnreachableReported { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AddReachedLabel(Mono.CSharp.Statement label) { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment() { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment(Mono.CSharp.DefiniteAssignmentBitSet da) { throw null; }
- public System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> CopyLabelStack() { throw null; }
- public bool IsDefinitelyAssigned(Mono.CSharp.VariableInfo variable) { throw null; }
- public bool IsStructFieldDefinitelyAssigned(Mono.CSharp.VariableInfo variable, string name) { throw null; }
- public void SetLabelStack(System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> labelStack) { }
- public void SetStructFieldAssigned(Mono.CSharp.VariableInfo variable, string name) { }
- public void SetVariableAssigned(Mono.CSharp.VariableInfo variable, bool generatedAssignment=false) { }
- }
- public partial class For : Mono.CSharp.LoopStatement
- {
- public For(Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Iterator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class Foreach : Mono.CSharp.LoopStatement
- {
- public Foreach(Mono.CSharp.Expression type, Mono.CSharp.LocalVariable var, Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Block body, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public abstract partial class FullNamedExpression : Mono.CSharp.Expression
- {
- protected FullNamedExpression() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public abstract Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments);
- }
- public sealed partial class GlobalRootNamespace : Mono.CSharp.RootNamespace
- {
- public GlobalRootNamespace() : base (default(string)) { }
- }
- public partial class Goto : Mono.CSharp.ExitStatement
- {
- public Goto(string label, Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public string Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public static void Error_UnknownLabel(Mono.CSharp.BlockContext bc, string label, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class GotoCase : Mono.CSharp.SwitchGoto
- {
- public GotoCase(Mono.CSharp.Expression e, Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.SwitchLabel Label { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class GotoDefault : Mono.CSharp.SwitchGoto
- {
- public GotoDefault(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class HoistedParameter : Mono.CSharp.HoistedVariable
- {
- public HoistedParameter(Mono.CSharp.AnonymousMethodStorey scope, Mono.CSharp.ParameterReference par) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public HoistedParameter(Mono.CSharp.HoistedParameter hp, string name) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public bool IsAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParameterReference Parameter { get { throw null; } }
- public void EmitHoistingAssignment(Mono.CSharp.EmitContext ec) { }
- }
- public partial class HoistedStoreyClass : Mono.CSharp.CompilerGeneratedContainer
- {
- protected Mono.CSharp.TypeParameterMutator mutator;
- public HoistedStoreyClass(Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberName name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Modifiers mods, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeParameterMutator Mutator { get { throw null; } set { } }
- public Mono.CSharp.HoistedStoreyClass GetGenericStorey() { throw null; }
- public sealed partial class HoistedField : Mono.CSharp.Field
- {
- public HoistedField(Mono.CSharp.HoistedStoreyClass parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class HoistedThis : Mono.CSharp.HoistedVariable
- {
- public HoistedThis(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- }
- public abstract partial class HoistedVariable
- {
- protected Mono.CSharp.Field field;
- protected readonly Mono.CSharp.AnonymousMethodStorey storey;
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) { }
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, string name, Mono.CSharp.TypeSpec type) { }
- public Mono.CSharp.Field Field { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CreateExpressionTree() { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr GetFieldExpression(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial interface IAssemblyDefinition
- {
- string FullName { get; }
- bool IsCLSCompliant { get; }
- bool IsMissing { get; }
- string Name { get; }
- byte[] GetPublicKeyToken();
- bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly);
- }
- public partial interface IAssignMethod
- {
- void Emit(Mono.CSharp.EmitContext ec, bool leave_copy);
- void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound);
- }
- public partial interface IExpressionCleanup
- {
- void EmitCleanup(Mono.CSharp.EmitContext ec);
- }
- public partial class If : Mono.CSharp.Statement
- {
- public Mono.CSharp.Statement FalseStatement;
- public Mono.CSharp.Statement TrueStatement;
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Location l) { }
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Statement false_statement, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial interface IFixedExpression
- {
- bool IsFixed { get; }
- }
- public partial interface IGenericMethodDefinition : Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- }
- public partial interface IInterfaceMemberSpec
- {
- Mono.CSharp.TypeSpec MemberType { get; }
- }
- public partial interface ILiteralConstant
- {
- }
- public partial interface ILocalVariable
- {
- void Emit(Mono.CSharp.EmitContext ec);
- void EmitAddressOf(Mono.CSharp.EmitContext ec);
- void EmitAssign(Mono.CSharp.EmitContext ec);
- }
- public partial interface IMemberContext : Mono.CSharp.IModuleContext
- {
- Mono.CSharp.MemberCore CurrentMemberDefinition { get; }
- Mono.CSharp.TypeSpec CurrentType { get; }
- Mono.CSharp.TypeParameters CurrentTypeParameters { get; }
- bool IsObsolete { get; }
- bool IsStatic { get; }
- bool IsUnsafe { get; }
- string GetSignatureForError();
- Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity);
- Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name);
- Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc);
- }
- public partial interface IMemberDefinition
- {
- System.Nullable<bool> CLSAttributeValue { get; }
- bool IsImported { get; }
- string Name { get; }
- string[] ConditionalConditions();
- System.ObsoleteAttribute GetAttributeObsolete();
- void SetIsAssigned();
- void SetIsUsed();
- }
- public partial interface IMemoryLocation
- {
- void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode);
- }
- public partial interface IMethodData : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- Mono.CSharp.ToplevelBlock Block { get; set; }
- System.Reflection.CallingConventions CallingConventions { get; }
- bool IsAccessor { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.MemberName MethodName { get; }
- Mono.CSharp.Attributes OptAttributes { get; }
- Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- Mono.CSharp.TypeSpec ReturnType { get; }
- Mono.CSharp.MethodSpec Spec { get; }
- Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod);
- }
- public partial interface IMethodDefinition : Mono.CSharp.IMemberDefinition
- {
- System.Reflection.MethodBase Metadata { get; }
- }
- public partial interface IModuleContext
- {
- Mono.CSharp.ModuleContainer Module { get; }
- }
- public partial class ImplicitCast : Mono.CSharp.ShimExpression
- {
- public ImplicitCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target, bool arrayAccess) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ImplicitDelegateCreation : Mono.CSharp.DelegateCreation
- {
- public ImplicitDelegateCreation(Mono.CSharp.TypeSpec delegateType, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location loc) { }
- public static bool ContainsMethodTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ImplicitLambdaParameter : Mono.CSharp.Parameter
- {
- public ImplicitLambdaParameter(string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- public void SetParameterType(Mono.CSharp.TypeSpec type) { }
- }
- public partial class ImportedAssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- public ImportedAssemblyDefinition(System.Reflection.Assembly assembly) { }
- public System.Reflection.Assembly Assembly { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasStrongName { get { throw null; } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsMissing { get { throw null; } }
- public string Location { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Reflection.AssemblyName GetAssemblyVisibleToName(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void ReadAttributes() { }
- public override string ToString() { throw null; }
- }
- public partial class ImportedModuleDefinition
- {
- public ImportedModuleDefinition(System.Reflection.Module module) { }
- public bool IsCLSCompliant { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Attribute> ReadAssemblyAttributes() { throw null; }
- public void ReadAttributes() { }
- }
- public partial interface INamedBlockVariable
- {
- Mono.CSharp.Block Block { get; }
- bool IsDeclared { get; }
- bool IsParameter { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc);
- }
- public partial class Indexer : Mono.CSharp.PropertyBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public Indexer(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- public partial class GetIndexerMethod : Mono.CSharp.PropertyBase.GetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public GetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public partial class SetIndexerMethod : Mono.CSharp.PropertyBase.SetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public SetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- }
- }
- public partial class IndexerSpec : Mono.CSharp.PropertySpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public IndexerSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, Mono.CSharp.AParametersCollection parameters, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.PropertyInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Indirection : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation
- {
- public Indirection(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class InflatedTypeSpec : Mono.CSharp.TypeSpec
- {
- public InflatedTypeSpec(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec openType, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec[] targs) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public bool HasConstraintsChecked { get { throw null; } set { } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public override bool IsArrayGenericInterface { get { throw null; } }
- public override bool IsExpressionTreeType { get { throw null; } }
- public override bool IsGenericTask { get { throw null; } }
- public override bool IsNullableType { get { throw null; } }
- public override Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public override bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public static bool ContainsTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterInflator CreateLocalInflator(Mono.CSharp.IModuleContext context) { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override string GetTypeNameSignature() { throw null; }
- public bool HasDynamicArgument() { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- protected override bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstanceEmitter
- {
- public InstanceEmitter(Mono.CSharp.Expression instance, bool addressLoad) { throw null;}
- public void Emit(Mono.CSharp.EmitContext ec, bool conditionalAccess) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec, bool boxInstance) { }
- public Mono.CSharp.TypeSpec GetStackType(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class IntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly int Value;
- public IntConstant(Mono.CSharp.BuiltinTypes types, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public IntConstant(Mono.CSharp.TypeSpec type, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public abstract partial class IntegralConstant : Mono.CSharp.Constant
- {
- protected IntegralConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public abstract Mono.CSharp.Constant Increment();
- }
- public partial class InteractiveBase
- {
- public static string ContinuationPrompt;
- public static System.IO.TextWriter Error;
- public static Mono.CSharp.Evaluator Evaluator;
- public static System.IO.TextWriter Output;
- public static string Prompt;
- public static bool QuitRequested;
- public InteractiveBase() { }
- public static string help { get { throw null; } }
- public static object quit { get { throw null; } }
- public static string Describe(object x) { throw null; }
- public static void LoadAssembly(string assembly) { }
- public static void LoadPackage(string pkg) { }
- public static void print(object obj) { }
- public static void print(string fmt, params object[] args) { }
- public static void Quit() { }
- public static void ShowUsing() { }
- public static void ShowVars() { }
- public static System.TimeSpan Time(System.Action a) { throw null; }
- }
- public sealed partial class Interface : Mono.CSharp.TypeDefinition
- {
- public Interface(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class InterfaceMemberBase : Mono.CSharp.MemberBase
- {
- protected const Mono.CSharp.Modifiers AllowedModifiersClass = (Mono.CSharp.Modifiers)(12031);
- protected const Mono.CSharp.Modifiers AllowedModifiersInterface = (Mono.CSharp.Modifiers)(8208);
- protected const Mono.CSharp.Modifiers AllowedModifiersStruct = (Mono.CSharp.Modifiers)(11423);
- protected Mono.CSharp.MethodSpec base_method;
- public System.Reflection.MethodAttributes flags;
- public Mono.CSharp.TypeSpec InterfaceType;
- public readonly bool IsExplicitImpl;
- public bool IsInterface;
- protected bool is_external_implementation;
- protected InterfaceMemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public abstract Mono.CSharp.Variance ExpectedMemberTypeVariance { get; }
- public override bool IsUsed { get { throw null; } }
- public string ShortName { get { throw null; } }
- protected static bool CheckAccessModifiers(Mono.CSharp.MemberCore this_member, Mono.CSharp.MemberSpec base_member) { throw null; }
- protected override bool CheckBase() { throw null; }
- protected virtual bool CheckForDuplications() { throw null; }
- protected virtual bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- protected bool DefineParameters(Mono.CSharp.ParametersCompiled parameters) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- protected void Error_CannotChangeAccessModifiers(Mono.CSharp.MemberCore member, Mono.CSharp.MemberSpec base_member) { }
- protected void Error_StaticReturnType() { }
- protected virtual Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public string GetFullName(Mono.CSharp.MemberName name) { throw null; }
- public string GetFullName(string name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- }
- public partial class InternalErrorException : System.Exception
- {
- public InternalErrorException() { }
- public InternalErrorException(Mono.CSharp.MemberCore mc, System.Exception e) { }
- public InternalErrorException(System.Exception e, Mono.CSharp.Location loc) { }
- public InternalErrorException(System.Exception exception, string message, params object[] args) { }
- public InternalErrorException(string message) { }
- public InternalErrorException(string message, params object[] args) { }
- }
- public partial class InterpolatedString : Mono.CSharp.Expression
- {
- public InterpolatedString(Mono.CSharp.StringLiteral start, System.Collections.Generic.List<Mono.CSharp.Expression> interpolations, Mono.CSharp.StringLiteral end) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.Expression ConvertTo(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class InterpolatedStringInsert : Mono.CSharp.CompositeExpression
- {
- public InterpolatedStringInsert(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression Alignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Format { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public System.Nullable<int> ResolveAligment(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class IntLiteral : Mono.CSharp.IntConstant, Mono.CSharp.ILiteralConstant
- {
- public IntLiteral(Mono.CSharp.BuiltinTypes types, int l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(int), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class Invocation : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.Expression expr;
- protected Mono.CSharp.MethodGroupExpr mg;
- public Invocation(Mono.CSharp.Expression expr, Mono.CSharp.Arguments arguments) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public Mono.CSharp.Expression Exp { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr MethodGroup { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected virtual Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsMemberInvocable(Mono.CSharp.MemberSpec member) { throw null; }
- public static bool IsSpecialMethodInvocation(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodSpec method, Mono.CSharp.Location loc) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression instance, Mono.CSharp.MethodSpec mi, Mono.CSharp.Arguments args) { throw null; }
- public override Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class Predefined : Mono.CSharp.Invocation
- {
- public Predefined(Mono.CSharp.MethodGroupExpr expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- }
- public partial interface IParameterData
- {
- Mono.CSharp.Expression DefaultValue { get; }
- bool HasDefaultValue { get; }
- bool HasExtensionMethodModifier { get; }
- Mono.CSharp.Parameter.Modifier ModFlags { get; }
- string Name { get; }
- }
- public partial interface IParametersMember : Mono.CSharp.IInterfaceMemberSpec
- {
- Mono.CSharp.AParametersCollection Parameters { get; }
- }
- public partial class Is : Mono.CSharp.Probe
- {
- public Is(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Iterator : Mono.CSharp.StateMachineInitializer
- {
- public readonly bool IsEnumerable;
- public readonly Mono.CSharp.TypeSpec OriginalIteratorType;
- public readonly Mono.CSharp.IMethodData OriginalMethod;
- public Iterator(Mono.CSharp.ParametersBlock block, Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.ToplevelBlock Container { get { throw null; } }
- public override string ContainerType { get { throw null; } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.Method CreateFinallyHost(Mono.CSharp.TryFinallyBlock block) { throw null; }
- public static void CreateIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers modifiers) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public void EmitYieldBreak(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- public override string GetSignatureForError() { throw null; }
- public override void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- }
- public partial interface ITypeDefinition : Mono.CSharp.IMemberDefinition
- {
- Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get; }
- bool IsComImport { get; }
- bool IsCyclicTypeForwarder { get; }
- bool IsPartial { get; }
- bool IsTypeForwarder { get; }
- string Namespace { get; }
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- Mono.CSharp.TypeSpec GetAttributeCoClass();
- string GetAttributeDefaultMember();
- System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa);
- bool IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly);
- void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache);
- }
- public partial interface IVariableReference : Mono.CSharp.IFixedExpression
- {
- bool IsHoisted { get; }
- string Name { get; }
- Mono.CSharp.VariableInfo VariableInfo { get; }
- void SetHasAddressTaken();
- }
- public partial class LabeledStatement : Mono.CSharp.Statement
- {
- public LabeledStatement(string name, Mono.CSharp.Block block, Mono.CSharp.Location l) { }
- public Mono.CSharp.Block Block { get { throw null; } }
- public string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddGotoReference(Mono.CSharp.Reachability rc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public System.Reflection.Emit.Label LabelTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LambdaExpression : Mono.CSharp.AnonymousMethodExpression
- {
- public LambdaExpression(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool HasExplicitParameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- protected override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegateType) { throw null; }
- }
- public enum LanguageVersion
- {
- Default = 6,
- Experimental = 100,
- ISO_1 = 1,
- ISO_2 = 2,
- V_3 = 3,
- V_4 = 4,
- V_5 = 5,
- V_6 = 6,
- }
- public abstract partial class LocalExitStatement : Mono.CSharp.ExitStatement
- {
- protected Mono.CSharp.LoopStatement enclosing_loop;
- protected LocalExitStatement(Mono.CSharp.Location loc) { }
- protected override bool IsLocalExit { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LocalTemporary : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public LocalTemporary(Mono.CSharp.TypeSpec t) { }
- public LocalTemporary(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public System.Reflection.Emit.LocalBuilder Builder { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void Release(Mono.CSharp.EmitContext ec) { }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class LocalVariable : Mono.CSharp.ILocalVariable, Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.LocalVariable.Flags flags, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.LocalVariable li, string name, Mono.CSharp.Location loc) { }
- public bool AddressTaken { get { throw null; } }
- public Mono.CSharp.Block Block { get { throw null; } }
- public Mono.CSharp.Constant ConstantValue { get { throw null; } set { } }
- public Mono.CSharp.HoistedVariable HoistedVariant { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsConstant { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsFixed { get { throw null; } set { } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsReadonly { get { throw null; } }
- public bool IsThis { get { throw null; } }
- public bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- bool Mono.CSharp.INamedBlockVariable.IsParameter { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public void CreateBuilder(Mono.CSharp.EmitContext ec) { }
- public static Mono.CSharp.LocalVariable CreateCompilerGenerated(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public static string GetCompilerGeneratedName(Mono.CSharp.Block block) { throw null; }
- public string GetReadOnlyContext() { throw null; }
- public bool IsAssigned(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public bool IsThisAssigned(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Block block) { throw null; }
- public void PrepareAssignmentAnalysis(Mono.CSharp.BlockContext bc) { }
- public void SetHasAddressTaken() { }
- public void SetIsUsed() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- AddressTaken = 4,
- CompilerGenerated = 8,
- Constant = 16,
- FixedVariable = 64,
- ForeachVariable = 32,
- IsLocked = 256,
- IsThis = 2,
- ReadonlyMask = 224,
- SymbolFileHidden = 512,
- Used = 1,
- UsingVariable = 128,
- }
- }
- public partial class LocalVariableReference : Mono.CSharp.VariableReference
- {
- public Mono.CSharp.LocalVariable local_info;
- public LocalVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location l) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public override string ToString() { throw null; }
- }
- public partial class LocatedToken
- {
- public int column;
- public Mono.CSharp.SourceFile file;
- public int row;
- public string value;
- public LocatedToken() { }
- public LocatedToken(string value, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Location : System.IEquatable<Mono.CSharp.Location>
- {
- public static bool InEmacs;
- public static readonly Mono.CSharp.Location Null;
- public Location(Mono.CSharp.SourceFile file, int row, int column) { throw null;}
- public int Column { get { throw null; } }
- public int File { get { throw null; } }
- public bool IsNull { get { throw null; } }
- public string Name { get { throw null; } }
- public string NameFullPath { get { throw null; } }
- public int Row { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public static void AddFile(Mono.CSharp.SourceFile file) { }
- public bool Equals(Mono.CSharp.Location other) { throw null; }
- public static void Initialize(System.Collections.Generic.List<Mono.CSharp.SourceFile> files) { }
- public static Mono.CSharp.Location operator -(Mono.CSharp.Location loc, int columns) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- public string ToStringFullName() { throw null; }
- }
- public partial class LocationsBag
- {
- public LocationsBag() { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddLocation(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, System.Collections.Generic.List<Mono.CSharp.Location> locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddStatement(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendTo(object element, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendToMember(Mono.CSharp.MemberCore existing, params Mono.CSharp.Location[] locations) { }
- public System.Collections.Generic.List<Mono.CSharp.Location> GetLocations(object element) { throw null; }
- public Mono.CSharp.LocationsBag.MemberLocations GetMemberLocation(Mono.CSharp.MemberCore element) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void InsertLocation(object element, int index, Mono.CSharp.Location location) { }
- public partial class MemberLocations
- {
- public readonly System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> Modifiers;
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location loc) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location[] locs) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, System.Collections.Generic.List<Mono.CSharp.Location> locs) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.Location this[int index] { get { throw null; } }
- public void AddLocations(Mono.CSharp.Location loc) { }
- public void AddLocations(params Mono.CSharp.Location[] additional) { }
- }
- }
- public partial class Lock : Mono.CSharp.TryFinallyBlock
- {
- public Lock(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class LongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly long Value;
- public LongConstant(Mono.CSharp.BuiltinTypes types, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public LongConstant(Mono.CSharp.TypeSpec type, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class LongLiteral : Mono.CSharp.LongConstant, Mono.CSharp.ILiteralConstant
- {
- public LongLiteral(Mono.CSharp.BuiltinTypes types, long l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(long), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public enum LookupMode
- {
- IgnoreAccessibility = 2,
- Normal = 0,
- Probing = 1,
- }
- public abstract partial class LoopStatement : Mono.CSharp.Statement
- {
- protected LoopStatement(Mono.CSharp.Statement statement) { }
- public Mono.CSharp.Statement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public virtual void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public virtual void SetEndReachable() { }
- public virtual void SetIteratorReachable() { }
- }
- public partial class MakeRefExpr : Mono.CSharp.ShimExpression
- {
- public MakeRefExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class MemberAccess : Mono.CSharp.ATypeNameExpression
- {
- protected Mono.CSharp.Expression expr;
- public MemberAccess(Mono.CSharp.Expression expr, string id) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, int arity, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public void Error_IdentifierNotFound(Mono.CSharp.IMemberContext rc, Mono.CSharp.TypeSpec expr_type) { }
- protected override void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsValidDotExpression(Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext rc, bool allowUnboundTypeArguments) { throw null; }
- }
- public abstract partial class MemberBase : Mono.CSharp.MemberCore
- {
- protected Mono.CSharp.TypeSpec member_type;
- public new Mono.CSharp.TypeDefinition Parent;
- protected Mono.CSharp.FullNamedExpression type_expr;
- protected MemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.Modifiers def_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- protected virtual bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DoMemberTypeDependentChecks() { }
- protected virtual void DoMemberTypeIndependentChecks() { }
- public override string GetSignatureForDocumentation() { throw null; }
- protected void IsTypePermitted() { }
- public virtual void PrepareEmit() { }
- protected virtual bool ResolveMemberType() { throw null; }
- }
- public partial class MemberCache
- {
- public static readonly Mono.CSharp.MemberCache Empty;
- public static readonly string IndexerNameAlias;
- public MemberCache() { }
- public MemberCache(Mono.CSharp.MemberCache cache) { }
- public MemberCache(Mono.CSharp.TypeContainer container) { }
- public MemberCache(int capacity) { }
- public void AddBaseType(Mono.CSharp.TypeSpec baseType) { }
- public void AddInterface(Mono.CSharp.TypeSpec iface) { }
- public void AddMember(Mono.CSharp.InterfaceMemberBase imb, string exlicitName, Mono.CSharp.MemberSpec ms) { }
- public void AddMember(Mono.CSharp.MemberSpec ms) { }
- public void AddMemberImported(Mono.CSharp.MemberSpec ms) { }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, string name, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public static Mono.CSharp.MemberSpec FindBaseMember(Mono.CSharp.MemberCore member, out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> FindExtensionMethods(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindInterfaceMembers(Mono.CSharp.TypeParameterSpec typeParameter, string name) { throw null; }
- public static Mono.CSharp.MemberSpec FindMember(Mono.CSharp.TypeSpec container, Mono.CSharp.MemberFilter filter, Mono.CSharp.BindingRestriction restrictions) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindMembers(Mono.CSharp.TypeSpec container, string name, bool declaredOnlyClass) { throw null; }
- public static Mono.CSharp.TypeSpec FindNestedType(Mono.CSharp.TypeSpec container, string name, int arity, bool declaredOnlyClass) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.FieldSpec> GetAllFieldsForDefiniteAssignment(Mono.CSharp.TypeSpec container, Mono.CSharp.IMemberContext context) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetCompletitionMembers(Mono.CSharp.IMemberContext ctx, Mono.CSharp.TypeSpec container, string name) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.TypeSpec> GetDeclaredNestedTypes(Mono.CSharp.TypeSpec container) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.MethodSpec> GetInterfaceMethods(Mono.CSharp.TypeSpec iface) { throw null; }
- public static T GetMember<T>(Mono.CSharp.TypeSpec container, T spec) where T : Mono.CSharp.MemberSpec { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MethodSpec> GetNotImplementedAbstractMethods(Mono.CSharp.TypeSpec type) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetUserOperator(Mono.CSharp.TypeSpec container, Mono.CSharp.Operator.OpType op, bool declaredOnly) { throw null; }
- public void InflateMembers(Mono.CSharp.MemberCache cacheToInflate, Mono.CSharp.TypeSpec inflatedType, Mono.CSharp.TypeParameterInflator inflator) { }
- public void InflateTypes(Mono.CSharp.MemberCache inflated_cache, Mono.CSharp.TypeParameterInflator inflator) { }
- public void RemoveHiddenMembers(Mono.CSharp.TypeSpec container) { }
- public void VerifyClsCompliance(Mono.CSharp.TypeSpec container, Mono.CSharp.Report report) { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public abstract partial class MemberCore : Mono.CSharp.Attributable, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IModuleContext
- {
- protected string comment;
- public Mono.CSharp.TypeContainer Parent;
- protected MemberCore(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) { }
- public System.Nullable<bool> CLSAttributeValue { get { throw null; } }
- public virtual Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public virtual Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual string DocComment { get { throw null; } set { } }
- public abstract string DocCommentHeader { get; }
- protected bool HasClsCompliantAttribute { get { throw null; } }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsImported { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public virtual bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.MemberName MemberName { get { throw null; } }
- public Mono.CSharp.Modifiers ModFlags { get { throw null; } set { } }
- public virtual Mono.CSharp.ModuleContainer Module { get { throw null; } }
- string Mono.CSharp.IMemberDefinition.Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public virtual void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- protected bool CheckAbstractAndExtern(bool has_block) { throw null; }
- protected void CheckProtectedModifier() { }
- public virtual string[] ConditionalConditions() { throw null; }
- public abstract bool Define();
- public virtual void Emit() { }
- public virtual bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public virtual string GetCallerMemberName() { throw null; }
- public virtual void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public abstract string GetSignatureForDocumentation();
- public virtual string GetSignatureForError() { throw null; }
- public bool IsAccessibleAs(Mono.CSharp.TypeSpec p) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public bool IsExposedFromAssembly() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public virtual void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- protected virtual void SetMemberName(Mono.CSharp.MemberName new_name) { }
- protected virtual bool VerifyClsCompliance() { throw null; }
- protected void Warning_IdentifierNotCompliant() { }
- public virtual void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- CanBeReused = 262144,
- CloseTypeCreated = 16,
- ClsCompliance_Undetected = 4,
- ClsCompliant = 8,
- ClsCompliantAttributeFalse = 128,
- Excluded = 512,
- Excluded_Undetected = 256,
- HasClsCompliantAttribute = 64,
- HasCompliantAttribute_Undetected = 32,
- HasExplicitLayout = 8192,
- HasInstanceConstructor = 65536,
- HasStructLayout = 32768,
- HasUserOperators = 131072,
- InterfacesExpanded = 524288,
- IsAssigned = 4096,
- IsUsed = 2048,
- MethodOverloadsExist = 1024,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PartialDefinitionExists = 16384,
- }
- }
- public abstract partial class MemberExpr : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IInstanceQualifier
- {
- protected bool conditional_access_receiver;
- public Mono.CSharp.Expression InstanceExpression;
- protected MemberExpr() { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected abstract Mono.CSharp.TypeSpec DeclaringType { get; }
- public bool IsBase { get { throw null; } }
- public abstract bool IsInstance { get; }
- public abstract bool IsStatic { get; }
- public abstract string KindName { get; }
- Mono.CSharp.TypeSpec Mono.CSharp.OverloadResolver.IInstanceQualifier.InstanceType { get { throw null; } }
- public abstract string Name { get; }
- protected Mono.CSharp.MethodSpec CandidateToBaseOverride(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- protected void CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { }
- public static bool CheckProtectedMemberAccess<T>(Mono.CSharp.ResolveContext rc, T member, Mono.CSharp.TypeSpec qualifier) where T : Mono.CSharp.MemberSpec { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected void DoBestMemberChecks<T>(Mono.CSharp.ResolveContext rc, T member) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- protected void EmitInstance(Mono.CSharp.EmitContext ec, bool prepare_for_load) { }
- protected virtual void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public static void Error_ProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member, Mono.CSharp.TypeSpec qualifier, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- bool Mono.CSharp.OverloadResolver.IInstanceQualifier.CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { throw null; }
- protected void ResolveConditionalAccessReceiver(Mono.CSharp.ResolveContext rc) { }
- public bool ResolveInstanceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public virtual Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public virtual void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public abstract void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MemberFilter : System.IEquatable<Mono.CSharp.MemberSpec>
- {
- public readonly int Arity;
- public readonly Mono.CSharp.MemberKind Kind;
- public readonly Mono.CSharp.TypeSpec MemberType;
- public readonly string Name;
- public readonly Mono.CSharp.AParametersCollection Parameters;
- public MemberFilter(Mono.CSharp.MethodSpec m) { throw null;}
- public MemberFilter(string name, int arity, Mono.CSharp.MemberKind kind, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null;}
- public static Mono.CSharp.MemberFilter Constructor(Mono.CSharp.AParametersCollection param) { throw null; }
- public bool Equals(Mono.CSharp.MemberSpec other) { throw null; }
- public static Mono.CSharp.MemberFilter Field(string name, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Method(string name, int arity, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Property(string name, Mono.CSharp.TypeSpec type) { throw null; }
- }
- [System.FlagsAttribute]
- public enum MemberKind
- {
- ArrayType = 524288,
- Class = 2048,
- Constructor = 1,
- Delegate = 8192,
- Destructor = 128,
- Enum = 16384,
- Event = 2,
- Field = 4,
- GenericMask = 47112,
- Indexer = 32,
- Interface = 32768,
- InternalCompilerType = 2097152,
- MaskType = 63743,
- Method = 8,
- MissingType = 4194304,
- Namespace = 16777216,
- NestedMask = 63488,
- Operator = 64,
- PointerType = 1048576,
- Property = 16,
- Struct = 4096,
- TypeParameter = 65536,
- Void = 8388608,
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public partial class MemberName
- {
- public readonly Mono.CSharp.FullNamedExpression ExplicitInterface;
- public readonly Mono.CSharp.MemberName Left;
- public readonly Mono.CSharp.Location Location;
- public readonly string Name;
- public static readonly Mono.CSharp.MemberName Null;
- public Mono.CSharp.TypeParameters TypeParameters;
- public MemberName(Mono.CSharp.MemberName left, Mono.CSharp.MemberName right) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.Location loc) { }
- public MemberName(string name) { }
- public MemberName(string name, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { }
- public int Arity { get { throw null; } }
- public string Basename { get { throw null; } }
- public bool IsGeneric { get { throw null; } }
- public void CreateMetadataName(System.Text.StringBuilder sb) { }
- public bool Equals(Mono.CSharp.MemberName other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public static string MakeName(string name, Mono.CSharp.TypeParameters args) { throw null; }
- }
- public abstract partial class MemberSpec
- {
- protected Mono.CSharp.TypeSpec declaringType;
- protected Mono.CSharp.IMemberDefinition definition;
- public readonly Mono.CSharp.MemberKind Kind;
- protected Mono.CSharp.Modifiers modifiers;
- protected const Mono.CSharp.MemberSpec.StateFlags SharedStateFlags = (Mono.CSharp.MemberSpec.StateFlags)(127);
- public Mono.CSharp.MemberSpec.StateFlags state;
- protected MemberSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.Modifiers modifiers) { }
- public virtual int Arity { get { throw null; } }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAccessor { get { throw null; } set { } }
- public bool IsGeneric { get { throw null; } set { } }
- public bool IsNotCSharpCompatible { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.CSharp.IMemberDefinition MemberDefinition { get { throw null; } }
- public Mono.CSharp.Modifiers Modifiers { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public virtual void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public virtual string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public bool IsAccessible(Mono.CSharp.IMemberContext ctx) { throw null; }
- public bool IsCLSCompliant() { throw null; }
- public bool IsConditionallyExcluded(Mono.CSharp.IMemberContext ctx) { throw null; }
- protected virtual bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public abstract System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller);
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum StateFlags
- {
- CLSCompliant = 8,
- CLSCompliant_Undetected = 4,
- ConstraintsChecked = 128,
- GenericIterateInterface = 2097152,
- GenericTask = 4194304,
- HasDynamicElement = 64,
- InflatedExpressionType = 524288,
- InflatedNullableType = 1048576,
- InterfacesExpanded = 65536,
- InterfacesImported = 8388608,
- IsAccessor = 512,
- IsGeneric = 1024,
- IsNotCSharpCompatible = 131072,
- MissingDependency = 32,
- MissingDependency_Undetected = 16,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PendingBaseTypeInflate = 32768,
- PendingMakeMethod = 8192,
- PendingMemberCacheMembers = 16384,
- PendingMetaInflate = 4096,
- SpecialRuntimeType = 262144,
- }
- }
- public abstract partial class MetadataImporter
- {
- protected readonly System.Collections.Generic.Dictionary<System.Reflection.Assembly, Mono.CSharp.IAssemblyDefinition> assembly_2_definition;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> compiled_types;
- public static readonly string CompilerServicesNamespace;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> import_cache;
- protected readonly Mono.CSharp.ModuleContainer module;
- protected MetadataImporter(Mono.CSharp.ModuleContainer module) { }
- public System.Collections.Generic.ICollection<Mono.CSharp.IAssemblyDefinition> Assemblies { get { throw null; } }
- public bool IgnoreCompilerGeneratedField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IgnorePrivateMembers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec);
- public Mono.CSharp.EventSpec CreateEvent(System.Reflection.EventInfo ei, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) { throw null; }
- public Mono.CSharp.FieldSpec CreateField(System.Reflection.FieldInfo fi, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.MethodSpec CreateMethod(System.Reflection.MethodBase mb, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.TypeSpec CreateNestedType(System.Type type, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.PropertySpec CreateProperty(System.Reflection.PropertyInfo pi, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec @get, Mono.CSharp.MethodSpec @set) { throw null; }
- public Mono.CSharp.TypeSpec CreateType(System.Type type) { throw null; }
- protected Mono.CSharp.TypeSpec CreateType(System.Type type, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MetadataImporter.DynamicTypeReader dtype, bool canImportBaseType) { throw null; }
- protected abstract Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType);
- public Mono.CSharp.IAssemblyDefinition GetAssemblyDefinition(System.Reflection.Assembly assembly) { throw null; }
- public Mono.CSharp.ImportedAssemblyDefinition GetImportedAssemblyDefinition(System.Reflection.AssemblyName assemblyName) { throw null; }
- public static bool HasAttribute(System.Collections.Generic.IList<System.Reflection.CustomAttributeData> attributesData, string attrName, string attrNamespace) { throw null; }
- protected abstract bool HasVolatileModifier(System.Type[] modifiers);
- public Mono.CSharp.TypeSpec ImportType(System.Type type) { throw null; }
- public void ImportTypeBase(System.Type type) { }
- protected void ImportTypes(System.Type[] types, Mono.CSharp.Namespace targetNamespace, bool importExtensionTypes) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- protected partial struct DynamicTypeReader
- {
- public int Position;
- public DynamicTypeReader(object provider) { throw null;}
- public bool HasDynamicAttribute() { throw null; }
- public bool IsDynamicObject() { throw null; }
- }
- }
- public partial class Method : Mono.CSharp.MethodOrOperator, Mono.CSharp.IGenericMethodDefinition, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- public Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- protected Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers amod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public static bool CheckImplementingMethodConstraints(Mono.CSharp.TypeContainer container, Mono.CSharp.MethodSpec method, Mono.CSharp.MethodSpec baseMethod) { throw null; }
- public static Mono.CSharp.Method Create(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DefineTypeParameters() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public static void Error1599(Mono.CSharp.Location loc, Mono.CSharp.TypeSpec t, Mono.CSharp.Report Report) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override void PrepareEmit() { }
- protected override bool ResolveMemberType() { throw null; }
- public void SetPartialDefinition(Mono.CSharp.Method methodDefinition) { }
- }
- public abstract partial class MethodCore : Mono.CSharp.InterfaceMemberBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.MethodSpec spec;
- protected MethodCore(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public Mono.CSharp.MethodSpec Spec { get { throw null; } }
- protected override bool CheckBase() { throw null; }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class MethodData
- {
- protected Mono.CSharp.TypeSpec declaring_type;
- protected System.Reflection.MethodAttributes flags;
- public Mono.CSharp.MethodSpec implementing;
- protected Mono.CSharp.InterfaceMemberBase member;
- public readonly Mono.CSharp.IMethodData method;
- protected Mono.CSharp.Modifiers modifiers;
- protected Mono.CSharp.MethodSpec parent_method;
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method) { }
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method, Mono.CSharp.MethodSpec parent_method) { }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public string MetadataName { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public bool Define(Mono.CSharp.TypeDefinition container, string method_full_name) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container, Mono.CSharp.ParametersCompiled param) { throw null; }
- public void Emit(Mono.CSharp.TypeDefinition parent) { }
- public void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class MethodGroupExpr : Mono.CSharp.MemberExpr, Mono.CSharp.OverloadResolver.IBaseMembersProvider
- {
- protected System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Methods;
- protected Mono.CSharp.TypeSpec queried_type;
- protected Mono.CSharp.TypeArguments type_arguments;
- public MethodGroupExpr(Mono.CSharp.MethodSpec m, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public MethodGroupExpr(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> mi, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.MethodSpec BestCandidate { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Candidates { get { throw null; } }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsConditionallyExcluded { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.MethodGroupExpr CreatePredefined(Mono.CSharp.MethodSpec best, Mono.CSharp.TypeSpec queriedType, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, Mono.CSharp.TypeSpec conditionalAccessReceiver, bool statement) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, bool statement) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public virtual System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool HasAccessibleCandidate(Mono.CSharp.ResolveContext rc) { throw null; }
- public static bool IsExtensionMethodArgument(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr OverloadResolve(Mono.CSharp.ResolveContext ec, ref Mono.CSharp.Arguments args, Mono.CSharp.OverloadResolver.IErrorHandler cerrors, Mono.CSharp.OverloadResolver.Restrictions restr) { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public abstract partial class MethodOrOperator : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.MethodData MethodData;
- protected MethodOrOperator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsPartialDefinition { get { throw null; } }
- public bool IsPartialImplementation { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override string[] ConditionalConditions() { throw null; }
- public virtual Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- protected void Error_ConditionalAttributeIsNotValid() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public sealed partial class MethodSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly Mono.CSharp.MethodSpec Excluded;
- public MethodSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMethodDefinition details, Mono.CSharp.TypeSpec returnType, Mono.CSharp.AParametersCollection parameters, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public Mono.CSharp.IGenericMethodDefinition GenericDefinition { get { throw null; } }
- public bool IsAsync { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsExtensionMethod { get { throw null; } }
- public bool IsReservedMethod { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public new Mono.CSharp.IMethodDefinition MemberDefinition { get { throw null; } }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public Mono.CSharp.MethodSpec GetGenericMethodDefinition() { throw null; }
- public System.Reflection.MethodBase GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.MethodSpec MakeGenericMethod(Mono.CSharp.IMemberContext context, params Mono.CSharp.TypeSpec[] targs) { throw null; }
- public Mono.CSharp.MethodSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class MissingTypeSpecReference
- {
- public MissingTypeSpecReference(Mono.CSharp.TypeSpec type, Mono.CSharp.MemberSpec caller) { }
- public Mono.CSharp.MemberSpec Caller { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum Modifiers
- {
- ABSTRACT = 32,
- AccessibilityMask = 15,
- AllowedExplicitImplFlags = 10240,
- ASYNC = 16384,
- AutoProperty = 16777216,
- BACKING_FIELD = 2097152,
- COMPILER_GENERATED = 1048576,
- DEBUGGER_HIDDEN = 4194304,
- DEBUGGER_STEP_THROUGH = 8388608,
- DEFAULT_ACCESS_MODIFIER = 262144,
- EXTERN = 2048,
- INTERNAL = 8,
- METHOD_EXTENSION = 524288,
- NEW = 16,
- OVERRIDE = 1024,
- PARTIAL = 131072,
- PRIVATE = 4,
- PROPERTY_CUSTOM = 65536,
- PROTECTED = 1,
- PUBLIC = 2,
- READONLY = 256,
- SEALED = 64,
- STATIC = 128,
- TOP = 32768,
- UNSAFE = 8192,
- VIRTUAL = 512,
- VOLATILE = 4096,
- }
- public sealed partial class ModuleContainer : Mono.CSharp.TypeContainer
- {
- public System.Nullable<System.Runtime.InteropServices.CharSet> DefaultCharSet;
- public System.Reflection.TypeAttributes DefaultCharSetType;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryLifted;
- public ModuleContainer(Mono.CSharp.CompilerContext context) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Reflection.Emit.ModuleBuilder Builder { get { throw null; } }
- public override Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public int CounterAnonymousTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Evaluator Evaluator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.Dictionary<string, string> GetResourceStrings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.RootNamespace GlobalRootNamespace { get { throw null; } }
- public bool HasDefaultCharSet { get { throw null; } }
- public bool HasExtensionMethod { get { throw null; } set { } }
- public bool HasTypesFullyDefined { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddAnonymousType(Mono.CSharp.AnonymousTypeClass type) { }
- public void AddAttribute(Mono.CSharp.Attribute attr, Mono.CSharp.IMemberContext context) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public void Create(Mono.CSharp.AssemblyDefinition assembly, System.Reflection.Emit.ModuleBuilder moduleBuilder) { }
- public System.Reflection.Emit.TypeBuilder CreateBuilder(string name, System.Reflection.TypeAttributes attr, int typeSize) { throw null; }
- public Mono.CSharp.ModuleContainer.PatternMatchingHelper CreatePatterMatchingHelper() { throw null; }
- public Mono.CSharp.RootNamespace CreateRootNamespace(string alias) { throw null; }
- public override bool Define() { throw null; }
- public override bool DefineContainer() { throw null; }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public Mono.CSharp.AnonymousTypeClass GetAnonymousType(System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters) { throw null; }
- public Mono.CSharp.AwaiterDefinition GetAwaiter(Mono.CSharp.TypeSpec type) { throw null; }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public Mono.CSharp.Binary.PredefinedOperator[] GetPredefinedEnumAritmeticOperators(Mono.CSharp.TypeSpec enumType, bool nullable) { throw null; }
- public Mono.CSharp.RootNamespace GetRootNamespace(string name) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void InitializePredefinedTypes() { }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadGetResourceStrings(System.Collections.Generic.List<string> fileNames) { }
- public Mono.CSharp.Attribute ResolveAssemblyAttribute(Mono.CSharp.PredefinedAttribute a_type) { throw null; }
- public void SetDeclaringAssembly(Mono.CSharp.AssemblyDefinition assembly) { }
- public sealed partial class PatternMatchingHelper : Mono.CSharp.CompilerGeneratedContainer
- {
- public PatternMatchingHelper(Mono.CSharp.ModuleContainer module) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Method NumberMatcher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override bool DoDefineMembers() { throw null; }
- }
- }
- public partial class MovableArgument : Mono.CSharp.Argument
- {
- public MovableArgument(Mono.CSharp.Argument arg) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- protected MovableArgument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitToVariable(Mono.CSharp.EmitContext ec) { }
- }
- public partial class NamedArgument : Mono.CSharp.MovableArgument
- {
- public readonly string Name;
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Argument)) { }
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Argument)) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Namespace
- {
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.Namespace> namespaces;
- protected System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Mono.CSharp.TypeSpec>> types;
- protected Namespace() { }
- public Namespace(Mono.CSharp.Namespace parent, string name) { }
- public string Name { get { throw null; } }
- public Mono.CSharp.Namespace Parent { get { throw null; } }
- public Mono.CSharp.Namespace AddNamespace(Mono.CSharp.MemberName name) { throw null; }
- public void AddType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts) { }
- public System.Collections.Generic.IEnumerable<string> CompletionGetTypesStartingWith(string prefix) { throw null; }
- public System.Collections.Generic.IList<Mono.CSharp.TypeSpec> GetAllTypes(string name) { throw null; }
- public Mono.CSharp.Namespace GetNamespace(string name, bool create) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public static Mono.CSharp.TypeSpec IsImportedTypeOverride(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts, Mono.CSharp.TypeSpec found) { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public Mono.CSharp.TypeSpec LookupType(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void RemoveContainer(Mono.CSharp.TypeContainer tc) { }
- public void SetBuiltinType(Mono.CSharp.BuiltinTypeSpec pts) { }
- public bool TryGetNamespace(string name, out Mono.CSharp.Namespace ns) { ns = default(Mono.CSharp.Namespace); throw null; }
- public void VerifyClsCompliance() { }
- }
- public partial class NamespaceContainer : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public bool DeclarationFound;
- public readonly new Mono.CSharp.NamespaceContainer Parent;
- public NamespaceContainer(Mono.CSharp.MemberName name, Mono.CSharp.NamespaceContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected NamespaceContainer(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Namespace NS { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.UsingClause> Usings { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public void AddUsing(Mono.CSharp.UsingAliasNamespace un) { }
- public void AddUsing(Mono.CSharp.UsingClause un) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void DefineNamespace() { }
- protected override void DoDefineContainer() { }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity, int position) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupExternAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression LookupStaticUsings(Mono.CSharp.IMemberContext mc, string name, int arity, Mono.CSharp.Location loc) { throw null; }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class NamespaceExpression : Mono.CSharp.FullNamedExpression
- {
- public NamespaceExpression(Mono.CSharp.Namespace ns, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Namespace Namespace { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public void Error_NamespaceDoesNotExist(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.Location loc) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class New : Mono.CSharp.ExpressionStatement, Mono.CSharp.IMemoryLocation
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.MethodSpec method;
- protected Mono.CSharp.Expression RequestedType;
- public New(Mono.CSharp.Expression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.Location l) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public bool IsGeneratedStructConstructor { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public virtual bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.Expression CheckComImport(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public static Mono.CSharp.Constant Constantify(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected virtual Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class NewAnonymousType : Mono.CSharp.New
- {
- public NewAnonymousType(System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.TypeContainer parent, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewDelegate : Mono.CSharp.DelegateCreation
- {
- public Mono.CSharp.Arguments Arguments;
- public NewDelegate(Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments Arguments, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewInitialize : Mono.CSharp.New
- {
- public NewInitialize(Mono.CSharp.FullNamedExpression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.CollectionOrObjectInitializers initializers, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.CollectionOrObjectInitializers Initializers { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected override Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class NullConstant : Mono.CSharp.Constant
- {
- public NullConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string ExprClassName { get { throw null; } }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool inCheckedContext, Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class NullLiteral : Mono.CSharp.NullConstant
- {
- public NullLiteral(Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec t, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class Operator : Mono.CSharp.MethodOrOperator
- {
- public readonly Mono.CSharp.Operator.OpType OperatorType;
- public Operator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Operator.OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public Mono.CSharp.Operator.OpType GetMatchingOperator() { throw null; }
- public static string GetMetadataName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetMetadataName(string name) { throw null; }
- public static string GetName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetName(string metadata_name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static System.Nullable<Mono.CSharp.Operator.OpType> GetType(string metadata_name) { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- public enum OpType : byte
- {
- Addition = (byte)6,
- BitwiseAnd = (byte)13,
- BitwiseOr = (byte)14,
- Decrement = (byte)3,
- Division = (byte)11,
- Equality = (byte)18,
- ExclusiveOr = (byte)15,
- Explicit = (byte)25,
- False = (byte)5,
- GreaterThan = (byte)20,
- GreaterThanOrEqual = (byte)22,
- Implicit = (byte)24,
- Increment = (byte)2,
- Inequality = (byte)19,
- Is = (byte)26,
- LeftShift = (byte)16,
- LessThan = (byte)21,
- LessThanOrEqual = (byte)23,
- LogicalNot = (byte)0,
- Modulus = (byte)12,
- Multiply = (byte)10,
- OnesComplement = (byte)1,
- RightShift = (byte)17,
- Subtraction = (byte)7,
- TOP = (byte)27,
- True = (byte)4,
- UnaryNegation = (byte)9,
- UnaryPlus = (byte)8,
- }
- }
- public partial class OperatorCast : Mono.CSharp.TypeCast
- {
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec returnType, bool isExplicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type, bool find_explicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Outline
- {
- public Outline(System.Type t, System.IO.TextWriter output, bool declared_only, bool show_private, bool filter_obsolete) { }
- public void OutlineType() { }
- public static string RemoveGenericArity(string name) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OverloadResolver
- {
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.TypeArguments targs, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public Mono.CSharp.OverloadResolver.IBaseMembersProvider BaseMembersProvider { get { throw null; } set { } }
- public bool BestCandidateIsDynamic { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MethodGroupExpr BestCandidateNewMethodGroup { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public Mono.CSharp.OverloadResolver.IErrorHandler CustomErrors { get { throw null; } set { } }
- public Mono.CSharp.OverloadResolver.IInstanceQualifier InstanceQualifier { get { throw null; } set { } }
- public static int BetterTypeConversion(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec p, Mono.CSharp.TypeSpec q) { throw null; }
- public static void Error_ConstructorMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, int argCount, Mono.CSharp.Location loc) { }
- public static Mono.CSharp.Expression ResolveDefaultValueArgument(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec ptype, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public T ResolveMember<T>(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IParametersMember { throw null; }
- public Mono.CSharp.MethodSpec ResolveOperator(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) { throw null; }
- public partial interface IBaseMembersProvider
- {
- System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType);
- Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member);
- Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc);
- }
- public partial interface IErrorHandler
- {
- bool AmbiguousCandidates(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous);
- bool ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument a, int index);
- bool NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- bool TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- }
- public partial interface IInstanceQualifier
- {
- Mono.CSharp.TypeSpec InstanceType { get; }
- bool CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member);
- }
- [System.FlagsAttribute]
- public enum Restrictions
- {
- BaseMembersIncluded = 16,
- CovariantDelegate = 4,
- DelegateInvoke = 1,
- GetEnumeratorLookup = 32,
- NoBaseMembers = 8,
- None = 0,
- ProbingOnly = 2,
- }
- }
- public partial class Parameter : Mono.CSharp.ParameterBase, Mono.CSharp.ILocalVariable, Mono.CSharp.IParameterData
- {
- public bool HasAddressTaken;
- protected int idx;
- protected Mono.CSharp.TypeSpec parameter_type;
- public Parameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Parameter.Modifier mod, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression DefaultExpression { get { throw null; } }
- public Mono.CSharp.DefaultParameterValueExpression DefaultValue { get { throw null; } set { } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.HoistedParameter HoistedVariant { get { throw null; } set { } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- Mono.CSharp.Expression Mono.CSharp.IParameterData.DefaultValue { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.Parameter.Modifier ParameterModifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public Mono.CSharp.Parameter Clone() { throw null; }
- public Mono.CSharp.ExpressionStatement CreateExpressionTreeVariable(Mono.CSharp.BlockContext ec) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public void Error_DuplicateName(Mono.CSharp.Report r) { }
- public Mono.CSharp.TemporaryVariableReference ExpressionTreeVariableReference() { throw null; }
- public static string GetModifierSignature(Mono.CSharp.Parameter.Modifier mod) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public void IsClsCompliant(Mono.CSharp.IMemberContext ctx) { }
- public virtual Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext rc, int index) { throw null; }
- public void ResolveDefaultValue(Mono.CSharp.ResolveContext rc) { }
- public static Mono.CSharp.TypeExpr ResolveParameterExpressionType(Mono.CSharp.IMemberContext ec, Mono.CSharp.Location location) { throw null; }
- public void SetIndex(int index) { }
- public void Warning_UselessOptionalParameter(Mono.CSharp.Report Report) { }
- [System.FlagsAttribute]
- public enum Modifier : byte
- {
- CallerFilePath = (byte)64,
- CallerLineNumber = (byte)32,
- CallerMask = (byte)112,
- CallerMemberName = (byte)16,
- ModifierMask = (byte)15,
- NONE = (byte)0,
- OUT = (byte)4,
- PARAMS = (byte)1,
- REF = (byte)2,
- RefOutMask = (byte)6,
- This = (byte)8,
- }
- }
- public abstract partial class ParameterBase : Mono.CSharp.Attributable
- {
- protected System.Reflection.Emit.ParameterBuilder builder;
- protected ParameterBase() { }
- public System.Reflection.Emit.ParameterBuilder Builder { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class ParameterData : Mono.CSharp.IParameterData
- {
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers) { }
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers, Mono.CSharp.Expression defaultValue) { }
- public Mono.CSharp.Expression DefaultValue { get { throw null; } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public partial class ParameterReference : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.ParametersBlock.ParameterInfo pi;
- public ParameterReference(Mono.CSharp.ParametersBlock.ParameterInfo pi, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- }
- public partial class ParametersBlock : Mono.CSharp.ExplicitBlock
- {
- protected System.Collections.Generic.Dictionary<string, object> labels;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.ParametersBlock.ParameterInfo[] parameter_info;
- protected bool resolved;
- protected Mono.CSharp.StateMachine state_machine;
- protected Mono.CSharp.ToplevelBlock top_block;
- public ParametersBlock(Mono.CSharp.Block parent, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public bool HasReferenceToStoreyForInstanceLambdas { get { throw null; } set { } }
- public bool IsAsync { get { throw null; } set { } }
- public bool IsExpressionTree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public bool Resolved { get { throw null; } }
- public Mono.CSharp.StateMachine StateMachine { get { throw null; } }
- public int TemporaryLocalsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ToplevelBlock TopBlock { get { throw null; } set { } }
- public void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public Mono.CSharp.ParametersBlock ConvertToAsyncTask(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeDefinition host, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.ToplevelBlock ConvertToIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitEmbedded(Mono.CSharp.EmitContext ec) { }
- public override int GetDebugSymbolScopeIndex() { throw null; }
- public Mono.CSharp.LabeledStatement GetLabel(string name, Mono.CSharp.Block block) { throw null; }
- public Mono.CSharp.ParametersBlock.ParameterInfo GetParameterInfo(Mono.CSharp.Parameter p) { throw null; }
- public Mono.CSharp.ParameterReference GetParameterReference(int index, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Statement PerformClone(ref System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { throw null; }
- protected void ProcessParameters() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class ParameterInfo : Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public ParameterInfo(Mono.CSharp.ParametersBlock block, int index) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- Mono.CSharp.Block Mono.CSharp.INamedBlockVariable.Block { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- public Mono.CSharp.TypeSpec ParameterType { get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class ParametersCompiled : Mono.CSharp.AParametersCollection
- {
- public static readonly Mono.CSharp.ParametersCompiled EmptyReadOnlyParameters;
- public static readonly Mono.CSharp.ParametersCompiled Undefined;
- public ParametersCompiled(params Mono.CSharp.Parameter[] parameters) { }
- public ParametersCompiled(Mono.CSharp.Parameter[] parameters, bool has_arglist) { }
- public Mono.CSharp.Parameter this[int pos] { get { throw null; } }
- public void ApplyAttributes(Mono.CSharp.IMemberContext mc, System.Reflection.MethodBase builder) { }
- public void CheckConstraints(Mono.CSharp.IMemberContext mc) { }
- public void CheckParameters(Mono.CSharp.MemberCore member) { }
- public Mono.CSharp.ParametersCompiled Clone() { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.BlockContext ec, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter[] parameters, Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.AParametersCollection CreateFullyResolved(params Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateImplicitParameter(Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) { throw null; }
- public static int IsSameClsSignature(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter compilerParams, Mono.CSharp.TypeSpec compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter[] compilerParams, Mono.CSharp.TypeSpec[] compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled Prefix(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- public void ResolveDefaultValues(Mono.CSharp.MemberCore m) { }
- public void VerifyClsCompliance(Mono.CSharp.IMemberContext ctx) { }
- }
- public partial class ParametersImported : Mono.CSharp.AParametersCollection
- {
- public ParametersImported(Mono.CSharp.IParameterData[] param, Mono.CSharp.TypeSpec[] types, bool hasParams) { }
- public ParametersImported(Mono.CSharp.IParameterData[] parameters, Mono.CSharp.TypeSpec[] types, bool hasArglist, bool hasParams) { }
- }
- public partial class ParamsParameter : Mono.CSharp.Parameter
- {
- public ParamsParameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class ParenthesizedExpression : Mono.CSharp.ShimExpression
- {
- public ParenthesizedExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ParserSession
- {
- public readonly char[] IDBuilder;
- public readonly System.Collections.Generic.Dictionary<char[], string>[] Identifiers;
- public readonly char[] NumberBuilder;
- public readonly System.Collections.Generic.List<Mono.CSharp.Parameter> ParametersStack;
- public readonly char[] StreamReaderBuffer;
- public ParserSession() { }
- public Mono.CSharp.LocatedToken[] LocatedTokens { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocationsBag LocationsBag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UseJayGlobalArrays { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Security.Cryptography.MD5 GetChecksumAlgorithm() { throw null; }
- }
- public partial class PendingImplementation
- {
- internal PendingImplementation() { }
- public static Mono.CSharp.PendingImplementation GetPendingImplementations(Mono.CSharp.TypeDefinition container) { throw null; }
- public void ImplementMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, bool clear_one, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); }
- public Mono.CSharp.MethodSpec InterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec iType, Mono.CSharp.MethodData method, Mono.CSharp.PendingImplementation.Operation op, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public Mono.CSharp.MethodSpec IsInterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public bool VerifyPendingMethods() { throw null; }
- public enum Operation
- {
- ClearAll = 2,
- ClearOne = 1,
- Lookup = 0,
- }
- }
- public enum Platform
- {
- AnyCPU = 0,
- AnyCPU32Preferred = 1,
- Arm = 2,
- IA64 = 5,
- X64 = 4,
- X86 = 3,
- }
- public partial class PointerArithmetic : Mono.CSharp.Expression
- {
- public PointerArithmetic(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression l, Mono.CSharp.Expression r, Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class PredefinedAttribute : Mono.CSharp.PredefinedType
- {
- protected Mono.CSharp.MethodSpec ctor;
- public PredefinedAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(Mono.CSharp.MemberKind), default(string), default(string), default(int)) { }
- public Mono.CSharp.MethodSpec Constructor { get { throw null; } }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ConstructorBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ModuleBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public static bool operator !=(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public bool ResolveBuilder() { throw null; }
- }
- public partial class PredefinedAttributes
- {
- public readonly Mono.CSharp.PredefinedAttribute AssemblyAlgorithmId;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCompany;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCopyright;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCulture;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFileVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFlags;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyInformationalVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyProduct;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyTrademark;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyVersion;
- public readonly Mono.CSharp.PredefinedStateMachineAttribute AsyncStateMachine;
- public readonly Mono.CSharp.PredefinedAttribute AttributeUsage;
- public readonly Mono.CSharp.PredefinedAttribute CallerFilePathAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerLineNumberAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerMemberNameAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CLSCompliant;
- public readonly Mono.CSharp.PredefinedAttribute CoClass;
- public readonly Mono.CSharp.PredefinedAttribute ComImport;
- public readonly Mono.CSharp.PredefinedAttribute CompilerGenerated;
- public readonly Mono.CSharp.PredefinedAttribute Conditional;
- public readonly Mono.CSharp.PredefinedDebuggableAttribute Debuggable;
- public readonly Mono.CSharp.PredefinedDebuggerBrowsableAttribute DebuggerBrowsable;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerHidden;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerStepThrough;
- public readonly Mono.CSharp.PredefinedDecimalAttribute DecimalConstant;
- public readonly Mono.CSharp.PredefinedAttribute DefaultCharset;
- public readonly Mono.CSharp.PredefinedAttribute DefaultMember;
- public readonly Mono.CSharp.PredefinedAttribute DefaultParameterValue;
- public readonly Mono.CSharp.PredefinedAttribute DllImport;
- public readonly Mono.CSharp.PredefinedDynamicAttribute Dynamic;
- public readonly Mono.CSharp.PredefinedAttribute Extension;
- public readonly Mono.CSharp.PredefinedAttribute FieldOffset;
- public readonly Mono.CSharp.PredefinedAttribute FixedBuffer;
- public readonly Mono.CSharp.PredefinedAttribute Guid;
- public readonly Mono.CSharp.PredefinedAttribute HostProtection;
- public readonly Mono.CSharp.PredefinedAttribute In;
- public readonly Mono.CSharp.PredefinedAttribute IndexerName;
- public readonly Mono.CSharp.PredefinedAttribute InternalsVisibleTo;
- public readonly Mono.CSharp.PredefinedAttribute MarshalAs;
- public readonly Mono.CSharp.PredefinedAttribute MethodImpl;
- public readonly Mono.CSharp.PredefinedAttribute Obsolete;
- public readonly Mono.CSharp.PredefinedAttribute OptionalParameter;
- public readonly Mono.CSharp.PredefinedAttribute Out;
- public readonly Mono.CSharp.PredefinedAttribute ParamArray;
- public readonly Mono.CSharp.PredefinedAttribute Required;
- public readonly Mono.CSharp.PredefinedAttribute RuntimeCompatibility;
- public readonly Mono.CSharp.PredefinedAttribute Security;
- public readonly Mono.CSharp.PredefinedAttribute StructLayout;
- public readonly Mono.CSharp.PredefinedAttribute TypeForwarder;
- public readonly Mono.CSharp.PredefinedAttribute UnmanagedFunctionPointer;
- public readonly Mono.CSharp.PredefinedAttribute UnsafeValueType;
- public readonly Mono.CSharp.PredefinedAttribute UnverifiableCode;
- public PredefinedAttributes(Mono.CSharp.ModuleContainer module) { }
- }
- public partial class PredefinedDebuggableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder, System.Diagnostics.DebuggableAttribute.DebuggingModes modes) { }
- }
- public partial class PredefinedDebuggerBrowsableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggerBrowsableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, System.Diagnostics.DebuggerBrowsableState state) { }
- }
- public partial class PredefinedDecimalAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDecimalAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedDynamicAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDynamicAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedMember<T> where T : Mono.CSharp.MemberSpec
- {
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypeSpec type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, Mono.CSharp.MemberFilter filter) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, params Mono.CSharp.PredefinedType[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, System.Func<Mono.CSharp.TypeSpec[]> typesBuilder, Mono.CSharp.TypeSpec returnType) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec type, Mono.CSharp.MemberFilter filter) { }
- public T Get() { throw null; }
- public T Resolve(Mono.CSharp.Location loc) { throw null; }
- }
- public partial class PredefinedStateMachineAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedStateMachineAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder, Mono.CSharp.StateMachine type) { }
- }
- public partial class PredefinedType
- {
- protected readonly Mono.CSharp.ModuleContainer module;
- protected Mono.CSharp.TypeSpec type;
- public PredefinedType(Mono.CSharp.BuiltinTypeSpec type) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity) { }
- public int Arity { get { throw null; } }
- public bool IsDefined { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeSpec { get { throw null; } }
- public bool Define() { throw null; }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.TypeSpec Resolve() { throw null; }
- public static Mono.CSharp.TypeSpec Resolve(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity, bool required, bool reportErrors) { throw null; }
- }
- public abstract partial class Probe : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- public Mono.CSharp.Expression ProbeType;
- protected Mono.CSharp.TypeSpec probe_type_expr;
- protected Probe(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected abstract string OperatorName { get; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- protected Mono.CSharp.Expression ResolveCommon(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Property : Mono.CSharp.PropertyBase
- {
- public Property(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property.BackingFieldDeclaration BackingField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public sealed partial class BackingFieldDeclaration : Mono.CSharp.Field
- {
- public BackingFieldDeclaration(Mono.CSharp.Property p, bool readOnly) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property OriginalProperty { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- }
- }
- public abstract partial class PropertyBase : Mono.CSharp.PropertyBasedMember
- {
- protected PropertyBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorFirst { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorSecond { get { throw null; } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Get { get { throw null; } set { } }
- public override bool IsUsed { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Set { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- protected bool DefineAccessors() { throw null; }
- protected void DefineBuilders(Mono.CSharp.MemberKind kind, Mono.CSharp.ParametersCompiled parameters) { }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- public override void PrepareEmit() { }
- protected override void SetMemberName(Mono.CSharp.MemberName new_name) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public partial class GetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- public GetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public abstract partial class PropertyMethod : Mono.CSharp.AbstractPropertyEventMethod
- {
- protected System.Reflection.MethodAttributes flags;
- protected readonly Mono.CSharp.PropertyBase method;
- public PropertyMethod(Mono.CSharp.PropertyBase method, string prefix, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCustomAccessModifier { get { throw null; } }
- public Mono.CSharp.PropertyBase Property { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class SetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- protected Mono.CSharp.ParametersCompiled parameters;
- public SetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- }
- public abstract partial class PropertyBasedMember : Mono.CSharp.InterfaceMemberBase
- {
- protected PropertyBasedMember(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected void CheckReservedNameConflict(string prefix, Mono.CSharp.MethodSpec accessor) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class PropertySpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public PropertySpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec Get { get { throw null; } set { } }
- public bool HasDifferentAccessibility { get { throw null; } }
- public bool HasGet { get { throw null; } }
- public bool HasSet { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.PropertyInfo MetaInfo { get { throw null; } }
- public Mono.CSharp.MethodSpec Set { get { throw null; } set { } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class QualifiedAliasMember : Mono.CSharp.MemberAccess
- {
- public static readonly string GlobalAlias;
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, int arity, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public string Alias { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.FullNamedExpression CreateExpressionFromAlias(Mono.CSharp.IMemberContext mc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Reachability
- {
- public bool IsUnreachable { get { throw null; } }
- public static Mono.CSharp.Reachability CreateUnreachable() { throw null; }
- public static Mono.CSharp.Reachability operator &(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- public static Mono.CSharp.Reachability operator |(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- }
- public partial class ReducedExpression : Mono.CSharp.Expression
- {
- internal ReducedExpression() { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Constant Create(Mono.CSharp.Constant expr, Mono.CSharp.Expression originalExpr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr, bool canBeConstant) { throw null; }
- public static Mono.CSharp.ExpressionStatement Create(Mono.CSharp.ExpressionStatement s, Mono.CSharp.Expression orig) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public partial class ReducedConstantExpression : Mono.CSharp.EmptyConstantCast
- {
- public ReducedConstantExpression(Mono.CSharp.Constant expr, Mono.CSharp.Expression orig_expr) : base (default(Mono.CSharp.Constant), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- }
- public sealed partial class ReflectionImporter : Mono.CSharp.MetadataImporter
- {
- public ReflectionImporter(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypes builtin) : base (default(Mono.CSharp.ModuleContainer)) { }
- public override void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec) { }
- protected override Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType) { throw null; }
- protected override bool HasVolatileModifier(System.Type[] modifiers) { throw null; }
- public void ImportAssembly(System.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) { }
- public Mono.CSharp.ImportedModuleDefinition ImportModule(System.Reflection.Module module, Mono.CSharp.RootNamespace targetNamespace) { throw null; }
- }
- public partial class RefTypeExpr : Mono.CSharp.ShimExpression
- {
- public RefTypeExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class RefValueExpr : Mono.CSharp.ShimExpression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RefValueExpr(Mono.CSharp.Expression expr, Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class Report
- {
- public static readonly int[] AllWarnings;
- public const int RuntimeErrorId = 10000;
- public Report(Mono.CSharp.CompilerContext context, Mono.CSharp.ReportPrinter printer) { }
- public int Errors { get { throw null; } }
- public bool IsDisabled { get { throw null; } }
- public Mono.CSharp.ReportPrinter Printer { get { throw null; } }
- public int Warnings { get { throw null; } }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(int category, string message, params object[] args) { }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(string message, params object[] args) { }
- public void DisableReporting() { }
- public void EnableReporting() { }
- public void Error(int code, Mono.CSharp.Location loc, string error) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, params string[] args) { }
- public void Error(int code, string error) { }
- public void Error(int code, string format, string arg) { }
- public void Error(int code, string format, string arg1, string arg2) { }
- public void Error(int code, string format, params string[] args) { }
- public void ExtraInformation(Mono.CSharp.Location loc, string msg) { }
- public void FeatureIsNotAvailable(Mono.CSharp.CompilerContext compiler, Mono.CSharp.Location loc, string feature) { }
- public void FeatureIsNotSupported(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.WarningRegions RegisterWarningRegion(Mono.CSharp.Location location) { throw null; }
- public void RuntimeMissingSupport(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.ReportPrinter SetPrinter(Mono.CSharp.ReportPrinter printer) { throw null; }
- public void SymbolRelatedToPreviousError(Mono.CSharp.Location loc, string symbol) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberCore mc) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberSpec ms) { }
- public void SymbolRelatedToPreviousError(string loc) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string message) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, params object[] args) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string message) { }
- public void Warning(int code, int level, string format, string arg) { }
- public void Warning(int code, int level, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string format, params string[] args) { }
- }
- public abstract partial class ReportPrinter
- {
- protected System.Collections.Generic.HashSet<Mono.CSharp.ITypeDefinition> reported_missing_definitions;
- protected ReportPrinter() { }
- public int ErrorsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public virtual bool HasRelatedSymbolSupport { get { throw null; } }
- public int WarningsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected virtual string FormatText(string txt) { throw null; }
- public bool MissingTypeReported(Mono.CSharp.ITypeDefinition typeDefinition) { throw null; }
- public virtual void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- protected void Print(Mono.CSharp.AbstractMessage msg, System.IO.TextWriter output, bool showFullPath) { }
- public void Reset() { }
- }
- public partial class ResolveContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public Mono.CSharp.Block CurrentBlock;
- public Mono.CSharp.Expression CurrentInitializerVariable;
- protected Mono.CSharp.ResolveContext.Options flags;
- public readonly Mono.CSharp.IMemberContext MemberContext;
- public ResolveContext(Mono.CSharp.IMemberContext mc) { }
- public ResolveContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ResolveContext.Options options) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool ConstantCheckState { get { throw null; } }
- public virtual Mono.CSharp.ExplicitBlock ConstructorBlock { get { throw null; } }
- public Mono.CSharp.Iterator CurrentIterator { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsInProbingMode { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsRuntimeBinder { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public bool IsVariableCapturingRequired { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public bool HasAny(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public bool HasSet(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public bool MustCaptureVariable(Mono.CSharp.INamedBlockVariable local) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle Set(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle With(Mono.CSharp.ResolveContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AllCheckStateFlags = 3,
- BaseInitializer = 256,
- CatchScope = 8,
- CheckedScope = 1,
- CompoundAssignmentScope = 64,
- ConstantCheckState = 2,
- ConstantScope = 1024,
- ConstructorScope = 2048,
- DontSetConditionalAccessReceiver = 65536,
- EnumScope = 512,
- ExpressionTreeConversion = 33554432,
- FieldInitializerScope = 32,
- FinallyScope = 16,
- FixedInitializerScope = 128,
- InferReturnType = 8388608,
- InvokeSpecialName = 67108864,
- LockScope = 8192,
- NameOfScope = 131072,
- OmitDebuggingInfo = 16777216,
- ProbingMode = 4194304,
- TryScope = 16384,
- TryWithCatchScope = 32768,
- UnsafeScope = 4,
- UsingInitializerScope = 4096,
- }
- }
- [System.FlagsAttribute]
- public enum ResolveFlags
- {
- MaskExprClass = 15,
- MethodGroup = 4,
- Type = 2,
- TypeParameter = 8,
- VariableOrValue = 1,
- }
- public abstract partial class ResumableStatement : Mono.CSharp.Statement
- {
- protected System.Reflection.Emit.Label resume_point;
- protected ResumableStatement() { }
- public virtual void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- public virtual System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public System.Reflection.Emit.Label PrepareForEmit(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class Return : Mono.CSharp.ExitStatement
- {
- public Return(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } protected set { } }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ReturnParameter : Mono.CSharp.ParameterBase
- {
- public ReturnParameter(Mono.CSharp.MemberCore method, System.Reflection.Emit.MethodBuilder mb, Mono.CSharp.Location location) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- }
- public partial class RootContext
- {
- public RootContext() { }
- public static Mono.CSharp.ModuleContainer ToplevelTypes { get { throw null; } set { } }
- }
- public partial class RootNamespace : Mono.CSharp.Namespace
- {
- public RootNamespace(string alias_name) { }
- public string Alias { get { throw null; } }
- public static void Error_GlobalNamespaceRedefined(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.List<string> FindExtensionMethodNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public System.Collections.Generic.List<string> FindTypeNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void RegisterNamespace(Mono.CSharp.Namespace child) { }
- }
- public partial class RuntimeExplicitAssign : Mono.CSharp.Assign
- {
- public RuntimeExplicitAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class RuntimeValueExpression : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RuntimeValueExpression(System.Dynamic.DynamicMetaObject obj, Mono.CSharp.TypeSpec type) { }
- public bool IsSuggestionOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Dynamic.DynamicMetaObject MetaObject { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public enum RuntimeVersion
- {
- v1 = 0,
- v2 = 1,
- v4 = 2,
- }
- public partial class SByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly sbyte Value;
- public SByteConstant(Mono.CSharp.BuiltinTypes types, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public SByteConstant(Mono.CSharp.TypeSpec type, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SeekableStreamReader : System.IDisposable
- {
- public const int DefaultReadAheadSize = 2048;
- public SeekableStreamReader(System.IO.Stream stream, System.Text.Encoding encoding, char[] sharedBuffer=null) { }
- public int Position { get { throw null; } set { } }
- public void Dispose() { }
- public int Peek() { throw null; }
- public int Read() { throw null; }
- public char[] ReadChars(int fromPosition, int toPosition) { throw null; }
- }
- public abstract partial class ShimExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected ShimExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly short Value;
- public ShortConstant(Mono.CSharp.BuiltinTypes types, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ShortConstant(Mono.CSharp.TypeSpec type, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SideEffectConstant : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant value;
- public SideEffectConstant(Mono.CSharp.Constant value, Mono.CSharp.Expression side_effect, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class SimpleAssign : Mono.CSharp.Assign
- {
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class SimpleMemberName
- {
- public Mono.CSharp.Location Location;
- public string Value;
- public SimpleMemberName(string name, Mono.CSharp.Location loc) { }
- }
- public partial class SimpleName : Mono.CSharp.ATypeNameExpression
- {
- public SimpleName(string name, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, Mono.CSharp.TypeArguments args, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, int arity, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public void Error_NameDoesNotExist(Mono.CSharp.ResolveContext rc) { }
- protected virtual void Error_TypeOrNamespaceNotFound(Mono.CSharp.IMemberContext ctx) { }
- public Mono.CSharp.SimpleName GetMethodGroup() { throw null; }
- public bool IsPossibleType(Mono.CSharp.IMemberContext mc) { throw null; }
- public bool IsPossibleTypeOrNamespace(Mono.CSharp.IMemberContext mc) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class SizeOf : Mono.CSharp.Expression
- {
- public SizeOf(Mono.CSharp.Expression queried_type, Mono.CSharp.Location l) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class SourceFile : System.IEquatable<Mono.CSharp.SourceFile>
- {
- public bool AutoGenerated;
- public readonly int Index;
- public readonly string Name;
- public readonly string OriginalFullPathName;
- public SourceFile(string name, string path, int index) { }
- public byte[] Checksum { get { throw null; } }
- public bool HasChecksum { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFileEntry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry CreateSymbolInfo(Mono.CompilerServices.SymbolWriter.MonoSymbolFile symwriter, System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool Equals(Mono.CSharp.SourceFile other) { throw null; }
- public string GetFullPathName(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool IsHiddenLocation(Mono.CSharp.Location loc) { throw null; }
- public void RegisterHiddenScope(Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public void SetChecksum(byte[] checksum) { }
- public void SetChecksum(byte[] algorithmGuid, byte[] checksum) { }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum SpecialConstraint
- {
- Class = 8,
- Constructor = 4,
- None = 0,
- Struct = 16,
- }
- public partial class SpecialContraintExpr : Mono.CSharp.FullNamedExpression
- {
- public SpecialContraintExpr(Mono.CSharp.SpecialConstraint constraint, Mono.CSharp.Location loc) { }
- public Mono.CSharp.SpecialConstraint Constraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class StackAlloc : Mono.CSharp.Expression
- {
- public StackAlloc(Mono.CSharp.Expression type, Mono.CSharp.Expression count, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression CountExpression { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class StackFieldExpr : Mono.CSharp.FieldExpr, Mono.CSharp.IExpressionCleanup
- {
- public StackFieldExpr(Mono.CSharp.Field field) : base (default(Mono.CSharp.Location)) { }
- public bool AutomaticallyReuse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsAvailableForReuse { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- void Mono.CSharp.IExpressionCleanup.EmitCleanup(Mono.CSharp.EmitContext ec) { }
- public void PrepareCleanup(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class StateMachine : Mono.CSharp.AnonymousMethodStorey
- {
- protected StateMachine(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.ExplicitBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberBase), default(Mono.CSharp.TypeParameters), default(string), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.TypeParameters OriginalTypeParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Field PC { get { throw null; } }
- public Mono.CSharp.StateMachineMethod StateMachineMethod { get { throw null; } }
- public void AddEntryMethod(Mono.CSharp.StateMachineMethod method) { }
- protected override bool DoDefineMembers() { throw null; }
- protected override string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public enum State
- {
- After = -1,
- Running = -3,
- Start = 0,
- Uninitialized = -2,
- }
- }
- public abstract partial class StateMachineInitializer : Mono.CSharp.AnonymousExpression
- {
- protected System.Reflection.Emit.LocalBuilder current_pc;
- public readonly Mono.CSharp.TypeDefinition Host;
- protected System.Reflection.Emit.Label move_next_error;
- protected System.Reflection.Emit.Label move_next_ok;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected Mono.CSharp.StateMachine storey;
- protected StateMachineInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public System.Reflection.Emit.Label BodyEnd { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Reflection.Emit.LocalBuilder CurrentPC { get { throw null; } }
- public System.Reflection.Emit.LocalBuilder SkipFinally { get { throw null; } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt) { throw null; }
- protected virtual Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLeave(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- protected virtual void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public virtual void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- public void SetStateMachine(Mono.CSharp.StateMachine stateMachine) { }
- }
- public partial class StateMachineMethod : Mono.CSharp.Method
- {
- public StateMachineMethod(Mono.CSharp.StateMachine host, Mono.CSharp.StateMachineInitializer expr, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Block.Flags blockFlags) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- }
- public abstract partial class Statement
- {
- public Mono.CSharp.Location loc;
- protected bool reachable;
- protected Statement() { }
- public bool IsUnreachable { get { throw null; } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected void CheckExitBoundaries(Mono.CSharp.BlockContext bc, Mono.CSharp.Block scope) { }
- public Mono.CSharp.Statement Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected abstract void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target);
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected abstract void DoEmit(Mono.CSharp.EmitContext ec);
- protected abstract bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc);
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- protected void Error_FinallyClauseExit(Mono.CSharp.BlockContext bc) { }
- public bool FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public virtual Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public virtual bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementErrorExpression : Mono.CSharp.Statement
- {
- public StatementErrorExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementExpression : Mono.CSharp.Statement
- {
- public StatementExpression(Mono.CSharp.ExpressionStatement expr) { }
- public StatementExpression(Mono.CSharp.ExpressionStatement expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExpressionStatement Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StatementList : Mono.CSharp.Statement
- {
- public StatementList(Mono.CSharp.Statement first, Mono.CSharp.Statement second) { }
- public System.Collections.Generic.IList<Mono.CSharp.Statement> Statements { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Statement statement) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StreamReportPrinter : Mono.CSharp.ReportPrinter
- {
- public StreamReportPrinter(System.IO.TextWriter writer) { }
- public override void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- }
- public partial class StringConcat : Mono.CSharp.Expression
- {
- internal StringConcat() { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.StringConcat Create(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class StringConstant : Mono.CSharp.Constant
- {
- public StringConstant(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- protected StringConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public StringConstant(Mono.CSharp.TypeSpec type, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public string Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class StringLiteral : Mono.CSharp.StringConstant, Mono.CSharp.ILiteralConstant
- {
- public StringLiteral(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(string), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public sealed partial class Struct : Mono.CSharp.ClassOrStruct
- {
- public Struct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasUnmanagedCheckDone { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public abstract partial class StructuralVisitor
- {
- protected StructuralVisitor() { }
- public virtual object Visit(Mono.CSharp.AnonymousMethodExpression anonymousMethodExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Arglist argListExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArglistAccess argListAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayCreation arrayCreationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayInitializer arrayInitializer) { throw null; }
- public virtual object Visit(Mono.CSharp.As asExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Await awaitExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.BaseThis baseAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Binary binaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Block blockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockConstant blockConstantDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockVariable blockVariableDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BooleanExpression booleanExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Break breakStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Cast castExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Checked checkedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.CheckedExpr checkedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Class c) { }
- public virtual void Visit(Mono.CSharp.CompilationSourceFile csf) { }
- public virtual object Visit(Mono.CSharp.ComposedCast composedCast) { throw null; }
- public virtual object Visit(Mono.CSharp.CompoundAssign compoundAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.Conditional conditionalExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Const c) { }
- public virtual object Visit(Mono.CSharp.Constant constant) { throw null; }
- public virtual object Visit(Mono.CSharp.ConstInitializer constInitializer) { throw null; }
- public virtual void Visit(Mono.CSharp.Constructor c) { }
- public virtual object Visit(Mono.CSharp.Continue continueStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultParameterValueExpression defaultParameterValueExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultValueExpression defaultValueExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Delegate d) { }
- public virtual void Visit(Mono.CSharp.Destructor d) { }
- public virtual object Visit(Mono.CSharp.Do doStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.ElementAccess elementAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpression emptyExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpressionStatement emptyExpressionStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyStatement emptyStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Enum e) { }
- public virtual void Visit(Mono.CSharp.EnumMember em) { }
- public virtual object Visit(Mono.CSharp.ErrorExpression errorExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.EventField e) { }
- public virtual void Visit(Mono.CSharp.EventProperty ep) { }
- public virtual object Visit(Mono.CSharp.Expression expression) { throw null; }
- public virtual void Visit(Mono.CSharp.Field f) { }
- public virtual object Visit(Mono.CSharp.Fixed fixedStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.FixedField f) { }
- public virtual object Visit(Mono.CSharp.For forStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Foreach foreachStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Goto gotoStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoCase gotoCase) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoDefault gotoDefault) { throw null; }
- public virtual object Visit(Mono.CSharp.If ifStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Indexer i) { }
- public virtual object Visit(Mono.CSharp.Indirection indirectionExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Interface i) { }
- public virtual object Visit(Mono.CSharp.Invocation invocationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Is isExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.LabeledStatement labeledStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.LambdaExpression lambdaExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupBy groupBy) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupJoin groupJoin) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Join join) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Let let) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByAscending orderByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByDescending orderByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryExpression queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryStartClause queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Select select) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.SelectMany selectMany) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByAscending thenByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByDescending thenByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Where where) { throw null; }
- public virtual object Visit(Mono.CSharp.LocalVariableReference localVariableReference) { throw null; }
- public virtual object Visit(Mono.CSharp.Lock lockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.MakeRefExpr makeRefExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.MemberAccess memberAccess) { throw null; }
- public virtual void Visit(Mono.CSharp.MemberCore member) { }
- public virtual void Visit(Mono.CSharp.Method m) { }
- public virtual void Visit(Mono.CSharp.ModuleContainer module) { }
- public virtual void Visit(Mono.CSharp.NamespaceContainer ns) { }
- public virtual object Visit(Mono.CSharp.New newExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.NewAnonymousType newAnonymousType) { throw null; }
- public virtual object Visit(Mono.CSharp.NewInitialize newInitializeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Nullable.NullCoalescingOperator nullCoalescingOperator) { throw null; }
- public virtual void Visit(Mono.CSharp.Operator o) { }
- public virtual object Visit(Mono.CSharp.ParenthesizedExpression parenthesizedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Property p) { }
- public virtual object Visit(Mono.CSharp.QualifiedAliasMember qualifiedAliasMember) { throw null; }
- public virtual object Visit(Mono.CSharp.RefTypeExpr refTypeExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.RefValueExpr refValueExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.Return returnStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleAssign simpleAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleName simpleName) { throw null; }
- public virtual object Visit(Mono.CSharp.SizeOf sizeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StackAlloc stackAllocExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Statement stmt) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementErrorExpression errorStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementExpression statementExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementList statementList) { throw null; }
- public virtual void Visit(Mono.CSharp.Struct s) { }
- public virtual object Visit(Mono.CSharp.Switch switchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SwitchLabel switchLabel) { throw null; }
- public virtual object Visit(Mono.CSharp.This thisExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Throw throwStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryCatch tryCatchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryFinally tryFinallyStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeExpression typeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeOf typeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unary unaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.UnaryMutator unaryMutatorExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unchecked uncheckedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.UnCheckedExpr uncheckedExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unsafe unsafeStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Using usingStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.UsingAliasNamespace uan) { }
- public virtual void Visit(Mono.CSharp.UsingExternAlias uea) { }
- public virtual void Visit(Mono.CSharp.UsingNamespace un) { }
- public virtual object Visit(Mono.CSharp.While whileStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Yield yieldStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.YieldBreak yieldBreakStatement) { throw null; }
- }
- public partial class Switch : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression Expr;
- public Mono.CSharp.TypeSpec SwitchType;
- public Switch(Mono.CSharp.Expression e, Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.SwitchLabel ActiveLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.SwitchLabel DefaultLabel { get { throw null; } }
- public Mono.CSharp.VariableReference ExpressionValue { get { throw null; } }
- public bool IsNullable { get { throw null; } }
- public bool IsPatternMatching { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SwitchLabel> RegisteredLabels { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public static Mono.CSharp.TypeSpec[] CreateSwitchUserTypes(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec nullable) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public Mono.CSharp.SwitchLabel FindLabel(Mono.CSharp.Constant value) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterGotoCase(Mono.CSharp.GotoCase gotoCase, Mono.CSharp.Constant value) { }
- public void RegisterLabel(Mono.CSharp.BlockContext rc, Mono.CSharp.SwitchLabel sl) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override void SetEndReachable() { }
- }
- public abstract partial class SwitchGoto : Mono.CSharp.Statement
- {
- protected Mono.CSharp.Switch switch_statement;
- protected bool unwind_protect;
- protected SwitchGoto(Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected void Error_GotoCaseRequiresSwitchBlock(Mono.CSharp.BlockContext bc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class SwitchLabel : Mono.CSharp.Statement
- {
- public SwitchLabel(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Constant Converted { get { throw null; } set { } }
- public bool IsDefault { get { throw null; } }
- public Mono.CSharp.Expression Label { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PatternMatching { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SectionStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void Error_AlreadyOccurs(Mono.CSharp.ResolveContext ec, Mono.CSharp.SwitchLabel collision_with) { }
- public System.Reflection.Emit.Label GetILLabel(Mono.CSharp.EmitContext ec) { throw null; }
- public string GetSignatureForError() { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public enum Target
- {
- Exe = 1,
- Library = 0,
- Module = 2,
- WinExe = 3,
- }
- public partial class TemporaryVariableReference : Mono.CSharp.VariableReference
- {
- public TemporaryVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public Mono.CSharp.LocalVariable LocalInfo { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public static Mono.CSharp.TemporaryVariableReference Create(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source) { }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public partial class Declarator : Mono.CSharp.Statement
- {
- public Declarator(Mono.CSharp.TemporaryVariableReference variable) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- }
- public partial class This : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.VariableInfo variable_info;
- public This(Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- protected virtual void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public static bool IsThisAvailable(Mono.CSharp.ResolveContext ec, bool ignoreAnonymous) { throw null; }
- public virtual void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- public override void SetHasAddressTaken() { }
- }
- public partial class Throw : Mono.CSharp.Statement
- {
- public Throw(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Tokenizer
- {
- public bool CompleteOnEOF;
- public const int DocumentationXref = 1048579;
- public const int EvalCompilationUnitParserCharacter = 1048577;
- public const int EvalStatementParserCharacter = 1048576;
- public const int EvalUsingDeclarationsParserCharacter = 1048578;
- public const int MaxIdentifierLength = 512;
- public const int MaxNumberLength = 512;
- public bool parsing_attribute_section;
- public int parsing_block;
- public bool parsing_catch_when;
- public int parsing_declaration;
- public bool parsing_generic_declaration;
- public bool parsing_generic_declaration_doc;
- public bool parsing_interpolation_format;
- public bool parsing_modifiers;
- public int parsing_type;
- public Tokenizer(Mono.CSharp.SeekableStreamReader input, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session, Mono.CSharp.Report report) { }
- public bool ConstraintsParsing { get { throw null; } set { } }
- public Mono.CSharp.XmlCommentState doc_state { get { throw null; } set { } }
- public bool EventParsing { get { throw null; } set { } }
- public int Line { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PropertyParsing { get { throw null; } set { } }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public void check_incorrect_doc_comment() { }
- public void cleanup() { }
- public string consume_doc_comment() { throw null; }
- public void DiscardPosition() { }
- public bool IsEscapedIdentifier(Mono.CSharp.ATypeNameExpression name) { throw null; }
- public static bool IsKeyword(string s) { throw null; }
- public static bool IsValidIdentifier(string s) { throw null; }
- public int peek_token() { throw null; }
- public void PopPosition() { }
- public void PushPosition() { }
- public void putback(int c) { }
- public int token() { throw null; }
- public object value() { throw null; }
- public int xtoken() { throw null; }
- public partial class LocatedTokenBuffer
- {
- public int pos;
- public LocatedTokenBuffer() { }
- public LocatedTokenBuffer(Mono.CSharp.LocatedToken[] buffer) { }
- public Mono.CSharp.LocatedToken Create(Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- public Mono.CSharp.LocatedToken Create(string value, Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void CreateOptional(Mono.CSharp.SourceFile file, int row, int col, ref object token) { }
- }
- public enum PreprocessorDirective
- {
- CustomArgumentsParsing = 1024,
- Define = 2055,
- Elif = 2053,
- Else = 6,
- Endif = 4,
- Endregion = 2,
- Error = 9,
- If = 2051,
- Invalid = 0,
- Line = 1036,
- Pragma = 1035,
- Region = 1,
- RequiresArgument = 2048,
- Undef = 2056,
- Warning = 10,
- }
- }
- public partial class ToplevelBlock : Mono.CSharp.ParametersBlock
- {
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public bool IsIterator { get { throw null; } set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.ExplicitBlock> ThisReferencesFromChildrenBlock { get { throw null; } }
- public Mono.CSharp.LocalVariable ThisVariable { get { throw null; } }
- public void AddLabel(string name, Mono.CSharp.LabeledStatement label) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li, bool ignoreChildrenBlocks) { }
- public void AddThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void AddThisVariable(Mono.CSharp.BlockContext bc) { }
- public override void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Arguments GetAllParametersArguments() { throw null; }
- public bool GetLocalName(string name, Mono.CSharp.Block block, ref Mono.CSharp.INamedBlockVariable variable) { throw null; }
- public System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> GetUndeclaredVariables() { throw null; }
- public void IncludeBlock(Mono.CSharp.ParametersBlock pb, Mono.CSharp.ToplevelBlock block) { }
- public void RemoveThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public bool Resolve(Mono.CSharp.BlockContext bc, Mono.CSharp.IMethodData md) { throw null; }
- public void SetUndeclaredVariables(System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { }
- }
- public partial class TryCatch : Mono.CSharp.ExceptionStatement
- {
- public Mono.CSharp.Block Block;
- public TryCatch(Mono.CSharp.Block block, System.Collections.Generic.List<Mono.CSharp.Catch> catch_clauses, Mono.CSharp.Location l, bool inside_try_finally) : base (default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.Catch> Clauses { get { throw null; } }
- public bool HasClauseWithAwait { get { throw null; } }
- public bool IsTryCatchFinally { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TryFinally : Mono.CSharp.TryFinallyBlock
- {
- public TryFinally(Mono.CSharp.Statement stmt, Mono.CSharp.ExplicitBlock fini, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.ExplicitBlock FinallyBlock { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- public static System.Reflection.Emit.Label EmitRedirectedJump(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, System.Reflection.Emit.Label label, Mono.CSharp.Block labelBlock, bool unwindProtect) { throw null; }
- public static System.Reflection.Emit.Label EmitRedirectedReturn(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, bool unwindProtect) { throw null; }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterForControlExitCheck(Mono.CSharp.DefiniteAssignmentBitSet vector) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public abstract partial class TryFinallyBlock : Mono.CSharp.ExceptionStatement
- {
- protected Mono.CSharp.Statement stmt;
- protected TryFinallyBlock(Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected virtual bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract void EmitFinallyBody(Mono.CSharp.EmitContext ec);
- public override void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- protected abstract void EmitTryBody(Mono.CSharp.EmitContext ec);
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TypeArguments
- {
- public TypeArguments(params Mono.CSharp.FullNamedExpression[] types) { }
- public Mono.CSharp.TypeSpec[] Arguments { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public void Add(Mono.CSharp.FullNamedExpression type) { }
- public Mono.CSharp.TypeArguments Clone() { throw null; }
- public string GetSignatureForError() { throw null; }
- public virtual bool Resolve(Mono.CSharp.IMemberContext ec, bool allowUnbound) { throw null; }
- }
- public abstract partial class TypeCast : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Expression child;
- protected TypeCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public abstract partial class TypeContainer : Mono.CSharp.MemberCore
- {
- protected System.Collections.Generic.List<Mono.CSharp.TypeContainer> containers;
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> defined_names;
- protected bool is_defined;
- public readonly Mono.CSharp.MemberKind Kind;
- protected TypeContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.IList<Mono.CSharp.TypeContainer> Containers { get { throw null; } }
- public int CounterAnonymousContainers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterAnonymousMethods { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterSwitchTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> DefinedNames { get { throw null; } }
- public Mono.CSharp.TypeDefinition PartialContainer { get { throw null; } protected set { } }
- public Mono.CSharp.Attributes UnattachedAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddCompilerGeneratedClass(Mono.CSharp.CompilerGeneratedContainer c) { }
- public virtual void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- protected void AddPartial(Mono.CSharp.TypeDefinition next_part, Mono.CSharp.TypeDefinition existing) { }
- public virtual void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected virtual void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public virtual void CloseContainer() { }
- public virtual bool CreateContainer() { throw null; }
- public virtual void CreateMetadataName(System.Text.StringBuilder sb) { }
- public override bool Define() { throw null; }
- public virtual bool DefineContainer() { throw null; }
- protected virtual void DefineNamespace() { }
- protected virtual void DoDefineContainer() { }
- public virtual void EmitContainer() { }
- protected void Error_MissingPartialModifier(Mono.CSharp.MemberCore type) { }
- public virtual void ExpandBaseInterfaces() { }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public virtual string GetSignatureForMetadata() { throw null; }
- public virtual void PrepareEmit() { }
- public virtual void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- public virtual void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public abstract partial class TypeDefinition : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public int AnonymousMethodsCounter;
- protected Mono.CSharp.TypeSpec base_type;
- public const string DefaultIndexerName = "Item";
- public int DynamicSitesCounter;
- protected Mono.CSharp.FieldBase first_nonstatic_field;
- protected bool has_static_constructor;
- protected Mono.CSharp.TypeSpec[] iface_exprs;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_fields;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_static_fields;
- public int MethodGroupsCounter;
- protected Mono.CSharp.TypeSpec spec;
- public System.Reflection.Emit.TypeBuilder TypeBuilder;
- protected System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> type_bases;
- protected TypeDefinition(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> BaseTypeExpressions { get { throw null; } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public Mono.CSharp.TypeSpec Definition { get { throw null; } }
- public override string DocComment { get { throw null; } set { } }
- public override string DocCommentHeader { get { throw null; } }
- public bool HasEquals { get { throw null; } }
- public bool HasExplicitLayout { get { throw null; } set { } }
- public bool HasGetHashCode { get { throw null; } }
- public bool HasInstanceConstructor { get { throw null; } set { } }
- public bool HasMembersDefined { get { throw null; } }
- public bool HasOperators { get { throw null; } set { } }
- public bool HasStaticFieldInitializer { get { throw null; } set { } }
- public bool HasStructLayout { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec[] Interfaces { get { throw null; } }
- public bool IsComImport { get { throw null; } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsPartial { get { throw null; } }
- public bool IsTopLevel { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.MemberCore> Members { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- string Mono.CSharp.ITypeDefinition.Namespace { get { throw null; } }
- Mono.CSharp.TypeParameterSpec[] Mono.CSharp.ITypeDefinition.TypeParameters { get { throw null; } }
- public Mono.CSharp.PendingImplementation PendingImplementations { get { throw null; } }
- public Mono.CSharp.Arguments PrimaryConstructorBaseArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Location PrimaryConstructorBaseArgumentsStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersCompiled PrimaryConstructorParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected virtual System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeParameters TypeParametersAll { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddConstructor(Mono.CSharp.Constructor c) { }
- public void AddConstructor(Mono.CSharp.Constructor c, bool isDefault) { }
- public bool AddField(Mono.CSharp.FieldBase field) { throw null; }
- public void AddIndexer(Mono.CSharp.Indexer i) { }
- public void AddMember(Mono.CSharp.MemberCore symbol) { }
- public virtual void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public void AddOperator(Mono.CSharp.Operator op) { }
- public void AddPartialPart(Mono.CSharp.TypeDefinition part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected override void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public override bool CreateContainer() { throw null; }
- public Mono.CSharp.MethodSpec CreateHoistedBaseCallProxy(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- public override void CreateMetadataName(System.Text.StringBuilder sb) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder CreateMethodSymbolEntry() { throw null; }
- public sealed override bool Define() { throw null; }
- protected bool DefineBaseTypes() { throw null; }
- protected override void DoDefineContainer() { }
- protected virtual bool DoDefineMembers() { throw null; }
- public void DoExpandBaseInterfaces() { }
- protected virtual bool DoResolveTypeParameters() { throw null; }
- public override void Emit() { }
- public sealed override void EmitContainer() { }
- public override void ExpandBaseInterfaces() { }
- public static string FilterNestedName(string name) { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForMetadata() { throw null; }
- public bool IsBaseTypeDefinition(Mono.CSharp.TypeSpec baseType) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public virtual bool IsUnmanagedType() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void Mark_HasEquals() { }
- public void Mark_HasGetHashCode() { }
- public bool MethodModifiersValid(Mono.CSharp.MemberCore mc) { throw null; }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override void PrepareEmit() { }
- public void RegisterFieldForInitialization(Mono.CSharp.MemberCore field, Mono.CSharp.FieldInitializer expression) { }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected virtual Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public void ResolveFieldInitializers(Mono.CSharp.BlockContext ec) { }
- public virtual void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- public void SetPredefinedSpec(Mono.CSharp.BuiltinTypeSpec spec) { }
- protected override bool VerifyClsCompliance() { throw null; }
- public bool VerifyImplements(Mono.CSharp.InterfaceMemberBase mb) { throw null; }
- public override void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct BaseContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public BaseContext(Mono.CSharp.TypeContainer tc) { throw null;}
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public abstract partial class TypeExpr : Mono.CSharp.FullNamedExpression
- {
- protected TypeExpr() { }
- protected sealed override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public sealed override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class TypeExpression : Mono.CSharp.TypeExpr
- {
- public TypeExpression(Mono.CSharp.TypeSpec t, Mono.CSharp.Location l) { }
- public sealed override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public static partial class TypeExtensions
- {
- public static string GetNamespace(this System.Type t) { throw null; }
- }
- public partial class TypeInferenceContext
- {
- public TypeInferenceContext() { }
- public TypeInferenceContext(Mono.CSharp.TypeSpec[] typeArguments) { }
- public Mono.CSharp.TypeSpec[] InferredTypeArguments { get { throw null; } }
- public bool UnfixedVariableExists { get { throw null; } }
- public void AddCommonTypeBound(Mono.CSharp.TypeSpec type) { }
- public void AddCommonTypeBoundAsync(Mono.CSharp.TypeSpec type) { }
- public int ExactInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public bool FixAllTypes(Mono.CSharp.ResolveContext ec) { throw null; }
- public bool FixDependentTypes(Mono.CSharp.ResolveContext ec, ref bool fixed_any) { throw null; }
- public bool FixIndependentTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec[] methodParameters, ref bool fixed_any) { throw null; }
- public bool FixType(Mono.CSharp.ResolveContext ec, int i) { throw null; }
- public bool HasBounds(int pos) { throw null; }
- public Mono.CSharp.TypeSpec InflateGenericArgument(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec parameter) { throw null; }
- public bool IsReturnTypeNonDependent(Mono.CSharp.MethodSpec invoke, Mono.CSharp.TypeSpec returnType) { throw null; }
- public int LowerBoundInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public int OutputTypeInference(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.TypeSpec t) { throw null; }
- protected enum BoundKind
- {
- Exact = 0,
- Lower = 1,
- Upper = 2,
- }
- }
- public partial class TypeInfo
- {
- internal TypeInfo() { }
- public readonly bool IsStruct;
- public readonly int Length;
- public readonly int Offset;
- public Mono.CSharp.TypeInfo[] SubStructInfo;
- public readonly int TotalLength;
- public int GetFieldIndex(string name) { throw null; }
- public Mono.CSharp.TypeInfo GetStructField(string name) { throw null; }
- public static Mono.CSharp.TypeInfo GetTypeInfo(Mono.CSharp.TypeSpec type, Mono.CSharp.IMemberContext context) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.VariableInfo vi, Mono.CSharp.Location loc) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- }
- public partial class TypeOf : Mono.CSharp.Expression
- {
- public TypeOf(Mono.CSharp.FullNamedExpression queried_type, Mono.CSharp.Location l) { }
- public TypeOf(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeArgument { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class TypeParameter : Mono.CSharp.MemberCore, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public TypeParameter(Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.VarianceDecl variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec parentSpec, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(int index, Mono.CSharp.MemberName name, Mono.CSharp.Constraints constraints, Mono.CSharp.Attributes attrs, Mono.CSharp.Variance Variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Constraints Constraints { get { throw null; } set { } }
- public Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsMethodTypeParameter { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec Type { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public Mono.CSharp.VarianceDecl VarianceDecl { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool AddPartialConstraints(Mono.CSharp.TypeDefinition part, Mono.CSharp.TypeParameter tp) { throw null; }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public void CheckGenericConstraints(bool obsoleteCheck) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeContainer parent) { }
- public Mono.CSharp.TypeParameter CreateHoistedCopy(Mono.CSharp.TypeSpec declaringSpec) { throw null; }
- public override bool Define() { throw null; }
- public void Define(Mono.CSharp.TypeParameter tp) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder type) { }
- public override void Emit() { }
- public void EmitConstraints(System.Reflection.Emit.GenericTypeParameterBuilder builder) { }
- public void ErrorInvalidVariance(Mono.CSharp.IMemberContext mc, Mono.CSharp.Variance expected) { }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public bool ResolveConstraints(Mono.CSharp.IMemberContext context) { throw null; }
- public new void VerifyClsCompliance() { }
- public void WarningParentNameConflict(Mono.CSharp.TypeParameter conflict) { }
- }
- public partial class TypeParameterExpr : Mono.CSharp.TypeExpression
- {
- public TypeParameterExpr(Mono.CSharp.TypeParameter type_parameter, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeParameterInflator
- {
- public TypeParameterInflator(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec type, Mono.CSharp.TypeParameterSpec[] tparams, Mono.CSharp.TypeSpec[] targs) { throw null;}
- public TypeParameterInflator(Mono.CSharp.TypeParameterInflator nested, Mono.CSharp.TypeSpec type) { throw null;}
- public Mono.CSharp.IModuleContext Context { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeInstance { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class TypeParameterMutator
- {
- public TypeParameterMutator(Mono.CSharp.TypeParameters mvar, Mono.CSharp.TypeParameters var) { }
- public TypeParameterMutator(Mono.CSharp.TypeParameterSpec[] srcVar, Mono.CSharp.TypeParameters destVar) { }
- public Mono.CSharp.TypeParameters MethodTypeParameters { get { throw null; } }
- public static Mono.CSharp.TypeSpec GetMemberDeclaringType(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterSpec Mutate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeSpec ts) { throw null; }
- public Mono.CSharp.TypeSpec[] Mutate(Mono.CSharp.TypeSpec[] targs) { throw null; }
- }
- public partial class TypeParameters
- {
- public TypeParameters() { }
- public TypeParameters(int count) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeParameter this[int index] { get { throw null; } set { } }
- public Mono.CSharp.TypeParameterSpec[] Types { get { throw null; } }
- public void Add(Mono.CSharp.TypeParameter tparam) { }
- public void Add(Mono.CSharp.TypeParameters tparams) { }
- public void CheckPartialConstraints(Mono.CSharp.Method part) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, int parentOffset, Mono.CSharp.TypeContainer parent) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder[] builders) { }
- public Mono.CSharp.TypeParameter Find(string name) { throw null; }
- public string[] GetAllNames() { throw null; }
- public string GetSignatureForError() { throw null; }
- public void UpdateConstraints(Mono.CSharp.TypeDefinition part) { }
- public void VerifyClsCompliance() { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{DisplayDebugInfo()}")]
- public partial class TypeParameterSpec : Mono.CSharp.TypeSpec
- {
- public static readonly new Mono.CSharp.TypeParameterSpec[] EmptyTypes;
- public TypeParameterSpec(Mono.CSharp.TypeSpec declaringType, int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public TypeParameterSpec(int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public int DeclaredPosition { get { throw null; } set { } }
- public bool HasAnyTypeConstraint { get { throw null; } }
- public bool HasSpecialClass { get { throw null; } }
- public bool HasSpecialConstructor { get { throw null; } }
- public bool HasSpecialStruct { get { throw null; } }
- public bool HasTypeConstraint { get { throw null; } }
- public Mono.CSharp.MemberCache InterfaceCache { get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public Mono.CSharp.TypeSpec[] InterfacesDefined { get { throw null; } set { } }
- public bool IsConstrained { get { throw null; } }
- public bool IsMethodOwned { get { throw null; } }
- public bool IsReferenceType { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.SpecialConstraint SpecialConstraint { get { throw null; } set { } }
- public new Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } set { } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public string DisplayDebugInfo() { throw null; }
- public Mono.CSharp.TypeSpec GetEffectiveBase() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool HasAnyTypeParameterConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public static bool HasAnyTypeParameterTypeConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public bool HasDependencyOn(Mono.CSharp.TypeSpec type) { throw null; }
- public bool HasSameConstraintsDefinition(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public bool HasSameConstraintsImplementation(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public void InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec tps) { }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec[] tparams) { throw null; }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints<T>(Mono.CSharp.TypeParameterSpec[] tparams, System.Func<T, Mono.CSharp.TypeParameterInflator> inflatorFactory, T arg) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- public bool IsConvertibleToInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- public partial class TypeSpec : Mono.CSharp.MemberSpec
- {
- protected Mono.CSharp.MemberCache cache;
- public static readonly Mono.CSharp.TypeSpec[] EmptyTypes;
- protected System.Collections.Generic.IList<Mono.CSharp.TypeSpec> ifaces;
- protected System.Type info;
- public TypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.ITypeDefinition definition, System.Type info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec BaseType { get { throw null; } set { } }
- public virtual Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public bool HasDynamicElement { get { throw null; } }
- public virtual System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } set { } }
- public bool IsArray { get { throw null; } }
- public virtual bool IsArrayGenericInterface { get { throw null; } set { } }
- public bool IsAttribute { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsConstantCompatible { get { throw null; } }
- public bool IsDelegate { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public virtual bool IsExpressionTreeType { get { throw null; } set { } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsGenericParameter { get { throw null; } }
- public virtual bool IsGenericTask { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsNullableType { get { throw null; } set { } }
- public bool IsPointer { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSpecialRuntimeType { get { throw null; } set { } }
- public bool IsStruct { get { throw null; } }
- public bool IsStructOrEnum { get { throw null; } }
- public bool IsTypeBuilder { get { throw null; } }
- public bool IsUnmanaged { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } set { } }
- public Mono.CSharp.MemberCache MemberCacheTypes { get { throw null; } }
- public new Mono.CSharp.ITypeDefinition MemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public virtual bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public bool AddInterfaceDefined(Mono.CSharp.TypeSpec iface) { throw null; }
- public static Mono.CSharp.TypeSpec[] GetAllTypeArguments(Mono.CSharp.TypeSpec type) { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public virtual System.Type GetMetaInfo() { throw null; }
- public sealed override string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForErrorIncludingAssemblyName() { throw null; }
- protected virtual string GetTypeNameSignature() { throw null; }
- public bool ImplementsInterface(Mono.CSharp.TypeSpec iface, bool variantly) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected virtual void InitializeMemberCache(bool onlyTypes) { }
- public static bool IsBaseClass(Mono.CSharp.TypeSpec type, Mono.CSharp.TypeSpec baseClass, bool dynamicIsObject) { throw null; }
- public static bool IsNonNullableValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsReferenceType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public Mono.CSharp.InflatedTypeSpec MakeGenericType(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec[] targs) { throw null; }
- public virtual Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public void SetExtensionMethodContainer() { }
- public void SetMetaInfo(System.Type info) { }
- public void UpdateInflatedInstancesBaseType() { }
- }
- public partial class UIntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly uint Value;
- public UIntConstant(Mono.CSharp.BuiltinTypes types, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UIntConstant(Mono.CSharp.TypeSpec type, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class UIntLiteral : Mono.CSharp.UIntConstant, Mono.CSharp.ILiteralConstant
- {
- public UIntLiteral(Mono.CSharp.BuiltinTypes types, uint l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(uint), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ULongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ulong Value;
- public ULongConstant(Mono.CSharp.BuiltinTypes types, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ULongConstant(Mono.CSharp.TypeSpec type, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class ULongLiteral : Mono.CSharp.ULongConstant, Mono.CSharp.ILiteralConstant
- {
- public ULongLiteral(Mono.CSharp.BuiltinTypes types, ulong l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(ulong), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Unary : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public readonly Mono.CSharp.Unary.Operator Oper;
- public Unary(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[][] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.TypeSpec type) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public static void Error_Ambiguous(Mono.CSharp.ResolveContext rc, string oper, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.Unary.Operator oper) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- public enum Operator : byte
- {
- AddressOf = (byte)4,
- LogicalNot = (byte)2,
- OnesComplement = (byte)3,
- TOP = (byte)5,
- UnaryNegation = (byte)1,
- UnaryPlus = (byte)0,
- }
- }
- public partial class UnaryMutator : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression expr;
- public UnaryMutator(Mono.CSharp.UnaryMutator.Mode m, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.UnaryMutator.Mode UnaryMutatorMode { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected Mono.CSharp.Expression DoResolveOperation(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected virtual void EmitOperation(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.UnaryMutator.Mode oper) { throw null; }
- [System.FlagsAttribute]
- public enum Mode : byte
- {
- IsDecrement = (byte)1,
- IsIncrement = (byte)0,
- IsPost = (byte)2,
- IsPre = (byte)0,
- PostDecrement = (byte)3,
- PostIncrement = (byte)2,
- PreDecrement = (byte)1,
- PreIncrement = (byte)0,
- }
- }
- public partial class UnboundTypeArguments : Mono.CSharp.TypeArguments
- {
- public UnboundTypeArguments(int arity, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression[])) { }
- public override bool IsEmpty { get { throw null; } }
- public override bool Resolve(Mono.CSharp.IMemberContext mc, bool allowUnbound) { throw null; }
- }
- public partial class UnboxCast : Mono.CSharp.TypeCast
- {
- public UnboxCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Unchecked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unchecked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UnCheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public UnCheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Undo
- {
- public Undo() { }
- public void AddTypeContainer(Mono.CSharp.TypeContainer current_container, Mono.CSharp.TypeDefinition tc) { }
- public void ExecuteUndo() { }
- }
- public partial class UnixUtils
- {
- public UnixUtils() { }
- public static bool isatty(int fd) { throw null; }
- }
- public partial class UnreachableExpression : Mono.CSharp.Expression
- {
- public UnreachableExpression(Mono.CSharp.Expression expr) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unsafe : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unsafe(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UserCast : Mono.CSharp.Expression
- {
- public UserCast(Mono.CSharp.MethodSpec method, Mono.CSharp.Expression source, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Source { get { throw null; } set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UserOperatorCall : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Arguments arguments;
- protected readonly Mono.CSharp.MethodSpec oper;
- public UserOperatorCall(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments args, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext context, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ushort Value;
- public UShortConstant(Mono.CSharp.BuiltinTypes types, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UShortConstant(Mono.CSharp.TypeSpec type, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Using : Mono.CSharp.TryFinallyBlock
- {
- public Using(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Using(Mono.CSharp.Using.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public bool IsNested { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected virtual void CheckIDiposableConversion(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- protected virtual Mono.CSharp.Statement CreateDisposeCall(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable lv) { throw null; }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ResolveDeclaratorInitializer(Mono.CSharp.BlockContext bc) { }
- public Mono.CSharp.Expression ResolveExpression(Mono.CSharp.BlockContext bc) { throw null; }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- public Mono.CSharp.Statement RewriteUsingDeclarators(Mono.CSharp.BlockContext bc, Mono.CSharp.Statement stmt) { throw null; }
- }
- }
- public partial class UsingAliasNamespace : Mono.CSharp.UsingNamespace
- {
- public UsingAliasNamespace(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AliasContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public AliasContext(Mono.CSharp.NamespaceContainer ns) { throw null;}
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class UsingClause
- {
- protected Mono.CSharp.FullNamedExpression resolved;
- public UsingClause(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) { }
- public virtual Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression NamespaceExpression { get { throw null; } }
- public Mono.CSharp.FullNamedExpression ResolvedExpression { get { throw null; } }
- public virtual void Define(Mono.CSharp.NamespaceContainer ctx) { }
- public string GetSignatureForError() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class UsingExternAlias : Mono.CSharp.UsingAliasNamespace
- {
- public UsingExternAlias(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.Location loc) : base (default(Mono.CSharp.SimpleMemberName), default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingNamespace : Mono.CSharp.UsingClause
- {
- public UsingNamespace(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingType : Mono.CSharp.UsingClause
- {
- public UsingType(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public delegate void ValueModificationHandler(string variableName, int row, int column, object value);
- public partial class VariableInfo
- {
- internal VariableInfo() { }
- public bool IsParameter;
- public bool IsEverAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable variable) { throw null; }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.Parameter parameter) { throw null; }
- public Mono.CSharp.VariableInfo GetStructFieldInfo(string fieldName) { throw null; }
- public bool IsAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc) { throw null; }
- public bool IsStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { throw null; }
- public void SetAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, bool generatedAssignment) { }
- public void SetStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class VariableReference : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected VariableReference() { }
- public abstract bool IsFixed { get; }
- public bool IsHoisted { get { throw null; } }
- public abstract bool IsLockedByStatement { get; set; }
- public abstract bool IsRef { get; }
- public abstract string Name { get; }
- protected abstract Mono.CSharp.ILocalVariable Variable { get; }
- public abstract Mono.CSharp.VariableInfo VariableInfo { get; }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool prepare_for_load) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae);
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract void SetHasAddressTaken();
- }
- public enum Variance
- {
- Contravariant = -1,
- Covariant = 1,
- None = 0,
- }
- public partial class VarianceDecl
- {
- public VarianceDecl(Mono.CSharp.Variance variance, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Variance Variance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static Mono.CSharp.Variance CheckTypeVariance(Mono.CSharp.TypeSpec t, Mono.CSharp.Variance expected, Mono.CSharp.IMemberContext member) { throw null; }
- }
- public partial class WarningRegions
- {
- public WarningRegions() { }
- public bool IsWarningEnabled(int code, int src_line) { throw null; }
- public void WarningDisable(Mono.CSharp.Location location, int code, Mono.CSharp.Report Report) { }
- public void WarningDisable(int line) { }
- public void WarningEnable(Mono.CSharp.Location location, int code, Mono.CSharp.CompilerContext context) { }
- public void WarningEnable(int line) { }
- }
- public partial class While : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public While(Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Statement statement, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- }
- public enum XmlCommentState
- {
- Allowed = 0,
- Error = 2,
- NotAllowed = 1,
- }
- public partial class Yield : Mono.CSharp.YieldStatement<Mono.CSharp.Iterator>
- {
- public Yield(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public static bool CheckContext(Mono.CSharp.BlockContext bc, Mono.CSharp.Location loc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class YieldBreak : Mono.CSharp.ExitStatement
- {
- public YieldBreak(Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public abstract partial class YieldStatement<T> : Mono.CSharp.ResumableStatement where T : Mono.CSharp.StateMachineInitializer
- {
- protected Mono.CSharp.Expression expr;
- protected T machine_initializer;
- protected bool unwind_protect;
- protected YieldStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void RegisterResumePoint() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
-}
-namespace Mono.CSharp.Linq
-{
- public abstract partial class AQueryClause : Mono.CSharp.ShimExpression
- {
- public Mono.CSharp.Linq.QueryBlock block;
- public Mono.CSharp.Linq.AQueryClause next;
- protected AQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- protected abstract string MethodName { get; }
- public Mono.CSharp.Linq.AQueryClause Next { set { } }
- public Mono.CSharp.Linq.AQueryClause Tail { get { throw null; } }
- public virtual Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected virtual void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- protected virtual Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected Mono.CSharp.Invocation CreateQueryExpression(Mono.CSharp.Expression lSide, Mono.CSharp.Arguments arguments) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected partial class QueryExpressionAccess : Mono.CSharp.MemberAccess
- {
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- }
- protected partial class QueryExpressionInvocation : Mono.CSharp.Invocation, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- public QueryExpressionInvocation(Mono.CSharp.Linq.AQueryClause.QueryExpressionAccess expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- }
- public abstract partial class ARangeVariableQueryClause : Mono.CSharp.Linq.AQueryClause
- {
- protected Mono.CSharp.Linq.RangeVariable identifier;
- protected ARangeVariableQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.RangeVariable Identifier { get { throw null; } }
- public Mono.CSharp.FullNamedExpression IdentifierType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected Mono.CSharp.Invocation CreateCastExpression(Mono.CSharp.Expression lSide) { throw null; }
- protected override Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected static Mono.CSharp.Expression CreateRangeVariableType(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter parameter, Mono.CSharp.Linq.RangeVariable name, Mono.CSharp.Expression init) { throw null; }
- protected virtual Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class GroupBy : Mono.CSharp.Linq.AQueryClause
- {
- public GroupBy(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression elementSelector, Mono.CSharp.Linq.QueryBlock elementBlock, Mono.CSharp.Expression keySelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Expression SelectorExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class GroupJoin : Mono.CSharp.Linq.Join
- {
- public GroupJoin(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Linq.RangeVariable into, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class Join : Mono.CSharp.Linq.SelectMany
- {
- public Join(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.QueryBlock InnerSelector { get { throw null; } }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Linq.QueryBlock OuterSelector { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class Let : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public Let(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class OrderByAscending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class OrderByDescending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class QueryBlock : Mono.CSharp.ParametersBlock
- {
- public QueryBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public void AddRangeVariable(Mono.CSharp.Linq.RangeVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public override void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void SetParameter(Mono.CSharp.Parameter parameter) { }
- public void SetParameters(Mono.CSharp.Parameter first, Mono.CSharp.Parameter second) { }
- public sealed partial class TransparentParameter : Mono.CSharp.ImplicitLambdaParameter
- {
- public static int Counter;
- public readonly string Identifier;
- public readonly Mono.CSharp.Parameter Parent;
- public TransparentParameter(Mono.CSharp.Parameter parent, Mono.CSharp.Linq.RangeVariable identifier) : base (default(string), default(Mono.CSharp.Location)) { }
- public static void Reset() { }
- }
- }
- public partial class QueryExpression : Mono.CSharp.Linq.AQueryClause
- {
- public QueryExpression(Mono.CSharp.Linq.AQueryClause start) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parentParameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class QueryStartClause : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public QueryStartClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public sealed partial class RangeVariable : Mono.CSharp.INamedBlockVariable
- {
- public RangeVariable(string name, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Block Block { get { throw null; } set { } }
- public bool IsDeclared { get { throw null; } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- public partial class Select : Mono.CSharp.Linq.AQueryClause
- {
- public Select(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public bool IsRequired(Mono.CSharp.Parameter parameter) { throw null; }
- }
- public partial class SelectMany : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public SelectMany(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class ThenByAscending : Mono.CSharp.Linq.OrderByAscending
- {
- public ThenByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ThenByDescending : Mono.CSharp.Linq.OrderByDescending
- {
- public ThenByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Where : Mono.CSharp.Linq.AQueryClause
- {
- public Where(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
-}
-namespace Mono.CSharp.Nullable
-{
- public partial class LiftedConversion : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Expression unwrap, Mono.CSharp.TypeSpec type) { }
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Nullable.Unwrap unwrap, Mono.CSharp.TypeSpec type) { }
- public override bool IsNull { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class LiftedNull : Mono.CSharp.NullConstant, Mono.CSharp.IMemoryLocation
- {
- internal LiftedNull() : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- public static Mono.CSharp.Constant Create(Mono.CSharp.TypeSpec nullable, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Constant CreateFromExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression e) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class LiftedUnaryOperator : Mono.CSharp.Unary, Mono.CSharp.IMemoryLocation
- {
- public LiftedUnaryOperator(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected override Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class NullableType : Mono.CSharp.TypeExpr
- {
- public NullableType(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class NullCoalescingOperator : Mono.CSharp.Expression
- {
- public NullCoalescingOperator(Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public Mono.CSharp.Expression RightExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unwrap : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public Unwrap(Mono.CSharp.Expression expr, bool useDefaultValue=true) { }
- public override bool IsNull { get { throw null; } }
- public Mono.CSharp.Expression Original { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr) { throw null; }
- public static Mono.CSharp.Nullable.Unwrap Create(Mono.CSharp.Expression expr, bool useDefaultValue) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.Expression CreateUnwrapped(Mono.CSharp.Expression expr) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCheck(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public void Load(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public partial class UnwrapCall : Mono.CSharp.CompositeExpression
- {
- public UnwrapCall(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Wrap : Mono.CSharp.TypeCast
- {
- internal Wrap() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
-}
diff --git a/src/v4.6.2/Mono.Cairo.cs b/src/v4.6.2/Mono.Cairo.cs
deleted file mode 100644
index fdb3d9e..0000000
--- a/src/v4.6.2/Mono.Cairo.cs
+++ /dev/null
@@ -1,731 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Cairo
-{
- [System.SerializableAttribute]
- public enum Antialias
- {
- Default = 0,
- Gray = 2,
- None = 1,
- Subpixel = 3,
- }
- public static partial class CairoAPI
- {
- public static int Version { get { throw null; } }
- public static string VersionString { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Color
- {
- public Color(double r, double g, double b) { throw null;}
- public Color(double r, double g, double b, double a) { throw null;}
- public double A { get { throw null; } set { } }
- public double B { get { throw null; } set { } }
- public double G { get { throw null; } set { } }
- public double R { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Content
- {
- Alpha = 8192,
- Color = 4096,
- ColorAlpha = 12288,
- }
- public partial class Context : System.IDisposable
- {
- public Context(Cairo.Surface surface) { }
- [System.ObsoleteAttribute]
- public Context(System.IntPtr state) { }
- public Context(System.IntPtr handle, bool owner) { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetSourceColor method")]
- public Cairo.Color Color { set { } }
- [System.ObsoleteAttribute("Use SetSourceRGBA method")]
- public Cairo.Color ColorRgb { set { } }
- [System.ObsoleteAttribute("Use GetFontFace/SetFontFace")]
- public Cairo.FontFace ContextFontFace { get { throw null; } set { } }
- public Cairo.PointD CurrentPoint { get { throw null; } }
- public Cairo.FillRule FillRule { get { throw null; } set { } }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } set { } }
- public Cairo.FontOptions FontOptions { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public double FontSize { set { } }
- [System.ObsoleteAttribute("Use GetGroupTarget()")]
- public Cairo.Surface GroupTarget { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool HasCurrentPoint { get { throw null; } }
- public Cairo.LineCap LineCap { get { throw null; } set { } }
- public Cairo.LineJoin LineJoin { get { throw null; } set { } }
- public double LineWidth { get { throw null; } set { } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public double MiterLimit { get { throw null; } set { } }
- public Cairo.Operator Operator { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Pattern { get { throw null; } set { } }
- public uint ReferenceCount { get { throw null; } }
- [System.ObsoleteAttribute("Use GetScaledFont/SetScaledFont")]
- public Cairo.ScaledFont ScaledFont { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Source { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use GetTarget/SetTarget")]
- public Cairo.Surface Target { get { throw null; } set { } }
- public double Tolerance { get { throw null; } set { } }
- public void AppendPath(Cairo.Path path) { }
- public void Arc(double xc, double yc, double radius, double angle1, double angle2) { }
- public void ArcNegative(double xc, double yc, double radius, double angle1, double angle2) { }
- public void Clip() { }
- public void ClipPreserve() { }
- public void ClosePath() { }
- public void CopyPage() { }
- public Cairo.Path CopyPath() { throw null; }
- public Cairo.Path CopyPathFlat() { throw null; }
- public void CurveTo(Cairo.PointD p1, Cairo.PointD p2, Cairo.PointD p3) { }
- public void CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) { }
- public void DeviceToUser(ref double x, ref double y) { }
- public void DeviceToUserDistance(ref double dx, ref double dy) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Fill() { }
- public Cairo.Rectangle FillExtents() { throw null; }
- public void FillPreserve() { }
- ~Context() { }
- [System.ObsoleteAttribute("Use SelectFontFace() instead.")]
- public void FontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public void FontSetSize(double scale) { }
- public Cairo.FontFace GetContextFontFace() { throw null; }
- public Cairo.Surface GetGroupTarget() { throw null; }
- public Cairo.ScaledFont GetScaledFont() { throw null; }
- public Cairo.Pattern GetSource() { throw null; }
- public Cairo.Surface GetTarget() { throw null; }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- public void GlyphPath(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use GlyphPath(Glyphs []) instead")]
- public void GlyphPath(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void IdentityMatrix() { }
- public bool InClip(double x, double y) { throw null; }
- public bool InFill(double x, double y) { throw null; }
- public bool InStroke(double x, double y) { throw null; }
- [System.ObsoleteAttribute("Use DeviceToUserDistance instead")]
- public void InverseTransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use InverseTransformPoint instead")]
- public void InverseTransformPoint(ref double x, ref double y) { }
- public void LineTo(Cairo.PointD p) { }
- public void LineTo(double x, double y) { }
- public void Mask(Cairo.Pattern pattern) { }
- public void MaskSurface(Cairo.Surface surface, double surface_x, double surface_y) { }
- public void MoveTo(Cairo.PointD p) { }
- public void MoveTo(double x, double y) { }
- public void NewPath() { }
- public void NewSubPath() { }
- public void Paint() { }
- public void PaintWithAlpha(double alpha) { }
- public Cairo.Pattern PopGroup() { throw null; }
- public void PopGroupToSource() { }
- public void PushGroup() { }
- public void PushGroup(Cairo.Content content) { }
- public void Rectangle(Cairo.PointD p, double width, double height) { }
- public void Rectangle(Cairo.Rectangle rectangle) { }
- public void Rectangle(double x, double y, double width, double height) { }
- public void RelCurveTo(Cairo.Distance d1, Cairo.Distance d2, Cairo.Distance d3) { }
- public void RelCurveTo(double dx1, double dy1, double dx2, double dy2, double dx3, double dy3) { }
- public void RelLineTo(Cairo.Distance d) { }
- public void RelLineTo(double dx, double dy) { }
- public void RelMoveTo(Cairo.Distance d) { }
- public void RelMoveTo(double dx, double dy) { }
- public void ResetClip() { }
- public void Restore() { }
- public void Rotate(double angle) { }
- public void Save() { }
- public void Scale(double sx, double sy) { }
- public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- public void SetContextFontFace(Cairo.FontFace value) { }
- public void SetDash(double[] dashes, double offset) { }
- public void SetFontSize(double scale) { }
- public void SetScaledFont(Cairo.ScaledFont font) { }
- public void SetSource(Cairo.Pattern source) { }
- public void SetSource(Cairo.Surface source) { }
- public void SetSource(Cairo.Surface source, double x, double y) { }
- public void SetSourceColor(Cairo.Color color) { }
- public void SetSourceRGB(double r, double g, double b) { }
- public void SetSourceRGBA(double r, double g, double b, double a) { }
- public void SetSourceSurface(Cairo.Surface source, int x, int y) { }
- public void SetTarget(Cairo.Surface target) { }
- public void ShowGlyphs(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use ShowGlyphs(Glyphs []) instead")]
- public void ShowGlyphs(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void ShowPage() { }
- public void ShowText(byte[] utf8) { }
- public void ShowText(string str) { }
- public void Stroke() { }
- public Cairo.Rectangle StrokeExtents() { throw null; }
- public void StrokePreserve() { }
- public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; }
- public Cairo.TextExtents TextExtents(string s) { throw null; }
- public void TextPath(byte[] utf8) { }
- public void TextPath(string str) { }
- public void Transform(Cairo.Matrix m) { }
- [System.ObsoleteAttribute("Use UserToDeviceDistance instead")]
- public void TransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use UserToDevice instead")]
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- public void UserToDevice(ref double x, ref double y) { }
- public void UserToDeviceDistance(ref double dx, ref double dy) { }
- }
- public partial class DirectFBSurface : Cairo.Surface
- {
- public DirectFBSurface(System.IntPtr dfb, System.IntPtr dfb_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Distance
- {
- public Distance(double dx, double dy) { throw null;}
- public double Dx { get { throw null; } set { } }
- public double Dy { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Extend
- {
- None = 0,
- Pad = 3,
- Reflect = 2,
- Repeat = 1,
- }
- [System.SerializableAttribute]
- public enum FillRule
- {
- EvenOdd = 1,
- Winding = 0,
- }
- [System.SerializableAttribute]
- public enum Filter
- {
- Best = 2,
- Bilinear = 4,
- Fast = 0,
- Gaussian = 5,
- Good = 1,
- Nearest = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FontExtents
- {
- public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAdvance) { throw null;}
- public double Ascent { get { throw null; } set { } }
- public double Descent { get { throw null; } set { } }
- public double Height { get { throw null; } set { } }
- public double MaxXAdvance { get { throw null; } set { } }
- public double MaxYAdvance { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- }
- public partial class FontFace : System.IDisposable
- {
- [System.ObsoleteAttribute]
- public FontFace(System.IntPtr handle) { }
- public FontFace(System.IntPtr handle, bool owned) { }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~FontFace() { }
- }
- public partial class FontOptions : System.IDisposable
- {
- public FontOptions() { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.HintMetrics HintMetrics { get { throw null; } set { } }
- public Cairo.HintStyle HintStyle { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SubpixelOrder SubpixelOrder { get { throw null; } set { } }
- public Cairo.FontOptions Copy() { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object other) { throw null; }
- ~FontOptions() { }
- public override int GetHashCode() { throw null; }
- public void Merge(Cairo.FontOptions other) { }
- public static bool operator ==(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- public static bool operator !=(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- }
- [System.SerializableAttribute]
- public enum FontSlant
- {
- Italic = 1,
- Normal = 0,
- Oblique = 2,
- }
- [System.SerializableAttribute]
- public enum FontType
- {
- Atsui = 3,
- FreeType = 1,
- Toy = 0,
- Win32 = 2,
- }
- [System.SerializableAttribute]
- public enum FontWeight
- {
- Bold = 1,
- Normal = 0,
- }
- [System.SerializableAttribute]
- public enum Format
- {
- A1 = 3,
- A8 = 2,
- Argb32 = 0,
- ARGB32 = 0,
- Rgb16565 = 4,
- Rgb24 = 1,
- RGB24 = 1,
- }
- public partial class GlitzSurface : Cairo.Surface
- {
- public GlitzSurface(System.IntPtr glitz_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Glyph
- {
- public Glyph(long index, double x, double y) { throw null;}
- public long Index { get { throw null; } set { } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- public static bool operator !=(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- }
- public partial class Gradient : Cairo.Pattern
- {
- [System.ObsoleteAttribute]
- protected Gradient() { }
- protected Gradient(System.IntPtr handle, bool owned) { }
- public int ColorStopCount { get { throw null; } }
- public Cairo.Status AddColorStop(double offset, Cairo.Color c) { throw null; }
- public Cairo.Status AddColorStopRgb(double offset, Cairo.Color c) { throw null; }
- }
- [System.ObsoleteAttribute("Renamed Cairo.Context per suggestion from cairo binding guidelines.")]
- public partial class Graphics : Cairo.Context
- {
- public Graphics(Cairo.Surface surface) : base (default(Cairo.Surface)) { }
- public Graphics(System.IntPtr state) : base (default(Cairo.Surface)) { }
- }
- [System.SerializableAttribute]
- public enum HintMetrics
- {
- Default = 0,
- Off = 1,
- On = 2,
- }
- [System.SerializableAttribute]
- public enum HintStyle
- {
- Default = 0,
- Full = 4,
- Medium = 3,
- None = 1,
- Slight = 2,
- }
- public partial class ImageSurface : Cairo.Surface
- {
- public ImageSurface(Cairo.Format format, int width, int height) { }
- public ImageSurface(byte[] data, Cairo.Format format, int width, int height, int stride) { }
- [System.ObsoleteAttribute("Use ImageSurface (byte[] data, Cairo.Format format, int width, int height, int stride)")]
- public ImageSurface(ref byte[] data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(System.IntPtr data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(string filename) { }
- public byte[] Data { get { throw null; } }
- public System.IntPtr DataPtr { get { throw null; } }
- public Cairo.Format Format { get { throw null; } }
- public int Height { get { throw null; } }
- public int Stride { get { throw null; } }
- public int Width { get { throw null; } }
- }
- public partial class LinearGradient : Cairo.Gradient
- {
- public LinearGradient(double x0, double y0, double x1, double y1) { }
- public Cairo.PointD[] LinearPoints { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum LineCap
- {
- Butt = 0,
- Round = 1,
- Square = 2,
- }
- [System.SerializableAttribute]
- public enum LineJoin
- {
- Bevel = 2,
- Miter = 0,
- Round = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Matrix : System.ICloneable
- {
- public double X0;
- public double Xx;
- public double Xy;
- public double Y0;
- public double Yx;
- public double Yy;
- public Matrix() { }
- public Matrix(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public void Init(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public void InitIdentity() { }
- public void InitRotate(double radians) { }
- public void InitScale(double sx, double sy) { }
- public void InitTranslate(double tx, double ty) { }
- public Cairo.Status Invert() { throw null; }
- public bool IsIdentity() { throw null; }
- public void Multiply(Cairo.Matrix b) { }
- public static Cairo.Matrix Multiply(Cairo.Matrix a, Cairo.Matrix b) { throw null; }
- public static bool operator ==(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public static bool operator !=(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public void Rotate(double radians) { }
- public void Scale(double sx, double sy) { }
- public override string ToString() { throw null; }
- public void TransformDistance(ref double dx, ref double dy) { }
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- }
- [System.SerializableAttribute]
- public enum Operator
- {
- Add = 12,
- Atop = 5,
- Clear = 0,
- Dest = 6,
- DestAtop = 10,
- DestIn = 8,
- DestOut = 9,
- DestOver = 7,
- In = 3,
- Out = 4,
- Over = 2,
- Saturate = 13,
- Source = 1,
- Xor = 11,
- }
- public partial class Path : System.IDisposable
- {
- internal Path() { }
- public System.IntPtr Handle { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Path() { }
- }
- public partial class Pattern : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected System.IntPtr pattern;
- [System.ObsoleteAttribute]
- protected Pattern() { }
- [System.ObsoleteAttribute("Use the SurfacePattern constructor")]
- public Pattern(Cairo.Surface surface) { }
- public Cairo.Extend Extend { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public Cairo.PatternType PatternType { get { throw null; } }
- [System.ObsoleteAttribute]
- public System.IntPtr Pointer { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Pattern() { }
- public static Cairo.Pattern Lookup(System.IntPtr pattern, bool owner) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- [System.SerializableAttribute]
- public enum PatternType
- {
- Linear = 2,
- Radial = 3,
- Solid = 0,
- Surface = 1,
- }
- public partial class PdfSurface : Cairo.Surface
- {
- public PdfSurface(string filename, double width, double height) { }
- public void SetSize(double width, double height) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Point
- {
- public Point(int x, int y) { throw null;}
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct PointD
- {
- public PointD(double x, double y) { throw null;}
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- }
- public partial class PSSurface : Cairo.Surface
- {
- public PSSurface(string filename, double width, double height) { }
- public void BeginPageSetup() { }
- public void BeginSetup() { }
- public void DscComment(string comment) { }
- public void SetSize(double width, double height) { }
- }
- public partial class RadialGradient : Cairo.Gradient
- {
- public RadialGradient(double cx0, double cy0, double radius0, double cx1, double cy1, double radius1) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rectangle
- {
- public Rectangle(Cairo.Point point, double width, double height) { throw null;}
- public Rectangle(double x, double y, double width, double height) { throw null;}
- public double Height { get { throw null; } }
- public double Width { get { throw null; } }
- public double X { get { throw null; } }
- public double Y { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public static bool operator !=(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RectangleInt
- {
- public int Height;
- public int Width;
- public int X;
- public int Y;
- }
- public partial class Region : System.IDisposable
- {
- public Region() { }
- public Region(Cairo.RectangleInt rect) { }
- public Region(Cairo.RectangleInt[] rects) { }
- [System.ObsoleteAttribute]
- public Region(System.IntPtr handle) { }
- public Region(System.IntPtr handle, bool owned) { }
- public Cairo.RectangleInt Extents { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public int NumRectangles { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.RegionOverlap ContainsPoint(Cairo.RectangleInt rectangle) { throw null; }
- public bool ContainsPoint(int x, int y) { throw null; }
- public Cairo.Region Copy() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object obj) { throw null; }
- ~Region() { }
- public override int GetHashCode() { throw null; }
- public Cairo.RectangleInt GetRectangle(int nth) { throw null; }
- public Cairo.Status Intersect(Cairo.Region other) { throw null; }
- public Cairo.Status IntersectRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Subtract(Cairo.Region other) { throw null; }
- public Cairo.Status SubtractRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public void Translate(int dx, int dy) { }
- public Cairo.Status Union(Cairo.Region other) { throw null; }
- public Cairo.Status UnionRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Xor(Cairo.Region other) { throw null; }
- public Cairo.Status XorRectangle(Cairo.RectangleInt rectangle) { throw null; }
- }
- public enum RegionOverlap
- {
- In = 0,
- Out = 1,
- Part = 2,
- }
- public partial class ScaledFont : System.IDisposable
- {
- protected System.IntPtr handle;
- public ScaledFont(Cairo.FontFace fontFace, Cairo.Matrix matrix, Cairo.Matrix ctm, Cairo.FontOptions options) { }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~ScaledFont() { }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- public partial class SolidPattern : Cairo.Pattern
- {
- public SolidPattern(Cairo.Color color) { }
- public SolidPattern(Cairo.Color color, bool solid) { }
- public SolidPattern(double r, double g, double b) { }
- public SolidPattern(double r, double g, double b, double a) { }
- public Cairo.Color Color { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum Status
- {
- ClipNotRepresentable = 22,
- FileNotFound = 18,
- InvalidContent = 15,
- InvalidDash = 19,
- InvalidDscComment = 20,
- InvalidFormat = 16,
- InvalidIndex = 21,
- InvalidMatrix = 5,
- InvalidPathData = 9,
- InvalidPopGroup = 3,
- InvalidRestore = 2,
- InvalidStatus = 6,
- InvalidString = 8,
- InvalidVisual = 17,
- NoCurrentPoint = 4,
- NoMemory = 1,
- NullPointer = 7,
- PatternTypeMismatch = 14,
- ReadError = 10,
- Success = 0,
- SurfaceFinished = 12,
- SurfaceTypeMismatch = 13,
- WriteError = 11,
- }
- [System.SerializableAttribute]
- public enum SubpixelOrder
- {
- Bgr = 2,
- Default = 0,
- Rgb = 1,
- Vbgr = 4,
- Vrgb = 3,
- }
- public partial class Surface : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected static System.Collections.Hashtable surfaces;
- [System.ObsoleteAttribute]
- protected Surface() { }
- [System.ObsoleteAttribute]
- protected Surface(System.IntPtr ptr) { }
- protected Surface(System.IntPtr handle, bool owner) { }
- public Cairo.Content Content { get { throw null; } }
- public Cairo.PointD DeviceOffset { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- [System.ObsoleteAttribute("Use Handle instead.")]
- public System.IntPtr Pointer { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SurfaceType SurfaceType { get { throw null; } }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(Cairo.Format format, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(ref byte[] data, Cairo.Format format, int width, int height, int stride) { throw null; }
- public Cairo.Surface CreateSimilar(Cairo.Content content, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Surface() { }
- public Cairo.Status Finish() { throw null; }
- public void Flush() { }
- public static Cairo.Surface Lookup(System.IntPtr surface, bool owned) { throw null; }
- public void MarkDirty() { }
- public void MarkDirty(Cairo.Rectangle rectangle) { }
- public void SetFallbackResolution(double x, double y) { }
- public void Show(Cairo.Context gr, double x, double y) { }
- public void WriteToPng(string filename) { }
- }
- public partial class SurfacePattern : Cairo.Pattern
- {
- public SurfacePattern(Cairo.Surface surface) { }
- public new Cairo.Extend Extend { get { throw null; } set { } }
- public Cairo.Filter Filter { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum SurfaceType
- {
- BeOS = 8,
- DirectFB = 9,
- Glitz = 5,
- Image = 0,
- Pdf = 1,
- PS = 2,
- Quartz = 6,
- Svg = 10,
- Win32 = 7,
- Xcb = 4,
- Xlib = 3,
- }
- public partial class SvgSurface : Cairo.Surface
- {
- public SvgSurface(string filename, double width, double height) { }
- public void RestrictToVersion(Cairo.SvgVersion version) { }
- }
- [System.SerializableAttribute]
- public enum SvgVersion
- {
- OnePointOne = 0,
- OnePointTwo = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TextExtents
- {
- public double Height { get { throw null; } set { } }
- public double Width { get { throw null; } set { } }
- public double XAdvance { get { throw null; } set { } }
- public double XBearing { get { throw null; } set { } }
- public double YAdvance { get { throw null; } set { } }
- public double YBearing { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- }
- public partial class Win32Surface : Cairo.Surface
- {
- public Win32Surface(System.IntPtr hdc) { }
- }
- public partial class XcbSurface : Cairo.Surface
- {
- public XcbSurface(System.IntPtr connection, uint drawable, System.IntPtr visual, int width, int height) { }
- public static Cairo.XcbSurface FromBitmap(System.IntPtr connection, uint bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetSize(int width, int height) { }
- }
- public partial class XlibSurface : Cairo.Surface
- {
- public XlibSurface(System.IntPtr ptr, bool own) { }
- public XlibSurface(System.IntPtr display, System.IntPtr drawable, System.IntPtr visual, int width, int height) { }
- public int Depth { get { throw null; } }
- public System.IntPtr Display { get { throw null; } }
- public System.IntPtr Drawable { get { throw null; } }
- public int Height { get { throw null; } }
- public System.IntPtr Screen { get { throw null; } }
- public System.IntPtr Visual { get { throw null; } }
- public int Width { get { throw null; } }
- public static Cairo.XlibSurface FromBitmap(System.IntPtr display, System.IntPtr bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetDrawable(System.IntPtr drawable, int width, int height) { }
- public void SetSize(int width, int height) { }
- }
-}
diff --git a/src/v4.6.2/Mono.Cecil.cs b/src/v4.6.2/Mono.Cecil.cs
deleted file mode 100644
index 29993de..0000000
--- a/src/v4.6.2/Mono.Cecil.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.10.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-
-// this is not complete, it is just to break the dependency on Mono.Cecil in the Mono.Debugger.Soft assembly
-namespace Mono.Cecil
-{
- public partial class AssemblyDefinition { }
- public partial class MethodDefinition { }
- public partial class PropertyDefinition { }
- public partial class FieldDefinition { }
- public partial class TypeDefinition { }
-}
-namespace Mono.Cecil.Cil
-{
- public partial struct OpCode { }
-}
diff --git a/src/v4.6.2/Mono.CodeContracts.cs b/src/v4.6.2/Mono.CodeContracts.cs
deleted file mode 100644
index 7aac1bb..0000000
--- a/src/v4.6.2/Mono.CodeContracts.cs
+++ /dev/null
@@ -1,501 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CodeContracts.Rewrite
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AssemblyRef
- {
- public AssemblyRef(Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams streams) { throw null;}
- public AssemblyRef(string filename) { throw null;}
- public string Filename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsFilename { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public bool IsStream { get { throw null; } }
- public Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams Streams { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (System.IO.Stream stream) { throw null; }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (string filename) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TwoStreams
- {
- public TwoStreams(System.IO.Stream assembly, System.IO.Stream symbols) { throw null;}
- public System.IO.Stream Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.IO.Stream Symbols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- }
- public partial class Rewriter
- {
- internal Rewriter() { }
- public static Mono.CodeContracts.Rewrite.RewriterResults Rewrite(Mono.CodeContracts.Rewrite.RewriterOptions options) { throw null; }
- }
- public partial class RewriterOptions
- {
- public RewriterOptions() { }
- public Mono.CodeContracts.Rewrite.AssemblyRef Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool BreakIntoDebugger { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Debug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ForceAssemblyRename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Level { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CodeContracts.Rewrite.AssemblyRef OutputFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Rewrite { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ThrowOnFailure { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WritePdbFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class RewriterResults
- {
- internal RewriterResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static
-{
- public partial class Checker
- {
- internal Checker() { }
- public static Mono.CodeContracts.Static.CheckResults Check(Mono.CodeContracts.Static.CheckOptions options) { throw null; }
- }
- public partial class CheckOptions
- {
- public CheckOptions() { }
- public string Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Method { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ShowDebug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class CheckResults
- {
- internal CheckResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, System.Collections.Generic.ICollection<string>> Results { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static.Analysis.Numerical
-{
- public partial class DisInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.DisInterval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- internal DisInterval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.DisInterval NotZero;
- public Mono.CodeContracts.Static.Analysis.Numerical.Interval AsInterval { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public bool IsNotZero { get { throw null; } }
- public bool IsPositiveOrZero { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval TopValue { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public override bool Equals(object other) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval EverythingExcept(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.Analysis.Numerical.Interval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval ImmutableVersion() { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval JoinAll(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> list) { throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Meet(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> Normalize(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals, out bool isBottom) { isBottom = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator +(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator /(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator *(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left) { throw null; }
- public Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Select(System.Func<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Interval> selector) { throw null; }
- public override string ToString() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Widen(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- }
- public enum ExpressionOperator
- {
- Add = 16,
- And = 3,
- Constant = 0,
- ConvertToInt32 = 24,
- Div = 19,
- Equal = 9,
- Equal_Obj = 10,
- GreaterEqualThan = 15,
- GreaterThan = 14,
- LessEqualThan = 13,
- LessThan = 12,
- LogicalAnd = 6,
- LogicalNot = 8,
- LogicalOr = 7,
- Mod = 20,
- Mult = 18,
- Not = 2,
- NotEqual = 11,
- Or = 4,
- SizeOf = 22,
- Sub = 17,
- UnaryMinus = 21,
- Unknown = 23,
- Variable = 1,
- Xor = 5,
- }
- public partial class Interval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>, System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Interval>
- {
- internal Interval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval TopValue { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval ApplyConversion(Mono.CodeContracts.Static.Analysis.Numerical.ExpressionOperator conv, Mono.CodeContracts.Static.Analysis.Numerical.Interval intv) { throw null; }
- public static bool AreConsecutiveIntegers(Mono.CodeContracts.Static.Analysis.Numerical.Interval prev, Mono.CodeContracts.Static.Analysis.Numerical.Interval next) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, long upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lower, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lowerBound, long upperBound) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval ImmutableVersion() { throw null; }
- public bool Includes(int x) { throw null; }
- public bool Includes(long x) { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool LessEqual(System.Collections.Generic.IEnumerable<Mono.CodeContracts.Static.Analysis.Numerical.Interval> right) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Meet(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool OnTheLeftOf(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator +(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator /(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator *(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l) { throw null; }
- public bool OverlapsWith(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool TryGetSingletonFiniteInt32(out int value) { value = default(int); throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Widen(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- }
- public abstract partial class IntervalBase<TInterval, TNumeric> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<TInterval> where TInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<TInterval, TNumeric>
- {
- protected IntervalBase(TNumeric lowerBound, TNumeric upperBound) { }
- public abstract TInterval Bottom { get; }
- public abstract bool IsBottom { get; }
- public bool IsFinite { get { throw null; } }
- public bool IsSinglePoint { get { throw null; } }
- public abstract bool IsTop { get; }
- public TNumeric LowerBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Top { get; }
- public TNumeric UpperBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Clone();
- public abstract void Dump(System.IO.TextWriter tw);
- public abstract TInterval ImmutableVersion();
- protected abstract bool IsFiniteBound(TNumeric n);
- public abstract TInterval Join(TInterval that);
- public abstract TInterval Join(TInterval that, bool widening, out bool weaker);
- public abstract bool LessEqual(TInterval that);
- public abstract TInterval Meet(TInterval that);
- public override string ToString() { throw null; }
- public abstract TInterval Widen(TInterval that);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rational : System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MaxValue;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusOne;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinValue;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational One;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero;
- public long Down { get { throw null; } }
- public bool IsInfinity { get { throw null; } }
- public bool IsInt32 { get { throw null; } }
- public bool IsInteger { get { throw null; } }
- public bool IsMaxValue { get { throw null; } }
- public bool IsMinusInfinity { get { throw null; } }
- public bool IsMinValue { get { throw null; } }
- public bool IsPlusInfinity { get { throw null; } }
- public bool IsZero { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt32 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt64 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational PreviousInt32 { get { throw null; } }
- public int Sign { get { throw null; } }
- public long Up { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Abs(Mono.CodeContracts.Static.Analysis.Numerical.Rational a) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Rational other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long number) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long nominator, long denominator) { throw null; }
- public override int GetHashCode() { throw null; }
- public bool IsInRange(long min, long max) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Max(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Min(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator /(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator ==(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator double (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator int (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator long (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Analysis.Numerical.Rational (long l) { throw null; }
- public static bool operator !=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator *(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public override string ToString() { throw null; }
- public static bool TryAdd(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryDivide(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryMultiply(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TrySubtract(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryUnaryMinus(Mono.CodeContracts.Static.Analysis.Numerical.Rational value, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- }
- public partial class RationalThreshold : Mono.CodeContracts.Static.Analysis.Numerical.Threshold<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public RationalThreshold(int size) : base (default(int)) { }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero { get { throw null; } }
- protected override bool LessThan(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- }
- public abstract partial class Threshold<T>
- {
- protected int NextFree;
- protected readonly System.Collections.Generic.List<T> Values;
- protected Threshold(int size) { }
- public int Count { get { throw null; } }
- protected abstract T MinusInfinity { get; }
- protected abstract T PlusInfinity { get; }
- protected abstract T Zero { get; }
- public bool Add(T value) { throw null; }
- public int BinarySearch(T value, int low, int hi) { throw null; }
- public T GetNext(T value) { throw null; }
- public T GetPrevious(T value) { throw null; }
- protected abstract bool LessThan(T a, T b);
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures
-{
- public partial interface IImmutableIntMap<T>
- {
- T Any { get; }
- int Count { get; }
- T this[int key] { get; }
- System.Collections.Generic.IEnumerable<int> Keys { get; }
- System.Collections.Generic.IEnumerable<T> Values { get; }
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- bool Contains(int key);
- T Lookup(int key);
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- void Visit(System.Action<int, T> action);
- void Visit(System.Action<T> action);
- }
- public static partial class ImmutableIntMap<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Empty;
- }
- public static partial class SequenceExtensions
- {
- public static bool All<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static bool Any<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Append<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, Mono.CodeContracts.Static.DataStructures.Sequence<T> append) { throw null; }
- public static void Apply<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static System.Collections.Generic.IEnumerable<T> AsEnumerable<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Coerce<S, T>(this Mono.CodeContracts.Static.DataStructures.Sequence<S> list) where S : T { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> rest, T elem) { throw null; }
- public static void ForEach<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> seq, System.Action<T> action) { }
- public static bool IsEmpty<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static T Last<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static int Length<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Reverse<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<T, S>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Where<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> keep) { throw null; }
- }
- public partial class Sequence<T> : System.IEquatable<Mono.CodeContracts.Static.DataStructures.Sequence<T>>
- {
- internal Sequence() { }
- public static readonly Mono.CodeContracts.Static.DataStructures.Sequence<T> Empty;
- public T Head { get { throw null; } }
- public Mono.CodeContracts.Static.DataStructures.Sequence<T> Tail { get { throw null; } }
- public static void Apply(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons(T elem, Mono.CodeContracts.Static.DataStructures.Sequence<T> tail) { throw null; }
- public static bool Contains(Mono.CodeContracts.Static.DataStructures.Sequence<T> l, T o) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.DataStructures.Sequence<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(System.Collections.Generic.IEnumerable<T> elems) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(params T[] elems) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int LengthOf(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static System.Collections.Generic.IEnumerable<T> PrivateGetEnumerable(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<S>(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Singleton(T value) { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures.Patricia
-{
- public partial class BranchNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public readonly int BranchingBit;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Left;
- public readonly int Prefix;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Right;
- public BranchNode(int prefix, int branchingBit, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class EmptyNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.Patricia.EmptyNode<T> Instance;
- public EmptyNode() { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class LeafNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public LeafNode(int key, T value) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public T Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public abstract partial class PatriciaTrieNode<T> : Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T>
- {
- protected PatriciaTrieNode() { }
- public T Any { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public abstract int Count { get; }
- public T this[int key] { get { throw null; } }
- public abstract int Key { get; }
- public System.Collections.Generic.IEnumerable<int> Keys { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> Values { get { throw null; } }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- protected internal abstract void AppendToBuilder(System.Text.StringBuilder sb);
- public abstract bool Contains(int key);
- public void Dump(System.IO.TextWriter tw) { }
- protected internal abstract void Dump(System.IO.TextWriter tw, string prefix);
- protected internal abstract void FillKeysTo(System.Collections.Generic.List<int> list);
- protected internal abstract void FillValuesTo(System.Collections.Generic.List<T> list);
- protected static bool IsZeroBitAt(int key, int branchingBit) { throw null; }
- protected static Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Join(Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { throw null; }
- public abstract T Lookup(int key);
- protected static bool MatchPrefix(int key, int prefix, int maskBit) { throw null; }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- public override string ToString() { throw null; }
- public abstract void Visit(System.Action<int, T> action);
- public abstract void Visit(System.Action<T> action);
- }
-}
-namespace Mono.CodeContracts.Static.Lattices
-{
- public static partial class AbstractDomainExtensions
- {
- public static string BottomSymbolIfAny<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool IsNormal<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool TryTrivialJoin<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- public static bool TryTrivialLessEqual<T>(this T left, T right, out bool result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(bool); throw null; }
- public static bool TryTrivialMeet<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlatDomain<T> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<Mono.CodeContracts.Static.Lattices.FlatDomain<T>>, System.IEquatable<Mono.CodeContracts.Static.Lattices.FlatDomain<T>> where T : System.IEquatable<T>
- {
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> BottomValue;
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> TopValue;
- public readonly T Value;
- public FlatDomain(T value) { throw null;}
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Bottom { get { throw null; } }
- public bool IsBottom { get { throw null; } }
- public bool IsTop { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Top { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Clone() { throw null; }
- public void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> ImmutableVersion() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public bool LessEqual(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Meet(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Lattices.FlatDomain<T> (T value) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Widen(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- }
- public partial interface IAbstractDomain<T>
- {
- T Bottom { get; }
- bool IsBottom { get; }
- bool IsTop { get; }
- T Top { get; }
- T Clone();
- void Dump(System.IO.TextWriter tw);
- T ImmutableVersion();
- T Join(T that);
- T Join(T that, bool widen, out bool weaker);
- bool LessEqual(T that);
- T Meet(T that);
- T Widen(T that);
- }
-}
diff --git a/src/v4.6.2/Mono.CompilerServices.SymbolWriter.cs b/src/v4.6.2/Mono.CompilerServices.SymbolWriter.cs
deleted file mode 100644
index b7a3c6c..0000000
--- a/src/v4.6.2/Mono.CompilerServices.SymbolWriter.cs
+++ /dev/null
@@ -1,346 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- public partial class MonoSymbolWriter
- {
- protected readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile file;
- public MonoSymbolWriter(string filename) { }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile { get { throw null; } }
- public void CloseCompilerGeneratedBlock(int end_offset) { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int end_offset) { }
- public void DefineAnonymousScope(int id) { }
- public void DefineCapturedLocal(int scope_id, string name, string captured_name) { }
- public void DefineCapturedParameter(int scope_id, string name, string captured_name) { }
- public void DefineCapturedScope(int scope_id, int id, string captured_name) { }
- public void DefineCapturedThis(int scope_id, string captured_name) { }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry DefineCompilationUnit(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url, byte[] guid, byte[] checksum) { throw null; }
- public void DefineLocalVariable(int index, string name) { }
- public int DefineNamespace(string name, Mono.CompilerServices.SymbolWriter.CompileUnitEntry unit, string[] using_clauses, int parent) { throw null; }
- public void DefineScopeVariable(int scope, int index) { }
- public void EndIteratorBody(int end_offset) { }
- public void EndIteratorDispatcher(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void OpenCompilerGeneratedBlock(int start_offset) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder OpenMethod(Mono.CompilerServices.SymbolWriter.ICompileUnit file, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { throw null; }
- public int OpenScope(int start_offset) { throw null; }
- public void StartIteratorBody(int start_offset) { }
- public void StartIteratorDispatcher(int start_offset) { }
- public void WriteSymbolFile(System.Guid guid) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
- public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
- {
- public SymbolWriterImpl(System.Reflection.Emit.ModuleBuilder mb) { }
- public void Close() { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int endOffset) { }
- public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) { throw null; }
- public void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) { }
- public void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) { }
- public void Initialize(System.IntPtr emitter, string filename, bool fFullBuild) { }
- public void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method) { }
- public void OpenNamespace(string name) { }
- public int OpenScope(int startOffset) { throw null; }
- public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn) { }
- public void SetScopeRange(int scopeID, int startOffset, int endOffset) { }
- public void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data) { }
- public void SetUnderlyingWriter(System.IntPtr underlyingWriter) { }
- public void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod) { }
- public void UsingNamespace(string fullName) { }
- }
-}
diff --git a/src/v4.6.2/Mono.Data.Sqlite.cs b/src/v4.6.2/Mono.Data.Sqlite.cs
deleted file mode 100644
index 367b197..0000000
--- a/src/v4.6.2/Mono.Data.Sqlite.cs
+++ /dev/null
@@ -1,578 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("http://sqlite.phxsoftware.com")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Public Domain")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("ADO.NET 2.0 Data Provider for SQLite")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.61.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTitleAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
-[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1))]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Data.Sqlite
-{
- public enum CollationEncodingEnum
- {
- UTF16BE = 3,
- UTF16LE = 2,
- UTF8 = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CollationSequence
- {
- public Mono.Data.Sqlite.CollationEncodingEnum Encoding;
- public string Name;
- public Mono.Data.Sqlite.CollationTypeEnum Type;
- public int Compare(char[] c1, char[] c2) { throw null; }
- public int Compare(string s1, string s2) { throw null; }
- }
- public enum CollationTypeEnum
- {
- Binary = 1,
- Custom = 0,
- NoCase = 2,
- Reverse = 3,
- }
- public partial class CommitEventArgs : System.EventArgs
- {
- internal CommitEventArgs() { }
- public bool AbortTransaction;
- }
- public enum FunctionType
- {
- Aggregate = 1,
- Collation = 2,
- Scalar = 0,
- }
- [System.ComponentModel.DesignerAttribute("SQLite.Designer.SqliteCommandDesigner, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- [System.ComponentModel.ToolboxItemAttribute(true)]
- public sealed partial class SqliteCommand : System.Data.Common.DbCommand, System.ICloneable
- {
- public SqliteCommand() { }
- public SqliteCommand(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection, Mono.Data.Sqlite.SqliteTransaction transaction) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.SQL.Design.SqlCommandTextEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string CommandText { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(30)]
- public override int CommandTimeout { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override System.Data.CommandType CommandType { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DbConnectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } set { } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
- protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
- protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- [System.ComponentModel.DesignOnlyAttribute(true)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override bool DesignTimeVisible { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
- public new Mono.Data.Sqlite.SqliteParameterCollection Parameters { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public new Mono.Data.Sqlite.SqliteTransaction Transaction { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(0))]
- public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public override void Cancel() { }
- public object Clone() { throw null; }
- protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
- public new Mono.Data.Sqlite.SqliteParameter CreateParameter() { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
- public override int ExecuteNonQuery() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public override object ExecuteScalar() { throw null; }
- public override void Prepare() { }
- }
- public sealed partial class SqliteCommandBuilder : System.Data.Common.DbCommandBuilder
- {
- public SqliteCommandBuilder() { }
- public SqliteCommandBuilder(Mono.Data.Sqlite.SqliteDataAdapter adp) { }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string CatalogSeparator { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteDataAdapter DataAdapter { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute("[")]
- public override string QuotePrefix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string QuoteSuffix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string SchemaSeparator { get { throw null; } set { } }
- protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause) { }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
- protected override string GetParameterName(int parameterOrdinal) { throw null; }
- protected override string GetParameterName(string parameterName) { throw null; }
- protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
- protected override System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
- public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
- protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
- public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
- }
- public delegate void SQLiteCommitHandler(object sender, Mono.Data.Sqlite.CommitEventArgs e);
- public enum SQLiteConfig
- {
- MultiThread = 2,
- Serialized = 3,
- SingleThread = 1,
- }
- public sealed partial class SqliteConnection : System.Data.Common.DbConnection, System.ICloneable
- {
- public SqliteConnection() { }
- public SqliteConnection(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteConnection(string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("SQLite.Designer.SqliteConnectionStringEditor, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string ConnectionString { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string Database { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string DataSource { get { throw null; } }
- protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string ServerVersion { get { throw null; } }
- public static string SQLiteVersion { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override System.Data.ConnectionState State { get { throw null; } }
- public event Mono.Data.Sqlite.SQLiteCommitHandler Commit { add { } remove { } }
- public event System.EventHandler RollBack { add { } remove { } }
- public override event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public event Mono.Data.Sqlite.SQLiteUpdateEventHandler Update { add { } remove { } }
- protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction() { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(bool deferredLock) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, bool deferredLock) { throw null; }
- public override void ChangeDatabase(string databaseName) { }
- public void ChangePassword(byte[] newPassword) { }
- public void ChangePassword(string newPassword) { }
- public static void ClearAllPools() { }
- public static void ClearPool(Mono.Data.Sqlite.SqliteConnection connection) { }
- public object Clone() { throw null; }
- public override void Close() { }
- public new Mono.Data.Sqlite.SqliteCommand CreateCommand() { throw null; }
- protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
- public static void CreateFile(string databaseFileName) { }
- protected override void Dispose(bool disposing) { }
- public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
- public override System.Data.DataTable GetSchema() { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
- public override void Open() { }
- public static void SetConfig(Mono.Data.Sqlite.SQLiteConfig config) { }
- public void SetPassword(byte[] databasePassword) { }
- public void SetPassword(string databasePassword) { }
- }
- [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
- public sealed partial class SqliteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
- {
- public SqliteConnectionStringBuilder() { }
- public SqliteConnectionStringBuilder(string connectionString) { }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool BinaryGUID { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(2000)]
- [System.ComponentModel.DisplayNameAttribute("Cache Size")]
- public int CacheSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.DisplayNameAttribute("Data Source")]
- public string DataSource { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteDateFormats)(1))]
- public Mono.Data.Sqlite.SQLiteDateFormats DateTimeFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.Data.IsolationLevel)(1048576))]
- [System.ComponentModel.DisplayNameAttribute("Default Isolation Level")]
- public System.Data.IsolationLevel DefaultIsolationLevel { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(30)]
- [System.ComponentModel.DisplayNameAttribute("Default Timeout")]
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool Enlist { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool FailIfMissing { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteJournalModeEnum)(0))]
- [System.ComponentModel.DisplayNameAttribute("Journal Mode")]
- public Mono.Data.Sqlite.SQLiteJournalModeEnum JournalMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Legacy Format")]
- public bool LegacyFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(0)]
- [System.ComponentModel.DisplayNameAttribute("Max Page Count")]
- public int MaxPageCount { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(1024)]
- [System.ComponentModel.DisplayNameAttribute("Page Size")]
- public int PageSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.PasswordPropertyTextAttribute(true)]
- public string Password { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool Pooling { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Read Only")]
- public bool ReadOnly { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SynchronizationModes)(0))]
- [System.ComponentModel.DisplayNameAttribute("Synchronous")]
- public Mono.Data.Sqlite.SynchronizationModes SyncMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public string Uri { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool UseUTF16Encoding { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(3)]
- public int Version { get { throw null; } set { } }
- public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
- }
- public abstract partial class SqliteConvert
- {
- internal SqliteConvert() { }
- protected static readonly System.DateTime UnixEpoch;
- public static string[] Split(string source, char separator) { throw null; }
- public static bool ToBoolean(object source) { throw null; }
- public static bool ToBoolean(string source) { throw null; }
- public System.DateTime ToDateTime(double julianDay) { throw null; }
- public System.DateTime ToDateTime(string dateText) { throw null; }
- public double ToJulianDay(System.DateTime value) { throw null; }
- public string ToString(System.DateTime dateValue) { throw null; }
- public virtual string ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- public byte[] ToUTF8(System.DateTime dateTimeValue) { throw null; }
- public static byte[] ToUTF8(string sourceText) { throw null; }
- public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- }
- [System.ComponentModel.DefaultEventAttribute("RowUpdated")]
- [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.SqlDataAdapterDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- public sealed partial class SqliteDataAdapter : System.Data.Common.DbDataAdapter
- {
- public SqliteDataAdapter() { }
- public SqliteDataAdapter(Mono.Data.Sqlite.SqliteCommand cmd) { }
- public SqliteDataAdapter(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteDataAdapter(string commandText, string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand DeleteCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand InsertCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand SelectCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand UpdateCommand { get { throw null; } set { } }
- public event System.EventHandler<System.Data.Common.RowUpdatedEventArgs> RowUpdated { add { } remove { } }
- public event System.EventHandler<System.Data.Common.RowUpdatingEventArgs> RowUpdating { add { } remove { } }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class SqliteDataReader : System.Data.Common.DbDataReader
- {
- internal SqliteDataReader() { }
- public override int Depth { get { throw null; } }
- public override int FieldCount { get { throw null; } }
- public override bool HasRows { get { throw null; } }
- public override bool IsClosed { get { throw null; } }
- public override object this[int i] { get { throw null; } }
- public override object this[string name] { get { throw null; } }
- public override int RecordsAffected { get { throw null; } }
- public override int VisibleFieldCount { get { throw null; } }
- public override void Close() { }
- public override bool GetBoolean(int i) { throw null; }
- public override byte GetByte(int i) { throw null; }
- public override long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) { throw null; }
- public override char GetChar(int i) { throw null; }
- public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) { throw null; }
- public override string GetDataTypeName(int i) { throw null; }
- public override System.DateTime GetDateTime(int i) { throw null; }
- public override decimal GetDecimal(int i) { throw null; }
- public override double GetDouble(int i) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public override System.Type GetFieldType(int i) { throw null; }
- public override float GetFloat(int i) { throw null; }
- public override System.Guid GetGuid(int i) { throw null; }
- public override short GetInt16(int i) { throw null; }
- public override int GetInt32(int i) { throw null; }
- public override long GetInt64(int i) { throw null; }
- public override string GetName(int i) { throw null; }
- public override int GetOrdinal(string name) { throw null; }
- public override System.Data.DataTable GetSchemaTable() { throw null; }
- public override string GetString(int i) { throw null; }
- public override object GetValue(int i) { throw null; }
- public override int GetValues(object[] values) { throw null; }
- public override bool IsDBNull(int i) { throw null; }
- public override bool NextResult() { throw null; }
- public override bool Read() { throw null; }
- }
- public partial class SqliteDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator
- {
- public SqliteDataSourceEnumerator() { }
- public override System.Data.DataTable GetDataSources() { throw null; }
- }
- public enum SQLiteDateFormats
- {
- ISO8601 = 1,
- JulianDay = 2,
- Ticks = 0,
- UnixEpoch = 3,
- }
- public enum SQLiteErrorCode
- {
- Abort = 4,
- Auth = 23,
- Busy = 5,
- CantOpen = 14,
- Constraint = 19,
- Corrupt = 11,
- Done = 101,
- Empty = 16,
- Error = 1,
- Format = 24,
- Full = 13,
- Internal = 2,
- Interrupt = 9,
- IOErr = 10,
- Locked = 6,
- Mismatch = 20,
- Misuse = 21,
- NOLFS = 22,
- NoMem = 7,
- NotADatabase = 26,
- NotFound = 12,
- Ok = 0,
- Perm = 3,
- Protocol = 15,
- Range = 25,
- ReadOnly = 8,
- Row = 100,
- Schema = 17,
- TooBig = 18,
- }
- [System.SerializableAttribute]
- public sealed partial class SqliteException : System.Data.Common.DbException
- {
- public SqliteException() { }
- public SqliteException(int errorCode, string extendedInformation) { }
- public SqliteException(string message) { }
- public SqliteException(string message, System.Exception innerException) { }
- public new Mono.Data.Sqlite.SQLiteErrorCode ErrorCode { get { throw null; } }
- }
- public sealed partial class SqliteFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
- {
- public static readonly Mono.Data.Sqlite.SqliteFactory Instance;
- public SqliteFactory() { }
- public override System.Data.Common.DbCommand CreateCommand() { throw null; }
- public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
- public override System.Data.Common.DbConnection CreateConnection() { throw null; }
- public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
- public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
- public override System.Data.Common.DbParameter CreateParameter() { throw null; }
- object System.IServiceProvider.GetService(System.Type serviceType) { throw null; }
- }
- public abstract partial class SqliteFunction : System.IDisposable
- {
- protected SqliteFunction() { }
- public Mono.Data.Sqlite.SqliteConvert SqliteConvert { get { throw null; } }
- public virtual int Compare(string param1, string param2) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual object Final(object contextData) { throw null; }
- public virtual object Invoke(object[] args) { throw null; }
- public static void RegisterFunction(System.Type typ) { }
- public virtual void Step(object[] args, int stepNumber, ref object contextData) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=true)]
- public sealed partial class SqliteFunctionAttribute : System.Attribute
- {
- public SqliteFunctionAttribute() { }
- public int Arguments { get { throw null; } set { } }
- public Mono.Data.Sqlite.FunctionType FuncType { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class SqliteFunctionEx : Mono.Data.Sqlite.SqliteFunction
- {
- public SqliteFunctionEx() { }
- protected Mono.Data.Sqlite.CollationSequence GetCollationSequence() { throw null; }
- }
- public enum SQLiteJournalModeEnum
- {
- Delete = 0,
- Off = 2,
- Persist = 1,
- }
- public static partial class SqliteMetaDataCollectionNames
- {
- public static readonly string Catalogs;
- public static readonly string Columns;
- public static readonly string ForeignKeys;
- public static readonly string IndexColumns;
- public static readonly string Indexes;
- public static readonly string Tables;
- public static readonly string Triggers;
- public static readonly string ViewColumns;
- public static readonly string Views;
- }
- public sealed partial class SqliteParameter : System.Data.Common.DbParameter, System.ICloneable
- {
- public SqliteParameter() { }
- public SqliteParameter(System.Data.DbType dbType) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(System.Data.DbType dbType, object value) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, object value) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, bool sourceColumnNullMapping, object value) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, object value) { }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
- public override System.Data.DbType DbType { get { throw null; } set { } }
- public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public override bool IsNullable { get { throw null; } set { } }
- public override string ParameterName { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(0)]
- public override int Size { get { throw null; } set { } }
- public override string SourceColumn { get { throw null; } set { } }
- public override bool SourceColumnNullMapping { get { throw null; } set { } }
- public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
- public override object Value { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override void ResetDbType() { }
- }
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ListBindableAttribute(false)]
- public sealed partial class SqliteParameterCollection : System.Data.Common.DbParameterCollection
- {
- internal SqliteParameterCollection() { }
- public override int Count { get { throw null; } }
- public override bool IsFixedSize { get { throw null; } }
- public override bool IsReadOnly { get { throw null; } }
- public override bool IsSynchronized { get { throw null; } }
- public new Mono.Data.Sqlite.SqliteParameter this[int index] { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteParameter this[string parameterName] { get { throw null; } set { } }
- public override object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Sqlite.SqliteParameter parameter) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override int Add(object value) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { throw null; }
- public void AddRange(Mono.Data.Sqlite.SqliteParameter[] values) { }
- public override void AddRange(System.Array values) { }
- public Mono.Data.Sqlite.SqliteParameter AddWithValue(string parameterName, object value) { throw null; }
- public override void Clear() { }
- public override bool Contains(object value) { throw null; }
- public override bool Contains(string parameterName) { throw null; }
- public override void CopyTo(System.Array array, int index) { }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
- public override int IndexOf(object value) { throw null; }
- public override int IndexOf(string parameterName) { throw null; }
- public override void Insert(int index, object value) { }
- public override void Remove(object value) { }
- public override void RemoveAt(int index) { }
- public override void RemoveAt(string parameterName) { }
- protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
- protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
- }
- public sealed partial class SqliteTransaction : System.Data.Common.DbTransaction
- {
- internal SqliteTransaction() { }
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
- public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public override void Commit() { }
- protected override void Dispose(bool disposing) { }
- public override void Rollback() { }
- }
- public delegate void SQLiteUpdateEventHandler(object sender, Mono.Data.Sqlite.UpdateEventArgs e);
- public enum SynchronizationModes
- {
- Full = 1,
- Normal = 0,
- Off = 2,
- }
- public enum TypeAffinity
- {
- Blob = 4,
- DateTime = 10,
- Double = 2,
- Int64 = 1,
- None = 11,
- Null = 5,
- Text = 3,
- Uninitialized = 0,
- }
- public partial class UpdateEventArgs : System.EventArgs
- {
- internal UpdateEventArgs() { }
- public readonly string Database;
- public readonly Mono.Data.Sqlite.UpdateEventType Event;
- public readonly long RowId;
- public readonly string Table;
- }
- public enum UpdateEventType
- {
- Delete = 9,
- Insert = 18,
- Update = 23,
- }
-}
diff --git a/src/v4.6.2/Mono.Data.Tds.cs b/src/v4.6.2/Mono.Data.Tds.cs
deleted file mode 100644
index a1eb9b3..0000000
--- a/src/v4.6.2/Mono.Data.Tds.cs
+++ /dev/null
@@ -1,592 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Data.Tds
-{
- public delegate object FrameworkValueGetter(object rawValue, ref bool updated);
- public partial class TdsMetaParameter
- {
- public const int maxNVarCharCharacters = 1073741823;
- public const int maxVarCharCharacters = 2147483647;
- public TdsMetaParameter(string name, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, object value) { }
- public TdsMetaParameter(string name, object value) { }
- public TdsMetaParameter(string name, string typeName, object value) { }
- public Mono.Data.Tds.TdsParameterDirection Direction { get { throw null; } set { } }
- public bool IsAnyVarCharMax { get { throw null; } }
- public bool IsDateTimeType { get { throw null; } }
- public bool IsDecimalType { get { throw null; } }
- public bool IsMoneyType { get { throw null; } }
- public bool IsNonUnicodeText { get { throw null; } }
- public bool IsNullable { get { throw null; } set { } }
- public bool IsTextType { get { throw null; } }
- public bool IsVarCharMax { get { throw null; } }
- public bool IsVariableSizeType { get { throw null; } set { } }
- public bool IsVarNVarCharMax { get { throw null; } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public object RawValue { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string TypeName { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- public void CalculateIsVariableType() { }
- public void Validate(int index) { }
- }
- public partial class TdsMetaParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable
- {
- public TdsMetaParameterCollection() { }
- public int Count { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[int index] { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[string name] { get { throw null; } }
- public object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void Clear() { }
- public bool Contains(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public int IndexOf(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public int IndexOf(string name) { throw null; }
- public void Insert(int index, Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(string name) { }
- public void RemoveAt(int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- [System.SerializableAttribute]
- public enum TdsParameterDirection
- {
- Input = 0,
- InputOutput = 2,
- Output = 1,
- ReturnValue = 3,
- }
-}
-namespace Mono.Data.Tds.Protocol
-{
- public abstract partial class Tds
- {
- protected internal Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParms;
- protected Mono.Data.Tds.Protocol.TdsInternalErrorCollection messages;
- protected readonly byte[] NTLMSSP_ID;
- public Tds(string dataSource, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- public Tds(string dataSource, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- protected string Charset { get { throw null; } }
- public byte[] Collation { get { throw null; } }
- protected System.Collections.ArrayList ColumnNames { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumnCollection Columns { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataRow ColumnValues { get { throw null; } }
- public string Database { get { throw null; } }
- public string DataSource { get { throw null; } }
- public bool DoneProc { get { throw null; } }
- public virtual bool IsConnected { get { throw null; } set { } }
- protected string Language { get { throw null; } }
- protected System.Globalization.CultureInfo Locale { get { throw null; } }
- public bool MoreResults { get { throw null; } set { } }
- public System.Collections.ArrayList OutputParameters { get { throw null; } set { } }
- public int PacketSize { get { throw null; } }
- protected Mono.Data.Tds.TdsMetaParameterCollection Parameters { get { throw null; } set { } }
- public bool Pooling { get { throw null; } set { } }
- public int RecordsAffected { get { throw null; } set { } }
- public bool SequentialAccess { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.TdsVersion ServerTdsVersion { get { throw null; } }
- public string ServerVersion { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsVersion TdsVersion { get { throw null; } }
- public event Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventHandler TdsErrorMessage { add { } remove { } }
- public event Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventHandler TdsInfoMessage { add { } remove { } }
- public virtual System.IAsyncResult BeginExecuteNonQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected System.IAsyncResult BeginExecuteQueryInternal(string sql, bool wantResults, System.AsyncCallback callback, object state) { throw null; }
- public void Cancel() { }
- public void CheckAndThrowException(System.IAsyncResult ar) { }
- [System.MonoTODOAttribute("Is cancel enough, or do we need to drop the connection?")]
- protected void CheckForData(int timeout) { }
- public abstract bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters);
- protected Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs CreateTdsErrorMessageEvent(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- protected Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs CreateTdsInfoMessageEvent(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { throw null; }
- public static Mono.Data.Tds.Protocol.TdsTimeoutException CreateTimeoutException(string dataSource, string method) { throw null; }
- public virtual void Disconnect() { }
- public virtual void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public virtual void EndExecuteProcedure(System.IAsyncResult ar) { }
- public virtual void EndExecuteQuery(System.IAsyncResult ar) { }
- protected void EndExecuteQueryInternal(System.IAsyncResult ar) { }
- public virtual void ExecPrepared(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void ExecProc(string sql) { }
- public virtual void ExecProc(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected virtual void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void Execute(string sql) { }
- public virtual void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecuteQuery(string sql, int timeout, bool wantResults) { }
- protected object GetColumnValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool outParam) { throw null; }
- public static string GetPlainPassword(System.Security.SecureString secPass) { throw null; }
- public object GetSequentialColumnValue(int colIndex) { throw null; }
- public long GetSequentialColumnValue(int colIndex, long fieldIndex, byte[] buffer, int bufferIndex, int size) { throw null; }
- protected object GetStringValue(bool wideChars, int len, System.Text.Encoding enc) { throw null; }
- protected object GetStringValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool wideChars, bool outputParam, System.Text.Encoding encoder) { throw null; }
- protected int GetSubPacketLength() { throw null; }
- protected virtual void InitComm(int port, int timeout) { }
- protected internal void InitExec() { }
- protected virtual bool IsValidRowCount(byte status, byte op) { throw null; }
- protected bool IsWideType(Mono.Data.Tds.Protocol.TdsColumnType columnType) { throw null; }
- protected void LoadRow() { }
- public bool NextResult() { throw null; }
- public bool NextRow() { throw null; }
- protected void OnBeginExecuteQueryCallback(System.IAsyncResult ar) { }
- protected void OnTdsErrorMessage(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e) { }
- protected void OnTdsInfoMessage(Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e) { }
- public virtual string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected internal int ProcessAuthentication() { throw null; }
- protected void ProcessColumnDetail() { }
- protected abstract void ProcessColumnInfo();
- protected void ProcessColumnNames() { }
- protected void ProcessDynamic() { }
- [System.MonoTODOAttribute("Make sure counting works right, especially with multiple resultsets.")]
- protected void ProcessEndToken(Mono.Data.Tds.Protocol.TdsPacketSubType type) { }
- protected void ProcessEnvironmentChange() { }
- protected void ProcessLoginAck() { }
- protected void ProcessMessage(Mono.Data.Tds.Protocol.TdsPacketSubType subType) { }
- protected virtual void ProcessOutputParam() { }
- protected virtual void ProcessReturnStatus() { }
- protected virtual Mono.Data.Tds.Protocol.TdsPacketSubType ProcessSubPacket() { throw null; }
- protected void ProcessTableName() { }
- public virtual bool Reset() { throw null; }
- protected void SetCharset(string charset) { }
- protected void SetCharset(System.Text.Encoding encoder) { }
- protected void SetLanguage(string language) { }
- public void SkipToEnd() { }
- public virtual void Unprepare(string statementId) { }
- public void WaitFor(System.IAsyncResult ar) { }
- }
- public sealed partial class Tds42 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds42(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds42(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- }
- [System.MonoTODOAttribute("FIXME: Can packetsize be anything other than 512?")]
- public sealed partial class Tds50 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds50(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds50(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string id, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds70 : Mono.Data.Tds.Protocol.Tds
- {
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int lifetime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- protected virtual byte[] ClientVersion { get { throw null; } }
- protected virtual byte Precision { get { throw null; } }
- public override System.IAsyncResult BeginExecuteNonQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public override void EndExecuteProcedure(System.IAsyncResult ar) { }
- public override void EndExecuteQuery(System.IAsyncResult ar) { }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessReturnStatus() { }
- public override bool Reset() { throw null; }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds80 : Mono.Data.Tds.Protocol.Tds70
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int lifetime) : base (default(string), default(int)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port, int packetSize, int timeout) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int)) { }
- protected override byte[] ClientVersion { get { throw null; } }
- protected override byte Precision { get { throw null; } }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessOutputParam() { }
- }
- public partial class TdsBigDecimal
- {
- public TdsBigDecimal(byte precision, byte scale, bool isNegative, int[] data) { }
- public int[] Data { get { throw null; } }
- public bool IsNegative { get { throw null; } }
- public byte Precision { get { throw null; } }
- public byte Scale { get { throw null; } }
- }
- public partial class TdsBulkCopy
- {
- public TdsBulkCopy(Mono.Data.Tds.Protocol.Tds tds) { }
- public bool BulkCopyData(object o, bool isNewRow, int size, Mono.Data.Tds.TdsMetaParameter parameter) { throw null; }
- public bool BulkCopyEnd() { throw null; }
- public bool BulkCopyStart(Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- public bool SendColumnMetaData(string colMetaData) { throw null; }
- }
- public enum TdsColumnStatus
- {
- Hidden = 16,
- IsExpression = 4,
- IsKey = 8,
- Rename = 32,
- }
- public enum TdsColumnType
- {
- BigBinary = 173,
- BigChar = 175,
- BigInt = 127,
- BigNVarChar = 231,
- BigVarBinary = 165,
- BigVarChar = 167,
- Binary = 45,
- Bit = 50,
- BitN = 104,
- Char = 47,
- DateTime = 61,
- DateTime2 = 42,
- DateTime4 = 58,
- DateTimeN = 111,
- DateTimeOffset = 43,
- Decimal = 106,
- Float8 = 62,
- FloatN = 109,
- Image = 34,
- Int1 = 48,
- Int2 = 52,
- Int4 = 56,
- IntN = 38,
- Money = 60,
- Money4 = 112,
- MoneyN = 110,
- NChar = 239,
- NText = 99,
- Numeric = 108,
- NVarChar = 103,
- Real = 59,
- SmallMoney = 122,
- Text = 35,
- UniqueIdentifier = 36,
- VarBinary = 37,
- VarChar = 39,
- Variant = 98,
- Void = 31,
- }
- public partial class TdsConnectionInfo
- {
- public string DataSource;
- public int LifeTime;
- public int PacketSize;
- public int PoolMaxSize;
- public int PoolMinSize;
- public int Port;
- public int Timeout;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize) { }
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize, int lifeTime) { }
- public override string ToString() { throw null; }
- }
- public partial class TdsConnectionParameters
- {
- public string ApplicationName;
- public string AttachDBFileName;
- public string Charset;
- public string Database;
- public string DefaultDomain;
- public bool DomainLogin;
- public string Hostname;
- public string Language;
- public string LibraryName;
- public System.Security.SecureString Password;
- public bool PasswordSet;
- public string ProgName;
- public string User;
- public TdsConnectionParameters() { }
- public void Reset() { }
- }
- public partial class TdsConnectionPool
- {
- public TdsConnectionPool(Mono.Data.Tds.Protocol.TdsConnectionPoolManager manager, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { }
- public bool Pooling { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.Tds GetConnection() { throw null; }
- public void ReleaseConnection(Mono.Data.Tds.Protocol.Tds connection) { }
- public void ResetConnectionPool() { }
- }
- public partial class TdsConnectionPoolManager
- {
- public TdsConnectionPoolManager(Mono.Data.Tds.Protocol.TdsVersion version) { }
- public virtual Mono.Data.Tds.Protocol.Tds CreateConnection(Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- public System.Collections.IDictionary GetConnectionPool() { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString) { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- }
- public partial class TdsDataColumn
- {
- public TdsDataColumn() { }
- public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsRowVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object this[string key] { get { throw null; } set { } }
- public System.Nullable<int> LCID { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> SortOrder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class TdsDataColumnCollection : System.Collections.IEnumerable
- {
- public TdsDataColumnCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumn this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsDataColumn schema) { throw null; }
- public void Add(Mono.Data.Tds.Protocol.TdsDataColumnCollection columns) { }
- public void Clear() { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- }
- public partial class TdsDataRow : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public TdsDataRow() { }
- public int BigDecimalIndex { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public object this[int index] { get { throw null; } set { } }
- public object SyncRoot { get { throw null; } }
- public int Add(object value) { throw null; }
- public void Clear() { }
- public bool Contains(object value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public void CopyTo(int index, System.Array array, int arrayIndex, int count) { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public int IndexOf(object value) { throw null; }
- public void Insert(int index, object value) { }
- public void Remove(object value) { }
- public void RemoveAt(int index) { }
- }
- public enum TdsEnvPacketSubType
- {
- BlockSize = 4,
- CharSet = 3,
- CollationInfo = 7,
- Database = 1,
- Locale = 5,
- }
- public sealed partial class TdsInternalError
- {
- public TdsInternalError(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { }
- public byte Class { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public string Message { get { throw null; } set { } }
- public int Number { get { throw null; } set { } }
- public string Procedure { get { throw null; } set { } }
- public string Server { get { throw null; } set { } }
- public string Source { get { throw null; } set { } }
- public byte State { get { throw null; } set { } }
- }
- public sealed partial class TdsInternalErrorCollection : System.Collections.IEnumerable
- {
- public TdsInternalErrorCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalError this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsInternalError error) { throw null; }
- public void Clear() { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public sealed partial class TdsInternalErrorMessageEventArgs : Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs
- {
- public TdsInternalErrorMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) : base (default(Mono.Data.Tds.Protocol.TdsInternalErrorCollection)) { }
- }
- public delegate void TdsInternalErrorMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e);
- public partial class TdsInternalException : System.SystemException
- {
- internal TdsInternalException() { }
- public byte Class { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public override string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public override string Source { get { throw null; } }
- public byte State { get { throw null; } }
- [System.MonoTODOAttribute]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class TdsInternalInfoMessageEventArgs : System.EventArgs
- {
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) { }
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { }
- public byte Class { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalErrorCollection Errors { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public string Source { get { throw null; } }
- public byte State { get { throw null; } }
- public int Add(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- }
- public delegate void TdsInternalInfoMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e);
- public enum TdsPacketSubType
- {
- AltFormat = 168,
- AltName = 167,
- Authentication = 237,
- Capability = 226,
- ColumnDetail = 165,
- ColumnInfo = 161,
- ColumnMetadata = 129,
- ColumnName = 160,
- ColumnOrder = 169,
- Control = 174,
- Done = 253,
- DoneInProc = 255,
- DoneProc = 254,
- Dynamic = 231,
- Dynamic2 = 163,
- EED = 229,
- EnvironmentChange = 227,
- Error = 170,
- Info = 171,
- LoginAck = 173,
- Param = 172,
- Parameters = 215,
- ParamFormat = 236,
- ProcId = 124,
- ReturnStatus = 121,
- Row = 209,
- RowFormat = 238,
- TableName = 164,
- }
- public enum TdsPacketType
- {
- Bulk = 7,
- Cancel = 6,
- DBRPC = 230,
- Logoff = 113,
- Logon = 2,
- Logon70 = 16,
- None = 0,
- Normal = 15,
- Proc = 3,
- Query = 1,
- Reply = 4,
- RPC = 3,
- SspAuth = 17,
- }
- public enum TdsRpcProcId
- {
- Cursor = 1,
- CursorClose = 9,
- CursorExecute = 4,
- CursorFetch = 7,
- CursorOpen = 2,
- CursorOption = 8,
- CursorPrepare = 3,
- CursorPrepExec = 5,
- CursorUnprepare = 6,
- Execute = 12,
- ExecuteSql = 10,
- Prepare = 11,
- PrepExec = 13,
- PrepExecRpc = 14,
- Unprepare = 15,
- }
- public partial class TdsTimeoutException : Mono.Data.Tds.Protocol.TdsInternalException
- {
- internal TdsTimeoutException() { }
- }
- public enum TdsVersion
- {
- tds100 = 100,
- tds42 = 42,
- tds50 = 50,
- tds70 = 70,
- tds80 = 80,
- tds81 = 81,
- tds90 = 90,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.6.2/Mono.Debugger.Soft.cs b/src/v4.6.2/Mono.Debugger.Soft.cs
deleted file mode 100644
index 1bedd97..0000000
--- a/src/v4.6.2/Mono.Debugger.Soft.cs
+++ /dev/null
@@ -1,880 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono Soft Debugger API library")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Debugger.Soft.dll")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Debugger.Soft
-{
- public partial class AbsentInformationException : System.Exception
- {
- public AbsentInformationException() { }
- }
- public partial class AppDomainCreateEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainCreateEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class AppDomainMirror : Mono.Debugger.Soft.Mirror
- {
- internal AppDomainMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Corlib { get { throw null; } }
- public string FriendlyName { get { throw null; } }
- public Mono.Debugger.Soft.ObjectMirror CreateBoxedValue(Mono.Debugger.Soft.Value value) { throw null; }
- public Mono.Debugger.Soft.StringMirror CreateString(string s) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror[] GetAssemblies() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetCorrespondingType(System.Type t) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror GetEntryAssembly() { throw null; }
- }
- public partial class AppDomainUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainUnloadEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class ArrayMirror : Mono.Debugger.Soft.ObjectMirror, System.Collections.IEnumerable
- {
- internal ArrayMirror() { }
- public int[] lengths;
- public int[] lower_bounds;
- public int rank;
- public Mono.Debugger.Soft.Value this[int index] { get { throw null; } set { } }
- public int Length { get { throw null; } }
- public int Rank { get { throw null; } }
- public int GetLength(int dimension) { throw null; }
- public int GetLowerBound(int dimension) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Value> GetValues(int index, int length) { throw null; }
- public void SetValues(int index, Mono.Debugger.Soft.Value[] values) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class AssemblyLoadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyLoadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public sealed partial class AssemblyLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal AssemblyLoadEventRequest() { }
- }
- public partial class AssemblyMirror : Mono.Debugger.Soft.Mirror
- {
- internal AssemblyMirror() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
- public string Location { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
- public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
- public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
- public virtual System.Reflection.AssemblyName GetName() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError, bool ignoreCase) { throw null; }
- }
- public partial class AssemblyUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyUnloadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public partial class BreakpointEvent : Mono.Debugger.Soft.Event
- {
- internal BreakpointEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class BreakpointEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal BreakpointEventRequest() { }
- public override void Enable() { }
- }
- public partial class CommandException : System.Exception
- {
- internal CommandException() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Connection
- {
- protected Connection() { }
- public void ForceDisconnect() { }
- public void StartBuffering() { }
- public void StopBuffering() { }
- protected abstract void TransportClose();
- protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
- protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
- protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
- public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
- }
- public sealed partial class CustomAttributeDataMirror
- {
- internal CustomAttributeDataMirror() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public Mono.Debugger.Soft.MethodMirror Constructor { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror> ConstructorArguments { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeNamedArgumentMirror> NamedArguments { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgumentMirror
- {
- public Mono.Debugger.Soft.FieldInfoMirror Field { get { throw null; } }
- public Mono.Debugger.Soft.PropertyInfoMirror Property { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror TypedValue { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeTypedArgumentMirror
- {
- public System.Type ArgumentType { get { throw null; } }
- public object Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EnumMirror : Mono.Debugger.Soft.StructMirror
- {
- internal EnumMirror() { }
- public string StringValue { get { throw null; } }
- public object Value { get { throw null; } set { } }
- }
- public enum ErrorCode
- {
- ABSENT_INFORMATION = 105,
- ERR_NO_INVOCATION = 104,
- ERR_UNLOADED = 103,
- INVALID_ARGUMENT = 102,
- INVALID_FIELDID = 25,
- INVALID_FRAMEID = 30,
- INVALID_OBJECT = 20,
- INVOKE_ABORTED = 107,
- NONE = 0,
- NOT_IMPLEMENTED = 100,
- NOT_SUSPENDED = 101,
- NO_SEQ_POINT_AT_IL_OFFSET = 106,
- }
- public partial class ErrorHandlerEventArgs : System.EventArgs
- {
- public ErrorHandlerEventArgs() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Event
- {
- internal Event() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.EventRequest Request { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class EventRequest
- {
- internal EventRequest() { }
- protected System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> assembly_filter;
- protected int count;
- protected bool enabled;
- protected Mono.Debugger.Soft.EventType etype;
- protected int id;
- protected Mono.Debugger.Soft.SuspendPolicy suspend;
- protected Mono.Debugger.Soft.ThreadMirror thread;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> AssemblyFilter { get { throw null; } set { } }
- public int Count { get { throw null; } set { } }
- public bool Enabled { get { throw null; } set { } }
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } set { } }
- protected void CheckDisabled() { }
- protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
- public void Disable() { }
- public virtual void Enable() { }
- protected void SetEnabled(int id) { }
- }
- public partial class EventSet
- {
- internal EventSet() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.Event[] Events { get { throw null; } }
- public Mono.Debugger.Soft.Event this[int index] { get { throw null; } }
- public Mono.Debugger.Soft.SuspendPolicy SuspendPolicy { get { throw null; } }
- }
- public enum EventType
- {
- AppDomainCreate = 4,
- AppDomainUnload = 5,
- AssemblyLoad = 8,
- AssemblyUnload = 9,
- Breakpoint = 10,
- Exception = 13,
- KeepAlive = 14,
- MethodEntry = 6,
- MethodExit = 7,
- Step = 11,
- ThreadDeath = 3,
- ThreadStart = 2,
- TypeLoad = 12,
- UserBreak = 15,
- UserLog = 16,
- VMDeath = 1,
- VMDisconnect = 99,
- VMStart = 0,
- }
- public partial class ExceptionEvent : Mono.Debugger.Soft.Event
- {
- internal ExceptionEvent() { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- public sealed partial class ExceptionEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal ExceptionEventRequest() { }
- public Mono.Debugger.Soft.TypeMirror ExceptionType { get { throw null; } }
- public bool IncludeSubclasses { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class FieldInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public FieldInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.TypeMirror type, System.Reflection.FieldAttributes attrs) { }
- public FieldInfoMirror(Mono.Debugger.Soft.VirtualMachine vm, long id) { }
- public System.Reflection.FieldAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror FieldType { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsInitOnly { get { throw null; } }
- public bool IsLiteral { get { throw null; } }
- public bool IsNotSerialized { get { throw null; } }
- public bool IsPinvokeImpl { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.Cecil.FieldDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- }
- public partial interface IInvokeAsyncResult : System.IAsyncResult
- {
- void Abort();
- }
- public partial class ILExceptionHandler
- {
- internal ILExceptionHandler() { }
- public Mono.Debugger.Soft.TypeMirror CatchType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int FilterOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Debugger.Soft.ILExceptionHandlerType HandlerType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public enum ILExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public partial class ILInstruction
- {
- internal ILInstruction() { }
- public Mono.Debugger.Soft.ILInstruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } }
- public object Operand { get { throw null; } set { } }
- public Mono.Debugger.Soft.ILInstruction Previous { get { throw null; } set { } }
- }
- public partial interface IMirror
- {
- Mono.Debugger.Soft.VirtualMachine VirtualMachine { get; }
- }
- public partial class InterfaceMappingMirror : Mono.Debugger.Soft.Mirror
- {
- internal InterfaceMappingMirror() { }
- public Mono.Debugger.Soft.MethodMirror[] InterfaceMethods;
- public Mono.Debugger.Soft.TypeMirror InterfaceType;
- public Mono.Debugger.Soft.MethodMirror[] TargetMethods;
- public Mono.Debugger.Soft.TypeMirror TargetType;
- }
- public partial class InvalidStackFrameException : System.Exception
- {
- public InvalidStackFrameException() { }
- }
- public partial class InvocationException : System.Exception
- {
- public InvocationException(Mono.Debugger.Soft.ObjectMirror exception) { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum InvokeOptions
- {
- DisableBreakpoints = 1,
- None = 0,
- ReturnOutArgs = 8,
- ReturnOutThis = 4,
- SingleThreaded = 2,
- Virtual = 16,
- }
- public partial class InvokeResult
- {
- public InvokeResult() { }
- public Mono.Debugger.Soft.Value[] OutArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value OutThis { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value Result { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial interface ITargetProcess
- {
- bool HasExited { get; }
- int Id { get; }
- string ProcessName { get; }
- System.IO.StreamReader StandardError { get; }
- System.IO.StreamReader StandardOutput { get; }
- event System.EventHandler Exited;
- void Kill();
- }
- public partial class LaunchOptions
- {
- public LaunchOptions() { }
- public string AgentArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.ProcessLauncher CustomProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.TargetProcessLauncher CustomTargetProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Valgrind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public delegate System.Diagnostics.Process ProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- public delegate Mono.Debugger.Soft.ITargetProcess TargetProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- }
- public partial class LocalScope : Mono.Debugger.Soft.Mirror
- {
- internal LocalScope() { }
- public int LiveRangeEnd { get { throw null; } }
- public int LiveRangeStart { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public partial class LocalVariable : Mono.Debugger.Soft.Mirror
- {
- internal LocalVariable() { }
- public int Index { get { throw null; } }
- public bool IsArg { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public partial class Location : Mono.Debugger.Soft.Mirror
- {
- internal Location() { }
- public int ColumnNumber { get { throw null; } }
- public int EndColumnNumber { get { throw null; } }
- public int EndLineNumber { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public byte[] SourceFileHash { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class MethodBodyMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodBodyMirror() { }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILExceptionHandler> ExceptionHandlers { get { throw null; } }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILInstruction> Instructions { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public byte[] GetILAsByteArray() { throw null; }
- }
- public partial class MethodEntryEvent : Mono.Debugger.Soft.Event
- {
- internal MethodEntryEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodEntryEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodEntryEventRequest() { }
- }
- public partial class MethodExitEvent : Mono.Debugger.Soft.Event
- {
- internal MethodExitEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodExitEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodExitEventRequest() { }
- }
- public partial class MethodMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodMirror() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public string FullName { get { throw null; } }
- public System.Collections.Generic.IList<int> ILOffsets { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsFinal { get { throw null; } }
- public bool IsGenericMethod { get { throw null; } }
- public bool IsGenericMethodDefinition { get { throw null; } }
- public bool IsHideBySig { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public System.Collections.Generic.IList<int> LineNumbers { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Location> Locations { get { throw null; } }
- public Mono.Cecil.MethodDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.ParameterInfoMirror ReturnParameter { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ReturnType { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public Mono.Debugger.Soft.Value Evaluate(Mono.Debugger.Soft.Value this_val, Mono.Debugger.Soft.Value[] args) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGenericMethodDefinition() { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetLocal(string name) { throw null; }
- public Mono.Debugger.Soft.LocalVariable[] GetLocals() { throw null; }
- public Mono.Debugger.Soft.MethodBodyMirror GetMethodBody() { throw null; }
- public System.Reflection.MethodImplAttributes GetMethodImplementationFlags() { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetParameters() { throw null; }
- public Mono.Debugger.Soft.LocalScope[] GetScopes() { throw null; }
- public Mono.Debugger.Soft.Location LocationAtILOffset(int il_offset) { throw null; }
- public Mono.Debugger.Soft.MethodMirror MakeGenericMethod(Mono.Debugger.Soft.TypeMirror[] args) { throw null; }
- }
- public abstract partial class Mirror : Mono.Debugger.Soft.IMirror
- {
- internal Mirror() { }
- protected long id;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.VirtualMachine VirtualMachine { get { throw null; } }
- protected void CheckMirror(Mono.Debugger.Soft.Mirror m) { }
- protected void SetVirtualMachine(Mono.Debugger.Soft.VirtualMachine vm) { }
- }
- public partial class ModuleMirror : Mono.Debugger.Soft.Mirror
- {
- internal ModuleMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public System.Guid ModuleVersionId { get { throw null; } }
- public string Name { get { throw null; } }
- public string ScopeName { get { throw null; } }
- }
- public partial class ObjectCollectedException : System.Exception
- {
- public ObjectCollectedException() { }
- }
- public partial class ObjectMirror : Mono.Debugger.Soft.Value
- {
- internal ObjectMirror() { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public bool IsCollected { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public System.IAsyncResult BeginInvokeMultiple(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror[] methods, System.Collections.Generic.IList<System.Collections.Generic.IList<Mono.Debugger.Soft.Value>> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public void EndInvokeMultiple(System.IAsyncResult asyncResult) { }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class ParameterInfoMirror : Mono.Debugger.Soft.Mirror
- {
- internal ParameterInfoMirror() { }
- public System.Reflection.ParameterAttributes Attributes { get { throw null; } }
- public bool IsRetval { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ParameterType { get { throw null; } }
- public int Position { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class PointerValue : Mono.Debugger.Soft.Value
- {
- public PointerValue(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.TypeMirror type, long addr) { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PrimitiveValue : Mono.Debugger.Soft.Value
- {
- public PrimitiveValue(Mono.Debugger.Soft.VirtualMachine vm, object value) { }
- public object Value { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PropertyInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public PropertyInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.MethodMirror get_method, Mono.Debugger.Soft.MethodMirror set_method, System.Reflection.PropertyAttributes attrs) { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public Mono.Cecil.PropertyDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror PropertyType { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod(bool nonPublic) { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetIndexParameters() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod(bool nonPublic) { throw null; }
- }
- public partial class StackFrame : Mono.Debugger.Soft.Mirror
- {
- internal StackFrame() { }
- public int ColumnNumber { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public string FileName { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public bool IsDebuggerInvoke { get { throw null; } }
- public bool IsNativeTransition { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.Location Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public Mono.Debugger.Soft.Value GetArgument(int pos) { throw null; }
- public Mono.Debugger.Soft.Value GetThis() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.LocalVariable var) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.ParameterInfoMirror param) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(Mono.Debugger.Soft.LocalVariable[] vars) { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetVisibleVariableByName(string name) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.LocalVariable> GetVisibleVariables() { throw null; }
- public void SetThis(Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.LocalVariable var, Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.ParameterInfoMirror param, Mono.Debugger.Soft.Value value) { }
- }
- public enum StepDepth
- {
- Into = 0,
- Out = 2,
- Over = 1,
- }
- public partial class StepEvent : Mono.Debugger.Soft.Event
- {
- internal StepEvent() { }
- public long Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class StepEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal StepEventRequest() { }
- public Mono.Debugger.Soft.StepDepth Depth { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepFilter Filter { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepSize Size { get { throw null; } set { } }
- public new Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override void Enable() { }
- }
- [System.FlagsAttribute]
- public enum StepFilter
- {
- DebuggerHidden = 2,
- DebuggerNonUserCode = 8,
- DebuggerStepThrough = 4,
- None = 0,
- StaticCtor = 1,
- }
- public enum StepSize
- {
- Line = 1,
- Min = 0,
- }
- public partial class StringMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal StringMirror() { }
- public int Length { get { throw null; } }
- public string Value { get { throw null; } }
- public char[] GetChars(int index, int length) { throw null; }
- }
- public partial class StructMirror : Mono.Debugger.Soft.Value
- {
- internal StructMirror() { }
- public Mono.Debugger.Soft.Value[] Fields { get { throw null; } }
- public Mono.Debugger.Soft.Value this[string field] { get { throw null; } set { } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- }
- public enum SuspendPolicy
- {
- All = 2,
- EventThread = 1,
- None = 0,
- }
- public partial class ThreadDeathEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadDeathEvent() { }
- }
- public partial class ThreadMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal ThreadMirror() { }
- public long Id { get { throw null; } }
- public bool IsThreadPoolThread { get { throw null; } }
- public string Name { get { throw null; } }
- public static bool NativeTransitions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long ThreadId { get { throw null; } }
- public System.Threading.ThreadState ThreadState { get { throw null; } }
- public long TID { get { throw null; } }
- public static void FetchFrames(System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> threads) { }
- public Mono.Debugger.Soft.StackFrame[] GetFrames() { throw null; }
- public void SetIP(Mono.Debugger.Soft.Location loc) { }
- }
- public partial class ThreadStartEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadStartEvent() { }
- }
- public partial class TypeLoadEvent : Mono.Debugger.Soft.Event
- {
- internal TypeLoadEvent() { }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public sealed partial class TypeLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal TypeLoadEventRequest() { }
- public string[] SourceFileFilter { get { throw null; } set { } }
- public string[] TypeNameFilter { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class TypeMirror : Mono.Debugger.Soft.Mirror
- {
- internal TypeMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public System.Reflection.TypeAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror BaseType { get { throw null; } }
- public string CSharpName { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror EnumUnderlyingType { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasElementType { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAnsiClass { get { throw null; } }
- public bool IsArray { get { throw null; } }
- public bool IsAutoClass { get { throw null; } }
- public bool IsAutoLayout { get { throw null; } }
- public bool IsByRef { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsCOMObject { get { throw null; } }
- public bool IsContextful { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } }
- public bool IsGenericType { get { throw null; } }
- public bool IsGenericTypeDefinition { get { throw null; } }
- public bool IsImport { get { throw null; } }
- public bool IsInitialized { get { throw null; } }
- public bool IsInterface { get { throw null; } }
- public bool IsLayoutSequential { get { throw null; } }
- public bool IsMarshalByRef { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public bool IsNestedAssembly { get { throw null; } }
- public bool IsNestedFamANDAssem { get { throw null; } }
- public bool IsNestedFamily { get { throw null; } }
- public bool IsNestedFamORAssem { get { throw null; } }
- public bool IsNestedPrivate { get { throw null; } }
- public bool IsNestedPublic { get { throw null; } }
- public bool IsNotPublic { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSerializable { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsUnicodeClass { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public Mono.Cecil.TypeDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror Module { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public int GetArrayRank() { throw null; }
- protected virtual System.Reflection.TypeAttributes GetAttributeFlagsImpl() { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetElementType() { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror GetField(string name) { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror[] GetFields() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetGenericTypeDefinition() { throw null; }
- public Mono.Debugger.Soft.InterfaceMappingMirror GetInterfaceMap(Mono.Debugger.Soft.TypeMirror interfaceType) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetInterfaces() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetMethod(string name) { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethods() { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethodsByNameFlags(string name, System.Reflection.BindingFlags flags, bool ignoreCase) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties() { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror GetProperty(string name) { throw null; }
- public string[] GetSourceFiles() { throw null; }
- public string[] GetSourceFiles(bool returnFullPaths) { throw null; }
- public Mono.Debugger.Soft.ObjectMirror GetTypeObject() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- protected virtual bool HasElementTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- protected virtual bool IsArrayImpl() { throw null; }
- public virtual bool IsAssignableFrom(Mono.Debugger.Soft.TypeMirror c) { throw null; }
- protected virtual bool IsByRefImpl() { throw null; }
- protected virtual bool IsCOMObjectImpl() { throw null; }
- protected virtual bool IsContextfulImpl() { throw null; }
- protected virtual bool IsMarshalByRefImpl() { throw null; }
- protected virtual bool IsPointerImpl() { throw null; }
- protected virtual bool IsPrimitiveImpl() { throw null; }
- protected virtual bool IsValueTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class UserBreakEvent : Mono.Debugger.Soft.Event
- {
- internal UserBreakEvent() { }
- }
- public partial class UserLogEvent : Mono.Debugger.Soft.Event
- {
- internal UserLogEvent() { }
- public string Category { get { throw null; } }
- public int Level { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public abstract partial class Value : Mono.Debugger.Soft.Mirror
- {
- internal Value() { }
- }
- public partial class VersionInfo
- {
- public VersionInfo() { }
- public int MajorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MinorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string VMVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AtLeast(int major, int minor) { throw null; }
- }
- public partial class VirtualMachine : Mono.Debugger.Soft.Mirror
- {
- internal VirtualMachine() { }
- public System.Net.EndPoint EndPoint { get { throw null; } }
- public System.Diagnostics.Process Process { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror RootDomain { get { throw null; } }
- public System.IO.StreamReader StandardError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.IO.StreamReader StandardOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.ITargetProcess TargetProcess { get { throw null; } }
- public Mono.Debugger.Soft.VersionInfo Version { get { throw null; } }
- public void ClearAllBreakpoints() { }
- public Mono.Debugger.Soft.AssemblyLoadEventRequest CreateAssemblyLoadRequest() { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.Location loc) { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public Mono.Debugger.Soft.EnumMirror CreateEnumMirror(Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.PrimitiveValue value) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught) { throw null; }
- public Mono.Debugger.Soft.MethodEntryEventRequest CreateMethodEntryRequest() { throw null; }
- public Mono.Debugger.Soft.MethodExitEventRequest CreateMethodExitRequest() { throw null; }
- public Mono.Debugger.Soft.StepEventRequest CreateStepRequest(Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.TypeLoadEventRequest CreateTypeLoadRequest() { throw null; }
- public Mono.Debugger.Soft.PrimitiveValue CreateValue(object value) { throw null; }
- public void Detach() { }
- public void Disconnect() { }
- [System.ObsoleteAttribute("This method was poorly named; use the Detach() method instead")]
- public void Dispose() { }
- public void EnableEvents(params Mono.Debugger.Soft.EventType[] events) { }
- public void EnableEvents(Mono.Debugger.Soft.EventType[] events, Mono.Debugger.Soft.SuspendPolicy suspendPolicy) { }
- public void Exit(int exitCode) { }
- public void ForceDisconnect() { }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
- public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
- public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypes(string name, bool ignoreCase) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypesForSourceFile(string fname, bool ignoreCase) { throw null; }
- public void Resume() { }
- public Mono.Debugger.Soft.BreakpointEventRequest SetBreakpoint(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public void SetSocketTimeouts(int send_timeout, int receive_timeout, int keepalive_interval) { }
- public void Suspend() { }
- }
- public partial class VirtualMachineManager
- {
- internal VirtualMachineManager() { }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback, out int dbg_port, out int con_port) { dbg_port = default(int); con_port = default(int); throw null; }
- public static void CancelConnection(System.IAsyncResult asyncResult) { }
- public static Mono.Debugger.Soft.VirtualMachine Connect(Mono.Debugger.Soft.Connection transport, System.IO.StreamReader standardOutput, System.IO.StreamReader standardError) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint, System.Net.IPEndPoint consoleEndpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ConnectInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock, System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndConnect(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndLaunch(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndListen(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(Mono.Debugger.Soft.ITargetProcess p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(System.Diagnostics.Process p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ListenInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock) { throw null; }
- }
- public partial class VMDeathEvent : Mono.Debugger.Soft.Event
- {
- public VMDeathEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, int exit_code) { }
- public int ExitCode { get { throw null; } }
- }
- public partial class VMDisconnectedException : System.Exception
- {
- public VMDisconnectedException() { }
- }
- public partial class VMDisconnectEvent : Mono.Debugger.Soft.Event
- {
- public VMDisconnectEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id) { }
- }
- public partial class VMMismatchException : System.Exception
- {
- public VMMismatchException() { }
- }
- public partial class VMNotSuspendedException : System.InvalidOperationException
- {
- public VMNotSuspendedException() { }
- }
- public partial class VMStartEvent : Mono.Debugger.Soft.Event
- {
- public VMStartEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, long thread_id) { }
- }
-}
diff --git a/src/v4.6.2/Mono.Http.cs b/src/v4.6.2/Mono.Http.cs
deleted file mode 100644
index 0bca7c4..0000000
--- a/src/v4.6.2/Mono.Http.cs
+++ /dev/null
@@ -1,143 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Http and ASP.NET utilities")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Http.dll")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Http
-{
- [System.SerializableAttribute]
- public partial class GZipWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
- {
- public GZipWebRequest(System.Net.WebRequest request) { }
- protected GZipWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- public override string ConnectionGroupName { get { throw null; } set { } }
- public override long ContentLength { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Net.ICredentials Credentials { get { throw null; } set { } }
- public bool EnableCompression { get { throw null; } set { } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
- public override string Method { get { throw null; } set { } }
- public override bool PreAuthenticate { get { throw null; } set { } }
- public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
- public System.Net.WebRequest RealRequest { get { throw null; } }
- public override System.Uri RequestUri { get { throw null; } }
- public override int Timeout { get { throw null; } set { } }
- public override void Abort() { }
- public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
- public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
- public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
- public override System.IO.Stream GetRequestStream() { throw null; }
- public override System.Net.WebResponse GetResponse() { throw null; }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class GZipWebRequestCreator : System.Net.IWebRequestCreate
- {
- public GZipWebRequestCreator() { }
- public System.Net.WebRequest Create(System.Uri uri) { throw null; }
- }
- public partial class GZipWriteFilter : System.IO.Stream
- {
- public GZipWriteFilter(System.IO.Stream baseStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- 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 override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class NtlmClient : System.Net.IAuthenticationModule
- {
- public NtlmClient() { }
- public string AuthenticationType { get { throw null; } }
- public bool CanPreAuthenticate { get { throw null; } }
- public System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- public System.Net.Authorization PreAuthenticate(System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- }
-}
-namespace Mono.Http.Configuration
-{
- public partial class AcceptEncodingConfig
- {
- public AcceptEncodingConfig() { }
- public AcceptEncodingConfig(Mono.Http.Configuration.AcceptEncodingConfig parent) { }
- public void Add(string encoding, string type) { }
- public void Clear() { }
- public bool SetFilter(System.Web.HttpResponse response, string acceptEncoding) { throw null; }
- }
- public partial class AcceptEncodingSectionHandler : System.Configuration.IConfigurationSectionHandler
- {
- public AcceptEncodingSectionHandler() { }
- public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
- }
-}
-namespace Mono.Http.Modules
-{
- public partial class AcceptEncodingModule : System.Web.IHttpModule
- {
- public AcceptEncodingModule() { }
- public void Dispose() { }
- public void Init(System.Web.HttpApplication app) { }
- }
- public abstract partial class AuthenticationModule : System.Web.IHttpModule
- {
- public AuthenticationModule(string authenticationMethod) { }
- public string AuthenticationMethod { get { throw null; } }
- protected bool AuthenticationRequired { get { throw null; } }
- protected abstract bool AcceptCredentials(System.Web.HttpApplication app, string authentication);
- protected string Authorization(System.Web.HttpApplication app, string authenticationMethod) { throw null; }
- protected void DenyAccess(System.Web.HttpApplication app) { }
- public virtual void Dispose() { }
- public virtual void Init(System.Web.HttpApplication context) { }
- public virtual void OnAuthenticateRequest(object source, System.EventArgs eventArgs) { }
- public abstract void OnEndRequest(object source, System.EventArgs eventArgs);
- }
- public partial class BasicAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public BasicAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
- public partial class DigestAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public DigestAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- protected virtual string GetCurrentNonce() { throw null; }
- protected virtual bool GetUserByName(System.Web.HttpApplication app, string username, out string password, out string[] roles) { password = default(string); roles = default(string[]); throw null; }
- protected virtual bool IsValidNonce(string nonce) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
-}
-namespace System.Net
-{
- [System.SerializableAttribute]
- public partial class GZipWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
- {
- protected GZipWebResponse(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public override long ContentLength { get { throw null; } }
- public override string ContentType { get { throw null; } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } }
- public bool IsCompressed { get { throw null; } }
- public System.Net.WebResponse RealResponse { get { throw null; } }
- public override System.Uri ResponseUri { get { throw null; } }
- public override void Close() { }
- public override System.IO.Stream GetResponseStream() { throw null; }
- void System.IDisposable.Dispose() { }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
diff --git a/src/v4.6.2/Mono.Management.cs b/src/v4.6.2/Mono.Management.cs
deleted file mode 100644
index 2d72624..0000000
--- a/src/v4.6.2/Mono.Management.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Attach
-{
- public partial class VirtualMachine
- {
- public VirtualMachine(long pid) { }
- public bool IsCurrent { get { throw null; } }
- public long Pid { get { throw null; } }
- public void Attach(string agent, string args) { }
- public string[] GetCommandLine() { throw null; }
- public static System.Collections.Generic.List<Mono.Attach.VirtualMachine> GetVirtualMachines() { throw null; }
- public string GetWorkingDirectory() { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.6.2/Mono.Messaging.RabbitMQ.cs b/src/v4.6.2/Mono.Messaging.RabbitMQ.cs
deleted file mode 100644
index 2d203a1..0000000
--- a/src/v4.6.2/Mono.Messaging.RabbitMQ.cs
+++ /dev/null
@@ -1,175 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(false)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging.RabbitMQ
-{
- public delegate global::RabbitMQ.Client.IConnection CreateConnectionDelegate(string host);
- public partial interface IMessagingContext : System.IDisposable
- {
- void Delete(Mono.Messaging.QueueReference qRef);
- void Purge(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack);
- void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg);
- }
- public delegate bool IsMatch(global::RabbitMQ.Client.Events.BasicDeliverEventArgs result);
- public partial class MessageFactory
- {
- public MessageFactory(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider) { }
- public static System.DateTime AmqpTimestampToDateTime(global::RabbitMQ.Client.AmqpTimestamp ats) { throw null; }
- public static global::RabbitMQ.Client.AmqpTimestamp DateTimeToAmqpTimestamp(System.DateTime t) { throw null; }
- public static string GetString(System.Collections.IDictionary properties, string key) { throw null; }
- public Mono.Messaging.IMessage ReadMessage(Mono.Messaging.QueueReference destination, global::RabbitMQ.Client.Events.BasicDeliverEventArgs result) { throw null; }
- public static int TimeSpanToMillis(System.TimeSpan timespan) { throw null; }
- public global::RabbitMQ.Client.Content.IMessageBuilder WriteMessage(global::RabbitMQ.Client.IModel ch, Mono.Messaging.IMessage msg) { throw null; }
- }
- public partial class MessagingContext : Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public MessagingContext(Mono.Messaging.RabbitMQ.MessageFactory factory, string host, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnection) { }
- public global::RabbitMQ.Client.IConnection Connection { get { throw null; } }
- public global::RabbitMQ.Client.IModel Model { get { throw null; } }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage message) { }
- }
- public partial class MessagingContextPool
- {
- public MessagingContextPool(Mono.Messaging.RabbitMQ.MessageFactory messageFactory, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnectionDelegate) { }
- public Mono.Messaging.RabbitMQ.MessagingContext GetContext(string host) { throw null; }
- public void ReturnContext(Mono.Messaging.RabbitMQ.MessagingContext context) { }
- }
- public partial class RabbitMQMessageEnumerator : Mono.Messaging.IMessageEnumerator, System.IDisposable
- {
- public RabbitMQMessageEnumerator(Mono.Messaging.RabbitMQ.MessageFactory helper, Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Current { get { throw null; } }
- public System.IntPtr CursorHandle { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- public void Dispose(bool disposing) { }
- public bool MoveNext() { throw null; }
- public bool MoveNext(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent() { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Reset() { }
- }
- public partial class RabbitMQMessageQueue : Mono.Messaging.MessageQueueBase, Mono.Messaging.IMessageQueue
- {
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, Mono.Messaging.QueueReference qRef, bool transactional) { }
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, bool transactional) { }
- public bool Authenticate { get { throw null; } set { } }
- public short BasePriority { get { throw null; } set { } }
- public bool CanRead { get { throw null; } }
- public bool CanWrite { get { throw null; } }
- public System.Guid Category { get { throw null; } set { } }
- public System.DateTime CreateTime { get { throw null; } }
- public bool DenySharedReceive { get { throw null; } set { } }
- public Mono.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
- public System.Guid Id { get { throw null; } }
- public System.DateTime LastModifyTime { get { throw null; } }
- public long MaximumJournalSize { get { throw null; } set { } }
- public long MaximumQueueSize { get { throw null; } set { } }
- public Mono.Messaging.QueueReference QRef { get { throw null; } set { } }
- protected override Mono.Messaging.IMessageQueue Queue { get { throw null; } }
- public System.IntPtr ReadHandle { get { throw null; } }
- public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
- public bool Transactional { get { throw null; } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public System.IntPtr WriteHandle { get { throw null; } }
- public void Close() { }
- public static void Delete(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessageEnumerator GetMessageEnumerator() { throw null; }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.PeekCompleted { add { } remove { } }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.ReceiveCompleted { add { } remove { } }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndPeek(System.IAsyncResult asyncResult) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndReceive(System.IAsyncResult asyncResult) { throw null; }
- void Mono.Messaging.IMessageQueue.SendPeekCompleted(System.IAsyncResult result) { }
- void Mono.Messaging.IMessageQueue.SendReceiveCompleted(System.IAsyncResult result) { }
- public Mono.Messaging.IMessage Peek() { throw null; }
- public Mono.Messaging.IMessage Peek(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout) { throw null; }
- public void Purge() { }
- public Mono.Messaging.IMessage Receive() { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Send(Mono.Messaging.IMessage msg) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.IMessageQueueTransaction transaction) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.MessageQueueTransactionType transactionType) { }
- }
- public partial class RabbitMQMessageQueueTransaction : Mono.Messaging.IMessageQueueTransaction, Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public RabbitMQMessageQueueTransaction(string txId, Mono.Messaging.RabbitMQ.MessagingContextPool contextPool) { }
- public string Id { get { throw null; } }
- public Mono.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
- public void Abort() { }
- public void Begin() { }
- public void Commit() { }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg) { }
- }
- public partial class RabbitMQMessagingProvider : Mono.Messaging.IMessagingProvider
- {
- public RabbitMQMessagingProvider() { }
- public Mono.Messaging.RabbitMQ.IMessagingContext CreateContext(string host) { throw null; }
- public Mono.Messaging.IMessage CreateMessage() { throw null; }
- public Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional) { throw null; }
- public Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction() { throw null; }
- public void DeleteQueue(Mono.Messaging.QueueReference qRef) { }
- public bool Exists(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue[] GetPublicQueues() { throw null; }
- }
-}
diff --git a/src/v4.6.2/Mono.Messaging.cs b/src/v4.6.2/Mono.Messaging.cs
deleted file mode 100644
index b882045..0000000
--- a/src/v4.6.2/Mono.Messaging.cs
+++ /dev/null
@@ -1,398 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging
-{
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum AcknowledgeTypes
- {
- FullReachQueue = 5,
- FullReceive = 14,
- NegativeReceive = 8,
- None = 0,
- NotAcknowledgeReachQueue = 4,
- NotAcknowledgeReceive = 12,
- PositiveArrival = 1,
- PositiveReceive = 2,
- }
- [System.SerializableAttribute]
- public enum Acknowledgment
- {
- AccessDenied = 32772,
- BadDestinationQueue = 32768,
- BadEncryption = 32775,
- BadSignature = 32774,
- CouldNotEncrypt = 32776,
- HopCountExceeded = 32773,
- None = 0,
- NotTransactionalMessage = 32778,
- NotTransactionalQueue = 32777,
- Purged = 32769,
- QueueDeleted = 49152,
- QueueExceedMaximumSize = 32771,
- QueuePurged = 49153,
- ReachQueue = 2,
- ReachQueueTimeout = 32770,
- Receive = 16384,
- ReceiveTimeout = 49154,
- }
- public partial class CompletedEventArgs : System.EventArgs
- {
- public CompletedEventArgs(System.IAsyncResult result) { }
- public System.IAsyncResult AsyncResult { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public delegate void CompletedEventHandler(object sender, Mono.Messaging.CompletedEventArgs e);
- public partial class ConcurrentLinkedQueue<T>
- {
- public ConcurrentLinkedQueue() { }
- public T Dequeue() { throw null; }
- public void Enqueue(T context) { }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionException : Mono.Messaging.MonoMessagingException
- {
- public ConnectionException(Mono.Messaging.QueueReference qRef) { }
- public ConnectionException(Mono.Messaging.QueueReference qRef, System.Exception e) { }
- public Mono.Messaging.QueueReference QRef { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum CryptographicProviderType
- {
- Dss = 3,
- Fortezza = 4,
- MicrosoftExchange = 5,
- None = 0,
- RsaFull = 1,
- RsqSig = 2,
- Ssl = 6,
- SttAcq = 8,
- SttBrnd = 9,
- SttIss = 11,
- SttMer = 7,
- SttRoot = 10,
- }
- [System.SerializableAttribute]
- public enum EncryptionAlgorithm
- {
- None = 0,
- Rc2 = 26114,
- Rc4 = 26625,
- }
- [System.SerializableAttribute]
- public enum EncryptionRequired
- {
- Body = 2,
- None = 0,
- Optional = 1,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithm
- {
- Mac = 32773,
- Md2 = 32769,
- Md4 = 32770,
- Md5 = 32771,
- None = 0,
- Sha = 32772,
- }
- public partial interface IMessage
- {
- Mono.Messaging.AcknowledgeTypes AcknowledgeType { get; set; }
- Mono.Messaging.Acknowledgment Acknowledgment { get; }
- Mono.Messaging.IMessageQueue AdministrationQueue { get; set; }
- int AppSpecific { get; set; }
- System.DateTime ArrivedTime { get; }
- bool AttachSenderId { get; set; }
- bool Authenticated { get; }
- string AuthenticationProviderName { get; set; }
- Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get; set; }
- System.IO.Stream BodyStream { get; set; }
- int BodyType { get; set; }
- System.Guid ConnectorType { get; set; }
- string CorrelationId { get; set; }
- Mono.Messaging.IMessageQueue DestinationQueue { get; }
- byte[] DestinationSymmetricKey { get; set; }
- byte[] DigitalSignature { get; set; }
- Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get; set; }
- byte[] Extension { get; set; }
- Mono.Messaging.HashAlgorithm HashAlgorithm { get; set; }
- string Id { get; }
- bool IsFirstInTransaction { get; }
- bool IsLastInTransaction { get; }
- string Label { get; set; }
- Mono.Messaging.MessageType MessageType { get; }
- Mono.Messaging.MessagePriority Priority { get; set; }
- bool Recoverable { get; set; }
- Mono.Messaging.IMessageQueue ResponseQueue { get; set; }
- byte[] SenderCertificate { get; set; }
- byte[] SenderId { get; }
- long SenderVersion { get; }
- System.DateTime SentTime { get; }
- string SourceMachine { get; }
- System.TimeSpan TimeToBeReceived { get; set; }
- System.TimeSpan TimeToReachQueue { get; set; }
- string TransactionId { get; }
- Mono.Messaging.IMessageQueue TransactionStatusQueue { get; set; }
- bool UseAuthentication { get; set; }
- bool UseDeadLetterQueue { get; set; }
- bool UseEncryption { get; set; }
- bool UseJournalQueue { get; set; }
- bool UseTracing { get; set; }
- void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId);
- }
- public partial interface IMessageEnumerator : System.IDisposable
- {
- Mono.Messaging.IMessage Current { get; }
- System.IntPtr CursorHandle { get; }
- void Close();
- void Dispose(bool disposing);
- bool MoveNext();
- bool MoveNext(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent();
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- }
- public partial interface IMessageQueue
- {
- bool Authenticate { get; set; }
- short BasePriority { get; set; }
- bool CanRead { get; }
- bool CanWrite { get; }
- System.Guid Category { get; set; }
- System.DateTime CreateTime { get; }
- bool DenySharedReceive { get; set; }
- Mono.Messaging.EncryptionRequired EncryptionRequired { get; set; }
- System.Guid Id { get; }
- System.DateTime LastModifyTime { get; }
- long MaximumJournalSize { get; set; }
- long MaximumQueueSize { get; set; }
- Mono.Messaging.QueueReference QRef { get; set; }
- System.IntPtr ReadHandle { get; }
- System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
- bool Transactional { get; }
- bool UseJournalQueue { get; set; }
- System.IntPtr WriteHandle { get; }
- event Mono.Messaging.CompletedEventHandler PeekCompleted;
- event Mono.Messaging.CompletedEventHandler ReceiveCompleted;
- System.IAsyncResult BeginPeek();
- System.IAsyncResult BeginPeek(System.TimeSpan timeout);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- System.IAsyncResult BeginReceive();
- System.IAsyncResult BeginReceive(System.TimeSpan timeout);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- void Close();
- Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessageEnumerator GetMessageEnumerator();
- Mono.Messaging.IMessage Peek();
- Mono.Messaging.IMessage Peek(System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekById(string id);
- Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout);
- void Purge();
- Mono.Messaging.IMessage Receive();
- Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- void Send(Mono.Messaging.IMessage message);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.IMessageQueueTransaction transaction);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.MessageQueueTransactionType transactionType);
- void SendPeekCompleted(System.IAsyncResult result);
- void SendReceiveCompleted(System.IAsyncResult result);
- }
- public partial interface IMessageQueueTransaction : System.IDisposable
- {
- Mono.Messaging.MessageQueueTransactionStatus Status { get; }
- void Abort();
- void Begin();
- void Commit();
- }
- public partial interface IMessagingProvider
- {
- Mono.Messaging.IMessage CreateMessage();
- Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional);
- Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction();
- void DeleteQueue(Mono.Messaging.QueueReference qRef);
- bool Exists(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue[] GetPublicQueues();
- }
- public partial class MessageBase : Mono.Messaging.IMessage
- {
- public MessageBase() { }
- public Mono.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
- public Mono.Messaging.Acknowledgment Acknowledgment { get { throw null; } }
- public Mono.Messaging.IMessageQueue AdministrationQueue { get { throw null; } set { } }
- public int AppSpecific { get { throw null; } set { } }
- public System.DateTime ArrivedTime { get { throw null; } }
- public bool AttachSenderId { get { throw null; } set { } }
- public bool Authenticated { get { throw null; } }
- public string AuthenticationProviderName { get { throw null; } set { } }
- public Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get { throw null; } set { } }
- public System.IO.Stream BodyStream { get { throw null; } set { } }
- public int BodyType { get { throw null; } set { } }
- public System.Guid ConnectorType { get { throw null; } set { } }
- public string CorrelationId { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue DestinationQueue { get { throw null; } }
- public byte[] DestinationSymmetricKey { get { throw null; } set { } }
- public byte[] DigitalSignature { get { throw null; } set { } }
- public Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
- public byte[] Extension { get { throw null; } set { } }
- public Mono.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public string Id { get { throw null; } }
- public bool IsFirstInTransaction { get { throw null; } }
- public bool IsLastInTransaction { get { throw null; } }
- public string Label { get { throw null; } set { } }
- public Mono.Messaging.MessageType MessageType { get { throw null; } }
- public Mono.Messaging.MessagePriority Priority { get { throw null; } set { } }
- public bool Recoverable { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue ResponseQueue { get { throw null; } set { } }
- public byte[] SenderCertificate { get { throw null; } set { } }
- public byte[] SenderId { get { throw null; } }
- public long SenderVersion { get { throw null; } }
- public System.DateTime SentTime { get { throw null; } }
- public string SourceMachine { get { throw null; } }
- public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
- public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
- public string TransactionId { get { throw null; } }
- public Mono.Messaging.IMessageQueue TransactionStatusQueue { get { throw null; } set { } }
- public bool UseAuthentication { get { throw null; } set { } }
- public bool UseDeadLetterQueue { get { throw null; } set { } }
- public bool UseEncryption { get { throw null; } set { } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public bool UseTracing { get { throw null; } set { } }
- public void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId) { }
- }
- [System.SerializableAttribute]
- public enum MessagePriority
- {
- AboveNormal = 4,
- High = 5,
- Highest = 7,
- Low = 2,
- Lowest = 0,
- Normal = 3,
- VeryHigh = 6,
- VeryLow = 1,
- }
- public abstract partial class MessageQueueBase
- {
- protected MessageQueueBase() { }
- protected abstract Mono.Messaging.IMessageQueue Queue { get; }
- public event Mono.Messaging.CompletedEventHandler PeekCompleted { add { } remove { } }
- public event Mono.Messaging.CompletedEventHandler ReceiveCompleted { add { } remove { } }
- public System.IAsyncResult BeginPeek() { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public System.IAsyncResult BeginReceive() { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult) { throw null; }
- public void SendPeekCompleted(System.IAsyncResult result) { }
- public void SendReceiveCompleted(System.IAsyncResult result) { }
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionStatus
- {
- Aborted = 0,
- Committed = 1,
- Initialized = 2,
- Pending = 3,
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionType
- {
- Automatic = 1,
- None = 0,
- Single = 3,
- }
- [System.SerializableAttribute]
- public enum MessageType
- {
- Acknowledgment = 1,
- Normal = 2,
- Report = 3,
- }
- public partial class MessageUnavailableException : Mono.Messaging.MonoMessagingException
- {
- public MessageUnavailableException() { }
- public MessageUnavailableException(string msg) { }
- public MessageUnavailableException(string msg, System.Exception e) { }
- }
- public partial class MessagingProviderLocator
- {
- internal MessagingProviderLocator() { }
- public static readonly System.TimeSpan InfiniteTimeout;
- public static Mono.Messaging.MessagingProviderLocator Instance { get { throw null; } }
- public static Mono.Messaging.IMessagingProvider GetProvider() { throw null; }
- }
- public partial class MonoMessagingException : System.Exception
- {
- public MonoMessagingException() { }
- public MonoMessagingException(string msg) { }
- public MonoMessagingException(string msg, System.Exception e) { }
- }
- public sealed partial class QueueReference
- {
- public static readonly Mono.Messaging.QueueReference DEFAULT;
- public static readonly string LOCALHOST;
- public QueueReference(string host, string queue, bool isPrivate) { }
- public string Host { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public string Queue { get { throw null; } }
- public bool Equals(Mono.Messaging.QueueReference other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool IsPrivateStr(string s) { throw null; }
- public static bool operator ==(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static bool operator !=(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static Mono.Messaging.QueueReference Parse(string path) { throw null; }
- public static string RemoveLeadingSlashes(string s) { throw null; }
- public Mono.Messaging.QueueReference SetHost(string host) { throw null; }
- public Mono.Messaging.QueueReference SetQueue(string queue) { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.6.2/Mono.Parallel.cs b/src/v4.6.2/Mono.Parallel.cs
deleted file mode 100644
index 88b1100..0000000
--- a/src/v4.6.2/Mono.Parallel.cs
+++ /dev/null
@@ -1,152 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Collections.Concurrent
-{
- public partial class ConcurrentOrderedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentOrderedList() { }
- public ConcurrentOrderedList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public System.Collections.Generic.IEqualityComparer<T> Comparer { get { throw null; } }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T data) { throw null; }
- public bool ContainsHash(int key) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryAdd(T data) { throw null; }
- public bool TryGetFromHash(int key, out T data) { data = default(T); throw null; }
- public bool TryPop(out T data) { data = default(T); throw null; }
- public bool TryRemove(T data) { throw null; }
- public bool TryRemoveHash(int key, out T data) { data = default(T); throw null; }
- }
- public partial class ConcurrentSkipList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentSkipList() { }
- public ConcurrentSkipList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T value) { throw null; }
- public bool ContainsHash(int hash) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- public bool Remove(T value) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public T[] ToArray() { throw null; }
- public bool TryAdd(T value) { throw null; }
- public bool TryGetFromHash(int hash, out T value) { value = default(T); throw null; }
- }
-}
-namespace Mono.Threading
-{
- public partial class AtomicBoolean
- {
- public AtomicBoolean() { }
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBoolean rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBoolean FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBoolean rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBoolean (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AtomicBooleanValue
- {
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBooleanValue FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBooleanValue (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- public partial class CSnzi
- {
- public CSnzi() { }
- public Mono.Threading.CSnziNode Arrive() { throw null; }
- public bool Close() { throw null; }
- public bool Depart(Mono.Threading.CSnziNode node) { throw null; }
- public void Open() { }
- public System.Tuple<bool, Mono.Threading.CSnziState> Query() { throw null; }
- }
- public abstract partial class CSnziNode
- {
- protected CSnziNode() { }
- }
- public enum CSnziState
- {
- Closed = 1,
- Open = 0,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ReaderWriterLockSlimmer
- {
- public void EnterReadLock(ref bool taken) { }
- public void EnterWriteLock(ref bool taken) { }
- public void ExitReadLock() { }
- public void ExitWriteLock() { }
- public void TryEnterReadLock(ref bool taken) { }
- public void TryEnterWriteLock(ref bool taken) { }
- }
- public partial class Snzi
- {
- public Snzi() { }
- public bool IsSet { get { throw null; } }
- public void Decrement() { }
- public void Increment() { }
- public void Reset() { }
- }
- public partial class SpinLockWrapper
- {
- public System.Threading.SpinLock Lock;
- public SpinLockWrapper() { }
- public SpinLockWrapper(bool enableTracking) { }
- }
-}
-namespace Mono.Threading.Tasks
-{
- public partial class CyclicDeque<T> : Mono.Threading.Tasks.IConcurrentDeque<T>
- {
- public CyclicDeque() { }
- public bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> GetEnumerable() { throw null; }
- public bool PeekBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopTop(out T obj) { obj = default(T); throw null; }
- public void PushBottom(T obj) { }
- }
- public partial interface IConcurrentDeque<T>
- {
- System.Collections.Generic.IEnumerable<T> GetEnumerable();
- Mono.Threading.Tasks.PopResult PopBottom(out T obj);
- Mono.Threading.Tasks.PopResult PopTop(out T obj);
- void PushBottom(T obj);
- }
- public enum PopResult
- {
- Abort = 2,
- Empty = 1,
- Succeed = 0,
- }
-}
diff --git a/src/v4.6.2/Mono.Posix.cs b/src/v4.6.2/Mono.Posix.cs
deleted file mode 100644
index 18f4558..0000000
--- a/src/v4.6.2/Mono.Posix.cs
+++ /dev/null
@@ -1,2968 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Unix Integration Classes")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Posix.dll")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Posix
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.AccessModes")]
- public enum AccessMode
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Catalog")]
- public partial class Catalog
- {
- public Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum FileMode
- {
- S_IRGRP = 32,
- S_IROTH = 4,
- S_IRUSR = 256,
- S_ISGID = 1024,
- S_ISUID = 2048,
- S_ISVTX = 512,
- S_IWGRP = 16,
- S_IWOTH = 2,
- S_IWUSR = 128,
- S_IXGRP = 8,
- S_IXOTH = 1,
- S_IXUSR = 64,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.OpenFlags")]
- public enum OpenFlags
- {
- O_APPEND = 64,
- O_CREAT = 4,
- O_EXCL = 8,
- O_NOCTTY = 16,
- O_NONBLOCK = 128,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 256,
- O_TRUNC = 32,
- O_WRONLY = 1,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.PeerCred")]
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Signum")]
- public enum Signals
- {
- SIGABRT = 5,
- SIGALRM = 13,
- SIGBUS = 6,
- SIGCHLD = 15,
- SIGCONT = 16,
- SIGFPE = 7,
- SIGHUP = 0,
- SIGILL = 3,
- SIGINT = 1,
- SIGIO = 27,
- SIGKILL = 8,
- SIGPIPE = 12,
- SIGPROF = 25,
- SIGQUIT = 2,
- SIGSEGV = 10,
- SIGSTOP = 17,
- SIGSYS = 28,
- SIGTERM = 14,
- SIGTRAP = 4,
- SIGTSTP = 18,
- SIGTTIN = 19,
- SIGTTOU = 20,
- SIGURG = 21,
- SIGUSR1 = 9,
- SIGUSR2 = 11,
- SIGVTALRM = 24,
- SIGWINCH = 26,
- SIGXCPU = 22,
- SIGXFSZ = 23,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_atime")]
- public readonly System.DateTime ATime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blocks")]
- public readonly long Blocks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blksize")]
- public readonly long BlockSize;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ctime")]
- public readonly System.DateTime CTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_dev")]
- public readonly int Device;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_rdev")]
- public readonly long DeviceType;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_gid")]
- public readonly int Gid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ino")]
- public readonly int INode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mode")]
- public readonly Mono.Posix.StatMode Mode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mtime")]
- public readonly System.DateTime MTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_nlink")]
- public readonly int NLinks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_size")]
- public readonly long Size;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_uid")]
- public readonly int Uid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.LocalUnixEpoch")]
- public static readonly System.DateTime UnixEpoch;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.ToDateTime")]
- public static System.DateTime UnixToDateTime(long unix) { throw null; }
- }
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatMode
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFBLK")]
- BlockDevice = 24576,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFCHR")]
- CharDevice = 8192,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFDIR")]
- Directory = 16384,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFIFO")]
- FIFO = 4096,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXGRP")]
- GroupExecute = 8,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRGRP")]
- GroupRead = 32,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWGRP")]
- GroupWrite = 16,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXOTH")]
- OthersExecute = 1,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IROTH")]
- OthersRead = 4,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWOTH")]
- OthersWrite = 2,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXUSR")]
- OwnerExecute = 64,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRUSR")]
- OwnerRead = 256,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWUSR")]
- OwnerWrite = 128,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFREG")]
- Regular = 32768,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISGID")]
- SGid = 1024,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFSOCK")]
- Socket = 49152,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISVTX")]
- Sticky = 512,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISUID")]
- SUid = 2048,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFLNK")]
- SymLink = 40960,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatModeMasks
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXG")]
- GroupMask = 56,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXO")]
- OthersMask = 7,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXU")]
- OwnerMask = 448,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFMT")]
- TypeMask = 61440,
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Syscall.")]
- public partial class Syscall
- {
- public Syscall() { }
- public static int access(string pathname, Mono.Posix.AccessMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir(string path);
- public static int chmod(string path, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- public static int creat(string pathname, Mono.Posix.FileMode flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int oldFileDescriptor, int newFileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int exit(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fork();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int geteuid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgid();
- public static string getgroupname(int gid) { throw null; }
- public static string GetHostName() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string gethostname() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getuid();
- public static string getusername(int uid) { throw null; }
- public static bool isatty(int desc) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void kill(int pid, int sig);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lseek(int fileDescriptor, int offset, int whence);
- public static int lstat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static int mkdir(string pathname, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int increment);
- public static int open(string pathname, Mono.Posix.OpenFlags flags) { throw null; }
- public static int open(string pathname, Mono.Posix.OpenFlags flags, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr read(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern string readdir(System.IntPtr dir);
- public static string readlink(string path) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(int gid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(int rgid, int egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(int ruid, int euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(int uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int signal(int signum, Mono.Posix.Syscall.sighandler_t handler);
- public static int stat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static string strerror(int errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink(string oldpath, string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void sync();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int umask(int umask);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink(string path);
- public static int waitpid(int pid, Mono.Posix.WaitOptions options) { throw null; }
- public static int waitpid(int pid, out int status, Mono.Posix.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFEXITED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSIGNALED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSTOPPED(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr write(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WSTOPSIG(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WTERMSIG(int status);
- public delegate void sighandler_t(int v);
- }
- [System.ObsoleteAttribute("Use Mono.Unix.UnixEndPoint")]
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.WaitOptions")]
- public enum WaitOptions
- {
- WNOHANG = 0,
- WUNTRACED = 1,
- }
-}
-namespace Mono.Remoting.Channels.Unix
-{
- public partial class UnixChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixChannel() { }
- public UnixChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixChannel(string path) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
- public partial class UnixClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixClientChannel() { }
- public UnixClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public UnixClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- }
- public partial class UnixServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver
- {
- public UnixServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixServerChannel(string path) { }
- public UnixServerChannel(string name, string path) { }
- public UnixServerChannel(string name, string path, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public string GetChannelUri() { throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
-}
-namespace Mono.Unix
-{
- [System.SerializableAttribute]
- public partial class AbstractUnixEndPoint : System.Net.EndPoint
- {
- public AbstractUnixEndPoint(string path) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Path { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Catalog
- {
- internal Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- public enum FileAccessPattern
- {
- FlushCache = 4,
- NoReuse = 5,
- Normal = 0,
- PreLoad = 3,
- Random = 1,
- Sequential = 2,
- }
- [System.FlagsAttribute]
- public enum FileAccessPermissions
- {
- AllPermissions = 511,
- DefaultPermissions = 438,
- GroupExecute = 8,
- GroupRead = 32,
- GroupReadWriteExecute = 56,
- GroupWrite = 16,
- OtherExecute = 1,
- OtherRead = 4,
- OtherReadWriteExecute = 7,
- OtherWrite = 2,
- UserExecute = 64,
- UserRead = 256,
- UserReadWriteExecute = 448,
- UserWrite = 128,
- }
- public sealed partial class FileHandleOperations
- {
- internal FileHandleOperations() { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- }
- [System.FlagsAttribute]
- public enum FileSpecialAttributes
- {
- SetGroupId = 1024,
- SetUserId = 2048,
- Sticky = 512,
- }
- public enum FileTypes
- {
- BlockDevice = 24576,
- CharacterDevice = 8192,
- Directory = 16384,
- Fifo = 4096,
- RegularFile = 32768,
- Socket = 49152,
- SymbolicLink = 40960,
- }
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- public partial class StdioFileStream : System.IO.Stream
- {
- public static readonly System.IntPtr InvalidFileStream;
- public static readonly System.IntPtr StandardError;
- public static readonly System.IntPtr StandardInput;
- public static readonly System.IntPtr StandardOutput;
- public StdioFileStream(System.IntPtr fileStream) { }
- public StdioFileStream(System.IntPtr fileStream, bool ownsHandle) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access, bool ownsHandle) { }
- public StdioFileStream(string path) { }
- public StdioFileStream(string path, System.IO.FileAccess access) { }
- public StdioFileStream(string path, System.IO.FileMode mode) { }
- public StdioFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) { }
- public StdioFileStream(string path, string mode) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~StdioFileStream() { }
- public override void Flush() { }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public void RestoreFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public void Rewind() { }
- public void SaveFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class UnixClient : System.MarshalByRefObject, System.IDisposable
- {
- public UnixClient() { }
- public UnixClient(Mono.Unix.UnixEndPoint ep) { }
- public UnixClient(string path) { }
- public System.Net.Sockets.Socket Client { get { throw null; } set { } }
- public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
- public Mono.Unix.PeerCred PeerCredential { get { throw null; } }
- public int ReceiveBufferSize { get { throw null; } set { } }
- public int ReceiveTimeout { get { throw null; } set { } }
- public int SendBufferSize { get { throw null; } set { } }
- public int SendTimeout { get { throw null; } set { } }
- public void Close() { }
- public void Connect(Mono.Unix.UnixEndPoint remoteEndPoint) { }
- public void Connect(string path) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~UnixClient() { }
- public System.Net.Sockets.NetworkStream GetStream() { throw null; }
- }
- public sealed partial class UnixDirectoryInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixDirectoryInfo(string path) : base (default(string)) { }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Parent { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Root { get { throw null; } }
- public void Create() { }
- public void Create(Mono.Unix.FileAccessPermissions mode) { }
- [System.CLSCompliantAttribute(false)]
- public void Create(Mono.Unix.Native.FilePermissions mode) { }
- public override void Delete() { }
- public void Delete(bool recursive) { }
- public static string GetCurrentDirectory() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(string regex) { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries() { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(string regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public static void SetCurrentDirectory(string path) { }
- }
- public sealed partial class UnixDriveInfo
- {
- public UnixDriveInfo(string mountPoint) { }
- public long AvailableFreeSpace { get { throw null; } }
- public string DriveFormat { get { throw null; } }
- public Mono.Unix.UnixDriveType DriveType { get { throw null; } }
- public bool IsReady { get { throw null; } }
- public long MaximumFilenameLength { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo RootDirectory { get { throw null; } }
- public long TotalFreeSpace { get { throw null; } }
- public long TotalSize { get { throw null; } }
- public string VolumeLabel { get { throw null; } }
- public static Mono.Unix.UnixDriveInfo[] GetDrives() { throw null; }
- public static Mono.Unix.UnixDriveInfo GetForSpecialFile(string specialFile) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum UnixDriveType
- {
- CDRom = 5,
- Fixed = 3,
- Network = 4,
- NoRootDirectory = 1,
- Ram = 6,
- Removable = 2,
- Unknown = 0,
- }
- [System.SerializableAttribute]
- public partial class UnixEncoding : System.Text.Encoding
- {
- public static readonly char EscapeByte;
- public static readonly System.Text.Encoding Instance;
- public UnixEncoding() { }
- public override bool Equals(object value) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetHashCode() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override byte[] GetPreamble() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class UnixEnvironment
- {
- internal UnixEnvironment() { }
- public static string CurrentDirectory { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo EffectiveGroup { get { throw null; } set { } }
- public static long EffectiveGroupId { get { throw null; } set { } }
- public static Mono.Unix.UnixUserInfo EffectiveUser { get { throw null; } set { } }
- public static long EffectiveUserId { get { throw null; } set { } }
- public static string Login { get { throw null; } }
- public static string MachineName { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo RealGroup { get { throw null; } }
- public static long RealGroupId { get { throw null; } }
- public static Mono.Unix.UnixUserInfo RealUser { get { throw null; } }
- public static long RealUserId { get { throw null; } }
- public static string UserName { get { throw null; } }
- public static int CreateSession() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string GetConfigurationString(Mono.Unix.Native.ConfstrName name) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static long GetConfigurationValue(Mono.Unix.Native.SysconfName name) { throw null; }
- public static Mono.Unix.UnixProcess GetParentProcess() { throw null; }
- public static int GetParentProcessId() { throw null; }
- public static int GetProcessGroup() { throw null; }
- public static long[] GetSupplementaryGroupIds() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetSupplementaryGroups() { throw null; }
- public static string[] GetUserShells() { throw null; }
- public static void SetNiceValue(int inc) { }
- public static void SetProcessGroup() { }
- public static void SetSupplementaryGroupIds(long[] list) { }
- public static void SetSupplementaryGroups(Mono.Unix.UnixGroupInfo[] groups) { }
- }
- public sealed partial class UnixFileInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixFileInfo(string path) : base (default(string)) { }
- public Mono.Unix.UnixDirectoryInfo Directory { get { throw null; } }
- public string DirectoryName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixStream Create() { throw null; }
- public Mono.Unix.UnixStream Create(Mono.Unix.FileAccessPermissions mode) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Create(Mono.Unix.Native.FilePermissions mode) { throw null; }
- public override void Delete() { }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access, Mono.Unix.Native.FilePermissions perms) { throw null; }
- public Mono.Unix.UnixStream OpenRead() { throw null; }
- public Mono.Unix.UnixStream OpenWrite() { throw null; }
- }
- public abstract partial class UnixFileSystemInfo
- {
- protected UnixFileSystemInfo(string path) { }
- public long BlocksAllocated { get { throw null; } }
- public long BlockSize { get { throw null; } }
- public long Device { get { throw null; } }
- public long DeviceType { get { throw null; } }
- public bool Exists { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public virtual string FullName { get { throw null; } }
- protected string FullPath { get { throw null; } set { } }
- public long Inode { get { throw null; } }
- public bool IsBlockDevice { get { throw null; } }
- public bool IsCharacterDevice { get { throw null; } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFifo { get { throw null; } }
- public bool IsRegularFile { get { throw null; } }
- public bool IsSetGroup { get { throw null; } }
- public bool IsSetUser { get { throw null; } }
- public bool IsSocket { get { throw null; } }
- public bool IsSticky { get { throw null; } }
- public bool IsSymbolicLink { get { throw null; } }
- public System.DateTime LastAccessTime { get { throw null; } }
- public System.DateTime LastAccessTimeUtc { get { throw null; } }
- public System.DateTime LastStatusChangeTime { get { throw null; } }
- public System.DateTime LastStatusChangeTimeUtc { get { throw null; } }
- public System.DateTime LastWriteTime { get { throw null; } }
- public System.DateTime LastWriteTimeUtc { get { throw null; } }
- public long Length { get { throw null; } }
- public long LinkCount { get { throw null; } }
- public abstract string Name { get; }
- protected string OriginalPath { get { throw null; } set { } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public bool CanAccess(Mono.Unix.Native.AccessModes mode) { throw null; }
- public Mono.Unix.UnixFileSystemInfo CreateLink(string path) { throw null; }
- public Mono.Unix.UnixSymbolicLinkInfo CreateSymbolicLink(string path) { throw null; }
- public abstract void Delete();
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- protected virtual bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public static Mono.Unix.UnixFileSystemInfo GetFileSystemEntry(string path) { throw null; }
- public void Refresh() { }
- public void SetLength(long length) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner, Mono.Unix.UnixGroupInfo group) { }
- public virtual void SetOwner(long owner, long group) { }
- public void SetOwner(string owner) { }
- public void SetOwner(string owner, string group) { }
- public Mono.Unix.Native.Stat ToStat() { throw null; }
- public override string ToString() { throw null; }
- public static bool TryGetFileSystemEntry(string path, out Mono.Unix.UnixFileSystemInfo entry) { entry = default(Mono.Unix.UnixFileSystemInfo); throw null; }
- }
- public sealed partial class UnixGroupInfo
- {
- public UnixGroupInfo(Mono.Unix.Native.Group group) { }
- public UnixGroupInfo(long group) { }
- public UnixGroupInfo(string group) { }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string Password { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetLocalGroups() { throw null; }
- public string[] GetMemberNames() { throw null; }
- public Mono.Unix.UnixUserInfo[] GetMembers() { throw null; }
- public Mono.Unix.Native.Group ToGroup() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixIOException : System.IO.IOException
- {
- public UnixIOException() { }
- public UnixIOException(Mono.Unix.Native.Errno errno) { }
- public UnixIOException(Mono.Unix.Native.Errno errno, System.Exception inner) { }
- public UnixIOException(int errno) { }
- public UnixIOException(int errno, System.Exception inner) { }
- protected UnixIOException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public UnixIOException(string message) { }
- public UnixIOException(string message, System.Exception inner) { }
- public Mono.Unix.Native.Errno ErrorCode { get { throw null; } }
- public int NativeErrorCode { get { throw null; } }
- }
- public partial class UnixListener : System.MarshalByRefObject, System.IDisposable
- {
- public UnixListener(Mono.Unix.UnixEndPoint localEndPoint) { }
- public UnixListener(string path) { }
- public System.Net.EndPoint LocalEndpoint { get { throw null; } }
- protected System.Net.Sockets.Socket Server { get { throw null; } }
- public System.Net.Sockets.Socket AcceptSocket() { throw null; }
- public Mono.Unix.UnixClient AcceptUnixClient() { throw null; }
- public void Dispose() { }
- protected void Dispose(bool disposing) { }
- ~UnixListener() { }
- public bool Pending() { throw null; }
- public void Start() { }
- public void Start(int backlog) { }
- public void Stop() { }
- }
- public sealed partial class UnixMarshal
- {
- internal UnixMarshal() { }
- public static System.IntPtr AllocHeap(long size) { throw null; }
- public static void FreeHeap(System.IntPtr ptr) { }
- [System.CLSCompliantAttribute(false)]
- public static string GetErrorDescription(Mono.Unix.Native.Errno errno) { throw null; }
- public static string PtrToString(System.IntPtr p) { throw null; }
- public static string PtrToString(System.IntPtr p, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string PtrToStringUnix(System.IntPtr p) { throw null; }
- public static System.IntPtr ReAllocHeap(System.IntPtr ptr, long size) { throw null; }
- public static bool ShouldRetrySyscall(int r) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool ShouldRetrySyscall(int r, out Mono.Unix.Native.Errno errno) { errno = default(Mono.Unix.Native.Errno); throw null; }
- public static System.IntPtr StringToHeap(string s) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count, System.Text.Encoding encoding) { throw null; }
- public static System.IntPtr StringToHeap(string s, System.Text.Encoding encoding) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForError(Mono.Unix.Native.Errno errno) { }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForErrorIf(int retval, Mono.Unix.Native.Errno errno) { }
- public static void ThrowExceptionForLastError() { }
- public static void ThrowExceptionForLastErrorIf(int retval) { }
- }
- public sealed partial class UnixPath
- {
- internal UnixPath() { }
- public static readonly char AltDirectorySeparatorChar;
- public static readonly char DirectorySeparatorChar;
- public static readonly char PathSeparator;
- public static readonly char VolumeSeparatorChar;
- public static string Combine(string path1, params string[] paths) { throw null; }
- public static string GetCanonicalPath(string path) { throw null; }
- public static string GetCompleteRealPath(string path) { throw null; }
- public static string GetDirectoryName(string path) { throw null; }
- public static string GetFileName(string path) { throw null; }
- public static string GetFullPath(string path) { throw null; }
- public static char[] GetInvalidPathChars() { throw null; }
- public static string GetPathRoot(string path) { throw null; }
- public static string GetRealPath(string path) { throw null; }
- public static bool IsPathRooted(string path) { throw null; }
- public static string ReadLink(string path) { throw null; }
- public static string ReadLinkAt(int dirfd, string path) { throw null; }
- public static string TryReadLink(string path) { throw null; }
- public static string TryReadLinkAt(int dirfd, string path) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct UnixPipes : System.IEquatable<Mono.Unix.UnixPipes>
- {
- public Mono.Unix.UnixStream Reading;
- public Mono.Unix.UnixStream Writing;
- public UnixPipes(Mono.Unix.UnixStream reading, Mono.Unix.UnixStream writing) { throw null;}
- public static Mono.Unix.UnixPipes CreatePipes() { throw null; }
- public bool Equals(Mono.Unix.UnixPipes value) { throw null; }
- public override bool Equals(object value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- public static bool operator !=(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- }
- public sealed partial class UnixProcess
- {
- internal UnixProcess() { }
- public int ExitCode { get { throw null; } }
- public bool HasExited { get { throw null; } }
- public bool HasSignaled { get { throw null; } }
- public bool HasStopped { get { throw null; } }
- public int Id { get { throw null; } }
- public int ProcessGroupId { get { throw null; } set { } }
- public int SessionId { get { throw null; } }
- public Mono.Unix.Native.Signum StopSignal { get { throw null; } }
- public Mono.Unix.Native.Signum TerminationSignal { get { throw null; } }
- public static Mono.Unix.UnixProcess GetCurrentProcess() { throw null; }
- public static int GetCurrentProcessId() { throw null; }
- public void Kill() { }
- [System.CLSCompliantAttribute(false)]
- public void Signal(Mono.Unix.Native.Signum signal) { }
- public void WaitForExit() { }
- }
- public partial class UnixSignal : System.Threading.WaitHandle
- {
- public UnixSignal(Mono.Unix.Native.RealTimeSignum rtsig) { }
- public UnixSignal(Mono.Unix.Native.Signum signum) { }
- public int Count { get { throw null; } set { } }
- public bool IsRealTimeSignal { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public Mono.Unix.Native.RealTimeSignum RealTimeSignum { get { throw null; } }
- public Mono.Unix.Native.Signum Signum { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public bool Reset() { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, int millisecondsTimeout) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, System.TimeSpan timeout) { throw null; }
- public override bool WaitOne() { throw null; }
- public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; }
- public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; }
- }
- public sealed partial class UnixStream : System.IO.Stream, System.IDisposable
- {
- public const int InvalidFileDescriptor = -1;
- public const int StandardErrorFileDescriptor = 2;
- public const int StandardInputFileDescriptor = 0;
- public const int StandardOutputFileDescriptor = 1;
- public UnixStream(int fileDescriptor) { }
- public UnixStream(int fileDescriptor, bool ownsHandle) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public int Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern) { }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public override void Close() { }
- ~UnixStream() { }
- public override void Flush() { }
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public int ReadAtOffset([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count, long fileOffset) { buffer = default(byte[]); throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SendTo(Mono.Unix.UnixStream output) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(Mono.Unix.UnixStream output, ulong count) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(int out_fd, ulong count) { }
- public override void SetLength(long value) { }
- public void SetOwner(long user, long group) { }
- public void SetOwner(string user) { }
- public void SetOwner(string user, string group) { }
- void System.IDisposable.Dispose() { }
- public override void Write(byte[] buffer, int offset, int count) { }
- public void WriteAtOffset(byte[] buffer, int offset, int count, long fileOffset) { }
- }
- public sealed partial class UnixSymbolicLinkInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixSymbolicLinkInfo(string path) : base (default(string)) { }
- [System.ObsoleteAttribute("Use GetContents()")]
- public Mono.Unix.UnixFileSystemInfo Contents { get { throw null; } }
- public string ContentsPath { get { throw null; } }
- public bool HasContents { get { throw null; } }
- public override string Name { get { throw null; } }
- public void CreateSymbolicLinkTo(Mono.Unix.UnixFileSystemInfo path) { }
- public void CreateSymbolicLinkTo(string path) { }
- public override void Delete() { }
- public Mono.Unix.UnixFileSystemInfo GetContents() { throw null; }
- protected override bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public override void SetOwner(long owner, long group) { }
- }
- public sealed partial class UnixUserInfo
- {
- public UnixUserInfo(Mono.Unix.Native.Passwd passwd) { }
- public UnixUserInfo(long user) { }
- public UnixUserInfo(string user) { }
- [System.CLSCompliantAttribute(false)]
- public UnixUserInfo(uint user) { }
- public Mono.Unix.UnixGroupInfo Group { get { throw null; } }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string HomeDirectory { get { throw null; } }
- public string Password { get { throw null; } }
- public string RealName { get { throw null; } }
- public string ShellProgram { get { throw null; } }
- public long UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixUserInfo[] GetLocalUsers() { throw null; }
- public static string GetLoginName() { throw null; }
- public static Mono.Unix.UnixUserInfo GetRealUser() { throw null; }
- public static long GetRealUserId() { throw null; }
- public Mono.Unix.Native.Passwd ToPasswd() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Unix.Native
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AccessModes
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AtFlags
- {
- AT_EMPTY_PATH = 4096,
- AT_NO_AUTOMOUNT = 2048,
- AT_REMOVEDIR = 512,
- AT_SYMLINK_FOLLOW = 1024,
- AT_SYMLINK_NOFOLLOW = 256,
- }
- public sealed partial class CdeclFunction
- {
- public CdeclFunction(string library, string method) { }
- public CdeclFunction(string library, string method, System.Type returnType) { }
- public object Invoke(object[] parameters) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Cmsghdr
- {
- public long cmsg_len;
- public Mono.Unix.Native.UnixSocketProtocol cmsg_level;
- public Mono.Unix.Native.UnixSocketControlMessage cmsg_type;
- public static int Size { get { throw null; } }
- public static Mono.Unix.Native.Cmsghdr ReadFromBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public void WriteToBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { }
- }
- [System.CLSCompliantAttribute(false)]
- public enum ConfstrName
- {
- _CS_GNU_LIBC_VERSION = 2,
- _CS_GNU_LIBPTHREAD_VERSION = 3,
- _CS_LFS64_CFLAGS = 1004,
- _CS_LFS64_LDFLAGS = 1005,
- _CS_LFS64_LIBS = 1006,
- _CS_LFS64_LINTFLAGS = 1007,
- _CS_LFS_CFLAGS = 1000,
- _CS_LFS_LDFLAGS = 1001,
- _CS_LFS_LIBS = 1002,
- _CS_LFS_LINTFLAGS = 1003,
- _CS_PATH = 0,
- _CS_POSIX_V6_ILP32_OFF32_CFLAGS = 1116,
- _CS_POSIX_V6_ILP32_OFF32_LDFLAGS = 1117,
- _CS_POSIX_V6_ILP32_OFF32_LIBS = 1118,
- _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS = 1119,
- _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS = 1120,
- _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS = 1121,
- _CS_POSIX_V6_ILP32_OFFBIG_LIBS = 1122,
- _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS = 1123,
- _CS_POSIX_V6_LP64_OFF64_CFLAGS = 1124,
- _CS_POSIX_V6_LP64_OFF64_LDFLAGS = 1125,
- _CS_POSIX_V6_LP64_OFF64_LIBS = 1126,
- _CS_POSIX_V6_LP64_OFF64_LINTFLAGS = 1127,
- _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS = 1128,
- _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS = 1129,
- _CS_POSIX_V6_LPBIG_OFFBIG_LIBS = 1130,
- _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS = 1131,
- _CS_V6_WIDTH_RESTRICTED_ENVS = 1,
- _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
- _CS_XBS5_ILP32_OFF32_LDFLAGS = 1101,
- _CS_XBS5_ILP32_OFF32_LIBS = 1102,
- _CS_XBS5_ILP32_OFF32_LINTFLAGS = 1103,
- _CS_XBS5_ILP32_OFFBIG_CFLAGS = 1104,
- _CS_XBS5_ILP32_OFFBIG_LDFLAGS = 1105,
- _CS_XBS5_ILP32_OFFBIG_LIBS = 1106,
- _CS_XBS5_ILP32_OFFBIG_LINTFLAGS = 1107,
- _CS_XBS5_LP64_OFF64_CFLAGS = 1108,
- _CS_XBS5_LP64_OFF64_LDFLAGS = 1109,
- _CS_XBS5_LP64_OFF64_LIBS = 1110,
- _CS_XBS5_LP64_OFF64_LINTFLAGS = 1111,
- _CS_XBS5_LPBIG_OFFBIG_CFLAGS = 1112,
- _CS_XBS5_LPBIG_OFFBIG_LDFLAGS = 1113,
- _CS_XBS5_LPBIG_OFFBIG_LIBS = 1114,
- _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS = 1115,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum DirectoryNotifyFlags
- {
- DN_ACCESS = 1,
- DN_ATTRIB = 32,
- DN_CREATE = 4,
- DN_DELETE = 8,
- DN_MODIFY = 2,
- DN_MULTISHOT = -2147483648,
- DN_RENAME = 16,
- }
- public sealed partial class Dirent : System.IEquatable<Mono.Unix.Native.Dirent>
- {
- [System.CLSCompliantAttribute(false)]
- public ulong d_ino;
- public string d_name;
- public long d_off;
- [System.CLSCompliantAttribute(false)]
- public ushort d_reclen;
- public byte d_type;
- public Dirent() { }
- public bool Equals(Mono.Unix.Native.Dirent value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=12, Pack=1)]
- public partial struct EpollEvent
- {
- [System.Runtime.InteropServices.FieldOffsetAttribute(0)]
- public Mono.Unix.Native.EpollEvents events;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public int fd;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public System.IntPtr ptr;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public uint u32;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public ulong u64;
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum EpollEvents : uint
- {
- EPOLLERR = (uint)8,
- EPOLLET = (uint)2147483648,
- EPOLLHUP = (uint)16,
- EPOLLIN = (uint)1,
- EPOLLMSG = (uint)1024,
- EPOLLONESHOT = (uint)1073741824,
- EPOLLOUT = (uint)4,
- EPOLLPRI = (uint)2,
- EPOLLRDBAND = (uint)128,
- EPOLLRDHUP = (uint)8192,
- EPOLLRDNORM = (uint)64,
- EPOLLWRBAND = (uint)512,
- EPOLLWRNORM = (uint)256,
- }
- [System.FlagsAttribute]
- public enum EpollFlags
- {
- EPOLL_CLOEXEC = 2000000,
- EPOLL_NONBLOCK = 4000,
- }
- public enum EpollOp
- {
- EPOLL_CTL_ADD = 1,
- EPOLL_CTL_DEL = 2,
- EPOLL_CTL_MOD = 3,
- }
- public enum Errno
- {
- E2BIG = 7,
- EACCES = 13,
- EADDRINUSE = 98,
- EADDRNOTAVAIL = 99,
- EADV = 68,
- EAFNOSUPPORT = 97,
- EAGAIN = 11,
- EALREADY = 114,
- EAUTH = 1080,
- EBADARCH = 1086,
- EBADE = 52,
- EBADEXEC = 1085,
- EBADF = 9,
- EBADFD = 77,
- EBADMACHO = 1088,
- EBADMSG = 74,
- EBADR = 53,
- EBADRPC = 1072,
- EBADRQC = 56,
- EBADSLT = 57,
- EBFONT = 59,
- EBUSY = 16,
- ECANCELED = 125,
- ECHILD = 10,
- ECHRNG = 44,
- ECOMM = 70,
- ECONNABORTED = 103,
- ECONNREFUSED = 111,
- ECONNRESET = 104,
- EDEADLK = 35,
- EDEADLOCK = 35,
- EDESTADDRREQ = 89,
- EDEVERR = 1083,
- EDOM = 33,
- EDOTDOT = 73,
- EDQUOT = 122,
- EEXIST = 17,
- EFAULT = 14,
- EFBIG = 27,
- EFTYPE = 1079,
- EHOSTDOWN = 112,
- EHOSTUNREACH = 113,
- EIDRM = 43,
- EILSEQ = 84,
- EINPROGRESS = 115,
- EINTR = 4,
- EINVAL = 22,
- EIO = 5,
- EISCONN = 106,
- EISDIR = 21,
- EISNAM = 120,
- EKEYEXPIRED = 127,
- EKEYREJECTED = 129,
- EKEYREVOKED = 128,
- EL2HLT = 51,
- EL2NSYNC = 45,
- EL3HLT = 46,
- EL3RST = 47,
- ELIBACC = 79,
- ELIBBAD = 80,
- ELIBEXEC = 83,
- ELIBMAX = 82,
- ELIBSCN = 81,
- ELNRNG = 48,
- ELOOP = 40,
- EMEDIUMTYPE = 124,
- EMFILE = 24,
- EMLINK = 31,
- EMSGSIZE = 90,
- EMULTIHOP = 72,
- ENAMETOOLONG = 36,
- ENAVAIL = 119,
- ENEEDAUTH = 1081,
- ENETDOWN = 100,
- ENETRESET = 102,
- ENETUNREACH = 101,
- ENFILE = 23,
- ENOANO = 55,
- ENOATTR = 1093,
- ENOBUFS = 105,
- ENOCSI = 50,
- ENODATA = 61,
- ENODEV = 19,
- ENOENT = 2,
- ENOEXEC = 8,
- ENOKEY = 126,
- ENOLCK = 37,
- ENOLINK = 67,
- ENOMEDIUM = 123,
- ENOMEM = 12,
- ENOMSG = 42,
- ENONET = 64,
- ENOPKG = 65,
- ENOPOLICY = 1103,
- ENOPROTOOPT = 92,
- ENOSPC = 28,
- ENOSR = 63,
- ENOSTR = 60,
- ENOSYS = 38,
- ENOTBLK = 15,
- ENOTCONN = 107,
- ENOTDIR = 20,
- ENOTEMPTY = 39,
- ENOTNAM = 118,
- ENOTRECOVERABLE = 131,
- ENOTSOCK = 88,
- ENOTTY = 25,
- ENOTUNIQ = 76,
- ENXIO = 6,
- EOPNOTSUPP = 95,
- EOVERFLOW = 75,
- EOWNERDEAD = 130,
- EPERM = 1,
- EPFNOSUPPORT = 96,
- EPIPE = 32,
- EPROCLIM = 1067,
- EPROCUNAVAIL = 1076,
- EPROGMISMATCH = 1075,
- EPROGUNAVAIL = 1074,
- EPROTO = 71,
- EPROTONOSUPPORT = 93,
- EPROTOTYPE = 91,
- EPWROFF = 1082,
- ERANGE = 34,
- EREMCHG = 78,
- EREMOTE = 66,
- EREMOTEIO = 121,
- ERESTART = 85,
- EROFS = 30,
- ERPCMISMATCH = 1073,
- ESHLIBVERS = 1087,
- ESHUTDOWN = 108,
- ESOCKTNOSUPPORT = 94,
- ESPIPE = 29,
- ESRCH = 3,
- ESRMNT = 69,
- ESTALE = 116,
- ESTRPIPE = 86,
- ETIME = 62,
- ETIMEDOUT = 110,
- ETOOMANYREFS = 109,
- ETXTBSY = 26,
- EUCLEAN = 117,
- EUNATCH = 49,
- EUSERS = 87,
- EWOULDBLOCK = 11,
- EXDEV = 18,
- EXFULL = 54,
- }
- [System.CLSCompliantAttribute(false)]
- public enum FcntlCommand
- {
- F_DUPFD = 0,
- F_GETFD = 1,
- F_GETFL = 3,
- F_GETLEASE = 1025,
- F_GETLK = 12,
- F_GETOWN = 9,
- F_GETSIG = 11,
- F_NOCACHE = 48,
- F_NOTIFY = 1026,
- F_SETFD = 2,
- F_SETFL = 4,
- F_SETLEASE = 1024,
- F_SETLK = 13,
- F_SETLKW = 14,
- F_SETOWN = 8,
- F_SETSIG = 10,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum FilePermissions : uint
- {
- ACCESSPERMS = (uint)511,
- ALLPERMS = (uint)4095,
- DEFFILEMODE = (uint)438,
- S_IFBLK = (uint)24576,
- S_IFCHR = (uint)8192,
- S_IFDIR = (uint)16384,
- S_IFIFO = (uint)4096,
- S_IFLNK = (uint)40960,
- S_IFMT = (uint)61440,
- S_IFREG = (uint)32768,
- S_IFSOCK = (uint)49152,
- S_IRGRP = (uint)32,
- S_IROTH = (uint)4,
- S_IRUSR = (uint)256,
- S_IRWXG = (uint)56,
- S_IRWXO = (uint)7,
- S_IRWXU = (uint)448,
- S_ISGID = (uint)1024,
- S_ISUID = (uint)2048,
- S_ISVTX = (uint)512,
- S_IWGRP = (uint)16,
- S_IWOTH = (uint)2,
- S_IWUSR = (uint)128,
- S_IXGRP = (uint)8,
- S_IXOTH = (uint)1,
- S_IXUSR = (uint)64,
- }
- public sealed partial class FilePosition : System.MarshalByRefObject, System.IDisposable, System.IEquatable<Mono.Unix.Native.FilePosition>
- {
- public FilePosition() { }
- public void Dispose() { }
- public bool Equals(Mono.Unix.Native.FilePosition value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- ~FilePosition() { }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Flock : System.IEquatable<Mono.Unix.Native.Flock>
- {
- public long l_len;
- public int l_pid;
- public long l_start;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.LockType l_type;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.SeekFlags l_whence;
- public bool Equals(Mono.Unix.Native.Flock value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- }
- public sealed partial class Fstab : System.IEquatable<Mono.Unix.Native.Fstab>
- {
- public string fs_file;
- public int fs_freq;
- public string fs_mntops;
- public int fs_passno;
- public string fs_spec;
- public string fs_type;
- public string fs_vfstype;
- public Fstab() { }
- public bool Equals(Mono.Unix.Native.Fstab value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class Group : System.IEquatable<Mono.Unix.Native.Group>
- {
- [System.CLSCompliantAttribute(false)]
- public uint gr_gid;
- public string[] gr_mem;
- public string gr_name;
- public string gr_passwd;
- public Group() { }
- public bool Equals(Mono.Unix.Native.Group value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct In6Addr : System.IEquatable<Mono.Unix.Native.In6Addr>
- {
- public In6Addr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.In6Addr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InAddr : System.IEquatable<Mono.Unix.Native.InAddr>
- {
- public uint s_addr;
- public InAddr(byte b0, byte b1, byte b2, byte b3) { throw null;}
- public InAddr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.InAddr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Iovec
- {
- public System.IntPtr iov_base;
- [System.CLSCompliantAttribute(false)]
- public ulong iov_len;
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Linger
- {
- public int l_linger;
- public int l_onoff;
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockfCommand
- {
- F_LOCK = 1,
- F_TEST = 3,
- F_TLOCK = 2,
- F_ULOCK = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockType : short
- {
- F_RDLCK = (short)0,
- F_UNLCK = (short)2,
- F_WRLCK = (short)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MessageFlags
- {
- MSG_CMSG_CLOEXEC = 1073741824,
- MSG_CONFIRM = 2048,
- MSG_CTRUNC = 8,
- MSG_DONTROUTE = 4,
- MSG_DONTWAIT = 64,
- MSG_EOR = 128,
- MSG_ERRQUEUE = 8192,
- MSG_FASTOPEN = 536870912,
- MSG_FIN = 512,
- MSG_MORE = 32768,
- MSG_NOSIGNAL = 16384,
- MSG_OOB = 1,
- MSG_PEEK = 2,
- MSG_PROXY = 16,
- MSG_RST = 4096,
- MSG_SYN = 1024,
- MSG_TRUNC = 32,
- MSG_WAITALL = 256,
- MSG_WAITFORONE = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MlockallFlags
- {
- MCL_CURRENT = 1,
- MCL_FUTURE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapFlags
- {
- MAP_ANON = 32,
- MAP_ANONYMOUS = 32,
- MAP_DENYWRITE = 2048,
- MAP_EXECUTABLE = 4096,
- MAP_FILE = 0,
- MAP_FIXED = 16,
- MAP_GROWSDOWN = 256,
- MAP_LOCKED = 8192,
- MAP_NONBLOCK = 65536,
- MAP_NORESERVE = 16384,
- MAP_POPULATE = 32768,
- MAP_PRIVATE = 2,
- MAP_SHARED = 1,
- MAP_TYPE = 15,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapProts
- {
- PROT_EXEC = 4,
- PROT_GROWSDOWN = 16777216,
- PROT_GROWSUP = 33554432,
- PROT_NONE = 0,
- PROT_READ = 1,
- PROT_WRITE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MountFlags : ulong
- {
- ST_APPEND = (ulong)256,
- ST_BIND = (ulong)4096,
- ST_IMMUTABLE = (ulong)512,
- ST_MANDLOCK = (ulong)64,
- ST_NOATIME = (ulong)1024,
- ST_NODEV = (ulong)4,
- ST_NODIRATIME = (ulong)2048,
- ST_NOEXEC = (ulong)8,
- ST_NOSUID = (ulong)2,
- ST_RDONLY = (ulong)1,
- ST_REMOUNT = (ulong)32,
- ST_SYNCHRONOUS = (ulong)16,
- ST_WRITE = (ulong)128,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MremapFlags : ulong
- {
- MREMAP_MAYMOVE = (ulong)1,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Msghdr
- {
- public byte[] msg_control;
- public long msg_controllen;
- public Mono.Unix.Native.MessageFlags msg_flags;
- public Mono.Unix.Native.Iovec[] msg_iov;
- public int msg_iovlen;
- public Mono.Unix.Native.Sockaddr msg_name;
- public Msghdr() { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MsyncFlags
- {
- MS_ASYNC = 1,
- MS_INVALIDATE = 2,
- MS_SYNC = 4,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class NativeConvert
- {
- internal NativeConvert() { }
- public static readonly System.DateTime LocalUnixEpoch;
- public static readonly System.TimeSpan LocalUtcOffset;
- public static readonly System.DateTime UnixEpoch;
- public static int FromAccessModes(Mono.Unix.Native.AccessModes value) { throw null; }
- public static int FromAtFlags(Mono.Unix.Native.AtFlags value) { throw null; }
- public static int FromConfstrName(Mono.Unix.Native.ConfstrName value) { throw null; }
- public static long FromDateTime(System.DateTime time) { throw null; }
- public static int FromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value) { throw null; }
- public static uint FromEpollEvents(Mono.Unix.Native.EpollEvents value) { throw null; }
- public static int FromEpollFlags(Mono.Unix.Native.EpollFlags value) { throw null; }
- public static int FromErrno(Mono.Unix.Native.Errno value) { throw null; }
- public static int FromFcntlCommand(Mono.Unix.Native.FcntlCommand value) { throw null; }
- public static uint FromFilePermissions(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static int FromLockfCommand(Mono.Unix.Native.LockfCommand value) { throw null; }
- public static short FromLockType(Mono.Unix.Native.LockType value) { throw null; }
- public static int FromMessageFlags(Mono.Unix.Native.MessageFlags value) { throw null; }
- public static int FromMlockallFlags(Mono.Unix.Native.MlockallFlags value) { throw null; }
- public static int FromMmapFlags(Mono.Unix.Native.MmapFlags value) { throw null; }
- public static int FromMmapProts(Mono.Unix.Native.MmapProts value) { throw null; }
- public static ulong FromMountFlags(Mono.Unix.Native.MountFlags value) { throw null; }
- public static ulong FromMremapFlags(Mono.Unix.Native.MremapFlags value) { throw null; }
- public static int FromMsyncFlags(Mono.Unix.Native.MsyncFlags value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromOctalPermissionString(string value) { throw null; }
- public static int FromOpenFlags(Mono.Unix.Native.OpenFlags value) { throw null; }
- public static int FromPathconfName(Mono.Unix.Native.PathconfName value) { throw null; }
- public static short FromPollEvents(Mono.Unix.Native.PollEvents value) { throw null; }
- public static int FromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value) { throw null; }
- public static int FromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value) { throw null; }
- public static int FromRealTimeSignum(Mono.Unix.Native.RealTimeSignum sig) { throw null; }
- public static short FromSeekFlags(Mono.Unix.Native.SeekFlags value) { throw null; }
- public static int FromShutdownOption(Mono.Unix.Native.ShutdownOption value) { throw null; }
- public static int FromSignum(Mono.Unix.Native.Signum value) { throw null; }
- public static int FromSysconfName(Mono.Unix.Native.SysconfName value) { throw null; }
- public static int FromSyslogFacility(Mono.Unix.Native.SyslogFacility value) { throw null; }
- public static int FromSyslogLevel(Mono.Unix.Native.SyslogLevel value) { throw null; }
- public static int FromSyslogOptions(Mono.Unix.Native.SyslogOptions value) { throw null; }
- public static System.DateTime FromTimeT(long time) { throw null; }
- public static int FromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromUnixPermissionString(string value) { throw null; }
- public static int FromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value) { throw null; }
- public static int FromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value) { throw null; }
- public static int FromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value) { throw null; }
- public static int FromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value) { throw null; }
- public static int FromUnixSocketType(Mono.Unix.Native.UnixSocketType value) { throw null; }
- public static int FromWaitOptions(Mono.Unix.Native.WaitOptions value) { throw null; }
- public static int FromXattrFlags(Mono.Unix.Native.XattrFlags value) { throw null; }
- public static Mono.Unix.Native.AccessModes ToAccessModes(int value) { throw null; }
- public static Mono.Unix.Native.AtFlags ToAtFlags(int value) { throw null; }
- public static Mono.Unix.Native.ConfstrName ToConfstrName(int value) { throw null; }
- public static System.DateTime ToDateTime(long time) { throw null; }
- public static System.DateTime ToDateTime(long time, long nanoTime) { throw null; }
- public static Mono.Unix.Native.DirectoryNotifyFlags ToDirectoryNotifyFlags(int value) { throw null; }
- public static Mono.Unix.Native.EpollEvents ToEpollEvents(uint value) { throw null; }
- public static Mono.Unix.Native.EpollFlags ToEpollFlags(int value) { throw null; }
- public static Mono.Unix.Native.Errno ToErrno(int value) { throw null; }
- public static Mono.Unix.Native.FcntlCommand ToFcntlCommand(int value) { throw null; }
- public static Mono.Unix.Native.FilePermissions ToFilePermissions(uint value) { throw null; }
- public static string ToFopenMode(System.IO.FileAccess access) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.In6Addr ToIn6Addr(System.Net.IPAddress address) { throw null; }
- public static Mono.Unix.Native.InAddr ToInAddr(System.Net.IPAddress address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.In6Addr address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.InAddr address) { throw null; }
- public static Mono.Unix.Native.LockfCommand ToLockfCommand(int value) { throw null; }
- public static Mono.Unix.Native.LockType ToLockType(short value) { throw null; }
- public static Mono.Unix.Native.MessageFlags ToMessageFlags(int value) { throw null; }
- public static Mono.Unix.Native.MlockallFlags ToMlockallFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapFlags ToMmapFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapProts ToMmapProts(int value) { throw null; }
- public static Mono.Unix.Native.MountFlags ToMountFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MremapFlags ToMremapFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MsyncFlags ToMsyncFlags(int value) { throw null; }
- public static string ToOctalPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(int value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.PathconfName ToPathconfName(int value) { throw null; }
- public static Mono.Unix.Native.PollEvents ToPollEvents(short value) { throw null; }
- public static Mono.Unix.Native.PosixFadviseAdvice ToPosixFadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.PosixMadviseAdvice ToPosixMadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.RealTimeSignum ToRealTimeSignum(int offset) { throw null; }
- public static Mono.Unix.Native.SeekFlags ToSeekFlags(short value) { throw null; }
- public static Mono.Unix.Native.ShutdownOption ToShutdownOption(int value) { throw null; }
- public static Mono.Unix.Native.Signum ToSignum(int value) { throw null; }
- public static Mono.Unix.Native.SysconfName ToSysconfName(int value) { throw null; }
- public static Mono.Unix.Native.SyslogFacility ToSyslogFacility(int value) { throw null; }
- public static Mono.Unix.Native.SyslogLevel ToSyslogLevel(int value) { throw null; }
- public static Mono.Unix.Native.SyslogOptions ToSyslogOptions(int value) { throw null; }
- public static long ToTimeT(System.DateTime time) { throw null; }
- public static Mono.Unix.Native.UnixAddressFamily ToUnixAddressFamily(int value) { throw null; }
- public static string ToUnixPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.UnixSocketControlMessage ToUnixSocketControlMessage(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketFlags ToUnixSocketFlags(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketOptionName ToUnixSocketOptionName(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketProtocol ToUnixSocketProtocol(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketType ToUnixSocketType(int value) { throw null; }
- public static Mono.Unix.Native.WaitOptions ToWaitOptions(int value) { throw null; }
- public static Mono.Unix.Native.XattrFlags ToXattrFlags(int value) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Cmsghdr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Flock source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.In6Addr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.InAddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Iovec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Linger source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Pollfd source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.Sockaddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn6 source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Stat source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Statvfs source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timespec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timeval source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timezone source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Utimbuf source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Cmsghdr destination) { destination = default(Mono.Unix.Native.Cmsghdr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Flock destination) { destination = default(Mono.Unix.Native.Flock); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.In6Addr destination) { destination = default(Mono.Unix.Native.In6Addr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.InAddr destination) { destination = default(Mono.Unix.Native.InAddr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Iovec destination) { destination = default(Mono.Unix.Native.Iovec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Linger destination) { destination = default(Mono.Unix.Native.Linger); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Pollfd destination) { destination = default(Mono.Unix.Native.Pollfd); throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn6 destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Stat destination) { destination = default(Mono.Unix.Native.Stat); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Statvfs destination) { destination = default(Mono.Unix.Native.Statvfs); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timespec destination) { destination = default(Mono.Unix.Native.Timespec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timeval destination) { destination = default(Mono.Unix.Native.Timeval); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timezone destination) { destination = default(Mono.Unix.Native.Timezone); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Utimbuf destination) { destination = default(Mono.Unix.Native.Utimbuf); throw null; }
- public static bool TryCopy(System.IntPtr source, long size, Mono.Unix.Native.Sockaddr destination) { throw null; }
- public static bool TryFromAccessModes(Mono.Unix.Native.AccessModes value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromAtFlags(Mono.Unix.Native.AtFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromConfstrName(Mono.Unix.Native.ConfstrName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromEpollEvents(Mono.Unix.Native.EpollEvents value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromEpollFlags(Mono.Unix.Native.EpollFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromErrno(Mono.Unix.Native.Errno value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFcntlCommand(Mono.Unix.Native.FcntlCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFilePermissions(Mono.Unix.Native.FilePermissions value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromLockfCommand(Mono.Unix.Native.LockfCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromLockType(Mono.Unix.Native.LockType value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromMessageFlags(Mono.Unix.Native.MessageFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMlockallFlags(Mono.Unix.Native.MlockallFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapFlags(Mono.Unix.Native.MmapFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapProts(Mono.Unix.Native.MmapProts value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMountFlags(Mono.Unix.Native.MountFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMremapFlags(Mono.Unix.Native.MremapFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMsyncFlags(Mono.Unix.Native.MsyncFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromOpenFlags(Mono.Unix.Native.OpenFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPathconfName(Mono.Unix.Native.PathconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPollEvents(Mono.Unix.Native.PollEvents value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSeekFlags(Mono.Unix.Native.SeekFlags value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromShutdownOption(Mono.Unix.Native.ShutdownOption value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSignum(Mono.Unix.Native.Signum value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSysconfName(Mono.Unix.Native.SysconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogFacility(Mono.Unix.Native.SyslogFacility value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogLevel(Mono.Unix.Native.SyslogLevel value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogOptions(Mono.Unix.Native.SyslogOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketType(Mono.Unix.Native.UnixSocketType value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromWaitOptions(Mono.Unix.Native.WaitOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromXattrFlags(Mono.Unix.Native.XattrFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryToAccessModes(int value, out Mono.Unix.Native.AccessModes rval) { rval = default(Mono.Unix.Native.AccessModes); throw null; }
- public static bool TryToAtFlags(int value, out Mono.Unix.Native.AtFlags rval) { rval = default(Mono.Unix.Native.AtFlags); throw null; }
- public static bool TryToConfstrName(int value, out Mono.Unix.Native.ConfstrName rval) { rval = default(Mono.Unix.Native.ConfstrName); throw null; }
- public static bool TryToDirectoryNotifyFlags(int value, out Mono.Unix.Native.DirectoryNotifyFlags rval) { rval = default(Mono.Unix.Native.DirectoryNotifyFlags); throw null; }
- public static bool TryToEpollEvents(uint value, out Mono.Unix.Native.EpollEvents rval) { rval = default(Mono.Unix.Native.EpollEvents); throw null; }
- public static bool TryToEpollFlags(int value, out Mono.Unix.Native.EpollFlags rval) { rval = default(Mono.Unix.Native.EpollFlags); throw null; }
- public static bool TryToErrno(int value, out Mono.Unix.Native.Errno rval) { rval = default(Mono.Unix.Native.Errno); throw null; }
- public static bool TryToFcntlCommand(int value, out Mono.Unix.Native.FcntlCommand rval) { rval = default(Mono.Unix.Native.FcntlCommand); throw null; }
- public static bool TryToFilePermissions(uint value, out Mono.Unix.Native.FilePermissions rval) { rval = default(Mono.Unix.Native.FilePermissions); throw null; }
- public static bool TryToLockfCommand(int value, out Mono.Unix.Native.LockfCommand rval) { rval = default(Mono.Unix.Native.LockfCommand); throw null; }
- public static bool TryToLockType(short value, out Mono.Unix.Native.LockType rval) { rval = default(Mono.Unix.Native.LockType); throw null; }
- public static bool TryToMessageFlags(int value, out Mono.Unix.Native.MessageFlags rval) { rval = default(Mono.Unix.Native.MessageFlags); throw null; }
- public static bool TryToMlockallFlags(int value, out Mono.Unix.Native.MlockallFlags rval) { rval = default(Mono.Unix.Native.MlockallFlags); throw null; }
- public static bool TryToMmapFlags(int value, out Mono.Unix.Native.MmapFlags rval) { rval = default(Mono.Unix.Native.MmapFlags); throw null; }
- public static bool TryToMmapProts(int value, out Mono.Unix.Native.MmapProts rval) { rval = default(Mono.Unix.Native.MmapProts); throw null; }
- public static bool TryToMountFlags(ulong value, out Mono.Unix.Native.MountFlags rval) { rval = default(Mono.Unix.Native.MountFlags); throw null; }
- public static bool TryToMremapFlags(ulong value, out Mono.Unix.Native.MremapFlags rval) { rval = default(Mono.Unix.Native.MremapFlags); throw null; }
- public static bool TryToMsyncFlags(int value, out Mono.Unix.Native.MsyncFlags rval) { rval = default(Mono.Unix.Native.MsyncFlags); throw null; }
- public static bool TryToOpenFlags(int value, out Mono.Unix.Native.OpenFlags rval) { rval = default(Mono.Unix.Native.OpenFlags); throw null; }
- public static bool TryToPathconfName(int value, out Mono.Unix.Native.PathconfName rval) { rval = default(Mono.Unix.Native.PathconfName); throw null; }
- public static bool TryToPollEvents(short value, out Mono.Unix.Native.PollEvents rval) { rval = default(Mono.Unix.Native.PollEvents); throw null; }
- public static bool TryToPosixFadviseAdvice(int value, out Mono.Unix.Native.PosixFadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixFadviseAdvice); throw null; }
- public static bool TryToPosixMadviseAdvice(int value, out Mono.Unix.Native.PosixMadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixMadviseAdvice); throw null; }
- public static bool TryToSeekFlags(short value, out Mono.Unix.Native.SeekFlags rval) { rval = default(Mono.Unix.Native.SeekFlags); throw null; }
- public static bool TryToShutdownOption(int value, out Mono.Unix.Native.ShutdownOption rval) { rval = default(Mono.Unix.Native.ShutdownOption); throw null; }
- public static bool TryToSignum(int value, out Mono.Unix.Native.Signum rval) { rval = default(Mono.Unix.Native.Signum); throw null; }
- public static bool TryToSysconfName(int value, out Mono.Unix.Native.SysconfName rval) { rval = default(Mono.Unix.Native.SysconfName); throw null; }
- public static bool TryToSyslogFacility(int value, out Mono.Unix.Native.SyslogFacility rval) { rval = default(Mono.Unix.Native.SyslogFacility); throw null; }
- public static bool TryToSyslogLevel(int value, out Mono.Unix.Native.SyslogLevel rval) { rval = default(Mono.Unix.Native.SyslogLevel); throw null; }
- public static bool TryToSyslogOptions(int value, out Mono.Unix.Native.SyslogOptions rval) { rval = default(Mono.Unix.Native.SyslogOptions); throw null; }
- public static bool TryToUnixAddressFamily(int value, out Mono.Unix.Native.UnixAddressFamily rval) { rval = default(Mono.Unix.Native.UnixAddressFamily); throw null; }
- public static bool TryToUnixSocketControlMessage(int value, out Mono.Unix.Native.UnixSocketControlMessage rval) { rval = default(Mono.Unix.Native.UnixSocketControlMessage); throw null; }
- public static bool TryToUnixSocketFlags(int value, out Mono.Unix.Native.UnixSocketFlags rval) { rval = default(Mono.Unix.Native.UnixSocketFlags); throw null; }
- public static bool TryToUnixSocketOptionName(int value, out Mono.Unix.Native.UnixSocketOptionName rval) { rval = default(Mono.Unix.Native.UnixSocketOptionName); throw null; }
- public static bool TryToUnixSocketProtocol(int value, out Mono.Unix.Native.UnixSocketProtocol rval) { rval = default(Mono.Unix.Native.UnixSocketProtocol); throw null; }
- public static bool TryToUnixSocketType(int value, out Mono.Unix.Native.UnixSocketType rval) { rval = default(Mono.Unix.Native.UnixSocketType); throw null; }
- public static bool TryToWaitOptions(int value, out Mono.Unix.Native.WaitOptions rval) { rval = default(Mono.Unix.Native.WaitOptions); throw null; }
- public static bool TryToXattrFlags(int value, out Mono.Unix.Native.XattrFlags rval) { rval = default(Mono.Unix.Native.XattrFlags); throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum OpenFlags
- {
- O_APPEND = 1024,
- O_ASYNC = 8192,
- O_CLOEXEC = 524288,
- O_CREAT = 64,
- O_DIRECT = 16384,
- O_DIRECTORY = 65536,
- O_EXCL = 128,
- O_LARGEFILE = 32768,
- O_NOCTTY = 256,
- O_NOFOLLOW = 131072,
- O_NONBLOCK = 2048,
- O_PATH = 2097152,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 4096,
- O_TRUNC = 512,
- O_WRONLY = 1,
- }
- public sealed partial class Passwd : System.IEquatable<Mono.Unix.Native.Passwd>
- {
- public string pw_dir;
- public string pw_gecos;
- [System.CLSCompliantAttribute(false)]
- public uint pw_gid;
- public string pw_name;
- public string pw_passwd;
- public string pw_shell;
- [System.CLSCompliantAttribute(false)]
- public uint pw_uid;
- public Passwd() { }
- public bool Equals(Mono.Unix.Native.Passwd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PathconfName
- {
- _PC_2_SYMLINKS = 20,
- _PC_ALLOC_SIZE_MIN = 18,
- _PC_ASYNC_IO = 10,
- _PC_CHOWN_RESTRICTED = 6,
- _PC_FILESIZEBITS = 13,
- _PC_LINK_MAX = 0,
- _PC_MAX_CANON = 1,
- _PC_MAX_INPUT = 2,
- _PC_NAME_MAX = 3,
- _PC_NO_TRUNC = 7,
- _PC_PATH_MAX = 4,
- _PC_PIPE_BUF = 5,
- _PC_PRIO_IO = 11,
- _PC_REC_INCR_XFER_SIZE = 14,
- _PC_REC_MAX_XFER_SIZE = 15,
- _PC_REC_MIN_XFER_SIZE = 16,
- _PC_REC_XFER_ALIGN = 17,
- _PC_SOCK_MAXBUF = 12,
- _PC_SYMLINK_MAX = 19,
- _PC_SYNC_IO = 9,
- _PC_VDISABLE = 8,
- }
- [System.FlagsAttribute]
- public enum PollEvents : short
- {
- POLLERR = (short)8,
- POLLHUP = (short)16,
- POLLIN = (short)1,
- POLLNVAL = (short)32,
- POLLOUT = (short)4,
- POLLPRI = (short)2,
- POLLRDBAND = (short)128,
- POLLRDNORM = (short)64,
- POLLWRBAND = (short)512,
- POLLWRNORM = (short)256,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Pollfd : System.IEquatable<Mono.Unix.Native.Pollfd>
- {
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents events;
- public int fd;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents revents;
- public bool Equals(Mono.Unix.Native.Pollfd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixFadviseAdvice
- {
- POSIX_FADV_DONTNEED = 4,
- POSIX_FADV_NOREUSE = 5,
- POSIX_FADV_NORMAL = 0,
- POSIX_FADV_RANDOM = 1,
- POSIX_FADV_SEQUENTIAL = 2,
- POSIX_FADV_WILLNEED = 3,
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixMadviseAdvice
- {
- POSIX_MADV_DONTNEED = 4,
- POSIX_MADV_NORMAL = 0,
- POSIX_MADV_RANDOM = 1,
- POSIX_MADV_SEQUENTIAL = 2,
- POSIX_MADV_WILLNEED = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RealTimeSignum : System.IEquatable<Mono.Unix.Native.RealTimeSignum>
- {
- public static readonly Mono.Unix.Native.RealTimeSignum MaxValue;
- public static readonly Mono.Unix.Native.RealTimeSignum MinValue;
- public RealTimeSignum(int offset) { throw null;}
- public int Offset { get { throw null; } }
- public bool Equals(Mono.Unix.Native.RealTimeSignum value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum SeekFlags : short
- {
- L_INCR = (short)1,
- L_SET = (short)0,
- L_XTND = (short)2,
- SEEK_CUR = (short)1,
- SEEK_END = (short)2,
- SEEK_SET = (short)0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum ShutdownOption
- {
- SHUT_RD = 1,
- SHUT_RDWR = 3,
- SHUT_WR = 2,
- }
- public enum SignalAction
- {
- Default = 0,
- Error = 2,
- Ignore = 1,
- }
- public delegate void SignalHandler(int signal);
- public enum Signum
- {
- SIGABRT = 6,
- SIGALRM = 14,
- SIGBUS = 7,
- SIGCHLD = 17,
- SIGCLD = 17,
- SIGCONT = 18,
- SIGFPE = 8,
- SIGHUP = 1,
- SIGILL = 4,
- SIGINT = 2,
- SIGIO = 29,
- SIGIOT = 6,
- SIGKILL = 9,
- SIGPIPE = 13,
- SIGPOLL = 29,
- SIGPROF = 27,
- SIGPWR = 30,
- SIGQUIT = 3,
- SIGSEGV = 11,
- SIGSTKFLT = 16,
- SIGSTOP = 19,
- SIGSYS = 31,
- SIGTERM = 15,
- SIGTRAP = 5,
- SIGTSTP = 20,
- SIGTTIN = 21,
- SIGTTOU = 22,
- SIGUNUSED = 31,
- SIGURG = 23,
- SIGUSR1 = 10,
- SIGUSR2 = 12,
- SIGVTALRM = 26,
- SIGWINCH = 28,
- SIGXCPU = 24,
- SIGXFSZ = 25,
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Sockaddr
- {
- public Sockaddr() { }
- public Mono.Unix.Native.UnixAddressFamily sa_family { get { throw null; } set { } }
- public static Mono.Unix.Native.Sockaddr FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public Mono.Unix.Native.SockaddrStorage ToSockaddrStorage() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn>
- {
- public Mono.Unix.Native.InAddr sin_addr;
- public ushort sin_port;
- public SockaddrIn() { }
- public Mono.Unix.Native.UnixAddressFamily sin_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn6 : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn6>
- {
- public Mono.Unix.Native.In6Addr sin6_addr;
- public uint sin6_flowinfo;
- public ushort sin6_port;
- public uint sin6_scope_id;
- public SockaddrIn6() { }
- public Mono.Unix.Native.UnixAddressFamily sin6_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn6 value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn6 FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrStorage : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrStorage>
- {
- public SockaddrStorage() { }
- public SockaddrStorage(int size) { }
- public byte[] data { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long data_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void CopyTo(Mono.Unix.Native.Sockaddr address) { }
- public bool Equals(Mono.Unix.Native.SockaddrStorage value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public void SetTo(Mono.Unix.Native.Sockaddr address) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrUn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrUn>
- {
- public SockaddrUn() { }
- public SockaddrUn(int size) { }
- public SockaddrUn(string path, bool linuxAbstractNamespace=false) { }
- public bool IsLinuxAbstractNamespace { get { throw null; } }
- public string Path { get { throw null; } }
- public Mono.Unix.Native.UnixAddressFamily sun_family { get { throw null; } set { } }
- public byte[] sun_path { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long sun_path_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Mono.Unix.Native.SockaddrUn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrUn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat : System.IEquatable<Mono.Unix.Native.Stat>
- {
- public long st_atime;
- public long st_atime_nsec;
- public long st_blksize;
- public long st_blocks;
- public long st_ctime;
- public long st_ctime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_dev;
- [System.CLSCompliantAttribute(false)]
- public uint st_gid;
- [System.CLSCompliantAttribute(false)]
- public ulong st_ino;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions st_mode;
- public long st_mtime;
- public long st_mtime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_nlink;
- [System.CLSCompliantAttribute(false)]
- public ulong st_rdev;
- public long st_size;
- [System.CLSCompliantAttribute(false)]
- public uint st_uid;
- public Mono.Unix.Native.Timespec st_atim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_ctim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_mtim { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.Stat value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Statvfs : System.IEquatable<Mono.Unix.Native.Statvfs>
- {
- public ulong f_bavail;
- public ulong f_bfree;
- public ulong f_blocks;
- public ulong f_bsize;
- public ulong f_favail;
- public ulong f_ffree;
- public ulong f_files;
- public Mono.Unix.Native.MountFlags f_flag;
- public ulong f_frsize;
- public ulong f_fsid;
- public ulong f_namemax;
- public bool Equals(Mono.Unix.Native.Statvfs value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- }
- public partial class Stdlib
- {
- internal Stdlib() { }
- [System.CLSCompliantAttribute(false)]
- public static readonly int BUFSIZ;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EOF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_FAILURE;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_SUCCESS;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FILENAME_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FOPEN_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int L_tmpnam;
- [System.CLSCompliantAttribute(false)]
- public static readonly int MB_CUR_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int RAND_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_DFL;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_ERR;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_IGN;
- public static readonly System.IntPtr stderr;
- public static readonly System.IntPtr stdin;
- public static readonly System.IntPtr stdout;
- [System.CLSCompliantAttribute(false)]
- public static readonly int TMP_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOFBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOLBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IONBF;
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void abort();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr calloc(ulong nmemb, ulong size);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int clearerr(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void exit(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fclose(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int feof(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ferror(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fflush(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fgetc(System.IntPtr stream);
- public static int fgetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, int size, System.IntPtr stream) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode);
- public static int fprintf(System.IntPtr stream, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse fprintf (IntPtr, string) instead.")]
- public static int fprintf(System.IntPtr stream, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputs(string s, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fread(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fread(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void free(System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr freopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static int fseek(System.IntPtr stream, long offset, Mono.Unix.Native.SeekFlags origin) { throw null; }
- public static int fsetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long ftell(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fwrite(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fwrite(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- public static int getc(System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getchar();
- public static string getenv(string name) { throw null; }
- public static Mono.Unix.Native.Errno GetLastError() { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr malloc(ulong size);
- public static int perror(string s) { throw null; }
- public static int printf(string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse printf (string) instead.")]
- public static int printf(string format, params object[] parameters) { throw null; }
- public static int putc(int c, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putchar(int c);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int puts(string s);
- public static int raise(Mono.Unix.Native.RealTimeSignum rts) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int raise(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rand();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr realloc(System.IntPtr ptr, ulong size);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remove([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewind(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setbuf(System.IntPtr stream, byte* buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setbuf(System.IntPtr stream, System.IntPtr buf);
- protected static void SetLastError(Mono.Unix.Native.Errno error) { }
- public static int SetSignalAction(Mono.Unix.Native.RealTimeSignum rts, Mono.Unix.Native.SignalAction action) { throw null; }
- public static int SetSignalAction(Mono.Unix.Native.Signum signal, Mono.Unix.Native.SignalAction action) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setvbuf(System.IntPtr stream, byte* buf, int mode, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int setvbuf(System.IntPtr stream, System.IntPtr buf, int mode, ulong size);
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()")]
- public static Mono.Unix.Native.SignalHandler signal(Mono.Unix.Native.Signum signum, Mono.Unix.Native.SignalHandler handler) { throw null; }
- public static int snprintf(System.Text.StringBuilder s, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, string format, params object[] parameters) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void srand(uint seed);
- [System.CLSCompliantAttribute(false)]
- public static string strerror(Mono.Unix.Native.Errno errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong strlen(System.IntPtr s);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int system(string @string);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr tmpfile();
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam() { throw null; }
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam(System.Text.StringBuilder s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ungetc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void _Exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Syscall : Mono.Unix.Native.Stdlib
- {
- internal Syscall() { }
- public static readonly int AT_FDCWD;
- public static readonly int L_ctermid;
- public static readonly int L_cuserid;
- public static readonly System.IntPtr MAP_FAILED;
- public static readonly long UTIME_NOW;
- public static readonly long UTIME_OMIT;
- public static int accept(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int accept4(int socket, Mono.Unix.Native.Sockaddr address, Mono.Unix.Native.UnixSocketFlags flags) { throw null; }
- public static int access(string pathname, Mono.Unix.Native.AccessModes mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int acct([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- public static int bind(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int brk(System.IntPtr end_data_segment);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- public static int chmod(string path, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closelog();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_ALIGN(ulong length);
- public static long CMSG_DATA(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public static long CMSG_FIRSTHDR(Mono.Unix.Native.Msghdr msgh) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_LEN(ulong length);
- public static long CMSG_NXTHDR(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_SPACE(ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong confstr(Mono.Unix.Native.ConfstrName name, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong len);
- public static int connect(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int creat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static string crypt(string key, string salt) { throw null; }
- [System.ObsoleteAttribute("\"Nobody knows precisely what cuserid() does... DO NOT USE cuserid().\n`string' must hold L_cuserid characters. Use getlogin_r instead.")]
- public static string cuserid(System.Text.StringBuilder @string) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dirfd(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int fd, int fd2);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int encrypt(byte[] block, bool decode) { throw null; }
- public static int endfsent() { throw null; }
- public static int endgrent() { throw null; }
- public static int endpwent() { throw null; }
- public static int endusershell() { throw null; }
- public static int epoll_create(Mono.Unix.Native.EpollFlags flags) { throw null; }
- public static int epoll_create(int size) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, ref Mono.Unix.Native.EpollEvent ee);
- public static int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, Mono.Unix.Native.EpollEvents events) { throw null; }
- public static int epoll_wait(int epfd, Mono.Unix.Native.EpollEvent[] events, int max_events, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execv([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execve([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv, string[] envp);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execvp([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- public static int faccessat(int dirfd, string pathname, Mono.Unix.Native.AccessModes mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchdir(int fd);
- public static int fchmod(int filedes, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int fchmodat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchown(int fd, uint owner, uint group);
- public static int fchownat(int dirfd, string pathname, uint owner, uint group, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd);
- public static int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, Mono.Unix.Native.DirectoryNotifyFlags arg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, ref Mono.Unix.Native.Flock @lock);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, int arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, long arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fdatasync(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fdopendir(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fexecve(int fd, string[] argv, string[] envp);
- public static Mono.Unix.Native.Group fgetgrent(System.IntPtr stream) { throw null; }
- public static Mono.Unix.Native.Passwd fgetpwent(System.IntPtr stream) { throw null; }
- public static long fgetxattr(int fd, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fgetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long fgetxattr(int fd, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long flistxattr(int fd, byte[] list, ulong size);
- public static long flistxattr(int fd, out string[] values) { values = default(string[]); throw null; }
- public static long flistxattr(int fd, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- public static long fpathconf(int filedes, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fpathconf(int filedes, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fremovexattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int fsetxattr(int fd, string name, byte[] value) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstat(int filedes, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf, Mono.Unix.Native.AtFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatvfs(int fd, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsync(int fd);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ftruncate(int fd, long length);
- public static int futimens(int fd, Mono.Unix.Native.Timespec[] times) { throw null; }
- public static int futimes(int fd, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- public static System.Text.StringBuilder getcwd(System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr getcwd([System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong size);
- public static int getdomainname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdomainname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdtablesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint geteuid();
- public static Mono.Unix.Native.Fstab getfsent() { throw null; }
- public static Mono.Unix.Native.Fstab getfsfile(string mount_point) { throw null; }
- public static Mono.Unix.Native.Fstab getfsspec(string special_file) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getgid();
- public static Mono.Unix.Native.Group getgrent() { throw null; }
- public static Mono.Unix.Native.Group getgrgid(uint uid) { throw null; }
- public static int getgrgid_r(uint uid, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group getgrnam(string name) { throw null; }
- public static int getgrnam_r(string name, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(Mono.Unix.Native.Passwd user) { throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(string username) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgroups(int size, uint[] list);
- public static int getgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long gethostid();
- public static int gethostname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gethostname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- public static string getlogin() { throw null; }
- public static int getlogin_r(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getlogin_r([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong bufsize);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.ObsoleteAttribute("Dropped in POSIX 1003.1-2001. Use Syscall.sysconf (SysconfName._SC_PAGESIZE).")]
- public static extern int getpagesize();
- public static int getpeername(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgid(int pid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- public static Mono.Unix.Native.Passwd getpwent() { throw null; }
- public static Mono.Unix.Native.Passwd getpwnam(string name) { throw null; }
- public static int getpwnam_r(string name, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- public static Mono.Unix.Native.Passwd getpwuid(uint uid) { throw null; }
- public static int getpwuid_r(uint uid, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresgid(out uint rgid, out uint egid, out uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresuid(out uint ruid, out uint euid, out uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getsid(int pid);
- public static int getsockname(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Linger option_value) { option_value = default(Mono.Unix.Native.Linger); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Timeval option_value) { option_value = default(Mono.Unix.Native.Timeval); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, ref long option_len) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out int option_value) { option_value = default(int); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, ref long option_len) { throw null; }
- public unsafe static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, ref long option_len) { throw null; }
- public static int gettimeofday(out Mono.Unix.Native.Timeval tv) { tv = default(Mono.Unix.Native.Timeval); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gettimeofday(out Mono.Unix.Native.Timeval tv, out Mono.Unix.Native.Timezone tz);
- public static int gettimeofday(out Mono.Unix.Native.Timezone tz) { tz = default(Mono.Unix.Native.Timezone); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getuid();
- public static string getusershell() { throw null; }
- public static long getxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long getxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long getxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint htonl(uint hostlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort htons(ushort hostshort);
- public static bool isatty(int fd) { throw null; }
- public static int kill(int pid, Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- public static long lgetxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long lgetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long lgetxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- public static int linkat(int olddirfd, string oldpath, int newdirfd, string newpath, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int listen(int socket, int backlog);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long listxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long listxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long listxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long llistxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long llistxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long llistxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lockf(int fd, Mono.Unix.Native.LockfCommand cmd, long len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lremovexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static long lseek(int fd, long offset, Mono.Unix.Native.SeekFlags whence) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lsetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lstat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- public static int lutimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mincore(System.IntPtr start, ulong length, byte[] vec);
- public static int mkdir(string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkdirat(int dirfd, string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static System.Text.StringBuilder mkdtemp(System.Text.StringBuilder template) { throw null; }
- public static int mkfifo(string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkfifoat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknod([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknodat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mkstemp(System.Text.StringBuilder template);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mlock(System.IntPtr start, ulong len);
- public static int mlockall(Mono.Unix.Native.MlockallFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mmap(System.IntPtr start, ulong length, Mono.Unix.Native.MmapProts prot, Mono.Unix.Native.MmapFlags flags, int fd, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mprotect(System.IntPtr start, ulong len, Mono.Unix.Native.MmapProts prot);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mremap(System.IntPtr old_address, ulong old_size, ulong new_size, Mono.Unix.Native.MremapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int msync(System.IntPtr start, ulong len, Mono.Unix.Native.MsyncFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlock(System.IntPtr start, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlockall();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munmap(System.IntPtr start, ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nanosleep(ref Mono.Unix.Native.Timespec req, ref Mono.Unix.Native.Timespec rem);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int inc);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ntohl(uint netlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort ntohs(ushort netshort);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode);
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags) { throw null; }
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int openlog(System.IntPtr ident, Mono.Unix.Native.SyslogOptions option, Mono.Unix.Native.SyslogFacility defaultFacility) { throw null; }
- public static long pathconf(string path, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pathconf([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pipe(out int reading, out int writing);
- public static int pipe(int[] filedes) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, int timeout) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, uint nfds, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fadvise(int fd, long offset, long len, Mono.Unix.Native.PosixFadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fallocate(int fd, long offset, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_madvise(System.IntPtr addr, ulong len, Mono.Unix.Native.PosixMadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pread(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pread(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long preadv(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- public static int psignal(Mono.Unix.Native.Signum sig, string s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pwrite(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pwrite(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long pwritev(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long read(int fd, System.IntPtr buf, ulong count);
- public unsafe static long read(int fd, void* buf, ulong count) { throw null; }
- public static Mono.Unix.Native.Dirent readdir(System.IntPtr dir) { throw null; }
- public static int readdir_r(System.IntPtr dirp, Mono.Unix.Native.Dirent entry, out System.IntPtr result) { result = default(System.IntPtr); throw null; }
- public static long readlink(string path, byte[] buf) { throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readlinkat(int dirfd, string pathname, byte[] buf) { throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readv(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static long recv(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recv(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long recv(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recvfrom(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvfrom(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long recvfrom(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remap_file_pages(System.IntPtr start, ulong size, Mono.Unix.Native.MmapProts prot, long pgoff, Mono.Unix.Native.MmapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int removexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int renameat(int olddirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int newdirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int revoke([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewinddir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr sbrk(System.IntPtr increment);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seekdir(System.IntPtr dir, long offset);
- public static long send(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long send(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long send(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sendfile(int out_fd, int in_fd, ref long offset, ulong count);
- public static long sendmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long sendto(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long sendto(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long sendto(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int setdomainname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setdomainname(string name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setegid(uint uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seteuid(uint euid);
- public static int setfsent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(uint gid);
- public static int setgrent() { throw null; }
- public static int setgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgroups(ulong size, uint[] list);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostid(long hostid);
- public static int sethostname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostname(string name, ulong len);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int setkey(string key) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setlogin(string name);
- public static int setlogmask(Mono.Unix.Native.SyslogLevel mask) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgrp();
- public static int setpwent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(uint rgid, uint egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresgid(uint rgid, uint egid, uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresuid(uint ruid, uint euid, uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(uint ruid, uint euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Linger option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Timeval option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, long option_len) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, int option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, long option_len) { throw null; }
- public unsafe static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, long option_len) { throw null; }
- public static int settimeofday(ref Mono.Unix.Native.Timeval tv) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int settimeofday(ref Mono.Unix.Native.Timeval tv, ref Mono.Unix.Native.Timezone tz);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(uint uid);
- public static int setusershell() { throw null; }
- public static int setxattr(string path, string name, byte[] value) { throw null; }
- public static int setxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int setxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- public static int shutdown(int socket, Mono.Unix.Native.ShutdownOption how) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint sleep(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sockatmark(int socket);
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int statvfs([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stime(ref long t);
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf) { throw null; }
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf, ulong n) { throw null; }
- public static string strsignal(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int swab(System.IntPtr from, System.IntPtr to, long n);
- public unsafe static void swab(void* from, void* to, long n) { }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlinkat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sync();
- public static long sysconf(Mono.Unix.Native.SysconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sysconf(Mono.Unix.Native.SysconfName name, Mono.Unix.Native.Errno defaultError);
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogFacility, SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcgetpgrp(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcsetpgrp(int fd, int pgrp);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long telldir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long time(out long t);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int truncate([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, long length);
- public static string ttyname(int fd) { throw null; }
- public static int ttyname_r(int fd, System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyname_r(int fd, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong buflen);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyslot();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ualarm(uint usecs, uint interval);
- public static Mono.Unix.Native.FilePermissions umask(Mono.Unix.Native.FilePermissions mask) { throw null; }
- public static int uname(out Mono.Unix.Native.Utsname buf) { buf = default(Mono.Unix.Native.Utsname); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- public static int unlinkat(int dirfd, string pathname, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utime(string filename) { throw null; }
- public static int utime(string filename, ref Mono.Unix.Native.Utimbuf buf) { throw null; }
- public static int utimensat(int dirfd, string pathname, Mono.Unix.Native.Timespec[] times, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int vhangup();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int wait(out int status);
- public static int waitpid(int pid, out int status, Mono.Unix.Native.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- public static bool WIFEXITED(int status) { throw null; }
- public static bool WIFSIGNALED(int status) { throw null; }
- public static bool WIFSTOPPED(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long write(int fd, System.IntPtr buf, ulong count);
- public unsafe static long write(int fd, void* buf, ulong count) { throw null; }
- public static long writev(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static Mono.Unix.Native.Signum WSTOPSIG(int status) { throw null; }
- public static Mono.Unix.Native.Signum WTERMSIG(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int _exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public enum SysconfName
- {
- _SC_2_CHAR_TERM = 95,
- _SC_2_C_BIND = 47,
- _SC_2_C_DEV = 48,
- _SC_2_C_VERSION = 96,
- _SC_2_FORT_DEV = 49,
- _SC_2_FORT_RUN = 50,
- _SC_2_LOCALEDEF = 52,
- _SC_2_PBS = 168,
- _SC_2_PBS_ACCOUNTING = 169,
- _SC_2_PBS_CHECKPOINT = 175,
- _SC_2_PBS_LOCATE = 170,
- _SC_2_PBS_MESSAGE = 171,
- _SC_2_PBS_TRACK = 172,
- _SC_2_SW_DEV = 51,
- _SC_2_UPE = 97,
- _SC_2_VERSION = 46,
- _SC_ADVISORY_INFO = 132,
- _SC_AIO_LISTIO_MAX = 23,
- _SC_AIO_MAX = 24,
- _SC_AIO_PRIO_DELTA_MAX = 25,
- _SC_ARG_MAX = 0,
- _SC_ASYNCHRONOUS_IO = 12,
- _SC_ATEXIT_MAX = 87,
- _SC_AVPHYS_PAGES = 86,
- _SC_BARRIERS = 133,
- _SC_BASE = 134,
- _SC_BC_BASE_MAX = 36,
- _SC_BC_DIM_MAX = 37,
- _SC_BC_SCALE_MAX = 38,
- _SC_BC_STRING_MAX = 39,
- _SC_CHARCLASS_NAME_MAX = 45,
- _SC_CHAR_BIT = 101,
- _SC_CHAR_MAX = 102,
- _SC_CHAR_MIN = 103,
- _SC_CHILD_MAX = 1,
- _SC_CLK_TCK = 2,
- _SC_CLOCK_SELECTION = 137,
- _SC_COLL_WEIGHTS_MAX = 40,
- _SC_CPUTIME = 138,
- _SC_C_LANG_SUPPORT = 135,
- _SC_C_LANG_SUPPORT_R = 136,
- _SC_DELAYTIMER_MAX = 26,
- _SC_DEVICE_IO = 140,
- _SC_DEVICE_SPECIFIC = 141,
- _SC_DEVICE_SPECIFIC_R = 142,
- _SC_EQUIV_CLASS_MAX = 41,
- _SC_EXPR_NEST_MAX = 42,
- _SC_FD_MGMT = 143,
- _SC_FIFO = 144,
- _SC_FILE_ATTRIBUTES = 146,
- _SC_FILE_LOCKING = 147,
- _SC_FILE_SYSTEM = 148,
- _SC_FSYNC = 15,
- _SC_GETGR_R_SIZE_MAX = 69,
- _SC_GETPW_R_SIZE_MAX = 70,
- _SC_HOST_NAME_MAX = 180,
- _SC_INT_MAX = 104,
- _SC_INT_MIN = 105,
- _SC_IOV_MAX = 60,
- _SC_JOB_CONTROL = 7,
- _SC_LEVEL1_DCACHE_ASSOC = 189,
- _SC_LEVEL1_DCACHE_LINESIZE = 190,
- _SC_LEVEL1_DCACHE_SIZE = 188,
- _SC_LEVEL1_ICACHE_ASSOC = 186,
- _SC_LEVEL1_ICACHE_LINESIZE = 187,
- _SC_LEVEL1_ICACHE_SIZE = 185,
- _SC_LEVEL2_CACHE_ASSOC = 192,
- _SC_LEVEL2_CACHE_LINESIZE = 193,
- _SC_LEVEL2_CACHE_SIZE = 191,
- _SC_LEVEL3_CACHE_ASSOC = 195,
- _SC_LEVEL3_CACHE_LINESIZE = 196,
- _SC_LEVEL3_CACHE_SIZE = 194,
- _SC_LEVEL4_CACHE_ASSOC = 198,
- _SC_LEVEL4_CACHE_LINESIZE = 199,
- _SC_LEVEL4_CACHE_SIZE = 197,
- _SC_LINE_MAX = 43,
- _SC_LOGIN_NAME_MAX = 71,
- _SC_LONG_BIT = 106,
- _SC_MAPPED_FILES = 16,
- _SC_MB_LEN_MAX = 108,
- _SC_MEMLOCK = 17,
- _SC_MEMLOCK_RANGE = 18,
- _SC_MEMORY_PROTECTION = 19,
- _SC_MESSAGE_PASSING = 20,
- _SC_MONOTONIC_CLOCK = 149,
- _SC_MQ_OPEN_MAX = 27,
- _SC_MQ_PRIO_MAX = 28,
- _SC_MULTI_PROCESS = 150,
- _SC_NETWORKING = 152,
- _SC_NGROUPS_MAX = 3,
- _SC_NL_ARGMAX = 119,
- _SC_NL_LANGMAX = 120,
- _SC_NL_MSGMAX = 121,
- _SC_NL_NMAX = 122,
- _SC_NL_SETMAX = 123,
- _SC_NL_TEXTMAX = 124,
- _SC_NPROCESSORS_CONF = 83,
- _SC_NPROCESSORS_ONLN = 84,
- _SC_NZERO = 109,
- _SC_OPEN_MAX = 4,
- _SC_PAGESIZE = 30,
- _SC_PASS_MAX = 88,
- _SC_PHYS_PAGES = 85,
- _SC_PII = 53,
- _SC_PII_INTERNET = 56,
- _SC_PII_INTERNET_DGRAM = 62,
- _SC_PII_INTERNET_STREAM = 61,
- _SC_PII_OSI = 57,
- _SC_PII_OSI_CLTS = 64,
- _SC_PII_OSI_COTS = 63,
- _SC_PII_OSI_M = 65,
- _SC_PII_SOCKET = 55,
- _SC_PII_XTI = 54,
- _SC_PIPE = 145,
- _SC_POLL = 58,
- _SC_PRIORITIZED_IO = 13,
- _SC_PRIORITY_SCHEDULING = 10,
- _SC_READER_WRITER_LOCKS = 153,
- _SC_REALTIME_SIGNALS = 9,
- _SC_REGEXP = 155,
- _SC_REGEX_VERSION = 156,
- _SC_RE_DUP_MAX = 44,
- _SC_RTSIG_MAX = 31,
- _SC_SAVED_IDS = 8,
- _SC_SCHAR_MAX = 111,
- _SC_SCHAR_MIN = 112,
- _SC_SELECT = 59,
- _SC_SEMAPHORES = 21,
- _SC_SEM_NSEMS_MAX = 32,
- _SC_SEM_VALUE_MAX = 33,
- _SC_SHARED_MEMORY_OBJECTS = 22,
- _SC_SHELL = 157,
- _SC_SHRT_MAX = 113,
- _SC_SHRT_MIN = 114,
- _SC_SIGNALS = 158,
- _SC_SIGQUEUE_MAX = 34,
- _SC_SINGLE_PROCESS = 151,
- _SC_SPAWN = 159,
- _SC_SPIN_LOCKS = 154,
- _SC_SPORADIC_SERVER = 160,
- _SC_SSIZE_MAX = 110,
- _SC_STREAMS = 174,
- _SC_STREAM_MAX = 5,
- _SC_SYMLOOP_MAX = 173,
- _SC_SYNCHRONIZED_IO = 14,
- _SC_SYSTEM_DATABASE = 162,
- _SC_SYSTEM_DATABASE_R = 163,
- _SC_THREADS = 67,
- _SC_THREAD_ATTR_STACKADDR = 77,
- _SC_THREAD_ATTR_STACKSIZE = 78,
- _SC_THREAD_CPUTIME = 139,
- _SC_THREAD_DESTRUCTOR_ITERATIONS = 73,
- _SC_THREAD_KEYS_MAX = 74,
- _SC_THREAD_PRIORITY_SCHEDULING = 79,
- _SC_THREAD_PRIO_INHERIT = 80,
- _SC_THREAD_PRIO_PROTECT = 81,
- _SC_THREAD_PROCESS_SHARED = 82,
- _SC_THREAD_SAFE_FUNCTIONS = 68,
- _SC_THREAD_SPORADIC_SERVER = 161,
- _SC_THREAD_STACK_MIN = 75,
- _SC_THREAD_THREADS_MAX = 76,
- _SC_TIMEOUTS = 164,
- _SC_TIMERS = 11,
- _SC_TIMER_MAX = 35,
- _SC_TRACE = 181,
- _SC_TRACE_EVENT_FILTER = 182,
- _SC_TRACE_INHERIT = 183,
- _SC_TRACE_LOG = 184,
- _SC_TTY_NAME_MAX = 72,
- _SC_TYPED_MEMORY_OBJECTS = 165,
- _SC_TZNAME_MAX = 6,
- _SC_T_IOV_MAX = 66,
- _SC_UCHAR_MAX = 115,
- _SC_UINT_MAX = 116,
- _SC_UIO_MAXIOV = 60,
- _SC_ULONG_MAX = 117,
- _SC_USER_GROUPS = 166,
- _SC_USER_GROUPS_R = 167,
- _SC_USHRT_MAX = 118,
- _SC_V6_ILP32_OFF32 = 176,
- _SC_V6_ILP32_OFFBIG = 177,
- _SC_V6_LP64_OFF64 = 178,
- _SC_V6_LPBIG_OFFBIG = 179,
- _SC_VERSION = 29,
- _SC_WORD_BIT = 107,
- _SC_XBS5_ILP32_OFF32 = 125,
- _SC_XBS5_ILP32_OFFBIG = 126,
- _SC_XBS5_LP64_OFF64 = 127,
- _SC_XBS5_LPBIG_OFFBIG = 128,
- _SC_XOPEN_CRYPT = 92,
- _SC_XOPEN_ENH_I18N = 93,
- _SC_XOPEN_LEGACY = 129,
- _SC_XOPEN_REALTIME = 130,
- _SC_XOPEN_REALTIME_THREADS = 131,
- _SC_XOPEN_SHM = 94,
- _SC_XOPEN_UNIX = 91,
- _SC_XOPEN_VERSION = 89,
- _SC_XOPEN_XCU_VERSION = 90,
- _SC_XOPEN_XPG2 = 98,
- _SC_XOPEN_XPG3 = 99,
- _SC_XOPEN_XPG4 = 100,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogFacility
- {
- LOG_AUTH = 32,
- LOG_AUTHPRIV = 80,
- LOG_CRON = 72,
- LOG_DAEMON = 24,
- LOG_FTP = 88,
- LOG_KERN = 0,
- LOG_LOCAL0 = 128,
- LOG_LOCAL1 = 136,
- LOG_LOCAL2 = 144,
- LOG_LOCAL3 = 152,
- LOG_LOCAL4 = 160,
- LOG_LOCAL5 = 168,
- LOG_LOCAL6 = 176,
- LOG_LOCAL7 = 184,
- LOG_LPR = 48,
- LOG_MAIL = 16,
- LOG_NEWS = 56,
- LOG_SYSLOG = 40,
- LOG_USER = 8,
- LOG_UUCP = 64,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogLevel
- {
- LOG_ALERT = 1,
- LOG_CRIT = 2,
- LOG_DEBUG = 7,
- LOG_EMERG = 0,
- LOG_ERR = 3,
- LOG_INFO = 6,
- LOG_NOTICE = 5,
- LOG_WARNING = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum SyslogOptions
- {
- LOG_CONS = 2,
- LOG_NDELAY = 8,
- LOG_NOWAIT = 16,
- LOG_ODELAY = 4,
- LOG_PERROR = 32,
- LOG_PID = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timespec : System.IEquatable<Mono.Unix.Native.Timespec>
- {
- public long tv_nsec;
- public long tv_sec;
- public bool Equals(Mono.Unix.Native.Timespec value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timeval : System.IEquatable<Mono.Unix.Native.Timeval>
- {
- public long tv_sec;
- public long tv_usec;
- public bool Equals(Mono.Unix.Native.Timeval value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timezone : System.IEquatable<Mono.Unix.Native.Timezone>
- {
- public int tz_minuteswest;
- public bool Equals(Mono.Unix.Native.Timezone value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixAddressFamily
- {
- AF_ALG = 38,
- AF_APPLETALK = 5,
- AF_ASH = 18,
- AF_ATMPVC = 8,
- AF_ATMSVC = 20,
- AF_AX25 = 3,
- AF_BLUETOOTH = 31,
- AF_BRIDGE = 7,
- AF_CAIF = 37,
- AF_CAN = 29,
- AF_DECnet = 12,
- AF_ECONET = 19,
- AF_IEEE802154 = 36,
- AF_INET = 2,
- AF_INET6 = 10,
- AF_IPX = 4,
- AF_IRDA = 23,
- AF_ISDN = 34,
- AF_IUCV = 32,
- AF_KEY = 15,
- AF_LLC = 26,
- AF_NETBEUI = 13,
- AF_NETLINK = 16,
- AF_NETROM = 6,
- AF_NFC = 39,
- AF_PACKET = 17,
- AF_PHONET = 35,
- AF_PPPOX = 24,
- AF_RDS = 21,
- AF_ROSE = 11,
- AF_RXRPC = 33,
- AF_SECURITY = 14,
- AF_SNA = 22,
- AF_TIPC = 30,
- AF_UNIX = 1,
- AF_UNSPEC = 0,
- AF_VSOCK = 40,
- AF_WANPIPE = 25,
- AF_X25 = 9,
- Unknown = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketControlMessage
- {
- SCM_CREDENTIALS = 2,
- SCM_RIGHTS = 1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum UnixSocketFlags
- {
- SOCK_CLOEXEC = 524288,
- SOCK_NONBLOCK = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketOptionName
- {
- SO_ACCEPTCONN = 30,
- SO_ATTACH_FILTER = 26,
- SO_BINDTODEVICE = 25,
- SO_BROADCAST = 6,
- SO_BSDCOMPAT = 14,
- SO_BUSY_POLL = 46,
- SO_DEBUG = 1,
- SO_DETACH_FILTER = 27,
- SO_DOMAIN = 39,
- SO_DONTROUTE = 5,
- SO_ERROR = 4,
- SO_KEEPALIVE = 9,
- SO_LINGER = 13,
- SO_LOCK_FILTER = 44,
- SO_MARK = 36,
- SO_MAX_PACING_RATE = 47,
- SO_NOFCS = 43,
- SO_NO_CHECK = 11,
- SO_OOBINLINE = 10,
- SO_PASSCRED = 16,
- SO_PASSSEC = 34,
- SO_PEEK_OFF = 42,
- SO_PEERCRED = 17,
- SO_PEERNAME = 28,
- SO_PEERSEC = 31,
- SO_PRIORITY = 12,
- SO_PROTOCOL = 38,
- SO_RCVBUF = 8,
- SO_RCVBUFFORCE = 33,
- SO_RCVLOWAT = 18,
- SO_RCVTIMEO = 20,
- SO_REUSEADDR = 2,
- SO_REUSEPORT = 15,
- SO_RXQ_OVFL = 40,
- SO_SECURITY_AUTHENTICATION = 22,
- SO_SECURITY_ENCRYPTION_NETWORK = 24,
- SO_SECURITY_ENCRYPTION_TRANSPORT = 23,
- SO_SELECT_ERR_QUEUE = 45,
- SO_SNDBUF = 7,
- SO_SNDBUFFORCE = 32,
- SO_SNDLOWAT = 19,
- SO_SNDTIMEO = 21,
- SO_TIMESTAMP = 29,
- SO_TIMESTAMPING = 37,
- SO_TIMESTAMPNS = 35,
- SO_TYPE = 3,
- SO_WIFI_STATUS = 41,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketProtocol
- {
- IPPROTO_AH = 51,
- IPPROTO_BEETPH = 94,
- IPPROTO_COMP = 108,
- IPPROTO_DCCP = 33,
- IPPROTO_EGP = 8,
- IPPROTO_ENCAP = 98,
- IPPROTO_ESP = 50,
- IPPROTO_GRE = 47,
- IPPROTO_ICMP = 1,
- IPPROTO_IDP = 22,
- IPPROTO_IGMP = 2,
- IPPROTO_IP = 1024,
- IPPROTO_IPIP = 4,
- IPPROTO_IPV6 = 41,
- IPPROTO_MTP = 92,
- IPPROTO_PIM = 103,
- IPPROTO_PUP = 12,
- IPPROTO_RAW = 255,
- IPPROTO_RSVP = 46,
- IPPROTO_SCTP = 132,
- IPPROTO_TCP = 6,
- IPPROTO_TP = 29,
- IPPROTO_UDP = 17,
- IPPROTO_UDPLITE = 136,
- SOL_SOCKET = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketType
- {
- SOCK_DCCP = 6,
- SOCK_DGRAM = 2,
- SOCK_PACKET = 10,
- SOCK_RAW = 3,
- SOCK_RDM = 4,
- SOCK_SEQPACKET = 5,
- SOCK_STREAM = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Utimbuf : System.IEquatable<Mono.Unix.Native.Utimbuf>
- {
- public long actime;
- public long modtime;
- public bool Equals(Mono.Unix.Native.Utimbuf value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- }
- public sealed partial class Utsname : System.IEquatable<Mono.Unix.Native.Utsname>
- {
- public string domainname;
- public string machine;
- public string nodename;
- public string release;
- public string sysname;
- public string version;
- public Utsname() { }
- public bool Equals(Mono.Unix.Native.Utsname value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum WaitOptions
- {
- WNOHANG = 1,
- WUNTRACED = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum XattrFlags
- {
- XATTR_AUTO = 0,
- XATTR_CREATE = 1,
- XATTR_REPLACE = 2,
- }
-}
diff --git a/src/v4.6.2/Mono.Security.Win32.cs b/src/v4.6.2/Mono.Security.Win32.cs
deleted file mode 100644
index c1a9b70..0000000
--- a/src/v4.6.2/Mono.Security.Win32.cs
+++ /dev/null
@@ -1,102 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Security.Cryptography
-{
- public partial class CapiContext : System.IDisposable
- {
- public CapiContext() { }
- public CapiContext(System.Security.Cryptography.CspParameters csp) { }
- public int Error { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool Result { get { throw null; } }
- public void Dispose() { }
- ~CapiContext() { }
- }
- public partial class CapiHash : System.IDisposable
- {
- public CapiHash(Mono.Security.Cryptography.CapiContext ctx, int hashAlgorithm) { }
- public CapiHash(int hashAlgorithm) { }
- public CapiHash(System.Security.Cryptography.CspParameters cspParams, int hashAlgorithm) { }
- public System.IntPtr Handle { get { throw null; } }
- public int HashSize { get { throw null; } }
- public void Dispose() { }
- ~CapiHash() { }
- public void HashCore(byte[] data, int start, int length) { }
- public byte[] HashFinal() { throw null; }
- public void Initialize(int algo) { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2CryptoServiceProvider : Mono.Security.Cryptography.MD2
- {
- public MD2CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD2CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4CryptoServiceProvider : Mono.Security.Cryptography.MD4
- {
- public MD4CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD4CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class MD5CryptoServiceProvider : System.Security.Cryptography.MD5
- {
- public MD5CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD5CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class RNGCryptoServiceProvider : System.Security.Cryptography.RandomNumberGenerator
- {
- public RNGCryptoServiceProvider() { }
- public RNGCryptoServiceProvider(byte[] rgb) { }
- public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters cspParams) { }
- public RNGCryptoServiceProvider(string str) { }
- ~RNGCryptoServiceProvider() { }
- public override void GetBytes(byte[] data) { }
- public override void GetNonZeroBytes(byte[] data) { }
- }
- public partial class SHA1CryptoServiceProvider : System.Security.Cryptography.SHA1
- {
- public SHA1CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~SHA1CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
diff --git a/src/v4.6.2/Mono.Security.cs b/src/v4.6.2/Mono.Security.cs
deleted file mode 100644
index 954d6ff..0000000
--- a/src/v4.6.2/Mono.Security.cs
+++ /dev/null
@@ -1,2147 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System, PublicKey=00000000000000000400000000000000")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Math
-{
- public partial class BigInteger
- {
- public BigInteger() { }
- public BigInteger(Mono.Math.BigInteger bi) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger bi, uint len) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger.Sign sign, uint len) { }
- public BigInteger(byte[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint ui) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(ulong ul) { }
- public static Mono.Math.BigInteger Add(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public int BitCount() { throw null; }
- public void Clear() { }
- [System.CLSCompliantAttribute(false)]
- public void ClearBit(uint bitNum) { }
- public Mono.Math.BigInteger.Sign Compare(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi, int i) { throw null; }
- public override bool Equals(object o) { throw null; }
- public Mono.Math.BigInteger GCD(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger GeneratePseudoPrime(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits, System.Security.Cryptography.RandomNumberGenerator rng) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public void Incr2() { }
- public bool IsProbablePrime() { throw null; }
- public int LowestSetBit() { throw null; }
- public Mono.Math.BigInteger ModInverse(Mono.Math.BigInteger modulus) { throw null; }
- public Mono.Math.BigInteger ModPow(Mono.Math.BigInteger exp, Mono.Math.BigInteger n) { throw null; }
- public static Mono.Math.BigInteger Modulus(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int Modulus(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint Modulus(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger NextHighestPrime(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger operator +(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi, int i) { throw null; }
- public static bool operator ==(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator ==(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static bool operator >(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator >=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static implicit operator Mono.Math.BigInteger (int value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (uint value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (ulong value) { throw null; }
- public static bool operator !=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator !=(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator <<(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static bool operator <(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator <=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator %(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int operator %(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint operator %(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger operator >>(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static Mono.Math.BigInteger operator -(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Parse(string number) { throw null; }
- public void Randomize() { }
- public void Randomize(System.Security.Cryptography.RandomNumberGenerator rng) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum, bool value) { }
- public static Mono.Math.BigInteger Subtract(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public bool TestBit(int bitNum) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public bool TestBit(uint bitNum) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix, string characterSet) { throw null; }
- public sealed partial class ModulusRing
- {
- public ModulusRing(Mono.Math.BigInteger modulus) { }
- public void BarrettReduction(Mono.Math.BigInteger x) { }
- public Mono.Math.BigInteger Difference(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Multiply(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Pow(Mono.Math.BigInteger a, Mono.Math.BigInteger k) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Math.BigInteger Pow(uint b, Mono.Math.BigInteger exp) { throw null; }
- }
- public enum Sign
- {
- Negative = -1,
- Positive = 1,
- Zero = 0,
- }
- }
-}
-namespace Mono.Math.Prime
-{
- public enum ConfidenceFactor
- {
- ExtraHigh = 4,
- ExtraLow = 0,
- High = 3,
- Low = 1,
- Medium = 2,
- Provable = 5,
- }
- public delegate bool PrimalityTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence);
- public sealed partial class PrimalityTests
- {
- internal PrimalityTests() { }
- public static bool RabinMillerTest(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool SmallPrimeSppTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool Test(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- }
-}
-namespace Mono.Math.Prime.Generator
-{
- public partial class NextPrimeFinder : Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
- {
- public NextPrimeFinder() { }
- protected override Mono.Math.BigInteger GenerateSearchBase(int bits, object Context) { throw null; }
- }
- public abstract partial class PrimeGeneratorBase
- {
- protected PrimeGeneratorBase() { }
- public virtual Mono.Math.Prime.ConfidenceFactor Confidence { get { throw null; } }
- public virtual Mono.Math.Prime.PrimalityTest PrimalityTest { get { throw null; } }
- public virtual int TrialDivisionBounds { get { throw null; } }
- public abstract Mono.Math.BigInteger GenerateNewPrime(int bits);
- protected bool PostTrialDivisionTests(Mono.Math.BigInteger bi) { throw null; }
- }
- public partial class SequentialSearchPrimeGeneratorBase : Mono.Math.Prime.Generator.PrimeGeneratorBase
- {
- public SequentialSearchPrimeGeneratorBase() { }
- public override Mono.Math.BigInteger GenerateNewPrime(int bits) { throw null; }
- public virtual Mono.Math.BigInteger GenerateNewPrime(int bits, object context) { throw null; }
- protected virtual Mono.Math.BigInteger GenerateSearchBase(int bits, object context) { throw null; }
- protected virtual bool IsPrimeAcceptable(Mono.Math.BigInteger bi, object context) { throw null; }
- }
-}
-namespace Mono.Security
-{
- public partial class ASN1
- {
- public ASN1() { }
- public ASN1(byte tag) { }
- public ASN1(byte tag, byte[] data) { }
- public ASN1(byte[] data) { }
- public int Count { get { throw null; } }
- public Mono.Security.ASN1 this[int index] { get { throw null; } }
- public int Length { get { throw null; } }
- public byte Tag { get { throw null; } }
- public byte[] Value { get { throw null; } set { } }
- public Mono.Security.ASN1 Add(Mono.Security.ASN1 asn1) { throw null; }
- public bool CompareValue(byte[] value) { throw null; }
- protected void Decode(byte[] asn1, ref int anPos, int anLength) { }
- protected void DecodeTLV(byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content) { tag = default(byte); length = default(int); content = default(byte[]); }
- public Mono.Security.ASN1 Element(int index, byte anTag) { throw null; }
- public bool Equals(byte[] asn1) { throw null; }
- public virtual byte[] GetBytes() { throw null; }
- public void SaveToFile(string filename) { }
- public override string ToString() { throw null; }
- }
- public static partial class ASN1Convert
- {
- public static Mono.Security.ASN1 FromDateTime(System.DateTime dt) { throw null; }
- public static Mono.Security.ASN1 FromInt32(int value) { throw null; }
- public static Mono.Security.ASN1 FromOid(string oid) { throw null; }
- public static Mono.Security.ASN1 FromUnsignedBigInteger(byte[] big) { throw null; }
- public static System.DateTime ToDateTime(Mono.Security.ASN1 time) { throw null; }
- public static int ToInt32(Mono.Security.ASN1 asn1) { throw null; }
- public static string ToOid(Mono.Security.ASN1 asn1) { throw null; }
- }
- public sealed partial class PKCS7
- {
- internal PKCS7() { }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid) { throw null; }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid, Mono.Security.ASN1 parameters) { throw null; }
- public static Mono.Security.ASN1 Attribute(string oid, Mono.Security.ASN1 value) { throw null; }
- public static Mono.Security.ASN1 IssuerAndSerialNumber(Mono.Security.X509.X509Certificate x509) { throw null; }
- public partial class ContentInfo
- {
- public ContentInfo() { }
- public ContentInfo(Mono.Security.ASN1 asn1) { }
- public ContentInfo(byte[] data) { }
- public ContentInfo(string oid) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.ASN1 Content { get { throw null; } set { } }
- public string ContentType { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EncryptedData
- {
- public EncryptedData() { }
- public EncryptedData(Mono.Security.ASN1 asn1) { }
- public EncryptedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EnvelopedData
- {
- public EnvelopedData() { }
- public EnvelopedData(Mono.Security.ASN1 asn1) { }
- public EnvelopedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public System.Collections.ArrayList RecipientInfos { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class Oid
- {
- public const string contentType = "1.2.840.113549.1.9.3";
- public const string countersignature = "1.2.840.113549.1.9.6";
- public const string data = "1.2.840.113549.1.7.1";
- public const string digestedData = "1.2.840.113549.1.7.5";
- public const string encryptedData = "1.2.840.113549.1.7.6";
- public const string envelopedData = "1.2.840.113549.1.7.3";
- public const string messageDigest = "1.2.840.113549.1.9.4";
- public const string rsaEncryption = "1.2.840.113549.1.1.1";
- public const string signedAndEnvelopedData = "1.2.840.113549.1.7.4";
- public const string signedData = "1.2.840.113549.1.7.2";
- public const string signingTime = "1.2.840.113549.1.9.5";
- public Oid() { }
- }
- public partial class RecipientInfo
- {
- public RecipientInfo() { }
- public RecipientInfo(Mono.Security.ASN1 data) { }
- public string Issuer { get { throw null; } }
- public byte[] Key { get { throw null; } }
- public string Oid { get { throw null; } }
- public byte[] Serial { get { throw null; } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public int Version { get { throw null; } }
- }
- public partial class SignedData
- {
- public SignedData() { }
- public SignedData(Mono.Security.ASN1 asn1) { }
- public SignedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string HashName { get { throw null; } set { } }
- public Mono.Security.PKCS7.SignerInfo SignerInfo { get { throw null; } }
- public bool UseAuthenticatedAttributes { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- }
- public partial class SignerInfo
- {
- public SignerInfo() { }
- public SignerInfo(Mono.Security.ASN1 asn1) { }
- public SignerInfo(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public System.Collections.ArrayList AuthenticatedAttributes { get { throw null; } }
- public Mono.Security.X509.X509Certificate Certificate { get { throw null; } set { } }
- public string HashName { get { throw null; } set { } }
- public string IssuerName { get { throw null; } }
- public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] Signature { get { throw null; } set { } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public System.Collections.ArrayList UnauthenticatedAttributes { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public sealed partial class StrongName
- {
- public StrongName() { }
- public StrongName(byte[] data) { }
- public StrongName(int keySize) { }
- public StrongName(System.Security.Cryptography.RSA rsa) { }
- public bool CanSign { get { throw null; } }
- public byte[] PublicKey { get { throw null; } }
- public byte[] PublicKeyToken { get { throw null; } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public string TokenAlgorithm { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] Hash(string fileName) { throw null; }
- public bool Sign(string fileName) { throw null; }
- public bool Verify(System.IO.Stream stream) { throw null; }
- public bool Verify(string fileName) { throw null; }
- }
-}
-namespace Mono.Security.Authenticode
-{
- public partial class AuthenticodeBase
- {
- public const string spcIndirectDataContext = "1.3.6.1.4.1.311.2.1.4";
- public AuthenticodeBase() { }
- protected byte[] HashFile(string fileName, string hashName) { throw null; }
- }
- public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeDeformatter() { }
- public AuthenticodeDeformatter(string fileName) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public int Reason { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
- public System.DateTime Timestamp { get { throw null; } }
- public bool IsTrusted() { throw null; }
- }
- public partial class AuthenticodeFormatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeFormatter() { }
- public Mono.Security.Authenticode.Authority Authority { get { throw null; } set { } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crl { get { throw null; } }
- public string Description { get { throw null; } set { } }
- public string Hash { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public System.Uri TimestampUrl { get { throw null; } set { } }
- public System.Uri Url { get { throw null; } set { } }
- public void ProcessTimestamp(byte[] response) { }
- public bool Sign(string fileName) { throw null; }
- public bool Timestamp(string fileName) { throw null; }
- public Mono.Security.ASN1 TimestampRequest(byte[] signature) { throw null; }
- }
- public enum Authority
- {
- Commercial = 1,
- Individual = 0,
- Maximum = 2,
- }
- public partial class PrivateKey
- {
- public PrivateKey() { }
- public PrivateKey(byte[] data, string password) { }
- public bool Encrypted { get { throw null; } }
- public int KeyType { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public bool Weak { get { throw null; } set { } }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename) { throw null; }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename, string password) { throw null; }
- public void Save(string filename) { }
- public void Save(string filename, string password) { }
- }
- public partial class SoftwarePublisherCertificate
- {
- public SoftwarePublisherCertificate() { }
- public SoftwarePublisherCertificate(byte[] data) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public static Mono.Security.Authenticode.SoftwarePublisherCertificate CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public partial class ARC4Managed : Mono.Security.Cryptography.RC4, System.IDisposable, System.Security.Cryptography.ICryptoTransform
- {
- public ARC4Managed() { }
- public bool CanReuseTransform { get { throw null; } }
- public bool CanTransformMultipleBlocks { get { throw null; } }
- public int InputBlockSize { get { throw null; } }
- public override byte[] Key { get { throw null; } set { } }
- public int OutputBlockSize { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- protected override void Dispose(bool disposing) { }
- ~ARC4Managed() { }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw null; }
- public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw null; }
- }
- public partial class BlockProcessor
- {
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform) { }
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform, int blockSize) { }
- public void Core(byte[] rgb) { }
- public void Core(byte[] rgb, int ib, int cb) { }
- public byte[] Final() { throw null; }
- ~BlockProcessor() { }
- public void Initialize() { }
- }
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
- public enum DHKeyGeneration
- {
- Random = 0,
- Static = 1,
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct DHParameters
- {
- public byte[] G;
- public byte[] P;
- [System.NonSerializedAttribute]
- public byte[] X;
- }
- public abstract partial class DiffieHellman : System.Security.Cryptography.AsymmetricAlgorithm
- {
- protected DiffieHellman() { }
- public static new Mono.Security.Cryptography.DiffieHellman Create() { throw null; }
- public static new Mono.Security.Cryptography.DiffieHellman Create(string algName) { throw null; }
- public abstract byte[] CreateKeyExchange();
- public abstract byte[] DecryptKeyExchange(byte[] keyex);
- public abstract Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivate);
- public override void FromXmlString(string xmlString) { }
- public abstract void ImportParameters(Mono.Security.Cryptography.DHParameters parameters);
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- }
- public sealed partial class DiffieHellmanManaged : Mono.Security.Cryptography.DiffieHellman
- {
- public DiffieHellmanManaged() { }
- public DiffieHellmanManaged(byte[] p, byte[] g, byte[] x) { }
- public DiffieHellmanManaged(byte[] p, byte[] g, int l) { }
- public DiffieHellmanManaged(int bitLength, int l, Mono.Security.Cryptography.DHKeyGeneration method) { }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public override byte[] CreateKeyExchange() { throw null; }
- public override byte[] DecryptKeyExchange(byte[] keyEx) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~DiffieHellmanManaged() { }
- public override void ImportParameters(Mono.Security.Cryptography.DHParameters parameters) { }
- }
- public sealed partial class KeyBuilder
- {
- internal KeyBuilder() { }
- public static byte[] IV(int size) { throw null; }
- public static byte[] Key(int size) { throw null; }
- }
- public partial class KeyPairPersistence
- {
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { }
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) { }
- public string Filename { get { throw null; } }
- public string KeyValue { get { throw null; } set { } }
- public System.Security.Cryptography.CspParameters Parameters { get { throw null; } }
- public bool Load() { throw null; }
- public void Remove() { }
- public void Save() { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2Managed : Mono.Security.Cryptography.MD2
- {
- public MD2Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4Managed : Mono.Security.Cryptography.MD4
- {
- public MD4Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public sealed partial class PKCS1
- {
- internal PKCS1() { }
- public static byte[] Decrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] C) { throw null; }
- public static byte[] Decrypt_v15(System.Security.Cryptography.RSA rsa, byte[] C) { throw null; }
- public static byte[] Encode_v15(System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, int emLength) { throw null; }
- public static byte[] Encrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] Encrypt_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] I2OSP(byte[] x, int size) { throw null; }
- public static byte[] I2OSP(int x, int size) { throw null; }
- public static byte[] MGF1(System.Security.Cryptography.HashAlgorithm hash, byte[] mgfSeed, int maskLen) { throw null; }
- public static byte[] OS2IP(byte[] x) { throw null; }
- public static byte[] RSADP(System.Security.Cryptography.RSA rsa, byte[] c) { throw null; }
- public static byte[] RSAEP(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSASP1(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSAVP1(System.Security.Cryptography.RSA rsa, byte[] s) { throw null; }
- public static byte[] Sign_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding) { throw null; }
- }
- public sealed partial class PKCS8
- {
- internal PKCS8() { }
- public static Mono.Security.Cryptography.PKCS8.KeyInfo GetType(byte[] data) { throw null; }
- public partial class EncryptedPrivateKeyInfo
- {
- public EncryptedPrivateKeyInfo() { }
- public EncryptedPrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public byte[] EncryptedData { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public enum KeyInfo
- {
- EncryptedPrivateKey = 1,
- PrivateKey = 0,
- Unknown = 2,
- }
- public partial class PrivateKeyInfo
- {
- public PrivateKeyInfo() { }
- public PrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public System.Collections.ArrayList Attributes { get { throw null; } }
- public byte[] PrivateKey { get { throw null; } set { } }
- public int Version { get { throw null; } set { } }
- public static System.Security.Cryptography.DSA DecodeDSA(byte[] privateKey, System.Security.Cryptography.DSAParameters dsaParameters) { throw null; }
- public static System.Security.Cryptography.RSA DecodeRSA(byte[] keypair) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.RSA rsa) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
- }
- public abstract partial class RC4 : System.Security.Cryptography.SymmetricAlgorithm
- {
- public RC4() { }
- public override byte[] IV { get { throw null; } set { } }
- public static new Mono.Security.Cryptography.RC4 Create() { throw null; }
- public static new Mono.Security.Cryptography.RC4 Create(string algName) { throw null; }
- }
- public partial class RSAManaged : System.Security.Cryptography.RSA
- {
- public RSAManaged() { }
- public RSAManaged(int keySize) { }
- public bool IsCrtPossible { get { throw null; } }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override int KeySize { get { throw null; } }
- public bool PublicOnly { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public bool UseKeyBlinding { get { throw null; } set { } }
- public event Mono.Security.Cryptography.RSAManaged.KeyGeneratedEventHandler KeyGenerated { add { } remove { } }
- public override byte[] DecryptValue(byte[] rgb) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override byte[] EncryptValue(byte[] rgb) { throw null; }
- public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~RSAManaged() { }
- public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { }
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- public delegate void KeyGeneratedEventHandler(object sender, System.EventArgs e);
- }
- public abstract partial class SHA224 : System.Security.Cryptography.HashAlgorithm
- {
- public SHA224() { }
- public static new Mono.Security.Cryptography.SHA224 Create() { throw null; }
- public static new Mono.Security.Cryptography.SHA224 Create(string hashName) { throw null; }
- }
- public partial class SHA224Managed : Mono.Security.Cryptography.SHA224
- {
- public SHA224Managed() { }
- protected override void HashCore(byte[] rgb, int start, int size) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
-namespace Mono.Security.Interface
-{
- public partial class Alert
- {
- public Alert(Mono.Security.Interface.AlertDescription description) { }
- public Alert(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.AlertDescription Description { get { throw null; } }
- public bool IsCloseNotify { get { throw null; } }
- public bool IsWarning { get { throw null; } }
- public Mono.Security.Interface.AlertLevel Level { get { throw null; } }
- public string Message { get { throw null; } }
- public static string GetAlertMessage(Mono.Security.Interface.AlertDescription description) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AlertDescription : byte
- {
- AccessDenied = (byte)49,
- BadCertificate = (byte)42,
- BadRecordMAC = (byte)20,
- CertificateExpired = (byte)45,
- CertificateRevoked = (byte)44,
- CertificateUnknown = (byte)46,
- CloseNotify = (byte)0,
- DecodeError = (byte)50,
- DecompressionFailure = (byte)30,
- DecryptError = (byte)51,
- DecryptionFailed_RESERVED = (byte)21,
- ExportRestriction = (byte)60,
- HandshakeFailure = (byte)40,
- IlegalParameter = (byte)47,
- InsuficientSecurity = (byte)71,
- InternalError = (byte)80,
- NoCertificate_RESERVED = (byte)41,
- NoRenegotiation = (byte)100,
- ProtocolVersion = (byte)70,
- RecordOverflow = (byte)22,
- UnexpectedMessage = (byte)10,
- UnknownCA = (byte)48,
- UnsupportedCertificate = (byte)43,
- UnsupportedExtension = (byte)110,
- UserCancelled = (byte)90,
- }
- public enum AlertLevel : byte
- {
- Fatal = (byte)2,
- Warning = (byte)1,
- }
- public partial class BufferOffsetSize : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public BufferOffsetSize(byte[] buffer) { }
- public BufferOffsetSize(byte[] buffer, int offset, int size) { }
- public BufferOffsetSize(int size) { }
- public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int EndOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public byte[] GetBuffer() { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void TruncateTo(int newSize) { }
- }
- public static partial class CertificateValidationHelper
- {
- public static bool SupportsTrustAnchors { get { throw null; } }
- public static bool SupportsX509Chain { get { throw null; } }
- public static Mono.Security.Interface.ICertificateValidator GetValidator(Mono.Security.Interface.MonoTlsSettings settings) { throw null; }
- }
- public enum CipherAlgorithmType
- {
- Aes128 = 1,
- Aes256 = 2,
- AesGcm128 = 3,
- AesGcm256 = 4,
- None = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum CipherSuiteCode : ushort
- {
- TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)17,
- TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)19,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA = (ushort)50,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 = (ushort)64,
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 = (ushort)162,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA = (ushort)56,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 = (ushort)106,
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 = (ushort)163,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)68,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)189,
- TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49280,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)135,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)195,
- TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49281,
- TLS_DHE_DSS_WITH_DES_CBC_SHA = (ushort)18,
- TLS_DHE_DSS_WITH_SEED_CBC_SHA = (ushort)153,
- TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)143,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA = (ushort)144,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)178,
- TLS_DHE_PSK_WITH_AES_128_CCM = (ushort)49318,
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 = (ushort)170,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA = (ushort)145,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)179,
- TLS_DHE_PSK_WITH_AES_256_CCM = (ushort)49319,
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 = (ushort)171,
- TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49302,
- TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49296,
- TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49303,
- TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49297,
- TLS_DHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58396,
- TLS_DHE_PSK_WITH_NULL_SHA = (ushort)45,
- TLS_DHE_PSK_WITH_NULL_SHA256 = (ushort)180,
- TLS_DHE_PSK_WITH_NULL_SHA384 = (ushort)181,
- TLS_DHE_PSK_WITH_RC4_128_SHA = (ushort)142,
- TLS_DHE_PSK_WITH_SALSA20_SHA1 = (ushort)58397,
- TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)20,
- TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)22,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA = (ushort)51,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)103,
- TLS_DHE_RSA_WITH_AES_128_CCM = (ushort)49310,
- TLS_DHE_RSA_WITH_AES_128_CCM_8 = (ushort)49314,
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)158,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA = (ushort)57,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = (ushort)107,
- TLS_DHE_RSA_WITH_AES_256_CCM = (ushort)49311,
- TLS_DHE_RSA_WITH_AES_256_CCM_8 = (ushort)49315,
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)159,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)69,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)190,
- TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49276,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)136,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)196,
- TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49277,
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52245,
- TLS_DHE_RSA_WITH_DES_CBC_SHA = (ushort)21,
- TLS_DHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58398,
- TLS_DHE_RSA_WITH_SALSA20_SHA1 = (ushort)58399,
- TLS_DHE_RSA_WITH_SEED_CBC_SHA = (ushort)154,
- TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA = (ushort)25,
- TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 = (ushort)23,
- TLS_DH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)27,
- TLS_DH_anon_WITH_AES_128_CBC_SHA = (ushort)52,
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 = (ushort)108,
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 = (ushort)166,
- TLS_DH_anon_WITH_AES_256_CBC_SHA = (ushort)58,
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 = (ushort)109,
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 = (ushort)167,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA = (ushort)70,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)191,
- TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49284,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA = (ushort)137,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)197,
- TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49285,
- TLS_DH_anon_WITH_DES_CBC_SHA = (ushort)26,
- TLS_DH_anon_WITH_RC4_128_MD5 = (ushort)24,
- TLS_DH_anon_WITH_SEED_CBC_SHA = (ushort)155,
- TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)11,
- TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)13,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA = (ushort)48,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA256 = (ushort)62,
- TLS_DH_DSS_WITH_AES_128_GCM_SHA256 = (ushort)164,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA = (ushort)54,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA256 = (ushort)104,
- TLS_DH_DSS_WITH_AES_256_GCM_SHA384 = (ushort)165,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)66,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)187,
- TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49282,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)133,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)193,
- TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49283,
- TLS_DH_DSS_WITH_DES_CBC_SHA = (ushort)12,
- TLS_DH_DSS_WITH_SEED_CBC_SHA = (ushort)151,
- TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)14,
- TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)16,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA = (ushort)49,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)63,
- TLS_DH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)160,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA = (ushort)55,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA256 = (ushort)105,
- TLS_DH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)161,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)67,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)188,
- TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49278,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)134,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)194,
- TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49279,
- TLS_DH_RSA_WITH_DES_CBC_SHA = (ushort)15,
- TLS_DH_RSA_WITH_SEED_CBC_SHA = (ushort)152,
- TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49160,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49161,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49187,
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49195,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49162,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49188,
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49196,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49266,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49286,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49267,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49287,
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52244,
- TLS_ECDHE_ECDSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58388,
- TLS_ECDHE_ECDSA_WITH_NULL_SHA = (ushort)49158,
- TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = (ushort)49159,
- TLS_ECDHE_ECDSA_WITH_SALSA20_SHA1 = (ushort)58389,
- TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)49204,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA = (ushort)49205,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)49207,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA = (ushort)49206,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)49208,
- TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49306,
- TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49307,
- TLS_ECDHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58392,
- TLS_ECDHE_PSK_WITH_NULL_SHA = (ushort)49209,
- TLS_ECDHE_PSK_WITH_NULL_SHA256 = (ushort)49210,
- TLS_ECDHE_PSK_WITH_NULL_SHA384 = (ushort)49211,
- TLS_ECDHE_PSK_WITH_RC4_128_SHA = (ushort)49203,
- TLS_ECDHE_PSK_WITH_SALSA20_SHA1 = (ushort)58393,
- TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49170,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = (ushort)49171,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49191,
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49199,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = (ushort)49172,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49192,
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49200,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49270,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49290,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49271,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49291,
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52243,
- TLS_ECDHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58386,
- TLS_ECDHE_RSA_WITH_NULL_SHA = (ushort)49168,
- TLS_ECDHE_RSA_WITH_RC4_128_SHA = (ushort)49169,
- TLS_ECDHE_RSA_WITH_SALSA20_SHA1 = (ushort)58387,
- TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)49175,
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA = (ushort)49176,
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA = (ushort)49177,
- TLS_ECDH_anon_WITH_NULL_SHA = (ushort)49173,
- TLS_ECDH_anon_WITH_RC4_128_SHA = (ushort)49174,
- TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49155,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49156,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49189,
- TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49197,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49157,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49190,
- TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49198,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49268,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49288,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49269,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49289,
- TLS_ECDH_ECDSA_WITH_NULL_SHA = (ushort)49153,
- TLS_ECDH_ECDSA_WITH_RC4_128_SHA = (ushort)49154,
- TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49165,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA = (ushort)49166,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49193,
- TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49201,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA = (ushort)49167,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49194,
- TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49202,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49272,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49292,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49273,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49293,
- TLS_ECDH_RSA_WITH_NULL_SHA = (ushort)49163,
- TLS_ECDH_RSA_WITH_RC4_128_SHA = (ushort)49164,
- TLS_EMPTY_RENEGOTIATION_INFO_SCSV = (ushort)255,
- TLS_FALLBACK_SCSV = (ushort)22016,
- TLS_NULL_WITH_NULL_NULL = (ushort)0,
- TLS_PSK_DHE_WITH_AES_128_CCM_8 = (ushort)49322,
- TLS_PSK_DHE_WITH_AES_256_CCM_8 = (ushort)49323,
- TLS_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)139,
- TLS_PSK_WITH_AES_128_CBC_SHA = (ushort)140,
- TLS_PSK_WITH_AES_128_CBC_SHA256 = (ushort)174,
- TLS_PSK_WITH_AES_128_CCM = (ushort)49316,
- TLS_PSK_WITH_AES_128_CCM_8 = (ushort)49320,
- TLS_PSK_WITH_AES_128_GCM_SHA256 = (ushort)168,
- TLS_PSK_WITH_AES_256_CBC_SHA = (ushort)141,
- TLS_PSK_WITH_AES_256_CBC_SHA384 = (ushort)175,
- TLS_PSK_WITH_AES_256_CCM = (ushort)49317,
- TLS_PSK_WITH_AES_256_CCM_8 = (ushort)49321,
- TLS_PSK_WITH_AES_256_GCM_SHA384 = (ushort)169,
- TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49300,
- TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49294,
- TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49301,
- TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49295,
- TLS_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58390,
- TLS_PSK_WITH_NULL_SHA = (ushort)44,
- TLS_PSK_WITH_NULL_SHA256 = (ushort)176,
- TLS_PSK_WITH_NULL_SHA384 = (ushort)177,
- TLS_PSK_WITH_RC4_128_SHA = (ushort)138,
- TLS_PSK_WITH_SALSA20_SHA1 = (ushort)58391,
- TLS_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)8,
- TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 = (ushort)6,
- TLS_RSA_EXPORT_WITH_RC4_40_MD5 = (ushort)3,
- TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)147,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA = (ushort)148,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 = (ushort)182,
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 = (ushort)172,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA = (ushort)149,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 = (ushort)183,
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 = (ushort)173,
- TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49304,
- TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49298,
- TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49305,
- TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49299,
- TLS_RSA_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58394,
- TLS_RSA_PSK_WITH_NULL_SHA = (ushort)46,
- TLS_RSA_PSK_WITH_NULL_SHA256 = (ushort)184,
- TLS_RSA_PSK_WITH_NULL_SHA384 = (ushort)185,
- TLS_RSA_PSK_WITH_RC4_128_SHA = (ushort)146,
- TLS_RSA_PSK_WITH_SALSA20_SHA1 = (ushort)58395,
- TLS_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)10,
- TLS_RSA_WITH_AES_128_CBC_SHA = (ushort)47,
- TLS_RSA_WITH_AES_128_CBC_SHA256 = (ushort)60,
- TLS_RSA_WITH_AES_128_CCM = (ushort)49308,
- TLS_RSA_WITH_AES_128_CCM_8 = (ushort)49312,
- TLS_RSA_WITH_AES_128_GCM_SHA256 = (ushort)156,
- TLS_RSA_WITH_AES_256_CBC_SHA = (ushort)53,
- TLS_RSA_WITH_AES_256_CBC_SHA256 = (ushort)61,
- TLS_RSA_WITH_AES_256_CCM = (ushort)49309,
- TLS_RSA_WITH_AES_256_CCM_8 = (ushort)49313,
- TLS_RSA_WITH_AES_256_GCM_SHA384 = (ushort)157,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)65,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)186,
- TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49274,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)132,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)192,
- TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49275,
- TLS_RSA_WITH_DES_CBC_SHA = (ushort)9,
- TLS_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58384,
- TLS_RSA_WITH_IDEA_CBC_SHA = (ushort)7,
- TLS_RSA_WITH_NULL_MD5 = (ushort)1,
- TLS_RSA_WITH_NULL_SHA = (ushort)2,
- TLS_RSA_WITH_NULL_SHA256 = (ushort)59,
- TLS_RSA_WITH_RC4_128_MD5 = (ushort)4,
- TLS_RSA_WITH_RC4_128_SHA = (ushort)5,
- TLS_RSA_WITH_SALSA20_SHA1 = (ushort)58385,
- TLS_RSA_WITH_SEED_CBC_SHA = (ushort)150,
- TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)49180,
- TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA = (ushort)49183,
- TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA = (ushort)49186,
- TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49179,
- TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA = (ushort)49182,
- TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA = (ushort)49185,
- TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA = (ushort)49178,
- TLS_SRP_SHA_WITH_AES_128_CBC_SHA = (ushort)49181,
- TLS_SRP_SHA_WITH_AES_256_CBC_SHA = (ushort)49184,
- }
- public enum ExchangeAlgorithmType
- {
- Dhe = 1,
- EcDhe = 3,
- None = 0,
- Rsa = 2,
- }
- public enum HashAlgorithmType
- {
- Md5 = 1,
- Md5Sha1 = 254,
- None = 0,
- Sha1 = 2,
- Sha224 = 3,
- Sha256 = 4,
- Sha384 = 5,
- Sha512 = 6,
- Unknown = 255,
- }
- public partial interface IBufferOffsetSize
- {
- byte[] Buffer { get; }
- int Offset { get; }
- int Size { get; }
- }
- public partial interface ICertificateValidator
- {
- Mono.Security.Interface.MonoTlsSettings Settings { get; }
- bool SelectClientCertificate(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers, out System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate);
- Mono.Security.Interface.ValidationResult ValidateCertificate(string targetHost, bool serverMode, System.Security.Cryptography.X509Certificates.X509CertificateCollection certificates);
- }
- public partial interface IMonoSslStream : System.IDisposable
- {
- System.Net.Security.AuthenticatedStream AuthenticatedStream { get; }
- bool CanRead { get; }
- bool CanTimeout { get; }
- bool CanWrite { get; }
- bool CheckCertRevocationStatus { get; }
- System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get; }
- int CipherStrength { get; }
- System.Security.Authentication.HashAlgorithmType HashAlgorithm { get; }
- int HashStrength { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate InternalLocalCertificate { get; }
- bool IsAuthenticated { get; }
- bool IsEncrypted { get; }
- bool IsMutuallyAuthenticated { get; }
- bool IsServer { get; }
- bool IsSigned { get; }
- System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get; }
- int KeyExchangeStrength { get; }
- long Length { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get; }
- long Position { get; }
- Mono.Security.Interface.MonoTlsProvider Provider { get; }
- int ReadTimeout { get; set; }
- System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get; }
- System.Security.Authentication.SslProtocols SslProtocol { get; }
- System.Net.TransportContext TransportContext { get; }
- int WriteTimeout { get; set; }
- void AuthenticateAsClient(string targetHost);
- void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- void EndAuthenticateAsClient(System.IAsyncResult asyncResult);
- void EndAuthenticateAsServer(System.IAsyncResult asyncResult);
- int EndRead(System.IAsyncResult asyncResult);
- void EndWrite(System.IAsyncResult asyncResult);
- void Flush();
- Mono.Security.Interface.MonoTlsConnectionInfo GetConnectionInfo();
- int Read(byte[] buffer, int offset, int count);
- void SetLength(long value);
- void Write(byte[] buffer);
- void Write(byte[] buffer, int offset, int count);
- }
- public partial interface IMonoTlsEventSink
- {
- void Error(System.Exception exception);
- void ReceivedCloseNotify();
- }
- public enum MonoEncryptionPolicy
- {
- AllowNoEncryption = 1,
- NoEncryption = 2,
- RequireEncryption = 0,
- }
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate MonoLocalCertificateSelectionCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers);
- public delegate bool MonoRemoteCertificateValidationCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, Mono.Security.Interface.MonoSslPolicyErrors sslPolicyErrors);
- [System.FlagsAttribute]
- public enum MonoSslPolicyErrors
- {
- None = 0,
- RemoteCertificateChainErrors = 4,
- RemoteCertificateNameMismatch = 2,
- RemoteCertificateNotAvailable = 1,
- }
- public partial class MonoTlsConnectionInfo
- {
- public MonoTlsConnectionInfo() { }
- public Mono.Security.Interface.CipherAlgorithmType CipherAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode CipherSuiteCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.ExchangeAlgorithmType ExchangeAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.HashAlgorithmType HashAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string PeerDomainName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.TlsProtocols ProtocolVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class MonoTlsProvider
- {
- internal MonoTlsProvider() { }
- public abstract System.Guid ID { get; }
- public abstract string Name { get; }
- public abstract System.Security.Authentication.SslProtocols SupportedProtocols { get; }
- public abstract bool SupportsConnectionInfo { get; }
- public abstract bool SupportsMonoExtensions { get; }
- public abstract bool SupportsSslStream { get; }
- public abstract Mono.Security.Interface.IMonoSslStream CreateSslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings=null);
- }
- public static partial class MonoTlsProviderFactory
- {
- public static bool IsInitialized { get { throw null; } }
- public static System.Net.HttpListener CreateHttpListener(System.Security.Cryptography.X509Certificates.X509Certificate certificate, Mono.Security.Interface.MonoTlsProvider provider=null, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- public static System.Net.HttpWebRequest CreateHttpsRequest(System.Uri requestUri, Mono.Security.Interface.MonoTlsProvider provider, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- [System.ObsoleteAttribute("Use GetProvider() instead.")]
- public static Mono.Security.Interface.MonoTlsProvider GetDefaultProvider() { throw null; }
- public static Mono.Security.Interface.IMonoSslStream GetMonoSslStream(System.Net.Security.SslStream stream) { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider() { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider(string provider) { throw null; }
- public static void Initialize() { }
- public static void Initialize(string provider) { }
- public static bool IsProviderSupported(string provider) { throw null; }
- [System.ObsoleteAttribute("Use Initialize(string provider) instead.")]
- public static void SetDefaultProvider(string name) { }
- }
- public sealed partial class MonoTlsSettings
- {
- public MonoTlsSettings() { }
- public bool CallbackNeedsCertificateChain { get { throw null; } set { } }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.ICertificateValidator CertificateValidator { get { throw null; } }
- public bool CheckCertificateName { get { throw null; } set { } }
- public bool CheckCertificateRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Interface.MonoLocalCertificateSelectionCallback ClientCertificateSelectionCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.Security.Interface.MonoTlsSettings DefaultSettings { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Security.Interface.TlsProtocols> EnabledProtocols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.MonoRemoteCertificateValidationCallback RemoteCertificateValidationCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SkipSystemValidators { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection TrustAnchors { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object UserSettings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> UseServicePointManagerCallback { get { throw null; } set { } }
- public Mono.Security.Interface.MonoTlsSettings Clone() { throw null; }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.MonoTlsSettings CloneWithValidator(Mono.Security.Interface.ICertificateValidator validator) { throw null; }
- public static Mono.Security.Interface.MonoTlsSettings CopyDefaultSettings() { throw null; }
- }
- public abstract partial class SecretParameters : System.IDisposable
- {
- protected SecretParameters() { }
- protected void CheckDisposed() { }
- protected abstract void Clear();
- protected static void Clear(byte[] array) { }
- public void Dispose() { }
- ~SecretParameters() { }
- }
- public partial class SecureBuffer : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public SecureBuffer(byte[] buffer) { }
- public SecureBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- int Mono.Security.Interface.IBufferOffsetSize.Offset { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static Mono.Security.Interface.SecureBuffer CreateCopy(byte[] buffer) { throw null; }
- public byte[] StealBuffer() { throw null; }
- }
- public partial class TlsBuffer : Mono.Security.Interface.SecretParameters
- {
- public static readonly byte[] EmptyArray;
- protected TlsBuffer() { }
- public TlsBuffer(Mono.Security.Interface.IBufferOffsetSize bos) { }
- public TlsBuffer(byte[] buffer) { }
- public TlsBuffer(byte[] buffer, int offset, int size) { }
- public TlsBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- public int EndOffset { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Remaining { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static bool Compare(Mono.Security.Interface.IBufferOffsetSize buffer1, Mono.Security.Interface.IBufferOffsetSize buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, byte[] buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public static int ConstantTimeCompare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public Mono.Security.Interface.IBufferOffsetSize GetRemaining() { throw null; }
- protected virtual void MakeRoomInternal(int size) { }
- public Mono.Security.Interface.TlsBuffer ReadBuffer(int length) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt24() { throw null; }
- public int ReadInt32() { throw null; }
- public Mono.Security.Interface.SecureBuffer ReadSecureBuffer(int count) { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void Write(Mono.Security.Interface.IBufferOffsetSize buffer) { }
- public void Write(byte value) { }
- public void Write(byte[] buffer) { }
- public void Write(byte[] buffer, int offset, int size) { }
- public void Write(short value) { }
- public void Write(int value) { }
- public void Write(ulong value) { }
- public static void WriteInt16(byte[] buffer, int offset, short value) { }
- public static void WriteInt24(byte[] buffer, int offset, int value) { }
- public void WriteInt24(int value) { }
- public static void WriteInt32(byte[] buffer, int offset, int value) { }
- public static void WriteInt64(byte[] buffer, int offset, ulong value) { }
- }
- public sealed partial class TlsException : System.Exception
- {
- public TlsException(Mono.Security.Interface.Alert alert) { }
- public TlsException(Mono.Security.Interface.Alert alert, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string format, params object[] args) { }
- public TlsException(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.Alert Alert { get { throw null; } }
- }
- public partial class TlsMultiBuffer
- {
- public TlsMultiBuffer() { }
- public bool IsEmpty { get { throw null; } }
- public bool IsSingle { get { throw null; } }
- public void Add(Mono.Security.Interface.TlsBuffer buffer) { }
- public void Add(byte[] buffer) { }
- public void Add(byte[] buffer, int offset, int size) { }
- public void Clear() { }
- public Mono.Security.Interface.BufferOffsetSize GetBuffer() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize[] GetBufferArray() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize StealBuffer() { throw null; }
- }
- public enum TlsProtocolCode : short
- {
- Tls10 = (short)769,
- Tls11 = (short)770,
- Tls12 = (short)771,
- }
- [System.FlagsAttribute]
- public enum TlsProtocols
- {
- ClientMask = 2688,
- ServerMask = 1344,
- Tls10 = 192,
- Tls10Client = 128,
- Tls10Server = 64,
- Tls11 = 768,
- Tls11Client = 512,
- Tls11Server = 256,
- Tls12 = 3072,
- Tls12Client = 2048,
- Tls12Server = 1024,
- Zero = 0,
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code, System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> policy_errors) { }
- public int ErrorCode { get { throw null; } }
- public System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> PolicyErrors { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- 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[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public static partial class ChallengeResponse2
- {
- public static void Compute(Mono.Security.Protocol.Ntlm.Type2Message type2, Mono.Security.Protocol.Ntlm.NtlmAuthLevel level, string username, string password, string domain, out byte[] lm, out byte[] ntlm) { lm = default(byte[]); ntlm = default(byte[]); }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public int Type { 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; }
- }
- public enum NtlmAuthLevel
- {
- LM_and_NTLM = 0,
- LM_and_NTLM_and_try_NTLMv2_Session = 1,
- NTLMv2_only = 3,
- NTLM_only = 2,
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateDomainSupplied = 4096,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public static partial class NtlmSettings
- {
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(byte[] message) : 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(byte[] message) : base (default(int)) { }
- public byte[] Nonce { get { throw null; } set { } }
- public byte[] TargetInfo { get { throw null; } }
- public string TargetName { get { throw null; } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.Type2Message type2) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public byte[] Challenge { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use NtlmSettings.DefaultAuthLevel")]
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmAuthLevel Level { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } set { } }
- 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.Interface.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,
- Tls11 = 768,
- Tls12 = 3072,
- }
- 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) { }
- }
-}
-namespace Mono.Security.X509
-{
- public partial class PKCS12 : System.ICloneable
- {
- public const string certBag = "1.2.840.113549.1.12.10.1.3";
- public const string crlBag = "1.2.840.113549.1.12.10.1.4";
- public const int CryptoApiPasswordLimit = 32;
- public const string keyBag = "1.2.840.113549.1.12.10.1.1";
- public const string pbeWithSHAAnd128BitRC2CBC = "1.2.840.113549.1.12.1.5";
- public const string pbeWithSHAAnd128BitRC4 = "1.2.840.113549.1.12.1.1";
- public const string pbeWithSHAAnd2KeyTripleDESCBC = "1.2.840.113549.1.12.1.4";
- public const string pbeWithSHAAnd3KeyTripleDESCBC = "1.2.840.113549.1.12.1.3";
- public const string pbeWithSHAAnd40BitRC2CBC = "1.2.840.113549.1.12.1.6";
- public const string pbeWithSHAAnd40BitRC4 = "1.2.840.113549.1.12.1.2";
- public const string pkcs8ShroudedKeyBag = "1.2.840.113549.1.12.10.1.2";
- public const string safeContentsBag = "1.2.840.113549.1.12.10.1.6";
- public const string sdsiCertificate = "1.2.840.113549.1.9.22.2";
- public const string secretBag = "1.2.840.113549.1.12.10.1.5";
- public const string x509Certificate = "1.2.840.113549.1.9.22.1";
- public const string x509Crl = "1.2.840.113549.1.9.23.1";
- public PKCS12() { }
- public PKCS12(byte[] data) { }
- public PKCS12(byte[] data, byte[] password) { }
- public PKCS12(byte[] data, string password) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public int IterationCount { get { throw null; } set { } }
- public System.Collections.ArrayList Keys { get { throw null; } }
- public static int MaximumPasswordLength { get { throw null; } set { } }
- public string Password { set { } }
- public System.Collections.ArrayList Secrets { get { throw null; } }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attributes) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddSecretBag(byte[] secret) { }
- public void AddSecretBag(byte[] secret, System.Collections.IDictionary attributes) { }
- public object Clone() { throw null; }
- public byte[] Decrypt(Mono.Security.PKCS7.EncryptedData ed) { throw null; }
- public byte[] Decrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] encryptedData) { throw null; }
- public byte[] Encrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] data) { throw null; }
- ~PKCS12() { }
- public System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm(System.Collections.IDictionary attrs) { throw null; }
- public System.Collections.IDictionary GetAttributes(Mono.Security.X509.X509Certificate cert) { throw null; }
- public System.Collections.IDictionary GetAttributes(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Certificate GetCertificate(System.Collections.IDictionary attrs) { throw null; }
- public byte[] GetSecret(System.Collections.IDictionary attrs) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename, string password) { throw null; }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attrs) { }
- public void RemoveKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemovePkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemoveSecretBag(byte[] secret) { }
- public void SaveToFile(string filename) { }
- public partial class DeriveBytes
- {
- public DeriveBytes() { }
- public string HashName { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Password { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] DeriveIV(int size) { throw null; }
- public byte[] DeriveKey(int size) { throw null; }
- public byte[] DeriveMAC(int size) { throw null; }
- public enum Purpose
- {
- IV = 1,
- Key = 0,
- MAC = 2,
- }
- }
- }
- public partial class PKCS5
- {
- public const string pbeWithMD2AndDESCBC = "1.2.840.113549.1.5.1";
- public const string pbeWithMD2AndRC2CBC = "1.2.840.113549.1.5.4";
- public const string pbeWithMD5AndDESCBC = "1.2.840.113549.1.5.3";
- public const string pbeWithMD5AndRC2CBC = "1.2.840.113549.1.5.6";
- public const string pbeWithSHA1AndDESCBC = "1.2.840.113549.1.5.10";
- public const string pbeWithSHA1AndRC2CBC = "1.2.840.113549.1.5.11";
- public PKCS5() { }
- }
- public partial class PKCS9
- {
- public const string friendlyName = "1.2.840.113549.1.9.20";
- public const string localKeyId = "1.2.840.113549.1.9.21";
- public PKCS9() { }
- }
- public sealed partial class X501
- {
- internal X501() { }
- public static Mono.Security.ASN1 FromString(string rdn) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq, bool reversed, string separator, bool quotes) { throw null; }
- }
- public abstract partial class X509Builder
- {
- protected X509Builder() { }
- public string Hash { get { throw null; } set { } }
- protected string GetOid(string hashName) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.DSA key) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.RSA key) { throw null; }
- protected abstract Mono.Security.ASN1 ToBeSigned(string hashName);
- }
- public partial class X509Certificate : System.Runtime.Serialization.ISerializable
- {
- public X509Certificate(byte[] data) { }
- protected X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public System.Security.Cryptography.DSA DSA { get { throw null; } set { } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public bool IsSelfSigned { get { throw null; } }
- public virtual string IssuerName { get { throw null; } }
- public byte[] IssuerUniqueIdentifier { get { throw null; } }
- public virtual string KeyAlgorithm { get { throw null; } }
- public virtual byte[] KeyAlgorithmParameters { get { throw null; } set { } }
- public virtual byte[] PublicKey { get { throw null; } }
- public virtual byte[] RawData { get { throw null; } }
- public virtual System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public virtual byte[] SerialNumber { get { throw null; } }
- public virtual byte[] Signature { get { throw null; } }
- public virtual string SignatureAlgorithm { get { throw null; } }
- public virtual byte[] SignatureAlgorithmParameters { get { throw null; } }
- public virtual string SubjectName { get { throw null; } }
- public byte[] SubjectUniqueIdentifier { get { throw null; } }
- public virtual System.DateTime ValidFrom { get { throw null; } }
- public virtual System.DateTime ValidUntil { get { throw null; } }
- public int Version { get { throw null; } }
- public bool CheckSignature(byte[] hash, string hashAlgorithm, byte[] signature) { throw null; }
- public Mono.Security.ASN1 GetIssuerName() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
- public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Security.ASN1 GetSubjectName() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- }
- public partial class X509CertificateBuilder : Mono.Security.X509.X509Builder
- {
- public X509CertificateBuilder() { }
- public X509CertificateBuilder(byte version) { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public string IssuerName { get { throw null; } set { } }
- public byte[] IssuerUniqueId { get { throw null; } set { } }
- public System.DateTime NotAfter { get { throw null; } set { } }
- public System.DateTime NotBefore { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } set { } }
- public string SubjectName { get { throw null; } set { } }
- public System.Security.Cryptography.AsymmetricAlgorithm SubjectPublicKey { get { throw null; } set { } }
- public byte[] SubjectUniqueId { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- protected override Mono.Security.ASN1 ToBeSigned(string oid) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class X509CertificateCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509CertificateCollection() { }
- public X509CertificateCollection(Mono.Security.X509.X509CertificateCollection value) { }
- public X509CertificateCollection(Mono.Security.X509.X509Certificate[] value) { }
- public Mono.Security.X509.X509Certificate this[int index] { get { throw null; } set { } }
- public int Add(Mono.Security.X509.X509Certificate value) { throw null; }
- public void AddRange(Mono.Security.X509.X509CertificateCollection value) { }
- public void AddRange(Mono.Security.X509.X509Certificate[] value) { }
- public bool Contains(Mono.Security.X509.X509Certificate value) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Certificate[] array, int index) { }
- public new Mono.Security.X509.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Certificate value) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Certificate value) { }
- public void Remove(Mono.Security.X509.X509Certificate value) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public partial class X509CertificateEnumerator : System.Collections.IEnumerator
- {
- public X509CertificateEnumerator(Mono.Security.X509.X509CertificateCollection mappings) { }
- public Mono.Security.X509.X509Certificate Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- public partial class X509Chain
- {
- public X509Chain() { }
- public X509Chain(Mono.Security.X509.X509CertificateCollection chain) { }
- public Mono.Security.X509.X509CertificateCollection Chain { get { throw null; } }
- public Mono.Security.X509.X509Certificate Root { get { throw null; } }
- public Mono.Security.X509.X509ChainStatusFlags Status { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection TrustAnchors { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(64))]set { } }
- public bool Build(Mono.Security.X509.X509Certificate leaf) { throw null; }
- public Mono.Security.X509.X509Certificate FindByIssuerName(string issuerName) { throw null; }
- public void LoadCertificate(Mono.Security.X509.X509Certificate x509) { }
- public void LoadCertificates(Mono.Security.X509.X509CertificateCollection collection) { }
- public void Reset() { }
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum X509ChainStatusFlags
- {
- InvalidBasicConstraints = 1024,
- NoError = 0,
- NotSignatureValid = 8,
- NotTimeNested = 2,
- NotTimeValid = 1,
- PartialChain = 65536,
- UntrustedRoot = 32,
- }
- public partial class X509Crl
- {
- public X509Crl(byte[] crl) { }
- public System.Collections.ArrayList Entries { get { throw null; } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public string IssuerName { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[byte[] serialNumber] { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[int index] { get { throw null; } }
- public System.DateTime NextUpdate { get { throw null; } }
- public byte[] RawData { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public string SignatureAlgorithm { get { throw null; } }
- public System.DateTime ThisUpdate { get { throw null; } }
- public byte Version { get { throw null; } }
- public static Mono.Security.X509.X509Crl CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(Mono.Security.X509.X509Certificate x509) { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(byte[] serialNumber) { throw null; }
- public bool VerifySignature(Mono.Security.X509.X509Certificate x509) { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- public partial class X509CrlEntry
- {
- internal X509CrlEntry() { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public System.DateTime RevocationDate { get { throw null; } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public partial class X509Extension
- {
- protected bool extnCritical;
- protected string extnOid;
- protected Mono.Security.ASN1 extnValue;
- protected X509Extension() { }
- public X509Extension(Mono.Security.ASN1 asn1) { }
- public X509Extension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public bool Critical { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public string Oid { get { throw null; } }
- public Mono.Security.ASN1 Value { get { throw null; } }
- protected virtual void Decode() { }
- protected virtual void Encode() { }
- public override bool Equals(object obj) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class X509ExtensionCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509ExtensionCollection() { }
- public X509ExtensionCollection(Mono.Security.ASN1 asn1) { }
- public Mono.Security.X509.X509Extension this[int index] { get { throw null; } }
- public Mono.Security.X509.X509Extension this[string oid] { get { throw null; } }
- public int Add(Mono.Security.X509.X509Extension extension) { throw null; }
- public void AddRange(Mono.Security.X509.X509ExtensionCollection collection) { }
- public void AddRange(Mono.Security.X509.X509Extension[] extension) { }
- public bool Contains(Mono.Security.X509.X509Extension extension) { throw null; }
- public bool Contains(string oid) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Extension[] extensions, int index) { }
- public byte[] GetBytes() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Extension extension) { throw null; }
- public int IndexOf(string oid) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Extension extension) { }
- public void Remove(Mono.Security.X509.X509Extension extension) { }
- public void Remove(string oid) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class X509Store
- {
- internal X509Store() { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string Name { get { throw null; } }
- public void Clear() { }
- public void Import(Mono.Security.X509.X509Certificate certificate) { }
- public void Import(Mono.Security.X509.X509Crl crl) { }
- public void Remove(Mono.Security.X509.X509Certificate certificate) { }
- public void Remove(Mono.Security.X509.X509Crl crl) { }
- }
- public sealed partial class X509StoreManager
- {
- internal X509StoreManager() { }
- public static Mono.Security.X509.X509Stores CurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection IntermediateCACertificates { get { throw null; } }
- public static System.Collections.ArrayList IntermediateCACrls { get { throw null; } }
- public static Mono.Security.X509.X509Stores LocalMachine { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewCurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewLocalMachine { get { throw null; } }
- public static System.Collections.ArrayList TrustedRootCACrls { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection TrustedRootCertificates { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection UntrustedCertificates { get { throw null; } }
- }
- public partial class X509Stores
- {
- internal X509Stores() { }
- public Mono.Security.X509.X509Store IntermediateCA { get { throw null; } }
- public Mono.Security.X509.X509Store OtherPeople { get { throw null; } }
- public Mono.Security.X509.X509Store Personal { get { throw null; } }
- public Mono.Security.X509.X509Store TrustedRoot { get { throw null; } }
- public Mono.Security.X509.X509Store Untrusted { get { throw null; } }
- public void Clear() { }
- public Mono.Security.X509.X509Store Open(string storeName, bool create) { throw null; }
- public partial class Names
- {
- public const string IntermediateCA = "CA";
- public const string OtherPeople = "AddressBook";
- public const string Personal = "My";
- public const string TrustedRoot = "Trust";
- public const string Untrusted = "Disallowed";
- public Names() { }
- }
- }
- public partial class X520
- {
- public X520() { }
- public abstract partial class AttributeTypeAndValue
- {
- protected AttributeTypeAndValue(string oid, int upperBound) { }
- protected AttributeTypeAndValue(string oid, int upperBound, byte encoding) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] GetBytes(byte encoding) { throw null; }
- }
- public partial class CommonName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CommonName() : base (default(string), default(int)) { }
- }
- public partial class CountryName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CountryName() : base (default(string), default(int)) { }
- }
- public partial class DnQualifier : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DnQualifier() : base (default(string), default(int)) { }
- }
- public partial class DomainComponent : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DomainComponent() : base (default(string), default(int)) { }
- }
- public partial class EmailAddress : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public EmailAddress() : base (default(string), default(int)) { }
- }
- public partial class GivenName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public GivenName() : base (default(string), default(int)) { }
- }
- public partial class Initial : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Initial() : base (default(string), default(int)) { }
- }
- public partial class LocalityName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public LocalityName() : base (default(string), default(int)) { }
- }
- public partial class Name : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Name() : base (default(string), default(int)) { }
- }
- public partial class Oid : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Oid(string oid) : base (default(string), default(int)) { }
- }
- public partial class OrganizationalUnitName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationalUnitName() : base (default(string), default(int)) { }
- }
- public partial class OrganizationName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationName() : base (default(string), default(int)) { }
- }
- public partial class SerialNumber : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public SerialNumber() : base (default(string), default(int)) { }
- }
- public partial class StateOrProvinceName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public StateOrProvinceName() : base (default(string), default(int)) { }
- }
- public partial class Surname : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Surname() : base (default(string), default(int)) { }
- }
- public partial class Title : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Title() : base (default(string), default(int)) { }
- }
- public partial class UserId : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public UserId() : base (default(string), default(int)) { }
- }
- }
-}
-namespace Mono.Security.X509.Extensions
-{
- public partial class AuthorityKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public AuthorityKeyIdentifierExtension() { }
- public AuthorityKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public AuthorityKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class BasicConstraintsExtension : Mono.Security.X509.X509Extension
- {
- public const int NoPathLengthConstraint = -1;
- public BasicConstraintsExtension() { }
- public BasicConstraintsExtension(Mono.Security.ASN1 asn1) { }
- public BasicConstraintsExtension(Mono.Security.X509.X509Extension extension) { }
- public bool CertificateAuthority { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- public int PathLenConstraint { get { throw null; } set { } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class CertificatePoliciesExtension : Mono.Security.X509.X509Extension
- {
- public CertificatePoliciesExtension() { }
- public CertificatePoliciesExtension(Mono.Security.ASN1 asn1) { }
- public CertificatePoliciesExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class CRLDistributionPointsExtension : Mono.Security.X509.X509Extension
- {
- public CRLDistributionPointsExtension() { }
- public CRLDistributionPointsExtension(Mono.Security.ASN1 asn1) { }
- public CRLDistributionPointsExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.Generic.IEnumerable<Mono.Security.X509.Extensions.CRLDistributionPointsExtension.DistributionPoint> DistributionPoints { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- public partial class DistributionPoint
- {
- public DistributionPoint(Mono.Security.ASN1 dp) { }
- public DistributionPoint(string dp, Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags reasons, string issuer) { }
- public string CRLIssuer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags Reasons { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ReasonFlags
- {
- AACompromise = 8,
- AffiliationChanged = 3,
- CACompromise = 2,
- CertificateHold = 6,
- CessationOfOperation = 5,
- KeyCompromise = 1,
- PrivilegeWithdrawn = 7,
- Superseded = 4,
- Unused = 0,
- }
- }
- public partial class ExtendedKeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public ExtendedKeyUsageExtension() { }
- public ExtendedKeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public ExtendedKeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.ArrayList KeyPurpose { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class KeyAttributesExtension : Mono.Security.X509.X509Extension
- {
- public KeyAttributesExtension() { }
- public KeyAttributesExtension(Mono.Security.ASN1 asn1) { }
- public KeyAttributesExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] KeyIdentifier { get { throw null; } }
- public override string Name { get { throw null; } }
- public System.DateTime NotAfter { get { throw null; } }
- public System.DateTime NotBefore { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class KeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public KeyUsageExtension() { }
- public KeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public KeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.X509.Extensions.KeyUsages KeyUsage { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum KeyUsages
- {
- cRLSign = 2,
- dataEncipherment = 16,
- decipherOnly = 2048,
- digitalSignature = 128,
- encipherOnly = 1,
- keyAgreement = 8,
- keyCertSign = 4,
- keyEncipherment = 32,
- none = 0,
- nonRepudiation = 64,
- }
- public partial class NetscapeCertTypeExtension : Mono.Security.X509.X509Extension
- {
- public NetscapeCertTypeExtension() { }
- public NetscapeCertTypeExtension(Mono.Security.ASN1 asn1) { }
- public NetscapeCertTypeExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.NetscapeCertTypeExtension.CertTypes usage) { throw null; }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum CertTypes
- {
- ObjectSigning = 16,
- ObjectSigningCA = 1,
- Smime = 32,
- SmimeCA = 2,
- SslCA = 4,
- SslClient = 128,
- SslServer = 64,
- }
- }
- public partial class PrivateKeyUsagePeriodExtension : Mono.Security.X509.X509Extension
- {
- public PrivateKeyUsagePeriodExtension() { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.ASN1 asn1) { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectAltNameExtension : Mono.Security.X509.X509Extension
- {
- public SubjectAltNameExtension() { }
- public SubjectAltNameExtension(Mono.Security.ASN1 asn1) { }
- public SubjectAltNameExtension(Mono.Security.X509.X509Extension extension) { }
- public SubjectAltNameExtension(string[] rfc822, string[] dnsNames, string[] ipAddresses, string[] uris) { }
- public string[] DNSNames { get { throw null; } }
- public string[] IPAddresses { get { throw null; } }
- public override string Name { get { throw null; } }
- public string[] RFC822 { get { throw null; } }
- public string[] UniformResourceIdentifiers { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public SubjectKeyIdentifierExtension() { }
- public SubjectKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public SubjectKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Xml
-{
- [System.CLSCompliantAttribute(false)]
- public partial class MiniParser
- {
- protected int col;
- protected static string[] errors;
- protected int line;
- protected bool splitCData;
- protected int[] twoCharBuff;
- public MiniParser() { }
- protected void FatalErr(string descr) { }
- public void Parse(Mono.Xml.MiniParser.IReader reader, Mono.Xml.MiniParser.IHandler handler) { }
- public void Reset() { }
- protected static bool StrEquals(string str, System.Text.StringBuilder sb, int sbStart, int len) { throw null; }
- protected static int Xlat(int charCode, int state) { throw null; }
- public partial class AttrListImpl : Mono.Xml.MiniParser.IAttrList, Mono.Xml.MiniParser.IMutableAttrList
- {
- protected System.Collections.ArrayList names;
- protected System.Collections.ArrayList values;
- public AttrListImpl() { }
- public AttrListImpl(Mono.Xml.MiniParser.IAttrList attrs) { }
- public AttrListImpl(int initialCapacity) { }
- public bool IsEmpty { get { throw null; } }
- public int Length { get { throw null; } }
- public string[] Names { get { throw null; } }
- public string[] Values { get { throw null; } }
- public void Add(string name, string value) { }
- public void ChangeValue(string name, string newValue) { }
- public void Clear() { }
- public void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs) { }
- public string GetName(int i) { throw null; }
- public string GetValue(int i) { throw null; }
- public string GetValue(string name) { throw null; }
- public void Remove(int i) { }
- public void Remove(string name) { }
- }
- public partial class HandlerAdapter : Mono.Xml.MiniParser.IHandler
- {
- public HandlerAdapter() { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- }
- public partial interface IAttrList
- {
- bool IsEmpty { get; }
- int Length { get; }
- string[] Names { get; }
- string[] Values { get; }
- void ChangeValue(string name, string newValue);
- string GetName(int i);
- string GetValue(int i);
- string GetValue(string name);
- }
- public partial interface IHandler
- {
- void OnChars(string ch);
- void OnEndElement(string name);
- void OnEndParsing(Mono.Xml.MiniParser parser);
- void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs);
- void OnStartParsing(Mono.Xml.MiniParser parser);
- }
- public partial interface IMutableAttrList : Mono.Xml.MiniParser.IAttrList
- {
- void Add(string name, string value);
- void Clear();
- void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs);
- void Remove(int i);
- void Remove(string name);
- }
- public partial interface IReader
- {
- int Read();
- }
- public partial class XMLError : System.Exception
- {
- protected int column;
- protected string descr;
- protected int line;
- public XMLError() { }
- public XMLError(string descr) { }
- public XMLError(string descr, int line, int column) { }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- [System.CLSCompliantAttribute(false)]
- public partial class SecurityParser : Mono.Xml.MiniParser, Mono.Xml.MiniParser.IHandler, Mono.Xml.MiniParser.IReader
- {
- public SecurityParser() { }
- public void LoadXml(string xml) { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- public int Read() { throw null; }
- public System.Security.SecurityElement ToXml() { throw null; }
- }
-}
diff --git a/src/v4.6.2/Mono.Simd.cs b/src/v4.6.2/Mono.Simd.cs
deleted file mode 100644
index 522a378..0000000
--- a/src/v4.6.2/Mono.Simd.cs
+++ /dev/null
@@ -1,1405 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2008 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Simd.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Simd.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Simd
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(224), Inherited=false)]
- public sealed partial class AccelerationAttribute : System.Attribute
- {
- public AccelerationAttribute(Mono.Simd.AccelMode mode) { }
- public Mono.Simd.AccelMode Mode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- [System.FlagsAttribute]
- public enum AccelMode
- {
- None = 0,
- SSE1 = 1,
- SSE2 = 2,
- SSE3 = 4,
- SSE41 = 16,
- SSE42 = 32,
- SSE4A = 64,
- SSSE3 = 8,
- }
- public static partial class ArrayExtensions
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVector(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVector(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVector(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVector(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVector(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVector(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVector(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVector(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVector(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVector(this ulong[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVectorAligned(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVectorAligned(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVectorAligned(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVectorAligned(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVectorAligned(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVectorAligned(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVectorAligned(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVectorAligned(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVectorAligned(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVectorAligned(this ulong[] array, int offset) { throw null; }
- public static bool IsAligned<T>(this T[] vect, int index) where T : struct { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- }
- public enum ShuffleSel
- {
- ExpandInterleavedXY = 68,
- ExpandInterleavedZW = 238,
- ExpandW = 255,
- ExpandX = 0,
- ExpandXY = 80,
- ExpandY = 85,
- ExpandZ = 170,
- ExpandZW = 250,
- RotateLeft = 147,
- RotateRight = 57,
- Swap = 27,
- WFromW = 192,
- WFromX = 0,
- WFromY = 64,
- WFromZ = 128,
- XFromW = 3,
- XFromX = 0,
- XFromY = 1,
- XFromZ = 2,
- YFromW = 12,
- YFromX = 0,
- YFromY = 4,
- YFromZ = 8,
- ZFromW = 48,
- ZFromX = 0,
- ZFromY = 16,
- ZFromZ = 32,
- }
- public static partial class SimdRuntime
- {
- public static Mono.Simd.AccelMode AccelMode { get { throw null; } }
- public static bool IsMethodAccelerated(System.Type type, string method) { throw null; }
- public static bool IsMethodAccelerated(System.Type type, string method, params System.Type[] signature) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Reflection.MethodInfo method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method, params System.Type[] signature) { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16b
- {
- public Vector16b(byte b) { throw null;}
- public Vector16b(byte v0, byte v1, byte v2, byte v3, byte v4, byte v5, byte v6, byte v7, byte v8, byte v9, byte v10, byte v11, byte v12, byte v13, byte v14, byte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public byte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16b One { get { throw null; } }
- public byte V0 { get { throw null; } set { } }
- public byte V1 { get { throw null; } set { } }
- public byte V10 { get { throw null; } set { } }
- public byte V11 { get { throw null; } set { } }
- public byte V12 { get { throw null; } set { } }
- public byte V13 { get { throw null; } set { } }
- public byte V14 { get { throw null; } set { } }
- public byte V15 { get { throw null; } set { } }
- public byte V2 { get { throw null; } set { } }
- public byte V3 { get { throw null; } set { } }
- public byte V4 { get { throw null; } set { } }
- public byte V5 { get { throw null; } set { } }
- public byte V6 { get { throw null; } set { } }
- public byte V7 { get { throw null; } set { } }
- public byte V8 { get { throw null; } set { } }
- public byte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16b Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector16b LoadAligned(Mono.Simd.Vector16b* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16b LoadAligned(ref Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator +(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator &(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator |(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator ^(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator -(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector16b* res, Mono.Simd.Vector16b val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16b res, Mono.Simd.Vector16b val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16sb
- {
- public Vector16sb(sbyte sb) { throw null;}
- public Vector16sb(sbyte v0, sbyte v1, sbyte v2, sbyte v3, sbyte v4, sbyte v5, sbyte v6, sbyte v7, sbyte v8, sbyte v9, sbyte v10, sbyte v11, sbyte v12, sbyte v13, sbyte v14, sbyte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public sbyte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb MinusOne { get { throw null; } }
- public static Mono.Simd.Vector16sb One { get { throw null; } }
- public sbyte V0 { get { throw null; } set { } }
- public sbyte V1 { get { throw null; } set { } }
- public sbyte V10 { get { throw null; } set { } }
- public sbyte V11 { get { throw null; } set { } }
- public sbyte V12 { get { throw null; } set { } }
- public sbyte V13 { get { throw null; } set { } }
- public sbyte V14 { get { throw null; } set { } }
- public sbyte V15 { get { throw null; } set { } }
- public sbyte V2 { get { throw null; } set { } }
- public sbyte V3 { get { throw null; } set { } }
- public sbyte V4 { get { throw null; } set { } }
- public sbyte V5 { get { throw null; } set { } }
- public sbyte V6 { get { throw null; } set { } }
- public sbyte V7 { get { throw null; } set { } }
- public sbyte V8 { get { throw null; } set { } }
- public sbyte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector16sb LoadAligned(Mono.Simd.Vector16sb* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16sb LoadAligned(ref Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator +(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator &(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator |(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator ^(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator -(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector16sb* res, Mono.Simd.Vector16sb val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16sb res, Mono.Simd.Vector16sb val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2d
- {
- public Vector2d(double d) { throw null;}
- public Vector2d(double x, double y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public double this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2d E { get { throw null; } }
- public static Mono.Simd.Vector2d MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2d One { get { throw null; } }
- public static Mono.Simd.Vector2d Pi { get { throw null; } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2d Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2d LoadAligned(Mono.Simd.Vector2d* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2d LoadAligned(ref Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator +(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator &(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator |(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator /(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator ^(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator *(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator -(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2d* res, Mono.Simd.Vector2d val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2d res, Mono.Simd.Vector2d val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2l
- {
- public Vector2l(long l) { throw null;}
- public Vector2l(long x, long y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public long this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2l MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2l One { get { throw null; } }
- public long X { get { throw null; } set { } }
- public long Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2l Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2l LoadAligned(Mono.Simd.Vector2l* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2l LoadAligned(ref Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator +(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator &(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator |(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator ^(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator <<(Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator -(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2l* res, Mono.Simd.Vector2l val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2l res, Mono.Simd.Vector2l val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2ul
- {
- public Vector2ul(ulong ul) { throw null;}
- public Vector2ul(ulong x, ulong y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ulong this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul One { get { throw null; } }
- public ulong X { get { throw null; } set { } }
- public ulong Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector2ul LoadAligned(Mono.Simd.Vector2ul* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2ul LoadAligned(ref Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator +(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator &(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator |(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator ^(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator <<(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator >>(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator -(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector2ul* res, Mono.Simd.Vector2ul val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2ul res, Mono.Simd.Vector2ul val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4f
- {
- public Vector4f(float f) { throw null;}
- public Vector4f(float x, float y, float z, float w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public float this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4f E { get { throw null; } }
- public static Mono.Simd.Vector4f MinusOne { get { throw null; } }
- public static Mono.Simd.Vector4f One { get { throw null; } }
- public static Mono.Simd.Vector4f Pi { get { throw null; } }
- public float W { get { throw null; } set { } }
- public float X { get { throw null; } set { } }
- public float Y { get { throw null; } set { } }
- public float Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4f Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4f LoadAligned(Mono.Simd.Vector4f* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f LoadAligned(ref Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator +(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator &(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator |(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator /(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator ^(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v, float scalar) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(float scalar, Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator -(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4f* res, Mono.Simd.Vector4f val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4f res, Mono.Simd.Vector4f val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4i
- {
- public Vector4i(int i) { throw null;}
- public Vector4i(int x, int y, int z, int w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public int this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Identity { get { throw null; } }
- public static Mono.Simd.Vector4i MinusOne { get { throw null; } }
- public int W { get { throw null; } set { } }
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- public int Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4i LoadAligned(Mono.Simd.Vector4i* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4i LoadAligned(ref Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator +(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator &(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator |(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator ^(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator <<(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i operator *(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator >>(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator -(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4i* res, Mono.Simd.Vector4i val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4i res, Mono.Simd.Vector4i val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4ui
- {
- public Vector4ui(uint ui) { throw null;}
- public Vector4ui(uint x, uint y, uint z, uint w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public uint this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Identity { get { throw null; } }
- public uint W { get { throw null; } set { } }
- public uint X { get { throw null; } set { } }
- public uint Y { get { throw null; } set { } }
- public uint Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector4ui LoadAligned(Mono.Simd.Vector4ui* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4ui LoadAligned(ref Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator +(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator &(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator |(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator ^(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator <<(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4ui operator *(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator >>(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator -(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector4ui* res, Mono.Simd.Vector4ui val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4ui res, Mono.Simd.Vector4ui val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8s
- {
- public Vector8s(short s) { throw null;}
- public Vector8s(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public short this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Identity { get { throw null; } }
- public static Mono.Simd.Vector8s MinusOne { get { throw null; } }
- public short V0 { get { throw null; } set { } }
- public short V1 { get { throw null; } set { } }
- public short V2 { get { throw null; } set { } }
- public short V3 { get { throw null; } set { } }
- public short V4 { get { throw null; } set { } }
- public short V5 { get { throw null; } set { } }
- public short V6 { get { throw null; } set { } }
- public short V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector8s LoadAligned(Mono.Simd.Vector8s* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8s LoadAligned(ref Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator +(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator &(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator |(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator ^(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator <<(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator *(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator >>(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator -(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector8s* res, Mono.Simd.Vector8s val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8s res, Mono.Simd.Vector8s val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8us
- {
- public Vector8us(ushort us) { throw null;}
- public Vector8us(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ushort this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Identity { get { throw null; } }
- public ushort V0 { get { throw null; } set { } }
- public ushort V1 { get { throw null; } set { } }
- public ushort V2 { get { throw null; } set { } }
- public ushort V3 { get { throw null; } set { } }
- public ushort V4 { get { throw null; } set { } }
- public ushort V5 { get { throw null; } set { } }
- public ushort V6 { get { throw null; } set { } }
- public ushort V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector8us LoadAligned(Mono.Simd.Vector8us* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8us LoadAligned(ref Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator +(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator &(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator |(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator ^(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator <<(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator *(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator >>(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator -(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector8us* res, Mono.Simd.Vector8us val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8us res, Mono.Simd.Vector8us val) { }
- public override string ToString() { throw null; }
- }
- public static partial class VectorOperations
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d AddSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f AddSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b AddWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb AddWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s AddWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us AddWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d AndNot(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f AndNot(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui ArithmeticRightShift(this Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ArithmeticRightShift(this Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Average(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Average(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b CompareEqual(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareEqual(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector2l CompareEqual(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul CompareEqual(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareEqual(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui CompareEqual(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareEqual(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us CompareEqual(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareGreaterThan(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(32))]
- public static Mono.Simd.Vector2l CompareGreaterThan(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareGreaterThan(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareGreaterThan(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareOrdered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareOrdered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareUnordered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareUnordered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d Duplicate(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateHigh(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateLow(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static int ExtractByteMask(this Mono.Simd.Vector16b va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static int ExtractByteMask(this Mono.Simd.Vector16sb va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalAdd(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalAdd(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveHigh(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveHigh(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveLow(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveLow(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InvSqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l LogicalRightShift(this Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i LogicalRightShift(this Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s LogicalRightShift(this Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Max(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Max(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Max(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Max(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Max(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Max(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Max(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Max(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Min(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Min(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Min(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Min(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Min(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Min(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Min(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Min(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s MultiplyStoreHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us MultiplyStoreHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s PackWithSignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb PackWithSignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us PackWithUnsignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b PackWithUnsignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Reciprocal(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Shuffle(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l Shuffle(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul Shuffle(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleHigh(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleHigh(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleLow(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleLow(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s SignedPackWithSignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SignedPackWithSignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SignedPackWithUnsignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b SignedPackWithUnsignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Sqrt(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Sqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b SubtractWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SubtractWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s SubtractWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SubtractWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SumOfAbsoluteDifferences(this Mono.Simd.Vector16b va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackHigh(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackHigh(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackHigh(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackHigh(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackHigh(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackHigh(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackLow(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackLow(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackLow(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackLow(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackLow(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackLow(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackLow(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackLow(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- }
-}
diff --git a/src/v4.6.2/Mono.Tasklets.cs b/src/v4.6.2/Mono.Tasklets.cs
deleted file mode 100644
index 6da139d..0000000
--- a/src/v4.6.2/Mono.Tasklets.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Tasklets
-{
- public partial class Continuation : System.IDisposable
- {
- public Continuation() { }
- public void Dispose() { }
- ~Continuation() { }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public void Mark() { }
- public void Restore(int state) { }
- public int Store(int state) { throw null; }
- }
-}
diff --git a/src/v4.6.2/Mono.WebBrowser.cs b/src/v4.6.2/Mono.WebBrowser.cs
deleted file mode 100644
index 2f0ccff..0000000
--- a/src/v4.6.2/Mono.WebBrowser.cs
+++ /dev/null
@@ -1,467 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2007, 2008 Andreia Gaita")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Managed Wrapper for xulrunner engine, to support WebBrowser")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.WebBrowser")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.WebBrowser")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.WebBrowser
-{
- public partial class AlertEventArgs : System.EventArgs
- {
- public AlertEventArgs() { }
- public bool BoolReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Buttons { get { throw null; } set { } }
- public string CheckMessage { get { throw null; } set { } }
- public bool CheckState { get { throw null; } set { } }
- public Mono.WebBrowser.DialogButtonFlags DialogButtons { get { throw null; } set { } }
- public int IntReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Options { get { throw null; } set { } }
- public string Password { get { throw null; } set { } }
- public string StringReturn { get { throw null; } set { } }
- public string Text { get { throw null; } set { } }
- public string Text2 { get { throw null; } set { } }
- public string Title { get { throw null; } set { } }
- public Mono.WebBrowser.DialogType Type { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- }
- public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e);
- public partial class ContextMenuEventArgs : System.EventArgs
- {
- public ContextMenuEventArgs(int x, int y) { }
- public int X { get { throw null; } }
- public int Y { get { throw null; } }
- }
- public delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e);
- public partial class CreateNewWindowEventArgs : System.EventArgs
- {
- public CreateNewWindowEventArgs(bool isModal) { }
- public bool IsModal { get { throw null; } }
- }
- public delegate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e);
- [System.FlagsAttribute]
- public enum DialogButtonFlags
- {
- BUTTON_DELAY_ENABLE = 67108864,
- BUTTON_POS_0 = 1,
- BUTTON_POS_0_DEFAULT = 0,
- BUTTON_POS_1 = 256,
- BUTTON_POS_1_DEFAULT = 16777216,
- BUTTON_POS_2 = 65536,
- BUTTON_POS_2_DEFAULT = 33554432,
- BUTTON_TITLE_CANCEL = 2,
- BUTTON_TITLE_DONT_SAVE = 6,
- BUTTON_TITLE_IS_STRING = 127,
- BUTTON_TITLE_NO = 4,
- BUTTON_TITLE_OK = 1,
- BUTTON_TITLE_REVERT = 7,
- BUTTON_TITLE_SAVE = 5,
- BUTTON_TITLE_YES = 3,
- STD_OK_CANCEL_BUTTONS = 513,
- }
- public enum DialogType
- {
- Alert = 1,
- AlertCheck = 2,
- Confirm = 3,
- ConfirmCheck = 5,
- ConfirmEx = 4,
- Prompt = 6,
- PromptPassword = 8,
- PromptUsernamePassword = 7,
- Select = 9,
- }
- public partial class Exception : System.Exception
- {
- internal Exception() { }
- }
- public enum FocusOption
- {
- FocusFirstElement = 1,
- FocusLastElement = 2,
- None = 0,
- }
- public partial interface IWebBrowser
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- bool Initialized { get; }
- Mono.WebBrowser.DOM.INavigation Navigation { get; }
- bool Offline { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event Mono.WebBrowser.AlertEventHandler Alert;
- event Mono.WebBrowser.ContextMenuEventHandler ContextMenuShown;
- event Mono.WebBrowser.CreateNewWindowEventHandler CreateNewWindow;
- event System.EventHandler Focus;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.LoadCommitedEventHandler LoadCommited;
- event Mono.WebBrowser.LoadFinishedEventHandler LoadFinished;
- event Mono.WebBrowser.LoadStartedEventHandler LoadStarted;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.NavigationRequestedEventHandler NavigationRequested;
- event Mono.WebBrowser.ProgressChangedEventHandler ProgressChanged;
- event Mono.WebBrowser.SecurityChangedEventHandler SecurityChanged;
- event Mono.WebBrowser.StatusChangedEventHandler StatusChanged;
- void Activate();
- void Deactivate();
- void ExecuteScript(string script);
- void FocusIn(Mono.WebBrowser.FocusOption focus);
- void FocusOut();
- bool Load(System.IntPtr handle, int width, int height);
- void Render(byte[] data);
- void Render(string html);
- void Render(string html, string uri, string contentType);
- void Resize(int width, int height);
- void Shutdown();
- }
- public partial class LoadCommitedEventArgs : System.EventArgs
- {
- public LoadCommitedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e);
- public partial class LoadFinishedEventArgs : System.EventArgs
- {
- public LoadFinishedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e);
- public partial class LoadStartedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public LoadStartedEventArgs(string uri, string frameName) { }
- public string FrameName { get { throw null; } }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e);
- public sealed partial class Manager
- {
- public Manager() { }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance() { throw null; }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance(Mono.WebBrowser.Platform platform) { throw null; }
- }
- public partial class NavigationRequestedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public NavigationRequestedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void NavigationRequestedEventHandler(object sender, Mono.WebBrowser.NavigationRequestedEventArgs e);
- public enum Platform
- {
- Gtk = 2,
- Unknown = 0,
- Winforms = 1,
- }
- public partial class ProgressChangedEventArgs : System.EventArgs
- {
- public ProgressChangedEventArgs(int progress, int maxProgress) { }
- public int MaxProgress { get { throw null; } }
- public int Progress { get { throw null; } }
- }
- public delegate void ProgressChangedEventHandler(object sender, Mono.WebBrowser.ProgressChangedEventArgs e);
- public enum ReloadOption : uint
- {
- Full = (uint)2,
- None = (uint)0,
- Proxy = (uint)1,
- }
- public partial class SecurityChangedEventArgs : System.EventArgs
- {
- public SecurityChangedEventArgs(Mono.WebBrowser.SecurityLevel state) { }
- public Mono.WebBrowser.SecurityLevel State { get { throw null; } set { } }
- }
- public delegate void SecurityChangedEventHandler(object sender, Mono.WebBrowser.SecurityChangedEventArgs e);
- public enum SecurityLevel
- {
- Insecure = 1,
- Mixed = 2,
- Secure = 3,
- }
- public partial class StatusChangedEventArgs : System.EventArgs
- {
- public StatusChangedEventArgs(string message, int status) { }
- public string Message { get { throw null; } set { } }
- public int Status { get { throw null; } set { } }
- }
- public delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e);
-}
-namespace Mono.WebBrowser.DOM
-{
- public partial interface IAttribute : Mono.WebBrowser.DOM.INode
- {
- string Name { get; }
- new int GetHashCode();
- }
- public partial interface IAttributeCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- Mono.WebBrowser.DOM.IAttribute this[string name] { get; }
- bool Exists(string name);
- new int GetHashCode();
- }
- public partial interface IDocument : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElement Active { get; }
- string ActiveLinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Anchors { get; }
- Mono.WebBrowser.DOM.IElementCollection Applets { get; }
- string BackColor { get; set; }
- string Background { get; set; }
- Mono.WebBrowser.DOM.IElement Body { get; }
- string Charset { get; set; }
- string Cookie { get; set; }
- Mono.WebBrowser.DOM.IDocumentType DocType { get; }
- Mono.WebBrowser.DOM.IElement DocumentElement { get; }
- string Domain { get; }
- string ForeColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Forms { get; }
- Mono.WebBrowser.DOM.IElementCollection Images { get; }
- Mono.WebBrowser.DOM.IDOMImplementation Implementation { get; }
- string LinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Links { get; }
- Mono.WebBrowser.DOM.IStylesheetList Stylesheets { get; }
- string Title { get; set; }
- string Url { get; }
- string VisitedLinkColor { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event System.EventHandler LoadStopped;
- Mono.WebBrowser.DOM.IAttribute CreateAttribute(string name);
- Mono.WebBrowser.DOM.IElement CreateElement(string tagName);
- Mono.WebBrowser.DOM.IElement GetElement(int x, int y);
- Mono.WebBrowser.DOM.IElement GetElementById(string id);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- string InvokeScript(string script);
- void Write(string text);
- }
- public partial interface IDocumentType : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.INamedNodeMap Entities { get; }
- string InternalSubset { get; }
- string Name { get; }
- Mono.WebBrowser.DOM.INamedNodeMap Notations { get; }
- string PublicId { get; }
- string SystemId { get; }
- }
- public partial interface IDOMImplementation
- {
- Mono.WebBrowser.DOM.IDocument CreateDocument(string namespaceURI, string qualifiedName, Mono.WebBrowser.DOM.IDocumentType doctype);
- Mono.WebBrowser.DOM.IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId);
- bool HasFeature(string feature, string version);
- }
- public partial interface IElement : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElementCollection All { get; }
- Mono.WebBrowser.DOM.IElementCollection Children { get; }
- int ClientHeight { get; }
- int ClientWidth { get; }
- System.IO.Stream ContentStream { get; }
- bool Disabled { get; set; }
- string InnerHTML { get; set; }
- string InnerText { get; set; }
- int OffsetHeight { get; }
- int OffsetLeft { get; }
- Mono.WebBrowser.DOM.IElement OffsetParent { get; }
- int OffsetTop { get; }
- int OffsetWidth { get; }
- string OuterHTML { get; set; }
- string OuterText { get; set; }
- int ScrollHeight { get; }
- int ScrollLeft { get; set; }
- int ScrollTop { get; set; }
- int ScrollWidth { get; }
- string Style { get; set; }
- int TabIndex { get; set; }
- string TagName { get; }
- Mono.WebBrowser.DOM.IElement AppendChild(Mono.WebBrowser.DOM.IElement child);
- void Blur();
- void Focus();
- string GetAttribute(string name);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- bool HasAttribute(string name);
- void ScrollIntoView(bool alignWithTop);
- void SetAttribute(string name, string value);
- }
- public partial interface IElementCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IElement this[int index] { get; set; }
- new int GetHashCode();
- }
- public partial interface IHistory
- {
- int Count { get; }
- void Back(int count);
- void Forward(int count);
- void GoToIndex(int index);
- void GoToUrl(string url);
- }
- public partial interface IMediaList
- {
- }
- public partial interface INamedNodeMap : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- Mono.WebBrowser.DOM.INode this[string name] { get; set; }
- Mono.WebBrowser.DOM.INode this[string namespaceURI, string localName] { get; set; }
- Mono.WebBrowser.DOM.INode RemoveNamedItem(string name);
- Mono.WebBrowser.DOM.INode RemoveNamedItemNS(string namespaceURI, string localName);
- }
- public partial interface INavigation
- {
- bool CanGoBack { get; }
- bool CanGoForward { get; }
- int HistoryCount { get; }
- bool Back();
- bool Forward();
- void Go(int index);
- void Go(int index, bool relative);
- void Go(string url);
- void Go(string url, Mono.WebBrowser.DOM.LoadFlags flags);
- void Home();
- void Reload();
- void Reload(Mono.WebBrowser.ReloadOption option);
- void Stop();
- }
- public partial interface INode
- {
- System.IntPtr AccessibleObject { get; }
- Mono.WebBrowser.DOM.IAttributeCollection Attributes { get; }
- Mono.WebBrowser.DOM.INodeList ChildNodes { get; }
- Mono.WebBrowser.DOM.INode FirstChild { get; }
- Mono.WebBrowser.DOM.INode LastChild { get; }
- string LocalName { get; }
- Mono.WebBrowser.DOM.INode Next { get; }
- Mono.WebBrowser.DOM.IDocument Owner { get; }
- Mono.WebBrowser.DOM.INode Parent { get; }
- Mono.WebBrowser.DOM.INode Previous { get; }
- Mono.WebBrowser.DOM.NodeType Type { get; }
- string Value { get; set; }
- event Mono.WebBrowser.DOM.NodeEventHandler Click;
- event Mono.WebBrowser.DOM.NodeEventHandler DoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseOver;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.DOM.NodeEventHandler OnBlur;
- event Mono.WebBrowser.DOM.NodeEventHandler OnFocus;
- Mono.WebBrowser.DOM.INode AppendChild(Mono.WebBrowser.DOM.INode child);
- void AttachEventHandler(string eventName, System.Delegate handler);
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.Delegate handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void FireEvent(string eventName);
- int GetHashCode();
- Mono.WebBrowser.DOM.INode InsertBefore(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode refChild);
- Mono.WebBrowser.DOM.INode RemoveChild(Mono.WebBrowser.DOM.INode child);
- Mono.WebBrowser.DOM.INode ReplaceChild(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode oldChild);
- }
- public partial interface INodeList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- int GetHashCode();
- }
- public partial interface IStylesheet
- {
- bool Disabled { get; set; }
- string Href { get; }
- Mono.WebBrowser.DOM.IMediaList Media { get; }
- Mono.WebBrowser.DOM.INode OwnerNode { get; }
- Mono.WebBrowser.DOM.IStylesheet ParentStyleSheet { get; }
- string Title { get; }
- string Type { get; }
- }
- public partial interface IStylesheetList : System.Collections.IEnumerable
- {
- int Count { get; }
- Mono.WebBrowser.DOM.IStylesheet this[int index] { get; set; }
- }
- public partial interface IWindow
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- Mono.WebBrowser.DOM.IWindowCollection Frames { get; }
- Mono.WebBrowser.DOM.IHistory History { get; }
- string Name { get; set; }
- Mono.WebBrowser.DOM.IWindow Parent { get; }
- string StatusText { get; }
- Mono.WebBrowser.DOM.IWindow Top { get; }
- event System.EventHandler Error;
- event System.EventHandler Load;
- event System.EventHandler OnBlur;
- event System.EventHandler OnFocus;
- event System.EventHandler Scroll;
- event System.EventHandler Unload;
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void Focus();
- int GetHashCode();
- void Open(string url);
- void ScrollTo(int x, int y);
- }
- public partial interface IWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IWindow this[int index] { get; set; }
- }
- [System.FlagsAttribute]
- public enum LoadFlags : uint
- {
- AsLinkClick = (uint)32,
- AsMetaRefresh = (uint)16,
- BypassHistory = (uint)64,
- BypassLocalCache = (uint)256,
- BypassProxy = (uint)512,
- CharsetChange = (uint)1024,
- None = (uint)0,
- ReplaceHistory = (uint)128,
- }
- public partial class NodeEventArgs : System.EventArgs
- {
- public NodeEventArgs(Mono.WebBrowser.DOM.INode node) { }
- public Mono.WebBrowser.DOM.IDocument Document { get { throw null; } }
- public Mono.WebBrowser.DOM.IElement Element { get { throw null; } }
- public Mono.WebBrowser.DOM.INode Node { get { throw null; } }
- }
- public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e);
- public enum NodeType
- {
- Attribute = 2,
- CDataSection = 4,
- Comment = 8,
- Document = 9,
- DocumentFragment = 11,
- DocumentType = 10,
- Element = 1,
- Entity = 6,
- EntityReference = 5,
- Notation = 12,
- ProcessingInstruction = 7,
- Text = 3,
- }
- public partial class WindowEventArgs : System.EventArgs
- {
- public WindowEventArgs(Mono.WebBrowser.DOM.IWindow window) { }
- public Mono.WebBrowser.DOM.IWindow Window { get { throw null; } }
- }
- public delegate void WindowEventHandler(object sender, Mono.WebBrowser.DOM.WindowEventArgs e);
-}
diff --git a/src/v4.6.2/Novell.Directory.Ldap.cs b/src/v4.6.2/Novell.Directory.Ldap.cs
deleted file mode 100644
index bc40e81..0000000
--- a/src/v4.6.2/Novell.Directory.Ldap.cs
+++ /dev/null
@@ -1,2940 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute(" (C) 2003 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Novell.Directory.Ldap")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C# LDAP")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-public partial class Integer32
-{
- public Integer32(int ival) { }
- public int intValue { get { throw null; } set { } }
-}
-public partial interface IThreadRunnable
-{
- void Run();
-}
-public partial class SupportClass
-{
- public SupportClass() { }
- public static object CreateNewInstance(System.Type classType) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, object target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, object target) { throw null; }
- public static string FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date) { throw null; }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart) { }
- public static System.IO.FileStream GetFileStream(string FileName, bool Append) { throw null; }
- public static object HashtableRemove(System.Collections.Hashtable hashtable, object key) { throw null; }
- public static double Identity(double literal) { throw null; }
- public static long Identity(long literal) { throw null; }
- public static float Identity(float literal) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong Identity(ulong literal) { throw null; }
- public static object PutElement(System.Collections.IDictionary collection, object key, object newValue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count) { throw null; }
- public static System.Collections.IEnumerator ReverseStack(System.Collections.ICollection collection) { throw null; }
- public static void SetSize(System.Collections.ArrayList arrayList, int newSize) { }
- public static object StackPush(System.Collections.Stack stack, object element) { throw null; }
- public static byte[] ToByteArray(object[] tempObjectArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static byte[] ToByteArray(sbyte[] sbyteArray) { throw null; }
- public static byte[] ToByteArray(string sourceString) { throw null; }
- public static char[] ToCharArray(byte[] byteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static char[] ToCharArray(sbyte[] sByteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] ToSByteArray(byte[] byteArray) { throw null; }
- public static bool VectorRemoveElement(System.Collections.IList arrayList, object element) { throw null; }
- public static void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) { }
- public partial class AbstractSetSupport : SupportClass.SetSupport
- {
- public AbstractSetSupport() { }
- }
- public partial class ArrayListSupport
- {
- public ArrayListSupport() { }
- public static object[] ToArray(System.Collections.ArrayList collection, object[] objects) { throw null; }
- }
- public partial class ArraysSupport
- {
- public ArraysSupport() { }
- public static void FillArray(System.Array array, int fromindex, int toindex, object val) { }
- public static void FillArray(System.Array array, object val) { }
- public static bool IsArrayEqual(System.Array array1, System.Array array2) { throw null; }
- }
- public partial class CollectionSupport : System.Collections.CollectionBase
- {
- public CollectionSupport() { }
- public virtual bool Add(object element) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool Contains(object element) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual bool Remove(object element) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- public static SupportClass.CollectionSupport ToCollectionSupport(object[] array) { throw null; }
- }
- public partial class DateTimeFormatManager
- {
- public static SupportClass.DateTimeFormatManager.DateTimeFormatHashTable manager;
- public DateTimeFormatManager() { }
- public partial class DateTimeFormatHashTable : System.Collections.Hashtable
- {
- public DateTimeFormatHashTable() { }
- public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- }
- }
- public partial class ListCollectionSupport : System.Collections.ArrayList
- {
- public ListCollectionSupport() { }
- public ListCollectionSupport(System.Collections.ICollection collection) { }
- public ListCollectionSupport(int capacity) { }
- public virtual new bool Add(object valueToInsert) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.IList collection) { throw null; }
- public virtual bool AddAll(int index, SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(int index, System.Collections.IList list) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Get(int index) { throw null; }
- public virtual object GetLast() { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual object ListCollectionClone() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator(int index) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual object RemoveElement(int index) { throw null; }
- public virtual bool RemoveElement(object element) { throw null; }
- public virtual object RemoveFirst() { throw null; }
- public virtual object RemoveLast() { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Set(int index, object element) { throw null; }
- public virtual SupportClass.ListCollectionSupport SubList(int startIndex, int endIndex) { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial class MessageDigestSupport
- {
- public MessageDigestSupport(string algorithm) { }
- public System.Security.Cryptography.HashAlgorithm Algorithm { get { throw null; } set { } }
- public string AlgorithmName { get { throw null; } }
- public byte[] Data { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData(byte[] newData) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest) { throw null; }
- public static SupportClass.MessageDigestSupport GetInstance(string algorithm) { throw null; }
- public void Reset() { }
- public override string ToString() { throw null; }
- public void Update(byte newData) { }
- public void Update(byte[] newData) { }
- public void Update(byte[] newData, int offset, int count) { }
- }
- public partial class SecureRandomSupport
- {
- public SecureRandomSupport() { }
- public SecureRandomSupport(byte[] seed) { }
- public static byte[] GetSeed(int numberOfBytes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] NextBytes(byte[] randomnumbersarray) { throw null; }
- public void SetSeed(byte[] newSeed) { }
- public void SetSeed(long newSeed) { }
- }
- public partial class SetSupport : System.Collections.ArrayList
- {
- public SetSupport() { }
- public SetSupport(System.Collections.ICollection collection) { }
- public SetSupport(int capacity) { }
- public virtual new bool Add(object objectToAdd) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual new bool Remove(object elementToRemove) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual new object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial interface SingleThreadModel
- {
- }
- public partial class ThreadClass : IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static SupportClass.ThreadClass Current() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public void Resume() { }
- public virtual void Run() { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public partial class Tokenizer
- {
- public Tokenizer(string source) { }
- public Tokenizer(string source, string delimiters) { }
- public Tokenizer(string source, string delimiters, bool retDel) { }
- public int Count { get { throw null; } }
- public bool HasMoreTokens() { throw null; }
- public string NextToken() { throw null; }
- public string NextToken(string delimiters) { throw null; }
- }
-}
-namespace Novell.Directory.Ldap
-{
- public enum AuthenticationTypes
- {
- Anonymous = 16,
- Delegation = 256,
- Encryption = 2,
- FastBind = 32,
- None = 0,
- ReadonlyServer = 4,
- Sealing = 128,
- Secure = 1,
- SecureSocketsLayer = 2,
- ServerBind = 512,
- Signing = 64,
- }
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public partial class InterThreadException : Novell.Directory.Ldap.LdapException
- {
- internal InterThreadException() { }
- }
- public partial class LdapAbandonRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial class LdapAddRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttribute : System.ICloneable, System.IComparable
- {
- public LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr) { }
- public LdapAttribute(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public LdapAttribute(string attrName, sbyte[] attrBytes) { }
- public LdapAttribute(string attrName, string attrString) { }
- public LdapAttribute(string attrName, string[] attrStrings) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] ByteValue { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[][] ByteValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator ByteValues { get { throw null; } }
- public virtual string LangSubtype { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual string StringValue { get { throw null; } }
- public virtual string[] StringValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator StringValues { get { throw null; } }
- protected internal virtual string Value { set { } }
- public virtual void addBase64Value(char[] attrChars) { }
- public virtual void addBase64Value(string attrString) { }
- public virtual void addBase64Value(System.Text.StringBuilder attrString, int start, int end) { }
- public virtual void addURLValue(string url) { }
- public virtual void addURLValue(System.Uri url) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addValue(sbyte[] attrBytes) { }
- public virtual void addValue(string attrString) { }
- public object Clone() { throw null; }
- public virtual int CompareTo(object attribute) { throw null; }
- public virtual string getBaseName() { throw null; }
- public static string getBaseName(string attrName) { throw null; }
- public virtual string[] getSubtypes() { throw null; }
- public static string[] getSubtypes(string attrName) { throw null; }
- public virtual bool hasSubtype(string subtype) { throw null; }
- public virtual bool hasSubtypes(string[] subtypes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual void removeValue(sbyte[] attrBytes) { }
- public virtual void removeValue(string attrString) { }
- public virtual int size() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int DIRECTORY_OPERATION = 1;
- public const int DISTRIBUTED_OPERATION = 2;
- public const int DSA_OPERATION = 3;
- public const int USER_APPLICATIONS = 0;
- public LdapAttributeSchema(string raw) : base (default(string)) { }
- public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage) : base (default(string)) { }
- public virtual bool Collective { get { throw null; } }
- public virtual string EqualityMatchingRule { get { throw null; } }
- public virtual string OrderingMatchingRule { get { throw null; } }
- public virtual bool SingleValued { get { throw null; } }
- public virtual string SubstringMatchingRule { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserModifiable { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapAttributeSet : SupportClass.AbstractSetSupport, System.ICloneable
- {
- public LdapAttributeSet() { }
- public override int Count { get { throw null; } }
- public override bool Add(object attr) { throw null; }
- public override bool AddAll(System.Collections.ICollection c) { throw null; }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override bool Contains(object attr) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName, string lang) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getSubset(string subtype) { throw null; }
- public override bool IsEmpty() { throw null; }
- public override bool Remove(object object_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapAuthHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapAuthProvider getAuthProvider(string host, int port);
- }
- public partial class LdapAuthProvider
- {
- [System.CLSCompliantAttribute(false)]
- public LdapAuthProvider(string dn, sbyte[] password) { }
- public virtual string DN { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Password { get { throw null; } }
- }
- public partial interface LdapBindHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapConnection Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn);
- }
- public partial class LdapBindRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string AuthenticationDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapCompareAttrNames : System.Collections.IComparer
- {
- public LdapCompareAttrNames(string attrName) { }
- public LdapCompareAttrNames(string attrName, bool ascendingFlag) { }
- public LdapCompareAttrNames(string[] attrNames) { }
- public LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags) { }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual int Compare(object object1, object object2) { throw null; }
- public override bool Equals(object comparator) { throw null; }
- }
- public partial class LdapCompareRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- public virtual string DN { get { throw null; } }
- }
- public partial class LdapConnection : System.ICloneable
- {
- public const string ALL_USER_ATTRS = "*";
- public const int DEFAULT_PORT = 389;
- public const int DEFAULT_SSL_PORT = 636;
- public const string Ldap_PROPERTY_PROTOCOL = "version.protocol";
- public const string Ldap_PROPERTY_SDK = "version.sdk";
- public const string Ldap_PROPERTY_SECURITY = "version.security";
- public const int Ldap_V3 = 3;
- public const string NO_ATTRS = "1.1";
- public const int SCOPE_BASE = 0;
- public const int SCOPE_ONE = 1;
- public const int SCOPE_SUB = 2;
- public const string SERVER_SHUTDOWN_OID = "1.3.6.1.4.1.1466.20036";
- public LdapConnection() { }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual bool Bound { get { throw null; } }
- public virtual bool Connected { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapConstraints Constraints { get { throw null; } set { } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual object SaslBindCallbackHandler { get { throw null; } }
- public virtual System.Collections.IDictionary SaslBindProperties { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapSearchConstraints SearchConstraints { get { throw null; } }
- public bool SecureSocketLayer { get { throw null; } set { } }
- public virtual bool TLS { get { throw null; } }
- public event Novell.Directory.Ldap.CertificateValidationCallback UserDefinedServerCertValidationDelegate { add { } remove { } }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(int id) { }
- public virtual void Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech) { throw null; }
- public virtual void Bind(int version, string dn, string passwd) { }
- public virtual void Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Bind(string dn, string passwd) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public object Clone() { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr) { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Connect(string host, int port) { }
- public virtual void Delete(string dn) { }
- public virtual void Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Disconnect() { }
- public virtual void Disconnect(Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op) { throw null; }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSchema FetchSchema(string schemaDN) { throw null; }
- ~LdapConnection() { }
- public virtual object getProperty(string name) { throw null; }
- public virtual string GetSchemaDN() { throw null; }
- public virtual string GetSchemaDN(string dn) { throw null; }
- protected internal virtual Novell.Directory.Ldap.LdapMessage MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual void RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void startTLS() { }
- public virtual void stopTLS() { }
- }
- public partial class LdapConstraints : System.ICloneable
- {
- public LdapConstraints() { }
- public LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int HopLimit { get { throw null; } set { } }
- public virtual bool ReferralFollowing { get { throw null; } set { } }
- public virtual int TimeLimit { get { throw null; } set { } }
- public object Clone() { throw null; }
- public virtual Novell.Directory.Ldap.LdapControl[] getControls() { throw null; }
- public virtual object getProperty(string name) { throw null; }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl control) { }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl[] controls) { }
- public virtual void setProperty(string name, object value_Renamed) { }
- public virtual void setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler) { }
- }
- public partial class LdapControl : System.ICloneable
- {
- protected internal LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- [System.CLSCompliantAttribute(false)]
- public LdapControl(string oid, bool critical, sbyte[] values) { }
- public virtual bool Critical { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public object Clone() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type controlClass) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] controlValue) { }
- }
- public partial class LdapDeleteRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapDITContentRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITContentRuleSchema(string raw) : base (default(string)) { }
- public LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded) : base (default(string)) { }
- public virtual string[] AuxiliaryClasses { get { throw null; } }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] PrecludedAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDITStructureRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITStructureRuleSchema(string raw) : base (default(string)) { }
- public LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs) : base (default(string)) { }
- public virtual string NameForm { get { throw null; } }
- public virtual int RuleID { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDN
- {
- public LdapDN() { }
- [System.CLSCompliantAttribute(false)]
- public static bool equals(string dn1, string dn2) { throw null; }
- public static string escapeRDN(string rdn) { throw null; }
- public static string[] explodeDN(string dn, bool noTypes) { throw null; }
- public static string[] explodeRDN(string rdn, bool noTypes) { throw null; }
- public static bool isValid(string dn) { throw null; }
- public static string normalize(string dn) { throw null; }
- public static string unescapeRDN(string rdn) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct LdapDSConstants
- {
- public static readonly int LDAP_DS_40X_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_ALIAS_ENTRY;
- public static readonly long LDAP_DS_ATTR_COMPARE;
- public static readonly long LDAP_DS_ATTR_INHERIT_CTL;
- public static readonly long LDAP_DS_ATTR_READ;
- public static readonly long LDAP_DS_ATTR_SELF;
- public static readonly long LDAP_DS_ATTR_SUPERVISOR;
- public static readonly long LDAP_DS_ATTR_WRITE;
- public static readonly int LDAP_DS_AUDITED;
- public static readonly int LDAP_DS_BACKLINKED;
- public static readonly int LDAP_DS_CONTAINER_ALIAS;
- public static readonly int LDAP_DS_CONTAINER_ENTRY;
- public static readonly long LDAP_DS_DYNAMIC_ACL;
- public static readonly long LDAP_DS_ENTRY_ADD;
- public static readonly long LDAP_DS_ENTRY_BROWSE;
- public static readonly int LDAP_DS_ENTRY_DAMAGED;
- public static readonly long LDAP_DS_ENTRY_DELETE;
- public static readonly long LDAP_DS_ENTRY_INHERIT_CTL;
- public static readonly int LDAP_DS_ENTRY_NOT_PRESENT;
- public static readonly long LDAP_DS_ENTRY_RENAME;
- public static readonly long LDAP_DS_ENTRY_SUPERVISOR;
- public static readonly int LDAP_DS_ENTRY_VERIFY_CTS;
- public static readonly int LDAP_DS_MATCHES_LIST_FILTER;
- public static readonly int LDAP_DS_NEW_ENTRY;
- public static readonly int LDAP_DS_PARTITION_ROOT;
- public static readonly int LDAP_DS_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_TEMPORARY_REFERENCE;
- }
- public partial class LdapEntry : System.IComparable
- {
- protected internal Novell.Directory.Ldap.LdapAttributeSet attrs;
- protected internal string dn;
- public LdapEntry() { }
- public LdapEntry(string dn) { }
- public LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs) { }
- [System.CLSCompliantAttribute(false)]
- public virtual string DN { get { throw null; } }
- public virtual int CompareTo(object entry) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet(string subtype) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapException : System.Exception
- {
- public const int ADMIN_LIMIT_EXCEEDED = 11;
- public const int AFFECTS_MULTIPLE_DSAS = 71;
- public const int ALIAS_DEREFERENCING_PROBLEM = 36;
- public const int ALIAS_PROBLEM = 33;
- public const int AMBIGUOUS_RESPONSE = 101;
- public const int ATTRIBUTE_OR_VALUE_EXISTS = 20;
- public const int AUTH_METHOD_NOT_SUPPORTED = 7;
- public const int AUTH_UNKNOWN = 86;
- public const int BUSY = 51;
- public const int CLIENT_LOOP = 96;
- public const int COMPARE_FALSE = 5;
- public const int COMPARE_TRUE = 6;
- public const int CONFIDENTIALITY_REQUIRED = 13;
- public const int CONNECT_ERROR = 91;
- public const int CONSTRAINT_VIOLATION = 19;
- public const int CONTROL_NOT_FOUND = 93;
- public const int DECODING_ERROR = 84;
- public const int ENCODING_ERROR = 83;
- public const int ENTRY_ALREADY_EXISTS = 68;
- public const int FILTER_ERROR = 87;
- public const int INAPPROPRIATE_AUTHENTICATION = 48;
- public const int INAPPROPRIATE_MATCHING = 18;
- public const int INSUFFICIENT_ACCESS_RIGHTS = 50;
- public const int INVALID_ATTRIBUTE_SYNTAX = 21;
- public const int INVALID_CREDENTIALS = 49;
- public const int INVALID_DN_SYNTAX = 34;
- public const int INVALID_RESPONSE = 100;
- public const int IS_LEAF = 35;
- public const int Ldap_NOT_SUPPORTED = 92;
- public const int Ldap_PARTIAL_RESULTS = 9;
- public const int Ldap_TIMEOUT = 85;
- public const int LOCAL_ERROR = 82;
- public const int LOOP_DETECT = 54;
- public const int MORE_RESULTS_TO_RETURN = 95;
- public const int NAMING_VIOLATION = 64;
- public const int NOT_ALLOWED_ON_NONLEAF = 66;
- public const int NOT_ALLOWED_ON_RDN = 67;
- public const int NO_MEMORY = 90;
- public const int NO_RESULTS_RETURNED = 94;
- public const int NO_SUCH_ATTRIBUTE = 16;
- public const int NO_SUCH_OBJECT = 32;
- public const int OBJECT_CLASS_MODS_PROHIBITED = 69;
- public const int OBJECT_CLASS_VIOLATION = 65;
- public const int OPERATIONS_ERROR = 1;
- public const int OTHER = 80;
- public const int PROTOCOL_ERROR = 2;
- public const int REFERRAL = 10;
- public const int REFERRAL_LIMIT_EXCEEDED = 97;
- public const int SASL_BIND_IN_PROGRESS = 14;
- public const int SERVER_DOWN = 81;
- public const int SIZE_LIMIT_EXCEEDED = 4;
- public const int SSL_HANDSHAKE_FAILED = 113;
- public const int SSL_PROVIDER_NOT_FOUND = 114;
- public const int STRONG_AUTH_REQUIRED = 8;
- public const int SUCCESS = 0;
- public const int TIME_LIMIT_EXCEEDED = 3;
- public const int TLS_NOT_SUPPORTED = 112;
- public const int UNAVAILABLE = 52;
- public const int UNAVAILABLE_CRITICAL_EXTENSION = 12;
- public const int UNDEFINED_ATTRIBUTE_TYPE = 17;
- public const int UNWILLING_TO_PERFORM = 53;
- public const int USER_CANCELLED = 88;
- public LdapException() { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN) { }
- public virtual System.Exception Cause { get { throw null; } }
- public virtual string LdapErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override string Message { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public virtual string resultCodeToString() { throw null; }
- public virtual string resultCodeToString(System.Globalization.CultureInfo locale) { throw null; }
- public static string resultCodeToString(int code) { throw null; }
- public static string resultCodeToString(int code, System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapExtendedOperation : System.ICloneable
- {
- [System.CLSCompliantAttribute(false)]
- public LdapExtendedOperation(string oid, sbyte[] vals) { }
- public object Clone() { throw null; }
- public virtual string getID() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- protected internal virtual void setID(string newoid) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] newVals) { }
- }
- public partial class LdapExtendedRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapExtendedRequest(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapExtendedOperation ExtendedOperation { get { throw null; } }
- }
- public partial class LdapExtendedResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public virtual string ID { get { throw null; } }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet RegisteredResponses { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Value { get { throw null; } }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapIntermediateResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public string getID() { throw null; }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet getRegisteredResponses() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapLocalException : Novell.Directory.Ldap.LdapException
- {
- public LdapLocalException() { }
- public LdapLocalException(string messageOrKey, int resultCode) { }
- public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exception rootException) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapMatchingRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleSchema(string rawMatchingRule, string rawMatchingRuleUse) : base (default(string)) { }
- public LdapMatchingRuleSchema(string[] names, string oid, string description, string[] attributes, bool obsolete, string syntaxString) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMatchingRuleUseSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleUseSchema(string raw) : base (default(string)) { }
- public LdapMatchingRuleUseSchema(string[] names, string oid, string description, bool obsolete, string[] attributes) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMessage
- {
- public const int ABANDON_REQUEST = 16;
- public const int ADD_REQUEST = 8;
- public const int ADD_RESPONSE = 9;
- public const int BIND_REQUEST = 0;
- public const int BIND_RESPONSE = 1;
- public const int COMPARE_REQUEST = 14;
- public const int COMPARE_RESPONSE = 15;
- public const int DEL_REQUEST = 10;
- public const int DEL_RESPONSE = 11;
- public const int EXTENDED_REQUEST = 23;
- public const int EXTENDED_RESPONSE = 24;
- public const int INTERMEDIATE_RESPONSE = 25;
- protected internal Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message;
- public const int MODIFY_RDN_REQUEST = 12;
- public const int MODIFY_RDN_RESPONSE = 13;
- public const int MODIFY_REQUEST = 6;
- public const int MODIFY_RESPONSE = 7;
- public const int SEARCH_REQUEST = 3;
- public const int SEARCH_RESPONSE = 4;
- public const int SEARCH_RESULT = 5;
- public const int SEARCH_RESULT_REFERENCE = 19;
- public const int UNBIND_REQUEST = 2;
- protected internal LdapMessage(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) { }
- public virtual Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual bool Request { get { throw null; } }
- public virtual string Tag { get { throw null; } set { } }
- public virtual int Type { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapMessageQueue
- {
- internal LdapMessageQueue() { }
- public virtual int[] MessageIDs { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse() { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse(int msgid) { throw null; }
- public virtual bool isComplete(int msgid) { throw null; }
- public virtual bool isResponseReceived() { throw null; }
- public virtual bool isResponseReceived(int msgid) { throw null; }
- }
- public partial class LdapModification
- {
- public const int ADD = 0;
- public const int DELETE = 1;
- public const int REPLACE = 2;
- public LdapModification(int op, Novell.Directory.Ldap.LdapAttribute attr) { }
- public virtual Novell.Directory.Ldap.LdapAttribute Attribute { get { throw null; } }
- public virtual int Op { get { throw null; } }
- }
- public partial class LdapModifyDNRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyDNRequest(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual bool DeleteOldRDN { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual string NewRDN { get { throw null; } }
- public virtual string ParentDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapModifyRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyRequest(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapModification[] Modifications { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapNameFormSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapNameFormSchema(string raw) : base (default(string)) { }
- public LdapNameFormSchema(string[] names, string oid, string description, bool obsolete, string objectClass, string[] required, string[] optional) : base (default(string)) { }
- public virtual string ObjectClass { get { throw null; } }
- public virtual string[] OptionalNamingAttributes { get { throw null; } }
- public virtual string[] RequiredNamingAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapObjectClassSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int ABSTRACT = 0;
- public const int AUXILIARY = 2;
- public const int STRUCTURAL = 1;
- public LdapObjectClassSchema(string raw) : base (default(string)) { }
- public LdapObjectClassSchema(string[] names, string oid, string[] superiors, string description, string[] required, string[] optional, int type, bool obsolete) : base (default(string)) { }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual int Type { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapReferralException : Novell.Directory.Ldap.LdapException
- {
- public LdapReferralException() { }
- public LdapReferralException(string message) { }
- public LdapReferralException(string message, System.Exception rootException) { }
- public LdapReferralException(string message, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, int resultCode, string serverMessage, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments) { }
- public LdapReferralException(string message, object[] arguments, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage, System.Exception rootException) { }
- public virtual string FailedReferral { get { throw null; } set { } }
- public virtual string[] getReferrals() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapReferralHandler
- {
- }
- public partial class LdapResponse : Novell.Directory.Ldap.LdapMessage
- {
- public LdapResponse(Novell.Directory.Ldap.InterThreadException ex, Novell.Directory.Ldap.Utilclass.ReferralInfo activeReferral) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type, int resultCode, string matchedDN, string serverMessage, string[] referrals, Novell.Directory.Ldap.LdapControl[] controls) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public override Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual string ErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override int MessageID { get { throw null; } }
- public virtual string[] Referrals { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public override int Type { get { throw null; } }
- }
- public partial class LdapResponseQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapResponseQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSchema : Novell.Directory.Ldap.LdapEntry
- {
- public LdapSchema(Novell.Directory.Ldap.LdapEntry ent) { }
- public virtual System.Collections.IEnumerator AttributeNames { get { throw null; } }
- public virtual System.Collections.IEnumerator AttributeSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormNames { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassNames { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator SyntaxSchemas { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITContentRuleSchema getDITContentRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(int ID) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleSchema getMatchingRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleUseSchema getMatchingRuleUseSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapNameFormSchema getNameFormSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapObjectClassSchema getObjectClassSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSyntaxSchema getSyntaxSchema(string oid) { throw null; }
- }
- public abstract partial class LdapSchemaElement : Novell.Directory.Ldap.LdapAttribute
- {
- [System.CLSCompliantAttribute(false)]
- protected internal string description;
- protected internal System.Collections.Hashtable hashQualifier;
- [System.CLSCompliantAttribute(false)]
- protected internal string[] names;
- [System.CLSCompliantAttribute(false)]
- protected internal bool obsolete;
- protected internal string oid;
- protected internal string[] qualifier;
- protected internal LdapSchemaElement(string attrName) : base (default(Novell.Directory.Ldap.LdapAttribute)) { }
- public virtual string Description { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual System.Collections.IEnumerator QualifierNames { get { throw null; } }
- public virtual void addValue(byte[] value_Renamed) { }
- public override void addValue(string value_Renamed) { }
- protected internal abstract string formatString();
- public virtual string[] getQualifier(string name) { throw null; }
- public virtual void removeValue(byte[] value_Renamed) { }
- public override void removeValue(string value_Renamed) { }
- public virtual void setQualifier(string name, string[] values) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchConstraints : Novell.Directory.Ldap.LdapConstraints
- {
- public const int DEREF_ALWAYS = 3;
- public const int DEREF_FINDING = 2;
- public const int DEREF_NEVER = 0;
- public const int DEREF_SEARCHING = 1;
- public LdapSearchConstraints() { }
- public LdapSearchConstraints(Novell.Directory.Ldap.LdapConstraints cons) { }
- public LdapSearchConstraints(int msLimit, int serverTimeLimit, int dereference, int maxResults, bool doReferrals, int batchSize, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int BatchSize { get { throw null; } set { } }
- public virtual int Dereference { get { throw null; } set { } }
- public virtual int MaxResults { get { throw null; } set { } }
- public virtual int ServerTimeLimit { get { throw null; } set { } }
- }
- public partial class LdapSearchQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapSearchQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSearchRequest : Novell.Directory.Ldap.LdapMessage
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public LdapSearchRequest(string base_Renamed, int scope, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapSearchRequest(string base_Renamed, int scope, string filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual int Dereference { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual int MaxResults { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual System.Collections.IEnumerator SearchFilter { get { throw null; } }
- public virtual int ServerTimeLimit { get { throw null; } }
- public virtual string StringFilter { get { throw null; } }
- public virtual bool TypesOnly { get { throw null; } }
- }
- public partial class LdapSearchResult : Novell.Directory.Ldap.LdapMessage
- {
- public LdapSearchResult(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchResultReference : Novell.Directory.Ldap.LdapMessage
- {
- internal LdapSearchResultReference() : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Referrals { get { throw null; } }
- }
- public partial class LdapSearchResults
- {
- internal LdapSearchResults() { }
- public virtual int Count { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual bool hasMore() { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry next() { throw null; }
- }
- public partial class LdapSyntaxSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapSyntaxSchema(string raw) : base (default(string)) { }
- public LdapSyntaxSchema(string oid, string description) : base (default(string)) { }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapUnbindRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapUnbindRequest(Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial interface LdapUnsolicitedNotificationListener
- {
- void messageReceived(Novell.Directory.Ldap.LdapExtendedResponse msg);
- }
- public partial class LdapUrl : System.ICloneable
- {
- public LdapUrl(string url) { }
- public LdapUrl(string host, int port, string dn) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions, bool secure) { }
- public virtual string[] AttributeArray { get { throw null; } }
- public virtual System.Collections.IEnumerator Attributes { get { throw null; } }
- public virtual string[] Extensions { get { throw null; } }
- public virtual string Filter { get { throw null; } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual bool Secure { get { throw null; } }
- public object Clone() { throw null; }
- public static string decode(string URLEncoded) { throw null; }
- public static string encode(string toEncode) { throw null; }
- public virtual string getDN() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Asn1
-{
- public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 1;
- [System.CLSCompliantAttribute(false)]
- public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public bool booleanValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Choice : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Choice() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Choice(Novell.Directory.Ldap.Asn1.Asn1Object content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual Novell.Directory.Ldap.Asn1.Asn1Object ChoiceValue { set { } }
- public Novell.Directory.Ldap.Asn1.Asn1Object choiceValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public override void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public partial interface Asn1Decoder : System.Runtime.Serialization.ISerializable
- {
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] length);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed);
- object decodeBoolean(System.IO.Stream in_Renamed, int len);
- object decodeCharacterString(System.IO.Stream in_Renamed, int len);
- object decodeNumeric(System.IO.Stream in_Renamed, int len);
- object decodeOctetString(System.IO.Stream in_Renamed, int len);
- }
- public partial interface Asn1Encoder : System.Runtime.Serialization.ISerializable
- {
- void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed);
- }
- public partial class Asn1Enumerated : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 10;
- [System.CLSCompliantAttribute(false)]
- public Asn1Enumerated(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Enumerated(int content) { }
- public Asn1Enumerated(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Identifier : System.ICloneable
- {
- public const int APPLICATION = 1;
- public const int CONTEXT = 2;
- public const int PRIVATE = 3;
- public const int UNIVERSAL = 0;
- public Asn1Identifier() { }
- public Asn1Identifier(int tagClass, bool constructed, int tag) { }
- public Asn1Identifier(System.IO.Stream in_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Application { get { throw null; } }
- public virtual int Asn1Class { get { throw null; } }
- public virtual bool Constructed { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Context { get { throw null; } }
- public virtual int EncodedLength { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Private { get { throw null; } }
- public virtual int Tag { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Universal { get { throw null; } }
- public object Clone() { throw null; }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Integer : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 2;
- [System.CLSCompliantAttribute(false)]
- public Asn1Integer(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Integer(int content) { }
- public Asn1Integer(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Length
- {
- public Asn1Length() { }
- public Asn1Length(int length) { }
- public Asn1Length(System.IO.Stream in_Renamed) { }
- public virtual int EncodedLength { get { throw null; } }
- public virtual int Length { get { throw null; } }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Null : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 5;
- public Asn1Null() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Numeric : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- internal Asn1Numeric() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public int intValue() { throw null; }
- public long longValue() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Asn1Object : System.Runtime.Serialization.ISerializable
- {
- public Asn1Object(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public abstract void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed);
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getEncoding(Novell.Directory.Ldap.Asn1.Asn1Encoder enc) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public virtual void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1OctetString : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 4;
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(sbyte[] content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1OctetString(string content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Sequence : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public const int TAG = 16;
- public Asn1Sequence() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SequenceOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 16;
- public Asn1SequenceOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Sequence sequence) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1Set : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1Set() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Set(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Set(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SetOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1SetOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(Novell.Directory.Ldap.Asn1.Asn1Set set_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Structured : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public void add(Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- protected internal void decodeStructured(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object get_Renamed(int index) { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- public int size() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Object[] toArray() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(string type) { throw null; }
- }
- public partial class Asn1Tagged : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- [System.CLSCompliantAttribute(false)]
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len, Novell.Directory.Ldap.Asn1.Asn1Identifier identifier) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed, bool explicit_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public virtual bool Explicit { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object TaggedValue { set { } }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object taggedValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LBERDecoder : Novell.Directory.Ldap.Asn1.Asn1Decoder, System.Runtime.Serialization.ISerializable
- {
- public LBERDecoder() { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] len) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed) { throw null; }
- public object decodeBoolean(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeCharacterString(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeNumeric(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeOctetString(System.IO.Stream in_Renamed, int len) { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class LBEREncoder : Novell.Directory.Ldap.Asn1.Asn1Encoder, System.Runtime.Serialization.ISerializable
- {
- public LBEREncoder() { }
- public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed) { }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
-namespace Novell.Directory.Ldap.Controls
-{
- public partial class LdapEntryChangeControl : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapEntryChangeControl(string oid, bool critical, sbyte[] value_Renamed) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ChangeNumber { get { throw null; } }
- public virtual int ChangeType { get { throw null; } }
- public virtual bool HasChangeNumber { get { throw null; } }
- public virtual string PreviousDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapPersistSearchControl : Novell.Directory.Ldap.LdapControl
- {
- public const int ADD = 1;
- public static readonly int ANY;
- public const int DELETE = 2;
- public const int MODDN = 8;
- public const int MODIFY = 4;
- public LdapPersistSearchControl() : base (default(string), default(bool), default(sbyte[])) { }
- public LdapPersistSearchControl(int changeTypes, bool changesOnly, bool returnControls, bool isCritical) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual bool ChangesOnly { get { throw null; } set { } }
- public virtual int ChangeTypes { get { throw null; } set { } }
- public virtual bool ReturnControls { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSortControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey key, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey[] keys, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- }
- public partial class LdapSortKey
- {
- public LdapSortKey(string keyDescription) { }
- public LdapSortKey(string key, bool reverse) { }
- public LdapSortKey(string key, bool reverse, string matchRule) { }
- public virtual string Key { get { throw null; } }
- public virtual string MatchRule { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- }
- public partial class LdapSortResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapSortResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual string FailedAttribute { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
- public partial class LdapVirtualListControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int AfterCount { get { throw null; } }
- public virtual int BeforeCount { get { throw null; } }
- public virtual string Context { get { throw null; } set { } }
- public virtual int ListSize { get { throw null; } set { } }
- public virtual void setRange(int listIndex, int beforeCount, int afterCount) { }
- public virtual void setRange(string jumpTo, int beforeCount, int afterCount) { }
- }
- public partial class LdapVirtualListResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapVirtualListResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ContentCount { get { throw null; } }
- public virtual string Context { get { throw null; } }
- public virtual int FirstPosition { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events
-{
- public partial class BaseEventArgs : System.EventArgs
- {
- protected Novell.Directory.Ldap.LdapMessage ldap_message;
- public BaseEventArgs(Novell.Directory.Ldap.LdapMessage message) { }
- public Novell.Directory.Ldap.LdapMessage ContianedEventInformation { get { throw null; } }
- }
- public partial class DirectoryEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.Events.EventClassifiers eClassification;
- public DirectoryEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.Events.EventClassifiers EventClassification { get { throw null; } set { } }
- }
- public partial class DirectoryExceptionEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.LdapException ldap_exception_object;
- public DirectoryExceptionEventArgs(Novell.Directory.Ldap.LdapMessage message, Novell.Directory.Ldap.LdapException ldapException) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.LdapException LdapExceptionObject { get { throw null; } }
- }
- public enum EventClassifiers
- {
- CLASSIFICATION_EDIR_EVENT = 1,
- CLASSIFICATION_LDAP_PSEARCH = 0,
- CLASSIFICATION_UNKNOWN = -1,
- }
- public partial class LdapEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- protected Novell.Directory.Ldap.Events.LdapEventType eType;
- public LdapEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.LdapEventType EventType { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapEventSource
- {
- protected const int DEFAULT_SLEEP_TIME = 1000;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler directory_event;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler directory_exception_event;
- protected internal const int EVENT_TYPE_UNKNOWN = -1;
- protected Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator m_objEventsGenerator;
- protected int sleep_interval;
- protected LdapEventSource() { }
- public int SleepInterval { get { throw null; } set { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler DirectoryEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler DirectoryExceptionEvent { add { } remove { } }
- protected Novell.Directory.Ldap.Events.LdapEventSource.LISTENERS_COUNT GetCurrentListenersState() { throw null; }
- protected abstract int GetListeners();
- protected void ListenerAdded() { }
- protected void ListenerRemoved() { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs) { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) { }
- protected abstract bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType);
- protected void NotifyExceptionListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.LdapException ldapException) { }
- protected void NotifyListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { }
- protected void StartEventPolling(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- protected abstract void StartSearchAndPolling();
- protected void StopEventPolling() { }
- protected abstract void StopSearchAndPolling();
- public delegate void DirectoryEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs);
- public delegate void DirectoryExceptionEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryExceptionEventArgs objDirectoryExceptionEventArgs);
- protected partial class EventsGenerator
- {
- public EventsGenerator(Novell.Directory.Ldap.Events.LdapEventSource objEventSource, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- public int SleepTime { get { throw null; } set { } }
- protected void processmessage(Novell.Directory.Ldap.LdapMessage response) { }
- protected void Run() { }
- public void StartEventPolling() { }
- public void StopEventPolling() { }
- }
- protected enum LISTENERS_COUNT
- {
- MORE_THAN_ONE = 2,
- ONE = 1,
- ZERO = 0,
- }
- }
- public enum LdapEventType
- {
- LDAP_PSEARCH_ADD = 1,
- LDAP_PSEARCH_ANY = 15,
- LDAP_PSEARCH_DELETE = 2,
- LDAP_PSEARCH_MODDN = 8,
- LDAP_PSEARCH_MODIFY = 4,
- TYPE_UNKNOWN = -1,
- }
- public partial class PSearchEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected string[] mAttrs;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.Events.LdapEventType mEventChangeType;
- protected string mFilter;
- protected Novell.Directory.Ldap.LdapSearchQueue mQueue;
- protected int mScope;
- protected string mSearchBase;
- protected Novell.Directory.Ldap.LdapSearchConstraints mSearchConstraints;
- protected bool mTypesOnly;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler search_referral_event;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler search_result_event;
- public PSearchEventSource(Novell.Directory.Ldap.LdapConnection conn, string searchBase, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints constraints, Novell.Directory.Ldap.Events.LdapEventType eventchangetype, bool changeonly) { }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler SearchReferralEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler SearchResultEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void SearchReferralEventHandler(object source, Novell.Directory.Ldap.Events.SearchReferralEventArgs objArgs);
- public delegate void SearchResultEventHandler(object source, Novell.Directory.Ldap.Events.SearchResultEventArgs objArgs);
- }
- public partial class SearchReferralEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchReferralEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public string[] getUrls() { throw null; }
- }
- public partial class SearchResultEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchResultEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir
-{
- public enum DebugParameterType
- {
- ADDRESS = 5,
- BINARY = 3,
- ENTRYID = 1,
- INTEGER = 4,
- STRING = 2,
- TIMESTAMP = 6,
- TIMEVECTOR = 7,
- }
- public partial class DSETimeStamp
- {
- protected int nEvent;
- protected int nSeconds;
- protected int replica_number;
- public DSETimeStamp(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public int Event { get { throw null; } }
- public int ReplicaNumber { get { throw null; } }
- public int Seconds { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EdirEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- public EdirEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventIntermediateResponse IntermediateResponse { get { throw null; } }
- }
- public enum EdirEventDataType
- {
- EDIR_TAG_BINDERY_EVENT_DATA = 5,
- EDIR_TAG_CHANGE_CONFIG_PARAM = 11,
- EDIR_TAG_CHANGE_SERVER_ADDRESS = 10,
- EDIR_TAG_CONNECTION_STATE = 9,
- EDIR_TAG_DEBUG_EVENT_DATA = 14,
- EDIR_TAG_DSESEV_INFO = 6,
- EDIR_TAG_ENTRY_EVENT_DATA = 1,
- EDIR_TAG_GENERAL_EVENT_DATA = 3,
- EDIR_TAG_MODULE_STATE_DATA = 7,
- EDIR_TAG_NETWORK_ADDRESS = 8,
- EDIR_TAG_NO_DATA = 12,
- EDIR_TAG_SKULK_DATA = 4,
- EDIR_TAG_STATUS_LOG = 13,
- EDIR_TAG_VALUE_EVENT_DATA = 2,
- }
- public partial class EdirEventIntermediateResponse : Novell.Directory.Ldap.LdapIntermediateResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData event_response_data;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventResultType event_result_type;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventType event_type;
- public EdirEventIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public EdirEventIntermediateResponse(byte[] message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData EventResponseDataObject { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- protected void ProcessMessage(sbyte[] returnedValue) { }
- }
- public enum EdirEventResultType
- {
- EVT_STATUS_ALL = 0,
- EVT_STATUS_FAILURE = 2,
- EVT_STATUS_SUCCESS = 1,
- }
- public partial class EdirEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler edir_event;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.LdapResponseQueue mQueue;
- protected Novell.Directory.Ldap.Events.Edir.MonitorEventRequest mRequestOperation;
- public EdirEventSource(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier, Novell.Directory.Ldap.LdapConnection conn) { }
- public event Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler EdirEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void EdirEventHandler(object source, Novell.Directory.Ldap.Events.Edir.EdirEventArgs objEdirEventArgs);
- }
- public partial class EdirEventSpecifier
- {
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType) { }
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType, string filter) { }
- public string EventFilter { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- }
- public enum EdirEventType
- {
- EVT_ABORT_JOIN = 145,
- EVT_ABORT_PARTITION_OP = 109,
- EVT_ADD_ENTRY = 168,
- EVT_ADD_MEMBER = 153,
- EVT_ADD_PROPERTY = 151,
- EVT_ADD_REPLICA = 103,
- EVT_ADD_VALUE = 5,
- EVT_AGENT_CLOSE_LOCAL = 54,
- EVT_AGENT_OPEN_LOCAL = 53,
- EVT_ALLOW_LOGIN = 188,
- EVT_BACKLINK_PROC_DONE = 95,
- EVT_BACKUP_ENTRY = 114,
- EVT_BEGIN_NAMEBASE_TRANSACTION = 213,
- EVT_BKLINK_OPERATOR = 63,
- EVT_BKLINK_SEV = 62,
- EVT_CHANGE_CONN_STATE = 173,
- EVT_CHANGE_MODULE_STATE = 21,
- EVT_CHANGE_OBJ_SECURITY = 156,
- EVT_CHANGE_PROP_SECURITY = 155,
- EVT_CHANGE_REPLICA_TYPE = 107,
- EVT_CHANGE_SECURITY_EQUALS = 164,
- EVT_CHANGE_SERVER_ADDRS = 219,
- EVT_CHANGE_TREE_NAME = 143,
- EVT_CHECK_CONSOLE_OPERATOR = 142,
- EVT_CHECK_SEV = 12,
- EVT_CHGPASS = 101,
- EVT_CLOSE_BINDERY = 172,
- EVT_CLOSE_STREAM = 7,
- EVT_COMPARE_ATTR_VALUE = 123,
- EVT_CONNECT_TO_ADDRESS = 158,
- EVT_CONSOLE_OPERATION = 203,
- EVT_CRC_FAILURE = 167,
- EVT_CREATE_BACKLINK = 141,
- EVT_CREATE_BINDERY_OBJECT = 10,
- EVT_CREATE_ENTRY = 1,
- EVT_CREATE_NAMEBASE = 163,
- EVT_CREATE_SUBREF = 132,
- EVT_DB_ALLOC = 202,
- EVT_DB_AUDIT = 175,
- EVT_DB_AUDIT_NCP = 176,
- EVT_DB_AUDIT_SKULK = 177,
- EVT_DB_AUTHEN = 26,
- EVT_DB_BACKLINK = 27,
- EVT_DB_BACKLINK_DETAIL = 236,
- EVT_DB_BUFFERS = 28,
- EVT_DB_CHANGE_CACHE = 184,
- EVT_DB_CLIENT_BUFFERS = 189,
- EVT_DB_COLL = 29,
- EVT_DB_CONN_TRACE = 210,
- EVT_DB_DIRXML = 214,
- EVT_DB_DIRXML_DRIVERS = 217,
- EVT_DB_DNS = 220,
- EVT_DB_DRL = 198,
- EVT_DB_DRL_DETAIL = 237,
- EVT_DB_DSAGENT = 30,
- EVT_DB_EMU = 31,
- EVT_DB_FRAGGER = 32,
- EVT_DB_HTTPSTK = 231,
- EVT_DB_INIT = 33,
- EVT_DB_INSPECTOR = 34,
- EVT_DB_IN_SYNC_DETAIL = 227,
- EVT_DB_JANITOR = 35,
- EVT_DB_LDAPSTK = 232,
- EVT_DB_LIMBER = 36,
- EVT_DB_LOCKING = 37,
- EVT_DB_LOST_ENTRY = 183,
- EVT_DB_MIN = 39,
- EVT_DB_MISC = 40,
- EVT_DB_MOVE = 38,
- EVT_DB_NCPENG = 166,
- EVT_DB_NDSMON = 218,
- EVT_DB_NICIEXT = 233,
- EVT_DB_NMAS = 235,
- EVT_DB_NPKI_API = 242,
- EVT_DB_OBIT = 207,
- EVT_DB_OBJECT_PRODUCER = 238,
- EVT_DB_PART = 41,
- EVT_DB_PKI = 230,
- EVT_DB_PURGE = 186,
- EVT_DB_RECMAN = 42,
- EVT_DB_REPAIR = 221,
- EVT_DB_REPAIR_DEBUG = 222,
- EVT_DB_RESNAME = 44,
- EVT_DB_SAP = 45,
- EVT_DB_SCHEMA = 46,
- EVT_DB_SCHEMA_DETAIL = 225,
- EVT_DB_SEARCH = 239,
- EVT_DB_SEARCH_DETAIL = 240,
- EVT_DB_SECRET_STORE = 234,
- EVT_DB_SERVER_PACKET = 204,
- EVT_DB_SKULKER = 47,
- EVT_DB_SSL = 229,
- EVT_DB_STREAMS = 48,
- EVT_DB_SYNC_DETAIL = 209,
- EVT_DB_SYNC_IN = 49,
- EVT_DB_THREADS = 50,
- EVT_DB_TIMEVECTOR = 51,
- EVT_DB_VCLIENT = 52,
- EVT_DB_WANMAN = 190,
- EVT_DEFINE_ATTR_DEF = 116,
- EVT_DEFINE_CLASS_DEF = 119,
- EVT_DELETE_ATTRIBUTE = 8,
- EVT_DELETE_BINDERY_OBJECT = 11,
- EVT_DELETE_ENTRY = 2,
- EVT_DELETE_MEMBER = 154,
- EVT_DELETE_PROPERTY = 152,
- EVT_DELETE_SUBTREE = 64,
- EVT_DELETE_UNUSED_EXTREF = 15,
- EVT_DELETE_VALUE = 6,
- EVT_DSA_BAD_VERB = 56,
- EVT_DSA_READ = 99,
- EVT_DSA_REQUEST_END = 58,
- EVT_DSA_REQUEST_START = 57,
- EVT_DS_ERR_VIA_BINDERY = 55,
- EVT_END_NAMEBASE_TRANSACTION = 187,
- EVT_END_UPDATE_REPLICA = 138,
- EVT_END_UPDATE_SCHEMA = 148,
- EVT_ENTRYID_SWAP = 181,
- EVT_INSIDE_NCP_REQUEST = 182,
- EVT_INSPECT_ENTRY = 127,
- EVT_INVALID = 0,
- EVT_ITERATOR = 224,
- EVT_JOIN_DONE = 86,
- EVT_JOIN_PARTITIONS = 106,
- EVT_LIMBER_DONE = 76,
- EVT_LIST_CONT_CLASSES = 126,
- EVT_LIST_PARTITIONS = 133,
- EVT_LIST_SUBORDINATES = 125,
- EVT_LOCAL_REPLICA_CHANGE = 197,
- EVT_LOGIN = 100,
- EVT_LOGOUT = 102,
- EVT_LOST_ENTRY = 70,
- EVT_LOW_LEVEL_JOIN = 162,
- EVT_LOW_LEVEL_JOIN_BEGIN = 226,
- EVT_LOW_LEVEL_SPLIT = 185,
- EVT_LUMBER_DONE = 94,
- EVT_MAX_EVENTS = 243,
- EVT_MERGE_ENTRIES = 130,
- EVT_MERGE_TREE = 131,
- EVT_MODIFY_CLASS_DEF = 120,
- EVT_MODIFY_ENTRY = 169,
- EVT_MODIFY_RDN = 178,
- EVT_MOVE_DEST_ENTRY = 14,
- EVT_MOVE_ENTRY_DEST = 200,
- EVT_MOVE_ENTRY_SOURCE = 199,
- EVT_MOVE_SOURCE_ENTRY = 4,
- EVT_MOVE_SUBTREE = 59,
- EVT_MOVE_TREE = 149,
- EVT_MOVE_TREE_END = 83,
- EVT_MOVE_TREE_START = 82,
- EVT_MUTATE_ENTRY = 129,
- EVT_NAME_COLLISION = 90,
- EVT_NCP_RETRY_EXPENDED = 18,
- EVT_NEW_SCHEMA_EPOCH = 174,
- EVT_NLM_LOADED = 91,
- EVT_NOTIFY_REF_CHANGE = 201,
- EVT_NO_REPLICA_PTR = 60,
- EVT_OPEN_BINDERY = 171,
- EVT_PARTITION_LOCKED = 87,
- EVT_PARTITION_OPERATION_EVENT = 20,
- EVT_PARTITION_STATE_CHG = 160,
- EVT_PARTITION_UNLOCKED = 88,
- EVT_PRE_DELETE_ENTRY = 228,
- EVT_PURGE_END = 73,
- EVT_PURGE_ENTRY_FAIL = 71,
- EVT_PURGE_START = 72,
- EVT_READ_ATTR = 134,
- EVT_READ_REFERENCES = 135,
- EVT_RECV_REPLICA_UPDATES = 110,
- EVT_REFERRAL = 67,
- EVT_RELOAD_DS = 150,
- EVT_REMOTE_SERVER_DOWN = 17,
- EVT_REMOVE_ATTR_DEF = 117,
- EVT_REMOVE_BACKLINK = 161,
- EVT_REMOVE_CLASS_DEF = 118,
- EVT_REMOVE_ENTRY = 108,
- EVT_REMOVE_ENTRY_DIR = 122,
- EVT_REMOVE_REPLICA = 104,
- EVT_RENAME_ENTRY = 3,
- EVT_REPAIR_TIME_STAMPS = 111,
- EVT_REPLICA_IN_TRANSITION = 208,
- EVT_REQ_UPDATE_SERVER_STATUS = 216,
- EVT_RESEND_ENTRY = 128,
- EVT_RESET_DS_COUNTERS = 121,
- EVT_RESTORE_ENTRY = 115,
- EVT_SCHEMA_SYNC = 89,
- EVT_SEARCH = 159,
- EVT_SEND_REPLICA_UPDATES = 112,
- EVT_SERVER_ADDRESS_CHANGE = 98,
- EVT_SERVER_RENAME = 96,
- EVT_SET_BINDERY_CONTEXT = 9,
- EVT_SPLIT_DONE = 77,
- EVT_SPLIT_PARTITION = 105,
- EVT_START_JOIN = 144,
- EVT_START_UPDATE_REPLICA = 137,
- EVT_START_UPDATE_SCHEMA = 147,
- EVT_STATUS_LOG = 241,
- EVT_STREAM = 124,
- EVT_SYNC_IN_END = 61,
- EVT_SYNC_PARTITION = 139,
- EVT_SYNC_PART_END = 81,
- EVT_SYNC_PART_START = 80,
- EVT_SYNC_SCHEMA = 140,
- EVT_SYNC_SVR_OUT_END = 79,
- EVT_SYNC_SVR_OUT_START = 78,
- EVT_SYNTHETIC_TIME = 97,
- EVT_UPDATE_ATTR_DEF = 69,
- EVT_UPDATE_CLASS_DEF = 68,
- EVT_UPDATE_REPLICA = 136,
- EVT_UPDATE_SCHEMA = 146,
- EVT_UPDATE_SEV = 13,
- EVT_VERIFY_PASS = 113,
- EVT_VR_DRIVER_STATE_CHANGE = 215,
- }
- public partial class EventOids
- {
- public const string NLDAP_EVENT_NOTIFICATION = "2.16.840.1.113719.1.27.100.81";
- public const string NLDAP_FILTERED_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.84";
- public const string NLDAP_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.79";
- public const string NLDAP_MONITOR_EVENTS_RESPONSE = "2.16.840.1.113719.1.27.100.80";
- public EventOids() { }
- }
- public enum GeneralEventField
- {
- EVT_TAG_GEN_CURRPROC = 4,
- EVT_TAG_GEN_DSTIME = 1,
- EVT_TAG_GEN_INTEGERS = 6,
- EVT_TAG_GEN_MILLISEC = 2,
- EVT_TAG_GEN_PERP = 5,
- EVT_TAG_GEN_STRINGS = 7,
- EVT_TAG_GEN_VERB = 3,
- }
- public partial class MonitorEventRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MonitorEventRequest(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifiers) : base (default(string), default(sbyte[])) { }
- }
- public partial class MonitorEventResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier_list;
- public MonitorEventResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] SpecifierList { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir.EventData
-{
- public partial class BaseEdirEventData
- {
- protected System.IO.MemoryStream decodedData;
- protected Novell.Directory.Ldap.Asn1.LBERDecoder decoder;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventDataType event_data_type;
- public BaseEdirEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventDataType EventDataType { get { throw null; } }
- protected void DataInitDone() { }
- }
- public partial class BinderyObjectEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nEmuObjFlags;
- protected int nSecurity;
- protected int nType;
- protected string strEntryDN;
- protected string strName;
- public BinderyObjectEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int EmuObjFlags { get { throw null; } }
- public string EntryDN { get { throw null; } }
- public string Name { get { throw null; } }
- public int Security { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChangeAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int address_family;
- protected int nFlags;
- protected int nProto;
- protected string pstk_name;
- protected string source_module;
- protected string strAddress;
- public ChangeAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Address { get { throw null; } }
- public int AddressFamily { get { throw null; } }
- public int Flags { get { throw null; } }
- public int Proto { get { throw null; } }
- public string PstkName { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int new_flags;
- protected int old_flags;
- protected string source_module;
- protected string strConnectionDN;
- public ConnectionStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public int NewFlags { get { throw null; } }
- public int OldFlags { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int ds_time;
- protected int milli_seconds;
- protected int nVerb;
- protected System.Collections.ArrayList parameter_collection;
- protected int parameter_count;
- protected string strFormatString;
- protected string strPerpetratorDN;
- public DebugEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int DSTime { get { throw null; } }
- public string FormatString { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public int ParameterCount { get { throw null; } }
- public System.Collections.ArrayList Parameters { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugParameter
- {
- protected Novell.Directory.Ldap.Events.Edir.DebugParameterType debug_type;
- protected object objData;
- public DebugParameter(Novell.Directory.Ldap.Asn1.Asn1Tagged dseObject) { }
- public object Data { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DebugParameterType DebugType { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EntryEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected int nVerb;
- protected string strClassId;
- protected string strEntry;
- protected string strNewDN;
- protected string strPerpetratorDN;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public EntryEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ClassId { get { throw null; } }
- public string Entry { get { throw null; } }
- public int Flags { get { throw null; } }
- public string NewDN { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class GeneralDSEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int current_process;
- protected int ds_time;
- protected int[] integer_values;
- protected int milli_seconds;
- protected int nVerb;
- protected string[] string_values;
- protected string strPerpetratorDN;
- public GeneralDSEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int CurrentProcess { get { throw null; } }
- public int DSTime { get { throw null; } }
- public int[] IntegerValues { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string[] StringValues { get { throw null; } }
- public int Verb { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected string getTaggedStringValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ModuleStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected string strConnectionDN;
- protected string strDescription;
- protected string strName;
- protected string strSource;
- public ModuleStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public string Description { get { throw null; } }
- public int Flags { get { throw null; } }
- public string Name { get { throw null; } }
- public string Source { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class NetworkAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nType;
- protected string strData;
- public NetworkAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Data { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ReferralAddress
- {
- protected int address_type;
- protected string strAddress;
- public ReferralAddress(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public string Address { get { throw null; } }
- public int AddressType { get { throw null; } }
- }
- public partial class SecurityEquivalenceEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int referral_count;
- protected System.Collections.ArrayList referral_list;
- protected int retry_count;
- protected string strEntryDN;
- protected string strValueDN;
- public SecurityEquivalenceEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string EntryDN { get { throw null; } }
- public int ReferralCount { get { throw null; } }
- public System.Collections.ArrayList ReferralList { get { throw null; } }
- public int RetryCount { get { throw null; } }
- public string ValueDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ValueEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected byte[] binData;
- protected int nVerb;
- protected string strAttribute;
- protected string strClassId;
- protected string strData;
- protected string strEntry;
- protected string strPerpetratorDN;
- protected string strSyntax;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public ValueEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Attribute { get { throw null; } }
- public byte[] BinaryData { get { throw null; } }
- public string ClassId { get { throw null; } }
- public string Data { get { throw null; } }
- public string Entry { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string Syntax { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Extensions
-{
- public partial class AbortPartitionOperationRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AbortPartitionOperationRequest(string partitionDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class AddReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AddReplicaRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class BackupRestoreConstants
- {
- public const string NLDAP_LDAP_BACKUP_REQUEST = "2.16.840.1.113719.1.27.100.96";
- public const string NLDAP_LDAP_BACKUP_RESPONSE = "2.16.840.1.113719.1.27.100.97";
- public const string NLDAP_LDAP_RESTORE_REQUEST = "2.16.840.1.113719.1.27.100.98";
- public const string NLDAP_LDAP_RESTORE_RESPONSE = "2.16.840.1.113719.1.27.100.99";
- public BackupRestoreConstants() { }
- }
- public partial class ChangeReplicaTypeRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ChangeReplicaTypeRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetBindDNRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetBindDNResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string Identity { get { throw null; } }
- }
- public partial class GetEffectivePrivilegesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetEffectivePrivilegesRequest(string dn, string trusteeDN, string attrName) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetEffectivePrivilegesResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetEffectivePrivilegesResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Privileges { get { throw null; } }
- }
- public partial class GetReplicaInfoRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicaInfoRequest(string serverDN, string partitionDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicaInfoResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicaInfoResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int getflags() { throw null; }
- public virtual int getlocalPartitionID() { throw null; }
- public virtual int getmodificationTime() { throw null; }
- public virtual string getpartitionDN() { throw null; }
- public virtual int getpartitionID() { throw null; }
- public virtual int getpurgeTime() { throw null; }
- public virtual int getreplicaState() { throw null; }
- public virtual int getreplicaType() { throw null; }
- }
- public partial class GetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicationFilterRequest(string serverDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicationFilterResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicationFilterResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[][] ReplicationFilter { get { throw null; } }
- }
- public partial class LdapBackupRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapBackupRequest(string objectDN, byte[] passwd, string stateInfo) : base (default(string), default(sbyte[])) { }
- }
- public partial class LdapBackupResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public LdapBackupResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public int getBufferLength() { throw null; }
- public string getChunkSizesString() { throw null; }
- public byte[] getReturnedBuffer() { throw null; }
- public string getStatusInfo() { throw null; }
- }
- public partial class LdapRestoreRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapRestoreRequest(string objectDN, byte[] passwd, int bufferLength, string chunkSizesString, byte[] returnedBuffer) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ListReplicasRequest(string serverName) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public ListReplicasResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] ReplicaList { get { throw null; } }
- }
- public partial class MergePartitionsRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MergePartitionsRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class NamingContextConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public NamingContextConstants() { }
- }
- public partial class PartitionEntryCountRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionEntryCountRequest(string dn) : base (default(string), default(sbyte[])) { }
- }
- public partial class PartitionEntryCountResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public PartitionEntryCountResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Count { get { throw null; } }
- }
- public partial class PartitionSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionSyncRequest(string serverName, string partitionRoot, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReceiveAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ReceiveAllUpdatesRequest(string partitionRoot, string toServerDN, string fromServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class RefreshLdapServerRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RefreshLdapServerRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveReplicaRequest(string dn, string serverDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReplicationConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public ReplicationConstants() { }
- }
- public partial class SchemaSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SchemaSyncRequest(string serverName, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class SendAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SendAllUpdatesRequest(string partitionRoot, string origServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class SetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SetReplicationFilterRequest(string serverDN, string[][] replicationFilter) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitPartitionRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class TriggerBackgroundProcessRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public const int Ldap_BK_PROCESS_BKLINKER = 1;
- public const int Ldap_BK_PROCESS_JANITOR = 2;
- public const int Ldap_BK_PROCESS_LIMBER = 3;
- public const int Ldap_BK_PROCESS_PART_PURGE = 6;
- public const int Ldap_BK_PROCESS_SCHEMA_SYNC = 5;
- public const int Ldap_BK_PROCESS_SKULKER = 4;
- public TriggerBackgroundProcessRequest(int processID) : base (default(string), default(sbyte[])) { }
- }
-}
-namespace Novell.Directory.Ldap.Rfc2251
-{
- public partial class RfcAddRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcAddRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeList attributes) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeList Attributes { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcAddResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcAssertionValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAssertionValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeDescription : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeDescription(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(string)) { }
- public RfcAttributeDescription(string s) : base (default(string)) { }
- }
- public partial class RfcAttributeDescriptionList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeDescriptionList(int size) { }
- public RfcAttributeDescriptionList(string[] attrs) { }
- }
- public partial class RfcAttributeList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeList(int size) { }
- }
- public partial class RfcAttributeTypeAndValues : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeTypeAndValues(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SetOf vals) { }
- }
- public partial class RfcAttributeValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- public RfcAttributeValue(string value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeValueAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeValueAssertion(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription ad, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue av) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- }
- public partial class RfcAuthenticationChoice : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public RfcAuthenticationChoice(Novell.Directory.Ldap.Asn1.Asn1Tagged choice) { }
- [System.CLSCompliantAttribute(false)]
- public RfcAuthenticationChoice(string mechanism, sbyte[] credentials) { }
- }
- public partial class RfcBindRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcBindRequest(Novell.Directory.Ldap.Asn1.Asn1Integer version, Novell.Directory.Ldap.Rfc2251.RfcLdapDN name, Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice auth) { }
- [System.CLSCompliantAttribute(false)]
- public RfcBindRequest(int version, string dn, string mechanism, sbyte[] credentials) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice AuthenticationChoice { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapDN Name { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Integer Version { get { throw null; } set { } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcBindResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- [System.CLSCompliantAttribute(false)]
- public RfcBindResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ServerSaslCreds { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcCompareRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcCompareRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion ava) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion AttributeValueAssertion { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcCompareResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcControl : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Sequence seqObj) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, Novell.Directory.Ldap.Asn1.Asn1OctetString controlValue) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlType { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlValue { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
- }
- public partial class RfcControls : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public const int CONTROLS = 0;
- public RfcControls() { }
- [System.CLSCompliantAttribute(false)]
- public RfcControls(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public void add(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- }
- public partial class RfcDelRequest : Novell.Directory.Ldap.Rfc2251.RfcLdapDN, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelRequest(sbyte[] dn) : base (default(string)) { }
- public RfcDelRequest(string dn) : base (default(string)) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcDelResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcExtendedRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public const int REQUEST_NAME = 0;
- public const int REQUEST_VALUE = 1;
- public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName, Novell.Directory.Ldap.Asn1.Asn1OctetString requestValue) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcExtendedResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int RESPONSE = 11;
- public const int RESPONSE_NAME = 10;
- [System.CLSCompliantAttribute(false)]
- public RfcExtendedResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString Response { get { throw null; } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapOID ResponseName { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcFilter : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public RfcFilter() { }
- public RfcFilter(string filter) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addExtensibleMatch(string matchingRule, string attrName, sbyte[] value_Renamed, bool useDNMatching) { }
- public virtual void addPresent(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addSubstring(int type, sbyte[] value_Renamed) { }
- public virtual void endNestedFilter(int rfcType) { }
- public virtual void endSubstrings() { }
- public virtual string filterToString() { throw null; }
- public virtual System.Collections.IEnumerator getFilterIterator() { throw null; }
- public virtual void startNestedFilter(int rfcType) { }
- public virtual void startSubstrings(string attrName) { }
- }
- public partial class RfcIntermediateResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int TAG_RESPONSE = 1;
- public const int TAG_RESPONSE_NAME = 0;
- [System.CLSCompliantAttribute(false)]
- public RfcIntermediateResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1OctetString getResponse() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapOID getResponseName() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapDN(sbyte[] s) : base (default(string)) { }
- public RfcLdapDN(string s) : base (default(string)) { }
- }
- public partial class RfcLdapMessage : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcControls Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual string RequestDN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage RequestingMessage { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object Response { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public object dupMessage(string dn, string filter, bool reference) { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest getRequest() { throw null; }
- public virtual bool isRequest() { throw null; }
- }
- public partial class RfcLdapOID : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapOID(sbyte[] s) : base (default(sbyte[])) { }
- public RfcLdapOID(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapResult : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int REFERRAL = 3;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapString : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(sbyte[])) { }
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(sbyte[] ba) : base (default(sbyte[])) { }
- public RfcLdapString(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapSuperDN : Novell.Directory.Ldap.Asn1.Asn1Tagged
- {
- protected static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public static readonly int TAG;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapSuperDN(sbyte[] ba) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public RfcLdapSuperDN(string s) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class RfcMatchingRuleAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue) { }
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleId matchingRule, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) { }
- }
- public partial class RfcMatchingRuleId : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcMatchingRuleId(string s) : base (default(string)) { }
- }
- public partial class RfcModifyDNRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) { }
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn, Novell.Directory.Ldap.Rfc2251.RfcLdapSuperDN newSuperior) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyDNResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcModifyRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN object_Renamed, Novell.Directory.Ldap.Asn1.Asn1SequenceOf modification) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1SequenceOf Modifications { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcReferral : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcReferral(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- }
- public partial class RfcRelativeLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcRelativeLdapDN(string s) : base (default(string)) { }
- }
- public partial interface RfcRequest
- {
- Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool reference);
- string getRequestDN();
- }
- public partial interface RfcResponse
- {
- Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage();
- Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN();
- Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral();
- Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode();
- }
- public partial class RfcSaslCredentials : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism) { }
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism, Novell.Directory.Ldap.Asn1.Asn1OctetString credentials) { }
- }
- public partial class RfcSearchRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcSearchRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN baseObject, Novell.Directory.Ldap.Asn1.Asn1Enumerated scope, Novell.Directory.Ldap.Asn1.Asn1Enumerated derefAliases, Novell.Directory.Ldap.Asn1.Asn1Integer sizeLimit, Novell.Directory.Ldap.Asn1.Asn1Integer timeLimit, Novell.Directory.Ldap.Asn1.Asn1Boolean typesOnly, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescriptionList attributes) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcSearchResultDone : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultEntry : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultEntry(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Sequence Attributes { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ObjectName { get { throw null; } }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultReference : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultReference(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSubstringFilter : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSubstringFilter(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SequenceOf substrings) { }
- }
- public partial class RfcUnbindRequest : Novell.Directory.Ldap.Asn1.Asn1Null, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcUnbindRequest() { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Utilclass
-{
- public partial class ArrayEnumeration : System.Collections.IEnumerator
- {
- public ArrayEnumeration(object[] eArray) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class AttributeQualifier
- {
- public AttributeQualifier(string name, string[] value_Renamed) { }
- public virtual string Name { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- }
- public partial class Base64
- {
- internal Base64() { }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(char[] encodedChars) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(string encodedString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(System.Text.StringBuilder encodedSBuf, int start, int end) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string encode(sbyte[] inputBytes) { throw null; }
- public static string encode(string inputString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isLDIFSafe(sbyte[] bytes) { throw null; }
- public static bool isLDIFSafe(string str) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isValidUTF8(sbyte[] array, bool isUCS2Only) { throw null; }
- }
- public partial class BindProperties
- {
- public BindProperties(int version, string dn, string method, bool anonymous, System.Collections.Hashtable bindProperties, object bindCallbackHandler) { }
- public virtual bool Anonymous { get { throw null; } }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual System.Collections.Hashtable SaslBindProperties { get { throw null; } }
- public virtual object SaslCallbackHandler { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.SerializableAttribute]
- public enum CharacterTypes : sbyte
- {
- ALPHABETIC = (sbyte)4,
- COMMENTCHAR = (sbyte)16,
- NUMERIC = (sbyte)2,
- STRINGQUOTE = (sbyte)8,
- WHITESPACE = (sbyte)1,
- }
- public partial class DN
- {
- public DN() { }
- public DN(string dnString) { }
- public virtual Novell.Directory.Ldap.Utilclass.DN Parent { get { throw null; } }
- public virtual System.Collections.ArrayList RDNs { get { throw null; } }
- public virtual void addRDN(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToBack(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToFront(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual int countRDNs() { throw null; }
- public bool Equals(Novell.Directory.Ldap.Utilclass.DN toDN) { throw null; }
- public override bool Equals(object toDN) { throw null; }
- public virtual string[] explodeDN(bool noTypes) { throw null; }
- public System.Collections.ArrayList getrdnList() { throw null; }
- public virtual bool isDescendantOf(Novell.Directory.Ldap.Utilclass.DN containerDN) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EnumeratedIterator : System.Collections.IEnumerator
- {
- public EnumeratedIterator(System.Collections.IEnumerator iterator) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class ExceptionMessages : System.Resources.ResourceManager
- {
- public const string CANNOT_BIND = "CANNOT_BIND";
- public const string CONNECTION_CLOSED = "CONNECTION_CLOSED";
- public const string CONNECTION_ERROR = "CONNECTION_ERROR";
- public const string CONNECTION_FINALIZED = "CONNECTION_FINALIZED";
- public const string CONNECTION_IMPOSSIBLE = "CONNECTION_IMPOSSIBLE";
- public const string CONNECTION_READER = "CONNECTION_READER";
- public const string CONNECTION_WAIT = "CONNECTION_WAIT";
- public const string DECODING_ERROR = "DECODING_ERROR";
- public const string DN_PARAM_ERROR = "DN_PARAM_ERROR";
- public const string DUP_ERROR = "DUP_ERROR";
- public const string ENCODING_ERROR = "ENCODING_ERROR";
- public const string ENTRY_PARAM_ERROR = "ENTRY_PARAM_ERROR";
- public const string EXPECTING_LEFT_PAREN = "EXPECTING_LEFT_PAREN";
- public const string EXPECTING_RIGHT_PAREN = "EXPECTING_RIGHT_PAREN";
- public const string FAILED_REFERRAL = "FAILED_REFERRAL";
- public const string IMPROPER_REFERRAL = "IMPROPER_REFERRAL";
- public const string INVALID_ADDRESS = "INVALID_ADDRESS";
- public const string INVALID_CHAR_IN_DESCR = "INVALID_CHAR_IN_DESCR";
- public const string INVALID_CHAR_IN_FILTER = "INVALID_CHAR_IN_FILTER";
- public const string INVALID_ESCAPE = "INVALID_ESCAPE";
- public const string INVALID_ESC_IN_DESCR = "INVALID_ESC_IN_DESCR";
- public const string INVALID_FILTER_COMPARISON = "INVALID_FILTER_COMPARISON";
- public const string IO_EXCEPTION = "IO_EXCEPTION";
- public const string MATCHED_DN = "MATCHED_DN";
- public const string MISSING_LEFT_PAREN = "MISSING_LEFT_PAREN";
- public const string MISSING_RIGHT_PAREN = "MISSING_RIGHT_PAREN";
- public const string MULTIPLE_SCHEMA = "MULTIPLE_SCHEMA";
- public const string NOT_AN_ATTRIBUTE = "NOT_AN_ATTRIBUTE";
- public const string NOT_IMPLEMENTED = "NOT_IMPLEMENTED";
- public const string NO_ATTRIBUTE_NAME = "NO_ATTRIBUTE_NAME";
- public const string NO_DN_NOR_MATCHING_RULE = "NO_DN_NOR_MATCHING_RULE";
- public const string NO_DUP_REQUEST = "NO_DUP_REQUEST";
- public const string NO_MATCHING_RULE = "NO_MATCHING_RULE";
- public const string NO_MEMORY = "NO_MEMORY";
- public const string NO_OPTION = "NO_OPTION";
- public const string NO_SCHEMA = "NO_SCHEMA";
- public const string NO_STARTTLS = "NO_STARTTLS";
- public const string NO_SUP_PROPERTY = "NO_SUP_PROPERTY";
- public const string NO_TLS_FACTORY = "NO_TLS_FACTORY";
- public const string OP_PARAM_ERROR = "OP_PARAM_ERROR";
- public const string OUTSTANDING_OPERATIONS = "OUTSTANDING_OPERATIONS";
- public const string PARAM_ERROR = "PARAM_ERROR";
- public const string RDN_PARAM_ERROR = "RDN_PARAM_ERROR";
- public const string READ_MULTIPLE = "READ_MULTIPLE";
- public const string REFERENCE_ERROR = "REFERENCE_ERROR";
- public const string REFERENCE_NOFOLLOW = "REFERENCE_NOFOLLOW";
- public const string REFERRAL_BIND = "REFERRAL_BIND";
- public const string REFERRAL_BIND_MATCH = "REFERRAL_BIND_MATCH";
- public const string REFERRAL_ERROR = "REFERRAL_ERROR";
- public const string REFERRAL_ITEM = "REFERRAL_ITEM";
- public const string REFERRAL_LOCAL = "REFERRAL_LOCAL";
- public const string REFERRAL_SEND = "REFERRAL_SEND";
- public const string SERVER_CONNECT_ERROR = "SERVER_CONNECT_ERROR";
- public const string SERVER_MSG = "SERVER_MSG";
- public const string SERVER_SHUTDOWN_REQ = "SERVER_SHUTDOWN_REQ";
- public const string SHORT_ESCAPE = "SHORT_ESCAPE";
- public const string SSL_PROVIDER_MISSING = "SSL_PROVIDER_MISSING";
- public const string STOPTLS_ERROR = "STOPTLS_ERROR";
- [System.CLSCompliantAttribute(false)]
- public const string TOSTRING = "TOSTRING";
- public const string UNEQUAL_LENGTHS = "UNEQUAL_LENGTHS";
- public const string UNEXPECTED_END = "UNEXPECTED_END";
- public const string UNKNOWN_RESULT = "UNKNOWN_RESULT";
- public const string WRONG_FACTORY = "WRONG_FACTORY";
- public ExceptionMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class ExtResponseFactory
- {
- public ExtResponseFactory() { }
- public static Novell.Directory.Ldap.LdapExtendedResponse convertToExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class IntermediateResponseFactory
- {
- public IntermediateResponseFactory() { }
- public static Novell.Directory.Ldap.LdapIntermediateResponse convertToIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class RDN
- {
- public RDN() { }
- public RDN(string rdn) { }
- public virtual bool Multivalued { get { throw null; } }
- protected internal virtual string RawValue { get { throw null; } }
- public virtual string Type { get { throw null; } }
- public virtual string[] Types { get { throw null; } }
- public virtual string Value { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- public virtual void add(string attrType, string attrValue, string rawValue) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool equals(Novell.Directory.Ldap.Utilclass.RDN rdn) { throw null; }
- public virtual string[] explodeRDN(bool noTypes) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(bool noTypes) { throw null; }
- }
- public partial class ReferralInfo
- {
- public ReferralInfo(Novell.Directory.Ldap.LdapConnection lc, string[] refList, Novell.Directory.Ldap.LdapUrl refUrl) { }
- public virtual Novell.Directory.Ldap.LdapConnection ReferralConnection { get { throw null; } }
- public virtual string[] ReferralList { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapUrl ReferralUrl { get { throw null; } }
- }
- public partial class ResourcesHandler
- {
- internal ResourcesHandler() { }
- public static string getMessage(string messageOrKey, object[] arguments) { throw null; }
- public static string getMessage(string messageOrKey, object[] arguments, System.Globalization.CultureInfo locale) { throw null; }
- public static string getResultString(int code) { throw null; }
- public static string getResultString(int code, System.Globalization.CultureInfo locale) { throw null; }
- }
- public partial class RespControlVector : System.Collections.ArrayList
- {
- public RespControlVector(int cap, int incr) { }
- public System.Type findResponseControl(string searchOID) { throw null; }
- public void registerResponseControl(string oid, System.Type controlClass) { }
- }
- public partial class RespExtensionSet : SupportClass.AbstractSetSupport
- {
- public RespExtensionSet() { }
- public override int Count { get { throw null; } }
- public System.Type findResponseExtension(string searchOID) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public void registerResponseExtension(string oid, System.Type extClass) { }
- }
- public partial class ResultCodeMessages : System.Resources.ResourceManager
- {
- public ResultCodeMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class SchemaParser
- {
- public SchemaParser(string aString) { }
- public virtual string[] Applies { get { throw null; } }
- public virtual string[] Auxiliary { get { throw null; } }
- public virtual bool Collective { get { throw null; } }
- public virtual string Description { get { throw null; } }
- public virtual string Equality { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string NameForm { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual string ObjectClass { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual string[] Optional { get { throw null; } }
- public virtual string Ordering { get { throw null; } }
- public virtual string[] Precluded { get { throw null; } }
- public virtual System.Collections.IEnumerator Qualifiers { get { throw null; } }
- public virtual string RawString { get { throw null; } set { } }
- public virtual string[] Required { get { throw null; } }
- public virtual bool Single { get { throw null; } }
- public virtual string Substring { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual string Syntax { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserMod { get { throw null; } }
- }
- public partial class SchemaTokenCreator
- {
- public int lastttype;
- public double NumberValue;
- public string StringValue;
- public SchemaTokenCreator(System.IO.Stream instream) { }
- public SchemaTokenCreator(System.IO.StreamReader r) { }
- public SchemaTokenCreator(System.IO.StringReader r) { }
- public int CurrentLine { get { throw null; } }
- public void CommentCharacter(int ch) { }
- public void InitTable() { }
- public int nextToken() { throw null; }
- public void OrdinaryCharacter(int ch) { }
- public void OrdinaryCharacters(int min, int max) { }
- public void parseNumbers() { }
- public void pushBack() { }
- public void QuoteCharacter(int ch) { }
- public string ToStringValue() { throw null; }
- public void WhitespaceCharacters(int min, int max) { }
- public void WordCharacters(int min, int max) { }
- }
- [System.SerializableAttribute]
- public enum TokenTypes
- {
- EOF = -1,
- EOL = 10,
- NUMBER = -2,
- REAL = -4,
- STRING = -5,
- WORD = -3,
- }
-}
diff --git a/src/v4.6.2/PEAPI.cs b/src/v4.6.2/PEAPI.cs
deleted file mode 100644
index bdc68dd..0000000
--- a/src/v4.6.2/PEAPI.cs
+++ /dev/null
@@ -1,1225 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace PEAPI
-{
- public partial class AddressConstant : PEAPI.DataConstant
- {
- public AddressConstant(PEAPI.DataConstant dConst) { }
- }
- public abstract partial class Array : PEAPI.Type
- {
- internal Array() { }
- protected string cname;
- protected string cnameSpace;
- protected PEAPI.Type elemType;
- protected PEAPI.MetaData metaData;
- }
- public partial class ArrayConstant : PEAPI.DataConstant
- {
- public ArrayConstant(PEAPI.DataConstant[] dVals) { }
- public System.Nullable<int> ExplicitSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public enum AssemAttr
- {
- DisableJITCompileOptimizer = 16384,
- EnableJITCompileTracking = 32768,
- Retargetable = 256,
- }
- public partial class Assembly : PEAPI.ResolutionScope
- {
- internal Assembly() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public void AddAssemblyInfo(int majVer, int minVer, int bldNo, int revNo, byte[] key, uint hash, string cult) { }
- }
- public partial class AssemblyRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal AssemblyRef() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public virtual PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public void AddCulture(string cult) { }
- public void AddHash(byte[] hash) { }
- public void AddKey(byte[] key) { }
- public void AddKeyToken(byte[] key) { }
- public virtual PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public void AddVersionInfo(int majVer, int minVer, int bldNo, int revNo) { }
- }
- public abstract partial class BaseDeclSecurity : PEAPI.MetaDataElement
- {
- internal BaseDeclSecurity() { }
- }
- public partial class BoolConst : PEAPI.DataConstant
- {
- public BoolConst(bool val) { }
- }
- public partial class BoundArray : PEAPI.Array
- {
- public BoundArray(PEAPI.Type elementType, uint dimensions) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] size) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] loBounds, int[] sizes) { }
- }
- public enum BranchOp
- {
- beq = 59,
- beq_s = 46,
- bge = 60,
- bge_s = 47,
- bge_un = 65,
- bge_un_s = 52,
- bgt = 61,
- bgt_s = 48,
- bgt_un = 66,
- bgt_un_s = 53,
- ble = 62,
- ble_s = 49,
- ble_un = 67,
- ble_un_s = 54,
- blt = 63,
- blt_s = 50,
- blt_un = 68,
- blt_un_s = 55,
- bne_un = 64,
- bne_un_s = 51,
- br = 56,
- brfalse = 57,
- brfalse_s = 44,
- brtrue = 58,
- brtrue_s = 45,
- br_s = 43,
- leave = 221,
- leave_s = 222,
- }
- public partial class ByteArrConst : PEAPI.DataConstant
- {
- public ByteArrConst(byte[] val) { }
- public PEAPI.Type Type { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum CallConv
- {
- Cdecl = 1,
- Default = 0,
- Fastcall = 4,
- Generic = 16,
- Instance = 32,
- InstanceExplicit = 96,
- Stdcall = 2,
- Thiscall = 3,
- Vararg = 5,
- }
- public partial class CalliSig : PEAPI.Signature
- {
- public CalliSig(PEAPI.CallConv cconv, PEAPI.Type retType, PEAPI.Type[] pars) { }
- public void AddCallingConv(PEAPI.CallConv cconv) { }
- public void AddVarArgs(PEAPI.Type[] optPars) { }
- }
- public partial class Catch : PEAPI.HandlerBlock
- {
- public Catch(PEAPI.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public Catch(PEAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class CharConst : PEAPI.Constant
- {
- public CharConst(char val) { }
- }
- public partial class CILInstructions
- {
- internal CILInstructions() { }
- public uint Offset { get { throw null; } }
- public void AddTryBlock(PEAPI.TryBlock tryBlock) { }
- public void Branch(PEAPI.BranchOp inst, PEAPI.CILLabel lab) { }
- public void calli(PEAPI.CalliSig sig) { }
- public void CodeLabel(PEAPI.CILLabel lab) { }
- public void emitbyte(byte bVal) { }
- public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { }
- public void EndFaultBlock(PEAPI.TryBlock tryBlock) { }
- public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { }
- public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { }
- public PEAPI.TryBlock EndTryBlock() { throw null; }
- public void FieldInst(PEAPI.FieldOp inst, PEAPI.Field f) { }
- public void Inst(PEAPI.Op inst) { }
- public void IntInst(PEAPI.IntOp inst, int val) { }
- public void ldc_i8(long cVal) { }
- public void ldc_r4(float cVal) { }
- public void ldc_r8(double cVal) { }
- public void ldstr(byte[] str) { }
- public void ldstr(string str) { }
- public void LoadArg(int argNo) { }
- public void LoadArgAdr(int argNo) { }
- public void LoadLocal(int locNo) { }
- public void LoadLocalAdr(int locNo) { }
- public void MethInst(PEAPI.MethodOp inst, PEAPI.Method m) { }
- public PEAPI.CILLabel NewCodedLabel() { throw null; }
- public PEAPI.CILLabel NewLabel() { throw null; }
- public void PushFalse() { }
- public void PushInt(int i) { }
- public void PushLong(long l) { }
- public void PushTrue() { }
- public void StartBlock() { }
- public void StoreArg(int argNo) { }
- public void StoreLocal(int locNo) { }
- public void Switch(PEAPI.CILLabel[] labs) { }
- public void TypeInst(PEAPI.TypeOp inst, PEAPI.Type aType) { }
- }
- public partial class CILLabel
- {
- public CILLabel(uint offset) { }
- public CILLabel(uint offset, bool absolute) { }
- }
- public abstract partial class Class : PEAPI.Type
- {
- internal Class() { }
- public string name;
- protected uint nameIx;
- public string nameSpace;
- protected uint nameSpaceIx;
- protected int row;
- protected PEAPI.MetaData _metaData;
- }
- public partial class ClassDef : PEAPI.Class
- {
- internal ClassDef() { }
- public void AddAttribute(PEAPI.TypeAttr ta) { }
- public PEAPI.Event AddEvent(string name, PEAPI.Type eType) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr fAtts, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplementedInterface(PEAPI.Class iFace) { }
- public void AddLayoutInfo(int packSize, int classSize) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public void AddMethodOverride(PEAPI.Method decl, PEAPI.Method body) { }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class sType) { throw null; }
- public PEAPI.Property AddProperty(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public void AddSecurity(byte[] permissionSet) { }
- public static bool IsEnum(PEAPI.Class type) { throw null; }
- public static bool IsEnum(string nsName, string name) { throw null; }
- public static bool IsValueType(PEAPI.Class type) { throw null; }
- public static bool IsValueType(string nsName, string name) { throw null; }
- public void SetFieldOrder(System.Collections.ArrayList fields) { }
- public void SpecialNoSuper() { }
- }
- public partial class ClassRef : PEAPI.Class, PEAPI.IExternRef, PEAPI.IResolutionScope
- {
- internal ClassRef() { }
- protected PEAPI.MetaData metaData;
- protected PEAPI.IResolutionScope parent;
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- }
- public partial class ClassRefInst : PEAPI.Type
- {
- public ClassRefInst(PEAPI.Type type, bool is_value) { }
- }
- public partial class ClassType : PEAPI.Constant
- {
- public ClassType(PEAPI.Class classDesc) { }
- public ClassType(string className) { }
- }
- public abstract partial class CodeBlock
- {
- protected PEAPI.CILLabel end;
- protected bool small;
- protected PEAPI.CILLabel start;
- public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { }
- }
- public abstract partial class Constant
- {
- internal Constant() { }
- protected bool addedToBlobHeap;
- protected uint blobIndex;
- protected uint size;
- protected PEAPI.Type type;
- }
- public enum CorFlags
- {
- CF_32_BITREQUIRED = 2,
- CF_IL_ONLY = 1,
- CF_STRONGNAMESIGNED = 8,
- CF_TRACKDEBUGDATA = 65536,
- }
- public partial class CustomAttribute : PEAPI.MetaDataElement
- {
- internal CustomAttribute() { }
- public void AddFieldOrProp(string name, PEAPI.Constant val) { }
- }
- public partial class CustomMarshaller : PEAPI.NativeType
- {
- public CustomMarshaller(string marshallerName, string optCookie) { }
- public CustomMarshaller(string typeNameOrGUID, string marshallerName, string optCookie) { }
- }
- public partial class CustomModifiedType : PEAPI.Type
- {
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.Class cmodType) { }
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.PrimitiveTypeRef cmodType) { }
- }
- public enum CustomModifier
- {
- modopt = 32,
- modreq = 31,
- }
- public abstract partial class DataConstant : PEAPI.Constant
- {
- internal DataConstant() { }
- public uint DataOffset { get { throw null; } set { } }
- }
- public enum DataSegment
- {
- CIL = 2,
- Data = 0,
- TLS = 1,
- }
- public partial class DeclSecurity : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity() { }
- }
- public partial class DeclSecurity_20 : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity_20() { }
- }
- public partial class DoubleConst : PEAPI.DataConstant
- {
- public DoubleConst(double val) { }
- }
- public partial class Event : PEAPI.Feature
- {
- internal Event() { }
- public void AddAddon(PEAPI.MethodDef addon) { }
- public void AddFire(PEAPI.MethodDef fire) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddRemoveOn(PEAPI.MethodDef removeOn) { }
- }
- public partial class ExternClassRef : PEAPI.ClassRef
- {
- internal ExternClassRef() { }
- public PEAPI.ClassRef AddNestedClass(PEAPI.TypeAttr attrs, string name) { throw null; }
- }
- public partial class Fault : PEAPI.HandlerBlock
- {
- public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Feature : PEAPI.MetaDataElement
- {
- internal Feature() { }
- protected ushort flags;
- protected PEAPI.MethodSemantics[] methods;
- protected string name;
- protected uint nameIx;
- protected PEAPI.ClassDef parent;
- protected int tide;
- public void SetRTSpecialName() { }
- public void SetSpecialName() { }
- }
- public abstract partial class Field : PEAPI.Member
- {
- internal Field() { }
- protected static readonly byte FieldSig;
- protected PEAPI.Type type;
- }
- public enum FieldAttr
- {
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- HasFieldMarshal = 4096,
- Initonly = 32,
- Literal = 64,
- Notserialized = 128,
- Private = 1,
- Public = 6,
- PublicStatic = 22,
- RTSpecialName = 1024,
- SpecialName = 512,
- Static = 16,
- }
- public partial class FieldDef : PEAPI.Field
- {
- internal FieldDef() { }
- public void AddDataValue(PEAPI.DataConstant val) { }
- public void AddFieldAttr(PEAPI.FieldAttr fa) { }
- public void AddValue(PEAPI.Constant val) { }
- public void SetMarshalInfo(PEAPI.NativeType marshallType) { }
- public void SetOffset(uint offs) { }
- }
- public partial class FieldLayout : PEAPI.MetaDataElement
- {
- internal FieldLayout() { }
- }
- public partial class FieldMarshal : PEAPI.MetaDataElement
- {
- internal FieldMarshal() { }
- }
- public enum FieldOp
- {
- ldfld = 123,
- ldflda = 124,
- ldsfld = 126,
- ldsflda = 127,
- ldtoken = 208,
- stfld = 125,
- stsfld = 128,
- }
- public partial class FieldRef : PEAPI.Field
- {
- internal FieldRef() { }
- }
- public partial class FieldRVA : PEAPI.MetaDataElement
- {
- internal FieldRVA() { }
- }
- public partial class FileRef : PEAPI.MetaDataElement
- {
- internal FileRef() { }
- protected string name;
- }
- public partial class Filter : PEAPI.HandlerBlock
- {
- public Filter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Finally : PEAPI.HandlerBlock
- {
- public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class FixedArray : PEAPI.NativeType
- {
- public FixedArray(int numElems) { }
- }
- public partial class FixedSysString : PEAPI.NativeType
- {
- public FixedSysString(uint size) { }
- }
- public partial class FloatConst : PEAPI.DataConstant
- {
- public FloatConst(float val) { }
- }
- public partial class GenericMethodSig
- {
- public GenericMethodSig(PEAPI.Type[] gen_param) { }
- }
- [System.FlagsAttribute]
- public enum GenericParamAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstrait = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public partial class GenericParameter : PEAPI.MetaDataElement
- {
- internal GenericParameter() { }
- public string name;
- public void AddConstraint(PEAPI.Type constraint) { }
- }
- public partial class GenericTypeInst : PEAPI.Class
- {
- public GenericTypeInst(PEAPI.Type gen_type, PEAPI.Type[] gen_param) { }
- }
- public partial class GenParam : PEAPI.Class
- {
- public GenParam(int index, string name, PEAPI.GenParamType ptype) { }
- public int Index { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public PEAPI.GenParamType Type { get { throw null; } }
- }
- public enum GenParamType : byte
- {
- MVar = (byte)30,
- Var = (byte)19,
- }
- public abstract partial class HandlerBlock : PEAPI.CodeBlock
- {
- protected static readonly short ExceptionFlag;
- protected static readonly short FaultFlag;
- protected static readonly short FilterFlag;
- protected static readonly short FinallyFlag;
- public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public enum HashAlgorithm
- {
- None = 0,
- SHA1 = 1,
- }
- public partial class Hex
- {
- public Hex() { }
- public static string Byte(int b) { throw null; }
- public static string Int(int val) { throw null; }
- public static string Int(uint num) { throw null; }
- public static string Long(long lnum) { throw null; }
- public static string Short(int b) { throw null; }
- }
- public partial interface IExternRef
- {
- PEAPI.ClassRef AddClass(string nsName, string name);
- PEAPI.ClassRef AddValueClass(string nsName, string name);
- }
- public enum ImplAttr
- {
- ForwardRef = 16,
- IL = 0,
- InternalCall = 4096,
- Native = 1,
- NoInLining = 8,
- NoOptimization = 64,
- Optil = 2,
- PreserveSig = 128,
- Runtime = 3,
- Synchronised = 32,
- Synchronized = 32,
- Unmanaged = 4,
- }
- public partial class ImplMap : PEAPI.MetaDataElement
- {
- internal ImplMap() { }
- }
- public partial class IntConst : PEAPI.DataConstant
- {
- public IntConst(short val) { }
- public IntConst(int val) { }
- public IntConst(long val) { }
- public IntConst(sbyte val) { }
- }
- public partial class InterfaceImpl : PEAPI.MetaDataElement
- {
- internal InterfaceImpl() { }
- }
- public enum IntOp
- {
- ldarg = 65033,
- ldarga = 65034,
- ldarga_s = 15,
- ldarg_s = 14,
- ldc_i4 = 32,
- ldc_i4_s = 31,
- ldloc = 65036,
- ldloca = 65037,
- ldloca_s = 18,
- ldloc_s = 17,
- starg = 65035,
- starg_s = 16,
- stloc = 65038,
- stloc_s = 19,
- unaligned = 65042,
- }
- public partial interface IResolutionScope
- {
- }
- public partial class Local
- {
- public Local(string lName, PEAPI.Type lType) { }
- public Local(string lName, PEAPI.Type lType, bool byRef, bool isPinned) { }
- }
- public partial class LocalSig : PEAPI.Signature
- {
- public LocalSig(PEAPI.Local[] locals) { }
- }
- public partial class ManagedPointer : PEAPI.PtrType
- {
- public ManagedPointer(PEAPI.Type baseType) { }
- }
- public partial class ManifestResource : PEAPI.MetaDataElement
- {
- public static readonly uint PrivateResource;
- public static readonly uint PublicResource;
- public ManifestResource(string name, byte[] resBytes, uint flags) { }
- public ManifestResource(string name, uint flags, PEAPI.AssemblyRef assemRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef, uint fileIx) { }
- public string Name { get { throw null; } set { } }
- }
- public partial class MapElem : PEAPI.MetaDataElement
- {
- internal MapElem() { }
- }
- public enum MDTable
- {
- Assembly = 32,
- AssemblyOS = 34,
- AssemblyProcessor = 33,
- AssemblyRef = 35,
- AssemblyRefOS = 37,
- AssemblyRefProcessor = 36,
- ClassLayout = 15,
- Constant = 11,
- CustomAttribute = 12,
- DeclSecurity = 14,
- Event = 20,
- EventMap = 18,
- ExportedType = 39,
- Field = 4,
- FieldLayout = 16,
- FieldMarshal = 13,
- FieldRVA = 29,
- File = 38,
- GenericParam = 42,
- GenericParamConstraint = 44,
- ImplMap = 28,
- InterfaceImpl = 9,
- ManifestResource = 40,
- MemberRef = 10,
- Method = 6,
- MethodImpl = 25,
- MethodSemantics = 24,
- MethodSpec = 43,
- Module = 0,
- ModuleRef = 26,
- NestedClass = 41,
- Param = 8,
- Property = 23,
- PropertyMap = 21,
- StandAloneSig = 17,
- TypeDef = 2,
- TypeRef = 1,
- TypeSpec = 27,
- }
- public abstract partial class Member : PEAPI.MetaDataElement
- {
- internal Member() { }
- protected string name;
- protected uint nameIx;
- protected uint sigIx;
- }
- public partial class MetaData
- {
- internal MetaData() { }
- public PEAPI.MSCorLib mscorlib;
- }
- public abstract partial class MetaDataElement : System.IComparable
- {
- internal MetaDataElement() { }
- protected System.Collections.ArrayList customAttributes;
- protected bool done;
- protected bool sortTable;
- protected PEAPI.MDTable tabIx;
- public bool HasCustomAttr { get { throw null; } set { } }
- public uint Row { get { throw null; } set { } }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, PEAPI.Constant[] cVals) { }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, byte[] val) { }
- public int CompareTo(object obj) { throw null; }
- }
- public enum MethAttr
- {
- Abstract = 1024,
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- Final = 32,
- HasSecurity = 16384,
- HideBySig = 128,
- NewSlot = 256,
- Private = 1,
- PrivateVirtual = 65,
- Public = 6,
- PublicStatic = 22,
- PublicStaticFinal = 54,
- PublicVirtual = 70,
- RequireSecObject = 32768,
- RTSpecialName = 4096,
- SpecialName = 2048,
- SpecialRTSpecialName = 6144,
- Static = 16,
- Strict = 512,
- Virtual = 64,
- }
- public abstract partial class Method : PEAPI.Member
- {
- internal Method() { }
- public abstract void AddCallConv(PEAPI.CallConv cconv);
- }
- public partial class MethodDef : PEAPI.Method
- {
- internal MethodDef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplAttribute(PEAPI.ImplAttr ia) { }
- public void AddLocals(PEAPI.Local[] locals, bool initLocals) { }
- public void AddMethAttribute(PEAPI.MethAttr ma) { }
- public void AddPInvokeInfo(PEAPI.ModuleRef scope, string methName, PEAPI.PInvokeAttr callAttr) { }
- public void AddRetTypeMarshallInfo(PEAPI.NativeType marshallType) { }
- public PEAPI.CILInstructions CreateCodeBuffer() { throw null; }
- public void DeclareEntryPoint() { }
- public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; }
- public void SetMaxStack(int maxStack) { }
- }
- public partial class MethodImpl : PEAPI.MetaDataElement
- {
- internal MethodImpl() { }
- }
- public enum MethodOp
- {
- call = 40,
- callvirt = 111,
- jmp = 39,
- ldftn = 65030,
- ldtoken = 208,
- ldvirtfn = 65031,
- newobj = 115,
- }
- public partial class MethodRef : PEAPI.Method
- {
- internal MethodRef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- }
- public partial class MethodSemantics : PEAPI.MetaDataElement
- {
- internal MethodSemantics() { }
- }
- public partial class MethPtrType : PEAPI.Type
- {
- public MethPtrType(PEAPI.CallConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { }
- }
- public partial class Module : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal Module() { }
- public System.Guid Guid { get { throw null; } }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class ModuleRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal ModuleRef() { }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ExternClassRef AddExternClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.FileRef declFile, bool isValueClass) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.FileRef MakeFile(byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- }
- public sealed partial class MSCorLib : PEAPI.AssemblyRef
- {
- internal MSCorLib() { }
- public override PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public override PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class NativeArray : PEAPI.NativeType
- {
- public NativeArray(PEAPI.NativeType elemType) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen, int elemMult) { }
- }
- public partial class NativeType
- {
- internal NativeType() { }
- public static readonly PEAPI.NativeType AnsiBStr;
- public static readonly PEAPI.NativeType AsAny;
- public static readonly PEAPI.NativeType Boolean;
- public static readonly PEAPI.NativeType BStr;
- public static readonly PEAPI.NativeType ByValStr;
- public static readonly PEAPI.NativeType Currency;
- public static readonly PEAPI.NativeType Error;
- public static readonly PEAPI.NativeType FixedSysString;
- public static readonly PEAPI.NativeType Float32;
- public static readonly PEAPI.NativeType Float64;
- public static readonly PEAPI.NativeType FuncPtr;
- public static readonly PEAPI.NativeType IDispatch;
- public static readonly PEAPI.NativeType Int;
- public static readonly PEAPI.NativeType Int16;
- public static readonly PEAPI.NativeType Int32;
- public static readonly PEAPI.NativeType Int64;
- public static readonly PEAPI.NativeType Int8;
- public static readonly PEAPI.NativeType Interface;
- public static readonly PEAPI.NativeType IUnknown;
- public static readonly PEAPI.NativeType LPStr;
- public static readonly PEAPI.NativeType LPStruct;
- public static readonly PEAPI.NativeType LPTStr;
- public static readonly PEAPI.NativeType LPWStr;
- public static readonly PEAPI.NativeType Struct;
- public static readonly PEAPI.NativeType TBstr;
- protected byte typeIndex;
- public static readonly PEAPI.NativeType UInt;
- public static readonly PEAPI.NativeType UInt16;
- public static readonly PEAPI.NativeType UInt32;
- public static readonly PEAPI.NativeType UInt64;
- public static readonly PEAPI.NativeType UInt8;
- public static readonly PEAPI.NativeType VariantBool;
- public static readonly PEAPI.NativeType Void;
- }
- public partial class NotYetImplementedException : System.Exception
- {
- public NotYetImplementedException(string msg) { }
- }
- public partial class NullConst : PEAPI.Constant
- {
- public NullConst() { }
- }
- public enum Op
- {
- add = 88,
- add_ovf = 214,
- add_ovf_un = 215,
- and = 95,
- arglist = 65024,
- breakOp = 1,
- ceq = 65025,
- cgt = 65026,
- cgt_un = 65027,
- ckfinite = 195,
- clt = 65028,
- clt_un = 65029,
- conf_ovf_u1_un = 134,
- conv_i = 211,
- conv_i1 = 103,
- conv_i2 = 104,
- conv_i4 = 105,
- conv_i8 = 106,
- conv_ovf_i = 212,
- conv_ovf_i1 = 179,
- conv_ovf_i1_un = 130,
- conv_ovf_i2 = 181,
- conv_ovf_i2_un = 131,
- conv_ovf_i4 = 183,
- conv_ovf_i4_un = 132,
- conv_ovf_i8 = 185,
- conv_ovf_i8_un = 133,
- conv_ovf_i_un = 138,
- conv_ovf_u = 213,
- conv_ovf_u1 = 180,
- conv_ovf_u2 = 182,
- conv_ovf_u2_un = 135,
- conv_ovf_u4 = 184,
- conv_ovf_u4_un = 136,
- conv_ovf_u8 = 186,
- conv_ovf_u8_un = 137,
- conv_ovf_u_un = 139,
- conv_r4 = 107,
- conv_r8 = 108,
- conv_r_un = 118,
- conv_u = 224,
- conv_u1 = 210,
- conv_u2 = 209,
- conv_u4 = 109,
- conv_u8 = 110,
- cpblk = 65047,
- div = 91,
- div_un = 92,
- dup = 37,
- endfilter = 65041,
- endfinally = 220,
- initblk = 65048,
- ldarg_0 = 2,
- ldarg_1 = 3,
- ldarg_2 = 4,
- ldarg_3 = 5,
- ldc_i4_0 = 22,
- ldc_i4_1 = 23,
- ldc_i4_2 = 24,
- ldc_i4_3 = 25,
- ldc_i4_4 = 26,
- ldc_i4_5 = 27,
- ldc_i4_6 = 28,
- ldc_i4_7 = 29,
- ldc_i4_8 = 30,
- ldc_i4_m1 = 21,
- ldelem_i = 151,
- ldelem_i1 = 144,
- ldelem_i2 = 146,
- ldelem_i4 = 148,
- ldelem_i8 = 150,
- ldelem_r4 = 152,
- ldelem_r8 = 153,
- ldelem_ref = 154,
- ldelem_u1 = 145,
- ldelem_u2 = 147,
- ldelem_u4 = 149,
- ldind_i = 77,
- ldind_i1 = 70,
- ldind_i2 = 72,
- ldind_i4 = 74,
- ldind_i8 = 76,
- ldind_r4 = 78,
- ldind_r8 = 79,
- ldind_ref = 80,
- ldind_u1 = 71,
- ldind_u2 = 73,
- ldind_u4 = 75,
- ldlen = 142,
- ldloc_0 = 6,
- ldloc_1 = 7,
- ldloc_2 = 8,
- ldloc_3 = 9,
- ldnull = 20,
- localloc = 65039,
- mul = 90,
- mul_ovf = 216,
- mul_ovf_un = 217,
- neg = 101,
- nop = 0,
- not = 102,
- or = 96,
- pop = 38,
- readonly_ = 65054,
- refanytype = 65053,
- rem = 93,
- rem_un = 94,
- ret = 42,
- rethrow = 65050,
- shl = 98,
- shr = 99,
- shr_un = 100,
- stelem_i = 155,
- stelem_i1 = 156,
- stelem_i2 = 157,
- stelem_i4 = 158,
- stelem_i8 = 159,
- stelem_r4 = 160,
- stelem_r8 = 161,
- stelem_ref = 162,
- stind_i = 223,
- stind_i1 = 82,
- stind_i2 = 83,
- stind_i4 = 84,
- stind_i8 = 85,
- stind_r4 = 86,
- stind_r8 = 87,
- stind_ref = 81,
- stloc_0 = 10,
- stloc_1 = 11,
- stloc_2 = 12,
- stloc_3 = 13,
- sub = 89,
- sub_ovf = 218,
- sub_ovf_un = 219,
- tail_ = 65044,
- throwOp = 122,
- volatile_ = 65043,
- xor = 97,
- }
- public partial class Param : PEAPI.MetaDataElement
- {
- public Param(PEAPI.ParamAttr mode, string parName, PEAPI.Type parType) { }
- public bool HasMarshalInfo { get { throw null; } }
- public void AddDefaultValue(PEAPI.Constant cVal) { }
- public void AddMarshallInfo(PEAPI.NativeType marshallType) { }
- }
- public enum ParamAttr
- {
- Default = 0,
- HasDefault = 4096,
- HasFieldMarshal = 8192,
- In = 1,
- Opt = 16,
- Out = 2,
- }
- public partial class PEFile
- {
- public PEFile(string name, bool isDLL, bool hasAssembly) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, System.IO.Stream outStream) { }
- public PEAPI.ClassDef ModuleClass { get { throw null; } }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class superType) { throw null; }
- public void AddCustomAttribute(PEAPI.Method meth, PEAPI.Constant constant, PEAPI.MetaDataElement element) { }
- public void AddCustomAttribute(PEAPI.Method meth, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, PEAPI.PermissionSet ps, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddExternalManagedResource(PEAPI.ManifestResource mr) { }
- public void AddExternalManagedResource(string resName, PEAPI.AssemblyRef assem, uint flags) { }
- public PEAPI.AssemblyRef AddExternAssembly(string assemName) { throw null; }
- public PEAPI.ClassRef AddExternClass(string ns, string name, PEAPI.TypeAttr attrs, PEAPI.MetaDataElement declRef) { throw null; }
- public PEAPI.ModuleRef AddExternModule(string name) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr attrSet, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldRef AddFieldToTypeSpec(PEAPI.Type item, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FileRef AddFile(string fName, byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- public void AddGenericClass(PEAPI.GenericTypeInst gti) { }
- public void AddGenericParam(PEAPI.GenParam param) { }
- public void AddManifestResource(PEAPI.ManifestResource mr) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.Method AddMethodSpec(PEAPI.Method m, PEAPI.GenericMethodSig g_sig) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.PrimitiveTypeRef AddPrimitiveType(PEAPI.PrimitiveType type) { throw null; }
- public PEAPI.ClassDef AddValueClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.ValueClass vClass) { throw null; }
- public PEAPI.MethodRef AddVarArgMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.ManifestResource GetResource(string name) { throw null; }
- public PEAPI.ManifestResource[] GetResources() { throw null; }
- public PEAPI.Assembly GetThisAssembly() { throw null; }
- public PEAPI.Module GetThisModule() { throw null; }
- public void SetCorFlags(int flags) { }
- public void SetStackReserve(long stackReserve) { }
- public void SetSubSystem(PEAPI.SubSystem subS) { }
- public void WritePEFile() { }
- }
- public partial class PEFileException : System.Exception
- {
- public PEFileException(string msg) { }
- }
- public partial class Permission
- {
- public Permission(PEAPI.Type type, string name) { }
- public void AddMember(PEAPI.PermissionMember member) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionMember
- {
- public PermissionMember(System.Reflection.MemberTypes member_type, PEAPI.Type type, string name, object value) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionSet
- {
- public PermissionSet(PEAPI.SecurityAction sec_action) { }
- public void AddPermission(PEAPI.Permission perm) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public enum PInvokeAttr
- {
- ansi = 2,
- autochar = 6,
- bestfit_mask = 48,
- bestfit_off = 32,
- bestfit_on = 16,
- cdecl = 512,
- charmaperror_off = 8192,
- charmaperror_on = 4096,
- fastcall = 1280,
- lasterr = 64,
- nomangle = 1,
- stdcall = 768,
- thiscall = 1024,
- unicode = 4,
- winapi = 256,
- }
- public partial class PrimitiveType : PEAPI.Type
- {
- internal PrimitiveType() { }
- public static readonly PEAPI.PrimitiveType Boolean;
- public static readonly PEAPI.PrimitiveType Char;
- public static readonly PEAPI.PrimitiveType Float32;
- public static readonly PEAPI.PrimitiveType Float64;
- public static readonly PEAPI.PrimitiveType Int16;
- public static readonly PEAPI.PrimitiveType Int32;
- public static readonly PEAPI.PrimitiveType Int64;
- public static readonly PEAPI.PrimitiveType Int8;
- public static readonly PEAPI.PrimitiveType IntPtr;
- public static readonly PEAPI.PrimitiveType NativeInt;
- public static readonly PEAPI.PrimitiveType NativeUInt;
- public static int NumSystemTypes;
- public static readonly PEAPI.PrimitiveType Object;
- public static readonly PEAPI.PrimitiveType String;
- public static readonly PEAPI.PrimitiveType TypedRef;
- public static readonly PEAPI.PrimitiveType UInt16;
- public static readonly PEAPI.PrimitiveType UInt32;
- public static readonly PEAPI.PrimitiveType UInt64;
- public static readonly PEAPI.PrimitiveType UInt8;
- public static readonly PEAPI.PrimitiveType UIntPtr;
- public static readonly PEAPI.PrimitiveType Void;
- }
- public partial class PrimitiveTypeRef : PEAPI.Type
- {
- internal PrimitiveTypeRef() { }
- }
- public partial class Property : PEAPI.Feature
- {
- internal Property() { }
- public void AddGetter(PEAPI.MethodDef getter) { }
- public void AddInitValue(PEAPI.Constant constVal) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddSetter(PEAPI.MethodDef setter) { }
- public void SetInstance(bool isInstance) { }
- }
- public abstract partial class PtrType : PEAPI.Type
- {
- internal PtrType() { }
- }
- public partial class RepeatedConstant : PEAPI.DataConstant
- {
- public RepeatedConstant(PEAPI.DataConstant dConst, int repeatCount) { }
- }
- public abstract partial class ResolutionScope : PEAPI.MetaDataElement, PEAPI.IResolutionScope
- {
- internal ResolutionScope() { }
- protected PEAPI.MetaData metaData;
- protected string name;
- protected uint nameIx;
- }
- public partial class SafeArray : PEAPI.NativeType
- {
- public SafeArray() { }
- public SafeArray(PEAPI.SafeArrayType elemType) { }
- }
- public enum SafeArrayType
- {
- boolean = 11,
- bstr = 8,
- currency = 6,
- date = 7,
- Decimal = 14,
- dispatch = 9,
- error = 10,
- float32 = 4,
- float64 = 5,
- Int = 22,
- int16 = 2,
- int32 = 3,
- int8 = 16,
- UInt = 23,
- uint16 = 18,
- uint32 = 19,
- uint8 = 17,
- unknown = 13,
- variant = 12,
- }
- public enum SecurityAction : short
- {
- Assert = (short)3,
- Demand = (short)2,
- DemandChoice = (short)18,
- Deny = (short)4,
- InheritDemand = (short)7,
- InheritDemandChoice = (short)17,
- LinkDemand = (short)6,
- LinkDemandChoice = (short)16,
- NonCasDemand = (short)13,
- NonCasInheritance = (short)15,
- NonCasLinkDemand = (short)14,
- PermitOnly = (short)5,
- PreJitDeny = (short)12,
- PreJitGrant = (short)11,
- Request = (short)1,
- RequestMinimum = (short)8,
- RequestOptional = (short)9,
- RequestRefuse = (short)10,
- }
- public partial class Sentinel : PEAPI.Type
- {
- public Sentinel() { }
- }
- public abstract partial class Signature : PEAPI.MetaDataElement
- {
- internal Signature() { }
- protected uint sigIx;
- }
- public partial class StringConst : PEAPI.DataConstant
- {
- public StringConst(string val) { }
- }
- public enum SubSystem
- {
- Native = 1,
- Native_Windows = 8,
- OS2_CUI = 5,
- POSIX_CUI = 7,
- Windows_CE_GUI = 9,
- Windows_CUI = 3,
- Windows_GUI = 2,
- }
- public partial class TryBlock : PEAPI.CodeBlock
- {
- protected bool fatFormat;
- protected int flags;
- public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public void AddHandler(PEAPI.HandlerBlock handler) { }
- }
- public abstract partial class Type : PEAPI.MetaDataElement
- {
- internal Type() { }
- protected byte typeIndex;
- protected PEAPI.TypeSpec typeSpec;
- }
- [System.FlagsAttribute]
- public enum TypeAttr
- {
- Abstract = 128,
- AutoClass = 131072,
- BeforeFieldInit = 1048576,
- ExplicitLayout = 16,
- Forwarder = 2097152,
- HasSecurity = 262144,
- Import = 4096,
- Interface = 32,
- NestedAssembly = 5,
- NestedFamAndAssem = 6,
- NestedFamily = 4,
- NestedFamOrAssem = 7,
- NestedPrivate = 3,
- NestedPublic = 2,
- Private = 0,
- Public = 1,
- PublicAbstract = 129,
- PublicSealed = 257,
- RTSpecialName = 2048,
- Sealed = 256,
- SequentialLayout = 8,
- Serializable = 8192,
- SpecialName = 1024,
- UnicodeClass = 65536,
- VisibilityMask = 7,
- }
- public enum TypeOp
- {
- box = 140,
- castclass = 116,
- constrained = 65046,
- cpobj = 112,
- initobj = 65045,
- isinst = 117,
- ldelem = 163,
- ldelema = 143,
- ldobj = 113,
- ldtoken = 208,
- mkrefany = 198,
- newarr = 141,
- refanyval = 194,
- sizeOf = 65052,
- stelem = 164,
- stobj = 129,
- unbox = 121,
- unbox_any = 165,
- }
- public partial class TypeSignatureException : System.Exception
- {
- public TypeSignatureException(string msg) { }
- }
- public partial class TypeSpec : PEAPI.MetaDataElement
- {
- internal TypeSpec() { }
- }
- public partial class UIntConst : PEAPI.DataConstant
- {
- public UIntConst(byte val) { }
- public UIntConst(ushort val) { }
- public UIntConst(uint val) { }
- public UIntConst(ulong val) { }
- }
- public partial class UnmanagedPointer : PEAPI.PtrType
- {
- public UnmanagedPointer(PEAPI.Type baseType) { }
- }
- public enum ValueClass
- {
- Enum = 1,
- ValueType = 0,
- }
- public partial class ZeroBasedArray : PEAPI.Array
- {
- public ZeroBasedArray(PEAPI.Type elementType) { }
- }
-}
diff --git a/src/v4.6.2/RabbitMQ.Client.cs b/src/v4.6.2/RabbitMQ.Client.cs
deleted file mode 100644
index 4339a1d..0000000
--- a/src/v4.6.2/RabbitMQ.Client.cs
+++ /dev/null
@@ -1,9412 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace RabbitMQ.Client
-{
- public partial class AmqpTcpEndpoint
- {
- public const int UseDefaultPort = -1;
- public AmqpTcpEndpoint() { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(string hostName) { }
- public AmqpTcpEndpoint(string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(System.Uri uri) { }
- public string HostName { get { throw null; } set { } }
- public int Port { get { throw null; } set { } }
- public RabbitMQ.Client.IProtocol Protocol { get { throw null; } set { } }
- public RabbitMQ.Client.SslOption Ssl { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint Parse(RabbitMQ.Client.IProtocol protocol, string address) { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint[] ParseMultiple(RabbitMQ.Client.IProtocol protocol, string addresses) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AmqpTimestamp
- {
- public AmqpTimestamp(long unixTime) { throw null;}
- public long UnixTime { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class AmqpVersion
- {
- public AmqpVersion(int major, int minor) { }
- public int Major { get { throw null; } }
- public int Minor { get { throw null; } }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class BasicGetResult
- {
- public BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } }
- public byte[] Body { get { throw null; } }
- public ulong DeliveryTag { get { throw null; } }
- public string Exchange { get { throw null; } }
- public uint MessageCount { get { throw null; } }
- public bool Redelivered { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- }
- public partial class BinaryTableValue
- {
- public BinaryTableValue() { }
- public BinaryTableValue(byte[] bytes) { }
- public byte[] Bytes { get { throw null; } set { } }
- }
- public partial class ConnectionFactory
- {
- public System.Collections.IDictionary ClientProperties;
- public const ushort DefaultChannelMax = (ushort)0;
- public const uint DefaultFrameMax = (uint)0;
- public const ushort DefaultHeartbeat = (ushort)0;
- public const string DefaultPass = "guest";
- public const string DefaultUser = "guest";
- public const string DefaultVHost = "/";
- public string HostName;
- public string Password;
- public int Port;
- public RabbitMQ.Client.IProtocol Protocol;
- public ushort RequestedChannelMax;
- public uint RequestedFrameMax;
- public ushort RequestedHeartbeat;
- public RabbitMQ.Client.SslOption Ssl;
- public string UserName;
- public string VirtualHost;
- public ConnectionFactory() { }
- public string Address { get { throw null; } set { } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } set { } }
- public virtual RabbitMQ.Client.IConnection CreateConnection() { throw null; }
- public virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects) { throw null; }
- protected virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, params RabbitMQ.Client.AmqpTcpEndpoint[] endpoints) { throw null; }
- protected virtual RabbitMQ.Client.IConnection FollowRedirectChain(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, ref RabbitMQ.Client.AmqpTcpEndpoint[] mostRecentKnownHosts, RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- }
- public partial class DefaultBasicConsumer : RabbitMQ.Client.IBasicConsumer
- {
- public DefaultBasicConsumer() { }
- public DefaultBasicConsumer(RabbitMQ.Client.IModel model) { }
- public string ConsumerTag { get { throw null; } set { } }
- public bool IsRunning { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- public virtual void HandleBasicCancelOk(string consumerTag) { }
- public virtual void HandleBasicConsumeOk(string consumerTag) { }
- public virtual void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnCancel() { }
- }
- public partial class ExchangeType
- {
- internal ExchangeType() { }
- public const string Direct = "direct";
- public const string Fanout = "fanout";
- public const string Topic = "topic";
- public static System.Collections.ICollection All() { throw null; }
- }
- public partial interface IBasicConsumer
- {
- RabbitMQ.Client.IModel Model { get; }
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body);
- void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface IBasicProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string AppId { get; set; }
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string CorrelationId { get; set; }
- byte DeliveryMode { get; set; }
- string Expiration { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.PublicationAddress ReplyToAddress { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- string Type { get; set; }
- string UserId { get; set; }
- void ClearAppId();
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearCorrelationId();
- void ClearDeliveryMode();
- void ClearExpiration();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- void ClearType();
- void ClearUserId();
- bool IsAppIdPresent();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsCorrelationIdPresent();
- bool IsDeliveryModePresent();
- bool IsExpirationPresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- bool IsTypePresent();
- bool IsUserIdPresent();
- void SetPersistent(bool persistent);
- }
- public partial interface IConnection : System.IDisposable
- {
- bool AutoClose { get; set; }
- ushort ChannelMax { get; }
- System.Collections.IDictionary ClientProperties { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- bool IsOpen { get; }
- RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get; }
- RabbitMQ.Client.IProtocol Protocol { get; }
- System.Collections.IDictionary ServerProperties { get; }
- System.Collections.IList ShutdownReport { get; }
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown;
- void Abort();
- void Abort(int timeout);
- void Abort(ushort reasonCode, string reasonText);
- void Abort(ushort reasonCode, string reasonText, int timeout);
- void Close();
- void Close(int timeout);
- void Close(ushort reasonCode, string reasonText);
- void Close(ushort reasonCode, string reasonText, int timeout);
- RabbitMQ.Client.IModel CreateModel();
- }
- public partial interface IContentHeader : System.ICloneable
- {
- int ProtocolClassId { get; }
- string ProtocolClassName { get; }
- }
- public partial interface IFileProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string Filename { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearFilename();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsFilenamePresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- }
- public partial interface IMethod
- {
- int ProtocolClassId { get; }
- int ProtocolMethodId { get; }
- string ProtocolMethodName { get; }
- }
- public partial interface IModel : System.IDisposable
- {
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn;
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown;
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort(ushort replyCode, string replyText);
- void BasicAck(ulong deliveryTag, bool multiple);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicCancel(string consumerTag);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- void BasicRecover(bool requeue);
- void BasicReject(ulong deliveryTag, bool requeue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "active")]void ChannelFlow(bool active);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close(ushort replyCode, string replyText);
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("basic")]
- RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("file")]
- RabbitMQ.Client.IFileProperties CreateFileProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("stream")]
- RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- void DtxSelect();
- void DtxStart(string dtxIdentifier);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type, bool durable);
- void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- void ExchangeDelete(string exchange, bool ifUnused, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait);
- void QueueBind(string queue, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue, bool durable);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "queue")]string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueuePurge(string queue, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8qpid")]
- void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- void TxCommit();
- void TxRollback();
- void TxSelect();
- }
- public partial interface IProtocol
- {
- string ApiName { get; }
- int DefaultPort { get; }
- int MajorVersion { get; }
- int MinorVersion { get; }
- RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- }
- public partial interface IStreamProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- byte Priority { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearContentEncoding();
- void ClearContentType();
- void ClearHeaders();
- void ClearPriority();
- void ClearTimestamp();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsHeadersPresent();
- bool IsPriorityPresent();
- bool IsTimestampPresent();
- }
- public partial class Protocols
- {
- internal Protocols() { }
- public static readonly string DefaultAppSettingsKey;
- public static readonly string EnvironmentVariable;
- public static RabbitMQ.Client.IProtocol AMQP_0_8 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_8_QPID { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_9 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol DefaultProtocol { get { throw null; } }
- public static RabbitMQ.Client.IProtocol FromConfiguration() { throw null; }
- public static RabbitMQ.Client.IProtocol FromConfiguration(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment() { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironmentVariable() { throw null; }
- public static RabbitMQ.Client.IProtocol Lookup(string name) { throw null; }
- public static RabbitMQ.Client.IProtocol SafeLookup(string name) { throw null; }
- }
- public partial class PublicationAddress
- {
- public static readonly System.Text.RegularExpressions.Regex PSEUDO_URI_PARSER;
- public PublicationAddress(string exchangeType, string exchangeName, string routingKey) { }
- public string ExchangeName { get { throw null; } }
- public string ExchangeType { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- public static RabbitMQ.Client.PublicationAddress Parse(string uriLikeString) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class QueueingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- protected RabbitMQ.Util.SharedQueue m_queue;
- public QueueingBasicConsumer() { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model) { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model, RabbitMQ.Util.SharedQueue queue) { }
- public RabbitMQ.Util.SharedQueue Queue { get { throw null; } }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void OnCancel() { }
- }
- public partial class ShutdownEventArgs : System.EventArgs
- {
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, object cause) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause) { }
- public object Cause { get { throw null; } }
- public ushort ClassId { get { throw null; } }
- public RabbitMQ.Client.ShutdownInitiator Initiator { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public ushort ReplyCode { get { throw null; } }
- public string ReplyText { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public enum ShutdownInitiator
- {
- Application = 0,
- Library = 1,
- Peer = 2,
- }
- public partial class ShutdownReportEntry
- {
- public string m_description;
- public System.Exception m_ex;
- public ShutdownReportEntry(string description, System.Exception ex) { }
- public string Description { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class SslHelper
- {
- internal SslHelper() { }
- public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption sslOption) { throw null; }
- }
- public partial class SslOption
- {
- public SslOption() { }
- public SslOption(string serverName) { }
- public SslOption(string serverName, string certPath, bool enabled) { }
- public System.Net.Security.SslPolicyErrors AcceptablePolicyErrors { get { throw null; } set { } }
- public string CertPassphrase { get { throw null; } set { } }
- public string CertPath { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection Certs { get { throw null; } }
- public bool Enabled { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public System.Security.Authentication.SslProtocols Version { get { throw null; } set { } }
- }
-}
-namespace RabbitMQ.Client.Apigen.Attributes
-{
- public abstract partial class AmqpApigenAttribute : System.Attribute
- {
- public string m_namespaceName;
- public AmqpApigenAttribute(string namespaceName) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpAsynchronousHandlerAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpAsynchronousHandlerAttribute(string namespaceName) : base (default(string)) { }
- }
- public partial class AmqpContentBodyMappingAttribute : System.Attribute
- {
- public AmqpContentBodyMappingAttribute() { }
- }
- public partial class AmqpContentHeaderFactoryAttribute : System.Attribute
- {
- public string m_contentClass;
- public AmqpContentHeaderFactoryAttribute(string contentClass) { }
- }
- public partial class AmqpContentHeaderMappingAttribute : System.Attribute
- {
- public AmqpContentHeaderMappingAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpFieldMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_fieldName;
- public AmqpFieldMappingAttribute(string namespaceName, string fieldName) : base (default(string)) { }
- }
- public partial class AmqpForceOneWayAttribute : System.Attribute
- {
- public AmqpForceOneWayAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodDoNotImplementAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpMethodDoNotImplementAttribute(string namespaceName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_className;
- public string m_methodName;
- public AmqpMethodMappingAttribute(string namespaceName, string className, string methodName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpNowaitArgumentAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_replacementExpression;
- public AmqpNowaitArgumentAttribute(string namespaceName) : base (default(string)) { }
- public AmqpNowaitArgumentAttribute(string namespaceName, string replacementExpression) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpUnsupportedAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpUnsupportedAttribute(string namespaceName) : base (default(string)) { }
- }
-}
-namespace RabbitMQ.Client.Content
-{
- public partial class BasicMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- public const int DefaultAccumulatorSize = 1024;
- protected System.IO.MemoryStream m_accumulator;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public BasicMessageBuilder(RabbitMQ.Client.IModel model) { }
- public BasicMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) { }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryWriter Writer { get { throw null; } }
- public virtual byte[] GetContentBody() { throw null; }
- public virtual RabbitMQ.Client.IContentHeader GetContentHeader() { throw null; }
- public virtual string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length) { throw null; }
- }
- public partial class BasicMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- protected byte[] m_body;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryReader m_reader;
- protected System.IO.MemoryStream m_stream;
- public BasicMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public byte[] BodyBytes { get { throw null; } }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryReader Reader { get { throw null; } }
- public int RawRead() { throw null; }
- public int RawRead(byte[] target, int offset, int length) { throw null; }
- }
- public partial class BytesMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IBytesMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- public BytesMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public BytesMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class BytesMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IBytesMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- public BytesMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public int Read(byte[] target, int offset, int count) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class BytesWireFormatting
- {
- public BytesWireFormatting() { }
- public static int Read(RabbitMQ.Util.NetworkBinaryReader reader, byte[] target, int offset, int count) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader, int count) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void Write(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source, int offset, int count) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public partial interface IBytesMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value);
- }
- public partial interface IBytesMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- int Read(byte[] target, int offset, int count);
- byte ReadByte();
- byte[] ReadBytes(int count);
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- float ReadSingle();
- string ReadString();
- }
- public partial interface IMapMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMapMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMessageBuilder
- {
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- byte[] GetContentBody();
- RabbitMQ.Client.IContentHeader GetContentHeader();
- string GetDefaultContentType();
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length);
- }
- public partial interface IMessageReader
- {
- byte[] BodyBytes { get; }
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- int RawRead();
- int RawRead(byte[] target, int offset, int length);
- }
- public partial interface IStreamMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value);
- }
- public partial interface IStreamMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- bool ReadBool();
- byte ReadByte();
- byte[] ReadBytes();
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- object ReadObject();
- object[] ReadObjects();
- float ReadSingle();
- string ReadString();
- }
- public partial class MapMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMapMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public MapMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- public override byte[] GetContentBody() { throw null; }
- public override string GetDefaultContentType() { throw null; }
- }
- public partial class MapMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMapMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- }
- public partial class MapWireFormatting
- {
- public MapWireFormatting() { }
- public static System.Collections.IDictionary ReadMap(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteMap(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary table) { }
- }
- public partial class PrimitiveParser
- {
- public PrimitiveParser() { }
- public static void InvalidConversion(string target, object source) { }
- public static bool ParseBool(string value) { throw null; }
- public static byte ParseByte(string value) { throw null; }
- public static double ParseDouble(string value) { throw null; }
- public static float ParseFloat(string value) { throw null; }
- public static int ParseInt(string value) { throw null; }
- public static long ParseLong(string value) { throw null; }
- public static short ParseShort(string value) { throw null; }
- }
- public partial class StreamMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder, RabbitMQ.Client.Content.IStreamMessageBuilder
- {
- public static readonly string MimeType;
- public StreamMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public StreamMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class StreamMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMessageReader, RabbitMQ.Client.Content.IStreamMessageReader
- {
- public static readonly string MimeType;
- public StreamMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public bool ReadBool() { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes() { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public object ReadObject() { throw null; }
- public object[] ReadObjects() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class StreamWireFormatting
- {
- public StreamWireFormatting() { }
- public static bool ReadBool(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadNonnullObject(string target, RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadObject(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadUntypedString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteBool(RabbitMQ.Util.NetworkBinaryWriter writer, bool value) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value, int offset, int length) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteObject(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- public static void WriteUntypedString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public enum StreamWireFormattingTag
- {
- Bool = 1,
- Byte = 2,
- Bytes = 3,
- Char = 5,
- Double = 9,
- Int16 = 4,
- Int32 = 6,
- Int64 = 7,
- Null = 11,
- Single = 8,
- String = 10,
- }
-}
-namespace RabbitMQ.Client.Events
-{
- public partial class BasicDeliverEventArgs : System.EventArgs
- {
- public BasicDeliverEventArgs() { }
- public BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string ConsumerTag { get { throw null; } set { } }
- public ulong DeliveryTag { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public bool Redelivered { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicDeliverEventHandler(RabbitMQ.Client.IBasicConsumer sender, RabbitMQ.Client.Events.BasicDeliverEventArgs args);
- public partial class BasicReturnEventArgs : System.EventArgs
- {
- public BasicReturnEventArgs() { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public ushort ReplyCode { get { throw null; } set { } }
- public string ReplyText { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicReturnEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.Events.BasicReturnEventArgs args);
- public partial class CallbackExceptionEventArgs : System.EventArgs
- {
- public CallbackExceptionEventArgs(System.Exception exception) { }
- public System.Collections.IDictionary Detail { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- }
- public delegate void CallbackExceptionEventHandler(object sender, RabbitMQ.Client.Events.CallbackExceptionEventArgs e);
- public delegate void ConnectionShutdownEventHandler(RabbitMQ.Client.IConnection connection, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ConsumerEventArgs : System.EventArgs
- {
- public ConsumerEventArgs(string consumerTag) { }
- public string ConsumerTag { get { throw null; } }
- }
- public delegate void ConsumerEventHandler(object sender, RabbitMQ.Client.Events.ConsumerEventArgs e);
- public delegate void ConsumerShutdownEventHandler(object sender, RabbitMQ.Client.ShutdownEventArgs e);
- public partial class EventingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- public EventingBasicConsumer() { }
- public event RabbitMQ.Client.Events.BasicDeliverEventHandler Received { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Registered { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerShutdownEventHandler Shutdown { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Unregistered { add { } remove { } }
- public override void HandleBasicCancelOk(string consumerTag) { }
- public override void HandleBasicConsumeOk(string consumerTag) { }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public delegate void ModelShutdownEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
-}
-namespace RabbitMQ.Client.Exceptions
-{
- public partial class AlreadyClosedException : RabbitMQ.Client.Exceptions.OperationInterruptedException
- {
- public AlreadyClosedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class BrokerUnreachableException : System.IO.IOException
- {
- public BrokerUnreachableException(System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors) { }
- public System.Collections.IDictionary ConnectionAttempts { get { throw null; } }
- public System.Collections.IDictionary ConnectionErrors { get { throw null; } }
- public override System.Collections.IDictionary Data { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChannelAllocationException : System.Exception
- {
- public ChannelAllocationException() { }
- public ChannelAllocationException(int channel) { }
- public int Channel { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OperationInterruptedException : System.Exception
- {
- protected RabbitMQ.Client.ShutdownEventArgs m_shutdownReason;
- protected OperationInterruptedException() { }
- public OperationInterruptedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- protected OperationInterruptedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- protected OperationInterruptedException(string message) { }
- protected OperationInterruptedException(string message, System.Exception inner) { }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class PacketNotRecognizedException : System.Net.ProtocolViolationException
- {
- public PacketNotRecognizedException(int transportHigh, int transportLow, int serverMajor, int serverMinor) { }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- public int TransportHigh { get { throw null; } }
- public int TransportLow { get { throw null; } }
- }
- public partial class PossibleAuthenticationFailureException : System.Exception
- {
- public PossibleAuthenticationFailureException(string msg, System.Exception inner) { }
- }
- public partial class ProtocolVersionMismatchException : System.Net.ProtocolViolationException
- {
- public ProtocolVersionMismatchException(int clientMajor, int clientMinor, int serverMajor, int serverMinor) { }
- public int ClientMajor { get { throw null; } }
- public int ClientMinor { get { throw null; } }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- }
- public partial class UnexpectedMethodException : System.Exception
- {
- public UnexpectedMethodException(RabbitMQ.Client.IMethod method) { }
- public RabbitMQ.Client.IMethod Method { get { throw null; } }
- }
- public partial class UnsupportedMethodException : System.NotSupportedException
- {
- public UnsupportedMethodException(string methodName) { }
- public string MethodName { get { throw null; } }
- }
- public partial class UnsupportedMethodFieldException : System.NotSupportedException
- {
- public UnsupportedMethodFieldException(string methodName, string fieldName) { }
- public string FieldName { get { throw null; } }
- public string MethodName { get { throw null; } }
- }
- public partial class WireFormattingException : System.Net.ProtocolViolationException
- {
- public WireFormattingException(string message) { }
- public WireFormattingException(string message, object offender) { }
- public object Offender { get { throw null; } }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8qpid
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecoverOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecoverOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 101;
- public BasicRecoverOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBound : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 22;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ExchangeBound() { }
- public ExchangeBound(string initExchange, string initRoutingKey, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBoundOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 23;
- public ushort m_replyCode;
- public string m_replyText;
- public ExchangeBoundOk() { }
- public ExchangeBoundOk(ushort initReplyCode, string initReplyText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_9
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IBasicConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 80;
- public ChannelOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public byte[] m_channelId;
- public ChannelOpenOk() { }
- public ChannelOpenOk(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelOpenOk.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPing : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPing, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 60;
- public ChannelPing() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPong : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPong, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 70;
- public ChannelPong() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 50;
- public byte[] m_channelId;
- public ChannelResume() { }
- public ChannelResume(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelResume.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Message = 120,
- Queue = 50,
- Stream = 80,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 51;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 42;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IFileConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageAppend : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageAppend, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 80;
- public byte[] m_bytes;
- public byte[] m_reference;
- public MessageAppend() { }
- public MessageAppend(byte[] initReference, byte[] initBytes) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Bytes { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public string m_destination;
- public MessageCancel() { }
- public MessageCancel(string initDestination) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCancel.Destination { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCheckpoint : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 90;
- public string m_identifier;
- public byte[] m_reference;
- public MessageCheckpoint() { }
- public MessageCheckpoint(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 70;
- public byte[] m_reference;
- public MessageClose() { }
- public MessageClose(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageClose.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public string m_destination;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public string m_queue;
- public ushort m_ticket;
- public MessageConsume() { }
- public MessageConsume(ushort initTicket, string initQueue, string initDestination, bool initNoLocal, bool initNoAck, bool initExclusive, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoLocal { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 510;
- public MessageEmpty() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public string m_destination;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public MessageGet() { }
- public MessageGet(ushort initTicket, string initQueue, string initDestination, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOffset : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOffset, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 530;
- public ulong m_value;
- public MessageOffset() { }
- public MessageOffset(ulong initValue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageOffset.Value { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 500;
- public MessageOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 60;
- public byte[] m_reference;
- public MessageOpen() { }
- public MessageOpen(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageOpen.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 110;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public MessageQos() { }
- public MessageQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 50;
- public bool m_requeue;
- public MessageRecover() { }
- public MessageRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 520;
- public ushort m_code;
- public string m_text;
- public MessageReject() { }
- public MessageReject(ushort initCode, string initText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageReject.Code { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageReject.Text { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 100;
- public string m_identifier;
- public byte[] m_reference;
- public MessageResume() { }
- public MessageResume(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageResume.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageResume.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageTransfer : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageTransfer, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public string m_appId;
- public System.Collections.IDictionary m_applicationHeaders;
- public byte[] m_body;
- public string m_contentEncoding;
- public string m_contentType;
- public string m_correlationId;
- public byte m_deliveryMode;
- public string m_destination;
- public string m_exchange;
- public RabbitMQ.Client.AmqpTimestamp m_expiration;
- public bool m_immediate;
- public string m_messageId;
- public byte m_priority;
- public bool m_redelivered;
- public string m_replyTo;
- public string m_routingKey;
- public byte[] m_securityToken;
- public ushort m_ticket;
- public RabbitMQ.Client.AmqpTimestamp m_timestamp;
- public string m_transactionId;
- public ulong m_ttl;
- public string m_userId;
- public MessageTransfer() { }
- public MessageTransfer(ushort initTicket, string initDestination, bool initRedelivered, bool initImmediate, ulong initTtl, byte initPriority, RabbitMQ.Client.AmqpTimestamp initTimestamp, byte initDeliveryMode, RabbitMQ.Client.AmqpTimestamp initExpiration, string initExchange, string initRoutingKey, string initMessageId, string initCorrelationId, string initReplyTo, string initContentType, string initContentEncoding, string initUserId, string initAppId, string initTransactionId, byte[] initSecurityToken, System.Collections.IDictionary initApplicationHeaders, byte[] initBody) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.AppId { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ApplicationHeaders { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Body { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentEncoding { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentType { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.CorrelationId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.DeliveryMode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Destination { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Exchange { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Expiration { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Immediate { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.MessageId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Priority { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ReplyTo { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.RoutingKey { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.SecurityToken { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ticket { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Timestamp { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.TransactionId { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ttl { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.UserId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IStreamConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8qpid
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicRecoverOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeBound : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- }
- public partial interface IExchangeBoundOk : RabbitMQ.Client.IMethod
- {
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8qpid.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_9
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NoConsumers = 313;
- public const int NoRoute = 312;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int PreconditionFailed = 406;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IChannelPing : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelPong : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelResume : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageAppend : RabbitMQ.Client.IMethod
- {
- byte[] Bytes { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageCancel : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- }
- public partial interface IMessageCheckpoint : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageClose : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageConsume : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageEmpty : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageGet : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageOffset : RabbitMQ.Client.IMethod
- {
- ulong Value { get; }
- }
- public partial interface IMessageOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageOpen : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IMessageRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IMessageReject : RabbitMQ.Client.IMethod
- {
- ushort Code { get; }
- string Text { get; }
- }
- public partial interface IMessageResume : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageTransfer : RabbitMQ.Client.IMethod
- {
- string AppId { get; }
- System.Collections.IDictionary ApplicationHeaders { get; }
- byte[] Body { get; }
- string ContentEncoding { get; }
- string ContentType { get; }
- string CorrelationId { get; }
- byte DeliveryMode { get; }
- string Destination { get; }
- string Exchange { get; }
- RabbitMQ.Client.AmqpTimestamp Expiration { get; }
- bool Immediate { get; }
- string MessageId { get; }
- byte Priority { get; }
- bool Redelivered { get; }
- string ReplyTo { get; }
- string RoutingKey { get; }
- byte[] SecurityToken { get; }
- ushort Ticket { get; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; }
- string TransactionId { get; }
- ulong Ttl { get; }
- string UserId { get; }
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_9.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Impl
-{
- public abstract partial class AbstractProtocolBase : RabbitMQ.Client.IProtocol
- {
- protected AbstractProtocolBase() { }
- public abstract string ApiName { get; }
- public abstract int DefaultPort { get; }
- public abstract int MajorVersion { get; }
- public abstract int MinorVersion { get; }
- public RabbitMQ.Client.AmqpVersion Version { get { throw null; } }
- public abstract bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd);
- public abstract void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- public abstract void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- public abstract RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- public abstract RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public abstract RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AssemblyState
- {
- Complete = 3,
- ExpectingContentBody = 2,
- ExpectingContentHeader = 1,
- ExpectingMethod = 0,
- }
- public abstract partial class BasicProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IBasicProperties, RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected BasicProperties() { }
- public abstract string AppId { get; set; }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string CorrelationId { get; set; }
- public abstract byte DeliveryMode { get; set; }
- public abstract string Expiration { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public RabbitMQ.Client.PublicationAddress ReplyToAddress { get { throw null; } set { } }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract string Type { get; set; }
- public abstract string UserId { get; set; }
- public abstract void ClearAppId();
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearCorrelationId();
- public abstract void ClearDeliveryMode();
- public abstract void ClearExpiration();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public abstract void ClearType();
- public abstract void ClearUserId();
- public override object Clone() { throw null; }
- public abstract bool IsAppIdPresent();
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsCorrelationIdPresent();
- public abstract bool IsDeliveryModePresent();
- public abstract bool IsExpirationPresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- public abstract bool IsTypePresent();
- public abstract bool IsUserIdPresent();
- public void SetPersistent(bool persistent) { }
- }
- public partial class ChannelErrorException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public ChannelErrorException(int channel) : base (default(string)) { }
- public int Channel { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class Command
- {
- public const int EmptyContentBodyFrameSize = 8;
- public byte[] m_body0;
- public System.Collections.ArrayList m_bodyN;
- public RabbitMQ.Client.Impl.ContentHeaderBase m_header;
- public RabbitMQ.Client.Impl.MethodBase m_method;
- public Command() { }
- public Command(RabbitMQ.Client.Impl.MethodBase method) { }
- public Command(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public byte[] Body { get { throw null; } }
- public RabbitMQ.Client.Impl.ContentHeaderBase Header { get { throw null; } }
- public RabbitMQ.Client.Impl.MethodBase Method { get { throw null; } }
- public void AppendBodyFragment(byte[] fragment) { }
- public static void CheckEmptyContentBodyFrameSize() { }
- public byte[] ConsolidateBody() { throw null; }
- public void Transmit(int channelNumber, RabbitMQ.Client.Impl.ConnectionBase connection) { }
- }
- public partial class CommandAssembler
- {
- public RabbitMQ.Client.Impl.Command m_command;
- public RabbitMQ.Client.Impl.AbstractProtocolBase m_protocol;
- public ulong m_remainingBodyBytes;
- public RabbitMQ.Client.Impl.AssemblyState m_state;
- public CommandAssembler(RabbitMQ.Client.Impl.AbstractProtocolBase protocol) { }
- public RabbitMQ.Client.Impl.Command HandleFrame(RabbitMQ.Client.Impl.Frame f) { throw null; }
- }
- public delegate void CommandHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd);
- public abstract partial class ConnectionBase : RabbitMQ.Client.IConnection, System.IDisposable
- {
- public static int ConnectionCloseTimeout;
- public static int HandshakeTimeout;
- public System.Threading.ManualResetEvent m_appContinuation;
- public RabbitMQ.Client.Events.CallbackExceptionEventHandler m_callbackException;
- public System.Collections.IDictionary m_clientProperties;
- public volatile bool m_closed;
- public volatile RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Client.Events.ConnectionShutdownEventHandler m_connectionShutdown;
- public readonly object m_eventLock;
- public RabbitMQ.Client.ConnectionFactory m_factory;
- public RabbitMQ.Client.Impl.IFrameHandler m_frameHandler;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public readonly RabbitMQ.Client.Impl.Frame m_heartbeatFrame;
- public System.Threading.AutoResetEvent m_heartbeatRead;
- public System.Threading.AutoResetEvent m_heartbeatWrite;
- public System.Guid m_id;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public int m_missedHeartbeats;
- public RabbitMQ.Client.Impl.ModelBase m_model0;
- public volatile bool m_running;
- public System.Collections.IDictionary m_serverProperties;
- public RabbitMQ.Client.Impl.MainSession m_session0;
- public RabbitMQ.Client.Impl.SessionManager m_sessionManager;
- public System.Collections.IList m_shutdownReport;
- public ConnectionBase(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { }
- public bool AutoClose { get { throw null; } set { } }
- public ushort ChannelMax { get { throw null; } }
- public System.Collections.IDictionary ClientProperties { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public uint FrameMax { get { throw null; } set { } }
- public ushort Heartbeat { get { throw null; } set { } }
- public bool IsOpen { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.AbstractProtocolBase Protocol { get { throw null; } }
- RabbitMQ.Client.IProtocol RabbitMQ.Client.IConnection.Protocol { get { throw null; } }
- public System.Collections.IDictionary ServerProperties { get { throw null; } set { } }
- public System.Collections.IList ShutdownReport { get { throw null; } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(int timeout) { }
- public void Abort(ushort reasonCode, string reasonText) { }
- public void Abort(ushort reasonCode, string reasonText, RabbitMQ.Client.ShutdownInitiator initiator, int timeout) { }
- public void Abort(ushort reasonCode, string reasonText, int timeout) { }
- public void Close() { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool abort, int timeout) { }
- public void Close(int timeout) { }
- public void Close(ushort reasonCode, string reasonText) { }
- public void Close(ushort reasonCode, string reasonText, int timeout) { }
- public void ClosingLoop() { }
- public RabbitMQ.Client.Impl.Command ConnectionCloseWrapper(ushort reasonCode, string reasonText) { throw null; }
- public RabbitMQ.Client.IModel CreateModel() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession(int channelNumber) { throw null; }
- public static System.Collections.IDictionary DefaultClientProperties() { throw null; }
- public void FinishClose() { }
- public void HandleDomainUnload(object sender, System.EventArgs ea) { }
- public void HandleMainLoopException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public bool HardProtocolExceptionHandler(RabbitMQ.Client.Impl.HardProtocolException hpe) { throw null; }
- public void HeartbeatReadLoop() { }
- public void HeartbeatWriteLoop() { }
- public void InternalClose(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void LogCloseError(string error, System.Exception ex) { }
- public void MainLoop() { }
- public void MainLoopIteration() { }
- public void NotifyHeartbeatThread() { }
- public void NotifyReceivedCloseOk() { }
- public void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public void OnShutdown() { }
- public void Open(bool insist) { }
- public void PrettyPrintShutdownReport() { }
- public void QuiesceChannel(RabbitMQ.Client.Impl.SoftProtocolException pe) { }
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- public void StartHeartbeatLoop(System.Threading.ThreadStart loop, string name) { }
- public void StartHeartbeatLoops() { }
- public void StartMainLoop() { }
- void System.IDisposable.Dispose() { }
- public void TerminateMainloop() { }
- public override string ToString() { throw null; }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame f) { }
- public delegate void ConnectionCloseDelegate(ushort replyCode, string replyText, ushort classId, ushort methodId);
- }
- public partial class ConnectionStartDetails
- {
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStartDetails() { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ConnectionTuneDetails
- {
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- }
- public abstract partial class ContentHeaderBase : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected ContentHeaderBase() { }
- public abstract int ProtocolClassId { get; }
- public abstract string ProtocolClassName { get; }
- public abstract void AppendPropertyDebugStringTo(System.Text.StringBuilder sb);
- public virtual object Clone() { throw null; }
- public ulong ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public abstract void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader);
- public abstract void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer);
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer, ulong bodySize) { }
- }
- public partial class ContentHeaderPropertyReader
- {
- protected ushort m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ContinuationBitSet { get { throw null; } }
- public void FinishPresence() { }
- public bool ReadBit() { throw null; }
- public void ReadFlagWord() { }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public bool ReadPresence() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class ContentHeaderPropertyWriter
- {
- protected int m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void FinishPresence() { }
- public void WriteBit(bool bit) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WritePresence(bool present) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class FileProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IFileProperties, System.ICloneable
- {
- protected FileProperties() { }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string Filename { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearFilename();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsFilenamePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class Frame
- {
- public System.IO.MemoryStream m_accumulator;
- public int m_channel;
- public byte[] m_payload;
- public int m_type;
- public Frame() { }
- public Frame(int type, int channel) { }
- public Frame(int type, int channel, byte[] payload) { }
- public int Channel { get { throw null; } }
- public byte[] Payload { get { throw null; } }
- public int Type { get { throw null; } }
- public void FinishWriting() { }
- public RabbitMQ.Util.NetworkBinaryReader GetReader() { throw null; }
- public RabbitMQ.Util.NetworkBinaryWriter GetWriter() { throw null; }
- public static void ProcessProtocolHeader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public static RabbitMQ.Client.Impl.Frame ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override string ToString() { throw null; }
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- }
- public abstract partial class HardProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected HardProtocolException(string message) : base (default(string)) { }
- }
- public partial interface IFrameHandler
- {
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- int Timeout { get; set; }
- void Close();
- RabbitMQ.Client.Impl.Frame ReadFrame();
- void SendHeader();
- void WriteFrame(RabbitMQ.Client.Impl.Frame frame);
- }
- public partial interface IFullModel : RabbitMQ.Client.IModel, System.IDisposable
- {
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "tune")]RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicGetEmpty();
- void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleChannelCloseOk();
- void HandleChannelFlow(bool active);
- void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleConnectionOpenOk(string knownHosts);
- void HandleConnectionRedirect(string host, string knownHosts);
- void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "cancel")]
- void _Private_BasicCancel(string consumerTag, bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "consume")]
- void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute("RabbitMQ.Client.Framing.v0_8qpid", "arguments"), RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8")]System.Collections.IDictionary filter);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "get")]
- void _Private_BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "publish")]
- void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close")]
- void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close-ok")]
- void _Private_ChannelCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "flow-ok")]
- void _Private_ChannelFlowOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "open")]
- void _Private_ChannelOpen(string outOfBand);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close")]
- void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close-ok")]
- void _Private_ConnectionCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "open")]
- void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- }
- public partial interface IRpcContinuation
- {
- void HandleCommand(RabbitMQ.Client.Impl.Command cmd);
- void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface ISession
- {
- int ChannelNumber { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.Impl.CommandHandler CommandReceived { get; set; }
- RabbitMQ.Client.IConnection Connection { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown;
- void Close(RabbitMQ.Client.ShutdownEventArgs reason);
- void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify);
- void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- void Notify();
- void Transmit(RabbitMQ.Client.Impl.Command cmd);
- }
- public partial class MainSession : RabbitMQ.Client.Impl.Session
- {
- public int m_closeClassId;
- public int m_closeMethodId;
- public int m_closeOkClassId;
- public int m_closeOkMethodId;
- public bool m_closeServerInitiated;
- public bool m_closing;
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate m_handler;
- public MainSession(RabbitMQ.Client.Impl.ConnectionBase connection) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate Handler { get { throw null; } set { } }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- public void SetSessionClosing(bool closeServerInitiated) { }
- public override void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- public delegate void SessionCloseDelegate();
- }
- public partial class MalformedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public MalformedFrameException(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class MethodArgumentReader
- {
- public MethodArgumentReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ReadBit() { throw null; }
- public byte[] ReadContent() { throw null; }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class MethodArgumentWriter
- {
- public MethodArgumentWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void Flush() { }
- public void WriteBit(bool val) { }
- public void WriteContent(byte[] val) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class MethodBase : RabbitMQ.Client.IMethod
- {
- protected MethodBase() { }
- public abstract bool HasContent { get; }
- public abstract int ProtocolClassId { get; }
- public abstract int ProtocolMethodId { get; }
- public abstract string ProtocolMethodName { get; }
- public abstract void AppendArgumentDebugStringTo(System.Text.StringBuilder sb);
- public abstract void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader);
- public abstract void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer);
- }
- public abstract partial class ModelBase : RabbitMQ.Client.IModel, RabbitMQ.Client.Impl.IFullModel, System.IDisposable
- {
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Util.BlockingCell m_connectionStartCell;
- public readonly System.Collections.IDictionary m_consumers;
- public RabbitMQ.Client.Impl.RpcContinuationQueue m_continuationQueue;
- public System.Threading.ManualResetEvent m_flowControlBlock;
- public RabbitMQ.Client.Impl.ISession m_session;
- public ModelBase(RabbitMQ.Client.Impl.ISession session) { }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- public event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn { add { } remove { } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(ushort replyCode, string replyText) { }
- public abstract void BasicAck(ulong deliveryTag, bool multiple);
- public void BasicCancel(string consumerTag) { }
- public string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck) { throw null; }
- public void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public abstract void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- public abstract void BasicRecover(bool requeue);
- public abstract void BasicReject(ulong deliveryTag, bool requeue);
- public abstract void ChannelFlow(bool active);
- public void Close() { }
- public void Close(ushort replyCode, string replyText) { }
- public void Close(ushort replyCode, string replyText, bool abort) { }
- public string ConnectionOpen(string virtualHost, string capabilities, bool insist) { throw null; }
- public abstract RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- public abstract void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- public abstract RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- public abstract RabbitMQ.Client.IFileProperties CreateFileProperties();
- public abstract RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- public abstract bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd);
- public abstract void DtxSelect();
- public abstract void DtxStart(string dtxIdentifier);
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void ExchangeDeclare(string exchange, string type) { }
- public void ExchangeDeclare(string exchange, string type, bool durable) { }
- public abstract void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments);
- public abstract void ExchangeDelete(string exchange, bool ifUnused, bool nowait);
- public void FinishClose() { }
- public void HandleBasicCancelOk(string consumerTag) { }
- public void HandleBasicConsumeOk(string consumerTag) { }
- public void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicGetEmpty() { }
- public void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleChannelCloseOk() { }
- public void HandleChannelFlow(bool active) { }
- public void HandleCommand(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd) { }
- public void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleConnectionOpenOk(string knownHosts) { }
- public void HandleConnectionRedirect(string host, string knownHosts) { }
- public void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales) { }
- public RabbitMQ.Client.Impl.MethodBase ModelRpc(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { throw null; }
- public void ModelSend(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public virtual void OnBasicReturn(RabbitMQ.Client.Events.BasicReturnEventArgs args) { }
- public virtual void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public virtual void OnModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void OnSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public abstract void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments);
- public string QueueDeclare() { throw null; }
- public string QueueDeclare(string queue) { throw null; }
- public string QueueDeclare(string queue, bool durable) { throw null; }
- public abstract string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments);
- public abstract uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait);
- public abstract uint QueuePurge(string queue, bool nowait);
- public abstract void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- void System.IDisposable.Dispose() { }
- public override string ToString() { throw null; }
- public void TransmitAndEnqueue(RabbitMQ.Client.Impl.Command cmd, RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public abstract void TxCommit();
- public abstract void TxRollback();
- public abstract void TxSelect();
- public abstract void _Private_BasicCancel(string consumerTag, bool nowait);
- public abstract void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter);
- public abstract void _Private_BasicGet(string queue, bool noAck);
- public abstract void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- public abstract void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ChannelCloseOk();
- public abstract void _Private_ChannelFlowOk();
- public abstract void _Private_ChannelOpen(string outOfBand);
- public abstract void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ConnectionCloseOk();
- public abstract void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- public partial class BasicConsumerRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.IBasicConsumer m_consumer;
- public string m_consumerTag;
- public BasicConsumerRpcContinuation() { }
- }
- public partial class BasicGetRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.BasicGetResult m_result;
- public BasicGetRpcContinuation() { }
- }
- public partial class ConnectionOpenContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public string m_host;
- public string m_knownHosts;
- public bool m_redirect;
- public ConnectionOpenContinuation() { }
- }
- }
- public abstract partial class ProtocolException : System.Net.ProtocolViolationException
- {
- protected ProtocolException(string message) { }
- public abstract ushort ReplyCode { get; }
- public virtual RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class QuiescingSession : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.ShutdownEventArgs m_reason;
- public int m_replyClassId;
- public int m_replyMethodId;
- public QuiescingSession(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber, RabbitMQ.Client.ShutdownEventArgs reason, int replyClassId, int replyMethodId) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public partial class RedirectException : System.Exception
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_host;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public RedirectException(RabbitMQ.Client.AmqpTcpEndpoint host, RabbitMQ.Client.AmqpTcpEndpoint[] knownHosts) { }
- public RedirectException(RabbitMQ.Client.IProtocol protocol, string host, string knownHosts) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Host { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } }
- public static RabbitMQ.Client.AmqpTcpEndpoint ParseHost(RabbitMQ.Client.IProtocol protocol, string host) { throw null; }
- }
- public partial class RpcContinuationQueue
- {
- public RabbitMQ.Client.Impl.IRpcContinuation m_outstandingRpc;
- public RpcContinuationQueue() { }
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.IRpcContinuation Next() { throw null; }
- }
- public partial class Session : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.Impl.CommandAssembler m_assembler;
- public Session(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SessionBase : RabbitMQ.Client.Impl.ISession
- {
- public readonly int m_channelNumber;
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public readonly RabbitMQ.Client.Impl.ConnectionBase m_connection;
- public SessionBase(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) { }
- public int ChannelNumber { get { throw null; } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.Impl.CommandHandler CommandReceived { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.ConnectionBase Connection { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- RabbitMQ.Client.IConnection RabbitMQ.Client.Impl.ISession.Connection { get { throw null; } }
- public event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown { add { } remove { } }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify) { }
- public abstract void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- public void Notify() { }
- public virtual void OnCommandReceived(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void OnConnectionShutdown(RabbitMQ.Client.IConnection conn, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnSessionShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public override string ToString() { throw null; }
- public virtual void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- }
- public partial class SessionManager
- {
- public readonly ushort ChannelMax;
- public SessionManager(RabbitMQ.Client.Impl.ConnectionBase connection, ushort channelMax) { }
- public bool AutoClose { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public void AutoCloseConnection() { }
- public void CheckAutoClose() { }
- public RabbitMQ.Client.Impl.ISession Create() { throw null; }
- public RabbitMQ.Client.Impl.ISession Create(int channelNumber) { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateInternal(int channelNumber) { throw null; }
- public void HandleSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.ISession Lookup(int number) { throw null; }
- public RabbitMQ.Client.Impl.ISession Swap(int channelNumber, RabbitMQ.Client.Impl.ISession replacement) { throw null; }
- }
- public delegate void SessionShutdownEventHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ShutdownContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public ShutdownContinuation() { }
- public virtual void OnShutdown(RabbitMQ.Client.IConnection sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnShutdown(RabbitMQ.Client.IModel sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual RabbitMQ.Client.ShutdownEventArgs Wait() { throw null; }
- }
- public partial class SimpleBlockingRpcContinuation : RabbitMQ.Client.Impl.IRpcContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public SimpleBlockingRpcContinuation() { }
- public virtual RabbitMQ.Client.Impl.Command GetReply() { throw null; }
- public virtual void HandleCommand(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class SocketFrameHandler_0_9 : RabbitMQ.Client.Impl.IFrameHandler
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_endpoint;
- public RabbitMQ.Util.NetworkBinaryReader m_reader;
- public System.Net.Sockets.TcpClient m_socket;
- public RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public const int WSAEWOULDBLOCK = 10035;
- public SocketFrameHandler_0_9(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public int Timeout { get { throw null; } set { } }
- public void Close() { }
- public RabbitMQ.Client.Impl.Frame ReadFrame() { throw null; }
- public void SendHeader() { }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SoftProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected SoftProtocolException(int channelNumber, string message) : base (default(string)) { }
- public int Channel { get { throw null; } }
- }
- public abstract partial class StreamProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IStreamProperties, System.ICloneable
- {
- protected StreamProperties() { }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract byte Priority { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearHeaders();
- public abstract void ClearPriority();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class SyntaxError : RabbitMQ.Client.Impl.HardProtocolException
- {
- public SyntaxError(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnexpectedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public RabbitMQ.Client.Impl.Frame m_frame;
- public UnexpectedFrameException(RabbitMQ.Client.Impl.Frame frame) : base (default(string)) { }
- public RabbitMQ.Client.Impl.Frame Frame { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnknownClassOrMethodException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public UnknownClassOrMethodException(ushort classId, ushort methodId) : base (default(string)) { }
- public ushort ClassId { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class WireFormatting
- {
- public WireFormatting() { }
- public static decimal AmqpToDecimal(byte scale, uint unsignedMantissa) { throw null; }
- public static void DecimalToAmqp(decimal value, out byte scale, out int mantissa) { scale = default(byte); mantissa = default(int); }
- public static System.Collections.IList ReadArray(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static decimal ReadDecimal(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadFieldValue(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static uint ReadLong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ulong ReadLonglong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadLongstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadOctet(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ushort ReadShort(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadShortstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static System.Collections.IDictionary ReadTable(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static RabbitMQ.Client.AmqpTimestamp ReadTimestamp(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteArray(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IList val) { }
- public static void WriteDecimal(RabbitMQ.Util.NetworkBinaryWriter writer, decimal value) { }
- public static void WriteFieldValue(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteLong(RabbitMQ.Util.NetworkBinaryWriter writer, uint val) { }
- public static void WriteLonglong(RabbitMQ.Util.NetworkBinaryWriter writer, ulong val) { }
- public static void WriteLongstr(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] val) { }
- public static void WriteOctet(RabbitMQ.Util.NetworkBinaryWriter writer, byte val) { }
- public static void WriteShort(RabbitMQ.Util.NetworkBinaryWriter writer, ushort val) { }
- public static void WriteShortstr(RabbitMQ.Util.NetworkBinaryWriter writer, string val) { }
- public static void WriteTable(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary val) { }
- public static void WriteTimestamp(RabbitMQ.Util.NetworkBinaryWriter writer, RabbitMQ.Client.AmqpTimestamp val) { }
- }
-}
-namespace RabbitMQ.Client.MessagePatterns
-{
- public partial class SimpleRpcClient : System.IDisposable
- {
- protected RabbitMQ.Client.IModel m_model;
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcClient(RabbitMQ.Client.IModel model) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, RabbitMQ.Client.PublicationAddress address) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string queueName) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string exchange, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.PublicationAddress Address { get { throw null; } set { } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public RabbitMQ.Client.MessagePatterns.Subscription Subscription { get { throw null; } }
- public int TimeoutMilliseconds { get { throw null; } set { } }
- public event System.EventHandler Disconnected { add { } remove { } }
- public event System.EventHandler TimedOut { add { } remove { } }
- public virtual RabbitMQ.Client.Events.BasicDeliverEventArgs Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { throw null; }
- public virtual byte[] Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual byte[] Call(byte[] body) { throw null; }
- public virtual object[] Call(params object[] args) { throw null; }
- public virtual void Cast(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public void Close() { }
- protected virtual void EnsureSubscription() { }
- public virtual void OnDisconnected() { }
- public virtual void OnTimedOut() { }
- protected virtual RabbitMQ.Client.Events.BasicDeliverEventArgs RetrieveReply(string correlationId) { throw null; }
- void System.IDisposable.Dispose() { }
- }
- public partial class SimpleRpcServer : System.IDisposable
- {
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcServer(RabbitMQ.Client.MessagePatterns.Subscription subscription) { }
- public bool Transactional { get { throw null; } }
- public void Close() { }
- public virtual byte[] HandleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual byte[] HandleSimpleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleSimpleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual void HandleStreamMessageCall(RabbitMQ.Client.Content.IStreamMessageBuilder replyWriter, bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, object[] args) { }
- public void MainLoop() { }
- public virtual void ProcessRequest(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void SetTransactional() { }
- void System.IDisposable.Dispose() { }
- }
- public partial class Subscription : System.Collections.IEnumerable, System.Collections.IEnumerator, System.IDisposable
- {
- protected volatile RabbitMQ.Client.QueueingBasicConsumer m_consumer;
- protected readonly object m_consumerLock;
- protected string m_consumerTag;
- protected RabbitMQ.Client.Events.BasicDeliverEventArgs m_latestEvent;
- protected RabbitMQ.Client.IModel m_model;
- protected bool m_noAck;
- protected string m_queueName;
- protected volatile bool m_shouldDelete;
- public Subscription(RabbitMQ.Client.IModel model) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, string exchangeName, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.IBasicConsumer Consumer { get { throw null; } }
- public string ConsumerTag { get { throw null; } }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs LatestEvent { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public bool NoAck { get { throw null; } }
- public string QueueName { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Ack() { }
- public void Ack(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void Bind(string exchangeName, string exchangeType, string routingKey) { }
- public void Close() { }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs Next() { throw null; }
- public bool Next(int millisecondsTimeout, out RabbitMQ.Client.Events.BasicDeliverEventArgs result) { result = default(RabbitMQ.Client.Events.BasicDeliverEventArgs); throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- void System.IDisposable.Dispose() { }
- }
-}
-namespace RabbitMQ.Util
-{
- public partial class BlockingCell
- {
- public BlockingCell() { }
- public object Value { get { throw null; } set { } }
- public bool GetValue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public static int validatedTimeout(int timeout) { throw null; }
- }
- public partial class DebugUtil
- {
- internal DebugUtil() { }
- public static void Dump(byte[] bytes) { }
- public static void Dump(byte[] bytes, System.IO.TextWriter writer) { }
- public static void DumpKeyValue(string key, object value, System.IO.TextWriter writer, int indent) { }
- public static void DumpProperties(object value, System.IO.TextWriter writer, int indent) { }
- }
- public partial class Either
- {
- internal Either() { }
- public RabbitMQ.Util.EitherAlternative Alternative { get { throw null; } }
- public object Value { get { throw null; } }
- public static RabbitMQ.Util.Either Left(object value) { throw null; }
- public static RabbitMQ.Util.Either Right(object value) { throw null; }
- }
- public enum EitherAlternative
- {
- Left = 0,
- Right = 1,
- }
- public partial class IntAllocator
- {
- public IntAllocator(int start, int end) { }
- public int Allocate() { throw null; }
- public void Free(int id) { }
- public bool Reserve(int id) { throw null; }
- public partial class IntervalList
- {
- public int End;
- public RabbitMQ.Util.IntAllocator.IntervalList Next;
- public int Start;
- public IntervalList(int start, int end) { }
- public static RabbitMQ.Util.IntAllocator.IntervalList FromArray(int[] xs, int length) { throw null; }
- public static RabbitMQ.Util.IntAllocator.IntervalList Merge(RabbitMQ.Util.IntAllocator.IntervalList x, RabbitMQ.Util.IntAllocator.IntervalList y) { throw null; }
- }
- }
- public partial class NetworkBinaryReader : System.IO.BinaryReader
- {
- public NetworkBinaryReader(System.IO.Stream input) : base (default(System.IO.Stream)) { }
- public NetworkBinaryReader(System.IO.Stream input, System.Text.Encoding encoding) : base (default(System.IO.Stream)) { }
- public override double ReadDouble() { throw null; }
- public override short ReadInt16() { throw null; }
- public override int ReadInt32() { throw null; }
- public override long ReadInt64() { throw null; }
- public override float ReadSingle() { throw null; }
- public override ushort ReadUInt16() { throw null; }
- public override uint ReadUInt32() { throw null; }
- public override ulong ReadUInt64() { throw null; }
- public static System.IO.BinaryReader TemporaryBinaryReader(byte[] bytes) { throw null; }
- }
- public partial class NetworkBinaryWriter : System.IO.BinaryWriter
- {
- public NetworkBinaryWriter(System.IO.Stream output) { }
- public NetworkBinaryWriter(System.IO.Stream output, System.Text.Encoding encoding) { }
- public static System.IO.BinaryWriter TemporaryBinaryWriter(int initialSize) { throw null; }
- public static byte[] TemporaryContents(System.IO.BinaryWriter w) { throw null; }
- public override void Write(double d) { }
- public override void Write(short i) { }
- public override void Write(int i) { }
- public override void Write(long i) { }
- public override void Write(float f) { }
- public override void Write(ushort i) { }
- public override void Write(uint i) { }
- public override void Write(ulong i) { }
- }
- public partial class Semaphore
- {
- public Semaphore() { }
- public Semaphore(int initialCount) { }
- public int Value { get { throw null; } }
- public void Release() { }
- public bool TryWait() { throw null; }
- public void Wait() { }
- }
- public partial class SharedQueue : System.Collections.IEnumerable
- {
- protected bool m_isOpen;
- protected System.Collections.Queue m_queue;
- public SharedQueue() { }
- public void Close() { }
- public object Dequeue() { throw null; }
- public bool Dequeue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public object DequeueNoWait(object defaultValue) { throw null; }
- public void Enqueue(object o) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class SharedQueueEnumerator : System.Collections.IEnumerator
- {
- protected object m_current;
- protected RabbitMQ.Util.SharedQueue m_queue;
- public SharedQueueEnumerator(RabbitMQ.Util.SharedQueue queue) { }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class XmlUtil
- {
- internal XmlUtil() { }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter() { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(System.IO.Stream stream) { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(string path) { throw null; }
- public static System.Xml.XmlDocument SerializeObject(System.Type serializationType, object obj) { throw null; }
- }
-}
diff --git a/src/v4.6.2/WebMatrix.Data.cs b/src/v4.6.2/WebMatrix.Data.cs
deleted file mode 100644
index c287acd..0000000
--- a/src/v4.6.2/WebMatrix.Data.cs
+++ /dev/null
@@ -1,55 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace WebMatrix.Data
-{
- public partial class ConnectionEventArgs : System.EventArgs
- {
- public ConnectionEventArgs(System.Data.Common.DbConnection connection) { }
- public System.Data.Common.DbConnection Connection { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class Database : System.IDisposable
- {
- internal Database() { }
- public System.Data.Common.DbConnection Connection { get { throw null; } }
- public static event System.EventHandler<WebMatrix.Data.ConnectionEventArgs> ConnectionOpened { add { } remove { } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int Execute(string commandText, params object[] args) { throw null; }
- public object GetLastInsertId() { throw null; }
- public static WebMatrix.Data.Database Open(string name) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString, string providerName) { throw null; }
- public System.Collections.Generic.IEnumerable<dynamic> Query(string commandText, params object[] args) { throw null; }
- public dynamic QuerySingle(string commandText, params object[] args) { throw null; }
- public object QueryValue(string commandText, params object[] args) { throw null; }
- }
- public sealed partial class DynamicRecord : System.Dynamic.DynamicObject, System.ComponentModel.ICustomTypeDescriptor
- {
- internal DynamicRecord() { }
- public System.Collections.Generic.IList<string> Columns { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public object this[int index] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public override System.Collections.Generic.IEnumerable<string> GetDynamicMemberNames() { throw null; }
- System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
- System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
- System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
- System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
- public override bool TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) { result = default(object); throw null; }
- }
-}
diff --git a/src/v4.6/Commons.Xml.Relaxng.cs b/src/v4.6/Commons.Xml.Relaxng.cs
deleted file mode 100644
index 9553640..0000000
--- a/src/v4.6/Commons.Xml.Relaxng.cs
+++ /dev/null
@@ -1,1149 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Commons.Xml.Relaxng.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.1")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Commons.Xml
-{
- public partial class XmlDefaultReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo
- {
- public XmlDefaultReader(System.Xml.XmlReader reader) { }
- public override int AttributeCount { get { throw null; } }
- public override string BaseURI { get { throw null; } }
- public override int Depth { get { throw null; } }
- public override bool EOF { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override bool IsDefault { get { throw null; } }
- public override bool IsEmptyElement { get { throw null; } }
- public override string this[int i] { get { throw null; } }
- public override string this[string name] { get { throw null; } }
- public override string this[string localName, string namespaceURI] { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public int LinePosition { get { throw null; } }
- public override string LocalName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override System.Xml.XmlNameTable NameTable { get { throw null; } }
- public override System.Xml.XmlNodeType NodeType { get { throw null; } }
- public override string Prefix { get { throw null; } }
- public override char QuoteChar { get { throw null; } }
- public System.Xml.XmlReader Reader { get { throw null; } }
- public override System.Xml.ReadState ReadState { get { throw null; } }
- public override string Value { get { throw null; } }
- public override string XmlLang { get { throw null; } }
- public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
- public override void Close() { }
- public override string GetAttribute(int i) { throw null; }
- public override string GetAttribute(string name) { throw null; }
- public override string GetAttribute(string localName, string namespaceURI) { throw null; }
- public bool HasLineInfo() { throw null; }
- public override string LookupNamespace(string prefix) { throw null; }
- public override void MoveToAttribute(int i) { }
- public override bool MoveToAttribute(string name) { throw null; }
- public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
- public override bool MoveToElement() { throw null; }
- public override bool MoveToFirstAttribute() { throw null; }
- public override bool MoveToNextAttribute() { throw null; }
- public override bool Read() { throw null; }
- public override bool ReadAttributeValue() { throw null; }
- public override void ResolveEntity() { }
- }
-}
-namespace Commons.Xml.Nvdl
-{
- public partial class Nvdl
- {
- internal Nvdl() { }
- public const string BuiltInValidationNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/predefinedSchema/1.0";
- public const string InstanceNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/instance/1.0";
- public const string Namespace = "http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0";
- }
- public abstract partial class NvdlAction : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlAction() { }
- }
- public partial class NvdlActionList : System.Collections.CollectionBase
- {
- public NvdlActionList() { }
- public Commons.Xml.Nvdl.NvdlAction this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlAction item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlAction item) { }
- }
- public partial class NvdlAllow : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlAllow() { }
- }
- public partial class NvdlAnyNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlAnyNamespace() { }
- }
- public partial class NvdlAttach : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttach() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttachPlaceholder : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttachPlaceholder() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttributable : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlAttributable() { }
- public System.Collections.ArrayList Foreign { get { throw null; } }
- }
- public partial class NvdlBuiltInValidationProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlBuiltInValidationProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public partial class NvdlCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- public NvdlCancelAction() { }
- }
- public partial class NvdlCompileException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlCompileException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlCompileException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlConfig
- {
- public NvdlConfig() { }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void AddProvider(Commons.Xml.Nvdl.NvdlValidationProvider provider) { }
- public Commons.Xml.Nvdl.NvdlValidatorGenerator GetGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string inheritSchemaType) { throw null; }
- }
- public partial class NvdlContext : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlContext() { }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string Path { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlContextList : System.Collections.CollectionBase
- {
- public NvdlContextList() { }
- public Commons.Xml.Nvdl.NvdlContext this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlContext item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlContext item) { }
- }
- public partial class NvdlElementBase : System.Xml.IXmlLineInfo
- {
- public NvdlElementBase() { }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public string SourceUri { get { throw null; } set { } }
- public bool HasLineInfo() { throw null; }
- }
- public partial class NvdlException : System.Exception
- {
- public NvdlException(string message) { }
- public NvdlException(string message, System.Exception inner) { }
- }
- public partial class NvdlIncludedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlIncludedMode() { }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlInstanceValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlInstanceValidationException(string message, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- public NvdlInstanceValidationException(string message, System.Exception inner, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- }
- public partial class NvdlMessage : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlMessage() { }
- public System.Collections.ArrayList ForeignAttributes { get { throw null; } }
- public string Text { get { throw null; } set { } }
- public string XmlLang { get { throw null; } set { } }
- }
- public partial class NvdlMessageEventArgs : System.EventArgs
- {
- public NvdlMessageEventArgs(string message) { }
- public string Message { get { throw null; } }
- }
- public delegate void NvdlMessageEventHandler(object o, Commons.Xml.Nvdl.NvdlMessageEventArgs e);
- public partial class NvdlMessageList : System.Collections.CollectionBase
- {
- public NvdlMessageList() { }
- public Commons.Xml.Nvdl.NvdlMessage this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlMessage item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlMessage item) { }
- }
- public partial class NvdlMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlMode() { }
- public string Name { get { throw null; } set { } }
- }
- public abstract partial class NvdlModeBase : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlModeBase() { }
- public Commons.Xml.Nvdl.NvdlModeList IncludedModes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- }
- public partial class NvdlModeList : System.Collections.CollectionBase
- {
- public NvdlModeList() { }
- public Commons.Xml.Nvdl.NvdlModeBase this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlModeBase item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlModeBase item) { }
- }
- public partial class NvdlModeUsage
- {
- public NvdlModeUsage() { }
- public Commons.Xml.Nvdl.NvdlContextList Contexts { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlNamespace() { }
- public string NS { get { throw null; } set { } }
- public string Wildcard { get { throw null; } set { } }
- }
- public partial class NvdlNestedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlNestedMode() { }
- }
- public abstract partial class NvdlNoCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- protected NvdlNoCancelAction() { }
- public Commons.Xml.Nvdl.NvdlMessageList Messages { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlModeUsage ModeUsage { get { throw null; } set { } }
- public string SimpleMessage { get { throw null; } set { } }
- }
- public abstract partial class NvdlNoResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlNoResultAction() { }
- }
- public partial class NvdlOption : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlOption() { }
- public string Arg { get { throw null; } set { } }
- public string MustSupport { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlOptionList : System.Collections.CollectionBase
- {
- public NvdlOptionList() { }
- public Commons.Xml.Nvdl.NvdlOption this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlOption item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlOption item) { }
- }
- public partial class NvdlReader
- {
- internal NvdlReader() { }
- public static Commons.Xml.Nvdl.NvdlRules Read(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class NvdlReject : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlReject() { }
- }
- public partial class NvdlRelaxngValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public const string RncMimeType = "application/vnd.oasis-open.relax-ng.rnc";
- public NvdlRelaxngValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public abstract partial class NvdlResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlResultAction() { }
- public abstract Commons.Xml.Nvdl.NvdlResultType ResultType { get; }
- }
- public enum NvdlResultType
- {
- Attach = 0,
- AttachPlaceholder = 1,
- Unwrap = 2,
- }
- public abstract partial class NvdlRule : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlRule() { }
- public Commons.Xml.Nvdl.NvdlActionList Actions { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleTarget Match { get { throw null; } set { } }
- }
- public partial class NvdlRuleList : System.Collections.CollectionBase
- {
- public NvdlRuleList() { }
- public Commons.Xml.Nvdl.NvdlRule this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlRule item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlRule item) { }
- }
- public partial class NvdlRules : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlRules() { }
- public Commons.Xml.Nvdl.NvdlModeList Modes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- public string SchemaType { get { throw null; } set { } }
- public string StartMode { get { throw null; } set { } }
- public Commons.Xml.Nvdl.NvdlTriggerList Triggers { get { throw null; } }
- }
- public enum NvdlRuleTarget
- {
- Attributes = 2,
- Both = 3,
- Elements = 1,
- None = 0,
- }
- public partial class NvdlTrigger : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlTrigger() { }
- public string NameList { get { throw null; } set { } }
- public string NS { get { throw null; } set { } }
- }
- public partial class NvdlTriggerList : System.Collections.CollectionBase
- {
- public NvdlTriggerList() { }
- public Commons.Xml.Nvdl.NvdlTrigger this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlTrigger item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlTrigger item) { }
- }
- public partial class NvdlUnwrap : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlUnwrap() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlValidate : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlValidate() { }
- public Commons.Xml.Nvdl.NvdlOptionList Options { get { throw null; } }
- public System.Xml.XmlElement SchemaBody { get { throw null; } set { } }
- public string SchemaType { get { throw null; } set { } }
- public string SchemaUri { get { throw null; } set { } }
- }
- public partial class NvdlValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver, Commons.Xml.Nvdl.NvdlConfig config) : base (default(System.Xml.XmlReader)) { }
- public event Commons.Xml.Nvdl.NvdlMessageEventHandler ActionStarted { add { } remove { } }
- public override bool Read() { throw null; }
- }
- public partial class NvdlValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlValidationException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlValidationException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlValidationProvider
- {
- public NvdlValidationProvider() { }
- public Commons.Xml.Nvdl.NvdlConfig Config { get { throw null; } }
- public string SchemaType { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlValidate ValidateAction { get { throw null; } }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader schema, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public string GetSchemaUri(Commons.Xml.Nvdl.NvdlValidate validate) { throw null; }
- }
- public abstract partial class NvdlValidatorGenerator
- {
- protected NvdlValidatorGenerator() { }
- public abstract bool AddOption(string name, string arg);
- public virtual System.Xml.XmlReader CreateAttributeValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) { throw null; }
- public abstract System.Xml.XmlReader CreateValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver);
- public virtual bool HandleError(System.Exception ex, System.Xml.XmlReader reader, string nvdlLocation) { throw null; }
- }
- public partial class NvdlXsdValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlXsdValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng
-{
- public partial interface IGrammarContent
- {
- }
- public partial class RelaxngAnyName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngAnyName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngAttribute : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngAttribute() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngBinaryContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngBinaryContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngChoice : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngChoice() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngData : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngData() { }
- public Commons.Xml.Relaxng.RelaxngExcept Except { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngParamList ParamList { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngDataSupport : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngDataSupport() { }
- public string DatatypeLibrary { get { throw null; } set { } }
- public string Type { get { throw null; } set { } }
- }
- public abstract partial class RelaxngDatatype
- {
- protected RelaxngDatatype() { }
- public abstract string Name { get; }
- public abstract string NamespaceURI { get; }
- public virtual bool Compare(object o1, object o2) { throw null; }
- public virtual bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public abstract object Parse(string text, System.Xml.XmlReader reader);
- }
- public abstract partial class RelaxngDatatypeProvider
- {
- protected RelaxngDatatypeProvider() { }
- public abstract Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters);
- }
- public partial class RelaxngDefine : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDefine() { }
- public string Combine { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngDiv : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDiv() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngElement : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngElement() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngElementBase
- {
- protected RelaxngElementBase() { }
- public string BaseUri { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern ReadExternalResource(Commons.Xml.Relaxng.RelaxngGrammar grammar, System.Uri uri, string nsContext) { throw null; }
- public abstract void Write(System.Xml.XmlWriter writer);
- }
- public partial class RelaxngEmpty : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngEmpty() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExcept : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExcept() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngException : System.Exception
- {
- public RelaxngException() { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message) { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message, System.Exception innerException) { }
- public RelaxngException(string message) { }
- public RelaxngException(string message, System.Exception innerException) { }
- }
- public partial class RelaxngExceptNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExceptNameClass() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Names { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExternalRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngExternalRef() { }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammar : Commons.Xml.Relaxng.RelaxngPattern
- {
- public static string NamespaceURI;
- public RelaxngGrammar() { }
- public string DefaultNamespace { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammarContentList : System.Collections.CollectionBase
- {
- public RelaxngGrammarContentList() { }
- public Commons.Xml.Relaxng.IGrammarContent this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Remove(Commons.Xml.Relaxng.IGrammarContent p) { }
- }
- public partial class RelaxngGroup : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngGroup() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInclude : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngInclude() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInterleave : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngInterleave() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngList : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- internal RelaxngList() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngMergedProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- public RelaxngMergedProvider() { }
- public static Commons.Xml.Relaxng.RelaxngMergedProvider DefaultProvider { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider this[string ns] { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class RelaxngMixed : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngMixed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngName() { }
- public RelaxngName(string ncname, string ns) { }
- public string LocalName { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNameChoice : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNameChoice() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Children { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngNameClass() { }
- }
- public partial class RelaxngNameClassList : System.Collections.CollectionBase
- {
- public RelaxngNameClassList() { }
- public Commons.Xml.Relaxng.RelaxngNameClass this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- }
- public partial class RelaxngNotAllowed : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngNotAllowed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNsName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNsName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOneOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOneOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOptional : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOptional() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParam : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngParam() { }
- public RelaxngParam(string name, string value) { }
- public string Name { get { throw null; } set { } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParamList : System.Collections.CollectionBase
- {
- public RelaxngParamList() { }
- public Commons.Xml.Relaxng.RelaxngParam this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngParam p) { }
- }
- public partial class RelaxngParentRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngParentRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngPattern : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngPattern() { }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider DataProvider { get { throw null; } set { } }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void Compile() { }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider, System.Xml.XmlResolver xmlResolver) { throw null; }
- public void WriteCompact(System.IO.TextWriter writer) { }
- public void WriteCompact(System.IO.TextWriter writer, System.Xml.IXmlNamespaceResolver res) { }
- }
- public partial class RelaxngPatternList : System.Collections.CollectionBase
- {
- public RelaxngPatternList() { }
- public Commons.Xml.Relaxng.RelaxngPattern this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngPattern p) { }
- }
- public enum RelaxngPatternType
- {
- After = 14,
- Attribute = 12,
- Choice = 4,
- Data = 9,
- DataExcept = 10,
- Element = 13,
- Empty = 1,
- ExternalRef = 21,
- Grammar = 16,
- Group = 6,
- Interleave = 5,
- List = 8,
- Mixed = 18,
- NotAllowed = 2,
- OneOrMore = 7,
- Optional = 19,
- ParentRef = 22,
- Ref = 15,
- Text = 3,
- Value = 11,
- ZeroOrMore = 17,
- }
- public partial class RelaxngReader : Commons.Xml.XmlDefaultReader
- {
- [System.ObsoleteAttribute]
- public static string RelaxngNS;
- public RelaxngReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public string ContextNamespace { get { throw null; } }
- public string DatatypeLibrary { get { throw null; } }
- public static Commons.Xml.Relaxng.RelaxngPattern GrammarForRelaxng { get { throw null; } }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public override bool Read() { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern ReadPattern() { throw null; }
- public override string ReadString() { throw null; }
- }
- public partial class RelaxngRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngSingleContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngSingleContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngStart : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngStart() { }
- public string Combine { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngString : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngString() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngText : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngText() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngToken : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngToken() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public static readonly Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler IgnoreError;
- public RelaxngValidatingReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Relaxng.RelaxngPattern pattern) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) : base (default(System.Xml.XmlReader)) { }
- public bool ReportDetails { get { throw null; } set { } }
- public bool RoughLabelCheck { get { throw null; } set { } }
- public event Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler InvalidNodeFound { add { } remove { } }
- public object AfterAttribute(object stateObject, string localName, string ns) { throw null; }
- public object AfterCloseStartTag(object stateObject) { throw null; }
- public object AfterEndTag(object stateObject) { throw null; }
- public object AfterOpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public bool Attribute(object stateObject, string localName, string ns) { throw null; }
- public bool CloseStartTag(object stateObject) { throw null; }
- public bool Emptiable(object stateObject) { throw null; }
- public bool EndTag(object stateObject) { throw null; }
- public System.Collections.ICollection GetAttributeLabels(object stateObject) { throw null; }
- public object GetCurrentState() { throw null; }
- public System.Collections.ICollection GetElementLabels(object stateObject) { throw null; }
- public bool OpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public override bool Read() { throw null; }
- public delegate bool RelaxngValidationEventHandler(System.Xml.XmlReader source, string message);
- }
- public partial class RelaxngValue : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngValue() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngZeroOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngZeroOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
-}
-namespace Commons.Xml.Relaxng.Derivative
-{
- public abstract partial class RdpAbstractBinary : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractBinary(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern LValue { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern RValue { get { throw null; } set { } }
- }
- public abstract partial class RdpAbstractSingleContent : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractSingleContent(Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Child { get { throw null; } set { } }
- }
- public partial class RdpAfter : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpAfter(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpAnyName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- internal RdpAnyName() { }
- public override bool HasInfiniteName { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpAnyName Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpAnyNameExcept : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpAnyNameExcept(Commons.Xml.Relaxng.Derivative.RdpNameClass except) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpApplyAfterHandler(Commons.Xml.Relaxng.Derivative.RdpPattern p);
- public partial class RdpAttribute : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAttribute(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpBinaryFunction(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2);
- public partial class RdpChoice : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpChoice(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public enum RdpContentType
- {
- Complex = 2,
- Empty = 1,
- Invalid = 0,
- Simple = 4,
- }
- public partial class RdpData : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpData(Commons.Xml.Relaxng.Derivative.RdpDatatype dt) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDataExcept : Commons.Xml.Relaxng.Derivative.RdpData
- {
- public RdpDataExcept(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, Commons.Xml.Relaxng.Derivative.RdpPattern except) : base (default(Commons.Xml.Relaxng.Derivative.RdpDatatype)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Except { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDatatype
- {
- public RdpDatatype(string ns, string localName, Commons.Xml.Relaxng.RelaxngParamList parameters, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { }
- public bool IsContextDependent { get { throw null; } }
- public string LocalName { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public virtual bool IsAllowed(string value, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsTypeEqual(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpElement : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpElement(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- }
- public partial class RdpEmpty : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpEmpty() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpEmpty Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpGroup : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpGroup(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpInterleave : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpList : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpList(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpName(string local, string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public string LocalName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public abstract partial class RdpNameClass
- {
- protected RdpNameClass() { }
- public abstract bool HasInfiniteName { get; }
- public abstract Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get; }
- public abstract bool Contains(string name, string ns);
- }
- public partial class RdpNameClassChoice : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNameClassChoice(Commons.Xml.Relaxng.Derivative.RdpNameClass l, Commons.Xml.Relaxng.Derivative.RdpNameClass r) { }
- public override bool HasInfiniteName { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass LValue { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass RValue { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public enum RdpNameClassType
- {
- AnyName = 1,
- AnyNameExcept = 2,
- Name = 5,
- NameClassChoice = 6,
- None = 0,
- NsName = 3,
- NsNameExcept = 4,
- }
- public partial class RdpNotAllowed : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpNotAllowed() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpNotAllowed Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpNsName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNsName(string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpNsNameExcept : Commons.Xml.Relaxng.Derivative.RdpNsName
- {
- public RdpNsNameExcept(string ns, Commons.Xml.Relaxng.Derivative.RdpNameClass except) : base (default(string)) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpOneOrMore : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpParam
- {
- public RdpParam(string localName, string value) { }
- public string LocalName { get { throw null; } }
- public string Value { get { throw null; } }
- }
- public partial class RdpParamList : System.Collections.ArrayList
- {
- public RdpParamList() { }
- }
- public abstract partial class RdpPattern
- {
- public static readonly Commons.Xml.Relaxng.Derivative.RdpPattern Anything;
- protected RdpPattern() { }
- public abstract Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get; }
- public abstract bool Nullable { get; }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern After(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Choice(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes) { }
- public abstract void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass);
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Group(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Interleave(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern ListDeriv(string[] list, int index, System.Xml.XmlReader reader) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpAfter MakeAfter(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeChoice(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpChoice MakeChoiceLeaf(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeGroup(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpInterleave MakeInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpOneOrMore MakeOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern OneOrMore() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- public bool ValueMatch(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpText : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpText() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpText Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpUtil
- {
- public static char[] WhitespaceChars;
- public RdpUtil() { }
- }
- public partial class RdpValue : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpValue(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, string value) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.Inference
-{
- public partial class RelaxngInference
- {
- public RelaxngInference() { }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption Occurrence { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption TypeInference { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader) { throw null; }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngGrammar grammar) { throw null; }
- public enum InferenceOption
- {
- Relaxed = 1,
- Restricted = 0,
- }
- }
-}
-namespace Commons.Xml.Relaxng.Rnc
-{
- public partial class RncParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 4;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public RncParser(System.Xml.XmlNameTable nameTable) { }
- public string BaseUri { get { throw null; } }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri, string defaultNamespace) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri, string defaultNamespace) { throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.XmlSchema
-{
- public partial class XsdDatatypeProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- internal XsdDatatypeProvider() { }
- public static Commons.Xml.Relaxng.XmlSchema.XsdDatatypeProvider Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class XsdPrimitiveType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdPrimitiveType(string name, System.Xml.Schema.XmlSchemaDatatype xstype) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdQNameWrapper : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdQNameWrapper() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdSimpleRestrictionType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdSimpleRestrictionType(Commons.Xml.Relaxng.RelaxngDatatype primitive, Commons.Xml.Relaxng.RelaxngParamList parameters) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string value, System.Xml.XmlReader reader) { throw null; }
- }
-}
diff --git a/src/v4.6/I18N.CJK.cs b/src/v4.6/I18N.CJK.cs
deleted file mode 100644
index 101096e..0000000
--- a/src/v4.6/I18N.CJK.cs
+++ /dev/null
@@ -1,136 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.CJK
-{
- [System.SerializableAttribute]
- public partial class CP50220 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50220() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50221 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50221() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50222 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50222() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP51932 : I18N.Common.MonoSafeEncoding
- {
- public CP51932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- public partial class CP51932Encoder : I18N.Common.MonoSafeEncoder
- {
- public CP51932Encoder(I18N.Common.MonoSafeEncoding encoding) : base (default(I18N.Common.MonoSafeEncoding)) { }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CP54936 : I18N.CJK.GB18030Encoding
- {
- public CP54936() { }
- }
- [System.SerializableAttribute]
- public partial class CP932 : I18N.Common.MonoSafeEncoding
- {
- public CP932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ENCeuc_jp : I18N.CJK.CP51932
- {
- public ENCeuc_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_2022_jp : I18N.CJK.CP50220
- {
- public ENCiso_2022_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCshift_jis : I18N.CJK.CP932
- {
- public ENCshift_jis() { }
- }
- [System.SerializableAttribute]
- public partial class GB18030Encoding : I18N.Common.MonoSafeEncoding
- {
- public GB18030Encoding() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int start, int len) { throw null; }
- public override int GetChars(byte[] bytes, int byteIdx, int srclen, char[] chars, int charIdx) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int len) { throw null; }
- public override int GetMaxCharCount(int len) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ISO2022JPEncoding : I18N.Common.MonoSafeEncoding
- {
- public ISO2022JPEncoding(int codePage, bool allow1ByteKana, bool allowShiftIO) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int charIndex, int charCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- protected override int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.6/I18N.MidEast.cs b/src/v4.6/I18N.MidEast.cs
deleted file mode 100644
index db6384e..0000000
--- a/src/v4.6/I18N.MidEast.cs
+++ /dev/null
@@ -1,111 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.MidEast
-{
- [System.SerializableAttribute]
- public partial class CP1254 : I18N.Common.ByteEncoding
- {
- public CP1254() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1255 : I18N.Common.ByteEncoding
- {
- public CP1255() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1256 : I18N.Common.ByteEncoding
- {
- public CP1256() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28596 : I18N.Common.ByteEncoding
- {
- public CP28596() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28598 : I18N.Common.ByteEncoding
- {
- public CP28598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28599 : I18N.Common.ByteEncoding
- {
- public CP28599() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP38598 : I18N.Common.ByteEncoding
- {
- public CP38598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_6 : I18N.MidEast.CP28596
- {
- public ENCiso_8859_6() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_8 : I18N.MidEast.CP28598
- {
- public ENCiso_8859_8() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_9 : I18N.MidEast.CP28599
- {
- public ENCiso_8859_9() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1254 : I18N.MidEast.CP1254
- {
- public ENCwindows_1254() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1255 : I18N.MidEast.CP1255
- {
- public ENCwindows_1255() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1256 : I18N.MidEast.CP1256
- {
- public ENCwindows_1256() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_38598 : I18N.MidEast.CP38598
- {
- public ENCwindows_38598() { }
- }
-}
diff --git a/src/v4.6/I18N.Other.cs b/src/v4.6/I18N.Other.cs
deleted file mode 100644
index 6763544..0000000
--- a/src/v4.6/I18N.Other.cs
+++ /dev/null
@@ -1,242 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Other
-{
- [System.SerializableAttribute]
- public partial class CP1251 : I18N.Common.ByteEncoding
- {
- public CP1251() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1257 : I18N.Common.ByteEncoding
- {
- public CP1257() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1258 : I18N.Common.ByteEncoding
- {
- public CP1258() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20866 : I18N.Common.ByteEncoding
- {
- public CP20866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21866 : I18N.Common.ByteEncoding
- {
- public CP21866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28594 : I18N.Common.ByteEncoding
- {
- public CP28594() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28595 : I18N.Common.ByteEncoding
- {
- public CP28595() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP57002 : I18N.Other.ISCIIEncoding
- {
- public CP57002() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57003 : I18N.Other.ISCIIEncoding
- {
- public CP57003() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57004 : I18N.Other.ISCIIEncoding
- {
- public CP57004() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57005 : I18N.Other.ISCIIEncoding
- {
- public CP57005() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57006 : I18N.Other.ISCIIEncoding
- {
- public CP57006() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57007 : I18N.Other.ISCIIEncoding
- {
- public CP57007() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57008 : I18N.Other.ISCIIEncoding
- {
- public CP57008() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57009 : I18N.Other.ISCIIEncoding
- {
- public CP57009() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57010 : I18N.Other.ISCIIEncoding
- {
- public CP57010() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57011 : I18N.Other.ISCIIEncoding
- {
- public CP57011() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP874 : I18N.Common.ByteEncoding
- {
- public CP874() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_4 : I18N.Other.CP28594
- {
- public ENCiso_8859_4() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_5 : I18N.Other.CP28595
- {
- public ENCiso_8859_5() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_r : I18N.Other.CP20866
- {
- public ENCkoi8_r() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_u : I18N.Other.CP21866
- {
- public ENCkoi8_u() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1251 : I18N.Other.CP1251
- {
- public ENCwindows_1251() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1257 : I18N.Other.CP1257
- {
- public ENCwindows_1257() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1258 : I18N.Other.CP1258
- {
- public ENCwindows_1258() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_874 : I18N.Other.CP874
- {
- public ENCwindows_874() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_as : I18N.Other.CP57006
- {
- public ENCx_iscii_as() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_be : I18N.Other.CP57003
- {
- public ENCx_iscii_be() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_de : I18N.Other.CP57002
- {
- public ENCx_iscii_de() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_gu : I18N.Other.CP57010
- {
- public ENCx_iscii_gu() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ka : I18N.Other.CP57008
- {
- public ENCx_iscii_ka() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ma : I18N.Other.CP57009
- {
- public ENCx_iscii_ma() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_or : I18N.Other.CP57007
- {
- public ENCx_iscii_or() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_pa : I18N.Other.CP57011
- {
- public ENCx_iscii_pa() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ta : I18N.Other.CP57004
- {
- public ENCx_iscii_ta() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_te : I18N.Other.CP57005
- {
- public ENCx_iscii_te() { }
- }
- [System.SerializableAttribute]
- public abstract partial class ISCIIEncoding : I18N.Common.MonoEncoding
- {
- protected ISCIIEncoding(int codePage, int shift, string encodingName, string webName) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.6/I18N.Rare.cs b/src/v4.6/I18N.Rare.cs
deleted file mode 100644
index 95ca6a3..0000000
--- a/src/v4.6/I18N.Rare.cs
+++ /dev/null
@@ -1,531 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Rare
-{
- [System.SerializableAttribute]
- public partial class CP1026 : I18N.Common.ByteEncoding
- {
- public CP1026() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1047 : I18N.Common.ByteEncoding
- {
- public CP1047() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1140 : I18N.Common.ByteEncoding
- {
- public CP1140() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1141 : I18N.Common.ByteEncoding
- {
- public CP1141() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1142 : I18N.Common.ByteEncoding
- {
- public CP1142() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1143 : I18N.Common.ByteEncoding
- {
- public CP1143() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1144 : I18N.Common.ByteEncoding
- {
- public CP1144() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1145 : I18N.Common.ByteEncoding
- {
- public CP1145() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1146 : I18N.Common.ByteEncoding
- {
- public CP1146() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1147 : I18N.Common.ByteEncoding
- {
- public CP1147() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1148 : I18N.Common.ByteEncoding
- {
- public CP1148() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1149 : I18N.Common.ByteEncoding
- {
- public CP1149() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20273 : I18N.Common.ByteEncoding
- {
- public CP20273() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20277 : I18N.Common.ByteEncoding
- {
- public CP20277() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20278 : I18N.Common.ByteEncoding
- {
- public CP20278() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20280 : I18N.Common.ByteEncoding
- {
- public CP20280() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20284 : I18N.Common.ByteEncoding
- {
- public CP20284() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20285 : I18N.Common.ByteEncoding
- {
- public CP20285() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20290 : I18N.Common.ByteEncoding
- {
- public CP20290() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20297 : I18N.Common.ByteEncoding
- {
- public CP20297() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20420 : I18N.Common.ByteEncoding
- {
- public CP20420() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20424 : I18N.Common.ByteEncoding
- {
- public CP20424() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20871 : I18N.Common.ByteEncoding
- {
- public CP20871() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21025 : I18N.Common.ByteEncoding
- {
- public CP21025() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP37 : I18N.Common.ByteEncoding
- {
- public CP37() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP500 : I18N.Common.ByteEncoding
- {
- public CP500() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP708 : I18N.Common.ByteEncoding
- {
- public CP708() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP852 : I18N.Common.ByteEncoding
- {
- public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP855 : I18N.Common.ByteEncoding
- {
- public CP855() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP857 : I18N.Common.ByteEncoding
- {
- public CP857() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP858 : I18N.Common.ByteEncoding
- {
- public CP858() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP862 : I18N.Common.ByteEncoding
- {
- public CP862() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP864 : I18N.Common.ByteEncoding
- {
- public CP864() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP866 : I18N.Common.ByteEncoding
- {
- public CP866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP869 : I18N.Common.ByteEncoding
- {
- public CP869() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP870 : I18N.Common.ByteEncoding
- {
- public CP870() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP875 : I18N.Common.ByteEncoding
- {
- public CP875() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCasmo_708 : I18N.Rare.CP708
- {
- public ENCasmo_708() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm00858 : I18N.Rare.CP858
- {
- public ENCibm00858() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01140 : I18N.Rare.CP1140
- {
- public ENCibm01140() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01141 : I18N.Rare.CP1141
- {
- public ENCibm01141() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01142 : I18N.Rare.CP1142
- {
- public ENCibm01142() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01143 : I18N.Rare.CP1143
- {
- public ENCibm01143() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm037 : I18N.Rare.CP37
- {
- public ENCibm037() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1025 : I18N.Rare.CP21025
- {
- public ENCibm1025() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1026 : I18N.Rare.CP1026
- {
- public ENCibm1026() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1047 : I18N.Rare.CP1047
- {
- public ENCibm1047() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1144 : I18N.Rare.CP1144
- {
- public ENCibm1144() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1145 : I18N.Rare.CP1145
- {
- public ENCibm1145() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1146 : I18N.Rare.CP1146
- {
- public ENCibm1146() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1147 : I18N.Rare.CP1147
- {
- public ENCibm1147() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1148 : I18N.Rare.CP1148
- {
- public ENCibm1148() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1149 : I18N.Rare.CP1149
- {
- public ENCibm1149() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm273 : I18N.Rare.CP20273
- {
- public ENCibm273() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm277 : I18N.Rare.CP20277
- {
- public ENCibm277() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm278 : I18N.Rare.CP20278
- {
- public ENCibm278() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm280 : I18N.Rare.CP20280
- {
- public ENCibm280() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm284 : I18N.Rare.CP20284
- {
- public ENCibm284() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm285 : I18N.Rare.CP20285
- {
- public ENCibm285() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm290 : I18N.Rare.CP20290
- {
- public ENCibm290() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm297 : I18N.Rare.CP20297
- {
- public ENCibm297() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm420 : I18N.Rare.CP20420
- {
- public ENCibm420() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm424 : I18N.Rare.CP20424
- {
- public ENCibm424() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm500 : I18N.Rare.CP500
- {
- public ENCibm500() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm852 : I18N.Rare.CP852
- {
- public ENCibm852() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm855 : I18N.Rare.CP855
- {
- public ENCibm855() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm857 : I18N.Rare.CP857
- {
- public ENCibm857() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm862 : I18N.Rare.CP862
- {
- public ENCibm862() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm864 : I18N.Rare.CP864
- {
- public ENCibm864() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm866 : I18N.Rare.CP866
- {
- public ENCibm866() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm869 : I18N.Rare.CP869
- {
- public ENCibm869() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm870 : I18N.Rare.CP870
- {
- public ENCibm870() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm871 : I18N.Rare.CP20871
- {
- public ENCibm871() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm875 : I18N.Rare.CP875
- {
- public ENCibm875() { }
- }
-}
diff --git a/src/v4.6/I18N.West.cs b/src/v4.6/I18N.West.cs
deleted file mode 100644
index f379c06..0000000
--- a/src/v4.6/I18N.West.cs
+++ /dev/null
@@ -1,223 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.West
-{
- [System.SerializableAttribute]
- public partial class CP10000 : I18N.Common.ByteEncoding
- {
- public CP10000() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP10079 : I18N.Common.ByteEncoding
- {
- public CP10079() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1250 : I18N.Common.ByteEncoding
- {
- public CP1250() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1252 : I18N.Common.ByteEncoding
- {
- public CP1252() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1253 : I18N.Common.ByteEncoding
- {
- public CP1253() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28592 : I18N.Common.ByteEncoding
- {
- public CP28592() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28593 : I18N.Common.ByteEncoding
- {
- public CP28593() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28597 : I18N.Common.ByteEncoding
- {
- public CP28597() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28605 : I18N.Common.ByteEncoding
- {
- public CP28605() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP437 : I18N.Common.ByteEncoding
- {
- public CP437() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP850 : I18N.Common.ByteEncoding
- {
- public CP850() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP860 : I18N.Common.ByteEncoding
- {
- public CP860() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP861 : I18N.Common.ByteEncoding
- {
- public CP861() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP863 : I18N.Common.ByteEncoding
- {
- public CP863() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP865 : I18N.Common.ByteEncoding
- {
- public CP865() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm437 : I18N.West.CP437
- {
- public ENCibm437() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm850 : I18N.West.CP850
- {
- public ENCibm850() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm860 : I18N.West.CP860
- {
- public ENCibm860() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm861 : I18N.West.CP861
- {
- public ENCibm861() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm863 : I18N.West.CP863
- {
- public ENCibm863() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm865 : I18N.West.CP865
- {
- public ENCibm865() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_15 : I18N.West.CP28605
- {
- public ENCiso_8859_15() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_2 : I18N.West.CP28592
- {
- public ENCiso_8859_2() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_3 : I18N.West.CP28593
- {
- public ENCiso_8859_3() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_7 : I18N.West.CP28597
- {
- public ENCiso_8859_7() { }
- }
- [System.SerializableAttribute]
- public partial class ENCmacintosh : I18N.West.CP10000
- {
- public ENCmacintosh() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1250 : I18N.West.CP1250
- {
- public ENCwindows_1250() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1252 : I18N.West.CP1252
- {
- public ENCwindows_1252() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1253 : I18N.West.CP1253
- {
- public ENCwindows_1253() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_mac_icelandic : I18N.West.CP10079
- {
- public ENCx_mac_icelandic() { }
- }
-}
diff --git a/src/v4.6/I18N.cs b/src/v4.6/I18N.cs
deleted file mode 100644
index e850873..0000000
--- a/src/v4.6/I18N.cs
+++ /dev/null
@@ -1,174 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Common
-{
- [System.SerializableAttribute]
- public abstract partial class ByteEncoding : I18N.Common.MonoEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected unsafe abstract void ToBytes(char* chars, int charCount, byte* bytes, int byteCount);
- protected virtual void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- [System.SerializableAttribute]
- public abstract partial class ByteSafeEncoding : I18N.Common.MonoSafeEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteSafeEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected abstract void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
- protected virtual void ToBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- public sealed partial class Handlers
- {
- public static readonly string[] List;
- public Handlers() { }
- public static string GetAlias(string name) { throw null; }
- }
- public partial class Manager
- {
- internal Manager() { }
- public static I18N.Common.Manager PrimaryManager { get { throw null; } }
- public System.Globalization.CultureInfo GetCulture(int culture, bool useUserOverride) { throw null; }
- public System.Globalization.CultureInfo GetCulture(string name, bool useUserOverride) { throw null; }
- public System.Text.Encoding GetEncoding(int codePage) { throw null; }
- public System.Text.Encoding GetEncoding(string name) { throw null; }
- }
- public abstract partial class MonoEncoder : System.Text.Encoder
- {
- public MonoEncoder(I18N.Common.MonoEncoding encoding) { }
- public override int GetByteCount(char[] chars, int index, int count, bool refresh) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount, bool refresh);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount, bool refresh);
- public unsafe void HandleFallback(char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoEncoding : System.Text.Encoding
- {
- public MonoEncoding(int codePage) { }
- public MonoEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount);
- protected unsafe virtual int GetBytesInternal(char* chars, int charCount, byte* bytes, int byteCount, bool flush, object state) { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount) { }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public partial class MonoEncodingDefaultEncoder : I18N.Common.ReferenceSourceDefaultEncoder
- {
- public MonoEncodingDefaultEncoder(System.Text.Encoding encoding) : base (default(System.Text.Encoding)) { }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public unsafe override void Convert(char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public override void Convert(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- }
- public abstract partial class MonoSafeEncoder : System.Text.Encoder
- {
- public MonoSafeEncoder(I18N.Common.MonoSafeEncoding encoding) { }
- public void HandleFallback(char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoSafeEncoding : System.Text.Encoding
- {
- public MonoSafeEncoding(int codePage) { }
- public MonoSafeEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- protected virtual int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public partial class ReferenceSourceDefaultEncoder : System.Text.Encoder, System.Runtime.Serialization.IObjectReference
- {
- public ReferenceSourceDefaultEncoder(System.Text.Encoding encoding) { }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetByteCount(char* chars, int count, bool flush) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public object GetRealObject(System.Runtime.Serialization.StreamingContext context) { throw null; }
- }
- public sealed partial class Strings
- {
- public Strings() { }
- public static string GetString(string tag) { throw null; }
- }
-}
diff --git a/src/v4.6/IBM.Data.DB2.cs b/src/v4.6/IBM.Data.DB2.cs
deleted file mode 100644
index 821790d..0000000
--- a/src/v4.6/IBM.Data.DB2.cs
+++ /dev/null
@@ -1,299 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace IBM.Data.DB2
-{
- public partial class DB2ClientUtils
- {
- public DB2ClientUtils() { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message) { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message, IBM.Data.DB2.DB2Connection connection) { }
- }
- public partial class DB2Command : System.ComponentModel.Component, System.Data.IDbCommand, System.ICloneable, System.IDisposable
- {
- public DB2Command() { }
- public DB2Command(string commandStr) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Transaction trans) { }
- public string CommandText { get { throw null; } set { } }
- public int CommandTimeout { get { throw null; } set { } }
- public System.Data.CommandType CommandType { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Connection Connection { get { throw null; } set { } }
- public IBM.Data.DB2.DB2ParameterCollection Parameters { get { throw null; } }
- public bool SelfDescribe { get { throw null; } set { } }
- public System.IntPtr statementHandle { get { throw null; } }
- System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
- System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
- System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Transaction Transaction { get { throw null; } set { } }
- public System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public void Cancel() { }
- public System.Data.IDbDataParameter CreateParameter() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- public int ExecuteNonQuery() { throw null; }
- public void ExecuteNonQueryInternal(System.Data.CommandBehavior behavior) { }
- public IBM.Data.DB2.DB2DataReader ExecuteReader() { throw null; }
- public IBM.Data.DB2.DB2DataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public object ExecuteScalar() { throw null; }
- ~DB2Command() { }
- public void Prepare() { }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2CommandBuilder : System.ComponentModel.Component
- {
- public DB2CommandBuilder() { }
- public DB2CommandBuilder(IBM.Data.DB2.DB2DataAdapter adapter) { }
- public IBM.Data.DB2.DB2DataAdapter DataAdapter { get { throw null; } set { } }
- public string QuotePrefix { get { throw null; } set { } }
- public string QuoteSuffix { get { throw null; } set { } }
- public static void DeriveParameters(IBM.Data.DB2.DB2Command command) { }
- protected override void Dispose(bool disposing) { }
- public IBM.Data.DB2.DB2Command GetDeleteCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetInsertCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetUpdateCommand() { throw null; }
- public void RefreshSchema() { }
- }
- public partial class DB2Connection : System.ComponentModel.Component, System.Data.IDbConnection, System.ICloneable, System.IDisposable
- {
- public DB2Connection() { }
- public DB2Connection(string conString) { }
- public string ConnectionString { get { throw null; } set { } }
- public int ConnectionTimeout { get { throw null; } set { } }
- public string Database { get { throw null; } }
- public System.Data.ConnectionState State { get { throw null; } }
- public event IBM.Data.DB2.DB2InfoMessageEventHandler InfoMessage { add { } remove { } }
- public event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public IBM.Data.DB2.DB2Transaction BeginTransaction() { throw null; }
- public IBM.Data.DB2.DB2Transaction BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- public void ChangeDatabase(string newDBName) { }
- public void Close() { }
- public IBM.Data.DB2.DB2Command CreateCommand() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- ~DB2Connection() { }
- public void Open() { }
- public static void ReleaseObjectPool() { }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2DataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter
- {
- public DB2DataAdapter() { }
- public DB2DataAdapter(IBM.Data.DB2.DB2Command selectCommand) { }
- public DB2DataAdapter(string selectCommandText, IBM.Data.DB2.DB2Connection selectConnection) { }
- public DB2DataAdapter(string selectCommandText, string selectConnectionString) { }
- public new IBM.Data.DB2.DB2Command DeleteCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command InsertCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command SelectCommand { get { throw null; } set { } }
- System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command UpdateCommand { get { throw null; } set { } }
- public event IBM.Data.DB2.DB2RowUpdatedEventHandler RowUpdated { add { } remove { } }
- public event IBM.Data.DB2.DB2RowUpdatingEventHandler RowUpdating { add { } remove { } }
- protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class DB2DataReader : System.MarshalByRefObject, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
- {
- internal DB2DataReader() { }
- public int Depth { get { throw null; } }
- public int FieldCount { get { throw null; } }
- public bool HasRows { get { throw null; } }
- public bool IsClosed { get { throw null; } }
- public object this[int col] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public int RecordsAffected { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- ~DB2DataReader() { }
- public bool GetBoolean(int col) { throw null; }
- public byte GetByte(int col) { throw null; }
- public long GetBytes(int col, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public char GetChar(int col) { throw null; }
- public long GetChars(int col, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
- public System.Data.IDataReader GetData(int col) { throw null; }
- public string GetDataTypeName(int col) { throw null; }
- public System.DateTime GetDate(int col) { throw null; }
- public System.DateTime GetDateTime(int col) { throw null; }
- public decimal GetDecimal(int col) { throw null; }
- public double GetDouble(int col) { throw null; }
- public System.Type GetFieldType(int col) { throw null; }
- public float GetFloat(int col) { throw null; }
- public System.Guid GetGuid(int col) { throw null; }
- public short GetInt16(int col) { throw null; }
- public int GetInt32(int col) { throw null; }
- public long GetInt64(int col) { throw null; }
- public string GetName(int col) { throw null; }
- public int GetOrdinal(string name) { throw null; }
- public System.Data.DataTable GetSchemaTable() { throw null; }
- public string GetString(int col) { throw null; }
- public object GetStringInternal(int col) { throw null; }
- public System.TimeSpan GetTime(int col) { throw null; }
- public System.TimeSpan GetTimeSpan(int col) { throw null; }
- public object GetValue(int col) { throw null; }
- public int GetValues(object[] values) { throw null; }
- public bool IsDBNull(int col) { throw null; }
- public bool NextResult() { throw null; }
- public bool Read() { throw null; }
- }
- public sealed partial class DB2Error
- {
- internal DB2Error() { }
- public string Message { get { throw null; } }
- public int NativeError { get { throw null; } }
- public string Source { get { throw null; } }
- public string SQLState { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DB2ErrorCollection : System.Collections.CollectionBase
- {
- public DB2ErrorCollection(short sqlHandleType, System.IntPtr sqlHandle) { }
- public IBM.Data.DB2.DB2Error this[int index] { get { throw null; } }
- public void CopyTo(IBM.Data.DB2.DB2Error[] array, int index) { }
- public new IBM.Data.DB2.DB2ErrorCollection.DB2ErrorEnumerator GetEnumerator() { throw null; }
- public partial class DB2ErrorEnumerator : System.Collections.IEnumerator
- {
- public DB2ErrorEnumerator(IBM.Data.DB2.DB2ErrorCollection mappings) { }
- public IBM.Data.DB2.DB2Error Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class DB2Exception : System.Exception
- {
- internal DB2Exception() { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public override string Message { get { throw null; } }
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public sealed partial class DB2InfoMessageEventArgs : System.EventArgs
- {
- public DB2InfoMessageEventArgs(IBM.Data.DB2.DB2ErrorCollection errors) { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public delegate void DB2InfoMessageEventHandler(object sender, IBM.Data.DB2.DB2InfoMessageEventArgs e);
- public sealed partial class DB2Parameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
- {
- public DB2Parameter() { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size) { }
- public DB2Parameter(string parameterName, IBM.Data.DB2.DB2Type db2Type, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size, string sourceColumn) { }
- public DB2Parameter(string parameterName, object value) { }
- public IBM.Data.DB2.DB2Type DB2Type { get { throw null; } set { } }
- public System.Data.DbType DbType { get { throw null; } set { } }
- public System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public bool IsNullable { get { throw null; } set { } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string SourceColumn { get { throw null; } set { } }
- public System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- object System.ICloneable.Clone() { throw null; }
- }
- public partial class DB2ParameterCollection : System.Collections.ArrayList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
- {
- public DB2ParameterCollection() { }
- public new IBM.Data.DB2.DB2Parameter this[int index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter this[string index] { get { throw null; } set { } }
- object System.Data.IDataParameterCollection.this[string index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter Add(IBM.Data.DB2.DB2Parameter value) { throw null; }
- public override int Add(object obj) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type type) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size, string sourceColumn) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, object value) { throw null; }
- public bool Contains(string paramName) { throw null; }
- public int IndexOf(string paramName) { throw null; }
- public void RemoveAt(string paramName) { }
- }
- public sealed partial class DB2RowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
- {
- public DB2RowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } }
- }
- public delegate void DB2RowUpdatedEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatedEventArgs e);
- public sealed partial class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
- {
- public DB2RowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } set { } }
- }
- public delegate void DB2RowUpdatingEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatingEventArgs e);
- public sealed partial class DB2Transaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
- {
- internal DB2Transaction() { }
- public System.Data.IDbConnection Connection { get { throw null; } }
- public System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public void Commit() { }
- public void Dispose() { }
- public void Rollback() { }
- }
- public enum DB2Type
- {
- BigInt = 3,
- Binary = 15,
- Blob = 22,
- Char = 12,
- Clob = 21,
- Datalink = 24,
- Date = 9,
- DbClob = 23,
- Decimal = 7,
- Double = 5,
- Float = 6,
- Graphic = 18,
- Integer = 2,
- Invalid = 0,
- LongVarBinary = 17,
- LongVarChar = 14,
- LongVarGraphic = 20,
- Numeric = 8,
- Real = 4,
- RowId = 25,
- SmallInt = 1,
- Time = 10,
- Timestamp = 11,
- VarBinary = 16,
- VarChar = 13,
- VarGraphic = 19,
- XmlReader = 26,
- }
- public partial class DB2TypeConverter
- {
- public DB2TypeConverter() { }
- public static System.Type GetManagedType(int sql_type) { throw null; }
- }
-}
diff --git a/src/v4.6/ICSharpCode.SharpZipLib.cs b/src/v4.6/ICSharpCode.SharpZipLib.cs
deleted file mode 100644
index 887a092..0000000
--- a/src/v4.6/ICSharpCode.SharpZipLib.cs
+++ /dev/null
@@ -1,964 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.84.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright 2001-2005 Mike Krueger")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("A free C# compression library")]
-[assembly:System.Reflection.AssemblyProductAttribute("#ZipLibrary")]
-[assembly:System.Reflection.AssemblyTitleAttribute("ICSharpCode.SharpZipLibrary")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace ICSharpCode.SharpZipLib
-{
- public partial class SharpZipBaseException : System.ApplicationException
- {
- public SharpZipBaseException() { }
- public SharpZipBaseException(string msg) { }
- public SharpZipBaseException(string message, System.Exception innerException) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.BZip2
-{
- public sealed partial class BZip2
- {
- public BZip2() { }
- public static void Compress(System.IO.Stream instream, System.IO.Stream outstream, int blockSize) { }
- public static void Decompress(System.IO.Stream instream, System.IO.Stream outstream) { }
- }
- public sealed partial class BZip2Constants
- {
- internal BZip2Constants() { }
- public static readonly int baseBlockSize;
- public static readonly int G_SIZE;
- public static readonly int MAX_ALPHA_SIZE;
- public static readonly int MAX_CODE_LEN;
- public static readonly int MAX_SELECTORS;
- public static readonly int NUM_OVERSHOOT_BYTES;
- public static readonly int N_GROUPS;
- public static readonly int N_ITERS;
- public static readonly int[] rNums;
- public static readonly int RUNA;
- public static readonly int RUNB;
- }
- public partial class BZip2Exception : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public BZip2Exception() { }
- public BZip2Exception(string message) { }
- }
- public partial class BZip2InputStream : System.IO.Stream
- {
- public BZip2InputStream(System.IO.Stream stream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- public override int Read(byte[] b, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class BZip2OutputStream : System.IO.Stream
- {
- public BZip2OutputStream(System.IO.Stream stream) { }
- public BZip2OutputStream(System.IO.Stream stream, int blockSize) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~BZip2OutputStream() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bv) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Checksums
-{
- public sealed partial class Adler32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Adler32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public sealed partial class Crc32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Crc32() { }
- public long Value { get { throw null; } set { } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] buffer);
- void Update(byte[] buf, int off, int len);
- void Update(int bval);
- }
- public partial class StrangeCRC : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public StrangeCRC() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int inCh) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Core
-{
- public partial class DirectoryEventArgs : ICSharpCode.SharpZipLib.Core.ScanEventArgs
- {
- public DirectoryEventArgs(string name, bool hasMatchingFiles) : base (default(string)) { }
- public bool HasMatchingFiles { get { throw null; } }
- }
- public delegate void DirectoryFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public delegate void FileFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public partial class FileSystemScanner
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter) { }
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter, ICSharpCode.SharpZipLib.Core.IScanFilter directoryFilter) { }
- public FileSystemScanner(string filter) { }
- public FileSystemScanner(string fileFilter, string directoryFilter) { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- public void Scan(string directory, bool recurse) { }
- }
- public partial interface INameTransform
- {
- string TransformDirectory(string name);
- string TransformFile(string name);
- }
- public partial interface IScanFilter
- {
- bool IsMatch(string name);
- }
- public partial class NameAndSizeFilter : ICSharpCode.SharpZipLib.Core.PathFilter
- {
- public NameAndSizeFilter(string filter, long minSize, long maxSize) : base (default(string)) { }
- public long MaxSize { get { throw null; } set { } }
- public long MinSize { get { throw null; } set { } }
- public override bool IsMatch(string fileName) { throw null; }
- }
- public partial class NameFilter
- {
- public NameFilter(string filter) { }
- public bool IsExcluded(string testValue) { throw null; }
- public bool IsIncluded(string testValue) { throw null; }
- public bool IsMatch(string testValue) { throw null; }
- public static bool IsValidExpression(string e) { throw null; }
- public static bool IsValidFilterExpression(string toTest) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PathFilter : ICSharpCode.SharpZipLib.Core.IScanFilter
- {
- public PathFilter(string filter) { }
- public virtual bool IsMatch(string name) { throw null; }
- }
- public delegate void ProcessDirectoryDelegate(object Sender, ICSharpCode.SharpZipLib.Core.DirectoryEventArgs e);
- public delegate void ProcessFileDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanEventArgs e);
- public partial class ScanEventArgs : System.EventArgs
- {
- public ScanEventArgs(string name) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public string Name { get { throw null; } }
- }
- public partial class ScanFailureEventArgs
- {
- public ScanFailureEventArgs(string name, System.Exception e) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public System.Exception Exception { get { throw null; } }
- public string Name { get { throw null; } }
- }
-}
-namespace ICSharpCode.SharpZipLib.Encryption
-{
- public abstract partial class PkzipClassic : System.Security.Cryptography.SymmetricAlgorithm
- {
- protected PkzipClassic() { }
- public static byte[] GenerateKeys(byte[] seed) { throw null; }
- }
- public sealed partial class PkzipClassicManaged : ICSharpCode.SharpZipLib.Encryption.PkzipClassic
- {
- public PkzipClassicManaged() { }
- public override int BlockSize { get { throw null; } set { } }
- public override byte[] Key { get { throw null; } set { } }
- public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw null; } }
- public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- }
-}
-namespace ICSharpCode.SharpZipLib.GZip
-{
- public partial class GZipConstants
- {
- internal GZipConstants() { }
- public const int FCOMMENT = 16;
- public const int FEXTRA = 4;
- public const int FHCRC = 2;
- public const int FNAME = 8;
- public const int FTEXT = 1;
- public static readonly int GZIP_MAGIC;
- }
- public partial class GZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public GZipException() { }
- public GZipException(string message) { }
- }
- public partial class GZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- protected bool eos;
- public GZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public GZipInputStream(System.IO.Stream baseInputStream, int size) : base (default(System.IO.Stream)) { }
- public override int Read(byte[] buf, int offset, int len) { throw null; }
- }
- public partial class GZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- public GZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public GZipOutputStream(System.IO.Stream baseOutputStream, int size) : base (default(System.IO.Stream)) { }
- public override void Close() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void SetLevel(int level) { }
- public override void Write(byte[] buf, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Tar
-{
- public partial class InvalidHeaderException : ICSharpCode.SharpZipLib.Tar.TarException
- {
- public InvalidHeaderException() { }
- public InvalidHeaderException(string msg) { }
- }
- public delegate void ProgressMessageHandler(ICSharpCode.SharpZipLib.Tar.TarArchive archive, ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message);
- public partial class TarArchive
- {
- protected TarArchive() { }
- public bool ApplyUserInfoOverrides { get { throw null; } set { } }
- public int GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string PathPrefix { get { throw null; } set { } }
- public int RecordSize { get { throw null; } }
- public string RootPath { get { throw null; } set { } }
- public int UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public event ICSharpCode.SharpZipLib.Tar.ProgressMessageHandler ProgressMessageEvent { add { } remove { } }
- public void CloseArchive() { }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public void ExtractContents(string destDir) { }
- public void ListContents() { }
- protected virtual void OnProgressMessageEvent(ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message) { }
- public void SetAsciiTranslation(bool asciiTranslate) { }
- public void SetKeepOldFiles(bool keepOldFiles) { }
- public void SetUserInfo(int userId, string userName, int groupId, string groupName) { }
- public void WriteEntry(ICSharpCode.SharpZipLib.Tar.TarEntry sourceEntry, bool recurse) { }
- }
- public partial class TarBuffer
- {
- public const int BlockSize = 512;
- public const int DefaultBlockFactor = 20;
- public const int DefaultRecordSize = 10240;
- protected TarBuffer() { }
- public int BlockFactor { get { throw null; } }
- public int RecordSize { get { throw null; } }
- public void Close() { }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public int GetBlockFactor() { throw null; }
- public int GetCurrentBlockNum() { throw null; }
- public int GetCurrentRecordNum() { throw null; }
- public int GetRecordSize() { throw null; }
- public bool IsEOFBlock(byte[] block) { throw null; }
- public byte[] ReadBlock() { throw null; }
- public void SkipBlock() { }
- public void WriteBlock(byte[] block) { }
- public void WriteBlock(byte[] buf, int offset) { }
- }
- public partial class TarEntry : System.ICloneable
- {
- public TarEntry(ICSharpCode.SharpZipLib.Tar.TarHeader header) { }
- public TarEntry(byte[] headerBuf) { }
- public string File { get { throw null; } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Tar.TarHeader TarHeader { get { throw null; } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public void AdjustEntryName(byte[] outbuf, string newName) { }
- public object Clone() { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateTarEntry(string name) { throw null; }
- public override bool Equals(object it) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry[] GetDirectoryEntries() { throw null; }
- public void GetFileTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string file) { }
- public override int GetHashCode() { throw null; }
- public bool IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry desc) { throw null; }
- public void NameTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string name) { }
- public void SetIds(int userId, int groupId) { }
- public void SetNames(string userName, string groupName) { }
- public void WriteEntryHeader(byte[] outbuf) { }
- }
- public partial class TarException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public TarException() { }
- public TarException(string message) { }
- }
- public partial class TarHeader : System.ICloneable
- {
- public static readonly int CHKSUMLEN;
- public const int CHKSUMOFS = 148;
- public static readonly int DEVLEN;
- public static readonly int GIDLEN;
- public static readonly int GNAMELEN;
- public static readonly string GNU_TMAGIC;
- public const byte LF_ACL = (byte)65;
- public const byte LF_BLK = (byte)52;
- public const byte LF_CHR = (byte)51;
- public const byte LF_CONTIG = (byte)55;
- public const byte LF_DIR = (byte)53;
- public const byte LF_EXTATTR = (byte)69;
- public const byte LF_FIFO = (byte)54;
- public const byte LF_GHDR = (byte)103;
- public const byte LF_GNU_DUMPDIR = (byte)68;
- public const byte LF_GNU_LONGLINK = (byte)75;
- public const byte LF_GNU_LONGNAME = (byte)76;
- public const byte LF_GNU_MULTIVOL = (byte)77;
- public const byte LF_GNU_NAMES = (byte)78;
- public const byte LF_GNU_SPARSE = (byte)83;
- public const byte LF_GNU_VOLHDR = (byte)86;
- public const byte LF_LINK = (byte)49;
- public const byte LF_META = (byte)73;
- public const byte LF_NORMAL = (byte)48;
- public const byte LF_OLDNORM = (byte)0;
- public const byte LF_SYMLINK = (byte)50;
- public static readonly byte LF_XHDR;
- public static readonly int MAGICLEN;
- public static readonly int MODELEN;
- public static readonly int MODTIMELEN;
- public static readonly int NAMELEN;
- public static readonly int SIZELEN;
- public static readonly string TMAGIC;
- public static readonly int UIDLEN;
- public static readonly int UNAMELEN;
- public static readonly int VERSIONLEN;
- public TarHeader() { }
- public int Checksum { get { throw null; } }
- public int DevMajor { get { throw null; } set { } }
- public int DevMinor { get { throw null; } set { } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsChecksumValid { get { throw null; } }
- public string LinkName { get { throw null; } set { } }
- public string Magic { get { throw null; } set { } }
- public int Mode { get { throw null; } set { } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public byte TypeFlag { get { throw null; } set { } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static int GetAsciiBytes(string toAdd, int nameOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetLongOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- [System.ObsoleteAttribute]
- public string GetName() { throw null; }
- public static int GetNameBytes(string name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(string name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- public void ParseBuffer(byte[] header) { }
- public static System.Text.StringBuilder ParseName(byte[] header, int offset, int length) { throw null; }
- public static long ParseOctal(byte[] header, int offset, int length) { throw null; }
- public static void ResetValueDefaults() { }
- public static void SetValueDefaults(int userId, string userName, int groupId, string groupName) { }
- public void WriteHeader(byte[] outbuf) { }
- }
- public partial class TarInputStream : System.IO.Stream
- {
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected ICSharpCode.SharpZipLib.Tar.TarEntry currEntry;
- protected ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory eFactory;
- protected long entryOffset;
- protected long entrySize;
- protected bool hasHitEOF;
- protected byte[] readBuf;
- public TarInputStream(System.IO.Stream inputStream) { }
- public TarInputStream(System.IO.Stream inputStream, int blockFactor) { }
- public long Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsMarkSupported { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CopyEntryContents(System.IO.Stream outputStream) { }
- public override void Flush() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry GetNextEntry() { throw null; }
- public int GetRecordSize() { throw null; }
- public void Mark(int markLimit) { }
- public override int Read(byte[] outputBuffer, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public void Reset() { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SetEntryFactory(ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory factory) { }
- public override void SetLength(long val) { }
- public void Skip(long numToSkip) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- public partial class EntryFactoryAdapter : ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory
- {
- public EntryFactoryAdapter() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- }
- public partial interface IEntryFactory
- {
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName);
- }
- }
- public partial class TarOutputStream : System.IO.Stream
- {
- protected byte[] assemBuf;
- protected int assemLen;
- protected byte[] blockBuf;
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected long currBytes;
- protected long currSize;
- protected bool debug;
- protected System.IO.Stream outputStream;
- public TarOutputStream(System.IO.Stream outputStream) { }
- public TarOutputStream(System.IO.Stream outputStream, int blockFactor) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CloseEntry() { }
- public void Finish() { }
- public override void Flush() { }
- public int GetRecordSize() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Tar.TarEntry entry) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] wBuf, int wOffset, int numToWrite) { }
- public override void WriteByte(byte b) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip
-{
- public enum CompressionMethod
- {
- BZip2 = 11,
- Deflate64 = 9,
- Deflated = 8,
- Stored = 0,
- WinZipAES = 99,
- }
- public partial class FastZip
- {
- public FastZip() { }
- public FastZip(ICSharpCode.SharpZipLib.Zip.FastZipEvents events) { }
- public bool CreateEmptyDirectories { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.ZipNameTransform NameTransform { get { throw null; } set { } }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter) { }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, ICSharpCode.SharpZipLib.Zip.FastZip.Overwrite overwrite, ICSharpCode.SharpZipLib.Zip.FastZip.ConfirmOverwriteDelegate confirmDelegate, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, string fileFilter) { }
- public delegate bool ConfirmOverwriteDelegate(string fileName);
- public enum Overwrite
- {
- Always = 2,
- Never = 1,
- Prompt = 0,
- }
- }
- public partial class FastZipEvents
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FastZipEvents() { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- }
- public partial class KeysRequiredEventArgs : System.EventArgs
- {
- public KeysRequiredEventArgs(string name) { }
- public KeysRequiredEventArgs(string name, byte[] keyValue) { }
- public string FileName { get { throw null; } }
- public byte[] Key { get { throw null; } set { } }
- }
- public sealed partial class ZipConstants
- {
- public const int CENATT = 36;
- public const int CENATX = 38;
- public const int CENCOM = 32;
- public const int CENCRC = 16;
- public const int CENDIGITALSIG = 84233040;
- public const int CENDSK = 34;
- public const int CENEXT = 30;
- public const int CENFLG = 8;
- public const int CENHDR = 46;
- public const int CENHOW = 10;
- public const int CENLEN = 24;
- public const int CENNAM = 28;
- public const int CENOFF = 42;
- public const int CENSIG = 33639248;
- public const int CENSIG64 = 101075792;
- public const int CENSIZ = 20;
- public const int CENTIM = 12;
- public const int CENVEM = 4;
- public const int CENVER = 6;
- public const int CRYPTO_HEADER_SIZE = 12;
- public const int ENDCOM = 20;
- public const int ENDDCD = 6;
- public const int ENDHDR = 22;
- public const int ENDNRD = 4;
- public const int ENDOFF = 16;
- public const int ENDSIG = 101010256;
- public const int ENDSIZ = 12;
- public const int ENDSUB = 8;
- public const int ENDTOT = 10;
- public const int EXTCRC = 4;
- public const int EXTHDR = 16;
- public const int EXTLEN = 12;
- public const int EXTSIG = 134695760;
- public const int EXTSIZ = 8;
- public const int LOCCRC = 14;
- public const int LOCEXT = 28;
- public const int LOCFLG = 6;
- public const int LOCHDR = 30;
- public const int LOCHOW = 8;
- public const int LOCLEN = 22;
- public const int LOCNAM = 26;
- public const int LOCSIG = 67324752;
- public const int LOCSIZ = 18;
- public const int LOCTIM = 10;
- public const int LOCVER = 4;
- public const int SPANNINGSIG = 134695760;
- public const int SPANTEMPSIG = 808471376;
- public const int VERSION_MADE_BY = 20;
- public const int VERSION_STRONG_ENCRYPTION = 50;
- public ZipConstants() { }
- public static int DefaultCodePage { get { throw null; } set { } }
- public static byte[] ConvertToArray(string str) { throw null; }
- public static string ConvertToString(byte[] data) { throw null; }
- public static string ConvertToString(byte[] data, int length) { throw null; }
- }
- public partial class ZipEntry : System.ICloneable
- {
- public ZipEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry e) { }
- public ZipEntry(string name) { }
- public string Comment { get { throw null; } set { } }
- public long CompressedSize { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.CompressionMethod CompressionMethod { get { throw null; } set { } }
- public long Crc { get { throw null; } set { } }
- public System.DateTime DateTime { get { throw null; } set { } }
- public long DosTime { get { throw null; } set { } }
- public int ExternalFileAttributes { get { throw null; } set { } }
- public byte[] ExtraData { get { throw null; } set { } }
- public int Flags { get { throw null; } set { } }
- public int HostSystem { get { throw null; } }
- public bool IsCrypted { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFile { get { throw null; } }
- public string Name { get { throw null; } }
- public int Offset { get { throw null; } set { } }
- public bool RequiresZip64 { get { throw null; } }
- public long Size { get { throw null; } set { } }
- public int Version { get { throw null; } }
- public int VersionMadeBy { get { throw null; } }
- public int ZipFileIndex { get { throw null; } set { } }
- public static string CleanName(string name) { throw null; }
- public static string CleanName(string name, bool relativePath) { throw null; }
- public object Clone() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public ZipException() { }
- public ZipException(string msg) { }
- }
- public partial class ZipFile : System.Collections.IEnumerable
- {
- public ICSharpCode.SharpZipLib.Zip.ZipFile.KeysRequiredEventHandler KeysRequired;
- public ZipFile(System.IO.FileStream file) { }
- public ZipFile(System.IO.Stream baseStream) { }
- public ZipFile(string name) { }
- [System.Runtime.CompilerServices.IndexerName("EntryByIndex")]
- public ICSharpCode.SharpZipLib.Zip.ZipEntry this[int index] { get { throw null; } }
- public string Name { get { throw null; } }
- public string Password { set { } }
- public int Size { get { throw null; } }
- public string ZipFileComment { get { throw null; } }
- public void Close() { }
- public int FindEntry(string name, bool ignoreCase) { throw null; }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetEntry(string name) { throw null; }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public System.IO.Stream GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { throw null; }
- public System.IO.Stream GetInputStream(int entryIndex) { throw null; }
- public bool TestArchive(bool testData) { throw null; }
- public delegate void KeysRequiredEventHandler(object sender, ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs e);
- }
- public partial class ZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- public ZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public override int Available { get { throw null; } }
- public bool CanDecompressEntry { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public int BodyRead(byte[] b, int off, int len) { throw null; }
- public override void Close() { }
- public void CloseEntry() { }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetNextEntry() { throw null; }
- public override int Read(byte[] destination, int index, int count) { throw null; }
- public override int ReadByte() { throw null; }
- }
- public partial class ZipNameTransform : ICSharpCode.SharpZipLib.Core.INameTransform
- {
- public ZipNameTransform() { }
- public ZipNameTransform(bool useRelativePaths) { }
- public ZipNameTransform(bool useRelativePaths, string trimPrefix) { }
- public string TrimPrefix { get { throw null; } set { } }
- public string TransformDirectory(string name) { throw null; }
- public string TransformFile(string name) { throw null; }
- }
- public partial class ZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- public ZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public bool IsFinished { get { throw null; } }
- public void CloseEntry() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { }
- public void SetComment(string comment) { }
- public void SetLevel(int level) { }
- public override void Write(byte[] b, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression
-{
- public partial class Deflater
- {
- public static int BEST_COMPRESSION;
- public static int BEST_SPEED;
- public static int DEFAULT_COMPRESSION;
- public static int DEFLATED;
- public static int NO_COMPRESSION;
- public Deflater() { }
- public Deflater(int lvl) { }
- public Deflater(int level, bool noZlibHeaderOrFooter) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public long TotalOut { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public int Deflate(byte[] output, int offset, int length) { throw null; }
- public void Finish() { }
- public void Flush() { }
- public int GetLevel() { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] dict) { }
- public void SetDictionary(byte[] dict, int offset, int length) { }
- public void SetInput(byte[] input) { }
- public void SetInput(byte[] input, int off, int len) { }
- public void SetLevel(int lvl) { }
- public void SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy strategy) { }
- }
- public partial class DeflaterConstants
- {
- public static int[] COMPR_FUNC;
- public const bool DEBUGGING = false;
- public const int DEFAULT_MEM_LEVEL = 8;
- public const int DEFLATE_FAST = 1;
- public const int DEFLATE_SLOW = 2;
- public const int DEFLATE_STORED = 0;
- public const int DYN_TREES = 2;
- public static int[] GOOD_LENGTH;
- public const int HASH_BITS = 15;
- public const int HASH_MASK = 32767;
- public const int HASH_SHIFT = 5;
- public const int HASH_SIZE = 32768;
- public static int MAX_BLOCK_SIZE;
- public static int[] MAX_CHAIN;
- public const int MAX_DIST = 32506;
- public static int[] MAX_LAZY;
- public const int MAX_MATCH = 258;
- public const int MAX_WBITS = 15;
- public const int MIN_LOOKAHEAD = 262;
- public const int MIN_MATCH = 3;
- public static int[] NICE_LENGTH;
- public const int PENDING_BUF_SIZE = 65536;
- public const int PRESET_DICT = 32;
- public const int STATIC_TREES = 1;
- public const int STORED_BLOCK = 0;
- public const int WMASK = 32767;
- public const int WSIZE = 32768;
- public DeflaterConstants() { }
- }
- public partial class DeflaterEngine : ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants
- {
- public DeflaterEngine(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public int Adler { get { throw null; } }
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy Strategy { get { throw null; } set { } }
- public int TotalIn { get { throw null; } }
- public bool Deflate(bool flush, bool finish) { throw null; }
- public void FillWindow() { }
- public bool NeedsInput() { throw null; }
- public void Reset() { }
- public void ResetAdler() { }
- public void SetDictionary(byte[] buffer, int offset, int length) { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SetLevel(int lvl) { }
- }
- public partial class DeflaterHuffman
- {
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending;
- public DeflaterHuffman(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public static short BitReverse(int toReverse) { throw null; }
- public void CompressBlock() { }
- public void FlushBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public void FlushStoredBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public bool IsFull() { throw null; }
- public void Reset() { }
- public void SendAllTrees(int blTreeCodes) { }
- public bool TallyDist(int dist, int len) { throw null; }
- public bool TallyLit(int lit) { throw null; }
- public partial class Tree
- {
- public short[] freqs;
- public byte[] length;
- public int minNumCodes;
- public int numCodes;
- public Tree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman dh, int elems, int minCodes, int maxLength) { }
- public void BuildCodes() { }
- public void BuildTree() { }
- public void CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- public void CheckEmpty() { }
- public int GetEncodedLength() { throw null; }
- public void Reset() { }
- public void SetStaticCodes(short[] stCodes, byte[] stLength) { }
- public void WriteSymbol(int code) { }
- public void WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- }
- }
- public partial class DeflaterPending : ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer
- {
- public DeflaterPending() { }
- }
- public enum DeflateStrategy
- {
- Default = 0,
- Filtered = 1,
- HuffmanOnly = 2,
- }
- public partial class Inflater
- {
- public Inflater() { }
- public Inflater(bool noHeader) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingDictionary { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int RemainingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public int TotalOut { get { throw null; } }
- public int Inflate(byte[] buf) { throw null; }
- public int Inflate(byte[] buf, int offset, int len) { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] buffer) { }
- public void SetDictionary(byte[] buffer, int offset, int len) { }
- public void SetInput(byte[] buf) { }
- public void SetInput(byte[] buffer, int offset, int length) { }
- }
- public partial class InflaterHuffmanTree
- {
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defDistTree;
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defLitLenTree;
- public InflaterHuffmanTree(byte[] codeLengths) { }
- public int GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input) { throw null; }
- }
- public partial class PendingBuffer
- {
- protected byte[] buf;
- public PendingBuffer() { }
- public PendingBuffer(int bufsize) { }
- public int BitCount { get { throw null; } }
- public bool IsFlushed { get { throw null; } }
- public void AlignToByte() { }
- public int Flush(byte[] output, int offset, int length) { throw null; }
- public void Reset() { }
- public byte[] ToByteArray() { throw null; }
- public void WriteBits(int b, int count) { }
- public void WriteBlock(byte[] block, int offset, int len) { }
- public void WriteByte(int b) { }
- public void WriteInt(int s) { }
- public void WriteShort(int s) { }
- public void WriteShortMSB(int s) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams
-{
- public partial class DeflaterOutputStream : System.IO.Stream
- {
- protected System.IO.Stream baseOutputStream;
- protected byte[] buf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Deflater def;
- public DeflaterOutputStream(System.IO.Stream baseOutputStream) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater defl) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater deflater, int bufsize) { }
- public bool CanPatchEntries { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public override long Position { get { throw null; } set { } }
- 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 void Deflate() { }
- protected void EncryptBlock(byte[] buffer, int offset, int length) { }
- protected byte EncryptByte() { throw null; }
- public virtual void Finish() { }
- public override void Flush() { }
- protected void InitializePassword(string password) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- protected void UpdateKeys(byte ch) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bval) { }
- }
- public partial class InflaterInputBuffer
- {
- public InflaterInputBuffer(System.IO.Stream stream) { }
- public int Available { get { throw null; } set { } }
- public byte[] ClearText { get { throw null; } }
- public int ClearTextLength { get { throw null; } }
- public System.Security.Cryptography.ICryptoTransform CryptoTransform { set { } }
- public byte[] RawData { get { throw null; } }
- public int RawLength { get { throw null; } }
- public void Fill() { }
- public int ReadClearTextBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public int ReadLeByte() { throw null; }
- public int ReadLeInt() { throw null; }
- public long ReadLeLong() { throw null; }
- public int ReadLeShort() { throw null; }
- public int ReadRawBuffer(byte[] buffer) { throw null; }
- public int ReadRawBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public void SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater) { }
- }
- public partial class InflaterInputStream : System.IO.Stream
- {
- protected System.IO.Stream baseInputStream;
- protected long csize;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer inputBuffer;
- public InflaterInputStream(System.IO.Stream baseInputStream) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater, int bufferSize) { }
- public virtual int Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected void Fill() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public long Skip(long n) { throw null; }
- protected void StopDecrypting() { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class OutputWindow
- {
- public OutputWindow() { }
- public void CopyDict(byte[] dict, int offset, int len) { }
- public int CopyOutput(byte[] output, int offset, int len) { throw null; }
- public int CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input, int len) { throw null; }
- public int GetAvailable() { throw null; }
- public int GetFreeSpace() { throw null; }
- public void Repeat(int len, int dist) { }
- public void Reset() { }
- public void Write(int abyte) { }
- }
- public partial class StreamManipulator
- {
- public StreamManipulator() { }
- public int AvailableBits { get { throw null; } }
- public int AvailableBytes { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int CopyBytes(byte[] output, int offset, int length) { throw null; }
- public void DropBits(int n) { }
- public int GetBits(int n) { throw null; }
- public int PeekBits(int n) { throw null; }
- public void Reset() { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SkipToByteBoundary() { }
- }
-}
diff --git a/src/v4.6/Mono.CSharp.cs b/src/v4.6/Mono.CSharp.cs
deleted file mode 100644
index d86ddcd..0000000
--- a/src/v4.6/Mono.CSharp.cs
+++ /dev/null
@@ -1,7228 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CSharp.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CSharp.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Microsoft.CSharp, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
-}
-namespace Mono.CSharp
-{
- public abstract partial class AbstractMessage
- {
- protected readonly int code;
- protected readonly Mono.CSharp.Location location;
- protected AbstractMessage(Mono.CSharp.AbstractMessage aMsg) { }
- protected AbstractMessage(int code, Mono.CSharp.Location loc, string msg, System.Collections.Generic.List<string> extraInfo) { }
- public int Code { get { throw null; } }
- public abstract bool IsWarning { get; }
- public Mono.CSharp.Location Location { get { throw null; } }
- public abstract string MessageType { get; }
- public string[] RelatedSymbols { get { throw null; } }
- public string Text { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AbstractPropertyEventMethod : Mono.CSharp.MemberCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> declarative_security;
- protected Mono.CSharp.MethodData method_data;
- protected readonly string prefix;
- protected AbstractPropertyEventMethod(Mono.CSharp.InterfaceMemberBase member, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsAccessor { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public abstract Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public abstract Mono.CSharp.TypeSpec ReturnType { get; }
- public Mono.CSharp.MethodSpec Spec { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public sealed override bool Define() { throw null; }
- public virtual void Emit(Mono.CSharp.TypeDefinition parent) { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void PrepareEmit() { }
- public void UpdateName(Mono.CSharp.InterfaceMemberBase member) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- [System.FlagsAttribute]
- public enum AddressOp
- {
- Load = 2,
- LoadStore = 3,
- Store = 1,
- }
- public abstract partial class AnonymousExpression : Mono.CSharp.ExpressionStatement
- {
- protected readonly Mono.CSharp.ParametersBlock block;
- public Mono.CSharp.TypeSpec ReturnType;
- protected AnonymousExpression(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public abstract string ContainerType { get; }
- public abstract bool IsIterator { get; }
- public abstract Mono.CSharp.AnonymousMethodStorey Storey { get; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.AnonymousExpression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- public void SetHasThisAccess() { }
- protected partial class AnonymousMethodMethod : Mono.CSharp.Method
- {
- public readonly Mono.CSharp.AnonymousExpression AnonymousMethod;
- public readonly Mono.CSharp.AnonymousMethodStorey Storey;
- public AnonymousMethodMethod(Mono.CSharp.TypeDefinition parent, Mono.CSharp.AnonymousExpression am, Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.TypeExpr return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override void DefineTypeParameters() { }
- public override void Emit() { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class AnonymousMethodBody : Mono.CSharp.AnonymousExpression
- {
- protected readonly Mono.CSharp.ParametersCompiled parameters;
- public AnonymousMethodBody(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr DirectMethodGroupConversion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } set { } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousMethodExpression : Mono.CSharp.Expression
- {
- public Mono.CSharp.ParametersBlock Block;
- public AnonymousMethodExpression(Mono.CSharp.Location loc) { }
- public override string ExprClassName { get { throw null; } }
- public virtual bool HasExplicitParameters { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public Mono.CSharp.ReportPrinter TypeInferenceReportPrinter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.Expression Compatible(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- protected virtual Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec return_type, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_AddressOfCapturedVar(Mono.CSharp.ResolveContext rc, Mono.CSharp.IVariableReference var, Mono.CSharp.Location loc) { }
- public bool ExplicitTypeInference(Mono.CSharp.TypeInferenceContext type_inference, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- public Mono.CSharp.TypeSpec InferReturnType(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected virtual Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected bool VerifyExplicitParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection parameters) { throw null; }
- protected bool VerifyParameterCompatibility(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegate_type, Mono.CSharp.AParametersCollection invoke_pd, bool ignore_errors) { throw null; }
- }
- public partial class AnonymousMethodStorey : Mono.CSharp.HoistedStoreyClass
- {
- protected System.Collections.Generic.List<Mono.CSharp.HoistedVariable> hoisted_locals;
- protected System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted_params;
- protected Mono.CSharp.HoistedThis hoisted_this;
- public readonly int ID;
- public Mono.CSharp.Expression Instance;
- public readonly Mono.CSharp.ExplicitBlock OriginalSourceBlock;
- public AnonymousMethodStorey(Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberName), default(Mono.CSharp.TypeParameters), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.HoistedThis HoistedThis { get { throw null; } set { } }
- public System.Collections.Generic.IList<Mono.CSharp.ExplicitBlock> ReferencesFromChildrenBlock { get { throw null; } }
- public void AddCapturedThisField(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey parent) { }
- public Mono.CSharp.Field AddCapturedVariable(string name, Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type) { throw null; }
- protected Mono.CSharp.Field AddCompilerGeneratedField(string name, Mono.CSharp.FullNamedExpression type, bool privateAccess) { throw null; }
- public void AddParentStoreyReference(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void AddReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void CaptureLocalVariable(Mono.CSharp.ResolveContext ec, Mono.CSharp.LocalVariable localVariable) { }
- public void CaptureParameter(Mono.CSharp.ResolveContext ec, Mono.CSharp.ParametersBlock.ParameterInfo parameterInfo, Mono.CSharp.ParameterReference parameterReference) { }
- protected override bool DoResolveTypeParameters() { throw null; }
- protected virtual void EmitHoistedParameters(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.HoistedParameter> hoisted) { }
- public void EmitStoreyInstantiation(Mono.CSharp.EmitContext ec, Mono.CSharp.ExplicitBlock block) { }
- public Mono.CSharp.Expression GetStoreyInstanceExpression(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public void SetNestedStoryParent(Mono.CSharp.AnonymousMethodStorey parentStorey) { }
- }
- public partial class AnonymousTypeClass : Mono.CSharp.CompilerGeneratedContainer
- {
- internal AnonymousTypeClass() : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public const string ClassNamePrefix = "<>__AnonType";
- public const string SignatureForError = "anonymous type";
- public System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public static Mono.CSharp.AnonymousTypeClass Create(Mono.CSharp.TypeContainer parent, System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.Location loc) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class AnonymousTypeParameter : Mono.CSharp.ShimExpression
- {
- public readonly string Name;
- public AnonymousTypeParameter(Mono.CSharp.Expression initializer, string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public AnonymousTypeParameter(Mono.CSharp.Parameter parameter) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object o) { throw null; }
- protected virtual void Error_InvalidInitializer(Mono.CSharp.ResolveContext ec, string initializer) { }
- public override int GetHashCode() { throw null; }
- }
- public abstract partial class AParametersCollection
- {
- protected bool has_arglist;
- protected bool has_params;
- protected Mono.CSharp.IParameterData[] parameters;
- protected Mono.CSharp.TypeSpec[] types;
- protected AParametersCollection() { }
- public System.Reflection.CallingConventions CallingConvention { get { throw null; } }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeSpec ExtensionMethodType { get { throw null; } }
- public Mono.CSharp.IParameterData[] FixedParameters { get { throw null; } }
- public bool HasArglist { get { throw null; } }
- public bool HasExtensionMethodType { get { throw null; } }
- public bool HasParams { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public Mono.CSharp.TypeSpec[] Types { get { throw null; } set { } }
- public System.Type[] GetMetaInfo() { throw null; }
- public static System.Reflection.ParameterAttributes GetParameterAttribute(Mono.CSharp.Parameter.Modifier modFlags) { throw null; }
- public int GetParameterIndexByName(string name) { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetSignatureForError(string start, string end, int count) { throw null; }
- public static bool HasSameParameterDefaults(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public Mono.CSharp.AParametersCollection Inflate(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public string ParameterDesc(int pos) { throw null; }
- }
- public partial class Arglist : Mono.CSharp.Expression
- {
- public Arglist(Mono.CSharp.Arguments args, Mono.CSharp.Location l) { }
- public Arglist(Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public System.Type[] ArgumentTypes { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistAccess : Mono.CSharp.Expression
- {
- public ArglistAccess(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArglistParameter : Mono.CSharp.Parameter
- {
- public ArglistParameter(Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class Argument
- {
- public readonly Mono.CSharp.Argument.AType ArgType;
- public Mono.CSharp.Expression Expr;
- public Argument(Mono.CSharp.Expression expr) { }
- public Argument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType type) { }
- public bool IsByRef { get { throw null; } }
- public bool IsDefaultArgument { get { throw null; } }
- public bool IsExtensionType { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier Modifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } }
- public Mono.CSharp.Argument Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- public Mono.CSharp.Argument Clone(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Argument EmitToField(Mono.CSharp.EmitContext ec, bool cloneResult) { throw null; }
- public void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public string GetSignatureForError() { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext ec) { }
- public bool ResolveMethodGroup(Mono.CSharp.ResolveContext ec) { throw null; }
- public enum AType : byte
- {
- ConditionalAccessFlag = (byte)128,
- Default = (byte)3,
- DynamicTypeName = (byte)4,
- ExtensionType = (byte)5,
- ExtensionTypeConditionalAccess = (byte)133,
- None = (byte)0,
- Out = (byte)2,
- Ref = (byte)1,
- }
- }
- public partial class Arguments
- {
- public Arguments(int capacity) { }
- public int Count { get { throw null; } }
- public bool HasDynamic { get { throw null; } }
- public bool HasNamed { get { throw null; } }
- public Mono.CSharp.Argument this[int index] { get { throw null; } set { } }
- public void Add(Mono.CSharp.Argument arg) { }
- public void AddRange(Mono.CSharp.Arguments args) { }
- public void CheckArrayAsAttribute(Mono.CSharp.CompilerContext ctx) { }
- public Mono.CSharp.Arguments Clone(Mono.CSharp.CloneContext ctx) { throw null; }
- public bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.ArrayInitializer CreateDynamicBinderArguments(Mono.CSharp.ResolveContext rc) { throw null; }
- public static Mono.CSharp.Arguments CreateForExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args, params Mono.CSharp.Expression[] e) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Arguments Emit(Mono.CSharp.EmitContext ec, bool dup_args, bool prepareAwait) { throw null; }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc, System.Collections.Generic.List<Mono.CSharp.MovableArgument> movable=null) { }
- public System.Collections.Generic.List<Mono.CSharp.Argument>.Enumerator GetEnumerator() { throw null; }
- public void Insert(int index, Mono.CSharp.Argument arg) { }
- public static System.Linq.Expressions.Expression[] MakeExpression(Mono.CSharp.Arguments args, Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Arguments MarkOrderedArgument(Mono.CSharp.NamedArgument a) { throw null; }
- public void RemoveAt(int index) { }
- public void Resolve(Mono.CSharp.ResolveContext ec, out bool dynamic) { dynamic = default(bool); }
- }
- public partial class ArrayAccess : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public ArrayAccess(Mono.CSharp.ElementAccess ea_data, Mono.CSharp.Location l) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void SetConditionalAccessReceiver() { }
- }
- public partial class ArrayContainer : Mono.CSharp.ElementTypeSpec
- {
- internal ArrayContainer() : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(System.Type)) { }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public int Rank { get { throw null; } }
- public System.Reflection.MethodInfo GetAddressMethod() { throw null; }
- public System.Reflection.MethodInfo GetConstructor() { throw null; }
- public System.Reflection.MethodInfo GetGetMethod() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- protected override string GetPostfixSignature() { throw null; }
- public static string GetPostfixSignature(int rank) { throw null; }
- public System.Reflection.MethodInfo GetSetMethod() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element) { throw null; }
- public static Mono.CSharp.ArrayContainer MakeType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec element, int rank) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeRankPair : System.IEquatable<Mono.CSharp.ArrayContainer.TypeRankPair>
- {
- public TypeRankPair(Mono.CSharp.TypeSpec ts, int rank) { throw null;}
- public bool Equals(Mono.CSharp.ArrayContainer.TypeRankPair other) { throw null; }
- public override int GetHashCode() { throw null; }
- }
- }
- public partial class ArrayCreation : Mono.CSharp.Expression
- {
- protected System.Collections.Generic.List<Mono.CSharp.Expression> arguments;
- protected System.Collections.Generic.List<Mono.CSharp.Expression> array_data;
- protected Mono.CSharp.TypeSpec array_element_type;
- protected int dimensions;
- protected readonly Mono.CSharp.ComposedTypeSpecifier rank;
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location loc) { }
- public ArrayCreation(Mono.CSharp.FullNamedExpression requested_base_type, System.Collections.Generic.List<Mono.CSharp.Expression> exprs, Mono.CSharp.ComposedTypeSpecifier rank, Mono.CSharp.ArrayInitializer initializers, Mono.CSharp.Location l) { }
- public Mono.CSharp.ArrayInitializer Initializers { get { throw null; } }
- public bool NoEmptyInterpolation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ComposedTypeSpecifier Rank { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected sealed override Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- protected override void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveArrayElement(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression element) { throw null; }
- protected bool ResolveInitializers(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ArrayIndexCast : Mono.CSharp.TypeCast
- {
- public ArrayIndexCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ArrayInitializer : Mono.CSharp.Expression
- {
- public ArrayInitializer(Mono.CSharp.Location loc) { }
- public ArrayInitializer(System.Collections.Generic.List<Mono.CSharp.Expression> init, Mono.CSharp.Location loc) { }
- public ArrayInitializer(int count, Mono.CSharp.Location loc) { }
- public int Count { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Expression> Elements { get { throw null; } }
- public Mono.CSharp.Expression this[int index] { get { throw null; } }
- public Mono.CSharp.BlockVariable VariableDeclaration { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Expression expr) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class As : Mono.CSharp.Probe
- {
- public As(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class AssemblyBuilderExtension
- {
- protected readonly Mono.CSharp.CompilerContext ctx;
- public AssemblyBuilderExtension(Mono.CSharp.CompilerContext ctx) { }
- public virtual System.Reflection.Module AddModule(string module) { throw null; }
- public virtual void AddPermissionRequests(System.Security.PermissionSet[] permissions) { }
- public virtual void AddTypeForwarder(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public virtual void DefineWin32IconResource(string fileName) { }
- public virtual System.Reflection.AssemblyName[] GetReferencedAssemblies() { throw null; }
- public virtual void SetAlgorithmId(uint value, Mono.CSharp.Location loc) { }
- public virtual void SetCulture(string culture, Mono.CSharp.Location loc) { }
- public virtual void SetFlags(uint flags, Mono.CSharp.Location loc) { }
- public virtual void SetVersion(System.Version version, Mono.CSharp.Location loc) { }
- }
- public abstract partial class AssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- protected System.Collections.Generic.List<Mono.CSharp.ImportedModuleDefinition> added_modules;
- public System.Reflection.Emit.AssemblyBuilder Builder;
- protected Mono.CSharp.AssemblyBuilderExtension builder_extra;
- protected readonly string file_name;
- protected Mono.CSharp.ModuleContainer module;
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name) { }
- protected AssemblyDefinition(Mono.CSharp.ModuleContainer module, string name, string fileName) { }
- public Mono.CSharp.Attribute CLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.Method EntryPoint { get { throw null; } set { } }
- public string FullName { get { throw null; } }
- public bool HasCLSCompliantAttribute { get { throw null; } }
- public Mono.CSharp.MetadataImporter Importer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsSatelliteAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- bool Mono.CSharp.IAssemblyDefinition.IsMissing { get { throw null; } }
- public string Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolWriter { get { throw null; } }
- public bool WrapNonExceptionThrows { get { throw null; } }
- public void AddModule(Mono.CSharp.ImportedModuleDefinition module) { }
- public void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected System.Reflection.AssemblyName CreateAssemblyName() { throw null; }
- public virtual System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public void EmbedResources() { }
- public virtual void Emit() { }
- protected virtual System.Collections.Generic.List<Mono.CSharp.AssemblyReferenceMessageInfo> GetNotUnifiedReferences(System.Reflection.AssemblyName assemblyName) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void Resolve() { }
- protected void ResolveAssemblySecurityAttributes() { }
- public void Save() { }
- protected virtual void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyDefinitionDynamic : Mono.CSharp.AssemblyDefinition
- {
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public AssemblyDefinitionDynamic(Mono.CSharp.ModuleContainer module, string name, string fileName) : base (default(Mono.CSharp.ModuleContainer), default(string)) { }
- public bool Create(System.AppDomain domain, System.Reflection.Emit.AssemblyBuilderAccess access) { throw null; }
- public override System.Reflection.Emit.ModuleBuilder CreateModuleBuilder() { throw null; }
- public System.Reflection.Module IncludeModule(string moduleFile) { throw null; }
- protected override void SaveModule(System.Reflection.PortableExecutableKinds pekind, System.Reflection.ImageFileMachine machine) { }
- }
- public partial class AssemblyReferenceMessageInfo
- {
- public AssemblyReferenceMessageInfo(System.Reflection.AssemblyName dependencyName, System.Action<Mono.CSharp.Report> reportMessage) { }
- public System.Reflection.AssemblyName DependencyName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.Action<Mono.CSharp.Report> ReportMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class AssemblyResource : System.IEquatable<Mono.CSharp.AssemblyResource>
- {
- public AssemblyResource(string fileName, string name) { }
- public AssemblyResource(string fileName, string name, bool isPrivate) { }
- public System.Reflection.ResourceAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsEmbeded { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Equals(Mono.CSharp.AssemblyResource other) { throw null; }
- }
- public abstract partial class Assign : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression source;
- protected Mono.CSharp.Expression target;
- protected Assign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Source { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.Expression Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class AsyncInitializer : Mono.CSharp.StateMachineInitializer
- {
- public AsyncInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public override string ContainerType { get { throw null; } }
- public Mono.CSharp.TypeSpec DelegateType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.StackFieldExpr HoistedReturnState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.TypeInferenceContext ReturnTypeInference { get { throw null; } }
- protected override Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCatchBlock(Mono.CSharp.EmitContext ec) { }
- protected override void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public abstract partial class Attributable
- {
- protected Mono.CSharp.Attributes attributes;
- protected Attributable() { }
- public abstract System.AttributeTargets AttributeTargets { get; }
- public Mono.CSharp.Attributes OptAttributes { get { throw null; } set { } }
- public abstract string[] ValidAttributeTargets { get; }
- public void AddAttributes(Mono.CSharp.Attributes attrs, Mono.CSharp.IMemberContext context) { }
- public abstract void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa);
- public abstract bool IsClsComplianceRequired();
- }
- public partial class Attribute
- {
- public static readonly System.AttributeUsageAttribute DefaultUsageAttribute;
- public static readonly object[] EmptyObject;
- public readonly string ExplicitTarget;
- public System.AttributeTargets Target;
- public Mono.CSharp.TypeSpec Type;
- public Attribute(string target, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Arguments[] args, Mono.CSharp.Location loc, bool nameEscaped) { }
- public bool HasSecurityAttribute { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.Arguments NamedArguments { get { throw null; } }
- public Mono.CSharp.Arguments PositionalArguments { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public bool ResolveError { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression TypeExpression { get { throw null; } }
- public void AttachTo(Mono.CSharp.Attributable target, Mono.CSharp.IMemberContext context) { }
- public bool CheckTarget() { throw null; }
- public Mono.CSharp.Attribute Clone() { throw null; }
- public Mono.CSharp.ResolveContext CreateResolveContext() { throw null; }
- public void Emit(System.Collections.Generic.Dictionary<Mono.CSharp.Attribute, System.Collections.Generic.List<Mono.CSharp.Attribute>> allEmitted) { }
- public override bool Equals(object obj) { throw null; }
- public static void Error_AttributeArgumentIsDynamic(Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { }
- public void Error_InvalidArgumentValue(Mono.CSharp.TypeSpec attributeType) { }
- public void Error_InvalidSecurityParent() { }
- public void Error_MissingGuidAttribute() { }
- public void Error_MisusedDynamicAttribute() { }
- public void Error_MisusedExtensionAttribute() { }
- public void ExtractSecurityPermissionSet(Mono.CSharp.MethodSpec ctor, ref System.Collections.Generic.Dictionary<System.Security.Permissions.SecurityAction, System.Security.PermissionSet> permissions) { }
- public Mono.CSharp.TypeSpec GetArgumentType() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsageAttribute() { throw null; }
- public bool GetBoolean() { throw null; }
- public System.Runtime.InteropServices.CharSet GetCharSetValue() { throw null; }
- public bool GetClsCompliantAttributeValue() { throw null; }
- public Mono.CSharp.TypeSpec GetCoClassAttributeValue() { throw null; }
- public string GetConditionalAttributeValue() { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetIndexerAttributeValue() { throw null; }
- public System.Runtime.CompilerServices.MethodImplOptions GetMethodImplOptions() { throw null; }
- public Mono.CSharp.Constant GetNamedValue(string name) { throw null; }
- public System.ObsoleteAttribute GetObsoleteAttribute() { throw null; }
- public Mono.CSharp.Expression GetParameterDefaultValue() { throw null; }
- public string GetSignatureForError() { throw null; }
- public string GetString() { throw null; }
- public string GetValidTargets() { throw null; }
- public bool HasField(string fieldName) { throw null; }
- public bool IsExplicitLayoutKind() { throw null; }
- public bool IsInternalCall() { throw null; }
- public static bool IsValidArgumentType(Mono.CSharp.TypeSpec t) { throw null; }
- public bool IsValidSecurityAttribute() { throw null; }
- public Mono.CSharp.MethodSpec Resolve() { throw null; }
- public Mono.CSharp.TypeSpec ResolveTypeForComparison() { throw null; }
- public void SetOwner(Mono.CSharp.Attributable owner) { }
- }
- public sealed partial class AttributeEncoder
- {
- public static readonly byte[] Empty;
- public AttributeEncoder() { }
- public Mono.CSharp.AttributeEncoder.EncodedTypeProperties Encode(Mono.CSharp.TypeSpec type) { throw null; }
- public void Encode(bool value) { }
- public void Encode(byte value) { }
- public void Encode(double value) { }
- public void Encode(short value) { }
- public void Encode(int value) { }
- public void Encode(long value) { }
- public void Encode(sbyte value) { }
- public void Encode(float value) { }
- public void Encode(string value) { }
- public void Encode(ushort value) { }
- public void Encode(uint value) { }
- public void Encode(ulong value) { }
- public void EncodeEmptyNamedArguments() { }
- public void EncodeNamedArguments<T>(T[] members, Mono.CSharp.Constant[] values) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- public void EncodeNamedFieldArgument(Mono.CSharp.FieldSpec field, Mono.CSharp.Constant value) { }
- public void EncodeNamedPropertyArgument(Mono.CSharp.PropertySpec property, Mono.CSharp.Constant value) { }
- public void EncodeTypeName(Mono.CSharp.TypeContainer type) { }
- public void EncodeTypeName(Mono.CSharp.TypeSpec type) { }
- public byte[] ToArray() { throw null; }
- [System.FlagsAttribute]
- public enum EncodedTypeProperties
- {
- DynamicType = 1,
- None = 0,
- TypeParameter = 2,
- }
- }
- public partial class Attributes
- {
- public readonly System.Collections.Generic.List<Mono.CSharp.Attribute> Attrs;
- public Attributes(Mono.CSharp.Attribute a) { }
- public Attributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public void AddAttribute(Mono.CSharp.Attribute attr) { }
- public void AddAttributes(System.Collections.Generic.List<Mono.CSharp.Attribute> attrs) { }
- public static void AttachFromPartial(Mono.CSharp.Attributable target, Mono.CSharp.Attributable partialSrc) { }
- public void AttachTo(Mono.CSharp.Attributable attributable, Mono.CSharp.IMemberContext context) { }
- public bool CheckTargets() { throw null; }
- public Mono.CSharp.Attributes Clone() { throw null; }
- public bool Contains(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public void ConvertGlobalAttributes(Mono.CSharp.TypeContainer member, Mono.CSharp.NamespaceContainer currentNamespace, bool isGlobal) { }
- public void Emit() { }
- public bool HasResolveError() { throw null; }
- public Mono.CSharp.Attribute Search(Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute Search(string explicitTarget, Mono.CSharp.PredefinedAttribute t) { throw null; }
- public Mono.CSharp.Attribute[] SearchMulti(Mono.CSharp.PredefinedAttribute t) { throw null; }
- }
- public abstract partial class ATypeNameExpression : Mono.CSharp.FullNamedExpression
- {
- protected Mono.CSharp.TypeArguments targs;
- protected ATypeNameExpression(string name, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected ATypeNameExpression(string name, int arity, Mono.CSharp.Location l) { }
- public int Arity { get { throw null; } }
- public bool HasTypeArguments { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.TypeArguments TypeArguments { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static string GetMemberType(Mono.CSharp.MemberCore mc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restriction);
- }
- public partial class Await : Mono.CSharp.ExpressionStatement
- {
- public Await(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.AwaitStatement Statement { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.FieldExpr field) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class AwaiterDefinition
- {
- public AwaiterDefinition() { }
- public Mono.CSharp.MethodSpec GetResult { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool INotifyCompletion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.PropertySpec IsCompleted { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsValidPattern { get { throw null; } }
- }
- public partial class AwaitStatement : Mono.CSharp.YieldStatement<Mono.CSharp.AsyncInitializer>
- {
- public AwaitStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.TypeSpec ResultType { get { throw null; } }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public void EmitPrologue(Mono.CSharp.EmitContext ec) { }
- public void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Expression GetResultExpression(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public sealed partial class AwaitableMemberAccess : Mono.CSharp.MemberAccess
- {
- public AwaitableMemberAccess(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(string)) { }
- public bool ProbingMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, string name) { }
- }
- }
- public partial class BaseThis : Mono.CSharp.This
- {
- public BaseThis(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BaseThis(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- }
- public partial class Binary : Mono.CSharp.Expression
- {
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.State state) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { }
- public Binary(Mono.CSharp.Binary.Operator oper, Mono.CSharp.Expression left, Mono.CSharp.Expression right, bool isCompound) { }
- public bool IsCompound { get { throw null; } }
- public Mono.CSharp.Expression Left { get { throw null; } }
- public Mono.CSharp.Binary.Operator Oper { get { throw null; } }
- public Mono.CSharp.Expression Right { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Operator.OpType ConvertBinaryToUserOperator(Mono.CSharp.Binary.Operator op) { throw null; }
- public Mono.CSharp.Expression CreateCallSiteBinder(Mono.CSharp.ResolveContext ec, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateEqualityOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression method) { throw null; }
- public Mono.CSharp.Expression CreateLiftedValueTypeResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec valueType) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreatePointerOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardLiftedOperatorsTable(Mono.CSharp.ModuleContainer module) { throw null; }
- public static Mono.CSharp.Binary.PredefinedOperator[] CreateStandardOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public static void EmitOperatorOpcode(Mono.CSharp.EmitContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.TypeSpec l, Mono.CSharp.Expression right) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Location loc) { }
- public static void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.Expression right, string oper, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public static Mono.CSharp.ConvCast.Mode GetEnumResultCast(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression left, Mono.CSharp.Expression right) { throw null; }
- public Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext rc) { throw null; }
- [System.FlagsAttribute]
- public enum Operator
- {
- Addition = 2083,
- AdditionMask = 2048,
- ArithmeticMask = 32,
- BitwiseAnd = 525,
- BitwiseMask = 512,
- BitwiseOr = 527,
- ComparisonMask = 128,
- DecomposedMask = 524288,
- Division = 33,
- Equality = 395,
- EqualityMask = 256,
- ExclusiveOr = 526,
- GreaterThan = 8328,
- GreaterThanOrEqual = 8330,
- Inequality = 396,
- LeftShift = 69,
- LessThan = 8327,
- LessThanOrEqual = 8329,
- LogicalAnd = 1040,
- LogicalMask = 1024,
- LogicalOr = 1041,
- Modulus = 34,
- Multiply = 32,
- NullableMask = 1048576,
- RelationalMask = 8192,
- RightShift = 70,
- ShiftMask = 64,
- Subtraction = 4132,
- SubtractionMask = 4096,
- ValuesOnlyMask = 31,
- }
- public partial class PredefinedOperator
- {
- protected readonly Mono.CSharp.TypeSpec left;
- protected readonly Mono.CSharp.TypeSpec left_unwrap;
- public readonly Mono.CSharp.Binary.Operator OperatorsMask;
- public Mono.CSharp.TypeSpec ReturnType;
- protected readonly Mono.CSharp.TypeSpec right;
- protected readonly Mono.CSharp.TypeSpec right_unwrap;
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec type, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask) { }
- public PredefinedOperator(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype, Mono.CSharp.Binary.Operator op_mask, Mono.CSharp.TypeSpec return_type) { }
- public bool IsLifted { get { throw null; } }
- public virtual Mono.CSharp.Expression ConvertResult(Mono.CSharp.ResolveContext rc, Mono.CSharp.Binary b) { throw null; }
- public virtual bool IsApplicable(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lexpr, Mono.CSharp.Expression rexpr) { throw null; }
- public bool IsPrimitiveApplicable(Mono.CSharp.TypeSpec ltype, Mono.CSharp.TypeSpec rtype) { throw null; }
- public Mono.CSharp.Binary.PredefinedOperator ResolveBetterOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.PredefinedOperator best_operator) { throw null; }
- }
- [System.FlagsAttribute]
- public enum State : byte
- {
- Compound = (byte)2,
- None = (byte)0,
- UserOperatorsExcluded = (byte)4,
- }
- }
- [System.FlagsAttribute]
- public enum BindingRestriction
- {
- DeclaredOnly = 2,
- InstanceOnly = 4,
- NoAccessors = 8,
- None = 0,
- OverrideOnly = 16,
- }
- public partial class Block : Mono.CSharp.Statement
- {
- public Mono.CSharp.Location EndLocation;
- public Mono.CSharp.ExplicitBlock Explicit;
- protected Mono.CSharp.Block.Flags flags;
- public Mono.CSharp.ParametersBlock ParametersBlock;
- public Mono.CSharp.Block Parent;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> scope_initializers;
- public Mono.CSharp.Location StartLocation;
- protected System.Collections.Generic.List<Mono.CSharp.Statement> statements;
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public Block(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public bool IsCatchBlock { get { throw null; } }
- public bool IsCompilerGenerated { get { throw null; } set { } }
- public bool IsFinallyBlock { get { throw null; } }
- public Mono.CSharp.Block Original { get { throw null; } protected set { } }
- public System.Collections.Generic.List<Mono.CSharp.Statement> Statements { get { throw null; } }
- public bool Unchecked { get { throw null; } set { } }
- public bool Unsafe { get { throw null; } set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddLabel(Mono.CSharp.LabeledStatement target) { }
- public void AddLocalName(Mono.CSharp.LocalVariable li) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li) { }
- public void AddScopeStatement(Mono.CSharp.Statement s) { }
- public void AddStatement(Mono.CSharp.Statement s) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected void EmitScopeInitializers(Mono.CSharp.EmitContext ec) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public virtual void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public virtual void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void InsertStatement(int index, Mono.CSharp.Statement s) { }
- public Mono.CSharp.LabeledStatement LookupLabel(string name) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void MarkReachableScope(Mono.CSharp.Reachability rc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ScanGotoJump(Mono.CSharp.Statement label) { }
- public void ScanGotoJump(Mono.CSharp.Statement label, Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetEndLocation(Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- AwaitBlock = 8192,
- CatchBlock = 32768,
- CompilerGenerated = 512,
- FinallyBlock = 16384,
- HasAsyncModifier = 1024,
- HasCapturedThis = 128,
- HasCapturedVariable = 64,
- HasReferenceToStoreyForInstanceLambdas = 65536,
- InitializationEmitted = 4194304,
- IsExpressionTree = 256,
- Iterator = 1048576,
- NoFlowAnalysis = 2097152,
- ReachableEnd = 8,
- Resolved = 2048,
- Unchecked = 1,
- Unsafe = 16,
- YieldBlock = 4096,
- }
- }
- public partial class BlockConstant : Mono.CSharp.BlockVariable
- {
- public BlockConstant(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockContext : Mono.CSharp.ResolveContext
- {
- public int AssignmentInfoOffset;
- public BlockContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public BlockContext(Mono.CSharp.ResolveContext rc, Mono.CSharp.ExplicitBlock block, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.IMemberContext)) { }
- public Mono.CSharp.ExceptionStatement CurrentTryBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryCatch CurrentTryCatch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoop { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LoopStatement EnclosingLoopOrSwitch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.Switch Switch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class BlockVariable : Mono.CSharp.Statement
- {
- protected System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> declarators;
- protected Mono.CSharp.LocalVariable li;
- protected Mono.CSharp.FullNamedExpression type_expr;
- public BlockVariable(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) { }
- protected BlockVariable(Mono.CSharp.LocalVariable li) { }
- public System.Collections.Generic.List<Mono.CSharp.BlockVariableDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddDeclarator(Mono.CSharp.BlockVariableDeclarator decl) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public bool Resolve(Mono.CSharp.BlockContext bc, bool resolveDeclaratorInitializers) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- public partial class BlockVariableDeclarator
- {
- public BlockVariableDeclarator(Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public virtual Mono.CSharp.BlockVariableDeclarator Clone(Mono.CSharp.CloneContext cloneCtx) { throw null; }
- }
- public partial class BoolConstant : Mono.CSharp.Constant
- {
- public readonly bool Value;
- public BoolConstant(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public BoolConstant(Mono.CSharp.TypeSpec type, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class BooleanExpression : Mono.CSharp.ShimExpression
- {
- public BooleanExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class BooleanExpressionFalse : Mono.CSharp.Unary
- {
- public BooleanExpressionFalse(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class BoolLiteral : Mono.CSharp.BoolConstant, Mono.CSharp.ILiteralConstant
- {
- public BoolLiteral(Mono.CSharp.BuiltinTypes types, bool val, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(bool), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class BoxedCast : Mono.CSharp.TypeCast
- {
- public BoxedCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class Break : Mono.CSharp.LocalExitStatement
- {
- public Break(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class BuilderContext
- {
- protected Mono.CSharp.BuilderContext.Options flags;
- public BuilderContext() { }
- public bool HasSet(Mono.CSharp.BuilderContext.Options options) { throw null; }
- public Mono.CSharp.BuilderContext.FlagsHandle With(Mono.CSharp.BuilderContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.BuilderContext ec, Mono.CSharp.BuilderContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AccurateDebugInfo = 2,
- AsyncBody = 16,
- CheckedScope = 1,
- ConstructorScope = 8,
- OmitDebugInfo = 4,
- }
- }
- public partial class BuiltinTypes
- {
- public readonly Mono.CSharp.BuiltinTypeSpec Array;
- public readonly Mono.CSharp.BuiltinTypeSpec Attribute;
- public readonly Mono.CSharp.TypeSpec[] BinaryPromotionsTypes;
- public readonly Mono.CSharp.BuiltinTypeSpec Bool;
- public readonly Mono.CSharp.BuiltinTypeSpec Byte;
- public readonly Mono.CSharp.BuiltinTypeSpec Char;
- public readonly Mono.CSharp.BuiltinTypeSpec Decimal;
- public readonly Mono.CSharp.BuiltinTypeSpec Delegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Double;
- public readonly Mono.CSharp.BuiltinTypeSpec Dynamic;
- public readonly Mono.CSharp.BuiltinTypeSpec Enum;
- public readonly Mono.CSharp.BuiltinTypeSpec Exception;
- public readonly Mono.CSharp.BuiltinTypeSpec Float;
- public readonly Mono.CSharp.BuiltinTypeSpec IDisposable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerable;
- public readonly Mono.CSharp.BuiltinTypeSpec IEnumerator;
- public readonly Mono.CSharp.BuiltinTypeSpec Int;
- public readonly Mono.CSharp.BuiltinTypeSpec IntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec Long;
- public readonly Mono.CSharp.BuiltinTypeSpec MulticastDelegate;
- public readonly Mono.CSharp.BuiltinTypeSpec Object;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEquality;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryStandard;
- public readonly Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryUnsafe;
- public readonly Mono.CSharp.TypeSpec[][] OperatorsUnary;
- public readonly Mono.CSharp.TypeSpec[] OperatorsUnaryMutator;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeFieldHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec RuntimeTypeHandle;
- public readonly Mono.CSharp.BuiltinTypeSpec SByte;
- public readonly Mono.CSharp.BuiltinTypeSpec Short;
- public readonly Mono.CSharp.BuiltinTypeSpec String;
- public readonly Mono.CSharp.BuiltinTypeSpec Type;
- public readonly Mono.CSharp.BuiltinTypeSpec UInt;
- public readonly Mono.CSharp.BuiltinTypeSpec UIntPtr;
- public readonly Mono.CSharp.BuiltinTypeSpec ULong;
- public readonly Mono.CSharp.BuiltinTypeSpec UShort;
- public readonly Mono.CSharp.BuiltinTypeSpec ValueType;
- public readonly Mono.CSharp.BuiltinTypeSpec Void;
- public BuiltinTypes() { }
- public Mono.CSharp.BuiltinTypeSpec[] AllTypes { get { throw null; } }
- public bool CheckDefinitions(Mono.CSharp.ModuleContainer module) { throw null; }
- }
- public sealed partial class BuiltinTypeSpec : Mono.CSharp.TypeSpec
- {
- public BuiltinTypeSpec(Mono.CSharp.MemberKind kind, string ns, string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public BuiltinTypeSpec(string name, Mono.CSharp.BuiltinTypeSpec.Type builtinKind) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public override Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public string FullName { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- public static int GetSize(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveType(Mono.CSharp.TypeSpec type) { throw null; }
- public static bool IsPrimitiveTypeOrDecimal(Mono.CSharp.TypeSpec type) { throw null; }
- public void SetDefinition(Mono.CSharp.ITypeDefinition td, System.Type type, Mono.CSharp.Modifiers mod) { }
- public void SetDefinition(Mono.CSharp.TypeSpec ts) { }
- public enum Type
- {
- Array = 24,
- Attribute = 29,
- Bool = 1,
- Byte = 2,
- Char = 4,
- Decimal = 13,
- Delegate = 22,
- Double = 12,
- Dynamic = 17,
- Enum = 21,
- Exception = 28,
- FirstPrimitive = 1,
- Float = 11,
- IDisposable = 27,
- IEnumerable = 26,
- IEnumerator = 25,
- Int = 7,
- IntPtr = 14,
- LastPrimitive = 12,
- Long = 9,
- MulticastDelegate = 23,
- None = 0,
- Object = 16,
- Other = 30,
- SByte = 3,
- Short = 5,
- String = 18,
- Type = 19,
- UInt = 8,
- UIntPtr = 15,
- ULong = 10,
- UShort = 6,
- ValueType = 20,
- }
- }
- public partial class ByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly byte Value;
- public ByteConstant(Mono.CSharp.BuiltinTypes types, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ByteConstant(Mono.CSharp.TypeSpec type, byte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Cast : Mono.CSharp.ShimExpression
- {
- public Cast(Mono.CSharp.Expression cast_type, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression TargetType { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Catch : Mono.CSharp.Statement
- {
- public Catch(Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.TypeSpec CatchType { get { throw null; } }
- public Mono.CSharp.Expression Filter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsGeneral { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class CatchFilterExpression : Mono.CSharp.BooleanExpression
- {
- public CatchFilterExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- }
- public partial class CharConstant : Mono.CSharp.Constant
- {
- public readonly char Value;
- public CharConstant(Mono.CSharp.BuiltinTypes types, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public CharConstant(Mono.CSharp.TypeSpec type, char v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class CharLiteral : Mono.CSharp.CharConstant, Mono.CSharp.ILiteralConstant
- {
- public CharLiteral(Mono.CSharp.BuiltinTypes types, char c, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(char), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Checked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Checked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class CheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public CheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public sealed partial class Class : Mono.CSharp.ClassOrStruct
- {
- public Class(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override string[] ConditionalConditions() { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public override void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- }
- public sealed partial class ClassCast : Mono.CSharp.TypeCast
- {
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public ClassCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, bool forced) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ClassOrStruct : Mono.CSharp.TypeDefinition
- {
- protected Mono.CSharp.Constructor generated_primary_constructor;
- public const System.Reflection.TypeAttributes StaticClassAttribute = (System.Reflection.TypeAttributes)(384);
- protected ClassOrStruct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.ToplevelBlock PrimaryConstructorBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected virtual Mono.CSharp.Constructor DefineDefaultConstructor(bool is_static) { throw null; }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- }
- public partial class CloneContext
- {
- public CloneContext() { }
- public void AddBlockMap(Mono.CSharp.Block from, Mono.CSharp.Block to) { }
- public Mono.CSharp.Block LookupBlock(Mono.CSharp.Block from) { throw null; }
- public Mono.CSharp.Block RemapBlockCopy(Mono.CSharp.Block from) { throw null; }
- }
- public partial class CollectionOrObjectInitializers : Mono.CSharp.ExpressionStatement
- {
- public CollectionOrObjectInitializers(Mono.CSharp.Location loc) { }
- public CollectionOrObjectInitializers(System.Collections.Generic.IList<Mono.CSharp.Expression> initializers, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.IList<Mono.CSharp.Expression> Initializers { get { throw null; } }
- public bool IsCollectionInitializer { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool inferType) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class CommandLineParser
- {
- public CommandLineParser(System.IO.TextWriter errorOutput) { }
- public CommandLineParser(System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) { }
- public bool HasBeenStopped { get { throw null; } }
- public event System.Func<string[], int, int> UnknownOptionHandler { add { } remove { } }
- public bool ParseArguments(Mono.CSharp.CompilerSettings settings, string[] args) { throw null; }
- public Mono.CSharp.CompilerSettings ParseArguments(string[] args) { throw null; }
- public bool ProcessWarningsList(string text, System.Action<int> action) { throw null; }
- }
- public partial class Comparer : System.Collections.IComparer
- {
- internal Comparer() { }
- public int Compare(object a, object b) { throw null; }
- public static System.Reflection.EventInfo[] Sort(System.Reflection.EventInfo[] inf) { throw null; }
- public static System.Reflection.MemberInfo[] Sort(System.Reflection.MemberInfo[] inf) { throw null; }
- public static System.Reflection.MethodBase[] Sort(System.Reflection.MethodBase[] inf) { throw null; }
- public static System.Reflection.PropertyInfo[] Sort(System.Reflection.PropertyInfo[] inf) { throw null; }
- }
- public partial class CompilationSourceFile : Mono.CSharp.NamespaceContainer
- {
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public CompilationSourceFile(Mono.CSharp.ModuleContainer parent, Mono.CSharp.SourceFile sourceFile) : base (default(Mono.CSharp.MemberName), default(Mono.CSharp.NamespaceContainer)) { }
- public string FileName { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry SymbolUnitEntry { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDefine(string value) { }
- public void AddIncludeFile(Mono.CSharp.SourceFile file) { }
- public void AddUndefine(string value) { }
- public bool IsConditionalDefined(string value) { throw null; }
- public override void PrepareEmit() { }
- }
- public delegate void CompiledMethod(ref object retvalue);
- public partial class CompilerCallableEntryPoint : System.MarshalByRefObject
- {
- public CompilerCallableEntryPoint() { }
- public static int[] AllWarningNumbers { get { throw null; } }
- public static bool InvokeCompiler(string[] args, System.IO.TextWriter error) { throw null; }
- public static void PartialReset() { }
- public static void Reset() { }
- public static void Reset(bool full_flag) { }
- }
- public partial class CompilerContext
- {
- public CompilerContext(Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool IsRuntimeBinder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.CompilerSettings Settings { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public Mono.CSharp.SourceFile LookupFile(Mono.CSharp.CompilationSourceFile comp_unit, string name) { throw null; }
- }
- public abstract partial class CompilerGeneratedContainer : Mono.CSharp.ClassOrStruct
- {
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected CompilerGeneratedContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected void CheckMembersDefined() { }
- protected override bool DoDefineMembers() { throw null; }
- protected static Mono.CSharp.MemberName MakeMemberName(Mono.CSharp.MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { throw null; }
- public static string MakeName(string host, string typePrefix, string name, int id) { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public partial class CompilerSettings
- {
- public System.Collections.Generic.List<string> AssemblyReferences;
- public System.Collections.Generic.List<System.Tuple<string, string>> AssemblyReferencesAliases;
- public bool BreakOnInternalError;
- public bool Checked;
- public int DebugFlags;
- public string DocumentationFile;
- public System.Text.Encoding Encoding;
- public bool EnhancedWarnings;
- public int FatalCounter;
- public bool GenerateDebugInfo;
- public System.Collections.Generic.List<string> GetResourceStrings;
- public bool LoadDefaultReferences;
- public string MainClass;
- public System.Collections.Generic.List<string> Modules;
- public bool Optimize;
- public string OutputFile;
- public bool ParseOnly;
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> PathMap;
- public Mono.CSharp.Platform Platform;
- public System.Collections.Generic.List<string> ReferencesLookupPaths;
- public System.Collections.Generic.List<Mono.CSharp.AssemblyResource> Resources;
- public string RuntimeMetadataVersion;
- public string SdkVersion;
- public bool ShowFullPaths;
- public bool Stacktrace;
- public bool StatementMode;
- public bool StdLib;
- public Mono.CSharp.RuntimeVersion StdLibRuntimeVersion;
- public bool StrongNameDelaySign;
- public string StrongNameKeyContainer;
- public string StrongNameKeyFile;
- public int TabSize;
- public Mono.CSharp.Target Target;
- public string TargetExt;
- public bool Timestamps;
- public bool TokenizeOnly;
- public bool Unsafe;
- public int VerboseParserFlag;
- public bool VerifyClsCompliance;
- public Mono.CSharp.LanguageVersion Version;
- public int WarningLevel;
- public bool WarningsAreErrors;
- public string Win32IconFile;
- public string Win32ResourceFile;
- public bool WriteMetadataOnly;
- public CompilerSettings() { }
- public Mono.CSharp.SourceFile FirstSourceFile { get { throw null; } }
- public bool HasKeyFileOrContainer { get { throw null; } }
- public bool NeedsEntryPoint { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SourceFile> SourceFiles { get { throw null; } }
- public void AddConditionalSymbol(string symbol) { }
- public void AddWarningAsError(int id) { }
- public void AddWarningOnly(int id) { }
- public bool IsConditionalSymbolDefined(string symbol) { throw null; }
- public bool IsWarningAsError(int code) { throw null; }
- public bool IsWarningDisabledGlobally(int code) { throw null; }
- public bool IsWarningEnabled(int code, int level) { throw null; }
- public void SetIgnoreWarning(int code) { }
- }
- public abstract partial class CompletingExpression : Mono.CSharp.ExpressionStatement
- {
- protected CompletingExpression() { }
- public static void AppendResults(System.Collections.Generic.List<string> results, string prefix, System.Collections.Generic.IEnumerable<string> names) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompletionElementInitializer : Mono.CSharp.CompletingExpression
- {
- public CompletionElementInitializer(string partial_name, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class CompletionMemberAccess : Mono.CSharp.CompletingExpression
- {
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.Location l) { }
- public CompletionMemberAccess(Mono.CSharp.Expression e, string partial_name, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class CompletionResult : System.Exception
- {
- public CompletionResult(string base_text, string[] res) { }
- public string BaseText { get { throw null; } }
- public string[] Result { get { throw null; } }
- }
- public partial class CompletionSimpleName : Mono.CSharp.CompletingExpression
- {
- public string Prefix;
- public CompletionSimpleName(string prefix, Mono.CSharp.Location l) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ComposedCast : Mono.CSharp.TypeExpr
- {
- public ComposedCast(Mono.CSharp.FullNamedExpression left, Mono.CSharp.ComposedTypeSpecifier spec) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class ComposedTypeSpecifier
- {
- public readonly int Dimension;
- public readonly Mono.CSharp.Location Location;
- public static readonly Mono.CSharp.ComposedTypeSpecifier SingleDimension;
- public ComposedTypeSpecifier(int specifier, Mono.CSharp.Location loc) { }
- public bool IsNullable { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public Mono.CSharp.ComposedTypeSpecifier Next { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.ComposedTypeSpecifier CreateArrayDimension(int dimension, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreateNullable(Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ComposedTypeSpecifier CreatePointer(Mono.CSharp.Location loc) { throw null; }
- public string GetSignatureForError() { throw null; }
- }
- public abstract partial class CompositeExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected CompositeExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class CompoundAssign : Mono.CSharp.Assign
- {
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public CompoundAssign(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Expression left) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Binary.Operator Operator { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- public sealed partial class TargetExpression : Mono.CSharp.Expression
- {
- public TargetExpression(Mono.CSharp.Expression child) { }
- public bool RequiresEmitWithAwait { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- }
- }
- public partial class Conditional : Mono.CSharp.Expression
- {
- public Conditional(Mono.CSharp.Expression expr, Mono.CSharp.Expression true_expr, Mono.CSharp.Expression false_expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression FalseExpr { get { throw null; } }
- public Mono.CSharp.Expression TrueExpr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConditionalAccessContext
- {
- public ConditionalAccessContext(Mono.CSharp.TypeSpec type, System.Reflection.Emit.Label endLabel) { }
- public System.Reflection.Emit.Label EndLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class ConditionalLogicalOperator : Mono.CSharp.UserOperatorCall
- {
- public ConditionalLogicalOperator(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments arguments, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, bool is_and, Mono.CSharp.Location loc) : base (default(Mono.CSharp.MethodSpec), default(Mono.CSharp.Arguments), default(System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression>), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ConditionalMemberAccess : Mono.CSharp.MemberAccess
- {
- public ConditionalMemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ConsoleReportPrinter : Mono.CSharp.StreamReportPrinter
- {
- public ConsoleReportPrinter() : base (default(System.IO.TextWriter)) { }
- public ConsoleReportPrinter(System.IO.TextWriter writer) : base (default(System.IO.TextWriter)) { }
- protected override string FormatText(string txt) { throw null; }
- }
- public partial class Const : Mono.CSharp.FieldBase
- {
- public Const(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public void DefineValue() { }
- public override void Emit() { }
- public static void Error_InvalidConstantType(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- public override void PrepareEmit() { }
- }
- public abstract partial class Constant : Mono.CSharp.Expression
- {
- protected Constant(Mono.CSharp.Location loc) { }
- public abstract bool IsDefaultValue { get; }
- public virtual bool IsLiteral { get { throw null; } }
- public abstract bool IsNegative { get; }
- public virtual bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public virtual bool IsZeroInteger { get { throw null; } }
- public sealed override Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public abstract Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type);
- public virtual Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.Constant CreateConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public static Mono.CSharp.Constant ExtractConstantFromValue(Mono.CSharp.TypeSpec t, object v, Mono.CSharp.Location loc) { throw null; }
- public virtual object GetTypedValue() { throw null; }
- public abstract object GetValue();
- public abstract string GetValueAsLiteral();
- public abstract long GetValueAsLong();
- public Mono.CSharp.Constant ImplicitConversionRequired(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type) { throw null; }
- public bool IsDefaultInitializer(Mono.CSharp.TypeSpec type) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Constant Reduce(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target_type) { throw null; }
- public new bool Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CSharp.Constant TryReduce(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec targetType) { throw null; }
- }
- public partial class ConstantExpr : Mono.CSharp.MemberExpr
- {
- public ConstantExpr(Mono.CSharp.ConstSpec constant, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override string GetSignatureForError() { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public static partial class ConstantFold
- {
- public static Mono.CSharp.Constant BinaryFold(Mono.CSharp.ResolveContext ec, Mono.CSharp.Binary.Operator oper, Mono.CSharp.Constant left, Mono.CSharp.Constant right, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreateBinaryPromotionsTypes(Mono.CSharp.BuiltinTypes types) { throw null; }
- }
- public partial class ConstInitializer : Mono.CSharp.ShimExpression
- {
- public ConstInitializer(Mono.CSharp.FieldBase field, Mono.CSharp.Expression value, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext unused) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveInitializer(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- }
- public partial class Constraints
- {
- public Constraints(Mono.CSharp.SimpleMemberName tparam, System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> constraints, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public Mono.CSharp.SimpleMemberName TypeParameter { get { throw null; } }
- public static bool CheckConflictingInheritedConstraint(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec bb, Mono.CSharp.IMemberContext context, Mono.CSharp.Location loc) { throw null; }
- public void CheckGenericConstraints(Mono.CSharp.IMemberContext context, bool obsoleteCheck) { }
- public static void Error_ConflictingConstraints(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameterSpec tp, Mono.CSharp.TypeSpec ba, Mono.CSharp.TypeSpec bb, Mono.CSharp.Location loc) { }
- public bool Resolve(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeParameter tp) { throw null; }
- public void VerifyClsCompliance(Mono.CSharp.Report report) { }
- }
- public partial class Constructor : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- public const Mono.CSharp.Modifiers AllowedModifiers = (Mono.CSharp.Modifiers)(10383);
- public System.Reflection.Emit.ConstructorBuilder ConstructorBuilder;
- public static readonly string ConstructorName;
- public Mono.CSharp.ConstructorInitializer Initializer;
- public static readonly string TypeConstructorName;
- public Constructor(Mono.CSharp.TypeDefinition parent, string name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled args, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCompliantArgs { get { throw null; } }
- public bool IsPrimaryConstructor { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public override string GetCallerMemberName() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsDefault() { throw null; }
- Mono.CSharp.EmitContext Mono.CSharp.IMethodData.CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class ConstructorBaseInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorBaseInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class ConstructorInitializer : Mono.CSharp.ExpressionStatement
- {
- protected ConstructorInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class ConstructorThisInitializer : Mono.CSharp.ConstructorInitializer
- {
- public ConstructorThisInitializer(Mono.CSharp.Arguments argument_list, Mono.CSharp.Location l) : base (default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- }
- public partial class ConstSpec : Mono.CSharp.FieldSpec
- {
- public ConstSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo fi, Mono.CSharp.Modifiers mod, Mono.CSharp.Expression value) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.FieldInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Expression Value { get { throw null; } }
- public Mono.CSharp.Constant GetConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class ContextualReturn : Mono.CSharp.Return
- {
- public ContextualReturn(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Continue : Mono.CSharp.LocalExitStatement
- {
- public Continue(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ConvCast : Mono.CSharp.TypeCast
- {
- public ConvCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type, Mono.CSharp.ConvCast.Mode m) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.ConvCast.Mode mode) { }
- public override string ToString() { throw null; }
- public enum Mode : byte
- {
- CH_I1 = (byte)48,
- CH_I2 = (byte)50,
- CH_U1 = (byte)49,
- I1_CH = (byte)4,
- I1_U1 = (byte)0,
- I1_U2 = (byte)1,
- I1_U4 = (byte)2,
- I1_U8 = (byte)3,
- I2_CH = (byte)12,
- I2_I1 = (byte)7,
- I2_U1 = (byte)8,
- I2_U2 = (byte)9,
- I2_U4 = (byte)10,
- I2_U8 = (byte)11,
- I4_CH = (byte)23,
- I4_I1 = (byte)17,
- I4_I2 = (byte)19,
- I4_U1 = (byte)18,
- I4_U2 = (byte)20,
- I4_U4 = (byte)21,
- I4_U8 = (byte)22,
- I8_CH = (byte)37,
- I8_I = (byte)38,
- I8_I1 = (byte)30,
- I8_I2 = (byte)32,
- I8_I4 = (byte)34,
- I8_U1 = (byte)31,
- I8_U2 = (byte)33,
- I8_U4 = (byte)35,
- I8_U8 = (byte)36,
- I_I8 = (byte)70,
- R4_CH = (byte)59,
- R4_I1 = (byte)51,
- R4_I2 = (byte)53,
- R4_I4 = (byte)55,
- R4_I8 = (byte)57,
- R4_U1 = (byte)52,
- R4_U2 = (byte)54,
- R4_U4 = (byte)56,
- R4_U8 = (byte)58,
- R8_CH = (byte)68,
- R8_I1 = (byte)60,
- R8_I2 = (byte)62,
- R8_I4 = (byte)64,
- R8_I8 = (byte)66,
- R8_R4 = (byte)69,
- R8_U1 = (byte)61,
- R8_U2 = (byte)63,
- R8_U4 = (byte)65,
- R8_U8 = (byte)67,
- U1_CH = (byte)6,
- U1_I1 = (byte)5,
- U2_CH = (byte)16,
- U2_I1 = (byte)13,
- U2_I2 = (byte)15,
- U2_U1 = (byte)14,
- U4_CH = (byte)29,
- U4_I1 = (byte)24,
- U4_I2 = (byte)26,
- U4_I4 = (byte)28,
- U4_U1 = (byte)25,
- U4_U2 = (byte)27,
- U8_CH = (byte)46,
- U8_I = (byte)47,
- U8_I1 = (byte)39,
- U8_I2 = (byte)41,
- U8_I4 = (byte)43,
- U8_I8 = (byte)45,
- U8_U1 = (byte)40,
- U8_U2 = (byte)42,
- U8_U4 = (byte)44,
- }
- }
- [System.FlagsAttribute]
- public enum CSharpBinderFlags
- {
- BinaryOperationLogical = 8,
- CheckedContext = 1,
- ConvertArrayIndex = 32,
- ConvertExplicit = 16,
- InvokeSimpleName = 2,
- InvokeSpecialName = 4,
- None = 0,
- ResultDiscarded = 256,
- ResultIndexed = 64,
- ValueFromCompoundAssignment = 128,
- }
- public partial class CSharpParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- public Mono.CSharp.Class InteractiveResult;
- public Mono.CSharp.Undo undo;
- public bool UnexpectedEOF;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 7;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session) { }
- public CSharpParser(Mono.CSharp.SeekableStreamReader reader, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.Report report, Mono.CSharp.ParserSession session) { }
- public Mono.CSharp.Tokenizer Lexer { get { throw null; } }
- public void parse() { }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- }
- public partial class DecimalConstant : Mono.CSharp.Constant
- {
- public readonly decimal Value;
- public DecimalConstant(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DecimalConstant(Mono.CSharp.TypeSpec type, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DecimalLiteral : Mono.CSharp.DecimalConstant, Mono.CSharp.ILiteralConstant
- {
- public DecimalLiteral(Mono.CSharp.BuiltinTypes types, decimal d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(decimal), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class DeclarationExpression : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public DeclarationExpression(Mono.CSharp.FullNamedExpression variableType, Mono.CSharp.LocalVariable variable) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.FullNamedExpression VariableType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class DefaultParameterValueExpression : Mono.CSharp.CompositeExpression
- {
- public DefaultParameterValueExpression(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Resolve(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter p) { }
- }
- public partial class DefaultValueExpression : Mono.CSharp.Expression
- {
- public DefaultValueExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class DefiniteAssignmentBitSet
- {
- public static readonly Mono.CSharp.DefiniteAssignmentBitSet Empty;
- public DefiniteAssignmentBitSet(Mono.CSharp.DefiniteAssignmentBitSet source) { }
- public DefiniteAssignmentBitSet(int length) { }
- public bool this[int index] { get { throw null; } }
- public static Mono.CSharp.DefiniteAssignmentBitSet And(System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet> das) { throw null; }
- public static bool IsIncluded(Mono.CSharp.DefiniteAssignmentBitSet @set, Mono.CSharp.DefiniteAssignmentBitSet test) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator &(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public static Mono.CSharp.DefiniteAssignmentBitSet operator |(Mono.CSharp.DefiniteAssignmentBitSet a, Mono.CSharp.DefiniteAssignmentBitSet b) { throw null; }
- public void Set(int index) { }
- public void Set(int index, int length) { }
- public override string ToString() { throw null; }
- }
- public partial class Delegate : Mono.CSharp.TypeDefinition, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly string InvokeMethodName;
- public Delegate(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled param_list, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression InstanceExpression { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public static string FullDelegateDesc(Mono.CSharp.MethodSpec invoke_method) { throw null; }
- public static Mono.CSharp.MethodSpec GetConstructor(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.MethodSpec GetInvokeMethod(Mono.CSharp.TypeSpec delType) { throw null; }
- public static Mono.CSharp.AParametersCollection GetParameters(Mono.CSharp.TypeSpec delType) { throw null; }
- public static bool IsTypeCovariant(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec a, Mono.CSharp.TypeSpec b) { throw null; }
- public override void PrepareEmit() { }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class DelegateCreation : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- protected Mono.CSharp.MethodSpec constructor_method;
- protected Mono.CSharp.MethodGroupExpr method_group;
- protected DelegateCreation() { }
- public bool AllowSpecialMethodsInvocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Arguments CreateDelegateMethodArguments(Mono.CSharp.ResolveContext rc, Mono.CSharp.AParametersCollection pd, Mono.CSharp.TypeSpec[] types, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public static bool ImplicitStandardConversionExists(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.TypeSpec target_type) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- public partial class Destructor : Mono.CSharp.MethodOrOperator
- {
- public static readonly string MetadataName;
- public Destructor(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override string GetSignatureForError() { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- }
- public partial class Do : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public Do(Mono.CSharp.Statement statement, Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Location doLocation, Mono.CSharp.Location whileLocation) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Location WhileLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class DoubleConstant : Mono.CSharp.Constant
- {
- public readonly double Value;
- public DoubleConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public DoubleConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class DoubleLiteral : Mono.CSharp.DoubleConstant, Mono.CSharp.ILiteralConstant
- {
- public DoubleLiteral(Mono.CSharp.BuiltinTypes types, double d, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class DynamicResultCast : Mono.CSharp.ShimExpression
- {
- public DynamicResultCast(Mono.CSharp.TypeSpec type, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class ElementAccess : Mono.CSharp.Expression
- {
- public Mono.CSharp.Arguments Arguments;
- public Mono.CSharp.Expression Expr;
- public ElementAccess(Mono.CSharp.Expression e, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public static void Error_CannotApplyIndexing(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ElementInitializer : Mono.CSharp.Assign
- {
- public readonly string Name;
- public ElementInitializer(string name, Mono.CSharp.Expression initializer, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public bool IsDictionaryInitializer { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- protected virtual bool ResolveElement(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public abstract partial class ElementTypeSpec : Mono.CSharp.TypeSpec, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- protected ElementTypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec element, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeSpec Element { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { set { } }
- public bool IsImported { get { throw null; } }
- System.Nullable<bool> Mono.CSharp.IMemberDefinition.CLSAttributeValue { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public override string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public string[] ConditionalConditions() { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- protected virtual string GetPostfixSignature() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- }
- public partial class EmitContext : Mono.CSharp.BuilderContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public System.Reflection.Emit.Label DefaultTarget;
- public readonly System.Reflection.Emit.ILGenerator ig;
- public System.Reflection.Emit.Label LoopBegin;
- public System.Reflection.Emit.Label LoopEnd;
- public System.Reflection.Emit.LocalBuilder return_value;
- public Mono.CSharp.Switch Switch;
- public EmitContext(Mono.CSharp.IMemberContext rc, System.Reflection.Emit.ILGenerator ig, Mono.CSharp.TypeSpec return_type, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder methodSymbols) { }
- public Mono.CSharp.LocalVariable AsyncThrowVariable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public Mono.CSharp.ConditionalAccessContext ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentTypeDefinition { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool EmitAccurateDebugInfo { get { throw null; } }
- public bool HasMethodSymbolBuilder { get { throw null; } }
- public bool HasReturnLabel { get { throw null; } }
- public bool IsAnonymousStoreyMutateRequired { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsStaticConstructor { get { throw null; } }
- public Mono.CSharp.IMemberContext MemberContext { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public bool NotifyEvaluatorOnStore { get { throw null; } }
- public System.Reflection.Emit.Label RecursivePatternLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Reflection.Emit.Label ReturnLabel { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.IExpressionCleanup> StatementEpilogue { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.TryFinally> TryFinallyUnwind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddStatementEpilog(Mono.CSharp.IExpressionCleanup cleanupExpression) { }
- public void AssertEmptyStack() { }
- public void BeginCatchBlock(Mono.CSharp.TypeSpec type) { }
- public void BeginCompilerScope(int scopeIndex) { }
- public void BeginExceptionBlock() { }
- public void BeginExceptionFilterBlock() { }
- public void BeginFilterHandler() { }
- public void BeginFinallyBlock() { }
- public void BeginScope(int scopeIndex) { }
- public void CloseConditionalAccess(Mono.CSharp.TypeSpec type) { }
- public System.Reflection.Emit.Label CreateReturnLabel() { throw null; }
- public System.Reflection.Emit.LocalBuilder DeclareLocal(Mono.CSharp.TypeSpec type, bool pinned) { throw null; }
- public System.Reflection.Emit.Label DefineLabel() { throw null; }
- public void DefineLocalVariable(string name, System.Reflection.Emit.LocalBuilder builder) { }
- public void Emit(System.Reflection.Emit.OpCode opcode) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.FieldSpec field) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.MethodSpec method, System.Type[] vargs) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, Mono.CSharp.TypeSpec type) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, double arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label label) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.Label[] labels) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.Emit.LocalBuilder local) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo method) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, float arg) { }
- public void Emit(System.Reflection.Emit.OpCode opcode, string arg) { }
- public void EmitArgumentAddress(int pos) { }
- public void EmitArgumentLoad(int pos) { }
- public void EmitArgumentStore(int pos) { }
- public void EmitArrayAddress(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayLoad(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayNew(Mono.CSharp.ArrayContainer ac) { }
- public void EmitArrayStore(Mono.CSharp.ArrayContainer ac) { }
- public void EmitEpilogue() { }
- public void EmitInt(int i) { }
- public void EmitLoadFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitLong(long l) { }
- public void EmitNull() { }
- public void EmitStoreFromPtr(Mono.CSharp.TypeSpec type) { }
- public void EmitThis() { }
- public void EndExceptionBlock() { }
- public void EndScope() { }
- public void FreeTemporaryLocal(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public Mono.CSharp.StackFieldExpr GetTemporaryField(Mono.CSharp.TypeSpec type, bool initializedFieldRequired=false) { throw null; }
- public System.Reflection.Emit.LocalBuilder GetTemporaryLocal(Mono.CSharp.TypeSpec t) { throw null; }
- public bool Mark(Mono.CSharp.Location loc) { throw null; }
- public void MarkCallEntry(Mono.CSharp.Location loc) { }
- public void MarkLabel(System.Reflection.Emit.Label label) { }
- public System.Reflection.Emit.LocalBuilder TemporaryReturn() { throw null; }
- }
- public partial class EmptyCast : Mono.CSharp.TypeCast
- {
- internal EmptyCast() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec type) { throw null; }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public partial class EmptyCompletion : Mono.CSharp.CompletingExpression
- {
- public EmptyCompletion() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class EmptyConstantCast : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant child;
- public EmptyConstantCast(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec type) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class EmptyExpression : Mono.CSharp.Expression
- {
- public static readonly Mono.CSharp.EmptyExpression EventAddition;
- public static readonly Mono.CSharp.EmptyExpression EventSubtraction;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberAccess;
- public static readonly Mono.CSharp.EmptyExpression LValueMemberOutAccess;
- public static readonly Mono.CSharp.EmptyExpression MissingValue;
- public static readonly Mono.CSharp.Expression Null;
- public static readonly Mono.CSharp.EmptyExpression OutAccess;
- public static readonly Mono.CSharp.EmptyExpression UnaryAddress;
- public EmptyExpression(Mono.CSharp.TypeSpec t) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyExpressionStatement : Mono.CSharp.ExpressionStatement
- {
- internal EmptyExpressionStatement() { }
- public static readonly Mono.CSharp.EmptyExpressionStatement Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class EmptyStatement : Mono.CSharp.Statement
- {
- public EmptyStatement(Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Enum : Mono.CSharp.TypeDefinition
- {
- public static readonly string UnderlyingValueField;
- public Enum(Mono.CSharp.TypeContainer parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.FullNamedExpression BaseTypeExpression { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeSpec UnderlyingType { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddEnumMember(Mono.CSharp.EnumMember em) { }
- protected override void DoDefineContainer() { }
- protected override bool DoDefineMembers() { throw null; }
- public void Error_UnderlyingType(Mono.CSharp.Location loc) { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class EnumConstant : Mono.CSharp.Constant
- {
- public Mono.CSharp.Constant Child;
- public EnumConstant(Mono.CSharp.Constant child, Mono.CSharp.TypeSpec enum_type) : base (default(Mono.CSharp.Location)) { }
- protected EnumConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label label, bool on_true) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetTypedValue() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public Mono.CSharp.EnumConstant Increment() { throw null; }
- }
- public partial class EnumMember : Mono.CSharp.Const
- {
- public EnumMember(Mono.CSharp.Enum parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- }
- public partial class ErrorExpression : Mono.CSharp.EmptyExpression
- {
- internal ErrorExpression() : base (default(Mono.CSharp.TypeSpec)) { }
- public static readonly Mono.CSharp.ErrorExpression Instance;
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- public override void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public override void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- }
- public partial class Evaluator
- {
- public bool DescribeTypeExpressions;
- public bool Terse;
- public Evaluator(Mono.CSharp.CompilerContext ctx) { }
- public System.Type InteractiveBaseClass { get { throw null; } set { } }
- public Mono.CSharp.ValueModificationHandler ModificationListener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WaitOnTask { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.CompiledMethod Compile(string input) { throw null; }
- public string Compile(string input, out Mono.CSharp.CompiledMethod compiled) { compiled = default(Mono.CSharp.CompiledMethod); throw null; }
- public object Evaluate(string input) { throw null; }
- public string Evaluate(string input, out object result, out bool result_set) { result = default(object); result_set = default(bool); throw null; }
- public string[] GetCompletions(string input, out string prefix) { prefix = default(string); throw null; }
- public string GetUsing() { throw null; }
- public string GetVars() { throw null; }
- public void Interrupt() { }
- public void LoadAssembly(string file) { }
- public void ReferenceAssembly(System.Reflection.Assembly a) { }
- public bool Run(string statement) { throw null; }
- }
- public abstract partial class Event : Mono.CSharp.PropertyBasedMember
- {
- protected Mono.CSharp.EventSpec spec;
- protected Event(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Event.AEventAccessor Add { get { throw null; } set { } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.Event.AEventAccessor Remove { get { throw null; } set { } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public abstract partial class AEventAccessor : Mono.CSharp.AbstractPropertyEventMethod
- {
- public const string AddPrefix = "add_";
- protected readonly Mono.CSharp.Event method;
- public const string RemovePrefix = "remove_";
- protected AEventAccessor(Mono.CSharp.Event method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsInterfaceImplementation { get { throw null; } }
- public Mono.CSharp.MethodData MethodData { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- }
- public partial class EventExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod
- {
- public EventExpr(Mono.CSharp.EventSpec spec, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.MethodSpec Operator { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- protected override void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class EventField : Mono.CSharp.Event
- {
- public EventField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- }
- public partial class EventProperty : Mono.CSharp.Event
- {
- public EventProperty(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- public sealed partial class AddDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public AddDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- public abstract partial class AEventPropertyAccessor : Mono.CSharp.Event.AEventAccessor
- {
- protected AEventPropertyAccessor(Mono.CSharp.EventProperty method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Event), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.TypeContainer ds) { }
- public override string GetSignatureForError() { throw null; }
- }
- public sealed partial class RemoveDelegateMethod : Mono.CSharp.EventProperty.AEventPropertyAccessor
- {
- public RemoveDelegateMethod(Mono.CSharp.EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.EventProperty), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- }
- }
- public partial class EventSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public EventSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec eventType, Mono.CSharp.Modifiers modifiers, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec AccessorAdd { get { throw null; } set { } }
- public Mono.CSharp.MethodSpec AccessorRemove { get { throw null; } set { } }
- public Mono.CSharp.FieldSpec BackingField { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec MemberType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public abstract partial class ExceptionStatement : Mono.CSharp.ResumableStatement
- {
- protected int first_catch_resume_pc;
- protected int first_resume_pc;
- protected Mono.CSharp.ExceptionStatement parent_try_block;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected ExceptionStatement(Mono.CSharp.Location loc) { }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt, int pc, Mono.CSharp.StateMachineInitializer stateMachine, Mono.CSharp.TryCatch catchBlock) { throw null; }
- protected virtual void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class ExitStatement : Mono.CSharp.Statement
- {
- protected bool unwind_protect;
- protected ExitStatement() { }
- protected abstract bool IsLocalExit { get; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected abstract bool DoResolve(Mono.CSharp.BlockContext bc);
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class ExplicitBlock : Mono.CSharp.Block
- {
- protected Mono.CSharp.AnonymousMethodStorey am_storey;
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Block.Flags flags, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public ExplicitBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start, Mono.CSharp.Location end) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.AnonymousMethodStorey AnonymousMethodStorey { get { throw null; } }
- public bool HasAwait { get { throw null; } }
- public bool HasCapturedThis { get { throw null; } set { } }
- public bool HasCapturedVariable { get { throw null; } set { } }
- public bool HasReachableClosingBrace { get { throw null; } set { } }
- public bool HasYield { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey CreateAnonymousMethodStorey(Mono.CSharp.ResolveContext ec) { throw null; }
- protected void DefineStoreyContainer(Mono.CSharp.EmitContext ec, Mono.CSharp.AnonymousMethodStorey storey) { }
- public void DisableDebugScopeIndex() { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitScopeInitialization(Mono.CSharp.EmitContext ec) { }
- public virtual int GetDebugSymbolScopeIndex() { throw null; }
- public void RegisterAsyncAwait() { }
- public void RegisterIteratorYield() { }
- public void SetCatchBlock() { }
- public void SetFinallyBlock() { }
- public void WrapIntoDestructor(Mono.CSharp.TryFinally tf, Mono.CSharp.ExplicitBlock tryBlock) { }
- }
- public enum ExprClass : byte
- {
- EventAccess = (byte)8,
- IndexerAccess = (byte)9,
- MethodGroup = (byte)6,
- Namespace = (byte)3,
- Nothing = (byte)10,
- PropertyAccess = (byte)7,
- Type = (byte)4,
- TypeParameter = (byte)5,
- Unresolved = (byte)0,
- Value = (byte)1,
- Variable = (byte)2,
- }
- public abstract partial class Expression
- {
- public Mono.CSharp.ExprClass eclass;
- protected Mono.CSharp.Location loc;
- protected Mono.CSharp.TypeSpec type;
- protected Expression() { }
- public virtual string ExprClassName { get { throw null; } }
- public Mono.CSharp.ResolveFlags ExprClassToResolveFlags { get { throw null; } }
- public virtual bool IsNull { get { throw null; } }
- public virtual bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public virtual Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- public virtual Mono.CSharp.Expression Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected virtual void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public static Mono.CSharp.MethodSpec ConstructorLookup(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, ref Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public virtual bool ContainsEmitWithAwait() { throw null; }
- protected Mono.CSharp.Expression ConvertExpressionToArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression source, bool pointerArray=false) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.Arguments args) { throw null; }
- protected Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression CreateExpressionFactoryCall(Mono.CSharp.ResolveContext ec, string name, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Arguments args, Mono.CSharp.Location loc) { throw null; }
- public abstract Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec);
- protected static Mono.CSharp.TypeExpr CreateExpressionTypeExpression(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { throw null; }
- protected abstract Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc);
- public virtual Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public abstract void Emit(Mono.CSharp.EmitContext ec);
- public virtual void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected static void EmitExpressionsList(Mono.CSharp.EmitContext ec, System.Collections.Generic.List<Mono.CSharp.Expression> expressions) { }
- public virtual void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public virtual Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr EmitToFieldSource(Mono.CSharp.EmitContext ec) { throw null; }
- public virtual void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public static void ErrorIsInaccesible(Mono.CSharp.IMemberContext rc, string member, Mono.CSharp.Location loc) { }
- public void Error_ConstantCanBeInitializedWithNullOnly(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc, string name) { }
- public void Error_ExpressionMustBeConstant(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string e_name) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.BlockContext bc) { }
- public void Error_InvalidExpressionStatement(Mono.CSharp.Report report) { }
- protected virtual void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected static void Error_NamedArgument(Mono.CSharp.NamedArgument na, Mono.CSharp.Report Report) { }
- protected virtual void Error_NegativeArrayIndex(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- protected void Error_NullPropagatingLValue(Mono.CSharp.ResolveContext rc) { }
- protected void Error_NullShortCircuitInsideExpressionTree(Mono.CSharp.ResolveContext rc) { }
- public virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc, string oper, Mono.CSharp.TypeSpec t) { }
- protected void Error_PointerInsideExpressionTree(Mono.CSharp.ResolveContext ec) { }
- public void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, Mono.CSharp.MemberSpec member, Mono.CSharp.Location loc) { }
- public static void Error_TypeArgumentsCannotBeUsed(Mono.CSharp.IMemberContext context, string exprType, string name, Mono.CSharp.Location loc) { }
- public static void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec type, string name) { }
- public virtual void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public static void Error_UnexpectedKind(Mono.CSharp.IMemberContext ctx, Mono.CSharp.Expression memberExpr, string expected, string was, Mono.CSharp.Location loc) { }
- public virtual void Error_UnexpectedKind(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags, Mono.CSharp.Location loc) { }
- public virtual void Error_ValueAssignment(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { }
- public virtual void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- protected void Error_ValueCannotBeConvertedCore(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc, Mono.CSharp.TypeSpec target, bool expl) { }
- public static void Error_VoidInvalidInTheContext(Mono.CSharp.Location loc, Mono.CSharp.Report Report) { }
- protected void Error_VoidPointerOperation(Mono.CSharp.ResolveContext rc) { }
- public virtual void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- protected static Mono.CSharp.Expression GetOperatorFalse(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- protected static Mono.CSharp.Expression GetOperatorTrue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual bool HasConditionalAccess() { throw null; }
- public static bool IsNeverNull(Mono.CSharp.Expression expr) { throw null; }
- protected static bool IsNullPropagatingValid(Mono.CSharp.TypeSpec type) { throw null; }
- protected Mono.CSharp.TypeSpec LiftMemberType(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public virtual System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public Mono.CSharp.Expression MakePointerAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments args) { throw null; }
- public static Mono.CSharp.Expression MemberLookup(Mono.CSharp.IMemberContext rc, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression MemberLookupToExpression(Mono.CSharp.IMemberContext rc, System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, bool errorMode, Mono.CSharp.TypeSpec queried_type, string name, int arity, Mono.CSharp.Expression.MemberLookupRestrictions restrictions, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Expression ProbeIdenticalTypeName(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.SimpleName name) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression Resolve(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveFlags flags) { throw null; }
- public virtual Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public Mono.CSharp.Constant ResolveLabelConstant(Mono.CSharp.ResolveContext rc) { throw null; }
- public Mono.CSharp.Expression ResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public static void UnsafeError(Mono.CSharp.Report Report, Mono.CSharp.Location loc) { }
- public static void UnsafeError(Mono.CSharp.ResolveContext ec, Mono.CSharp.Location loc) { }
- public static void Warning_UnreachableExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { }
- [System.FlagsAttribute]
- public enum MemberLookupRestrictions
- {
- DontSetConditionalAccess = 256,
- EmptyArguments = 16,
- ExactArity = 4,
- IgnoreAmbiguity = 64,
- IgnoreArity = 32,
- InvocableOnly = 1,
- NameOfExcluded = 128,
- None = 0,
- ReadAccess = 8,
- }
- }
- public abstract partial class ExpressionStatement : Mono.CSharp.Expression
- {
- protected ExpressionStatement() { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public abstract void EmitStatement(Mono.CSharp.EmitContext ec);
- public virtual void MarkReachable(Mono.CSharp.Reachability rc) { }
- public virtual Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class ExtensionMethodCandidates
- {
- public ExtensionMethodCandidates(Mono.CSharp.IMemberContext context, System.Collections.Generic.IList<Mono.CSharp.MethodSpec> methods, Mono.CSharp.NamespaceContainer nsContainer, int lookupIndex) { }
- public Mono.CSharp.NamespaceContainer Container { get { throw null; } }
- public Mono.CSharp.IMemberContext Context { get { throw null; } }
- public int LookupIndex { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MethodSpec> Methods { get { throw null; } }
- }
- public partial class Field : Mono.CSharp.FieldBase
- {
- public Field(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class FieldBase : Mono.CSharp.MemberBase
- {
- protected System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> declarators;
- protected System.Reflection.Emit.FieldBuilder FieldBuilder;
- protected Mono.CSharp.Expression initializer;
- protected Mono.CSharp.FieldSpec spec;
- public Mono.CSharp.FieldBase.Status status;
- protected FieldBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FieldDeclarator> Declarators { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Expression Initializer { get { throw null; } set { } }
- public string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public void AddDeclarator(Mono.CSharp.FieldDeclarator declarator) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckBase() { throw null; }
- public virtual Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public static void Error_VariableOfStaticClass(Mono.CSharp.Location loc, string variable_name, Mono.CSharp.TypeSpec static_class, Mono.CSharp.Report Report) { }
- public void SetCustomAttribute(Mono.CSharp.MethodSpec ctor, byte[] data) { }
- protected override bool VerifyClsCompliance() { throw null; }
- [System.FlagsAttribute]
- public enum Status : byte
- {
- HAS_OFFSET = (byte)4,
- }
- }
- public partial class FieldDeclarator
- {
- public FieldDeclarator(Mono.CSharp.SimpleMemberName name, Mono.CSharp.Expression initializer) { }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.SimpleMemberName Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public virtual Mono.CSharp.FullNamedExpression GetFieldTypeExpression(Mono.CSharp.FieldBase field) { throw null; }
- }
- public partial class FieldExpr : Mono.CSharp.MemberExpr, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected Mono.CSharp.FieldSpec spec;
- public FieldExpr(Mono.CSharp.FieldBase fi, Mono.CSharp.Location l) { }
- public FieldExpr(Mono.CSharp.FieldSpec spec, Mono.CSharp.Location loc) { }
- protected FieldExpr(Mono.CSharp.Location l) { }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public bool IsHoisted { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.FieldSpec Spec { get { throw null; } }
- public Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, bool convertInstance) { throw null; }
- public Mono.CSharp.Expression CreateTypeOfExpression() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void EmitAssignFromStack(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool IsMarshalByRefAccess(Mono.CSharp.ResolveContext rc) { throw null; }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public void SetFieldAssigned(Mono.CSharp.FlowAnalysisContext fc) { }
- public void SetHasAddressTaken() { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public partial class FieldInitializer : Mono.CSharp.Assign
- {
- public FieldInitializer(Mono.CSharp.FieldBase mc, Mono.CSharp.Expression expression, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public int AssignmentOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.FieldBase Field { get { throw null; } }
- public bool IsDefaultInitializer { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class FieldSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public FieldSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.FieldInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public bool IsReadOnly { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.FieldInfo GetMetaInfo() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.FieldSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Fixed : Mono.CSharp.Statement
- {
- public Fixed(Mono.CSharp.Fixed.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location l) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- }
- }
- public partial class FixedField : Mono.CSharp.FieldBase
- {
- public const string FixedElementName = "FixedElementField";
- public FixedField(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Nullable<System.Runtime.InteropServices.CharSet> CharSetValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.Constant ConvertInitializer(Mono.CSharp.ResolveContext rc, Mono.CSharp.Constant expr) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- }
- public partial class FloatConstant : Mono.CSharp.Constant
- {
- public readonly double DoubleValue;
- public FloatConstant(Mono.CSharp.BuiltinTypes types, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public FloatConstant(Mono.CSharp.TypeSpec type, double v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public float Value { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class FloatLiteral : Mono.CSharp.FloatConstant, Mono.CSharp.ILiteralConstant
- {
- public FloatLiteral(Mono.CSharp.BuiltinTypes types, float f, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(double), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class FlowAnalysisContext
- {
- public FlowAnalysisContext(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersBlock parametersBlock, int definiteAssignmentLength) { }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnFalse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.DefiniteAssignmentBitSet DefiniteAssignmentOnTrue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersBlock ParametersBlock { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public Mono.CSharp.DefiniteAssignmentBitSet SwitchInitialDefinitiveAssignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.TryFinally TryFinally { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UnreachableReported { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AddReachedLabel(Mono.CSharp.Statement label) { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment() { throw null; }
- public Mono.CSharp.DefiniteAssignmentBitSet BranchDefiniteAssignment(Mono.CSharp.DefiniteAssignmentBitSet da) { throw null; }
- public System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> CopyLabelStack() { throw null; }
- public bool IsDefinitelyAssigned(Mono.CSharp.VariableInfo variable) { throw null; }
- public bool IsStructFieldDefinitelyAssigned(Mono.CSharp.VariableInfo variable, string name) { throw null; }
- public void SetLabelStack(System.Collections.Generic.Dictionary<Mono.CSharp.Statement, System.Collections.Generic.List<Mono.CSharp.DefiniteAssignmentBitSet>> labelStack) { }
- public void SetStructFieldAssigned(Mono.CSharp.VariableInfo variable, string name) { }
- public void SetVariableAssigned(Mono.CSharp.VariableInfo variable, bool generatedAssignment=false) { }
- }
- public partial class For : Mono.CSharp.LoopStatement
- {
- public For(Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Statement Iterator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- public override void SetIteratorReachable() { }
- }
- public partial class Foreach : Mono.CSharp.LoopStatement
- {
- public Foreach(Mono.CSharp.Expression type, Mono.CSharp.LocalVariable var, Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Block body, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public abstract partial class FullNamedExpression : Mono.CSharp.Expression
- {
- protected FullNamedExpression() { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- public abstract Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments);
- }
- public sealed partial class GlobalRootNamespace : Mono.CSharp.RootNamespace
- {
- public GlobalRootNamespace() : base (default(string)) { }
- }
- public partial class Goto : Mono.CSharp.ExitStatement
- {
- public Goto(string label, Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public string Target { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public static void Error_UnknownLabel(Mono.CSharp.BlockContext bc, string label, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class GotoCase : Mono.CSharp.SwitchGoto
- {
- public GotoCase(Mono.CSharp.Expression e, Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.SwitchLabel Label { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class GotoDefault : Mono.CSharp.SwitchGoto
- {
- public GotoDefault(Mono.CSharp.Location l) : base (default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class HoistedParameter : Mono.CSharp.HoistedVariable
- {
- public HoistedParameter(Mono.CSharp.AnonymousMethodStorey scope, Mono.CSharp.ParameterReference par) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public HoistedParameter(Mono.CSharp.HoistedParameter hp, string name) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- public bool IsAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParameterReference Parameter { get { throw null; } }
- public void EmitHoistingAssignment(Mono.CSharp.EmitContext ec) { }
- }
- public partial class HoistedStoreyClass : Mono.CSharp.CompilerGeneratedContainer
- {
- protected Mono.CSharp.TypeParameterMutator mutator;
- public HoistedStoreyClass(Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberName name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Modifiers mods, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.TypeParameterMutator Mutator { get { throw null; } set { } }
- public Mono.CSharp.HoistedStoreyClass GetGenericStorey() { throw null; }
- public sealed partial class HoistedField : Mono.CSharp.Field
- {
- public HoistedField(Mono.CSharp.HoistedStoreyClass parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected override bool ResolveMemberType() { throw null; }
- }
- }
- public partial class HoistedThis : Mono.CSharp.HoistedVariable
- {
- public HoistedThis(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) : base (default(Mono.CSharp.AnonymousMethodStorey), default(string), default(Mono.CSharp.TypeSpec)) { }
- }
- public abstract partial class HoistedVariable
- {
- protected Mono.CSharp.Field field;
- protected readonly Mono.CSharp.AnonymousMethodStorey storey;
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, Mono.CSharp.Field field) { }
- protected HoistedVariable(Mono.CSharp.AnonymousMethodStorey storey, string name, Mono.CSharp.TypeSpec type) { }
- public Mono.CSharp.Field Field { get { throw null; } }
- public Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public Mono.CSharp.Expression CreateExpressionTree() { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- protected virtual Mono.CSharp.FieldExpr GetFieldExpression(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial interface IAssemblyDefinition
- {
- string FullName { get; }
- bool IsCLSCompliant { get; }
- bool IsMissing { get; }
- string Name { get; }
- byte[] GetPublicKeyToken();
- bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly);
- }
- public partial interface IAssignMethod
- {
- void Emit(Mono.CSharp.EmitContext ec, bool leave_copy);
- void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound);
- }
- public partial interface IExpressionCleanup
- {
- void EmitCleanup(Mono.CSharp.EmitContext ec);
- }
- public partial class If : Mono.CSharp.Statement
- {
- public Mono.CSharp.Statement FalseStatement;
- public Mono.CSharp.Statement TrueStatement;
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Location l) { }
- public If(Mono.CSharp.Expression bool_expr, Mono.CSharp.Statement true_statement, Mono.CSharp.Statement false_statement, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial interface IFixedExpression
- {
- bool IsFixed { get; }
- }
- public partial interface IGenericMethodDefinition : Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- }
- public partial interface IInterfaceMemberSpec
- {
- Mono.CSharp.TypeSpec MemberType { get; }
- }
- public partial interface ILiteralConstant
- {
- }
- public partial interface ILocalVariable
- {
- void Emit(Mono.CSharp.EmitContext ec);
- void EmitAddressOf(Mono.CSharp.EmitContext ec);
- void EmitAssign(Mono.CSharp.EmitContext ec);
- }
- public partial interface IMemberContext : Mono.CSharp.IModuleContext
- {
- Mono.CSharp.MemberCore CurrentMemberDefinition { get; }
- Mono.CSharp.TypeSpec CurrentType { get; }
- Mono.CSharp.TypeParameters CurrentTypeParameters { get; }
- bool IsObsolete { get; }
- bool IsStatic { get; }
- bool IsUnsafe { get; }
- string GetSignatureForError();
- Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity);
- Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name);
- Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc);
- }
- public partial interface IMemberDefinition
- {
- System.Nullable<bool> CLSAttributeValue { get; }
- bool IsImported { get; }
- string Name { get; }
- string[] ConditionalConditions();
- System.ObsoleteAttribute GetAttributeObsolete();
- void SetIsAssigned();
- void SetIsUsed();
- }
- public partial interface IMemoryLocation
- {
- void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode);
- }
- public partial interface IMethodData : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- Mono.CSharp.ToplevelBlock Block { get; set; }
- System.Reflection.CallingConventions CallingConventions { get; }
- bool IsAccessor { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.MemberName MethodName { get; }
- Mono.CSharp.Attributes OptAttributes { get; }
- Mono.CSharp.ParametersCompiled ParameterInfo { get; }
- Mono.CSharp.TypeSpec ReturnType { get; }
- Mono.CSharp.MethodSpec Spec { get; }
- Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod);
- }
- public partial interface IMethodDefinition : Mono.CSharp.IMemberDefinition
- {
- System.Reflection.MethodBase Metadata { get; }
- }
- public partial interface IModuleContext
- {
- Mono.CSharp.ModuleContainer Module { get; }
- }
- public partial class ImplicitCast : Mono.CSharp.ShimExpression
- {
- public ImplicitCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target, bool arrayAccess) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class ImplicitDelegateCreation : Mono.CSharp.DelegateCreation
- {
- public ImplicitDelegateCreation(Mono.CSharp.TypeSpec delegateType, Mono.CSharp.MethodGroupExpr mg, Mono.CSharp.Location loc) { }
- public static bool ContainsMethodTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ImplicitLambdaParameter : Mono.CSharp.Parameter
- {
- public ImplicitLambdaParameter(string name, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- public void SetParameterType(Mono.CSharp.TypeSpec type) { }
- }
- public partial class ImportedAssemblyDefinition : Mono.CSharp.IAssemblyDefinition
- {
- public ImportedAssemblyDefinition(System.Reflection.Assembly assembly) { }
- public System.Reflection.Assembly Assembly { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasStrongName { get { throw null; } }
- public bool IsCLSCompliant { get { throw null; } }
- public bool IsMissing { get { throw null; } }
- public string Location { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Reflection.AssemblyName GetAssemblyVisibleToName(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public byte[] GetPublicKeyToken() { throw null; }
- public bool IsFriendAssemblyTo(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public void ReadAttributes() { }
- public override string ToString() { throw null; }
- }
- public partial class ImportedModuleDefinition
- {
- public ImportedModuleDefinition(System.Reflection.Module module) { }
- public bool IsCLSCompliant { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.Attribute> ReadAssemblyAttributes() { throw null; }
- public void ReadAttributes() { }
- }
- public partial interface INamedBlockVariable
- {
- Mono.CSharp.Block Block { get; }
- bool IsDeclared { get; }
- bool IsParameter { get; }
- Mono.CSharp.Location Location { get; }
- Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc);
- }
- public partial class Indexer : Mono.CSharp.PropertyBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public Indexer(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- public partial class GetIndexerMethod : Mono.CSharp.PropertyBase.GetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public GetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public partial class SetIndexerMethod : Mono.CSharp.PropertyBase.SetMethod, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public SetIndexerMethod(Mono.CSharp.PropertyBase property, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(Mono.CSharp.Modifiers), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- }
- }
- public partial class IndexerSpec : Mono.CSharp.PropertySpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public IndexerSpec(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, Mono.CSharp.AParametersCollection parameters, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.TypeSpec), default(System.Reflection.PropertyInfo), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class Indirection : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation
- {
- public Indirection(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public bool IsFixed { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class InflatedTypeSpec : Mono.CSharp.TypeSpec
- {
- public InflatedTypeSpec(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec openType, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec[] targs) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public override Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public bool HasConstraintsChecked { get { throw null; } set { } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public override bool IsArrayGenericInterface { get { throw null; } }
- public override bool IsExpressionTreeType { get { throw null; } }
- public override bool IsGenericTask { get { throw null; } }
- public override bool IsNullableType { get { throw null; } }
- public override Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public override bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public static bool ContainsTypeParameter(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterInflator CreateLocalInflator(Mono.CSharp.IModuleContext context) { throw null; }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public override System.Type GetMetaInfo() { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override string GetTypeNameSignature() { throw null; }
- public bool HasDynamicArgument() { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- protected override bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InstanceEmitter
- {
- public InstanceEmitter(Mono.CSharp.Expression instance, bool addressLoad) { throw null;}
- public void Emit(Mono.CSharp.EmitContext ec, bool conditionalAccess) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec, bool boxInstance) { }
- public Mono.CSharp.TypeSpec GetStackType(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class IntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly int Value;
- public IntConstant(Mono.CSharp.BuiltinTypes types, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public IntConstant(Mono.CSharp.TypeSpec type, int v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public abstract partial class IntegralConstant : Mono.CSharp.Constant
- {
- protected IntegralConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public abstract Mono.CSharp.Constant Increment();
- }
- public partial class InteractiveBase
- {
- public static string ContinuationPrompt;
- public static System.IO.TextWriter Error;
- public static Mono.CSharp.Evaluator Evaluator;
- public static System.IO.TextWriter Output;
- public static string Prompt;
- public static bool QuitRequested;
- public InteractiveBase() { }
- public static string help { get { throw null; } }
- public static object quit { get { throw null; } }
- public static string Describe(object x) { throw null; }
- public static void LoadAssembly(string assembly) { }
- public static void LoadPackage(string pkg) { }
- public static void print(object obj) { }
- public static void print(string fmt, params object[] args) { }
- public static void Quit() { }
- public static void ShowUsing() { }
- public static void ShowVars() { }
- public static System.TimeSpan Time(System.Action a) { throw null; }
- }
- public sealed partial class Interface : Mono.CSharp.TypeDefinition
- {
- public Interface(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- protected override System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public abstract partial class InterfaceMemberBase : Mono.CSharp.MemberBase
- {
- protected const Mono.CSharp.Modifiers AllowedModifiersClass = (Mono.CSharp.Modifiers)(12031);
- protected const Mono.CSharp.Modifiers AllowedModifiersInterface = (Mono.CSharp.Modifiers)(8208);
- protected const Mono.CSharp.Modifiers AllowedModifiersStruct = (Mono.CSharp.Modifiers)(11423);
- protected Mono.CSharp.MethodSpec base_method;
- public System.Reflection.MethodAttributes flags;
- public Mono.CSharp.TypeSpec InterfaceType;
- public readonly bool IsExplicitImpl;
- public bool IsInterface;
- protected bool is_external_implementation;
- protected InterfaceMemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public abstract Mono.CSharp.Variance ExpectedMemberTypeVariance { get; }
- public override bool IsUsed { get { throw null; } }
- public string ShortName { get { throw null; } }
- protected static bool CheckAccessModifiers(Mono.CSharp.MemberCore this_member, Mono.CSharp.MemberSpec base_member) { throw null; }
- protected override bool CheckBase() { throw null; }
- protected virtual bool CheckForDuplications() { throw null; }
- protected virtual bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override bool Define() { throw null; }
- protected bool DefineParameters(Mono.CSharp.ParametersCompiled parameters) { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- protected void Error_CannotChangeAccessModifiers(Mono.CSharp.MemberCore member, Mono.CSharp.MemberSpec base_member) { }
- protected void Error_StaticReturnType() { }
- protected virtual Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public string GetFullName(Mono.CSharp.MemberName name) { throw null; }
- public string GetFullName(string name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- }
- public partial class InternalErrorException : System.Exception
- {
- public InternalErrorException() { }
- public InternalErrorException(Mono.CSharp.MemberCore mc, System.Exception e) { }
- public InternalErrorException(System.Exception e, Mono.CSharp.Location loc) { }
- public InternalErrorException(System.Exception exception, string message, params object[] args) { }
- public InternalErrorException(string message) { }
- public InternalErrorException(string message, params object[] args) { }
- }
- public partial class InterpolatedString : Mono.CSharp.Expression
- {
- public InterpolatedString(Mono.CSharp.StringLiteral start, System.Collections.Generic.List<Mono.CSharp.Expression> interpolations, Mono.CSharp.StringLiteral end) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public Mono.CSharp.Expression ConvertTo(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext rc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class InterpolatedStringInsert : Mono.CSharp.CompositeExpression
- {
- public InterpolatedStringInsert(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.Expression Alignment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Format { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public System.Nullable<int> ResolveAligment(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- public partial class IntLiteral : Mono.CSharp.IntConstant, Mono.CSharp.ILiteralConstant
- {
- public IntLiteral(Mono.CSharp.BuiltinTypes types, int l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(int), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class Invocation : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.Expression expr;
- protected Mono.CSharp.MethodGroupExpr mg;
- public Invocation(Mono.CSharp.Expression expr, Mono.CSharp.Arguments arguments) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public Mono.CSharp.Expression Exp { get { throw null; } }
- public Mono.CSharp.MethodGroupExpr MethodGroup { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.MethodGroupExpr CanReduceLambda(Mono.CSharp.AnonymousMethodBody body) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected virtual Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsMemberInvocable(Mono.CSharp.MemberSpec member) { throw null; }
- public static bool IsSpecialMethodInvocation(Mono.CSharp.ResolveContext ec, Mono.CSharp.MethodSpec method, Mono.CSharp.Location loc) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression instance, Mono.CSharp.MethodSpec mi, Mono.CSharp.Arguments args) { throw null; }
- public override Mono.CSharp.ExpressionStatement ResolveStatement(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class Predefined : Mono.CSharp.Invocation
- {
- public Predefined(Mono.CSharp.MethodGroupExpr expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext rc) { throw null; }
- }
- }
- public partial interface IParameterData
- {
- Mono.CSharp.Expression DefaultValue { get; }
- bool HasDefaultValue { get; }
- bool HasExtensionMethodModifier { get; }
- Mono.CSharp.Parameter.Modifier ModFlags { get; }
- string Name { get; }
- }
- public partial interface IParametersMember : Mono.CSharp.IInterfaceMemberSpec
- {
- Mono.CSharp.AParametersCollection Parameters { get; }
- }
- public partial class Is : Mono.CSharp.Probe
- {
- public Is(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string OperatorName { get { throw null; } }
- public Mono.CSharp.LocalVariable Variable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Iterator : Mono.CSharp.StateMachineInitializer
- {
- public readonly bool IsEnumerable;
- public readonly Mono.CSharp.TypeSpec OriginalIteratorType;
- public readonly Mono.CSharp.IMethodData OriginalMethod;
- public Iterator(Mono.CSharp.ParametersBlock block, Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.ToplevelBlock Container { get { throw null; } }
- public override string ContainerType { get { throw null; } }
- public override bool IsIterator { get { throw null; } }
- public Mono.CSharp.Method CreateFinallyHost(Mono.CSharp.TryFinallyBlock block) { throw null; }
- public static void CreateIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition parent, Mono.CSharp.Modifiers modifiers) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public void EmitYieldBreak(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- public override string GetSignatureForError() { throw null; }
- public override void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- }
- public partial interface ITypeDefinition : Mono.CSharp.IMemberDefinition
- {
- Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get; }
- bool IsComImport { get; }
- bool IsCyclicTypeForwarder { get; }
- bool IsPartial { get; }
- bool IsTypeForwarder { get; }
- string Namespace { get; }
- Mono.CSharp.TypeParameterSpec[] TypeParameters { get; }
- int TypeParametersCount { get; }
- Mono.CSharp.TypeSpec GetAttributeCoClass();
- string GetAttributeDefaultMember();
- System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa);
- bool IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly);
- void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache);
- }
- public partial interface IVariableReference : Mono.CSharp.IFixedExpression
- {
- bool IsHoisted { get; }
- string Name { get; }
- Mono.CSharp.VariableInfo VariableInfo { get; }
- void SetHasAddressTaken();
- }
- public partial class LabeledStatement : Mono.CSharp.Statement
- {
- public LabeledStatement(string name, Mono.CSharp.Block block, Mono.CSharp.Location l) { }
- public Mono.CSharp.Block Block { get { throw null; } }
- public string Name { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddGotoReference(Mono.CSharp.Reachability rc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public System.Reflection.Emit.Label LabelTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LambdaExpression : Mono.CSharp.AnonymousMethodExpression
- {
- public LambdaExpression(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool HasExplicitParameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.AnonymousMethodBody CompatibleMethodFactory(Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.ParametersCompiled p, Mono.CSharp.ParametersBlock b) { throw null; }
- protected override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec delegate_type) { throw null; }
- protected override bool DoResolveParameters(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- protected override Mono.CSharp.ParametersCompiled ResolveParameters(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeInferenceContext tic, Mono.CSharp.TypeSpec delegateType) { throw null; }
- }
- public enum LanguageVersion
- {
- Default = 6,
- Experimental = 100,
- ISO_1 = 1,
- ISO_2 = 2,
- V_3 = 3,
- V_4 = 4,
- V_5 = 5,
- V_6 = 6,
- }
- public abstract partial class LocalExitStatement : Mono.CSharp.ExitStatement
- {
- protected Mono.CSharp.LoopStatement enclosing_loop;
- protected LocalExitStatement(Mono.CSharp.Location loc) { }
- protected override bool IsLocalExit { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class LocalTemporary : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public LocalTemporary(Mono.CSharp.TypeSpec t) { }
- public LocalTemporary(System.Reflection.Emit.LocalBuilder b, Mono.CSharp.TypeSpec t) { }
- public System.Reflection.Emit.LocalBuilder Builder { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public void Release(Mono.CSharp.EmitContext ec) { }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public sealed partial class LocalVariable : Mono.CSharp.ILocalVariable, Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.LocalVariable.Flags flags, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.Block block, string name, Mono.CSharp.Location loc) { }
- public LocalVariable(Mono.CSharp.LocalVariable li, string name, Mono.CSharp.Location loc) { }
- public bool AddressTaken { get { throw null; } }
- public Mono.CSharp.Block Block { get { throw null; } }
- public Mono.CSharp.Constant ConstantValue { get { throw null; } set { } }
- public Mono.CSharp.HoistedVariable HoistedVariant { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsConstant { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsFixed { get { throw null; } set { } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsReadonly { get { throw null; } }
- public bool IsThis { get { throw null; } }
- public bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- bool Mono.CSharp.INamedBlockVariable.IsParameter { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public void CreateBuilder(Mono.CSharp.EmitContext ec) { }
- public static Mono.CSharp.LocalVariable CreateCompilerGenerated(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public static string GetCompilerGeneratedName(Mono.CSharp.Block block) { throw null; }
- public string GetReadOnlyContext() { throw null; }
- public bool IsAssigned(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public bool IsThisAssigned(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Block block) { throw null; }
- public void PrepareAssignmentAnalysis(Mono.CSharp.BlockContext bc) { }
- public void SetHasAddressTaken() { }
- public void SetIsUsed() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- AddressTaken = 4,
- CompilerGenerated = 8,
- Constant = 16,
- FixedVariable = 64,
- ForeachVariable = 32,
- IsLocked = 256,
- IsThis = 2,
- ReadonlyMask = 224,
- SymbolFileHidden = 512,
- Used = 1,
- UsingVariable = 128,
- }
- }
- public partial class LocalVariableReference : Mono.CSharp.VariableReference
- {
- public Mono.CSharp.LocalVariable local_info;
- public LocalVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location l) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression rhs) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public override string ToString() { throw null; }
- }
- public partial class LocatedToken
- {
- public int column;
- public Mono.CSharp.SourceFile file;
- public int row;
- public string value;
- public LocatedToken() { }
- public LocatedToken(string value, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public string Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Location : System.IEquatable<Mono.CSharp.Location>
- {
- public static bool InEmacs;
- public static readonly Mono.CSharp.Location Null;
- public Location(Mono.CSharp.SourceFile file, int row, int column) { throw null;}
- public int Column { get { throw null; } }
- public int File { get { throw null; } }
- public bool IsNull { get { throw null; } }
- public string Name { get { throw null; } }
- public string NameFullPath { get { throw null; } }
- public int Row { get { throw null; } }
- public Mono.CSharp.SourceFile SourceFile { get { throw null; } }
- public static void AddFile(Mono.CSharp.SourceFile file) { }
- public bool Equals(Mono.CSharp.Location other) { throw null; }
- public static void Initialize(System.Collections.Generic.List<Mono.CSharp.SourceFile> files) { }
- public static Mono.CSharp.Location operator -(Mono.CSharp.Location loc, int columns) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- public string ToStringFullName() { throw null; }
- }
- public partial class LocationsBag
- {
- public LocationsBag() { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddLocation(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddMember(Mono.CSharp.MemberCore member, System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> modLocations, System.Collections.Generic.List<Mono.CSharp.Location> locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AddStatement(object element, params Mono.CSharp.Location[] locations) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendTo(object element, Mono.CSharp.Location location) { }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void AppendToMember(Mono.CSharp.MemberCore existing, params Mono.CSharp.Location[] locations) { }
- public System.Collections.Generic.List<Mono.CSharp.Location> GetLocations(object element) { throw null; }
- public Mono.CSharp.LocationsBag.MemberLocations GetMemberLocation(Mono.CSharp.MemberCore element) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void InsertLocation(object element, int index, Mono.CSharp.Location location) { }
- public partial class MemberLocations
- {
- public readonly System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> Modifiers;
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location loc) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, Mono.CSharp.Location[] locs) { }
- public MemberLocations(System.Collections.Generic.IList<System.Tuple<Mono.CSharp.Modifiers, Mono.CSharp.Location>> mods, System.Collections.Generic.List<Mono.CSharp.Location> locs) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.Location this[int index] { get { throw null; } }
- public void AddLocations(Mono.CSharp.Location loc) { }
- public void AddLocations(params Mono.CSharp.Location[] additional) { }
- }
- }
- public partial class Lock : Mono.CSharp.TryFinallyBlock
- {
- public Lock(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class LongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly long Value;
- public LongConstant(Mono.CSharp.BuiltinTypes types, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public LongConstant(Mono.CSharp.TypeSpec type, long v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class LongLiteral : Mono.CSharp.LongConstant, Mono.CSharp.ILiteralConstant
- {
- public LongLiteral(Mono.CSharp.BuiltinTypes types, long l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(long), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public enum LookupMode
- {
- IgnoreAccessibility = 2,
- Normal = 0,
- Probing = 1,
- }
- public abstract partial class LoopStatement : Mono.CSharp.Statement
- {
- protected LoopStatement(Mono.CSharp.Statement statement) { }
- public Mono.CSharp.Statement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public virtual void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public virtual void SetEndReachable() { }
- public virtual void SetIteratorReachable() { }
- }
- public partial class MakeRefExpr : Mono.CSharp.ShimExpression
- {
- public MakeRefExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class MemberAccess : Mono.CSharp.ATypeNameExpression
- {
- protected Mono.CSharp.Expression expr;
- public MemberAccess(Mono.CSharp.Expression expr, string id) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, Mono.CSharp.TypeArguments args, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public MemberAccess(Mono.CSharp.Expression expr, string identifier, int arity, Mono.CSharp.Location loc) : base (default(string), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public void Error_IdentifierNotFound(Mono.CSharp.IMemberContext rc, Mono.CSharp.TypeSpec expr_type) { }
- protected override void Error_InvalidExpressionStatement(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- protected virtual void Error_OperatorCannotBeApplied(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public static bool IsValidDotExpression(Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext rc, bool allowUnboundTypeArguments) { throw null; }
- }
- public abstract partial class MemberBase : Mono.CSharp.MemberCore
- {
- protected Mono.CSharp.TypeSpec member_type;
- public new Mono.CSharp.TypeDefinition Parent;
- protected Mono.CSharp.FullNamedExpression type_expr;
- protected MemberBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.Modifiers def_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } set { } }
- protected virtual bool CheckBase() { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DoMemberTypeDependentChecks() { }
- protected virtual void DoMemberTypeIndependentChecks() { }
- public override string GetSignatureForDocumentation() { throw null; }
- protected void IsTypePermitted() { }
- public virtual void PrepareEmit() { }
- protected virtual bool ResolveMemberType() { throw null; }
- }
- public partial class MemberCache
- {
- public static readonly Mono.CSharp.MemberCache Empty;
- public static readonly string IndexerNameAlias;
- public MemberCache() { }
- public MemberCache(Mono.CSharp.MemberCache cache) { }
- public MemberCache(Mono.CSharp.TypeContainer container) { }
- public MemberCache(int capacity) { }
- public void AddBaseType(Mono.CSharp.TypeSpec baseType) { }
- public void AddInterface(Mono.CSharp.TypeSpec iface) { }
- public void AddMember(Mono.CSharp.InterfaceMemberBase imb, string exlicitName, Mono.CSharp.MemberSpec ms) { }
- public void AddMember(Mono.CSharp.MemberSpec ms) { }
- public void AddMemberImported(Mono.CSharp.MemberSpec ms) { }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public bool CheckExistingMembersOverloads(Mono.CSharp.MemberCore member, string name, Mono.CSharp.AParametersCollection parameters) { throw null; }
- public static Mono.CSharp.MemberSpec FindBaseMember(Mono.CSharp.MemberCore member, out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> FindExtensionMethods(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindInterfaceMembers(Mono.CSharp.TypeParameterSpec typeParameter, string name) { throw null; }
- public static Mono.CSharp.MemberSpec FindMember(Mono.CSharp.TypeSpec container, Mono.CSharp.MemberFilter filter, Mono.CSharp.BindingRestriction restrictions) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> FindMembers(Mono.CSharp.TypeSpec container, string name, bool declaredOnlyClass) { throw null; }
- public static Mono.CSharp.TypeSpec FindNestedType(Mono.CSharp.TypeSpec container, string name, int arity, bool declaredOnlyClass) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.FieldSpec> GetAllFieldsForDefiniteAssignment(Mono.CSharp.TypeSpec container, Mono.CSharp.IMemberContext context) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetCompletitionMembers(Mono.CSharp.IMemberContext ctx, Mono.CSharp.TypeSpec container, string name) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.TypeSpec> GetDeclaredNestedTypes(Mono.CSharp.TypeSpec container) { throw null; }
- public static System.Collections.Generic.List<Mono.CSharp.MethodSpec> GetInterfaceMethods(Mono.CSharp.TypeSpec iface) { throw null; }
- public static T GetMember<T>(Mono.CSharp.TypeSpec container, T spec) where T : Mono.CSharp.MemberSpec { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MethodSpec> GetNotImplementedAbstractMethods(Mono.CSharp.TypeSpec type) { throw null; }
- public static System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetUserOperator(Mono.CSharp.TypeSpec container, Mono.CSharp.Operator.OpType op, bool declaredOnly) { throw null; }
- public void InflateMembers(Mono.CSharp.MemberCache cacheToInflate, Mono.CSharp.TypeSpec inflatedType, Mono.CSharp.TypeParameterInflator inflator) { }
- public void InflateTypes(Mono.CSharp.MemberCache inflated_cache, Mono.CSharp.TypeParameterInflator inflator) { }
- public void RemoveHiddenMembers(Mono.CSharp.TypeSpec container) { }
- public void VerifyClsCompliance(Mono.CSharp.TypeSpec container, Mono.CSharp.Report report) { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public abstract partial class MemberCore : Mono.CSharp.Attributable, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IModuleContext
- {
- protected string comment;
- public Mono.CSharp.TypeContainer Parent;
- protected MemberCore(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) { }
- public System.Nullable<bool> CLSAttributeValue { get { throw null; } }
- public virtual Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public virtual Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual string DocComment { get { throw null; } set { } }
- public abstract string DocCommentHeader { get; }
- protected bool HasClsCompliantAttribute { get { throw null; } }
- public bool IsAvailableForReuse { get { throw null; } set { } }
- public bool IsCompilerGenerated { get { throw null; } }
- public bool IsImported { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public virtual bool IsUsed { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.MemberName MemberName { get { throw null; } }
- public Mono.CSharp.Modifiers ModFlags { get { throw null; } set { } }
- public virtual Mono.CSharp.ModuleContainer Module { get { throw null; } }
- string Mono.CSharp.IMemberDefinition.Name { get { throw null; } }
- protected Mono.CSharp.Report Report { get { throw null; } }
- public virtual void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- protected bool CheckAbstractAndExtern(bool has_block) { throw null; }
- protected void CheckProtectedModifier() { }
- public virtual string[] ConditionalConditions() { throw null; }
- public abstract bool Define();
- public virtual void Emit() { }
- public virtual bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public virtual string GetCallerMemberName() { throw null; }
- public virtual void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public abstract string GetSignatureForDocumentation();
- public virtual string GetSignatureForError() { throw null; }
- public bool IsAccessibleAs(Mono.CSharp.TypeSpec p) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public bool IsExposedFromAssembly() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public virtual Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public virtual void SetConstraints(System.Collections.Generic.List<Mono.CSharp.Constraints> constraints_list) { }
- public void SetIsAssigned() { }
- public void SetIsUsed() { }
- protected virtual void SetMemberName(Mono.CSharp.MemberName new_name) { }
- protected virtual bool VerifyClsCompliance() { throw null; }
- protected void Warning_IdentifierNotCompliant() { }
- public virtual void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.FlagsAttribute]
- public enum Flags
- {
- CanBeReused = 262144,
- CloseTypeCreated = 16,
- ClsCompliance_Undetected = 4,
- ClsCompliant = 8,
- ClsCompliantAttributeFalse = 128,
- Excluded = 512,
- Excluded_Undetected = 256,
- HasClsCompliantAttribute = 64,
- HasCompliantAttribute_Undetected = 32,
- HasExplicitLayout = 8192,
- HasInstanceConstructor = 65536,
- HasStructLayout = 32768,
- HasUserOperators = 131072,
- InterfacesExpanded = 524288,
- IsAssigned = 4096,
- IsUsed = 2048,
- MethodOverloadsExist = 1024,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PartialDefinitionExists = 16384,
- }
- }
- public abstract partial class MemberExpr : Mono.CSharp.Expression, Mono.CSharp.OverloadResolver.IInstanceQualifier
- {
- protected bool conditional_access_receiver;
- public Mono.CSharp.Expression InstanceExpression;
- protected MemberExpr() { }
- public bool ConditionalAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected abstract Mono.CSharp.TypeSpec DeclaringType { get; }
- public bool IsBase { get { throw null; } }
- public abstract bool IsInstance { get; }
- public abstract bool IsStatic { get; }
- public abstract string KindName { get; }
- Mono.CSharp.TypeSpec Mono.CSharp.OverloadResolver.IInstanceQualifier.InstanceType { get { throw null; } }
- public abstract string Name { get; }
- protected Mono.CSharp.MethodSpec CandidateToBaseOverride(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- protected void CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { }
- public static bool CheckProtectedMemberAccess<T>(Mono.CSharp.ResolveContext rc, T member, Mono.CSharp.TypeSpec qualifier) where T : Mono.CSharp.MemberSpec { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected void DoBestMemberChecks<T>(Mono.CSharp.ResolveContext rc, T member) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec { }
- protected void EmitInstance(Mono.CSharp.EmitContext ec, bool prepare_for_load) { }
- protected virtual void Error_CannotCallAbstractBase(Mono.CSharp.ResolveContext rc, string name) { }
- public static void Error_ProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member, Mono.CSharp.TypeSpec qualifier, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- bool Mono.CSharp.OverloadResolver.IInstanceQualifier.CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member) { throw null; }
- protected void ResolveConditionalAccessReceiver(Mono.CSharp.ResolveContext rc) { }
- public bool ResolveInstanceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression rhs) { throw null; }
- public virtual Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public virtual void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public abstract void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MemberFilter : System.IEquatable<Mono.CSharp.MemberSpec>
- {
- public readonly int Arity;
- public readonly Mono.CSharp.MemberKind Kind;
- public readonly Mono.CSharp.TypeSpec MemberType;
- public readonly string Name;
- public readonly Mono.CSharp.AParametersCollection Parameters;
- public MemberFilter(Mono.CSharp.MethodSpec m) { throw null;}
- public MemberFilter(string name, int arity, Mono.CSharp.MemberKind kind, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null;}
- public static Mono.CSharp.MemberFilter Constructor(Mono.CSharp.AParametersCollection param) { throw null; }
- public bool Equals(Mono.CSharp.MemberSpec other) { throw null; }
- public static Mono.CSharp.MemberFilter Field(string name, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Method(string name, int arity, Mono.CSharp.AParametersCollection param, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.MemberFilter Property(string name, Mono.CSharp.TypeSpec type) { throw null; }
- }
- [System.FlagsAttribute]
- public enum MemberKind
- {
- ArrayType = 524288,
- Class = 2048,
- Constructor = 1,
- Delegate = 8192,
- Destructor = 128,
- Enum = 16384,
- Event = 2,
- Field = 4,
- GenericMask = 47112,
- Indexer = 32,
- Interface = 32768,
- InternalCompilerType = 2097152,
- MaskType = 63743,
- Method = 8,
- MissingType = 4194304,
- Namespace = 16777216,
- NestedMask = 63488,
- Operator = 64,
- PointerType = 1048576,
- Property = 16,
- Struct = 4096,
- TypeParameter = 65536,
- Void = 8388608,
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{GetSignatureForError()}")]
- public partial class MemberName
- {
- public readonly Mono.CSharp.FullNamedExpression ExplicitInterface;
- public readonly Mono.CSharp.MemberName Left;
- public readonly Mono.CSharp.Location Location;
- public readonly string Name;
- public static readonly Mono.CSharp.MemberName Null;
- public Mono.CSharp.TypeParameters TypeParameters;
- public MemberName(Mono.CSharp.MemberName left, Mono.CSharp.MemberName right) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(Mono.CSharp.MemberName left, string name, Mono.CSharp.Location loc) { }
- public MemberName(string name) { }
- public MemberName(string name, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.FullNamedExpression explicitInterface, Mono.CSharp.Location loc) { }
- public MemberName(string name, Mono.CSharp.TypeParameters tparams, Mono.CSharp.Location loc) { }
- public int Arity { get { throw null; } }
- public string Basename { get { throw null; } }
- public bool IsGeneric { get { throw null; } }
- public void CreateMetadataName(System.Text.StringBuilder sb) { }
- public bool Equals(Mono.CSharp.MemberName other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public string GetSignatureForDocumentation() { throw null; }
- public string GetSignatureForError() { throw null; }
- public static string MakeName(string name, Mono.CSharp.TypeParameters args) { throw null; }
- }
- public abstract partial class MemberSpec
- {
- protected Mono.CSharp.TypeSpec declaringType;
- protected Mono.CSharp.IMemberDefinition definition;
- public readonly Mono.CSharp.MemberKind Kind;
- protected Mono.CSharp.Modifiers modifiers;
- protected const Mono.CSharp.MemberSpec.StateFlags SharedStateFlags = (Mono.CSharp.MemberSpec.StateFlags)(127);
- public Mono.CSharp.MemberSpec.StateFlags state;
- protected MemberSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.Modifiers modifiers) { }
- public virtual int Arity { get { throw null; } }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } set { } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAccessor { get { throw null; } set { } }
- public bool IsGeneric { get { throw null; } set { } }
- public bool IsNotCSharpCompatible { get { throw null; } set { } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.CSharp.IMemberDefinition MemberDefinition { get { throw null; } }
- public Mono.CSharp.Modifiers Modifiers { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public virtual void CheckObsoleteness(Mono.CSharp.IMemberContext mc, Mono.CSharp.Location loc) { }
- public virtual System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies() { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> GetMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public virtual string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public virtual Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public bool IsAccessible(Mono.CSharp.IMemberContext ctx) { throw null; }
- public bool IsCLSCompliant() { throw null; }
- public bool IsConditionallyExcluded(Mono.CSharp.IMemberContext ctx) { throw null; }
- protected virtual bool IsNotCLSCompliant(out bool attrValue) { attrValue = default(bool); throw null; }
- public abstract System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller);
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum StateFlags
- {
- CLSCompliant = 8,
- CLSCompliant_Undetected = 4,
- ConstraintsChecked = 128,
- GenericIterateInterface = 2097152,
- GenericTask = 4194304,
- HasDynamicElement = 64,
- InflatedExpressionType = 524288,
- InflatedNullableType = 1048576,
- InterfacesExpanded = 65536,
- InterfacesImported = 8388608,
- IsAccessor = 512,
- IsGeneric = 1024,
- IsNotCSharpCompatible = 131072,
- MissingDependency = 32,
- MissingDependency_Undetected = 16,
- Obsolete = 2,
- Obsolete_Undetected = 1,
- PendingBaseTypeInflate = 32768,
- PendingMakeMethod = 8192,
- PendingMemberCacheMembers = 16384,
- PendingMetaInflate = 4096,
- SpecialRuntimeType = 262144,
- }
- }
- public abstract partial class MetadataImporter
- {
- protected readonly System.Collections.Generic.Dictionary<System.Reflection.Assembly, Mono.CSharp.IAssemblyDefinition> assembly_2_definition;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> compiled_types;
- public static readonly string CompilerServicesNamespace;
- protected readonly System.Collections.Generic.Dictionary<System.Type, Mono.CSharp.TypeSpec> import_cache;
- protected readonly Mono.CSharp.ModuleContainer module;
- protected MetadataImporter(Mono.CSharp.ModuleContainer module) { }
- public System.Collections.Generic.ICollection<Mono.CSharp.IAssemblyDefinition> Assemblies { get { throw null; } }
- public bool IgnoreCompilerGeneratedField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IgnorePrivateMembers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public abstract void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec);
- public Mono.CSharp.EventSpec CreateEvent(System.Reflection.EventInfo ei, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec add, Mono.CSharp.MethodSpec remove) { throw null; }
- public Mono.CSharp.FieldSpec CreateField(System.Reflection.FieldInfo fi, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.MethodSpec CreateMethod(System.Reflection.MethodBase mb, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.TypeSpec CreateNestedType(System.Type type, Mono.CSharp.TypeSpec declaringType) { throw null; }
- public Mono.CSharp.PropertySpec CreateProperty(System.Reflection.PropertyInfo pi, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MethodSpec @get, Mono.CSharp.MethodSpec @set) { throw null; }
- public Mono.CSharp.TypeSpec CreateType(System.Type type) { throw null; }
- protected Mono.CSharp.TypeSpec CreateType(System.Type type, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.MetadataImporter.DynamicTypeReader dtype, bool canImportBaseType) { throw null; }
- protected abstract Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType);
- public Mono.CSharp.IAssemblyDefinition GetAssemblyDefinition(System.Reflection.Assembly assembly) { throw null; }
- public Mono.CSharp.ImportedAssemblyDefinition GetImportedAssemblyDefinition(System.Reflection.AssemblyName assemblyName) { throw null; }
- public static bool HasAttribute(System.Collections.Generic.IList<System.Reflection.CustomAttributeData> attributesData, string attrName, string attrNamespace) { throw null; }
- protected abstract bool HasVolatileModifier(System.Type[] modifiers);
- public Mono.CSharp.TypeSpec ImportType(System.Type type) { throw null; }
- public void ImportTypeBase(System.Type type) { }
- protected void ImportTypes(System.Type[] types, Mono.CSharp.Namespace targetNamespace, bool importExtensionTypes) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- protected partial struct DynamicTypeReader
- {
- public int Position;
- public DynamicTypeReader(object provider) { throw null;}
- public bool HasDynamicAttribute() { throw null; }
- public bool IsDynamicObject() { throw null; }
- }
- }
- public partial class Method : Mono.CSharp.MethodOrOperator, Mono.CSharp.IGenericMethodDefinition, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodDefinition
- {
- public Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- protected Method(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression return_type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers amod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public static bool CheckImplementingMethodConstraints(Mono.CSharp.TypeContainer container, Mono.CSharp.MethodSpec method, Mono.CSharp.MethodSpec baseMethod) { throw null; }
- public static Mono.CSharp.Method Create(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs) { throw null; }
- public override bool Define() { throw null; }
- protected virtual void DefineTypeParameters() { }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public static void Error1599(Mono.CSharp.Location loc, Mono.CSharp.TypeSpec t, Mono.CSharp.Report Report) { }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override void PrepareEmit() { }
- protected override bool ResolveMemberType() { throw null; }
- public void SetPartialDefinition(Mono.CSharp.Method methodDefinition) { }
- }
- public abstract partial class MethodCore : Mono.CSharp.InterfaceMemberBase, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- protected Mono.CSharp.ToplevelBlock block;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.MethodSpec spec;
- protected MethodCore(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.ToplevelBlock Block { get { throw null; } set { } }
- public System.Reflection.CallingConventions CallingConventions { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- Mono.CSharp.AParametersCollection Mono.CSharp.IParametersMember.Parameters { get { throw null; } }
- public Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public Mono.CSharp.TypeSpec[] ParameterTypes { get { throw null; } }
- public Mono.CSharp.MethodSpec Spec { get { throw null; } }
- protected override bool CheckBase() { throw null; }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- public override void Emit() { }
- public override bool EnableOverloadChecks(Mono.CSharp.MemberCore overload) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override void PrepareEmit() { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class MethodData
- {
- protected Mono.CSharp.TypeSpec declaring_type;
- protected System.Reflection.MethodAttributes flags;
- public Mono.CSharp.MethodSpec implementing;
- protected Mono.CSharp.InterfaceMemberBase member;
- public readonly Mono.CSharp.IMethodData method;
- protected Mono.CSharp.Modifiers modifiers;
- protected Mono.CSharp.MethodSpec parent_method;
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method) { }
- public MethodData(Mono.CSharp.InterfaceMemberBase member, Mono.CSharp.Modifiers modifiers, System.Reflection.MethodAttributes flags, Mono.CSharp.IMethodData method, Mono.CSharp.MethodSpec parent_method) { }
- public Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public string MetadataName { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public bool Define(Mono.CSharp.TypeDefinition container, string method_full_name) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container) { throw null; }
- public System.Reflection.Emit.MethodBuilder DefineMethodBuilder(Mono.CSharp.TypeDefinition container, Mono.CSharp.ParametersCompiled param) { throw null; }
- public void Emit(Mono.CSharp.TypeDefinition parent) { }
- public void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public partial class MethodGroupExpr : Mono.CSharp.MemberExpr, Mono.CSharp.OverloadResolver.IBaseMembersProvider
- {
- protected System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Methods;
- protected Mono.CSharp.TypeSpec queried_type;
- protected Mono.CSharp.TypeArguments type_arguments;
- public MethodGroupExpr(Mono.CSharp.MethodSpec m, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public MethodGroupExpr(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> mi, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public Mono.CSharp.MethodSpec BestCandidate { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public System.Collections.Generic.IList<Mono.CSharp.MemberSpec> Candidates { get { throw null; } }
- protected override Mono.CSharp.TypeSpec DeclaringType { get { throw null; } }
- public bool IsConditionallyExcluded { get { throw null; } }
- public override bool IsInstance { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsStatic { get { throw null; } }
- public override string KindName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.MethodGroupExpr CreatePredefined(Mono.CSharp.MethodSpec best, Mono.CSharp.TypeSpec queriedType, Mono.CSharp.Location loc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, Mono.CSharp.TypeSpec conditionalAccessReceiver, bool statement) { }
- public void EmitCall(Mono.CSharp.EmitContext ec, Mono.CSharp.Arguments arguments, bool statement) { }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec target, bool expl) { }
- public virtual System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public bool HasAccessibleCandidate(Mono.CSharp.ResolveContext rc) { throw null; }
- public static bool IsExtensionMethodArgument(Mono.CSharp.Expression expr) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc) { throw null; }
- public virtual Mono.CSharp.MethodGroupExpr OverloadResolve(Mono.CSharp.ResolveContext ec, ref Mono.CSharp.Arguments args, Mono.CSharp.OverloadResolver.IErrorHandler cerrors, Mono.CSharp.OverloadResolver.Restrictions restr) { throw null; }
- public override Mono.CSharp.MemberExpr ResolveMemberAccess(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression left, Mono.CSharp.SimpleName original) { throw null; }
- public override void ResolveNameOf(Mono.CSharp.ResolveContext rc, Mono.CSharp.ATypeNameExpression expr) { }
- public override void SetTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeArguments ta) { }
- }
- public abstract partial class MethodOrOperator : Mono.CSharp.MethodCore, Mono.CSharp.IMemberContext, Mono.CSharp.IMemberDefinition, Mono.CSharp.IMethodData, Mono.CSharp.IMethodDefinition, Mono.CSharp.IModuleContext
- {
- protected Mono.CSharp.MethodData MethodData;
- protected MethodOrOperator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool IsPartialDefinition { get { throw null; } }
- public bool IsPartialImplementation { get { throw null; } }
- public System.Reflection.Emit.MethodBuilder MethodBuilder { get { throw null; } }
- public Mono.CSharp.MemberName MethodName { get { throw null; } }
- bool Mono.CSharp.IMethodData.IsAccessor { get { throw null; } }
- System.Reflection.MethodBase Mono.CSharp.IMethodDefinition.Metadata { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckForDuplications() { throw null; }
- public override string[] ConditionalConditions() { throw null; }
- public virtual Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- public override bool Define() { throw null; }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- protected void Error_ConditionalAttributeIsNotValid() { }
- public override void PrepareEmit() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public sealed partial class MethodSpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec, Mono.CSharp.IParametersMember
- {
- public static readonly Mono.CSharp.MethodSpec Excluded;
- public MethodSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMethodDefinition details, Mono.CSharp.TypeSpec returnType, Mono.CSharp.AParametersCollection parameters, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] Constraints { get { throw null; } }
- public Mono.CSharp.IGenericMethodDefinition GenericDefinition { get { throw null; } }
- public bool IsAsync { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsExtensionMethod { get { throw null; } }
- public bool IsReservedMethod { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public new Mono.CSharp.IMethodDefinition MemberDefinition { get { throw null; } }
- Mono.CSharp.TypeSpec Mono.CSharp.IInterfaceMemberSpec.MemberType { get { throw null; } }
- public Mono.CSharp.AParametersCollection Parameters { get { throw null; } }
- public Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public Mono.CSharp.MethodSpec GetGenericMethodDefinition() { throw null; }
- public System.Reflection.MethodBase GetMetaInfo() { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public Mono.CSharp.MethodSpec MakeGenericMethod(Mono.CSharp.IMemberContext context, params Mono.CSharp.TypeSpec[] targs) { throw null; }
- public Mono.CSharp.MethodSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class MissingTypeSpecReference
- {
- public MissingTypeSpecReference(Mono.CSharp.TypeSpec type, Mono.CSharp.MemberSpec caller) { }
- public Mono.CSharp.MemberSpec Caller { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.TypeSpec Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum Modifiers
- {
- ABSTRACT = 32,
- AccessibilityMask = 15,
- AllowedExplicitImplFlags = 10240,
- ASYNC = 16384,
- AutoProperty = 16777216,
- BACKING_FIELD = 2097152,
- COMPILER_GENERATED = 1048576,
- DEBUGGER_HIDDEN = 4194304,
- DEBUGGER_STEP_THROUGH = 8388608,
- DEFAULT_ACCESS_MODIFIER = 262144,
- EXTERN = 2048,
- INTERNAL = 8,
- METHOD_EXTENSION = 524288,
- NEW = 16,
- OVERRIDE = 1024,
- PARTIAL = 131072,
- PRIVATE = 4,
- PROPERTY_CUSTOM = 65536,
- PROTECTED = 1,
- PUBLIC = 2,
- READONLY = 256,
- SEALED = 64,
- STATIC = 128,
- TOP = 32768,
- UNSAFE = 8192,
- VIRTUAL = 512,
- VOLATILE = 4096,
- }
- public sealed partial class ModuleContainer : Mono.CSharp.TypeContainer
- {
- public System.Nullable<System.Runtime.InteropServices.CharSet> DefaultCharSet;
- public System.Reflection.TypeAttributes DefaultCharSetType;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted;
- public Mono.CSharp.Binary.PredefinedOperator[] OperatorsBinaryLifted;
- public ModuleContainer(Mono.CSharp.CompilerContext context) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public System.Reflection.Emit.ModuleBuilder Builder { get { throw null; } }
- public override Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public int CounterAnonymousTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Evaluator Evaluator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Collections.Generic.Dictionary<string, string> GetResourceStrings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.RootNamespace GlobalRootNamespace { get { throw null; } }
- public bool HasDefaultCharSet { get { throw null; } }
- public bool HasExtensionMethod { get { throw null; } set { } }
- public bool HasTypesFullyDefined { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddAnonymousType(Mono.CSharp.AnonymousTypeClass type) { }
- public void AddAttribute(Mono.CSharp.Attribute attr, Mono.CSharp.IMemberContext context) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public void Create(Mono.CSharp.AssemblyDefinition assembly, System.Reflection.Emit.ModuleBuilder moduleBuilder) { }
- public System.Reflection.Emit.TypeBuilder CreateBuilder(string name, System.Reflection.TypeAttributes attr, int typeSize) { throw null; }
- public Mono.CSharp.ModuleContainer.PatternMatchingHelper CreatePatterMatchingHelper() { throw null; }
- public Mono.CSharp.RootNamespace CreateRootNamespace(string alias) { throw null; }
- public override bool Define() { throw null; }
- public override bool DefineContainer() { throw null; }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public Mono.CSharp.AnonymousTypeClass GetAnonymousType(System.Collections.Generic.IList<Mono.CSharp.AnonymousTypeParameter> parameters) { throw null; }
- public Mono.CSharp.AwaiterDefinition GetAwaiter(Mono.CSharp.TypeSpec type) { throw null; }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public Mono.CSharp.Binary.PredefinedOperator[] GetPredefinedEnumAritmeticOperators(Mono.CSharp.TypeSpec enumType, bool nullable) { throw null; }
- public Mono.CSharp.RootNamespace GetRootNamespace(string name) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void InitializePredefinedTypes() { }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadGetResourceStrings(System.Collections.Generic.List<string> fileNames) { }
- public Mono.CSharp.Attribute ResolveAssemblyAttribute(Mono.CSharp.PredefinedAttribute a_type) { throw null; }
- public void SetDeclaringAssembly(Mono.CSharp.AssemblyDefinition assembly) { }
- public sealed partial class PatternMatchingHelper : Mono.CSharp.CompilerGeneratedContainer
- {
- public PatternMatchingHelper(Mono.CSharp.ModuleContainer module) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.Method NumberMatcher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override bool DoDefineMembers() { throw null; }
- }
- }
- public partial class MovableArgument : Mono.CSharp.Argument
- {
- public MovableArgument(Mono.CSharp.Argument arg) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- protected MovableArgument(Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Argument.AType)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitToVariable(Mono.CSharp.EmitContext ec) { }
- }
- public partial class NamedArgument : Mono.CSharp.MovableArgument
- {
- public readonly string Name;
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Argument)) { }
- public NamedArgument(string name, Mono.CSharp.Location loc, Mono.CSharp.Expression expr, Mono.CSharp.Argument.AType modifier) : base (default(Mono.CSharp.Argument)) { }
- public Mono.CSharp.Location Location { get { throw null; } }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class Namespace
- {
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.Namespace> namespaces;
- protected System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Mono.CSharp.TypeSpec>> types;
- protected Namespace() { }
- public Namespace(Mono.CSharp.Namespace parent, string name) { }
- public string Name { get { throw null; } }
- public Mono.CSharp.Namespace Parent { get { throw null; } }
- public Mono.CSharp.Namespace AddNamespace(Mono.CSharp.MemberName name) { throw null; }
- public void AddType(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts) { }
- public System.Collections.Generic.IEnumerable<string> CompletionGetTypesStartingWith(string prefix) { throw null; }
- public System.Collections.Generic.IList<Mono.CSharp.TypeSpec> GetAllTypes(string name) { throw null; }
- public Mono.CSharp.Namespace GetNamespace(string name, bool create) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public static Mono.CSharp.TypeSpec IsImportedTypeOverride(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec ts, Mono.CSharp.TypeSpec found) { throw null; }
- public System.Collections.Generic.List<Mono.CSharp.MethodSpec> LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity) { throw null; }
- public Mono.CSharp.TypeSpec LookupType(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void RemoveContainer(Mono.CSharp.TypeContainer tc) { }
- public void SetBuiltinType(Mono.CSharp.BuiltinTypeSpec pts) { }
- public bool TryGetNamespace(string name, out Mono.CSharp.Namespace ns) { ns = default(Mono.CSharp.Namespace); throw null; }
- public void VerifyClsCompliance() { }
- }
- public partial class NamespaceContainer : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public bool DeclarationFound;
- public readonly new Mono.CSharp.NamespaceContainer Parent;
- public NamespaceContainer(Mono.CSharp.MemberName name, Mono.CSharp.NamespaceContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- protected NamespaceContainer(Mono.CSharp.ModuleContainer parent) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public Mono.CSharp.Namespace NS { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.UsingClause> Usings { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- public void AddUsing(Mono.CSharp.UsingAliasNamespace un) { }
- public void AddUsing(Mono.CSharp.UsingClause un) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override void DefineNamespace() { }
- protected override void DoDefineContainer() { }
- public override void EmitContainer() { }
- public void EnableRedefinition() { }
- public override void GetCompletionStartingWith(string prefix, System.Collections.Generic.List<string> results) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(Mono.CSharp.IMemberContext invocationContext, string name, int arity, int position) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupExternAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Expression LookupStaticUsings(Mono.CSharp.IMemberContext mc, string name, int arity, Mono.CSharp.Location loc) { throw null; }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class NamespaceExpression : Mono.CSharp.FullNamedExpression
- {
- public NamespaceExpression(Mono.CSharp.Namespace ns, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Namespace Namespace { get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public void Error_NamespaceDoesNotExist(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.Location loc) { }
- public override string GetSignatureForError() { throw null; }
- public Mono.CSharp.FullNamedExpression LookupTypeOrNamespace(Mono.CSharp.IMemberContext ctx, string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class New : Mono.CSharp.ExpressionStatement, Mono.CSharp.IMemoryLocation
- {
- protected Mono.CSharp.Arguments arguments;
- protected Mono.CSharp.MethodSpec method;
- protected Mono.CSharp.Expression RequestedType;
- public New(Mono.CSharp.Expression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.Location l) { }
- public Mono.CSharp.Arguments Arguments { get { throw null; } }
- public bool IsGeneratedStructConstructor { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public virtual bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.Expression CheckComImport(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public static Mono.CSharp.Constant Constantify(Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { throw null; }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public virtual bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected virtual Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { throw null; }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class NewAnonymousType : Mono.CSharp.New
- {
- public NewAnonymousType(System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> parameters, Mono.CSharp.TypeContainer parent, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.AnonymousTypeParameter> Parameters { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewDelegate : Mono.CSharp.DelegateCreation
- {
- public Mono.CSharp.Arguments Arguments;
- public NewDelegate(Mono.CSharp.TypeSpec type, Mono.CSharp.Arguments Arguments, Mono.CSharp.Location loc) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class NewInitialize : Mono.CSharp.New
- {
- public NewInitialize(Mono.CSharp.FullNamedExpression requested_type, Mono.CSharp.Arguments arguments, Mono.CSharp.CollectionOrObjectInitializers initializers, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.CollectionOrObjectInitializers Initializers { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override bool CanEmitOptimizedLocalTarget(Mono.CSharp.EmitContext ec) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override bool Emit(Mono.CSharp.EmitContext ec, Mono.CSharp.IMemoryLocation target) { throw null; }
- protected override Mono.CSharp.IMemoryLocation EmitAddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class NullConstant : Mono.CSharp.Constant
- {
- public NullConstant(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override string ExprClassName { get { throw null; } }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool inCheckedContext, Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec targetType) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override string GetSignatureForError() { throw null; }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class NullLiteral : Mono.CSharp.NullConstant
- {
- public NullLiteral(Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override void Error_ValueCannotBeConverted(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec t, bool expl) { }
- public override string GetValueAsLiteral() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class Operator : Mono.CSharp.MethodOrOperator
- {
- public readonly Mono.CSharp.Operator.OpType OperatorType;
- public Operator(Mono.CSharp.TypeDefinition parent, Mono.CSharp.Operator.OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.ParametersCompiled)) { }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- protected override Mono.CSharp.MemberSpec FindBaseMember(out Mono.CSharp.MemberSpec bestCandidate, ref bool overrides) { bestCandidate = default(Mono.CSharp.MemberSpec); throw null; }
- public Mono.CSharp.Operator.OpType GetMatchingOperator() { throw null; }
- public static string GetMetadataName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetMetadataName(string name) { throw null; }
- public static string GetName(Mono.CSharp.Operator.OpType ot) { throw null; }
- public static string GetName(string metadata_name) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static System.Nullable<Mono.CSharp.Operator.OpType> GetType(string metadata_name) { throw null; }
- protected override bool ResolveMemberType() { throw null; }
- public enum OpType : byte
- {
- Addition = (byte)6,
- BitwiseAnd = (byte)13,
- BitwiseOr = (byte)14,
- Decrement = (byte)3,
- Division = (byte)11,
- Equality = (byte)18,
- ExclusiveOr = (byte)15,
- Explicit = (byte)25,
- False = (byte)5,
- GreaterThan = (byte)20,
- GreaterThanOrEqual = (byte)22,
- Implicit = (byte)24,
- Increment = (byte)2,
- Inequality = (byte)19,
- Is = (byte)26,
- LeftShift = (byte)16,
- LessThan = (byte)21,
- LessThanOrEqual = (byte)23,
- LogicalNot = (byte)0,
- Modulus = (byte)12,
- Multiply = (byte)10,
- OnesComplement = (byte)1,
- RightShift = (byte)17,
- Subtraction = (byte)7,
- TOP = (byte)27,
- True = (byte)4,
- UnaryNegation = (byte)9,
- UnaryPlus = (byte)8,
- }
- }
- public partial class OperatorCast : Mono.CSharp.TypeCast
- {
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeSpec returnType, bool isExplicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public OperatorCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec target_type, bool find_explicit) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Outline
- {
- public Outline(System.Type t, System.IO.TextWriter output, bool declared_only, bool show_private, bool filter_obsolete) { }
- public void OutlineType() { }
- public static string RemoveGenericArity(string name) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct OverloadResolver
- {
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public OverloadResolver(System.Collections.Generic.IList<Mono.CSharp.MemberSpec> members, Mono.CSharp.TypeArguments targs, Mono.CSharp.OverloadResolver.Restrictions restrictions, Mono.CSharp.Location loc) { throw null;}
- public Mono.CSharp.OverloadResolver.IBaseMembersProvider BaseMembersProvider { get { throw null; } set { } }
- public bool BestCandidateIsDynamic { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.MethodGroupExpr BestCandidateNewMethodGroup { get { throw null; } }
- public Mono.CSharp.TypeSpec BestCandidateReturnType { get { throw null; } }
- public Mono.CSharp.OverloadResolver.IErrorHandler CustomErrors { get { throw null; } set { } }
- public Mono.CSharp.OverloadResolver.IInstanceQualifier InstanceQualifier { get { throw null; } set { } }
- public static int BetterTypeConversion(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec p, Mono.CSharp.TypeSpec q) { throw null; }
- public static void Error_ConstructorMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.TypeSpec type, int argCount, Mono.CSharp.Location loc) { }
- public static Mono.CSharp.Expression ResolveDefaultValueArgument(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec ptype, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { throw null; }
- public T ResolveMember<T>(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) where T : Mono.CSharp.MemberSpec, Mono.CSharp.IParametersMember { throw null; }
- public Mono.CSharp.MethodSpec ResolveOperator(Mono.CSharp.ResolveContext rc, ref Mono.CSharp.Arguments args) { throw null; }
- public partial interface IBaseMembersProvider
- {
- System.Collections.Generic.IList<Mono.CSharp.MemberSpec> GetBaseMembers(Mono.CSharp.TypeSpec baseType);
- Mono.CSharp.IParametersMember GetOverrideMemberParameters(Mono.CSharp.MemberSpec member);
- Mono.CSharp.MethodGroupExpr LookupExtensionMethod(Mono.CSharp.ResolveContext rc);
- }
- public partial interface IErrorHandler
- {
- bool AmbiguousCandidates(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous);
- bool ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument a, int index);
- bool NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- bool TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best);
- }
- public partial interface IInstanceQualifier
- {
- Mono.CSharp.TypeSpec InstanceType { get; }
- bool CheckProtectedMemberAccess(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec member);
- }
- [System.FlagsAttribute]
- public enum Restrictions
- {
- BaseMembersIncluded = 16,
- CovariantDelegate = 4,
- DelegateInvoke = 1,
- GetEnumeratorLookup = 32,
- NoBaseMembers = 8,
- None = 0,
- ProbingOnly = 2,
- }
- }
- public partial class Parameter : Mono.CSharp.ParameterBase, Mono.CSharp.ILocalVariable, Mono.CSharp.IParameterData
- {
- public bool HasAddressTaken;
- protected int idx;
- protected Mono.CSharp.TypeSpec parameter_type;
- public Parameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Parameter.Modifier mod, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Expression DefaultExpression { get { throw null; } }
- public Mono.CSharp.DefaultParameterValueExpression DefaultValue { get { throw null; } set { } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.HoistedParameter HoistedVariant { get { throw null; } set { } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- Mono.CSharp.Expression Mono.CSharp.IParameterData.DefaultValue { get { throw null; } }
- public string Name { get { throw null; } set { } }
- public Mono.CSharp.Parameter.Modifier ParameterModifier { get { throw null; } }
- public Mono.CSharp.TypeSpec Type { get { throw null; } set { } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual bool CheckAccessibility(Mono.CSharp.InterfaceMemberBase member) { throw null; }
- public Mono.CSharp.Parameter Clone() { throw null; }
- public Mono.CSharp.ExpressionStatement CreateExpressionTreeVariable(Mono.CSharp.BlockContext ec) { throw null; }
- public void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAddressOf(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec) { }
- public void Error_DuplicateName(Mono.CSharp.Report r) { }
- public Mono.CSharp.TemporaryVariableReference ExpressionTreeVariableReference() { throw null; }
- public static string GetModifierSignature(Mono.CSharp.Parameter.Modifier mod) { throw null; }
- public virtual string GetSignatureForError() { throw null; }
- public void IsClsCompliant(Mono.CSharp.IMemberContext ctx) { }
- public virtual Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext rc, int index) { throw null; }
- public void ResolveDefaultValue(Mono.CSharp.ResolveContext rc) { }
- public static Mono.CSharp.TypeExpr ResolveParameterExpressionType(Mono.CSharp.IMemberContext ec, Mono.CSharp.Location location) { throw null; }
- public void SetIndex(int index) { }
- public void Warning_UselessOptionalParameter(Mono.CSharp.Report Report) { }
- [System.FlagsAttribute]
- public enum Modifier : byte
- {
- CallerFilePath = (byte)64,
- CallerLineNumber = (byte)32,
- CallerMask = (byte)112,
- CallerMemberName = (byte)16,
- ModifierMask = (byte)15,
- NONE = (byte)0,
- OUT = (byte)4,
- PARAMS = (byte)1,
- REF = (byte)2,
- RefOutMask = (byte)6,
- This = (byte)8,
- }
- }
- public abstract partial class ParameterBase : Mono.CSharp.Attributable
- {
- protected System.Reflection.Emit.ParameterBuilder builder;
- protected ParameterBase() { }
- public System.Reflection.Emit.ParameterBuilder Builder { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class ParameterData : Mono.CSharp.IParameterData
- {
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers) { }
- public ParameterData(string name, Mono.CSharp.Parameter.Modifier modifiers, Mono.CSharp.Expression defaultValue) { }
- public Mono.CSharp.Expression DefaultValue { get { throw null; } }
- public bool HasDefaultValue { get { throw null; } }
- public bool HasExtensionMethodModifier { get { throw null; } }
- public Mono.CSharp.Parameter.Modifier ModFlags { get { throw null; } }
- public string Name { get { throw null; } }
- }
- public partial class ParameterReference : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.ParametersBlock.ParameterInfo pi;
- public ParameterReference(Mono.CSharp.ParametersBlock.ParameterInfo pi, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- }
- public partial class ParametersBlock : Mono.CSharp.ExplicitBlock
- {
- protected System.Collections.Generic.Dictionary<string, object> labels;
- protected Mono.CSharp.ParametersCompiled parameters;
- protected Mono.CSharp.ParametersBlock.ParameterInfo[] parameter_info;
- protected bool resolved;
- protected Mono.CSharp.StateMachine state_machine;
- protected Mono.CSharp.ToplevelBlock top_block;
- public ParametersBlock(Mono.CSharp.Block parent, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- protected ParametersBlock(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.Location), default(Mono.CSharp.Location)) { }
- public bool HasReferenceToStoreyForInstanceLambdas { get { throw null; } set { } }
- public bool IsAsync { get { throw null; } set { } }
- public bool IsExpressionTree { get { throw null; } }
- public Mono.CSharp.ParametersCompiled Parameters { get { throw null; } }
- public bool Resolved { get { throw null; } }
- public Mono.CSharp.StateMachine StateMachine { get { throw null; } }
- public int TemporaryLocalsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ToplevelBlock TopBlock { get { throw null; } set { } }
- public void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc) { }
- public virtual void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public Mono.CSharp.ParametersBlock ConvertToAsyncTask(Mono.CSharp.IMemberContext context, Mono.CSharp.TypeDefinition host, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.TypeSpec returnType, Mono.CSharp.TypeSpec delegateType, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.ToplevelBlock ConvertToIterator(Mono.CSharp.IMethodData method, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec iterator_type, bool is_enumerable) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitEmbedded(Mono.CSharp.EmitContext ec) { }
- public override int GetDebugSymbolScopeIndex() { throw null; }
- public Mono.CSharp.LabeledStatement GetLabel(string name, Mono.CSharp.Block block) { throw null; }
- public Mono.CSharp.ParametersBlock.ParameterInfo GetParameterInfo(Mono.CSharp.Parameter p) { throw null; }
- public Mono.CSharp.ParameterReference GetParameterReference(int index, Mono.CSharp.Location loc) { throw null; }
- public Mono.CSharp.Statement PerformClone(ref System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { throw null; }
- protected void ProcessParameters() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public partial class ParameterInfo : Mono.CSharp.INamedBlockVariable
- {
- public Mono.CSharp.VariableInfo VariableInfo;
- public ParameterInfo(Mono.CSharp.ParametersBlock block, int index) { }
- public Mono.CSharp.ParametersBlock Block { get { throw null; } }
- public bool IsDeclared { get { throw null; } }
- public bool IsLocked { get { throw null; } set { } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- Mono.CSharp.Block Mono.CSharp.INamedBlockVariable.Block { get { throw null; } }
- public Mono.CSharp.Parameter Parameter { get { throw null; } }
- public Mono.CSharp.TypeSpec ParameterType { get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class ParametersCompiled : Mono.CSharp.AParametersCollection
- {
- public static readonly Mono.CSharp.ParametersCompiled EmptyReadOnlyParameters;
- public static readonly Mono.CSharp.ParametersCompiled Undefined;
- public ParametersCompiled(params Mono.CSharp.Parameter[] parameters) { }
- public ParametersCompiled(Mono.CSharp.Parameter[] parameters, bool has_arglist) { }
- public Mono.CSharp.Parameter this[int pos] { get { throw null; } }
- public void ApplyAttributes(Mono.CSharp.IMemberContext mc, System.Reflection.MethodBase builder) { }
- public void CheckConstraints(Mono.CSharp.IMemberContext mc) { }
- public void CheckParameters(Mono.CSharp.MemberCore member) { }
- public Mono.CSharp.ParametersCompiled Clone() { throw null; }
- public Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.BlockContext ec, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateFullyResolved(Mono.CSharp.Parameter[] parameters, Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.AParametersCollection CreateFullyResolved(params Mono.CSharp.TypeSpec[] types) { throw null; }
- public static Mono.CSharp.ParametersCompiled CreateImplicitParameter(Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) { throw null; }
- public static int IsSameClsSignature(Mono.CSharp.AParametersCollection a, Mono.CSharp.AParametersCollection b) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter compilerParams, Mono.CSharp.TypeSpec compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled MergeGenerated(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled userParams, bool checkConflicts, Mono.CSharp.Parameter[] compilerParams, Mono.CSharp.TypeSpec[] compilerTypes) { throw null; }
- public static Mono.CSharp.ParametersCompiled Prefix(Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Parameter p, Mono.CSharp.TypeSpec type) { throw null; }
- public bool Resolve(Mono.CSharp.IMemberContext ec) { throw null; }
- public void ResolveDefaultValues(Mono.CSharp.MemberCore m) { }
- public void VerifyClsCompliance(Mono.CSharp.IMemberContext ctx) { }
- }
- public partial class ParametersImported : Mono.CSharp.AParametersCollection
- {
- public ParametersImported(Mono.CSharp.IParameterData[] param, Mono.CSharp.TypeSpec[] types, bool hasParams) { }
- public ParametersImported(Mono.CSharp.IParameterData[] parameters, Mono.CSharp.TypeSpec[] types, bool hasArglist, bool hasParams) { }
- }
- public partial class ParamsParameter : Mono.CSharp.Parameter
- {
- public ParamsParameter(Mono.CSharp.FullNamedExpression type, string name, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(string), default(Mono.CSharp.Parameter.Modifier), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override void ApplyAttributes(System.Reflection.Emit.MethodBuilder mb, System.Reflection.Emit.ConstructorBuilder cb, int index, Mono.CSharp.PredefinedAttributes pa) { }
- public override Mono.CSharp.TypeSpec Resolve(Mono.CSharp.IMemberContext ec, int index) { throw null; }
- }
- public partial class ParenthesizedExpression : Mono.CSharp.ShimExpression
- {
- public ParenthesizedExpression(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- }
- public partial class ParserSession
- {
- public readonly char[] IDBuilder;
- public readonly System.Collections.Generic.Dictionary<char[], string>[] Identifiers;
- public readonly char[] NumberBuilder;
- public readonly System.Collections.Generic.List<Mono.CSharp.Parameter> ParametersStack;
- public readonly char[] StreamReaderBuffer;
- public ParserSession() { }
- public Mono.CSharp.LocatedToken[] LocatedTokens { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.LocationsBag LocationsBag { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool UseJayGlobalArrays { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Security.Cryptography.MD5 GetChecksumAlgorithm() { throw null; }
- }
- public partial class PendingImplementation
- {
- internal PendingImplementation() { }
- public static Mono.CSharp.PendingImplementation GetPendingImplementations(Mono.CSharp.TypeDefinition container) { throw null; }
- public void ImplementMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, bool clear_one, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); }
- public Mono.CSharp.MethodSpec InterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec iType, Mono.CSharp.MethodData method, Mono.CSharp.PendingImplementation.Operation op, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public Mono.CSharp.MethodSpec IsInterfaceMethod(Mono.CSharp.MemberName name, Mono.CSharp.TypeSpec ifaceType, Mono.CSharp.MethodData method, out Mono.CSharp.MethodSpec ambiguousCandidate, ref bool optional) { ambiguousCandidate = default(Mono.CSharp.MethodSpec); throw null; }
- public bool VerifyPendingMethods() { throw null; }
- public enum Operation
- {
- ClearAll = 2,
- ClearOne = 1,
- Lookup = 0,
- }
- }
- public enum Platform
- {
- AnyCPU = 0,
- AnyCPU32Preferred = 1,
- Arm = 2,
- IA64 = 5,
- X64 = 4,
- X86 = 3,
- }
- public partial class PointerArithmetic : Mono.CSharp.Expression
- {
- public PointerArithmetic(Mono.CSharp.Binary.Operator op, Mono.CSharp.Expression l, Mono.CSharp.Expression r, Mono.CSharp.TypeSpec t, Mono.CSharp.Location loc) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class PredefinedAttribute : Mono.CSharp.PredefinedType
- {
- protected Mono.CSharp.MethodSpec ctor;
- public PredefinedAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(Mono.CSharp.MemberKind), default(string), default(string), default(int)) { }
- public Mono.CSharp.MethodSpec Constructor { get { throw null; } }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ConstructorBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ModuleBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder) { }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public static bool operator !=(Mono.CSharp.TypeSpec type, Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public bool ResolveBuilder() { throw null; }
- }
- public partial class PredefinedAttributes
- {
- public readonly Mono.CSharp.PredefinedAttribute AssemblyAlgorithmId;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCompany;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCopyright;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyCulture;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFileVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyFlags;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyInformationalVersion;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyProduct;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyTrademark;
- public readonly Mono.CSharp.PredefinedAttribute AssemblyVersion;
- public readonly Mono.CSharp.PredefinedStateMachineAttribute AsyncStateMachine;
- public readonly Mono.CSharp.PredefinedAttribute AttributeUsage;
- public readonly Mono.CSharp.PredefinedAttribute CallerFilePathAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerLineNumberAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CallerMemberNameAttribute;
- public readonly Mono.CSharp.PredefinedAttribute CLSCompliant;
- public readonly Mono.CSharp.PredefinedAttribute CoClass;
- public readonly Mono.CSharp.PredefinedAttribute ComImport;
- public readonly Mono.CSharp.PredefinedAttribute CompilerGenerated;
- public readonly Mono.CSharp.PredefinedAttribute Conditional;
- public readonly Mono.CSharp.PredefinedDebuggableAttribute Debuggable;
- public readonly Mono.CSharp.PredefinedDebuggerBrowsableAttribute DebuggerBrowsable;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerHidden;
- public readonly Mono.CSharp.PredefinedAttribute DebuggerStepThrough;
- public readonly Mono.CSharp.PredefinedDecimalAttribute DecimalConstant;
- public readonly Mono.CSharp.PredefinedAttribute DefaultCharset;
- public readonly Mono.CSharp.PredefinedAttribute DefaultMember;
- public readonly Mono.CSharp.PredefinedAttribute DefaultParameterValue;
- public readonly Mono.CSharp.PredefinedAttribute DllImport;
- public readonly Mono.CSharp.PredefinedDynamicAttribute Dynamic;
- public readonly Mono.CSharp.PredefinedAttribute Extension;
- public readonly Mono.CSharp.PredefinedAttribute FieldOffset;
- public readonly Mono.CSharp.PredefinedAttribute FixedBuffer;
- public readonly Mono.CSharp.PredefinedAttribute Guid;
- public readonly Mono.CSharp.PredefinedAttribute HostProtection;
- public readonly Mono.CSharp.PredefinedAttribute In;
- public readonly Mono.CSharp.PredefinedAttribute IndexerName;
- public readonly Mono.CSharp.PredefinedAttribute InternalsVisibleTo;
- public readonly Mono.CSharp.PredefinedAttribute MarshalAs;
- public readonly Mono.CSharp.PredefinedAttribute MethodImpl;
- public readonly Mono.CSharp.PredefinedAttribute Obsolete;
- public readonly Mono.CSharp.PredefinedAttribute OptionalParameter;
- public readonly Mono.CSharp.PredefinedAttribute Out;
- public readonly Mono.CSharp.PredefinedAttribute ParamArray;
- public readonly Mono.CSharp.PredefinedAttribute Required;
- public readonly Mono.CSharp.PredefinedAttribute RuntimeCompatibility;
- public readonly Mono.CSharp.PredefinedAttribute Security;
- public readonly Mono.CSharp.PredefinedAttribute StructLayout;
- public readonly Mono.CSharp.PredefinedAttribute TypeForwarder;
- public readonly Mono.CSharp.PredefinedAttribute UnmanagedFunctionPointer;
- public readonly Mono.CSharp.PredefinedAttribute UnsafeValueType;
- public readonly Mono.CSharp.PredefinedAttribute UnverifiableCode;
- public PredefinedAttributes(Mono.CSharp.ModuleContainer module) { }
- }
- public partial class PredefinedDebuggableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.AssemblyBuilder builder, System.Diagnostics.DebuggableAttribute.DebuggingModes modes) { }
- }
- public partial class PredefinedDebuggerBrowsableAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDebuggerBrowsableAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, System.Diagnostics.DebuggerBrowsableState state) { }
- }
- public partial class PredefinedDecimalAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDecimalAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, decimal value, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedDynamicAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedDynamicAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.FieldBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.ParameterBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.PropertyBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public void EmitAttribute(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- }
- public partial class PredefinedMember<T> where T : Mono.CSharp.MemberSpec
- {
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypeSpec type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, Mono.CSharp.MemberFilter filter) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, params Mono.CSharp.PredefinedType[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, Mono.CSharp.MemberKind kind, System.Func<Mono.CSharp.TypeSpec[]> typesBuilder, Mono.CSharp.TypeSpec returnType) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.PredefinedType type, string name, params Mono.CSharp.TypeSpec[] types) { }
- public PredefinedMember(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec type, Mono.CSharp.MemberFilter filter) { }
- public T Get() { throw null; }
- public T Resolve(Mono.CSharp.Location loc) { throw null; }
- }
- public partial class PredefinedStateMachineAttribute : Mono.CSharp.PredefinedAttribute
- {
- public PredefinedStateMachineAttribute(Mono.CSharp.ModuleContainer module, string ns, string name) : base (default(Mono.CSharp.ModuleContainer), default(string), default(string)) { }
- public void EmitAttribute(System.Reflection.Emit.MethodBuilder builder, Mono.CSharp.StateMachine type) { }
- }
- public partial class PredefinedType
- {
- protected readonly Mono.CSharp.ModuleContainer module;
- protected Mono.CSharp.TypeSpec type;
- public PredefinedType(Mono.CSharp.BuiltinTypeSpec type) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name) { }
- public PredefinedType(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity) { }
- public int Arity { get { throw null; } }
- public bool IsDefined { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeSpec { get { throw null; } }
- public bool Define() { throw null; }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.TypeSpec Resolve() { throw null; }
- public static Mono.CSharp.TypeSpec Resolve(Mono.CSharp.ModuleContainer module, Mono.CSharp.MemberKind kind, string ns, string name, int arity, bool required, bool reportErrors) { throw null; }
- }
- public abstract partial class Probe : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- public Mono.CSharp.Expression ProbeType;
- protected Mono.CSharp.TypeSpec probe_type_expr;
- protected Probe(Mono.CSharp.Expression expr, Mono.CSharp.Expression probe_type, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected abstract string OperatorName { get; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override bool HasConditionalAccess() { throw null; }
- protected Mono.CSharp.Expression ResolveCommon(Mono.CSharp.ResolveContext rc) { throw null; }
- protected virtual void ResolveProbeType(Mono.CSharp.ResolveContext rc) { }
- }
- public partial class Property : Mono.CSharp.PropertyBase
- {
- public Property(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property.BackingFieldDeclaration BackingField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression Initializer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override bool Define() { throw null; }
- public override void Emit() { }
- public sealed partial class BackingFieldDeclaration : Mono.CSharp.Field
- {
- public BackingFieldDeclaration(Mono.CSharp.Property p, bool readOnly) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.Property OriginalProperty { get { throw null; } }
- public override string GetSignatureForError() { throw null; }
- }
- }
- public abstract partial class PropertyBase : Mono.CSharp.PropertyBasedMember
- {
- protected PropertyBase(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod_flags, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorFirst { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod AccessorSecond { get { throw null; } }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public override Mono.CSharp.Variance ExpectedMemberTypeVariance { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Get { get { throw null; } set { } }
- public override bool IsUsed { get { throw null; } }
- public Mono.CSharp.PropertyBase.PropertyMethod Set { get { throw null; } set { } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool CheckOverrideAgainstBase(Mono.CSharp.MemberSpec base_member) { throw null; }
- protected bool DefineAccessors() { throw null; }
- protected void DefineBuilders(Mono.CSharp.MemberKind kind, Mono.CSharp.ParametersCompiled parameters) { }
- protected override void DoMemberTypeDependentChecks() { }
- protected override void DoMemberTypeIndependentChecks() { }
- public override void Emit() { }
- public override void PrepareEmit() { }
- protected override void SetMemberName(Mono.CSharp.MemberName new_name) { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public partial class GetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- public GetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- public abstract partial class PropertyMethod : Mono.CSharp.AbstractPropertyEventMethod
- {
- protected System.Reflection.MethodAttributes flags;
- protected readonly Mono.CSharp.PropertyBase method;
- public PropertyMethod(Mono.CSharp.PropertyBase method, string prefix, Mono.CSharp.Modifiers modifiers, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.InterfaceMemberBase), default(string), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasCustomAccessModifier { get { throw null; } }
- public Mono.CSharp.PropertyBase Property { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public virtual void Define(Mono.CSharp.TypeContainer parent) { }
- public override System.ObsoleteAttribute GetAttributeObsolete() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- }
- public partial class SetMethod : Mono.CSharp.PropertyBase.PropertyMethod
- {
- protected Mono.CSharp.ParametersCompiled parameters;
- public SetMethod(Mono.CSharp.PropertyBase method, Mono.CSharp.Modifiers modifiers, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc) : base (default(Mono.CSharp.PropertyBase), default(string), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Attributes), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.ParametersCompiled ParameterInfo { get { throw null; } }
- public override Mono.CSharp.TypeSpec ReturnType { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- protected override void ApplyToExtraTarget(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void Define(Mono.CSharp.TypeContainer parent) { }
- }
- }
- public abstract partial class PropertyBasedMember : Mono.CSharp.InterfaceMemberBase
- {
- protected PropertyBasedMember(Mono.CSharp.TypeDefinition parent, Mono.CSharp.FullNamedExpression type, Mono.CSharp.Modifiers mod, Mono.CSharp.Modifiers allowed_mod, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- protected void CheckReservedNameConflict(string prefix, Mono.CSharp.MethodSpec accessor) { }
- protected override bool VerifyClsCompliance() { throw null; }
- }
- public partial class PropertySpec : Mono.CSharp.MemberSpec, Mono.CSharp.IInterfaceMemberSpec
- {
- public PropertySpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.IMemberDefinition definition, Mono.CSharp.TypeSpec memberType, System.Reflection.PropertyInfo info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public Mono.CSharp.MethodSpec Get { get { throw null; } set { } }
- public bool HasDifferentAccessibility { get { throw null; } }
- public bool HasGet { get { throw null; } }
- public bool HasSet { get { throw null; } }
- public Mono.CSharp.TypeSpec MemberType { get { throw null; } }
- public System.Reflection.PropertyInfo MetaInfo { get { throw null; } }
- public Mono.CSharp.MethodSpec Set { get { throw null; } set { } }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- }
- public partial class QualifiedAliasMember : Mono.CSharp.MemberAccess
- {
- public static readonly string GlobalAlias;
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, Mono.CSharp.TypeArguments targs, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QualifiedAliasMember(string alias, string identifier, int arity, Mono.CSharp.Location l) : base (default(Mono.CSharp.Expression), default(string)) { }
- public string Alias { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public Mono.CSharp.FullNamedExpression CreateExpressionFromAlias(Mono.CSharp.IMemberContext mc) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool HasConditionalAccess() { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Reachability
- {
- public bool IsUnreachable { get { throw null; } }
- public static Mono.CSharp.Reachability CreateUnreachable() { throw null; }
- public static Mono.CSharp.Reachability operator &(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- public static Mono.CSharp.Reachability operator |(Mono.CSharp.Reachability a, Mono.CSharp.Reachability b) { throw null; }
- }
- public partial class ReducedExpression : Mono.CSharp.Expression
- {
- internal ReducedExpression() { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Constant Create(Mono.CSharp.Constant expr, Mono.CSharp.Expression originalExpr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr) { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.Expression original_expr, bool canBeConstant) { throw null; }
- public static Mono.CSharp.ExpressionStatement Create(Mono.CSharp.ExpressionStatement s, Mono.CSharp.Expression orig) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public partial class ReducedConstantExpression : Mono.CSharp.EmptyConstantCast
- {
- public ReducedConstantExpression(Mono.CSharp.Constant expr, Mono.CSharp.Expression orig_expr) : base (default(Mono.CSharp.Constant), default(Mono.CSharp.TypeSpec)) { }
- public Mono.CSharp.Expression OriginalExpression { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- }
- public sealed partial class ReflectionImporter : Mono.CSharp.MetadataImporter
- {
- public ReflectionImporter(Mono.CSharp.ModuleContainer module, Mono.CSharp.BuiltinTypes builtin) : base (default(Mono.CSharp.ModuleContainer)) { }
- public override void AddCompiledType(System.Reflection.Emit.TypeBuilder builder, Mono.CSharp.TypeSpec spec) { }
- protected override Mono.CSharp.MemberKind DetermineKindFromBaseType(System.Type baseType) { throw null; }
- protected override bool HasVolatileModifier(System.Type[] modifiers) { throw null; }
- public void ImportAssembly(System.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) { }
- public Mono.CSharp.ImportedModuleDefinition ImportModule(System.Reflection.Module module, Mono.CSharp.RootNamespace targetNamespace) { throw null; }
- }
- public partial class RefTypeExpr : Mono.CSharp.ShimExpression
- {
- public RefTypeExpr(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class RefValueExpr : Mono.CSharp.ShimExpression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RefValueExpr(Mono.CSharp.Expression expr, Mono.CSharp.FullNamedExpression texpr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- }
- public partial class Report
- {
- public static readonly int[] AllWarnings;
- public const int RuntimeErrorId = 10000;
- public Report(Mono.CSharp.CompilerContext context, Mono.CSharp.ReportPrinter printer) { }
- public int Errors { get { throw null; } }
- public bool IsDisabled { get { throw null; } }
- public Mono.CSharp.ReportPrinter Printer { get { throw null; } }
- public int Warnings { get { throw null; } }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(int category, string message, params object[] args) { }
- [System.Diagnostics.ConditionalAttribute("MCS_DEBUG")]
- public static void Debug(string message, params object[] args) { }
- public void DisableReporting() { }
- public void EnableReporting() { }
- public void Error(int code, Mono.CSharp.Location loc, string error) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Error(int code, Mono.CSharp.Location loc, string format, params string[] args) { }
- public void Error(int code, string error) { }
- public void Error(int code, string format, string arg) { }
- public void Error(int code, string format, string arg1, string arg2) { }
- public void Error(int code, string format, params string[] args) { }
- public void ExtraInformation(Mono.CSharp.Location loc, string msg) { }
- public void FeatureIsNotAvailable(Mono.CSharp.CompilerContext compiler, Mono.CSharp.Location loc, string feature) { }
- public void FeatureIsNotSupported(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.WarningRegions RegisterWarningRegion(Mono.CSharp.Location location) { throw null; }
- public void RuntimeMissingSupport(Mono.CSharp.Location loc, string feature) { }
- public Mono.CSharp.ReportPrinter SetPrinter(Mono.CSharp.ReportPrinter printer) { throw null; }
- public void SymbolRelatedToPreviousError(Mono.CSharp.Location loc, string symbol) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberCore mc) { }
- public void SymbolRelatedToPreviousError(Mono.CSharp.MemberSpec ms) { }
- public void SymbolRelatedToPreviousError(string loc) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string message) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, params object[] args) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg) { }
- public void Warning(int code, int level, Mono.CSharp.Location loc, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string message) { }
- public void Warning(int code, int level, string format, string arg) { }
- public void Warning(int code, int level, string format, string arg1, string arg2) { }
- public void Warning(int code, int level, string format, params string[] args) { }
- }
- public abstract partial class ReportPrinter
- {
- protected System.Collections.Generic.HashSet<Mono.CSharp.ITypeDefinition> reported_missing_definitions;
- protected ReportPrinter() { }
- public int ErrorsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public virtual bool HasRelatedSymbolSupport { get { throw null; } }
- public int WarningsCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected virtual string FormatText(string txt) { throw null; }
- public bool MissingTypeReported(Mono.CSharp.ITypeDefinition typeDefinition) { throw null; }
- public virtual void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- protected void Print(Mono.CSharp.AbstractMessage msg, System.IO.TextWriter output, bool showFullPath) { }
- public void Reset() { }
- }
- public partial class ResolveContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public Mono.CSharp.AnonymousExpression CurrentAnonymousMethod;
- public Mono.CSharp.Block CurrentBlock;
- public Mono.CSharp.Expression CurrentInitializerVariable;
- protected Mono.CSharp.ResolveContext.Options flags;
- public readonly Mono.CSharp.IMemberContext MemberContext;
- public ResolveContext(Mono.CSharp.IMemberContext mc) { }
- public ResolveContext(Mono.CSharp.IMemberContext mc, Mono.CSharp.ResolveContext.Options options) { }
- public Mono.CSharp.BuiltinTypes BuiltinTypes { get { throw null; } }
- public bool ConstantCheckState { get { throw null; } }
- public virtual Mono.CSharp.ExplicitBlock ConstructorBlock { get { throw null; } }
- public Mono.CSharp.Iterator CurrentIterator { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsInProbingMode { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsRuntimeBinder { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public bool IsVariableCapturingRequired { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public bool HasAny(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public bool HasSet(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public bool MustCaptureVariable(Mono.CSharp.INamedBlockVariable local) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle Set(Mono.CSharp.ResolveContext.Options options) { throw null; }
- public Mono.CSharp.ResolveContext.FlagsHandle With(Mono.CSharp.ResolveContext.Options options, bool enable) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlagsHandle : System.IDisposable
- {
- public FlagsHandle(Mono.CSharp.ResolveContext ec, Mono.CSharp.ResolveContext.Options flagsToSet) { throw null;}
- public void Dispose() { }
- }
- [System.FlagsAttribute]
- public enum Options
- {
- AllCheckStateFlags = 3,
- BaseInitializer = 256,
- CatchScope = 8,
- CheckedScope = 1,
- CompoundAssignmentScope = 64,
- ConstantCheckState = 2,
- ConstantScope = 1024,
- ConstructorScope = 2048,
- DontSetConditionalAccessReceiver = 65536,
- EnumScope = 512,
- ExpressionTreeConversion = 33554432,
- FieldInitializerScope = 32,
- FinallyScope = 16,
- FixedInitializerScope = 128,
- InferReturnType = 8388608,
- InvokeSpecialName = 67108864,
- LockScope = 8192,
- NameOfScope = 131072,
- OmitDebuggingInfo = 16777216,
- ProbingMode = 4194304,
- TryScope = 16384,
- TryWithCatchScope = 32768,
- UnsafeScope = 4,
- UsingInitializerScope = 4096,
- }
- }
- [System.FlagsAttribute]
- public enum ResolveFlags
- {
- MaskExprClass = 15,
- MethodGroup = 4,
- Type = 2,
- TypeParameter = 8,
- VariableOrValue = 1,
- }
- public abstract partial class ResumableStatement : Mono.CSharp.Statement
- {
- protected System.Reflection.Emit.Label resume_point;
- protected ResumableStatement() { }
- public virtual void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- public virtual System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public System.Reflection.Emit.Label PrepareForEmit(Mono.CSharp.EmitContext ec) { throw null; }
- }
- public partial class Return : Mono.CSharp.ExitStatement
- {
- public Return(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } protected set { } }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public partial class ReturnParameter : Mono.CSharp.ParameterBase
- {
- public ReturnParameter(Mono.CSharp.MemberCore method, System.Reflection.Emit.MethodBuilder mb, Mono.CSharp.Location location) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- }
- public partial class RootContext
- {
- public RootContext() { }
- public static Mono.CSharp.ModuleContainer ToplevelTypes { get { throw null; } set { } }
- }
- public partial class RootNamespace : Mono.CSharp.Namespace
- {
- public RootNamespace(string alias_name) { }
- public string Alias { get { throw null; } }
- public static void Error_GlobalNamespaceRedefined(Mono.CSharp.Report report, Mono.CSharp.Location loc) { }
- public System.Collections.Generic.List<string> FindExtensionMethodNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public System.Collections.Generic.List<string> FindTypeNamespaces(Mono.CSharp.IMemberContext ctx, string name, int arity) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public void RegisterNamespace(Mono.CSharp.Namespace child) { }
- }
- public partial class RuntimeExplicitAssign : Mono.CSharp.Assign
- {
- public RuntimeExplicitAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression ResolveConversions(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class RuntimeValueExpression : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IMemoryLocation
- {
- public RuntimeValueExpression(System.Dynamic.DynamicMetaObject obj, Mono.CSharp.TypeSpec type) { }
- public bool IsSuggestionOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Dynamic.DynamicMetaObject MetaObject { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool isCompound) { }
- public System.Linq.Expressions.Expression MakeAssignExpression(Mono.CSharp.BuilderContext ctx, Mono.CSharp.Expression source) { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public enum RuntimeVersion
- {
- v1 = 0,
- v2 = 1,
- v4 = 2,
- }
- public partial class SByteConstant : Mono.CSharp.IntegralConstant
- {
- public readonly sbyte Value;
- public SByteConstant(Mono.CSharp.BuiltinTypes types, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public SByteConstant(Mono.CSharp.TypeSpec type, sbyte v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SeekableStreamReader : System.IDisposable
- {
- public const int DefaultReadAheadSize = 2048;
- public SeekableStreamReader(System.IO.Stream stream, System.Text.Encoding encoding, char[] sharedBuffer=null) { }
- public int Position { get { throw null; } set { } }
- public void Dispose() { }
- public int Peek() { throw null; }
- public int Read() { throw null; }
- public char[] ReadChars(int fromPosition, int toPosition) { throw null; }
- }
- public abstract partial class ShimExpression : Mono.CSharp.Expression
- {
- protected Mono.CSharp.Expression expr;
- protected ShimExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class ShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly short Value;
- public ShortConstant(Mono.CSharp.BuiltinTypes types, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ShortConstant(Mono.CSharp.TypeSpec type, short v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class SideEffectConstant : Mono.CSharp.Constant
- {
- public readonly Mono.CSharp.Constant value;
- public SideEffectConstant(Mono.CSharp.Constant value, Mono.CSharp.Expression side_effect, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class SimpleAssign : Mono.CSharp.Assign
- {
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public SimpleAssign(Mono.CSharp.Expression target, Mono.CSharp.Expression source, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void MarkReachable(Mono.CSharp.Reachability rc) { }
- }
- public partial class SimpleMemberName
- {
- public Mono.CSharp.Location Location;
- public string Value;
- public SimpleMemberName(string name, Mono.CSharp.Location loc) { }
- }
- public partial class SimpleName : Mono.CSharp.ATypeNameExpression
- {
- public SimpleName(string name, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, Mono.CSharp.TypeArguments args, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public SimpleName(string name, int arity, Mono.CSharp.Location l) : base (default(string), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public void Error_NameDoesNotExist(Mono.CSharp.ResolveContext rc) { }
- protected virtual void Error_TypeOrNamespaceNotFound(Mono.CSharp.IMemberContext ctx) { }
- public Mono.CSharp.SimpleName GetMethodGroup() { throw null; }
- public bool IsPossibleType(Mono.CSharp.IMemberContext mc) { throw null; }
- public bool IsPossibleTypeOrNamespace(Mono.CSharp.IMemberContext mc) { throw null; }
- public override Mono.CSharp.Expression LookupNameExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression.MemberLookupRestrictions restrictions) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class SizeOf : Mono.CSharp.Expression
- {
- public SizeOf(Mono.CSharp.Expression queried_type, Mono.CSharp.Location l) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class SourceFile : System.IEquatable<Mono.CSharp.SourceFile>
- {
- public bool AutoGenerated;
- public readonly int Index;
- public readonly string Name;
- public readonly string OriginalFullPathName;
- public SourceFile(string name, string path, int index) { }
- public byte[] Checksum { get { throw null; } }
- public bool HasChecksum { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFileEntry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry CreateSymbolInfo(Mono.CompilerServices.SymbolWriter.MonoSymbolFile symwriter, System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool Equals(Mono.CSharp.SourceFile other) { throw null; }
- public string GetFullPathName(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> pathMap) { throw null; }
- public bool IsHiddenLocation(Mono.CSharp.Location loc) { throw null; }
- public void RegisterHiddenScope(Mono.CSharp.Location start, Mono.CSharp.Location end) { }
- public void SetChecksum(byte[] checksum) { }
- public void SetChecksum(byte[] algorithmGuid, byte[] checksum) { }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum SpecialConstraint
- {
- Class = 8,
- Constructor = 4,
- None = 0,
- Struct = 16,
- }
- public partial class SpecialContraintExpr : Mono.CSharp.FullNamedExpression
- {
- public SpecialContraintExpr(Mono.CSharp.SpecialConstraint constraint, Mono.CSharp.Location loc) { }
- public Mono.CSharp.SpecialConstraint Constraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class StackAlloc : Mono.CSharp.Expression
- {
- public StackAlloc(Mono.CSharp.Expression type, Mono.CSharp.Expression count, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression CountExpression { get { throw null; } }
- public Mono.CSharp.Expression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class StackFieldExpr : Mono.CSharp.FieldExpr, Mono.CSharp.IExpressionCleanup
- {
- public StackFieldExpr(Mono.CSharp.Field field) : base (default(Mono.CSharp.Location)) { }
- public bool AutomaticallyReuse { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool IsAvailableForReuse { get { throw null; } }
- public override void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- void Mono.CSharp.IExpressionCleanup.EmitCleanup(Mono.CSharp.EmitContext ec) { }
- public void PrepareCleanup(Mono.CSharp.EmitContext ec) { }
- }
- public abstract partial class StateMachine : Mono.CSharp.AnonymousMethodStorey
- {
- protected StateMachine(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition parent, Mono.CSharp.MemberBase host, Mono.CSharp.TypeParameters tparams, string name, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.ExplicitBlock), default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.MemberBase), default(Mono.CSharp.TypeParameters), default(string), default(Mono.CSharp.MemberKind)) { }
- public Mono.CSharp.TypeParameters OriginalTypeParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Field PC { get { throw null; } }
- public Mono.CSharp.StateMachineMethod StateMachineMethod { get { throw null; } }
- public void AddEntryMethod(Mono.CSharp.StateMachineMethod method) { }
- protected override bool DoDefineMembers() { throw null; }
- protected override string GetVariableMangledName(Mono.CSharp.ResolveContext rc, Mono.CSharp.LocalVariable local_info) { throw null; }
- public enum State
- {
- After = -1,
- Running = -3,
- Start = 0,
- Uninitialized = -2,
- }
- }
- public abstract partial class StateMachineInitializer : Mono.CSharp.AnonymousExpression
- {
- protected System.Reflection.Emit.LocalBuilder current_pc;
- public readonly Mono.CSharp.TypeDefinition Host;
- protected System.Reflection.Emit.Label move_next_error;
- protected System.Reflection.Emit.Label move_next_ok;
- protected System.Collections.Generic.List<Mono.CSharp.ResumableStatement> resume_points;
- protected Mono.CSharp.StateMachine storey;
- protected StateMachineInitializer(Mono.CSharp.ParametersBlock block, Mono.CSharp.TypeDefinition host, Mono.CSharp.TypeSpec returnType) : base (default(Mono.CSharp.ParametersBlock), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public System.Reflection.Emit.Label BodyEnd { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Reflection.Emit.LocalBuilder CurrentPC { get { throw null; } }
- public System.Reflection.Emit.LocalBuilder SkipFinally { get { throw null; } }
- public override Mono.CSharp.AnonymousMethodStorey Storey { get { throw null; } }
- public int AddResumePoint(Mono.CSharp.ResumableStatement stmt) { throw null; }
- protected virtual Mono.CSharp.BlockContext CreateBlockContext(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitLeave(Mono.CSharp.EmitContext ec, bool unwind_protect) { }
- protected virtual void EmitMoveNextEpilogue(Mono.CSharp.EmitContext ec) { }
- public virtual void InjectYield(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, int resume_pc, bool unwind_protect, System.Reflection.Emit.Label resume_point) { }
- public void SetStateMachine(Mono.CSharp.StateMachine stateMachine) { }
- }
- public partial class StateMachineMethod : Mono.CSharp.Method
- {
- public StateMachineMethod(Mono.CSharp.StateMachine host, Mono.CSharp.StateMachineInitializer expr, Mono.CSharp.FullNamedExpression returnType, Mono.CSharp.Modifiers mod, Mono.CSharp.MemberName name, Mono.CSharp.Block.Flags blockFlags) : base (default(Mono.CSharp.TypeDefinition), default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.Modifiers), default(Mono.CSharp.MemberName), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Attributes)) { }
- public override Mono.CSharp.EmitContext CreateEmitContext(System.Reflection.Emit.ILGenerator ig, Mono.CompilerServices.SymbolWriter.SourceMethodBuilder sourceMethod) { throw null; }
- }
- public abstract partial class Statement
- {
- public Mono.CSharp.Location loc;
- protected bool reachable;
- protected Statement() { }
- public bool IsUnreachable { get { throw null; } }
- public virtual object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected void CheckExitBoundaries(Mono.CSharp.BlockContext bc, Mono.CSharp.Block scope) { }
- public Mono.CSharp.Statement Clone(Mono.CSharp.CloneContext clonectx) { throw null; }
- protected abstract void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target);
- public virtual Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected abstract void DoEmit(Mono.CSharp.EmitContext ec);
- protected abstract bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc);
- public virtual void Emit(Mono.CSharp.EmitContext ec) { }
- protected void Error_FinallyClauseExit(Mono.CSharp.BlockContext bc) { }
- public bool FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public virtual Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public virtual bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementErrorExpression : Mono.CSharp.Statement
- {
- public StatementErrorExpression(Mono.CSharp.Expression expr) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class StatementExpression : Mono.CSharp.Statement
- {
- public StatementExpression(Mono.CSharp.ExpressionStatement expr) { }
- public StatementExpression(Mono.CSharp.ExpressionStatement expr, Mono.CSharp.Location loc) { }
- public Mono.CSharp.ExpressionStatement Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StatementList : Mono.CSharp.Statement
- {
- public StatementList(Mono.CSharp.Statement first, Mono.CSharp.Statement second) { }
- public System.Collections.Generic.IList<Mono.CSharp.Statement> Statements { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public void Add(Mono.CSharp.Statement statement) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class StreamReportPrinter : Mono.CSharp.ReportPrinter
- {
- public StreamReportPrinter(System.IO.TextWriter writer) { }
- public override void Print(Mono.CSharp.AbstractMessage msg, bool showFullPath) { }
- }
- public partial class StringConcat : Mono.CSharp.Expression
- {
- internal StringConcat() { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.StringConcat Create(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression left, Mono.CSharp.Expression right, Mono.CSharp.Location loc) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class StringConstant : Mono.CSharp.Constant
- {
- public StringConstant(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- protected StringConstant(Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public StringConstant(Mono.CSharp.TypeSpec type, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- public string Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override Mono.CSharp.Constant ConvertImplicitly(Mono.CSharp.TypeSpec type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override string GetValueAsLiteral() { throw null; }
- public override long GetValueAsLong() { throw null; }
- }
- public partial class StringLiteral : Mono.CSharp.StringConstant, Mono.CSharp.ILiteralConstant
- {
- public StringLiteral(Mono.CSharp.BuiltinTypes types, string s, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(string), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public sealed partial class Struct : Mono.CSharp.ClassOrStruct
- {
- public Struct(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public bool HasUnmanagedCheckDone { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- protected override bool DoDefineMembers() { throw null; }
- public override void Emit() { }
- public override bool IsUnmanagedType() { throw null; }
- protected override Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- }
- public abstract partial class StructuralVisitor
- {
- protected StructuralVisitor() { }
- public virtual object Visit(Mono.CSharp.AnonymousMethodExpression anonymousMethodExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Arglist argListExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArglistAccess argListAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayCreation arrayCreationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.ArrayInitializer arrayInitializer) { throw null; }
- public virtual object Visit(Mono.CSharp.As asExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Await awaitExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.BaseThis baseAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Binary binaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Block blockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockConstant blockConstantDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BlockVariable blockVariableDeclaration) { throw null; }
- public virtual object Visit(Mono.CSharp.BooleanExpression booleanExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Break breakStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Cast castExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Checked checkedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.CheckedExpr checkedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Class c) { }
- public virtual void Visit(Mono.CSharp.CompilationSourceFile csf) { }
- public virtual object Visit(Mono.CSharp.ComposedCast composedCast) { throw null; }
- public virtual object Visit(Mono.CSharp.CompoundAssign compoundAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.Conditional conditionalExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Const c) { }
- public virtual object Visit(Mono.CSharp.Constant constant) { throw null; }
- public virtual object Visit(Mono.CSharp.ConstInitializer constInitializer) { throw null; }
- public virtual void Visit(Mono.CSharp.Constructor c) { }
- public virtual object Visit(Mono.CSharp.Continue continueStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultParameterValueExpression defaultParameterValueExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.DefaultValueExpression defaultValueExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Delegate d) { }
- public virtual void Visit(Mono.CSharp.Destructor d) { }
- public virtual object Visit(Mono.CSharp.Do doStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.ElementAccess elementAccessExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpression emptyExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyExpressionStatement emptyExpressionStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.EmptyStatement emptyStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Enum e) { }
- public virtual void Visit(Mono.CSharp.EnumMember em) { }
- public virtual object Visit(Mono.CSharp.ErrorExpression errorExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.EventField e) { }
- public virtual void Visit(Mono.CSharp.EventProperty ep) { }
- public virtual object Visit(Mono.CSharp.Expression expression) { throw null; }
- public virtual void Visit(Mono.CSharp.Field f) { }
- public virtual object Visit(Mono.CSharp.Fixed fixedStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.FixedField f) { }
- public virtual object Visit(Mono.CSharp.For forStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Foreach foreachStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Goto gotoStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoCase gotoCase) { throw null; }
- public virtual object Visit(Mono.CSharp.GotoDefault gotoDefault) { throw null; }
- public virtual object Visit(Mono.CSharp.If ifStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.Indexer i) { }
- public virtual object Visit(Mono.CSharp.Indirection indirectionExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Interface i) { }
- public virtual object Visit(Mono.CSharp.Invocation invocationExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Is isExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.LabeledStatement labeledStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.LambdaExpression lambdaExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupBy groupBy) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.GroupJoin groupJoin) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Join join) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Let let) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByAscending orderByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.OrderByDescending orderByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryExpression queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.QueryStartClause queryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Select select) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.SelectMany selectMany) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByAscending thenByAscending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.ThenByDescending thenByDescending) { throw null; }
- public virtual object Visit(Mono.CSharp.Linq.Where where) { throw null; }
- public virtual object Visit(Mono.CSharp.LocalVariableReference localVariableReference) { throw null; }
- public virtual object Visit(Mono.CSharp.Lock lockStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.MakeRefExpr makeRefExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.MemberAccess memberAccess) { throw null; }
- public virtual void Visit(Mono.CSharp.MemberCore member) { }
- public virtual void Visit(Mono.CSharp.Method m) { }
- public virtual void Visit(Mono.CSharp.ModuleContainer module) { }
- public virtual void Visit(Mono.CSharp.NamespaceContainer ns) { }
- public virtual object Visit(Mono.CSharp.New newExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.NewAnonymousType newAnonymousType) { throw null; }
- public virtual object Visit(Mono.CSharp.NewInitialize newInitializeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Nullable.NullCoalescingOperator nullCoalescingOperator) { throw null; }
- public virtual void Visit(Mono.CSharp.Operator o) { }
- public virtual object Visit(Mono.CSharp.ParenthesizedExpression parenthesizedExpression) { throw null; }
- public virtual void Visit(Mono.CSharp.Property p) { }
- public virtual object Visit(Mono.CSharp.QualifiedAliasMember qualifiedAliasMember) { throw null; }
- public virtual object Visit(Mono.CSharp.RefTypeExpr refTypeExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.RefValueExpr refValueExpr) { throw null; }
- public virtual object Visit(Mono.CSharp.Return returnStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleAssign simpleAssign) { throw null; }
- public virtual object Visit(Mono.CSharp.SimpleName simpleName) { throw null; }
- public virtual object Visit(Mono.CSharp.SizeOf sizeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StackAlloc stackAllocExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Statement stmt) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementErrorExpression errorStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementExpression statementExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.StatementList statementList) { throw null; }
- public virtual void Visit(Mono.CSharp.Struct s) { }
- public virtual object Visit(Mono.CSharp.Switch switchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.SwitchLabel switchLabel) { throw null; }
- public virtual object Visit(Mono.CSharp.This thisExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Throw throwStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryCatch tryCatchStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TryFinally tryFinallyStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeExpression typeExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.TypeOf typeOfExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unary unaryExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.UnaryMutator unaryMutatorExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unchecked uncheckedStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.UnCheckedExpr uncheckedExpression) { throw null; }
- public virtual object Visit(Mono.CSharp.Unsafe unsafeStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Using usingStatement) { throw null; }
- public virtual void Visit(Mono.CSharp.UsingAliasNamespace uan) { }
- public virtual void Visit(Mono.CSharp.UsingExternAlias uea) { }
- public virtual void Visit(Mono.CSharp.UsingNamespace un) { }
- public virtual object Visit(Mono.CSharp.While whileStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.Yield yieldStatement) { throw null; }
- public virtual object Visit(Mono.CSharp.YieldBreak yieldBreakStatement) { throw null; }
- }
- public partial class Switch : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression Expr;
- public Mono.CSharp.TypeSpec SwitchType;
- public Switch(Mono.CSharp.Expression e, Mono.CSharp.ExplicitBlock block, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public Mono.CSharp.SwitchLabel ActiveLabel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ExplicitBlock Block { get { throw null; } }
- public Mono.CSharp.SwitchLabel DefaultLabel { get { throw null; } }
- public Mono.CSharp.VariableReference ExpressionValue { get { throw null; } }
- public bool IsNullable { get { throw null; } }
- public bool IsPatternMatching { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.SwitchLabel> RegisteredLabels { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- public static Mono.CSharp.TypeSpec[] CreateSwitchUserTypes(Mono.CSharp.ModuleContainer module, Mono.CSharp.TypeSpec nullable) { throw null; }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public Mono.CSharp.SwitchLabel FindLabel(Mono.CSharp.Constant value) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterGotoCase(Mono.CSharp.GotoCase gotoCase, Mono.CSharp.Constant value) { }
- public void RegisterLabel(Mono.CSharp.BlockContext rc, Mono.CSharp.SwitchLabel sl) { }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public override void SetEndReachable() { }
- }
- public abstract partial class SwitchGoto : Mono.CSharp.Statement
- {
- protected Mono.CSharp.Switch switch_statement;
- protected bool unwind_protect;
- protected SwitchGoto(Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected void Error_GotoCaseRequiresSwitchBlock(Mono.CSharp.BlockContext bc) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class SwitchLabel : Mono.CSharp.Statement
- {
- public SwitchLabel(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Constant Converted { get { throw null; } set { } }
- public bool IsDefault { get { throw null; } }
- public Mono.CSharp.Expression Label { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PatternMatching { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SectionStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void Error_AlreadyOccurs(Mono.CSharp.ResolveContext ec, Mono.CSharp.SwitchLabel collision_with) { }
- public System.Reflection.Emit.Label GetILLabel(Mono.CSharp.EmitContext ec) { throw null; }
- public string GetSignatureForError() { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public enum Target
- {
- Exe = 1,
- Library = 0,
- Module = 2,
- WinExe = 3,
- }
- public partial class TemporaryVariableReference : Mono.CSharp.VariableReference
- {
- public TemporaryVariableReference(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public Mono.CSharp.LocalVariable LocalInfo { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public static Mono.CSharp.TemporaryVariableReference Create(Mono.CSharp.TypeSpec type, Mono.CSharp.Block block, Mono.CSharp.Location loc, bool writeToSymbolFile=false) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source) { }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public override void SetHasAddressTaken() { }
- public partial class Declarator : Mono.CSharp.Statement
- {
- public Declarator(Mono.CSharp.TemporaryVariableReference variable) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- }
- public partial class This : Mono.CSharp.VariableReference
- {
- protected Mono.CSharp.VariableInfo variable_info;
- public This(Mono.CSharp.Location loc) { }
- public override bool IsFixed { get { throw null; } }
- public override bool IsLockedByStatement { get { throw null; } set { } }
- public override bool IsRef { get { throw null; } }
- public override bool IsSideEffectFree { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override Mono.CSharp.ILocalVariable Variable { get { throw null; } }
- public override Mono.CSharp.VariableInfo VariableInfo { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override bool Equals(object obj) { throw null; }
- protected virtual void Error_ThisNotAvailable(Mono.CSharp.ResolveContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public override Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae) { throw null; }
- public static bool IsThisAvailable(Mono.CSharp.ResolveContext ec, bool ignoreAnonymous) { throw null; }
- public virtual void ResolveBase(Mono.CSharp.ResolveContext ec) { }
- public override void SetHasAddressTaken() { }
- }
- public partial class Throw : Mono.CSharp.Statement
- {
- public Throw(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class Tokenizer
- {
- public bool CompleteOnEOF;
- public const int DocumentationXref = 1048579;
- public const int EvalCompilationUnitParserCharacter = 1048577;
- public const int EvalStatementParserCharacter = 1048576;
- public const int EvalUsingDeclarationsParserCharacter = 1048578;
- public const int MaxIdentifierLength = 512;
- public const int MaxNumberLength = 512;
- public bool parsing_attribute_section;
- public int parsing_block;
- public bool parsing_catch_when;
- public int parsing_declaration;
- public bool parsing_generic_declaration;
- public bool parsing_generic_declaration_doc;
- public bool parsing_interpolation_format;
- public bool parsing_modifiers;
- public int parsing_type;
- public Tokenizer(Mono.CSharp.SeekableStreamReader input, Mono.CSharp.CompilationSourceFile file, Mono.CSharp.ParserSession session, Mono.CSharp.Report report) { }
- public bool ConstraintsParsing { get { throw null; } set { } }
- public Mono.CSharp.XmlCommentState doc_state { get { throw null; } set { } }
- public bool EventParsing { get { throw null; } set { } }
- public int Line { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public bool PropertyParsing { get { throw null; } set { } }
- public object Value { get { throw null; } }
- public bool advance() { throw null; }
- public void check_incorrect_doc_comment() { }
- public void cleanup() { }
- public string consume_doc_comment() { throw null; }
- public void DiscardPosition() { }
- public bool IsEscapedIdentifier(Mono.CSharp.ATypeNameExpression name) { throw null; }
- public static bool IsKeyword(string s) { throw null; }
- public static bool IsValidIdentifier(string s) { throw null; }
- public int peek_token() { throw null; }
- public void PopPosition() { }
- public void PushPosition() { }
- public void putback(int c) { }
- public int token() { throw null; }
- public object value() { throw null; }
- public int xtoken() { throw null; }
- public partial class LocatedTokenBuffer
- {
- public int pos;
- public LocatedTokenBuffer() { }
- public LocatedTokenBuffer(Mono.CSharp.LocatedToken[] buffer) { }
- public Mono.CSharp.LocatedToken Create(Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- public Mono.CSharp.LocatedToken Create(string value, Mono.CSharp.SourceFile file, int row, int column) { throw null; }
- [System.Diagnostics.ConditionalAttribute("FULL_AST")]
- public void CreateOptional(Mono.CSharp.SourceFile file, int row, int col, ref object token) { }
- }
- public enum PreprocessorDirective
- {
- CustomArgumentsParsing = 1024,
- Define = 2055,
- Elif = 2053,
- Else = 6,
- Endif = 4,
- Endregion = 2,
- Error = 9,
- If = 2051,
- Invalid = 0,
- Line = 1036,
- Pragma = 1035,
- Region = 1,
- RequiresArgument = 2048,
- Undef = 2056,
- Warning = 10,
- }
- }
- public partial class ToplevelBlock : Mono.CSharp.ParametersBlock
- {
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.CompilerContext ctx, Mono.CSharp.ParametersCompiled parameters, Mono.CSharp.Location start, Mono.CSharp.Block.Flags flags=(Mono.CSharp.Block.Flags)(0)) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public ToplevelBlock(Mono.CSharp.ParametersBlock source, Mono.CSharp.ParametersCompiled parameters) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public bool IsIterator { get { throw null; } set { } }
- public Mono.CSharp.Report Report { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.ExplicitBlock> ThisReferencesFromChildrenBlock { get { throw null; } }
- public Mono.CSharp.LocalVariable ThisVariable { get { throw null; } }
- public void AddLabel(string name, Mono.CSharp.LabeledStatement label) { }
- public void AddLocalName(string name, Mono.CSharp.INamedBlockVariable li, bool ignoreChildrenBlocks) { }
- public void AddThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public void AddThisVariable(Mono.CSharp.BlockContext bc) { }
- public override void CheckControlExit(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.DefiniteAssignmentBitSet dat) { }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public Mono.CSharp.Arguments GetAllParametersArguments() { throw null; }
- public bool GetLocalName(string name, Mono.CSharp.Block block, ref Mono.CSharp.INamedBlockVariable variable) { throw null; }
- public System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> GetUndeclaredVariables() { throw null; }
- public void IncludeBlock(Mono.CSharp.ParametersBlock pb, Mono.CSharp.ToplevelBlock block) { }
- public void RemoveThisReferenceFromChildrenBlock(Mono.CSharp.ExplicitBlock block) { }
- public bool Resolve(Mono.CSharp.BlockContext bc, Mono.CSharp.IMethodData md) { throw null; }
- public void SetUndeclaredVariables(System.Collections.Generic.HashSet<Mono.CSharp.LocalVariable> undeclaredVariables) { }
- }
- public partial class TryCatch : Mono.CSharp.ExceptionStatement
- {
- public Mono.CSharp.Block Block;
- public TryCatch(Mono.CSharp.Block block, System.Collections.Generic.List<Mono.CSharp.Catch> catch_clauses, Mono.CSharp.Location l, bool inside_try_finally) : base (default(Mono.CSharp.Location)) { }
- public System.Collections.Generic.List<Mono.CSharp.Catch> Clauses { get { throw null; } }
- public bool HasClauseWithAwait { get { throw null; } }
- public bool IsTryCatchFinally { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TryFinally : Mono.CSharp.TryFinallyBlock
- {
- public TryFinally(Mono.CSharp.Statement stmt, Mono.CSharp.ExplicitBlock fini, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.ExplicitBlock FinallyBlock { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- public static System.Reflection.Emit.Label EmitRedirectedJump(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, System.Reflection.Emit.Label label, Mono.CSharp.Block labelBlock, bool unwindProtect) { throw null; }
- public static System.Reflection.Emit.Label EmitRedirectedReturn(Mono.CSharp.EmitContext ec, Mono.CSharp.AsyncInitializer initializer, bool unwindProtect) { throw null; }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public void RegisterForControlExitCheck(Mono.CSharp.DefiniteAssignmentBitSet vector) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public abstract partial class TryFinallyBlock : Mono.CSharp.ExceptionStatement
- {
- protected Mono.CSharp.Statement stmt;
- protected TryFinallyBlock(Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Statement Statement { get { throw null; } }
- protected sealed override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected virtual bool EmitBeginFinallyBlock(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract void EmitFinallyBody(Mono.CSharp.EmitContext ec);
- public override void EmitForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.LocalBuilder pc, System.Reflection.Emit.Label end, bool have_dispatcher) { }
- protected abstract void EmitTryBody(Mono.CSharp.EmitContext ec);
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override System.Reflection.Emit.Label PrepareForDispose(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label end) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class TypeArguments
- {
- public TypeArguments(params Mono.CSharp.FullNamedExpression[] types) { }
- public Mono.CSharp.TypeSpec[] Arguments { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public virtual bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> TypeExpressions { get { throw null; } }
- public void Add(Mono.CSharp.FullNamedExpression type) { }
- public Mono.CSharp.TypeArguments Clone() { throw null; }
- public string GetSignatureForError() { throw null; }
- public virtual bool Resolve(Mono.CSharp.IMemberContext ec, bool allowUnbound) { throw null; }
- }
- public abstract partial class TypeCast : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Expression child;
- protected TypeCast(Mono.CSharp.Expression child, Mono.CSharp.TypeSpec return_type) { }
- public Mono.CSharp.Expression Child { get { throw null; } }
- public override bool IsNull { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public abstract partial class TypeContainer : Mono.CSharp.MemberCore
- {
- protected System.Collections.Generic.List<Mono.CSharp.TypeContainer> containers;
- protected System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> defined_names;
- protected bool is_defined;
- public readonly Mono.CSharp.MemberKind Kind;
- protected TypeContainer(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public System.Collections.Generic.IList<Mono.CSharp.TypeContainer> Containers { get { throw null; } }
- public int CounterAnonymousContainers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterAnonymousMethods { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int CounterSwitchTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public System.Collections.Generic.Dictionary<string, Mono.CSharp.MemberCore> DefinedNames { get { throw null; } }
- public Mono.CSharp.TypeDefinition PartialContainer { get { throw null; } protected set { } }
- public Mono.CSharp.Attributes UnattachedAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void AddCompilerGeneratedClass(Mono.CSharp.CompilerGeneratedContainer c) { }
- public virtual void AddPartial(Mono.CSharp.TypeDefinition next_part) { }
- protected void AddPartial(Mono.CSharp.TypeDefinition next_part, Mono.CSharp.TypeDefinition existing) { }
- public virtual void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected virtual void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public virtual void CloseContainer() { }
- public virtual bool CreateContainer() { throw null; }
- public virtual void CreateMetadataName(System.Text.StringBuilder sb) { }
- public override bool Define() { throw null; }
- public virtual bool DefineContainer() { throw null; }
- protected virtual void DefineNamespace() { }
- protected virtual void DoDefineContainer() { }
- public virtual void EmitContainer() { }
- protected void Error_MissingPartialModifier(Mono.CSharp.MemberCore type) { }
- public virtual void ExpandBaseInterfaces() { }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public virtual string GetSignatureForMetadata() { throw null; }
- public virtual void PrepareEmit() { }
- public virtual void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- public virtual void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- }
- public abstract partial class TypeDefinition : Mono.CSharp.TypeContainer, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public int AnonymousMethodsCounter;
- protected Mono.CSharp.TypeSpec base_type;
- public const string DefaultIndexerName = "Item";
- public int DynamicSitesCounter;
- protected Mono.CSharp.FieldBase first_nonstatic_field;
- protected bool has_static_constructor;
- protected Mono.CSharp.TypeSpec[] iface_exprs;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_fields;
- protected System.Collections.Generic.List<Mono.CSharp.FieldInitializer> initialized_static_fields;
- public int MethodGroupsCounter;
- protected Mono.CSharp.TypeSpec spec;
- public System.Reflection.Emit.TypeBuilder TypeBuilder;
- protected System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> type_bases;
- protected TypeDefinition(Mono.CSharp.TypeContainer parent, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.MemberKind kind) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes), default(Mono.CSharp.MemberKind)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.TypeSpec BaseType { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> BaseTypeExpressions { get { throw null; } }
- public override Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public override Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public virtual Mono.CSharp.AssemblyDefinition DeclaringAssembly { get { throw null; } }
- public Mono.CSharp.TypeSpec Definition { get { throw null; } }
- public override string DocComment { get { throw null; } set { } }
- public override string DocCommentHeader { get { throw null; } }
- public bool HasEquals { get { throw null; } }
- public bool HasExplicitLayout { get { throw null; } set { } }
- public bool HasGetHashCode { get { throw null; } }
- public bool HasInstanceConstructor { get { throw null; } set { } }
- public bool HasMembersDefined { get { throw null; } }
- public bool HasOperators { get { throw null; } set { } }
- public bool HasStaticFieldInitializer { get { throw null; } set { } }
- public bool HasStructLayout { get { throw null; } set { } }
- public Mono.CSharp.TypeSpec[] Interfaces { get { throw null; } }
- public bool IsComImport { get { throw null; } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsPartial { get { throw null; } }
- public bool IsTopLevel { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } }
- public System.Collections.Generic.List<Mono.CSharp.MemberCore> Members { get { throw null; } }
- Mono.CSharp.IAssemblyDefinition Mono.CSharp.ITypeDefinition.DeclaringAssembly { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- string Mono.CSharp.ITypeDefinition.Namespace { get { throw null; } }
- Mono.CSharp.TypeParameterSpec[] Mono.CSharp.ITypeDefinition.TypeParameters { get { throw null; } }
- public Mono.CSharp.PendingImplementation PendingImplementations { get { throw null; } }
- public Mono.CSharp.Arguments PrimaryConstructorBaseArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.Location PrimaryConstructorBaseArgumentsStart { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CSharp.ParametersCompiled PrimaryConstructorParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected virtual System.Reflection.TypeAttributes TypeAttr { get { throw null; } }
- public Mono.CSharp.TypeParameters TypeParametersAll { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public override void Accept(Mono.CSharp.StructuralVisitor visitor) { }
- public void AddConstructor(Mono.CSharp.Constructor c) { }
- public void AddConstructor(Mono.CSharp.Constructor c, bool isDefault) { }
- public bool AddField(Mono.CSharp.FieldBase field) { throw null; }
- public void AddIndexer(Mono.CSharp.Indexer i) { }
- public void AddMember(Mono.CSharp.MemberCore symbol) { }
- public virtual void AddNameToContainer(Mono.CSharp.MemberCore symbol, string name) { }
- public void AddOperator(Mono.CSharp.Operator op) { }
- public void AddPartialPart(Mono.CSharp.TypeDefinition part) { }
- public override void AddTypeContainer(Mono.CSharp.TypeContainer tc) { }
- protected override void AddTypeContainerMember(Mono.CSharp.TypeContainer tc) { }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public override void CloseContainer() { }
- public override bool CreateContainer() { throw null; }
- public Mono.CSharp.MethodSpec CreateHoistedBaseCallProxy(Mono.CSharp.ResolveContext rc, Mono.CSharp.MethodSpec method) { throw null; }
- public override void CreateMetadataName(System.Text.StringBuilder sb) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder CreateMethodSymbolEntry() { throw null; }
- public sealed override bool Define() { throw null; }
- protected bool DefineBaseTypes() { throw null; }
- protected override void DoDefineContainer() { }
- protected virtual bool DoDefineMembers() { throw null; }
- public void DoExpandBaseInterfaces() { }
- protected virtual bool DoResolveTypeParameters() { throw null; }
- public override void Emit() { }
- public sealed override void EmitContainer() { }
- public override void ExpandBaseInterfaces() { }
- public static string FilterNestedName(string name) { throw null; }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.CompilationSourceFile GetCompilationSourceFile() { throw null; }
- public override string GetSignatureForMetadata() { throw null; }
- public bool IsBaseTypeDefinition(Mono.CSharp.TypeSpec baseType) { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public virtual bool IsUnmanagedType() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- public override Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- public void Mark_HasEquals() { }
- public void Mark_HasGetHashCode() { }
- public bool MethodModifiersValid(Mono.CSharp.MemberCore mc) { throw null; }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public override void PrepareEmit() { }
- public void RegisterFieldForInitialization(Mono.CSharp.MemberCore field, Mono.CSharp.FieldInitializer expression) { }
- public override void RemoveContainer(Mono.CSharp.TypeContainer cont) { }
- protected virtual Mono.CSharp.TypeSpec[] ResolveBaseTypes(out Mono.CSharp.FullNamedExpression base_class) { base_class = default(Mono.CSharp.FullNamedExpression); throw null; }
- public void ResolveFieldInitializers(Mono.CSharp.BlockContext ec) { }
- public virtual void SetBaseTypes(System.Collections.Generic.List<Mono.CSharp.FullNamedExpression> baseTypes) { }
- public void SetPredefinedSpec(Mono.CSharp.BuiltinTypeSpec spec) { }
- protected override bool VerifyClsCompliance() { throw null; }
- public bool VerifyImplements(Mono.CSharp.InterfaceMemberBase mb) { throw null; }
- public override void VerifyMembers() { }
- public override void WriteDebugSymbol(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct BaseContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public BaseContext(Mono.CSharp.TypeContainer tc) { throw null;}
- public Mono.CSharp.CompilerContext Compiler { get { throw null; } }
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public abstract partial class TypeExpr : Mono.CSharp.FullNamedExpression
- {
- protected TypeExpr() { }
- protected sealed override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public sealed override Mono.CSharp.FullNamedExpression ResolveAsTypeOrNamespace(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments) { throw null; }
- }
- public partial class TypeExpression : Mono.CSharp.TypeExpr
- {
- public TypeExpression(Mono.CSharp.TypeSpec t, Mono.CSharp.Location l) { }
- public sealed override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext mc, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public static partial class TypeExtensions
- {
- public static string GetNamespace(this System.Type t) { throw null; }
- }
- public partial class TypeInferenceContext
- {
- public TypeInferenceContext() { }
- public TypeInferenceContext(Mono.CSharp.TypeSpec[] typeArguments) { }
- public Mono.CSharp.TypeSpec[] InferredTypeArguments { get { throw null; } }
- public bool UnfixedVariableExists { get { throw null; } }
- public void AddCommonTypeBound(Mono.CSharp.TypeSpec type) { }
- public void AddCommonTypeBoundAsync(Mono.CSharp.TypeSpec type) { }
- public int ExactInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public bool FixAllTypes(Mono.CSharp.ResolveContext ec) { throw null; }
- public bool FixDependentTypes(Mono.CSharp.ResolveContext ec, ref bool fixed_any) { throw null; }
- public bool FixIndependentTypeArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec[] methodParameters, ref bool fixed_any) { throw null; }
- public bool FixType(Mono.CSharp.ResolveContext ec, int i) { throw null; }
- public bool HasBounds(int pos) { throw null; }
- public Mono.CSharp.TypeSpec InflateGenericArgument(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec parameter) { throw null; }
- public bool IsReturnTypeNonDependent(Mono.CSharp.MethodSpec invoke, Mono.CSharp.TypeSpec returnType) { throw null; }
- public int LowerBoundInference(Mono.CSharp.TypeSpec u, Mono.CSharp.TypeSpec v) { throw null; }
- public int OutputTypeInference(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, Mono.CSharp.TypeSpec t) { throw null; }
- protected enum BoundKind
- {
- Exact = 0,
- Lower = 1,
- Upper = 2,
- }
- }
- public partial class TypeInfo
- {
- internal TypeInfo() { }
- public readonly bool IsStruct;
- public readonly int Length;
- public readonly int Offset;
- public Mono.CSharp.TypeInfo[] SubStructInfo;
- public readonly int TotalLength;
- public int GetFieldIndex(string name) { throw null; }
- public Mono.CSharp.TypeInfo GetStructField(string name) { throw null; }
- public static Mono.CSharp.TypeInfo GetTypeInfo(Mono.CSharp.TypeSpec type, Mono.CSharp.IMemberContext context) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.VariableInfo vi, Mono.CSharp.Location loc) { throw null; }
- public static void Reset() { }
- public override string ToString() { throw null; }
- }
- public partial class TypeOf : Mono.CSharp.Expression
- {
- public TypeOf(Mono.CSharp.FullNamedExpression queried_type, Mono.CSharp.Location l) { }
- public TypeOf(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override bool IsSideEffectFree { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeArgument { get { throw null; } }
- public Mono.CSharp.FullNamedExpression TypeExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- }
- public partial class TypeParameter : Mono.CSharp.MemberCore, Mono.CSharp.IMemberDefinition, Mono.CSharp.ITypeDefinition
- {
- public TypeParameter(Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs, Mono.CSharp.VarianceDecl variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(Mono.CSharp.TypeParameterSpec spec, Mono.CSharp.TypeSpec parentSpec, Mono.CSharp.MemberName name, Mono.CSharp.Attributes attrs) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public TypeParameter(int index, Mono.CSharp.MemberName name, Mono.CSharp.Constraints constraints, Mono.CSharp.Attributes attrs, Mono.CSharp.Variance Variance) : base (default(Mono.CSharp.TypeContainer), default(Mono.CSharp.MemberName), default(Mono.CSharp.Attributes)) { }
- public override System.AttributeTargets AttributeTargets { get { throw null; } }
- public Mono.CSharp.Constraints Constraints { get { throw null; } set { } }
- public Mono.CSharp.IAssemblyDefinition DeclaringAssembly { get { throw null; } }
- public override string DocCommentHeader { get { throw null; } }
- public bool IsMethodTypeParameter { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsComImport { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsCyclicTypeForwarder { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsPartial { get { throw null; } }
- bool Mono.CSharp.ITypeDefinition.IsTypeForwarder { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec Type { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public int TypeParametersCount { get { throw null; } }
- public override string[] ValidAttributeTargets { get { throw null; } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public Mono.CSharp.VarianceDecl VarianceDecl { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool AddPartialConstraints(Mono.CSharp.TypeDefinition part, Mono.CSharp.TypeParameter tp) { throw null; }
- public override void ApplyAttributeBuilder(Mono.CSharp.Attribute a, Mono.CSharp.MethodSpec ctor, byte[] cdata, Mono.CSharp.PredefinedAttributes pa) { }
- public void CheckGenericConstraints(bool obsoleteCheck) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, Mono.CSharp.TypeContainer parent) { }
- public Mono.CSharp.TypeParameter CreateHoistedCopy(Mono.CSharp.TypeSpec declaringSpec) { throw null; }
- public override bool Define() { throw null; }
- public void Define(Mono.CSharp.TypeParameter tp) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder type) { }
- public override void Emit() { }
- public void EmitConstraints(System.Reflection.Emit.GenericTypeParameterBuilder builder) { }
- public void ErrorInvalidVariance(Mono.CSharp.IMemberContext mc, Mono.CSharp.Variance expected) { }
- public Mono.CSharp.TypeSpec GetAttributeCoClass() { throw null; }
- public string GetAttributeDefaultMember() { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public override string GetSignatureForDocumentation() { throw null; }
- public override string GetSignatureForError() { throw null; }
- public override bool IsClsComplianceRequired() { throw null; }
- public void LoadMembers(Mono.CSharp.TypeSpec declaringType, bool onlyTypes, ref Mono.CSharp.MemberCache cache) { }
- bool Mono.CSharp.ITypeDefinition.IsInternalAsPublic(Mono.CSharp.IAssemblyDefinition assembly) { throw null; }
- public bool ResolveConstraints(Mono.CSharp.IMemberContext context) { throw null; }
- public new void VerifyClsCompliance() { }
- public void WarningParentNameConflict(Mono.CSharp.TypeParameter conflict) { }
- }
- public partial class TypeParameterExpr : Mono.CSharp.TypeExpression
- {
- public TypeParameterExpr(Mono.CSharp.TypeParameter type_parameter, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypeParameterInflator
- {
- public TypeParameterInflator(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec type, Mono.CSharp.TypeParameterSpec[] tparams, Mono.CSharp.TypeSpec[] targs) { throw null;}
- public TypeParameterInflator(Mono.CSharp.TypeParameterInflator nested, Mono.CSharp.TypeSpec type) { throw null;}
- public Mono.CSharp.IModuleContext Context { get { throw null; } }
- public Mono.CSharp.TypeSpec TypeInstance { get { throw null; } }
- public Mono.CSharp.TypeParameterSpec[] TypeParameters { get { throw null; } }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Inflate(Mono.CSharp.TypeSpec type) { throw null; }
- }
- public partial class TypeParameterMutator
- {
- public TypeParameterMutator(Mono.CSharp.TypeParameters mvar, Mono.CSharp.TypeParameters var) { }
- public TypeParameterMutator(Mono.CSharp.TypeParameterSpec[] srcVar, Mono.CSharp.TypeParameters destVar) { }
- public Mono.CSharp.TypeParameters MethodTypeParameters { get { throw null; } }
- public static Mono.CSharp.TypeSpec GetMemberDeclaringType(Mono.CSharp.TypeSpec type) { throw null; }
- public Mono.CSharp.TypeParameterSpec Mutate(Mono.CSharp.TypeParameterSpec tp) { throw null; }
- public Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeSpec ts) { throw null; }
- public Mono.CSharp.TypeSpec[] Mutate(Mono.CSharp.TypeSpec[] targs) { throw null; }
- }
- public partial class TypeParameters
- {
- public TypeParameters() { }
- public TypeParameters(int count) { }
- public int Count { get { throw null; } }
- public Mono.CSharp.TypeParameter this[int index] { get { throw null; } set { } }
- public Mono.CSharp.TypeParameterSpec[] Types { get { throw null; } }
- public void Add(Mono.CSharp.TypeParameter tparam) { }
- public void Add(Mono.CSharp.TypeParameters tparams) { }
- public void CheckPartialConstraints(Mono.CSharp.Method part) { }
- public void Create(Mono.CSharp.TypeSpec declaringType, int parentOffset, Mono.CSharp.TypeContainer parent) { }
- public void Define(System.Reflection.Emit.GenericTypeParameterBuilder[] builders) { }
- public Mono.CSharp.TypeParameter Find(string name) { throw null; }
- public string[] GetAllNames() { throw null; }
- public string GetSignatureForError() { throw null; }
- public void UpdateConstraints(Mono.CSharp.TypeDefinition part) { }
- public void VerifyClsCompliance() { }
- }
- [System.Diagnostics.DebuggerDisplayAttribute("{DisplayDebugInfo()}")]
- public partial class TypeParameterSpec : Mono.CSharp.TypeSpec
- {
- public static readonly new Mono.CSharp.TypeParameterSpec[] EmptyTypes;
- public TypeParameterSpec(Mono.CSharp.TypeSpec declaringType, int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public TypeParameterSpec(int index, Mono.CSharp.ITypeDefinition definition, Mono.CSharp.SpecialConstraint spec, Mono.CSharp.Variance variance, System.Type info) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.ITypeDefinition), default(System.Type), default(Mono.CSharp.Modifiers)) { }
- public int DeclaredPosition { get { throw null; } set { } }
- public bool HasAnyTypeConstraint { get { throw null; } }
- public bool HasSpecialClass { get { throw null; } }
- public bool HasSpecialConstructor { get { throw null; } }
- public bool HasSpecialStruct { get { throw null; } }
- public bool HasTypeConstraint { get { throw null; } }
- public Mono.CSharp.MemberCache InterfaceCache { get { throw null; } }
- public override System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } }
- public Mono.CSharp.TypeSpec[] InterfacesDefined { get { throw null; } set { } }
- public bool IsConstrained { get { throw null; } }
- public bool IsMethodOwned { get { throw null; } }
- public bool IsReferenceType { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.CSharp.SpecialConstraint SpecialConstraint { get { throw null; } set { } }
- public new Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } set { } }
- public Mono.CSharp.Variance Variance { get { throw null; } }
- public string DisplayDebugInfo() { throw null; }
- public Mono.CSharp.TypeSpec GetEffectiveBase() { throw null; }
- public override string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public static bool HasAnyTypeParameterConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public static bool HasAnyTypeParameterTypeConstrained(Mono.CSharp.IGenericMethodDefinition md) { throw null; }
- public bool HasDependencyOn(Mono.CSharp.TypeSpec type) { throw null; }
- public bool HasSameConstraintsDefinition(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public bool HasSameConstraintsImplementation(Mono.CSharp.TypeParameterSpec other) { throw null; }
- public void InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec tps) { }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints(Mono.CSharp.TypeParameterInflator inflator, Mono.CSharp.TypeParameterSpec[] tparams) { throw null; }
- public static Mono.CSharp.TypeParameterSpec[] InflateConstraints<T>(Mono.CSharp.TypeParameterSpec[] tparams, System.Func<T, Mono.CSharp.TypeParameterInflator> inflatorFactory, T arg) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected override void InitializeMemberCache(bool onlyTypes) { }
- public bool IsConvertibleToInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public override Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- }
- public partial class TypeSpec : Mono.CSharp.MemberSpec
- {
- protected Mono.CSharp.MemberCache cache;
- public static readonly Mono.CSharp.TypeSpec[] EmptyTypes;
- protected System.Collections.Generic.IList<Mono.CSharp.TypeSpec> ifaces;
- protected System.Type info;
- public TypeSpec(Mono.CSharp.MemberKind kind, Mono.CSharp.TypeSpec declaringType, Mono.CSharp.ITypeDefinition definition, System.Type info, Mono.CSharp.Modifiers modifiers) : base (default(Mono.CSharp.MemberKind), default(Mono.CSharp.TypeSpec), default(Mono.CSharp.IMemberDefinition), default(Mono.CSharp.Modifiers)) { }
- public override int Arity { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec BaseType { get { throw null; } set { } }
- public virtual Mono.CSharp.BuiltinTypeSpec.Type BuiltinType { get { throw null; } }
- public bool HasDynamicElement { get { throw null; } }
- public virtual System.Collections.Generic.IList<Mono.CSharp.TypeSpec> Interfaces { get { throw null; } set { } }
- public bool IsArray { get { throw null; } }
- public virtual bool IsArrayGenericInterface { get { throw null; } set { } }
- public bool IsAttribute { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsConstantCompatible { get { throw null; } }
- public bool IsDelegate { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public virtual bool IsExpressionTreeType { get { throw null; } set { } }
- public bool IsGenericOrParentIsGeneric { get { throw null; } }
- public bool IsGenericParameter { get { throw null; } }
- public virtual bool IsGenericTask { get { throw null; } set { } }
- public bool IsInterface { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public virtual bool IsNullableType { get { throw null; } set { } }
- public bool IsPointer { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSpecialRuntimeType { get { throw null; } set { } }
- public bool IsStruct { get { throw null; } }
- public bool IsStructOrEnum { get { throw null; } }
- public bool IsTypeBuilder { get { throw null; } }
- public bool IsUnmanaged { get { throw null; } }
- public Mono.CSharp.MemberCache MemberCache { get { throw null; } set { } }
- public Mono.CSharp.MemberCache MemberCacheTypes { get { throw null; } }
- public new Mono.CSharp.ITypeDefinition MemberDefinition { get { throw null; } }
- public virtual Mono.CSharp.TypeSpec[] TypeArguments { get { throw null; } }
- public virtual bool AddInterface(Mono.CSharp.TypeSpec iface) { throw null; }
- public bool AddInterfaceDefined(Mono.CSharp.TypeSpec iface) { throw null; }
- public static Mono.CSharp.TypeSpec[] GetAllTypeArguments(Mono.CSharp.TypeSpec type) { throw null; }
- public System.AttributeUsageAttribute GetAttributeUsage(Mono.CSharp.PredefinedAttribute pa) { throw null; }
- public virtual Mono.CSharp.TypeSpec GetDefinition() { throw null; }
- public virtual System.Type GetMetaInfo() { throw null; }
- public sealed override string GetSignatureForDocumentation() { throw null; }
- public virtual string GetSignatureForDocumentation(bool explicitName) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public string GetSignatureForErrorIncludingAssemblyName() { throw null; }
- protected virtual string GetTypeNameSignature() { throw null; }
- public bool ImplementsInterface(Mono.CSharp.TypeSpec iface, bool variantly) { throw null; }
- public override Mono.CSharp.MemberSpec InflateMember(Mono.CSharp.TypeParameterInflator inflator) { throw null; }
- protected virtual void InitializeMemberCache(bool onlyTypes) { }
- public static bool IsBaseClass(Mono.CSharp.TypeSpec type, Mono.CSharp.TypeSpec baseClass, bool dynamicIsObject) { throw null; }
- public static bool IsNonNullableValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsReferenceType(Mono.CSharp.TypeSpec t) { throw null; }
- public static bool IsValueType(Mono.CSharp.TypeSpec t) { throw null; }
- public Mono.CSharp.InflatedTypeSpec MakeGenericType(Mono.CSharp.IModuleContext context, Mono.CSharp.TypeSpec[] targs) { throw null; }
- public virtual Mono.CSharp.TypeSpec Mutate(Mono.CSharp.TypeParameterMutator mutator) { throw null; }
- public override System.Collections.Generic.List<Mono.CSharp.MissingTypeSpecReference> ResolveMissingDependencies(Mono.CSharp.MemberSpec caller) { throw null; }
- public void SetExtensionMethodContainer() { }
- public void SetMetaInfo(System.Type info) { }
- public void UpdateInflatedInstancesBaseType() { }
- }
- public partial class UIntConstant : Mono.CSharp.IntegralConstant
- {
- public readonly uint Value;
- public UIntConstant(Mono.CSharp.BuiltinTypes types, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UIntConstant(Mono.CSharp.TypeSpec type, uint v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class UIntLiteral : Mono.CSharp.UIntConstant, Mono.CSharp.ILiteralConstant
- {
- public UIntLiteral(Mono.CSharp.BuiltinTypes types, uint l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(uint), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ULongConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ulong Value;
- public ULongConstant(Mono.CSharp.BuiltinTypes types, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public ULongConstant(Mono.CSharp.TypeSpec type, ulong v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class ULongLiteral : Mono.CSharp.ULongConstant, Mono.CSharp.ILiteralConstant
- {
- public ULongLiteral(Mono.CSharp.BuiltinTypes types, ulong l, Mono.CSharp.Location loc) : base (default(Mono.CSharp.BuiltinTypes), default(ulong), default(Mono.CSharp.Location)) { }
- public override bool IsLiteral { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Unary : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public readonly Mono.CSharp.Unary.Operator Oper;
- public Unary(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[][] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- protected void EmitOperator(Mono.CSharp.EmitContext ec, Mono.CSharp.TypeSpec type) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public static void Error_Ambiguous(Mono.CSharp.ResolveContext rc, string oper, Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override void FlowAnalysisConditional(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.Unary.Operator oper) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- protected virtual Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- public enum Operator : byte
- {
- AddressOf = (byte)4,
- LogicalNot = (byte)2,
- OnesComplement = (byte)3,
- TOP = (byte)5,
- UnaryNegation = (byte)1,
- UnaryPlus = (byte)0,
- }
- }
- public partial class UnaryMutator : Mono.CSharp.ExpressionStatement
- {
- protected Mono.CSharp.Expression expr;
- public UnaryMutator(Mono.CSharp.UnaryMutator.Mode m, Mono.CSharp.Expression e, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public override Mono.CSharp.Location StartLocation { get { throw null; } }
- public Mono.CSharp.UnaryMutator.Mode UnaryMutatorMode { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.TypeSpec[] CreatePredefinedOperatorsTable(Mono.CSharp.BuiltinTypes types) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected Mono.CSharp.Expression DoResolveOperation(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected virtual void EmitOperation(Mono.CSharp.EmitContext ec) { }
- public override void EmitStatement(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public static string OperName(Mono.CSharp.UnaryMutator.Mode oper) { throw null; }
- [System.FlagsAttribute]
- public enum Mode : byte
- {
- IsDecrement = (byte)1,
- IsIncrement = (byte)0,
- IsPost = (byte)2,
- IsPre = (byte)0,
- PostDecrement = (byte)3,
- PostIncrement = (byte)2,
- PreDecrement = (byte)1,
- PreIncrement = (byte)0,
- }
- }
- public partial class UnboundTypeArguments : Mono.CSharp.TypeArguments
- {
- public UnboundTypeArguments(int arity, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression[])) { }
- public override bool IsEmpty { get { throw null; } }
- public override bool Resolve(Mono.CSharp.IMemberContext mc, bool allowUnbound) { throw null; }
- }
- public partial class UnboxCast : Mono.CSharp.TypeCast
- {
- public UnboxCast(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec return_type) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Unchecked : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unchecked(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UnCheckedExpr : Mono.CSharp.Expression
- {
- public Mono.CSharp.Expression Expr;
- public UnCheckedExpr(Mono.CSharp.Expression e, Mono.CSharp.Location l) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Undo
- {
- public Undo() { }
- public void AddTypeContainer(Mono.CSharp.TypeContainer current_container, Mono.CSharp.TypeDefinition tc) { }
- public void ExecuteUndo() { }
- }
- public partial class UnixUtils
- {
- public UnixUtils() { }
- public static bool isatty(int fd) { throw null; }
- }
- public partial class UnreachableExpression : Mono.CSharp.Expression
- {
- public UnreachableExpression(Mono.CSharp.Expression expr) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitBranchable(Mono.CSharp.EmitContext ec, System.Reflection.Emit.Label target, bool on_true) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unsafe : Mono.CSharp.Statement
- {
- public Mono.CSharp.Block Block;
- public Unsafe(Mono.CSharp.Block b, Mono.CSharp.Location loc) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- }
- public partial class UserCast : Mono.CSharp.Expression
- {
- public UserCast(Mono.CSharp.MethodSpec method, Mono.CSharp.Expression source, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Source { get { throw null; } set { } }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override string GetSignatureForError() { throw null; }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UserOperatorCall : Mono.CSharp.Expression
- {
- protected readonly Mono.CSharp.Arguments arguments;
- protected readonly Mono.CSharp.MethodSpec oper;
- public UserOperatorCall(Mono.CSharp.MethodSpec oper, Mono.CSharp.Arguments args, System.Func<Mono.CSharp.ResolveContext, Mono.CSharp.Expression, Mono.CSharp.Expression> expr_tree, Mono.CSharp.Location loc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext context, Mono.CSharp.Expression target) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- }
- public partial class UShortConstant : Mono.CSharp.IntegralConstant
- {
- public readonly ushort Value;
- public UShortConstant(Mono.CSharp.BuiltinTypes types, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public UShortConstant(Mono.CSharp.TypeSpec type, ushort v, Mono.CSharp.Location loc) : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public override bool IsDefaultValue { get { throw null; } }
- public override bool IsNegative { get { throw null; } }
- public override bool IsOneInteger { get { throw null; } }
- public override bool IsZeroInteger { get { throw null; } }
- public override Mono.CSharp.Constant ConvertExplicitly(bool in_checked_context, Mono.CSharp.TypeSpec target_type) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EncodeAttributeValue(Mono.CSharp.IMemberContext rc, Mono.CSharp.AttributeEncoder enc, Mono.CSharp.TypeSpec targetType, Mono.CSharp.TypeSpec parameterType) { }
- public override object GetValue() { throw null; }
- public override long GetValueAsLong() { throw null; }
- public override Mono.CSharp.Constant Increment() { throw null; }
- }
- public partial class Using : Mono.CSharp.TryFinallyBlock
- {
- public Using(Mono.CSharp.Expression expr, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Using(Mono.CSharp.Using.VariableDeclaration decl, Mono.CSharp.Statement stmt, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Statement), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- public Mono.CSharp.BlockVariable Variables { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void EmitFinallyBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBody(Mono.CSharp.EmitContext ec) { }
- protected override void EmitTryBodyPrepare(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext ec) { throw null; }
- public partial class VariableDeclaration : Mono.CSharp.BlockVariable
- {
- public VariableDeclaration(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.FullNamedExpression type, Mono.CSharp.LocalVariable li) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public VariableDeclaration(Mono.CSharp.LocalVariable li, Mono.CSharp.Location loc) : base (default(Mono.CSharp.FullNamedExpression), default(Mono.CSharp.LocalVariable)) { }
- public bool IsNested { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected virtual void CheckIDiposableConversion(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { }
- protected virtual Mono.CSharp.Statement CreateDisposeCall(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable lv) { throw null; }
- public void EmitDispose(Mono.CSharp.EmitContext ec) { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public void ResolveDeclaratorInitializer(Mono.CSharp.BlockContext bc) { }
- public Mono.CSharp.Expression ResolveExpression(Mono.CSharp.BlockContext bc) { throw null; }
- protected override Mono.CSharp.Expression ResolveInitializer(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable li, Mono.CSharp.Expression initializer) { throw null; }
- public Mono.CSharp.Statement RewriteUsingDeclarators(Mono.CSharp.BlockContext bc, Mono.CSharp.Statement stmt) { throw null; }
- }
- }
- public partial class UsingAliasNamespace : Mono.CSharp.UsingNamespace
- {
- public UsingAliasNamespace(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AliasContext : Mono.CSharp.IMemberContext, Mono.CSharp.IModuleContext
- {
- public AliasContext(Mono.CSharp.NamespaceContainer ns) { throw null;}
- public Mono.CSharp.MemberCore CurrentMemberDefinition { get { throw null; } }
- public Mono.CSharp.TypeSpec CurrentType { get { throw null; } }
- public Mono.CSharp.TypeParameters CurrentTypeParameters { get { throw null; } }
- public bool IsObsolete { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsUnsafe { get { throw null; } }
- public Mono.CSharp.ModuleContainer Module { get { throw null; } }
- public string GetSignatureForError() { throw null; }
- public Mono.CSharp.ExtensionMethodCandidates LookupExtensionMethod(string name, int arity) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceAlias(string name) { throw null; }
- public Mono.CSharp.FullNamedExpression LookupNamespaceOrType(string name, int arity, Mono.CSharp.LookupMode mode, Mono.CSharp.Location loc) { throw null; }
- }
- }
- public partial class UsingClause
- {
- protected Mono.CSharp.FullNamedExpression resolved;
- public UsingClause(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) { }
- public virtual Mono.CSharp.SimpleMemberName Alias { get { throw null; } }
- public Mono.CSharp.Location Location { get { throw null; } }
- public Mono.CSharp.ATypeNameExpression NamespaceExpression { get { throw null; } }
- public Mono.CSharp.FullNamedExpression ResolvedExpression { get { throw null; } }
- public virtual void Define(Mono.CSharp.NamespaceContainer ctx) { }
- public string GetSignatureForError() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class UsingExternAlias : Mono.CSharp.UsingAliasNamespace
- {
- public UsingExternAlias(Mono.CSharp.SimpleMemberName alias, Mono.CSharp.Location loc) : base (default(Mono.CSharp.SimpleMemberName), default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingNamespace : Mono.CSharp.UsingClause
- {
- public UsingNamespace(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public partial class UsingType : Mono.CSharp.UsingClause
- {
- public UsingType(Mono.CSharp.ATypeNameExpression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.ATypeNameExpression), default(Mono.CSharp.Location)) { }
- public override void Define(Mono.CSharp.NamespaceContainer ctx) { }
- }
- public delegate void ValueModificationHandler(string variableName, int row, int column, object value);
- public partial class VariableInfo
- {
- internal VariableInfo() { }
- public bool IsParameter;
- public bool IsEverAssigned { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.LocalVariable variable) { throw null; }
- public static Mono.CSharp.VariableInfo Create(Mono.CSharp.BlockContext bc, Mono.CSharp.Parameter parameter) { throw null; }
- public Mono.CSharp.VariableInfo GetStructFieldInfo(string fieldName) { throw null; }
- public bool IsAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector) { throw null; }
- public bool IsFullyInitialized(Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc) { throw null; }
- public bool IsStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { throw null; }
- public void SetAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, bool generatedAssignment) { }
- public void SetStructFieldAssigned(Mono.CSharp.DefiniteAssignmentBitSet vector, string field_name) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class VariableReference : Mono.CSharp.Expression, Mono.CSharp.IAssignMethod, Mono.CSharp.IFixedExpression, Mono.CSharp.IMemoryLocation, Mono.CSharp.IVariableReference
- {
- protected VariableReference() { }
- public abstract bool IsFixed { get; }
- public bool IsHoisted { get { throw null; } }
- public abstract bool IsLockedByStatement { get; set; }
- public abstract bool IsRef { get; }
- public abstract string Name { get; }
- protected abstract Mono.CSharp.ILocalVariable Variable { get; }
- public abstract Mono.CSharp.VariableInfo VariableInfo { get; }
- public virtual void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void Emit(Mono.CSharp.EmitContext ec, bool leave_copy) { }
- public void EmitAssign(Mono.CSharp.EmitContext ec, Mono.CSharp.Expression source, bool leave_copy, bool prepare_for_load) { }
- public void EmitLoad(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public abstract Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.AnonymousExpression ae);
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.EmitContext ec) { throw null; }
- public Mono.CSharp.HoistedVariable GetHoistedVariable(Mono.CSharp.ResolveContext rc) { throw null; }
- public override string GetSignatureForError() { throw null; }
- public abstract void SetHasAddressTaken();
- }
- public enum Variance
- {
- Contravariant = -1,
- Covariant = 1,
- None = 0,
- }
- public partial class VarianceDecl
- {
- public VarianceDecl(Mono.CSharp.Variance variance, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Variance Variance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static Mono.CSharp.Variance CheckTypeVariance(Mono.CSharp.TypeSpec t, Mono.CSharp.Variance expected, Mono.CSharp.IMemberContext member) { throw null; }
- }
- public partial class WarningRegions
- {
- public WarningRegions() { }
- public bool IsWarningEnabled(int code, int src_line) { throw null; }
- public void WarningDisable(Mono.CSharp.Location location, int code, Mono.CSharp.Report Report) { }
- public void WarningDisable(int line) { }
- public void WarningEnable(Mono.CSharp.Location location, int code, Mono.CSharp.CompilerContext context) { }
- public void WarningEnable(int line) { }
- }
- public partial class While : Mono.CSharp.LoopStatement
- {
- public Mono.CSharp.Expression expr;
- public While(Mono.CSharp.BooleanExpression bool_expr, Mono.CSharp.Statement statement, Mono.CSharp.Location l) : base (default(Mono.CSharp.Statement)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public override void AddEndDefiniteAssignment(Mono.CSharp.FlowAnalysisContext fc) { }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override void SetEndReachable() { }
- }
- public enum XmlCommentState
- {
- Allowed = 0,
- Error = 2,
- NotAllowed = 1,
- }
- public partial class Yield : Mono.CSharp.YieldStatement<Mono.CSharp.Iterator>
- {
- public Yield(Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public static bool CheckContext(Mono.CSharp.BlockContext bc, Mono.CSharp.Location loc) { throw null; }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
- public partial class YieldBreak : Mono.CSharp.ExitStatement
- {
- public YieldBreak(Mono.CSharp.Location l) { }
- protected override bool IsLocalExit { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement target) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- protected override bool DoResolve(Mono.CSharp.BlockContext bc) { throw null; }
- public override Mono.CSharp.Reachability MarkReachable(Mono.CSharp.Reachability rc) { throw null; }
- }
- public abstract partial class YieldStatement<T> : Mono.CSharp.ResumableStatement where T : Mono.CSharp.StateMachineInitializer
- {
- protected Mono.CSharp.Expression expr;
- protected T machine_initializer;
- protected bool unwind_protect;
- protected YieldStatement(Mono.CSharp.Expression expr, Mono.CSharp.Location l) { }
- public Mono.CSharp.Expression Expr { get { throw null; } }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) { }
- protected override void DoEmit(Mono.CSharp.EmitContext ec) { }
- protected override bool DoFlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { throw null; }
- public void RegisterResumePoint() { }
- public override bool Resolve(Mono.CSharp.BlockContext bc) { throw null; }
- }
-}
-namespace Mono.CSharp.Linq
-{
- public abstract partial class AQueryClause : Mono.CSharp.ShimExpression
- {
- public Mono.CSharp.Linq.QueryBlock block;
- public Mono.CSharp.Linq.AQueryClause next;
- protected AQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression)) { }
- protected abstract string MethodName { get; }
- public Mono.CSharp.Linq.AQueryClause Next { set { } }
- public Mono.CSharp.Linq.AQueryClause Tail { get { throw null; } }
- public virtual Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected virtual void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- protected virtual Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected Mono.CSharp.Invocation CreateQueryExpression(Mono.CSharp.Expression lSide, Mono.CSharp.Arguments arguments) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- protected partial class QueryExpressionAccess : Mono.CSharp.MemberAccess
- {
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public QueryExpressionAccess(Mono.CSharp.Expression expr, string methodName, Mono.CSharp.TypeArguments typeArguments, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Expression), default(string)) { }
- public override void Error_TypeDoesNotContainDefinition(Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, string name) { }
- }
- protected partial class QueryExpressionInvocation : Mono.CSharp.Invocation, Mono.CSharp.OverloadResolver.IErrorHandler
- {
- public QueryExpressionInvocation(Mono.CSharp.Linq.AQueryClause.QueryExpressionAccess expr, Mono.CSharp.Arguments arguments) : base (default(Mono.CSharp.Expression), default(Mono.CSharp.Arguments)) { }
- protected override Mono.CSharp.Expression DoResolveDynamic(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression memberExpr) { throw null; }
- protected override Mono.CSharp.MethodGroupExpr DoResolveOverload(Mono.CSharp.ResolveContext ec) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.AmbiguousCandidates(Mono.CSharp.ResolveContext ec, Mono.CSharp.MemberSpec best, Mono.CSharp.MemberSpec ambiguous) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.ArgumentMismatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best, Mono.CSharp.Argument arg, int index) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.NoArgumentMatch(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- bool Mono.CSharp.OverloadResolver.IErrorHandler.TypeInferenceFailed(Mono.CSharp.ResolveContext rc, Mono.CSharp.MemberSpec best) { throw null; }
- }
- }
- public abstract partial class ARangeVariableQueryClause : Mono.CSharp.Linq.AQueryClause
- {
- protected Mono.CSharp.Linq.RangeVariable identifier;
- protected ARangeVariableQueryClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.RangeVariable Identifier { get { throw null; } }
- public Mono.CSharp.FullNamedExpression IdentifierType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- protected Mono.CSharp.Invocation CreateCastExpression(Mono.CSharp.Expression lSide) { throw null; }
- protected override Mono.CSharp.Parameter CreateChildrenParameters(Mono.CSharp.Parameter parameter) { throw null; }
- protected static Mono.CSharp.Expression CreateRangeVariableType(Mono.CSharp.ResolveContext rc, Mono.CSharp.Parameter parameter, Mono.CSharp.Linq.RangeVariable name, Mono.CSharp.Expression init) { throw null; }
- protected virtual Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class GroupBy : Mono.CSharp.Linq.AQueryClause
- {
- public GroupBy(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression elementSelector, Mono.CSharp.Linq.QueryBlock elementBlock, Mono.CSharp.Expression keySelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Expression SelectorExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class GroupJoin : Mono.CSharp.Linq.Join
- {
- public GroupJoin(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Linq.RangeVariable into, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override Mono.CSharp.Linq.RangeVariable GetIntoVariable() { throw null; }
- }
- public partial class Join : Mono.CSharp.Linq.SelectMany
- {
- public Join(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable lt, Mono.CSharp.Expression inner, Mono.CSharp.Linq.QueryBlock outerSelector, Mono.CSharp.Linq.QueryBlock innerSelector, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public Mono.CSharp.Linq.QueryBlock InnerSelector { get { throw null; } }
- protected override string MethodName { get { throw null; } }
- public Mono.CSharp.Linq.QueryBlock OuterSelector { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) { }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class Let : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public Let(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class OrderByAscending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class OrderByDescending : Mono.CSharp.Linq.AQueryClause
- {
- public OrderByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class QueryBlock : Mono.CSharp.ParametersBlock
- {
- public QueryBlock(Mono.CSharp.Block parent, Mono.CSharp.Location start) : base (default(Mono.CSharp.Block), default(Mono.CSharp.ParametersCompiled), default(Mono.CSharp.Location), default(Mono.CSharp.Block.Flags)) { }
- public void AddRangeVariable(Mono.CSharp.Linq.RangeVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable) { }
- public override void Error_AlreadyDeclared(string name, Mono.CSharp.INamedBlockVariable variable, string reason) { }
- public override void Error_AlreadyDeclaredTypeParameter(string name, Mono.CSharp.Location loc) { }
- public void SetParameter(Mono.CSharp.Parameter parameter) { }
- public void SetParameters(Mono.CSharp.Parameter first, Mono.CSharp.Parameter second) { }
- public sealed partial class TransparentParameter : Mono.CSharp.ImplicitLambdaParameter
- {
- public static int Counter;
- public readonly string Identifier;
- public readonly Mono.CSharp.Parameter Parent;
- public TransparentParameter(Mono.CSharp.Parameter parent, Mono.CSharp.Linq.RangeVariable identifier) : base (default(string), default(Mono.CSharp.Location)) { }
- public static void Reset() { }
- }
- }
- public partial class QueryExpression : Mono.CSharp.Linq.AQueryClause
- {
- public QueryExpression(Mono.CSharp.Linq.AQueryClause start) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parentParameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public partial class QueryStartClause : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public QueryStartClause(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override Mono.CSharp.Expression BuildQueryClause(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression lSide, Mono.CSharp.Parameter parameter) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- }
- public sealed partial class RangeVariable : Mono.CSharp.INamedBlockVariable
- {
- public RangeVariable(string name, Mono.CSharp.Location loc) { }
- public Mono.CSharp.Block Block { get { throw null; } set { } }
- public bool IsDeclared { get { throw null; } }
- public bool IsParameter { get { throw null; } }
- public Mono.CSharp.Location Location { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.CSharp.Expression CreateReferenceExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Location loc) { throw null; }
- }
- public partial class Select : Mono.CSharp.Linq.AQueryClause
- {
- public Select(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- public bool IsRequired(Mono.CSharp.Parameter parameter) { throw null; }
- }
- public partial class SelectMany : Mono.CSharp.Linq.ARangeVariableQueryClause
- {
- public SelectMany(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Linq.RangeVariable identifier, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Linq.RangeVariable), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CreateArguments(Mono.CSharp.ResolveContext ec, Mono.CSharp.Parameter parameter, ref Mono.CSharp.Arguments args) { }
- }
- public partial class ThenByAscending : Mono.CSharp.Linq.OrderByAscending
- {
- public ThenByAscending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class ThenByDescending : Mono.CSharp.Linq.OrderByDescending
- {
- public ThenByDescending(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
- public partial class Where : Mono.CSharp.Linq.AQueryClause
- {
- public Where(Mono.CSharp.Linq.QueryBlock block, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Linq.QueryBlock), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- protected override string MethodName { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- }
-}
-namespace Mono.CSharp.Nullable
-{
- public partial class LiftedConversion : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Expression unwrap, Mono.CSharp.TypeSpec type) { }
- public LiftedConversion(Mono.CSharp.Expression expr, Mono.CSharp.Nullable.Unwrap unwrap, Mono.CSharp.TypeSpec type) { }
- public override bool IsNull { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class LiftedNull : Mono.CSharp.NullConstant, Mono.CSharp.IMemoryLocation
- {
- internal LiftedNull() : base (default(Mono.CSharp.TypeSpec), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp Mode) { }
- public static Mono.CSharp.Constant Create(Mono.CSharp.TypeSpec nullable, Mono.CSharp.Location loc) { throw null; }
- public static Mono.CSharp.Constant CreateFromExpression(Mono.CSharp.ResolveContext rc, Mono.CSharp.Expression e) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class LiftedUnaryOperator : Mono.CSharp.Unary, Mono.CSharp.IMemoryLocation
- {
- public LiftedUnaryOperator(Mono.CSharp.Unary.Operator op, Mono.CSharp.Expression expr, Mono.CSharp.Location loc) : base (default(Mono.CSharp.Unary.Operator), default(Mono.CSharp.Expression), default(Mono.CSharp.Location)) { }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- protected override Mono.CSharp.Expression ResolveEnumOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec[] predefined) { throw null; }
- protected override Mono.CSharp.Expression ResolveUserOperator(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression expr) { throw null; }
- }
- public partial class NullableType : Mono.CSharp.TypeExpr
- {
- public NullableType(Mono.CSharp.TypeSpec type, Mono.CSharp.Location loc) { }
- public override Mono.CSharp.TypeSpec ResolveAsType(Mono.CSharp.IMemberContext ec, bool allowUnboundTypeArguments=false) { throw null; }
- }
- public partial class NullCoalescingOperator : Mono.CSharp.Expression
- {
- public NullCoalescingOperator(Mono.CSharp.Expression left, Mono.CSharp.Expression right) { }
- public Mono.CSharp.Expression LeftExpression { get { throw null; } }
- public Mono.CSharp.Expression RightExpression { get { throw null; } }
- public override object Accept(Mono.CSharp.StructuralVisitor visitor) { throw null; }
- protected override void CloneTo(Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- }
- public partial class Unwrap : Mono.CSharp.Expression, Mono.CSharp.IMemoryLocation
- {
- public Unwrap(Mono.CSharp.Expression expr, bool useDefaultValue=true) { }
- public override bool IsNull { get { throw null; } }
- public Mono.CSharp.Expression Original { get { throw null; } }
- public void AddressOf(Mono.CSharp.EmitContext ec, Mono.CSharp.AddressOp mode) { }
- public override bool ContainsEmitWithAwait() { throw null; }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr) { throw null; }
- public static Mono.CSharp.Nullable.Unwrap Create(Mono.CSharp.Expression expr, bool useDefaultValue) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public static Mono.CSharp.Expression CreateUnwrapped(Mono.CSharp.Expression expr) { throw null; }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext ec) { throw null; }
- public override Mono.CSharp.Expression DoResolveLValue(Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression right_side) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- public void EmitCheck(Mono.CSharp.EmitContext ec) { }
- public override void EmitSideEffect(Mono.CSharp.EmitContext ec) { }
- public override Mono.CSharp.Expression EmitToField(Mono.CSharp.EmitContext ec) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override void FlowAnalysis(Mono.CSharp.FlowAnalysisContext fc) { }
- public override int GetHashCode() { throw null; }
- public void Load(Mono.CSharp.EmitContext ec) { }
- public override System.Linq.Expressions.Expression MakeExpression(Mono.CSharp.BuilderContext ctx) { throw null; }
- public void Store(Mono.CSharp.EmitContext ec) { }
- }
- public partial class UnwrapCall : Mono.CSharp.CompositeExpression
- {
- public UnwrapCall(Mono.CSharp.Expression expr) : base (default(Mono.CSharp.Expression)) { }
- protected override Mono.CSharp.Expression DoResolve(Mono.CSharp.ResolveContext rc) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
- public partial class Wrap : Mono.CSharp.TypeCast
- {
- internal Wrap() : base (default(Mono.CSharp.Expression), default(Mono.CSharp.TypeSpec)) { }
- public static Mono.CSharp.Expression Create(Mono.CSharp.Expression expr, Mono.CSharp.TypeSpec type) { throw null; }
- public override Mono.CSharp.Expression CreateExpressionTree(Mono.CSharp.ResolveContext ec) { throw null; }
- public override void Emit(Mono.CSharp.EmitContext ec) { }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
-}
diff --git a/src/v4.6/Mono.Cairo.cs b/src/v4.6/Mono.Cairo.cs
deleted file mode 100644
index fdb3d9e..0000000
--- a/src/v4.6/Mono.Cairo.cs
+++ /dev/null
@@ -1,731 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Cairo
-{
- [System.SerializableAttribute]
- public enum Antialias
- {
- Default = 0,
- Gray = 2,
- None = 1,
- Subpixel = 3,
- }
- public static partial class CairoAPI
- {
- public static int Version { get { throw null; } }
- public static string VersionString { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Color
- {
- public Color(double r, double g, double b) { throw null;}
- public Color(double r, double g, double b, double a) { throw null;}
- public double A { get { throw null; } set { } }
- public double B { get { throw null; } set { } }
- public double G { get { throw null; } set { } }
- public double R { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Content
- {
- Alpha = 8192,
- Color = 4096,
- ColorAlpha = 12288,
- }
- public partial class Context : System.IDisposable
- {
- public Context(Cairo.Surface surface) { }
- [System.ObsoleteAttribute]
- public Context(System.IntPtr state) { }
- public Context(System.IntPtr handle, bool owner) { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetSourceColor method")]
- public Cairo.Color Color { set { } }
- [System.ObsoleteAttribute("Use SetSourceRGBA method")]
- public Cairo.Color ColorRgb { set { } }
- [System.ObsoleteAttribute("Use GetFontFace/SetFontFace")]
- public Cairo.FontFace ContextFontFace { get { throw null; } set { } }
- public Cairo.PointD CurrentPoint { get { throw null; } }
- public Cairo.FillRule FillRule { get { throw null; } set { } }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } set { } }
- public Cairo.FontOptions FontOptions { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public double FontSize { set { } }
- [System.ObsoleteAttribute("Use GetGroupTarget()")]
- public Cairo.Surface GroupTarget { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool HasCurrentPoint { get { throw null; } }
- public Cairo.LineCap LineCap { get { throw null; } set { } }
- public Cairo.LineJoin LineJoin { get { throw null; } set { } }
- public double LineWidth { get { throw null; } set { } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public double MiterLimit { get { throw null; } set { } }
- public Cairo.Operator Operator { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Pattern { get { throw null; } set { } }
- public uint ReferenceCount { get { throw null; } }
- [System.ObsoleteAttribute("Use GetScaledFont/SetScaledFont")]
- public Cairo.ScaledFont ScaledFont { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Source { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use GetTarget/SetTarget")]
- public Cairo.Surface Target { get { throw null; } set { } }
- public double Tolerance { get { throw null; } set { } }
- public void AppendPath(Cairo.Path path) { }
- public void Arc(double xc, double yc, double radius, double angle1, double angle2) { }
- public void ArcNegative(double xc, double yc, double radius, double angle1, double angle2) { }
- public void Clip() { }
- public void ClipPreserve() { }
- public void ClosePath() { }
- public void CopyPage() { }
- public Cairo.Path CopyPath() { throw null; }
- public Cairo.Path CopyPathFlat() { throw null; }
- public void CurveTo(Cairo.PointD p1, Cairo.PointD p2, Cairo.PointD p3) { }
- public void CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) { }
- public void DeviceToUser(ref double x, ref double y) { }
- public void DeviceToUserDistance(ref double dx, ref double dy) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Fill() { }
- public Cairo.Rectangle FillExtents() { throw null; }
- public void FillPreserve() { }
- ~Context() { }
- [System.ObsoleteAttribute("Use SelectFontFace() instead.")]
- public void FontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public void FontSetSize(double scale) { }
- public Cairo.FontFace GetContextFontFace() { throw null; }
- public Cairo.Surface GetGroupTarget() { throw null; }
- public Cairo.ScaledFont GetScaledFont() { throw null; }
- public Cairo.Pattern GetSource() { throw null; }
- public Cairo.Surface GetTarget() { throw null; }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- public void GlyphPath(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use GlyphPath(Glyphs []) instead")]
- public void GlyphPath(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void IdentityMatrix() { }
- public bool InClip(double x, double y) { throw null; }
- public bool InFill(double x, double y) { throw null; }
- public bool InStroke(double x, double y) { throw null; }
- [System.ObsoleteAttribute("Use DeviceToUserDistance instead")]
- public void InverseTransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use InverseTransformPoint instead")]
- public void InverseTransformPoint(ref double x, ref double y) { }
- public void LineTo(Cairo.PointD p) { }
- public void LineTo(double x, double y) { }
- public void Mask(Cairo.Pattern pattern) { }
- public void MaskSurface(Cairo.Surface surface, double surface_x, double surface_y) { }
- public void MoveTo(Cairo.PointD p) { }
- public void MoveTo(double x, double y) { }
- public void NewPath() { }
- public void NewSubPath() { }
- public void Paint() { }
- public void PaintWithAlpha(double alpha) { }
- public Cairo.Pattern PopGroup() { throw null; }
- public void PopGroupToSource() { }
- public void PushGroup() { }
- public void PushGroup(Cairo.Content content) { }
- public void Rectangle(Cairo.PointD p, double width, double height) { }
- public void Rectangle(Cairo.Rectangle rectangle) { }
- public void Rectangle(double x, double y, double width, double height) { }
- public void RelCurveTo(Cairo.Distance d1, Cairo.Distance d2, Cairo.Distance d3) { }
- public void RelCurveTo(double dx1, double dy1, double dx2, double dy2, double dx3, double dy3) { }
- public void RelLineTo(Cairo.Distance d) { }
- public void RelLineTo(double dx, double dy) { }
- public void RelMoveTo(Cairo.Distance d) { }
- public void RelMoveTo(double dx, double dy) { }
- public void ResetClip() { }
- public void Restore() { }
- public void Rotate(double angle) { }
- public void Save() { }
- public void Scale(double sx, double sy) { }
- public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- public void SetContextFontFace(Cairo.FontFace value) { }
- public void SetDash(double[] dashes, double offset) { }
- public void SetFontSize(double scale) { }
- public void SetScaledFont(Cairo.ScaledFont font) { }
- public void SetSource(Cairo.Pattern source) { }
- public void SetSource(Cairo.Surface source) { }
- public void SetSource(Cairo.Surface source, double x, double y) { }
- public void SetSourceColor(Cairo.Color color) { }
- public void SetSourceRGB(double r, double g, double b) { }
- public void SetSourceRGBA(double r, double g, double b, double a) { }
- public void SetSourceSurface(Cairo.Surface source, int x, int y) { }
- public void SetTarget(Cairo.Surface target) { }
- public void ShowGlyphs(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use ShowGlyphs(Glyphs []) instead")]
- public void ShowGlyphs(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void ShowPage() { }
- public void ShowText(byte[] utf8) { }
- public void ShowText(string str) { }
- public void Stroke() { }
- public Cairo.Rectangle StrokeExtents() { throw null; }
- public void StrokePreserve() { }
- public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; }
- public Cairo.TextExtents TextExtents(string s) { throw null; }
- public void TextPath(byte[] utf8) { }
- public void TextPath(string str) { }
- public void Transform(Cairo.Matrix m) { }
- [System.ObsoleteAttribute("Use UserToDeviceDistance instead")]
- public void TransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use UserToDevice instead")]
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- public void UserToDevice(ref double x, ref double y) { }
- public void UserToDeviceDistance(ref double dx, ref double dy) { }
- }
- public partial class DirectFBSurface : Cairo.Surface
- {
- public DirectFBSurface(System.IntPtr dfb, System.IntPtr dfb_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Distance
- {
- public Distance(double dx, double dy) { throw null;}
- public double Dx { get { throw null; } set { } }
- public double Dy { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Extend
- {
- None = 0,
- Pad = 3,
- Reflect = 2,
- Repeat = 1,
- }
- [System.SerializableAttribute]
- public enum FillRule
- {
- EvenOdd = 1,
- Winding = 0,
- }
- [System.SerializableAttribute]
- public enum Filter
- {
- Best = 2,
- Bilinear = 4,
- Fast = 0,
- Gaussian = 5,
- Good = 1,
- Nearest = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FontExtents
- {
- public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAdvance) { throw null;}
- public double Ascent { get { throw null; } set { } }
- public double Descent { get { throw null; } set { } }
- public double Height { get { throw null; } set { } }
- public double MaxXAdvance { get { throw null; } set { } }
- public double MaxYAdvance { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- }
- public partial class FontFace : System.IDisposable
- {
- [System.ObsoleteAttribute]
- public FontFace(System.IntPtr handle) { }
- public FontFace(System.IntPtr handle, bool owned) { }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~FontFace() { }
- }
- public partial class FontOptions : System.IDisposable
- {
- public FontOptions() { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.HintMetrics HintMetrics { get { throw null; } set { } }
- public Cairo.HintStyle HintStyle { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SubpixelOrder SubpixelOrder { get { throw null; } set { } }
- public Cairo.FontOptions Copy() { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object other) { throw null; }
- ~FontOptions() { }
- public override int GetHashCode() { throw null; }
- public void Merge(Cairo.FontOptions other) { }
- public static bool operator ==(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- public static bool operator !=(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- }
- [System.SerializableAttribute]
- public enum FontSlant
- {
- Italic = 1,
- Normal = 0,
- Oblique = 2,
- }
- [System.SerializableAttribute]
- public enum FontType
- {
- Atsui = 3,
- FreeType = 1,
- Toy = 0,
- Win32 = 2,
- }
- [System.SerializableAttribute]
- public enum FontWeight
- {
- Bold = 1,
- Normal = 0,
- }
- [System.SerializableAttribute]
- public enum Format
- {
- A1 = 3,
- A8 = 2,
- Argb32 = 0,
- ARGB32 = 0,
- Rgb16565 = 4,
- Rgb24 = 1,
- RGB24 = 1,
- }
- public partial class GlitzSurface : Cairo.Surface
- {
- public GlitzSurface(System.IntPtr glitz_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Glyph
- {
- public Glyph(long index, double x, double y) { throw null;}
- public long Index { get { throw null; } set { } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- public static bool operator !=(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- }
- public partial class Gradient : Cairo.Pattern
- {
- [System.ObsoleteAttribute]
- protected Gradient() { }
- protected Gradient(System.IntPtr handle, bool owned) { }
- public int ColorStopCount { get { throw null; } }
- public Cairo.Status AddColorStop(double offset, Cairo.Color c) { throw null; }
- public Cairo.Status AddColorStopRgb(double offset, Cairo.Color c) { throw null; }
- }
- [System.ObsoleteAttribute("Renamed Cairo.Context per suggestion from cairo binding guidelines.")]
- public partial class Graphics : Cairo.Context
- {
- public Graphics(Cairo.Surface surface) : base (default(Cairo.Surface)) { }
- public Graphics(System.IntPtr state) : base (default(Cairo.Surface)) { }
- }
- [System.SerializableAttribute]
- public enum HintMetrics
- {
- Default = 0,
- Off = 1,
- On = 2,
- }
- [System.SerializableAttribute]
- public enum HintStyle
- {
- Default = 0,
- Full = 4,
- Medium = 3,
- None = 1,
- Slight = 2,
- }
- public partial class ImageSurface : Cairo.Surface
- {
- public ImageSurface(Cairo.Format format, int width, int height) { }
- public ImageSurface(byte[] data, Cairo.Format format, int width, int height, int stride) { }
- [System.ObsoleteAttribute("Use ImageSurface (byte[] data, Cairo.Format format, int width, int height, int stride)")]
- public ImageSurface(ref byte[] data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(System.IntPtr data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(string filename) { }
- public byte[] Data { get { throw null; } }
- public System.IntPtr DataPtr { get { throw null; } }
- public Cairo.Format Format { get { throw null; } }
- public int Height { get { throw null; } }
- public int Stride { get { throw null; } }
- public int Width { get { throw null; } }
- }
- public partial class LinearGradient : Cairo.Gradient
- {
- public LinearGradient(double x0, double y0, double x1, double y1) { }
- public Cairo.PointD[] LinearPoints { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum LineCap
- {
- Butt = 0,
- Round = 1,
- Square = 2,
- }
- [System.SerializableAttribute]
- public enum LineJoin
- {
- Bevel = 2,
- Miter = 0,
- Round = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Matrix : System.ICloneable
- {
- public double X0;
- public double Xx;
- public double Xy;
- public double Y0;
- public double Yx;
- public double Yy;
- public Matrix() { }
- public Matrix(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public void Init(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public void InitIdentity() { }
- public void InitRotate(double radians) { }
- public void InitScale(double sx, double sy) { }
- public void InitTranslate(double tx, double ty) { }
- public Cairo.Status Invert() { throw null; }
- public bool IsIdentity() { throw null; }
- public void Multiply(Cairo.Matrix b) { }
- public static Cairo.Matrix Multiply(Cairo.Matrix a, Cairo.Matrix b) { throw null; }
- public static bool operator ==(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public static bool operator !=(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public void Rotate(double radians) { }
- public void Scale(double sx, double sy) { }
- public override string ToString() { throw null; }
- public void TransformDistance(ref double dx, ref double dy) { }
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- }
- [System.SerializableAttribute]
- public enum Operator
- {
- Add = 12,
- Atop = 5,
- Clear = 0,
- Dest = 6,
- DestAtop = 10,
- DestIn = 8,
- DestOut = 9,
- DestOver = 7,
- In = 3,
- Out = 4,
- Over = 2,
- Saturate = 13,
- Source = 1,
- Xor = 11,
- }
- public partial class Path : System.IDisposable
- {
- internal Path() { }
- public System.IntPtr Handle { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Path() { }
- }
- public partial class Pattern : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected System.IntPtr pattern;
- [System.ObsoleteAttribute]
- protected Pattern() { }
- [System.ObsoleteAttribute("Use the SurfacePattern constructor")]
- public Pattern(Cairo.Surface surface) { }
- public Cairo.Extend Extend { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public Cairo.PatternType PatternType { get { throw null; } }
- [System.ObsoleteAttribute]
- public System.IntPtr Pointer { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Pattern() { }
- public static Cairo.Pattern Lookup(System.IntPtr pattern, bool owner) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- [System.SerializableAttribute]
- public enum PatternType
- {
- Linear = 2,
- Radial = 3,
- Solid = 0,
- Surface = 1,
- }
- public partial class PdfSurface : Cairo.Surface
- {
- public PdfSurface(string filename, double width, double height) { }
- public void SetSize(double width, double height) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Point
- {
- public Point(int x, int y) { throw null;}
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct PointD
- {
- public PointD(double x, double y) { throw null;}
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- }
- public partial class PSSurface : Cairo.Surface
- {
- public PSSurface(string filename, double width, double height) { }
- public void BeginPageSetup() { }
- public void BeginSetup() { }
- public void DscComment(string comment) { }
- public void SetSize(double width, double height) { }
- }
- public partial class RadialGradient : Cairo.Gradient
- {
- public RadialGradient(double cx0, double cy0, double radius0, double cx1, double cy1, double radius1) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rectangle
- {
- public Rectangle(Cairo.Point point, double width, double height) { throw null;}
- public Rectangle(double x, double y, double width, double height) { throw null;}
- public double Height { get { throw null; } }
- public double Width { get { throw null; } }
- public double X { get { throw null; } }
- public double Y { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public static bool operator !=(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RectangleInt
- {
- public int Height;
- public int Width;
- public int X;
- public int Y;
- }
- public partial class Region : System.IDisposable
- {
- public Region() { }
- public Region(Cairo.RectangleInt rect) { }
- public Region(Cairo.RectangleInt[] rects) { }
- [System.ObsoleteAttribute]
- public Region(System.IntPtr handle) { }
- public Region(System.IntPtr handle, bool owned) { }
- public Cairo.RectangleInt Extents { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public int NumRectangles { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.RegionOverlap ContainsPoint(Cairo.RectangleInt rectangle) { throw null; }
- public bool ContainsPoint(int x, int y) { throw null; }
- public Cairo.Region Copy() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object obj) { throw null; }
- ~Region() { }
- public override int GetHashCode() { throw null; }
- public Cairo.RectangleInt GetRectangle(int nth) { throw null; }
- public Cairo.Status Intersect(Cairo.Region other) { throw null; }
- public Cairo.Status IntersectRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Subtract(Cairo.Region other) { throw null; }
- public Cairo.Status SubtractRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public void Translate(int dx, int dy) { }
- public Cairo.Status Union(Cairo.Region other) { throw null; }
- public Cairo.Status UnionRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Xor(Cairo.Region other) { throw null; }
- public Cairo.Status XorRectangle(Cairo.RectangleInt rectangle) { throw null; }
- }
- public enum RegionOverlap
- {
- In = 0,
- Out = 1,
- Part = 2,
- }
- public partial class ScaledFont : System.IDisposable
- {
- protected System.IntPtr handle;
- public ScaledFont(Cairo.FontFace fontFace, Cairo.Matrix matrix, Cairo.Matrix ctm, Cairo.FontOptions options) { }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~ScaledFont() { }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- public partial class SolidPattern : Cairo.Pattern
- {
- public SolidPattern(Cairo.Color color) { }
- public SolidPattern(Cairo.Color color, bool solid) { }
- public SolidPattern(double r, double g, double b) { }
- public SolidPattern(double r, double g, double b, double a) { }
- public Cairo.Color Color { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum Status
- {
- ClipNotRepresentable = 22,
- FileNotFound = 18,
- InvalidContent = 15,
- InvalidDash = 19,
- InvalidDscComment = 20,
- InvalidFormat = 16,
- InvalidIndex = 21,
- InvalidMatrix = 5,
- InvalidPathData = 9,
- InvalidPopGroup = 3,
- InvalidRestore = 2,
- InvalidStatus = 6,
- InvalidString = 8,
- InvalidVisual = 17,
- NoCurrentPoint = 4,
- NoMemory = 1,
- NullPointer = 7,
- PatternTypeMismatch = 14,
- ReadError = 10,
- Success = 0,
- SurfaceFinished = 12,
- SurfaceTypeMismatch = 13,
- WriteError = 11,
- }
- [System.SerializableAttribute]
- public enum SubpixelOrder
- {
- Bgr = 2,
- Default = 0,
- Rgb = 1,
- Vbgr = 4,
- Vrgb = 3,
- }
- public partial class Surface : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected static System.Collections.Hashtable surfaces;
- [System.ObsoleteAttribute]
- protected Surface() { }
- [System.ObsoleteAttribute]
- protected Surface(System.IntPtr ptr) { }
- protected Surface(System.IntPtr handle, bool owner) { }
- public Cairo.Content Content { get { throw null; } }
- public Cairo.PointD DeviceOffset { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- [System.ObsoleteAttribute("Use Handle instead.")]
- public System.IntPtr Pointer { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SurfaceType SurfaceType { get { throw null; } }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(Cairo.Format format, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(ref byte[] data, Cairo.Format format, int width, int height, int stride) { throw null; }
- public Cairo.Surface CreateSimilar(Cairo.Content content, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Surface() { }
- public Cairo.Status Finish() { throw null; }
- public void Flush() { }
- public static Cairo.Surface Lookup(System.IntPtr surface, bool owned) { throw null; }
- public void MarkDirty() { }
- public void MarkDirty(Cairo.Rectangle rectangle) { }
- public void SetFallbackResolution(double x, double y) { }
- public void Show(Cairo.Context gr, double x, double y) { }
- public void WriteToPng(string filename) { }
- }
- public partial class SurfacePattern : Cairo.Pattern
- {
- public SurfacePattern(Cairo.Surface surface) { }
- public new Cairo.Extend Extend { get { throw null; } set { } }
- public Cairo.Filter Filter { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum SurfaceType
- {
- BeOS = 8,
- DirectFB = 9,
- Glitz = 5,
- Image = 0,
- Pdf = 1,
- PS = 2,
- Quartz = 6,
- Svg = 10,
- Win32 = 7,
- Xcb = 4,
- Xlib = 3,
- }
- public partial class SvgSurface : Cairo.Surface
- {
- public SvgSurface(string filename, double width, double height) { }
- public void RestrictToVersion(Cairo.SvgVersion version) { }
- }
- [System.SerializableAttribute]
- public enum SvgVersion
- {
- OnePointOne = 0,
- OnePointTwo = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TextExtents
- {
- public double Height { get { throw null; } set { } }
- public double Width { get { throw null; } set { } }
- public double XAdvance { get { throw null; } set { } }
- public double XBearing { get { throw null; } set { } }
- public double YAdvance { get { throw null; } set { } }
- public double YBearing { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- }
- public partial class Win32Surface : Cairo.Surface
- {
- public Win32Surface(System.IntPtr hdc) { }
- }
- public partial class XcbSurface : Cairo.Surface
- {
- public XcbSurface(System.IntPtr connection, uint drawable, System.IntPtr visual, int width, int height) { }
- public static Cairo.XcbSurface FromBitmap(System.IntPtr connection, uint bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetSize(int width, int height) { }
- }
- public partial class XlibSurface : Cairo.Surface
- {
- public XlibSurface(System.IntPtr ptr, bool own) { }
- public XlibSurface(System.IntPtr display, System.IntPtr drawable, System.IntPtr visual, int width, int height) { }
- public int Depth { get { throw null; } }
- public System.IntPtr Display { get { throw null; } }
- public System.IntPtr Drawable { get { throw null; } }
- public int Height { get { throw null; } }
- public System.IntPtr Screen { get { throw null; } }
- public System.IntPtr Visual { get { throw null; } }
- public int Width { get { throw null; } }
- public static Cairo.XlibSurface FromBitmap(System.IntPtr display, System.IntPtr bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetDrawable(System.IntPtr drawable, int width, int height) { }
- public void SetSize(int width, int height) { }
- }
-}
diff --git a/src/v4.6/Mono.Cecil.cs b/src/v4.6/Mono.Cecil.cs
deleted file mode 100644
index 29993de..0000000
--- a/src/v4.6/Mono.Cecil.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.10.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-
-// this is not complete, it is just to break the dependency on Mono.Cecil in the Mono.Debugger.Soft assembly
-namespace Mono.Cecil
-{
- public partial class AssemblyDefinition { }
- public partial class MethodDefinition { }
- public partial class PropertyDefinition { }
- public partial class FieldDefinition { }
- public partial class TypeDefinition { }
-}
-namespace Mono.Cecil.Cil
-{
- public partial struct OpCode { }
-}
diff --git a/src/v4.6/Mono.CodeContracts.cs b/src/v4.6/Mono.CodeContracts.cs
deleted file mode 100644
index 7aac1bb..0000000
--- a/src/v4.6/Mono.CodeContracts.cs
+++ /dev/null
@@ -1,501 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.CodeContracts.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CodeContracts.Rewrite
-{
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AssemblyRef
- {
- public AssemblyRef(Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams streams) { throw null;}
- public AssemblyRef(string filename) { throw null;}
- public string Filename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public bool IsFilename { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public bool IsStream { get { throw null; } }
- public Mono.CodeContracts.Rewrite.AssemblyRef.TwoStreams Streams { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (System.IO.Stream stream) { throw null; }
- public static implicit operator Mono.CodeContracts.Rewrite.AssemblyRef (string filename) { throw null; }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TwoStreams
- {
- public TwoStreams(System.IO.Stream assembly, System.IO.Stream symbols) { throw null;}
- public System.IO.Stream Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public System.IO.Stream Symbols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- }
- public partial class Rewriter
- {
- internal Rewriter() { }
- public static Mono.CodeContracts.Rewrite.RewriterResults Rewrite(Mono.CodeContracts.Rewrite.RewriterOptions options) { throw null; }
- }
- public partial class RewriterOptions
- {
- public RewriterOptions() { }
- public Mono.CodeContracts.Rewrite.AssemblyRef Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool BreakIntoDebugger { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Debug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ForceAssemblyRename { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Level { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.CodeContracts.Rewrite.AssemblyRef OutputFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Rewrite { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ThrowOnFailure { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool WritePdbFile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class RewriterResults
- {
- internal RewriterResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static
-{
- public partial class Checker
- {
- internal Checker() { }
- public static Mono.CodeContracts.Static.CheckResults Check(Mono.CodeContracts.Static.CheckOptions options) { throw null; }
- }
- public partial class CheckOptions
- {
- public CheckOptions() { }
- public string Assembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string Method { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool ShowDebug { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class CheckResults
- {
- internal CheckResults() { }
- public bool AnyErrors { get { throw null; } }
- public bool AnyWarnings { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Errors { get { throw null; } }
- public System.Collections.Generic.IDictionary<string, System.Collections.Generic.ICollection<string>> Results { get { throw null; } }
- public System.Collections.Generic.IEnumerable<string> Warnings { get { throw null; } }
- }
-}
-namespace Mono.CodeContracts.Static.Analysis.Numerical
-{
- public partial class DisInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.DisInterval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- internal DisInterval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.DisInterval NotZero;
- public Mono.CodeContracts.Static.Analysis.Numerical.Interval AsInterval { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public bool IsNotZero { get { throw null; } }
- public bool IsPositiveOrZero { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval TopValue { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public override bool Equals(object other) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval EverythingExcept(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.Analysis.Numerical.Interval interval) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval For(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval ImmutableVersion() { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Join(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval JoinAll(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> list) { throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Meet(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> Normalize(Mono.CodeContracts.Static.DataStructures.Sequence<Mono.CodeContracts.Static.Analysis.Numerical.Interval> intervals, out bool isBottom) { isBottom = default(bool); throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator +(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator /(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator *(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left, Mono.CodeContracts.Static.Analysis.Numerical.DisInterval right) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.DisInterval operator -(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval left) { throw null; }
- public Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Select(System.Func<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Interval> selector) { throw null; }
- public override string ToString() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.DisInterval Widen(Mono.CodeContracts.Static.Analysis.Numerical.DisInterval that) { throw null; }
- }
- public enum ExpressionOperator
- {
- Add = 16,
- And = 3,
- Constant = 0,
- ConvertToInt32 = 24,
- Div = 19,
- Equal = 9,
- Equal_Obj = 10,
- GreaterEqualThan = 15,
- GreaterThan = 14,
- LessEqualThan = 13,
- LessThan = 12,
- LogicalAnd = 6,
- LogicalNot = 8,
- LogicalOr = 7,
- Mod = 20,
- Mult = 18,
- Not = 2,
- NotEqual = 11,
- Or = 4,
- SizeOf = 22,
- Sub = 17,
- UnaryMinus = 21,
- Unknown = 23,
- Variable = 1,
- Xor = 5,
- }
- public partial class Interval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<Mono.CodeContracts.Static.Analysis.Numerical.Interval, Mono.CodeContracts.Static.Analysis.Numerical.Rational>, System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Interval>
- {
- internal Interval() : base (default(Mono.CodeContracts.Static.Analysis.Numerical.Rational), default(Mono.CodeContracts.Static.Analysis.Numerical.Rational)) { }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Bottom { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval BottomValue { get { throw null; } }
- public override bool IsBottom { get { throw null; } }
- public override bool IsTop { get { throw null; } }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Top { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval TopValue { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval ApplyConversion(Mono.CodeContracts.Static.Analysis.Numerical.ExpressionOperator conv, Mono.CodeContracts.Static.Analysis.Numerical.Interval intv) { throw null; }
- public static bool AreConsecutiveIntegers(Mono.CodeContracts.Static.Analysis.Numerical.Interval prev, Mono.CodeContracts.Static.Analysis.Numerical.Interval next) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Clone() { throw null; }
- public override void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(Mono.CodeContracts.Static.Analysis.Numerical.Rational lowerBound, long upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long value) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lower, Mono.CodeContracts.Static.Analysis.Numerical.Rational upperBound) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval For(long lowerBound, long upperBound) { throw null; }
- public override int GetHashCode() { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval ImmutableVersion() { throw null; }
- public bool Includes(int x) { throw null; }
- public bool Includes(long x) { throw null; }
- protected override bool IsFiniteBound(Mono.CodeContracts.Static.Analysis.Numerical.Rational n) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Join(Mono.CodeContracts.Static.Analysis.Numerical.Interval that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public override bool LessEqual(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool LessEqual(System.Collections.Generic.IEnumerable<Mono.CodeContracts.Static.Analysis.Numerical.Interval> right) { throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Meet(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool OnTheLeftOf(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator +(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator /(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator *(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l, Mono.CodeContracts.Static.Analysis.Numerical.Interval r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Interval operator -(Mono.CodeContracts.Static.Analysis.Numerical.Interval l) { throw null; }
- public bool OverlapsWith(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- public bool TryGetSingletonFiniteInt32(out int value) { value = default(int); throw null; }
- public override Mono.CodeContracts.Static.Analysis.Numerical.Interval Widen(Mono.CodeContracts.Static.Analysis.Numerical.Interval that) { throw null; }
- }
- public abstract partial class IntervalBase<TInterval, TNumeric> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<TInterval> where TInterval : Mono.CodeContracts.Static.Analysis.Numerical.IntervalBase<TInterval, TNumeric>
- {
- protected IntervalBase(TNumeric lowerBound, TNumeric upperBound) { }
- public abstract TInterval Bottom { get; }
- public abstract bool IsBottom { get; }
- public bool IsFinite { get { throw null; } }
- public bool IsSinglePoint { get { throw null; } }
- public abstract bool IsTop { get; }
- public TNumeric LowerBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Top { get; }
- public TNumeric UpperBound { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
- public abstract TInterval Clone();
- public abstract void Dump(System.IO.TextWriter tw);
- public abstract TInterval ImmutableVersion();
- protected abstract bool IsFiniteBound(TNumeric n);
- public abstract TInterval Join(TInterval that);
- public abstract TInterval Join(TInterval that, bool widening, out bool weaker);
- public abstract bool LessEqual(TInterval that);
- public abstract TInterval Meet(TInterval that);
- public override string ToString() { throw null; }
- public abstract TInterval Widen(TInterval that);
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rational : System.IEquatable<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MaxValue;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusOne;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational MinValue;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational One;
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity;
- public static readonly Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero;
- public long Down { get { throw null; } }
- public bool IsInfinity { get { throw null; } }
- public bool IsInt32 { get { throw null; } }
- public bool IsInteger { get { throw null; } }
- public bool IsMaxValue { get { throw null; } }
- public bool IsMinusInfinity { get { throw null; } }
- public bool IsMinValue { get { throw null; } }
- public bool IsPlusInfinity { get { throw null; } }
- public bool IsZero { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt32 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational NextInt64 { get { throw null; } }
- public Mono.CodeContracts.Static.Analysis.Numerical.Rational PreviousInt32 { get { throw null; } }
- public int Sign { get { throw null; } }
- public long Up { get { throw null; } }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Abs(Mono.CodeContracts.Static.Analysis.Numerical.Rational a) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.Analysis.Numerical.Rational other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long number) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational For(long nominator, long denominator) { throw null; }
- public override int GetHashCode() { throw null; }
- public bool IsInRange(long min, long max) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Max(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational Min(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator +(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator /(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator ==(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator double (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator int (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static explicit operator long (Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator >=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator >=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Analysis.Numerical.Rational (long l) { throw null; }
- public static bool operator !=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static bool operator <=(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long r) { throw null; }
- public static bool operator <=(long l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator *(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, long i) { throw null; }
- public static Mono.CodeContracts.Static.Analysis.Numerical.Rational operator -(Mono.CodeContracts.Static.Analysis.Numerical.Rational value) { throw null; }
- public override string ToString() { throw null; }
- public static bool TryAdd(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryDivide(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryMultiply(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TrySubtract(Mono.CodeContracts.Static.Analysis.Numerical.Rational l, Mono.CodeContracts.Static.Analysis.Numerical.Rational r, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- public static bool TryUnaryMinus(Mono.CodeContracts.Static.Analysis.Numerical.Rational value, out Mono.CodeContracts.Static.Analysis.Numerical.Rational result) { result = default(Mono.CodeContracts.Static.Analysis.Numerical.Rational); throw null; }
- }
- public partial class RationalThreshold : Mono.CodeContracts.Static.Analysis.Numerical.Threshold<Mono.CodeContracts.Static.Analysis.Numerical.Rational>
- {
- public RationalThreshold(int size) : base (default(int)) { }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational MinusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational PlusInfinity { get { throw null; } }
- protected override Mono.CodeContracts.Static.Analysis.Numerical.Rational Zero { get { throw null; } }
- protected override bool LessThan(Mono.CodeContracts.Static.Analysis.Numerical.Rational a, Mono.CodeContracts.Static.Analysis.Numerical.Rational b) { throw null; }
- }
- public abstract partial class Threshold<T>
- {
- protected int NextFree;
- protected readonly System.Collections.Generic.List<T> Values;
- protected Threshold(int size) { }
- public int Count { get { throw null; } }
- protected abstract T MinusInfinity { get; }
- protected abstract T PlusInfinity { get; }
- protected abstract T Zero { get; }
- public bool Add(T value) { throw null; }
- public int BinarySearch(T value, int low, int hi) { throw null; }
- public T GetNext(T value) { throw null; }
- public T GetPrevious(T value) { throw null; }
- protected abstract bool LessThan(T a, T b);
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures
-{
- public partial interface IImmutableIntMap<T>
- {
- T Any { get; }
- int Count { get; }
- T this[int key] { get; }
- System.Collections.Generic.IEnumerable<int> Keys { get; }
- System.Collections.Generic.IEnumerable<T> Values { get; }
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- bool Contains(int key);
- T Lookup(int key);
- Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- void Visit(System.Action<int, T> action);
- void Visit(System.Action<T> action);
- }
- public static partial class ImmutableIntMap<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Empty;
- }
- public static partial class SequenceExtensions
- {
- public static bool All<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static bool Any<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> predicate) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Append<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, Mono.CodeContracts.Static.DataStructures.Sequence<T> append) { throw null; }
- public static void Apply<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static System.Collections.Generic.IEnumerable<T> AsEnumerable<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Coerce<S, T>(this Mono.CodeContracts.Static.DataStructures.Sequence<S> list) where S : T { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> rest, T elem) { throw null; }
- public static void ForEach<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> seq, System.Action<T> action) { }
- public static bool IsEmpty<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static T Last<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static int Length<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Reverse<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<T, S>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Where<T>(this Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Predicate<T> keep) { throw null; }
- }
- public partial class Sequence<T> : System.IEquatable<Mono.CodeContracts.Static.DataStructures.Sequence<T>>
- {
- internal Sequence() { }
- public static readonly Mono.CodeContracts.Static.DataStructures.Sequence<T> Empty;
- public T Head { get { throw null; } }
- public Mono.CodeContracts.Static.DataStructures.Sequence<T> Tail { get { throw null; } }
- public static void Apply(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Action<T> action) { }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Cons(T elem, Mono.CodeContracts.Static.DataStructures.Sequence<T> tail) { throw null; }
- public static bool Contains(Mono.CodeContracts.Static.DataStructures.Sequence<T> l, T o) { throw null; }
- public bool Equals(Mono.CodeContracts.Static.DataStructures.Sequence<T> other) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(System.Collections.Generic.IEnumerable<T> elems) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> From(params T[] elems) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int LengthOf(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static System.Collections.Generic.IEnumerable<T> PrivateGetEnumerable(Mono.CodeContracts.Static.DataStructures.Sequence<T> list) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<S> Select<S>(Mono.CodeContracts.Static.DataStructures.Sequence<T> list, System.Func<T, S> selector) { throw null; }
- public static Mono.CodeContracts.Static.DataStructures.Sequence<T> Singleton(T value) { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.CodeContracts.Static.DataStructures.Patricia
-{
- public partial class BranchNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public readonly int BranchingBit;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Left;
- public readonly int Prefix;
- public readonly Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> Right;
- public BranchNode(int prefix, int branchingBit, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class EmptyNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public static readonly Mono.CodeContracts.Static.DataStructures.Patricia.EmptyNode<T> Instance;
- public EmptyNode() { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public partial class LeafNode<T> : Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T>
- {
- public LeafNode(int key, T value) { }
- public override int Count { get { throw null; } }
- public override int Key { get { throw null; } }
- public T Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value) { throw null; }
- protected internal override void AppendToBuilder(System.Text.StringBuilder sb) { }
- public override bool Contains(int key) { throw null; }
- protected internal override void Dump(System.IO.TextWriter tw, string prefix) { }
- protected internal override void FillKeysTo(System.Collections.Generic.List<int> list) { }
- protected internal override void FillValuesTo(System.Collections.Generic.List<T> list) { }
- public override T Lookup(int key) { throw null; }
- public override Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key) { throw null; }
- public override void Visit(System.Action<int, T> action) { }
- public override void Visit(System.Action<T> action) { }
- }
- public abstract partial class PatriciaTrieNode<T> : Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T>
- {
- protected PatriciaTrieNode() { }
- public T Any { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public abstract int Count { get; }
- public T this[int key] { get { throw null; } }
- public abstract int Key { get; }
- public System.Collections.Generic.IEnumerable<int> Keys { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> Values { get { throw null; } }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Add(int key, T value);
- protected internal abstract void AppendToBuilder(System.Text.StringBuilder sb);
- public abstract bool Contains(int key);
- public void Dump(System.IO.TextWriter tw) { }
- protected internal abstract void Dump(System.IO.TextWriter tw, string prefix);
- protected internal abstract void FillKeysTo(System.Collections.Generic.List<int> list);
- protected internal abstract void FillValuesTo(System.Collections.Generic.List<T> list);
- protected static bool IsZeroBitAt(int key, int branchingBit) { throw null; }
- protected static Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Join(Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> left, Mono.CodeContracts.Static.DataStructures.Patricia.PatriciaTrieNode<T> right) { throw null; }
- public abstract T Lookup(int key);
- protected static bool MatchPrefix(int key, int prefix, int maskBit) { throw null; }
- public abstract Mono.CodeContracts.Static.DataStructures.IImmutableIntMap<T> Remove(int key);
- public override string ToString() { throw null; }
- public abstract void Visit(System.Action<int, T> action);
- public abstract void Visit(System.Action<T> action);
- }
-}
-namespace Mono.CodeContracts.Static.Lattices
-{
- public static partial class AbstractDomainExtensions
- {
- public static string BottomSymbolIfAny<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool IsNormal<T>(this Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> domain) { throw null; }
- public static bool TryTrivialJoin<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- public static bool TryTrivialLessEqual<T>(this T left, T right, out bool result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(bool); throw null; }
- public static bool TryTrivialMeet<T>(this T left, T right, out T result) where T : Mono.CodeContracts.Static.Lattices.IAbstractDomain<T> { result = default(T); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FlatDomain<T> : Mono.CodeContracts.Static.Lattices.IAbstractDomain<Mono.CodeContracts.Static.Lattices.FlatDomain<T>>, System.IEquatable<Mono.CodeContracts.Static.Lattices.FlatDomain<T>> where T : System.IEquatable<T>
- {
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> BottomValue;
- public static readonly Mono.CodeContracts.Static.Lattices.FlatDomain<T> TopValue;
- public readonly T Value;
- public FlatDomain(T value) { throw null;}
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Bottom { get { throw null; } }
- public bool IsBottom { get { throw null; } }
- public bool IsTop { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Top { get { throw null; } }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Clone() { throw null; }
- public void Dump(System.IO.TextWriter tw) { }
- public bool Equals(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> ImmutableVersion() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Join(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that, bool widening, out bool weaker) { weaker = default(bool); throw null; }
- public bool LessEqual(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Meet(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- public static implicit operator Mono.CodeContracts.Static.Lattices.FlatDomain<T> (T value) { throw null; }
- public override string ToString() { throw null; }
- public Mono.CodeContracts.Static.Lattices.FlatDomain<T> Widen(Mono.CodeContracts.Static.Lattices.FlatDomain<T> that) { throw null; }
- }
- public partial interface IAbstractDomain<T>
- {
- T Bottom { get; }
- bool IsBottom { get; }
- bool IsTop { get; }
- T Top { get; }
- T Clone();
- void Dump(System.IO.TextWriter tw);
- T ImmutableVersion();
- T Join(T that);
- T Join(T that, bool widen, out bool weaker);
- bool LessEqual(T that);
- T Meet(T that);
- T Widen(T that);
- }
-}
diff --git a/src/v4.6/Mono.CompilerServices.SymbolWriter.cs b/src/v4.6/Mono.CompilerServices.SymbolWriter.cs
deleted file mode 100644
index b7a3c6c..0000000
--- a/src/v4.6/Mono.CompilerServices.SymbolWriter.cs
+++ /dev/null
@@ -1,346 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- public partial class MonoSymbolWriter
- {
- protected readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile file;
- public MonoSymbolWriter(string filename) { }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile { get { throw null; } }
- public void CloseCompilerGeneratedBlock(int end_offset) { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int end_offset) { }
- public void DefineAnonymousScope(int id) { }
- public void DefineCapturedLocal(int scope_id, string name, string captured_name) { }
- public void DefineCapturedParameter(int scope_id, string name, string captured_name) { }
- public void DefineCapturedScope(int scope_id, int id, string captured_name) { }
- public void DefineCapturedThis(int scope_id, string captured_name) { }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry DefineCompilationUnit(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url, byte[] guid, byte[] checksum) { throw null; }
- public void DefineLocalVariable(int index, string name) { }
- public int DefineNamespace(string name, Mono.CompilerServices.SymbolWriter.CompileUnitEntry unit, string[] using_clauses, int parent) { throw null; }
- public void DefineScopeVariable(int scope, int index) { }
- public void EndIteratorBody(int end_offset) { }
- public void EndIteratorDispatcher(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void OpenCompilerGeneratedBlock(int start_offset) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder OpenMethod(Mono.CompilerServices.SymbolWriter.ICompileUnit file, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { throw null; }
- public int OpenScope(int start_offset) { throw null; }
- public void StartIteratorBody(int start_offset) { }
- public void StartIteratorDispatcher(int start_offset) { }
- public void WriteSymbolFile(System.Guid guid) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
- public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
- {
- public SymbolWriterImpl(System.Reflection.Emit.ModuleBuilder mb) { }
- public void Close() { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int endOffset) { }
- public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) { throw null; }
- public void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) { }
- public void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) { }
- public void Initialize(System.IntPtr emitter, string filename, bool fFullBuild) { }
- public void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method) { }
- public void OpenNamespace(string name) { }
- public int OpenScope(int startOffset) { throw null; }
- public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn) { }
- public void SetScopeRange(int scopeID, int startOffset, int endOffset) { }
- public void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data) { }
- public void SetUnderlyingWriter(System.IntPtr underlyingWriter) { }
- public void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod) { }
- public void UsingNamespace(string fullName) { }
- }
-}
diff --git a/src/v4.6/Mono.Data.Sqlite.cs b/src/v4.6/Mono.Data.Sqlite.cs
deleted file mode 100644
index 367b197..0000000
--- a/src/v4.6/Mono.Data.Sqlite.cs
+++ /dev/null
@@ -1,578 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("http://sqlite.phxsoftware.com")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Public Domain")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("ADO.NET 2.0 Data Provider for SQLite")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.61.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTitleAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
-[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1))]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Data.Sqlite
-{
- public enum CollationEncodingEnum
- {
- UTF16BE = 3,
- UTF16LE = 2,
- UTF8 = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CollationSequence
- {
- public Mono.Data.Sqlite.CollationEncodingEnum Encoding;
- public string Name;
- public Mono.Data.Sqlite.CollationTypeEnum Type;
- public int Compare(char[] c1, char[] c2) { throw null; }
- public int Compare(string s1, string s2) { throw null; }
- }
- public enum CollationTypeEnum
- {
- Binary = 1,
- Custom = 0,
- NoCase = 2,
- Reverse = 3,
- }
- public partial class CommitEventArgs : System.EventArgs
- {
- internal CommitEventArgs() { }
- public bool AbortTransaction;
- }
- public enum FunctionType
- {
- Aggregate = 1,
- Collation = 2,
- Scalar = 0,
- }
- [System.ComponentModel.DesignerAttribute("SQLite.Designer.SqliteCommandDesigner, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- [System.ComponentModel.ToolboxItemAttribute(true)]
- public sealed partial class SqliteCommand : System.Data.Common.DbCommand, System.ICloneable
- {
- public SqliteCommand() { }
- public SqliteCommand(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection, Mono.Data.Sqlite.SqliteTransaction transaction) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.SQL.Design.SqlCommandTextEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string CommandText { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(30)]
- public override int CommandTimeout { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override System.Data.CommandType CommandType { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DbConnectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } set { } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
- protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
- protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- [System.ComponentModel.DesignOnlyAttribute(true)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override bool DesignTimeVisible { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
- public new Mono.Data.Sqlite.SqliteParameterCollection Parameters { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public new Mono.Data.Sqlite.SqliteTransaction Transaction { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(0))]
- public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public override void Cancel() { }
- public object Clone() { throw null; }
- protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
- public new Mono.Data.Sqlite.SqliteParameter CreateParameter() { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
- public override int ExecuteNonQuery() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public override object ExecuteScalar() { throw null; }
- public override void Prepare() { }
- }
- public sealed partial class SqliteCommandBuilder : System.Data.Common.DbCommandBuilder
- {
- public SqliteCommandBuilder() { }
- public SqliteCommandBuilder(Mono.Data.Sqlite.SqliteDataAdapter adp) { }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string CatalogSeparator { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteDataAdapter DataAdapter { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute("[")]
- public override string QuotePrefix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string QuoteSuffix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string SchemaSeparator { get { throw null; } set { } }
- protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause) { }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
- protected override string GetParameterName(int parameterOrdinal) { throw null; }
- protected override string GetParameterName(string parameterName) { throw null; }
- protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
- protected override System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
- public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
- protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
- public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
- }
- public delegate void SQLiteCommitHandler(object sender, Mono.Data.Sqlite.CommitEventArgs e);
- public enum SQLiteConfig
- {
- MultiThread = 2,
- Serialized = 3,
- SingleThread = 1,
- }
- public sealed partial class SqliteConnection : System.Data.Common.DbConnection, System.ICloneable
- {
- public SqliteConnection() { }
- public SqliteConnection(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteConnection(string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("SQLite.Designer.SqliteConnectionStringEditor, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string ConnectionString { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string Database { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string DataSource { get { throw null; } }
- protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string ServerVersion { get { throw null; } }
- public static string SQLiteVersion { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override System.Data.ConnectionState State { get { throw null; } }
- public event Mono.Data.Sqlite.SQLiteCommitHandler Commit { add { } remove { } }
- public event System.EventHandler RollBack { add { } remove { } }
- public override event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public event Mono.Data.Sqlite.SQLiteUpdateEventHandler Update { add { } remove { } }
- protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction() { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(bool deferredLock) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, bool deferredLock) { throw null; }
- public override void ChangeDatabase(string databaseName) { }
- public void ChangePassword(byte[] newPassword) { }
- public void ChangePassword(string newPassword) { }
- public static void ClearAllPools() { }
- public static void ClearPool(Mono.Data.Sqlite.SqliteConnection connection) { }
- public object Clone() { throw null; }
- public override void Close() { }
- public new Mono.Data.Sqlite.SqliteCommand CreateCommand() { throw null; }
- protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
- public static void CreateFile(string databaseFileName) { }
- protected override void Dispose(bool disposing) { }
- public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
- public override System.Data.DataTable GetSchema() { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
- public override void Open() { }
- public static void SetConfig(Mono.Data.Sqlite.SQLiteConfig config) { }
- public void SetPassword(byte[] databasePassword) { }
- public void SetPassword(string databasePassword) { }
- }
- [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
- public sealed partial class SqliteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
- {
- public SqliteConnectionStringBuilder() { }
- public SqliteConnectionStringBuilder(string connectionString) { }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool BinaryGUID { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(2000)]
- [System.ComponentModel.DisplayNameAttribute("Cache Size")]
- public int CacheSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.DisplayNameAttribute("Data Source")]
- public string DataSource { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteDateFormats)(1))]
- public Mono.Data.Sqlite.SQLiteDateFormats DateTimeFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.Data.IsolationLevel)(1048576))]
- [System.ComponentModel.DisplayNameAttribute("Default Isolation Level")]
- public System.Data.IsolationLevel DefaultIsolationLevel { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(30)]
- [System.ComponentModel.DisplayNameAttribute("Default Timeout")]
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool Enlist { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool FailIfMissing { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteJournalModeEnum)(0))]
- [System.ComponentModel.DisplayNameAttribute("Journal Mode")]
- public Mono.Data.Sqlite.SQLiteJournalModeEnum JournalMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Legacy Format")]
- public bool LegacyFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(0)]
- [System.ComponentModel.DisplayNameAttribute("Max Page Count")]
- public int MaxPageCount { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(1024)]
- [System.ComponentModel.DisplayNameAttribute("Page Size")]
- public int PageSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.PasswordPropertyTextAttribute(true)]
- public string Password { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool Pooling { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Read Only")]
- public bool ReadOnly { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SynchronizationModes)(0))]
- [System.ComponentModel.DisplayNameAttribute("Synchronous")]
- public Mono.Data.Sqlite.SynchronizationModes SyncMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public string Uri { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool UseUTF16Encoding { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(3)]
- public int Version { get { throw null; } set { } }
- public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
- }
- public abstract partial class SqliteConvert
- {
- internal SqliteConvert() { }
- protected static readonly System.DateTime UnixEpoch;
- public static string[] Split(string source, char separator) { throw null; }
- public static bool ToBoolean(object source) { throw null; }
- public static bool ToBoolean(string source) { throw null; }
- public System.DateTime ToDateTime(double julianDay) { throw null; }
- public System.DateTime ToDateTime(string dateText) { throw null; }
- public double ToJulianDay(System.DateTime value) { throw null; }
- public string ToString(System.DateTime dateValue) { throw null; }
- public virtual string ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- public byte[] ToUTF8(System.DateTime dateTimeValue) { throw null; }
- public static byte[] ToUTF8(string sourceText) { throw null; }
- public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- }
- [System.ComponentModel.DefaultEventAttribute("RowUpdated")]
- [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.SqlDataAdapterDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- public sealed partial class SqliteDataAdapter : System.Data.Common.DbDataAdapter
- {
- public SqliteDataAdapter() { }
- public SqliteDataAdapter(Mono.Data.Sqlite.SqliteCommand cmd) { }
- public SqliteDataAdapter(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteDataAdapter(string commandText, string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand DeleteCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand InsertCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand SelectCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand UpdateCommand { get { throw null; } set { } }
- public event System.EventHandler<System.Data.Common.RowUpdatedEventArgs> RowUpdated { add { } remove { } }
- public event System.EventHandler<System.Data.Common.RowUpdatingEventArgs> RowUpdating { add { } remove { } }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class SqliteDataReader : System.Data.Common.DbDataReader
- {
- internal SqliteDataReader() { }
- public override int Depth { get { throw null; } }
- public override int FieldCount { get { throw null; } }
- public override bool HasRows { get { throw null; } }
- public override bool IsClosed { get { throw null; } }
- public override object this[int i] { get { throw null; } }
- public override object this[string name] { get { throw null; } }
- public override int RecordsAffected { get { throw null; } }
- public override int VisibleFieldCount { get { throw null; } }
- public override void Close() { }
- public override bool GetBoolean(int i) { throw null; }
- public override byte GetByte(int i) { throw null; }
- public override long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) { throw null; }
- public override char GetChar(int i) { throw null; }
- public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) { throw null; }
- public override string GetDataTypeName(int i) { throw null; }
- public override System.DateTime GetDateTime(int i) { throw null; }
- public override decimal GetDecimal(int i) { throw null; }
- public override double GetDouble(int i) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public override System.Type GetFieldType(int i) { throw null; }
- public override float GetFloat(int i) { throw null; }
- public override System.Guid GetGuid(int i) { throw null; }
- public override short GetInt16(int i) { throw null; }
- public override int GetInt32(int i) { throw null; }
- public override long GetInt64(int i) { throw null; }
- public override string GetName(int i) { throw null; }
- public override int GetOrdinal(string name) { throw null; }
- public override System.Data.DataTable GetSchemaTable() { throw null; }
- public override string GetString(int i) { throw null; }
- public override object GetValue(int i) { throw null; }
- public override int GetValues(object[] values) { throw null; }
- public override bool IsDBNull(int i) { throw null; }
- public override bool NextResult() { throw null; }
- public override bool Read() { throw null; }
- }
- public partial class SqliteDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator
- {
- public SqliteDataSourceEnumerator() { }
- public override System.Data.DataTable GetDataSources() { throw null; }
- }
- public enum SQLiteDateFormats
- {
- ISO8601 = 1,
- JulianDay = 2,
- Ticks = 0,
- UnixEpoch = 3,
- }
- public enum SQLiteErrorCode
- {
- Abort = 4,
- Auth = 23,
- Busy = 5,
- CantOpen = 14,
- Constraint = 19,
- Corrupt = 11,
- Done = 101,
- Empty = 16,
- Error = 1,
- Format = 24,
- Full = 13,
- Internal = 2,
- Interrupt = 9,
- IOErr = 10,
- Locked = 6,
- Mismatch = 20,
- Misuse = 21,
- NOLFS = 22,
- NoMem = 7,
- NotADatabase = 26,
- NotFound = 12,
- Ok = 0,
- Perm = 3,
- Protocol = 15,
- Range = 25,
- ReadOnly = 8,
- Row = 100,
- Schema = 17,
- TooBig = 18,
- }
- [System.SerializableAttribute]
- public sealed partial class SqliteException : System.Data.Common.DbException
- {
- public SqliteException() { }
- public SqliteException(int errorCode, string extendedInformation) { }
- public SqliteException(string message) { }
- public SqliteException(string message, System.Exception innerException) { }
- public new Mono.Data.Sqlite.SQLiteErrorCode ErrorCode { get { throw null; } }
- }
- public sealed partial class SqliteFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
- {
- public static readonly Mono.Data.Sqlite.SqliteFactory Instance;
- public SqliteFactory() { }
- public override System.Data.Common.DbCommand CreateCommand() { throw null; }
- public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
- public override System.Data.Common.DbConnection CreateConnection() { throw null; }
- public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
- public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
- public override System.Data.Common.DbParameter CreateParameter() { throw null; }
- object System.IServiceProvider.GetService(System.Type serviceType) { throw null; }
- }
- public abstract partial class SqliteFunction : System.IDisposable
- {
- protected SqliteFunction() { }
- public Mono.Data.Sqlite.SqliteConvert SqliteConvert { get { throw null; } }
- public virtual int Compare(string param1, string param2) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual object Final(object contextData) { throw null; }
- public virtual object Invoke(object[] args) { throw null; }
- public static void RegisterFunction(System.Type typ) { }
- public virtual void Step(object[] args, int stepNumber, ref object contextData) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=true)]
- public sealed partial class SqliteFunctionAttribute : System.Attribute
- {
- public SqliteFunctionAttribute() { }
- public int Arguments { get { throw null; } set { } }
- public Mono.Data.Sqlite.FunctionType FuncType { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class SqliteFunctionEx : Mono.Data.Sqlite.SqliteFunction
- {
- public SqliteFunctionEx() { }
- protected Mono.Data.Sqlite.CollationSequence GetCollationSequence() { throw null; }
- }
- public enum SQLiteJournalModeEnum
- {
- Delete = 0,
- Off = 2,
- Persist = 1,
- }
- public static partial class SqliteMetaDataCollectionNames
- {
- public static readonly string Catalogs;
- public static readonly string Columns;
- public static readonly string ForeignKeys;
- public static readonly string IndexColumns;
- public static readonly string Indexes;
- public static readonly string Tables;
- public static readonly string Triggers;
- public static readonly string ViewColumns;
- public static readonly string Views;
- }
- public sealed partial class SqliteParameter : System.Data.Common.DbParameter, System.ICloneable
- {
- public SqliteParameter() { }
- public SqliteParameter(System.Data.DbType dbType) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(System.Data.DbType dbType, object value) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, object value) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, bool sourceColumnNullMapping, object value) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, object value) { }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
- public override System.Data.DbType DbType { get { throw null; } set { } }
- public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public override bool IsNullable { get { throw null; } set { } }
- public override string ParameterName { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(0)]
- public override int Size { get { throw null; } set { } }
- public override string SourceColumn { get { throw null; } set { } }
- public override bool SourceColumnNullMapping { get { throw null; } set { } }
- public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
- public override object Value { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override void ResetDbType() { }
- }
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ListBindableAttribute(false)]
- public sealed partial class SqliteParameterCollection : System.Data.Common.DbParameterCollection
- {
- internal SqliteParameterCollection() { }
- public override int Count { get { throw null; } }
- public override bool IsFixedSize { get { throw null; } }
- public override bool IsReadOnly { get { throw null; } }
- public override bool IsSynchronized { get { throw null; } }
- public new Mono.Data.Sqlite.SqliteParameter this[int index] { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteParameter this[string parameterName] { get { throw null; } set { } }
- public override object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Sqlite.SqliteParameter parameter) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override int Add(object value) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { throw null; }
- public void AddRange(Mono.Data.Sqlite.SqliteParameter[] values) { }
- public override void AddRange(System.Array values) { }
- public Mono.Data.Sqlite.SqliteParameter AddWithValue(string parameterName, object value) { throw null; }
- public override void Clear() { }
- public override bool Contains(object value) { throw null; }
- public override bool Contains(string parameterName) { throw null; }
- public override void CopyTo(System.Array array, int index) { }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
- public override int IndexOf(object value) { throw null; }
- public override int IndexOf(string parameterName) { throw null; }
- public override void Insert(int index, object value) { }
- public override void Remove(object value) { }
- public override void RemoveAt(int index) { }
- public override void RemoveAt(string parameterName) { }
- protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
- protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
- }
- public sealed partial class SqliteTransaction : System.Data.Common.DbTransaction
- {
- internal SqliteTransaction() { }
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
- public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public override void Commit() { }
- protected override void Dispose(bool disposing) { }
- public override void Rollback() { }
- }
- public delegate void SQLiteUpdateEventHandler(object sender, Mono.Data.Sqlite.UpdateEventArgs e);
- public enum SynchronizationModes
- {
- Full = 1,
- Normal = 0,
- Off = 2,
- }
- public enum TypeAffinity
- {
- Blob = 4,
- DateTime = 10,
- Double = 2,
- Int64 = 1,
- None = 11,
- Null = 5,
- Text = 3,
- Uninitialized = 0,
- }
- public partial class UpdateEventArgs : System.EventArgs
- {
- internal UpdateEventArgs() { }
- public readonly string Database;
- public readonly Mono.Data.Sqlite.UpdateEventType Event;
- public readonly long RowId;
- public readonly string Table;
- }
- public enum UpdateEventType
- {
- Delete = 9,
- Insert = 18,
- Update = 23,
- }
-}
diff --git a/src/v4.6/Mono.Data.Tds.cs b/src/v4.6/Mono.Data.Tds.cs
deleted file mode 100644
index a1eb9b3..0000000
--- a/src/v4.6/Mono.Data.Tds.cs
+++ /dev/null
@@ -1,592 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Data.Tds
-{
- public delegate object FrameworkValueGetter(object rawValue, ref bool updated);
- public partial class TdsMetaParameter
- {
- public const int maxNVarCharCharacters = 1073741823;
- public const int maxVarCharCharacters = 2147483647;
- public TdsMetaParameter(string name, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, object value) { }
- public TdsMetaParameter(string name, object value) { }
- public TdsMetaParameter(string name, string typeName, object value) { }
- public Mono.Data.Tds.TdsParameterDirection Direction { get { throw null; } set { } }
- public bool IsAnyVarCharMax { get { throw null; } }
- public bool IsDateTimeType { get { throw null; } }
- public bool IsDecimalType { get { throw null; } }
- public bool IsMoneyType { get { throw null; } }
- public bool IsNonUnicodeText { get { throw null; } }
- public bool IsNullable { get { throw null; } set { } }
- public bool IsTextType { get { throw null; } }
- public bool IsVarCharMax { get { throw null; } }
- public bool IsVariableSizeType { get { throw null; } set { } }
- public bool IsVarNVarCharMax { get { throw null; } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public object RawValue { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string TypeName { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- public void CalculateIsVariableType() { }
- public void Validate(int index) { }
- }
- public partial class TdsMetaParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable
- {
- public TdsMetaParameterCollection() { }
- public int Count { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[int index] { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[string name] { get { throw null; } }
- public object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void Clear() { }
- public bool Contains(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public int IndexOf(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public int IndexOf(string name) { throw null; }
- public void Insert(int index, Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(string name) { }
- public void RemoveAt(int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- [System.SerializableAttribute]
- public enum TdsParameterDirection
- {
- Input = 0,
- InputOutput = 2,
- Output = 1,
- ReturnValue = 3,
- }
-}
-namespace Mono.Data.Tds.Protocol
-{
- public abstract partial class Tds
- {
- protected internal Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParms;
- protected Mono.Data.Tds.Protocol.TdsInternalErrorCollection messages;
- protected readonly byte[] NTLMSSP_ID;
- public Tds(string dataSource, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- public Tds(string dataSource, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- protected string Charset { get { throw null; } }
- public byte[] Collation { get { throw null; } }
- protected System.Collections.ArrayList ColumnNames { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumnCollection Columns { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataRow ColumnValues { get { throw null; } }
- public string Database { get { throw null; } }
- public string DataSource { get { throw null; } }
- public bool DoneProc { get { throw null; } }
- public virtual bool IsConnected { get { throw null; } set { } }
- protected string Language { get { throw null; } }
- protected System.Globalization.CultureInfo Locale { get { throw null; } }
- public bool MoreResults { get { throw null; } set { } }
- public System.Collections.ArrayList OutputParameters { get { throw null; } set { } }
- public int PacketSize { get { throw null; } }
- protected Mono.Data.Tds.TdsMetaParameterCollection Parameters { get { throw null; } set { } }
- public bool Pooling { get { throw null; } set { } }
- public int RecordsAffected { get { throw null; } set { } }
- public bool SequentialAccess { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.TdsVersion ServerTdsVersion { get { throw null; } }
- public string ServerVersion { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsVersion TdsVersion { get { throw null; } }
- public event Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventHandler TdsErrorMessage { add { } remove { } }
- public event Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventHandler TdsInfoMessage { add { } remove { } }
- public virtual System.IAsyncResult BeginExecuteNonQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected System.IAsyncResult BeginExecuteQueryInternal(string sql, bool wantResults, System.AsyncCallback callback, object state) { throw null; }
- public void Cancel() { }
- public void CheckAndThrowException(System.IAsyncResult ar) { }
- [System.MonoTODOAttribute("Is cancel enough, or do we need to drop the connection?")]
- protected void CheckForData(int timeout) { }
- public abstract bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters);
- protected Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs CreateTdsErrorMessageEvent(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- protected Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs CreateTdsInfoMessageEvent(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { throw null; }
- public static Mono.Data.Tds.Protocol.TdsTimeoutException CreateTimeoutException(string dataSource, string method) { throw null; }
- public virtual void Disconnect() { }
- public virtual void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public virtual void EndExecuteProcedure(System.IAsyncResult ar) { }
- public virtual void EndExecuteQuery(System.IAsyncResult ar) { }
- protected void EndExecuteQueryInternal(System.IAsyncResult ar) { }
- public virtual void ExecPrepared(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void ExecProc(string sql) { }
- public virtual void ExecProc(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected virtual void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void Execute(string sql) { }
- public virtual void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecuteQuery(string sql, int timeout, bool wantResults) { }
- protected object GetColumnValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool outParam) { throw null; }
- public static string GetPlainPassword(System.Security.SecureString secPass) { throw null; }
- public object GetSequentialColumnValue(int colIndex) { throw null; }
- public long GetSequentialColumnValue(int colIndex, long fieldIndex, byte[] buffer, int bufferIndex, int size) { throw null; }
- protected object GetStringValue(bool wideChars, int len, System.Text.Encoding enc) { throw null; }
- protected object GetStringValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool wideChars, bool outputParam, System.Text.Encoding encoder) { throw null; }
- protected int GetSubPacketLength() { throw null; }
- protected virtual void InitComm(int port, int timeout) { }
- protected internal void InitExec() { }
- protected virtual bool IsValidRowCount(byte status, byte op) { throw null; }
- protected bool IsWideType(Mono.Data.Tds.Protocol.TdsColumnType columnType) { throw null; }
- protected void LoadRow() { }
- public bool NextResult() { throw null; }
- public bool NextRow() { throw null; }
- protected void OnBeginExecuteQueryCallback(System.IAsyncResult ar) { }
- protected void OnTdsErrorMessage(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e) { }
- protected void OnTdsInfoMessage(Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e) { }
- public virtual string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected internal int ProcessAuthentication() { throw null; }
- protected void ProcessColumnDetail() { }
- protected abstract void ProcessColumnInfo();
- protected void ProcessColumnNames() { }
- protected void ProcessDynamic() { }
- [System.MonoTODOAttribute("Make sure counting works right, especially with multiple resultsets.")]
- protected void ProcessEndToken(Mono.Data.Tds.Protocol.TdsPacketSubType type) { }
- protected void ProcessEnvironmentChange() { }
- protected void ProcessLoginAck() { }
- protected void ProcessMessage(Mono.Data.Tds.Protocol.TdsPacketSubType subType) { }
- protected virtual void ProcessOutputParam() { }
- protected virtual void ProcessReturnStatus() { }
- protected virtual Mono.Data.Tds.Protocol.TdsPacketSubType ProcessSubPacket() { throw null; }
- protected void ProcessTableName() { }
- public virtual bool Reset() { throw null; }
- protected void SetCharset(string charset) { }
- protected void SetCharset(System.Text.Encoding encoder) { }
- protected void SetLanguage(string language) { }
- public void SkipToEnd() { }
- public virtual void Unprepare(string statementId) { }
- public void WaitFor(System.IAsyncResult ar) { }
- }
- public sealed partial class Tds42 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds42(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds42(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- }
- [System.MonoTODOAttribute("FIXME: Can packetsize be anything other than 512?")]
- public sealed partial class Tds50 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds50(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds50(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string id, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds70 : Mono.Data.Tds.Protocol.Tds
- {
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int lifetime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- protected virtual byte[] ClientVersion { get { throw null; } }
- protected virtual byte Precision { get { throw null; } }
- public override System.IAsyncResult BeginExecuteNonQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public override void EndExecuteProcedure(System.IAsyncResult ar) { }
- public override void EndExecuteQuery(System.IAsyncResult ar) { }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessReturnStatus() { }
- public override bool Reset() { throw null; }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds80 : Mono.Data.Tds.Protocol.Tds70
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int lifetime) : base (default(string), default(int)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port, int packetSize, int timeout) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int)) { }
- protected override byte[] ClientVersion { get { throw null; } }
- protected override byte Precision { get { throw null; } }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessOutputParam() { }
- }
- public partial class TdsBigDecimal
- {
- public TdsBigDecimal(byte precision, byte scale, bool isNegative, int[] data) { }
- public int[] Data { get { throw null; } }
- public bool IsNegative { get { throw null; } }
- public byte Precision { get { throw null; } }
- public byte Scale { get { throw null; } }
- }
- public partial class TdsBulkCopy
- {
- public TdsBulkCopy(Mono.Data.Tds.Protocol.Tds tds) { }
- public bool BulkCopyData(object o, bool isNewRow, int size, Mono.Data.Tds.TdsMetaParameter parameter) { throw null; }
- public bool BulkCopyEnd() { throw null; }
- public bool BulkCopyStart(Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- public bool SendColumnMetaData(string colMetaData) { throw null; }
- }
- public enum TdsColumnStatus
- {
- Hidden = 16,
- IsExpression = 4,
- IsKey = 8,
- Rename = 32,
- }
- public enum TdsColumnType
- {
- BigBinary = 173,
- BigChar = 175,
- BigInt = 127,
- BigNVarChar = 231,
- BigVarBinary = 165,
- BigVarChar = 167,
- Binary = 45,
- Bit = 50,
- BitN = 104,
- Char = 47,
- DateTime = 61,
- DateTime2 = 42,
- DateTime4 = 58,
- DateTimeN = 111,
- DateTimeOffset = 43,
- Decimal = 106,
- Float8 = 62,
- FloatN = 109,
- Image = 34,
- Int1 = 48,
- Int2 = 52,
- Int4 = 56,
- IntN = 38,
- Money = 60,
- Money4 = 112,
- MoneyN = 110,
- NChar = 239,
- NText = 99,
- Numeric = 108,
- NVarChar = 103,
- Real = 59,
- SmallMoney = 122,
- Text = 35,
- UniqueIdentifier = 36,
- VarBinary = 37,
- VarChar = 39,
- Variant = 98,
- Void = 31,
- }
- public partial class TdsConnectionInfo
- {
- public string DataSource;
- public int LifeTime;
- public int PacketSize;
- public int PoolMaxSize;
- public int PoolMinSize;
- public int Port;
- public int Timeout;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize) { }
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize, int lifeTime) { }
- public override string ToString() { throw null; }
- }
- public partial class TdsConnectionParameters
- {
- public string ApplicationName;
- public string AttachDBFileName;
- public string Charset;
- public string Database;
- public string DefaultDomain;
- public bool DomainLogin;
- public string Hostname;
- public string Language;
- public string LibraryName;
- public System.Security.SecureString Password;
- public bool PasswordSet;
- public string ProgName;
- public string User;
- public TdsConnectionParameters() { }
- public void Reset() { }
- }
- public partial class TdsConnectionPool
- {
- public TdsConnectionPool(Mono.Data.Tds.Protocol.TdsConnectionPoolManager manager, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { }
- public bool Pooling { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.Tds GetConnection() { throw null; }
- public void ReleaseConnection(Mono.Data.Tds.Protocol.Tds connection) { }
- public void ResetConnectionPool() { }
- }
- public partial class TdsConnectionPoolManager
- {
- public TdsConnectionPoolManager(Mono.Data.Tds.Protocol.TdsVersion version) { }
- public virtual Mono.Data.Tds.Protocol.Tds CreateConnection(Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- public System.Collections.IDictionary GetConnectionPool() { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString) { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- }
- public partial class TdsDataColumn
- {
- public TdsDataColumn() { }
- public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsRowVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object this[string key] { get { throw null; } set { } }
- public System.Nullable<int> LCID { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> SortOrder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class TdsDataColumnCollection : System.Collections.IEnumerable
- {
- public TdsDataColumnCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumn this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsDataColumn schema) { throw null; }
- public void Add(Mono.Data.Tds.Protocol.TdsDataColumnCollection columns) { }
- public void Clear() { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- }
- public partial class TdsDataRow : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public TdsDataRow() { }
- public int BigDecimalIndex { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public object this[int index] { get { throw null; } set { } }
- public object SyncRoot { get { throw null; } }
- public int Add(object value) { throw null; }
- public void Clear() { }
- public bool Contains(object value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public void CopyTo(int index, System.Array array, int arrayIndex, int count) { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public int IndexOf(object value) { throw null; }
- public void Insert(int index, object value) { }
- public void Remove(object value) { }
- public void RemoveAt(int index) { }
- }
- public enum TdsEnvPacketSubType
- {
- BlockSize = 4,
- CharSet = 3,
- CollationInfo = 7,
- Database = 1,
- Locale = 5,
- }
- public sealed partial class TdsInternalError
- {
- public TdsInternalError(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { }
- public byte Class { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public string Message { get { throw null; } set { } }
- public int Number { get { throw null; } set { } }
- public string Procedure { get { throw null; } set { } }
- public string Server { get { throw null; } set { } }
- public string Source { get { throw null; } set { } }
- public byte State { get { throw null; } set { } }
- }
- public sealed partial class TdsInternalErrorCollection : System.Collections.IEnumerable
- {
- public TdsInternalErrorCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalError this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsInternalError error) { throw null; }
- public void Clear() { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public sealed partial class TdsInternalErrorMessageEventArgs : Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs
- {
- public TdsInternalErrorMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) : base (default(Mono.Data.Tds.Protocol.TdsInternalErrorCollection)) { }
- }
- public delegate void TdsInternalErrorMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e);
- public partial class TdsInternalException : System.SystemException
- {
- internal TdsInternalException() { }
- public byte Class { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public override string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public override string Source { get { throw null; } }
- public byte State { get { throw null; } }
- [System.MonoTODOAttribute]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class TdsInternalInfoMessageEventArgs : System.EventArgs
- {
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) { }
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { }
- public byte Class { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalErrorCollection Errors { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public string Source { get { throw null; } }
- public byte State { get { throw null; } }
- public int Add(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- }
- public delegate void TdsInternalInfoMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e);
- public enum TdsPacketSubType
- {
- AltFormat = 168,
- AltName = 167,
- Authentication = 237,
- Capability = 226,
- ColumnDetail = 165,
- ColumnInfo = 161,
- ColumnMetadata = 129,
- ColumnName = 160,
- ColumnOrder = 169,
- Control = 174,
- Done = 253,
- DoneInProc = 255,
- DoneProc = 254,
- Dynamic = 231,
- Dynamic2 = 163,
- EED = 229,
- EnvironmentChange = 227,
- Error = 170,
- Info = 171,
- LoginAck = 173,
- Param = 172,
- Parameters = 215,
- ParamFormat = 236,
- ProcId = 124,
- ReturnStatus = 121,
- Row = 209,
- RowFormat = 238,
- TableName = 164,
- }
- public enum TdsPacketType
- {
- Bulk = 7,
- Cancel = 6,
- DBRPC = 230,
- Logoff = 113,
- Logon = 2,
- Logon70 = 16,
- None = 0,
- Normal = 15,
- Proc = 3,
- Query = 1,
- Reply = 4,
- RPC = 3,
- SspAuth = 17,
- }
- public enum TdsRpcProcId
- {
- Cursor = 1,
- CursorClose = 9,
- CursorExecute = 4,
- CursorFetch = 7,
- CursorOpen = 2,
- CursorOption = 8,
- CursorPrepare = 3,
- CursorPrepExec = 5,
- CursorUnprepare = 6,
- Execute = 12,
- ExecuteSql = 10,
- Prepare = 11,
- PrepExec = 13,
- PrepExecRpc = 14,
- Unprepare = 15,
- }
- public partial class TdsTimeoutException : Mono.Data.Tds.Protocol.TdsInternalException
- {
- internal TdsTimeoutException() { }
- }
- public enum TdsVersion
- {
- tds100 = 100,
- tds42 = 42,
- tds50 = 50,
- tds70 = 70,
- tds80 = 80,
- tds81 = 81,
- tds90 = 90,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.6/Mono.Debugger.Soft.cs b/src/v4.6/Mono.Debugger.Soft.cs
deleted file mode 100644
index 1bedd97..0000000
--- a/src/v4.6/Mono.Debugger.Soft.cs
+++ /dev/null
@@ -1,880 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono Soft Debugger API library")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Debugger.Soft.dll")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Debugger.Soft
-{
- public partial class AbsentInformationException : System.Exception
- {
- public AbsentInformationException() { }
- }
- public partial class AppDomainCreateEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainCreateEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class AppDomainMirror : Mono.Debugger.Soft.Mirror
- {
- internal AppDomainMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Corlib { get { throw null; } }
- public string FriendlyName { get { throw null; } }
- public Mono.Debugger.Soft.ObjectMirror CreateBoxedValue(Mono.Debugger.Soft.Value value) { throw null; }
- public Mono.Debugger.Soft.StringMirror CreateString(string s) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror[] GetAssemblies() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetCorrespondingType(System.Type t) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror GetEntryAssembly() { throw null; }
- }
- public partial class AppDomainUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainUnloadEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class ArrayMirror : Mono.Debugger.Soft.ObjectMirror, System.Collections.IEnumerable
- {
- internal ArrayMirror() { }
- public int[] lengths;
- public int[] lower_bounds;
- public int rank;
- public Mono.Debugger.Soft.Value this[int index] { get { throw null; } set { } }
- public int Length { get { throw null; } }
- public int Rank { get { throw null; } }
- public int GetLength(int dimension) { throw null; }
- public int GetLowerBound(int dimension) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Value> GetValues(int index, int length) { throw null; }
- public void SetValues(int index, Mono.Debugger.Soft.Value[] values) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class AssemblyLoadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyLoadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public sealed partial class AssemblyLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal AssemblyLoadEventRequest() { }
- }
- public partial class AssemblyMirror : Mono.Debugger.Soft.Mirror
- {
- internal AssemblyMirror() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
- public string Location { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
- public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
- public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
- public virtual System.Reflection.AssemblyName GetName() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError, bool ignoreCase) { throw null; }
- }
- public partial class AssemblyUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyUnloadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public partial class BreakpointEvent : Mono.Debugger.Soft.Event
- {
- internal BreakpointEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class BreakpointEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal BreakpointEventRequest() { }
- public override void Enable() { }
- }
- public partial class CommandException : System.Exception
- {
- internal CommandException() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Connection
- {
- protected Connection() { }
- public void ForceDisconnect() { }
- public void StartBuffering() { }
- public void StopBuffering() { }
- protected abstract void TransportClose();
- protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
- protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
- protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
- public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
- }
- public sealed partial class CustomAttributeDataMirror
- {
- internal CustomAttributeDataMirror() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public Mono.Debugger.Soft.MethodMirror Constructor { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror> ConstructorArguments { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeNamedArgumentMirror> NamedArguments { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgumentMirror
- {
- public Mono.Debugger.Soft.FieldInfoMirror Field { get { throw null; } }
- public Mono.Debugger.Soft.PropertyInfoMirror Property { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror TypedValue { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeTypedArgumentMirror
- {
- public System.Type ArgumentType { get { throw null; } }
- public object Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EnumMirror : Mono.Debugger.Soft.StructMirror
- {
- internal EnumMirror() { }
- public string StringValue { get { throw null; } }
- public object Value { get { throw null; } set { } }
- }
- public enum ErrorCode
- {
- ABSENT_INFORMATION = 105,
- ERR_NO_INVOCATION = 104,
- ERR_UNLOADED = 103,
- INVALID_ARGUMENT = 102,
- INVALID_FIELDID = 25,
- INVALID_FRAMEID = 30,
- INVALID_OBJECT = 20,
- INVOKE_ABORTED = 107,
- NONE = 0,
- NOT_IMPLEMENTED = 100,
- NOT_SUSPENDED = 101,
- NO_SEQ_POINT_AT_IL_OFFSET = 106,
- }
- public partial class ErrorHandlerEventArgs : System.EventArgs
- {
- public ErrorHandlerEventArgs() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Event
- {
- internal Event() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.EventRequest Request { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class EventRequest
- {
- internal EventRequest() { }
- protected System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> assembly_filter;
- protected int count;
- protected bool enabled;
- protected Mono.Debugger.Soft.EventType etype;
- protected int id;
- protected Mono.Debugger.Soft.SuspendPolicy suspend;
- protected Mono.Debugger.Soft.ThreadMirror thread;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> AssemblyFilter { get { throw null; } set { } }
- public int Count { get { throw null; } set { } }
- public bool Enabled { get { throw null; } set { } }
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } set { } }
- protected void CheckDisabled() { }
- protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
- public void Disable() { }
- public virtual void Enable() { }
- protected void SetEnabled(int id) { }
- }
- public partial class EventSet
- {
- internal EventSet() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.Event[] Events { get { throw null; } }
- public Mono.Debugger.Soft.Event this[int index] { get { throw null; } }
- public Mono.Debugger.Soft.SuspendPolicy SuspendPolicy { get { throw null; } }
- }
- public enum EventType
- {
- AppDomainCreate = 4,
- AppDomainUnload = 5,
- AssemblyLoad = 8,
- AssemblyUnload = 9,
- Breakpoint = 10,
- Exception = 13,
- KeepAlive = 14,
- MethodEntry = 6,
- MethodExit = 7,
- Step = 11,
- ThreadDeath = 3,
- ThreadStart = 2,
- TypeLoad = 12,
- UserBreak = 15,
- UserLog = 16,
- VMDeath = 1,
- VMDisconnect = 99,
- VMStart = 0,
- }
- public partial class ExceptionEvent : Mono.Debugger.Soft.Event
- {
- internal ExceptionEvent() { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- public sealed partial class ExceptionEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal ExceptionEventRequest() { }
- public Mono.Debugger.Soft.TypeMirror ExceptionType { get { throw null; } }
- public bool IncludeSubclasses { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class FieldInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public FieldInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.TypeMirror type, System.Reflection.FieldAttributes attrs) { }
- public FieldInfoMirror(Mono.Debugger.Soft.VirtualMachine vm, long id) { }
- public System.Reflection.FieldAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror FieldType { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsInitOnly { get { throw null; } }
- public bool IsLiteral { get { throw null; } }
- public bool IsNotSerialized { get { throw null; } }
- public bool IsPinvokeImpl { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.Cecil.FieldDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- }
- public partial interface IInvokeAsyncResult : System.IAsyncResult
- {
- void Abort();
- }
- public partial class ILExceptionHandler
- {
- internal ILExceptionHandler() { }
- public Mono.Debugger.Soft.TypeMirror CatchType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int FilterOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Debugger.Soft.ILExceptionHandlerType HandlerType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public enum ILExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public partial class ILInstruction
- {
- internal ILInstruction() { }
- public Mono.Debugger.Soft.ILInstruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } }
- public object Operand { get { throw null; } set { } }
- public Mono.Debugger.Soft.ILInstruction Previous { get { throw null; } set { } }
- }
- public partial interface IMirror
- {
- Mono.Debugger.Soft.VirtualMachine VirtualMachine { get; }
- }
- public partial class InterfaceMappingMirror : Mono.Debugger.Soft.Mirror
- {
- internal InterfaceMappingMirror() { }
- public Mono.Debugger.Soft.MethodMirror[] InterfaceMethods;
- public Mono.Debugger.Soft.TypeMirror InterfaceType;
- public Mono.Debugger.Soft.MethodMirror[] TargetMethods;
- public Mono.Debugger.Soft.TypeMirror TargetType;
- }
- public partial class InvalidStackFrameException : System.Exception
- {
- public InvalidStackFrameException() { }
- }
- public partial class InvocationException : System.Exception
- {
- public InvocationException(Mono.Debugger.Soft.ObjectMirror exception) { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum InvokeOptions
- {
- DisableBreakpoints = 1,
- None = 0,
- ReturnOutArgs = 8,
- ReturnOutThis = 4,
- SingleThreaded = 2,
- Virtual = 16,
- }
- public partial class InvokeResult
- {
- public InvokeResult() { }
- public Mono.Debugger.Soft.Value[] OutArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value OutThis { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value Result { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial interface ITargetProcess
- {
- bool HasExited { get; }
- int Id { get; }
- string ProcessName { get; }
- System.IO.StreamReader StandardError { get; }
- System.IO.StreamReader StandardOutput { get; }
- event System.EventHandler Exited;
- void Kill();
- }
- public partial class LaunchOptions
- {
- public LaunchOptions() { }
- public string AgentArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.ProcessLauncher CustomProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.TargetProcessLauncher CustomTargetProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Valgrind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public delegate System.Diagnostics.Process ProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- public delegate Mono.Debugger.Soft.ITargetProcess TargetProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- }
- public partial class LocalScope : Mono.Debugger.Soft.Mirror
- {
- internal LocalScope() { }
- public int LiveRangeEnd { get { throw null; } }
- public int LiveRangeStart { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public partial class LocalVariable : Mono.Debugger.Soft.Mirror
- {
- internal LocalVariable() { }
- public int Index { get { throw null; } }
- public bool IsArg { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public partial class Location : Mono.Debugger.Soft.Mirror
- {
- internal Location() { }
- public int ColumnNumber { get { throw null; } }
- public int EndColumnNumber { get { throw null; } }
- public int EndLineNumber { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public byte[] SourceFileHash { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class MethodBodyMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodBodyMirror() { }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILExceptionHandler> ExceptionHandlers { get { throw null; } }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILInstruction> Instructions { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public byte[] GetILAsByteArray() { throw null; }
- }
- public partial class MethodEntryEvent : Mono.Debugger.Soft.Event
- {
- internal MethodEntryEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodEntryEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodEntryEventRequest() { }
- }
- public partial class MethodExitEvent : Mono.Debugger.Soft.Event
- {
- internal MethodExitEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodExitEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodExitEventRequest() { }
- }
- public partial class MethodMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodMirror() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public string FullName { get { throw null; } }
- public System.Collections.Generic.IList<int> ILOffsets { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsFinal { get { throw null; } }
- public bool IsGenericMethod { get { throw null; } }
- public bool IsGenericMethodDefinition { get { throw null; } }
- public bool IsHideBySig { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public System.Collections.Generic.IList<int> LineNumbers { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Location> Locations { get { throw null; } }
- public Mono.Cecil.MethodDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.ParameterInfoMirror ReturnParameter { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ReturnType { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public Mono.Debugger.Soft.Value Evaluate(Mono.Debugger.Soft.Value this_val, Mono.Debugger.Soft.Value[] args) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGenericMethodDefinition() { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetLocal(string name) { throw null; }
- public Mono.Debugger.Soft.LocalVariable[] GetLocals() { throw null; }
- public Mono.Debugger.Soft.MethodBodyMirror GetMethodBody() { throw null; }
- public System.Reflection.MethodImplAttributes GetMethodImplementationFlags() { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetParameters() { throw null; }
- public Mono.Debugger.Soft.LocalScope[] GetScopes() { throw null; }
- public Mono.Debugger.Soft.Location LocationAtILOffset(int il_offset) { throw null; }
- public Mono.Debugger.Soft.MethodMirror MakeGenericMethod(Mono.Debugger.Soft.TypeMirror[] args) { throw null; }
- }
- public abstract partial class Mirror : Mono.Debugger.Soft.IMirror
- {
- internal Mirror() { }
- protected long id;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.VirtualMachine VirtualMachine { get { throw null; } }
- protected void CheckMirror(Mono.Debugger.Soft.Mirror m) { }
- protected void SetVirtualMachine(Mono.Debugger.Soft.VirtualMachine vm) { }
- }
- public partial class ModuleMirror : Mono.Debugger.Soft.Mirror
- {
- internal ModuleMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public System.Guid ModuleVersionId { get { throw null; } }
- public string Name { get { throw null; } }
- public string ScopeName { get { throw null; } }
- }
- public partial class ObjectCollectedException : System.Exception
- {
- public ObjectCollectedException() { }
- }
- public partial class ObjectMirror : Mono.Debugger.Soft.Value
- {
- internal ObjectMirror() { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public bool IsCollected { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public System.IAsyncResult BeginInvokeMultiple(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror[] methods, System.Collections.Generic.IList<System.Collections.Generic.IList<Mono.Debugger.Soft.Value>> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public void EndInvokeMultiple(System.IAsyncResult asyncResult) { }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class ParameterInfoMirror : Mono.Debugger.Soft.Mirror
- {
- internal ParameterInfoMirror() { }
- public System.Reflection.ParameterAttributes Attributes { get { throw null; } }
- public bool IsRetval { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ParameterType { get { throw null; } }
- public int Position { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class PointerValue : Mono.Debugger.Soft.Value
- {
- public PointerValue(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.TypeMirror type, long addr) { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PrimitiveValue : Mono.Debugger.Soft.Value
- {
- public PrimitiveValue(Mono.Debugger.Soft.VirtualMachine vm, object value) { }
- public object Value { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PropertyInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public PropertyInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.MethodMirror get_method, Mono.Debugger.Soft.MethodMirror set_method, System.Reflection.PropertyAttributes attrs) { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public Mono.Cecil.PropertyDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror PropertyType { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod(bool nonPublic) { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetIndexParameters() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod(bool nonPublic) { throw null; }
- }
- public partial class StackFrame : Mono.Debugger.Soft.Mirror
- {
- internal StackFrame() { }
- public int ColumnNumber { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public string FileName { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public bool IsDebuggerInvoke { get { throw null; } }
- public bool IsNativeTransition { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.Location Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public Mono.Debugger.Soft.Value GetArgument(int pos) { throw null; }
- public Mono.Debugger.Soft.Value GetThis() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.LocalVariable var) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.ParameterInfoMirror param) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(Mono.Debugger.Soft.LocalVariable[] vars) { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetVisibleVariableByName(string name) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.LocalVariable> GetVisibleVariables() { throw null; }
- public void SetThis(Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.LocalVariable var, Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.ParameterInfoMirror param, Mono.Debugger.Soft.Value value) { }
- }
- public enum StepDepth
- {
- Into = 0,
- Out = 2,
- Over = 1,
- }
- public partial class StepEvent : Mono.Debugger.Soft.Event
- {
- internal StepEvent() { }
- public long Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class StepEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal StepEventRequest() { }
- public Mono.Debugger.Soft.StepDepth Depth { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepFilter Filter { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepSize Size { get { throw null; } set { } }
- public new Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override void Enable() { }
- }
- [System.FlagsAttribute]
- public enum StepFilter
- {
- DebuggerHidden = 2,
- DebuggerNonUserCode = 8,
- DebuggerStepThrough = 4,
- None = 0,
- StaticCtor = 1,
- }
- public enum StepSize
- {
- Line = 1,
- Min = 0,
- }
- public partial class StringMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal StringMirror() { }
- public int Length { get { throw null; } }
- public string Value { get { throw null; } }
- public char[] GetChars(int index, int length) { throw null; }
- }
- public partial class StructMirror : Mono.Debugger.Soft.Value
- {
- internal StructMirror() { }
- public Mono.Debugger.Soft.Value[] Fields { get { throw null; } }
- public Mono.Debugger.Soft.Value this[string field] { get { throw null; } set { } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- }
- public enum SuspendPolicy
- {
- All = 2,
- EventThread = 1,
- None = 0,
- }
- public partial class ThreadDeathEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadDeathEvent() { }
- }
- public partial class ThreadMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal ThreadMirror() { }
- public long Id { get { throw null; } }
- public bool IsThreadPoolThread { get { throw null; } }
- public string Name { get { throw null; } }
- public static bool NativeTransitions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long ThreadId { get { throw null; } }
- public System.Threading.ThreadState ThreadState { get { throw null; } }
- public long TID { get { throw null; } }
- public static void FetchFrames(System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> threads) { }
- public Mono.Debugger.Soft.StackFrame[] GetFrames() { throw null; }
- public void SetIP(Mono.Debugger.Soft.Location loc) { }
- }
- public partial class ThreadStartEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadStartEvent() { }
- }
- public partial class TypeLoadEvent : Mono.Debugger.Soft.Event
- {
- internal TypeLoadEvent() { }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public sealed partial class TypeLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal TypeLoadEventRequest() { }
- public string[] SourceFileFilter { get { throw null; } set { } }
- public string[] TypeNameFilter { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class TypeMirror : Mono.Debugger.Soft.Mirror
- {
- internal TypeMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public System.Reflection.TypeAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror BaseType { get { throw null; } }
- public string CSharpName { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror EnumUnderlyingType { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasElementType { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAnsiClass { get { throw null; } }
- public bool IsArray { get { throw null; } }
- public bool IsAutoClass { get { throw null; } }
- public bool IsAutoLayout { get { throw null; } }
- public bool IsByRef { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsCOMObject { get { throw null; } }
- public bool IsContextful { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } }
- public bool IsGenericType { get { throw null; } }
- public bool IsGenericTypeDefinition { get { throw null; } }
- public bool IsImport { get { throw null; } }
- public bool IsInitialized { get { throw null; } }
- public bool IsInterface { get { throw null; } }
- public bool IsLayoutSequential { get { throw null; } }
- public bool IsMarshalByRef { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public bool IsNestedAssembly { get { throw null; } }
- public bool IsNestedFamANDAssem { get { throw null; } }
- public bool IsNestedFamily { get { throw null; } }
- public bool IsNestedFamORAssem { get { throw null; } }
- public bool IsNestedPrivate { get { throw null; } }
- public bool IsNestedPublic { get { throw null; } }
- public bool IsNotPublic { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSerializable { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsUnicodeClass { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public Mono.Cecil.TypeDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror Module { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public int GetArrayRank() { throw null; }
- protected virtual System.Reflection.TypeAttributes GetAttributeFlagsImpl() { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetElementType() { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror GetField(string name) { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror[] GetFields() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetGenericTypeDefinition() { throw null; }
- public Mono.Debugger.Soft.InterfaceMappingMirror GetInterfaceMap(Mono.Debugger.Soft.TypeMirror interfaceType) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetInterfaces() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetMethod(string name) { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethods() { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethodsByNameFlags(string name, System.Reflection.BindingFlags flags, bool ignoreCase) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties() { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror GetProperty(string name) { throw null; }
- public string[] GetSourceFiles() { throw null; }
- public string[] GetSourceFiles(bool returnFullPaths) { throw null; }
- public Mono.Debugger.Soft.ObjectMirror GetTypeObject() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- protected virtual bool HasElementTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- protected virtual bool IsArrayImpl() { throw null; }
- public virtual bool IsAssignableFrom(Mono.Debugger.Soft.TypeMirror c) { throw null; }
- protected virtual bool IsByRefImpl() { throw null; }
- protected virtual bool IsCOMObjectImpl() { throw null; }
- protected virtual bool IsContextfulImpl() { throw null; }
- protected virtual bool IsMarshalByRefImpl() { throw null; }
- protected virtual bool IsPointerImpl() { throw null; }
- protected virtual bool IsPrimitiveImpl() { throw null; }
- protected virtual bool IsValueTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class UserBreakEvent : Mono.Debugger.Soft.Event
- {
- internal UserBreakEvent() { }
- }
- public partial class UserLogEvent : Mono.Debugger.Soft.Event
- {
- internal UserLogEvent() { }
- public string Category { get { throw null; } }
- public int Level { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public abstract partial class Value : Mono.Debugger.Soft.Mirror
- {
- internal Value() { }
- }
- public partial class VersionInfo
- {
- public VersionInfo() { }
- public int MajorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MinorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string VMVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AtLeast(int major, int minor) { throw null; }
- }
- public partial class VirtualMachine : Mono.Debugger.Soft.Mirror
- {
- internal VirtualMachine() { }
- public System.Net.EndPoint EndPoint { get { throw null; } }
- public System.Diagnostics.Process Process { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror RootDomain { get { throw null; } }
- public System.IO.StreamReader StandardError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.IO.StreamReader StandardOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.ITargetProcess TargetProcess { get { throw null; } }
- public Mono.Debugger.Soft.VersionInfo Version { get { throw null; } }
- public void ClearAllBreakpoints() { }
- public Mono.Debugger.Soft.AssemblyLoadEventRequest CreateAssemblyLoadRequest() { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.Location loc) { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public Mono.Debugger.Soft.EnumMirror CreateEnumMirror(Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.PrimitiveValue value) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught) { throw null; }
- public Mono.Debugger.Soft.MethodEntryEventRequest CreateMethodEntryRequest() { throw null; }
- public Mono.Debugger.Soft.MethodExitEventRequest CreateMethodExitRequest() { throw null; }
- public Mono.Debugger.Soft.StepEventRequest CreateStepRequest(Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.TypeLoadEventRequest CreateTypeLoadRequest() { throw null; }
- public Mono.Debugger.Soft.PrimitiveValue CreateValue(object value) { throw null; }
- public void Detach() { }
- public void Disconnect() { }
- [System.ObsoleteAttribute("This method was poorly named; use the Detach() method instead")]
- public void Dispose() { }
- public void EnableEvents(params Mono.Debugger.Soft.EventType[] events) { }
- public void EnableEvents(Mono.Debugger.Soft.EventType[] events, Mono.Debugger.Soft.SuspendPolicy suspendPolicy) { }
- public void Exit(int exitCode) { }
- public void ForceDisconnect() { }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
- public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
- public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypes(string name, bool ignoreCase) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypesForSourceFile(string fname, bool ignoreCase) { throw null; }
- public void Resume() { }
- public Mono.Debugger.Soft.BreakpointEventRequest SetBreakpoint(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public void SetSocketTimeouts(int send_timeout, int receive_timeout, int keepalive_interval) { }
- public void Suspend() { }
- }
- public partial class VirtualMachineManager
- {
- internal VirtualMachineManager() { }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback, out int dbg_port, out int con_port) { dbg_port = default(int); con_port = default(int); throw null; }
- public static void CancelConnection(System.IAsyncResult asyncResult) { }
- public static Mono.Debugger.Soft.VirtualMachine Connect(Mono.Debugger.Soft.Connection transport, System.IO.StreamReader standardOutput, System.IO.StreamReader standardError) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint, System.Net.IPEndPoint consoleEndpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ConnectInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock, System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndConnect(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndLaunch(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndListen(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(Mono.Debugger.Soft.ITargetProcess p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(System.Diagnostics.Process p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ListenInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock) { throw null; }
- }
- public partial class VMDeathEvent : Mono.Debugger.Soft.Event
- {
- public VMDeathEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, int exit_code) { }
- public int ExitCode { get { throw null; } }
- }
- public partial class VMDisconnectedException : System.Exception
- {
- public VMDisconnectedException() { }
- }
- public partial class VMDisconnectEvent : Mono.Debugger.Soft.Event
- {
- public VMDisconnectEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id) { }
- }
- public partial class VMMismatchException : System.Exception
- {
- public VMMismatchException() { }
- }
- public partial class VMNotSuspendedException : System.InvalidOperationException
- {
- public VMNotSuspendedException() { }
- }
- public partial class VMStartEvent : Mono.Debugger.Soft.Event
- {
- public VMStartEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, long thread_id) { }
- }
-}
diff --git a/src/v4.6/Mono.Http.cs b/src/v4.6/Mono.Http.cs
deleted file mode 100644
index 0bca7c4..0000000
--- a/src/v4.6/Mono.Http.cs
+++ /dev/null
@@ -1,143 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Http and ASP.NET utilities")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Http.dll")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Http
-{
- [System.SerializableAttribute]
- public partial class GZipWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
- {
- public GZipWebRequest(System.Net.WebRequest request) { }
- protected GZipWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- public override string ConnectionGroupName { get { throw null; } set { } }
- public override long ContentLength { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Net.ICredentials Credentials { get { throw null; } set { } }
- public bool EnableCompression { get { throw null; } set { } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
- public override string Method { get { throw null; } set { } }
- public override bool PreAuthenticate { get { throw null; } set { } }
- public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
- public System.Net.WebRequest RealRequest { get { throw null; } }
- public override System.Uri RequestUri { get { throw null; } }
- public override int Timeout { get { throw null; } set { } }
- public override void Abort() { }
- public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
- public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
- public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
- public override System.IO.Stream GetRequestStream() { throw null; }
- public override System.Net.WebResponse GetResponse() { throw null; }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class GZipWebRequestCreator : System.Net.IWebRequestCreate
- {
- public GZipWebRequestCreator() { }
- public System.Net.WebRequest Create(System.Uri uri) { throw null; }
- }
- public partial class GZipWriteFilter : System.IO.Stream
- {
- public GZipWriteFilter(System.IO.Stream baseStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- 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 override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class NtlmClient : System.Net.IAuthenticationModule
- {
- public NtlmClient() { }
- public string AuthenticationType { get { throw null; } }
- public bool CanPreAuthenticate { get { throw null; } }
- public System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- public System.Net.Authorization PreAuthenticate(System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- }
-}
-namespace Mono.Http.Configuration
-{
- public partial class AcceptEncodingConfig
- {
- public AcceptEncodingConfig() { }
- public AcceptEncodingConfig(Mono.Http.Configuration.AcceptEncodingConfig parent) { }
- public void Add(string encoding, string type) { }
- public void Clear() { }
- public bool SetFilter(System.Web.HttpResponse response, string acceptEncoding) { throw null; }
- }
- public partial class AcceptEncodingSectionHandler : System.Configuration.IConfigurationSectionHandler
- {
- public AcceptEncodingSectionHandler() { }
- public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
- }
-}
-namespace Mono.Http.Modules
-{
- public partial class AcceptEncodingModule : System.Web.IHttpModule
- {
- public AcceptEncodingModule() { }
- public void Dispose() { }
- public void Init(System.Web.HttpApplication app) { }
- }
- public abstract partial class AuthenticationModule : System.Web.IHttpModule
- {
- public AuthenticationModule(string authenticationMethod) { }
- public string AuthenticationMethod { get { throw null; } }
- protected bool AuthenticationRequired { get { throw null; } }
- protected abstract bool AcceptCredentials(System.Web.HttpApplication app, string authentication);
- protected string Authorization(System.Web.HttpApplication app, string authenticationMethod) { throw null; }
- protected void DenyAccess(System.Web.HttpApplication app) { }
- public virtual void Dispose() { }
- public virtual void Init(System.Web.HttpApplication context) { }
- public virtual void OnAuthenticateRequest(object source, System.EventArgs eventArgs) { }
- public abstract void OnEndRequest(object source, System.EventArgs eventArgs);
- }
- public partial class BasicAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public BasicAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
- public partial class DigestAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public DigestAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- protected virtual string GetCurrentNonce() { throw null; }
- protected virtual bool GetUserByName(System.Web.HttpApplication app, string username, out string password, out string[] roles) { password = default(string); roles = default(string[]); throw null; }
- protected virtual bool IsValidNonce(string nonce) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
-}
-namespace System.Net
-{
- [System.SerializableAttribute]
- public partial class GZipWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
- {
- protected GZipWebResponse(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public override long ContentLength { get { throw null; } }
- public override string ContentType { get { throw null; } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } }
- public bool IsCompressed { get { throw null; } }
- public System.Net.WebResponse RealResponse { get { throw null; } }
- public override System.Uri ResponseUri { get { throw null; } }
- public override void Close() { }
- public override System.IO.Stream GetResponseStream() { throw null; }
- void System.IDisposable.Dispose() { }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
diff --git a/src/v4.6/Mono.Management.cs b/src/v4.6/Mono.Management.cs
deleted file mode 100644
index 2d72624..0000000
--- a/src/v4.6/Mono.Management.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Attach
-{
- public partial class VirtualMachine
- {
- public VirtualMachine(long pid) { }
- public bool IsCurrent { get { throw null; } }
- public long Pid { get { throw null; } }
- public void Attach(string agent, string args) { }
- public string[] GetCommandLine() { throw null; }
- public static System.Collections.Generic.List<Mono.Attach.VirtualMachine> GetVirtualMachines() { throw null; }
- public string GetWorkingDirectory() { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.6/Mono.Messaging.RabbitMQ.cs b/src/v4.6/Mono.Messaging.RabbitMQ.cs
deleted file mode 100644
index 2d203a1..0000000
--- a/src/v4.6/Mono.Messaging.RabbitMQ.cs
+++ /dev/null
@@ -1,175 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(false)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.RabbitMQ.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging.RabbitMQ
-{
- public delegate global::RabbitMQ.Client.IConnection CreateConnectionDelegate(string host);
- public partial interface IMessagingContext : System.IDisposable
- {
- void Delete(Mono.Messaging.QueueReference qRef);
- void Purge(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack);
- void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg);
- }
- public delegate bool IsMatch(global::RabbitMQ.Client.Events.BasicDeliverEventArgs result);
- public partial class MessageFactory
- {
- public MessageFactory(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider) { }
- public static System.DateTime AmqpTimestampToDateTime(global::RabbitMQ.Client.AmqpTimestamp ats) { throw null; }
- public static global::RabbitMQ.Client.AmqpTimestamp DateTimeToAmqpTimestamp(System.DateTime t) { throw null; }
- public static string GetString(System.Collections.IDictionary properties, string key) { throw null; }
- public Mono.Messaging.IMessage ReadMessage(Mono.Messaging.QueueReference destination, global::RabbitMQ.Client.Events.BasicDeliverEventArgs result) { throw null; }
- public static int TimeSpanToMillis(System.TimeSpan timespan) { throw null; }
- public global::RabbitMQ.Client.Content.IMessageBuilder WriteMessage(global::RabbitMQ.Client.IModel ch, Mono.Messaging.IMessage msg) { throw null; }
- }
- public partial class MessagingContext : Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public MessagingContext(Mono.Messaging.RabbitMQ.MessageFactory factory, string host, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnection) { }
- public global::RabbitMQ.Client.IConnection Connection { get { throw null; } }
- public global::RabbitMQ.Client.IModel Model { get { throw null; } }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage message) { }
- }
- public partial class MessagingContextPool
- {
- public MessagingContextPool(Mono.Messaging.RabbitMQ.MessageFactory messageFactory, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnectionDelegate) { }
- public Mono.Messaging.RabbitMQ.MessagingContext GetContext(string host) { throw null; }
- public void ReturnContext(Mono.Messaging.RabbitMQ.MessagingContext context) { }
- }
- public partial class RabbitMQMessageEnumerator : Mono.Messaging.IMessageEnumerator, System.IDisposable
- {
- public RabbitMQMessageEnumerator(Mono.Messaging.RabbitMQ.MessageFactory helper, Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Current { get { throw null; } }
- public System.IntPtr CursorHandle { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- public void Dispose(bool disposing) { }
- public bool MoveNext() { throw null; }
- public bool MoveNext(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent() { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Reset() { }
- }
- public partial class RabbitMQMessageQueue : Mono.Messaging.MessageQueueBase, Mono.Messaging.IMessageQueue
- {
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, Mono.Messaging.QueueReference qRef, bool transactional) { }
- public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, bool transactional) { }
- public bool Authenticate { get { throw null; } set { } }
- public short BasePriority { get { throw null; } set { } }
- public bool CanRead { get { throw null; } }
- public bool CanWrite { get { throw null; } }
- public System.Guid Category { get { throw null; } set { } }
- public System.DateTime CreateTime { get { throw null; } }
- public bool DenySharedReceive { get { throw null; } set { } }
- public Mono.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
- public System.Guid Id { get { throw null; } }
- public System.DateTime LastModifyTime { get { throw null; } }
- public long MaximumJournalSize { get { throw null; } set { } }
- public long MaximumQueueSize { get { throw null; } set { } }
- public Mono.Messaging.QueueReference QRef { get { throw null; } set { } }
- protected override Mono.Messaging.IMessageQueue Queue { get { throw null; } }
- public System.IntPtr ReadHandle { get { throw null; } }
- public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
- public bool Transactional { get { throw null; } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public System.IntPtr WriteHandle { get { throw null; } }
- public void Close() { }
- public static void Delete(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessageEnumerator GetMessageEnumerator() { throw null; }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.PeekCompleted { add { } remove { } }
- event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.ReceiveCompleted { add { } remove { } }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive() { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndPeek(System.IAsyncResult asyncResult) { throw null; }
- Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndReceive(System.IAsyncResult asyncResult) { throw null; }
- void Mono.Messaging.IMessageQueue.SendPeekCompleted(System.IAsyncResult result) { }
- void Mono.Messaging.IMessageQueue.SendReceiveCompleted(System.IAsyncResult result) { }
- public Mono.Messaging.IMessage Peek() { throw null; }
- public Mono.Messaging.IMessage Peek(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage PeekByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id) { throw null; }
- public Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout) { throw null; }
- public void Purge() { }
- public Mono.Messaging.IMessage Receive() { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
- public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
- public void Send(Mono.Messaging.IMessage msg) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.IMessageQueueTransaction transaction) { }
- public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.MessageQueueTransactionType transactionType) { }
- }
- public partial class RabbitMQMessageQueueTransaction : Mono.Messaging.IMessageQueueTransaction, Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
- {
- public RabbitMQMessageQueueTransaction(string txId, Mono.Messaging.RabbitMQ.MessagingContextPool contextPool) { }
- public string Id { get { throw null; } }
- public Mono.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
- public void Abort() { }
- public void Begin() { }
- public void Commit() { }
- public void Delete(Mono.Messaging.QueueReference qRef) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Purge(Mono.Messaging.QueueReference qRef) { }
- public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
- public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg) { }
- }
- public partial class RabbitMQMessagingProvider : Mono.Messaging.IMessagingProvider
- {
- public RabbitMQMessagingProvider() { }
- public Mono.Messaging.RabbitMQ.IMessagingContext CreateContext(string host) { throw null; }
- public Mono.Messaging.IMessage CreateMessage() { throw null; }
- public Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional) { throw null; }
- public Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction() { throw null; }
- public void DeleteQueue(Mono.Messaging.QueueReference qRef) { }
- public bool Exists(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef) { throw null; }
- public Mono.Messaging.IMessageQueue[] GetPublicQueues() { throw null; }
- }
-}
diff --git a/src/v4.6/Mono.Messaging.cs b/src/v4.6/Mono.Messaging.cs
deleted file mode 100644
index b882045..0000000
--- a/src/v4.6/Mono.Messaging.cs
+++ /dev/null
@@ -1,398 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Mono.Messaging
-{
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum AcknowledgeTypes
- {
- FullReachQueue = 5,
- FullReceive = 14,
- NegativeReceive = 8,
- None = 0,
- NotAcknowledgeReachQueue = 4,
- NotAcknowledgeReceive = 12,
- PositiveArrival = 1,
- PositiveReceive = 2,
- }
- [System.SerializableAttribute]
- public enum Acknowledgment
- {
- AccessDenied = 32772,
- BadDestinationQueue = 32768,
- BadEncryption = 32775,
- BadSignature = 32774,
- CouldNotEncrypt = 32776,
- HopCountExceeded = 32773,
- None = 0,
- NotTransactionalMessage = 32778,
- NotTransactionalQueue = 32777,
- Purged = 32769,
- QueueDeleted = 49152,
- QueueExceedMaximumSize = 32771,
- QueuePurged = 49153,
- ReachQueue = 2,
- ReachQueueTimeout = 32770,
- Receive = 16384,
- ReceiveTimeout = 49154,
- }
- public partial class CompletedEventArgs : System.EventArgs
- {
- public CompletedEventArgs(System.IAsyncResult result) { }
- public System.IAsyncResult AsyncResult { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public delegate void CompletedEventHandler(object sender, Mono.Messaging.CompletedEventArgs e);
- public partial class ConcurrentLinkedQueue<T>
- {
- public ConcurrentLinkedQueue() { }
- public T Dequeue() { throw null; }
- public void Enqueue(T context) { }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionException : Mono.Messaging.MonoMessagingException
- {
- public ConnectionException(Mono.Messaging.QueueReference qRef) { }
- public ConnectionException(Mono.Messaging.QueueReference qRef, System.Exception e) { }
- public Mono.Messaging.QueueReference QRef { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum CryptographicProviderType
- {
- Dss = 3,
- Fortezza = 4,
- MicrosoftExchange = 5,
- None = 0,
- RsaFull = 1,
- RsqSig = 2,
- Ssl = 6,
- SttAcq = 8,
- SttBrnd = 9,
- SttIss = 11,
- SttMer = 7,
- SttRoot = 10,
- }
- [System.SerializableAttribute]
- public enum EncryptionAlgorithm
- {
- None = 0,
- Rc2 = 26114,
- Rc4 = 26625,
- }
- [System.SerializableAttribute]
- public enum EncryptionRequired
- {
- Body = 2,
- None = 0,
- Optional = 1,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithm
- {
- Mac = 32773,
- Md2 = 32769,
- Md4 = 32770,
- Md5 = 32771,
- None = 0,
- Sha = 32772,
- }
- public partial interface IMessage
- {
- Mono.Messaging.AcknowledgeTypes AcknowledgeType { get; set; }
- Mono.Messaging.Acknowledgment Acknowledgment { get; }
- Mono.Messaging.IMessageQueue AdministrationQueue { get; set; }
- int AppSpecific { get; set; }
- System.DateTime ArrivedTime { get; }
- bool AttachSenderId { get; set; }
- bool Authenticated { get; }
- string AuthenticationProviderName { get; set; }
- Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get; set; }
- System.IO.Stream BodyStream { get; set; }
- int BodyType { get; set; }
- System.Guid ConnectorType { get; set; }
- string CorrelationId { get; set; }
- Mono.Messaging.IMessageQueue DestinationQueue { get; }
- byte[] DestinationSymmetricKey { get; set; }
- byte[] DigitalSignature { get; set; }
- Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get; set; }
- byte[] Extension { get; set; }
- Mono.Messaging.HashAlgorithm HashAlgorithm { get; set; }
- string Id { get; }
- bool IsFirstInTransaction { get; }
- bool IsLastInTransaction { get; }
- string Label { get; set; }
- Mono.Messaging.MessageType MessageType { get; }
- Mono.Messaging.MessagePriority Priority { get; set; }
- bool Recoverable { get; set; }
- Mono.Messaging.IMessageQueue ResponseQueue { get; set; }
- byte[] SenderCertificate { get; set; }
- byte[] SenderId { get; }
- long SenderVersion { get; }
- System.DateTime SentTime { get; }
- string SourceMachine { get; }
- System.TimeSpan TimeToBeReceived { get; set; }
- System.TimeSpan TimeToReachQueue { get; set; }
- string TransactionId { get; }
- Mono.Messaging.IMessageQueue TransactionStatusQueue { get; set; }
- bool UseAuthentication { get; set; }
- bool UseDeadLetterQueue { get; set; }
- bool UseEncryption { get; set; }
- bool UseJournalQueue { get; set; }
- bool UseTracing { get; set; }
- void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId);
- }
- public partial interface IMessageEnumerator : System.IDisposable
- {
- Mono.Messaging.IMessage Current { get; }
- System.IntPtr CursorHandle { get; }
- void Close();
- void Dispose(bool disposing);
- bool MoveNext();
- bool MoveNext(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent();
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- }
- public partial interface IMessageQueue
- {
- bool Authenticate { get; set; }
- short BasePriority { get; set; }
- bool CanRead { get; }
- bool CanWrite { get; }
- System.Guid Category { get; set; }
- System.DateTime CreateTime { get; }
- bool DenySharedReceive { get; set; }
- Mono.Messaging.EncryptionRequired EncryptionRequired { get; set; }
- System.Guid Id { get; }
- System.DateTime LastModifyTime { get; }
- long MaximumJournalSize { get; set; }
- long MaximumQueueSize { get; set; }
- Mono.Messaging.QueueReference QRef { get; set; }
- System.IntPtr ReadHandle { get; }
- System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }
- bool Transactional { get; }
- bool UseJournalQueue { get; set; }
- System.IntPtr WriteHandle { get; }
- event Mono.Messaging.CompletedEventHandler PeekCompleted;
- event Mono.Messaging.CompletedEventHandler ReceiveCompleted;
- System.IAsyncResult BeginPeek();
- System.IAsyncResult BeginPeek(System.TimeSpan timeout);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- System.IAsyncResult BeginReceive();
- System.IAsyncResult BeginReceive(System.TimeSpan timeout);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject);
- System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback);
- void Close();
- Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult);
- Mono.Messaging.IMessageEnumerator GetMessageEnumerator();
- Mono.Messaging.IMessage Peek();
- Mono.Messaging.IMessage Peek(System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId);
- Mono.Messaging.IMessage PeekByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage PeekById(string id);
- Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout);
- void Purge();
- Mono.Messaging.IMessage Receive();
- Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction);
- Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType);
- void Send(Mono.Messaging.IMessage message);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.IMessageQueueTransaction transaction);
- void Send(Mono.Messaging.IMessage message, Mono.Messaging.MessageQueueTransactionType transactionType);
- void SendPeekCompleted(System.IAsyncResult result);
- void SendReceiveCompleted(System.IAsyncResult result);
- }
- public partial interface IMessageQueueTransaction : System.IDisposable
- {
- Mono.Messaging.MessageQueueTransactionStatus Status { get; }
- void Abort();
- void Begin();
- void Commit();
- }
- public partial interface IMessagingProvider
- {
- Mono.Messaging.IMessage CreateMessage();
- Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional);
- Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction();
- void DeleteQueue(Mono.Messaging.QueueReference qRef);
- bool Exists(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef);
- Mono.Messaging.IMessageQueue[] GetPublicQueues();
- }
- public partial class MessageBase : Mono.Messaging.IMessage
- {
- public MessageBase() { }
- public Mono.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
- public Mono.Messaging.Acknowledgment Acknowledgment { get { throw null; } }
- public Mono.Messaging.IMessageQueue AdministrationQueue { get { throw null; } set { } }
- public int AppSpecific { get { throw null; } set { } }
- public System.DateTime ArrivedTime { get { throw null; } }
- public bool AttachSenderId { get { throw null; } set { } }
- public bool Authenticated { get { throw null; } }
- public string AuthenticationProviderName { get { throw null; } set { } }
- public Mono.Messaging.CryptographicProviderType AuthenticationProviderType { get { throw null; } set { } }
- public System.IO.Stream BodyStream { get { throw null; } set { } }
- public int BodyType { get { throw null; } set { } }
- public System.Guid ConnectorType { get { throw null; } set { } }
- public string CorrelationId { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue DestinationQueue { get { throw null; } }
- public byte[] DestinationSymmetricKey { get { throw null; } set { } }
- public byte[] DigitalSignature { get { throw null; } set { } }
- public Mono.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
- public byte[] Extension { get { throw null; } set { } }
- public Mono.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
- public string Id { get { throw null; } }
- public bool IsFirstInTransaction { get { throw null; } }
- public bool IsLastInTransaction { get { throw null; } }
- public string Label { get { throw null; } set { } }
- public Mono.Messaging.MessageType MessageType { get { throw null; } }
- public Mono.Messaging.MessagePriority Priority { get { throw null; } set { } }
- public bool Recoverable { get { throw null; } set { } }
- public Mono.Messaging.IMessageQueue ResponseQueue { get { throw null; } set { } }
- public byte[] SenderCertificate { get { throw null; } set { } }
- public byte[] SenderId { get { throw null; } }
- public long SenderVersion { get { throw null; } }
- public System.DateTime SentTime { get { throw null; } }
- public string SourceMachine { get { throw null; } }
- public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
- public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
- public string TransactionId { get { throw null; } }
- public Mono.Messaging.IMessageQueue TransactionStatusQueue { get { throw null; } set { } }
- public bool UseAuthentication { get { throw null; } set { } }
- public bool UseDeadLetterQueue { get { throw null; } set { } }
- public bool UseEncryption { get { throw null; } set { } }
- public bool UseJournalQueue { get { throw null; } set { } }
- public bool UseTracing { get { throw null; } set { } }
- public void SetDeliveryInfo(Mono.Messaging.Acknowledgment acknowledgment, System.DateTime arrivedTime, Mono.Messaging.IMessageQueue destinationQueue, string id, Mono.Messaging.MessageType messageType, byte[] senderId, long senderVersion, System.DateTime sentTime, string sourceMachine, string transactionId) { }
- }
- [System.SerializableAttribute]
- public enum MessagePriority
- {
- AboveNormal = 4,
- High = 5,
- Highest = 7,
- Low = 2,
- Lowest = 0,
- Normal = 3,
- VeryHigh = 6,
- VeryLow = 1,
- }
- public abstract partial class MessageQueueBase
- {
- protected MessageQueueBase() { }
- protected abstract Mono.Messaging.IMessageQueue Queue { get; }
- public event Mono.Messaging.CompletedEventHandler PeekCompleted { add { } remove { } }
- public event Mono.Messaging.CompletedEventHandler ReceiveCompleted { add { } remove { } }
- public System.IAsyncResult BeginPeek() { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public System.IAsyncResult BeginReceive() { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
- public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
- public Mono.Messaging.IMessage EndPeek(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Messaging.IMessage EndReceive(System.IAsyncResult asyncResult) { throw null; }
- public void SendPeekCompleted(System.IAsyncResult result) { }
- public void SendReceiveCompleted(System.IAsyncResult result) { }
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionStatus
- {
- Aborted = 0,
- Committed = 1,
- Initialized = 2,
- Pending = 3,
- }
- [System.SerializableAttribute]
- public enum MessageQueueTransactionType
- {
- Automatic = 1,
- None = 0,
- Single = 3,
- }
- [System.SerializableAttribute]
- public enum MessageType
- {
- Acknowledgment = 1,
- Normal = 2,
- Report = 3,
- }
- public partial class MessageUnavailableException : Mono.Messaging.MonoMessagingException
- {
- public MessageUnavailableException() { }
- public MessageUnavailableException(string msg) { }
- public MessageUnavailableException(string msg, System.Exception e) { }
- }
- public partial class MessagingProviderLocator
- {
- internal MessagingProviderLocator() { }
- public static readonly System.TimeSpan InfiniteTimeout;
- public static Mono.Messaging.MessagingProviderLocator Instance { get { throw null; } }
- public static Mono.Messaging.IMessagingProvider GetProvider() { throw null; }
- }
- public partial class MonoMessagingException : System.Exception
- {
- public MonoMessagingException() { }
- public MonoMessagingException(string msg) { }
- public MonoMessagingException(string msg, System.Exception e) { }
- }
- public sealed partial class QueueReference
- {
- public static readonly Mono.Messaging.QueueReference DEFAULT;
- public static readonly string LOCALHOST;
- public QueueReference(string host, string queue, bool isPrivate) { }
- public string Host { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public string Queue { get { throw null; } }
- public bool Equals(Mono.Messaging.QueueReference other) { throw null; }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool IsPrivateStr(string s) { throw null; }
- public static bool operator ==(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static bool operator !=(Mono.Messaging.QueueReference a, Mono.Messaging.QueueReference b) { throw null; }
- public static Mono.Messaging.QueueReference Parse(string path) { throw null; }
- public static string RemoveLeadingSlashes(string s) { throw null; }
- public Mono.Messaging.QueueReference SetHost(string host) { throw null; }
- public Mono.Messaging.QueueReference SetQueue(string queue) { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.6/Mono.Parallel.cs b/src/v4.6/Mono.Parallel.cs
deleted file mode 100644
index 88b1100..0000000
--- a/src/v4.6/Mono.Parallel.cs
+++ /dev/null
@@ -1,152 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Collections.Concurrent
-{
- public partial class ConcurrentOrderedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentOrderedList() { }
- public ConcurrentOrderedList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public System.Collections.Generic.IEqualityComparer<T> Comparer { get { throw null; } }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T data) { throw null; }
- public bool ContainsHash(int key) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryAdd(T data) { throw null; }
- public bool TryGetFromHash(int key, out T data) { data = default(T); throw null; }
- public bool TryPop(out T data) { data = default(T); throw null; }
- public bool TryRemove(T data) { throw null; }
- public bool TryRemoveHash(int key, out T data) { data = default(T); throw null; }
- }
- public partial class ConcurrentSkipList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentSkipList() { }
- public ConcurrentSkipList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T value) { throw null; }
- public bool ContainsHash(int hash) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- public bool Remove(T value) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public T[] ToArray() { throw null; }
- public bool TryAdd(T value) { throw null; }
- public bool TryGetFromHash(int hash, out T value) { value = default(T); throw null; }
- }
-}
-namespace Mono.Threading
-{
- public partial class AtomicBoolean
- {
- public AtomicBoolean() { }
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBoolean rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBoolean FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBoolean rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBoolean (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AtomicBooleanValue
- {
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBooleanValue FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBooleanValue (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- public partial class CSnzi
- {
- public CSnzi() { }
- public Mono.Threading.CSnziNode Arrive() { throw null; }
- public bool Close() { throw null; }
- public bool Depart(Mono.Threading.CSnziNode node) { throw null; }
- public void Open() { }
- public System.Tuple<bool, Mono.Threading.CSnziState> Query() { throw null; }
- }
- public abstract partial class CSnziNode
- {
- protected CSnziNode() { }
- }
- public enum CSnziState
- {
- Closed = 1,
- Open = 0,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ReaderWriterLockSlimmer
- {
- public void EnterReadLock(ref bool taken) { }
- public void EnterWriteLock(ref bool taken) { }
- public void ExitReadLock() { }
- public void ExitWriteLock() { }
- public void TryEnterReadLock(ref bool taken) { }
- public void TryEnterWriteLock(ref bool taken) { }
- }
- public partial class Snzi
- {
- public Snzi() { }
- public bool IsSet { get { throw null; } }
- public void Decrement() { }
- public void Increment() { }
- public void Reset() { }
- }
- public partial class SpinLockWrapper
- {
- public System.Threading.SpinLock Lock;
- public SpinLockWrapper() { }
- public SpinLockWrapper(bool enableTracking) { }
- }
-}
-namespace Mono.Threading.Tasks
-{
- public partial class CyclicDeque<T> : Mono.Threading.Tasks.IConcurrentDeque<T>
- {
- public CyclicDeque() { }
- public bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> GetEnumerable() { throw null; }
- public bool PeekBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopTop(out T obj) { obj = default(T); throw null; }
- public void PushBottom(T obj) { }
- }
- public partial interface IConcurrentDeque<T>
- {
- System.Collections.Generic.IEnumerable<T> GetEnumerable();
- Mono.Threading.Tasks.PopResult PopBottom(out T obj);
- Mono.Threading.Tasks.PopResult PopTop(out T obj);
- void PushBottom(T obj);
- }
- public enum PopResult
- {
- Abort = 2,
- Empty = 1,
- Succeed = 0,
- }
-}
diff --git a/src/v4.6/Mono.Posix.cs b/src/v4.6/Mono.Posix.cs
deleted file mode 100644
index 18f4558..0000000
--- a/src/v4.6/Mono.Posix.cs
+++ /dev/null
@@ -1,2968 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Unix Integration Classes")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Posix.dll")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Posix
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.AccessModes")]
- public enum AccessMode
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Catalog")]
- public partial class Catalog
- {
- public Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum FileMode
- {
- S_IRGRP = 32,
- S_IROTH = 4,
- S_IRUSR = 256,
- S_ISGID = 1024,
- S_ISUID = 2048,
- S_ISVTX = 512,
- S_IWGRP = 16,
- S_IWOTH = 2,
- S_IWUSR = 128,
- S_IXGRP = 8,
- S_IXOTH = 1,
- S_IXUSR = 64,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.OpenFlags")]
- public enum OpenFlags
- {
- O_APPEND = 64,
- O_CREAT = 4,
- O_EXCL = 8,
- O_NOCTTY = 16,
- O_NONBLOCK = 128,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 256,
- O_TRUNC = 32,
- O_WRONLY = 1,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.PeerCred")]
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Signum")]
- public enum Signals
- {
- SIGABRT = 5,
- SIGALRM = 13,
- SIGBUS = 6,
- SIGCHLD = 15,
- SIGCONT = 16,
- SIGFPE = 7,
- SIGHUP = 0,
- SIGILL = 3,
- SIGINT = 1,
- SIGIO = 27,
- SIGKILL = 8,
- SIGPIPE = 12,
- SIGPROF = 25,
- SIGQUIT = 2,
- SIGSEGV = 10,
- SIGSTOP = 17,
- SIGSYS = 28,
- SIGTERM = 14,
- SIGTRAP = 4,
- SIGTSTP = 18,
- SIGTTIN = 19,
- SIGTTOU = 20,
- SIGURG = 21,
- SIGUSR1 = 9,
- SIGUSR2 = 11,
- SIGVTALRM = 24,
- SIGWINCH = 26,
- SIGXCPU = 22,
- SIGXFSZ = 23,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_atime")]
- public readonly System.DateTime ATime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blocks")]
- public readonly long Blocks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blksize")]
- public readonly long BlockSize;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ctime")]
- public readonly System.DateTime CTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_dev")]
- public readonly int Device;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_rdev")]
- public readonly long DeviceType;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_gid")]
- public readonly int Gid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ino")]
- public readonly int INode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mode")]
- public readonly Mono.Posix.StatMode Mode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mtime")]
- public readonly System.DateTime MTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_nlink")]
- public readonly int NLinks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_size")]
- public readonly long Size;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_uid")]
- public readonly int Uid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.LocalUnixEpoch")]
- public static readonly System.DateTime UnixEpoch;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.ToDateTime")]
- public static System.DateTime UnixToDateTime(long unix) { throw null; }
- }
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatMode
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFBLK")]
- BlockDevice = 24576,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFCHR")]
- CharDevice = 8192,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFDIR")]
- Directory = 16384,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFIFO")]
- FIFO = 4096,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXGRP")]
- GroupExecute = 8,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRGRP")]
- GroupRead = 32,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWGRP")]
- GroupWrite = 16,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXOTH")]
- OthersExecute = 1,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IROTH")]
- OthersRead = 4,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWOTH")]
- OthersWrite = 2,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXUSR")]
- OwnerExecute = 64,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRUSR")]
- OwnerRead = 256,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWUSR")]
- OwnerWrite = 128,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFREG")]
- Regular = 32768,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISGID")]
- SGid = 1024,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFSOCK")]
- Socket = 49152,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISVTX")]
- Sticky = 512,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISUID")]
- SUid = 2048,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFLNK")]
- SymLink = 40960,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatModeMasks
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXG")]
- GroupMask = 56,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXO")]
- OthersMask = 7,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXU")]
- OwnerMask = 448,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFMT")]
- TypeMask = 61440,
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Syscall.")]
- public partial class Syscall
- {
- public Syscall() { }
- public static int access(string pathname, Mono.Posix.AccessMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir(string path);
- public static int chmod(string path, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- public static int creat(string pathname, Mono.Posix.FileMode flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int oldFileDescriptor, int newFileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int exit(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fork();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int geteuid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgid();
- public static string getgroupname(int gid) { throw null; }
- public static string GetHostName() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string gethostname() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getuid();
- public static string getusername(int uid) { throw null; }
- public static bool isatty(int desc) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void kill(int pid, int sig);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lseek(int fileDescriptor, int offset, int whence);
- public static int lstat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static int mkdir(string pathname, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int increment);
- public static int open(string pathname, Mono.Posix.OpenFlags flags) { throw null; }
- public static int open(string pathname, Mono.Posix.OpenFlags flags, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr read(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern string readdir(System.IntPtr dir);
- public static string readlink(string path) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(int gid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(int rgid, int egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(int ruid, int euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(int uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int signal(int signum, Mono.Posix.Syscall.sighandler_t handler);
- public static int stat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static string strerror(int errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink(string oldpath, string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void sync();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int umask(int umask);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink(string path);
- public static int waitpid(int pid, Mono.Posix.WaitOptions options) { throw null; }
- public static int waitpid(int pid, out int status, Mono.Posix.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFEXITED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSIGNALED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSTOPPED(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr write(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WSTOPSIG(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WTERMSIG(int status);
- public delegate void sighandler_t(int v);
- }
- [System.ObsoleteAttribute("Use Mono.Unix.UnixEndPoint")]
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.WaitOptions")]
- public enum WaitOptions
- {
- WNOHANG = 0,
- WUNTRACED = 1,
- }
-}
-namespace Mono.Remoting.Channels.Unix
-{
- public partial class UnixChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixChannel() { }
- public UnixChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixChannel(string path) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
- public partial class UnixClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixClientChannel() { }
- public UnixClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public UnixClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- }
- public partial class UnixServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver
- {
- public UnixServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixServerChannel(string path) { }
- public UnixServerChannel(string name, string path) { }
- public UnixServerChannel(string name, string path, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public string GetChannelUri() { throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
-}
-namespace Mono.Unix
-{
- [System.SerializableAttribute]
- public partial class AbstractUnixEndPoint : System.Net.EndPoint
- {
- public AbstractUnixEndPoint(string path) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Path { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Catalog
- {
- internal Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- public enum FileAccessPattern
- {
- FlushCache = 4,
- NoReuse = 5,
- Normal = 0,
- PreLoad = 3,
- Random = 1,
- Sequential = 2,
- }
- [System.FlagsAttribute]
- public enum FileAccessPermissions
- {
- AllPermissions = 511,
- DefaultPermissions = 438,
- GroupExecute = 8,
- GroupRead = 32,
- GroupReadWriteExecute = 56,
- GroupWrite = 16,
- OtherExecute = 1,
- OtherRead = 4,
- OtherReadWriteExecute = 7,
- OtherWrite = 2,
- UserExecute = 64,
- UserRead = 256,
- UserReadWriteExecute = 448,
- UserWrite = 128,
- }
- public sealed partial class FileHandleOperations
- {
- internal FileHandleOperations() { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- }
- [System.FlagsAttribute]
- public enum FileSpecialAttributes
- {
- SetGroupId = 1024,
- SetUserId = 2048,
- Sticky = 512,
- }
- public enum FileTypes
- {
- BlockDevice = 24576,
- CharacterDevice = 8192,
- Directory = 16384,
- Fifo = 4096,
- RegularFile = 32768,
- Socket = 49152,
- SymbolicLink = 40960,
- }
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- public partial class StdioFileStream : System.IO.Stream
- {
- public static readonly System.IntPtr InvalidFileStream;
- public static readonly System.IntPtr StandardError;
- public static readonly System.IntPtr StandardInput;
- public static readonly System.IntPtr StandardOutput;
- public StdioFileStream(System.IntPtr fileStream) { }
- public StdioFileStream(System.IntPtr fileStream, bool ownsHandle) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access, bool ownsHandle) { }
- public StdioFileStream(string path) { }
- public StdioFileStream(string path, System.IO.FileAccess access) { }
- public StdioFileStream(string path, System.IO.FileMode mode) { }
- public StdioFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) { }
- public StdioFileStream(string path, string mode) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~StdioFileStream() { }
- public override void Flush() { }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public void RestoreFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public void Rewind() { }
- public void SaveFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class UnixClient : System.MarshalByRefObject, System.IDisposable
- {
- public UnixClient() { }
- public UnixClient(Mono.Unix.UnixEndPoint ep) { }
- public UnixClient(string path) { }
- public System.Net.Sockets.Socket Client { get { throw null; } set { } }
- public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
- public Mono.Unix.PeerCred PeerCredential { get { throw null; } }
- public int ReceiveBufferSize { get { throw null; } set { } }
- public int ReceiveTimeout { get { throw null; } set { } }
- public int SendBufferSize { get { throw null; } set { } }
- public int SendTimeout { get { throw null; } set { } }
- public void Close() { }
- public void Connect(Mono.Unix.UnixEndPoint remoteEndPoint) { }
- public void Connect(string path) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~UnixClient() { }
- public System.Net.Sockets.NetworkStream GetStream() { throw null; }
- }
- public sealed partial class UnixDirectoryInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixDirectoryInfo(string path) : base (default(string)) { }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Parent { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Root { get { throw null; } }
- public void Create() { }
- public void Create(Mono.Unix.FileAccessPermissions mode) { }
- [System.CLSCompliantAttribute(false)]
- public void Create(Mono.Unix.Native.FilePermissions mode) { }
- public override void Delete() { }
- public void Delete(bool recursive) { }
- public static string GetCurrentDirectory() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(string regex) { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries() { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(string regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public static void SetCurrentDirectory(string path) { }
- }
- public sealed partial class UnixDriveInfo
- {
- public UnixDriveInfo(string mountPoint) { }
- public long AvailableFreeSpace { get { throw null; } }
- public string DriveFormat { get { throw null; } }
- public Mono.Unix.UnixDriveType DriveType { get { throw null; } }
- public bool IsReady { get { throw null; } }
- public long MaximumFilenameLength { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo RootDirectory { get { throw null; } }
- public long TotalFreeSpace { get { throw null; } }
- public long TotalSize { get { throw null; } }
- public string VolumeLabel { get { throw null; } }
- public static Mono.Unix.UnixDriveInfo[] GetDrives() { throw null; }
- public static Mono.Unix.UnixDriveInfo GetForSpecialFile(string specialFile) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum UnixDriveType
- {
- CDRom = 5,
- Fixed = 3,
- Network = 4,
- NoRootDirectory = 1,
- Ram = 6,
- Removable = 2,
- Unknown = 0,
- }
- [System.SerializableAttribute]
- public partial class UnixEncoding : System.Text.Encoding
- {
- public static readonly char EscapeByte;
- public static readonly System.Text.Encoding Instance;
- public UnixEncoding() { }
- public override bool Equals(object value) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetHashCode() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override byte[] GetPreamble() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class UnixEnvironment
- {
- internal UnixEnvironment() { }
- public static string CurrentDirectory { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo EffectiveGroup { get { throw null; } set { } }
- public static long EffectiveGroupId { get { throw null; } set { } }
- public static Mono.Unix.UnixUserInfo EffectiveUser { get { throw null; } set { } }
- public static long EffectiveUserId { get { throw null; } set { } }
- public static string Login { get { throw null; } }
- public static string MachineName { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo RealGroup { get { throw null; } }
- public static long RealGroupId { get { throw null; } }
- public static Mono.Unix.UnixUserInfo RealUser { get { throw null; } }
- public static long RealUserId { get { throw null; } }
- public static string UserName { get { throw null; } }
- public static int CreateSession() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string GetConfigurationString(Mono.Unix.Native.ConfstrName name) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static long GetConfigurationValue(Mono.Unix.Native.SysconfName name) { throw null; }
- public static Mono.Unix.UnixProcess GetParentProcess() { throw null; }
- public static int GetParentProcessId() { throw null; }
- public static int GetProcessGroup() { throw null; }
- public static long[] GetSupplementaryGroupIds() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetSupplementaryGroups() { throw null; }
- public static string[] GetUserShells() { throw null; }
- public static void SetNiceValue(int inc) { }
- public static void SetProcessGroup() { }
- public static void SetSupplementaryGroupIds(long[] list) { }
- public static void SetSupplementaryGroups(Mono.Unix.UnixGroupInfo[] groups) { }
- }
- public sealed partial class UnixFileInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixFileInfo(string path) : base (default(string)) { }
- public Mono.Unix.UnixDirectoryInfo Directory { get { throw null; } }
- public string DirectoryName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixStream Create() { throw null; }
- public Mono.Unix.UnixStream Create(Mono.Unix.FileAccessPermissions mode) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Create(Mono.Unix.Native.FilePermissions mode) { throw null; }
- public override void Delete() { }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access, Mono.Unix.Native.FilePermissions perms) { throw null; }
- public Mono.Unix.UnixStream OpenRead() { throw null; }
- public Mono.Unix.UnixStream OpenWrite() { throw null; }
- }
- public abstract partial class UnixFileSystemInfo
- {
- protected UnixFileSystemInfo(string path) { }
- public long BlocksAllocated { get { throw null; } }
- public long BlockSize { get { throw null; } }
- public long Device { get { throw null; } }
- public long DeviceType { get { throw null; } }
- public bool Exists { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public virtual string FullName { get { throw null; } }
- protected string FullPath { get { throw null; } set { } }
- public long Inode { get { throw null; } }
- public bool IsBlockDevice { get { throw null; } }
- public bool IsCharacterDevice { get { throw null; } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFifo { get { throw null; } }
- public bool IsRegularFile { get { throw null; } }
- public bool IsSetGroup { get { throw null; } }
- public bool IsSetUser { get { throw null; } }
- public bool IsSocket { get { throw null; } }
- public bool IsSticky { get { throw null; } }
- public bool IsSymbolicLink { get { throw null; } }
- public System.DateTime LastAccessTime { get { throw null; } }
- public System.DateTime LastAccessTimeUtc { get { throw null; } }
- public System.DateTime LastStatusChangeTime { get { throw null; } }
- public System.DateTime LastStatusChangeTimeUtc { get { throw null; } }
- public System.DateTime LastWriteTime { get { throw null; } }
- public System.DateTime LastWriteTimeUtc { get { throw null; } }
- public long Length { get { throw null; } }
- public long LinkCount { get { throw null; } }
- public abstract string Name { get; }
- protected string OriginalPath { get { throw null; } set { } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public bool CanAccess(Mono.Unix.Native.AccessModes mode) { throw null; }
- public Mono.Unix.UnixFileSystemInfo CreateLink(string path) { throw null; }
- public Mono.Unix.UnixSymbolicLinkInfo CreateSymbolicLink(string path) { throw null; }
- public abstract void Delete();
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- protected virtual bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public static Mono.Unix.UnixFileSystemInfo GetFileSystemEntry(string path) { throw null; }
- public void Refresh() { }
- public void SetLength(long length) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner, Mono.Unix.UnixGroupInfo group) { }
- public virtual void SetOwner(long owner, long group) { }
- public void SetOwner(string owner) { }
- public void SetOwner(string owner, string group) { }
- public Mono.Unix.Native.Stat ToStat() { throw null; }
- public override string ToString() { throw null; }
- public static bool TryGetFileSystemEntry(string path, out Mono.Unix.UnixFileSystemInfo entry) { entry = default(Mono.Unix.UnixFileSystemInfo); throw null; }
- }
- public sealed partial class UnixGroupInfo
- {
- public UnixGroupInfo(Mono.Unix.Native.Group group) { }
- public UnixGroupInfo(long group) { }
- public UnixGroupInfo(string group) { }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string Password { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetLocalGroups() { throw null; }
- public string[] GetMemberNames() { throw null; }
- public Mono.Unix.UnixUserInfo[] GetMembers() { throw null; }
- public Mono.Unix.Native.Group ToGroup() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixIOException : System.IO.IOException
- {
- public UnixIOException() { }
- public UnixIOException(Mono.Unix.Native.Errno errno) { }
- public UnixIOException(Mono.Unix.Native.Errno errno, System.Exception inner) { }
- public UnixIOException(int errno) { }
- public UnixIOException(int errno, System.Exception inner) { }
- protected UnixIOException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public UnixIOException(string message) { }
- public UnixIOException(string message, System.Exception inner) { }
- public Mono.Unix.Native.Errno ErrorCode { get { throw null; } }
- public int NativeErrorCode { get { throw null; } }
- }
- public partial class UnixListener : System.MarshalByRefObject, System.IDisposable
- {
- public UnixListener(Mono.Unix.UnixEndPoint localEndPoint) { }
- public UnixListener(string path) { }
- public System.Net.EndPoint LocalEndpoint { get { throw null; } }
- protected System.Net.Sockets.Socket Server { get { throw null; } }
- public System.Net.Sockets.Socket AcceptSocket() { throw null; }
- public Mono.Unix.UnixClient AcceptUnixClient() { throw null; }
- public void Dispose() { }
- protected void Dispose(bool disposing) { }
- ~UnixListener() { }
- public bool Pending() { throw null; }
- public void Start() { }
- public void Start(int backlog) { }
- public void Stop() { }
- }
- public sealed partial class UnixMarshal
- {
- internal UnixMarshal() { }
- public static System.IntPtr AllocHeap(long size) { throw null; }
- public static void FreeHeap(System.IntPtr ptr) { }
- [System.CLSCompliantAttribute(false)]
- public static string GetErrorDescription(Mono.Unix.Native.Errno errno) { throw null; }
- public static string PtrToString(System.IntPtr p) { throw null; }
- public static string PtrToString(System.IntPtr p, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string PtrToStringUnix(System.IntPtr p) { throw null; }
- public static System.IntPtr ReAllocHeap(System.IntPtr ptr, long size) { throw null; }
- public static bool ShouldRetrySyscall(int r) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool ShouldRetrySyscall(int r, out Mono.Unix.Native.Errno errno) { errno = default(Mono.Unix.Native.Errno); throw null; }
- public static System.IntPtr StringToHeap(string s) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count, System.Text.Encoding encoding) { throw null; }
- public static System.IntPtr StringToHeap(string s, System.Text.Encoding encoding) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForError(Mono.Unix.Native.Errno errno) { }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForErrorIf(int retval, Mono.Unix.Native.Errno errno) { }
- public static void ThrowExceptionForLastError() { }
- public static void ThrowExceptionForLastErrorIf(int retval) { }
- }
- public sealed partial class UnixPath
- {
- internal UnixPath() { }
- public static readonly char AltDirectorySeparatorChar;
- public static readonly char DirectorySeparatorChar;
- public static readonly char PathSeparator;
- public static readonly char VolumeSeparatorChar;
- public static string Combine(string path1, params string[] paths) { throw null; }
- public static string GetCanonicalPath(string path) { throw null; }
- public static string GetCompleteRealPath(string path) { throw null; }
- public static string GetDirectoryName(string path) { throw null; }
- public static string GetFileName(string path) { throw null; }
- public static string GetFullPath(string path) { throw null; }
- public static char[] GetInvalidPathChars() { throw null; }
- public static string GetPathRoot(string path) { throw null; }
- public static string GetRealPath(string path) { throw null; }
- public static bool IsPathRooted(string path) { throw null; }
- public static string ReadLink(string path) { throw null; }
- public static string ReadLinkAt(int dirfd, string path) { throw null; }
- public static string TryReadLink(string path) { throw null; }
- public static string TryReadLinkAt(int dirfd, string path) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct UnixPipes : System.IEquatable<Mono.Unix.UnixPipes>
- {
- public Mono.Unix.UnixStream Reading;
- public Mono.Unix.UnixStream Writing;
- public UnixPipes(Mono.Unix.UnixStream reading, Mono.Unix.UnixStream writing) { throw null;}
- public static Mono.Unix.UnixPipes CreatePipes() { throw null; }
- public bool Equals(Mono.Unix.UnixPipes value) { throw null; }
- public override bool Equals(object value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- public static bool operator !=(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- }
- public sealed partial class UnixProcess
- {
- internal UnixProcess() { }
- public int ExitCode { get { throw null; } }
- public bool HasExited { get { throw null; } }
- public bool HasSignaled { get { throw null; } }
- public bool HasStopped { get { throw null; } }
- public int Id { get { throw null; } }
- public int ProcessGroupId { get { throw null; } set { } }
- public int SessionId { get { throw null; } }
- public Mono.Unix.Native.Signum StopSignal { get { throw null; } }
- public Mono.Unix.Native.Signum TerminationSignal { get { throw null; } }
- public static Mono.Unix.UnixProcess GetCurrentProcess() { throw null; }
- public static int GetCurrentProcessId() { throw null; }
- public void Kill() { }
- [System.CLSCompliantAttribute(false)]
- public void Signal(Mono.Unix.Native.Signum signal) { }
- public void WaitForExit() { }
- }
- public partial class UnixSignal : System.Threading.WaitHandle
- {
- public UnixSignal(Mono.Unix.Native.RealTimeSignum rtsig) { }
- public UnixSignal(Mono.Unix.Native.Signum signum) { }
- public int Count { get { throw null; } set { } }
- public bool IsRealTimeSignal { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public Mono.Unix.Native.RealTimeSignum RealTimeSignum { get { throw null; } }
- public Mono.Unix.Native.Signum Signum { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public bool Reset() { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, int millisecondsTimeout) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, System.TimeSpan timeout) { throw null; }
- public override bool WaitOne() { throw null; }
- public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; }
- public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; }
- }
- public sealed partial class UnixStream : System.IO.Stream, System.IDisposable
- {
- public const int InvalidFileDescriptor = -1;
- public const int StandardErrorFileDescriptor = 2;
- public const int StandardInputFileDescriptor = 0;
- public const int StandardOutputFileDescriptor = 1;
- public UnixStream(int fileDescriptor) { }
- public UnixStream(int fileDescriptor, bool ownsHandle) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public int Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern) { }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public override void Close() { }
- ~UnixStream() { }
- public override void Flush() { }
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public int ReadAtOffset([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count, long fileOffset) { buffer = default(byte[]); throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SendTo(Mono.Unix.UnixStream output) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(Mono.Unix.UnixStream output, ulong count) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(int out_fd, ulong count) { }
- public override void SetLength(long value) { }
- public void SetOwner(long user, long group) { }
- public void SetOwner(string user) { }
- public void SetOwner(string user, string group) { }
- void System.IDisposable.Dispose() { }
- public override void Write(byte[] buffer, int offset, int count) { }
- public void WriteAtOffset(byte[] buffer, int offset, int count, long fileOffset) { }
- }
- public sealed partial class UnixSymbolicLinkInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixSymbolicLinkInfo(string path) : base (default(string)) { }
- [System.ObsoleteAttribute("Use GetContents()")]
- public Mono.Unix.UnixFileSystemInfo Contents { get { throw null; } }
- public string ContentsPath { get { throw null; } }
- public bool HasContents { get { throw null; } }
- public override string Name { get { throw null; } }
- public void CreateSymbolicLinkTo(Mono.Unix.UnixFileSystemInfo path) { }
- public void CreateSymbolicLinkTo(string path) { }
- public override void Delete() { }
- public Mono.Unix.UnixFileSystemInfo GetContents() { throw null; }
- protected override bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public override void SetOwner(long owner, long group) { }
- }
- public sealed partial class UnixUserInfo
- {
- public UnixUserInfo(Mono.Unix.Native.Passwd passwd) { }
- public UnixUserInfo(long user) { }
- public UnixUserInfo(string user) { }
- [System.CLSCompliantAttribute(false)]
- public UnixUserInfo(uint user) { }
- public Mono.Unix.UnixGroupInfo Group { get { throw null; } }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string HomeDirectory { get { throw null; } }
- public string Password { get { throw null; } }
- public string RealName { get { throw null; } }
- public string ShellProgram { get { throw null; } }
- public long UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixUserInfo[] GetLocalUsers() { throw null; }
- public static string GetLoginName() { throw null; }
- public static Mono.Unix.UnixUserInfo GetRealUser() { throw null; }
- public static long GetRealUserId() { throw null; }
- public Mono.Unix.Native.Passwd ToPasswd() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Unix.Native
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AccessModes
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AtFlags
- {
- AT_EMPTY_PATH = 4096,
- AT_NO_AUTOMOUNT = 2048,
- AT_REMOVEDIR = 512,
- AT_SYMLINK_FOLLOW = 1024,
- AT_SYMLINK_NOFOLLOW = 256,
- }
- public sealed partial class CdeclFunction
- {
- public CdeclFunction(string library, string method) { }
- public CdeclFunction(string library, string method, System.Type returnType) { }
- public object Invoke(object[] parameters) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Cmsghdr
- {
- public long cmsg_len;
- public Mono.Unix.Native.UnixSocketProtocol cmsg_level;
- public Mono.Unix.Native.UnixSocketControlMessage cmsg_type;
- public static int Size { get { throw null; } }
- public static Mono.Unix.Native.Cmsghdr ReadFromBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public void WriteToBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { }
- }
- [System.CLSCompliantAttribute(false)]
- public enum ConfstrName
- {
- _CS_GNU_LIBC_VERSION = 2,
- _CS_GNU_LIBPTHREAD_VERSION = 3,
- _CS_LFS64_CFLAGS = 1004,
- _CS_LFS64_LDFLAGS = 1005,
- _CS_LFS64_LIBS = 1006,
- _CS_LFS64_LINTFLAGS = 1007,
- _CS_LFS_CFLAGS = 1000,
- _CS_LFS_LDFLAGS = 1001,
- _CS_LFS_LIBS = 1002,
- _CS_LFS_LINTFLAGS = 1003,
- _CS_PATH = 0,
- _CS_POSIX_V6_ILP32_OFF32_CFLAGS = 1116,
- _CS_POSIX_V6_ILP32_OFF32_LDFLAGS = 1117,
- _CS_POSIX_V6_ILP32_OFF32_LIBS = 1118,
- _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS = 1119,
- _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS = 1120,
- _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS = 1121,
- _CS_POSIX_V6_ILP32_OFFBIG_LIBS = 1122,
- _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS = 1123,
- _CS_POSIX_V6_LP64_OFF64_CFLAGS = 1124,
- _CS_POSIX_V6_LP64_OFF64_LDFLAGS = 1125,
- _CS_POSIX_V6_LP64_OFF64_LIBS = 1126,
- _CS_POSIX_V6_LP64_OFF64_LINTFLAGS = 1127,
- _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS = 1128,
- _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS = 1129,
- _CS_POSIX_V6_LPBIG_OFFBIG_LIBS = 1130,
- _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS = 1131,
- _CS_V6_WIDTH_RESTRICTED_ENVS = 1,
- _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
- _CS_XBS5_ILP32_OFF32_LDFLAGS = 1101,
- _CS_XBS5_ILP32_OFF32_LIBS = 1102,
- _CS_XBS5_ILP32_OFF32_LINTFLAGS = 1103,
- _CS_XBS5_ILP32_OFFBIG_CFLAGS = 1104,
- _CS_XBS5_ILP32_OFFBIG_LDFLAGS = 1105,
- _CS_XBS5_ILP32_OFFBIG_LIBS = 1106,
- _CS_XBS5_ILP32_OFFBIG_LINTFLAGS = 1107,
- _CS_XBS5_LP64_OFF64_CFLAGS = 1108,
- _CS_XBS5_LP64_OFF64_LDFLAGS = 1109,
- _CS_XBS5_LP64_OFF64_LIBS = 1110,
- _CS_XBS5_LP64_OFF64_LINTFLAGS = 1111,
- _CS_XBS5_LPBIG_OFFBIG_CFLAGS = 1112,
- _CS_XBS5_LPBIG_OFFBIG_LDFLAGS = 1113,
- _CS_XBS5_LPBIG_OFFBIG_LIBS = 1114,
- _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS = 1115,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum DirectoryNotifyFlags
- {
- DN_ACCESS = 1,
- DN_ATTRIB = 32,
- DN_CREATE = 4,
- DN_DELETE = 8,
- DN_MODIFY = 2,
- DN_MULTISHOT = -2147483648,
- DN_RENAME = 16,
- }
- public sealed partial class Dirent : System.IEquatable<Mono.Unix.Native.Dirent>
- {
- [System.CLSCompliantAttribute(false)]
- public ulong d_ino;
- public string d_name;
- public long d_off;
- [System.CLSCompliantAttribute(false)]
- public ushort d_reclen;
- public byte d_type;
- public Dirent() { }
- public bool Equals(Mono.Unix.Native.Dirent value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=12, Pack=1)]
- public partial struct EpollEvent
- {
- [System.Runtime.InteropServices.FieldOffsetAttribute(0)]
- public Mono.Unix.Native.EpollEvents events;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public int fd;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public System.IntPtr ptr;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public uint u32;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public ulong u64;
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum EpollEvents : uint
- {
- EPOLLERR = (uint)8,
- EPOLLET = (uint)2147483648,
- EPOLLHUP = (uint)16,
- EPOLLIN = (uint)1,
- EPOLLMSG = (uint)1024,
- EPOLLONESHOT = (uint)1073741824,
- EPOLLOUT = (uint)4,
- EPOLLPRI = (uint)2,
- EPOLLRDBAND = (uint)128,
- EPOLLRDHUP = (uint)8192,
- EPOLLRDNORM = (uint)64,
- EPOLLWRBAND = (uint)512,
- EPOLLWRNORM = (uint)256,
- }
- [System.FlagsAttribute]
- public enum EpollFlags
- {
- EPOLL_CLOEXEC = 2000000,
- EPOLL_NONBLOCK = 4000,
- }
- public enum EpollOp
- {
- EPOLL_CTL_ADD = 1,
- EPOLL_CTL_DEL = 2,
- EPOLL_CTL_MOD = 3,
- }
- public enum Errno
- {
- E2BIG = 7,
- EACCES = 13,
- EADDRINUSE = 98,
- EADDRNOTAVAIL = 99,
- EADV = 68,
- EAFNOSUPPORT = 97,
- EAGAIN = 11,
- EALREADY = 114,
- EAUTH = 1080,
- EBADARCH = 1086,
- EBADE = 52,
- EBADEXEC = 1085,
- EBADF = 9,
- EBADFD = 77,
- EBADMACHO = 1088,
- EBADMSG = 74,
- EBADR = 53,
- EBADRPC = 1072,
- EBADRQC = 56,
- EBADSLT = 57,
- EBFONT = 59,
- EBUSY = 16,
- ECANCELED = 125,
- ECHILD = 10,
- ECHRNG = 44,
- ECOMM = 70,
- ECONNABORTED = 103,
- ECONNREFUSED = 111,
- ECONNRESET = 104,
- EDEADLK = 35,
- EDEADLOCK = 35,
- EDESTADDRREQ = 89,
- EDEVERR = 1083,
- EDOM = 33,
- EDOTDOT = 73,
- EDQUOT = 122,
- EEXIST = 17,
- EFAULT = 14,
- EFBIG = 27,
- EFTYPE = 1079,
- EHOSTDOWN = 112,
- EHOSTUNREACH = 113,
- EIDRM = 43,
- EILSEQ = 84,
- EINPROGRESS = 115,
- EINTR = 4,
- EINVAL = 22,
- EIO = 5,
- EISCONN = 106,
- EISDIR = 21,
- EISNAM = 120,
- EKEYEXPIRED = 127,
- EKEYREJECTED = 129,
- EKEYREVOKED = 128,
- EL2HLT = 51,
- EL2NSYNC = 45,
- EL3HLT = 46,
- EL3RST = 47,
- ELIBACC = 79,
- ELIBBAD = 80,
- ELIBEXEC = 83,
- ELIBMAX = 82,
- ELIBSCN = 81,
- ELNRNG = 48,
- ELOOP = 40,
- EMEDIUMTYPE = 124,
- EMFILE = 24,
- EMLINK = 31,
- EMSGSIZE = 90,
- EMULTIHOP = 72,
- ENAMETOOLONG = 36,
- ENAVAIL = 119,
- ENEEDAUTH = 1081,
- ENETDOWN = 100,
- ENETRESET = 102,
- ENETUNREACH = 101,
- ENFILE = 23,
- ENOANO = 55,
- ENOATTR = 1093,
- ENOBUFS = 105,
- ENOCSI = 50,
- ENODATA = 61,
- ENODEV = 19,
- ENOENT = 2,
- ENOEXEC = 8,
- ENOKEY = 126,
- ENOLCK = 37,
- ENOLINK = 67,
- ENOMEDIUM = 123,
- ENOMEM = 12,
- ENOMSG = 42,
- ENONET = 64,
- ENOPKG = 65,
- ENOPOLICY = 1103,
- ENOPROTOOPT = 92,
- ENOSPC = 28,
- ENOSR = 63,
- ENOSTR = 60,
- ENOSYS = 38,
- ENOTBLK = 15,
- ENOTCONN = 107,
- ENOTDIR = 20,
- ENOTEMPTY = 39,
- ENOTNAM = 118,
- ENOTRECOVERABLE = 131,
- ENOTSOCK = 88,
- ENOTTY = 25,
- ENOTUNIQ = 76,
- ENXIO = 6,
- EOPNOTSUPP = 95,
- EOVERFLOW = 75,
- EOWNERDEAD = 130,
- EPERM = 1,
- EPFNOSUPPORT = 96,
- EPIPE = 32,
- EPROCLIM = 1067,
- EPROCUNAVAIL = 1076,
- EPROGMISMATCH = 1075,
- EPROGUNAVAIL = 1074,
- EPROTO = 71,
- EPROTONOSUPPORT = 93,
- EPROTOTYPE = 91,
- EPWROFF = 1082,
- ERANGE = 34,
- EREMCHG = 78,
- EREMOTE = 66,
- EREMOTEIO = 121,
- ERESTART = 85,
- EROFS = 30,
- ERPCMISMATCH = 1073,
- ESHLIBVERS = 1087,
- ESHUTDOWN = 108,
- ESOCKTNOSUPPORT = 94,
- ESPIPE = 29,
- ESRCH = 3,
- ESRMNT = 69,
- ESTALE = 116,
- ESTRPIPE = 86,
- ETIME = 62,
- ETIMEDOUT = 110,
- ETOOMANYREFS = 109,
- ETXTBSY = 26,
- EUCLEAN = 117,
- EUNATCH = 49,
- EUSERS = 87,
- EWOULDBLOCK = 11,
- EXDEV = 18,
- EXFULL = 54,
- }
- [System.CLSCompliantAttribute(false)]
- public enum FcntlCommand
- {
- F_DUPFD = 0,
- F_GETFD = 1,
- F_GETFL = 3,
- F_GETLEASE = 1025,
- F_GETLK = 12,
- F_GETOWN = 9,
- F_GETSIG = 11,
- F_NOCACHE = 48,
- F_NOTIFY = 1026,
- F_SETFD = 2,
- F_SETFL = 4,
- F_SETLEASE = 1024,
- F_SETLK = 13,
- F_SETLKW = 14,
- F_SETOWN = 8,
- F_SETSIG = 10,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum FilePermissions : uint
- {
- ACCESSPERMS = (uint)511,
- ALLPERMS = (uint)4095,
- DEFFILEMODE = (uint)438,
- S_IFBLK = (uint)24576,
- S_IFCHR = (uint)8192,
- S_IFDIR = (uint)16384,
- S_IFIFO = (uint)4096,
- S_IFLNK = (uint)40960,
- S_IFMT = (uint)61440,
- S_IFREG = (uint)32768,
- S_IFSOCK = (uint)49152,
- S_IRGRP = (uint)32,
- S_IROTH = (uint)4,
- S_IRUSR = (uint)256,
- S_IRWXG = (uint)56,
- S_IRWXO = (uint)7,
- S_IRWXU = (uint)448,
- S_ISGID = (uint)1024,
- S_ISUID = (uint)2048,
- S_ISVTX = (uint)512,
- S_IWGRP = (uint)16,
- S_IWOTH = (uint)2,
- S_IWUSR = (uint)128,
- S_IXGRP = (uint)8,
- S_IXOTH = (uint)1,
- S_IXUSR = (uint)64,
- }
- public sealed partial class FilePosition : System.MarshalByRefObject, System.IDisposable, System.IEquatable<Mono.Unix.Native.FilePosition>
- {
- public FilePosition() { }
- public void Dispose() { }
- public bool Equals(Mono.Unix.Native.FilePosition value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- ~FilePosition() { }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Flock : System.IEquatable<Mono.Unix.Native.Flock>
- {
- public long l_len;
- public int l_pid;
- public long l_start;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.LockType l_type;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.SeekFlags l_whence;
- public bool Equals(Mono.Unix.Native.Flock value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- }
- public sealed partial class Fstab : System.IEquatable<Mono.Unix.Native.Fstab>
- {
- public string fs_file;
- public int fs_freq;
- public string fs_mntops;
- public int fs_passno;
- public string fs_spec;
- public string fs_type;
- public string fs_vfstype;
- public Fstab() { }
- public bool Equals(Mono.Unix.Native.Fstab value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class Group : System.IEquatable<Mono.Unix.Native.Group>
- {
- [System.CLSCompliantAttribute(false)]
- public uint gr_gid;
- public string[] gr_mem;
- public string gr_name;
- public string gr_passwd;
- public Group() { }
- public bool Equals(Mono.Unix.Native.Group value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct In6Addr : System.IEquatable<Mono.Unix.Native.In6Addr>
- {
- public In6Addr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.In6Addr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InAddr : System.IEquatable<Mono.Unix.Native.InAddr>
- {
- public uint s_addr;
- public InAddr(byte b0, byte b1, byte b2, byte b3) { throw null;}
- public InAddr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.InAddr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Iovec
- {
- public System.IntPtr iov_base;
- [System.CLSCompliantAttribute(false)]
- public ulong iov_len;
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Linger
- {
- public int l_linger;
- public int l_onoff;
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockfCommand
- {
- F_LOCK = 1,
- F_TEST = 3,
- F_TLOCK = 2,
- F_ULOCK = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockType : short
- {
- F_RDLCK = (short)0,
- F_UNLCK = (short)2,
- F_WRLCK = (short)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MessageFlags
- {
- MSG_CMSG_CLOEXEC = 1073741824,
- MSG_CONFIRM = 2048,
- MSG_CTRUNC = 8,
- MSG_DONTROUTE = 4,
- MSG_DONTWAIT = 64,
- MSG_EOR = 128,
- MSG_ERRQUEUE = 8192,
- MSG_FASTOPEN = 536870912,
- MSG_FIN = 512,
- MSG_MORE = 32768,
- MSG_NOSIGNAL = 16384,
- MSG_OOB = 1,
- MSG_PEEK = 2,
- MSG_PROXY = 16,
- MSG_RST = 4096,
- MSG_SYN = 1024,
- MSG_TRUNC = 32,
- MSG_WAITALL = 256,
- MSG_WAITFORONE = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MlockallFlags
- {
- MCL_CURRENT = 1,
- MCL_FUTURE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapFlags
- {
- MAP_ANON = 32,
- MAP_ANONYMOUS = 32,
- MAP_DENYWRITE = 2048,
- MAP_EXECUTABLE = 4096,
- MAP_FILE = 0,
- MAP_FIXED = 16,
- MAP_GROWSDOWN = 256,
- MAP_LOCKED = 8192,
- MAP_NONBLOCK = 65536,
- MAP_NORESERVE = 16384,
- MAP_POPULATE = 32768,
- MAP_PRIVATE = 2,
- MAP_SHARED = 1,
- MAP_TYPE = 15,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapProts
- {
- PROT_EXEC = 4,
- PROT_GROWSDOWN = 16777216,
- PROT_GROWSUP = 33554432,
- PROT_NONE = 0,
- PROT_READ = 1,
- PROT_WRITE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MountFlags : ulong
- {
- ST_APPEND = (ulong)256,
- ST_BIND = (ulong)4096,
- ST_IMMUTABLE = (ulong)512,
- ST_MANDLOCK = (ulong)64,
- ST_NOATIME = (ulong)1024,
- ST_NODEV = (ulong)4,
- ST_NODIRATIME = (ulong)2048,
- ST_NOEXEC = (ulong)8,
- ST_NOSUID = (ulong)2,
- ST_RDONLY = (ulong)1,
- ST_REMOUNT = (ulong)32,
- ST_SYNCHRONOUS = (ulong)16,
- ST_WRITE = (ulong)128,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MremapFlags : ulong
- {
- MREMAP_MAYMOVE = (ulong)1,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Msghdr
- {
- public byte[] msg_control;
- public long msg_controllen;
- public Mono.Unix.Native.MessageFlags msg_flags;
- public Mono.Unix.Native.Iovec[] msg_iov;
- public int msg_iovlen;
- public Mono.Unix.Native.Sockaddr msg_name;
- public Msghdr() { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MsyncFlags
- {
- MS_ASYNC = 1,
- MS_INVALIDATE = 2,
- MS_SYNC = 4,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class NativeConvert
- {
- internal NativeConvert() { }
- public static readonly System.DateTime LocalUnixEpoch;
- public static readonly System.TimeSpan LocalUtcOffset;
- public static readonly System.DateTime UnixEpoch;
- public static int FromAccessModes(Mono.Unix.Native.AccessModes value) { throw null; }
- public static int FromAtFlags(Mono.Unix.Native.AtFlags value) { throw null; }
- public static int FromConfstrName(Mono.Unix.Native.ConfstrName value) { throw null; }
- public static long FromDateTime(System.DateTime time) { throw null; }
- public static int FromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value) { throw null; }
- public static uint FromEpollEvents(Mono.Unix.Native.EpollEvents value) { throw null; }
- public static int FromEpollFlags(Mono.Unix.Native.EpollFlags value) { throw null; }
- public static int FromErrno(Mono.Unix.Native.Errno value) { throw null; }
- public static int FromFcntlCommand(Mono.Unix.Native.FcntlCommand value) { throw null; }
- public static uint FromFilePermissions(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static int FromLockfCommand(Mono.Unix.Native.LockfCommand value) { throw null; }
- public static short FromLockType(Mono.Unix.Native.LockType value) { throw null; }
- public static int FromMessageFlags(Mono.Unix.Native.MessageFlags value) { throw null; }
- public static int FromMlockallFlags(Mono.Unix.Native.MlockallFlags value) { throw null; }
- public static int FromMmapFlags(Mono.Unix.Native.MmapFlags value) { throw null; }
- public static int FromMmapProts(Mono.Unix.Native.MmapProts value) { throw null; }
- public static ulong FromMountFlags(Mono.Unix.Native.MountFlags value) { throw null; }
- public static ulong FromMremapFlags(Mono.Unix.Native.MremapFlags value) { throw null; }
- public static int FromMsyncFlags(Mono.Unix.Native.MsyncFlags value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromOctalPermissionString(string value) { throw null; }
- public static int FromOpenFlags(Mono.Unix.Native.OpenFlags value) { throw null; }
- public static int FromPathconfName(Mono.Unix.Native.PathconfName value) { throw null; }
- public static short FromPollEvents(Mono.Unix.Native.PollEvents value) { throw null; }
- public static int FromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value) { throw null; }
- public static int FromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value) { throw null; }
- public static int FromRealTimeSignum(Mono.Unix.Native.RealTimeSignum sig) { throw null; }
- public static short FromSeekFlags(Mono.Unix.Native.SeekFlags value) { throw null; }
- public static int FromShutdownOption(Mono.Unix.Native.ShutdownOption value) { throw null; }
- public static int FromSignum(Mono.Unix.Native.Signum value) { throw null; }
- public static int FromSysconfName(Mono.Unix.Native.SysconfName value) { throw null; }
- public static int FromSyslogFacility(Mono.Unix.Native.SyslogFacility value) { throw null; }
- public static int FromSyslogLevel(Mono.Unix.Native.SyslogLevel value) { throw null; }
- public static int FromSyslogOptions(Mono.Unix.Native.SyslogOptions value) { throw null; }
- public static System.DateTime FromTimeT(long time) { throw null; }
- public static int FromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromUnixPermissionString(string value) { throw null; }
- public static int FromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value) { throw null; }
- public static int FromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value) { throw null; }
- public static int FromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value) { throw null; }
- public static int FromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value) { throw null; }
- public static int FromUnixSocketType(Mono.Unix.Native.UnixSocketType value) { throw null; }
- public static int FromWaitOptions(Mono.Unix.Native.WaitOptions value) { throw null; }
- public static int FromXattrFlags(Mono.Unix.Native.XattrFlags value) { throw null; }
- public static Mono.Unix.Native.AccessModes ToAccessModes(int value) { throw null; }
- public static Mono.Unix.Native.AtFlags ToAtFlags(int value) { throw null; }
- public static Mono.Unix.Native.ConfstrName ToConfstrName(int value) { throw null; }
- public static System.DateTime ToDateTime(long time) { throw null; }
- public static System.DateTime ToDateTime(long time, long nanoTime) { throw null; }
- public static Mono.Unix.Native.DirectoryNotifyFlags ToDirectoryNotifyFlags(int value) { throw null; }
- public static Mono.Unix.Native.EpollEvents ToEpollEvents(uint value) { throw null; }
- public static Mono.Unix.Native.EpollFlags ToEpollFlags(int value) { throw null; }
- public static Mono.Unix.Native.Errno ToErrno(int value) { throw null; }
- public static Mono.Unix.Native.FcntlCommand ToFcntlCommand(int value) { throw null; }
- public static Mono.Unix.Native.FilePermissions ToFilePermissions(uint value) { throw null; }
- public static string ToFopenMode(System.IO.FileAccess access) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.In6Addr ToIn6Addr(System.Net.IPAddress address) { throw null; }
- public static Mono.Unix.Native.InAddr ToInAddr(System.Net.IPAddress address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.In6Addr address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.InAddr address) { throw null; }
- public static Mono.Unix.Native.LockfCommand ToLockfCommand(int value) { throw null; }
- public static Mono.Unix.Native.LockType ToLockType(short value) { throw null; }
- public static Mono.Unix.Native.MessageFlags ToMessageFlags(int value) { throw null; }
- public static Mono.Unix.Native.MlockallFlags ToMlockallFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapFlags ToMmapFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapProts ToMmapProts(int value) { throw null; }
- public static Mono.Unix.Native.MountFlags ToMountFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MremapFlags ToMremapFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MsyncFlags ToMsyncFlags(int value) { throw null; }
- public static string ToOctalPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(int value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.PathconfName ToPathconfName(int value) { throw null; }
- public static Mono.Unix.Native.PollEvents ToPollEvents(short value) { throw null; }
- public static Mono.Unix.Native.PosixFadviseAdvice ToPosixFadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.PosixMadviseAdvice ToPosixMadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.RealTimeSignum ToRealTimeSignum(int offset) { throw null; }
- public static Mono.Unix.Native.SeekFlags ToSeekFlags(short value) { throw null; }
- public static Mono.Unix.Native.ShutdownOption ToShutdownOption(int value) { throw null; }
- public static Mono.Unix.Native.Signum ToSignum(int value) { throw null; }
- public static Mono.Unix.Native.SysconfName ToSysconfName(int value) { throw null; }
- public static Mono.Unix.Native.SyslogFacility ToSyslogFacility(int value) { throw null; }
- public static Mono.Unix.Native.SyslogLevel ToSyslogLevel(int value) { throw null; }
- public static Mono.Unix.Native.SyslogOptions ToSyslogOptions(int value) { throw null; }
- public static long ToTimeT(System.DateTime time) { throw null; }
- public static Mono.Unix.Native.UnixAddressFamily ToUnixAddressFamily(int value) { throw null; }
- public static string ToUnixPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.UnixSocketControlMessage ToUnixSocketControlMessage(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketFlags ToUnixSocketFlags(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketOptionName ToUnixSocketOptionName(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketProtocol ToUnixSocketProtocol(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketType ToUnixSocketType(int value) { throw null; }
- public static Mono.Unix.Native.WaitOptions ToWaitOptions(int value) { throw null; }
- public static Mono.Unix.Native.XattrFlags ToXattrFlags(int value) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Cmsghdr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Flock source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.In6Addr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.InAddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Iovec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Linger source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Pollfd source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.Sockaddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn6 source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Stat source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Statvfs source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timespec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timeval source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timezone source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Utimbuf source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Cmsghdr destination) { destination = default(Mono.Unix.Native.Cmsghdr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Flock destination) { destination = default(Mono.Unix.Native.Flock); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.In6Addr destination) { destination = default(Mono.Unix.Native.In6Addr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.InAddr destination) { destination = default(Mono.Unix.Native.InAddr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Iovec destination) { destination = default(Mono.Unix.Native.Iovec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Linger destination) { destination = default(Mono.Unix.Native.Linger); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Pollfd destination) { destination = default(Mono.Unix.Native.Pollfd); throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn6 destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Stat destination) { destination = default(Mono.Unix.Native.Stat); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Statvfs destination) { destination = default(Mono.Unix.Native.Statvfs); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timespec destination) { destination = default(Mono.Unix.Native.Timespec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timeval destination) { destination = default(Mono.Unix.Native.Timeval); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timezone destination) { destination = default(Mono.Unix.Native.Timezone); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Utimbuf destination) { destination = default(Mono.Unix.Native.Utimbuf); throw null; }
- public static bool TryCopy(System.IntPtr source, long size, Mono.Unix.Native.Sockaddr destination) { throw null; }
- public static bool TryFromAccessModes(Mono.Unix.Native.AccessModes value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromAtFlags(Mono.Unix.Native.AtFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromConfstrName(Mono.Unix.Native.ConfstrName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromEpollEvents(Mono.Unix.Native.EpollEvents value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromEpollFlags(Mono.Unix.Native.EpollFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromErrno(Mono.Unix.Native.Errno value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFcntlCommand(Mono.Unix.Native.FcntlCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFilePermissions(Mono.Unix.Native.FilePermissions value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromLockfCommand(Mono.Unix.Native.LockfCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromLockType(Mono.Unix.Native.LockType value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromMessageFlags(Mono.Unix.Native.MessageFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMlockallFlags(Mono.Unix.Native.MlockallFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapFlags(Mono.Unix.Native.MmapFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapProts(Mono.Unix.Native.MmapProts value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMountFlags(Mono.Unix.Native.MountFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMremapFlags(Mono.Unix.Native.MremapFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMsyncFlags(Mono.Unix.Native.MsyncFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromOpenFlags(Mono.Unix.Native.OpenFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPathconfName(Mono.Unix.Native.PathconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPollEvents(Mono.Unix.Native.PollEvents value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSeekFlags(Mono.Unix.Native.SeekFlags value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromShutdownOption(Mono.Unix.Native.ShutdownOption value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSignum(Mono.Unix.Native.Signum value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSysconfName(Mono.Unix.Native.SysconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogFacility(Mono.Unix.Native.SyslogFacility value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogLevel(Mono.Unix.Native.SyslogLevel value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogOptions(Mono.Unix.Native.SyslogOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketType(Mono.Unix.Native.UnixSocketType value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromWaitOptions(Mono.Unix.Native.WaitOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromXattrFlags(Mono.Unix.Native.XattrFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryToAccessModes(int value, out Mono.Unix.Native.AccessModes rval) { rval = default(Mono.Unix.Native.AccessModes); throw null; }
- public static bool TryToAtFlags(int value, out Mono.Unix.Native.AtFlags rval) { rval = default(Mono.Unix.Native.AtFlags); throw null; }
- public static bool TryToConfstrName(int value, out Mono.Unix.Native.ConfstrName rval) { rval = default(Mono.Unix.Native.ConfstrName); throw null; }
- public static bool TryToDirectoryNotifyFlags(int value, out Mono.Unix.Native.DirectoryNotifyFlags rval) { rval = default(Mono.Unix.Native.DirectoryNotifyFlags); throw null; }
- public static bool TryToEpollEvents(uint value, out Mono.Unix.Native.EpollEvents rval) { rval = default(Mono.Unix.Native.EpollEvents); throw null; }
- public static bool TryToEpollFlags(int value, out Mono.Unix.Native.EpollFlags rval) { rval = default(Mono.Unix.Native.EpollFlags); throw null; }
- public static bool TryToErrno(int value, out Mono.Unix.Native.Errno rval) { rval = default(Mono.Unix.Native.Errno); throw null; }
- public static bool TryToFcntlCommand(int value, out Mono.Unix.Native.FcntlCommand rval) { rval = default(Mono.Unix.Native.FcntlCommand); throw null; }
- public static bool TryToFilePermissions(uint value, out Mono.Unix.Native.FilePermissions rval) { rval = default(Mono.Unix.Native.FilePermissions); throw null; }
- public static bool TryToLockfCommand(int value, out Mono.Unix.Native.LockfCommand rval) { rval = default(Mono.Unix.Native.LockfCommand); throw null; }
- public static bool TryToLockType(short value, out Mono.Unix.Native.LockType rval) { rval = default(Mono.Unix.Native.LockType); throw null; }
- public static bool TryToMessageFlags(int value, out Mono.Unix.Native.MessageFlags rval) { rval = default(Mono.Unix.Native.MessageFlags); throw null; }
- public static bool TryToMlockallFlags(int value, out Mono.Unix.Native.MlockallFlags rval) { rval = default(Mono.Unix.Native.MlockallFlags); throw null; }
- public static bool TryToMmapFlags(int value, out Mono.Unix.Native.MmapFlags rval) { rval = default(Mono.Unix.Native.MmapFlags); throw null; }
- public static bool TryToMmapProts(int value, out Mono.Unix.Native.MmapProts rval) { rval = default(Mono.Unix.Native.MmapProts); throw null; }
- public static bool TryToMountFlags(ulong value, out Mono.Unix.Native.MountFlags rval) { rval = default(Mono.Unix.Native.MountFlags); throw null; }
- public static bool TryToMremapFlags(ulong value, out Mono.Unix.Native.MremapFlags rval) { rval = default(Mono.Unix.Native.MremapFlags); throw null; }
- public static bool TryToMsyncFlags(int value, out Mono.Unix.Native.MsyncFlags rval) { rval = default(Mono.Unix.Native.MsyncFlags); throw null; }
- public static bool TryToOpenFlags(int value, out Mono.Unix.Native.OpenFlags rval) { rval = default(Mono.Unix.Native.OpenFlags); throw null; }
- public static bool TryToPathconfName(int value, out Mono.Unix.Native.PathconfName rval) { rval = default(Mono.Unix.Native.PathconfName); throw null; }
- public static bool TryToPollEvents(short value, out Mono.Unix.Native.PollEvents rval) { rval = default(Mono.Unix.Native.PollEvents); throw null; }
- public static bool TryToPosixFadviseAdvice(int value, out Mono.Unix.Native.PosixFadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixFadviseAdvice); throw null; }
- public static bool TryToPosixMadviseAdvice(int value, out Mono.Unix.Native.PosixMadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixMadviseAdvice); throw null; }
- public static bool TryToSeekFlags(short value, out Mono.Unix.Native.SeekFlags rval) { rval = default(Mono.Unix.Native.SeekFlags); throw null; }
- public static bool TryToShutdownOption(int value, out Mono.Unix.Native.ShutdownOption rval) { rval = default(Mono.Unix.Native.ShutdownOption); throw null; }
- public static bool TryToSignum(int value, out Mono.Unix.Native.Signum rval) { rval = default(Mono.Unix.Native.Signum); throw null; }
- public static bool TryToSysconfName(int value, out Mono.Unix.Native.SysconfName rval) { rval = default(Mono.Unix.Native.SysconfName); throw null; }
- public static bool TryToSyslogFacility(int value, out Mono.Unix.Native.SyslogFacility rval) { rval = default(Mono.Unix.Native.SyslogFacility); throw null; }
- public static bool TryToSyslogLevel(int value, out Mono.Unix.Native.SyslogLevel rval) { rval = default(Mono.Unix.Native.SyslogLevel); throw null; }
- public static bool TryToSyslogOptions(int value, out Mono.Unix.Native.SyslogOptions rval) { rval = default(Mono.Unix.Native.SyslogOptions); throw null; }
- public static bool TryToUnixAddressFamily(int value, out Mono.Unix.Native.UnixAddressFamily rval) { rval = default(Mono.Unix.Native.UnixAddressFamily); throw null; }
- public static bool TryToUnixSocketControlMessage(int value, out Mono.Unix.Native.UnixSocketControlMessage rval) { rval = default(Mono.Unix.Native.UnixSocketControlMessage); throw null; }
- public static bool TryToUnixSocketFlags(int value, out Mono.Unix.Native.UnixSocketFlags rval) { rval = default(Mono.Unix.Native.UnixSocketFlags); throw null; }
- public static bool TryToUnixSocketOptionName(int value, out Mono.Unix.Native.UnixSocketOptionName rval) { rval = default(Mono.Unix.Native.UnixSocketOptionName); throw null; }
- public static bool TryToUnixSocketProtocol(int value, out Mono.Unix.Native.UnixSocketProtocol rval) { rval = default(Mono.Unix.Native.UnixSocketProtocol); throw null; }
- public static bool TryToUnixSocketType(int value, out Mono.Unix.Native.UnixSocketType rval) { rval = default(Mono.Unix.Native.UnixSocketType); throw null; }
- public static bool TryToWaitOptions(int value, out Mono.Unix.Native.WaitOptions rval) { rval = default(Mono.Unix.Native.WaitOptions); throw null; }
- public static bool TryToXattrFlags(int value, out Mono.Unix.Native.XattrFlags rval) { rval = default(Mono.Unix.Native.XattrFlags); throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum OpenFlags
- {
- O_APPEND = 1024,
- O_ASYNC = 8192,
- O_CLOEXEC = 524288,
- O_CREAT = 64,
- O_DIRECT = 16384,
- O_DIRECTORY = 65536,
- O_EXCL = 128,
- O_LARGEFILE = 32768,
- O_NOCTTY = 256,
- O_NOFOLLOW = 131072,
- O_NONBLOCK = 2048,
- O_PATH = 2097152,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 4096,
- O_TRUNC = 512,
- O_WRONLY = 1,
- }
- public sealed partial class Passwd : System.IEquatable<Mono.Unix.Native.Passwd>
- {
- public string pw_dir;
- public string pw_gecos;
- [System.CLSCompliantAttribute(false)]
- public uint pw_gid;
- public string pw_name;
- public string pw_passwd;
- public string pw_shell;
- [System.CLSCompliantAttribute(false)]
- public uint pw_uid;
- public Passwd() { }
- public bool Equals(Mono.Unix.Native.Passwd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PathconfName
- {
- _PC_2_SYMLINKS = 20,
- _PC_ALLOC_SIZE_MIN = 18,
- _PC_ASYNC_IO = 10,
- _PC_CHOWN_RESTRICTED = 6,
- _PC_FILESIZEBITS = 13,
- _PC_LINK_MAX = 0,
- _PC_MAX_CANON = 1,
- _PC_MAX_INPUT = 2,
- _PC_NAME_MAX = 3,
- _PC_NO_TRUNC = 7,
- _PC_PATH_MAX = 4,
- _PC_PIPE_BUF = 5,
- _PC_PRIO_IO = 11,
- _PC_REC_INCR_XFER_SIZE = 14,
- _PC_REC_MAX_XFER_SIZE = 15,
- _PC_REC_MIN_XFER_SIZE = 16,
- _PC_REC_XFER_ALIGN = 17,
- _PC_SOCK_MAXBUF = 12,
- _PC_SYMLINK_MAX = 19,
- _PC_SYNC_IO = 9,
- _PC_VDISABLE = 8,
- }
- [System.FlagsAttribute]
- public enum PollEvents : short
- {
- POLLERR = (short)8,
- POLLHUP = (short)16,
- POLLIN = (short)1,
- POLLNVAL = (short)32,
- POLLOUT = (short)4,
- POLLPRI = (short)2,
- POLLRDBAND = (short)128,
- POLLRDNORM = (short)64,
- POLLWRBAND = (short)512,
- POLLWRNORM = (short)256,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Pollfd : System.IEquatable<Mono.Unix.Native.Pollfd>
- {
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents events;
- public int fd;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents revents;
- public bool Equals(Mono.Unix.Native.Pollfd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixFadviseAdvice
- {
- POSIX_FADV_DONTNEED = 4,
- POSIX_FADV_NOREUSE = 5,
- POSIX_FADV_NORMAL = 0,
- POSIX_FADV_RANDOM = 1,
- POSIX_FADV_SEQUENTIAL = 2,
- POSIX_FADV_WILLNEED = 3,
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixMadviseAdvice
- {
- POSIX_MADV_DONTNEED = 4,
- POSIX_MADV_NORMAL = 0,
- POSIX_MADV_RANDOM = 1,
- POSIX_MADV_SEQUENTIAL = 2,
- POSIX_MADV_WILLNEED = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RealTimeSignum : System.IEquatable<Mono.Unix.Native.RealTimeSignum>
- {
- public static readonly Mono.Unix.Native.RealTimeSignum MaxValue;
- public static readonly Mono.Unix.Native.RealTimeSignum MinValue;
- public RealTimeSignum(int offset) { throw null;}
- public int Offset { get { throw null; } }
- public bool Equals(Mono.Unix.Native.RealTimeSignum value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum SeekFlags : short
- {
- L_INCR = (short)1,
- L_SET = (short)0,
- L_XTND = (short)2,
- SEEK_CUR = (short)1,
- SEEK_END = (short)2,
- SEEK_SET = (short)0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum ShutdownOption
- {
- SHUT_RD = 1,
- SHUT_RDWR = 3,
- SHUT_WR = 2,
- }
- public enum SignalAction
- {
- Default = 0,
- Error = 2,
- Ignore = 1,
- }
- public delegate void SignalHandler(int signal);
- public enum Signum
- {
- SIGABRT = 6,
- SIGALRM = 14,
- SIGBUS = 7,
- SIGCHLD = 17,
- SIGCLD = 17,
- SIGCONT = 18,
- SIGFPE = 8,
- SIGHUP = 1,
- SIGILL = 4,
- SIGINT = 2,
- SIGIO = 29,
- SIGIOT = 6,
- SIGKILL = 9,
- SIGPIPE = 13,
- SIGPOLL = 29,
- SIGPROF = 27,
- SIGPWR = 30,
- SIGQUIT = 3,
- SIGSEGV = 11,
- SIGSTKFLT = 16,
- SIGSTOP = 19,
- SIGSYS = 31,
- SIGTERM = 15,
- SIGTRAP = 5,
- SIGTSTP = 20,
- SIGTTIN = 21,
- SIGTTOU = 22,
- SIGUNUSED = 31,
- SIGURG = 23,
- SIGUSR1 = 10,
- SIGUSR2 = 12,
- SIGVTALRM = 26,
- SIGWINCH = 28,
- SIGXCPU = 24,
- SIGXFSZ = 25,
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Sockaddr
- {
- public Sockaddr() { }
- public Mono.Unix.Native.UnixAddressFamily sa_family { get { throw null; } set { } }
- public static Mono.Unix.Native.Sockaddr FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public Mono.Unix.Native.SockaddrStorage ToSockaddrStorage() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn>
- {
- public Mono.Unix.Native.InAddr sin_addr;
- public ushort sin_port;
- public SockaddrIn() { }
- public Mono.Unix.Native.UnixAddressFamily sin_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn6 : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn6>
- {
- public Mono.Unix.Native.In6Addr sin6_addr;
- public uint sin6_flowinfo;
- public ushort sin6_port;
- public uint sin6_scope_id;
- public SockaddrIn6() { }
- public Mono.Unix.Native.UnixAddressFamily sin6_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn6 value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn6 FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrStorage : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrStorage>
- {
- public SockaddrStorage() { }
- public SockaddrStorage(int size) { }
- public byte[] data { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long data_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void CopyTo(Mono.Unix.Native.Sockaddr address) { }
- public bool Equals(Mono.Unix.Native.SockaddrStorage value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public void SetTo(Mono.Unix.Native.Sockaddr address) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrUn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrUn>
- {
- public SockaddrUn() { }
- public SockaddrUn(int size) { }
- public SockaddrUn(string path, bool linuxAbstractNamespace=false) { }
- public bool IsLinuxAbstractNamespace { get { throw null; } }
- public string Path { get { throw null; } }
- public Mono.Unix.Native.UnixAddressFamily sun_family { get { throw null; } set { } }
- public byte[] sun_path { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long sun_path_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Mono.Unix.Native.SockaddrUn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrUn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat : System.IEquatable<Mono.Unix.Native.Stat>
- {
- public long st_atime;
- public long st_atime_nsec;
- public long st_blksize;
- public long st_blocks;
- public long st_ctime;
- public long st_ctime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_dev;
- [System.CLSCompliantAttribute(false)]
- public uint st_gid;
- [System.CLSCompliantAttribute(false)]
- public ulong st_ino;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions st_mode;
- public long st_mtime;
- public long st_mtime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_nlink;
- [System.CLSCompliantAttribute(false)]
- public ulong st_rdev;
- public long st_size;
- [System.CLSCompliantAttribute(false)]
- public uint st_uid;
- public Mono.Unix.Native.Timespec st_atim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_ctim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_mtim { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.Stat value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Statvfs : System.IEquatable<Mono.Unix.Native.Statvfs>
- {
- public ulong f_bavail;
- public ulong f_bfree;
- public ulong f_blocks;
- public ulong f_bsize;
- public ulong f_favail;
- public ulong f_ffree;
- public ulong f_files;
- public Mono.Unix.Native.MountFlags f_flag;
- public ulong f_frsize;
- public ulong f_fsid;
- public ulong f_namemax;
- public bool Equals(Mono.Unix.Native.Statvfs value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- }
- public partial class Stdlib
- {
- internal Stdlib() { }
- [System.CLSCompliantAttribute(false)]
- public static readonly int BUFSIZ;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EOF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_FAILURE;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_SUCCESS;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FILENAME_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FOPEN_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int L_tmpnam;
- [System.CLSCompliantAttribute(false)]
- public static readonly int MB_CUR_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int RAND_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_DFL;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_ERR;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_IGN;
- public static readonly System.IntPtr stderr;
- public static readonly System.IntPtr stdin;
- public static readonly System.IntPtr stdout;
- [System.CLSCompliantAttribute(false)]
- public static readonly int TMP_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOFBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOLBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IONBF;
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void abort();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr calloc(ulong nmemb, ulong size);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int clearerr(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void exit(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fclose(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int feof(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ferror(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fflush(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fgetc(System.IntPtr stream);
- public static int fgetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, int size, System.IntPtr stream) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode);
- public static int fprintf(System.IntPtr stream, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse fprintf (IntPtr, string) instead.")]
- public static int fprintf(System.IntPtr stream, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputs(string s, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fread(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fread(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void free(System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr freopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static int fseek(System.IntPtr stream, long offset, Mono.Unix.Native.SeekFlags origin) { throw null; }
- public static int fsetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long ftell(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fwrite(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fwrite(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- public static int getc(System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getchar();
- public static string getenv(string name) { throw null; }
- public static Mono.Unix.Native.Errno GetLastError() { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr malloc(ulong size);
- public static int perror(string s) { throw null; }
- public static int printf(string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse printf (string) instead.")]
- public static int printf(string format, params object[] parameters) { throw null; }
- public static int putc(int c, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putchar(int c);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int puts(string s);
- public static int raise(Mono.Unix.Native.RealTimeSignum rts) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int raise(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rand();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr realloc(System.IntPtr ptr, ulong size);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remove([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewind(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setbuf(System.IntPtr stream, byte* buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setbuf(System.IntPtr stream, System.IntPtr buf);
- protected static void SetLastError(Mono.Unix.Native.Errno error) { }
- public static int SetSignalAction(Mono.Unix.Native.RealTimeSignum rts, Mono.Unix.Native.SignalAction action) { throw null; }
- public static int SetSignalAction(Mono.Unix.Native.Signum signal, Mono.Unix.Native.SignalAction action) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setvbuf(System.IntPtr stream, byte* buf, int mode, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int setvbuf(System.IntPtr stream, System.IntPtr buf, int mode, ulong size);
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()")]
- public static Mono.Unix.Native.SignalHandler signal(Mono.Unix.Native.Signum signum, Mono.Unix.Native.SignalHandler handler) { throw null; }
- public static int snprintf(System.Text.StringBuilder s, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, string format, params object[] parameters) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void srand(uint seed);
- [System.CLSCompliantAttribute(false)]
- public static string strerror(Mono.Unix.Native.Errno errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong strlen(System.IntPtr s);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int system(string @string);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr tmpfile();
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam() { throw null; }
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam(System.Text.StringBuilder s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ungetc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void _Exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Syscall : Mono.Unix.Native.Stdlib
- {
- internal Syscall() { }
- public static readonly int AT_FDCWD;
- public static readonly int L_ctermid;
- public static readonly int L_cuserid;
- public static readonly System.IntPtr MAP_FAILED;
- public static readonly long UTIME_NOW;
- public static readonly long UTIME_OMIT;
- public static int accept(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int accept4(int socket, Mono.Unix.Native.Sockaddr address, Mono.Unix.Native.UnixSocketFlags flags) { throw null; }
- public static int access(string pathname, Mono.Unix.Native.AccessModes mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int acct([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- public static int bind(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int brk(System.IntPtr end_data_segment);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- public static int chmod(string path, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closelog();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_ALIGN(ulong length);
- public static long CMSG_DATA(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public static long CMSG_FIRSTHDR(Mono.Unix.Native.Msghdr msgh) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_LEN(ulong length);
- public static long CMSG_NXTHDR(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_SPACE(ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong confstr(Mono.Unix.Native.ConfstrName name, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong len);
- public static int connect(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int creat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static string crypt(string key, string salt) { throw null; }
- [System.ObsoleteAttribute("\"Nobody knows precisely what cuserid() does... DO NOT USE cuserid().\n`string' must hold L_cuserid characters. Use getlogin_r instead.")]
- public static string cuserid(System.Text.StringBuilder @string) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dirfd(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int fd, int fd2);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int encrypt(byte[] block, bool decode) { throw null; }
- public static int endfsent() { throw null; }
- public static int endgrent() { throw null; }
- public static int endpwent() { throw null; }
- public static int endusershell() { throw null; }
- public static int epoll_create(Mono.Unix.Native.EpollFlags flags) { throw null; }
- public static int epoll_create(int size) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, ref Mono.Unix.Native.EpollEvent ee);
- public static int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, Mono.Unix.Native.EpollEvents events) { throw null; }
- public static int epoll_wait(int epfd, Mono.Unix.Native.EpollEvent[] events, int max_events, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execv([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execve([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv, string[] envp);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execvp([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- public static int faccessat(int dirfd, string pathname, Mono.Unix.Native.AccessModes mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchdir(int fd);
- public static int fchmod(int filedes, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int fchmodat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchown(int fd, uint owner, uint group);
- public static int fchownat(int dirfd, string pathname, uint owner, uint group, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd);
- public static int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, Mono.Unix.Native.DirectoryNotifyFlags arg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, ref Mono.Unix.Native.Flock @lock);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, int arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, long arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fdatasync(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fdopendir(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fexecve(int fd, string[] argv, string[] envp);
- public static Mono.Unix.Native.Group fgetgrent(System.IntPtr stream) { throw null; }
- public static Mono.Unix.Native.Passwd fgetpwent(System.IntPtr stream) { throw null; }
- public static long fgetxattr(int fd, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fgetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long fgetxattr(int fd, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long flistxattr(int fd, byte[] list, ulong size);
- public static long flistxattr(int fd, out string[] values) { values = default(string[]); throw null; }
- public static long flistxattr(int fd, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- public static long fpathconf(int filedes, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fpathconf(int filedes, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fremovexattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int fsetxattr(int fd, string name, byte[] value) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstat(int filedes, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf, Mono.Unix.Native.AtFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatvfs(int fd, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsync(int fd);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ftruncate(int fd, long length);
- public static int futimens(int fd, Mono.Unix.Native.Timespec[] times) { throw null; }
- public static int futimes(int fd, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- public static System.Text.StringBuilder getcwd(System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr getcwd([System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong size);
- public static int getdomainname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdomainname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdtablesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint geteuid();
- public static Mono.Unix.Native.Fstab getfsent() { throw null; }
- public static Mono.Unix.Native.Fstab getfsfile(string mount_point) { throw null; }
- public static Mono.Unix.Native.Fstab getfsspec(string special_file) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getgid();
- public static Mono.Unix.Native.Group getgrent() { throw null; }
- public static Mono.Unix.Native.Group getgrgid(uint uid) { throw null; }
- public static int getgrgid_r(uint uid, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group getgrnam(string name) { throw null; }
- public static int getgrnam_r(string name, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(Mono.Unix.Native.Passwd user) { throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(string username) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgroups(int size, uint[] list);
- public static int getgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long gethostid();
- public static int gethostname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gethostname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- public static string getlogin() { throw null; }
- public static int getlogin_r(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getlogin_r([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong bufsize);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.ObsoleteAttribute("Dropped in POSIX 1003.1-2001. Use Syscall.sysconf (SysconfName._SC_PAGESIZE).")]
- public static extern int getpagesize();
- public static int getpeername(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgid(int pid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- public static Mono.Unix.Native.Passwd getpwent() { throw null; }
- public static Mono.Unix.Native.Passwd getpwnam(string name) { throw null; }
- public static int getpwnam_r(string name, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- public static Mono.Unix.Native.Passwd getpwuid(uint uid) { throw null; }
- public static int getpwuid_r(uint uid, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresgid(out uint rgid, out uint egid, out uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresuid(out uint ruid, out uint euid, out uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getsid(int pid);
- public static int getsockname(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Linger option_value) { option_value = default(Mono.Unix.Native.Linger); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Timeval option_value) { option_value = default(Mono.Unix.Native.Timeval); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, ref long option_len) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out int option_value) { option_value = default(int); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, ref long option_len) { throw null; }
- public unsafe static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, ref long option_len) { throw null; }
- public static int gettimeofday(out Mono.Unix.Native.Timeval tv) { tv = default(Mono.Unix.Native.Timeval); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gettimeofday(out Mono.Unix.Native.Timeval tv, out Mono.Unix.Native.Timezone tz);
- public static int gettimeofday(out Mono.Unix.Native.Timezone tz) { tz = default(Mono.Unix.Native.Timezone); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getuid();
- public static string getusershell() { throw null; }
- public static long getxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long getxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long getxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint htonl(uint hostlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort htons(ushort hostshort);
- public static bool isatty(int fd) { throw null; }
- public static int kill(int pid, Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- public static long lgetxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long lgetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long lgetxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- public static int linkat(int olddirfd, string oldpath, int newdirfd, string newpath, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int listen(int socket, int backlog);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long listxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long listxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long listxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long llistxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long llistxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long llistxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lockf(int fd, Mono.Unix.Native.LockfCommand cmd, long len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lremovexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static long lseek(int fd, long offset, Mono.Unix.Native.SeekFlags whence) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lsetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lstat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- public static int lutimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mincore(System.IntPtr start, ulong length, byte[] vec);
- public static int mkdir(string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkdirat(int dirfd, string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static System.Text.StringBuilder mkdtemp(System.Text.StringBuilder template) { throw null; }
- public static int mkfifo(string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkfifoat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknod([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknodat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mkstemp(System.Text.StringBuilder template);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mlock(System.IntPtr start, ulong len);
- public static int mlockall(Mono.Unix.Native.MlockallFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mmap(System.IntPtr start, ulong length, Mono.Unix.Native.MmapProts prot, Mono.Unix.Native.MmapFlags flags, int fd, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mprotect(System.IntPtr start, ulong len, Mono.Unix.Native.MmapProts prot);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mremap(System.IntPtr old_address, ulong old_size, ulong new_size, Mono.Unix.Native.MremapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int msync(System.IntPtr start, ulong len, Mono.Unix.Native.MsyncFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlock(System.IntPtr start, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlockall();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munmap(System.IntPtr start, ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nanosleep(ref Mono.Unix.Native.Timespec req, ref Mono.Unix.Native.Timespec rem);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int inc);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ntohl(uint netlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort ntohs(ushort netshort);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode);
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags) { throw null; }
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int openlog(System.IntPtr ident, Mono.Unix.Native.SyslogOptions option, Mono.Unix.Native.SyslogFacility defaultFacility) { throw null; }
- public static long pathconf(string path, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pathconf([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pipe(out int reading, out int writing);
- public static int pipe(int[] filedes) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, int timeout) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, uint nfds, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fadvise(int fd, long offset, long len, Mono.Unix.Native.PosixFadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fallocate(int fd, long offset, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_madvise(System.IntPtr addr, ulong len, Mono.Unix.Native.PosixMadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pread(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pread(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long preadv(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- public static int psignal(Mono.Unix.Native.Signum sig, string s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pwrite(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pwrite(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long pwritev(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long read(int fd, System.IntPtr buf, ulong count);
- public unsafe static long read(int fd, void* buf, ulong count) { throw null; }
- public static Mono.Unix.Native.Dirent readdir(System.IntPtr dir) { throw null; }
- public static int readdir_r(System.IntPtr dirp, Mono.Unix.Native.Dirent entry, out System.IntPtr result) { result = default(System.IntPtr); throw null; }
- public static long readlink(string path, byte[] buf) { throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readlinkat(int dirfd, string pathname, byte[] buf) { throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readv(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static long recv(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recv(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long recv(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recvfrom(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvfrom(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long recvfrom(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remap_file_pages(System.IntPtr start, ulong size, Mono.Unix.Native.MmapProts prot, long pgoff, Mono.Unix.Native.MmapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int removexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int renameat(int olddirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int newdirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int revoke([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewinddir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr sbrk(System.IntPtr increment);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seekdir(System.IntPtr dir, long offset);
- public static long send(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long send(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long send(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sendfile(int out_fd, int in_fd, ref long offset, ulong count);
- public static long sendmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long sendto(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long sendto(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long sendto(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int setdomainname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setdomainname(string name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setegid(uint uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seteuid(uint euid);
- public static int setfsent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(uint gid);
- public static int setgrent() { throw null; }
- public static int setgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgroups(ulong size, uint[] list);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostid(long hostid);
- public static int sethostname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostname(string name, ulong len);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int setkey(string key) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setlogin(string name);
- public static int setlogmask(Mono.Unix.Native.SyslogLevel mask) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgrp();
- public static int setpwent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(uint rgid, uint egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresgid(uint rgid, uint egid, uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresuid(uint ruid, uint euid, uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(uint ruid, uint euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Linger option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Timeval option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, long option_len) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, int option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, long option_len) { throw null; }
- public unsafe static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, long option_len) { throw null; }
- public static int settimeofday(ref Mono.Unix.Native.Timeval tv) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int settimeofday(ref Mono.Unix.Native.Timeval tv, ref Mono.Unix.Native.Timezone tz);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(uint uid);
- public static int setusershell() { throw null; }
- public static int setxattr(string path, string name, byte[] value) { throw null; }
- public static int setxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int setxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- public static int shutdown(int socket, Mono.Unix.Native.ShutdownOption how) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint sleep(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sockatmark(int socket);
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int statvfs([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stime(ref long t);
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf) { throw null; }
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf, ulong n) { throw null; }
- public static string strsignal(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int swab(System.IntPtr from, System.IntPtr to, long n);
- public unsafe static void swab(void* from, void* to, long n) { }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlinkat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sync();
- public static long sysconf(Mono.Unix.Native.SysconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sysconf(Mono.Unix.Native.SysconfName name, Mono.Unix.Native.Errno defaultError);
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogFacility, SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcgetpgrp(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcsetpgrp(int fd, int pgrp);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long telldir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long time(out long t);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int truncate([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, long length);
- public static string ttyname(int fd) { throw null; }
- public static int ttyname_r(int fd, System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyname_r(int fd, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong buflen);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyslot();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ualarm(uint usecs, uint interval);
- public static Mono.Unix.Native.FilePermissions umask(Mono.Unix.Native.FilePermissions mask) { throw null; }
- public static int uname(out Mono.Unix.Native.Utsname buf) { buf = default(Mono.Unix.Native.Utsname); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- public static int unlinkat(int dirfd, string pathname, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utime(string filename) { throw null; }
- public static int utime(string filename, ref Mono.Unix.Native.Utimbuf buf) { throw null; }
- public static int utimensat(int dirfd, string pathname, Mono.Unix.Native.Timespec[] times, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int vhangup();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int wait(out int status);
- public static int waitpid(int pid, out int status, Mono.Unix.Native.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- public static bool WIFEXITED(int status) { throw null; }
- public static bool WIFSIGNALED(int status) { throw null; }
- public static bool WIFSTOPPED(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long write(int fd, System.IntPtr buf, ulong count);
- public unsafe static long write(int fd, void* buf, ulong count) { throw null; }
- public static long writev(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static Mono.Unix.Native.Signum WSTOPSIG(int status) { throw null; }
- public static Mono.Unix.Native.Signum WTERMSIG(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int _exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public enum SysconfName
- {
- _SC_2_CHAR_TERM = 95,
- _SC_2_C_BIND = 47,
- _SC_2_C_DEV = 48,
- _SC_2_C_VERSION = 96,
- _SC_2_FORT_DEV = 49,
- _SC_2_FORT_RUN = 50,
- _SC_2_LOCALEDEF = 52,
- _SC_2_PBS = 168,
- _SC_2_PBS_ACCOUNTING = 169,
- _SC_2_PBS_CHECKPOINT = 175,
- _SC_2_PBS_LOCATE = 170,
- _SC_2_PBS_MESSAGE = 171,
- _SC_2_PBS_TRACK = 172,
- _SC_2_SW_DEV = 51,
- _SC_2_UPE = 97,
- _SC_2_VERSION = 46,
- _SC_ADVISORY_INFO = 132,
- _SC_AIO_LISTIO_MAX = 23,
- _SC_AIO_MAX = 24,
- _SC_AIO_PRIO_DELTA_MAX = 25,
- _SC_ARG_MAX = 0,
- _SC_ASYNCHRONOUS_IO = 12,
- _SC_ATEXIT_MAX = 87,
- _SC_AVPHYS_PAGES = 86,
- _SC_BARRIERS = 133,
- _SC_BASE = 134,
- _SC_BC_BASE_MAX = 36,
- _SC_BC_DIM_MAX = 37,
- _SC_BC_SCALE_MAX = 38,
- _SC_BC_STRING_MAX = 39,
- _SC_CHARCLASS_NAME_MAX = 45,
- _SC_CHAR_BIT = 101,
- _SC_CHAR_MAX = 102,
- _SC_CHAR_MIN = 103,
- _SC_CHILD_MAX = 1,
- _SC_CLK_TCK = 2,
- _SC_CLOCK_SELECTION = 137,
- _SC_COLL_WEIGHTS_MAX = 40,
- _SC_CPUTIME = 138,
- _SC_C_LANG_SUPPORT = 135,
- _SC_C_LANG_SUPPORT_R = 136,
- _SC_DELAYTIMER_MAX = 26,
- _SC_DEVICE_IO = 140,
- _SC_DEVICE_SPECIFIC = 141,
- _SC_DEVICE_SPECIFIC_R = 142,
- _SC_EQUIV_CLASS_MAX = 41,
- _SC_EXPR_NEST_MAX = 42,
- _SC_FD_MGMT = 143,
- _SC_FIFO = 144,
- _SC_FILE_ATTRIBUTES = 146,
- _SC_FILE_LOCKING = 147,
- _SC_FILE_SYSTEM = 148,
- _SC_FSYNC = 15,
- _SC_GETGR_R_SIZE_MAX = 69,
- _SC_GETPW_R_SIZE_MAX = 70,
- _SC_HOST_NAME_MAX = 180,
- _SC_INT_MAX = 104,
- _SC_INT_MIN = 105,
- _SC_IOV_MAX = 60,
- _SC_JOB_CONTROL = 7,
- _SC_LEVEL1_DCACHE_ASSOC = 189,
- _SC_LEVEL1_DCACHE_LINESIZE = 190,
- _SC_LEVEL1_DCACHE_SIZE = 188,
- _SC_LEVEL1_ICACHE_ASSOC = 186,
- _SC_LEVEL1_ICACHE_LINESIZE = 187,
- _SC_LEVEL1_ICACHE_SIZE = 185,
- _SC_LEVEL2_CACHE_ASSOC = 192,
- _SC_LEVEL2_CACHE_LINESIZE = 193,
- _SC_LEVEL2_CACHE_SIZE = 191,
- _SC_LEVEL3_CACHE_ASSOC = 195,
- _SC_LEVEL3_CACHE_LINESIZE = 196,
- _SC_LEVEL3_CACHE_SIZE = 194,
- _SC_LEVEL4_CACHE_ASSOC = 198,
- _SC_LEVEL4_CACHE_LINESIZE = 199,
- _SC_LEVEL4_CACHE_SIZE = 197,
- _SC_LINE_MAX = 43,
- _SC_LOGIN_NAME_MAX = 71,
- _SC_LONG_BIT = 106,
- _SC_MAPPED_FILES = 16,
- _SC_MB_LEN_MAX = 108,
- _SC_MEMLOCK = 17,
- _SC_MEMLOCK_RANGE = 18,
- _SC_MEMORY_PROTECTION = 19,
- _SC_MESSAGE_PASSING = 20,
- _SC_MONOTONIC_CLOCK = 149,
- _SC_MQ_OPEN_MAX = 27,
- _SC_MQ_PRIO_MAX = 28,
- _SC_MULTI_PROCESS = 150,
- _SC_NETWORKING = 152,
- _SC_NGROUPS_MAX = 3,
- _SC_NL_ARGMAX = 119,
- _SC_NL_LANGMAX = 120,
- _SC_NL_MSGMAX = 121,
- _SC_NL_NMAX = 122,
- _SC_NL_SETMAX = 123,
- _SC_NL_TEXTMAX = 124,
- _SC_NPROCESSORS_CONF = 83,
- _SC_NPROCESSORS_ONLN = 84,
- _SC_NZERO = 109,
- _SC_OPEN_MAX = 4,
- _SC_PAGESIZE = 30,
- _SC_PASS_MAX = 88,
- _SC_PHYS_PAGES = 85,
- _SC_PII = 53,
- _SC_PII_INTERNET = 56,
- _SC_PII_INTERNET_DGRAM = 62,
- _SC_PII_INTERNET_STREAM = 61,
- _SC_PII_OSI = 57,
- _SC_PII_OSI_CLTS = 64,
- _SC_PII_OSI_COTS = 63,
- _SC_PII_OSI_M = 65,
- _SC_PII_SOCKET = 55,
- _SC_PII_XTI = 54,
- _SC_PIPE = 145,
- _SC_POLL = 58,
- _SC_PRIORITIZED_IO = 13,
- _SC_PRIORITY_SCHEDULING = 10,
- _SC_READER_WRITER_LOCKS = 153,
- _SC_REALTIME_SIGNALS = 9,
- _SC_REGEXP = 155,
- _SC_REGEX_VERSION = 156,
- _SC_RE_DUP_MAX = 44,
- _SC_RTSIG_MAX = 31,
- _SC_SAVED_IDS = 8,
- _SC_SCHAR_MAX = 111,
- _SC_SCHAR_MIN = 112,
- _SC_SELECT = 59,
- _SC_SEMAPHORES = 21,
- _SC_SEM_NSEMS_MAX = 32,
- _SC_SEM_VALUE_MAX = 33,
- _SC_SHARED_MEMORY_OBJECTS = 22,
- _SC_SHELL = 157,
- _SC_SHRT_MAX = 113,
- _SC_SHRT_MIN = 114,
- _SC_SIGNALS = 158,
- _SC_SIGQUEUE_MAX = 34,
- _SC_SINGLE_PROCESS = 151,
- _SC_SPAWN = 159,
- _SC_SPIN_LOCKS = 154,
- _SC_SPORADIC_SERVER = 160,
- _SC_SSIZE_MAX = 110,
- _SC_STREAMS = 174,
- _SC_STREAM_MAX = 5,
- _SC_SYMLOOP_MAX = 173,
- _SC_SYNCHRONIZED_IO = 14,
- _SC_SYSTEM_DATABASE = 162,
- _SC_SYSTEM_DATABASE_R = 163,
- _SC_THREADS = 67,
- _SC_THREAD_ATTR_STACKADDR = 77,
- _SC_THREAD_ATTR_STACKSIZE = 78,
- _SC_THREAD_CPUTIME = 139,
- _SC_THREAD_DESTRUCTOR_ITERATIONS = 73,
- _SC_THREAD_KEYS_MAX = 74,
- _SC_THREAD_PRIORITY_SCHEDULING = 79,
- _SC_THREAD_PRIO_INHERIT = 80,
- _SC_THREAD_PRIO_PROTECT = 81,
- _SC_THREAD_PROCESS_SHARED = 82,
- _SC_THREAD_SAFE_FUNCTIONS = 68,
- _SC_THREAD_SPORADIC_SERVER = 161,
- _SC_THREAD_STACK_MIN = 75,
- _SC_THREAD_THREADS_MAX = 76,
- _SC_TIMEOUTS = 164,
- _SC_TIMERS = 11,
- _SC_TIMER_MAX = 35,
- _SC_TRACE = 181,
- _SC_TRACE_EVENT_FILTER = 182,
- _SC_TRACE_INHERIT = 183,
- _SC_TRACE_LOG = 184,
- _SC_TTY_NAME_MAX = 72,
- _SC_TYPED_MEMORY_OBJECTS = 165,
- _SC_TZNAME_MAX = 6,
- _SC_T_IOV_MAX = 66,
- _SC_UCHAR_MAX = 115,
- _SC_UINT_MAX = 116,
- _SC_UIO_MAXIOV = 60,
- _SC_ULONG_MAX = 117,
- _SC_USER_GROUPS = 166,
- _SC_USER_GROUPS_R = 167,
- _SC_USHRT_MAX = 118,
- _SC_V6_ILP32_OFF32 = 176,
- _SC_V6_ILP32_OFFBIG = 177,
- _SC_V6_LP64_OFF64 = 178,
- _SC_V6_LPBIG_OFFBIG = 179,
- _SC_VERSION = 29,
- _SC_WORD_BIT = 107,
- _SC_XBS5_ILP32_OFF32 = 125,
- _SC_XBS5_ILP32_OFFBIG = 126,
- _SC_XBS5_LP64_OFF64 = 127,
- _SC_XBS5_LPBIG_OFFBIG = 128,
- _SC_XOPEN_CRYPT = 92,
- _SC_XOPEN_ENH_I18N = 93,
- _SC_XOPEN_LEGACY = 129,
- _SC_XOPEN_REALTIME = 130,
- _SC_XOPEN_REALTIME_THREADS = 131,
- _SC_XOPEN_SHM = 94,
- _SC_XOPEN_UNIX = 91,
- _SC_XOPEN_VERSION = 89,
- _SC_XOPEN_XCU_VERSION = 90,
- _SC_XOPEN_XPG2 = 98,
- _SC_XOPEN_XPG3 = 99,
- _SC_XOPEN_XPG4 = 100,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogFacility
- {
- LOG_AUTH = 32,
- LOG_AUTHPRIV = 80,
- LOG_CRON = 72,
- LOG_DAEMON = 24,
- LOG_FTP = 88,
- LOG_KERN = 0,
- LOG_LOCAL0 = 128,
- LOG_LOCAL1 = 136,
- LOG_LOCAL2 = 144,
- LOG_LOCAL3 = 152,
- LOG_LOCAL4 = 160,
- LOG_LOCAL5 = 168,
- LOG_LOCAL6 = 176,
- LOG_LOCAL7 = 184,
- LOG_LPR = 48,
- LOG_MAIL = 16,
- LOG_NEWS = 56,
- LOG_SYSLOG = 40,
- LOG_USER = 8,
- LOG_UUCP = 64,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogLevel
- {
- LOG_ALERT = 1,
- LOG_CRIT = 2,
- LOG_DEBUG = 7,
- LOG_EMERG = 0,
- LOG_ERR = 3,
- LOG_INFO = 6,
- LOG_NOTICE = 5,
- LOG_WARNING = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum SyslogOptions
- {
- LOG_CONS = 2,
- LOG_NDELAY = 8,
- LOG_NOWAIT = 16,
- LOG_ODELAY = 4,
- LOG_PERROR = 32,
- LOG_PID = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timespec : System.IEquatable<Mono.Unix.Native.Timespec>
- {
- public long tv_nsec;
- public long tv_sec;
- public bool Equals(Mono.Unix.Native.Timespec value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timeval : System.IEquatable<Mono.Unix.Native.Timeval>
- {
- public long tv_sec;
- public long tv_usec;
- public bool Equals(Mono.Unix.Native.Timeval value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timezone : System.IEquatable<Mono.Unix.Native.Timezone>
- {
- public int tz_minuteswest;
- public bool Equals(Mono.Unix.Native.Timezone value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixAddressFamily
- {
- AF_ALG = 38,
- AF_APPLETALK = 5,
- AF_ASH = 18,
- AF_ATMPVC = 8,
- AF_ATMSVC = 20,
- AF_AX25 = 3,
- AF_BLUETOOTH = 31,
- AF_BRIDGE = 7,
- AF_CAIF = 37,
- AF_CAN = 29,
- AF_DECnet = 12,
- AF_ECONET = 19,
- AF_IEEE802154 = 36,
- AF_INET = 2,
- AF_INET6 = 10,
- AF_IPX = 4,
- AF_IRDA = 23,
- AF_ISDN = 34,
- AF_IUCV = 32,
- AF_KEY = 15,
- AF_LLC = 26,
- AF_NETBEUI = 13,
- AF_NETLINK = 16,
- AF_NETROM = 6,
- AF_NFC = 39,
- AF_PACKET = 17,
- AF_PHONET = 35,
- AF_PPPOX = 24,
- AF_RDS = 21,
- AF_ROSE = 11,
- AF_RXRPC = 33,
- AF_SECURITY = 14,
- AF_SNA = 22,
- AF_TIPC = 30,
- AF_UNIX = 1,
- AF_UNSPEC = 0,
- AF_VSOCK = 40,
- AF_WANPIPE = 25,
- AF_X25 = 9,
- Unknown = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketControlMessage
- {
- SCM_CREDENTIALS = 2,
- SCM_RIGHTS = 1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum UnixSocketFlags
- {
- SOCK_CLOEXEC = 524288,
- SOCK_NONBLOCK = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketOptionName
- {
- SO_ACCEPTCONN = 30,
- SO_ATTACH_FILTER = 26,
- SO_BINDTODEVICE = 25,
- SO_BROADCAST = 6,
- SO_BSDCOMPAT = 14,
- SO_BUSY_POLL = 46,
- SO_DEBUG = 1,
- SO_DETACH_FILTER = 27,
- SO_DOMAIN = 39,
- SO_DONTROUTE = 5,
- SO_ERROR = 4,
- SO_KEEPALIVE = 9,
- SO_LINGER = 13,
- SO_LOCK_FILTER = 44,
- SO_MARK = 36,
- SO_MAX_PACING_RATE = 47,
- SO_NOFCS = 43,
- SO_NO_CHECK = 11,
- SO_OOBINLINE = 10,
- SO_PASSCRED = 16,
- SO_PASSSEC = 34,
- SO_PEEK_OFF = 42,
- SO_PEERCRED = 17,
- SO_PEERNAME = 28,
- SO_PEERSEC = 31,
- SO_PRIORITY = 12,
- SO_PROTOCOL = 38,
- SO_RCVBUF = 8,
- SO_RCVBUFFORCE = 33,
- SO_RCVLOWAT = 18,
- SO_RCVTIMEO = 20,
- SO_REUSEADDR = 2,
- SO_REUSEPORT = 15,
- SO_RXQ_OVFL = 40,
- SO_SECURITY_AUTHENTICATION = 22,
- SO_SECURITY_ENCRYPTION_NETWORK = 24,
- SO_SECURITY_ENCRYPTION_TRANSPORT = 23,
- SO_SELECT_ERR_QUEUE = 45,
- SO_SNDBUF = 7,
- SO_SNDBUFFORCE = 32,
- SO_SNDLOWAT = 19,
- SO_SNDTIMEO = 21,
- SO_TIMESTAMP = 29,
- SO_TIMESTAMPING = 37,
- SO_TIMESTAMPNS = 35,
- SO_TYPE = 3,
- SO_WIFI_STATUS = 41,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketProtocol
- {
- IPPROTO_AH = 51,
- IPPROTO_BEETPH = 94,
- IPPROTO_COMP = 108,
- IPPROTO_DCCP = 33,
- IPPROTO_EGP = 8,
- IPPROTO_ENCAP = 98,
- IPPROTO_ESP = 50,
- IPPROTO_GRE = 47,
- IPPROTO_ICMP = 1,
- IPPROTO_IDP = 22,
- IPPROTO_IGMP = 2,
- IPPROTO_IP = 1024,
- IPPROTO_IPIP = 4,
- IPPROTO_IPV6 = 41,
- IPPROTO_MTP = 92,
- IPPROTO_PIM = 103,
- IPPROTO_PUP = 12,
- IPPROTO_RAW = 255,
- IPPROTO_RSVP = 46,
- IPPROTO_SCTP = 132,
- IPPROTO_TCP = 6,
- IPPROTO_TP = 29,
- IPPROTO_UDP = 17,
- IPPROTO_UDPLITE = 136,
- SOL_SOCKET = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketType
- {
- SOCK_DCCP = 6,
- SOCK_DGRAM = 2,
- SOCK_PACKET = 10,
- SOCK_RAW = 3,
- SOCK_RDM = 4,
- SOCK_SEQPACKET = 5,
- SOCK_STREAM = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Utimbuf : System.IEquatable<Mono.Unix.Native.Utimbuf>
- {
- public long actime;
- public long modtime;
- public bool Equals(Mono.Unix.Native.Utimbuf value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- }
- public sealed partial class Utsname : System.IEquatable<Mono.Unix.Native.Utsname>
- {
- public string domainname;
- public string machine;
- public string nodename;
- public string release;
- public string sysname;
- public string version;
- public Utsname() { }
- public bool Equals(Mono.Unix.Native.Utsname value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum WaitOptions
- {
- WNOHANG = 1,
- WUNTRACED = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum XattrFlags
- {
- XATTR_AUTO = 0,
- XATTR_CREATE = 1,
- XATTR_REPLACE = 2,
- }
-}
diff --git a/src/v4.6/Mono.Security.Win32.cs b/src/v4.6/Mono.Security.Win32.cs
deleted file mode 100644
index c1a9b70..0000000
--- a/src/v4.6/Mono.Security.Win32.cs
+++ /dev/null
@@ -1,102 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Security.Cryptography
-{
- public partial class CapiContext : System.IDisposable
- {
- public CapiContext() { }
- public CapiContext(System.Security.Cryptography.CspParameters csp) { }
- public int Error { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool Result { get { throw null; } }
- public void Dispose() { }
- ~CapiContext() { }
- }
- public partial class CapiHash : System.IDisposable
- {
- public CapiHash(Mono.Security.Cryptography.CapiContext ctx, int hashAlgorithm) { }
- public CapiHash(int hashAlgorithm) { }
- public CapiHash(System.Security.Cryptography.CspParameters cspParams, int hashAlgorithm) { }
- public System.IntPtr Handle { get { throw null; } }
- public int HashSize { get { throw null; } }
- public void Dispose() { }
- ~CapiHash() { }
- public void HashCore(byte[] data, int start, int length) { }
- public byte[] HashFinal() { throw null; }
- public void Initialize(int algo) { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2CryptoServiceProvider : Mono.Security.Cryptography.MD2
- {
- public MD2CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD2CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4CryptoServiceProvider : Mono.Security.Cryptography.MD4
- {
- public MD4CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD4CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class MD5CryptoServiceProvider : System.Security.Cryptography.MD5
- {
- public MD5CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD5CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class RNGCryptoServiceProvider : System.Security.Cryptography.RandomNumberGenerator
- {
- public RNGCryptoServiceProvider() { }
- public RNGCryptoServiceProvider(byte[] rgb) { }
- public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters cspParams) { }
- public RNGCryptoServiceProvider(string str) { }
- ~RNGCryptoServiceProvider() { }
- public override void GetBytes(byte[] data) { }
- public override void GetNonZeroBytes(byte[] data) { }
- }
- public partial class SHA1CryptoServiceProvider : System.Security.Cryptography.SHA1
- {
- public SHA1CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~SHA1CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
diff --git a/src/v4.6/Mono.Security.cs b/src/v4.6/Mono.Security.cs
deleted file mode 100644
index 954d6ff..0000000
--- a/src/v4.6/Mono.Security.cs
+++ /dev/null
@@ -1,2147 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System, PublicKey=00000000000000000400000000000000")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Math
-{
- public partial class BigInteger
- {
- public BigInteger() { }
- public BigInteger(Mono.Math.BigInteger bi) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger bi, uint len) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger.Sign sign, uint len) { }
- public BigInteger(byte[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint ui) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(ulong ul) { }
- public static Mono.Math.BigInteger Add(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public int BitCount() { throw null; }
- public void Clear() { }
- [System.CLSCompliantAttribute(false)]
- public void ClearBit(uint bitNum) { }
- public Mono.Math.BigInteger.Sign Compare(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi, int i) { throw null; }
- public override bool Equals(object o) { throw null; }
- public Mono.Math.BigInteger GCD(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger GeneratePseudoPrime(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits, System.Security.Cryptography.RandomNumberGenerator rng) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public void Incr2() { }
- public bool IsProbablePrime() { throw null; }
- public int LowestSetBit() { throw null; }
- public Mono.Math.BigInteger ModInverse(Mono.Math.BigInteger modulus) { throw null; }
- public Mono.Math.BigInteger ModPow(Mono.Math.BigInteger exp, Mono.Math.BigInteger n) { throw null; }
- public static Mono.Math.BigInteger Modulus(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int Modulus(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint Modulus(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger NextHighestPrime(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger operator +(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi, int i) { throw null; }
- public static bool operator ==(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator ==(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static bool operator >(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator >=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static implicit operator Mono.Math.BigInteger (int value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (uint value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (ulong value) { throw null; }
- public static bool operator !=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator !=(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator <<(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static bool operator <(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator <=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator %(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int operator %(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint operator %(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger operator >>(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static Mono.Math.BigInteger operator -(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Parse(string number) { throw null; }
- public void Randomize() { }
- public void Randomize(System.Security.Cryptography.RandomNumberGenerator rng) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum, bool value) { }
- public static Mono.Math.BigInteger Subtract(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public bool TestBit(int bitNum) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public bool TestBit(uint bitNum) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix, string characterSet) { throw null; }
- public sealed partial class ModulusRing
- {
- public ModulusRing(Mono.Math.BigInteger modulus) { }
- public void BarrettReduction(Mono.Math.BigInteger x) { }
- public Mono.Math.BigInteger Difference(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Multiply(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Pow(Mono.Math.BigInteger a, Mono.Math.BigInteger k) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Math.BigInteger Pow(uint b, Mono.Math.BigInteger exp) { throw null; }
- }
- public enum Sign
- {
- Negative = -1,
- Positive = 1,
- Zero = 0,
- }
- }
-}
-namespace Mono.Math.Prime
-{
- public enum ConfidenceFactor
- {
- ExtraHigh = 4,
- ExtraLow = 0,
- High = 3,
- Low = 1,
- Medium = 2,
- Provable = 5,
- }
- public delegate bool PrimalityTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence);
- public sealed partial class PrimalityTests
- {
- internal PrimalityTests() { }
- public static bool RabinMillerTest(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool SmallPrimeSppTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool Test(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- }
-}
-namespace Mono.Math.Prime.Generator
-{
- public partial class NextPrimeFinder : Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
- {
- public NextPrimeFinder() { }
- protected override Mono.Math.BigInteger GenerateSearchBase(int bits, object Context) { throw null; }
- }
- public abstract partial class PrimeGeneratorBase
- {
- protected PrimeGeneratorBase() { }
- public virtual Mono.Math.Prime.ConfidenceFactor Confidence { get { throw null; } }
- public virtual Mono.Math.Prime.PrimalityTest PrimalityTest { get { throw null; } }
- public virtual int TrialDivisionBounds { get { throw null; } }
- public abstract Mono.Math.BigInteger GenerateNewPrime(int bits);
- protected bool PostTrialDivisionTests(Mono.Math.BigInteger bi) { throw null; }
- }
- public partial class SequentialSearchPrimeGeneratorBase : Mono.Math.Prime.Generator.PrimeGeneratorBase
- {
- public SequentialSearchPrimeGeneratorBase() { }
- public override Mono.Math.BigInteger GenerateNewPrime(int bits) { throw null; }
- public virtual Mono.Math.BigInteger GenerateNewPrime(int bits, object context) { throw null; }
- protected virtual Mono.Math.BigInteger GenerateSearchBase(int bits, object context) { throw null; }
- protected virtual bool IsPrimeAcceptable(Mono.Math.BigInteger bi, object context) { throw null; }
- }
-}
-namespace Mono.Security
-{
- public partial class ASN1
- {
- public ASN1() { }
- public ASN1(byte tag) { }
- public ASN1(byte tag, byte[] data) { }
- public ASN1(byte[] data) { }
- public int Count { get { throw null; } }
- public Mono.Security.ASN1 this[int index] { get { throw null; } }
- public int Length { get { throw null; } }
- public byte Tag { get { throw null; } }
- public byte[] Value { get { throw null; } set { } }
- public Mono.Security.ASN1 Add(Mono.Security.ASN1 asn1) { throw null; }
- public bool CompareValue(byte[] value) { throw null; }
- protected void Decode(byte[] asn1, ref int anPos, int anLength) { }
- protected void DecodeTLV(byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content) { tag = default(byte); length = default(int); content = default(byte[]); }
- public Mono.Security.ASN1 Element(int index, byte anTag) { throw null; }
- public bool Equals(byte[] asn1) { throw null; }
- public virtual byte[] GetBytes() { throw null; }
- public void SaveToFile(string filename) { }
- public override string ToString() { throw null; }
- }
- public static partial class ASN1Convert
- {
- public static Mono.Security.ASN1 FromDateTime(System.DateTime dt) { throw null; }
- public static Mono.Security.ASN1 FromInt32(int value) { throw null; }
- public static Mono.Security.ASN1 FromOid(string oid) { throw null; }
- public static Mono.Security.ASN1 FromUnsignedBigInteger(byte[] big) { throw null; }
- public static System.DateTime ToDateTime(Mono.Security.ASN1 time) { throw null; }
- public static int ToInt32(Mono.Security.ASN1 asn1) { throw null; }
- public static string ToOid(Mono.Security.ASN1 asn1) { throw null; }
- }
- public sealed partial class PKCS7
- {
- internal PKCS7() { }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid) { throw null; }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid, Mono.Security.ASN1 parameters) { throw null; }
- public static Mono.Security.ASN1 Attribute(string oid, Mono.Security.ASN1 value) { throw null; }
- public static Mono.Security.ASN1 IssuerAndSerialNumber(Mono.Security.X509.X509Certificate x509) { throw null; }
- public partial class ContentInfo
- {
- public ContentInfo() { }
- public ContentInfo(Mono.Security.ASN1 asn1) { }
- public ContentInfo(byte[] data) { }
- public ContentInfo(string oid) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.ASN1 Content { get { throw null; } set { } }
- public string ContentType { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EncryptedData
- {
- public EncryptedData() { }
- public EncryptedData(Mono.Security.ASN1 asn1) { }
- public EncryptedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EnvelopedData
- {
- public EnvelopedData() { }
- public EnvelopedData(Mono.Security.ASN1 asn1) { }
- public EnvelopedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public System.Collections.ArrayList RecipientInfos { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class Oid
- {
- public const string contentType = "1.2.840.113549.1.9.3";
- public const string countersignature = "1.2.840.113549.1.9.6";
- public const string data = "1.2.840.113549.1.7.1";
- public const string digestedData = "1.2.840.113549.1.7.5";
- public const string encryptedData = "1.2.840.113549.1.7.6";
- public const string envelopedData = "1.2.840.113549.1.7.3";
- public const string messageDigest = "1.2.840.113549.1.9.4";
- public const string rsaEncryption = "1.2.840.113549.1.1.1";
- public const string signedAndEnvelopedData = "1.2.840.113549.1.7.4";
- public const string signedData = "1.2.840.113549.1.7.2";
- public const string signingTime = "1.2.840.113549.1.9.5";
- public Oid() { }
- }
- public partial class RecipientInfo
- {
- public RecipientInfo() { }
- public RecipientInfo(Mono.Security.ASN1 data) { }
- public string Issuer { get { throw null; } }
- public byte[] Key { get { throw null; } }
- public string Oid { get { throw null; } }
- public byte[] Serial { get { throw null; } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public int Version { get { throw null; } }
- }
- public partial class SignedData
- {
- public SignedData() { }
- public SignedData(Mono.Security.ASN1 asn1) { }
- public SignedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string HashName { get { throw null; } set { } }
- public Mono.Security.PKCS7.SignerInfo SignerInfo { get { throw null; } }
- public bool UseAuthenticatedAttributes { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- }
- public partial class SignerInfo
- {
- public SignerInfo() { }
- public SignerInfo(Mono.Security.ASN1 asn1) { }
- public SignerInfo(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public System.Collections.ArrayList AuthenticatedAttributes { get { throw null; } }
- public Mono.Security.X509.X509Certificate Certificate { get { throw null; } set { } }
- public string HashName { get { throw null; } set { } }
- public string IssuerName { get { throw null; } }
- public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] Signature { get { throw null; } set { } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public System.Collections.ArrayList UnauthenticatedAttributes { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public sealed partial class StrongName
- {
- public StrongName() { }
- public StrongName(byte[] data) { }
- public StrongName(int keySize) { }
- public StrongName(System.Security.Cryptography.RSA rsa) { }
- public bool CanSign { get { throw null; } }
- public byte[] PublicKey { get { throw null; } }
- public byte[] PublicKeyToken { get { throw null; } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public string TokenAlgorithm { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] Hash(string fileName) { throw null; }
- public bool Sign(string fileName) { throw null; }
- public bool Verify(System.IO.Stream stream) { throw null; }
- public bool Verify(string fileName) { throw null; }
- }
-}
-namespace Mono.Security.Authenticode
-{
- public partial class AuthenticodeBase
- {
- public const string spcIndirectDataContext = "1.3.6.1.4.1.311.2.1.4";
- public AuthenticodeBase() { }
- protected byte[] HashFile(string fileName, string hashName) { throw null; }
- }
- public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeDeformatter() { }
- public AuthenticodeDeformatter(string fileName) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public int Reason { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
- public System.DateTime Timestamp { get { throw null; } }
- public bool IsTrusted() { throw null; }
- }
- public partial class AuthenticodeFormatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeFormatter() { }
- public Mono.Security.Authenticode.Authority Authority { get { throw null; } set { } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crl { get { throw null; } }
- public string Description { get { throw null; } set { } }
- public string Hash { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public System.Uri TimestampUrl { get { throw null; } set { } }
- public System.Uri Url { get { throw null; } set { } }
- public void ProcessTimestamp(byte[] response) { }
- public bool Sign(string fileName) { throw null; }
- public bool Timestamp(string fileName) { throw null; }
- public Mono.Security.ASN1 TimestampRequest(byte[] signature) { throw null; }
- }
- public enum Authority
- {
- Commercial = 1,
- Individual = 0,
- Maximum = 2,
- }
- public partial class PrivateKey
- {
- public PrivateKey() { }
- public PrivateKey(byte[] data, string password) { }
- public bool Encrypted { get { throw null; } }
- public int KeyType { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public bool Weak { get { throw null; } set { } }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename) { throw null; }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename, string password) { throw null; }
- public void Save(string filename) { }
- public void Save(string filename, string password) { }
- }
- public partial class SoftwarePublisherCertificate
- {
- public SoftwarePublisherCertificate() { }
- public SoftwarePublisherCertificate(byte[] data) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public static Mono.Security.Authenticode.SoftwarePublisherCertificate CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public partial class ARC4Managed : Mono.Security.Cryptography.RC4, System.IDisposable, System.Security.Cryptography.ICryptoTransform
- {
- public ARC4Managed() { }
- public bool CanReuseTransform { get { throw null; } }
- public bool CanTransformMultipleBlocks { get { throw null; } }
- public int InputBlockSize { get { throw null; } }
- public override byte[] Key { get { throw null; } set { } }
- public int OutputBlockSize { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- protected override void Dispose(bool disposing) { }
- ~ARC4Managed() { }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw null; }
- public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw null; }
- }
- public partial class BlockProcessor
- {
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform) { }
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform, int blockSize) { }
- public void Core(byte[] rgb) { }
- public void Core(byte[] rgb, int ib, int cb) { }
- public byte[] Final() { throw null; }
- ~BlockProcessor() { }
- public void Initialize() { }
- }
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
- public enum DHKeyGeneration
- {
- Random = 0,
- Static = 1,
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct DHParameters
- {
- public byte[] G;
- public byte[] P;
- [System.NonSerializedAttribute]
- public byte[] X;
- }
- public abstract partial class DiffieHellman : System.Security.Cryptography.AsymmetricAlgorithm
- {
- protected DiffieHellman() { }
- public static new Mono.Security.Cryptography.DiffieHellman Create() { throw null; }
- public static new Mono.Security.Cryptography.DiffieHellman Create(string algName) { throw null; }
- public abstract byte[] CreateKeyExchange();
- public abstract byte[] DecryptKeyExchange(byte[] keyex);
- public abstract Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivate);
- public override void FromXmlString(string xmlString) { }
- public abstract void ImportParameters(Mono.Security.Cryptography.DHParameters parameters);
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- }
- public sealed partial class DiffieHellmanManaged : Mono.Security.Cryptography.DiffieHellman
- {
- public DiffieHellmanManaged() { }
- public DiffieHellmanManaged(byte[] p, byte[] g, byte[] x) { }
- public DiffieHellmanManaged(byte[] p, byte[] g, int l) { }
- public DiffieHellmanManaged(int bitLength, int l, Mono.Security.Cryptography.DHKeyGeneration method) { }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public override byte[] CreateKeyExchange() { throw null; }
- public override byte[] DecryptKeyExchange(byte[] keyEx) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~DiffieHellmanManaged() { }
- public override void ImportParameters(Mono.Security.Cryptography.DHParameters parameters) { }
- }
- public sealed partial class KeyBuilder
- {
- internal KeyBuilder() { }
- public static byte[] IV(int size) { throw null; }
- public static byte[] Key(int size) { throw null; }
- }
- public partial class KeyPairPersistence
- {
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { }
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) { }
- public string Filename { get { throw null; } }
- public string KeyValue { get { throw null; } set { } }
- public System.Security.Cryptography.CspParameters Parameters { get { throw null; } }
- public bool Load() { throw null; }
- public void Remove() { }
- public void Save() { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2Managed : Mono.Security.Cryptography.MD2
- {
- public MD2Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4Managed : Mono.Security.Cryptography.MD4
- {
- public MD4Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public sealed partial class PKCS1
- {
- internal PKCS1() { }
- public static byte[] Decrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] C) { throw null; }
- public static byte[] Decrypt_v15(System.Security.Cryptography.RSA rsa, byte[] C) { throw null; }
- public static byte[] Encode_v15(System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, int emLength) { throw null; }
- public static byte[] Encrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] Encrypt_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] I2OSP(byte[] x, int size) { throw null; }
- public static byte[] I2OSP(int x, int size) { throw null; }
- public static byte[] MGF1(System.Security.Cryptography.HashAlgorithm hash, byte[] mgfSeed, int maskLen) { throw null; }
- public static byte[] OS2IP(byte[] x) { throw null; }
- public static byte[] RSADP(System.Security.Cryptography.RSA rsa, byte[] c) { throw null; }
- public static byte[] RSAEP(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSASP1(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSAVP1(System.Security.Cryptography.RSA rsa, byte[] s) { throw null; }
- public static byte[] Sign_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding) { throw null; }
- }
- public sealed partial class PKCS8
- {
- internal PKCS8() { }
- public static Mono.Security.Cryptography.PKCS8.KeyInfo GetType(byte[] data) { throw null; }
- public partial class EncryptedPrivateKeyInfo
- {
- public EncryptedPrivateKeyInfo() { }
- public EncryptedPrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public byte[] EncryptedData { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public enum KeyInfo
- {
- EncryptedPrivateKey = 1,
- PrivateKey = 0,
- Unknown = 2,
- }
- public partial class PrivateKeyInfo
- {
- public PrivateKeyInfo() { }
- public PrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public System.Collections.ArrayList Attributes { get { throw null; } }
- public byte[] PrivateKey { get { throw null; } set { } }
- public int Version { get { throw null; } set { } }
- public static System.Security.Cryptography.DSA DecodeDSA(byte[] privateKey, System.Security.Cryptography.DSAParameters dsaParameters) { throw null; }
- public static System.Security.Cryptography.RSA DecodeRSA(byte[] keypair) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.RSA rsa) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
- }
- public abstract partial class RC4 : System.Security.Cryptography.SymmetricAlgorithm
- {
- public RC4() { }
- public override byte[] IV { get { throw null; } set { } }
- public static new Mono.Security.Cryptography.RC4 Create() { throw null; }
- public static new Mono.Security.Cryptography.RC4 Create(string algName) { throw null; }
- }
- public partial class RSAManaged : System.Security.Cryptography.RSA
- {
- public RSAManaged() { }
- public RSAManaged(int keySize) { }
- public bool IsCrtPossible { get { throw null; } }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override int KeySize { get { throw null; } }
- public bool PublicOnly { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public bool UseKeyBlinding { get { throw null; } set { } }
- public event Mono.Security.Cryptography.RSAManaged.KeyGeneratedEventHandler KeyGenerated { add { } remove { } }
- public override byte[] DecryptValue(byte[] rgb) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override byte[] EncryptValue(byte[] rgb) { throw null; }
- public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~RSAManaged() { }
- public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { }
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- public delegate void KeyGeneratedEventHandler(object sender, System.EventArgs e);
- }
- public abstract partial class SHA224 : System.Security.Cryptography.HashAlgorithm
- {
- public SHA224() { }
- public static new Mono.Security.Cryptography.SHA224 Create() { throw null; }
- public static new Mono.Security.Cryptography.SHA224 Create(string hashName) { throw null; }
- }
- public partial class SHA224Managed : Mono.Security.Cryptography.SHA224
- {
- public SHA224Managed() { }
- protected override void HashCore(byte[] rgb, int start, int size) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
-namespace Mono.Security.Interface
-{
- public partial class Alert
- {
- public Alert(Mono.Security.Interface.AlertDescription description) { }
- public Alert(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.AlertDescription Description { get { throw null; } }
- public bool IsCloseNotify { get { throw null; } }
- public bool IsWarning { get { throw null; } }
- public Mono.Security.Interface.AlertLevel Level { get { throw null; } }
- public string Message { get { throw null; } }
- public static string GetAlertMessage(Mono.Security.Interface.AlertDescription description) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AlertDescription : byte
- {
- AccessDenied = (byte)49,
- BadCertificate = (byte)42,
- BadRecordMAC = (byte)20,
- CertificateExpired = (byte)45,
- CertificateRevoked = (byte)44,
- CertificateUnknown = (byte)46,
- CloseNotify = (byte)0,
- DecodeError = (byte)50,
- DecompressionFailure = (byte)30,
- DecryptError = (byte)51,
- DecryptionFailed_RESERVED = (byte)21,
- ExportRestriction = (byte)60,
- HandshakeFailure = (byte)40,
- IlegalParameter = (byte)47,
- InsuficientSecurity = (byte)71,
- InternalError = (byte)80,
- NoCertificate_RESERVED = (byte)41,
- NoRenegotiation = (byte)100,
- ProtocolVersion = (byte)70,
- RecordOverflow = (byte)22,
- UnexpectedMessage = (byte)10,
- UnknownCA = (byte)48,
- UnsupportedCertificate = (byte)43,
- UnsupportedExtension = (byte)110,
- UserCancelled = (byte)90,
- }
- public enum AlertLevel : byte
- {
- Fatal = (byte)2,
- Warning = (byte)1,
- }
- public partial class BufferOffsetSize : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public BufferOffsetSize(byte[] buffer) { }
- public BufferOffsetSize(byte[] buffer, int offset, int size) { }
- public BufferOffsetSize(int size) { }
- public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int EndOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public byte[] GetBuffer() { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void TruncateTo(int newSize) { }
- }
- public static partial class CertificateValidationHelper
- {
- public static bool SupportsTrustAnchors { get { throw null; } }
- public static bool SupportsX509Chain { get { throw null; } }
- public static Mono.Security.Interface.ICertificateValidator GetValidator(Mono.Security.Interface.MonoTlsSettings settings) { throw null; }
- }
- public enum CipherAlgorithmType
- {
- Aes128 = 1,
- Aes256 = 2,
- AesGcm128 = 3,
- AesGcm256 = 4,
- None = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum CipherSuiteCode : ushort
- {
- TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)17,
- TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)19,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA = (ushort)50,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 = (ushort)64,
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 = (ushort)162,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA = (ushort)56,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 = (ushort)106,
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 = (ushort)163,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)68,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)189,
- TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49280,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)135,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)195,
- TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49281,
- TLS_DHE_DSS_WITH_DES_CBC_SHA = (ushort)18,
- TLS_DHE_DSS_WITH_SEED_CBC_SHA = (ushort)153,
- TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)143,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA = (ushort)144,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)178,
- TLS_DHE_PSK_WITH_AES_128_CCM = (ushort)49318,
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 = (ushort)170,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA = (ushort)145,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)179,
- TLS_DHE_PSK_WITH_AES_256_CCM = (ushort)49319,
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 = (ushort)171,
- TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49302,
- TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49296,
- TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49303,
- TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49297,
- TLS_DHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58396,
- TLS_DHE_PSK_WITH_NULL_SHA = (ushort)45,
- TLS_DHE_PSK_WITH_NULL_SHA256 = (ushort)180,
- TLS_DHE_PSK_WITH_NULL_SHA384 = (ushort)181,
- TLS_DHE_PSK_WITH_RC4_128_SHA = (ushort)142,
- TLS_DHE_PSK_WITH_SALSA20_SHA1 = (ushort)58397,
- TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)20,
- TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)22,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA = (ushort)51,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)103,
- TLS_DHE_RSA_WITH_AES_128_CCM = (ushort)49310,
- TLS_DHE_RSA_WITH_AES_128_CCM_8 = (ushort)49314,
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)158,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA = (ushort)57,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = (ushort)107,
- TLS_DHE_RSA_WITH_AES_256_CCM = (ushort)49311,
- TLS_DHE_RSA_WITH_AES_256_CCM_8 = (ushort)49315,
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)159,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)69,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)190,
- TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49276,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)136,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)196,
- TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49277,
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52245,
- TLS_DHE_RSA_WITH_DES_CBC_SHA = (ushort)21,
- TLS_DHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58398,
- TLS_DHE_RSA_WITH_SALSA20_SHA1 = (ushort)58399,
- TLS_DHE_RSA_WITH_SEED_CBC_SHA = (ushort)154,
- TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA = (ushort)25,
- TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 = (ushort)23,
- TLS_DH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)27,
- TLS_DH_anon_WITH_AES_128_CBC_SHA = (ushort)52,
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 = (ushort)108,
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 = (ushort)166,
- TLS_DH_anon_WITH_AES_256_CBC_SHA = (ushort)58,
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 = (ushort)109,
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 = (ushort)167,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA = (ushort)70,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)191,
- TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49284,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA = (ushort)137,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)197,
- TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49285,
- TLS_DH_anon_WITH_DES_CBC_SHA = (ushort)26,
- TLS_DH_anon_WITH_RC4_128_MD5 = (ushort)24,
- TLS_DH_anon_WITH_SEED_CBC_SHA = (ushort)155,
- TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)11,
- TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)13,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA = (ushort)48,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA256 = (ushort)62,
- TLS_DH_DSS_WITH_AES_128_GCM_SHA256 = (ushort)164,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA = (ushort)54,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA256 = (ushort)104,
- TLS_DH_DSS_WITH_AES_256_GCM_SHA384 = (ushort)165,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)66,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)187,
- TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49282,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)133,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)193,
- TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49283,
- TLS_DH_DSS_WITH_DES_CBC_SHA = (ushort)12,
- TLS_DH_DSS_WITH_SEED_CBC_SHA = (ushort)151,
- TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)14,
- TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)16,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA = (ushort)49,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)63,
- TLS_DH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)160,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA = (ushort)55,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA256 = (ushort)105,
- TLS_DH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)161,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)67,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)188,
- TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49278,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)134,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)194,
- TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49279,
- TLS_DH_RSA_WITH_DES_CBC_SHA = (ushort)15,
- TLS_DH_RSA_WITH_SEED_CBC_SHA = (ushort)152,
- TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49160,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49161,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49187,
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49195,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49162,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49188,
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49196,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49266,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49286,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49267,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49287,
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52244,
- TLS_ECDHE_ECDSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58388,
- TLS_ECDHE_ECDSA_WITH_NULL_SHA = (ushort)49158,
- TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = (ushort)49159,
- TLS_ECDHE_ECDSA_WITH_SALSA20_SHA1 = (ushort)58389,
- TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)49204,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA = (ushort)49205,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)49207,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA = (ushort)49206,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)49208,
- TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49306,
- TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49307,
- TLS_ECDHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58392,
- TLS_ECDHE_PSK_WITH_NULL_SHA = (ushort)49209,
- TLS_ECDHE_PSK_WITH_NULL_SHA256 = (ushort)49210,
- TLS_ECDHE_PSK_WITH_NULL_SHA384 = (ushort)49211,
- TLS_ECDHE_PSK_WITH_RC4_128_SHA = (ushort)49203,
- TLS_ECDHE_PSK_WITH_SALSA20_SHA1 = (ushort)58393,
- TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49170,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = (ushort)49171,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49191,
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49199,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = (ushort)49172,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49192,
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49200,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49270,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49290,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49271,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49291,
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52243,
- TLS_ECDHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58386,
- TLS_ECDHE_RSA_WITH_NULL_SHA = (ushort)49168,
- TLS_ECDHE_RSA_WITH_RC4_128_SHA = (ushort)49169,
- TLS_ECDHE_RSA_WITH_SALSA20_SHA1 = (ushort)58387,
- TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)49175,
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA = (ushort)49176,
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA = (ushort)49177,
- TLS_ECDH_anon_WITH_NULL_SHA = (ushort)49173,
- TLS_ECDH_anon_WITH_RC4_128_SHA = (ushort)49174,
- TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49155,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49156,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49189,
- TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49197,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49157,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49190,
- TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49198,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49268,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49288,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49269,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49289,
- TLS_ECDH_ECDSA_WITH_NULL_SHA = (ushort)49153,
- TLS_ECDH_ECDSA_WITH_RC4_128_SHA = (ushort)49154,
- TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49165,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA = (ushort)49166,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49193,
- TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49201,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA = (ushort)49167,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49194,
- TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49202,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49272,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49292,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49273,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49293,
- TLS_ECDH_RSA_WITH_NULL_SHA = (ushort)49163,
- TLS_ECDH_RSA_WITH_RC4_128_SHA = (ushort)49164,
- TLS_EMPTY_RENEGOTIATION_INFO_SCSV = (ushort)255,
- TLS_FALLBACK_SCSV = (ushort)22016,
- TLS_NULL_WITH_NULL_NULL = (ushort)0,
- TLS_PSK_DHE_WITH_AES_128_CCM_8 = (ushort)49322,
- TLS_PSK_DHE_WITH_AES_256_CCM_8 = (ushort)49323,
- TLS_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)139,
- TLS_PSK_WITH_AES_128_CBC_SHA = (ushort)140,
- TLS_PSK_WITH_AES_128_CBC_SHA256 = (ushort)174,
- TLS_PSK_WITH_AES_128_CCM = (ushort)49316,
- TLS_PSK_WITH_AES_128_CCM_8 = (ushort)49320,
- TLS_PSK_WITH_AES_128_GCM_SHA256 = (ushort)168,
- TLS_PSK_WITH_AES_256_CBC_SHA = (ushort)141,
- TLS_PSK_WITH_AES_256_CBC_SHA384 = (ushort)175,
- TLS_PSK_WITH_AES_256_CCM = (ushort)49317,
- TLS_PSK_WITH_AES_256_CCM_8 = (ushort)49321,
- TLS_PSK_WITH_AES_256_GCM_SHA384 = (ushort)169,
- TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49300,
- TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49294,
- TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49301,
- TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49295,
- TLS_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58390,
- TLS_PSK_WITH_NULL_SHA = (ushort)44,
- TLS_PSK_WITH_NULL_SHA256 = (ushort)176,
- TLS_PSK_WITH_NULL_SHA384 = (ushort)177,
- TLS_PSK_WITH_RC4_128_SHA = (ushort)138,
- TLS_PSK_WITH_SALSA20_SHA1 = (ushort)58391,
- TLS_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)8,
- TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 = (ushort)6,
- TLS_RSA_EXPORT_WITH_RC4_40_MD5 = (ushort)3,
- TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)147,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA = (ushort)148,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 = (ushort)182,
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 = (ushort)172,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA = (ushort)149,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 = (ushort)183,
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 = (ushort)173,
- TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49304,
- TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49298,
- TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49305,
- TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49299,
- TLS_RSA_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58394,
- TLS_RSA_PSK_WITH_NULL_SHA = (ushort)46,
- TLS_RSA_PSK_WITH_NULL_SHA256 = (ushort)184,
- TLS_RSA_PSK_WITH_NULL_SHA384 = (ushort)185,
- TLS_RSA_PSK_WITH_RC4_128_SHA = (ushort)146,
- TLS_RSA_PSK_WITH_SALSA20_SHA1 = (ushort)58395,
- TLS_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)10,
- TLS_RSA_WITH_AES_128_CBC_SHA = (ushort)47,
- TLS_RSA_WITH_AES_128_CBC_SHA256 = (ushort)60,
- TLS_RSA_WITH_AES_128_CCM = (ushort)49308,
- TLS_RSA_WITH_AES_128_CCM_8 = (ushort)49312,
- TLS_RSA_WITH_AES_128_GCM_SHA256 = (ushort)156,
- TLS_RSA_WITH_AES_256_CBC_SHA = (ushort)53,
- TLS_RSA_WITH_AES_256_CBC_SHA256 = (ushort)61,
- TLS_RSA_WITH_AES_256_CCM = (ushort)49309,
- TLS_RSA_WITH_AES_256_CCM_8 = (ushort)49313,
- TLS_RSA_WITH_AES_256_GCM_SHA384 = (ushort)157,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)65,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)186,
- TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49274,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)132,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)192,
- TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49275,
- TLS_RSA_WITH_DES_CBC_SHA = (ushort)9,
- TLS_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58384,
- TLS_RSA_WITH_IDEA_CBC_SHA = (ushort)7,
- TLS_RSA_WITH_NULL_MD5 = (ushort)1,
- TLS_RSA_WITH_NULL_SHA = (ushort)2,
- TLS_RSA_WITH_NULL_SHA256 = (ushort)59,
- TLS_RSA_WITH_RC4_128_MD5 = (ushort)4,
- TLS_RSA_WITH_RC4_128_SHA = (ushort)5,
- TLS_RSA_WITH_SALSA20_SHA1 = (ushort)58385,
- TLS_RSA_WITH_SEED_CBC_SHA = (ushort)150,
- TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)49180,
- TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA = (ushort)49183,
- TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA = (ushort)49186,
- TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49179,
- TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA = (ushort)49182,
- TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA = (ushort)49185,
- TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA = (ushort)49178,
- TLS_SRP_SHA_WITH_AES_128_CBC_SHA = (ushort)49181,
- TLS_SRP_SHA_WITH_AES_256_CBC_SHA = (ushort)49184,
- }
- public enum ExchangeAlgorithmType
- {
- Dhe = 1,
- EcDhe = 3,
- None = 0,
- Rsa = 2,
- }
- public enum HashAlgorithmType
- {
- Md5 = 1,
- Md5Sha1 = 254,
- None = 0,
- Sha1 = 2,
- Sha224 = 3,
- Sha256 = 4,
- Sha384 = 5,
- Sha512 = 6,
- Unknown = 255,
- }
- public partial interface IBufferOffsetSize
- {
- byte[] Buffer { get; }
- int Offset { get; }
- int Size { get; }
- }
- public partial interface ICertificateValidator
- {
- Mono.Security.Interface.MonoTlsSettings Settings { get; }
- bool SelectClientCertificate(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers, out System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate);
- Mono.Security.Interface.ValidationResult ValidateCertificate(string targetHost, bool serverMode, System.Security.Cryptography.X509Certificates.X509CertificateCollection certificates);
- }
- public partial interface IMonoSslStream : System.IDisposable
- {
- System.Net.Security.AuthenticatedStream AuthenticatedStream { get; }
- bool CanRead { get; }
- bool CanTimeout { get; }
- bool CanWrite { get; }
- bool CheckCertRevocationStatus { get; }
- System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get; }
- int CipherStrength { get; }
- System.Security.Authentication.HashAlgorithmType HashAlgorithm { get; }
- int HashStrength { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate InternalLocalCertificate { get; }
- bool IsAuthenticated { get; }
- bool IsEncrypted { get; }
- bool IsMutuallyAuthenticated { get; }
- bool IsServer { get; }
- bool IsSigned { get; }
- System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get; }
- int KeyExchangeStrength { get; }
- long Length { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get; }
- long Position { get; }
- Mono.Security.Interface.MonoTlsProvider Provider { get; }
- int ReadTimeout { get; set; }
- System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get; }
- System.Security.Authentication.SslProtocols SslProtocol { get; }
- System.Net.TransportContext TransportContext { get; }
- int WriteTimeout { get; set; }
- void AuthenticateAsClient(string targetHost);
- void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- void EndAuthenticateAsClient(System.IAsyncResult asyncResult);
- void EndAuthenticateAsServer(System.IAsyncResult asyncResult);
- int EndRead(System.IAsyncResult asyncResult);
- void EndWrite(System.IAsyncResult asyncResult);
- void Flush();
- Mono.Security.Interface.MonoTlsConnectionInfo GetConnectionInfo();
- int Read(byte[] buffer, int offset, int count);
- void SetLength(long value);
- void Write(byte[] buffer);
- void Write(byte[] buffer, int offset, int count);
- }
- public partial interface IMonoTlsEventSink
- {
- void Error(System.Exception exception);
- void ReceivedCloseNotify();
- }
- public enum MonoEncryptionPolicy
- {
- AllowNoEncryption = 1,
- NoEncryption = 2,
- RequireEncryption = 0,
- }
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate MonoLocalCertificateSelectionCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers);
- public delegate bool MonoRemoteCertificateValidationCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, Mono.Security.Interface.MonoSslPolicyErrors sslPolicyErrors);
- [System.FlagsAttribute]
- public enum MonoSslPolicyErrors
- {
- None = 0,
- RemoteCertificateChainErrors = 4,
- RemoteCertificateNameMismatch = 2,
- RemoteCertificateNotAvailable = 1,
- }
- public partial class MonoTlsConnectionInfo
- {
- public MonoTlsConnectionInfo() { }
- public Mono.Security.Interface.CipherAlgorithmType CipherAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode CipherSuiteCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.ExchangeAlgorithmType ExchangeAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.HashAlgorithmType HashAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string PeerDomainName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.TlsProtocols ProtocolVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class MonoTlsProvider
- {
- internal MonoTlsProvider() { }
- public abstract System.Guid ID { get; }
- public abstract string Name { get; }
- public abstract System.Security.Authentication.SslProtocols SupportedProtocols { get; }
- public abstract bool SupportsConnectionInfo { get; }
- public abstract bool SupportsMonoExtensions { get; }
- public abstract bool SupportsSslStream { get; }
- public abstract Mono.Security.Interface.IMonoSslStream CreateSslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings=null);
- }
- public static partial class MonoTlsProviderFactory
- {
- public static bool IsInitialized { get { throw null; } }
- public static System.Net.HttpListener CreateHttpListener(System.Security.Cryptography.X509Certificates.X509Certificate certificate, Mono.Security.Interface.MonoTlsProvider provider=null, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- public static System.Net.HttpWebRequest CreateHttpsRequest(System.Uri requestUri, Mono.Security.Interface.MonoTlsProvider provider, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- [System.ObsoleteAttribute("Use GetProvider() instead.")]
- public static Mono.Security.Interface.MonoTlsProvider GetDefaultProvider() { throw null; }
- public static Mono.Security.Interface.IMonoSslStream GetMonoSslStream(System.Net.Security.SslStream stream) { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider() { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider(string provider) { throw null; }
- public static void Initialize() { }
- public static void Initialize(string provider) { }
- public static bool IsProviderSupported(string provider) { throw null; }
- [System.ObsoleteAttribute("Use Initialize(string provider) instead.")]
- public static void SetDefaultProvider(string name) { }
- }
- public sealed partial class MonoTlsSettings
- {
- public MonoTlsSettings() { }
- public bool CallbackNeedsCertificateChain { get { throw null; } set { } }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.ICertificateValidator CertificateValidator { get { throw null; } }
- public bool CheckCertificateName { get { throw null; } set { } }
- public bool CheckCertificateRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Interface.MonoLocalCertificateSelectionCallback ClientCertificateSelectionCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.Security.Interface.MonoTlsSettings DefaultSettings { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Security.Interface.TlsProtocols> EnabledProtocols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.MonoRemoteCertificateValidationCallback RemoteCertificateValidationCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SkipSystemValidators { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection TrustAnchors { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object UserSettings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> UseServicePointManagerCallback { get { throw null; } set { } }
- public Mono.Security.Interface.MonoTlsSettings Clone() { throw null; }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.MonoTlsSettings CloneWithValidator(Mono.Security.Interface.ICertificateValidator validator) { throw null; }
- public static Mono.Security.Interface.MonoTlsSettings CopyDefaultSettings() { throw null; }
- }
- public abstract partial class SecretParameters : System.IDisposable
- {
- protected SecretParameters() { }
- protected void CheckDisposed() { }
- protected abstract void Clear();
- protected static void Clear(byte[] array) { }
- public void Dispose() { }
- ~SecretParameters() { }
- }
- public partial class SecureBuffer : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public SecureBuffer(byte[] buffer) { }
- public SecureBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- int Mono.Security.Interface.IBufferOffsetSize.Offset { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static Mono.Security.Interface.SecureBuffer CreateCopy(byte[] buffer) { throw null; }
- public byte[] StealBuffer() { throw null; }
- }
- public partial class TlsBuffer : Mono.Security.Interface.SecretParameters
- {
- public static readonly byte[] EmptyArray;
- protected TlsBuffer() { }
- public TlsBuffer(Mono.Security.Interface.IBufferOffsetSize bos) { }
- public TlsBuffer(byte[] buffer) { }
- public TlsBuffer(byte[] buffer, int offset, int size) { }
- public TlsBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- public int EndOffset { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Remaining { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static bool Compare(Mono.Security.Interface.IBufferOffsetSize buffer1, Mono.Security.Interface.IBufferOffsetSize buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, byte[] buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public static int ConstantTimeCompare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public Mono.Security.Interface.IBufferOffsetSize GetRemaining() { throw null; }
- protected virtual void MakeRoomInternal(int size) { }
- public Mono.Security.Interface.TlsBuffer ReadBuffer(int length) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt24() { throw null; }
- public int ReadInt32() { throw null; }
- public Mono.Security.Interface.SecureBuffer ReadSecureBuffer(int count) { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void Write(Mono.Security.Interface.IBufferOffsetSize buffer) { }
- public void Write(byte value) { }
- public void Write(byte[] buffer) { }
- public void Write(byte[] buffer, int offset, int size) { }
- public void Write(short value) { }
- public void Write(int value) { }
- public void Write(ulong value) { }
- public static void WriteInt16(byte[] buffer, int offset, short value) { }
- public static void WriteInt24(byte[] buffer, int offset, int value) { }
- public void WriteInt24(int value) { }
- public static void WriteInt32(byte[] buffer, int offset, int value) { }
- public static void WriteInt64(byte[] buffer, int offset, ulong value) { }
- }
- public sealed partial class TlsException : System.Exception
- {
- public TlsException(Mono.Security.Interface.Alert alert) { }
- public TlsException(Mono.Security.Interface.Alert alert, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string format, params object[] args) { }
- public TlsException(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.Alert Alert { get { throw null; } }
- }
- public partial class TlsMultiBuffer
- {
- public TlsMultiBuffer() { }
- public bool IsEmpty { get { throw null; } }
- public bool IsSingle { get { throw null; } }
- public void Add(Mono.Security.Interface.TlsBuffer buffer) { }
- public void Add(byte[] buffer) { }
- public void Add(byte[] buffer, int offset, int size) { }
- public void Clear() { }
- public Mono.Security.Interface.BufferOffsetSize GetBuffer() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize[] GetBufferArray() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize StealBuffer() { throw null; }
- }
- public enum TlsProtocolCode : short
- {
- Tls10 = (short)769,
- Tls11 = (short)770,
- Tls12 = (short)771,
- }
- [System.FlagsAttribute]
- public enum TlsProtocols
- {
- ClientMask = 2688,
- ServerMask = 1344,
- Tls10 = 192,
- Tls10Client = 128,
- Tls10Server = 64,
- Tls11 = 768,
- Tls11Client = 512,
- Tls11Server = 256,
- Tls12 = 3072,
- Tls12Client = 2048,
- Tls12Server = 1024,
- Zero = 0,
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code, System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> policy_errors) { }
- public int ErrorCode { get { throw null; } }
- public System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> PolicyErrors { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- 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[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public static partial class ChallengeResponse2
- {
- public static void Compute(Mono.Security.Protocol.Ntlm.Type2Message type2, Mono.Security.Protocol.Ntlm.NtlmAuthLevel level, string username, string password, string domain, out byte[] lm, out byte[] ntlm) { lm = default(byte[]); ntlm = default(byte[]); }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public int Type { 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; }
- }
- public enum NtlmAuthLevel
- {
- LM_and_NTLM = 0,
- LM_and_NTLM_and_try_NTLMv2_Session = 1,
- NTLMv2_only = 3,
- NTLM_only = 2,
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateDomainSupplied = 4096,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public static partial class NtlmSettings
- {
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(byte[] message) : 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(byte[] message) : base (default(int)) { }
- public byte[] Nonce { get { throw null; } set { } }
- public byte[] TargetInfo { get { throw null; } }
- public string TargetName { get { throw null; } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.Type2Message type2) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public byte[] Challenge { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use NtlmSettings.DefaultAuthLevel")]
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmAuthLevel Level { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } set { } }
- 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.Interface.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,
- Tls11 = 768,
- Tls12 = 3072,
- }
- 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) { }
- }
-}
-namespace Mono.Security.X509
-{
- public partial class PKCS12 : System.ICloneable
- {
- public const string certBag = "1.2.840.113549.1.12.10.1.3";
- public const string crlBag = "1.2.840.113549.1.12.10.1.4";
- public const int CryptoApiPasswordLimit = 32;
- public const string keyBag = "1.2.840.113549.1.12.10.1.1";
- public const string pbeWithSHAAnd128BitRC2CBC = "1.2.840.113549.1.12.1.5";
- public const string pbeWithSHAAnd128BitRC4 = "1.2.840.113549.1.12.1.1";
- public const string pbeWithSHAAnd2KeyTripleDESCBC = "1.2.840.113549.1.12.1.4";
- public const string pbeWithSHAAnd3KeyTripleDESCBC = "1.2.840.113549.1.12.1.3";
- public const string pbeWithSHAAnd40BitRC2CBC = "1.2.840.113549.1.12.1.6";
- public const string pbeWithSHAAnd40BitRC4 = "1.2.840.113549.1.12.1.2";
- public const string pkcs8ShroudedKeyBag = "1.2.840.113549.1.12.10.1.2";
- public const string safeContentsBag = "1.2.840.113549.1.12.10.1.6";
- public const string sdsiCertificate = "1.2.840.113549.1.9.22.2";
- public const string secretBag = "1.2.840.113549.1.12.10.1.5";
- public const string x509Certificate = "1.2.840.113549.1.9.22.1";
- public const string x509Crl = "1.2.840.113549.1.9.23.1";
- public PKCS12() { }
- public PKCS12(byte[] data) { }
- public PKCS12(byte[] data, byte[] password) { }
- public PKCS12(byte[] data, string password) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public int IterationCount { get { throw null; } set { } }
- public System.Collections.ArrayList Keys { get { throw null; } }
- public static int MaximumPasswordLength { get { throw null; } set { } }
- public string Password { set { } }
- public System.Collections.ArrayList Secrets { get { throw null; } }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attributes) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddSecretBag(byte[] secret) { }
- public void AddSecretBag(byte[] secret, System.Collections.IDictionary attributes) { }
- public object Clone() { throw null; }
- public byte[] Decrypt(Mono.Security.PKCS7.EncryptedData ed) { throw null; }
- public byte[] Decrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] encryptedData) { throw null; }
- public byte[] Encrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] data) { throw null; }
- ~PKCS12() { }
- public System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm(System.Collections.IDictionary attrs) { throw null; }
- public System.Collections.IDictionary GetAttributes(Mono.Security.X509.X509Certificate cert) { throw null; }
- public System.Collections.IDictionary GetAttributes(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Certificate GetCertificate(System.Collections.IDictionary attrs) { throw null; }
- public byte[] GetSecret(System.Collections.IDictionary attrs) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename, string password) { throw null; }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attrs) { }
- public void RemoveKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemovePkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemoveSecretBag(byte[] secret) { }
- public void SaveToFile(string filename) { }
- public partial class DeriveBytes
- {
- public DeriveBytes() { }
- public string HashName { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Password { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] DeriveIV(int size) { throw null; }
- public byte[] DeriveKey(int size) { throw null; }
- public byte[] DeriveMAC(int size) { throw null; }
- public enum Purpose
- {
- IV = 1,
- Key = 0,
- MAC = 2,
- }
- }
- }
- public partial class PKCS5
- {
- public const string pbeWithMD2AndDESCBC = "1.2.840.113549.1.5.1";
- public const string pbeWithMD2AndRC2CBC = "1.2.840.113549.1.5.4";
- public const string pbeWithMD5AndDESCBC = "1.2.840.113549.1.5.3";
- public const string pbeWithMD5AndRC2CBC = "1.2.840.113549.1.5.6";
- public const string pbeWithSHA1AndDESCBC = "1.2.840.113549.1.5.10";
- public const string pbeWithSHA1AndRC2CBC = "1.2.840.113549.1.5.11";
- public PKCS5() { }
- }
- public partial class PKCS9
- {
- public const string friendlyName = "1.2.840.113549.1.9.20";
- public const string localKeyId = "1.2.840.113549.1.9.21";
- public PKCS9() { }
- }
- public sealed partial class X501
- {
- internal X501() { }
- public static Mono.Security.ASN1 FromString(string rdn) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq, bool reversed, string separator, bool quotes) { throw null; }
- }
- public abstract partial class X509Builder
- {
- protected X509Builder() { }
- public string Hash { get { throw null; } set { } }
- protected string GetOid(string hashName) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.DSA key) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.RSA key) { throw null; }
- protected abstract Mono.Security.ASN1 ToBeSigned(string hashName);
- }
- public partial class X509Certificate : System.Runtime.Serialization.ISerializable
- {
- public X509Certificate(byte[] data) { }
- protected X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public System.Security.Cryptography.DSA DSA { get { throw null; } set { } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public bool IsSelfSigned { get { throw null; } }
- public virtual string IssuerName { get { throw null; } }
- public byte[] IssuerUniqueIdentifier { get { throw null; } }
- public virtual string KeyAlgorithm { get { throw null; } }
- public virtual byte[] KeyAlgorithmParameters { get { throw null; } set { } }
- public virtual byte[] PublicKey { get { throw null; } }
- public virtual byte[] RawData { get { throw null; } }
- public virtual System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public virtual byte[] SerialNumber { get { throw null; } }
- public virtual byte[] Signature { get { throw null; } }
- public virtual string SignatureAlgorithm { get { throw null; } }
- public virtual byte[] SignatureAlgorithmParameters { get { throw null; } }
- public virtual string SubjectName { get { throw null; } }
- public byte[] SubjectUniqueIdentifier { get { throw null; } }
- public virtual System.DateTime ValidFrom { get { throw null; } }
- public virtual System.DateTime ValidUntil { get { throw null; } }
- public int Version { get { throw null; } }
- public bool CheckSignature(byte[] hash, string hashAlgorithm, byte[] signature) { throw null; }
- public Mono.Security.ASN1 GetIssuerName() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
- public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Security.ASN1 GetSubjectName() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- }
- public partial class X509CertificateBuilder : Mono.Security.X509.X509Builder
- {
- public X509CertificateBuilder() { }
- public X509CertificateBuilder(byte version) { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public string IssuerName { get { throw null; } set { } }
- public byte[] IssuerUniqueId { get { throw null; } set { } }
- public System.DateTime NotAfter { get { throw null; } set { } }
- public System.DateTime NotBefore { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } set { } }
- public string SubjectName { get { throw null; } set { } }
- public System.Security.Cryptography.AsymmetricAlgorithm SubjectPublicKey { get { throw null; } set { } }
- public byte[] SubjectUniqueId { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- protected override Mono.Security.ASN1 ToBeSigned(string oid) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class X509CertificateCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509CertificateCollection() { }
- public X509CertificateCollection(Mono.Security.X509.X509CertificateCollection value) { }
- public X509CertificateCollection(Mono.Security.X509.X509Certificate[] value) { }
- public Mono.Security.X509.X509Certificate this[int index] { get { throw null; } set { } }
- public int Add(Mono.Security.X509.X509Certificate value) { throw null; }
- public void AddRange(Mono.Security.X509.X509CertificateCollection value) { }
- public void AddRange(Mono.Security.X509.X509Certificate[] value) { }
- public bool Contains(Mono.Security.X509.X509Certificate value) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Certificate[] array, int index) { }
- public new Mono.Security.X509.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Certificate value) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Certificate value) { }
- public void Remove(Mono.Security.X509.X509Certificate value) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public partial class X509CertificateEnumerator : System.Collections.IEnumerator
- {
- public X509CertificateEnumerator(Mono.Security.X509.X509CertificateCollection mappings) { }
- public Mono.Security.X509.X509Certificate Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- public partial class X509Chain
- {
- public X509Chain() { }
- public X509Chain(Mono.Security.X509.X509CertificateCollection chain) { }
- public Mono.Security.X509.X509CertificateCollection Chain { get { throw null; } }
- public Mono.Security.X509.X509Certificate Root { get { throw null; } }
- public Mono.Security.X509.X509ChainStatusFlags Status { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection TrustAnchors { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(64))]set { } }
- public bool Build(Mono.Security.X509.X509Certificate leaf) { throw null; }
- public Mono.Security.X509.X509Certificate FindByIssuerName(string issuerName) { throw null; }
- public void LoadCertificate(Mono.Security.X509.X509Certificate x509) { }
- public void LoadCertificates(Mono.Security.X509.X509CertificateCollection collection) { }
- public void Reset() { }
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum X509ChainStatusFlags
- {
- InvalidBasicConstraints = 1024,
- NoError = 0,
- NotSignatureValid = 8,
- NotTimeNested = 2,
- NotTimeValid = 1,
- PartialChain = 65536,
- UntrustedRoot = 32,
- }
- public partial class X509Crl
- {
- public X509Crl(byte[] crl) { }
- public System.Collections.ArrayList Entries { get { throw null; } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public string IssuerName { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[byte[] serialNumber] { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[int index] { get { throw null; } }
- public System.DateTime NextUpdate { get { throw null; } }
- public byte[] RawData { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public string SignatureAlgorithm { get { throw null; } }
- public System.DateTime ThisUpdate { get { throw null; } }
- public byte Version { get { throw null; } }
- public static Mono.Security.X509.X509Crl CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(Mono.Security.X509.X509Certificate x509) { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(byte[] serialNumber) { throw null; }
- public bool VerifySignature(Mono.Security.X509.X509Certificate x509) { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- public partial class X509CrlEntry
- {
- internal X509CrlEntry() { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public System.DateTime RevocationDate { get { throw null; } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public partial class X509Extension
- {
- protected bool extnCritical;
- protected string extnOid;
- protected Mono.Security.ASN1 extnValue;
- protected X509Extension() { }
- public X509Extension(Mono.Security.ASN1 asn1) { }
- public X509Extension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public bool Critical { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public string Oid { get { throw null; } }
- public Mono.Security.ASN1 Value { get { throw null; } }
- protected virtual void Decode() { }
- protected virtual void Encode() { }
- public override bool Equals(object obj) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class X509ExtensionCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509ExtensionCollection() { }
- public X509ExtensionCollection(Mono.Security.ASN1 asn1) { }
- public Mono.Security.X509.X509Extension this[int index] { get { throw null; } }
- public Mono.Security.X509.X509Extension this[string oid] { get { throw null; } }
- public int Add(Mono.Security.X509.X509Extension extension) { throw null; }
- public void AddRange(Mono.Security.X509.X509ExtensionCollection collection) { }
- public void AddRange(Mono.Security.X509.X509Extension[] extension) { }
- public bool Contains(Mono.Security.X509.X509Extension extension) { throw null; }
- public bool Contains(string oid) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Extension[] extensions, int index) { }
- public byte[] GetBytes() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Extension extension) { throw null; }
- public int IndexOf(string oid) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Extension extension) { }
- public void Remove(Mono.Security.X509.X509Extension extension) { }
- public void Remove(string oid) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class X509Store
- {
- internal X509Store() { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string Name { get { throw null; } }
- public void Clear() { }
- public void Import(Mono.Security.X509.X509Certificate certificate) { }
- public void Import(Mono.Security.X509.X509Crl crl) { }
- public void Remove(Mono.Security.X509.X509Certificate certificate) { }
- public void Remove(Mono.Security.X509.X509Crl crl) { }
- }
- public sealed partial class X509StoreManager
- {
- internal X509StoreManager() { }
- public static Mono.Security.X509.X509Stores CurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection IntermediateCACertificates { get { throw null; } }
- public static System.Collections.ArrayList IntermediateCACrls { get { throw null; } }
- public static Mono.Security.X509.X509Stores LocalMachine { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewCurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewLocalMachine { get { throw null; } }
- public static System.Collections.ArrayList TrustedRootCACrls { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection TrustedRootCertificates { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection UntrustedCertificates { get { throw null; } }
- }
- public partial class X509Stores
- {
- internal X509Stores() { }
- public Mono.Security.X509.X509Store IntermediateCA { get { throw null; } }
- public Mono.Security.X509.X509Store OtherPeople { get { throw null; } }
- public Mono.Security.X509.X509Store Personal { get { throw null; } }
- public Mono.Security.X509.X509Store TrustedRoot { get { throw null; } }
- public Mono.Security.X509.X509Store Untrusted { get { throw null; } }
- public void Clear() { }
- public Mono.Security.X509.X509Store Open(string storeName, bool create) { throw null; }
- public partial class Names
- {
- public const string IntermediateCA = "CA";
- public const string OtherPeople = "AddressBook";
- public const string Personal = "My";
- public const string TrustedRoot = "Trust";
- public const string Untrusted = "Disallowed";
- public Names() { }
- }
- }
- public partial class X520
- {
- public X520() { }
- public abstract partial class AttributeTypeAndValue
- {
- protected AttributeTypeAndValue(string oid, int upperBound) { }
- protected AttributeTypeAndValue(string oid, int upperBound, byte encoding) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] GetBytes(byte encoding) { throw null; }
- }
- public partial class CommonName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CommonName() : base (default(string), default(int)) { }
- }
- public partial class CountryName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CountryName() : base (default(string), default(int)) { }
- }
- public partial class DnQualifier : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DnQualifier() : base (default(string), default(int)) { }
- }
- public partial class DomainComponent : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DomainComponent() : base (default(string), default(int)) { }
- }
- public partial class EmailAddress : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public EmailAddress() : base (default(string), default(int)) { }
- }
- public partial class GivenName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public GivenName() : base (default(string), default(int)) { }
- }
- public partial class Initial : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Initial() : base (default(string), default(int)) { }
- }
- public partial class LocalityName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public LocalityName() : base (default(string), default(int)) { }
- }
- public partial class Name : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Name() : base (default(string), default(int)) { }
- }
- public partial class Oid : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Oid(string oid) : base (default(string), default(int)) { }
- }
- public partial class OrganizationalUnitName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationalUnitName() : base (default(string), default(int)) { }
- }
- public partial class OrganizationName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationName() : base (default(string), default(int)) { }
- }
- public partial class SerialNumber : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public SerialNumber() : base (default(string), default(int)) { }
- }
- public partial class StateOrProvinceName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public StateOrProvinceName() : base (default(string), default(int)) { }
- }
- public partial class Surname : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Surname() : base (default(string), default(int)) { }
- }
- public partial class Title : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Title() : base (default(string), default(int)) { }
- }
- public partial class UserId : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public UserId() : base (default(string), default(int)) { }
- }
- }
-}
-namespace Mono.Security.X509.Extensions
-{
- public partial class AuthorityKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public AuthorityKeyIdentifierExtension() { }
- public AuthorityKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public AuthorityKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class BasicConstraintsExtension : Mono.Security.X509.X509Extension
- {
- public const int NoPathLengthConstraint = -1;
- public BasicConstraintsExtension() { }
- public BasicConstraintsExtension(Mono.Security.ASN1 asn1) { }
- public BasicConstraintsExtension(Mono.Security.X509.X509Extension extension) { }
- public bool CertificateAuthority { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- public int PathLenConstraint { get { throw null; } set { } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class CertificatePoliciesExtension : Mono.Security.X509.X509Extension
- {
- public CertificatePoliciesExtension() { }
- public CertificatePoliciesExtension(Mono.Security.ASN1 asn1) { }
- public CertificatePoliciesExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class CRLDistributionPointsExtension : Mono.Security.X509.X509Extension
- {
- public CRLDistributionPointsExtension() { }
- public CRLDistributionPointsExtension(Mono.Security.ASN1 asn1) { }
- public CRLDistributionPointsExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.Generic.IEnumerable<Mono.Security.X509.Extensions.CRLDistributionPointsExtension.DistributionPoint> DistributionPoints { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- public partial class DistributionPoint
- {
- public DistributionPoint(Mono.Security.ASN1 dp) { }
- public DistributionPoint(string dp, Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags reasons, string issuer) { }
- public string CRLIssuer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags Reasons { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ReasonFlags
- {
- AACompromise = 8,
- AffiliationChanged = 3,
- CACompromise = 2,
- CertificateHold = 6,
- CessationOfOperation = 5,
- KeyCompromise = 1,
- PrivilegeWithdrawn = 7,
- Superseded = 4,
- Unused = 0,
- }
- }
- public partial class ExtendedKeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public ExtendedKeyUsageExtension() { }
- public ExtendedKeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public ExtendedKeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.ArrayList KeyPurpose { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class KeyAttributesExtension : Mono.Security.X509.X509Extension
- {
- public KeyAttributesExtension() { }
- public KeyAttributesExtension(Mono.Security.ASN1 asn1) { }
- public KeyAttributesExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] KeyIdentifier { get { throw null; } }
- public override string Name { get { throw null; } }
- public System.DateTime NotAfter { get { throw null; } }
- public System.DateTime NotBefore { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class KeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public KeyUsageExtension() { }
- public KeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public KeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.X509.Extensions.KeyUsages KeyUsage { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum KeyUsages
- {
- cRLSign = 2,
- dataEncipherment = 16,
- decipherOnly = 2048,
- digitalSignature = 128,
- encipherOnly = 1,
- keyAgreement = 8,
- keyCertSign = 4,
- keyEncipherment = 32,
- none = 0,
- nonRepudiation = 64,
- }
- public partial class NetscapeCertTypeExtension : Mono.Security.X509.X509Extension
- {
- public NetscapeCertTypeExtension() { }
- public NetscapeCertTypeExtension(Mono.Security.ASN1 asn1) { }
- public NetscapeCertTypeExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.NetscapeCertTypeExtension.CertTypes usage) { throw null; }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum CertTypes
- {
- ObjectSigning = 16,
- ObjectSigningCA = 1,
- Smime = 32,
- SmimeCA = 2,
- SslCA = 4,
- SslClient = 128,
- SslServer = 64,
- }
- }
- public partial class PrivateKeyUsagePeriodExtension : Mono.Security.X509.X509Extension
- {
- public PrivateKeyUsagePeriodExtension() { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.ASN1 asn1) { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectAltNameExtension : Mono.Security.X509.X509Extension
- {
- public SubjectAltNameExtension() { }
- public SubjectAltNameExtension(Mono.Security.ASN1 asn1) { }
- public SubjectAltNameExtension(Mono.Security.X509.X509Extension extension) { }
- public SubjectAltNameExtension(string[] rfc822, string[] dnsNames, string[] ipAddresses, string[] uris) { }
- public string[] DNSNames { get { throw null; } }
- public string[] IPAddresses { get { throw null; } }
- public override string Name { get { throw null; } }
- public string[] RFC822 { get { throw null; } }
- public string[] UniformResourceIdentifiers { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public SubjectKeyIdentifierExtension() { }
- public SubjectKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public SubjectKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Xml
-{
- [System.CLSCompliantAttribute(false)]
- public partial class MiniParser
- {
- protected int col;
- protected static string[] errors;
- protected int line;
- protected bool splitCData;
- protected int[] twoCharBuff;
- public MiniParser() { }
- protected void FatalErr(string descr) { }
- public void Parse(Mono.Xml.MiniParser.IReader reader, Mono.Xml.MiniParser.IHandler handler) { }
- public void Reset() { }
- protected static bool StrEquals(string str, System.Text.StringBuilder sb, int sbStart, int len) { throw null; }
- protected static int Xlat(int charCode, int state) { throw null; }
- public partial class AttrListImpl : Mono.Xml.MiniParser.IAttrList, Mono.Xml.MiniParser.IMutableAttrList
- {
- protected System.Collections.ArrayList names;
- protected System.Collections.ArrayList values;
- public AttrListImpl() { }
- public AttrListImpl(Mono.Xml.MiniParser.IAttrList attrs) { }
- public AttrListImpl(int initialCapacity) { }
- public bool IsEmpty { get { throw null; } }
- public int Length { get { throw null; } }
- public string[] Names { get { throw null; } }
- public string[] Values { get { throw null; } }
- public void Add(string name, string value) { }
- public void ChangeValue(string name, string newValue) { }
- public void Clear() { }
- public void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs) { }
- public string GetName(int i) { throw null; }
- public string GetValue(int i) { throw null; }
- public string GetValue(string name) { throw null; }
- public void Remove(int i) { }
- public void Remove(string name) { }
- }
- public partial class HandlerAdapter : Mono.Xml.MiniParser.IHandler
- {
- public HandlerAdapter() { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- }
- public partial interface IAttrList
- {
- bool IsEmpty { get; }
- int Length { get; }
- string[] Names { get; }
- string[] Values { get; }
- void ChangeValue(string name, string newValue);
- string GetName(int i);
- string GetValue(int i);
- string GetValue(string name);
- }
- public partial interface IHandler
- {
- void OnChars(string ch);
- void OnEndElement(string name);
- void OnEndParsing(Mono.Xml.MiniParser parser);
- void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs);
- void OnStartParsing(Mono.Xml.MiniParser parser);
- }
- public partial interface IMutableAttrList : Mono.Xml.MiniParser.IAttrList
- {
- void Add(string name, string value);
- void Clear();
- void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs);
- void Remove(int i);
- void Remove(string name);
- }
- public partial interface IReader
- {
- int Read();
- }
- public partial class XMLError : System.Exception
- {
- protected int column;
- protected string descr;
- protected int line;
- public XMLError() { }
- public XMLError(string descr) { }
- public XMLError(string descr, int line, int column) { }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- [System.CLSCompliantAttribute(false)]
- public partial class SecurityParser : Mono.Xml.MiniParser, Mono.Xml.MiniParser.IHandler, Mono.Xml.MiniParser.IReader
- {
- public SecurityParser() { }
- public void LoadXml(string xml) { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- public int Read() { throw null; }
- public System.Security.SecurityElement ToXml() { throw null; }
- }
-}
diff --git a/src/v4.6/Mono.Simd.cs b/src/v4.6/Mono.Simd.cs
deleted file mode 100644
index 522a378..0000000
--- a/src/v4.6/Mono.Simd.cs
+++ /dev/null
@@ -1,1405 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2008 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Simd.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Simd.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Simd
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(224), Inherited=false)]
- public sealed partial class AccelerationAttribute : System.Attribute
- {
- public AccelerationAttribute(Mono.Simd.AccelMode mode) { }
- public Mono.Simd.AccelMode Mode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- [System.FlagsAttribute]
- public enum AccelMode
- {
- None = 0,
- SSE1 = 1,
- SSE2 = 2,
- SSE3 = 4,
- SSE41 = 16,
- SSE42 = 32,
- SSE4A = 64,
- SSSE3 = 8,
- }
- public static partial class ArrayExtensions
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVector(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVector(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVector(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVector(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVector(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVector(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVector(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVector(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVector(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVector(this ulong[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVectorAligned(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVectorAligned(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVectorAligned(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVectorAligned(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVectorAligned(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVectorAligned(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVectorAligned(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVectorAligned(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVectorAligned(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVectorAligned(this ulong[] array, int offset) { throw null; }
- public static bool IsAligned<T>(this T[] vect, int index) where T : struct { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- }
- public enum ShuffleSel
- {
- ExpandInterleavedXY = 68,
- ExpandInterleavedZW = 238,
- ExpandW = 255,
- ExpandX = 0,
- ExpandXY = 80,
- ExpandY = 85,
- ExpandZ = 170,
- ExpandZW = 250,
- RotateLeft = 147,
- RotateRight = 57,
- Swap = 27,
- WFromW = 192,
- WFromX = 0,
- WFromY = 64,
- WFromZ = 128,
- XFromW = 3,
- XFromX = 0,
- XFromY = 1,
- XFromZ = 2,
- YFromW = 12,
- YFromX = 0,
- YFromY = 4,
- YFromZ = 8,
- ZFromW = 48,
- ZFromX = 0,
- ZFromY = 16,
- ZFromZ = 32,
- }
- public static partial class SimdRuntime
- {
- public static Mono.Simd.AccelMode AccelMode { get { throw null; } }
- public static bool IsMethodAccelerated(System.Type type, string method) { throw null; }
- public static bool IsMethodAccelerated(System.Type type, string method, params System.Type[] signature) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Reflection.MethodInfo method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method, params System.Type[] signature) { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16b
- {
- public Vector16b(byte b) { throw null;}
- public Vector16b(byte v0, byte v1, byte v2, byte v3, byte v4, byte v5, byte v6, byte v7, byte v8, byte v9, byte v10, byte v11, byte v12, byte v13, byte v14, byte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public byte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16b One { get { throw null; } }
- public byte V0 { get { throw null; } set { } }
- public byte V1 { get { throw null; } set { } }
- public byte V10 { get { throw null; } set { } }
- public byte V11 { get { throw null; } set { } }
- public byte V12 { get { throw null; } set { } }
- public byte V13 { get { throw null; } set { } }
- public byte V14 { get { throw null; } set { } }
- public byte V15 { get { throw null; } set { } }
- public byte V2 { get { throw null; } set { } }
- public byte V3 { get { throw null; } set { } }
- public byte V4 { get { throw null; } set { } }
- public byte V5 { get { throw null; } set { } }
- public byte V6 { get { throw null; } set { } }
- public byte V7 { get { throw null; } set { } }
- public byte V8 { get { throw null; } set { } }
- public byte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16b Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector16b LoadAligned(Mono.Simd.Vector16b* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16b LoadAligned(ref Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator +(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator &(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator |(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator ^(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator -(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector16b* res, Mono.Simd.Vector16b val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16b res, Mono.Simd.Vector16b val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16sb
- {
- public Vector16sb(sbyte sb) { throw null;}
- public Vector16sb(sbyte v0, sbyte v1, sbyte v2, sbyte v3, sbyte v4, sbyte v5, sbyte v6, sbyte v7, sbyte v8, sbyte v9, sbyte v10, sbyte v11, sbyte v12, sbyte v13, sbyte v14, sbyte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public sbyte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb MinusOne { get { throw null; } }
- public static Mono.Simd.Vector16sb One { get { throw null; } }
- public sbyte V0 { get { throw null; } set { } }
- public sbyte V1 { get { throw null; } set { } }
- public sbyte V10 { get { throw null; } set { } }
- public sbyte V11 { get { throw null; } set { } }
- public sbyte V12 { get { throw null; } set { } }
- public sbyte V13 { get { throw null; } set { } }
- public sbyte V14 { get { throw null; } set { } }
- public sbyte V15 { get { throw null; } set { } }
- public sbyte V2 { get { throw null; } set { } }
- public sbyte V3 { get { throw null; } set { } }
- public sbyte V4 { get { throw null; } set { } }
- public sbyte V5 { get { throw null; } set { } }
- public sbyte V6 { get { throw null; } set { } }
- public sbyte V7 { get { throw null; } set { } }
- public sbyte V8 { get { throw null; } set { } }
- public sbyte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector16sb LoadAligned(Mono.Simd.Vector16sb* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16sb LoadAligned(ref Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator +(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator &(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator |(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator ^(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator -(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector16sb* res, Mono.Simd.Vector16sb val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16sb res, Mono.Simd.Vector16sb val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2d
- {
- public Vector2d(double d) { throw null;}
- public Vector2d(double x, double y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public double this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2d E { get { throw null; } }
- public static Mono.Simd.Vector2d MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2d One { get { throw null; } }
- public static Mono.Simd.Vector2d Pi { get { throw null; } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2d Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2d LoadAligned(Mono.Simd.Vector2d* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2d LoadAligned(ref Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator +(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator &(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator |(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator /(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator ^(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator *(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator -(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2d* res, Mono.Simd.Vector2d val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2d res, Mono.Simd.Vector2d val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2l
- {
- public Vector2l(long l) { throw null;}
- public Vector2l(long x, long y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public long this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2l MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2l One { get { throw null; } }
- public long X { get { throw null; } set { } }
- public long Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2l Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2l LoadAligned(Mono.Simd.Vector2l* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2l LoadAligned(ref Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator +(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator &(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator |(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator ^(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator <<(Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator -(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2l* res, Mono.Simd.Vector2l val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2l res, Mono.Simd.Vector2l val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2ul
- {
- public Vector2ul(ulong ul) { throw null;}
- public Vector2ul(ulong x, ulong y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ulong this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul One { get { throw null; } }
- public ulong X { get { throw null; } set { } }
- public ulong Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector2ul LoadAligned(Mono.Simd.Vector2ul* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2ul LoadAligned(ref Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator +(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator &(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator |(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator ^(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator <<(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator >>(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator -(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector2ul* res, Mono.Simd.Vector2ul val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2ul res, Mono.Simd.Vector2ul val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4f
- {
- public Vector4f(float f) { throw null;}
- public Vector4f(float x, float y, float z, float w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public float this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4f E { get { throw null; } }
- public static Mono.Simd.Vector4f MinusOne { get { throw null; } }
- public static Mono.Simd.Vector4f One { get { throw null; } }
- public static Mono.Simd.Vector4f Pi { get { throw null; } }
- public float W { get { throw null; } set { } }
- public float X { get { throw null; } set { } }
- public float Y { get { throw null; } set { } }
- public float Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4f Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4f LoadAligned(Mono.Simd.Vector4f* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f LoadAligned(ref Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator +(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator &(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator |(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator /(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator ^(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v, float scalar) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(float scalar, Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator -(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4f* res, Mono.Simd.Vector4f val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4f res, Mono.Simd.Vector4f val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4i
- {
- public Vector4i(int i) { throw null;}
- public Vector4i(int x, int y, int z, int w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public int this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Identity { get { throw null; } }
- public static Mono.Simd.Vector4i MinusOne { get { throw null; } }
- public int W { get { throw null; } set { } }
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- public int Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4i LoadAligned(Mono.Simd.Vector4i* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4i LoadAligned(ref Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator +(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator &(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator |(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator ^(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator <<(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i operator *(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator >>(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator -(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4i* res, Mono.Simd.Vector4i val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4i res, Mono.Simd.Vector4i val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4ui
- {
- public Vector4ui(uint ui) { throw null;}
- public Vector4ui(uint x, uint y, uint z, uint w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public uint this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Identity { get { throw null; } }
- public uint W { get { throw null; } set { } }
- public uint X { get { throw null; } set { } }
- public uint Y { get { throw null; } set { } }
- public uint Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector4ui LoadAligned(Mono.Simd.Vector4ui* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4ui LoadAligned(ref Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator +(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator &(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator |(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator ^(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator <<(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4ui operator *(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator >>(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator -(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector4ui* res, Mono.Simd.Vector4ui val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4ui res, Mono.Simd.Vector4ui val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8s
- {
- public Vector8s(short s) { throw null;}
- public Vector8s(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public short this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Identity { get { throw null; } }
- public static Mono.Simd.Vector8s MinusOne { get { throw null; } }
- public short V0 { get { throw null; } set { } }
- public short V1 { get { throw null; } set { } }
- public short V2 { get { throw null; } set { } }
- public short V3 { get { throw null; } set { } }
- public short V4 { get { throw null; } set { } }
- public short V5 { get { throw null; } set { } }
- public short V6 { get { throw null; } set { } }
- public short V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector8s LoadAligned(Mono.Simd.Vector8s* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8s LoadAligned(ref Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator +(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator &(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator |(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator ^(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator <<(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator *(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator >>(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator -(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector8s* res, Mono.Simd.Vector8s val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8s res, Mono.Simd.Vector8s val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8us
- {
- public Vector8us(ushort us) { throw null;}
- public Vector8us(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ushort this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Identity { get { throw null; } }
- public ushort V0 { get { throw null; } set { } }
- public ushort V1 { get { throw null; } set { } }
- public ushort V2 { get { throw null; } set { } }
- public ushort V3 { get { throw null; } set { } }
- public ushort V4 { get { throw null; } set { } }
- public ushort V5 { get { throw null; } set { } }
- public ushort V6 { get { throw null; } set { } }
- public ushort V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector8us LoadAligned(Mono.Simd.Vector8us* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8us LoadAligned(ref Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator +(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator &(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator |(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator ^(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator <<(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator *(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator >>(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator -(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector8us* res, Mono.Simd.Vector8us val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8us res, Mono.Simd.Vector8us val) { }
- public override string ToString() { throw null; }
- }
- public static partial class VectorOperations
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d AddSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f AddSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b AddWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb AddWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s AddWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us AddWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d AndNot(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f AndNot(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui ArithmeticRightShift(this Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ArithmeticRightShift(this Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Average(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Average(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b CompareEqual(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareEqual(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector2l CompareEqual(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul CompareEqual(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareEqual(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui CompareEqual(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareEqual(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us CompareEqual(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareGreaterThan(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(32))]
- public static Mono.Simd.Vector2l CompareGreaterThan(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareGreaterThan(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareGreaterThan(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareOrdered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareOrdered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareUnordered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareUnordered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d Duplicate(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateHigh(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateLow(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static int ExtractByteMask(this Mono.Simd.Vector16b va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static int ExtractByteMask(this Mono.Simd.Vector16sb va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalAdd(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalAdd(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveHigh(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveHigh(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveLow(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveLow(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InvSqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l LogicalRightShift(this Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i LogicalRightShift(this Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s LogicalRightShift(this Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Max(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Max(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Max(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Max(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Max(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Max(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Max(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Max(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Min(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Min(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Min(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Min(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Min(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Min(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Min(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Min(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s MultiplyStoreHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us MultiplyStoreHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s PackWithSignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb PackWithSignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us PackWithUnsignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b PackWithUnsignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Reciprocal(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Shuffle(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l Shuffle(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul Shuffle(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleHigh(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleHigh(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleLow(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleLow(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s SignedPackWithSignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SignedPackWithSignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SignedPackWithUnsignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b SignedPackWithUnsignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Sqrt(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Sqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b SubtractWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SubtractWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s SubtractWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SubtractWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SumOfAbsoluteDifferences(this Mono.Simd.Vector16b va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackHigh(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackHigh(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackHigh(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackHigh(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackHigh(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackHigh(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackLow(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackLow(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackLow(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackLow(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackLow(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackLow(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackLow(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackLow(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- }
-}
diff --git a/src/v4.6/Mono.Tasklets.cs b/src/v4.6/Mono.Tasklets.cs
deleted file mode 100644
index 6da139d..0000000
--- a/src/v4.6/Mono.Tasklets.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Tasklets
-{
- public partial class Continuation : System.IDisposable
- {
- public Continuation() { }
- public void Dispose() { }
- ~Continuation() { }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public void Mark() { }
- public void Restore(int state) { }
- public int Store(int state) { throw null; }
- }
-}
diff --git a/src/v4.6/Mono.WebBrowser.cs b/src/v4.6/Mono.WebBrowser.cs
deleted file mode 100644
index 2f0ccff..0000000
--- a/src/v4.6/Mono.WebBrowser.cs
+++ /dev/null
@@ -1,467 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2007, 2008 Andreia Gaita")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Managed Wrapper for xulrunner engine, to support WebBrowser")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono.WebBrowser")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.WebBrowser")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.WebBrowser
-{
- public partial class AlertEventArgs : System.EventArgs
- {
- public AlertEventArgs() { }
- public bool BoolReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Buttons { get { throw null; } set { } }
- public string CheckMessage { get { throw null; } set { } }
- public bool CheckState { get { throw null; } set { } }
- public Mono.WebBrowser.DialogButtonFlags DialogButtons { get { throw null; } set { } }
- public int IntReturn { get { throw null; } set { } }
- public System.Collections.Specialized.StringCollection Options { get { throw null; } set { } }
- public string Password { get { throw null; } set { } }
- public string StringReturn { get { throw null; } set { } }
- public string Text { get { throw null; } set { } }
- public string Text2 { get { throw null; } set { } }
- public string Title { get { throw null; } set { } }
- public Mono.WebBrowser.DialogType Type { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- }
- public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e);
- public partial class ContextMenuEventArgs : System.EventArgs
- {
- public ContextMenuEventArgs(int x, int y) { }
- public int X { get { throw null; } }
- public int Y { get { throw null; } }
- }
- public delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e);
- public partial class CreateNewWindowEventArgs : System.EventArgs
- {
- public CreateNewWindowEventArgs(bool isModal) { }
- public bool IsModal { get { throw null; } }
- }
- public delegate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e);
- [System.FlagsAttribute]
- public enum DialogButtonFlags
- {
- BUTTON_DELAY_ENABLE = 67108864,
- BUTTON_POS_0 = 1,
- BUTTON_POS_0_DEFAULT = 0,
- BUTTON_POS_1 = 256,
- BUTTON_POS_1_DEFAULT = 16777216,
- BUTTON_POS_2 = 65536,
- BUTTON_POS_2_DEFAULT = 33554432,
- BUTTON_TITLE_CANCEL = 2,
- BUTTON_TITLE_DONT_SAVE = 6,
- BUTTON_TITLE_IS_STRING = 127,
- BUTTON_TITLE_NO = 4,
- BUTTON_TITLE_OK = 1,
- BUTTON_TITLE_REVERT = 7,
- BUTTON_TITLE_SAVE = 5,
- BUTTON_TITLE_YES = 3,
- STD_OK_CANCEL_BUTTONS = 513,
- }
- public enum DialogType
- {
- Alert = 1,
- AlertCheck = 2,
- Confirm = 3,
- ConfirmCheck = 5,
- ConfirmEx = 4,
- Prompt = 6,
- PromptPassword = 8,
- PromptUsernamePassword = 7,
- Select = 9,
- }
- public partial class Exception : System.Exception
- {
- internal Exception() { }
- }
- public enum FocusOption
- {
- FocusFirstElement = 1,
- FocusLastElement = 2,
- None = 0,
- }
- public partial interface IWebBrowser
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- bool Initialized { get; }
- Mono.WebBrowser.DOM.INavigation Navigation { get; }
- bool Offline { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event Mono.WebBrowser.AlertEventHandler Alert;
- event Mono.WebBrowser.ContextMenuEventHandler ContextMenuShown;
- event Mono.WebBrowser.CreateNewWindowEventHandler CreateNewWindow;
- event System.EventHandler Focus;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.LoadCommitedEventHandler LoadCommited;
- event Mono.WebBrowser.LoadFinishedEventHandler LoadFinished;
- event Mono.WebBrowser.LoadStartedEventHandler LoadStarted;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.NavigationRequestedEventHandler NavigationRequested;
- event Mono.WebBrowser.ProgressChangedEventHandler ProgressChanged;
- event Mono.WebBrowser.SecurityChangedEventHandler SecurityChanged;
- event Mono.WebBrowser.StatusChangedEventHandler StatusChanged;
- void Activate();
- void Deactivate();
- void ExecuteScript(string script);
- void FocusIn(Mono.WebBrowser.FocusOption focus);
- void FocusOut();
- bool Load(System.IntPtr handle, int width, int height);
- void Render(byte[] data);
- void Render(string html);
- void Render(string html, string uri, string contentType);
- void Resize(int width, int height);
- void Shutdown();
- }
- public partial class LoadCommitedEventArgs : System.EventArgs
- {
- public LoadCommitedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e);
- public partial class LoadFinishedEventArgs : System.EventArgs
- {
- public LoadFinishedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e);
- public partial class LoadStartedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public LoadStartedEventArgs(string uri, string frameName) { }
- public string FrameName { get { throw null; } }
- public string Uri { get { throw null; } }
- }
- public delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e);
- public sealed partial class Manager
- {
- public Manager() { }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance() { throw null; }
- public static Mono.WebBrowser.IWebBrowser GetNewInstance(Mono.WebBrowser.Platform platform) { throw null; }
- }
- public partial class NavigationRequestedEventArgs : System.ComponentModel.CancelEventArgs
- {
- public NavigationRequestedEventArgs(string uri) { }
- public string Uri { get { throw null; } }
- }
- public delegate void NavigationRequestedEventHandler(object sender, Mono.WebBrowser.NavigationRequestedEventArgs e);
- public enum Platform
- {
- Gtk = 2,
- Unknown = 0,
- Winforms = 1,
- }
- public partial class ProgressChangedEventArgs : System.EventArgs
- {
- public ProgressChangedEventArgs(int progress, int maxProgress) { }
- public int MaxProgress { get { throw null; } }
- public int Progress { get { throw null; } }
- }
- public delegate void ProgressChangedEventHandler(object sender, Mono.WebBrowser.ProgressChangedEventArgs e);
- public enum ReloadOption : uint
- {
- Full = (uint)2,
- None = (uint)0,
- Proxy = (uint)1,
- }
- public partial class SecurityChangedEventArgs : System.EventArgs
- {
- public SecurityChangedEventArgs(Mono.WebBrowser.SecurityLevel state) { }
- public Mono.WebBrowser.SecurityLevel State { get { throw null; } set { } }
- }
- public delegate void SecurityChangedEventHandler(object sender, Mono.WebBrowser.SecurityChangedEventArgs e);
- public enum SecurityLevel
- {
- Insecure = 1,
- Mixed = 2,
- Secure = 3,
- }
- public partial class StatusChangedEventArgs : System.EventArgs
- {
- public StatusChangedEventArgs(string message, int status) { }
- public string Message { get { throw null; } set { } }
- public int Status { get { throw null; } set { } }
- }
- public delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e);
-}
-namespace Mono.WebBrowser.DOM
-{
- public partial interface IAttribute : Mono.WebBrowser.DOM.INode
- {
- string Name { get; }
- new int GetHashCode();
- }
- public partial interface IAttributeCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- Mono.WebBrowser.DOM.IAttribute this[string name] { get; }
- bool Exists(string name);
- new int GetHashCode();
- }
- public partial interface IDocument : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElement Active { get; }
- string ActiveLinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Anchors { get; }
- Mono.WebBrowser.DOM.IElementCollection Applets { get; }
- string BackColor { get; set; }
- string Background { get; set; }
- Mono.WebBrowser.DOM.IElement Body { get; }
- string Charset { get; set; }
- string Cookie { get; set; }
- Mono.WebBrowser.DOM.IDocumentType DocType { get; }
- Mono.WebBrowser.DOM.IElement DocumentElement { get; }
- string Domain { get; }
- string ForeColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Forms { get; }
- Mono.WebBrowser.DOM.IElementCollection Images { get; }
- Mono.WebBrowser.DOM.IDOMImplementation Implementation { get; }
- string LinkColor { get; set; }
- Mono.WebBrowser.DOM.IElementCollection Links { get; }
- Mono.WebBrowser.DOM.IStylesheetList Stylesheets { get; }
- string Title { get; set; }
- string Url { get; }
- string VisitedLinkColor { get; set; }
- Mono.WebBrowser.DOM.IWindow Window { get; }
- event System.EventHandler LoadStopped;
- Mono.WebBrowser.DOM.IAttribute CreateAttribute(string name);
- Mono.WebBrowser.DOM.IElement CreateElement(string tagName);
- Mono.WebBrowser.DOM.IElement GetElement(int x, int y);
- Mono.WebBrowser.DOM.IElement GetElementById(string id);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- string InvokeScript(string script);
- void Write(string text);
- }
- public partial interface IDocumentType : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.INamedNodeMap Entities { get; }
- string InternalSubset { get; }
- string Name { get; }
- Mono.WebBrowser.DOM.INamedNodeMap Notations { get; }
- string PublicId { get; }
- string SystemId { get; }
- }
- public partial interface IDOMImplementation
- {
- Mono.WebBrowser.DOM.IDocument CreateDocument(string namespaceURI, string qualifiedName, Mono.WebBrowser.DOM.IDocumentType doctype);
- Mono.WebBrowser.DOM.IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId);
- bool HasFeature(string feature, string version);
- }
- public partial interface IElement : Mono.WebBrowser.DOM.INode
- {
- Mono.WebBrowser.DOM.IElementCollection All { get; }
- Mono.WebBrowser.DOM.IElementCollection Children { get; }
- int ClientHeight { get; }
- int ClientWidth { get; }
- System.IO.Stream ContentStream { get; }
- bool Disabled { get; set; }
- string InnerHTML { get; set; }
- string InnerText { get; set; }
- int OffsetHeight { get; }
- int OffsetLeft { get; }
- Mono.WebBrowser.DOM.IElement OffsetParent { get; }
- int OffsetTop { get; }
- int OffsetWidth { get; }
- string OuterHTML { get; set; }
- string OuterText { get; set; }
- int ScrollHeight { get; }
- int ScrollLeft { get; set; }
- int ScrollTop { get; set; }
- int ScrollWidth { get; }
- string Style { get; set; }
- int TabIndex { get; set; }
- string TagName { get; }
- Mono.WebBrowser.DOM.IElement AppendChild(Mono.WebBrowser.DOM.IElement child);
- void Blur();
- void Focus();
- string GetAttribute(string name);
- Mono.WebBrowser.DOM.IElementCollection GetElementsByTagName(string id);
- new int GetHashCode();
- bool HasAttribute(string name);
- void ScrollIntoView(bool alignWithTop);
- void SetAttribute(string name, string value);
- }
- public partial interface IElementCollection : Mono.WebBrowser.DOM.INodeList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IElement this[int index] { get; set; }
- new int GetHashCode();
- }
- public partial interface IHistory
- {
- int Count { get; }
- void Back(int count);
- void Forward(int count);
- void GoToIndex(int index);
- void GoToUrl(string url);
- }
- public partial interface IMediaList
- {
- }
- public partial interface INamedNodeMap : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- Mono.WebBrowser.DOM.INode this[string name] { get; set; }
- Mono.WebBrowser.DOM.INode this[string namespaceURI, string localName] { get; set; }
- Mono.WebBrowser.DOM.INode RemoveNamedItem(string name);
- Mono.WebBrowser.DOM.INode RemoveNamedItemNS(string namespaceURI, string localName);
- }
- public partial interface INavigation
- {
- bool CanGoBack { get; }
- bool CanGoForward { get; }
- int HistoryCount { get; }
- bool Back();
- bool Forward();
- void Go(int index);
- void Go(int index, bool relative);
- void Go(string url);
- void Go(string url, Mono.WebBrowser.DOM.LoadFlags flags);
- void Home();
- void Reload();
- void Reload(Mono.WebBrowser.ReloadOption option);
- void Stop();
- }
- public partial interface INode
- {
- System.IntPtr AccessibleObject { get; }
- Mono.WebBrowser.DOM.IAttributeCollection Attributes { get; }
- Mono.WebBrowser.DOM.INodeList ChildNodes { get; }
- Mono.WebBrowser.DOM.INode FirstChild { get; }
- Mono.WebBrowser.DOM.INode LastChild { get; }
- string LocalName { get; }
- Mono.WebBrowser.DOM.INode Next { get; }
- Mono.WebBrowser.DOM.IDocument Owner { get; }
- Mono.WebBrowser.DOM.INode Parent { get; }
- Mono.WebBrowser.DOM.INode Previous { get; }
- Mono.WebBrowser.DOM.NodeType Type { get; }
- string Value { get; set; }
- event Mono.WebBrowser.DOM.NodeEventHandler Click;
- event Mono.WebBrowser.DOM.NodeEventHandler DoubleClick;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyDown;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyPress;
- event Mono.WebBrowser.DOM.NodeEventHandler KeyUp;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseDown;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseEnter;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseLeave;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseMove;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseOver;
- event Mono.WebBrowser.DOM.NodeEventHandler MouseUp;
- event Mono.WebBrowser.DOM.NodeEventHandler OnBlur;
- event Mono.WebBrowser.DOM.NodeEventHandler OnFocus;
- Mono.WebBrowser.DOM.INode AppendChild(Mono.WebBrowser.DOM.INode child);
- void AttachEventHandler(string eventName, System.Delegate handler);
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.Delegate handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void FireEvent(string eventName);
- int GetHashCode();
- Mono.WebBrowser.DOM.INode InsertBefore(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode refChild);
- Mono.WebBrowser.DOM.INode RemoveChild(Mono.WebBrowser.DOM.INode child);
- Mono.WebBrowser.DOM.INode ReplaceChild(Mono.WebBrowser.DOM.INode newChild, Mono.WebBrowser.DOM.INode oldChild);
- }
- public partial interface INodeList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.INode this[int index] { get; set; }
- int GetHashCode();
- }
- public partial interface IStylesheet
- {
- bool Disabled { get; set; }
- string Href { get; }
- Mono.WebBrowser.DOM.IMediaList Media { get; }
- Mono.WebBrowser.DOM.INode OwnerNode { get; }
- Mono.WebBrowser.DOM.IStylesheet ParentStyleSheet { get; }
- string Title { get; }
- string Type { get; }
- }
- public partial interface IStylesheetList : System.Collections.IEnumerable
- {
- int Count { get; }
- Mono.WebBrowser.DOM.IStylesheet this[int index] { get; set; }
- }
- public partial interface IWindow
- {
- Mono.WebBrowser.DOM.IDocument Document { get; }
- Mono.WebBrowser.DOM.IWindowCollection Frames { get; }
- Mono.WebBrowser.DOM.IHistory History { get; }
- string Name { get; set; }
- Mono.WebBrowser.DOM.IWindow Parent { get; }
- string StatusText { get; }
- Mono.WebBrowser.DOM.IWindow Top { get; }
- event System.EventHandler Error;
- event System.EventHandler Load;
- event System.EventHandler OnBlur;
- event System.EventHandler OnFocus;
- event System.EventHandler Scroll;
- event System.EventHandler Unload;
- void AttachEventHandler(string eventName, System.EventHandler handler);
- void DetachEventHandler(string eventName, System.EventHandler handler);
- bool Equals(object obj);
- void Focus();
- int GetHashCode();
- void Open(string url);
- void ScrollTo(int x, int y);
- }
- public partial interface IWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- new Mono.WebBrowser.DOM.IWindow this[int index] { get; set; }
- }
- [System.FlagsAttribute]
- public enum LoadFlags : uint
- {
- AsLinkClick = (uint)32,
- AsMetaRefresh = (uint)16,
- BypassHistory = (uint)64,
- BypassLocalCache = (uint)256,
- BypassProxy = (uint)512,
- CharsetChange = (uint)1024,
- None = (uint)0,
- ReplaceHistory = (uint)128,
- }
- public partial class NodeEventArgs : System.EventArgs
- {
- public NodeEventArgs(Mono.WebBrowser.DOM.INode node) { }
- public Mono.WebBrowser.DOM.IDocument Document { get { throw null; } }
- public Mono.WebBrowser.DOM.IElement Element { get { throw null; } }
- public Mono.WebBrowser.DOM.INode Node { get { throw null; } }
- }
- public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e);
- public enum NodeType
- {
- Attribute = 2,
- CDataSection = 4,
- Comment = 8,
- Document = 9,
- DocumentFragment = 11,
- DocumentType = 10,
- Element = 1,
- Entity = 6,
- EntityReference = 5,
- Notation = 12,
- ProcessingInstruction = 7,
- Text = 3,
- }
- public partial class WindowEventArgs : System.EventArgs
- {
- public WindowEventArgs(Mono.WebBrowser.DOM.IWindow window) { }
- public Mono.WebBrowser.DOM.IWindow Window { get { throw null; } }
- }
- public delegate void WindowEventHandler(object sender, Mono.WebBrowser.DOM.WindowEventArgs e);
-}
diff --git a/src/v4.6/Novell.Directory.Ldap.cs b/src/v4.6/Novell.Directory.Ldap.cs
deleted file mode 100644
index bc40e81..0000000
--- a/src/v4.6/Novell.Directory.Ldap.cs
+++ /dev/null
@@ -1,2940 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute(" (C) 2003 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Novell.Directory.Ldap")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C# LDAP")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-public partial class Integer32
-{
- public Integer32(int ival) { }
- public int intValue { get { throw null; } set { } }
-}
-public partial interface IThreadRunnable
-{
- void Run();
-}
-public partial class SupportClass
-{
- public SupportClass() { }
- public static object CreateNewInstance(System.Type classType) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, object target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, object target) { throw null; }
- public static string FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date) { throw null; }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart) { }
- public static System.IO.FileStream GetFileStream(string FileName, bool Append) { throw null; }
- public static object HashtableRemove(System.Collections.Hashtable hashtable, object key) { throw null; }
- public static double Identity(double literal) { throw null; }
- public static long Identity(long literal) { throw null; }
- public static float Identity(float literal) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong Identity(ulong literal) { throw null; }
- public static object PutElement(System.Collections.IDictionary collection, object key, object newValue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count) { throw null; }
- public static System.Collections.IEnumerator ReverseStack(System.Collections.ICollection collection) { throw null; }
- public static void SetSize(System.Collections.ArrayList arrayList, int newSize) { }
- public static object StackPush(System.Collections.Stack stack, object element) { throw null; }
- public static byte[] ToByteArray(object[] tempObjectArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static byte[] ToByteArray(sbyte[] sbyteArray) { throw null; }
- public static byte[] ToByteArray(string sourceString) { throw null; }
- public static char[] ToCharArray(byte[] byteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static char[] ToCharArray(sbyte[] sByteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] ToSByteArray(byte[] byteArray) { throw null; }
- public static bool VectorRemoveElement(System.Collections.IList arrayList, object element) { throw null; }
- public static void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) { }
- public partial class AbstractSetSupport : SupportClass.SetSupport
- {
- public AbstractSetSupport() { }
- }
- public partial class ArrayListSupport
- {
- public ArrayListSupport() { }
- public static object[] ToArray(System.Collections.ArrayList collection, object[] objects) { throw null; }
- }
- public partial class ArraysSupport
- {
- public ArraysSupport() { }
- public static void FillArray(System.Array array, int fromindex, int toindex, object val) { }
- public static void FillArray(System.Array array, object val) { }
- public static bool IsArrayEqual(System.Array array1, System.Array array2) { throw null; }
- }
- public partial class CollectionSupport : System.Collections.CollectionBase
- {
- public CollectionSupport() { }
- public virtual bool Add(object element) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool Contains(object element) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual bool Remove(object element) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- public static SupportClass.CollectionSupport ToCollectionSupport(object[] array) { throw null; }
- }
- public partial class DateTimeFormatManager
- {
- public static SupportClass.DateTimeFormatManager.DateTimeFormatHashTable manager;
- public DateTimeFormatManager() { }
- public partial class DateTimeFormatHashTable : System.Collections.Hashtable
- {
- public DateTimeFormatHashTable() { }
- public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- }
- }
- public partial class ListCollectionSupport : System.Collections.ArrayList
- {
- public ListCollectionSupport() { }
- public ListCollectionSupport(System.Collections.ICollection collection) { }
- public ListCollectionSupport(int capacity) { }
- public virtual new bool Add(object valueToInsert) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.IList collection) { throw null; }
- public virtual bool AddAll(int index, SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(int index, System.Collections.IList list) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Get(int index) { throw null; }
- public virtual object GetLast() { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual object ListCollectionClone() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator(int index) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual object RemoveElement(int index) { throw null; }
- public virtual bool RemoveElement(object element) { throw null; }
- public virtual object RemoveFirst() { throw null; }
- public virtual object RemoveLast() { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Set(int index, object element) { throw null; }
- public virtual SupportClass.ListCollectionSupport SubList(int startIndex, int endIndex) { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial class MessageDigestSupport
- {
- public MessageDigestSupport(string algorithm) { }
- public System.Security.Cryptography.HashAlgorithm Algorithm { get { throw null; } set { } }
- public string AlgorithmName { get { throw null; } }
- public byte[] Data { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData(byte[] newData) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest) { throw null; }
- public static SupportClass.MessageDigestSupport GetInstance(string algorithm) { throw null; }
- public void Reset() { }
- public override string ToString() { throw null; }
- public void Update(byte newData) { }
- public void Update(byte[] newData) { }
- public void Update(byte[] newData, int offset, int count) { }
- }
- public partial class SecureRandomSupport
- {
- public SecureRandomSupport() { }
- public SecureRandomSupport(byte[] seed) { }
- public static byte[] GetSeed(int numberOfBytes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] NextBytes(byte[] randomnumbersarray) { throw null; }
- public void SetSeed(byte[] newSeed) { }
- public void SetSeed(long newSeed) { }
- }
- public partial class SetSupport : System.Collections.ArrayList
- {
- public SetSupport() { }
- public SetSupport(System.Collections.ICollection collection) { }
- public SetSupport(int capacity) { }
- public virtual new bool Add(object objectToAdd) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual new bool Remove(object elementToRemove) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual new object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial interface SingleThreadModel
- {
- }
- public partial class ThreadClass : IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static SupportClass.ThreadClass Current() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public void Resume() { }
- public virtual void Run() { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public partial class Tokenizer
- {
- public Tokenizer(string source) { }
- public Tokenizer(string source, string delimiters) { }
- public Tokenizer(string source, string delimiters, bool retDel) { }
- public int Count { get { throw null; } }
- public bool HasMoreTokens() { throw null; }
- public string NextToken() { throw null; }
- public string NextToken(string delimiters) { throw null; }
- }
-}
-namespace Novell.Directory.Ldap
-{
- public enum AuthenticationTypes
- {
- Anonymous = 16,
- Delegation = 256,
- Encryption = 2,
- FastBind = 32,
- None = 0,
- ReadonlyServer = 4,
- Sealing = 128,
- Secure = 1,
- SecureSocketsLayer = 2,
- ServerBind = 512,
- Signing = 64,
- }
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public partial class InterThreadException : Novell.Directory.Ldap.LdapException
- {
- internal InterThreadException() { }
- }
- public partial class LdapAbandonRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial class LdapAddRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttribute : System.ICloneable, System.IComparable
- {
- public LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr) { }
- public LdapAttribute(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public LdapAttribute(string attrName, sbyte[] attrBytes) { }
- public LdapAttribute(string attrName, string attrString) { }
- public LdapAttribute(string attrName, string[] attrStrings) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] ByteValue { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[][] ByteValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator ByteValues { get { throw null; } }
- public virtual string LangSubtype { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual string StringValue { get { throw null; } }
- public virtual string[] StringValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator StringValues { get { throw null; } }
- protected internal virtual string Value { set { } }
- public virtual void addBase64Value(char[] attrChars) { }
- public virtual void addBase64Value(string attrString) { }
- public virtual void addBase64Value(System.Text.StringBuilder attrString, int start, int end) { }
- public virtual void addURLValue(string url) { }
- public virtual void addURLValue(System.Uri url) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addValue(sbyte[] attrBytes) { }
- public virtual void addValue(string attrString) { }
- public object Clone() { throw null; }
- public virtual int CompareTo(object attribute) { throw null; }
- public virtual string getBaseName() { throw null; }
- public static string getBaseName(string attrName) { throw null; }
- public virtual string[] getSubtypes() { throw null; }
- public static string[] getSubtypes(string attrName) { throw null; }
- public virtual bool hasSubtype(string subtype) { throw null; }
- public virtual bool hasSubtypes(string[] subtypes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual void removeValue(sbyte[] attrBytes) { }
- public virtual void removeValue(string attrString) { }
- public virtual int size() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int DIRECTORY_OPERATION = 1;
- public const int DISTRIBUTED_OPERATION = 2;
- public const int DSA_OPERATION = 3;
- public const int USER_APPLICATIONS = 0;
- public LdapAttributeSchema(string raw) : base (default(string)) { }
- public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage) : base (default(string)) { }
- public virtual bool Collective { get { throw null; } }
- public virtual string EqualityMatchingRule { get { throw null; } }
- public virtual string OrderingMatchingRule { get { throw null; } }
- public virtual bool SingleValued { get { throw null; } }
- public virtual string SubstringMatchingRule { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserModifiable { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapAttributeSet : SupportClass.AbstractSetSupport, System.ICloneable
- {
- public LdapAttributeSet() { }
- public override int Count { get { throw null; } }
- public override bool Add(object attr) { throw null; }
- public override bool AddAll(System.Collections.ICollection c) { throw null; }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override bool Contains(object attr) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName, string lang) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getSubset(string subtype) { throw null; }
- public override bool IsEmpty() { throw null; }
- public override bool Remove(object object_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapAuthHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapAuthProvider getAuthProvider(string host, int port);
- }
- public partial class LdapAuthProvider
- {
- [System.CLSCompliantAttribute(false)]
- public LdapAuthProvider(string dn, sbyte[] password) { }
- public virtual string DN { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Password { get { throw null; } }
- }
- public partial interface LdapBindHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapConnection Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn);
- }
- public partial class LdapBindRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string AuthenticationDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapCompareAttrNames : System.Collections.IComparer
- {
- public LdapCompareAttrNames(string attrName) { }
- public LdapCompareAttrNames(string attrName, bool ascendingFlag) { }
- public LdapCompareAttrNames(string[] attrNames) { }
- public LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags) { }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual int Compare(object object1, object object2) { throw null; }
- public override bool Equals(object comparator) { throw null; }
- }
- public partial class LdapCompareRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- public virtual string DN { get { throw null; } }
- }
- public partial class LdapConnection : System.ICloneable
- {
- public const string ALL_USER_ATTRS = "*";
- public const int DEFAULT_PORT = 389;
- public const int DEFAULT_SSL_PORT = 636;
- public const string Ldap_PROPERTY_PROTOCOL = "version.protocol";
- public const string Ldap_PROPERTY_SDK = "version.sdk";
- public const string Ldap_PROPERTY_SECURITY = "version.security";
- public const int Ldap_V3 = 3;
- public const string NO_ATTRS = "1.1";
- public const int SCOPE_BASE = 0;
- public const int SCOPE_ONE = 1;
- public const int SCOPE_SUB = 2;
- public const string SERVER_SHUTDOWN_OID = "1.3.6.1.4.1.1466.20036";
- public LdapConnection() { }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual bool Bound { get { throw null; } }
- public virtual bool Connected { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapConstraints Constraints { get { throw null; } set { } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual object SaslBindCallbackHandler { get { throw null; } }
- public virtual System.Collections.IDictionary SaslBindProperties { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapSearchConstraints SearchConstraints { get { throw null; } }
- public bool SecureSocketLayer { get { throw null; } set { } }
- public virtual bool TLS { get { throw null; } }
- public event Novell.Directory.Ldap.CertificateValidationCallback UserDefinedServerCertValidationDelegate { add { } remove { } }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(int id) { }
- public virtual void Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech) { throw null; }
- public virtual void Bind(int version, string dn, string passwd) { }
- public virtual void Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Bind(string dn, string passwd) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public object Clone() { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr) { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Connect(string host, int port) { }
- public virtual void Delete(string dn) { }
- public virtual void Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Disconnect() { }
- public virtual void Disconnect(Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op) { throw null; }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSchema FetchSchema(string schemaDN) { throw null; }
- ~LdapConnection() { }
- public virtual object getProperty(string name) { throw null; }
- public virtual string GetSchemaDN() { throw null; }
- public virtual string GetSchemaDN(string dn) { throw null; }
- protected internal virtual Novell.Directory.Ldap.LdapMessage MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual void RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void startTLS() { }
- public virtual void stopTLS() { }
- }
- public partial class LdapConstraints : System.ICloneable
- {
- public LdapConstraints() { }
- public LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int HopLimit { get { throw null; } set { } }
- public virtual bool ReferralFollowing { get { throw null; } set { } }
- public virtual int TimeLimit { get { throw null; } set { } }
- public object Clone() { throw null; }
- public virtual Novell.Directory.Ldap.LdapControl[] getControls() { throw null; }
- public virtual object getProperty(string name) { throw null; }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl control) { }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl[] controls) { }
- public virtual void setProperty(string name, object value_Renamed) { }
- public virtual void setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler) { }
- }
- public partial class LdapControl : System.ICloneable
- {
- protected internal LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- [System.CLSCompliantAttribute(false)]
- public LdapControl(string oid, bool critical, sbyte[] values) { }
- public virtual bool Critical { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public object Clone() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type controlClass) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] controlValue) { }
- }
- public partial class LdapDeleteRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapDITContentRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITContentRuleSchema(string raw) : base (default(string)) { }
- public LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded) : base (default(string)) { }
- public virtual string[] AuxiliaryClasses { get { throw null; } }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] PrecludedAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDITStructureRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITStructureRuleSchema(string raw) : base (default(string)) { }
- public LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs) : base (default(string)) { }
- public virtual string NameForm { get { throw null; } }
- public virtual int RuleID { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDN
- {
- public LdapDN() { }
- [System.CLSCompliantAttribute(false)]
- public static bool equals(string dn1, string dn2) { throw null; }
- public static string escapeRDN(string rdn) { throw null; }
- public static string[] explodeDN(string dn, bool noTypes) { throw null; }
- public static string[] explodeRDN(string rdn, bool noTypes) { throw null; }
- public static bool isValid(string dn) { throw null; }
- public static string normalize(string dn) { throw null; }
- public static string unescapeRDN(string rdn) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct LdapDSConstants
- {
- public static readonly int LDAP_DS_40X_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_ALIAS_ENTRY;
- public static readonly long LDAP_DS_ATTR_COMPARE;
- public static readonly long LDAP_DS_ATTR_INHERIT_CTL;
- public static readonly long LDAP_DS_ATTR_READ;
- public static readonly long LDAP_DS_ATTR_SELF;
- public static readonly long LDAP_DS_ATTR_SUPERVISOR;
- public static readonly long LDAP_DS_ATTR_WRITE;
- public static readonly int LDAP_DS_AUDITED;
- public static readonly int LDAP_DS_BACKLINKED;
- public static readonly int LDAP_DS_CONTAINER_ALIAS;
- public static readonly int LDAP_DS_CONTAINER_ENTRY;
- public static readonly long LDAP_DS_DYNAMIC_ACL;
- public static readonly long LDAP_DS_ENTRY_ADD;
- public static readonly long LDAP_DS_ENTRY_BROWSE;
- public static readonly int LDAP_DS_ENTRY_DAMAGED;
- public static readonly long LDAP_DS_ENTRY_DELETE;
- public static readonly long LDAP_DS_ENTRY_INHERIT_CTL;
- public static readonly int LDAP_DS_ENTRY_NOT_PRESENT;
- public static readonly long LDAP_DS_ENTRY_RENAME;
- public static readonly long LDAP_DS_ENTRY_SUPERVISOR;
- public static readonly int LDAP_DS_ENTRY_VERIFY_CTS;
- public static readonly int LDAP_DS_MATCHES_LIST_FILTER;
- public static readonly int LDAP_DS_NEW_ENTRY;
- public static readonly int LDAP_DS_PARTITION_ROOT;
- public static readonly int LDAP_DS_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_TEMPORARY_REFERENCE;
- }
- public partial class LdapEntry : System.IComparable
- {
- protected internal Novell.Directory.Ldap.LdapAttributeSet attrs;
- protected internal string dn;
- public LdapEntry() { }
- public LdapEntry(string dn) { }
- public LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs) { }
- [System.CLSCompliantAttribute(false)]
- public virtual string DN { get { throw null; } }
- public virtual int CompareTo(object entry) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet(string subtype) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapException : System.Exception
- {
- public const int ADMIN_LIMIT_EXCEEDED = 11;
- public const int AFFECTS_MULTIPLE_DSAS = 71;
- public const int ALIAS_DEREFERENCING_PROBLEM = 36;
- public const int ALIAS_PROBLEM = 33;
- public const int AMBIGUOUS_RESPONSE = 101;
- public const int ATTRIBUTE_OR_VALUE_EXISTS = 20;
- public const int AUTH_METHOD_NOT_SUPPORTED = 7;
- public const int AUTH_UNKNOWN = 86;
- public const int BUSY = 51;
- public const int CLIENT_LOOP = 96;
- public const int COMPARE_FALSE = 5;
- public const int COMPARE_TRUE = 6;
- public const int CONFIDENTIALITY_REQUIRED = 13;
- public const int CONNECT_ERROR = 91;
- public const int CONSTRAINT_VIOLATION = 19;
- public const int CONTROL_NOT_FOUND = 93;
- public const int DECODING_ERROR = 84;
- public const int ENCODING_ERROR = 83;
- public const int ENTRY_ALREADY_EXISTS = 68;
- public const int FILTER_ERROR = 87;
- public const int INAPPROPRIATE_AUTHENTICATION = 48;
- public const int INAPPROPRIATE_MATCHING = 18;
- public const int INSUFFICIENT_ACCESS_RIGHTS = 50;
- public const int INVALID_ATTRIBUTE_SYNTAX = 21;
- public const int INVALID_CREDENTIALS = 49;
- public const int INVALID_DN_SYNTAX = 34;
- public const int INVALID_RESPONSE = 100;
- public const int IS_LEAF = 35;
- public const int Ldap_NOT_SUPPORTED = 92;
- public const int Ldap_PARTIAL_RESULTS = 9;
- public const int Ldap_TIMEOUT = 85;
- public const int LOCAL_ERROR = 82;
- public const int LOOP_DETECT = 54;
- public const int MORE_RESULTS_TO_RETURN = 95;
- public const int NAMING_VIOLATION = 64;
- public const int NOT_ALLOWED_ON_NONLEAF = 66;
- public const int NOT_ALLOWED_ON_RDN = 67;
- public const int NO_MEMORY = 90;
- public const int NO_RESULTS_RETURNED = 94;
- public const int NO_SUCH_ATTRIBUTE = 16;
- public const int NO_SUCH_OBJECT = 32;
- public const int OBJECT_CLASS_MODS_PROHIBITED = 69;
- public const int OBJECT_CLASS_VIOLATION = 65;
- public const int OPERATIONS_ERROR = 1;
- public const int OTHER = 80;
- public const int PROTOCOL_ERROR = 2;
- public const int REFERRAL = 10;
- public const int REFERRAL_LIMIT_EXCEEDED = 97;
- public const int SASL_BIND_IN_PROGRESS = 14;
- public const int SERVER_DOWN = 81;
- public const int SIZE_LIMIT_EXCEEDED = 4;
- public const int SSL_HANDSHAKE_FAILED = 113;
- public const int SSL_PROVIDER_NOT_FOUND = 114;
- public const int STRONG_AUTH_REQUIRED = 8;
- public const int SUCCESS = 0;
- public const int TIME_LIMIT_EXCEEDED = 3;
- public const int TLS_NOT_SUPPORTED = 112;
- public const int UNAVAILABLE = 52;
- public const int UNAVAILABLE_CRITICAL_EXTENSION = 12;
- public const int UNDEFINED_ATTRIBUTE_TYPE = 17;
- public const int UNWILLING_TO_PERFORM = 53;
- public const int USER_CANCELLED = 88;
- public LdapException() { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN) { }
- public virtual System.Exception Cause { get { throw null; } }
- public virtual string LdapErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override string Message { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public virtual string resultCodeToString() { throw null; }
- public virtual string resultCodeToString(System.Globalization.CultureInfo locale) { throw null; }
- public static string resultCodeToString(int code) { throw null; }
- public static string resultCodeToString(int code, System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapExtendedOperation : System.ICloneable
- {
- [System.CLSCompliantAttribute(false)]
- public LdapExtendedOperation(string oid, sbyte[] vals) { }
- public object Clone() { throw null; }
- public virtual string getID() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- protected internal virtual void setID(string newoid) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] newVals) { }
- }
- public partial class LdapExtendedRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapExtendedRequest(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapExtendedOperation ExtendedOperation { get { throw null; } }
- }
- public partial class LdapExtendedResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public virtual string ID { get { throw null; } }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet RegisteredResponses { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Value { get { throw null; } }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapIntermediateResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public string getID() { throw null; }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet getRegisteredResponses() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapLocalException : Novell.Directory.Ldap.LdapException
- {
- public LdapLocalException() { }
- public LdapLocalException(string messageOrKey, int resultCode) { }
- public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exception rootException) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapMatchingRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleSchema(string rawMatchingRule, string rawMatchingRuleUse) : base (default(string)) { }
- public LdapMatchingRuleSchema(string[] names, string oid, string description, string[] attributes, bool obsolete, string syntaxString) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMatchingRuleUseSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleUseSchema(string raw) : base (default(string)) { }
- public LdapMatchingRuleUseSchema(string[] names, string oid, string description, bool obsolete, string[] attributes) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMessage
- {
- public const int ABANDON_REQUEST = 16;
- public const int ADD_REQUEST = 8;
- public const int ADD_RESPONSE = 9;
- public const int BIND_REQUEST = 0;
- public const int BIND_RESPONSE = 1;
- public const int COMPARE_REQUEST = 14;
- public const int COMPARE_RESPONSE = 15;
- public const int DEL_REQUEST = 10;
- public const int DEL_RESPONSE = 11;
- public const int EXTENDED_REQUEST = 23;
- public const int EXTENDED_RESPONSE = 24;
- public const int INTERMEDIATE_RESPONSE = 25;
- protected internal Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message;
- public const int MODIFY_RDN_REQUEST = 12;
- public const int MODIFY_RDN_RESPONSE = 13;
- public const int MODIFY_REQUEST = 6;
- public const int MODIFY_RESPONSE = 7;
- public const int SEARCH_REQUEST = 3;
- public const int SEARCH_RESPONSE = 4;
- public const int SEARCH_RESULT = 5;
- public const int SEARCH_RESULT_REFERENCE = 19;
- public const int UNBIND_REQUEST = 2;
- protected internal LdapMessage(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) { }
- public virtual Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual bool Request { get { throw null; } }
- public virtual string Tag { get { throw null; } set { } }
- public virtual int Type { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapMessageQueue
- {
- internal LdapMessageQueue() { }
- public virtual int[] MessageIDs { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse() { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse(int msgid) { throw null; }
- public virtual bool isComplete(int msgid) { throw null; }
- public virtual bool isResponseReceived() { throw null; }
- public virtual bool isResponseReceived(int msgid) { throw null; }
- }
- public partial class LdapModification
- {
- public const int ADD = 0;
- public const int DELETE = 1;
- public const int REPLACE = 2;
- public LdapModification(int op, Novell.Directory.Ldap.LdapAttribute attr) { }
- public virtual Novell.Directory.Ldap.LdapAttribute Attribute { get { throw null; } }
- public virtual int Op { get { throw null; } }
- }
- public partial class LdapModifyDNRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyDNRequest(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual bool DeleteOldRDN { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual string NewRDN { get { throw null; } }
- public virtual string ParentDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapModifyRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyRequest(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapModification[] Modifications { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapNameFormSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapNameFormSchema(string raw) : base (default(string)) { }
- public LdapNameFormSchema(string[] names, string oid, string description, bool obsolete, string objectClass, string[] required, string[] optional) : base (default(string)) { }
- public virtual string ObjectClass { get { throw null; } }
- public virtual string[] OptionalNamingAttributes { get { throw null; } }
- public virtual string[] RequiredNamingAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapObjectClassSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int ABSTRACT = 0;
- public const int AUXILIARY = 2;
- public const int STRUCTURAL = 1;
- public LdapObjectClassSchema(string raw) : base (default(string)) { }
- public LdapObjectClassSchema(string[] names, string oid, string[] superiors, string description, string[] required, string[] optional, int type, bool obsolete) : base (default(string)) { }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual int Type { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapReferralException : Novell.Directory.Ldap.LdapException
- {
- public LdapReferralException() { }
- public LdapReferralException(string message) { }
- public LdapReferralException(string message, System.Exception rootException) { }
- public LdapReferralException(string message, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, int resultCode, string serverMessage, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments) { }
- public LdapReferralException(string message, object[] arguments, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage, System.Exception rootException) { }
- public virtual string FailedReferral { get { throw null; } set { } }
- public virtual string[] getReferrals() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapReferralHandler
- {
- }
- public partial class LdapResponse : Novell.Directory.Ldap.LdapMessage
- {
- public LdapResponse(Novell.Directory.Ldap.InterThreadException ex, Novell.Directory.Ldap.Utilclass.ReferralInfo activeReferral) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type, int resultCode, string matchedDN, string serverMessage, string[] referrals, Novell.Directory.Ldap.LdapControl[] controls) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public override Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual string ErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override int MessageID { get { throw null; } }
- public virtual string[] Referrals { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public override int Type { get { throw null; } }
- }
- public partial class LdapResponseQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapResponseQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSchema : Novell.Directory.Ldap.LdapEntry
- {
- public LdapSchema(Novell.Directory.Ldap.LdapEntry ent) { }
- public virtual System.Collections.IEnumerator AttributeNames { get { throw null; } }
- public virtual System.Collections.IEnumerator AttributeSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormNames { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassNames { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator SyntaxSchemas { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITContentRuleSchema getDITContentRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(int ID) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleSchema getMatchingRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleUseSchema getMatchingRuleUseSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapNameFormSchema getNameFormSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapObjectClassSchema getObjectClassSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSyntaxSchema getSyntaxSchema(string oid) { throw null; }
- }
- public abstract partial class LdapSchemaElement : Novell.Directory.Ldap.LdapAttribute
- {
- [System.CLSCompliantAttribute(false)]
- protected internal string description;
- protected internal System.Collections.Hashtable hashQualifier;
- [System.CLSCompliantAttribute(false)]
- protected internal string[] names;
- [System.CLSCompliantAttribute(false)]
- protected internal bool obsolete;
- protected internal string oid;
- protected internal string[] qualifier;
- protected internal LdapSchemaElement(string attrName) : base (default(Novell.Directory.Ldap.LdapAttribute)) { }
- public virtual string Description { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual System.Collections.IEnumerator QualifierNames { get { throw null; } }
- public virtual void addValue(byte[] value_Renamed) { }
- public override void addValue(string value_Renamed) { }
- protected internal abstract string formatString();
- public virtual string[] getQualifier(string name) { throw null; }
- public virtual void removeValue(byte[] value_Renamed) { }
- public override void removeValue(string value_Renamed) { }
- public virtual void setQualifier(string name, string[] values) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchConstraints : Novell.Directory.Ldap.LdapConstraints
- {
- public const int DEREF_ALWAYS = 3;
- public const int DEREF_FINDING = 2;
- public const int DEREF_NEVER = 0;
- public const int DEREF_SEARCHING = 1;
- public LdapSearchConstraints() { }
- public LdapSearchConstraints(Novell.Directory.Ldap.LdapConstraints cons) { }
- public LdapSearchConstraints(int msLimit, int serverTimeLimit, int dereference, int maxResults, bool doReferrals, int batchSize, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int BatchSize { get { throw null; } set { } }
- public virtual int Dereference { get { throw null; } set { } }
- public virtual int MaxResults { get { throw null; } set { } }
- public virtual int ServerTimeLimit { get { throw null; } set { } }
- }
- public partial class LdapSearchQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapSearchQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSearchRequest : Novell.Directory.Ldap.LdapMessage
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public LdapSearchRequest(string base_Renamed, int scope, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapSearchRequest(string base_Renamed, int scope, string filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual int Dereference { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual int MaxResults { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual System.Collections.IEnumerator SearchFilter { get { throw null; } }
- public virtual int ServerTimeLimit { get { throw null; } }
- public virtual string StringFilter { get { throw null; } }
- public virtual bool TypesOnly { get { throw null; } }
- }
- public partial class LdapSearchResult : Novell.Directory.Ldap.LdapMessage
- {
- public LdapSearchResult(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchResultReference : Novell.Directory.Ldap.LdapMessage
- {
- internal LdapSearchResultReference() : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Referrals { get { throw null; } }
- }
- public partial class LdapSearchResults
- {
- internal LdapSearchResults() { }
- public virtual int Count { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual bool hasMore() { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry next() { throw null; }
- }
- public partial class LdapSyntaxSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapSyntaxSchema(string raw) : base (default(string)) { }
- public LdapSyntaxSchema(string oid, string description) : base (default(string)) { }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapUnbindRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapUnbindRequest(Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial interface LdapUnsolicitedNotificationListener
- {
- void messageReceived(Novell.Directory.Ldap.LdapExtendedResponse msg);
- }
- public partial class LdapUrl : System.ICloneable
- {
- public LdapUrl(string url) { }
- public LdapUrl(string host, int port, string dn) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions, bool secure) { }
- public virtual string[] AttributeArray { get { throw null; } }
- public virtual System.Collections.IEnumerator Attributes { get { throw null; } }
- public virtual string[] Extensions { get { throw null; } }
- public virtual string Filter { get { throw null; } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual bool Secure { get { throw null; } }
- public object Clone() { throw null; }
- public static string decode(string URLEncoded) { throw null; }
- public static string encode(string toEncode) { throw null; }
- public virtual string getDN() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Asn1
-{
- public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 1;
- [System.CLSCompliantAttribute(false)]
- public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public bool booleanValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Choice : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Choice() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Choice(Novell.Directory.Ldap.Asn1.Asn1Object content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual Novell.Directory.Ldap.Asn1.Asn1Object ChoiceValue { set { } }
- public Novell.Directory.Ldap.Asn1.Asn1Object choiceValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public override void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public partial interface Asn1Decoder : System.Runtime.Serialization.ISerializable
- {
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] length);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed);
- object decodeBoolean(System.IO.Stream in_Renamed, int len);
- object decodeCharacterString(System.IO.Stream in_Renamed, int len);
- object decodeNumeric(System.IO.Stream in_Renamed, int len);
- object decodeOctetString(System.IO.Stream in_Renamed, int len);
- }
- public partial interface Asn1Encoder : System.Runtime.Serialization.ISerializable
- {
- void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed);
- }
- public partial class Asn1Enumerated : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 10;
- [System.CLSCompliantAttribute(false)]
- public Asn1Enumerated(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Enumerated(int content) { }
- public Asn1Enumerated(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Identifier : System.ICloneable
- {
- public const int APPLICATION = 1;
- public const int CONTEXT = 2;
- public const int PRIVATE = 3;
- public const int UNIVERSAL = 0;
- public Asn1Identifier() { }
- public Asn1Identifier(int tagClass, bool constructed, int tag) { }
- public Asn1Identifier(System.IO.Stream in_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Application { get { throw null; } }
- public virtual int Asn1Class { get { throw null; } }
- public virtual bool Constructed { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Context { get { throw null; } }
- public virtual int EncodedLength { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Private { get { throw null; } }
- public virtual int Tag { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Universal { get { throw null; } }
- public object Clone() { throw null; }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Integer : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 2;
- [System.CLSCompliantAttribute(false)]
- public Asn1Integer(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Integer(int content) { }
- public Asn1Integer(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Length
- {
- public Asn1Length() { }
- public Asn1Length(int length) { }
- public Asn1Length(System.IO.Stream in_Renamed) { }
- public virtual int EncodedLength { get { throw null; } }
- public virtual int Length { get { throw null; } }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Null : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 5;
- public Asn1Null() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Numeric : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- internal Asn1Numeric() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public int intValue() { throw null; }
- public long longValue() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Asn1Object : System.Runtime.Serialization.ISerializable
- {
- public Asn1Object(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public abstract void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed);
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getEncoding(Novell.Directory.Ldap.Asn1.Asn1Encoder enc) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public virtual void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1OctetString : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 4;
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(sbyte[] content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1OctetString(string content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Sequence : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public const int TAG = 16;
- public Asn1Sequence() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SequenceOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 16;
- public Asn1SequenceOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Sequence sequence) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1Set : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1Set() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Set(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Set(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SetOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1SetOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(Novell.Directory.Ldap.Asn1.Asn1Set set_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Structured : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public void add(Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- protected internal void decodeStructured(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object get_Renamed(int index) { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- public int size() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Object[] toArray() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(string type) { throw null; }
- }
- public partial class Asn1Tagged : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- [System.CLSCompliantAttribute(false)]
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len, Novell.Directory.Ldap.Asn1.Asn1Identifier identifier) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed, bool explicit_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public virtual bool Explicit { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object TaggedValue { set { } }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object taggedValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LBERDecoder : Novell.Directory.Ldap.Asn1.Asn1Decoder, System.Runtime.Serialization.ISerializable
- {
- public LBERDecoder() { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] len) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed) { throw null; }
- public object decodeBoolean(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeCharacterString(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeNumeric(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeOctetString(System.IO.Stream in_Renamed, int len) { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class LBEREncoder : Novell.Directory.Ldap.Asn1.Asn1Encoder, System.Runtime.Serialization.ISerializable
- {
- public LBEREncoder() { }
- public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed) { }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
-namespace Novell.Directory.Ldap.Controls
-{
- public partial class LdapEntryChangeControl : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapEntryChangeControl(string oid, bool critical, sbyte[] value_Renamed) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ChangeNumber { get { throw null; } }
- public virtual int ChangeType { get { throw null; } }
- public virtual bool HasChangeNumber { get { throw null; } }
- public virtual string PreviousDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapPersistSearchControl : Novell.Directory.Ldap.LdapControl
- {
- public const int ADD = 1;
- public static readonly int ANY;
- public const int DELETE = 2;
- public const int MODDN = 8;
- public const int MODIFY = 4;
- public LdapPersistSearchControl() : base (default(string), default(bool), default(sbyte[])) { }
- public LdapPersistSearchControl(int changeTypes, bool changesOnly, bool returnControls, bool isCritical) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual bool ChangesOnly { get { throw null; } set { } }
- public virtual int ChangeTypes { get { throw null; } set { } }
- public virtual bool ReturnControls { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSortControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey key, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey[] keys, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- }
- public partial class LdapSortKey
- {
- public LdapSortKey(string keyDescription) { }
- public LdapSortKey(string key, bool reverse) { }
- public LdapSortKey(string key, bool reverse, string matchRule) { }
- public virtual string Key { get { throw null; } }
- public virtual string MatchRule { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- }
- public partial class LdapSortResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapSortResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual string FailedAttribute { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
- public partial class LdapVirtualListControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int AfterCount { get { throw null; } }
- public virtual int BeforeCount { get { throw null; } }
- public virtual string Context { get { throw null; } set { } }
- public virtual int ListSize { get { throw null; } set { } }
- public virtual void setRange(int listIndex, int beforeCount, int afterCount) { }
- public virtual void setRange(string jumpTo, int beforeCount, int afterCount) { }
- }
- public partial class LdapVirtualListResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapVirtualListResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ContentCount { get { throw null; } }
- public virtual string Context { get { throw null; } }
- public virtual int FirstPosition { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events
-{
- public partial class BaseEventArgs : System.EventArgs
- {
- protected Novell.Directory.Ldap.LdapMessage ldap_message;
- public BaseEventArgs(Novell.Directory.Ldap.LdapMessage message) { }
- public Novell.Directory.Ldap.LdapMessage ContianedEventInformation { get { throw null; } }
- }
- public partial class DirectoryEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.Events.EventClassifiers eClassification;
- public DirectoryEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.Events.EventClassifiers EventClassification { get { throw null; } set { } }
- }
- public partial class DirectoryExceptionEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.LdapException ldap_exception_object;
- public DirectoryExceptionEventArgs(Novell.Directory.Ldap.LdapMessage message, Novell.Directory.Ldap.LdapException ldapException) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.LdapException LdapExceptionObject { get { throw null; } }
- }
- public enum EventClassifiers
- {
- CLASSIFICATION_EDIR_EVENT = 1,
- CLASSIFICATION_LDAP_PSEARCH = 0,
- CLASSIFICATION_UNKNOWN = -1,
- }
- public partial class LdapEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- protected Novell.Directory.Ldap.Events.LdapEventType eType;
- public LdapEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.LdapEventType EventType { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapEventSource
- {
- protected const int DEFAULT_SLEEP_TIME = 1000;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler directory_event;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler directory_exception_event;
- protected internal const int EVENT_TYPE_UNKNOWN = -1;
- protected Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator m_objEventsGenerator;
- protected int sleep_interval;
- protected LdapEventSource() { }
- public int SleepInterval { get { throw null; } set { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler DirectoryEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler DirectoryExceptionEvent { add { } remove { } }
- protected Novell.Directory.Ldap.Events.LdapEventSource.LISTENERS_COUNT GetCurrentListenersState() { throw null; }
- protected abstract int GetListeners();
- protected void ListenerAdded() { }
- protected void ListenerRemoved() { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs) { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) { }
- protected abstract bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType);
- protected void NotifyExceptionListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.LdapException ldapException) { }
- protected void NotifyListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { }
- protected void StartEventPolling(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- protected abstract void StartSearchAndPolling();
- protected void StopEventPolling() { }
- protected abstract void StopSearchAndPolling();
- public delegate void DirectoryEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs);
- public delegate void DirectoryExceptionEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryExceptionEventArgs objDirectoryExceptionEventArgs);
- protected partial class EventsGenerator
- {
- public EventsGenerator(Novell.Directory.Ldap.Events.LdapEventSource objEventSource, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- public int SleepTime { get { throw null; } set { } }
- protected void processmessage(Novell.Directory.Ldap.LdapMessage response) { }
- protected void Run() { }
- public void StartEventPolling() { }
- public void StopEventPolling() { }
- }
- protected enum LISTENERS_COUNT
- {
- MORE_THAN_ONE = 2,
- ONE = 1,
- ZERO = 0,
- }
- }
- public enum LdapEventType
- {
- LDAP_PSEARCH_ADD = 1,
- LDAP_PSEARCH_ANY = 15,
- LDAP_PSEARCH_DELETE = 2,
- LDAP_PSEARCH_MODDN = 8,
- LDAP_PSEARCH_MODIFY = 4,
- TYPE_UNKNOWN = -1,
- }
- public partial class PSearchEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected string[] mAttrs;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.Events.LdapEventType mEventChangeType;
- protected string mFilter;
- protected Novell.Directory.Ldap.LdapSearchQueue mQueue;
- protected int mScope;
- protected string mSearchBase;
- protected Novell.Directory.Ldap.LdapSearchConstraints mSearchConstraints;
- protected bool mTypesOnly;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler search_referral_event;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler search_result_event;
- public PSearchEventSource(Novell.Directory.Ldap.LdapConnection conn, string searchBase, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints constraints, Novell.Directory.Ldap.Events.LdapEventType eventchangetype, bool changeonly) { }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler SearchReferralEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler SearchResultEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void SearchReferralEventHandler(object source, Novell.Directory.Ldap.Events.SearchReferralEventArgs objArgs);
- public delegate void SearchResultEventHandler(object source, Novell.Directory.Ldap.Events.SearchResultEventArgs objArgs);
- }
- public partial class SearchReferralEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchReferralEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public string[] getUrls() { throw null; }
- }
- public partial class SearchResultEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchResultEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir
-{
- public enum DebugParameterType
- {
- ADDRESS = 5,
- BINARY = 3,
- ENTRYID = 1,
- INTEGER = 4,
- STRING = 2,
- TIMESTAMP = 6,
- TIMEVECTOR = 7,
- }
- public partial class DSETimeStamp
- {
- protected int nEvent;
- protected int nSeconds;
- protected int replica_number;
- public DSETimeStamp(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public int Event { get { throw null; } }
- public int ReplicaNumber { get { throw null; } }
- public int Seconds { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EdirEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- public EdirEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventIntermediateResponse IntermediateResponse { get { throw null; } }
- }
- public enum EdirEventDataType
- {
- EDIR_TAG_BINDERY_EVENT_DATA = 5,
- EDIR_TAG_CHANGE_CONFIG_PARAM = 11,
- EDIR_TAG_CHANGE_SERVER_ADDRESS = 10,
- EDIR_TAG_CONNECTION_STATE = 9,
- EDIR_TAG_DEBUG_EVENT_DATA = 14,
- EDIR_TAG_DSESEV_INFO = 6,
- EDIR_TAG_ENTRY_EVENT_DATA = 1,
- EDIR_TAG_GENERAL_EVENT_DATA = 3,
- EDIR_TAG_MODULE_STATE_DATA = 7,
- EDIR_TAG_NETWORK_ADDRESS = 8,
- EDIR_TAG_NO_DATA = 12,
- EDIR_TAG_SKULK_DATA = 4,
- EDIR_TAG_STATUS_LOG = 13,
- EDIR_TAG_VALUE_EVENT_DATA = 2,
- }
- public partial class EdirEventIntermediateResponse : Novell.Directory.Ldap.LdapIntermediateResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData event_response_data;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventResultType event_result_type;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventType event_type;
- public EdirEventIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public EdirEventIntermediateResponse(byte[] message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData EventResponseDataObject { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- protected void ProcessMessage(sbyte[] returnedValue) { }
- }
- public enum EdirEventResultType
- {
- EVT_STATUS_ALL = 0,
- EVT_STATUS_FAILURE = 2,
- EVT_STATUS_SUCCESS = 1,
- }
- public partial class EdirEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler edir_event;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.LdapResponseQueue mQueue;
- protected Novell.Directory.Ldap.Events.Edir.MonitorEventRequest mRequestOperation;
- public EdirEventSource(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier, Novell.Directory.Ldap.LdapConnection conn) { }
- public event Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler EdirEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void EdirEventHandler(object source, Novell.Directory.Ldap.Events.Edir.EdirEventArgs objEdirEventArgs);
- }
- public partial class EdirEventSpecifier
- {
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType) { }
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType, string filter) { }
- public string EventFilter { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- }
- public enum EdirEventType
- {
- EVT_ABORT_JOIN = 145,
- EVT_ABORT_PARTITION_OP = 109,
- EVT_ADD_ENTRY = 168,
- EVT_ADD_MEMBER = 153,
- EVT_ADD_PROPERTY = 151,
- EVT_ADD_REPLICA = 103,
- EVT_ADD_VALUE = 5,
- EVT_AGENT_CLOSE_LOCAL = 54,
- EVT_AGENT_OPEN_LOCAL = 53,
- EVT_ALLOW_LOGIN = 188,
- EVT_BACKLINK_PROC_DONE = 95,
- EVT_BACKUP_ENTRY = 114,
- EVT_BEGIN_NAMEBASE_TRANSACTION = 213,
- EVT_BKLINK_OPERATOR = 63,
- EVT_BKLINK_SEV = 62,
- EVT_CHANGE_CONN_STATE = 173,
- EVT_CHANGE_MODULE_STATE = 21,
- EVT_CHANGE_OBJ_SECURITY = 156,
- EVT_CHANGE_PROP_SECURITY = 155,
- EVT_CHANGE_REPLICA_TYPE = 107,
- EVT_CHANGE_SECURITY_EQUALS = 164,
- EVT_CHANGE_SERVER_ADDRS = 219,
- EVT_CHANGE_TREE_NAME = 143,
- EVT_CHECK_CONSOLE_OPERATOR = 142,
- EVT_CHECK_SEV = 12,
- EVT_CHGPASS = 101,
- EVT_CLOSE_BINDERY = 172,
- EVT_CLOSE_STREAM = 7,
- EVT_COMPARE_ATTR_VALUE = 123,
- EVT_CONNECT_TO_ADDRESS = 158,
- EVT_CONSOLE_OPERATION = 203,
- EVT_CRC_FAILURE = 167,
- EVT_CREATE_BACKLINK = 141,
- EVT_CREATE_BINDERY_OBJECT = 10,
- EVT_CREATE_ENTRY = 1,
- EVT_CREATE_NAMEBASE = 163,
- EVT_CREATE_SUBREF = 132,
- EVT_DB_ALLOC = 202,
- EVT_DB_AUDIT = 175,
- EVT_DB_AUDIT_NCP = 176,
- EVT_DB_AUDIT_SKULK = 177,
- EVT_DB_AUTHEN = 26,
- EVT_DB_BACKLINK = 27,
- EVT_DB_BACKLINK_DETAIL = 236,
- EVT_DB_BUFFERS = 28,
- EVT_DB_CHANGE_CACHE = 184,
- EVT_DB_CLIENT_BUFFERS = 189,
- EVT_DB_COLL = 29,
- EVT_DB_CONN_TRACE = 210,
- EVT_DB_DIRXML = 214,
- EVT_DB_DIRXML_DRIVERS = 217,
- EVT_DB_DNS = 220,
- EVT_DB_DRL = 198,
- EVT_DB_DRL_DETAIL = 237,
- EVT_DB_DSAGENT = 30,
- EVT_DB_EMU = 31,
- EVT_DB_FRAGGER = 32,
- EVT_DB_HTTPSTK = 231,
- EVT_DB_INIT = 33,
- EVT_DB_INSPECTOR = 34,
- EVT_DB_IN_SYNC_DETAIL = 227,
- EVT_DB_JANITOR = 35,
- EVT_DB_LDAPSTK = 232,
- EVT_DB_LIMBER = 36,
- EVT_DB_LOCKING = 37,
- EVT_DB_LOST_ENTRY = 183,
- EVT_DB_MIN = 39,
- EVT_DB_MISC = 40,
- EVT_DB_MOVE = 38,
- EVT_DB_NCPENG = 166,
- EVT_DB_NDSMON = 218,
- EVT_DB_NICIEXT = 233,
- EVT_DB_NMAS = 235,
- EVT_DB_NPKI_API = 242,
- EVT_DB_OBIT = 207,
- EVT_DB_OBJECT_PRODUCER = 238,
- EVT_DB_PART = 41,
- EVT_DB_PKI = 230,
- EVT_DB_PURGE = 186,
- EVT_DB_RECMAN = 42,
- EVT_DB_REPAIR = 221,
- EVT_DB_REPAIR_DEBUG = 222,
- EVT_DB_RESNAME = 44,
- EVT_DB_SAP = 45,
- EVT_DB_SCHEMA = 46,
- EVT_DB_SCHEMA_DETAIL = 225,
- EVT_DB_SEARCH = 239,
- EVT_DB_SEARCH_DETAIL = 240,
- EVT_DB_SECRET_STORE = 234,
- EVT_DB_SERVER_PACKET = 204,
- EVT_DB_SKULKER = 47,
- EVT_DB_SSL = 229,
- EVT_DB_STREAMS = 48,
- EVT_DB_SYNC_DETAIL = 209,
- EVT_DB_SYNC_IN = 49,
- EVT_DB_THREADS = 50,
- EVT_DB_TIMEVECTOR = 51,
- EVT_DB_VCLIENT = 52,
- EVT_DB_WANMAN = 190,
- EVT_DEFINE_ATTR_DEF = 116,
- EVT_DEFINE_CLASS_DEF = 119,
- EVT_DELETE_ATTRIBUTE = 8,
- EVT_DELETE_BINDERY_OBJECT = 11,
- EVT_DELETE_ENTRY = 2,
- EVT_DELETE_MEMBER = 154,
- EVT_DELETE_PROPERTY = 152,
- EVT_DELETE_SUBTREE = 64,
- EVT_DELETE_UNUSED_EXTREF = 15,
- EVT_DELETE_VALUE = 6,
- EVT_DSA_BAD_VERB = 56,
- EVT_DSA_READ = 99,
- EVT_DSA_REQUEST_END = 58,
- EVT_DSA_REQUEST_START = 57,
- EVT_DS_ERR_VIA_BINDERY = 55,
- EVT_END_NAMEBASE_TRANSACTION = 187,
- EVT_END_UPDATE_REPLICA = 138,
- EVT_END_UPDATE_SCHEMA = 148,
- EVT_ENTRYID_SWAP = 181,
- EVT_INSIDE_NCP_REQUEST = 182,
- EVT_INSPECT_ENTRY = 127,
- EVT_INVALID = 0,
- EVT_ITERATOR = 224,
- EVT_JOIN_DONE = 86,
- EVT_JOIN_PARTITIONS = 106,
- EVT_LIMBER_DONE = 76,
- EVT_LIST_CONT_CLASSES = 126,
- EVT_LIST_PARTITIONS = 133,
- EVT_LIST_SUBORDINATES = 125,
- EVT_LOCAL_REPLICA_CHANGE = 197,
- EVT_LOGIN = 100,
- EVT_LOGOUT = 102,
- EVT_LOST_ENTRY = 70,
- EVT_LOW_LEVEL_JOIN = 162,
- EVT_LOW_LEVEL_JOIN_BEGIN = 226,
- EVT_LOW_LEVEL_SPLIT = 185,
- EVT_LUMBER_DONE = 94,
- EVT_MAX_EVENTS = 243,
- EVT_MERGE_ENTRIES = 130,
- EVT_MERGE_TREE = 131,
- EVT_MODIFY_CLASS_DEF = 120,
- EVT_MODIFY_ENTRY = 169,
- EVT_MODIFY_RDN = 178,
- EVT_MOVE_DEST_ENTRY = 14,
- EVT_MOVE_ENTRY_DEST = 200,
- EVT_MOVE_ENTRY_SOURCE = 199,
- EVT_MOVE_SOURCE_ENTRY = 4,
- EVT_MOVE_SUBTREE = 59,
- EVT_MOVE_TREE = 149,
- EVT_MOVE_TREE_END = 83,
- EVT_MOVE_TREE_START = 82,
- EVT_MUTATE_ENTRY = 129,
- EVT_NAME_COLLISION = 90,
- EVT_NCP_RETRY_EXPENDED = 18,
- EVT_NEW_SCHEMA_EPOCH = 174,
- EVT_NLM_LOADED = 91,
- EVT_NOTIFY_REF_CHANGE = 201,
- EVT_NO_REPLICA_PTR = 60,
- EVT_OPEN_BINDERY = 171,
- EVT_PARTITION_LOCKED = 87,
- EVT_PARTITION_OPERATION_EVENT = 20,
- EVT_PARTITION_STATE_CHG = 160,
- EVT_PARTITION_UNLOCKED = 88,
- EVT_PRE_DELETE_ENTRY = 228,
- EVT_PURGE_END = 73,
- EVT_PURGE_ENTRY_FAIL = 71,
- EVT_PURGE_START = 72,
- EVT_READ_ATTR = 134,
- EVT_READ_REFERENCES = 135,
- EVT_RECV_REPLICA_UPDATES = 110,
- EVT_REFERRAL = 67,
- EVT_RELOAD_DS = 150,
- EVT_REMOTE_SERVER_DOWN = 17,
- EVT_REMOVE_ATTR_DEF = 117,
- EVT_REMOVE_BACKLINK = 161,
- EVT_REMOVE_CLASS_DEF = 118,
- EVT_REMOVE_ENTRY = 108,
- EVT_REMOVE_ENTRY_DIR = 122,
- EVT_REMOVE_REPLICA = 104,
- EVT_RENAME_ENTRY = 3,
- EVT_REPAIR_TIME_STAMPS = 111,
- EVT_REPLICA_IN_TRANSITION = 208,
- EVT_REQ_UPDATE_SERVER_STATUS = 216,
- EVT_RESEND_ENTRY = 128,
- EVT_RESET_DS_COUNTERS = 121,
- EVT_RESTORE_ENTRY = 115,
- EVT_SCHEMA_SYNC = 89,
- EVT_SEARCH = 159,
- EVT_SEND_REPLICA_UPDATES = 112,
- EVT_SERVER_ADDRESS_CHANGE = 98,
- EVT_SERVER_RENAME = 96,
- EVT_SET_BINDERY_CONTEXT = 9,
- EVT_SPLIT_DONE = 77,
- EVT_SPLIT_PARTITION = 105,
- EVT_START_JOIN = 144,
- EVT_START_UPDATE_REPLICA = 137,
- EVT_START_UPDATE_SCHEMA = 147,
- EVT_STATUS_LOG = 241,
- EVT_STREAM = 124,
- EVT_SYNC_IN_END = 61,
- EVT_SYNC_PARTITION = 139,
- EVT_SYNC_PART_END = 81,
- EVT_SYNC_PART_START = 80,
- EVT_SYNC_SCHEMA = 140,
- EVT_SYNC_SVR_OUT_END = 79,
- EVT_SYNC_SVR_OUT_START = 78,
- EVT_SYNTHETIC_TIME = 97,
- EVT_UPDATE_ATTR_DEF = 69,
- EVT_UPDATE_CLASS_DEF = 68,
- EVT_UPDATE_REPLICA = 136,
- EVT_UPDATE_SCHEMA = 146,
- EVT_UPDATE_SEV = 13,
- EVT_VERIFY_PASS = 113,
- EVT_VR_DRIVER_STATE_CHANGE = 215,
- }
- public partial class EventOids
- {
- public const string NLDAP_EVENT_NOTIFICATION = "2.16.840.1.113719.1.27.100.81";
- public const string NLDAP_FILTERED_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.84";
- public const string NLDAP_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.79";
- public const string NLDAP_MONITOR_EVENTS_RESPONSE = "2.16.840.1.113719.1.27.100.80";
- public EventOids() { }
- }
- public enum GeneralEventField
- {
- EVT_TAG_GEN_CURRPROC = 4,
- EVT_TAG_GEN_DSTIME = 1,
- EVT_TAG_GEN_INTEGERS = 6,
- EVT_TAG_GEN_MILLISEC = 2,
- EVT_TAG_GEN_PERP = 5,
- EVT_TAG_GEN_STRINGS = 7,
- EVT_TAG_GEN_VERB = 3,
- }
- public partial class MonitorEventRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MonitorEventRequest(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifiers) : base (default(string), default(sbyte[])) { }
- }
- public partial class MonitorEventResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier_list;
- public MonitorEventResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] SpecifierList { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir.EventData
-{
- public partial class BaseEdirEventData
- {
- protected System.IO.MemoryStream decodedData;
- protected Novell.Directory.Ldap.Asn1.LBERDecoder decoder;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventDataType event_data_type;
- public BaseEdirEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventDataType EventDataType { get { throw null; } }
- protected void DataInitDone() { }
- }
- public partial class BinderyObjectEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nEmuObjFlags;
- protected int nSecurity;
- protected int nType;
- protected string strEntryDN;
- protected string strName;
- public BinderyObjectEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int EmuObjFlags { get { throw null; } }
- public string EntryDN { get { throw null; } }
- public string Name { get { throw null; } }
- public int Security { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChangeAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int address_family;
- protected int nFlags;
- protected int nProto;
- protected string pstk_name;
- protected string source_module;
- protected string strAddress;
- public ChangeAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Address { get { throw null; } }
- public int AddressFamily { get { throw null; } }
- public int Flags { get { throw null; } }
- public int Proto { get { throw null; } }
- public string PstkName { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int new_flags;
- protected int old_flags;
- protected string source_module;
- protected string strConnectionDN;
- public ConnectionStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public int NewFlags { get { throw null; } }
- public int OldFlags { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int ds_time;
- protected int milli_seconds;
- protected int nVerb;
- protected System.Collections.ArrayList parameter_collection;
- protected int parameter_count;
- protected string strFormatString;
- protected string strPerpetratorDN;
- public DebugEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int DSTime { get { throw null; } }
- public string FormatString { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public int ParameterCount { get { throw null; } }
- public System.Collections.ArrayList Parameters { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugParameter
- {
- protected Novell.Directory.Ldap.Events.Edir.DebugParameterType debug_type;
- protected object objData;
- public DebugParameter(Novell.Directory.Ldap.Asn1.Asn1Tagged dseObject) { }
- public object Data { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DebugParameterType DebugType { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EntryEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected int nVerb;
- protected string strClassId;
- protected string strEntry;
- protected string strNewDN;
- protected string strPerpetratorDN;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public EntryEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ClassId { get { throw null; } }
- public string Entry { get { throw null; } }
- public int Flags { get { throw null; } }
- public string NewDN { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class GeneralDSEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int current_process;
- protected int ds_time;
- protected int[] integer_values;
- protected int milli_seconds;
- protected int nVerb;
- protected string[] string_values;
- protected string strPerpetratorDN;
- public GeneralDSEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int CurrentProcess { get { throw null; } }
- public int DSTime { get { throw null; } }
- public int[] IntegerValues { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string[] StringValues { get { throw null; } }
- public int Verb { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected string getTaggedStringValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ModuleStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected string strConnectionDN;
- protected string strDescription;
- protected string strName;
- protected string strSource;
- public ModuleStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public string Description { get { throw null; } }
- public int Flags { get { throw null; } }
- public string Name { get { throw null; } }
- public string Source { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class NetworkAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nType;
- protected string strData;
- public NetworkAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Data { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ReferralAddress
- {
- protected int address_type;
- protected string strAddress;
- public ReferralAddress(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public string Address { get { throw null; } }
- public int AddressType { get { throw null; } }
- }
- public partial class SecurityEquivalenceEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int referral_count;
- protected System.Collections.ArrayList referral_list;
- protected int retry_count;
- protected string strEntryDN;
- protected string strValueDN;
- public SecurityEquivalenceEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string EntryDN { get { throw null; } }
- public int ReferralCount { get { throw null; } }
- public System.Collections.ArrayList ReferralList { get { throw null; } }
- public int RetryCount { get { throw null; } }
- public string ValueDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ValueEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected byte[] binData;
- protected int nVerb;
- protected string strAttribute;
- protected string strClassId;
- protected string strData;
- protected string strEntry;
- protected string strPerpetratorDN;
- protected string strSyntax;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public ValueEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Attribute { get { throw null; } }
- public byte[] BinaryData { get { throw null; } }
- public string ClassId { get { throw null; } }
- public string Data { get { throw null; } }
- public string Entry { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string Syntax { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Extensions
-{
- public partial class AbortPartitionOperationRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AbortPartitionOperationRequest(string partitionDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class AddReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AddReplicaRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class BackupRestoreConstants
- {
- public const string NLDAP_LDAP_BACKUP_REQUEST = "2.16.840.1.113719.1.27.100.96";
- public const string NLDAP_LDAP_BACKUP_RESPONSE = "2.16.840.1.113719.1.27.100.97";
- public const string NLDAP_LDAP_RESTORE_REQUEST = "2.16.840.1.113719.1.27.100.98";
- public const string NLDAP_LDAP_RESTORE_RESPONSE = "2.16.840.1.113719.1.27.100.99";
- public BackupRestoreConstants() { }
- }
- public partial class ChangeReplicaTypeRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ChangeReplicaTypeRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetBindDNRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetBindDNResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string Identity { get { throw null; } }
- }
- public partial class GetEffectivePrivilegesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetEffectivePrivilegesRequest(string dn, string trusteeDN, string attrName) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetEffectivePrivilegesResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetEffectivePrivilegesResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Privileges { get { throw null; } }
- }
- public partial class GetReplicaInfoRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicaInfoRequest(string serverDN, string partitionDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicaInfoResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicaInfoResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int getflags() { throw null; }
- public virtual int getlocalPartitionID() { throw null; }
- public virtual int getmodificationTime() { throw null; }
- public virtual string getpartitionDN() { throw null; }
- public virtual int getpartitionID() { throw null; }
- public virtual int getpurgeTime() { throw null; }
- public virtual int getreplicaState() { throw null; }
- public virtual int getreplicaType() { throw null; }
- }
- public partial class GetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicationFilterRequest(string serverDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicationFilterResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicationFilterResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[][] ReplicationFilter { get { throw null; } }
- }
- public partial class LdapBackupRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapBackupRequest(string objectDN, byte[] passwd, string stateInfo) : base (default(string), default(sbyte[])) { }
- }
- public partial class LdapBackupResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public LdapBackupResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public int getBufferLength() { throw null; }
- public string getChunkSizesString() { throw null; }
- public byte[] getReturnedBuffer() { throw null; }
- public string getStatusInfo() { throw null; }
- }
- public partial class LdapRestoreRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapRestoreRequest(string objectDN, byte[] passwd, int bufferLength, string chunkSizesString, byte[] returnedBuffer) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ListReplicasRequest(string serverName) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public ListReplicasResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] ReplicaList { get { throw null; } }
- }
- public partial class MergePartitionsRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MergePartitionsRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class NamingContextConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public NamingContextConstants() { }
- }
- public partial class PartitionEntryCountRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionEntryCountRequest(string dn) : base (default(string), default(sbyte[])) { }
- }
- public partial class PartitionEntryCountResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public PartitionEntryCountResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Count { get { throw null; } }
- }
- public partial class PartitionSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionSyncRequest(string serverName, string partitionRoot, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReceiveAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ReceiveAllUpdatesRequest(string partitionRoot, string toServerDN, string fromServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class RefreshLdapServerRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RefreshLdapServerRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveReplicaRequest(string dn, string serverDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReplicationConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public ReplicationConstants() { }
- }
- public partial class SchemaSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SchemaSyncRequest(string serverName, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class SendAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SendAllUpdatesRequest(string partitionRoot, string origServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class SetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SetReplicationFilterRequest(string serverDN, string[][] replicationFilter) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitPartitionRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class TriggerBackgroundProcessRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public const int Ldap_BK_PROCESS_BKLINKER = 1;
- public const int Ldap_BK_PROCESS_JANITOR = 2;
- public const int Ldap_BK_PROCESS_LIMBER = 3;
- public const int Ldap_BK_PROCESS_PART_PURGE = 6;
- public const int Ldap_BK_PROCESS_SCHEMA_SYNC = 5;
- public const int Ldap_BK_PROCESS_SKULKER = 4;
- public TriggerBackgroundProcessRequest(int processID) : base (default(string), default(sbyte[])) { }
- }
-}
-namespace Novell.Directory.Ldap.Rfc2251
-{
- public partial class RfcAddRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcAddRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeList attributes) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeList Attributes { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcAddResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcAssertionValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAssertionValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeDescription : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeDescription(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(string)) { }
- public RfcAttributeDescription(string s) : base (default(string)) { }
- }
- public partial class RfcAttributeDescriptionList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeDescriptionList(int size) { }
- public RfcAttributeDescriptionList(string[] attrs) { }
- }
- public partial class RfcAttributeList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeList(int size) { }
- }
- public partial class RfcAttributeTypeAndValues : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeTypeAndValues(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SetOf vals) { }
- }
- public partial class RfcAttributeValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- public RfcAttributeValue(string value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeValueAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeValueAssertion(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription ad, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue av) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- }
- public partial class RfcAuthenticationChoice : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public RfcAuthenticationChoice(Novell.Directory.Ldap.Asn1.Asn1Tagged choice) { }
- [System.CLSCompliantAttribute(false)]
- public RfcAuthenticationChoice(string mechanism, sbyte[] credentials) { }
- }
- public partial class RfcBindRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcBindRequest(Novell.Directory.Ldap.Asn1.Asn1Integer version, Novell.Directory.Ldap.Rfc2251.RfcLdapDN name, Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice auth) { }
- [System.CLSCompliantAttribute(false)]
- public RfcBindRequest(int version, string dn, string mechanism, sbyte[] credentials) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice AuthenticationChoice { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapDN Name { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Integer Version { get { throw null; } set { } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcBindResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- [System.CLSCompliantAttribute(false)]
- public RfcBindResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ServerSaslCreds { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcCompareRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcCompareRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion ava) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion AttributeValueAssertion { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcCompareResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcControl : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Sequence seqObj) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, Novell.Directory.Ldap.Asn1.Asn1OctetString controlValue) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlType { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlValue { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
- }
- public partial class RfcControls : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public const int CONTROLS = 0;
- public RfcControls() { }
- [System.CLSCompliantAttribute(false)]
- public RfcControls(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public void add(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- }
- public partial class RfcDelRequest : Novell.Directory.Ldap.Rfc2251.RfcLdapDN, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelRequest(sbyte[] dn) : base (default(string)) { }
- public RfcDelRequest(string dn) : base (default(string)) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcDelResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcExtendedRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public const int REQUEST_NAME = 0;
- public const int REQUEST_VALUE = 1;
- public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName, Novell.Directory.Ldap.Asn1.Asn1OctetString requestValue) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcExtendedResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int RESPONSE = 11;
- public const int RESPONSE_NAME = 10;
- [System.CLSCompliantAttribute(false)]
- public RfcExtendedResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString Response { get { throw null; } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapOID ResponseName { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcFilter : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public RfcFilter() { }
- public RfcFilter(string filter) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addExtensibleMatch(string matchingRule, string attrName, sbyte[] value_Renamed, bool useDNMatching) { }
- public virtual void addPresent(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addSubstring(int type, sbyte[] value_Renamed) { }
- public virtual void endNestedFilter(int rfcType) { }
- public virtual void endSubstrings() { }
- public virtual string filterToString() { throw null; }
- public virtual System.Collections.IEnumerator getFilterIterator() { throw null; }
- public virtual void startNestedFilter(int rfcType) { }
- public virtual void startSubstrings(string attrName) { }
- }
- public partial class RfcIntermediateResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int TAG_RESPONSE = 1;
- public const int TAG_RESPONSE_NAME = 0;
- [System.CLSCompliantAttribute(false)]
- public RfcIntermediateResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1OctetString getResponse() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapOID getResponseName() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapDN(sbyte[] s) : base (default(string)) { }
- public RfcLdapDN(string s) : base (default(string)) { }
- }
- public partial class RfcLdapMessage : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcControls Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual string RequestDN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage RequestingMessage { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object Response { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public object dupMessage(string dn, string filter, bool reference) { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest getRequest() { throw null; }
- public virtual bool isRequest() { throw null; }
- }
- public partial class RfcLdapOID : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapOID(sbyte[] s) : base (default(sbyte[])) { }
- public RfcLdapOID(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapResult : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int REFERRAL = 3;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapString : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(sbyte[])) { }
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(sbyte[] ba) : base (default(sbyte[])) { }
- public RfcLdapString(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapSuperDN : Novell.Directory.Ldap.Asn1.Asn1Tagged
- {
- protected static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public static readonly int TAG;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapSuperDN(sbyte[] ba) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public RfcLdapSuperDN(string s) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class RfcMatchingRuleAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue) { }
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleId matchingRule, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) { }
- }
- public partial class RfcMatchingRuleId : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcMatchingRuleId(string s) : base (default(string)) { }
- }
- public partial class RfcModifyDNRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) { }
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn, Novell.Directory.Ldap.Rfc2251.RfcLdapSuperDN newSuperior) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyDNResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcModifyRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN object_Renamed, Novell.Directory.Ldap.Asn1.Asn1SequenceOf modification) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1SequenceOf Modifications { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcReferral : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcReferral(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- }
- public partial class RfcRelativeLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcRelativeLdapDN(string s) : base (default(string)) { }
- }
- public partial interface RfcRequest
- {
- Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool reference);
- string getRequestDN();
- }
- public partial interface RfcResponse
- {
- Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage();
- Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN();
- Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral();
- Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode();
- }
- public partial class RfcSaslCredentials : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism) { }
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism, Novell.Directory.Ldap.Asn1.Asn1OctetString credentials) { }
- }
- public partial class RfcSearchRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcSearchRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN baseObject, Novell.Directory.Ldap.Asn1.Asn1Enumerated scope, Novell.Directory.Ldap.Asn1.Asn1Enumerated derefAliases, Novell.Directory.Ldap.Asn1.Asn1Integer sizeLimit, Novell.Directory.Ldap.Asn1.Asn1Integer timeLimit, Novell.Directory.Ldap.Asn1.Asn1Boolean typesOnly, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescriptionList attributes) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcSearchResultDone : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultEntry : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultEntry(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Sequence Attributes { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ObjectName { get { throw null; } }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultReference : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultReference(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSubstringFilter : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSubstringFilter(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SequenceOf substrings) { }
- }
- public partial class RfcUnbindRequest : Novell.Directory.Ldap.Asn1.Asn1Null, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcUnbindRequest() { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Utilclass
-{
- public partial class ArrayEnumeration : System.Collections.IEnumerator
- {
- public ArrayEnumeration(object[] eArray) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class AttributeQualifier
- {
- public AttributeQualifier(string name, string[] value_Renamed) { }
- public virtual string Name { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- }
- public partial class Base64
- {
- internal Base64() { }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(char[] encodedChars) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(string encodedString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(System.Text.StringBuilder encodedSBuf, int start, int end) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string encode(sbyte[] inputBytes) { throw null; }
- public static string encode(string inputString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isLDIFSafe(sbyte[] bytes) { throw null; }
- public static bool isLDIFSafe(string str) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isValidUTF8(sbyte[] array, bool isUCS2Only) { throw null; }
- }
- public partial class BindProperties
- {
- public BindProperties(int version, string dn, string method, bool anonymous, System.Collections.Hashtable bindProperties, object bindCallbackHandler) { }
- public virtual bool Anonymous { get { throw null; } }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual System.Collections.Hashtable SaslBindProperties { get { throw null; } }
- public virtual object SaslCallbackHandler { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.SerializableAttribute]
- public enum CharacterTypes : sbyte
- {
- ALPHABETIC = (sbyte)4,
- COMMENTCHAR = (sbyte)16,
- NUMERIC = (sbyte)2,
- STRINGQUOTE = (sbyte)8,
- WHITESPACE = (sbyte)1,
- }
- public partial class DN
- {
- public DN() { }
- public DN(string dnString) { }
- public virtual Novell.Directory.Ldap.Utilclass.DN Parent { get { throw null; } }
- public virtual System.Collections.ArrayList RDNs { get { throw null; } }
- public virtual void addRDN(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToBack(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToFront(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual int countRDNs() { throw null; }
- public bool Equals(Novell.Directory.Ldap.Utilclass.DN toDN) { throw null; }
- public override bool Equals(object toDN) { throw null; }
- public virtual string[] explodeDN(bool noTypes) { throw null; }
- public System.Collections.ArrayList getrdnList() { throw null; }
- public virtual bool isDescendantOf(Novell.Directory.Ldap.Utilclass.DN containerDN) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EnumeratedIterator : System.Collections.IEnumerator
- {
- public EnumeratedIterator(System.Collections.IEnumerator iterator) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class ExceptionMessages : System.Resources.ResourceManager
- {
- public const string CANNOT_BIND = "CANNOT_BIND";
- public const string CONNECTION_CLOSED = "CONNECTION_CLOSED";
- public const string CONNECTION_ERROR = "CONNECTION_ERROR";
- public const string CONNECTION_FINALIZED = "CONNECTION_FINALIZED";
- public const string CONNECTION_IMPOSSIBLE = "CONNECTION_IMPOSSIBLE";
- public const string CONNECTION_READER = "CONNECTION_READER";
- public const string CONNECTION_WAIT = "CONNECTION_WAIT";
- public const string DECODING_ERROR = "DECODING_ERROR";
- public const string DN_PARAM_ERROR = "DN_PARAM_ERROR";
- public const string DUP_ERROR = "DUP_ERROR";
- public const string ENCODING_ERROR = "ENCODING_ERROR";
- public const string ENTRY_PARAM_ERROR = "ENTRY_PARAM_ERROR";
- public const string EXPECTING_LEFT_PAREN = "EXPECTING_LEFT_PAREN";
- public const string EXPECTING_RIGHT_PAREN = "EXPECTING_RIGHT_PAREN";
- public const string FAILED_REFERRAL = "FAILED_REFERRAL";
- public const string IMPROPER_REFERRAL = "IMPROPER_REFERRAL";
- public const string INVALID_ADDRESS = "INVALID_ADDRESS";
- public const string INVALID_CHAR_IN_DESCR = "INVALID_CHAR_IN_DESCR";
- public const string INVALID_CHAR_IN_FILTER = "INVALID_CHAR_IN_FILTER";
- public const string INVALID_ESCAPE = "INVALID_ESCAPE";
- public const string INVALID_ESC_IN_DESCR = "INVALID_ESC_IN_DESCR";
- public const string INVALID_FILTER_COMPARISON = "INVALID_FILTER_COMPARISON";
- public const string IO_EXCEPTION = "IO_EXCEPTION";
- public const string MATCHED_DN = "MATCHED_DN";
- public const string MISSING_LEFT_PAREN = "MISSING_LEFT_PAREN";
- public const string MISSING_RIGHT_PAREN = "MISSING_RIGHT_PAREN";
- public const string MULTIPLE_SCHEMA = "MULTIPLE_SCHEMA";
- public const string NOT_AN_ATTRIBUTE = "NOT_AN_ATTRIBUTE";
- public const string NOT_IMPLEMENTED = "NOT_IMPLEMENTED";
- public const string NO_ATTRIBUTE_NAME = "NO_ATTRIBUTE_NAME";
- public const string NO_DN_NOR_MATCHING_RULE = "NO_DN_NOR_MATCHING_RULE";
- public const string NO_DUP_REQUEST = "NO_DUP_REQUEST";
- public const string NO_MATCHING_RULE = "NO_MATCHING_RULE";
- public const string NO_MEMORY = "NO_MEMORY";
- public const string NO_OPTION = "NO_OPTION";
- public const string NO_SCHEMA = "NO_SCHEMA";
- public const string NO_STARTTLS = "NO_STARTTLS";
- public const string NO_SUP_PROPERTY = "NO_SUP_PROPERTY";
- public const string NO_TLS_FACTORY = "NO_TLS_FACTORY";
- public const string OP_PARAM_ERROR = "OP_PARAM_ERROR";
- public const string OUTSTANDING_OPERATIONS = "OUTSTANDING_OPERATIONS";
- public const string PARAM_ERROR = "PARAM_ERROR";
- public const string RDN_PARAM_ERROR = "RDN_PARAM_ERROR";
- public const string READ_MULTIPLE = "READ_MULTIPLE";
- public const string REFERENCE_ERROR = "REFERENCE_ERROR";
- public const string REFERENCE_NOFOLLOW = "REFERENCE_NOFOLLOW";
- public const string REFERRAL_BIND = "REFERRAL_BIND";
- public const string REFERRAL_BIND_MATCH = "REFERRAL_BIND_MATCH";
- public const string REFERRAL_ERROR = "REFERRAL_ERROR";
- public const string REFERRAL_ITEM = "REFERRAL_ITEM";
- public const string REFERRAL_LOCAL = "REFERRAL_LOCAL";
- public const string REFERRAL_SEND = "REFERRAL_SEND";
- public const string SERVER_CONNECT_ERROR = "SERVER_CONNECT_ERROR";
- public const string SERVER_MSG = "SERVER_MSG";
- public const string SERVER_SHUTDOWN_REQ = "SERVER_SHUTDOWN_REQ";
- public const string SHORT_ESCAPE = "SHORT_ESCAPE";
- public const string SSL_PROVIDER_MISSING = "SSL_PROVIDER_MISSING";
- public const string STOPTLS_ERROR = "STOPTLS_ERROR";
- [System.CLSCompliantAttribute(false)]
- public const string TOSTRING = "TOSTRING";
- public const string UNEQUAL_LENGTHS = "UNEQUAL_LENGTHS";
- public const string UNEXPECTED_END = "UNEXPECTED_END";
- public const string UNKNOWN_RESULT = "UNKNOWN_RESULT";
- public const string WRONG_FACTORY = "WRONG_FACTORY";
- public ExceptionMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class ExtResponseFactory
- {
- public ExtResponseFactory() { }
- public static Novell.Directory.Ldap.LdapExtendedResponse convertToExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class IntermediateResponseFactory
- {
- public IntermediateResponseFactory() { }
- public static Novell.Directory.Ldap.LdapIntermediateResponse convertToIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class RDN
- {
- public RDN() { }
- public RDN(string rdn) { }
- public virtual bool Multivalued { get { throw null; } }
- protected internal virtual string RawValue { get { throw null; } }
- public virtual string Type { get { throw null; } }
- public virtual string[] Types { get { throw null; } }
- public virtual string Value { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- public virtual void add(string attrType, string attrValue, string rawValue) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool equals(Novell.Directory.Ldap.Utilclass.RDN rdn) { throw null; }
- public virtual string[] explodeRDN(bool noTypes) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(bool noTypes) { throw null; }
- }
- public partial class ReferralInfo
- {
- public ReferralInfo(Novell.Directory.Ldap.LdapConnection lc, string[] refList, Novell.Directory.Ldap.LdapUrl refUrl) { }
- public virtual Novell.Directory.Ldap.LdapConnection ReferralConnection { get { throw null; } }
- public virtual string[] ReferralList { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapUrl ReferralUrl { get { throw null; } }
- }
- public partial class ResourcesHandler
- {
- internal ResourcesHandler() { }
- public static string getMessage(string messageOrKey, object[] arguments) { throw null; }
- public static string getMessage(string messageOrKey, object[] arguments, System.Globalization.CultureInfo locale) { throw null; }
- public static string getResultString(int code) { throw null; }
- public static string getResultString(int code, System.Globalization.CultureInfo locale) { throw null; }
- }
- public partial class RespControlVector : System.Collections.ArrayList
- {
- public RespControlVector(int cap, int incr) { }
- public System.Type findResponseControl(string searchOID) { throw null; }
- public void registerResponseControl(string oid, System.Type controlClass) { }
- }
- public partial class RespExtensionSet : SupportClass.AbstractSetSupport
- {
- public RespExtensionSet() { }
- public override int Count { get { throw null; } }
- public System.Type findResponseExtension(string searchOID) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public void registerResponseExtension(string oid, System.Type extClass) { }
- }
- public partial class ResultCodeMessages : System.Resources.ResourceManager
- {
- public ResultCodeMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class SchemaParser
- {
- public SchemaParser(string aString) { }
- public virtual string[] Applies { get { throw null; } }
- public virtual string[] Auxiliary { get { throw null; } }
- public virtual bool Collective { get { throw null; } }
- public virtual string Description { get { throw null; } }
- public virtual string Equality { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string NameForm { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual string ObjectClass { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual string[] Optional { get { throw null; } }
- public virtual string Ordering { get { throw null; } }
- public virtual string[] Precluded { get { throw null; } }
- public virtual System.Collections.IEnumerator Qualifiers { get { throw null; } }
- public virtual string RawString { get { throw null; } set { } }
- public virtual string[] Required { get { throw null; } }
- public virtual bool Single { get { throw null; } }
- public virtual string Substring { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual string Syntax { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserMod { get { throw null; } }
- }
- public partial class SchemaTokenCreator
- {
- public int lastttype;
- public double NumberValue;
- public string StringValue;
- public SchemaTokenCreator(System.IO.Stream instream) { }
- public SchemaTokenCreator(System.IO.StreamReader r) { }
- public SchemaTokenCreator(System.IO.StringReader r) { }
- public int CurrentLine { get { throw null; } }
- public void CommentCharacter(int ch) { }
- public void InitTable() { }
- public int nextToken() { throw null; }
- public void OrdinaryCharacter(int ch) { }
- public void OrdinaryCharacters(int min, int max) { }
- public void parseNumbers() { }
- public void pushBack() { }
- public void QuoteCharacter(int ch) { }
- public string ToStringValue() { throw null; }
- public void WhitespaceCharacters(int min, int max) { }
- public void WordCharacters(int min, int max) { }
- }
- [System.SerializableAttribute]
- public enum TokenTypes
- {
- EOF = -1,
- EOL = 10,
- NUMBER = -2,
- REAL = -4,
- STRING = -5,
- WORD = -3,
- }
-}
diff --git a/src/v4.6/PEAPI.cs b/src/v4.6/PEAPI.cs
deleted file mode 100644
index bdc68dd..0000000
--- a/src/v4.6/PEAPI.cs
+++ /dev/null
@@ -1,1225 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace PEAPI
-{
- public partial class AddressConstant : PEAPI.DataConstant
- {
- public AddressConstant(PEAPI.DataConstant dConst) { }
- }
- public abstract partial class Array : PEAPI.Type
- {
- internal Array() { }
- protected string cname;
- protected string cnameSpace;
- protected PEAPI.Type elemType;
- protected PEAPI.MetaData metaData;
- }
- public partial class ArrayConstant : PEAPI.DataConstant
- {
- public ArrayConstant(PEAPI.DataConstant[] dVals) { }
- public System.Nullable<int> ExplicitSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public enum AssemAttr
- {
- DisableJITCompileOptimizer = 16384,
- EnableJITCompileTracking = 32768,
- Retargetable = 256,
- }
- public partial class Assembly : PEAPI.ResolutionScope
- {
- internal Assembly() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public void AddAssemblyInfo(int majVer, int minVer, int bldNo, int revNo, byte[] key, uint hash, string cult) { }
- }
- public partial class AssemblyRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal AssemblyRef() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public virtual PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public void AddCulture(string cult) { }
- public void AddHash(byte[] hash) { }
- public void AddKey(byte[] key) { }
- public void AddKeyToken(byte[] key) { }
- public virtual PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public void AddVersionInfo(int majVer, int minVer, int bldNo, int revNo) { }
- }
- public abstract partial class BaseDeclSecurity : PEAPI.MetaDataElement
- {
- internal BaseDeclSecurity() { }
- }
- public partial class BoolConst : PEAPI.DataConstant
- {
- public BoolConst(bool val) { }
- }
- public partial class BoundArray : PEAPI.Array
- {
- public BoundArray(PEAPI.Type elementType, uint dimensions) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] size) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] loBounds, int[] sizes) { }
- }
- public enum BranchOp
- {
- beq = 59,
- beq_s = 46,
- bge = 60,
- bge_s = 47,
- bge_un = 65,
- bge_un_s = 52,
- bgt = 61,
- bgt_s = 48,
- bgt_un = 66,
- bgt_un_s = 53,
- ble = 62,
- ble_s = 49,
- ble_un = 67,
- ble_un_s = 54,
- blt = 63,
- blt_s = 50,
- blt_un = 68,
- blt_un_s = 55,
- bne_un = 64,
- bne_un_s = 51,
- br = 56,
- brfalse = 57,
- brfalse_s = 44,
- brtrue = 58,
- brtrue_s = 45,
- br_s = 43,
- leave = 221,
- leave_s = 222,
- }
- public partial class ByteArrConst : PEAPI.DataConstant
- {
- public ByteArrConst(byte[] val) { }
- public PEAPI.Type Type { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum CallConv
- {
- Cdecl = 1,
- Default = 0,
- Fastcall = 4,
- Generic = 16,
- Instance = 32,
- InstanceExplicit = 96,
- Stdcall = 2,
- Thiscall = 3,
- Vararg = 5,
- }
- public partial class CalliSig : PEAPI.Signature
- {
- public CalliSig(PEAPI.CallConv cconv, PEAPI.Type retType, PEAPI.Type[] pars) { }
- public void AddCallingConv(PEAPI.CallConv cconv) { }
- public void AddVarArgs(PEAPI.Type[] optPars) { }
- }
- public partial class Catch : PEAPI.HandlerBlock
- {
- public Catch(PEAPI.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public Catch(PEAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class CharConst : PEAPI.Constant
- {
- public CharConst(char val) { }
- }
- public partial class CILInstructions
- {
- internal CILInstructions() { }
- public uint Offset { get { throw null; } }
- public void AddTryBlock(PEAPI.TryBlock tryBlock) { }
- public void Branch(PEAPI.BranchOp inst, PEAPI.CILLabel lab) { }
- public void calli(PEAPI.CalliSig sig) { }
- public void CodeLabel(PEAPI.CILLabel lab) { }
- public void emitbyte(byte bVal) { }
- public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { }
- public void EndFaultBlock(PEAPI.TryBlock tryBlock) { }
- public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { }
- public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { }
- public PEAPI.TryBlock EndTryBlock() { throw null; }
- public void FieldInst(PEAPI.FieldOp inst, PEAPI.Field f) { }
- public void Inst(PEAPI.Op inst) { }
- public void IntInst(PEAPI.IntOp inst, int val) { }
- public void ldc_i8(long cVal) { }
- public void ldc_r4(float cVal) { }
- public void ldc_r8(double cVal) { }
- public void ldstr(byte[] str) { }
- public void ldstr(string str) { }
- public void LoadArg(int argNo) { }
- public void LoadArgAdr(int argNo) { }
- public void LoadLocal(int locNo) { }
- public void LoadLocalAdr(int locNo) { }
- public void MethInst(PEAPI.MethodOp inst, PEAPI.Method m) { }
- public PEAPI.CILLabel NewCodedLabel() { throw null; }
- public PEAPI.CILLabel NewLabel() { throw null; }
- public void PushFalse() { }
- public void PushInt(int i) { }
- public void PushLong(long l) { }
- public void PushTrue() { }
- public void StartBlock() { }
- public void StoreArg(int argNo) { }
- public void StoreLocal(int locNo) { }
- public void Switch(PEAPI.CILLabel[] labs) { }
- public void TypeInst(PEAPI.TypeOp inst, PEAPI.Type aType) { }
- }
- public partial class CILLabel
- {
- public CILLabel(uint offset) { }
- public CILLabel(uint offset, bool absolute) { }
- }
- public abstract partial class Class : PEAPI.Type
- {
- internal Class() { }
- public string name;
- protected uint nameIx;
- public string nameSpace;
- protected uint nameSpaceIx;
- protected int row;
- protected PEAPI.MetaData _metaData;
- }
- public partial class ClassDef : PEAPI.Class
- {
- internal ClassDef() { }
- public void AddAttribute(PEAPI.TypeAttr ta) { }
- public PEAPI.Event AddEvent(string name, PEAPI.Type eType) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr fAtts, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplementedInterface(PEAPI.Class iFace) { }
- public void AddLayoutInfo(int packSize, int classSize) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public void AddMethodOverride(PEAPI.Method decl, PEAPI.Method body) { }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class sType) { throw null; }
- public PEAPI.Property AddProperty(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public void AddSecurity(byte[] permissionSet) { }
- public static bool IsEnum(PEAPI.Class type) { throw null; }
- public static bool IsEnum(string nsName, string name) { throw null; }
- public static bool IsValueType(PEAPI.Class type) { throw null; }
- public static bool IsValueType(string nsName, string name) { throw null; }
- public void SetFieldOrder(System.Collections.ArrayList fields) { }
- public void SpecialNoSuper() { }
- }
- public partial class ClassRef : PEAPI.Class, PEAPI.IExternRef, PEAPI.IResolutionScope
- {
- internal ClassRef() { }
- protected PEAPI.MetaData metaData;
- protected PEAPI.IResolutionScope parent;
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- }
- public partial class ClassRefInst : PEAPI.Type
- {
- public ClassRefInst(PEAPI.Type type, bool is_value) { }
- }
- public partial class ClassType : PEAPI.Constant
- {
- public ClassType(PEAPI.Class classDesc) { }
- public ClassType(string className) { }
- }
- public abstract partial class CodeBlock
- {
- protected PEAPI.CILLabel end;
- protected bool small;
- protected PEAPI.CILLabel start;
- public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { }
- }
- public abstract partial class Constant
- {
- internal Constant() { }
- protected bool addedToBlobHeap;
- protected uint blobIndex;
- protected uint size;
- protected PEAPI.Type type;
- }
- public enum CorFlags
- {
- CF_32_BITREQUIRED = 2,
- CF_IL_ONLY = 1,
- CF_STRONGNAMESIGNED = 8,
- CF_TRACKDEBUGDATA = 65536,
- }
- public partial class CustomAttribute : PEAPI.MetaDataElement
- {
- internal CustomAttribute() { }
- public void AddFieldOrProp(string name, PEAPI.Constant val) { }
- }
- public partial class CustomMarshaller : PEAPI.NativeType
- {
- public CustomMarshaller(string marshallerName, string optCookie) { }
- public CustomMarshaller(string typeNameOrGUID, string marshallerName, string optCookie) { }
- }
- public partial class CustomModifiedType : PEAPI.Type
- {
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.Class cmodType) { }
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.PrimitiveTypeRef cmodType) { }
- }
- public enum CustomModifier
- {
- modopt = 32,
- modreq = 31,
- }
- public abstract partial class DataConstant : PEAPI.Constant
- {
- internal DataConstant() { }
- public uint DataOffset { get { throw null; } set { } }
- }
- public enum DataSegment
- {
- CIL = 2,
- Data = 0,
- TLS = 1,
- }
- public partial class DeclSecurity : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity() { }
- }
- public partial class DeclSecurity_20 : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity_20() { }
- }
- public partial class DoubleConst : PEAPI.DataConstant
- {
- public DoubleConst(double val) { }
- }
- public partial class Event : PEAPI.Feature
- {
- internal Event() { }
- public void AddAddon(PEAPI.MethodDef addon) { }
- public void AddFire(PEAPI.MethodDef fire) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddRemoveOn(PEAPI.MethodDef removeOn) { }
- }
- public partial class ExternClassRef : PEAPI.ClassRef
- {
- internal ExternClassRef() { }
- public PEAPI.ClassRef AddNestedClass(PEAPI.TypeAttr attrs, string name) { throw null; }
- }
- public partial class Fault : PEAPI.HandlerBlock
- {
- public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Feature : PEAPI.MetaDataElement
- {
- internal Feature() { }
- protected ushort flags;
- protected PEAPI.MethodSemantics[] methods;
- protected string name;
- protected uint nameIx;
- protected PEAPI.ClassDef parent;
- protected int tide;
- public void SetRTSpecialName() { }
- public void SetSpecialName() { }
- }
- public abstract partial class Field : PEAPI.Member
- {
- internal Field() { }
- protected static readonly byte FieldSig;
- protected PEAPI.Type type;
- }
- public enum FieldAttr
- {
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- HasFieldMarshal = 4096,
- Initonly = 32,
- Literal = 64,
- Notserialized = 128,
- Private = 1,
- Public = 6,
- PublicStatic = 22,
- RTSpecialName = 1024,
- SpecialName = 512,
- Static = 16,
- }
- public partial class FieldDef : PEAPI.Field
- {
- internal FieldDef() { }
- public void AddDataValue(PEAPI.DataConstant val) { }
- public void AddFieldAttr(PEAPI.FieldAttr fa) { }
- public void AddValue(PEAPI.Constant val) { }
- public void SetMarshalInfo(PEAPI.NativeType marshallType) { }
- public void SetOffset(uint offs) { }
- }
- public partial class FieldLayout : PEAPI.MetaDataElement
- {
- internal FieldLayout() { }
- }
- public partial class FieldMarshal : PEAPI.MetaDataElement
- {
- internal FieldMarshal() { }
- }
- public enum FieldOp
- {
- ldfld = 123,
- ldflda = 124,
- ldsfld = 126,
- ldsflda = 127,
- ldtoken = 208,
- stfld = 125,
- stsfld = 128,
- }
- public partial class FieldRef : PEAPI.Field
- {
- internal FieldRef() { }
- }
- public partial class FieldRVA : PEAPI.MetaDataElement
- {
- internal FieldRVA() { }
- }
- public partial class FileRef : PEAPI.MetaDataElement
- {
- internal FileRef() { }
- protected string name;
- }
- public partial class Filter : PEAPI.HandlerBlock
- {
- public Filter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Finally : PEAPI.HandlerBlock
- {
- public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class FixedArray : PEAPI.NativeType
- {
- public FixedArray(int numElems) { }
- }
- public partial class FixedSysString : PEAPI.NativeType
- {
- public FixedSysString(uint size) { }
- }
- public partial class FloatConst : PEAPI.DataConstant
- {
- public FloatConst(float val) { }
- }
- public partial class GenericMethodSig
- {
- public GenericMethodSig(PEAPI.Type[] gen_param) { }
- }
- [System.FlagsAttribute]
- public enum GenericParamAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstrait = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public partial class GenericParameter : PEAPI.MetaDataElement
- {
- internal GenericParameter() { }
- public string name;
- public void AddConstraint(PEAPI.Type constraint) { }
- }
- public partial class GenericTypeInst : PEAPI.Class
- {
- public GenericTypeInst(PEAPI.Type gen_type, PEAPI.Type[] gen_param) { }
- }
- public partial class GenParam : PEAPI.Class
- {
- public GenParam(int index, string name, PEAPI.GenParamType ptype) { }
- public int Index { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public PEAPI.GenParamType Type { get { throw null; } }
- }
- public enum GenParamType : byte
- {
- MVar = (byte)30,
- Var = (byte)19,
- }
- public abstract partial class HandlerBlock : PEAPI.CodeBlock
- {
- protected static readonly short ExceptionFlag;
- protected static readonly short FaultFlag;
- protected static readonly short FilterFlag;
- protected static readonly short FinallyFlag;
- public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public enum HashAlgorithm
- {
- None = 0,
- SHA1 = 1,
- }
- public partial class Hex
- {
- public Hex() { }
- public static string Byte(int b) { throw null; }
- public static string Int(int val) { throw null; }
- public static string Int(uint num) { throw null; }
- public static string Long(long lnum) { throw null; }
- public static string Short(int b) { throw null; }
- }
- public partial interface IExternRef
- {
- PEAPI.ClassRef AddClass(string nsName, string name);
- PEAPI.ClassRef AddValueClass(string nsName, string name);
- }
- public enum ImplAttr
- {
- ForwardRef = 16,
- IL = 0,
- InternalCall = 4096,
- Native = 1,
- NoInLining = 8,
- NoOptimization = 64,
- Optil = 2,
- PreserveSig = 128,
- Runtime = 3,
- Synchronised = 32,
- Synchronized = 32,
- Unmanaged = 4,
- }
- public partial class ImplMap : PEAPI.MetaDataElement
- {
- internal ImplMap() { }
- }
- public partial class IntConst : PEAPI.DataConstant
- {
- public IntConst(short val) { }
- public IntConst(int val) { }
- public IntConst(long val) { }
- public IntConst(sbyte val) { }
- }
- public partial class InterfaceImpl : PEAPI.MetaDataElement
- {
- internal InterfaceImpl() { }
- }
- public enum IntOp
- {
- ldarg = 65033,
- ldarga = 65034,
- ldarga_s = 15,
- ldarg_s = 14,
- ldc_i4 = 32,
- ldc_i4_s = 31,
- ldloc = 65036,
- ldloca = 65037,
- ldloca_s = 18,
- ldloc_s = 17,
- starg = 65035,
- starg_s = 16,
- stloc = 65038,
- stloc_s = 19,
- unaligned = 65042,
- }
- public partial interface IResolutionScope
- {
- }
- public partial class Local
- {
- public Local(string lName, PEAPI.Type lType) { }
- public Local(string lName, PEAPI.Type lType, bool byRef, bool isPinned) { }
- }
- public partial class LocalSig : PEAPI.Signature
- {
- public LocalSig(PEAPI.Local[] locals) { }
- }
- public partial class ManagedPointer : PEAPI.PtrType
- {
- public ManagedPointer(PEAPI.Type baseType) { }
- }
- public partial class ManifestResource : PEAPI.MetaDataElement
- {
- public static readonly uint PrivateResource;
- public static readonly uint PublicResource;
- public ManifestResource(string name, byte[] resBytes, uint flags) { }
- public ManifestResource(string name, uint flags, PEAPI.AssemblyRef assemRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef, uint fileIx) { }
- public string Name { get { throw null; } set { } }
- }
- public partial class MapElem : PEAPI.MetaDataElement
- {
- internal MapElem() { }
- }
- public enum MDTable
- {
- Assembly = 32,
- AssemblyOS = 34,
- AssemblyProcessor = 33,
- AssemblyRef = 35,
- AssemblyRefOS = 37,
- AssemblyRefProcessor = 36,
- ClassLayout = 15,
- Constant = 11,
- CustomAttribute = 12,
- DeclSecurity = 14,
- Event = 20,
- EventMap = 18,
- ExportedType = 39,
- Field = 4,
- FieldLayout = 16,
- FieldMarshal = 13,
- FieldRVA = 29,
- File = 38,
- GenericParam = 42,
- GenericParamConstraint = 44,
- ImplMap = 28,
- InterfaceImpl = 9,
- ManifestResource = 40,
- MemberRef = 10,
- Method = 6,
- MethodImpl = 25,
- MethodSemantics = 24,
- MethodSpec = 43,
- Module = 0,
- ModuleRef = 26,
- NestedClass = 41,
- Param = 8,
- Property = 23,
- PropertyMap = 21,
- StandAloneSig = 17,
- TypeDef = 2,
- TypeRef = 1,
- TypeSpec = 27,
- }
- public abstract partial class Member : PEAPI.MetaDataElement
- {
- internal Member() { }
- protected string name;
- protected uint nameIx;
- protected uint sigIx;
- }
- public partial class MetaData
- {
- internal MetaData() { }
- public PEAPI.MSCorLib mscorlib;
- }
- public abstract partial class MetaDataElement : System.IComparable
- {
- internal MetaDataElement() { }
- protected System.Collections.ArrayList customAttributes;
- protected bool done;
- protected bool sortTable;
- protected PEAPI.MDTable tabIx;
- public bool HasCustomAttr { get { throw null; } set { } }
- public uint Row { get { throw null; } set { } }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, PEAPI.Constant[] cVals) { }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, byte[] val) { }
- public int CompareTo(object obj) { throw null; }
- }
- public enum MethAttr
- {
- Abstract = 1024,
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- Final = 32,
- HasSecurity = 16384,
- HideBySig = 128,
- NewSlot = 256,
- Private = 1,
- PrivateVirtual = 65,
- Public = 6,
- PublicStatic = 22,
- PublicStaticFinal = 54,
- PublicVirtual = 70,
- RequireSecObject = 32768,
- RTSpecialName = 4096,
- SpecialName = 2048,
- SpecialRTSpecialName = 6144,
- Static = 16,
- Strict = 512,
- Virtual = 64,
- }
- public abstract partial class Method : PEAPI.Member
- {
- internal Method() { }
- public abstract void AddCallConv(PEAPI.CallConv cconv);
- }
- public partial class MethodDef : PEAPI.Method
- {
- internal MethodDef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplAttribute(PEAPI.ImplAttr ia) { }
- public void AddLocals(PEAPI.Local[] locals, bool initLocals) { }
- public void AddMethAttribute(PEAPI.MethAttr ma) { }
- public void AddPInvokeInfo(PEAPI.ModuleRef scope, string methName, PEAPI.PInvokeAttr callAttr) { }
- public void AddRetTypeMarshallInfo(PEAPI.NativeType marshallType) { }
- public PEAPI.CILInstructions CreateCodeBuffer() { throw null; }
- public void DeclareEntryPoint() { }
- public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; }
- public void SetMaxStack(int maxStack) { }
- }
- public partial class MethodImpl : PEAPI.MetaDataElement
- {
- internal MethodImpl() { }
- }
- public enum MethodOp
- {
- call = 40,
- callvirt = 111,
- jmp = 39,
- ldftn = 65030,
- ldtoken = 208,
- ldvirtfn = 65031,
- newobj = 115,
- }
- public partial class MethodRef : PEAPI.Method
- {
- internal MethodRef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- }
- public partial class MethodSemantics : PEAPI.MetaDataElement
- {
- internal MethodSemantics() { }
- }
- public partial class MethPtrType : PEAPI.Type
- {
- public MethPtrType(PEAPI.CallConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { }
- }
- public partial class Module : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal Module() { }
- public System.Guid Guid { get { throw null; } }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class ModuleRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal ModuleRef() { }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ExternClassRef AddExternClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.FileRef declFile, bool isValueClass) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.FileRef MakeFile(byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- }
- public sealed partial class MSCorLib : PEAPI.AssemblyRef
- {
- internal MSCorLib() { }
- public override PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public override PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class NativeArray : PEAPI.NativeType
- {
- public NativeArray(PEAPI.NativeType elemType) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen, int elemMult) { }
- }
- public partial class NativeType
- {
- internal NativeType() { }
- public static readonly PEAPI.NativeType AnsiBStr;
- public static readonly PEAPI.NativeType AsAny;
- public static readonly PEAPI.NativeType Boolean;
- public static readonly PEAPI.NativeType BStr;
- public static readonly PEAPI.NativeType ByValStr;
- public static readonly PEAPI.NativeType Currency;
- public static readonly PEAPI.NativeType Error;
- public static readonly PEAPI.NativeType FixedSysString;
- public static readonly PEAPI.NativeType Float32;
- public static readonly PEAPI.NativeType Float64;
- public static readonly PEAPI.NativeType FuncPtr;
- public static readonly PEAPI.NativeType IDispatch;
- public static readonly PEAPI.NativeType Int;
- public static readonly PEAPI.NativeType Int16;
- public static readonly PEAPI.NativeType Int32;
- public static readonly PEAPI.NativeType Int64;
- public static readonly PEAPI.NativeType Int8;
- public static readonly PEAPI.NativeType Interface;
- public static readonly PEAPI.NativeType IUnknown;
- public static readonly PEAPI.NativeType LPStr;
- public static readonly PEAPI.NativeType LPStruct;
- public static readonly PEAPI.NativeType LPTStr;
- public static readonly PEAPI.NativeType LPWStr;
- public static readonly PEAPI.NativeType Struct;
- public static readonly PEAPI.NativeType TBstr;
- protected byte typeIndex;
- public static readonly PEAPI.NativeType UInt;
- public static readonly PEAPI.NativeType UInt16;
- public static readonly PEAPI.NativeType UInt32;
- public static readonly PEAPI.NativeType UInt64;
- public static readonly PEAPI.NativeType UInt8;
- public static readonly PEAPI.NativeType VariantBool;
- public static readonly PEAPI.NativeType Void;
- }
- public partial class NotYetImplementedException : System.Exception
- {
- public NotYetImplementedException(string msg) { }
- }
- public partial class NullConst : PEAPI.Constant
- {
- public NullConst() { }
- }
- public enum Op
- {
- add = 88,
- add_ovf = 214,
- add_ovf_un = 215,
- and = 95,
- arglist = 65024,
- breakOp = 1,
- ceq = 65025,
- cgt = 65026,
- cgt_un = 65027,
- ckfinite = 195,
- clt = 65028,
- clt_un = 65029,
- conf_ovf_u1_un = 134,
- conv_i = 211,
- conv_i1 = 103,
- conv_i2 = 104,
- conv_i4 = 105,
- conv_i8 = 106,
- conv_ovf_i = 212,
- conv_ovf_i1 = 179,
- conv_ovf_i1_un = 130,
- conv_ovf_i2 = 181,
- conv_ovf_i2_un = 131,
- conv_ovf_i4 = 183,
- conv_ovf_i4_un = 132,
- conv_ovf_i8 = 185,
- conv_ovf_i8_un = 133,
- conv_ovf_i_un = 138,
- conv_ovf_u = 213,
- conv_ovf_u1 = 180,
- conv_ovf_u2 = 182,
- conv_ovf_u2_un = 135,
- conv_ovf_u4 = 184,
- conv_ovf_u4_un = 136,
- conv_ovf_u8 = 186,
- conv_ovf_u8_un = 137,
- conv_ovf_u_un = 139,
- conv_r4 = 107,
- conv_r8 = 108,
- conv_r_un = 118,
- conv_u = 224,
- conv_u1 = 210,
- conv_u2 = 209,
- conv_u4 = 109,
- conv_u8 = 110,
- cpblk = 65047,
- div = 91,
- div_un = 92,
- dup = 37,
- endfilter = 65041,
- endfinally = 220,
- initblk = 65048,
- ldarg_0 = 2,
- ldarg_1 = 3,
- ldarg_2 = 4,
- ldarg_3 = 5,
- ldc_i4_0 = 22,
- ldc_i4_1 = 23,
- ldc_i4_2 = 24,
- ldc_i4_3 = 25,
- ldc_i4_4 = 26,
- ldc_i4_5 = 27,
- ldc_i4_6 = 28,
- ldc_i4_7 = 29,
- ldc_i4_8 = 30,
- ldc_i4_m1 = 21,
- ldelem_i = 151,
- ldelem_i1 = 144,
- ldelem_i2 = 146,
- ldelem_i4 = 148,
- ldelem_i8 = 150,
- ldelem_r4 = 152,
- ldelem_r8 = 153,
- ldelem_ref = 154,
- ldelem_u1 = 145,
- ldelem_u2 = 147,
- ldelem_u4 = 149,
- ldind_i = 77,
- ldind_i1 = 70,
- ldind_i2 = 72,
- ldind_i4 = 74,
- ldind_i8 = 76,
- ldind_r4 = 78,
- ldind_r8 = 79,
- ldind_ref = 80,
- ldind_u1 = 71,
- ldind_u2 = 73,
- ldind_u4 = 75,
- ldlen = 142,
- ldloc_0 = 6,
- ldloc_1 = 7,
- ldloc_2 = 8,
- ldloc_3 = 9,
- ldnull = 20,
- localloc = 65039,
- mul = 90,
- mul_ovf = 216,
- mul_ovf_un = 217,
- neg = 101,
- nop = 0,
- not = 102,
- or = 96,
- pop = 38,
- readonly_ = 65054,
- refanytype = 65053,
- rem = 93,
- rem_un = 94,
- ret = 42,
- rethrow = 65050,
- shl = 98,
- shr = 99,
- shr_un = 100,
- stelem_i = 155,
- stelem_i1 = 156,
- stelem_i2 = 157,
- stelem_i4 = 158,
- stelem_i8 = 159,
- stelem_r4 = 160,
- stelem_r8 = 161,
- stelem_ref = 162,
- stind_i = 223,
- stind_i1 = 82,
- stind_i2 = 83,
- stind_i4 = 84,
- stind_i8 = 85,
- stind_r4 = 86,
- stind_r8 = 87,
- stind_ref = 81,
- stloc_0 = 10,
- stloc_1 = 11,
- stloc_2 = 12,
- stloc_3 = 13,
- sub = 89,
- sub_ovf = 218,
- sub_ovf_un = 219,
- tail_ = 65044,
- throwOp = 122,
- volatile_ = 65043,
- xor = 97,
- }
- public partial class Param : PEAPI.MetaDataElement
- {
- public Param(PEAPI.ParamAttr mode, string parName, PEAPI.Type parType) { }
- public bool HasMarshalInfo { get { throw null; } }
- public void AddDefaultValue(PEAPI.Constant cVal) { }
- public void AddMarshallInfo(PEAPI.NativeType marshallType) { }
- }
- public enum ParamAttr
- {
- Default = 0,
- HasDefault = 4096,
- HasFieldMarshal = 8192,
- In = 1,
- Opt = 16,
- Out = 2,
- }
- public partial class PEFile
- {
- public PEFile(string name, bool isDLL, bool hasAssembly) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, System.IO.Stream outStream) { }
- public PEAPI.ClassDef ModuleClass { get { throw null; } }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class superType) { throw null; }
- public void AddCustomAttribute(PEAPI.Method meth, PEAPI.Constant constant, PEAPI.MetaDataElement element) { }
- public void AddCustomAttribute(PEAPI.Method meth, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, PEAPI.PermissionSet ps, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddExternalManagedResource(PEAPI.ManifestResource mr) { }
- public void AddExternalManagedResource(string resName, PEAPI.AssemblyRef assem, uint flags) { }
- public PEAPI.AssemblyRef AddExternAssembly(string assemName) { throw null; }
- public PEAPI.ClassRef AddExternClass(string ns, string name, PEAPI.TypeAttr attrs, PEAPI.MetaDataElement declRef) { throw null; }
- public PEAPI.ModuleRef AddExternModule(string name) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr attrSet, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldRef AddFieldToTypeSpec(PEAPI.Type item, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FileRef AddFile(string fName, byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- public void AddGenericClass(PEAPI.GenericTypeInst gti) { }
- public void AddGenericParam(PEAPI.GenParam param) { }
- public void AddManifestResource(PEAPI.ManifestResource mr) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.Method AddMethodSpec(PEAPI.Method m, PEAPI.GenericMethodSig g_sig) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.PrimitiveTypeRef AddPrimitiveType(PEAPI.PrimitiveType type) { throw null; }
- public PEAPI.ClassDef AddValueClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.ValueClass vClass) { throw null; }
- public PEAPI.MethodRef AddVarArgMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.ManifestResource GetResource(string name) { throw null; }
- public PEAPI.ManifestResource[] GetResources() { throw null; }
- public PEAPI.Assembly GetThisAssembly() { throw null; }
- public PEAPI.Module GetThisModule() { throw null; }
- public void SetCorFlags(int flags) { }
- public void SetStackReserve(long stackReserve) { }
- public void SetSubSystem(PEAPI.SubSystem subS) { }
- public void WritePEFile() { }
- }
- public partial class PEFileException : System.Exception
- {
- public PEFileException(string msg) { }
- }
- public partial class Permission
- {
- public Permission(PEAPI.Type type, string name) { }
- public void AddMember(PEAPI.PermissionMember member) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionMember
- {
- public PermissionMember(System.Reflection.MemberTypes member_type, PEAPI.Type type, string name, object value) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionSet
- {
- public PermissionSet(PEAPI.SecurityAction sec_action) { }
- public void AddPermission(PEAPI.Permission perm) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public enum PInvokeAttr
- {
- ansi = 2,
- autochar = 6,
- bestfit_mask = 48,
- bestfit_off = 32,
- bestfit_on = 16,
- cdecl = 512,
- charmaperror_off = 8192,
- charmaperror_on = 4096,
- fastcall = 1280,
- lasterr = 64,
- nomangle = 1,
- stdcall = 768,
- thiscall = 1024,
- unicode = 4,
- winapi = 256,
- }
- public partial class PrimitiveType : PEAPI.Type
- {
- internal PrimitiveType() { }
- public static readonly PEAPI.PrimitiveType Boolean;
- public static readonly PEAPI.PrimitiveType Char;
- public static readonly PEAPI.PrimitiveType Float32;
- public static readonly PEAPI.PrimitiveType Float64;
- public static readonly PEAPI.PrimitiveType Int16;
- public static readonly PEAPI.PrimitiveType Int32;
- public static readonly PEAPI.PrimitiveType Int64;
- public static readonly PEAPI.PrimitiveType Int8;
- public static readonly PEAPI.PrimitiveType IntPtr;
- public static readonly PEAPI.PrimitiveType NativeInt;
- public static readonly PEAPI.PrimitiveType NativeUInt;
- public static int NumSystemTypes;
- public static readonly PEAPI.PrimitiveType Object;
- public static readonly PEAPI.PrimitiveType String;
- public static readonly PEAPI.PrimitiveType TypedRef;
- public static readonly PEAPI.PrimitiveType UInt16;
- public static readonly PEAPI.PrimitiveType UInt32;
- public static readonly PEAPI.PrimitiveType UInt64;
- public static readonly PEAPI.PrimitiveType UInt8;
- public static readonly PEAPI.PrimitiveType UIntPtr;
- public static readonly PEAPI.PrimitiveType Void;
- }
- public partial class PrimitiveTypeRef : PEAPI.Type
- {
- internal PrimitiveTypeRef() { }
- }
- public partial class Property : PEAPI.Feature
- {
- internal Property() { }
- public void AddGetter(PEAPI.MethodDef getter) { }
- public void AddInitValue(PEAPI.Constant constVal) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddSetter(PEAPI.MethodDef setter) { }
- public void SetInstance(bool isInstance) { }
- }
- public abstract partial class PtrType : PEAPI.Type
- {
- internal PtrType() { }
- }
- public partial class RepeatedConstant : PEAPI.DataConstant
- {
- public RepeatedConstant(PEAPI.DataConstant dConst, int repeatCount) { }
- }
- public abstract partial class ResolutionScope : PEAPI.MetaDataElement, PEAPI.IResolutionScope
- {
- internal ResolutionScope() { }
- protected PEAPI.MetaData metaData;
- protected string name;
- protected uint nameIx;
- }
- public partial class SafeArray : PEAPI.NativeType
- {
- public SafeArray() { }
- public SafeArray(PEAPI.SafeArrayType elemType) { }
- }
- public enum SafeArrayType
- {
- boolean = 11,
- bstr = 8,
- currency = 6,
- date = 7,
- Decimal = 14,
- dispatch = 9,
- error = 10,
- float32 = 4,
- float64 = 5,
- Int = 22,
- int16 = 2,
- int32 = 3,
- int8 = 16,
- UInt = 23,
- uint16 = 18,
- uint32 = 19,
- uint8 = 17,
- unknown = 13,
- variant = 12,
- }
- public enum SecurityAction : short
- {
- Assert = (short)3,
- Demand = (short)2,
- DemandChoice = (short)18,
- Deny = (short)4,
- InheritDemand = (short)7,
- InheritDemandChoice = (short)17,
- LinkDemand = (short)6,
- LinkDemandChoice = (short)16,
- NonCasDemand = (short)13,
- NonCasInheritance = (short)15,
- NonCasLinkDemand = (short)14,
- PermitOnly = (short)5,
- PreJitDeny = (short)12,
- PreJitGrant = (short)11,
- Request = (short)1,
- RequestMinimum = (short)8,
- RequestOptional = (short)9,
- RequestRefuse = (short)10,
- }
- public partial class Sentinel : PEAPI.Type
- {
- public Sentinel() { }
- }
- public abstract partial class Signature : PEAPI.MetaDataElement
- {
- internal Signature() { }
- protected uint sigIx;
- }
- public partial class StringConst : PEAPI.DataConstant
- {
- public StringConst(string val) { }
- }
- public enum SubSystem
- {
- Native = 1,
- Native_Windows = 8,
- OS2_CUI = 5,
- POSIX_CUI = 7,
- Windows_CE_GUI = 9,
- Windows_CUI = 3,
- Windows_GUI = 2,
- }
- public partial class TryBlock : PEAPI.CodeBlock
- {
- protected bool fatFormat;
- protected int flags;
- public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public void AddHandler(PEAPI.HandlerBlock handler) { }
- }
- public abstract partial class Type : PEAPI.MetaDataElement
- {
- internal Type() { }
- protected byte typeIndex;
- protected PEAPI.TypeSpec typeSpec;
- }
- [System.FlagsAttribute]
- public enum TypeAttr
- {
- Abstract = 128,
- AutoClass = 131072,
- BeforeFieldInit = 1048576,
- ExplicitLayout = 16,
- Forwarder = 2097152,
- HasSecurity = 262144,
- Import = 4096,
- Interface = 32,
- NestedAssembly = 5,
- NestedFamAndAssem = 6,
- NestedFamily = 4,
- NestedFamOrAssem = 7,
- NestedPrivate = 3,
- NestedPublic = 2,
- Private = 0,
- Public = 1,
- PublicAbstract = 129,
- PublicSealed = 257,
- RTSpecialName = 2048,
- Sealed = 256,
- SequentialLayout = 8,
- Serializable = 8192,
- SpecialName = 1024,
- UnicodeClass = 65536,
- VisibilityMask = 7,
- }
- public enum TypeOp
- {
- box = 140,
- castclass = 116,
- constrained = 65046,
- cpobj = 112,
- initobj = 65045,
- isinst = 117,
- ldelem = 163,
- ldelema = 143,
- ldobj = 113,
- ldtoken = 208,
- mkrefany = 198,
- newarr = 141,
- refanyval = 194,
- sizeOf = 65052,
- stelem = 164,
- stobj = 129,
- unbox = 121,
- unbox_any = 165,
- }
- public partial class TypeSignatureException : System.Exception
- {
- public TypeSignatureException(string msg) { }
- }
- public partial class TypeSpec : PEAPI.MetaDataElement
- {
- internal TypeSpec() { }
- }
- public partial class UIntConst : PEAPI.DataConstant
- {
- public UIntConst(byte val) { }
- public UIntConst(ushort val) { }
- public UIntConst(uint val) { }
- public UIntConst(ulong val) { }
- }
- public partial class UnmanagedPointer : PEAPI.PtrType
- {
- public UnmanagedPointer(PEAPI.Type baseType) { }
- }
- public enum ValueClass
- {
- Enum = 1,
- ValueType = 0,
- }
- public partial class ZeroBasedArray : PEAPI.Array
- {
- public ZeroBasedArray(PEAPI.Type elementType) { }
- }
-}
diff --git a/src/v4.6/RabbitMQ.Client.cs b/src/v4.6/RabbitMQ.Client.cs
deleted file mode 100644
index 4339a1d..0000000
--- a/src/v4.6/RabbitMQ.Client.cs
+++ /dev/null
@@ -1,9412 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
-[assembly:System.Reflection.AssemblyDefaultAliasAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
-[assembly:System.Reflection.AssemblyTitleAttribute("RabbitMQ.Client.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace RabbitMQ.Client
-{
- public partial class AmqpTcpEndpoint
- {
- public const int UseDefaultPort = -1;
- public AmqpTcpEndpoint() { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, string hostName, int portOrMinusOne, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri) { }
- public AmqpTcpEndpoint(RabbitMQ.Client.IProtocol protocol, System.Uri uri, RabbitMQ.Client.SslOption ssl) { }
- public AmqpTcpEndpoint(string hostName) { }
- public AmqpTcpEndpoint(string hostName, int portOrMinusOne) { }
- public AmqpTcpEndpoint(System.Uri uri) { }
- public string HostName { get { throw null; } set { } }
- public int Port { get { throw null; } set { } }
- public RabbitMQ.Client.IProtocol Protocol { get { throw null; } set { } }
- public RabbitMQ.Client.SslOption Ssl { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint Parse(RabbitMQ.Client.IProtocol protocol, string address) { throw null; }
- public static RabbitMQ.Client.AmqpTcpEndpoint[] ParseMultiple(RabbitMQ.Client.IProtocol protocol, string addresses) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AmqpTimestamp
- {
- public AmqpTimestamp(long unixTime) { throw null;}
- public long UnixTime { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class AmqpVersion
- {
- public AmqpVersion(int major, int minor) { }
- public int Major { get { throw null; } }
- public int Minor { get { throw null; } }
- public override bool Equals(object other) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class BasicGetResult
- {
- public BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } }
- public byte[] Body { get { throw null; } }
- public ulong DeliveryTag { get { throw null; } }
- public string Exchange { get { throw null; } }
- public uint MessageCount { get { throw null; } }
- public bool Redelivered { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- }
- public partial class BinaryTableValue
- {
- public BinaryTableValue() { }
- public BinaryTableValue(byte[] bytes) { }
- public byte[] Bytes { get { throw null; } set { } }
- }
- public partial class ConnectionFactory
- {
- public System.Collections.IDictionary ClientProperties;
- public const ushort DefaultChannelMax = (ushort)0;
- public const uint DefaultFrameMax = (uint)0;
- public const ushort DefaultHeartbeat = (ushort)0;
- public const string DefaultPass = "guest";
- public const string DefaultUser = "guest";
- public const string DefaultVHost = "/";
- public string HostName;
- public string Password;
- public int Port;
- public RabbitMQ.Client.IProtocol Protocol;
- public ushort RequestedChannelMax;
- public uint RequestedFrameMax;
- public ushort RequestedHeartbeat;
- public RabbitMQ.Client.SslOption Ssl;
- public string UserName;
- public string VirtualHost;
- public ConnectionFactory() { }
- public string Address { get { throw null; } set { } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } set { } }
- public virtual RabbitMQ.Client.IConnection CreateConnection() { throw null; }
- public virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects) { throw null; }
- protected virtual RabbitMQ.Client.IConnection CreateConnection(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, params RabbitMQ.Client.AmqpTcpEndpoint[] endpoints) { throw null; }
- protected virtual RabbitMQ.Client.IConnection FollowRedirectChain(int maxRedirects, System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors, ref RabbitMQ.Client.AmqpTcpEndpoint[] mostRecentKnownHosts, RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- }
- public partial class DefaultBasicConsumer : RabbitMQ.Client.IBasicConsumer
- {
- public DefaultBasicConsumer() { }
- public DefaultBasicConsumer(RabbitMQ.Client.IModel model) { }
- public string ConsumerTag { get { throw null; } set { } }
- public bool IsRunning { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- public virtual void HandleBasicCancelOk(string consumerTag) { }
- public virtual void HandleBasicConsumeOk(string consumerTag) { }
- public virtual void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnCancel() { }
- }
- public partial class ExchangeType
- {
- internal ExchangeType() { }
- public const string Direct = "direct";
- public const string Fanout = "fanout";
- public const string Topic = "topic";
- public static System.Collections.ICollection All() { throw null; }
- }
- public partial interface IBasicConsumer
- {
- RabbitMQ.Client.IModel Model { get; }
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body);
- void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface IBasicProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string AppId { get; set; }
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string CorrelationId { get; set; }
- byte DeliveryMode { get; set; }
- string Expiration { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.PublicationAddress ReplyToAddress { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- string Type { get; set; }
- string UserId { get; set; }
- void ClearAppId();
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearCorrelationId();
- void ClearDeliveryMode();
- void ClearExpiration();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- void ClearType();
- void ClearUserId();
- bool IsAppIdPresent();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsCorrelationIdPresent();
- bool IsDeliveryModePresent();
- bool IsExpirationPresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- bool IsTypePresent();
- bool IsUserIdPresent();
- void SetPersistent(bool persistent);
- }
- public partial interface IConnection : System.IDisposable
- {
- bool AutoClose { get; set; }
- ushort ChannelMax { get; }
- System.Collections.IDictionary ClientProperties { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- bool IsOpen { get; }
- RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get; }
- RabbitMQ.Client.IProtocol Protocol { get; }
- System.Collections.IDictionary ServerProperties { get; }
- System.Collections.IList ShutdownReport { get; }
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown;
- void Abort();
- void Abort(int timeout);
- void Abort(ushort reasonCode, string reasonText);
- void Abort(ushort reasonCode, string reasonText, int timeout);
- void Close();
- void Close(int timeout);
- void Close(ushort reasonCode, string reasonText);
- void Close(ushort reasonCode, string reasonText, int timeout);
- RabbitMQ.Client.IModel CreateModel();
- }
- public partial interface IContentHeader : System.ICloneable
- {
- int ProtocolClassId { get; }
- string ProtocolClassName { get; }
- }
- public partial interface IFileProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ClusterId { get; set; }
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- string Filename { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- string MessageId { get; set; }
- byte Priority { get; set; }
- string ReplyTo { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearClusterId();
- void ClearContentEncoding();
- void ClearContentType();
- void ClearFilename();
- void ClearHeaders();
- void ClearMessageId();
- void ClearPriority();
- void ClearReplyTo();
- void ClearTimestamp();
- bool IsClusterIdPresent();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsFilenamePresent();
- bool IsHeadersPresent();
- bool IsMessageIdPresent();
- bool IsPriorityPresent();
- bool IsReplyToPresent();
- bool IsTimestampPresent();
- }
- public partial interface IMethod
- {
- int ProtocolClassId { get; }
- int ProtocolMethodId { get; }
- string ProtocolMethodName { get; }
- }
- public partial interface IModel : System.IDisposable
- {
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn;
- event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException;
- event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown;
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Abort(ushort replyCode, string replyText);
- void BasicAck(ulong deliveryTag, bool multiple);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicCancel(string consumerTag);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- void BasicRecover(bool requeue);
- void BasicReject(ulong deliveryTag, bool requeue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "active")]void ChannelFlow(bool active);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void Close(ushort replyCode, string replyText);
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("basic")]
- RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("file")]
- RabbitMQ.Client.IFileProperties CreateFileProperties();
- [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute("stream")]
- RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- void DtxSelect();
- void DtxStart(string dtxIdentifier);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- void ExchangeDeclare(string exchange, string type, bool durable);
- void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- void ExchangeDelete(string exchange, bool ifUnused, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait);
- void QueueBind(string queue, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodDoNotImplementAttribute(null)]
- string QueueDeclare(string queue, bool durable);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "queue")]string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null)]bool nowait, System.Collections.IDictionary arguments);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute(null, "messageCount")]uint QueuePurge(string queue, [RabbitMQ.Client.Apigen.Attributes.AmqpNowaitArgumentAttribute(null, "0xFFFFFFFF")]bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8qpid")]
- void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- void TxCommit();
- void TxRollback();
- void TxSelect();
- }
- public partial interface IProtocol
- {
- string ApiName { get; }
- int DefaultPort { get; }
- int MajorVersion { get; }
- int MinorVersion { get; }
- RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- }
- public partial interface IStreamProperties : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- string ContentEncoding { get; set; }
- string ContentType { get; set; }
- System.Collections.IDictionary Headers { get; set; }
- byte Priority { get; set; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- void ClearContentEncoding();
- void ClearContentType();
- void ClearHeaders();
- void ClearPriority();
- void ClearTimestamp();
- bool IsContentEncodingPresent();
- bool IsContentTypePresent();
- bool IsHeadersPresent();
- bool IsPriorityPresent();
- bool IsTimestampPresent();
- }
- public partial class Protocols
- {
- internal Protocols() { }
- public static readonly string DefaultAppSettingsKey;
- public static readonly string EnvironmentVariable;
- public static RabbitMQ.Client.IProtocol AMQP_0_8 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_8_QPID { get { throw null; } }
- public static RabbitMQ.Client.IProtocol AMQP_0_9 { get { throw null; } }
- public static RabbitMQ.Client.IProtocol DefaultProtocol { get { throw null; } }
- public static RabbitMQ.Client.IProtocol FromConfiguration() { throw null; }
- public static RabbitMQ.Client.IProtocol FromConfiguration(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment() { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironment(string appSettingsKey) { throw null; }
- public static RabbitMQ.Client.IProtocol FromEnvironmentVariable() { throw null; }
- public static RabbitMQ.Client.IProtocol Lookup(string name) { throw null; }
- public static RabbitMQ.Client.IProtocol SafeLookup(string name) { throw null; }
- }
- public partial class PublicationAddress
- {
- public static readonly System.Text.RegularExpressions.Regex PSEUDO_URI_PARSER;
- public PublicationAddress(string exchangeType, string exchangeName, string routingKey) { }
- public string ExchangeName { get { throw null; } }
- public string ExchangeType { get { throw null; } }
- public string RoutingKey { get { throw null; } }
- public static RabbitMQ.Client.PublicationAddress Parse(string uriLikeString) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class QueueingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- protected RabbitMQ.Util.SharedQueue m_queue;
- public QueueingBasicConsumer() { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model) { }
- public QueueingBasicConsumer(RabbitMQ.Client.IModel model, RabbitMQ.Util.SharedQueue queue) { }
- public RabbitMQ.Util.SharedQueue Queue { get { throw null; } }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void OnCancel() { }
- }
- public partial class ShutdownEventArgs : System.EventArgs
- {
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, object cause) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public ShutdownEventArgs(RabbitMQ.Client.ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause) { }
- public object Cause { get { throw null; } }
- public ushort ClassId { get { throw null; } }
- public RabbitMQ.Client.ShutdownInitiator Initiator { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public ushort ReplyCode { get { throw null; } }
- public string ReplyText { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public enum ShutdownInitiator
- {
- Application = 0,
- Library = 1,
- Peer = 2,
- }
- public partial class ShutdownReportEntry
- {
- public string m_description;
- public System.Exception m_ex;
- public ShutdownReportEntry(string description, System.Exception ex) { }
- public string Description { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class SslHelper
- {
- internal SslHelper() { }
- public static System.IO.Stream TcpUpgrade(System.IO.Stream tcpStream, RabbitMQ.Client.SslOption sslOption) { throw null; }
- }
- public partial class SslOption
- {
- public SslOption() { }
- public SslOption(string serverName) { }
- public SslOption(string serverName, string certPath, bool enabled) { }
- public System.Net.Security.SslPolicyErrors AcceptablePolicyErrors { get { throw null; } set { } }
- public string CertPassphrase { get { throw null; } set { } }
- public string CertPath { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection Certs { get { throw null; } }
- public bool Enabled { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public System.Security.Authentication.SslProtocols Version { get { throw null; } set { } }
- }
-}
-namespace RabbitMQ.Client.Apigen.Attributes
-{
- public abstract partial class AmqpApigenAttribute : System.Attribute
- {
- public string m_namespaceName;
- public AmqpApigenAttribute(string namespaceName) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpAsynchronousHandlerAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpAsynchronousHandlerAttribute(string namespaceName) : base (default(string)) { }
- }
- public partial class AmqpContentBodyMappingAttribute : System.Attribute
- {
- public AmqpContentBodyMappingAttribute() { }
- }
- public partial class AmqpContentHeaderFactoryAttribute : System.Attribute
- {
- public string m_contentClass;
- public AmqpContentHeaderFactoryAttribute(string contentClass) { }
- }
- public partial class AmqpContentHeaderMappingAttribute : System.Attribute
- {
- public AmqpContentHeaderMappingAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpFieldMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_fieldName;
- public AmqpFieldMappingAttribute(string namespaceName, string fieldName) : base (default(string)) { }
- }
- public partial class AmqpForceOneWayAttribute : System.Attribute
- {
- public AmqpForceOneWayAttribute() { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodDoNotImplementAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpMethodDoNotImplementAttribute(string namespaceName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpMethodMappingAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_className;
- public string m_methodName;
- public AmqpMethodMappingAttribute(string namespaceName, string className, string methodName) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpNowaitArgumentAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public string m_replacementExpression;
- public AmqpNowaitArgumentAttribute(string namespaceName) : base (default(string)) { }
- public AmqpNowaitArgumentAttribute(string namespaceName, string replacementExpression) : base (default(string)) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- public partial class AmqpUnsupportedAttribute : RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute
- {
- public AmqpUnsupportedAttribute(string namespaceName) : base (default(string)) { }
- }
-}
-namespace RabbitMQ.Client.Content
-{
- public partial class BasicMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- public const int DefaultAccumulatorSize = 1024;
- protected System.IO.MemoryStream m_accumulator;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public BasicMessageBuilder(RabbitMQ.Client.IModel model) { }
- public BasicMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) { }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryWriter Writer { get { throw null; } }
- public virtual byte[] GetContentBody() { throw null; }
- public virtual RabbitMQ.Client.IContentHeader GetContentHeader() { throw null; }
- public virtual string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes) { throw null; }
- public RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length) { throw null; }
- }
- public partial class BasicMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- protected byte[] m_body;
- protected RabbitMQ.Client.IBasicProperties m_properties;
- protected RabbitMQ.Util.NetworkBinaryReader m_reader;
- protected System.IO.MemoryStream m_stream;
- public BasicMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public byte[] BodyBytes { get { throw null; } }
- public System.IO.Stream BodyStream { get { throw null; } }
- public System.Collections.IDictionary Headers { get { throw null; } }
- public RabbitMQ.Client.IBasicProperties Properties { get { throw null; } }
- public RabbitMQ.Util.NetworkBinaryReader Reader { get { throw null; } }
- public int RawRead() { throw null; }
- public int RawRead(byte[] target, int offset, int length) { throw null; }
- }
- public partial class BytesMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IBytesMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- public BytesMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public BytesMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class BytesMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IBytesMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- public BytesMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public int Read(byte[] target, int offset, int count) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class BytesWireFormatting
- {
- public BytesWireFormatting() { }
- public static int Read(RabbitMQ.Util.NetworkBinaryReader reader, byte[] target, int offset, int count) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader, int count) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void Write(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source, int offset, int count) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] source) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public partial interface IBytesMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IBytesMessageBuilder Write(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IBytesMessageBuilder WriteString(string value);
- }
- public partial interface IBytesMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- int Read(byte[] target, int offset, int count);
- byte ReadByte();
- byte[] ReadBytes(int count);
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- float ReadSingle();
- string ReadString();
- }
- public partial interface IMapMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMapMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- System.Collections.IDictionary Body { get; }
- }
- public partial interface IMessageBuilder
- {
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- byte[] GetContentBody();
- RabbitMQ.Client.IContentHeader GetContentHeader();
- string GetDefaultContentType();
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte b);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes);
- RabbitMQ.Client.Content.IMessageBuilder RawWrite(byte[] bytes, int offset, int length);
- }
- public partial interface IMessageReader
- {
- byte[] BodyBytes { get; }
- System.IO.Stream BodyStream { get; }
- System.Collections.IDictionary Headers { get; }
- int RawRead();
- int RawRead(byte[] target, int offset, int length);
- }
- public partial interface IStreamMessageBuilder : RabbitMQ.Client.Content.IMessageBuilder
- {
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value);
- RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value);
- }
- public partial interface IStreamMessageReader : RabbitMQ.Client.Content.IMessageReader
- {
- bool ReadBool();
- byte ReadByte();
- byte[] ReadBytes();
- char ReadChar();
- double ReadDouble();
- short ReadInt16();
- int ReadInt32();
- long ReadInt64();
- object ReadObject();
- object[] ReadObjects();
- float ReadSingle();
- string ReadString();
- }
- public partial class MapMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMapMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public MapMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- public override byte[] GetContentBody() { throw null; }
- public override string GetDefaultContentType() { throw null; }
- }
- public partial class MapMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMapMessageReader, RabbitMQ.Client.Content.IMessageReader
- {
- public static readonly string MimeType;
- protected System.Collections.IDictionary m_table;
- public MapMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public System.Collections.IDictionary Body { get { throw null; } }
- }
- public partial class MapWireFormatting
- {
- public MapWireFormatting() { }
- public static System.Collections.IDictionary ReadMap(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteMap(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary table) { }
- }
- public partial class PrimitiveParser
- {
- public PrimitiveParser() { }
- public static void InvalidConversion(string target, object source) { }
- public static bool ParseBool(string value) { throw null; }
- public static byte ParseByte(string value) { throw null; }
- public static double ParseDouble(string value) { throw null; }
- public static float ParseFloat(string value) { throw null; }
- public static int ParseInt(string value) { throw null; }
- public static long ParseLong(string value) { throw null; }
- public static short ParseShort(string value) { throw null; }
- }
- public partial class StreamMessageBuilder : RabbitMQ.Client.Content.BasicMessageBuilder, RabbitMQ.Client.Content.IMessageBuilder, RabbitMQ.Client.Content.IStreamMessageBuilder
- {
- public static readonly string MimeType;
- public StreamMessageBuilder(RabbitMQ.Client.IModel model) : base (default(RabbitMQ.Client.IModel)) { }
- public StreamMessageBuilder(RabbitMQ.Client.IModel model, int initialAccumulatorSize) : base (default(RabbitMQ.Client.IModel)) { }
- public override string GetDefaultContentType() { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBool(bool value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteByte(byte value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteBytes(byte[] source, int offset, int count) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteChar(char value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteDouble(double value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt16(short value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt32(int value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteInt64(long value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObject(object value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteObjects(params object[] values) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteSingle(float value) { throw null; }
- public RabbitMQ.Client.Content.IStreamMessageBuilder WriteString(string value) { throw null; }
- }
- public partial class StreamMessageReader : RabbitMQ.Client.Content.BasicMessageReader, RabbitMQ.Client.Content.IMessageReader, RabbitMQ.Client.Content.IStreamMessageReader
- {
- public static readonly string MimeType;
- public StreamMessageReader(RabbitMQ.Client.IBasicProperties properties, byte[] payload) : base (default(RabbitMQ.Client.IBasicProperties), default(byte[])) { }
- public bool ReadBool() { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes() { throw null; }
- public char ReadChar() { throw null; }
- public double ReadDouble() { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt32() { throw null; }
- public long ReadInt64() { throw null; }
- public object ReadObject() { throw null; }
- public object[] ReadObjects() { throw null; }
- public float ReadSingle() { throw null; }
- public string ReadString() { throw null; }
- }
- public partial class StreamWireFormatting
- {
- public StreamWireFormatting() { }
- public static bool ReadBool(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadByte(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadBytes(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static char ReadChar(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static double ReadDouble(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static short ReadInt16(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static int ReadInt32(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static long ReadInt64(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadNonnullObject(string target, RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadObject(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static float ReadSingle(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadUntypedString(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteBool(RabbitMQ.Util.NetworkBinaryWriter writer, bool value) { }
- public static void WriteByte(RabbitMQ.Util.NetworkBinaryWriter writer, byte value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value) { }
- public static void WriteBytes(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] value, int offset, int length) { }
- public static void WriteChar(RabbitMQ.Util.NetworkBinaryWriter writer, char value) { }
- public static void WriteDouble(RabbitMQ.Util.NetworkBinaryWriter writer, double value) { }
- public static void WriteInt16(RabbitMQ.Util.NetworkBinaryWriter writer, short value) { }
- public static void WriteInt32(RabbitMQ.Util.NetworkBinaryWriter writer, int value) { }
- public static void WriteInt64(RabbitMQ.Util.NetworkBinaryWriter writer, long value) { }
- public static void WriteObject(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteSingle(RabbitMQ.Util.NetworkBinaryWriter writer, float value) { }
- public static void WriteString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- public static void WriteUntypedString(RabbitMQ.Util.NetworkBinaryWriter writer, string value) { }
- }
- public enum StreamWireFormattingTag
- {
- Bool = 1,
- Byte = 2,
- Bytes = 3,
- Char = 5,
- Double = 9,
- Int16 = 4,
- Int32 = 6,
- Int64 = 7,
- Null = 11,
- Single = 8,
- String = 10,
- }
-}
-namespace RabbitMQ.Client.Events
-{
- public partial class BasicDeliverEventArgs : System.EventArgs
- {
- public BasicDeliverEventArgs() { }
- public BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string ConsumerTag { get { throw null; } set { } }
- public ulong DeliveryTag { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public bool Redelivered { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicDeliverEventHandler(RabbitMQ.Client.IBasicConsumer sender, RabbitMQ.Client.Events.BasicDeliverEventArgs args);
- public partial class BasicReturnEventArgs : System.EventArgs
- {
- public BasicReturnEventArgs() { }
- public RabbitMQ.Client.IBasicProperties BasicProperties { get { throw null; } set { } }
- public byte[] Body { get { throw null; } set { } }
- public string Exchange { get { throw null; } set { } }
- public ushort ReplyCode { get { throw null; } set { } }
- public string ReplyText { get { throw null; } set { } }
- public string RoutingKey { get { throw null; } set { } }
- }
- public delegate void BasicReturnEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.Events.BasicReturnEventArgs args);
- public partial class CallbackExceptionEventArgs : System.EventArgs
- {
- public CallbackExceptionEventArgs(System.Exception exception) { }
- public System.Collections.IDictionary Detail { get { throw null; } }
- public System.Exception Exception { get { throw null; } }
- }
- public delegate void CallbackExceptionEventHandler(object sender, RabbitMQ.Client.Events.CallbackExceptionEventArgs e);
- public delegate void ConnectionShutdownEventHandler(RabbitMQ.Client.IConnection connection, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ConsumerEventArgs : System.EventArgs
- {
- public ConsumerEventArgs(string consumerTag) { }
- public string ConsumerTag { get { throw null; } }
- }
- public delegate void ConsumerEventHandler(object sender, RabbitMQ.Client.Events.ConsumerEventArgs e);
- public delegate void ConsumerShutdownEventHandler(object sender, RabbitMQ.Client.ShutdownEventArgs e);
- public partial class EventingBasicConsumer : RabbitMQ.Client.DefaultBasicConsumer
- {
- public EventingBasicConsumer() { }
- public event RabbitMQ.Client.Events.BasicDeliverEventHandler Received { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Registered { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerShutdownEventHandler Shutdown { add { } remove { } }
- public event RabbitMQ.Client.Events.ConsumerEventHandler Unregistered { add { } remove { } }
- public override void HandleBasicCancelOk(string consumerTag) { }
- public override void HandleBasicConsumeOk(string consumerTag) { }
- public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body) { }
- public override void HandleModelShutdown(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public delegate void ModelShutdownEventHandler(RabbitMQ.Client.IModel model, RabbitMQ.Client.ShutdownEventArgs reason);
-}
-namespace RabbitMQ.Client.Exceptions
-{
- public partial class AlreadyClosedException : RabbitMQ.Client.Exceptions.OperationInterruptedException
- {
- public AlreadyClosedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class BrokerUnreachableException : System.IO.IOException
- {
- public BrokerUnreachableException(System.Collections.IDictionary connectionAttempts, System.Collections.IDictionary connectionErrors) { }
- public System.Collections.IDictionary ConnectionAttempts { get { throw null; } }
- public System.Collections.IDictionary ConnectionErrors { get { throw null; } }
- public override System.Collections.IDictionary Data { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChannelAllocationException : System.Exception
- {
- public ChannelAllocationException() { }
- public ChannelAllocationException(int channel) { }
- public int Channel { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class OperationInterruptedException : System.Exception
- {
- protected RabbitMQ.Client.ShutdownEventArgs m_shutdownReason;
- protected OperationInterruptedException() { }
- public OperationInterruptedException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- protected OperationInterruptedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- protected OperationInterruptedException(string message) { }
- protected OperationInterruptedException(string message, System.Exception inner) { }
- public RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class PacketNotRecognizedException : System.Net.ProtocolViolationException
- {
- public PacketNotRecognizedException(int transportHigh, int transportLow, int serverMajor, int serverMinor) { }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- public int TransportHigh { get { throw null; } }
- public int TransportLow { get { throw null; } }
- }
- public partial class PossibleAuthenticationFailureException : System.Exception
- {
- public PossibleAuthenticationFailureException(string msg, System.Exception inner) { }
- }
- public partial class ProtocolVersionMismatchException : System.Net.ProtocolViolationException
- {
- public ProtocolVersionMismatchException(int clientMajor, int clientMinor, int serverMajor, int serverMinor) { }
- public int ClientMajor { get { throw null; } }
- public int ClientMinor { get { throw null; } }
- public int ServerMajor { get { throw null; } }
- public int ServerMinor { get { throw null; } }
- }
- public partial class UnexpectedMethodException : System.Exception
- {
- public UnexpectedMethodException(RabbitMQ.Client.IMethod method) { }
- public RabbitMQ.Client.IMethod Method { get { throw null; } }
- }
- public partial class UnsupportedMethodException : System.NotSupportedException
- {
- public UnsupportedMethodException(string methodName) { }
- public string MethodName { get { throw null; } }
- }
- public partial class UnsupportedMethodFieldException : System.NotSupportedException
- {
- public UnsupportedMethodFieldException(string methodName, string fieldName) { }
- public string FieldName { get { throw null; } }
- public string MethodName { get { throw null; } }
- }
- public partial class WireFormattingException : System.Net.ProtocolViolationException
- {
- public WireFormattingException(string message) { }
- public WireFormattingException(string message, object offender) { }
- public object Offender { get { throw null; } }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_8qpid
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecoverOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicRecoverOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 101;
- public BasicRecoverOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelAlert : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 30;
- public System.Collections.IDictionary m_details;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelAlert() { }
- public ChannelAlert(ushort initReplyCode, string initReplyText, System.Collections.IDictionary initDetails) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.Details { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public ChannelOpenOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Queue = 50,
- Stream = 80,
- Test = 120,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 60;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 61;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBound : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 22;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ExchangeBound() { }
- public ExchangeBound(string initExchange, string initRoutingKey, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBound.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeBoundOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 23;
- public ushort m_replyCode;
- public string m_replyText;
- public ExchangeBoundOk() { }
- public ExchangeBoundOk(ushort initReplyCode, string initReplyText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContent : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContent, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public TestContent() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestContentOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 41;
- public uint m_contentChecksum;
- public TestContentOk() { }
- public TestContentOk(uint initContentChecksum) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk.ContentChecksum { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestInteger : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestInteger, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public byte m_integer1;
- public ushort m_integer2;
- public uint m_integer3;
- public ulong m_integer4;
- public byte m_operation;
- public TestInteger() { }
- public TestInteger(byte initInteger1, ushort initInteger2, uint initInteger3, ulong initInteger4, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer1 { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer2 { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer3 { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer4 { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Operation { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestIntegerOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 11;
- public ulong m_result;
- public TestIntegerOk() { }
- public TestIntegerOk(ulong initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestString : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestString, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public byte m_operation;
- public string m_string1;
- public byte[] m_string2;
- public TestString() { }
- public TestString(string initString1, byte[] initString2, byte initOperation) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestString.Operation { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_8qpid.ITestString.String1 { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestString.String2 { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestStringOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 21;
- public byte[] m_result;
- public TestStringOk() { }
- public TestStringOk(byte[] initResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestStringOk.Result { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTable : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTable, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public byte m_integerOp;
- public byte m_stringOp;
- public System.Collections.IDictionary m_table;
- public TestTable() { }
- public TestTable(System.Collections.IDictionary initTable, byte initIntegerOp, byte initStringOp) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.IntegerOp { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_8qpid.ITestTable.StringOp { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITestTable.Table { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TestTableOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 31;
- public ulong m_integerResult;
- public byte[] m_stringResult;
- public TestTableOk() { }
- public TestTableOk(ulong initIntegerResult, byte[] initStringResult) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.IntegerResult { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.StringResult { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_8qpid.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_8qpid.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.Impl.v0_9
-{
- public partial class AccessRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 10;
- public bool m_active;
- public bool m_exclusive;
- public bool m_passive;
- public bool m_read;
- public string m_realm;
- public bool m_write;
- public AccessRequest() { }
- public AccessRequest(string initRealm, bool initExclusive, bool initPassive, bool initActive, bool initWrite, bool initRead) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Active { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Passive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Read { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IAccessRequest.Realm { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IAccessRequest.Write { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class AccessRequestOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IAccessRequestOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 30;
- public const int MethodId = 11;
- public ushort m_ticket;
- public AccessRequestOk() { }
- public AccessRequestOk(ushort initTicket) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IAccessRequestOk.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 80;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public BasicAck() { }
- public BasicAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public BasicCancel() { }
- public BasicCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 31;
- public string m_consumerTag;
- public BasicCancelOk() { }
- public BasicCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public BasicConsume() { }
- public BasicConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IBasicConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 21;
- public string m_consumerTag;
- public BasicConsumeOk() { }
- public BasicConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicDeliver() { }
- public BasicDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 70;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public BasicGet() { }
- public BasicGet(ushort initTicket, string initQueue, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 72;
- public string m_clusterId;
- public BasicGetEmpty() { }
- public BasicGetEmpty(string initClusterId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetEmpty.ClusterId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicGetOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicGetOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 71;
- public ulong m_deliveryTag;
- public string m_exchange;
- public uint m_messageCount;
- public bool m_redelivered;
- public string m_routingKey;
- public BasicGetOk() { }
- public BasicGetOk(ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicGetOk.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Exchange { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicGetOk.MessageCount { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicGetOk.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicGetOk.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public BasicPublish() { }
- public BasicPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public BasicQos() { }
- public BasicQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 11;
- public BasicQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 100;
- public bool m_requeue;
- public BasicRecover() { }
- public BasicRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public BasicReject() { }
- public BasicReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IBasicReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IBasicReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class BasicReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IBasicReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 60;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public BasicReturn() { }
- public BasicReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IBasicReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 40;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ChannelClose() { }
- public ChannelClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 41;
- public ChannelCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlow : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlow, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 20;
- public bool m_active;
- public ChannelFlow() { }
- public ChannelFlow(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlow.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelFlowOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelFlowOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 21;
- public bool m_active;
- public ChannelFlowOk() { }
- public ChannelFlowOk(bool initActive) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IChannelFlowOk.Active { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 80;
- public ChannelOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 10;
- public string m_outOfBand;
- public ChannelOpen() { }
- public ChannelOpen(string initOutOfBand) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IChannelOpen.OutOfBand { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 11;
- public byte[] m_channelId;
- public ChannelOpenOk() { }
- public ChannelOpenOk(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelOpenOk.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPing : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPing, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 60;
- public ChannelPing() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelPong : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelPong, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 70;
- public ChannelPong() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ChannelResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IChannelResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 20;
- public const int MethodId = 50;
- public byte[] m_channelId;
- public ChannelResume() { }
- public ChannelResume(byte[] initChannelId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IChannelResume.ChannelId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public enum ClassId
- {
- Access = 30,
- Basic = 60,
- Channel = 20,
- Connection = 10,
- Dtx = 100,
- Exchange = 40,
- File = 70,
- Invalid = -1,
- Message = 120,
- Queue = 50,
- Stream = 80,
- Tunnel = 110,
- Tx = 90,
- }
- public partial class Connection : RabbitMQ.Client.Impl.ConnectionBase
- {
- public Connection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) : base (default(RabbitMQ.Client.ConnectionFactory), default(bool), default(RabbitMQ.Client.Impl.IFrameHandler)) { }
- }
- public partial class ConnectionClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 50;
- public ushort m_classId;
- public ushort m_methodId;
- public ushort m_replyCode;
- public string m_replyText;
- public ConnectionClose() { }
- public ConnectionClose(ushort initReplyCode, string initReplyText, ushort initClassId, ushort initMethodId) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ClassId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.MethodId { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyText { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionCloseOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionCloseOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 51;
- public ConnectionCloseOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 40;
- public string m_capabilities;
- public bool m_insist;
- public string m_virtualHost;
- public ConnectionOpen() { }
- public ConnectionOpen(string initVirtualHost, string initCapabilities, bool initInsist) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Capabilities { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IConnectionOpen.Insist { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpen.VirtualHost { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 41;
- public string m_knownHosts;
- public ConnectionOpenOk() { }
- public ConnectionOpenOk(string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionOpenOk.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionRedirect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionRedirect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 42;
- public string m_host;
- public string m_knownHosts;
- public ConnectionRedirect() { }
- public ConnectionRedirect(string initHost, string initKnownHosts) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.Host { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionRedirect.KnownHosts { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecure : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecure, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 20;
- public byte[] m_challenge;
- public ConnectionSecure() { }
- public ConnectionSecure(byte[] initChallenge) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecure.Challenge { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionSecureOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 21;
- public byte[] m_response;
- public ConnectionSecureOk() { }
- public ConnectionSecureOk(byte[] initResponse) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionSecureOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 10;
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStart() { }
- public ConnectionStart(byte initVersionMajor, byte initVersionMinor, System.Collections.IDictionary initServerProperties, byte[] initMechanisms, byte[] initLocales) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Locales { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStart.Mechanisms { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStart.ServerProperties { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMajor { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IConnectionStart.VersionMinor { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 11;
- public System.Collections.IDictionary m_clientProperties;
- public string m_locale;
- public string m_mechanism;
- public byte[] m_response;
- public ConnectionStartOk() { }
- public ConnectionStartOk(System.Collections.IDictionary initClientProperties, string initMechanism, byte[] initResponse, string initLocale) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.ClientProperties { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Locale { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Mechanism { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IConnectionStartOk.Response { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTune : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTune, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 30;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTune() { }
- public ConnectionTune(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTune.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTune.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ConnectionTuneOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 10;
- public const int MethodId = 31;
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public ConnectionTuneOk() { }
- public ConnectionTuneOk(ushort initChannelMax, uint initFrameMax, ushort initHeartbeat) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.ChannelMax { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.FrameMax { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.Heartbeat { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 10;
- public DtxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 11;
- public DtxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStart : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStart, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 20;
- public string m_dtxIdentifier;
- public DtxStart() { }
- public DtxStart(string initDtxIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IDtxStart.DtxIdentifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class DtxStartOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IDtxStartOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 100;
- public const int MethodId = 21;
- public DtxStartOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public string m_exchange;
- public bool m_internal;
- public bool m_nowait;
- public bool m_passive;
- public ushort m_ticket;
- public string m_type;
- public ExchangeDeclare() { }
- public ExchangeDeclare(ushort initTicket, string initExchange, string initType, bool initPassive, bool initDurable, bool initAutoDelete, bool initInternal, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Durable { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Internal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Passive { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Ticket { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Type { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 11;
- public ExchangeDeclareOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 20;
- public string m_exchange;
- public bool m_ifUnused;
- public bool m_nowait;
- public ushort m_ticket;
- public ExchangeDelete() { }
- public ExchangeDelete(ushort initTicket, string initExchange, bool initIfUnused, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Nowait { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class ExchangeDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IExchangeDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 40;
- public const int MethodId = 21;
- public ExchangeDeleteOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileAck : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileAck, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 90;
- public ulong m_deliveryTag;
- public bool m_multiple;
- public FileAck() { }
- public FileAck(ulong initDeliveryTag, bool initMultiple) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileAck.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileAck.Multiple { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public FileCancel() { }
- public FileCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 31;
- public string m_consumerTag;
- public FileCancelOk() { }
- public FileCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public FileConsume() { }
- public FileConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initNoAck, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IFileConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 21;
- public string m_consumerTag;
- public FileConsumeOk() { }
- public FileConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 80;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_identifier;
- public bool m_redelivered;
- public string m_routingKey;
- public FileDeliver() { }
- public FileDeliver(string initConsumerTag, ulong initDeliveryTag, bool initRedelivered, string initExchange, string initRoutingKey, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileDeliver.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileDeliver.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 40;
- public ulong m_contentSize;
- public string m_identifier;
- public FileOpen() { }
- public FileOpen(string initIdentifier, ulong initContentSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpen.ContentSize { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileOpen.Identifier { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileOpenOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileOpenOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 41;
- public ulong m_stagedSize;
- public FileOpenOk() { }
- public FileOpenOk(ulong initStagedSize) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileOpenOk.StagedSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FilePublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFilePublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 60;
- public string m_exchange;
- public string m_identifier;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public FilePublish() { }
- public FilePublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.Identifier { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFilePublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFilePublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFilePublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 10;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public FileQos() { }
- public FileQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 11;
- public FileQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 100;
- public ulong m_deliveryTag;
- public bool m_requeue;
- public FileReject() { }
- public FileReject(ulong initDeliveryTag, bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IFileReject.DeliveryTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IFileReject.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 70;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public FileReturn() { }
- public FileReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IFileReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class FileStage : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IFileStage, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 70;
- public const int MethodId = 50;
- public FileStage() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageAppend : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageAppend, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 80;
- public byte[] m_bytes;
- public byte[] m_reference;
- public MessageAppend() { }
- public MessageAppend(byte[] initReference, byte[] initBytes) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Bytes { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageAppend.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 30;
- public string m_destination;
- public MessageCancel() { }
- public MessageCancel(string initDestination) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCancel.Destination { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageCheckpoint : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 90;
- public string m_identifier;
- public byte[] m_reference;
- public MessageCheckpoint() { }
- public MessageCheckpoint(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageCheckpoint.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageClose : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageClose, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 70;
- public byte[] m_reference;
- public MessageClose() { }
- public MessageClose(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageClose.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 20;
- public string m_destination;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noAck;
- public bool m_noLocal;
- public string m_queue;
- public ushort m_ticket;
- public MessageConsume() { }
- public MessageConsume(ushort initTicket, string initQueue, string initDestination, bool initNoLocal, bool initNoAck, bool initExclusive, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoAck { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageConsume.NoLocal { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageEmpty : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageEmpty, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 510;
- public MessageEmpty() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageGet : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageGet, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 40;
- public string m_destination;
- public bool m_noAck;
- public string m_queue;
- public ushort m_ticket;
- public MessageGet() { }
- public MessageGet(ushort initTicket, string initQueue, string initDestination, bool initNoAck) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Destination { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageGet.NoAck { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageGet.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageGet.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOffset : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOffset, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 530;
- public ulong m_value;
- public MessageOffset() { }
- public MessageOffset(ulong initValue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageOffset.Value { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 500;
- public MessageOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageOpen : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageOpen, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 60;
- public byte[] m_reference;
- public MessageOpen() { }
- public MessageOpen(byte[] initReference) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageOpen.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 110;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public MessageQos() { }
- public MessageQos(uint initPrefetchSize, ushort initPrefetchCount, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageRecover : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageRecover, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 50;
- public bool m_requeue;
- public MessageRecover() { }
- public MessageRecover(bool initRequeue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageRecover.Requeue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageReject : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageReject, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 520;
- public ushort m_code;
- public string m_text;
- public MessageReject() { }
- public MessageReject(ushort initCode, string initText) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageReject.Code { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageReject.Text { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageResume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageResume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 100;
- public string m_identifier;
- public byte[] m_reference;
- public MessageResume() { }
- public MessageResume(byte[] initReference, string initIdentifier) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageResume.Identifier { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageResume.Reference { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class MessageTransfer : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IMessageTransfer, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 120;
- public const int MethodId = 10;
- public string m_appId;
- public System.Collections.IDictionary m_applicationHeaders;
- public byte[] m_body;
- public string m_contentEncoding;
- public string m_contentType;
- public string m_correlationId;
- public byte m_deliveryMode;
- public string m_destination;
- public string m_exchange;
- public RabbitMQ.Client.AmqpTimestamp m_expiration;
- public bool m_immediate;
- public string m_messageId;
- public byte m_priority;
- public bool m_redelivered;
- public string m_replyTo;
- public string m_routingKey;
- public byte[] m_securityToken;
- public ushort m_ticket;
- public RabbitMQ.Client.AmqpTimestamp m_timestamp;
- public string m_transactionId;
- public ulong m_ttl;
- public string m_userId;
- public MessageTransfer() { }
- public MessageTransfer(ushort initTicket, string initDestination, bool initRedelivered, bool initImmediate, ulong initTtl, byte initPriority, RabbitMQ.Client.AmqpTimestamp initTimestamp, byte initDeliveryMode, RabbitMQ.Client.AmqpTimestamp initExpiration, string initExchange, string initRoutingKey, string initMessageId, string initCorrelationId, string initReplyTo, string initContentType, string initContentEncoding, string initUserId, string initAppId, string initTransactionId, byte[] initSecurityToken, System.Collections.IDictionary initApplicationHeaders, byte[] initBody) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.AppId { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ApplicationHeaders { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Body { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentEncoding { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ContentType { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.CorrelationId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.DeliveryMode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Destination { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Exchange { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Expiration { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Immediate { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.MessageId { get { throw null; } }
- byte RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Priority { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Redelivered { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.ReplyTo { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.RoutingKey { get { throw null; } }
- byte[] RabbitMQ.Client.Framing.v0_9.IMessageTransfer.SecurityToken { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ticket { get { throw null; } }
- RabbitMQ.Client.AmqpTimestamp RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Timestamp { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.TransactionId { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ttl { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IMessageTransfer.UserId { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class Model : RabbitMQ.Client.Impl.ModelBase
- {
- public Model(RabbitMQ.Client.Impl.ISession session) : base (default(RabbitMQ.Client.Impl.ISession)) { }
- public override void BasicAck(ulong deliveryTag, bool multiple) { }
- public override void BasicQos(uint prefetchSize, ushort prefetchCount, bool global) { }
- public override void BasicRecover(bool requeue) { }
- public override void BasicReject(ulong deliveryTag, bool requeue) { }
- public override void ChannelFlow(bool active) { }
- public override RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale) { throw null; }
- public override void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat) { }
- public override RabbitMQ.Client.IBasicProperties CreateBasicProperties() { throw null; }
- public override RabbitMQ.Client.IFileProperties CreateFileProperties() { throw null; }
- public override RabbitMQ.Client.IStreamProperties CreateStreamProperties() { throw null; }
- public override bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void DtxSelect() { }
- public override void DtxStart(string dtxIdentifier) { }
- public override void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments) { }
- public override void ExchangeDelete(string exchange, bool ifUnused, bool nowait) { }
- public override void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments) { }
- public override string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments) { throw null; }
- public override uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait) { throw null; }
- public override uint QueuePurge(string queue, bool nowait) { throw null; }
- public override void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments) { }
- public override void TxCommit() { }
- public override void TxRollback() { }
- public override void TxSelect() { }
- public override void _Private_BasicCancel(string consumerTag, bool nowait) { }
- public override void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter) { }
- public override void _Private_BasicGet(string queue, bool noAck) { }
- public override void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public override void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ChannelCloseOk() { }
- public override void _Private_ChannelFlowOk() { }
- public override void _Private_ChannelOpen(string outOfBand) { }
- public override void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public override void _Private_ConnectionCloseOk() { }
- public override void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist) { }
- }
- public abstract partial class ProtocolBase : RabbitMQ.Client.Impl.AbstractProtocolBase
- {
- protected ProtocolBase() { }
- public override bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd) { throw null; }
- public override void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { throw null; }
- public override void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId) { request = default(RabbitMQ.Client.Impl.Command); replyClassId = default(int); replyMethodId = default(int); }
- public override RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { throw null; }
- public override RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session) { throw null; }
- }
- public partial class QueueBind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 20;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public bool m_nowait;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueBind() { }
- public QueueBind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueBind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueBind.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueBind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueBind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueBindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueBindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 21;
- public QueueBindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclare : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclare, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_arguments;
- public bool m_autoDelete;
- public bool m_durable;
- public bool m_exclusive;
- public bool m_nowait;
- public bool m_passive;
- public string m_queue;
- public ushort m_ticket;
- public QueueDeclare() { }
- public QueueDeclare(ushort initTicket, string initQueue, bool initPassive, bool initDurable, bool initExclusive, bool initAutoDelete, bool initNowait, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Arguments { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.AutoDelete { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Durable { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Exclusive { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Nowait { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Passive { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeclareOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 11;
- public uint m_consumerCount;
- public uint m_messageCount;
- public string m_queue;
- public QueueDeclareOk() { }
- public QueueDeclareOk(string initQueue, uint initMessageCount, uint initConsumerCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.ConsumerCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.MessageCount { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDelete : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDelete, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 40;
- public bool m_ifEmpty;
- public bool m_ifUnused;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueueDelete() { }
- public QueueDelete(ushort initTicket, string initQueue, bool initIfUnused, bool initIfEmpty, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfEmpty { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.IfUnused { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueueDelete.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueDelete.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueDelete.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueDeleteOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 41;
- public uint m_messageCount;
- public QueueDeleteOk() { }
- public QueueDeleteOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurge : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurge, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 30;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public QueuePurge() { }
- public QueuePurge(ushort initTicket, string initQueue, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IQueuePurge.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueuePurge.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueuePurge.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueuePurgeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 31;
- public uint m_messageCount;
- public QueuePurgeOk() { }
- public QueuePurgeOk(uint initMessageCount) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk.MessageCount { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbind : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbind, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 50;
- public System.Collections.IDictionary m_arguments;
- public string m_exchange;
- public string m_queue;
- public string m_routingKey;
- public ushort m_ticket;
- public QueueUnbind() { }
- public QueueUnbind(ushort initTicket, string initQueue, string initExchange, string initRoutingKey, System.Collections.IDictionary initArguments) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Arguments { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Queue { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IQueueUnbind.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class QueueUnbindOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IQueueUnbindOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 50;
- public const int MethodId = 51;
- public QueueUnbindOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancel : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancel, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 30;
- public string m_consumerTag;
- public bool m_nowait;
- public StreamCancel() { }
- public StreamCancel(string initConsumerTag, bool initNowait) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancel.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamCancel.Nowait { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamCancelOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamCancelOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 31;
- public string m_consumerTag;
- public StreamCancelOk() { }
- public StreamCancelOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamCancelOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsume : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsume, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 20;
- public string m_consumerTag;
- public bool m_exclusive;
- public System.Collections.IDictionary m_filter;
- public bool m_noLocal;
- public bool m_nowait;
- public string m_queue;
- public ushort m_ticket;
- public StreamConsume() { }
- public StreamConsume(ushort initTicket, string initQueue, string initConsumerTag, bool initNoLocal, bool initExclusive, bool initNowait, System.Collections.IDictionary initFilter) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.ConsumerTag { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Exclusive { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.IStreamConsume.Filter { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.NoLocal { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamConsume.Nowait { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsume.Queue { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamConsume.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamConsumeOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 21;
- public string m_consumerTag;
- public StreamConsumeOk() { }
- public StreamConsumeOk(string initConsumerTag) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamConsumeOk.ConsumerTag { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamDeliver : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamDeliver, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 60;
- public string m_consumerTag;
- public ulong m_deliveryTag;
- public string m_exchange;
- public string m_queue;
- public StreamDeliver() { }
- public StreamDeliver(string initConsumerTag, ulong initDeliveryTag, string initExchange, string initQueue) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.ConsumerTag { get { throw null; } }
- ulong RabbitMQ.Client.Framing.v0_9.IStreamDeliver.DeliveryTag { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Exchange { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamDeliver.Queue { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamPublish : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamPublish, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 40;
- public string m_exchange;
- public bool m_immediate;
- public bool m_mandatory;
- public string m_routingKey;
- public ushort m_ticket;
- public StreamPublish() { }
- public StreamPublish(ushort initTicket, string initExchange, string initRoutingKey, bool initMandatory, bool initImmediate) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.Exchange { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Immediate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamPublish.Mandatory { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamPublish.RoutingKey { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamPublish.Ticket { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQos : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQos, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 10;
- public uint m_consumeRate;
- public bool m_global;
- public ushort m_prefetchCount;
- public uint m_prefetchSize;
- public StreamQos() { }
- public StreamQos(uint initPrefetchSize, ushort initPrefetchCount, uint initConsumeRate, bool initGlobal) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.ConsumeRate { get { throw null; } }
- bool RabbitMQ.Client.Framing.v0_9.IStreamQos.Global { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchCount { get { throw null; } }
- uint RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchSize { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamQosOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamQosOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 11;
- public StreamQosOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class StreamReturn : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.IStreamReturn, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 80;
- public const int MethodId = 50;
- public string m_exchange;
- public ushort m_replyCode;
- public string m_replyText;
- public string m_routingKey;
- public StreamReturn() { }
- public StreamReturn(ushort initReplyCode, string initReplyText, string initExchange, string initRoutingKey) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.Exchange { get { throw null; } }
- ushort RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyCode { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyText { get { throw null; } }
- string RabbitMQ.Client.Framing.v0_9.IStreamReturn.RoutingKey { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TunnelRequest : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITunnelRequest, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 110;
- public const int MethodId = 10;
- public System.Collections.IDictionary m_metaData;
- public TunnelRequest() { }
- public TunnelRequest(System.Collections.IDictionary initMetaData) { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- System.Collections.IDictionary RabbitMQ.Client.Framing.v0_9.ITunnelRequest.MetaData { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommit : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommit, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 20;
- public TxCommit() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxCommitOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxCommitOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 21;
- public TxCommitOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollback : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollback, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 30;
- public TxRollback() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxRollbackOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxRollbackOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 31;
- public TxRollbackOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelect : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelect, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 10;
- public TxSelect() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
- public partial class TxSelectOk : RabbitMQ.Client.Impl.MethodBase, RabbitMQ.Client.Framing.v0_9.ITxSelectOk, RabbitMQ.Client.IMethod
- {
- public const int ClassId = 90;
- public const int MethodId = 11;
- public TxSelectOk() { }
- public override bool HasContent { get { throw null; } }
- public override int ProtocolClassId { get { throw null; } }
- public override int ProtocolMethodId { get { throw null; } }
- public override string ProtocolMethodName { get { throw null; } }
- public override void AppendArgumentDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader) { }
- public override void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_8qpid
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicRecoverOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelAlert : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Details { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeBound : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- }
- public partial interface IExchangeBoundOk : RabbitMQ.Client.IMethod
- {
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITestContent : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITestContentOk : RabbitMQ.Client.IMethod
- {
- uint ContentChecksum { get; }
- }
- public partial interface ITestInteger : RabbitMQ.Client.IMethod
- {
- byte Integer1 { get; }
- ushort Integer2 { get; }
- uint Integer3 { get; }
- ulong Integer4 { get; }
- byte Operation { get; }
- }
- public partial interface ITestIntegerOk : RabbitMQ.Client.IMethod
- {
- ulong Result { get; }
- }
- public partial interface ITestString : RabbitMQ.Client.IMethod
- {
- byte Operation { get; }
- string String1 { get; }
- byte[] String2 { get; }
- }
- public partial interface ITestStringOk : RabbitMQ.Client.IMethod
- {
- byte[] Result { get; }
- }
- public partial interface ITestTable : RabbitMQ.Client.IMethod
- {
- byte IntegerOp { get; }
- byte StringOp { get; }
- System.Collections.IDictionary Table { get; }
- }
- public partial interface ITestTableOk : RabbitMQ.Client.IMethod
- {
- ulong IntegerResult { get; }
- byte[] StringResult { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_8qpid.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TestProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TestProperties() { }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Framing.v0_9
-{
- public partial class BasicProperties : RabbitMQ.Client.Impl.BasicProperties
- {
- public BasicProperties() { }
- public override string AppId { get { throw null; } set { } }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string CorrelationId { get { throw null; } set { } }
- public override byte DeliveryMode { get { throw null; } set { } }
- public override string Expiration { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override string Type { get { throw null; } set { } }
- public override string UserId { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearAppId() { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearCorrelationId() { }
- public override void ClearDeliveryMode() { }
- public override void ClearExpiration() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override void ClearType() { }
- public override void ClearUserId() { }
- public override bool IsAppIdPresent() { throw null; }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsCorrelationIdPresent() { throw null; }
- public override bool IsDeliveryModePresent() { throw null; }
- public override bool IsExpirationPresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override bool IsTypePresent() { throw null; }
- public override bool IsUserIdPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class Constants
- {
- public const int AccessRefused = 403;
- public const int ChannelError = 504;
- public const int CommandInvalid = 503;
- public const int ConnectionForced = 320;
- public const int ContentTooLarge = 311;
- public const int FrameBody = 3;
- public const int FrameEnd = 206;
- public const int FrameError = 501;
- public const int FrameHeader = 2;
- public const int FrameHeartbeat = 8;
- public const int FrameMethod = 1;
- public const int FrameMinSize = 4096;
- public const int FrameOobBody = 6;
- public const int FrameOobHeader = 5;
- public const int FrameOobMethod = 4;
- public const int FrameTrace = 7;
- public const int InternalError = 541;
- public const int InvalidPath = 402;
- public const int NoConsumers = 313;
- public const int NoRoute = 312;
- public const int NotAllowed = 530;
- public const int NotDelivered = 310;
- public const int NotFound = 404;
- public const int NotImplemented = 540;
- public const int PreconditionFailed = 406;
- public const int ReplySuccess = 200;
- public const int ResourceError = 506;
- public const int ResourceLocked = 405;
- public const int SyntaxError = 502;
- public Constants() { }
- }
- public partial class FileProperties : RabbitMQ.Client.Impl.FileProperties
- {
- public FileProperties() { }
- public override string ClusterId { get { throw null; } set { } }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override string Filename { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override string MessageId { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override string ReplyTo { get { throw null; } set { } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearClusterId() { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearFilename() { }
- public override void ClearHeaders() { }
- public override void ClearMessageId() { }
- public override void ClearPriority() { }
- public override void ClearReplyTo() { }
- public override void ClearTimestamp() { }
- public override bool IsClusterIdPresent() { throw null; }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsFilenamePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsMessageIdPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsReplyToPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial interface IAccessRequest : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- bool Exclusive { get; }
- bool Passive { get; }
- bool Read { get; }
- string Realm { get; }
- bool Write { get; }
- }
- public partial interface IAccessRequestOk : RabbitMQ.Client.IMethod
- {
- ushort Ticket { get; }
- }
- public partial interface IBasicAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IBasicCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IBasicCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IBasicDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicGet : RabbitMQ.Client.IMethod
- {
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicGetEmpty : RabbitMQ.Client.IMethod
- {
- string ClusterId { get; }
- }
- public partial interface IBasicGetOk : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- string Exchange { get; }
- uint MessageCount { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IBasicPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IBasicQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IBasicQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IBasicRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IBasicReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IBasicReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IChannelClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IChannelCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelFlow : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelFlowOk : RabbitMQ.Client.IMethod
- {
- bool Active { get; }
- }
- public partial interface IChannelOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelOpen : RabbitMQ.Client.IMethod
- {
- string OutOfBand { get; }
- }
- public partial interface IChannelOpenOk : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IChannelPing : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelPong : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IChannelResume : RabbitMQ.Client.IMethod
- {
- byte[] ChannelId { get; }
- }
- public partial interface IConnectionClose : RabbitMQ.Client.IMethod
- {
- ushort ClassId { get; }
- ushort MethodId { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- }
- public partial interface IConnectionCloseOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IConnectionOpen : RabbitMQ.Client.IMethod
- {
- string Capabilities { get; }
- bool Insist { get; }
- string VirtualHost { get; }
- }
- public partial interface IConnectionOpenOk : RabbitMQ.Client.IMethod
- {
- string KnownHosts { get; }
- }
- public partial interface IConnectionRedirect : RabbitMQ.Client.IMethod
- {
- string Host { get; }
- string KnownHosts { get; }
- }
- public partial interface IConnectionSecure : RabbitMQ.Client.IMethod
- {
- byte[] Challenge { get; }
- }
- public partial interface IConnectionSecureOk : RabbitMQ.Client.IMethod
- {
- byte[] Response { get; }
- }
- public partial interface IConnectionStart : RabbitMQ.Client.IMethod
- {
- byte[] Locales { get; }
- byte[] Mechanisms { get; }
- System.Collections.IDictionary ServerProperties { get; }
- byte VersionMajor { get; }
- byte VersionMinor { get; }
- }
- public partial interface IConnectionStartOk : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary ClientProperties { get; }
- string Locale { get; }
- string Mechanism { get; }
- byte[] Response { get; }
- }
- public partial interface IConnectionTune : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IConnectionTuneOk : RabbitMQ.Client.IMethod
- {
- ushort ChannelMax { get; }
- uint FrameMax { get; }
- ushort Heartbeat { get; }
- }
- public partial interface IDtxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IDtxStart : RabbitMQ.Client.IMethod
- {
- string DtxIdentifier { get; }
- }
- public partial interface IDtxStartOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- string Exchange { get; }
- bool Internal { get; }
- bool Nowait { get; }
- bool Passive { get; }
- ushort Ticket { get; }
- string Type { get; }
- }
- public partial interface IExchangeDeclareOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IExchangeDelete : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- ushort Ticket { get; }
- }
- public partial interface IExchangeDeleteOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileAck : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Multiple { get; }
- }
- public partial interface IFileCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IFileCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IFileDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Identifier { get; }
- bool Redelivered { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileOpen : RabbitMQ.Client.IMethod
- {
- ulong ContentSize { get; }
- string Identifier { get; }
- }
- public partial interface IFileOpenOk : RabbitMQ.Client.IMethod
- {
- ulong StagedSize { get; }
- }
- public partial interface IFilePublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- string Identifier { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IFileQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IFileQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IFileReject : RabbitMQ.Client.IMethod
- {
- ulong DeliveryTag { get; }
- bool Requeue { get; }
- }
- public partial interface IFileReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface IFileStage : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageAppend : RabbitMQ.Client.IMethod
- {
- byte[] Bytes { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageCancel : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- }
- public partial interface IMessageCheckpoint : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageClose : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageConsume : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoAck { get; }
- bool NoLocal { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageEmpty : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageGet : RabbitMQ.Client.IMethod
- {
- string Destination { get; }
- bool NoAck { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IMessageOffset : RabbitMQ.Client.IMethod
- {
- ulong Value { get; }
- }
- public partial interface IMessageOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IMessageOpen : RabbitMQ.Client.IMethod
- {
- byte[] Reference { get; }
- }
- public partial interface IMessageQos : RabbitMQ.Client.IMethod
- {
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IMessageRecover : RabbitMQ.Client.IMethod
- {
- bool Requeue { get; }
- }
- public partial interface IMessageReject : RabbitMQ.Client.IMethod
- {
- ushort Code { get; }
- string Text { get; }
- }
- public partial interface IMessageResume : RabbitMQ.Client.IMethod
- {
- string Identifier { get; }
- byte[] Reference { get; }
- }
- public partial interface IMessageTransfer : RabbitMQ.Client.IMethod
- {
- string AppId { get; }
- System.Collections.IDictionary ApplicationHeaders { get; }
- byte[] Body { get; }
- string ContentEncoding { get; }
- string ContentType { get; }
- string CorrelationId { get; }
- byte DeliveryMode { get; }
- string Destination { get; }
- string Exchange { get; }
- RabbitMQ.Client.AmqpTimestamp Expiration { get; }
- bool Immediate { get; }
- string MessageId { get; }
- byte Priority { get; }
- bool Redelivered { get; }
- string ReplyTo { get; }
- string RoutingKey { get; }
- byte[] SecurityToken { get; }
- ushort Ticket { get; }
- RabbitMQ.Client.AmqpTimestamp Timestamp { get; }
- string TransactionId { get; }
- ulong Ttl { get; }
- string UserId { get; }
- }
- public partial interface IQueueBind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- bool Nowait { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueBindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IQueueDeclare : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- bool AutoDelete { get; }
- bool Durable { get; }
- bool Exclusive { get; }
- bool Nowait { get; }
- bool Passive { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeclareOk : RabbitMQ.Client.IMethod
- {
- uint ConsumerCount { get; }
- uint MessageCount { get; }
- string Queue { get; }
- }
- public partial interface IQueueDelete : RabbitMQ.Client.IMethod
- {
- bool IfEmpty { get; }
- bool IfUnused { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueDeleteOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueuePurge : RabbitMQ.Client.IMethod
- {
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueuePurgeOk : RabbitMQ.Client.IMethod
- {
- uint MessageCount { get; }
- }
- public partial interface IQueueUnbind : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary Arguments { get; }
- string Exchange { get; }
- string Queue { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IQueueUnbindOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamCancel : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Nowait { get; }
- }
- public partial interface IStreamCancelOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamConsume : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- bool Exclusive { get; }
- System.Collections.IDictionary Filter { get; }
- bool NoLocal { get; }
- bool Nowait { get; }
- string Queue { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamConsumeOk : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- }
- public partial interface IStreamDeliver : RabbitMQ.Client.IMethod
- {
- string ConsumerTag { get; }
- ulong DeliveryTag { get; }
- string Exchange { get; }
- string Queue { get; }
- }
- public partial interface IStreamPublish : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- bool Immediate { get; }
- bool Mandatory { get; }
- string RoutingKey { get; }
- ushort Ticket { get; }
- }
- public partial interface IStreamQos : RabbitMQ.Client.IMethod
- {
- uint ConsumeRate { get; }
- bool Global { get; }
- ushort PrefetchCount { get; }
- uint PrefetchSize { get; }
- }
- public partial interface IStreamQosOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface IStreamReturn : RabbitMQ.Client.IMethod
- {
- string Exchange { get; }
- ushort ReplyCode { get; }
- string ReplyText { get; }
- string RoutingKey { get; }
- }
- public partial interface ITunnelRequest : RabbitMQ.Client.IMethod
- {
- System.Collections.IDictionary MetaData { get; }
- }
- public partial interface ITxCommit : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxCommitOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollback : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxRollbackOk : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelect : RabbitMQ.Client.IMethod
- {
- }
- public partial interface ITxSelectOk : RabbitMQ.Client.IMethod
- {
- }
- public partial class Protocol : RabbitMQ.Client.Framing.Impl.v0_9.ProtocolBase
- {
- public Protocol() { }
- public override string ApiName { get { throw null; } }
- public override int DefaultPort { get { throw null; } }
- public override int MajorVersion { get { throw null; } }
- public override int MinorVersion { get { throw null; } }
- public override RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- }
- public partial class StreamProperties : RabbitMQ.Client.Impl.StreamProperties
- {
- public StreamProperties() { }
- public override string ContentEncoding { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override byte Priority { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public override RabbitMQ.Client.AmqpTimestamp Timestamp { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public override void ClearContentEncoding() { }
- public override void ClearContentType() { }
- public override void ClearHeaders() { }
- public override void ClearPriority() { }
- public override void ClearTimestamp() { }
- public override bool IsContentEncodingPresent() { throw null; }
- public override bool IsContentTypePresent() { throw null; }
- public override bool IsHeadersPresent() { throw null; }
- public override bool IsPriorityPresent() { throw null; }
- public override bool IsTimestampPresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
- public partial class TunnelProperties : RabbitMQ.Client.Impl.ContentHeaderBase
- {
- public TunnelProperties() { }
- public byte Broadcast { get { throw null; } set { } }
- public string DataName { get { throw null; } set { } }
- public byte Durable { get { throw null; } set { } }
- public System.Collections.IDictionary Headers { get { throw null; } set { } }
- public override int ProtocolClassId { get { throw null; } }
- public override string ProtocolClassName { get { throw null; } }
- public string ProxyName { get { throw null; } set { } }
- public override void AppendPropertyDebugStringTo(System.Text.StringBuilder sb) { }
- public void ClearBroadcast() { }
- public void ClearDataName() { }
- public void ClearDurable() { }
- public void ClearHeaders() { }
- public void ClearProxyName() { }
- public bool IsBroadcastPresent() { throw null; }
- public bool IsDataNamePresent() { throw null; }
- public bool IsDurablePresent() { throw null; }
- public bool IsHeadersPresent() { throw null; }
- public bool IsProxyNamePresent() { throw null; }
- public override void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader) { }
- public override void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer) { }
- }
-}
-namespace RabbitMQ.Client.Impl
-{
- public abstract partial class AbstractProtocolBase : RabbitMQ.Client.IProtocol
- {
- protected AbstractProtocolBase() { }
- public abstract string ApiName { get; }
- public abstract int DefaultPort { get; }
- public abstract int MajorVersion { get; }
- public abstract int MinorVersion { get; }
- public RabbitMQ.Client.AmqpVersion Version { get { throw null; } }
- public abstract bool CanSendWhileClosed(RabbitMQ.Client.Impl.Command cmd);
- public abstract void CreateChannelClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.IConnection CreateConnection(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler);
- public abstract void CreateConnectionClose(ushort reasonCode, string reasonText, out RabbitMQ.Client.Impl.Command request, out int replyClassId, out int replyMethodId);
- public abstract RabbitMQ.Client.Impl.IFrameHandler CreateFrameHandler(RabbitMQ.Client.AmqpTcpEndpoint endpoint);
- public abstract RabbitMQ.Client.IModel CreateModel(RabbitMQ.Client.Impl.ISession session);
- public abstract RabbitMQ.Client.Impl.ContentHeaderBase DecodeContentHeaderFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public abstract RabbitMQ.Client.Impl.MethodBase DecodeMethodFrom(RabbitMQ.Util.NetworkBinaryReader reader);
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AssemblyState
- {
- Complete = 3,
- ExpectingContentBody = 2,
- ExpectingContentHeader = 1,
- ExpectingMethod = 0,
- }
- public abstract partial class BasicProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IBasicProperties, RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected BasicProperties() { }
- public abstract string AppId { get; set; }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string CorrelationId { get; set; }
- public abstract byte DeliveryMode { get; set; }
- public abstract string Expiration { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public RabbitMQ.Client.PublicationAddress ReplyToAddress { get { throw null; } set { } }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract string Type { get; set; }
- public abstract string UserId { get; set; }
- public abstract void ClearAppId();
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearCorrelationId();
- public abstract void ClearDeliveryMode();
- public abstract void ClearExpiration();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public abstract void ClearType();
- public abstract void ClearUserId();
- public override object Clone() { throw null; }
- public abstract bool IsAppIdPresent();
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsCorrelationIdPresent();
- public abstract bool IsDeliveryModePresent();
- public abstract bool IsExpirationPresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- public abstract bool IsTypePresent();
- public abstract bool IsUserIdPresent();
- public void SetPersistent(bool persistent) { }
- }
- public partial class ChannelErrorException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public ChannelErrorException(int channel) : base (default(string)) { }
- public int Channel { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class Command
- {
- public const int EmptyContentBodyFrameSize = 8;
- public byte[] m_body0;
- public System.Collections.ArrayList m_bodyN;
- public RabbitMQ.Client.Impl.ContentHeaderBase m_header;
- public RabbitMQ.Client.Impl.MethodBase m_method;
- public Command() { }
- public Command(RabbitMQ.Client.Impl.MethodBase method) { }
- public Command(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public byte[] Body { get { throw null; } }
- public RabbitMQ.Client.Impl.ContentHeaderBase Header { get { throw null; } }
- public RabbitMQ.Client.Impl.MethodBase Method { get { throw null; } }
- public void AppendBodyFragment(byte[] fragment) { }
- public static void CheckEmptyContentBodyFrameSize() { }
- public byte[] ConsolidateBody() { throw null; }
- public void Transmit(int channelNumber, RabbitMQ.Client.Impl.ConnectionBase connection) { }
- }
- public partial class CommandAssembler
- {
- public RabbitMQ.Client.Impl.Command m_command;
- public RabbitMQ.Client.Impl.AbstractProtocolBase m_protocol;
- public ulong m_remainingBodyBytes;
- public RabbitMQ.Client.Impl.AssemblyState m_state;
- public CommandAssembler(RabbitMQ.Client.Impl.AbstractProtocolBase protocol) { }
- public RabbitMQ.Client.Impl.Command HandleFrame(RabbitMQ.Client.Impl.Frame f) { throw null; }
- }
- public delegate void CommandHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd);
- public abstract partial class ConnectionBase : RabbitMQ.Client.IConnection, System.IDisposable
- {
- public static int ConnectionCloseTimeout;
- public static int HandshakeTimeout;
- public System.Threading.ManualResetEvent m_appContinuation;
- public RabbitMQ.Client.Events.CallbackExceptionEventHandler m_callbackException;
- public System.Collections.IDictionary m_clientProperties;
- public volatile bool m_closed;
- public volatile RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Client.Events.ConnectionShutdownEventHandler m_connectionShutdown;
- public readonly object m_eventLock;
- public RabbitMQ.Client.ConnectionFactory m_factory;
- public RabbitMQ.Client.Impl.IFrameHandler m_frameHandler;
- public uint m_frameMax;
- public ushort m_heartbeat;
- public readonly RabbitMQ.Client.Impl.Frame m_heartbeatFrame;
- public System.Threading.AutoResetEvent m_heartbeatRead;
- public System.Threading.AutoResetEvent m_heartbeatWrite;
- public System.Guid m_id;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public int m_missedHeartbeats;
- public RabbitMQ.Client.Impl.ModelBase m_model0;
- public volatile bool m_running;
- public System.Collections.IDictionary m_serverProperties;
- public RabbitMQ.Client.Impl.MainSession m_session0;
- public RabbitMQ.Client.Impl.SessionManager m_sessionManager;
- public System.Collections.IList m_shutdownReport;
- public ConnectionBase(RabbitMQ.Client.ConnectionFactory factory, bool insist, RabbitMQ.Client.Impl.IFrameHandler frameHandler) { }
- public bool AutoClose { get { throw null; } set { } }
- public ushort ChannelMax { get { throw null; } }
- public System.Collections.IDictionary ClientProperties { get { throw null; } set { } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public uint FrameMax { get { throw null; } set { } }
- public ushort Heartbeat { get { throw null; } set { } }
- public bool IsOpen { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.AbstractProtocolBase Protocol { get { throw null; } }
- RabbitMQ.Client.IProtocol RabbitMQ.Client.IConnection.Protocol { get { throw null; } }
- public System.Collections.IDictionary ServerProperties { get { throw null; } set { } }
- public System.Collections.IList ShutdownReport { get { throw null; } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ConnectionShutdownEventHandler ConnectionShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(int timeout) { }
- public void Abort(ushort reasonCode, string reasonText) { }
- public void Abort(ushort reasonCode, string reasonText, RabbitMQ.Client.ShutdownInitiator initiator, int timeout) { }
- public void Abort(ushort reasonCode, string reasonText, int timeout) { }
- public void Close() { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool abort, int timeout) { }
- public void Close(int timeout) { }
- public void Close(ushort reasonCode, string reasonText) { }
- public void Close(ushort reasonCode, string reasonText, int timeout) { }
- public void ClosingLoop() { }
- public RabbitMQ.Client.Impl.Command ConnectionCloseWrapper(ushort reasonCode, string reasonText) { throw null; }
- public RabbitMQ.Client.IModel CreateModel() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession() { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateSession(int channelNumber) { throw null; }
- public static System.Collections.IDictionary DefaultClientProperties() { throw null; }
- public void FinishClose() { }
- public void HandleDomainUnload(object sender, System.EventArgs ea) { }
- public void HandleMainLoopException(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public bool HardProtocolExceptionHandler(RabbitMQ.Client.Impl.HardProtocolException hpe) { throw null; }
- public void HeartbeatReadLoop() { }
- public void HeartbeatWriteLoop() { }
- public void InternalClose(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void LogCloseError(string error, System.Exception ex) { }
- public void MainLoop() { }
- public void MainLoopIteration() { }
- public void NotifyHeartbeatThread() { }
- public void NotifyReceivedCloseOk() { }
- public void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public void OnShutdown() { }
- public void Open(bool insist) { }
- public void PrettyPrintShutdownReport() { }
- public void QuiesceChannel(RabbitMQ.Client.Impl.SoftProtocolException pe) { }
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- public void StartHeartbeatLoop(System.Threading.ThreadStart loop, string name) { }
- public void StartHeartbeatLoops() { }
- public void StartMainLoop() { }
- void System.IDisposable.Dispose() { }
- public void TerminateMainloop() { }
- public override string ToString() { throw null; }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame f) { }
- public delegate void ConnectionCloseDelegate(ushort replyCode, string replyText, ushort classId, ushort methodId);
- }
- public partial class ConnectionStartDetails
- {
- public byte[] m_locales;
- public byte[] m_mechanisms;
- public System.Collections.IDictionary m_serverProperties;
- public byte m_versionMajor;
- public byte m_versionMinor;
- public ConnectionStartDetails() { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ConnectionTuneDetails
- {
- public ushort m_channelMax;
- public uint m_frameMax;
- public ushort m_heartbeat;
- }
- public abstract partial class ContentHeaderBase : RabbitMQ.Client.IContentHeader, System.ICloneable
- {
- protected ContentHeaderBase() { }
- public abstract int ProtocolClassId { get; }
- public abstract string ProtocolClassName { get; }
- public abstract void AppendPropertyDebugStringTo(System.Text.StringBuilder sb);
- public virtual object Clone() { throw null; }
- public ulong ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public abstract void ReadPropertiesFrom(RabbitMQ.Client.Impl.ContentHeaderPropertyReader reader);
- public abstract void WritePropertiesTo(RabbitMQ.Client.Impl.ContentHeaderPropertyWriter writer);
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer, ulong bodySize) { }
- }
- public partial class ContentHeaderPropertyReader
- {
- protected ushort m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ContinuationBitSet { get { throw null; } }
- public void FinishPresence() { }
- public bool ReadBit() { throw null; }
- public void ReadFlagWord() { }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public bool ReadPresence() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class ContentHeaderPropertyWriter
- {
- protected int m_bitCount;
- protected ushort m_flagWord;
- public ContentHeaderPropertyWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void FinishPresence() { }
- public void WriteBit(bool bit) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WritePresence(bool present) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class FileProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IFileProperties, System.ICloneable
- {
- protected FileProperties() { }
- public abstract string ClusterId { get; set; }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract string Filename { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract string MessageId { get; set; }
- public abstract byte Priority { get; set; }
- public abstract string ReplyTo { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearClusterId();
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearFilename();
- public abstract void ClearHeaders();
- public abstract void ClearMessageId();
- public abstract void ClearPriority();
- public abstract void ClearReplyTo();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsClusterIdPresent();
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsFilenamePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsMessageIdPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsReplyToPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class Frame
- {
- public System.IO.MemoryStream m_accumulator;
- public int m_channel;
- public byte[] m_payload;
- public int m_type;
- public Frame() { }
- public Frame(int type, int channel) { }
- public Frame(int type, int channel, byte[] payload) { }
- public int Channel { get { throw null; } }
- public byte[] Payload { get { throw null; } }
- public int Type { get { throw null; } }
- public void FinishWriting() { }
- public RabbitMQ.Util.NetworkBinaryReader GetReader() { throw null; }
- public RabbitMQ.Util.NetworkBinaryWriter GetWriter() { throw null; }
- public static void ProcessProtocolHeader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public static RabbitMQ.Client.Impl.Frame ReadFrom(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public override string ToString() { throw null; }
- public void WriteTo(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- }
- public abstract partial class HardProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected HardProtocolException(string message) : base (default(string)) { }
- }
- public partial interface IFrameHandler
- {
- RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; }
- int Timeout { get; set; }
- void Close();
- RabbitMQ.Client.Impl.Frame ReadFrame();
- void SendHeader();
- void WriteFrame(RabbitMQ.Client.Impl.Frame frame);
- }
- public partial interface IFullModel : RabbitMQ.Client.IModel, System.IDisposable
- {
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "tune")]RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- void HandleBasicCancelOk(string consumerTag);
- void HandleBasicConsumeOk(string consumerTag);
- void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicGetEmpty();
- void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleChannelCloseOk();
- void HandleChannelFlow(bool active);
- void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- void HandleConnectionOpenOk(string knownHosts);
- void HandleConnectionRedirect(string host, string knownHosts);
- void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "cancel")]
- void _Private_BasicCancel(string consumerTag, bool nowait);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "consume")]
- void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, [RabbitMQ.Client.Apigen.Attributes.AmqpFieldMappingAttribute("RabbitMQ.Client.Framing.v0_8qpid", "arguments"), RabbitMQ.Client.Apigen.Attributes.AmqpUnsupportedAttribute("RabbitMQ.Client.Framing.v0_8")]System.Collections.IDictionary filter);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "get")]
- void _Private_BasicGet(string queue, bool noAck);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "basic", "publish")]
- void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, [RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderMappingAttribute]RabbitMQ.Client.IBasicProperties basicProperties, [RabbitMQ.Client.Apigen.Attributes.AmqpContentBodyMappingAttribute]byte[] body);
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close")]
- void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "close-ok")]
- void _Private_ChannelCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "flow-ok")]
- void _Private_ChannelFlowOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "channel", "open")]
- void _Private_ChannelOpen(string outOfBand);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close")]
- void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "close-ok")]
- void _Private_ConnectionCloseOk();
- [RabbitMQ.Client.Apigen.Attributes.AmqpForceOneWayAttribute]
- [RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute(null, "connection", "open")]
- void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- }
- public partial interface IRpcContinuation
- {
- void HandleCommand(RabbitMQ.Client.Impl.Command cmd);
- void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason);
- }
- public partial interface ISession
- {
- int ChannelNumber { get; }
- RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
- RabbitMQ.Client.Impl.CommandHandler CommandReceived { get; set; }
- RabbitMQ.Client.IConnection Connection { get; }
- bool IsOpen { get; }
- event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown;
- void Close(RabbitMQ.Client.ShutdownEventArgs reason);
- void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify);
- void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- void Notify();
- void Transmit(RabbitMQ.Client.Impl.Command cmd);
- }
- public partial class MainSession : RabbitMQ.Client.Impl.Session
- {
- public int m_closeClassId;
- public int m_closeMethodId;
- public int m_closeOkClassId;
- public int m_closeOkMethodId;
- public bool m_closeServerInitiated;
- public bool m_closing;
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate m_handler;
- public MainSession(RabbitMQ.Client.Impl.ConnectionBase connection) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public RabbitMQ.Client.Impl.MainSession.SessionCloseDelegate Handler { get { throw null; } set { } }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- public void SetSessionClosing(bool closeServerInitiated) { }
- public override void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- public delegate void SessionCloseDelegate();
- }
- public partial class MalformedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public MalformedFrameException(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class MethodArgumentReader
- {
- public MethodArgumentReader(RabbitMQ.Util.NetworkBinaryReader reader) { }
- public RabbitMQ.Util.NetworkBinaryReader BaseReader { get { throw null; } }
- public bool ReadBit() { throw null; }
- public byte[] ReadContent() { throw null; }
- public uint ReadLong() { throw null; }
- public ulong ReadLonglong() { throw null; }
- public byte[] ReadLongstr() { throw null; }
- public byte ReadOctet() { throw null; }
- public ushort ReadShort() { throw null; }
- public string ReadShortstr() { throw null; }
- public System.Collections.IDictionary ReadTable() { throw null; }
- public RabbitMQ.Client.AmqpTimestamp ReadTimestamp() { throw null; }
- }
- public partial class MethodArgumentWriter
- {
- public MethodArgumentWriter(RabbitMQ.Util.NetworkBinaryWriter writer) { }
- public RabbitMQ.Util.NetworkBinaryWriter BaseWriter { get { throw null; } }
- public void Flush() { }
- public void WriteBit(bool val) { }
- public void WriteContent(byte[] val) { }
- public void WriteLong(uint val) { }
- public void WriteLonglong(ulong val) { }
- public void WriteLongstr(byte[] val) { }
- public void WriteOctet(byte val) { }
- public void WriteShort(ushort val) { }
- public void WriteShortstr(string val) { }
- public void WriteTable(System.Collections.IDictionary val) { }
- public void WriteTimestamp(RabbitMQ.Client.AmqpTimestamp val) { }
- }
- public abstract partial class MethodBase : RabbitMQ.Client.IMethod
- {
- protected MethodBase() { }
- public abstract bool HasContent { get; }
- public abstract int ProtocolClassId { get; }
- public abstract int ProtocolMethodId { get; }
- public abstract string ProtocolMethodName { get; }
- public abstract void AppendArgumentDebugStringTo(System.Text.StringBuilder sb);
- public abstract void ReadArgumentsFrom(RabbitMQ.Client.Impl.MethodArgumentReader reader);
- public abstract void WriteArgumentsTo(RabbitMQ.Client.Impl.MethodArgumentWriter writer);
- }
- public abstract partial class ModelBase : RabbitMQ.Client.IModel, RabbitMQ.Client.Impl.IFullModel, System.IDisposable
- {
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public RabbitMQ.Util.BlockingCell m_connectionStartCell;
- public readonly System.Collections.IDictionary m_consumers;
- public RabbitMQ.Client.Impl.RpcContinuationQueue m_continuationQueue;
- public System.Threading.ManualResetEvent m_flowControlBlock;
- public RabbitMQ.Client.Impl.ISession m_session;
- public ModelBase(RabbitMQ.Client.Impl.ISession session) { }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- public event RabbitMQ.Client.Events.BasicReturnEventHandler BasicReturn { add { } remove { } }
- public event RabbitMQ.Client.Events.CallbackExceptionEventHandler CallbackException { add { } remove { } }
- public event RabbitMQ.Client.Events.ModelShutdownEventHandler ModelShutdown { add { } remove { } }
- public void Abort() { }
- public void Abort(ushort replyCode, string replyText) { }
- public abstract void BasicAck(ulong deliveryTag, bool multiple);
- public void BasicCancel(string consumerTag) { }
- public string BasicConsume(string queue, bool noAck, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, bool noLocal, bool exclusive, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, bool noAck, string consumerTag, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public string BasicConsume(string queue, System.Collections.IDictionary filter, RabbitMQ.Client.IBasicConsumer consumer) { throw null; }
- public RabbitMQ.Client.BasicGetResult BasicGet(string queue, bool noAck) { throw null; }
- public void BasicPublish(RabbitMQ.Client.PublicationAddress addr, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public abstract void BasicQos(uint prefetchSize, ushort prefetchCount, bool global);
- public abstract void BasicRecover(bool requeue);
- public abstract void BasicReject(ulong deliveryTag, bool requeue);
- public abstract void ChannelFlow(bool active);
- public void Close() { }
- public void Close(ushort replyCode, string replyText) { }
- public void Close(ushort replyCode, string replyText, bool abort) { }
- public string ConnectionOpen(string virtualHost, string capabilities, bool insist) { throw null; }
- public abstract RabbitMQ.Client.Impl.ConnectionTuneDetails ConnectionStartOk(System.Collections.IDictionary clientProperties, string mechanism, byte[] response, string locale);
- public abstract void ConnectionTuneOk(ushort channelMax, uint frameMax, ushort heartbeat);
- public abstract RabbitMQ.Client.IBasicProperties CreateBasicProperties();
- public abstract RabbitMQ.Client.IFileProperties CreateFileProperties();
- public abstract RabbitMQ.Client.IStreamProperties CreateStreamProperties();
- public abstract bool DispatchAsynchronous(RabbitMQ.Client.Impl.Command cmd);
- public abstract void DtxSelect();
- public abstract void DtxStart(string dtxIdentifier);
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void ExchangeDeclare(string exchange, string type) { }
- public void ExchangeDeclare(string exchange, string type, bool durable) { }
- public abstract void ExchangeDeclare(string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, System.Collections.IDictionary arguments);
- public abstract void ExchangeDelete(string exchange, bool ifUnused, bool nowait);
- public void FinishClose() { }
- public void HandleBasicCancelOk(string consumerTag) { }
- public void HandleBasicConsumeOk(string consumerTag) { }
- public void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicGetEmpty() { }
- public void HandleBasicGetOk(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleBasicReturn(ushort replyCode, string replyText, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body) { }
- public void HandleChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleChannelCloseOk() { }
- public void HandleChannelFlow(bool active) { }
- public void HandleCommand(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.Impl.Command cmd) { }
- public void HandleConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId) { }
- public void HandleConnectionOpenOk(string knownHosts) { }
- public void HandleConnectionRedirect(string host, string knownHosts) { }
- public void HandleConnectionStart(byte versionMajor, byte versionMinor, System.Collections.IDictionary serverProperties, byte[] mechanisms, byte[] locales) { }
- public RabbitMQ.Client.Impl.MethodBase ModelRpc(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { throw null; }
- public void ModelSend(RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte[] body) { }
- public virtual void OnBasicReturn(RabbitMQ.Client.Events.BasicReturnEventArgs args) { }
- public virtual void OnCallbackException(RabbitMQ.Client.Events.CallbackExceptionEventArgs args) { }
- public virtual void OnModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void OnSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public abstract void QueueBind(string queue, string exchange, string routingKey, bool nowait, System.Collections.IDictionary arguments);
- public string QueueDeclare() { throw null; }
- public string QueueDeclare(string queue) { throw null; }
- public string QueueDeclare(string queue, bool durable) { throw null; }
- public abstract string QueueDeclare(string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, System.Collections.IDictionary arguments);
- public abstract uint QueueDelete(string queue, bool ifUnused, bool ifEmpty, bool nowait);
- public abstract uint QueuePurge(string queue, bool nowait);
- public abstract void QueueUnbind(string queue, string exchange, string routingKey, System.Collections.IDictionary arguments);
- public bool SetCloseReason(RabbitMQ.Client.ShutdownEventArgs reason) { throw null; }
- void System.IDisposable.Dispose() { }
- public override string ToString() { throw null; }
- public void TransmitAndEnqueue(RabbitMQ.Client.Impl.Command cmd, RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public abstract void TxCommit();
- public abstract void TxRollback();
- public abstract void TxSelect();
- public abstract void _Private_BasicCancel(string consumerTag, bool nowait);
- public abstract void _Private_BasicConsume(string queue, string consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, System.Collections.IDictionary filter);
- public abstract void _Private_BasicGet(string queue, bool noAck);
- public abstract void _Private_BasicPublish(string exchange, string routingKey, bool mandatory, bool immediate, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
- public abstract void _Private_ChannelClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ChannelCloseOk();
- public abstract void _Private_ChannelFlowOk();
- public abstract void _Private_ChannelOpen(string outOfBand);
- public abstract void _Private_ConnectionClose(ushort replyCode, string replyText, ushort classId, ushort methodId);
- public abstract void _Private_ConnectionCloseOk();
- public abstract void _Private_ConnectionOpen(string virtualHost, string capabilities, bool insist);
- public partial class BasicConsumerRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.IBasicConsumer m_consumer;
- public string m_consumerTag;
- public BasicConsumerRpcContinuation() { }
- }
- public partial class BasicGetRpcContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public RabbitMQ.Client.BasicGetResult m_result;
- public BasicGetRpcContinuation() { }
- }
- public partial class ConnectionOpenContinuation : RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation
- {
- public string m_host;
- public string m_knownHosts;
- public bool m_redirect;
- public ConnectionOpenContinuation() { }
- }
- }
- public abstract partial class ProtocolException : System.Net.ProtocolViolationException
- {
- protected ProtocolException(string message) { }
- public abstract ushort ReplyCode { get; }
- public virtual RabbitMQ.Client.ShutdownEventArgs ShutdownReason { get { throw null; } }
- }
- public partial class QuiescingSession : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.ShutdownEventArgs m_reason;
- public int m_replyClassId;
- public int m_replyMethodId;
- public QuiescingSession(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber, RabbitMQ.Client.ShutdownEventArgs reason, int replyClassId, int replyMethodId) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public partial class RedirectException : System.Exception
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_host;
- public RabbitMQ.Client.AmqpTcpEndpoint[] m_knownHosts;
- public RedirectException(RabbitMQ.Client.AmqpTcpEndpoint host, RabbitMQ.Client.AmqpTcpEndpoint[] knownHosts) { }
- public RedirectException(RabbitMQ.Client.IProtocol protocol, string host, string knownHosts) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Host { get { throw null; } }
- public RabbitMQ.Client.AmqpTcpEndpoint[] KnownHosts { get { throw null; } }
- public static RabbitMQ.Client.AmqpTcpEndpoint ParseHost(RabbitMQ.Client.IProtocol protocol, string host) { throw null; }
- }
- public partial class RpcContinuationQueue
- {
- public RabbitMQ.Client.Impl.IRpcContinuation m_outstandingRpc;
- public RpcContinuationQueue() { }
- public void Enqueue(RabbitMQ.Client.Impl.IRpcContinuation k) { }
- public void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.IRpcContinuation Next() { throw null; }
- }
- public partial class Session : RabbitMQ.Client.Impl.SessionBase
- {
- public RabbitMQ.Client.Impl.CommandAssembler m_assembler;
- public Session(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) : base (default(RabbitMQ.Client.Impl.ConnectionBase), default(int)) { }
- public override void HandleFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SessionBase : RabbitMQ.Client.Impl.ISession
- {
- public readonly int m_channelNumber;
- public RabbitMQ.Client.ShutdownEventArgs m_closeReason;
- public readonly RabbitMQ.Client.Impl.ConnectionBase m_connection;
- public SessionBase(RabbitMQ.Client.Impl.ConnectionBase connection, int channelNumber) { }
- public int ChannelNumber { get { throw null; } }
- public RabbitMQ.Client.ShutdownEventArgs CloseReason { get { throw null; } }
- public RabbitMQ.Client.Impl.CommandHandler CommandReceived { get { throw null; } set { } }
- public RabbitMQ.Client.Impl.ConnectionBase Connection { get { throw null; } }
- public bool IsOpen { get { throw null; } }
- RabbitMQ.Client.IConnection RabbitMQ.Client.Impl.ISession.Connection { get { throw null; } }
- public event RabbitMQ.Client.Impl.SessionShutdownEventHandler SessionShutdown { add { } remove { } }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public void Close(RabbitMQ.Client.ShutdownEventArgs reason, bool notify) { }
- public abstract void HandleFrame(RabbitMQ.Client.Impl.Frame frame);
- public void Notify() { }
- public virtual void OnCommandReceived(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void OnConnectionShutdown(RabbitMQ.Client.IConnection conn, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnSessionShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- public override string ToString() { throw null; }
- public virtual void Transmit(RabbitMQ.Client.Impl.Command cmd) { }
- }
- public partial class SessionManager
- {
- public readonly ushort ChannelMax;
- public SessionManager(RabbitMQ.Client.Impl.ConnectionBase connection, ushort channelMax) { }
- public bool AutoClose { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public void AutoCloseConnection() { }
- public void CheckAutoClose() { }
- public RabbitMQ.Client.Impl.ISession Create() { throw null; }
- public RabbitMQ.Client.Impl.ISession Create(int channelNumber) { throw null; }
- public RabbitMQ.Client.Impl.ISession CreateInternal(int channelNumber) { throw null; }
- public void HandleSessionShutdown(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public RabbitMQ.Client.Impl.ISession Lookup(int number) { throw null; }
- public RabbitMQ.Client.Impl.ISession Swap(int channelNumber, RabbitMQ.Client.Impl.ISession replacement) { throw null; }
- }
- public delegate void SessionShutdownEventHandler(RabbitMQ.Client.Impl.ISession session, RabbitMQ.Client.ShutdownEventArgs reason);
- public partial class ShutdownContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public ShutdownContinuation() { }
- public virtual void OnShutdown(RabbitMQ.Client.IConnection sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual void OnShutdown(RabbitMQ.Client.IModel sender, RabbitMQ.Client.ShutdownEventArgs reason) { }
- public virtual RabbitMQ.Client.ShutdownEventArgs Wait() { throw null; }
- }
- public partial class SimpleBlockingRpcContinuation : RabbitMQ.Client.Impl.IRpcContinuation
- {
- public readonly RabbitMQ.Util.BlockingCell m_cell;
- public SimpleBlockingRpcContinuation() { }
- public virtual RabbitMQ.Client.Impl.Command GetReply() { throw null; }
- public virtual void HandleCommand(RabbitMQ.Client.Impl.Command cmd) { }
- public virtual void HandleModelShutdown(RabbitMQ.Client.ShutdownEventArgs reason) { }
- }
- public partial class SocketFrameHandler_0_9 : RabbitMQ.Client.Impl.IFrameHandler
- {
- public RabbitMQ.Client.AmqpTcpEndpoint m_endpoint;
- public RabbitMQ.Util.NetworkBinaryReader m_reader;
- public System.Net.Sockets.TcpClient m_socket;
- public RabbitMQ.Util.NetworkBinaryWriter m_writer;
- public const int WSAEWOULDBLOCK = 10035;
- public SocketFrameHandler_0_9(RabbitMQ.Client.AmqpTcpEndpoint endpoint) { }
- public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get { throw null; } }
- public int Timeout { get { throw null; } set { } }
- public void Close() { }
- public RabbitMQ.Client.Impl.Frame ReadFrame() { throw null; }
- public void SendHeader() { }
- public void WriteFrame(RabbitMQ.Client.Impl.Frame frame) { }
- }
- public abstract partial class SoftProtocolException : RabbitMQ.Client.Impl.ProtocolException
- {
- protected SoftProtocolException(int channelNumber, string message) : base (default(string)) { }
- public int Channel { get { throw null; } }
- }
- public abstract partial class StreamProperties : RabbitMQ.Client.Impl.ContentHeaderBase, RabbitMQ.Client.IContentHeader, RabbitMQ.Client.IStreamProperties, System.ICloneable
- {
- protected StreamProperties() { }
- public abstract string ContentEncoding { get; set; }
- public abstract string ContentType { get; set; }
- public abstract System.Collections.IDictionary Headers { get; set; }
- public abstract byte Priority { get; set; }
- public abstract RabbitMQ.Client.AmqpTimestamp Timestamp { get; set; }
- public abstract void ClearContentEncoding();
- public abstract void ClearContentType();
- public abstract void ClearHeaders();
- public abstract void ClearPriority();
- public abstract void ClearTimestamp();
- public override object Clone() { throw null; }
- public abstract bool IsContentEncodingPresent();
- public abstract bool IsContentTypePresent();
- public abstract bool IsHeadersPresent();
- public abstract bool IsPriorityPresent();
- public abstract bool IsTimestampPresent();
- }
- public partial class SyntaxError : RabbitMQ.Client.Impl.HardProtocolException
- {
- public SyntaxError(string message) : base (default(string)) { }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnexpectedFrameException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public RabbitMQ.Client.Impl.Frame m_frame;
- public UnexpectedFrameException(RabbitMQ.Client.Impl.Frame frame) : base (default(string)) { }
- public RabbitMQ.Client.Impl.Frame Frame { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- }
- public partial class UnknownClassOrMethodException : RabbitMQ.Client.Impl.HardProtocolException
- {
- public UnknownClassOrMethodException(ushort classId, ushort methodId) : base (default(string)) { }
- public ushort ClassId { get { throw null; } }
- public ushort MethodId { get { throw null; } }
- public override ushort ReplyCode { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class WireFormatting
- {
- public WireFormatting() { }
- public static decimal AmqpToDecimal(byte scale, uint unsignedMantissa) { throw null; }
- public static void DecimalToAmqp(decimal value, out byte scale, out int mantissa) { scale = default(byte); mantissa = default(int); }
- public static System.Collections.IList ReadArray(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static decimal ReadDecimal(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static object ReadFieldValue(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static uint ReadLong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ulong ReadLonglong(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte[] ReadLongstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static byte ReadOctet(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static ushort ReadShort(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static string ReadShortstr(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static System.Collections.IDictionary ReadTable(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static RabbitMQ.Client.AmqpTimestamp ReadTimestamp(RabbitMQ.Util.NetworkBinaryReader reader) { throw null; }
- public static void WriteArray(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IList val) { }
- public static void WriteDecimal(RabbitMQ.Util.NetworkBinaryWriter writer, decimal value) { }
- public static void WriteFieldValue(RabbitMQ.Util.NetworkBinaryWriter writer, object value) { }
- public static void WriteLong(RabbitMQ.Util.NetworkBinaryWriter writer, uint val) { }
- public static void WriteLonglong(RabbitMQ.Util.NetworkBinaryWriter writer, ulong val) { }
- public static void WriteLongstr(RabbitMQ.Util.NetworkBinaryWriter writer, byte[] val) { }
- public static void WriteOctet(RabbitMQ.Util.NetworkBinaryWriter writer, byte val) { }
- public static void WriteShort(RabbitMQ.Util.NetworkBinaryWriter writer, ushort val) { }
- public static void WriteShortstr(RabbitMQ.Util.NetworkBinaryWriter writer, string val) { }
- public static void WriteTable(RabbitMQ.Util.NetworkBinaryWriter writer, System.Collections.IDictionary val) { }
- public static void WriteTimestamp(RabbitMQ.Util.NetworkBinaryWriter writer, RabbitMQ.Client.AmqpTimestamp val) { }
- }
-}
-namespace RabbitMQ.Client.MessagePatterns
-{
- public partial class SimpleRpcClient : System.IDisposable
- {
- protected RabbitMQ.Client.IModel m_model;
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcClient(RabbitMQ.Client.IModel model) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, RabbitMQ.Client.PublicationAddress address) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string queueName) { }
- public SimpleRpcClient(RabbitMQ.Client.IModel model, string exchange, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.PublicationAddress Address { get { throw null; } set { } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public RabbitMQ.Client.MessagePatterns.Subscription Subscription { get { throw null; } }
- public int TimeoutMilliseconds { get { throw null; } set { } }
- public event System.EventHandler Disconnected { add { } remove { } }
- public event System.EventHandler TimedOut { add { } remove { } }
- public virtual RabbitMQ.Client.Events.BasicDeliverEventArgs Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { throw null; }
- public virtual byte[] Call(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual byte[] Call(byte[] body) { throw null; }
- public virtual object[] Call(params object[] args) { throw null; }
- public virtual void Cast(RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public void Close() { }
- protected virtual void EnsureSubscription() { }
- public virtual void OnDisconnected() { }
- public virtual void OnTimedOut() { }
- protected virtual RabbitMQ.Client.Events.BasicDeliverEventArgs RetrieveReply(string correlationId) { throw null; }
- void System.IDisposable.Dispose() { }
- }
- public partial class SimpleRpcServer : System.IDisposable
- {
- protected RabbitMQ.Client.MessagePatterns.Subscription m_subscription;
- public SimpleRpcServer(RabbitMQ.Client.MessagePatterns.Subscription subscription) { }
- public bool Transactional { get { throw null; } }
- public void Close() { }
- public virtual byte[] HandleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual byte[] HandleSimpleCall(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body, out RabbitMQ.Client.IBasicProperties replyProperties) { replyProperties = default(RabbitMQ.Client.IBasicProperties); throw null; }
- public virtual void HandleSimpleCast(bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, byte[] body) { }
- public virtual void HandleStreamMessageCall(RabbitMQ.Client.Content.IStreamMessageBuilder replyWriter, bool isRedelivered, RabbitMQ.Client.IBasicProperties requestProperties, object[] args) { }
- public void MainLoop() { }
- public virtual void ProcessRequest(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void SetTransactional() { }
- void System.IDisposable.Dispose() { }
- }
- public partial class Subscription : System.Collections.IEnumerable, System.Collections.IEnumerator, System.IDisposable
- {
- protected volatile RabbitMQ.Client.QueueingBasicConsumer m_consumer;
- protected readonly object m_consumerLock;
- protected string m_consumerTag;
- protected RabbitMQ.Client.Events.BasicDeliverEventArgs m_latestEvent;
- protected RabbitMQ.Client.IModel m_model;
- protected bool m_noAck;
- protected string m_queueName;
- protected volatile bool m_shouldDelete;
- public Subscription(RabbitMQ.Client.IModel model) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, bool noAck, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string exchangeName, string exchangeType, string routingKey) { }
- public Subscription(RabbitMQ.Client.IModel model, string queueName, string exchangeName, string exchangeType, string routingKey) { }
- public RabbitMQ.Client.IBasicConsumer Consumer { get { throw null; } }
- public string ConsumerTag { get { throw null; } }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs LatestEvent { get { throw null; } }
- public RabbitMQ.Client.IModel Model { get { throw null; } }
- public bool NoAck { get { throw null; } }
- public string QueueName { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public void Ack() { }
- public void Ack(RabbitMQ.Client.Events.BasicDeliverEventArgs evt) { }
- public void Bind(string exchangeName, string exchangeType, string routingKey) { }
- public void Close() { }
- public RabbitMQ.Client.Events.BasicDeliverEventArgs Next() { throw null; }
- public bool Next(int millisecondsTimeout, out RabbitMQ.Client.Events.BasicDeliverEventArgs result) { result = default(RabbitMQ.Client.Events.BasicDeliverEventArgs); throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- void System.IDisposable.Dispose() { }
- }
-}
-namespace RabbitMQ.Util
-{
- public partial class BlockingCell
- {
- public BlockingCell() { }
- public object Value { get { throw null; } set { } }
- public bool GetValue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public static int validatedTimeout(int timeout) { throw null; }
- }
- public partial class DebugUtil
- {
- internal DebugUtil() { }
- public static void Dump(byte[] bytes) { }
- public static void Dump(byte[] bytes, System.IO.TextWriter writer) { }
- public static void DumpKeyValue(string key, object value, System.IO.TextWriter writer, int indent) { }
- public static void DumpProperties(object value, System.IO.TextWriter writer, int indent) { }
- }
- public partial class Either
- {
- internal Either() { }
- public RabbitMQ.Util.EitherAlternative Alternative { get { throw null; } }
- public object Value { get { throw null; } }
- public static RabbitMQ.Util.Either Left(object value) { throw null; }
- public static RabbitMQ.Util.Either Right(object value) { throw null; }
- }
- public enum EitherAlternative
- {
- Left = 0,
- Right = 1,
- }
- public partial class IntAllocator
- {
- public IntAllocator(int start, int end) { }
- public int Allocate() { throw null; }
- public void Free(int id) { }
- public bool Reserve(int id) { throw null; }
- public partial class IntervalList
- {
- public int End;
- public RabbitMQ.Util.IntAllocator.IntervalList Next;
- public int Start;
- public IntervalList(int start, int end) { }
- public static RabbitMQ.Util.IntAllocator.IntervalList FromArray(int[] xs, int length) { throw null; }
- public static RabbitMQ.Util.IntAllocator.IntervalList Merge(RabbitMQ.Util.IntAllocator.IntervalList x, RabbitMQ.Util.IntAllocator.IntervalList y) { throw null; }
- }
- }
- public partial class NetworkBinaryReader : System.IO.BinaryReader
- {
- public NetworkBinaryReader(System.IO.Stream input) : base (default(System.IO.Stream)) { }
- public NetworkBinaryReader(System.IO.Stream input, System.Text.Encoding encoding) : base (default(System.IO.Stream)) { }
- public override double ReadDouble() { throw null; }
- public override short ReadInt16() { throw null; }
- public override int ReadInt32() { throw null; }
- public override long ReadInt64() { throw null; }
- public override float ReadSingle() { throw null; }
- public override ushort ReadUInt16() { throw null; }
- public override uint ReadUInt32() { throw null; }
- public override ulong ReadUInt64() { throw null; }
- public static System.IO.BinaryReader TemporaryBinaryReader(byte[] bytes) { throw null; }
- }
- public partial class NetworkBinaryWriter : System.IO.BinaryWriter
- {
- public NetworkBinaryWriter(System.IO.Stream output) { }
- public NetworkBinaryWriter(System.IO.Stream output, System.Text.Encoding encoding) { }
- public static System.IO.BinaryWriter TemporaryBinaryWriter(int initialSize) { throw null; }
- public static byte[] TemporaryContents(System.IO.BinaryWriter w) { throw null; }
- public override void Write(double d) { }
- public override void Write(short i) { }
- public override void Write(int i) { }
- public override void Write(long i) { }
- public override void Write(float f) { }
- public override void Write(ushort i) { }
- public override void Write(uint i) { }
- public override void Write(ulong i) { }
- }
- public partial class Semaphore
- {
- public Semaphore() { }
- public Semaphore(int initialCount) { }
- public int Value { get { throw null; } }
- public void Release() { }
- public bool TryWait() { throw null; }
- public void Wait() { }
- }
- public partial class SharedQueue : System.Collections.IEnumerable
- {
- protected bool m_isOpen;
- protected System.Collections.Queue m_queue;
- public SharedQueue() { }
- public void Close() { }
- public object Dequeue() { throw null; }
- public bool Dequeue(int millisecondsTimeout, out object result) { result = default(object); throw null; }
- public object DequeueNoWait(object defaultValue) { throw null; }
- public void Enqueue(object o) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class SharedQueueEnumerator : System.Collections.IEnumerator
- {
- protected object m_current;
- protected RabbitMQ.Util.SharedQueue m_queue;
- public SharedQueueEnumerator(RabbitMQ.Util.SharedQueue queue) { }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- public partial class XmlUtil
- {
- internal XmlUtil() { }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter() { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(System.IO.Stream stream) { throw null; }
- public static System.Xml.XmlTextWriter CreateIndentedXmlWriter(string path) { throw null; }
- public static System.Xml.XmlDocument SerializeObject(System.Type serializationType, object obj) { throw null; }
- }
-}
diff --git a/src/v4.6/WebMatrix.Data.cs b/src/v4.6/WebMatrix.Data.cs
deleted file mode 100644
index c287acd..0000000
--- a/src/v4.6/WebMatrix.Data.cs
+++ /dev/null
@@ -1,55 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace WebMatrix.Data
-{
- public partial class ConnectionEventArgs : System.EventArgs
- {
- public ConnectionEventArgs(System.Data.Common.DbConnection connection) { }
- public System.Data.Common.DbConnection Connection { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class Database : System.IDisposable
- {
- internal Database() { }
- public System.Data.Common.DbConnection Connection { get { throw null; } }
- public static event System.EventHandler<WebMatrix.Data.ConnectionEventArgs> ConnectionOpened { add { } remove { } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int Execute(string commandText, params object[] args) { throw null; }
- public object GetLastInsertId() { throw null; }
- public static WebMatrix.Data.Database Open(string name) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString, string providerName) { throw null; }
- public System.Collections.Generic.IEnumerable<dynamic> Query(string commandText, params object[] args) { throw null; }
- public dynamic QuerySingle(string commandText, params object[] args) { throw null; }
- public object QueryValue(string commandText, params object[] args) { throw null; }
- }
- public sealed partial class DynamicRecord : System.Dynamic.DynamicObject, System.ComponentModel.ICustomTypeDescriptor
- {
- internal DynamicRecord() { }
- public System.Collections.Generic.IList<string> Columns { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public object this[int index] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public override System.Collections.Generic.IEnumerable<string> GetDynamicMemberNames() { throw null; }
- System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
- System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
- System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
- System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
- public override bool TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) { result = default(object); throw null; }
- }
-}
diff --git a/src/v4.7/Commons.Xml.Relaxng.cs b/src/v4.7/Commons.Xml.Relaxng.cs
deleted file mode 100644
index 9553640..0000000
--- a/src/v4.7/Commons.Xml.Relaxng.cs
+++ /dev/null
@@ -1,1149 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Commons.Xml.Relaxng.dll")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.1")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-namespace Commons.Xml
-{
- public partial class XmlDefaultReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo
- {
- public XmlDefaultReader(System.Xml.XmlReader reader) { }
- public override int AttributeCount { get { throw null; } }
- public override string BaseURI { get { throw null; } }
- public override int Depth { get { throw null; } }
- public override bool EOF { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override bool IsDefault { get { throw null; } }
- public override bool IsEmptyElement { get { throw null; } }
- public override string this[int i] { get { throw null; } }
- public override string this[string name] { get { throw null; } }
- public override string this[string localName, string namespaceURI] { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public int LinePosition { get { throw null; } }
- public override string LocalName { get { throw null; } }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override System.Xml.XmlNameTable NameTable { get { throw null; } }
- public override System.Xml.XmlNodeType NodeType { get { throw null; } }
- public override string Prefix { get { throw null; } }
- public override char QuoteChar { get { throw null; } }
- public System.Xml.XmlReader Reader { get { throw null; } }
- public override System.Xml.ReadState ReadState { get { throw null; } }
- public override string Value { get { throw null; } }
- public override string XmlLang { get { throw null; } }
- public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
- public override void Close() { }
- public override string GetAttribute(int i) { throw null; }
- public override string GetAttribute(string name) { throw null; }
- public override string GetAttribute(string localName, string namespaceURI) { throw null; }
- public bool HasLineInfo() { throw null; }
- public override string LookupNamespace(string prefix) { throw null; }
- public override void MoveToAttribute(int i) { }
- public override bool MoveToAttribute(string name) { throw null; }
- public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
- public override bool MoveToElement() { throw null; }
- public override bool MoveToFirstAttribute() { throw null; }
- public override bool MoveToNextAttribute() { throw null; }
- public override bool Read() { throw null; }
- public override bool ReadAttributeValue() { throw null; }
- public override void ResolveEntity() { }
- }
-}
-namespace Commons.Xml.Nvdl
-{
- public partial class Nvdl
- {
- internal Nvdl() { }
- public const string BuiltInValidationNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/predefinedSchema/1.0";
- public const string InstanceNamespace = "http://purl.oclc.org/dsdl/nvdl/ns/instance/1.0";
- public const string Namespace = "http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0";
- }
- public abstract partial class NvdlAction : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlAction() { }
- }
- public partial class NvdlActionList : System.Collections.CollectionBase
- {
- public NvdlActionList() { }
- public Commons.Xml.Nvdl.NvdlAction this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlAction item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlAction item) { }
- }
- public partial class NvdlAllow : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlAllow() { }
- }
- public partial class NvdlAnyNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlAnyNamespace() { }
- }
- public partial class NvdlAttach : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttach() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttachPlaceholder : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlAttachPlaceholder() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlAttributable : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlAttributable() { }
- public System.Collections.ArrayList Foreign { get { throw null; } }
- }
- public partial class NvdlBuiltInValidationProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlBuiltInValidationProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public partial class NvdlCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- public NvdlCancelAction() { }
- }
- public partial class NvdlCompileException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlCompileException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlCompileException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlConfig
- {
- public NvdlConfig() { }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void AddProvider(Commons.Xml.Nvdl.NvdlValidationProvider provider) { }
- public Commons.Xml.Nvdl.NvdlValidatorGenerator GetGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string inheritSchemaType) { throw null; }
- }
- public partial class NvdlContext : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlContext() { }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string Path { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlContextList : System.Collections.CollectionBase
- {
- public NvdlContextList() { }
- public Commons.Xml.Nvdl.NvdlContext this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlContext item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlContext item) { }
- }
- public partial class NvdlElementBase : System.Xml.IXmlLineInfo
- {
- public NvdlElementBase() { }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public string SourceUri { get { throw null; } set { } }
- public bool HasLineInfo() { throw null; }
- }
- public partial class NvdlException : System.Exception
- {
- public NvdlException(string message) { }
- public NvdlException(string message, System.Exception inner) { }
- }
- public partial class NvdlIncludedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlIncludedMode() { }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlInstanceValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlInstanceValidationException(string message, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- public NvdlInstanceValidationException(string message, System.Exception inner, Commons.Xml.Nvdl.NvdlValidatorGenerator generator, string nvdlLocation) : base (default(string)) { }
- }
- public partial class NvdlMessage : Commons.Xml.Nvdl.NvdlElementBase
- {
- public NvdlMessage() { }
- public System.Collections.ArrayList ForeignAttributes { get { throw null; } }
- public string Text { get { throw null; } set { } }
- public string XmlLang { get { throw null; } set { } }
- }
- public partial class NvdlMessageEventArgs : System.EventArgs
- {
- public NvdlMessageEventArgs(string message) { }
- public string Message { get { throw null; } }
- }
- public delegate void NvdlMessageEventHandler(object o, Commons.Xml.Nvdl.NvdlMessageEventArgs e);
- public partial class NvdlMessageList : System.Collections.CollectionBase
- {
- public NvdlMessageList() { }
- public Commons.Xml.Nvdl.NvdlMessage this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlMessage item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlMessage item) { }
- }
- public partial class NvdlMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlMode() { }
- public string Name { get { throw null; } set { } }
- }
- public abstract partial class NvdlModeBase : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlModeBase() { }
- public Commons.Xml.Nvdl.NvdlModeList IncludedModes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- }
- public partial class NvdlModeList : System.Collections.CollectionBase
- {
- public NvdlModeList() { }
- public Commons.Xml.Nvdl.NvdlModeBase this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlModeBase item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlModeBase item) { }
- }
- public partial class NvdlModeUsage
- {
- public NvdlModeUsage() { }
- public Commons.Xml.Nvdl.NvdlContextList Contexts { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlNestedMode NestedMode { get { throw null; } set { } }
- public string UseMode { get { throw null; } set { } }
- }
- public partial class NvdlNamespace : Commons.Xml.Nvdl.NvdlRule
- {
- public NvdlNamespace() { }
- public string NS { get { throw null; } set { } }
- public string Wildcard { get { throw null; } set { } }
- }
- public partial class NvdlNestedMode : Commons.Xml.Nvdl.NvdlModeBase
- {
- public NvdlNestedMode() { }
- }
- public abstract partial class NvdlNoCancelAction : Commons.Xml.Nvdl.NvdlAction
- {
- protected NvdlNoCancelAction() { }
- public Commons.Xml.Nvdl.NvdlMessageList Messages { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlModeUsage ModeUsage { get { throw null; } set { } }
- public string SimpleMessage { get { throw null; } set { } }
- }
- public abstract partial class NvdlNoResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlNoResultAction() { }
- }
- public partial class NvdlOption : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlOption() { }
- public string Arg { get { throw null; } set { } }
- public string MustSupport { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class NvdlOptionList : System.Collections.CollectionBase
- {
- public NvdlOptionList() { }
- public Commons.Xml.Nvdl.NvdlOption this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlOption item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlOption item) { }
- }
- public partial class NvdlReader
- {
- internal NvdlReader() { }
- public static Commons.Xml.Nvdl.NvdlRules Read(System.Xml.XmlReader reader) { throw null; }
- }
- public partial class NvdlReject : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlReject() { }
- }
- public partial class NvdlRelaxngValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public const string RncMimeType = "application/vnd.oasis-open.relax-ng.rnc";
- public NvdlRelaxngValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
- public abstract partial class NvdlResultAction : Commons.Xml.Nvdl.NvdlNoCancelAction
- {
- protected NvdlResultAction() { }
- public abstract Commons.Xml.Nvdl.NvdlResultType ResultType { get; }
- }
- public enum NvdlResultType
- {
- Attach = 0,
- AttachPlaceholder = 1,
- Unwrap = 2,
- }
- public abstract partial class NvdlRule : Commons.Xml.Nvdl.NvdlAttributable
- {
- protected NvdlRule() { }
- public Commons.Xml.Nvdl.NvdlActionList Actions { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleTarget Match { get { throw null; } set { } }
- }
- public partial class NvdlRuleList : System.Collections.CollectionBase
- {
- public NvdlRuleList() { }
- public Commons.Xml.Nvdl.NvdlRule this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlRule item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlRule item) { }
- }
- public partial class NvdlRules : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlRules() { }
- public Commons.Xml.Nvdl.NvdlModeList Modes { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlRuleList Rules { get { throw null; } }
- public string SchemaType { get { throw null; } set { } }
- public string StartMode { get { throw null; } set { } }
- public Commons.Xml.Nvdl.NvdlTriggerList Triggers { get { throw null; } }
- }
- public enum NvdlRuleTarget
- {
- Attributes = 2,
- Both = 3,
- Elements = 1,
- None = 0,
- }
- public partial class NvdlTrigger : Commons.Xml.Nvdl.NvdlAttributable
- {
- public NvdlTrigger() { }
- public string NameList { get { throw null; } set { } }
- public string NS { get { throw null; } set { } }
- }
- public partial class NvdlTriggerList : System.Collections.CollectionBase
- {
- public NvdlTriggerList() { }
- public Commons.Xml.Nvdl.NvdlTrigger this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Nvdl.NvdlTrigger item) { }
- public void Remove(Commons.Xml.Nvdl.NvdlTrigger item) { }
- }
- public partial class NvdlUnwrap : Commons.Xml.Nvdl.NvdlResultAction
- {
- public NvdlUnwrap() { }
- public override Commons.Xml.Nvdl.NvdlResultType ResultType { get { throw null; } }
- }
- public partial class NvdlValidate : Commons.Xml.Nvdl.NvdlNoResultAction
- {
- public NvdlValidate() { }
- public Commons.Xml.Nvdl.NvdlOptionList Options { get { throw null; } }
- public System.Xml.XmlElement SchemaBody { get { throw null; } set { } }
- public string SchemaType { get { throw null; } set { } }
- public string SchemaUri { get { throw null; } set { } }
- }
- public partial class NvdlValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public NvdlValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlRules rules, System.Xml.XmlResolver resolver, Commons.Xml.Nvdl.NvdlConfig config) : base (default(System.Xml.XmlReader)) { }
- public event Commons.Xml.Nvdl.NvdlMessageEventHandler ActionStarted { add { } remove { } }
- public override bool Read() { throw null; }
- }
- public partial class NvdlValidationException : Commons.Xml.Nvdl.NvdlException
- {
- public NvdlValidationException(string message, System.Exception inner, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- public NvdlValidationException(string message, System.Xml.IXmlLineInfo source) : base (default(string)) { }
- }
- public partial class NvdlValidationProvider
- {
- public NvdlValidationProvider() { }
- public Commons.Xml.Nvdl.NvdlConfig Config { get { throw null; } }
- public string SchemaType { get { throw null; } }
- public Commons.Xml.Nvdl.NvdlValidate ValidateAction { get { throw null; } }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(Commons.Xml.Nvdl.NvdlValidate validate, string schemaType, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public virtual Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader schema, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- public string GetSchemaUri(Commons.Xml.Nvdl.NvdlValidate validate) { throw null; }
- }
- public abstract partial class NvdlValidatorGenerator
- {
- protected NvdlValidatorGenerator() { }
- public abstract bool AddOption(string name, string arg);
- public virtual System.Xml.XmlReader CreateAttributeValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) { throw null; }
- public abstract System.Xml.XmlReader CreateValidator(System.Xml.XmlReader reader, System.Xml.XmlResolver resolver);
- public virtual bool HandleError(System.Exception ex, System.Xml.XmlReader reader, string nvdlLocation) { throw null; }
- }
- public partial class NvdlXsdValidatorProvider : Commons.Xml.Nvdl.NvdlValidationProvider
- {
- public NvdlXsdValidatorProvider() { }
- public override Commons.Xml.Nvdl.NvdlValidatorGenerator CreateGenerator(System.Xml.XmlReader reader, Commons.Xml.Nvdl.NvdlConfig config) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng
-{
- public partial interface IGrammarContent
- {
- }
- public partial class RelaxngAnyName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngAnyName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngAttribute : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngAttribute() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngBinaryContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngBinaryContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngChoice : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngChoice() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngData : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngData() { }
- public Commons.Xml.Relaxng.RelaxngExcept Except { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngParamList ParamList { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngDataSupport : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngDataSupport() { }
- public string DatatypeLibrary { get { throw null; } set { } }
- public string Type { get { throw null; } set { } }
- }
- public abstract partial class RelaxngDatatype
- {
- protected RelaxngDatatype() { }
- public abstract string Name { get; }
- public abstract string NamespaceURI { get; }
- public virtual bool Compare(object o1, object o2) { throw null; }
- public virtual bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public abstract object Parse(string text, System.Xml.XmlReader reader);
- }
- public abstract partial class RelaxngDatatypeProvider
- {
- protected RelaxngDatatypeProvider() { }
- public abstract Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters);
- }
- public partial class RelaxngDefine : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDefine() { }
- public string Combine { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngDiv : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngDiv() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngElement : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngElement() { }
- public Commons.Xml.Relaxng.RelaxngNameClass NameClass { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngElementBase
- {
- protected RelaxngElementBase() { }
- public string BaseUri { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public int LinePosition { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern ReadExternalResource(Commons.Xml.Relaxng.RelaxngGrammar grammar, System.Uri uri, string nsContext) { throw null; }
- public abstract void Write(System.Xml.XmlWriter writer);
- }
- public partial class RelaxngEmpty : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngEmpty() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExcept : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExcept() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngException : System.Exception
- {
- public RelaxngException() { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message) { }
- public RelaxngException(Commons.Xml.Relaxng.RelaxngElementBase source, string message, System.Exception innerException) { }
- public RelaxngException(string message) { }
- public RelaxngException(string message, System.Exception innerException) { }
- }
- public partial class RelaxngExceptNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngExceptNameClass() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Names { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngExternalRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngExternalRef() { }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammar : Commons.Xml.Relaxng.RelaxngPattern
- {
- public static string NamespaceURI;
- public RelaxngGrammar() { }
- public string DefaultNamespace { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Includes { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngGrammarContentList : System.Collections.CollectionBase
- {
- public RelaxngGrammarContentList() { }
- public Commons.Xml.Relaxng.IGrammarContent this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.IGrammarContent p) { }
- public void Remove(Commons.Xml.Relaxng.IGrammarContent p) { }
- }
- public partial class RelaxngGroup : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngGroup() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInclude : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngInclude() { }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Defines { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Divs { get { throw null; } }
- public string Href { get { throw null; } set { } }
- public string NSContext { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammarContentList Starts { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngInterleave : Commons.Xml.Relaxng.RelaxngBinaryContentPattern
- {
- public RelaxngInterleave() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngList : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- internal RelaxngList() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngMergedProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- public RelaxngMergedProvider() { }
- public static Commons.Xml.Relaxng.RelaxngMergedProvider DefaultProvider { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider this[string ns] { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class RelaxngMixed : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngMixed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngName() { }
- public RelaxngName(string ncname, string ns) { }
- public string LocalName { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNameChoice : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNameChoice() { }
- public Commons.Xml.Relaxng.RelaxngNameClassList Children { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngNameClass : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngNameClass() { }
- }
- public partial class RelaxngNameClassList : System.Collections.CollectionBase
- {
- public RelaxngNameClassList() { }
- public Commons.Xml.Relaxng.RelaxngNameClass this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngNameClass p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngNameClass p) { }
- }
- public partial class RelaxngNotAllowed : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngNotAllowed() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngNsName : Commons.Xml.Relaxng.RelaxngNameClass
- {
- public RelaxngNsName() { }
- public Commons.Xml.Relaxng.RelaxngExceptNameClass Except { get { throw null; } set { } }
- public string Namespace { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOneOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOneOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngOptional : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngOptional() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParam : Commons.Xml.Relaxng.RelaxngElementBase
- {
- public RelaxngParam() { }
- public RelaxngParam(string name, string value) { }
- public string Name { get { throw null; } set { } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngParamList : System.Collections.CollectionBase
- {
- public RelaxngParamList() { }
- public Commons.Xml.Relaxng.RelaxngParam this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngParam p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngParam p) { }
- }
- public partial class RelaxngParentRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngParentRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngPattern : Commons.Xml.Relaxng.RelaxngElementBase
- {
- protected RelaxngPattern() { }
- public Commons.Xml.Relaxng.RelaxngDatatypeProvider DataProvider { get { throw null; } set { } }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public void Compile() { }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern Read(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider, System.Xml.XmlResolver xmlResolver) { throw null; }
- public void WriteCompact(System.IO.TextWriter writer) { }
- public void WriteCompact(System.IO.TextWriter writer, System.Xml.IXmlNamespaceResolver res) { }
- }
- public partial class RelaxngPatternList : System.Collections.CollectionBase
- {
- public RelaxngPatternList() { }
- public Commons.Xml.Relaxng.RelaxngPattern this[int i] { get { throw null; } set { } }
- public void Add(Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Insert(int pos, Commons.Xml.Relaxng.RelaxngPattern p) { }
- public void Remove(Commons.Xml.Relaxng.RelaxngPattern p) { }
- }
- public enum RelaxngPatternType
- {
- After = 14,
- Attribute = 12,
- Choice = 4,
- Data = 9,
- DataExcept = 10,
- Element = 13,
- Empty = 1,
- ExternalRef = 21,
- Grammar = 16,
- Group = 6,
- Interleave = 5,
- List = 8,
- Mixed = 18,
- NotAllowed = 2,
- OneOrMore = 7,
- Optional = 19,
- ParentRef = 22,
- Ref = 15,
- Text = 3,
- Value = 11,
- ZeroOrMore = 17,
- }
- public partial class RelaxngReader : Commons.Xml.XmlDefaultReader
- {
- [System.ObsoleteAttribute]
- public static string RelaxngNS;
- public RelaxngReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns) : base (default(System.Xml.XmlReader)) { }
- public RelaxngReader(System.Xml.XmlReader reader, string ns, System.Xml.XmlResolver resolver) : base (default(System.Xml.XmlReader)) { }
- public string ContextNamespace { get { throw null; } }
- public string DatatypeLibrary { get { throw null; } }
- public static Commons.Xml.Relaxng.RelaxngPattern GrammarForRelaxng { get { throw null; } }
- public System.Xml.XmlResolver XmlResolver { set { } }
- public override bool Read() { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern ReadPattern() { throw null; }
- public override string ReadString() { throw null; }
- }
- public partial class RelaxngRef : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngRef() { }
- public string Name { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public abstract partial class RelaxngSingleContentPattern : Commons.Xml.Relaxng.RelaxngPattern
- {
- protected RelaxngSingleContentPattern() { }
- public Commons.Xml.Relaxng.RelaxngPatternList Patterns { get { throw null; } }
- }
- public partial class RelaxngStart : Commons.Xml.Relaxng.RelaxngElementBase, Commons.Xml.Relaxng.IGrammarContent
- {
- public RelaxngStart() { }
- public string Combine { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngPattern Pattern { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngString : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngString() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngText : Commons.Xml.Relaxng.RelaxngPattern
- {
- public RelaxngText() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngToken : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public RelaxngToken() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override bool Compare(object o1, object o2) { throw null; }
- public override bool CompareString(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- public override bool IsValid(string text, System.Xml.XmlReader reader) { throw null; }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RelaxngValidatingReader : Commons.Xml.XmlDefaultReader
- {
- public static readonly Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler IgnoreError;
- public RelaxngValidatingReader(System.Xml.XmlReader reader) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, Commons.Xml.Relaxng.RelaxngPattern pattern) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml) : base (default(System.Xml.XmlReader)) { }
- public RelaxngValidatingReader(System.Xml.XmlReader reader, System.Xml.XmlReader grammarXml, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) : base (default(System.Xml.XmlReader)) { }
- public bool ReportDetails { get { throw null; } set { } }
- public bool RoughLabelCheck { get { throw null; } set { } }
- public event Commons.Xml.Relaxng.RelaxngValidatingReader.RelaxngValidationEventHandler InvalidNodeFound { add { } remove { } }
- public object AfterAttribute(object stateObject, string localName, string ns) { throw null; }
- public object AfterCloseStartTag(object stateObject) { throw null; }
- public object AfterEndTag(object stateObject) { throw null; }
- public object AfterOpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public bool Attribute(object stateObject, string localName, string ns) { throw null; }
- public bool CloseStartTag(object stateObject) { throw null; }
- public bool Emptiable(object stateObject) { throw null; }
- public bool EndTag(object stateObject) { throw null; }
- public System.Collections.ICollection GetAttributeLabels(object stateObject) { throw null; }
- public object GetCurrentState() { throw null; }
- public System.Collections.ICollection GetElementLabels(object stateObject) { throw null; }
- public bool OpenStartTag(object stateObject, string localName, string ns) { throw null; }
- public override bool Read() { throw null; }
- public delegate bool RelaxngValidationEventHandler(System.Xml.XmlReader source, string message);
- }
- public partial class RelaxngValue : Commons.Xml.Relaxng.RelaxngDataSupport
- {
- public RelaxngValue() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
- public partial class RelaxngZeroOrMore : Commons.Xml.Relaxng.RelaxngSingleContentPattern
- {
- public RelaxngZeroOrMore() { }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void Write(System.Xml.XmlWriter writer) { }
- }
-}
-namespace Commons.Xml.Relaxng.Derivative
-{
- public abstract partial class RdpAbstractBinary : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractBinary(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern LValue { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern RValue { get { throw null; } set { } }
- }
- public abstract partial class RdpAbstractSingleContent : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAbstractSingleContent(Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Child { get { throw null; } set { } }
- }
- public partial class RdpAfter : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpAfter(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpAnyName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- internal RdpAnyName() { }
- public override bool HasInfiniteName { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpAnyName Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpAnyNameExcept : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpAnyNameExcept(Commons.Xml.Relaxng.Derivative.RdpNameClass except) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpApplyAfterHandler(Commons.Xml.Relaxng.Derivative.RdpPattern p);
- public partial class RdpAttribute : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpAttribute(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- }
- public delegate Commons.Xml.Relaxng.Derivative.RdpPattern RdpBinaryFunction(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2);
- public partial class RdpChoice : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpChoice(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler handler) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public enum RdpContentType
- {
- Complex = 2,
- Empty = 1,
- Invalid = 0,
- Simple = 4,
- }
- public partial class RdpData : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpData(Commons.Xml.Relaxng.Derivative.RdpDatatype dt) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDataExcept : Commons.Xml.Relaxng.Derivative.RdpData
- {
- public RdpDataExcept(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, Commons.Xml.Relaxng.Derivative.RdpPattern except) : base (default(Commons.Xml.Relaxng.Derivative.RdpDatatype)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Except { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpDatatype
- {
- public RdpDatatype(string ns, string localName, Commons.Xml.Relaxng.RelaxngParamList parameters, Commons.Xml.Relaxng.RelaxngDatatypeProvider provider) { }
- public bool IsContextDependent { get { throw null; } }
- public string LocalName { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public virtual bool IsAllowed(string value, System.Xml.XmlReader reader) { throw null; }
- public virtual bool IsTypeEqual(string s1, string s2, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpElement : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpElement(Commons.Xml.Relaxng.Derivative.RdpNameClass nameClass, Commons.Xml.Relaxng.Derivative.RdpPattern p) { }
- public Commons.Xml.Relaxng.Derivative.RdpPattern Children { get { throw null; } set { } }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass NameClass { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- }
- public partial class RdpEmpty : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpEmpty() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpEmpty Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpGroup : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpGroup(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpInterleave : Commons.Xml.Relaxng.Derivative.RdpAbstractBinary
- {
- public RdpInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern l, Commons.Xml.Relaxng.Derivative.RdpPattern r) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern), default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpList : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpList(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpName(string local, string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public string LocalName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public abstract partial class RdpNameClass
- {
- protected RdpNameClass() { }
- public abstract bool HasInfiniteName { get; }
- public abstract Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get; }
- public abstract bool Contains(string name, string ns);
- }
- public partial class RdpNameClassChoice : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNameClassChoice(Commons.Xml.Relaxng.Derivative.RdpNameClass l, Commons.Xml.Relaxng.Derivative.RdpNameClass r) { }
- public override bool HasInfiniteName { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass LValue { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass RValue { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public enum RdpNameClassType
- {
- AnyName = 1,
- AnyNameExcept = 2,
- Name = 5,
- NameClassChoice = 6,
- None = 0,
- NsName = 3,
- NsNameExcept = 4,
- }
- public partial class RdpNotAllowed : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpNotAllowed() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpNotAllowed Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- }
- public partial class RdpNsName : Commons.Xml.Relaxng.Derivative.RdpNameClass
- {
- public RdpNsName(string ns) { }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public string NamespaceURI { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpNsNameExcept : Commons.Xml.Relaxng.Derivative.RdpNsName
- {
- public RdpNsNameExcept(string ns, Commons.Xml.Relaxng.Derivative.RdpNameClass except) : base (default(string)) { }
- public Commons.Xml.Relaxng.Derivative.RdpNameClass ExceptNameClass { get { throw null; } }
- public override bool HasInfiniteName { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpNameClassType NameClassType { get { throw null; } }
- public override bool Contains(string name, string ns) { throw null; }
- }
- public partial class RdpOneOrMore : Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent
- {
- public RdpOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) : base (default(Commons.Xml.Relaxng.Derivative.RdpPattern)) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpParam
- {
- public RdpParam(string localName, string value) { }
- public string LocalName { get { throw null; } }
- public string Value { get { throw null; } }
- }
- public partial class RdpParamList : System.Collections.ArrayList
- {
- public RdpParamList() { }
- }
- public abstract partial class RdpPattern
- {
- public static readonly Commons.Xml.Relaxng.Derivative.RdpPattern Anything;
- protected RdpPattern() { }
- public abstract Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get; }
- public abstract bool Nullable { get; }
- public abstract Commons.Xml.Relaxng.RelaxngPatternType PatternType { get; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern After(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern ApplyAfter(Commons.Xml.Relaxng.Derivative.RdpApplyAfterHandler h) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern AttDeriv(string name, string ns, string value, System.Xml.XmlReader reader) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Choice(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndAttDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern EndTagDeriv() { throw null; }
- public void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes) { }
- public abstract void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass);
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Group(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern Interleave(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern ListDeriv(string[] list, int index, System.Xml.XmlReader reader) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpAfter MakeAfter(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeChoice(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpChoice MakeChoiceLeaf(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern MakeGroup(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpInterleave MakeInterleave(Commons.Xml.Relaxng.Derivative.RdpPattern p1, Commons.Xml.Relaxng.Derivative.RdpPattern p2) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpOneOrMore MakeOneOrMore(Commons.Xml.Relaxng.Derivative.RdpPattern p) { throw null; }
- public Commons.Xml.Relaxng.Derivative.RdpPattern OneOrMore() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartAttDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagCloseDeriv() { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern StartTagOpenDeriv(string name, string ns) { throw null; }
- public virtual Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- public bool ValueMatch(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpText : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpText() { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public static Commons.Xml.Relaxng.Derivative.RdpText Instance { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class RdpUtil
- {
- public static char[] WhitespaceChars;
- public RdpUtil() { }
- }
- public partial class RdpValue : Commons.Xml.Relaxng.Derivative.RdpPattern
- {
- public RdpValue(Commons.Xml.Relaxng.Derivative.RdpDatatype dt, string value) { }
- public override Commons.Xml.Relaxng.Derivative.RdpContentType ContentType { get { throw null; } }
- public Commons.Xml.Relaxng.Derivative.RdpDatatype Datatype { get { throw null; } }
- public override bool Nullable { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngPatternType PatternType { get { throw null; } }
- public string Value { get { throw null; } }
- public override void GetLabels(System.Collections.Hashtable elements, System.Collections.Hashtable attributes, bool collectNameClass) { }
- public override Commons.Xml.Relaxng.Derivative.RdpPattern TextDeriv(string s, System.Xml.XmlReader reader) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.Inference
-{
- public partial class RelaxngInference
- {
- public RelaxngInference() { }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption Occurrence { get { throw null; } set { } }
- public Commons.Xml.Relaxng.Inference.RelaxngInference.InferenceOption TypeInference { get { throw null; } set { } }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader) { throw null; }
- public Commons.Xml.Relaxng.RelaxngGrammar InferSchema(System.Xml.XmlReader xmlReader, Commons.Xml.Relaxng.RelaxngGrammar grammar) { throw null; }
- public enum InferenceOption
- {
- Relaxed = 1,
- Restricted = 0,
- }
- }
-}
-namespace Commons.Xml.Relaxng.Rnc
-{
- public partial class RncParser
- {
- public int eof_token;
- public System.IO.TextWriter ErrorOutput;
- protected bool use_global_stacks;
- protected static readonly short[] yyCheck;
- protected static readonly short[] yyDgoto;
- protected const int yyFinal = 4;
- protected static readonly short[] yyGindex;
- protected int yyMax;
- protected static readonly string[] yyNames;
- protected static readonly short[] yyRindex;
- protected static readonly short[] yySindex;
- protected static readonly short[] yyTable;
- public RncParser(System.Xml.XmlNameTable nameTable) { }
- public string BaseUri { get { throw null; } }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri) { throw null; }
- public Commons.Xml.Relaxng.RelaxngPattern Parse(System.IO.TextReader source, string baseUri, string defaultNamespace) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri) { throw null; }
- public static Commons.Xml.Relaxng.RelaxngPattern ParseRnc(System.IO.TextReader reader, System.Xml.XmlNameTable nameTable, string baseUri, string defaultNamespace) { throw null; }
- protected object yyDefault(object first) { throw null; }
- public void yyerror(string message) { }
- public void yyerror(string message, string[] expected) { }
- protected string[] yyExpecting(int state) { throw null; }
- protected int[] yyExpectingTokens(int state) { throw null; }
- public static string yyname(int token) { throw null; }
- }
-}
-namespace Commons.Xml.Relaxng.XmlSchema
-{
- public partial class XsdDatatypeProvider : Commons.Xml.Relaxng.RelaxngDatatypeProvider
- {
- internal XsdDatatypeProvider() { }
- public static Commons.Xml.Relaxng.XmlSchema.XsdDatatypeProvider Instance { get { throw null; } }
- public override Commons.Xml.Relaxng.RelaxngDatatype GetDatatype(string name, string ns, Commons.Xml.Relaxng.RelaxngParamList parameters) { throw null; }
- }
- public partial class XsdPrimitiveType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdPrimitiveType(string name, System.Xml.Schema.XmlSchemaDatatype xstype) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string text, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdQNameWrapper : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdQNameWrapper() { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string s, System.Xml.XmlReader reader) { throw null; }
- }
- public partial class XsdSimpleRestrictionType : Commons.Xml.Relaxng.RelaxngDatatype
- {
- public XsdSimpleRestrictionType(Commons.Xml.Relaxng.RelaxngDatatype primitive, Commons.Xml.Relaxng.RelaxngParamList parameters) { }
- public override string Name { get { throw null; } }
- public override string NamespaceURI { get { throw null; } }
- public override object Parse(string value, System.Xml.XmlReader reader) { throw null; }
- }
-}
diff --git a/src/v4.7/I18N.CJK.cs b/src/v4.7/I18N.CJK.cs
deleted file mode 100644
index 101096e..0000000
--- a/src/v4.7/I18N.CJK.cs
+++ /dev/null
@@ -1,136 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.CJK
-{
- [System.SerializableAttribute]
- public partial class CP50220 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50220() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50221 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50221() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP50222 : I18N.CJK.ISO2022JPEncoding
- {
- public CP50222() : base (default(int), default(bool), default(bool)) { }
- public override string EncodingName { get { throw null; } }
- }
- [System.SerializableAttribute]
- public partial class CP51932 : I18N.Common.MonoSafeEncoding
- {
- public CP51932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- public partial class CP51932Encoder : I18N.Common.MonoSafeEncoder
- {
- public CP51932Encoder(I18N.Common.MonoSafeEncoding encoding) : base (default(I18N.Common.MonoSafeEncoding)) { }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class CP54936 : I18N.CJK.GB18030Encoding
- {
- public CP54936() { }
- }
- [System.SerializableAttribute]
- public partial class CP932 : I18N.Common.MonoSafeEncoding
- {
- public CP932() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ENCeuc_jp : I18N.CJK.CP51932
- {
- public ENCeuc_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_2022_jp : I18N.CJK.CP50220
- {
- public ENCiso_2022_jp() { }
- }
- [System.SerializableAttribute]
- public partial class ENCshift_jis : I18N.CJK.CP932
- {
- public ENCshift_jis() { }
- }
- [System.SerializableAttribute]
- public partial class GB18030Encoding : I18N.Common.MonoSafeEncoding
- {
- public GB18030Encoding() : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int length) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int start, int len) { throw null; }
- public override int GetChars(byte[] bytes, int byteIdx, int srclen, char[] chars, int charIdx) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetMaxByteCount(int len) { throw null; }
- public override int GetMaxCharCount(int len) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class ISO2022JPEncoding : I18N.Common.MonoSafeEncoding
- {
- public ISO2022JPEncoding(int codePage, bool allow1ByteKana, bool allowShiftIO) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int charIndex, int charCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- protected override int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.7/I18N.MidEast.cs b/src/v4.7/I18N.MidEast.cs
deleted file mode 100644
index db6384e..0000000
--- a/src/v4.7/I18N.MidEast.cs
+++ /dev/null
@@ -1,111 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.MidEast
-{
- [System.SerializableAttribute]
- public partial class CP1254 : I18N.Common.ByteEncoding
- {
- public CP1254() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1255 : I18N.Common.ByteEncoding
- {
- public CP1255() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1256 : I18N.Common.ByteEncoding
- {
- public CP1256() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28596 : I18N.Common.ByteEncoding
- {
- public CP28596() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28598 : I18N.Common.ByteEncoding
- {
- public CP28598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28599 : I18N.Common.ByteEncoding
- {
- public CP28599() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP38598 : I18N.Common.ByteEncoding
- {
- public CP38598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_6 : I18N.MidEast.CP28596
- {
- public ENCiso_8859_6() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_8 : I18N.MidEast.CP28598
- {
- public ENCiso_8859_8() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_9 : I18N.MidEast.CP28599
- {
- public ENCiso_8859_9() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1254 : I18N.MidEast.CP1254
- {
- public ENCwindows_1254() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1255 : I18N.MidEast.CP1255
- {
- public ENCwindows_1255() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1256 : I18N.MidEast.CP1256
- {
- public ENCwindows_1256() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_38598 : I18N.MidEast.CP38598
- {
- public ENCwindows_38598() { }
- }
-}
diff --git a/src/v4.7/I18N.Other.cs b/src/v4.7/I18N.Other.cs
deleted file mode 100644
index 6763544..0000000
--- a/src/v4.7/I18N.Other.cs
+++ /dev/null
@@ -1,242 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Other
-{
- [System.SerializableAttribute]
- public partial class CP1251 : I18N.Common.ByteEncoding
- {
- public CP1251() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1257 : I18N.Common.ByteEncoding
- {
- public CP1257() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1258 : I18N.Common.ByteEncoding
- {
- public CP1258() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20866 : I18N.Common.ByteEncoding
- {
- public CP20866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21866 : I18N.Common.ByteEncoding
- {
- public CP21866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28594 : I18N.Common.ByteEncoding
- {
- public CP28594() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28595 : I18N.Common.ByteEncoding
- {
- public CP28595() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP57002 : I18N.Other.ISCIIEncoding
- {
- public CP57002() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57003 : I18N.Other.ISCIIEncoding
- {
- public CP57003() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57004 : I18N.Other.ISCIIEncoding
- {
- public CP57004() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57005 : I18N.Other.ISCIIEncoding
- {
- public CP57005() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57006 : I18N.Other.ISCIIEncoding
- {
- public CP57006() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57007 : I18N.Other.ISCIIEncoding
- {
- public CP57007() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57008 : I18N.Other.ISCIIEncoding
- {
- public CP57008() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57009 : I18N.Other.ISCIIEncoding
- {
- public CP57009() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57010 : I18N.Other.ISCIIEncoding
- {
- public CP57010() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP57011 : I18N.Other.ISCIIEncoding
- {
- public CP57011() : base (default(int), default(int), default(string), default(string)) { }
- }
- [System.SerializableAttribute]
- public partial class CP874 : I18N.Common.ByteEncoding
- {
- public CP874() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_4 : I18N.Other.CP28594
- {
- public ENCiso_8859_4() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_5 : I18N.Other.CP28595
- {
- public ENCiso_8859_5() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_r : I18N.Other.CP20866
- {
- public ENCkoi8_r() { }
- }
- [System.SerializableAttribute]
- public partial class ENCkoi8_u : I18N.Other.CP21866
- {
- public ENCkoi8_u() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1251 : I18N.Other.CP1251
- {
- public ENCwindows_1251() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1257 : I18N.Other.CP1257
- {
- public ENCwindows_1257() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1258 : I18N.Other.CP1258
- {
- public ENCwindows_1258() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_874 : I18N.Other.CP874
- {
- public ENCwindows_874() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_as : I18N.Other.CP57006
- {
- public ENCx_iscii_as() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_be : I18N.Other.CP57003
- {
- public ENCx_iscii_be() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_de : I18N.Other.CP57002
- {
- public ENCx_iscii_de() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_gu : I18N.Other.CP57010
- {
- public ENCx_iscii_gu() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ka : I18N.Other.CP57008
- {
- public ENCx_iscii_ka() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ma : I18N.Other.CP57009
- {
- public ENCx_iscii_ma() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_or : I18N.Other.CP57007
- {
- public ENCx_iscii_or() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_pa : I18N.Other.CP57011
- {
- public ENCx_iscii_pa() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_ta : I18N.Other.CP57004
- {
- public ENCx_iscii_ta() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_iscii_te : I18N.Other.CP57005
- {
- public ENCx_iscii_te() { }
- }
- [System.SerializableAttribute]
- public abstract partial class ISCIIEncoding : I18N.Common.MonoEncoding
- {
- protected ISCIIEncoding(int codePage, int shift, string encodingName, string webName) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- }
-}
diff --git a/src/v4.7/I18N.Rare.cs b/src/v4.7/I18N.Rare.cs
deleted file mode 100644
index 95ca6a3..0000000
--- a/src/v4.7/I18N.Rare.cs
+++ /dev/null
@@ -1,531 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Rare
-{
- [System.SerializableAttribute]
- public partial class CP1026 : I18N.Common.ByteEncoding
- {
- public CP1026() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1047 : I18N.Common.ByteEncoding
- {
- public CP1047() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1140 : I18N.Common.ByteEncoding
- {
- public CP1140() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1141 : I18N.Common.ByteEncoding
- {
- public CP1141() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1142 : I18N.Common.ByteEncoding
- {
- public CP1142() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1143 : I18N.Common.ByteEncoding
- {
- public CP1143() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1144 : I18N.Common.ByteEncoding
- {
- public CP1144() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1145 : I18N.Common.ByteEncoding
- {
- public CP1145() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1146 : I18N.Common.ByteEncoding
- {
- public CP1146() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1147 : I18N.Common.ByteEncoding
- {
- public CP1147() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1148 : I18N.Common.ByteEncoding
- {
- public CP1148() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1149 : I18N.Common.ByteEncoding
- {
- public CP1149() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20273 : I18N.Common.ByteEncoding
- {
- public CP20273() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20277 : I18N.Common.ByteEncoding
- {
- public CP20277() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20278 : I18N.Common.ByteEncoding
- {
- public CP20278() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20280 : I18N.Common.ByteEncoding
- {
- public CP20280() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20284 : I18N.Common.ByteEncoding
- {
- public CP20284() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20285 : I18N.Common.ByteEncoding
- {
- public CP20285() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20290 : I18N.Common.ByteEncoding
- {
- public CP20290() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20297 : I18N.Common.ByteEncoding
- {
- public CP20297() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20420 : I18N.Common.ByteEncoding
- {
- public CP20420() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20424 : I18N.Common.ByteEncoding
- {
- public CP20424() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP20871 : I18N.Common.ByteEncoding
- {
- public CP20871() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP21025 : I18N.Common.ByteEncoding
- {
- public CP21025() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP37 : I18N.Common.ByteEncoding
- {
- public CP37() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP500 : I18N.Common.ByteEncoding
- {
- public CP500() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP708 : I18N.Common.ByteEncoding
- {
- public CP708() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP852 : I18N.Common.ByteEncoding
- {
- public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP855 : I18N.Common.ByteEncoding
- {
- public CP855() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP857 : I18N.Common.ByteEncoding
- {
- public CP857() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP858 : I18N.Common.ByteEncoding
- {
- public CP858() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP862 : I18N.Common.ByteEncoding
- {
- public CP862() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP864 : I18N.Common.ByteEncoding
- {
- public CP864() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP866 : I18N.Common.ByteEncoding
- {
- public CP866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP869 : I18N.Common.ByteEncoding
- {
- public CP869() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP870 : I18N.Common.ByteEncoding
- {
- public CP870() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP875 : I18N.Common.ByteEncoding
- {
- public CP875() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCasmo_708 : I18N.Rare.CP708
- {
- public ENCasmo_708() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm00858 : I18N.Rare.CP858
- {
- public ENCibm00858() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01140 : I18N.Rare.CP1140
- {
- public ENCibm01140() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01141 : I18N.Rare.CP1141
- {
- public ENCibm01141() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01142 : I18N.Rare.CP1142
- {
- public ENCibm01142() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm01143 : I18N.Rare.CP1143
- {
- public ENCibm01143() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm037 : I18N.Rare.CP37
- {
- public ENCibm037() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1025 : I18N.Rare.CP21025
- {
- public ENCibm1025() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1026 : I18N.Rare.CP1026
- {
- public ENCibm1026() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1047 : I18N.Rare.CP1047
- {
- public ENCibm1047() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1144 : I18N.Rare.CP1144
- {
- public ENCibm1144() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1145 : I18N.Rare.CP1145
- {
- public ENCibm1145() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1146 : I18N.Rare.CP1146
- {
- public ENCibm1146() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1147 : I18N.Rare.CP1147
- {
- public ENCibm1147() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1148 : I18N.Rare.CP1148
- {
- public ENCibm1148() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm1149 : I18N.Rare.CP1149
- {
- public ENCibm1149() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm273 : I18N.Rare.CP20273
- {
- public ENCibm273() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm277 : I18N.Rare.CP20277
- {
- public ENCibm277() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm278 : I18N.Rare.CP20278
- {
- public ENCibm278() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm280 : I18N.Rare.CP20280
- {
- public ENCibm280() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm284 : I18N.Rare.CP20284
- {
- public ENCibm284() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm285 : I18N.Rare.CP20285
- {
- public ENCibm285() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm290 : I18N.Rare.CP20290
- {
- public ENCibm290() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm297 : I18N.Rare.CP20297
- {
- public ENCibm297() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm420 : I18N.Rare.CP20420
- {
- public ENCibm420() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm424 : I18N.Rare.CP20424
- {
- public ENCibm424() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm500 : I18N.Rare.CP500
- {
- public ENCibm500() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm852 : I18N.Rare.CP852
- {
- public ENCibm852() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm855 : I18N.Rare.CP855
- {
- public ENCibm855() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm857 : I18N.Rare.CP857
- {
- public ENCibm857() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm862 : I18N.Rare.CP862
- {
- public ENCibm862() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm864 : I18N.Rare.CP864
- {
- public ENCibm864() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm866 : I18N.Rare.CP866
- {
- public ENCibm866() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm869 : I18N.Rare.CP869
- {
- public ENCibm869() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm870 : I18N.Rare.CP870
- {
- public ENCibm870() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm871 : I18N.Rare.CP20871
- {
- public ENCibm871() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm875 : I18N.Rare.CP875
- {
- public ENCibm875() { }
- }
-}
diff --git a/src/v4.7/I18N.West.cs b/src/v4.7/I18N.West.cs
deleted file mode 100644
index f379c06..0000000
--- a/src/v4.7/I18N.West.cs
+++ /dev/null
@@ -1,223 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.West
-{
- [System.SerializableAttribute]
- public partial class CP10000 : I18N.Common.ByteEncoding
- {
- public CP10000() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP10079 : I18N.Common.ByteEncoding
- {
- public CP10079() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1250 : I18N.Common.ByteEncoding
- {
- public CP1250() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1252 : I18N.Common.ByteEncoding
- {
- public CP1252() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP1253 : I18N.Common.ByteEncoding
- {
- public CP1253() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28592 : I18N.Common.ByteEncoding
- {
- public CP28592() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28593 : I18N.Common.ByteEncoding
- {
- public CP28593() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28597 : I18N.Common.ByteEncoding
- {
- public CP28597() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP28605 : I18N.Common.ByteEncoding
- {
- public CP28605() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP437 : I18N.Common.ByteEncoding
- {
- public CP437() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP850 : I18N.Common.ByteEncoding
- {
- public CP850() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP860 : I18N.Common.ByteEncoding
- {
- public CP860() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP861 : I18N.Common.ByteEncoding
- {
- public CP861() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP863 : I18N.Common.ByteEncoding
- {
- public CP863() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class CP865 : I18N.Common.ByteEncoding
- {
- public CP865() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm437 : I18N.West.CP437
- {
- public ENCibm437() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm850 : I18N.West.CP850
- {
- public ENCibm850() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm860 : I18N.West.CP860
- {
- public ENCibm860() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm861 : I18N.West.CP861
- {
- public ENCibm861() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm863 : I18N.West.CP863
- {
- public ENCibm863() { }
- }
- [System.SerializableAttribute]
- public partial class ENCibm865 : I18N.West.CP865
- {
- public ENCibm865() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_15 : I18N.West.CP28605
- {
- public ENCiso_8859_15() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_2 : I18N.West.CP28592
- {
- public ENCiso_8859_2() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_3 : I18N.West.CP28593
- {
- public ENCiso_8859_3() { }
- }
- [System.SerializableAttribute]
- public partial class ENCiso_8859_7 : I18N.West.CP28597
- {
- public ENCiso_8859_7() { }
- }
- [System.SerializableAttribute]
- public partial class ENCmacintosh : I18N.West.CP10000
- {
- public ENCmacintosh() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1250 : I18N.West.CP1250
- {
- public ENCwindows_1250() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1252 : I18N.West.CP1252
- {
- public ENCwindows_1252() { }
- }
- [System.SerializableAttribute]
- public partial class ENCwindows_1253 : I18N.West.CP1253
- {
- public ENCwindows_1253() { }
- }
- [System.SerializableAttribute]
- public partial class ENCx_mac_icelandic : I18N.West.CP10079
- {
- public ENCx_mac_icelandic() { }
- }
-}
diff --git a/src/v4.7/I18N.cs b/src/v4.7/I18N.cs
deleted file mode 100644
index e850873..0000000
--- a/src/v4.7/I18N.cs
+++ /dev/null
@@ -1,174 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace I18N.Common
-{
- [System.SerializableAttribute]
- public abstract partial class ByteEncoding : I18N.Common.MonoEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public override int GetByteCount(string s) { throw null; }
- public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
- public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected unsafe abstract void ToBytes(char* chars, int charCount, byte* bytes, int byteCount);
- protected virtual void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- [System.SerializableAttribute]
- public abstract partial class ByteSafeEncoding : I18N.Common.MonoSafeEncoding
- {
- protected string bodyName;
- protected string encodingName;
- protected string headerName;
- protected bool isBrowserDisplay;
- protected bool isBrowserSave;
- protected bool isMailNewsDisplay;
- protected bool isMailNewsSave;
- protected char[] toChars;
- protected string webName;
- protected int windowsCodePage;
- protected ByteSafeEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
- public override string BodyName { get { throw null; } }
- public override string EncodingName { get { throw null; } }
- public override string HeaderName { get { throw null; } }
- public override bool IsBrowserDisplay { get { throw null; } }
- public override bool IsBrowserSave { get { throw null; } }
- public override bool IsMailNewsDisplay { get { throw null; } }
- public override bool IsMailNewsSave { get { throw null; } }
- public override bool IsSingleByte { get { throw null; } }
- public override string WebName { get { throw null; } }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override string GetString(byte[] bytes) { throw null; }
- public override string GetString(byte[] bytes, int index, int count) { throw null; }
- public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
- protected abstract void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
- protected virtual void ToBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
- }
- public sealed partial class Handlers
- {
- public static readonly string[] List;
- public Handlers() { }
- public static string GetAlias(string name) { throw null; }
- }
- public partial class Manager
- {
- internal Manager() { }
- public static I18N.Common.Manager PrimaryManager { get { throw null; } }
- public System.Globalization.CultureInfo GetCulture(int culture, bool useUserOverride) { throw null; }
- public System.Globalization.CultureInfo GetCulture(string name, bool useUserOverride) { throw null; }
- public System.Text.Encoding GetEncoding(int codePage) { throw null; }
- public System.Text.Encoding GetEncoding(string name) { throw null; }
- }
- public abstract partial class MonoEncoder : System.Text.Encoder
- {
- public MonoEncoder(I18N.Common.MonoEncoding encoding) { }
- public override int GetByteCount(char[] chars, int index, int count, bool refresh) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount, bool refresh);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount, bool refresh);
- public unsafe void HandleFallback(char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoEncoding : System.Text.Encoding
- {
- public MonoEncoding(int codePage) { }
- public MonoEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- public unsafe override int GetByteCount(char* chars, int count) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public unsafe abstract int GetByteCountImpl(char* chars, int charCount);
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount);
- protected unsafe virtual int GetBytesInternal(char* chars, int charCount, byte* bytes, int byteCount, bool flush, object state) { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount) { }
- public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- public partial class MonoEncodingDefaultEncoder : I18N.Common.ReferenceSourceDefaultEncoder
- {
- public MonoEncodingDefaultEncoder(System.Text.Encoding encoding) : base (default(System.Text.Encoding)) { }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public unsafe override void Convert(char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- [System.Runtime.InteropServices.ComVisibleAttribute(false)]
- public override void Convert(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) { charsUsed = default(int); bytesUsed = default(int); completed = default(bool); }
- }
- public abstract partial class MonoSafeEncoder : System.Text.Encoder
- {
- public MonoSafeEncoder(I18N.Common.MonoSafeEncoding encoding) { }
- public void HandleFallback(char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public abstract partial class MonoSafeEncoding : System.Text.Encoding
- {
- public MonoSafeEncoding(int codePage) { }
- public MonoSafeEncoding(int codePage, int windowsCodePage) { }
- public override int WindowsCodePage { get { throw null; } }
- protected virtual int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
- public void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
- }
- [System.SerializableAttribute]
- public partial class ReferenceSourceDefaultEncoder : System.Text.Encoder, System.Runtime.Serialization.IObjectReference
- {
- public ReferenceSourceDefaultEncoder(System.Text.Encoding encoding) { }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetByteCount(char* chars, int count, bool flush) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
- [System.Security.SecurityCriticalAttribute]
- public object GetRealObject(System.Runtime.Serialization.StreamingContext context) { throw null; }
- }
- public sealed partial class Strings
- {
- public Strings() { }
- public static string GetString(string tag) { throw null; }
- }
-}
diff --git a/src/v4.7/IBM.Data.DB2.cs b/src/v4.7/IBM.Data.DB2.cs
deleted file mode 100644
index 821790d..0000000
--- a/src/v4.7/IBM.Data.DB2.cs
+++ /dev/null
@@ -1,299 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace IBM.Data.DB2
-{
- public partial class DB2ClientUtils
- {
- public DB2ClientUtils() { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message) { }
- public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message, IBM.Data.DB2.DB2Connection connection) { }
- }
- public partial class DB2Command : System.ComponentModel.Component, System.Data.IDbCommand, System.ICloneable, System.IDisposable
- {
- public DB2Command() { }
- public DB2Command(string commandStr) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con) { }
- public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Transaction trans) { }
- public string CommandText { get { throw null; } set { } }
- public int CommandTimeout { get { throw null; } set { } }
- public System.Data.CommandType CommandType { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Connection Connection { get { throw null; } set { } }
- public IBM.Data.DB2.DB2ParameterCollection Parameters { get { throw null; } }
- public bool SelfDescribe { get { throw null; } set { } }
- public System.IntPtr statementHandle { get { throw null; } }
- System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
- System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
- System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Transaction Transaction { get { throw null; } set { } }
- public System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public void Cancel() { }
- public System.Data.IDbDataParameter CreateParameter() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- public int ExecuteNonQuery() { throw null; }
- public void ExecuteNonQueryInternal(System.Data.CommandBehavior behavior) { }
- public IBM.Data.DB2.DB2DataReader ExecuteReader() { throw null; }
- public IBM.Data.DB2.DB2DataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public object ExecuteScalar() { throw null; }
- ~DB2Command() { }
- public void Prepare() { }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
- System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2CommandBuilder : System.ComponentModel.Component
- {
- public DB2CommandBuilder() { }
- public DB2CommandBuilder(IBM.Data.DB2.DB2DataAdapter adapter) { }
- public IBM.Data.DB2.DB2DataAdapter DataAdapter { get { throw null; } set { } }
- public string QuotePrefix { get { throw null; } set { } }
- public string QuoteSuffix { get { throw null; } set { } }
- public static void DeriveParameters(IBM.Data.DB2.DB2Command command) { }
- protected override void Dispose(bool disposing) { }
- public IBM.Data.DB2.DB2Command GetDeleteCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetInsertCommand() { throw null; }
- public IBM.Data.DB2.DB2Command GetUpdateCommand() { throw null; }
- public void RefreshSchema() { }
- }
- public partial class DB2Connection : System.ComponentModel.Component, System.Data.IDbConnection, System.ICloneable, System.IDisposable
- {
- public DB2Connection() { }
- public DB2Connection(string conString) { }
- public string ConnectionString { get { throw null; } set { } }
- public int ConnectionTimeout { get { throw null; } set { } }
- public string Database { get { throw null; } }
- public System.Data.ConnectionState State { get { throw null; } }
- public event IBM.Data.DB2.DB2InfoMessageEventHandler InfoMessage { add { } remove { } }
- public event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public IBM.Data.DB2.DB2Transaction BeginTransaction() { throw null; }
- public IBM.Data.DB2.DB2Transaction BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- public void ChangeDatabase(string newDBName) { }
- public void Close() { }
- public IBM.Data.DB2.DB2Command CreateCommand() { throw null; }
- public new void Dispose() { }
- protected override void Dispose(bool disposing) { }
- ~DB2Connection() { }
- public void Open() { }
- public static void ReleaseObjectPool() { }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
- System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
- System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
- object System.ICloneable.Clone() { throw null; }
- }
- public sealed partial class DB2DataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter
- {
- public DB2DataAdapter() { }
- public DB2DataAdapter(IBM.Data.DB2.DB2Command selectCommand) { }
- public DB2DataAdapter(string selectCommandText, IBM.Data.DB2.DB2Connection selectConnection) { }
- public DB2DataAdapter(string selectCommandText, string selectConnectionString) { }
- public new IBM.Data.DB2.DB2Command DeleteCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command InsertCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command SelectCommand { get { throw null; } set { } }
- System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
- System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
- public new IBM.Data.DB2.DB2Command UpdateCommand { get { throw null; } set { } }
- public event IBM.Data.DB2.DB2RowUpdatedEventHandler RowUpdated { add { } remove { } }
- public event IBM.Data.DB2.DB2RowUpdatingEventHandler RowUpdating { add { } remove { } }
- protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class DB2DataReader : System.MarshalByRefObject, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
- {
- internal DB2DataReader() { }
- public int Depth { get { throw null; } }
- public int FieldCount { get { throw null; } }
- public bool HasRows { get { throw null; } }
- public bool IsClosed { get { throw null; } }
- public object this[int col] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public int RecordsAffected { get { throw null; } }
- public void Close() { }
- public void Dispose() { }
- ~DB2DataReader() { }
- public bool GetBoolean(int col) { throw null; }
- public byte GetByte(int col) { throw null; }
- public long GetBytes(int col, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public char GetChar(int col) { throw null; }
- public long GetChars(int col, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
- public System.Data.IDataReader GetData(int col) { throw null; }
- public string GetDataTypeName(int col) { throw null; }
- public System.DateTime GetDate(int col) { throw null; }
- public System.DateTime GetDateTime(int col) { throw null; }
- public decimal GetDecimal(int col) { throw null; }
- public double GetDouble(int col) { throw null; }
- public System.Type GetFieldType(int col) { throw null; }
- public float GetFloat(int col) { throw null; }
- public System.Guid GetGuid(int col) { throw null; }
- public short GetInt16(int col) { throw null; }
- public int GetInt32(int col) { throw null; }
- public long GetInt64(int col) { throw null; }
- public string GetName(int col) { throw null; }
- public int GetOrdinal(string name) { throw null; }
- public System.Data.DataTable GetSchemaTable() { throw null; }
- public string GetString(int col) { throw null; }
- public object GetStringInternal(int col) { throw null; }
- public System.TimeSpan GetTime(int col) { throw null; }
- public System.TimeSpan GetTimeSpan(int col) { throw null; }
- public object GetValue(int col) { throw null; }
- public int GetValues(object[] values) { throw null; }
- public bool IsDBNull(int col) { throw null; }
- public bool NextResult() { throw null; }
- public bool Read() { throw null; }
- }
- public sealed partial class DB2Error
- {
- internal DB2Error() { }
- public string Message { get { throw null; } }
- public int NativeError { get { throw null; } }
- public string Source { get { throw null; } }
- public string SQLState { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class DB2ErrorCollection : System.Collections.CollectionBase
- {
- public DB2ErrorCollection(short sqlHandleType, System.IntPtr sqlHandle) { }
- public IBM.Data.DB2.DB2Error this[int index] { get { throw null; } }
- public void CopyTo(IBM.Data.DB2.DB2Error[] array, int index) { }
- public new IBM.Data.DB2.DB2ErrorCollection.DB2ErrorEnumerator GetEnumerator() { throw null; }
- public partial class DB2ErrorEnumerator : System.Collections.IEnumerator
- {
- public DB2ErrorEnumerator(IBM.Data.DB2.DB2ErrorCollection mappings) { }
- public IBM.Data.DB2.DB2Error Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- [System.SerializableAttribute]
- public sealed partial class DB2Exception : System.Exception
- {
- internal DB2Exception() { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public override string Message { get { throw null; } }
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public sealed partial class DB2InfoMessageEventArgs : System.EventArgs
- {
- public DB2InfoMessageEventArgs(IBM.Data.DB2.DB2ErrorCollection errors) { }
- public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public delegate void DB2InfoMessageEventHandler(object sender, IBM.Data.DB2.DB2InfoMessageEventArgs e);
- public sealed partial class DB2Parameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
- {
- public DB2Parameter() { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size) { }
- public DB2Parameter(string parameterName, IBM.Data.DB2.DB2Type db2Type, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
- public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size, string sourceColumn) { }
- public DB2Parameter(string parameterName, object value) { }
- public IBM.Data.DB2.DB2Type DB2Type { get { throw null; } set { } }
- public System.Data.DbType DbType { get { throw null; } set { } }
- public System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public bool IsNullable { get { throw null; } set { } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string SourceColumn { get { throw null; } set { } }
- public System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- object System.ICloneable.Clone() { throw null; }
- }
- public partial class DB2ParameterCollection : System.Collections.ArrayList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
- {
- public DB2ParameterCollection() { }
- public new IBM.Data.DB2.DB2Parameter this[int index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter this[string index] { get { throw null; } set { } }
- object System.Data.IDataParameterCollection.this[string index] { get { throw null; } set { } }
- public IBM.Data.DB2.DB2Parameter Add(IBM.Data.DB2.DB2Parameter value) { throw null; }
- public override int Add(object obj) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type type) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size, string sourceColumn) { throw null; }
- public IBM.Data.DB2.DB2Parameter Add(string paramName, object value) { throw null; }
- public bool Contains(string paramName) { throw null; }
- public int IndexOf(string paramName) { throw null; }
- public void RemoveAt(string paramName) { }
- }
- public sealed partial class DB2RowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
- {
- public DB2RowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } }
- }
- public delegate void DB2RowUpdatedEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatedEventArgs e);
- public sealed partial class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
- {
- public DB2RowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
- public new IBM.Data.DB2.DB2Command Command { get { throw null; } set { } }
- }
- public delegate void DB2RowUpdatingEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatingEventArgs e);
- public sealed partial class DB2Transaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
- {
- internal DB2Transaction() { }
- public System.Data.IDbConnection Connection { get { throw null; } }
- public System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public void Commit() { }
- public void Dispose() { }
- public void Rollback() { }
- }
- public enum DB2Type
- {
- BigInt = 3,
- Binary = 15,
- Blob = 22,
- Char = 12,
- Clob = 21,
- Datalink = 24,
- Date = 9,
- DbClob = 23,
- Decimal = 7,
- Double = 5,
- Float = 6,
- Graphic = 18,
- Integer = 2,
- Invalid = 0,
- LongVarBinary = 17,
- LongVarChar = 14,
- LongVarGraphic = 20,
- Numeric = 8,
- Real = 4,
- RowId = 25,
- SmallInt = 1,
- Time = 10,
- Timestamp = 11,
- VarBinary = 16,
- VarChar = 13,
- VarGraphic = 19,
- XmlReader = 26,
- }
- public partial class DB2TypeConverter
- {
- public DB2TypeConverter() { }
- public static System.Type GetManagedType(int sql_type) { throw null; }
- }
-}
diff --git a/src/v4.7/ICSharpCode.SharpZipLib.cs b/src/v4.7/ICSharpCode.SharpZipLib.cs
deleted file mode 100644
index 887a092..0000000
--- a/src/v4.7/ICSharpCode.SharpZipLib.cs
+++ /dev/null
@@ -1,964 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.84.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright 2001-2005 Mike Krueger")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("A free C# compression library")]
-[assembly:System.Reflection.AssemblyProductAttribute("#ZipLibrary")]
-[assembly:System.Reflection.AssemblyTitleAttribute("ICSharpCode.SharpZipLibrary")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace ICSharpCode.SharpZipLib
-{
- public partial class SharpZipBaseException : System.ApplicationException
- {
- public SharpZipBaseException() { }
- public SharpZipBaseException(string msg) { }
- public SharpZipBaseException(string message, System.Exception innerException) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.BZip2
-{
- public sealed partial class BZip2
- {
- public BZip2() { }
- public static void Compress(System.IO.Stream instream, System.IO.Stream outstream, int blockSize) { }
- public static void Decompress(System.IO.Stream instream, System.IO.Stream outstream) { }
- }
- public sealed partial class BZip2Constants
- {
- internal BZip2Constants() { }
- public static readonly int baseBlockSize;
- public static readonly int G_SIZE;
- public static readonly int MAX_ALPHA_SIZE;
- public static readonly int MAX_CODE_LEN;
- public static readonly int MAX_SELECTORS;
- public static readonly int NUM_OVERSHOOT_BYTES;
- public static readonly int N_GROUPS;
- public static readonly int N_ITERS;
- public static readonly int[] rNums;
- public static readonly int RUNA;
- public static readonly int RUNB;
- }
- public partial class BZip2Exception : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public BZip2Exception() { }
- public BZip2Exception(string message) { }
- }
- public partial class BZip2InputStream : System.IO.Stream
- {
- public BZip2InputStream(System.IO.Stream stream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- public override int Read(byte[] b, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class BZip2OutputStream : System.IO.Stream
- {
- public BZip2OutputStream(System.IO.Stream stream) { }
- public BZip2OutputStream(System.IO.Stream stream, int blockSize) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~BZip2OutputStream() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bv) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Checksums
-{
- public sealed partial class Adler32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Adler32() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public sealed partial class Crc32 : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public Crc32() { }
- public long Value { get { throw null; } set { } }
- public void Reset() { }
- public void Update(byte[] buffer) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int bval) { }
- }
- public partial interface IChecksum
- {
- long Value { get; }
- void Reset();
- void Update(byte[] buffer);
- void Update(byte[] buf, int off, int len);
- void Update(int bval);
- }
- public partial class StrangeCRC : ICSharpCode.SharpZipLib.Checksums.IChecksum
- {
- public StrangeCRC() { }
- public long Value { get { throw null; } }
- public void Reset() { }
- public void Update(byte[] buf) { }
- public void Update(byte[] buf, int off, int len) { }
- public void Update(int inCh) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Core
-{
- public partial class DirectoryEventArgs : ICSharpCode.SharpZipLib.Core.ScanEventArgs
- {
- public DirectoryEventArgs(string name, bool hasMatchingFiles) : base (default(string)) { }
- public bool HasMatchingFiles { get { throw null; } }
- }
- public delegate void DirectoryFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public delegate void FileFailureDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs e);
- public partial class FileSystemScanner
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter) { }
- public FileSystemScanner(ICSharpCode.SharpZipLib.Core.IScanFilter fileFilter, ICSharpCode.SharpZipLib.Core.IScanFilter directoryFilter) { }
- public FileSystemScanner(string filter) { }
- public FileSystemScanner(string fileFilter, string directoryFilter) { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- public void Scan(string directory, bool recurse) { }
- }
- public partial interface INameTransform
- {
- string TransformDirectory(string name);
- string TransformFile(string name);
- }
- public partial interface IScanFilter
- {
- bool IsMatch(string name);
- }
- public partial class NameAndSizeFilter : ICSharpCode.SharpZipLib.Core.PathFilter
- {
- public NameAndSizeFilter(string filter, long minSize, long maxSize) : base (default(string)) { }
- public long MaxSize { get { throw null; } set { } }
- public long MinSize { get { throw null; } set { } }
- public override bool IsMatch(string fileName) { throw null; }
- }
- public partial class NameFilter
- {
- public NameFilter(string filter) { }
- public bool IsExcluded(string testValue) { throw null; }
- public bool IsIncluded(string testValue) { throw null; }
- public bool IsMatch(string testValue) { throw null; }
- public static bool IsValidExpression(string e) { throw null; }
- public static bool IsValidFilterExpression(string toTest) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PathFilter : ICSharpCode.SharpZipLib.Core.IScanFilter
- {
- public PathFilter(string filter) { }
- public virtual bool IsMatch(string name) { throw null; }
- }
- public delegate void ProcessDirectoryDelegate(object Sender, ICSharpCode.SharpZipLib.Core.DirectoryEventArgs e);
- public delegate void ProcessFileDelegate(object sender, ICSharpCode.SharpZipLib.Core.ScanEventArgs e);
- public partial class ScanEventArgs : System.EventArgs
- {
- public ScanEventArgs(string name) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public string Name { get { throw null; } }
- }
- public partial class ScanFailureEventArgs
- {
- public ScanFailureEventArgs(string name, System.Exception e) { }
- public bool ContinueRunning { get { throw null; } set { } }
- public System.Exception Exception { get { throw null; } }
- public string Name { get { throw null; } }
- }
-}
-namespace ICSharpCode.SharpZipLib.Encryption
-{
- public abstract partial class PkzipClassic : System.Security.Cryptography.SymmetricAlgorithm
- {
- protected PkzipClassic() { }
- public static byte[] GenerateKeys(byte[] seed) { throw null; }
- }
- public sealed partial class PkzipClassicManaged : ICSharpCode.SharpZipLib.Encryption.PkzipClassic
- {
- public PkzipClassicManaged() { }
- public override int BlockSize { get { throw null; } set { } }
- public override byte[] Key { get { throw null; } set { } }
- public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw null; } }
- public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) { throw null; }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- }
-}
-namespace ICSharpCode.SharpZipLib.GZip
-{
- public partial class GZipConstants
- {
- internal GZipConstants() { }
- public const int FCOMMENT = 16;
- public const int FEXTRA = 4;
- public const int FHCRC = 2;
- public const int FNAME = 8;
- public const int FTEXT = 1;
- public static readonly int GZIP_MAGIC;
- }
- public partial class GZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public GZipException() { }
- public GZipException(string message) { }
- }
- public partial class GZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- protected bool eos;
- public GZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public GZipInputStream(System.IO.Stream baseInputStream, int size) : base (default(System.IO.Stream)) { }
- public override int Read(byte[] buf, int offset, int len) { throw null; }
- }
- public partial class GZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- protected ICSharpCode.SharpZipLib.Checksums.Crc32 crc;
- public GZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public GZipOutputStream(System.IO.Stream baseOutputStream, int size) : base (default(System.IO.Stream)) { }
- public override void Close() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void SetLevel(int level) { }
- public override void Write(byte[] buf, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Tar
-{
- public partial class InvalidHeaderException : ICSharpCode.SharpZipLib.Tar.TarException
- {
- public InvalidHeaderException() { }
- public InvalidHeaderException(string msg) { }
- }
- public delegate void ProgressMessageHandler(ICSharpCode.SharpZipLib.Tar.TarArchive archive, ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message);
- public partial class TarArchive
- {
- protected TarArchive() { }
- public bool ApplyUserInfoOverrides { get { throw null; } set { } }
- public int GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string PathPrefix { get { throw null; } set { } }
- public int RecordSize { get { throw null; } }
- public string RootPath { get { throw null; } set { } }
- public int UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public event ICSharpCode.SharpZipLib.Tar.ProgressMessageHandler ProgressMessageEvent { add { } remove { } }
- public void CloseArchive() { }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateInputTarArchive(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarArchive CreateOutputTarArchive(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public void ExtractContents(string destDir) { }
- public void ListContents() { }
- protected virtual void OnProgressMessageEvent(ICSharpCode.SharpZipLib.Tar.TarEntry entry, string message) { }
- public void SetAsciiTranslation(bool asciiTranslate) { }
- public void SetKeepOldFiles(bool keepOldFiles) { }
- public void SetUserInfo(int userId, string userName, int groupId, string groupName) { }
- public void WriteEntry(ICSharpCode.SharpZipLib.Tar.TarEntry sourceEntry, bool recurse) { }
- }
- public partial class TarBuffer
- {
- public const int BlockSize = 512;
- public const int DefaultBlockFactor = 20;
- public const int DefaultRecordSize = 10240;
- protected TarBuffer() { }
- public int BlockFactor { get { throw null; } }
- public int RecordSize { get { throw null; } }
- public void Close() { }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateInputTarBuffer(System.IO.Stream inputStream, int blockFactor) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarBuffer CreateOutputTarBuffer(System.IO.Stream outputStream, int blockFactor) { throw null; }
- public int GetBlockFactor() { throw null; }
- public int GetCurrentBlockNum() { throw null; }
- public int GetCurrentRecordNum() { throw null; }
- public int GetRecordSize() { throw null; }
- public bool IsEOFBlock(byte[] block) { throw null; }
- public byte[] ReadBlock() { throw null; }
- public void SkipBlock() { }
- public void WriteBlock(byte[] block) { }
- public void WriteBlock(byte[] buf, int offset) { }
- }
- public partial class TarEntry : System.ICloneable
- {
- public TarEntry(ICSharpCode.SharpZipLib.Tar.TarHeader header) { }
- public TarEntry(byte[] headerBuf) { }
- public string File { get { throw null; } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Tar.TarHeader TarHeader { get { throw null; } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public void AdjustEntryName(byte[] outbuf, string newName) { }
- public object Clone() { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- public static ICSharpCode.SharpZipLib.Tar.TarEntry CreateTarEntry(string name) { throw null; }
- public override bool Equals(object it) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry[] GetDirectoryEntries() { throw null; }
- public void GetFileTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string file) { }
- public override int GetHashCode() { throw null; }
- public bool IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry desc) { throw null; }
- public void NameTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader hdr, string name) { }
- public void SetIds(int userId, int groupId) { }
- public void SetNames(string userName, string groupName) { }
- public void WriteEntryHeader(byte[] outbuf) { }
- }
- public partial class TarException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public TarException() { }
- public TarException(string message) { }
- }
- public partial class TarHeader : System.ICloneable
- {
- public static readonly int CHKSUMLEN;
- public const int CHKSUMOFS = 148;
- public static readonly int DEVLEN;
- public static readonly int GIDLEN;
- public static readonly int GNAMELEN;
- public static readonly string GNU_TMAGIC;
- public const byte LF_ACL = (byte)65;
- public const byte LF_BLK = (byte)52;
- public const byte LF_CHR = (byte)51;
- public const byte LF_CONTIG = (byte)55;
- public const byte LF_DIR = (byte)53;
- public const byte LF_EXTATTR = (byte)69;
- public const byte LF_FIFO = (byte)54;
- public const byte LF_GHDR = (byte)103;
- public const byte LF_GNU_DUMPDIR = (byte)68;
- public const byte LF_GNU_LONGLINK = (byte)75;
- public const byte LF_GNU_LONGNAME = (byte)76;
- public const byte LF_GNU_MULTIVOL = (byte)77;
- public const byte LF_GNU_NAMES = (byte)78;
- public const byte LF_GNU_SPARSE = (byte)83;
- public const byte LF_GNU_VOLHDR = (byte)86;
- public const byte LF_LINK = (byte)49;
- public const byte LF_META = (byte)73;
- public const byte LF_NORMAL = (byte)48;
- public const byte LF_OLDNORM = (byte)0;
- public const byte LF_SYMLINK = (byte)50;
- public static readonly byte LF_XHDR;
- public static readonly int MAGICLEN;
- public static readonly int MODELEN;
- public static readonly int MODTIMELEN;
- public static readonly int NAMELEN;
- public static readonly int SIZELEN;
- public static readonly string TMAGIC;
- public static readonly int UIDLEN;
- public static readonly int UNAMELEN;
- public static readonly int VERSIONLEN;
- public TarHeader() { }
- public int Checksum { get { throw null; } }
- public int DevMajor { get { throw null; } set { } }
- public int DevMinor { get { throw null; } set { } }
- public int GroupId { get { throw null; } set { } }
- public string GroupName { get { throw null; } set { } }
- public bool IsChecksumValid { get { throw null; } }
- public string LinkName { get { throw null; } set { } }
- public string Magic { get { throw null; } set { } }
- public int Mode { get { throw null; } set { } }
- public System.DateTime ModTime { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public long Size { get { throw null; } set { } }
- public byte TypeFlag { get { throw null; } set { } }
- public int UserId { get { throw null; } set { } }
- public string UserName { get { throw null; } set { } }
- public string Version { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static int GetAsciiBytes(string toAdd, int nameOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
- public override int GetHashCode() { throw null; }
- public static int GetLongOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- [System.ObsoleteAttribute]
- public string GetName() { throw null; }
- public static int GetNameBytes(string name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(string name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, byte[] buf, int offset, int length) { throw null; }
- public static int GetNameBytes(System.Text.StringBuilder name, int nameOffset, byte[] buf, int bufferOffset, int length) { throw null; }
- public static int GetOctalBytes(long val, byte[] buf, int offset, int length) { throw null; }
- public void ParseBuffer(byte[] header) { }
- public static System.Text.StringBuilder ParseName(byte[] header, int offset, int length) { throw null; }
- public static long ParseOctal(byte[] header, int offset, int length) { throw null; }
- public static void ResetValueDefaults() { }
- public static void SetValueDefaults(int userId, string userName, int groupId, string groupName) { }
- public void WriteHeader(byte[] outbuf) { }
- }
- public partial class TarInputStream : System.IO.Stream
- {
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected ICSharpCode.SharpZipLib.Tar.TarEntry currEntry;
- protected ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory eFactory;
- protected long entryOffset;
- protected long entrySize;
- protected bool hasHitEOF;
- protected byte[] readBuf;
- public TarInputStream(System.IO.Stream inputStream) { }
- public TarInputStream(System.IO.Stream inputStream, int blockFactor) { }
- public long Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsMarkSupported { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CopyEntryContents(System.IO.Stream outputStream) { }
- public override void Flush() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry GetNextEntry() { throw null; }
- public int GetRecordSize() { throw null; }
- public void Mark(int markLimit) { }
- public override int Read(byte[] outputBuffer, int offset, int count) { throw null; }
- public override int ReadByte() { throw null; }
- public void Reset() { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SetEntryFactory(ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory factory) { }
- public override void SetLength(long val) { }
- public void Skip(long numToSkip) { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- public partial class EntryFactoryAdapter : ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory
- {
- public EntryFactoryAdapter() { }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name) { throw null; }
- public ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName) { throw null; }
- }
- public partial interface IEntryFactory
- {
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(byte[] headerBuf);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntry(string name);
- ICSharpCode.SharpZipLib.Tar.TarEntry CreateEntryFromFile(string fileName);
- }
- }
- public partial class TarOutputStream : System.IO.Stream
- {
- protected byte[] assemBuf;
- protected int assemLen;
- protected byte[] blockBuf;
- protected ICSharpCode.SharpZipLib.Tar.TarBuffer buffer;
- protected long currBytes;
- protected long currSize;
- protected bool debug;
- protected System.IO.Stream outputStream;
- public TarOutputStream(System.IO.Stream outputStream) { }
- public TarOutputStream(System.IO.Stream outputStream, int blockFactor) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public void CloseEntry() { }
- public void Finish() { }
- public override void Flush() { }
- public int GetRecordSize() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Tar.TarEntry entry) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public override void Write(byte[] wBuf, int wOffset, int numToWrite) { }
- public override void WriteByte(byte b) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip
-{
- public enum CompressionMethod
- {
- BZip2 = 11,
- Deflate64 = 9,
- Deflated = 8,
- Stored = 0,
- WinZipAES = 99,
- }
- public partial class FastZip
- {
- public FastZip() { }
- public FastZip(ICSharpCode.SharpZipLib.Zip.FastZipEvents events) { }
- public bool CreateEmptyDirectories { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.ZipNameTransform NameTransform { get { throw null; } set { } }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter) { }
- public void CreateZip(string zipFileName, string sourceDirectory, bool recurse, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, ICSharpCode.SharpZipLib.Zip.FastZip.Overwrite overwrite, ICSharpCode.SharpZipLib.Zip.FastZip.ConfirmOverwriteDelegate confirmDelegate, string fileFilter, string directoryFilter) { }
- public void ExtractZip(string zipFileName, string targetDirectory, string fileFilter) { }
- public delegate bool ConfirmOverwriteDelegate(string fileName);
- public enum Overwrite
- {
- Always = 2,
- Never = 1,
- Prompt = 0,
- }
- }
- public partial class FastZipEvents
- {
- public ICSharpCode.SharpZipLib.Core.DirectoryFailureDelegate DirectoryFailure;
- public ICSharpCode.SharpZipLib.Core.FileFailureDelegate FileFailure;
- public ICSharpCode.SharpZipLib.Core.ProcessDirectoryDelegate ProcessDirectory;
- public ICSharpCode.SharpZipLib.Core.ProcessFileDelegate ProcessFile;
- public FastZipEvents() { }
- public void OnDirectoryFailure(string directory, System.Exception e) { }
- public void OnFileFailure(string file, System.Exception e) { }
- public void OnProcessDirectory(string directory, bool hasMatchingFiles) { }
- public void OnProcessFile(string file) { }
- }
- public partial class KeysRequiredEventArgs : System.EventArgs
- {
- public KeysRequiredEventArgs(string name) { }
- public KeysRequiredEventArgs(string name, byte[] keyValue) { }
- public string FileName { get { throw null; } }
- public byte[] Key { get { throw null; } set { } }
- }
- public sealed partial class ZipConstants
- {
- public const int CENATT = 36;
- public const int CENATX = 38;
- public const int CENCOM = 32;
- public const int CENCRC = 16;
- public const int CENDIGITALSIG = 84233040;
- public const int CENDSK = 34;
- public const int CENEXT = 30;
- public const int CENFLG = 8;
- public const int CENHDR = 46;
- public const int CENHOW = 10;
- public const int CENLEN = 24;
- public const int CENNAM = 28;
- public const int CENOFF = 42;
- public const int CENSIG = 33639248;
- public const int CENSIG64 = 101075792;
- public const int CENSIZ = 20;
- public const int CENTIM = 12;
- public const int CENVEM = 4;
- public const int CENVER = 6;
- public const int CRYPTO_HEADER_SIZE = 12;
- public const int ENDCOM = 20;
- public const int ENDDCD = 6;
- public const int ENDHDR = 22;
- public const int ENDNRD = 4;
- public const int ENDOFF = 16;
- public const int ENDSIG = 101010256;
- public const int ENDSIZ = 12;
- public const int ENDSUB = 8;
- public const int ENDTOT = 10;
- public const int EXTCRC = 4;
- public const int EXTHDR = 16;
- public const int EXTLEN = 12;
- public const int EXTSIG = 134695760;
- public const int EXTSIZ = 8;
- public const int LOCCRC = 14;
- public const int LOCEXT = 28;
- public const int LOCFLG = 6;
- public const int LOCHDR = 30;
- public const int LOCHOW = 8;
- public const int LOCLEN = 22;
- public const int LOCNAM = 26;
- public const int LOCSIG = 67324752;
- public const int LOCSIZ = 18;
- public const int LOCTIM = 10;
- public const int LOCVER = 4;
- public const int SPANNINGSIG = 134695760;
- public const int SPANTEMPSIG = 808471376;
- public const int VERSION_MADE_BY = 20;
- public const int VERSION_STRONG_ENCRYPTION = 50;
- public ZipConstants() { }
- public static int DefaultCodePage { get { throw null; } set { } }
- public static byte[] ConvertToArray(string str) { throw null; }
- public static string ConvertToString(byte[] data) { throw null; }
- public static string ConvertToString(byte[] data, int length) { throw null; }
- }
- public partial class ZipEntry : System.ICloneable
- {
- public ZipEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry e) { }
- public ZipEntry(string name) { }
- public string Comment { get { throw null; } set { } }
- public long CompressedSize { get { throw null; } set { } }
- public ICSharpCode.SharpZipLib.Zip.CompressionMethod CompressionMethod { get { throw null; } set { } }
- public long Crc { get { throw null; } set { } }
- public System.DateTime DateTime { get { throw null; } set { } }
- public long DosTime { get { throw null; } set { } }
- public int ExternalFileAttributes { get { throw null; } set { } }
- public byte[] ExtraData { get { throw null; } set { } }
- public int Flags { get { throw null; } set { } }
- public int HostSystem { get { throw null; } }
- public bool IsCrypted { get { throw null; } set { } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFile { get { throw null; } }
- public string Name { get { throw null; } }
- public int Offset { get { throw null; } set { } }
- public bool RequiresZip64 { get { throw null; } }
- public long Size { get { throw null; } set { } }
- public int Version { get { throw null; } }
- public int VersionMadeBy { get { throw null; } }
- public int ZipFileIndex { get { throw null; } set { } }
- public static string CleanName(string name) { throw null; }
- public static string CleanName(string name, bool relativePath) { throw null; }
- public object Clone() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ZipException : ICSharpCode.SharpZipLib.SharpZipBaseException
- {
- public ZipException() { }
- public ZipException(string msg) { }
- }
- public partial class ZipFile : System.Collections.IEnumerable
- {
- public ICSharpCode.SharpZipLib.Zip.ZipFile.KeysRequiredEventHandler KeysRequired;
- public ZipFile(System.IO.FileStream file) { }
- public ZipFile(System.IO.Stream baseStream) { }
- public ZipFile(string name) { }
- [System.Runtime.CompilerServices.IndexerName("EntryByIndex")]
- public ICSharpCode.SharpZipLib.Zip.ZipEntry this[int index] { get { throw null; } }
- public string Name { get { throw null; } }
- public string Password { set { } }
- public int Size { get { throw null; } }
- public string ZipFileComment { get { throw null; } }
- public void Close() { }
- public int FindEntry(string name, bool ignoreCase) { throw null; }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetEntry(string name) { throw null; }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public System.IO.Stream GetInputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { throw null; }
- public System.IO.Stream GetInputStream(int entryIndex) { throw null; }
- public bool TestArchive(bool testData) { throw null; }
- public delegate void KeysRequiredEventHandler(object sender, ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs e);
- }
- public partial class ZipInputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
- {
- public ZipInputStream(System.IO.Stream baseInputStream) : base (default(System.IO.Stream)) { }
- public override int Available { get { throw null; } }
- public bool CanDecompressEntry { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public int BodyRead(byte[] b, int off, int len) { throw null; }
- public override void Close() { }
- public void CloseEntry() { }
- public ICSharpCode.SharpZipLib.Zip.ZipEntry GetNextEntry() { throw null; }
- public override int Read(byte[] destination, int index, int count) { throw null; }
- public override int ReadByte() { throw null; }
- }
- public partial class ZipNameTransform : ICSharpCode.SharpZipLib.Core.INameTransform
- {
- public ZipNameTransform() { }
- public ZipNameTransform(bool useRelativePaths) { }
- public ZipNameTransform(bool useRelativePaths, string trimPrefix) { }
- public string TrimPrefix { get { throw null; } set { } }
- public string TransformDirectory(string name) { throw null; }
- public string TransformFile(string name) { throw null; }
- }
- public partial class ZipOutputStream : ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
- {
- public ZipOutputStream(System.IO.Stream baseOutputStream) : base (default(System.IO.Stream)) { }
- public bool IsFinished { get { throw null; } }
- public void CloseEntry() { }
- public override void Finish() { }
- public int GetLevel() { throw null; }
- public void PutNextEntry(ICSharpCode.SharpZipLib.Zip.ZipEntry entry) { }
- public void SetComment(string comment) { }
- public void SetLevel(int level) { }
- public override void Write(byte[] b, int off, int len) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression
-{
- public partial class Deflater
- {
- public static int BEST_COMPRESSION;
- public static int BEST_SPEED;
- public static int DEFAULT_COMPRESSION;
- public static int DEFLATED;
- public static int NO_COMPRESSION;
- public Deflater() { }
- public Deflater(int lvl) { }
- public Deflater(int level, bool noZlibHeaderOrFooter) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public long TotalOut { get { throw null; } }
- public int Deflate(byte[] output) { throw null; }
- public int Deflate(byte[] output, int offset, int length) { throw null; }
- public void Finish() { }
- public void Flush() { }
- public int GetLevel() { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] dict) { }
- public void SetDictionary(byte[] dict, int offset, int length) { }
- public void SetInput(byte[] input) { }
- public void SetInput(byte[] input, int off, int len) { }
- public void SetLevel(int lvl) { }
- public void SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy strategy) { }
- }
- public partial class DeflaterConstants
- {
- public static int[] COMPR_FUNC;
- public const bool DEBUGGING = false;
- public const int DEFAULT_MEM_LEVEL = 8;
- public const int DEFLATE_FAST = 1;
- public const int DEFLATE_SLOW = 2;
- public const int DEFLATE_STORED = 0;
- public const int DYN_TREES = 2;
- public static int[] GOOD_LENGTH;
- public const int HASH_BITS = 15;
- public const int HASH_MASK = 32767;
- public const int HASH_SHIFT = 5;
- public const int HASH_SIZE = 32768;
- public static int MAX_BLOCK_SIZE;
- public static int[] MAX_CHAIN;
- public const int MAX_DIST = 32506;
- public static int[] MAX_LAZY;
- public const int MAX_MATCH = 258;
- public const int MAX_WBITS = 15;
- public const int MIN_LOOKAHEAD = 262;
- public const int MIN_MATCH = 3;
- public static int[] NICE_LENGTH;
- public const int PENDING_BUF_SIZE = 65536;
- public const int PRESET_DICT = 32;
- public const int STATIC_TREES = 1;
- public const int STORED_BLOCK = 0;
- public const int WMASK = 32767;
- public const int WSIZE = 32768;
- public DeflaterConstants() { }
- }
- public partial class DeflaterEngine : ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants
- {
- public DeflaterEngine(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public int Adler { get { throw null; } }
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy Strategy { get { throw null; } set { } }
- public int TotalIn { get { throw null; } }
- public bool Deflate(bool flush, bool finish) { throw null; }
- public void FillWindow() { }
- public bool NeedsInput() { throw null; }
- public void Reset() { }
- public void ResetAdler() { }
- public void SetDictionary(byte[] buffer, int offset, int length) { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SetLevel(int lvl) { }
- }
- public partial class DeflaterHuffman
- {
- public ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending;
- public DeflaterHuffman(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending pending) { }
- public static short BitReverse(int toReverse) { throw null; }
- public void CompressBlock() { }
- public void FlushBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public void FlushStoredBlock(byte[] stored, int storedOffset, int storedLength, bool lastBlock) { }
- public bool IsFull() { throw null; }
- public void Reset() { }
- public void SendAllTrees(int blTreeCodes) { }
- public bool TallyDist(int dist, int len) { throw null; }
- public bool TallyLit(int lit) { throw null; }
- public partial class Tree
- {
- public short[] freqs;
- public byte[] length;
- public int minNumCodes;
- public int numCodes;
- public Tree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman dh, int elems, int minCodes, int maxLength) { }
- public void BuildCodes() { }
- public void BuildTree() { }
- public void CalcBLFreq(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- public void CheckEmpty() { }
- public int GetEncodedLength() { throw null; }
- public void Reset() { }
- public void SetStaticCodes(short[] stCodes, byte[] stLength) { }
- public void WriteSymbol(int code) { }
- public void WriteTree(ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Tree blTree) { }
- }
- }
- public partial class DeflaterPending : ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer
- {
- public DeflaterPending() { }
- }
- public enum DeflateStrategy
- {
- Default = 0,
- Filtered = 1,
- HuffmanOnly = 2,
- }
- public partial class Inflater
- {
- public Inflater() { }
- public Inflater(bool noHeader) { }
- public int Adler { get { throw null; } }
- public bool IsFinished { get { throw null; } }
- public bool IsNeedingDictionary { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int RemainingInput { get { throw null; } }
- public int TotalIn { get { throw null; } }
- public int TotalOut { get { throw null; } }
- public int Inflate(byte[] buf) { throw null; }
- public int Inflate(byte[] buf, int offset, int len) { throw null; }
- public void Reset() { }
- public void SetDictionary(byte[] buffer) { }
- public void SetDictionary(byte[] buffer, int offset, int len) { }
- public void SetInput(byte[] buf) { }
- public void SetInput(byte[] buffer, int offset, int length) { }
- }
- public partial class InflaterHuffmanTree
- {
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defDistTree;
- public static ICSharpCode.SharpZipLib.Zip.Compression.InflaterHuffmanTree defLitLenTree;
- public InflaterHuffmanTree(byte[] codeLengths) { }
- public int GetSymbol(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input) { throw null; }
- }
- public partial class PendingBuffer
- {
- protected byte[] buf;
- public PendingBuffer() { }
- public PendingBuffer(int bufsize) { }
- public int BitCount { get { throw null; } }
- public bool IsFlushed { get { throw null; } }
- public void AlignToByte() { }
- public int Flush(byte[] output, int offset, int length) { throw null; }
- public void Reset() { }
- public byte[] ToByteArray() { throw null; }
- public void WriteBits(int b, int count) { }
- public void WriteBlock(byte[] block, int offset, int len) { }
- public void WriteByte(int b) { }
- public void WriteInt(int s) { }
- public void WriteShort(int s) { }
- public void WriteShortMSB(int s) { }
- }
-}
-namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams
-{
- public partial class DeflaterOutputStream : System.IO.Stream
- {
- protected System.IO.Stream baseOutputStream;
- protected byte[] buf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Deflater def;
- public DeflaterOutputStream(System.IO.Stream baseOutputStream) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater defl) { }
- public DeflaterOutputStream(System.IO.Stream baseOutputStream, ICSharpCode.SharpZipLib.Zip.Compression.Deflater deflater, int bufsize) { }
- public bool CanPatchEntries { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public override long Position { get { throw null; } set { } }
- 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 void Deflate() { }
- protected void EncryptBlock(byte[] buffer, int offset, int length) { }
- protected byte EncryptByte() { throw null; }
- public virtual void Finish() { }
- public override void Flush() { }
- protected void InitializePassword(string password) { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override int ReadByte() { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- protected void UpdateKeys(byte ch) { }
- public override void Write(byte[] buf, int off, int len) { }
- public override void WriteByte(byte bval) { }
- }
- public partial class InflaterInputBuffer
- {
- public InflaterInputBuffer(System.IO.Stream stream) { }
- public int Available { get { throw null; } set { } }
- public byte[] ClearText { get { throw null; } }
- public int ClearTextLength { get { throw null; } }
- public System.Security.Cryptography.ICryptoTransform CryptoTransform { set { } }
- public byte[] RawData { get { throw null; } }
- public int RawLength { get { throw null; } }
- public void Fill() { }
- public int ReadClearTextBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public int ReadLeByte() { throw null; }
- public int ReadLeInt() { throw null; }
- public long ReadLeLong() { throw null; }
- public int ReadLeShort() { throw null; }
- public int ReadRawBuffer(byte[] buffer) { throw null; }
- public int ReadRawBuffer(byte[] outBuffer, int offset, int length) { throw null; }
- public void SetInflaterInput(ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater) { }
- }
- public partial class InflaterInputStream : System.IO.Stream
- {
- protected System.IO.Stream baseInputStream;
- protected long csize;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf;
- protected ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer inputBuffer;
- public InflaterInputStream(System.IO.Stream baseInputStream) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inf) { }
- public InflaterInputStream(System.IO.Stream baseInputStream, ICSharpCode.SharpZipLib.Zip.Compression.Inflater inflater, int bufferSize) { }
- public virtual int Available { get { throw null; } }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool IsStreamOwner { get { throw null; } set { } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected void Fill() { }
- public override void Flush() { }
- public override int Read(byte[] b, int off, int len) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long val) { }
- public long Skip(long n) { throw null; }
- protected void StopDecrypting() { }
- public override void Write(byte[] array, int offset, int count) { }
- public override void WriteByte(byte val) { }
- }
- public partial class OutputWindow
- {
- public OutputWindow() { }
- public void CopyDict(byte[] dict, int offset, int len) { }
- public int CopyOutput(byte[] output, int offset, int len) { throw null; }
- public int CopyStored(ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator input, int len) { throw null; }
- public int GetAvailable() { throw null; }
- public int GetFreeSpace() { throw null; }
- public void Repeat(int len, int dist) { }
- public void Reset() { }
- public void Write(int abyte) { }
- }
- public partial class StreamManipulator
- {
- public StreamManipulator() { }
- public int AvailableBits { get { throw null; } }
- public int AvailableBytes { get { throw null; } }
- public bool IsNeedingInput { get { throw null; } }
- public int CopyBytes(byte[] output, int offset, int length) { throw null; }
- public void DropBits(int n) { }
- public int GetBits(int n) { throw null; }
- public int PeekBits(int n) { throw null; }
- public void Reset() { }
- public void SetInput(byte[] buf, int off, int len) { }
- public void SkipToByteBoundary() { }
- }
-}
diff --git a/src/v4.7/Mono.Cairo.cs b/src/v4.7/Mono.Cairo.cs
deleted file mode 100644
index fdb3d9e..0000000
--- a/src/v4.7/Mono.Cairo.cs
+++ /dev/null
@@ -1,731 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Cairo
-{
- [System.SerializableAttribute]
- public enum Antialias
- {
- Default = 0,
- Gray = 2,
- None = 1,
- Subpixel = 3,
- }
- public static partial class CairoAPI
- {
- public static int Version { get { throw null; } }
- public static string VersionString { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Color
- {
- public Color(double r, double g, double b) { throw null;}
- public Color(double r, double g, double b, double a) { throw null;}
- public double A { get { throw null; } set { } }
- public double B { get { throw null; } set { } }
- public double G { get { throw null; } set { } }
- public double R { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Content
- {
- Alpha = 8192,
- Color = 4096,
- ColorAlpha = 12288,
- }
- public partial class Context : System.IDisposable
- {
- public Context(Cairo.Surface surface) { }
- [System.ObsoleteAttribute]
- public Context(System.IntPtr state) { }
- public Context(System.IntPtr handle, bool owner) { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetSourceColor method")]
- public Cairo.Color Color { set { } }
- [System.ObsoleteAttribute("Use SetSourceRGBA method")]
- public Cairo.Color ColorRgb { set { } }
- [System.ObsoleteAttribute("Use GetFontFace/SetFontFace")]
- public Cairo.FontFace ContextFontFace { get { throw null; } set { } }
- public Cairo.PointD CurrentPoint { get { throw null; } }
- public Cairo.FillRule FillRule { get { throw null; } set { } }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } set { } }
- public Cairo.FontOptions FontOptions { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public double FontSize { set { } }
- [System.ObsoleteAttribute("Use GetGroupTarget()")]
- public Cairo.Surface GroupTarget { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool HasCurrentPoint { get { throw null; } }
- public Cairo.LineCap LineCap { get { throw null; } set { } }
- public Cairo.LineJoin LineJoin { get { throw null; } set { } }
- public double LineWidth { get { throw null; } set { } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public double MiterLimit { get { throw null; } set { } }
- public Cairo.Operator Operator { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Pattern { get { throw null; } set { } }
- public uint ReferenceCount { get { throw null; } }
- [System.ObsoleteAttribute("Use GetScaledFont/SetScaledFont")]
- public Cairo.ScaledFont ScaledFont { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use GetSource/SetSource")]
- public Cairo.Pattern Source { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use GetTarget/SetTarget")]
- public Cairo.Surface Target { get { throw null; } set { } }
- public double Tolerance { get { throw null; } set { } }
- public void AppendPath(Cairo.Path path) { }
- public void Arc(double xc, double yc, double radius, double angle1, double angle2) { }
- public void ArcNegative(double xc, double yc, double radius, double angle1, double angle2) { }
- public void Clip() { }
- public void ClipPreserve() { }
- public void ClosePath() { }
- public void CopyPage() { }
- public Cairo.Path CopyPath() { throw null; }
- public Cairo.Path CopyPathFlat() { throw null; }
- public void CurveTo(Cairo.PointD p1, Cairo.PointD p2, Cairo.PointD p3) { }
- public void CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) { }
- public void DeviceToUser(ref double x, ref double y) { }
- public void DeviceToUserDistance(ref double dx, ref double dy) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public void Fill() { }
- public Cairo.Rectangle FillExtents() { throw null; }
- public void FillPreserve() { }
- ~Context() { }
- [System.ObsoleteAttribute("Use SelectFontFace() instead.")]
- public void FontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- [System.ObsoleteAttribute("Use SetFontSize() instead.")]
- public void FontSetSize(double scale) { }
- public Cairo.FontFace GetContextFontFace() { throw null; }
- public Cairo.Surface GetGroupTarget() { throw null; }
- public Cairo.ScaledFont GetScaledFont() { throw null; }
- public Cairo.Pattern GetSource() { throw null; }
- public Cairo.Surface GetTarget() { throw null; }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- public void GlyphPath(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use GlyphPath(Glyphs []) instead")]
- public void GlyphPath(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void IdentityMatrix() { }
- public bool InClip(double x, double y) { throw null; }
- public bool InFill(double x, double y) { throw null; }
- public bool InStroke(double x, double y) { throw null; }
- [System.ObsoleteAttribute("Use DeviceToUserDistance instead")]
- public void InverseTransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use InverseTransformPoint instead")]
- public void InverseTransformPoint(ref double x, ref double y) { }
- public void LineTo(Cairo.PointD p) { }
- public void LineTo(double x, double y) { }
- public void Mask(Cairo.Pattern pattern) { }
- public void MaskSurface(Cairo.Surface surface, double surface_x, double surface_y) { }
- public void MoveTo(Cairo.PointD p) { }
- public void MoveTo(double x, double y) { }
- public void NewPath() { }
- public void NewSubPath() { }
- public void Paint() { }
- public void PaintWithAlpha(double alpha) { }
- public Cairo.Pattern PopGroup() { throw null; }
- public void PopGroupToSource() { }
- public void PushGroup() { }
- public void PushGroup(Cairo.Content content) { }
- public void Rectangle(Cairo.PointD p, double width, double height) { }
- public void Rectangle(Cairo.Rectangle rectangle) { }
- public void Rectangle(double x, double y, double width, double height) { }
- public void RelCurveTo(Cairo.Distance d1, Cairo.Distance d2, Cairo.Distance d3) { }
- public void RelCurveTo(double dx1, double dy1, double dx2, double dy2, double dx3, double dy3) { }
- public void RelLineTo(Cairo.Distance d) { }
- public void RelLineTo(double dx, double dy) { }
- public void RelMoveTo(Cairo.Distance d) { }
- public void RelMoveTo(double dx, double dy) { }
- public void ResetClip() { }
- public void Restore() { }
- public void Rotate(double angle) { }
- public void Save() { }
- public void Scale(double sx, double sy) { }
- public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { }
- public void SetContextFontFace(Cairo.FontFace value) { }
- public void SetDash(double[] dashes, double offset) { }
- public void SetFontSize(double scale) { }
- public void SetScaledFont(Cairo.ScaledFont font) { }
- public void SetSource(Cairo.Pattern source) { }
- public void SetSource(Cairo.Surface source) { }
- public void SetSource(Cairo.Surface source, double x, double y) { }
- public void SetSourceColor(Cairo.Color color) { }
- public void SetSourceRGB(double r, double g, double b) { }
- public void SetSourceRGBA(double r, double g, double b, double a) { }
- public void SetSourceSurface(Cairo.Surface source, int x, int y) { }
- public void SetTarget(Cairo.Surface target) { }
- public void ShowGlyphs(Cairo.Glyph[] glyphs) { }
- [System.ObsoleteAttribute("The matrix argument was never used, use ShowGlyphs(Glyphs []) instead")]
- public void ShowGlyphs(Cairo.Matrix matrix, Cairo.Glyph[] glyphs) { }
- public void ShowPage() { }
- public void ShowText(byte[] utf8) { }
- public void ShowText(string str) { }
- public void Stroke() { }
- public Cairo.Rectangle StrokeExtents() { throw null; }
- public void StrokePreserve() { }
- public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; }
- public Cairo.TextExtents TextExtents(string s) { throw null; }
- public void TextPath(byte[] utf8) { }
- public void TextPath(string str) { }
- public void Transform(Cairo.Matrix m) { }
- [System.ObsoleteAttribute("Use UserToDeviceDistance instead")]
- public void TransformDistance(ref double dx, ref double dy) { }
- [System.ObsoleteAttribute("Use UserToDevice instead")]
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- public void UserToDevice(ref double x, ref double y) { }
- public void UserToDeviceDistance(ref double dx, ref double dy) { }
- }
- public partial class DirectFBSurface : Cairo.Surface
- {
- public DirectFBSurface(System.IntPtr dfb, System.IntPtr dfb_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Distance
- {
- public Distance(double dx, double dy) { throw null;}
- public double Dx { get { throw null; } set { } }
- public double Dy { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum Extend
- {
- None = 0,
- Pad = 3,
- Reflect = 2,
- Repeat = 1,
- }
- [System.SerializableAttribute]
- public enum FillRule
- {
- EvenOdd = 1,
- Winding = 0,
- }
- [System.SerializableAttribute]
- public enum Filter
- {
- Best = 2,
- Bilinear = 4,
- Fast = 0,
- Gaussian = 5,
- Good = 1,
- Nearest = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct FontExtents
- {
- public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAdvance) { throw null;}
- public double Ascent { get { throw null; } set { } }
- public double Descent { get { throw null; } set { } }
- public double Height { get { throw null; } set { } }
- public double MaxXAdvance { get { throw null; } set { } }
- public double MaxYAdvance { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; }
- }
- public partial class FontFace : System.IDisposable
- {
- [System.ObsoleteAttribute]
- public FontFace(System.IntPtr handle) { }
- public FontFace(System.IntPtr handle, bool owned) { }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~FontFace() { }
- }
- public partial class FontOptions : System.IDisposable
- {
- public FontOptions() { }
- public Cairo.Antialias Antialias { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.HintMetrics HintMetrics { get { throw null; } set { } }
- public Cairo.HintStyle HintStyle { get { throw null; } set { } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SubpixelOrder SubpixelOrder { get { throw null; } set { } }
- public Cairo.FontOptions Copy() { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object other) { throw null; }
- ~FontOptions() { }
- public override int GetHashCode() { throw null; }
- public void Merge(Cairo.FontOptions other) { }
- public static bool operator ==(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- public static bool operator !=(Cairo.FontOptions options, Cairo.FontOptions other) { throw null; }
- }
- [System.SerializableAttribute]
- public enum FontSlant
- {
- Italic = 1,
- Normal = 0,
- Oblique = 2,
- }
- [System.SerializableAttribute]
- public enum FontType
- {
- Atsui = 3,
- FreeType = 1,
- Toy = 0,
- Win32 = 2,
- }
- [System.SerializableAttribute]
- public enum FontWeight
- {
- Bold = 1,
- Normal = 0,
- }
- [System.SerializableAttribute]
- public enum Format
- {
- A1 = 3,
- A8 = 2,
- Argb32 = 0,
- ARGB32 = 0,
- Rgb16565 = 4,
- Rgb24 = 1,
- RGB24 = 1,
- }
- public partial class GlitzSurface : Cairo.Surface
- {
- public GlitzSurface(System.IntPtr glitz_surface) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Glyph
- {
- public Glyph(long index, double x, double y) { throw null;}
- public long Index { get { throw null; } set { } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- public static bool operator !=(Cairo.Glyph glyph, Cairo.Glyph other) { throw null; }
- }
- public partial class Gradient : Cairo.Pattern
- {
- [System.ObsoleteAttribute]
- protected Gradient() { }
- protected Gradient(System.IntPtr handle, bool owned) { }
- public int ColorStopCount { get { throw null; } }
- public Cairo.Status AddColorStop(double offset, Cairo.Color c) { throw null; }
- public Cairo.Status AddColorStopRgb(double offset, Cairo.Color c) { throw null; }
- }
- [System.ObsoleteAttribute("Renamed Cairo.Context per suggestion from cairo binding guidelines.")]
- public partial class Graphics : Cairo.Context
- {
- public Graphics(Cairo.Surface surface) : base (default(Cairo.Surface)) { }
- public Graphics(System.IntPtr state) : base (default(Cairo.Surface)) { }
- }
- [System.SerializableAttribute]
- public enum HintMetrics
- {
- Default = 0,
- Off = 1,
- On = 2,
- }
- [System.SerializableAttribute]
- public enum HintStyle
- {
- Default = 0,
- Full = 4,
- Medium = 3,
- None = 1,
- Slight = 2,
- }
- public partial class ImageSurface : Cairo.Surface
- {
- public ImageSurface(Cairo.Format format, int width, int height) { }
- public ImageSurface(byte[] data, Cairo.Format format, int width, int height, int stride) { }
- [System.ObsoleteAttribute("Use ImageSurface (byte[] data, Cairo.Format format, int width, int height, int stride)")]
- public ImageSurface(ref byte[] data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(System.IntPtr data, Cairo.Format format, int width, int height, int stride) { }
- public ImageSurface(string filename) { }
- public byte[] Data { get { throw null; } }
- public System.IntPtr DataPtr { get { throw null; } }
- public Cairo.Format Format { get { throw null; } }
- public int Height { get { throw null; } }
- public int Stride { get { throw null; } }
- public int Width { get { throw null; } }
- }
- public partial class LinearGradient : Cairo.Gradient
- {
- public LinearGradient(double x0, double y0, double x1, double y1) { }
- public Cairo.PointD[] LinearPoints { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum LineCap
- {
- Butt = 0,
- Round = 1,
- Square = 2,
- }
- [System.SerializableAttribute]
- public enum LineJoin
- {
- Bevel = 2,
- Miter = 0,
- Round = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Matrix : System.ICloneable
- {
- public double X0;
- public double Xx;
- public double Xy;
- public double Y0;
- public double Yx;
- public double Yy;
- public Matrix() { }
- public Matrix(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public object Clone() { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public void Init(double xx, double yx, double xy, double yy, double x0, double y0) { }
- public void InitIdentity() { }
- public void InitRotate(double radians) { }
- public void InitScale(double sx, double sy) { }
- public void InitTranslate(double tx, double ty) { }
- public Cairo.Status Invert() { throw null; }
- public bool IsIdentity() { throw null; }
- public void Multiply(Cairo.Matrix b) { }
- public static Cairo.Matrix Multiply(Cairo.Matrix a, Cairo.Matrix b) { throw null; }
- public static bool operator ==(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public static bool operator !=(Cairo.Matrix lhs, Cairo.Matrix rhs) { throw null; }
- public void Rotate(double radians) { }
- public void Scale(double sx, double sy) { }
- public override string ToString() { throw null; }
- public void TransformDistance(ref double dx, ref double dy) { }
- public void TransformPoint(ref double x, ref double y) { }
- public void Translate(double tx, double ty) { }
- }
- [System.SerializableAttribute]
- public enum Operator
- {
- Add = 12,
- Atop = 5,
- Clear = 0,
- Dest = 6,
- DestAtop = 10,
- DestIn = 8,
- DestOut = 9,
- DestOver = 7,
- In = 3,
- Out = 4,
- Over = 2,
- Saturate = 13,
- Source = 1,
- Xor = 11,
- }
- public partial class Path : System.IDisposable
- {
- internal Path() { }
- public System.IntPtr Handle { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Path() { }
- }
- public partial class Pattern : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected System.IntPtr pattern;
- [System.ObsoleteAttribute]
- protected Pattern() { }
- [System.ObsoleteAttribute("Use the SurfacePattern constructor")]
- public Pattern(Cairo.Surface surface) { }
- public Cairo.Extend Extend { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Matrix Matrix { get { throw null; } set { } }
- public Cairo.PatternType PatternType { get { throw null; } }
- [System.ObsoleteAttribute]
- public System.IntPtr Pointer { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Pattern() { }
- public static Cairo.Pattern Lookup(System.IntPtr pattern, bool owner) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- [System.SerializableAttribute]
- public enum PatternType
- {
- Linear = 2,
- Radial = 3,
- Solid = 0,
- Surface = 1,
- }
- public partial class PdfSurface : Cairo.Surface
- {
- public PdfSurface(string filename, double width, double height) { }
- public void SetSize(double width, double height) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Point
- {
- public Point(int x, int y) { throw null;}
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct PointD
- {
- public PointD(double x, double y) { throw null;}
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- }
- public partial class PSSurface : Cairo.Surface
- {
- public PSSurface(string filename, double width, double height) { }
- public void BeginPageSetup() { }
- public void BeginSetup() { }
- public void DscComment(string comment) { }
- public void SetSize(double width, double height) { }
- }
- public partial class RadialGradient : Cairo.Gradient
- {
- public RadialGradient(double cx0, double cy0, double radius0, double cx1, double cy1, double radius1) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Rectangle
- {
- public Rectangle(Cairo.Point point, double width, double height) { throw null;}
- public Rectangle(double x, double y, double width, double height) { throw null;}
- public double Height { get { throw null; } }
- public double Width { get { throw null; } }
- public double X { get { throw null; } }
- public double Y { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public static bool operator !=(Cairo.Rectangle rectangle, Cairo.Rectangle other) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RectangleInt
- {
- public int Height;
- public int Width;
- public int X;
- public int Y;
- }
- public partial class Region : System.IDisposable
- {
- public Region() { }
- public Region(Cairo.RectangleInt rect) { }
- public Region(Cairo.RectangleInt[] rects) { }
- [System.ObsoleteAttribute]
- public Region(System.IntPtr handle) { }
- public Region(System.IntPtr handle, bool owned) { }
- public Cairo.RectangleInt Extents { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool IsEmpty { get { throw null; } }
- public int NumRectangles { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.RegionOverlap ContainsPoint(Cairo.RectangleInt rectangle) { throw null; }
- public bool ContainsPoint(int x, int y) { throw null; }
- public Cairo.Region Copy() { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public override bool Equals(object obj) { throw null; }
- ~Region() { }
- public override int GetHashCode() { throw null; }
- public Cairo.RectangleInt GetRectangle(int nth) { throw null; }
- public Cairo.Status Intersect(Cairo.Region other) { throw null; }
- public Cairo.Status IntersectRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Subtract(Cairo.Region other) { throw null; }
- public Cairo.Status SubtractRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public void Translate(int dx, int dy) { }
- public Cairo.Status Union(Cairo.Region other) { throw null; }
- public Cairo.Status UnionRectangle(Cairo.RectangleInt rectangle) { throw null; }
- public Cairo.Status Xor(Cairo.Region other) { throw null; }
- public Cairo.Status XorRectangle(Cairo.RectangleInt rectangle) { throw null; }
- }
- public enum RegionOverlap
- {
- In = 0,
- Out = 1,
- Part = 2,
- }
- public partial class ScaledFont : System.IDisposable
- {
- protected System.IntPtr handle;
- public ScaledFont(Cairo.FontFace fontFace, Cairo.Matrix matrix, Cairo.Matrix ctm, Cairo.FontOptions options) { }
- public Cairo.FontExtents FontExtents { get { throw null; } }
- public Cairo.Matrix FontMatrix { get { throw null; } }
- public Cairo.FontType FontType { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~ScaledFont() { }
- public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; }
- [System.ObsoleteAttribute]
- protected void Reference() { }
- }
- public partial class SolidPattern : Cairo.Pattern
- {
- public SolidPattern(Cairo.Color color) { }
- public SolidPattern(Cairo.Color color, bool solid) { }
- public SolidPattern(double r, double g, double b) { }
- public SolidPattern(double r, double g, double b, double a) { }
- public Cairo.Color Color { get { throw null; } }
- }
- [System.SerializableAttribute]
- public enum Status
- {
- ClipNotRepresentable = 22,
- FileNotFound = 18,
- InvalidContent = 15,
- InvalidDash = 19,
- InvalidDscComment = 20,
- InvalidFormat = 16,
- InvalidIndex = 21,
- InvalidMatrix = 5,
- InvalidPathData = 9,
- InvalidPopGroup = 3,
- InvalidRestore = 2,
- InvalidStatus = 6,
- InvalidString = 8,
- InvalidVisual = 17,
- NoCurrentPoint = 4,
- NoMemory = 1,
- NullPointer = 7,
- PatternTypeMismatch = 14,
- ReadError = 10,
- Success = 0,
- SurfaceFinished = 12,
- SurfaceTypeMismatch = 13,
- WriteError = 11,
- }
- [System.SerializableAttribute]
- public enum SubpixelOrder
- {
- Bgr = 2,
- Default = 0,
- Rgb = 1,
- Vbgr = 4,
- Vrgb = 3,
- }
- public partial class Surface : System.IDisposable
- {
- [System.ObsoleteAttribute]
- protected static System.Collections.Hashtable surfaces;
- [System.ObsoleteAttribute]
- protected Surface() { }
- [System.ObsoleteAttribute]
- protected Surface(System.IntPtr ptr) { }
- protected Surface(System.IntPtr handle, bool owner) { }
- public Cairo.Content Content { get { throw null; } }
- public Cairo.PointD DeviceOffset { get { throw null; } set { } }
- public System.IntPtr Handle { get { throw null; } }
- [System.ObsoleteAttribute("Use Handle instead.")]
- public System.IntPtr Pointer { get { throw null; } }
- public uint ReferenceCount { get { throw null; } }
- public Cairo.Status Status { get { throw null; } }
- public Cairo.SurfaceType SurfaceType { get { throw null; } }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(Cairo.Format format, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use an ImageSurface constructor instead.")]
- public static Cairo.Surface CreateForImage(ref byte[] data, Cairo.Format format, int width, int height, int stride) { throw null; }
- public Cairo.Surface CreateSimilar(Cairo.Content content, int width, int height) { throw null; }
- [System.ObsoleteAttribute("Use Dispose()")]
- public void Destroy() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~Surface() { }
- public Cairo.Status Finish() { throw null; }
- public void Flush() { }
- public static Cairo.Surface Lookup(System.IntPtr surface, bool owned) { throw null; }
- public void MarkDirty() { }
- public void MarkDirty(Cairo.Rectangle rectangle) { }
- public void SetFallbackResolution(double x, double y) { }
- public void Show(Cairo.Context gr, double x, double y) { }
- public void WriteToPng(string filename) { }
- }
- public partial class SurfacePattern : Cairo.Pattern
- {
- public SurfacePattern(Cairo.Surface surface) { }
- public new Cairo.Extend Extend { get { throw null; } set { } }
- public Cairo.Filter Filter { get { throw null; } set { } }
- }
- [System.SerializableAttribute]
- public enum SurfaceType
- {
- BeOS = 8,
- DirectFB = 9,
- Glitz = 5,
- Image = 0,
- Pdf = 1,
- PS = 2,
- Quartz = 6,
- Svg = 10,
- Win32 = 7,
- Xcb = 4,
- Xlib = 3,
- }
- public partial class SvgSurface : Cairo.Surface
- {
- public SvgSurface(string filename, double width, double height) { }
- public void RestrictToVersion(Cairo.SvgVersion version) { }
- }
- [System.SerializableAttribute]
- public enum SvgVersion
- {
- OnePointOne = 0,
- OnePointTwo = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TextExtents
- {
- public double Height { get { throw null; } set { } }
- public double Width { get { throw null; } set { } }
- public double XAdvance { get { throw null; } set { } }
- public double XBearing { get { throw null; } set { } }
- public double YAdvance { get { throw null; } set { } }
- public double YBearing { get { throw null; } set { } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; }
- }
- public partial class Win32Surface : Cairo.Surface
- {
- public Win32Surface(System.IntPtr hdc) { }
- }
- public partial class XcbSurface : Cairo.Surface
- {
- public XcbSurface(System.IntPtr connection, uint drawable, System.IntPtr visual, int width, int height) { }
- public static Cairo.XcbSurface FromBitmap(System.IntPtr connection, uint bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetSize(int width, int height) { }
- }
- public partial class XlibSurface : Cairo.Surface
- {
- public XlibSurface(System.IntPtr ptr, bool own) { }
- public XlibSurface(System.IntPtr display, System.IntPtr drawable, System.IntPtr visual, int width, int height) { }
- public int Depth { get { throw null; } }
- public System.IntPtr Display { get { throw null; } }
- public System.IntPtr Drawable { get { throw null; } }
- public int Height { get { throw null; } }
- public System.IntPtr Screen { get { throw null; } }
- public System.IntPtr Visual { get { throw null; } }
- public int Width { get { throw null; } }
- public static Cairo.XlibSurface FromBitmap(System.IntPtr display, System.IntPtr bitmap, System.IntPtr screen, int width, int height) { throw null; }
- public void SetDrawable(System.IntPtr drawable, int width, int height) { }
- public void SetSize(int width, int height) { }
- }
-}
diff --git a/src/v4.7/Mono.Cecil.cs b/src/v4.7/Mono.Cecil.cs
deleted file mode 100644
index 29993de..0000000
--- a/src/v4.7/Mono.Cecil.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("0.10.0.0")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-
-// this is not complete, it is just to break the dependency on Mono.Cecil in the Mono.Debugger.Soft assembly
-namespace Mono.Cecil
-{
- public partial class AssemblyDefinition { }
- public partial class MethodDefinition { }
- public partial class PropertyDefinition { }
- public partial class FieldDefinition { }
- public partial class TypeDefinition { }
-}
-namespace Mono.Cecil.Cil
-{
- public partial struct OpCode { }
-}
diff --git a/src/v4.7/Mono.CompilerServices.SymbolWriter.cs b/src/v4.7/Mono.CompilerServices.SymbolWriter.cs
deleted file mode 100644
index b7a3c6c..0000000
--- a/src/v4.7/Mono.CompilerServices.SymbolWriter.cs
+++ /dev/null
@@ -1,346 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.CompilerServices.SymbolWriter
-{
- public partial class AnonymousScopeEntry
- {
- public readonly int ID;
- public AnonymousScopeEntry(int id) { }
- public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedScope
- {
- public readonly string CapturedName;
- public readonly int Scope;
- public CapturedScope(int scope, string captured_name) { throw null;}
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CapturedVariable
- {
- public readonly string CapturedName;
- public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
- public readonly string Name;
- public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
- public override string ToString() { throw null; }
- public enum CapturedKind : byte
- {
- Local = (byte)0,
- Parameter = (byte)1,
- This = (byte)2,
- }
- }
- public partial class CodeBlockEntry
- {
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
- public int EndOffset;
- public int Index;
- public int Parent;
- public int StartOffset;
- public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void Close(int end_offset) { }
- public override string ToString() { throw null; }
- public enum Type
- {
- CompilerGenerated = 2,
- IteratorBody = 3,
- IteratorDispatcher = 4,
- Lexical = 1,
- }
- }
- public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
- {
- public readonly int Index;
- public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
- public static int Size { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
- public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
- public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
- public void ReadAll() { }
- }
- public partial interface ICompileUnit
- {
- Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
- }
- public partial interface IMethodDef
- {
- string Name { get; }
- int Token { get; }
- }
- public partial interface ISourceFile
- {
- Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
- }
- public partial class LineNumberEntry
- {
- public int Column;
- public int EndColumn;
- public int EndRow;
- public readonly int File;
- public readonly bool IsHidden;
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
- public readonly int Offset;
- public readonly int Row;
- public LineNumberEntry(int file, int row, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset) { }
- public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
- public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
- public override string ToString() { throw null; }
- public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
- {
- public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
- public LocationComparer() { }
- public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
- }
- }
- public partial class LineNumberTable
- {
- public const int Default_LineBase = -1;
- public const int Default_LineRange = 8;
- public const byte Default_OpcodeBase = (byte)9;
- public const byte DW_LNE_end_sequence = (byte)1;
- public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
- public const byte DW_LNS_advance_line = (byte)3;
- public const byte DW_LNS_advance_pc = (byte)2;
- public const byte DW_LNS_const_add_pc = (byte)8;
- public const byte DW_LNS_copy = (byte)1;
- public const byte DW_LNS_set_file = (byte)4;
- public readonly int LineBase;
- public readonly int LineRange;
- public readonly int MaxAddressIncrement;
- public readonly byte OpcodeBase;
- protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
- protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
- public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct LocalVariableEntry
- {
- public readonly int BlockIndex;
- public readonly int Index;
- public readonly string Name;
- public LocalVariableEntry(int index, string name, int block) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class MethodEntry : System.IComparable
- {
- internal MethodEntry() { }
- public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
- public readonly int CompileUnitIndex;
- public readonly int NamespaceID;
- public const int Size = 12;
- public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
- public readonly int Token;
- public int Index { get { throw null; } set { } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
- public int CompareTo(object obj) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
- public string GetRealName() { throw null; }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
- public void ReadAll() { }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- ColumnsInfoIncluded = 2,
- EndInfoIncluded = 4,
- LocalNamesAmbiguous = 1,
- }
- }
- public partial class MonoSymbolFile : System.IDisposable
- {
- public readonly int MajorVersion;
- public readonly int MinorVersion;
- public int NumLineNumbers;
- public MonoSymbolFile() { }
- public int AnonymousScopeCount { get { throw null; } }
- public int CompileUnitCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
- public System.Guid Guid { get { throw null; } }
- public int MethodCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
- public int NamespaceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
- public int SourceCount { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
- public int TypeCount { get { throw null; } }
- public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
- public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
- public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
- public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int FindSource(string file_name) { throw null; }
- public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
- public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
- public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
- }
- public partial class MonoSymbolFileException : System.Exception
- {
- public MonoSymbolFileException() { }
- public MonoSymbolFileException(string message, System.Exception innerException) { }
- public MonoSymbolFileException(string message, params object[] args) { }
- }
- public partial class MonoSymbolWriter
- {
- protected readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile file;
- public MonoSymbolWriter(string filename) { }
- public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile { get { throw null; } }
- public void CloseCompilerGeneratedBlock(int end_offset) { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int end_offset) { }
- public void DefineAnonymousScope(int id) { }
- public void DefineCapturedLocal(int scope_id, string name, string captured_name) { }
- public void DefineCapturedParameter(int scope_id, string name, string captured_name) { }
- public void DefineCapturedScope(int scope_id, int id, string captured_name) { }
- public void DefineCapturedThis(int scope_id, string captured_name) { }
- public Mono.CompilerServices.SymbolWriter.CompileUnitEntry DefineCompilationUnit(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url) { throw null; }
- public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url, byte[] guid, byte[] checksum) { throw null; }
- public void DefineLocalVariable(int index, string name) { }
- public int DefineNamespace(string name, Mono.CompilerServices.SymbolWriter.CompileUnitEntry unit, string[] using_clauses, int parent) { throw null; }
- public void DefineScopeVariable(int scope, int index) { }
- public void EndIteratorBody(int end_offset) { }
- public void EndIteratorDispatcher(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void OpenCompilerGeneratedBlock(int start_offset) { }
- public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder OpenMethod(Mono.CompilerServices.SymbolWriter.ICompileUnit file, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { throw null; }
- public int OpenScope(int start_offset) { throw null; }
- public void StartIteratorBody(int start_offset) { }
- public void StartIteratorDispatcher(int start_offset) { }
- public void WriteSymbolFile(System.Guid guid) { }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct NamespaceEntry
- {
- public readonly int Index;
- public readonly string Name;
- public readonly int Parent;
- public readonly string[] UsingClauses;
- public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class OffsetTable
- {
- internal OffsetTable() { }
- public int AnonymousScopeCount;
- public int AnonymousScopeTableOffset;
- public int AnonymousScopeTableSize;
- public int CompileUnitCount;
- public int CompileUnitTableOffset;
- public int CompileUnitTableSize;
- public int DataSectionOffset;
- public int DataSectionSize;
- public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
- public int LineNumberTable_LineBase;
- public int LineNumberTable_LineRange;
- public int LineNumberTable_OpcodeBase;
- public const long Magic = (long)5037318119232611860;
- public const int MajorVersion = 50;
- public int MethodCount;
- public int MethodTableOffset;
- public int MethodTableSize;
- public const int MinorVersion = 0;
- public int SourceCount;
- public int SourceTableOffset;
- public int SourceTableSize;
- public int TotalFileSize;
- public int TypeCount;
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum Flags
- {
- IsAspxSource = 1,
- WindowsFileNames = 2,
- }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ScopeVariable
- {
- public readonly int Index;
- public readonly int Scope;
- public ScopeVariable(int scope, int index) { throw null;}
- public override string ToString() { throw null; }
- }
- public partial class SourceFileEntry
- {
- public readonly int Index;
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
- public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
- public bool AutoGenerated { get { throw null; } }
- public byte[] Checksum { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public static int Size { get { throw null; } }
- public bool CheckChecksum() { throw null; }
- public void SetAutoGenerated() { }
- public override string ToString() { throw null; }
- }
- public partial class SourceMethodBuilder
- {
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
- public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
- public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
- public void AddLocal(int index, string name) { }
- public void AddScopeVariable(int scope, int index) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
- public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
- public void EndBlock(int end_offset) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
- public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
- public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
- }
- public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
- {
- public SymbolWriterImpl(System.Reflection.Emit.ModuleBuilder mb) { }
- public void Close() { }
- public void CloseMethod() { }
- public void CloseNamespace() { }
- public void CloseScope(int endOffset) { }
- public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) { throw null; }
- public void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) { }
- public void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
- public void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) { }
- public void Initialize(System.IntPtr emitter, string filename, bool fFullBuild) { }
- public void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method) { }
- public void OpenNamespace(string name) { }
- public int OpenScope(int startOffset) { throw null; }
- public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn) { }
- public void SetScopeRange(int scopeID, int startOffset, int endOffset) { }
- public void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data) { }
- public void SetUnderlyingWriter(System.IntPtr underlyingWriter) { }
- public void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod) { }
- public void UsingNamespace(string fullName) { }
- }
-}
diff --git a/src/v4.7/Mono.Data.Sqlite.cs b/src/v4.7/Mono.Data.Sqlite.cs
deleted file mode 100644
index 367b197..0000000
--- a/src/v4.7/Mono.Data.Sqlite.cs
+++ /dev/null
@@ -1,578 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("http://sqlite.phxsoftware.com")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("Public Domain")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("ADO.NET 2.0 Data Provider for SQLite")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.61.0")]
-[assembly:System.Reflection.AssemblyProductAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTitleAttribute("System.Data.SQLite")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
-[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1))]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Data.Sqlite
-{
- public enum CollationEncodingEnum
- {
- UTF16BE = 3,
- UTF16LE = 2,
- UTF8 = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CollationSequence
- {
- public Mono.Data.Sqlite.CollationEncodingEnum Encoding;
- public string Name;
- public Mono.Data.Sqlite.CollationTypeEnum Type;
- public int Compare(char[] c1, char[] c2) { throw null; }
- public int Compare(string s1, string s2) { throw null; }
- }
- public enum CollationTypeEnum
- {
- Binary = 1,
- Custom = 0,
- NoCase = 2,
- Reverse = 3,
- }
- public partial class CommitEventArgs : System.EventArgs
- {
- internal CommitEventArgs() { }
- public bool AbortTransaction;
- }
- public enum FunctionType
- {
- Aggregate = 1,
- Collation = 2,
- Scalar = 0,
- }
- [System.ComponentModel.DesignerAttribute("SQLite.Designer.SqliteCommandDesigner, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- [System.ComponentModel.ToolboxItemAttribute(true)]
- public sealed partial class SqliteCommand : System.Data.Common.DbCommand, System.ICloneable
- {
- public SqliteCommand() { }
- public SqliteCommand(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteCommand(string commandText, Mono.Data.Sqlite.SqliteConnection connection, Mono.Data.Sqlite.SqliteTransaction transaction) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.SQL.Design.SqlCommandTextEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string CommandText { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(30)]
- public override int CommandTimeout { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override System.Data.CommandType CommandType { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DbConnectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } set { } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
- protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
- protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- [System.ComponentModel.DesignOnlyAttribute(true)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override bool DesignTimeVisible { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
- public new Mono.Data.Sqlite.SqliteParameterCollection Parameters { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public new Mono.Data.Sqlite.SqliteTransaction Transaction { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(0))]
- public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
- public override void Cancel() { }
- public object Clone() { throw null; }
- protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
- public new Mono.Data.Sqlite.SqliteParameter CreateParameter() { throw null; }
- protected override void Dispose(bool disposing) { }
- protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
- public override int ExecuteNonQuery() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader() { throw null; }
- public new Mono.Data.Sqlite.SqliteDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
- public override object ExecuteScalar() { throw null; }
- public override void Prepare() { }
- }
- public sealed partial class SqliteCommandBuilder : System.Data.Common.DbCommandBuilder
- {
- public SqliteCommandBuilder() { }
- public SqliteCommandBuilder(Mono.Data.Sqlite.SqliteDataAdapter adp) { }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string CatalogSeparator { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteDataAdapter DataAdapter { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DefaultValueAttribute("[")]
- public override string QuotePrefix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string QuoteSuffix { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public override string SchemaSeparator { get { throw null; } set { } }
- protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause) { }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
- protected override string GetParameterName(int parameterOrdinal) { throw null; }
- protected override string GetParameterName(string parameterName) { throw null; }
- protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
- protected override System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand() { throw null; }
- public new Mono.Data.Sqlite.SqliteCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
- public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
- protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
- public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
- }
- public delegate void SQLiteCommitHandler(object sender, Mono.Data.Sqlite.CommitEventArgs e);
- public enum SQLiteConfig
- {
- MultiThread = 2,
- Serialized = 3,
- SingleThread = 1,
- }
- public sealed partial class SqliteConnection : System.Data.Common.DbConnection, System.ICloneable
- {
- public SqliteConnection() { }
- public SqliteConnection(Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteConnection(string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.EditorAttribute("SQLite.Designer.SqliteConnectionStringEditor, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- public override string ConnectionString { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string Database { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string DataSource { get { throw null; } }
- protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override string ServerVersion { get { throw null; } }
- public static string SQLiteVersion { get { throw null; } }
- [System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
- public override System.Data.ConnectionState State { get { throw null; } }
- public event Mono.Data.Sqlite.SQLiteCommitHandler Commit { add { } remove { } }
- public event System.EventHandler RollBack { add { } remove { } }
- public override event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
- public event Mono.Data.Sqlite.SQLiteUpdateEventHandler Update { add { } remove { } }
- protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction() { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(bool deferredLock) { throw null; }
- public new Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
- [System.ObsoleteAttribute("Use one of the standard BeginTransaction methods, this one will be removed soon")]
- public Mono.Data.Sqlite.SqliteTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, bool deferredLock) { throw null; }
- public override void ChangeDatabase(string databaseName) { }
- public void ChangePassword(byte[] newPassword) { }
- public void ChangePassword(string newPassword) { }
- public static void ClearAllPools() { }
- public static void ClearPool(Mono.Data.Sqlite.SqliteConnection connection) { }
- public object Clone() { throw null; }
- public override void Close() { }
- public new Mono.Data.Sqlite.SqliteCommand CreateCommand() { throw null; }
- protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
- public static void CreateFile(string databaseFileName) { }
- protected override void Dispose(bool disposing) { }
- public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
- public override System.Data.DataTable GetSchema() { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
- public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
- public override void Open() { }
- public static void SetConfig(Mono.Data.Sqlite.SQLiteConfig config) { }
- public void SetPassword(byte[] databasePassword) { }
- public void SetPassword(string databasePassword) { }
- }
- [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
- public sealed partial class SqliteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
- {
- public SqliteConnectionStringBuilder() { }
- public SqliteConnectionStringBuilder(string connectionString) { }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool BinaryGUID { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(2000)]
- [System.ComponentModel.DisplayNameAttribute("Cache Size")]
- public int CacheSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.DisplayNameAttribute("Data Source")]
- public string DataSource { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteDateFormats)(1))]
- public Mono.Data.Sqlite.SQLiteDateFormats DateTimeFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.Data.IsolationLevel)(1048576))]
- [System.ComponentModel.DisplayNameAttribute("Default Isolation Level")]
- public System.Data.IsolationLevel DefaultIsolationLevel { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(30)]
- [System.ComponentModel.DisplayNameAttribute("Default Timeout")]
- public int DefaultTimeout { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(true)]
- public bool Enlist { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool FailIfMissing { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SQLiteJournalModeEnum)(0))]
- [System.ComponentModel.DisplayNameAttribute("Journal Mode")]
- public Mono.Data.Sqlite.SQLiteJournalModeEnum JournalMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Legacy Format")]
- public bool LegacyFormat { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(0)]
- [System.ComponentModel.DisplayNameAttribute("Max Page Count")]
- public int MaxPageCount { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(1024)]
- [System.ComponentModel.DisplayNameAttribute("Page Size")]
- public int PageSize { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute("")]
- [System.ComponentModel.PasswordPropertyTextAttribute(true)]
- public string Password { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool Pooling { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- [System.ComponentModel.DisplayNameAttribute("Read Only")]
- public bool ReadOnly { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((Mono.Data.Sqlite.SynchronizationModes)(0))]
- [System.ComponentModel.DisplayNameAttribute("Synchronous")]
- public Mono.Data.Sqlite.SynchronizationModes SyncMode { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(false)]
- public string Uri { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(false)]
- public bool UseUTF16Encoding { get { throw null; } set { } }
- [System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute(3)]
- public int Version { get { throw null; } set { } }
- public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
- }
- public abstract partial class SqliteConvert
- {
- internal SqliteConvert() { }
- protected static readonly System.DateTime UnixEpoch;
- public static string[] Split(string source, char separator) { throw null; }
- public static bool ToBoolean(object source) { throw null; }
- public static bool ToBoolean(string source) { throw null; }
- public System.DateTime ToDateTime(double julianDay) { throw null; }
- public System.DateTime ToDateTime(string dateText) { throw null; }
- public double ToJulianDay(System.DateTime value) { throw null; }
- public string ToString(System.DateTime dateValue) { throw null; }
- public virtual string ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- public byte[] ToUTF8(System.DateTime dateTimeValue) { throw null; }
- public static byte[] ToUTF8(string sourceText) { throw null; }
- public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; }
- }
- [System.ComponentModel.DefaultEventAttribute("RowUpdated")]
- [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.Data.VS.SqlDataAdapterDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.Designer, Version=1.0.36.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139")]
- public sealed partial class SqliteDataAdapter : System.Data.Common.DbDataAdapter
- {
- public SqliteDataAdapter() { }
- public SqliteDataAdapter(Mono.Data.Sqlite.SqliteCommand cmd) { }
- public SqliteDataAdapter(string commandText, Mono.Data.Sqlite.SqliteConnection connection) { }
- public SqliteDataAdapter(string commandText, string connectionString) { }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand DeleteCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand InsertCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand SelectCommand { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBCommandEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- public new Mono.Data.Sqlite.SqliteCommand UpdateCommand { get { throw null; } set { } }
- public event System.EventHandler<System.Data.Common.RowUpdatedEventArgs> RowUpdated { add { } remove { } }
- public event System.EventHandler<System.Data.Common.RowUpdatingEventArgs> RowUpdating { add { } remove { } }
- protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
- protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
- }
- public sealed partial class SqliteDataReader : System.Data.Common.DbDataReader
- {
- internal SqliteDataReader() { }
- public override int Depth { get { throw null; } }
- public override int FieldCount { get { throw null; } }
- public override bool HasRows { get { throw null; } }
- public override bool IsClosed { get { throw null; } }
- public override object this[int i] { get { throw null; } }
- public override object this[string name] { get { throw null; } }
- public override int RecordsAffected { get { throw null; } }
- public override int VisibleFieldCount { get { throw null; } }
- public override void Close() { }
- public override bool GetBoolean(int i) { throw null; }
- public override byte GetByte(int i) { throw null; }
- public override long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) { throw null; }
- public override char GetChar(int i) { throw null; }
- public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) { throw null; }
- public override string GetDataTypeName(int i) { throw null; }
- public override System.DateTime GetDateTime(int i) { throw null; }
- public override decimal GetDecimal(int i) { throw null; }
- public override double GetDouble(int i) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public override System.Type GetFieldType(int i) { throw null; }
- public override float GetFloat(int i) { throw null; }
- public override System.Guid GetGuid(int i) { throw null; }
- public override short GetInt16(int i) { throw null; }
- public override int GetInt32(int i) { throw null; }
- public override long GetInt64(int i) { throw null; }
- public override string GetName(int i) { throw null; }
- public override int GetOrdinal(string name) { throw null; }
- public override System.Data.DataTable GetSchemaTable() { throw null; }
- public override string GetString(int i) { throw null; }
- public override object GetValue(int i) { throw null; }
- public override int GetValues(object[] values) { throw null; }
- public override bool IsDBNull(int i) { throw null; }
- public override bool NextResult() { throw null; }
- public override bool Read() { throw null; }
- }
- public partial class SqliteDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator
- {
- public SqliteDataSourceEnumerator() { }
- public override System.Data.DataTable GetDataSources() { throw null; }
- }
- public enum SQLiteDateFormats
- {
- ISO8601 = 1,
- JulianDay = 2,
- Ticks = 0,
- UnixEpoch = 3,
- }
- public enum SQLiteErrorCode
- {
- Abort = 4,
- Auth = 23,
- Busy = 5,
- CantOpen = 14,
- Constraint = 19,
- Corrupt = 11,
- Done = 101,
- Empty = 16,
- Error = 1,
- Format = 24,
- Full = 13,
- Internal = 2,
- Interrupt = 9,
- IOErr = 10,
- Locked = 6,
- Mismatch = 20,
- Misuse = 21,
- NOLFS = 22,
- NoMem = 7,
- NotADatabase = 26,
- NotFound = 12,
- Ok = 0,
- Perm = 3,
- Protocol = 15,
- Range = 25,
- ReadOnly = 8,
- Row = 100,
- Schema = 17,
- TooBig = 18,
- }
- [System.SerializableAttribute]
- public sealed partial class SqliteException : System.Data.Common.DbException
- {
- public SqliteException() { }
- public SqliteException(int errorCode, string extendedInformation) { }
- public SqliteException(string message) { }
- public SqliteException(string message, System.Exception innerException) { }
- public new Mono.Data.Sqlite.SQLiteErrorCode ErrorCode { get { throw null; } }
- }
- public sealed partial class SqliteFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
- {
- public static readonly Mono.Data.Sqlite.SqliteFactory Instance;
- public SqliteFactory() { }
- public override System.Data.Common.DbCommand CreateCommand() { throw null; }
- public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
- public override System.Data.Common.DbConnection CreateConnection() { throw null; }
- public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
- public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
- public override System.Data.Common.DbParameter CreateParameter() { throw null; }
- object System.IServiceProvider.GetService(System.Type serviceType) { throw null; }
- }
- public abstract partial class SqliteFunction : System.IDisposable
- {
- protected SqliteFunction() { }
- public Mono.Data.Sqlite.SqliteConvert SqliteConvert { get { throw null; } }
- public virtual int Compare(string param1, string param2) { throw null; }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public virtual object Final(object contextData) { throw null; }
- public virtual object Invoke(object[] args) { throw null; }
- public static void RegisterFunction(System.Type typ) { }
- public virtual void Step(object[] args, int stepNumber, ref object contextData) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=true)]
- public sealed partial class SqliteFunctionAttribute : System.Attribute
- {
- public SqliteFunctionAttribute() { }
- public int Arguments { get { throw null; } set { } }
- public Mono.Data.Sqlite.FunctionType FuncType { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- }
- public partial class SqliteFunctionEx : Mono.Data.Sqlite.SqliteFunction
- {
- public SqliteFunctionEx() { }
- protected Mono.Data.Sqlite.CollationSequence GetCollationSequence() { throw null; }
- }
- public enum SQLiteJournalModeEnum
- {
- Delete = 0,
- Off = 2,
- Persist = 1,
- }
- public static partial class SqliteMetaDataCollectionNames
- {
- public static readonly string Catalogs;
- public static readonly string Columns;
- public static readonly string ForeignKeys;
- public static readonly string IndexColumns;
- public static readonly string Indexes;
- public static readonly string Tables;
- public static readonly string Triggers;
- public static readonly string ViewColumns;
- public static readonly string Views;
- }
- public sealed partial class SqliteParameter : System.Data.Common.DbParameter, System.ICloneable
- {
- public SqliteParameter() { }
- public SqliteParameter(System.Data.DbType dbType) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(System.Data.DbType dbType, object value) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, object value) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion rowVersion, bool sourceColumnNullMapping, object value) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn) { }
- public SqliteParameter(string parameterName, System.Data.DbType dbType, string sourceColumn, System.Data.DataRowVersion rowVersion) { }
- public SqliteParameter(string parameterName, object value) { }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
- public override System.Data.DbType DbType { get { throw null; } set { } }
- public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
- public override bool IsNullable { get { throw null; } set { } }
- public override string ParameterName { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute(0)]
- public override int Size { get { throw null; } set { } }
- public override string SourceColumn { get { throw null; } set { } }
- public override bool SourceColumnNullMapping { get { throw null; } set { } }
- public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
- [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
- [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
- public override object Value { get { throw null; } set { } }
- public object Clone() { throw null; }
- public override void ResetDbType() { }
- }
- [System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [System.ComponentModel.ListBindableAttribute(false)]
- public sealed partial class SqliteParameterCollection : System.Data.Common.DbParameterCollection
- {
- internal SqliteParameterCollection() { }
- public override int Count { get { throw null; } }
- public override bool IsFixedSize { get { throw null; } }
- public override bool IsReadOnly { get { throw null; } }
- public override bool IsSynchronized { get { throw null; } }
- public new Mono.Data.Sqlite.SqliteParameter this[int index] { get { throw null; } set { } }
- public new Mono.Data.Sqlite.SqliteParameter this[string parameterName] { get { throw null; } set { } }
- public override object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Sqlite.SqliteParameter parameter) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
- public override int Add(object value) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize) { throw null; }
- public Mono.Data.Sqlite.SqliteParameter Add(string parameterName, System.Data.DbType parameterType, int parameterSize, string sourceColumn) { throw null; }
- public void AddRange(Mono.Data.Sqlite.SqliteParameter[] values) { }
- public override void AddRange(System.Array values) { }
- public Mono.Data.Sqlite.SqliteParameter AddWithValue(string parameterName, object value) { throw null; }
- public override void Clear() { }
- public override bool Contains(object value) { throw null; }
- public override bool Contains(string parameterName) { throw null; }
- public override void CopyTo(System.Array array, int index) { }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
- protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
- public override int IndexOf(object value) { throw null; }
- public override int IndexOf(string parameterName) { throw null; }
- public override void Insert(int index, object value) { }
- public override void Remove(object value) { }
- public override void RemoveAt(int index) { }
- public override void RemoveAt(string parameterName) { }
- protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
- protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
- }
- public sealed partial class SqliteTransaction : System.Data.Common.DbTransaction
- {
- internal SqliteTransaction() { }
- public new Mono.Data.Sqlite.SqliteConnection Connection { get { throw null; } }
- protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
- public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
- public override void Commit() { }
- protected override void Dispose(bool disposing) { }
- public override void Rollback() { }
- }
- public delegate void SQLiteUpdateEventHandler(object sender, Mono.Data.Sqlite.UpdateEventArgs e);
- public enum SynchronizationModes
- {
- Full = 1,
- Normal = 0,
- Off = 2,
- }
- public enum TypeAffinity
- {
- Blob = 4,
- DateTime = 10,
- Double = 2,
- Int64 = 1,
- None = 11,
- Null = 5,
- Text = 3,
- Uninitialized = 0,
- }
- public partial class UpdateEventArgs : System.EventArgs
- {
- internal UpdateEventArgs() { }
- public readonly string Database;
- public readonly Mono.Data.Sqlite.UpdateEventType Event;
- public readonly long RowId;
- public readonly string Table;
- }
- public enum UpdateEventType
- {
- Delete = 9,
- Insert = 18,
- Update = 23,
- }
-}
diff --git a/src/v4.7/Mono.Data.Tds.cs b/src/v4.7/Mono.Data.Tds.cs
deleted file mode 100644
index a1eb9b3..0000000
--- a/src/v4.7/Mono.Data.Tds.cs
+++ /dev/null
@@ -1,592 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Data.Tds
-{
- public delegate object FrameworkValueGetter(object rawValue, ref bool updated);
- public partial class TdsMetaParameter
- {
- public const int maxNVarCharCharacters = 1073741823;
- public const int maxVarCharCharacters = 2147483647;
- public TdsMetaParameter(string name, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, Mono.Data.Tds.FrameworkValueGetter valueGetter) { }
- public TdsMetaParameter(string name, int size, bool isNullable, byte precision, byte scale, object value) { }
- public TdsMetaParameter(string name, object value) { }
- public TdsMetaParameter(string name, string typeName, object value) { }
- public Mono.Data.Tds.TdsParameterDirection Direction { get { throw null; } set { } }
- public bool IsAnyVarCharMax { get { throw null; } }
- public bool IsDateTimeType { get { throw null; } }
- public bool IsDecimalType { get { throw null; } }
- public bool IsMoneyType { get { throw null; } }
- public bool IsNonUnicodeText { get { throw null; } }
- public bool IsNullable { get { throw null; } set { } }
- public bool IsTextType { get { throw null; } }
- public bool IsVarCharMax { get { throw null; } }
- public bool IsVariableSizeType { get { throw null; } set { } }
- public bool IsVarNVarCharMax { get { throw null; } }
- public string ParameterName { get { throw null; } set { } }
- public byte Precision { get { throw null; } set { } }
- public object RawValue { get { throw null; } set { } }
- public byte Scale { get { throw null; } set { } }
- public int Size { get { throw null; } set { } }
- public string TypeName { get { throw null; } set { } }
- public object Value { get { throw null; } set { } }
- public void CalculateIsVariableType() { }
- public void Validate(int index) { }
- }
- public partial class TdsMetaParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable
- {
- public TdsMetaParameterCollection() { }
- public int Count { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[int index] { get { throw null; } }
- public Mono.Data.Tds.TdsMetaParameter this[string name] { get { throw null; } }
- public object SyncRoot { get { throw null; } }
- public int Add(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void Clear() { }
- public bool Contains(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public int IndexOf(Mono.Data.Tds.TdsMetaParameter value) { throw null; }
- public int IndexOf(string name) { throw null; }
- public void Insert(int index, Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(Mono.Data.Tds.TdsMetaParameter value) { }
- public void Remove(string name) { }
- public void RemoveAt(int index) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- [System.SerializableAttribute]
- public enum TdsParameterDirection
- {
- Input = 0,
- InputOutput = 2,
- Output = 1,
- ReturnValue = 3,
- }
-}
-namespace Mono.Data.Tds.Protocol
-{
- public abstract partial class Tds
- {
- protected internal Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParms;
- protected Mono.Data.Tds.Protocol.TdsInternalErrorCollection messages;
- protected readonly byte[] NTLMSSP_ID;
- public Tds(string dataSource, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- public Tds(string dataSource, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion tdsVersion) { }
- protected string Charset { get { throw null; } }
- public byte[] Collation { get { throw null; } }
- protected System.Collections.ArrayList ColumnNames { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumnCollection Columns { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataRow ColumnValues { get { throw null; } }
- public string Database { get { throw null; } }
- public string DataSource { get { throw null; } }
- public bool DoneProc { get { throw null; } }
- public virtual bool IsConnected { get { throw null; } set { } }
- protected string Language { get { throw null; } }
- protected System.Globalization.CultureInfo Locale { get { throw null; } }
- public bool MoreResults { get { throw null; } set { } }
- public System.Collections.ArrayList OutputParameters { get { throw null; } set { } }
- public int PacketSize { get { throw null; } }
- protected Mono.Data.Tds.TdsMetaParameterCollection Parameters { get { throw null; } set { } }
- public bool Pooling { get { throw null; } set { } }
- public int RecordsAffected { get { throw null; } set { } }
- public bool SequentialAccess { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.TdsVersion ServerTdsVersion { get { throw null; } }
- public string ServerVersion { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsVersion TdsVersion { get { throw null; } }
- public event Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventHandler TdsErrorMessage { add { } remove { } }
- public event Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventHandler TdsInfoMessage { add { } remove { } }
- public virtual System.IAsyncResult BeginExecuteNonQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public virtual System.IAsyncResult BeginExecuteQuery(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected System.IAsyncResult BeginExecuteQueryInternal(string sql, bool wantResults, System.AsyncCallback callback, object state) { throw null; }
- public void Cancel() { }
- public void CheckAndThrowException(System.IAsyncResult ar) { }
- [System.MonoTODOAttribute("Is cancel enough, or do we need to drop the connection?")]
- protected void CheckForData(int timeout) { }
- public abstract bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters);
- protected Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs CreateTdsErrorMessageEvent(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- protected Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs CreateTdsInfoMessageEvent(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { throw null; }
- public static Mono.Data.Tds.Protocol.TdsTimeoutException CreateTimeoutException(string dataSource, string method) { throw null; }
- public virtual void Disconnect() { }
- public virtual void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public virtual void EndExecuteProcedure(System.IAsyncResult ar) { }
- public virtual void EndExecuteQuery(System.IAsyncResult ar) { }
- protected void EndExecuteQueryInternal(System.IAsyncResult ar) { }
- public virtual void ExecPrepared(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void ExecProc(string sql) { }
- public virtual void ExecProc(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected virtual void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public void Execute(string sql) { }
- public virtual void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecuteQuery(string sql, int timeout, bool wantResults) { }
- protected object GetColumnValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool outParam) { throw null; }
- public static string GetPlainPassword(System.Security.SecureString secPass) { throw null; }
- public object GetSequentialColumnValue(int colIndex) { throw null; }
- public long GetSequentialColumnValue(int colIndex, long fieldIndex, byte[] buffer, int bufferIndex, int size) { throw null; }
- protected object GetStringValue(bool wideChars, int len, System.Text.Encoding enc) { throw null; }
- protected object GetStringValue(System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> colType, bool wideChars, bool outputParam, System.Text.Encoding encoder) { throw null; }
- protected int GetSubPacketLength() { throw null; }
- protected virtual void InitComm(int port, int timeout) { }
- protected internal void InitExec() { }
- protected virtual bool IsValidRowCount(byte status, byte op) { throw null; }
- protected bool IsWideType(Mono.Data.Tds.Protocol.TdsColumnType columnType) { throw null; }
- protected void LoadRow() { }
- public bool NextResult() { throw null; }
- public bool NextRow() { throw null; }
- protected void OnBeginExecuteQueryCallback(System.IAsyncResult ar) { }
- protected void OnTdsErrorMessage(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e) { }
- protected void OnTdsInfoMessage(Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e) { }
- public virtual string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected internal int ProcessAuthentication() { throw null; }
- protected void ProcessColumnDetail() { }
- protected abstract void ProcessColumnInfo();
- protected void ProcessColumnNames() { }
- protected void ProcessDynamic() { }
- [System.MonoTODOAttribute("Make sure counting works right, especially with multiple resultsets.")]
- protected void ProcessEndToken(Mono.Data.Tds.Protocol.TdsPacketSubType type) { }
- protected void ProcessEnvironmentChange() { }
- protected void ProcessLoginAck() { }
- protected void ProcessMessage(Mono.Data.Tds.Protocol.TdsPacketSubType subType) { }
- protected virtual void ProcessOutputParam() { }
- protected virtual void ProcessReturnStatus() { }
- protected virtual Mono.Data.Tds.Protocol.TdsPacketSubType ProcessSubPacket() { throw null; }
- protected void ProcessTableName() { }
- public virtual bool Reset() { throw null; }
- protected void SetCharset(string charset) { }
- protected void SetCharset(System.Text.Encoding encoder) { }
- protected void SetLanguage(string language) { }
- public void SkipToEnd() { }
- public virtual void Unprepare(string statementId) { }
- public void WaitFor(System.IAsyncResult ar) { }
- }
- public sealed partial class Tds42 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds42(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds42(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- }
- [System.MonoTODOAttribute("FIXME: Can packetsize be anything other than 512?")]
- public sealed partial class Tds50 : Mono.Data.Tds.Protocol.Tds
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- public Tds50(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds50(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string id, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds70 : Mono.Data.Tds.Protocol.Tds
- {
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int lifetime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds70(string server, int port, int packetSize, int timeout, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- public Tds70(string server, int port, int packetSize, int timeout, int lifeTime, Mono.Data.Tds.Protocol.TdsVersion version) : base (default(string), default(int), default(int), default(int), default(Mono.Data.Tds.Protocol.TdsVersion)) { }
- protected virtual byte[] ClientVersion { get { throw null; } }
- protected virtual byte Precision { get { throw null; } }
- public override System.IAsyncResult BeginExecuteNonQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteProcedure(string prolog, string epilog, string cmdText, bool IsNonQuery, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginExecuteQuery(string cmdText, Mono.Data.Tds.TdsMetaParameterCollection parameters, System.AsyncCallback callback, object state) { throw null; }
- protected string BuildExec(string sql) { throw null; }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void EndExecuteNonQuery(System.IAsyncResult ar) { }
- public override void EndExecuteProcedure(System.IAsyncResult ar) { }
- public override void EndExecuteQuery(System.IAsyncResult ar) { }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void ExecProc(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ExecRPC(string rpcName, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override bool IsValidRowCount(byte status, byte op) { throw null; }
- public override string Prepare(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessReturnStatus() { }
- public override bool Reset() { throw null; }
- public override void Unprepare(string statementId) { }
- }
- public partial class Tds80 : Mono.Data.Tds.Protocol.Tds70
- {
- public static readonly Mono.Data.Tds.Protocol.TdsVersion Version;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int lifetime) : base (default(string), default(int)) { }
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public Tds80(string server, int port, int packetSize, int timeout) : base (default(string), default(int)) { }
- public Tds80(string server, int port, int packetSize, int timeout, int lifeTime) : base (default(string), default(int)) { }
- protected override byte[] ClientVersion { get { throw null; } }
- protected override byte Precision { get { throw null; } }
- public override bool Connect(Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters) { throw null; }
- public override void ExecPrepared(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- public override void Execute(string commandText, Mono.Data.Tds.TdsMetaParameterCollection parameters, int timeout, bool wantResults) { }
- protected override void ProcessColumnInfo() { }
- protected override void ProcessOutputParam() { }
- }
- public partial class TdsBigDecimal
- {
- public TdsBigDecimal(byte precision, byte scale, bool isNegative, int[] data) { }
- public int[] Data { get { throw null; } }
- public bool IsNegative { get { throw null; } }
- public byte Precision { get { throw null; } }
- public byte Scale { get { throw null; } }
- }
- public partial class TdsBulkCopy
- {
- public TdsBulkCopy(Mono.Data.Tds.Protocol.Tds tds) { }
- public bool BulkCopyData(object o, bool isNewRow, int size, Mono.Data.Tds.TdsMetaParameter parameter) { throw null; }
- public bool BulkCopyEnd() { throw null; }
- public bool BulkCopyStart(Mono.Data.Tds.TdsMetaParameterCollection parameters) { throw null; }
- public bool SendColumnMetaData(string colMetaData) { throw null; }
- }
- public enum TdsColumnStatus
- {
- Hidden = 16,
- IsExpression = 4,
- IsKey = 8,
- Rename = 32,
- }
- public enum TdsColumnType
- {
- BigBinary = 173,
- BigChar = 175,
- BigInt = 127,
- BigNVarChar = 231,
- BigVarBinary = 165,
- BigVarChar = 167,
- Binary = 45,
- Bit = 50,
- BitN = 104,
- Char = 47,
- DateTime = 61,
- DateTime2 = 42,
- DateTime4 = 58,
- DateTimeN = 111,
- DateTimeOffset = 43,
- Decimal = 106,
- Float8 = 62,
- FloatN = 109,
- Image = 34,
- Int1 = 48,
- Int2 = 52,
- Int4 = 56,
- IntN = 38,
- Money = 60,
- Money4 = 112,
- MoneyN = 110,
- NChar = 239,
- NText = 99,
- Numeric = 108,
- NVarChar = 103,
- Real = 59,
- SmallMoney = 122,
- Text = 35,
- UniqueIdentifier = 36,
- VarBinary = 37,
- VarChar = 39,
- Variant = 98,
- Void = 31,
- }
- public partial class TdsConnectionInfo
- {
- public string DataSource;
- public int LifeTime;
- public int PacketSize;
- public int PoolMaxSize;
- public int PoolMinSize;
- public int Port;
- public int Timeout;
- [System.ObsoleteAttribute("Use the constructor that receives a lifetime parameter")]
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize) { }
- public TdsConnectionInfo(string dataSource, int port, int packetSize, int timeout, int minSize, int maxSize, int lifeTime) { }
- public override string ToString() { throw null; }
- }
- public partial class TdsConnectionParameters
- {
- public string ApplicationName;
- public string AttachDBFileName;
- public string Charset;
- public string Database;
- public string DefaultDomain;
- public bool DomainLogin;
- public string Hostname;
- public string Language;
- public string LibraryName;
- public System.Security.SecureString Password;
- public bool PasswordSet;
- public string ProgName;
- public string User;
- public TdsConnectionParameters() { }
- public void Reset() { }
- }
- public partial class TdsConnectionPool
- {
- public TdsConnectionPool(Mono.Data.Tds.Protocol.TdsConnectionPoolManager manager, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { }
- public bool Pooling { get { throw null; } set { } }
- public Mono.Data.Tds.Protocol.Tds GetConnection() { throw null; }
- public void ReleaseConnection(Mono.Data.Tds.Protocol.Tds connection) { }
- public void ResetConnectionPool() { }
- }
- public partial class TdsConnectionPoolManager
- {
- public TdsConnectionPoolManager(Mono.Data.Tds.Protocol.TdsVersion version) { }
- public virtual Mono.Data.Tds.Protocol.Tds CreateConnection(Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- public System.Collections.IDictionary GetConnectionPool() { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString) { throw null; }
- public Mono.Data.Tds.Protocol.TdsConnectionPool GetConnectionPool(string connectionString, Mono.Data.Tds.Protocol.TdsConnectionInfo info) { throw null; }
- }
- public partial class TdsDataColumn
- {
- public TdsDataColumn() { }
- public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Data.Tds.Protocol.TdsColumnType> ColumnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsRowVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object this[string key] { get { throw null; } set { } }
- public System.Nullable<int> LCID { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<short> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<int> SortOrder { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial class TdsDataColumnCollection : System.Collections.IEnumerable
- {
- public TdsDataColumnCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsDataColumn this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsDataColumn schema) { throw null; }
- public void Add(Mono.Data.Tds.Protocol.TdsDataColumnCollection columns) { }
- public void Clear() { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- }
- public partial class TdsDataRow : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
- {
- public TdsDataRow() { }
- public int BigDecimalIndex { get { throw null; } set { } }
- public int Count { get { throw null; } }
- public bool IsFixedSize { get { throw null; } }
- public bool IsReadOnly { get { throw null; } }
- public bool IsSynchronized { get { throw null; } }
- public object this[int index] { get { throw null; } set { } }
- public object SyncRoot { get { throw null; } }
- public int Add(object value) { throw null; }
- public void Clear() { }
- public bool Contains(object value) { throw null; }
- public void CopyTo(System.Array array, int index) { }
- public void CopyTo(int index, System.Array array, int arrayIndex, int count) { }
- public System.Collections.IEnumerator GetEnumerator() { throw null; }
- public int IndexOf(object value) { throw null; }
- public void Insert(int index, object value) { }
- public void Remove(object value) { }
- public void RemoveAt(int index) { }
- }
- public enum TdsEnvPacketSubType
- {
- BlockSize = 4,
- CharSet = 3,
- CollationInfo = 7,
- Database = 1,
- Locale = 5,
- }
- public sealed partial class TdsInternalError
- {
- public TdsInternalError(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { }
- public byte Class { get { throw null; } set { } }
- public int LineNumber { get { throw null; } set { } }
- public string Message { get { throw null; } set { } }
- public int Number { get { throw null; } set { } }
- public string Procedure { get { throw null; } set { } }
- public string Server { get { throw null; } set { } }
- public string Source { get { throw null; } set { } }
- public byte State { get { throw null; } set { } }
- }
- public sealed partial class TdsInternalErrorCollection : System.Collections.IEnumerable
- {
- public TdsInternalErrorCollection() { }
- public int Count { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalError this[int index] { get { throw null; } set { } }
- public int Add(Mono.Data.Tds.Protocol.TdsInternalError error) { throw null; }
- public void Clear() { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public sealed partial class TdsInternalErrorMessageEventArgs : Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs
- {
- public TdsInternalErrorMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) : base (default(Mono.Data.Tds.Protocol.TdsInternalErrorCollection)) { }
- }
- public delegate void TdsInternalErrorMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs e);
- public partial class TdsInternalException : System.SystemException
- {
- internal TdsInternalException() { }
- public byte Class { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public override string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public override string Source { get { throw null; } }
- public byte State { get { throw null; } }
- [System.MonoTODOAttribute]
- public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class TdsInternalInfoMessageEventArgs : System.EventArgs
- {
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalError error) { }
- public TdsInternalInfoMessageEventArgs(Mono.Data.Tds.Protocol.TdsInternalErrorCollection errors) { }
- public byte Class { get { throw null; } }
- public Mono.Data.Tds.Protocol.TdsInternalErrorCollection Errors { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public string Message { get { throw null; } }
- public int Number { get { throw null; } }
- public string Procedure { get { throw null; } }
- public string Server { get { throw null; } }
- public string Source { get { throw null; } }
- public byte State { get { throw null; } }
- public int Add(byte theClass, int lineNumber, string message, int number, string procedure, string server, string source, byte state) { throw null; }
- }
- public delegate void TdsInternalInfoMessageEventHandler(object sender, Mono.Data.Tds.Protocol.TdsInternalInfoMessageEventArgs e);
- public enum TdsPacketSubType
- {
- AltFormat = 168,
- AltName = 167,
- Authentication = 237,
- Capability = 226,
- ColumnDetail = 165,
- ColumnInfo = 161,
- ColumnMetadata = 129,
- ColumnName = 160,
- ColumnOrder = 169,
- Control = 174,
- Done = 253,
- DoneInProc = 255,
- DoneProc = 254,
- Dynamic = 231,
- Dynamic2 = 163,
- EED = 229,
- EnvironmentChange = 227,
- Error = 170,
- Info = 171,
- LoginAck = 173,
- Param = 172,
- Parameters = 215,
- ParamFormat = 236,
- ProcId = 124,
- ReturnStatus = 121,
- Row = 209,
- RowFormat = 238,
- TableName = 164,
- }
- public enum TdsPacketType
- {
- Bulk = 7,
- Cancel = 6,
- DBRPC = 230,
- Logoff = 113,
- Logon = 2,
- Logon70 = 16,
- None = 0,
- Normal = 15,
- Proc = 3,
- Query = 1,
- Reply = 4,
- RPC = 3,
- SspAuth = 17,
- }
- public enum TdsRpcProcId
- {
- Cursor = 1,
- CursorClose = 9,
- CursorExecute = 4,
- CursorFetch = 7,
- CursorOpen = 2,
- CursorOption = 8,
- CursorPrepare = 3,
- CursorPrepExec = 5,
- CursorUnprepare = 6,
- Execute = 12,
- ExecuteSql = 10,
- Prepare = 11,
- PrepExec = 13,
- PrepExecRpc = 14,
- Unprepare = 15,
- }
- public partial class TdsTimeoutException : Mono.Data.Tds.Protocol.TdsInternalException
- {
- internal TdsTimeoutException() { }
- }
- public enum TdsVersion
- {
- tds100 = 100,
- tds42 = 42,
- tds50 = 50,
- tds70 = 70,
- tds80 = 80,
- tds81 = 81,
- tds90 = 90,
- }
-}
-namespace System
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
- {
- public MonoDocumentationNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
- {
- public MonoExtensionAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
- {
- public MonoInternalNoteAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
- {
- public MonoLimitationAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
- {
- public MonoNotSupportedAttribute(string comment) { }
- }
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
- internal partial class MonoTODOAttribute : System.Attribute
- {
- public MonoTODOAttribute() { }
- public MonoTODOAttribute(string comment) { }
- public string Comment { get { throw null; } }
- }
-}
diff --git a/src/v4.7/Mono.Debugger.Soft.cs b/src/v4.7/Mono.Debugger.Soft.cs
deleted file mode 100644
index 1bedd97..0000000
--- a/src/v4.7/Mono.Debugger.Soft.cs
+++ /dev/null
@@ -1,880 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono Soft Debugger API library")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Debugger.Soft.dll")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Debugger.Soft
-{
- public partial class AbsentInformationException : System.Exception
- {
- public AbsentInformationException() { }
- }
- public partial class AppDomainCreateEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainCreateEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class AppDomainMirror : Mono.Debugger.Soft.Mirror
- {
- internal AppDomainMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Corlib { get { throw null; } }
- public string FriendlyName { get { throw null; } }
- public Mono.Debugger.Soft.ObjectMirror CreateBoxedValue(Mono.Debugger.Soft.Value value) { throw null; }
- public Mono.Debugger.Soft.StringMirror CreateString(string s) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror[] GetAssemblies() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetCorrespondingType(System.Type t) { throw null; }
- public Mono.Debugger.Soft.AssemblyMirror GetEntryAssembly() { throw null; }
- }
- public partial class AppDomainUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AppDomainUnloadEvent() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- }
- public partial class ArrayMirror : Mono.Debugger.Soft.ObjectMirror, System.Collections.IEnumerable
- {
- internal ArrayMirror() { }
- public int[] lengths;
- public int[] lower_bounds;
- public int rank;
- public Mono.Debugger.Soft.Value this[int index] { get { throw null; } set { } }
- public int Length { get { throw null; } }
- public int Rank { get { throw null; } }
- public int GetLength(int dimension) { throw null; }
- public int GetLowerBound(int dimension) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Value> GetValues(int index, int length) { throw null; }
- public void SetValues(int index, Mono.Debugger.Soft.Value[] values) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class AssemblyLoadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyLoadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public sealed partial class AssemblyLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal AssemblyLoadEventRequest() { }
- }
- public partial class AssemblyMirror : Mono.Debugger.Soft.Mirror
- {
- internal AssemblyMirror() { }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
- public string Location { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
- public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
- public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
- public virtual System.Reflection.AssemblyName GetName() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError, bool ignoreCase) { throw null; }
- }
- public partial class AssemblyUnloadEvent : Mono.Debugger.Soft.Event
- {
- internal AssemblyUnloadEvent() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- }
- public partial class BreakpointEvent : Mono.Debugger.Soft.Event
- {
- internal BreakpointEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class BreakpointEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal BreakpointEventRequest() { }
- public override void Enable() { }
- }
- public partial class CommandException : System.Exception
- {
- internal CommandException() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Connection
- {
- protected Connection() { }
- public void ForceDisconnect() { }
- public void StartBuffering() { }
- public void StopBuffering() { }
- protected abstract void TransportClose();
- protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
- protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
- protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
- public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
- }
- public sealed partial class CustomAttributeDataMirror
- {
- internal CustomAttributeDataMirror() { }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public Mono.Debugger.Soft.MethodMirror Constructor { get { throw null; } }
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror> ConstructorArguments { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.CustomAttributeNamedArgumentMirror> NamedArguments { get { throw null; } }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeNamedArgumentMirror
- {
- public Mono.Debugger.Soft.FieldInfoMirror Field { get { throw null; } }
- public Mono.Debugger.Soft.PropertyInfoMirror Property { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeTypedArgumentMirror TypedValue { get { throw null; } }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct CustomAttributeTypedArgumentMirror
- {
- public System.Type ArgumentType { get { throw null; } }
- public object Value { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EnumMirror : Mono.Debugger.Soft.StructMirror
- {
- internal EnumMirror() { }
- public string StringValue { get { throw null; } }
- public object Value { get { throw null; } set { } }
- }
- public enum ErrorCode
- {
- ABSENT_INFORMATION = 105,
- ERR_NO_INVOCATION = 104,
- ERR_UNLOADED = 103,
- INVALID_ARGUMENT = 102,
- INVALID_FIELDID = 25,
- INVALID_FRAMEID = 30,
- INVALID_OBJECT = 20,
- INVOKE_ABORTED = 107,
- NONE = 0,
- NOT_IMPLEMENTED = 100,
- NOT_SUSPENDED = 101,
- NO_SEQ_POINT_AT_IL_OFFSET = 106,
- }
- public partial class ErrorHandlerEventArgs : System.EventArgs
- {
- public ErrorHandlerEventArgs() { }
- public Mono.Debugger.Soft.ErrorCode ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public abstract partial class Event
- {
- internal Event() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.EventRequest Request { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class EventRequest
- {
- internal EventRequest() { }
- protected System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> assembly_filter;
- protected int count;
- protected bool enabled;
- protected Mono.Debugger.Soft.EventType etype;
- protected int id;
- protected Mono.Debugger.Soft.SuspendPolicy suspend;
- protected Mono.Debugger.Soft.ThreadMirror thread;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public System.Collections.Generic.IList<Mono.Debugger.Soft.AssemblyMirror> AssemblyFilter { get { throw null; } set { } }
- public int Count { get { throw null; } set { } }
- public bool Enabled { get { throw null; } set { } }
- public Mono.Debugger.Soft.EventType EventType { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } set { } }
- protected void CheckDisabled() { }
- protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
- public void Disable() { }
- public virtual void Enable() { }
- protected void SetEnabled(int id) { }
- }
- public partial class EventSet
- {
- internal EventSet() { }
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.Event[] Events { get { throw null; } }
- public Mono.Debugger.Soft.Event this[int index] { get { throw null; } }
- public Mono.Debugger.Soft.SuspendPolicy SuspendPolicy { get { throw null; } }
- }
- public enum EventType
- {
- AppDomainCreate = 4,
- AppDomainUnload = 5,
- AssemblyLoad = 8,
- AssemblyUnload = 9,
- Breakpoint = 10,
- Exception = 13,
- KeepAlive = 14,
- MethodEntry = 6,
- MethodExit = 7,
- Step = 11,
- ThreadDeath = 3,
- ThreadStart = 2,
- TypeLoad = 12,
- UserBreak = 15,
- UserLog = 16,
- VMDeath = 1,
- VMDisconnect = 99,
- VMStart = 0,
- }
- public partial class ExceptionEvent : Mono.Debugger.Soft.Event
- {
- internal ExceptionEvent() { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- public sealed partial class ExceptionEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal ExceptionEventRequest() { }
- public Mono.Debugger.Soft.TypeMirror ExceptionType { get { throw null; } }
- public bool IncludeSubclasses { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class FieldInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public FieldInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.TypeMirror type, System.Reflection.FieldAttributes attrs) { }
- public FieldInfoMirror(Mono.Debugger.Soft.VirtualMachine vm, long id) { }
- public System.Reflection.FieldAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror FieldType { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsInitOnly { get { throw null; } }
- public bool IsLiteral { get { throw null; } }
- public bool IsNotSerialized { get { throw null; } }
- public bool IsPinvokeImpl { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public Mono.Cecil.FieldDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- }
- public partial interface IInvokeAsyncResult : System.IAsyncResult
- {
- void Abort();
- }
- public partial class ILExceptionHandler
- {
- internal ILExceptionHandler() { }
- public Mono.Debugger.Soft.TypeMirror CatchType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int FilterOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int HandlerOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Debugger.Soft.ILExceptionHandlerType HandlerType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryLength { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int TryOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public enum ILExceptionHandlerType
- {
- Catch = 0,
- Fault = 4,
- Filter = 1,
- Finally = 2,
- }
- public partial class ILInstruction
- {
- internal ILInstruction() { }
- public Mono.Debugger.Soft.ILInstruction Next { get { throw null; } set { } }
- public int Offset { get { throw null; } }
- public Mono.Cecil.Cil.OpCode OpCode { get { throw null; } }
- public object Operand { get { throw null; } set { } }
- public Mono.Debugger.Soft.ILInstruction Previous { get { throw null; } set { } }
- }
- public partial interface IMirror
- {
- Mono.Debugger.Soft.VirtualMachine VirtualMachine { get; }
- }
- public partial class InterfaceMappingMirror : Mono.Debugger.Soft.Mirror
- {
- internal InterfaceMappingMirror() { }
- public Mono.Debugger.Soft.MethodMirror[] InterfaceMethods;
- public Mono.Debugger.Soft.TypeMirror InterfaceType;
- public Mono.Debugger.Soft.MethodMirror[] TargetMethods;
- public Mono.Debugger.Soft.TypeMirror TargetType;
- }
- public partial class InvalidStackFrameException : System.Exception
- {
- public InvalidStackFrameException() { }
- }
- public partial class InvocationException : System.Exception
- {
- public InvocationException(Mono.Debugger.Soft.ObjectMirror exception) { }
- public Mono.Debugger.Soft.ObjectMirror Exception { get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum InvokeOptions
- {
- DisableBreakpoints = 1,
- None = 0,
- ReturnOutArgs = 8,
- ReturnOutThis = 4,
- SingleThreaded = 2,
- Virtual = 16,
- }
- public partial class InvokeResult
- {
- public InvokeResult() { }
- public Mono.Debugger.Soft.Value[] OutArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value OutThis { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.Value Result { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public partial interface ITargetProcess
- {
- bool HasExited { get; }
- int Id { get; }
- string ProcessName { get; }
- System.IO.StreamReader StandardError { get; }
- System.IO.StreamReader StandardOutput { get; }
- event System.EventHandler Exited;
- void Kill();
- }
- public partial class LaunchOptions
- {
- public LaunchOptions() { }
- public string AgentArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.ProcessLauncher CustomProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.LaunchOptions.TargetProcessLauncher CustomTargetProcessLauncher { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Valgrind { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public delegate System.Diagnostics.Process ProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- public delegate Mono.Debugger.Soft.ITargetProcess TargetProcessLauncher(System.Diagnostics.ProcessStartInfo info);
- }
- public partial class LocalScope : Mono.Debugger.Soft.Mirror
- {
- internal LocalScope() { }
- public int LiveRangeEnd { get { throw null; } }
- public int LiveRangeStart { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public partial class LocalVariable : Mono.Debugger.Soft.Mirror
- {
- internal LocalVariable() { }
- public int Index { get { throw null; } }
- public bool IsArg { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public partial class Location : Mono.Debugger.Soft.Mirror
- {
- internal Location() { }
- public int ColumnNumber { get { throw null; } }
- public int EndColumnNumber { get { throw null; } }
- public int EndLineNumber { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public byte[] SourceFileHash { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class MethodBodyMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodBodyMirror() { }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILExceptionHandler> ExceptionHandlers { get { throw null; } }
- public System.Collections.Generic.List<Mono.Debugger.Soft.ILInstruction> Instructions { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public byte[] GetILAsByteArray() { throw null; }
- }
- public partial class MethodEntryEvent : Mono.Debugger.Soft.Event
- {
- internal MethodEntryEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodEntryEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodEntryEventRequest() { }
- }
- public partial class MethodExitEvent : Mono.Debugger.Soft.Event
- {
- internal MethodExitEvent() { }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class MethodExitEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal MethodExitEventRequest() { }
- }
- public partial class MethodMirror : Mono.Debugger.Soft.Mirror
- {
- internal MethodMirror() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public string FullName { get { throw null; } }
- public System.Collections.Generic.IList<int> ILOffsets { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAssembly { get { throw null; } }
- public bool IsConstructor { get { throw null; } }
- public bool IsFamily { get { throw null; } }
- public bool IsFamilyAndAssembly { get { throw null; } }
- public bool IsFamilyOrAssembly { get { throw null; } }
- public bool IsFinal { get { throw null; } }
- public bool IsGenericMethod { get { throw null; } }
- public bool IsGenericMethodDefinition { get { throw null; } }
- public bool IsHideBySig { get { throw null; } }
- public bool IsPrivate { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public bool IsVirtual { get { throw null; } }
- public System.Collections.Generic.IList<int> LineNumbers { get { throw null; } }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.Location> Locations { get { throw null; } }
- public Mono.Cecil.MethodDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.ParameterInfoMirror ReturnParameter { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ReturnType { get { throw null; } }
- public string SourceFile { get { throw null; } }
- public Mono.Debugger.Soft.Value Evaluate(Mono.Debugger.Soft.Value this_val, Mono.Debugger.Soft.Value[] args) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGenericMethodDefinition() { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetLocal(string name) { throw null; }
- public Mono.Debugger.Soft.LocalVariable[] GetLocals() { throw null; }
- public Mono.Debugger.Soft.MethodBodyMirror GetMethodBody() { throw null; }
- public System.Reflection.MethodImplAttributes GetMethodImplementationFlags() { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetParameters() { throw null; }
- public Mono.Debugger.Soft.LocalScope[] GetScopes() { throw null; }
- public Mono.Debugger.Soft.Location LocationAtILOffset(int il_offset) { throw null; }
- public Mono.Debugger.Soft.MethodMirror MakeGenericMethod(Mono.Debugger.Soft.TypeMirror[] args) { throw null; }
- }
- public abstract partial class Mirror : Mono.Debugger.Soft.IMirror
- {
- internal Mirror() { }
- protected long id;
- protected Mono.Debugger.Soft.VirtualMachine vm;
- public Mono.Debugger.Soft.VirtualMachine VirtualMachine { get { throw null; } }
- protected void CheckMirror(Mono.Debugger.Soft.Mirror m) { }
- protected void SetVirtualMachine(Mono.Debugger.Soft.VirtualMachine vm) { }
- }
- public partial class ModuleMirror : Mono.Debugger.Soft.Mirror
- {
- internal ModuleMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public string FullyQualifiedName { get { throw null; } }
- public System.Guid ModuleVersionId { get { throw null; } }
- public string Name { get { throw null; } }
- public string ScopeName { get { throw null; } }
- }
- public partial class ObjectCollectedException : System.Exception
- {
- public ObjectCollectedException() { }
- }
- public partial class ObjectMirror : Mono.Debugger.Soft.Value
- {
- internal ObjectMirror() { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public bool IsCollected { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public System.IAsyncResult BeginInvokeMultiple(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror[] methods, System.Collections.Generic.IList<System.Collections.Generic.IList<Mono.Debugger.Soft.Value>> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public void EndInvokeMultiple(System.IAsyncResult asyncResult) { }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class ParameterInfoMirror : Mono.Debugger.Soft.Mirror
- {
- internal ParameterInfoMirror() { }
- public System.Reflection.ParameterAttributes Attributes { get { throw null; } }
- public bool IsRetval { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror ParameterType { get { throw null; } }
- public int Position { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class PointerValue : Mono.Debugger.Soft.Value
- {
- public PointerValue(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.TypeMirror type, long addr) { }
- public long Address { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PrimitiveValue : Mono.Debugger.Soft.Value
- {
- public PrimitiveValue(Mono.Debugger.Soft.VirtualMachine vm, object value) { }
- public object Value { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class PropertyInfoMirror : Mono.Debugger.Soft.Mirror
- {
- public PropertyInfoMirror(Mono.Debugger.Soft.TypeMirror parent, long id, string name, Mono.Debugger.Soft.MethodMirror get_method, Mono.Debugger.Soft.MethodMirror set_method, System.Reflection.PropertyAttributes attrs) { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public Mono.Cecil.PropertyDefinition Metadata { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror PropertyType { get { throw null; } }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetGetMethod(bool nonPublic) { throw null; }
- public Mono.Debugger.Soft.ParameterInfoMirror[] GetIndexParameters() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetSetMethod(bool nonPublic) { throw null; }
- }
- public partial class StackFrame : Mono.Debugger.Soft.Mirror
- {
- internal StackFrame() { }
- public int ColumnNumber { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
- public string FileName { get { throw null; } }
- public int ILOffset { get { throw null; } }
- public bool IsDebuggerInvoke { get { throw null; } }
- public bool IsNativeTransition { get { throw null; } }
- public int LineNumber { get { throw null; } }
- public Mono.Debugger.Soft.Location Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- public Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public Mono.Debugger.Soft.Value GetArgument(int pos) { throw null; }
- public Mono.Debugger.Soft.Value GetThis() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.LocalVariable var) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.ParameterInfoMirror param) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(Mono.Debugger.Soft.LocalVariable[] vars) { throw null; }
- public Mono.Debugger.Soft.LocalVariable GetVisibleVariableByName(string name) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.LocalVariable> GetVisibleVariables() { throw null; }
- public void SetThis(Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.LocalVariable var, Mono.Debugger.Soft.Value value) { }
- public void SetValue(Mono.Debugger.Soft.ParameterInfoMirror param, Mono.Debugger.Soft.Value value) { }
- }
- public enum StepDepth
- {
- Into = 0,
- Out = 2,
- Over = 1,
- }
- public partial class StepEvent : Mono.Debugger.Soft.Event
- {
- internal StepEvent() { }
- public long Location { get { throw null; } }
- public Mono.Debugger.Soft.MethodMirror Method { get { throw null; } }
- }
- public sealed partial class StepEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal StepEventRequest() { }
- public Mono.Debugger.Soft.StepDepth Depth { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepFilter Filter { get { throw null; } set { } }
- public Mono.Debugger.Soft.StepSize Size { get { throw null; } set { } }
- public new Mono.Debugger.Soft.ThreadMirror Thread { get { throw null; } }
- public override void Enable() { }
- }
- [System.FlagsAttribute]
- public enum StepFilter
- {
- DebuggerHidden = 2,
- DebuggerNonUserCode = 8,
- DebuggerStepThrough = 4,
- None = 0,
- StaticCtor = 1,
- }
- public enum StepSize
- {
- Line = 1,
- Min = 0,
- }
- public partial class StringMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal StringMirror() { }
- public int Length { get { throw null; } }
- public string Value { get { throw null; } }
- public char[] GetChars(int index, int length) { throw null; }
- }
- public partial class StructMirror : Mono.Debugger.Soft.Value
- {
- internal StructMirror() { }
- public Mono.Debugger.Soft.Value[] Fields { get { throw null; } }
- public Mono.Debugger.Soft.Value this[string field] { get { throw null; } set { } }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.InvokeResult> InvokeMethodAsyncWithResult(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- }
- public enum SuspendPolicy
- {
- All = 2,
- EventThread = 1,
- None = 0,
- }
- public partial class ThreadDeathEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadDeathEvent() { }
- }
- public partial class ThreadMirror : Mono.Debugger.Soft.ObjectMirror
- {
- internal ThreadMirror() { }
- public long Id { get { throw null; } }
- public bool IsThreadPoolThread { get { throw null; } }
- public string Name { get { throw null; } }
- public static bool NativeTransitions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long ThreadId { get { throw null; } }
- public System.Threading.ThreadState ThreadState { get { throw null; } }
- public long TID { get { throw null; } }
- public static void FetchFrames(System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> threads) { }
- public Mono.Debugger.Soft.StackFrame[] GetFrames() { throw null; }
- public void SetIP(Mono.Debugger.Soft.Location loc) { }
- }
- public partial class ThreadStartEvent : Mono.Debugger.Soft.Event
- {
- internal ThreadStartEvent() { }
- }
- public partial class TypeLoadEvent : Mono.Debugger.Soft.Event
- {
- internal TypeLoadEvent() { }
- public Mono.Debugger.Soft.TypeMirror Type { get { throw null; } }
- }
- public sealed partial class TypeLoadEventRequest : Mono.Debugger.Soft.EventRequest
- {
- internal TypeLoadEventRequest() { }
- public string[] SourceFileFilter { get { throw null; } set { } }
- public string[] TypeNameFilter { get { throw null; } set { } }
- public override void Enable() { }
- }
- public partial class TypeMirror : Mono.Debugger.Soft.Mirror
- {
- internal TypeMirror() { }
- public Mono.Debugger.Soft.AssemblyMirror Assembly { get { throw null; } }
- public System.Reflection.TypeAttributes Attributes { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror BaseType { get { throw null; } }
- public string CSharpName { get { throw null; } }
- public Mono.Debugger.Soft.TypeMirror EnumUnderlyingType { get { throw null; } }
- public string FullName { get { throw null; } }
- public bool HasElementType { get { throw null; } }
- public bool IsAbstract { get { throw null; } }
- public bool IsAnsiClass { get { throw null; } }
- public bool IsArray { get { throw null; } }
- public bool IsAutoClass { get { throw null; } }
- public bool IsAutoLayout { get { throw null; } }
- public bool IsByRef { get { throw null; } }
- public bool IsClass { get { throw null; } }
- public bool IsCOMObject { get { throw null; } }
- public bool IsContextful { get { throw null; } }
- public bool IsEnum { get { throw null; } }
- public bool IsExplicitLayout { get { throw null; } }
- public bool IsGenericType { get { throw null; } }
- public bool IsGenericTypeDefinition { get { throw null; } }
- public bool IsImport { get { throw null; } }
- public bool IsInitialized { get { throw null; } }
- public bool IsInterface { get { throw null; } }
- public bool IsLayoutSequential { get { throw null; } }
- public bool IsMarshalByRef { get { throw null; } }
- public bool IsNested { get { throw null; } }
- public bool IsNestedAssembly { get { throw null; } }
- public bool IsNestedFamANDAssem { get { throw null; } }
- public bool IsNestedFamily { get { throw null; } }
- public bool IsNestedFamORAssem { get { throw null; } }
- public bool IsNestedPrivate { get { throw null; } }
- public bool IsNestedPublic { get { throw null; } }
- public bool IsNotPublic { get { throw null; } }
- public bool IsPointer { get { throw null; } }
- public bool IsPrimitive { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsSealed { get { throw null; } }
- public bool IsSerializable { get { throw null; } }
- public bool IsSpecialName { get { throw null; } }
- public bool IsUnicodeClass { get { throw null; } }
- public bool IsValueType { get { throw null; } }
- public Mono.Cecil.TypeDefinition Metadata { get { throw null; } }
- public int MetadataToken { get { throw null; } }
- public Mono.Debugger.Soft.ModuleMirror Module { get { throw null; } }
- public string Name { get { throw null; } }
- public string Namespace { get { throw null; } }
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- [System.ObsoleteAttribute("Use the overload without the 'vm' argument")]
- public System.IAsyncResult BeginInvokeMethod(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options, System.AsyncCallback callback, object state) { throw null; }
- public Mono.Debugger.Soft.Value EndInvokeMethod(System.IAsyncResult asyncResult) { throw null; }
- public Mono.Debugger.Soft.InvokeResult EndInvokeMethodWithResult(System.IAsyncResult asyncResult) { throw null; }
- public int GetArrayRank() { throw null; }
- protected virtual System.Reflection.TypeAttributes GetAttributeFlagsImpl() { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(Mono.Debugger.Soft.TypeMirror attributeType, bool inherit) { throw null; }
- public Mono.Debugger.Soft.CustomAttributeDataMirror[] GetCustomAttributes(bool inherit) { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetElementType() { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror GetField(string name) { throw null; }
- public Mono.Debugger.Soft.FieldInfoMirror[] GetFields() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetGenericArguments() { throw null; }
- public Mono.Debugger.Soft.TypeMirror GetGenericTypeDefinition() { throw null; }
- public Mono.Debugger.Soft.InterfaceMappingMirror GetInterfaceMap(Mono.Debugger.Soft.TypeMirror interfaceType) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetInterfaces() { throw null; }
- public Mono.Debugger.Soft.MethodMirror GetMethod(string name) { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethods() { throw null; }
- public Mono.Debugger.Soft.MethodMirror[] GetMethodsByNameFlags(string name, System.Reflection.BindingFlags flags, bool ignoreCase) { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes() { throw null; }
- public Mono.Debugger.Soft.TypeMirror[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties() { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror[] GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
- public Mono.Debugger.Soft.PropertyInfoMirror GetProperty(string name) { throw null; }
- public string[] GetSourceFiles() { throw null; }
- public string[] GetSourceFiles(bool returnFullPaths) { throw null; }
- public Mono.Debugger.Soft.ObjectMirror GetTypeObject() { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field) { throw null; }
- public Mono.Debugger.Soft.Value GetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields) { throw null; }
- public Mono.Debugger.Soft.Value[] GetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- protected virtual bool HasElementTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value InvokeMethod(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public System.Threading.Tasks.Task<Mono.Debugger.Soft.Value> InvokeMethodAsync(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options=(Mono.Debugger.Soft.InvokeOptions)(0)) { throw null; }
- protected virtual bool IsArrayImpl() { throw null; }
- public virtual bool IsAssignableFrom(Mono.Debugger.Soft.TypeMirror c) { throw null; }
- protected virtual bool IsByRefImpl() { throw null; }
- protected virtual bool IsCOMObjectImpl() { throw null; }
- protected virtual bool IsContextfulImpl() { throw null; }
- protected virtual bool IsMarshalByRefImpl() { throw null; }
- protected virtual bool IsPointerImpl() { throw null; }
- protected virtual bool IsPrimitiveImpl() { throw null; }
- protected virtual bool IsValueTypeImpl() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance() { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments) { throw null; }
- public Mono.Debugger.Soft.Value NewInstance(Mono.Debugger.Soft.ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, System.Collections.Generic.IList<Mono.Debugger.Soft.Value> arguments, Mono.Debugger.Soft.InvokeOptions options) { throw null; }
- public void SetValue(Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value) { }
- public void SetValues(System.Collections.Generic.IList<Mono.Debugger.Soft.FieldInfoMirror> fields, Mono.Debugger.Soft.Value[] values) { }
- }
- public partial class UserBreakEvent : Mono.Debugger.Soft.Event
- {
- internal UserBreakEvent() { }
- }
- public partial class UserLogEvent : Mono.Debugger.Soft.Event
- {
- internal UserLogEvent() { }
- public string Category { get { throw null; } }
- public int Level { get { throw null; } }
- public string Message { get { throw null; } }
- }
- public abstract partial class Value : Mono.Debugger.Soft.Mirror
- {
- internal Value() { }
- }
- public partial class VersionInfo
- {
- public VersionInfo() { }
- public int MajorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int MinorVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string VMVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool AtLeast(int major, int minor) { throw null; }
- }
- public partial class VirtualMachine : Mono.Debugger.Soft.Mirror
- {
- internal VirtualMachine() { }
- public System.Net.EndPoint EndPoint { get { throw null; } }
- public System.Diagnostics.Process Process { get { throw null; } }
- public Mono.Debugger.Soft.AppDomainMirror RootDomain { get { throw null; } }
- public System.IO.StreamReader StandardError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.IO.StreamReader StandardOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Debugger.Soft.ITargetProcess TargetProcess { get { throw null; } }
- public Mono.Debugger.Soft.VersionInfo Version { get { throw null; } }
- public void ClearAllBreakpoints() { }
- public Mono.Debugger.Soft.AssemblyLoadEventRequest CreateAssemblyLoadRequest() { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.Location loc) { throw null; }
- public Mono.Debugger.Soft.BreakpointEventRequest CreateBreakpointRequest(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public Mono.Debugger.Soft.EnumMirror CreateEnumMirror(Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.PrimitiveValue value) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type) { throw null; }
- public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught) { throw null; }
- public Mono.Debugger.Soft.MethodEntryEventRequest CreateMethodEntryRequest() { throw null; }
- public Mono.Debugger.Soft.MethodExitEventRequest CreateMethodExitRequest() { throw null; }
- public Mono.Debugger.Soft.StepEventRequest CreateStepRequest(Mono.Debugger.Soft.ThreadMirror thread) { throw null; }
- public Mono.Debugger.Soft.TypeLoadEventRequest CreateTypeLoadRequest() { throw null; }
- public Mono.Debugger.Soft.PrimitiveValue CreateValue(object value) { throw null; }
- public void Detach() { }
- public void Disconnect() { }
- [System.ObsoleteAttribute("This method was poorly named; use the Detach() method instead")]
- public void Dispose() { }
- public void EnableEvents(params Mono.Debugger.Soft.EventType[] events) { }
- public void EnableEvents(Mono.Debugger.Soft.EventType[] events, Mono.Debugger.Soft.SuspendPolicy suspendPolicy) { }
- public void Exit(int exitCode) { }
- public void ForceDisconnect() { }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
- public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
- public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
- [System.ObsoleteAttribute("Use GetNextEventSet () instead")]
- public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypes(string name, bool ignoreCase) { throw null; }
- public System.Collections.Generic.IList<Mono.Debugger.Soft.TypeMirror> GetTypesForSourceFile(string fname, bool ignoreCase) { throw null; }
- public void Resume() { }
- public Mono.Debugger.Soft.BreakpointEventRequest SetBreakpoint(Mono.Debugger.Soft.MethodMirror method, long il_offset) { throw null; }
- public void SetSocketTimeouts(int send_timeout, int receive_timeout, int keepalive_interval) { }
- public void Suspend() { }
- }
- public partial class VirtualMachineManager
- {
- internal VirtualMachineManager() { }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginConnect(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginLaunch(System.Diagnostics.ProcessStartInfo info, System.AsyncCallback callback, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback) { throw null; }
- public static System.IAsyncResult BeginListen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep, System.AsyncCallback callback, out int dbg_port, out int con_port) { dbg_port = default(int); con_port = default(int); throw null; }
- public static void CancelConnection(System.IAsyncResult asyncResult) { }
- public static Mono.Debugger.Soft.VirtualMachine Connect(Mono.Debugger.Soft.Connection transport, System.IO.StreamReader standardOutput, System.IO.StreamReader standardError) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Connect(System.Net.IPEndPoint endpoint, System.Net.IPEndPoint consoleEndpoint) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ConnectInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock, System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndConnect(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndLaunch(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine EndListen(System.IAsyncResult asyncResult) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(System.Diagnostics.ProcessStartInfo info, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Launch(string[] args, Mono.Debugger.Soft.LaunchOptions options) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(Mono.Debugger.Soft.ITargetProcess p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine LaunchInternal(System.Diagnostics.Process p, System.Diagnostics.ProcessStartInfo info, System.Net.Sockets.Socket socket) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine Listen(System.Net.IPEndPoint dbg_ep, System.Net.IPEndPoint con_ep) { throw null; }
- public static Mono.Debugger.Soft.VirtualMachine ListenInternal(System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock) { throw null; }
- }
- public partial class VMDeathEvent : Mono.Debugger.Soft.Event
- {
- public VMDeathEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, int exit_code) { }
- public int ExitCode { get { throw null; } }
- }
- public partial class VMDisconnectedException : System.Exception
- {
- public VMDisconnectedException() { }
- }
- public partial class VMDisconnectEvent : Mono.Debugger.Soft.Event
- {
- public VMDisconnectEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id) { }
- }
- public partial class VMMismatchException : System.Exception
- {
- public VMMismatchException() { }
- }
- public partial class VMNotSuspendedException : System.InvalidOperationException
- {
- public VMNotSuspendedException() { }
- }
- public partial class VMStartEvent : Mono.Debugger.Soft.Event
- {
- public VMStartEvent(Mono.Debugger.Soft.VirtualMachine vm, int req_id, long thread_id) { }
- }
-}
diff --git a/src/v4.7/Mono.Http.cs b/src/v4.7/Mono.Http.cs
deleted file mode 100644
index 0bca7c4..0000000
--- a/src/v4.7/Mono.Http.cs
+++ /dev/null
@@ -1,143 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Http and ASP.NET utilities")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Http.dll")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Http
-{
- [System.SerializableAttribute]
- public partial class GZipWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
- {
- public GZipWebRequest(System.Net.WebRequest request) { }
- protected GZipWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- public override string ConnectionGroupName { get { throw null; } set { } }
- public override long ContentLength { get { throw null; } set { } }
- public override string ContentType { get { throw null; } set { } }
- public override System.Net.ICredentials Credentials { get { throw null; } set { } }
- public bool EnableCompression { get { throw null; } set { } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
- public override string Method { get { throw null; } set { } }
- public override bool PreAuthenticate { get { throw null; } set { } }
- public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
- public System.Net.WebRequest RealRequest { get { throw null; } }
- public override System.Uri RequestUri { get { throw null; } }
- public override int Timeout { get { throw null; } set { } }
- public override void Abort() { }
- public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
- public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
- public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
- public override System.IO.Stream GetRequestStream() { throw null; }
- public override System.Net.WebResponse GetResponse() { throw null; }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class GZipWebRequestCreator : System.Net.IWebRequestCreate
- {
- public GZipWebRequestCreator() { }
- public System.Net.WebRequest Create(System.Uri uri) { throw null; }
- }
- public partial class GZipWriteFilter : System.IO.Stream
- {
- public GZipWriteFilter(System.IO.Stream baseStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- public override void Flush() { }
- 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 override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class NtlmClient : System.Net.IAuthenticationModule
- {
- public NtlmClient() { }
- public string AuthenticationType { get { throw null; } }
- public bool CanPreAuthenticate { get { throw null; } }
- public System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- public System.Net.Authorization PreAuthenticate(System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
- }
-}
-namespace Mono.Http.Configuration
-{
- public partial class AcceptEncodingConfig
- {
- public AcceptEncodingConfig() { }
- public AcceptEncodingConfig(Mono.Http.Configuration.AcceptEncodingConfig parent) { }
- public void Add(string encoding, string type) { }
- public void Clear() { }
- public bool SetFilter(System.Web.HttpResponse response, string acceptEncoding) { throw null; }
- }
- public partial class AcceptEncodingSectionHandler : System.Configuration.IConfigurationSectionHandler
- {
- public AcceptEncodingSectionHandler() { }
- public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
- }
-}
-namespace Mono.Http.Modules
-{
- public partial class AcceptEncodingModule : System.Web.IHttpModule
- {
- public AcceptEncodingModule() { }
- public void Dispose() { }
- public void Init(System.Web.HttpApplication app) { }
- }
- public abstract partial class AuthenticationModule : System.Web.IHttpModule
- {
- public AuthenticationModule(string authenticationMethod) { }
- public string AuthenticationMethod { get { throw null; } }
- protected bool AuthenticationRequired { get { throw null; } }
- protected abstract bool AcceptCredentials(System.Web.HttpApplication app, string authentication);
- protected string Authorization(System.Web.HttpApplication app, string authenticationMethod) { throw null; }
- protected void DenyAccess(System.Web.HttpApplication app) { }
- public virtual void Dispose() { }
- public virtual void Init(System.Web.HttpApplication context) { }
- public virtual void OnAuthenticateRequest(object source, System.EventArgs eventArgs) { }
- public abstract void OnEndRequest(object source, System.EventArgs eventArgs);
- }
- public partial class BasicAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public BasicAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
- public partial class DigestAuthenticationModule : Mono.Http.Modules.AuthenticationModule
- {
- public DigestAuthenticationModule() : base (default(string)) { }
- protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
- protected virtual string GetCurrentNonce() { throw null; }
- protected virtual bool GetUserByName(System.Web.HttpApplication app, string username, out string password, out string[] roles) { password = default(string); roles = default(string[]); throw null; }
- protected virtual bool IsValidNonce(string nonce) { throw null; }
- public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
- }
-}
-namespace System.Net
-{
- [System.SerializableAttribute]
- public partial class GZipWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
- {
- protected GZipWebResponse(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public override long ContentLength { get { throw null; } }
- public override string ContentType { get { throw null; } }
- public override System.Net.WebHeaderCollection Headers { get { throw null; } }
- public bool IsCompressed { get { throw null; } }
- public System.Net.WebResponse RealResponse { get { throw null; } }
- public override System.Uri ResponseUri { get { throw null; } }
- public override void Close() { }
- public override System.IO.Stream GetResponseStream() { throw null; }
- void System.IDisposable.Dispose() { }
- void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
diff --git a/src/v4.7/Mono.Management.cs b/src/v4.7/Mono.Management.cs
deleted file mode 100644
index 2d72624..0000000
--- a/src/v4.7/Mono.Management.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Attach
-{
- public partial class VirtualMachine
- {
- public VirtualMachine(long pid) { }
- public bool IsCurrent { get { throw null; } }
- public long Pid { get { throw null; } }
- public void Attach(string agent, string args) { }
- public string[] GetCommandLine() { throw null; }
- public static System.Collections.Generic.List<Mono.Attach.VirtualMachine> GetVirtualMachines() { throw null; }
- public string GetWorkingDirectory() { throw null; }
- public override string ToString() { throw null; }
- }
-}
diff --git a/src/v4.7/Mono.Parallel.cs b/src/v4.7/Mono.Parallel.cs
deleted file mode 100644
index 88b1100..0000000
--- a/src/v4.7/Mono.Parallel.cs
+++ /dev/null
@@ -1,152 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Collections.Concurrent
-{
- public partial class ConcurrentOrderedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentOrderedList() { }
- public ConcurrentOrderedList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public System.Collections.Generic.IEqualityComparer<T> Comparer { get { throw null; } }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T data) { throw null; }
- public bool ContainsHash(int key) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- bool System.Collections.Generic.ICollection<T>.Remove(T item) { throw null; }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryAdd(T data) { throw null; }
- public bool TryGetFromHash(int key, out T data) { data = default(T); throw null; }
- public bool TryPop(out T data) { data = default(T); throw null; }
- public bool TryRemove(T data) { throw null; }
- public bool TryRemoveHash(int key, out T data) { data = default(T); throw null; }
- }
- public partial class ConcurrentSkipList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
- {
- public ConcurrentSkipList() { }
- public ConcurrentSkipList(System.Collections.Generic.IEqualityComparer<T> comparer) { }
- public int Count { get { throw null; } }
- bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
- public void Clear() { }
- public bool Contains(T value) { throw null; }
- public bool ContainsHash(int hash) { throw null; }
- public void CopyTo(T[] array, int startIndex) { }
- public bool Remove(T value) { throw null; }
- void System.Collections.Generic.ICollection<T>.Add(T item) { }
- System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public T[] ToArray() { throw null; }
- public bool TryAdd(T value) { throw null; }
- public bool TryGetFromHash(int hash, out T value) { value = default(T); throw null; }
- }
-}
-namespace Mono.Threading
-{
- public partial class AtomicBoolean
- {
- public AtomicBoolean() { }
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBoolean rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBoolean FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBoolean rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBoolean (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct AtomicBooleanValue
- {
- public bool Value { get { throw null; } set { } }
- public bool CompareAndExchange(bool expected, bool newVal) { throw null; }
- public bool Equals(Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public override bool Equals(object rhs) { throw null; }
- public bool Exchange(bool newVal) { throw null; }
- public static Mono.Threading.AtomicBooleanValue FromValue(bool value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static explicit operator bool (Mono.Threading.AtomicBooleanValue rhs) { throw null; }
- public static implicit operator Mono.Threading.AtomicBooleanValue (bool rhs) { throw null; }
- public bool TryRelaxedSet() { throw null; }
- public bool TrySet() { throw null; }
- }
- public partial class CSnzi
- {
- public CSnzi() { }
- public Mono.Threading.CSnziNode Arrive() { throw null; }
- public bool Close() { throw null; }
- public bool Depart(Mono.Threading.CSnziNode node) { throw null; }
- public void Open() { }
- public System.Tuple<bool, Mono.Threading.CSnziState> Query() { throw null; }
- }
- public abstract partial class CSnziNode
- {
- protected CSnziNode() { }
- }
- public enum CSnziState
- {
- Closed = 1,
- Open = 0,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct ReaderWriterLockSlimmer
- {
- public void EnterReadLock(ref bool taken) { }
- public void EnterWriteLock(ref bool taken) { }
- public void ExitReadLock() { }
- public void ExitWriteLock() { }
- public void TryEnterReadLock(ref bool taken) { }
- public void TryEnterWriteLock(ref bool taken) { }
- }
- public partial class Snzi
- {
- public Snzi() { }
- public bool IsSet { get { throw null; } }
- public void Decrement() { }
- public void Increment() { }
- public void Reset() { }
- }
- public partial class SpinLockWrapper
- {
- public System.Threading.SpinLock Lock;
- public SpinLockWrapper() { }
- public SpinLockWrapper(bool enableTracking) { }
- }
-}
-namespace Mono.Threading.Tasks
-{
- public partial class CyclicDeque<T> : Mono.Threading.Tasks.IConcurrentDeque<T>
- {
- public CyclicDeque() { }
- public bool IsEmpty { get { throw null; } }
- public System.Collections.Generic.IEnumerable<T> GetEnumerable() { throw null; }
- public bool PeekBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopBottom(out T obj) { obj = default(T); throw null; }
- public Mono.Threading.Tasks.PopResult PopTop(out T obj) { obj = default(T); throw null; }
- public void PushBottom(T obj) { }
- }
- public partial interface IConcurrentDeque<T>
- {
- System.Collections.Generic.IEnumerable<T> GetEnumerable();
- Mono.Threading.Tasks.PopResult PopBottom(out T obj);
- Mono.Threading.Tasks.PopResult PopTop(out T obj);
- void PushBottom(T obj);
- }
- public enum PopResult
- {
- Abort = 2,
- Empty = 1,
- Succeed = 0,
- }
-}
diff --git a/src/v4.7/Mono.Posix.cs b/src/v4.7/Mono.Posix.cs
deleted file mode 100644
index 18f4558..0000000
--- a/src/v4.7/Mono.Posix.cs
+++ /dev/null
@@ -1,2968 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Unix Integration Classes")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Posix.dll")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Posix
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.AccessModes")]
- public enum AccessMode
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Catalog")]
- public partial class Catalog
- {
- public Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum FileMode
- {
- S_IRGRP = 32,
- S_IROTH = 4,
- S_IRUSR = 256,
- S_ISGID = 1024,
- S_ISUID = 2048,
- S_ISVTX = 512,
- S_IWGRP = 16,
- S_IWOTH = 2,
- S_IWUSR = 128,
- S_IXGRP = 8,
- S_IXOTH = 1,
- S_IXUSR = 64,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.OpenFlags")]
- public enum OpenFlags
- {
- O_APPEND = 64,
- O_CREAT = 4,
- O_EXCL = 8,
- O_NOCTTY = 16,
- O_NONBLOCK = 128,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 256,
- O_TRUNC = 32,
- O_WRONLY = 1,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.PeerCred")]
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Signum")]
- public enum Signals
- {
- SIGABRT = 5,
- SIGALRM = 13,
- SIGBUS = 6,
- SIGCHLD = 15,
- SIGCONT = 16,
- SIGFPE = 7,
- SIGHUP = 0,
- SIGILL = 3,
- SIGINT = 1,
- SIGIO = 27,
- SIGKILL = 8,
- SIGPIPE = 12,
- SIGPROF = 25,
- SIGQUIT = 2,
- SIGSEGV = 10,
- SIGSTOP = 17,
- SIGSYS = 28,
- SIGTERM = 14,
- SIGTRAP = 4,
- SIGTSTP = 18,
- SIGTTIN = 19,
- SIGTTOU = 20,
- SIGURG = 21,
- SIGUSR1 = 9,
- SIGUSR2 = 11,
- SIGVTALRM = 24,
- SIGWINCH = 26,
- SIGXCPU = 22,
- SIGXFSZ = 23,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_atime")]
- public readonly System.DateTime ATime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blocks")]
- public readonly long Blocks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_blksize")]
- public readonly long BlockSize;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ctime")]
- public readonly System.DateTime CTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_dev")]
- public readonly int Device;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_rdev")]
- public readonly long DeviceType;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_gid")]
- public readonly int Gid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_ino")]
- public readonly int INode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mode")]
- public readonly Mono.Posix.StatMode Mode;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_mtime")]
- public readonly System.DateTime MTime;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_nlink")]
- public readonly int NLinks;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_size")]
- public readonly long Size;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Stat.st_uid")]
- public readonly int Uid;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.LocalUnixEpoch")]
- public static readonly System.DateTime UnixEpoch;
- [System.ObsoleteAttribute("Use Mono.Unix.Native.NativeConvert.ToDateTime")]
- public static System.DateTime UnixToDateTime(long unix) { throw null; }
- }
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatMode
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFBLK")]
- BlockDevice = 24576,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFCHR")]
- CharDevice = 8192,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFDIR")]
- Directory = 16384,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFIFO")]
- FIFO = 4096,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXGRP")]
- GroupExecute = 8,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRGRP")]
- GroupRead = 32,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWGRP")]
- GroupWrite = 16,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXOTH")]
- OthersExecute = 1,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IROTH")]
- OthersRead = 4,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWOTH")]
- OthersWrite = 2,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IXUSR")]
- OwnerExecute = 64,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IRUSR")]
- OwnerRead = 256,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IWUSR")]
- OwnerWrite = 128,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFREG")]
- Regular = 32768,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISGID")]
- SGid = 1024,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFSOCK")]
- Socket = 49152,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISVTX")]
- Sticky = 512,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_ISUID")]
- SUid = 2048,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFLNK")]
- SymLink = 40960,
- }
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions")]
- public enum StatModeMasks
- {
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXG")]
- GroupMask = 56,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXO")]
- OthersMask = 7,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_RWXU")]
- OwnerMask = 448,
- [System.ObsoleteAttribute("Use Mono.Unix.Native.FilePermissions.S_IFMT")]
- TypeMask = 61440,
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.Syscall.")]
- public partial class Syscall
- {
- public Syscall() { }
- public static int access(string pathname, Mono.Posix.AccessMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir(string path);
- public static int chmod(string path, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- public static int creat(string pathname, Mono.Posix.FileMode flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int oldFileDescriptor, int newFileDescriptor);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int exit(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fork();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int geteuid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgid();
- public static string getgroupname(int gid) { throw null; }
- public static string GetHostName() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string gethostname() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getuid();
- public static string getusername(int uid) { throw null; }
- public static bool isatty(int desc) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void kill(int pid, int sig);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown(string path, int owner, int group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lseek(int fileDescriptor, int offset, int whence);
- public static int lstat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static int mkdir(string pathname, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int increment);
- public static int open(string pathname, Mono.Posix.OpenFlags flags) { throw null; }
- public static int open(string pathname, Mono.Posix.OpenFlags flags, Mono.Posix.FileMode mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr read(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern string readdir(System.IntPtr dir);
- public static string readlink(string path) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename(string oldPath, string newPath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir(string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(int gid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(int rgid, int egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(int ruid, int euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(int uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int signal(int signum, Mono.Posix.Syscall.sighandler_t handler);
- public static int stat(string filename, out Mono.Posix.Stat stat) { stat = default(Mono.Posix.Stat); throw null; }
- public static string strerror(int errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink(string oldpath, string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void sync();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int umask(int umask);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink(string path);
- public static int waitpid(int pid, Mono.Posix.WaitOptions options) { throw null; }
- public static int waitpid(int pid, out int status, Mono.Posix.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFEXITED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSIGNALED(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WIFSTOPPED(int status);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public unsafe static extern System.IntPtr write(int fileDescriptor, void* buf, System.IntPtr count);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WSTOPSIG(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WTERMSIG(int status);
- public delegate void sighandler_t(int v);
- }
- [System.ObsoleteAttribute("Use Mono.Unix.UnixEndPoint")]
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- [System.ObsoleteAttribute("Use Mono.Unix.Native.WaitOptions")]
- public enum WaitOptions
- {
- WNOHANG = 0,
- WUNTRACED = 1,
- }
-}
-namespace Mono.Remoting.Channels.Unix
-{
- public partial class UnixChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixChannel() { }
- public UnixChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixChannel(string path) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
- public partial class UnixClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender
- {
- public UnixClientChannel() { }
- public UnixClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public UnixClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- }
- public partial class UnixServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver
- {
- public UnixServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public UnixServerChannel(string path) { }
- public UnixServerChannel(string name, string path) { }
- public UnixServerChannel(string name, string path, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
- public object ChannelData { get { throw null; } }
- public string ChannelName { get { throw null; } }
- public int ChannelPriority { get { throw null; } }
- public string GetChannelUri() { throw null; }
- public string[] GetUrlsForUri(string uri) { throw null; }
- public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
- public void StartListening(object data) { }
- public void StopListening(object data) { }
- }
-}
-namespace Mono.Unix
-{
- [System.SerializableAttribute]
- public partial class AbstractUnixEndPoint : System.Net.EndPoint
- {
- public AbstractUnixEndPoint(string path) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Path { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Catalog
- {
- internal Catalog() { }
- public static string GetPluralString(string s, string p, int n) { throw null; }
- public static string GetString(string s) { throw null; }
- public static void Init(string package, string localedir) { }
- }
- public enum FileAccessPattern
- {
- FlushCache = 4,
- NoReuse = 5,
- Normal = 0,
- PreLoad = 3,
- Random = 1,
- Sequential = 2,
- }
- [System.FlagsAttribute]
- public enum FileAccessPermissions
- {
- AllPermissions = 511,
- DefaultPermissions = 438,
- GroupExecute = 8,
- GroupRead = 32,
- GroupReadWriteExecute = 56,
- GroupWrite = 16,
- OtherExecute = 1,
- OtherRead = 4,
- OtherReadWriteExecute = 7,
- OtherWrite = 2,
- UserExecute = 64,
- UserRead = 256,
- UserReadWriteExecute = 448,
- UserWrite = 128,
- }
- public sealed partial class FileHandleOperations
- {
- internal FileHandleOperations() { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(Mono.Unix.UnixStream stream, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(int fd, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern) { }
- public static void AdviseFileAccessPattern(System.IO.FileStream file, Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- }
- [System.FlagsAttribute]
- public enum FileSpecialAttributes
- {
- SetGroupId = 1024,
- SetUserId = 2048,
- Sticky = 512,
- }
- public enum FileTypes
- {
- BlockDevice = 24576,
- CharacterDevice = 8192,
- Directory = 16384,
- Fifo = 4096,
- RegularFile = 32768,
- Socket = 49152,
- SymbolicLink = 40960,
- }
- public partial class PeerCred
- {
- public PeerCred(System.Net.Sockets.Socket sock) { }
- public int GroupID { get { throw null; } }
- public int ProcessID { get { throw null; } }
- public int UserID { get { throw null; } }
- }
- public partial class StdioFileStream : System.IO.Stream
- {
- public static readonly System.IntPtr InvalidFileStream;
- public static readonly System.IntPtr StandardError;
- public static readonly System.IntPtr StandardInput;
- public static readonly System.IntPtr StandardOutput;
- public StdioFileStream(System.IntPtr fileStream) { }
- public StdioFileStream(System.IntPtr fileStream, bool ownsHandle) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access) { }
- public StdioFileStream(System.IntPtr fileStream, System.IO.FileAccess access, bool ownsHandle) { }
- public StdioFileStream(string path) { }
- public StdioFileStream(string path, System.IO.FileAccess access) { }
- public StdioFileStream(string path, System.IO.FileMode mode) { }
- public StdioFileStream(string path, System.IO.FileMode mode, System.IO.FileAccess access) { }
- public StdioFileStream(string path, string mode) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public override void Close() { }
- ~StdioFileStream() { }
- public override void Flush() { }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public void RestoreFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public void Rewind() { }
- public void SaveFilePosition(Mono.Unix.Native.FilePosition pos) { }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class UnixClient : System.MarshalByRefObject, System.IDisposable
- {
- public UnixClient() { }
- public UnixClient(Mono.Unix.UnixEndPoint ep) { }
- public UnixClient(string path) { }
- public System.Net.Sockets.Socket Client { get { throw null; } set { } }
- public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
- public Mono.Unix.PeerCred PeerCredential { get { throw null; } }
- public int ReceiveBufferSize { get { throw null; } set { } }
- public int ReceiveTimeout { get { throw null; } set { } }
- public int SendBufferSize { get { throw null; } set { } }
- public int SendTimeout { get { throw null; } set { } }
- public void Close() { }
- public void Connect(Mono.Unix.UnixEndPoint remoteEndPoint) { }
- public void Connect(string path) { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- ~UnixClient() { }
- public System.Net.Sockets.NetworkStream GetStream() { throw null; }
- }
- public sealed partial class UnixDirectoryInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixDirectoryInfo(string path) : base (default(string)) { }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Parent { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo Root { get { throw null; } }
- public void Create() { }
- public void Create(Mono.Unix.FileAccessPermissions mode) { }
- [System.CLSCompliantAttribute(false)]
- public void Create(Mono.Unix.Native.FilePermissions mode) { }
- public override void Delete() { }
- public void Delete(bool recursive) { }
- public static string GetCurrentDirectory() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries() { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(string regex) { throw null; }
- public Mono.Unix.Native.Dirent[] GetEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries() { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(string regex) { throw null; }
- public Mono.Unix.UnixFileSystemInfo[] GetFileSystemEntries(System.Text.RegularExpressions.Regex regex) { throw null; }
- public static void SetCurrentDirectory(string path) { }
- }
- public sealed partial class UnixDriveInfo
- {
- public UnixDriveInfo(string mountPoint) { }
- public long AvailableFreeSpace { get { throw null; } }
- public string DriveFormat { get { throw null; } }
- public Mono.Unix.UnixDriveType DriveType { get { throw null; } }
- public bool IsReady { get { throw null; } }
- public long MaximumFilenameLength { get { throw null; } }
- public string Name { get { throw null; } }
- public Mono.Unix.UnixDirectoryInfo RootDirectory { get { throw null; } }
- public long TotalFreeSpace { get { throw null; } }
- public long TotalSize { get { throw null; } }
- public string VolumeLabel { get { throw null; } }
- public static Mono.Unix.UnixDriveInfo[] GetDrives() { throw null; }
- public static Mono.Unix.UnixDriveInfo GetForSpecialFile(string specialFile) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum UnixDriveType
- {
- CDRom = 5,
- Fixed = 3,
- Network = 4,
- NoRootDirectory = 1,
- Ram = 6,
- Removable = 2,
- Unknown = 0,
- }
- [System.SerializableAttribute]
- public partial class UnixEncoding : System.Text.Encoding
- {
- public static readonly char EscapeByte;
- public static readonly System.Text.Encoding Instance;
- public UnixEncoding() { }
- public override bool Equals(object value) { throw null; }
- public override int GetByteCount(char[] chars, int index, int count) { throw null; }
- public override int GetByteCount(string s) { throw null; }
- public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override byte[] GetBytes(string s) { throw null; }
- public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
- public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
- public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
- public override System.Text.Decoder GetDecoder() { throw null; }
- public override System.Text.Encoder GetEncoder() { throw null; }
- public override int GetHashCode() { throw null; }
- public override int GetMaxByteCount(int charCount) { throw null; }
- public override int GetMaxCharCount(int byteCount) { throw null; }
- public override byte[] GetPreamble() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixEndPoint : System.Net.EndPoint
- {
- public UnixEndPoint(string filename) { }
- public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
- public string Filename { get { throw null; } set { } }
- public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
- public override bool Equals(object o) { throw null; }
- public override int GetHashCode() { throw null; }
- public override System.Net.SocketAddress Serialize() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class UnixEnvironment
- {
- internal UnixEnvironment() { }
- public static string CurrentDirectory { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo EffectiveGroup { get { throw null; } set { } }
- public static long EffectiveGroupId { get { throw null; } set { } }
- public static Mono.Unix.UnixUserInfo EffectiveUser { get { throw null; } set { } }
- public static long EffectiveUserId { get { throw null; } set { } }
- public static string Login { get { throw null; } }
- public static string MachineName { get { throw null; } set { } }
- public static Mono.Unix.UnixGroupInfo RealGroup { get { throw null; } }
- public static long RealGroupId { get { throw null; } }
- public static Mono.Unix.UnixUserInfo RealUser { get { throw null; } }
- public static long RealUserId { get { throw null; } }
- public static string UserName { get { throw null; } }
- public static int CreateSession() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string GetConfigurationString(Mono.Unix.Native.ConfstrName name) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static long GetConfigurationValue(Mono.Unix.Native.SysconfName name) { throw null; }
- public static Mono.Unix.UnixProcess GetParentProcess() { throw null; }
- public static int GetParentProcessId() { throw null; }
- public static int GetProcessGroup() { throw null; }
- public static long[] GetSupplementaryGroupIds() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetSupplementaryGroups() { throw null; }
- public static string[] GetUserShells() { throw null; }
- public static void SetNiceValue(int inc) { }
- public static void SetProcessGroup() { }
- public static void SetSupplementaryGroupIds(long[] list) { }
- public static void SetSupplementaryGroups(Mono.Unix.UnixGroupInfo[] groups) { }
- }
- public sealed partial class UnixFileInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixFileInfo(string path) : base (default(string)) { }
- public Mono.Unix.UnixDirectoryInfo Directory { get { throw null; } }
- public string DirectoryName { get { throw null; } }
- public override string Name { get { throw null; } }
- public Mono.Unix.UnixStream Create() { throw null; }
- public Mono.Unix.UnixStream Create(Mono.Unix.FileAccessPermissions mode) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Create(Mono.Unix.Native.FilePermissions mode) { throw null; }
- public override void Delete() { }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode) { throw null; }
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.UnixStream Open(System.IO.FileMode mode, System.IO.FileAccess access, Mono.Unix.Native.FilePermissions perms) { throw null; }
- public Mono.Unix.UnixStream OpenRead() { throw null; }
- public Mono.Unix.UnixStream OpenWrite() { throw null; }
- }
- public abstract partial class UnixFileSystemInfo
- {
- protected UnixFileSystemInfo(string path) { }
- public long BlocksAllocated { get { throw null; } }
- public long BlockSize { get { throw null; } }
- public long Device { get { throw null; } }
- public long DeviceType { get { throw null; } }
- public bool Exists { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public virtual string FullName { get { throw null; } }
- protected string FullPath { get { throw null; } set { } }
- public long Inode { get { throw null; } }
- public bool IsBlockDevice { get { throw null; } }
- public bool IsCharacterDevice { get { throw null; } }
- public bool IsDirectory { get { throw null; } }
- public bool IsFifo { get { throw null; } }
- public bool IsRegularFile { get { throw null; } }
- public bool IsSetGroup { get { throw null; } }
- public bool IsSetUser { get { throw null; } }
- public bool IsSocket { get { throw null; } }
- public bool IsSticky { get { throw null; } }
- public bool IsSymbolicLink { get { throw null; } }
- public System.DateTime LastAccessTime { get { throw null; } }
- public System.DateTime LastAccessTimeUtc { get { throw null; } }
- public System.DateTime LastStatusChangeTime { get { throw null; } }
- public System.DateTime LastStatusChangeTimeUtc { get { throw null; } }
- public System.DateTime LastWriteTime { get { throw null; } }
- public System.DateTime LastWriteTimeUtc { get { throw null; } }
- public long Length { get { throw null; } }
- public long LinkCount { get { throw null; } }
- public abstract string Name { get; }
- protected string OriginalPath { get { throw null; } set { } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public bool CanAccess(Mono.Unix.Native.AccessModes mode) { throw null; }
- public Mono.Unix.UnixFileSystemInfo CreateLink(string path) { throw null; }
- public Mono.Unix.UnixSymbolicLinkInfo CreateSymbolicLink(string path) { throw null; }
- public abstract void Delete();
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- protected virtual bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public static Mono.Unix.UnixFileSystemInfo GetFileSystemEntry(string path) { throw null; }
- public void Refresh() { }
- public void SetLength(long length) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner) { }
- public void SetOwner(Mono.Unix.UnixUserInfo owner, Mono.Unix.UnixGroupInfo group) { }
- public virtual void SetOwner(long owner, long group) { }
- public void SetOwner(string owner) { }
- public void SetOwner(string owner, string group) { }
- public Mono.Unix.Native.Stat ToStat() { throw null; }
- public override string ToString() { throw null; }
- public static bool TryGetFileSystemEntry(string path, out Mono.Unix.UnixFileSystemInfo entry) { entry = default(Mono.Unix.UnixFileSystemInfo); throw null; }
- }
- public sealed partial class UnixGroupInfo
- {
- public UnixGroupInfo(Mono.Unix.Native.Group group) { }
- public UnixGroupInfo(long group) { }
- public UnixGroupInfo(string group) { }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string Password { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixGroupInfo[] GetLocalGroups() { throw null; }
- public string[] GetMemberNames() { throw null; }
- public Mono.Unix.UnixUserInfo[] GetMembers() { throw null; }
- public Mono.Unix.Native.Group ToGroup() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.SerializableAttribute]
- public partial class UnixIOException : System.IO.IOException
- {
- public UnixIOException() { }
- public UnixIOException(Mono.Unix.Native.Errno errno) { }
- public UnixIOException(Mono.Unix.Native.Errno errno, System.Exception inner) { }
- public UnixIOException(int errno) { }
- public UnixIOException(int errno, System.Exception inner) { }
- protected UnixIOException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public UnixIOException(string message) { }
- public UnixIOException(string message, System.Exception inner) { }
- public Mono.Unix.Native.Errno ErrorCode { get { throw null; } }
- public int NativeErrorCode { get { throw null; } }
- }
- public partial class UnixListener : System.MarshalByRefObject, System.IDisposable
- {
- public UnixListener(Mono.Unix.UnixEndPoint localEndPoint) { }
- public UnixListener(string path) { }
- public System.Net.EndPoint LocalEndpoint { get { throw null; } }
- protected System.Net.Sockets.Socket Server { get { throw null; } }
- public System.Net.Sockets.Socket AcceptSocket() { throw null; }
- public Mono.Unix.UnixClient AcceptUnixClient() { throw null; }
- public void Dispose() { }
- protected void Dispose(bool disposing) { }
- ~UnixListener() { }
- public bool Pending() { throw null; }
- public void Start() { }
- public void Start(int backlog) { }
- public void Stop() { }
- }
- public sealed partial class UnixMarshal
- {
- internal UnixMarshal() { }
- public static System.IntPtr AllocHeap(long size) { throw null; }
- public static void FreeHeap(System.IntPtr ptr) { }
- [System.CLSCompliantAttribute(false)]
- public static string GetErrorDescription(Mono.Unix.Native.Errno errno) { throw null; }
- public static string PtrToString(System.IntPtr p) { throw null; }
- public static string PtrToString(System.IntPtr p, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(int count, System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray) { throw null; }
- public static string[] PtrToStringArray(System.IntPtr stringArray, System.Text.Encoding encoding) { throw null; }
- public static string PtrToStringUnix(System.IntPtr p) { throw null; }
- public static System.IntPtr ReAllocHeap(System.IntPtr ptr, long size) { throw null; }
- public static bool ShouldRetrySyscall(int r) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool ShouldRetrySyscall(int r, out Mono.Unix.Native.Errno errno) { errno = default(Mono.Unix.Native.Errno); throw null; }
- public static System.IntPtr StringToHeap(string s) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count) { throw null; }
- public static System.IntPtr StringToHeap(string s, int index, int count, System.Text.Encoding encoding) { throw null; }
- public static System.IntPtr StringToHeap(string s, System.Text.Encoding encoding) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForError(Mono.Unix.Native.Errno errno) { }
- [System.CLSCompliantAttribute(false)]
- public static void ThrowExceptionForErrorIf(int retval, Mono.Unix.Native.Errno errno) { }
- public static void ThrowExceptionForLastError() { }
- public static void ThrowExceptionForLastErrorIf(int retval) { }
- }
- public sealed partial class UnixPath
- {
- internal UnixPath() { }
- public static readonly char AltDirectorySeparatorChar;
- public static readonly char DirectorySeparatorChar;
- public static readonly char PathSeparator;
- public static readonly char VolumeSeparatorChar;
- public static string Combine(string path1, params string[] paths) { throw null; }
- public static string GetCanonicalPath(string path) { throw null; }
- public static string GetCompleteRealPath(string path) { throw null; }
- public static string GetDirectoryName(string path) { throw null; }
- public static string GetFileName(string path) { throw null; }
- public static string GetFullPath(string path) { throw null; }
- public static char[] GetInvalidPathChars() { throw null; }
- public static string GetPathRoot(string path) { throw null; }
- public static string GetRealPath(string path) { throw null; }
- public static bool IsPathRooted(string path) { throw null; }
- public static string ReadLink(string path) { throw null; }
- public static string ReadLinkAt(int dirfd, string path) { throw null; }
- public static string TryReadLink(string path) { throw null; }
- public static string TryReadLinkAt(int dirfd, string path) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct UnixPipes : System.IEquatable<Mono.Unix.UnixPipes>
- {
- public Mono.Unix.UnixStream Reading;
- public Mono.Unix.UnixStream Writing;
- public UnixPipes(Mono.Unix.UnixStream reading, Mono.Unix.UnixStream writing) { throw null;}
- public static Mono.Unix.UnixPipes CreatePipes() { throw null; }
- public bool Equals(Mono.Unix.UnixPipes value) { throw null; }
- public override bool Equals(object value) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- public static bool operator !=(Mono.Unix.UnixPipes lhs, Mono.Unix.UnixPipes rhs) { throw null; }
- }
- public sealed partial class UnixProcess
- {
- internal UnixProcess() { }
- public int ExitCode { get { throw null; } }
- public bool HasExited { get { throw null; } }
- public bool HasSignaled { get { throw null; } }
- public bool HasStopped { get { throw null; } }
- public int Id { get { throw null; } }
- public int ProcessGroupId { get { throw null; } set { } }
- public int SessionId { get { throw null; } }
- public Mono.Unix.Native.Signum StopSignal { get { throw null; } }
- public Mono.Unix.Native.Signum TerminationSignal { get { throw null; } }
- public static Mono.Unix.UnixProcess GetCurrentProcess() { throw null; }
- public static int GetCurrentProcessId() { throw null; }
- public void Kill() { }
- [System.CLSCompliantAttribute(false)]
- public void Signal(Mono.Unix.Native.Signum signal) { }
- public void WaitForExit() { }
- }
- public partial class UnixSignal : System.Threading.WaitHandle
- {
- public UnixSignal(Mono.Unix.Native.RealTimeSignum rtsig) { }
- public UnixSignal(Mono.Unix.Native.Signum signum) { }
- public int Count { get { throw null; } set { } }
- public bool IsRealTimeSignal { get { throw null; } }
- public bool IsSet { get { throw null; } }
- public Mono.Unix.Native.RealTimeSignum RealTimeSignum { get { throw null; } }
- public Mono.Unix.Native.Signum Signum { get { throw null; } }
- protected override void Dispose(bool disposing) { }
- public bool Reset() { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, int millisecondsTimeout) { throw null; }
- public static int WaitAny(Mono.Unix.UnixSignal[] signals, System.TimeSpan timeout) { throw null; }
- public override bool WaitOne() { throw null; }
- public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; }
- public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; }
- }
- public sealed partial class UnixStream : System.IO.Stream, System.IDisposable
- {
- public const int InvalidFileDescriptor = -1;
- public const int StandardErrorFileDescriptor = 2;
- public const int StandardInputFileDescriptor = 0;
- public const int StandardOutputFileDescriptor = 1;
- public UnixStream(int fileDescriptor) { }
- public UnixStream(int fileDescriptor, bool ownsHandle) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public Mono.Unix.FileAccessPermissions FileAccessPermissions { get { throw null; } set { } }
- public Mono.Unix.FileSpecialAttributes FileSpecialAttributes { get { throw null; } set { } }
- public Mono.Unix.FileTypes FileType { get { throw null; } }
- public int Handle { get { throw null; } }
- public override long Length { get { throw null; } }
- public Mono.Unix.UnixGroupInfo OwnerGroup { get { throw null; } }
- public long OwnerGroupId { get { throw null; } }
- public Mono.Unix.UnixUserInfo OwnerUser { get { throw null; } }
- public long OwnerUserId { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions Protection { get { throw null; } set { } }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern) { }
- public void AdviseFileAccessPattern(Mono.Unix.FileAccessPattern pattern, long offset, long len) { }
- public override void Close() { }
- ~UnixStream() { }
- public override void Flush() { }
- [System.CLSCompliantAttribute(false)]
- public long GetConfigurationValue(Mono.Unix.Native.PathconfName name) { throw null; }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count) { buffer = default(byte[]); throw null; }
- public int ReadAtOffset([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int count, long fileOffset) { buffer = default(byte[]); throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public void SendTo(Mono.Unix.UnixStream output) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(Mono.Unix.UnixStream output, ulong count) { }
- [System.CLSCompliantAttribute(false)]
- public void SendTo(int out_fd, ulong count) { }
- public override void SetLength(long value) { }
- public void SetOwner(long user, long group) { }
- public void SetOwner(string user) { }
- public void SetOwner(string user, string group) { }
- void System.IDisposable.Dispose() { }
- public override void Write(byte[] buffer, int offset, int count) { }
- public void WriteAtOffset(byte[] buffer, int offset, int count, long fileOffset) { }
- }
- public sealed partial class UnixSymbolicLinkInfo : Mono.Unix.UnixFileSystemInfo
- {
- public UnixSymbolicLinkInfo(string path) : base (default(string)) { }
- [System.ObsoleteAttribute("Use GetContents()")]
- public Mono.Unix.UnixFileSystemInfo Contents { get { throw null; } }
- public string ContentsPath { get { throw null; } }
- public bool HasContents { get { throw null; } }
- public override string Name { get { throw null; } }
- public void CreateSymbolicLinkTo(Mono.Unix.UnixFileSystemInfo path) { }
- public void CreateSymbolicLinkTo(string path) { }
- public override void Delete() { }
- public Mono.Unix.UnixFileSystemInfo GetContents() { throw null; }
- protected override bool GetFileStatus(string path, out Mono.Unix.Native.Stat stat) { stat = default(Mono.Unix.Native.Stat); throw null; }
- public override void SetOwner(long owner, long group) { }
- }
- public sealed partial class UnixUserInfo
- {
- public UnixUserInfo(Mono.Unix.Native.Passwd passwd) { }
- public UnixUserInfo(long user) { }
- public UnixUserInfo(string user) { }
- [System.CLSCompliantAttribute(false)]
- public UnixUserInfo(uint user) { }
- public Mono.Unix.UnixGroupInfo Group { get { throw null; } }
- public long GroupId { get { throw null; } }
- public string GroupName { get { throw null; } }
- public string HomeDirectory { get { throw null; } }
- public string Password { get { throw null; } }
- public string RealName { get { throw null; } }
- public string ShellProgram { get { throw null; } }
- public long UserId { get { throw null; } }
- public string UserName { get { throw null; } }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static Mono.Unix.UnixUserInfo[] GetLocalUsers() { throw null; }
- public static string GetLoginName() { throw null; }
- public static Mono.Unix.UnixUserInfo GetRealUser() { throw null; }
- public static long GetRealUserId() { throw null; }
- public Mono.Unix.Native.Passwd ToPasswd() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Unix.Native
-{
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AccessModes
- {
- F_OK = 8,
- R_OK = 1,
- W_OK = 2,
- X_OK = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum AtFlags
- {
- AT_EMPTY_PATH = 4096,
- AT_NO_AUTOMOUNT = 2048,
- AT_REMOVEDIR = 512,
- AT_SYMLINK_FOLLOW = 1024,
- AT_SYMLINK_NOFOLLOW = 256,
- }
- public sealed partial class CdeclFunction
- {
- public CdeclFunction(string library, string method) { }
- public CdeclFunction(string library, string method, System.Type returnType) { }
- public object Invoke(object[] parameters) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Cmsghdr
- {
- public long cmsg_len;
- public Mono.Unix.Native.UnixSocketProtocol cmsg_level;
- public Mono.Unix.Native.UnixSocketControlMessage cmsg_type;
- public static int Size { get { throw null; } }
- public static Mono.Unix.Native.Cmsghdr ReadFromBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public void WriteToBuffer(Mono.Unix.Native.Msghdr msgh, long cmsg) { }
- }
- [System.CLSCompliantAttribute(false)]
- public enum ConfstrName
- {
- _CS_GNU_LIBC_VERSION = 2,
- _CS_GNU_LIBPTHREAD_VERSION = 3,
- _CS_LFS64_CFLAGS = 1004,
- _CS_LFS64_LDFLAGS = 1005,
- _CS_LFS64_LIBS = 1006,
- _CS_LFS64_LINTFLAGS = 1007,
- _CS_LFS_CFLAGS = 1000,
- _CS_LFS_LDFLAGS = 1001,
- _CS_LFS_LIBS = 1002,
- _CS_LFS_LINTFLAGS = 1003,
- _CS_PATH = 0,
- _CS_POSIX_V6_ILP32_OFF32_CFLAGS = 1116,
- _CS_POSIX_V6_ILP32_OFF32_LDFLAGS = 1117,
- _CS_POSIX_V6_ILP32_OFF32_LIBS = 1118,
- _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS = 1119,
- _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS = 1120,
- _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS = 1121,
- _CS_POSIX_V6_ILP32_OFFBIG_LIBS = 1122,
- _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS = 1123,
- _CS_POSIX_V6_LP64_OFF64_CFLAGS = 1124,
- _CS_POSIX_V6_LP64_OFF64_LDFLAGS = 1125,
- _CS_POSIX_V6_LP64_OFF64_LIBS = 1126,
- _CS_POSIX_V6_LP64_OFF64_LINTFLAGS = 1127,
- _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS = 1128,
- _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS = 1129,
- _CS_POSIX_V6_LPBIG_OFFBIG_LIBS = 1130,
- _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS = 1131,
- _CS_V6_WIDTH_RESTRICTED_ENVS = 1,
- _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
- _CS_XBS5_ILP32_OFF32_LDFLAGS = 1101,
- _CS_XBS5_ILP32_OFF32_LIBS = 1102,
- _CS_XBS5_ILP32_OFF32_LINTFLAGS = 1103,
- _CS_XBS5_ILP32_OFFBIG_CFLAGS = 1104,
- _CS_XBS5_ILP32_OFFBIG_LDFLAGS = 1105,
- _CS_XBS5_ILP32_OFFBIG_LIBS = 1106,
- _CS_XBS5_ILP32_OFFBIG_LINTFLAGS = 1107,
- _CS_XBS5_LP64_OFF64_CFLAGS = 1108,
- _CS_XBS5_LP64_OFF64_LDFLAGS = 1109,
- _CS_XBS5_LP64_OFF64_LIBS = 1110,
- _CS_XBS5_LP64_OFF64_LINTFLAGS = 1111,
- _CS_XBS5_LPBIG_OFFBIG_CFLAGS = 1112,
- _CS_XBS5_LPBIG_OFFBIG_LDFLAGS = 1113,
- _CS_XBS5_LPBIG_OFFBIG_LIBS = 1114,
- _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS = 1115,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum DirectoryNotifyFlags
- {
- DN_ACCESS = 1,
- DN_ATTRIB = 32,
- DN_CREATE = 4,
- DN_DELETE = 8,
- DN_MODIFY = 2,
- DN_MULTISHOT = -2147483648,
- DN_RENAME = 16,
- }
- public sealed partial class Dirent : System.IEquatable<Mono.Unix.Native.Dirent>
- {
- [System.CLSCompliantAttribute(false)]
- public ulong d_ino;
- public string d_name;
- public long d_off;
- [System.CLSCompliantAttribute(false)]
- public ushort d_reclen;
- public byte d_type;
- public Dirent() { }
- public bool Equals(Mono.Unix.Native.Dirent value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Dirent lhs, Mono.Unix.Native.Dirent rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=12, Pack=1)]
- public partial struct EpollEvent
- {
- [System.Runtime.InteropServices.FieldOffsetAttribute(0)]
- public Mono.Unix.Native.EpollEvents events;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public int fd;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public System.IntPtr ptr;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public uint u32;
- [System.Runtime.InteropServices.FieldOffsetAttribute(4)]
- public ulong u64;
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum EpollEvents : uint
- {
- EPOLLERR = (uint)8,
- EPOLLET = (uint)2147483648,
- EPOLLHUP = (uint)16,
- EPOLLIN = (uint)1,
- EPOLLMSG = (uint)1024,
- EPOLLONESHOT = (uint)1073741824,
- EPOLLOUT = (uint)4,
- EPOLLPRI = (uint)2,
- EPOLLRDBAND = (uint)128,
- EPOLLRDHUP = (uint)8192,
- EPOLLRDNORM = (uint)64,
- EPOLLWRBAND = (uint)512,
- EPOLLWRNORM = (uint)256,
- }
- [System.FlagsAttribute]
- public enum EpollFlags
- {
- EPOLL_CLOEXEC = 2000000,
- EPOLL_NONBLOCK = 4000,
- }
- public enum EpollOp
- {
- EPOLL_CTL_ADD = 1,
- EPOLL_CTL_DEL = 2,
- EPOLL_CTL_MOD = 3,
- }
- public enum Errno
- {
- E2BIG = 7,
- EACCES = 13,
- EADDRINUSE = 98,
- EADDRNOTAVAIL = 99,
- EADV = 68,
- EAFNOSUPPORT = 97,
- EAGAIN = 11,
- EALREADY = 114,
- EAUTH = 1080,
- EBADARCH = 1086,
- EBADE = 52,
- EBADEXEC = 1085,
- EBADF = 9,
- EBADFD = 77,
- EBADMACHO = 1088,
- EBADMSG = 74,
- EBADR = 53,
- EBADRPC = 1072,
- EBADRQC = 56,
- EBADSLT = 57,
- EBFONT = 59,
- EBUSY = 16,
- ECANCELED = 125,
- ECHILD = 10,
- ECHRNG = 44,
- ECOMM = 70,
- ECONNABORTED = 103,
- ECONNREFUSED = 111,
- ECONNRESET = 104,
- EDEADLK = 35,
- EDEADLOCK = 35,
- EDESTADDRREQ = 89,
- EDEVERR = 1083,
- EDOM = 33,
- EDOTDOT = 73,
- EDQUOT = 122,
- EEXIST = 17,
- EFAULT = 14,
- EFBIG = 27,
- EFTYPE = 1079,
- EHOSTDOWN = 112,
- EHOSTUNREACH = 113,
- EIDRM = 43,
- EILSEQ = 84,
- EINPROGRESS = 115,
- EINTR = 4,
- EINVAL = 22,
- EIO = 5,
- EISCONN = 106,
- EISDIR = 21,
- EISNAM = 120,
- EKEYEXPIRED = 127,
- EKEYREJECTED = 129,
- EKEYREVOKED = 128,
- EL2HLT = 51,
- EL2NSYNC = 45,
- EL3HLT = 46,
- EL3RST = 47,
- ELIBACC = 79,
- ELIBBAD = 80,
- ELIBEXEC = 83,
- ELIBMAX = 82,
- ELIBSCN = 81,
- ELNRNG = 48,
- ELOOP = 40,
- EMEDIUMTYPE = 124,
- EMFILE = 24,
- EMLINK = 31,
- EMSGSIZE = 90,
- EMULTIHOP = 72,
- ENAMETOOLONG = 36,
- ENAVAIL = 119,
- ENEEDAUTH = 1081,
- ENETDOWN = 100,
- ENETRESET = 102,
- ENETUNREACH = 101,
- ENFILE = 23,
- ENOANO = 55,
- ENOATTR = 1093,
- ENOBUFS = 105,
- ENOCSI = 50,
- ENODATA = 61,
- ENODEV = 19,
- ENOENT = 2,
- ENOEXEC = 8,
- ENOKEY = 126,
- ENOLCK = 37,
- ENOLINK = 67,
- ENOMEDIUM = 123,
- ENOMEM = 12,
- ENOMSG = 42,
- ENONET = 64,
- ENOPKG = 65,
- ENOPOLICY = 1103,
- ENOPROTOOPT = 92,
- ENOSPC = 28,
- ENOSR = 63,
- ENOSTR = 60,
- ENOSYS = 38,
- ENOTBLK = 15,
- ENOTCONN = 107,
- ENOTDIR = 20,
- ENOTEMPTY = 39,
- ENOTNAM = 118,
- ENOTRECOVERABLE = 131,
- ENOTSOCK = 88,
- ENOTTY = 25,
- ENOTUNIQ = 76,
- ENXIO = 6,
- EOPNOTSUPP = 95,
- EOVERFLOW = 75,
- EOWNERDEAD = 130,
- EPERM = 1,
- EPFNOSUPPORT = 96,
- EPIPE = 32,
- EPROCLIM = 1067,
- EPROCUNAVAIL = 1076,
- EPROGMISMATCH = 1075,
- EPROGUNAVAIL = 1074,
- EPROTO = 71,
- EPROTONOSUPPORT = 93,
- EPROTOTYPE = 91,
- EPWROFF = 1082,
- ERANGE = 34,
- EREMCHG = 78,
- EREMOTE = 66,
- EREMOTEIO = 121,
- ERESTART = 85,
- EROFS = 30,
- ERPCMISMATCH = 1073,
- ESHLIBVERS = 1087,
- ESHUTDOWN = 108,
- ESOCKTNOSUPPORT = 94,
- ESPIPE = 29,
- ESRCH = 3,
- ESRMNT = 69,
- ESTALE = 116,
- ESTRPIPE = 86,
- ETIME = 62,
- ETIMEDOUT = 110,
- ETOOMANYREFS = 109,
- ETXTBSY = 26,
- EUCLEAN = 117,
- EUNATCH = 49,
- EUSERS = 87,
- EWOULDBLOCK = 11,
- EXDEV = 18,
- EXFULL = 54,
- }
- [System.CLSCompliantAttribute(false)]
- public enum FcntlCommand
- {
- F_DUPFD = 0,
- F_GETFD = 1,
- F_GETFL = 3,
- F_GETLEASE = 1025,
- F_GETLK = 12,
- F_GETOWN = 9,
- F_GETSIG = 11,
- F_NOCACHE = 48,
- F_NOTIFY = 1026,
- F_SETFD = 2,
- F_SETFL = 4,
- F_SETLEASE = 1024,
- F_SETLK = 13,
- F_SETLKW = 14,
- F_SETOWN = 8,
- F_SETSIG = 10,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum FilePermissions : uint
- {
- ACCESSPERMS = (uint)511,
- ALLPERMS = (uint)4095,
- DEFFILEMODE = (uint)438,
- S_IFBLK = (uint)24576,
- S_IFCHR = (uint)8192,
- S_IFDIR = (uint)16384,
- S_IFIFO = (uint)4096,
- S_IFLNK = (uint)40960,
- S_IFMT = (uint)61440,
- S_IFREG = (uint)32768,
- S_IFSOCK = (uint)49152,
- S_IRGRP = (uint)32,
- S_IROTH = (uint)4,
- S_IRUSR = (uint)256,
- S_IRWXG = (uint)56,
- S_IRWXO = (uint)7,
- S_IRWXU = (uint)448,
- S_ISGID = (uint)1024,
- S_ISUID = (uint)2048,
- S_ISVTX = (uint)512,
- S_IWGRP = (uint)16,
- S_IWOTH = (uint)2,
- S_IWUSR = (uint)128,
- S_IXGRP = (uint)8,
- S_IXOTH = (uint)1,
- S_IXUSR = (uint)64,
- }
- public sealed partial class FilePosition : System.MarshalByRefObject, System.IDisposable, System.IEquatable<Mono.Unix.Native.FilePosition>
- {
- public FilePosition() { }
- public void Dispose() { }
- public bool Equals(Mono.Unix.Native.FilePosition value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- ~FilePosition() { }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.FilePosition lhs, Mono.Unix.Native.FilePosition rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Flock : System.IEquatable<Mono.Unix.Native.Flock>
- {
- public long l_len;
- public int l_pid;
- public long l_start;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.LockType l_type;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.SeekFlags l_whence;
- public bool Equals(Mono.Unix.Native.Flock value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Flock lhs, Mono.Unix.Native.Flock rhs) { throw null; }
- }
- public sealed partial class Fstab : System.IEquatable<Mono.Unix.Native.Fstab>
- {
- public string fs_file;
- public int fs_freq;
- public string fs_mntops;
- public int fs_passno;
- public string fs_spec;
- public string fs_type;
- public string fs_vfstype;
- public Fstab() { }
- public bool Equals(Mono.Unix.Native.Fstab value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Fstab lhs, Mono.Unix.Native.Fstab rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class Group : System.IEquatable<Mono.Unix.Native.Group>
- {
- [System.CLSCompliantAttribute(false)]
- public uint gr_gid;
- public string[] gr_mem;
- public string gr_name;
- public string gr_passwd;
- public Group() { }
- public bool Equals(Mono.Unix.Native.Group value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Group lhs, Mono.Unix.Native.Group rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct In6Addr : System.IEquatable<Mono.Unix.Native.In6Addr>
- {
- public In6Addr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.In6Addr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct InAddr : System.IEquatable<Mono.Unix.Native.InAddr>
- {
- public uint s_addr;
- public InAddr(byte b0, byte b1, byte b2, byte b3) { throw null;}
- public InAddr(byte[] buffer) { throw null;}
- public byte this[int index] { get { throw null; } set { } }
- public void CopyFrom(byte[] source, int startIndex) { }
- public void CopyTo(byte[] destination, int startIndex) { }
- public bool Equals(Mono.Unix.Native.InAddr value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Iovec
- {
- public System.IntPtr iov_base;
- [System.CLSCompliantAttribute(false)]
- public ulong iov_len;
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Linger
- {
- public int l_linger;
- public int l_onoff;
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockfCommand
- {
- F_LOCK = 1,
- F_TEST = 3,
- F_TLOCK = 2,
- F_ULOCK = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum LockType : short
- {
- F_RDLCK = (short)0,
- F_UNLCK = (short)2,
- F_WRLCK = (short)1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MessageFlags
- {
- MSG_CMSG_CLOEXEC = 1073741824,
- MSG_CONFIRM = 2048,
- MSG_CTRUNC = 8,
- MSG_DONTROUTE = 4,
- MSG_DONTWAIT = 64,
- MSG_EOR = 128,
- MSG_ERRQUEUE = 8192,
- MSG_FASTOPEN = 536870912,
- MSG_FIN = 512,
- MSG_MORE = 32768,
- MSG_NOSIGNAL = 16384,
- MSG_OOB = 1,
- MSG_PEEK = 2,
- MSG_PROXY = 16,
- MSG_RST = 4096,
- MSG_SYN = 1024,
- MSG_TRUNC = 32,
- MSG_WAITALL = 256,
- MSG_WAITFORONE = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MlockallFlags
- {
- MCL_CURRENT = 1,
- MCL_FUTURE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapFlags
- {
- MAP_ANON = 32,
- MAP_ANONYMOUS = 32,
- MAP_DENYWRITE = 2048,
- MAP_EXECUTABLE = 4096,
- MAP_FILE = 0,
- MAP_FIXED = 16,
- MAP_GROWSDOWN = 256,
- MAP_LOCKED = 8192,
- MAP_NONBLOCK = 65536,
- MAP_NORESERVE = 16384,
- MAP_POPULATE = 32768,
- MAP_PRIVATE = 2,
- MAP_SHARED = 1,
- MAP_TYPE = 15,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MmapProts
- {
- PROT_EXEC = 4,
- PROT_GROWSDOWN = 16777216,
- PROT_GROWSUP = 33554432,
- PROT_NONE = 0,
- PROT_READ = 1,
- PROT_WRITE = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MountFlags : ulong
- {
- ST_APPEND = (ulong)256,
- ST_BIND = (ulong)4096,
- ST_IMMUTABLE = (ulong)512,
- ST_MANDLOCK = (ulong)64,
- ST_NOATIME = (ulong)1024,
- ST_NODEV = (ulong)4,
- ST_NODIRATIME = (ulong)2048,
- ST_NOEXEC = (ulong)8,
- ST_NOSUID = (ulong)2,
- ST_RDONLY = (ulong)1,
- ST_REMOUNT = (ulong)32,
- ST_SYNCHRONOUS = (ulong)16,
- ST_WRITE = (ulong)128,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MremapFlags : ulong
- {
- MREMAP_MAYMOVE = (ulong)1,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Msghdr
- {
- public byte[] msg_control;
- public long msg_controllen;
- public Mono.Unix.Native.MessageFlags msg_flags;
- public Mono.Unix.Native.Iovec[] msg_iov;
- public int msg_iovlen;
- public Mono.Unix.Native.Sockaddr msg_name;
- public Msghdr() { }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum MsyncFlags
- {
- MS_ASYNC = 1,
- MS_INVALIDATE = 2,
- MS_SYNC = 4,
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class NativeConvert
- {
- internal NativeConvert() { }
- public static readonly System.DateTime LocalUnixEpoch;
- public static readonly System.TimeSpan LocalUtcOffset;
- public static readonly System.DateTime UnixEpoch;
- public static int FromAccessModes(Mono.Unix.Native.AccessModes value) { throw null; }
- public static int FromAtFlags(Mono.Unix.Native.AtFlags value) { throw null; }
- public static int FromConfstrName(Mono.Unix.Native.ConfstrName value) { throw null; }
- public static long FromDateTime(System.DateTime time) { throw null; }
- public static int FromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value) { throw null; }
- public static uint FromEpollEvents(Mono.Unix.Native.EpollEvents value) { throw null; }
- public static int FromEpollFlags(Mono.Unix.Native.EpollFlags value) { throw null; }
- public static int FromErrno(Mono.Unix.Native.Errno value) { throw null; }
- public static int FromFcntlCommand(Mono.Unix.Native.FcntlCommand value) { throw null; }
- public static uint FromFilePermissions(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static int FromLockfCommand(Mono.Unix.Native.LockfCommand value) { throw null; }
- public static short FromLockType(Mono.Unix.Native.LockType value) { throw null; }
- public static int FromMessageFlags(Mono.Unix.Native.MessageFlags value) { throw null; }
- public static int FromMlockallFlags(Mono.Unix.Native.MlockallFlags value) { throw null; }
- public static int FromMmapFlags(Mono.Unix.Native.MmapFlags value) { throw null; }
- public static int FromMmapProts(Mono.Unix.Native.MmapProts value) { throw null; }
- public static ulong FromMountFlags(Mono.Unix.Native.MountFlags value) { throw null; }
- public static ulong FromMremapFlags(Mono.Unix.Native.MremapFlags value) { throw null; }
- public static int FromMsyncFlags(Mono.Unix.Native.MsyncFlags value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromOctalPermissionString(string value) { throw null; }
- public static int FromOpenFlags(Mono.Unix.Native.OpenFlags value) { throw null; }
- public static int FromPathconfName(Mono.Unix.Native.PathconfName value) { throw null; }
- public static short FromPollEvents(Mono.Unix.Native.PollEvents value) { throw null; }
- public static int FromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value) { throw null; }
- public static int FromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value) { throw null; }
- public static int FromRealTimeSignum(Mono.Unix.Native.RealTimeSignum sig) { throw null; }
- public static short FromSeekFlags(Mono.Unix.Native.SeekFlags value) { throw null; }
- public static int FromShutdownOption(Mono.Unix.Native.ShutdownOption value) { throw null; }
- public static int FromSignum(Mono.Unix.Native.Signum value) { throw null; }
- public static int FromSysconfName(Mono.Unix.Native.SysconfName value) { throw null; }
- public static int FromSyslogFacility(Mono.Unix.Native.SyslogFacility value) { throw null; }
- public static int FromSyslogLevel(Mono.Unix.Native.SyslogLevel value) { throw null; }
- public static int FromSyslogOptions(Mono.Unix.Native.SyslogOptions value) { throw null; }
- public static System.DateTime FromTimeT(long time) { throw null; }
- public static int FromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value) { throw null; }
- public static Mono.Unix.Native.FilePermissions FromUnixPermissionString(string value) { throw null; }
- public static int FromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value) { throw null; }
- public static int FromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value) { throw null; }
- public static int FromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value) { throw null; }
- public static int FromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value) { throw null; }
- public static int FromUnixSocketType(Mono.Unix.Native.UnixSocketType value) { throw null; }
- public static int FromWaitOptions(Mono.Unix.Native.WaitOptions value) { throw null; }
- public static int FromXattrFlags(Mono.Unix.Native.XattrFlags value) { throw null; }
- public static Mono.Unix.Native.AccessModes ToAccessModes(int value) { throw null; }
- public static Mono.Unix.Native.AtFlags ToAtFlags(int value) { throw null; }
- public static Mono.Unix.Native.ConfstrName ToConfstrName(int value) { throw null; }
- public static System.DateTime ToDateTime(long time) { throw null; }
- public static System.DateTime ToDateTime(long time, long nanoTime) { throw null; }
- public static Mono.Unix.Native.DirectoryNotifyFlags ToDirectoryNotifyFlags(int value) { throw null; }
- public static Mono.Unix.Native.EpollEvents ToEpollEvents(uint value) { throw null; }
- public static Mono.Unix.Native.EpollFlags ToEpollFlags(int value) { throw null; }
- public static Mono.Unix.Native.Errno ToErrno(int value) { throw null; }
- public static Mono.Unix.Native.FcntlCommand ToFcntlCommand(int value) { throw null; }
- public static Mono.Unix.Native.FilePermissions ToFilePermissions(uint value) { throw null; }
- public static string ToFopenMode(System.IO.FileAccess access) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode) { throw null; }
- public static string ToFopenMode(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.In6Addr ToIn6Addr(System.Net.IPAddress address) { throw null; }
- public static Mono.Unix.Native.InAddr ToInAddr(System.Net.IPAddress address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.In6Addr address) { throw null; }
- public static System.Net.IPAddress ToIPAddress(Mono.Unix.Native.InAddr address) { throw null; }
- public static Mono.Unix.Native.LockfCommand ToLockfCommand(int value) { throw null; }
- public static Mono.Unix.Native.LockType ToLockType(short value) { throw null; }
- public static Mono.Unix.Native.MessageFlags ToMessageFlags(int value) { throw null; }
- public static Mono.Unix.Native.MlockallFlags ToMlockallFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapFlags ToMmapFlags(int value) { throw null; }
- public static Mono.Unix.Native.MmapProts ToMmapProts(int value) { throw null; }
- public static Mono.Unix.Native.MountFlags ToMountFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MremapFlags ToMremapFlags(ulong value) { throw null; }
- public static Mono.Unix.Native.MsyncFlags ToMsyncFlags(int value) { throw null; }
- public static string ToOctalPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(int value) { throw null; }
- public static Mono.Unix.Native.OpenFlags ToOpenFlags(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
- public static Mono.Unix.Native.PathconfName ToPathconfName(int value) { throw null; }
- public static Mono.Unix.Native.PollEvents ToPollEvents(short value) { throw null; }
- public static Mono.Unix.Native.PosixFadviseAdvice ToPosixFadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.PosixMadviseAdvice ToPosixMadviseAdvice(int value) { throw null; }
- public static Mono.Unix.Native.RealTimeSignum ToRealTimeSignum(int offset) { throw null; }
- public static Mono.Unix.Native.SeekFlags ToSeekFlags(short value) { throw null; }
- public static Mono.Unix.Native.ShutdownOption ToShutdownOption(int value) { throw null; }
- public static Mono.Unix.Native.Signum ToSignum(int value) { throw null; }
- public static Mono.Unix.Native.SysconfName ToSysconfName(int value) { throw null; }
- public static Mono.Unix.Native.SyslogFacility ToSyslogFacility(int value) { throw null; }
- public static Mono.Unix.Native.SyslogLevel ToSyslogLevel(int value) { throw null; }
- public static Mono.Unix.Native.SyslogOptions ToSyslogOptions(int value) { throw null; }
- public static long ToTimeT(System.DateTime time) { throw null; }
- public static Mono.Unix.Native.UnixAddressFamily ToUnixAddressFamily(int value) { throw null; }
- public static string ToUnixPermissionString(Mono.Unix.Native.FilePermissions value) { throw null; }
- public static Mono.Unix.Native.UnixSocketControlMessage ToUnixSocketControlMessage(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketFlags ToUnixSocketFlags(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketOptionName ToUnixSocketOptionName(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketProtocol ToUnixSocketProtocol(int value) { throw null; }
- public static Mono.Unix.Native.UnixSocketType ToUnixSocketType(int value) { throw null; }
- public static Mono.Unix.Native.WaitOptions ToWaitOptions(int value) { throw null; }
- public static Mono.Unix.Native.XattrFlags ToXattrFlags(int value) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Cmsghdr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Flock source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.In6Addr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.InAddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Iovec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Linger source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Pollfd source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.Sockaddr source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(Mono.Unix.Native.SockaddrIn6 source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Stat source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Statvfs source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timespec source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timeval source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Timezone source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(ref Mono.Unix.Native.Utimbuf source, System.IntPtr destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Cmsghdr destination) { destination = default(Mono.Unix.Native.Cmsghdr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Flock destination) { destination = default(Mono.Unix.Native.Flock); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.In6Addr destination) { destination = default(Mono.Unix.Native.In6Addr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.InAddr destination) { destination = default(Mono.Unix.Native.InAddr); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Iovec destination) { destination = default(Mono.Unix.Native.Iovec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Linger destination) { destination = default(Mono.Unix.Native.Linger); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Pollfd destination) { destination = default(Mono.Unix.Native.Pollfd); throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, Mono.Unix.Native.SockaddrIn6 destination) { throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Stat destination) { destination = default(Mono.Unix.Native.Stat); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Statvfs destination) { destination = default(Mono.Unix.Native.Statvfs); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timespec destination) { destination = default(Mono.Unix.Native.Timespec); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timeval destination) { destination = default(Mono.Unix.Native.Timeval); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Timezone destination) { destination = default(Mono.Unix.Native.Timezone); throw null; }
- public static bool TryCopy(System.IntPtr source, out Mono.Unix.Native.Utimbuf destination) { destination = default(Mono.Unix.Native.Utimbuf); throw null; }
- public static bool TryCopy(System.IntPtr source, long size, Mono.Unix.Native.Sockaddr destination) { throw null; }
- public static bool TryFromAccessModes(Mono.Unix.Native.AccessModes value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromAtFlags(Mono.Unix.Native.AtFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromConfstrName(Mono.Unix.Native.ConfstrName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromDirectoryNotifyFlags(Mono.Unix.Native.DirectoryNotifyFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromEpollEvents(Mono.Unix.Native.EpollEvents value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromEpollFlags(Mono.Unix.Native.EpollFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromErrno(Mono.Unix.Native.Errno value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFcntlCommand(Mono.Unix.Native.FcntlCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromFilePermissions(Mono.Unix.Native.FilePermissions value, out uint rval) { rval = default(uint); throw null; }
- public static bool TryFromLockfCommand(Mono.Unix.Native.LockfCommand value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromLockType(Mono.Unix.Native.LockType value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromMessageFlags(Mono.Unix.Native.MessageFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMlockallFlags(Mono.Unix.Native.MlockallFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapFlags(Mono.Unix.Native.MmapFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMmapProts(Mono.Unix.Native.MmapProts value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromMountFlags(Mono.Unix.Native.MountFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMremapFlags(Mono.Unix.Native.MremapFlags value, out ulong rval) { rval = default(ulong); throw null; }
- public static bool TryFromMsyncFlags(Mono.Unix.Native.MsyncFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromOpenFlags(Mono.Unix.Native.OpenFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPathconfName(Mono.Unix.Native.PathconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPollEvents(Mono.Unix.Native.PollEvents value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromPosixFadviseAdvice(Mono.Unix.Native.PosixFadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromPosixMadviseAdvice(Mono.Unix.Native.PosixMadviseAdvice value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSeekFlags(Mono.Unix.Native.SeekFlags value, out short rval) { rval = default(short); throw null; }
- public static bool TryFromShutdownOption(Mono.Unix.Native.ShutdownOption value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSignum(Mono.Unix.Native.Signum value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSysconfName(Mono.Unix.Native.SysconfName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogFacility(Mono.Unix.Native.SyslogFacility value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogLevel(Mono.Unix.Native.SyslogLevel value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromSyslogOptions(Mono.Unix.Native.SyslogOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixAddressFamily(Mono.Unix.Native.UnixAddressFamily value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketControlMessage(Mono.Unix.Native.UnixSocketControlMessage value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketFlags(Mono.Unix.Native.UnixSocketFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketOptionName(Mono.Unix.Native.UnixSocketOptionName value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketProtocol(Mono.Unix.Native.UnixSocketProtocol value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromUnixSocketType(Mono.Unix.Native.UnixSocketType value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromWaitOptions(Mono.Unix.Native.WaitOptions value, out int rval) { rval = default(int); throw null; }
- public static bool TryFromXattrFlags(Mono.Unix.Native.XattrFlags value, out int rval) { rval = default(int); throw null; }
- public static bool TryToAccessModes(int value, out Mono.Unix.Native.AccessModes rval) { rval = default(Mono.Unix.Native.AccessModes); throw null; }
- public static bool TryToAtFlags(int value, out Mono.Unix.Native.AtFlags rval) { rval = default(Mono.Unix.Native.AtFlags); throw null; }
- public static bool TryToConfstrName(int value, out Mono.Unix.Native.ConfstrName rval) { rval = default(Mono.Unix.Native.ConfstrName); throw null; }
- public static bool TryToDirectoryNotifyFlags(int value, out Mono.Unix.Native.DirectoryNotifyFlags rval) { rval = default(Mono.Unix.Native.DirectoryNotifyFlags); throw null; }
- public static bool TryToEpollEvents(uint value, out Mono.Unix.Native.EpollEvents rval) { rval = default(Mono.Unix.Native.EpollEvents); throw null; }
- public static bool TryToEpollFlags(int value, out Mono.Unix.Native.EpollFlags rval) { rval = default(Mono.Unix.Native.EpollFlags); throw null; }
- public static bool TryToErrno(int value, out Mono.Unix.Native.Errno rval) { rval = default(Mono.Unix.Native.Errno); throw null; }
- public static bool TryToFcntlCommand(int value, out Mono.Unix.Native.FcntlCommand rval) { rval = default(Mono.Unix.Native.FcntlCommand); throw null; }
- public static bool TryToFilePermissions(uint value, out Mono.Unix.Native.FilePermissions rval) { rval = default(Mono.Unix.Native.FilePermissions); throw null; }
- public static bool TryToLockfCommand(int value, out Mono.Unix.Native.LockfCommand rval) { rval = default(Mono.Unix.Native.LockfCommand); throw null; }
- public static bool TryToLockType(short value, out Mono.Unix.Native.LockType rval) { rval = default(Mono.Unix.Native.LockType); throw null; }
- public static bool TryToMessageFlags(int value, out Mono.Unix.Native.MessageFlags rval) { rval = default(Mono.Unix.Native.MessageFlags); throw null; }
- public static bool TryToMlockallFlags(int value, out Mono.Unix.Native.MlockallFlags rval) { rval = default(Mono.Unix.Native.MlockallFlags); throw null; }
- public static bool TryToMmapFlags(int value, out Mono.Unix.Native.MmapFlags rval) { rval = default(Mono.Unix.Native.MmapFlags); throw null; }
- public static bool TryToMmapProts(int value, out Mono.Unix.Native.MmapProts rval) { rval = default(Mono.Unix.Native.MmapProts); throw null; }
- public static bool TryToMountFlags(ulong value, out Mono.Unix.Native.MountFlags rval) { rval = default(Mono.Unix.Native.MountFlags); throw null; }
- public static bool TryToMremapFlags(ulong value, out Mono.Unix.Native.MremapFlags rval) { rval = default(Mono.Unix.Native.MremapFlags); throw null; }
- public static bool TryToMsyncFlags(int value, out Mono.Unix.Native.MsyncFlags rval) { rval = default(Mono.Unix.Native.MsyncFlags); throw null; }
- public static bool TryToOpenFlags(int value, out Mono.Unix.Native.OpenFlags rval) { rval = default(Mono.Unix.Native.OpenFlags); throw null; }
- public static bool TryToPathconfName(int value, out Mono.Unix.Native.PathconfName rval) { rval = default(Mono.Unix.Native.PathconfName); throw null; }
- public static bool TryToPollEvents(short value, out Mono.Unix.Native.PollEvents rval) { rval = default(Mono.Unix.Native.PollEvents); throw null; }
- public static bool TryToPosixFadviseAdvice(int value, out Mono.Unix.Native.PosixFadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixFadviseAdvice); throw null; }
- public static bool TryToPosixMadviseAdvice(int value, out Mono.Unix.Native.PosixMadviseAdvice rval) { rval = default(Mono.Unix.Native.PosixMadviseAdvice); throw null; }
- public static bool TryToSeekFlags(short value, out Mono.Unix.Native.SeekFlags rval) { rval = default(Mono.Unix.Native.SeekFlags); throw null; }
- public static bool TryToShutdownOption(int value, out Mono.Unix.Native.ShutdownOption rval) { rval = default(Mono.Unix.Native.ShutdownOption); throw null; }
- public static bool TryToSignum(int value, out Mono.Unix.Native.Signum rval) { rval = default(Mono.Unix.Native.Signum); throw null; }
- public static bool TryToSysconfName(int value, out Mono.Unix.Native.SysconfName rval) { rval = default(Mono.Unix.Native.SysconfName); throw null; }
- public static bool TryToSyslogFacility(int value, out Mono.Unix.Native.SyslogFacility rval) { rval = default(Mono.Unix.Native.SyslogFacility); throw null; }
- public static bool TryToSyslogLevel(int value, out Mono.Unix.Native.SyslogLevel rval) { rval = default(Mono.Unix.Native.SyslogLevel); throw null; }
- public static bool TryToSyslogOptions(int value, out Mono.Unix.Native.SyslogOptions rval) { rval = default(Mono.Unix.Native.SyslogOptions); throw null; }
- public static bool TryToUnixAddressFamily(int value, out Mono.Unix.Native.UnixAddressFamily rval) { rval = default(Mono.Unix.Native.UnixAddressFamily); throw null; }
- public static bool TryToUnixSocketControlMessage(int value, out Mono.Unix.Native.UnixSocketControlMessage rval) { rval = default(Mono.Unix.Native.UnixSocketControlMessage); throw null; }
- public static bool TryToUnixSocketFlags(int value, out Mono.Unix.Native.UnixSocketFlags rval) { rval = default(Mono.Unix.Native.UnixSocketFlags); throw null; }
- public static bool TryToUnixSocketOptionName(int value, out Mono.Unix.Native.UnixSocketOptionName rval) { rval = default(Mono.Unix.Native.UnixSocketOptionName); throw null; }
- public static bool TryToUnixSocketProtocol(int value, out Mono.Unix.Native.UnixSocketProtocol rval) { rval = default(Mono.Unix.Native.UnixSocketProtocol); throw null; }
- public static bool TryToUnixSocketType(int value, out Mono.Unix.Native.UnixSocketType rval) { rval = default(Mono.Unix.Native.UnixSocketType); throw null; }
- public static bool TryToWaitOptions(int value, out Mono.Unix.Native.WaitOptions rval) { rval = default(Mono.Unix.Native.WaitOptions); throw null; }
- public static bool TryToXattrFlags(int value, out Mono.Unix.Native.XattrFlags rval) { rval = default(Mono.Unix.Native.XattrFlags); throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum OpenFlags
- {
- O_APPEND = 1024,
- O_ASYNC = 8192,
- O_CLOEXEC = 524288,
- O_CREAT = 64,
- O_DIRECT = 16384,
- O_DIRECTORY = 65536,
- O_EXCL = 128,
- O_LARGEFILE = 32768,
- O_NOCTTY = 256,
- O_NOFOLLOW = 131072,
- O_NONBLOCK = 2048,
- O_PATH = 2097152,
- O_RDONLY = 0,
- O_RDWR = 2,
- O_SYNC = 4096,
- O_TRUNC = 512,
- O_WRONLY = 1,
- }
- public sealed partial class Passwd : System.IEquatable<Mono.Unix.Native.Passwd>
- {
- public string pw_dir;
- public string pw_gecos;
- [System.CLSCompliantAttribute(false)]
- public uint pw_gid;
- public string pw_name;
- public string pw_passwd;
- public string pw_shell;
- [System.CLSCompliantAttribute(false)]
- public uint pw_uid;
- public Passwd() { }
- public bool Equals(Mono.Unix.Native.Passwd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Passwd lhs, Mono.Unix.Native.Passwd rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PathconfName
- {
- _PC_2_SYMLINKS = 20,
- _PC_ALLOC_SIZE_MIN = 18,
- _PC_ASYNC_IO = 10,
- _PC_CHOWN_RESTRICTED = 6,
- _PC_FILESIZEBITS = 13,
- _PC_LINK_MAX = 0,
- _PC_MAX_CANON = 1,
- _PC_MAX_INPUT = 2,
- _PC_NAME_MAX = 3,
- _PC_NO_TRUNC = 7,
- _PC_PATH_MAX = 4,
- _PC_PIPE_BUF = 5,
- _PC_PRIO_IO = 11,
- _PC_REC_INCR_XFER_SIZE = 14,
- _PC_REC_MAX_XFER_SIZE = 15,
- _PC_REC_MIN_XFER_SIZE = 16,
- _PC_REC_XFER_ALIGN = 17,
- _PC_SOCK_MAXBUF = 12,
- _PC_SYMLINK_MAX = 19,
- _PC_SYNC_IO = 9,
- _PC_VDISABLE = 8,
- }
- [System.FlagsAttribute]
- public enum PollEvents : short
- {
- POLLERR = (short)8,
- POLLHUP = (short)16,
- POLLIN = (short)1,
- POLLNVAL = (short)32,
- POLLOUT = (short)4,
- POLLPRI = (short)2,
- POLLRDBAND = (short)128,
- POLLRDNORM = (short)64,
- POLLWRBAND = (short)512,
- POLLWRNORM = (short)256,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Pollfd : System.IEquatable<Mono.Unix.Native.Pollfd>
- {
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents events;
- public int fd;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.PollEvents revents;
- public bool Equals(Mono.Unix.Native.Pollfd value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Pollfd lhs, Mono.Unix.Native.Pollfd rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixFadviseAdvice
- {
- POSIX_FADV_DONTNEED = 4,
- POSIX_FADV_NOREUSE = 5,
- POSIX_FADV_NORMAL = 0,
- POSIX_FADV_RANDOM = 1,
- POSIX_FADV_SEQUENTIAL = 2,
- POSIX_FADV_WILLNEED = 3,
- }
- [System.CLSCompliantAttribute(false)]
- public enum PosixMadviseAdvice
- {
- POSIX_MADV_DONTNEED = 4,
- POSIX_MADV_NORMAL = 0,
- POSIX_MADV_RANDOM = 1,
- POSIX_MADV_SEQUENTIAL = 2,
- POSIX_MADV_WILLNEED = 3,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RealTimeSignum : System.IEquatable<Mono.Unix.Native.RealTimeSignum>
- {
- public static readonly Mono.Unix.Native.RealTimeSignum MaxValue;
- public static readonly Mono.Unix.Native.RealTimeSignum MinValue;
- public RealTimeSignum(int offset) { throw null;}
- public int Offset { get { throw null; } }
- public bool Equals(Mono.Unix.Native.RealTimeSignum value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.RealTimeSignum lhs, Mono.Unix.Native.RealTimeSignum rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum SeekFlags : short
- {
- L_INCR = (short)1,
- L_SET = (short)0,
- L_XTND = (short)2,
- SEEK_CUR = (short)1,
- SEEK_END = (short)2,
- SEEK_SET = (short)0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum ShutdownOption
- {
- SHUT_RD = 1,
- SHUT_RDWR = 3,
- SHUT_WR = 2,
- }
- public enum SignalAction
- {
- Default = 0,
- Error = 2,
- Ignore = 1,
- }
- public delegate void SignalHandler(int signal);
- public enum Signum
- {
- SIGABRT = 6,
- SIGALRM = 14,
- SIGBUS = 7,
- SIGCHLD = 17,
- SIGCLD = 17,
- SIGCONT = 18,
- SIGFPE = 8,
- SIGHUP = 1,
- SIGILL = 4,
- SIGINT = 2,
- SIGIO = 29,
- SIGIOT = 6,
- SIGKILL = 9,
- SIGPIPE = 13,
- SIGPOLL = 29,
- SIGPROF = 27,
- SIGPWR = 30,
- SIGQUIT = 3,
- SIGSEGV = 11,
- SIGSTKFLT = 16,
- SIGSTOP = 19,
- SIGSYS = 31,
- SIGTERM = 15,
- SIGTRAP = 5,
- SIGTSTP = 20,
- SIGTTIN = 21,
- SIGTTOU = 22,
- SIGUNUSED = 31,
- SIGURG = 23,
- SIGUSR1 = 10,
- SIGUSR2 = 12,
- SIGVTALRM = 26,
- SIGWINCH = 28,
- SIGXCPU = 24,
- SIGXFSZ = 25,
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial class Sockaddr
- {
- public Sockaddr() { }
- public Mono.Unix.Native.UnixAddressFamily sa_family { get { throw null; } set { } }
- public static Mono.Unix.Native.Sockaddr FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public Mono.Unix.Native.SockaddrStorage ToSockaddrStorage() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn>
- {
- public Mono.Unix.Native.InAddr sin_addr;
- public ushort sin_port;
- public SockaddrIn() { }
- public Mono.Unix.Native.UnixAddressFamily sin_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public sealed partial class SockaddrIn6 : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrIn6>
- {
- public Mono.Unix.Native.In6Addr sin6_addr;
- public uint sin6_flowinfo;
- public ushort sin6_port;
- public uint sin6_scope_id;
- public SockaddrIn6() { }
- public Mono.Unix.Native.UnixAddressFamily sin6_family { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.SockaddrIn6 value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrIn6 FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrStorage : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrStorage>
- {
- public SockaddrStorage() { }
- public SockaddrStorage(int size) { }
- public byte[] data { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long data_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public void CopyTo(Mono.Unix.Native.Sockaddr address) { }
- public bool Equals(Mono.Unix.Native.SockaddrStorage value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public void SetTo(Mono.Unix.Native.Sockaddr address) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class SockaddrUn : Mono.Unix.Native.Sockaddr, System.IEquatable<Mono.Unix.Native.SockaddrUn>
- {
- public SockaddrUn() { }
- public SockaddrUn(int size) { }
- public SockaddrUn(string path, bool linuxAbstractNamespace=false) { }
- public bool IsLinuxAbstractNamespace { get { throw null; } }
- public string Path { get { throw null; } }
- public Mono.Unix.Native.UnixAddressFamily sun_family { get { throw null; } set { } }
- public byte[] sun_path { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public long sun_path_len { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool Equals(Mono.Unix.Native.SockaddrUn value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public static new Mono.Unix.Native.SockaddrUn FromSockaddrStorage(Mono.Unix.Native.SockaddrStorage storage) { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Stat : System.IEquatable<Mono.Unix.Native.Stat>
- {
- public long st_atime;
- public long st_atime_nsec;
- public long st_blksize;
- public long st_blocks;
- public long st_ctime;
- public long st_ctime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_dev;
- [System.CLSCompliantAttribute(false)]
- public uint st_gid;
- [System.CLSCompliantAttribute(false)]
- public ulong st_ino;
- [System.CLSCompliantAttribute(false)]
- public Mono.Unix.Native.FilePermissions st_mode;
- public long st_mtime;
- public long st_mtime_nsec;
- [System.CLSCompliantAttribute(false)]
- public ulong st_nlink;
- [System.CLSCompliantAttribute(false)]
- public ulong st_rdev;
- public long st_size;
- [System.CLSCompliantAttribute(false)]
- public uint st_uid;
- public Mono.Unix.Native.Timespec st_atim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_ctim { get { throw null; } set { } }
- public Mono.Unix.Native.Timespec st_mtim { get { throw null; } set { } }
- public bool Equals(Mono.Unix.Native.Stat value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Stat lhs, Mono.Unix.Native.Stat rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Statvfs : System.IEquatable<Mono.Unix.Native.Statvfs>
- {
- public ulong f_bavail;
- public ulong f_bfree;
- public ulong f_blocks;
- public ulong f_bsize;
- public ulong f_favail;
- public ulong f_ffree;
- public ulong f_files;
- public Mono.Unix.Native.MountFlags f_flag;
- public ulong f_frsize;
- public ulong f_fsid;
- public ulong f_namemax;
- public bool Equals(Mono.Unix.Native.Statvfs value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Statvfs lhs, Mono.Unix.Native.Statvfs rhs) { throw null; }
- }
- public partial class Stdlib
- {
- internal Stdlib() { }
- [System.CLSCompliantAttribute(false)]
- public static readonly int BUFSIZ;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EOF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_FAILURE;
- [System.CLSCompliantAttribute(false)]
- public static readonly int EXIT_SUCCESS;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FILENAME_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int FOPEN_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int L_tmpnam;
- [System.CLSCompliantAttribute(false)]
- public static readonly int MB_CUR_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int RAND_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_DFL;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_ERR;
- [System.CLSCompliantAttribute(false)]
- public static readonly Mono.Unix.Native.SignalHandler SIG_IGN;
- public static readonly System.IntPtr stderr;
- public static readonly System.IntPtr stdin;
- public static readonly System.IntPtr stdout;
- [System.CLSCompliantAttribute(false)]
- public static readonly int TMP_MAX;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOFBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IOLBF;
- [System.CLSCompliantAttribute(false)]
- public static readonly int _IONBF;
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void abort();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr calloc(ulong nmemb, ulong size);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int clearerr(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void exit(int status);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fclose(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int feof(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ferror(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fflush(System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fgetc(System.IntPtr stream);
- public static int fgetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, int size, System.IntPtr stream) { throw null; }
- public static System.Text.StringBuilder fgets(System.Text.StringBuilder sb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode);
- public static int fprintf(System.IntPtr stream, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse fprintf (IntPtr, string) instead.")]
- public static int fprintf(System.IntPtr stream, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fputs(string s, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fread(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fread(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fread(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern void free(System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr freopen([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string mode, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static int fseek(System.IntPtr stream, long offset, Mono.Unix.Native.SeekFlags origin) { throw null; }
- public static int fsetpos(System.IntPtr stream, Mono.Unix.Native.FilePosition pos) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long ftell(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, System.IntPtr stream) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong fwrite(byte[] ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong fwrite(System.IntPtr ptr, ulong size, ulong nmemb, System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static ulong fwrite(void* ptr, ulong size, ulong nmemb, System.IntPtr stream) { throw null; }
- public static int getc(System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getchar();
- public static string getenv(string name) { throw null; }
- public static Mono.Unix.Native.Errno GetLastError() { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr malloc(ulong size);
- public static int perror(string s) { throw null; }
- public static int printf(string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse printf (string) instead.")]
- public static int printf(string format, params object[] parameters) { throw null; }
- public static int putc(int c, System.IntPtr stream) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int putchar(int c);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int puts(string s);
- public static int raise(Mono.Unix.Native.RealTimeSignum rts) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int raise(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rand();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern System.IntPtr realloc(System.IntPtr ptr, ulong size);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remove([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rename([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewind(System.IntPtr stream);
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setbuf(System.IntPtr stream, byte* buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setbuf(System.IntPtr stream, System.IntPtr buf);
- protected static void SetLastError(Mono.Unix.Native.Errno error) { }
- public static int SetSignalAction(Mono.Unix.Native.RealTimeSignum rts, Mono.Unix.Native.SignalAction action) { throw null; }
- public static int SetSignalAction(Mono.Unix.Native.Signum signal, Mono.Unix.Native.SignalAction action) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public unsafe static int setvbuf(System.IntPtr stream, byte* buf, int mode, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int setvbuf(System.IntPtr stream, System.IntPtr buf, int mode, ulong size);
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("This is not safe; use Mono.Unix.UnixSignal for signal delivery or SetSignalAction()")]
- public static Mono.Unix.Native.SignalHandler signal(Mono.Unix.Native.Signum signum, Mono.Unix.Native.SignalHandler handler) { throw null; }
- public static int snprintf(System.Text.StringBuilder s, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, string format, params object[] parameters) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string message) { throw null; }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse snprintf (StringBuilder, string) instead.")]
- public static int snprintf(System.Text.StringBuilder s, ulong n, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void srand(uint seed);
- [System.CLSCompliantAttribute(false)]
- public static string strerror(Mono.Unix.Native.Errno errnum) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern ulong strlen(System.IntPtr s);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int system(string @string);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr tmpfile();
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam() { throw null; }
- [System.ObsoleteAttribute("Syscall.mkstemp() should be preferred.")]
- public static string tmpnam(System.Text.StringBuilder s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ungetc(int c, System.IntPtr stream);
- [System.Runtime.InteropServices.DllImport("msvcrt")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern void _Exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public sealed partial class Syscall : Mono.Unix.Native.Stdlib
- {
- internal Syscall() { }
- public static readonly int AT_FDCWD;
- public static readonly int L_ctermid;
- public static readonly int L_cuserid;
- public static readonly System.IntPtr MAP_FAILED;
- public static readonly long UTIME_NOW;
- public static readonly long UTIME_OMIT;
- public static int accept(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int accept4(int socket, Mono.Unix.Native.Sockaddr address, Mono.Unix.Native.UnixSocketFlags flags) { throw null; }
- public static int access(string pathname, Mono.Unix.Native.AccessModes mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int acct([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string filename);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint alarm(uint seconds);
- public static int bind(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int brk(System.IntPtr end_data_segment);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- public static int chmod(string path, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int chroot([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int close(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closedir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int closelog();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_ALIGN(ulong length);
- public static long CMSG_DATA(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- public static long CMSG_FIRSTHDR(Mono.Unix.Native.Msghdr msgh) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_LEN(ulong length);
- public static long CMSG_NXTHDR(Mono.Unix.Native.Msghdr msgh, long cmsg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong CMSG_SPACE(ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ulong confstr(Mono.Unix.Native.ConfstrName name, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong len);
- public static int connect(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int creat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static string crypt(string key, string salt) { throw null; }
- [System.ObsoleteAttribute("\"Nobody knows precisely what cuserid() does... DO NOT USE cuserid().\n`string' must hold L_cuserid characters. Use getlogin_r instead.")]
- public static string cuserid(System.Text.StringBuilder @string) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dirfd(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int dup2(int fd, int fd2);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int encrypt(byte[] block, bool decode) { throw null; }
- public static int endfsent() { throw null; }
- public static int endgrent() { throw null; }
- public static int endpwent() { throw null; }
- public static int endusershell() { throw null; }
- public static int epoll_create(Mono.Unix.Native.EpollFlags flags) { throw null; }
- public static int epoll_create(int size) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, ref Mono.Unix.Native.EpollEvent ee);
- public static int epoll_ctl(int epfd, Mono.Unix.Native.EpollOp op, int fd, Mono.Unix.Native.EpollEvents events) { throw null; }
- public static int epoll_wait(int epfd, Mono.Unix.Native.EpollEvent[] events, int max_events, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execv([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execve([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv, string[] envp);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int execvp([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, string[] argv);
- public static int faccessat(int dirfd, string pathname, Mono.Unix.Native.AccessModes mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchdir(int fd);
- public static int fchmod(int filedes, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int fchmodat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fchown(int fd, uint owner, uint group);
- public static int fchownat(int dirfd, string pathname, uint owner, uint group, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd);
- public static int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, Mono.Unix.Native.DirectoryNotifyFlags arg) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, ref Mono.Unix.Native.Flock @lock);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, int arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, long arg);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fcntl(int fd, Mono.Unix.Native.FcntlCommand cmd, System.IntPtr ptr);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fdatasync(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr fdopendir(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fexecve(int fd, string[] argv, string[] envp);
- public static Mono.Unix.Native.Group fgetgrent(System.IntPtr stream) { throw null; }
- public static Mono.Unix.Native.Passwd fgetpwent(System.IntPtr stream) { throw null; }
- public static long fgetxattr(int fd, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fgetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long fgetxattr(int fd, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long flistxattr(int fd, byte[] list, ulong size);
- public static long flistxattr(int fd, out string[] values) { values = default(string[]); throw null; }
- public static long flistxattr(int fd, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- public static long fpathconf(int filedes, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long fpathconf(int filedes, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fremovexattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int fsetxattr(int fd, string name, byte[] value) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int fsetxattr(int fd, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsetxattr(int fd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstat(int filedes, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf, Mono.Unix.Native.AtFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fstatvfs(int fd, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int fsync(int fd);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ftruncate(int fd, long length);
- public static int futimens(int fd, Mono.Unix.Native.Timespec[] times) { throw null; }
- public static int futimes(int fd, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- public static System.Text.StringBuilder getcwd(System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr getcwd([System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong size);
- public static int getdomainname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdomainname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getdtablesize();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getegid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint geteuid();
- public static Mono.Unix.Native.Fstab getfsent() { throw null; }
- public static Mono.Unix.Native.Fstab getfsfile(string mount_point) { throw null; }
- public static Mono.Unix.Native.Fstab getfsspec(string special_file) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getgid();
- public static Mono.Unix.Native.Group getgrent() { throw null; }
- public static Mono.Unix.Native.Group getgrgid(uint uid) { throw null; }
- public static int getgrgid_r(uint uid, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group getgrnam(string name) { throw null; }
- public static int getgrnam_r(string name, Mono.Unix.Native.Group grbuf, out Mono.Unix.Native.Group grbufp) { grbufp = default(Mono.Unix.Native.Group); throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(Mono.Unix.Native.Passwd user) { throw null; }
- public static Mono.Unix.Native.Group[] getgrouplist(string username) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getgroups(int size, uint[] list);
- public static int getgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long gethostid();
- public static int gethostname(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gethostname([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong len);
- public static string getlogin() { throw null; }
- public static int getlogin_r(System.Text.StringBuilder name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getlogin_r([System.Runtime.InteropServices.Out]System.Text.StringBuilder name, ulong bufsize);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.ObsoleteAttribute("Dropped in POSIX 1003.1-2001. Use Syscall.sysconf (SysconfName._SC_PAGESIZE).")]
- public static extern int getpagesize();
- public static int getpeername(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgid(int pid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpgrp();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getpid();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getppid();
- public static Mono.Unix.Native.Passwd getpwent() { throw null; }
- public static Mono.Unix.Native.Passwd getpwnam(string name) { throw null; }
- public static int getpwnam_r(string name, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- public static Mono.Unix.Native.Passwd getpwuid(uint uid) { throw null; }
- public static int getpwuid_r(uint uid, Mono.Unix.Native.Passwd pwbuf, out Mono.Unix.Native.Passwd pwbufp) { pwbufp = default(Mono.Unix.Native.Passwd); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresgid(out uint rgid, out uint egid, out uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getresuid(out uint ruid, out uint euid, out uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int getsid(int pid);
- public static int getsockname(int socket, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Linger option_value) { option_value = default(Mono.Unix.Native.Linger); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out Mono.Unix.Native.Timeval option_value) { option_value = default(Mono.Unix.Native.Timeval); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, ref long option_len) { throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, out int option_value) { option_value = default(int); throw null; }
- public static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, ref long option_len) { throw null; }
- public unsafe static int getsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, ref long option_len) { throw null; }
- public static int gettimeofday(out Mono.Unix.Native.Timeval tv) { tv = default(Mono.Unix.Native.Timeval); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int gettimeofday(out Mono.Unix.Native.Timeval tv, out Mono.Unix.Native.Timezone tz);
- public static int gettimeofday(out Mono.Unix.Native.Timezone tz) { tz = default(Mono.Unix.Native.Timezone); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint getuid();
- public static string getusershell() { throw null; }
- public static long getxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long getxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long getxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint htonl(uint hostlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort htons(ushort hostshort);
- public static bool isatty(int fd) { throw null; }
- public static int kill(int pid, Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lchown([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, uint owner, uint group);
- public static long lgetxattr(string path, string name, byte[] value) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long lgetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size);
- public static long lgetxattr(string path, string name, out byte[] value) { value = default(byte[]); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int link([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- public static int linkat(int olddirfd, string oldpath, int newdirfd, string newpath, Mono.Unix.Native.AtFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int listen(int socket, int backlog);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long listxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long listxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long listxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long llistxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, byte[] list, ulong size);
- public static long llistxattr(string path, out string[] values) { values = default(string[]); throw null; }
- public static long llistxattr(string path, System.Text.Encoding encoding, out string[] values) { values = default(string[]); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lockf(int fd, Mono.Unix.Native.LockfCommand cmd, long len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lremovexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static long lseek(int fd, long offset, Mono.Unix.Native.SeekFlags whence) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int lsetxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lsetxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int lstat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- public static int lutimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mincore(System.IntPtr start, ulong length, byte[] vec);
- public static int mkdir(string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkdirat(int dirfd, string oldpath, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static System.Text.StringBuilder mkdtemp(System.Text.StringBuilder template) { throw null; }
- public static int mkfifo(string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- public static int mkfifoat(int dirfd, string pathname, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknod([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mknodat(int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.FilePermissions mode, ulong dev);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mkstemp(System.Text.StringBuilder template);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mlock(System.IntPtr start, ulong len);
- public static int mlockall(Mono.Unix.Native.MlockallFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mmap(System.IntPtr start, ulong length, Mono.Unix.Native.MmapProts prot, Mono.Unix.Native.MmapFlags flags, int fd, long offset);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int mprotect(System.IntPtr start, ulong len, Mono.Unix.Native.MmapProts prot);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr mremap(System.IntPtr old_address, ulong old_size, ulong new_size, Mono.Unix.Native.MremapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int msync(System.IntPtr start, ulong len, Mono.Unix.Native.MsyncFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlock(System.IntPtr start, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munlockall();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int munmap(System.IntPtr start, ulong length);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nanosleep(ref Mono.Unix.Native.Timespec req, ref Mono.Unix.Native.Timespec rem);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int nice(int inc);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ntohl(uint netlong);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern ushort ntohs(ushort netshort);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int open([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode);
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags) { throw null; }
- public static int openat(int dirfd, string pathname, Mono.Unix.Native.OpenFlags flags, Mono.Unix.Native.FilePermissions mode) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr opendir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- public static int openlog(System.IntPtr ident, Mono.Unix.Native.SyslogOptions option, Mono.Unix.Native.SyslogFacility defaultFacility) { throw null; }
- public static long pathconf(string path, Mono.Unix.Native.PathconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pathconf([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, Mono.Unix.Native.PathconfName name, Mono.Unix.Native.Errno defaultError);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pause();
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int pipe(out int reading, out int writing);
- public static int pipe(int[] filedes) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, int timeout) { throw null; }
- public static int poll(Mono.Unix.Native.Pollfd[] fds, uint nfds, int timeout) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fadvise(int fd, long offset, long len, Mono.Unix.Native.PosixFadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_fallocate(int fd, long offset, ulong len);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int posix_madvise(System.IntPtr addr, ulong len, Mono.Unix.Native.PosixMadviseAdvice advice);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pread(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pread(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long preadv(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- public static int psignal(Mono.Unix.Native.Signum sig, string s) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long pwrite(int fd, System.IntPtr buf, ulong count, long offset);
- public unsafe static long pwrite(int fd, void* buf, ulong count, long offset) { throw null; }
- public static long pwritev(int fd, Mono.Unix.Native.Iovec[] iov, long offset) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long read(int fd, System.IntPtr buf, ulong count);
- public unsafe static long read(int fd, void* buf, ulong count) { throw null; }
- public static Mono.Unix.Native.Dirent readdir(System.IntPtr dir) { throw null; }
- public static int readdir_r(System.IntPtr dirp, Mono.Unix.Native.Dirent entry, out System.IntPtr result) { result = default(System.IntPtr); throw null; }
- public static long readlink(string path, byte[] buf) { throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlink(string path, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readlinkat(int dirfd, string pathname, byte[] buf) { throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf) { buf = default(System.Text.StringBuilder); throw null; }
- public static int readlinkat(int dirfd, string pathname, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong bufsiz) { buf = default(System.Text.StringBuilder); throw null; }
- public static long readv(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static long recv(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recv(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long recv(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long recvfrom(int socket, byte[] buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvfrom(int socket, System.IntPtr buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long recvfrom(int socket, void* buffer, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long recvmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int remap_file_pages(System.IntPtr start, ulong size, Mono.Unix.Native.MmapProts prot, long pgoff, Mono.Unix.Native.MmapFlags flags);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int removexattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int renameat(int olddirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int newdirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int revoke([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rewinddir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int rmdir([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern System.IntPtr sbrk(System.IntPtr increment);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seekdir(System.IntPtr dir, long offset);
- public static long send(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long send(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public unsafe static long send(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sendfile(int out_fd, int in_fd, ref long offset, ulong count);
- public static long sendmsg(int socket, Mono.Unix.Native.Msghdr message, Mono.Unix.Native.MessageFlags flags) { throw null; }
- public static long sendto(int socket, byte[] message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static long sendto(int socket, System.IntPtr message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public unsafe static long sendto(int socket, void* message, ulong length, Mono.Unix.Native.MessageFlags flags, Mono.Unix.Native.Sockaddr address) { throw null; }
- public static int setdomainname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setdomainname(string name, ulong len);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setegid(uint uid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int seteuid(uint euid);
- public static int setfsent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgid(uint gid);
- public static int setgrent() { throw null; }
- public static int setgroups(uint[] list) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setgroups(ulong size, uint[] list);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostid(long hostid);
- public static int sethostname(string name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sethostname(string name, ulong len);
- [System.ObsoleteAttribute("This is insecure and should not be used", true)]
- public static int setkey(string key) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setlogin(string name);
- public static int setlogmask(Mono.Unix.Native.SyslogLevel mask) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgid(int pid, int pgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setpgrp();
- public static int setpwent() { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setregid(uint rgid, uint egid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresgid(uint rgid, uint egid, uint sgid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setresuid(uint ruid, uint euid, uint suid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setreuid(uint ruid, uint euid);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setsid();
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Linger option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, Mono.Unix.Native.Timeval option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, byte[] option_value, long option_len) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, int option_value) { throw null; }
- public static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, System.IntPtr option_value, long option_len) { throw null; }
- public unsafe static int setsockopt(int socket, Mono.Unix.Native.UnixSocketProtocol level, Mono.Unix.Native.UnixSocketOptionName option_name, void* option_value, long option_len) { throw null; }
- public static int settimeofday(ref Mono.Unix.Native.Timeval tv) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int settimeofday(ref Mono.Unix.Native.Timeval tv, ref Mono.Unix.Native.Timezone tz);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setuid(uint uid);
- public static int setusershell() { throw null; }
- public static int setxattr(string path, string name, byte[] value) { throw null; }
- public static int setxattr(string path, string name, byte[] value, Mono.Unix.Native.XattrFlags flags) { throw null; }
- public static int setxattr(string path, string name, byte[] value, ulong size) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int setxattr([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string name, byte[] value, ulong size, Mono.Unix.Native.XattrFlags flags);
- public static int shutdown(int socket, Mono.Unix.Native.ShutdownOption how) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint sleep(uint seconds);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sockatmark(int socket);
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socket(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol) { throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketFlags flags, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- public static int socketpair(Mono.Unix.Native.UnixAddressFamily domain, Mono.Unix.Native.UnixSocketType type, Mono.Unix.Native.UnixSocketProtocol protocol, out int socket1, out int socket2) { socket1 = default(int); socket2 = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string file_name, out Mono.Unix.Native.Stat buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int statvfs([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, out Mono.Unix.Native.Statvfs buf);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int stime(ref long t);
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf) { throw null; }
- public static int strerror_r(Mono.Unix.Native.Errno errnum, System.Text.StringBuilder buf, ulong n) { throw null; }
- public static string strsignal(Mono.Unix.Native.Signum sig) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int swab(System.IntPtr from, System.IntPtr to, long n);
- public unsafe static void swab(void* from, void* to, long n) { }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int symlinkat([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string oldpath, int dirfd, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string newpath);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int sync();
- public static long sysconf(Mono.Unix.Native.SysconfName name) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long sysconf(Mono.Unix.Native.SysconfName name, Mono.Unix.Native.Errno defaultError);
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogFacility, SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogFacility facility, Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string message) { throw null; }
- [System.ObsoleteAttribute("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogLevel, string) instead.")]
- public static int syslog(Mono.Unix.Native.SyslogLevel level, string format, params object[] parameters) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcgetpgrp(int fd);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int tcsetpgrp(int fd, int pgrp);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long telldir(System.IntPtr dir);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long time(out long t);
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int truncate([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string path, long length);
- public static string ttyname(int fd) { throw null; }
- public static int ttyname_r(int fd, System.Text.StringBuilder buf) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyname_r(int fd, [System.Runtime.InteropServices.Out]System.Text.StringBuilder buf, ulong buflen);
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int ttyslot();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern uint ualarm(uint usecs, uint interval);
- public static Mono.Unix.Native.FilePermissions umask(Mono.Unix.Native.FilePermissions mask) { throw null; }
- public static int uname(out Mono.Unix.Native.Utsname buf) { buf = default(Mono.Unix.Native.Utsname); throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int unlink([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "Mono.Unix.Native.FileNameMarshaler")]string pathname);
- public static int unlinkat(int dirfd, string pathname, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utime(string filename) { throw null; }
- public static int utime(string filename, ref Mono.Unix.Native.Utimbuf buf) { throw null; }
- public static int utimensat(int dirfd, string pathname, Mono.Unix.Native.Timespec[] times, Mono.Unix.Native.AtFlags flags) { throw null; }
- public static int utimes(string filename, Mono.Unix.Native.Timeval[] tvp) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int vhangup();
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int wait(out int status);
- public static int waitpid(int pid, out int status, Mono.Unix.Native.WaitOptions options) { status = default(int); throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern int WEXITSTATUS(int status);
- public static bool WIFEXITED(int status) { throw null; }
- public static bool WIFSIGNALED(int status) { throw null; }
- public static bool WIFSTOPPED(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("MonoPosixHelper")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]public static extern long write(int fd, System.IntPtr buf, ulong count);
- public unsafe static long write(int fd, void* buf, ulong count) { throw null; }
- public static long writev(int fd, Mono.Unix.Native.Iovec[] iov) { throw null; }
- public static Mono.Unix.Native.Signum WSTOPSIG(int status) { throw null; }
- public static Mono.Unix.Native.Signum WTERMSIG(int status) { throw null; }
- [System.Runtime.InteropServices.DllImport("libc")][System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)][System.CLSCompliantAttribute(false)]
- public static extern int _exit(int status);
- }
- [System.CLSCompliantAttribute(false)]
- public enum SysconfName
- {
- _SC_2_CHAR_TERM = 95,
- _SC_2_C_BIND = 47,
- _SC_2_C_DEV = 48,
- _SC_2_C_VERSION = 96,
- _SC_2_FORT_DEV = 49,
- _SC_2_FORT_RUN = 50,
- _SC_2_LOCALEDEF = 52,
- _SC_2_PBS = 168,
- _SC_2_PBS_ACCOUNTING = 169,
- _SC_2_PBS_CHECKPOINT = 175,
- _SC_2_PBS_LOCATE = 170,
- _SC_2_PBS_MESSAGE = 171,
- _SC_2_PBS_TRACK = 172,
- _SC_2_SW_DEV = 51,
- _SC_2_UPE = 97,
- _SC_2_VERSION = 46,
- _SC_ADVISORY_INFO = 132,
- _SC_AIO_LISTIO_MAX = 23,
- _SC_AIO_MAX = 24,
- _SC_AIO_PRIO_DELTA_MAX = 25,
- _SC_ARG_MAX = 0,
- _SC_ASYNCHRONOUS_IO = 12,
- _SC_ATEXIT_MAX = 87,
- _SC_AVPHYS_PAGES = 86,
- _SC_BARRIERS = 133,
- _SC_BASE = 134,
- _SC_BC_BASE_MAX = 36,
- _SC_BC_DIM_MAX = 37,
- _SC_BC_SCALE_MAX = 38,
- _SC_BC_STRING_MAX = 39,
- _SC_CHARCLASS_NAME_MAX = 45,
- _SC_CHAR_BIT = 101,
- _SC_CHAR_MAX = 102,
- _SC_CHAR_MIN = 103,
- _SC_CHILD_MAX = 1,
- _SC_CLK_TCK = 2,
- _SC_CLOCK_SELECTION = 137,
- _SC_COLL_WEIGHTS_MAX = 40,
- _SC_CPUTIME = 138,
- _SC_C_LANG_SUPPORT = 135,
- _SC_C_LANG_SUPPORT_R = 136,
- _SC_DELAYTIMER_MAX = 26,
- _SC_DEVICE_IO = 140,
- _SC_DEVICE_SPECIFIC = 141,
- _SC_DEVICE_SPECIFIC_R = 142,
- _SC_EQUIV_CLASS_MAX = 41,
- _SC_EXPR_NEST_MAX = 42,
- _SC_FD_MGMT = 143,
- _SC_FIFO = 144,
- _SC_FILE_ATTRIBUTES = 146,
- _SC_FILE_LOCKING = 147,
- _SC_FILE_SYSTEM = 148,
- _SC_FSYNC = 15,
- _SC_GETGR_R_SIZE_MAX = 69,
- _SC_GETPW_R_SIZE_MAX = 70,
- _SC_HOST_NAME_MAX = 180,
- _SC_INT_MAX = 104,
- _SC_INT_MIN = 105,
- _SC_IOV_MAX = 60,
- _SC_JOB_CONTROL = 7,
- _SC_LEVEL1_DCACHE_ASSOC = 189,
- _SC_LEVEL1_DCACHE_LINESIZE = 190,
- _SC_LEVEL1_DCACHE_SIZE = 188,
- _SC_LEVEL1_ICACHE_ASSOC = 186,
- _SC_LEVEL1_ICACHE_LINESIZE = 187,
- _SC_LEVEL1_ICACHE_SIZE = 185,
- _SC_LEVEL2_CACHE_ASSOC = 192,
- _SC_LEVEL2_CACHE_LINESIZE = 193,
- _SC_LEVEL2_CACHE_SIZE = 191,
- _SC_LEVEL3_CACHE_ASSOC = 195,
- _SC_LEVEL3_CACHE_LINESIZE = 196,
- _SC_LEVEL3_CACHE_SIZE = 194,
- _SC_LEVEL4_CACHE_ASSOC = 198,
- _SC_LEVEL4_CACHE_LINESIZE = 199,
- _SC_LEVEL4_CACHE_SIZE = 197,
- _SC_LINE_MAX = 43,
- _SC_LOGIN_NAME_MAX = 71,
- _SC_LONG_BIT = 106,
- _SC_MAPPED_FILES = 16,
- _SC_MB_LEN_MAX = 108,
- _SC_MEMLOCK = 17,
- _SC_MEMLOCK_RANGE = 18,
- _SC_MEMORY_PROTECTION = 19,
- _SC_MESSAGE_PASSING = 20,
- _SC_MONOTONIC_CLOCK = 149,
- _SC_MQ_OPEN_MAX = 27,
- _SC_MQ_PRIO_MAX = 28,
- _SC_MULTI_PROCESS = 150,
- _SC_NETWORKING = 152,
- _SC_NGROUPS_MAX = 3,
- _SC_NL_ARGMAX = 119,
- _SC_NL_LANGMAX = 120,
- _SC_NL_MSGMAX = 121,
- _SC_NL_NMAX = 122,
- _SC_NL_SETMAX = 123,
- _SC_NL_TEXTMAX = 124,
- _SC_NPROCESSORS_CONF = 83,
- _SC_NPROCESSORS_ONLN = 84,
- _SC_NZERO = 109,
- _SC_OPEN_MAX = 4,
- _SC_PAGESIZE = 30,
- _SC_PASS_MAX = 88,
- _SC_PHYS_PAGES = 85,
- _SC_PII = 53,
- _SC_PII_INTERNET = 56,
- _SC_PII_INTERNET_DGRAM = 62,
- _SC_PII_INTERNET_STREAM = 61,
- _SC_PII_OSI = 57,
- _SC_PII_OSI_CLTS = 64,
- _SC_PII_OSI_COTS = 63,
- _SC_PII_OSI_M = 65,
- _SC_PII_SOCKET = 55,
- _SC_PII_XTI = 54,
- _SC_PIPE = 145,
- _SC_POLL = 58,
- _SC_PRIORITIZED_IO = 13,
- _SC_PRIORITY_SCHEDULING = 10,
- _SC_READER_WRITER_LOCKS = 153,
- _SC_REALTIME_SIGNALS = 9,
- _SC_REGEXP = 155,
- _SC_REGEX_VERSION = 156,
- _SC_RE_DUP_MAX = 44,
- _SC_RTSIG_MAX = 31,
- _SC_SAVED_IDS = 8,
- _SC_SCHAR_MAX = 111,
- _SC_SCHAR_MIN = 112,
- _SC_SELECT = 59,
- _SC_SEMAPHORES = 21,
- _SC_SEM_NSEMS_MAX = 32,
- _SC_SEM_VALUE_MAX = 33,
- _SC_SHARED_MEMORY_OBJECTS = 22,
- _SC_SHELL = 157,
- _SC_SHRT_MAX = 113,
- _SC_SHRT_MIN = 114,
- _SC_SIGNALS = 158,
- _SC_SIGQUEUE_MAX = 34,
- _SC_SINGLE_PROCESS = 151,
- _SC_SPAWN = 159,
- _SC_SPIN_LOCKS = 154,
- _SC_SPORADIC_SERVER = 160,
- _SC_SSIZE_MAX = 110,
- _SC_STREAMS = 174,
- _SC_STREAM_MAX = 5,
- _SC_SYMLOOP_MAX = 173,
- _SC_SYNCHRONIZED_IO = 14,
- _SC_SYSTEM_DATABASE = 162,
- _SC_SYSTEM_DATABASE_R = 163,
- _SC_THREADS = 67,
- _SC_THREAD_ATTR_STACKADDR = 77,
- _SC_THREAD_ATTR_STACKSIZE = 78,
- _SC_THREAD_CPUTIME = 139,
- _SC_THREAD_DESTRUCTOR_ITERATIONS = 73,
- _SC_THREAD_KEYS_MAX = 74,
- _SC_THREAD_PRIORITY_SCHEDULING = 79,
- _SC_THREAD_PRIO_INHERIT = 80,
- _SC_THREAD_PRIO_PROTECT = 81,
- _SC_THREAD_PROCESS_SHARED = 82,
- _SC_THREAD_SAFE_FUNCTIONS = 68,
- _SC_THREAD_SPORADIC_SERVER = 161,
- _SC_THREAD_STACK_MIN = 75,
- _SC_THREAD_THREADS_MAX = 76,
- _SC_TIMEOUTS = 164,
- _SC_TIMERS = 11,
- _SC_TIMER_MAX = 35,
- _SC_TRACE = 181,
- _SC_TRACE_EVENT_FILTER = 182,
- _SC_TRACE_INHERIT = 183,
- _SC_TRACE_LOG = 184,
- _SC_TTY_NAME_MAX = 72,
- _SC_TYPED_MEMORY_OBJECTS = 165,
- _SC_TZNAME_MAX = 6,
- _SC_T_IOV_MAX = 66,
- _SC_UCHAR_MAX = 115,
- _SC_UINT_MAX = 116,
- _SC_UIO_MAXIOV = 60,
- _SC_ULONG_MAX = 117,
- _SC_USER_GROUPS = 166,
- _SC_USER_GROUPS_R = 167,
- _SC_USHRT_MAX = 118,
- _SC_V6_ILP32_OFF32 = 176,
- _SC_V6_ILP32_OFFBIG = 177,
- _SC_V6_LP64_OFF64 = 178,
- _SC_V6_LPBIG_OFFBIG = 179,
- _SC_VERSION = 29,
- _SC_WORD_BIT = 107,
- _SC_XBS5_ILP32_OFF32 = 125,
- _SC_XBS5_ILP32_OFFBIG = 126,
- _SC_XBS5_LP64_OFF64 = 127,
- _SC_XBS5_LPBIG_OFFBIG = 128,
- _SC_XOPEN_CRYPT = 92,
- _SC_XOPEN_ENH_I18N = 93,
- _SC_XOPEN_LEGACY = 129,
- _SC_XOPEN_REALTIME = 130,
- _SC_XOPEN_REALTIME_THREADS = 131,
- _SC_XOPEN_SHM = 94,
- _SC_XOPEN_UNIX = 91,
- _SC_XOPEN_VERSION = 89,
- _SC_XOPEN_XCU_VERSION = 90,
- _SC_XOPEN_XPG2 = 98,
- _SC_XOPEN_XPG3 = 99,
- _SC_XOPEN_XPG4 = 100,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogFacility
- {
- LOG_AUTH = 32,
- LOG_AUTHPRIV = 80,
- LOG_CRON = 72,
- LOG_DAEMON = 24,
- LOG_FTP = 88,
- LOG_KERN = 0,
- LOG_LOCAL0 = 128,
- LOG_LOCAL1 = 136,
- LOG_LOCAL2 = 144,
- LOG_LOCAL3 = 152,
- LOG_LOCAL4 = 160,
- LOG_LOCAL5 = 168,
- LOG_LOCAL6 = 176,
- LOG_LOCAL7 = 184,
- LOG_LPR = 48,
- LOG_MAIL = 16,
- LOG_NEWS = 56,
- LOG_SYSLOG = 40,
- LOG_USER = 8,
- LOG_UUCP = 64,
- }
- [System.CLSCompliantAttribute(false)]
- public enum SyslogLevel
- {
- LOG_ALERT = 1,
- LOG_CRIT = 2,
- LOG_DEBUG = 7,
- LOG_EMERG = 0,
- LOG_ERR = 3,
- LOG_INFO = 6,
- LOG_NOTICE = 5,
- LOG_WARNING = 4,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum SyslogOptions
- {
- LOG_CONS = 2,
- LOG_NDELAY = 8,
- LOG_NOWAIT = 16,
- LOG_ODELAY = 4,
- LOG_PERROR = 32,
- LOG_PID = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timespec : System.IEquatable<Mono.Unix.Native.Timespec>
- {
- public long tv_nsec;
- public long tv_sec;
- public bool Equals(Mono.Unix.Native.Timespec value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timespec lhs, Mono.Unix.Native.Timespec rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timeval : System.IEquatable<Mono.Unix.Native.Timeval>
- {
- public long tv_sec;
- public long tv_usec;
- public bool Equals(Mono.Unix.Native.Timeval value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timeval lhs, Mono.Unix.Native.Timeval rhs) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Timezone : System.IEquatable<Mono.Unix.Native.Timezone>
- {
- public int tz_minuteswest;
- public bool Equals(Mono.Unix.Native.Timezone value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Timezone lhs, Mono.Unix.Native.Timezone rhs) { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixAddressFamily
- {
- AF_ALG = 38,
- AF_APPLETALK = 5,
- AF_ASH = 18,
- AF_ATMPVC = 8,
- AF_ATMSVC = 20,
- AF_AX25 = 3,
- AF_BLUETOOTH = 31,
- AF_BRIDGE = 7,
- AF_CAIF = 37,
- AF_CAN = 29,
- AF_DECnet = 12,
- AF_ECONET = 19,
- AF_IEEE802154 = 36,
- AF_INET = 2,
- AF_INET6 = 10,
- AF_IPX = 4,
- AF_IRDA = 23,
- AF_ISDN = 34,
- AF_IUCV = 32,
- AF_KEY = 15,
- AF_LLC = 26,
- AF_NETBEUI = 13,
- AF_NETLINK = 16,
- AF_NETROM = 6,
- AF_NFC = 39,
- AF_PACKET = 17,
- AF_PHONET = 35,
- AF_PPPOX = 24,
- AF_RDS = 21,
- AF_ROSE = 11,
- AF_RXRPC = 33,
- AF_SECURITY = 14,
- AF_SNA = 22,
- AF_TIPC = 30,
- AF_UNIX = 1,
- AF_UNSPEC = 0,
- AF_VSOCK = 40,
- AF_WANPIPE = 25,
- AF_X25 = 9,
- Unknown = 65536,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketControlMessage
- {
- SCM_CREDENTIALS = 2,
- SCM_RIGHTS = 1,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum UnixSocketFlags
- {
- SOCK_CLOEXEC = 524288,
- SOCK_NONBLOCK = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketOptionName
- {
- SO_ACCEPTCONN = 30,
- SO_ATTACH_FILTER = 26,
- SO_BINDTODEVICE = 25,
- SO_BROADCAST = 6,
- SO_BSDCOMPAT = 14,
- SO_BUSY_POLL = 46,
- SO_DEBUG = 1,
- SO_DETACH_FILTER = 27,
- SO_DOMAIN = 39,
- SO_DONTROUTE = 5,
- SO_ERROR = 4,
- SO_KEEPALIVE = 9,
- SO_LINGER = 13,
- SO_LOCK_FILTER = 44,
- SO_MARK = 36,
- SO_MAX_PACING_RATE = 47,
- SO_NOFCS = 43,
- SO_NO_CHECK = 11,
- SO_OOBINLINE = 10,
- SO_PASSCRED = 16,
- SO_PASSSEC = 34,
- SO_PEEK_OFF = 42,
- SO_PEERCRED = 17,
- SO_PEERNAME = 28,
- SO_PEERSEC = 31,
- SO_PRIORITY = 12,
- SO_PROTOCOL = 38,
- SO_RCVBUF = 8,
- SO_RCVBUFFORCE = 33,
- SO_RCVLOWAT = 18,
- SO_RCVTIMEO = 20,
- SO_REUSEADDR = 2,
- SO_REUSEPORT = 15,
- SO_RXQ_OVFL = 40,
- SO_SECURITY_AUTHENTICATION = 22,
- SO_SECURITY_ENCRYPTION_NETWORK = 24,
- SO_SECURITY_ENCRYPTION_TRANSPORT = 23,
- SO_SELECT_ERR_QUEUE = 45,
- SO_SNDBUF = 7,
- SO_SNDBUFFORCE = 32,
- SO_SNDLOWAT = 19,
- SO_SNDTIMEO = 21,
- SO_TIMESTAMP = 29,
- SO_TIMESTAMPING = 37,
- SO_TIMESTAMPNS = 35,
- SO_TYPE = 3,
- SO_WIFI_STATUS = 41,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketProtocol
- {
- IPPROTO_AH = 51,
- IPPROTO_BEETPH = 94,
- IPPROTO_COMP = 108,
- IPPROTO_DCCP = 33,
- IPPROTO_EGP = 8,
- IPPROTO_ENCAP = 98,
- IPPROTO_ESP = 50,
- IPPROTO_GRE = 47,
- IPPROTO_ICMP = 1,
- IPPROTO_IDP = 22,
- IPPROTO_IGMP = 2,
- IPPROTO_IP = 1024,
- IPPROTO_IPIP = 4,
- IPPROTO_IPV6 = 41,
- IPPROTO_MTP = 92,
- IPPROTO_PIM = 103,
- IPPROTO_PUP = 12,
- IPPROTO_RAW = 255,
- IPPROTO_RSVP = 46,
- IPPROTO_SCTP = 132,
- IPPROTO_TCP = 6,
- IPPROTO_TP = 29,
- IPPROTO_UDP = 17,
- IPPROTO_UDPLITE = 136,
- SOL_SOCKET = 2048,
- }
- [System.CLSCompliantAttribute(false)]
- public enum UnixSocketType
- {
- SOCK_DCCP = 6,
- SOCK_DGRAM = 2,
- SOCK_PACKET = 10,
- SOCK_RAW = 3,
- SOCK_RDM = 4,
- SOCK_SEQPACKET = 5,
- SOCK_STREAM = 1,
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct Utimbuf : System.IEquatable<Mono.Unix.Native.Utimbuf>
- {
- public long actime;
- public long modtime;
- public bool Equals(Mono.Unix.Native.Utimbuf value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utimbuf lhs, Mono.Unix.Native.Utimbuf rhs) { throw null; }
- }
- public sealed partial class Utsname : System.IEquatable<Mono.Unix.Native.Utsname>
- {
- public string domainname;
- public string machine;
- public string nodename;
- public string release;
- public string sysname;
- public string version;
- public Utsname() { }
- public bool Equals(Mono.Unix.Native.Utsname value) { throw null; }
- public override bool Equals(object obj) { throw null; }
- public override int GetHashCode() { throw null; }
- public static bool operator ==(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public static bool operator !=(Mono.Unix.Native.Utsname lhs, Mono.Unix.Native.Utsname rhs) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum WaitOptions
- {
- WNOHANG = 1,
- WUNTRACED = 2,
- }
- [System.CLSCompliantAttribute(false)]
- [System.FlagsAttribute]
- public enum XattrFlags
- {
- XATTR_AUTO = 0,
- XATTR_CREATE = 1,
- XATTR_REPLACE = 2,
- }
-}
diff --git a/src/v4.7/Mono.Security.Win32.cs b/src/v4.7/Mono.Security.Win32.cs
deleted file mode 100644
index c1a9b70..0000000
--- a/src/v4.7/Mono.Security.Win32.cs
+++ /dev/null
@@ -1,102 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.Win32.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Security.Cryptography
-{
- public partial class CapiContext : System.IDisposable
- {
- public CapiContext() { }
- public CapiContext(System.Security.Cryptography.CspParameters csp) { }
- public int Error { get { throw null; } }
- public System.IntPtr Handle { get { throw null; } }
- public bool Result { get { throw null; } }
- public void Dispose() { }
- ~CapiContext() { }
- }
- public partial class CapiHash : System.IDisposable
- {
- public CapiHash(Mono.Security.Cryptography.CapiContext ctx, int hashAlgorithm) { }
- public CapiHash(int hashAlgorithm) { }
- public CapiHash(System.Security.Cryptography.CspParameters cspParams, int hashAlgorithm) { }
- public System.IntPtr Handle { get { throw null; } }
- public int HashSize { get { throw null; } }
- public void Dispose() { }
- ~CapiHash() { }
- public void HashCore(byte[] data, int start, int length) { }
- public byte[] HashFinal() { throw null; }
- public void Initialize(int algo) { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2CryptoServiceProvider : Mono.Security.Cryptography.MD2
- {
- public MD2CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD2CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4CryptoServiceProvider : Mono.Security.Cryptography.MD4
- {
- public MD4CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD4CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class MD5CryptoServiceProvider : System.Security.Cryptography.MD5
- {
- public MD5CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~MD5CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public partial class RNGCryptoServiceProvider : System.Security.Cryptography.RandomNumberGenerator
- {
- public RNGCryptoServiceProvider() { }
- public RNGCryptoServiceProvider(byte[] rgb) { }
- public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters cspParams) { }
- public RNGCryptoServiceProvider(string str) { }
- ~RNGCryptoServiceProvider() { }
- public override void GetBytes(byte[] data) { }
- public override void GetNonZeroBytes(byte[] data) { }
- }
- public partial class SHA1CryptoServiceProvider : System.Security.Cryptography.SHA1
- {
- public SHA1CryptoServiceProvider() { }
- protected override void Dispose(bool disposing) { }
- ~SHA1CryptoServiceProvider() { }
- protected override void HashCore(byte[] rgb, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
diff --git a/src/v4.7/Mono.Security.cs b/src/v4.7/Mono.Security.cs
deleted file mode 100644
index 954d6ff..0000000
--- a/src/v4.7/Mono.Security.cs
+++ /dev/null
@@ -1,2147 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003-2004 Various Authors")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Security.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Security.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System, PublicKey=00000000000000000400000000000000")]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Math
-{
- public partial class BigInteger
- {
- public BigInteger() { }
- public BigInteger(Mono.Math.BigInteger bi) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger bi, uint len) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(Mono.Math.BigInteger.Sign sign, uint len) { }
- public BigInteger(byte[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint ui) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(uint[] inData) { }
- [System.CLSCompliantAttribute(false)]
- public BigInteger(ulong ul) { }
- public static Mono.Math.BigInteger Add(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public int BitCount() { throw null; }
- public void Clear() { }
- [System.CLSCompliantAttribute(false)]
- public void ClearBit(uint bitNum) { }
- public Mono.Math.BigInteger.Sign Compare(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Divid(Mono.Math.BigInteger bi, int i) { throw null; }
- public override bool Equals(object o) { throw null; }
- public Mono.Math.BigInteger GCD(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger GeneratePseudoPrime(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits) { throw null; }
- public static Mono.Math.BigInteger GenerateRandom(int bits, System.Security.Cryptography.RandomNumberGenerator rng) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public void Incr2() { }
- public bool IsProbablePrime() { throw null; }
- public int LowestSetBit() { throw null; }
- public Mono.Math.BigInteger ModInverse(Mono.Math.BigInteger modulus) { throw null; }
- public Mono.Math.BigInteger ModPow(Mono.Math.BigInteger exp, Mono.Math.BigInteger n) { throw null; }
- public static Mono.Math.BigInteger Modulus(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int Modulus(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint Modulus(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Multiply(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger NextHighestPrime(Mono.Math.BigInteger bi) { throw null; }
- public static Mono.Math.BigInteger operator +(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator /(Mono.Math.BigInteger bi, int i) { throw null; }
- public static bool operator ==(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator ==(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static bool operator >(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator >=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static implicit operator Mono.Math.BigInteger (int value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (uint value) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static implicit operator Mono.Math.BigInteger (ulong value) { throw null; }
- public static bool operator !=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool operator !=(Mono.Math.BigInteger bi1, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator <<(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static bool operator <(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static bool operator <=(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator %(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static int operator %(Mono.Math.BigInteger bi, int i) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static uint operator %(Mono.Math.BigInteger bi, uint ui) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger operator *(Mono.Math.BigInteger bi, int i) { throw null; }
- public static Mono.Math.BigInteger operator >>(Mono.Math.BigInteger bi1, int shiftVal) { throw null; }
- public static Mono.Math.BigInteger operator -(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public static Mono.Math.BigInteger Parse(string number) { throw null; }
- public void Randomize() { }
- public void Randomize(System.Security.Cryptography.RandomNumberGenerator rng) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum) { }
- [System.CLSCompliantAttribute(false)]
- public void SetBit(uint bitNum, bool value) { }
- public static Mono.Math.BigInteger Subtract(Mono.Math.BigInteger bi1, Mono.Math.BigInteger bi2) { throw null; }
- public bool TestBit(int bitNum) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public bool TestBit(uint bitNum) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public string ToString(uint radix, string characterSet) { throw null; }
- public sealed partial class ModulusRing
- {
- public ModulusRing(Mono.Math.BigInteger modulus) { }
- public void BarrettReduction(Mono.Math.BigInteger x) { }
- public Mono.Math.BigInteger Difference(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Multiply(Mono.Math.BigInteger a, Mono.Math.BigInteger b) { throw null; }
- public Mono.Math.BigInteger Pow(Mono.Math.BigInteger a, Mono.Math.BigInteger k) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public Mono.Math.BigInteger Pow(uint b, Mono.Math.BigInteger exp) { throw null; }
- }
- public enum Sign
- {
- Negative = -1,
- Positive = 1,
- Zero = 0,
- }
- }
-}
-namespace Mono.Math.Prime
-{
- public enum ConfidenceFactor
- {
- ExtraHigh = 4,
- ExtraLow = 0,
- High = 3,
- Low = 1,
- Medium = 2,
- Provable = 5,
- }
- public delegate bool PrimalityTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence);
- public sealed partial class PrimalityTests
- {
- internal PrimalityTests() { }
- public static bool RabinMillerTest(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool SmallPrimeSppTest(Mono.Math.BigInteger bi, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- public static bool Test(Mono.Math.BigInteger n, Mono.Math.Prime.ConfidenceFactor confidence) { throw null; }
- }
-}
-namespace Mono.Math.Prime.Generator
-{
- public partial class NextPrimeFinder : Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
- {
- public NextPrimeFinder() { }
- protected override Mono.Math.BigInteger GenerateSearchBase(int bits, object Context) { throw null; }
- }
- public abstract partial class PrimeGeneratorBase
- {
- protected PrimeGeneratorBase() { }
- public virtual Mono.Math.Prime.ConfidenceFactor Confidence { get { throw null; } }
- public virtual Mono.Math.Prime.PrimalityTest PrimalityTest { get { throw null; } }
- public virtual int TrialDivisionBounds { get { throw null; } }
- public abstract Mono.Math.BigInteger GenerateNewPrime(int bits);
- protected bool PostTrialDivisionTests(Mono.Math.BigInteger bi) { throw null; }
- }
- public partial class SequentialSearchPrimeGeneratorBase : Mono.Math.Prime.Generator.PrimeGeneratorBase
- {
- public SequentialSearchPrimeGeneratorBase() { }
- public override Mono.Math.BigInteger GenerateNewPrime(int bits) { throw null; }
- public virtual Mono.Math.BigInteger GenerateNewPrime(int bits, object context) { throw null; }
- protected virtual Mono.Math.BigInteger GenerateSearchBase(int bits, object context) { throw null; }
- protected virtual bool IsPrimeAcceptable(Mono.Math.BigInteger bi, object context) { throw null; }
- }
-}
-namespace Mono.Security
-{
- public partial class ASN1
- {
- public ASN1() { }
- public ASN1(byte tag) { }
- public ASN1(byte tag, byte[] data) { }
- public ASN1(byte[] data) { }
- public int Count { get { throw null; } }
- public Mono.Security.ASN1 this[int index] { get { throw null; } }
- public int Length { get { throw null; } }
- public byte Tag { get { throw null; } }
- public byte[] Value { get { throw null; } set { } }
- public Mono.Security.ASN1 Add(Mono.Security.ASN1 asn1) { throw null; }
- public bool CompareValue(byte[] value) { throw null; }
- protected void Decode(byte[] asn1, ref int anPos, int anLength) { }
- protected void DecodeTLV(byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content) { tag = default(byte); length = default(int); content = default(byte[]); }
- public Mono.Security.ASN1 Element(int index, byte anTag) { throw null; }
- public bool Equals(byte[] asn1) { throw null; }
- public virtual byte[] GetBytes() { throw null; }
- public void SaveToFile(string filename) { }
- public override string ToString() { throw null; }
- }
- public static partial class ASN1Convert
- {
- public static Mono.Security.ASN1 FromDateTime(System.DateTime dt) { throw null; }
- public static Mono.Security.ASN1 FromInt32(int value) { throw null; }
- public static Mono.Security.ASN1 FromOid(string oid) { throw null; }
- public static Mono.Security.ASN1 FromUnsignedBigInteger(byte[] big) { throw null; }
- public static System.DateTime ToDateTime(Mono.Security.ASN1 time) { throw null; }
- public static int ToInt32(Mono.Security.ASN1 asn1) { throw null; }
- public static string ToOid(Mono.Security.ASN1 asn1) { throw null; }
- }
- public sealed partial class PKCS7
- {
- internal PKCS7() { }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid) { throw null; }
- public static Mono.Security.ASN1 AlgorithmIdentifier(string oid, Mono.Security.ASN1 parameters) { throw null; }
- public static Mono.Security.ASN1 Attribute(string oid, Mono.Security.ASN1 value) { throw null; }
- public static Mono.Security.ASN1 IssuerAndSerialNumber(Mono.Security.X509.X509Certificate x509) { throw null; }
- public partial class ContentInfo
- {
- public ContentInfo() { }
- public ContentInfo(Mono.Security.ASN1 asn1) { }
- public ContentInfo(byte[] data) { }
- public ContentInfo(string oid) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.ASN1 Content { get { throw null; } set { } }
- public string ContentType { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EncryptedData
- {
- public EncryptedData() { }
- public EncryptedData(Mono.Security.ASN1 asn1) { }
- public EncryptedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class EnvelopedData
- {
- public EnvelopedData() { }
- public EnvelopedData(Mono.Security.ASN1 asn1) { }
- public EnvelopedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public byte[] EncryptedContent { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo EncryptionAlgorithm { get { throw null; } }
- public System.Collections.ArrayList RecipientInfos { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public partial class Oid
- {
- public const string contentType = "1.2.840.113549.1.9.3";
- public const string countersignature = "1.2.840.113549.1.9.6";
- public const string data = "1.2.840.113549.1.7.1";
- public const string digestedData = "1.2.840.113549.1.7.5";
- public const string encryptedData = "1.2.840.113549.1.7.6";
- public const string envelopedData = "1.2.840.113549.1.7.3";
- public const string messageDigest = "1.2.840.113549.1.9.4";
- public const string rsaEncryption = "1.2.840.113549.1.1.1";
- public const string signedAndEnvelopedData = "1.2.840.113549.1.7.4";
- public const string signedData = "1.2.840.113549.1.7.2";
- public const string signingTime = "1.2.840.113549.1.9.5";
- public Oid() { }
- }
- public partial class RecipientInfo
- {
- public RecipientInfo() { }
- public RecipientInfo(Mono.Security.ASN1 data) { }
- public string Issuer { get { throw null; } }
- public byte[] Key { get { throw null; } }
- public string Oid { get { throw null; } }
- public byte[] Serial { get { throw null; } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public int Version { get { throw null; } }
- }
- public partial class SignedData
- {
- public SignedData() { }
- public SignedData(Mono.Security.ASN1 asn1) { }
- public SignedData(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public Mono.Security.PKCS7.ContentInfo ContentInfo { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string HashName { get { throw null; } set { } }
- public Mono.Security.PKCS7.SignerInfo SignerInfo { get { throw null; } }
- public bool UseAuthenticatedAttributes { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- }
- public partial class SignerInfo
- {
- public SignerInfo() { }
- public SignerInfo(Mono.Security.ASN1 asn1) { }
- public SignerInfo(byte[] data) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public System.Collections.ArrayList AuthenticatedAttributes { get { throw null; } }
- public Mono.Security.X509.X509Certificate Certificate { get { throw null; } set { } }
- public string HashName { get { throw null; } set { } }
- public string IssuerName { get { throw null; } }
- public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] Signature { get { throw null; } set { } }
- public byte[] SubjectKeyIdentifier { get { throw null; } }
- public System.Collections.ArrayList UnauthenticatedAttributes { get { throw null; } }
- public byte Version { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public sealed partial class StrongName
- {
- public StrongName() { }
- public StrongName(byte[] data) { }
- public StrongName(int keySize) { }
- public StrongName(System.Security.Cryptography.RSA rsa) { }
- public bool CanSign { get { throw null; } }
- public byte[] PublicKey { get { throw null; } }
- public byte[] PublicKeyToken { get { throw null; } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public string TokenAlgorithm { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] Hash(string fileName) { throw null; }
- public bool Sign(string fileName) { throw null; }
- public bool Verify(System.IO.Stream stream) { throw null; }
- public bool Verify(string fileName) { throw null; }
- }
-}
-namespace Mono.Security.Authenticode
-{
- public partial class AuthenticodeBase
- {
- public const string spcIndirectDataContext = "1.3.6.1.4.1.311.2.1.4";
- public AuthenticodeBase() { }
- protected byte[] HashFile(string fileName, string hashName) { throw null; }
- }
- public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeDeformatter() { }
- public AuthenticodeDeformatter(string fileName) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public string FileName { get { throw null; } set { } }
- public byte[] Hash { get { throw null; } }
- public int Reason { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
- public System.DateTime Timestamp { get { throw null; } }
- public bool IsTrusted() { throw null; }
- }
- public partial class AuthenticodeFormatter : Mono.Security.Authenticode.AuthenticodeBase
- {
- public AuthenticodeFormatter() { }
- public Mono.Security.Authenticode.Authority Authority { get { throw null; } set { } }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crl { get { throw null; } }
- public string Description { get { throw null; } set { } }
- public string Hash { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public System.Uri TimestampUrl { get { throw null; } set { } }
- public System.Uri Url { get { throw null; } set { } }
- public void ProcessTimestamp(byte[] response) { }
- public bool Sign(string fileName) { throw null; }
- public bool Timestamp(string fileName) { throw null; }
- public Mono.Security.ASN1 TimestampRequest(byte[] signature) { throw null; }
- }
- public enum Authority
- {
- Commercial = 1,
- Individual = 0,
- Maximum = 2,
- }
- public partial class PrivateKey
- {
- public PrivateKey() { }
- public PrivateKey(byte[] data, string password) { }
- public bool Encrypted { get { throw null; } }
- public int KeyType { get { throw null; } set { } }
- public System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public bool Weak { get { throw null; } set { } }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename) { throw null; }
- public static Mono.Security.Authenticode.PrivateKey CreateFromFile(string filename, string password) { throw null; }
- public void Save(string filename) { }
- public void Save(string filename, string password) { }
- }
- public partial class SoftwarePublisherCertificate
- {
- public SoftwarePublisherCertificate() { }
- public SoftwarePublisherCertificate(byte[] data) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public static Mono.Security.Authenticode.SoftwarePublisherCertificate CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Cryptography
-{
- public partial class ARC4Managed : Mono.Security.Cryptography.RC4, System.IDisposable, System.Security.Cryptography.ICryptoTransform
- {
- public ARC4Managed() { }
- public bool CanReuseTransform { get { throw null; } }
- public bool CanTransformMultipleBlocks { get { throw null; } }
- public int InputBlockSize { get { throw null; } }
- public override byte[] Key { get { throw null; } set { } }
- public int OutputBlockSize { get { throw null; } }
- public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgvIV) { throw null; }
- protected override void Dispose(bool disposing) { }
- ~ARC4Managed() { }
- public override void GenerateIV() { }
- public override void GenerateKey() { }
- public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw null; }
- public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw null; }
- }
- public partial class BlockProcessor
- {
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform) { }
- public BlockProcessor(System.Security.Cryptography.ICryptoTransform transform, int blockSize) { }
- public void Core(byte[] rgb) { }
- public void Core(byte[] rgb, int ib, int cb) { }
- public byte[] Final() { throw null; }
- ~BlockProcessor() { }
- public void Initialize() { }
- }
- public sealed partial class CryptoConvert
- {
- internal CryptoConvert() { }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPrivateKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob) { throw null; }
- public static System.Security.Cryptography.RSA FromCapiPublicKeyBlob(byte[] blob, int offset) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob) { throw null; }
- public static System.Security.Cryptography.DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset) { throw null; }
- public static byte[] FromHex(string hex) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.AsymmetricAlgorithm keypair, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.DSA dsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiKeyBlob(System.Security.Cryptography.RSA rsa, bool includePrivateKey) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] ToCapiPublicKeyBlob(System.Security.Cryptography.RSA rsa) { throw null; }
- public static string ToHex(byte[] input) { throw null; }
- }
- public enum DHKeyGeneration
- {
- Random = 0,
- Static = 1,
- }
- [System.SerializableAttribute]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct DHParameters
- {
- public byte[] G;
- public byte[] P;
- [System.NonSerializedAttribute]
- public byte[] X;
- }
- public abstract partial class DiffieHellman : System.Security.Cryptography.AsymmetricAlgorithm
- {
- protected DiffieHellman() { }
- public static new Mono.Security.Cryptography.DiffieHellman Create() { throw null; }
- public static new Mono.Security.Cryptography.DiffieHellman Create(string algName) { throw null; }
- public abstract byte[] CreateKeyExchange();
- public abstract byte[] DecryptKeyExchange(byte[] keyex);
- public abstract Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivate);
- public override void FromXmlString(string xmlString) { }
- public abstract void ImportParameters(Mono.Security.Cryptography.DHParameters parameters);
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- }
- public sealed partial class DiffieHellmanManaged : Mono.Security.Cryptography.DiffieHellman
- {
- public DiffieHellmanManaged() { }
- public DiffieHellmanManaged(byte[] p, byte[] g, byte[] x) { }
- public DiffieHellmanManaged(byte[] p, byte[] g, int l) { }
- public DiffieHellmanManaged(int bitLength, int l, Mono.Security.Cryptography.DHKeyGeneration method) { }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public override byte[] CreateKeyExchange() { throw null; }
- public override byte[] DecryptKeyExchange(byte[] keyEx) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override Mono.Security.Cryptography.DHParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~DiffieHellmanManaged() { }
- public override void ImportParameters(Mono.Security.Cryptography.DHParameters parameters) { }
- }
- public sealed partial class KeyBuilder
- {
- internal KeyBuilder() { }
- public static byte[] IV(int size) { throw null; }
- public static byte[] Key(int size) { throw null; }
- }
- public partial class KeyPairPersistence
- {
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { }
- public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) { }
- public string Filename { get { throw null; } }
- public string KeyValue { get { throw null; } set { } }
- public System.Security.Cryptography.CspParameters Parameters { get { throw null; } }
- public bool Load() { throw null; }
- public void Remove() { }
- public void Save() { }
- }
- public abstract partial class MD2 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD2() { }
- public static new Mono.Security.Cryptography.MD2 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD2 Create(string hashName) { throw null; }
- }
- public partial class MD2Managed : Mono.Security.Cryptography.MD2
- {
- public MD2Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public abstract partial class MD4 : System.Security.Cryptography.HashAlgorithm
- {
- protected MD4() { }
- public static new Mono.Security.Cryptography.MD4 Create() { throw null; }
- public static new Mono.Security.Cryptography.MD4 Create(string hashName) { throw null; }
- }
- public partial class MD4Managed : Mono.Security.Cryptography.MD4
- {
- public MD4Managed() { }
- protected override void HashCore(byte[] array, int ibStart, int cbSize) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
- public sealed partial class PKCS1
- {
- internal PKCS1() { }
- public static byte[] Decrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] C) { throw null; }
- public static byte[] Decrypt_v15(System.Security.Cryptography.RSA rsa, byte[] C) { throw null; }
- public static byte[] Encode_v15(System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, int emLength) { throw null; }
- public static byte[] Encrypt_OAEP(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] Encrypt_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.RandomNumberGenerator rng, byte[] M) { throw null; }
- public static byte[] I2OSP(byte[] x, int size) { throw null; }
- public static byte[] I2OSP(int x, int size) { throw null; }
- public static byte[] MGF1(System.Security.Cryptography.HashAlgorithm hash, byte[] mgfSeed, int maskLen) { throw null; }
- public static byte[] OS2IP(byte[] x) { throw null; }
- public static byte[] RSADP(System.Security.Cryptography.RSA rsa, byte[] c) { throw null; }
- public static byte[] RSAEP(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSASP1(System.Security.Cryptography.RSA rsa, byte[] m) { throw null; }
- public static byte[] RSAVP1(System.Security.Cryptography.RSA rsa, byte[] s) { throw null; }
- public static byte[] Sign_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature) { throw null; }
- public static bool Verify_v15(System.Security.Cryptography.RSA rsa, System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding) { throw null; }
- }
- public sealed partial class PKCS8
- {
- internal PKCS8() { }
- public static Mono.Security.Cryptography.PKCS8.KeyInfo GetType(byte[] data) { throw null; }
- public partial class EncryptedPrivateKeyInfo
- {
- public EncryptedPrivateKeyInfo() { }
- public EncryptedPrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public byte[] EncryptedData { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- }
- public enum KeyInfo
- {
- EncryptedPrivateKey = 1,
- PrivateKey = 0,
- Unknown = 2,
- }
- public partial class PrivateKeyInfo
- {
- public PrivateKeyInfo() { }
- public PrivateKeyInfo(byte[] data) { }
- public string Algorithm { get { throw null; } set { } }
- public System.Collections.ArrayList Attributes { get { throw null; } }
- public byte[] PrivateKey { get { throw null; } set { } }
- public int Version { get { throw null; } set { } }
- public static System.Security.Cryptography.DSA DecodeDSA(byte[] privateKey, System.Security.Cryptography.DSAParameters dsaParameters) { throw null; }
- public static System.Security.Cryptography.RSA DecodeRSA(byte[] keypair) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.DSA dsa) { throw null; }
- public static byte[] Encode(System.Security.Cryptography.RSA rsa) { throw null; }
- public byte[] GetBytes() { throw null; }
- }
- }
- public abstract partial class RC4 : System.Security.Cryptography.SymmetricAlgorithm
- {
- public RC4() { }
- public override byte[] IV { get { throw null; } set { } }
- public static new Mono.Security.Cryptography.RC4 Create() { throw null; }
- public static new Mono.Security.Cryptography.RC4 Create(string algName) { throw null; }
- }
- public partial class RSAManaged : System.Security.Cryptography.RSA
- {
- public RSAManaged() { }
- public RSAManaged(int keySize) { }
- public bool IsCrtPossible { get { throw null; } }
- public override string KeyExchangeAlgorithm { get { throw null; } }
- public override int KeySize { get { throw null; } }
- public bool PublicOnly { get { throw null; } }
- public override string SignatureAlgorithm { get { throw null; } }
- public bool UseKeyBlinding { get { throw null; } set { } }
- public event Mono.Security.Cryptography.RSAManaged.KeyGeneratedEventHandler KeyGenerated { add { } remove { } }
- public override byte[] DecryptValue(byte[] rgb) { throw null; }
- protected override void Dispose(bool disposing) { }
- public override byte[] EncryptValue(byte[] rgb) { throw null; }
- public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw null; }
- ~RSAManaged() { }
- public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { }
- public override string ToXmlString(bool includePrivateParameters) { throw null; }
- public delegate void KeyGeneratedEventHandler(object sender, System.EventArgs e);
- }
- public abstract partial class SHA224 : System.Security.Cryptography.HashAlgorithm
- {
- public SHA224() { }
- public static new Mono.Security.Cryptography.SHA224 Create() { throw null; }
- public static new Mono.Security.Cryptography.SHA224 Create(string hashName) { throw null; }
- }
- public partial class SHA224Managed : Mono.Security.Cryptography.SHA224
- {
- public SHA224Managed() { }
- protected override void HashCore(byte[] rgb, int start, int size) { }
- protected override byte[] HashFinal() { throw null; }
- public override void Initialize() { }
- }
-}
-namespace Mono.Security.Interface
-{
- public partial class Alert
- {
- public Alert(Mono.Security.Interface.AlertDescription description) { }
- public Alert(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.AlertDescription Description { get { throw null; } }
- public bool IsCloseNotify { get { throw null; } }
- public bool IsWarning { get { throw null; } }
- public Mono.Security.Interface.AlertLevel Level { get { throw null; } }
- public string Message { get { throw null; } }
- public static string GetAlertMessage(Mono.Security.Interface.AlertDescription description) { throw null; }
- public override string ToString() { throw null; }
- }
- public enum AlertDescription : byte
- {
- AccessDenied = (byte)49,
- BadCertificate = (byte)42,
- BadRecordMAC = (byte)20,
- CertificateExpired = (byte)45,
- CertificateRevoked = (byte)44,
- CertificateUnknown = (byte)46,
- CloseNotify = (byte)0,
- DecodeError = (byte)50,
- DecompressionFailure = (byte)30,
- DecryptError = (byte)51,
- DecryptionFailed_RESERVED = (byte)21,
- ExportRestriction = (byte)60,
- HandshakeFailure = (byte)40,
- IlegalParameter = (byte)47,
- InsuficientSecurity = (byte)71,
- InternalError = (byte)80,
- NoCertificate_RESERVED = (byte)41,
- NoRenegotiation = (byte)100,
- ProtocolVersion = (byte)70,
- RecordOverflow = (byte)22,
- UnexpectedMessage = (byte)10,
- UnknownCA = (byte)48,
- UnsupportedCertificate = (byte)43,
- UnsupportedExtension = (byte)110,
- UserCancelled = (byte)90,
- }
- public enum AlertLevel : byte
- {
- Fatal = (byte)2,
- Warning = (byte)1,
- }
- public partial class BufferOffsetSize : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public BufferOffsetSize(byte[] buffer) { }
- public BufferOffsetSize(byte[] buffer, int offset, int size) { }
- public BufferOffsetSize(int size) { }
- public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int EndOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public byte[] GetBuffer() { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void TruncateTo(int newSize) { }
- }
- public static partial class CertificateValidationHelper
- {
- public static bool SupportsTrustAnchors { get { throw null; } }
- public static bool SupportsX509Chain { get { throw null; } }
- public static Mono.Security.Interface.ICertificateValidator GetValidator(Mono.Security.Interface.MonoTlsSettings settings) { throw null; }
- }
- public enum CipherAlgorithmType
- {
- Aes128 = 1,
- Aes256 = 2,
- AesGcm128 = 3,
- AesGcm256 = 4,
- None = 0,
- }
- [System.CLSCompliantAttribute(false)]
- public enum CipherSuiteCode : ushort
- {
- TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)17,
- TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)19,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA = (ushort)50,
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 = (ushort)64,
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 = (ushort)162,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA = (ushort)56,
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 = (ushort)106,
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 = (ushort)163,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)68,
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)189,
- TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49280,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)135,
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)195,
- TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49281,
- TLS_DHE_DSS_WITH_DES_CBC_SHA = (ushort)18,
- TLS_DHE_DSS_WITH_SEED_CBC_SHA = (ushort)153,
- TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)143,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA = (ushort)144,
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)178,
- TLS_DHE_PSK_WITH_AES_128_CCM = (ushort)49318,
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 = (ushort)170,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA = (ushort)145,
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)179,
- TLS_DHE_PSK_WITH_AES_256_CCM = (ushort)49319,
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 = (ushort)171,
- TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49302,
- TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49296,
- TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49303,
- TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49297,
- TLS_DHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58396,
- TLS_DHE_PSK_WITH_NULL_SHA = (ushort)45,
- TLS_DHE_PSK_WITH_NULL_SHA256 = (ushort)180,
- TLS_DHE_PSK_WITH_NULL_SHA384 = (ushort)181,
- TLS_DHE_PSK_WITH_RC4_128_SHA = (ushort)142,
- TLS_DHE_PSK_WITH_SALSA20_SHA1 = (ushort)58397,
- TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)20,
- TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)22,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA = (ushort)51,
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)103,
- TLS_DHE_RSA_WITH_AES_128_CCM = (ushort)49310,
- TLS_DHE_RSA_WITH_AES_128_CCM_8 = (ushort)49314,
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)158,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA = (ushort)57,
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = (ushort)107,
- TLS_DHE_RSA_WITH_AES_256_CCM = (ushort)49311,
- TLS_DHE_RSA_WITH_AES_256_CCM_8 = (ushort)49315,
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)159,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)69,
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)190,
- TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49276,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)136,
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)196,
- TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49277,
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52245,
- TLS_DHE_RSA_WITH_DES_CBC_SHA = (ushort)21,
- TLS_DHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58398,
- TLS_DHE_RSA_WITH_SALSA20_SHA1 = (ushort)58399,
- TLS_DHE_RSA_WITH_SEED_CBC_SHA = (ushort)154,
- TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA = (ushort)25,
- TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 = (ushort)23,
- TLS_DH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)27,
- TLS_DH_anon_WITH_AES_128_CBC_SHA = (ushort)52,
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 = (ushort)108,
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 = (ushort)166,
- TLS_DH_anon_WITH_AES_256_CBC_SHA = (ushort)58,
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 = (ushort)109,
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 = (ushort)167,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA = (ushort)70,
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)191,
- TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49284,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA = (ushort)137,
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)197,
- TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49285,
- TLS_DH_anon_WITH_DES_CBC_SHA = (ushort)26,
- TLS_DH_anon_WITH_RC4_128_MD5 = (ushort)24,
- TLS_DH_anon_WITH_SEED_CBC_SHA = (ushort)155,
- TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA = (ushort)11,
- TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)13,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA = (ushort)48,
- TLS_DH_DSS_WITH_AES_128_CBC_SHA256 = (ushort)62,
- TLS_DH_DSS_WITH_AES_128_GCM_SHA256 = (ushort)164,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA = (ushort)54,
- TLS_DH_DSS_WITH_AES_256_CBC_SHA256 = (ushort)104,
- TLS_DH_DSS_WITH_AES_256_GCM_SHA384 = (ushort)165,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA = (ushort)66,
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)187,
- TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49282,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA = (ushort)133,
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)193,
- TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49283,
- TLS_DH_DSS_WITH_DES_CBC_SHA = (ushort)12,
- TLS_DH_DSS_WITH_SEED_CBC_SHA = (ushort)151,
- TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)14,
- TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)16,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA = (ushort)49,
- TLS_DH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)63,
- TLS_DH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)160,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA = (ushort)55,
- TLS_DH_RSA_WITH_AES_256_CBC_SHA256 = (ushort)105,
- TLS_DH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)161,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)67,
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)188,
- TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49278,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)134,
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)194,
- TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49279,
- TLS_DH_RSA_WITH_DES_CBC_SHA = (ushort)15,
- TLS_DH_RSA_WITH_SEED_CBC_SHA = (ushort)152,
- TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49160,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49161,
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49187,
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49195,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49162,
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49188,
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49196,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49266,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49286,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49267,
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49287,
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52244,
- TLS_ECDHE_ECDSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58388,
- TLS_ECDHE_ECDSA_WITH_NULL_SHA = (ushort)49158,
- TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = (ushort)49159,
- TLS_ECDHE_ECDSA_WITH_SALSA20_SHA1 = (ushort)58389,
- TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)49204,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA = (ushort)49205,
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 = (ushort)49207,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA = (ushort)49206,
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 = (ushort)49208,
- TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49306,
- TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49307,
- TLS_ECDHE_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58392,
- TLS_ECDHE_PSK_WITH_NULL_SHA = (ushort)49209,
- TLS_ECDHE_PSK_WITH_NULL_SHA256 = (ushort)49210,
- TLS_ECDHE_PSK_WITH_NULL_SHA384 = (ushort)49211,
- TLS_ECDHE_PSK_WITH_RC4_128_SHA = (ushort)49203,
- TLS_ECDHE_PSK_WITH_SALSA20_SHA1 = (ushort)58393,
- TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49170,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = (ushort)49171,
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49191,
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49199,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = (ushort)49172,
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49192,
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49200,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49270,
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49290,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49271,
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49291,
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = (ushort)52243,
- TLS_ECDHE_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58386,
- TLS_ECDHE_RSA_WITH_NULL_SHA = (ushort)49168,
- TLS_ECDHE_RSA_WITH_RC4_128_SHA = (ushort)49169,
- TLS_ECDHE_RSA_WITH_SALSA20_SHA1 = (ushort)58387,
- TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA = (ushort)49175,
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA = (ushort)49176,
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA = (ushort)49177,
- TLS_ECDH_anon_WITH_NULL_SHA = (ushort)49173,
- TLS_ECDH_anon_WITH_RC4_128_SHA = (ushort)49174,
- TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA = (ushort)49155,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA = (ushort)49156,
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 = (ushort)49189,
- TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 = (ushort)49197,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA = (ushort)49157,
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 = (ushort)49190,
- TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 = (ushort)49198,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49268,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49288,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49269,
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49289,
- TLS_ECDH_ECDSA_WITH_NULL_SHA = (ushort)49153,
- TLS_ECDH_ECDSA_WITH_RC4_128_SHA = (ushort)49154,
- TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49165,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA = (ushort)49166,
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 = (ushort)49193,
- TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 = (ushort)49201,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA = (ushort)49167,
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 = (ushort)49194,
- TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 = (ushort)49202,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49272,
- TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49292,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49273,
- TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49293,
- TLS_ECDH_RSA_WITH_NULL_SHA = (ushort)49163,
- TLS_ECDH_RSA_WITH_RC4_128_SHA = (ushort)49164,
- TLS_EMPTY_RENEGOTIATION_INFO_SCSV = (ushort)255,
- TLS_FALLBACK_SCSV = (ushort)22016,
- TLS_NULL_WITH_NULL_NULL = (ushort)0,
- TLS_PSK_DHE_WITH_AES_128_CCM_8 = (ushort)49322,
- TLS_PSK_DHE_WITH_AES_256_CCM_8 = (ushort)49323,
- TLS_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)139,
- TLS_PSK_WITH_AES_128_CBC_SHA = (ushort)140,
- TLS_PSK_WITH_AES_128_CBC_SHA256 = (ushort)174,
- TLS_PSK_WITH_AES_128_CCM = (ushort)49316,
- TLS_PSK_WITH_AES_128_CCM_8 = (ushort)49320,
- TLS_PSK_WITH_AES_128_GCM_SHA256 = (ushort)168,
- TLS_PSK_WITH_AES_256_CBC_SHA = (ushort)141,
- TLS_PSK_WITH_AES_256_CBC_SHA384 = (ushort)175,
- TLS_PSK_WITH_AES_256_CCM = (ushort)49317,
- TLS_PSK_WITH_AES_256_CCM_8 = (ushort)49321,
- TLS_PSK_WITH_AES_256_GCM_SHA384 = (ushort)169,
- TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49300,
- TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49294,
- TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49301,
- TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49295,
- TLS_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58390,
- TLS_PSK_WITH_NULL_SHA = (ushort)44,
- TLS_PSK_WITH_NULL_SHA256 = (ushort)176,
- TLS_PSK_WITH_NULL_SHA384 = (ushort)177,
- TLS_PSK_WITH_RC4_128_SHA = (ushort)138,
- TLS_PSK_WITH_SALSA20_SHA1 = (ushort)58391,
- TLS_RSA_EXPORT_WITH_DES40_CBC_SHA = (ushort)8,
- TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 = (ushort)6,
- TLS_RSA_EXPORT_WITH_RC4_40_MD5 = (ushort)3,
- TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA = (ushort)147,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA = (ushort)148,
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 = (ushort)182,
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 = (ushort)172,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA = (ushort)149,
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 = (ushort)183,
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 = (ushort)173,
- TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)49304,
- TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49298,
- TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 = (ushort)49305,
- TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49299,
- TLS_RSA_PSK_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58394,
- TLS_RSA_PSK_WITH_NULL_SHA = (ushort)46,
- TLS_RSA_PSK_WITH_NULL_SHA256 = (ushort)184,
- TLS_RSA_PSK_WITH_NULL_SHA384 = (ushort)185,
- TLS_RSA_PSK_WITH_RC4_128_SHA = (ushort)146,
- TLS_RSA_PSK_WITH_SALSA20_SHA1 = (ushort)58395,
- TLS_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)10,
- TLS_RSA_WITH_AES_128_CBC_SHA = (ushort)47,
- TLS_RSA_WITH_AES_128_CBC_SHA256 = (ushort)60,
- TLS_RSA_WITH_AES_128_CCM = (ushort)49308,
- TLS_RSA_WITH_AES_128_CCM_8 = (ushort)49312,
- TLS_RSA_WITH_AES_128_GCM_SHA256 = (ushort)156,
- TLS_RSA_WITH_AES_256_CBC_SHA = (ushort)53,
- TLS_RSA_WITH_AES_256_CBC_SHA256 = (ushort)61,
- TLS_RSA_WITH_AES_256_CCM = (ushort)49309,
- TLS_RSA_WITH_AES_256_CCM_8 = (ushort)49313,
- TLS_RSA_WITH_AES_256_GCM_SHA384 = (ushort)157,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA = (ushort)65,
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 = (ushort)186,
- TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 = (ushort)49274,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA = (ushort)132,
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 = (ushort)192,
- TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 = (ushort)49275,
- TLS_RSA_WITH_DES_CBC_SHA = (ushort)9,
- TLS_RSA_WITH_ESTREAM_SALSA20_SHA1 = (ushort)58384,
- TLS_RSA_WITH_IDEA_CBC_SHA = (ushort)7,
- TLS_RSA_WITH_NULL_MD5 = (ushort)1,
- TLS_RSA_WITH_NULL_SHA = (ushort)2,
- TLS_RSA_WITH_NULL_SHA256 = (ushort)59,
- TLS_RSA_WITH_RC4_128_MD5 = (ushort)4,
- TLS_RSA_WITH_RC4_128_SHA = (ushort)5,
- TLS_RSA_WITH_SALSA20_SHA1 = (ushort)58385,
- TLS_RSA_WITH_SEED_CBC_SHA = (ushort)150,
- TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA = (ushort)49180,
- TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA = (ushort)49183,
- TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA = (ushort)49186,
- TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA = (ushort)49179,
- TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA = (ushort)49182,
- TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA = (ushort)49185,
- TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA = (ushort)49178,
- TLS_SRP_SHA_WITH_AES_128_CBC_SHA = (ushort)49181,
- TLS_SRP_SHA_WITH_AES_256_CBC_SHA = (ushort)49184,
- }
- public enum ExchangeAlgorithmType
- {
- Dhe = 1,
- EcDhe = 3,
- None = 0,
- Rsa = 2,
- }
- public enum HashAlgorithmType
- {
- Md5 = 1,
- Md5Sha1 = 254,
- None = 0,
- Sha1 = 2,
- Sha224 = 3,
- Sha256 = 4,
- Sha384 = 5,
- Sha512 = 6,
- Unknown = 255,
- }
- public partial interface IBufferOffsetSize
- {
- byte[] Buffer { get; }
- int Offset { get; }
- int Size { get; }
- }
- public partial interface ICertificateValidator
- {
- Mono.Security.Interface.MonoTlsSettings Settings { get; }
- bool SelectClientCertificate(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers, out System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate);
- Mono.Security.Interface.ValidationResult ValidateCertificate(string targetHost, bool serverMode, System.Security.Cryptography.X509Certificates.X509CertificateCollection certificates);
- }
- public partial interface IMonoSslStream : System.IDisposable
- {
- System.Net.Security.AuthenticatedStream AuthenticatedStream { get; }
- bool CanRead { get; }
- bool CanTimeout { get; }
- bool CanWrite { get; }
- bool CheckCertRevocationStatus { get; }
- System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get; }
- int CipherStrength { get; }
- System.Security.Authentication.HashAlgorithmType HashAlgorithm { get; }
- int HashStrength { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate InternalLocalCertificate { get; }
- bool IsAuthenticated { get; }
- bool IsEncrypted { get; }
- bool IsMutuallyAuthenticated { get; }
- bool IsServer { get; }
- bool IsSigned { get; }
- System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get; }
- int KeyExchangeStrength { get; }
- long Length { get; }
- System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get; }
- long Position { get; }
- Mono.Security.Interface.MonoTlsProvider Provider { get; }
- int ReadTimeout { get; set; }
- System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get; }
- System.Security.Authentication.SslProtocols SslProtocol { get; }
- System.Net.TransportContext TransportContext { get; }
- int WriteTimeout { get; set; }
- void AuthenticateAsClient(string targetHost);
- void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost);
- System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate);
- System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState);
- void EndAuthenticateAsClient(System.IAsyncResult asyncResult);
- void EndAuthenticateAsServer(System.IAsyncResult asyncResult);
- int EndRead(System.IAsyncResult asyncResult);
- void EndWrite(System.IAsyncResult asyncResult);
- void Flush();
- Mono.Security.Interface.MonoTlsConnectionInfo GetConnectionInfo();
- int Read(byte[] buffer, int offset, int count);
- void SetLength(long value);
- void Write(byte[] buffer);
- void Write(byte[] buffer, int offset, int count);
- }
- public partial interface IMonoTlsEventSink
- {
- void Error(System.Exception exception);
- void ReceivedCloseNotify();
- }
- public enum MonoEncryptionPolicy
- {
- AllowNoEncryption = 1,
- NoEncryption = 2,
- RequireEncryption = 0,
- }
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate MonoLocalCertificateSelectionCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers);
- public delegate bool MonoRemoteCertificateValidationCallback(string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, Mono.Security.Interface.MonoSslPolicyErrors sslPolicyErrors);
- [System.FlagsAttribute]
- public enum MonoSslPolicyErrors
- {
- None = 0,
- RemoteCertificateChainErrors = 4,
- RemoteCertificateNameMismatch = 2,
- RemoteCertificateNotAvailable = 1,
- }
- public partial class MonoTlsConnectionInfo
- {
- public MonoTlsConnectionInfo() { }
- public Mono.Security.Interface.CipherAlgorithmType CipherAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode CipherSuiteCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.ExchangeAlgorithmType ExchangeAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.HashAlgorithmType HashAlgorithmType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public string PeerDomainName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.TlsProtocols ProtocolVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class MonoTlsProvider
- {
- internal MonoTlsProvider() { }
- public abstract System.Guid ID { get; }
- public abstract string Name { get; }
- public abstract System.Security.Authentication.SslProtocols SupportedProtocols { get; }
- public abstract bool SupportsConnectionInfo { get; }
- public abstract bool SupportsMonoExtensions { get; }
- public abstract bool SupportsSslStream { get; }
- public abstract Mono.Security.Interface.IMonoSslStream CreateSslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings=null);
- }
- public static partial class MonoTlsProviderFactory
- {
- public static bool IsInitialized { get { throw null; } }
- public static System.Net.HttpListener CreateHttpListener(System.Security.Cryptography.X509Certificates.X509Certificate certificate, Mono.Security.Interface.MonoTlsProvider provider=null, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- public static System.Net.HttpWebRequest CreateHttpsRequest(System.Uri requestUri, Mono.Security.Interface.MonoTlsProvider provider, Mono.Security.Interface.MonoTlsSettings settings=null) { throw null; }
- [System.ObsoleteAttribute("Use GetProvider() instead.")]
- public static Mono.Security.Interface.MonoTlsProvider GetDefaultProvider() { throw null; }
- public static Mono.Security.Interface.IMonoSslStream GetMonoSslStream(System.Net.Security.SslStream stream) { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider() { throw null; }
- public static Mono.Security.Interface.MonoTlsProvider GetProvider(string provider) { throw null; }
- public static void Initialize() { }
- public static void Initialize(string provider) { }
- public static bool IsProviderSupported(string provider) { throw null; }
- [System.ObsoleteAttribute("Use Initialize(string provider) instead.")]
- public static void SetDefaultProvider(string name) { }
- }
- public sealed partial class MonoTlsSettings
- {
- public MonoTlsSettings() { }
- public bool CallbackNeedsCertificateChain { get { throw null; } set { } }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.ICertificateValidator CertificateValidator { get { throw null; } }
- public bool CheckCertificateName { get { throw null; } set { } }
- public bool CheckCertificateRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Interface.MonoLocalCertificateSelectionCallback ClientCertificateSelectionCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public static Mono.Security.Interface.MonoTlsSettings DefaultSettings { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<Mono.Security.Interface.TlsProtocols> EnabledProtocols { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public Mono.Security.Interface.MonoRemoteCertificateValidationCallback RemoteCertificateValidationCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public bool SkipSystemValidators { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection TrustAnchors { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public object UserSettings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public System.Nullable<bool> UseServicePointManagerCallback { get { throw null; } set { } }
- public Mono.Security.Interface.MonoTlsSettings Clone() { throw null; }
- [System.ObsoleteAttribute("Do not use outside System.dll!")]
- public Mono.Security.Interface.MonoTlsSettings CloneWithValidator(Mono.Security.Interface.ICertificateValidator validator) { throw null; }
- public static Mono.Security.Interface.MonoTlsSettings CopyDefaultSettings() { throw null; }
- }
- public abstract partial class SecretParameters : System.IDisposable
- {
- protected SecretParameters() { }
- protected void CheckDisposed() { }
- protected abstract void Clear();
- protected static void Clear(byte[] array) { }
- public void Dispose() { }
- ~SecretParameters() { }
- }
- public partial class SecureBuffer : Mono.Security.Interface.SecretParameters, Mono.Security.Interface.IBufferOffsetSize
- {
- public SecureBuffer(byte[] buffer) { }
- public SecureBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- int Mono.Security.Interface.IBufferOffsetSize.Offset { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static Mono.Security.Interface.SecureBuffer CreateCopy(byte[] buffer) { throw null; }
- public byte[] StealBuffer() { throw null; }
- }
- public partial class TlsBuffer : Mono.Security.Interface.SecretParameters
- {
- public static readonly byte[] EmptyArray;
- protected TlsBuffer() { }
- public TlsBuffer(Mono.Security.Interface.IBufferOffsetSize bos) { }
- public TlsBuffer(byte[] buffer) { }
- public TlsBuffer(byte[] buffer, int offset, int size) { }
- public TlsBuffer(int size) { }
- public byte[] Buffer { get { throw null; } }
- public int EndOffset { get { throw null; } }
- public int Offset { get { throw null; } }
- public int Position { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- public int Remaining { get { throw null; } }
- public int Size { get { throw null; } }
- protected override void Clear() { }
- public static bool Compare(Mono.Security.Interface.IBufferOffsetSize buffer1, Mono.Security.Interface.IBufferOffsetSize buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, byte[] buffer2) { throw null; }
- public static bool Compare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public static int ConstantTimeCompare(byte[] buffer1, int offset1, int size1, byte[] buffer2, int offset2, int size2) { throw null; }
- public Mono.Security.Interface.IBufferOffsetSize GetRemaining() { throw null; }
- protected virtual void MakeRoomInternal(int size) { }
- public Mono.Security.Interface.TlsBuffer ReadBuffer(int length) { throw null; }
- public byte ReadByte() { throw null; }
- public byte[] ReadBytes(int count) { throw null; }
- public short ReadInt16() { throw null; }
- public int ReadInt24() { throw null; }
- public int ReadInt32() { throw null; }
- public Mono.Security.Interface.SecureBuffer ReadSecureBuffer(int count) { throw null; }
- protected void SetBuffer(byte[] buffer, int offset, int size) { }
- public void Write(Mono.Security.Interface.IBufferOffsetSize buffer) { }
- public void Write(byte value) { }
- public void Write(byte[] buffer) { }
- public void Write(byte[] buffer, int offset, int size) { }
- public void Write(short value) { }
- public void Write(int value) { }
- public void Write(ulong value) { }
- public static void WriteInt16(byte[] buffer, int offset, short value) { }
- public static void WriteInt24(byte[] buffer, int offset, int value) { }
- public void WriteInt24(int value) { }
- public static void WriteInt32(byte[] buffer, int offset, int value) { }
- public static void WriteInt64(byte[] buffer, int offset, ulong value) { }
- }
- public sealed partial class TlsException : System.Exception
- {
- public TlsException(Mono.Security.Interface.Alert alert) { }
- public TlsException(Mono.Security.Interface.Alert alert, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string message) { }
- public TlsException(Mono.Security.Interface.AlertDescription description, string format, params object[] args) { }
- public TlsException(Mono.Security.Interface.AlertLevel level, Mono.Security.Interface.AlertDescription description) { }
- public Mono.Security.Interface.Alert Alert { get { throw null; } }
- }
- public partial class TlsMultiBuffer
- {
- public TlsMultiBuffer() { }
- public bool IsEmpty { get { throw null; } }
- public bool IsSingle { get { throw null; } }
- public void Add(Mono.Security.Interface.TlsBuffer buffer) { }
- public void Add(byte[] buffer) { }
- public void Add(byte[] buffer, int offset, int size) { }
- public void Clear() { }
- public Mono.Security.Interface.BufferOffsetSize GetBuffer() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize[] GetBufferArray() { throw null; }
- public Mono.Security.Interface.BufferOffsetSize StealBuffer() { throw null; }
- }
- public enum TlsProtocolCode : short
- {
- Tls10 = (short)769,
- Tls11 = (short)770,
- Tls12 = (short)771,
- }
- [System.FlagsAttribute]
- public enum TlsProtocols
- {
- ClientMask = 2688,
- ServerMask = 1344,
- Tls10 = 192,
- Tls10Client = 128,
- Tls10Server = 64,
- Tls11 = 768,
- Tls11Client = 512,
- Tls11Server = 256,
- Tls12 = 3072,
- Tls12Client = 2048,
- Tls12Server = 1024,
- Zero = 0,
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code, System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> policy_errors) { }
- public int ErrorCode { get { throw null; } }
- public System.Nullable<Mono.Security.Interface.MonoSslPolicyErrors> PolicyErrors { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- 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[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public static partial class ChallengeResponse2
- {
- public static void Compute(Mono.Security.Protocol.Ntlm.Type2Message type2, Mono.Security.Protocol.Ntlm.NtlmAuthLevel level, string username, string password, string domain, out byte[] lm, out byte[] ntlm) { lm = default(byte[]); ntlm = default(byte[]); }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public int Type { 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; }
- }
- public enum NtlmAuthLevel
- {
- LM_and_NTLM = 0,
- LM_and_NTLM_and_try_NTLMv2_Session = 1,
- NTLMv2_only = 3,
- NTLM_only = 2,
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateDomainSupplied = 4096,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public static partial class NtlmSettings
- {
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(byte[] message) : 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(byte[] message) : base (default(int)) { }
- public byte[] Nonce { get { throw null; } set { } }
- public byte[] TargetInfo { get { throw null; } }
- public string TargetName { get { throw null; } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.Type2Message type2) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- [System.ObsoleteAttribute("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
- public byte[] Challenge { get { throw null; } set { } }
- [System.ObsoleteAttribute("Use NtlmSettings.DefaultAuthLevel")]
- public static Mono.Security.Protocol.Ntlm.NtlmAuthLevel DefaultAuthLevel { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmAuthLevel Level { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } set { } }
- 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.Interface.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,
- Tls11 = 768,
- Tls12 = 3072,
- }
- 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) { }
- }
-}
-namespace Mono.Security.X509
-{
- public partial class PKCS12 : System.ICloneable
- {
- public const string certBag = "1.2.840.113549.1.12.10.1.3";
- public const string crlBag = "1.2.840.113549.1.12.10.1.4";
- public const int CryptoApiPasswordLimit = 32;
- public const string keyBag = "1.2.840.113549.1.12.10.1.1";
- public const string pbeWithSHAAnd128BitRC2CBC = "1.2.840.113549.1.12.1.5";
- public const string pbeWithSHAAnd128BitRC4 = "1.2.840.113549.1.12.1.1";
- public const string pbeWithSHAAnd2KeyTripleDESCBC = "1.2.840.113549.1.12.1.4";
- public const string pbeWithSHAAnd3KeyTripleDESCBC = "1.2.840.113549.1.12.1.3";
- public const string pbeWithSHAAnd40BitRC2CBC = "1.2.840.113549.1.12.1.6";
- public const string pbeWithSHAAnd40BitRC4 = "1.2.840.113549.1.12.1.2";
- public const string pkcs8ShroudedKeyBag = "1.2.840.113549.1.12.10.1.2";
- public const string safeContentsBag = "1.2.840.113549.1.12.10.1.6";
- public const string sdsiCertificate = "1.2.840.113549.1.9.22.2";
- public const string secretBag = "1.2.840.113549.1.12.10.1.5";
- public const string x509Certificate = "1.2.840.113549.1.9.22.1";
- public const string x509Crl = "1.2.840.113549.1.9.23.1";
- public PKCS12() { }
- public PKCS12(byte[] data) { }
- public PKCS12(byte[] data, byte[] password) { }
- public PKCS12(byte[] data, string password) { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public int IterationCount { get { throw null; } set { } }
- public System.Collections.ArrayList Keys { get { throw null; } }
- public static int MaximumPasswordLength { get { throw null; } set { } }
- public string Password { set { } }
- public System.Collections.ArrayList Secrets { get { throw null; } }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void AddCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attributes) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void AddPkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa, System.Collections.IDictionary attributes) { }
- public void AddSecretBag(byte[] secret) { }
- public void AddSecretBag(byte[] secret, System.Collections.IDictionary attributes) { }
- public object Clone() { throw null; }
- public byte[] Decrypt(Mono.Security.PKCS7.EncryptedData ed) { throw null; }
- public byte[] Decrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] encryptedData) { throw null; }
- public byte[] Encrypt(string algorithmOid, byte[] salt, int iterationCount, byte[] data) { throw null; }
- ~PKCS12() { }
- public System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm(System.Collections.IDictionary attrs) { throw null; }
- public System.Collections.IDictionary GetAttributes(Mono.Security.X509.X509Certificate cert) { throw null; }
- public System.Collections.IDictionary GetAttributes(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Certificate GetCertificate(System.Collections.IDictionary attrs) { throw null; }
- public byte[] GetSecret(System.Collections.IDictionary attrs) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename) { throw null; }
- public static Mono.Security.X509.PKCS12 LoadFromFile(string filename, string password) { throw null; }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert) { }
- public void RemoveCertificate(Mono.Security.X509.X509Certificate cert, System.Collections.IDictionary attrs) { }
- public void RemoveKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemovePkcs8ShroudedKeyBag(System.Security.Cryptography.AsymmetricAlgorithm aa) { }
- public void RemoveSecretBag(byte[] secret) { }
- public void SaveToFile(string filename) { }
- public partial class DeriveBytes
- {
- public DeriveBytes() { }
- public string HashName { get { throw null; } set { } }
- public int IterationCount { get { throw null; } set { } }
- public byte[] Password { get { throw null; } set { } }
- public byte[] Salt { get { throw null; } set { } }
- public byte[] DeriveIV(int size) { throw null; }
- public byte[] DeriveKey(int size) { throw null; }
- public byte[] DeriveMAC(int size) { throw null; }
- public enum Purpose
- {
- IV = 1,
- Key = 0,
- MAC = 2,
- }
- }
- }
- public partial class PKCS5
- {
- public const string pbeWithMD2AndDESCBC = "1.2.840.113549.1.5.1";
- public const string pbeWithMD2AndRC2CBC = "1.2.840.113549.1.5.4";
- public const string pbeWithMD5AndDESCBC = "1.2.840.113549.1.5.3";
- public const string pbeWithMD5AndRC2CBC = "1.2.840.113549.1.5.6";
- public const string pbeWithSHA1AndDESCBC = "1.2.840.113549.1.5.10";
- public const string pbeWithSHA1AndRC2CBC = "1.2.840.113549.1.5.11";
- public PKCS5() { }
- }
- public partial class PKCS9
- {
- public const string friendlyName = "1.2.840.113549.1.9.20";
- public const string localKeyId = "1.2.840.113549.1.9.21";
- public PKCS9() { }
- }
- public sealed partial class X501
- {
- internal X501() { }
- public static Mono.Security.ASN1 FromString(string rdn) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq) { throw null; }
- public static string ToString(Mono.Security.ASN1 seq, bool reversed, string separator, bool quotes) { throw null; }
- }
- public abstract partial class X509Builder
- {
- protected X509Builder() { }
- public string Hash { get { throw null; } set { } }
- protected string GetOid(string hashName) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.DSA key) { throw null; }
- public virtual byte[] Sign(System.Security.Cryptography.RSA key) { throw null; }
- protected abstract Mono.Security.ASN1 ToBeSigned(string hashName);
- }
- public partial class X509Certificate : System.Runtime.Serialization.ISerializable
- {
- public X509Certificate(byte[] data) { }
- protected X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public System.Security.Cryptography.DSA DSA { get { throw null; } set { } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public bool IsSelfSigned { get { throw null; } }
- public virtual string IssuerName { get { throw null; } }
- public byte[] IssuerUniqueIdentifier { get { throw null; } }
- public virtual string KeyAlgorithm { get { throw null; } }
- public virtual byte[] KeyAlgorithmParameters { get { throw null; } set { } }
- public virtual byte[] PublicKey { get { throw null; } }
- public virtual byte[] RawData { get { throw null; } }
- public virtual System.Security.Cryptography.RSA RSA { get { throw null; } set { } }
- public virtual byte[] SerialNumber { get { throw null; } }
- public virtual byte[] Signature { get { throw null; } }
- public virtual string SignatureAlgorithm { get { throw null; } }
- public virtual byte[] SignatureAlgorithmParameters { get { throw null; } }
- public virtual string SubjectName { get { throw null; } }
- public byte[] SubjectUniqueIdentifier { get { throw null; } }
- public virtual System.DateTime ValidFrom { get { throw null; } }
- public virtual System.DateTime ValidUntil { get { throw null; } }
- public int Version { get { throw null; } }
- public bool CheckSignature(byte[] hash, string hashAlgorithm, byte[] signature) { throw null; }
- public Mono.Security.ASN1 GetIssuerName() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
- public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public Mono.Security.ASN1 GetSubjectName() { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- }
- public partial class X509CertificateBuilder : Mono.Security.X509.X509Builder
- {
- public X509CertificateBuilder() { }
- public X509CertificateBuilder(byte version) { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public string IssuerName { get { throw null; } set { } }
- public byte[] IssuerUniqueId { get { throw null; } set { } }
- public System.DateTime NotAfter { get { throw null; } set { } }
- public System.DateTime NotBefore { get { throw null; } set { } }
- public byte[] SerialNumber { get { throw null; } set { } }
- public string SubjectName { get { throw null; } set { } }
- public System.Security.Cryptography.AsymmetricAlgorithm SubjectPublicKey { get { throw null; } set { } }
- public byte[] SubjectUniqueId { get { throw null; } set { } }
- public byte Version { get { throw null; } set { } }
- protected override Mono.Security.ASN1 ToBeSigned(string oid) { throw null; }
- }
- [System.SerializableAttribute]
- public partial class X509CertificateCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509CertificateCollection() { }
- public X509CertificateCollection(Mono.Security.X509.X509CertificateCollection value) { }
- public X509CertificateCollection(Mono.Security.X509.X509Certificate[] value) { }
- public Mono.Security.X509.X509Certificate this[int index] { get { throw null; } set { } }
- public int Add(Mono.Security.X509.X509Certificate value) { throw null; }
- public void AddRange(Mono.Security.X509.X509CertificateCollection value) { }
- public void AddRange(Mono.Security.X509.X509Certificate[] value) { }
- public bool Contains(Mono.Security.X509.X509Certificate value) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Certificate[] array, int index) { }
- public new Mono.Security.X509.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
- public override int GetHashCode() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Certificate value) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Certificate value) { }
- public void Remove(Mono.Security.X509.X509Certificate value) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public partial class X509CertificateEnumerator : System.Collections.IEnumerator
- {
- public X509CertificateEnumerator(Mono.Security.X509.X509CertificateCollection mappings) { }
- public Mono.Security.X509.X509Certificate Current { get { throw null; } }
- object System.Collections.IEnumerator.Current { get { throw null; } }
- public bool MoveNext() { throw null; }
- public void Reset() { }
- bool System.Collections.IEnumerator.MoveNext() { throw null; }
- void System.Collections.IEnumerator.Reset() { }
- }
- }
- public partial class X509Chain
- {
- public X509Chain() { }
- public X509Chain(Mono.Security.X509.X509CertificateCollection chain) { }
- public Mono.Security.X509.X509CertificateCollection Chain { get { throw null; } }
- public Mono.Security.X509.X509Certificate Root { get { throw null; } }
- public Mono.Security.X509.X509ChainStatusFlags Status { get { throw null; } }
- public Mono.Security.X509.X509CertificateCollection TrustAnchors { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(64))]set { } }
- public bool Build(Mono.Security.X509.X509Certificate leaf) { throw null; }
- public Mono.Security.X509.X509Certificate FindByIssuerName(string issuerName) { throw null; }
- public void LoadCertificate(Mono.Security.X509.X509Certificate x509) { }
- public void LoadCertificates(Mono.Security.X509.X509CertificateCollection collection) { }
- public void Reset() { }
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum X509ChainStatusFlags
- {
- InvalidBasicConstraints = 1024,
- NoError = 0,
- NotSignatureValid = 8,
- NotTimeNested = 2,
- NotTimeValid = 1,
- PartialChain = 65536,
- UntrustedRoot = 32,
- }
- public partial class X509Crl
- {
- public X509Crl(byte[] crl) { }
- public System.Collections.ArrayList Entries { get { throw null; } }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public byte[] Hash { get { throw null; } }
- public bool IsCurrent { get { throw null; } }
- public string IssuerName { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[byte[] serialNumber] { get { throw null; } }
- public Mono.Security.X509.X509Crl.X509CrlEntry this[int index] { get { throw null; } }
- public System.DateTime NextUpdate { get { throw null; } }
- public byte[] RawData { get { throw null; } }
- public byte[] Signature { get { throw null; } }
- public string SignatureAlgorithm { get { throw null; } }
- public System.DateTime ThisUpdate { get { throw null; } }
- public byte Version { get { throw null; } }
- public static Mono.Security.X509.X509Crl CreateFromFile(string filename) { throw null; }
- public byte[] GetBytes() { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(Mono.Security.X509.X509Certificate x509) { throw null; }
- public Mono.Security.X509.X509Crl.X509CrlEntry GetCrlEntry(byte[] serialNumber) { throw null; }
- public bool VerifySignature(Mono.Security.X509.X509Certificate x509) { throw null; }
- public bool VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm aa) { throw null; }
- public bool WasCurrent(System.DateTime instant) { throw null; }
- public partial class X509CrlEntry
- {
- internal X509CrlEntry() { }
- public Mono.Security.X509.X509ExtensionCollection Extensions { get { throw null; } }
- public System.DateTime RevocationDate { get { throw null; } }
- public byte[] SerialNumber { get { throw null; } }
- public byte[] GetBytes() { throw null; }
- }
- }
- public partial class X509Extension
- {
- protected bool extnCritical;
- protected string extnOid;
- protected Mono.Security.ASN1 extnValue;
- protected X509Extension() { }
- public X509Extension(Mono.Security.ASN1 asn1) { }
- public X509Extension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public bool Critical { get { throw null; } set { } }
- public virtual string Name { get { throw null; } }
- public string Oid { get { throw null; } }
- public Mono.Security.ASN1 Value { get { throw null; } }
- protected virtual void Decode() { }
- protected virtual void Encode() { }
- public override bool Equals(object obj) { throw null; }
- public byte[] GetBytes() { throw null; }
- public override int GetHashCode() { throw null; }
- public override string ToString() { throw null; }
- }
- public sealed partial class X509ExtensionCollection : System.Collections.CollectionBase, System.Collections.IEnumerable
- {
- public X509ExtensionCollection() { }
- public X509ExtensionCollection(Mono.Security.ASN1 asn1) { }
- public Mono.Security.X509.X509Extension this[int index] { get { throw null; } }
- public Mono.Security.X509.X509Extension this[string oid] { get { throw null; } }
- public int Add(Mono.Security.X509.X509Extension extension) { throw null; }
- public void AddRange(Mono.Security.X509.X509ExtensionCollection collection) { }
- public void AddRange(Mono.Security.X509.X509Extension[] extension) { }
- public bool Contains(Mono.Security.X509.X509Extension extension) { throw null; }
- public bool Contains(string oid) { throw null; }
- public void CopyTo(Mono.Security.X509.X509Extension[] extensions, int index) { }
- public byte[] GetBytes() { throw null; }
- public int IndexOf(Mono.Security.X509.X509Extension extension) { throw null; }
- public int IndexOf(string oid) { throw null; }
- public void Insert(int index, Mono.Security.X509.X509Extension extension) { }
- public void Remove(Mono.Security.X509.X509Extension extension) { }
- public void Remove(string oid) { }
- System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- }
- public partial class X509Store
- {
- internal X509Store() { }
- public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
- public System.Collections.ArrayList Crls { get { throw null; } }
- public string Name { get { throw null; } }
- public void Clear() { }
- public void Import(Mono.Security.X509.X509Certificate certificate) { }
- public void Import(Mono.Security.X509.X509Crl crl) { }
- public void Remove(Mono.Security.X509.X509Certificate certificate) { }
- public void Remove(Mono.Security.X509.X509Crl crl) { }
- }
- public sealed partial class X509StoreManager
- {
- internal X509StoreManager() { }
- public static Mono.Security.X509.X509Stores CurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection IntermediateCACertificates { get { throw null; } }
- public static System.Collections.ArrayList IntermediateCACrls { get { throw null; } }
- public static Mono.Security.X509.X509Stores LocalMachine { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewCurrentUser { get { throw null; } }
- public static Mono.Security.X509.X509Stores NewLocalMachine { get { throw null; } }
- public static System.Collections.ArrayList TrustedRootCACrls { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection TrustedRootCertificates { get { throw null; } }
- public static Mono.Security.X509.X509CertificateCollection UntrustedCertificates { get { throw null; } }
- }
- public partial class X509Stores
- {
- internal X509Stores() { }
- public Mono.Security.X509.X509Store IntermediateCA { get { throw null; } }
- public Mono.Security.X509.X509Store OtherPeople { get { throw null; } }
- public Mono.Security.X509.X509Store Personal { get { throw null; } }
- public Mono.Security.X509.X509Store TrustedRoot { get { throw null; } }
- public Mono.Security.X509.X509Store Untrusted { get { throw null; } }
- public void Clear() { }
- public Mono.Security.X509.X509Store Open(string storeName, bool create) { throw null; }
- public partial class Names
- {
- public const string IntermediateCA = "CA";
- public const string OtherPeople = "AddressBook";
- public const string Personal = "My";
- public const string TrustedRoot = "Trust";
- public const string Untrusted = "Disallowed";
- public Names() { }
- }
- }
- public partial class X520
- {
- public X520() { }
- public abstract partial class AttributeTypeAndValue
- {
- protected AttributeTypeAndValue(string oid, int upperBound) { }
- protected AttributeTypeAndValue(string oid, int upperBound, byte encoding) { }
- public Mono.Security.ASN1 ASN1 { get { throw null; } }
- public string Value { get { throw null; } set { } }
- public byte[] GetBytes() { throw null; }
- public byte[] GetBytes(byte encoding) { throw null; }
- }
- public partial class CommonName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CommonName() : base (default(string), default(int)) { }
- }
- public partial class CountryName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public CountryName() : base (default(string), default(int)) { }
- }
- public partial class DnQualifier : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DnQualifier() : base (default(string), default(int)) { }
- }
- public partial class DomainComponent : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public DomainComponent() : base (default(string), default(int)) { }
- }
- public partial class EmailAddress : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public EmailAddress() : base (default(string), default(int)) { }
- }
- public partial class GivenName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public GivenName() : base (default(string), default(int)) { }
- }
- public partial class Initial : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Initial() : base (default(string), default(int)) { }
- }
- public partial class LocalityName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public LocalityName() : base (default(string), default(int)) { }
- }
- public partial class Name : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Name() : base (default(string), default(int)) { }
- }
- public partial class Oid : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Oid(string oid) : base (default(string), default(int)) { }
- }
- public partial class OrganizationalUnitName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationalUnitName() : base (default(string), default(int)) { }
- }
- public partial class OrganizationName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public OrganizationName() : base (default(string), default(int)) { }
- }
- public partial class SerialNumber : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public SerialNumber() : base (default(string), default(int)) { }
- }
- public partial class StateOrProvinceName : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public StateOrProvinceName() : base (default(string), default(int)) { }
- }
- public partial class Surname : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Surname() : base (default(string), default(int)) { }
- }
- public partial class Title : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public Title() : base (default(string), default(int)) { }
- }
- public partial class UserId : Mono.Security.X509.X520.AttributeTypeAndValue
- {
- public UserId() : base (default(string), default(int)) { }
- }
- }
-}
-namespace Mono.Security.X509.Extensions
-{
- public partial class AuthorityKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public AuthorityKeyIdentifierExtension() { }
- public AuthorityKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public AuthorityKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class BasicConstraintsExtension : Mono.Security.X509.X509Extension
- {
- public const int NoPathLengthConstraint = -1;
- public BasicConstraintsExtension() { }
- public BasicConstraintsExtension(Mono.Security.ASN1 asn1) { }
- public BasicConstraintsExtension(Mono.Security.X509.X509Extension extension) { }
- public bool CertificateAuthority { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- public int PathLenConstraint { get { throw null; } set { } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class CertificatePoliciesExtension : Mono.Security.X509.X509Extension
- {
- public CertificatePoliciesExtension() { }
- public CertificatePoliciesExtension(Mono.Security.ASN1 asn1) { }
- public CertificatePoliciesExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class CRLDistributionPointsExtension : Mono.Security.X509.X509Extension
- {
- public CRLDistributionPointsExtension() { }
- public CRLDistributionPointsExtension(Mono.Security.ASN1 asn1) { }
- public CRLDistributionPointsExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.Generic.IEnumerable<Mono.Security.X509.Extensions.CRLDistributionPointsExtension.DistributionPoint> DistributionPoints { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- public partial class DistributionPoint
- {
- public DistributionPoint(Mono.Security.ASN1 dp) { }
- public DistributionPoint(string dp, Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags reasons, string issuer) { }
- public string CRLIssuer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public Mono.Security.X509.Extensions.CRLDistributionPointsExtension.ReasonFlags Reasons { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- [System.FlagsAttribute]
- public enum ReasonFlags
- {
- AACompromise = 8,
- AffiliationChanged = 3,
- CACompromise = 2,
- CertificateHold = 6,
- CessationOfOperation = 5,
- KeyCompromise = 1,
- PrivilegeWithdrawn = 7,
- Superseded = 4,
- Unused = 0,
- }
- }
- public partial class ExtendedKeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public ExtendedKeyUsageExtension() { }
- public ExtendedKeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public ExtendedKeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public System.Collections.ArrayList KeyPurpose { get { throw null; } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
- public partial class KeyAttributesExtension : Mono.Security.X509.X509Extension
- {
- public KeyAttributesExtension() { }
- public KeyAttributesExtension(Mono.Security.ASN1 asn1) { }
- public KeyAttributesExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] KeyIdentifier { get { throw null; } }
- public override string Name { get { throw null; } }
- public System.DateTime NotAfter { get { throw null; } }
- public System.DateTime NotBefore { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class KeyUsageExtension : Mono.Security.X509.X509Extension
- {
- public KeyUsageExtension() { }
- public KeyUsageExtension(Mono.Security.ASN1 asn1) { }
- public KeyUsageExtension(Mono.Security.X509.X509Extension extension) { }
- public Mono.Security.X509.Extensions.KeyUsages KeyUsage { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public bool Support(Mono.Security.X509.Extensions.KeyUsages usage) { throw null; }
- public override string ToString() { throw null; }
- }
- [System.FlagsAttribute]
- public enum KeyUsages
- {
- cRLSign = 2,
- dataEncipherment = 16,
- decipherOnly = 2048,
- digitalSignature = 128,
- encipherOnly = 1,
- keyAgreement = 8,
- keyCertSign = 4,
- keyEncipherment = 32,
- none = 0,
- nonRepudiation = 64,
- }
- public partial class NetscapeCertTypeExtension : Mono.Security.X509.X509Extension
- {
- public NetscapeCertTypeExtension() { }
- public NetscapeCertTypeExtension(Mono.Security.ASN1 asn1) { }
- public NetscapeCertTypeExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public bool Support(Mono.Security.X509.Extensions.NetscapeCertTypeExtension.CertTypes usage) { throw null; }
- public override string ToString() { throw null; }
- [System.FlagsAttribute]
- public enum CertTypes
- {
- ObjectSigning = 16,
- ObjectSigningCA = 1,
- Smime = 32,
- SmimeCA = 2,
- SslCA = 4,
- SslClient = 128,
- SslServer = 64,
- }
- }
- public partial class PrivateKeyUsagePeriodExtension : Mono.Security.X509.X509Extension
- {
- public PrivateKeyUsagePeriodExtension() { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.ASN1 asn1) { }
- public PrivateKeyUsagePeriodExtension(Mono.Security.X509.X509Extension extension) { }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectAltNameExtension : Mono.Security.X509.X509Extension
- {
- public SubjectAltNameExtension() { }
- public SubjectAltNameExtension(Mono.Security.ASN1 asn1) { }
- public SubjectAltNameExtension(Mono.Security.X509.X509Extension extension) { }
- public SubjectAltNameExtension(string[] rfc822, string[] dnsNames, string[] ipAddresses, string[] uris) { }
- public string[] DNSNames { get { throw null; } }
- public string[] IPAddresses { get { throw null; } }
- public override string Name { get { throw null; } }
- public string[] RFC822 { get { throw null; } }
- public string[] UniformResourceIdentifiers { get { throw null; } }
- protected override void Decode() { }
- public override string ToString() { throw null; }
- }
- public partial class SubjectKeyIdentifierExtension : Mono.Security.X509.X509Extension
- {
- public SubjectKeyIdentifierExtension() { }
- public SubjectKeyIdentifierExtension(Mono.Security.ASN1 asn1) { }
- public SubjectKeyIdentifierExtension(Mono.Security.X509.X509Extension extension) { }
- public byte[] Identifier { get { throw null; } set { } }
- public override string Name { get { throw null; } }
- protected override void Decode() { }
- protected override void Encode() { }
- public override string ToString() { throw null; }
- }
-}
-namespace Mono.Xml
-{
- [System.CLSCompliantAttribute(false)]
- public partial class MiniParser
- {
- protected int col;
- protected static string[] errors;
- protected int line;
- protected bool splitCData;
- protected int[] twoCharBuff;
- public MiniParser() { }
- protected void FatalErr(string descr) { }
- public void Parse(Mono.Xml.MiniParser.IReader reader, Mono.Xml.MiniParser.IHandler handler) { }
- public void Reset() { }
- protected static bool StrEquals(string str, System.Text.StringBuilder sb, int sbStart, int len) { throw null; }
- protected static int Xlat(int charCode, int state) { throw null; }
- public partial class AttrListImpl : Mono.Xml.MiniParser.IAttrList, Mono.Xml.MiniParser.IMutableAttrList
- {
- protected System.Collections.ArrayList names;
- protected System.Collections.ArrayList values;
- public AttrListImpl() { }
- public AttrListImpl(Mono.Xml.MiniParser.IAttrList attrs) { }
- public AttrListImpl(int initialCapacity) { }
- public bool IsEmpty { get { throw null; } }
- public int Length { get { throw null; } }
- public string[] Names { get { throw null; } }
- public string[] Values { get { throw null; } }
- public void Add(string name, string value) { }
- public void ChangeValue(string name, string newValue) { }
- public void Clear() { }
- public void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs) { }
- public string GetName(int i) { throw null; }
- public string GetValue(int i) { throw null; }
- public string GetValue(string name) { throw null; }
- public void Remove(int i) { }
- public void Remove(string name) { }
- }
- public partial class HandlerAdapter : Mono.Xml.MiniParser.IHandler
- {
- public HandlerAdapter() { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- }
- public partial interface IAttrList
- {
- bool IsEmpty { get; }
- int Length { get; }
- string[] Names { get; }
- string[] Values { get; }
- void ChangeValue(string name, string newValue);
- string GetName(int i);
- string GetValue(int i);
- string GetValue(string name);
- }
- public partial interface IHandler
- {
- void OnChars(string ch);
- void OnEndElement(string name);
- void OnEndParsing(Mono.Xml.MiniParser parser);
- void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs);
- void OnStartParsing(Mono.Xml.MiniParser parser);
- }
- public partial interface IMutableAttrList : Mono.Xml.MiniParser.IAttrList
- {
- void Add(string name, string value);
- void Clear();
- void CopyFrom(Mono.Xml.MiniParser.IAttrList attrs);
- void Remove(int i);
- void Remove(string name);
- }
- public partial interface IReader
- {
- int Read();
- }
- public partial class XMLError : System.Exception
- {
- protected int column;
- protected string descr;
- protected int line;
- public XMLError() { }
- public XMLError(string descr) { }
- public XMLError(string descr, int line, int column) { }
- public int Column { get { throw null; } }
- public int Line { get { throw null; } }
- public override string ToString() { throw null; }
- }
- }
- [System.CLSCompliantAttribute(false)]
- public partial class SecurityParser : Mono.Xml.MiniParser, Mono.Xml.MiniParser.IHandler, Mono.Xml.MiniParser.IReader
- {
- public SecurityParser() { }
- public void LoadXml(string xml) { }
- public void OnChars(string ch) { }
- public void OnEndElement(string name) { }
- public void OnEndParsing(Mono.Xml.MiniParser parser) { }
- public void OnStartElement(string name, Mono.Xml.MiniParser.IAttrList attrs) { }
- public void OnStartParsing(Mono.Xml.MiniParser parser) { }
- public int Read() { throw null; }
- public System.Security.SecurityElement ToXml() { throw null; }
- }
-}
diff --git a/src/v4.7/Mono.Simd.cs b/src/v4.7/Mono.Simd.cs
deleted file mode 100644
index 522a378..0000000
--- a/src/v4.7/Mono.Simd.cs
+++ /dev/null
@@ -1,1405 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2008 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Simd.dll")]
-[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
-[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Simd.dll")]
-[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace Mono.Simd
-{
- [System.AttributeUsageAttribute((System.AttributeTargets)(224), Inherited=false)]
- public sealed partial class AccelerationAttribute : System.Attribute
- {
- public AccelerationAttribute(Mono.Simd.AccelMode mode) { }
- public Mono.Simd.AccelMode Mode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- [System.FlagsAttribute]
- public enum AccelMode
- {
- None = 0,
- SSE1 = 1,
- SSE2 = 2,
- SSE3 = 4,
- SSE41 = 16,
- SSE42 = 32,
- SSE4A = 64,
- SSSE3 = 8,
- }
- public static partial class ArrayExtensions
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVector(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVector(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVector(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVector(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVector(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVector(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVector(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVector(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVector(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVector(this ulong[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b GetVectorAligned(this byte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2d GetVectorAligned(this double[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s GetVectorAligned(this short[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4i GetVectorAligned(this int[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2l GetVectorAligned(this long[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb GetVectorAligned(this sbyte[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4f GetVectorAligned(this float[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us GetVectorAligned(this ushort[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui GetVectorAligned(this uint[] array, int offset) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul GetVectorAligned(this ulong[] array, int offset) { throw null; }
- public static bool IsAligned<T>(this T[] vect, int index) where T : struct { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVector(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this byte[] array, Mono.Simd.Vector16b val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this double[] array, Mono.Simd.Vector2d val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this short[] array, Mono.Simd.Vector8s val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this int[] array, Mono.Simd.Vector4i val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this long[] array, Mono.Simd.Vector2l val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this sbyte[] array, Mono.Simd.Vector16sb val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this float[] array, Mono.Simd.Vector4f val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ushort[] array, Mono.Simd.Vector8us val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this uint[] array, Mono.Simd.Vector4ui val, int offset) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void SetVectorAligned(this ulong[] array, Mono.Simd.Vector2ul val, int offset) { }
- }
- public enum ShuffleSel
- {
- ExpandInterleavedXY = 68,
- ExpandInterleavedZW = 238,
- ExpandW = 255,
- ExpandX = 0,
- ExpandXY = 80,
- ExpandY = 85,
- ExpandZ = 170,
- ExpandZW = 250,
- RotateLeft = 147,
- RotateRight = 57,
- Swap = 27,
- WFromW = 192,
- WFromX = 0,
- WFromY = 64,
- WFromZ = 128,
- XFromW = 3,
- XFromX = 0,
- XFromY = 1,
- XFromZ = 2,
- YFromW = 12,
- YFromX = 0,
- YFromY = 4,
- YFromZ = 8,
- ZFromW = 48,
- ZFromX = 0,
- ZFromY = 16,
- ZFromZ = 32,
- }
- public static partial class SimdRuntime
- {
- public static Mono.Simd.AccelMode AccelMode { get { throw null; } }
- public static bool IsMethodAccelerated(System.Type type, string method) { throw null; }
- public static bool IsMethodAccelerated(System.Type type, string method, params System.Type[] signature) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Reflection.MethodInfo method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method) { throw null; }
- public static Mono.Simd.AccelMode MethodAccelerationMode(System.Type type, string method, params System.Type[] signature) { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16b
- {
- public Vector16b(byte b) { throw null;}
- public Vector16b(byte v0, byte v1, byte v2, byte v3, byte v4, byte v5, byte v6, byte v7, byte v8, byte v9, byte v10, byte v11, byte v12, byte v13, byte v14, byte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public byte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16b One { get { throw null; } }
- public byte V0 { get { throw null; } set { } }
- public byte V1 { get { throw null; } set { } }
- public byte V10 { get { throw null; } set { } }
- public byte V11 { get { throw null; } set { } }
- public byte V12 { get { throw null; } set { } }
- public byte V13 { get { throw null; } set { } }
- public byte V14 { get { throw null; } set { } }
- public byte V15 { get { throw null; } set { } }
- public byte V2 { get { throw null; } set { } }
- public byte V3 { get { throw null; } set { } }
- public byte V4 { get { throw null; } set { } }
- public byte V5 { get { throw null; } set { } }
- public byte V6 { get { throw null; } set { } }
- public byte V7 { get { throw null; } set { } }
- public byte V8 { get { throw null; } set { } }
- public byte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16b Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector16b LoadAligned(Mono.Simd.Vector16b* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16b LoadAligned(ref Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator +(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator &(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator |(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator ^(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16b v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b operator -(Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16b* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16b res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector16b* res, Mono.Simd.Vector16b val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16b res, Mono.Simd.Vector16b val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16, Pack=1)]
- public partial struct Vector16sb
- {
- public Vector16sb(sbyte sb) { throw null;}
- public Vector16sb(sbyte v0, sbyte v1, sbyte v2, sbyte v3, sbyte v4, sbyte v5, sbyte v6, sbyte v7, sbyte v8, sbyte v9, sbyte v10, sbyte v11, sbyte v12, sbyte v13, sbyte v14, sbyte v15) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public sbyte this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb MinusOne { get { throw null; } }
- public static Mono.Simd.Vector16sb One { get { throw null; } }
- public sbyte V0 { get { throw null; } set { } }
- public sbyte V1 { get { throw null; } set { } }
- public sbyte V10 { get { throw null; } set { } }
- public sbyte V11 { get { throw null; } set { } }
- public sbyte V12 { get { throw null; } set { } }
- public sbyte V13 { get { throw null; } set { } }
- public sbyte V14 { get { throw null; } set { } }
- public sbyte V15 { get { throw null; } set { } }
- public sbyte V2 { get { throw null; } set { } }
- public sbyte V3 { get { throw null; } set { } }
- public sbyte V4 { get { throw null; } set { } }
- public sbyte V5 { get { throw null; } set { } }
- public sbyte V6 { get { throw null; } set { } }
- public sbyte V7 { get { throw null; } set { } }
- public sbyte V8 { get { throw null; } set { } }
- public sbyte V9 { get { throw null; } set { } }
- public static Mono.Simd.Vector16sb Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector16sb LoadAligned(Mono.Simd.Vector16sb* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector16sb LoadAligned(ref Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator +(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator &(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator |(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator ^(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector16sb v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16sb operator -(Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector16sb* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector16sb res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector16sb* res, Mono.Simd.Vector16sb val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector16sb res, Mono.Simd.Vector16sb val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2d
- {
- public Vector2d(double d) { throw null;}
- public Vector2d(double x, double y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public double this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2d E { get { throw null; } }
- public static Mono.Simd.Vector2d MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2d One { get { throw null; } }
- public static Mono.Simd.Vector2d Pi { get { throw null; } }
- public double X { get { throw null; } set { } }
- public double Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2d Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2d LoadAligned(Mono.Simd.Vector2d* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2d LoadAligned(ref Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator +(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator &(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator |(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator /(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator ^(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2d v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator *(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d operator -(Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2d* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2d res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2d* res, Mono.Simd.Vector2d val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2d res, Mono.Simd.Vector2d val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2l
- {
- public Vector2l(long l) { throw null;}
- public Vector2l(long x, long y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public long this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2l MinusOne { get { throw null; } }
- public static Mono.Simd.Vector2l One { get { throw null; } }
- public long X { get { throw null; } set { } }
- public long Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2l Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector2l LoadAligned(Mono.Simd.Vector2l* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2l LoadAligned(ref Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator +(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator &(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator |(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator ^(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2l v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator <<(Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l operator -(Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2l* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2l res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector2l* res, Mono.Simd.Vector2l val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2l res, Mono.Simd.Vector2l val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector2ul
- {
- public Vector2ul(ulong ul) { throw null;}
- public Vector2ul(ulong x, ulong y) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ulong this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul One { get { throw null; } }
- public ulong X { get { throw null; } set { } }
- public ulong Y { get { throw null; } set { } }
- public static Mono.Simd.Vector2ul Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector2ul LoadAligned(Mono.Simd.Vector2ul* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector2ul LoadAligned(ref Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator +(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator &(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator |(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator ^(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector2ul v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator <<(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator >>(Mono.Simd.Vector2ul v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul operator -(Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector2ul* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector2ul res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector2ul* res, Mono.Simd.Vector2ul val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector2ul res, Mono.Simd.Vector2ul val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4f
- {
- public Vector4f(float f) { throw null;}
- public Vector4f(float x, float y, float z, float w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public float this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4f E { get { throw null; } }
- public static Mono.Simd.Vector4f MinusOne { get { throw null; } }
- public static Mono.Simd.Vector4f One { get { throw null; } }
- public static Mono.Simd.Vector4f Pi { get { throw null; } }
- public float W { get { throw null; } set { } }
- public float X { get { throw null; } set { } }
- public float Y { get { throw null; } set { } }
- public float Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4f Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4f LoadAligned(Mono.Simd.Vector4f* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f LoadAligned(ref Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator +(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator &(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator |(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator /(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator ^(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(Mono.Simd.Vector4f v, float scalar) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator *(float scalar, Mono.Simd.Vector4f v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f operator -(Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4f* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4f res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4f* res, Mono.Simd.Vector4f val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4f res, Mono.Simd.Vector4f val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4i
- {
- public Vector4i(int i) { throw null;}
- public Vector4i(int x, int y, int z, int w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public int this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Identity { get { throw null; } }
- public static Mono.Simd.Vector4i MinusOne { get { throw null; } }
- public int W { get { throw null; } set { } }
- public int X { get { throw null; } set { } }
- public int Y { get { throw null; } set { } }
- public int Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4i Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector4i LoadAligned(Mono.Simd.Vector4i* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4i LoadAligned(ref Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator +(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator &(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator |(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator ^(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4i v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator <<(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i operator *(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator >>(Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i operator -(Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4i* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4i res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector4i* res, Mono.Simd.Vector4i val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4i res, Mono.Simd.Vector4i val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector4ui
- {
- public Vector4ui(uint ui) { throw null;}
- public Vector4ui(uint x, uint y, uint z, uint w) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public uint this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Identity { get { throw null; } }
- public uint W { get { throw null; } set { } }
- public uint X { get { throw null; } set { } }
- public uint Y { get { throw null; } set { } }
- public uint Z { get { throw null; } set { } }
- public static Mono.Simd.Vector4ui Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector4ui LoadAligned(Mono.Simd.Vector4ui* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4ui LoadAligned(ref Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator +(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator &(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator |(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator ^(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector4ui v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator <<(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4ui operator *(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator >>(Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui operator -(Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector4ui* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector4ui res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector4ui* res, Mono.Simd.Vector4ui val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector4ui res, Mono.Simd.Vector4ui val) { }
- public override string ToString() { throw null; }
- }
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8s
- {
- public Vector8s(short s) { throw null;}
- public Vector8s(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public short this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Identity { get { throw null; } }
- public static Mono.Simd.Vector8s MinusOne { get { throw null; } }
- public short V0 { get { throw null; } set { } }
- public short V1 { get { throw null; } set { } }
- public short V2 { get { throw null; } set { } }
- public short V3 { get { throw null; } set { } }
- public short V4 { get { throw null; } set { } }
- public short V5 { get { throw null; } set { } }
- public short V6 { get { throw null; } set { } }
- public short V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8s Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static Mono.Simd.Vector8s LoadAligned(Mono.Simd.Vector8s* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8s LoadAligned(ref Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator +(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator &(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator |(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator ^(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static explicit operator Mono.Simd.Vector8us (Mono.Simd.Vector8s v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator <<(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator *(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator >>(Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s operator -(Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8s* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8s res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void StoreAligned(Mono.Simd.Vector8s* res, Mono.Simd.Vector8s val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8s res, Mono.Simd.Vector8s val) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- [System.ObsoleteAttribute("Use the types in the System.Numerics.Vectors namespace")]
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Explicit, Size=16)]
- public partial struct Vector8us
- {
- public Vector8us(ushort us) { throw null;}
- public Vector8us(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) { throw null;}
- [System.Runtime.CompilerServices.IndexerName("Component")]
- public ushort this[int index] { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Identity { get { throw null; } }
- public ushort V0 { get { throw null; } set { } }
- public ushort V1 { get { throw null; } set { } }
- public ushort V2 { get { throw null; } set { } }
- public ushort V3 { get { throw null; } set { } }
- public ushort V4 { get { throw null; } set { } }
- public ushort V5 { get { throw null; } set { } }
- public ushort V6 { get { throw null; } set { } }
- public ushort V7 { get { throw null; } set { } }
- public static Mono.Simd.Vector8us Zero { get { throw null; } }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static Mono.Simd.Vector8us LoadAligned(Mono.Simd.Vector8us* v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector8us LoadAligned(ref Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator +(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator &(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator |(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator ==(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator ^(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16b (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector16sb (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2d (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2l (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector2ul (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4f (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4i (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector4ui (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static explicit operator Mono.Simd.Vector8s (Mono.Simd.Vector8us v) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static bool operator !=(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator <<(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator *(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator >>(Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8us operator -(Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchNonTemporal(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchNonTemporal(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal1stLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal1stLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporal2ndLevelCache(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporal2ndLevelCache(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public unsafe static void PrefetchTemporalAllCacheLevels(Mono.Simd.Vector8us* res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- [System.CLSCompliantAttribute(false)]
- public static void PrefetchTemporalAllCacheLevels(ref Mono.Simd.Vector8us res) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public unsafe static void StoreAligned(Mono.Simd.Vector8us* res, Mono.Simd.Vector8us val) { }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static void StoreAligned(ref Mono.Simd.Vector8us res, Mono.Simd.Vector8us val) { }
- public override string ToString() { throw null; }
- }
- public static partial class VectorOperations
- {
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d AddSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f AddSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b AddWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb AddWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s AddWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us AddWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d AndNot(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f AndNot(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui ArithmeticRightShift(this Mono.Simd.Vector4ui v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ArithmeticRightShift(this Mono.Simd.Vector8us va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Average(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Average(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b CompareEqual(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareEqual(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector2l CompareEqual(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul CompareEqual(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareEqual(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui CompareEqual(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareEqual(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us CompareEqual(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb CompareGreaterThan(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(32))]
- public static Mono.Simd.Vector2l CompareGreaterThan(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i CompareGreaterThan(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s CompareGreaterThan(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessEqual(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessEqual(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareNotLessThan(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareNotLessThan(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareOrdered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareOrdered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d CompareUnordered(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f CompareUnordered(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d ConvertToDouble(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f ConvertToFloat(this Mono.Simd.Vector4i v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToInt(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector2d v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i ConvertToIntTruncated(this Mono.Simd.Vector4f v0) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d Duplicate(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateHigh(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f DuplicateLow(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static int ExtractByteMask(this Mono.Simd.Vector16b va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static int ExtractByteMask(this Mono.Simd.Vector16sb va) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalAdd(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalAdd(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector2d HorizontalSub(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(4))]
- public static Mono.Simd.Vector4f HorizontalSub(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveHigh(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveHigh(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d InterleaveLow(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InterleaveLow(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f InvSqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l LogicalRightShift(this Mono.Simd.Vector2l v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i LogicalRightShift(this Mono.Simd.Vector4i v1, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s LogicalRightShift(this Mono.Simd.Vector8s va, int amount) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Max(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Max(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Max(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Max(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Max(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Max(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Max(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Max(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b Min(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb Min(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Min(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Min(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- public static Mono.Simd.Vector4i Min(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Min(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s Min(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us Min(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s MultiplyStoreHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us MultiplyStoreHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s PackWithSignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb PackWithSignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us PackWithUnsignedSaturation(this Mono.Simd.Vector4i va, Mono.Simd.Vector4i vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b PackWithUnsignedSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Reciprocal(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Shuffle(this Mono.Simd.Vector2d v1, Mono.Simd.Vector2d v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l Shuffle(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2ul Shuffle(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2, int sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4f Shuffle(this Mono.Simd.Vector4f v1, Mono.Simd.Vector4f v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i Shuffle(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4ui Shuffle(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleHigh(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleHigh(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s ShuffleLow(this Mono.Simd.Vector8s va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us ShuffleLow(this Mono.Simd.Vector8us va, Mono.Simd.ShuffleSel sel) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8s SignedPackWithSignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SignedPackWithSignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(16))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SignedPackWithUnsignedSaturation(this Mono.Simd.Vector4ui va, Mono.Simd.Vector4ui vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16b SignedPackWithUnsignedSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2d Sqrt(this Mono.Simd.Vector2d v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(1))]
- public static Mono.Simd.Vector4f Sqrt(this Mono.Simd.Vector4f v1) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b SubtractWithSaturation(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb SubtractWithSaturation(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s SubtractWithSaturation(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SubtractWithSaturation(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us SumOfAbsoluteDifferences(this Mono.Simd.Vector16b va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackHigh(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackHigh(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackHigh(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackHigh(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackHigh(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackHigh(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackHigh(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackHigh(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector16b UnpackLow(this Mono.Simd.Vector16b va, Mono.Simd.Vector16b vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector16sb UnpackLow(this Mono.Simd.Vector16sb va, Mono.Simd.Vector16sb vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector2l UnpackLow(this Mono.Simd.Vector2l v1, Mono.Simd.Vector2l v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector2ul UnpackLow(this Mono.Simd.Vector2ul v1, Mono.Simd.Vector2ul v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector4i UnpackLow(this Mono.Simd.Vector4i v1, Mono.Simd.Vector4i v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector4ui UnpackLow(this Mono.Simd.Vector4ui v1, Mono.Simd.Vector4ui v2) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- public static Mono.Simd.Vector8s UnpackLow(this Mono.Simd.Vector8s va, Mono.Simd.Vector8s vb) { throw null; }
- [Mono.Simd.AccelerationAttribute((Mono.Simd.AccelMode)(2))]
- [System.CLSCompliantAttribute(false)]
- public static Mono.Simd.Vector8us UnpackLow(this Mono.Simd.Vector8us va, Mono.Simd.Vector8us vb) { throw null; }
- }
-}
diff --git a/src/v4.7/Mono.Tasklets.cs b/src/v4.7/Mono.Tasklets.cs
deleted file mode 100644
index 6da139d..0000000
--- a/src/v4.7/Mono.Tasklets.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace Mono.Tasklets
-{
- public partial class Continuation : System.IDisposable
- {
- public Continuation() { }
- public void Dispose() { }
- ~Continuation() { }
- [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public void Mark() { }
- public void Restore(int state) { }
- public int Store(int state) { throw null; }
- }
-}
diff --git a/src/v4.7/Novell.Directory.Ldap.cs b/src/v4.7/Novell.Directory.Ldap.cs
deleted file mode 100644
index bc40e81..0000000
--- a/src/v4.7/Novell.Directory.Ldap.cs
+++ /dev/null
@@ -1,2940 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")]
-[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
-[assembly:System.Reflection.AssemblyCopyrightAttribute(" (C) 2003 Novell, Inc")]
-[assembly:System.Reflection.AssemblyDescriptionAttribute("Novell.Directory.Ldap")]
-[assembly:System.Reflection.AssemblyProductAttribute("")]
-[assembly:System.Reflection.AssemblyTitleAttribute("C# LDAP")]
-[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-public partial class Integer32
-{
- public Integer32(int ival) { }
- public int intValue { get { throw null; } set { } }
-}
-public partial interface IThreadRunnable
-{
- void Run();
-}
-public partial class SupportClass
-{
- public SupportClass() { }
- public static object CreateNewInstance(System.Type classType) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target) { throw null; }
- public static bool EqualsSupport(System.Collections.ICollection source, object target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target) { throw null; }
- public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, object target) { throw null; }
- public static string FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date) { throw null; }
- public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart) { }
- public static System.IO.FileStream GetFileStream(string FileName, bool Append) { throw null; }
- public static object HashtableRemove(System.Collections.Hashtable hashtable, object key) { throw null; }
- public static double Identity(double literal) { throw null; }
- public static long Identity(long literal) { throw null; }
- public static float Identity(float literal) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static ulong Identity(ulong literal) { throw null; }
- public static object PutElement(System.Collections.IDictionary collection, object key, object newValue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static int ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count) { throw null; }
- public static System.Collections.IEnumerator ReverseStack(System.Collections.ICollection collection) { throw null; }
- public static void SetSize(System.Collections.ArrayList arrayList, int newSize) { }
- public static object StackPush(System.Collections.Stack stack, object element) { throw null; }
- public static byte[] ToByteArray(object[] tempObjectArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static byte[] ToByteArray(sbyte[] sbyteArray) { throw null; }
- public static byte[] ToByteArray(string sourceString) { throw null; }
- public static char[] ToCharArray(byte[] byteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static char[] ToCharArray(sbyte[] sByteArray) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] ToSByteArray(byte[] byteArray) { throw null; }
- public static bool VectorRemoveElement(System.Collections.IList arrayList, object element) { throw null; }
- public static void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) { }
- public partial class AbstractSetSupport : SupportClass.SetSupport
- {
- public AbstractSetSupport() { }
- }
- public partial class ArrayListSupport
- {
- public ArrayListSupport() { }
- public static object[] ToArray(System.Collections.ArrayList collection, object[] objects) { throw null; }
- }
- public partial class ArraysSupport
- {
- public ArraysSupport() { }
- public static void FillArray(System.Array array, int fromindex, int toindex, object val) { }
- public static void FillArray(System.Array array, object val) { }
- public static bool IsArrayEqual(System.Array array1, System.Array array2) { throw null; }
- }
- public partial class CollectionSupport : System.Collections.CollectionBase
- {
- public CollectionSupport() { }
- public virtual bool Add(object element) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool Contains(object element) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual bool Remove(object element) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- public static SupportClass.CollectionSupport ToCollectionSupport(object[] array) { throw null; }
- }
- public partial class DateTimeFormatManager
- {
- public static SupportClass.DateTimeFormatManager.DateTimeFormatHashTable manager;
- public DateTimeFormatManager() { }
- public partial class DateTimeFormatHashTable : System.Collections.Hashtable
- {
- public DateTimeFormatHashTable() { }
- public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; }
- public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { }
- }
- }
- public partial class ListCollectionSupport : System.Collections.ArrayList
- {
- public ListCollectionSupport() { }
- public ListCollectionSupport(System.Collections.ICollection collection) { }
- public ListCollectionSupport(int capacity) { }
- public virtual new bool Add(object valueToInsert) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.IList collection) { throw null; }
- public virtual bool AddAll(int index, SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(int index, System.Collections.IList list) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Get(int index) { throw null; }
- public virtual object GetLast() { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual object ListCollectionClone() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator() { throw null; }
- public virtual System.Collections.IEnumerator ListIterator(int index) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual object RemoveElement(int index) { throw null; }
- public virtual bool RemoveElement(object element) { throw null; }
- public virtual object RemoveFirst() { throw null; }
- public virtual object RemoveLast() { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual object Set(int index, object element) { throw null; }
- public virtual SupportClass.ListCollectionSupport SubList(int startIndex, int endIndex) { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial class MessageDigestSupport
- {
- public MessageDigestSupport(string algorithm) { }
- public System.Security.Cryptography.HashAlgorithm Algorithm { get { throw null; } set { } }
- public string AlgorithmName { get { throw null; } }
- public byte[] Data { get { throw null; } set { } }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] DigestData(byte[] newData) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest) { throw null; }
- public static SupportClass.MessageDigestSupport GetInstance(string algorithm) { throw null; }
- public void Reset() { }
- public override string ToString() { throw null; }
- public void Update(byte newData) { }
- public void Update(byte[] newData) { }
- public void Update(byte[] newData, int offset, int count) { }
- }
- public partial class SecureRandomSupport
- {
- public SecureRandomSupport() { }
- public SecureRandomSupport(byte[] seed) { }
- public static byte[] GetSeed(int numberOfBytes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] NextBytes(byte[] randomnumbersarray) { throw null; }
- public void SetSeed(byte[] newSeed) { }
- public void SetSeed(long newSeed) { }
- }
- public partial class SetSupport : System.Collections.ArrayList
- {
- public SetSupport() { }
- public SetSupport(System.Collections.ICollection collection) { }
- public SetSupport(int capacity) { }
- public virtual new bool Add(object objectToAdd) { throw null; }
- public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool AddAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool IsEmpty() { throw null; }
- public virtual new bool Remove(object elementToRemove) { throw null; }
- public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; }
- public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; }
- public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; }
- public virtual new object[] ToArray() { throw null; }
- public virtual object[] ToArray(object[] objects) { throw null; }
- }
- public partial interface SingleThreadModel
- {
- }
- public partial class ThreadClass : IThreadRunnable
- {
- public ThreadClass() { }
- public ThreadClass(string Name) { }
- public ThreadClass(System.Threading.ThreadStart Start) { }
- public ThreadClass(System.Threading.ThreadStart Start, string Name) { }
- public System.Threading.Thread Instance { get { throw null; } set { } }
- public bool IsAlive { get { throw null; } }
- public bool IsBackground { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public System.Threading.ThreadPriority Priority { get { throw null; } set { } }
- public void Abort() { }
- public void Abort(object stateInfo) { }
- public static SupportClass.ThreadClass Current() { throw null; }
- public virtual void Interrupt() { }
- public void Join() { }
- public void Join(long MiliSeconds) { }
- public void Join(long MiliSeconds, int NanoSeconds) { }
- public void Resume() { }
- public virtual void Run() { }
- public virtual void Start() { }
- public void Suspend() { }
- public override string ToString() { throw null; }
- }
- public partial class Tokenizer
- {
- public Tokenizer(string source) { }
- public Tokenizer(string source, string delimiters) { }
- public Tokenizer(string source, string delimiters, bool retDel) { }
- public int Count { get { throw null; } }
- public bool HasMoreTokens() { throw null; }
- public string NextToken() { throw null; }
- public string NextToken(string delimiters) { throw null; }
- }
-}
-namespace Novell.Directory.Ldap
-{
- public enum AuthenticationTypes
- {
- Anonymous = 16,
- Delegation = 256,
- Encryption = 2,
- FastBind = 32,
- None = 0,
- ReadonlyServer = 4,
- Sealing = 128,
- Secure = 1,
- SecureSocketsLayer = 2,
- ServerBind = 512,
- Signing = 64,
- }
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public partial class InterThreadException : Novell.Directory.Ldap.LdapException
- {
- internal InterThreadException() { }
- }
- public partial class LdapAbandonRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial class LdapAddRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttribute : System.ICloneable, System.IComparable
- {
- public LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr) { }
- public LdapAttribute(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public LdapAttribute(string attrName, sbyte[] attrBytes) { }
- public LdapAttribute(string attrName, string attrString) { }
- public LdapAttribute(string attrName, string[] attrStrings) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] ByteValue { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[][] ByteValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator ByteValues { get { throw null; } }
- public virtual string LangSubtype { get { throw null; } }
- public virtual string Name { get { throw null; } }
- public virtual string StringValue { get { throw null; } }
- public virtual string[] StringValueArray { get { throw null; } }
- public virtual System.Collections.IEnumerator StringValues { get { throw null; } }
- protected internal virtual string Value { set { } }
- public virtual void addBase64Value(char[] attrChars) { }
- public virtual void addBase64Value(string attrString) { }
- public virtual void addBase64Value(System.Text.StringBuilder attrString, int start, int end) { }
- public virtual void addURLValue(string url) { }
- public virtual void addURLValue(System.Uri url) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addValue(sbyte[] attrBytes) { }
- public virtual void addValue(string attrString) { }
- public object Clone() { throw null; }
- public virtual int CompareTo(object attribute) { throw null; }
- public virtual string getBaseName() { throw null; }
- public static string getBaseName(string attrName) { throw null; }
- public virtual string[] getSubtypes() { throw null; }
- public static string[] getSubtypes(string attrName) { throw null; }
- public virtual bool hasSubtype(string subtype) { throw null; }
- public virtual bool hasSubtypes(string[] subtypes) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual void removeValue(sbyte[] attrBytes) { }
- public virtual void removeValue(string attrString) { }
- public virtual int size() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int DIRECTORY_OPERATION = 1;
- public const int DISTRIBUTED_OPERATION = 2;
- public const int DSA_OPERATION = 3;
- public const int USER_APPLICATIONS = 0;
- public LdapAttributeSchema(string raw) : base (default(string)) { }
- public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage) : base (default(string)) { }
- public virtual bool Collective { get { throw null; } }
- public virtual string EqualityMatchingRule { get { throw null; } }
- public virtual string OrderingMatchingRule { get { throw null; } }
- public virtual bool SingleValued { get { throw null; } }
- public virtual string SubstringMatchingRule { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserModifiable { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapAttributeSet : SupportClass.AbstractSetSupport, System.ICloneable
- {
- public LdapAttributeSet() { }
- public override int Count { get { throw null; } }
- public override bool Add(object attr) { throw null; }
- public override bool AddAll(System.Collections.ICollection c) { throw null; }
- public override void Clear() { }
- public override object Clone() { throw null; }
- public override bool Contains(object attr) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName, string lang) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getSubset(string subtype) { throw null; }
- public override bool IsEmpty() { throw null; }
- public override bool Remove(object object_Renamed) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapAuthHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapAuthProvider getAuthProvider(string host, int port);
- }
- public partial class LdapAuthProvider
- {
- [System.CLSCompliantAttribute(false)]
- public LdapAuthProvider(string dn, sbyte[] password) { }
- public virtual string DN { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Password { get { throw null; } }
- }
- public partial interface LdapBindHandler : Novell.Directory.Ldap.LdapReferralHandler
- {
- Novell.Directory.Ldap.LdapConnection Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn);
- }
- public partial class LdapBindRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string AuthenticationDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapCompareAttrNames : System.Collections.IComparer
- {
- public LdapCompareAttrNames(string attrName) { }
- public LdapCompareAttrNames(string attrName, bool ascendingFlag) { }
- public LdapCompareAttrNames(string[] attrNames) { }
- public LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags) { }
- public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } }
- public virtual int Compare(object object1, object object2) { throw null; }
- public override bool Equals(object comparator) { throw null; }
- }
- public partial class LdapCompareRequest : Novell.Directory.Ldap.LdapMessage
- {
- [System.CLSCompliantAttribute(false)]
- public LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- public virtual string DN { get { throw null; } }
- }
- public partial class LdapConnection : System.ICloneable
- {
- public const string ALL_USER_ATTRS = "*";
- public const int DEFAULT_PORT = 389;
- public const int DEFAULT_SSL_PORT = 636;
- public const string Ldap_PROPERTY_PROTOCOL = "version.protocol";
- public const string Ldap_PROPERTY_SDK = "version.sdk";
- public const string Ldap_PROPERTY_SECURITY = "version.security";
- public const int Ldap_V3 = 3;
- public const string NO_ATTRS = "1.1";
- public const int SCOPE_BASE = 0;
- public const int SCOPE_ONE = 1;
- public const int SCOPE_SUB = 2;
- public const string SERVER_SHUTDOWN_OID = "1.3.6.1.4.1.1466.20036";
- public LdapConnection() { }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual bool Bound { get { throw null; } }
- public virtual bool Connected { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapConstraints Constraints { get { throw null; } set { } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual object SaslBindCallbackHandler { get { throw null; } }
- public virtual System.Collections.IDictionary SaslBindProperties { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapSearchConstraints SearchConstraints { get { throw null; } }
- public bool SecureSocketLayer { get { throw null; } set { } }
- public virtual bool TLS { get { throw null; } }
- public event Novell.Directory.Ldap.CertificateValidationCallback UserDefinedServerCertValidationDelegate { add { } remove { } }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results) { }
- public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Abandon(int id) { }
- public virtual void Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry) { }
- public virtual void Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech) { throw null; }
- public virtual void Bind(int version, string dn, string passwd) { }
- public virtual void Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual void Bind(string dn, string passwd) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes) { }
- public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { }
- public object Clone() { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr) { throw null; }
- public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Connect(string host, int port) { }
- public virtual void Delete(string dn) { }
- public virtual void Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Disconnect() { }
- public virtual void Disconnect(Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op) { throw null; }
- public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSchema FetchSchema(string schemaDN) { throw null; }
- ~LdapConnection() { }
- public virtual object getProperty(string name) { throw null; }
- public virtual string GetSchemaDN() { throw null; }
- public virtual string GetSchemaDN(string dn) { throw null; }
- protected internal virtual Novell.Directory.Ldap.LdapMessage MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods) { }
- public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs) { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual void RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn) { }
- public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet) { throw null; }
- public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; }
- public virtual void startTLS() { }
- public virtual void stopTLS() { }
- }
- public partial class LdapConstraints : System.ICloneable
- {
- public LdapConstraints() { }
- public LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int HopLimit { get { throw null; } set { } }
- public virtual bool ReferralFollowing { get { throw null; } set { } }
- public virtual int TimeLimit { get { throw null; } set { } }
- public object Clone() { throw null; }
- public virtual Novell.Directory.Ldap.LdapControl[] getControls() { throw null; }
- public virtual object getProperty(string name) { throw null; }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl control) { }
- public virtual void setControls(Novell.Directory.Ldap.LdapControl[] controls) { }
- public virtual void setProperty(string name, object value_Renamed) { }
- public virtual void setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler) { }
- }
- public partial class LdapControl : System.ICloneable
- {
- protected internal LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- [System.CLSCompliantAttribute(false)]
- public LdapControl(string oid, bool critical, sbyte[] values) { }
- public virtual bool Critical { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public object Clone() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type controlClass) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] controlValue) { }
- }
- public partial class LdapDeleteRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapDITContentRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITContentRuleSchema(string raw) : base (default(string)) { }
- public LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded) : base (default(string)) { }
- public virtual string[] AuxiliaryClasses { get { throw null; } }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] PrecludedAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDITStructureRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapDITStructureRuleSchema(string raw) : base (default(string)) { }
- public LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs) : base (default(string)) { }
- public virtual string NameForm { get { throw null; } }
- public virtual int RuleID { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapDN
- {
- public LdapDN() { }
- [System.CLSCompliantAttribute(false)]
- public static bool equals(string dn1, string dn2) { throw null; }
- public static string escapeRDN(string rdn) { throw null; }
- public static string[] explodeDN(string dn, bool noTypes) { throw null; }
- public static string[] explodeRDN(string rdn, bool noTypes) { throw null; }
- public static bool isValid(string dn) { throw null; }
- public static string normalize(string dn) { throw null; }
- public static string unescapeRDN(string rdn) { throw null; }
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
- public partial struct LdapDSConstants
- {
- public static readonly int LDAP_DS_40X_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_ALIAS_ENTRY;
- public static readonly long LDAP_DS_ATTR_COMPARE;
- public static readonly long LDAP_DS_ATTR_INHERIT_CTL;
- public static readonly long LDAP_DS_ATTR_READ;
- public static readonly long LDAP_DS_ATTR_SELF;
- public static readonly long LDAP_DS_ATTR_SUPERVISOR;
- public static readonly long LDAP_DS_ATTR_WRITE;
- public static readonly int LDAP_DS_AUDITED;
- public static readonly int LDAP_DS_BACKLINKED;
- public static readonly int LDAP_DS_CONTAINER_ALIAS;
- public static readonly int LDAP_DS_CONTAINER_ENTRY;
- public static readonly long LDAP_DS_DYNAMIC_ACL;
- public static readonly long LDAP_DS_ENTRY_ADD;
- public static readonly long LDAP_DS_ENTRY_BROWSE;
- public static readonly int LDAP_DS_ENTRY_DAMAGED;
- public static readonly long LDAP_DS_ENTRY_DELETE;
- public static readonly long LDAP_DS_ENTRY_INHERIT_CTL;
- public static readonly int LDAP_DS_ENTRY_NOT_PRESENT;
- public static readonly long LDAP_DS_ENTRY_RENAME;
- public static readonly long LDAP_DS_ENTRY_SUPERVISOR;
- public static readonly int LDAP_DS_ENTRY_VERIFY_CTS;
- public static readonly int LDAP_DS_MATCHES_LIST_FILTER;
- public static readonly int LDAP_DS_NEW_ENTRY;
- public static readonly int LDAP_DS_PARTITION_ROOT;
- public static readonly int LDAP_DS_REFERENCE_ENTRY;
- public static readonly int LDAP_DS_TEMPORARY_REFERENCE;
- }
- public partial class LdapEntry : System.IComparable
- {
- protected internal Novell.Directory.Ldap.LdapAttributeSet attrs;
- protected internal string dn;
- public LdapEntry() { }
- public LdapEntry(string dn) { }
- public LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs) { }
- [System.CLSCompliantAttribute(false)]
- public virtual string DN { get { throw null; } }
- public virtual int CompareTo(object entry) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet() { throw null; }
- public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet(string subtype) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapException : System.Exception
- {
- public const int ADMIN_LIMIT_EXCEEDED = 11;
- public const int AFFECTS_MULTIPLE_DSAS = 71;
- public const int ALIAS_DEREFERENCING_PROBLEM = 36;
- public const int ALIAS_PROBLEM = 33;
- public const int AMBIGUOUS_RESPONSE = 101;
- public const int ATTRIBUTE_OR_VALUE_EXISTS = 20;
- public const int AUTH_METHOD_NOT_SUPPORTED = 7;
- public const int AUTH_UNKNOWN = 86;
- public const int BUSY = 51;
- public const int CLIENT_LOOP = 96;
- public const int COMPARE_FALSE = 5;
- public const int COMPARE_TRUE = 6;
- public const int CONFIDENTIALITY_REQUIRED = 13;
- public const int CONNECT_ERROR = 91;
- public const int CONSTRAINT_VIOLATION = 19;
- public const int CONTROL_NOT_FOUND = 93;
- public const int DECODING_ERROR = 84;
- public const int ENCODING_ERROR = 83;
- public const int ENTRY_ALREADY_EXISTS = 68;
- public const int FILTER_ERROR = 87;
- public const int INAPPROPRIATE_AUTHENTICATION = 48;
- public const int INAPPROPRIATE_MATCHING = 18;
- public const int INSUFFICIENT_ACCESS_RIGHTS = 50;
- public const int INVALID_ATTRIBUTE_SYNTAX = 21;
- public const int INVALID_CREDENTIALS = 49;
- public const int INVALID_DN_SYNTAX = 34;
- public const int INVALID_RESPONSE = 100;
- public const int IS_LEAF = 35;
- public const int Ldap_NOT_SUPPORTED = 92;
- public const int Ldap_PARTIAL_RESULTS = 9;
- public const int Ldap_TIMEOUT = 85;
- public const int LOCAL_ERROR = 82;
- public const int LOOP_DETECT = 54;
- public const int MORE_RESULTS_TO_RETURN = 95;
- public const int NAMING_VIOLATION = 64;
- public const int NOT_ALLOWED_ON_NONLEAF = 66;
- public const int NOT_ALLOWED_ON_RDN = 67;
- public const int NO_MEMORY = 90;
- public const int NO_RESULTS_RETURNED = 94;
- public const int NO_SUCH_ATTRIBUTE = 16;
- public const int NO_SUCH_OBJECT = 32;
- public const int OBJECT_CLASS_MODS_PROHIBITED = 69;
- public const int OBJECT_CLASS_VIOLATION = 65;
- public const int OPERATIONS_ERROR = 1;
- public const int OTHER = 80;
- public const int PROTOCOL_ERROR = 2;
- public const int REFERRAL = 10;
- public const int REFERRAL_LIMIT_EXCEEDED = 97;
- public const int SASL_BIND_IN_PROGRESS = 14;
- public const int SERVER_DOWN = 81;
- public const int SIZE_LIMIT_EXCEEDED = 4;
- public const int SSL_HANDSHAKE_FAILED = 113;
- public const int SSL_PROVIDER_NOT_FOUND = 114;
- public const int STRONG_AUTH_REQUIRED = 8;
- public const int SUCCESS = 0;
- public const int TIME_LIMIT_EXCEEDED = 3;
- public const int TLS_NOT_SUPPORTED = 112;
- public const int UNAVAILABLE = 52;
- public const int UNAVAILABLE_CRITICAL_EXTENSION = 12;
- public const int UNDEFINED_ATTRIBUTE_TYPE = 17;
- public const int UNWILLING_TO_PERFORM = 53;
- public const int USER_CANCELLED = 88;
- public LdapException() { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException) { }
- public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN) { }
- public virtual System.Exception Cause { get { throw null; } }
- public virtual string LdapErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override string Message { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public virtual string resultCodeToString() { throw null; }
- public virtual string resultCodeToString(System.Globalization.CultureInfo locale) { throw null; }
- public static string resultCodeToString(int code) { throw null; }
- public static string resultCodeToString(int code, System.Globalization.CultureInfo locale) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LdapExtendedOperation : System.ICloneable
- {
- [System.CLSCompliantAttribute(false)]
- public LdapExtendedOperation(string oid, sbyte[] vals) { }
- public object Clone() { throw null; }
- public virtual string getID() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] getValue() { throw null; }
- protected internal virtual void setID(string newoid) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual void setValue(sbyte[] newVals) { }
- }
- public partial class LdapExtendedRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapExtendedRequest(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapExtendedOperation ExtendedOperation { get { throw null; } }
- }
- public partial class LdapExtendedResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public virtual string ID { get { throw null; } }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet RegisteredResponses { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] Value { get { throw null; } }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapIntermediateResponse : Novell.Directory.Ldap.LdapResponse
- {
- public LdapIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.InterThreadException), default(Novell.Directory.Ldap.Utilclass.ReferralInfo)) { }
- public string getID() { throw null; }
- public static Novell.Directory.Ldap.Utilclass.RespExtensionSet getRegisteredResponses() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getValue() { throw null; }
- public static void register(string oid, System.Type extendedResponseClass) { }
- }
- public partial class LdapLocalException : Novell.Directory.Ldap.LdapException
- {
- public LdapLocalException() { }
- public LdapLocalException(string messageOrKey, int resultCode) { }
- public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { }
- public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exception rootException) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapMatchingRuleSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleSchema(string rawMatchingRule, string rawMatchingRuleUse) : base (default(string)) { }
- public LdapMatchingRuleSchema(string[] names, string oid, string description, string[] attributes, bool obsolete, string syntaxString) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual string SyntaxString { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMatchingRuleUseSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapMatchingRuleUseSchema(string raw) : base (default(string)) { }
- public LdapMatchingRuleUseSchema(string[] names, string oid, string description, bool obsolete, string[] attributes) : base (default(string)) { }
- public virtual string[] Attributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapMessage
- {
- public const int ABANDON_REQUEST = 16;
- public const int ADD_REQUEST = 8;
- public const int ADD_RESPONSE = 9;
- public const int BIND_REQUEST = 0;
- public const int BIND_RESPONSE = 1;
- public const int COMPARE_REQUEST = 14;
- public const int COMPARE_RESPONSE = 15;
- public const int DEL_REQUEST = 10;
- public const int DEL_RESPONSE = 11;
- public const int EXTENDED_REQUEST = 23;
- public const int EXTENDED_RESPONSE = 24;
- public const int INTERMEDIATE_RESPONSE = 25;
- protected internal Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message;
- public const int MODIFY_RDN_REQUEST = 12;
- public const int MODIFY_RDN_RESPONSE = 13;
- public const int MODIFY_REQUEST = 6;
- public const int MODIFY_RESPONSE = 7;
- public const int SEARCH_REQUEST = 3;
- public const int SEARCH_RESPONSE = 4;
- public const int SEARCH_RESULT = 5;
- public const int SEARCH_RESULT_REFERENCE = 19;
- public const int UNBIND_REQUEST = 2;
- protected internal LdapMessage(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) { }
- public virtual Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual bool Request { get { throw null; } }
- public virtual string Tag { get { throw null; } set { } }
- public virtual int Type { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapMessageQueue
- {
- internal LdapMessageQueue() { }
- public virtual int[] MessageIDs { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse() { throw null; }
- public virtual Novell.Directory.Ldap.LdapMessage getResponse(int msgid) { throw null; }
- public virtual bool isComplete(int msgid) { throw null; }
- public virtual bool isResponseReceived() { throw null; }
- public virtual bool isResponseReceived(int msgid) { throw null; }
- }
- public partial class LdapModification
- {
- public const int ADD = 0;
- public const int DELETE = 1;
- public const int REPLACE = 2;
- public LdapModification(int op, Novell.Directory.Ldap.LdapAttribute attr) { }
- public virtual Novell.Directory.Ldap.LdapAttribute Attribute { get { throw null; } }
- public virtual int Op { get { throw null; } }
- }
- public partial class LdapModifyDNRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyDNRequest(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual bool DeleteOldRDN { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual string NewRDN { get { throw null; } }
- public virtual string ParentDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapModifyRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapModifyRequest(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string DN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapModification[] Modifications { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapNameFormSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapNameFormSchema(string raw) : base (default(string)) { }
- public LdapNameFormSchema(string[] names, string oid, string description, bool obsolete, string objectClass, string[] required, string[] optional) : base (default(string)) { }
- public virtual string ObjectClass { get { throw null; } }
- public virtual string[] OptionalNamingAttributes { get { throw null; } }
- public virtual string[] RequiredNamingAttributes { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapObjectClassSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public const int ABSTRACT = 0;
- public const int AUXILIARY = 2;
- public const int STRUCTURAL = 1;
- public LdapObjectClassSchema(string raw) : base (default(string)) { }
- public LdapObjectClassSchema(string[] names, string oid, string[] superiors, string description, string[] required, string[] optional, int type, bool obsolete) : base (default(string)) { }
- public virtual string[] OptionalAttributes { get { throw null; } }
- public virtual string[] RequiredAttributes { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual int Type { get { throw null; } }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapReferralException : Novell.Directory.Ldap.LdapException
- {
- public LdapReferralException() { }
- public LdapReferralException(string message) { }
- public LdapReferralException(string message, System.Exception rootException) { }
- public LdapReferralException(string message, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, int resultCode, string serverMessage, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments) { }
- public LdapReferralException(string message, object[] arguments, System.Exception rootException) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage) { }
- public LdapReferralException(string message, object[] arguments, int resultCode, string serverMessage, System.Exception rootException) { }
- public virtual string FailedReferral { get { throw null; } set { } }
- public virtual string[] getReferrals() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial interface LdapReferralHandler
- {
- }
- public partial class LdapResponse : Novell.Directory.Ldap.LdapMessage
- {
- public LdapResponse(Novell.Directory.Ldap.InterThreadException ex, Novell.Directory.Ldap.Utilclass.ReferralInfo activeReferral) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapResponse(int type, int resultCode, string matchedDN, string serverMessage, string[] referrals, Novell.Directory.Ldap.LdapControl[] controls) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public override Novell.Directory.Ldap.LdapControl[] Controls { get { throw null; } }
- public virtual string ErrorMessage { get { throw null; } }
- public virtual string MatchedDN { get { throw null; } }
- public override int MessageID { get { throw null; } }
- public virtual string[] Referrals { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- public override int Type { get { throw null; } }
- }
- public partial class LdapResponseQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapResponseQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSchema : Novell.Directory.Ldap.LdapEntry
- {
- public LdapSchema(Novell.Directory.Ldap.LdapEntry ent) { }
- public virtual System.Collections.IEnumerator AttributeNames { get { throw null; } }
- public virtual System.Collections.IEnumerator AttributeSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITContentRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator DITStructureRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseNames { get { throw null; } }
- public virtual System.Collections.IEnumerator MatchingRuleUseSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormNames { get { throw null; } }
- public virtual System.Collections.IEnumerator NameFormSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassNames { get { throw null; } }
- public virtual System.Collections.IEnumerator ObjectClassSchemas { get { throw null; } }
- public virtual System.Collections.IEnumerator SyntaxSchemas { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITContentRuleSchema getDITContentRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(int ID) { throw null; }
- public virtual Novell.Directory.Ldap.LdapDITStructureRuleSchema getDITStructureRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleSchema getMatchingRuleSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapMatchingRuleUseSchema getMatchingRuleUseSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapNameFormSchema getNameFormSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapObjectClassSchema getObjectClassSchema(string name) { throw null; }
- public virtual Novell.Directory.Ldap.LdapSyntaxSchema getSyntaxSchema(string oid) { throw null; }
- }
- public abstract partial class LdapSchemaElement : Novell.Directory.Ldap.LdapAttribute
- {
- [System.CLSCompliantAttribute(false)]
- protected internal string description;
- protected internal System.Collections.Hashtable hashQualifier;
- [System.CLSCompliantAttribute(false)]
- protected internal string[] names;
- [System.CLSCompliantAttribute(false)]
- protected internal bool obsolete;
- protected internal string oid;
- protected internal string[] qualifier;
- protected internal LdapSchemaElement(string attrName) : base (default(Novell.Directory.Ldap.LdapAttribute)) { }
- public virtual string Description { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual System.Collections.IEnumerator QualifierNames { get { throw null; } }
- public virtual void addValue(byte[] value_Renamed) { }
- public override void addValue(string value_Renamed) { }
- protected internal abstract string formatString();
- public virtual string[] getQualifier(string name) { throw null; }
- public virtual void removeValue(byte[] value_Renamed) { }
- public override void removeValue(string value_Renamed) { }
- public virtual void setQualifier(string name, string[] values) { }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchConstraints : Novell.Directory.Ldap.LdapConstraints
- {
- public const int DEREF_ALWAYS = 3;
- public const int DEREF_FINDING = 2;
- public const int DEREF_NEVER = 0;
- public const int DEREF_SEARCHING = 1;
- public LdapSearchConstraints() { }
- public LdapSearchConstraints(Novell.Directory.Ldap.LdapConstraints cons) { }
- public LdapSearchConstraints(int msLimit, int serverTimeLimit, int dereference, int maxResults, bool doReferrals, int batchSize, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { }
- public virtual int BatchSize { get { throw null; } set { } }
- public virtual int Dereference { get { throw null; } set { } }
- public virtual int MaxResults { get { throw null; } set { } }
- public virtual int ServerTimeLimit { get { throw null; } set { } }
- }
- public partial class LdapSearchQueue : Novell.Directory.Ldap.LdapMessageQueue
- {
- internal LdapSearchQueue() { }
- public virtual void merge(Novell.Directory.Ldap.LdapMessageQueue queue2) { }
- }
- public partial class LdapSearchRequest : Novell.Directory.Ldap.LdapMessage
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public LdapSearchRequest(string base_Renamed, int scope, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public LdapSearchRequest(string base_Renamed, int scope, string filter, string[] attrs, int dereference, int maxResults, int serverTimeLimit, bool typesOnly, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Attributes { get { throw null; } }
- public virtual int Dereference { get { throw null; } }
- public virtual string DN { get { throw null; } }
- public virtual int MaxResults { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual System.Collections.IEnumerator SearchFilter { get { throw null; } }
- public virtual int ServerTimeLimit { get { throw null; } }
- public virtual string StringFilter { get { throw null; } }
- public virtual bool TypesOnly { get { throw null; } }
- }
- public partial class LdapSearchResult : Novell.Directory.Ldap.LdapMessage
- {
- public LdapSearchResult(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSearchResultReference : Novell.Directory.Ldap.LdapMessage
- {
- internal LdapSearchResultReference() : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] Referrals { get { throw null; } }
- }
- public partial class LdapSearchResults
- {
- internal LdapSearchResults() { }
- public virtual int Count { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } }
- public virtual bool hasMore() { throw null; }
- public virtual Novell.Directory.Ldap.LdapEntry next() { throw null; }
- }
- public partial class LdapSyntaxSchema : Novell.Directory.Ldap.LdapSchemaElement
- {
- public LdapSyntaxSchema(string raw) : base (default(string)) { }
- public LdapSyntaxSchema(string oid, string description) : base (default(string)) { }
- protected internal override string formatString() { throw null; }
- }
- public partial class LdapUnbindRequest : Novell.Directory.Ldap.LdapMessage
- {
- public LdapUnbindRequest(Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- }
- public partial interface LdapUnsolicitedNotificationListener
- {
- void messageReceived(Novell.Directory.Ldap.LdapExtendedResponse msg);
- }
- public partial class LdapUrl : System.ICloneable
- {
- public LdapUrl(string url) { }
- public LdapUrl(string host, int port, string dn) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions) { }
- public LdapUrl(string host, int port, string dn, string[] attrNames, int scope, string filter, string[] extensions, bool secure) { }
- public virtual string[] AttributeArray { get { throw null; } }
- public virtual System.Collections.IEnumerator Attributes { get { throw null; } }
- public virtual string[] Extensions { get { throw null; } }
- public virtual string Filter { get { throw null; } }
- public virtual string Host { get { throw null; } }
- public virtual int Port { get { throw null; } }
- public virtual int Scope { get { throw null; } }
- public virtual bool Secure { get { throw null; } }
- public object Clone() { throw null; }
- public static string decode(string URLEncoded) { throw null; }
- public static string encode(string toEncode) { throw null; }
- public virtual string getDN() { throw null; }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Asn1
-{
- public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 1;
- [System.CLSCompliantAttribute(false)]
- public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public bool booleanValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Choice : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Choice() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Choice(Novell.Directory.Ldap.Asn1.Asn1Object content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- protected internal virtual Novell.Directory.Ldap.Asn1.Asn1Object ChoiceValue { set { } }
- public Novell.Directory.Ldap.Asn1.Asn1Object choiceValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public override void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public override string ToString() { throw null; }
- }
- [System.CLSCompliantAttribute(false)]
- public partial interface Asn1Decoder : System.Runtime.Serialization.ISerializable
- {
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] length);
- Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed);
- object decodeBoolean(System.IO.Stream in_Renamed, int len);
- object decodeCharacterString(System.IO.Stream in_Renamed, int len);
- object decodeNumeric(System.IO.Stream in_Renamed, int len);
- object decodeOctetString(System.IO.Stream in_Renamed, int len);
- }
- public partial interface Asn1Encoder : System.Runtime.Serialization.ISerializable
- {
- void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed);
- void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed);
- }
- public partial class Asn1Enumerated : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 10;
- [System.CLSCompliantAttribute(false)]
- public Asn1Enumerated(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Enumerated(int content) { }
- public Asn1Enumerated(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Identifier : System.ICloneable
- {
- public const int APPLICATION = 1;
- public const int CONTEXT = 2;
- public const int PRIVATE = 3;
- public const int UNIVERSAL = 0;
- public Asn1Identifier() { }
- public Asn1Identifier(int tagClass, bool constructed, int tag) { }
- public Asn1Identifier(System.IO.Stream in_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Application { get { throw null; } }
- public virtual int Asn1Class { get { throw null; } }
- public virtual bool Constructed { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Context { get { throw null; } }
- public virtual int EncodedLength { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Private { get { throw null; } }
- public virtual int Tag { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual bool Universal { get { throw null; } }
- public object Clone() { throw null; }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Integer : Novell.Directory.Ldap.Asn1.Asn1Numeric
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 2;
- [System.CLSCompliantAttribute(false)]
- public Asn1Integer(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Asn1Integer(int content) { }
- public Asn1Integer(long content) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Length
- {
- public Asn1Length() { }
- public Asn1Length(int length) { }
- public Asn1Length(System.IO.Stream in_Renamed) { }
- public virtual int EncodedLength { get { throw null; } }
- public virtual int Length { get { throw null; } }
- public void reset(System.IO.Stream in_Renamed) { }
- }
- public partial class Asn1Null : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 5;
- public Asn1Null() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Numeric : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- internal Asn1Numeric() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public int intValue() { throw null; }
- public long longValue() { throw null; }
- }
- [System.SerializableAttribute]
- public abstract partial class Asn1Object : System.Runtime.Serialization.ISerializable
- {
- public Asn1Object(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- public abstract void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed);
- [System.CLSCompliantAttribute(false)]
- public sbyte[] getEncoding(Novell.Directory.Ldap.Asn1.Asn1Encoder enc) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public virtual void setIdentifier(Novell.Directory.Ldap.Asn1.Asn1Identifier id) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1OctetString : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 4;
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1OctetString(sbyte[] content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1OctetString(string content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class Asn1Sequence : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public const int TAG = 16;
- public Asn1Sequence() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Sequence(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SequenceOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 16;
- public Asn1SequenceOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(Novell.Directory.Ldap.Asn1.Asn1Sequence sequence) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SequenceOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1Set : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1Set() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public Asn1Set(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Set(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public partial class Asn1SetOf : Novell.Directory.Ldap.Asn1.Asn1Structured
- {
- public static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public const int TAG = 17;
- public Asn1SetOf() : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(Novell.Directory.Ldap.Asn1.Asn1Set set_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1SetOf(int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- [System.CLSCompliantAttribute(false)]
- public override string ToString() { throw null; }
- }
- public abstract partial class Asn1Structured : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, Novell.Directory.Ldap.Asn1.Asn1Object[] newContent, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- protected internal Asn1Structured(Novell.Directory.Ldap.Asn1.Asn1Identifier id, int size) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public void add(Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- protected internal void decodeStructured(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object get_Renamed(int index) { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Asn1.Asn1Object value_Renamed) { }
- public int size() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Object[] toArray() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(string type) { throw null; }
- }
- public partial class Asn1Tagged : Novell.Directory.Ldap.Asn1.Asn1Object
- {
- [System.CLSCompliantAttribute(false)]
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len, Novell.Directory.Ldap.Asn1.Asn1Identifier identifier) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public Asn1Tagged(Novell.Directory.Ldap.Asn1.Asn1Identifier identifier, Novell.Directory.Ldap.Asn1.Asn1Object object_Renamed, bool explicit_Renamed) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { }
- public virtual bool Explicit { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object TaggedValue { set { } }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public Novell.Directory.Ldap.Asn1.Asn1Object taggedValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class LBERDecoder : Novell.Directory.Ldap.Asn1.Asn1Decoder, System.Runtime.Serialization.ISerializable
- {
- public LBERDecoder() { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed) { throw null; }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(System.IO.Stream in_Renamed, int[] len) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object decode(sbyte[] value_Renamed) { throw null; }
- public object decodeBoolean(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeCharacterString(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeNumeric(System.IO.Stream in_Renamed, int len) { throw null; }
- public object decodeOctetString(System.IO.Stream in_Renamed, int len) { throw null; }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
- public partial class LBEREncoder : Novell.Directory.Ldap.Asn1.Asn1Encoder, System.Runtime.Serialization.ISerializable
- {
- public LBEREncoder() { }
- public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Identifier id, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Null n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Numeric n, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1OctetString os, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Structured c, System.IO.Stream out_Renamed) { }
- public void encode(Novell.Directory.Ldap.Asn1.Asn1Tagged t, System.IO.Stream out_Renamed) { }
- public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- }
-}
-namespace Novell.Directory.Ldap.Controls
-{
- public partial class LdapEntryChangeControl : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapEntryChangeControl(string oid, bool critical, sbyte[] value_Renamed) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ChangeNumber { get { throw null; } }
- public virtual int ChangeType { get { throw null; } }
- public virtual bool HasChangeNumber { get { throw null; } }
- public virtual string PreviousDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class LdapPersistSearchControl : Novell.Directory.Ldap.LdapControl
- {
- public const int ADD = 1;
- public static readonly int ANY;
- public const int DELETE = 2;
- public const int MODDN = 8;
- public const int MODIFY = 4;
- public LdapPersistSearchControl() : base (default(string), default(bool), default(sbyte[])) { }
- public LdapPersistSearchControl(int changeTypes, bool changesOnly, bool returnControls, bool isCritical) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual bool ChangesOnly { get { throw null; } set { } }
- public virtual int ChangeTypes { get { throw null; } set { } }
- public virtual bool ReturnControls { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public partial class LdapSortControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey key, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapSortControl(Novell.Directory.Ldap.Controls.LdapSortKey[] keys, bool critical) : base (default(string), default(bool), default(sbyte[])) { }
- }
- public partial class LdapSortKey
- {
- public LdapSortKey(string keyDescription) { }
- public LdapSortKey(string key, bool reverse) { }
- public LdapSortKey(string key, bool reverse, string matchRule) { }
- public virtual string Key { get { throw null; } }
- public virtual string MatchRule { get { throw null; } }
- public virtual bool Reverse { get { throw null; } }
- }
- public partial class LdapSortResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapSortResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual string FailedAttribute { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
- public partial class LdapVirtualListControl : Novell.Directory.Ldap.LdapControl
- {
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(int startIndex, int beforeCount, int afterCount, int contentCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount) : base (default(string), default(bool), default(sbyte[])) { }
- public LdapVirtualListControl(string jumpTo, int beforeCount, int afterCount, string context) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int AfterCount { get { throw null; } }
- public virtual int BeforeCount { get { throw null; } }
- public virtual string Context { get { throw null; } set { } }
- public virtual int ListSize { get { throw null; } set { } }
- public virtual void setRange(int listIndex, int beforeCount, int afterCount) { }
- public virtual void setRange(string jumpTo, int beforeCount, int afterCount) { }
- }
- public partial class LdapVirtualListResponse : Novell.Directory.Ldap.LdapControl
- {
- [System.CLSCompliantAttribute(false)]
- public LdapVirtualListResponse(string oid, bool critical, sbyte[] values) : base (default(string), default(bool), default(sbyte[])) { }
- public virtual int ContentCount { get { throw null; } }
- public virtual string Context { get { throw null; } }
- public virtual int FirstPosition { get { throw null; } }
- public virtual int ResultCode { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events
-{
- public partial class BaseEventArgs : System.EventArgs
- {
- protected Novell.Directory.Ldap.LdapMessage ldap_message;
- public BaseEventArgs(Novell.Directory.Ldap.LdapMessage message) { }
- public Novell.Directory.Ldap.LdapMessage ContianedEventInformation { get { throw null; } }
- }
- public partial class DirectoryEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.Events.EventClassifiers eClassification;
- public DirectoryEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.Events.EventClassifiers EventClassification { get { throw null; } set { } }
- }
- public partial class DirectoryExceptionEventArgs : Novell.Directory.Ldap.Events.BaseEventArgs
- {
- protected Novell.Directory.Ldap.LdapException ldap_exception_object;
- public DirectoryExceptionEventArgs(Novell.Directory.Ldap.LdapMessage message, Novell.Directory.Ldap.LdapException ldapException) : base (default(Novell.Directory.Ldap.LdapMessage)) { }
- public Novell.Directory.Ldap.LdapException LdapExceptionObject { get { throw null; } }
- }
- public enum EventClassifiers
- {
- CLASSIFICATION_EDIR_EVENT = 1,
- CLASSIFICATION_LDAP_PSEARCH = 0,
- CLASSIFICATION_UNKNOWN = -1,
- }
- public partial class LdapEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- protected Novell.Directory.Ldap.Events.LdapEventType eType;
- public LdapEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.LdapEventType EventType { get { throw null; } set { } }
- public override string ToString() { throw null; }
- }
- public abstract partial class LdapEventSource
- {
- protected const int DEFAULT_SLEEP_TIME = 1000;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler directory_event;
- protected Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler directory_exception_event;
- protected internal const int EVENT_TYPE_UNKNOWN = -1;
- protected Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator m_objEventsGenerator;
- protected int sleep_interval;
- protected LdapEventSource() { }
- public int SleepInterval { get { throw null; } set { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryEventHandler DirectoryEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.LdapEventSource.DirectoryExceptionEventHandler DirectoryExceptionEvent { add { } remove { } }
- protected Novell.Directory.Ldap.Events.LdapEventSource.LISTENERS_COUNT GetCurrentListenersState() { throw null; }
- protected abstract int GetListeners();
- protected void ListenerAdded() { }
- protected void ListenerRemoved() { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs) { }
- protected void NotifyDirectoryListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) { }
- protected abstract bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType);
- protected void NotifyExceptionListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.LdapException ldapException) { }
- protected void NotifyListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { }
- protected void StartEventPolling(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- protected abstract void StartSearchAndPolling();
- protected void StopEventPolling() { }
- protected abstract void StopSearchAndPolling();
- public delegate void DirectoryEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryEventArgs objDirectoryEventArgs);
- public delegate void DirectoryExceptionEventHandler(object source, Novell.Directory.Ldap.Events.DirectoryExceptionEventArgs objDirectoryExceptionEventArgs);
- protected partial class EventsGenerator
- {
- public EventsGenerator(Novell.Directory.Ldap.Events.LdapEventSource objEventSource, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConnection conn, int msgid) { }
- public int SleepTime { get { throw null; } set { } }
- protected void processmessage(Novell.Directory.Ldap.LdapMessage response) { }
- protected void Run() { }
- public void StartEventPolling() { }
- public void StopEventPolling() { }
- }
- protected enum LISTENERS_COUNT
- {
- MORE_THAN_ONE = 2,
- ONE = 1,
- ZERO = 0,
- }
- }
- public enum LdapEventType
- {
- LDAP_PSEARCH_ADD = 1,
- LDAP_PSEARCH_ANY = 15,
- LDAP_PSEARCH_DELETE = 2,
- LDAP_PSEARCH_MODDN = 8,
- LDAP_PSEARCH_MODIFY = 4,
- TYPE_UNKNOWN = -1,
- }
- public partial class PSearchEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected string[] mAttrs;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.Events.LdapEventType mEventChangeType;
- protected string mFilter;
- protected Novell.Directory.Ldap.LdapSearchQueue mQueue;
- protected int mScope;
- protected string mSearchBase;
- protected Novell.Directory.Ldap.LdapSearchConstraints mSearchConstraints;
- protected bool mTypesOnly;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler search_referral_event;
- protected Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler search_result_event;
- public PSearchEventSource(Novell.Directory.Ldap.LdapConnection conn, string searchBase, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints constraints, Novell.Directory.Ldap.Events.LdapEventType eventchangetype, bool changeonly) { }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchReferralEventHandler SearchReferralEvent { add { } remove { } }
- public event Novell.Directory.Ldap.Events.PSearchEventSource.SearchResultEventHandler SearchResultEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void SearchReferralEventHandler(object source, Novell.Directory.Ldap.Events.SearchReferralEventArgs objArgs);
- public delegate void SearchResultEventHandler(object source, Novell.Directory.Ldap.Events.SearchResultEventArgs objArgs);
- }
- public partial class SearchReferralEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchReferralEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public string[] getUrls() { throw null; }
- }
- public partial class SearchResultEventArgs : Novell.Directory.Ldap.Events.LdapEventArgs
- {
- public SearchResultEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, Novell.Directory.Ldap.Events.LdapEventType aType) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers), default(Novell.Directory.Ldap.Events.LdapEventType)) { }
- public Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir
-{
- public enum DebugParameterType
- {
- ADDRESS = 5,
- BINARY = 3,
- ENTRYID = 1,
- INTEGER = 4,
- STRING = 2,
- TIMESTAMP = 6,
- TIMEVECTOR = 7,
- }
- public partial class DSETimeStamp
- {
- protected int nEvent;
- protected int nSeconds;
- protected int replica_number;
- public DSETimeStamp(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public int Event { get { throw null; } }
- public int ReplicaNumber { get { throw null; } }
- public int Seconds { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class EdirEventArgs : Novell.Directory.Ldap.Events.DirectoryEventArgs
- {
- public EdirEventArgs(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification) : base (default(Novell.Directory.Ldap.LdapMessage), default(Novell.Directory.Ldap.Events.EventClassifiers)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventIntermediateResponse IntermediateResponse { get { throw null; } }
- }
- public enum EdirEventDataType
- {
- EDIR_TAG_BINDERY_EVENT_DATA = 5,
- EDIR_TAG_CHANGE_CONFIG_PARAM = 11,
- EDIR_TAG_CHANGE_SERVER_ADDRESS = 10,
- EDIR_TAG_CONNECTION_STATE = 9,
- EDIR_TAG_DEBUG_EVENT_DATA = 14,
- EDIR_TAG_DSESEV_INFO = 6,
- EDIR_TAG_ENTRY_EVENT_DATA = 1,
- EDIR_TAG_GENERAL_EVENT_DATA = 3,
- EDIR_TAG_MODULE_STATE_DATA = 7,
- EDIR_TAG_NETWORK_ADDRESS = 8,
- EDIR_TAG_NO_DATA = 12,
- EDIR_TAG_SKULK_DATA = 4,
- EDIR_TAG_STATUS_LOG = 13,
- EDIR_TAG_VALUE_EVENT_DATA = 2,
- }
- public partial class EdirEventIntermediateResponse : Novell.Directory.Ldap.LdapIntermediateResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData event_response_data;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventResultType event_result_type;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventType event_type;
- public EdirEventIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public EdirEventIntermediateResponse(byte[] message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData EventResponseDataObject { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- protected void ProcessMessage(sbyte[] returnedValue) { }
- }
- public enum EdirEventResultType
- {
- EVT_STATUS_ALL = 0,
- EVT_STATUS_FAILURE = 2,
- EVT_STATUS_SUCCESS = 1,
- }
- public partial class EdirEventSource : Novell.Directory.Ldap.Events.LdapEventSource
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler edir_event;
- protected Novell.Directory.Ldap.LdapConnection mConnection;
- protected Novell.Directory.Ldap.LdapResponseQueue mQueue;
- protected Novell.Directory.Ldap.Events.Edir.MonitorEventRequest mRequestOperation;
- public EdirEventSource(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier, Novell.Directory.Ldap.LdapConnection conn) { }
- public event Novell.Directory.Ldap.Events.Edir.EdirEventSource.EdirEventHandler EdirEvent { add { } remove { } }
- protected override int GetListeners() { throw null; }
- protected override bool NotifyEventListeners(Novell.Directory.Ldap.LdapMessage sourceMessage, Novell.Directory.Ldap.Events.EventClassifiers aClassification, int nType) { throw null; }
- protected override void StartSearchAndPolling() { }
- protected override void StopSearchAndPolling() { }
- public delegate void EdirEventHandler(object source, Novell.Directory.Ldap.Events.Edir.EdirEventArgs objEdirEventArgs);
- }
- public partial class EdirEventSpecifier
- {
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType) { }
- public EdirEventSpecifier(Novell.Directory.Ldap.Events.Edir.EdirEventType eventType, Novell.Directory.Ldap.Events.Edir.EdirEventResultType eventResultType, string filter) { }
- public string EventFilter { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventResultType EventResultType { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.EdirEventType EventType { get { throw null; } }
- }
- public enum EdirEventType
- {
- EVT_ABORT_JOIN = 145,
- EVT_ABORT_PARTITION_OP = 109,
- EVT_ADD_ENTRY = 168,
- EVT_ADD_MEMBER = 153,
- EVT_ADD_PROPERTY = 151,
- EVT_ADD_REPLICA = 103,
- EVT_ADD_VALUE = 5,
- EVT_AGENT_CLOSE_LOCAL = 54,
- EVT_AGENT_OPEN_LOCAL = 53,
- EVT_ALLOW_LOGIN = 188,
- EVT_BACKLINK_PROC_DONE = 95,
- EVT_BACKUP_ENTRY = 114,
- EVT_BEGIN_NAMEBASE_TRANSACTION = 213,
- EVT_BKLINK_OPERATOR = 63,
- EVT_BKLINK_SEV = 62,
- EVT_CHANGE_CONN_STATE = 173,
- EVT_CHANGE_MODULE_STATE = 21,
- EVT_CHANGE_OBJ_SECURITY = 156,
- EVT_CHANGE_PROP_SECURITY = 155,
- EVT_CHANGE_REPLICA_TYPE = 107,
- EVT_CHANGE_SECURITY_EQUALS = 164,
- EVT_CHANGE_SERVER_ADDRS = 219,
- EVT_CHANGE_TREE_NAME = 143,
- EVT_CHECK_CONSOLE_OPERATOR = 142,
- EVT_CHECK_SEV = 12,
- EVT_CHGPASS = 101,
- EVT_CLOSE_BINDERY = 172,
- EVT_CLOSE_STREAM = 7,
- EVT_COMPARE_ATTR_VALUE = 123,
- EVT_CONNECT_TO_ADDRESS = 158,
- EVT_CONSOLE_OPERATION = 203,
- EVT_CRC_FAILURE = 167,
- EVT_CREATE_BACKLINK = 141,
- EVT_CREATE_BINDERY_OBJECT = 10,
- EVT_CREATE_ENTRY = 1,
- EVT_CREATE_NAMEBASE = 163,
- EVT_CREATE_SUBREF = 132,
- EVT_DB_ALLOC = 202,
- EVT_DB_AUDIT = 175,
- EVT_DB_AUDIT_NCP = 176,
- EVT_DB_AUDIT_SKULK = 177,
- EVT_DB_AUTHEN = 26,
- EVT_DB_BACKLINK = 27,
- EVT_DB_BACKLINK_DETAIL = 236,
- EVT_DB_BUFFERS = 28,
- EVT_DB_CHANGE_CACHE = 184,
- EVT_DB_CLIENT_BUFFERS = 189,
- EVT_DB_COLL = 29,
- EVT_DB_CONN_TRACE = 210,
- EVT_DB_DIRXML = 214,
- EVT_DB_DIRXML_DRIVERS = 217,
- EVT_DB_DNS = 220,
- EVT_DB_DRL = 198,
- EVT_DB_DRL_DETAIL = 237,
- EVT_DB_DSAGENT = 30,
- EVT_DB_EMU = 31,
- EVT_DB_FRAGGER = 32,
- EVT_DB_HTTPSTK = 231,
- EVT_DB_INIT = 33,
- EVT_DB_INSPECTOR = 34,
- EVT_DB_IN_SYNC_DETAIL = 227,
- EVT_DB_JANITOR = 35,
- EVT_DB_LDAPSTK = 232,
- EVT_DB_LIMBER = 36,
- EVT_DB_LOCKING = 37,
- EVT_DB_LOST_ENTRY = 183,
- EVT_DB_MIN = 39,
- EVT_DB_MISC = 40,
- EVT_DB_MOVE = 38,
- EVT_DB_NCPENG = 166,
- EVT_DB_NDSMON = 218,
- EVT_DB_NICIEXT = 233,
- EVT_DB_NMAS = 235,
- EVT_DB_NPKI_API = 242,
- EVT_DB_OBIT = 207,
- EVT_DB_OBJECT_PRODUCER = 238,
- EVT_DB_PART = 41,
- EVT_DB_PKI = 230,
- EVT_DB_PURGE = 186,
- EVT_DB_RECMAN = 42,
- EVT_DB_REPAIR = 221,
- EVT_DB_REPAIR_DEBUG = 222,
- EVT_DB_RESNAME = 44,
- EVT_DB_SAP = 45,
- EVT_DB_SCHEMA = 46,
- EVT_DB_SCHEMA_DETAIL = 225,
- EVT_DB_SEARCH = 239,
- EVT_DB_SEARCH_DETAIL = 240,
- EVT_DB_SECRET_STORE = 234,
- EVT_DB_SERVER_PACKET = 204,
- EVT_DB_SKULKER = 47,
- EVT_DB_SSL = 229,
- EVT_DB_STREAMS = 48,
- EVT_DB_SYNC_DETAIL = 209,
- EVT_DB_SYNC_IN = 49,
- EVT_DB_THREADS = 50,
- EVT_DB_TIMEVECTOR = 51,
- EVT_DB_VCLIENT = 52,
- EVT_DB_WANMAN = 190,
- EVT_DEFINE_ATTR_DEF = 116,
- EVT_DEFINE_CLASS_DEF = 119,
- EVT_DELETE_ATTRIBUTE = 8,
- EVT_DELETE_BINDERY_OBJECT = 11,
- EVT_DELETE_ENTRY = 2,
- EVT_DELETE_MEMBER = 154,
- EVT_DELETE_PROPERTY = 152,
- EVT_DELETE_SUBTREE = 64,
- EVT_DELETE_UNUSED_EXTREF = 15,
- EVT_DELETE_VALUE = 6,
- EVT_DSA_BAD_VERB = 56,
- EVT_DSA_READ = 99,
- EVT_DSA_REQUEST_END = 58,
- EVT_DSA_REQUEST_START = 57,
- EVT_DS_ERR_VIA_BINDERY = 55,
- EVT_END_NAMEBASE_TRANSACTION = 187,
- EVT_END_UPDATE_REPLICA = 138,
- EVT_END_UPDATE_SCHEMA = 148,
- EVT_ENTRYID_SWAP = 181,
- EVT_INSIDE_NCP_REQUEST = 182,
- EVT_INSPECT_ENTRY = 127,
- EVT_INVALID = 0,
- EVT_ITERATOR = 224,
- EVT_JOIN_DONE = 86,
- EVT_JOIN_PARTITIONS = 106,
- EVT_LIMBER_DONE = 76,
- EVT_LIST_CONT_CLASSES = 126,
- EVT_LIST_PARTITIONS = 133,
- EVT_LIST_SUBORDINATES = 125,
- EVT_LOCAL_REPLICA_CHANGE = 197,
- EVT_LOGIN = 100,
- EVT_LOGOUT = 102,
- EVT_LOST_ENTRY = 70,
- EVT_LOW_LEVEL_JOIN = 162,
- EVT_LOW_LEVEL_JOIN_BEGIN = 226,
- EVT_LOW_LEVEL_SPLIT = 185,
- EVT_LUMBER_DONE = 94,
- EVT_MAX_EVENTS = 243,
- EVT_MERGE_ENTRIES = 130,
- EVT_MERGE_TREE = 131,
- EVT_MODIFY_CLASS_DEF = 120,
- EVT_MODIFY_ENTRY = 169,
- EVT_MODIFY_RDN = 178,
- EVT_MOVE_DEST_ENTRY = 14,
- EVT_MOVE_ENTRY_DEST = 200,
- EVT_MOVE_ENTRY_SOURCE = 199,
- EVT_MOVE_SOURCE_ENTRY = 4,
- EVT_MOVE_SUBTREE = 59,
- EVT_MOVE_TREE = 149,
- EVT_MOVE_TREE_END = 83,
- EVT_MOVE_TREE_START = 82,
- EVT_MUTATE_ENTRY = 129,
- EVT_NAME_COLLISION = 90,
- EVT_NCP_RETRY_EXPENDED = 18,
- EVT_NEW_SCHEMA_EPOCH = 174,
- EVT_NLM_LOADED = 91,
- EVT_NOTIFY_REF_CHANGE = 201,
- EVT_NO_REPLICA_PTR = 60,
- EVT_OPEN_BINDERY = 171,
- EVT_PARTITION_LOCKED = 87,
- EVT_PARTITION_OPERATION_EVENT = 20,
- EVT_PARTITION_STATE_CHG = 160,
- EVT_PARTITION_UNLOCKED = 88,
- EVT_PRE_DELETE_ENTRY = 228,
- EVT_PURGE_END = 73,
- EVT_PURGE_ENTRY_FAIL = 71,
- EVT_PURGE_START = 72,
- EVT_READ_ATTR = 134,
- EVT_READ_REFERENCES = 135,
- EVT_RECV_REPLICA_UPDATES = 110,
- EVT_REFERRAL = 67,
- EVT_RELOAD_DS = 150,
- EVT_REMOTE_SERVER_DOWN = 17,
- EVT_REMOVE_ATTR_DEF = 117,
- EVT_REMOVE_BACKLINK = 161,
- EVT_REMOVE_CLASS_DEF = 118,
- EVT_REMOVE_ENTRY = 108,
- EVT_REMOVE_ENTRY_DIR = 122,
- EVT_REMOVE_REPLICA = 104,
- EVT_RENAME_ENTRY = 3,
- EVT_REPAIR_TIME_STAMPS = 111,
- EVT_REPLICA_IN_TRANSITION = 208,
- EVT_REQ_UPDATE_SERVER_STATUS = 216,
- EVT_RESEND_ENTRY = 128,
- EVT_RESET_DS_COUNTERS = 121,
- EVT_RESTORE_ENTRY = 115,
- EVT_SCHEMA_SYNC = 89,
- EVT_SEARCH = 159,
- EVT_SEND_REPLICA_UPDATES = 112,
- EVT_SERVER_ADDRESS_CHANGE = 98,
- EVT_SERVER_RENAME = 96,
- EVT_SET_BINDERY_CONTEXT = 9,
- EVT_SPLIT_DONE = 77,
- EVT_SPLIT_PARTITION = 105,
- EVT_START_JOIN = 144,
- EVT_START_UPDATE_REPLICA = 137,
- EVT_START_UPDATE_SCHEMA = 147,
- EVT_STATUS_LOG = 241,
- EVT_STREAM = 124,
- EVT_SYNC_IN_END = 61,
- EVT_SYNC_PARTITION = 139,
- EVT_SYNC_PART_END = 81,
- EVT_SYNC_PART_START = 80,
- EVT_SYNC_SCHEMA = 140,
- EVT_SYNC_SVR_OUT_END = 79,
- EVT_SYNC_SVR_OUT_START = 78,
- EVT_SYNTHETIC_TIME = 97,
- EVT_UPDATE_ATTR_DEF = 69,
- EVT_UPDATE_CLASS_DEF = 68,
- EVT_UPDATE_REPLICA = 136,
- EVT_UPDATE_SCHEMA = 146,
- EVT_UPDATE_SEV = 13,
- EVT_VERIFY_PASS = 113,
- EVT_VR_DRIVER_STATE_CHANGE = 215,
- }
- public partial class EventOids
- {
- public const string NLDAP_EVENT_NOTIFICATION = "2.16.840.1.113719.1.27.100.81";
- public const string NLDAP_FILTERED_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.84";
- public const string NLDAP_MONITOR_EVENTS_REQUEST = "2.16.840.1.113719.1.27.100.79";
- public const string NLDAP_MONITOR_EVENTS_RESPONSE = "2.16.840.1.113719.1.27.100.80";
- public EventOids() { }
- }
- public enum GeneralEventField
- {
- EVT_TAG_GEN_CURRPROC = 4,
- EVT_TAG_GEN_DSTIME = 1,
- EVT_TAG_GEN_INTEGERS = 6,
- EVT_TAG_GEN_MILLISEC = 2,
- EVT_TAG_GEN_PERP = 5,
- EVT_TAG_GEN_STRINGS = 7,
- EVT_TAG_GEN_VERB = 3,
- }
- public partial class MonitorEventRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MonitorEventRequest(Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifiers) : base (default(string), default(sbyte[])) { }
- }
- public partial class MonitorEventResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- protected Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] specifier_list;
- public MonitorEventResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage message) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventSpecifier[] SpecifierList { get { throw null; } }
- }
-}
-namespace Novell.Directory.Ldap.Events.Edir.EventData
-{
- public partial class BaseEdirEventData
- {
- protected System.IO.MemoryStream decodedData;
- protected Novell.Directory.Ldap.Asn1.LBERDecoder decoder;
- protected Novell.Directory.Ldap.Events.Edir.EdirEventDataType event_data_type;
- public BaseEdirEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) { }
- public Novell.Directory.Ldap.Events.Edir.EdirEventDataType EventDataType { get { throw null; } }
- protected void DataInitDone() { }
- }
- public partial class BinderyObjectEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nEmuObjFlags;
- protected int nSecurity;
- protected int nType;
- protected string strEntryDN;
- protected string strName;
- public BinderyObjectEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int EmuObjFlags { get { throw null; } }
- public string EntryDN { get { throw null; } }
- public string Name { get { throw null; } }
- public int Security { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ChangeAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int address_family;
- protected int nFlags;
- protected int nProto;
- protected string pstk_name;
- protected string source_module;
- protected string strAddress;
- public ChangeAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Address { get { throw null; } }
- public int AddressFamily { get { throw null; } }
- public int Flags { get { throw null; } }
- public int Proto { get { throw null; } }
- public string PstkName { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ConnectionStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int new_flags;
- protected int old_flags;
- protected string source_module;
- protected string strConnectionDN;
- public ConnectionStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public int NewFlags { get { throw null; } }
- public int OldFlags { get { throw null; } }
- public string SourceModule { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int ds_time;
- protected int milli_seconds;
- protected int nVerb;
- protected System.Collections.ArrayList parameter_collection;
- protected int parameter_count;
- protected string strFormatString;
- protected string strPerpetratorDN;
- public DebugEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int DSTime { get { throw null; } }
- public string FormatString { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public int ParameterCount { get { throw null; } }
- public System.Collections.ArrayList Parameters { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class DebugParameter
- {
- protected Novell.Directory.Ldap.Events.Edir.DebugParameterType debug_type;
- protected object objData;
- public DebugParameter(Novell.Directory.Ldap.Asn1.Asn1Tagged dseObject) { }
- public object Data { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DebugParameterType DebugType { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagVal) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EntryEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected int nVerb;
- protected string strClassId;
- protected string strEntry;
- protected string strNewDN;
- protected string strPerpetratorDN;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public EntryEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ClassId { get { throw null; } }
- public string Entry { get { throw null; } }
- public int Flags { get { throw null; } }
- public string NewDN { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class GeneralDSEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int current_process;
- protected int ds_time;
- protected int[] integer_values;
- protected int milli_seconds;
- protected int nVerb;
- protected string[] string_values;
- protected string strPerpetratorDN;
- public GeneralDSEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public int CurrentProcess { get { throw null; } }
- public int DSTime { get { throw null; } }
- public int[] IntegerValues { get { throw null; } }
- public int MilliSeconds { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string[] StringValues { get { throw null; } }
- public int Verb { get { throw null; } }
- protected int getTaggedIntValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected Novell.Directory.Ldap.Asn1.Asn1Sequence getTaggedSequence(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- protected string getTaggedStringValue(Novell.Directory.Ldap.Asn1.Asn1Tagged tagvalue, Novell.Directory.Ldap.Events.Edir.GeneralEventField tagid) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class ModuleStateEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nFlags;
- protected string strConnectionDN;
- protected string strDescription;
- protected string strName;
- protected string strSource;
- public ModuleStateEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string ConnectionDN { get { throw null; } }
- public string Description { get { throw null; } }
- public int Flags { get { throw null; } }
- public string Name { get { throw null; } }
- public string Source { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class NetworkAddressEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int nType;
- protected string strData;
- public NetworkAddressEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Data { get { throw null; } }
- public int ValueType { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ReferralAddress
- {
- protected int address_type;
- protected string strAddress;
- public ReferralAddress(Novell.Directory.Ldap.Asn1.Asn1Sequence dseObject) { }
- public string Address { get { throw null; } }
- public int AddressType { get { throw null; } }
- }
- public partial class SecurityEquivalenceEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected int referral_count;
- protected System.Collections.ArrayList referral_list;
- protected int retry_count;
- protected string strEntryDN;
- protected string strValueDN;
- public SecurityEquivalenceEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string EntryDN { get { throw null; } }
- public int ReferralCount { get { throw null; } }
- public System.Collections.ArrayList ReferralList { get { throw null; } }
- public int RetryCount { get { throw null; } }
- public string ValueDN { get { throw null; } }
- public override string ToString() { throw null; }
- }
- public partial class ValueEventData : Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData
- {
- protected byte[] binData;
- protected int nVerb;
- protected string strAttribute;
- protected string strClassId;
- protected string strData;
- protected string strEntry;
- protected string strPerpetratorDN;
- protected string strSyntax;
- protected Novell.Directory.Ldap.Events.Edir.DSETimeStamp timeStampObj;
- public ValueEventData(Novell.Directory.Ldap.Events.Edir.EdirEventDataType eventDataType, Novell.Directory.Ldap.Asn1.Asn1Object message) : base (default(Novell.Directory.Ldap.Events.Edir.EdirEventDataType), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public string Attribute { get { throw null; } }
- public byte[] BinaryData { get { throw null; } }
- public string ClassId { get { throw null; } }
- public string Data { get { throw null; } }
- public string Entry { get { throw null; } }
- public string PerpetratorDN { get { throw null; } }
- public string Syntax { get { throw null; } }
- public Novell.Directory.Ldap.Events.Edir.DSETimeStamp TimeStamp { get { throw null; } }
- public int Verb { get { throw null; } }
- public override string ToString() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Extensions
-{
- public partial class AbortPartitionOperationRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AbortPartitionOperationRequest(string partitionDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class AddReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public AddReplicaRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class BackupRestoreConstants
- {
- public const string NLDAP_LDAP_BACKUP_REQUEST = "2.16.840.1.113719.1.27.100.96";
- public const string NLDAP_LDAP_BACKUP_RESPONSE = "2.16.840.1.113719.1.27.100.97";
- public const string NLDAP_LDAP_RESTORE_REQUEST = "2.16.840.1.113719.1.27.100.98";
- public const string NLDAP_LDAP_RESTORE_RESPONSE = "2.16.840.1.113719.1.27.100.99";
- public BackupRestoreConstants() { }
- }
- public partial class ChangeReplicaTypeRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ChangeReplicaTypeRequest(string dn, string serverDN, int replicaType, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetBindDNRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class GetBindDNResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetBindDNResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string Identity { get { throw null; } }
- }
- public partial class GetEffectivePrivilegesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetEffectivePrivilegesRequest(string dn, string trusteeDN, string attrName) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetEffectivePrivilegesResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetEffectivePrivilegesResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Privileges { get { throw null; } }
- }
- public partial class GetReplicaInfoRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicaInfoRequest(string serverDN, string partitionDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicaInfoResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicaInfoResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int getflags() { throw null; }
- public virtual int getlocalPartitionID() { throw null; }
- public virtual int getmodificationTime() { throw null; }
- public virtual string getpartitionDN() { throw null; }
- public virtual int getpartitionID() { throw null; }
- public virtual int getpurgeTime() { throw null; }
- public virtual int getreplicaState() { throw null; }
- public virtual int getreplicaType() { throw null; }
- }
- public partial class GetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public GetReplicationFilterRequest(string serverDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class GetReplicationFilterResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public GetReplicationFilterResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[][] ReplicationFilter { get { throw null; } }
- }
- public partial class LdapBackupRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapBackupRequest(string objectDN, byte[] passwd, string stateInfo) : base (default(string), default(sbyte[])) { }
- }
- public partial class LdapBackupResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public LdapBackupResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public int getBufferLength() { throw null; }
- public string getChunkSizesString() { throw null; }
- public byte[] getReturnedBuffer() { throw null; }
- public string getStatusInfo() { throw null; }
- }
- public partial class LdapRestoreRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public LdapRestoreRequest(string objectDN, byte[] passwd, int bufferLength, string chunkSizesString, byte[] returnedBuffer) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ListReplicasRequest(string serverName) : base (default(string), default(sbyte[])) { }
- }
- public partial class ListReplicasResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public ListReplicasResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual string[] ReplicaList { get { throw null; } }
- }
- public partial class MergePartitionsRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public MergePartitionsRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class NamingContextConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public NamingContextConstants() { }
- }
- public partial class PartitionEntryCountRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionEntryCountRequest(string dn) : base (default(string), default(sbyte[])) { }
- }
- public partial class PartitionEntryCountResponse : Novell.Directory.Ldap.LdapExtendedResponse
- {
- public PartitionEntryCountResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { }
- public virtual int Count { get { throw null; } }
- }
- public partial class PartitionSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public PartitionSyncRequest(string serverName, string partitionRoot, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReceiveAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public ReceiveAllUpdatesRequest(string partitionRoot, string toServerDN, string fromServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class RefreshLdapServerRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RefreshLdapServerRequest() : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class RemoveReplicaRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public RemoveReplicaRequest(string dn, string serverDN, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class ReplicationConstants
- {
- public const string ABORT_NAMING_CONTEXT_OP_REQ = "2.16.840.1.113719.1.27.100.29";
- public const string ABORT_NAMING_CONTEXT_OP_RES = "2.16.840.1.113719.1.27.100.30";
- public const string ADD_REPLICA_REQ = "2.16.840.1.113719.1.27.100.7";
- public const string ADD_REPLICA_RES = "2.16.840.1.113719.1.27.100.8";
- public const string CHANGE_REPLICA_TYPE_REQ = "2.16.840.1.113719.1.27.100.15";
- public const string CHANGE_REPLICA_TYPE_RES = "2.16.840.1.113719.1.27.100.16";
- public const string CREATE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.3";
- public const string CREATE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.4";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.39";
- public const string CREATE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.40";
- public const string DELETE_REPLICA_REQ = "2.16.840.1.113719.1.27.100.11";
- public const string DELETE_REPLICA_RES = "2.16.840.1.113719.1.27.100.12";
- public const string GET_EFFECTIVE_PRIVILEGES_REQ = "2.16.840.1.113719.1.27.100.33";
- public const string GET_EFFECTIVE_PRIVILEGES_RES = "2.16.840.1.113719.1.27.100.34";
- public const string GET_IDENTITY_NAME_REQ = "2.16.840.1.113719.1.27.100.31";
- public const string GET_IDENTITY_NAME_RES = "2.16.840.1.113719.1.27.100.32";
- public const string GET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.37";
- public const string GET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.38";
- public const string GET_REPLICA_INFO_REQ = "2.16.840.1.113719.1.27.100.17";
- public const string GET_REPLICA_INFO_RES = "2.16.840.1.113719.1.27.100.18";
- public const int Ldap_DS_FLAG_BOUNDARY = 2;
- public const int Ldap_DS_FLAG_BUSY = 1;
- public const int Ldap_ENSURE_SERVERS_UP = 1;
- public const int Ldap_RS_BEGIN_ADD = 8;
- public const int Ldap_RS_DEAD_REPLICA = 7;
- public const int Ldap_RS_DYING_REPLICA = 2;
- public const int Ldap_RS_JS_0 = 64;
- public const int Ldap_RS_JS_1 = 65;
- public const int Ldap_RS_JS_2 = 66;
- public const int Ldap_RS_LOCKED = 3;
- public const int Ldap_RS_MASTER_DONE = 12;
- public const int Ldap_RS_MASTER_START = 11;
- public const int Ldap_RS_NEW_REPLICA = 1;
- public const int Ldap_RS_ON = 0;
- public const int Ldap_RS_SS_0 = 48;
- public const int Ldap_RS_SS_1 = 49;
- public const int Ldap_RS_TRANSITION_ON = 6;
- public const int Ldap_RT_MASTER = 0;
- public const int Ldap_RT_READONLY = 2;
- public const int Ldap_RT_SECONDARY = 1;
- public const int Ldap_RT_SPARSE_READ = 5;
- public const int Ldap_RT_SPARSE_WRITE = 4;
- public const int Ldap_RT_SUBREF = 3;
- public const string LIST_REPLICAS_REQ = "2.16.840.1.113719.1.27.100.19";
- public const string LIST_REPLICAS_RES = "2.16.840.1.113719.1.27.100.20";
- public const string MERGE_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.5";
- public const string MERGE_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.6";
- public const string NAMING_CONTEXT_COUNT_REQ = "2.16.840.1.113719.1.27.100.13";
- public const string NAMING_CONTEXT_COUNT_RES = "2.16.840.1.113719.1.27.100.14";
- public const string NAMING_CONTEXT_SYNC_REQ = "2.16.840.1.113719.1.27.100.25";
- public const string NAMING_CONTEXT_SYNC_RES = "2.16.840.1.113719.1.27.100.26";
- public const string RECEIVE_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.21";
- public const string RECEIVE_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.22";
- public const string REFRESH_SERVER_REQ = "2.16.840.1.113719.1.27.100.9";
- public const string REFRESH_SERVER_RES = "2.16.840.1.113719.1.27.100.10";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_REQ = "2.16.840.1.113719.1.27.100.41";
- public const string REMOVE_ORPHAN_NAMING_CONTEXT_RES = "2.16.840.1.113719.1.27.100.42";
- public const string SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.27";
- public const string SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.28";
- public const string SEND_ALL_UPDATES_REQ = "2.16.840.1.113719.1.27.100.23";
- public const string SEND_ALL_UPDATES_RES = "2.16.840.1.113719.1.27.100.24";
- public const string SET_REPLICATION_FILTER_REQ = "2.16.840.1.113719.1.27.100.35";
- public const string SET_REPLICATION_FILTER_RES = "2.16.840.1.113719.1.27.100.36";
- public const string TRIGGER_BKLINKER_REQ = "2.16.840.1.113719.1.27.100.43";
- public const string TRIGGER_BKLINKER_RES = "2.16.840.1.113719.1.27.100.44";
- public const string TRIGGER_JANITOR_REQ = "2.16.840.1.113719.1.27.100.47";
- public const string TRIGGER_JANITOR_RES = "2.16.840.1.113719.1.27.100.48";
- public const string TRIGGER_LIMBER_REQ = "2.16.840.1.113719.1.27.100.49";
- public const string TRIGGER_LIMBER_RES = "2.16.840.1.113719.1.27.100.50";
- public const string TRIGGER_PART_PURGE_REQ = "2.16.840.1.113719.1.27.100.55";
- public const string TRIGGER_PART_PURGE_RES = "2.16.840.1.113719.1.27.100.56";
- public const string TRIGGER_SCHEMA_SYNC_REQ = "2.16.840.1.113719.1.27.100.53";
- public const string TRIGGER_SCHEMA_SYNC_RES = "2.16.840.1.113719.1.27.100.54";
- public const string TRIGGER_SKULKER_REQ = "2.16.840.1.113719.1.27.100.51";
- public const string TRIGGER_SKULKER_RES = "2.16.840.1.113719.1.27.100.52";
- public ReplicationConstants() { }
- }
- public partial class SchemaSyncRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SchemaSyncRequest(string serverName, int delay) : base (default(string), default(sbyte[])) { }
- }
- public partial class SendAllUpdatesRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SendAllUpdatesRequest(string partitionRoot, string origServerDN) : base (default(string), default(sbyte[])) { }
- }
- public partial class SetReplicationFilterRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SetReplicationFilterRequest(string serverDN, string[][] replicationFilter) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitOrphanPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitOrphanPartitionRequest(string serverDN, string contextName) : base (default(string), default(sbyte[])) { }
- }
- public partial class SplitPartitionRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public SplitPartitionRequest(string dn, int flags) : base (default(string), default(sbyte[])) { }
- }
- public partial class TriggerBackgroundProcessRequest : Novell.Directory.Ldap.LdapExtendedOperation
- {
- public const int Ldap_BK_PROCESS_BKLINKER = 1;
- public const int Ldap_BK_PROCESS_JANITOR = 2;
- public const int Ldap_BK_PROCESS_LIMBER = 3;
- public const int Ldap_BK_PROCESS_PART_PURGE = 6;
- public const int Ldap_BK_PROCESS_SCHEMA_SYNC = 5;
- public const int Ldap_BK_PROCESS_SKULKER = 4;
- public TriggerBackgroundProcessRequest(int processID) : base (default(string), default(sbyte[])) { }
- }
-}
-namespace Novell.Directory.Ldap.Rfc2251
-{
- public partial class RfcAddRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcAddRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeList attributes) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeList Attributes { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcAddResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcAddResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcAssertionValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAssertionValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeDescription : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeDescription(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(string)) { }
- public RfcAttributeDescription(string s) : base (default(string)) { }
- }
- public partial class RfcAttributeDescriptionList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeDescriptionList(int size) { }
- public RfcAttributeDescriptionList(string[] attrs) { }
- }
- public partial class RfcAttributeList : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public RfcAttributeList(int size) { }
- }
- public partial class RfcAttributeTypeAndValues : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeTypeAndValues(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SetOf vals) { }
- }
- public partial class RfcAttributeValue : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcAttributeValue(sbyte[] value_Renamed) : base (default(sbyte[])) { }
- public RfcAttributeValue(string value_Renamed) : base (default(sbyte[])) { }
- }
- public partial class RfcAttributeValueAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcAttributeValueAssertion(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription ad, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue av) { }
- [System.CLSCompliantAttribute(false)]
- public virtual sbyte[] AssertionValue { get { throw null; } }
- public virtual string AttributeDescription { get { throw null; } }
- }
- public partial class RfcAuthenticationChoice : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public RfcAuthenticationChoice(Novell.Directory.Ldap.Asn1.Asn1Tagged choice) { }
- [System.CLSCompliantAttribute(false)]
- public RfcAuthenticationChoice(string mechanism, sbyte[] credentials) { }
- }
- public partial class RfcBindRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcBindRequest(Novell.Directory.Ldap.Asn1.Asn1Integer version, Novell.Directory.Ldap.Rfc2251.RfcLdapDN name, Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice auth) { }
- [System.CLSCompliantAttribute(false)]
- public RfcBindRequest(int version, string dn, string mechanism, sbyte[] credentials) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice AuthenticationChoice { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapDN Name { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Integer Version { get { throw null; } set { } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcBindResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- [System.CLSCompliantAttribute(false)]
- public RfcBindResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ServerSaslCreds { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcCompareRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcCompareRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion ava) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcAttributeValueAssertion AttributeValueAssertion { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcCompareResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcCompareResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcControl : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcControl(Novell.Directory.Ldap.Asn1.Asn1Sequence seqObj) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { }
- public RfcControl(Novell.Directory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, Novell.Directory.Ldap.Asn1.Asn1OctetString controlValue) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlType { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ControlValue { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
- }
- public partial class RfcControls : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- public const int CONTROLS = 0;
- public RfcControls() { }
- [System.CLSCompliantAttribute(false)]
- public RfcControls(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public void add(Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public void set_Renamed(int index, Novell.Directory.Ldap.Rfc2251.RfcControl control) { }
- }
- public partial class RfcDelRequest : Novell.Directory.Ldap.Rfc2251.RfcLdapDN, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelRequest(sbyte[] dn) : base (default(string)) { }
- public RfcDelRequest(string dn) : base (default(string)) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcDelResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcDelResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcExtendedRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public const int REQUEST_NAME = 0;
- public const int REQUEST_VALUE = 1;
- public RfcExtendedRequest(Novell.Directory.Ldap.Asn1.Asn1Object[] origRequest) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName) { }
- public RfcExtendedRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapOID requestName, Novell.Directory.Ldap.Asn1.Asn1OctetString requestValue) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcExtendedResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int RESPONSE = 11;
- public const int RESPONSE_NAME = 10;
- [System.CLSCompliantAttribute(false)]
- public RfcExtendedResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- [System.CLSCompliantAttribute(false)]
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString Response { get { throw null; } }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcLdapOID ResponseName { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcFilter : Novell.Directory.Ldap.Asn1.Asn1Choice
- {
- public const int AND = 0;
- public const int ANY = 1;
- public const int APPROX_MATCH = 8;
- public const int EQUALITY_MATCH = 3;
- public const int EXTENSIBLE_MATCH = 9;
- public const int FINAL = 2;
- public const int GREATER_OR_EQUAL = 5;
- public const int INITIAL = 0;
- public const int LESS_OR_EQUAL = 6;
- public const int NOT = 2;
- public const int OR = 1;
- public const int PRESENT = 7;
- public const int SUBSTRINGS = 4;
- public RfcFilter() { }
- public RfcFilter(string filter) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addExtensibleMatch(string matchingRule, string attrName, sbyte[] value_Renamed, bool useDNMatching) { }
- public virtual void addPresent(string attrName) { }
- [System.CLSCompliantAttribute(false)]
- public virtual void addSubstring(int type, sbyte[] value_Renamed) { }
- public virtual void endNestedFilter(int rfcType) { }
- public virtual void endSubstrings() { }
- public virtual string filterToString() { throw null; }
- public virtual System.Collections.IEnumerator getFilterIterator() { throw null; }
- public virtual void startNestedFilter(int rfcType) { }
- public virtual void startSubstrings(string attrName) { }
- }
- public partial class RfcIntermediateResponse : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int TAG_RESPONSE = 1;
- public const int TAG_RESPONSE_NAME = 0;
- [System.CLSCompliantAttribute(false)]
- public RfcIntermediateResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1OctetString getResponse() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapOID getResponseName() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapDN(sbyte[] s) : base (default(string)) { }
- public RfcLdapDN(string s) : base (default(string)) { }
- }
- public partial class RfcLdapMessage : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Asn1.Asn1Sequence op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op) { }
- public RfcLdapMessage(Novell.Directory.Ldap.Rfc2251.RfcRequest op, Novell.Directory.Ldap.Rfc2251.RfcControls controls) { }
- public virtual Novell.Directory.Ldap.Rfc2251.RfcControls Controls { get { throw null; } }
- public virtual int MessageID { get { throw null; } }
- public virtual string RequestDN { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapMessage RequestingMessage { get { throw null; } set { } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Object Response { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public object dupMessage(string dn, string filter, bool reference) { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest getRequest() { throw null; }
- public virtual bool isRequest() { throw null; }
- }
- public partial class RfcLdapOID : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapOID(sbyte[] s) : base (default(sbyte[])) { }
- public RfcLdapOID(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapResult : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcResponse
- {
- public const int REFERRAL = 3;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage) { }
- public RfcLdapResult(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) { }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN() { throw null; }
- public Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral() { throw null; }
- public Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode() { throw null; }
- }
- public partial class RfcLdapString : Novell.Directory.Ldap.Asn1.Asn1OctetString
- {
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(sbyte[])) { }
- [System.CLSCompliantAttribute(false)]
- public RfcLdapString(sbyte[] ba) : base (default(sbyte[])) { }
- public RfcLdapString(string s) : base (default(sbyte[])) { }
- }
- public partial class RfcLdapSuperDN : Novell.Directory.Ldap.Asn1.Asn1Tagged
- {
- protected static readonly Novell.Directory.Ldap.Asn1.Asn1Identifier ID;
- public static readonly int TAG;
- [System.CLSCompliantAttribute(false)]
- public RfcLdapSuperDN(sbyte[] ba) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- public RfcLdapSuperDN(string s) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier), default(Novell.Directory.Ldap.Asn1.Asn1Object)) { }
- [System.CLSCompliantAttribute(false)]
- public sbyte[] byteValue() { throw null; }
- public override void encode(Novell.Directory.Ldap.Asn1.Asn1Encoder enc, System.IO.Stream out_Renamed) { }
- public string stringValue() { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class RfcMatchingRuleAssertion : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue) { }
- public RfcMatchingRuleAssertion(Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleId matchingRule, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) { }
- }
- public partial class RfcMatchingRuleId : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcMatchingRuleId(string s) : base (default(string)) { }
- }
- public partial class RfcModifyDNRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) { }
- public RfcModifyDNRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN entry, Novell.Directory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn, Novell.Directory.Ldap.Rfc2251.RfcLdapSuperDN newSuperior) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyDNResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyDNResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcModifyRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcModifyRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN object_Renamed, Novell.Directory.Ldap.Asn1.Asn1SequenceOf modification) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1SequenceOf Modifications { get { throw null; } }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcModifyResponse : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcModifyResponse(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcReferral : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcReferral(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- }
- public partial class RfcRelativeLdapDN : Novell.Directory.Ldap.Rfc2251.RfcLdapString
- {
- public RfcRelativeLdapDN(string s) : base (default(string)) { }
- }
- public partial interface RfcRequest
- {
- Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool reference);
- string getRequestDN();
- }
- public partial interface RfcResponse
- {
- Novell.Directory.Ldap.Rfc2251.RfcLdapString getErrorMessage();
- Novell.Directory.Ldap.Rfc2251.RfcLdapDN getMatchedDN();
- Novell.Directory.Ldap.Rfc2251.RfcReferral getReferral();
- Novell.Directory.Ldap.Asn1.Asn1Enumerated getResultCode();
- }
- public partial class RfcSaslCredentials : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism) { }
- public RfcSaslCredentials(Novell.Directory.Ldap.Rfc2251.RfcLdapString mechanism, Novell.Directory.Ldap.Asn1.Asn1OctetString credentials) { }
- }
- public partial class RfcSearchRequest : Novell.Directory.Ldap.Asn1.Asn1Sequence, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcSearchRequest(Novell.Directory.Ldap.Rfc2251.RfcLdapDN baseObject, Novell.Directory.Ldap.Asn1.Asn1Enumerated scope, Novell.Directory.Ldap.Asn1.Asn1Enumerated derefAliases, Novell.Directory.Ldap.Asn1.Asn1Integer sizeLimit, Novell.Directory.Ldap.Asn1.Asn1Integer timeLimit, Novell.Directory.Ldap.Asn1.Asn1Boolean typesOnly, Novell.Directory.Ldap.Rfc2251.RfcFilter filter, Novell.Directory.Ldap.Rfc2251.RfcAttributeDescriptionList attributes) { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
- public partial class RfcSearchResultDone : Novell.Directory.Ldap.Rfc2251.RfcLdapResult
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public RfcSearchResultDone(Novell.Directory.Ldap.Asn1.Asn1Enumerated resultCode, Novell.Directory.Ldap.Rfc2251.RfcLdapDN matchedDN, Novell.Directory.Ldap.Rfc2251.RfcLdapString errorMessage, Novell.Directory.Ldap.Rfc2251.RfcReferral referral) : base (default(Novell.Directory.Ldap.Asn1.Asn1Enumerated), default(Novell.Directory.Ldap.Rfc2251.RfcLdapDN), default(Novell.Directory.Ldap.Rfc2251.RfcLdapString)) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultEntry : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultEntry(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public virtual Novell.Directory.Ldap.Asn1.Asn1Sequence Attributes { get { throw null; } }
- public virtual Novell.Directory.Ldap.Asn1.Asn1OctetString ObjectName { get { throw null; } }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSearchResultReference : Novell.Directory.Ldap.Asn1.Asn1SequenceOf
- {
- [System.CLSCompliantAttribute(false)]
- public RfcSearchResultReference(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int len) { }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- }
- public partial class RfcSubstringFilter : Novell.Directory.Ldap.Asn1.Asn1Sequence
- {
- public RfcSubstringFilter(Novell.Directory.Ldap.Rfc2251.RfcAttributeDescription type, Novell.Directory.Ldap.Asn1.Asn1SequenceOf substrings) { }
- }
- public partial class RfcUnbindRequest : Novell.Directory.Ldap.Asn1.Asn1Null, Novell.Directory.Ldap.Rfc2251.RfcRequest
- {
- public RfcUnbindRequest() { }
- public Novell.Directory.Ldap.Rfc2251.RfcRequest dupRequest(string base_Renamed, string filter, bool request) { throw null; }
- public override Novell.Directory.Ldap.Asn1.Asn1Identifier getIdentifier() { throw null; }
- public string getRequestDN() { throw null; }
- }
-}
-namespace Novell.Directory.Ldap.Utilclass
-{
- public partial class ArrayEnumeration : System.Collections.IEnumerator
- {
- public ArrayEnumeration(object[] eArray) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class AttributeQualifier
- {
- public AttributeQualifier(string name, string[] value_Renamed) { }
- public virtual string Name { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- }
- public partial class Base64
- {
- internal Base64() { }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(char[] encodedChars) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(string encodedString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static sbyte[] decode(System.Text.StringBuilder encodedSBuf, int start, int end) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static string encode(sbyte[] inputBytes) { throw null; }
- public static string encode(string inputString) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isLDIFSafe(sbyte[] bytes) { throw null; }
- public static bool isLDIFSafe(string str) { throw null; }
- [System.CLSCompliantAttribute(false)]
- public static bool isValidUTF8(sbyte[] array, bool isUCS2Only) { throw null; }
- }
- public partial class BindProperties
- {
- public BindProperties(int version, string dn, string method, bool anonymous, System.Collections.Hashtable bindProperties, object bindCallbackHandler) { }
- public virtual bool Anonymous { get { throw null; } }
- public virtual string AuthenticationDN { get { throw null; } }
- public virtual string AuthenticationMethod { get { throw null; } }
- public virtual int ProtocolVersion { get { throw null; } }
- public virtual System.Collections.Hashtable SaslBindProperties { get { throw null; } }
- public virtual object SaslCallbackHandler { get { throw null; } }
- }
- [System.CLSCompliantAttribute(false)]
- [System.SerializableAttribute]
- public enum CharacterTypes : sbyte
- {
- ALPHABETIC = (sbyte)4,
- COMMENTCHAR = (sbyte)16,
- NUMERIC = (sbyte)2,
- STRINGQUOTE = (sbyte)8,
- WHITESPACE = (sbyte)1,
- }
- public partial class DN
- {
- public DN() { }
- public DN(string dnString) { }
- public virtual Novell.Directory.Ldap.Utilclass.DN Parent { get { throw null; } }
- public virtual System.Collections.ArrayList RDNs { get { throw null; } }
- public virtual void addRDN(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToBack(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual void addRDNToFront(Novell.Directory.Ldap.Utilclass.RDN rdn) { }
- public virtual int countRDNs() { throw null; }
- public bool Equals(Novell.Directory.Ldap.Utilclass.DN toDN) { throw null; }
- public override bool Equals(object toDN) { throw null; }
- public virtual string[] explodeDN(bool noTypes) { throw null; }
- public System.Collections.ArrayList getrdnList() { throw null; }
- public virtual bool isDescendantOf(Novell.Directory.Ldap.Utilclass.DN containerDN) { throw null; }
- public override string ToString() { throw null; }
- }
- public partial class EnumeratedIterator : System.Collections.IEnumerator
- {
- public EnumeratedIterator(System.Collections.IEnumerator iterator) { }
- public virtual object Current { get { throw null; } }
- public bool hasMoreElements() { throw null; }
- public virtual bool MoveNext() { throw null; }
- public object nextElement() { throw null; }
- public virtual void Reset() { }
- }
- public partial class ExceptionMessages : System.Resources.ResourceManager
- {
- public const string CANNOT_BIND = "CANNOT_BIND";
- public const string CONNECTION_CLOSED = "CONNECTION_CLOSED";
- public const string CONNECTION_ERROR = "CONNECTION_ERROR";
- public const string CONNECTION_FINALIZED = "CONNECTION_FINALIZED";
- public const string CONNECTION_IMPOSSIBLE = "CONNECTION_IMPOSSIBLE";
- public const string CONNECTION_READER = "CONNECTION_READER";
- public const string CONNECTION_WAIT = "CONNECTION_WAIT";
- public const string DECODING_ERROR = "DECODING_ERROR";
- public const string DN_PARAM_ERROR = "DN_PARAM_ERROR";
- public const string DUP_ERROR = "DUP_ERROR";
- public const string ENCODING_ERROR = "ENCODING_ERROR";
- public const string ENTRY_PARAM_ERROR = "ENTRY_PARAM_ERROR";
- public const string EXPECTING_LEFT_PAREN = "EXPECTING_LEFT_PAREN";
- public const string EXPECTING_RIGHT_PAREN = "EXPECTING_RIGHT_PAREN";
- public const string FAILED_REFERRAL = "FAILED_REFERRAL";
- public const string IMPROPER_REFERRAL = "IMPROPER_REFERRAL";
- public const string INVALID_ADDRESS = "INVALID_ADDRESS";
- public const string INVALID_CHAR_IN_DESCR = "INVALID_CHAR_IN_DESCR";
- public const string INVALID_CHAR_IN_FILTER = "INVALID_CHAR_IN_FILTER";
- public const string INVALID_ESCAPE = "INVALID_ESCAPE";
- public const string INVALID_ESC_IN_DESCR = "INVALID_ESC_IN_DESCR";
- public const string INVALID_FILTER_COMPARISON = "INVALID_FILTER_COMPARISON";
- public const string IO_EXCEPTION = "IO_EXCEPTION";
- public const string MATCHED_DN = "MATCHED_DN";
- public const string MISSING_LEFT_PAREN = "MISSING_LEFT_PAREN";
- public const string MISSING_RIGHT_PAREN = "MISSING_RIGHT_PAREN";
- public const string MULTIPLE_SCHEMA = "MULTIPLE_SCHEMA";
- public const string NOT_AN_ATTRIBUTE = "NOT_AN_ATTRIBUTE";
- public const string NOT_IMPLEMENTED = "NOT_IMPLEMENTED";
- public const string NO_ATTRIBUTE_NAME = "NO_ATTRIBUTE_NAME";
- public const string NO_DN_NOR_MATCHING_RULE = "NO_DN_NOR_MATCHING_RULE";
- public const string NO_DUP_REQUEST = "NO_DUP_REQUEST";
- public const string NO_MATCHING_RULE = "NO_MATCHING_RULE";
- public const string NO_MEMORY = "NO_MEMORY";
- public const string NO_OPTION = "NO_OPTION";
- public const string NO_SCHEMA = "NO_SCHEMA";
- public const string NO_STARTTLS = "NO_STARTTLS";
- public const string NO_SUP_PROPERTY = "NO_SUP_PROPERTY";
- public const string NO_TLS_FACTORY = "NO_TLS_FACTORY";
- public const string OP_PARAM_ERROR = "OP_PARAM_ERROR";
- public const string OUTSTANDING_OPERATIONS = "OUTSTANDING_OPERATIONS";
- public const string PARAM_ERROR = "PARAM_ERROR";
- public const string RDN_PARAM_ERROR = "RDN_PARAM_ERROR";
- public const string READ_MULTIPLE = "READ_MULTIPLE";
- public const string REFERENCE_ERROR = "REFERENCE_ERROR";
- public const string REFERENCE_NOFOLLOW = "REFERENCE_NOFOLLOW";
- public const string REFERRAL_BIND = "REFERRAL_BIND";
- public const string REFERRAL_BIND_MATCH = "REFERRAL_BIND_MATCH";
- public const string REFERRAL_ERROR = "REFERRAL_ERROR";
- public const string REFERRAL_ITEM = "REFERRAL_ITEM";
- public const string REFERRAL_LOCAL = "REFERRAL_LOCAL";
- public const string REFERRAL_SEND = "REFERRAL_SEND";
- public const string SERVER_CONNECT_ERROR = "SERVER_CONNECT_ERROR";
- public const string SERVER_MSG = "SERVER_MSG";
- public const string SERVER_SHUTDOWN_REQ = "SERVER_SHUTDOWN_REQ";
- public const string SHORT_ESCAPE = "SHORT_ESCAPE";
- public const string SSL_PROVIDER_MISSING = "SSL_PROVIDER_MISSING";
- public const string STOPTLS_ERROR = "STOPTLS_ERROR";
- [System.CLSCompliantAttribute(false)]
- public const string TOSTRING = "TOSTRING";
- public const string UNEQUAL_LENGTHS = "UNEQUAL_LENGTHS";
- public const string UNEXPECTED_END = "UNEXPECTED_END";
- public const string UNKNOWN_RESULT = "UNKNOWN_RESULT";
- public const string WRONG_FACTORY = "WRONG_FACTORY";
- public ExceptionMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class ExtResponseFactory
- {
- public ExtResponseFactory() { }
- public static Novell.Directory.Ldap.LdapExtendedResponse convertToExtendedResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class IntermediateResponseFactory
- {
- public IntermediateResponseFactory() { }
- public static Novell.Directory.Ldap.LdapIntermediateResponse convertToIntermediateResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse) { throw null; }
- }
- public partial class RDN
- {
- public RDN() { }
- public RDN(string rdn) { }
- public virtual bool Multivalued { get { throw null; } }
- protected internal virtual string RawValue { get { throw null; } }
- public virtual string Type { get { throw null; } }
- public virtual string[] Types { get { throw null; } }
- public virtual string Value { get { throw null; } }
- public virtual string[] Values { get { throw null; } }
- public virtual void add(string attrType, string attrValue, string rawValue) { }
- [System.CLSCompliantAttribute(false)]
- public virtual bool equals(Novell.Directory.Ldap.Utilclass.RDN rdn) { throw null; }
- public virtual string[] explodeRDN(bool noTypes) { throw null; }
- public override string ToString() { throw null; }
- [System.CLSCompliantAttribute(false)]
- public virtual string toString(bool noTypes) { throw null; }
- }
- public partial class ReferralInfo
- {
- public ReferralInfo(Novell.Directory.Ldap.LdapConnection lc, string[] refList, Novell.Directory.Ldap.LdapUrl refUrl) { }
- public virtual Novell.Directory.Ldap.LdapConnection ReferralConnection { get { throw null; } }
- public virtual string[] ReferralList { get { throw null; } }
- public virtual Novell.Directory.Ldap.LdapUrl ReferralUrl { get { throw null; } }
- }
- public partial class ResourcesHandler
- {
- internal ResourcesHandler() { }
- public static string getMessage(string messageOrKey, object[] arguments) { throw null; }
- public static string getMessage(string messageOrKey, object[] arguments, System.Globalization.CultureInfo locale) { throw null; }
- public static string getResultString(int code) { throw null; }
- public static string getResultString(int code, System.Globalization.CultureInfo locale) { throw null; }
- }
- public partial class RespControlVector : System.Collections.ArrayList
- {
- public RespControlVector(int cap, int incr) { }
- public System.Type findResponseControl(string searchOID) { throw null; }
- public void registerResponseControl(string oid, System.Type controlClass) { }
- }
- public partial class RespExtensionSet : SupportClass.AbstractSetSupport
- {
- public RespExtensionSet() { }
- public override int Count { get { throw null; } }
- public System.Type findResponseExtension(string searchOID) { throw null; }
- public override System.Collections.IEnumerator GetEnumerator() { throw null; }
- public void registerResponseExtension(string oid, System.Type extClass) { }
- }
- public partial class ResultCodeMessages : System.Resources.ResourceManager
- {
- public ResultCodeMessages() { }
- public object[][] getContents() { throw null; }
- }
- public partial class SchemaParser
- {
- public SchemaParser(string aString) { }
- public virtual string[] Applies { get { throw null; } }
- public virtual string[] Auxiliary { get { throw null; } }
- public virtual bool Collective { get { throw null; } }
- public virtual string Description { get { throw null; } }
- public virtual string Equality { get { throw null; } }
- public virtual string ID { get { throw null; } }
- public virtual string NameForm { get { throw null; } }
- public virtual string[] Names { get { throw null; } }
- public virtual string ObjectClass { get { throw null; } }
- public virtual bool Obsolete { get { throw null; } }
- public virtual string[] Optional { get { throw null; } }
- public virtual string Ordering { get { throw null; } }
- public virtual string[] Precluded { get { throw null; } }
- public virtual System.Collections.IEnumerator Qualifiers { get { throw null; } }
- public virtual string RawString { get { throw null; } set { } }
- public virtual string[] Required { get { throw null; } }
- public virtual bool Single { get { throw null; } }
- public virtual string Substring { get { throw null; } }
- public virtual string Superior { get { throw null; } }
- public virtual string[] Superiors { get { throw null; } }
- public virtual string Syntax { get { throw null; } }
- public virtual int Type { get { throw null; } }
- public virtual int Usage { get { throw null; } }
- public virtual bool UserMod { get { throw null; } }
- }
- public partial class SchemaTokenCreator
- {
- public int lastttype;
- public double NumberValue;
- public string StringValue;
- public SchemaTokenCreator(System.IO.Stream instream) { }
- public SchemaTokenCreator(System.IO.StreamReader r) { }
- public SchemaTokenCreator(System.IO.StringReader r) { }
- public int CurrentLine { get { throw null; } }
- public void CommentCharacter(int ch) { }
- public void InitTable() { }
- public int nextToken() { throw null; }
- public void OrdinaryCharacter(int ch) { }
- public void OrdinaryCharacters(int min, int max) { }
- public void parseNumbers() { }
- public void pushBack() { }
- public void QuoteCharacter(int ch) { }
- public string ToStringValue() { throw null; }
- public void WhitespaceCharacters(int min, int max) { }
- public void WordCharacters(int min, int max) { }
- }
- [System.SerializableAttribute]
- public enum TokenTypes
- {
- EOF = -1,
- EOL = 10,
- NUMBER = -2,
- REAL = -4,
- STRING = -5,
- WORD = -3,
- }
-}
diff --git a/src/v4.7/PEAPI.cs b/src/v4.7/PEAPI.cs
deleted file mode 100644
index bdc68dd..0000000
--- a/src/v4.7/PEAPI.cs
+++ /dev/null
@@ -1,1225 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace PEAPI
-{
- public partial class AddressConstant : PEAPI.DataConstant
- {
- public AddressConstant(PEAPI.DataConstant dConst) { }
- }
- public abstract partial class Array : PEAPI.Type
- {
- internal Array() { }
- protected string cname;
- protected string cnameSpace;
- protected PEAPI.Type elemType;
- protected PEAPI.MetaData metaData;
- }
- public partial class ArrayConstant : PEAPI.DataConstant
- {
- public ArrayConstant(PEAPI.DataConstant[] dVals) { }
- public System.Nullable<int> ExplicitSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- }
- public enum AssemAttr
- {
- DisableJITCompileOptimizer = 16384,
- EnableJITCompileTracking = 32768,
- Retargetable = 256,
- }
- public partial class Assembly : PEAPI.ResolutionScope
- {
- internal Assembly() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public void AddAssemblyInfo(int majVer, int minVer, int bldNo, int revNo, byte[] key, uint hash, string cult) { }
- }
- public partial class AssemblyRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal AssemblyRef() { }
- public void AddAssemblyAttr(PEAPI.AssemAttr aa) { }
- public virtual PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public void AddCulture(string cult) { }
- public void AddHash(byte[] hash) { }
- public void AddKey(byte[] key) { }
- public void AddKeyToken(byte[] key) { }
- public virtual PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public void AddVersionInfo(int majVer, int minVer, int bldNo, int revNo) { }
- }
- public abstract partial class BaseDeclSecurity : PEAPI.MetaDataElement
- {
- internal BaseDeclSecurity() { }
- }
- public partial class BoolConst : PEAPI.DataConstant
- {
- public BoolConst(bool val) { }
- }
- public partial class BoundArray : PEAPI.Array
- {
- public BoundArray(PEAPI.Type elementType, uint dimensions) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] size) { }
- public BoundArray(PEAPI.Type elementType, uint dimensions, int[] loBounds, int[] sizes) { }
- }
- public enum BranchOp
- {
- beq = 59,
- beq_s = 46,
- bge = 60,
- bge_s = 47,
- bge_un = 65,
- bge_un_s = 52,
- bgt = 61,
- bgt_s = 48,
- bgt_un = 66,
- bgt_un_s = 53,
- ble = 62,
- ble_s = 49,
- ble_un = 67,
- ble_un_s = 54,
- blt = 63,
- blt_s = 50,
- blt_un = 68,
- blt_un_s = 55,
- bne_un = 64,
- bne_un_s = 51,
- br = 56,
- brfalse = 57,
- brfalse_s = 44,
- brtrue = 58,
- brtrue_s = 45,
- br_s = 43,
- leave = 221,
- leave_s = 222,
- }
- public partial class ByteArrConst : PEAPI.DataConstant
- {
- public ByteArrConst(byte[] val) { }
- public PEAPI.Type Type { get { throw null; } set { } }
- }
- [System.FlagsAttribute]
- public enum CallConv
- {
- Cdecl = 1,
- Default = 0,
- Fastcall = 4,
- Generic = 16,
- Instance = 32,
- InstanceExplicit = 96,
- Stdcall = 2,
- Thiscall = 3,
- Vararg = 5,
- }
- public partial class CalliSig : PEAPI.Signature
- {
- public CalliSig(PEAPI.CallConv cconv, PEAPI.Type retType, PEAPI.Type[] pars) { }
- public void AddCallingConv(PEAPI.CallConv cconv) { }
- public void AddVarArgs(PEAPI.Type[] optPars) { }
- }
- public partial class Catch : PEAPI.HandlerBlock
- {
- public Catch(PEAPI.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public Catch(PEAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class CharConst : PEAPI.Constant
- {
- public CharConst(char val) { }
- }
- public partial class CILInstructions
- {
- internal CILInstructions() { }
- public uint Offset { get { throw null; } }
- public void AddTryBlock(PEAPI.TryBlock tryBlock) { }
- public void Branch(PEAPI.BranchOp inst, PEAPI.CILLabel lab) { }
- public void calli(PEAPI.CalliSig sig) { }
- public void CodeLabel(PEAPI.CILLabel lab) { }
- public void emitbyte(byte bVal) { }
- public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { }
- public void EndFaultBlock(PEAPI.TryBlock tryBlock) { }
- public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { }
- public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { }
- public PEAPI.TryBlock EndTryBlock() { throw null; }
- public void FieldInst(PEAPI.FieldOp inst, PEAPI.Field f) { }
- public void Inst(PEAPI.Op inst) { }
- public void IntInst(PEAPI.IntOp inst, int val) { }
- public void ldc_i8(long cVal) { }
- public void ldc_r4(float cVal) { }
- public void ldc_r8(double cVal) { }
- public void ldstr(byte[] str) { }
- public void ldstr(string str) { }
- public void LoadArg(int argNo) { }
- public void LoadArgAdr(int argNo) { }
- public void LoadLocal(int locNo) { }
- public void LoadLocalAdr(int locNo) { }
- public void MethInst(PEAPI.MethodOp inst, PEAPI.Method m) { }
- public PEAPI.CILLabel NewCodedLabel() { throw null; }
- public PEAPI.CILLabel NewLabel() { throw null; }
- public void PushFalse() { }
- public void PushInt(int i) { }
- public void PushLong(long l) { }
- public void PushTrue() { }
- public void StartBlock() { }
- public void StoreArg(int argNo) { }
- public void StoreLocal(int locNo) { }
- public void Switch(PEAPI.CILLabel[] labs) { }
- public void TypeInst(PEAPI.TypeOp inst, PEAPI.Type aType) { }
- }
- public partial class CILLabel
- {
- public CILLabel(uint offset) { }
- public CILLabel(uint offset, bool absolute) { }
- }
- public abstract partial class Class : PEAPI.Type
- {
- internal Class() { }
- public string name;
- protected uint nameIx;
- public string nameSpace;
- protected uint nameSpaceIx;
- protected int row;
- protected PEAPI.MetaData _metaData;
- }
- public partial class ClassDef : PEAPI.Class
- {
- internal ClassDef() { }
- public void AddAttribute(PEAPI.TypeAttr ta) { }
- public PEAPI.Event AddEvent(string name, PEAPI.Type eType) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr fAtts, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplementedInterface(PEAPI.Class iFace) { }
- public void AddLayoutInfo(int packSize, int classSize) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public void AddMethodOverride(PEAPI.Method decl, PEAPI.Method body) { }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddNestedClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class sType) { throw null; }
- public PEAPI.Property AddProperty(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public void AddSecurity(byte[] permissionSet) { }
- public static bool IsEnum(PEAPI.Class type) { throw null; }
- public static bool IsEnum(string nsName, string name) { throw null; }
- public static bool IsValueType(PEAPI.Class type) { throw null; }
- public static bool IsValueType(string nsName, string name) { throw null; }
- public void SetFieldOrder(System.Collections.ArrayList fields) { }
- public void SpecialNoSuper() { }
- }
- public partial class ClassRef : PEAPI.Class, PEAPI.IExternRef, PEAPI.IResolutionScope
- {
- internal ClassRef() { }
- protected PEAPI.MetaData metaData;
- protected PEAPI.IResolutionScope parent;
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- }
- public partial class ClassRefInst : PEAPI.Type
- {
- public ClassRefInst(PEAPI.Type type, bool is_value) { }
- }
- public partial class ClassType : PEAPI.Constant
- {
- public ClassType(PEAPI.Class classDesc) { }
- public ClassType(string className) { }
- }
- public abstract partial class CodeBlock
- {
- protected PEAPI.CILLabel end;
- protected bool small;
- protected PEAPI.CILLabel start;
- public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { }
- }
- public abstract partial class Constant
- {
- internal Constant() { }
- protected bool addedToBlobHeap;
- protected uint blobIndex;
- protected uint size;
- protected PEAPI.Type type;
- }
- public enum CorFlags
- {
- CF_32_BITREQUIRED = 2,
- CF_IL_ONLY = 1,
- CF_STRONGNAMESIGNED = 8,
- CF_TRACKDEBUGDATA = 65536,
- }
- public partial class CustomAttribute : PEAPI.MetaDataElement
- {
- internal CustomAttribute() { }
- public void AddFieldOrProp(string name, PEAPI.Constant val) { }
- }
- public partial class CustomMarshaller : PEAPI.NativeType
- {
- public CustomMarshaller(string marshallerName, string optCookie) { }
- public CustomMarshaller(string typeNameOrGUID, string marshallerName, string optCookie) { }
- }
- public partial class CustomModifiedType : PEAPI.Type
- {
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.Class cmodType) { }
- public CustomModifiedType(PEAPI.Type type, PEAPI.CustomModifier cmod, PEAPI.PrimitiveTypeRef cmodType) { }
- }
- public enum CustomModifier
- {
- modopt = 32,
- modreq = 31,
- }
- public abstract partial class DataConstant : PEAPI.Constant
- {
- internal DataConstant() { }
- public uint DataOffset { get { throw null; } set { } }
- }
- public enum DataSegment
- {
- CIL = 2,
- Data = 0,
- TLS = 1,
- }
- public partial class DeclSecurity : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity() { }
- }
- public partial class DeclSecurity_20 : PEAPI.BaseDeclSecurity
- {
- internal DeclSecurity_20() { }
- }
- public partial class DoubleConst : PEAPI.DataConstant
- {
- public DoubleConst(double val) { }
- }
- public partial class Event : PEAPI.Feature
- {
- internal Event() { }
- public void AddAddon(PEAPI.MethodDef addon) { }
- public void AddFire(PEAPI.MethodDef fire) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddRemoveOn(PEAPI.MethodDef removeOn) { }
- }
- public partial class ExternClassRef : PEAPI.ClassRef
- {
- internal ExternClassRef() { }
- public PEAPI.ClassRef AddNestedClass(PEAPI.TypeAttr attrs, string name) { throw null; }
- }
- public partial class Fault : PEAPI.HandlerBlock
- {
- public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Feature : PEAPI.MetaDataElement
- {
- internal Feature() { }
- protected ushort flags;
- protected PEAPI.MethodSemantics[] methods;
- protected string name;
- protected uint nameIx;
- protected PEAPI.ClassDef parent;
- protected int tide;
- public void SetRTSpecialName() { }
- public void SetSpecialName() { }
- }
- public abstract partial class Field : PEAPI.Member
- {
- internal Field() { }
- protected static readonly byte FieldSig;
- protected PEAPI.Type type;
- }
- public enum FieldAttr
- {
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- HasFieldMarshal = 4096,
- Initonly = 32,
- Literal = 64,
- Notserialized = 128,
- Private = 1,
- Public = 6,
- PublicStatic = 22,
- RTSpecialName = 1024,
- SpecialName = 512,
- Static = 16,
- }
- public partial class FieldDef : PEAPI.Field
- {
- internal FieldDef() { }
- public void AddDataValue(PEAPI.DataConstant val) { }
- public void AddFieldAttr(PEAPI.FieldAttr fa) { }
- public void AddValue(PEAPI.Constant val) { }
- public void SetMarshalInfo(PEAPI.NativeType marshallType) { }
- public void SetOffset(uint offs) { }
- }
- public partial class FieldLayout : PEAPI.MetaDataElement
- {
- internal FieldLayout() { }
- }
- public partial class FieldMarshal : PEAPI.MetaDataElement
- {
- internal FieldMarshal() { }
- }
- public enum FieldOp
- {
- ldfld = 123,
- ldflda = 124,
- ldsfld = 126,
- ldsflda = 127,
- ldtoken = 208,
- stfld = 125,
- stsfld = 128,
- }
- public partial class FieldRef : PEAPI.Field
- {
- internal FieldRef() { }
- }
- public partial class FieldRVA : PEAPI.MetaDataElement
- {
- internal FieldRVA() { }
- }
- public partial class FileRef : PEAPI.MetaDataElement
- {
- internal FileRef() { }
- protected string name;
- }
- public partial class Filter : PEAPI.HandlerBlock
- {
- public Filter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class Finally : PEAPI.HandlerBlock
- {
- public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public partial class FixedArray : PEAPI.NativeType
- {
- public FixedArray(int numElems) { }
- }
- public partial class FixedSysString : PEAPI.NativeType
- {
- public FixedSysString(uint size) { }
- }
- public partial class FloatConst : PEAPI.DataConstant
- {
- public FloatConst(float val) { }
- }
- public partial class GenericMethodSig
- {
- public GenericMethodSig(PEAPI.Type[] gen_param) { }
- }
- [System.FlagsAttribute]
- public enum GenericParamAttributes : ushort
- {
- Contravariant = (ushort)2,
- Covariant = (ushort)1,
- DefaultConstructorConstrait = (ushort)16,
- NonVariant = (ushort)0,
- NotNullableValueTypeConstraint = (ushort)8,
- ReferenceTypeConstraint = (ushort)4,
- SpecialConstraintMask = (ushort)28,
- VarianceMask = (ushort)3,
- }
- public partial class GenericParameter : PEAPI.MetaDataElement
- {
- internal GenericParameter() { }
- public string name;
- public void AddConstraint(PEAPI.Type constraint) { }
- }
- public partial class GenericTypeInst : PEAPI.Class
- {
- public GenericTypeInst(PEAPI.Type gen_type, PEAPI.Type[] gen_param) { }
- }
- public partial class GenParam : PEAPI.Class
- {
- public GenParam(int index, string name, PEAPI.GenParamType ptype) { }
- public int Index { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public PEAPI.GenParamType Type { get { throw null; } }
- }
- public enum GenParamType : byte
- {
- MVar = (byte)30,
- Var = (byte)19,
- }
- public abstract partial class HandlerBlock : PEAPI.CodeBlock
- {
- protected static readonly short ExceptionFlag;
- protected static readonly short FaultFlag;
- protected static readonly short FilterFlag;
- protected static readonly short FinallyFlag;
- public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- }
- public enum HashAlgorithm
- {
- None = 0,
- SHA1 = 1,
- }
- public partial class Hex
- {
- public Hex() { }
- public static string Byte(int b) { throw null; }
- public static string Int(int val) { throw null; }
- public static string Int(uint num) { throw null; }
- public static string Long(long lnum) { throw null; }
- public static string Short(int b) { throw null; }
- }
- public partial interface IExternRef
- {
- PEAPI.ClassRef AddClass(string nsName, string name);
- PEAPI.ClassRef AddValueClass(string nsName, string name);
- }
- public enum ImplAttr
- {
- ForwardRef = 16,
- IL = 0,
- InternalCall = 4096,
- Native = 1,
- NoInLining = 8,
- NoOptimization = 64,
- Optil = 2,
- PreserveSig = 128,
- Runtime = 3,
- Synchronised = 32,
- Synchronized = 32,
- Unmanaged = 4,
- }
- public partial class ImplMap : PEAPI.MetaDataElement
- {
- internal ImplMap() { }
- }
- public partial class IntConst : PEAPI.DataConstant
- {
- public IntConst(short val) { }
- public IntConst(int val) { }
- public IntConst(long val) { }
- public IntConst(sbyte val) { }
- }
- public partial class InterfaceImpl : PEAPI.MetaDataElement
- {
- internal InterfaceImpl() { }
- }
- public enum IntOp
- {
- ldarg = 65033,
- ldarga = 65034,
- ldarga_s = 15,
- ldarg_s = 14,
- ldc_i4 = 32,
- ldc_i4_s = 31,
- ldloc = 65036,
- ldloca = 65037,
- ldloca_s = 18,
- ldloc_s = 17,
- starg = 65035,
- starg_s = 16,
- stloc = 65038,
- stloc_s = 19,
- unaligned = 65042,
- }
- public partial interface IResolutionScope
- {
- }
- public partial class Local
- {
- public Local(string lName, PEAPI.Type lType) { }
- public Local(string lName, PEAPI.Type lType, bool byRef, bool isPinned) { }
- }
- public partial class LocalSig : PEAPI.Signature
- {
- public LocalSig(PEAPI.Local[] locals) { }
- }
- public partial class ManagedPointer : PEAPI.PtrType
- {
- public ManagedPointer(PEAPI.Type baseType) { }
- }
- public partial class ManifestResource : PEAPI.MetaDataElement
- {
- public static readonly uint PrivateResource;
- public static readonly uint PublicResource;
- public ManifestResource(string name, byte[] resBytes, uint flags) { }
- public ManifestResource(string name, uint flags, PEAPI.AssemblyRef assemRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef) { }
- public ManifestResource(string name, uint flags, PEAPI.FileRef fileRef, uint fileIx) { }
- public string Name { get { throw null; } set { } }
- }
- public partial class MapElem : PEAPI.MetaDataElement
- {
- internal MapElem() { }
- }
- public enum MDTable
- {
- Assembly = 32,
- AssemblyOS = 34,
- AssemblyProcessor = 33,
- AssemblyRef = 35,
- AssemblyRefOS = 37,
- AssemblyRefProcessor = 36,
- ClassLayout = 15,
- Constant = 11,
- CustomAttribute = 12,
- DeclSecurity = 14,
- Event = 20,
- EventMap = 18,
- ExportedType = 39,
- Field = 4,
- FieldLayout = 16,
- FieldMarshal = 13,
- FieldRVA = 29,
- File = 38,
- GenericParam = 42,
- GenericParamConstraint = 44,
- ImplMap = 28,
- InterfaceImpl = 9,
- ManifestResource = 40,
- MemberRef = 10,
- Method = 6,
- MethodImpl = 25,
- MethodSemantics = 24,
- MethodSpec = 43,
- Module = 0,
- ModuleRef = 26,
- NestedClass = 41,
- Param = 8,
- Property = 23,
- PropertyMap = 21,
- StandAloneSig = 17,
- TypeDef = 2,
- TypeRef = 1,
- TypeSpec = 27,
- }
- public abstract partial class Member : PEAPI.MetaDataElement
- {
- internal Member() { }
- protected string name;
- protected uint nameIx;
- protected uint sigIx;
- }
- public partial class MetaData
- {
- internal MetaData() { }
- public PEAPI.MSCorLib mscorlib;
- }
- public abstract partial class MetaDataElement : System.IComparable
- {
- internal MetaDataElement() { }
- protected System.Collections.ArrayList customAttributes;
- protected bool done;
- protected bool sortTable;
- protected PEAPI.MDTable tabIx;
- public bool HasCustomAttr { get { throw null; } set { } }
- public uint Row { get { throw null; } set { } }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, PEAPI.Constant[] cVals) { }
- public void AddCustomAttribute(PEAPI.Method ctorMeth, byte[] val) { }
- public int CompareTo(object obj) { throw null; }
- }
- public enum MethAttr
- {
- Abstract = 1024,
- Assembly = 3,
- Default = 0,
- FamAndAssem = 2,
- Family = 4,
- FamOrAssem = 5,
- Final = 32,
- HasSecurity = 16384,
- HideBySig = 128,
- NewSlot = 256,
- Private = 1,
- PrivateVirtual = 65,
- Public = 6,
- PublicStatic = 22,
- PublicStaticFinal = 54,
- PublicVirtual = 70,
- RequireSecObject = 32768,
- RTSpecialName = 4096,
- SpecialName = 2048,
- SpecialRTSpecialName = 6144,
- Static = 16,
- Strict = 512,
- Virtual = 64,
- }
- public abstract partial class Method : PEAPI.Member
- {
- internal Method() { }
- public abstract void AddCallConv(PEAPI.CallConv cconv);
- }
- public partial class MethodDef : PEAPI.Method
- {
- internal MethodDef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name) { throw null; }
- public PEAPI.GenericParameter AddGenericParameter(short index, string name, PEAPI.GenericParamAttributes attr) { throw null; }
- public void AddImplAttribute(PEAPI.ImplAttr ia) { }
- public void AddLocals(PEAPI.Local[] locals, bool initLocals) { }
- public void AddMethAttribute(PEAPI.MethAttr ma) { }
- public void AddPInvokeInfo(PEAPI.ModuleRef scope, string methName, PEAPI.PInvokeAttr callAttr) { }
- public void AddRetTypeMarshallInfo(PEAPI.NativeType marshallType) { }
- public PEAPI.CILInstructions CreateCodeBuffer() { throw null; }
- public void DeclareEntryPoint() { }
- public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; }
- public void SetMaxStack(int maxStack) { }
- }
- public partial class MethodImpl : PEAPI.MetaDataElement
- {
- internal MethodImpl() { }
- }
- public enum MethodOp
- {
- call = 40,
- callvirt = 111,
- jmp = 39,
- ldftn = 65030,
- ldtoken = 208,
- ldvirtfn = 65031,
- newobj = 115,
- }
- public partial class MethodRef : PEAPI.Method
- {
- internal MethodRef() { }
- public override void AddCallConv(PEAPI.CallConv cconv) { }
- }
- public partial class MethodSemantics : PEAPI.MetaDataElement
- {
- internal MethodSemantics() { }
- }
- public partial class MethPtrType : PEAPI.Type
- {
- public MethPtrType(PEAPI.CallConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { }
- }
- public partial class Module : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal Module() { }
- public System.Guid Guid { get { throw null; } }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class ModuleRef : PEAPI.ResolutionScope, PEAPI.IExternRef
- {
- internal ModuleRef() { }
- public PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public PEAPI.ExternClassRef AddExternClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.FileRef declFile, bool isValueClass) { throw null; }
- public PEAPI.FieldRef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.MethodRef AddMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- public PEAPI.MethodRef AddVarArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.FileRef MakeFile(byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- }
- public sealed partial class MSCorLib : PEAPI.AssemblyRef
- {
- internal MSCorLib() { }
- public override PEAPI.ClassRef AddClass(string nsName, string name) { throw null; }
- public override PEAPI.ClassRef AddValueClass(string nsName, string name) { throw null; }
- }
- public partial class NativeArray : PEAPI.NativeType
- {
- public NativeArray(PEAPI.NativeType elemType) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen) { }
- public NativeArray(PEAPI.NativeType elemType, int numElem, int parNumForLen, int elemMult) { }
- }
- public partial class NativeType
- {
- internal NativeType() { }
- public static readonly PEAPI.NativeType AnsiBStr;
- public static readonly PEAPI.NativeType AsAny;
- public static readonly PEAPI.NativeType Boolean;
- public static readonly PEAPI.NativeType BStr;
- public static readonly PEAPI.NativeType ByValStr;
- public static readonly PEAPI.NativeType Currency;
- public static readonly PEAPI.NativeType Error;
- public static readonly PEAPI.NativeType FixedSysString;
- public static readonly PEAPI.NativeType Float32;
- public static readonly PEAPI.NativeType Float64;
- public static readonly PEAPI.NativeType FuncPtr;
- public static readonly PEAPI.NativeType IDispatch;
- public static readonly PEAPI.NativeType Int;
- public static readonly PEAPI.NativeType Int16;
- public static readonly PEAPI.NativeType Int32;
- public static readonly PEAPI.NativeType Int64;
- public static readonly PEAPI.NativeType Int8;
- public static readonly PEAPI.NativeType Interface;
- public static readonly PEAPI.NativeType IUnknown;
- public static readonly PEAPI.NativeType LPStr;
- public static readonly PEAPI.NativeType LPStruct;
- public static readonly PEAPI.NativeType LPTStr;
- public static readonly PEAPI.NativeType LPWStr;
- public static readonly PEAPI.NativeType Struct;
- public static readonly PEAPI.NativeType TBstr;
- protected byte typeIndex;
- public static readonly PEAPI.NativeType UInt;
- public static readonly PEAPI.NativeType UInt16;
- public static readonly PEAPI.NativeType UInt32;
- public static readonly PEAPI.NativeType UInt64;
- public static readonly PEAPI.NativeType UInt8;
- public static readonly PEAPI.NativeType VariantBool;
- public static readonly PEAPI.NativeType Void;
- }
- public partial class NotYetImplementedException : System.Exception
- {
- public NotYetImplementedException(string msg) { }
- }
- public partial class NullConst : PEAPI.Constant
- {
- public NullConst() { }
- }
- public enum Op
- {
- add = 88,
- add_ovf = 214,
- add_ovf_un = 215,
- and = 95,
- arglist = 65024,
- breakOp = 1,
- ceq = 65025,
- cgt = 65026,
- cgt_un = 65027,
- ckfinite = 195,
- clt = 65028,
- clt_un = 65029,
- conf_ovf_u1_un = 134,
- conv_i = 211,
- conv_i1 = 103,
- conv_i2 = 104,
- conv_i4 = 105,
- conv_i8 = 106,
- conv_ovf_i = 212,
- conv_ovf_i1 = 179,
- conv_ovf_i1_un = 130,
- conv_ovf_i2 = 181,
- conv_ovf_i2_un = 131,
- conv_ovf_i4 = 183,
- conv_ovf_i4_un = 132,
- conv_ovf_i8 = 185,
- conv_ovf_i8_un = 133,
- conv_ovf_i_un = 138,
- conv_ovf_u = 213,
- conv_ovf_u1 = 180,
- conv_ovf_u2 = 182,
- conv_ovf_u2_un = 135,
- conv_ovf_u4 = 184,
- conv_ovf_u4_un = 136,
- conv_ovf_u8 = 186,
- conv_ovf_u8_un = 137,
- conv_ovf_u_un = 139,
- conv_r4 = 107,
- conv_r8 = 108,
- conv_r_un = 118,
- conv_u = 224,
- conv_u1 = 210,
- conv_u2 = 209,
- conv_u4 = 109,
- conv_u8 = 110,
- cpblk = 65047,
- div = 91,
- div_un = 92,
- dup = 37,
- endfilter = 65041,
- endfinally = 220,
- initblk = 65048,
- ldarg_0 = 2,
- ldarg_1 = 3,
- ldarg_2 = 4,
- ldarg_3 = 5,
- ldc_i4_0 = 22,
- ldc_i4_1 = 23,
- ldc_i4_2 = 24,
- ldc_i4_3 = 25,
- ldc_i4_4 = 26,
- ldc_i4_5 = 27,
- ldc_i4_6 = 28,
- ldc_i4_7 = 29,
- ldc_i4_8 = 30,
- ldc_i4_m1 = 21,
- ldelem_i = 151,
- ldelem_i1 = 144,
- ldelem_i2 = 146,
- ldelem_i4 = 148,
- ldelem_i8 = 150,
- ldelem_r4 = 152,
- ldelem_r8 = 153,
- ldelem_ref = 154,
- ldelem_u1 = 145,
- ldelem_u2 = 147,
- ldelem_u4 = 149,
- ldind_i = 77,
- ldind_i1 = 70,
- ldind_i2 = 72,
- ldind_i4 = 74,
- ldind_i8 = 76,
- ldind_r4 = 78,
- ldind_r8 = 79,
- ldind_ref = 80,
- ldind_u1 = 71,
- ldind_u2 = 73,
- ldind_u4 = 75,
- ldlen = 142,
- ldloc_0 = 6,
- ldloc_1 = 7,
- ldloc_2 = 8,
- ldloc_3 = 9,
- ldnull = 20,
- localloc = 65039,
- mul = 90,
- mul_ovf = 216,
- mul_ovf_un = 217,
- neg = 101,
- nop = 0,
- not = 102,
- or = 96,
- pop = 38,
- readonly_ = 65054,
- refanytype = 65053,
- rem = 93,
- rem_un = 94,
- ret = 42,
- rethrow = 65050,
- shl = 98,
- shr = 99,
- shr_un = 100,
- stelem_i = 155,
- stelem_i1 = 156,
- stelem_i2 = 157,
- stelem_i4 = 158,
- stelem_i8 = 159,
- stelem_r4 = 160,
- stelem_r8 = 161,
- stelem_ref = 162,
- stind_i = 223,
- stind_i1 = 82,
- stind_i2 = 83,
- stind_i4 = 84,
- stind_i8 = 85,
- stind_r4 = 86,
- stind_r8 = 87,
- stind_ref = 81,
- stloc_0 = 10,
- stloc_1 = 11,
- stloc_2 = 12,
- stloc_3 = 13,
- sub = 89,
- sub_ovf = 218,
- sub_ovf_un = 219,
- tail_ = 65044,
- throwOp = 122,
- volatile_ = 65043,
- xor = 97,
- }
- public partial class Param : PEAPI.MetaDataElement
- {
- public Param(PEAPI.ParamAttr mode, string parName, PEAPI.Type parType) { }
- public bool HasMarshalInfo { get { throw null; } }
- public void AddDefaultValue(PEAPI.Constant cVal) { }
- public void AddMarshallInfo(PEAPI.NativeType marshallType) { }
- }
- public enum ParamAttr
- {
- Default = 0,
- HasDefault = 4096,
- HasFieldMarshal = 8192,
- In = 1,
- Opt = 16,
- Out = 2,
- }
- public partial class PEFile
- {
- public PEFile(string name, bool isDLL, bool hasAssembly) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { }
- public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, System.IO.Stream outStream) { }
- public PEAPI.ClassDef ModuleClass { get { throw null; } }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name) { throw null; }
- public PEAPI.ClassDef AddClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.Class superType) { throw null; }
- public void AddCustomAttribute(PEAPI.Method meth, PEAPI.Constant constant, PEAPI.MetaDataElement element) { }
- public void AddCustomAttribute(PEAPI.Method meth, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, PEAPI.PermissionSet ps, PEAPI.MetaDataElement element) { }
- public void AddDeclSecurity(PEAPI.SecurityAction sec_action, byte[] data, PEAPI.MetaDataElement element) { }
- public void AddExternalManagedResource(PEAPI.ManifestResource mr) { }
- public void AddExternalManagedResource(string resName, PEAPI.AssemblyRef assem, uint flags) { }
- public PEAPI.AssemblyRef AddExternAssembly(string assemName) { throw null; }
- public PEAPI.ClassRef AddExternClass(string ns, string name, PEAPI.TypeAttr attrs, PEAPI.MetaDataElement declRef) { throw null; }
- public PEAPI.ModuleRef AddExternModule(string name) { throw null; }
- public PEAPI.FieldDef AddField(PEAPI.FieldAttr attrSet, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldDef AddField(string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FieldRef AddFieldToTypeSpec(PEAPI.Type item, string name, PEAPI.Type fType) { throw null; }
- public PEAPI.FileRef AddFile(string fName, byte[] hashBytes, bool hasMetaData, bool entryPoint) { throw null; }
- public void AddGenericClass(PEAPI.GenericTypeInst gti) { }
- public void AddGenericParam(PEAPI.GenParam param) { }
- public void AddManifestResource(PEAPI.ManifestResource mr) { }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(PEAPI.MethAttr mAtts, PEAPI.ImplAttr iAtts, string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Param ret_param, PEAPI.Param[] pars) { throw null; }
- public PEAPI.MethodDef AddMethod(string name, PEAPI.Type retType, PEAPI.Param[] pars) { throw null; }
- public PEAPI.Method AddMethodSpec(PEAPI.Method m, PEAPI.GenericMethodSig g_sig) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars) { throw null; }
- public PEAPI.MethodRef AddMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, int gen_param_count) { throw null; }
- public PEAPI.PrimitiveTypeRef AddPrimitiveType(PEAPI.PrimitiveType type) { throw null; }
- public PEAPI.ClassDef AddValueClass(PEAPI.TypeAttr attrSet, string nsName, string name, PEAPI.ValueClass vClass) { throw null; }
- public PEAPI.MethodRef AddVarArgMethodToTypeSpec(PEAPI.Type item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; }
- public PEAPI.ManifestResource GetResource(string name) { throw null; }
- public PEAPI.ManifestResource[] GetResources() { throw null; }
- public PEAPI.Assembly GetThisAssembly() { throw null; }
- public PEAPI.Module GetThisModule() { throw null; }
- public void SetCorFlags(int flags) { }
- public void SetStackReserve(long stackReserve) { }
- public void SetSubSystem(PEAPI.SubSystem subS) { }
- public void WritePEFile() { }
- }
- public partial class PEFileException : System.Exception
- {
- public PEFileException(string msg) { }
- }
- public partial class Permission
- {
- public Permission(PEAPI.Type type, string name) { }
- public void AddMember(PEAPI.PermissionMember member) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionMember
- {
- public PermissionMember(System.Reflection.MemberTypes member_type, PEAPI.Type type, string name, object value) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public partial class PermissionSet
- {
- public PermissionSet(PEAPI.SecurityAction sec_action) { }
- public void AddPermission(PEAPI.Permission perm) { }
- public void Write(System.IO.BinaryWriter bw) { }
- }
- public enum PInvokeAttr
- {
- ansi = 2,
- autochar = 6,
- bestfit_mask = 48,
- bestfit_off = 32,
- bestfit_on = 16,
- cdecl = 512,
- charmaperror_off = 8192,
- charmaperror_on = 4096,
- fastcall = 1280,
- lasterr = 64,
- nomangle = 1,
- stdcall = 768,
- thiscall = 1024,
- unicode = 4,
- winapi = 256,
- }
- public partial class PrimitiveType : PEAPI.Type
- {
- internal PrimitiveType() { }
- public static readonly PEAPI.PrimitiveType Boolean;
- public static readonly PEAPI.PrimitiveType Char;
- public static readonly PEAPI.PrimitiveType Float32;
- public static readonly PEAPI.PrimitiveType Float64;
- public static readonly PEAPI.PrimitiveType Int16;
- public static readonly PEAPI.PrimitiveType Int32;
- public static readonly PEAPI.PrimitiveType Int64;
- public static readonly PEAPI.PrimitiveType Int8;
- public static readonly PEAPI.PrimitiveType IntPtr;
- public static readonly PEAPI.PrimitiveType NativeInt;
- public static readonly PEAPI.PrimitiveType NativeUInt;
- public static int NumSystemTypes;
- public static readonly PEAPI.PrimitiveType Object;
- public static readonly PEAPI.PrimitiveType String;
- public static readonly PEAPI.PrimitiveType TypedRef;
- public static readonly PEAPI.PrimitiveType UInt16;
- public static readonly PEAPI.PrimitiveType UInt32;
- public static readonly PEAPI.PrimitiveType UInt64;
- public static readonly PEAPI.PrimitiveType UInt8;
- public static readonly PEAPI.PrimitiveType UIntPtr;
- public static readonly PEAPI.PrimitiveType Void;
- }
- public partial class PrimitiveTypeRef : PEAPI.Type
- {
- internal PrimitiveTypeRef() { }
- }
- public partial class Property : PEAPI.Feature
- {
- internal Property() { }
- public void AddGetter(PEAPI.MethodDef getter) { }
- public void AddInitValue(PEAPI.Constant constVal) { }
- public void AddOther(PEAPI.MethodDef other) { }
- public void AddSetter(PEAPI.MethodDef setter) { }
- public void SetInstance(bool isInstance) { }
- }
- public abstract partial class PtrType : PEAPI.Type
- {
- internal PtrType() { }
- }
- public partial class RepeatedConstant : PEAPI.DataConstant
- {
- public RepeatedConstant(PEAPI.DataConstant dConst, int repeatCount) { }
- }
- public abstract partial class ResolutionScope : PEAPI.MetaDataElement, PEAPI.IResolutionScope
- {
- internal ResolutionScope() { }
- protected PEAPI.MetaData metaData;
- protected string name;
- protected uint nameIx;
- }
- public partial class SafeArray : PEAPI.NativeType
- {
- public SafeArray() { }
- public SafeArray(PEAPI.SafeArrayType elemType) { }
- }
- public enum SafeArrayType
- {
- boolean = 11,
- bstr = 8,
- currency = 6,
- date = 7,
- Decimal = 14,
- dispatch = 9,
- error = 10,
- float32 = 4,
- float64 = 5,
- Int = 22,
- int16 = 2,
- int32 = 3,
- int8 = 16,
- UInt = 23,
- uint16 = 18,
- uint32 = 19,
- uint8 = 17,
- unknown = 13,
- variant = 12,
- }
- public enum SecurityAction : short
- {
- Assert = (short)3,
- Demand = (short)2,
- DemandChoice = (short)18,
- Deny = (short)4,
- InheritDemand = (short)7,
- InheritDemandChoice = (short)17,
- LinkDemand = (short)6,
- LinkDemandChoice = (short)16,
- NonCasDemand = (short)13,
- NonCasInheritance = (short)15,
- NonCasLinkDemand = (short)14,
- PermitOnly = (short)5,
- PreJitDeny = (short)12,
- PreJitGrant = (short)11,
- Request = (short)1,
- RequestMinimum = (short)8,
- RequestOptional = (short)9,
- RequestRefuse = (short)10,
- }
- public partial class Sentinel : PEAPI.Type
- {
- public Sentinel() { }
- }
- public abstract partial class Signature : PEAPI.MetaDataElement
- {
- internal Signature() { }
- protected uint sigIx;
- }
- public partial class StringConst : PEAPI.DataConstant
- {
- public StringConst(string val) { }
- }
- public enum SubSystem
- {
- Native = 1,
- Native_Windows = 8,
- OS2_CUI = 5,
- POSIX_CUI = 7,
- Windows_CE_GUI = 9,
- Windows_CUI = 3,
- Windows_GUI = 2,
- }
- public partial class TryBlock : PEAPI.CodeBlock
- {
- protected bool fatFormat;
- protected int flags;
- public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default(PEAPI.CILLabel)) { }
- public void AddHandler(PEAPI.HandlerBlock handler) { }
- }
- public abstract partial class Type : PEAPI.MetaDataElement
- {
- internal Type() { }
- protected byte typeIndex;
- protected PEAPI.TypeSpec typeSpec;
- }
- [System.FlagsAttribute]
- public enum TypeAttr
- {
- Abstract = 128,
- AutoClass = 131072,
- BeforeFieldInit = 1048576,
- ExplicitLayout = 16,
- Forwarder = 2097152,
- HasSecurity = 262144,
- Import = 4096,
- Interface = 32,
- NestedAssembly = 5,
- NestedFamAndAssem = 6,
- NestedFamily = 4,
- NestedFamOrAssem = 7,
- NestedPrivate = 3,
- NestedPublic = 2,
- Private = 0,
- Public = 1,
- PublicAbstract = 129,
- PublicSealed = 257,
- RTSpecialName = 2048,
- Sealed = 256,
- SequentialLayout = 8,
- Serializable = 8192,
- SpecialName = 1024,
- UnicodeClass = 65536,
- VisibilityMask = 7,
- }
- public enum TypeOp
- {
- box = 140,
- castclass = 116,
- constrained = 65046,
- cpobj = 112,
- initobj = 65045,
- isinst = 117,
- ldelem = 163,
- ldelema = 143,
- ldobj = 113,
- ldtoken = 208,
- mkrefany = 198,
- newarr = 141,
- refanyval = 194,
- sizeOf = 65052,
- stelem = 164,
- stobj = 129,
- unbox = 121,
- unbox_any = 165,
- }
- public partial class TypeSignatureException : System.Exception
- {
- public TypeSignatureException(string msg) { }
- }
- public partial class TypeSpec : PEAPI.MetaDataElement
- {
- internal TypeSpec() { }
- }
- public partial class UIntConst : PEAPI.DataConstant
- {
- public UIntConst(byte val) { }
- public UIntConst(ushort val) { }
- public UIntConst(uint val) { }
- public UIntConst(ulong val) { }
- }
- public partial class UnmanagedPointer : PEAPI.PtrType
- {
- public UnmanagedPointer(PEAPI.Type baseType) { }
- }
- public enum ValueClass
- {
- Enum = 1,
- ValueType = 0,
- }
- public partial class ZeroBasedArray : PEAPI.Array
- {
- public ZeroBasedArray(PEAPI.Type elementType) { }
- }
-}
diff --git a/src/v4.7/WebMatrix.Data.cs b/src/v4.7/WebMatrix.Data.cs
deleted file mode 100644
index c287acd..0000000
--- a/src/v4.7/WebMatrix.Data.cs
+++ /dev/null
@@ -1,55 +0,0 @@
-// 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.
-
-[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
-[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
-[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
-[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-namespace WebMatrix.Data
-{
- public partial class ConnectionEventArgs : System.EventArgs
- {
- public ConnectionEventArgs(System.Data.Common.DbConnection connection) { }
- public System.Data.Common.DbConnection Connection { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- }
- public partial class Database : System.IDisposable
- {
- internal Database() { }
- public System.Data.Common.DbConnection Connection { get { throw null; } }
- public static event System.EventHandler<WebMatrix.Data.ConnectionEventArgs> ConnectionOpened { add { } remove { } }
- public void Close() { }
- public void Dispose() { }
- protected virtual void Dispose(bool disposing) { }
- public int Execute(string commandText, params object[] args) { throw null; }
- public object GetLastInsertId() { throw null; }
- public static WebMatrix.Data.Database Open(string name) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString) { throw null; }
- public static WebMatrix.Data.Database OpenConnectionString(string connectionString, string providerName) { throw null; }
- public System.Collections.Generic.IEnumerable<dynamic> Query(string commandText, params object[] args) { throw null; }
- public dynamic QuerySingle(string commandText, params object[] args) { throw null; }
- public object QueryValue(string commandText, params object[] args) { throw null; }
- }
- public sealed partial class DynamicRecord : System.Dynamic.DynamicObject, System.ComponentModel.ICustomTypeDescriptor
- {
- internal DynamicRecord() { }
- public System.Collections.Generic.IList<string> Columns { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
- public object this[int index] { get { throw null; } }
- public object this[string name] { get { throw null; } }
- public override System.Collections.Generic.IEnumerable<string> GetDynamicMemberNames() { throw null; }
- System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
- string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
- System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
- System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
- System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
- System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
- System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
- object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
- public override bool TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) { result = default(object); throw null; }
- }
-}
diff --git a/v2.0/Makefile b/v2.0/Makefile
index 906bf72..00fccf7 100644
--- a/v2.0/Makefile
+++ b/v2.0/Makefile
@@ -5,13 +5,10 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- IBM.Data.DB2 ICSharpCode.SharpZipLib Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks \
+ASSEMBLIES := Accessibility CustomMarshalers \
+ Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks \
Microsoft.Build.Utilities Microsoft.VisualBasic \
- Microsoft.VisualC Mono.C5 Mono.CSharp Mono.Cairo Mono.Cecil Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
- Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser Mono.XBuild.Tasks \
- Novell.Directory.Ldap PEAPI RabbitMQ.Client System.ComponentModel.DataAnnotations \
+ Microsoft.VisualC System.ComponentModel.DataAnnotations \
System.Configuration.Install System.Configuration System.Core System.Data.DataSetExtensions \
System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.Design System.DirectoryServices.Protocols System.DirectoryServices \
@@ -28,72 +25,41 @@ ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Accessibility_REFS := mscorlib
-Commons.Xml.Relaxng_REFS := System.Xml mscorlib System
CustomMarshalers_REFS := mscorlib
-I18N.CJK_REFS := mscorlib I18N
-I18N.MidEast_REFS := mscorlib I18N
-I18N.Other_REFS := mscorlib I18N
-I18N.Rare_REFS := mscorlib I18N
-I18N.West_REFS := mscorlib I18N
-I18N_REFS := mscorlib
-IBM.Data.DB2_REFS := mscorlib System.Data System
-ICSharpCode.SharpZipLib_REFS := mscorlib System
Microsoft.Build.Engine_REFS := mscorlib System System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities System.Core
Microsoft.Build.Framework_REFS := mscorlib
-Microsoft.Build.Tasks_REFS := mscorlib Microsoft.Build.Utilities Mono.XBuild.Tasks Microsoft.Build.Framework System System.Core System.Xml Microsoft.Build.Engine
+Microsoft.Build.Tasks_REFS := mscorlib Microsoft.Build.Utilities Microsoft.Build.Framework System System.Core System.Xml Microsoft.Build.Engine
Microsoft.Build.Utilities_REFS := Microsoft.Build.Framework mscorlib System
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
-Mono.C5_REFS := mscorlib
-Mono.CSharp_REFS := mscorlib System.Core System System.Xml
-Mono.Cairo_REFS := mscorlib
-Mono.Cecil_REFS := mscorlib
-Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
-Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
-Mono.Data.Tds_REFS := mscorlib System Mono.Security
-Mono.Debugger.Soft_REFS := mscorlib Mono.Cecil System.Core System
-Mono.Http_REFS := System mscorlib ICSharpCode.SharpZipLib Mono.Security System.Web System.Xml
-Mono.Management_REFS := mscorlib Mono.Posix System
-Mono.Messaging.RabbitMQ_REFS := RabbitMQ.Client Mono.Messaging mscorlib System
-Mono.Messaging_REFS := mscorlib System.Configuration System
-Mono.Posix_REFS := System mscorlib
-Mono.Security.Win32_REFS := mscorlib
-Mono.Security_REFS := mscorlib bare/System
-Mono.Simd_REFS := mscorlib System.Core
-Mono.Tasklets_REFS := mscorlib
-Mono.WebBrowser_REFS := mscorlib System
-Mono.XBuild.Tasks_REFS := mscorlib System.Xml System
-Novell.Directory.Ldap_REFS := mscorlib System
-PEAPI_REFS := mscorlib
-RabbitMQ.Client_REFS := mscorlib System System.Xml
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
System.Configuration_REFS := mscorlib System bare/System.Xml
-System.Core_REFS := mscorlib System Mono.Posix
+System.Core_REFS := mscorlib System
System.Data.DataSetExtensions_REFS := System System.Data mscorlib System.Core
System.Data.Linq_REFS := mscorlib System.Data System System.Core System.Xml System.Runtime.Serialization
System.Data.OracleClient_REFS := mscorlib System.Data System.Drawing System System.EnterpriseServices
System.Data.Services.Client_REFS := mscorlib System.Core System System.Xml WindowsBase System.Xml.Linq
System.Data.Services_REFS := mscorlib System.Core System System.ServiceModel System.ServiceModel.Web
-System.Data_REFS := mscorlib System System.Xml Mono.Data.Tds System.Configuration System.Transactions System.EnterpriseServices
+System.Data_REFS := mscorlib System System.Xml System.Configuration System.Transactions System.EnterpriseServices
System.Design_REFS := mscorlib System System.Windows.Forms System.Data System.Drawing System.Xml bare/System.Web System.Configuration
System.DirectoryServices.Protocols_REFS := mscorlib System System.Xml System.DirectoryServices
-System.DirectoryServices_REFS := Novell.Directory.Ldap mscorlib System
+System.DirectoryServices_REFS := mscorlib System
System.Drawing.Design_REFS := System.Windows.Forms System.Drawing mscorlib System
System.Drawing_REFS := mscorlib System
System.EnterpriseServices_REFS := mscorlib System.Transactions
System.IdentityModel.Selectors_REFS := System.Xml mscorlib System System.IdentityModel
-System.IdentityModel_REFS := mscorlib System System.Web System.Xml System.Runtime.Serialization System.Security Mono.Security
+System.IdentityModel_REFS := mscorlib System System.Web System.Xml System.Runtime.Serialization System.Security
System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
-System.Messaging_REFS := mscorlib Mono.Messaging System System.Configuration.Install System.Xml System.Windows.Forms System.Drawing
+System.Messaging_REFS := mscorlib System System.Configuration.Install System.Xml System.Windows.Forms System.Drawing
System.Net_REFS := mscorlib System
System.Runtime.Remoting_REFS := mscorlib System.Runtime.Serialization.Formatters.Soap System System.Xml System.Web
System.Runtime.Serialization.Formatters.Soap_REFS := System.Xml mscorlib
System.Runtime.Serialization_REFS := System.Configuration mscorlib System System.Xml System.Core
-System.Security_REFS := mscorlib System.Xml System Mono.Security
+System.Security_REFS := mscorlib System.Xml System
System.ServiceModel.Web_REFS := mscorlib System.Runtime.Serialization System.Xml System System.ServiceModel System.Configuration System.Core System.Web.Extensions
-System.ServiceModel_REFS := mscorlib Mono.Security System System.Xml System.Runtime.Serialization System.Core System.Messaging System.Web System.Transactions System.IdentityModel System.Security System.Configuration System.Web.Services System.IdentityModel.Selectors
+System.ServiceModel_REFS := mscorlib System System.Xml System.Runtime.Serialization System.Core System.Messaging System.Web System.Transactions System.IdentityModel System.Security System.Configuration System.Web.Services System.IdentityModel.Selectors
System.ServiceProcess_REFS := System mscorlib System.Configuration.Install System.Windows.Forms
System.Transactions_REFS := mscorlib System.Configuration
System.Web.Abstractions_REFS := System.Web mscorlib System
@@ -103,11 +69,11 @@ System.Web.Extensions_REFS := mscorlib System.Core System System.Web System.Conf
System.Web.Mvc_REFS := mscorlib System.Core System.Web.Abstractions System.Web.Routing System.Web System.ComponentModel.DataAnnotations System System.Web.Extensions System.Data.Linq System.Xml
System.Web.Routing_REFS := mscorlib System.Web.Abstractions System System.Core System.Web
System.Web.Services_REFS := System.EnterpriseServices bare/System.Web System.Configuration mscorlib System System.Xml
-System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Runtime.Serialization.Formatters.Soap System.Web.Services Mono.Data.Sqlite System.EnterpriseServices
-System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing Mono.WebBrowser System.Configuration Mono.Posix System.Runtime.Serialization.Formatters.Soap Accessibility System.Data
+System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Runtime.Serialization.Formatters.Soap System.Web.Services System.EnterpriseServices
+System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Configuration System.Runtime.Serialization.Formatters.Soap Accessibility System.Data
System.Xml.Linq_REFS := mscorlib System.Xml System.Runtime.Serialization System.Core
System.Xml_REFS := mscorlib System System.Configuration
-System_REFS := mscorlib Mono.Security bare/System.Configuration bare/System.Xml
+System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := System mscorlib System.Xml
cscompmgd_REFS := mscorlib System
mscorlib_REFS :=
@@ -115,7 +81,7 @@ mscorlib_REFS :=
bare/System_REFS := mscorlib
bare/System.Xml_REFS := mscorlib bare/System
bare/System.Configuration_REFS := mscorlib bare/System bare/System.Xml
-bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.ComponentModel.DataAnnotations Mono.Data.Sqlite System.EnterpriseServices
+bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.ComponentModel.DataAnnotations System.EnterpriseServices
mscorlib_CSC_ARGS := -runtimemetadataversion:v2.0.50727
System_CSC_ARGS := -d:CONFIG_DEP -d:XML_DEP
@@ -123,21 +89,10 @@ System.Configuration_CSC_ARGS := -d:CONFIG_DEP
System.Xml_CSC_ARGS := -d:CONFIG_DEP
System.Web_CSC_ARGS := -d:SERVICES_DEP
-MONO_KEY := ../../../mcs/class/mono.pub
ECMA_KEY := ../../../mcs/class/ecma.pub
WINFX_KEY := ../../../mcs/class/winfx.pub
MSFINAL_KEY := ../../../mcs/class/msfinal.pub
-Mono.C5_KEYFILE := ../../../mcs/class/Mono.C5/c5.pub
-IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
-ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
-
-MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- Mono.CSharp Mono.Cairo Mono.Cecil Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite Mono.Data.Tds \
- Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Mono.XBuild.Tasks Novell.Directory.Ldap PEAPI
-
ECMA_KEY_ASSEMBLIES := System.Core System.Data.DataSetExtensions System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.IdentityModel.Selectors \
System.IdentityModel System.Net System.Runtime.Remoting System.Runtime.Serialization System.ServiceModel \
@@ -148,7 +103,7 @@ WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations System.Json System
System.Web.Mvc System.Web.Routing WindowsBase
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
- Microsoft.Build.Tasks Microsoft.Build.Utilities Microsoft.VisualC Microsoft.VisualBasic RabbitMQ.Client \
+ Microsoft.Build.Tasks Microsoft.Build.Utilities Microsoft.VisualC Microsoft.VisualBasic \
System.Configuration.Install System.Configuration System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.EnterpriseServices System.Management \
System.Messaging System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess \
@@ -170,9 +125,8 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCED
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
-$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
-$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
+$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
+$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
$(foreach asm, $(ASSEMBLIES), $(eval $(call ASSEMBLY_TEMPLATE,$(asm))))
diff --git a/v3.5/Makefile b/v3.5/Makefile
index ed58e7c..0f95954 100644
--- a/v3.5/Makefile
+++ b/v3.5/Makefile
@@ -5,20 +5,17 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v3.5 Microsoft.Build.Utilities.v3.5 Mono.XBuild.Tasks
+ASSEMBLIES := Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v3.5 Microsoft.Build.Utilities.v3.5
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Microsoft.Build.Engine_REFS := ../v2.0/mscorlib ../v2.0/System ../v2.0/System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities.v3.5 ../v2.0/System.Core
Microsoft.Build.Framework_REFS := ../v2.0/mscorlib
-Microsoft.Build.Tasks.v3.5_REFS := ../v2.0/mscorlib Microsoft.Build.Utilities.v3.5 Mono.XBuild.Tasks Microsoft.Build.Framework ../v2.0/System ../v2.0/System.Core ../v2.0/System.Xml Microsoft.Build.Engine
+Microsoft.Build.Tasks.v3.5_REFS := ../v2.0/mscorlib Microsoft.Build.Utilities.v3.5 Microsoft.Build.Framework ../v2.0/System ../v2.0/System.Core ../v2.0/System.Xml Microsoft.Build.Engine
Microsoft.Build.Utilities.v3.5_REFS := Microsoft.Build.Framework ../v2.0/mscorlib ../v2.0/System
-Mono.XBuild.Tasks_REFS := ../v2.0/mscorlib ../v2.0/System.Xml ../v2.0/System
-MONO_KEY := ../../../mcs/class/mono.pub
MSFINAL_KEY := ../../../mcs/class/msfinal.pub
-MONO_KEY_ASSEMBLIES := Mono.XBuild.Tasks
MSFINAL_KEY_ASSEMBLIES := Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v3.5 Microsoft.Build.Utilities.v3.5
all: $(addsuffix .dll, $(ASSEMBLIES))
@@ -35,7 +32,6 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(1).cs) $(addsuffix .dll, $($(1)_REFS)) $($(
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
$(foreach asm, $(ASSEMBLIES), $(eval $(call ASSEMBLY_TEMPLATE,$(asm))))
diff --git a/v4.0/Makefile b/v4.0/Makefile
index eee51ce..0e2c300 100644
--- a/v4.0/Makefile
+++ b/v4.0/Makefile
@@ -5,13 +5,10 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- IBM.Data.DB2 ICSharpCode.SharpZipLib Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
+ASSEMBLIES := Accessibility CustomMarshalers \
+ Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC Microsoft.Web.Infrastructure \
- Mono.C5 Mono.CSharp Mono.Cairo Mono.Cecil Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
- Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI RabbitMQ.Client System.ComponentModel.Composition \
+ System.ComponentModel.Composition \
System.ComponentModel.DataAnnotations System.Configuration.Install System.Configuration System.Core \
System.Data.DataSetExtensions System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.Design System.DirectoryServices.Protocols \
@@ -23,77 +20,47 @@ ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.M
System.ServiceModel System.ServiceProcess System.Transactions System.Web.Abstractions \
System.Web.ApplicationServices System.Web.DynamicData System.Web.Extensions.Design System.Web.Extensions \
System.Web.Routing System.Web.Services System.Web System.Windows.Forms.DataVisualization System.Windows.Forms System.Xaml System.Xml.Linq \
- System.Xml System WebMatrix.Data WindowsBase cscompmgd monodoc mscorlib
+ System.Xml System WindowsBase cscompmgd mscorlib
ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Accessibility_REFS := mscorlib
-Commons.Xml.Relaxng_REFS := System.Xml mscorlib System
CustomMarshalers_REFS := mscorlib
-I18N.CJK_REFS := mscorlib I18N
-I18N.MidEast_REFS := mscorlib I18N
-I18N.Other_REFS := mscorlib I18N
-I18N.Rare_REFS := mscorlib I18N
-I18N.West_REFS := mscorlib I18N
-I18N_REFS := mscorlib
-IBM.Data.DB2_REFS := mscorlib System.Data System
-ICSharpCode.SharpZipLib_REFS := mscorlib System
Microsoft.Build.Engine_REFS := mscorlib System System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System.Core
Microsoft.Build.Framework_REFS := mscorlib
Microsoft.Build.Tasks.v4.0_REFS := mscorlib Microsoft.Build.Utilities.v4.0 Microsoft.Build.Framework System System.Core System.Xml Microsoft.Build.Engine
Microsoft.Build.Utilities.v4.0_REFS := Microsoft.Build.Framework mscorlib System System.Xml
Microsoft.Build_REFS := mscorlib Microsoft.Build.Framework System System.Xml System.Core
-Microsoft.CSharp_REFS := mscorlib Mono.CSharp System.Core
+Microsoft.CSharp_REFS := mscorlib System.Core
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
Microsoft.Web.Infrastructure_REFS := System.Web mscorlib System
-Mono.C5_REFS := mscorlib
-Mono.CSharp_REFS := mscorlib System.Core System System.Xml
-Mono.Cairo_REFS := mscorlib
-Mono.Cecil_REFS := mscorlib
-Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
-Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
-Mono.Data.Tds_REFS := mscorlib System Mono.Security
-Mono.Debugger.Soft_REFS := mscorlib Mono.Cecil System.Core System
-Mono.Http_REFS := System mscorlib ICSharpCode.SharpZipLib Mono.Security System.Web System.Xml
-Mono.Management_REFS := mscorlib Mono.Posix System
-Mono.Messaging.RabbitMQ_REFS := RabbitMQ.Client Mono.Messaging mscorlib System
-Mono.Messaging_REFS := mscorlib System.Configuration System
-Mono.Posix_REFS := System mscorlib
-Mono.Security.Win32_REFS := mscorlib
-Mono.Security_REFS := mscorlib bare/System
-Mono.Simd_REFS := mscorlib System.Core
-Mono.Tasklets_REFS := mscorlib
-Mono.WebBrowser_REFS := mscorlib System
-Novell.Directory.Ldap_REFS := mscorlib System
-PEAPI_REFS := mscorlib
-RabbitMQ.Client_REFS := mscorlib System System.Xml
System.ComponentModel.Composition_REFS := mscorlib System.Core System
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
System.Configuration_REFS := mscorlib System bare/System.Xml
-System.Core_REFS := mscorlib System Mono.Posix
+System.Core_REFS := mscorlib System
System.Data.DataSetExtensions_REFS := System.Data mscorlib System.Core System
System.Data.Linq_REFS := mscorlib System.Data System System.Core System.Xml System.Runtime.Serialization
System.Data.OracleClient_REFS := mscorlib System.Data System System.EnterpriseServices System.Drawing
System.Data.Services.Client_REFS := mscorlib System.Core System System.Xml System.Xml.Linq
System.Data.Services_REFS := mscorlib System.Core System System.Data.Services.Client System.ServiceModel System.ServiceModel.Web System.ServiceModel.Activation
-System.Data_REFS := mscorlib System System.Xml Mono.Data.Tds System.Configuration System.Transactions System.EnterpriseServices
+System.Data_REFS := mscorlib System System.Xml System.Configuration System.Transactions System.EnterpriseServices
System.Design_REFS := mscorlib System System.Windows.Forms System.Data System.Drawing System.Xml bare/System.Web System.Configuration
System.DirectoryServices.Protocols_REFS := mscorlib System System.Xml System.DirectoryServices
-System.DirectoryServices_REFS := Novell.Directory.Ldap mscorlib System
+System.DirectoryServices_REFS := mscorlib System
System.Drawing.Design_REFS := System.Windows.Forms System.Drawing mscorlib System
System.Drawing_REFS := mscorlib System
System.Dynamic_REFS := mscorlib System.Core System
System.EnterpriseServices_REFS := mscorlib System.Transactions
System.IdentityModel.Selectors_REFS := System.Xml mscorlib System System.IdentityModel
-System.IdentityModel_REFS := mscorlib System System.Web.ApplicationServices System.Xml System.Runtime.Serialization System.Security Mono.Security
+System.IdentityModel_REFS := mscorlib System System.Web.ApplicationServices System.Xml System.Runtime.Serialization System.Security
System.Json.Microsoft_REFS := System.Core mscorlib System System.Runtime.Serialization System.Xml
System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
-System.Messaging_REFS := mscorlib Mono.Messaging System System.Configuration.Install System.Xml System.Windows.Forms System.Drawing
+System.Messaging_REFS := mscorlib System System.Configuration.Install System.Xml System.Windows.Forms System.Drawing
System.Net_REFS := mscorlib System
System.Numerics_REFS := mscorlib
System.Runtime.Caching_REFS := mscorlib System System.Core System.Configuration System.Data
@@ -101,12 +68,12 @@ System.Runtime.DurableInstancing_REFS := mscorlib System.Xml.Linq
System.Runtime.Remoting_REFS := mscorlib System.Runtime.Serialization.Formatters.Soap System System.Xml System.Web
System.Runtime.Serialization.Formatters.Soap_REFS := System.Xml mscorlib
System.Runtime.Serialization_REFS := mscorlib System.Xml System System.Configuration System.Core
-System.Security_REFS := mscorlib System.Xml System Mono.Security
+System.Security_REFS := mscorlib System.Xml System
System.ServiceModel.Activation_REFS := mscorlib System.ServiceModel System
System.ServiceModel.Discovery_REFS := System.ServiceModel System mscorlib System.Configuration System.Runtime.Serialization System.Xml System.Xml.Linq System.Core
System.ServiceModel.Routing_REFS := System.ServiceModel mscorlib System.Runtime.Serialization System System.Configuration System.Core
System.ServiceModel.Web_REFS := System.ServiceModel mscorlib System.Runtime.Serialization System.Configuration System System.Xml System.ServiceModel.Activation System.Core System.Web.Extensions
-System.ServiceModel_REFS := mscorlib System System.Runtime.Serialization System.Xml Mono.Security System.Web System.IdentityModel System.Security System.Messaging System.Core System.Transactions System.Configuration System.Web.Services System.Web.ApplicationServices bare/System.ServiceModel.Activation System.IdentityModel.Selectors
+System.ServiceModel_REFS := mscorlib System System.Runtime.Serialization System.Xml System.Web System.IdentityModel System.Security System.Messaging System.Core System.Transactions System.Configuration System.Web.Services System.Web.ApplicationServices bare/System.ServiceModel.Activation System.IdentityModel.Selectors
System.ServiceProcess_REFS := System mscorlib System.Configuration.Install System.Windows.Forms
System.Transactions_REFS := mscorlib System.Configuration
System.Web.Abstractions_REFS := mscorlib System.Web
@@ -116,24 +83,22 @@ System.Web.Extensions.Design_REFS := mscorlib System System.Design System.Drawin
System.Web.Extensions_REFS := mscorlib System.Core System System.Web System.Web.ApplicationServices System.Configuration System.Web.Services System.Xml System.ServiceModel System.Data.Linq System.Drawing
System.Web.Routing_REFS := mscorlib System.Web
System.Web.Services_REFS := System.EnterpriseServices bare/System.Web System.Configuration mscorlib System System.Xml
-System.Web_REFS := System.Drawing mscorlib System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.Runtime.Serialization.Formatters.Soap System.Web.Services Mono.Data.Sqlite System.EnterpriseServices
+System.Web_REFS := System.Drawing mscorlib System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.Runtime.Serialization.Formatters.Soap System.Web.Services System.EnterpriseServices
System.Windows.Forms.DataVisualization_REFS := System.Drawing mscorlib System.Windows.Forms System System.Core System.Xml System.Data
-System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing Mono.WebBrowser System.Configuration Mono.Posix System.Runtime.Serialization.Formatters.Soap Accessibility System.Data
+System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Configuration System.Runtime.Serialization.Formatters.Soap Accessibility System.Data
System.Xaml_REFS := mscorlib System System.Xml System.Core
System.Xml.Linq_REFS := mscorlib System.Xml System.Core
System.Xml_REFS := mscorlib System System.Configuration
-System_REFS := mscorlib Mono.Security bare/System.Configuration bare/System.Xml
-WebMatrix.Data_REFS := System.Data mscorlib System.Core System System.Configuration
+System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := mscorlib System System.Xml System.Xaml
cscompmgd_REFS := mscorlib System
-monodoc_REFS := ICSharpCode.SharpZipLib mscorlib System System.Xml System.Xml.Linq System.Core System.Configuration
mscorlib_REFS :=
bare/System_REFS := mscorlib
bare/System.Xml_REFS := mscorlib bare/System
bare/System.Configuration_REFS := mscorlib bare/System bare/System.Xml
bare/System.ServiceModel.Activation_REFS := mscorlib System
-bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations Mono.Data.Sqlite System.EnterpriseServices
+bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.EnterpriseServices
mscorlib_CSC_ARGS := -runtimemetadataversion:v4.0.30319
System_CSC_ARGS := -d:CONFIG_DEP -d:XML_DEP
@@ -142,21 +107,10 @@ System.Xml_CSC_ARGS := -d:CONFIG_DEP
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP
System.Web_CSC_ARGS := -d:SERVICES_DEP
-MONO_KEY := ../../../mcs/class/mono.pub
ECMA_KEY := ../../../mcs/class/ecma.pub
WINFX_KEY := ../../../mcs/class/winfx.pub
MSFINAL_KEY := ../../../mcs/class/msfinal.pub
-Mono.C5_KEYFILE := ../../../mcs/class/Mono.C5/c5.pub
-IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
-ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
-
-MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.CSharp \
- Mono.Cairo Mono.Cecil Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite Mono.Data.Tds \
- Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI monodoc WebMatrix.Data
-
ECMA_KEY_ASSEMBLIES := System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.IdentityModel.Selectors System.IdentityModel \
@@ -172,7 +126,7 @@ WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations Microsoft.Web.Infr
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
Microsoft.Build.Tasks.v4.0 Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
- RabbitMQ.Client System.Configuration.Install System.Configuration System.Design System.DirectoryServices.Protocols \
+ System.Configuration.Install System.Configuration System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.EnterpriseServices System.Management \
System.Messaging System.Net System.Runtime.Caching \
System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess System.Web.Services \
@@ -194,10 +148,8 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCED
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
-$(foreach asm, $(FACADE_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
$(foreach asm, $(ASSEMBLIES), $(eval $(call ASSEMBLY_TEMPLATE,$(asm))))
diff --git a/v4.5.1/Makefile b/v4.5.1/Makefile
index e146e51..a19ce9e 100644
--- a/v4.5.1/Makefile
+++ b/v4.5.1/Makefile
@@ -5,13 +5,10 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- IBM.Data.DB2 ICSharpCode.SharpZipLib Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
+ASSEMBLIES := Accessibility CustomMarshalers \
+ Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC Microsoft.Web.Infrastructure \
- Mono.C5 Mono.CSharp Mono.Cairo Mono.Cecil Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
- Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Options \
- Mono.Parallel Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser Mono.XBuild.Tasks \
- Novell.Directory.Ldap PEAPI RabbitMQ.Client SMDiagnostics System.ComponentModel.Composition \
+ SMDiagnostics System.ComponentModel.Composition \
System.ComponentModel.DataAnnotations System.Configuration.Install System.Configuration System.Core \
System.Data.DataSetExtensions System.Data.Entity System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.Design System.DirectoryServices.Protocols \
@@ -29,7 +26,7 @@ ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.M
System.Web.Http.SelfHost System.Web.Http.WebHost System.Web.Http System.Web.Mvc System.Web.Razor System.Web.Routing \
System.Web.Services System.Web.WebPages.Deployment System.Web.WebPages.Razor System.Web.WebPages System.Web \
System.Windows.Forms.DataVisualization System.Windows.Forms System.Windows System.Xaml System.Xml.Linq \
- System.Xml.Serialization System.Xml System WebMatrix.Data WindowsBase cscompmgd monodoc mscorlib
+ System.Xml.Serialization System.Xml System WindowsBase cscompmgd mscorlib
ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web
@@ -56,16 +53,7 @@ ASSEMBLIES += $(FACADE_ASSEMBLIES)
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Accessibility_REFS := mscorlib
-Commons.Xml.Relaxng_REFS := mscorlib System.Xml System
CustomMarshalers_REFS := mscorlib
-I18N.CJK_REFS := mscorlib I18N
-I18N.MidEast_REFS := mscorlib I18N
-I18N.Other_REFS := mscorlib I18N
-I18N.Rare_REFS := mscorlib I18N
-I18N.West_REFS := mscorlib I18N
-I18N_REFS := mscorlib
-IBM.Data.DB2_REFS := mscorlib System System.Data
-ICSharpCode.SharpZipLib_REFS := mscorlib System
Microsoft.Build.Engine_REFS := mscorlib System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System System.Core
Microsoft.Build.Framework_REFS := mscorlib System
Microsoft.Build.Tasks.v4.0_REFS := mscorlib Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System Microsoft.Build.Engine System.Xml System.Core
@@ -75,47 +63,22 @@ Microsoft.CSharp_REFS := mscorlib System System.Core
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
Microsoft.Web.Infrastructure_REFS := mscorlib System System.Web
-Mono.C5_REFS := mscorlib
-Mono.CSharp_REFS := mscorlib System System.Core System.Xml
-Mono.Cairo_REFS := mscorlib
-Mono.Cecil_REFS := mscorlib
-Mono.CodeContracts_REFS := mscorlib System.Core System
-Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
-Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
-Mono.Data.Tds_REFS := mscorlib Mono.Security System
-Mono.Debugger.Soft_REFS := mscorlib System.Core System Mono.Cecil
-Mono.Http_REFS := mscorlib System ICSharpCode.SharpZipLib Mono.Security System.Web System.Xml
-Mono.Management_REFS := mscorlib System Mono.Posix
-Mono.Messaging.RabbitMQ_REFS := mscorlib Mono.Messaging RabbitMQ.Client System
-Mono.Messaging_REFS := mscorlib System System.Configuration
-Mono.Options_REFS := mscorlib System
-Mono.Parallel_REFS := mscorlib
-Mono.Posix_REFS := mscorlib System
-Mono.Security.Win32_REFS := mscorlib
-Mono.Security_REFS := mscorlib bare/System
-Mono.Simd_REFS := mscorlib
-Mono.Tasklets_REFS := mscorlib
-Mono.WebBrowser_REFS := mscorlib System
-Mono.XBuild.Tasks_REFS := mscorlib System.Xml
-Novell.Directory.Ldap_REFS := mscorlib System
-PEAPI_REFS := mscorlib
-RabbitMQ.Client_REFS := mscorlib System.Xml System
SMDiagnostics_REFS := mscorlib System.Configuration System System.Xml System.ServiceModel.Internals
System.ComponentModel.Composition_REFS := mscorlib System System.Core
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
System.Configuration_REFS := mscorlib bare/System.Xml System
-System.Core_REFS := mscorlib System Mono.Posix
+System.Core_REFS := mscorlib System
System.Data.DataSetExtensions_REFS := mscorlib System.Data System System.Core
System.Data.Entity_REFS := mscorlib System.Core System System.Data System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Xml System.Xml.Linq System.Transactions System.Configuration
System.Data.Linq_REFS := mscorlib System.Data System.Core System System.Xml System.Runtime.Serialization
System.Data.OracleClient_REFS := mscorlib System.Data System System.Drawing System.EnterpriseServices System.Transactions
System.Data.Services.Client_REFS := mscorlib System System.Xml System.Core System.Xml.Linq
System.Data.Services_REFS := mscorlib System.Configuration System.ServiceModel System.ServiceModel.Web System System.ServiceModel.Activation System.Core System.Data.Services.Client
-System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions Mono.Data.Tds System.EnterpriseServices
+System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions System.EnterpriseServices
System.Design_REFS := mscorlib System.Drawing System.Drawing.Design System System.Windows.Forms System.Data bare/System.Web System.Configuration System.Xml
System.DirectoryServices.Protocols_REFS := mscorlib System.Xml System System.DirectoryServices
-System.DirectoryServices_REFS := mscorlib Novell.Directory.Ldap System
+System.DirectoryServices_REFS := mscorlib System
System.Drawing.Design_REFS := mscorlib System.Drawing System.Windows.Forms System
System.Drawing_REFS := mscorlib System
System.Dynamic_REFS := mscorlib System.Core System
@@ -123,11 +86,11 @@ System.EnterpriseServices_REFS := mscorlib System.Transactions
System.IO.Compression.FileSystem_REFS := mscorlib System.IO.Compression System
System.IO.Compression_REFS := mscorlib System
System.IdentityModel.Selectors_REFS := mscorlib System.Xml System System.IdentityModel
-System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml Mono.Security System.Web.ApplicationServices
+System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml System.Web.ApplicationServices
System.Json.Microsoft_REFS := mscorlib System.Runtime.Serialization System System.Xml System.Core
System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
-System.Messaging_REFS := mscorlib System Mono.Messaging System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
+System.Messaging_REFS := mscorlib System System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
System.Net.Http.Formatting_REFS := mscorlib System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Data System.Net.Http System.Configuration
System.Net.Http.WebRequest_REFS := mscorlib System.Net.Http System
System.Net.Http_REFS := mscorlib System System.Core
@@ -149,7 +112,7 @@ System.Runtime.DurableInstancing_REFS := mscorlib System.Xml.Linq System.Service
System.Runtime.Remoting_REFS := mscorlib System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap
System.Runtime.Serialization.Formatters.Soap_REFS := mscorlib System.Xml
System.Runtime.Serialization_REFS := mscorlib System.Xml System.ServiceModel.Internals System System.Configuration System.Core
-System.Security_REFS := mscorlib System System.Xml Mono.Security
+System.Security_REFS := mscorlib System System.Xml
System.ServiceModel.Activation_REFS := mscorlib System.ServiceModel System System.Web
System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System.Xml System.Xml.Linq System.Runtime.Serialization System.Configuration System.Core
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
@@ -174,26 +137,24 @@ System.Web.Services_REFS := mscorlib System System.Configuration System.Enterpri
System.Web.WebPages.Deployment_REFS := mscorlib System.Web System System.Configuration System.Core Microsoft.Web.Infrastructure
System.Web.WebPages.Razor_REFS := mscorlib System.Web System System.Web.Razor System.Configuration System.Core System.Web.WebPages
System.Web.WebPages_REFS := mscorlib System.Web System System.Core System.Xml.Linq System.Web.Razor System.ComponentModel.DataAnnotations System.Data.Linq Microsoft.Web.Infrastructure Microsoft.CSharp System.Web.WebPages.Deployment
-System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices Mono.Data.Sqlite System.ComponentModel.DataAnnotations System.Web.Services
+System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.Web.Services
System.Windows.Forms.DataVisualization_REFS := mscorlib System.Drawing System.Windows.Forms System System.Xml System.Data System.Core
-System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility Mono.WebBrowser System.Configuration Mono.Posix System.Data
+System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility System.Configuration System.Data
System.Windows_REFS := mscorlib System
System.Xaml_REFS := mscorlib System System.Xml System.Core
System.Xml.Linq_REFS := mscorlib System System.Runtime.Serialization System.Xml System.Core
System.Xml.Serialization_REFS := mscorlib System.ServiceModel System.Xml
System.Xml_REFS := mscorlib System System.Configuration
-System_REFS := mscorlib Mono.Security bare/System.Configuration bare/System.Xml
-WebMatrix.Data_REFS := mscorlib System.Data System.Core System System.Configuration
+System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := mscorlib System.Xaml System System.Xml System.Security
cscompmgd_REFS := mscorlib System
-monodoc_REFS := ICSharpCode.SharpZipLib mscorlib System System.Xml System.Xml.Linq System.Core System.Configuration
mscorlib_REFS :=
bare/System_REFS := mscorlib
bare/System.Xml_REFS := mscorlib bare/System
bare/System.Configuration_REFS := mscorlib bare/System bare/System.Xml
bare/System.ServiceModel.Activation_REFS := mscorlib System
-bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations Mono.Data.Sqlite System.EnterpriseServices
+bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.EnterpriseServices
Facades/System.Collections.Concurrent_REFS := mscorlib System
Facades/System.Collections_REFS := mscorlib System.Core System
@@ -253,21 +214,10 @@ System.Xml_CSC_ARGS := -d:CONFIG_DEP
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP -d:WEB_DEP
System.Web_CSC_ARGS := -d:SERVICES_DEP
-MONO_KEY := ../../../mcs/class/mono.pub # Public Key Token: 0738eb9f132ed756
ECMA_KEY := ../../../mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
WINFX_KEY := ../../../mcs/class/winfx.pub # Public Key Token: 31bf3856ad364e35
MSFINAL_KEY := ../../../mcs/class/msfinal.pub # Public Key Token: b03f5f7f11d50a3a
-Mono.C5_KEYFILE := ../../../mcs/class/Mono.C5/c5.pub
-IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
-ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
-
-MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.CSharp \
- Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite Mono.Data.Tds \
- Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Options Mono.Parallel \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser Mono.XBuild.Tasks \
- Novell.Directory.Ldap PEAPI monodoc WebMatrix.Data Mono.Cecil
-
ECMA_KEY_ASSEMBLIES := SMDiagnostics System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
System.Data.Entity System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.IO.Compression.FileSystem System.IO.Compression System.IdentityModel.Selectors System.IdentityModel \
@@ -288,7 +238,7 @@ WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations Microsoft.Web.Infr
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
Microsoft.Build.Tasks.v4.0 Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
- RabbitMQ.Client System.Configuration.Install System.Configuration System.Design System.DirectoryServices.Protocols \
+ System.Configuration.Install System.Configuration System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.Dynamic System.EnterpriseServices System.Management \
System.Messaging System.Net.Http.WebRequest System.Net.Http System.Net System.Runtime.Caching \
System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess System.Web.Services \
@@ -312,7 +262,6 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCED
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
diff --git a/v4.5.2/Makefile b/v4.5.2/Makefile
index 97d575a..4ce2f24 100644
--- a/v4.5.2/Makefile
+++ b/v4.5.2/Makefile
@@ -5,13 +5,10 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- IBM.Data.DB2 ICSharpCode.SharpZipLib Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
+ASSEMBLIES := Accessibility CustomMarshalers \
+ Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC Microsoft.Web.Infrastructure \
- Mono.C5 Mono.CSharp Mono.Cairo Mono.Cecil Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
- Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Options \
- Mono.Parallel Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser Mono.XBuild.Tasks \
- Novell.Directory.Ldap PEAPI RabbitMQ.Client SMDiagnostics System.ComponentModel.Composition \
+ SMDiagnostics System.ComponentModel.Composition \
System.ComponentModel.DataAnnotations System.Configuration.Install System.Configuration System.Core \
System.Data.DataSetExtensions System.Data.Entity System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.Design System.DirectoryServices.Protocols \
@@ -29,7 +26,7 @@ ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.M
System.Web.Http.SelfHost System.Web.Http.WebHost System.Web.Http System.Web.Mvc System.Web.Razor System.Web.Routing \
System.Web.Services System.Web.WebPages.Deployment System.Web.WebPages.Razor System.Web.WebPages System.Web \
System.Windows.Forms.DataVisualization System.Windows.Forms System.Windows System.Xaml System.Xml.Linq \
- System.Xml.Serialization System.Xml System WebMatrix.Data WindowsBase cscompmgd monodoc mscorlib
+ System.Xml.Serialization System.Xml System WindowsBase cscompmgd mscorlib
ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web
@@ -56,16 +53,7 @@ ASSEMBLIES += $(FACADE_ASSEMBLIES)
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Accessibility_REFS := mscorlib
-Commons.Xml.Relaxng_REFS := mscorlib System.Xml System
CustomMarshalers_REFS := mscorlib
-I18N.CJK_REFS := mscorlib I18N
-I18N.MidEast_REFS := mscorlib I18N
-I18N.Other_REFS := mscorlib I18N
-I18N.Rare_REFS := mscorlib I18N
-I18N.West_REFS := mscorlib I18N
-I18N_REFS := mscorlib
-IBM.Data.DB2_REFS := mscorlib System System.Data
-ICSharpCode.SharpZipLib_REFS := mscorlib System
Microsoft.Build.Engine_REFS := mscorlib System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System System.Core
Microsoft.Build.Framework_REFS := mscorlib System
Microsoft.Build.Tasks.v4.0_REFS := mscorlib Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System Microsoft.Build.Engine System.Xml System.Core
@@ -75,47 +63,22 @@ Microsoft.CSharp_REFS := mscorlib System System.Core
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
Microsoft.Web.Infrastructure_REFS := mscorlib System System.Web
-Mono.C5_REFS := mscorlib
-Mono.CSharp_REFS := mscorlib System System.Core System.Xml
-Mono.Cairo_REFS := mscorlib
-Mono.Cecil_REFS := mscorlib
-Mono.CodeContracts_REFS := mscorlib System.Core System
-Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
-Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
-Mono.Data.Tds_REFS := mscorlib Mono.Security System
-Mono.Debugger.Soft_REFS := mscorlib System.Core System Mono.Cecil
-Mono.Http_REFS := mscorlib System ICSharpCode.SharpZipLib Mono.Security System.Web System.Xml
-Mono.Management_REFS := mscorlib System Mono.Posix
-Mono.Messaging.RabbitMQ_REFS := mscorlib Mono.Messaging RabbitMQ.Client System
-Mono.Messaging_REFS := mscorlib System System.Configuration
-Mono.Options_REFS := mscorlib System
-Mono.Parallel_REFS := mscorlib
-Mono.Posix_REFS := mscorlib System
-Mono.Security.Win32_REFS := mscorlib
-Mono.Security_REFS := mscorlib bare/System
-Mono.Simd_REFS := mscorlib
-Mono.Tasklets_REFS := mscorlib
-Mono.WebBrowser_REFS := mscorlib System
-Mono.XBuild.Tasks_REFS := mscorlib System.Xml
-Novell.Directory.Ldap_REFS := mscorlib System
-PEAPI_REFS := mscorlib
-RabbitMQ.Client_REFS := mscorlib System.Xml System
SMDiagnostics_REFS := mscorlib System.Configuration System System.Xml System.ServiceModel.Internals
System.ComponentModel.Composition_REFS := mscorlib System System.Core
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
System.Configuration_REFS := mscorlib bare/System.Xml System
-System.Core_REFS := mscorlib System Mono.Posix
+System.Core_REFS := mscorlib System
System.Data.DataSetExtensions_REFS := mscorlib System.Data System System.Core
System.Data.Entity_REFS := mscorlib System.Core System System.Data System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Xml System.Xml.Linq System.Transactions System.Configuration
System.Data.Linq_REFS := mscorlib System.Data System.Core System System.Xml System.Runtime.Serialization
System.Data.OracleClient_REFS := mscorlib System.Data System System.Drawing System.EnterpriseServices System.Transactions
System.Data.Services.Client_REFS := mscorlib System System.Xml System.Core System.Xml.Linq
System.Data.Services_REFS := mscorlib System.Configuration System.ServiceModel System.ServiceModel.Web System System.ServiceModel.Activation System.Core System.Data.Services.Client
-System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions Mono.Data.Tds System.EnterpriseServices
+System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions System.EnterpriseServices
System.Design_REFS := mscorlib System.Drawing System.Drawing.Design System System.Windows.Forms System.Data bare/System.Web System.Configuration System.Xml
System.DirectoryServices.Protocols_REFS := mscorlib System.Xml System System.DirectoryServices
-System.DirectoryServices_REFS := mscorlib Novell.Directory.Ldap System
+System.DirectoryServices_REFS := mscorlib System
System.Drawing.Design_REFS := mscorlib System.Drawing System.Windows.Forms System
System.Drawing_REFS := mscorlib System
System.Dynamic_REFS := mscorlib System.Core System
@@ -123,11 +86,11 @@ System.EnterpriseServices_REFS := mscorlib System.Transactions
System.IO.Compression.FileSystem_REFS := mscorlib System.IO.Compression System
System.IO.Compression_REFS := mscorlib System
System.IdentityModel.Selectors_REFS := mscorlib System.Xml System System.IdentityModel
-System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml Mono.Security System.Web.ApplicationServices
+System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml System.Web.ApplicationServices
System.Json.Microsoft_REFS := mscorlib System.Runtime.Serialization System System.Xml System.Core
System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
-System.Messaging_REFS := mscorlib System Mono.Messaging System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
+System.Messaging_REFS := mscorlib System System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
System.Net.Http.Formatting_REFS := mscorlib System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Data System.Net.Http System.Configuration
System.Net.Http.WebRequest_REFS := mscorlib System.Net.Http System
System.Net.Http_REFS := mscorlib System System.Core
@@ -149,7 +112,7 @@ System.Runtime.DurableInstancing_REFS := mscorlib System.Xml.Linq System.Service
System.Runtime.Remoting_REFS := mscorlib System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap
System.Runtime.Serialization.Formatters.Soap_REFS := mscorlib System.Xml
System.Runtime.Serialization_REFS := mscorlib System.Xml System.ServiceModel.Internals System System.Configuration System.Core
-System.Security_REFS := mscorlib System System.Xml Mono.Security
+System.Security_REFS := mscorlib System System.Xml
System.ServiceModel.Activation_REFS := mscorlib System.ServiceModel System System.Web
System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System.Xml System.Xml.Linq System.Runtime.Serialization System.Configuration System.Core
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
@@ -174,26 +137,24 @@ System.Web.Services_REFS := mscorlib System System.Configuration System.Enterpri
System.Web.WebPages.Deployment_REFS := mscorlib System.Web System System.Configuration System.Core Microsoft.Web.Infrastructure
System.Web.WebPages.Razor_REFS := mscorlib System.Web System System.Web.Razor System.Configuration System.Core System.Web.WebPages
System.Web.WebPages_REFS := mscorlib System.Web System System.Core System.Xml.Linq System.Web.Razor System.ComponentModel.DataAnnotations System.Data.Linq Microsoft.Web.Infrastructure Microsoft.CSharp System.Web.WebPages.Deployment
-System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices Mono.Data.Sqlite System.ComponentModel.DataAnnotations System.Web.Services
+System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.Web.Services
System.Windows.Forms.DataVisualization_REFS := mscorlib System.Drawing System.Windows.Forms System System.Xml System.Data System.Core
-System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility Mono.WebBrowser System.Configuration Mono.Posix System.Data
+System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility System.Configuration System.Data
System.Windows_REFS := mscorlib System
System.Xaml_REFS := mscorlib System System.Xml System.Core
System.Xml.Linq_REFS := mscorlib System System.Runtime.Serialization System.Xml System.Core
System.Xml.Serialization_REFS := mscorlib System.ServiceModel System.Xml
System.Xml_REFS := mscorlib System System.Configuration
-System_REFS := mscorlib Mono.Security bare/System.Configuration bare/System.Xml
-WebMatrix.Data_REFS := mscorlib System.Data System.Core System System.Configuration
+System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := mscorlib System.Xaml System System.Xml System.Security
cscompmgd_REFS := mscorlib System
-monodoc_REFS := ICSharpCode.SharpZipLib mscorlib System System.Xml System.Xml.Linq System.Core System.Configuration
mscorlib_REFS :=
bare/System_REFS := mscorlib
bare/System.Xml_REFS := mscorlib bare/System
bare/System.Configuration_REFS := mscorlib bare/System bare/System.Xml
bare/System.ServiceModel.Activation_REFS := mscorlib System
-bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations Mono.Data.Sqlite System.EnterpriseServices
+bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.EnterpriseServices
Facades/System.Collections.Concurrent_REFS := mscorlib System
Facades/System.Collections_REFS := mscorlib System.Core System
@@ -253,21 +214,10 @@ System.Xml_CSC_ARGS := -d:CONFIG_DEP
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP -d:WEB_DEP
System.Web_CSC_ARGS := -d:SERVICES_DEP
-MONO_KEY := ../../../mcs/class/mono.pub # Public Key Token: 0738eb9f132ed756
ECMA_KEY := ../../../mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
WINFX_KEY := ../../../mcs/class/winfx.pub # Public Key Token: 31bf3856ad364e35
MSFINAL_KEY := ../../../mcs/class/msfinal.pub # Public Key Token: b03f5f7f11d50a3a
-Mono.C5_KEYFILE := ../../../mcs/class/Mono.C5/c5.pub
-IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
-ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
-
-MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.CSharp \
- Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite Mono.Data.Tds \
- Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Options Mono.Parallel \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser Mono.XBuild.Tasks \
- Novell.Directory.Ldap PEAPI monodoc WebMatrix.Data Mono.Cecil
-
ECMA_KEY_ASSEMBLIES := SMDiagnostics System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
System.Data.Entity System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.IO.Compression.FileSystem System.IO.Compression System.IdentityModel.Selectors System.IdentityModel \
@@ -288,7 +238,7 @@ WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations Microsoft.Web.Infr
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
Microsoft.Build.Tasks.v4.0 Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
- RabbitMQ.Client System.Configuration.Install System.Configuration System.Design System.DirectoryServices.Protocols \
+ System.Configuration.Install System.Configuration System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.Dynamic System.EnterpriseServices System.Management \
System.Messaging System.Net.Http.WebRequest System.Net.Http System.Net System.Runtime.Caching \
System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess System.Web.Services \
@@ -312,7 +262,6 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCED
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
diff --git a/v4.5/Makefile b/v4.5/Makefile
index 4f617df..884a3f7 100644
--- a/v4.5/Makefile
+++ b/v4.5/Makefile
@@ -5,13 +5,10 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- IBM.Data.DB2 ICSharpCode.SharpZipLib Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
+ASSEMBLIES := Accessibility CustomMarshalers \
+ Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC Microsoft.Web.Infrastructure \
- Mono.C5 Mono.CSharp Mono.Cairo Mono.Cecil Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
- Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Options \
- Mono.Parallel Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser Mono.XBuild.Tasks \
- Novell.Directory.Ldap PEAPI RabbitMQ.Client SMDiagnostics System.ComponentModel.Composition \
+ SMDiagnostics System.ComponentModel.Composition \
System.ComponentModel.DataAnnotations System.Configuration.Install System.Configuration System.Core \
System.Data.DataSetExtensions System.Data.Entity System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.Design System.DirectoryServices.Protocols \
@@ -29,7 +26,7 @@ ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.M
System.Web.Http.SelfHost System.Web.Http.WebHost System.Web.Http System.Web.Mvc System.Web.Razor System.Web.Routing \
System.Web.Services System.Web.WebPages.Deployment System.Web.WebPages.Razor System.Web.WebPages System.Web \
System.Windows.Forms.DataVisualization System.Windows.Forms System.Windows System.Xaml System.Xml.Linq \
- System.Xml.Serialization System.Xml System WebMatrix.Data WindowsBase cscompmgd monodoc mscorlib
+ System.Xml.Serialization System.Xml System WindowsBase cscompmgd mscorlib
ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web
@@ -56,16 +53,7 @@ ASSEMBLIES += $(FACADE_ASSEMBLIES)
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Accessibility_REFS := mscorlib
-Commons.Xml.Relaxng_REFS := mscorlib System.Xml System
CustomMarshalers_REFS := mscorlib
-I18N.CJK_REFS := mscorlib I18N
-I18N.MidEast_REFS := mscorlib I18N
-I18N.Other_REFS := mscorlib I18N
-I18N.Rare_REFS := mscorlib I18N
-I18N.West_REFS := mscorlib I18N
-I18N_REFS := mscorlib
-IBM.Data.DB2_REFS := mscorlib System System.Data
-ICSharpCode.SharpZipLib_REFS := mscorlib System
Microsoft.Build.Engine_REFS := mscorlib System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System System.Core
Microsoft.Build.Framework_REFS := mscorlib System
Microsoft.Build.Tasks.v4.0_REFS := mscorlib Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System Microsoft.Build.Engine System.Xml System.Core
@@ -75,47 +63,22 @@ Microsoft.CSharp_REFS := mscorlib System System.Core
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
Microsoft.Web.Infrastructure_REFS := mscorlib System System.Web
-Mono.C5_REFS := mscorlib
-Mono.CSharp_REFS := mscorlib System System.Core System.Xml
-Mono.Cairo_REFS := mscorlib
-Mono.Cecil_REFS := mscorlib
-Mono.CodeContracts_REFS := mscorlib System.Core System
-Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
-Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
-Mono.Data.Tds_REFS := mscorlib Mono.Security System
-Mono.Debugger.Soft_REFS := mscorlib System.Core System Mono.Cecil
-Mono.Http_REFS := mscorlib System ICSharpCode.SharpZipLib Mono.Security System.Web System.Xml
-Mono.Management_REFS := mscorlib System Mono.Posix
-Mono.Messaging.RabbitMQ_REFS := mscorlib Mono.Messaging RabbitMQ.Client System
-Mono.Messaging_REFS := mscorlib System System.Configuration
-Mono.Options_REFS := mscorlib System
-Mono.Parallel_REFS := mscorlib
-Mono.Posix_REFS := mscorlib System
-Mono.Security.Win32_REFS := mscorlib
-Mono.Security_REFS := mscorlib bare/System
-Mono.Simd_REFS := mscorlib
-Mono.Tasklets_REFS := mscorlib
-Mono.WebBrowser_REFS := mscorlib System
-Mono.XBuild.Tasks_REFS := mscorlib System.Xml
-Novell.Directory.Ldap_REFS := mscorlib System
-PEAPI_REFS := mscorlib
-RabbitMQ.Client_REFS := mscorlib System.Xml System
SMDiagnostics_REFS := mscorlib System.Configuration System System.Xml System.ServiceModel.Internals
System.ComponentModel.Composition_REFS := mscorlib System System.Core
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
System.Configuration_REFS := mscorlib bare/System.Xml System
-System.Core_REFS := mscorlib System Mono.Posix
+System.Core_REFS := mscorlib System
System.Data.DataSetExtensions_REFS := mscorlib System.Data System System.Core
System.Data.Entity_REFS := mscorlib System.Core System System.Data System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Xml System.Xml.Linq System.Transactions System.Configuration
System.Data.Linq_REFS := mscorlib System.Data System.Core System System.Xml System.Runtime.Serialization
System.Data.OracleClient_REFS := mscorlib System.Data System System.Drawing System.EnterpriseServices System.Transactions
System.Data.Services.Client_REFS := mscorlib System System.Xml System.Core System.Xml.Linq
System.Data.Services_REFS := mscorlib System.Configuration System.ServiceModel System.ServiceModel.Web System System.ServiceModel.Activation System.Core System.Data.Services.Client
-System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions Mono.Data.Tds System.EnterpriseServices
+System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions System.EnterpriseServices
System.Design_REFS := mscorlib System.Drawing System.Drawing.Design System System.Windows.Forms System.Data bare/System.Web System.Configuration System.Xml
System.DirectoryServices.Protocols_REFS := mscorlib System.Xml System System.DirectoryServices
-System.DirectoryServices_REFS := mscorlib Novell.Directory.Ldap System
+System.DirectoryServices_REFS := mscorlib System
System.Drawing.Design_REFS := mscorlib System.Drawing System.Windows.Forms System
System.Drawing_REFS := mscorlib System
System.Dynamic_REFS := mscorlib System.Core System
@@ -123,11 +86,11 @@ System.EnterpriseServices_REFS := mscorlib System.Transactions
System.IO.Compression.FileSystem_REFS := mscorlib System.IO.Compression System
System.IO.Compression_REFS := mscorlib System
System.IdentityModel.Selectors_REFS := mscorlib System.Xml System System.IdentityModel
-System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml Mono.Security System.Web.ApplicationServices
+System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml System.Web.ApplicationServices
System.Json.Microsoft_REFS := mscorlib System.Runtime.Serialization System System.Xml System.Core
System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
-System.Messaging_REFS := mscorlib System Mono.Messaging System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
+System.Messaging_REFS := mscorlib System System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
System.Net.Http.Formatting_REFS := mscorlib System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Data System.Net.Http System.Configuration
System.Net.Http.WebRequest_REFS := mscorlib System.Net.Http System
System.Net.Http_REFS := mscorlib System System.Core
@@ -149,7 +112,7 @@ System.Runtime.DurableInstancing_REFS := mscorlib System.Xml.Linq System.Service
System.Runtime.Remoting_REFS := mscorlib System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap
System.Runtime.Serialization.Formatters.Soap_REFS := mscorlib System.Xml
System.Runtime.Serialization_REFS := mscorlib System.Xml System.ServiceModel.Internals System System.Configuration System.Core
-System.Security_REFS := mscorlib System System.Xml Mono.Security
+System.Security_REFS := mscorlib System System.Xml
System.ServiceModel.Activation_REFS := mscorlib System.ServiceModel System System.Web
System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System.Xml System.Xml.Linq System.Runtime.Serialization System.Configuration System.Core
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
@@ -174,26 +137,24 @@ System.Web.Services_REFS := mscorlib System System.Configuration System.Enterpri
System.Web.WebPages.Deployment_REFS := mscorlib System.Web System System.Configuration System.Core Microsoft.Web.Infrastructure
System.Web.WebPages.Razor_REFS := mscorlib System.Web System System.Web.Razor System.Configuration System.Core System.Web.WebPages
System.Web.WebPages_REFS := mscorlib System.Web System System.Core System.Xml.Linq System.Web.Razor System.ComponentModel.DataAnnotations System.Data.Linq Microsoft.Web.Infrastructure Microsoft.CSharp System.Web.WebPages.Deployment
-System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices Mono.Data.Sqlite System.ComponentModel.DataAnnotations System.Web.Services
+System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.Web.Services
System.Windows.Forms.DataVisualization_REFS := mscorlib System.Drawing System.Windows.Forms System System.Xml System.Data System.Core
-System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility Mono.WebBrowser System.Configuration Mono.Posix System.Data
+System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility System.Configuration System.Data
System.Windows_REFS := mscorlib System
System.Xaml_REFS := mscorlib System System.Xml System.Core
System.Xml.Linq_REFS := mscorlib System System.Runtime.Serialization System.Xml System.Core
System.Xml.Serialization_REFS := mscorlib System.ServiceModel System.Xml
System.Xml_REFS := mscorlib System System.Configuration
-System_REFS := mscorlib Mono.Security bare/System.Configuration bare/System.Xml
-WebMatrix.Data_REFS := mscorlib System.Data System.Core System System.Configuration
+System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := mscorlib System.Xaml System System.Xml System.Security
cscompmgd_REFS := mscorlib System
-monodoc_REFS := ICSharpCode.SharpZipLib mscorlib System System.Xml System.Xml.Linq System.Core System.Configuration
mscorlib_REFS :=
bare/System_REFS := mscorlib
bare/System.Xml_REFS := mscorlib bare/System
bare/System.Configuration_REFS := mscorlib bare/System bare/System.Xml
bare/System.ServiceModel.Activation_REFS := mscorlib System
-bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations Mono.Data.Sqlite System.EnterpriseServices
+bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.EnterpriseServices
Facades/System.Collections.Concurrent_REFS := mscorlib System
Facades/System.Collections_REFS := mscorlib System.Core System
@@ -253,21 +214,10 @@ System.Xml_CSC_ARGS := -d:CONFIG_DEP
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP -d:WEB_DEP
System.Web_CSC_ARGS := -d:SERVICES_DEP
-MONO_KEY := ../../../mcs/class/mono.pub # Public Key Token: 0738eb9f132ed756
ECMA_KEY := ../../../mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
WINFX_KEY := ../../../mcs/class/winfx.pub # Public Key Token: 31bf3856ad364e35
MSFINAL_KEY := ../../../mcs/class/msfinal.pub # Public Key Token: b03f5f7f11d50a3a
-Mono.C5_KEYFILE := ../../../mcs/class/Mono.C5/c5.pub
-IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
-ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
-
-MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.CSharp \
- Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite Mono.Data.Tds \
- Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Options Mono.Parallel \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser Mono.XBuild.Tasks \
- Novell.Directory.Ldap PEAPI monodoc WebMatrix.Data Mono.Cecil
-
ECMA_KEY_ASSEMBLIES := SMDiagnostics System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
System.Data.Entity System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.IO.Compression.FileSystem System.IO.Compression System.IdentityModel.Selectors System.IdentityModel \
@@ -288,7 +238,7 @@ WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations Microsoft.Web.Infr
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
Microsoft.Build.Tasks.v4.0 Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
- RabbitMQ.Client System.Configuration.Install System.Configuration System.Design System.DirectoryServices.Protocols \
+ System.Configuration.Install System.Configuration System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.Dynamic System.EnterpriseServices System.Management \
System.Messaging System.Net.Http.WebRequest System.Net.Http System.Net System.Runtime.Caching \
System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess System.Web.Services \
@@ -312,7 +262,6 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCED
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
diff --git a/v4.6.1/Makefile b/v4.6.1/Makefile
index a2eb97e..afd0dc9 100644
--- a/v4.6.1/Makefile
+++ b/v4.6.1/Makefile
@@ -5,13 +5,10 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- IBM.Data.DB2 ICSharpCode.SharpZipLib Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
+ASSEMBLIES := Accessibility CustomMarshalers \
+ Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC Microsoft.Web.Infrastructure \
- Mono.CSharp Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
- Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
- Mono.Parallel Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI RabbitMQ.Client SMDiagnostics System.ComponentModel.Composition \
+ SMDiagnostics System.ComponentModel.Composition \
System.ComponentModel.DataAnnotations System.Configuration.Install System.Configuration System.Core \
System.Data.DataSetExtensions System.Data.Entity System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.Design System.DirectoryServices.Protocols \
@@ -29,11 +26,11 @@ ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.M
System.Web.Http.SelfHost System.Web.Http.WebHost System.Web.Http System.Web.Mvc System.Web.Razor System.Web.Routing \
System.Web.Services System.Web.WebPages.Deployment System.Web.WebPages.Razor System.Web.WebPages System.Web \
System.Windows.Forms.DataVisualization System.Windows.Forms System.Windows System.Xaml System.Xml.Linq \
- System.Xml.Serialization System.Xml System WebMatrix.Data WindowsBase cscompmgd mscorlib \
+ System.Xml.Serialization System.Xml System WindowsBase cscompmgd mscorlib \
System.Deployment System.Numerics.Vectors System.Reflection.Context System.Runtime.InteropServices.RuntimeInformation \
System.Web.Mobile System.Web.RegularExpressions System.Workflow.Activities System.Workflow.ComponentModel System.Workflow.Runtime
-ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web bare/Mono.Cecil
+ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web
FACADE_ASSEMBLIES := Facades/System.Collections.Concurrent Facades/System.Net.Primitives Facades/System.Runtime \
Facades/System.Collections Facades/System.Net.Requests Facades/System.Security.Principal \
@@ -59,16 +56,7 @@ ASSEMBLIES += $(FACADE_ASSEMBLIES)
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Accessibility_REFS := mscorlib
-Commons.Xml.Relaxng_REFS := mscorlib System.Xml System
CustomMarshalers_REFS := mscorlib
-I18N.CJK_REFS := mscorlib I18N
-I18N.MidEast_REFS := mscorlib I18N
-I18N.Other_REFS := mscorlib I18N
-I18N.Rare_REFS := mscorlib I18N
-I18N.West_REFS := mscorlib I18N
-I18N_REFS := mscorlib
-IBM.Data.DB2_REFS := mscorlib System System.Data
-ICSharpCode.SharpZipLib_REFS := mscorlib System
Microsoft.Build.Engine_REFS := mscorlib System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System System.Core
Microsoft.Build.Framework_REFS := mscorlib System
Microsoft.Build.Tasks.v4.0_REFS := mscorlib Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System Microsoft.Build.Engine System.Xml System.Core
@@ -78,44 +66,23 @@ Microsoft.CSharp_REFS := mscorlib System System.Core
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
Microsoft.Web.Infrastructure_REFS := mscorlib System System.Web
-Mono.CSharp_REFS := mscorlib System System.Core System.Xml
-Mono.Cairo_REFS := mscorlib
-Mono.CodeContracts_REFS := mscorlib System.Core System
-Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
-Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
-Mono.Data.Tds_REFS := mscorlib Mono.Security System
-Mono.Debugger.Soft_REFS := mscorlib System.Core System bare/Mono.Cecil
-Mono.Http_REFS := mscorlib System ICSharpCode.SharpZipLib Mono.Security System.Web System.Xml
-Mono.Management_REFS := mscorlib System Mono.Posix
-Mono.Messaging.RabbitMQ_REFS := mscorlib Mono.Messaging RabbitMQ.Client System
-Mono.Messaging_REFS := mscorlib System System.Configuration
-Mono.Parallel_REFS := mscorlib
-Mono.Posix_REFS := mscorlib System
-Mono.Security.Win32_REFS := mscorlib
-Mono.Security_REFS := mscorlib bare/System
-Mono.Simd_REFS := mscorlib
-Mono.Tasklets_REFS := mscorlib
-Mono.WebBrowser_REFS := mscorlib System
-Novell.Directory.Ldap_REFS := mscorlib System
-PEAPI_REFS := mscorlib
-RabbitMQ.Client_REFS := mscorlib System.Xml System
SMDiagnostics_REFS := mscorlib System.Configuration System System.Xml System.ServiceModel.Internals
System.ComponentModel.Composition_REFS := mscorlib System System.Core
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
System.Configuration_REFS := mscorlib bare/System.Xml System
-System.Core_REFS := mscorlib System Mono.Posix
+System.Core_REFS := mscorlib System
System.Data.DataSetExtensions_REFS := mscorlib System.Data System System.Core
System.Data.Entity_REFS := mscorlib System.Core System System.Data System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Xml System.Xml.Linq System.Transactions System.Configuration
System.Data.Linq_REFS := mscorlib System.Data System.Core System System.Xml System.Runtime.Serialization
System.Data.OracleClient_REFS := mscorlib System.Data System System.Drawing System.EnterpriseServices System.Transactions
System.Data.Services.Client_REFS := mscorlib System System.Xml System.Core System.Xml.Linq
System.Data.Services_REFS := mscorlib System.Configuration System.ServiceModel System.ServiceModel.Web System System.ServiceModel.Activation System.Core System.Data.Services.Client
-System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions Mono.Data.Tds System.EnterpriseServices
+System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions System.EnterpriseServices
System.Deployment_REFS := mscorlib
System.Design_REFS := mscorlib System.Drawing System.Drawing.Design System System.Windows.Forms System.Data bare/System.Web System.Configuration System.Xml
System.DirectoryServices.Protocols_REFS := mscorlib System.Xml System System.DirectoryServices
-System.DirectoryServices_REFS := mscorlib Novell.Directory.Ldap System
+System.DirectoryServices_REFS := mscorlib System
System.Drawing.Design_REFS := mscorlib System.Drawing System.Windows.Forms System
System.Drawing_REFS := mscorlib System
System.Dynamic_REFS := mscorlib System.Core System
@@ -123,11 +90,11 @@ System.EnterpriseServices_REFS := mscorlib System.Transactions
System.IO.Compression.FileSystem_REFS := mscorlib System.IO.Compression System
System.IO.Compression_REFS := mscorlib System
System.IdentityModel.Selectors_REFS := mscorlib System.Xml System System.IdentityModel
-System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml Mono.Security System.Web.ApplicationServices
+System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml System.Web.ApplicationServices
System.Json.Microsoft_REFS := mscorlib System.Runtime.Serialization System System.Xml System.Core
System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
-System.Messaging_REFS := mscorlib System Mono.Messaging System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
+System.Messaging_REFS := mscorlib System System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
System.Net.Http.Formatting_REFS := mscorlib System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Data System.Net.Http System.Configuration
System.Net.Http.WebRequest_REFS := mscorlib System.Net.Http System
System.Net.Http_REFS := mscorlib System System.Core
@@ -153,7 +120,7 @@ System.Runtime.InteropServices.RuntimeInformation_REFS := mscorlib
System.Runtime.Remoting_REFS := mscorlib System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap
System.Runtime.Serialization.Formatters.Soap_REFS := mscorlib System.Xml
System.Runtime.Serialization_REFS := mscorlib System.Xml System.ServiceModel.Internals System System.Configuration System.Core
-System.Security_REFS := mscorlib System System.Xml Mono.Security
+System.Security_REFS := mscorlib System System.Xml
System.ServiceModel.Activation_REFS := mscorlib System.ServiceModel System System.Web
System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System.Xml System.Xml.Linq System.Runtime.Serialization System.Configuration System.Core
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
@@ -180,9 +147,9 @@ System.Web.Services_REFS := mscorlib System System.Configuration System.Enterpri
System.Web.WebPages.Deployment_REFS := mscorlib System.Web System System.Configuration System.Core Microsoft.Web.Infrastructure
System.Web.WebPages.Razor_REFS := mscorlib System.Web System System.Web.Razor System.Configuration System.Core System.Web.WebPages
System.Web.WebPages_REFS := mscorlib System.Web System System.Core System.Xml.Linq System.Web.Razor System.ComponentModel.DataAnnotations System.Data.Linq Microsoft.Web.Infrastructure Microsoft.CSharp System.Web.WebPages.Deployment
-System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices Mono.Data.Sqlite System.ComponentModel.DataAnnotations System.Web.Services
+System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.Web.Services
System.Windows.Forms.DataVisualization_REFS := mscorlib System.Drawing System.Windows.Forms System System.Xml System.Data System.Core
-System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility Mono.WebBrowser System.Configuration Mono.Posix System.Data
+System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility System.Configuration System.Data
System.Windows_REFS := mscorlib System
System.Workflow.Activities_REFS := mscorlib
System.Workflow.ComponentModel_REFS := mscorlib
@@ -191,8 +158,7 @@ System.Xaml_REFS := mscorlib System System.Xml System.Core
System.Xml.Linq_REFS := mscorlib System System.Runtime.Serialization System.Xml System.Core
System.Xml.Serialization_REFS := mscorlib System.ServiceModel System.Xml
System.Xml_REFS := mscorlib System System.Configuration
-System_REFS := mscorlib Mono.Security bare/System.Configuration bare/System.Xml
-WebMatrix.Data_REFS := mscorlib System.Data System.Core System System.Configuration
+System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := mscorlib System.Xaml System System.Xml System.Security
cscompmgd_REFS := mscorlib System
mscorlib_REFS :=
@@ -201,8 +167,7 @@ bare/System_REFS := mscorlib
bare/System.Xml_REFS := mscorlib bare/System
bare/System.Configuration_REFS := mscorlib bare/System bare/System.Xml
bare/System.ServiceModel.Activation_REFS := mscorlib System
-bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations Mono.Data.Sqlite System.EnterpriseServices
-bare/Mono.Cecil_REFS := mscorlib
+bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.EnterpriseServices
Facades/System.Collections.Concurrent_REFS := mscorlib System
Facades/System.Collections_REFS := mscorlib System.Core System
@@ -265,20 +230,10 @@ System.Xml_CSC_ARGS := -d:CONFIG_DEP
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP -d:WEB_DEP
System.Web_CSC_ARGS := -d:SERVICES_DEP
-MONO_KEY := ../../../mcs/class/mono.pub # Public Key Token: 0738eb9f132ed756
ECMA_KEY := ../../../mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
WINFX_KEY := ../../../mcs/class/winfx.pub # Public Key Token: 31bf3856ad364e35
MSFINAL_KEY := ../../../mcs/class/msfinal.pub # Public Key Token: b03f5f7f11d50a3a
-IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
-ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
-
-MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.CSharp \
- Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite Mono.Data.Tds \
- Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Parallel \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI WebMatrix.Data bare/Mono.Cecil
-
ECMA_KEY_ASSEMBLIES := SMDiagnostics System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
System.Data.Entity System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.IO.Compression.FileSystem System.IO.Compression System.IdentityModel.Selectors System.IdentityModel \
@@ -299,7 +254,7 @@ WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations Microsoft.Web.Infr
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
Microsoft.Build.Tasks.v4.0 Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
- RabbitMQ.Client System.Configuration.Install System.Configuration System.Deployment System.Design System.DirectoryServices.Protocols \
+ System.Configuration.Install System.Configuration System.Deployment System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.Dynamic System.EnterpriseServices System.Management \
System.Messaging System.Net.Http.WebRequest System.Net.Http System.Net System.Numerics.Vectors System.Runtime.Caching \
System.Runtime.InteropServices.RuntimeInformation System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess System.Web.Services \
@@ -323,7 +278,6 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCED
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
diff --git a/v4.6.2/Makefile b/v4.6.2/Makefile
index 12ea449..0719700 100644
--- a/v4.6.2/Makefile
+++ b/v4.6.2/Makefile
@@ -5,13 +5,10 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- IBM.Data.DB2 ICSharpCode.SharpZipLib Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
+ASSEMBLIES := Accessibility CustomMarshalers \
+ Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC Microsoft.Web.Infrastructure \
- Mono.CSharp Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
- Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
- Mono.Parallel Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI RabbitMQ.Client SMDiagnostics System.ComponentModel.Composition \
+ SMDiagnostics System.ComponentModel.Composition \
System.ComponentModel.DataAnnotations System.Configuration.Install System.Configuration System.Core \
System.Data.DataSetExtensions System.Data.Entity System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.Design System.DirectoryServices.Protocols \
@@ -29,11 +26,11 @@ ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.M
System.Web.Http.SelfHost System.Web.Http.WebHost System.Web.Http System.Web.Mvc System.Web.Razor System.Web.Routing \
System.Web.Services System.Web.WebPages.Deployment System.Web.WebPages.Razor System.Web.WebPages System.Web \
System.Windows.Forms.DataVisualization System.Windows.Forms System.Windows System.Xaml System.Xml.Linq \
- System.Xml.Serialization System.Xml System WebMatrix.Data WindowsBase cscompmgd mscorlib \
+ System.Xml.Serialization System.Xml System WindowsBase cscompmgd mscorlib \
System.Deployment System.Numerics.Vectors System.Reflection.Context System.Runtime.InteropServices.RuntimeInformation \
System.Web.Mobile System.Web.RegularExpressions System.Workflow.Activities System.Workflow.ComponentModel System.Workflow.Runtime
-ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web bare/Mono.Cecil
+ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web
FACADE_ASSEMBLIES := Facades/System.Collections.Concurrent Facades/System.Net.Primitives Facades/System.Runtime \
Facades/System.Collections Facades/System.Net.Requests Facades/System.Security.Principal \
@@ -59,16 +56,7 @@ ASSEMBLIES += $(FACADE_ASSEMBLIES)
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Accessibility_REFS := mscorlib
-Commons.Xml.Relaxng_REFS := mscorlib System.Xml System
CustomMarshalers_REFS := mscorlib
-I18N.CJK_REFS := mscorlib I18N
-I18N.MidEast_REFS := mscorlib I18N
-I18N.Other_REFS := mscorlib I18N
-I18N.Rare_REFS := mscorlib I18N
-I18N.West_REFS := mscorlib I18N
-I18N_REFS := mscorlib
-IBM.Data.DB2_REFS := mscorlib System System.Data
-ICSharpCode.SharpZipLib_REFS := mscorlib System
Microsoft.Build.Engine_REFS := mscorlib System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System System.Core
Microsoft.Build.Framework_REFS := mscorlib System
Microsoft.Build.Tasks.v4.0_REFS := mscorlib Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System Microsoft.Build.Engine System.Xml System.Core
@@ -78,44 +66,23 @@ Microsoft.CSharp_REFS := mscorlib System System.Core
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
Microsoft.Web.Infrastructure_REFS := mscorlib System System.Web
-Mono.CSharp_REFS := mscorlib System System.Core System.Xml
-Mono.Cairo_REFS := mscorlib
-Mono.CodeContracts_REFS := mscorlib System.Core System
-Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
-Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
-Mono.Data.Tds_REFS := mscorlib Mono.Security System
-Mono.Debugger.Soft_REFS := mscorlib System.Core System bare/Mono.Cecil
-Mono.Http_REFS := mscorlib System ICSharpCode.SharpZipLib Mono.Security System.Web System.Xml
-Mono.Management_REFS := mscorlib System Mono.Posix
-Mono.Messaging.RabbitMQ_REFS := mscorlib Mono.Messaging RabbitMQ.Client System
-Mono.Messaging_REFS := mscorlib System System.Configuration
-Mono.Parallel_REFS := mscorlib
-Mono.Posix_REFS := mscorlib System
-Mono.Security.Win32_REFS := mscorlib
-Mono.Security_REFS := mscorlib bare/System
-Mono.Simd_REFS := mscorlib
-Mono.Tasklets_REFS := mscorlib
-Mono.WebBrowser_REFS := mscorlib System
-Novell.Directory.Ldap_REFS := mscorlib System
-PEAPI_REFS := mscorlib
-RabbitMQ.Client_REFS := mscorlib System.Xml System
SMDiagnostics_REFS := mscorlib System.Configuration System System.Xml System.ServiceModel.Internals
System.ComponentModel.Composition_REFS := mscorlib System System.Core
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
System.Configuration_REFS := mscorlib bare/System.Xml System
-System.Core_REFS := mscorlib System Mono.Posix
+System.Core_REFS := mscorlib System
System.Data.DataSetExtensions_REFS := mscorlib System.Data System System.Core
System.Data.Entity_REFS := mscorlib System.Core System System.Data System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Xml System.Xml.Linq System.Transactions System.Configuration
System.Data.Linq_REFS := mscorlib System.Data System.Core System System.Xml System.Runtime.Serialization
System.Data.OracleClient_REFS := mscorlib System.Data System System.Drawing System.EnterpriseServices System.Transactions
System.Data.Services.Client_REFS := mscorlib System System.Xml System.Core System.Xml.Linq
System.Data.Services_REFS := mscorlib System.Configuration System.ServiceModel System.ServiceModel.Web System System.ServiceModel.Activation System.Core System.Data.Services.Client
-System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions Mono.Data.Tds System.EnterpriseServices
+System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions System.EnterpriseServices
System.Deployment_REFS := mscorlib
System.Design_REFS := mscorlib System.Drawing System.Drawing.Design System System.Windows.Forms System.Data bare/System.Web System.Configuration System.Xml
System.DirectoryServices.Protocols_REFS := mscorlib System.Xml System System.DirectoryServices
-System.DirectoryServices_REFS := mscorlib Novell.Directory.Ldap System
+System.DirectoryServices_REFS := mscorlib System
System.Drawing.Design_REFS := mscorlib System.Drawing System.Windows.Forms System
System.Drawing_REFS := mscorlib System
System.Dynamic_REFS := mscorlib System.Core System
@@ -123,11 +90,11 @@ System.EnterpriseServices_REFS := mscorlib System.Transactions
System.IO.Compression.FileSystem_REFS := mscorlib System.IO.Compression System
System.IO.Compression_REFS := mscorlib System
System.IdentityModel.Selectors_REFS := mscorlib System.Xml System System.IdentityModel
-System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml Mono.Security System.Web.ApplicationServices
+System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml System.Web.ApplicationServices
System.Json.Microsoft_REFS := mscorlib System.Runtime.Serialization System System.Xml System.Core
System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
-System.Messaging_REFS := mscorlib System Mono.Messaging System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
+System.Messaging_REFS := mscorlib System System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
System.Net.Http.Formatting_REFS := mscorlib System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Data System.Net.Http System.Configuration
System.Net.Http.WebRequest_REFS := mscorlib System.Net.Http System
System.Net.Http_REFS := mscorlib System System.Core
@@ -153,7 +120,7 @@ System.Runtime.InteropServices.RuntimeInformation_REFS := mscorlib
System.Runtime.Remoting_REFS := mscorlib System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap
System.Runtime.Serialization.Formatters.Soap_REFS := mscorlib System.Xml
System.Runtime.Serialization_REFS := mscorlib System.Xml System.ServiceModel.Internals System System.Configuration System.Core
-System.Security_REFS := mscorlib System System.Xml Mono.Security
+System.Security_REFS := mscorlib System System.Xml
System.ServiceModel.Activation_REFS := mscorlib System.ServiceModel System System.Web
System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System.Xml System.Xml.Linq System.Runtime.Serialization System.Configuration System.Core
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
@@ -180,9 +147,9 @@ System.Web.Services_REFS := mscorlib System System.Configuration System.Enterpri
System.Web.WebPages.Deployment_REFS := mscorlib System.Web System System.Configuration System.Core Microsoft.Web.Infrastructure
System.Web.WebPages.Razor_REFS := mscorlib System.Web System System.Web.Razor System.Configuration System.Core System.Web.WebPages
System.Web.WebPages_REFS := mscorlib System.Web System System.Core System.Xml.Linq System.Web.Razor System.ComponentModel.DataAnnotations System.Data.Linq Microsoft.Web.Infrastructure Microsoft.CSharp System.Web.WebPages.Deployment
-System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices Mono.Data.Sqlite System.ComponentModel.DataAnnotations System.Web.Services
+System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.Web.Services
System.Windows.Forms.DataVisualization_REFS := mscorlib System.Drawing System.Windows.Forms System System.Xml System.Data System.Core
-System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility Mono.WebBrowser System.Configuration Mono.Posix System.Data
+System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility System.Configuration System.Data
System.Windows_REFS := mscorlib System
System.Workflow.Activities_REFS := mscorlib
System.Workflow.ComponentModel_REFS := mscorlib
@@ -191,8 +158,7 @@ System.Xaml_REFS := mscorlib System System.Xml System.Core
System.Xml.Linq_REFS := mscorlib System System.Runtime.Serialization System.Xml System.Core
System.Xml.Serialization_REFS := mscorlib System.ServiceModel System.Xml
System.Xml_REFS := mscorlib System System.Configuration
-System_REFS := mscorlib Mono.Security bare/System.Configuration bare/System.Xml
-WebMatrix.Data_REFS := mscorlib System.Data System.Core System System.Configuration
+System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := mscorlib System.Xaml System System.Xml System.Security
cscompmgd_REFS := mscorlib System
mscorlib_REFS :=
@@ -201,8 +167,7 @@ bare/System_REFS := mscorlib
bare/System.Xml_REFS := mscorlib bare/System
bare/System.Configuration_REFS := mscorlib bare/System bare/System.Xml
bare/System.ServiceModel.Activation_REFS := mscorlib System
-bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations Mono.Data.Sqlite System.EnterpriseServices
-bare/Mono.Cecil_REFS := mscorlib
+bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.EnterpriseServices
Facades/System.Collections.Concurrent_REFS := mscorlib System
Facades/System.Collections_REFS := mscorlib System.Core System
@@ -265,20 +230,10 @@ System.Xml_CSC_ARGS := -d:CONFIG_DEP
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP -d:WEB_DEP
System.Web_CSC_ARGS := -d:SERVICES_DEP
-MONO_KEY := ../../../mcs/class/mono.pub # Public Key Token: 0738eb9f132ed756
ECMA_KEY := ../../../mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
WINFX_KEY := ../../../mcs/class/winfx.pub # Public Key Token: 31bf3856ad364e35
MSFINAL_KEY := ../../../mcs/class/msfinal.pub # Public Key Token: b03f5f7f11d50a3a
-IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
-ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
-
-MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.CSharp \
- Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite Mono.Data.Tds \
- Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Parallel \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI WebMatrix.Data bare/Mono.Cecil
-
ECMA_KEY_ASSEMBLIES := SMDiagnostics System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
System.Data.Entity System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.IO.Compression.FileSystem System.IO.Compression System.IdentityModel.Selectors System.IdentityModel \
@@ -299,7 +254,7 @@ WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations Microsoft.Web.Infr
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
Microsoft.Build.Tasks.v4.0 Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
- RabbitMQ.Client System.Configuration.Install System.Configuration System.Deployment System.Design System.DirectoryServices.Protocols \
+ System.Configuration.Install System.Configuration System.Deployment System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.Dynamic System.EnterpriseServices System.Management \
System.Messaging System.Net.Http.WebRequest System.Net.Http System.Net System.Numerics.Vectors System.Runtime.Caching \
System.Runtime.InteropServices.RuntimeInformation System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess System.Web.Services \
@@ -323,7 +278,6 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCED
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
diff --git a/v4.6/Makefile b/v4.6/Makefile
index 9b6ebb4..0f82423 100644
--- a/v4.6/Makefile
+++ b/v4.6/Makefile
@@ -5,13 +5,10 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- IBM.Data.DB2 ICSharpCode.SharpZipLib Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
+ASSEMBLIES := Accessibility CustomMarshalers \
+ Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC Microsoft.Web.Infrastructure \
- Mono.CSharp Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
- Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
- Mono.Parallel Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI RabbitMQ.Client SMDiagnostics System.ComponentModel.Composition \
+ SMDiagnostics System.ComponentModel.Composition \
System.ComponentModel.DataAnnotations System.Configuration.Install System.Configuration System.Core \
System.Data.DataSetExtensions System.Data.Entity System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.Design System.DirectoryServices.Protocols \
@@ -29,11 +26,11 @@ ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.M
System.Web.Http.SelfHost System.Web.Http.WebHost System.Web.Http System.Web.Mvc System.Web.Razor System.Web.Routing \
System.Web.Services System.Web.WebPages.Deployment System.Web.WebPages.Razor System.Web.WebPages System.Web \
System.Windows.Forms.DataVisualization System.Windows.Forms System.Windows System.Xaml System.Xml.Linq \
- System.Xml.Serialization System.Xml System WebMatrix.Data WindowsBase cscompmgd mscorlib \
+ System.Xml.Serialization System.Xml System WindowsBase cscompmgd mscorlib \
System.Deployment System.Numerics.Vectors System.Reflection.Context System.Runtime.InteropServices.RuntimeInformation \
System.Web.Mobile System.Web.RegularExpressions System.Workflow.Activities System.Workflow.ComponentModel System.Workflow.Runtime
-ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web bare/Mono.Cecil
+ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web
FACADE_ASSEMBLIES := Facades/System.Collections.Concurrent Facades/System.Net.Primitives Facades/System.Runtime \
Facades/System.Collections Facades/System.Net.Requests Facades/System.Security.Principal \
@@ -59,16 +56,7 @@ ASSEMBLIES += $(FACADE_ASSEMBLIES)
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Accessibility_REFS := mscorlib
-Commons.Xml.Relaxng_REFS := mscorlib System.Xml System
CustomMarshalers_REFS := mscorlib
-I18N.CJK_REFS := mscorlib I18N
-I18N.MidEast_REFS := mscorlib I18N
-I18N.Other_REFS := mscorlib I18N
-I18N.Rare_REFS := mscorlib I18N
-I18N.West_REFS := mscorlib I18N
-I18N_REFS := mscorlib
-IBM.Data.DB2_REFS := mscorlib System System.Data
-ICSharpCode.SharpZipLib_REFS := mscorlib System
Microsoft.Build.Engine_REFS := mscorlib System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System System.Core
Microsoft.Build.Framework_REFS := mscorlib System
Microsoft.Build.Tasks.v4.0_REFS := mscorlib Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System Microsoft.Build.Engine System.Xml System.Core
@@ -78,44 +66,23 @@ Microsoft.CSharp_REFS := mscorlib System System.Core
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
Microsoft.Web.Infrastructure_REFS := mscorlib System System.Web
-Mono.CSharp_REFS := mscorlib System System.Core System.Xml
-Mono.Cairo_REFS := mscorlib
-Mono.CodeContracts_REFS := mscorlib System.Core System
-Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
-Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
-Mono.Data.Tds_REFS := mscorlib Mono.Security System
-Mono.Debugger.Soft_REFS := mscorlib System.Core System bare/Mono.Cecil
-Mono.Http_REFS := mscorlib System ICSharpCode.SharpZipLib Mono.Security System.Web System.Xml
-Mono.Management_REFS := mscorlib System Mono.Posix
-Mono.Messaging.RabbitMQ_REFS := mscorlib Mono.Messaging RabbitMQ.Client System
-Mono.Messaging_REFS := mscorlib System System.Configuration
-Mono.Parallel_REFS := mscorlib
-Mono.Posix_REFS := mscorlib System
-Mono.Security.Win32_REFS := mscorlib
-Mono.Security_REFS := mscorlib bare/System
-Mono.Simd_REFS := mscorlib
-Mono.Tasklets_REFS := mscorlib
-Mono.WebBrowser_REFS := mscorlib System
-Novell.Directory.Ldap_REFS := mscorlib System
-PEAPI_REFS := mscorlib
-RabbitMQ.Client_REFS := mscorlib System.Xml System
SMDiagnostics_REFS := mscorlib System.Configuration System System.Xml System.ServiceModel.Internals
System.ComponentModel.Composition_REFS := mscorlib System System.Core
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
System.Configuration_REFS := mscorlib bare/System.Xml System
-System.Core_REFS := mscorlib System Mono.Posix
+System.Core_REFS := mscorlib System
System.Data.DataSetExtensions_REFS := mscorlib System.Data System System.Core
System.Data.Entity_REFS := mscorlib System.Core System System.Data System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Xml System.Xml.Linq System.Transactions System.Configuration
System.Data.Linq_REFS := mscorlib System.Data System.Core System System.Xml System.Runtime.Serialization
System.Data.OracleClient_REFS := mscorlib System.Data System System.Drawing System.EnterpriseServices System.Transactions
System.Data.Services.Client_REFS := mscorlib System System.Xml System.Core System.Xml.Linq
System.Data.Services_REFS := mscorlib System.Configuration System.ServiceModel System.ServiceModel.Web System System.ServiceModel.Activation System.Core System.Data.Services.Client
-System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions Mono.Data.Tds System.EnterpriseServices
+System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions System.EnterpriseServices
System.Deployment_REFS := mscorlib
System.Design_REFS := mscorlib System.Drawing System.Drawing.Design System System.Windows.Forms System.Data bare/System.Web System.Configuration System.Xml
System.DirectoryServices.Protocols_REFS := mscorlib System.Xml System System.DirectoryServices
-System.DirectoryServices_REFS := mscorlib Novell.Directory.Ldap System
+System.DirectoryServices_REFS := mscorlib System
System.Drawing.Design_REFS := mscorlib System.Drawing System.Windows.Forms System
System.Drawing_REFS := mscorlib System
System.Dynamic_REFS := mscorlib System.Core System
@@ -123,11 +90,11 @@ System.EnterpriseServices_REFS := mscorlib System.Transactions
System.IO.Compression.FileSystem_REFS := mscorlib System.IO.Compression System
System.IO.Compression_REFS := mscorlib System
System.IdentityModel.Selectors_REFS := mscorlib System.Xml System System.IdentityModel
-System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml Mono.Security System.Web.ApplicationServices
+System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml System.Web.ApplicationServices
System.Json.Microsoft_REFS := mscorlib System.Runtime.Serialization System System.Xml System.Core
System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
-System.Messaging_REFS := mscorlib System Mono.Messaging System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
+System.Messaging_REFS := mscorlib System System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
System.Net.Http.Formatting_REFS := mscorlib System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Data System.Net.Http System.Configuration
System.Net.Http.WebRequest_REFS := mscorlib System.Net.Http System
System.Net.Http_REFS := mscorlib System System.Core
@@ -153,7 +120,7 @@ System.Runtime.InteropServices.RuntimeInformation_REFS := mscorlib
System.Runtime.Remoting_REFS := mscorlib System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap
System.Runtime.Serialization.Formatters.Soap_REFS := mscorlib System.Xml
System.Runtime.Serialization_REFS := mscorlib System.Xml System.ServiceModel.Internals System System.Configuration System.Core
-System.Security_REFS := mscorlib System System.Xml Mono.Security
+System.Security_REFS := mscorlib System System.Xml
System.ServiceModel.Activation_REFS := mscorlib System.ServiceModel System System.Web
System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System.Xml System.Xml.Linq System.Runtime.Serialization System.Configuration System.Core
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
@@ -180,9 +147,9 @@ System.Web.Services_REFS := mscorlib System System.Configuration System.Enterpri
System.Web.WebPages.Deployment_REFS := mscorlib System.Web System System.Configuration System.Core Microsoft.Web.Infrastructure
System.Web.WebPages.Razor_REFS := mscorlib System.Web System System.Web.Razor System.Configuration System.Core System.Web.WebPages
System.Web.WebPages_REFS := mscorlib System.Web System System.Core System.Xml.Linq System.Web.Razor System.ComponentModel.DataAnnotations System.Data.Linq Microsoft.Web.Infrastructure Microsoft.CSharp System.Web.WebPages.Deployment
-System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices Mono.Data.Sqlite System.ComponentModel.DataAnnotations System.Web.Services
+System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.Web.Services
System.Windows.Forms.DataVisualization_REFS := mscorlib System.Drawing System.Windows.Forms System System.Xml System.Data System.Core
-System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility Mono.WebBrowser System.Configuration Mono.Posix System.Data
+System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility System.Configuration System.Data
System.Windows_REFS := mscorlib System
System.Workflow.Activities_REFS := mscorlib
System.Workflow.ComponentModel_REFS := mscorlib
@@ -191,8 +158,7 @@ System.Xaml_REFS := mscorlib System System.Xml System.Core
System.Xml.Linq_REFS := mscorlib System System.Runtime.Serialization System.Xml System.Core
System.Xml.Serialization_REFS := mscorlib System.ServiceModel System.Xml
System.Xml_REFS := mscorlib System System.Configuration
-System_REFS := mscorlib Mono.Security bare/System.Configuration bare/System.Xml
-WebMatrix.Data_REFS := mscorlib System.Data System.Core System System.Configuration
+System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := mscorlib System.Xaml System System.Xml System.Security
cscompmgd_REFS := mscorlib System
mscorlib_REFS :=
@@ -201,8 +167,7 @@ bare/System_REFS := mscorlib
bare/System.Xml_REFS := mscorlib bare/System
bare/System.Configuration_REFS := mscorlib bare/System bare/System.Xml
bare/System.ServiceModel.Activation_REFS := mscorlib System
-bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations Mono.Data.Sqlite System.EnterpriseServices
-bare/Mono.Cecil_REFS := mscorlib
+bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.EnterpriseServices
Facades/System.Collections.Concurrent_REFS := mscorlib System
Facades/System.Collections_REFS := mscorlib System.Core System
@@ -265,20 +230,10 @@ System.Xml_CSC_ARGS := -d:CONFIG_DEP
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP -d:WEB_DEP
System.Web_CSC_ARGS := -d:SERVICES_DEP
-MONO_KEY := ../../../mcs/class/mono.pub # Public Key Token: 0738eb9f132ed756
ECMA_KEY := ../../../mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
WINFX_KEY := ../../../mcs/class/winfx.pub # Public Key Token: 31bf3856ad364e35
MSFINAL_KEY := ../../../mcs/class/msfinal.pub # Public Key Token: b03f5f7f11d50a3a
-IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
-ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
-
-MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.CSharp \
- Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite Mono.Data.Tds \
- Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Parallel \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI WebMatrix.Data bare/Mono.Cecil
-
ECMA_KEY_ASSEMBLIES := SMDiagnostics System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
System.Data.Entity System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.IO.Compression.FileSystem System.IO.Compression System.IdentityModel.Selectors System.IdentityModel \
@@ -299,7 +254,7 @@ WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations Microsoft.Web.Infr
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
Microsoft.Build.Tasks.v4.0 Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
- RabbitMQ.Client System.Configuration.Install System.Configuration System.Deployment System.Design System.DirectoryServices.Protocols \
+ System.Configuration.Install System.Configuration System.Deployment System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.Dynamic System.EnterpriseServices System.Management \
System.Messaging System.Net.Http.WebRequest System.Net.Http System.Net System.Numerics.Vectors System.Runtime.Caching \
System.Runtime.InteropServices.RuntimeInformation System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess System.Web.Services \
@@ -323,7 +278,6 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCED
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))
diff --git a/v4.7/Makefile b/v4.7/Makefile
index cea70ba..aa0fb8c 100644
--- a/v4.7/Makefile
+++ b/v4.7/Makefile
@@ -5,13 +5,10 @@ CSC ?= csc
CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612 -nowarn:618
Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
-ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N \
- IBM.Data.DB2 ICSharpCode.SharpZipLib Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
+ASSEMBLIES := Accessibility CustomMarshalers \
+ Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC Microsoft.Web.Infrastructure \
- Mono.CSharp Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite \
- Mono.Data.Tds Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging \
- Mono.Parallel Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI RabbitMQ.Client SMDiagnostics System.ComponentModel.Composition \
+ SMDiagnostics System.ComponentModel.Composition \
System.ComponentModel.DataAnnotations System.Configuration.Install System.Configuration System.Core \
System.Data.DataSetExtensions System.Data.Entity System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.Design System.DirectoryServices.Protocols \
@@ -29,11 +26,11 @@ ASSEMBLIES := Accessibility Commons.Xml.Relaxng CustomMarshalers I18N.CJK I18N.M
System.Web.Http.SelfHost System.Web.Http.WebHost System.Web.Http System.Web.Mvc System.Web.Razor System.Web.Routing \
System.Web.Services System.Web.WebPages.Deployment System.Web.WebPages.Razor System.Web.WebPages System.Web \
System.Windows.Forms.DataVisualization System.Windows.Forms System.Windows System.Xaml System.Xml.Linq \
- System.Xml.Serialization System.Xml System WebMatrix.Data WindowsBase cscompmgd mscorlib \
+ System.Xml.Serialization System.Xml System WindowsBase cscompmgd mscorlib \
System.Deployment System.Numerics.Vectors System.Reflection.Context System.Runtime.InteropServices.RuntimeInformation \
System.Web.Mobile System.Web.RegularExpressions System.Workflow.Activities System.Workflow.ComponentModel System.Workflow.Runtime
-ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web bare/Mono.Cecil
+ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web
FACADE_ASSEMBLIES := Facades/System.Collections.Concurrent Facades/System.Net.Primitives Facades/System.Runtime \
Facades/System.Collections Facades/System.Net.Requests Facades/System.Security.Principal \
@@ -59,16 +56,7 @@ ASSEMBLIES += $(FACADE_ASSEMBLIES)
# generated with (and then slightly tweaked):
# for i in *.dll; do ikdasm --assemblyref $i | grep Name= | sed 's/.*Name=//g' | sed -e $'s/$/\\\n/g' | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' -e "s/^/${i%.*}_REFS := /"; done
Accessibility_REFS := mscorlib
-Commons.Xml.Relaxng_REFS := mscorlib System.Xml System
CustomMarshalers_REFS := mscorlib
-I18N.CJK_REFS := mscorlib I18N
-I18N.MidEast_REFS := mscorlib I18N
-I18N.Other_REFS := mscorlib I18N
-I18N.Rare_REFS := mscorlib I18N
-I18N.West_REFS := mscorlib I18N
-I18N_REFS := mscorlib
-IBM.Data.DB2_REFS := mscorlib System System.Data
-ICSharpCode.SharpZipLib_REFS := mscorlib System
Microsoft.Build.Engine_REFS := mscorlib System.Xml Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System System.Core
Microsoft.Build.Framework_REFS := mscorlib System
Microsoft.Build.Tasks.v4.0_REFS := mscorlib Microsoft.Build.Framework Microsoft.Build.Utilities.v4.0 System Microsoft.Build.Engine System.Xml System.Core
@@ -78,44 +66,23 @@ Microsoft.CSharp_REFS := mscorlib System System.Core
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
Microsoft.Web.Infrastructure_REFS := mscorlib System System.Web
-Mono.CSharp_REFS := mscorlib System System.Core System.Xml
-Mono.Cairo_REFS := mscorlib
-Mono.CodeContracts_REFS := mscorlib System.Core System
-Mono.CompilerServices.SymbolWriter_REFS := mscorlib System
-Mono.Data.Sqlite_REFS := mscorlib System.Data System System.Transactions
-Mono.Data.Tds_REFS := mscorlib Mono.Security System
-Mono.Debugger.Soft_REFS := mscorlib System.Core System bare/Mono.Cecil
-Mono.Http_REFS := mscorlib System ICSharpCode.SharpZipLib Mono.Security System.Web System.Xml
-Mono.Management_REFS := mscorlib System Mono.Posix
-Mono.Messaging.RabbitMQ_REFS := mscorlib Mono.Messaging RabbitMQ.Client System
-Mono.Messaging_REFS := mscorlib System System.Configuration
-Mono.Parallel_REFS := mscorlib
-Mono.Posix_REFS := mscorlib System
-Mono.Security.Win32_REFS := mscorlib
-Mono.Security_REFS := mscorlib bare/System
-Mono.Simd_REFS := mscorlib
-Mono.Tasklets_REFS := mscorlib
-Mono.WebBrowser_REFS := mscorlib System
-Novell.Directory.Ldap_REFS := mscorlib System
-PEAPI_REFS := mscorlib
-RabbitMQ.Client_REFS := mscorlib System.Xml System
SMDiagnostics_REFS := mscorlib System.Configuration System System.Xml System.ServiceModel.Internals
System.ComponentModel.Composition_REFS := mscorlib System System.Core
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
System.Configuration_REFS := mscorlib bare/System.Xml System
-System.Core_REFS := mscorlib System Mono.Posix
+System.Core_REFS := mscorlib System
System.Data.DataSetExtensions_REFS := mscorlib System.Data System System.Core
System.Data.Entity_REFS := mscorlib System.Core System System.Data System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Xml System.Xml.Linq System.Transactions System.Configuration
System.Data.Linq_REFS := mscorlib System.Data System.Core System System.Xml System.Runtime.Serialization
System.Data.OracleClient_REFS := mscorlib System.Data System System.Drawing System.EnterpriseServices System.Transactions
System.Data.Services.Client_REFS := mscorlib System System.Xml System.Core System.Xml.Linq
System.Data.Services_REFS := mscorlib System.Configuration System.ServiceModel System.ServiceModel.Web System System.ServiceModel.Activation System.Core System.Data.Services.Client
-System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions Mono.Data.Tds System.EnterpriseServices
+System.Data_REFS := mscorlib System.Configuration System.Xml System System.Numerics System.Core System.Transactions System.EnterpriseServices
System.Deployment_REFS := mscorlib
System.Design_REFS := mscorlib System.Drawing System.Drawing.Design System System.Windows.Forms System.Data bare/System.Web System.Configuration System.Xml
System.DirectoryServices.Protocols_REFS := mscorlib System.Xml System System.DirectoryServices
-System.DirectoryServices_REFS := mscorlib Novell.Directory.Ldap System
+System.DirectoryServices_REFS := mscorlib System
System.Drawing.Design_REFS := mscorlib System.Drawing System.Windows.Forms System
System.Drawing_REFS := mscorlib System
System.Dynamic_REFS := mscorlib System.Core System
@@ -123,11 +90,11 @@ System.EnterpriseServices_REFS := mscorlib System.Transactions
System.IO.Compression.FileSystem_REFS := mscorlib System.IO.Compression System
System.IO.Compression_REFS := mscorlib System
System.IdentityModel.Selectors_REFS := mscorlib System.Xml System System.IdentityModel
-System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml Mono.Security System.Web.ApplicationServices
+System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml System.Web.ApplicationServices
System.Json.Microsoft_REFS := mscorlib System.Runtime.Serialization System System.Xml System.Core
System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
-System.Messaging_REFS := mscorlib System Mono.Messaging System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
+System.Messaging_REFS := mscorlib System System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
System.Net.Http.Formatting_REFS := mscorlib System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Data System.Net.Http System.Configuration
System.Net.Http.WebRequest_REFS := mscorlib System.Net.Http System
System.Net.Http_REFS := mscorlib System System.Core
@@ -153,7 +120,7 @@ System.Runtime.InteropServices.RuntimeInformation_REFS := mscorlib
System.Runtime.Remoting_REFS := mscorlib System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap
System.Runtime.Serialization.Formatters.Soap_REFS := mscorlib System.Xml
System.Runtime.Serialization_REFS := mscorlib System.Xml System.ServiceModel.Internals System System.Configuration System.Core
-System.Security_REFS := mscorlib System System.Xml Mono.Security
+System.Security_REFS := mscorlib System System.Xml
System.ServiceModel.Activation_REFS := mscorlib System.ServiceModel System System.Web
System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System.Xml System.Xml.Linq System.Runtime.Serialization System.Configuration System.Core
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
@@ -180,9 +147,9 @@ System.Web.Services_REFS := mscorlib System System.Configuration System.Enterpri
System.Web.WebPages.Deployment_REFS := mscorlib System.Web System System.Configuration System.Core Microsoft.Web.Infrastructure
System.Web.WebPages.Razor_REFS := mscorlib System.Web System System.Web.Razor System.Configuration System.Core System.Web.WebPages
System.Web.WebPages_REFS := mscorlib System.Web System System.Core System.Xml.Linq System.Web.Razor System.ComponentModel.DataAnnotations System.Data.Linq Microsoft.Web.Infrastructure Microsoft.CSharp System.Web.WebPages.Deployment
-System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices Mono.Data.Sqlite System.ComponentModel.DataAnnotations System.Web.Services
+System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.Web.Services
System.Windows.Forms.DataVisualization_REFS := mscorlib System.Drawing System.Windows.Forms System System.Xml System.Data System.Core
-System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility Mono.WebBrowser System.Configuration Mono.Posix System.Data
+System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility System.Configuration System.Data
System.Windows_REFS := mscorlib System
System.Workflow.Activities_REFS := mscorlib
System.Workflow.ComponentModel_REFS := mscorlib
@@ -191,8 +158,7 @@ System.Xaml_REFS := mscorlib System System.Xml System.Core
System.Xml.Linq_REFS := mscorlib System System.Runtime.Serialization System.Xml System.Core
System.Xml.Serialization_REFS := mscorlib System.ServiceModel System.Xml
System.Xml_REFS := mscorlib System System.Configuration
-System_REFS := mscorlib Mono.Security bare/System.Configuration bare/System.Xml
-WebMatrix.Data_REFS := mscorlib System.Data System.Core System System.Configuration
+System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := mscorlib System.Xaml System System.Xml System.Security
cscompmgd_REFS := mscorlib System
mscorlib_REFS :=
@@ -201,8 +167,7 @@ bare/System_REFS := mscorlib
bare/System.Xml_REFS := mscorlib bare/System
bare/System.Configuration_REFS := mscorlib bare/System bare/System.Xml
bare/System.ServiceModel.Activation_REFS := mscorlib System
-bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations Mono.Data.Sqlite System.EnterpriseServices
-bare/Mono.Cecil_REFS := mscorlib
+bare/System.Web_REFS := mscorlib System.Drawing System System.Xml System.Core System.Configuration System.Data System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.EnterpriseServices
Facades/System.Collections.Concurrent_REFS := mscorlib System
Facades/System.Collections_REFS := mscorlib System.Core System
@@ -265,20 +230,10 @@ System.Xml_CSC_ARGS := -d:CONFIG_DEP
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP -d:WEB_DEP
System.Web_CSC_ARGS := -d:SERVICES_DEP
-MONO_KEY := ../../../mcs/class/mono.pub # Public Key Token: 0738eb9f132ed756
ECMA_KEY := ../../../mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
WINFX_KEY := ../../../mcs/class/winfx.pub # Public Key Token: 31bf3856ad364e35
MSFINAL_KEY := ../../../mcs/class/msfinal.pub # Public Key Token: b03f5f7f11d50a3a
-IBM.Data.DB2_KEYFILE := ../../../mcs/class/IBM.Data.DB2/ibm.pub
-ICSharpCode.SharpZipLib_KEYFILE := ../../../mcs/class/ICSharpCode.SharpZipLib/SharpZipLib.pub
-
-MONO_KEY_ASSEMBLIES := Commons.Xml.Relaxng I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.CSharp \
- Mono.Cairo Mono.CodeContracts Mono.CompilerServices.SymbolWriter Mono.Data.Sqlite Mono.Data.Tds \
- Mono.Debugger.Soft Mono.Http Mono.Management Mono.Messaging.RabbitMQ Mono.Messaging Mono.Parallel \
- Mono.Posix Mono.Security.Win32 Mono.Security Mono.Simd Mono.Tasklets Mono.WebBrowser \
- Novell.Directory.Ldap PEAPI WebMatrix.Data bare/Mono.Cecil
-
ECMA_KEY_ASSEMBLIES := SMDiagnostics System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
System.Data.Entity System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.IO.Compression.FileSystem System.IO.Compression System.IdentityModel.Selectors System.IdentityModel \
@@ -299,7 +254,7 @@ WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations Microsoft.Web.Infr
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
Microsoft.Build.Tasks.v4.0 Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
- RabbitMQ.Client System.Configuration.Install System.Configuration System.Deployment System.Design System.DirectoryServices.Protocols \
+ System.Configuration.Install System.Configuration System.Deployment System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.Dynamic System.EnterpriseServices System.Management \
System.Messaging System.Net.Http.WebRequest System.Net.Http System.Net System.Numerics.Vectors System.Runtime.Caching \
System.Runtime.InteropServices.RuntimeInformation System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess System.Web.Services \
@@ -323,7 +278,6 @@ $(1).dll: $(addprefix $(SOURCEDIR),$(subst bare/,,$(1)).cs) $(wildcard $(SOURCED
$(Q_CSC) $(CSC) -out:$(1).dll $(CSC_COMMON_ARGS) -keyfile:$($(1)_KEYFILE) $($(1)_CSC_ARGS) $(addprefix -r:, $(addsuffix .dll, $($(1)_REFS))) $(wildcard $(SOURCEDIR)$(1).extra.cs) $$<
endef
-$(foreach asm, $(MONO_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MONO_KEY))))
$(foreach asm, $(ECMA_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(ECMA_KEY))))
$(foreach asm, $(WINFX_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(WINFX_KEY))))
$(foreach asm, $(MSFINAL_KEY_ASSEMBLIES), $(eval $(call KEYFILE_TEMPLATE,$(asm), $(MSFINAL_KEY))))